]> 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
16316 for ac_func in gethostname getdomainname dup2 \
16317 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
16318 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
16319 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
16320 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
16321 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
16322 sendto recvfrom getsockopt setsockopt getsockname getpeername \
16323 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \
16324 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign
16325 do
16326 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16327 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16328 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16329 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16331 else
16332 cat >conftest.$ac_ext <<_ACEOF
16333 /* confdefs.h. */
16334 _ACEOF
16335 cat confdefs.h >>conftest.$ac_ext
16336 cat >>conftest.$ac_ext <<_ACEOF
16337 /* end confdefs.h. */
16338 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16339 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16340 #define $ac_func innocuous_$ac_func
16341
16342 /* System header to define __stub macros and hopefully few prototypes,
16343 which can conflict with char $ac_func (); below.
16344 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16345 <limits.h> exists even on freestanding compilers. */
16346
16347 #ifdef __STDC__
16348 # include <limits.h>
16349 #else
16350 # include <assert.h>
16351 #endif
16352
16353 #undef $ac_func
16354
16355 /* Override any GCC internal prototype to avoid an error.
16356 Use char because int might match the return type of a GCC
16357 builtin and then its argument prototype would still apply. */
16358 #ifdef __cplusplus
16359 extern "C"
16360 #endif
16361 char $ac_func ();
16362 /* The GNU C library defines this for functions which it implements
16363 to always fail with ENOSYS. Some functions are actually named
16364 something starting with __ and the normal name is an alias. */
16365 #if defined __stub_$ac_func || defined __stub___$ac_func
16366 choke me
16367 #endif
16368
16369 int
16370 main ()
16371 {
16372 return $ac_func ();
16373 ;
16374 return 0;
16375 }
16376 _ACEOF
16377 rm -f conftest.$ac_objext conftest$ac_exeext
16378 if { (ac_try="$ac_link"
16379 case "(($ac_try" in
16380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16381 *) ac_try_echo=$ac_try;;
16382 esac
16383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16384 (eval "$ac_link") 2>conftest.er1
16385 ac_status=$?
16386 grep -v '^ *+' conftest.er1 >conftest.err
16387 rm -f conftest.er1
16388 cat conftest.err >&5
16389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16390 (exit $ac_status); } && {
16391 test -z "$ac_c_werror_flag" ||
16392 test ! -s conftest.err
16393 } && test -s conftest$ac_exeext &&
16394 $as_test_x conftest$ac_exeext; then
16395 eval "$as_ac_var=yes"
16396 else
16397 echo "$as_me: failed program was:" >&5
16398 sed 's/^/| /' conftest.$ac_ext >&5
16399
16400 eval "$as_ac_var=no"
16401 fi
16402
16403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16404 conftest$ac_exeext conftest.$ac_ext
16405 fi
16406 ac_res=`eval echo '${'$as_ac_var'}'`
16407 { echo "$as_me:$LINENO: result: $ac_res" >&5
16408 echo "${ECHO_T}$ac_res" >&6; }
16409 if test `eval echo '${'$as_ac_var'}'` = yes; then
16410 cat >>confdefs.h <<_ACEOF
16411 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16412 _ACEOF
16413
16414 fi
16415 done
16416
16417
16418
16419 for ac_header in sys/un.h
16420 do
16421 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16422 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16423 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16424 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16425 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16426 echo $ECHO_N "(cached) $ECHO_C" >&6
16427 fi
16428 ac_res=`eval echo '${'$as_ac_Header'}'`
16429 { echo "$as_me:$LINENO: result: $ac_res" >&5
16430 echo "${ECHO_T}$ac_res" >&6; }
16431 else
16432 # Is the header compilable?
16433 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16434 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16435 cat >conftest.$ac_ext <<_ACEOF
16436 /* confdefs.h. */
16437 _ACEOF
16438 cat confdefs.h >>conftest.$ac_ext
16439 cat >>conftest.$ac_ext <<_ACEOF
16440 /* end confdefs.h. */
16441 $ac_includes_default
16442 #include <$ac_header>
16443 _ACEOF
16444 rm -f conftest.$ac_objext
16445 if { (ac_try="$ac_compile"
16446 case "(($ac_try" in
16447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16448 *) ac_try_echo=$ac_try;;
16449 esac
16450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16451 (eval "$ac_compile") 2>conftest.er1
16452 ac_status=$?
16453 grep -v '^ *+' conftest.er1 >conftest.err
16454 rm -f conftest.er1
16455 cat conftest.err >&5
16456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16457 (exit $ac_status); } && {
16458 test -z "$ac_c_werror_flag" ||
16459 test ! -s conftest.err
16460 } && test -s conftest.$ac_objext; then
16461 ac_header_compiler=yes
16462 else
16463 echo "$as_me: failed program was:" >&5
16464 sed 's/^/| /' conftest.$ac_ext >&5
16465
16466 ac_header_compiler=no
16467 fi
16468
16469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16470 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16471 echo "${ECHO_T}$ac_header_compiler" >&6; }
16472
16473 # Is the header present?
16474 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16475 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16476 cat >conftest.$ac_ext <<_ACEOF
16477 /* confdefs.h. */
16478 _ACEOF
16479 cat confdefs.h >>conftest.$ac_ext
16480 cat >>conftest.$ac_ext <<_ACEOF
16481 /* end confdefs.h. */
16482 #include <$ac_header>
16483 _ACEOF
16484 if { (ac_try="$ac_cpp conftest.$ac_ext"
16485 case "(($ac_try" in
16486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16487 *) ac_try_echo=$ac_try;;
16488 esac
16489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16490 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16491 ac_status=$?
16492 grep -v '^ *+' conftest.er1 >conftest.err
16493 rm -f conftest.er1
16494 cat conftest.err >&5
16495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16496 (exit $ac_status); } >/dev/null && {
16497 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16498 test ! -s conftest.err
16499 }; then
16500 ac_header_preproc=yes
16501 else
16502 echo "$as_me: failed program was:" >&5
16503 sed 's/^/| /' conftest.$ac_ext >&5
16504
16505 ac_header_preproc=no
16506 fi
16507
16508 rm -f conftest.err conftest.$ac_ext
16509 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16510 echo "${ECHO_T}$ac_header_preproc" >&6; }
16511
16512 # So? What about this header?
16513 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16514 yes:no: )
16515 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16516 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16518 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16519 ac_header_preproc=yes
16520 ;;
16521 no:yes:* )
16522 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16523 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16524 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16525 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16526 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16527 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16528 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16529 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16531 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16532 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16533 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16534
16535 ;;
16536 esac
16537 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16538 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16540 echo $ECHO_N "(cached) $ECHO_C" >&6
16541 else
16542 eval "$as_ac_Header=\$ac_header_preproc"
16543 fi
16544 ac_res=`eval echo '${'$as_ac_Header'}'`
16545 { echo "$as_me:$LINENO: result: $ac_res" >&5
16546 echo "${ECHO_T}$ac_res" >&6; }
16547
16548 fi
16549 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16550 cat >>confdefs.h <<_ACEOF
16551 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16552 _ACEOF
16553
16554 fi
16555
16556 done
16557
16558
16559
16560
16561
16562
16563 for ac_header in $ac_header_list
16564 do
16565 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16567 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16570 echo $ECHO_N "(cached) $ECHO_C" >&6
16571 fi
16572 ac_res=`eval echo '${'$as_ac_Header'}'`
16573 { echo "$as_me:$LINENO: result: $ac_res" >&5
16574 echo "${ECHO_T}$ac_res" >&6; }
16575 else
16576 # Is the header compilable?
16577 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16578 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16579 cat >conftest.$ac_ext <<_ACEOF
16580 /* confdefs.h. */
16581 _ACEOF
16582 cat confdefs.h >>conftest.$ac_ext
16583 cat >>conftest.$ac_ext <<_ACEOF
16584 /* end confdefs.h. */
16585 $ac_includes_default
16586 #include <$ac_header>
16587 _ACEOF
16588 rm -f conftest.$ac_objext
16589 if { (ac_try="$ac_compile"
16590 case "(($ac_try" in
16591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16592 *) ac_try_echo=$ac_try;;
16593 esac
16594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16595 (eval "$ac_compile") 2>conftest.er1
16596 ac_status=$?
16597 grep -v '^ *+' conftest.er1 >conftest.err
16598 rm -f conftest.er1
16599 cat conftest.err >&5
16600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16601 (exit $ac_status); } && {
16602 test -z "$ac_c_werror_flag" ||
16603 test ! -s conftest.err
16604 } && test -s conftest.$ac_objext; then
16605 ac_header_compiler=yes
16606 else
16607 echo "$as_me: failed program was:" >&5
16608 sed 's/^/| /' conftest.$ac_ext >&5
16609
16610 ac_header_compiler=no
16611 fi
16612
16613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16614 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16615 echo "${ECHO_T}$ac_header_compiler" >&6; }
16616
16617 # Is the header present?
16618 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16619 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16620 cat >conftest.$ac_ext <<_ACEOF
16621 /* confdefs.h. */
16622 _ACEOF
16623 cat confdefs.h >>conftest.$ac_ext
16624 cat >>conftest.$ac_ext <<_ACEOF
16625 /* end confdefs.h. */
16626 #include <$ac_header>
16627 _ACEOF
16628 if { (ac_try="$ac_cpp conftest.$ac_ext"
16629 case "(($ac_try" in
16630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16631 *) ac_try_echo=$ac_try;;
16632 esac
16633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16634 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16635 ac_status=$?
16636 grep -v '^ *+' conftest.er1 >conftest.err
16637 rm -f conftest.er1
16638 cat conftest.err >&5
16639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16640 (exit $ac_status); } >/dev/null && {
16641 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16642 test ! -s conftest.err
16643 }; then
16644 ac_header_preproc=yes
16645 else
16646 echo "$as_me: failed program was:" >&5
16647 sed 's/^/| /' conftest.$ac_ext >&5
16648
16649 ac_header_preproc=no
16650 fi
16651
16652 rm -f conftest.err conftest.$ac_ext
16653 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16654 echo "${ECHO_T}$ac_header_preproc" >&6; }
16655
16656 # So? What about this header?
16657 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16658 yes:no: )
16659 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16660 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16661 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16662 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16663 ac_header_preproc=yes
16664 ;;
16665 no:yes:* )
16666 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16667 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16668 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16669 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16670 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16671 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16672 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16673 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16674 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16675 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16676 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16677 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16678
16679 ;;
16680 esac
16681 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16682 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16683 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16684 echo $ECHO_N "(cached) $ECHO_C" >&6
16685 else
16686 eval "$as_ac_Header=\$ac_header_preproc"
16687 fi
16688 ac_res=`eval echo '${'$as_ac_Header'}'`
16689 { echo "$as_me:$LINENO: result: $ac_res" >&5
16690 echo "${ECHO_T}$ac_res" >&6; }
16691
16692 fi
16693 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16694 cat >>confdefs.h <<_ACEOF
16695 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16696 _ACEOF
16697
16698 fi
16699
16700 done
16701
16702
16703
16704
16705
16706
16707
16708
16709
16710 for ac_func in $ac_func_list
16711 do
16712 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16713 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16714 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16715 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16716 echo $ECHO_N "(cached) $ECHO_C" >&6
16717 else
16718 cat >conftest.$ac_ext <<_ACEOF
16719 /* confdefs.h. */
16720 _ACEOF
16721 cat confdefs.h >>conftest.$ac_ext
16722 cat >>conftest.$ac_ext <<_ACEOF
16723 /* end confdefs.h. */
16724 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16726 #define $ac_func innocuous_$ac_func
16727
16728 /* System header to define __stub macros and hopefully few prototypes,
16729 which can conflict with char $ac_func (); below.
16730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16731 <limits.h> exists even on freestanding compilers. */
16732
16733 #ifdef __STDC__
16734 # include <limits.h>
16735 #else
16736 # include <assert.h>
16737 #endif
16738
16739 #undef $ac_func
16740
16741 /* Override any GCC internal prototype to avoid an error.
16742 Use char because int might match the return type of a GCC
16743 builtin and then its argument prototype would still apply. */
16744 #ifdef __cplusplus
16745 extern "C"
16746 #endif
16747 char $ac_func ();
16748 /* The GNU C library defines this for functions which it implements
16749 to always fail with ENOSYS. Some functions are actually named
16750 something starting with __ and the normal name is an alias. */
16751 #if defined __stub_$ac_func || defined __stub___$ac_func
16752 choke me
16753 #endif
16754
16755 int
16756 main ()
16757 {
16758 return $ac_func ();
16759 ;
16760 return 0;
16761 }
16762 _ACEOF
16763 rm -f conftest.$ac_objext conftest$ac_exeext
16764 if { (ac_try="$ac_link"
16765 case "(($ac_try" in
16766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16767 *) ac_try_echo=$ac_try;;
16768 esac
16769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16770 (eval "$ac_link") 2>conftest.er1
16771 ac_status=$?
16772 grep -v '^ *+' conftest.er1 >conftest.err
16773 rm -f conftest.er1
16774 cat conftest.err >&5
16775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16776 (exit $ac_status); } && {
16777 test -z "$ac_c_werror_flag" ||
16778 test ! -s conftest.err
16779 } && test -s conftest$ac_exeext &&
16780 $as_test_x conftest$ac_exeext; then
16781 eval "$as_ac_var=yes"
16782 else
16783 echo "$as_me: failed program was:" >&5
16784 sed 's/^/| /' conftest.$ac_ext >&5
16785
16786 eval "$as_ac_var=no"
16787 fi
16788
16789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16790 conftest$ac_exeext conftest.$ac_ext
16791 fi
16792 ac_res=`eval echo '${'$as_ac_var'}'`
16793 { echo "$as_me:$LINENO: result: $ac_res" >&5
16794 echo "${ECHO_T}$ac_res" >&6; }
16795 if test `eval echo '${'$as_ac_var'}'` = yes; then
16796 cat >>confdefs.h <<_ACEOF
16797 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16798 _ACEOF
16799
16800 fi
16801 done
16802
16803
16804
16805
16806
16807
16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
16818
16819 { echo "$as_me:$LINENO: checking for working mktime" >&5
16820 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6; }
16821 if test "${ac_cv_func_working_mktime+set}" = set; then
16822 echo $ECHO_N "(cached) $ECHO_C" >&6
16823 else
16824 if test "$cross_compiling" = yes; then
16825 ac_cv_func_working_mktime=no
16826 else
16827 cat >conftest.$ac_ext <<_ACEOF
16828 /* confdefs.h. */
16829 _ACEOF
16830 cat confdefs.h >>conftest.$ac_ext
16831 cat >>conftest.$ac_ext <<_ACEOF
16832 /* end confdefs.h. */
16833 /* Test program from Paul Eggert and Tony Leneis. */
16834 #ifdef TIME_WITH_SYS_TIME
16835 # include <sys/time.h>
16836 # include <time.h>
16837 #else
16838 # ifdef HAVE_SYS_TIME_H
16839 # include <sys/time.h>
16840 # else
16841 # include <time.h>
16842 # endif
16843 #endif
16844
16845 #include <stdlib.h>
16846
16847 #ifdef HAVE_UNISTD_H
16848 # include <unistd.h>
16849 #endif
16850
16851 #ifndef HAVE_ALARM
16852 # define alarm(X) /* empty */
16853 #endif
16854
16855 /* Work around redefinition to rpl_putenv by other config tests. */
16856 #undef putenv
16857
16858 static time_t time_t_max;
16859 static time_t time_t_min;
16860
16861 /* Values we'll use to set the TZ environment variable. */
16862 static char *tz_strings[] = {
16863 (char *) 0, "TZ=GMT0", "TZ=JST-9",
16864 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
16865 };
16866 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
16867
16868 /* Return 0 if mktime fails to convert a date in the spring-forward gap.
16869 Based on a problem report from Andreas Jaeger. */
16870 static int
16871 spring_forward_gap ()
16872 {
16873 /* glibc (up to about 1998-10-07) failed this test. */
16874 struct tm tm;
16875
16876 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
16877 instead of "TZ=America/Vancouver" in order to detect the bug even
16878 on systems that don't support the Olson extension, or don't have the
16879 full zoneinfo tables installed. */
16880 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
16881
16882 tm.tm_year = 98;
16883 tm.tm_mon = 3;
16884 tm.tm_mday = 5;
16885 tm.tm_hour = 2;
16886 tm.tm_min = 0;
16887 tm.tm_sec = 0;
16888 tm.tm_isdst = -1;
16889 return mktime (&tm) != (time_t) -1;
16890 }
16891
16892 static int
16893 mktime_test1 (now)
16894 time_t now;
16895 {
16896 struct tm *lt;
16897 return ! (lt = localtime (&now)) || mktime (lt) == now;
16898 }
16899
16900 static int
16901 mktime_test (now)
16902 time_t now;
16903 {
16904 return (mktime_test1 (now)
16905 && mktime_test1 ((time_t) (time_t_max - now))
16906 && mktime_test1 ((time_t) (time_t_min + now)));
16907 }
16908
16909 static int
16910 irix_6_4_bug ()
16911 {
16912 /* Based on code from Ariel Faigon. */
16913 struct tm tm;
16914 tm.tm_year = 96;
16915 tm.tm_mon = 3;
16916 tm.tm_mday = 0;
16917 tm.tm_hour = 0;
16918 tm.tm_min = 0;
16919 tm.tm_sec = 0;
16920 tm.tm_isdst = -1;
16921 mktime (&tm);
16922 return tm.tm_mon == 2 && tm.tm_mday == 31;
16923 }
16924
16925 static int
16926 bigtime_test (j)
16927 int j;
16928 {
16929 struct tm tm;
16930 time_t now;
16931 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
16932 now = mktime (&tm);
16933 if (now != (time_t) -1)
16934 {
16935 struct tm *lt = localtime (&now);
16936 if (! (lt
16937 && lt->tm_year == tm.tm_year
16938 && lt->tm_mon == tm.tm_mon
16939 && lt->tm_mday == tm.tm_mday
16940 && lt->tm_hour == tm.tm_hour
16941 && lt->tm_min == tm.tm_min
16942 && lt->tm_sec == tm.tm_sec
16943 && lt->tm_yday == tm.tm_yday
16944 && lt->tm_wday == tm.tm_wday
16945 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
16946 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
16947 return 0;
16948 }
16949 return 1;
16950 }
16951
16952 static int
16953 year_2050_test ()
16954 {
16955 /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
16956 ignoring leap seconds. */
16957 unsigned long int answer = 2527315200UL;
16958
16959 struct tm tm;
16960 time_t t;
16961 tm.tm_year = 2050 - 1900;
16962 tm.tm_mon = 2 - 1;
16963 tm.tm_mday = 1;
16964 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
16965 tm.tm_isdst = -1;
16966
16967 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
16968 instead of "TZ=America/Vancouver" in order to detect the bug even
16969 on systems that don't support the Olson extension, or don't have the
16970 full zoneinfo tables installed. */
16971 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
16972
16973 t = mktime (&tm);
16974
16975 /* Check that the result is either a failure, or close enough
16976 to the correct answer that we can assume the discrepancy is
16977 due to leap seconds. */
16978 return (t == (time_t) -1
16979 || (0 < t && answer - 120 <= t && t <= answer + 120));
16980 }
16981
16982 int
16983 main ()
16984 {
16985 time_t t, delta;
16986 int i, j;
16987
16988 /* This test makes some buggy mktime implementations loop.
16989 Give up after 60 seconds; a mktime slower than that
16990 isn't worth using anyway. */
16991 alarm (60);
16992
16993 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
16994 continue;
16995 time_t_max--;
16996 if ((time_t) -1 < 0)
16997 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
16998 continue;
16999 delta = time_t_max / 997; /* a suitable prime number */
17000 for (i = 0; i < N_STRINGS; i++)
17001 {
17002 if (tz_strings[i])
17003 putenv (tz_strings[i]);
17004
17005 for (t = 0; t <= time_t_max - delta; t += delta)
17006 if (! mktime_test (t))
17007 return 1;
17008 if (! (mktime_test ((time_t) 1)
17009 && mktime_test ((time_t) (60 * 60))
17010 && mktime_test ((time_t) (60 * 60 * 24))))
17011 return 1;
17012
17013 for (j = 1; 0 < j; j *= 2)
17014 if (! bigtime_test (j))
17015 return 1;
17016 if (! bigtime_test (j - 1))
17017 return 1;
17018 }
17019 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
17020 }
17021 _ACEOF
17022 rm -f conftest$ac_exeext
17023 if { (ac_try="$ac_link"
17024 case "(($ac_try" in
17025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17026 *) ac_try_echo=$ac_try;;
17027 esac
17028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17029 (eval "$ac_link") 2>&5
17030 ac_status=$?
17031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17032 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17033 { (case "(($ac_try" in
17034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17035 *) ac_try_echo=$ac_try;;
17036 esac
17037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17038 (eval "$ac_try") 2>&5
17039 ac_status=$?
17040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17041 (exit $ac_status); }; }; then
17042 ac_cv_func_working_mktime=yes
17043 else
17044 echo "$as_me: program exited with status $ac_status" >&5
17045 echo "$as_me: failed program was:" >&5
17046 sed 's/^/| /' conftest.$ac_ext >&5
17047
17048 ( exit $ac_status )
17049 ac_cv_func_working_mktime=no
17050 fi
17051 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17052 fi
17053
17054
17055 fi
17056 { echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
17057 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6; }
17058 if test $ac_cv_func_working_mktime = no; then
17059 case " $LIBOBJS " in
17060 *" mktime.$ac_objext "* ) ;;
17061 *) LIBOBJS="$LIBOBJS mktime.$ac_objext"
17062 ;;
17063 esac
17064
17065 fi
17066
17067 if test "$ac_cv_func_working_mktime" = no; then
17068
17069 cat >>confdefs.h <<\_ACEOF
17070 #define BROKEN_MKTIME 1
17071 _ACEOF
17072
17073 fi
17074
17075 ac_have_func=no # yes means we've found a way to get the load average.
17076
17077 # Make sure getloadavg.c is where it belongs, at configure-time.
17078 test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
17079 { { echo "$as_me:$LINENO: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&5
17080 echo "$as_me: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&2;}
17081 { (exit 1); exit 1; }; }
17082
17083 ac_save_LIBS=$LIBS
17084
17085 # Check for getloadavg, but be sure not to touch the cache variable.
17086 ({ echo "$as_me:$LINENO: checking for getloadavg" >&5
17087 echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6; }
17088 if test "${ac_cv_func_getloadavg+set}" = set; then
17089 echo $ECHO_N "(cached) $ECHO_C" >&6
17090 else
17091 cat >conftest.$ac_ext <<_ACEOF
17092 /* confdefs.h. */
17093 _ACEOF
17094 cat confdefs.h >>conftest.$ac_ext
17095 cat >>conftest.$ac_ext <<_ACEOF
17096 /* end confdefs.h. */
17097 /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
17098 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17099 #define getloadavg innocuous_getloadavg
17100
17101 /* System header to define __stub macros and hopefully few prototypes,
17102 which can conflict with char getloadavg (); below.
17103 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17104 <limits.h> exists even on freestanding compilers. */
17105
17106 #ifdef __STDC__
17107 # include <limits.h>
17108 #else
17109 # include <assert.h>
17110 #endif
17111
17112 #undef getloadavg
17113
17114 /* Override any GCC internal prototype to avoid an error.
17115 Use char because int might match the return type of a GCC
17116 builtin and then its argument prototype would still apply. */
17117 #ifdef __cplusplus
17118 extern "C"
17119 #endif
17120 char getloadavg ();
17121 /* The GNU C library defines this for functions which it implements
17122 to always fail with ENOSYS. Some functions are actually named
17123 something starting with __ and the normal name is an alias. */
17124 #if defined __stub_getloadavg || defined __stub___getloadavg
17125 choke me
17126 #endif
17127
17128 int
17129 main ()
17130 {
17131 return getloadavg ();
17132 ;
17133 return 0;
17134 }
17135 _ACEOF
17136 rm -f conftest.$ac_objext conftest$ac_exeext
17137 if { (ac_try="$ac_link"
17138 case "(($ac_try" in
17139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17140 *) ac_try_echo=$ac_try;;
17141 esac
17142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17143 (eval "$ac_link") 2>conftest.er1
17144 ac_status=$?
17145 grep -v '^ *+' conftest.er1 >conftest.err
17146 rm -f conftest.er1
17147 cat conftest.err >&5
17148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17149 (exit $ac_status); } && {
17150 test -z "$ac_c_werror_flag" ||
17151 test ! -s conftest.err
17152 } && test -s conftest$ac_exeext &&
17153 $as_test_x conftest$ac_exeext; then
17154 ac_cv_func_getloadavg=yes
17155 else
17156 echo "$as_me: failed program was:" >&5
17157 sed 's/^/| /' conftest.$ac_ext >&5
17158
17159 ac_cv_func_getloadavg=no
17160 fi
17161
17162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17163 conftest$ac_exeext conftest.$ac_ext
17164 fi
17165 { echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
17166 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6; }
17167 if test $ac_cv_func_getloadavg = yes; then
17168 exit 0
17169 else
17170 exit 1
17171 fi
17172 ) && ac_have_func=yes
17173
17174 # On HPUX9, an unprivileged user can get load averages through this function.
17175
17176 for ac_func in pstat_getdynamic
17177 do
17178 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17179 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17180 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17181 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17182 echo $ECHO_N "(cached) $ECHO_C" >&6
17183 else
17184 cat >conftest.$ac_ext <<_ACEOF
17185 /* confdefs.h. */
17186 _ACEOF
17187 cat confdefs.h >>conftest.$ac_ext
17188 cat >>conftest.$ac_ext <<_ACEOF
17189 /* end confdefs.h. */
17190 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17191 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17192 #define $ac_func innocuous_$ac_func
17193
17194 /* System header to define __stub macros and hopefully few prototypes,
17195 which can conflict with char $ac_func (); below.
17196 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17197 <limits.h> exists even on freestanding compilers. */
17198
17199 #ifdef __STDC__
17200 # include <limits.h>
17201 #else
17202 # include <assert.h>
17203 #endif
17204
17205 #undef $ac_func
17206
17207 /* Override any GCC internal prototype to avoid an error.
17208 Use char because int might match the return type of a GCC
17209 builtin and then its argument prototype would still apply. */
17210 #ifdef __cplusplus
17211 extern "C"
17212 #endif
17213 char $ac_func ();
17214 /* The GNU C library defines this for functions which it implements
17215 to always fail with ENOSYS. Some functions are actually named
17216 something starting with __ and the normal name is an alias. */
17217 #if defined __stub_$ac_func || defined __stub___$ac_func
17218 choke me
17219 #endif
17220
17221 int
17222 main ()
17223 {
17224 return $ac_func ();
17225 ;
17226 return 0;
17227 }
17228 _ACEOF
17229 rm -f conftest.$ac_objext conftest$ac_exeext
17230 if { (ac_try="$ac_link"
17231 case "(($ac_try" in
17232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17233 *) ac_try_echo=$ac_try;;
17234 esac
17235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17236 (eval "$ac_link") 2>conftest.er1
17237 ac_status=$?
17238 grep -v '^ *+' conftest.er1 >conftest.err
17239 rm -f conftest.er1
17240 cat conftest.err >&5
17241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); } && {
17243 test -z "$ac_c_werror_flag" ||
17244 test ! -s conftest.err
17245 } && test -s conftest$ac_exeext &&
17246 $as_test_x conftest$ac_exeext; then
17247 eval "$as_ac_var=yes"
17248 else
17249 echo "$as_me: failed program was:" >&5
17250 sed 's/^/| /' conftest.$ac_ext >&5
17251
17252 eval "$as_ac_var=no"
17253 fi
17254
17255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17256 conftest$ac_exeext conftest.$ac_ext
17257 fi
17258 ac_res=`eval echo '${'$as_ac_var'}'`
17259 { echo "$as_me:$LINENO: result: $ac_res" >&5
17260 echo "${ECHO_T}$ac_res" >&6; }
17261 if test `eval echo '${'$as_ac_var'}'` = yes; then
17262 cat >>confdefs.h <<_ACEOF
17263 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17264 _ACEOF
17265
17266 fi
17267 done
17268
17269
17270 # Solaris has libkstat which does not require root.
17271
17272 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17273 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
17274 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17275 echo $ECHO_N "(cached) $ECHO_C" >&6
17276 else
17277 ac_check_lib_save_LIBS=$LIBS
17278 LIBS="-lkstat $LIBS"
17279 cat >conftest.$ac_ext <<_ACEOF
17280 /* confdefs.h. */
17281 _ACEOF
17282 cat confdefs.h >>conftest.$ac_ext
17283 cat >>conftest.$ac_ext <<_ACEOF
17284 /* end confdefs.h. */
17285
17286 /* Override any GCC internal prototype to avoid an error.
17287 Use char because int might match the return type of a GCC
17288 builtin and then its argument prototype would still apply. */
17289 #ifdef __cplusplus
17290 extern "C"
17291 #endif
17292 char kstat_open ();
17293 int
17294 main ()
17295 {
17296 return kstat_open ();
17297 ;
17298 return 0;
17299 }
17300 _ACEOF
17301 rm -f conftest.$ac_objext conftest$ac_exeext
17302 if { (ac_try="$ac_link"
17303 case "(($ac_try" in
17304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17305 *) ac_try_echo=$ac_try;;
17306 esac
17307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17308 (eval "$ac_link") 2>conftest.er1
17309 ac_status=$?
17310 grep -v '^ *+' conftest.er1 >conftest.err
17311 rm -f conftest.er1
17312 cat conftest.err >&5
17313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17314 (exit $ac_status); } && {
17315 test -z "$ac_c_werror_flag" ||
17316 test ! -s conftest.err
17317 } && test -s conftest$ac_exeext &&
17318 $as_test_x conftest$ac_exeext; then
17319 ac_cv_lib_kstat_kstat_open=yes
17320 else
17321 echo "$as_me: failed program was:" >&5
17322 sed 's/^/| /' conftest.$ac_ext >&5
17323
17324 ac_cv_lib_kstat_kstat_open=no
17325 fi
17326
17327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17328 conftest$ac_exeext conftest.$ac_ext
17329 LIBS=$ac_check_lib_save_LIBS
17330 fi
17331 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17332 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
17333 if test $ac_cv_lib_kstat_kstat_open = yes; then
17334 cat >>confdefs.h <<_ACEOF
17335 #define HAVE_LIBKSTAT 1
17336 _ACEOF
17337
17338 LIBS="-lkstat $LIBS"
17339
17340 fi
17341
17342 test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
17343
17344 # Some systems with -lutil have (and need) -lkvm as well, some do not.
17345 # On Solaris, -lkvm requires nlist from -lelf, so check that first
17346 # to get the right answer into the cache.
17347 # For kstat on solaris, we need libelf to force the definition of SVR4 below.
17348 if test $ac_have_func = no; then
17349 { echo "$as_me:$LINENO: checking for elf_begin in -lelf" >&5
17350 echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6; }
17351 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
17352 echo $ECHO_N "(cached) $ECHO_C" >&6
17353 else
17354 ac_check_lib_save_LIBS=$LIBS
17355 LIBS="-lelf $LIBS"
17356 cat >conftest.$ac_ext <<_ACEOF
17357 /* confdefs.h. */
17358 _ACEOF
17359 cat confdefs.h >>conftest.$ac_ext
17360 cat >>conftest.$ac_ext <<_ACEOF
17361 /* end confdefs.h. */
17362
17363 /* Override any GCC internal prototype to avoid an error.
17364 Use char because int might match the return type of a GCC
17365 builtin and then its argument prototype would still apply. */
17366 #ifdef __cplusplus
17367 extern "C"
17368 #endif
17369 char elf_begin ();
17370 int
17371 main ()
17372 {
17373 return elf_begin ();
17374 ;
17375 return 0;
17376 }
17377 _ACEOF
17378 rm -f conftest.$ac_objext conftest$ac_exeext
17379 if { (ac_try="$ac_link"
17380 case "(($ac_try" in
17381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17382 *) ac_try_echo=$ac_try;;
17383 esac
17384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17385 (eval "$ac_link") 2>conftest.er1
17386 ac_status=$?
17387 grep -v '^ *+' conftest.er1 >conftest.err
17388 rm -f conftest.er1
17389 cat conftest.err >&5
17390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17391 (exit $ac_status); } && {
17392 test -z "$ac_c_werror_flag" ||
17393 test ! -s conftest.err
17394 } && test -s conftest$ac_exeext &&
17395 $as_test_x conftest$ac_exeext; then
17396 ac_cv_lib_elf_elf_begin=yes
17397 else
17398 echo "$as_me: failed program was:" >&5
17399 sed 's/^/| /' conftest.$ac_ext >&5
17400
17401 ac_cv_lib_elf_elf_begin=no
17402 fi
17403
17404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17405 conftest$ac_exeext conftest.$ac_ext
17406 LIBS=$ac_check_lib_save_LIBS
17407 fi
17408 { echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
17409 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6; }
17410 if test $ac_cv_lib_elf_elf_begin = yes; then
17411 LIBS="-lelf $LIBS"
17412 fi
17413
17414 fi
17415 if test $ac_have_func = no; then
17416 { echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5
17417 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6; }
17418 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
17419 echo $ECHO_N "(cached) $ECHO_C" >&6
17420 else
17421 ac_check_lib_save_LIBS=$LIBS
17422 LIBS="-lkvm $LIBS"
17423 cat >conftest.$ac_ext <<_ACEOF
17424 /* confdefs.h. */
17425 _ACEOF
17426 cat confdefs.h >>conftest.$ac_ext
17427 cat >>conftest.$ac_ext <<_ACEOF
17428 /* end confdefs.h. */
17429
17430 /* Override any GCC internal prototype to avoid an error.
17431 Use char because int might match the return type of a GCC
17432 builtin and then its argument prototype would still apply. */
17433 #ifdef __cplusplus
17434 extern "C"
17435 #endif
17436 char kvm_open ();
17437 int
17438 main ()
17439 {
17440 return kvm_open ();
17441 ;
17442 return 0;
17443 }
17444 _ACEOF
17445 rm -f conftest.$ac_objext conftest$ac_exeext
17446 if { (ac_try="$ac_link"
17447 case "(($ac_try" in
17448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17449 *) ac_try_echo=$ac_try;;
17450 esac
17451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17452 (eval "$ac_link") 2>conftest.er1
17453 ac_status=$?
17454 grep -v '^ *+' conftest.er1 >conftest.err
17455 rm -f conftest.er1
17456 cat conftest.err >&5
17457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17458 (exit $ac_status); } && {
17459 test -z "$ac_c_werror_flag" ||
17460 test ! -s conftest.err
17461 } && test -s conftest$ac_exeext &&
17462 $as_test_x conftest$ac_exeext; then
17463 ac_cv_lib_kvm_kvm_open=yes
17464 else
17465 echo "$as_me: failed program was:" >&5
17466 sed 's/^/| /' conftest.$ac_ext >&5
17467
17468 ac_cv_lib_kvm_kvm_open=no
17469 fi
17470
17471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17472 conftest$ac_exeext conftest.$ac_ext
17473 LIBS=$ac_check_lib_save_LIBS
17474 fi
17475 { echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
17476 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6; }
17477 if test $ac_cv_lib_kvm_kvm_open = yes; then
17478 LIBS="-lkvm $LIBS"
17479 fi
17480
17481 # Check for the 4.4BSD definition of getloadavg.
17482 { echo "$as_me:$LINENO: checking for getloadavg in -lutil" >&5
17483 echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6; }
17484 if test "${ac_cv_lib_util_getloadavg+set}" = set; then
17485 echo $ECHO_N "(cached) $ECHO_C" >&6
17486 else
17487 ac_check_lib_save_LIBS=$LIBS
17488 LIBS="-lutil $LIBS"
17489 cat >conftest.$ac_ext <<_ACEOF
17490 /* confdefs.h. */
17491 _ACEOF
17492 cat confdefs.h >>conftest.$ac_ext
17493 cat >>conftest.$ac_ext <<_ACEOF
17494 /* end confdefs.h. */
17495
17496 /* Override any GCC internal prototype to avoid an error.
17497 Use char because int might match the return type of a GCC
17498 builtin and then its argument prototype would still apply. */
17499 #ifdef __cplusplus
17500 extern "C"
17501 #endif
17502 char getloadavg ();
17503 int
17504 main ()
17505 {
17506 return getloadavg ();
17507 ;
17508 return 0;
17509 }
17510 _ACEOF
17511 rm -f conftest.$ac_objext conftest$ac_exeext
17512 if { (ac_try="$ac_link"
17513 case "(($ac_try" in
17514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17515 *) ac_try_echo=$ac_try;;
17516 esac
17517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17518 (eval "$ac_link") 2>conftest.er1
17519 ac_status=$?
17520 grep -v '^ *+' conftest.er1 >conftest.err
17521 rm -f conftest.er1
17522 cat conftest.err >&5
17523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17524 (exit $ac_status); } && {
17525 test -z "$ac_c_werror_flag" ||
17526 test ! -s conftest.err
17527 } && test -s conftest$ac_exeext &&
17528 $as_test_x conftest$ac_exeext; then
17529 ac_cv_lib_util_getloadavg=yes
17530 else
17531 echo "$as_me: failed program was:" >&5
17532 sed 's/^/| /' conftest.$ac_ext >&5
17533
17534 ac_cv_lib_util_getloadavg=no
17535 fi
17536
17537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17538 conftest$ac_exeext conftest.$ac_ext
17539 LIBS=$ac_check_lib_save_LIBS
17540 fi
17541 { echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
17542 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6; }
17543 if test $ac_cv_lib_util_getloadavg = yes; then
17544 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
17545 fi
17546
17547 fi
17548
17549 if test $ac_have_func = no; then
17550 # There is a commonly available library for RS/6000 AIX.
17551 # Since it is not a standard part of AIX, it might be installed locally.
17552 ac_getloadavg_LIBS=$LIBS
17553 LIBS="-L/usr/local/lib $LIBS"
17554 { echo "$as_me:$LINENO: checking for getloadavg in -lgetloadavg" >&5
17555 echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6; }
17556 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
17557 echo $ECHO_N "(cached) $ECHO_C" >&6
17558 else
17559 ac_check_lib_save_LIBS=$LIBS
17560 LIBS="-lgetloadavg $LIBS"
17561 cat >conftest.$ac_ext <<_ACEOF
17562 /* confdefs.h. */
17563 _ACEOF
17564 cat confdefs.h >>conftest.$ac_ext
17565 cat >>conftest.$ac_ext <<_ACEOF
17566 /* end confdefs.h. */
17567
17568 /* Override any GCC internal prototype to avoid an error.
17569 Use char because int might match the return type of a GCC
17570 builtin and then its argument prototype would still apply. */
17571 #ifdef __cplusplus
17572 extern "C"
17573 #endif
17574 char getloadavg ();
17575 int
17576 main ()
17577 {
17578 return getloadavg ();
17579 ;
17580 return 0;
17581 }
17582 _ACEOF
17583 rm -f conftest.$ac_objext conftest$ac_exeext
17584 if { (ac_try="$ac_link"
17585 case "(($ac_try" in
17586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17587 *) ac_try_echo=$ac_try;;
17588 esac
17589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17590 (eval "$ac_link") 2>conftest.er1
17591 ac_status=$?
17592 grep -v '^ *+' conftest.er1 >conftest.err
17593 rm -f conftest.er1
17594 cat conftest.err >&5
17595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17596 (exit $ac_status); } && {
17597 test -z "$ac_c_werror_flag" ||
17598 test ! -s conftest.err
17599 } && test -s conftest$ac_exeext &&
17600 $as_test_x conftest$ac_exeext; then
17601 ac_cv_lib_getloadavg_getloadavg=yes
17602 else
17603 echo "$as_me: failed program was:" >&5
17604 sed 's/^/| /' conftest.$ac_ext >&5
17605
17606 ac_cv_lib_getloadavg_getloadavg=no
17607 fi
17608
17609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17610 conftest$ac_exeext conftest.$ac_ext
17611 LIBS=$ac_check_lib_save_LIBS
17612 fi
17613 { echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
17614 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6; }
17615 if test $ac_cv_lib_getloadavg_getloadavg = yes; then
17616 LIBS="-lgetloadavg $LIBS"
17617 else
17618 LIBS=$ac_getloadavg_LIBS
17619 fi
17620
17621 fi
17622
17623 # Make sure it is really in the library, if we think we found it,
17624 # otherwise set up the replacement function.
17625
17626 for ac_func in getloadavg
17627 do
17628 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17629 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17630 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17631 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17632 echo $ECHO_N "(cached) $ECHO_C" >&6
17633 else
17634 cat >conftest.$ac_ext <<_ACEOF
17635 /* confdefs.h. */
17636 _ACEOF
17637 cat confdefs.h >>conftest.$ac_ext
17638 cat >>conftest.$ac_ext <<_ACEOF
17639 /* end confdefs.h. */
17640 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17641 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17642 #define $ac_func innocuous_$ac_func
17643
17644 /* System header to define __stub macros and hopefully few prototypes,
17645 which can conflict with char $ac_func (); below.
17646 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17647 <limits.h> exists even on freestanding compilers. */
17648
17649 #ifdef __STDC__
17650 # include <limits.h>
17651 #else
17652 # include <assert.h>
17653 #endif
17654
17655 #undef $ac_func
17656
17657 /* Override any GCC internal prototype to avoid an error.
17658 Use char because int might match the return type of a GCC
17659 builtin and then its argument prototype would still apply. */
17660 #ifdef __cplusplus
17661 extern "C"
17662 #endif
17663 char $ac_func ();
17664 /* The GNU C library defines this for functions which it implements
17665 to always fail with ENOSYS. Some functions are actually named
17666 something starting with __ and the normal name is an alias. */
17667 #if defined __stub_$ac_func || defined __stub___$ac_func
17668 choke me
17669 #endif
17670
17671 int
17672 main ()
17673 {
17674 return $ac_func ();
17675 ;
17676 return 0;
17677 }
17678 _ACEOF
17679 rm -f conftest.$ac_objext conftest$ac_exeext
17680 if { (ac_try="$ac_link"
17681 case "(($ac_try" in
17682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17683 *) ac_try_echo=$ac_try;;
17684 esac
17685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17686 (eval "$ac_link") 2>conftest.er1
17687 ac_status=$?
17688 grep -v '^ *+' conftest.er1 >conftest.err
17689 rm -f conftest.er1
17690 cat conftest.err >&5
17691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17692 (exit $ac_status); } && {
17693 test -z "$ac_c_werror_flag" ||
17694 test ! -s conftest.err
17695 } && test -s conftest$ac_exeext &&
17696 $as_test_x conftest$ac_exeext; then
17697 eval "$as_ac_var=yes"
17698 else
17699 echo "$as_me: failed program was:" >&5
17700 sed 's/^/| /' conftest.$ac_ext >&5
17701
17702 eval "$as_ac_var=no"
17703 fi
17704
17705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17706 conftest$ac_exeext conftest.$ac_ext
17707 fi
17708 ac_res=`eval echo '${'$as_ac_var'}'`
17709 { echo "$as_me:$LINENO: result: $ac_res" >&5
17710 echo "${ECHO_T}$ac_res" >&6; }
17711 if test `eval echo '${'$as_ac_var'}'` = yes; then
17712 cat >>confdefs.h <<_ACEOF
17713 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17714 _ACEOF
17715
17716 else
17717 case " $LIBOBJS " in
17718 *" getloadavg.$ac_objext "* ) ;;
17719 *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext"
17720 ;;
17721 esac
17722
17723
17724 cat >>confdefs.h <<\_ACEOF
17725 #define C_GETLOADAVG 1
17726 _ACEOF
17727
17728 # Figure out what our getloadavg.c needs.
17729 ac_have_func=no
17730 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17731 { echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
17732 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6; }
17733 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17734 echo $ECHO_N "(cached) $ECHO_C" >&6
17735 fi
17736 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
17737 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; }
17738 else
17739 # Is the header compilable?
17740 { echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
17741 echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6; }
17742 cat >conftest.$ac_ext <<_ACEOF
17743 /* confdefs.h. */
17744 _ACEOF
17745 cat confdefs.h >>conftest.$ac_ext
17746 cat >>conftest.$ac_ext <<_ACEOF
17747 /* end confdefs.h. */
17748 $ac_includes_default
17749 #include <sys/dg_sys_info.h>
17750 _ACEOF
17751 rm -f conftest.$ac_objext
17752 if { (ac_try="$ac_compile"
17753 case "(($ac_try" in
17754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17755 *) ac_try_echo=$ac_try;;
17756 esac
17757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17758 (eval "$ac_compile") 2>conftest.er1
17759 ac_status=$?
17760 grep -v '^ *+' conftest.er1 >conftest.err
17761 rm -f conftest.er1
17762 cat conftest.err >&5
17763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17764 (exit $ac_status); } && {
17765 test -z "$ac_c_werror_flag" ||
17766 test ! -s conftest.err
17767 } && test -s conftest.$ac_objext; then
17768 ac_header_compiler=yes
17769 else
17770 echo "$as_me: failed program was:" >&5
17771 sed 's/^/| /' conftest.$ac_ext >&5
17772
17773 ac_header_compiler=no
17774 fi
17775
17776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17777 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17778 echo "${ECHO_T}$ac_header_compiler" >&6; }
17779
17780 # Is the header present?
17781 { echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
17782 echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6; }
17783 cat >conftest.$ac_ext <<_ACEOF
17784 /* confdefs.h. */
17785 _ACEOF
17786 cat confdefs.h >>conftest.$ac_ext
17787 cat >>conftest.$ac_ext <<_ACEOF
17788 /* end confdefs.h. */
17789 #include <sys/dg_sys_info.h>
17790 _ACEOF
17791 if { (ac_try="$ac_cpp conftest.$ac_ext"
17792 case "(($ac_try" in
17793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17794 *) ac_try_echo=$ac_try;;
17795 esac
17796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17797 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17798 ac_status=$?
17799 grep -v '^ *+' conftest.er1 >conftest.err
17800 rm -f conftest.er1
17801 cat conftest.err >&5
17802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17803 (exit $ac_status); } >/dev/null && {
17804 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17805 test ! -s conftest.err
17806 }; then
17807 ac_header_preproc=yes
17808 else
17809 echo "$as_me: failed program was:" >&5
17810 sed 's/^/| /' conftest.$ac_ext >&5
17811
17812 ac_header_preproc=no
17813 fi
17814
17815 rm -f conftest.err conftest.$ac_ext
17816 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17817 echo "${ECHO_T}$ac_header_preproc" >&6; }
17818
17819 # So? What about this header?
17820 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17821 yes:no: )
17822 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
17823 echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17824 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
17825 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
17826 ac_header_preproc=yes
17827 ;;
17828 no:yes:* )
17829 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
17830 echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
17831 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
17832 echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
17833 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
17834 echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
17835 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
17836 echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
17837 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
17838 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
17839 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
17840 echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
17841
17842 ;;
17843 esac
17844 { echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
17845 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6; }
17846 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
17847 echo $ECHO_N "(cached) $ECHO_C" >&6
17848 else
17849 ac_cv_header_sys_dg_sys_info_h=$ac_header_preproc
17850 fi
17851 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
17852 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; }
17853
17854 fi
17855 if test $ac_cv_header_sys_dg_sys_info_h = yes; then
17856 ac_have_func=yes
17857
17858 cat >>confdefs.h <<\_ACEOF
17859 #define DGUX 1
17860 _ACEOF
17861
17862
17863 { echo "$as_me:$LINENO: checking for dg_sys_info in -ldgc" >&5
17864 echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6; }
17865 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
17866 echo $ECHO_N "(cached) $ECHO_C" >&6
17867 else
17868 ac_check_lib_save_LIBS=$LIBS
17869 LIBS="-ldgc $LIBS"
17870 cat >conftest.$ac_ext <<_ACEOF
17871 /* confdefs.h. */
17872 _ACEOF
17873 cat confdefs.h >>conftest.$ac_ext
17874 cat >>conftest.$ac_ext <<_ACEOF
17875 /* end confdefs.h. */
17876
17877 /* Override any GCC internal prototype to avoid an error.
17878 Use char because int might match the return type of a GCC
17879 builtin and then its argument prototype would still apply. */
17880 #ifdef __cplusplus
17881 extern "C"
17882 #endif
17883 char dg_sys_info ();
17884 int
17885 main ()
17886 {
17887 return dg_sys_info ();
17888 ;
17889 return 0;
17890 }
17891 _ACEOF
17892 rm -f conftest.$ac_objext conftest$ac_exeext
17893 if { (ac_try="$ac_link"
17894 case "(($ac_try" in
17895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17896 *) ac_try_echo=$ac_try;;
17897 esac
17898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17899 (eval "$ac_link") 2>conftest.er1
17900 ac_status=$?
17901 grep -v '^ *+' conftest.er1 >conftest.err
17902 rm -f conftest.er1
17903 cat conftest.err >&5
17904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17905 (exit $ac_status); } && {
17906 test -z "$ac_c_werror_flag" ||
17907 test ! -s conftest.err
17908 } && test -s conftest$ac_exeext &&
17909 $as_test_x conftest$ac_exeext; then
17910 ac_cv_lib_dgc_dg_sys_info=yes
17911 else
17912 echo "$as_me: failed program was:" >&5
17913 sed 's/^/| /' conftest.$ac_ext >&5
17914
17915 ac_cv_lib_dgc_dg_sys_info=no
17916 fi
17917
17918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17919 conftest$ac_exeext conftest.$ac_ext
17920 LIBS=$ac_check_lib_save_LIBS
17921 fi
17922 { echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
17923 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6; }
17924 if test $ac_cv_lib_dgc_dg_sys_info = yes; then
17925 cat >>confdefs.h <<_ACEOF
17926 #define HAVE_LIBDGC 1
17927 _ACEOF
17928
17929 LIBS="-ldgc $LIBS"
17930
17931 fi
17932
17933 fi
17934
17935
17936
17937 if test "${ac_cv_header_locale_h+set}" = set; then
17938 { echo "$as_me:$LINENO: checking for locale.h" >&5
17939 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }
17940 if test "${ac_cv_header_locale_h+set}" = set; then
17941 echo $ECHO_N "(cached) $ECHO_C" >&6
17942 fi
17943 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
17944 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
17945 else
17946 # Is the header compilable?
17947 { echo "$as_me:$LINENO: checking locale.h usability" >&5
17948 echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6; }
17949 cat >conftest.$ac_ext <<_ACEOF
17950 /* confdefs.h. */
17951 _ACEOF
17952 cat confdefs.h >>conftest.$ac_ext
17953 cat >>conftest.$ac_ext <<_ACEOF
17954 /* end confdefs.h. */
17955 $ac_includes_default
17956 #include <locale.h>
17957 _ACEOF
17958 rm -f conftest.$ac_objext
17959 if { (ac_try="$ac_compile"
17960 case "(($ac_try" in
17961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17962 *) ac_try_echo=$ac_try;;
17963 esac
17964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17965 (eval "$ac_compile") 2>conftest.er1
17966 ac_status=$?
17967 grep -v '^ *+' conftest.er1 >conftest.err
17968 rm -f conftest.er1
17969 cat conftest.err >&5
17970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17971 (exit $ac_status); } && {
17972 test -z "$ac_c_werror_flag" ||
17973 test ! -s conftest.err
17974 } && test -s conftest.$ac_objext; then
17975 ac_header_compiler=yes
17976 else
17977 echo "$as_me: failed program was:" >&5
17978 sed 's/^/| /' conftest.$ac_ext >&5
17979
17980 ac_header_compiler=no
17981 fi
17982
17983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17984 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17985 echo "${ECHO_T}$ac_header_compiler" >&6; }
17986
17987 # Is the header present?
17988 { echo "$as_me:$LINENO: checking locale.h presence" >&5
17989 echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6; }
17990 cat >conftest.$ac_ext <<_ACEOF
17991 /* confdefs.h. */
17992 _ACEOF
17993 cat confdefs.h >>conftest.$ac_ext
17994 cat >>conftest.$ac_ext <<_ACEOF
17995 /* end confdefs.h. */
17996 #include <locale.h>
17997 _ACEOF
17998 if { (ac_try="$ac_cpp conftest.$ac_ext"
17999 case "(($ac_try" in
18000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18001 *) ac_try_echo=$ac_try;;
18002 esac
18003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18004 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18005 ac_status=$?
18006 grep -v '^ *+' conftest.er1 >conftest.err
18007 rm -f conftest.er1
18008 cat conftest.err >&5
18009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18010 (exit $ac_status); } >/dev/null && {
18011 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18012 test ! -s conftest.err
18013 }; then
18014 ac_header_preproc=yes
18015 else
18016 echo "$as_me: failed program was:" >&5
18017 sed 's/^/| /' conftest.$ac_ext >&5
18018
18019 ac_header_preproc=no
18020 fi
18021
18022 rm -f conftest.err conftest.$ac_ext
18023 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18024 echo "${ECHO_T}$ac_header_preproc" >&6; }
18025
18026 # So? What about this header?
18027 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18028 yes:no: )
18029 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
18030 echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18031 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
18032 echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
18033 ac_header_preproc=yes
18034 ;;
18035 no:yes:* )
18036 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
18037 echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
18038 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
18039 echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
18040 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
18041 echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
18042 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
18043 echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
18044 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
18045 echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
18046 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
18047 echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
18048
18049 ;;
18050 esac
18051 { echo "$as_me:$LINENO: checking for locale.h" >&5
18052 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6; }
18053 if test "${ac_cv_header_locale_h+set}" = set; then
18054 echo $ECHO_N "(cached) $ECHO_C" >&6
18055 else
18056 ac_cv_header_locale_h=$ac_header_preproc
18057 fi
18058 { echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
18059 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
18060
18061 fi
18062
18063
18064
18065 for ac_func in setlocale
18066 do
18067 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18068 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18069 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18070 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18071 echo $ECHO_N "(cached) $ECHO_C" >&6
18072 else
18073 cat >conftest.$ac_ext <<_ACEOF
18074 /* confdefs.h. */
18075 _ACEOF
18076 cat confdefs.h >>conftest.$ac_ext
18077 cat >>conftest.$ac_ext <<_ACEOF
18078 /* end confdefs.h. */
18079 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18080 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18081 #define $ac_func innocuous_$ac_func
18082
18083 /* System header to define __stub macros and hopefully few prototypes,
18084 which can conflict with char $ac_func (); below.
18085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18086 <limits.h> exists even on freestanding compilers. */
18087
18088 #ifdef __STDC__
18089 # include <limits.h>
18090 #else
18091 # include <assert.h>
18092 #endif
18093
18094 #undef $ac_func
18095
18096 /* Override any GCC internal prototype to avoid an error.
18097 Use char because int might match the return type of a GCC
18098 builtin and then its argument prototype would still apply. */
18099 #ifdef __cplusplus
18100 extern "C"
18101 #endif
18102 char $ac_func ();
18103 /* The GNU C library defines this for functions which it implements
18104 to always fail with ENOSYS. Some functions are actually named
18105 something starting with __ and the normal name is an alias. */
18106 #if defined __stub_$ac_func || defined __stub___$ac_func
18107 choke me
18108 #endif
18109
18110 int
18111 main ()
18112 {
18113 return $ac_func ();
18114 ;
18115 return 0;
18116 }
18117 _ACEOF
18118 rm -f conftest.$ac_objext conftest$ac_exeext
18119 if { (ac_try="$ac_link"
18120 case "(($ac_try" in
18121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18122 *) ac_try_echo=$ac_try;;
18123 esac
18124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18125 (eval "$ac_link") 2>conftest.er1
18126 ac_status=$?
18127 grep -v '^ *+' conftest.er1 >conftest.err
18128 rm -f conftest.er1
18129 cat conftest.err >&5
18130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18131 (exit $ac_status); } && {
18132 test -z "$ac_c_werror_flag" ||
18133 test ! -s conftest.err
18134 } && test -s conftest$ac_exeext &&
18135 $as_test_x conftest$ac_exeext; then
18136 eval "$as_ac_var=yes"
18137 else
18138 echo "$as_me: failed program was:" >&5
18139 sed 's/^/| /' conftest.$ac_ext >&5
18140
18141 eval "$as_ac_var=no"
18142 fi
18143
18144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18145 conftest$ac_exeext conftest.$ac_ext
18146 fi
18147 ac_res=`eval echo '${'$as_ac_var'}'`
18148 { echo "$as_me:$LINENO: result: $ac_res" >&5
18149 echo "${ECHO_T}$ac_res" >&6; }
18150 if test `eval echo '${'$as_ac_var'}'` = yes; then
18151 cat >>confdefs.h <<_ACEOF
18152 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18153 _ACEOF
18154
18155 fi
18156 done
18157
18158
18159 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
18160 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
18161 # Irix 4.0.5F has the header but not the library.
18162 if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
18163 ac_have_func=yes
18164
18165 cat >>confdefs.h <<\_ACEOF
18166 #define SVR4 1
18167 _ACEOF
18168
18169 fi
18170
18171 if test $ac_have_func = no; then
18172 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18173 { echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
18174 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6; }
18175 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18176 echo $ECHO_N "(cached) $ECHO_C" >&6
18177 fi
18178 { echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
18179 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; }
18180 else
18181 # Is the header compilable?
18182 { echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
18183 echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6; }
18184 cat >conftest.$ac_ext <<_ACEOF
18185 /* confdefs.h. */
18186 _ACEOF
18187 cat confdefs.h >>conftest.$ac_ext
18188 cat >>conftest.$ac_ext <<_ACEOF
18189 /* end confdefs.h. */
18190 $ac_includes_default
18191 #include <inq_stats/cpustats.h>
18192 _ACEOF
18193 rm -f conftest.$ac_objext
18194 if { (ac_try="$ac_compile"
18195 case "(($ac_try" in
18196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18197 *) ac_try_echo=$ac_try;;
18198 esac
18199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18200 (eval "$ac_compile") 2>conftest.er1
18201 ac_status=$?
18202 grep -v '^ *+' conftest.er1 >conftest.err
18203 rm -f conftest.er1
18204 cat conftest.err >&5
18205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18206 (exit $ac_status); } && {
18207 test -z "$ac_c_werror_flag" ||
18208 test ! -s conftest.err
18209 } && test -s conftest.$ac_objext; then
18210 ac_header_compiler=yes
18211 else
18212 echo "$as_me: failed program was:" >&5
18213 sed 's/^/| /' conftest.$ac_ext >&5
18214
18215 ac_header_compiler=no
18216 fi
18217
18218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18219 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18220 echo "${ECHO_T}$ac_header_compiler" >&6; }
18221
18222 # Is the header present?
18223 { echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
18224 echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6; }
18225 cat >conftest.$ac_ext <<_ACEOF
18226 /* confdefs.h. */
18227 _ACEOF
18228 cat confdefs.h >>conftest.$ac_ext
18229 cat >>conftest.$ac_ext <<_ACEOF
18230 /* end confdefs.h. */
18231 #include <inq_stats/cpustats.h>
18232 _ACEOF
18233 if { (ac_try="$ac_cpp conftest.$ac_ext"
18234 case "(($ac_try" in
18235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18236 *) ac_try_echo=$ac_try;;
18237 esac
18238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18239 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18240 ac_status=$?
18241 grep -v '^ *+' conftest.er1 >conftest.err
18242 rm -f conftest.er1
18243 cat conftest.err >&5
18244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18245 (exit $ac_status); } >/dev/null && {
18246 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18247 test ! -s conftest.err
18248 }; then
18249 ac_header_preproc=yes
18250 else
18251 echo "$as_me: failed program was:" >&5
18252 sed 's/^/| /' conftest.$ac_ext >&5
18253
18254 ac_header_preproc=no
18255 fi
18256
18257 rm -f conftest.err conftest.$ac_ext
18258 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18259 echo "${ECHO_T}$ac_header_preproc" >&6; }
18260
18261 # So? What about this header?
18262 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18263 yes:no: )
18264 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
18265 echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18266 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5
18267 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}
18268 ac_header_preproc=yes
18269 ;;
18270 no:yes:* )
18271 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
18272 echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
18273 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
18274 echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
18275 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
18276 echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
18277 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
18278 echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
18279 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
18280 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
18281 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
18282 echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
18283
18284 ;;
18285 esac
18286 { echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
18287 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6; }
18288 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
18289 echo $ECHO_N "(cached) $ECHO_C" >&6
18290 else
18291 ac_cv_header_inq_stats_cpustats_h=$ac_header_preproc
18292 fi
18293 { echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
18294 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; }
18295
18296 fi
18297 if test $ac_cv_header_inq_stats_cpustats_h = yes; then
18298 ac_have_func=yes
18299
18300 cat >>confdefs.h <<\_ACEOF
18301 #define UMAX 1
18302 _ACEOF
18303
18304
18305 cat >>confdefs.h <<\_ACEOF
18306 #define UMAX4_3 1
18307 _ACEOF
18308
18309 fi
18310
18311
18312 fi
18313
18314 if test $ac_have_func = no; then
18315 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18316 { echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
18317 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6; }
18318 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18319 echo $ECHO_N "(cached) $ECHO_C" >&6
18320 fi
18321 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
18322 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; }
18323 else
18324 # Is the header compilable?
18325 { echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
18326 echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6; }
18327 cat >conftest.$ac_ext <<_ACEOF
18328 /* confdefs.h. */
18329 _ACEOF
18330 cat confdefs.h >>conftest.$ac_ext
18331 cat >>conftest.$ac_ext <<_ACEOF
18332 /* end confdefs.h. */
18333 $ac_includes_default
18334 #include <sys/cpustats.h>
18335 _ACEOF
18336 rm -f conftest.$ac_objext
18337 if { (ac_try="$ac_compile"
18338 case "(($ac_try" in
18339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18340 *) ac_try_echo=$ac_try;;
18341 esac
18342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18343 (eval "$ac_compile") 2>conftest.er1
18344 ac_status=$?
18345 grep -v '^ *+' conftest.er1 >conftest.err
18346 rm -f conftest.er1
18347 cat conftest.err >&5
18348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18349 (exit $ac_status); } && {
18350 test -z "$ac_c_werror_flag" ||
18351 test ! -s conftest.err
18352 } && test -s conftest.$ac_objext; then
18353 ac_header_compiler=yes
18354 else
18355 echo "$as_me: failed program was:" >&5
18356 sed 's/^/| /' conftest.$ac_ext >&5
18357
18358 ac_header_compiler=no
18359 fi
18360
18361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18362 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18363 echo "${ECHO_T}$ac_header_compiler" >&6; }
18364
18365 # Is the header present?
18366 { echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
18367 echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6; }
18368 cat >conftest.$ac_ext <<_ACEOF
18369 /* confdefs.h. */
18370 _ACEOF
18371 cat confdefs.h >>conftest.$ac_ext
18372 cat >>conftest.$ac_ext <<_ACEOF
18373 /* end confdefs.h. */
18374 #include <sys/cpustats.h>
18375 _ACEOF
18376 if { (ac_try="$ac_cpp conftest.$ac_ext"
18377 case "(($ac_try" in
18378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18379 *) ac_try_echo=$ac_try;;
18380 esac
18381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18382 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18383 ac_status=$?
18384 grep -v '^ *+' conftest.er1 >conftest.err
18385 rm -f conftest.er1
18386 cat conftest.err >&5
18387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18388 (exit $ac_status); } >/dev/null && {
18389 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18390 test ! -s conftest.err
18391 }; then
18392 ac_header_preproc=yes
18393 else
18394 echo "$as_me: failed program was:" >&5
18395 sed 's/^/| /' conftest.$ac_ext >&5
18396
18397 ac_header_preproc=no
18398 fi
18399
18400 rm -f conftest.err conftest.$ac_ext
18401 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18402 echo "${ECHO_T}$ac_header_preproc" >&6; }
18403
18404 # So? What about this header?
18405 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18406 yes:no: )
18407 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
18408 echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18409 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5
18410 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}
18411 ac_header_preproc=yes
18412 ;;
18413 no:yes:* )
18414 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
18415 echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
18416 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
18417 echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
18418 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
18419 echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
18420 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
18421 echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
18422 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
18423 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
18424 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
18425 echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
18426
18427 ;;
18428 esac
18429 { echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
18430 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6; }
18431 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
18432 echo $ECHO_N "(cached) $ECHO_C" >&6
18433 else
18434 ac_cv_header_sys_cpustats_h=$ac_header_preproc
18435 fi
18436 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
18437 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; }
18438
18439 fi
18440 if test $ac_cv_header_sys_cpustats_h = yes; then
18441 ac_have_func=yes; cat >>confdefs.h <<\_ACEOF
18442 #define UMAX 1
18443 _ACEOF
18444
18445 fi
18446
18447
18448 fi
18449
18450 if test $ac_have_func = no; then
18451
18452 for ac_header in mach/mach.h
18453 do
18454 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18456 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18457 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18459 echo $ECHO_N "(cached) $ECHO_C" >&6
18460 fi
18461 ac_res=`eval echo '${'$as_ac_Header'}'`
18462 { echo "$as_me:$LINENO: result: $ac_res" >&5
18463 echo "${ECHO_T}$ac_res" >&6; }
18464 else
18465 # Is the header compilable?
18466 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
18467 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
18468 cat >conftest.$ac_ext <<_ACEOF
18469 /* confdefs.h. */
18470 _ACEOF
18471 cat confdefs.h >>conftest.$ac_ext
18472 cat >>conftest.$ac_ext <<_ACEOF
18473 /* end confdefs.h. */
18474 $ac_includes_default
18475 #include <$ac_header>
18476 _ACEOF
18477 rm -f conftest.$ac_objext
18478 if { (ac_try="$ac_compile"
18479 case "(($ac_try" in
18480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18481 *) ac_try_echo=$ac_try;;
18482 esac
18483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18484 (eval "$ac_compile") 2>conftest.er1
18485 ac_status=$?
18486 grep -v '^ *+' conftest.er1 >conftest.err
18487 rm -f conftest.er1
18488 cat conftest.err >&5
18489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18490 (exit $ac_status); } && {
18491 test -z "$ac_c_werror_flag" ||
18492 test ! -s conftest.err
18493 } && test -s conftest.$ac_objext; then
18494 ac_header_compiler=yes
18495 else
18496 echo "$as_me: failed program was:" >&5
18497 sed 's/^/| /' conftest.$ac_ext >&5
18498
18499 ac_header_compiler=no
18500 fi
18501
18502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18503 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18504 echo "${ECHO_T}$ac_header_compiler" >&6; }
18505
18506 # Is the header present?
18507 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
18508 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
18509 cat >conftest.$ac_ext <<_ACEOF
18510 /* confdefs.h. */
18511 _ACEOF
18512 cat confdefs.h >>conftest.$ac_ext
18513 cat >>conftest.$ac_ext <<_ACEOF
18514 /* end confdefs.h. */
18515 #include <$ac_header>
18516 _ACEOF
18517 if { (ac_try="$ac_cpp conftest.$ac_ext"
18518 case "(($ac_try" in
18519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18520 *) ac_try_echo=$ac_try;;
18521 esac
18522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18523 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18524 ac_status=$?
18525 grep -v '^ *+' conftest.er1 >conftest.err
18526 rm -f conftest.er1
18527 cat conftest.err >&5
18528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18529 (exit $ac_status); } >/dev/null && {
18530 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18531 test ! -s conftest.err
18532 }; then
18533 ac_header_preproc=yes
18534 else
18535 echo "$as_me: failed program was:" >&5
18536 sed 's/^/| /' conftest.$ac_ext >&5
18537
18538 ac_header_preproc=no
18539 fi
18540
18541 rm -f conftest.err conftest.$ac_ext
18542 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18543 echo "${ECHO_T}$ac_header_preproc" >&6; }
18544
18545 # So? What about this header?
18546 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18547 yes:no: )
18548 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18549 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18551 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18552 ac_header_preproc=yes
18553 ;;
18554 no:yes:* )
18555 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18556 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18557 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18558 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18559 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18560 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18561 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18562 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18563 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18564 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18565 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18566 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18567
18568 ;;
18569 esac
18570 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18571 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18573 echo $ECHO_N "(cached) $ECHO_C" >&6
18574 else
18575 eval "$as_ac_Header=\$ac_header_preproc"
18576 fi
18577 ac_res=`eval echo '${'$as_ac_Header'}'`
18578 { echo "$as_me:$LINENO: result: $ac_res" >&5
18579 echo "${ECHO_T}$ac_res" >&6; }
18580
18581 fi
18582 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18583 cat >>confdefs.h <<_ACEOF
18584 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18585 _ACEOF
18586
18587 fi
18588
18589 done
18590
18591 fi
18592
18593
18594 for ac_header in nlist.h
18595 do
18596 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18597 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18598 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18599 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18600 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18601 echo $ECHO_N "(cached) $ECHO_C" >&6
18602 fi
18603 ac_res=`eval echo '${'$as_ac_Header'}'`
18604 { echo "$as_me:$LINENO: result: $ac_res" >&5
18605 echo "${ECHO_T}$ac_res" >&6; }
18606 else
18607 # Is the header compilable?
18608 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
18609 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
18610 cat >conftest.$ac_ext <<_ACEOF
18611 /* confdefs.h. */
18612 _ACEOF
18613 cat confdefs.h >>conftest.$ac_ext
18614 cat >>conftest.$ac_ext <<_ACEOF
18615 /* end confdefs.h. */
18616 $ac_includes_default
18617 #include <$ac_header>
18618 _ACEOF
18619 rm -f conftest.$ac_objext
18620 if { (ac_try="$ac_compile"
18621 case "(($ac_try" in
18622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18623 *) ac_try_echo=$ac_try;;
18624 esac
18625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18626 (eval "$ac_compile") 2>conftest.er1
18627 ac_status=$?
18628 grep -v '^ *+' conftest.er1 >conftest.err
18629 rm -f conftest.er1
18630 cat conftest.err >&5
18631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18632 (exit $ac_status); } && {
18633 test -z "$ac_c_werror_flag" ||
18634 test ! -s conftest.err
18635 } && test -s conftest.$ac_objext; then
18636 ac_header_compiler=yes
18637 else
18638 echo "$as_me: failed program was:" >&5
18639 sed 's/^/| /' conftest.$ac_ext >&5
18640
18641 ac_header_compiler=no
18642 fi
18643
18644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18645 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18646 echo "${ECHO_T}$ac_header_compiler" >&6; }
18647
18648 # Is the header present?
18649 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
18650 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
18651 cat >conftest.$ac_ext <<_ACEOF
18652 /* confdefs.h. */
18653 _ACEOF
18654 cat confdefs.h >>conftest.$ac_ext
18655 cat >>conftest.$ac_ext <<_ACEOF
18656 /* end confdefs.h. */
18657 #include <$ac_header>
18658 _ACEOF
18659 if { (ac_try="$ac_cpp conftest.$ac_ext"
18660 case "(($ac_try" in
18661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18662 *) ac_try_echo=$ac_try;;
18663 esac
18664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18666 ac_status=$?
18667 grep -v '^ *+' conftest.er1 >conftest.err
18668 rm -f conftest.er1
18669 cat conftest.err >&5
18670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18671 (exit $ac_status); } >/dev/null && {
18672 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18673 test ! -s conftest.err
18674 }; then
18675 ac_header_preproc=yes
18676 else
18677 echo "$as_me: failed program was:" >&5
18678 sed 's/^/| /' conftest.$ac_ext >&5
18679
18680 ac_header_preproc=no
18681 fi
18682
18683 rm -f conftest.err conftest.$ac_ext
18684 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18685 echo "${ECHO_T}$ac_header_preproc" >&6; }
18686
18687 # So? What about this header?
18688 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18689 yes:no: )
18690 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18691 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18692 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18693 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18694 ac_header_preproc=yes
18695 ;;
18696 no:yes:* )
18697 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18698 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18699 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18700 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18701 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18702 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18703 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18704 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18705 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18706 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18707 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18708 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18709
18710 ;;
18711 esac
18712 { echo "$as_me:$LINENO: checking for $ac_header" >&5
18713 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
18714 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18715 echo $ECHO_N "(cached) $ECHO_C" >&6
18716 else
18717 eval "$as_ac_Header=\$ac_header_preproc"
18718 fi
18719 ac_res=`eval echo '${'$as_ac_Header'}'`
18720 { echo "$as_me:$LINENO: result: $ac_res" >&5
18721 echo "${ECHO_T}$ac_res" >&6; }
18722
18723 fi
18724 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18725 cat >>confdefs.h <<_ACEOF
18726 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18727 _ACEOF
18728 { echo "$as_me:$LINENO: checking for struct nlist.n_un.n_name" >&5
18729 echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6; }
18730 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
18731 echo $ECHO_N "(cached) $ECHO_C" >&6
18732 else
18733 cat >conftest.$ac_ext <<_ACEOF
18734 /* confdefs.h. */
18735 _ACEOF
18736 cat confdefs.h >>conftest.$ac_ext
18737 cat >>conftest.$ac_ext <<_ACEOF
18738 /* end confdefs.h. */
18739 #include <nlist.h>
18740
18741 int
18742 main ()
18743 {
18744 static struct nlist ac_aggr;
18745 if (ac_aggr.n_un.n_name)
18746 return 0;
18747 ;
18748 return 0;
18749 }
18750 _ACEOF
18751 rm -f conftest.$ac_objext
18752 if { (ac_try="$ac_compile"
18753 case "(($ac_try" in
18754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18755 *) ac_try_echo=$ac_try;;
18756 esac
18757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18758 (eval "$ac_compile") 2>conftest.er1
18759 ac_status=$?
18760 grep -v '^ *+' conftest.er1 >conftest.err
18761 rm -f conftest.er1
18762 cat conftest.err >&5
18763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764 (exit $ac_status); } && {
18765 test -z "$ac_c_werror_flag" ||
18766 test ! -s conftest.err
18767 } && test -s conftest.$ac_objext; then
18768 ac_cv_member_struct_nlist_n_un_n_name=yes
18769 else
18770 echo "$as_me: failed program was:" >&5
18771 sed 's/^/| /' conftest.$ac_ext >&5
18772
18773 cat >conftest.$ac_ext <<_ACEOF
18774 /* confdefs.h. */
18775 _ACEOF
18776 cat confdefs.h >>conftest.$ac_ext
18777 cat >>conftest.$ac_ext <<_ACEOF
18778 /* end confdefs.h. */
18779 #include <nlist.h>
18780
18781 int
18782 main ()
18783 {
18784 static struct nlist ac_aggr;
18785 if (sizeof ac_aggr.n_un.n_name)
18786 return 0;
18787 ;
18788 return 0;
18789 }
18790 _ACEOF
18791 rm -f conftest.$ac_objext
18792 if { (ac_try="$ac_compile"
18793 case "(($ac_try" in
18794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18795 *) ac_try_echo=$ac_try;;
18796 esac
18797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18798 (eval "$ac_compile") 2>conftest.er1
18799 ac_status=$?
18800 grep -v '^ *+' conftest.er1 >conftest.err
18801 rm -f conftest.er1
18802 cat conftest.err >&5
18803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18804 (exit $ac_status); } && {
18805 test -z "$ac_c_werror_flag" ||
18806 test ! -s conftest.err
18807 } && test -s conftest.$ac_objext; then
18808 ac_cv_member_struct_nlist_n_un_n_name=yes
18809 else
18810 echo "$as_me: failed program was:" >&5
18811 sed 's/^/| /' conftest.$ac_ext >&5
18812
18813 ac_cv_member_struct_nlist_n_un_n_name=no
18814 fi
18815
18816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18817 fi
18818
18819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18820 fi
18821 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
18822 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6; }
18823 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
18824
18825 cat >>confdefs.h <<_ACEOF
18826 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
18827 _ACEOF
18828
18829
18830 cat >>confdefs.h <<\_ACEOF
18831 #define NLIST_NAME_UNION 1
18832 _ACEOF
18833
18834 fi
18835
18836
18837 fi
18838
18839 done
18840
18841 fi
18842 done
18843
18844
18845 # Some definitions of getloadavg require that the program be installed setgid.
18846 { echo "$as_me:$LINENO: checking whether getloadavg requires setgid" >&5
18847 echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6; }
18848 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
18849 echo $ECHO_N "(cached) $ECHO_C" >&6
18850 else
18851 cat >conftest.$ac_ext <<_ACEOF
18852 /* confdefs.h. */
18853 _ACEOF
18854 cat confdefs.h >>conftest.$ac_ext
18855 cat >>conftest.$ac_ext <<_ACEOF
18856 /* end confdefs.h. */
18857 #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
18858 #ifdef LDAV_PRIVILEGED
18859 Yowza Am I SETGID yet
18860 #endif
18861 _ACEOF
18862 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18863 $EGREP "Yowza Am I SETGID yet" >/dev/null 2>&1; then
18864 ac_cv_func_getloadavg_setgid=yes
18865 else
18866 ac_cv_func_getloadavg_setgid=no
18867 fi
18868 rm -f conftest*
18869
18870 fi
18871 { echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg_setgid" >&5
18872 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6; }
18873 if test $ac_cv_func_getloadavg_setgid = yes; then
18874 NEED_SETGID=true
18875
18876 cat >>confdefs.h <<\_ACEOF
18877 #define GETLOADAVG_PRIVILEGED 1
18878 _ACEOF
18879
18880 else
18881 NEED_SETGID=false
18882 fi
18883
18884 if test $ac_cv_func_getloadavg_setgid = yes; then
18885 { echo "$as_me:$LINENO: checking group of /dev/kmem" >&5
18886 echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6; }
18887 if test "${ac_cv_group_kmem+set}" = set; then
18888 echo $ECHO_N "(cached) $ECHO_C" >&6
18889 else
18890 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
18891 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
18892 # If we got an error (system does not support symlinks), try without -L.
18893 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
18894 ac_cv_group_kmem=`echo $ac_ls_output \
18895 | sed -ne 's/[ ][ ]*/ /g;
18896 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
18897 / /s/.* //;p;'`
18898
18899 fi
18900 { echo "$as_me:$LINENO: result: $ac_cv_group_kmem" >&5
18901 echo "${ECHO_T}$ac_cv_group_kmem" >&6; }
18902 KMEM_GROUP=$ac_cv_group_kmem
18903 fi
18904 if test "x$ac_save_LIBS" = x; then
18905 GETLOADAVG_LIBS=$LIBS
18906 else
18907 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"`
18908 fi
18909 LIBS=$ac_save_LIBS
18910
18911
18912
18913 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
18914 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
18915 if test "${ac_cv_sys_largefile_source+set}" = set; then
18916 echo $ECHO_N "(cached) $ECHO_C" >&6
18917 else
18918 while :; do
18919 cat >conftest.$ac_ext <<_ACEOF
18920 /* confdefs.h. */
18921 _ACEOF
18922 cat confdefs.h >>conftest.$ac_ext
18923 cat >>conftest.$ac_ext <<_ACEOF
18924 /* end confdefs.h. */
18925 #include <stdio.h>
18926 int
18927 main ()
18928 {
18929 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18930 ;
18931 return 0;
18932 }
18933 _ACEOF
18934 rm -f conftest.$ac_objext conftest$ac_exeext
18935 if { (ac_try="$ac_link"
18936 case "(($ac_try" in
18937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18938 *) ac_try_echo=$ac_try;;
18939 esac
18940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18941 (eval "$ac_link") 2>conftest.er1
18942 ac_status=$?
18943 grep -v '^ *+' conftest.er1 >conftest.err
18944 rm -f conftest.er1
18945 cat conftest.err >&5
18946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18947 (exit $ac_status); } && {
18948 test -z "$ac_c_werror_flag" ||
18949 test ! -s conftest.err
18950 } && test -s conftest$ac_exeext &&
18951 $as_test_x conftest$ac_exeext; then
18952 ac_cv_sys_largefile_source=no; break
18953 else
18954 echo "$as_me: failed program was:" >&5
18955 sed 's/^/| /' conftest.$ac_ext >&5
18956
18957
18958 fi
18959
18960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18961 conftest$ac_exeext conftest.$ac_ext
18962 cat >conftest.$ac_ext <<_ACEOF
18963 /* confdefs.h. */
18964 _ACEOF
18965 cat confdefs.h >>conftest.$ac_ext
18966 cat >>conftest.$ac_ext <<_ACEOF
18967 /* end confdefs.h. */
18968 #define _LARGEFILE_SOURCE 1
18969 #include <stdio.h>
18970 int
18971 main ()
18972 {
18973 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18974 ;
18975 return 0;
18976 }
18977 _ACEOF
18978 rm -f conftest.$ac_objext conftest$ac_exeext
18979 if { (ac_try="$ac_link"
18980 case "(($ac_try" in
18981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18982 *) ac_try_echo=$ac_try;;
18983 esac
18984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18985 (eval "$ac_link") 2>conftest.er1
18986 ac_status=$?
18987 grep -v '^ *+' conftest.er1 >conftest.err
18988 rm -f conftest.er1
18989 cat conftest.err >&5
18990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18991 (exit $ac_status); } && {
18992 test -z "$ac_c_werror_flag" ||
18993 test ! -s conftest.err
18994 } && test -s conftest$ac_exeext &&
18995 $as_test_x conftest$ac_exeext; then
18996 ac_cv_sys_largefile_source=1; break
18997 else
18998 echo "$as_me: failed program was:" >&5
18999 sed 's/^/| /' conftest.$ac_ext >&5
19000
19001
19002 fi
19003
19004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19005 conftest$ac_exeext conftest.$ac_ext
19006 ac_cv_sys_largefile_source=unknown
19007 break
19008 done
19009 fi
19010 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
19011 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
19012 case $ac_cv_sys_largefile_source in #(
19013 no | unknown) ;;
19014 *)
19015 cat >>confdefs.h <<_ACEOF
19016 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
19017 _ACEOF
19018 ;;
19019 esac
19020 rm -f conftest*
19021
19022 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
19023 # in glibc 2.1.3, but that breaks too many other things.
19024 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
19025 if test $ac_cv_sys_largefile_source != unknown; then
19026
19027 cat >>confdefs.h <<\_ACEOF
19028 #define HAVE_FSEEKO 1
19029 _ACEOF
19030
19031 fi
19032
19033
19034 # Configure getopt.
19035 # getopt.m4 serial 10
19036
19037 # The getopt module assume you want GNU getopt, with getopt_long etc,
19038 # rather than vanilla POSIX getopt. This means your your code should
19039 # always include <getopt.h> for the getopt prototypes.
19040
19041
19042
19043
19044
19045
19046
19047
19048
19049
19050
19051 # Prerequisites of lib/getopt*.
19052
19053
19054
19055
19056 GETOPT_H=
19057
19058 for ac_header in getopt.h
19059 do
19060 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19062 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19063 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19065 echo $ECHO_N "(cached) $ECHO_C" >&6
19066 fi
19067 ac_res=`eval echo '${'$as_ac_Header'}'`
19068 { echo "$as_me:$LINENO: result: $ac_res" >&5
19069 echo "${ECHO_T}$ac_res" >&6; }
19070 else
19071 # Is the header compilable?
19072 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19073 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19074 cat >conftest.$ac_ext <<_ACEOF
19075 /* confdefs.h. */
19076 _ACEOF
19077 cat confdefs.h >>conftest.$ac_ext
19078 cat >>conftest.$ac_ext <<_ACEOF
19079 /* end confdefs.h. */
19080 $ac_includes_default
19081 #include <$ac_header>
19082 _ACEOF
19083 rm -f conftest.$ac_objext
19084 if { (ac_try="$ac_compile"
19085 case "(($ac_try" in
19086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19087 *) ac_try_echo=$ac_try;;
19088 esac
19089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19090 (eval "$ac_compile") 2>conftest.er1
19091 ac_status=$?
19092 grep -v '^ *+' conftest.er1 >conftest.err
19093 rm -f conftest.er1
19094 cat conftest.err >&5
19095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19096 (exit $ac_status); } && {
19097 test -z "$ac_c_werror_flag" ||
19098 test ! -s conftest.err
19099 } && test -s conftest.$ac_objext; then
19100 ac_header_compiler=yes
19101 else
19102 echo "$as_me: failed program was:" >&5
19103 sed 's/^/| /' conftest.$ac_ext >&5
19104
19105 ac_header_compiler=no
19106 fi
19107
19108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19109 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19110 echo "${ECHO_T}$ac_header_compiler" >&6; }
19111
19112 # Is the header present?
19113 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19114 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19115 cat >conftest.$ac_ext <<_ACEOF
19116 /* confdefs.h. */
19117 _ACEOF
19118 cat confdefs.h >>conftest.$ac_ext
19119 cat >>conftest.$ac_ext <<_ACEOF
19120 /* end confdefs.h. */
19121 #include <$ac_header>
19122 _ACEOF
19123 if { (ac_try="$ac_cpp conftest.$ac_ext"
19124 case "(($ac_try" in
19125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19126 *) ac_try_echo=$ac_try;;
19127 esac
19128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19129 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19130 ac_status=$?
19131 grep -v '^ *+' conftest.er1 >conftest.err
19132 rm -f conftest.er1
19133 cat conftest.err >&5
19134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19135 (exit $ac_status); } >/dev/null && {
19136 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19137 test ! -s conftest.err
19138 }; then
19139 ac_header_preproc=yes
19140 else
19141 echo "$as_me: failed program was:" >&5
19142 sed 's/^/| /' conftest.$ac_ext >&5
19143
19144 ac_header_preproc=no
19145 fi
19146
19147 rm -f conftest.err conftest.$ac_ext
19148 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19149 echo "${ECHO_T}$ac_header_preproc" >&6; }
19150
19151 # So? What about this header?
19152 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19153 yes:no: )
19154 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19155 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19156 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19157 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19158 ac_header_preproc=yes
19159 ;;
19160 no:yes:* )
19161 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19162 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19163 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19164 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19165 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19166 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19167 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19168 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19169 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19170 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19171 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19172 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19173
19174 ;;
19175 esac
19176 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19177 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19179 echo $ECHO_N "(cached) $ECHO_C" >&6
19180 else
19181 eval "$as_ac_Header=\$ac_header_preproc"
19182 fi
19183 ac_res=`eval echo '${'$as_ac_Header'}'`
19184 { echo "$as_me:$LINENO: result: $ac_res" >&5
19185 echo "${ECHO_T}$ac_res" >&6; }
19186
19187 fi
19188 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19189 cat >>confdefs.h <<_ACEOF
19190 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19191 _ACEOF
19192
19193 else
19194 GETOPT_H=getopt.h
19195 fi
19196
19197 done
19198
19199 if test -z "$GETOPT_H"; then
19200
19201 for ac_func in getopt_long_only
19202 do
19203 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19204 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19205 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19206 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19207 echo $ECHO_N "(cached) $ECHO_C" >&6
19208 else
19209 cat >conftest.$ac_ext <<_ACEOF
19210 /* confdefs.h. */
19211 _ACEOF
19212 cat confdefs.h >>conftest.$ac_ext
19213 cat >>conftest.$ac_ext <<_ACEOF
19214 /* end confdefs.h. */
19215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19217 #define $ac_func innocuous_$ac_func
19218
19219 /* System header to define __stub macros and hopefully few prototypes,
19220 which can conflict with char $ac_func (); below.
19221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19222 <limits.h> exists even on freestanding compilers. */
19223
19224 #ifdef __STDC__
19225 # include <limits.h>
19226 #else
19227 # include <assert.h>
19228 #endif
19229
19230 #undef $ac_func
19231
19232 /* Override any GCC internal prototype to avoid an error.
19233 Use char because int might match the return type of a GCC
19234 builtin and then its argument prototype would still apply. */
19235 #ifdef __cplusplus
19236 extern "C"
19237 #endif
19238 char $ac_func ();
19239 /* The GNU C library defines this for functions which it implements
19240 to always fail with ENOSYS. Some functions are actually named
19241 something starting with __ and the normal name is an alias. */
19242 #if defined __stub_$ac_func || defined __stub___$ac_func
19243 choke me
19244 #endif
19245
19246 int
19247 main ()
19248 {
19249 return $ac_func ();
19250 ;
19251 return 0;
19252 }
19253 _ACEOF
19254 rm -f conftest.$ac_objext conftest$ac_exeext
19255 if { (ac_try="$ac_link"
19256 case "(($ac_try" in
19257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19258 *) ac_try_echo=$ac_try;;
19259 esac
19260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19261 (eval "$ac_link") 2>conftest.er1
19262 ac_status=$?
19263 grep -v '^ *+' conftest.er1 >conftest.err
19264 rm -f conftest.er1
19265 cat conftest.err >&5
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); } && {
19268 test -z "$ac_c_werror_flag" ||
19269 test ! -s conftest.err
19270 } && test -s conftest$ac_exeext &&
19271 $as_test_x conftest$ac_exeext; then
19272 eval "$as_ac_var=yes"
19273 else
19274 echo "$as_me: failed program was:" >&5
19275 sed 's/^/| /' conftest.$ac_ext >&5
19276
19277 eval "$as_ac_var=no"
19278 fi
19279
19280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19281 conftest$ac_exeext conftest.$ac_ext
19282 fi
19283 ac_res=`eval echo '${'$as_ac_var'}'`
19284 { echo "$as_me:$LINENO: result: $ac_res" >&5
19285 echo "${ECHO_T}$ac_res" >&6; }
19286 if test `eval echo '${'$as_ac_var'}'` = yes; then
19287 cat >>confdefs.h <<_ACEOF
19288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19289 _ACEOF
19290
19291 else
19292 GETOPT_H=getopt.h
19293 fi
19294 done
19295
19296 fi
19297
19298 if test -z "$GETOPT_H"; then
19299 { echo "$as_me:$LINENO: checking whether optreset is declared" >&5
19300 echo $ECHO_N "checking whether optreset is declared... $ECHO_C" >&6; }
19301 if test "${ac_cv_have_decl_optreset+set}" = set; then
19302 echo $ECHO_N "(cached) $ECHO_C" >&6
19303 else
19304 cat >conftest.$ac_ext <<_ACEOF
19305 /* confdefs.h. */
19306 _ACEOF
19307 cat confdefs.h >>conftest.$ac_ext
19308 cat >>conftest.$ac_ext <<_ACEOF
19309 /* end confdefs.h. */
19310 #include <getopt.h>
19311
19312 int
19313 main ()
19314 {
19315 #ifndef optreset
19316 (void) optreset;
19317 #endif
19318
19319 ;
19320 return 0;
19321 }
19322 _ACEOF
19323 rm -f conftest.$ac_objext
19324 if { (ac_try="$ac_compile"
19325 case "(($ac_try" in
19326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19327 *) ac_try_echo=$ac_try;;
19328 esac
19329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19330 (eval "$ac_compile") 2>conftest.er1
19331 ac_status=$?
19332 grep -v '^ *+' conftest.er1 >conftest.err
19333 rm -f conftest.er1
19334 cat conftest.err >&5
19335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19336 (exit $ac_status); } && {
19337 test -z "$ac_c_werror_flag" ||
19338 test ! -s conftest.err
19339 } && test -s conftest.$ac_objext; then
19340 ac_cv_have_decl_optreset=yes
19341 else
19342 echo "$as_me: failed program was:" >&5
19343 sed 's/^/| /' conftest.$ac_ext >&5
19344
19345 ac_cv_have_decl_optreset=no
19346 fi
19347
19348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19349 fi
19350 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_optreset" >&5
19351 echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6; }
19352 if test $ac_cv_have_decl_optreset = yes; then
19353 GETOPT_H=getopt.h
19354 fi
19355
19356 fi
19357
19358 if test -z "$GETOPT_H"; then
19359 { echo "$as_me:$LINENO: checking for working GNU getopt function" >&5
19360 echo $ECHO_N "checking for working GNU getopt function... $ECHO_C" >&6; }
19361 if test "${gl_cv_func_gnu_getopt+set}" = set; then
19362 echo $ECHO_N "(cached) $ECHO_C" >&6
19363 else
19364 if test "$cross_compiling" = yes; then
19365 { echo "$as_me:$LINENO: checking whether getopt_clip is declared" >&5
19366 echo $ECHO_N "checking whether getopt_clip is declared... $ECHO_C" >&6; }
19367 if test "${ac_cv_have_decl_getopt_clip+set}" = set; then
19368 echo $ECHO_N "(cached) $ECHO_C" >&6
19369 else
19370 cat >conftest.$ac_ext <<_ACEOF
19371 /* confdefs.h. */
19372 _ACEOF
19373 cat confdefs.h >>conftest.$ac_ext
19374 cat >>conftest.$ac_ext <<_ACEOF
19375 /* end confdefs.h. */
19376 #include <getopt.h>
19377
19378 int
19379 main ()
19380 {
19381 #ifndef getopt_clip
19382 (void) getopt_clip;
19383 #endif
19384
19385 ;
19386 return 0;
19387 }
19388 _ACEOF
19389 rm -f conftest.$ac_objext
19390 if { (ac_try="$ac_compile"
19391 case "(($ac_try" in
19392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19393 *) ac_try_echo=$ac_try;;
19394 esac
19395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19396 (eval "$ac_compile") 2>conftest.er1
19397 ac_status=$?
19398 grep -v '^ *+' conftest.er1 >conftest.err
19399 rm -f conftest.er1
19400 cat conftest.err >&5
19401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19402 (exit $ac_status); } && {
19403 test -z "$ac_c_werror_flag" ||
19404 test ! -s conftest.err
19405 } && test -s conftest.$ac_objext; then
19406 ac_cv_have_decl_getopt_clip=yes
19407 else
19408 echo "$as_me: failed program was:" >&5
19409 sed 's/^/| /' conftest.$ac_ext >&5
19410
19411 ac_cv_have_decl_getopt_clip=no
19412 fi
19413
19414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19415 fi
19416 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt_clip" >&5
19417 echo "${ECHO_T}$ac_cv_have_decl_getopt_clip" >&6; }
19418 if test $ac_cv_have_decl_getopt_clip = yes; then
19419 gl_cv_func_gnu_getopt=no
19420 else
19421 gl_cv_func_gnu_getopt=yes
19422 fi
19423
19424 else
19425 cat >conftest.$ac_ext <<_ACEOF
19426 /* confdefs.h. */
19427 _ACEOF
19428 cat confdefs.h >>conftest.$ac_ext
19429 cat >>conftest.$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19431 #include <getopt.h>
19432 int
19433 main ()
19434 {
19435
19436 char *myargv[3];
19437 myargv[0] = "conftest";
19438 myargv[1] = "-+";
19439 myargv[2] = 0;
19440 return getopt (2, myargv, "+a") != '?';
19441
19442 ;
19443 return 0;
19444 }
19445 _ACEOF
19446 rm -f conftest$ac_exeext
19447 if { (ac_try="$ac_link"
19448 case "(($ac_try" in
19449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19450 *) ac_try_echo=$ac_try;;
19451 esac
19452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19453 (eval "$ac_link") 2>&5
19454 ac_status=$?
19455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19456 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19457 { (case "(($ac_try" in
19458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19459 *) ac_try_echo=$ac_try;;
19460 esac
19461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19462 (eval "$ac_try") 2>&5
19463 ac_status=$?
19464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19465 (exit $ac_status); }; }; then
19466 gl_cv_func_gnu_getopt=yes
19467 else
19468 echo "$as_me: program exited with status $ac_status" >&5
19469 echo "$as_me: failed program was:" >&5
19470 sed 's/^/| /' conftest.$ac_ext >&5
19471
19472 ( exit $ac_status )
19473 gl_cv_func_gnu_getopt=no
19474 fi
19475 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19476 fi
19477
19478
19479 fi
19480 { echo "$as_me:$LINENO: result: $gl_cv_func_gnu_getopt" >&5
19481 echo "${ECHO_T}$gl_cv_func_gnu_getopt" >&6; }
19482 if test "$gl_cv_func_gnu_getopt" = "no"; then
19483 GETOPT_H=getopt.h
19484 fi
19485 fi
19486
19487
19488
19489 if test -n "$GETOPT_H"; then
19490
19491
19492 GETOPT_H=getopt.h
19493
19494 cat >>confdefs.h <<\_ACEOF
19495 #define __GETOPT_PREFIX rpl_
19496 _ACEOF
19497
19498
19499
19500 :
19501 GETOPTOBJS='getopt.o getopt1.o'
19502
19503 fi
19504
19505
19506
19507
19508 { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
19509 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; }
19510 if test "${ac_cv_func_getpgrp_void+set}" = set; then
19511 echo $ECHO_N "(cached) $ECHO_C" >&6
19512 else
19513 # Use it with a single arg.
19514 cat >conftest.$ac_ext <<_ACEOF
19515 /* confdefs.h. */
19516 _ACEOF
19517 cat confdefs.h >>conftest.$ac_ext
19518 cat >>conftest.$ac_ext <<_ACEOF
19519 /* end confdefs.h. */
19520 $ac_includes_default
19521 int
19522 main ()
19523 {
19524 getpgrp (0);
19525 ;
19526 return 0;
19527 }
19528 _ACEOF
19529 rm -f conftest.$ac_objext
19530 if { (ac_try="$ac_compile"
19531 case "(($ac_try" in
19532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19533 *) ac_try_echo=$ac_try;;
19534 esac
19535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19536 (eval "$ac_compile") 2>conftest.er1
19537 ac_status=$?
19538 grep -v '^ *+' conftest.er1 >conftest.err
19539 rm -f conftest.er1
19540 cat conftest.err >&5
19541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19542 (exit $ac_status); } && {
19543 test -z "$ac_c_werror_flag" ||
19544 test ! -s conftest.err
19545 } && test -s conftest.$ac_objext; then
19546 ac_cv_func_getpgrp_void=no
19547 else
19548 echo "$as_me: failed program was:" >&5
19549 sed 's/^/| /' conftest.$ac_ext >&5
19550
19551 ac_cv_func_getpgrp_void=yes
19552 fi
19553
19554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19555
19556 fi
19557 { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
19558 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; }
19559 if test $ac_cv_func_getpgrp_void = yes; then
19560
19561 cat >>confdefs.h <<\_ACEOF
19562 #define GETPGRP_VOID 1
19563 _ACEOF
19564
19565 fi
19566
19567
19568
19569 for ac_func in strftime
19570 do
19571 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19572 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19573 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19574 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19575 echo $ECHO_N "(cached) $ECHO_C" >&6
19576 else
19577 cat >conftest.$ac_ext <<_ACEOF
19578 /* confdefs.h. */
19579 _ACEOF
19580 cat confdefs.h >>conftest.$ac_ext
19581 cat >>conftest.$ac_ext <<_ACEOF
19582 /* end confdefs.h. */
19583 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19584 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19585 #define $ac_func innocuous_$ac_func
19586
19587 /* System header to define __stub macros and hopefully few prototypes,
19588 which can conflict with char $ac_func (); below.
19589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19590 <limits.h> exists even on freestanding compilers. */
19591
19592 #ifdef __STDC__
19593 # include <limits.h>
19594 #else
19595 # include <assert.h>
19596 #endif
19597
19598 #undef $ac_func
19599
19600 /* Override any GCC internal prototype to avoid an error.
19601 Use char because int might match the return type of a GCC
19602 builtin and then its argument prototype would still apply. */
19603 #ifdef __cplusplus
19604 extern "C"
19605 #endif
19606 char $ac_func ();
19607 /* The GNU C library defines this for functions which it implements
19608 to always fail with ENOSYS. Some functions are actually named
19609 something starting with __ and the normal name is an alias. */
19610 #if defined __stub_$ac_func || defined __stub___$ac_func
19611 choke me
19612 #endif
19613
19614 int
19615 main ()
19616 {
19617 return $ac_func ();
19618 ;
19619 return 0;
19620 }
19621 _ACEOF
19622 rm -f conftest.$ac_objext conftest$ac_exeext
19623 if { (ac_try="$ac_link"
19624 case "(($ac_try" in
19625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19626 *) ac_try_echo=$ac_try;;
19627 esac
19628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19629 (eval "$ac_link") 2>conftest.er1
19630 ac_status=$?
19631 grep -v '^ *+' conftest.er1 >conftest.err
19632 rm -f conftest.er1
19633 cat conftest.err >&5
19634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19635 (exit $ac_status); } && {
19636 test -z "$ac_c_werror_flag" ||
19637 test ! -s conftest.err
19638 } && test -s conftest$ac_exeext &&
19639 $as_test_x conftest$ac_exeext; then
19640 eval "$as_ac_var=yes"
19641 else
19642 echo "$as_me: failed program was:" >&5
19643 sed 's/^/| /' conftest.$ac_ext >&5
19644
19645 eval "$as_ac_var=no"
19646 fi
19647
19648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19649 conftest$ac_exeext conftest.$ac_ext
19650 fi
19651 ac_res=`eval echo '${'$as_ac_var'}'`
19652 { echo "$as_me:$LINENO: result: $ac_res" >&5
19653 echo "${ECHO_T}$ac_res" >&6; }
19654 if test `eval echo '${'$as_ac_var'}'` = yes; then
19655 cat >>confdefs.h <<_ACEOF
19656 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19657 _ACEOF
19658
19659 else
19660 # strftime is in -lintl on SCO UNIX.
19661 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
19662 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
19663 if test "${ac_cv_lib_intl_strftime+set}" = set; then
19664 echo $ECHO_N "(cached) $ECHO_C" >&6
19665 else
19666 ac_check_lib_save_LIBS=$LIBS
19667 LIBS="-lintl $LIBS"
19668 cat >conftest.$ac_ext <<_ACEOF
19669 /* confdefs.h. */
19670 _ACEOF
19671 cat confdefs.h >>conftest.$ac_ext
19672 cat >>conftest.$ac_ext <<_ACEOF
19673 /* end confdefs.h. */
19674
19675 /* Override any GCC internal prototype to avoid an error.
19676 Use char because int might match the return type of a GCC
19677 builtin and then its argument prototype would still apply. */
19678 #ifdef __cplusplus
19679 extern "C"
19680 #endif
19681 char strftime ();
19682 int
19683 main ()
19684 {
19685 return strftime ();
19686 ;
19687 return 0;
19688 }
19689 _ACEOF
19690 rm -f conftest.$ac_objext conftest$ac_exeext
19691 if { (ac_try="$ac_link"
19692 case "(($ac_try" in
19693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19694 *) ac_try_echo=$ac_try;;
19695 esac
19696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19697 (eval "$ac_link") 2>conftest.er1
19698 ac_status=$?
19699 grep -v '^ *+' conftest.er1 >conftest.err
19700 rm -f conftest.er1
19701 cat conftest.err >&5
19702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703 (exit $ac_status); } && {
19704 test -z "$ac_c_werror_flag" ||
19705 test ! -s conftest.err
19706 } && test -s conftest$ac_exeext &&
19707 $as_test_x conftest$ac_exeext; then
19708 ac_cv_lib_intl_strftime=yes
19709 else
19710 echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.$ac_ext >&5
19712
19713 ac_cv_lib_intl_strftime=no
19714 fi
19715
19716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19717 conftest$ac_exeext conftest.$ac_ext
19718 LIBS=$ac_check_lib_save_LIBS
19719 fi
19720 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
19721 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
19722 if test $ac_cv_lib_intl_strftime = yes; then
19723 cat >>confdefs.h <<\_ACEOF
19724 #define HAVE_STRFTIME 1
19725 _ACEOF
19726
19727 LIBS="-lintl $LIBS"
19728 fi
19729
19730 fi
19731 done
19732
19733
19734 # UNIX98 PTYs.
19735
19736 for ac_func in grantpt
19737 do
19738 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19739 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19740 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19741 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19742 echo $ECHO_N "(cached) $ECHO_C" >&6
19743 else
19744 cat >conftest.$ac_ext <<_ACEOF
19745 /* confdefs.h. */
19746 _ACEOF
19747 cat confdefs.h >>conftest.$ac_ext
19748 cat >>conftest.$ac_ext <<_ACEOF
19749 /* end confdefs.h. */
19750 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19751 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19752 #define $ac_func innocuous_$ac_func
19753
19754 /* System header to define __stub macros and hopefully few prototypes,
19755 which can conflict with char $ac_func (); below.
19756 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19757 <limits.h> exists even on freestanding compilers. */
19758
19759 #ifdef __STDC__
19760 # include <limits.h>
19761 #else
19762 # include <assert.h>
19763 #endif
19764
19765 #undef $ac_func
19766
19767 /* Override any GCC internal prototype to avoid an error.
19768 Use char because int might match the return type of a GCC
19769 builtin and then its argument prototype would still apply. */
19770 #ifdef __cplusplus
19771 extern "C"
19772 #endif
19773 char $ac_func ();
19774 /* The GNU C library defines this for functions which it implements
19775 to always fail with ENOSYS. Some functions are actually named
19776 something starting with __ and the normal name is an alias. */
19777 #if defined __stub_$ac_func || defined __stub___$ac_func
19778 choke me
19779 #endif
19780
19781 int
19782 main ()
19783 {
19784 return $ac_func ();
19785 ;
19786 return 0;
19787 }
19788 _ACEOF
19789 rm -f conftest.$ac_objext conftest$ac_exeext
19790 if { (ac_try="$ac_link"
19791 case "(($ac_try" in
19792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19793 *) ac_try_echo=$ac_try;;
19794 esac
19795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19796 (eval "$ac_link") 2>conftest.er1
19797 ac_status=$?
19798 grep -v '^ *+' conftest.er1 >conftest.err
19799 rm -f conftest.er1
19800 cat conftest.err >&5
19801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19802 (exit $ac_status); } && {
19803 test -z "$ac_c_werror_flag" ||
19804 test ! -s conftest.err
19805 } && test -s conftest$ac_exeext &&
19806 $as_test_x conftest$ac_exeext; then
19807 eval "$as_ac_var=yes"
19808 else
19809 echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.$ac_ext >&5
19811
19812 eval "$as_ac_var=no"
19813 fi
19814
19815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19816 conftest$ac_exeext conftest.$ac_ext
19817 fi
19818 ac_res=`eval echo '${'$as_ac_var'}'`
19819 { echo "$as_me:$LINENO: result: $ac_res" >&5
19820 echo "${ECHO_T}$ac_res" >&6; }
19821 if test `eval echo '${'$as_ac_var'}'` = yes; then
19822 cat >>confdefs.h <<_ACEOF
19823 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19824 _ACEOF
19825
19826 fi
19827 done
19828
19829
19830 # PTY-related GNU extensions.
19831
19832 for ac_func in getpt
19833 do
19834 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19835 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19836 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19837 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19838 echo $ECHO_N "(cached) $ECHO_C" >&6
19839 else
19840 cat >conftest.$ac_ext <<_ACEOF
19841 /* confdefs.h. */
19842 _ACEOF
19843 cat confdefs.h >>conftest.$ac_ext
19844 cat >>conftest.$ac_ext <<_ACEOF
19845 /* end confdefs.h. */
19846 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19847 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19848 #define $ac_func innocuous_$ac_func
19849
19850 /* System header to define __stub macros and hopefully few prototypes,
19851 which can conflict with char $ac_func (); below.
19852 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19853 <limits.h> exists even on freestanding compilers. */
19854
19855 #ifdef __STDC__
19856 # include <limits.h>
19857 #else
19858 # include <assert.h>
19859 #endif
19860
19861 #undef $ac_func
19862
19863 /* Override any GCC internal prototype to avoid an error.
19864 Use char because int might match the return type of a GCC
19865 builtin and then its argument prototype would still apply. */
19866 #ifdef __cplusplus
19867 extern "C"
19868 #endif
19869 char $ac_func ();
19870 /* The GNU C library defines this for functions which it implements
19871 to always fail with ENOSYS. Some functions are actually named
19872 something starting with __ and the normal name is an alias. */
19873 #if defined __stub_$ac_func || defined __stub___$ac_func
19874 choke me
19875 #endif
19876
19877 int
19878 main ()
19879 {
19880 return $ac_func ();
19881 ;
19882 return 0;
19883 }
19884 _ACEOF
19885 rm -f conftest.$ac_objext conftest$ac_exeext
19886 if { (ac_try="$ac_link"
19887 case "(($ac_try" in
19888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19889 *) ac_try_echo=$ac_try;;
19890 esac
19891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19892 (eval "$ac_link") 2>conftest.er1
19893 ac_status=$?
19894 grep -v '^ *+' conftest.er1 >conftest.err
19895 rm -f conftest.er1
19896 cat conftest.err >&5
19897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19898 (exit $ac_status); } && {
19899 test -z "$ac_c_werror_flag" ||
19900 test ! -s conftest.err
19901 } && test -s conftest$ac_exeext &&
19902 $as_test_x conftest$ac_exeext; then
19903 eval "$as_ac_var=yes"
19904 else
19905 echo "$as_me: failed program was:" >&5
19906 sed 's/^/| /' conftest.$ac_ext >&5
19907
19908 eval "$as_ac_var=no"
19909 fi
19910
19911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19912 conftest$ac_exeext conftest.$ac_ext
19913 fi
19914 ac_res=`eval echo '${'$as_ac_var'}'`
19915 { echo "$as_me:$LINENO: result: $ac_res" >&5
19916 echo "${ECHO_T}$ac_res" >&6; }
19917 if test `eval echo '${'$as_ac_var'}'` = yes; then
19918 cat >>confdefs.h <<_ACEOF
19919 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19920 _ACEOF
19921
19922 fi
19923 done
19924
19925
19926 # Check this now, so that we will NOT find the above functions in ncurses.
19927 # That is because we have not set up to link ncurses in lib-src.
19928 # It's better to believe a function is not available
19929 # than to expect to find it in ncurses.
19930
19931 { echo "$as_me:$LINENO: checking for tparm in -lncurses" >&5
19932 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6; }
19933 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
19934 echo $ECHO_N "(cached) $ECHO_C" >&6
19935 else
19936 ac_check_lib_save_LIBS=$LIBS
19937 LIBS="-lncurses $LIBS"
19938 cat >conftest.$ac_ext <<_ACEOF
19939 /* confdefs.h. */
19940 _ACEOF
19941 cat confdefs.h >>conftest.$ac_ext
19942 cat >>conftest.$ac_ext <<_ACEOF
19943 /* end confdefs.h. */
19944
19945 /* Override any GCC internal prototype to avoid an error.
19946 Use char because int might match the return type of a GCC
19947 builtin and then its argument prototype would still apply. */
19948 #ifdef __cplusplus
19949 extern "C"
19950 #endif
19951 char tparm ();
19952 int
19953 main ()
19954 {
19955 return tparm ();
19956 ;
19957 return 0;
19958 }
19959 _ACEOF
19960 rm -f conftest.$ac_objext conftest$ac_exeext
19961 if { (ac_try="$ac_link"
19962 case "(($ac_try" in
19963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19964 *) ac_try_echo=$ac_try;;
19965 esac
19966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19967 (eval "$ac_link") 2>conftest.er1
19968 ac_status=$?
19969 grep -v '^ *+' conftest.er1 >conftest.err
19970 rm -f conftest.er1
19971 cat conftest.err >&5
19972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19973 (exit $ac_status); } && {
19974 test -z "$ac_c_werror_flag" ||
19975 test ! -s conftest.err
19976 } && test -s conftest$ac_exeext &&
19977 $as_test_x conftest$ac_exeext; then
19978 ac_cv_lib_ncurses_tparm=yes
19979 else
19980 echo "$as_me: failed program was:" >&5
19981 sed 's/^/| /' conftest.$ac_ext >&5
19982
19983 ac_cv_lib_ncurses_tparm=no
19984 fi
19985
19986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19987 conftest$ac_exeext conftest.$ac_ext
19988 LIBS=$ac_check_lib_save_LIBS
19989 fi
19990 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
19991 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6; }
19992 if test $ac_cv_lib_ncurses_tparm = yes; then
19993 cat >>confdefs.h <<_ACEOF
19994 #define HAVE_LIBNCURSES 1
19995 _ACEOF
19996
19997 LIBS="-lncurses $LIBS"
19998
19999 fi
20000
20001
20002 # Do we need the Hesiod library to provide the support routines?
20003 if test "$with_hesiod" = yes ; then
20004 # Don't set $LIBS here -- see comments above.
20005 resolv=no
20006 { echo "$as_me:$LINENO: checking for res_send" >&5
20007 echo $ECHO_N "checking for res_send... $ECHO_C" >&6; }
20008 if test "${ac_cv_func_res_send+set}" = set; then
20009 echo $ECHO_N "(cached) $ECHO_C" >&6
20010 else
20011 cat >conftest.$ac_ext <<_ACEOF
20012 /* confdefs.h. */
20013 _ACEOF
20014 cat confdefs.h >>conftest.$ac_ext
20015 cat >>conftest.$ac_ext <<_ACEOF
20016 /* end confdefs.h. */
20017 /* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
20018 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20019 #define res_send innocuous_res_send
20020
20021 /* System header to define __stub macros and hopefully few prototypes,
20022 which can conflict with char res_send (); below.
20023 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20024 <limits.h> exists even on freestanding compilers. */
20025
20026 #ifdef __STDC__
20027 # include <limits.h>
20028 #else
20029 # include <assert.h>
20030 #endif
20031
20032 #undef res_send
20033
20034 /* Override any GCC internal prototype to avoid an error.
20035 Use char because int might match the return type of a GCC
20036 builtin and then its argument prototype would still apply. */
20037 #ifdef __cplusplus
20038 extern "C"
20039 #endif
20040 char res_send ();
20041 /* The GNU C library defines this for functions which it implements
20042 to always fail with ENOSYS. Some functions are actually named
20043 something starting with __ and the normal name is an alias. */
20044 #if defined __stub_res_send || defined __stub___res_send
20045 choke me
20046 #endif
20047
20048 int
20049 main ()
20050 {
20051 return res_send ();
20052 ;
20053 return 0;
20054 }
20055 _ACEOF
20056 rm -f conftest.$ac_objext conftest$ac_exeext
20057 if { (ac_try="$ac_link"
20058 case "(($ac_try" in
20059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060 *) ac_try_echo=$ac_try;;
20061 esac
20062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20063 (eval "$ac_link") 2>conftest.er1
20064 ac_status=$?
20065 grep -v '^ *+' conftest.er1 >conftest.err
20066 rm -f conftest.er1
20067 cat conftest.err >&5
20068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069 (exit $ac_status); } && {
20070 test -z "$ac_c_werror_flag" ||
20071 test ! -s conftest.err
20072 } && test -s conftest$ac_exeext &&
20073 $as_test_x conftest$ac_exeext; then
20074 ac_cv_func_res_send=yes
20075 else
20076 echo "$as_me: failed program was:" >&5
20077 sed 's/^/| /' conftest.$ac_ext >&5
20078
20079 ac_cv_func_res_send=no
20080 fi
20081
20082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20083 conftest$ac_exeext conftest.$ac_ext
20084 fi
20085 { echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
20086 echo "${ECHO_T}$ac_cv_func_res_send" >&6; }
20087 if test $ac_cv_func_res_send = yes; then
20088 :
20089 else
20090 { echo "$as_me:$LINENO: checking for __res_send" >&5
20091 echo $ECHO_N "checking for __res_send... $ECHO_C" >&6; }
20092 if test "${ac_cv_func___res_send+set}" = set; then
20093 echo $ECHO_N "(cached) $ECHO_C" >&6
20094 else
20095 cat >conftest.$ac_ext <<_ACEOF
20096 /* confdefs.h. */
20097 _ACEOF
20098 cat confdefs.h >>conftest.$ac_ext
20099 cat >>conftest.$ac_ext <<_ACEOF
20100 /* end confdefs.h. */
20101 /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
20102 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20103 #define __res_send innocuous___res_send
20104
20105 /* System header to define __stub macros and hopefully few prototypes,
20106 which can conflict with char __res_send (); below.
20107 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20108 <limits.h> exists even on freestanding compilers. */
20109
20110 #ifdef __STDC__
20111 # include <limits.h>
20112 #else
20113 # include <assert.h>
20114 #endif
20115
20116 #undef __res_send
20117
20118 /* Override any GCC internal prototype to avoid an error.
20119 Use char because int might match the return type of a GCC
20120 builtin and then its argument prototype would still apply. */
20121 #ifdef __cplusplus
20122 extern "C"
20123 #endif
20124 char __res_send ();
20125 /* The GNU C library defines this for functions which it implements
20126 to always fail with ENOSYS. Some functions are actually named
20127 something starting with __ and the normal name is an alias. */
20128 #if defined __stub___res_send || defined __stub_____res_send
20129 choke me
20130 #endif
20131
20132 int
20133 main ()
20134 {
20135 return __res_send ();
20136 ;
20137 return 0;
20138 }
20139 _ACEOF
20140 rm -f conftest.$ac_objext conftest$ac_exeext
20141 if { (ac_try="$ac_link"
20142 case "(($ac_try" in
20143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20144 *) ac_try_echo=$ac_try;;
20145 esac
20146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20147 (eval "$ac_link") 2>conftest.er1
20148 ac_status=$?
20149 grep -v '^ *+' conftest.er1 >conftest.err
20150 rm -f conftest.er1
20151 cat conftest.err >&5
20152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20153 (exit $ac_status); } && {
20154 test -z "$ac_c_werror_flag" ||
20155 test ! -s conftest.err
20156 } && test -s conftest$ac_exeext &&
20157 $as_test_x conftest$ac_exeext; then
20158 ac_cv_func___res_send=yes
20159 else
20160 echo "$as_me: failed program was:" >&5
20161 sed 's/^/| /' conftest.$ac_ext >&5
20162
20163 ac_cv_func___res_send=no
20164 fi
20165
20166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20167 conftest$ac_exeext conftest.$ac_ext
20168 fi
20169 { echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
20170 echo "${ECHO_T}$ac_cv_func___res_send" >&6; }
20171 if test $ac_cv_func___res_send = yes; then
20172 :
20173 else
20174 { echo "$as_me:$LINENO: checking for res_send in -lresolv" >&5
20175 echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6; }
20176 if test "${ac_cv_lib_resolv_res_send+set}" = set; then
20177 echo $ECHO_N "(cached) $ECHO_C" >&6
20178 else
20179 ac_check_lib_save_LIBS=$LIBS
20180 LIBS="-lresolv $LIBS"
20181 cat >conftest.$ac_ext <<_ACEOF
20182 /* confdefs.h. */
20183 _ACEOF
20184 cat confdefs.h >>conftest.$ac_ext
20185 cat >>conftest.$ac_ext <<_ACEOF
20186 /* end confdefs.h. */
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 int
20196 main ()
20197 {
20198 return res_send ();
20199 ;
20200 return 0;
20201 }
20202 _ACEOF
20203 rm -f conftest.$ac_objext conftest$ac_exeext
20204 if { (ac_try="$ac_link"
20205 case "(($ac_try" in
20206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20207 *) ac_try_echo=$ac_try;;
20208 esac
20209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20210 (eval "$ac_link") 2>conftest.er1
20211 ac_status=$?
20212 grep -v '^ *+' conftest.er1 >conftest.err
20213 rm -f conftest.er1
20214 cat conftest.err >&5
20215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216 (exit $ac_status); } && {
20217 test -z "$ac_c_werror_flag" ||
20218 test ! -s conftest.err
20219 } && test -s conftest$ac_exeext &&
20220 $as_test_x conftest$ac_exeext; then
20221 ac_cv_lib_resolv_res_send=yes
20222 else
20223 echo "$as_me: failed program was:" >&5
20224 sed 's/^/| /' conftest.$ac_ext >&5
20225
20226 ac_cv_lib_resolv_res_send=no
20227 fi
20228
20229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20230 conftest$ac_exeext conftest.$ac_ext
20231 LIBS=$ac_check_lib_save_LIBS
20232 fi
20233 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
20234 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6; }
20235 if test $ac_cv_lib_resolv_res_send = yes; then
20236 resolv=yes
20237 else
20238 { echo "$as_me:$LINENO: checking for __res_send in -lresolv" >&5
20239 echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6; }
20240 if test "${ac_cv_lib_resolv___res_send+set}" = set; then
20241 echo $ECHO_N "(cached) $ECHO_C" >&6
20242 else
20243 ac_check_lib_save_LIBS=$LIBS
20244 LIBS="-lresolv $LIBS"
20245 cat >conftest.$ac_ext <<_ACEOF
20246 /* confdefs.h. */
20247 _ACEOF
20248 cat confdefs.h >>conftest.$ac_ext
20249 cat >>conftest.$ac_ext <<_ACEOF
20250 /* end confdefs.h. */
20251
20252 /* Override any GCC internal prototype to avoid an error.
20253 Use char because int might match the return type of a GCC
20254 builtin and then its argument prototype would still apply. */
20255 #ifdef __cplusplus
20256 extern "C"
20257 #endif
20258 char __res_send ();
20259 int
20260 main ()
20261 {
20262 return __res_send ();
20263 ;
20264 return 0;
20265 }
20266 _ACEOF
20267 rm -f conftest.$ac_objext conftest$ac_exeext
20268 if { (ac_try="$ac_link"
20269 case "(($ac_try" in
20270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20271 *) ac_try_echo=$ac_try;;
20272 esac
20273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20274 (eval "$ac_link") 2>conftest.er1
20275 ac_status=$?
20276 grep -v '^ *+' conftest.er1 >conftest.err
20277 rm -f conftest.er1
20278 cat conftest.err >&5
20279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20280 (exit $ac_status); } && {
20281 test -z "$ac_c_werror_flag" ||
20282 test ! -s conftest.err
20283 } && test -s conftest$ac_exeext &&
20284 $as_test_x conftest$ac_exeext; then
20285 ac_cv_lib_resolv___res_send=yes
20286 else
20287 echo "$as_me: failed program was:" >&5
20288 sed 's/^/| /' conftest.$ac_ext >&5
20289
20290 ac_cv_lib_resolv___res_send=no
20291 fi
20292
20293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20294 conftest$ac_exeext conftest.$ac_ext
20295 LIBS=$ac_check_lib_save_LIBS
20296 fi
20297 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
20298 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6; }
20299 if test $ac_cv_lib_resolv___res_send = yes; then
20300 resolv=yes
20301 fi
20302
20303 fi
20304
20305 fi
20306
20307 fi
20308
20309 if test "$resolv" = yes ; then
20310 RESOLVLIB=-lresolv
20311
20312 cat >>confdefs.h <<\_ACEOF
20313 #define HAVE_LIBRESOLV 1
20314 _ACEOF
20315
20316 else
20317 RESOLVLIB=
20318 fi
20319 { echo "$as_me:$LINENO: checking for hes_getmailhost" >&5
20320 echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6; }
20321 if test "${ac_cv_func_hes_getmailhost+set}" = set; then
20322 echo $ECHO_N "(cached) $ECHO_C" >&6
20323 else
20324 cat >conftest.$ac_ext <<_ACEOF
20325 /* confdefs.h. */
20326 _ACEOF
20327 cat confdefs.h >>conftest.$ac_ext
20328 cat >>conftest.$ac_ext <<_ACEOF
20329 /* end confdefs.h. */
20330 /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
20331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20332 #define hes_getmailhost innocuous_hes_getmailhost
20333
20334 /* System header to define __stub macros and hopefully few prototypes,
20335 which can conflict with char hes_getmailhost (); below.
20336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20337 <limits.h> exists even on freestanding compilers. */
20338
20339 #ifdef __STDC__
20340 # include <limits.h>
20341 #else
20342 # include <assert.h>
20343 #endif
20344
20345 #undef hes_getmailhost
20346
20347 /* Override any GCC internal prototype to avoid an error.
20348 Use char because int might match the return type of a GCC
20349 builtin and then its argument prototype would still apply. */
20350 #ifdef __cplusplus
20351 extern "C"
20352 #endif
20353 char hes_getmailhost ();
20354 /* The GNU C library defines this for functions which it implements
20355 to always fail with ENOSYS. Some functions are actually named
20356 something starting with __ and the normal name is an alias. */
20357 #if defined __stub_hes_getmailhost || defined __stub___hes_getmailhost
20358 choke me
20359 #endif
20360
20361 int
20362 main ()
20363 {
20364 return hes_getmailhost ();
20365 ;
20366 return 0;
20367 }
20368 _ACEOF
20369 rm -f conftest.$ac_objext conftest$ac_exeext
20370 if { (ac_try="$ac_link"
20371 case "(($ac_try" in
20372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20373 *) ac_try_echo=$ac_try;;
20374 esac
20375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20376 (eval "$ac_link") 2>conftest.er1
20377 ac_status=$?
20378 grep -v '^ *+' conftest.er1 >conftest.err
20379 rm -f conftest.er1
20380 cat conftest.err >&5
20381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20382 (exit $ac_status); } && {
20383 test -z "$ac_c_werror_flag" ||
20384 test ! -s conftest.err
20385 } && test -s conftest$ac_exeext &&
20386 $as_test_x conftest$ac_exeext; then
20387 ac_cv_func_hes_getmailhost=yes
20388 else
20389 echo "$as_me: failed program was:" >&5
20390 sed 's/^/| /' conftest.$ac_ext >&5
20391
20392 ac_cv_func_hes_getmailhost=no
20393 fi
20394
20395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20396 conftest$ac_exeext conftest.$ac_ext
20397 fi
20398 { echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
20399 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6; }
20400 if test $ac_cv_func_hes_getmailhost = yes; then
20401 :
20402 else
20403 { echo "$as_me:$LINENO: checking for hes_getmailhost in -lhesiod" >&5
20404 echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6; }
20405 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
20406 echo $ECHO_N "(cached) $ECHO_C" >&6
20407 else
20408 ac_check_lib_save_LIBS=$LIBS
20409 LIBS="-lhesiod $RESOLVLIB $LIBS"
20410 cat >conftest.$ac_ext <<_ACEOF
20411 /* confdefs.h. */
20412 _ACEOF
20413 cat confdefs.h >>conftest.$ac_ext
20414 cat >>conftest.$ac_ext <<_ACEOF
20415 /* end confdefs.h. */
20416
20417 /* Override any GCC internal prototype to avoid an error.
20418 Use char because int might match the return type of a GCC
20419 builtin and then its argument prototype would still apply. */
20420 #ifdef __cplusplus
20421 extern "C"
20422 #endif
20423 char hes_getmailhost ();
20424 int
20425 main ()
20426 {
20427 return hes_getmailhost ();
20428 ;
20429 return 0;
20430 }
20431 _ACEOF
20432 rm -f conftest.$ac_objext conftest$ac_exeext
20433 if { (ac_try="$ac_link"
20434 case "(($ac_try" in
20435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20436 *) ac_try_echo=$ac_try;;
20437 esac
20438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20439 (eval "$ac_link") 2>conftest.er1
20440 ac_status=$?
20441 grep -v '^ *+' conftest.er1 >conftest.err
20442 rm -f conftest.er1
20443 cat conftest.err >&5
20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445 (exit $ac_status); } && {
20446 test -z "$ac_c_werror_flag" ||
20447 test ! -s conftest.err
20448 } && test -s conftest$ac_exeext &&
20449 $as_test_x conftest$ac_exeext; then
20450 ac_cv_lib_hesiod_hes_getmailhost=yes
20451 else
20452 echo "$as_me: failed program was:" >&5
20453 sed 's/^/| /' conftest.$ac_ext >&5
20454
20455 ac_cv_lib_hesiod_hes_getmailhost=no
20456 fi
20457
20458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20459 conftest$ac_exeext conftest.$ac_ext
20460 LIBS=$ac_check_lib_save_LIBS
20461 fi
20462 { echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
20463 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
20464 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
20465
20466 cat >>confdefs.h <<\_ACEOF
20467 #define HAVE_LIBHESIOD 1
20468 _ACEOF
20469
20470 else
20471 :
20472 fi
20473
20474 fi
20475
20476 fi
20477
20478 # These tell us which Kerberos-related libraries to use.
20479 if test "${with_kerberos+set}" = set; then
20480
20481 { echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
20482 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6; }
20483 if test "${ac_cv_lib_com_err_com_err+set}" = set; then
20484 echo $ECHO_N "(cached) $ECHO_C" >&6
20485 else
20486 ac_check_lib_save_LIBS=$LIBS
20487 LIBS="-lcom_err $LIBS"
20488 cat >conftest.$ac_ext <<_ACEOF
20489 /* confdefs.h. */
20490 _ACEOF
20491 cat confdefs.h >>conftest.$ac_ext
20492 cat >>conftest.$ac_ext <<_ACEOF
20493 /* end confdefs.h. */
20494
20495 /* Override any GCC internal prototype to avoid an error.
20496 Use char because int might match the return type of a GCC
20497 builtin and then its argument prototype would still apply. */
20498 #ifdef __cplusplus
20499 extern "C"
20500 #endif
20501 char com_err ();
20502 int
20503 main ()
20504 {
20505 return com_err ();
20506 ;
20507 return 0;
20508 }
20509 _ACEOF
20510 rm -f conftest.$ac_objext conftest$ac_exeext
20511 if { (ac_try="$ac_link"
20512 case "(($ac_try" in
20513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20514 *) ac_try_echo=$ac_try;;
20515 esac
20516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20517 (eval "$ac_link") 2>conftest.er1
20518 ac_status=$?
20519 grep -v '^ *+' conftest.er1 >conftest.err
20520 rm -f conftest.er1
20521 cat conftest.err >&5
20522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20523 (exit $ac_status); } && {
20524 test -z "$ac_c_werror_flag" ||
20525 test ! -s conftest.err
20526 } && test -s conftest$ac_exeext &&
20527 $as_test_x conftest$ac_exeext; then
20528 ac_cv_lib_com_err_com_err=yes
20529 else
20530 echo "$as_me: failed program was:" >&5
20531 sed 's/^/| /' conftest.$ac_ext >&5
20532
20533 ac_cv_lib_com_err_com_err=no
20534 fi
20535
20536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20537 conftest$ac_exeext conftest.$ac_ext
20538 LIBS=$ac_check_lib_save_LIBS
20539 fi
20540 { echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
20541 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6; }
20542 if test $ac_cv_lib_com_err_com_err = yes; then
20543 cat >>confdefs.h <<_ACEOF
20544 #define HAVE_LIBCOM_ERR 1
20545 _ACEOF
20546
20547 LIBS="-lcom_err $LIBS"
20548
20549 fi
20550
20551
20552 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
20553 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6; }
20554 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
20555 echo $ECHO_N "(cached) $ECHO_C" >&6
20556 else
20557 ac_check_lib_save_LIBS=$LIBS
20558 LIBS="-lk5crypto $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 mit_des_cbc_encrypt ();
20573 int
20574 main ()
20575 {
20576 return mit_des_cbc_encrypt ();
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_k5crypto_mit_des_cbc_encrypt=yes
20600 else
20601 echo "$as_me: failed program was:" >&5
20602 sed 's/^/| /' conftest.$ac_ext >&5
20603
20604 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=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_k5crypto_mit_des_cbc_encrypt" >&5
20612 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
20613 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
20614 cat >>confdefs.h <<_ACEOF
20615 #define HAVE_LIBK5CRYPTO 1
20616 _ACEOF
20617
20618 LIBS="-lk5crypto $LIBS"
20619
20620 fi
20621
20622
20623 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lcrypto" >&5
20624 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6; }
20625 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
20626 echo $ECHO_N "(cached) $ECHO_C" >&6
20627 else
20628 ac_check_lib_save_LIBS=$LIBS
20629 LIBS="-lcrypto $LIBS"
20630 cat >conftest.$ac_ext <<_ACEOF
20631 /* confdefs.h. */
20632 _ACEOF
20633 cat confdefs.h >>conftest.$ac_ext
20634 cat >>conftest.$ac_ext <<_ACEOF
20635 /* end confdefs.h. */
20636
20637 /* Override any GCC internal prototype to avoid an error.
20638 Use char because int might match the return type of a GCC
20639 builtin and then its argument prototype would still apply. */
20640 #ifdef __cplusplus
20641 extern "C"
20642 #endif
20643 char mit_des_cbc_encrypt ();
20644 int
20645 main ()
20646 {
20647 return mit_des_cbc_encrypt ();
20648 ;
20649 return 0;
20650 }
20651 _ACEOF
20652 rm -f conftest.$ac_objext conftest$ac_exeext
20653 if { (ac_try="$ac_link"
20654 case "(($ac_try" in
20655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20656 *) ac_try_echo=$ac_try;;
20657 esac
20658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20659 (eval "$ac_link") 2>conftest.er1
20660 ac_status=$?
20661 grep -v '^ *+' conftest.er1 >conftest.err
20662 rm -f conftest.er1
20663 cat conftest.err >&5
20664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20665 (exit $ac_status); } && {
20666 test -z "$ac_c_werror_flag" ||
20667 test ! -s conftest.err
20668 } && test -s conftest$ac_exeext &&
20669 $as_test_x conftest$ac_exeext; then
20670 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
20671 else
20672 echo "$as_me: failed program was:" >&5
20673 sed 's/^/| /' conftest.$ac_ext >&5
20674
20675 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
20676 fi
20677
20678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20679 conftest$ac_exeext conftest.$ac_ext
20680 LIBS=$ac_check_lib_save_LIBS
20681 fi
20682 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
20683 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
20684 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
20685 cat >>confdefs.h <<_ACEOF
20686 #define HAVE_LIBCRYPTO 1
20687 _ACEOF
20688
20689 LIBS="-lcrypto $LIBS"
20690
20691 fi
20692
20693
20694 { echo "$as_me:$LINENO: checking for krb5_init_context in -lkrb5" >&5
20695 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6; }
20696 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
20697 echo $ECHO_N "(cached) $ECHO_C" >&6
20698 else
20699 ac_check_lib_save_LIBS=$LIBS
20700 LIBS="-lkrb5 $LIBS"
20701 cat >conftest.$ac_ext <<_ACEOF
20702 /* confdefs.h. */
20703 _ACEOF
20704 cat confdefs.h >>conftest.$ac_ext
20705 cat >>conftest.$ac_ext <<_ACEOF
20706 /* end confdefs.h. */
20707
20708 /* Override any GCC internal prototype to avoid an error.
20709 Use char because int might match the return type of a GCC
20710 builtin and then its argument prototype would still apply. */
20711 #ifdef __cplusplus
20712 extern "C"
20713 #endif
20714 char krb5_init_context ();
20715 int
20716 main ()
20717 {
20718 return krb5_init_context ();
20719 ;
20720 return 0;
20721 }
20722 _ACEOF
20723 rm -f conftest.$ac_objext conftest$ac_exeext
20724 if { (ac_try="$ac_link"
20725 case "(($ac_try" in
20726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20727 *) ac_try_echo=$ac_try;;
20728 esac
20729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20730 (eval "$ac_link") 2>conftest.er1
20731 ac_status=$?
20732 grep -v '^ *+' conftest.er1 >conftest.err
20733 rm -f conftest.er1
20734 cat conftest.err >&5
20735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20736 (exit $ac_status); } && {
20737 test -z "$ac_c_werror_flag" ||
20738 test ! -s conftest.err
20739 } && test -s conftest$ac_exeext &&
20740 $as_test_x conftest$ac_exeext; then
20741 ac_cv_lib_krb5_krb5_init_context=yes
20742 else
20743 echo "$as_me: failed program was:" >&5
20744 sed 's/^/| /' conftest.$ac_ext >&5
20745
20746 ac_cv_lib_krb5_krb5_init_context=no
20747 fi
20748
20749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20750 conftest$ac_exeext conftest.$ac_ext
20751 LIBS=$ac_check_lib_save_LIBS
20752 fi
20753 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
20754 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6; }
20755 if test $ac_cv_lib_krb5_krb5_init_context = yes; then
20756 cat >>confdefs.h <<_ACEOF
20757 #define HAVE_LIBKRB5 1
20758 _ACEOF
20759
20760 LIBS="-lkrb5 $LIBS"
20761
20762 fi
20763
20764 if test "${with_kerberos5+set}" != set; then
20765
20766 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5
20767 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6; }
20768 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
20769 echo $ECHO_N "(cached) $ECHO_C" >&6
20770 else
20771 ac_check_lib_save_LIBS=$LIBS
20772 LIBS="-ldes425 $LIBS"
20773 cat >conftest.$ac_ext <<_ACEOF
20774 /* confdefs.h. */
20775 _ACEOF
20776 cat confdefs.h >>conftest.$ac_ext
20777 cat >>conftest.$ac_ext <<_ACEOF
20778 /* end confdefs.h. */
20779
20780 /* Override any GCC internal prototype to avoid an error.
20781 Use char because int might match the return type of a GCC
20782 builtin and then its argument prototype would still apply. */
20783 #ifdef __cplusplus
20784 extern "C"
20785 #endif
20786 char des_cbc_encrypt ();
20787 int
20788 main ()
20789 {
20790 return des_cbc_encrypt ();
20791 ;
20792 return 0;
20793 }
20794 _ACEOF
20795 rm -f conftest.$ac_objext conftest$ac_exeext
20796 if { (ac_try="$ac_link"
20797 case "(($ac_try" in
20798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20799 *) ac_try_echo=$ac_try;;
20800 esac
20801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20802 (eval "$ac_link") 2>conftest.er1
20803 ac_status=$?
20804 grep -v '^ *+' conftest.er1 >conftest.err
20805 rm -f conftest.er1
20806 cat conftest.err >&5
20807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20808 (exit $ac_status); } && {
20809 test -z "$ac_c_werror_flag" ||
20810 test ! -s conftest.err
20811 } && test -s conftest$ac_exeext &&
20812 $as_test_x conftest$ac_exeext; then
20813 ac_cv_lib_des425_des_cbc_encrypt=yes
20814 else
20815 echo "$as_me: failed program was:" >&5
20816 sed 's/^/| /' conftest.$ac_ext >&5
20817
20818 ac_cv_lib_des425_des_cbc_encrypt=no
20819 fi
20820
20821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20822 conftest$ac_exeext conftest.$ac_ext
20823 LIBS=$ac_check_lib_save_LIBS
20824 fi
20825 { echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
20826 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
20827 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
20828 cat >>confdefs.h <<_ACEOF
20829 #define HAVE_LIBDES425 1
20830 _ACEOF
20831
20832 LIBS="-ldes425 $LIBS"
20833
20834 else
20835
20836 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes" >&5
20837 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6; }
20838 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
20839 echo $ECHO_N "(cached) $ECHO_C" >&6
20840 else
20841 ac_check_lib_save_LIBS=$LIBS
20842 LIBS="-ldes $LIBS"
20843 cat >conftest.$ac_ext <<_ACEOF
20844 /* confdefs.h. */
20845 _ACEOF
20846 cat confdefs.h >>conftest.$ac_ext
20847 cat >>conftest.$ac_ext <<_ACEOF
20848 /* end confdefs.h. */
20849
20850 /* Override any GCC internal prototype to avoid an error.
20851 Use char because int might match the return type of a GCC
20852 builtin and then its argument prototype would still apply. */
20853 #ifdef __cplusplus
20854 extern "C"
20855 #endif
20856 char des_cbc_encrypt ();
20857 int
20858 main ()
20859 {
20860 return des_cbc_encrypt ();
20861 ;
20862 return 0;
20863 }
20864 _ACEOF
20865 rm -f conftest.$ac_objext conftest$ac_exeext
20866 if { (ac_try="$ac_link"
20867 case "(($ac_try" in
20868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20869 *) ac_try_echo=$ac_try;;
20870 esac
20871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20872 (eval "$ac_link") 2>conftest.er1
20873 ac_status=$?
20874 grep -v '^ *+' conftest.er1 >conftest.err
20875 rm -f conftest.er1
20876 cat conftest.err >&5
20877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20878 (exit $ac_status); } && {
20879 test -z "$ac_c_werror_flag" ||
20880 test ! -s conftest.err
20881 } && test -s conftest$ac_exeext &&
20882 $as_test_x conftest$ac_exeext; then
20883 ac_cv_lib_des_des_cbc_encrypt=yes
20884 else
20885 echo "$as_me: failed program was:" >&5
20886 sed 's/^/| /' conftest.$ac_ext >&5
20887
20888 ac_cv_lib_des_des_cbc_encrypt=no
20889 fi
20890
20891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20892 conftest$ac_exeext conftest.$ac_ext
20893 LIBS=$ac_check_lib_save_LIBS
20894 fi
20895 { echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
20896 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6; }
20897 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
20898 cat >>confdefs.h <<_ACEOF
20899 #define HAVE_LIBDES 1
20900 _ACEOF
20901
20902 LIBS="-ldes $LIBS"
20903
20904 fi
20905
20906 fi
20907
20908
20909 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb4" >&5
20910 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6; }
20911 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
20912 echo $ECHO_N "(cached) $ECHO_C" >&6
20913 else
20914 ac_check_lib_save_LIBS=$LIBS
20915 LIBS="-lkrb4 $LIBS"
20916 cat >conftest.$ac_ext <<_ACEOF
20917 /* confdefs.h. */
20918 _ACEOF
20919 cat confdefs.h >>conftest.$ac_ext
20920 cat >>conftest.$ac_ext <<_ACEOF
20921 /* end confdefs.h. */
20922
20923 /* Override any GCC internal prototype to avoid an error.
20924 Use char because int might match the return type of a GCC
20925 builtin and then its argument prototype would still apply. */
20926 #ifdef __cplusplus
20927 extern "C"
20928 #endif
20929 char krb_get_cred ();
20930 int
20931 main ()
20932 {
20933 return krb_get_cred ();
20934 ;
20935 return 0;
20936 }
20937 _ACEOF
20938 rm -f conftest.$ac_objext conftest$ac_exeext
20939 if { (ac_try="$ac_link"
20940 case "(($ac_try" in
20941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20942 *) ac_try_echo=$ac_try;;
20943 esac
20944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20945 (eval "$ac_link") 2>conftest.er1
20946 ac_status=$?
20947 grep -v '^ *+' conftest.er1 >conftest.err
20948 rm -f conftest.er1
20949 cat conftest.err >&5
20950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20951 (exit $ac_status); } && {
20952 test -z "$ac_c_werror_flag" ||
20953 test ! -s conftest.err
20954 } && test -s conftest$ac_exeext &&
20955 $as_test_x conftest$ac_exeext; then
20956 ac_cv_lib_krb4_krb_get_cred=yes
20957 else
20958 echo "$as_me: failed program was:" >&5
20959 sed 's/^/| /' conftest.$ac_ext >&5
20960
20961 ac_cv_lib_krb4_krb_get_cred=no
20962 fi
20963
20964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20965 conftest$ac_exeext conftest.$ac_ext
20966 LIBS=$ac_check_lib_save_LIBS
20967 fi
20968 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
20969 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6; }
20970 if test $ac_cv_lib_krb4_krb_get_cred = yes; then
20971 cat >>confdefs.h <<_ACEOF
20972 #define HAVE_LIBKRB4 1
20973 _ACEOF
20974
20975 LIBS="-lkrb4 $LIBS"
20976
20977 else
20978
20979 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb" >&5
20980 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6; }
20981 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
20982 echo $ECHO_N "(cached) $ECHO_C" >&6
20983 else
20984 ac_check_lib_save_LIBS=$LIBS
20985 LIBS="-lkrb $LIBS"
20986 cat >conftest.$ac_ext <<_ACEOF
20987 /* confdefs.h. */
20988 _ACEOF
20989 cat confdefs.h >>conftest.$ac_ext
20990 cat >>conftest.$ac_ext <<_ACEOF
20991 /* end confdefs.h. */
20992
20993 /* Override any GCC internal prototype to avoid an error.
20994 Use char because int might match the return type of a GCC
20995 builtin and then its argument prototype would still apply. */
20996 #ifdef __cplusplus
20997 extern "C"
20998 #endif
20999 char krb_get_cred ();
21000 int
21001 main ()
21002 {
21003 return krb_get_cred ();
21004 ;
21005 return 0;
21006 }
21007 _ACEOF
21008 rm -f conftest.$ac_objext conftest$ac_exeext
21009 if { (ac_try="$ac_link"
21010 case "(($ac_try" in
21011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21012 *) ac_try_echo=$ac_try;;
21013 esac
21014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21015 (eval "$ac_link") 2>conftest.er1
21016 ac_status=$?
21017 grep -v '^ *+' conftest.er1 >conftest.err
21018 rm -f conftest.er1
21019 cat conftest.err >&5
21020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21021 (exit $ac_status); } && {
21022 test -z "$ac_c_werror_flag" ||
21023 test ! -s conftest.err
21024 } && test -s conftest$ac_exeext &&
21025 $as_test_x conftest$ac_exeext; then
21026 ac_cv_lib_krb_krb_get_cred=yes
21027 else
21028 echo "$as_me: failed program was:" >&5
21029 sed 's/^/| /' conftest.$ac_ext >&5
21030
21031 ac_cv_lib_krb_krb_get_cred=no
21032 fi
21033
21034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21035 conftest$ac_exeext conftest.$ac_ext
21036 LIBS=$ac_check_lib_save_LIBS
21037 fi
21038 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
21039 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6; }
21040 if test $ac_cv_lib_krb_krb_get_cred = yes; then
21041 cat >>confdefs.h <<_ACEOF
21042 #define HAVE_LIBKRB 1
21043 _ACEOF
21044
21045 LIBS="-lkrb $LIBS"
21046
21047 fi
21048
21049 fi
21050
21051 fi
21052
21053 if test "${with_kerberos5+set}" = set; then
21054
21055 for ac_header in krb5.h
21056 do
21057 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21059 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21060 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21062 echo $ECHO_N "(cached) $ECHO_C" >&6
21063 fi
21064 ac_res=`eval echo '${'$as_ac_Header'}'`
21065 { echo "$as_me:$LINENO: result: $ac_res" >&5
21066 echo "${ECHO_T}$ac_res" >&6; }
21067 else
21068 # Is the header compilable?
21069 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21070 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21071 cat >conftest.$ac_ext <<_ACEOF
21072 /* confdefs.h. */
21073 _ACEOF
21074 cat confdefs.h >>conftest.$ac_ext
21075 cat >>conftest.$ac_ext <<_ACEOF
21076 /* end confdefs.h. */
21077 $ac_includes_default
21078 #include <$ac_header>
21079 _ACEOF
21080 rm -f conftest.$ac_objext
21081 if { (ac_try="$ac_compile"
21082 case "(($ac_try" in
21083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21084 *) ac_try_echo=$ac_try;;
21085 esac
21086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21087 (eval "$ac_compile") 2>conftest.er1
21088 ac_status=$?
21089 grep -v '^ *+' conftest.er1 >conftest.err
21090 rm -f conftest.er1
21091 cat conftest.err >&5
21092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093 (exit $ac_status); } && {
21094 test -z "$ac_c_werror_flag" ||
21095 test ! -s conftest.err
21096 } && test -s conftest.$ac_objext; then
21097 ac_header_compiler=yes
21098 else
21099 echo "$as_me: failed program was:" >&5
21100 sed 's/^/| /' conftest.$ac_ext >&5
21101
21102 ac_header_compiler=no
21103 fi
21104
21105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21106 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21107 echo "${ECHO_T}$ac_header_compiler" >&6; }
21108
21109 # Is the header present?
21110 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21111 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21112 cat >conftest.$ac_ext <<_ACEOF
21113 /* confdefs.h. */
21114 _ACEOF
21115 cat confdefs.h >>conftest.$ac_ext
21116 cat >>conftest.$ac_ext <<_ACEOF
21117 /* end confdefs.h. */
21118 #include <$ac_header>
21119 _ACEOF
21120 if { (ac_try="$ac_cpp conftest.$ac_ext"
21121 case "(($ac_try" in
21122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21123 *) ac_try_echo=$ac_try;;
21124 esac
21125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21126 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21127 ac_status=$?
21128 grep -v '^ *+' conftest.er1 >conftest.err
21129 rm -f conftest.er1
21130 cat conftest.err >&5
21131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21132 (exit $ac_status); } >/dev/null && {
21133 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21134 test ! -s conftest.err
21135 }; then
21136 ac_header_preproc=yes
21137 else
21138 echo "$as_me: failed program was:" >&5
21139 sed 's/^/| /' conftest.$ac_ext >&5
21140
21141 ac_header_preproc=no
21142 fi
21143
21144 rm -f conftest.err conftest.$ac_ext
21145 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21146 echo "${ECHO_T}$ac_header_preproc" >&6; }
21147
21148 # So? What about this header?
21149 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21150 yes:no: )
21151 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21152 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21153 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21154 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21155 ac_header_preproc=yes
21156 ;;
21157 no:yes:* )
21158 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21159 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21160 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21161 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21162 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21163 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21164 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21165 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21166 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21167 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21168 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21169 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21170
21171 ;;
21172 esac
21173 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21174 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21175 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21176 echo $ECHO_N "(cached) $ECHO_C" >&6
21177 else
21178 eval "$as_ac_Header=\$ac_header_preproc"
21179 fi
21180 ac_res=`eval echo '${'$as_ac_Header'}'`
21181 { echo "$as_me:$LINENO: result: $ac_res" >&5
21182 echo "${ECHO_T}$ac_res" >&6; }
21183
21184 fi
21185 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21186 cat >>confdefs.h <<_ACEOF
21187 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21188 _ACEOF
21189
21190 fi
21191
21192 done
21193
21194 else
21195
21196 for ac_header in des.h
21197 do
21198 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21200 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21201 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21202 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21203 echo $ECHO_N "(cached) $ECHO_C" >&6
21204 fi
21205 ac_res=`eval echo '${'$as_ac_Header'}'`
21206 { echo "$as_me:$LINENO: result: $ac_res" >&5
21207 echo "${ECHO_T}$ac_res" >&6; }
21208 else
21209 # Is the header compilable?
21210 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21211 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21212 cat >conftest.$ac_ext <<_ACEOF
21213 /* confdefs.h. */
21214 _ACEOF
21215 cat confdefs.h >>conftest.$ac_ext
21216 cat >>conftest.$ac_ext <<_ACEOF
21217 /* end confdefs.h. */
21218 $ac_includes_default
21219 #include <$ac_header>
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (ac_try="$ac_compile"
21223 case "(($ac_try" in
21224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225 *) ac_try_echo=$ac_try;;
21226 esac
21227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21228 (eval "$ac_compile") 2>conftest.er1
21229 ac_status=$?
21230 grep -v '^ *+' conftest.er1 >conftest.err
21231 rm -f conftest.er1
21232 cat conftest.err >&5
21233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); } && {
21235 test -z "$ac_c_werror_flag" ||
21236 test ! -s conftest.err
21237 } && test -s conftest.$ac_objext; then
21238 ac_header_compiler=yes
21239 else
21240 echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21242
21243 ac_header_compiler=no
21244 fi
21245
21246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21247 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21248 echo "${ECHO_T}$ac_header_compiler" >&6; }
21249
21250 # Is the header present?
21251 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21252 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21253 cat >conftest.$ac_ext <<_ACEOF
21254 /* confdefs.h. */
21255 _ACEOF
21256 cat confdefs.h >>conftest.$ac_ext
21257 cat >>conftest.$ac_ext <<_ACEOF
21258 /* end confdefs.h. */
21259 #include <$ac_header>
21260 _ACEOF
21261 if { (ac_try="$ac_cpp conftest.$ac_ext"
21262 case "(($ac_try" in
21263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21264 *) ac_try_echo=$ac_try;;
21265 esac
21266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21267 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21268 ac_status=$?
21269 grep -v '^ *+' conftest.er1 >conftest.err
21270 rm -f conftest.er1
21271 cat conftest.err >&5
21272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21273 (exit $ac_status); } >/dev/null && {
21274 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21275 test ! -s conftest.err
21276 }; then
21277 ac_header_preproc=yes
21278 else
21279 echo "$as_me: failed program was:" >&5
21280 sed 's/^/| /' conftest.$ac_ext >&5
21281
21282 ac_header_preproc=no
21283 fi
21284
21285 rm -f conftest.err conftest.$ac_ext
21286 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21287 echo "${ECHO_T}$ac_header_preproc" >&6; }
21288
21289 # So? What about this header?
21290 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21291 yes:no: )
21292 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21293 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21294 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21295 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21296 ac_header_preproc=yes
21297 ;;
21298 no:yes:* )
21299 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21300 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21301 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21302 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21303 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21304 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21305 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21306 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21307 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21308 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21309 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21310 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21311
21312 ;;
21313 esac
21314 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21315 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21316 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21317 echo $ECHO_N "(cached) $ECHO_C" >&6
21318 else
21319 eval "$as_ac_Header=\$ac_header_preproc"
21320 fi
21321 ac_res=`eval echo '${'$as_ac_Header'}'`
21322 { echo "$as_me:$LINENO: result: $ac_res" >&5
21323 echo "${ECHO_T}$ac_res" >&6; }
21324
21325 fi
21326 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21327 cat >>confdefs.h <<_ACEOF
21328 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21329 _ACEOF
21330
21331 else
21332
21333 for ac_header in kerberosIV/des.h
21334 do
21335 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21337 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21338 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21340 echo $ECHO_N "(cached) $ECHO_C" >&6
21341 fi
21342 ac_res=`eval echo '${'$as_ac_Header'}'`
21343 { echo "$as_me:$LINENO: result: $ac_res" >&5
21344 echo "${ECHO_T}$ac_res" >&6; }
21345 else
21346 # Is the header compilable?
21347 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21348 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21349 cat >conftest.$ac_ext <<_ACEOF
21350 /* confdefs.h. */
21351 _ACEOF
21352 cat confdefs.h >>conftest.$ac_ext
21353 cat >>conftest.$ac_ext <<_ACEOF
21354 /* end confdefs.h. */
21355 $ac_includes_default
21356 #include <$ac_header>
21357 _ACEOF
21358 rm -f conftest.$ac_objext
21359 if { (ac_try="$ac_compile"
21360 case "(($ac_try" in
21361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21362 *) ac_try_echo=$ac_try;;
21363 esac
21364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21365 (eval "$ac_compile") 2>conftest.er1
21366 ac_status=$?
21367 grep -v '^ *+' conftest.er1 >conftest.err
21368 rm -f conftest.er1
21369 cat conftest.err >&5
21370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21371 (exit $ac_status); } && {
21372 test -z "$ac_c_werror_flag" ||
21373 test ! -s conftest.err
21374 } && test -s conftest.$ac_objext; then
21375 ac_header_compiler=yes
21376 else
21377 echo "$as_me: failed program was:" >&5
21378 sed 's/^/| /' conftest.$ac_ext >&5
21379
21380 ac_header_compiler=no
21381 fi
21382
21383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21384 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21385 echo "${ECHO_T}$ac_header_compiler" >&6; }
21386
21387 # Is the header present?
21388 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21389 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21390 cat >conftest.$ac_ext <<_ACEOF
21391 /* confdefs.h. */
21392 _ACEOF
21393 cat confdefs.h >>conftest.$ac_ext
21394 cat >>conftest.$ac_ext <<_ACEOF
21395 /* end confdefs.h. */
21396 #include <$ac_header>
21397 _ACEOF
21398 if { (ac_try="$ac_cpp conftest.$ac_ext"
21399 case "(($ac_try" in
21400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21401 *) ac_try_echo=$ac_try;;
21402 esac
21403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21404 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21405 ac_status=$?
21406 grep -v '^ *+' conftest.er1 >conftest.err
21407 rm -f conftest.er1
21408 cat conftest.err >&5
21409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21410 (exit $ac_status); } >/dev/null && {
21411 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21412 test ! -s conftest.err
21413 }; then
21414 ac_header_preproc=yes
21415 else
21416 echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21418
21419 ac_header_preproc=no
21420 fi
21421
21422 rm -f conftest.err conftest.$ac_ext
21423 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21424 echo "${ECHO_T}$ac_header_preproc" >&6; }
21425
21426 # So? What about this header?
21427 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21428 yes:no: )
21429 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21430 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21431 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21432 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21433 ac_header_preproc=yes
21434 ;;
21435 no:yes:* )
21436 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21437 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21438 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21439 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21440 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21441 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21442 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21443 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21444 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21445 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21446 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21447 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21448
21449 ;;
21450 esac
21451 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21452 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21453 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21454 echo $ECHO_N "(cached) $ECHO_C" >&6
21455 else
21456 eval "$as_ac_Header=\$ac_header_preproc"
21457 fi
21458 ac_res=`eval echo '${'$as_ac_Header'}'`
21459 { echo "$as_me:$LINENO: result: $ac_res" >&5
21460 echo "${ECHO_T}$ac_res" >&6; }
21461
21462 fi
21463 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21464 cat >>confdefs.h <<_ACEOF
21465 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21466 _ACEOF
21467
21468 else
21469
21470 for ac_header in kerberos/des.h
21471 do
21472 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21474 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21475 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21477 echo $ECHO_N "(cached) $ECHO_C" >&6
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 else
21483 # Is the header compilable?
21484 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21485 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21486 cat >conftest.$ac_ext <<_ACEOF
21487 /* confdefs.h. */
21488 _ACEOF
21489 cat confdefs.h >>conftest.$ac_ext
21490 cat >>conftest.$ac_ext <<_ACEOF
21491 /* end confdefs.h. */
21492 $ac_includes_default
21493 #include <$ac_header>
21494 _ACEOF
21495 rm -f conftest.$ac_objext
21496 if { (ac_try="$ac_compile"
21497 case "(($ac_try" in
21498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21499 *) ac_try_echo=$ac_try;;
21500 esac
21501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21502 (eval "$ac_compile") 2>conftest.er1
21503 ac_status=$?
21504 grep -v '^ *+' conftest.er1 >conftest.err
21505 rm -f conftest.er1
21506 cat conftest.err >&5
21507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21508 (exit $ac_status); } && {
21509 test -z "$ac_c_werror_flag" ||
21510 test ! -s conftest.err
21511 } && test -s conftest.$ac_objext; then
21512 ac_header_compiler=yes
21513 else
21514 echo "$as_me: failed program was:" >&5
21515 sed 's/^/| /' conftest.$ac_ext >&5
21516
21517 ac_header_compiler=no
21518 fi
21519
21520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21521 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21522 echo "${ECHO_T}$ac_header_compiler" >&6; }
21523
21524 # Is the header present?
21525 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21526 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21527 cat >conftest.$ac_ext <<_ACEOF
21528 /* confdefs.h. */
21529 _ACEOF
21530 cat confdefs.h >>conftest.$ac_ext
21531 cat >>conftest.$ac_ext <<_ACEOF
21532 /* end confdefs.h. */
21533 #include <$ac_header>
21534 _ACEOF
21535 if { (ac_try="$ac_cpp conftest.$ac_ext"
21536 case "(($ac_try" in
21537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21538 *) ac_try_echo=$ac_try;;
21539 esac
21540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21541 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21542 ac_status=$?
21543 grep -v '^ *+' conftest.er1 >conftest.err
21544 rm -f conftest.er1
21545 cat conftest.err >&5
21546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21547 (exit $ac_status); } >/dev/null && {
21548 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21549 test ! -s conftest.err
21550 }; then
21551 ac_header_preproc=yes
21552 else
21553 echo "$as_me: failed program was:" >&5
21554 sed 's/^/| /' conftest.$ac_ext >&5
21555
21556 ac_header_preproc=no
21557 fi
21558
21559 rm -f conftest.err conftest.$ac_ext
21560 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21561 echo "${ECHO_T}$ac_header_preproc" >&6; }
21562
21563 # So? What about this header?
21564 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21565 yes:no: )
21566 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21567 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21568 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21569 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21570 ac_header_preproc=yes
21571 ;;
21572 no:yes:* )
21573 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21574 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21575 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21576 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21577 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21578 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21579 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21580 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21581 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21582 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21583 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21584 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21585
21586 ;;
21587 esac
21588 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21589 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21590 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21591 echo $ECHO_N "(cached) $ECHO_C" >&6
21592 else
21593 eval "$as_ac_Header=\$ac_header_preproc"
21594 fi
21595 ac_res=`eval echo '${'$as_ac_Header'}'`
21596 { echo "$as_me:$LINENO: result: $ac_res" >&5
21597 echo "${ECHO_T}$ac_res" >&6; }
21598
21599 fi
21600 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21601 cat >>confdefs.h <<_ACEOF
21602 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21603 _ACEOF
21604
21605 fi
21606
21607 done
21608
21609 fi
21610
21611 done
21612
21613 fi
21614
21615 done
21616
21617
21618 for ac_header in krb.h
21619 do
21620 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21621 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21622 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21623 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21624 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21625 echo $ECHO_N "(cached) $ECHO_C" >&6
21626 fi
21627 ac_res=`eval echo '${'$as_ac_Header'}'`
21628 { echo "$as_me:$LINENO: result: $ac_res" >&5
21629 echo "${ECHO_T}$ac_res" >&6; }
21630 else
21631 # Is the header compilable?
21632 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21633 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21634 cat >conftest.$ac_ext <<_ACEOF
21635 /* confdefs.h. */
21636 _ACEOF
21637 cat confdefs.h >>conftest.$ac_ext
21638 cat >>conftest.$ac_ext <<_ACEOF
21639 /* end confdefs.h. */
21640 $ac_includes_default
21641 #include <$ac_header>
21642 _ACEOF
21643 rm -f conftest.$ac_objext
21644 if { (ac_try="$ac_compile"
21645 case "(($ac_try" in
21646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21647 *) ac_try_echo=$ac_try;;
21648 esac
21649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21650 (eval "$ac_compile") 2>conftest.er1
21651 ac_status=$?
21652 grep -v '^ *+' conftest.er1 >conftest.err
21653 rm -f conftest.er1
21654 cat conftest.err >&5
21655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21656 (exit $ac_status); } && {
21657 test -z "$ac_c_werror_flag" ||
21658 test ! -s conftest.err
21659 } && test -s conftest.$ac_objext; then
21660 ac_header_compiler=yes
21661 else
21662 echo "$as_me: failed program was:" >&5
21663 sed 's/^/| /' conftest.$ac_ext >&5
21664
21665 ac_header_compiler=no
21666 fi
21667
21668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21669 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21670 echo "${ECHO_T}$ac_header_compiler" >&6; }
21671
21672 # Is the header present?
21673 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21674 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21675 cat >conftest.$ac_ext <<_ACEOF
21676 /* confdefs.h. */
21677 _ACEOF
21678 cat confdefs.h >>conftest.$ac_ext
21679 cat >>conftest.$ac_ext <<_ACEOF
21680 /* end confdefs.h. */
21681 #include <$ac_header>
21682 _ACEOF
21683 if { (ac_try="$ac_cpp conftest.$ac_ext"
21684 case "(($ac_try" in
21685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21686 *) ac_try_echo=$ac_try;;
21687 esac
21688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21689 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21690 ac_status=$?
21691 grep -v '^ *+' conftest.er1 >conftest.err
21692 rm -f conftest.er1
21693 cat conftest.err >&5
21694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21695 (exit $ac_status); } >/dev/null && {
21696 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21697 test ! -s conftest.err
21698 }; then
21699 ac_header_preproc=yes
21700 else
21701 echo "$as_me: failed program was:" >&5
21702 sed 's/^/| /' conftest.$ac_ext >&5
21703
21704 ac_header_preproc=no
21705 fi
21706
21707 rm -f conftest.err conftest.$ac_ext
21708 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21709 echo "${ECHO_T}$ac_header_preproc" >&6; }
21710
21711 # So? What about this header?
21712 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21713 yes:no: )
21714 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21715 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21716 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21717 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21718 ac_header_preproc=yes
21719 ;;
21720 no:yes:* )
21721 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21722 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21723 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21724 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21725 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21726 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21727 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21728 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21729 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21730 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21731 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21732 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21733
21734 ;;
21735 esac
21736 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21737 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21739 echo $ECHO_N "(cached) $ECHO_C" >&6
21740 else
21741 eval "$as_ac_Header=\$ac_header_preproc"
21742 fi
21743 ac_res=`eval echo '${'$as_ac_Header'}'`
21744 { echo "$as_me:$LINENO: result: $ac_res" >&5
21745 echo "${ECHO_T}$ac_res" >&6; }
21746
21747 fi
21748 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21749 cat >>confdefs.h <<_ACEOF
21750 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21751 _ACEOF
21752
21753 else
21754
21755 for ac_header in kerberosIV/krb.h
21756 do
21757 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21758 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21762 echo $ECHO_N "(cached) $ECHO_C" >&6
21763 fi
21764 ac_res=`eval echo '${'$as_ac_Header'}'`
21765 { echo "$as_me:$LINENO: result: $ac_res" >&5
21766 echo "${ECHO_T}$ac_res" >&6; }
21767 else
21768 # Is the header compilable?
21769 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21770 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21771 cat >conftest.$ac_ext <<_ACEOF
21772 /* confdefs.h. */
21773 _ACEOF
21774 cat confdefs.h >>conftest.$ac_ext
21775 cat >>conftest.$ac_ext <<_ACEOF
21776 /* end confdefs.h. */
21777 $ac_includes_default
21778 #include <$ac_header>
21779 _ACEOF
21780 rm -f conftest.$ac_objext
21781 if { (ac_try="$ac_compile"
21782 case "(($ac_try" in
21783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21784 *) ac_try_echo=$ac_try;;
21785 esac
21786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21787 (eval "$ac_compile") 2>conftest.er1
21788 ac_status=$?
21789 grep -v '^ *+' conftest.er1 >conftest.err
21790 rm -f conftest.er1
21791 cat conftest.err >&5
21792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21793 (exit $ac_status); } && {
21794 test -z "$ac_c_werror_flag" ||
21795 test ! -s conftest.err
21796 } && test -s conftest.$ac_objext; then
21797 ac_header_compiler=yes
21798 else
21799 echo "$as_me: failed program was:" >&5
21800 sed 's/^/| /' conftest.$ac_ext >&5
21801
21802 ac_header_compiler=no
21803 fi
21804
21805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21806 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21807 echo "${ECHO_T}$ac_header_compiler" >&6; }
21808
21809 # Is the header present?
21810 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21811 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21812 cat >conftest.$ac_ext <<_ACEOF
21813 /* confdefs.h. */
21814 _ACEOF
21815 cat confdefs.h >>conftest.$ac_ext
21816 cat >>conftest.$ac_ext <<_ACEOF
21817 /* end confdefs.h. */
21818 #include <$ac_header>
21819 _ACEOF
21820 if { (ac_try="$ac_cpp conftest.$ac_ext"
21821 case "(($ac_try" in
21822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21823 *) ac_try_echo=$ac_try;;
21824 esac
21825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21826 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21827 ac_status=$?
21828 grep -v '^ *+' conftest.er1 >conftest.err
21829 rm -f conftest.er1
21830 cat conftest.err >&5
21831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21832 (exit $ac_status); } >/dev/null && {
21833 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21834 test ! -s conftest.err
21835 }; then
21836 ac_header_preproc=yes
21837 else
21838 echo "$as_me: failed program was:" >&5
21839 sed 's/^/| /' conftest.$ac_ext >&5
21840
21841 ac_header_preproc=no
21842 fi
21843
21844 rm -f conftest.err conftest.$ac_ext
21845 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21846 echo "${ECHO_T}$ac_header_preproc" >&6; }
21847
21848 # So? What about this header?
21849 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21850 yes:no: )
21851 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21852 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21853 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21854 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21855 ac_header_preproc=yes
21856 ;;
21857 no:yes:* )
21858 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21859 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21860 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21861 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21862 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21863 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21864 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21865 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21866 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21867 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21868 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21869 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21870
21871 ;;
21872 esac
21873 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21874 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21875 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21876 echo $ECHO_N "(cached) $ECHO_C" >&6
21877 else
21878 eval "$as_ac_Header=\$ac_header_preproc"
21879 fi
21880 ac_res=`eval echo '${'$as_ac_Header'}'`
21881 { echo "$as_me:$LINENO: result: $ac_res" >&5
21882 echo "${ECHO_T}$ac_res" >&6; }
21883
21884 fi
21885 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21886 cat >>confdefs.h <<_ACEOF
21887 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21888 _ACEOF
21889
21890 else
21891
21892 for ac_header in kerberos/krb.h
21893 do
21894 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21895 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21896 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21897 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21898 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21899 echo $ECHO_N "(cached) $ECHO_C" >&6
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 else
21905 # Is the header compilable?
21906 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21907 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21908 cat >conftest.$ac_ext <<_ACEOF
21909 /* confdefs.h. */
21910 _ACEOF
21911 cat confdefs.h >>conftest.$ac_ext
21912 cat >>conftest.$ac_ext <<_ACEOF
21913 /* end confdefs.h. */
21914 $ac_includes_default
21915 #include <$ac_header>
21916 _ACEOF
21917 rm -f conftest.$ac_objext
21918 if { (ac_try="$ac_compile"
21919 case "(($ac_try" in
21920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21921 *) ac_try_echo=$ac_try;;
21922 esac
21923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21924 (eval "$ac_compile") 2>conftest.er1
21925 ac_status=$?
21926 grep -v '^ *+' conftest.er1 >conftest.err
21927 rm -f conftest.er1
21928 cat conftest.err >&5
21929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21930 (exit $ac_status); } && {
21931 test -z "$ac_c_werror_flag" ||
21932 test ! -s conftest.err
21933 } && test -s conftest.$ac_objext; then
21934 ac_header_compiler=yes
21935 else
21936 echo "$as_me: failed program was:" >&5
21937 sed 's/^/| /' conftest.$ac_ext >&5
21938
21939 ac_header_compiler=no
21940 fi
21941
21942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21943 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21944 echo "${ECHO_T}$ac_header_compiler" >&6; }
21945
21946 # Is the header present?
21947 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21948 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21949 cat >conftest.$ac_ext <<_ACEOF
21950 /* confdefs.h. */
21951 _ACEOF
21952 cat confdefs.h >>conftest.$ac_ext
21953 cat >>conftest.$ac_ext <<_ACEOF
21954 /* end confdefs.h. */
21955 #include <$ac_header>
21956 _ACEOF
21957 if { (ac_try="$ac_cpp conftest.$ac_ext"
21958 case "(($ac_try" in
21959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21960 *) ac_try_echo=$ac_try;;
21961 esac
21962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21964 ac_status=$?
21965 grep -v '^ *+' conftest.er1 >conftest.err
21966 rm -f conftest.er1
21967 cat conftest.err >&5
21968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21969 (exit $ac_status); } >/dev/null && {
21970 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21971 test ! -s conftest.err
21972 }; then
21973 ac_header_preproc=yes
21974 else
21975 echo "$as_me: failed program was:" >&5
21976 sed 's/^/| /' conftest.$ac_ext >&5
21977
21978 ac_header_preproc=no
21979 fi
21980
21981 rm -f conftest.err conftest.$ac_ext
21982 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21983 echo "${ECHO_T}$ac_header_preproc" >&6; }
21984
21985 # So? What about this header?
21986 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21987 yes:no: )
21988 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21989 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21990 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21991 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21992 ac_header_preproc=yes
21993 ;;
21994 no:yes:* )
21995 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21996 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21997 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21998 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21999 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22000 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22001 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22002 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22003 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22004 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22005 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22006 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22007
22008 ;;
22009 esac
22010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22013 echo $ECHO_N "(cached) $ECHO_C" >&6
22014 else
22015 eval "$as_ac_Header=\$ac_header_preproc"
22016 fi
22017 ac_res=`eval echo '${'$as_ac_Header'}'`
22018 { echo "$as_me:$LINENO: result: $ac_res" >&5
22019 echo "${ECHO_T}$ac_res" >&6; }
22020
22021 fi
22022 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22023 cat >>confdefs.h <<_ACEOF
22024 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22025 _ACEOF
22026
22027 fi
22028
22029 done
22030
22031 fi
22032
22033 done
22034
22035 fi
22036
22037 done
22038
22039 fi
22040
22041 for ac_header in com_err.h
22042 do
22043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22048 echo $ECHO_N "(cached) $ECHO_C" >&6
22049 fi
22050 ac_res=`eval echo '${'$as_ac_Header'}'`
22051 { echo "$as_me:$LINENO: result: $ac_res" >&5
22052 echo "${ECHO_T}$ac_res" >&6; }
22053 else
22054 # Is the header compilable?
22055 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22056 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22057 cat >conftest.$ac_ext <<_ACEOF
22058 /* confdefs.h. */
22059 _ACEOF
22060 cat confdefs.h >>conftest.$ac_ext
22061 cat >>conftest.$ac_ext <<_ACEOF
22062 /* end confdefs.h. */
22063 $ac_includes_default
22064 #include <$ac_header>
22065 _ACEOF
22066 rm -f conftest.$ac_objext
22067 if { (ac_try="$ac_compile"
22068 case "(($ac_try" in
22069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22070 *) ac_try_echo=$ac_try;;
22071 esac
22072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22073 (eval "$ac_compile") 2>conftest.er1
22074 ac_status=$?
22075 grep -v '^ *+' conftest.er1 >conftest.err
22076 rm -f conftest.er1
22077 cat conftest.err >&5
22078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22079 (exit $ac_status); } && {
22080 test -z "$ac_c_werror_flag" ||
22081 test ! -s conftest.err
22082 } && test -s conftest.$ac_objext; then
22083 ac_header_compiler=yes
22084 else
22085 echo "$as_me: failed program was:" >&5
22086 sed 's/^/| /' conftest.$ac_ext >&5
22087
22088 ac_header_compiler=no
22089 fi
22090
22091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22092 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22093 echo "${ECHO_T}$ac_header_compiler" >&6; }
22094
22095 # Is the header present?
22096 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22097 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22098 cat >conftest.$ac_ext <<_ACEOF
22099 /* confdefs.h. */
22100 _ACEOF
22101 cat confdefs.h >>conftest.$ac_ext
22102 cat >>conftest.$ac_ext <<_ACEOF
22103 /* end confdefs.h. */
22104 #include <$ac_header>
22105 _ACEOF
22106 if { (ac_try="$ac_cpp conftest.$ac_ext"
22107 case "(($ac_try" in
22108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22109 *) ac_try_echo=$ac_try;;
22110 esac
22111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22113 ac_status=$?
22114 grep -v '^ *+' conftest.er1 >conftest.err
22115 rm -f conftest.er1
22116 cat conftest.err >&5
22117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22118 (exit $ac_status); } >/dev/null && {
22119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22120 test ! -s conftest.err
22121 }; then
22122 ac_header_preproc=yes
22123 else
22124 echo "$as_me: failed program was:" >&5
22125 sed 's/^/| /' conftest.$ac_ext >&5
22126
22127 ac_header_preproc=no
22128 fi
22129
22130 rm -f conftest.err conftest.$ac_ext
22131 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22132 echo "${ECHO_T}$ac_header_preproc" >&6; }
22133
22134 # So? What about this header?
22135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22136 yes:no: )
22137 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22138 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22139 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22140 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22141 ac_header_preproc=yes
22142 ;;
22143 no:yes:* )
22144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22145 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22147 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22148 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22149 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22150 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22151 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22152 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22153 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22154 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22155 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22156
22157 ;;
22158 esac
22159 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22160 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22161 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22162 echo $ECHO_N "(cached) $ECHO_C" >&6
22163 else
22164 eval "$as_ac_Header=\$ac_header_preproc"
22165 fi
22166 ac_res=`eval echo '${'$as_ac_Header'}'`
22167 { echo "$as_me:$LINENO: result: $ac_res" >&5
22168 echo "${ECHO_T}$ac_res" >&6; }
22169
22170 fi
22171 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22172 cat >>confdefs.h <<_ACEOF
22173 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22174 _ACEOF
22175
22176 fi
22177
22178 done
22179
22180 fi
22181
22182 # Solaris requires -lintl if you want strerror (which calls dgettext)
22183 # to return localized messages.
22184
22185 { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
22186 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
22187 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
22188 echo $ECHO_N "(cached) $ECHO_C" >&6
22189 else
22190 ac_check_lib_save_LIBS=$LIBS
22191 LIBS="-lintl $LIBS"
22192 cat >conftest.$ac_ext <<_ACEOF
22193 /* confdefs.h. */
22194 _ACEOF
22195 cat confdefs.h >>conftest.$ac_ext
22196 cat >>conftest.$ac_ext <<_ACEOF
22197 /* end confdefs.h. */
22198
22199 /* Override any GCC internal prototype to avoid an error.
22200 Use char because int might match the return type of a GCC
22201 builtin and then its argument prototype would still apply. */
22202 #ifdef __cplusplus
22203 extern "C"
22204 #endif
22205 char dgettext ();
22206 int
22207 main ()
22208 {
22209 return dgettext ();
22210 ;
22211 return 0;
22212 }
22213 _ACEOF
22214 rm -f conftest.$ac_objext conftest$ac_exeext
22215 if { (ac_try="$ac_link"
22216 case "(($ac_try" in
22217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22218 *) ac_try_echo=$ac_try;;
22219 esac
22220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22221 (eval "$ac_link") 2>conftest.er1
22222 ac_status=$?
22223 grep -v '^ *+' conftest.er1 >conftest.err
22224 rm -f conftest.er1
22225 cat conftest.err >&5
22226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22227 (exit $ac_status); } && {
22228 test -z "$ac_c_werror_flag" ||
22229 test ! -s conftest.err
22230 } && test -s conftest$ac_exeext &&
22231 $as_test_x conftest$ac_exeext; then
22232 ac_cv_lib_intl_dgettext=yes
22233 else
22234 echo "$as_me: failed program was:" >&5
22235 sed 's/^/| /' conftest.$ac_ext >&5
22236
22237 ac_cv_lib_intl_dgettext=no
22238 fi
22239
22240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22241 conftest$ac_exeext conftest.$ac_ext
22242 LIBS=$ac_check_lib_save_LIBS
22243 fi
22244 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
22245 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
22246 if test $ac_cv_lib_intl_dgettext = yes; then
22247 cat >>confdefs.h <<_ACEOF
22248 #define HAVE_LIBINTL 1
22249 _ACEOF
22250
22251 LIBS="-lintl $LIBS"
22252
22253 fi
22254
22255
22256 { echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5
22257 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6; }
22258 if test "${emacs_cv_localtime_cache+set}" = set; then
22259 echo $ECHO_N "(cached) $ECHO_C" >&6
22260 else
22261 if test x$ac_cv_func_tzset = xyes; then
22262 if test "$cross_compiling" = yes; then
22263 # If we have tzset, assume the worst when cross-compiling.
22264 emacs_cv_localtime_cache=yes
22265 else
22266 cat >conftest.$ac_ext <<_ACEOF
22267 /* confdefs.h. */
22268 _ACEOF
22269 cat confdefs.h >>conftest.$ac_ext
22270 cat >>conftest.$ac_ext <<_ACEOF
22271 /* end confdefs.h. */
22272 #include <time.h>
22273 extern char **environ;
22274 unset_TZ ()
22275 {
22276 char **from, **to;
22277 for (to = from = environ; (*to = *from); from++)
22278 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
22279 to++;
22280 }
22281 char TZ_GMT0[] = "TZ=GMT0";
22282 char TZ_PST8[] = "TZ=PST8";
22283 main()
22284 {
22285 time_t now = time ((time_t *) 0);
22286 int hour_GMT0, hour_unset;
22287 if (putenv (TZ_GMT0) != 0)
22288 exit (1);
22289 hour_GMT0 = localtime (&now)->tm_hour;
22290 unset_TZ ();
22291 hour_unset = localtime (&now)->tm_hour;
22292 if (putenv (TZ_PST8) != 0)
22293 exit (1);
22294 if (localtime (&now)->tm_hour == hour_GMT0)
22295 exit (1);
22296 unset_TZ ();
22297 if (localtime (&now)->tm_hour != hour_unset)
22298 exit (1);
22299 exit (0);
22300 }
22301 _ACEOF
22302 rm -f conftest$ac_exeext
22303 if { (ac_try="$ac_link"
22304 case "(($ac_try" in
22305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22306 *) ac_try_echo=$ac_try;;
22307 esac
22308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22309 (eval "$ac_link") 2>&5
22310 ac_status=$?
22311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22312 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22313 { (case "(($ac_try" in
22314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22315 *) ac_try_echo=$ac_try;;
22316 esac
22317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22318 (eval "$ac_try") 2>&5
22319 ac_status=$?
22320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321 (exit $ac_status); }; }; then
22322 emacs_cv_localtime_cache=no
22323 else
22324 echo "$as_me: program exited with status $ac_status" >&5
22325 echo "$as_me: failed program was:" >&5
22326 sed 's/^/| /' conftest.$ac_ext >&5
22327
22328 ( exit $ac_status )
22329 emacs_cv_localtime_cache=yes
22330 fi
22331 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22332 fi
22333
22334
22335 else
22336 # If we lack tzset, report that localtime does not cache TZ,
22337 # since we can't invalidate the cache if we don't have tzset.
22338 emacs_cv_localtime_cache=no
22339 fi
22340 fi
22341 { echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5
22342 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6; }
22343 if test $emacs_cv_localtime_cache = yes; then
22344
22345 cat >>confdefs.h <<\_ACEOF
22346 #define LOCALTIME_CACHE 1
22347 _ACEOF
22348
22349 fi
22350
22351 if test "x$HAVE_TIMEVAL" = xyes; then
22352
22353 for ac_func in gettimeofday
22354 do
22355 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22356 { echo "$as_me:$LINENO: checking for $ac_func" >&5
22357 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
22358 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22359 echo $ECHO_N "(cached) $ECHO_C" >&6
22360 else
22361 cat >conftest.$ac_ext <<_ACEOF
22362 /* confdefs.h. */
22363 _ACEOF
22364 cat confdefs.h >>conftest.$ac_ext
22365 cat >>conftest.$ac_ext <<_ACEOF
22366 /* end confdefs.h. */
22367 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22368 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22369 #define $ac_func innocuous_$ac_func
22370
22371 /* System header to define __stub macros and hopefully few prototypes,
22372 which can conflict with char $ac_func (); below.
22373 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22374 <limits.h> exists even on freestanding compilers. */
22375
22376 #ifdef __STDC__
22377 # include <limits.h>
22378 #else
22379 # include <assert.h>
22380 #endif
22381
22382 #undef $ac_func
22383
22384 /* Override any GCC internal prototype to avoid an error.
22385 Use char because int might match the return type of a GCC
22386 builtin and then its argument prototype would still apply. */
22387 #ifdef __cplusplus
22388 extern "C"
22389 #endif
22390 char $ac_func ();
22391 /* The GNU C library defines this for functions which it implements
22392 to always fail with ENOSYS. Some functions are actually named
22393 something starting with __ and the normal name is an alias. */
22394 #if defined __stub_$ac_func || defined __stub___$ac_func
22395 choke me
22396 #endif
22397
22398 int
22399 main ()
22400 {
22401 return $ac_func ();
22402 ;
22403 return 0;
22404 }
22405 _ACEOF
22406 rm -f conftest.$ac_objext conftest$ac_exeext
22407 if { (ac_try="$ac_link"
22408 case "(($ac_try" in
22409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22410 *) ac_try_echo=$ac_try;;
22411 esac
22412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22413 (eval "$ac_link") 2>conftest.er1
22414 ac_status=$?
22415 grep -v '^ *+' conftest.er1 >conftest.err
22416 rm -f conftest.er1
22417 cat conftest.err >&5
22418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22419 (exit $ac_status); } && {
22420 test -z "$ac_c_werror_flag" ||
22421 test ! -s conftest.err
22422 } && test -s conftest$ac_exeext &&
22423 $as_test_x conftest$ac_exeext; then
22424 eval "$as_ac_var=yes"
22425 else
22426 echo "$as_me: failed program was:" >&5
22427 sed 's/^/| /' conftest.$ac_ext >&5
22428
22429 eval "$as_ac_var=no"
22430 fi
22431
22432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22433 conftest$ac_exeext conftest.$ac_ext
22434 fi
22435 ac_res=`eval echo '${'$as_ac_var'}'`
22436 { echo "$as_me:$LINENO: result: $ac_res" >&5
22437 echo "${ECHO_T}$ac_res" >&6; }
22438 if test `eval echo '${'$as_ac_var'}'` = yes; then
22439 cat >>confdefs.h <<_ACEOF
22440 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22441 _ACEOF
22442
22443 fi
22444 done
22445
22446 if test $ac_cv_func_gettimeofday = yes; then
22447 { echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5
22448 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6; }
22449 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
22450 echo $ECHO_N "(cached) $ECHO_C" >&6
22451 else
22452 cat >conftest.$ac_ext <<_ACEOF
22453 /* confdefs.h. */
22454 _ACEOF
22455 cat confdefs.h >>conftest.$ac_ext
22456 cat >>conftest.$ac_ext <<_ACEOF
22457 /* end confdefs.h. */
22458
22459 #ifdef TIME_WITH_SYS_TIME
22460 #include <sys/time.h>
22461 #include <time.h>
22462 #else
22463 #ifdef HAVE_SYS_TIME_H
22464 #include <sys/time.h>
22465 #else
22466 #include <time.h>
22467 #endif
22468 #endif
22469 int
22470 main ()
22471 {
22472 struct timeval time;
22473 gettimeofday (&time, 0);
22474 ;
22475 return 0;
22476 }
22477 _ACEOF
22478 rm -f conftest.$ac_objext
22479 if { (ac_try="$ac_compile"
22480 case "(($ac_try" in
22481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22482 *) ac_try_echo=$ac_try;;
22483 esac
22484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22485 (eval "$ac_compile") 2>conftest.er1
22486 ac_status=$?
22487 grep -v '^ *+' conftest.er1 >conftest.err
22488 rm -f conftest.er1
22489 cat conftest.err >&5
22490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22491 (exit $ac_status); } && {
22492 test -z "$ac_c_werror_flag" ||
22493 test ! -s conftest.err
22494 } && test -s conftest.$ac_objext; then
22495 emacs_cv_gettimeofday_two_arguments=yes
22496 else
22497 echo "$as_me: failed program was:" >&5
22498 sed 's/^/| /' conftest.$ac_ext >&5
22499
22500 emacs_cv_gettimeofday_two_arguments=no
22501 fi
22502
22503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22504 fi
22505 { echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
22506 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6; }
22507 if test $emacs_cv_gettimeofday_two_arguments = no; then
22508
22509 cat >>confdefs.h <<\_ACEOF
22510 #define GETTIMEOFDAY_ONE_ARGUMENT 1
22511 _ACEOF
22512
22513 fi
22514 fi
22515 fi
22516
22517 ok_so_far=yes
22518 { echo "$as_me:$LINENO: checking for socket" >&5
22519 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
22520 if test "${ac_cv_func_socket+set}" = set; then
22521 echo $ECHO_N "(cached) $ECHO_C" >&6
22522 else
22523 cat >conftest.$ac_ext <<_ACEOF
22524 /* confdefs.h. */
22525 _ACEOF
22526 cat confdefs.h >>conftest.$ac_ext
22527 cat >>conftest.$ac_ext <<_ACEOF
22528 /* end confdefs.h. */
22529 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
22530 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22531 #define socket innocuous_socket
22532
22533 /* System header to define __stub macros and hopefully few prototypes,
22534 which can conflict with char socket (); below.
22535 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22536 <limits.h> exists even on freestanding compilers. */
22537
22538 #ifdef __STDC__
22539 # include <limits.h>
22540 #else
22541 # include <assert.h>
22542 #endif
22543
22544 #undef socket
22545
22546 /* Override any GCC internal prototype to avoid an error.
22547 Use char because int might match the return type of a GCC
22548 builtin and then its argument prototype would still apply. */
22549 #ifdef __cplusplus
22550 extern "C"
22551 #endif
22552 char socket ();
22553 /* The GNU C library defines this for functions which it implements
22554 to always fail with ENOSYS. Some functions are actually named
22555 something starting with __ and the normal name is an alias. */
22556 #if defined __stub_socket || defined __stub___socket
22557 choke me
22558 #endif
22559
22560 int
22561 main ()
22562 {
22563 return socket ();
22564 ;
22565 return 0;
22566 }
22567 _ACEOF
22568 rm -f conftest.$ac_objext conftest$ac_exeext
22569 if { (ac_try="$ac_link"
22570 case "(($ac_try" in
22571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22572 *) ac_try_echo=$ac_try;;
22573 esac
22574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22575 (eval "$ac_link") 2>conftest.er1
22576 ac_status=$?
22577 grep -v '^ *+' conftest.er1 >conftest.err
22578 rm -f conftest.er1
22579 cat conftest.err >&5
22580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22581 (exit $ac_status); } && {
22582 test -z "$ac_c_werror_flag" ||
22583 test ! -s conftest.err
22584 } && test -s conftest$ac_exeext &&
22585 $as_test_x conftest$ac_exeext; then
22586 ac_cv_func_socket=yes
22587 else
22588 echo "$as_me: failed program was:" >&5
22589 sed 's/^/| /' conftest.$ac_ext >&5
22590
22591 ac_cv_func_socket=no
22592 fi
22593
22594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22595 conftest$ac_exeext conftest.$ac_ext
22596 fi
22597 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
22598 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
22599 if test $ac_cv_func_socket = yes; then
22600 :
22601 else
22602 ok_so_far=no
22603 fi
22604
22605 if test $ok_so_far = yes; then
22606 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22607 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22608 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }
22609 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22610 echo $ECHO_N "(cached) $ECHO_C" >&6
22611 fi
22612 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22613 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
22614 else
22615 # Is the header compilable?
22616 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
22617 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; }
22618 cat >conftest.$ac_ext <<_ACEOF
22619 /* confdefs.h. */
22620 _ACEOF
22621 cat confdefs.h >>conftest.$ac_ext
22622 cat >>conftest.$ac_ext <<_ACEOF
22623 /* end confdefs.h. */
22624 $ac_includes_default
22625 #include <netinet/in.h>
22626 _ACEOF
22627 rm -f conftest.$ac_objext
22628 if { (ac_try="$ac_compile"
22629 case "(($ac_try" in
22630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22631 *) ac_try_echo=$ac_try;;
22632 esac
22633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22634 (eval "$ac_compile") 2>conftest.er1
22635 ac_status=$?
22636 grep -v '^ *+' conftest.er1 >conftest.err
22637 rm -f conftest.er1
22638 cat conftest.err >&5
22639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22640 (exit $ac_status); } && {
22641 test -z "$ac_c_werror_flag" ||
22642 test ! -s conftest.err
22643 } && test -s conftest.$ac_objext; then
22644 ac_header_compiler=yes
22645 else
22646 echo "$as_me: failed program was:" >&5
22647 sed 's/^/| /' conftest.$ac_ext >&5
22648
22649 ac_header_compiler=no
22650 fi
22651
22652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22653 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22654 echo "${ECHO_T}$ac_header_compiler" >&6; }
22655
22656 # Is the header present?
22657 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
22658 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; }
22659 cat >conftest.$ac_ext <<_ACEOF
22660 /* confdefs.h. */
22661 _ACEOF
22662 cat confdefs.h >>conftest.$ac_ext
22663 cat >>conftest.$ac_ext <<_ACEOF
22664 /* end confdefs.h. */
22665 #include <netinet/in.h>
22666 _ACEOF
22667 if { (ac_try="$ac_cpp conftest.$ac_ext"
22668 case "(($ac_try" in
22669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22670 *) ac_try_echo=$ac_try;;
22671 esac
22672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22673 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22674 ac_status=$?
22675 grep -v '^ *+' conftest.er1 >conftest.err
22676 rm -f conftest.er1
22677 cat conftest.err >&5
22678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22679 (exit $ac_status); } >/dev/null && {
22680 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22681 test ! -s conftest.err
22682 }; then
22683 ac_header_preproc=yes
22684 else
22685 echo "$as_me: failed program was:" >&5
22686 sed 's/^/| /' conftest.$ac_ext >&5
22687
22688 ac_header_preproc=no
22689 fi
22690
22691 rm -f conftest.err conftest.$ac_ext
22692 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22693 echo "${ECHO_T}$ac_header_preproc" >&6; }
22694
22695 # So? What about this header?
22696 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22697 yes:no: )
22698 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
22699 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22700 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
22701 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
22702 ac_header_preproc=yes
22703 ;;
22704 no:yes:* )
22705 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
22706 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
22707 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
22708 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
22709 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
22710 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
22711 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
22712 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
22713 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
22714 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
22715 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
22716 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
22717
22718 ;;
22719 esac
22720 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22721 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }
22722 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22723 echo $ECHO_N "(cached) $ECHO_C" >&6
22724 else
22725 ac_cv_header_netinet_in_h=$ac_header_preproc
22726 fi
22727 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22728 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
22729
22730 fi
22731 if test $ac_cv_header_netinet_in_h = yes; then
22732 :
22733 else
22734 ok_so_far=no
22735 fi
22736
22737
22738 fi
22739 if test $ok_so_far = yes; then
22740 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22741 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
22742 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }
22743 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22744 echo $ECHO_N "(cached) $ECHO_C" >&6
22745 fi
22746 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
22747 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
22748 else
22749 # Is the header compilable?
22750 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
22751 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; }
22752 cat >conftest.$ac_ext <<_ACEOF
22753 /* confdefs.h. */
22754 _ACEOF
22755 cat confdefs.h >>conftest.$ac_ext
22756 cat >>conftest.$ac_ext <<_ACEOF
22757 /* end confdefs.h. */
22758 $ac_includes_default
22759 #include <arpa/inet.h>
22760 _ACEOF
22761 rm -f conftest.$ac_objext
22762 if { (ac_try="$ac_compile"
22763 case "(($ac_try" in
22764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22765 *) ac_try_echo=$ac_try;;
22766 esac
22767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22768 (eval "$ac_compile") 2>conftest.er1
22769 ac_status=$?
22770 grep -v '^ *+' conftest.er1 >conftest.err
22771 rm -f conftest.er1
22772 cat conftest.err >&5
22773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22774 (exit $ac_status); } && {
22775 test -z "$ac_c_werror_flag" ||
22776 test ! -s conftest.err
22777 } && test -s conftest.$ac_objext; then
22778 ac_header_compiler=yes
22779 else
22780 echo "$as_me: failed program was:" >&5
22781 sed 's/^/| /' conftest.$ac_ext >&5
22782
22783 ac_header_compiler=no
22784 fi
22785
22786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22787 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22788 echo "${ECHO_T}$ac_header_compiler" >&6; }
22789
22790 # Is the header present?
22791 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
22792 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; }
22793 cat >conftest.$ac_ext <<_ACEOF
22794 /* confdefs.h. */
22795 _ACEOF
22796 cat confdefs.h >>conftest.$ac_ext
22797 cat >>conftest.$ac_ext <<_ACEOF
22798 /* end confdefs.h. */
22799 #include <arpa/inet.h>
22800 _ACEOF
22801 if { (ac_try="$ac_cpp conftest.$ac_ext"
22802 case "(($ac_try" in
22803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22804 *) ac_try_echo=$ac_try;;
22805 esac
22806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22807 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22808 ac_status=$?
22809 grep -v '^ *+' conftest.er1 >conftest.err
22810 rm -f conftest.er1
22811 cat conftest.err >&5
22812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22813 (exit $ac_status); } >/dev/null && {
22814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22815 test ! -s conftest.err
22816 }; then
22817 ac_header_preproc=yes
22818 else
22819 echo "$as_me: failed program was:" >&5
22820 sed 's/^/| /' conftest.$ac_ext >&5
22821
22822 ac_header_preproc=no
22823 fi
22824
22825 rm -f conftest.err conftest.$ac_ext
22826 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22827 echo "${ECHO_T}$ac_header_preproc" >&6; }
22828
22829 # So? What about this header?
22830 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22831 yes:no: )
22832 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
22833 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22834 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
22835 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
22836 ac_header_preproc=yes
22837 ;;
22838 no:yes:* )
22839 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
22840 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
22841 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
22842 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
22843 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
22844 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
22845 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
22846 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
22847 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
22848 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
22849 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
22850 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
22851
22852 ;;
22853 esac
22854 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
22855 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }
22856 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22857 echo $ECHO_N "(cached) $ECHO_C" >&6
22858 else
22859 ac_cv_header_arpa_inet_h=$ac_header_preproc
22860 fi
22861 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
22862 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
22863
22864 fi
22865 if test $ac_cv_header_arpa_inet_h = yes; then
22866 :
22867 else
22868 ok_so_far=no
22869 fi
22870
22871
22872 fi
22873 if test $ok_so_far = yes; then
22874
22875 cat >>confdefs.h <<\_ACEOF
22876 #define HAVE_INET_SOCKETS 1
22877 _ACEOF
22878
22879 fi
22880
22881
22882 for ac_header in sys/ioctl.h
22883 do
22884 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22886 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22887 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22888 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22889 echo $ECHO_N "(cached) $ECHO_C" >&6
22890 fi
22891 ac_res=`eval echo '${'$as_ac_Header'}'`
22892 { echo "$as_me:$LINENO: result: $ac_res" >&5
22893 echo "${ECHO_T}$ac_res" >&6; }
22894 else
22895 # Is the header compilable?
22896 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22897 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22898 cat >conftest.$ac_ext <<_ACEOF
22899 /* confdefs.h. */
22900 _ACEOF
22901 cat confdefs.h >>conftest.$ac_ext
22902 cat >>conftest.$ac_ext <<_ACEOF
22903 /* end confdefs.h. */
22904 $ac_includes_default
22905 #include <$ac_header>
22906 _ACEOF
22907 rm -f conftest.$ac_objext
22908 if { (ac_try="$ac_compile"
22909 case "(($ac_try" in
22910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22911 *) ac_try_echo=$ac_try;;
22912 esac
22913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22914 (eval "$ac_compile") 2>conftest.er1
22915 ac_status=$?
22916 grep -v '^ *+' conftest.er1 >conftest.err
22917 rm -f conftest.er1
22918 cat conftest.err >&5
22919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22920 (exit $ac_status); } && {
22921 test -z "$ac_c_werror_flag" ||
22922 test ! -s conftest.err
22923 } && test -s conftest.$ac_objext; then
22924 ac_header_compiler=yes
22925 else
22926 echo "$as_me: failed program was:" >&5
22927 sed 's/^/| /' conftest.$ac_ext >&5
22928
22929 ac_header_compiler=no
22930 fi
22931
22932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22933 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22934 echo "${ECHO_T}$ac_header_compiler" >&6; }
22935
22936 # Is the header present?
22937 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22938 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22939 cat >conftest.$ac_ext <<_ACEOF
22940 /* confdefs.h. */
22941 _ACEOF
22942 cat confdefs.h >>conftest.$ac_ext
22943 cat >>conftest.$ac_ext <<_ACEOF
22944 /* end confdefs.h. */
22945 #include <$ac_header>
22946 _ACEOF
22947 if { (ac_try="$ac_cpp conftest.$ac_ext"
22948 case "(($ac_try" in
22949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22950 *) ac_try_echo=$ac_try;;
22951 esac
22952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22953 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22954 ac_status=$?
22955 grep -v '^ *+' conftest.er1 >conftest.err
22956 rm -f conftest.er1
22957 cat conftest.err >&5
22958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22959 (exit $ac_status); } >/dev/null && {
22960 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22961 test ! -s conftest.err
22962 }; then
22963 ac_header_preproc=yes
22964 else
22965 echo "$as_me: failed program was:" >&5
22966 sed 's/^/| /' conftest.$ac_ext >&5
22967
22968 ac_header_preproc=no
22969 fi
22970
22971 rm -f conftest.err conftest.$ac_ext
22972 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22973 echo "${ECHO_T}$ac_header_preproc" >&6; }
22974
22975 # So? What about this header?
22976 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22977 yes:no: )
22978 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22979 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22981 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22982 ac_header_preproc=yes
22983 ;;
22984 no:yes:* )
22985 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22986 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22987 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22988 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22989 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22990 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22991 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22992 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22993 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22994 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22995 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22996 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22997
22998 ;;
22999 esac
23000 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23001 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23002 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23003 echo $ECHO_N "(cached) $ECHO_C" >&6
23004 else
23005 eval "$as_ac_Header=\$ac_header_preproc"
23006 fi
23007 ac_res=`eval echo '${'$as_ac_Header'}'`
23008 { echo "$as_me:$LINENO: result: $ac_res" >&5
23009 echo "${ECHO_T}$ac_res" >&6; }
23010
23011 fi
23012 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23013 cat >>confdefs.h <<_ACEOF
23014 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23015 _ACEOF
23016
23017 fi
23018
23019 done
23020
23021
23022 if test -f /usr/lpp/X11/bin/smt.exp; then
23023
23024 cat >>confdefs.h <<\_ACEOF
23025 #define HAVE_AIX_SMT_EXP 1
23026 _ACEOF
23027
23028 fi
23029
23030 { echo "$as_me:$LINENO: checking whether system supports dynamic ptys" >&5
23031 echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6; }
23032 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
23033 { echo "$as_me:$LINENO: result: yes" >&5
23034 echo "${ECHO_T}yes" >&6; }
23035
23036 cat >>confdefs.h <<\_ACEOF
23037 #define HAVE_DEV_PTMX 1
23038 _ACEOF
23039
23040 else
23041 { echo "$as_me:$LINENO: result: no" >&5
23042 echo "${ECHO_T}no" >&6; }
23043 fi
23044
23045 { echo "$as_me:$LINENO: checking for pid_t" >&5
23046 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
23047 if test "${ac_cv_type_pid_t+set}" = set; then
23048 echo $ECHO_N "(cached) $ECHO_C" >&6
23049 else
23050 cat >conftest.$ac_ext <<_ACEOF
23051 /* confdefs.h. */
23052 _ACEOF
23053 cat confdefs.h >>conftest.$ac_ext
23054 cat >>conftest.$ac_ext <<_ACEOF
23055 /* end confdefs.h. */
23056 $ac_includes_default
23057 typedef pid_t ac__type_new_;
23058 int
23059 main ()
23060 {
23061 if ((ac__type_new_ *) 0)
23062 return 0;
23063 if (sizeof (ac__type_new_))
23064 return 0;
23065 ;
23066 return 0;
23067 }
23068 _ACEOF
23069 rm -f conftest.$ac_objext
23070 if { (ac_try="$ac_compile"
23071 case "(($ac_try" in
23072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23073 *) ac_try_echo=$ac_try;;
23074 esac
23075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23076 (eval "$ac_compile") 2>conftest.er1
23077 ac_status=$?
23078 grep -v '^ *+' conftest.er1 >conftest.err
23079 rm -f conftest.er1
23080 cat conftest.err >&5
23081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23082 (exit $ac_status); } && {
23083 test -z "$ac_c_werror_flag" ||
23084 test ! -s conftest.err
23085 } && test -s conftest.$ac_objext; then
23086 ac_cv_type_pid_t=yes
23087 else
23088 echo "$as_me: failed program was:" >&5
23089 sed 's/^/| /' conftest.$ac_ext >&5
23090
23091 ac_cv_type_pid_t=no
23092 fi
23093
23094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23095 fi
23096 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
23097 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
23098 if test $ac_cv_type_pid_t = yes; then
23099 :
23100 else
23101
23102 cat >>confdefs.h <<_ACEOF
23103 #define pid_t int
23104 _ACEOF
23105
23106 fi
23107
23108
23109 for ac_header in vfork.h
23110 do
23111 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23112 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23113 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23114 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23115 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23116 echo $ECHO_N "(cached) $ECHO_C" >&6
23117 fi
23118 ac_res=`eval echo '${'$as_ac_Header'}'`
23119 { echo "$as_me:$LINENO: result: $ac_res" >&5
23120 echo "${ECHO_T}$ac_res" >&6; }
23121 else
23122 # Is the header compilable?
23123 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
23124 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
23125 cat >conftest.$ac_ext <<_ACEOF
23126 /* confdefs.h. */
23127 _ACEOF
23128 cat confdefs.h >>conftest.$ac_ext
23129 cat >>conftest.$ac_ext <<_ACEOF
23130 /* end confdefs.h. */
23131 $ac_includes_default
23132 #include <$ac_header>
23133 _ACEOF
23134 rm -f conftest.$ac_objext
23135 if { (ac_try="$ac_compile"
23136 case "(($ac_try" in
23137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23138 *) ac_try_echo=$ac_try;;
23139 esac
23140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23141 (eval "$ac_compile") 2>conftest.er1
23142 ac_status=$?
23143 grep -v '^ *+' conftest.er1 >conftest.err
23144 rm -f conftest.er1
23145 cat conftest.err >&5
23146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23147 (exit $ac_status); } && {
23148 test -z "$ac_c_werror_flag" ||
23149 test ! -s conftest.err
23150 } && test -s conftest.$ac_objext; then
23151 ac_header_compiler=yes
23152 else
23153 echo "$as_me: failed program was:" >&5
23154 sed 's/^/| /' conftest.$ac_ext >&5
23155
23156 ac_header_compiler=no
23157 fi
23158
23159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23160 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23161 echo "${ECHO_T}$ac_header_compiler" >&6; }
23162
23163 # Is the header present?
23164 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
23165 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
23166 cat >conftest.$ac_ext <<_ACEOF
23167 /* confdefs.h. */
23168 _ACEOF
23169 cat confdefs.h >>conftest.$ac_ext
23170 cat >>conftest.$ac_ext <<_ACEOF
23171 /* end confdefs.h. */
23172 #include <$ac_header>
23173 _ACEOF
23174 if { (ac_try="$ac_cpp conftest.$ac_ext"
23175 case "(($ac_try" in
23176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23177 *) ac_try_echo=$ac_try;;
23178 esac
23179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23180 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23181 ac_status=$?
23182 grep -v '^ *+' conftest.er1 >conftest.err
23183 rm -f conftest.er1
23184 cat conftest.err >&5
23185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23186 (exit $ac_status); } >/dev/null && {
23187 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23188 test ! -s conftest.err
23189 }; then
23190 ac_header_preproc=yes
23191 else
23192 echo "$as_me: failed program was:" >&5
23193 sed 's/^/| /' conftest.$ac_ext >&5
23194
23195 ac_header_preproc=no
23196 fi
23197
23198 rm -f conftest.err conftest.$ac_ext
23199 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23200 echo "${ECHO_T}$ac_header_preproc" >&6; }
23201
23202 # So? What about this header?
23203 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23204 yes:no: )
23205 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23206 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23207 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23208 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23209 ac_header_preproc=yes
23210 ;;
23211 no:yes:* )
23212 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23213 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23214 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23215 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23216 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23217 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23218 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23219 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23220 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23221 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23222 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23223 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23224
23225 ;;
23226 esac
23227 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23228 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23229 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23230 echo $ECHO_N "(cached) $ECHO_C" >&6
23231 else
23232 eval "$as_ac_Header=\$ac_header_preproc"
23233 fi
23234 ac_res=`eval echo '${'$as_ac_Header'}'`
23235 { echo "$as_me:$LINENO: result: $ac_res" >&5
23236 echo "${ECHO_T}$ac_res" >&6; }
23237
23238 fi
23239 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23240 cat >>confdefs.h <<_ACEOF
23241 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23242 _ACEOF
23243
23244 fi
23245
23246 done
23247
23248
23249
23250 for ac_func in fork vfork
23251 do
23252 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23253 { echo "$as_me:$LINENO: checking for $ac_func" >&5
23254 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
23255 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
23256 echo $ECHO_N "(cached) $ECHO_C" >&6
23257 else
23258 cat >conftest.$ac_ext <<_ACEOF
23259 /* confdefs.h. */
23260 _ACEOF
23261 cat confdefs.h >>conftest.$ac_ext
23262 cat >>conftest.$ac_ext <<_ACEOF
23263 /* end confdefs.h. */
23264 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23265 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23266 #define $ac_func innocuous_$ac_func
23267
23268 /* System header to define __stub macros and hopefully few prototypes,
23269 which can conflict with char $ac_func (); below.
23270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23271 <limits.h> exists even on freestanding compilers. */
23272
23273 #ifdef __STDC__
23274 # include <limits.h>
23275 #else
23276 # include <assert.h>
23277 #endif
23278
23279 #undef $ac_func
23280
23281 /* Override any GCC internal prototype to avoid an error.
23282 Use char because int might match the return type of a GCC
23283 builtin and then its argument prototype would still apply. */
23284 #ifdef __cplusplus
23285 extern "C"
23286 #endif
23287 char $ac_func ();
23288 /* The GNU C library defines this for functions which it implements
23289 to always fail with ENOSYS. Some functions are actually named
23290 something starting with __ and the normal name is an alias. */
23291 #if defined __stub_$ac_func || defined __stub___$ac_func
23292 choke me
23293 #endif
23294
23295 int
23296 main ()
23297 {
23298 return $ac_func ();
23299 ;
23300 return 0;
23301 }
23302 _ACEOF
23303 rm -f conftest.$ac_objext conftest$ac_exeext
23304 if { (ac_try="$ac_link"
23305 case "(($ac_try" in
23306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23307 *) ac_try_echo=$ac_try;;
23308 esac
23309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23310 (eval "$ac_link") 2>conftest.er1
23311 ac_status=$?
23312 grep -v '^ *+' conftest.er1 >conftest.err
23313 rm -f conftest.er1
23314 cat conftest.err >&5
23315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23316 (exit $ac_status); } && {
23317 test -z "$ac_c_werror_flag" ||
23318 test ! -s conftest.err
23319 } && test -s conftest$ac_exeext &&
23320 $as_test_x conftest$ac_exeext; then
23321 eval "$as_ac_var=yes"
23322 else
23323 echo "$as_me: failed program was:" >&5
23324 sed 's/^/| /' conftest.$ac_ext >&5
23325
23326 eval "$as_ac_var=no"
23327 fi
23328
23329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23330 conftest$ac_exeext conftest.$ac_ext
23331 fi
23332 ac_res=`eval echo '${'$as_ac_var'}'`
23333 { echo "$as_me:$LINENO: result: $ac_res" >&5
23334 echo "${ECHO_T}$ac_res" >&6; }
23335 if test `eval echo '${'$as_ac_var'}'` = yes; then
23336 cat >>confdefs.h <<_ACEOF
23337 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23338 _ACEOF
23339
23340 fi
23341 done
23342
23343 if test "x$ac_cv_func_fork" = xyes; then
23344 { echo "$as_me:$LINENO: checking for working fork" >&5
23345 echo $ECHO_N "checking for working fork... $ECHO_C" >&6; }
23346 if test "${ac_cv_func_fork_works+set}" = set; then
23347 echo $ECHO_N "(cached) $ECHO_C" >&6
23348 else
23349 if test "$cross_compiling" = yes; then
23350 ac_cv_func_fork_works=cross
23351 else
23352 cat >conftest.$ac_ext <<_ACEOF
23353 /* confdefs.h. */
23354 _ACEOF
23355 cat confdefs.h >>conftest.$ac_ext
23356 cat >>conftest.$ac_ext <<_ACEOF
23357 /* end confdefs.h. */
23358 $ac_includes_default
23359 int
23360 main ()
23361 {
23362
23363 /* By Ruediger Kuhlmann. */
23364 return fork () < 0;
23365
23366 ;
23367 return 0;
23368 }
23369 _ACEOF
23370 rm -f conftest$ac_exeext
23371 if { (ac_try="$ac_link"
23372 case "(($ac_try" in
23373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23374 *) ac_try_echo=$ac_try;;
23375 esac
23376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23377 (eval "$ac_link") 2>&5
23378 ac_status=$?
23379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23380 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23381 { (case "(($ac_try" in
23382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23383 *) ac_try_echo=$ac_try;;
23384 esac
23385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23386 (eval "$ac_try") 2>&5
23387 ac_status=$?
23388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23389 (exit $ac_status); }; }; then
23390 ac_cv_func_fork_works=yes
23391 else
23392 echo "$as_me: program exited with status $ac_status" >&5
23393 echo "$as_me: failed program was:" >&5
23394 sed 's/^/| /' conftest.$ac_ext >&5
23395
23396 ( exit $ac_status )
23397 ac_cv_func_fork_works=no
23398 fi
23399 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23400 fi
23401
23402
23403 fi
23404 { echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
23405 echo "${ECHO_T}$ac_cv_func_fork_works" >&6; }
23406
23407 else
23408 ac_cv_func_fork_works=$ac_cv_func_fork
23409 fi
23410 if test "x$ac_cv_func_fork_works" = xcross; then
23411 case $host in
23412 *-*-amigaos* | *-*-msdosdjgpp*)
23413 # Override, as these systems have only a dummy fork() stub
23414 ac_cv_func_fork_works=no
23415 ;;
23416 *)
23417 ac_cv_func_fork_works=yes
23418 ;;
23419 esac
23420 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
23421 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
23422 fi
23423 ac_cv_func_vfork_works=$ac_cv_func_vfork
23424 if test "x$ac_cv_func_vfork" = xyes; then
23425 { echo "$as_me:$LINENO: checking for working vfork" >&5
23426 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6; }
23427 if test "${ac_cv_func_vfork_works+set}" = set; then
23428 echo $ECHO_N "(cached) $ECHO_C" >&6
23429 else
23430 if test "$cross_compiling" = yes; then
23431 ac_cv_func_vfork_works=cross
23432 else
23433 cat >conftest.$ac_ext <<_ACEOF
23434 /* confdefs.h. */
23435 _ACEOF
23436 cat confdefs.h >>conftest.$ac_ext
23437 cat >>conftest.$ac_ext <<_ACEOF
23438 /* end confdefs.h. */
23439 /* Thanks to Paul Eggert for this test. */
23440 $ac_includes_default
23441 #include <sys/wait.h>
23442 #ifdef HAVE_VFORK_H
23443 # include <vfork.h>
23444 #endif
23445 /* On some sparc systems, changes by the child to local and incoming
23446 argument registers are propagated back to the parent. The compiler
23447 is told about this with #include <vfork.h>, but some compilers
23448 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
23449 static variable whose address is put into a register that is
23450 clobbered by the vfork. */
23451 static void
23452 #ifdef __cplusplus
23453 sparc_address_test (int arg)
23454 # else
23455 sparc_address_test (arg) int arg;
23456 #endif
23457 {
23458 static pid_t child;
23459 if (!child) {
23460 child = vfork ();
23461 if (child < 0) {
23462 perror ("vfork");
23463 _exit(2);
23464 }
23465 if (!child) {
23466 arg = getpid();
23467 write(-1, "", 0);
23468 _exit (arg);
23469 }
23470 }
23471 }
23472
23473 int
23474 main ()
23475 {
23476 pid_t parent = getpid ();
23477 pid_t child;
23478
23479 sparc_address_test (0);
23480
23481 child = vfork ();
23482
23483 if (child == 0) {
23484 /* Here is another test for sparc vfork register problems. This
23485 test uses lots of local variables, at least as many local
23486 variables as main has allocated so far including compiler
23487 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
23488 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
23489 reuse the register of parent for one of the local variables,
23490 since it will think that parent can't possibly be used any more
23491 in this routine. Assigning to the local variable will thus
23492 munge parent in the parent process. */
23493 pid_t
23494 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
23495 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
23496 /* Convince the compiler that p..p7 are live; otherwise, it might
23497 use the same hardware register for all 8 local variables. */
23498 if (p != p1 || p != p2 || p != p3 || p != p4
23499 || p != p5 || p != p6 || p != p7)
23500 _exit(1);
23501
23502 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
23503 from child file descriptors. If the child closes a descriptor
23504 before it execs or exits, this munges the parent's descriptor
23505 as well. Test for this by closing stdout in the child. */
23506 _exit(close(fileno(stdout)) != 0);
23507 } else {
23508 int status;
23509 struct stat st;
23510
23511 while (wait(&status) != child)
23512 ;
23513 return (
23514 /* Was there some problem with vforking? */
23515 child < 0
23516
23517 /* Did the child fail? (This shouldn't happen.) */
23518 || status
23519
23520 /* Did the vfork/compiler bug occur? */
23521 || parent != getpid()
23522
23523 /* Did the file descriptor bug occur? */
23524 || fstat(fileno(stdout), &st) != 0
23525 );
23526 }
23527 }
23528 _ACEOF
23529 rm -f conftest$ac_exeext
23530 if { (ac_try="$ac_link"
23531 case "(($ac_try" in
23532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23533 *) ac_try_echo=$ac_try;;
23534 esac
23535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23536 (eval "$ac_link") 2>&5
23537 ac_status=$?
23538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23539 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23540 { (case "(($ac_try" in
23541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23542 *) ac_try_echo=$ac_try;;
23543 esac
23544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23545 (eval "$ac_try") 2>&5
23546 ac_status=$?
23547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23548 (exit $ac_status); }; }; then
23549 ac_cv_func_vfork_works=yes
23550 else
23551 echo "$as_me: program exited with status $ac_status" >&5
23552 echo "$as_me: failed program was:" >&5
23553 sed 's/^/| /' conftest.$ac_ext >&5
23554
23555 ( exit $ac_status )
23556 ac_cv_func_vfork_works=no
23557 fi
23558 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23559 fi
23560
23561
23562 fi
23563 { echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
23564 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; }
23565
23566 fi;
23567 if test "x$ac_cv_func_fork_works" = xcross; then
23568 ac_cv_func_vfork_works=$ac_cv_func_vfork
23569 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
23570 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
23571 fi
23572
23573 if test "x$ac_cv_func_vfork_works" = xyes; then
23574
23575 cat >>confdefs.h <<\_ACEOF
23576 #define HAVE_WORKING_VFORK 1
23577 _ACEOF
23578
23579 else
23580
23581 cat >>confdefs.h <<\_ACEOF
23582 #define vfork fork
23583 _ACEOF
23584
23585 fi
23586 if test "x$ac_cv_func_fork_works" = xyes; then
23587
23588 cat >>confdefs.h <<\_ACEOF
23589 #define HAVE_WORKING_FORK 1
23590 _ACEOF
23591
23592 fi
23593
23594
23595 { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
23596 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }
23597 if test "${emacs_cv_langinfo_codeset+set}" = set; then
23598 echo $ECHO_N "(cached) $ECHO_C" >&6
23599 else
23600 cat >conftest.$ac_ext <<_ACEOF
23601 /* confdefs.h. */
23602 _ACEOF
23603 cat confdefs.h >>conftest.$ac_ext
23604 cat >>conftest.$ac_ext <<_ACEOF
23605 /* end confdefs.h. */
23606 #include <langinfo.h>
23607 int
23608 main ()
23609 {
23610 char* cs = nl_langinfo(CODESET);
23611 ;
23612 return 0;
23613 }
23614 _ACEOF
23615 rm -f conftest.$ac_objext conftest$ac_exeext
23616 if { (ac_try="$ac_link"
23617 case "(($ac_try" in
23618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23619 *) ac_try_echo=$ac_try;;
23620 esac
23621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23622 (eval "$ac_link") 2>conftest.er1
23623 ac_status=$?
23624 grep -v '^ *+' conftest.er1 >conftest.err
23625 rm -f conftest.er1
23626 cat conftest.err >&5
23627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23628 (exit $ac_status); } && {
23629 test -z "$ac_c_werror_flag" ||
23630 test ! -s conftest.err
23631 } && test -s conftest$ac_exeext &&
23632 $as_test_x conftest$ac_exeext; then
23633 emacs_cv_langinfo_codeset=yes
23634 else
23635 echo "$as_me: failed program was:" >&5
23636 sed 's/^/| /' conftest.$ac_ext >&5
23637
23638 emacs_cv_langinfo_codeset=no
23639 fi
23640
23641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23642 conftest$ac_exeext conftest.$ac_ext
23643
23644 fi
23645 { echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
23646 echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6; }
23647 if test $emacs_cv_langinfo_codeset = yes; then
23648
23649 cat >>confdefs.h <<\_ACEOF
23650 #define HAVE_LANGINFO_CODESET 1
23651 _ACEOF
23652
23653 fi
23654
23655 { echo "$as_me:$LINENO: checking for size_t" >&5
23656 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
23657 if test "${ac_cv_type_size_t+set}" = set; then
23658 echo $ECHO_N "(cached) $ECHO_C" >&6
23659 else
23660 cat >conftest.$ac_ext <<_ACEOF
23661 /* confdefs.h. */
23662 _ACEOF
23663 cat confdefs.h >>conftest.$ac_ext
23664 cat >>conftest.$ac_ext <<_ACEOF
23665 /* end confdefs.h. */
23666 $ac_includes_default
23667 typedef size_t ac__type_new_;
23668 int
23669 main ()
23670 {
23671 if ((ac__type_new_ *) 0)
23672 return 0;
23673 if (sizeof (ac__type_new_))
23674 return 0;
23675 ;
23676 return 0;
23677 }
23678 _ACEOF
23679 rm -f conftest.$ac_objext
23680 if { (ac_try="$ac_compile"
23681 case "(($ac_try" in
23682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23683 *) ac_try_echo=$ac_try;;
23684 esac
23685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23686 (eval "$ac_compile") 2>conftest.er1
23687 ac_status=$?
23688 grep -v '^ *+' conftest.er1 >conftest.err
23689 rm -f conftest.er1
23690 cat conftest.err >&5
23691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23692 (exit $ac_status); } && {
23693 test -z "$ac_c_werror_flag" ||
23694 test ! -s conftest.err
23695 } && test -s conftest.$ac_objext; then
23696 ac_cv_type_size_t=yes
23697 else
23698 echo "$as_me: failed program was:" >&5
23699 sed 's/^/| /' conftest.$ac_ext >&5
23700
23701 ac_cv_type_size_t=no
23702 fi
23703
23704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23705 fi
23706 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
23707 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
23708 if test $ac_cv_type_size_t = yes; then
23709
23710 cat >>confdefs.h <<_ACEOF
23711 #define HAVE_SIZE_T 1
23712 _ACEOF
23713
23714
23715 fi
23716
23717
23718 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
23719 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
23720 if test "${ac_cv_type_mbstate_t+set}" = set; then
23721 echo $ECHO_N "(cached) $ECHO_C" >&6
23722 else
23723 cat >conftest.$ac_ext <<_ACEOF
23724 /* confdefs.h. */
23725 _ACEOF
23726 cat confdefs.h >>conftest.$ac_ext
23727 cat >>conftest.$ac_ext <<_ACEOF
23728 /* end confdefs.h. */
23729 $ac_includes_default
23730 # include <wchar.h>
23731 int
23732 main ()
23733 {
23734 mbstate_t x; return sizeof x;
23735 ;
23736 return 0;
23737 }
23738 _ACEOF
23739 rm -f conftest.$ac_objext
23740 if { (ac_try="$ac_compile"
23741 case "(($ac_try" in
23742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23743 *) ac_try_echo=$ac_try;;
23744 esac
23745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23746 (eval "$ac_compile") 2>conftest.er1
23747 ac_status=$?
23748 grep -v '^ *+' conftest.er1 >conftest.err
23749 rm -f conftest.er1
23750 cat conftest.err >&5
23751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23752 (exit $ac_status); } && {
23753 test -z "$ac_c_werror_flag" ||
23754 test ! -s conftest.err
23755 } && test -s conftest.$ac_objext; then
23756 ac_cv_type_mbstate_t=yes
23757 else
23758 echo "$as_me: failed program was:" >&5
23759 sed 's/^/| /' conftest.$ac_ext >&5
23760
23761 ac_cv_type_mbstate_t=no
23762 fi
23763
23764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23765 fi
23766 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
23767 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
23768 if test $ac_cv_type_mbstate_t = yes; then
23769
23770 cat >>confdefs.h <<\_ACEOF
23771 #define HAVE_MBSTATE_T 1
23772 _ACEOF
23773
23774 else
23775
23776 cat >>confdefs.h <<\_ACEOF
23777 #define mbstate_t int
23778 _ACEOF
23779
23780 fi
23781
23782 { echo "$as_me:$LINENO: checking for C restrict keyword" >&5
23783 echo $ECHO_N "checking for C restrict keyword... $ECHO_C" >&6; }
23784 if test "${emacs_cv_c_restrict+set}" = set; then
23785 echo $ECHO_N "(cached) $ECHO_C" >&6
23786 else
23787 cat >conftest.$ac_ext <<_ACEOF
23788 /* confdefs.h. */
23789 _ACEOF
23790 cat confdefs.h >>conftest.$ac_ext
23791 cat >>conftest.$ac_ext <<_ACEOF
23792 /* end confdefs.h. */
23793 void fred (int *restrict x);
23794 int
23795 main ()
23796 {
23797
23798 ;
23799 return 0;
23800 }
23801 _ACEOF
23802 rm -f conftest.$ac_objext
23803 if { (ac_try="$ac_compile"
23804 case "(($ac_try" in
23805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23806 *) ac_try_echo=$ac_try;;
23807 esac
23808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23809 (eval "$ac_compile") 2>conftest.er1
23810 ac_status=$?
23811 grep -v '^ *+' conftest.er1 >conftest.err
23812 rm -f conftest.er1
23813 cat conftest.err >&5
23814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23815 (exit $ac_status); } && {
23816 test -z "$ac_c_werror_flag" ||
23817 test ! -s conftest.err
23818 } && test -s conftest.$ac_objext; then
23819 emacs_cv_c_restrict=yes
23820 else
23821 echo "$as_me: failed program was:" >&5
23822 sed 's/^/| /' conftest.$ac_ext >&5
23823
23824 cat >conftest.$ac_ext <<_ACEOF
23825 /* confdefs.h. */
23826 _ACEOF
23827 cat confdefs.h >>conftest.$ac_ext
23828 cat >>conftest.$ac_ext <<_ACEOF
23829 /* end confdefs.h. */
23830 void fred (int *__restrict x);
23831 int
23832 main ()
23833 {
23834
23835 ;
23836 return 0;
23837 }
23838 _ACEOF
23839 rm -f conftest.$ac_objext
23840 if { (ac_try="$ac_compile"
23841 case "(($ac_try" in
23842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23843 *) ac_try_echo=$ac_try;;
23844 esac
23845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23846 (eval "$ac_compile") 2>conftest.er1
23847 ac_status=$?
23848 grep -v '^ *+' conftest.er1 >conftest.err
23849 rm -f conftest.er1
23850 cat conftest.err >&5
23851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23852 (exit $ac_status); } && {
23853 test -z "$ac_c_werror_flag" ||
23854 test ! -s conftest.err
23855 } && test -s conftest.$ac_objext; then
23856 emacs_cv_c_restrict=__restrict
23857 else
23858 echo "$as_me: failed program was:" >&5
23859 sed 's/^/| /' conftest.$ac_ext >&5
23860
23861 emacs_cv_c_restrict=no
23862 fi
23863
23864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23865 fi
23866
23867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23868 fi
23869 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
23870 echo "${ECHO_T}$emacs_cv_c_restrict" >&6; }
23871 case "$emacs_cv_c_restrict" in
23872 yes) emacs_restrict=restrict;;
23873 no) emacs_restrict="";;
23874 *) emacs_restrict="$emacs_cv_c_restrict";;
23875 esac
23876 if test "$emacs_restrict" != __restrict; then
23877
23878 cat >>confdefs.h <<_ACEOF
23879 #define __restrict $emacs_restrict
23880 _ACEOF
23881
23882 fi
23883
23884 { echo "$as_me:$LINENO: checking for C restricted array declarations" >&5
23885 echo $ECHO_N "checking for C restricted array declarations... $ECHO_C" >&6; }
23886 if test "${emacs_cv_c_restrict_arr+set}" = set; then
23887 echo $ECHO_N "(cached) $ECHO_C" >&6
23888 else
23889 cat >conftest.$ac_ext <<_ACEOF
23890 /* confdefs.h. */
23891 _ACEOF
23892 cat confdefs.h >>conftest.$ac_ext
23893 cat >>conftest.$ac_ext <<_ACEOF
23894 /* end confdefs.h. */
23895 void fred (int x[__restrict]);
23896 int
23897 main ()
23898 {
23899
23900 ;
23901 return 0;
23902 }
23903 _ACEOF
23904 rm -f conftest.$ac_objext
23905 if { (ac_try="$ac_compile"
23906 case "(($ac_try" in
23907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23908 *) ac_try_echo=$ac_try;;
23909 esac
23910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23911 (eval "$ac_compile") 2>conftest.er1
23912 ac_status=$?
23913 grep -v '^ *+' conftest.er1 >conftest.err
23914 rm -f conftest.er1
23915 cat conftest.err >&5
23916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23917 (exit $ac_status); } && {
23918 test -z "$ac_c_werror_flag" ||
23919 test ! -s conftest.err
23920 } && test -s conftest.$ac_objext; then
23921 emacs_cv_c_restrict_arr=yes
23922 else
23923 echo "$as_me: failed program was:" >&5
23924 sed 's/^/| /' conftest.$ac_ext >&5
23925
23926 emacs_cv_c_restrict_arr=no
23927 fi
23928
23929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23930 fi
23931 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
23932 echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6; }
23933 if test "$emacs_cv_c_restrict_arr" = yes; then
23934
23935 cat >>confdefs.h <<\_ACEOF
23936 #define __restrict_arr __restrict
23937 _ACEOF
23938
23939 fi
23940
23941
23942
23943 # Set up the CFLAGS for real compilation, so we can substitute it.
23944 CFLAGS="$REAL_CFLAGS"
23945 CPPFLAGS="$REAL_CPPFLAGS"
23946
23947 #### Find out which version of Emacs this is.
23948 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
23949 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
23950 if test x"${version}" = x; then
23951 { { echo "$as_me:$LINENO: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
23952 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
23953 { (exit 1); exit 1; }; }
23954 fi
23955
23956 ### Specify what sort of things we'll be editing into Makefile and config.h.
23957 ### Use configuration here uncanonicalized to avoid exceeding size limits.
23958
23959
23960
23961
23962
23963
23964
23965
23966
23967
23968
23969
23970
23971
23972
23973
23974
23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
23985
23986
23987
23988
23989
23990
23991
23992
23993 cat >>confdefs.h <<_ACEOF
23994 #define EMACS_CONFIGURATION "${canonical}"
23995 _ACEOF
23996
23997
23998 cat >>confdefs.h <<_ACEOF
23999 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
24000 _ACEOF
24001
24002
24003 cat >>confdefs.h <<_ACEOF
24004 #define config_machfile "${machfile}"
24005 _ACEOF
24006
24007
24008 cat >>confdefs.h <<_ACEOF
24009 #define config_opsysfile "${opsysfile}"
24010 _ACEOF
24011
24012
24013 cat >>confdefs.h <<_ACEOF
24014 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE}
24015 _ACEOF
24016
24017
24018 cat >>confdefs.h <<_ACEOF
24019 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX}
24020 _ACEOF
24021
24022
24023 cat >>confdefs.h <<_ACEOF
24024 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE}
24025 _ACEOF
24026
24027
24028 cat >>confdefs.h <<_ACEOF
24029 #define UNEXEC_SRC ${UNEXEC_SRC}
24030 _ACEOF
24031
24032
24033 if test "${HAVE_X_WINDOWS}" = "yes" ; then
24034
24035 cat >>confdefs.h <<\_ACEOF
24036 #define HAVE_X_WINDOWS 1
24037 _ACEOF
24038
24039 fi
24040 if test "${USE_X_TOOLKIT}" != "none" ; then
24041
24042 cat >>confdefs.h <<\_ACEOF
24043 #define USE_X_TOOLKIT 1
24044 _ACEOF
24045
24046 fi
24047 if test "${HAVE_X11}" = "yes" ; then
24048
24049 cat >>confdefs.h <<\_ACEOF
24050 #define HAVE_X11 1
24051 _ACEOF
24052
24053 fi
24054 if test "${HAVE_XFREE386}" = "yes" ; then
24055
24056 cat >>confdefs.h <<\_ACEOF
24057 #define HAVE_XFREE386 1
24058 _ACEOF
24059
24060 fi
24061 if test "${HAVE_MENUS}" = "yes" ; then
24062
24063 cat >>confdefs.h <<\_ACEOF
24064 #define HAVE_MENUS 1
24065 _ACEOF
24066
24067 fi
24068 if test "${GNU_MALLOC}" = "yes" ; then
24069
24070 cat >>confdefs.h <<\_ACEOF
24071 #define GNU_MALLOC 1
24072 _ACEOF
24073
24074 fi
24075 if test "${REL_ALLOC}" = "yes" ; then
24076
24077 cat >>confdefs.h <<\_ACEOF
24078 #define REL_ALLOC 1
24079 _ACEOF
24080
24081 fi
24082
24083
24084
24085
24086
24087
24088 #### Report on what we decided to do.
24089 #### Report GTK as a toolkit, even if it doesn't use Xt.
24090 #### It makes printing result more understandable as using GTK sets
24091 #### toolkit_scroll_bars to yes by default.
24092 if test "${HAVE_GTK}" = "yes"; then
24093 USE_X_TOOLKIT=GTK
24094 fi
24095
24096 echo "
24097 Configured for \`${canonical}'.
24098
24099 Where should the build process find the source code? ${srcdir}
24100 What operating system and machine description files should Emacs use?
24101 \`${opsysfile}' and \`${machfile}'
24102 What compiler should emacs be built with? ${CC} ${CFLAGS}
24103 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
24104 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
24105 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
24106 What window system should Emacs use? ${window_system}
24107 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
24108
24109 if test -n "${x_includes}"; then
24110 echo " Where do we find X Windows header files? ${x_includes}"
24111 else
24112 echo " Where do we find X Windows header files? Standard dirs"
24113 fi
24114 if test -n "${x_libraries}"; then
24115 echo " Where do we find X Windows libraries? ${x_libraries}"
24116 else
24117 echo " Where do we find X Windows libraries? Standard dirs"
24118 fi
24119
24120 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
24121 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
24122 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
24123 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
24124 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name"
24125 echo " Does Emacs use -lpng? ${HAVE_PNG}"
24126 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
24127 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
24128 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
24129 echo
24130
24131 if test $USE_XASSERTS = yes; then
24132 echo " Compiling with asserts turned on."
24133 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
24134 echo
24135 fi
24136
24137 if test "$USE_X_TOOLKIT" = GTK; then
24138 case "$canonical" in
24139 *cygwin*)
24140 echo "There are known problems with Emacs and Gtk+ on cygwin, so you
24141 will probably get a crash on startup. If this happens, please use another
24142 toolkit for Emacs. See etc/PROBLEMS for more information."
24143 ;;
24144 esac
24145 fi
24146
24147
24148
24149 # Remove any trailing slashes in these variables.
24150 test "${prefix}" != NONE &&
24151 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
24152 test "${exec_prefix}" != NONE &&
24153 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
24154
24155 ## Check if the C preprocessor will convert `..' to `. .'. If so, set
24156 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
24157 ## from Makefile.c can correctly provide the arg `-traditional' to the
24158 ## C preprocessor.
24159
24160 cat >conftest.$ac_ext <<_ACEOF
24161 /* confdefs.h. */
24162 _ACEOF
24163 cat confdefs.h >>conftest.$ac_ext
24164 cat >>conftest.$ac_ext <<_ACEOF
24165 /* end confdefs.h. */
24166 yes..yes
24167 _ACEOF
24168 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24169 $EGREP "yes..yes" >/dev/null 2>&1; then
24170 CPP_NEED_TRADITIONAL=no
24171 else
24172 CPP_NEED_TRADITIONAL=yes
24173 fi
24174 rm -f conftest*
24175
24176
24177 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"
24178
24179 ac_config_commands="$ac_config_commands default"
24180
24181 cat >confcache <<\_ACEOF
24182 # This file is a shell script that caches the results of configure
24183 # tests run on this system so they can be shared between configure
24184 # scripts and configure runs, see configure's option --config-cache.
24185 # It is not useful on other systems. If it contains results you don't
24186 # want to keep, you may remove or edit it.
24187 #
24188 # config.status only pays attention to the cache file if you give it
24189 # the --recheck option to rerun configure.
24190 #
24191 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24192 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24193 # following values.
24194
24195 _ACEOF
24196
24197 # The following way of writing the cache mishandles newlines in values,
24198 # but we know of no workaround that is simple, portable, and efficient.
24199 # So, we kill variables containing newlines.
24200 # Ultrix sh set writes to stderr and can't be redirected directly,
24201 # and sets the high bit in the cache file unless we assign to the vars.
24202 (
24203 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24204 eval ac_val=\$$ac_var
24205 case $ac_val in #(
24206 *${as_nl}*)
24207 case $ac_var in #(
24208 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
24209 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
24210 esac
24211 case $ac_var in #(
24212 _ | IFS | as_nl) ;; #(
24213 *) $as_unset $ac_var ;;
24214 esac ;;
24215 esac
24216 done
24217
24218 (set) 2>&1 |
24219 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24220 *${as_nl}ac_space=\ *)
24221 # `set' does not quote correctly, so add quotes (double-quote
24222 # substitution turns \\\\ into \\, and sed turns \\ into \).
24223 sed -n \
24224 "s/'/'\\\\''/g;
24225 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24226 ;; #(
24227 *)
24228 # `set' quotes correctly as required by POSIX, so do not add quotes.
24229 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24230 ;;
24231 esac |
24232 sort
24233 ) |
24234 sed '
24235 /^ac_cv_env_/b end
24236 t clear
24237 :clear
24238 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24239 t end
24240 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24241 :end' >>confcache
24242 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24243 if test -w "$cache_file"; then
24244 test "x$cache_file" != "x/dev/null" &&
24245 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
24246 echo "$as_me: updating cache $cache_file" >&6;}
24247 cat confcache >$cache_file
24248 else
24249 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
24250 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24251 fi
24252 fi
24253 rm -f confcache
24254
24255 test "x$prefix" = xNONE && prefix=$ac_default_prefix
24256 # Let make expand exec_prefix.
24257 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
24258
24259 DEFS=-DHAVE_CONFIG_H
24260
24261 ac_libobjs=
24262 ac_ltlibobjs=
24263 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
24264 # 1. Remove the extension, and $U if already installed.
24265 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
24266 ac_i=`echo "$ac_i" | sed "$ac_script"`
24267 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
24268 # will be set to the directory where LIBOBJS objects are built.
24269 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
24270 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
24271 done
24272 LIBOBJS=$ac_libobjs
24273
24274 LTLIBOBJS=$ac_ltlibobjs
24275
24276
24277
24278 : ${CONFIG_STATUS=./config.status}
24279 ac_clean_files_save=$ac_clean_files
24280 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
24281 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24282 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24283 cat >$CONFIG_STATUS <<_ACEOF
24284 #! $SHELL
24285 # Generated by $as_me.
24286 # Run this file to recreate the current configuration.
24287 # Compiler output produced by configure, useful for debugging
24288 # configure, is in config.log if it exists.
24289
24290 debug=false
24291 ac_cs_recheck=false
24292 ac_cs_silent=false
24293 SHELL=\${CONFIG_SHELL-$SHELL}
24294 _ACEOF
24295
24296 cat >>$CONFIG_STATUS <<\_ACEOF
24297 ## --------------------- ##
24298 ## M4sh Initialization. ##
24299 ## --------------------- ##
24300
24301 # Be more Bourne compatible
24302 DUALCASE=1; export DUALCASE # for MKS sh
24303 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24304 emulate sh
24305 NULLCMD=:
24306 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24307 # is contrary to our usage. Disable this feature.
24308 alias -g '${1+"$@"}'='"$@"'
24309 setopt NO_GLOB_SUBST
24310 else
24311 case `(set -o) 2>/dev/null` in
24312 *posix*) set -o posix ;;
24313 esac
24314
24315 fi
24316
24317
24318
24319
24320 # PATH needs CR
24321 # Avoid depending upon Character Ranges.
24322 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
24323 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24324 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
24325 as_cr_digits='0123456789'
24326 as_cr_alnum=$as_cr_Letters$as_cr_digits
24327
24328 # The user is always right.
24329 if test "${PATH_SEPARATOR+set}" != set; then
24330 echo "#! /bin/sh" >conf$$.sh
24331 echo "exit 0" >>conf$$.sh
24332 chmod +x conf$$.sh
24333 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
24334 PATH_SEPARATOR=';'
24335 else
24336 PATH_SEPARATOR=:
24337 fi
24338 rm -f conf$$.sh
24339 fi
24340
24341 # Support unset when possible.
24342 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
24343 as_unset=unset
24344 else
24345 as_unset=false
24346 fi
24347
24348
24349 # IFS
24350 # We need space, tab and new line, in precisely that order. Quoting is
24351 # there to prevent editors from complaining about space-tab.
24352 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
24353 # splitting by setting IFS to empty value.)
24354 as_nl='
24355 '
24356 IFS=" "" $as_nl"
24357
24358 # Find who we are. Look in the path if we contain no directory separator.
24359 case $0 in
24360 *[\\/]* ) as_myself=$0 ;;
24361 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24362 for as_dir in $PATH
24363 do
24364 IFS=$as_save_IFS
24365 test -z "$as_dir" && as_dir=.
24366 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
24367 done
24368 IFS=$as_save_IFS
24369
24370 ;;
24371 esac
24372 # We did not find ourselves, most probably we were run as `sh COMMAND'
24373 # in which case we are not to be found in the path.
24374 if test "x$as_myself" = x; then
24375 as_myself=$0
24376 fi
24377 if test ! -f "$as_myself"; then
24378 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24379 { (exit 1); exit 1; }
24380 fi
24381
24382 # Work around bugs in pre-3.0 UWIN ksh.
24383 for as_var in ENV MAIL MAILPATH
24384 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24385 done
24386 PS1='$ '
24387 PS2='> '
24388 PS4='+ '
24389
24390 # NLS nuisances.
24391 for as_var in \
24392 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24393 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24394 LC_TELEPHONE LC_TIME
24395 do
24396 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24397 eval $as_var=C; export $as_var
24398 else
24399 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24400 fi
24401 done
24402
24403 # Required to use basename.
24404 if expr a : '\(a\)' >/dev/null 2>&1 &&
24405 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24406 as_expr=expr
24407 else
24408 as_expr=false
24409 fi
24410
24411 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
24412 as_basename=basename
24413 else
24414 as_basename=false
24415 fi
24416
24417
24418 # Name of the executable.
24419 as_me=`$as_basename -- "$0" ||
24420 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24421 X"$0" : 'X\(//\)$' \| \
24422 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
24423 echo X/"$0" |
24424 sed '/^.*\/\([^/][^/]*\)\/*$/{
24425 s//\1/
24426 q
24427 }
24428 /^X\/\(\/\/\)$/{
24429 s//\1/
24430 q
24431 }
24432 /^X\/\(\/\).*/{
24433 s//\1/
24434 q
24435 }
24436 s/.*/./; q'`
24437
24438 # CDPATH.
24439 $as_unset CDPATH
24440
24441
24442
24443 as_lineno_1=$LINENO
24444 as_lineno_2=$LINENO
24445 test "x$as_lineno_1" != "x$as_lineno_2" &&
24446 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
24447
24448 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
24449 # uniformly replaced by the line number. The first 'sed' inserts a
24450 # line-number line after each line using $LINENO; the second 'sed'
24451 # does the real work. The second script uses 'N' to pair each
24452 # line-number line with the line containing $LINENO, and appends
24453 # trailing '-' during substitution so that $LINENO is not a special
24454 # case at line end.
24455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
24456 # scripts with optimization help from Paolo Bonzini. Blame Lee
24457 # E. McMahon (1931-1989) for sed's syntax. :-)
24458 sed -n '
24459 p
24460 /[$]LINENO/=
24461 ' <$as_myself |
24462 sed '
24463 s/[$]LINENO.*/&-/
24464 t lineno
24465 b
24466 :lineno
24467 N
24468 :loop
24469 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24470 t loop
24471 s/-\n.*//
24472 ' >$as_me.lineno &&
24473 chmod +x "$as_me.lineno" ||
24474 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24475 { (exit 1); exit 1; }; }
24476
24477 # Don't try to exec as it changes $[0], causing all sort of problems
24478 # (the dirname of $[0] is not the place where we might find the
24479 # original and so on. Autoconf is especially sensitive to this).
24480 . "./$as_me.lineno"
24481 # Exit status is that of the last command.
24482 exit
24483 }
24484
24485
24486 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
24487 as_dirname=dirname
24488 else
24489 as_dirname=false
24490 fi
24491
24492 ECHO_C= ECHO_N= ECHO_T=
24493 case `echo -n x` in
24494 -n*)
24495 case `echo 'x\c'` in
24496 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
24497 *) ECHO_C='\c';;
24498 esac;;
24499 *)
24500 ECHO_N='-n';;
24501 esac
24502
24503 if expr a : '\(a\)' >/dev/null 2>&1 &&
24504 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24505 as_expr=expr
24506 else
24507 as_expr=false
24508 fi
24509
24510 rm -f conf$$ conf$$.exe conf$$.file
24511 if test -d conf$$.dir; then
24512 rm -f conf$$.dir/conf$$.file
24513 else
24514 rm -f conf$$.dir
24515 mkdir conf$$.dir
24516 fi
24517 echo >conf$$.file
24518 if ln -s conf$$.file conf$$ 2>/dev/null; then
24519 as_ln_s='ln -s'
24520 # ... but there are two gotchas:
24521 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24522 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24523 # In both cases, we have to default to `cp -p'.
24524 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
24525 as_ln_s='cp -p'
24526 elif ln conf$$.file conf$$ 2>/dev/null; then
24527 as_ln_s=ln
24528 else
24529 as_ln_s='cp -p'
24530 fi
24531 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
24532 rmdir conf$$.dir 2>/dev/null
24533
24534 if mkdir -p . 2>/dev/null; then
24535 as_mkdir_p=:
24536 else
24537 test -d ./-p && rmdir ./-p
24538 as_mkdir_p=false
24539 fi
24540
24541 if test -x / >/dev/null 2>&1; then
24542 as_test_x='test -x'
24543 else
24544 if ls -dL / >/dev/null 2>&1; then
24545 as_ls_L_option=L
24546 else
24547 as_ls_L_option=
24548 fi
24549 as_test_x='
24550 eval sh -c '\''
24551 if test -d "$1"; then
24552 test -d "$1/.";
24553 else
24554 case $1 in
24555 -*)set "./$1";;
24556 esac;
24557 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
24558 ???[sx]*):;;*)false;;esac;fi
24559 '\'' sh
24560 '
24561 fi
24562 as_executable_p=$as_test_x
24563
24564 # Sed expression to map a string onto a valid CPP name.
24565 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24566
24567 # Sed expression to map a string onto a valid variable name.
24568 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24569
24570
24571 exec 6>&1
24572
24573 # Save the log message, to keep $[0] and so on meaningful, and to
24574 # report actual input values of CONFIG_FILES etc. instead of their
24575 # values after options handling.
24576 ac_log="
24577 This file was extended by $as_me, which was
24578 generated by GNU Autoconf 2.61. Invocation command line was
24579
24580 CONFIG_FILES = $CONFIG_FILES
24581 CONFIG_HEADERS = $CONFIG_HEADERS
24582 CONFIG_LINKS = $CONFIG_LINKS
24583 CONFIG_COMMANDS = $CONFIG_COMMANDS
24584 $ $0 $@
24585
24586 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24587 "
24588
24589 _ACEOF
24590
24591 cat >>$CONFIG_STATUS <<_ACEOF
24592 # Files that config.status was made for.
24593 config_files="$ac_config_files"
24594 config_headers="$ac_config_headers"
24595 config_commands="$ac_config_commands"
24596
24597 _ACEOF
24598
24599 cat >>$CONFIG_STATUS <<\_ACEOF
24600 ac_cs_usage="\
24601 \`$as_me' instantiates files from templates according to the
24602 current configuration.
24603
24604 Usage: $0 [OPTIONS] [FILE]...
24605
24606 -h, --help print this help, then exit
24607 -V, --version print version number and configuration settings, then exit
24608 -q, --quiet do not print progress messages
24609 -d, --debug don't remove temporary files
24610 --recheck update $as_me by reconfiguring in the same conditions
24611 --file=FILE[:TEMPLATE]
24612 instantiate the configuration file FILE
24613 --header=FILE[:TEMPLATE]
24614 instantiate the configuration header FILE
24615
24616 Configuration files:
24617 $config_files
24618
24619 Configuration headers:
24620 $config_headers
24621
24622 Configuration commands:
24623 $config_commands
24624
24625 Report bugs to <bug-autoconf@gnu.org>."
24626
24627 _ACEOF
24628 cat >>$CONFIG_STATUS <<_ACEOF
24629 ac_cs_version="\\
24630 config.status
24631 configured by $0, generated by GNU Autoconf 2.61,
24632 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24633
24634 Copyright (C) 2006 Free Software Foundation, Inc.
24635 This config.status script is free software; the Free Software Foundation
24636 gives unlimited permission to copy, distribute and modify it."
24637
24638 ac_pwd='$ac_pwd'
24639 srcdir='$srcdir'
24640 INSTALL='$INSTALL'
24641 _ACEOF
24642
24643 cat >>$CONFIG_STATUS <<\_ACEOF
24644 # If no file are specified by the user, then we need to provide default
24645 # value. By we need to know if files were specified by the user.
24646 ac_need_defaults=:
24647 while test $# != 0
24648 do
24649 case $1 in
24650 --*=*)
24651 ac_option=`expr "X$1" : 'X\([^=]*\)='`
24652 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
24653 ac_shift=:
24654 ;;
24655 *)
24656 ac_option=$1
24657 ac_optarg=$2
24658 ac_shift=shift
24659 ;;
24660 esac
24661
24662 case $ac_option in
24663 # Handling of the options.
24664 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24665 ac_cs_recheck=: ;;
24666 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
24667 echo "$ac_cs_version"; exit ;;
24668 --debug | --debu | --deb | --de | --d | -d )
24669 debug=: ;;
24670 --file | --fil | --fi | --f )
24671 $ac_shift
24672 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
24673 ac_need_defaults=false;;
24674 --header | --heade | --head | --hea )
24675 $ac_shift
24676 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
24677 ac_need_defaults=false;;
24678 --he | --h)
24679 # Conflict between --help and --header
24680 { echo "$as_me: error: ambiguous option: $1
24681 Try \`$0 --help' for more information." >&2
24682 { (exit 1); exit 1; }; };;
24683 --help | --hel | -h )
24684 echo "$ac_cs_usage"; exit ;;
24685 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
24686 | -silent | --silent | --silen | --sile | --sil | --si | --s)
24687 ac_cs_silent=: ;;
24688
24689 # This is an error.
24690 -*) { echo "$as_me: error: unrecognized option: $1
24691 Try \`$0 --help' for more information." >&2
24692 { (exit 1); exit 1; }; } ;;
24693
24694 *) ac_config_targets="$ac_config_targets $1"
24695 ac_need_defaults=false ;;
24696
24697 esac
24698 shift
24699 done
24700
24701 ac_configure_extra_args=
24702
24703 if $ac_cs_silent; then
24704 exec 6>/dev/null
24705 ac_configure_extra_args="$ac_configure_extra_args --silent"
24706 fi
24707
24708 _ACEOF
24709 cat >>$CONFIG_STATUS <<_ACEOF
24710 if \$ac_cs_recheck; then
24711 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24712 CONFIG_SHELL=$SHELL
24713 export CONFIG_SHELL
24714 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24715 fi
24716
24717 _ACEOF
24718 cat >>$CONFIG_STATUS <<\_ACEOF
24719 exec 5>>config.log
24720 {
24721 echo
24722 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24723 ## Running $as_me. ##
24724 _ASBOX
24725 echo "$ac_log"
24726 } >&5
24727
24728 _ACEOF
24729 cat >>$CONFIG_STATUS <<_ACEOF
24730 #
24731 # INIT-COMMANDS
24732 #
24733 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"
24734
24735 _ACEOF
24736
24737 cat >>$CONFIG_STATUS <<\_ACEOF
24738
24739 # Handling of arguments.
24740 for ac_config_target in $ac_config_targets
24741 do
24742 case $ac_config_target in
24743 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
24744 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24745 "lib-src/Makefile.c") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;;
24746 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
24747 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
24748 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
24749 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
24750 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
24751 "src/Makefile.c") CONFIG_FILES="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;;
24752 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
24753 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
24754 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
24755 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
24756
24757 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24758 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24759 { (exit 1); exit 1; }; };;
24760 esac
24761 done
24762
24763
24764 # If the user did not use the arguments to specify the items to instantiate,
24765 # then the envvar interface is used. Set only those that are not.
24766 # We use the long form for the default assignment because of an extremely
24767 # bizarre bug on SunOS 4.1.3.
24768 if $ac_need_defaults; then
24769 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
24770 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
24771 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
24772 fi
24773
24774 # Have a temporary directory for convenience. Make it in the build tree
24775 # simply because there is no reason against having it here, and in addition,
24776 # creating and moving files from /tmp can sometimes cause problems.
24777 # Hook for its removal unless debugging.
24778 # Note that there is a small window in which the directory will not be cleaned:
24779 # after its creation but before its name has been assigned to `$tmp'.
24780 $debug ||
24781 {
24782 tmp=
24783 trap 'exit_status=$?
24784 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24785 ' 0
24786 trap '{ (exit 1); exit 1; }' 1 2 13 15
24787 }
24788 # Create a (secure) tmp directory for tmp files.
24789
24790 {
24791 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24792 test -n "$tmp" && test -d "$tmp"
24793 } ||
24794 {
24795 tmp=./conf$$-$RANDOM
24796 (umask 077 && mkdir "$tmp")
24797 } ||
24798 {
24799 echo "$me: cannot create a temporary directory in ." >&2
24800 { (exit 1); exit 1; }
24801 }
24802
24803 #
24804 # Set up the sed scripts for CONFIG_FILES section.
24805 #
24806
24807 # No need to generate the scripts if there are no CONFIG_FILES.
24808 # This happens for instance when ./config.status config.h
24809 if test -n "$CONFIG_FILES"; then
24810
24811 _ACEOF
24812
24813
24814
24815 ac_delim='%!_!# '
24816 for ac_last_try in false false false false false :; do
24817 cat >conf$$subs.sed <<_ACEOF
24818 SHELL!$SHELL$ac_delim
24819 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24820 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24821 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24822 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24823 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24824 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24825 exec_prefix!$exec_prefix$ac_delim
24826 prefix!$prefix$ac_delim
24827 program_transform_name!$program_transform_name$ac_delim
24828 bindir!$bindir$ac_delim
24829 sbindir!$sbindir$ac_delim
24830 libexecdir!$libexecdir$ac_delim
24831 datarootdir!$datarootdir$ac_delim
24832 datadir!$datadir$ac_delim
24833 sysconfdir!$sysconfdir$ac_delim
24834 sharedstatedir!$sharedstatedir$ac_delim
24835 localstatedir!$localstatedir$ac_delim
24836 includedir!$includedir$ac_delim
24837 oldincludedir!$oldincludedir$ac_delim
24838 docdir!$docdir$ac_delim
24839 infodir!$infodir$ac_delim
24840 htmldir!$htmldir$ac_delim
24841 dvidir!$dvidir$ac_delim
24842 pdfdir!$pdfdir$ac_delim
24843 psdir!$psdir$ac_delim
24844 libdir!$libdir$ac_delim
24845 localedir!$localedir$ac_delim
24846 mandir!$mandir$ac_delim
24847 DEFS!$DEFS$ac_delim
24848 ECHO_C!$ECHO_C$ac_delim
24849 ECHO_N!$ECHO_N$ac_delim
24850 ECHO_T!$ECHO_T$ac_delim
24851 LIBS!$LIBS$ac_delim
24852 build_alias!$build_alias$ac_delim
24853 host_alias!$host_alias$ac_delim
24854 target_alias!$target_alias$ac_delim
24855 MAINT!$MAINT$ac_delim
24856 build!$build$ac_delim
24857 build_cpu!$build_cpu$ac_delim
24858 build_vendor!$build_vendor$ac_delim
24859 build_os!$build_os$ac_delim
24860 host!$host$ac_delim
24861 host_cpu!$host_cpu$ac_delim
24862 host_vendor!$host_vendor$ac_delim
24863 host_os!$host_os$ac_delim
24864 CC!$CC$ac_delim
24865 CFLAGS!$CFLAGS$ac_delim
24866 LDFLAGS!$LDFLAGS$ac_delim
24867 CPPFLAGS!$CPPFLAGS$ac_delim
24868 ac_ct_CC!$ac_ct_CC$ac_delim
24869 EXEEXT!$EXEEXT$ac_delim
24870 OBJEXT!$OBJEXT$ac_delim
24871 CPP!$CPP$ac_delim
24872 GREP!$GREP$ac_delim
24873 EGREP!$EGREP$ac_delim
24874 LN_S!$LN_S$ac_delim
24875 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
24876 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
24877 INSTALL_DATA!$INSTALL_DATA$ac_delim
24878 RANLIB!$RANLIB$ac_delim
24879 INSTALL_INFO!$INSTALL_INFO$ac_delim
24880 GZIP_PROG!$GZIP_PROG$ac_delim
24881 MAKEINFO!$MAKEINFO$ac_delim
24882 LIBSOUND!$LIBSOUND$ac_delim
24883 PKG_CONFIG!$PKG_CONFIG$ac_delim
24884 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
24885 ALSA_LIBS!$ALSA_LIBS$ac_delim
24886 CFLAGS_SOUND!$CFLAGS_SOUND$ac_delim
24887 SET_MAKE!$SET_MAKE$ac_delim
24888 XMKMF!$XMKMF$ac_delim
24889 HAVE_XSERVER!$HAVE_XSERVER$ac_delim
24890 RSVG_CFLAGS!$RSVG_CFLAGS$ac_delim
24891 RSVG_LIBS!$RSVG_LIBS$ac_delim
24892 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
24893 GTK_LIBS!$GTK_LIBS$ac_delim
24894 XFT_CFLAGS!$XFT_CFLAGS$ac_delim
24895 XFT_LIBS!$XFT_LIBS$ac_delim
24896 FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim
24897 FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim
24898 FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
24899 FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
24900 HAVE_LIBOTF!$HAVE_LIBOTF$ac_delim
24901 LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim
24902 LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim
24903 ALLOCA!$ALLOCA$ac_delim
24904 liblockfile!$liblockfile$ac_delim
24905 LIBOBJS!$LIBOBJS$ac_delim
24906 NEED_SETGID!$NEED_SETGID$ac_delim
24907 KMEM_GROUP!$KMEM_GROUP$ac_delim
24908 GETLOADAVG_LIBS!$GETLOADAVG_LIBS$ac_delim
24909 GETOPT_H!$GETOPT_H$ac_delim
24910 GETOPTOBJS!$GETOPTOBJS$ac_delim
24911 version!$version$ac_delim
24912 configuration!$configuration$ac_delim
24913 canonical!$canonical$ac_delim
24914 srcdir!$srcdir$ac_delim
24915 _ACEOF
24916
24917 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
24918 break
24919 elif $ac_last_try; then
24920 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24921 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24922 { (exit 1); exit 1; }; }
24923 else
24924 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24925 fi
24926 done
24927
24928 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24929 if test -n "$ac_eof"; then
24930 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24931 ac_eof=`expr $ac_eof + 1`
24932 fi
24933
24934 cat >>$CONFIG_STATUS <<_ACEOF
24935 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24936 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24937 _ACEOF
24938 sed '
24939 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24940 s/^/s,@/; s/!/@,|#_!!_#|/
24941 :n
24942 t n
24943 s/'"$ac_delim"'$/,g/; t
24944 s/$/\\/; p
24945 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24946 ' >>$CONFIG_STATUS <conf$$subs.sed
24947 rm -f conf$$subs.sed
24948 cat >>$CONFIG_STATUS <<_ACEOF
24949 CEOF$ac_eof
24950 _ACEOF
24951
24952
24953 ac_delim='%!_!# '
24954 for ac_last_try in false false false false false :; do
24955 cat >conf$$subs.sed <<_ACEOF
24956 lispdir!$lispdir$ac_delim
24957 locallisppath!$locallisppath$ac_delim
24958 lisppath!$lisppath$ac_delim
24959 x_default_search_path!$x_default_search_path$ac_delim
24960 etcdir!$etcdir$ac_delim
24961 archlibdir!$archlibdir$ac_delim
24962 bitmapdir!$bitmapdir$ac_delim
24963 gamedir!$gamedir$ac_delim
24964 gameuser!$gameuser$ac_delim
24965 c_switch_system!$c_switch_system$ac_delim
24966 c_switch_machine!$c_switch_machine$ac_delim
24967 LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim
24968 LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim
24969 C_SWITCH_X_SITE!$C_SWITCH_X_SITE$ac_delim
24970 X_TOOLKIT_TYPE!$X_TOOLKIT_TYPE$ac_delim
24971 machfile!$machfile$ac_delim
24972 opsysfile!$opsysfile$ac_delim
24973 carbon_appdir!$carbon_appdir$ac_delim
24974 LTLIBOBJS!$LTLIBOBJS$ac_delim
24975 _ACEOF
24976
24977 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 19; then
24978 break
24979 elif $ac_last_try; then
24980 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24981 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24982 { (exit 1); exit 1; }; }
24983 else
24984 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24985 fi
24986 done
24987
24988 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24989 if test -n "$ac_eof"; then
24990 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24991 ac_eof=`expr $ac_eof + 1`
24992 fi
24993
24994 cat >>$CONFIG_STATUS <<_ACEOF
24995 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
24996 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
24997 _ACEOF
24998 sed '
24999 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25000 s/^/s,@/; s/!/@,|#_!!_#|/
25001 :n
25002 t n
25003 s/'"$ac_delim"'$/,g/; t
25004 s/$/\\/; p
25005 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25006 ' >>$CONFIG_STATUS <conf$$subs.sed
25007 rm -f conf$$subs.sed
25008 cat >>$CONFIG_STATUS <<_ACEOF
25009 :end
25010 s/|#_!!_#|//g
25011 CEOF$ac_eof
25012 _ACEOF
25013
25014
25015 # VPATH may cause trouble with some makes, so we remove $(srcdir),
25016 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
25017 # trailing colons and then remove the whole line if VPATH becomes empty
25018 # (actually we leave an empty line to preserve line numbers).
25019 if test "x$srcdir" = x.; then
25020 ac_vpsub='/^[ ]*VPATH[ ]*=/{
25021 s/:*\$(srcdir):*/:/
25022 s/:*\${srcdir}:*/:/
25023 s/:*@srcdir@:*/:/
25024 s/^\([^=]*=[ ]*\):*/\1/
25025 s/:*$//
25026 s/^[^=]*=[ ]*$//
25027 }'
25028 fi
25029
25030 cat >>$CONFIG_STATUS <<\_ACEOF
25031 fi # test -n "$CONFIG_FILES"
25032
25033
25034 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
25035 do
25036 case $ac_tag in
25037 :[FHLC]) ac_mode=$ac_tag; continue;;
25038 esac
25039 case $ac_mode$ac_tag in
25040 :[FHL]*:*);;
25041 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
25042 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
25043 { (exit 1); exit 1; }; };;
25044 :[FH]-) ac_tag=-:-;;
25045 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
25046 esac
25047 ac_save_IFS=$IFS
25048 IFS=:
25049 set x $ac_tag
25050 IFS=$ac_save_IFS
25051 shift
25052 ac_file=$1
25053 shift
25054
25055 case $ac_mode in
25056 :L) ac_source=$1;;
25057 :[FH])
25058 ac_file_inputs=
25059 for ac_f
25060 do
25061 case $ac_f in
25062 -) ac_f="$tmp/stdin";;
25063 *) # Look for the file first in the build tree, then in the source tree
25064 # (if the path is not absolute). The absolute path cannot be DOS-style,
25065 # because $ac_f cannot contain `:'.
25066 test -f "$ac_f" ||
25067 case $ac_f in
25068 [\\/$]*) false;;
25069 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
25070 esac ||
25071 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
25072 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
25073 { (exit 1); exit 1; }; };;
25074 esac
25075 ac_file_inputs="$ac_file_inputs $ac_f"
25076 done
25077
25078 # Let's still pretend it is `configure' which instantiates (i.e., don't
25079 # use $as_me), people would be surprised to read:
25080 # /* config.h. Generated by config.status. */
25081 configure_input="Generated from "`IFS=:
25082 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
25083 if test x"$ac_file" != x-; then
25084 configure_input="$ac_file. $configure_input"
25085 { echo "$as_me:$LINENO: creating $ac_file" >&5
25086 echo "$as_me: creating $ac_file" >&6;}
25087 fi
25088
25089 case $ac_tag in
25090 *:-:* | *:-) cat >"$tmp/stdin";;
25091 esac
25092 ;;
25093 esac
25094
25095 ac_dir=`$as_dirname -- "$ac_file" ||
25096 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25097 X"$ac_file" : 'X\(//\)[^/]' \| \
25098 X"$ac_file" : 'X\(//\)$' \| \
25099 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
25100 echo X"$ac_file" |
25101 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25102 s//\1/
25103 q
25104 }
25105 /^X\(\/\/\)[^/].*/{
25106 s//\1/
25107 q
25108 }
25109 /^X\(\/\/\)$/{
25110 s//\1/
25111 q
25112 }
25113 /^X\(\/\).*/{
25114 s//\1/
25115 q
25116 }
25117 s/.*/./; q'`
25118 { as_dir="$ac_dir"
25119 case $as_dir in #(
25120 -*) as_dir=./$as_dir;;
25121 esac
25122 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
25123 as_dirs=
25124 while :; do
25125 case $as_dir in #(
25126 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25127 *) as_qdir=$as_dir;;
25128 esac
25129 as_dirs="'$as_qdir' $as_dirs"
25130 as_dir=`$as_dirname -- "$as_dir" ||
25131 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25132 X"$as_dir" : 'X\(//\)[^/]' \| \
25133 X"$as_dir" : 'X\(//\)$' \| \
25134 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25135 echo X"$as_dir" |
25136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25137 s//\1/
25138 q
25139 }
25140 /^X\(\/\/\)[^/].*/{
25141 s//\1/
25142 q
25143 }
25144 /^X\(\/\/\)$/{
25145 s//\1/
25146 q
25147 }
25148 /^X\(\/\).*/{
25149 s//\1/
25150 q
25151 }
25152 s/.*/./; q'`
25153 test -d "$as_dir" && break
25154 done
25155 test -z "$as_dirs" || eval "mkdir $as_dirs"
25156 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25157 echo "$as_me: error: cannot create directory $as_dir" >&2;}
25158 { (exit 1); exit 1; }; }; }
25159 ac_builddir=.
25160
25161 case "$ac_dir" in
25162 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
25163 *)
25164 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25165 # A ".." for each directory in $ac_dir_suffix.
25166 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
25167 case $ac_top_builddir_sub in
25168 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
25169 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
25170 esac ;;
25171 esac
25172 ac_abs_top_builddir=$ac_pwd
25173 ac_abs_builddir=$ac_pwd$ac_dir_suffix
25174 # for backward compatibility:
25175 ac_top_builddir=$ac_top_build_prefix
25176
25177 case $srcdir in
25178 .) # We are building in place.
25179 ac_srcdir=.
25180 ac_top_srcdir=$ac_top_builddir_sub
25181 ac_abs_top_srcdir=$ac_pwd ;;
25182 [\\/]* | ?:[\\/]* ) # Absolute name.
25183 ac_srcdir=$srcdir$ac_dir_suffix;
25184 ac_top_srcdir=$srcdir
25185 ac_abs_top_srcdir=$srcdir ;;
25186 *) # Relative name.
25187 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
25188 ac_top_srcdir=$ac_top_build_prefix$srcdir
25189 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
25190 esac
25191 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
25192
25193
25194 case $ac_mode in
25195 :F)
25196 #
25197 # CONFIG_FILE
25198 #
25199
25200 case $INSTALL in
25201 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
25202 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
25203 esac
25204 _ACEOF
25205
25206 cat >>$CONFIG_STATUS <<\_ACEOF
25207 # If the template does not know about datarootdir, expand it.
25208 # FIXME: This hack should be removed a few years after 2.60.
25209 ac_datarootdir_hack=; ac_datarootdir_seen=
25210
25211 case `sed -n '/datarootdir/ {
25212 p
25213 q
25214 }
25215 /@datadir@/p
25216 /@docdir@/p
25217 /@infodir@/p
25218 /@localedir@/p
25219 /@mandir@/p
25220 ' $ac_file_inputs` in
25221 *datarootdir*) ac_datarootdir_seen=yes;;
25222 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
25223 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
25224 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
25225 _ACEOF
25226 cat >>$CONFIG_STATUS <<_ACEOF
25227 ac_datarootdir_hack='
25228 s&@datadir@&$datadir&g
25229 s&@docdir@&$docdir&g
25230 s&@infodir@&$infodir&g
25231 s&@localedir@&$localedir&g
25232 s&@mandir@&$mandir&g
25233 s&\\\${datarootdir}&$datarootdir&g' ;;
25234 esac
25235 _ACEOF
25236
25237 # Neutralize VPATH when `$srcdir' = `.'.
25238 # Shell code in configure.ac might set extrasub.
25239 # FIXME: do we really want to maintain this feature?
25240 cat >>$CONFIG_STATUS <<_ACEOF
25241 sed "$ac_vpsub
25242 $extrasub
25243 _ACEOF
25244 cat >>$CONFIG_STATUS <<\_ACEOF
25245 :t
25246 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25247 s&@configure_input@&$configure_input&;t t
25248 s&@top_builddir@&$ac_top_builddir_sub&;t t
25249 s&@srcdir@&$ac_srcdir&;t t
25250 s&@abs_srcdir@&$ac_abs_srcdir&;t t
25251 s&@top_srcdir@&$ac_top_srcdir&;t t
25252 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
25253 s&@builddir@&$ac_builddir&;t t
25254 s&@abs_builddir@&$ac_abs_builddir&;t t
25255 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
25256 s&@INSTALL@&$ac_INSTALL&;t t
25257 $ac_datarootdir_hack
25258 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
25259
25260 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25261 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
25262 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
25263 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25264 which seems to be undefined. Please make sure it is defined." >&5
25265 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25266 which seems to be undefined. Please make sure it is defined." >&2;}
25267
25268 rm -f "$tmp/stdin"
25269 case $ac_file in
25270 -) cat "$tmp/out"; rm -f "$tmp/out";;
25271 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25272 esac
25273 ;;
25274 :H)
25275 #
25276 # CONFIG_HEADER
25277 #
25278 _ACEOF
25279
25280 # Transform confdefs.h into a sed script `conftest.defines', that
25281 # substitutes the proper values into config.h.in to produce config.h.
25282 rm -f conftest.defines conftest.tail
25283 # First, append a space to every undef/define line, to ease matching.
25284 echo 's/$/ /' >conftest.defines
25285 # Then, protect against being on the right side of a sed subst, or in
25286 # an unquoted here document, in config.status. If some macros were
25287 # called several times there might be several #defines for the same
25288 # symbol, which is useless. But do not sort them, since the last
25289 # AC_DEFINE must be honored.
25290 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
25291 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25292 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25293 # PARAMS is the parameter list in the macro definition--in most cases, it's
25294 # just an empty string.
25295 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
25296 ac_dB='\\)[ (].*,\\1define\\2'
25297 ac_dC=' '
25298 ac_dD=' ,'
25299
25300 uniq confdefs.h |
25301 sed -n '
25302 t rset
25303 :rset
25304 s/^[ ]*#[ ]*define[ ][ ]*//
25305 t ok
25306 d
25307 :ok
25308 s/[\\&,]/\\&/g
25309 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25310 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25311 ' >>conftest.defines
25312
25313 # Remove the space that was appended to ease matching.
25314 # Then replace #undef with comments. This is necessary, for
25315 # example, in the case of _POSIX_SOURCE, which is predefined and required
25316 # on some systems where configure will not decide to define it.
25317 # (The regexp can be short, since the line contains either #define or #undef.)
25318 echo 's/ $//
25319 s,^[ #]*u.*,/* & */,' >>conftest.defines
25320
25321 # Break up conftest.defines:
25322 ac_max_sed_lines=50
25323
25324 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25325 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25326 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25327 # et cetera.
25328 ac_in='$ac_file_inputs'
25329 ac_out='"$tmp/out1"'
25330 ac_nxt='"$tmp/out2"'
25331
25332 while :
25333 do
25334 # Write a here document:
25335 cat >>$CONFIG_STATUS <<_ACEOF
25336 # First, check the format of the line:
25337 cat >"\$tmp/defines.sed" <<\\CEOF
25338 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
25339 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
25340 b
25341 :def
25342 _ACEOF
25343 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
25344 echo 'CEOF
25345 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25346 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
25347 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
25348 grep . conftest.tail >/dev/null || break
25349 rm -f conftest.defines
25350 mv conftest.tail conftest.defines
25351 done
25352 rm -f conftest.defines conftest.tail
25353
25354 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25355 cat >>$CONFIG_STATUS <<\_ACEOF
25356 if test x"$ac_file" != x-; then
25357 echo "/* $configure_input */" >"$tmp/config.h"
25358 cat "$ac_result" >>"$tmp/config.h"
25359 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
25360 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25361 echo "$as_me: $ac_file is unchanged" >&6;}
25362 else
25363 rm -f $ac_file
25364 mv "$tmp/config.h" $ac_file
25365 fi
25366 else
25367 echo "/* $configure_input */"
25368 cat "$ac_result"
25369 fi
25370 rm -f "$tmp/out12"
25371 ;;
25372
25373 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25374 echo "$as_me: executing $ac_file commands" >&6;}
25375 ;;
25376 esac
25377
25378
25379 case $ac_file$ac_mode in
25380 "default":C)
25381
25382 ### Make the necessary directories, if they don't exist.
25383 for dir in etc lisp ; do
25384 test -d ${dir} || mkdir ${dir}
25385 done
25386
25387 # Build src/Makefile from ${srcdir}/src/Makefile.c
25388 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
25389 # This must be done after src/config.h is built, since we rely on that file.
25390
25391 # Now get this: Some word that is part of the ${srcdir} directory name
25392 # or the ${configuration} value might, just might, happen to be an
25393 # identifier like `sun4' or `i386' or something, and be predefined by
25394 # the C preprocessor to some helpful value like 1, or maybe the empty
25395 # string. Needless to say consequent macro substitutions are less
25396 # than conducive to the makefile finding the correct directory.
25397 undefs="`echo $top_srcdir $configuration $canonical |
25398 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
25399 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
25400 `"
25401
25402 echo creating src/epaths.h
25403 ${MAKE-make} epaths-force
25404
25405 # As of 2000-11-19, newest development versions of GNU cpp preprocess
25406 # `..' to `. .' unless invoked with -traditional
25407
25408 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then
25409 CPPFLAGS="$CPPFLAGS -traditional"
25410 fi
25411
25412 echo creating lib-src/Makefile
25413 ( cd lib-src
25414 rm -f junk.c junk1.c junk2.c
25415 sed -e '/start of cpp stuff/q' \
25416 < Makefile.c > junk1.c
25417 sed -e '1,/start of cpp stuff/d'\
25418 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
25419 < Makefile.c > junk.c
25420 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
25421 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
25422 cat junk1.c junk2.c > Makefile.new
25423 rm -f junk.c junk1.c junk2.c
25424 chmod 444 Makefile.new
25425 mv -f Makefile.new Makefile
25426 )
25427
25428 echo creating src/Makefile
25429 ( cd src
25430 rm -f junk.c junk1.c junk2.c
25431 sed -e '/start of cpp stuff/q' \
25432 < Makefile.c > junk1.c
25433 sed -e '1,/start of cpp stuff/d'\
25434 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
25435 < Makefile.c > junk.c
25436 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
25437 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
25438 fi
25439 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
25440 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
25441 cat junk1.c junk2.c > Makefile.new
25442 rm -f junk.c junk1.c junk2.c
25443 chmod 444 Makefile.new
25444 mv -f Makefile.new Makefile
25445 )
25446
25447 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
25448 echo creating src/.gdbinit
25449 echo source $srcdir/src/.gdbinit > src/.gdbinit
25450 fi
25451
25452 # This is how we know whether to re-run configure in certain cases.
25453 touch src/config.stamp
25454
25455 ;;
25456
25457 esac
25458 done # for ac_tag
25459
25460
25461 { (exit 0); exit 0; }
25462 _ACEOF
25463 chmod +x $CONFIG_STATUS
25464 ac_clean_files=$ac_clean_files_save
25465
25466
25467 # configure is writing to config.log, and then calls config.status.
25468 # config.status does its own redirection, appending to config.log.
25469 # Unfortunately, on DOS this fails, as config.log is still kept open
25470 # by configure, so config.status won't be able to write to it; its
25471 # output is simply discarded. So we exec the FD to /dev/null,
25472 # effectively closing config.log, so it can be properly (re)opened and
25473 # appended to by config.status. When coming back to configure, we
25474 # need to make the FD available again.
25475 if test "$no_create" != yes; then
25476 ac_cs_success=:
25477 ac_config_status_args=
25478 test "$silent" = yes &&
25479 ac_config_status_args="$ac_config_status_args --quiet"
25480 exec 5>/dev/null
25481 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
25482 exec 5>>config.log
25483 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25484 # would make configure fail if this is the last instruction.
25485 $ac_cs_success || { (exit 1); exit 1; }
25486 fi
25487
25488