Fix up multi-tty merge
[bpt/emacs.git] / 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 <sys/types.h> /* for off_t */
18926 #include <stdio.h>
18927 int
18928 main ()
18929 {
18930 int (*fp) (FILE *, off_t, int) = fseeko;
18931 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18932 ;
18933 return 0;
18934 }
18935 _ACEOF
18936 rm -f conftest.$ac_objext conftest$ac_exeext
18937 if { (ac_try="$ac_link"
18938 case "(($ac_try" in
18939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18940 *) ac_try_echo=$ac_try;;
18941 esac
18942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18943 (eval "$ac_link") 2>conftest.er1
18944 ac_status=$?
18945 grep -v '^ *+' conftest.er1 >conftest.err
18946 rm -f conftest.er1
18947 cat conftest.err >&5
18948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18949 (exit $ac_status); } && {
18950 test -z "$ac_c_werror_flag" ||
18951 test ! -s conftest.err
18952 } && test -s conftest$ac_exeext &&
18953 $as_test_x conftest$ac_exeext; then
18954 ac_cv_sys_largefile_source=no; break
18955 else
18956 echo "$as_me: failed program was:" >&5
18957 sed 's/^/| /' conftest.$ac_ext >&5
18958
18959
18960 fi
18961
18962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18963 conftest$ac_exeext conftest.$ac_ext
18964 cat >conftest.$ac_ext <<_ACEOF
18965 /* confdefs.h. */
18966 _ACEOF
18967 cat confdefs.h >>conftest.$ac_ext
18968 cat >>conftest.$ac_ext <<_ACEOF
18969 /* end confdefs.h. */
18970 #define _LARGEFILE_SOURCE 1
18971 #include <sys/types.h> /* for off_t */
18972 #include <stdio.h>
18973 int
18974 main ()
18975 {
18976 int (*fp) (FILE *, off_t, int) = fseeko;
18977 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18978 ;
18979 return 0;
18980 }
18981 _ACEOF
18982 rm -f conftest.$ac_objext conftest$ac_exeext
18983 if { (ac_try="$ac_link"
18984 case "(($ac_try" in
18985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18986 *) ac_try_echo=$ac_try;;
18987 esac
18988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18989 (eval "$ac_link") 2>conftest.er1
18990 ac_status=$?
18991 grep -v '^ *+' conftest.er1 >conftest.err
18992 rm -f conftest.er1
18993 cat conftest.err >&5
18994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18995 (exit $ac_status); } && {
18996 test -z "$ac_c_werror_flag" ||
18997 test ! -s conftest.err
18998 } && test -s conftest$ac_exeext &&
18999 $as_test_x conftest$ac_exeext; then
19000 ac_cv_sys_largefile_source=1; break
19001 else
19002 echo "$as_me: failed program was:" >&5
19003 sed 's/^/| /' conftest.$ac_ext >&5
19004
19005
19006 fi
19007
19008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19009 conftest$ac_exeext conftest.$ac_ext
19010 ac_cv_sys_largefile_source=unknown
19011 break
19012 done
19013 fi
19014 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
19015 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
19016 case $ac_cv_sys_largefile_source in #(
19017 no | unknown) ;;
19018 *)
19019 cat >>confdefs.h <<_ACEOF
19020 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
19021 _ACEOF
19022 ;;
19023 esac
19024 rm -f conftest*
19025
19026 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
19027 # in glibc 2.1.3, but that breaks too many other things.
19028 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
19029 if test $ac_cv_sys_largefile_source != unknown; then
19030
19031 cat >>confdefs.h <<\_ACEOF
19032 #define HAVE_FSEEKO 1
19033 _ACEOF
19034
19035 fi
19036
19037
19038 # Configure getopt.
19039 # getopt.m4 serial 10
19040
19041 # The getopt module assume you want GNU getopt, with getopt_long etc,
19042 # rather than vanilla POSIX getopt. This means your your code should
19043 # always include <getopt.h> for the getopt prototypes.
19044
19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055 # Prerequisites of lib/getopt*.
19056
19057
19058
19059
19060 GETOPT_H=
19061
19062 for ac_header in getopt.h
19063 do
19064 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19065 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19066 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19067 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19068 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19069 echo $ECHO_N "(cached) $ECHO_C" >&6
19070 fi
19071 ac_res=`eval echo '${'$as_ac_Header'}'`
19072 { echo "$as_me:$LINENO: result: $ac_res" >&5
19073 echo "${ECHO_T}$ac_res" >&6; }
19074 else
19075 # Is the header compilable?
19076 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
19077 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
19078 cat >conftest.$ac_ext <<_ACEOF
19079 /* confdefs.h. */
19080 _ACEOF
19081 cat confdefs.h >>conftest.$ac_ext
19082 cat >>conftest.$ac_ext <<_ACEOF
19083 /* end confdefs.h. */
19084 $ac_includes_default
19085 #include <$ac_header>
19086 _ACEOF
19087 rm -f conftest.$ac_objext
19088 if { (ac_try="$ac_compile"
19089 case "(($ac_try" in
19090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19091 *) ac_try_echo=$ac_try;;
19092 esac
19093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19094 (eval "$ac_compile") 2>conftest.er1
19095 ac_status=$?
19096 grep -v '^ *+' conftest.er1 >conftest.err
19097 rm -f conftest.er1
19098 cat conftest.err >&5
19099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19100 (exit $ac_status); } && {
19101 test -z "$ac_c_werror_flag" ||
19102 test ! -s conftest.err
19103 } && test -s conftest.$ac_objext; then
19104 ac_header_compiler=yes
19105 else
19106 echo "$as_me: failed program was:" >&5
19107 sed 's/^/| /' conftest.$ac_ext >&5
19108
19109 ac_header_compiler=no
19110 fi
19111
19112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19113 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19114 echo "${ECHO_T}$ac_header_compiler" >&6; }
19115
19116 # Is the header present?
19117 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
19118 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
19119 cat >conftest.$ac_ext <<_ACEOF
19120 /* confdefs.h. */
19121 _ACEOF
19122 cat confdefs.h >>conftest.$ac_ext
19123 cat >>conftest.$ac_ext <<_ACEOF
19124 /* end confdefs.h. */
19125 #include <$ac_header>
19126 _ACEOF
19127 if { (ac_try="$ac_cpp conftest.$ac_ext"
19128 case "(($ac_try" in
19129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19130 *) ac_try_echo=$ac_try;;
19131 esac
19132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19133 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
19134 ac_status=$?
19135 grep -v '^ *+' conftest.er1 >conftest.err
19136 rm -f conftest.er1
19137 cat conftest.err >&5
19138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19139 (exit $ac_status); } >/dev/null && {
19140 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
19141 test ! -s conftest.err
19142 }; then
19143 ac_header_preproc=yes
19144 else
19145 echo "$as_me: failed program was:" >&5
19146 sed 's/^/| /' conftest.$ac_ext >&5
19147
19148 ac_header_preproc=no
19149 fi
19150
19151 rm -f conftest.err conftest.$ac_ext
19152 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19153 echo "${ECHO_T}$ac_header_preproc" >&6; }
19154
19155 # So? What about this header?
19156 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19157 yes:no: )
19158 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19159 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19160 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19161 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19162 ac_header_preproc=yes
19163 ;;
19164 no:yes:* )
19165 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19166 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19167 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19168 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19169 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19170 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19171 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19172 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19173 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19174 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19175 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19176 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19177
19178 ;;
19179 esac
19180 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19181 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19182 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19183 echo $ECHO_N "(cached) $ECHO_C" >&6
19184 else
19185 eval "$as_ac_Header=\$ac_header_preproc"
19186 fi
19187 ac_res=`eval echo '${'$as_ac_Header'}'`
19188 { echo "$as_me:$LINENO: result: $ac_res" >&5
19189 echo "${ECHO_T}$ac_res" >&6; }
19190
19191 fi
19192 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19193 cat >>confdefs.h <<_ACEOF
19194 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19195 _ACEOF
19196
19197 else
19198 GETOPT_H=getopt.h
19199 fi
19200
19201 done
19202
19203 if test -z "$GETOPT_H"; then
19204
19205 for ac_func in getopt_long_only
19206 do
19207 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19208 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19209 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19210 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19211 echo $ECHO_N "(cached) $ECHO_C" >&6
19212 else
19213 cat >conftest.$ac_ext <<_ACEOF
19214 /* confdefs.h. */
19215 _ACEOF
19216 cat confdefs.h >>conftest.$ac_ext
19217 cat >>conftest.$ac_ext <<_ACEOF
19218 /* end confdefs.h. */
19219 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19220 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19221 #define $ac_func innocuous_$ac_func
19222
19223 /* System header to define __stub macros and hopefully few prototypes,
19224 which can conflict with char $ac_func (); below.
19225 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19226 <limits.h> exists even on freestanding compilers. */
19227
19228 #ifdef __STDC__
19229 # include <limits.h>
19230 #else
19231 # include <assert.h>
19232 #endif
19233
19234 #undef $ac_func
19235
19236 /* Override any GCC internal prototype to avoid an error.
19237 Use char because int might match the return type of a GCC
19238 builtin and then its argument prototype would still apply. */
19239 #ifdef __cplusplus
19240 extern "C"
19241 #endif
19242 char $ac_func ();
19243 /* The GNU C library defines this for functions which it implements
19244 to always fail with ENOSYS. Some functions are actually named
19245 something starting with __ and the normal name is an alias. */
19246 #if defined __stub_$ac_func || defined __stub___$ac_func
19247 choke me
19248 #endif
19249
19250 int
19251 main ()
19252 {
19253 return $ac_func ();
19254 ;
19255 return 0;
19256 }
19257 _ACEOF
19258 rm -f conftest.$ac_objext conftest$ac_exeext
19259 if { (ac_try="$ac_link"
19260 case "(($ac_try" in
19261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19262 *) ac_try_echo=$ac_try;;
19263 esac
19264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19265 (eval "$ac_link") 2>conftest.er1
19266 ac_status=$?
19267 grep -v '^ *+' conftest.er1 >conftest.err
19268 rm -f conftest.er1
19269 cat conftest.err >&5
19270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19271 (exit $ac_status); } && {
19272 test -z "$ac_c_werror_flag" ||
19273 test ! -s conftest.err
19274 } && test -s conftest$ac_exeext &&
19275 $as_test_x conftest$ac_exeext; then
19276 eval "$as_ac_var=yes"
19277 else
19278 echo "$as_me: failed program was:" >&5
19279 sed 's/^/| /' conftest.$ac_ext >&5
19280
19281 eval "$as_ac_var=no"
19282 fi
19283
19284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19285 conftest$ac_exeext conftest.$ac_ext
19286 fi
19287 ac_res=`eval echo '${'$as_ac_var'}'`
19288 { echo "$as_me:$LINENO: result: $ac_res" >&5
19289 echo "${ECHO_T}$ac_res" >&6; }
19290 if test `eval echo '${'$as_ac_var'}'` = yes; then
19291 cat >>confdefs.h <<_ACEOF
19292 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19293 _ACEOF
19294
19295 else
19296 GETOPT_H=getopt.h
19297 fi
19298 done
19299
19300 fi
19301
19302 if test -z "$GETOPT_H"; then
19303 { echo "$as_me:$LINENO: checking whether optreset is declared" >&5
19304 echo $ECHO_N "checking whether optreset is declared... $ECHO_C" >&6; }
19305 if test "${ac_cv_have_decl_optreset+set}" = set; then
19306 echo $ECHO_N "(cached) $ECHO_C" >&6
19307 else
19308 cat >conftest.$ac_ext <<_ACEOF
19309 /* confdefs.h. */
19310 _ACEOF
19311 cat confdefs.h >>conftest.$ac_ext
19312 cat >>conftest.$ac_ext <<_ACEOF
19313 /* end confdefs.h. */
19314 #include <getopt.h>
19315
19316 int
19317 main ()
19318 {
19319 #ifndef optreset
19320 (void) optreset;
19321 #endif
19322
19323 ;
19324 return 0;
19325 }
19326 _ACEOF
19327 rm -f conftest.$ac_objext
19328 if { (ac_try="$ac_compile"
19329 case "(($ac_try" in
19330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19331 *) ac_try_echo=$ac_try;;
19332 esac
19333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19334 (eval "$ac_compile") 2>conftest.er1
19335 ac_status=$?
19336 grep -v '^ *+' conftest.er1 >conftest.err
19337 rm -f conftest.er1
19338 cat conftest.err >&5
19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19340 (exit $ac_status); } && {
19341 test -z "$ac_c_werror_flag" ||
19342 test ! -s conftest.err
19343 } && test -s conftest.$ac_objext; then
19344 ac_cv_have_decl_optreset=yes
19345 else
19346 echo "$as_me: failed program was:" >&5
19347 sed 's/^/| /' conftest.$ac_ext >&5
19348
19349 ac_cv_have_decl_optreset=no
19350 fi
19351
19352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19353 fi
19354 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_optreset" >&5
19355 echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6; }
19356 if test $ac_cv_have_decl_optreset = yes; then
19357 GETOPT_H=getopt.h
19358 fi
19359
19360 fi
19361
19362 if test -z "$GETOPT_H"; then
19363 { echo "$as_me:$LINENO: checking for working GNU getopt function" >&5
19364 echo $ECHO_N "checking for working GNU getopt function... $ECHO_C" >&6; }
19365 if test "${gl_cv_func_gnu_getopt+set}" = set; then
19366 echo $ECHO_N "(cached) $ECHO_C" >&6
19367 else
19368 if test "$cross_compiling" = yes; then
19369 { echo "$as_me:$LINENO: checking whether getopt_clip is declared" >&5
19370 echo $ECHO_N "checking whether getopt_clip is declared... $ECHO_C" >&6; }
19371 if test "${ac_cv_have_decl_getopt_clip+set}" = set; then
19372 echo $ECHO_N "(cached) $ECHO_C" >&6
19373 else
19374 cat >conftest.$ac_ext <<_ACEOF
19375 /* confdefs.h. */
19376 _ACEOF
19377 cat confdefs.h >>conftest.$ac_ext
19378 cat >>conftest.$ac_ext <<_ACEOF
19379 /* end confdefs.h. */
19380 #include <getopt.h>
19381
19382 int
19383 main ()
19384 {
19385 #ifndef getopt_clip
19386 (void) getopt_clip;
19387 #endif
19388
19389 ;
19390 return 0;
19391 }
19392 _ACEOF
19393 rm -f conftest.$ac_objext
19394 if { (ac_try="$ac_compile"
19395 case "(($ac_try" in
19396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19397 *) ac_try_echo=$ac_try;;
19398 esac
19399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19400 (eval "$ac_compile") 2>conftest.er1
19401 ac_status=$?
19402 grep -v '^ *+' conftest.er1 >conftest.err
19403 rm -f conftest.er1
19404 cat conftest.err >&5
19405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19406 (exit $ac_status); } && {
19407 test -z "$ac_c_werror_flag" ||
19408 test ! -s conftest.err
19409 } && test -s conftest.$ac_objext; then
19410 ac_cv_have_decl_getopt_clip=yes
19411 else
19412 echo "$as_me: failed program was:" >&5
19413 sed 's/^/| /' conftest.$ac_ext >&5
19414
19415 ac_cv_have_decl_getopt_clip=no
19416 fi
19417
19418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19419 fi
19420 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt_clip" >&5
19421 echo "${ECHO_T}$ac_cv_have_decl_getopt_clip" >&6; }
19422 if test $ac_cv_have_decl_getopt_clip = yes; then
19423 gl_cv_func_gnu_getopt=no
19424 else
19425 gl_cv_func_gnu_getopt=yes
19426 fi
19427
19428 else
19429 cat >conftest.$ac_ext <<_ACEOF
19430 /* confdefs.h. */
19431 _ACEOF
19432 cat confdefs.h >>conftest.$ac_ext
19433 cat >>conftest.$ac_ext <<_ACEOF
19434 /* end confdefs.h. */
19435 #include <getopt.h>
19436 int
19437 main ()
19438 {
19439
19440 char *myargv[3];
19441 myargv[0] = "conftest";
19442 myargv[1] = "-+";
19443 myargv[2] = 0;
19444 return getopt (2, myargv, "+a") != '?';
19445
19446 ;
19447 return 0;
19448 }
19449 _ACEOF
19450 rm -f conftest$ac_exeext
19451 if { (ac_try="$ac_link"
19452 case "(($ac_try" in
19453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19454 *) ac_try_echo=$ac_try;;
19455 esac
19456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19457 (eval "$ac_link") 2>&5
19458 ac_status=$?
19459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19460 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19461 { (case "(($ac_try" in
19462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19463 *) ac_try_echo=$ac_try;;
19464 esac
19465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19466 (eval "$ac_try") 2>&5
19467 ac_status=$?
19468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19469 (exit $ac_status); }; }; then
19470 gl_cv_func_gnu_getopt=yes
19471 else
19472 echo "$as_me: program exited with status $ac_status" >&5
19473 echo "$as_me: failed program was:" >&5
19474 sed 's/^/| /' conftest.$ac_ext >&5
19475
19476 ( exit $ac_status )
19477 gl_cv_func_gnu_getopt=no
19478 fi
19479 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19480 fi
19481
19482
19483 fi
19484 { echo "$as_me:$LINENO: result: $gl_cv_func_gnu_getopt" >&5
19485 echo "${ECHO_T}$gl_cv_func_gnu_getopt" >&6; }
19486 if test "$gl_cv_func_gnu_getopt" = "no"; then
19487 GETOPT_H=getopt.h
19488 fi
19489 fi
19490
19491
19492
19493 if test -n "$GETOPT_H"; then
19494
19495
19496 GETOPT_H=getopt.h
19497
19498 cat >>confdefs.h <<\_ACEOF
19499 #define __GETOPT_PREFIX rpl_
19500 _ACEOF
19501
19502
19503
19504 :
19505 GETOPTOBJS='getopt.o getopt1.o'
19506
19507 fi
19508
19509
19510
19511
19512 { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
19513 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; }
19514 if test "${ac_cv_func_getpgrp_void+set}" = set; then
19515 echo $ECHO_N "(cached) $ECHO_C" >&6
19516 else
19517 # Use it with a single arg.
19518 cat >conftest.$ac_ext <<_ACEOF
19519 /* confdefs.h. */
19520 _ACEOF
19521 cat confdefs.h >>conftest.$ac_ext
19522 cat >>conftest.$ac_ext <<_ACEOF
19523 /* end confdefs.h. */
19524 $ac_includes_default
19525 int
19526 main ()
19527 {
19528 getpgrp (0);
19529 ;
19530 return 0;
19531 }
19532 _ACEOF
19533 rm -f conftest.$ac_objext
19534 if { (ac_try="$ac_compile"
19535 case "(($ac_try" in
19536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19537 *) ac_try_echo=$ac_try;;
19538 esac
19539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19540 (eval "$ac_compile") 2>conftest.er1
19541 ac_status=$?
19542 grep -v '^ *+' conftest.er1 >conftest.err
19543 rm -f conftest.er1
19544 cat conftest.err >&5
19545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19546 (exit $ac_status); } && {
19547 test -z "$ac_c_werror_flag" ||
19548 test ! -s conftest.err
19549 } && test -s conftest.$ac_objext; then
19550 ac_cv_func_getpgrp_void=no
19551 else
19552 echo "$as_me: failed program was:" >&5
19553 sed 's/^/| /' conftest.$ac_ext >&5
19554
19555 ac_cv_func_getpgrp_void=yes
19556 fi
19557
19558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19559
19560 fi
19561 { echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
19562 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; }
19563 if test $ac_cv_func_getpgrp_void = yes; then
19564
19565 cat >>confdefs.h <<\_ACEOF
19566 #define GETPGRP_VOID 1
19567 _ACEOF
19568
19569 fi
19570
19571
19572
19573 for ac_func in strftime
19574 do
19575 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19576 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19577 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19578 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19579 echo $ECHO_N "(cached) $ECHO_C" >&6
19580 else
19581 cat >conftest.$ac_ext <<_ACEOF
19582 /* confdefs.h. */
19583 _ACEOF
19584 cat confdefs.h >>conftest.$ac_ext
19585 cat >>conftest.$ac_ext <<_ACEOF
19586 /* end confdefs.h. */
19587 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19588 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19589 #define $ac_func innocuous_$ac_func
19590
19591 /* System header to define __stub macros and hopefully few prototypes,
19592 which can conflict with char $ac_func (); below.
19593 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19594 <limits.h> exists even on freestanding compilers. */
19595
19596 #ifdef __STDC__
19597 # include <limits.h>
19598 #else
19599 # include <assert.h>
19600 #endif
19601
19602 #undef $ac_func
19603
19604 /* Override any GCC internal prototype to avoid an error.
19605 Use char because int might match the return type of a GCC
19606 builtin and then its argument prototype would still apply. */
19607 #ifdef __cplusplus
19608 extern "C"
19609 #endif
19610 char $ac_func ();
19611 /* The GNU C library defines this for functions which it implements
19612 to always fail with ENOSYS. Some functions are actually named
19613 something starting with __ and the normal name is an alias. */
19614 #if defined __stub_$ac_func || defined __stub___$ac_func
19615 choke me
19616 #endif
19617
19618 int
19619 main ()
19620 {
19621 return $ac_func ();
19622 ;
19623 return 0;
19624 }
19625 _ACEOF
19626 rm -f conftest.$ac_objext conftest$ac_exeext
19627 if { (ac_try="$ac_link"
19628 case "(($ac_try" in
19629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19630 *) ac_try_echo=$ac_try;;
19631 esac
19632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19633 (eval "$ac_link") 2>conftest.er1
19634 ac_status=$?
19635 grep -v '^ *+' conftest.er1 >conftest.err
19636 rm -f conftest.er1
19637 cat conftest.err >&5
19638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19639 (exit $ac_status); } && {
19640 test -z "$ac_c_werror_flag" ||
19641 test ! -s conftest.err
19642 } && test -s conftest$ac_exeext &&
19643 $as_test_x conftest$ac_exeext; then
19644 eval "$as_ac_var=yes"
19645 else
19646 echo "$as_me: failed program was:" >&5
19647 sed 's/^/| /' conftest.$ac_ext >&5
19648
19649 eval "$as_ac_var=no"
19650 fi
19651
19652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19653 conftest$ac_exeext conftest.$ac_ext
19654 fi
19655 ac_res=`eval echo '${'$as_ac_var'}'`
19656 { echo "$as_me:$LINENO: result: $ac_res" >&5
19657 echo "${ECHO_T}$ac_res" >&6; }
19658 if test `eval echo '${'$as_ac_var'}'` = yes; then
19659 cat >>confdefs.h <<_ACEOF
19660 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19661 _ACEOF
19662
19663 else
19664 # strftime is in -lintl on SCO UNIX.
19665 { echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
19666 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; }
19667 if test "${ac_cv_lib_intl_strftime+set}" = set; then
19668 echo $ECHO_N "(cached) $ECHO_C" >&6
19669 else
19670 ac_check_lib_save_LIBS=$LIBS
19671 LIBS="-lintl $LIBS"
19672 cat >conftest.$ac_ext <<_ACEOF
19673 /* confdefs.h. */
19674 _ACEOF
19675 cat confdefs.h >>conftest.$ac_ext
19676 cat >>conftest.$ac_ext <<_ACEOF
19677 /* end confdefs.h. */
19678
19679 /* Override any GCC internal prototype to avoid an error.
19680 Use char because int might match the return type of a GCC
19681 builtin and then its argument prototype would still apply. */
19682 #ifdef __cplusplus
19683 extern "C"
19684 #endif
19685 char strftime ();
19686 int
19687 main ()
19688 {
19689 return strftime ();
19690 ;
19691 return 0;
19692 }
19693 _ACEOF
19694 rm -f conftest.$ac_objext conftest$ac_exeext
19695 if { (ac_try="$ac_link"
19696 case "(($ac_try" in
19697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19698 *) ac_try_echo=$ac_try;;
19699 esac
19700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19701 (eval "$ac_link") 2>conftest.er1
19702 ac_status=$?
19703 grep -v '^ *+' conftest.er1 >conftest.err
19704 rm -f conftest.er1
19705 cat conftest.err >&5
19706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19707 (exit $ac_status); } && {
19708 test -z "$ac_c_werror_flag" ||
19709 test ! -s conftest.err
19710 } && test -s conftest$ac_exeext &&
19711 $as_test_x conftest$ac_exeext; then
19712 ac_cv_lib_intl_strftime=yes
19713 else
19714 echo "$as_me: failed program was:" >&5
19715 sed 's/^/| /' conftest.$ac_ext >&5
19716
19717 ac_cv_lib_intl_strftime=no
19718 fi
19719
19720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19721 conftest$ac_exeext conftest.$ac_ext
19722 LIBS=$ac_check_lib_save_LIBS
19723 fi
19724 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
19725 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
19726 if test $ac_cv_lib_intl_strftime = yes; then
19727 cat >>confdefs.h <<\_ACEOF
19728 #define HAVE_STRFTIME 1
19729 _ACEOF
19730
19731 LIBS="-lintl $LIBS"
19732 fi
19733
19734 fi
19735 done
19736
19737
19738 # UNIX98 PTYs.
19739
19740 for ac_func in grantpt
19741 do
19742 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19743 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19744 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19745 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19746 echo $ECHO_N "(cached) $ECHO_C" >&6
19747 else
19748 cat >conftest.$ac_ext <<_ACEOF
19749 /* confdefs.h. */
19750 _ACEOF
19751 cat confdefs.h >>conftest.$ac_ext
19752 cat >>conftest.$ac_ext <<_ACEOF
19753 /* end confdefs.h. */
19754 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19755 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19756 #define $ac_func innocuous_$ac_func
19757
19758 /* System header to define __stub macros and hopefully few prototypes,
19759 which can conflict with char $ac_func (); below.
19760 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19761 <limits.h> exists even on freestanding compilers. */
19762
19763 #ifdef __STDC__
19764 # include <limits.h>
19765 #else
19766 # include <assert.h>
19767 #endif
19768
19769 #undef $ac_func
19770
19771 /* Override any GCC internal prototype to avoid an error.
19772 Use char because int might match the return type of a GCC
19773 builtin and then its argument prototype would still apply. */
19774 #ifdef __cplusplus
19775 extern "C"
19776 #endif
19777 char $ac_func ();
19778 /* The GNU C library defines this for functions which it implements
19779 to always fail with ENOSYS. Some functions are actually named
19780 something starting with __ and the normal name is an alias. */
19781 #if defined __stub_$ac_func || defined __stub___$ac_func
19782 choke me
19783 #endif
19784
19785 int
19786 main ()
19787 {
19788 return $ac_func ();
19789 ;
19790 return 0;
19791 }
19792 _ACEOF
19793 rm -f conftest.$ac_objext conftest$ac_exeext
19794 if { (ac_try="$ac_link"
19795 case "(($ac_try" in
19796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19797 *) ac_try_echo=$ac_try;;
19798 esac
19799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19800 (eval "$ac_link") 2>conftest.er1
19801 ac_status=$?
19802 grep -v '^ *+' conftest.er1 >conftest.err
19803 rm -f conftest.er1
19804 cat conftest.err >&5
19805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19806 (exit $ac_status); } && {
19807 test -z "$ac_c_werror_flag" ||
19808 test ! -s conftest.err
19809 } && test -s conftest$ac_exeext &&
19810 $as_test_x conftest$ac_exeext; then
19811 eval "$as_ac_var=yes"
19812 else
19813 echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5
19815
19816 eval "$as_ac_var=no"
19817 fi
19818
19819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19820 conftest$ac_exeext conftest.$ac_ext
19821 fi
19822 ac_res=`eval echo '${'$as_ac_var'}'`
19823 { echo "$as_me:$LINENO: result: $ac_res" >&5
19824 echo "${ECHO_T}$ac_res" >&6; }
19825 if test `eval echo '${'$as_ac_var'}'` = yes; then
19826 cat >>confdefs.h <<_ACEOF
19827 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19828 _ACEOF
19829
19830 fi
19831 done
19832
19833
19834 # PTY-related GNU extensions.
19835
19836 for ac_func in getpt
19837 do
19838 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19839 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19840 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19841 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19842 echo $ECHO_N "(cached) $ECHO_C" >&6
19843 else
19844 cat >conftest.$ac_ext <<_ACEOF
19845 /* confdefs.h. */
19846 _ACEOF
19847 cat confdefs.h >>conftest.$ac_ext
19848 cat >>conftest.$ac_ext <<_ACEOF
19849 /* end confdefs.h. */
19850 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19852 #define $ac_func innocuous_$ac_func
19853
19854 /* System header to define __stub macros and hopefully few prototypes,
19855 which can conflict with char $ac_func (); below.
19856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19857 <limits.h> exists even on freestanding compilers. */
19858
19859 #ifdef __STDC__
19860 # include <limits.h>
19861 #else
19862 # include <assert.h>
19863 #endif
19864
19865 #undef $ac_func
19866
19867 /* Override any GCC internal prototype to avoid an error.
19868 Use char because int might match the return type of a GCC
19869 builtin and then its argument prototype would still apply. */
19870 #ifdef __cplusplus
19871 extern "C"
19872 #endif
19873 char $ac_func ();
19874 /* The GNU C library defines this for functions which it implements
19875 to always fail with ENOSYS. Some functions are actually named
19876 something starting with __ and the normal name is an alias. */
19877 #if defined __stub_$ac_func || defined __stub___$ac_func
19878 choke me
19879 #endif
19880
19881 int
19882 main ()
19883 {
19884 return $ac_func ();
19885 ;
19886 return 0;
19887 }
19888 _ACEOF
19889 rm -f conftest.$ac_objext conftest$ac_exeext
19890 if { (ac_try="$ac_link"
19891 case "(($ac_try" in
19892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19893 *) ac_try_echo=$ac_try;;
19894 esac
19895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19896 (eval "$ac_link") 2>conftest.er1
19897 ac_status=$?
19898 grep -v '^ *+' conftest.er1 >conftest.err
19899 rm -f conftest.er1
19900 cat conftest.err >&5
19901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902 (exit $ac_status); } && {
19903 test -z "$ac_c_werror_flag" ||
19904 test ! -s conftest.err
19905 } && test -s conftest$ac_exeext &&
19906 $as_test_x conftest$ac_exeext; then
19907 eval "$as_ac_var=yes"
19908 else
19909 echo "$as_me: failed program was:" >&5
19910 sed 's/^/| /' conftest.$ac_ext >&5
19911
19912 eval "$as_ac_var=no"
19913 fi
19914
19915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19916 conftest$ac_exeext conftest.$ac_ext
19917 fi
19918 ac_res=`eval echo '${'$as_ac_var'}'`
19919 { echo "$as_me:$LINENO: result: $ac_res" >&5
19920 echo "${ECHO_T}$ac_res" >&6; }
19921 if test `eval echo '${'$as_ac_var'}'` = yes; then
19922 cat >>confdefs.h <<_ACEOF
19923 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19924 _ACEOF
19925
19926 fi
19927 done
19928
19929
19930 # Check this now, so that we will NOT find the above functions in ncurses.
19931 # That is because we have not set up to link ncurses in lib-src.
19932 # It's better to believe a function is not available
19933 # than to expect to find it in ncurses.
19934
19935 { echo "$as_me:$LINENO: checking for tparm in -lncurses" >&5
19936 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6; }
19937 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
19938 echo $ECHO_N "(cached) $ECHO_C" >&6
19939 else
19940 ac_check_lib_save_LIBS=$LIBS
19941 LIBS="-lncurses $LIBS"
19942 cat >conftest.$ac_ext <<_ACEOF
19943 /* confdefs.h. */
19944 _ACEOF
19945 cat confdefs.h >>conftest.$ac_ext
19946 cat >>conftest.$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948
19949 /* Override any GCC internal prototype to avoid an error.
19950 Use char because int might match the return type of a GCC
19951 builtin and then its argument prototype would still apply. */
19952 #ifdef __cplusplus
19953 extern "C"
19954 #endif
19955 char tparm ();
19956 int
19957 main ()
19958 {
19959 return tparm ();
19960 ;
19961 return 0;
19962 }
19963 _ACEOF
19964 rm -f conftest.$ac_objext conftest$ac_exeext
19965 if { (ac_try="$ac_link"
19966 case "(($ac_try" in
19967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19968 *) ac_try_echo=$ac_try;;
19969 esac
19970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19971 (eval "$ac_link") 2>conftest.er1
19972 ac_status=$?
19973 grep -v '^ *+' conftest.er1 >conftest.err
19974 rm -f conftest.er1
19975 cat conftest.err >&5
19976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19977 (exit $ac_status); } && {
19978 test -z "$ac_c_werror_flag" ||
19979 test ! -s conftest.err
19980 } && test -s conftest$ac_exeext &&
19981 $as_test_x conftest$ac_exeext; then
19982 ac_cv_lib_ncurses_tparm=yes
19983 else
19984 echo "$as_me: failed program was:" >&5
19985 sed 's/^/| /' conftest.$ac_ext >&5
19986
19987 ac_cv_lib_ncurses_tparm=no
19988 fi
19989
19990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19991 conftest$ac_exeext conftest.$ac_ext
19992 LIBS=$ac_check_lib_save_LIBS
19993 fi
19994 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
19995 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6; }
19996 if test $ac_cv_lib_ncurses_tparm = yes; then
19997 cat >>confdefs.h <<_ACEOF
19998 #define HAVE_LIBNCURSES 1
19999 _ACEOF
20000
20001 LIBS="-lncurses $LIBS"
20002
20003 fi
20004
20005
20006 # Do we need the Hesiod library to provide the support routines?
20007 if test "$with_hesiod" = yes ; then
20008 # Don't set $LIBS here -- see comments above.
20009 resolv=no
20010 { echo "$as_me:$LINENO: checking for res_send" >&5
20011 echo $ECHO_N "checking for res_send... $ECHO_C" >&6; }
20012 if test "${ac_cv_func_res_send+set}" = set; then
20013 echo $ECHO_N "(cached) $ECHO_C" >&6
20014 else
20015 cat >conftest.$ac_ext <<_ACEOF
20016 /* confdefs.h. */
20017 _ACEOF
20018 cat confdefs.h >>conftest.$ac_ext
20019 cat >>conftest.$ac_ext <<_ACEOF
20020 /* end confdefs.h. */
20021 /* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
20022 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20023 #define res_send innocuous_res_send
20024
20025 /* System header to define __stub macros and hopefully few prototypes,
20026 which can conflict with char res_send (); below.
20027 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20028 <limits.h> exists even on freestanding compilers. */
20029
20030 #ifdef __STDC__
20031 # include <limits.h>
20032 #else
20033 # include <assert.h>
20034 #endif
20035
20036 #undef res_send
20037
20038 /* Override any GCC internal prototype to avoid an error.
20039 Use char because int might match the return type of a GCC
20040 builtin and then its argument prototype would still apply. */
20041 #ifdef __cplusplus
20042 extern "C"
20043 #endif
20044 char res_send ();
20045 /* The GNU C library defines this for functions which it implements
20046 to always fail with ENOSYS. Some functions are actually named
20047 something starting with __ and the normal name is an alias. */
20048 #if defined __stub_res_send || defined __stub___res_send
20049 choke me
20050 #endif
20051
20052 int
20053 main ()
20054 {
20055 return res_send ();
20056 ;
20057 return 0;
20058 }
20059 _ACEOF
20060 rm -f conftest.$ac_objext conftest$ac_exeext
20061 if { (ac_try="$ac_link"
20062 case "(($ac_try" in
20063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20064 *) ac_try_echo=$ac_try;;
20065 esac
20066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20067 (eval "$ac_link") 2>conftest.er1
20068 ac_status=$?
20069 grep -v '^ *+' conftest.er1 >conftest.err
20070 rm -f conftest.er1
20071 cat conftest.err >&5
20072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073 (exit $ac_status); } && {
20074 test -z "$ac_c_werror_flag" ||
20075 test ! -s conftest.err
20076 } && test -s conftest$ac_exeext &&
20077 $as_test_x conftest$ac_exeext; then
20078 ac_cv_func_res_send=yes
20079 else
20080 echo "$as_me: failed program was:" >&5
20081 sed 's/^/| /' conftest.$ac_ext >&5
20082
20083 ac_cv_func_res_send=no
20084 fi
20085
20086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20087 conftest$ac_exeext conftest.$ac_ext
20088 fi
20089 { echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
20090 echo "${ECHO_T}$ac_cv_func_res_send" >&6; }
20091 if test $ac_cv_func_res_send = yes; then
20092 :
20093 else
20094 { echo "$as_me:$LINENO: checking for __res_send" >&5
20095 echo $ECHO_N "checking for __res_send... $ECHO_C" >&6; }
20096 if test "${ac_cv_func___res_send+set}" = set; then
20097 echo $ECHO_N "(cached) $ECHO_C" >&6
20098 else
20099 cat >conftest.$ac_ext <<_ACEOF
20100 /* confdefs.h. */
20101 _ACEOF
20102 cat confdefs.h >>conftest.$ac_ext
20103 cat >>conftest.$ac_ext <<_ACEOF
20104 /* end confdefs.h. */
20105 /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
20106 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20107 #define __res_send innocuous___res_send
20108
20109 /* System header to define __stub macros and hopefully few prototypes,
20110 which can conflict with char __res_send (); below.
20111 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20112 <limits.h> exists even on freestanding compilers. */
20113
20114 #ifdef __STDC__
20115 # include <limits.h>
20116 #else
20117 # include <assert.h>
20118 #endif
20119
20120 #undef __res_send
20121
20122 /* Override any GCC internal prototype to avoid an error.
20123 Use char because int might match the return type of a GCC
20124 builtin and then its argument prototype would still apply. */
20125 #ifdef __cplusplus
20126 extern "C"
20127 #endif
20128 char __res_send ();
20129 /* The GNU C library defines this for functions which it implements
20130 to always fail with ENOSYS. Some functions are actually named
20131 something starting with __ and the normal name is an alias. */
20132 #if defined __stub___res_send || defined __stub_____res_send
20133 choke me
20134 #endif
20135
20136 int
20137 main ()
20138 {
20139 return __res_send ();
20140 ;
20141 return 0;
20142 }
20143 _ACEOF
20144 rm -f conftest.$ac_objext conftest$ac_exeext
20145 if { (ac_try="$ac_link"
20146 case "(($ac_try" in
20147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20148 *) ac_try_echo=$ac_try;;
20149 esac
20150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20151 (eval "$ac_link") 2>conftest.er1
20152 ac_status=$?
20153 grep -v '^ *+' conftest.er1 >conftest.err
20154 rm -f conftest.er1
20155 cat conftest.err >&5
20156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20157 (exit $ac_status); } && {
20158 test -z "$ac_c_werror_flag" ||
20159 test ! -s conftest.err
20160 } && test -s conftest$ac_exeext &&
20161 $as_test_x conftest$ac_exeext; then
20162 ac_cv_func___res_send=yes
20163 else
20164 echo "$as_me: failed program was:" >&5
20165 sed 's/^/| /' conftest.$ac_ext >&5
20166
20167 ac_cv_func___res_send=no
20168 fi
20169
20170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20171 conftest$ac_exeext conftest.$ac_ext
20172 fi
20173 { echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
20174 echo "${ECHO_T}$ac_cv_func___res_send" >&6; }
20175 if test $ac_cv_func___res_send = yes; then
20176 :
20177 else
20178 { echo "$as_me:$LINENO: checking for res_send in -lresolv" >&5
20179 echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6; }
20180 if test "${ac_cv_lib_resolv_res_send+set}" = set; then
20181 echo $ECHO_N "(cached) $ECHO_C" >&6
20182 else
20183 ac_check_lib_save_LIBS=$LIBS
20184 LIBS="-lresolv $LIBS"
20185 cat >conftest.$ac_ext <<_ACEOF
20186 /* confdefs.h. */
20187 _ACEOF
20188 cat confdefs.h >>conftest.$ac_ext
20189 cat >>conftest.$ac_ext <<_ACEOF
20190 /* end confdefs.h. */
20191
20192 /* Override any GCC internal prototype to avoid an error.
20193 Use char because int might match the return type of a GCC
20194 builtin and then its argument prototype would still apply. */
20195 #ifdef __cplusplus
20196 extern "C"
20197 #endif
20198 char res_send ();
20199 int
20200 main ()
20201 {
20202 return res_send ();
20203 ;
20204 return 0;
20205 }
20206 _ACEOF
20207 rm -f conftest.$ac_objext conftest$ac_exeext
20208 if { (ac_try="$ac_link"
20209 case "(($ac_try" in
20210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20211 *) ac_try_echo=$ac_try;;
20212 esac
20213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20214 (eval "$ac_link") 2>conftest.er1
20215 ac_status=$?
20216 grep -v '^ *+' conftest.er1 >conftest.err
20217 rm -f conftest.er1
20218 cat conftest.err >&5
20219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20220 (exit $ac_status); } && {
20221 test -z "$ac_c_werror_flag" ||
20222 test ! -s conftest.err
20223 } && test -s conftest$ac_exeext &&
20224 $as_test_x conftest$ac_exeext; then
20225 ac_cv_lib_resolv_res_send=yes
20226 else
20227 echo "$as_me: failed program was:" >&5
20228 sed 's/^/| /' conftest.$ac_ext >&5
20229
20230 ac_cv_lib_resolv_res_send=no
20231 fi
20232
20233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20234 conftest$ac_exeext conftest.$ac_ext
20235 LIBS=$ac_check_lib_save_LIBS
20236 fi
20237 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
20238 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6; }
20239 if test $ac_cv_lib_resolv_res_send = yes; then
20240 resolv=yes
20241 else
20242 { echo "$as_me:$LINENO: checking for __res_send in -lresolv" >&5
20243 echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6; }
20244 if test "${ac_cv_lib_resolv___res_send+set}" = set; then
20245 echo $ECHO_N "(cached) $ECHO_C" >&6
20246 else
20247 ac_check_lib_save_LIBS=$LIBS
20248 LIBS="-lresolv $LIBS"
20249 cat >conftest.$ac_ext <<_ACEOF
20250 /* confdefs.h. */
20251 _ACEOF
20252 cat confdefs.h >>conftest.$ac_ext
20253 cat >>conftest.$ac_ext <<_ACEOF
20254 /* end confdefs.h. */
20255
20256 /* Override any GCC internal prototype to avoid an error.
20257 Use char because int might match the return type of a GCC
20258 builtin and then its argument prototype would still apply. */
20259 #ifdef __cplusplus
20260 extern "C"
20261 #endif
20262 char __res_send ();
20263 int
20264 main ()
20265 {
20266 return __res_send ();
20267 ;
20268 return 0;
20269 }
20270 _ACEOF
20271 rm -f conftest.$ac_objext conftest$ac_exeext
20272 if { (ac_try="$ac_link"
20273 case "(($ac_try" in
20274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20275 *) ac_try_echo=$ac_try;;
20276 esac
20277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20278 (eval "$ac_link") 2>conftest.er1
20279 ac_status=$?
20280 grep -v '^ *+' conftest.er1 >conftest.err
20281 rm -f conftest.er1
20282 cat conftest.err >&5
20283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284 (exit $ac_status); } && {
20285 test -z "$ac_c_werror_flag" ||
20286 test ! -s conftest.err
20287 } && test -s conftest$ac_exeext &&
20288 $as_test_x conftest$ac_exeext; then
20289 ac_cv_lib_resolv___res_send=yes
20290 else
20291 echo "$as_me: failed program was:" >&5
20292 sed 's/^/| /' conftest.$ac_ext >&5
20293
20294 ac_cv_lib_resolv___res_send=no
20295 fi
20296
20297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20298 conftest$ac_exeext conftest.$ac_ext
20299 LIBS=$ac_check_lib_save_LIBS
20300 fi
20301 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
20302 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6; }
20303 if test $ac_cv_lib_resolv___res_send = yes; then
20304 resolv=yes
20305 fi
20306
20307 fi
20308
20309 fi
20310
20311 fi
20312
20313 if test "$resolv" = yes ; then
20314 RESOLVLIB=-lresolv
20315
20316 cat >>confdefs.h <<\_ACEOF
20317 #define HAVE_LIBRESOLV 1
20318 _ACEOF
20319
20320 else
20321 RESOLVLIB=
20322 fi
20323 { echo "$as_me:$LINENO: checking for hes_getmailhost" >&5
20324 echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6; }
20325 if test "${ac_cv_func_hes_getmailhost+set}" = set; then
20326 echo $ECHO_N "(cached) $ECHO_C" >&6
20327 else
20328 cat >conftest.$ac_ext <<_ACEOF
20329 /* confdefs.h. */
20330 _ACEOF
20331 cat confdefs.h >>conftest.$ac_ext
20332 cat >>conftest.$ac_ext <<_ACEOF
20333 /* end confdefs.h. */
20334 /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
20335 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20336 #define hes_getmailhost innocuous_hes_getmailhost
20337
20338 /* System header to define __stub macros and hopefully few prototypes,
20339 which can conflict with char hes_getmailhost (); below.
20340 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20341 <limits.h> exists even on freestanding compilers. */
20342
20343 #ifdef __STDC__
20344 # include <limits.h>
20345 #else
20346 # include <assert.h>
20347 #endif
20348
20349 #undef hes_getmailhost
20350
20351 /* Override any GCC internal prototype to avoid an error.
20352 Use char because int might match the return type of a GCC
20353 builtin and then its argument prototype would still apply. */
20354 #ifdef __cplusplus
20355 extern "C"
20356 #endif
20357 char hes_getmailhost ();
20358 /* The GNU C library defines this for functions which it implements
20359 to always fail with ENOSYS. Some functions are actually named
20360 something starting with __ and the normal name is an alias. */
20361 #if defined __stub_hes_getmailhost || defined __stub___hes_getmailhost
20362 choke me
20363 #endif
20364
20365 int
20366 main ()
20367 {
20368 return hes_getmailhost ();
20369 ;
20370 return 0;
20371 }
20372 _ACEOF
20373 rm -f conftest.$ac_objext conftest$ac_exeext
20374 if { (ac_try="$ac_link"
20375 case "(($ac_try" in
20376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20377 *) ac_try_echo=$ac_try;;
20378 esac
20379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20380 (eval "$ac_link") 2>conftest.er1
20381 ac_status=$?
20382 grep -v '^ *+' conftest.er1 >conftest.err
20383 rm -f conftest.er1
20384 cat conftest.err >&5
20385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386 (exit $ac_status); } && {
20387 test -z "$ac_c_werror_flag" ||
20388 test ! -s conftest.err
20389 } && test -s conftest$ac_exeext &&
20390 $as_test_x conftest$ac_exeext; then
20391 ac_cv_func_hes_getmailhost=yes
20392 else
20393 echo "$as_me: failed program was:" >&5
20394 sed 's/^/| /' conftest.$ac_ext >&5
20395
20396 ac_cv_func_hes_getmailhost=no
20397 fi
20398
20399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20400 conftest$ac_exeext conftest.$ac_ext
20401 fi
20402 { echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
20403 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6; }
20404 if test $ac_cv_func_hes_getmailhost = yes; then
20405 :
20406 else
20407 { echo "$as_me:$LINENO: checking for hes_getmailhost in -lhesiod" >&5
20408 echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6; }
20409 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
20410 echo $ECHO_N "(cached) $ECHO_C" >&6
20411 else
20412 ac_check_lib_save_LIBS=$LIBS
20413 LIBS="-lhesiod $RESOLVLIB $LIBS"
20414 cat >conftest.$ac_ext <<_ACEOF
20415 /* confdefs.h. */
20416 _ACEOF
20417 cat confdefs.h >>conftest.$ac_ext
20418 cat >>conftest.$ac_ext <<_ACEOF
20419 /* end confdefs.h. */
20420
20421 /* Override any GCC internal prototype to avoid an error.
20422 Use char because int might match the return type of a GCC
20423 builtin and then its argument prototype would still apply. */
20424 #ifdef __cplusplus
20425 extern "C"
20426 #endif
20427 char hes_getmailhost ();
20428 int
20429 main ()
20430 {
20431 return hes_getmailhost ();
20432 ;
20433 return 0;
20434 }
20435 _ACEOF
20436 rm -f conftest.$ac_objext conftest$ac_exeext
20437 if { (ac_try="$ac_link"
20438 case "(($ac_try" in
20439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20440 *) ac_try_echo=$ac_try;;
20441 esac
20442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20443 (eval "$ac_link") 2>conftest.er1
20444 ac_status=$?
20445 grep -v '^ *+' conftest.er1 >conftest.err
20446 rm -f conftest.er1
20447 cat conftest.err >&5
20448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20449 (exit $ac_status); } && {
20450 test -z "$ac_c_werror_flag" ||
20451 test ! -s conftest.err
20452 } && test -s conftest$ac_exeext &&
20453 $as_test_x conftest$ac_exeext; then
20454 ac_cv_lib_hesiod_hes_getmailhost=yes
20455 else
20456 echo "$as_me: failed program was:" >&5
20457 sed 's/^/| /' conftest.$ac_ext >&5
20458
20459 ac_cv_lib_hesiod_hes_getmailhost=no
20460 fi
20461
20462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20463 conftest$ac_exeext conftest.$ac_ext
20464 LIBS=$ac_check_lib_save_LIBS
20465 fi
20466 { echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
20467 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
20468 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
20469
20470 cat >>confdefs.h <<\_ACEOF
20471 #define HAVE_LIBHESIOD 1
20472 _ACEOF
20473
20474 else
20475 :
20476 fi
20477
20478 fi
20479
20480 fi
20481
20482 # These tell us which Kerberos-related libraries to use.
20483 if test "${with_kerberos+set}" = set; then
20484
20485 { echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
20486 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6; }
20487 if test "${ac_cv_lib_com_err_com_err+set}" = set; then
20488 echo $ECHO_N "(cached) $ECHO_C" >&6
20489 else
20490 ac_check_lib_save_LIBS=$LIBS
20491 LIBS="-lcom_err $LIBS"
20492 cat >conftest.$ac_ext <<_ACEOF
20493 /* confdefs.h. */
20494 _ACEOF
20495 cat confdefs.h >>conftest.$ac_ext
20496 cat >>conftest.$ac_ext <<_ACEOF
20497 /* end confdefs.h. */
20498
20499 /* Override any GCC internal prototype to avoid an error.
20500 Use char because int might match the return type of a GCC
20501 builtin and then its argument prototype would still apply. */
20502 #ifdef __cplusplus
20503 extern "C"
20504 #endif
20505 char com_err ();
20506 int
20507 main ()
20508 {
20509 return com_err ();
20510 ;
20511 return 0;
20512 }
20513 _ACEOF
20514 rm -f conftest.$ac_objext conftest$ac_exeext
20515 if { (ac_try="$ac_link"
20516 case "(($ac_try" in
20517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20518 *) ac_try_echo=$ac_try;;
20519 esac
20520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20521 (eval "$ac_link") 2>conftest.er1
20522 ac_status=$?
20523 grep -v '^ *+' conftest.er1 >conftest.err
20524 rm -f conftest.er1
20525 cat conftest.err >&5
20526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20527 (exit $ac_status); } && {
20528 test -z "$ac_c_werror_flag" ||
20529 test ! -s conftest.err
20530 } && test -s conftest$ac_exeext &&
20531 $as_test_x conftest$ac_exeext; then
20532 ac_cv_lib_com_err_com_err=yes
20533 else
20534 echo "$as_me: failed program was:" >&5
20535 sed 's/^/| /' conftest.$ac_ext >&5
20536
20537 ac_cv_lib_com_err_com_err=no
20538 fi
20539
20540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20541 conftest$ac_exeext conftest.$ac_ext
20542 LIBS=$ac_check_lib_save_LIBS
20543 fi
20544 { echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
20545 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6; }
20546 if test $ac_cv_lib_com_err_com_err = yes; then
20547 cat >>confdefs.h <<_ACEOF
20548 #define HAVE_LIBCOM_ERR 1
20549 _ACEOF
20550
20551 LIBS="-lcom_err $LIBS"
20552
20553 fi
20554
20555
20556 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
20557 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6; }
20558 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
20559 echo $ECHO_N "(cached) $ECHO_C" >&6
20560 else
20561 ac_check_lib_save_LIBS=$LIBS
20562 LIBS="-lk5crypto $LIBS"
20563 cat >conftest.$ac_ext <<_ACEOF
20564 /* confdefs.h. */
20565 _ACEOF
20566 cat confdefs.h >>conftest.$ac_ext
20567 cat >>conftest.$ac_ext <<_ACEOF
20568 /* end confdefs.h. */
20569
20570 /* Override any GCC internal prototype to avoid an error.
20571 Use char because int might match the return type of a GCC
20572 builtin and then its argument prototype would still apply. */
20573 #ifdef __cplusplus
20574 extern "C"
20575 #endif
20576 char mit_des_cbc_encrypt ();
20577 int
20578 main ()
20579 {
20580 return mit_des_cbc_encrypt ();
20581 ;
20582 return 0;
20583 }
20584 _ACEOF
20585 rm -f conftest.$ac_objext conftest$ac_exeext
20586 if { (ac_try="$ac_link"
20587 case "(($ac_try" in
20588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20589 *) ac_try_echo=$ac_try;;
20590 esac
20591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20592 (eval "$ac_link") 2>conftest.er1
20593 ac_status=$?
20594 grep -v '^ *+' conftest.er1 >conftest.err
20595 rm -f conftest.er1
20596 cat conftest.err >&5
20597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20598 (exit $ac_status); } && {
20599 test -z "$ac_c_werror_flag" ||
20600 test ! -s conftest.err
20601 } && test -s conftest$ac_exeext &&
20602 $as_test_x conftest$ac_exeext; then
20603 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
20604 else
20605 echo "$as_me: failed program was:" >&5
20606 sed 's/^/| /' conftest.$ac_ext >&5
20607
20608 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
20609 fi
20610
20611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20612 conftest$ac_exeext conftest.$ac_ext
20613 LIBS=$ac_check_lib_save_LIBS
20614 fi
20615 { echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
20616 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
20617 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
20618 cat >>confdefs.h <<_ACEOF
20619 #define HAVE_LIBK5CRYPTO 1
20620 _ACEOF
20621
20622 LIBS="-lk5crypto $LIBS"
20623
20624 fi
20625
20626
20627 { echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lcrypto" >&5
20628 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6; }
20629 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
20630 echo $ECHO_N "(cached) $ECHO_C" >&6
20631 else
20632 ac_check_lib_save_LIBS=$LIBS
20633 LIBS="-lcrypto $LIBS"
20634 cat >conftest.$ac_ext <<_ACEOF
20635 /* confdefs.h. */
20636 _ACEOF
20637 cat confdefs.h >>conftest.$ac_ext
20638 cat >>conftest.$ac_ext <<_ACEOF
20639 /* end confdefs.h. */
20640
20641 /* Override any GCC internal prototype to avoid an error.
20642 Use char because int might match the return type of a GCC
20643 builtin and then its argument prototype would still apply. */
20644 #ifdef __cplusplus
20645 extern "C"
20646 #endif
20647 char mit_des_cbc_encrypt ();
20648 int
20649 main ()
20650 {
20651 return mit_des_cbc_encrypt ();
20652 ;
20653 return 0;
20654 }
20655 _ACEOF
20656 rm -f conftest.$ac_objext conftest$ac_exeext
20657 if { (ac_try="$ac_link"
20658 case "(($ac_try" in
20659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20660 *) ac_try_echo=$ac_try;;
20661 esac
20662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20663 (eval "$ac_link") 2>conftest.er1
20664 ac_status=$?
20665 grep -v '^ *+' conftest.er1 >conftest.err
20666 rm -f conftest.er1
20667 cat conftest.err >&5
20668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20669 (exit $ac_status); } && {
20670 test -z "$ac_c_werror_flag" ||
20671 test ! -s conftest.err
20672 } && test -s conftest$ac_exeext &&
20673 $as_test_x conftest$ac_exeext; then
20674 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
20675 else
20676 echo "$as_me: failed program was:" >&5
20677 sed 's/^/| /' conftest.$ac_ext >&5
20678
20679 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
20680 fi
20681
20682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20683 conftest$ac_exeext conftest.$ac_ext
20684 LIBS=$ac_check_lib_save_LIBS
20685 fi
20686 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
20687 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
20688 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
20689 cat >>confdefs.h <<_ACEOF
20690 #define HAVE_LIBCRYPTO 1
20691 _ACEOF
20692
20693 LIBS="-lcrypto $LIBS"
20694
20695 fi
20696
20697
20698 { echo "$as_me:$LINENO: checking for krb5_init_context in -lkrb5" >&5
20699 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6; }
20700 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
20701 echo $ECHO_N "(cached) $ECHO_C" >&6
20702 else
20703 ac_check_lib_save_LIBS=$LIBS
20704 LIBS="-lkrb5 $LIBS"
20705 cat >conftest.$ac_ext <<_ACEOF
20706 /* confdefs.h. */
20707 _ACEOF
20708 cat confdefs.h >>conftest.$ac_ext
20709 cat >>conftest.$ac_ext <<_ACEOF
20710 /* end confdefs.h. */
20711
20712 /* Override any GCC internal prototype to avoid an error.
20713 Use char because int might match the return type of a GCC
20714 builtin and then its argument prototype would still apply. */
20715 #ifdef __cplusplus
20716 extern "C"
20717 #endif
20718 char krb5_init_context ();
20719 int
20720 main ()
20721 {
20722 return krb5_init_context ();
20723 ;
20724 return 0;
20725 }
20726 _ACEOF
20727 rm -f conftest.$ac_objext conftest$ac_exeext
20728 if { (ac_try="$ac_link"
20729 case "(($ac_try" in
20730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20731 *) ac_try_echo=$ac_try;;
20732 esac
20733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20734 (eval "$ac_link") 2>conftest.er1
20735 ac_status=$?
20736 grep -v '^ *+' conftest.er1 >conftest.err
20737 rm -f conftest.er1
20738 cat conftest.err >&5
20739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20740 (exit $ac_status); } && {
20741 test -z "$ac_c_werror_flag" ||
20742 test ! -s conftest.err
20743 } && test -s conftest$ac_exeext &&
20744 $as_test_x conftest$ac_exeext; then
20745 ac_cv_lib_krb5_krb5_init_context=yes
20746 else
20747 echo "$as_me: failed program was:" >&5
20748 sed 's/^/| /' conftest.$ac_ext >&5
20749
20750 ac_cv_lib_krb5_krb5_init_context=no
20751 fi
20752
20753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20754 conftest$ac_exeext conftest.$ac_ext
20755 LIBS=$ac_check_lib_save_LIBS
20756 fi
20757 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
20758 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6; }
20759 if test $ac_cv_lib_krb5_krb5_init_context = yes; then
20760 cat >>confdefs.h <<_ACEOF
20761 #define HAVE_LIBKRB5 1
20762 _ACEOF
20763
20764 LIBS="-lkrb5 $LIBS"
20765
20766 fi
20767
20768 if test "${with_kerberos5+set}" != set; then
20769
20770 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5
20771 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6; }
20772 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
20773 echo $ECHO_N "(cached) $ECHO_C" >&6
20774 else
20775 ac_check_lib_save_LIBS=$LIBS
20776 LIBS="-ldes425 $LIBS"
20777 cat >conftest.$ac_ext <<_ACEOF
20778 /* confdefs.h. */
20779 _ACEOF
20780 cat confdefs.h >>conftest.$ac_ext
20781 cat >>conftest.$ac_ext <<_ACEOF
20782 /* end confdefs.h. */
20783
20784 /* Override any GCC internal prototype to avoid an error.
20785 Use char because int might match the return type of a GCC
20786 builtin and then its argument prototype would still apply. */
20787 #ifdef __cplusplus
20788 extern "C"
20789 #endif
20790 char des_cbc_encrypt ();
20791 int
20792 main ()
20793 {
20794 return des_cbc_encrypt ();
20795 ;
20796 return 0;
20797 }
20798 _ACEOF
20799 rm -f conftest.$ac_objext conftest$ac_exeext
20800 if { (ac_try="$ac_link"
20801 case "(($ac_try" in
20802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20803 *) ac_try_echo=$ac_try;;
20804 esac
20805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20806 (eval "$ac_link") 2>conftest.er1
20807 ac_status=$?
20808 grep -v '^ *+' conftest.er1 >conftest.err
20809 rm -f conftest.er1
20810 cat conftest.err >&5
20811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20812 (exit $ac_status); } && {
20813 test -z "$ac_c_werror_flag" ||
20814 test ! -s conftest.err
20815 } && test -s conftest$ac_exeext &&
20816 $as_test_x conftest$ac_exeext; then
20817 ac_cv_lib_des425_des_cbc_encrypt=yes
20818 else
20819 echo "$as_me: failed program was:" >&5
20820 sed 's/^/| /' conftest.$ac_ext >&5
20821
20822 ac_cv_lib_des425_des_cbc_encrypt=no
20823 fi
20824
20825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20826 conftest$ac_exeext conftest.$ac_ext
20827 LIBS=$ac_check_lib_save_LIBS
20828 fi
20829 { echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
20830 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
20831 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
20832 cat >>confdefs.h <<_ACEOF
20833 #define HAVE_LIBDES425 1
20834 _ACEOF
20835
20836 LIBS="-ldes425 $LIBS"
20837
20838 else
20839
20840 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes" >&5
20841 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6; }
20842 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
20843 echo $ECHO_N "(cached) $ECHO_C" >&6
20844 else
20845 ac_check_lib_save_LIBS=$LIBS
20846 LIBS="-ldes $LIBS"
20847 cat >conftest.$ac_ext <<_ACEOF
20848 /* confdefs.h. */
20849 _ACEOF
20850 cat confdefs.h >>conftest.$ac_ext
20851 cat >>conftest.$ac_ext <<_ACEOF
20852 /* end confdefs.h. */
20853
20854 /* Override any GCC internal prototype to avoid an error.
20855 Use char because int might match the return type of a GCC
20856 builtin and then its argument prototype would still apply. */
20857 #ifdef __cplusplus
20858 extern "C"
20859 #endif
20860 char des_cbc_encrypt ();
20861 int
20862 main ()
20863 {
20864 return des_cbc_encrypt ();
20865 ;
20866 return 0;
20867 }
20868 _ACEOF
20869 rm -f conftest.$ac_objext conftest$ac_exeext
20870 if { (ac_try="$ac_link"
20871 case "(($ac_try" in
20872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20873 *) ac_try_echo=$ac_try;;
20874 esac
20875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20876 (eval "$ac_link") 2>conftest.er1
20877 ac_status=$?
20878 grep -v '^ *+' conftest.er1 >conftest.err
20879 rm -f conftest.er1
20880 cat conftest.err >&5
20881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20882 (exit $ac_status); } && {
20883 test -z "$ac_c_werror_flag" ||
20884 test ! -s conftest.err
20885 } && test -s conftest$ac_exeext &&
20886 $as_test_x conftest$ac_exeext; then
20887 ac_cv_lib_des_des_cbc_encrypt=yes
20888 else
20889 echo "$as_me: failed program was:" >&5
20890 sed 's/^/| /' conftest.$ac_ext >&5
20891
20892 ac_cv_lib_des_des_cbc_encrypt=no
20893 fi
20894
20895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20896 conftest$ac_exeext conftest.$ac_ext
20897 LIBS=$ac_check_lib_save_LIBS
20898 fi
20899 { echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
20900 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6; }
20901 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
20902 cat >>confdefs.h <<_ACEOF
20903 #define HAVE_LIBDES 1
20904 _ACEOF
20905
20906 LIBS="-ldes $LIBS"
20907
20908 fi
20909
20910 fi
20911
20912
20913 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb4" >&5
20914 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6; }
20915 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
20916 echo $ECHO_N "(cached) $ECHO_C" >&6
20917 else
20918 ac_check_lib_save_LIBS=$LIBS
20919 LIBS="-lkrb4 $LIBS"
20920 cat >conftest.$ac_ext <<_ACEOF
20921 /* confdefs.h. */
20922 _ACEOF
20923 cat confdefs.h >>conftest.$ac_ext
20924 cat >>conftest.$ac_ext <<_ACEOF
20925 /* end confdefs.h. */
20926
20927 /* Override any GCC internal prototype to avoid an error.
20928 Use char because int might match the return type of a GCC
20929 builtin and then its argument prototype would still apply. */
20930 #ifdef __cplusplus
20931 extern "C"
20932 #endif
20933 char krb_get_cred ();
20934 int
20935 main ()
20936 {
20937 return krb_get_cred ();
20938 ;
20939 return 0;
20940 }
20941 _ACEOF
20942 rm -f conftest.$ac_objext conftest$ac_exeext
20943 if { (ac_try="$ac_link"
20944 case "(($ac_try" in
20945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20946 *) ac_try_echo=$ac_try;;
20947 esac
20948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20949 (eval "$ac_link") 2>conftest.er1
20950 ac_status=$?
20951 grep -v '^ *+' conftest.er1 >conftest.err
20952 rm -f conftest.er1
20953 cat conftest.err >&5
20954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20955 (exit $ac_status); } && {
20956 test -z "$ac_c_werror_flag" ||
20957 test ! -s conftest.err
20958 } && test -s conftest$ac_exeext &&
20959 $as_test_x conftest$ac_exeext; then
20960 ac_cv_lib_krb4_krb_get_cred=yes
20961 else
20962 echo "$as_me: failed program was:" >&5
20963 sed 's/^/| /' conftest.$ac_ext >&5
20964
20965 ac_cv_lib_krb4_krb_get_cred=no
20966 fi
20967
20968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20969 conftest$ac_exeext conftest.$ac_ext
20970 LIBS=$ac_check_lib_save_LIBS
20971 fi
20972 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
20973 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6; }
20974 if test $ac_cv_lib_krb4_krb_get_cred = yes; then
20975 cat >>confdefs.h <<_ACEOF
20976 #define HAVE_LIBKRB4 1
20977 _ACEOF
20978
20979 LIBS="-lkrb4 $LIBS"
20980
20981 else
20982
20983 { echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb" >&5
20984 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6; }
20985 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
20986 echo $ECHO_N "(cached) $ECHO_C" >&6
20987 else
20988 ac_check_lib_save_LIBS=$LIBS
20989 LIBS="-lkrb $LIBS"
20990 cat >conftest.$ac_ext <<_ACEOF
20991 /* confdefs.h. */
20992 _ACEOF
20993 cat confdefs.h >>conftest.$ac_ext
20994 cat >>conftest.$ac_ext <<_ACEOF
20995 /* end confdefs.h. */
20996
20997 /* Override any GCC internal prototype to avoid an error.
20998 Use char because int might match the return type of a GCC
20999 builtin and then its argument prototype would still apply. */
21000 #ifdef __cplusplus
21001 extern "C"
21002 #endif
21003 char krb_get_cred ();
21004 int
21005 main ()
21006 {
21007 return krb_get_cred ();
21008 ;
21009 return 0;
21010 }
21011 _ACEOF
21012 rm -f conftest.$ac_objext conftest$ac_exeext
21013 if { (ac_try="$ac_link"
21014 case "(($ac_try" in
21015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21016 *) ac_try_echo=$ac_try;;
21017 esac
21018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21019 (eval "$ac_link") 2>conftest.er1
21020 ac_status=$?
21021 grep -v '^ *+' conftest.er1 >conftest.err
21022 rm -f conftest.er1
21023 cat conftest.err >&5
21024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21025 (exit $ac_status); } && {
21026 test -z "$ac_c_werror_flag" ||
21027 test ! -s conftest.err
21028 } && test -s conftest$ac_exeext &&
21029 $as_test_x conftest$ac_exeext; then
21030 ac_cv_lib_krb_krb_get_cred=yes
21031 else
21032 echo "$as_me: failed program was:" >&5
21033 sed 's/^/| /' conftest.$ac_ext >&5
21034
21035 ac_cv_lib_krb_krb_get_cred=no
21036 fi
21037
21038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21039 conftest$ac_exeext conftest.$ac_ext
21040 LIBS=$ac_check_lib_save_LIBS
21041 fi
21042 { echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
21043 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6; }
21044 if test $ac_cv_lib_krb_krb_get_cred = yes; then
21045 cat >>confdefs.h <<_ACEOF
21046 #define HAVE_LIBKRB 1
21047 _ACEOF
21048
21049 LIBS="-lkrb $LIBS"
21050
21051 fi
21052
21053 fi
21054
21055 fi
21056
21057 if test "${with_kerberos5+set}" = set; then
21058
21059 for ac_header in krb5.h
21060 do
21061 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21062 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21063 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21064 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21065 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21066 echo $ECHO_N "(cached) $ECHO_C" >&6
21067 fi
21068 ac_res=`eval echo '${'$as_ac_Header'}'`
21069 { echo "$as_me:$LINENO: result: $ac_res" >&5
21070 echo "${ECHO_T}$ac_res" >&6; }
21071 else
21072 # Is the header compilable?
21073 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21074 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21075 cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h. */
21077 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext
21079 cat >>conftest.$ac_ext <<_ACEOF
21080 /* end confdefs.h. */
21081 $ac_includes_default
21082 #include <$ac_header>
21083 _ACEOF
21084 rm -f conftest.$ac_objext
21085 if { (ac_try="$ac_compile"
21086 case "(($ac_try" in
21087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21088 *) ac_try_echo=$ac_try;;
21089 esac
21090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21091 (eval "$ac_compile") 2>conftest.er1
21092 ac_status=$?
21093 grep -v '^ *+' conftest.er1 >conftest.err
21094 rm -f conftest.er1
21095 cat conftest.err >&5
21096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21097 (exit $ac_status); } && {
21098 test -z "$ac_c_werror_flag" ||
21099 test ! -s conftest.err
21100 } && test -s conftest.$ac_objext; then
21101 ac_header_compiler=yes
21102 else
21103 echo "$as_me: failed program was:" >&5
21104 sed 's/^/| /' conftest.$ac_ext >&5
21105
21106 ac_header_compiler=no
21107 fi
21108
21109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21110 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21111 echo "${ECHO_T}$ac_header_compiler" >&6; }
21112
21113 # Is the header present?
21114 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21115 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21116 cat >conftest.$ac_ext <<_ACEOF
21117 /* confdefs.h. */
21118 _ACEOF
21119 cat confdefs.h >>conftest.$ac_ext
21120 cat >>conftest.$ac_ext <<_ACEOF
21121 /* end confdefs.h. */
21122 #include <$ac_header>
21123 _ACEOF
21124 if { (ac_try="$ac_cpp conftest.$ac_ext"
21125 case "(($ac_try" in
21126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21127 *) ac_try_echo=$ac_try;;
21128 esac
21129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21130 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21131 ac_status=$?
21132 grep -v '^ *+' conftest.er1 >conftest.err
21133 rm -f conftest.er1
21134 cat conftest.err >&5
21135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21136 (exit $ac_status); } >/dev/null && {
21137 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21138 test ! -s conftest.err
21139 }; then
21140 ac_header_preproc=yes
21141 else
21142 echo "$as_me: failed program was:" >&5
21143 sed 's/^/| /' conftest.$ac_ext >&5
21144
21145 ac_header_preproc=no
21146 fi
21147
21148 rm -f conftest.err conftest.$ac_ext
21149 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21150 echo "${ECHO_T}$ac_header_preproc" >&6; }
21151
21152 # So? What about this header?
21153 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21154 yes:no: )
21155 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21156 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21157 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21158 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21159 ac_header_preproc=yes
21160 ;;
21161 no:yes:* )
21162 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21163 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21164 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21165 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21166 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21167 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21168 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21169 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21170 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21171 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21172 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21173 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21174
21175 ;;
21176 esac
21177 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21178 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21179 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21180 echo $ECHO_N "(cached) $ECHO_C" >&6
21181 else
21182 eval "$as_ac_Header=\$ac_header_preproc"
21183 fi
21184 ac_res=`eval echo '${'$as_ac_Header'}'`
21185 { echo "$as_me:$LINENO: result: $ac_res" >&5
21186 echo "${ECHO_T}$ac_res" >&6; }
21187
21188 fi
21189 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21190 cat >>confdefs.h <<_ACEOF
21191 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21192 _ACEOF
21193
21194 fi
21195
21196 done
21197
21198 else
21199
21200 for ac_header in des.h
21201 do
21202 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21203 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21204 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21205 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21207 echo $ECHO_N "(cached) $ECHO_C" >&6
21208 fi
21209 ac_res=`eval echo '${'$as_ac_Header'}'`
21210 { echo "$as_me:$LINENO: result: $ac_res" >&5
21211 echo "${ECHO_T}$ac_res" >&6; }
21212 else
21213 # Is the header compilable?
21214 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21215 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21216 cat >conftest.$ac_ext <<_ACEOF
21217 /* confdefs.h. */
21218 _ACEOF
21219 cat confdefs.h >>conftest.$ac_ext
21220 cat >>conftest.$ac_ext <<_ACEOF
21221 /* end confdefs.h. */
21222 $ac_includes_default
21223 #include <$ac_header>
21224 _ACEOF
21225 rm -f conftest.$ac_objext
21226 if { (ac_try="$ac_compile"
21227 case "(($ac_try" in
21228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21229 *) ac_try_echo=$ac_try;;
21230 esac
21231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21232 (eval "$ac_compile") 2>conftest.er1
21233 ac_status=$?
21234 grep -v '^ *+' conftest.er1 >conftest.err
21235 rm -f conftest.er1
21236 cat conftest.err >&5
21237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21238 (exit $ac_status); } && {
21239 test -z "$ac_c_werror_flag" ||
21240 test ! -s conftest.err
21241 } && test -s conftest.$ac_objext; then
21242 ac_header_compiler=yes
21243 else
21244 echo "$as_me: failed program was:" >&5
21245 sed 's/^/| /' conftest.$ac_ext >&5
21246
21247 ac_header_compiler=no
21248 fi
21249
21250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21251 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21252 echo "${ECHO_T}$ac_header_compiler" >&6; }
21253
21254 # Is the header present?
21255 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21256 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21257 cat >conftest.$ac_ext <<_ACEOF
21258 /* confdefs.h. */
21259 _ACEOF
21260 cat confdefs.h >>conftest.$ac_ext
21261 cat >>conftest.$ac_ext <<_ACEOF
21262 /* end confdefs.h. */
21263 #include <$ac_header>
21264 _ACEOF
21265 if { (ac_try="$ac_cpp conftest.$ac_ext"
21266 case "(($ac_try" in
21267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21268 *) ac_try_echo=$ac_try;;
21269 esac
21270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21271 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21272 ac_status=$?
21273 grep -v '^ *+' conftest.er1 >conftest.err
21274 rm -f conftest.er1
21275 cat conftest.err >&5
21276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21277 (exit $ac_status); } >/dev/null && {
21278 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21279 test ! -s conftest.err
21280 }; then
21281 ac_header_preproc=yes
21282 else
21283 echo "$as_me: failed program was:" >&5
21284 sed 's/^/| /' conftest.$ac_ext >&5
21285
21286 ac_header_preproc=no
21287 fi
21288
21289 rm -f conftest.err conftest.$ac_ext
21290 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21291 echo "${ECHO_T}$ac_header_preproc" >&6; }
21292
21293 # So? What about this header?
21294 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21295 yes:no: )
21296 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21297 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21298 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21299 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21300 ac_header_preproc=yes
21301 ;;
21302 no:yes:* )
21303 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21304 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21305 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21306 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21307 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21308 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21309 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21310 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21311 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21312 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21313 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21314 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21315
21316 ;;
21317 esac
21318 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21319 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21320 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21321 echo $ECHO_N "(cached) $ECHO_C" >&6
21322 else
21323 eval "$as_ac_Header=\$ac_header_preproc"
21324 fi
21325 ac_res=`eval echo '${'$as_ac_Header'}'`
21326 { echo "$as_me:$LINENO: result: $ac_res" >&5
21327 echo "${ECHO_T}$ac_res" >&6; }
21328
21329 fi
21330 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21331 cat >>confdefs.h <<_ACEOF
21332 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21333 _ACEOF
21334
21335 else
21336
21337 for ac_header in kerberosIV/des.h
21338 do
21339 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21340 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21341 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21342 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21344 echo $ECHO_N "(cached) $ECHO_C" >&6
21345 fi
21346 ac_res=`eval echo '${'$as_ac_Header'}'`
21347 { echo "$as_me:$LINENO: result: $ac_res" >&5
21348 echo "${ECHO_T}$ac_res" >&6; }
21349 else
21350 # Is the header compilable?
21351 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21352 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21353 cat >conftest.$ac_ext <<_ACEOF
21354 /* confdefs.h. */
21355 _ACEOF
21356 cat confdefs.h >>conftest.$ac_ext
21357 cat >>conftest.$ac_ext <<_ACEOF
21358 /* end confdefs.h. */
21359 $ac_includes_default
21360 #include <$ac_header>
21361 _ACEOF
21362 rm -f conftest.$ac_objext
21363 if { (ac_try="$ac_compile"
21364 case "(($ac_try" in
21365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21366 *) ac_try_echo=$ac_try;;
21367 esac
21368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21369 (eval "$ac_compile") 2>conftest.er1
21370 ac_status=$?
21371 grep -v '^ *+' conftest.er1 >conftest.err
21372 rm -f conftest.er1
21373 cat conftest.err >&5
21374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21375 (exit $ac_status); } && {
21376 test -z "$ac_c_werror_flag" ||
21377 test ! -s conftest.err
21378 } && test -s conftest.$ac_objext; then
21379 ac_header_compiler=yes
21380 else
21381 echo "$as_me: failed program was:" >&5
21382 sed 's/^/| /' conftest.$ac_ext >&5
21383
21384 ac_header_compiler=no
21385 fi
21386
21387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21388 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21389 echo "${ECHO_T}$ac_header_compiler" >&6; }
21390
21391 # Is the header present?
21392 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21393 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21394 cat >conftest.$ac_ext <<_ACEOF
21395 /* confdefs.h. */
21396 _ACEOF
21397 cat confdefs.h >>conftest.$ac_ext
21398 cat >>conftest.$ac_ext <<_ACEOF
21399 /* end confdefs.h. */
21400 #include <$ac_header>
21401 _ACEOF
21402 if { (ac_try="$ac_cpp conftest.$ac_ext"
21403 case "(($ac_try" in
21404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21405 *) ac_try_echo=$ac_try;;
21406 esac
21407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21408 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21409 ac_status=$?
21410 grep -v '^ *+' conftest.er1 >conftest.err
21411 rm -f conftest.er1
21412 cat conftest.err >&5
21413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21414 (exit $ac_status); } >/dev/null && {
21415 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21416 test ! -s conftest.err
21417 }; then
21418 ac_header_preproc=yes
21419 else
21420 echo "$as_me: failed program was:" >&5
21421 sed 's/^/| /' conftest.$ac_ext >&5
21422
21423 ac_header_preproc=no
21424 fi
21425
21426 rm -f conftest.err conftest.$ac_ext
21427 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21428 echo "${ECHO_T}$ac_header_preproc" >&6; }
21429
21430 # So? What about this header?
21431 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21432 yes:no: )
21433 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21434 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21436 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21437 ac_header_preproc=yes
21438 ;;
21439 no:yes:* )
21440 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21441 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21442 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21443 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21444 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21445 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21446 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21447 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21448 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21449 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21450 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21451 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21452
21453 ;;
21454 esac
21455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21458 echo $ECHO_N "(cached) $ECHO_C" >&6
21459 else
21460 eval "$as_ac_Header=\$ac_header_preproc"
21461 fi
21462 ac_res=`eval echo '${'$as_ac_Header'}'`
21463 { echo "$as_me:$LINENO: result: $ac_res" >&5
21464 echo "${ECHO_T}$ac_res" >&6; }
21465
21466 fi
21467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21468 cat >>confdefs.h <<_ACEOF
21469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21470 _ACEOF
21471
21472 else
21473
21474 for ac_header in kerberos/des.h
21475 do
21476 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21477 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21478 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21479 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21480 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21481 echo $ECHO_N "(cached) $ECHO_C" >&6
21482 fi
21483 ac_res=`eval echo '${'$as_ac_Header'}'`
21484 { echo "$as_me:$LINENO: result: $ac_res" >&5
21485 echo "${ECHO_T}$ac_res" >&6; }
21486 else
21487 # Is the header compilable?
21488 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21489 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21490 cat >conftest.$ac_ext <<_ACEOF
21491 /* confdefs.h. */
21492 _ACEOF
21493 cat confdefs.h >>conftest.$ac_ext
21494 cat >>conftest.$ac_ext <<_ACEOF
21495 /* end confdefs.h. */
21496 $ac_includes_default
21497 #include <$ac_header>
21498 _ACEOF
21499 rm -f conftest.$ac_objext
21500 if { (ac_try="$ac_compile"
21501 case "(($ac_try" in
21502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21503 *) ac_try_echo=$ac_try;;
21504 esac
21505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21506 (eval "$ac_compile") 2>conftest.er1
21507 ac_status=$?
21508 grep -v '^ *+' conftest.er1 >conftest.err
21509 rm -f conftest.er1
21510 cat conftest.err >&5
21511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21512 (exit $ac_status); } && {
21513 test -z "$ac_c_werror_flag" ||
21514 test ! -s conftest.err
21515 } && test -s conftest.$ac_objext; then
21516 ac_header_compiler=yes
21517 else
21518 echo "$as_me: failed program was:" >&5
21519 sed 's/^/| /' conftest.$ac_ext >&5
21520
21521 ac_header_compiler=no
21522 fi
21523
21524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21525 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21526 echo "${ECHO_T}$ac_header_compiler" >&6; }
21527
21528 # Is the header present?
21529 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21530 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21531 cat >conftest.$ac_ext <<_ACEOF
21532 /* confdefs.h. */
21533 _ACEOF
21534 cat confdefs.h >>conftest.$ac_ext
21535 cat >>conftest.$ac_ext <<_ACEOF
21536 /* end confdefs.h. */
21537 #include <$ac_header>
21538 _ACEOF
21539 if { (ac_try="$ac_cpp conftest.$ac_ext"
21540 case "(($ac_try" in
21541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21542 *) ac_try_echo=$ac_try;;
21543 esac
21544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21545 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21546 ac_status=$?
21547 grep -v '^ *+' conftest.er1 >conftest.err
21548 rm -f conftest.er1
21549 cat conftest.err >&5
21550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21551 (exit $ac_status); } >/dev/null && {
21552 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21553 test ! -s conftest.err
21554 }; then
21555 ac_header_preproc=yes
21556 else
21557 echo "$as_me: failed program was:" >&5
21558 sed 's/^/| /' conftest.$ac_ext >&5
21559
21560 ac_header_preproc=no
21561 fi
21562
21563 rm -f conftest.err conftest.$ac_ext
21564 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21565 echo "${ECHO_T}$ac_header_preproc" >&6; }
21566
21567 # So? What about this header?
21568 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21569 yes:no: )
21570 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21571 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21572 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21573 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21574 ac_header_preproc=yes
21575 ;;
21576 no:yes:* )
21577 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21578 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21579 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21580 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21581 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21582 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21583 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21584 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21585 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21586 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21587 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21588 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21589
21590 ;;
21591 esac
21592 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21593 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21595 echo $ECHO_N "(cached) $ECHO_C" >&6
21596 else
21597 eval "$as_ac_Header=\$ac_header_preproc"
21598 fi
21599 ac_res=`eval echo '${'$as_ac_Header'}'`
21600 { echo "$as_me:$LINENO: result: $ac_res" >&5
21601 echo "${ECHO_T}$ac_res" >&6; }
21602
21603 fi
21604 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21605 cat >>confdefs.h <<_ACEOF
21606 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21607 _ACEOF
21608
21609 fi
21610
21611 done
21612
21613 fi
21614
21615 done
21616
21617 fi
21618
21619 done
21620
21621
21622 for ac_header in krb.h
21623 do
21624 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21625 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21626 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21627 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21628 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21629 echo $ECHO_N "(cached) $ECHO_C" >&6
21630 fi
21631 ac_res=`eval echo '${'$as_ac_Header'}'`
21632 { echo "$as_me:$LINENO: result: $ac_res" >&5
21633 echo "${ECHO_T}$ac_res" >&6; }
21634 else
21635 # Is the header compilable?
21636 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21637 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21638 cat >conftest.$ac_ext <<_ACEOF
21639 /* confdefs.h. */
21640 _ACEOF
21641 cat confdefs.h >>conftest.$ac_ext
21642 cat >>conftest.$ac_ext <<_ACEOF
21643 /* end confdefs.h. */
21644 $ac_includes_default
21645 #include <$ac_header>
21646 _ACEOF
21647 rm -f conftest.$ac_objext
21648 if { (ac_try="$ac_compile"
21649 case "(($ac_try" in
21650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21651 *) ac_try_echo=$ac_try;;
21652 esac
21653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21654 (eval "$ac_compile") 2>conftest.er1
21655 ac_status=$?
21656 grep -v '^ *+' conftest.er1 >conftest.err
21657 rm -f conftest.er1
21658 cat conftest.err >&5
21659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21660 (exit $ac_status); } && {
21661 test -z "$ac_c_werror_flag" ||
21662 test ! -s conftest.err
21663 } && test -s conftest.$ac_objext; then
21664 ac_header_compiler=yes
21665 else
21666 echo "$as_me: failed program was:" >&5
21667 sed 's/^/| /' conftest.$ac_ext >&5
21668
21669 ac_header_compiler=no
21670 fi
21671
21672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21673 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21674 echo "${ECHO_T}$ac_header_compiler" >&6; }
21675
21676 # Is the header present?
21677 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21678 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21679 cat >conftest.$ac_ext <<_ACEOF
21680 /* confdefs.h. */
21681 _ACEOF
21682 cat confdefs.h >>conftest.$ac_ext
21683 cat >>conftest.$ac_ext <<_ACEOF
21684 /* end confdefs.h. */
21685 #include <$ac_header>
21686 _ACEOF
21687 if { (ac_try="$ac_cpp conftest.$ac_ext"
21688 case "(($ac_try" in
21689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21690 *) ac_try_echo=$ac_try;;
21691 esac
21692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21693 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21694 ac_status=$?
21695 grep -v '^ *+' conftest.er1 >conftest.err
21696 rm -f conftest.er1
21697 cat conftest.err >&5
21698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); } >/dev/null && {
21700 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21701 test ! -s conftest.err
21702 }; then
21703 ac_header_preproc=yes
21704 else
21705 echo "$as_me: failed program was:" >&5
21706 sed 's/^/| /' conftest.$ac_ext >&5
21707
21708 ac_header_preproc=no
21709 fi
21710
21711 rm -f conftest.err conftest.$ac_ext
21712 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21713 echo "${ECHO_T}$ac_header_preproc" >&6; }
21714
21715 # So? What about this header?
21716 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21717 yes:no: )
21718 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21719 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21721 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21722 ac_header_preproc=yes
21723 ;;
21724 no:yes:* )
21725 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21726 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21727 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21728 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21729 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21730 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21731 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21732 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21733 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21734 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21735 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21736 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21737
21738 ;;
21739 esac
21740 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21743 echo $ECHO_N "(cached) $ECHO_C" >&6
21744 else
21745 eval "$as_ac_Header=\$ac_header_preproc"
21746 fi
21747 ac_res=`eval echo '${'$as_ac_Header'}'`
21748 { echo "$as_me:$LINENO: result: $ac_res" >&5
21749 echo "${ECHO_T}$ac_res" >&6; }
21750
21751 fi
21752 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21753 cat >>confdefs.h <<_ACEOF
21754 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21755 _ACEOF
21756
21757 else
21758
21759 for ac_header in kerberosIV/krb.h
21760 do
21761 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21762 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21763 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21764 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21766 echo $ECHO_N "(cached) $ECHO_C" >&6
21767 fi
21768 ac_res=`eval echo '${'$as_ac_Header'}'`
21769 { echo "$as_me:$LINENO: result: $ac_res" >&5
21770 echo "${ECHO_T}$ac_res" >&6; }
21771 else
21772 # Is the header compilable?
21773 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21774 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21775 cat >conftest.$ac_ext <<_ACEOF
21776 /* confdefs.h. */
21777 _ACEOF
21778 cat confdefs.h >>conftest.$ac_ext
21779 cat >>conftest.$ac_ext <<_ACEOF
21780 /* end confdefs.h. */
21781 $ac_includes_default
21782 #include <$ac_header>
21783 _ACEOF
21784 rm -f conftest.$ac_objext
21785 if { (ac_try="$ac_compile"
21786 case "(($ac_try" in
21787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21788 *) ac_try_echo=$ac_try;;
21789 esac
21790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21791 (eval "$ac_compile") 2>conftest.er1
21792 ac_status=$?
21793 grep -v '^ *+' conftest.er1 >conftest.err
21794 rm -f conftest.er1
21795 cat conftest.err >&5
21796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21797 (exit $ac_status); } && {
21798 test -z "$ac_c_werror_flag" ||
21799 test ! -s conftest.err
21800 } && test -s conftest.$ac_objext; then
21801 ac_header_compiler=yes
21802 else
21803 echo "$as_me: failed program was:" >&5
21804 sed 's/^/| /' conftest.$ac_ext >&5
21805
21806 ac_header_compiler=no
21807 fi
21808
21809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21810 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21811 echo "${ECHO_T}$ac_header_compiler" >&6; }
21812
21813 # Is the header present?
21814 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21815 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21816 cat >conftest.$ac_ext <<_ACEOF
21817 /* confdefs.h. */
21818 _ACEOF
21819 cat confdefs.h >>conftest.$ac_ext
21820 cat >>conftest.$ac_ext <<_ACEOF
21821 /* end confdefs.h. */
21822 #include <$ac_header>
21823 _ACEOF
21824 if { (ac_try="$ac_cpp conftest.$ac_ext"
21825 case "(($ac_try" in
21826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21827 *) ac_try_echo=$ac_try;;
21828 esac
21829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21830 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21831 ac_status=$?
21832 grep -v '^ *+' conftest.er1 >conftest.err
21833 rm -f conftest.er1
21834 cat conftest.err >&5
21835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21836 (exit $ac_status); } >/dev/null && {
21837 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21838 test ! -s conftest.err
21839 }; then
21840 ac_header_preproc=yes
21841 else
21842 echo "$as_me: failed program was:" >&5
21843 sed 's/^/| /' conftest.$ac_ext >&5
21844
21845 ac_header_preproc=no
21846 fi
21847
21848 rm -f conftest.err conftest.$ac_ext
21849 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21850 echo "${ECHO_T}$ac_header_preproc" >&6; }
21851
21852 # So? What about this header?
21853 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21854 yes:no: )
21855 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21856 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21857 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21858 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21859 ac_header_preproc=yes
21860 ;;
21861 no:yes:* )
21862 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21863 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21864 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21865 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21866 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21867 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21868 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21869 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21870 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21871 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21872 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21873 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21874
21875 ;;
21876 esac
21877 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21878 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21879 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21880 echo $ECHO_N "(cached) $ECHO_C" >&6
21881 else
21882 eval "$as_ac_Header=\$ac_header_preproc"
21883 fi
21884 ac_res=`eval echo '${'$as_ac_Header'}'`
21885 { echo "$as_me:$LINENO: result: $ac_res" >&5
21886 echo "${ECHO_T}$ac_res" >&6; }
21887
21888 fi
21889 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21890 cat >>confdefs.h <<_ACEOF
21891 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21892 _ACEOF
21893
21894 else
21895
21896 for ac_header in kerberos/krb.h
21897 do
21898 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21899 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21900 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21903 echo $ECHO_N "(cached) $ECHO_C" >&6
21904 fi
21905 ac_res=`eval echo '${'$as_ac_Header'}'`
21906 { echo "$as_me:$LINENO: result: $ac_res" >&5
21907 echo "${ECHO_T}$ac_res" >&6; }
21908 else
21909 # Is the header compilable?
21910 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21911 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21912 cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h. */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h. */
21918 $ac_includes_default
21919 #include <$ac_header>
21920 _ACEOF
21921 rm -f conftest.$ac_objext
21922 if { (ac_try="$ac_compile"
21923 case "(($ac_try" in
21924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21925 *) ac_try_echo=$ac_try;;
21926 esac
21927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21928 (eval "$ac_compile") 2>conftest.er1
21929 ac_status=$?
21930 grep -v '^ *+' conftest.er1 >conftest.err
21931 rm -f conftest.er1
21932 cat conftest.err >&5
21933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934 (exit $ac_status); } && {
21935 test -z "$ac_c_werror_flag" ||
21936 test ! -s conftest.err
21937 } && test -s conftest.$ac_objext; then
21938 ac_header_compiler=yes
21939 else
21940 echo "$as_me: failed program was:" >&5
21941 sed 's/^/| /' conftest.$ac_ext >&5
21942
21943 ac_header_compiler=no
21944 fi
21945
21946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21947 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21948 echo "${ECHO_T}$ac_header_compiler" >&6; }
21949
21950 # Is the header present?
21951 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21952 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21953 cat >conftest.$ac_ext <<_ACEOF
21954 /* confdefs.h. */
21955 _ACEOF
21956 cat confdefs.h >>conftest.$ac_ext
21957 cat >>conftest.$ac_ext <<_ACEOF
21958 /* end confdefs.h. */
21959 #include <$ac_header>
21960 _ACEOF
21961 if { (ac_try="$ac_cpp conftest.$ac_ext"
21962 case "(($ac_try" in
21963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21964 *) ac_try_echo=$ac_try;;
21965 esac
21966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21967 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21968 ac_status=$?
21969 grep -v '^ *+' conftest.er1 >conftest.err
21970 rm -f conftest.er1
21971 cat conftest.err >&5
21972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21973 (exit $ac_status); } >/dev/null && {
21974 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21975 test ! -s conftest.err
21976 }; then
21977 ac_header_preproc=yes
21978 else
21979 echo "$as_me: failed program was:" >&5
21980 sed 's/^/| /' conftest.$ac_ext >&5
21981
21982 ac_header_preproc=no
21983 fi
21984
21985 rm -f conftest.err conftest.$ac_ext
21986 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21987 echo "${ECHO_T}$ac_header_preproc" >&6; }
21988
21989 # So? What about this header?
21990 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21991 yes:no: )
21992 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21993 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21994 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21995 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21996 ac_header_preproc=yes
21997 ;;
21998 no:yes:* )
21999 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22000 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22001 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22002 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22003 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22004 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22005 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22006 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22007 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22008 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22009 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22010 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22011
22012 ;;
22013 esac
22014 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22015 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22017 echo $ECHO_N "(cached) $ECHO_C" >&6
22018 else
22019 eval "$as_ac_Header=\$ac_header_preproc"
22020 fi
22021 ac_res=`eval echo '${'$as_ac_Header'}'`
22022 { echo "$as_me:$LINENO: result: $ac_res" >&5
22023 echo "${ECHO_T}$ac_res" >&6; }
22024
22025 fi
22026 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22027 cat >>confdefs.h <<_ACEOF
22028 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22029 _ACEOF
22030
22031 fi
22032
22033 done
22034
22035 fi
22036
22037 done
22038
22039 fi
22040
22041 done
22042
22043 fi
22044
22045 for ac_header in com_err.h
22046 do
22047 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22049 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22050 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22052 echo $ECHO_N "(cached) $ECHO_C" >&6
22053 fi
22054 ac_res=`eval echo '${'$as_ac_Header'}'`
22055 { echo "$as_me:$LINENO: result: $ac_res" >&5
22056 echo "${ECHO_T}$ac_res" >&6; }
22057 else
22058 # Is the header compilable?
22059 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22060 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22061 cat >conftest.$ac_ext <<_ACEOF
22062 /* confdefs.h. */
22063 _ACEOF
22064 cat confdefs.h >>conftest.$ac_ext
22065 cat >>conftest.$ac_ext <<_ACEOF
22066 /* end confdefs.h. */
22067 $ac_includes_default
22068 #include <$ac_header>
22069 _ACEOF
22070 rm -f conftest.$ac_objext
22071 if { (ac_try="$ac_compile"
22072 case "(($ac_try" in
22073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22074 *) ac_try_echo=$ac_try;;
22075 esac
22076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22077 (eval "$ac_compile") 2>conftest.er1
22078 ac_status=$?
22079 grep -v '^ *+' conftest.er1 >conftest.err
22080 rm -f conftest.er1
22081 cat conftest.err >&5
22082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22083 (exit $ac_status); } && {
22084 test -z "$ac_c_werror_flag" ||
22085 test ! -s conftest.err
22086 } && test -s conftest.$ac_objext; then
22087 ac_header_compiler=yes
22088 else
22089 echo "$as_me: failed program was:" >&5
22090 sed 's/^/| /' conftest.$ac_ext >&5
22091
22092 ac_header_compiler=no
22093 fi
22094
22095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22096 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22097 echo "${ECHO_T}$ac_header_compiler" >&6; }
22098
22099 # Is the header present?
22100 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22101 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22102 cat >conftest.$ac_ext <<_ACEOF
22103 /* confdefs.h. */
22104 _ACEOF
22105 cat confdefs.h >>conftest.$ac_ext
22106 cat >>conftest.$ac_ext <<_ACEOF
22107 /* end confdefs.h. */
22108 #include <$ac_header>
22109 _ACEOF
22110 if { (ac_try="$ac_cpp conftest.$ac_ext"
22111 case "(($ac_try" in
22112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22113 *) ac_try_echo=$ac_try;;
22114 esac
22115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22116 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22117 ac_status=$?
22118 grep -v '^ *+' conftest.er1 >conftest.err
22119 rm -f conftest.er1
22120 cat conftest.err >&5
22121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22122 (exit $ac_status); } >/dev/null && {
22123 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22124 test ! -s conftest.err
22125 }; then
22126 ac_header_preproc=yes
22127 else
22128 echo "$as_me: failed program was:" >&5
22129 sed 's/^/| /' conftest.$ac_ext >&5
22130
22131 ac_header_preproc=no
22132 fi
22133
22134 rm -f conftest.err conftest.$ac_ext
22135 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22136 echo "${ECHO_T}$ac_header_preproc" >&6; }
22137
22138 # So? What about this header?
22139 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22140 yes:no: )
22141 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22142 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22144 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22145 ac_header_preproc=yes
22146 ;;
22147 no:yes:* )
22148 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22149 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22150 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22151 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22152 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22153 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22154 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22155 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22156 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22157 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22158 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22159 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22160
22161 ;;
22162 esac
22163 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22164 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22166 echo $ECHO_N "(cached) $ECHO_C" >&6
22167 else
22168 eval "$as_ac_Header=\$ac_header_preproc"
22169 fi
22170 ac_res=`eval echo '${'$as_ac_Header'}'`
22171 { echo "$as_me:$LINENO: result: $ac_res" >&5
22172 echo "${ECHO_T}$ac_res" >&6; }
22173
22174 fi
22175 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22176 cat >>confdefs.h <<_ACEOF
22177 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22178 _ACEOF
22179
22180 fi
22181
22182 done
22183
22184 fi
22185
22186 # Solaris requires -lintl if you want strerror (which calls dgettext)
22187 # to return localized messages.
22188
22189 { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
22190 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
22191 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
22192 echo $ECHO_N "(cached) $ECHO_C" >&6
22193 else
22194 ac_check_lib_save_LIBS=$LIBS
22195 LIBS="-lintl $LIBS"
22196 cat >conftest.$ac_ext <<_ACEOF
22197 /* confdefs.h. */
22198 _ACEOF
22199 cat confdefs.h >>conftest.$ac_ext
22200 cat >>conftest.$ac_ext <<_ACEOF
22201 /* end confdefs.h. */
22202
22203 /* Override any GCC internal prototype to avoid an error.
22204 Use char because int might match the return type of a GCC
22205 builtin and then its argument prototype would still apply. */
22206 #ifdef __cplusplus
22207 extern "C"
22208 #endif
22209 char dgettext ();
22210 int
22211 main ()
22212 {
22213 return dgettext ();
22214 ;
22215 return 0;
22216 }
22217 _ACEOF
22218 rm -f conftest.$ac_objext conftest$ac_exeext
22219 if { (ac_try="$ac_link"
22220 case "(($ac_try" in
22221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22222 *) ac_try_echo=$ac_try;;
22223 esac
22224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22225 (eval "$ac_link") 2>conftest.er1
22226 ac_status=$?
22227 grep -v '^ *+' conftest.er1 >conftest.err
22228 rm -f conftest.er1
22229 cat conftest.err >&5
22230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22231 (exit $ac_status); } && {
22232 test -z "$ac_c_werror_flag" ||
22233 test ! -s conftest.err
22234 } && test -s conftest$ac_exeext &&
22235 $as_test_x conftest$ac_exeext; then
22236 ac_cv_lib_intl_dgettext=yes
22237 else
22238 echo "$as_me: failed program was:" >&5
22239 sed 's/^/| /' conftest.$ac_ext >&5
22240
22241 ac_cv_lib_intl_dgettext=no
22242 fi
22243
22244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22245 conftest$ac_exeext conftest.$ac_ext
22246 LIBS=$ac_check_lib_save_LIBS
22247 fi
22248 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
22249 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
22250 if test $ac_cv_lib_intl_dgettext = yes; then
22251 cat >>confdefs.h <<_ACEOF
22252 #define HAVE_LIBINTL 1
22253 _ACEOF
22254
22255 LIBS="-lintl $LIBS"
22256
22257 fi
22258
22259
22260 { echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5
22261 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6; }
22262 if test "${emacs_cv_localtime_cache+set}" = set; then
22263 echo $ECHO_N "(cached) $ECHO_C" >&6
22264 else
22265 if test x$ac_cv_func_tzset = xyes; then
22266 if test "$cross_compiling" = yes; then
22267 # If we have tzset, assume the worst when cross-compiling.
22268 emacs_cv_localtime_cache=yes
22269 else
22270 cat >conftest.$ac_ext <<_ACEOF
22271 /* confdefs.h. */
22272 _ACEOF
22273 cat confdefs.h >>conftest.$ac_ext
22274 cat >>conftest.$ac_ext <<_ACEOF
22275 /* end confdefs.h. */
22276 #include <time.h>
22277 extern char **environ;
22278 unset_TZ ()
22279 {
22280 char **from, **to;
22281 for (to = from = environ; (*to = *from); from++)
22282 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
22283 to++;
22284 }
22285 char TZ_GMT0[] = "TZ=GMT0";
22286 char TZ_PST8[] = "TZ=PST8";
22287 main()
22288 {
22289 time_t now = time ((time_t *) 0);
22290 int hour_GMT0, hour_unset;
22291 if (putenv (TZ_GMT0) != 0)
22292 exit (1);
22293 hour_GMT0 = localtime (&now)->tm_hour;
22294 unset_TZ ();
22295 hour_unset = localtime (&now)->tm_hour;
22296 if (putenv (TZ_PST8) != 0)
22297 exit (1);
22298 if (localtime (&now)->tm_hour == hour_GMT0)
22299 exit (1);
22300 unset_TZ ();
22301 if (localtime (&now)->tm_hour != hour_unset)
22302 exit (1);
22303 exit (0);
22304 }
22305 _ACEOF
22306 rm -f conftest$ac_exeext
22307 if { (ac_try="$ac_link"
22308 case "(($ac_try" in
22309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22310 *) ac_try_echo=$ac_try;;
22311 esac
22312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22313 (eval "$ac_link") 2>&5
22314 ac_status=$?
22315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22316 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22317 { (case "(($ac_try" in
22318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22319 *) ac_try_echo=$ac_try;;
22320 esac
22321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22322 (eval "$ac_try") 2>&5
22323 ac_status=$?
22324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22325 (exit $ac_status); }; }; then
22326 emacs_cv_localtime_cache=no
22327 else
22328 echo "$as_me: program exited with status $ac_status" >&5
22329 echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22331
22332 ( exit $ac_status )
22333 emacs_cv_localtime_cache=yes
22334 fi
22335 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22336 fi
22337
22338
22339 else
22340 # If we lack tzset, report that localtime does not cache TZ,
22341 # since we can't invalidate the cache if we don't have tzset.
22342 emacs_cv_localtime_cache=no
22343 fi
22344 fi
22345 { echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5
22346 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6; }
22347 if test $emacs_cv_localtime_cache = yes; then
22348
22349 cat >>confdefs.h <<\_ACEOF
22350 #define LOCALTIME_CACHE 1
22351 _ACEOF
22352
22353 fi
22354
22355 if test "x$HAVE_TIMEVAL" = xyes; then
22356
22357 for ac_func in gettimeofday
22358 do
22359 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22360 { echo "$as_me:$LINENO: checking for $ac_func" >&5
22361 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
22362 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22363 echo $ECHO_N "(cached) $ECHO_C" >&6
22364 else
22365 cat >conftest.$ac_ext <<_ACEOF
22366 /* confdefs.h. */
22367 _ACEOF
22368 cat confdefs.h >>conftest.$ac_ext
22369 cat >>conftest.$ac_ext <<_ACEOF
22370 /* end confdefs.h. */
22371 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22372 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22373 #define $ac_func innocuous_$ac_func
22374
22375 /* System header to define __stub macros and hopefully few prototypes,
22376 which can conflict with char $ac_func (); below.
22377 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22378 <limits.h> exists even on freestanding compilers. */
22379
22380 #ifdef __STDC__
22381 # include <limits.h>
22382 #else
22383 # include <assert.h>
22384 #endif
22385
22386 #undef $ac_func
22387
22388 /* Override any GCC internal prototype to avoid an error.
22389 Use char because int might match the return type of a GCC
22390 builtin and then its argument prototype would still apply. */
22391 #ifdef __cplusplus
22392 extern "C"
22393 #endif
22394 char $ac_func ();
22395 /* The GNU C library defines this for functions which it implements
22396 to always fail with ENOSYS. Some functions are actually named
22397 something starting with __ and the normal name is an alias. */
22398 #if defined __stub_$ac_func || defined __stub___$ac_func
22399 choke me
22400 #endif
22401
22402 int
22403 main ()
22404 {
22405 return $ac_func ();
22406 ;
22407 return 0;
22408 }
22409 _ACEOF
22410 rm -f conftest.$ac_objext conftest$ac_exeext
22411 if { (ac_try="$ac_link"
22412 case "(($ac_try" in
22413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22414 *) ac_try_echo=$ac_try;;
22415 esac
22416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22417 (eval "$ac_link") 2>conftest.er1
22418 ac_status=$?
22419 grep -v '^ *+' conftest.er1 >conftest.err
22420 rm -f conftest.er1
22421 cat conftest.err >&5
22422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22423 (exit $ac_status); } && {
22424 test -z "$ac_c_werror_flag" ||
22425 test ! -s conftest.err
22426 } && test -s conftest$ac_exeext &&
22427 $as_test_x conftest$ac_exeext; then
22428 eval "$as_ac_var=yes"
22429 else
22430 echo "$as_me: failed program was:" >&5
22431 sed 's/^/| /' conftest.$ac_ext >&5
22432
22433 eval "$as_ac_var=no"
22434 fi
22435
22436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22437 conftest$ac_exeext conftest.$ac_ext
22438 fi
22439 ac_res=`eval echo '${'$as_ac_var'}'`
22440 { echo "$as_me:$LINENO: result: $ac_res" >&5
22441 echo "${ECHO_T}$ac_res" >&6; }
22442 if test `eval echo '${'$as_ac_var'}'` = yes; then
22443 cat >>confdefs.h <<_ACEOF
22444 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22445 _ACEOF
22446
22447 fi
22448 done
22449
22450 if test $ac_cv_func_gettimeofday = yes; then
22451 { echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5
22452 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6; }
22453 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
22454 echo $ECHO_N "(cached) $ECHO_C" >&6
22455 else
22456 cat >conftest.$ac_ext <<_ACEOF
22457 /* confdefs.h. */
22458 _ACEOF
22459 cat confdefs.h >>conftest.$ac_ext
22460 cat >>conftest.$ac_ext <<_ACEOF
22461 /* end confdefs.h. */
22462
22463 #ifdef TIME_WITH_SYS_TIME
22464 #include <sys/time.h>
22465 #include <time.h>
22466 #else
22467 #ifdef HAVE_SYS_TIME_H
22468 #include <sys/time.h>
22469 #else
22470 #include <time.h>
22471 #endif
22472 #endif
22473 int
22474 main ()
22475 {
22476 struct timeval time;
22477 gettimeofday (&time, 0);
22478 ;
22479 return 0;
22480 }
22481 _ACEOF
22482 rm -f conftest.$ac_objext
22483 if { (ac_try="$ac_compile"
22484 case "(($ac_try" in
22485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22486 *) ac_try_echo=$ac_try;;
22487 esac
22488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22489 (eval "$ac_compile") 2>conftest.er1
22490 ac_status=$?
22491 grep -v '^ *+' conftest.er1 >conftest.err
22492 rm -f conftest.er1
22493 cat conftest.err >&5
22494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22495 (exit $ac_status); } && {
22496 test -z "$ac_c_werror_flag" ||
22497 test ! -s conftest.err
22498 } && test -s conftest.$ac_objext; then
22499 emacs_cv_gettimeofday_two_arguments=yes
22500 else
22501 echo "$as_me: failed program was:" >&5
22502 sed 's/^/| /' conftest.$ac_ext >&5
22503
22504 emacs_cv_gettimeofday_two_arguments=no
22505 fi
22506
22507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22508 fi
22509 { echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
22510 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6; }
22511 if test $emacs_cv_gettimeofday_two_arguments = no; then
22512
22513 cat >>confdefs.h <<\_ACEOF
22514 #define GETTIMEOFDAY_ONE_ARGUMENT 1
22515 _ACEOF
22516
22517 fi
22518 fi
22519 fi
22520
22521 ok_so_far=yes
22522 { echo "$as_me:$LINENO: checking for socket" >&5
22523 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
22524 if test "${ac_cv_func_socket+set}" = set; then
22525 echo $ECHO_N "(cached) $ECHO_C" >&6
22526 else
22527 cat >conftest.$ac_ext <<_ACEOF
22528 /* confdefs.h. */
22529 _ACEOF
22530 cat confdefs.h >>conftest.$ac_ext
22531 cat >>conftest.$ac_ext <<_ACEOF
22532 /* end confdefs.h. */
22533 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
22534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22535 #define socket innocuous_socket
22536
22537 /* System header to define __stub macros and hopefully few prototypes,
22538 which can conflict with char socket (); below.
22539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22540 <limits.h> exists even on freestanding compilers. */
22541
22542 #ifdef __STDC__
22543 # include <limits.h>
22544 #else
22545 # include <assert.h>
22546 #endif
22547
22548 #undef socket
22549
22550 /* Override any GCC internal prototype to avoid an error.
22551 Use char because int might match the return type of a GCC
22552 builtin and then its argument prototype would still apply. */
22553 #ifdef __cplusplus
22554 extern "C"
22555 #endif
22556 char socket ();
22557 /* The GNU C library defines this for functions which it implements
22558 to always fail with ENOSYS. Some functions are actually named
22559 something starting with __ and the normal name is an alias. */
22560 #if defined __stub_socket || defined __stub___socket
22561 choke me
22562 #endif
22563
22564 int
22565 main ()
22566 {
22567 return socket ();
22568 ;
22569 return 0;
22570 }
22571 _ACEOF
22572 rm -f conftest.$ac_objext conftest$ac_exeext
22573 if { (ac_try="$ac_link"
22574 case "(($ac_try" in
22575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22576 *) ac_try_echo=$ac_try;;
22577 esac
22578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22579 (eval "$ac_link") 2>conftest.er1
22580 ac_status=$?
22581 grep -v '^ *+' conftest.er1 >conftest.err
22582 rm -f conftest.er1
22583 cat conftest.err >&5
22584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22585 (exit $ac_status); } && {
22586 test -z "$ac_c_werror_flag" ||
22587 test ! -s conftest.err
22588 } && test -s conftest$ac_exeext &&
22589 $as_test_x conftest$ac_exeext; then
22590 ac_cv_func_socket=yes
22591 else
22592 echo "$as_me: failed program was:" >&5
22593 sed 's/^/| /' conftest.$ac_ext >&5
22594
22595 ac_cv_func_socket=no
22596 fi
22597
22598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22599 conftest$ac_exeext conftest.$ac_ext
22600 fi
22601 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
22602 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
22603 if test $ac_cv_func_socket = yes; then
22604 :
22605 else
22606 ok_so_far=no
22607 fi
22608
22609 if test $ok_so_far = yes; then
22610 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22611 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22612 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }
22613 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22614 echo $ECHO_N "(cached) $ECHO_C" >&6
22615 fi
22616 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22617 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
22618 else
22619 # Is the header compilable?
22620 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
22621 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; }
22622 cat >conftest.$ac_ext <<_ACEOF
22623 /* confdefs.h. */
22624 _ACEOF
22625 cat confdefs.h >>conftest.$ac_ext
22626 cat >>conftest.$ac_ext <<_ACEOF
22627 /* end confdefs.h. */
22628 $ac_includes_default
22629 #include <netinet/in.h>
22630 _ACEOF
22631 rm -f conftest.$ac_objext
22632 if { (ac_try="$ac_compile"
22633 case "(($ac_try" in
22634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22635 *) ac_try_echo=$ac_try;;
22636 esac
22637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22638 (eval "$ac_compile") 2>conftest.er1
22639 ac_status=$?
22640 grep -v '^ *+' conftest.er1 >conftest.err
22641 rm -f conftest.er1
22642 cat conftest.err >&5
22643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22644 (exit $ac_status); } && {
22645 test -z "$ac_c_werror_flag" ||
22646 test ! -s conftest.err
22647 } && test -s conftest.$ac_objext; then
22648 ac_header_compiler=yes
22649 else
22650 echo "$as_me: failed program was:" >&5
22651 sed 's/^/| /' conftest.$ac_ext >&5
22652
22653 ac_header_compiler=no
22654 fi
22655
22656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22657 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22658 echo "${ECHO_T}$ac_header_compiler" >&6; }
22659
22660 # Is the header present?
22661 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
22662 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; }
22663 cat >conftest.$ac_ext <<_ACEOF
22664 /* confdefs.h. */
22665 _ACEOF
22666 cat confdefs.h >>conftest.$ac_ext
22667 cat >>conftest.$ac_ext <<_ACEOF
22668 /* end confdefs.h. */
22669 #include <netinet/in.h>
22670 _ACEOF
22671 if { (ac_try="$ac_cpp conftest.$ac_ext"
22672 case "(($ac_try" in
22673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22674 *) ac_try_echo=$ac_try;;
22675 esac
22676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22677 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22678 ac_status=$?
22679 grep -v '^ *+' conftest.er1 >conftest.err
22680 rm -f conftest.er1
22681 cat conftest.err >&5
22682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22683 (exit $ac_status); } >/dev/null && {
22684 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22685 test ! -s conftest.err
22686 }; then
22687 ac_header_preproc=yes
22688 else
22689 echo "$as_me: failed program was:" >&5
22690 sed 's/^/| /' conftest.$ac_ext >&5
22691
22692 ac_header_preproc=no
22693 fi
22694
22695 rm -f conftest.err conftest.$ac_ext
22696 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22697 echo "${ECHO_T}$ac_header_preproc" >&6; }
22698
22699 # So? What about this header?
22700 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22701 yes:no: )
22702 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
22703 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22704 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
22705 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
22706 ac_header_preproc=yes
22707 ;;
22708 no:yes:* )
22709 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
22710 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
22711 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
22712 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
22713 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
22714 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
22715 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
22716 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
22717 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
22718 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
22719 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
22720 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
22721
22722 ;;
22723 esac
22724 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5
22725 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; }
22726 if test "${ac_cv_header_netinet_in_h+set}" = set; then
22727 echo $ECHO_N "(cached) $ECHO_C" >&6
22728 else
22729 ac_cv_header_netinet_in_h=$ac_header_preproc
22730 fi
22731 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
22732 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
22733
22734 fi
22735 if test $ac_cv_header_netinet_in_h = yes; then
22736 :
22737 else
22738 ok_so_far=no
22739 fi
22740
22741
22742 fi
22743 if test $ok_so_far = yes; then
22744 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22745 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
22746 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }
22747 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22748 echo $ECHO_N "(cached) $ECHO_C" >&6
22749 fi
22750 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
22751 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
22752 else
22753 # Is the header compilable?
22754 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
22755 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; }
22756 cat >conftest.$ac_ext <<_ACEOF
22757 /* confdefs.h. */
22758 _ACEOF
22759 cat confdefs.h >>conftest.$ac_ext
22760 cat >>conftest.$ac_ext <<_ACEOF
22761 /* end confdefs.h. */
22762 $ac_includes_default
22763 #include <arpa/inet.h>
22764 _ACEOF
22765 rm -f conftest.$ac_objext
22766 if { (ac_try="$ac_compile"
22767 case "(($ac_try" in
22768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22769 *) ac_try_echo=$ac_try;;
22770 esac
22771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22772 (eval "$ac_compile") 2>conftest.er1
22773 ac_status=$?
22774 grep -v '^ *+' conftest.er1 >conftest.err
22775 rm -f conftest.er1
22776 cat conftest.err >&5
22777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22778 (exit $ac_status); } && {
22779 test -z "$ac_c_werror_flag" ||
22780 test ! -s conftest.err
22781 } && test -s conftest.$ac_objext; then
22782 ac_header_compiler=yes
22783 else
22784 echo "$as_me: failed program was:" >&5
22785 sed 's/^/| /' conftest.$ac_ext >&5
22786
22787 ac_header_compiler=no
22788 fi
22789
22790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22791 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22792 echo "${ECHO_T}$ac_header_compiler" >&6; }
22793
22794 # Is the header present?
22795 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
22796 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; }
22797 cat >conftest.$ac_ext <<_ACEOF
22798 /* confdefs.h. */
22799 _ACEOF
22800 cat confdefs.h >>conftest.$ac_ext
22801 cat >>conftest.$ac_ext <<_ACEOF
22802 /* end confdefs.h. */
22803 #include <arpa/inet.h>
22804 _ACEOF
22805 if { (ac_try="$ac_cpp conftest.$ac_ext"
22806 case "(($ac_try" in
22807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22808 *) ac_try_echo=$ac_try;;
22809 esac
22810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22811 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22812 ac_status=$?
22813 grep -v '^ *+' conftest.er1 >conftest.err
22814 rm -f conftest.er1
22815 cat conftest.err >&5
22816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22817 (exit $ac_status); } >/dev/null && {
22818 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22819 test ! -s conftest.err
22820 }; then
22821 ac_header_preproc=yes
22822 else
22823 echo "$as_me: failed program was:" >&5
22824 sed 's/^/| /' conftest.$ac_ext >&5
22825
22826 ac_header_preproc=no
22827 fi
22828
22829 rm -f conftest.err conftest.$ac_ext
22830 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22831 echo "${ECHO_T}$ac_header_preproc" >&6; }
22832
22833 # So? What about this header?
22834 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22835 yes:no: )
22836 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
22837 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22838 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
22839 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
22840 ac_header_preproc=yes
22841 ;;
22842 no:yes:* )
22843 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
22844 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
22845 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
22846 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
22847 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
22848 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
22849 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
22850 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
22851 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
22852 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
22853 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
22854 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
22855
22856 ;;
22857 esac
22858 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
22859 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; }
22860 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
22861 echo $ECHO_N "(cached) $ECHO_C" >&6
22862 else
22863 ac_cv_header_arpa_inet_h=$ac_header_preproc
22864 fi
22865 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
22866 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
22867
22868 fi
22869 if test $ac_cv_header_arpa_inet_h = yes; then
22870 :
22871 else
22872 ok_so_far=no
22873 fi
22874
22875
22876 fi
22877 if test $ok_so_far = yes; then
22878
22879 cat >>confdefs.h <<\_ACEOF
22880 #define HAVE_INET_SOCKETS 1
22881 _ACEOF
22882
22883 fi
22884
22885
22886 for ac_header in sys/ioctl.h
22887 do
22888 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22889 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22890 { echo "$as_me:$LINENO: checking for $ac_header" >&5
22891 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22893 echo $ECHO_N "(cached) $ECHO_C" >&6
22894 fi
22895 ac_res=`eval echo '${'$as_ac_Header'}'`
22896 { echo "$as_me:$LINENO: result: $ac_res" >&5
22897 echo "${ECHO_T}$ac_res" >&6; }
22898 else
22899 # Is the header compilable?
22900 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
22901 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
22902 cat >conftest.$ac_ext <<_ACEOF
22903 /* confdefs.h. */
22904 _ACEOF
22905 cat confdefs.h >>conftest.$ac_ext
22906 cat >>conftest.$ac_ext <<_ACEOF
22907 /* end confdefs.h. */
22908 $ac_includes_default
22909 #include <$ac_header>
22910 _ACEOF
22911 rm -f conftest.$ac_objext
22912 if { (ac_try="$ac_compile"
22913 case "(($ac_try" in
22914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22915 *) ac_try_echo=$ac_try;;
22916 esac
22917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22918 (eval "$ac_compile") 2>conftest.er1
22919 ac_status=$?
22920 grep -v '^ *+' conftest.er1 >conftest.err
22921 rm -f conftest.er1
22922 cat conftest.err >&5
22923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); } && {
22925 test -z "$ac_c_werror_flag" ||
22926 test ! -s conftest.err
22927 } && test -s conftest.$ac_objext; then
22928 ac_header_compiler=yes
22929 else
22930 echo "$as_me: failed program was:" >&5
22931 sed 's/^/| /' conftest.$ac_ext >&5
22932
22933 ac_header_compiler=no
22934 fi
22935
22936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22937 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22938 echo "${ECHO_T}$ac_header_compiler" >&6; }
22939
22940 # Is the header present?
22941 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
22942 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22943 cat >conftest.$ac_ext <<_ACEOF
22944 /* confdefs.h. */
22945 _ACEOF
22946 cat confdefs.h >>conftest.$ac_ext
22947 cat >>conftest.$ac_ext <<_ACEOF
22948 /* end confdefs.h. */
22949 #include <$ac_header>
22950 _ACEOF
22951 if { (ac_try="$ac_cpp conftest.$ac_ext"
22952 case "(($ac_try" in
22953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22954 *) ac_try_echo=$ac_try;;
22955 esac
22956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22957 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22958 ac_status=$?
22959 grep -v '^ *+' conftest.er1 >conftest.err
22960 rm -f conftest.er1
22961 cat conftest.err >&5
22962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22963 (exit $ac_status); } >/dev/null && {
22964 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22965 test ! -s conftest.err
22966 }; then
22967 ac_header_preproc=yes
22968 else
22969 echo "$as_me: failed program was:" >&5
22970 sed 's/^/| /' conftest.$ac_ext >&5
22971
22972 ac_header_preproc=no
22973 fi
22974
22975 rm -f conftest.err conftest.$ac_ext
22976 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22977 echo "${ECHO_T}$ac_header_preproc" >&6; }
22978
22979 # So? What about this header?
22980 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22981 yes:no: )
22982 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22983 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22984 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22985 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22986 ac_header_preproc=yes
22987 ;;
22988 no:yes:* )
22989 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22990 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22991 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22992 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22993 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22994 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22995 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22996 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22997 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22998 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22999 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23000 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23001
23002 ;;
23003 esac
23004 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23005 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23006 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23007 echo $ECHO_N "(cached) $ECHO_C" >&6
23008 else
23009 eval "$as_ac_Header=\$ac_header_preproc"
23010 fi
23011 ac_res=`eval echo '${'$as_ac_Header'}'`
23012 { echo "$as_me:$LINENO: result: $ac_res" >&5
23013 echo "${ECHO_T}$ac_res" >&6; }
23014
23015 fi
23016 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23017 cat >>confdefs.h <<_ACEOF
23018 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23019 _ACEOF
23020
23021 fi
23022
23023 done
23024
23025
23026 if test -f /usr/lpp/X11/bin/smt.exp; then
23027
23028 cat >>confdefs.h <<\_ACEOF
23029 #define HAVE_AIX_SMT_EXP 1
23030 _ACEOF
23031
23032 fi
23033
23034 { echo "$as_me:$LINENO: checking whether system supports dynamic ptys" >&5
23035 echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6; }
23036 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
23037 { echo "$as_me:$LINENO: result: yes" >&5
23038 echo "${ECHO_T}yes" >&6; }
23039
23040 cat >>confdefs.h <<\_ACEOF
23041 #define HAVE_DEV_PTMX 1
23042 _ACEOF
23043
23044 else
23045 { echo "$as_me:$LINENO: result: no" >&5
23046 echo "${ECHO_T}no" >&6; }
23047 fi
23048
23049 { echo "$as_me:$LINENO: checking for pid_t" >&5
23050 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
23051 if test "${ac_cv_type_pid_t+set}" = set; then
23052 echo $ECHO_N "(cached) $ECHO_C" >&6
23053 else
23054 cat >conftest.$ac_ext <<_ACEOF
23055 /* confdefs.h. */
23056 _ACEOF
23057 cat confdefs.h >>conftest.$ac_ext
23058 cat >>conftest.$ac_ext <<_ACEOF
23059 /* end confdefs.h. */
23060 $ac_includes_default
23061 typedef pid_t ac__type_new_;
23062 int
23063 main ()
23064 {
23065 if ((ac__type_new_ *) 0)
23066 return 0;
23067 if (sizeof (ac__type_new_))
23068 return 0;
23069 ;
23070 return 0;
23071 }
23072 _ACEOF
23073 rm -f conftest.$ac_objext
23074 if { (ac_try="$ac_compile"
23075 case "(($ac_try" in
23076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23077 *) ac_try_echo=$ac_try;;
23078 esac
23079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23080 (eval "$ac_compile") 2>conftest.er1
23081 ac_status=$?
23082 grep -v '^ *+' conftest.er1 >conftest.err
23083 rm -f conftest.er1
23084 cat conftest.err >&5
23085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23086 (exit $ac_status); } && {
23087 test -z "$ac_c_werror_flag" ||
23088 test ! -s conftest.err
23089 } && test -s conftest.$ac_objext; then
23090 ac_cv_type_pid_t=yes
23091 else
23092 echo "$as_me: failed program was:" >&5
23093 sed 's/^/| /' conftest.$ac_ext >&5
23094
23095 ac_cv_type_pid_t=no
23096 fi
23097
23098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23099 fi
23100 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
23101 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
23102 if test $ac_cv_type_pid_t = yes; then
23103 :
23104 else
23105
23106 cat >>confdefs.h <<_ACEOF
23107 #define pid_t int
23108 _ACEOF
23109
23110 fi
23111
23112
23113 for ac_header in vfork.h
23114 do
23115 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23116 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23120 echo $ECHO_N "(cached) $ECHO_C" >&6
23121 fi
23122 ac_res=`eval echo '${'$as_ac_Header'}'`
23123 { echo "$as_me:$LINENO: result: $ac_res" >&5
23124 echo "${ECHO_T}$ac_res" >&6; }
23125 else
23126 # Is the header compilable?
23127 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
23128 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
23129 cat >conftest.$ac_ext <<_ACEOF
23130 /* confdefs.h. */
23131 _ACEOF
23132 cat confdefs.h >>conftest.$ac_ext
23133 cat >>conftest.$ac_ext <<_ACEOF
23134 /* end confdefs.h. */
23135 $ac_includes_default
23136 #include <$ac_header>
23137 _ACEOF
23138 rm -f conftest.$ac_objext
23139 if { (ac_try="$ac_compile"
23140 case "(($ac_try" in
23141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23142 *) ac_try_echo=$ac_try;;
23143 esac
23144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23145 (eval "$ac_compile") 2>conftest.er1
23146 ac_status=$?
23147 grep -v '^ *+' conftest.er1 >conftest.err
23148 rm -f conftest.er1
23149 cat conftest.err >&5
23150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23151 (exit $ac_status); } && {
23152 test -z "$ac_c_werror_flag" ||
23153 test ! -s conftest.err
23154 } && test -s conftest.$ac_objext; then
23155 ac_header_compiler=yes
23156 else
23157 echo "$as_me: failed program was:" >&5
23158 sed 's/^/| /' conftest.$ac_ext >&5
23159
23160 ac_header_compiler=no
23161 fi
23162
23163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23164 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23165 echo "${ECHO_T}$ac_header_compiler" >&6; }
23166
23167 # Is the header present?
23168 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
23169 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
23170 cat >conftest.$ac_ext <<_ACEOF
23171 /* confdefs.h. */
23172 _ACEOF
23173 cat confdefs.h >>conftest.$ac_ext
23174 cat >>conftest.$ac_ext <<_ACEOF
23175 /* end confdefs.h. */
23176 #include <$ac_header>
23177 _ACEOF
23178 if { (ac_try="$ac_cpp conftest.$ac_ext"
23179 case "(($ac_try" in
23180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23181 *) ac_try_echo=$ac_try;;
23182 esac
23183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23184 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
23185 ac_status=$?
23186 grep -v '^ *+' conftest.er1 >conftest.err
23187 rm -f conftest.er1
23188 cat conftest.err >&5
23189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23190 (exit $ac_status); } >/dev/null && {
23191 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
23192 test ! -s conftest.err
23193 }; then
23194 ac_header_preproc=yes
23195 else
23196 echo "$as_me: failed program was:" >&5
23197 sed 's/^/| /' conftest.$ac_ext >&5
23198
23199 ac_header_preproc=no
23200 fi
23201
23202 rm -f conftest.err conftest.$ac_ext
23203 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23204 echo "${ECHO_T}$ac_header_preproc" >&6; }
23205
23206 # So? What about this header?
23207 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23208 yes:no: )
23209 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23210 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23211 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23212 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23213 ac_header_preproc=yes
23214 ;;
23215 no:yes:* )
23216 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23217 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23218 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23219 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23220 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23221 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23222 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23223 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23224 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23225 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23226 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23227 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23228
23229 ;;
23230 esac
23231 { echo "$as_me:$LINENO: checking for $ac_header" >&5
23232 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
23233 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
23234 echo $ECHO_N "(cached) $ECHO_C" >&6
23235 else
23236 eval "$as_ac_Header=\$ac_header_preproc"
23237 fi
23238 ac_res=`eval echo '${'$as_ac_Header'}'`
23239 { echo "$as_me:$LINENO: result: $ac_res" >&5
23240 echo "${ECHO_T}$ac_res" >&6; }
23241
23242 fi
23243 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23244 cat >>confdefs.h <<_ACEOF
23245 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23246 _ACEOF
23247
23248 fi
23249
23250 done
23251
23252
23253
23254 for ac_func in fork vfork
23255 do
23256 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23257 { echo "$as_me:$LINENO: checking for $ac_func" >&5
23258 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
23259 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
23260 echo $ECHO_N "(cached) $ECHO_C" >&6
23261 else
23262 cat >conftest.$ac_ext <<_ACEOF
23263 /* confdefs.h. */
23264 _ACEOF
23265 cat confdefs.h >>conftest.$ac_ext
23266 cat >>conftest.$ac_ext <<_ACEOF
23267 /* end confdefs.h. */
23268 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23269 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23270 #define $ac_func innocuous_$ac_func
23271
23272 /* System header to define __stub macros and hopefully few prototypes,
23273 which can conflict with char $ac_func (); below.
23274 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23275 <limits.h> exists even on freestanding compilers. */
23276
23277 #ifdef __STDC__
23278 # include <limits.h>
23279 #else
23280 # include <assert.h>
23281 #endif
23282
23283 #undef $ac_func
23284
23285 /* Override any GCC internal prototype to avoid an error.
23286 Use char because int might match the return type of a GCC
23287 builtin and then its argument prototype would still apply. */
23288 #ifdef __cplusplus
23289 extern "C"
23290 #endif
23291 char $ac_func ();
23292 /* The GNU C library defines this for functions which it implements
23293 to always fail with ENOSYS. Some functions are actually named
23294 something starting with __ and the normal name is an alias. */
23295 #if defined __stub_$ac_func || defined __stub___$ac_func
23296 choke me
23297 #endif
23298
23299 int
23300 main ()
23301 {
23302 return $ac_func ();
23303 ;
23304 return 0;
23305 }
23306 _ACEOF
23307 rm -f conftest.$ac_objext conftest$ac_exeext
23308 if { (ac_try="$ac_link"
23309 case "(($ac_try" in
23310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23311 *) ac_try_echo=$ac_try;;
23312 esac
23313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23314 (eval "$ac_link") 2>conftest.er1
23315 ac_status=$?
23316 grep -v '^ *+' conftest.er1 >conftest.err
23317 rm -f conftest.er1
23318 cat conftest.err >&5
23319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23320 (exit $ac_status); } && {
23321 test -z "$ac_c_werror_flag" ||
23322 test ! -s conftest.err
23323 } && test -s conftest$ac_exeext &&
23324 $as_test_x conftest$ac_exeext; then
23325 eval "$as_ac_var=yes"
23326 else
23327 echo "$as_me: failed program was:" >&5
23328 sed 's/^/| /' conftest.$ac_ext >&5
23329
23330 eval "$as_ac_var=no"
23331 fi
23332
23333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23334 conftest$ac_exeext conftest.$ac_ext
23335 fi
23336 ac_res=`eval echo '${'$as_ac_var'}'`
23337 { echo "$as_me:$LINENO: result: $ac_res" >&5
23338 echo "${ECHO_T}$ac_res" >&6; }
23339 if test `eval echo '${'$as_ac_var'}'` = yes; then
23340 cat >>confdefs.h <<_ACEOF
23341 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23342 _ACEOF
23343
23344 fi
23345 done
23346
23347 if test "x$ac_cv_func_fork" = xyes; then
23348 { echo "$as_me:$LINENO: checking for working fork" >&5
23349 echo $ECHO_N "checking for working fork... $ECHO_C" >&6; }
23350 if test "${ac_cv_func_fork_works+set}" = set; then
23351 echo $ECHO_N "(cached) $ECHO_C" >&6
23352 else
23353 if test "$cross_compiling" = yes; then
23354 ac_cv_func_fork_works=cross
23355 else
23356 cat >conftest.$ac_ext <<_ACEOF
23357 /* confdefs.h. */
23358 _ACEOF
23359 cat confdefs.h >>conftest.$ac_ext
23360 cat >>conftest.$ac_ext <<_ACEOF
23361 /* end confdefs.h. */
23362 $ac_includes_default
23363 int
23364 main ()
23365 {
23366
23367 /* By Ruediger Kuhlmann. */
23368 return fork () < 0;
23369
23370 ;
23371 return 0;
23372 }
23373 _ACEOF
23374 rm -f conftest$ac_exeext
23375 if { (ac_try="$ac_link"
23376 case "(($ac_try" in
23377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23378 *) ac_try_echo=$ac_try;;
23379 esac
23380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23381 (eval "$ac_link") 2>&5
23382 ac_status=$?
23383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23384 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23385 { (case "(($ac_try" in
23386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23387 *) ac_try_echo=$ac_try;;
23388 esac
23389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23390 (eval "$ac_try") 2>&5
23391 ac_status=$?
23392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23393 (exit $ac_status); }; }; then
23394 ac_cv_func_fork_works=yes
23395 else
23396 echo "$as_me: program exited with status $ac_status" >&5
23397 echo "$as_me: failed program was:" >&5
23398 sed 's/^/| /' conftest.$ac_ext >&5
23399
23400 ( exit $ac_status )
23401 ac_cv_func_fork_works=no
23402 fi
23403 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23404 fi
23405
23406
23407 fi
23408 { echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
23409 echo "${ECHO_T}$ac_cv_func_fork_works" >&6; }
23410
23411 else
23412 ac_cv_func_fork_works=$ac_cv_func_fork
23413 fi
23414 if test "x$ac_cv_func_fork_works" = xcross; then
23415 case $host in
23416 *-*-amigaos* | *-*-msdosdjgpp*)
23417 # Override, as these systems have only a dummy fork() stub
23418 ac_cv_func_fork_works=no
23419 ;;
23420 *)
23421 ac_cv_func_fork_works=yes
23422 ;;
23423 esac
23424 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
23425 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
23426 fi
23427 ac_cv_func_vfork_works=$ac_cv_func_vfork
23428 if test "x$ac_cv_func_vfork" = xyes; then
23429 { echo "$as_me:$LINENO: checking for working vfork" >&5
23430 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6; }
23431 if test "${ac_cv_func_vfork_works+set}" = set; then
23432 echo $ECHO_N "(cached) $ECHO_C" >&6
23433 else
23434 if test "$cross_compiling" = yes; then
23435 ac_cv_func_vfork_works=cross
23436 else
23437 cat >conftest.$ac_ext <<_ACEOF
23438 /* confdefs.h. */
23439 _ACEOF
23440 cat confdefs.h >>conftest.$ac_ext
23441 cat >>conftest.$ac_ext <<_ACEOF
23442 /* end confdefs.h. */
23443 /* Thanks to Paul Eggert for this test. */
23444 $ac_includes_default
23445 #include <sys/wait.h>
23446 #ifdef HAVE_VFORK_H
23447 # include <vfork.h>
23448 #endif
23449 /* On some sparc systems, changes by the child to local and incoming
23450 argument registers are propagated back to the parent. The compiler
23451 is told about this with #include <vfork.h>, but some compilers
23452 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
23453 static variable whose address is put into a register that is
23454 clobbered by the vfork. */
23455 static void
23456 #ifdef __cplusplus
23457 sparc_address_test (int arg)
23458 # else
23459 sparc_address_test (arg) int arg;
23460 #endif
23461 {
23462 static pid_t child;
23463 if (!child) {
23464 child = vfork ();
23465 if (child < 0) {
23466 perror ("vfork");
23467 _exit(2);
23468 }
23469 if (!child) {
23470 arg = getpid();
23471 write(-1, "", 0);
23472 _exit (arg);
23473 }
23474 }
23475 }
23476
23477 int
23478 main ()
23479 {
23480 pid_t parent = getpid ();
23481 pid_t child;
23482
23483 sparc_address_test (0);
23484
23485 child = vfork ();
23486
23487 if (child == 0) {
23488 /* Here is another test for sparc vfork register problems. This
23489 test uses lots of local variables, at least as many local
23490 variables as main has allocated so far including compiler
23491 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
23492 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
23493 reuse the register of parent for one of the local variables,
23494 since it will think that parent can't possibly be used any more
23495 in this routine. Assigning to the local variable will thus
23496 munge parent in the parent process. */
23497 pid_t
23498 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
23499 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
23500 /* Convince the compiler that p..p7 are live; otherwise, it might
23501 use the same hardware register for all 8 local variables. */
23502 if (p != p1 || p != p2 || p != p3 || p != p4
23503 || p != p5 || p != p6 || p != p7)
23504 _exit(1);
23505
23506 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
23507 from child file descriptors. If the child closes a descriptor
23508 before it execs or exits, this munges the parent's descriptor
23509 as well. Test for this by closing stdout in the child. */
23510 _exit(close(fileno(stdout)) != 0);
23511 } else {
23512 int status;
23513 struct stat st;
23514
23515 while (wait(&status) != child)
23516 ;
23517 return (
23518 /* Was there some problem with vforking? */
23519 child < 0
23520
23521 /* Did the child fail? (This shouldn't happen.) */
23522 || status
23523
23524 /* Did the vfork/compiler bug occur? */
23525 || parent != getpid()
23526
23527 /* Did the file descriptor bug occur? */
23528 || fstat(fileno(stdout), &st) != 0
23529 );
23530 }
23531 }
23532 _ACEOF
23533 rm -f conftest$ac_exeext
23534 if { (ac_try="$ac_link"
23535 case "(($ac_try" in
23536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23537 *) ac_try_echo=$ac_try;;
23538 esac
23539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23540 (eval "$ac_link") 2>&5
23541 ac_status=$?
23542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23543 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23544 { (case "(($ac_try" in
23545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23546 *) ac_try_echo=$ac_try;;
23547 esac
23548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23549 (eval "$ac_try") 2>&5
23550 ac_status=$?
23551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23552 (exit $ac_status); }; }; then
23553 ac_cv_func_vfork_works=yes
23554 else
23555 echo "$as_me: program exited with status $ac_status" >&5
23556 echo "$as_me: failed program was:" >&5
23557 sed 's/^/| /' conftest.$ac_ext >&5
23558
23559 ( exit $ac_status )
23560 ac_cv_func_vfork_works=no
23561 fi
23562 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23563 fi
23564
23565
23566 fi
23567 { echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
23568 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; }
23569
23570 fi;
23571 if test "x$ac_cv_func_fork_works" = xcross; then
23572 ac_cv_func_vfork_works=$ac_cv_func_vfork
23573 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
23574 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
23575 fi
23576
23577 if test "x$ac_cv_func_vfork_works" = xyes; then
23578
23579 cat >>confdefs.h <<\_ACEOF
23580 #define HAVE_WORKING_VFORK 1
23581 _ACEOF
23582
23583 else
23584
23585 cat >>confdefs.h <<\_ACEOF
23586 #define vfork fork
23587 _ACEOF
23588
23589 fi
23590 if test "x$ac_cv_func_fork_works" = xyes; then
23591
23592 cat >>confdefs.h <<\_ACEOF
23593 #define HAVE_WORKING_FORK 1
23594 _ACEOF
23595
23596 fi
23597
23598
23599 { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
23600 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; }
23601 if test "${emacs_cv_langinfo_codeset+set}" = set; then
23602 echo $ECHO_N "(cached) $ECHO_C" >&6
23603 else
23604 cat >conftest.$ac_ext <<_ACEOF
23605 /* confdefs.h. */
23606 _ACEOF
23607 cat confdefs.h >>conftest.$ac_ext
23608 cat >>conftest.$ac_ext <<_ACEOF
23609 /* end confdefs.h. */
23610 #include <langinfo.h>
23611 int
23612 main ()
23613 {
23614 char* cs = nl_langinfo(CODESET);
23615 ;
23616 return 0;
23617 }
23618 _ACEOF
23619 rm -f conftest.$ac_objext conftest$ac_exeext
23620 if { (ac_try="$ac_link"
23621 case "(($ac_try" in
23622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23623 *) ac_try_echo=$ac_try;;
23624 esac
23625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23626 (eval "$ac_link") 2>conftest.er1
23627 ac_status=$?
23628 grep -v '^ *+' conftest.er1 >conftest.err
23629 rm -f conftest.er1
23630 cat conftest.err >&5
23631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23632 (exit $ac_status); } && {
23633 test -z "$ac_c_werror_flag" ||
23634 test ! -s conftest.err
23635 } && test -s conftest$ac_exeext &&
23636 $as_test_x conftest$ac_exeext; then
23637 emacs_cv_langinfo_codeset=yes
23638 else
23639 echo "$as_me: failed program was:" >&5
23640 sed 's/^/| /' conftest.$ac_ext >&5
23641
23642 emacs_cv_langinfo_codeset=no
23643 fi
23644
23645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23646 conftest$ac_exeext conftest.$ac_ext
23647
23648 fi
23649 { echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
23650 echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6; }
23651 if test $emacs_cv_langinfo_codeset = yes; then
23652
23653 cat >>confdefs.h <<\_ACEOF
23654 #define HAVE_LANGINFO_CODESET 1
23655 _ACEOF
23656
23657 fi
23658
23659 { echo "$as_me:$LINENO: checking for size_t" >&5
23660 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
23661 if test "${ac_cv_type_size_t+set}" = set; then
23662 echo $ECHO_N "(cached) $ECHO_C" >&6
23663 else
23664 cat >conftest.$ac_ext <<_ACEOF
23665 /* confdefs.h. */
23666 _ACEOF
23667 cat confdefs.h >>conftest.$ac_ext
23668 cat >>conftest.$ac_ext <<_ACEOF
23669 /* end confdefs.h. */
23670 $ac_includes_default
23671 typedef size_t ac__type_new_;
23672 int
23673 main ()
23674 {
23675 if ((ac__type_new_ *) 0)
23676 return 0;
23677 if (sizeof (ac__type_new_))
23678 return 0;
23679 ;
23680 return 0;
23681 }
23682 _ACEOF
23683 rm -f conftest.$ac_objext
23684 if { (ac_try="$ac_compile"
23685 case "(($ac_try" in
23686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23687 *) ac_try_echo=$ac_try;;
23688 esac
23689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23690 (eval "$ac_compile") 2>conftest.er1
23691 ac_status=$?
23692 grep -v '^ *+' conftest.er1 >conftest.err
23693 rm -f conftest.er1
23694 cat conftest.err >&5
23695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23696 (exit $ac_status); } && {
23697 test -z "$ac_c_werror_flag" ||
23698 test ! -s conftest.err
23699 } && test -s conftest.$ac_objext; then
23700 ac_cv_type_size_t=yes
23701 else
23702 echo "$as_me: failed program was:" >&5
23703 sed 's/^/| /' conftest.$ac_ext >&5
23704
23705 ac_cv_type_size_t=no
23706 fi
23707
23708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23709 fi
23710 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
23711 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
23712 if test $ac_cv_type_size_t = yes; then
23713
23714 cat >>confdefs.h <<_ACEOF
23715 #define HAVE_SIZE_T 1
23716 _ACEOF
23717
23718
23719 fi
23720
23721
23722 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
23723 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
23724 if test "${ac_cv_type_mbstate_t+set}" = set; then
23725 echo $ECHO_N "(cached) $ECHO_C" >&6
23726 else
23727 cat >conftest.$ac_ext <<_ACEOF
23728 /* confdefs.h. */
23729 _ACEOF
23730 cat confdefs.h >>conftest.$ac_ext
23731 cat >>conftest.$ac_ext <<_ACEOF
23732 /* end confdefs.h. */
23733 $ac_includes_default
23734 # include <wchar.h>
23735 int
23736 main ()
23737 {
23738 mbstate_t x; return sizeof x;
23739 ;
23740 return 0;
23741 }
23742 _ACEOF
23743 rm -f conftest.$ac_objext
23744 if { (ac_try="$ac_compile"
23745 case "(($ac_try" in
23746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23747 *) ac_try_echo=$ac_try;;
23748 esac
23749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23750 (eval "$ac_compile") 2>conftest.er1
23751 ac_status=$?
23752 grep -v '^ *+' conftest.er1 >conftest.err
23753 rm -f conftest.er1
23754 cat conftest.err >&5
23755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23756 (exit $ac_status); } && {
23757 test -z "$ac_c_werror_flag" ||
23758 test ! -s conftest.err
23759 } && test -s conftest.$ac_objext; then
23760 ac_cv_type_mbstate_t=yes
23761 else
23762 echo "$as_me: failed program was:" >&5
23763 sed 's/^/| /' conftest.$ac_ext >&5
23764
23765 ac_cv_type_mbstate_t=no
23766 fi
23767
23768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23769 fi
23770 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
23771 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
23772 if test $ac_cv_type_mbstate_t = yes; then
23773
23774 cat >>confdefs.h <<\_ACEOF
23775 #define HAVE_MBSTATE_T 1
23776 _ACEOF
23777
23778 else
23779
23780 cat >>confdefs.h <<\_ACEOF
23781 #define mbstate_t int
23782 _ACEOF
23783
23784 fi
23785
23786 { echo "$as_me:$LINENO: checking for C restrict keyword" >&5
23787 echo $ECHO_N "checking for C restrict keyword... $ECHO_C" >&6; }
23788 if test "${emacs_cv_c_restrict+set}" = set; then
23789 echo $ECHO_N "(cached) $ECHO_C" >&6
23790 else
23791 cat >conftest.$ac_ext <<_ACEOF
23792 /* confdefs.h. */
23793 _ACEOF
23794 cat confdefs.h >>conftest.$ac_ext
23795 cat >>conftest.$ac_ext <<_ACEOF
23796 /* end confdefs.h. */
23797 void fred (int *restrict x);
23798 int
23799 main ()
23800 {
23801
23802 ;
23803 return 0;
23804 }
23805 _ACEOF
23806 rm -f conftest.$ac_objext
23807 if { (ac_try="$ac_compile"
23808 case "(($ac_try" in
23809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23810 *) ac_try_echo=$ac_try;;
23811 esac
23812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23813 (eval "$ac_compile") 2>conftest.er1
23814 ac_status=$?
23815 grep -v '^ *+' conftest.er1 >conftest.err
23816 rm -f conftest.er1
23817 cat conftest.err >&5
23818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23819 (exit $ac_status); } && {
23820 test -z "$ac_c_werror_flag" ||
23821 test ! -s conftest.err
23822 } && test -s conftest.$ac_objext; then
23823 emacs_cv_c_restrict=yes
23824 else
23825 echo "$as_me: failed program was:" >&5
23826 sed 's/^/| /' conftest.$ac_ext >&5
23827
23828 cat >conftest.$ac_ext <<_ACEOF
23829 /* confdefs.h. */
23830 _ACEOF
23831 cat confdefs.h >>conftest.$ac_ext
23832 cat >>conftest.$ac_ext <<_ACEOF
23833 /* end confdefs.h. */
23834 void fred (int *__restrict x);
23835 int
23836 main ()
23837 {
23838
23839 ;
23840 return 0;
23841 }
23842 _ACEOF
23843 rm -f conftest.$ac_objext
23844 if { (ac_try="$ac_compile"
23845 case "(($ac_try" in
23846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23847 *) ac_try_echo=$ac_try;;
23848 esac
23849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23850 (eval "$ac_compile") 2>conftest.er1
23851 ac_status=$?
23852 grep -v '^ *+' conftest.er1 >conftest.err
23853 rm -f conftest.er1
23854 cat conftest.err >&5
23855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23856 (exit $ac_status); } && {
23857 test -z "$ac_c_werror_flag" ||
23858 test ! -s conftest.err
23859 } && test -s conftest.$ac_objext; then
23860 emacs_cv_c_restrict=__restrict
23861 else
23862 echo "$as_me: failed program was:" >&5
23863 sed 's/^/| /' conftest.$ac_ext >&5
23864
23865 emacs_cv_c_restrict=no
23866 fi
23867
23868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23869 fi
23870
23871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23872 fi
23873 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
23874 echo "${ECHO_T}$emacs_cv_c_restrict" >&6; }
23875 case "$emacs_cv_c_restrict" in
23876 yes) emacs_restrict=restrict;;
23877 no) emacs_restrict="";;
23878 *) emacs_restrict="$emacs_cv_c_restrict";;
23879 esac
23880 if test "$emacs_restrict" != __restrict; then
23881
23882 cat >>confdefs.h <<_ACEOF
23883 #define __restrict $emacs_restrict
23884 _ACEOF
23885
23886 fi
23887
23888 { echo "$as_me:$LINENO: checking for C restricted array declarations" >&5
23889 echo $ECHO_N "checking for C restricted array declarations... $ECHO_C" >&6; }
23890 if test "${emacs_cv_c_restrict_arr+set}" = set; then
23891 echo $ECHO_N "(cached) $ECHO_C" >&6
23892 else
23893 cat >conftest.$ac_ext <<_ACEOF
23894 /* confdefs.h. */
23895 _ACEOF
23896 cat confdefs.h >>conftest.$ac_ext
23897 cat >>conftest.$ac_ext <<_ACEOF
23898 /* end confdefs.h. */
23899 void fred (int x[__restrict]);
23900 int
23901 main ()
23902 {
23903
23904 ;
23905 return 0;
23906 }
23907 _ACEOF
23908 rm -f conftest.$ac_objext
23909 if { (ac_try="$ac_compile"
23910 case "(($ac_try" in
23911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23912 *) ac_try_echo=$ac_try;;
23913 esac
23914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23915 (eval "$ac_compile") 2>conftest.er1
23916 ac_status=$?
23917 grep -v '^ *+' conftest.er1 >conftest.err
23918 rm -f conftest.er1
23919 cat conftest.err >&5
23920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23921 (exit $ac_status); } && {
23922 test -z "$ac_c_werror_flag" ||
23923 test ! -s conftest.err
23924 } && test -s conftest.$ac_objext; then
23925 emacs_cv_c_restrict_arr=yes
23926 else
23927 echo "$as_me: failed program was:" >&5
23928 sed 's/^/| /' conftest.$ac_ext >&5
23929
23930 emacs_cv_c_restrict_arr=no
23931 fi
23932
23933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23934 fi
23935 { echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
23936 echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6; }
23937 if test "$emacs_cv_c_restrict_arr" = yes; then
23938
23939 cat >>confdefs.h <<\_ACEOF
23940 #define __restrict_arr __restrict
23941 _ACEOF
23942
23943 fi
23944
23945
23946
23947 # Set up the CFLAGS for real compilation, so we can substitute it.
23948 CFLAGS="$REAL_CFLAGS"
23949 CPPFLAGS="$REAL_CPPFLAGS"
23950
23951 #### Find out which version of Emacs this is.
23952 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
23953 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
23954 if test x"${version}" = x; then
23955 { { echo "$as_me:$LINENO: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
23956 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
23957 { (exit 1); exit 1; }; }
23958 fi
23959
23960 ### Specify what sort of things we'll be editing into Makefile and config.h.
23961 ### Use configuration here uncanonicalized to avoid exceeding size limits.
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
23994
23995
23996
23997 cat >>confdefs.h <<_ACEOF
23998 #define EMACS_CONFIGURATION "${canonical}"
23999 _ACEOF
24000
24001
24002 cat >>confdefs.h <<_ACEOF
24003 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
24004 _ACEOF
24005
24006
24007 cat >>confdefs.h <<_ACEOF
24008 #define config_machfile "${machfile}"
24009 _ACEOF
24010
24011
24012 cat >>confdefs.h <<_ACEOF
24013 #define config_opsysfile "${opsysfile}"
24014 _ACEOF
24015
24016
24017 cat >>confdefs.h <<_ACEOF
24018 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE}
24019 _ACEOF
24020
24021
24022 cat >>confdefs.h <<_ACEOF
24023 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX}
24024 _ACEOF
24025
24026
24027 cat >>confdefs.h <<_ACEOF
24028 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE}
24029 _ACEOF
24030
24031
24032 cat >>confdefs.h <<_ACEOF
24033 #define UNEXEC_SRC ${UNEXEC_SRC}
24034 _ACEOF
24035
24036
24037 if test "${HAVE_X_WINDOWS}" = "yes" ; then
24038
24039 cat >>confdefs.h <<\_ACEOF
24040 #define HAVE_X_WINDOWS 1
24041 _ACEOF
24042
24043 fi
24044 if test "${USE_X_TOOLKIT}" != "none" ; then
24045
24046 cat >>confdefs.h <<\_ACEOF
24047 #define USE_X_TOOLKIT 1
24048 _ACEOF
24049
24050 fi
24051 if test "${HAVE_X11}" = "yes" ; then
24052
24053 cat >>confdefs.h <<\_ACEOF
24054 #define HAVE_X11 1
24055 _ACEOF
24056
24057 fi
24058 if test "${HAVE_XFREE386}" = "yes" ; then
24059
24060 cat >>confdefs.h <<\_ACEOF
24061 #define HAVE_XFREE386 1
24062 _ACEOF
24063
24064 fi
24065 if test "${HAVE_MENUS}" = "yes" ; then
24066
24067 cat >>confdefs.h <<\_ACEOF
24068 #define HAVE_MENUS 1
24069 _ACEOF
24070
24071 fi
24072 if test "${GNU_MALLOC}" = "yes" ; then
24073
24074 cat >>confdefs.h <<\_ACEOF
24075 #define GNU_MALLOC 1
24076 _ACEOF
24077
24078 fi
24079 if test "${REL_ALLOC}" = "yes" ; then
24080
24081 cat >>confdefs.h <<\_ACEOF
24082 #define REL_ALLOC 1
24083 _ACEOF
24084
24085 fi
24086
24087
24088
24089
24090
24091
24092 #### Report on what we decided to do.
24093 #### Report GTK as a toolkit, even if it doesn't use Xt.
24094 #### It makes printing result more understandable as using GTK sets
24095 #### toolkit_scroll_bars to yes by default.
24096 if test "${HAVE_GTK}" = "yes"; then
24097 USE_X_TOOLKIT=GTK
24098 fi
24099
24100 echo "
24101 Configured for \`${canonical}'.
24102
24103 Where should the build process find the source code? ${srcdir}
24104 What operating system and machine description files should Emacs use?
24105 \`${opsysfile}' and \`${machfile}'
24106 What compiler should emacs be built with? ${CC} ${CFLAGS}
24107 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
24108 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
24109 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
24110 What window system should Emacs use? ${window_system}
24111 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
24112
24113 if test -n "${x_includes}"; then
24114 echo " Where do we find X Windows header files? ${x_includes}"
24115 else
24116 echo " Where do we find X Windows header files? Standard dirs"
24117 fi
24118 if test -n "${x_libraries}"; then
24119 echo " Where do we find X Windows libraries? ${x_libraries}"
24120 else
24121 echo " Where do we find X Windows libraries? Standard dirs"
24122 fi
24123
24124 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
24125 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
24126 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
24127 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
24128 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name"
24129 echo " Does Emacs use -lpng? ${HAVE_PNG}"
24130 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
24131 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
24132 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
24133 echo
24134
24135 if test $USE_XASSERTS = yes; then
24136 echo " Compiling with asserts turned on."
24137 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
24138 echo
24139 fi
24140
24141 if test "$USE_X_TOOLKIT" = GTK; then
24142 case "$canonical" in
24143 *cygwin*)
24144 echo "There are known problems with Emacs and Gtk+ on cygwin, so you
24145 will probably get a crash on startup. If this happens, please use another
24146 toolkit for Emacs. See etc/PROBLEMS for more information."
24147 ;;
24148 esac
24149 fi
24150
24151
24152
24153 # Remove any trailing slashes in these variables.
24154 test "${prefix}" != NONE &&
24155 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
24156 test "${exec_prefix}" != NONE &&
24157 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
24158
24159 ## Check if the C preprocessor will convert `..' to `. .'. If so, set
24160 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
24161 ## from Makefile.c can correctly provide the arg `-traditional' to the
24162 ## C preprocessor.
24163
24164 cat >conftest.$ac_ext <<_ACEOF
24165 /* confdefs.h. */
24166 _ACEOF
24167 cat confdefs.h >>conftest.$ac_ext
24168 cat >>conftest.$ac_ext <<_ACEOF
24169 /* end confdefs.h. */
24170 yes..yes
24171 _ACEOF
24172 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24173 $EGREP "yes..yes" >/dev/null 2>&1; then
24174 CPP_NEED_TRADITIONAL=no
24175 else
24176 CPP_NEED_TRADITIONAL=yes
24177 fi
24178 rm -f conftest*
24179
24180
24181 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"
24182
24183 ac_config_commands="$ac_config_commands default"
24184
24185 cat >confcache <<\_ACEOF
24186 # This file is a shell script that caches the results of configure
24187 # tests run on this system so they can be shared between configure
24188 # scripts and configure runs, see configure's option --config-cache.
24189 # It is not useful on other systems. If it contains results you don't
24190 # want to keep, you may remove or edit it.
24191 #
24192 # config.status only pays attention to the cache file if you give it
24193 # the --recheck option to rerun configure.
24194 #
24195 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24196 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24197 # following values.
24198
24199 _ACEOF
24200
24201 # The following way of writing the cache mishandles newlines in values,
24202 # but we know of no workaround that is simple, portable, and efficient.
24203 # So, we kill variables containing newlines.
24204 # Ultrix sh set writes to stderr and can't be redirected directly,
24205 # and sets the high bit in the cache file unless we assign to the vars.
24206 (
24207 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24208 eval ac_val=\$$ac_var
24209 case $ac_val in #(
24210 *${as_nl}*)
24211 case $ac_var in #(
24212 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
24213 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
24214 esac
24215 case $ac_var in #(
24216 _ | IFS | as_nl) ;; #(
24217 *) $as_unset $ac_var ;;
24218 esac ;;
24219 esac
24220 done
24221
24222 (set) 2>&1 |
24223 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24224 *${as_nl}ac_space=\ *)
24225 # `set' does not quote correctly, so add quotes (double-quote
24226 # substitution turns \\\\ into \\, and sed turns \\ into \).
24227 sed -n \
24228 "s/'/'\\\\''/g;
24229 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24230 ;; #(
24231 *)
24232 # `set' quotes correctly as required by POSIX, so do not add quotes.
24233 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24234 ;;
24235 esac |
24236 sort
24237 ) |
24238 sed '
24239 /^ac_cv_env_/b end
24240 t clear
24241 :clear
24242 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24243 t end
24244 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24245 :end' >>confcache
24246 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24247 if test -w "$cache_file"; then
24248 test "x$cache_file" != "x/dev/null" &&
24249 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
24250 echo "$as_me: updating cache $cache_file" >&6;}
24251 cat confcache >$cache_file
24252 else
24253 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
24254 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24255 fi
24256 fi
24257 rm -f confcache
24258
24259 test "x$prefix" = xNONE && prefix=$ac_default_prefix
24260 # Let make expand exec_prefix.
24261 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
24262
24263 DEFS=-DHAVE_CONFIG_H
24264
24265 ac_libobjs=
24266 ac_ltlibobjs=
24267 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
24268 # 1. Remove the extension, and $U if already installed.
24269 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
24270 ac_i=`echo "$ac_i" | sed "$ac_script"`
24271 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
24272 # will be set to the directory where LIBOBJS objects are built.
24273 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
24274 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
24275 done
24276 LIBOBJS=$ac_libobjs
24277
24278 LTLIBOBJS=$ac_ltlibobjs
24279
24280
24281
24282 : ${CONFIG_STATUS=./config.status}
24283 ac_clean_files_save=$ac_clean_files
24284 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
24285 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24286 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24287 cat >$CONFIG_STATUS <<_ACEOF
24288 #! $SHELL
24289 # Generated by $as_me.
24290 # Run this file to recreate the current configuration.
24291 # Compiler output produced by configure, useful for debugging
24292 # configure, is in config.log if it exists.
24293
24294 debug=false
24295 ac_cs_recheck=false
24296 ac_cs_silent=false
24297 SHELL=\${CONFIG_SHELL-$SHELL}
24298 _ACEOF
24299
24300 cat >>$CONFIG_STATUS <<\_ACEOF
24301 ## --------------------- ##
24302 ## M4sh Initialization. ##
24303 ## --------------------- ##
24304
24305 # Be more Bourne compatible
24306 DUALCASE=1; export DUALCASE # for MKS sh
24307 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24308 emulate sh
24309 NULLCMD=:
24310 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24311 # is contrary to our usage. Disable this feature.
24312 alias -g '${1+"$@"}'='"$@"'
24313 setopt NO_GLOB_SUBST
24314 else
24315 case `(set -o) 2>/dev/null` in
24316 *posix*) set -o posix ;;
24317 esac
24318
24319 fi
24320
24321
24322
24323
24324 # PATH needs CR
24325 # Avoid depending upon Character Ranges.
24326 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
24327 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24328 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
24329 as_cr_digits='0123456789'
24330 as_cr_alnum=$as_cr_Letters$as_cr_digits
24331
24332 # The user is always right.
24333 if test "${PATH_SEPARATOR+set}" != set; then
24334 echo "#! /bin/sh" >conf$$.sh
24335 echo "exit 0" >>conf$$.sh
24336 chmod +x conf$$.sh
24337 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
24338 PATH_SEPARATOR=';'
24339 else
24340 PATH_SEPARATOR=:
24341 fi
24342 rm -f conf$$.sh
24343 fi
24344
24345 # Support unset when possible.
24346 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
24347 as_unset=unset
24348 else
24349 as_unset=false
24350 fi
24351
24352
24353 # IFS
24354 # We need space, tab and new line, in precisely that order. Quoting is
24355 # there to prevent editors from complaining about space-tab.
24356 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
24357 # splitting by setting IFS to empty value.)
24358 as_nl='
24359 '
24360 IFS=" "" $as_nl"
24361
24362 # Find who we are. Look in the path if we contain no directory separator.
24363 case $0 in
24364 *[\\/]* ) as_myself=$0 ;;
24365 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24366 for as_dir in $PATH
24367 do
24368 IFS=$as_save_IFS
24369 test -z "$as_dir" && as_dir=.
24370 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
24371 done
24372 IFS=$as_save_IFS
24373
24374 ;;
24375 esac
24376 # We did not find ourselves, most probably we were run as `sh COMMAND'
24377 # in which case we are not to be found in the path.
24378 if test "x$as_myself" = x; then
24379 as_myself=$0
24380 fi
24381 if test ! -f "$as_myself"; then
24382 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24383 { (exit 1); exit 1; }
24384 fi
24385
24386 # Work around bugs in pre-3.0 UWIN ksh.
24387 for as_var in ENV MAIL MAILPATH
24388 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24389 done
24390 PS1='$ '
24391 PS2='> '
24392 PS4='+ '
24393
24394 # NLS nuisances.
24395 for as_var in \
24396 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24397 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24398 LC_TELEPHONE LC_TIME
24399 do
24400 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24401 eval $as_var=C; export $as_var
24402 else
24403 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24404 fi
24405 done
24406
24407 # Required to use basename.
24408 if expr a : '\(a\)' >/dev/null 2>&1 &&
24409 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24410 as_expr=expr
24411 else
24412 as_expr=false
24413 fi
24414
24415 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
24416 as_basename=basename
24417 else
24418 as_basename=false
24419 fi
24420
24421
24422 # Name of the executable.
24423 as_me=`$as_basename -- "$0" ||
24424 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24425 X"$0" : 'X\(//\)$' \| \
24426 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
24427 echo X/"$0" |
24428 sed '/^.*\/\([^/][^/]*\)\/*$/{
24429 s//\1/
24430 q
24431 }
24432 /^X\/\(\/\/\)$/{
24433 s//\1/
24434 q
24435 }
24436 /^X\/\(\/\).*/{
24437 s//\1/
24438 q
24439 }
24440 s/.*/./; q'`
24441
24442 # CDPATH.
24443 $as_unset CDPATH
24444
24445
24446
24447 as_lineno_1=$LINENO
24448 as_lineno_2=$LINENO
24449 test "x$as_lineno_1" != "x$as_lineno_2" &&
24450 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
24451
24452 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
24453 # uniformly replaced by the line number. The first 'sed' inserts a
24454 # line-number line after each line using $LINENO; the second 'sed'
24455 # does the real work. The second script uses 'N' to pair each
24456 # line-number line with the line containing $LINENO, and appends
24457 # trailing '-' during substitution so that $LINENO is not a special
24458 # case at line end.
24459 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
24460 # scripts with optimization help from Paolo Bonzini. Blame Lee
24461 # E. McMahon (1931-1989) for sed's syntax. :-)
24462 sed -n '
24463 p
24464 /[$]LINENO/=
24465 ' <$as_myself |
24466 sed '
24467 s/[$]LINENO.*/&-/
24468 t lineno
24469 b
24470 :lineno
24471 N
24472 :loop
24473 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24474 t loop
24475 s/-\n.*//
24476 ' >$as_me.lineno &&
24477 chmod +x "$as_me.lineno" ||
24478 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24479 { (exit 1); exit 1; }; }
24480
24481 # Don't try to exec as it changes $[0], causing all sort of problems
24482 # (the dirname of $[0] is not the place where we might find the
24483 # original and so on. Autoconf is especially sensitive to this).
24484 . "./$as_me.lineno"
24485 # Exit status is that of the last command.
24486 exit
24487 }
24488
24489
24490 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
24491 as_dirname=dirname
24492 else
24493 as_dirname=false
24494 fi
24495
24496 ECHO_C= ECHO_N= ECHO_T=
24497 case `echo -n x` in
24498 -n*)
24499 case `echo 'x\c'` in
24500 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
24501 *) ECHO_C='\c';;
24502 esac;;
24503 *)
24504 ECHO_N='-n';;
24505 esac
24506
24507 if expr a : '\(a\)' >/dev/null 2>&1 &&
24508 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24509 as_expr=expr
24510 else
24511 as_expr=false
24512 fi
24513
24514 rm -f conf$$ conf$$.exe conf$$.file
24515 if test -d conf$$.dir; then
24516 rm -f conf$$.dir/conf$$.file
24517 else
24518 rm -f conf$$.dir
24519 mkdir conf$$.dir
24520 fi
24521 echo >conf$$.file
24522 if ln -s conf$$.file conf$$ 2>/dev/null; then
24523 as_ln_s='ln -s'
24524 # ... but there are two gotchas:
24525 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24526 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24527 # In both cases, we have to default to `cp -p'.
24528 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
24529 as_ln_s='cp -p'
24530 elif ln conf$$.file conf$$ 2>/dev/null; then
24531 as_ln_s=ln
24532 else
24533 as_ln_s='cp -p'
24534 fi
24535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
24536 rmdir conf$$.dir 2>/dev/null
24537
24538 if mkdir -p . 2>/dev/null; then
24539 as_mkdir_p=:
24540 else
24541 test -d ./-p && rmdir ./-p
24542 as_mkdir_p=false
24543 fi
24544
24545 if test -x / >/dev/null 2>&1; then
24546 as_test_x='test -x'
24547 else
24548 if ls -dL / >/dev/null 2>&1; then
24549 as_ls_L_option=L
24550 else
24551 as_ls_L_option=
24552 fi
24553 as_test_x='
24554 eval sh -c '\''
24555 if test -d "$1"; then
24556 test -d "$1/.";
24557 else
24558 case $1 in
24559 -*)set "./$1";;
24560 esac;
24561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
24562 ???[sx]*):;;*)false;;esac;fi
24563 '\'' sh
24564 '
24565 fi
24566 as_executable_p=$as_test_x
24567
24568 # Sed expression to map a string onto a valid CPP name.
24569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24570
24571 # Sed expression to map a string onto a valid variable name.
24572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24573
24574
24575 exec 6>&1
24576
24577 # Save the log message, to keep $[0] and so on meaningful, and to
24578 # report actual input values of CONFIG_FILES etc. instead of their
24579 # values after options handling.
24580 ac_log="
24581 This file was extended by $as_me, which was
24582 generated by GNU Autoconf 2.61. Invocation command line was
24583
24584 CONFIG_FILES = $CONFIG_FILES
24585 CONFIG_HEADERS = $CONFIG_HEADERS
24586 CONFIG_LINKS = $CONFIG_LINKS
24587 CONFIG_COMMANDS = $CONFIG_COMMANDS
24588 $ $0 $@
24589
24590 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24591 "
24592
24593 _ACEOF
24594
24595 cat >>$CONFIG_STATUS <<_ACEOF
24596 # Files that config.status was made for.
24597 config_files="$ac_config_files"
24598 config_headers="$ac_config_headers"
24599 config_commands="$ac_config_commands"
24600
24601 _ACEOF
24602
24603 cat >>$CONFIG_STATUS <<\_ACEOF
24604 ac_cs_usage="\
24605 \`$as_me' instantiates files from templates according to the
24606 current configuration.
24607
24608 Usage: $0 [OPTIONS] [FILE]...
24609
24610 -h, --help print this help, then exit
24611 -V, --version print version number and configuration settings, then exit
24612 -q, --quiet do not print progress messages
24613 -d, --debug don't remove temporary files
24614 --recheck update $as_me by reconfiguring in the same conditions
24615 --file=FILE[:TEMPLATE]
24616 instantiate the configuration file FILE
24617 --header=FILE[:TEMPLATE]
24618 instantiate the configuration header FILE
24619
24620 Configuration files:
24621 $config_files
24622
24623 Configuration headers:
24624 $config_headers
24625
24626 Configuration commands:
24627 $config_commands
24628
24629 Report bugs to <bug-autoconf@gnu.org>."
24630
24631 _ACEOF
24632 cat >>$CONFIG_STATUS <<_ACEOF
24633 ac_cs_version="\\
24634 config.status
24635 configured by $0, generated by GNU Autoconf 2.61,
24636 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24637
24638 Copyright (C) 2006 Free Software Foundation, Inc.
24639 This config.status script is free software; the Free Software Foundation
24640 gives unlimited permission to copy, distribute and modify it."
24641
24642 ac_pwd='$ac_pwd'
24643 srcdir='$srcdir'
24644 INSTALL='$INSTALL'
24645 _ACEOF
24646
24647 cat >>$CONFIG_STATUS <<\_ACEOF
24648 # If no file are specified by the user, then we need to provide default
24649 # value. By we need to know if files were specified by the user.
24650 ac_need_defaults=:
24651 while test $# != 0
24652 do
24653 case $1 in
24654 --*=*)
24655 ac_option=`expr "X$1" : 'X\([^=]*\)='`
24656 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
24657 ac_shift=:
24658 ;;
24659 *)
24660 ac_option=$1
24661 ac_optarg=$2
24662 ac_shift=shift
24663 ;;
24664 esac
24665
24666 case $ac_option in
24667 # Handling of the options.
24668 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24669 ac_cs_recheck=: ;;
24670 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
24671 echo "$ac_cs_version"; exit ;;
24672 --debug | --debu | --deb | --de | --d | -d )
24673 debug=: ;;
24674 --file | --fil | --fi | --f )
24675 $ac_shift
24676 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
24677 ac_need_defaults=false;;
24678 --header | --heade | --head | --hea )
24679 $ac_shift
24680 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
24681 ac_need_defaults=false;;
24682 --he | --h)
24683 # Conflict between --help and --header
24684 { echo "$as_me: error: ambiguous option: $1
24685 Try \`$0 --help' for more information." >&2
24686 { (exit 1); exit 1; }; };;
24687 --help | --hel | -h )
24688 echo "$ac_cs_usage"; exit ;;
24689 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
24690 | -silent | --silent | --silen | --sile | --sil | --si | --s)
24691 ac_cs_silent=: ;;
24692
24693 # This is an error.
24694 -*) { echo "$as_me: error: unrecognized option: $1
24695 Try \`$0 --help' for more information." >&2
24696 { (exit 1); exit 1; }; } ;;
24697
24698 *) ac_config_targets="$ac_config_targets $1"
24699 ac_need_defaults=false ;;
24700
24701 esac
24702 shift
24703 done
24704
24705 ac_configure_extra_args=
24706
24707 if $ac_cs_silent; then
24708 exec 6>/dev/null
24709 ac_configure_extra_args="$ac_configure_extra_args --silent"
24710 fi
24711
24712 _ACEOF
24713 cat >>$CONFIG_STATUS <<_ACEOF
24714 if \$ac_cs_recheck; then
24715 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24716 CONFIG_SHELL=$SHELL
24717 export CONFIG_SHELL
24718 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24719 fi
24720
24721 _ACEOF
24722 cat >>$CONFIG_STATUS <<\_ACEOF
24723 exec 5>>config.log
24724 {
24725 echo
24726 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24727 ## Running $as_me. ##
24728 _ASBOX
24729 echo "$ac_log"
24730 } >&5
24731
24732 _ACEOF
24733 cat >>$CONFIG_STATUS <<_ACEOF
24734 #
24735 # INIT-COMMANDS
24736 #
24737 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"
24738
24739 _ACEOF
24740
24741 cat >>$CONFIG_STATUS <<\_ACEOF
24742
24743 # Handling of arguments.
24744 for ac_config_target in $ac_config_targets
24745 do
24746 case $ac_config_target in
24747 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
24748 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24749 "lib-src/Makefile.c") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;;
24750 "oldXMenu/Makefile") CONFIG_FILES="$CONFIG_FILES oldXMenu/Makefile" ;;
24751 "doc/emacs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/emacs/Makefile" ;;
24752 "doc/misc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/misc/Makefile" ;;
24753 "doc/lispintro/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispintro/Makefile" ;;
24754 "doc/lispref/Makefile") CONFIG_FILES="$CONFIG_FILES doc/lispref/Makefile" ;;
24755 "src/Makefile.c") CONFIG_FILES="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;;
24756 "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;;
24757 "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
24758 "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
24759 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
24760
24761 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24762 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24763 { (exit 1); exit 1; }; };;
24764 esac
24765 done
24766
24767
24768 # If the user did not use the arguments to specify the items to instantiate,
24769 # then the envvar interface is used. Set only those that are not.
24770 # We use the long form for the default assignment because of an extremely
24771 # bizarre bug on SunOS 4.1.3.
24772 if $ac_need_defaults; then
24773 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
24774 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
24775 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
24776 fi
24777
24778 # Have a temporary directory for convenience. Make it in the build tree
24779 # simply because there is no reason against having it here, and in addition,
24780 # creating and moving files from /tmp can sometimes cause problems.
24781 # Hook for its removal unless debugging.
24782 # Note that there is a small window in which the directory will not be cleaned:
24783 # after its creation but before its name has been assigned to `$tmp'.
24784 $debug ||
24785 {
24786 tmp=
24787 trap 'exit_status=$?
24788 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24789 ' 0
24790 trap '{ (exit 1); exit 1; }' 1 2 13 15
24791 }
24792 # Create a (secure) tmp directory for tmp files.
24793
24794 {
24795 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24796 test -n "$tmp" && test -d "$tmp"
24797 } ||
24798 {
24799 tmp=./conf$$-$RANDOM
24800 (umask 077 && mkdir "$tmp")
24801 } ||
24802 {
24803 echo "$me: cannot create a temporary directory in ." >&2
24804 { (exit 1); exit 1; }
24805 }
24806
24807 #
24808 # Set up the sed scripts for CONFIG_FILES section.
24809 #
24810
24811 # No need to generate the scripts if there are no CONFIG_FILES.
24812 # This happens for instance when ./config.status config.h
24813 if test -n "$CONFIG_FILES"; then
24814
24815 _ACEOF
24816
24817
24818
24819 ac_delim='%!_!# '
24820 for ac_last_try in false false false false false :; do
24821 cat >conf$$subs.sed <<_ACEOF
24822 SHELL!$SHELL$ac_delim
24823 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24824 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24825 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24826 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24827 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24828 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24829 exec_prefix!$exec_prefix$ac_delim
24830 prefix!$prefix$ac_delim
24831 program_transform_name!$program_transform_name$ac_delim
24832 bindir!$bindir$ac_delim
24833 sbindir!$sbindir$ac_delim
24834 libexecdir!$libexecdir$ac_delim
24835 datarootdir!$datarootdir$ac_delim
24836 datadir!$datadir$ac_delim
24837 sysconfdir!$sysconfdir$ac_delim
24838 sharedstatedir!$sharedstatedir$ac_delim
24839 localstatedir!$localstatedir$ac_delim
24840 includedir!$includedir$ac_delim
24841 oldincludedir!$oldincludedir$ac_delim
24842 docdir!$docdir$ac_delim
24843 infodir!$infodir$ac_delim
24844 htmldir!$htmldir$ac_delim
24845 dvidir!$dvidir$ac_delim
24846 pdfdir!$pdfdir$ac_delim
24847 psdir!$psdir$ac_delim
24848 libdir!$libdir$ac_delim
24849 localedir!$localedir$ac_delim
24850 mandir!$mandir$ac_delim
24851 DEFS!$DEFS$ac_delim
24852 ECHO_C!$ECHO_C$ac_delim
24853 ECHO_N!$ECHO_N$ac_delim
24854 ECHO_T!$ECHO_T$ac_delim
24855 LIBS!$LIBS$ac_delim
24856 build_alias!$build_alias$ac_delim
24857 host_alias!$host_alias$ac_delim
24858 target_alias!$target_alias$ac_delim
24859 MAINT!$MAINT$ac_delim
24860 build!$build$ac_delim
24861 build_cpu!$build_cpu$ac_delim
24862 build_vendor!$build_vendor$ac_delim
24863 build_os!$build_os$ac_delim
24864 host!$host$ac_delim
24865 host_cpu!$host_cpu$ac_delim
24866 host_vendor!$host_vendor$ac_delim
24867 host_os!$host_os$ac_delim
24868 CC!$CC$ac_delim
24869 CFLAGS!$CFLAGS$ac_delim
24870 LDFLAGS!$LDFLAGS$ac_delim
24871 CPPFLAGS!$CPPFLAGS$ac_delim
24872 ac_ct_CC!$ac_ct_CC$ac_delim
24873 EXEEXT!$EXEEXT$ac_delim
24874 OBJEXT!$OBJEXT$ac_delim
24875 CPP!$CPP$ac_delim
24876 GREP!$GREP$ac_delim
24877 EGREP!$EGREP$ac_delim
24878 LN_S!$LN_S$ac_delim
24879 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
24880 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
24881 INSTALL_DATA!$INSTALL_DATA$ac_delim
24882 RANLIB!$RANLIB$ac_delim
24883 INSTALL_INFO!$INSTALL_INFO$ac_delim
24884 GZIP_PROG!$GZIP_PROG$ac_delim
24885 MAKEINFO!$MAKEINFO$ac_delim
24886 LIBSOUND!$LIBSOUND$ac_delim
24887 PKG_CONFIG!$PKG_CONFIG$ac_delim
24888 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
24889 ALSA_LIBS!$ALSA_LIBS$ac_delim
24890 CFLAGS_SOUND!$CFLAGS_SOUND$ac_delim
24891 SET_MAKE!$SET_MAKE$ac_delim
24892 XMKMF!$XMKMF$ac_delim
24893 HAVE_XSERVER!$HAVE_XSERVER$ac_delim
24894 RSVG_CFLAGS!$RSVG_CFLAGS$ac_delim
24895 RSVG_LIBS!$RSVG_LIBS$ac_delim
24896 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
24897 GTK_LIBS!$GTK_LIBS$ac_delim
24898 XFT_CFLAGS!$XFT_CFLAGS$ac_delim
24899 XFT_LIBS!$XFT_LIBS$ac_delim
24900 FREETYPE_CFLAGS!$FREETYPE_CFLAGS$ac_delim
24901 FREETYPE_LIBS!$FREETYPE_LIBS$ac_delim
24902 FONTCONFIG_CFLAGS!$FONTCONFIG_CFLAGS$ac_delim
24903 FONTCONFIG_LIBS!$FONTCONFIG_LIBS$ac_delim
24904 HAVE_LIBOTF!$HAVE_LIBOTF$ac_delim
24905 LIBOTF_CFLAGS!$LIBOTF_CFLAGS$ac_delim
24906 LIBOTF_LIBS!$LIBOTF_LIBS$ac_delim
24907 ALLOCA!$ALLOCA$ac_delim
24908 liblockfile!$liblockfile$ac_delim
24909 LIBOBJS!$LIBOBJS$ac_delim
24910 NEED_SETGID!$NEED_SETGID$ac_delim
24911 KMEM_GROUP!$KMEM_GROUP$ac_delim
24912 GETLOADAVG_LIBS!$GETLOADAVG_LIBS$ac_delim
24913 GETOPT_H!$GETOPT_H$ac_delim
24914 GETOPTOBJS!$GETOPTOBJS$ac_delim
24915 version!$version$ac_delim
24916 configuration!$configuration$ac_delim
24917 canonical!$canonical$ac_delim
24918 srcdir!$srcdir$ac_delim
24919 _ACEOF
24920
24921 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
24922 break
24923 elif $ac_last_try; then
24924 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24925 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24926 { (exit 1); exit 1; }; }
24927 else
24928 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24929 fi
24930 done
24931
24932 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24933 if test -n "$ac_eof"; then
24934 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24935 ac_eof=`expr $ac_eof + 1`
24936 fi
24937
24938 cat >>$CONFIG_STATUS <<_ACEOF
24939 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24940 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24941 _ACEOF
24942 sed '
24943 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24944 s/^/s,@/; s/!/@,|#_!!_#|/
24945 :n
24946 t n
24947 s/'"$ac_delim"'$/,g/; t
24948 s/$/\\/; p
24949 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24950 ' >>$CONFIG_STATUS <conf$$subs.sed
24951 rm -f conf$$subs.sed
24952 cat >>$CONFIG_STATUS <<_ACEOF
24953 CEOF$ac_eof
24954 _ACEOF
24955
24956
24957 ac_delim='%!_!# '
24958 for ac_last_try in false false false false false :; do
24959 cat >conf$$subs.sed <<_ACEOF
24960 lispdir!$lispdir$ac_delim
24961 locallisppath!$locallisppath$ac_delim
24962 lisppath!$lisppath$ac_delim
24963 x_default_search_path!$x_default_search_path$ac_delim
24964 etcdir!$etcdir$ac_delim
24965 archlibdir!$archlibdir$ac_delim
24966 bitmapdir!$bitmapdir$ac_delim
24967 gamedir!$gamedir$ac_delim
24968 gameuser!$gameuser$ac_delim
24969 c_switch_system!$c_switch_system$ac_delim
24970 c_switch_machine!$c_switch_machine$ac_delim
24971 LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim
24972 LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim
24973 C_SWITCH_X_SITE!$C_SWITCH_X_SITE$ac_delim
24974 X_TOOLKIT_TYPE!$X_TOOLKIT_TYPE$ac_delim
24975 machfile!$machfile$ac_delim
24976 opsysfile!$opsysfile$ac_delim
24977 carbon_appdir!$carbon_appdir$ac_delim
24978 LTLIBOBJS!$LTLIBOBJS$ac_delim
24979 _ACEOF
24980
24981 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 19; then
24982 break
24983 elif $ac_last_try; then
24984 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24985 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24986 { (exit 1); exit 1; }; }
24987 else
24988 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24989 fi
24990 done
24991
24992 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24993 if test -n "$ac_eof"; then
24994 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24995 ac_eof=`expr $ac_eof + 1`
24996 fi
24997
24998 cat >>$CONFIG_STATUS <<_ACEOF
24999 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
25000 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
25001 _ACEOF
25002 sed '
25003 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25004 s/^/s,@/; s/!/@,|#_!!_#|/
25005 :n
25006 t n
25007 s/'"$ac_delim"'$/,g/; t
25008 s/$/\\/; p
25009 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25010 ' >>$CONFIG_STATUS <conf$$subs.sed
25011 rm -f conf$$subs.sed
25012 cat >>$CONFIG_STATUS <<_ACEOF
25013 :end
25014 s/|#_!!_#|//g
25015 CEOF$ac_eof
25016 _ACEOF
25017
25018
25019 # VPATH may cause trouble with some makes, so we remove $(srcdir),
25020 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
25021 # trailing colons and then remove the whole line if VPATH becomes empty
25022 # (actually we leave an empty line to preserve line numbers).
25023 if test "x$srcdir" = x.; then
25024 ac_vpsub='/^[ ]*VPATH[ ]*=/{
25025 s/:*\$(srcdir):*/:/
25026 s/:*\${srcdir}:*/:/
25027 s/:*@srcdir@:*/:/
25028 s/^\([^=]*=[ ]*\):*/\1/
25029 s/:*$//
25030 s/^[^=]*=[ ]*$//
25031 }'
25032 fi
25033
25034 cat >>$CONFIG_STATUS <<\_ACEOF
25035 fi # test -n "$CONFIG_FILES"
25036
25037
25038 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
25039 do
25040 case $ac_tag in
25041 :[FHLC]) ac_mode=$ac_tag; continue;;
25042 esac
25043 case $ac_mode$ac_tag in
25044 :[FHL]*:*);;
25045 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
25046 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
25047 { (exit 1); exit 1; }; };;
25048 :[FH]-) ac_tag=-:-;;
25049 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
25050 esac
25051 ac_save_IFS=$IFS
25052 IFS=:
25053 set x $ac_tag
25054 IFS=$ac_save_IFS
25055 shift
25056 ac_file=$1
25057 shift
25058
25059 case $ac_mode in
25060 :L) ac_source=$1;;
25061 :[FH])
25062 ac_file_inputs=
25063 for ac_f
25064 do
25065 case $ac_f in
25066 -) ac_f="$tmp/stdin";;
25067 *) # Look for the file first in the build tree, then in the source tree
25068 # (if the path is not absolute). The absolute path cannot be DOS-style,
25069 # because $ac_f cannot contain `:'.
25070 test -f "$ac_f" ||
25071 case $ac_f in
25072 [\\/$]*) false;;
25073 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
25074 esac ||
25075 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
25076 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
25077 { (exit 1); exit 1; }; };;
25078 esac
25079 ac_file_inputs="$ac_file_inputs $ac_f"
25080 done
25081
25082 # Let's still pretend it is `configure' which instantiates (i.e., don't
25083 # use $as_me), people would be surprised to read:
25084 # /* config.h. Generated by config.status. */
25085 configure_input="Generated from "`IFS=:
25086 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
25087 if test x"$ac_file" != x-; then
25088 configure_input="$ac_file. $configure_input"
25089 { echo "$as_me:$LINENO: creating $ac_file" >&5
25090 echo "$as_me: creating $ac_file" >&6;}
25091 fi
25092
25093 case $ac_tag in
25094 *:-:* | *:-) cat >"$tmp/stdin";;
25095 esac
25096 ;;
25097 esac
25098
25099 ac_dir=`$as_dirname -- "$ac_file" ||
25100 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25101 X"$ac_file" : 'X\(//\)[^/]' \| \
25102 X"$ac_file" : 'X\(//\)$' \| \
25103 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
25104 echo X"$ac_file" |
25105 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25106 s//\1/
25107 q
25108 }
25109 /^X\(\/\/\)[^/].*/{
25110 s//\1/
25111 q
25112 }
25113 /^X\(\/\/\)$/{
25114 s//\1/
25115 q
25116 }
25117 /^X\(\/\).*/{
25118 s//\1/
25119 q
25120 }
25121 s/.*/./; q'`
25122 { as_dir="$ac_dir"
25123 case $as_dir in #(
25124 -*) as_dir=./$as_dir;;
25125 esac
25126 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
25127 as_dirs=
25128 while :; do
25129 case $as_dir in #(
25130 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25131 *) as_qdir=$as_dir;;
25132 esac
25133 as_dirs="'$as_qdir' $as_dirs"
25134 as_dir=`$as_dirname -- "$as_dir" ||
25135 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25136 X"$as_dir" : 'X\(//\)[^/]' \| \
25137 X"$as_dir" : 'X\(//\)$' \| \
25138 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25139 echo X"$as_dir" |
25140 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25141 s//\1/
25142 q
25143 }
25144 /^X\(\/\/\)[^/].*/{
25145 s//\1/
25146 q
25147 }
25148 /^X\(\/\/\)$/{
25149 s//\1/
25150 q
25151 }
25152 /^X\(\/\).*/{
25153 s//\1/
25154 q
25155 }
25156 s/.*/./; q'`
25157 test -d "$as_dir" && break
25158 done
25159 test -z "$as_dirs" || eval "mkdir $as_dirs"
25160 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25161 echo "$as_me: error: cannot create directory $as_dir" >&2;}
25162 { (exit 1); exit 1; }; }; }
25163 ac_builddir=.
25164
25165 case "$ac_dir" in
25166 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
25167 *)
25168 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25169 # A ".." for each directory in $ac_dir_suffix.
25170 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
25171 case $ac_top_builddir_sub in
25172 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
25173 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
25174 esac ;;
25175 esac
25176 ac_abs_top_builddir=$ac_pwd
25177 ac_abs_builddir=$ac_pwd$ac_dir_suffix
25178 # for backward compatibility:
25179 ac_top_builddir=$ac_top_build_prefix
25180
25181 case $srcdir in
25182 .) # We are building in place.
25183 ac_srcdir=.
25184 ac_top_srcdir=$ac_top_builddir_sub
25185 ac_abs_top_srcdir=$ac_pwd ;;
25186 [\\/]* | ?:[\\/]* ) # Absolute name.
25187 ac_srcdir=$srcdir$ac_dir_suffix;
25188 ac_top_srcdir=$srcdir
25189 ac_abs_top_srcdir=$srcdir ;;
25190 *) # Relative name.
25191 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
25192 ac_top_srcdir=$ac_top_build_prefix$srcdir
25193 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
25194 esac
25195 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
25196
25197
25198 case $ac_mode in
25199 :F)
25200 #
25201 # CONFIG_FILE
25202 #
25203
25204 case $INSTALL in
25205 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
25206 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
25207 esac
25208 _ACEOF
25209
25210 cat >>$CONFIG_STATUS <<\_ACEOF
25211 # If the template does not know about datarootdir, expand it.
25212 # FIXME: This hack should be removed a few years after 2.60.
25213 ac_datarootdir_hack=; ac_datarootdir_seen=
25214
25215 case `sed -n '/datarootdir/ {
25216 p
25217 q
25218 }
25219 /@datadir@/p
25220 /@docdir@/p
25221 /@infodir@/p
25222 /@localedir@/p
25223 /@mandir@/p
25224 ' $ac_file_inputs` in
25225 *datarootdir*) ac_datarootdir_seen=yes;;
25226 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
25227 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
25228 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
25229 _ACEOF
25230 cat >>$CONFIG_STATUS <<_ACEOF
25231 ac_datarootdir_hack='
25232 s&@datadir@&$datadir&g
25233 s&@docdir@&$docdir&g
25234 s&@infodir@&$infodir&g
25235 s&@localedir@&$localedir&g
25236 s&@mandir@&$mandir&g
25237 s&\\\${datarootdir}&$datarootdir&g' ;;
25238 esac
25239 _ACEOF
25240
25241 # Neutralize VPATH when `$srcdir' = `.'.
25242 # Shell code in configure.ac might set extrasub.
25243 # FIXME: do we really want to maintain this feature?
25244 cat >>$CONFIG_STATUS <<_ACEOF
25245 sed "$ac_vpsub
25246 $extrasub
25247 _ACEOF
25248 cat >>$CONFIG_STATUS <<\_ACEOF
25249 :t
25250 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25251 s&@configure_input@&$configure_input&;t t
25252 s&@top_builddir@&$ac_top_builddir_sub&;t t
25253 s&@srcdir@&$ac_srcdir&;t t
25254 s&@abs_srcdir@&$ac_abs_srcdir&;t t
25255 s&@top_srcdir@&$ac_top_srcdir&;t t
25256 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
25257 s&@builddir@&$ac_builddir&;t t
25258 s&@abs_builddir@&$ac_abs_builddir&;t t
25259 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
25260 s&@INSTALL@&$ac_INSTALL&;t t
25261 $ac_datarootdir_hack
25262 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
25263
25264 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25265 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
25266 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
25267 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25268 which seems to be undefined. Please make sure it is defined." >&5
25269 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25270 which seems to be undefined. Please make sure it is defined." >&2;}
25271
25272 rm -f "$tmp/stdin"
25273 case $ac_file in
25274 -) cat "$tmp/out"; rm -f "$tmp/out";;
25275 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25276 esac
25277 ;;
25278 :H)
25279 #
25280 # CONFIG_HEADER
25281 #
25282 _ACEOF
25283
25284 # Transform confdefs.h into a sed script `conftest.defines', that
25285 # substitutes the proper values into config.h.in to produce config.h.
25286 rm -f conftest.defines conftest.tail
25287 # First, append a space to every undef/define line, to ease matching.
25288 echo 's/$/ /' >conftest.defines
25289 # Then, protect against being on the right side of a sed subst, or in
25290 # an unquoted here document, in config.status. If some macros were
25291 # called several times there might be several #defines for the same
25292 # symbol, which is useless. But do not sort them, since the last
25293 # AC_DEFINE must be honored.
25294 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
25295 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25296 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25297 # PARAMS is the parameter list in the macro definition--in most cases, it's
25298 # just an empty string.
25299 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
25300 ac_dB='\\)[ (].*,\\1define\\2'
25301 ac_dC=' '
25302 ac_dD=' ,'
25303
25304 uniq confdefs.h |
25305 sed -n '
25306 t rset
25307 :rset
25308 s/^[ ]*#[ ]*define[ ][ ]*//
25309 t ok
25310 d
25311 :ok
25312 s/[\\&,]/\\&/g
25313 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25314 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25315 ' >>conftest.defines
25316
25317 # Remove the space that was appended to ease matching.
25318 # Then replace #undef with comments. This is necessary, for
25319 # example, in the case of _POSIX_SOURCE, which is predefined and required
25320 # on some systems where configure will not decide to define it.
25321 # (The regexp can be short, since the line contains either #define or #undef.)
25322 echo 's/ $//
25323 s,^[ #]*u.*,/* & */,' >>conftest.defines
25324
25325 # Break up conftest.defines:
25326 ac_max_sed_lines=50
25327
25328 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25329 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25330 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25331 # et cetera.
25332 ac_in='$ac_file_inputs'
25333 ac_out='"$tmp/out1"'
25334 ac_nxt='"$tmp/out2"'
25335
25336 while :
25337 do
25338 # Write a here document:
25339 cat >>$CONFIG_STATUS <<_ACEOF
25340 # First, check the format of the line:
25341 cat >"\$tmp/defines.sed" <<\\CEOF
25342 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
25343 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
25344 b
25345 :def
25346 _ACEOF
25347 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
25348 echo 'CEOF
25349 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25350 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
25351 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
25352 grep . conftest.tail >/dev/null || break
25353 rm -f conftest.defines
25354 mv conftest.tail conftest.defines
25355 done
25356 rm -f conftest.defines conftest.tail
25357
25358 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25359 cat >>$CONFIG_STATUS <<\_ACEOF
25360 if test x"$ac_file" != x-; then
25361 echo "/* $configure_input */" >"$tmp/config.h"
25362 cat "$ac_result" >>"$tmp/config.h"
25363 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
25364 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25365 echo "$as_me: $ac_file is unchanged" >&6;}
25366 else
25367 rm -f $ac_file
25368 mv "$tmp/config.h" $ac_file
25369 fi
25370 else
25371 echo "/* $configure_input */"
25372 cat "$ac_result"
25373 fi
25374 rm -f "$tmp/out12"
25375 ;;
25376
25377 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25378 echo "$as_me: executing $ac_file commands" >&6;}
25379 ;;
25380 esac
25381
25382
25383 case $ac_file$ac_mode in
25384 "default":C)
25385
25386 ### Make the necessary directories, if they don't exist.
25387 for dir in etc lisp ; do
25388 test -d ${dir} || mkdir ${dir}
25389 done
25390
25391 # Build src/Makefile from ${srcdir}/src/Makefile.c
25392 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
25393 # This must be done after src/config.h is built, since we rely on that file.
25394
25395 # Now get this: Some word that is part of the ${srcdir} directory name
25396 # or the ${configuration} value might, just might, happen to be an
25397 # identifier like `sun4' or `i386' or something, and be predefined by
25398 # the C preprocessor to some helpful value like 1, or maybe the empty
25399 # string. Needless to say consequent macro substitutions are less
25400 # than conducive to the makefile finding the correct directory.
25401 undefs="`echo $top_srcdir $configuration $canonical |
25402 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
25403 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
25404 `"
25405
25406 echo creating src/epaths.h
25407 ${MAKE-make} epaths-force
25408
25409 # As of 2000-11-19, newest development versions of GNU cpp preprocess
25410 # `..' to `. .' unless invoked with -traditional
25411
25412 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then
25413 CPPFLAGS="$CPPFLAGS -traditional"
25414 fi
25415
25416 echo creating lib-src/Makefile
25417 ( cd lib-src
25418 rm -f junk.c junk1.c junk2.c
25419 sed -e '/start of cpp stuff/q' \
25420 < Makefile.c > junk1.c
25421 sed -e '1,/start of cpp stuff/d'\
25422 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
25423 < Makefile.c > junk.c
25424 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
25425 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
25426 cat junk1.c junk2.c > Makefile.new
25427 rm -f junk.c junk1.c junk2.c
25428 chmod 444 Makefile.new
25429 mv -f Makefile.new Makefile
25430 )
25431
25432 echo creating src/Makefile
25433 ( cd src
25434 rm -f junk.c junk1.c junk2.c
25435 sed -e '/start of cpp stuff/q' \
25436 < Makefile.c > junk1.c
25437 sed -e '1,/start of cpp stuff/d'\
25438 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
25439 < Makefile.c > junk.c
25440 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
25441 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
25442 fi
25443 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
25444 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
25445 cat junk1.c junk2.c > Makefile.new
25446 rm -f junk.c junk1.c junk2.c
25447 chmod 444 Makefile.new
25448 mv -f Makefile.new Makefile
25449 )
25450
25451 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
25452 echo creating src/.gdbinit
25453 echo source $srcdir/src/.gdbinit > src/.gdbinit
25454 fi
25455
25456 # This is how we know whether to re-run configure in certain cases.
25457 touch src/config.stamp
25458
25459 ;;
25460
25461 esac
25462 done # for ac_tag
25463
25464
25465 { (exit 0); exit 0; }
25466 _ACEOF
25467 chmod +x $CONFIG_STATUS
25468 ac_clean_files=$ac_clean_files_save
25469
25470
25471 # configure is writing to config.log, and then calls config.status.
25472 # config.status does its own redirection, appending to config.log.
25473 # Unfortunately, on DOS this fails, as config.log is still kept open
25474 # by configure, so config.status won't be able to write to it; its
25475 # output is simply discarded. So we exec the FD to /dev/null,
25476 # effectively closing config.log, so it can be properly (re)opened and
25477 # appended to by config.status. When coming back to configure, we
25478 # need to make the FD available again.
25479 if test "$no_create" != yes; then
25480 ac_cs_success=:
25481 ac_config_status_args=
25482 test "$silent" = yes &&
25483 ac_config_status_args="$ac_config_status_args --quiet"
25484 exec 5>/dev/null
25485 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
25486 exec 5>>config.log
25487 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25488 # would make configure fail if this is the last instruction.
25489 $ac_cs_success || { (exit 1); exit 1; }
25490 fi
25491
25492