2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file
="src/lisp.h"
275 ac_config_libobj_dir
=src
276 # Factoring default headers for most tests.
277 ac_includes_default
="\
280 # include <sys/types.h>
283 # include <sys/stat.h>
294 # if !STDC_HEADERS && HAVE_MEMORY_H
300 # include <strings.h>
303 # include <inttypes.h>
313 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LN_S CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA RANLIB ac_ct_RANLIB INSTALL_INFO EGREP LIBSOUND SET_MAKE PKG_CONFIG GTK_CFLAGS GTK_LIBS ALLOCA liblockfile LIBOBJS NEED_SETGID KMEM_GROUP GETLOADAVG_LIBS version configuration canonical srcdir lispdir locallisppath lisppath x_default_search_path etcdir archlibdir docdir bitmapdir gamedir gameuser c_switch_system c_switch_machine LD_SWITCH_X_SITE LD_SWITCH_X_SITE_AUX C_SWITCH_X_SITE X_TOOLKIT_TYPE machfile opsysfile carbon_appdir LTLIBOBJS'
316 # Initialize some variables set by options.
318 ac_init_version
=false
319 # The variables have the same names as the options, with
320 # dashes changed to underlines.
328 program_transform_name
=s
,x
,x
,
336 # Installation directory options.
337 # These are left unexpanded so users can "make install exec_prefix=/foo"
338 # and all the variables that are supposed to be based on exec_prefix
339 # by default will actually change.
340 # Use braces instead of parens because sh, perl, etc. also accept them.
341 bindir
='${exec_prefix}/bin'
342 sbindir
='${exec_prefix}/sbin'
343 libexecdir
='${exec_prefix}/libexec'
344 datadir
='${prefix}/share'
345 sysconfdir
='${prefix}/etc'
346 sharedstatedir
='${prefix}/com'
347 localstatedir
='${prefix}/var'
348 libdir
='${exec_prefix}/lib'
349 includedir
='${prefix}/include'
350 oldincludedir
='/usr/include'
351 infodir
='${prefix}/info'
352 mandir
='${prefix}/man'
357 # If the previous option needs an argument, assign it.
358 if test -n "$ac_prev"; then
359 eval "$ac_prev=\$ac_option"
364 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
366 # Accept the important Cygnus configure options, so we can diagnose typos.
370 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
372 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
375 -build |
--build |
--buil |
--bui |
--bu)
376 ac_prev
=build_alias
;;
377 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
378 build_alias
=$ac_optarg ;;
380 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
381 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
382 ac_prev
=cache_file
;;
383 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
384 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
385 cache_file
=$ac_optarg ;;
388 cache_file
=config.cache
;;
390 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
392 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
394 datadir
=$ac_optarg ;;
396 -disable-* |
--disable-*)
397 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
398 # Reject names that are not valid shell variable names.
399 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
400 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
401 { (exit 1); exit 1; }; }
402 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
403 eval "enable_$ac_feature=no" ;;
405 -enable-* |
--enable-*)
406 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
407 # Reject names that are not valid shell variable names.
408 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
409 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
410 { (exit 1); exit 1; }; }
411 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
413 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
416 eval "enable_$ac_feature='$ac_optarg'" ;;
418 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
419 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
420 |
--exec |
--exe |
--ex)
421 ac_prev
=exec_prefix
;;
422 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
423 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
424 |
--exec=* |
--exe=* |
--ex=*)
425 exec_prefix
=$ac_optarg ;;
427 -gas |
--gas |
--ga |
--g)
428 # Obsolete; use --with-gas.
431 -help |
--help |
--hel |
--he |
-h)
433 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
434 ac_init_help
=recursive
;;
435 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
436 ac_init_help
=short
;;
438 -host |
--host |
--hos |
--ho)
439 ac_prev
=host_alias
;;
440 -host=* |
--host=* |
--hos=* |
--ho=*)
441 host_alias
=$ac_optarg ;;
443 -includedir |
--includedir |
--includedi |
--included |
--include \
444 |
--includ |
--inclu |
--incl |
--inc)
445 ac_prev
=includedir
;;
446 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
447 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
448 includedir
=$ac_optarg ;;
450 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
452 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
453 infodir
=$ac_optarg ;;
455 -libdir |
--libdir |
--libdi |
--libd)
457 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
460 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
461 |
--libexe |
--libex |
--libe)
462 ac_prev
=libexecdir
;;
463 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
464 |
--libexe=* |
--libex=* |
--libe=*)
465 libexecdir
=$ac_optarg ;;
467 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
468 |
--localstate |
--localstat |
--localsta |
--localst \
469 |
--locals |
--local |
--loca |
--loc |
--lo)
470 ac_prev
=localstatedir
;;
471 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
472 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
473 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
474 localstatedir
=$ac_optarg ;;
476 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
478 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
482 # Obsolete; use --without-fp.
485 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
486 |
--no-cr |
--no-c |
-n)
489 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
490 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
493 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
494 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
495 |
--oldin |
--oldi |
--old |
--ol |
--o)
496 ac_prev
=oldincludedir
;;
497 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
498 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
499 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
500 oldincludedir
=$ac_optarg ;;
502 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
504 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
507 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
508 |
--program-pre |
--program-pr |
--program-p)
509 ac_prev
=program_prefix
;;
510 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
511 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
512 program_prefix
=$ac_optarg ;;
514 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
515 |
--program-suf |
--program-su |
--program-s)
516 ac_prev
=program_suffix
;;
517 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
518 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
519 program_suffix
=$ac_optarg ;;
521 -program-transform-name |
--program-transform-name \
522 |
--program-transform-nam |
--program-transform-na \
523 |
--program-transform-n |
--program-transform- \
524 |
--program-transform |
--program-transfor \
525 |
--program-transfo |
--program-transf \
526 |
--program-trans |
--program-tran \
527 |
--progr-tra |
--program-tr |
--program-t)
528 ac_prev
=program_transform_name
;;
529 -program-transform-name=* |
--program-transform-name=* \
530 |
--program-transform-nam=* |
--program-transform-na=* \
531 |
--program-transform-n=* |
--program-transform-=* \
532 |
--program-transform=* |
--program-transfor=* \
533 |
--program-transfo=* |
--program-transf=* \
534 |
--program-trans=* |
--program-tran=* \
535 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
536 program_transform_name
=$ac_optarg ;;
538 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
539 |
-silent |
--silent |
--silen |
--sile |
--sil)
542 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
544 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
546 sbindir
=$ac_optarg ;;
548 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
549 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
550 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
552 ac_prev
=sharedstatedir
;;
553 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
554 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
555 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
557 sharedstatedir
=$ac_optarg ;;
559 -site |
--site |
--sit)
561 -site=* |
--site=* |
--sit=*)
564 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
566 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
569 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
570 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
571 ac_prev
=sysconfdir
;;
572 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
573 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
574 sysconfdir
=$ac_optarg ;;
576 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
577 ac_prev
=target_alias
;;
578 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
579 target_alias
=$ac_optarg ;;
581 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
584 -version |
--version |
--versio |
--versi |
--vers |
-V)
588 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
589 # Reject names that are not valid shell variable names.
590 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
591 { echo "$as_me: error: invalid package name: $ac_package" >&2
592 { (exit 1); exit 1; }; }
593 ac_package
=`echo $ac_package| sed 's/-/_/g'`
595 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
598 eval "with_$ac_package='$ac_optarg'" ;;
600 -without-* |
--without-*)
601 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
602 # Reject names that are not valid shell variable names.
603 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
604 { echo "$as_me: error: invalid package name: $ac_package" >&2
605 { (exit 1); exit 1; }; }
606 ac_package
=`echo $ac_package | sed 's/-/_/g'`
607 eval "with_$ac_package=no" ;;
610 # Obsolete; use --with-x.
613 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
614 |
--x-incl |
--x-inc |
--x-in |
--x-i)
615 ac_prev
=x_includes
;;
616 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
617 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
618 x_includes
=$ac_optarg ;;
620 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
621 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
622 ac_prev
=x_libraries
;;
623 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
624 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
625 x_libraries
=$ac_optarg ;;
627 -*) { echo "$as_me: error: unrecognized option: $ac_option
628 Try \`$0 --help' for more information." >&2
629 { (exit 1); exit 1; }; }
633 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
634 # Reject names that are not valid shell variable names.
635 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
636 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
637 { (exit 1); exit 1; }; }
638 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
639 eval "$ac_envvar='$ac_optarg'"
643 # FIXME: should be removed in autoconf 3.0.
644 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
645 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
646 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
647 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
653 if test -n "$ac_prev"; then
654 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
655 { echo "$as_me: error: missing argument to $ac_option" >&2
656 { (exit 1); exit 1; }; }
659 # Be sure to have absolute paths.
660 for ac_var
in exec_prefix prefix
662 eval ac_val
=$
`echo $ac_var`
664 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
665 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
666 { (exit 1); exit 1; }; };;
670 # Be sure to have absolute paths.
671 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
672 localstatedir libdir includedir oldincludedir infodir mandir
674 eval ac_val
=$
`echo $ac_var`
676 [\\/$
]* | ?
:[\\/]* ) ;;
677 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
678 { (exit 1); exit 1; }; };;
682 # There might be people who depend on the old broken behavior: `$host'
683 # used to hold the argument of --host etc.
684 # FIXME: To remove some day.
689 # FIXME: To remove some day.
690 if test "x$host_alias" != x
; then
691 if test "x$build_alias" = x
; then
692 cross_compiling
=maybe
693 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
694 If a cross compiler is detected then cross compile mode will be used." >&2
695 elif test "x$build_alias" != "x$host_alias"; then
701 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
703 test "$silent" = yes && exec 6>/dev
/null
706 # Find the source files, if location was not specified.
707 if test -z "$srcdir"; then
708 ac_srcdir_defaulted
=yes
709 # Try the directory containing this script, then its parent.
710 ac_confdir
=`(dirname "$0") 2>/dev/null ||
711 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
712 X"$0" : 'X\(//\)[^/]' \| \
713 X"$0" : 'X\(//\)$' \| \
714 X"$0" : 'X\(/\)' \| \
715 . : '\(.\)' 2>/dev/null ||
717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
719 /^X\(\/\/\)$/{ s//\1/; q; }
720 /^X\(\/\).*/{ s//\1/; q; }
723 if test ! -r $srcdir/$ac_unique_file; then
727 ac_srcdir_defaulted
=no
729 if test ! -r $srcdir/$ac_unique_file; then
730 if test "$ac_srcdir_defaulted" = yes; then
731 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
732 { (exit 1); exit 1; }; }
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
735 { (exit 1); exit 1; }; }
738 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
739 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
740 { (exit 1); exit 1; }; }
741 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
742 ac_env_build_alias_set
=${build_alias+set}
743 ac_env_build_alias_value
=$build_alias
744 ac_cv_env_build_alias_set
=${build_alias+set}
745 ac_cv_env_build_alias_value
=$build_alias
746 ac_env_host_alias_set
=${host_alias+set}
747 ac_env_host_alias_value
=$host_alias
748 ac_cv_env_host_alias_set
=${host_alias+set}
749 ac_cv_env_host_alias_value
=$host_alias
750 ac_env_target_alias_set
=${target_alias+set}
751 ac_env_target_alias_value
=$target_alias
752 ac_cv_env_target_alias_set
=${target_alias+set}
753 ac_cv_env_target_alias_value
=$target_alias
754 ac_env_CC_set
=${CC+set}
756 ac_cv_env_CC_set
=${CC+set}
757 ac_cv_env_CC_value
=$CC
758 ac_env_CFLAGS_set
=${CFLAGS+set}
759 ac_env_CFLAGS_value
=$CFLAGS
760 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
761 ac_cv_env_CFLAGS_value
=$CFLAGS
762 ac_env_LDFLAGS_set
=${LDFLAGS+set}
763 ac_env_LDFLAGS_value
=$LDFLAGS
764 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
765 ac_cv_env_LDFLAGS_value
=$LDFLAGS
766 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
767 ac_env_CPPFLAGS_value
=$CPPFLAGS
768 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
769 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
770 ac_env_CPP_set
=${CPP+set}
771 ac_env_CPP_value
=$CPP
772 ac_cv_env_CPP_set
=${CPP+set}
773 ac_cv_env_CPP_value
=$CPP
776 # Report the --help message.
778 if test "$ac_init_help" = "long"; then
779 # Omit some internal or obsolete options to make the list less imposing.
780 # This message is too long to be a string in the A/UX 3.1 sh.
782 \`configure' configures this package to adapt to many kinds of systems.
784 Usage: $0 [OPTION]... [VAR=VALUE]...
786 To assign environment variables (e.g., CC, CFLAGS...), specify them as
787 VAR=VALUE. See below for descriptions of some of the useful variables.
789 Defaults for the options are specified in brackets.
792 -h, --help display this help and exit
793 --help=short display options specific to this package
794 --help=recursive display the short help of all the included packages
795 -V, --version display version information and exit
796 -q, --quiet, --silent do not print \`checking...' messages
797 --cache-file=FILE cache test results in FILE [disabled]
798 -C, --config-cache alias for \`--cache-file=config.cache'
799 -n, --no-create do not create output files
800 --srcdir=DIR find the sources in DIR [configure dir or \`..']
805 Installation directories:
806 --prefix=PREFIX install architecture-independent files in PREFIX
808 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
811 By default, \`make install' will install all the files in
812 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
813 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
814 for instance \`--prefix=\$HOME'.
816 For better control, use the options below.
818 Fine tuning of the installation directories:
819 --bindir=DIR user executables [EPREFIX/bin]
820 --sbindir=DIR system admin executables [EPREFIX/sbin]
821 --libexecdir=DIR program executables [EPREFIX/libexec]
822 --datadir=DIR read-only architecture-independent data [PREFIX/share]
823 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
824 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
825 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
826 --libdir=DIR object code libraries [EPREFIX/lib]
827 --includedir=DIR C header files [PREFIX/include]
828 --oldincludedir=DIR C header files for non-gcc [/usr/include]
829 --infodir=DIR info documentation [PREFIX/info]
830 --mandir=DIR man documentation [PREFIX/man]
836 --program-prefix=PREFIX prepend PREFIX to installed program names
837 --program-suffix=SUFFIX append SUFFIX to installed program names
838 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
841 --x-includes=DIR X include files are
in DIR
842 --x-libraries=DIR X library files are
in DIR
845 --build=BUILD configure
for building on BUILD
[guessed
]
846 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
850 if test -n "$ac_init_help"; then
855 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
856 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
857 --enable-carbon-app[=DIR
] [DIR
=/Application
]
858 specify
install directory
for Emacs.app on Mac OS X
859 --enable-maintainer-mode enable make rules and dependencies not useful
860 (and sometimes confusing
) to the casual installer
861 --disable-largefile omit support
for large files
864 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
865 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
866 --without-gcc don
't use GCC to compile Emacs if GCC is found
867 --without-pop don't support POP
mail retrieval with movemail
868 --with-kerberos support Kerberos-authenticated POP
869 --with-kerberos5 support Kerberos version
5 authenticated POP
870 --with-hesiod support Hesiod to get the POP server
host
871 --without-sound don
't compile with sound support
872 --with-x-toolkit=KIT use an X toolkit
873 (KIT = yes/lucid/athena/motif/gtk/no)
874 --with-xpm use -lXpm for displaying XPM images
875 --with-jpeg use -ljpeg for displaying JPEG images
876 --with-tiff use -ltiff for displaying TIFF images
877 --with-gif use -lungif for displaying GIF images
878 --with-png use -lpng for displaying PNG images
879 --with-gtk use GTK (same as --with-x-toolkit=gtk)
880 --with-pkg-config-prog Path to pkg-config to use for finding GTK
881 --without-toolkit-scroll-bars
882 don't use Motif or Xaw3d scroll bars
883 --without-xim don
't use X11 XIM
884 --without-carbon don't use Carbon GUI on Mac OS X
885 --with-x use the X Window System
887 Some influential environment variables
:
888 CC C compiler
command
889 CFLAGS C compiler flags
890 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
891 nonstandard directory
<lib dir
>
892 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
893 headers
in a nonstandard directory
<include dir
>
896 Use these variables to override the choices made by
`configure' or to help
897 it to find libraries and programs with nonstandard names/locations.
902 if test "$ac_init_help" = "recursive"; then
903 # If there are subdirs, report their specific --help.
905 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
906 test -d $ac_dir || continue
909 if test "$ac_dir" != .; then
910 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
911 # A "../" for each directory in $ac_dir_suffix.
912 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
914 ac_dir_suffix= ac_top_builddir=
918 .) # No --srcdir option. We are building in place.
920 if test -z "$ac_top_builddir"; then
923 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
925 [\\/]* | ?:[\\/]* ) # Absolute path.
926 ac_srcdir=$srcdir$ac_dir_suffix;
927 ac_top_srcdir=$srcdir ;;
929 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
930 ac_top_srcdir=$ac_top_builddir$srcdir ;;
933 # Do not use `cd foo
&& pwd` to compute absolute paths, because
934 # the directories may not exist.
936 .) ac_abs_builddir="$ac_dir";;
939 .) ac_abs_builddir=`pwd`;;
940 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
941 *) ac_abs_builddir=`pwd`/"$ac_dir";;
944 case $ac_abs_builddir in
945 .) ac_abs_top_builddir=${ac_top_builddir}.;;
947 case ${ac_top_builddir}. in
948 .) ac_abs_top_builddir=$ac_abs_builddir;;
949 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
950 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
953 case $ac_abs_builddir in
954 .) ac_abs_srcdir=$ac_srcdir;;
957 .) ac_abs_srcdir=$ac_abs_builddir;;
958 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
959 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
962 case $ac_abs_builddir in
963 .) ac_abs_top_srcdir=$ac_top_srcdir;;
965 case $ac_top_srcdir in
966 .) ac_abs_top_srcdir=$ac_abs_builddir;;
967 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
968 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
973 # Check for guested configure; otherwise get Cygnus style configure.
974 if test -f $ac_srcdir/configure.gnu; then
976 $SHELL $ac_srcdir/configure.gnu --help=recursive
977 elif test -f $ac_srcdir/configure; then
979 $SHELL $ac_srcdir/configure --help=recursive
980 elif test -f $ac_srcdir/configure.ac ||
981 test -f $ac_srcdir/configure.in; then
985 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
991 test -n "$ac_init_help" && exit 0
992 if $ac_init_version; then
995 Copyright (C) 2003 Free Software Foundation, Inc.
996 This configure script is free software; the Free Software Foundation
997 gives unlimited permission to copy, distribute and modify it.
1003 This file contains any messages produced by compilers while
1004 running configure, to aid debugging if configure makes a mistake.
1006 It was created by $as_me, which was
1007 generated by GNU Autoconf 2.59. Invocation command line was
1018 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1019 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1020 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1021 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1022 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1024 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1025 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1027 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1028 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1029 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1030 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1031 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1032 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1033 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1041 test -z "$as_dir" && as_dir=.
1042 echo "PATH: $as_dir"
1057 # Keep a trace of the command line.
1058 # Strip out --no-create and --no-recursion so they do not pile up.
1059 # Strip out --silent because we don't want to record it for future runs.
1060 # Also quote any args containing shell meta-characters.
1061 # Make two passes to allow for proper duplicate-argument suppression.
1066 ac_must_keep_next=false
1072 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1076 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1077 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1080 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1082 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1083 if test $ac_must_keep_next = true; then
1084 ac_must_keep_next=false # Got value, back to normal.
1087 *=* | --config-cache | -C | -disable-* | --disable-* \
1088 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1089 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1090 | -with-* | --with-* | -without-* | --without-* | --x)
1091 case "$ac_configure_args0 " in
1092 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1095 -* ) ac_must_keep_next=true ;;
1098 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1099 # Get rid of the leading space.
1105 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1106 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1108 # When interrupted or exit'd, cleanup temporary files, and complete
1109 # config.log. We remove comments because anyway the quotes in there
1110 # would cause problems or look ugly.
1111 # WARNING: Be sure not to use single quotes in there, as some shells,
1112 # such as our DU 5.0 friend, will then `close
' the trap.
1113 trap 'exit_status
=$?
1114 # Save into config.log some information that might help in debugging.
1119 ## ---------------- ##
1120 ## Cache variables. ##
1121 ## ---------------- ##
1124 # The following way of writing the cache mishandles newlines in values,
1127 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1130 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1131 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1135 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1142 ## ----------------- ##
1143 ## Output variables. ##
1144 ## ----------------- ##
1147 for ac_var
in $ac_subst_vars
1149 eval ac_val
=$
`echo $ac_var`
1150 echo "$ac_var='"'"'$ac_val'"'"'"
1154 if test -n "$ac_subst_files"; then
1161 for ac_var
in $ac_subst_files
1163 eval ac_val
=$
`echo $ac_var`
1164 echo "$ac_var='"'"'$ac_val'"'"'"
1169 if test -s confdefs.h
; then
1176 sed "/^$/d" confdefs.h |
sort
1179 test "$ac_signal" != 0 &&
1180 echo "$as_me: caught signal $ac_signal"
1181 echo "$as_me: exit $exit_status"
1183 rm -f core
*.core
&&
1184 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1187 for ac_signal in 1 2 13 15; do
1188 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1192 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1193 rm -rf conftest* confdefs.h
1194 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1197 # Predefined preprocessor variables.
1199 cat >>confdefs.h <<_ACEOF
1200 #define PACKAGE_NAME "$PACKAGE_NAME"
1204 cat >>confdefs.h <<_ACEOF
1205 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1209 cat >>confdefs.h <<_ACEOF
1210 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1214 cat >>confdefs.h <<_ACEOF
1215 #define PACKAGE_STRING "$PACKAGE_STRING"
1219 cat >>confdefs.h <<_ACEOF
1220 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1224 # Let the site file select an alternate cache file if it wants to.
1225 # Prefer explicitly selected file to automatically selected ones.
1226 if test -z "$CONFIG_SITE"; then
1227 if test "x$prefix" != xNONE; then
1228 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1230 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1233 for ac_site_file in $CONFIG_SITE; do
1234 if test -r "$ac_site_file"; then
1235 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1236 echo "$as_me: loading site script $ac_site_file" >&6;}
1237 sed 's
/^
/|
/' "$ac_site_file" >&5
1242 if test -r "$cache_file"; then
1243 # Some versions of bash will fail to source /dev/null (special
1244 # files actually), so we avoid doing that.
1245 if test -f "$cache_file"; then
1246 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1247 echo "$as_me: loading cache $cache_file" >&6;}
1249 [\\/]* | ?:[\\/]* ) . $cache_file;;
1250 *) . ./$cache_file;;
1254 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1255 echo "$as_me: creating cache $cache_file" >&6;}
1259 # Check that the precious variables saved in the cache have kept the same
1261 ac_cache_corrupted=false
1262 for ac_var in `(set) 2>&1 |
1263 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1264 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1265 eval ac_new_set=\$ac_env_${ac_var}_set
1266 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1267 eval ac_new_val="\$ac_env_${ac_var}_value"
1268 case $ac_old_set,$ac_new_set in
1270 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1271 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1272 ac_cache_corrupted=: ;;
1274 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1275 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1276 ac_cache_corrupted=: ;;
1279 if test "x$ac_old_val" != "x$ac_new_val"; then
1280 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1281 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1282 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1283 echo "$as_me: former value: $ac_old_val" >&2;}
1284 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1285 echo "$as_me: current value: $ac_new_val" >&2;}
1286 ac_cache_corrupted=:
1289 # Pass precious variables to config.status.
1290 if test "$ac_new_set" = set; then
1292 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1293 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1294 *) ac_arg=$ac_var=$ac_new_val ;;
1296 case " $ac_configure_args " in
1297 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1298 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1302 if $ac_cache_corrupted; then
1303 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1304 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1305 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1306 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1307 { (exit 1); exit 1; }; }
1311 ac_cpp='$CPP $CPPFLAGS'
1312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1313 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1334 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
1337 test "$program_prefix" != NONE &&
1338 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1339 # Use a double $ so make ignores it.
1340 test "$program_suffix" != NONE &&
1341 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1342 # Double any \ or $. echo might interpret backslashes.
1343 # By default was `s,x,x', remove it
if useless.
1344 cat <<\_ACEOF
>conftest.
sed
1345 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1347 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1351 lispdir
='${datadir}/emacs/${version}/lisp'
1352 locallisppath
='${datadir}/emacs/${version}/site-lisp:'\
1353 '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim'
1354 lisppath
='${locallisppath}:${lispdir}'
1355 etcdir
='${datadir}/emacs/${version}/etc'
1356 archlibdir
='${libexecdir}/emacs/${version}/${configuration}'
1357 docdir
='${datadir}/emacs/${version}/etc'
1358 gamedir
='${localstatedir}/games/emacs'
1363 # Check whether --with-gcc or --without-gcc was given.
1364 if test "${with_gcc+set}" = set; then
1369 # Check whether --with-pop or --without-pop was given.
1370 if test "${with_pop+set}" = set; then
1372 if test "$withval" = yes; then
1373 cat >>confdefs.h
<<\_ACEOF
1374 #define MAIL_USE_POP 1
1380 cat >>confdefs.h
<<\_ACEOF
1381 #define MAIL_USE_POP 1
1387 # Check whether --with-kerberos or --without-kerberos was given.
1388 if test "${with_kerberos+set}" = set; then
1389 withval
="$with_kerberos"
1390 cat >>confdefs.h
<<\_ACEOF
1397 # Check whether --with-kerberos5 or --without-kerberos5 was given.
1398 if test "${with_kerberos5+set}" = set; then
1399 withval
="$with_kerberos5"
1400 if test "${with_kerberos5+set}" = set; then
1401 if test "${with_kerberos+set}" != set; then
1403 cat >>confdefs.h
<<\_ACEOF
1410 cat >>confdefs.h
<<\_ACEOF
1416 # Check whether --with-hesiod or --without-hesiod was given.
1417 if test "${with_hesiod+set}" = set; then
1418 withval
="$with_hesiod"
1420 cat >>confdefs.h
<<\_ACEOF
1427 # Check whether --with-sound or --without-sound was given.
1428 if test "${with_sound+set}" = set; then
1429 withval
="$with_sound"
1434 # Check whether --with-x-toolkit or --without-x-toolkit was given.
1435 if test "${with_x_toolkit+set}" = set; then
1436 withval
="$with_x_toolkit"
1437 case "${withval}" in
1438 y | ye |
yes ) val
=athena
;;
1440 l | lu | luc | luci | lucid
) val
=lucid
;;
1441 a |
at | ath | athe | athen | athena
) val
=athena
;;
1442 m | mo | mot | moti | motif
) val
=motif
;;
1443 g | gt | gtk
) val
=gtk
;;
1445 { { echo "$as_me:$LINENO: error: \`--with-x-toolkit=$withval' is invalid\;
1446 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1447 Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5
1448 echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\;
1449 this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'.
1450 Currently, \`yes', \`athena' and \`lucid' are synonyms." >&2;}
1451 { (exit 1); exit 1; }; }
1458 # Check whether --with-xpm or --without-xpm was given.
1459 if test "${with_xpm+set}" = set; then
1464 # Check whether --with-jpeg or --without-jpeg was given.
1465 if test "${with_jpeg+set}" = set; then
1466 withval
="$with_jpeg"
1470 # Check whether --with-tiff or --without-tiff was given.
1471 if test "${with_tiff+set}" = set; then
1472 withval
="$with_tiff"
1476 # Check whether --with-gif or --without-gif was given.
1477 if test "${with_gif+set}" = set; then
1482 # Check whether --with-png or --without-png was given.
1483 if test "${with_png+set}" = set; then
1488 # Check whether --with-gtk or --without-gtk was given.
1489 if test "${with_gtk+set}" = set; then
1494 # Check whether --with-pkg-config-prog or --without-pkg-config-prog was given.
1495 if test "${with_pkg_config_prog+set}" = set; then
1496 withval
="$with_pkg_config_prog"
1500 # Check whether --with-toolkit-scroll-bars or --without-toolkit-scroll-bars was given.
1501 if test "${with_toolkit_scroll_bars+set}" = set; then
1502 withval
="$with_toolkit_scroll_bars"
1506 # Check whether --with-xim or --without-xim was given.
1507 if test "${with_xim+set}" = set; then
1512 # Check whether --with-carbon or --without-carbon was given.
1513 if test "${with_carbon+set}" = set; then
1514 withval
="$with_carbon"
1517 # Check whether --enable-carbon-app or --disable-carbon-app was given.
1518 if test "${enable_carbon_app+set}" = set; then
1519 enableval
="$enable_carbon_app"
1520 carbon_appdir_x
=${enableval}
1523 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1524 if test "${enable_maintainer_mode+set}" = set; then
1525 enableval
="$enable_maintainer_mode"
1526 USE_MAINTAINER_MODE
=$enableval
1528 USE_MAINTAINER_MODE
=no
1530 if test $USE_MAINTAINER_MODE = yes; then
1537 #### Make srcdir absolute, if it isn't already. It's important to
1538 #### avoid running the path through pwd unnecessarily, since pwd can
1539 #### give you automounter prefixes, which can go away. We do all this
1540 #### so Emacs can find its files when run uninstalled.
1541 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
1546 ## We may be able to use the $PWD environment variable to make this
1547 ## absolute. But sometimes PWD is inaccurate.
1548 ## Note: we used to use ${PWD} at the end instead of `pwd`,
1549 ## but that tested only for a well-formed and valid PWD,
1550 ## it did not object when PWD was well-formed and valid but just wrong.
1551 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
1555 srcdir
="`(cd ${srcdir}; pwd)`"
1558 * ) srcdir
="`(cd ${srcdir}; pwd)`" ;;
1561 #### Check if the source directory already has a configured system in it.
1562 if test `pwd` != `(cd ${srcdir} && pwd)` \
1563 && test -f "${srcdir}/src/config.h" ; then
1564 { echo "$as_me:$LINENO: WARNING: The directory tree \`${srcdir}' is being used
1565 as a build directory right now; it has been configured in its own
1566 right. To configure in another directory as well, you MUST
1567 use GNU make. If you do not have GNU make, then you must
1568 now do \`make distclean' in ${srcdir},
1569 and then run $0 again." >&5
1570 echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
1571 as a build directory right now; it has been configured in its own
1572 right. To configure in another directory as well, you MUST
1573 use GNU make. If you do not have GNU make, then you must
1574 now do \`make distclean' in ${srcdir},
1575 and then run $0 again." >&2;}
1578 #### Given the configuration name, set machfile and opsysfile to the
1579 #### names of the m/*.h and s/*.h files we should use.
1581 ### Canonicalize the configuration name.
1584 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1585 if test -f $ac_dir/install-sh
; then
1587 ac_install_sh
="$ac_aux_dir/install-sh -c"
1589 elif test -f $ac_dir/install.sh
; then
1591 ac_install_sh
="$ac_aux_dir/install.sh -c"
1593 elif test -f $ac_dir/shtool
; then
1595 ac_install_sh
="$ac_aux_dir/shtool install -c"
1599 if test -z "$ac_aux_dir"; then
1600 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1601 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1602 { (exit 1); exit 1; }; }
1604 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1605 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1606 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1608 # Make sure we can run config.sub.
1609 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1610 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1611 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1612 { (exit 1); exit 1; }; }
1614 echo "$as_me:$LINENO: checking build system type" >&5
1615 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1616 if test "${ac_cv_build+set}" = set; then
1617 echo $ECHO_N "(cached) $ECHO_C" >&6
1619 ac_cv_build_alias
=$build_alias
1620 test -z "$ac_cv_build_alias" &&
1621 ac_cv_build_alias
=`$ac_config_guess`
1622 test -z "$ac_cv_build_alias" &&
1623 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1624 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1625 { (exit 1); exit 1; }; }
1626 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1627 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1628 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1629 { (exit 1); exit 1; }; }
1632 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1633 echo "${ECHO_T}$ac_cv_build" >&6
1635 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1636 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1637 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1640 echo "$as_me:$LINENO: checking host system type" >&5
1641 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1642 if test "${ac_cv_host+set}" = set; then
1643 echo $ECHO_N "(cached) $ECHO_C" >&6
1645 ac_cv_host_alias
=$host_alias
1646 test -z "$ac_cv_host_alias" &&
1647 ac_cv_host_alias
=$ac_cv_build_alias
1648 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1649 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1650 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1651 { (exit 1); exit 1; }; }
1654 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1655 echo "${ECHO_T}$ac_cv_host" >&6
1657 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1658 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1659 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1663 configuration
=${host_alias-$host}
1667 ### If you add support for a new configuration, add code to this
1668 ### switch statement to recognize your configuration name and select
1669 ### the appropriate operating system and machine description files.
1671 ### You would hope that you could choose an m/*.h file pretty much
1672 ### based on the machine portion of the configuration name, and an s-
1673 ### file based on the operating system portion. However, it turns out
1674 ### that each m/*.h file is pretty manufacturer-specific - for
1675 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
1676 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
1677 ### machines. So we basically have to have a special case for each
1678 ### configuration name.
1680 ### As far as handling version numbers on operating systems is
1681 ### concerned, make sure things will fail in a fixable way. If
1682 ### /etc/MACHINES doesn't say anything about version numbers, be
1683 ### prepared to handle anything reasonably. If version numbers
1684 ### matter, be sure /etc/MACHINES says something about it.
1686 ### Eric Raymond says we should accept strings like "sysvr4" to mean
1687 ### "System V Release 4"; he writes, "The old convention encouraged
1688 ### confusion between `system' and `release' levels'."
1690 machine
='' opsys
='' unported
=no
1691 case "${canonical}" in
1696 case "${canonical}" in
1697 alpha
*-*-freebsd*) machine
=alpha
;;
1698 i
[3456]86-*-freebsd*) machine
=intel386
;;
1705 if test -f /usr
/lib
/crti.o
; then
1707 cat >>confdefs.h
<<\_ACEOF
1713 case "${canonical}" in
1714 alpha
*-*-netbsd*) machine
=alpha
;;
1715 i
[3456]86-*-netbsd*) machine
=intel386
;;
1717 # This is somewhat bogus.
1718 machine
=hp9000s300
;;
1719 powerpc-apple-netbsd
*) machine
=macppc
;;
1720 mips-
*-netbsd*) machine
=pmax
;;
1721 mipsel-
*-netbsd*) machine
=pmax
;;
1722 mipseb-
*-netbsd*) machine
=pmax
;;
1723 ns32k-
*-netbsd*) machine
=ns32000
;;
1724 powerpc-
*-netbsd*) machine
=macppc
;;
1725 sparc
*-*-netbsd*) machine
=sparc
;;
1726 vax-
*-netbsd*) machine
=vax
;;
1727 arm-
*-netbsd*) machine
=arm
;;
1734 case "${canonical}" in
1735 alpha
*-*-openbsd*) machine
=alpha
;;
1736 i386-
*-openbsd*) machine
=intel386
;;
1737 m68k-
*-openbsd*) machine
=hp9000s300
;;
1738 mipsel-
*-openbsd*) machine
=pmax
;;
1739 ns32k-
*-openbsd*) machine
=ns32000
;;
1740 sparc-
*-openbsd*) machine
=sparc
;;
1741 vax-
*-openbsd*) machine
=vax
;;
1746 arm-acorn-riscix1.1
* )
1747 machine
=acorn opsys
=riscix1-1
1749 arm-acorn-riscix1.2
* | arm-acorn-riscix
)
1750 ## This name is riscix12 instead of riscix1.2
1751 ## to avoid a file name conflict on MSDOS.
1752 machine
=acorn opsys
=riscix12
1758 case "${canonical}" in
1759 i
[345]86-*-bsdi*) machine
=intel386
;;
1760 sparc-
*-bsdi*) machine
=sparc
;;
1761 powerpc-
*-bsdi*) machine
=macppc
;;
1763 case "${canonical}" in
1764 *-*-bsd386* |
*-*-bsdi1* ) opsys
=bsd386
;;
1765 *-*-bsdi2.0
* ) opsys
=bsdos2
;;
1766 *-*-bsdi2* ) opsys
=bsdos2-1
;;
1767 *-*-bsdi3* ) opsys
=bsdos3
;;
1768 *-*-bsdi[45]* ) opsys
=bsdos4
;;
1773 ## Strictly speaking, we need the version of the alliant operating
1774 ## system to choose the right machine file, but currently the
1775 ## configuration name doesn't tell us enough to choose the right
1776 ## one; we need to give alliants their own operating system name to
1777 ## do this right. When someone cares, they can help us.
1779 machine
=alliant4 opsys
=bsd4-2
1782 machine
=alliant-2800 opsys
=bsd4-3
1785 ## Alpha (DEC) machines.
1787 machine
=alpha opsys
=osf1
1788 # This is needed to find X11R6.1 libraries for certain tests.
1789 NON_GCC_LINK_TEST_OPTIONS
=-Wl,-rpath,/usr
/X11R
6/lib
1790 GCC_LINK_TEST_OPTIONS
=-Wl,-rpath,/usr
/X11R
6/lib
1791 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
1792 # due to non-traditional preprocessing with the current compiler
1793 # defaults. OSF 4 can also have that compiler version, and there
1794 # seems always to have been a usable /usr/bin/cpp.
1795 NON_GNU_CPP
=/usr
/bin
/cpp
1796 case "${canonical}" in
1797 alpha
*-dec-osf[5-9]*)
1802 alpha
*-*-linux-gnu* )
1803 machine
=alpha opsys
=gnu-linux
1807 machine
=arm opsys
=gnu-linux
1812 machine
=macppc opsys
=gnu-linux
1817 machine
=altos opsys
=usg5-2
1822 machine
=amdahl opsys
=usg5-2-2
1825 ## Apollo, Domain/OS
1827 machine
=apollo opsys
=bsd4-3
1830 ## AT&T 3b2, 3b5, 3b15, 3b20
1832 machine
=att3b opsys
=usg5-2-2
1835 ## AT&T 3b1 - The Mighty Unix PC!
1837 machine
=7300 opsys
=usg5-2-2
1842 machine
=ibmrs6000 opsys
=aix3-2
1847 machine
=dpx2 opsys
=usg5-3
1852 machine
=sps7 opsys
=usg5-2
1855 ## CCI 5/32, 6/32 -- see "Tahoe".
1858 ## I don't know what configuration name to use for this; config.sub
1859 ## doesn't seem to know anything about it. Hey, Celerity users, get
1860 ## in touch with us!
1861 celerity-celerity-bsd
* )
1862 machine
=celerity opsys
=bsd4-2
1866 ## What operating systems does this chip run that Emacs has been
1870 ## We'll use the catch-all code at the bottom to guess the
1871 ## operating system.
1875 mips-compaq-nonstopux
* )
1876 machine
=nonstopux opsys
=nonstopux
1880 *-convex-bsd* |
*-convex-convexos* )
1881 machine
=convex opsys
=bsd4-3
1882 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
1883 NON_GNU_CPP
="cc -E -P"
1887 i
[3456]86-cubix-sysv* )
1888 machine
=intel386 opsys
=usg5-3
1892 cydra
*-cydrome-sysv* )
1893 machine
=cydra5 opsys
=usg5-3
1896 ## Data General AViiON Machines
1897 ## DG changed naming conventions with the release of 5.4.4.10, they
1898 ## dropped the initial 5.4 but left the intervening R. Because of the
1899 ## R this shouldn't conflict with older versions of the OS (which I
1900 ## think were named like dgux4.*). In addition, DG new AViiONs series
1901 ## uses either Motorola M88k or Intel Pentium CPUs.
1902 m88k-dg-dguxR4.
* | m88k-dg-dgux4
* )
1903 machine
=aviion opsys
=dgux4
1905 m88k-dg-dgux5.4R3
* | m88k-dg-dgux5.4
.3* )
1906 ## This name is dgux5-4-3 instead of dgux5-4r3
1907 ## to avoid a file name conflict on MSDOS.
1908 machine
=aviion opsys
=dgux5-4-3
1910 m88k-dg-dgux5.4R2
* | m88k-dg-dgux5.4
.2* )
1911 machine
=aviion opsys
=dgux5-4r2
1914 machine
=aviion opsys
=dgux
1917 ## Data General AViiON Intel (x86) Machines
1918 ## Exists from 5.4.3 (current i586-dg-dguxR4.11)
1919 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il
1920 i
[345]86-dg-dguxR4* )
1921 machine
=aviion-intel opsys
=dgux4
1925 mips-dec-ultrix
[0-3].
* | mips-dec-ultrix4.0
* | mips-dec-bsd4.2
* )
1926 machine
=pmax opsys
=bsd4-2
1928 mips-dec-ultrix4.
[12]* | mips-dec-bsd
* )
1929 machine
=pmax opsys
=bsd4-3
1932 machine
=pmax opsys
=ultrix4-3
1935 machine
=pmax opsys
=osf1
1937 mips-dec-mach_bsd4.3
* )
1938 machine
=pmax opsys
=mach-bsd4-3
1941 ## Motorola Delta machines
1942 m68k-motorola-sysv
* | m68000-motorola-sysv
* )
1943 machine
=delta opsys
=usg5-3
1944 if test -z "`type gnucc | grep 'not found'`"
1946 if test -s /etc
/167config
1947 then CC
="gnucc -m68040"
1948 else CC
="gnucc -m68881"
1951 if test -z "`type gcc | grep 'not found'`"
1957 m88k-motorola-sysv4
* )
1958 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
1959 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
1960 # I hope there are not other 4.0 versions for this machine
1961 # which really need usg5-4 instead.
1962 machine
=delta88k opsys
=usg5-4-2
1964 m88k-motorola-sysv
* | m88k-motorola-m88kbcs
* )
1965 machine
=delta88k opsys
=usg5-3
1970 machine
=dual opsys
=usg5-2
1972 m68
*-dual-uniplus* )
1973 machine
=dual opsys
=unipl5-2
1978 machine
=elxsi opsys
=usg5-2
1983 machine
=ns16000 opsys
=umax
1986 ## The GEC 63 - apparently, this port isn't really finished yet.
1987 # I'm sure we finished off the last of the machines, though. -- fx
1989 ## Gould Power Node and NP1
1991 machine
=gould opsys
=bsd4-2
1994 machine
=gould opsys
=bsd4-3
1997 machine
=gould-np1 opsys
=bsd4-3
2000 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
2001 ## as far as Emacs is concerned).
2003 # Build needs to be different on 7.0 and later releases
2004 case "`uname -r`" in
2005 [56].
[0-9] ) machine
=nh4000 opsys
=cxux
;;
2006 [7].
[0-9] ) machine
=nh4000 opsys
=cxux7
;;
2008 NON_GNU_CPP
="/lib/cpp"
2010 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
2012 machine
=nh3000 opsys
=cxux
2014 ## Harris power pc NightHawk running Power UNIX (Series 6000)
2015 powerpc-harris-powerunix
)
2016 machine
=nh6000 opsys
=powerunix
2017 NON_GNU_CPP
="cc -Xo -E -P"
2019 ## SR2001/SR2201 running HI-UX/MPP
2020 hppa1.1
-hitachi-hiuxmpp* )
2021 machine
=sr2k opsys
=hiuxmpp
2023 hppa1.1
-hitachi-hiuxwe2* )
2024 machine
=sr2k opsys
=hiuxwe2
2027 xps
*-honeywell-sysv* )
2028 machine
=xps100 opsys
=usg5-2
2031 ## HP 9000 series 200 or 300
2033 machine
=hp9000s300 opsys
=bsd4-3
2035 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
2037 case "`uname -r`" in
2038 ## Someone's system reports A.B8.05 for this.
2039 ## I wonder what other possibilities there are.
2040 *.B8.
* ) machine
=hp9000s300 opsys
=hpux8
;;
2041 *.08.
* ) machine
=hp9000s300 opsys
=hpux8
;;
2042 *.09.
* ) machine
=hp9000s300 opsys
=hpux9
;;
2043 *.1[0-9].
* ) machine
=hp9000s300 opsys
=hpux9shr
;;
2044 *) machine
=hp9000s300 opsys
=hpux
;;
2048 ## HP 9000 series 700 and 800, running HP/UX
2050 machine
=hp800 opsys
=hpux
2053 machine
=hp800 opsys
=hpux8
2055 hppa
*-hp-hpux9shr* )
2056 machine
=hp800 opsys
=hpux9shr
2059 machine
=hp800 opsys
=hpux9
2061 hppa
*-hp-hpux10.2
* )
2062 machine
=hp800 opsys
=hpux10-20
2065 machine
=hp800 opsys
=hpux10
2067 hppa
*-hp-hpux1[1-9]* )
2068 machine
=hp800 opsys
=hpux11
2071 hppa
*-*-linux-gnu* )
2072 machine
=hp800 opsys
=gnu-linux
2075 ## HP 9000 series 700 and 800, running HP/UX
2077 ## Cross-compilation? Nah!
2078 case "`uname -r`" in
2079 ## Someone's system reports A.B8.05 for this.
2080 ## I wonder what other possibilities there are.
2081 *.B8.
* ) machine
=hp800 opsys
=hpux8
;;
2082 *.08.
* ) machine
=hp800 opsys
=hpux8
;;
2083 *.09.
* ) machine
=hp800 opsys
=hpux9
;;
2084 *) machine
=hp800 opsys
=hpux10
;;
2088 machine
=hp800 opsys
=nextstep
2093 machine
=orion opsys
=bsd4-2
2095 clipper-orion-bsd
* )
2096 machine
=orion105 opsys
=bsd4-2
2100 i
[3456]86-ibm-aix1.1
* )
2101 machine
=ibmps2-aix opsys
=usg5-2-2
2103 i
[3456]86-ibm-aix1.
[23]* | i
[3456]86-ibm-aix* )
2104 machine
=ibmps2-aix opsys
=usg5-3
2107 machine
=ibm370aix opsys
=usg5-3
2110 machine
=ibms390 opsys
=gnu-linux
2112 rs6000-ibm-aix3.1
* | powerpc-ibm-aix3.1
* )
2113 machine
=ibmrs6000 opsys
=aix3-1
2115 rs6000-ibm-aix3.2
.5 | powerpc-ibm-aix3.2
.5 )
2116 machine
=ibmrs6000 opsys
=aix3-2-5
2118 rs6000-ibm-aix4.1
* | powerpc-ibm-aix4.1
* )
2119 machine
=ibmrs6000 opsys
=aix4-1
2121 rs6000-ibm-aix4.2
* | powerpc-ibm-aix4.2
* )
2122 machine
=ibmrs6000 opsys
=aix4-2
2124 rs6000-ibm-aix5
* | powerpc-ibm-aix5
* )
2125 machine
=ibmrs6000 opsys
=aix4-2
2127 rs6000-ibm-aix4.0
* | powerpc-ibm-aix4.0
* )
2128 machine
=ibmrs6000 opsys
=aix4
2130 rs6000-ibm-aix4
* | powerpc-ibm-aix4
* )
2131 machine
=ibmrs6000 opsys
=aix4-1
2133 rs6000-ibm-aix
* | powerpc-ibm-aix
* )
2134 machine
=ibmrs6000 opsys
=aix3-2
2137 machine
=ibmrt opsys
=bsd4-3
2140 machine
=ibmrt opsys
=bsd4-2
2143 machine
=ibmrt opsys
=bsd4-3
2146 machine
=ibmrt opsys
=bsd4-2
2149 machine
=ibmrt opsys
=bsd4-3
2152 machine
=ibmrt opsys
=bsd4-3
2155 machine
=ibmrt-aix opsys
=usg5-2-2
2158 ## Integrated Solutions `Optimum V'
2160 machine
=isi-ov opsys
=bsd4-2
2163 machine
=isi-ov opsys
=bsd4-3
2166 ## Intel 386 machines where we do care about the manufacturer
2167 i
[3456]86-intsys-sysv* )
2168 machine
=is386 opsys
=usg5-2-2
2172 i
[3456]86-prime-sysv* )
2173 machine
=i386 opsys
=usg5-3
2176 ## Sequent Symmetry running Dynix
2177 i
[3456]86-sequent-bsd* )
2178 machine
=symmetry opsys
=bsd4-3
2181 ## Sequent Symmetry running ptx 4, which is a modified SVR4.
2182 i
[3456]86-sequent-ptx4* | i
[3456]86-sequent-sysv4* )
2183 machine
=sequent-ptx opsys
=ptx4
2184 NON_GNU_CPP
=/lib
/cpp
2187 ## Sequent Symmetry running DYNIX/ptx
2188 ## Use the old cpp rather than the newer ANSI one.
2189 i
[3456]86-sequent-ptx* )
2190 machine
=sequent-ptx opsys
=ptx
2191 NON_GNU_CPP
="/lib/cpp"
2194 ## ncr machine running svr4.3.
2195 i
[3456]86-ncr-sysv4.3
)
2196 machine
=ncr386 opsys
=usg5-4-3
2199 ## Unspecified sysv on an ncr machine defaults to svr4.2.
2200 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
2201 i
[3456]86-ncr-sysv* )
2202 machine
=ncr386 opsys
=usg5-4-2
2205 ## Intel Paragon OSF/1
2207 machine
=paragon opsys
=osf1 NON_GNU_CPP
=/usr
/mach
/lib
/cpp
2212 machine
=i860 opsys
=usg5-4
2213 NON_GNU_CC
="/bin/cc" # Ie, not the one in /usr/ucb/cc.
2214 NON_GNU_CPP
="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
2217 ## Macintosh PowerPC
2218 powerpc
*-*-linux-gnu* )
2219 machine
=macppc opsys
=gnu-linux
2222 ## Masscomp machines
2223 m68
*-masscomp-rtu* )
2224 machine
=masscomp opsys
=rtu
2227 ## Megatest machines
2228 m68
*-megatest-bsd* )
2229 machine
=mega68 opsys
=bsd4-2
2232 ## Workstations sold by MIPS
2233 ## This is not necessarily all workstations using the MIPS processor -
2234 ## Irises are produced by SGI, and DECstations by DEC.
2236 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
2237 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
2238 ## it gives for choosing between the alternatives seems to be "Use
2239 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
2240 ## the BSD world." I'll assume that these are instructions for
2241 ## handling two odd situations, and that every other situation
2242 ## should use mips.h and usg5-2-2, they being listed first.
2245 ## Fall through to the general code at the bottom to decide on the OS.
2247 mips-mips-riscos4
* )
2248 machine
=mips4 opsys
=bsd4-3
2249 NON_GNU_CC
="cc -systype bsd43"
2250 NON_GNU_CPP
="cc -systype bsd43 -E"
2252 mips-mips-riscos5
* )
2253 machine
=mips4 opsys
=riscos5
2254 NON_GNU_CC
="cc -systype bsd43"
2255 NON_GNU_CPP
="cc -systype bsd43 -E"
2258 machine
=mips opsys
=bsd4-3
2261 machine
=mips opsys
=usg5-2-2
2265 m68
*-next-* | m68k-
*-nextstep* )
2266 machine
=m68k opsys
=nextstep
2269 ## The complete machine from National Semiconductor
2271 machine
=ns32000 opsys
=usg5-2
2275 m68
*-ncr-sysv2* | m68
*-ncr-sysvr2* )
2276 machine
=tower32 opsys
=usg5-2-2
2278 m68
*-ncr-sysv3* | m68
*-ncr-sysvr3* )
2279 machine
=tower32v3 opsys
=usg5-3
2284 machine
=ews4800 opsys
=ux4800
2287 ## Nixdorf Targon 31
2288 m68
*-nixdorf-sysv* )
2289 machine
=targon31 opsys
=usg5-2-2
2294 machine
=nu opsys
=usg5-2
2299 machine
=plexus opsys
=usg5-2
2303 ## I don't really have any idea what sort of processor the Pyramid has,
2304 ## so I'm assuming it is its own architecture.
2305 pyramid-pyramid-bsd
* )
2306 machine
=pyramid opsys
=bsd4-2
2310 ns32k-sequent-bsd4.2
* )
2311 machine
=sequent opsys
=bsd4-2
2313 ns32k-sequent-bsd4.3
* )
2314 machine
=sequent opsys
=bsd4-3
2318 mips-siemens-sysv
* | mips-sni-sysv
*)
2319 machine
=mips-siemens opsys
=usg5-4
2320 NON_GNU_CC
=/usr
/ccs
/bin
/cc
2321 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2324 ## Silicon Graphics machines
2325 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
2327 machine
=irist opsys
=iris3-5
2329 m68
*-sgi-iris3.6
* | m68
*-sgi-iris*)
2330 machine
=irist opsys
=iris3-6
2334 machine
=iris4d opsys
=irix3-3
2337 machine
=iris4d opsys
=irix4-0
2340 machine
=iris4d opsys
=irix6-5
2341 # Without defining _LANGUAGE_C, things get masked out in the headers
2342 # so that, for instance, grepping for `free' in stdlib.h fails and
2343 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
2344 NON_GNU_CPP
="/lib/cpp -D_LANGUAGE_C"
2345 NON_GCC_TEST_OPTIONS
="-D_LANGUAGE_C"
2348 machine
=iris4d opsys
=irix6-0
2349 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5,
2350 # but presumably it does no harm.
2351 NON_GNU_CPP
="/lib/cpp -D_LANGUAGE_C"
2352 # -32 probably isn't necessary in later v.6s -- anyone know which?
2353 NON_GCC_TEST_OPTIONS
=-32
2355 mips-sgi-irix5.
[01]* )
2356 machine
=iris4d opsys
=irix5-0
2358 mips-sgi-irix5
* | mips-sgi-irix
* )
2359 machine
=iris4d opsys
=irix5-2
2364 machine
=news opsys
=bsd4-2
2367 machine
=news opsys
=bsd4-3
2369 m68
*-sony-newsos3* | m68
*-sony-news3*)
2370 machine
=news opsys
=bsd4-3
2372 mips-sony-bsd
* | mips-sony-newsos4
* | mips-sony-news4
*)
2373 machine
=news-risc opsys
=bsd4-3
2375 mips-sony-newsos6
* )
2376 machine
=news-r6 opsys
=newsos6
2379 machine
=news-risc opsys
=newsos5
2384 machine
=stride opsys
=usg5-2
2388 sparc-
*-linux-gnu* | sparc64-
*-linux-gnu* )
2389 machine
=sparc opsys
=gnu-linux
2392 *-auspex-sunos* |
*-sun-sunos* |
*-sun-bsd* |
*-sun-solaris* \
2393 | i
[3456]86-*-solaris2* | i
[3456]86-*-sunos5* | powerpc
*-*-solaris2* \
2394 | rs6000-
*-solaris2*)
2395 case "${canonical}" in
2396 m68
*-sunos1* ) machine
=sun1
;;
2397 m68
*-sunos2* ) machine
=sun2
;;
2398 m68
* ) machine
=sun3
;;
2399 i
[3456]86-sun-sunos[34]* ) machine
=sun386
;;
2400 i
[3456]86-*-* ) machine
=intel386
;;
2401 powerpcle
* ) machine
=powerpcle
;;
2402 powerpc
* | rs6000
* ) machine
=ibmrs6000
;;
2403 sparc
* ) machine
=sparc
;;
2406 case "${canonical}" in
2407 ## The Sun386 didn't get past 4.0.
2408 i
[3456]86-*-sunos4 ) opsys
=sunos4-0
;;
2409 *-sunos4.0
* ) opsys
=sunos4-0
;;
2410 *-sunos4.1.
[3-9]*noshare
)
2411 ## This name is sunos413 instead of sunos4-1-3
2412 ## to avoid a file name conflict on MSDOS.
2414 NON_GNU_CPP
=/usr
/lib
/cpp
2415 NON_GCC_TEST_OPTIONS
=-Bstatic
2416 GCC_TEST_OPTIONS
=-static
2418 *-sunos4.1.
[3-9]* |
*-sunos4shr*)
2420 NON_GNU_CPP
=/usr
/lib
/cpp
2422 *-sunos4* |
*-sunos )
2424 NON_GCC_TEST_OPTIONS
=-Bstatic
2425 GCC_TEST_OPTIONS
=-static
2427 *-sunos5.3
* |
*-solaris2.3
* )
2429 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2431 *-sunos5.4
* |
*-solaris2.4
* )
2433 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2436 *-sunos5.5
* |
*-solaris2.5
* )
2438 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2441 *-sunos5.6
* |
*-solaris2.6
* )
2443 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2446 *-sunos5* |
*-solaris* )
2448 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2452 ## Watch out for a compiler that we know will not work.
2453 case "${canonical}" in
2454 *-solaris* |
*-sunos5* )
2455 if [ "x$CC" = x
/usr
/ucb
/cc
]; then
2456 ## /usr/ucb/cc doesn't work;
2457 ## we should find some other compiler that does work.
2465 machine
=sparc opsys
=nextstep
2469 m68
*-tadpole-sysv* )
2470 machine
=tad68k opsys
=usg5-3
2474 tahoe-tahoe-bsd4.2
* )
2475 machine
=tahoe opsys
=bsd4-2
2477 tahoe-tahoe-bsd4.3
* )
2478 machine
=tahoe opsys
=bsd4-3
2481 ## Tandem Integrity S2
2483 machine
=tandem-s2 opsys
=usg5-3
2487 m88k-tektronix-sysv3
* )
2488 machine
=tekxd88 opsys
=usg5-3
2491 ## Tektronix 16000 box (6130?)
2492 ns16k-tektronix-bsd
* )
2493 machine
=ns16000 opsys
=bsd4-2
2496 ## src/m/tek4300.h hints that this is a m68k machine.
2497 m68
*-tektronix-bsd* )
2498 machine
=tek4300 opsys
=bsd4-3
2502 ## We seem to have lost the machine-description file titan.h!
2504 machine
=titan opsys
=usg5-3
2507 ## Ustation E30 (SS5E)
2508 m68
*-unisys-uniplus* )
2509 machine
=ustation opsystem
=unipl5-2
2515 case "${canonical}" in
2516 *-bsd4.1
* ) opsys
=bsd4-1
;;
2517 *-bsd4.2
* |
*-ultrix[0-3].
* |
*-ultrix4.0
* ) opsys
=bsd4-2
;;
2518 *-bsd4.3
* |
*-ultrix* ) opsys
=bsd4-3
;;
2519 *-sysv[01]* |
*-sysvr[01]* ) opsys
=usg5-0
;;
2520 *-sysv2* |
*-sysvr2* ) opsys
=usg5-2
;;
2521 *-vms* ) opsys
=vms
;;
2527 ns16k-whitechapel-
* )
2529 ## We don't know what sort of OS runs on these; we'll let the
2530 ## operating system guessing code below try.
2535 machine
=wicat opsys
=usg5-2
2540 machine
=ia64 opsys
=gnu-linux
2543 ## Intel 386 machines where we don't care about the manufacturer
2546 case "${canonical}" in
2547 *-cygwin ) opsys
=cygwin
;;
2548 *-lynxos* ) opsys
=lynxos
;;
2549 *-isc1.
* |
*-isc2.
[01]* ) opsys
=386-ix ;;
2550 *-isc2.2
* ) opsys
=isc2-2
;;
2551 *-isc4.0
* ) opsys
=isc4-0
;;
2552 *-isc4.
* ) opsys
=isc4-1
2553 GCC_TEST_OPTIONS
=-posix
2554 NON_GCC_TEST_OPTIONS
=-Xp
2556 *-isc* ) opsys
=isc3-0
;;
2557 *-esix5* ) opsys
=esix5r4
; NON_GNU_CPP
=/usr
/lib
/cpp
;;
2558 *-esix* ) opsys
=esix
;;
2559 *-xenix* ) opsys
=xenix
;;
2560 *-linux-gnu* ) opsys
=gnu-linux
;;
2561 *-sco3.2v4
* ) opsys
=sco4
; NON_GNU_CPP
=/lib
/cpp
;;
2562 *-sco3.2v5
* ) opsys
=sco5
2563 NON_GNU_CPP
=/lib
/cpp
2564 # Prevent -belf from being passed to $CPP.
2565 # /lib/cpp does not accept it.
2566 OVERRIDE_CPPFLAGS
=" "
2568 *-sysv4.2uw
* ) opsys
=unixware
; NON_GNU_CPP
=/lib
/cpp
;;
2569 *-sysv5uw* ) opsys
=unixware
; NON_GNU_CPP
=/lib
/cpp
;;
2570 *-sysv5OpenUNIX* ) opsys
=unixware
; NON_GNU_CPP
=/lib
/cpp
;;
2571 *-386bsd* ) opsys
=386bsd
;;
2572 *-nextstep* ) opsys
=nextstep
;;
2573 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
2577 ## m68k Linux-based GNU system
2579 machine
=m68k opsys
=gnu-linux
2582 ## Mips Linux-based GNU system
2583 mips-
*-linux-gnu* | mipsel-
*-linux-gnu* )
2584 machine
=mips opsys
=gnu-linux
2588 sparc-fujitsu-sysv4
* )
2589 machine
=sparc opsys
=uxpds
2590 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2595 f301-fujitsu-uxpv4.1
)
2596 machine
=f301 opsys
=uxpv
2599 ## Darwin / Mac OS X
2600 powerpc-apple-darwin
* )
2601 machine
=powermac opsys
=darwin
2602 # Define CPP as follows to make autoconf work correctly.
2603 CPP
="${CC-cc} -E -no-cpp-precomp"
2604 # Use fink packages if available.
2605 if test -d /sw
/include
&& test -d /sw
/lib
; then
2606 GCC_TEST_OPTIONS
="-I/sw/include -L/sw/lib"
2607 CPP
="${CPP} ${GCC_TEST_OPTIONS}"
2608 NON_GCC_TEST_OPTIONS
=${GCC_TEST_OPTIONS}
2612 ## AMD x86-64 Linux-based GNU system
2613 x86_64-
*-linux-gnu* )
2614 machine
=amdx86-64 opsys
=gnu-linux
2622 ### If the code above didn't choose an operating system, just choose
2623 ### an operating system based on the configuration name. You really
2624 ### only want to use this when you have no idea what the right
2625 ### operating system is; if you know what operating systems a machine
2626 ### runs, it's cleaner to make it explicit in the case statement
2628 if test x
"${opsys}" = x
; then
2629 case "${canonical}" in
2630 *-gnu* ) opsys
=gnu
;;
2631 *-bsd4.
[01] ) opsys
=bsd4-1
;;
2632 *-bsd4.2
) opsys
=bsd4-2
;;
2633 *-bsd4.3
) opsys
=bsd4-3
;;
2634 *-sysv0 |
*-sysvr0 ) opsys
=usg5-0
;;
2635 *-sysv2 |
*-sysvr2 ) opsys
=usg5-2
;;
2636 *-sysv2.2 |
*-sysvr2.2
) opsys
=usg5-2-2
;;
2637 *-sysv3* |
*-sysvr3* ) opsys
=usg5-3
;;
2638 *-sysv4.2uw
* ) opsys
=unixware
;;
2639 *-sysv5uw* ) opsys
=unixware
;;
2640 *-sysv5OpenUNIX* ) opsys
=unixware
;;
2641 *-sysv4.1
* |
*-sysvr4.1
* )
2642 NON_GNU_CPP
=/usr
/lib
/cpp
2644 *-sysv4.
[2-9]* |
*-sysvr4.
[2-9]* )
2645 if [ x
$NON_GNU_CPP = x
]; then
2646 if [ -f /usr
/ccs
/lib
/cpp
]; then
2647 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2649 NON_GNU_CPP
=/lib
/cpp
2653 *-sysv4* |
*-sysvr4* ) opsys
=usg5-4
;;
2662 if test $unported = yes; then
2663 { { echo "$as_me:$LINENO: error: Emacs hasn't been ported to \`${canonical}' systems.
2664 Check \`etc/MACHINES' for recognized configuration names." >&5
2665 echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2666 Check \`etc/MACHINES' for recognized configuration names." >&2;}
2667 { (exit 1); exit 1; }; }
2670 machfile
="m/${machine}.h"
2671 opsysfile
="s/${opsys}.h"
2674 #### Choose a compiler.
2675 test -n "$CC" && cc_specified
=yes
2677 # Save the value of CFLAGS that the user specified.
2678 SPECIFIED_CFLAGS
="$CFLAGS"
2681 "yes" ) CC
="gcc" GCC
=yes ;;
2682 "no" ) : ${CC=cc} ;;
2686 ac_cpp
='$CPP $CPPFLAGS'
2687 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2688 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2689 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2690 if test -n "$ac_tool_prefix"; then
2691 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2692 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2693 echo "$as_me:$LINENO: checking for $ac_word" >&5
2694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2695 if test "${ac_cv_prog_CC+set}" = set; then
2696 echo $ECHO_N "(cached) $ECHO_C" >&6
2698 if test -n "$CC"; then
2699 ac_cv_prog_CC
="$CC" # Let the user override the test.
2701 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2705 test -z "$as_dir" && as_dir
=.
2706 for ac_exec_ext
in '' $ac_executable_extensions; do
2707 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2708 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2709 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2718 if test -n "$CC"; then
2719 echo "$as_me:$LINENO: result: $CC" >&5
2720 echo "${ECHO_T}$CC" >&6
2722 echo "$as_me:$LINENO: result: no" >&5
2723 echo "${ECHO_T}no" >&6
2727 if test -z "$ac_cv_prog_CC"; then
2729 # Extract the first word of "gcc", so it can be a program name with args.
2730 set dummy gcc
; ac_word
=$2
2731 echo "$as_me:$LINENO: checking for $ac_word" >&5
2732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2733 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2734 echo $ECHO_N "(cached) $ECHO_C" >&6
2736 if test -n "$ac_ct_CC"; then
2737 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2743 test -z "$as_dir" && as_dir
=.
2744 for ac_exec_ext
in '' $ac_executable_extensions; do
2745 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2746 ac_cv_prog_ac_ct_CC
="gcc"
2747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2755 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2756 if test -n "$ac_ct_CC"; then
2757 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2758 echo "${ECHO_T}$ac_ct_CC" >&6
2760 echo "$as_me:$LINENO: result: no" >&5
2761 echo "${ECHO_T}no" >&6
2769 if test -z "$CC"; then
2770 if test -n "$ac_tool_prefix"; then
2771 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2772 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2773 echo "$as_me:$LINENO: checking for $ac_word" >&5
2774 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2775 if test "${ac_cv_prog_CC+set}" = set; then
2776 echo $ECHO_N "(cached) $ECHO_C" >&6
2778 if test -n "$CC"; then
2779 ac_cv_prog_CC
="$CC" # Let the user override the test.
2781 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2785 test -z "$as_dir" && as_dir
=.
2786 for ac_exec_ext
in '' $ac_executable_extensions; do
2787 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2788 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2789 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2798 if test -n "$CC"; then
2799 echo "$as_me:$LINENO: result: $CC" >&5
2800 echo "${ECHO_T}$CC" >&6
2802 echo "$as_me:$LINENO: result: no" >&5
2803 echo "${ECHO_T}no" >&6
2807 if test -z "$ac_cv_prog_CC"; then
2809 # Extract the first word of "cc", so it can be a program name with args.
2810 set dummy cc
; ac_word
=$2
2811 echo "$as_me:$LINENO: checking for $ac_word" >&5
2812 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2813 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2814 echo $ECHO_N "(cached) $ECHO_C" >&6
2816 if test -n "$ac_ct_CC"; then
2817 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2819 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2823 test -z "$as_dir" && as_dir
=.
2824 for ac_exec_ext
in '' $ac_executable_extensions; do
2825 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2826 ac_cv_prog_ac_ct_CC
="cc"
2827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2835 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2836 if test -n "$ac_ct_CC"; then
2837 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2838 echo "${ECHO_T}$ac_ct_CC" >&6
2840 echo "$as_me:$LINENO: result: no" >&5
2841 echo "${ECHO_T}no" >&6
2850 if test -z "$CC"; then
2851 # Extract the first word of "cc", so it can be a program name with args.
2852 set dummy cc
; ac_word
=$2
2853 echo "$as_me:$LINENO: checking for $ac_word" >&5
2854 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2855 if test "${ac_cv_prog_CC+set}" = set; then
2856 echo $ECHO_N "(cached) $ECHO_C" >&6
2858 if test -n "$CC"; then
2859 ac_cv_prog_CC
="$CC" # Let the user override the test.
2862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2866 test -z "$as_dir" && as_dir
=.
2867 for ac_exec_ext
in '' $ac_executable_extensions; do
2868 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2869 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2870 ac_prog_rejected
=yes
2874 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2880 if test $ac_prog_rejected = yes; then
2881 # We found a bogon in the path, so make sure we never use it.
2882 set dummy
$ac_cv_prog_CC
2884 if test $# != 0; then
2885 # We chose a different compiler from the bogus one.
2886 # However, it has the same basename, so the bogon will be chosen
2887 # first if we set CC to just the basename; use the full file name.
2889 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2895 if test -n "$CC"; then
2896 echo "$as_me:$LINENO: result: $CC" >&5
2897 echo "${ECHO_T}$CC" >&6
2899 echo "$as_me:$LINENO: result: no" >&5
2900 echo "${ECHO_T}no" >&6
2904 if test -z "$CC"; then
2905 if test -n "$ac_tool_prefix"; then
2908 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2909 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2910 echo "$as_me:$LINENO: checking for $ac_word" >&5
2911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2912 if test "${ac_cv_prog_CC+set}" = set; then
2913 echo $ECHO_N "(cached) $ECHO_C" >&6
2915 if test -n "$CC"; then
2916 ac_cv_prog_CC
="$CC" # Let the user override the test.
2918 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2922 test -z "$as_dir" && as_dir
=.
2923 for ac_exec_ext
in '' $ac_executable_extensions; do
2924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2925 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2935 if test -n "$CC"; then
2936 echo "$as_me:$LINENO: result: $CC" >&5
2937 echo "${ECHO_T}$CC" >&6
2939 echo "$as_me:$LINENO: result: no" >&5
2940 echo "${ECHO_T}no" >&6
2943 test -n "$CC" && break
2946 if test -z "$CC"; then
2950 # Extract the first word of "$ac_prog", so it can be a program name with args.
2951 set dummy
$ac_prog; ac_word
=$2
2952 echo "$as_me:$LINENO: checking for $ac_word" >&5
2953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2954 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2955 echo $ECHO_N "(cached) $ECHO_C" >&6
2957 if test -n "$ac_ct_CC"; then
2958 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2964 test -z "$as_dir" && as_dir
=.
2965 for ac_exec_ext
in '' $ac_executable_extensions; do
2966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2967 ac_cv_prog_ac_ct_CC
="$ac_prog"
2968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2976 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2977 if test -n "$ac_ct_CC"; then
2978 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2979 echo "${ECHO_T}$ac_ct_CC" >&6
2981 echo "$as_me:$LINENO: result: no" >&5
2982 echo "${ECHO_T}no" >&6
2985 test -n "$ac_ct_CC" && break
2994 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2995 See \`config.log' for more details." >&5
2996 echo "$as_me: error: no acceptable C compiler found in \$PATH
2997 See \`config.log' for more details." >&2;}
2998 { (exit 1); exit 1; }; }
3000 # Provide some information about the compiler.
3001 echo "$as_me:$LINENO:" \
3002 "checking for C compiler version" >&5
3003 ac_compiler
=`set X $ac_compile; echo $2`
3004 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3005 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3008 (exit $ac_status); }
3009 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3010 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3013 (exit $ac_status); }
3014 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3015 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3018 (exit $ac_status); }
3020 cat >conftest.
$ac_ext <<_ACEOF
3023 cat confdefs.h
>>conftest.
$ac_ext
3024 cat >>conftest.
$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3035 ac_clean_files_save
=$ac_clean_files
3036 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3037 # Try to create an executable without -o first, disregard a.out.
3038 # It will help us diagnose broken compilers, and finding out an intuition
3040 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3041 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3042 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3043 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3044 (eval $ac_link_default) 2>&5
3046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047 (exit $ac_status); }; then
3048 # Find the output, starting from the most likely. This scheme is
3049 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3052 # Be careful to initialize this variable, since it used to be cached.
3053 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3055 # b.out is created by i960 compilers.
3056 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3058 test -f "$ac_file" ||
continue
3060 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3063 # This is the source file.
3066 # We found the default executable, but exeext='' is most
3070 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3071 # FIXME: I believe we export ac_cv_exeext for Libtool,
3072 # but it would be cool to find out if it's true. Does anybody
3073 # maintain Libtool? --akim.
3081 echo "$as_me: failed program was:" >&5
3082 sed 's/^/| /' conftest.
$ac_ext >&5
3084 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3085 See \`config.log' for more details." >&5
3086 echo "$as_me: error: C compiler cannot create executables
3087 See \`config.log' for more details." >&2;}
3088 { (exit 77); exit 77; }; }
3091 ac_exeext
=$ac_cv_exeext
3092 echo "$as_me:$LINENO: result: $ac_file" >&5
3093 echo "${ECHO_T}$ac_file" >&6
3095 # Check the compiler produces executables we can run. If not, either
3096 # the compiler is broken, or we cross compile.
3097 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3098 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3099 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3100 # If not cross compiling, check that we can run a simple program.
3101 if test "$cross_compiling" != yes; then
3102 if { ac_try
='./$ac_file'
3103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3107 (exit $ac_status); }; }; then
3110 if test "$cross_compiling" = maybe
; then
3113 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3114 If you meant to cross compile, use \`--host'.
3115 See \`config.log' for more details." >&5
3116 echo "$as_me: error: cannot run C compiled programs.
3117 If you meant to cross compile, use \`--host'.
3118 See \`config.log' for more details." >&2;}
3119 { (exit 1); exit 1; }; }
3123 echo "$as_me:$LINENO: result: yes" >&5
3124 echo "${ECHO_T}yes" >&6
3126 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3127 ac_clean_files
=$ac_clean_files_save
3128 # Check the compiler produces executables we can run. If not, either
3129 # the compiler is broken, or we cross compile.
3130 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3131 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3132 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3133 echo "${ECHO_T}$cross_compiling" >&6
3135 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3136 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3138 (eval $ac_link) 2>&5
3140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3141 (exit $ac_status); }; then
3142 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3143 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3144 # work properly (i.e., refer to `conftest.exe'), while it won't with
3146 for ac_file
in conftest.exe conftest conftest.
*; do
3147 test -f "$ac_file" ||
continue
3149 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3150 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3157 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3158 See \`config.log' for more details." >&5
3159 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3160 See \`config.log' for more details." >&2;}
3161 { (exit 1); exit 1; }; }
3164 rm -f conftest
$ac_cv_exeext
3165 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3166 echo "${ECHO_T}$ac_cv_exeext" >&6
3168 rm -f conftest.
$ac_ext
3169 EXEEXT
=$ac_cv_exeext
3171 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3172 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3173 if test "${ac_cv_objext+set}" = set; then
3174 echo $ECHO_N "(cached) $ECHO_C" >&6
3176 cat >conftest.
$ac_ext <<_ACEOF
3179 cat confdefs.h
>>conftest.
$ac_ext
3180 cat >>conftest.
$ac_ext <<_ACEOF
3181 /* end confdefs.h. */
3191 rm -f conftest.o conftest.obj
3192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3193 (eval $ac_compile) 2>&5
3195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3196 (exit $ac_status); }; then
3197 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3199 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3200 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3205 echo "$as_me: failed program was:" >&5
3206 sed 's/^/| /' conftest.
$ac_ext >&5
3208 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3209 See \`config.log' for more details." >&5
3210 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3211 See \`config.log' for more details." >&2;}
3212 { (exit 1); exit 1; }; }
3215 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3217 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3218 echo "${ECHO_T}$ac_cv_objext" >&6
3219 OBJEXT
=$ac_cv_objext
3221 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3222 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3223 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3226 cat >conftest.
$ac_ext <<_ACEOF
3229 cat confdefs.h
>>conftest.
$ac_ext
3230 cat >>conftest.
$ac_ext <<_ACEOF
3231 /* end confdefs.h. */
3244 rm -f conftest.
$ac_objext
3245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3246 (eval $ac_compile) 2>conftest.er1
3248 grep -v '^ *+' conftest.er1
>conftest.err
3250 cat conftest.err
>&5
3251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3252 (exit $ac_status); } &&
3253 { ac_try
='test -z "$ac_c_werror_flag"
3254 || test ! -s conftest.err'
3255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }; } &&
3260 { ac_try
='test -s conftest.$ac_objext'
3261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3265 (exit $ac_status); }; }; then
3268 echo "$as_me: failed program was:" >&5
3269 sed 's/^/| /' conftest.
$ac_ext >&5
3273 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3274 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3277 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3278 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3279 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3280 ac_test_CFLAGS
=${CFLAGS+set}
3281 ac_save_CFLAGS
=$CFLAGS
3283 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3284 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3285 if test "${ac_cv_prog_cc_g+set}" = set; then
3286 echo $ECHO_N "(cached) $ECHO_C" >&6
3288 cat >conftest.
$ac_ext <<_ACEOF
3291 cat confdefs.h
>>conftest.
$ac_ext
3292 cat >>conftest.
$ac_ext <<_ACEOF
3293 /* end confdefs.h. */
3303 rm -f conftest.
$ac_objext
3304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3305 (eval $ac_compile) 2>conftest.er1
3307 grep -v '^ *+' conftest.er1
>conftest.err
3309 cat conftest.err
>&5
3310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3311 (exit $ac_status); } &&
3312 { ac_try
='test -z "$ac_c_werror_flag"
3313 || test ! -s conftest.err'
3314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3318 (exit $ac_status); }; } &&
3319 { ac_try
='test -s conftest.$ac_objext'
3320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324 (exit $ac_status); }; }; then
3327 echo "$as_me: failed program was:" >&5
3328 sed 's/^/| /' conftest.
$ac_ext >&5
3332 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3334 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3335 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3336 if test "$ac_test_CFLAGS" = set; then
3337 CFLAGS
=$ac_save_CFLAGS
3338 elif test $ac_cv_prog_cc_g = yes; then
3339 if test "$GCC" = yes; then
3345 if test "$GCC" = yes; then
3351 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3352 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3353 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3354 echo $ECHO_N "(cached) $ECHO_C" >&6
3356 ac_cv_prog_cc_stdc
=no
3358 cat >conftest.
$ac_ext <<_ACEOF
3361 cat confdefs.h
>>conftest.
$ac_ext
3362 cat >>conftest.
$ac_ext <<_ACEOF
3363 /* end confdefs.h. */
3366 #include <sys/types.h>
3367 #include <sys/stat.h>
3368 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3369 struct buf { int x; };
3370 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3371 static char *e (p, i)
3377 static char *f (char * (*g) (char **, int), char **p, ...)
3382 s = g (p, va_arg (v,int));
3387 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3388 function prototypes and stuff, but not '\xHH' hex character constants.
3389 These don't provoke an error unfortunately, instead are silently treated
3390 as 'x'. The following induces an error, until -std1 is added to get
3391 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3392 array size at least. It's necessary to write '\x00'==0 to get something
3393 that's true only with -std1. */
3394 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3396 int test (int i, double x);
3397 struct s1 {int (*f) (int a);};
3398 struct s2 {int (*f) (double a);};
3399 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3405 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3410 # Don't try gcc -ansi; that turns off useful extensions and
3411 # breaks some systems' header files.
3412 # AIX -qlanglvl=ansi
3413 # Ultrix and OSF/1 -std1
3414 # HP-UX 10.20 and later -Ae
3415 # HP-UX older versions -Aa -D_HPUX_SOURCE
3416 # SVR4 -Xc -D__EXTENSIONS__
3417 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3419 CC
="$ac_save_CC $ac_arg"
3420 rm -f conftest.
$ac_objext
3421 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3422 (eval $ac_compile) 2>conftest.er1
3424 grep -v '^ *+' conftest.er1
>conftest.err
3426 cat conftest.err
>&5
3427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428 (exit $ac_status); } &&
3429 { ac_try
='test -z "$ac_c_werror_flag"
3430 || test ! -s conftest.err'
3431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3435 (exit $ac_status); }; } &&
3436 { ac_try
='test -s conftest.$ac_objext'
3437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3441 (exit $ac_status); }; }; then
3442 ac_cv_prog_cc_stdc
=$ac_arg
3445 echo "$as_me: failed program was:" >&5
3446 sed 's/^/| /' conftest.
$ac_ext >&5
3449 rm -f conftest.err conftest.
$ac_objext
3451 rm -f conftest.
$ac_ext conftest.
$ac_objext
3456 case "x$ac_cv_prog_cc_stdc" in
3458 echo "$as_me:$LINENO: result: none needed" >&5
3459 echo "${ECHO_T}none needed" >&6 ;;
3461 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3462 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3463 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3466 # Some people use a C++ compiler to compile C. Since we use `exit',
3467 # in C++ we need to declare it. In case someone uses the same compiler
3468 # for both compiling C and C++ we need to have the C++ compiler decide
3469 # the declaration of exit, since it's the most demanding environment.
3470 cat >conftest.
$ac_ext <<_ACEOF
3475 rm -f conftest.
$ac_objext
3476 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3477 (eval $ac_compile) 2>conftest.er1
3479 grep -v '^ *+' conftest.er1
>conftest.err
3481 cat conftest.err
>&5
3482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483 (exit $ac_status); } &&
3484 { ac_try
='test -z "$ac_c_werror_flag"
3485 || test ! -s conftest.err'
3486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); }; } &&
3491 { ac_try
='test -s conftest.$ac_objext'
3492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496 (exit $ac_status); }; }; then
3497 for ac_declaration
in \
3499 'extern "C" void std::exit (int) throw (); using std::exit;' \
3500 'extern "C" void std::exit (int); using std::exit;' \
3501 'extern "C" void exit (int) throw ();' \
3502 'extern "C" void exit (int);' \
3505 cat >conftest.
$ac_ext <<_ACEOF
3508 cat confdefs.h
>>conftest.
$ac_ext
3509 cat >>conftest.
$ac_ext <<_ACEOF
3510 /* end confdefs.h. */
3521 rm -f conftest.
$ac_objext
3522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3523 (eval $ac_compile) 2>conftest.er1
3525 grep -v '^ *+' conftest.er1
>conftest.err
3527 cat conftest.err
>&5
3528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } &&
3530 { ac_try
='test -z "$ac_c_werror_flag"
3531 || test ! -s conftest.err'
3532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3536 (exit $ac_status); }; } &&
3537 { ac_try
='test -s conftest.$ac_objext'
3538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3542 (exit $ac_status); }; }; then
3545 echo "$as_me: failed program was:" >&5
3546 sed 's/^/| /' conftest.
$ac_ext >&5
3550 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3551 cat >conftest.
$ac_ext <<_ACEOF
3554 cat confdefs.h
>>conftest.
$ac_ext
3555 cat >>conftest.
$ac_ext <<_ACEOF
3556 /* end confdefs.h. */
3566 rm -f conftest.
$ac_objext
3567 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3568 (eval $ac_compile) 2>conftest.er1
3570 grep -v '^ *+' conftest.er1
>conftest.err
3572 cat conftest.err
>&5
3573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3574 (exit $ac_status); } &&
3575 { ac_try
='test -z "$ac_c_werror_flag"
3576 || test ! -s conftest.err'
3577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3581 (exit $ac_status); }; } &&
3582 { ac_try
='test -s conftest.$ac_objext'
3583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3587 (exit $ac_status); }; }; then
3590 echo "$as_me: failed program was:" >&5
3591 sed 's/^/| /' conftest.
$ac_ext >&5
3594 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3597 if test -n "$ac_declaration"; then
3598 echo '#ifdef __cplusplus' >>confdefs.h
3599 echo $ac_declaration >>confdefs.h
3600 echo '#endif' >>confdefs.h
3604 echo "$as_me: failed program was:" >&5
3605 sed 's/^/| /' conftest.
$ac_ext >&5
3608 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3610 ac_cpp
='$CPP $CPPFLAGS'
3611 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3612 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3613 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3616 # On Suns, sometimes $CPP names a directory.
3617 if test -n "$CPP" && test -d "$CPP"; then
3621 #### Some systems specify a CPP to use unless we are using GCC.
3622 #### Now that we know whether we are using GCC, we can decide whether
3623 #### to use that one.
3624 if test "x$NON_GNU_CPP" != x
&& test x
$GCC != xyes
&& test "x$CPP" = x
3629 #### Some systems specify a CC to use unless we are using GCC.
3630 #### Now that we know whether we are using GCC, we can decide whether
3631 #### to use that one.
3632 if test "x$NON_GNU_CC" != x
&& test x
$GCC != xyes
&&
3633 test x
$cc_specified != xyes
3638 if test x
$GCC = xyes
&& test "x$GCC_TEST_OPTIONS" != x
3640 CC
="$CC $GCC_TEST_OPTIONS"
3643 if test x
$GCC = x
&& test "x$NON_GCC_TEST_OPTIONS" != x
3645 CC
="$CC $NON_GCC_TEST_OPTIONS"
3648 #### Some other nice autoconf tests.
3650 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3651 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3653 if test "$LN_S" = "ln -s"; then
3654 echo "$as_me:$LINENO: result: yes" >&5
3655 echo "${ECHO_T}yes" >&6
3657 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3658 echo "${ECHO_T}no, using $LN_S" >&6
3662 ac_cpp
='$CPP $CPPFLAGS'
3663 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3664 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3665 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3666 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3667 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3668 # On Suns, sometimes $CPP names a directory.
3669 if test -n "$CPP" && test -d "$CPP"; then
3672 if test -z "$CPP"; then
3673 if test "${ac_cv_prog_CPP+set}" = set; then
3674 echo $ECHO_N "(cached) $ECHO_C" >&6
3676 # Double quotes because CPP needs to be expanded
3677 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3680 for ac_c_preproc_warn_flag
in '' yes
3682 # Use a header file that comes with gcc, so configuring glibc
3683 # with a fresh cross-compiler works.
3684 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3685 # <limits.h> exists even on freestanding compilers.
3686 # On the NeXT, cc -E runs the code through the compiler's parser,
3687 # not just through cpp. "Syntax error" is here to catch this case.
3688 cat >conftest.
$ac_ext <<_ACEOF
3691 cat confdefs.h
>>conftest.
$ac_ext
3692 cat >>conftest.
$ac_ext <<_ACEOF
3693 /* end confdefs.h. */
3695 # include <limits.h>
3697 # include <assert.h>
3701 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3702 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3704 grep -v '^ *+' conftest.er1
>conftest.err
3706 cat conftest.err
>&5
3707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3708 (exit $ac_status); } >/dev
/null
; then
3709 if test -s conftest.err
; then
3710 ac_cpp_err
=$ac_c_preproc_warn_flag
3711 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3718 if test -z "$ac_cpp_err"; then
3721 echo "$as_me: failed program was:" >&5
3722 sed 's/^/| /' conftest.
$ac_ext >&5
3724 # Broken: fails on valid input.
3727 rm -f conftest.err conftest.
$ac_ext
3729 # OK, works on sane cases. Now check whether non-existent headers
3730 # can be detected and how.
3731 cat >conftest.
$ac_ext <<_ACEOF
3734 cat confdefs.h
>>conftest.
$ac_ext
3735 cat >>conftest.
$ac_ext <<_ACEOF
3736 /* end confdefs.h. */
3737 #include <ac_nonexistent.h>
3739 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3740 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3742 grep -v '^ *+' conftest.er1
>conftest.err
3744 cat conftest.err
>&5
3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3746 (exit $ac_status); } >/dev
/null
; then
3747 if test -s conftest.err
; then
3748 ac_cpp_err
=$ac_c_preproc_warn_flag
3749 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3756 if test -z "$ac_cpp_err"; then
3757 # Broken: success on invalid input.
3760 echo "$as_me: failed program was:" >&5
3761 sed 's/^/| /' conftest.
$ac_ext >&5
3763 # Passes both tests.
3767 rm -f conftest.err conftest.
$ac_ext
3770 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3771 rm -f conftest.err conftest.
$ac_ext
3772 if $ac_preproc_ok; then
3784 echo "$as_me:$LINENO: result: $CPP" >&5
3785 echo "${ECHO_T}$CPP" >&6
3787 for ac_c_preproc_warn_flag
in '' yes
3789 # Use a header file that comes with gcc, so configuring glibc
3790 # with a fresh cross-compiler works.
3791 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3792 # <limits.h> exists even on freestanding compilers.
3793 # On the NeXT, cc -E runs the code through the compiler's parser,
3794 # not just through cpp. "Syntax error" is here to catch this case.
3795 cat >conftest.
$ac_ext <<_ACEOF
3798 cat confdefs.h
>>conftest.
$ac_ext
3799 cat >>conftest.
$ac_ext <<_ACEOF
3800 /* end confdefs.h. */
3802 # include <limits.h>
3804 # include <assert.h>
3808 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3809 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3811 grep -v '^ *+' conftest.er1
>conftest.err
3813 cat conftest.err
>&5
3814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3815 (exit $ac_status); } >/dev
/null
; then
3816 if test -s conftest.err
; then
3817 ac_cpp_err
=$ac_c_preproc_warn_flag
3818 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3825 if test -z "$ac_cpp_err"; then
3828 echo "$as_me: failed program was:" >&5
3829 sed 's/^/| /' conftest.
$ac_ext >&5
3831 # Broken: fails on valid input.
3834 rm -f conftest.err conftest.
$ac_ext
3836 # OK, works on sane cases. Now check whether non-existent headers
3837 # can be detected and how.
3838 cat >conftest.
$ac_ext <<_ACEOF
3841 cat confdefs.h
>>conftest.
$ac_ext
3842 cat >>conftest.
$ac_ext <<_ACEOF
3843 /* end confdefs.h. */
3844 #include <ac_nonexistent.h>
3846 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3847 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3849 grep -v '^ *+' conftest.er1
>conftest.err
3851 cat conftest.err
>&5
3852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3853 (exit $ac_status); } >/dev
/null
; then
3854 if test -s conftest.err
; then
3855 ac_cpp_err
=$ac_c_preproc_warn_flag
3856 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3863 if test -z "$ac_cpp_err"; then
3864 # Broken: success on invalid input.
3867 echo "$as_me: failed program was:" >&5
3868 sed 's/^/| /' conftest.
$ac_ext >&5
3870 # Passes both tests.
3874 rm -f conftest.err conftest.
$ac_ext
3877 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3878 rm -f conftest.err conftest.
$ac_ext
3879 if $ac_preproc_ok; then
3882 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3883 See \`config.log' for more details." >&5
3884 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3885 See \`config.log' for more details." >&2;}
3886 { (exit 1); exit 1; }; }
3890 ac_cpp
='$CPP $CPPFLAGS'
3891 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3892 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3893 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3895 # Find a good install program. We prefer a C program (faster),
3896 # so one script is as good as another. But avoid the broken or
3897 # incompatible versions:
3898 # SysV /etc/install, /usr/sbin/install
3899 # SunOS /usr/etc/install
3900 # IRIX /sbin/install
3902 # AmigaOS /C/install, which installs bootblocks on floppy discs
3903 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3904 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3905 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3906 # OS/2's system install, which has a completely different semantic
3907 # ./install, which can be erroneously created by make from ./install.sh.
3908 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3909 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3910 if test -z "$INSTALL"; then
3911 if test "${ac_cv_path_install+set}" = set; then
3912 echo $ECHO_N "(cached) $ECHO_C" >&6
3914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3918 test -z "$as_dir" && as_dir
=.
3919 # Account for people who put trailing slashes in PATH elements.
3921 .
/ | .
// |
/cC
/* | \
3922 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3923 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3926 # OSF1 and SCO ODT 3.0 have their own names for install.
3927 # Don't use installbsd from OSF since it installs stuff as root
3929 for ac_prog
in ginstall scoinst
install; do
3930 for ac_exec_ext
in '' $ac_executable_extensions; do
3931 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3932 if test $ac_prog = install &&
3933 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3934 # AIX install. It has an incompatible calling convention.
3936 elif test $ac_prog = install &&
3937 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3938 # program-specific install script used by HP pwplus--don't use.
3941 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3953 if test "${ac_cv_path_install+set}" = set; then
3954 INSTALL
=$ac_cv_path_install
3956 # As a last resort, use the slow shell script. We don't cache a
3957 # path for INSTALL within a source directory, because that will
3958 # break other packages using the cache if that directory is
3959 # removed, or if the path is relative.
3960 INSTALL
=$ac_install_sh
3963 echo "$as_me:$LINENO: result: $INSTALL" >&5
3964 echo "${ECHO_T}$INSTALL" >&6
3966 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3967 # It thinks the first close brace ends the variable substitution.
3968 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3970 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3972 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3974 if test "x$RANLIB" = x
; then
3975 if test -n "$ac_tool_prefix"; then
3976 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3977 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3978 echo "$as_me:$LINENO: checking for $ac_word" >&5
3979 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3980 if test "${ac_cv_prog_RANLIB+set}" = set; then
3981 echo $ECHO_N "(cached) $ECHO_C" >&6
3983 if test -n "$RANLIB"; then
3984 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3986 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3990 test -z "$as_dir" && as_dir
=.
3991 for ac_exec_ext
in '' $ac_executable_extensions; do
3992 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3993 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3994 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4002 RANLIB
=$ac_cv_prog_RANLIB
4003 if test -n "$RANLIB"; then
4004 echo "$as_me:$LINENO: result: $RANLIB" >&5
4005 echo "${ECHO_T}$RANLIB" >&6
4007 echo "$as_me:$LINENO: result: no" >&5
4008 echo "${ECHO_T}no" >&6
4012 if test -z "$ac_cv_prog_RANLIB"; then
4013 ac_ct_RANLIB
=$RANLIB
4014 # Extract the first word of "ranlib", so it can be a program name with args.
4015 set dummy ranlib
; ac_word
=$2
4016 echo "$as_me:$LINENO: checking for $ac_word" >&5
4017 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4018 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4019 echo $ECHO_N "(cached) $ECHO_C" >&6
4021 if test -n "$ac_ct_RANLIB"; then
4022 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4024 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4028 test -z "$as_dir" && as_dir
=.
4029 for ac_exec_ext
in '' $ac_executable_extensions; do
4030 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4031 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4032 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4038 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4041 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4042 if test -n "$ac_ct_RANLIB"; then
4043 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4044 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4046 echo "$as_me:$LINENO: result: no" >&5
4047 echo "${ECHO_T}no" >&6
4050 RANLIB
=$ac_ct_RANLIB
4052 RANLIB
="$ac_cv_prog_RANLIB"
4056 # Extract the first word of "install-info", so it can be a program name with args.
4057 set dummy install-info
; ac_word
=$2
4058 echo "$as_me:$LINENO: checking for $ac_word" >&5
4059 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4060 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
4061 echo $ECHO_N "(cached) $ECHO_C" >&6
4063 case $INSTALL_INFO in
4065 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
4068 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4072 test -z "$as_dir" && as_dir
=.
4073 for ac_exec_ext
in '' $ac_executable_extensions; do
4074 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4075 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
4076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4085 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
4087 if test -n "$INSTALL_INFO"; then
4088 echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
4089 echo "${ECHO_T}$INSTALL_INFO" >&6
4091 echo "$as_me:$LINENO: result: no" >&5
4092 echo "${ECHO_T}no" >&6
4095 # Extract the first word of "install-info", so it can be a program name with args.
4096 set dummy install-info
; ac_word
=$2
4097 echo "$as_me:$LINENO: checking for $ac_word" >&5
4098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4099 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
4100 echo $ECHO_N "(cached) $ECHO_C" >&6
4102 case $INSTALL_INFO in
4104 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
4107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4108 for as_dir
in /usr
/sbin
4111 test -z "$as_dir" && as_dir
=.
4112 for ac_exec_ext
in '' $ac_executable_extensions; do
4113 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4114 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
4115 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4124 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
4126 if test -n "$INSTALL_INFO"; then
4127 echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
4128 echo "${ECHO_T}$INSTALL_INFO" >&6
4130 echo "$as_me:$LINENO: result: no" >&5
4131 echo "${ECHO_T}no" >&6
4134 # Extract the first word of "install-info", so it can be a program name with args.
4135 set dummy install-info
; ac_word
=$2
4136 echo "$as_me:$LINENO: checking for $ac_word" >&5
4137 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4138 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
4139 echo $ECHO_N "(cached) $ECHO_C" >&6
4141 case $INSTALL_INFO in
4143 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
4146 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4150 test -z "$as_dir" && as_dir
=.
4151 for ac_exec_ext
in '' $ac_executable_extensions; do
4152 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4153 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
4154 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4160 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO
=":"
4164 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
4166 if test -n "$INSTALL_INFO"; then
4167 echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
4168 echo "${ECHO_T}$INSTALL_INFO" >&6
4170 echo "$as_me:$LINENO: result: no" >&5
4171 echo "${ECHO_T}no" >&6
4176 if test x
$GCC = xyes
&& test "x$GCC_LINK_TEST_OPTIONS" != x
4178 ac_link
="$ac_link $GCC_LINK_TEST_OPTIONS"
4181 if test x
$GCC = x
&& test "x$NON_GCC_LINK_TEST_OPTIONS" != x
4183 ac_link
="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
4187 late_LDFLAGS
=$LDFLAGS
4188 if test "$GCC" = yes; then
4189 LDFLAGS
="$LDFLAGS -Wl,-znocombreloc"
4191 LDFLAGS
="$LDFLAGS -znocombreloc"
4194 echo "$as_me:$LINENO: checking For -znocombreloc" >&5
4195 echo $ECHO_N "checking For -znocombreloc... $ECHO_C" >&6
4197 cat >conftest.
$ac_ext <<_ACEOF
4200 rm -f conftest.
$ac_objext conftest
$ac_exeext
4201 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4202 (eval $ac_link) 2>conftest.er1
4204 grep -v '^ *+' conftest.er1
>conftest.err
4206 cat conftest.err
>&5
4207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4208 (exit $ac_status); } &&
4209 { ac_try
='test -z "$ac_c_werror_flag"
4210 || test ! -s conftest.err'
4211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215 (exit $ac_status); }; } &&
4216 { ac_try
='test -s conftest$ac_exeext'
4217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221 (exit $ac_status); }; }; then
4222 echo "$as_me:$LINENO: result: yes" >&5
4223 echo "${ECHO_T}yes" >&6
4225 echo "$as_me: failed program was:" >&5
4226 sed 's/^/| /' conftest.
$ac_ext >&5
4228 LDFLAGS
=$late_LDFLAGS
4229 echo "$as_me:$LINENO: result: no" >&5
4230 echo "${ECHO_T}no" >&6
4232 rm -f conftest.err conftest.
$ac_objext \
4233 conftest
$ac_exeext conftest.
$ac_ext
4236 echo "$as_me:$LINENO: checking for egrep" >&5
4237 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4238 if test "${ac_cv_prog_egrep+set}" = set; then
4239 echo $ECHO_N "(cached) $ECHO_C" >&6
4241 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4242 then ac_cv_prog_egrep
='grep -E'
4243 else ac_cv_prog_egrep
='egrep'
4246 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4247 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4248 EGREP
=$ac_cv_prog_egrep
4252 echo "$as_me:$LINENO: checking for AIX" >&5
4253 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4254 cat >conftest.
$ac_ext <<_ACEOF
4257 cat confdefs.h
>>conftest.
$ac_ext
4258 cat >>conftest.
$ac_ext <<_ACEOF
4259 /* end confdefs.h. */
4265 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4266 $EGREP "yes" >/dev
/null
2>&1; then
4267 echo "$as_me:$LINENO: result: yes" >&5
4268 echo "${ECHO_T}yes" >&6
4269 cat >>confdefs.h
<<\_ACEOF
4270 #define _ALL_SOURCE 1
4274 echo "$as_me:$LINENO: result: no" >&5
4275 echo "${ECHO_T}no" >&6
4282 #### Extract some information from the operating system and machine files.
4284 { echo "$as_me:$LINENO: checking the machine- and system-dependent files to find out
4285 - which libraries the lib-src programs will want, and
4286 - whether the GNU malloc routines are usable..." >&5
4287 echo "$as_me: checking the machine- and system-dependent files to find out
4288 - which libraries the lib-src programs will want, and
4289 - whether the GNU malloc routines are usable..." >&6;}
4291 ### First figure out CFLAGS (which we use for running the compiler here)
4292 ### and REAL_CFLAGS (which we use for real compilation).
4293 ### The two are the same except on a few systems, where they are made
4294 ### different to work around various lossages. For example,
4295 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g
4296 ### as implying static linking.
4298 ### If the CFLAGS env var is specified, we use that value
4299 ### instead of the default.
4301 ### It's not important that this name contain the PID; you can't run
4302 ### two configures in the same directory and have anything work
4304 tempcname
="conftest.c"
4307 #include "'${srcdir}'/src/'${opsysfile}'"
4308 #include "'${srcdir}'/src/'${machfile}'"
4309 #ifndef LIBS_MACHINE
4310 #define LIBS_MACHINE
4315 #ifndef C_SWITCH_SYSTEM
4316 #define C_SWITCH_SYSTEM
4318 #ifndef C_SWITCH_MACHINE
4319 #define C_SWITCH_MACHINE
4321 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
4322 configure___ c_switch_system=C_SWITCH_SYSTEM
4323 configure___ c_switch_machine=C_SWITCH_MACHINE
4326 #define LIB_X11_LIB -lX11
4329 #ifndef LIBX11_MACHINE
4330 #define LIBX11_MACHINE
4333 #ifndef LIBX11_SYSTEM
4334 #define LIBX11_SYSTEM
4336 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
4339 configure___ unexec=UNEXEC
4341 configure___ unexec=unexec.o
4344 #ifdef SYSTEM_MALLOC
4345 configure___ system_malloc=yes
4347 configure___ system_malloc=no
4350 #ifdef USE_MMAP_FOR_BUFFERS
4351 configure___ use_mmap_for_buffers=yes
4353 configure___ use_mmap_for_buffers=no
4356 #ifndef C_DEBUG_SWITCH
4357 #define C_DEBUG_SWITCH -g
4360 #ifndef C_OPTIMIZE_SWITCH
4362 #define C_OPTIMIZE_SWITCH -O2
4364 #define C_OPTIMIZE_SWITCH -O
4368 #ifndef LD_SWITCH_MACHINE
4369 #define LD_SWITCH_MACHINE
4372 #ifndef LD_SWITCH_SYSTEM
4373 #define LD_SWITCH_SYSTEM
4376 #ifndef LD_SWITCH_X_SITE_AUX
4377 #define LD_SWITCH_X_SITE_AUX
4380 configure___ ld_switch_system=LD_SWITCH_SYSTEM
4381 configure___ ld_switch_machine=LD_SWITCH_MACHINE
4383 #ifdef THIS_IS_CONFIGURE
4385 /* Get the CFLAGS for tests in configure. */
4387 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
4389 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
4392 #else /* not THIS_IS_CONFIGURE */
4394 /* Get the CFLAGS for real compilation. */
4396 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
4398 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
4401 #endif /* not THIS_IS_CONFIGURE */
4404 # The value of CPP is a quoted variable reference, so we need to do this
4405 # to get its actual value...
4406 CPP
=`eval "echo $CPP"`
4407 eval `${CPP} -Isrc ${tempcname} \
4408 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
4409 if test "x$SPECIFIED_CFLAGS" = x
; then
4410 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
4411 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
4413 REAL_CFLAGS
="$CFLAGS"
4417 ac_link
="$ac_link $ld_switch_machine $ld_switch_system"
4419 ### Make sure subsequent tests use flags consistent with the build flags.
4421 if test x
"${OVERRIDE_CPPFLAGS}" != x
; then
4422 CPPFLAGS
="${OVERRIDE_CPPFLAGS}"
4424 CPPFLAGS
="$c_switch_system $c_switch_machine $CPPFLAGS"
4430 cat >>confdefs.h
<<\_ACEOF
4431 #define _GNU_SOURCE 1
4436 # Check whether --enable-largefile or --disable-largefile was given.
4437 if test "${enable_largefile+set}" = set; then
4438 enableval
="$enable_largefile"
4441 if test "$enable_largefile" != no
; then
4443 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
4444 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4445 if test "${ac_cv_sys_largefile_CC+set}" = set; then
4446 echo $ECHO_N "(cached) $ECHO_C" >&6
4448 ac_cv_sys_largefile_CC
=no
4449 if test "$GCC" != yes; then
4452 # IRIX 6.2 and later do not support large files by default,
4453 # so use the C compiler's -n32 option if that helps.
4454 cat >conftest.
$ac_ext <<_ACEOF
4457 cat confdefs.h
>>conftest.
$ac_ext
4458 cat >>conftest.
$ac_ext <<_ACEOF
4459 /* end confdefs.h. */
4460 #include <sys/types.h>
4461 /* Check that off_t can represent 2**63 - 1 correctly.
4462 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4463 since some C++ compilers masquerading as C compilers
4464 incorrectly reject 9223372036854775807. */
4465 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4466 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4467 && LARGE_OFF_T % 2147483647 == 1)
4477 rm -f conftest.
$ac_objext
4478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4479 (eval $ac_compile) 2>conftest.er1
4481 grep -v '^ *+' conftest.er1
>conftest.err
4483 cat conftest.err
>&5
4484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4485 (exit $ac_status); } &&
4486 { ac_try
='test -z "$ac_c_werror_flag"
4487 || test ! -s conftest.err'
4488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4492 (exit $ac_status); }; } &&
4493 { ac_try
='test -s conftest.$ac_objext'
4494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4498 (exit $ac_status); }; }; then
4501 echo "$as_me: failed program was:" >&5
4502 sed 's/^/| /' conftest.
$ac_ext >&5
4505 rm -f conftest.err conftest.
$ac_objext
4507 rm -f conftest.
$ac_objext
4508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4509 (eval $ac_compile) 2>conftest.er1
4511 grep -v '^ *+' conftest.er1
>conftest.err
4513 cat conftest.err
>&5
4514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4515 (exit $ac_status); } &&
4516 { ac_try
='test -z "$ac_c_werror_flag"
4517 || test ! -s conftest.err'
4518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4522 (exit $ac_status); }; } &&
4523 { ac_try
='test -s conftest.$ac_objext'
4524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4528 (exit $ac_status); }; }; then
4529 ac_cv_sys_largefile_CC
=' -n32'; break
4531 echo "$as_me: failed program was:" >&5
4532 sed 's/^/| /' conftest.
$ac_ext >&5
4535 rm -f conftest.err conftest.
$ac_objext
4539 rm -f conftest.
$ac_ext
4542 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
4543 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
4544 if test "$ac_cv_sys_largefile_CC" != no
; then
4545 CC
=$CC$ac_cv_sys_largefile_CC
4548 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4549 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
4550 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
4551 echo $ECHO_N "(cached) $ECHO_C" >&6
4554 ac_cv_sys_file_offset_bits
=no
4555 cat >conftest.
$ac_ext <<_ACEOF
4558 cat confdefs.h
>>conftest.
$ac_ext
4559 cat >>conftest.
$ac_ext <<_ACEOF
4560 /* end confdefs.h. */
4561 #include <sys/types.h>
4562 /* Check that off_t can represent 2**63 - 1 correctly.
4563 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4564 since some C++ compilers masquerading as C compilers
4565 incorrectly reject 9223372036854775807. */
4566 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4567 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4568 && LARGE_OFF_T % 2147483647 == 1)
4578 rm -f conftest.
$ac_objext
4579 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4580 (eval $ac_compile) 2>conftest.er1
4582 grep -v '^ *+' conftest.er1
>conftest.err
4584 cat conftest.err
>&5
4585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4586 (exit $ac_status); } &&
4587 { ac_try
='test -z "$ac_c_werror_flag"
4588 || test ! -s conftest.err'
4589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); }; } &&
4594 { ac_try
='test -s conftest.$ac_objext'
4595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4599 (exit $ac_status); }; }; then
4602 echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.
$ac_ext >&5
4606 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4607 cat >conftest.
$ac_ext <<_ACEOF
4610 cat confdefs.h
>>conftest.
$ac_ext
4611 cat >>conftest.
$ac_ext <<_ACEOF
4612 /* end confdefs.h. */
4613 #define _FILE_OFFSET_BITS 64
4614 #include <sys/types.h>
4615 /* Check that off_t can represent 2**63 - 1 correctly.
4616 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4617 since some C++ compilers masquerading as C compilers
4618 incorrectly reject 9223372036854775807. */
4619 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4620 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4621 && LARGE_OFF_T % 2147483647 == 1)
4631 rm -f conftest.
$ac_objext
4632 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4633 (eval $ac_compile) 2>conftest.er1
4635 grep -v '^ *+' conftest.er1
>conftest.err
4637 cat conftest.err
>&5
4638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4639 (exit $ac_status); } &&
4640 { ac_try
='test -z "$ac_c_werror_flag"
4641 || test ! -s conftest.err'
4642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4646 (exit $ac_status); }; } &&
4647 { ac_try
='test -s conftest.$ac_objext'
4648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4652 (exit $ac_status); }; }; then
4653 ac_cv_sys_file_offset_bits
=64; break
4655 echo "$as_me: failed program was:" >&5
4656 sed 's/^/| /' conftest.
$ac_ext >&5
4659 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4663 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
4664 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
4665 if test "$ac_cv_sys_file_offset_bits" != no
; then
4667 cat >>confdefs.h
<<_ACEOF
4668 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4673 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
4674 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
4675 if test "${ac_cv_sys_large_files+set}" = set; then
4676 echo $ECHO_N "(cached) $ECHO_C" >&6
4679 ac_cv_sys_large_files
=no
4680 cat >conftest.
$ac_ext <<_ACEOF
4683 cat confdefs.h
>>conftest.
$ac_ext
4684 cat >>conftest.
$ac_ext <<_ACEOF
4685 /* end confdefs.h. */
4686 #include <sys/types.h>
4687 /* Check that off_t can represent 2**63 - 1 correctly.
4688 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4689 since some C++ compilers masquerading as C compilers
4690 incorrectly reject 9223372036854775807. */
4691 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4692 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4693 && LARGE_OFF_T % 2147483647 == 1)
4703 rm -f conftest.
$ac_objext
4704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4705 (eval $ac_compile) 2>conftest.er1
4707 grep -v '^ *+' conftest.er1
>conftest.err
4709 cat conftest.err
>&5
4710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4711 (exit $ac_status); } &&
4712 { ac_try
='test -z "$ac_c_werror_flag"
4713 || test ! -s conftest.err'
4714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4718 (exit $ac_status); }; } &&
4719 { ac_try
='test -s conftest.$ac_objext'
4720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4724 (exit $ac_status); }; }; then
4727 echo "$as_me: failed program was:" >&5
4728 sed 's/^/| /' conftest.
$ac_ext >&5
4731 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4732 cat >conftest.
$ac_ext <<_ACEOF
4735 cat confdefs.h
>>conftest.
$ac_ext
4736 cat >>conftest.
$ac_ext <<_ACEOF
4737 /* end confdefs.h. */
4738 #define _LARGE_FILES 1
4739 #include <sys/types.h>
4740 /* Check that off_t can represent 2**63 - 1 correctly.
4741 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4742 since some C++ compilers masquerading as C compilers
4743 incorrectly reject 9223372036854775807. */
4744 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4745 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4746 && LARGE_OFF_T % 2147483647 == 1)
4756 rm -f conftest.
$ac_objext
4757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4758 (eval $ac_compile) 2>conftest.er1
4760 grep -v '^ *+' conftest.er1
>conftest.err
4762 cat conftest.err
>&5
4763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4764 (exit $ac_status); } &&
4765 { ac_try
='test -z "$ac_c_werror_flag"
4766 || test ! -s conftest.err'
4767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4771 (exit $ac_status); }; } &&
4772 { ac_try
='test -s conftest.$ac_objext'
4773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); }; }; then
4778 ac_cv_sys_large_files
=1; break
4780 echo "$as_me: failed program was:" >&5
4781 sed 's/^/| /' conftest.
$ac_ext >&5
4784 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4788 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
4789 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
4790 if test "$ac_cv_sys_large_files" != no
; then
4792 cat >>confdefs.h
<<_ACEOF
4793 #define _LARGE_FILES $ac_cv_sys_large_files
4801 if test "${with_sound}" != "no"; then
4802 # Sound support for GNU/Linux and the free BSDs.
4803 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4804 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4805 if test "${ac_cv_header_stdc+set}" = set; then
4806 echo $ECHO_N "(cached) $ECHO_C" >&6
4808 cat >conftest.
$ac_ext <<_ACEOF
4811 cat confdefs.h
>>conftest.
$ac_ext
4812 cat >>conftest.
$ac_ext <<_ACEOF
4813 /* end confdefs.h. */
4827 rm -f conftest.
$ac_objext
4828 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4829 (eval $ac_compile) 2>conftest.er1
4831 grep -v '^ *+' conftest.er1
>conftest.err
4833 cat conftest.err
>&5
4834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4835 (exit $ac_status); } &&
4836 { ac_try
='test -z "$ac_c_werror_flag"
4837 || test ! -s conftest.err'
4838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4842 (exit $ac_status); }; } &&
4843 { ac_try
='test -s conftest.$ac_objext'
4844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848 (exit $ac_status); }; }; then
4849 ac_cv_header_stdc
=yes
4851 echo "$as_me: failed program was:" >&5
4852 sed 's/^/| /' conftest.
$ac_ext >&5
4854 ac_cv_header_stdc
=no
4856 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4858 if test $ac_cv_header_stdc = yes; then
4859 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4860 cat >conftest.
$ac_ext <<_ACEOF
4863 cat confdefs.h
>>conftest.
$ac_ext
4864 cat >>conftest.
$ac_ext <<_ACEOF
4865 /* end confdefs.h. */
4869 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4870 $EGREP "memchr" >/dev
/null
2>&1; then
4873 ac_cv_header_stdc
=no
4879 if test $ac_cv_header_stdc = yes; then
4880 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4881 cat >conftest.
$ac_ext <<_ACEOF
4884 cat confdefs.h
>>conftest.
$ac_ext
4885 cat >>conftest.
$ac_ext <<_ACEOF
4886 /* end confdefs.h. */
4890 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4891 $EGREP "free" >/dev
/null
2>&1; then
4894 ac_cv_header_stdc
=no
4900 if test $ac_cv_header_stdc = yes; then
4901 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4902 if test "$cross_compiling" = yes; then
4905 cat >conftest.
$ac_ext <<_ACEOF
4908 cat confdefs.h
>>conftest.
$ac_ext
4909 cat >>conftest.
$ac_ext <<_ACEOF
4910 /* end confdefs.h. */
4912 #if ((' ' & 0x0FF) == 0x020)
4913 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4914 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4916 # define ISLOWER(c) \
4917 (('a' <= (c) && (c) <= 'i') \
4918 || ('j' <= (c) && (c) <= 'r') \
4919 || ('s' <= (c) && (c) <= 'z'))
4920 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4923 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4928 for (i = 0; i < 256; i++)
4929 if (XOR (islower (i), ISLOWER (i))
4930 || toupper (i) != TOUPPER (i))
4935 rm -f conftest
$ac_exeext
4936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4937 (eval $ac_link) 2>&5
4939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4940 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4945 (exit $ac_status); }; }; then
4948 echo "$as_me: program exited with status $ac_status" >&5
4949 echo "$as_me: failed program was:" >&5
4950 sed 's/^/| /' conftest.
$ac_ext >&5
4953 ac_cv_header_stdc
=no
4955 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4959 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4960 echo "${ECHO_T}$ac_cv_header_stdc" >&6
4961 if test $ac_cv_header_stdc = yes; then
4963 cat >>confdefs.h
<<\_ACEOF
4964 #define STDC_HEADERS 1
4969 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4979 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4980 inttypes.h stdint.h unistd.h
4982 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4983 echo "$as_me:$LINENO: checking for $ac_header" >&5
4984 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4985 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4986 echo $ECHO_N "(cached) $ECHO_C" >&6
4988 cat >conftest.
$ac_ext <<_ACEOF
4991 cat confdefs.h
>>conftest.
$ac_ext
4992 cat >>conftest.
$ac_ext <<_ACEOF
4993 /* end confdefs.h. */
4994 $ac_includes_default
4996 #include <$ac_header>
4998 rm -f conftest.
$ac_objext
4999 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5000 (eval $ac_compile) 2>conftest.er1
5002 grep -v '^ *+' conftest.er1
>conftest.err
5004 cat conftest.err
>&5
5005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5006 (exit $ac_status); } &&
5007 { ac_try
='test -z "$ac_c_werror_flag"
5008 || test ! -s conftest.err'
5009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5013 (exit $ac_status); }; } &&
5014 { ac_try
='test -s conftest.$ac_objext'
5015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5019 (exit $ac_status); }; }; then
5020 eval "$as_ac_Header=yes"
5022 echo "$as_me: failed program was:" >&5
5023 sed 's/^/| /' conftest.
$ac_ext >&5
5025 eval "$as_ac_Header=no"
5027 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5029 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5030 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5031 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5032 cat >>confdefs.h
<<_ACEOF
5033 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5044 for ac_header
in machine
/soundcard.h sys
/soundcard.h soundcard.h
5046 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5047 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5048 echo "$as_me:$LINENO: checking for $ac_header" >&5
5049 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5050 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5051 echo $ECHO_N "(cached) $ECHO_C" >&6
5053 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5054 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5056 # Is the header compilable?
5057 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5058 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5059 cat >conftest.
$ac_ext <<_ACEOF
5062 cat confdefs.h
>>conftest.
$ac_ext
5063 cat >>conftest.
$ac_ext <<_ACEOF
5064 /* end confdefs.h. */
5065 $ac_includes_default
5066 #include <$ac_header>
5068 rm -f conftest.
$ac_objext
5069 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5070 (eval $ac_compile) 2>conftest.er1
5072 grep -v '^ *+' conftest.er1
>conftest.err
5074 cat conftest.err
>&5
5075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5076 (exit $ac_status); } &&
5077 { ac_try
='test -z "$ac_c_werror_flag"
5078 || test ! -s conftest.err'
5079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5083 (exit $ac_status); }; } &&
5084 { ac_try
='test -s conftest.$ac_objext'
5085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5089 (exit $ac_status); }; }; then
5090 ac_header_compiler
=yes
5092 echo "$as_me: failed program was:" >&5
5093 sed 's/^/| /' conftest.
$ac_ext >&5
5095 ac_header_compiler
=no
5097 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5098 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5099 echo "${ECHO_T}$ac_header_compiler" >&6
5101 # Is the header present?
5102 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5103 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5104 cat >conftest.
$ac_ext <<_ACEOF
5107 cat confdefs.h
>>conftest.
$ac_ext
5108 cat >>conftest.
$ac_ext <<_ACEOF
5109 /* end confdefs.h. */
5110 #include <$ac_header>
5112 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5113 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5115 grep -v '^ *+' conftest.er1
>conftest.err
5117 cat conftest.err
>&5
5118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5119 (exit $ac_status); } >/dev
/null
; then
5120 if test -s conftest.err
; then
5121 ac_cpp_err
=$ac_c_preproc_warn_flag
5122 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5129 if test -z "$ac_cpp_err"; then
5130 ac_header_preproc
=yes
5132 echo "$as_me: failed program was:" >&5
5133 sed 's/^/| /' conftest.
$ac_ext >&5
5135 ac_header_preproc
=no
5137 rm -f conftest.err conftest.
$ac_ext
5138 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5139 echo "${ECHO_T}$ac_header_preproc" >&6
5141 # So? What about this header?
5142 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5144 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5145 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5146 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5147 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5148 ac_header_preproc
=yes
5151 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5152 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5153 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5154 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5155 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5156 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5157 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5158 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5159 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5160 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5161 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5162 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5165 ## ------------------------------------------ ##
5166 ## Report this to the AC_PACKAGE_NAME lists. ##
5167 ## ------------------------------------------ ##
5170 sed "s/^/$as_me: WARNING: /" >&2
5173 echo "$as_me:$LINENO: checking for $ac_header" >&5
5174 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5175 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5176 echo $ECHO_N "(cached) $ECHO_C" >&6
5178 eval "$as_ac_Header=\$ac_header_preproc"
5180 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5181 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5184 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5185 cat >>confdefs.h
<<_ACEOF
5186 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5193 # Emulation library used on NetBSD.
5194 echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5195 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
5196 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5197 echo $ECHO_N "(cached) $ECHO_C" >&6
5199 ac_check_lib_save_LIBS
=$LIBS
5200 LIBS
="-lossaudio $LIBS"
5201 cat >conftest.
$ac_ext <<_ACEOF
5204 cat confdefs.h
>>conftest.
$ac_ext
5205 cat >>conftest.
$ac_ext <<_ACEOF
5206 /* end confdefs.h. */
5208 /* Override any gcc2 internal prototype to avoid an error. */
5212 /* We use char because int might match the return type of a gcc2
5213 builtin and then its argument prototype would still apply. */
5223 rm -f conftest.
$ac_objext conftest
$ac_exeext
5224 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5225 (eval $ac_link) 2>conftest.er1
5227 grep -v '^ *+' conftest.er1
>conftest.err
5229 cat conftest.err
>&5
5230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5231 (exit $ac_status); } &&
5232 { ac_try
='test -z "$ac_c_werror_flag"
5233 || test ! -s conftest.err'
5234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5238 (exit $ac_status); }; } &&
5239 { ac_try
='test -s conftest$ac_exeext'
5240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5244 (exit $ac_status); }; }; then
5245 ac_cv_lib_ossaudio__oss_ioctl
=yes
5247 echo "$as_me: failed program was:" >&5
5248 sed 's/^/| /' conftest.
$ac_ext >&5
5250 ac_cv_lib_ossaudio__oss_ioctl
=no
5252 rm -f conftest.err conftest.
$ac_objext \
5253 conftest
$ac_exeext conftest.
$ac_ext
5254 LIBS
=$ac_check_lib_save_LIBS
5256 echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5257 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
5258 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5290 for ac_header
in sys
/select.h sys
/timeb.h sys
/time.h unistd.h utime.h \
5291 linux
/version.h sys
/systeminfo.h termios.h limits.h string.h stdlib.h \
5292 termcap.h stdio_ext.h fcntl.h
strings.h coff.h pty.h sys
/mman.h \
5293 sys
/param.h sys
/vlimit.h sys
/resource.h locale.h sys
/_mbstate_t.h
5295 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5296 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5297 echo "$as_me:$LINENO: checking for $ac_header" >&5
5298 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5299 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5300 echo $ECHO_N "(cached) $ECHO_C" >&6
5302 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5303 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5305 # Is the header compilable?
5306 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5307 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5308 cat >conftest.
$ac_ext <<_ACEOF
5311 cat confdefs.h
>>conftest.
$ac_ext
5312 cat >>conftest.
$ac_ext <<_ACEOF
5313 /* end confdefs.h. */
5314 $ac_includes_default
5315 #include <$ac_header>
5317 rm -f conftest.
$ac_objext
5318 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5319 (eval $ac_compile) 2>conftest.er1
5321 grep -v '^ *+' conftest.er1
>conftest.err
5323 cat conftest.err
>&5
5324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5325 (exit $ac_status); } &&
5326 { ac_try
='test -z "$ac_c_werror_flag"
5327 || test ! -s conftest.err'
5328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5332 (exit $ac_status); }; } &&
5333 { ac_try
='test -s conftest.$ac_objext'
5334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5338 (exit $ac_status); }; }; then
5339 ac_header_compiler
=yes
5341 echo "$as_me: failed program was:" >&5
5342 sed 's/^/| /' conftest.
$ac_ext >&5
5344 ac_header_compiler
=no
5346 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5347 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5348 echo "${ECHO_T}$ac_header_compiler" >&6
5350 # Is the header present?
5351 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5352 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5353 cat >conftest.
$ac_ext <<_ACEOF
5356 cat confdefs.h
>>conftest.
$ac_ext
5357 cat >>conftest.
$ac_ext <<_ACEOF
5358 /* end confdefs.h. */
5359 #include <$ac_header>
5361 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5362 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5364 grep -v '^ *+' conftest.er1
>conftest.err
5366 cat conftest.err
>&5
5367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5368 (exit $ac_status); } >/dev
/null
; then
5369 if test -s conftest.err
; then
5370 ac_cpp_err
=$ac_c_preproc_warn_flag
5371 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5378 if test -z "$ac_cpp_err"; then
5379 ac_header_preproc
=yes
5381 echo "$as_me: failed program was:" >&5
5382 sed 's/^/| /' conftest.
$ac_ext >&5
5384 ac_header_preproc
=no
5386 rm -f conftest.err conftest.
$ac_ext
5387 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5388 echo "${ECHO_T}$ac_header_preproc" >&6
5390 # So? What about this header?
5391 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5393 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5394 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5395 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5396 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5397 ac_header_preproc
=yes
5400 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5401 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5402 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5403 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5404 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5405 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5406 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5407 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5408 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5409 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5410 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5411 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5414 ## ------------------------------------------ ##
5415 ## Report this to the AC_PACKAGE_NAME lists. ##
5416 ## ------------------------------------------ ##
5419 sed "s/^/$as_me: WARNING: /" >&2
5422 echo "$as_me:$LINENO: checking for $ac_header" >&5
5423 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5424 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5425 echo $ECHO_N "(cached) $ECHO_C" >&6
5427 eval "$as_ac_Header=\$ac_header_preproc"
5429 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5430 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5433 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5434 cat >>confdefs.h
<<_ACEOF
5435 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5443 echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5
5444 echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6
5445 cat >conftest.
$ac_ext <<_ACEOF
5448 cat confdefs.h
>>conftest.
$ac_ext
5449 cat >>conftest.
$ac_ext <<_ACEOF
5450 /* end confdefs.h. */
5451 #include <sys/personality.h>
5455 personality (PER_LINUX32)
5460 rm -f conftest.
$ac_objext
5461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5462 (eval $ac_compile) 2>conftest.er1
5464 grep -v '^ *+' conftest.er1
>conftest.err
5466 cat conftest.err
>&5
5467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5468 (exit $ac_status); } &&
5469 { ac_try
='test -z "$ac_c_werror_flag"
5470 || test ! -s conftest.err'
5471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5475 (exit $ac_status); }; } &&
5476 { ac_try
='test -s conftest.$ac_objext'
5477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5481 (exit $ac_status); }; }; then
5482 emacs_cv_personality_linux32
=yes
5484 echo "$as_me: failed program was:" >&5
5485 sed 's/^/| /' conftest.
$ac_ext >&5
5487 emacs_cv_personality_linux32
=no
5489 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5490 echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5
5491 echo "${ECHO_T}$emacs_cv_personality_linux32" >&6
5493 if test $emacs_cv_personality_linux32 = yes; then
5495 cat >>confdefs.h
<<\_ACEOF
5496 #define HAVE_PERSONALITY_LINUX32 1
5502 for ac_header
in term.h
5504 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5505 echo "$as_me:$LINENO: checking for $ac_header" >&5
5506 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5507 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5508 echo $ECHO_N "(cached) $ECHO_C" >&6
5510 cat >conftest.
$ac_ext <<_ACEOF
5513 cat confdefs.h
>>conftest.
$ac_ext
5514 cat >>conftest.
$ac_ext <<_ACEOF
5515 /* end confdefs.h. */
5516 #include <$ac_header>
5518 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5519 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5521 grep -v '^ *+' conftest.er1
>conftest.err
5523 cat conftest.err
>&5
5524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5525 (exit $ac_status); } >/dev
/null
; then
5526 if test -s conftest.err
; then
5527 ac_cpp_err
=$ac_c_preproc_warn_flag
5528 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5535 if test -z "$ac_cpp_err"; then
5536 eval "$as_ac_Header=yes"
5538 echo "$as_me: failed program was:" >&5
5539 sed 's/^/| /' conftest.
$ac_ext >&5
5541 eval "$as_ac_Header=no"
5543 rm -f conftest.err conftest.
$ac_ext
5545 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5546 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5547 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5548 cat >>confdefs.h
<<_ACEOF
5549 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5556 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5557 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5558 if test "${ac_cv_header_stdc+set}" = set; then
5559 echo $ECHO_N "(cached) $ECHO_C" >&6
5561 cat >conftest.
$ac_ext <<_ACEOF
5564 cat confdefs.h
>>conftest.
$ac_ext
5565 cat >>conftest.
$ac_ext <<_ACEOF
5566 /* end confdefs.h. */
5580 rm -f conftest.
$ac_objext
5581 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5582 (eval $ac_compile) 2>conftest.er1
5584 grep -v '^ *+' conftest.er1
>conftest.err
5586 cat conftest.err
>&5
5587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5588 (exit $ac_status); } &&
5589 { ac_try
='test -z "$ac_c_werror_flag"
5590 || test ! -s conftest.err'
5591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595 (exit $ac_status); }; } &&
5596 { ac_try
='test -s conftest.$ac_objext'
5597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5601 (exit $ac_status); }; }; then
5602 ac_cv_header_stdc
=yes
5604 echo "$as_me: failed program was:" >&5
5605 sed 's/^/| /' conftest.
$ac_ext >&5
5607 ac_cv_header_stdc
=no
5609 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5611 if test $ac_cv_header_stdc = yes; then
5612 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5613 cat >conftest.
$ac_ext <<_ACEOF
5616 cat confdefs.h
>>conftest.
$ac_ext
5617 cat >>conftest.
$ac_ext <<_ACEOF
5618 /* end confdefs.h. */
5622 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5623 $EGREP "memchr" >/dev
/null
2>&1; then
5626 ac_cv_header_stdc
=no
5632 if test $ac_cv_header_stdc = yes; then
5633 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5634 cat >conftest.
$ac_ext <<_ACEOF
5637 cat confdefs.h
>>conftest.
$ac_ext
5638 cat >>conftest.
$ac_ext <<_ACEOF
5639 /* end confdefs.h. */
5643 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5644 $EGREP "free" >/dev
/null
2>&1; then
5647 ac_cv_header_stdc
=no
5653 if test $ac_cv_header_stdc = yes; then
5654 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5655 if test "$cross_compiling" = yes; then
5658 cat >conftest.
$ac_ext <<_ACEOF
5661 cat confdefs.h
>>conftest.
$ac_ext
5662 cat >>conftest.
$ac_ext <<_ACEOF
5663 /* end confdefs.h. */
5665 #if ((' ' & 0x0FF) == 0x020)
5666 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5667 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5669 # define ISLOWER(c) \
5670 (('a' <= (c) && (c) <= 'i') \
5671 || ('j' <= (c) && (c) <= 'r') \
5672 || ('s' <= (c) && (c) <= 'z'))
5673 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5676 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5681 for (i = 0; i < 256; i++)
5682 if (XOR (islower (i), ISLOWER (i))
5683 || toupper (i) != TOUPPER (i))
5688 rm -f conftest
$ac_exeext
5689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5690 (eval $ac_link) 2>&5
5692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5693 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698 (exit $ac_status); }; }; then
5701 echo "$as_me: program exited with status $ac_status" >&5
5702 echo "$as_me: failed program was:" >&5
5703 sed 's/^/| /' conftest.
$ac_ext >&5
5706 ac_cv_header_stdc
=no
5708 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5712 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5713 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5714 if test $ac_cv_header_stdc = yes; then
5716 cat >>confdefs.h
<<\_ACEOF
5717 #define STDC_HEADERS 1
5722 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
5723 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
5724 if test "${ac_cv_header_time+set}" = set; then
5725 echo $ECHO_N "(cached) $ECHO_C" >&6
5727 cat >conftest.
$ac_ext <<_ACEOF
5730 cat confdefs.h
>>conftest.
$ac_ext
5731 cat >>conftest.
$ac_ext <<_ACEOF
5732 /* end confdefs.h. */
5733 #include <sys/types.h>
5734 #include <sys/time.h>
5740 if ((struct tm *) 0)
5746 rm -f conftest.
$ac_objext
5747 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5748 (eval $ac_compile) 2>conftest.er1
5750 grep -v '^ *+' conftest.er1
>conftest.err
5752 cat conftest.err
>&5
5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754 (exit $ac_status); } &&
5755 { ac_try
='test -z "$ac_c_werror_flag"
5756 || test ! -s conftest.err'
5757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5761 (exit $ac_status); }; } &&
5762 { ac_try
='test -s conftest.$ac_objext'
5763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5767 (exit $ac_status); }; }; then
5768 ac_cv_header_time
=yes
5770 echo "$as_me: failed program was:" >&5
5771 sed 's/^/| /' conftest.
$ac_ext >&5
5773 ac_cv_header_time
=no
5775 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5777 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
5778 echo "${ECHO_T}$ac_cv_header_time" >&6
5779 if test $ac_cv_header_time = yes; then
5781 cat >>confdefs.h
<<\_ACEOF
5782 #define TIME_WITH_SYS_TIME 1
5787 echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
5788 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6
5789 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5790 echo $ECHO_N "(cached) $ECHO_C" >&6
5792 cat >conftest.
$ac_ext <<_ACEOF
5795 cat confdefs.h
>>conftest.
$ac_ext
5796 cat >>conftest.
$ac_ext <<_ACEOF
5797 /* end confdefs.h. */
5798 $ac_includes_default
5803 char *p = (char *) sys_siglist;
5810 rm -f conftest.
$ac_objext
5811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5812 (eval $ac_compile) 2>conftest.er1
5814 grep -v '^ *+' conftest.er1
>conftest.err
5816 cat conftest.err
>&5
5817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5818 (exit $ac_status); } &&
5819 { ac_try
='test -z "$ac_c_werror_flag"
5820 || test ! -s conftest.err'
5821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 (exit $ac_status); }; } &&
5826 { ac_try
='test -s conftest.$ac_objext'
5827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5831 (exit $ac_status); }; }; then
5832 ac_cv_have_decl_sys_siglist
=yes
5834 echo "$as_me: failed program was:" >&5
5835 sed 's/^/| /' conftest.
$ac_ext >&5
5837 ac_cv_have_decl_sys_siglist
=no
5839 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5841 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
5842 echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
5843 if test $ac_cv_have_decl_sys_siglist = yes; then
5845 cat >>confdefs.h
<<_ACEOF
5846 #define HAVE_DECL_SYS_SIGLIST 1
5851 cat >>confdefs.h
<<_ACEOF
5852 #define HAVE_DECL_SYS_SIGLIST 0
5859 if test $ac_cv_have_decl_sys_siglist != yes; then
5860 # For Tru64, at least:
5861 echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5
5862 echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6
5863 if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5864 echo $ECHO_N "(cached) $ECHO_C" >&6
5866 cat >conftest.
$ac_ext <<_ACEOF
5869 cat confdefs.h
>>conftest.
$ac_ext
5870 cat >>conftest.
$ac_ext <<_ACEOF
5871 /* end confdefs.h. */
5872 $ac_includes_default
5876 #ifndef __sys_siglist
5877 char *p = (char *) __sys_siglist;
5884 rm -f conftest.
$ac_objext
5885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5886 (eval $ac_compile) 2>conftest.er1
5888 grep -v '^ *+' conftest.er1
>conftest.err
5890 cat conftest.err
>&5
5891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5892 (exit $ac_status); } &&
5893 { ac_try
='test -z "$ac_c_werror_flag"
5894 || test ! -s conftest.err'
5895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5899 (exit $ac_status); }; } &&
5900 { ac_try
='test -s conftest.$ac_objext'
5901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5905 (exit $ac_status); }; }; then
5906 ac_cv_have_decl___sys_siglist
=yes
5908 echo "$as_me: failed program was:" >&5
5909 sed 's/^/| /' conftest.
$ac_ext >&5
5911 ac_cv_have_decl___sys_siglist
=no
5913 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5915 echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
5916 echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6
5917 if test $ac_cv_have_decl___sys_siglist = yes; then
5919 cat >>confdefs.h
<<_ACEOF
5920 #define HAVE_DECL___SYS_SIGLIST 1
5925 cat >>confdefs.h
<<_ACEOF
5926 #define HAVE_DECL___SYS_SIGLIST 0
5933 if test $ac_cv_have_decl___sys_siglist = yes; then
5935 cat >>confdefs.h
<<\_ACEOF
5936 #define sys_siglist __sys_siglist
5941 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
5942 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
5943 if test "${ac_cv_header_sys_wait_h+set}" = set; then
5944 echo $ECHO_N "(cached) $ECHO_C" >&6
5946 cat >conftest.
$ac_ext <<_ACEOF
5949 cat confdefs.h
>>conftest.
$ac_ext
5950 cat >>conftest.
$ac_ext <<_ACEOF
5951 /* end confdefs.h. */
5952 #include <sys/types.h>
5953 #include <sys/wait.h>
5955 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
5958 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
5966 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
5971 rm -f conftest.
$ac_objext
5972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5973 (eval $ac_compile) 2>conftest.er1
5975 grep -v '^ *+' conftest.er1
>conftest.err
5977 cat conftest.err
>&5
5978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5979 (exit $ac_status); } &&
5980 { ac_try
='test -z "$ac_c_werror_flag"
5981 || test ! -s conftest.err'
5982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5986 (exit $ac_status); }; } &&
5987 { ac_try
='test -s conftest.$ac_objext'
5988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5992 (exit $ac_status); }; }; then
5993 ac_cv_header_sys_wait_h
=yes
5995 echo "$as_me: failed program was:" >&5
5996 sed 's/^/| /' conftest.
$ac_ext >&5
5998 ac_cv_header_sys_wait_h
=no
6000 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6002 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
6003 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
6004 if test $ac_cv_header_sys_wait_h = yes; then
6006 cat >>confdefs.h
<<\_ACEOF
6007 #define HAVE_SYS_WAIT_H 1
6013 echo "$as_me:$LINENO: checking for struct utimbuf" >&5
6014 echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
6015 if test "${emacs_cv_struct_utimbuf+set}" = set; then
6016 echo $ECHO_N "(cached) $ECHO_C" >&6
6018 cat >conftest.
$ac_ext <<_ACEOF
6021 cat confdefs.h
>>conftest.
$ac_ext
6022 cat >>conftest.
$ac_ext <<_ACEOF
6023 /* end confdefs.h. */
6024 #ifdef TIME_WITH_SYS_TIME
6025 #include <sys/time.h>
6028 #ifdef HAVE_SYS_TIME_H
6029 #include <sys/time.h>
6040 static struct utimbuf x; x.actime = x.modtime;
6045 rm -f conftest.
$ac_objext
6046 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6047 (eval $ac_compile) 2>conftest.er1
6049 grep -v '^ *+' conftest.er1
>conftest.err
6051 cat conftest.err
>&5
6052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6053 (exit $ac_status); } &&
6054 { ac_try
='test -z "$ac_c_werror_flag"
6055 || test ! -s conftest.err'
6056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6060 (exit $ac_status); }; } &&
6061 { ac_try
='test -s conftest.$ac_objext'
6062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6066 (exit $ac_status); }; }; then
6067 emacs_cv_struct_utimbuf
=yes
6069 echo "$as_me: failed program was:" >&5
6070 sed 's/^/| /' conftest.
$ac_ext >&5
6072 emacs_cv_struct_utimbuf
=no
6074 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6076 echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
6077 echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
6078 if test $emacs_cv_struct_utimbuf = yes; then
6080 cat >>confdefs.h
<<\_ACEOF
6081 #define HAVE_STRUCT_UTIMBUF 1
6086 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
6087 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
6088 if test "${ac_cv_type_signal+set}" = set; then
6089 echo $ECHO_N "(cached) $ECHO_C" >&6
6091 cat >conftest.
$ac_ext <<_ACEOF
6094 cat confdefs.h
>>conftest.
$ac_ext
6095 cat >>conftest.
$ac_ext <<_ACEOF
6096 /* end confdefs.h. */
6097 #include <sys/types.h>
6103 extern "C" void (*signal (int, void (*)(int)))(int);
6105 void (*signal ()) ();
6116 rm -f conftest.
$ac_objext
6117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6118 (eval $ac_compile) 2>conftest.er1
6120 grep -v '^ *+' conftest.er1
>conftest.err
6122 cat conftest.err
>&5
6123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6124 (exit $ac_status); } &&
6125 { ac_try
='test -z "$ac_c_werror_flag"
6126 || test ! -s conftest.err'
6127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6131 (exit $ac_status); }; } &&
6132 { ac_try
='test -s conftest.$ac_objext'
6133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6137 (exit $ac_status); }; }; then
6138 ac_cv_type_signal
=void
6140 echo "$as_me: failed program was:" >&5
6141 sed 's/^/| /' conftest.
$ac_ext >&5
6143 ac_cv_type_signal
=int
6145 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6147 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
6148 echo "${ECHO_T}$ac_cv_type_signal" >&6
6150 cat >>confdefs.h
<<_ACEOF
6151 #define RETSIGTYPE $ac_cv_type_signal
6156 echo "$as_me:$LINENO: checking for speed_t" >&5
6157 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
6158 if test "${emacs_cv_speed_t+set}" = set; then
6159 echo $ECHO_N "(cached) $ECHO_C" >&6
6161 cat >conftest.
$ac_ext <<_ACEOF
6164 cat confdefs.h
>>conftest.
$ac_ext
6165 cat >>conftest.
$ac_ext <<_ACEOF
6166 /* end confdefs.h. */
6167 #include <termios.h>
6176 rm -f conftest.
$ac_objext
6177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6178 (eval $ac_compile) 2>conftest.er1
6180 grep -v '^ *+' conftest.er1
>conftest.err
6182 cat conftest.err
>&5
6183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6184 (exit $ac_status); } &&
6185 { ac_try
='test -z "$ac_c_werror_flag"
6186 || test ! -s conftest.err'
6187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6191 (exit $ac_status); }; } &&
6192 { ac_try
='test -s conftest.$ac_objext'
6193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6197 (exit $ac_status); }; }; then
6198 emacs_cv_speed_t
=yes
6200 echo "$as_me: failed program was:" >&5
6201 sed 's/^/| /' conftest.
$ac_ext >&5
6205 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6207 echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
6208 echo "${ECHO_T}$emacs_cv_speed_t" >&6
6209 if test $emacs_cv_speed_t = yes; then
6211 cat >>confdefs.h
<<\_ACEOF
6212 #define HAVE_SPEED_T 1
6217 echo "$as_me:$LINENO: checking for struct timeval" >&5
6218 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
6219 if test "${emacs_cv_struct_timeval+set}" = set; then
6220 echo $ECHO_N "(cached) $ECHO_C" >&6
6222 cat >conftest.
$ac_ext <<_ACEOF
6225 cat confdefs.h
>>conftest.
$ac_ext
6226 cat >>conftest.
$ac_ext <<_ACEOF
6227 /* end confdefs.h. */
6228 #ifdef TIME_WITH_SYS_TIME
6229 #include <sys/time.h>
6232 #ifdef HAVE_SYS_TIME_H
6233 #include <sys/time.h>
6241 static struct timeval x; x.tv_sec = x.tv_usec;
6246 rm -f conftest.
$ac_objext
6247 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6248 (eval $ac_compile) 2>conftest.er1
6250 grep -v '^ *+' conftest.er1
>conftest.err
6252 cat conftest.err
>&5
6253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6254 (exit $ac_status); } &&
6255 { ac_try
='test -z "$ac_c_werror_flag"
6256 || test ! -s conftest.err'
6257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6261 (exit $ac_status); }; } &&
6262 { ac_try
='test -s conftest.$ac_objext'
6263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6267 (exit $ac_status); }; }; then
6268 emacs_cv_struct_timeval
=yes
6270 echo "$as_me: failed program was:" >&5
6271 sed 's/^/| /' conftest.
$ac_ext >&5
6273 emacs_cv_struct_timeval
=no
6275 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6277 echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
6278 echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
6279 HAVE_TIMEVAL
=$emacs_cv_struct_timeval
6280 if test $emacs_cv_struct_timeval = yes; then
6282 cat >>confdefs.h
<<\_ACEOF
6283 #define HAVE_TIMEVAL 1
6288 echo "$as_me:$LINENO: checking for struct exception" >&5
6289 echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
6290 if test "${emacs_cv_struct_exception+set}" = set; then
6291 echo $ECHO_N "(cached) $ECHO_C" >&6
6293 cat >conftest.
$ac_ext <<_ACEOF
6296 cat confdefs.h
>>conftest.
$ac_ext
6297 cat >>conftest.
$ac_ext <<_ACEOF
6298 /* end confdefs.h. */
6303 static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
6308 rm -f conftest.
$ac_objext
6309 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6310 (eval $ac_compile) 2>conftest.er1
6312 grep -v '^ *+' conftest.er1
>conftest.err
6314 cat conftest.err
>&5
6315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6316 (exit $ac_status); } &&
6317 { ac_try
='test -z "$ac_c_werror_flag"
6318 || test ! -s conftest.err'
6319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6323 (exit $ac_status); }; } &&
6324 { ac_try
='test -s conftest.$ac_objext'
6325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6329 (exit $ac_status); }; }; then
6330 emacs_cv_struct_exception
=yes
6332 echo "$as_me: failed program was:" >&5
6333 sed 's/^/| /' conftest.
$ac_ext >&5
6335 emacs_cv_struct_exception
=no
6337 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6339 echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
6340 echo "${ECHO_T}$emacs_cv_struct_exception" >&6
6341 HAVE_EXCEPTION
=$emacs_cv_struct_exception
6342 if test $emacs_cv_struct_exception != yes; then
6344 cat >>confdefs.h
<<\_ACEOF
6345 #define NO_MATHERR 1
6351 for ac_header
in sys
/socket.h
6353 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6354 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6355 echo "$as_me:$LINENO: checking for $ac_header" >&5
6356 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6357 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6358 echo $ECHO_N "(cached) $ECHO_C" >&6
6360 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6361 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6363 # Is the header compilable?
6364 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6365 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6366 cat >conftest.
$ac_ext <<_ACEOF
6369 cat confdefs.h
>>conftest.
$ac_ext
6370 cat >>conftest.
$ac_ext <<_ACEOF
6371 /* end confdefs.h. */
6372 $ac_includes_default
6373 #include <$ac_header>
6375 rm -f conftest.
$ac_objext
6376 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6377 (eval $ac_compile) 2>conftest.er1
6379 grep -v '^ *+' conftest.er1
>conftest.err
6381 cat conftest.err
>&5
6382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6383 (exit $ac_status); } &&
6384 { ac_try
='test -z "$ac_c_werror_flag"
6385 || test ! -s conftest.err'
6386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6390 (exit $ac_status); }; } &&
6391 { ac_try
='test -s conftest.$ac_objext'
6392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6396 (exit $ac_status); }; }; then
6397 ac_header_compiler
=yes
6399 echo "$as_me: failed program was:" >&5
6400 sed 's/^/| /' conftest.
$ac_ext >&5
6402 ac_header_compiler
=no
6404 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6405 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6406 echo "${ECHO_T}$ac_header_compiler" >&6
6408 # Is the header present?
6409 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6410 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6411 cat >conftest.
$ac_ext <<_ACEOF
6414 cat confdefs.h
>>conftest.
$ac_ext
6415 cat >>conftest.
$ac_ext <<_ACEOF
6416 /* end confdefs.h. */
6417 #include <$ac_header>
6419 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6420 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6422 grep -v '^ *+' conftest.er1
>conftest.err
6424 cat conftest.err
>&5
6425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6426 (exit $ac_status); } >/dev
/null
; then
6427 if test -s conftest.err
; then
6428 ac_cpp_err
=$ac_c_preproc_warn_flag
6429 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6436 if test -z "$ac_cpp_err"; then
6437 ac_header_preproc
=yes
6439 echo "$as_me: failed program was:" >&5
6440 sed 's/^/| /' conftest.
$ac_ext >&5
6442 ac_header_preproc
=no
6444 rm -f conftest.err conftest.
$ac_ext
6445 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6446 echo "${ECHO_T}$ac_header_preproc" >&6
6448 # So? What about this header?
6449 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6451 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6452 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6453 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6454 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6455 ac_header_preproc
=yes
6458 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6459 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6460 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6461 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6462 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6463 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6464 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6465 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6466 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6467 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6468 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6469 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6472 ## ------------------------------------------ ##
6473 ## Report this to the AC_PACKAGE_NAME lists. ##
6474 ## ------------------------------------------ ##
6477 sed "s/^/$as_me: WARNING: /" >&2
6480 echo "$as_me:$LINENO: checking for $ac_header" >&5
6481 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6482 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6483 echo $ECHO_N "(cached) $ECHO_C" >&6
6485 eval "$as_ac_Header=\$ac_header_preproc"
6487 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6488 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6491 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6492 cat >>confdefs.h
<<_ACEOF
6493 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6501 for ac_header
in net
/if.h
6503 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6504 echo "$as_me:$LINENO: checking for $ac_header" >&5
6505 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6506 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6507 echo $ECHO_N "(cached) $ECHO_C" >&6
6509 cat >conftest.
$ac_ext <<_ACEOF
6512 cat confdefs.h
>>conftest.
$ac_ext
6513 cat >>conftest.
$ac_ext <<_ACEOF
6514 /* end confdefs.h. */
6515 $ac_includes_default
6516 #if HAVE_SYS_SOCKET_H
6517 #include <sys/socket.h>
6520 #include <$ac_header>
6522 rm -f conftest.
$ac_objext
6523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6524 (eval $ac_compile) 2>conftest.er1
6526 grep -v '^ *+' conftest.er1
>conftest.err
6528 cat conftest.err
>&5
6529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6530 (exit $ac_status); } &&
6531 { ac_try
='test -z "$ac_c_werror_flag"
6532 || test ! -s conftest.err'
6533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6537 (exit $ac_status); }; } &&
6538 { ac_try
='test -s conftest.$ac_objext'
6539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6543 (exit $ac_status); }; }; then
6544 eval "$as_ac_Header=yes"
6546 echo "$as_me: failed program was:" >&5
6547 sed 's/^/| /' conftest.
$ac_ext >&5
6549 eval "$as_ac_Header=no"
6551 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6553 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6554 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6556 cat >>confdefs.h
<<_ACEOF
6557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6565 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
6566 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
6567 if test "${ac_cv_struct_tm+set}" = set; then
6568 echo $ECHO_N "(cached) $ECHO_C" >&6
6570 cat >conftest.
$ac_ext <<_ACEOF
6573 cat confdefs.h
>>conftest.
$ac_ext
6574 cat >>conftest.
$ac_ext <<_ACEOF
6575 /* end confdefs.h. */
6576 #include <sys/types.h>
6582 struct tm *tp; tp->tm_sec;
6587 rm -f conftest.
$ac_objext
6588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6589 (eval $ac_compile) 2>conftest.er1
6591 grep -v '^ *+' conftest.er1
>conftest.err
6593 cat conftest.err
>&5
6594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6595 (exit $ac_status); } &&
6596 { ac_try
='test -z "$ac_c_werror_flag"
6597 || test ! -s conftest.err'
6598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6602 (exit $ac_status); }; } &&
6603 { ac_try
='test -s conftest.$ac_objext'
6604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6608 (exit $ac_status); }; }; then
6609 ac_cv_struct_tm
=time.h
6611 echo "$as_me: failed program was:" >&5
6612 sed 's/^/| /' conftest.
$ac_ext >&5
6614 ac_cv_struct_tm
=sys
/time.h
6616 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6618 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
6619 echo "${ECHO_T}$ac_cv_struct_tm" >&6
6620 if test $ac_cv_struct_tm = sys
/time.h
; then
6622 cat >>confdefs.h
<<\_ACEOF
6623 #define TM_IN_SYS_TIME 1
6628 echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
6629 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
6630 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
6631 echo $ECHO_N "(cached) $ECHO_C" >&6
6633 cat >conftest.
$ac_ext <<_ACEOF
6636 cat confdefs.h
>>conftest.
$ac_ext
6637 cat >>conftest.
$ac_ext <<_ACEOF
6638 /* end confdefs.h. */
6639 #include <sys/types.h>
6640 #include <$ac_cv_struct_tm>
6646 static struct tm ac_aggr;
6647 if (ac_aggr.tm_zone)
6653 rm -f conftest.
$ac_objext
6654 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6655 (eval $ac_compile) 2>conftest.er1
6657 grep -v '^ *+' conftest.er1
>conftest.err
6659 cat conftest.err
>&5
6660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6661 (exit $ac_status); } &&
6662 { ac_try
='test -z "$ac_c_werror_flag"
6663 || test ! -s conftest.err'
6664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6668 (exit $ac_status); }; } &&
6669 { ac_try
='test -s conftest.$ac_objext'
6670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); }; }; then
6675 ac_cv_member_struct_tm_tm_zone
=yes
6677 echo "$as_me: failed program was:" >&5
6678 sed 's/^/| /' conftest.
$ac_ext >&5
6680 cat >conftest.
$ac_ext <<_ACEOF
6683 cat confdefs.h
>>conftest.
$ac_ext
6684 cat >>conftest.
$ac_ext <<_ACEOF
6685 /* end confdefs.h. */
6686 #include <sys/types.h>
6687 #include <$ac_cv_struct_tm>
6693 static struct tm ac_aggr;
6694 if (sizeof ac_aggr.tm_zone)
6700 rm -f conftest.
$ac_objext
6701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6702 (eval $ac_compile) 2>conftest.er1
6704 grep -v '^ *+' conftest.er1
>conftest.err
6706 cat conftest.err
>&5
6707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6708 (exit $ac_status); } &&
6709 { ac_try
='test -z "$ac_c_werror_flag"
6710 || test ! -s conftest.err'
6711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6715 (exit $ac_status); }; } &&
6716 { ac_try
='test -s conftest.$ac_objext'
6717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6721 (exit $ac_status); }; }; then
6722 ac_cv_member_struct_tm_tm_zone
=yes
6724 echo "$as_me: failed program was:" >&5
6725 sed 's/^/| /' conftest.
$ac_ext >&5
6727 ac_cv_member_struct_tm_tm_zone
=no
6729 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6731 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6733 echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
6734 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
6735 if test $ac_cv_member_struct_tm_tm_zone = yes; then
6737 cat >>confdefs.h
<<_ACEOF
6738 #define HAVE_STRUCT_TM_TM_ZONE 1
6744 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
6746 cat >>confdefs.h
<<\_ACEOF
6747 #define HAVE_TM_ZONE 1
6751 echo "$as_me:$LINENO: checking for tzname" >&5
6752 echo $ECHO_N "checking for tzname... $ECHO_C" >&6
6753 if test "${ac_cv_var_tzname+set}" = set; then
6754 echo $ECHO_N "(cached) $ECHO_C" >&6
6756 cat >conftest.
$ac_ext <<_ACEOF
6759 cat confdefs.h
>>conftest.
$ac_ext
6760 cat >>conftest.
$ac_ext <<_ACEOF
6761 /* end confdefs.h. */
6763 #ifndef tzname /* For SGI. */
6764 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
6775 rm -f conftest.
$ac_objext conftest
$ac_exeext
6776 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6777 (eval $ac_link) 2>conftest.er1
6779 grep -v '^ *+' conftest.er1
>conftest.err
6781 cat conftest.err
>&5
6782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6783 (exit $ac_status); } &&
6784 { ac_try
='test -z "$ac_c_werror_flag"
6785 || test ! -s conftest.err'
6786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6790 (exit $ac_status); }; } &&
6791 { ac_try
='test -s conftest$ac_exeext'
6792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6796 (exit $ac_status); }; }; then
6797 ac_cv_var_tzname
=yes
6799 echo "$as_me: failed program was:" >&5
6800 sed 's/^/| /' conftest.
$ac_ext >&5
6804 rm -f conftest.err conftest.
$ac_objext \
6805 conftest
$ac_exeext conftest.
$ac_ext
6807 echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
6808 echo "${ECHO_T}$ac_cv_var_tzname" >&6
6809 if test $ac_cv_var_tzname = yes; then
6811 cat >>confdefs.h
<<\_ACEOF
6812 #define HAVE_TZNAME 1
6818 echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
6819 echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6
6820 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
6821 echo $ECHO_N "(cached) $ECHO_C" >&6
6823 cat >conftest.
$ac_ext <<_ACEOF
6826 cat confdefs.h
>>conftest.
$ac_ext
6827 cat >>conftest.
$ac_ext <<_ACEOF
6828 /* end confdefs.h. */
6834 static struct tm ac_aggr;
6835 if (ac_aggr.tm_gmtoff)
6841 rm -f conftest.
$ac_objext
6842 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6843 (eval $ac_compile) 2>conftest.er1
6845 grep -v '^ *+' conftest.er1
>conftest.err
6847 cat conftest.err
>&5
6848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6849 (exit $ac_status); } &&
6850 { ac_try
='test -z "$ac_c_werror_flag"
6851 || test ! -s conftest.err'
6852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6856 (exit $ac_status); }; } &&
6857 { ac_try
='test -s conftest.$ac_objext'
6858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6862 (exit $ac_status); }; }; then
6863 ac_cv_member_struct_tm_tm_gmtoff
=yes
6865 echo "$as_me: failed program was:" >&5
6866 sed 's/^/| /' conftest.
$ac_ext >&5
6868 cat >conftest.
$ac_ext <<_ACEOF
6871 cat confdefs.h
>>conftest.
$ac_ext
6872 cat >>conftest.
$ac_ext <<_ACEOF
6873 /* end confdefs.h. */
6879 static struct tm ac_aggr;
6880 if (sizeof ac_aggr.tm_gmtoff)
6886 rm -f conftest.
$ac_objext
6887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6888 (eval $ac_compile) 2>conftest.er1
6890 grep -v '^ *+' conftest.er1
>conftest.err
6892 cat conftest.err
>&5
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } &&
6895 { ac_try
='test -z "$ac_c_werror_flag"
6896 || test ! -s conftest.err'
6897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901 (exit $ac_status); }; } &&
6902 { ac_try
='test -s conftest.$ac_objext'
6903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6907 (exit $ac_status); }; }; then
6908 ac_cv_member_struct_tm_tm_gmtoff
=yes
6910 echo "$as_me: failed program was:" >&5
6911 sed 's/^/| /' conftest.
$ac_ext >&5
6913 ac_cv_member_struct_tm_tm_gmtoff
=no
6915 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6917 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6919 echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
6920 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
6921 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
6923 cat >>confdefs.h
<<\_ACEOF
6924 #define HAVE_TM_GMTOFF 1
6929 echo "$as_me:$LINENO: checking for struct ifreq.ifr_flags" >&5
6930 echo $ECHO_N "checking for struct ifreq.ifr_flags... $ECHO_C" >&6
6931 if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
6932 echo $ECHO_N "(cached) $ECHO_C" >&6
6934 cat >conftest.
$ac_ext <<_ACEOF
6937 cat confdefs.h
>>conftest.
$ac_ext
6938 cat >>conftest.
$ac_ext <<_ACEOF
6939 /* end confdefs.h. */
6940 $ac_includes_default
6941 #if HAVE_SYS_SOCKET_H
6942 #include <sys/socket.h>
6951 static struct ifreq ac_aggr;
6952 if (ac_aggr.ifr_flags)
6958 rm -f conftest.
$ac_objext
6959 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6960 (eval $ac_compile) 2>conftest.er1
6962 grep -v '^ *+' conftest.er1
>conftest.err
6964 cat conftest.err
>&5
6965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6966 (exit $ac_status); } &&
6967 { ac_try
='test -z "$ac_c_werror_flag"
6968 || test ! -s conftest.err'
6969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6973 (exit $ac_status); }; } &&
6974 { ac_try
='test -s conftest.$ac_objext'
6975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6979 (exit $ac_status); }; }; then
6980 ac_cv_member_struct_ifreq_ifr_flags
=yes
6982 echo "$as_me: failed program was:" >&5
6983 sed 's/^/| /' conftest.
$ac_ext >&5
6985 cat >conftest.
$ac_ext <<_ACEOF
6988 cat confdefs.h
>>conftest.
$ac_ext
6989 cat >>conftest.
$ac_ext <<_ACEOF
6990 /* end confdefs.h. */
6991 $ac_includes_default
6992 #if HAVE_SYS_SOCKET_H
6993 #include <sys/socket.h>
7002 static struct ifreq ac_aggr;
7003 if (sizeof ac_aggr.ifr_flags)
7009 rm -f conftest.
$ac_objext
7010 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7011 (eval $ac_compile) 2>conftest.er1
7013 grep -v '^ *+' conftest.er1
>conftest.err
7015 cat conftest.err
>&5
7016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7017 (exit $ac_status); } &&
7018 { ac_try
='test -z "$ac_c_werror_flag"
7019 || test ! -s conftest.err'
7020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7024 (exit $ac_status); }; } &&
7025 { ac_try
='test -s conftest.$ac_objext'
7026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7030 (exit $ac_status); }; }; then
7031 ac_cv_member_struct_ifreq_ifr_flags
=yes
7033 echo "$as_me: failed program was:" >&5
7034 sed 's/^/| /' conftest.
$ac_ext >&5
7036 ac_cv_member_struct_ifreq_ifr_flags
=no
7038 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7040 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7042 echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
7043 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6
7044 if test $ac_cv_member_struct_ifreq_ifr_flags = yes; then
7046 cat >>confdefs.h
<<_ACEOF
7047 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
7052 echo "$as_me:$LINENO: checking for struct ifreq.ifr_hwaddr" >&5
7053 echo $ECHO_N "checking for struct ifreq.ifr_hwaddr... $ECHO_C" >&6
7054 if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
7055 echo $ECHO_N "(cached) $ECHO_C" >&6
7057 cat >conftest.
$ac_ext <<_ACEOF
7060 cat confdefs.h
>>conftest.
$ac_ext
7061 cat >>conftest.
$ac_ext <<_ACEOF
7062 /* end confdefs.h. */
7063 $ac_includes_default
7064 #if HAVE_SYS_SOCKET_H
7065 #include <sys/socket.h>
7074 static struct ifreq ac_aggr;
7075 if (ac_aggr.ifr_hwaddr)
7081 rm -f conftest.
$ac_objext
7082 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7083 (eval $ac_compile) 2>conftest.er1
7085 grep -v '^ *+' conftest.er1
>conftest.err
7087 cat conftest.err
>&5
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); } &&
7090 { ac_try
='test -z "$ac_c_werror_flag"
7091 || test ! -s conftest.err'
7092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7096 (exit $ac_status); }; } &&
7097 { ac_try
='test -s conftest.$ac_objext'
7098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7102 (exit $ac_status); }; }; then
7103 ac_cv_member_struct_ifreq_ifr_hwaddr
=yes
7105 echo "$as_me: failed program was:" >&5
7106 sed 's/^/| /' conftest.
$ac_ext >&5
7108 cat >conftest.
$ac_ext <<_ACEOF
7111 cat confdefs.h
>>conftest.
$ac_ext
7112 cat >>conftest.
$ac_ext <<_ACEOF
7113 /* end confdefs.h. */
7114 $ac_includes_default
7115 #if HAVE_SYS_SOCKET_H
7116 #include <sys/socket.h>
7125 static struct ifreq ac_aggr;
7126 if (sizeof ac_aggr.ifr_hwaddr)
7132 rm -f conftest.
$ac_objext
7133 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7134 (eval $ac_compile) 2>conftest.er1
7136 grep -v '^ *+' conftest.er1
>conftest.err
7138 cat conftest.err
>&5
7139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7140 (exit $ac_status); } &&
7141 { ac_try
='test -z "$ac_c_werror_flag"
7142 || test ! -s conftest.err'
7143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7147 (exit $ac_status); }; } &&
7148 { ac_try
='test -s conftest.$ac_objext'
7149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7153 (exit $ac_status); }; }; then
7154 ac_cv_member_struct_ifreq_ifr_hwaddr
=yes
7156 echo "$as_me: failed program was:" >&5
7157 sed 's/^/| /' conftest.
$ac_ext >&5
7159 ac_cv_member_struct_ifreq_ifr_hwaddr
=no
7161 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7163 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7165 echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
7166 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6
7167 if test $ac_cv_member_struct_ifreq_ifr_hwaddr = yes; then
7169 cat >>confdefs.h
<<_ACEOF
7170 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
7175 echo "$as_me:$LINENO: checking for struct ifreq.ifr_netmask" >&5
7176 echo $ECHO_N "checking for struct ifreq.ifr_netmask... $ECHO_C" >&6
7177 if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
7178 echo $ECHO_N "(cached) $ECHO_C" >&6
7180 cat >conftest.
$ac_ext <<_ACEOF
7183 cat confdefs.h
>>conftest.
$ac_ext
7184 cat >>conftest.
$ac_ext <<_ACEOF
7185 /* end confdefs.h. */
7186 $ac_includes_default
7187 #if HAVE_SYS_SOCKET_H
7188 #include <sys/socket.h>
7197 static struct ifreq ac_aggr;
7198 if (ac_aggr.ifr_netmask)
7204 rm -f conftest.
$ac_objext
7205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7206 (eval $ac_compile) 2>conftest.er1
7208 grep -v '^ *+' conftest.er1
>conftest.err
7210 cat conftest.err
>&5
7211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7212 (exit $ac_status); } &&
7213 { ac_try
='test -z "$ac_c_werror_flag"
7214 || test ! -s conftest.err'
7215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7219 (exit $ac_status); }; } &&
7220 { ac_try
='test -s conftest.$ac_objext'
7221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7225 (exit $ac_status); }; }; then
7226 ac_cv_member_struct_ifreq_ifr_netmask
=yes
7228 echo "$as_me: failed program was:" >&5
7229 sed 's/^/| /' conftest.
$ac_ext >&5
7231 cat >conftest.
$ac_ext <<_ACEOF
7234 cat confdefs.h
>>conftest.
$ac_ext
7235 cat >>conftest.
$ac_ext <<_ACEOF
7236 /* end confdefs.h. */
7237 $ac_includes_default
7238 #if HAVE_SYS_SOCKET_H
7239 #include <sys/socket.h>
7248 static struct ifreq ac_aggr;
7249 if (sizeof ac_aggr.ifr_netmask)
7255 rm -f conftest.
$ac_objext
7256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7257 (eval $ac_compile) 2>conftest.er1
7259 grep -v '^ *+' conftest.er1
>conftest.err
7261 cat conftest.err
>&5
7262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7263 (exit $ac_status); } &&
7264 { ac_try
='test -z "$ac_c_werror_flag"
7265 || test ! -s conftest.err'
7266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7270 (exit $ac_status); }; } &&
7271 { ac_try
='test -s conftest.$ac_objext'
7272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7276 (exit $ac_status); }; }; then
7277 ac_cv_member_struct_ifreq_ifr_netmask
=yes
7279 echo "$as_me: failed program was:" >&5
7280 sed 's/^/| /' conftest.
$ac_ext >&5
7282 ac_cv_member_struct_ifreq_ifr_netmask
=no
7284 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7286 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7288 echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
7289 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6
7290 if test $ac_cv_member_struct_ifreq_ifr_netmask = yes; then
7292 cat >>confdefs.h
<<_ACEOF
7293 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
7298 echo "$as_me:$LINENO: checking for struct ifreq.ifr_broadaddr" >&5
7299 echo $ECHO_N "checking for struct ifreq.ifr_broadaddr... $ECHO_C" >&6
7300 if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
7301 echo $ECHO_N "(cached) $ECHO_C" >&6
7303 cat >conftest.
$ac_ext <<_ACEOF
7306 cat confdefs.h
>>conftest.
$ac_ext
7307 cat >>conftest.
$ac_ext <<_ACEOF
7308 /* end confdefs.h. */
7309 $ac_includes_default
7310 #if HAVE_SYS_SOCKET_H
7311 #include <sys/socket.h>
7320 static struct ifreq ac_aggr;
7321 if (ac_aggr.ifr_broadaddr)
7327 rm -f conftest.
$ac_objext
7328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7329 (eval $ac_compile) 2>conftest.er1
7331 grep -v '^ *+' conftest.er1
>conftest.err
7333 cat conftest.err
>&5
7334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7335 (exit $ac_status); } &&
7336 { ac_try
='test -z "$ac_c_werror_flag"
7337 || test ! -s conftest.err'
7338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7342 (exit $ac_status); }; } &&
7343 { ac_try
='test -s conftest.$ac_objext'
7344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7348 (exit $ac_status); }; }; then
7349 ac_cv_member_struct_ifreq_ifr_broadaddr
=yes
7351 echo "$as_me: failed program was:" >&5
7352 sed 's/^/| /' conftest.
$ac_ext >&5
7354 cat >conftest.
$ac_ext <<_ACEOF
7357 cat confdefs.h
>>conftest.
$ac_ext
7358 cat >>conftest.
$ac_ext <<_ACEOF
7359 /* end confdefs.h. */
7360 $ac_includes_default
7361 #if HAVE_SYS_SOCKET_H
7362 #include <sys/socket.h>
7371 static struct ifreq ac_aggr;
7372 if (sizeof ac_aggr.ifr_broadaddr)
7378 rm -f conftest.
$ac_objext
7379 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7380 (eval $ac_compile) 2>conftest.er1
7382 grep -v '^ *+' conftest.er1
>conftest.err
7384 cat conftest.err
>&5
7385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7386 (exit $ac_status); } &&
7387 { ac_try
='test -z "$ac_c_werror_flag"
7388 || test ! -s conftest.err'
7389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7393 (exit $ac_status); }; } &&
7394 { ac_try
='test -s conftest.$ac_objext'
7395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7399 (exit $ac_status); }; }; then
7400 ac_cv_member_struct_ifreq_ifr_broadaddr
=yes
7402 echo "$as_me: failed program was:" >&5
7403 sed 's/^/| /' conftest.
$ac_ext >&5
7405 ac_cv_member_struct_ifreq_ifr_broadaddr
=no
7407 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7409 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7411 echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
7412 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6
7413 if test $ac_cv_member_struct_ifreq_ifr_broadaddr = yes; then
7415 cat >>confdefs.h
<<_ACEOF
7416 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
7421 echo "$as_me:$LINENO: checking for struct ifreq.ifr_addr" >&5
7422 echo $ECHO_N "checking for struct ifreq.ifr_addr... $ECHO_C" >&6
7423 if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
7424 echo $ECHO_N "(cached) $ECHO_C" >&6
7426 cat >conftest.
$ac_ext <<_ACEOF
7429 cat confdefs.h
>>conftest.
$ac_ext
7430 cat >>conftest.
$ac_ext <<_ACEOF
7431 /* end confdefs.h. */
7432 $ac_includes_default
7433 #if HAVE_SYS_SOCKET_H
7434 #include <sys/socket.h>
7443 static struct ifreq ac_aggr;
7444 if (ac_aggr.ifr_addr)
7450 rm -f conftest.
$ac_objext
7451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7452 (eval $ac_compile) 2>conftest.er1
7454 grep -v '^ *+' conftest.er1
>conftest.err
7456 cat conftest.err
>&5
7457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458 (exit $ac_status); } &&
7459 { ac_try
='test -z "$ac_c_werror_flag"
7460 || test ! -s conftest.err'
7461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7465 (exit $ac_status); }; } &&
7466 { ac_try
='test -s conftest.$ac_objext'
7467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7471 (exit $ac_status); }; }; then
7472 ac_cv_member_struct_ifreq_ifr_addr
=yes
7474 echo "$as_me: failed program was:" >&5
7475 sed 's/^/| /' conftest.
$ac_ext >&5
7477 cat >conftest.
$ac_ext <<_ACEOF
7480 cat confdefs.h
>>conftest.
$ac_ext
7481 cat >>conftest.
$ac_ext <<_ACEOF
7482 /* end confdefs.h. */
7483 $ac_includes_default
7484 #if HAVE_SYS_SOCKET_H
7485 #include <sys/socket.h>
7494 static struct ifreq ac_aggr;
7495 if (sizeof ac_aggr.ifr_addr)
7501 rm -f conftest.
$ac_objext
7502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7503 (eval $ac_compile) 2>conftest.er1
7505 grep -v '^ *+' conftest.er1
>conftest.err
7507 cat conftest.err
>&5
7508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7509 (exit $ac_status); } &&
7510 { ac_try
='test -z "$ac_c_werror_flag"
7511 || test ! -s conftest.err'
7512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7516 (exit $ac_status); }; } &&
7517 { ac_try
='test -s conftest.$ac_objext'
7518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); }; }; then
7523 ac_cv_member_struct_ifreq_ifr_addr
=yes
7525 echo "$as_me: failed program was:" >&5
7526 sed 's/^/| /' conftest.
$ac_ext >&5
7528 ac_cv_member_struct_ifreq_ifr_addr
=no
7530 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7532 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7534 echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
7535 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6
7536 if test $ac_cv_member_struct_ifreq_ifr_addr = yes; then
7538 cat >>confdefs.h
<<_ACEOF
7539 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
7547 echo "$as_me:$LINENO: checking for function prototypes" >&5
7548 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
7549 if test "$ac_cv_prog_cc_stdc" != no
; then
7550 echo "$as_me:$LINENO: result: yes" >&5
7551 echo "${ECHO_T}yes" >&6
7553 cat >>confdefs.h
<<\_ACEOF
7554 #define PROTOTYPES 1
7558 cat >>confdefs.h
<<\_ACEOF
7559 #define __PROTOTYPES 1
7563 echo "$as_me:$LINENO: result: no" >&5
7564 echo "${ECHO_T}no" >&6
7567 echo "$as_me:$LINENO: checking for working volatile" >&5
7568 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
7569 if test "${ac_cv_c_volatile+set}" = set; then
7570 echo $ECHO_N "(cached) $ECHO_C" >&6
7572 cat >conftest.
$ac_ext <<_ACEOF
7575 cat confdefs.h
>>conftest.
$ac_ext
7576 cat >>conftest.
$ac_ext <<_ACEOF
7577 /* end confdefs.h. */
7589 rm -f conftest.
$ac_objext
7590 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7591 (eval $ac_compile) 2>conftest.er1
7593 grep -v '^ *+' conftest.er1
>conftest.err
7595 cat conftest.err
>&5
7596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7597 (exit $ac_status); } &&
7598 { ac_try
='test -z "$ac_c_werror_flag"
7599 || test ! -s conftest.err'
7600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7604 (exit $ac_status); }; } &&
7605 { ac_try
='test -s conftest.$ac_objext'
7606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7610 (exit $ac_status); }; }; then
7611 ac_cv_c_volatile
=yes
7613 echo "$as_me: failed program was:" >&5
7614 sed 's/^/| /' conftest.
$ac_ext >&5
7618 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7620 echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
7621 echo "${ECHO_T}$ac_cv_c_volatile" >&6
7622 if test $ac_cv_c_volatile = no
; then
7624 cat >>confdefs.h
<<\_ACEOF
7630 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7631 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7632 if test "${ac_cv_c_const+set}" = set; then
7633 echo $ECHO_N "(cached) $ECHO_C" >&6
7635 cat >conftest.
$ac_ext <<_ACEOF
7638 cat confdefs.h
>>conftest.
$ac_ext
7639 cat >>conftest.
$ac_ext <<_ACEOF
7640 /* end confdefs.h. */
7645 /* FIXME: Include the comments suggested by Paul. */
7647 /* Ultrix mips cc rejects this. */
7648 typedef int charset[2];
7650 /* SunOS 4.1.1 cc rejects this. */
7651 char const *const *ccp;
7653 /* NEC SVR4.0.2 mips cc rejects this. */
7654 struct point {int x, y;};
7655 static struct point const zero = {0,0};
7656 /* AIX XL C 1.02.0.0 rejects this.
7657 It does not let you subtract one const X* pointer from another in
7658 an arm of an if-expression whose if-part is not a constant
7660 const char *g = "string";
7661 ccp = &g + (g ? g-g : 0);
7662 /* HPUX 7.0 cc rejects these. */
7665 ccp = (char const *const *) p;
7666 { /* SCO 3.2v4 cc rejects this. */
7668 char const *s = 0 ? (char *) 0 : (char const *) 0;
7672 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7674 const int *foo = &x[0];
7677 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7678 typedef const int *iptr;
7682 { /* AIX XL C 1.02.0.0 rejects this saying
7683 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7684 struct s { int j; const int *ap[3]; };
7685 struct s *b; b->j = 5;
7687 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7696 rm -f conftest.
$ac_objext
7697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7698 (eval $ac_compile) 2>conftest.er1
7700 grep -v '^ *+' conftest.er1
>conftest.err
7702 cat conftest.err
>&5
7703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7704 (exit $ac_status); } &&
7705 { ac_try
='test -z "$ac_c_werror_flag"
7706 || test ! -s conftest.err'
7707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7711 (exit $ac_status); }; } &&
7712 { ac_try
='test -s conftest.$ac_objext'
7713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7717 (exit $ac_status); }; }; then
7720 echo "$as_me: failed program was:" >&5
7721 sed 's/^/| /' conftest.
$ac_ext >&5
7725 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7727 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7728 echo "${ECHO_T}$ac_cv_c_const" >&6
7729 if test $ac_cv_c_const = no
; then
7731 cat >>confdefs.h
<<\_ACEOF
7737 echo "$as_me:$LINENO: checking for void * support" >&5
7738 echo $ECHO_N "checking for void * support... $ECHO_C" >&6
7739 if test "${emacs_cv_void_star+set}" = set; then
7740 echo $ECHO_N "(cached) $ECHO_C" >&6
7742 cat >conftest.
$ac_ext <<_ACEOF
7745 cat confdefs.h
>>conftest.
$ac_ext
7746 cat >>conftest.
$ac_ext <<_ACEOF
7747 /* end confdefs.h. */
7757 rm -f conftest.
$ac_objext
7758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7759 (eval $ac_compile) 2>conftest.er1
7761 grep -v '^ *+' conftest.er1
>conftest.err
7763 cat conftest.err
>&5
7764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7765 (exit $ac_status); } &&
7766 { ac_try
='test -z "$ac_c_werror_flag"
7767 || test ! -s conftest.err'
7768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7772 (exit $ac_status); }; } &&
7773 { ac_try
='test -s conftest.$ac_objext'
7774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7778 (exit $ac_status); }; }; then
7779 emacs_cv_void_star
=yes
7781 echo "$as_me: failed program was:" >&5
7782 sed 's/^/| /' conftest.
$ac_ext >&5
7784 emacs_cv_void_star
=no
7786 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7788 echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
7789 echo "${ECHO_T}$emacs_cv_void_star" >&6
7790 if test $emacs_cv_void_star = yes; then
7791 cat >>confdefs.h
<<\_ACEOF
7792 #define POINTER_TYPE void
7796 cat >>confdefs.h
<<\_ACEOF
7797 #define POINTER_TYPE char
7806 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
7807 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
7808 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
7809 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
7810 echo $ECHO_N "(cached) $ECHO_C" >&6
7812 cat >conftest.
make <<\_ACEOF
7814 @
echo 'ac_maketemp="$(MAKE)"'
7816 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7817 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
7818 if test -n "$ac_maketemp"; then
7819 eval ac_cv_prog_make_
${ac_make}_set
=yes
7821 eval ac_cv_prog_make_
${ac_make}_set
=no
7825 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
7826 echo "$as_me:$LINENO: result: yes" >&5
7827 echo "${ECHO_T}yes" >&6
7830 echo "$as_me:$LINENO: result: no" >&5
7831 echo "${ECHO_T}no" >&6
7832 SET_MAKE
="MAKE=${MAKE-make}"
7836 echo "$as_me:$LINENO: checking for long file names" >&5
7837 echo $ECHO_N "checking for long file names... $ECHO_C" >&6
7838 if test "${ac_cv_sys_long_file_names+set}" = set; then
7839 echo $ECHO_N "(cached) $ECHO_C" >&6
7841 ac_cv_sys_long_file_names
=yes
7842 # Test for long file names in all the places we know might matter:
7843 # . the current directory, where building will happen
7844 # $prefix/lib where we will be installing things
7845 # $exec_prefix/lib likewise
7846 # eval it to expand exec_prefix.
7847 # $TMPDIR if set, where it might want to write temporary files
7848 # if $TMPDIR is not set:
7849 # /tmp where it might want to write temporary files
7852 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then
7855 ac_tmpdirs
='/tmp /var/tmp /usr/tmp'
7857 for ac_dir
in .
$ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
7858 test -d $ac_dir ||
continue
7859 test -w $ac_dir ||
continue # It is less confusing to not echo anything here.
7860 ac_xdir
=$ac_dir/cf$$
7861 (umask 077 && mkdir
$ac_xdir 2>/dev
/null
) ||
continue
7862 ac_tf1
=$ac_xdir/conftest9012345
7863 ac_tf2
=$ac_xdir/conftest9012346
7864 (echo 1 >$ac_tf1) 2>/dev
/null
7865 (echo 2 >$ac_tf2) 2>/dev
/null
7866 ac_val
=`cat $ac_tf1 2>/dev/null`
7867 if test ! -f $ac_tf1 ||
test "$ac_val" != 1; then
7868 ac_cv_sys_long_file_names
=no
7869 rm -rf $ac_xdir 2>/dev
/null
7872 rm -rf $ac_xdir 2>/dev
/null
7875 echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5
7876 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
7877 if test $ac_cv_sys_long_file_names = yes; then
7879 cat >>confdefs.h
<<\_ACEOF
7880 #define HAVE_LONG_FILE_NAMES 1
7886 #### Choose a window system.
7888 echo "$as_me:$LINENO: checking for X" >&5
7889 echo $ECHO_N "checking for X... $ECHO_C" >&6
7892 # Check whether --with-x or --without-x was given.
7893 if test "${with_x+set}" = set; then
7897 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7898 if test "x$with_x" = xno
; then
7899 # The user explicitly disabled X.
7902 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
7903 # Both variables are already set.
7906 if test "${ac_cv_have_x+set}" = set; then
7907 echo $ECHO_N "(cached) $ECHO_C" >&6
7909 # One or both of the vars are not set, and there is no cached value.
7910 ac_x_includes
=no ac_x_libraries
=no
7912 if mkdir conftest.dir
; then
7914 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7915 cat >Imakefile
<<'_ACEOF'
7917 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
7919 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
7920 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7921 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
7922 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7923 for ac_extension
in a so sl
; do
7924 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
7925 test -f $ac_im_libdir/libX11.
$ac_extension; then
7926 ac_im_usrlibdir
=$ac_im_libdir; break
7929 # Screen out bogus values from the imake configuration. They are
7930 # bogus both because they are the default anyway, and because
7931 # using them would break gcc on systems where it needs fixed includes.
7932 case $ac_im_incroot in
7934 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
7936 case $ac_im_usrlibdir in
7938 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
7945 # Standard set of common directories for X headers.
7946 # Check X11 before X11Rn because it is often a symlink to the current release.
7958 /usr/local/X11/include
7959 /usr/local/X11R6/include
7960 /usr/local/X11R5/include
7961 /usr/local/X11R4/include
7963 /usr/local/include/X11
7964 /usr/local/include/X11R6
7965 /usr/local/include/X11R5
7966 /usr/local/include/X11R4
7970 /usr/XFree86/include/X11
7974 /usr/unsupported/include
7976 /usr/local/x11r5/include
7977 /usr/lpp/Xamples/include
7979 /usr/openwin/include
7980 /usr/openwin/share/include'
7982 if test "$ac_x_includes" = no
; then
7983 # Guess where to find include files, by looking for Intrinsic.h.
7984 # First, try using that file with no special directory specified.
7985 cat >conftest.
$ac_ext <<_ACEOF
7988 cat confdefs.h
>>conftest.
$ac_ext
7989 cat >>conftest.
$ac_ext <<_ACEOF
7990 /* end confdefs.h. */
7991 #include <X11/Intrinsic.h>
7993 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7994 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7996 grep -v '^ *+' conftest.er1
>conftest.err
7998 cat conftest.err
>&5
7999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8000 (exit $ac_status); } >/dev
/null
; then
8001 if test -s conftest.err
; then
8002 ac_cpp_err
=$ac_c_preproc_warn_flag
8003 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
8010 if test -z "$ac_cpp_err"; then
8011 # We can compile using X headers with no special include directory.
8014 echo "$as_me: failed program was:" >&5
8015 sed 's/^/| /' conftest.
$ac_ext >&5
8017 for ac_dir
in $ac_x_header_dirs; do
8018 if test -r "$ac_dir/X11/Intrinsic.h"; then
8019 ac_x_includes
=$ac_dir
8024 rm -f conftest.err conftest.
$ac_ext
8025 fi # $ac_x_includes = no
8027 if test "$ac_x_libraries" = no
; then
8028 # Check for the libraries.
8029 # See if we find them without any special options.
8030 # Don't add to $LIBS permanently.
8033 cat >conftest.
$ac_ext <<_ACEOF
8036 cat confdefs.h
>>conftest.
$ac_ext
8037 cat >>conftest.
$ac_ext <<_ACEOF
8038 /* end confdefs.h. */
8039 #include <X11/Intrinsic.h>
8048 rm -f conftest.
$ac_objext conftest
$ac_exeext
8049 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8050 (eval $ac_link) 2>conftest.er1
8052 grep -v '^ *+' conftest.er1
>conftest.err
8054 cat conftest.err
>&5
8055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8056 (exit $ac_status); } &&
8057 { ac_try
='test -z "$ac_c_werror_flag"
8058 || test ! -s conftest.err'
8059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8063 (exit $ac_status); }; } &&
8064 { ac_try
='test -s conftest$ac_exeext'
8065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8069 (exit $ac_status); }; }; then
8071 # We can link X programs with no special library path.
8074 echo "$as_me: failed program was:" >&5
8075 sed 's/^/| /' conftest.
$ac_ext >&5
8078 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8080 # Don't even attempt the hair of trying to link an X program!
8081 for ac_extension
in a so sl
; do
8082 if test -r $ac_dir/libXt.
$ac_extension; then
8083 ac_x_libraries
=$ac_dir
8089 rm -f conftest.err conftest.
$ac_objext \
8090 conftest
$ac_exeext conftest.
$ac_ext
8091 fi # $ac_x_libraries = no
8093 if test "$ac_x_includes" = no ||
test "$ac_x_libraries" = no
; then
8094 # Didn't find X anywhere. Cache the known absence of X.
8095 ac_cv_have_x
="have_x=no"
8097 # Record where we found X for the cache.
8098 ac_cv_have_x
="have_x=yes \
8099 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8104 eval "$ac_cv_have_x"
8107 if test "$have_x" != yes; then
8108 echo "$as_me:$LINENO: result: $have_x" >&5
8109 echo "${ECHO_T}$have_x" >&6
8112 # If each of the values was on the command line, it overrides each guess.
8113 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8114 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8115 # Update the cache value to reflect the command line values.
8116 ac_cv_have_x
="have_x=yes \
8117 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8118 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8119 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
8122 if test "$no_x" = yes; then
8128 if test "${x_libraries}" != NONE
&& test -n "${x_libraries}"; then
8129 LD_SWITCH_X_SITE
=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
8130 LD_SWITCH_X_SITE_AUX
=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
8131 x_default_search_path
=""
8132 for x_library
in `echo ${x_libraries} | sed -e "s/:/ /g"`; do
8134 ${x_library}/X11/%L/%T/%N%C%S:\
8135 ${x_library}/X11/%l/%T/%N%C%S:\
8136 ${x_library}/X11/%T/%N%C%S:\
8137 ${x_library}/X11/%L/%T/%N%S:\
8138 ${x_library}/X11/%l/%T/%N%S:\
8139 ${x_library}/X11/%T/%N%S"
8140 if test x
"${x_default_search_path}" = x
; then
8141 x_default_search_path
=${x_search_path}
8143 x_default_search_path
="${x_search_path}:${x_default_search_path}"
8147 if test "${x_includes}" != NONE
&& test -n "${x_includes}"; then
8148 C_SWITCH_X_SITE
=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
8151 if test x
"${x_includes}" = x
; then
8152 bitmapdir
=/usr
/include
/X11
/bitmaps
8154 # accumulate include directories that have X11 bitmap subdirectories
8156 for bmd
in `echo ${x_includes} | sed -e "s/:/ /g"`; do
8157 if test -d "${bmd}/X11/bitmaps"; then
8158 bmd_acc
="${bmd_acc}:${bmd}/X11/bitmaps"
8160 if test -d "${bmd}/bitmaps"; then
8161 bmd_acc
="${bmd_acc}:${bmd}/bitmaps"
8164 if test ${bmd_acc} != "dummyval"; then
8165 bitmapdir
=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
8169 case "${window_system}" in
8173 case "${with_x_toolkit}" in
8174 athena | lucid
) USE_X_TOOLKIT
=LUCID
;;
8175 motif
) USE_X_TOOLKIT
=MOTIF
;;
8177 USE_X_TOOLKIT
=none
;;
8178 no
) USE_X_TOOLKIT
=none
;;
8179 * ) USE_X_TOOLKIT
=maybe
;;
8189 ### If we're using X11, we should use the X menu package.
8192 yes ) HAVE_MENUS
=yes ;;
8195 if test "${opsys}" = "hpux9"; then
8196 case "${x_libraries}" in
8198 opsysfile
="s/hpux9-x11r4.h"
8203 if test "${opsys}" = "hpux9shr"; then
8204 case "${x_libraries}" in
8206 opsysfile
="s/hpux9shxr4.h"
8211 ### Compute the unexec source name from the object name.
8212 UNEXEC_SRC
="`echo ${unexec} | sed 's/\.o/.c/'`"
8214 # Do the opsystem or machine files prohibit the use of the GNU malloc?
8215 # Assume not, until told otherwise.
8218 echo "$as_me:$LINENO: checking for malloc_get_state" >&5
8219 echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
8220 if test "${ac_cv_func_malloc_get_state+set}" = set; then
8221 echo $ECHO_N "(cached) $ECHO_C" >&6
8223 cat >conftest.
$ac_ext <<_ACEOF
8226 cat confdefs.h
>>conftest.
$ac_ext
8227 cat >>conftest.
$ac_ext <<_ACEOF
8228 /* end confdefs.h. */
8229 /* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
8230 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8231 #define malloc_get_state innocuous_malloc_get_state
8233 /* System header to define __stub macros and hopefully few prototypes,
8234 which can conflict with char malloc_get_state (); below.
8235 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8236 <limits.h> exists even on freestanding compilers. */
8239 # include <limits.h>
8241 # include <assert.h>
8244 #undef malloc_get_state
8246 /* Override any gcc2 internal prototype to avoid an error. */
8251 /* We use char because int might match the return type of a gcc2
8252 builtin and then its argument prototype would still apply. */
8253 char malloc_get_state ();
8254 /* The GNU C library defines this for functions which it implements
8255 to always fail with ENOSYS. Some functions are actually named
8256 something starting with __ and the normal name is an alias. */
8257 #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state)
8260 char (*f) () = malloc_get_state;
8269 return f != malloc_get_state;
8274 rm -f conftest.
$ac_objext conftest
$ac_exeext
8275 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8276 (eval $ac_link) 2>conftest.er1
8278 grep -v '^ *+' conftest.er1
>conftest.err
8280 cat conftest.err
>&5
8281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8282 (exit $ac_status); } &&
8283 { ac_try
='test -z "$ac_c_werror_flag"
8284 || test ! -s conftest.err'
8285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8289 (exit $ac_status); }; } &&
8290 { ac_try
='test -s conftest$ac_exeext'
8291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8295 (exit $ac_status); }; }; then
8296 ac_cv_func_malloc_get_state
=yes
8298 echo "$as_me: failed program was:" >&5
8299 sed 's/^/| /' conftest.
$ac_ext >&5
8301 ac_cv_func_malloc_get_state
=no
8303 rm -f conftest.err conftest.
$ac_objext \
8304 conftest
$ac_exeext conftest.
$ac_ext
8306 echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
8307 echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
8308 if test $ac_cv_func_malloc_get_state = yes; then
8314 echo "$as_me:$LINENO: checking for malloc_set_state" >&5
8315 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
8316 if test "${ac_cv_func_malloc_set_state+set}" = set; then
8317 echo $ECHO_N "(cached) $ECHO_C" >&6
8319 cat >conftest.
$ac_ext <<_ACEOF
8322 cat confdefs.h
>>conftest.
$ac_ext
8323 cat >>conftest.
$ac_ext <<_ACEOF
8324 /* end confdefs.h. */
8325 /* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
8326 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8327 #define malloc_set_state innocuous_malloc_set_state
8329 /* System header to define __stub macros and hopefully few prototypes,
8330 which can conflict with char malloc_set_state (); below.
8331 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8332 <limits.h> exists even on freestanding compilers. */
8335 # include <limits.h>
8337 # include <assert.h>
8340 #undef malloc_set_state
8342 /* Override any gcc2 internal prototype to avoid an error. */
8347 /* We use char because int might match the return type of a gcc2
8348 builtin and then its argument prototype would still apply. */
8349 char malloc_set_state ();
8350 /* The GNU C library defines this for functions which it implements
8351 to always fail with ENOSYS. Some functions are actually named
8352 something starting with __ and the normal name is an alias. */
8353 #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state)
8356 char (*f) () = malloc_set_state;
8365 return f != malloc_set_state;
8370 rm -f conftest.
$ac_objext conftest
$ac_exeext
8371 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8372 (eval $ac_link) 2>conftest.er1
8374 grep -v '^ *+' conftest.er1
>conftest.err
8376 cat conftest.err
>&5
8377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8378 (exit $ac_status); } &&
8379 { ac_try
='test -z "$ac_c_werror_flag"
8380 || test ! -s conftest.err'
8381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8385 (exit $ac_status); }; } &&
8386 { ac_try
='test -s conftest$ac_exeext'
8387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8391 (exit $ac_status); }; }; then
8392 ac_cv_func_malloc_set_state
=yes
8394 echo "$as_me: failed program was:" >&5
8395 sed 's/^/| /' conftest.
$ac_ext >&5
8397 ac_cv_func_malloc_set_state
=no
8399 rm -f conftest.err conftest.
$ac_objext \
8400 conftest
$ac_exeext conftest.
$ac_ext
8402 echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
8403 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
8404 if test $ac_cv_func_malloc_set_state = yes; then
8410 echo "$as_me:$LINENO: checking whether __after_morecore_hook exists" >&5
8411 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
8412 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
8413 echo $ECHO_N "(cached) $ECHO_C" >&6
8415 cat >conftest.
$ac_ext <<_ACEOF
8418 cat confdefs.h
>>conftest.
$ac_ext
8419 cat >>conftest.
$ac_ext <<_ACEOF
8420 /* end confdefs.h. */
8421 extern void (* __after_morecore_hook)();
8425 __after_morecore_hook = 0
8430 rm -f conftest.
$ac_objext conftest
$ac_exeext
8431 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8432 (eval $ac_link) 2>conftest.er1
8434 grep -v '^ *+' conftest.er1
>conftest.err
8436 cat conftest.err
>&5
8437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8438 (exit $ac_status); } &&
8439 { ac_try
='test -z "$ac_c_werror_flag"
8440 || test ! -s conftest.err'
8441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8445 (exit $ac_status); }; } &&
8446 { ac_try
='test -s conftest$ac_exeext'
8447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8451 (exit $ac_status); }; }; then
8452 emacs_cv_var___after_morecore_hook
=yes
8454 echo "$as_me: failed program was:" >&5
8455 sed 's/^/| /' conftest.
$ac_ext >&5
8457 emacs_cv_var___after_morecore_hook
=no
8459 rm -f conftest.err conftest.
$ac_objext \
8460 conftest
$ac_exeext conftest.
$ac_ext
8462 echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
8463 echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
8464 if test $emacs_cv_var___after_morecore_hook = no
; then
8467 if test "${system_malloc}" = "yes"; then
8470 (The GNU allocators don't work with this system configuration.)"
8472 if test "$doug_lea_malloc" = "yes" ; then
8473 if test "$GNU_MALLOC" = yes ; then
8475 (Using Doug Lea's new malloc from the GNU C Library.)"
8478 cat >>confdefs.h
<<\_ACEOF
8479 #define DOUG_LEA_MALLOC 1
8484 if test x
"${REL_ALLOC}" = x
; then
8485 REL_ALLOC
=${GNU_MALLOC}
8491 for ac_header
in stdlib.h unistd.h
8493 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8494 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8495 echo "$as_me:$LINENO: checking for $ac_header" >&5
8496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8497 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8498 echo $ECHO_N "(cached) $ECHO_C" >&6
8500 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8501 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8503 # Is the header compilable?
8504 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8505 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8506 cat >conftest.
$ac_ext <<_ACEOF
8509 cat confdefs.h
>>conftest.
$ac_ext
8510 cat >>conftest.
$ac_ext <<_ACEOF
8511 /* end confdefs.h. */
8512 $ac_includes_default
8513 #include <$ac_header>
8515 rm -f conftest.
$ac_objext
8516 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8517 (eval $ac_compile) 2>conftest.er1
8519 grep -v '^ *+' conftest.er1
>conftest.err
8521 cat conftest.err
>&5
8522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8523 (exit $ac_status); } &&
8524 { ac_try
='test -z "$ac_c_werror_flag"
8525 || test ! -s conftest.err'
8526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8530 (exit $ac_status); }; } &&
8531 { ac_try
='test -s conftest.$ac_objext'
8532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8536 (exit $ac_status); }; }; then
8537 ac_header_compiler
=yes
8539 echo "$as_me: failed program was:" >&5
8540 sed 's/^/| /' conftest.
$ac_ext >&5
8542 ac_header_compiler
=no
8544 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8545 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8546 echo "${ECHO_T}$ac_header_compiler" >&6
8548 # Is the header present?
8549 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8550 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8551 cat >conftest.
$ac_ext <<_ACEOF
8554 cat confdefs.h
>>conftest.
$ac_ext
8555 cat >>conftest.
$ac_ext <<_ACEOF
8556 /* end confdefs.h. */
8557 #include <$ac_header>
8559 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8560 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8562 grep -v '^ *+' conftest.er1
>conftest.err
8564 cat conftest.err
>&5
8565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8566 (exit $ac_status); } >/dev
/null
; then
8567 if test -s conftest.err
; then
8568 ac_cpp_err
=$ac_c_preproc_warn_flag
8569 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
8576 if test -z "$ac_cpp_err"; then
8577 ac_header_preproc
=yes
8579 echo "$as_me: failed program was:" >&5
8580 sed 's/^/| /' conftest.
$ac_ext >&5
8582 ac_header_preproc
=no
8584 rm -f conftest.err conftest.
$ac_ext
8585 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8586 echo "${ECHO_T}$ac_header_preproc" >&6
8588 # So? What about this header?
8589 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8591 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8592 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8593 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8594 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8595 ac_header_preproc
=yes
8598 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8599 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8600 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8601 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8602 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8603 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8604 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8605 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8606 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8607 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8608 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8609 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8612 ## ------------------------------------------ ##
8613 ## Report this to the AC_PACKAGE_NAME lists. ##
8614 ## ------------------------------------------ ##
8617 sed "s/^/$as_me: WARNING: /" >&2
8620 echo "$as_me:$LINENO: checking for $ac_header" >&5
8621 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8622 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8623 echo $ECHO_N "(cached) $ECHO_C" >&6
8625 eval "$as_ac_Header=\$ac_header_preproc"
8627 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8628 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8631 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8632 cat >>confdefs.h
<<_ACEOF
8633 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8641 for ac_func
in getpagesize
8643 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8644 echo "$as_me:$LINENO: checking for $ac_func" >&5
8645 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8646 if eval "test \"\${$as_ac_var+set}\" = set"; then
8647 echo $ECHO_N "(cached) $ECHO_C" >&6
8649 cat >conftest.
$ac_ext <<_ACEOF
8652 cat confdefs.h
>>conftest.
$ac_ext
8653 cat >>conftest.
$ac_ext <<_ACEOF
8654 /* end confdefs.h. */
8655 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8656 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8657 #define $ac_func innocuous_$ac_func
8659 /* System header to define __stub macros and hopefully few prototypes,
8660 which can conflict with char $ac_func (); below.
8661 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8662 <limits.h> exists even on freestanding compilers. */
8665 # include <limits.h>
8667 # include <assert.h>
8672 /* Override any gcc2 internal prototype to avoid an error. */
8677 /* We use char because int might match the return type of a gcc2
8678 builtin and then its argument prototype would still apply. */
8680 /* The GNU C library defines this for functions which it implements
8681 to always fail with ENOSYS. Some functions are actually named
8682 something starting with __ and the normal name is an alias. */
8683 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8686 char (*f) () = $ac_func;
8695 return f != $ac_func;
8700 rm -f conftest.
$ac_objext conftest
$ac_exeext
8701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8702 (eval $ac_link) 2>conftest.er1
8704 grep -v '^ *+' conftest.er1
>conftest.err
8706 cat conftest.err
>&5
8707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8708 (exit $ac_status); } &&
8709 { ac_try
='test -z "$ac_c_werror_flag"
8710 || test ! -s conftest.err'
8711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8715 (exit $ac_status); }; } &&
8716 { ac_try
='test -s conftest$ac_exeext'
8717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8721 (exit $ac_status); }; }; then
8722 eval "$as_ac_var=yes"
8724 echo "$as_me: failed program was:" >&5
8725 sed 's/^/| /' conftest.
$ac_ext >&5
8727 eval "$as_ac_var=no"
8729 rm -f conftest.err conftest.
$ac_objext \
8730 conftest
$ac_exeext conftest.
$ac_ext
8732 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8733 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8734 if test `eval echo '${'$as_ac_var'}'` = yes; then
8735 cat >>confdefs.h
<<_ACEOF
8736 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8742 echo "$as_me:$LINENO: checking for working mmap" >&5
8743 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
8744 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
8745 echo $ECHO_N "(cached) $ECHO_C" >&6
8747 if test "$cross_compiling" = yes; then
8748 ac_cv_func_mmap_fixed_mapped
=no
8750 cat >conftest.
$ac_ext <<_ACEOF
8753 cat confdefs.h
>>conftest.
$ac_ext
8754 cat >>conftest.
$ac_ext <<_ACEOF
8755 /* end confdefs.h. */
8756 $ac_includes_default
8757 /* malloc might have been renamed as rpl_malloc. */
8760 /* Thanks to Mike Haertel and Jim Avera for this test.
8761 Here is a matrix of mmap possibilities:
8762 mmap private not fixed
8763 mmap private fixed at somewhere currently unmapped
8764 mmap private fixed at somewhere already mapped
8765 mmap shared not fixed
8766 mmap shared fixed at somewhere currently unmapped
8767 mmap shared fixed at somewhere already mapped
8768 For private mappings, we should verify that changes cannot be read()
8769 back from the file, nor mmap's back from the file at a different
8770 address. (There have been systems where private was not correctly
8771 implemented like the infamous i386 svr4.0, and systems where the
8772 VM page cache was not coherent with the file system buffer cache
8773 like early versions of FreeBSD and possibly contemporary NetBSD.)
8774 For shared mappings, we should conversely verify that changes get
8775 propagated back to all the places they're supposed to be.
8777 Grep wants private fixed already mapped.
8778 The main things grep needs to know about mmap are:
8779 * does it exist and is it safe to write into the mmap'd area
8780 * how to use it (BSD variants) */
8783 #include <sys/mman.h>
8785 #if !STDC_HEADERS && !HAVE_STDLIB_H
8789 /* This mess was copied from the GNU getpagesize.h. */
8790 #if !HAVE_GETPAGESIZE
8791 /* Assume that all systems that can run configure have sys/param.h. */
8792 # if !HAVE_SYS_PARAM_H
8793 # define HAVE_SYS_PARAM_H 1
8796 # ifdef _SC_PAGESIZE
8797 # define getpagesize() sysconf(_SC_PAGESIZE)
8798 # else /* no _SC_PAGESIZE */
8799 # if HAVE_SYS_PARAM_H
8800 # include <sys/param.h>
8801 # ifdef EXEC_PAGESIZE
8802 # define getpagesize() EXEC_PAGESIZE
8803 # else /* no EXEC_PAGESIZE */
8805 # define getpagesize() NBPG * CLSIZE
8808 # endif /* no CLSIZE */
8809 # else /* no NBPG */
8811 # define getpagesize() NBPC
8812 # else /* no NBPC */
8814 # define getpagesize() PAGESIZE
8815 # endif /* PAGESIZE */
8816 # endif /* no NBPC */
8817 # endif /* no NBPG */
8818 # endif /* no EXEC_PAGESIZE */
8819 # else /* no HAVE_SYS_PARAM_H */
8820 # define getpagesize() 8192 /* punt totally */
8821 # endif /* no HAVE_SYS_PARAM_H */
8822 # endif /* no _SC_PAGESIZE */
8824 #endif /* no HAVE_GETPAGESIZE */
8829 char *data, *data2, *data3;
8833 pagesize = getpagesize ();
8835 /* First, make a file with some known garbage in it. */
8836 data = (char *) malloc (pagesize);
8839 for (i = 0; i < pagesize; ++i)
8840 *(data + i) = rand ();
8842 fd = creat ("conftest.mmap", 0600);
8845 if (write (fd, data, pagesize) != pagesize)
8849 /* Next, try to mmap the file at a fixed address which already has
8850 something else allocated at it. If we can, also make sure that
8851 we see the same garbage. */
8852 fd = open ("conftest.mmap", O_RDWR);
8855 data2 = (char *) malloc (2 * pagesize);
8858 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
8859 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
8860 MAP_PRIVATE | MAP_FIXED, fd, 0L))
8862 for (i = 0; i < pagesize; ++i)
8863 if (*(data + i) != *(data2 + i))
8866 /* Finally, make sure that changes to the mapped area do not
8867 percolate back to the file as seen by read(). (This is a bug on
8868 some variants of i386 svr4.0.) */
8869 for (i = 0; i < pagesize; ++i)
8870 *(data2 + i) = *(data2 + i) + 1;
8871 data3 = (char *) malloc (pagesize);
8874 if (read (fd, data3, pagesize) != pagesize)
8876 for (i = 0; i < pagesize; ++i)
8877 if (*(data + i) != *(data3 + i))
8883 rm -f conftest
$ac_exeext
8884 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8885 (eval $ac_link) 2>&5
8887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8888 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8893 (exit $ac_status); }; }; then
8894 ac_cv_func_mmap_fixed_mapped
=yes
8896 echo "$as_me: program exited with status $ac_status" >&5
8897 echo "$as_me: failed program was:" >&5
8898 sed 's/^/| /' conftest.
$ac_ext >&5
8901 ac_cv_func_mmap_fixed_mapped
=no
8903 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8906 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
8907 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
8908 if test $ac_cv_func_mmap_fixed_mapped = yes; then
8910 cat >>confdefs.h
<<\_ACEOF
8917 if test $use_mmap_for_buffers = yes; then
8921 LIBS
="$libsrc_libs $LIBS"
8924 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8925 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
8926 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8929 ac_check_lib_save_LIBS
=$LIBS
8931 cat >conftest.
$ac_ext <<_ACEOF
8934 cat confdefs.h
>>conftest.
$ac_ext
8935 cat >>conftest.
$ac_ext <<_ACEOF
8936 /* end confdefs.h. */
8938 /* Override any gcc2 internal prototype to avoid an error. */
8942 /* We use char because int might match the return type of a gcc2
8943 builtin and then its argument prototype would still apply. */
8953 rm -f conftest.
$ac_objext conftest
$ac_exeext
8954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8955 (eval $ac_link) 2>conftest.er1
8957 grep -v '^ *+' conftest.er1
>conftest.err
8959 cat conftest.err
>&5
8960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); } &&
8962 { ac_try
='test -z "$ac_c_werror_flag"
8963 || test ! -s conftest.err'
8964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); }; } &&
8969 { ac_try
='test -s conftest$ac_exeext'
8970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974 (exit $ac_status); }; }; then
8975 ac_cv_lib_dnet_dnet_ntoa
=yes
8977 echo "$as_me: failed program was:" >&5
8978 sed 's/^/| /' conftest.
$ac_ext >&5
8980 ac_cv_lib_dnet_dnet_ntoa
=no
8982 rm -f conftest.err conftest.
$ac_objext \
8983 conftest
$ac_exeext conftest.
$ac_ext
8984 LIBS
=$ac_check_lib_save_LIBS
8986 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8987 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
8988 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8989 cat >>confdefs.h
<<_ACEOF
8990 #define HAVE_LIBDNET 1
8998 echo "$as_me:$LINENO: checking for main in -lXbsd" >&5
8999 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
9000 if test "${ac_cv_lib_Xbsd_main+set}" = set; then
9001 echo $ECHO_N "(cached) $ECHO_C" >&6
9003 ac_check_lib_save_LIBS
=$LIBS
9005 cat >conftest.
$ac_ext <<_ACEOF
9008 cat confdefs.h
>>conftest.
$ac_ext
9009 cat >>conftest.
$ac_ext <<_ACEOF
9010 /* end confdefs.h. */
9021 rm -f conftest.
$ac_objext conftest
$ac_exeext
9022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9023 (eval $ac_link) 2>conftest.er1
9025 grep -v '^ *+' conftest.er1
>conftest.err
9027 cat conftest.err
>&5
9028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9029 (exit $ac_status); } &&
9030 { ac_try
='test -z "$ac_c_werror_flag"
9031 || test ! -s conftest.err'
9032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9036 (exit $ac_status); }; } &&
9037 { ac_try
='test -s conftest$ac_exeext'
9038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9042 (exit $ac_status); }; }; then
9043 ac_cv_lib_Xbsd_main
=yes
9045 echo "$as_me: failed program was:" >&5
9046 sed 's/^/| /' conftest.
$ac_ext >&5
9048 ac_cv_lib_Xbsd_main
=no
9050 rm -f conftest.err conftest.
$ac_objext \
9051 conftest
$ac_exeext conftest.
$ac_ext
9052 LIBS
=$ac_check_lib_save_LIBS
9054 echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
9055 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
9056 if test $ac_cv_lib_Xbsd_main = yes; then
9057 LD_SWITCH_X_SITE
="$LD_SWITCH_X_SITE -lXbsd"
9062 echo "$as_me:$LINENO: checking for cma_open in -lpthreads" >&5
9063 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
9064 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
9065 echo $ECHO_N "(cached) $ECHO_C" >&6
9067 ac_check_lib_save_LIBS
=$LIBS
9068 LIBS
="-lpthreads $LIBS"
9069 cat >conftest.
$ac_ext <<_ACEOF
9072 cat confdefs.h
>>conftest.
$ac_ext
9073 cat >>conftest.
$ac_ext <<_ACEOF
9074 /* end confdefs.h. */
9076 /* Override any gcc2 internal prototype to avoid an error. */
9080 /* We use char because int might match the return type of a gcc2
9081 builtin and then its argument prototype would still apply. */
9091 rm -f conftest.
$ac_objext conftest
$ac_exeext
9092 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9093 (eval $ac_link) 2>conftest.er1
9095 grep -v '^ *+' conftest.er1
>conftest.err
9097 cat conftest.err
>&5
9098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9099 (exit $ac_status); } &&
9100 { ac_try
='test -z "$ac_c_werror_flag"
9101 || test ! -s conftest.err'
9102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9106 (exit $ac_status); }; } &&
9107 { ac_try
='test -s conftest$ac_exeext'
9108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9112 (exit $ac_status); }; }; then
9113 ac_cv_lib_pthreads_cma_open
=yes
9115 echo "$as_me: failed program was:" >&5
9116 sed 's/^/| /' conftest.
$ac_ext >&5
9118 ac_cv_lib_pthreads_cma_open
=no
9120 rm -f conftest.err conftest.
$ac_objext \
9121 conftest
$ac_exeext conftest.
$ac_ext
9122 LIBS
=$ac_check_lib_save_LIBS
9124 echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
9125 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
9126 if test $ac_cv_lib_pthreads_cma_open = yes; then
9127 cat >>confdefs.h
<<_ACEOF
9128 #define HAVE_LIBPTHREADS 1
9131 LIBS
="-lpthreads $LIBS"
9136 echo "$as_me:$LINENO: checking for XFree86 in /usr/X386" >&5
9137 echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
9138 if test -d /usr
/X386
/include
; then
9140 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
9144 echo "$as_me:$LINENO: result: $HAVE_XFREE386" >&5
9145 echo "${ECHO_T}$HAVE_XFREE386" >&6
9150 echo "$as_me:$LINENO: checking for -bbigtoc option" >&5
9151 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6
9152 if test "${gdb_cv_bigtoc+set}" = set; then
9153 echo $ECHO_N "(cached) $ECHO_C" >&6
9157 yes) gdb_cv_bigtoc
=-Wl,-bbigtoc ;;
9158 *) gdb_cv_bigtoc
=-bbigtoc ;;
9161 LDFLAGS
=$LDFLAGS\
$gdb_cv_bigtoc
9162 cat >conftest.
$ac_ext <<_ACEOF
9165 cat confdefs.h
>>conftest.
$ac_ext
9166 cat >>conftest.
$ac_ext <<_ACEOF
9167 /* end confdefs.h. */
9177 rm -f conftest.
$ac_objext conftest
$ac_exeext
9178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9179 (eval $ac_link) 2>conftest.er1
9181 grep -v '^ *+' conftest.er1
>conftest.err
9183 cat conftest.err
>&5
9184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9185 (exit $ac_status); } &&
9186 { ac_try
='test -z "$ac_c_werror_flag"
9187 || test ! -s conftest.err'
9188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9192 (exit $ac_status); }; } &&
9193 { ac_try
='test -s conftest$ac_exeext'
9194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9198 (exit $ac_status); }; }; then
9201 echo "$as_me: failed program was:" >&5
9202 sed 's/^/| /' conftest.
$ac_ext >&5
9206 rm -f conftest.err conftest.
$ac_objext \
9207 conftest
$ac_exeext conftest.
$ac_ext
9210 echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
9211 echo "${ECHO_T}$gdb_cv_bigtoc" >&6
9215 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
9216 # used for the tests that follow. We set them back to REAL_CFLAGS and
9217 # REAL_CPPFLAGS later on.
9219 REAL_CPPFLAGS
="$CPPFLAGS"
9221 if test "${HAVE_X11}" = "yes"; then
9222 DEFS
="$C_SWITCH_X_SITE $DEFS"
9223 LDFLAGS
="$LDFLAGS $LD_SWITCH_X_SITE"
9225 CFLAGS
="$C_SWITCH_X_SITE $CFLAGS"
9226 CPPFLAGS
="$C_SWITCH_X_SITE $CPPFLAGS"
9228 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
9229 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
9230 # but it's more convenient here to set LD_RUN_PATH
9231 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
9232 if test "${x_libraries}" != NONE
&& test -n "${x_libraries}"; then
9233 LD_RUN_PATH
=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
9237 if test "${opsys}" = "gnu-linux"; then
9238 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
9239 echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
9240 cat >conftest.
$ac_ext <<_ACEOF
9243 cat confdefs.h
>>conftest.
$ac_ext
9244 cat >>conftest.
$ac_ext <<_ACEOF
9245 /* end confdefs.h. */
9250 XOpenDisplay ("foo");
9255 rm -f conftest.
$ac_objext conftest
$ac_exeext
9256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9257 (eval $ac_link) 2>conftest.er1
9259 grep -v '^ *+' conftest.er1
>conftest.err
9261 cat conftest.err
>&5
9262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9263 (exit $ac_status); } &&
9264 { ac_try
='test -z "$ac_c_werror_flag"
9265 || test ! -s conftest.err'
9266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9270 (exit $ac_status); }; } &&
9271 { ac_try
='test -s conftest$ac_exeext'
9272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); }; }; then
9277 xlinux_first_failure
=no
9279 echo "$as_me: failed program was:" >&5
9280 sed 's/^/| /' conftest.
$ac_ext >&5
9282 xlinux_first_failure
=yes
9284 rm -f conftest.err conftest.
$ac_objext \
9285 conftest
$ac_exeext conftest.
$ac_ext
9286 if test "${xlinux_first_failure}" = "yes"; then
9287 OLD_LD_SWITCH_X_SITE
="$LD_SWITCH_X_SITE"
9288 OLD_C_SWITCH_X_SITE
="$C_SWITCH_X_SITE"
9289 OLD_CPPFLAGS
="$CPPFLAGS"
9291 LD_SWITCH_X_SITE
="$LD_SWITCH_X_SITE -b i486-linuxaout"
9292 C_SWITCH_X_SITE
="$C_SWITCH_X_SITE -b i486-linuxaout"
9293 CPPFLAGS
="$CPPFLAGS -b i486-linuxaout"
9294 LIBS
="$LIBS -b i486-linuxaout"
9295 cat >conftest.
$ac_ext <<_ACEOF
9298 cat confdefs.h
>>conftest.
$ac_ext
9299 cat >>conftest.
$ac_ext <<_ACEOF
9300 /* end confdefs.h. */
9305 XOpenDisplay ("foo");
9310 rm -f conftest.
$ac_objext conftest
$ac_exeext
9311 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9312 (eval $ac_link) 2>conftest.er1
9314 grep -v '^ *+' conftest.er1
>conftest.err
9316 cat conftest.err
>&5
9317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9318 (exit $ac_status); } &&
9319 { ac_try
='test -z "$ac_c_werror_flag"
9320 || test ! -s conftest.err'
9321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9325 (exit $ac_status); }; } &&
9326 { ac_try
='test -s conftest$ac_exeext'
9327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9331 (exit $ac_status); }; }; then
9332 xlinux_second_failure
=no
9334 echo "$as_me: failed program was:" >&5
9335 sed 's/^/| /' conftest.
$ac_ext >&5
9337 xlinux_second_failure
=yes
9339 rm -f conftest.err conftest.
$ac_objext \
9340 conftest
$ac_exeext conftest.
$ac_ext
9341 if test "${xlinux_second_failure}" = "yes"; then
9342 # If we get the same failure with -b, there is no use adding -b.
9343 # So take it out. This plays safe.
9344 LD_SWITCH_X_SITE
="$OLD_LD_SWITCH_X_SITE"
9345 C_SWITCH_X_SITE
="$OLD_C_SWITCH_X_SITE"
9346 CPPFLAGS
="$OLD_CPPFLAGS"
9348 echo "$as_me:$LINENO: result: no" >&5
9349 echo "${ECHO_T}no" >&6
9351 echo "$as_me:$LINENO: result: yes" >&5
9352 echo "${ECHO_T}yes" >&6
9355 echo "$as_me:$LINENO: result: no" >&5
9356 echo "${ECHO_T}no" >&6
9360 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
9361 # header files included from there.
9362 echo "$as_me:$LINENO: checking for Xkb" >&5
9363 echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
9364 cat >conftest.
$ac_ext <<_ACEOF
9367 cat confdefs.h
>>conftest.
$ac_ext
9368 cat >>conftest.
$ac_ext <<_ACEOF
9369 /* end confdefs.h. */
9370 #include <X11/Xlib.h>
9371 #include <X11/XKBlib.h>
9375 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
9380 rm -f conftest.
$ac_objext conftest
$ac_exeext
9381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9382 (eval $ac_link) 2>conftest.er1
9384 grep -v '^ *+' conftest.er1
>conftest.err
9386 cat conftest.err
>&5
9387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9388 (exit $ac_status); } &&
9389 { ac_try
='test -z "$ac_c_werror_flag"
9390 || test ! -s conftest.err'
9391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9395 (exit $ac_status); }; } &&
9396 { ac_try
='test -s conftest$ac_exeext'
9397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9401 (exit $ac_status); }; }; then
9404 echo "$as_me: failed program was:" >&5
9405 sed 's/^/| /' conftest.
$ac_ext >&5
9409 rm -f conftest.err conftest.
$ac_objext \
9410 conftest
$ac_exeext conftest.
$ac_ext
9411 echo "$as_me:$LINENO: result: $emacs_xkb" >&5
9412 echo "${ECHO_T}$emacs_xkb" >&6
9413 if test $emacs_xkb = yes; then
9415 cat >>confdefs.h
<<\_ACEOF
9416 #define HAVE_XKBGETKEYBOARD 1
9425 for ac_func
in XrmSetDatabase XScreenResourceString \
9426 XScreenNumberOfScreen XSetWMProtocols
9428 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9429 echo "$as_me:$LINENO: checking for $ac_func" >&5
9430 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9431 if eval "test \"\${$as_ac_var+set}\" = set"; then
9432 echo $ECHO_N "(cached) $ECHO_C" >&6
9434 cat >conftest.
$ac_ext <<_ACEOF
9437 cat confdefs.h
>>conftest.
$ac_ext
9438 cat >>conftest.
$ac_ext <<_ACEOF
9439 /* end confdefs.h. */
9440 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9441 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9442 #define $ac_func innocuous_$ac_func
9444 /* System header to define __stub macros and hopefully few prototypes,
9445 which can conflict with char $ac_func (); below.
9446 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9447 <limits.h> exists even on freestanding compilers. */
9450 # include <limits.h>
9452 # include <assert.h>
9457 /* Override any gcc2 internal prototype to avoid an error. */
9462 /* We use char because int might match the return type of a gcc2
9463 builtin and then its argument prototype would still apply. */
9465 /* The GNU C library defines this for functions which it implements
9466 to always fail with ENOSYS. Some functions are actually named
9467 something starting with __ and the normal name is an alias. */
9468 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9471 char (*f) () = $ac_func;
9480 return f != $ac_func;
9485 rm -f conftest.
$ac_objext conftest
$ac_exeext
9486 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9487 (eval $ac_link) 2>conftest.er1
9489 grep -v '^ *+' conftest.er1
>conftest.err
9491 cat conftest.err
>&5
9492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9493 (exit $ac_status); } &&
9494 { ac_try
='test -z "$ac_c_werror_flag"
9495 || test ! -s conftest.err'
9496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9500 (exit $ac_status); }; } &&
9501 { ac_try
='test -s conftest$ac_exeext'
9502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9506 (exit $ac_status); }; }; then
9507 eval "$as_ac_var=yes"
9509 echo "$as_me: failed program was:" >&5
9510 sed 's/^/| /' conftest.
$ac_ext >&5
9512 eval "$as_ac_var=no"
9514 rm -f conftest.err conftest.
$ac_objext \
9515 conftest
$ac_exeext conftest.
$ac_ext
9517 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9518 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9519 if test `eval echo '${'$as_ac_var'}'` = yes; then
9520 cat >>confdefs.h
<<_ACEOF
9521 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9529 if test "${window_system}" = "x11"; then
9530 echo "$as_me:$LINENO: checking X11 version 6" >&5
9531 echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
9532 if test "${emacs_cv_x11_version_6+set}" = set; then
9533 echo $ECHO_N "(cached) $ECHO_C" >&6
9535 cat >conftest.
$ac_ext <<_ACEOF
9538 cat confdefs.h
>>conftest.
$ac_ext
9539 cat >>conftest.
$ac_ext <<_ACEOF
9540 /* end confdefs.h. */
9541 #include <X11/Xlib.h>
9545 #if XlibSpecificationRelease < 6
9553 rm -f conftest.
$ac_objext conftest
$ac_exeext
9554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9555 (eval $ac_link) 2>conftest.er1
9557 grep -v '^ *+' conftest.er1
>conftest.err
9559 cat conftest.err
>&5
9560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9561 (exit $ac_status); } &&
9562 { ac_try
='test -z "$ac_c_werror_flag"
9563 || test ! -s conftest.err'
9564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568 (exit $ac_status); }; } &&
9569 { ac_try
='test -s conftest$ac_exeext'
9570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9574 (exit $ac_status); }; }; then
9575 emacs_cv_x11_version_6
=yes
9577 echo "$as_me: failed program was:" >&5
9578 sed 's/^/| /' conftest.
$ac_ext >&5
9580 emacs_cv_x11_version_6
=no
9582 rm -f conftest.err conftest.
$ac_objext \
9583 conftest
$ac_exeext conftest.
$ac_ext
9586 if test $emacs_cv_x11_version_6 = yes; then
9587 echo "$as_me:$LINENO: result: 6 or newer" >&5
9588 echo "${ECHO_T}6 or newer" >&6
9590 cat >>confdefs.h
<<\_ACEOF
9591 #define HAVE_X11R6 1
9595 echo "$as_me:$LINENO: result: before 6" >&5
9596 echo "${ECHO_T}before 6" >&6
9600 if test "${window_system}" = "x11"; then
9601 echo "$as_me:$LINENO: checking X11 version 5" >&5
9602 echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
9603 if test "${emacs_cv_x11_version_5+set}" = set; then
9604 echo $ECHO_N "(cached) $ECHO_C" >&6
9606 cat >conftest.
$ac_ext <<_ACEOF
9609 cat confdefs.h
>>conftest.
$ac_ext
9610 cat >>conftest.
$ac_ext <<_ACEOF
9611 /* end confdefs.h. */
9612 #include <X11/Xlib.h>
9616 #if XlibSpecificationRelease < 5
9624 rm -f conftest.
$ac_objext conftest
$ac_exeext
9625 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9626 (eval $ac_link) 2>conftest.er1
9628 grep -v '^ *+' conftest.er1
>conftest.err
9630 cat conftest.err
>&5
9631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9632 (exit $ac_status); } &&
9633 { ac_try
='test -z "$ac_c_werror_flag"
9634 || test ! -s conftest.err'
9635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9639 (exit $ac_status); }; } &&
9640 { ac_try
='test -s conftest$ac_exeext'
9641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9645 (exit $ac_status); }; }; then
9646 emacs_cv_x11_version_5
=yes
9648 echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.
$ac_ext >&5
9651 emacs_cv_x11_version_5
=no
9653 rm -f conftest.err conftest.
$ac_objext \
9654 conftest
$ac_exeext conftest.
$ac_ext
9657 if test $emacs_cv_x11_version_5 = yes; then
9658 echo "$as_me:$LINENO: result: 5 or newer" >&5
9659 echo "${ECHO_T}5 or newer" >&6
9662 cat >>confdefs.h
<<\_ACEOF
9663 #define HAVE_X11R5 1
9668 echo "$as_me:$LINENO: result: before 5" >&5
9669 echo "${ECHO_T}before 5" >&6
9676 if test "${with_gtk}" = "yes" ||
test "$USE_X_TOOLKIT" = "gtk"; then
9677 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
9678 { { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5
9679 echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;}
9680 { (exit 1); exit 1; }; };
9684 GTK_MODULES
="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
9686 if test "X${with_pkg_config_prog}" != X
; then
9687 PKG_CONFIG
="${with_pkg_config_prog}"
9692 if test -z "$PKG_CONFIG"; then
9693 # Extract the first word of "pkg-config", so it can be a program name with args.
9694 set dummy pkg-config
; ac_word
=$2
9695 echo "$as_me:$LINENO: checking for $ac_word" >&5
9696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9697 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
9698 echo $ECHO_N "(cached) $ECHO_C" >&6
9702 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
9705 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9709 test -z "$as_dir" && as_dir
=.
9710 for ac_exec_ext
in '' $ac_executable_extensions; do
9711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9712 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
9713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9719 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
9723 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
9725 if test -n "$PKG_CONFIG"; then
9726 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
9727 echo "${ECHO_T}$PKG_CONFIG" >&6
9729 echo "$as_me:$LINENO: result: no" >&5
9730 echo "${ECHO_T}no" >&6
9735 if test "$PKG_CONFIG" = "no" ; then
9736 echo "*** The pkg-config script could not be found. Make sure it is"
9737 echo "*** in your path, or give the full path to pkg-config with"
9738 echo "*** the PKG_CONFIG environment variable or --with-pkg-config-prog."
9739 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
9741 PKG_CONFIG_MIN_VERSION
=0.9.0
9742 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9743 echo "$as_me:$LINENO: checking for $GTK_MODULES" >&5
9744 echo $ECHO_N "checking for $GTK_MODULES... $ECHO_C" >&6
9746 if $PKG_CONFIG --exists "$GTK_MODULES" ; then
9747 echo "$as_me:$LINENO: result: yes" >&5
9748 echo "${ECHO_T}yes" >&6
9751 echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
9752 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
9753 GTK_CFLAGS
=`$PKG_CONFIG --cflags "$GTK_MODULES"`
9754 echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
9755 echo "${ECHO_T}$GTK_CFLAGS" >&6
9757 echo "$as_me:$LINENO: checking GTK_LIBS" >&5
9758 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
9759 GTK_LIBS
=`$PKG_CONFIG --libs "$GTK_MODULES"`
9760 echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
9761 echo "${ECHO_T}$GTK_LIBS" >&6
9765 ## If we have a custom action on failure, don't print errors, but
9766 ## do set a variable so people can do so.
9767 GTK_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
9768 echo $GTK_PKG_ERRORS
9774 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
9775 echo "*** See http://www.freedesktop.org/software/pkgconfig"
9779 if test $succeeded = yes; then
9782 { { echo "$as_me:$LINENO: error: Library requirements ($GTK_MODULES) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
9783 echo "$as_me: error: Library requirements ($GTK_MODULES) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
9784 { (exit 1); exit 1; }; }
9789 C_SWITCH_X_SITE
="$C_SWITCH_X_SITE $GTK_CFLAGS"
9790 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9791 LIBS
="$GTK_LIBS $LIBS"
9794 cat >>confdefs.h
<<\_ACEOF
9800 with_toolkit_scroll_bars
=yes
9802 HAVE_GTK_MULTIDISPLAY
=no
9804 for ac_func
in gdk_display_open
9806 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9807 echo "$as_me:$LINENO: checking for $ac_func" >&5
9808 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9809 if eval "test \"\${$as_ac_var+set}\" = set"; then
9810 echo $ECHO_N "(cached) $ECHO_C" >&6
9812 cat >conftest.
$ac_ext <<_ACEOF
9815 cat confdefs.h
>>conftest.
$ac_ext
9816 cat >>conftest.
$ac_ext <<_ACEOF
9817 /* end confdefs.h. */
9818 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9819 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9820 #define $ac_func innocuous_$ac_func
9822 /* System header to define __stub macros and hopefully few prototypes,
9823 which can conflict with char $ac_func (); below.
9824 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9825 <limits.h> exists even on freestanding compilers. */
9828 # include <limits.h>
9830 # include <assert.h>
9835 /* Override any gcc2 internal prototype to avoid an error. */
9840 /* We use char because int might match the return type of a gcc2
9841 builtin and then its argument prototype would still apply. */
9843 /* The GNU C library defines this for functions which it implements
9844 to always fail with ENOSYS. Some functions are actually named
9845 something starting with __ and the normal name is an alias. */
9846 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9849 char (*f) () = $ac_func;
9858 return f != $ac_func;
9863 rm -f conftest.
$ac_objext conftest
$ac_exeext
9864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9865 (eval $ac_link) 2>conftest.er1
9867 grep -v '^ *+' conftest.er1
>conftest.err
9869 cat conftest.err
>&5
9870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9871 (exit $ac_status); } &&
9872 { ac_try
='test -z "$ac_c_werror_flag"
9873 || test ! -s conftest.err'
9874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9878 (exit $ac_status); }; } &&
9879 { ac_try
='test -s conftest$ac_exeext'
9880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9884 (exit $ac_status); }; }; then
9885 eval "$as_ac_var=yes"
9887 echo "$as_me: failed program was:" >&5
9888 sed 's/^/| /' conftest.
$ac_ext >&5
9890 eval "$as_ac_var=no"
9892 rm -f conftest.err conftest.
$ac_objext \
9893 conftest
$ac_exeext conftest.
$ac_ext
9895 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9896 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9897 if test `eval echo '${'$as_ac_var'}'` = yes; then
9898 cat >>confdefs.h
<<_ACEOF
9899 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9901 HAVE_GTK_MULTIDISPLAY
=yes
9905 if test "${HAVE_GTK_MULTIDISPLAY}" = "yes"; then
9907 cat >>confdefs.h
<<\_ACEOF
9908 #define HAVE_GTK_MULTIDISPLAY 1
9914 if test x
"${USE_X_TOOLKIT}" = xmaybe
; then
9915 if test x
"${HAVE_X11R5}" = xyes
; then
9916 echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5
9917 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
9918 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
9919 echo $ECHO_N "(cached) $ECHO_C" >&6
9921 cat >conftest.
$ac_ext <<_ACEOF
9924 cat confdefs.h
>>conftest.
$ac_ext
9925 cat >>conftest.
$ac_ext <<_ACEOF
9926 /* end confdefs.h. */
9928 #include <X11/Intrinsic.h>
9929 #include <X11/Xaw/Simple.h>
9938 rm -f conftest.
$ac_objext conftest
$ac_exeext
9939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9940 (eval $ac_link) 2>conftest.er1
9942 grep -v '^ *+' conftest.er1
>conftest.err
9944 cat conftest.err
>&5
9945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9946 (exit $ac_status); } &&
9947 { ac_try
='test -z "$ac_c_werror_flag"
9948 || test ! -s conftest.err'
9949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9953 (exit $ac_status); }; } &&
9954 { ac_try
='test -s conftest$ac_exeext'
9955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959 (exit $ac_status); }; }; then
9960 emacs_cv_x11_version_5_with_xaw
=yes
9962 echo "$as_me: failed program was:" >&5
9963 sed 's/^/| /' conftest.
$ac_ext >&5
9965 emacs_cv_x11_version_5_with_xaw
=no
9967 rm -f conftest.err conftest.
$ac_objext \
9968 conftest
$ac_exeext conftest.
$ac_ext
9971 if test $emacs_cv_x11_version_5_with_xaw = yes; then
9972 echo "$as_me:$LINENO: result: 5 or newer, with Xaw; use toolkit by default" >&5
9973 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
9976 echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5
9977 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
9985 X_TOOLKIT_TYPE
=$USE_X_TOOLKIT
9987 if test "${USE_X_TOOLKIT}" != "none"; then
9988 echo "$as_me:$LINENO: checking X11 toolkit version" >&5
9989 echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
9990 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
9991 echo $ECHO_N "(cached) $ECHO_C" >&6
9993 cat >conftest.
$ac_ext <<_ACEOF
9996 cat confdefs.h
>>conftest.
$ac_ext
9997 cat >>conftest.
$ac_ext <<_ACEOF
9998 /* end confdefs.h. */
9999 #include <X11/Intrinsic.h>
10003 #if XtSpecificationRelease < 6
10011 rm -f conftest.
$ac_objext conftest
$ac_exeext
10012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10013 (eval $ac_link) 2>conftest.er1
10015 grep -v '^ *+' conftest.er1
>conftest.err
10017 cat conftest.err
>&5
10018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10019 (exit $ac_status); } &&
10020 { ac_try
='test -z "$ac_c_werror_flag"
10021 || test ! -s conftest.err'
10022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10023 (eval $ac_try) 2>&5
10025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10026 (exit $ac_status); }; } &&
10027 { ac_try
='test -s conftest$ac_exeext'
10028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10029 (eval $ac_try) 2>&5
10031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10032 (exit $ac_status); }; }; then
10033 emacs_cv_x11_toolkit_version_6
=yes
10035 echo "$as_me: failed program was:" >&5
10036 sed 's/^/| /' conftest.
$ac_ext >&5
10038 emacs_cv_x11_toolkit_version_6
=no
10040 rm -f conftest.err conftest.
$ac_objext \
10041 conftest
$ac_exeext conftest.
$ac_ext
10044 HAVE_X11XTR6
=$emacs_cv_x11_toolkit_version_6
10045 if test $emacs_cv_x11_toolkit_version_6 = yes; then
10046 echo "$as_me:$LINENO: result: 6 or newer" >&5
10047 echo "${ECHO_T}6 or newer" >&6
10049 cat >>confdefs.h
<<\_ACEOF
10050 #define HAVE_X11XTR6 1
10054 echo "$as_me:$LINENO: result: before 6" >&5
10055 echo "${ECHO_T}before 6" >&6
10059 if test x
$HAVE_X11XTR6 = xyes
; then
10060 LIBS
="-lXt -lSM -lICE $LIBS"
10065 echo "$as_me:$LINENO: checking for XmuConvertStandardSelection in -lXmu" >&5
10066 echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
10067 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
10068 echo $ECHO_N "(cached) $ECHO_C" >&6
10070 ac_check_lib_save_LIBS
=$LIBS
10072 cat >conftest.
$ac_ext <<_ACEOF
10075 cat confdefs.h
>>conftest.
$ac_ext
10076 cat >>conftest.
$ac_ext <<_ACEOF
10077 /* end confdefs.h. */
10079 /* Override any gcc2 internal prototype to avoid an error. */
10083 /* We use char because int might match the return type of a gcc2
10084 builtin and then its argument prototype would still apply. */
10085 char XmuConvertStandardSelection ();
10089 XmuConvertStandardSelection ();
10094 rm -f conftest.
$ac_objext conftest
$ac_exeext
10095 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10096 (eval $ac_link) 2>conftest.er1
10098 grep -v '^ *+' conftest.er1
>conftest.err
10100 cat conftest.err
>&5
10101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10102 (exit $ac_status); } &&
10103 { ac_try
='test -z "$ac_c_werror_flag"
10104 || test ! -s conftest.err'
10105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10106 (eval $ac_try) 2>&5
10108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10109 (exit $ac_status); }; } &&
10110 { ac_try
='test -s conftest$ac_exeext'
10111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10112 (eval $ac_try) 2>&5
10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10115 (exit $ac_status); }; }; then
10116 ac_cv_lib_Xmu_XmuConvertStandardSelection
=yes
10118 echo "$as_me: failed program was:" >&5
10119 sed 's/^/| /' conftest.
$ac_ext >&5
10121 ac_cv_lib_Xmu_XmuConvertStandardSelection
=no
10123 rm -f conftest.err conftest.
$ac_objext \
10124 conftest
$ac_exeext conftest.
$ac_ext
10125 LIBS
=$ac_check_lib_save_LIBS
10127 echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
10128 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
10129 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
10130 cat >>confdefs.h
<<_ACEOF
10131 #define HAVE_LIBXMU 1
10138 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no
&& LIBS
="$OLDLIBS"
10141 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
10142 if test "${HAVE_X11}" = "yes"; then
10143 if test "${USE_X_TOOLKIT}" != "none"; then
10145 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10146 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
10147 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10148 echo $ECHO_N "(cached) $ECHO_C" >&6
10150 ac_check_lib_save_LIBS
=$LIBS
10151 LIBS
="-lXext $LIBS"
10152 cat >conftest.
$ac_ext <<_ACEOF
10155 cat confdefs.h
>>conftest.
$ac_ext
10156 cat >>conftest.
$ac_ext <<_ACEOF
10157 /* end confdefs.h. */
10159 /* Override any gcc2 internal prototype to avoid an error. */
10163 /* We use char because int might match the return type of a gcc2
10164 builtin and then its argument prototype would still apply. */
10165 char XShapeQueryExtension ();
10169 XShapeQueryExtension ();
10174 rm -f conftest.
$ac_objext conftest
$ac_exeext
10175 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10176 (eval $ac_link) 2>conftest.er1
10178 grep -v '^ *+' conftest.er1
>conftest.err
10180 cat conftest.err
>&5
10181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10182 (exit $ac_status); } &&
10183 { ac_try
='test -z "$ac_c_werror_flag"
10184 || test ! -s conftest.err'
10185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10186 (eval $ac_try) 2>&5
10188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10189 (exit $ac_status); }; } &&
10190 { ac_try
='test -s conftest$ac_exeext'
10191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10192 (eval $ac_try) 2>&5
10194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10195 (exit $ac_status); }; }; then
10196 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10198 echo "$as_me: failed program was:" >&5
10199 sed 's/^/| /' conftest.
$ac_ext >&5
10201 ac_cv_lib_Xext_XShapeQueryExtension
=no
10203 rm -f conftest.err conftest.
$ac_objext \
10204 conftest
$ac_exeext conftest.
$ac_ext
10205 LIBS
=$ac_check_lib_save_LIBS
10207 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10208 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
10209 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10210 cat >>confdefs.h
<<_ACEOF
10211 #define HAVE_LIBXEXT 1
10214 LIBS
="-lXext $LIBS"
10221 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
10222 echo "$as_me:$LINENO: checking for LessTif where some systems put it" >&5
10223 echo $ECHO_N "checking for LessTif where some systems put it... $ECHO_C" >&6
10224 if test "${emacs_cv_lesstif+set}" = set; then
10225 echo $ECHO_N "(cached) $ECHO_C" >&6
10227 # We put this in CFLAGS temporarily to precede other -I options
10228 # that might be in CFLAGS temporarily.
10229 # We put this in CPPFLAGS where it precedes the other -I options.
10230 OLD_CPPFLAGS
=$CPPFLAGS
10232 CPPFLAGS
="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
10233 CFLAGS
="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
10234 cat >conftest.
$ac_ext <<_ACEOF
10237 cat confdefs.h
>>conftest.
$ac_ext
10238 cat >>conftest.
$ac_ext <<_ACEOF
10239 /* end confdefs.h. */
10240 #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
10249 rm -f conftest.
$ac_objext
10250 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10251 (eval $ac_compile) 2>conftest.er1
10253 grep -v '^ *+' conftest.er1
>conftest.err
10255 cat conftest.err
>&5
10256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10257 (exit $ac_status); } &&
10258 { ac_try
='test -z "$ac_c_werror_flag"
10259 || test ! -s conftest.err'
10260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10261 (eval $ac_try) 2>&5
10263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10264 (exit $ac_status); }; } &&
10265 { ac_try
='test -s conftest.$ac_objext'
10266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10267 (eval $ac_try) 2>&5
10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10270 (exit $ac_status); }; }; then
10271 emacs_cv_lesstif
=yes
10273 echo "$as_me: failed program was:" >&5
10274 sed 's/^/| /' conftest.
$ac_ext >&5
10276 emacs_cv_lesstif
=no
10278 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10280 echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
10281 echo "${ECHO_T}$emacs_cv_lesstif" >&6
10282 if test $emacs_cv_lesstif = yes; then
10283 # Make sure this -I option remains in CPPFLAGS after it is set
10284 # back to REAL_CPPFLAGS.
10285 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
10286 # have those other -I options anyway. Ultimately, having this
10287 # directory ultimately in CPPFLAGS will be enough.
10288 REAL_CPPFLAGS
="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
10289 LDFLAGS
="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
10292 CPPFLAGS
=$OLD_CPPFLAGS
10294 echo "$as_me:$LINENO: checking for Motif version 2.1" >&5
10295 echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
10296 if test "${emacs_cv_motif_version_2_1+set}" = set; then
10297 echo $ECHO_N "(cached) $ECHO_C" >&6
10299 cat >conftest.
$ac_ext <<_ACEOF
10302 cat confdefs.h
>>conftest.
$ac_ext
10303 cat >>conftest.
$ac_ext <<_ACEOF
10304 /* end confdefs.h. */
10309 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
10312 Motif version prior to 2.1.
10318 rm -f conftest.
$ac_objext
10319 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10320 (eval $ac_compile) 2>conftest.er1
10322 grep -v '^ *+' conftest.er1
>conftest.err
10324 cat conftest.err
>&5
10325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10326 (exit $ac_status); } &&
10327 { ac_try
='test -z "$ac_c_werror_flag"
10328 || test ! -s conftest.err'
10329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10330 (eval $ac_try) 2>&5
10332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10333 (exit $ac_status); }; } &&
10334 { ac_try
='test -s conftest.$ac_objext'
10335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10336 (eval $ac_try) 2>&5
10338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10339 (exit $ac_status); }; }; then
10340 emacs_cv_motif_version_2_1
=yes
10342 echo "$as_me: failed program was:" >&5
10343 sed 's/^/| /' conftest.
$ac_ext >&5
10345 emacs_cv_motif_version_2_1
=no
10347 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10349 echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
10350 echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
10351 HAVE_MOTIF_2_1
=$emacs_cv_motif_version_2_1
10352 if test $emacs_cv_motif_version_2_1 = yes; then
10355 cat >>confdefs.h
<<\_ACEOF
10356 #define HAVE_MOTIF_2_1 1
10359 echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5
10360 echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
10361 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
10362 echo $ECHO_N "(cached) $ECHO_C" >&6
10364 ac_check_lib_save_LIBS
=$LIBS
10366 cat >conftest.
$ac_ext <<_ACEOF
10369 cat confdefs.h
>>conftest.
$ac_ext
10370 cat >>conftest.
$ac_ext <<_ACEOF
10371 /* end confdefs.h. */
10373 /* Override any gcc2 internal prototype to avoid an error. */
10377 /* We use char because int might match the return type of a gcc2
10378 builtin and then its argument prototype would still apply. */
10379 char XpCreateContext ();
10383 XpCreateContext ();
10388 rm -f conftest.
$ac_objext conftest
$ac_exeext
10389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10390 (eval $ac_link) 2>conftest.er1
10392 grep -v '^ *+' conftest.er1
>conftest.err
10394 cat conftest.err
>&5
10395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10396 (exit $ac_status); } &&
10397 { ac_try
='test -z "$ac_c_werror_flag"
10398 || test ! -s conftest.err'
10399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10400 (eval $ac_try) 2>&5
10402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10403 (exit $ac_status); }; } &&
10404 { ac_try
='test -s conftest$ac_exeext'
10405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10406 (eval $ac_try) 2>&5
10408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10409 (exit $ac_status); }; }; then
10410 ac_cv_lib_Xp_XpCreateContext
=yes
10412 echo "$as_me: failed program was:" >&5
10413 sed 's/^/| /' conftest.
$ac_ext >&5
10415 ac_cv_lib_Xp_XpCreateContext
=no
10417 rm -f conftest.err conftest.
$ac_objext \
10418 conftest
$ac_exeext conftest.
$ac_ext
10419 LIBS
=$ac_check_lib_save_LIBS
10421 echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
10422 echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
10423 if test $ac_cv_lib_Xp_XpCreateContext = yes; then
10427 if test ${HAVE_LIBXP} = yes; then
10429 cat >>confdefs.h
<<\_ACEOF
10430 #define HAVE_LIBXP 1
10437 ### Is -lXaw3d available?
10439 if test "${HAVE_X11}" = "yes"; then
10440 if test "${USE_X_TOOLKIT}" != "none"; then
10441 echo "$as_me:$LINENO: checking for X11/Xaw3d/Scrollbar.h" >&5
10442 echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
10443 if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
10444 echo $ECHO_N "(cached) $ECHO_C" >&6
10446 cat >conftest.
$ac_ext <<_ACEOF
10449 cat confdefs.h
>>conftest.
$ac_ext
10450 cat >>conftest.
$ac_ext <<_ACEOF
10451 /* end confdefs.h. */
10452 #include <X11/Xaw3d/Scrollbar.h>
10454 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10455 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10457 grep -v '^ *+' conftest.er1
>conftest.err
10459 cat conftest.err
>&5
10460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10461 (exit $ac_status); } >/dev
/null
; then
10462 if test -s conftest.err
; then
10463 ac_cpp_err
=$ac_c_preproc_warn_flag
10464 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
10471 if test -z "$ac_cpp_err"; then
10472 ac_cv_header_X11_Xaw3d_Scrollbar_h
=yes
10474 echo "$as_me: failed program was:" >&5
10475 sed 's/^/| /' conftest.
$ac_ext >&5
10477 ac_cv_header_X11_Xaw3d_Scrollbar_h
=no
10479 rm -f conftest.err conftest.
$ac_ext
10481 echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
10482 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
10483 if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
10484 echo "$as_me:$LINENO: checking for XawScrollbarSetThumb in -lXaw3d" >&5
10485 echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
10486 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
10487 echo $ECHO_N "(cached) $ECHO_C" >&6
10489 ac_check_lib_save_LIBS
=$LIBS
10490 LIBS
="-lXaw3d $LIBS"
10491 cat >conftest.
$ac_ext <<_ACEOF
10494 cat confdefs.h
>>conftest.
$ac_ext
10495 cat >>conftest.
$ac_ext <<_ACEOF
10496 /* end confdefs.h. */
10498 /* Override any gcc2 internal prototype to avoid an error. */
10502 /* We use char because int might match the return type of a gcc2
10503 builtin and then its argument prototype would still apply. */
10504 char XawScrollbarSetThumb ();
10508 XawScrollbarSetThumb ();
10513 rm -f conftest.
$ac_objext conftest
$ac_exeext
10514 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10515 (eval $ac_link) 2>conftest.er1
10517 grep -v '^ *+' conftest.er1
>conftest.err
10519 cat conftest.err
>&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } &&
10522 { ac_try
='test -z "$ac_c_werror_flag"
10523 || test ! -s conftest.err'
10524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10525 (eval $ac_try) 2>&5
10527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10528 (exit $ac_status); }; } &&
10529 { ac_try
='test -s conftest$ac_exeext'
10530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10531 (eval $ac_try) 2>&5
10533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10534 (exit $ac_status); }; }; then
10535 ac_cv_lib_Xaw3d_XawScrollbarSetThumb
=yes
10537 echo "$as_me: failed program was:" >&5
10538 sed 's/^/| /' conftest.
$ac_ext >&5
10540 ac_cv_lib_Xaw3d_XawScrollbarSetThumb
=no
10542 rm -f conftest.err conftest.
$ac_objext \
10543 conftest
$ac_exeext conftest.
$ac_ext
10544 LIBS
=$ac_check_lib_save_LIBS
10546 echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
10547 echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
10548 if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
10555 if test "${HAVE_XAW3D}" = "yes"; then
10557 cat >>confdefs.h
<<\_ACEOF
10558 #define HAVE_XAW3D 1
10567 USE_TOOLKIT_SCROLL_BARS
=no
10568 if test "${with_toolkit_scroll_bars}" != "no"; then
10569 if test "${USE_X_TOOLKIT}" != "none"; then
10570 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
10571 cat >>confdefs.h
<<\_ACEOF
10572 #define USE_TOOLKIT_SCROLL_BARS 1
10576 USE_TOOLKIT_SCROLL_BARS
=yes
10577 elif test "${HAVE_XAW3D}" = "yes"; then
10578 cat >>confdefs.h
<<\_ACEOF
10579 #define USE_TOOLKIT_SCROLL_BARS 1
10582 USE_TOOLKIT_SCROLL_BARS
=yes
10584 elif test "${HAVE_GTK}" = "yes"; then
10585 cat >>confdefs.h
<<\_ACEOF
10586 #define USE_TOOLKIT_SCROLL_BARS 1
10589 USE_TOOLKIT_SCROLL_BARS
=yes
10593 cat >conftest.
$ac_ext <<_ACEOF
10596 cat confdefs.h
>>conftest.
$ac_ext
10597 cat >>conftest.
$ac_ext <<_ACEOF
10598 /* end confdefs.h. */
10600 #include <X11/Xlib.h>
10601 #include <X11/Xresource.h>
10610 rm -f conftest.
$ac_objext
10611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10612 (eval $ac_compile) 2>conftest.er1
10614 grep -v '^ *+' conftest.er1
>conftest.err
10616 cat conftest.err
>&5
10617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10618 (exit $ac_status); } &&
10619 { ac_try
='test -z "$ac_c_werror_flag"
10620 || test ! -s conftest.err'
10621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10622 (eval $ac_try) 2>&5
10624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10625 (exit $ac_status); }; } &&
10626 { ac_try
='test -s conftest.$ac_objext'
10627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10628 (eval $ac_try) 2>&5
10630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10631 (exit $ac_status); }; }; then
10634 cat >>confdefs.h
<<\_ACEOF
10639 echo "$as_me: failed program was:" >&5
10640 sed 's/^/| /' conftest.
$ac_ext >&5
10644 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10647 if test "${with_xim}" != "no"; then
10649 cat >>confdefs.h
<<\_ACEOF
10656 if test "${HAVE_XIM}" != "no"; then
10657 late_CFLAGS
=$CFLAGS
10658 if test "$GCC" = yes; then
10659 CFLAGS
="$CFLAGS --pedantic-errors"
10661 cat >conftest.
$ac_ext <<_ACEOF
10664 cat confdefs.h
>>conftest.
$ac_ext
10665 cat >>conftest.
$ac_ext <<_ACEOF
10666 /* end confdefs.h. */
10668 #include <X11/Xlib.h>
10669 #include <X11/Xresource.h>
10678 XPointer *client_data;
10680 /* If we're not using GCC, it's probably not XFree86, and this is
10681 probably right, but we can't use something like --pedantic-errors. */
10682 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
10683 char*, XIMProc, XPointer*);
10685 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
10691 rm -f conftest.
$ac_objext
10692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10693 (eval $ac_compile) 2>conftest.er1
10695 grep -v '^ *+' conftest.er1
>conftest.err
10697 cat conftest.err
>&5
10698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10699 (exit $ac_status); } &&
10700 { ac_try
='test -z "$ac_c_werror_flag"
10701 || test ! -s conftest.err'
10702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10703 (eval $ac_try) 2>&5
10705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10706 (exit $ac_status); }; } &&
10707 { ac_try
='test -s conftest.$ac_objext'
10708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10709 (eval $ac_try) 2>&5
10711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10712 (exit $ac_status); }; }; then
10713 emacs_cv_arg6_star
=yes
10715 echo "$as_me: failed program was:" >&5
10716 sed 's/^/| /' conftest.
$ac_ext >&5
10719 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10721 if test "$emacs_cv_arg6_star" = yes; then
10722 cat >>confdefs.h
<<\_ACEOF
10723 #define XRegisterIMInstantiateCallback_arg6 XPointer*
10727 cat >>confdefs.h
<<\_ACEOF
10728 #define XRegisterIMInstantiateCallback_arg6 XPointer
10732 CFLAGS
=$late_CFLAGS
10735 ### Use -lXpm if available, unless `--with-xpm=no'.
10737 if test "${HAVE_X11}" = "yes"; then
10738 if test "${with_xpm}" != "no"; then
10739 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
10740 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
10741 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
10742 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
10743 echo $ECHO_N "(cached) $ECHO_C" >&6
10745 echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
10746 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
10748 # Is the header compilable?
10749 echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
10750 echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
10751 cat >conftest.
$ac_ext <<_ACEOF
10754 cat confdefs.h
>>conftest.
$ac_ext
10755 cat >>conftest.
$ac_ext <<_ACEOF
10756 /* end confdefs.h. */
10757 $ac_includes_default
10758 #include <X11/xpm.h>
10760 rm -f conftest.
$ac_objext
10761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10762 (eval $ac_compile) 2>conftest.er1
10764 grep -v '^ *+' conftest.er1
>conftest.err
10766 cat conftest.err
>&5
10767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10768 (exit $ac_status); } &&
10769 { ac_try
='test -z "$ac_c_werror_flag"
10770 || test ! -s conftest.err'
10771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10772 (eval $ac_try) 2>&5
10774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10775 (exit $ac_status); }; } &&
10776 { ac_try
='test -s conftest.$ac_objext'
10777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10778 (eval $ac_try) 2>&5
10780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10781 (exit $ac_status); }; }; then
10782 ac_header_compiler
=yes
10784 echo "$as_me: failed program was:" >&5
10785 sed 's/^/| /' conftest.
$ac_ext >&5
10787 ac_header_compiler
=no
10789 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10790 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10791 echo "${ECHO_T}$ac_header_compiler" >&6
10793 # Is the header present?
10794 echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
10795 echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
10796 cat >conftest.
$ac_ext <<_ACEOF
10799 cat confdefs.h
>>conftest.
$ac_ext
10800 cat >>conftest.
$ac_ext <<_ACEOF
10801 /* end confdefs.h. */
10802 #include <X11/xpm.h>
10804 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10805 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10807 grep -v '^ *+' conftest.er1
>conftest.err
10809 cat conftest.err
>&5
10810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10811 (exit $ac_status); } >/dev
/null
; then
10812 if test -s conftest.err
; then
10813 ac_cpp_err
=$ac_c_preproc_warn_flag
10814 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
10821 if test -z "$ac_cpp_err"; then
10822 ac_header_preproc
=yes
10824 echo "$as_me: failed program was:" >&5
10825 sed 's/^/| /' conftest.
$ac_ext >&5
10827 ac_header_preproc
=no
10829 rm -f conftest.err conftest.
$ac_ext
10830 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10831 echo "${ECHO_T}$ac_header_preproc" >&6
10833 # So? What about this header?
10834 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10836 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
10837 echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10838 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
10839 echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
10840 ac_header_preproc
=yes
10843 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
10844 echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
10845 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
10846 echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
10847 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
10848 echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
10849 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
10850 echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
10851 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
10852 echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
10853 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
10854 echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
10857 ## ------------------------------------------ ##
10858 ## Report this to the AC_PACKAGE_NAME lists. ##
10859 ## ------------------------------------------ ##
10862 sed "s/^/$as_me: WARNING: /" >&2
10865 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
10866 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
10867 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
10868 echo $ECHO_N "(cached) $ECHO_C" >&6
10870 ac_cv_header_X11_xpm_h
=$ac_header_preproc
10872 echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
10873 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
10876 if test $ac_cv_header_X11_xpm_h = yes; then
10877 echo "$as_me:$LINENO: checking for XpmReadFileToPixmap in -lXpm" >&5
10878 echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
10879 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
10880 echo $ECHO_N "(cached) $ECHO_C" >&6
10882 ac_check_lib_save_LIBS
=$LIBS
10883 LIBS
="-lXpm -lX11 $LIBS"
10884 cat >conftest.
$ac_ext <<_ACEOF
10887 cat confdefs.h
>>conftest.
$ac_ext
10888 cat >>conftest.
$ac_ext <<_ACEOF
10889 /* end confdefs.h. */
10891 /* Override any gcc2 internal prototype to avoid an error. */
10895 /* We use char because int might match the return type of a gcc2
10896 builtin and then its argument prototype would still apply. */
10897 char XpmReadFileToPixmap ();
10901 XpmReadFileToPixmap ();
10906 rm -f conftest.
$ac_objext conftest
$ac_exeext
10907 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10908 (eval $ac_link) 2>conftest.er1
10910 grep -v '^ *+' conftest.er1
>conftest.err
10912 cat conftest.err
>&5
10913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10914 (exit $ac_status); } &&
10915 { ac_try
='test -z "$ac_c_werror_flag"
10916 || test ! -s conftest.err'
10917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10918 (eval $ac_try) 2>&5
10920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10921 (exit $ac_status); }; } &&
10922 { ac_try
='test -s conftest$ac_exeext'
10923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10924 (eval $ac_try) 2>&5
10926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10927 (exit $ac_status); }; }; then
10928 ac_cv_lib_Xpm_XpmReadFileToPixmap
=yes
10930 echo "$as_me: failed program was:" >&5
10931 sed 's/^/| /' conftest.
$ac_ext >&5
10933 ac_cv_lib_Xpm_XpmReadFileToPixmap
=no
10935 rm -f conftest.err conftest.
$ac_objext \
10936 conftest
$ac_exeext conftest.
$ac_ext
10937 LIBS
=$ac_check_lib_save_LIBS
10939 echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
10940 echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
10941 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
10948 if test "${HAVE_XPM}" = "yes"; then
10949 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
10950 echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
10951 cat >conftest.
$ac_ext <<_ACEOF
10954 cat confdefs.h
>>conftest.
$ac_ext
10955 cat >>conftest.
$ac_ext <<_ACEOF
10956 /* end confdefs.h. */
10957 #include "X11/xpm.h"
10958 #ifndef XpmReturnAllocPixels
10959 no_return_alloc_pixels
10963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10964 $EGREP "no_return_alloc_pixels" >/dev
/null
2>&1; then
10972 if test "${HAVE_XPM}" = "yes"; then
10973 echo "$as_me:$LINENO: result: yes" >&5
10974 echo "${ECHO_T}yes" >&6
10976 echo "$as_me:$LINENO: result: no" >&5
10977 echo "${ECHO_T}no" >&6
10982 if test "${HAVE_XPM}" = "yes"; then
10984 cat >>confdefs.h
<<\_ACEOF
10991 ### Use -ljpeg if available, unless `--with-jpeg=no'.
10993 if test "${HAVE_X11}" = "yes"; then
10994 if test "${with_jpeg}" != "no"; then
10995 if test "${ac_cv_header_jerror_h+set}" = set; then
10996 echo "$as_me:$LINENO: checking for jerror.h" >&5
10997 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
10998 if test "${ac_cv_header_jerror_h+set}" = set; then
10999 echo $ECHO_N "(cached) $ECHO_C" >&6
11001 echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
11002 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
11004 # Is the header compilable?
11005 echo "$as_me:$LINENO: checking jerror.h usability" >&5
11006 echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
11007 cat >conftest.
$ac_ext <<_ACEOF
11010 cat confdefs.h
>>conftest.
$ac_ext
11011 cat >>conftest.
$ac_ext <<_ACEOF
11012 /* end confdefs.h. */
11013 $ac_includes_default
11014 #include <jerror.h>
11016 rm -f conftest.
$ac_objext
11017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11018 (eval $ac_compile) 2>conftest.er1
11020 grep -v '^ *+' conftest.er1
>conftest.err
11022 cat conftest.err
>&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } &&
11025 { ac_try
='test -z "$ac_c_werror_flag"
11026 || test ! -s conftest.err'
11027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11028 (eval $ac_try) 2>&5
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); }; } &&
11032 { ac_try
='test -s conftest.$ac_objext'
11033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11034 (eval $ac_try) 2>&5
11036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11037 (exit $ac_status); }; }; then
11038 ac_header_compiler
=yes
11040 echo "$as_me: failed program was:" >&5
11041 sed 's/^/| /' conftest.
$ac_ext >&5
11043 ac_header_compiler
=no
11045 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11046 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11047 echo "${ECHO_T}$ac_header_compiler" >&6
11049 # Is the header present?
11050 echo "$as_me:$LINENO: checking jerror.h presence" >&5
11051 echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
11052 cat >conftest.
$ac_ext <<_ACEOF
11055 cat confdefs.h
>>conftest.
$ac_ext
11056 cat >>conftest.
$ac_ext <<_ACEOF
11057 /* end confdefs.h. */
11058 #include <jerror.h>
11060 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11061 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11063 grep -v '^ *+' conftest.er1
>conftest.err
11065 cat conftest.err
>&5
11066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11067 (exit $ac_status); } >/dev
/null
; then
11068 if test -s conftest.err
; then
11069 ac_cpp_err
=$ac_c_preproc_warn_flag
11070 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11077 if test -z "$ac_cpp_err"; then
11078 ac_header_preproc
=yes
11080 echo "$as_me: failed program was:" >&5
11081 sed 's/^/| /' conftest.
$ac_ext >&5
11083 ac_header_preproc
=no
11085 rm -f conftest.err conftest.
$ac_ext
11086 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11087 echo "${ECHO_T}$ac_header_preproc" >&6
11089 # So? What about this header?
11090 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11092 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
11093 echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11094 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5
11095 echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}
11096 ac_header_preproc
=yes
11099 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
11100 echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
11101 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
11102 echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
11103 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
11104 echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
11105 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
11106 echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
11107 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
11108 echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
11109 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
11110 echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
11113 ## ------------------------------------------ ##
11114 ## Report this to the AC_PACKAGE_NAME lists. ##
11115 ## ------------------------------------------ ##
11118 sed "s/^/$as_me: WARNING: /" >&2
11121 echo "$as_me:$LINENO: checking for jerror.h" >&5
11122 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
11123 if test "${ac_cv_header_jerror_h+set}" = set; then
11124 echo $ECHO_N "(cached) $ECHO_C" >&6
11126 ac_cv_header_jerror_h
=$ac_header_preproc
11128 echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
11129 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
11132 if test $ac_cv_header_jerror_h = yes; then
11133 echo "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5
11134 echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
11135 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
11136 echo $ECHO_N "(cached) $ECHO_C" >&6
11138 ac_check_lib_save_LIBS
=$LIBS
11139 LIBS
="-ljpeg $LIBS"
11140 cat >conftest.
$ac_ext <<_ACEOF
11143 cat confdefs.h
>>conftest.
$ac_ext
11144 cat >>conftest.
$ac_ext <<_ACEOF
11145 /* end confdefs.h. */
11147 /* Override any gcc2 internal prototype to avoid an error. */
11151 /* We use char because int might match the return type of a gcc2
11152 builtin and then its argument prototype would still apply. */
11153 char jpeg_destroy_compress ();
11157 jpeg_destroy_compress ();
11162 rm -f conftest.
$ac_objext conftest
$ac_exeext
11163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11164 (eval $ac_link) 2>conftest.er1
11166 grep -v '^ *+' conftest.er1
>conftest.err
11168 cat conftest.err
>&5
11169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11170 (exit $ac_status); } &&
11171 { ac_try
='test -z "$ac_c_werror_flag"
11172 || test ! -s conftest.err'
11173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11174 (eval $ac_try) 2>&5
11176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11177 (exit $ac_status); }; } &&
11178 { ac_try
='test -s conftest$ac_exeext'
11179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11180 (eval $ac_try) 2>&5
11182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183 (exit $ac_status); }; }; then
11184 ac_cv_lib_jpeg_jpeg_destroy_compress
=yes
11186 echo "$as_me: failed program was:" >&5
11187 sed 's/^/| /' conftest.
$ac_ext >&5
11189 ac_cv_lib_jpeg_jpeg_destroy_compress
=no
11191 rm -f conftest.err conftest.
$ac_objext \
11192 conftest
$ac_exeext conftest.
$ac_ext
11193 LIBS
=$ac_check_lib_save_LIBS
11195 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
11196 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
11197 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
11207 if test "${HAVE_JPEG}" = "yes"; then
11208 cat >>confdefs.h
<<\_ACEOF
11209 #define HAVE_JPEG 1
11212 cat >conftest.
$ac_ext <<_ACEOF
11215 cat confdefs.h
>>conftest.
$ac_ext
11216 cat >>conftest.
$ac_ext <<_ACEOF
11217 /* end confdefs.h. */
11218 #include <jpeglib.h>
11219 version=JPEG_LIB_VERSION
11222 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11223 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev
/null
2>&1; then
11224 cat >>confdefs.h
<<\_ACEOF
11225 #define HAVE_JPEG 1
11229 { echo "$as_me:$LINENO: WARNING: libjpeg found, but not version 6b or later" >&5
11230 echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
11238 ### Use -lpng if available, unless `--with-png=no'.
11240 if test "${HAVE_X11}" = "yes"; then
11241 if test "${with_png}" != "no"; then
11242 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
11243 # in /usr/include/libpng.
11246 for ac_header
in png.h libpng
/png.h
11248 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11249 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11250 echo "$as_me:$LINENO: checking for $ac_header" >&5
11251 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11252 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11253 echo $ECHO_N "(cached) $ECHO_C" >&6
11255 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11256 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11258 # Is the header compilable?
11259 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11260 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11261 cat >conftest.
$ac_ext <<_ACEOF
11264 cat confdefs.h
>>conftest.
$ac_ext
11265 cat >>conftest.
$ac_ext <<_ACEOF
11266 /* end confdefs.h. */
11267 $ac_includes_default
11268 #include <$ac_header>
11270 rm -f conftest.
$ac_objext
11271 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11272 (eval $ac_compile) 2>conftest.er1
11274 grep -v '^ *+' conftest.er1
>conftest.err
11276 cat conftest.err
>&5
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); } &&
11279 { ac_try
='test -z "$ac_c_werror_flag"
11280 || test ! -s conftest.err'
11281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11282 (eval $ac_try) 2>&5
11284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11285 (exit $ac_status); }; } &&
11286 { ac_try
='test -s conftest.$ac_objext'
11287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11288 (eval $ac_try) 2>&5
11290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11291 (exit $ac_status); }; }; then
11292 ac_header_compiler
=yes
11294 echo "$as_me: failed program was:" >&5
11295 sed 's/^/| /' conftest.
$ac_ext >&5
11297 ac_header_compiler
=no
11299 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11300 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11301 echo "${ECHO_T}$ac_header_compiler" >&6
11303 # Is the header present?
11304 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11305 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11306 cat >conftest.
$ac_ext <<_ACEOF
11309 cat confdefs.h
>>conftest.
$ac_ext
11310 cat >>conftest.
$ac_ext <<_ACEOF
11311 /* end confdefs.h. */
11312 #include <$ac_header>
11314 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11315 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11317 grep -v '^ *+' conftest.er1
>conftest.err
11319 cat conftest.err
>&5
11320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11321 (exit $ac_status); } >/dev
/null
; then
11322 if test -s conftest.err
; then
11323 ac_cpp_err
=$ac_c_preproc_warn_flag
11324 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11331 if test -z "$ac_cpp_err"; then
11332 ac_header_preproc
=yes
11334 echo "$as_me: failed program was:" >&5
11335 sed 's/^/| /' conftest.
$ac_ext >&5
11337 ac_header_preproc
=no
11339 rm -f conftest.err conftest.
$ac_ext
11340 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11341 echo "${ECHO_T}$ac_header_preproc" >&6
11343 # So? What about this header?
11344 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11346 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11347 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11349 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11350 ac_header_preproc
=yes
11353 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11354 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11355 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11356 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11357 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11358 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11359 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11360 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11361 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11362 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11363 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11364 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11367 ## ------------------------------------------ ##
11368 ## Report this to the AC_PACKAGE_NAME lists. ##
11369 ## ------------------------------------------ ##
11372 sed "s/^/$as_me: WARNING: /" >&2
11375 echo "$as_me:$LINENO: checking for $ac_header" >&5
11376 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11377 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11378 echo $ECHO_N "(cached) $ECHO_C" >&6
11380 eval "$as_ac_Header=\$ac_header_preproc"
11382 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11383 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11386 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11387 cat >>confdefs.h
<<_ACEOF
11388 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11395 if test "$ac_cv_header_png_h" = yes ||
test "$ac_cv_header_libpng_png_h" = yes ; then
11396 echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5
11397 echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
11398 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
11399 echo $ECHO_N "(cached) $ECHO_C" >&6
11401 ac_check_lib_save_LIBS
=$LIBS
11402 LIBS
="-lpng -lz -lm $LIBS"
11403 cat >conftest.
$ac_ext <<_ACEOF
11406 cat confdefs.h
>>conftest.
$ac_ext
11407 cat >>conftest.
$ac_ext <<_ACEOF
11408 /* end confdefs.h. */
11410 /* Override any gcc2 internal prototype to avoid an error. */
11414 /* We use char because int might match the return type of a gcc2
11415 builtin and then its argument prototype would still apply. */
11416 char png_get_channels ();
11420 png_get_channels ();
11425 rm -f conftest.
$ac_objext conftest
$ac_exeext
11426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11427 (eval $ac_link) 2>conftest.er1
11429 grep -v '^ *+' conftest.er1
>conftest.err
11431 cat conftest.err
>&5
11432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11433 (exit $ac_status); } &&
11434 { ac_try
='test -z "$ac_c_werror_flag"
11435 || test ! -s conftest.err'
11436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11437 (eval $ac_try) 2>&5
11439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11440 (exit $ac_status); }; } &&
11441 { ac_try
='test -s conftest$ac_exeext'
11442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11443 (eval $ac_try) 2>&5
11445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11446 (exit $ac_status); }; }; then
11447 ac_cv_lib_png_png_get_channels
=yes
11449 echo "$as_me: failed program was:" >&5
11450 sed 's/^/| /' conftest.
$ac_ext >&5
11452 ac_cv_lib_png_png_get_channels
=no
11454 rm -f conftest.err conftest.
$ac_objext \
11455 conftest
$ac_exeext conftest.
$ac_ext
11456 LIBS
=$ac_check_lib_save_LIBS
11458 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
11459 echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
11460 if test $ac_cv_lib_png_png_get_channels = yes; then
11467 if test "${HAVE_PNG}" = "yes"; then
11469 cat >>confdefs.h
<<\_ACEOF
11476 ### Use -ltiff if available, unless `--with-tiff=no'.
11478 if test "${HAVE_X11}" = "yes"; then
11479 if test "${with_tiff}" != "no"; then
11480 if test "${ac_cv_header_tiffio_h+set}" = set; then
11481 echo "$as_me:$LINENO: checking for tiffio.h" >&5
11482 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
11483 if test "${ac_cv_header_tiffio_h+set}" = set; then
11484 echo $ECHO_N "(cached) $ECHO_C" >&6
11486 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
11487 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
11489 # Is the header compilable?
11490 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
11491 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
11492 cat >conftest.
$ac_ext <<_ACEOF
11495 cat confdefs.h
>>conftest.
$ac_ext
11496 cat >>conftest.
$ac_ext <<_ACEOF
11497 /* end confdefs.h. */
11498 $ac_includes_default
11499 #include <tiffio.h>
11501 rm -f conftest.
$ac_objext
11502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11503 (eval $ac_compile) 2>conftest.er1
11505 grep -v '^ *+' conftest.er1
>conftest.err
11507 cat conftest.err
>&5
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); } &&
11510 { ac_try
='test -z "$ac_c_werror_flag"
11511 || test ! -s conftest.err'
11512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11513 (eval $ac_try) 2>&5
11515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11516 (exit $ac_status); }; } &&
11517 { ac_try
='test -s conftest.$ac_objext'
11518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11519 (eval $ac_try) 2>&5
11521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11522 (exit $ac_status); }; }; then
11523 ac_header_compiler
=yes
11525 echo "$as_me: failed program was:" >&5
11526 sed 's/^/| /' conftest.
$ac_ext >&5
11528 ac_header_compiler
=no
11530 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11531 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11532 echo "${ECHO_T}$ac_header_compiler" >&6
11534 # Is the header present?
11535 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
11536 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
11537 cat >conftest.
$ac_ext <<_ACEOF
11540 cat confdefs.h
>>conftest.
$ac_ext
11541 cat >>conftest.
$ac_ext <<_ACEOF
11542 /* end confdefs.h. */
11543 #include <tiffio.h>
11545 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11546 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11548 grep -v '^ *+' conftest.er1
>conftest.err
11550 cat conftest.err
>&5
11551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11552 (exit $ac_status); } >/dev
/null
; then
11553 if test -s conftest.err
; then
11554 ac_cpp_err
=$ac_c_preproc_warn_flag
11555 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11562 if test -z "$ac_cpp_err"; then
11563 ac_header_preproc
=yes
11565 echo "$as_me: failed program was:" >&5
11566 sed 's/^/| /' conftest.
$ac_ext >&5
11568 ac_header_preproc
=no
11570 rm -f conftest.err conftest.
$ac_ext
11571 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11572 echo "${ECHO_T}$ac_header_preproc" >&6
11574 # So? What about this header?
11575 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11577 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
11578 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11579 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
11580 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
11581 ac_header_preproc
=yes
11584 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
11585 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
11586 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
11587 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
11588 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
11589 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
11590 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
11591 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
11592 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
11593 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
11594 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
11595 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
11598 ## ------------------------------------------ ##
11599 ## Report this to the AC_PACKAGE_NAME lists. ##
11600 ## ------------------------------------------ ##
11603 sed "s/^/$as_me: WARNING: /" >&2
11606 echo "$as_me:$LINENO: checking for tiffio.h" >&5
11607 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
11608 if test "${ac_cv_header_tiffio_h+set}" = set; then
11609 echo $ECHO_N "(cached) $ECHO_C" >&6
11611 ac_cv_header_tiffio_h
=$ac_header_preproc
11613 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
11614 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
11617 if test $ac_cv_header_tiffio_h = yes; then
11619 # At least one tiff package requires the jpeg library.
11620 if test "${HAVE_JPEG}" = yes; then tifflibs
="-ljpeg $tifflibs"; fi
11621 echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
11622 echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
11623 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
11624 echo $ECHO_N "(cached) $ECHO_C" >&6
11626 ac_check_lib_save_LIBS
=$LIBS
11627 LIBS
="-ltiff $tifflibs $LIBS"
11628 cat >conftest.
$ac_ext <<_ACEOF
11631 cat confdefs.h
>>conftest.
$ac_ext
11632 cat >>conftest.
$ac_ext <<_ACEOF
11633 /* end confdefs.h. */
11635 /* Override any gcc2 internal prototype to avoid an error. */
11639 /* We use char because int might match the return type of a gcc2
11640 builtin and then its argument prototype would still apply. */
11641 char TIFFGetVersion ();
11650 rm -f conftest.
$ac_objext conftest
$ac_exeext
11651 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11652 (eval $ac_link) 2>conftest.er1
11654 grep -v '^ *+' conftest.er1
>conftest.err
11656 cat conftest.err
>&5
11657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11658 (exit $ac_status); } &&
11659 { ac_try
='test -z "$ac_c_werror_flag"
11660 || test ! -s conftest.err'
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5
11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665 (exit $ac_status); }; } &&
11666 { ac_try
='test -s conftest$ac_exeext'
11667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11668 (eval $ac_try) 2>&5
11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11671 (exit $ac_status); }; }; then
11672 ac_cv_lib_tiff_TIFFGetVersion
=yes
11674 echo "$as_me: failed program was:" >&5
11675 sed 's/^/| /' conftest.
$ac_ext >&5
11677 ac_cv_lib_tiff_TIFFGetVersion
=no
11679 rm -f conftest.err conftest.
$ac_objext \
11680 conftest
$ac_exeext conftest.
$ac_ext
11681 LIBS
=$ac_check_lib_save_LIBS
11683 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
11684 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
11685 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
11694 if test "${HAVE_TIFF}" = "yes"; then
11696 cat >>confdefs.h
<<\_ACEOF
11697 #define HAVE_TIFF 1
11703 ### Use -lgif if available, unless `--with-gif=no'.
11705 if test "${HAVE_X11}" = "yes"; then
11706 if test "${with_gif}" != "no"; then
11707 if test "${ac_cv_header_gif_lib_h+set}" = set; then
11708 echo "$as_me:$LINENO: checking for gif_lib.h" >&5
11709 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
11710 if test "${ac_cv_header_gif_lib_h+set}" = set; then
11711 echo $ECHO_N "(cached) $ECHO_C" >&6
11713 echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
11714 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
11716 # Is the header compilable?
11717 echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
11718 echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
11719 cat >conftest.
$ac_ext <<_ACEOF
11722 cat confdefs.h
>>conftest.
$ac_ext
11723 cat >>conftest.
$ac_ext <<_ACEOF
11724 /* end confdefs.h. */
11725 $ac_includes_default
11726 #include <gif_lib.h>
11728 rm -f conftest.
$ac_objext
11729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11730 (eval $ac_compile) 2>conftest.er1
11732 grep -v '^ *+' conftest.er1
>conftest.err
11734 cat conftest.err
>&5
11735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11736 (exit $ac_status); } &&
11737 { ac_try
='test -z "$ac_c_werror_flag"
11738 || test ! -s conftest.err'
11739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11740 (eval $ac_try) 2>&5
11742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11743 (exit $ac_status); }; } &&
11744 { ac_try
='test -s conftest.$ac_objext'
11745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11746 (eval $ac_try) 2>&5
11748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11749 (exit $ac_status); }; }; then
11750 ac_header_compiler
=yes
11752 echo "$as_me: failed program was:" >&5
11753 sed 's/^/| /' conftest.
$ac_ext >&5
11755 ac_header_compiler
=no
11757 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11758 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11759 echo "${ECHO_T}$ac_header_compiler" >&6
11761 # Is the header present?
11762 echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
11763 echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
11764 cat >conftest.
$ac_ext <<_ACEOF
11767 cat confdefs.h
>>conftest.
$ac_ext
11768 cat >>conftest.
$ac_ext <<_ACEOF
11769 /* end confdefs.h. */
11770 #include <gif_lib.h>
11772 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11773 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11775 grep -v '^ *+' conftest.er1
>conftest.err
11777 cat conftest.err
>&5
11778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11779 (exit $ac_status); } >/dev
/null
; then
11780 if test -s conftest.err
; then
11781 ac_cpp_err
=$ac_c_preproc_warn_flag
11782 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11789 if test -z "$ac_cpp_err"; then
11790 ac_header_preproc
=yes
11792 echo "$as_me: failed program was:" >&5
11793 sed 's/^/| /' conftest.
$ac_ext >&5
11795 ac_header_preproc
=no
11797 rm -f conftest.err conftest.
$ac_ext
11798 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11799 echo "${ECHO_T}$ac_header_preproc" >&6
11801 # So? What about this header?
11802 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11804 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
11805 echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11806 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5
11807 echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
11808 ac_header_preproc
=yes
11811 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
11812 echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
11813 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
11814 echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
11815 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
11816 echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
11817 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
11818 echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
11819 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
11820 echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
11821 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
11822 echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
11825 ## ------------------------------------------ ##
11826 ## Report this to the AC_PACKAGE_NAME lists. ##
11827 ## ------------------------------------------ ##
11830 sed "s/^/$as_me: WARNING: /" >&2
11833 echo "$as_me:$LINENO: checking for gif_lib.h" >&5
11834 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
11835 if test "${ac_cv_header_gif_lib_h+set}" = set; then
11836 echo $ECHO_N "(cached) $ECHO_C" >&6
11838 ac_cv_header_gif_lib_h
=$ac_header_preproc
11840 echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
11841 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
11844 if test $ac_cv_header_gif_lib_h = yes; then
11845 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
11846 # Earlier versions can crash Emacs.
11847 echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lungif" >&5
11848 echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6
11849 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
11850 echo $ECHO_N "(cached) $ECHO_C" >&6
11852 ac_check_lib_save_LIBS
=$LIBS
11853 LIBS
="-lungif $LIBS"
11854 cat >conftest.
$ac_ext <<_ACEOF
11857 cat confdefs.h
>>conftest.
$ac_ext
11858 cat >>conftest.
$ac_ext <<_ACEOF
11859 /* end confdefs.h. */
11861 /* Override any gcc2 internal prototype to avoid an error. */
11865 /* We use char because int might match the return type of a gcc2
11866 builtin and then its argument prototype would still apply. */
11867 char EGifPutExtensionLast ();
11871 EGifPutExtensionLast ();
11876 rm -f conftest.
$ac_objext conftest
$ac_exeext
11877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11878 (eval $ac_link) 2>conftest.er1
11880 grep -v '^ *+' conftest.er1
>conftest.err
11882 cat conftest.err
>&5
11883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11884 (exit $ac_status); } &&
11885 { ac_try
='test -z "$ac_c_werror_flag"
11886 || test ! -s conftest.err'
11887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11888 (eval $ac_try) 2>&5
11890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11891 (exit $ac_status); }; } &&
11892 { ac_try
='test -s conftest$ac_exeext'
11893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11894 (eval $ac_try) 2>&5
11896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11897 (exit $ac_status); }; }; then
11898 ac_cv_lib_ungif_EGifPutExtensionLast
=yes
11900 echo "$as_me: failed program was:" >&5
11901 sed 's/^/| /' conftest.
$ac_ext >&5
11903 ac_cv_lib_ungif_EGifPutExtensionLast
=no
11905 rm -f conftest.err conftest.
$ac_objext \
11906 conftest
$ac_exeext conftest.
$ac_ext
11907 LIBS
=$ac_check_lib_save_LIBS
11909 echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
11910 echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6
11911 if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
11920 if test "${HAVE_GIF}" = "yes"; then
11922 cat >>confdefs.h
<<\_ACEOF
11929 ### Use Mac OS X Carbon API to implement GUI.
11931 if test "${with_carbon}" != "no"; then
11932 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
11933 echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
11934 echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
11935 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11938 echo "$as_me:$LINENO: result: $ac_cv_header_Carbon_Carbon_h" >&5
11939 echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6
11941 # Is the header compilable?
11942 echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
11943 echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
11944 cat >conftest.
$ac_ext <<_ACEOF
11947 cat confdefs.h
>>conftest.
$ac_ext
11948 cat >>conftest.
$ac_ext <<_ACEOF
11949 /* end confdefs.h. */
11950 $ac_includes_default
11951 #include <Carbon/Carbon.h>
11953 rm -f conftest.
$ac_objext
11954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11955 (eval $ac_compile) 2>conftest.er1
11957 grep -v '^ *+' conftest.er1
>conftest.err
11959 cat conftest.err
>&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try
='test -z "$ac_c_werror_flag"
11963 || test ! -s conftest.err'
11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11965 (eval $ac_try) 2>&5
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; } &&
11969 { ac_try
='test -s conftest.$ac_objext'
11970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); }; }; then
11975 ac_header_compiler
=yes
11977 echo "$as_me: failed program was:" >&5
11978 sed 's/^/| /' conftest.
$ac_ext >&5
11980 ac_header_compiler
=no
11982 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11983 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11984 echo "${ECHO_T}$ac_header_compiler" >&6
11986 # Is the header present?
11987 echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
11988 echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
11989 cat >conftest.
$ac_ext <<_ACEOF
11992 cat confdefs.h
>>conftest.
$ac_ext
11993 cat >>conftest.
$ac_ext <<_ACEOF
11994 /* end confdefs.h. */
11995 #include <Carbon/Carbon.h>
11997 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11998 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12000 grep -v '^ *+' conftest.er1
>conftest.err
12002 cat conftest.err
>&5
12003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12004 (exit $ac_status); } >/dev
/null
; then
12005 if test -s conftest.err
; then
12006 ac_cpp_err
=$ac_c_preproc_warn_flag
12007 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12014 if test -z "$ac_cpp_err"; then
12015 ac_header_preproc
=yes
12017 echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.
$ac_ext >&5
12020 ac_header_preproc
=no
12022 rm -f conftest.err conftest.
$ac_ext
12023 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12024 echo "${ECHO_T}$ac_header_preproc" >&6
12026 # So? What about this header?
12027 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12029 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
12030 echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12031 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5
12032 echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;}
12033 ac_header_preproc
=yes
12036 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
12037 echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
12038 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
12039 echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
12040 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
12041 echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
12042 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
12043 echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
12044 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
12045 echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
12046 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
12047 echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
12050 ## ------------------------------------------ ##
12051 ## Report this to the AC_PACKAGE_NAME lists. ##
12052 ## ------------------------------------------ ##
12055 sed "s/^/$as_me: WARNING: /" >&2
12058 echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
12059 echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
12060 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
12061 echo $ECHO_N "(cached) $ECHO_C" >&6
12063 ac_cv_header_Carbon_Carbon_h
=$ac_header_preproc
12065 echo "$as_me:$LINENO: result: $ac_cv_header_Carbon_Carbon_h" >&5
12066 echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6
12069 if test $ac_cv_header_Carbon_Carbon_h = yes; then
12076 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
12077 echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
12078 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6
12079 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
12080 echo $ECHO_N "(cached) $ECHO_C" >&6
12082 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
12083 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6
12085 # Is the header compilable?
12086 echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5
12087 echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6
12088 cat >conftest.
$ac_ext <<_ACEOF
12091 cat confdefs.h
>>conftest.
$ac_ext
12092 cat >>conftest.
$ac_ext <<_ACEOF
12093 /* end confdefs.h. */
12094 $ac_includes_default
12095 #include <malloc/malloc.h>
12097 rm -f conftest.
$ac_objext
12098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12099 (eval $ac_compile) 2>conftest.er1
12101 grep -v '^ *+' conftest.er1
>conftest.err
12103 cat conftest.err
>&5
12104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105 (exit $ac_status); } &&
12106 { ac_try
='test -z "$ac_c_werror_flag"
12107 || test ! -s conftest.err'
12108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12109 (eval $ac_try) 2>&5
12111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12112 (exit $ac_status); }; } &&
12113 { ac_try
='test -s conftest.$ac_objext'
12114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12115 (eval $ac_try) 2>&5
12117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12118 (exit $ac_status); }; }; then
12119 ac_header_compiler
=yes
12121 echo "$as_me: failed program was:" >&5
12122 sed 's/^/| /' conftest.
$ac_ext >&5
12124 ac_header_compiler
=no
12126 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12127 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12128 echo "${ECHO_T}$ac_header_compiler" >&6
12130 # Is the header present?
12131 echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5
12132 echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6
12133 cat >conftest.
$ac_ext <<_ACEOF
12136 cat confdefs.h
>>conftest.
$ac_ext
12137 cat >>conftest.
$ac_ext <<_ACEOF
12138 /* end confdefs.h. */
12139 #include <malloc/malloc.h>
12141 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12142 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12144 grep -v '^ *+' conftest.er1
>conftest.err
12146 cat conftest.err
>&5
12147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12148 (exit $ac_status); } >/dev
/null
; then
12149 if test -s conftest.err
; then
12150 ac_cpp_err
=$ac_c_preproc_warn_flag
12151 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12158 if test -z "$ac_cpp_err"; then
12159 ac_header_preproc
=yes
12161 echo "$as_me: failed program was:" >&5
12162 sed 's/^/| /' conftest.
$ac_ext >&5
12164 ac_header_preproc
=no
12166 rm -f conftest.err conftest.
$ac_ext
12167 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12168 echo "${ECHO_T}$ac_header_preproc" >&6
12170 # So? What about this header?
12171 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12173 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5
12174 echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12175 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5
12176 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;}
12177 ac_header_preproc
=yes
12180 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5
12181 echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;}
12182 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5
12183 echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;}
12184 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: see the Autoconf documentation" >&5
12185 echo "$as_me: WARNING: malloc/malloc.h: see the Autoconf documentation" >&2;}
12186 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&5
12187 echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;}
12188 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
12189 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
12190 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5
12191 echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;}
12194 ## ------------------------------------------ ##
12195 ## Report this to the AC_PACKAGE_NAME lists. ##
12196 ## ------------------------------------------ ##
12199 sed "s/^/$as_me: WARNING: /" >&2
12202 echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
12203 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6
12204 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
12205 echo $ECHO_N "(cached) $ECHO_C" >&6
12207 ac_cv_header_malloc_malloc_h
=$ac_header_preproc
12209 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
12210 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6
12213 if test $ac_cv_header_malloc_malloc_h = yes; then
12215 cat >>confdefs.h
<<\_ACEOF
12216 #define HAVE_MALLOC_MALLOC_H 1
12223 if test "${HAVE_CARBON}" = "yes"; then
12225 cat >>confdefs.h
<<\_ACEOF
12226 #define HAVE_CARBON 1
12230 ## Specify the install directory
12232 if test "${carbon_appdir_x}" != ""; then
12233 case ${carbon_appdir_x} in
12234 y | ye |
yes) carbon_appdir
=/Applications
;;
12235 * ) carbon_appdir
=${carbon_appdir_x} ;;
12238 # We also have mouse menus.
12242 ### Use session management (-lSM -lICE) if available
12244 if test "${HAVE_X11}" = "yes"; then
12245 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
12246 echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
12247 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
12248 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
12249 echo $ECHO_N "(cached) $ECHO_C" >&6
12251 echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
12252 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6
12254 # Is the header compilable?
12255 echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
12256 echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
12257 cat >conftest.
$ac_ext <<_ACEOF
12260 cat confdefs.h
>>conftest.
$ac_ext
12261 cat >>conftest.
$ac_ext <<_ACEOF
12262 /* end confdefs.h. */
12263 $ac_includes_default
12264 #include <X11/SM/SMlib.h>
12266 rm -f conftest.
$ac_objext
12267 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12268 (eval $ac_compile) 2>conftest.er1
12270 grep -v '^ *+' conftest.er1
>conftest.err
12272 cat conftest.err
>&5
12273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12274 (exit $ac_status); } &&
12275 { ac_try
='test -z "$ac_c_werror_flag"
12276 || test ! -s conftest.err'
12277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12278 (eval $ac_try) 2>&5
12280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12281 (exit $ac_status); }; } &&
12282 { ac_try
='test -s conftest.$ac_objext'
12283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12284 (eval $ac_try) 2>&5
12286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287 (exit $ac_status); }; }; then
12288 ac_header_compiler
=yes
12290 echo "$as_me: failed program was:" >&5
12291 sed 's/^/| /' conftest.
$ac_ext >&5
12293 ac_header_compiler
=no
12295 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12296 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12297 echo "${ECHO_T}$ac_header_compiler" >&6
12299 # Is the header present?
12300 echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
12301 echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
12302 cat >conftest.
$ac_ext <<_ACEOF
12305 cat confdefs.h
>>conftest.
$ac_ext
12306 cat >>conftest.
$ac_ext <<_ACEOF
12307 /* end confdefs.h. */
12308 #include <X11/SM/SMlib.h>
12310 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12311 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12313 grep -v '^ *+' conftest.er1
>conftest.err
12315 cat conftest.err
>&5
12316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12317 (exit $ac_status); } >/dev
/null
; then
12318 if test -s conftest.err
; then
12319 ac_cpp_err
=$ac_c_preproc_warn_flag
12320 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12327 if test -z "$ac_cpp_err"; then
12328 ac_header_preproc
=yes
12330 echo "$as_me: failed program was:" >&5
12331 sed 's/^/| /' conftest.
$ac_ext >&5
12333 ac_header_preproc
=no
12335 rm -f conftest.err conftest.
$ac_ext
12336 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12337 echo "${ECHO_T}$ac_header_preproc" >&6
12339 # So? What about this header?
12340 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12342 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
12343 echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12344 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5
12345 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}
12346 ac_header_preproc
=yes
12349 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
12350 echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
12351 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
12352 echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
12353 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
12354 echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
12355 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
12356 echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
12357 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
12358 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
12359 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
12360 echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
12363 ## ------------------------------------------ ##
12364 ## Report this to the AC_PACKAGE_NAME lists. ##
12365 ## ------------------------------------------ ##
12368 sed "s/^/$as_me: WARNING: /" >&2
12371 echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
12372 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
12373 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
12374 echo $ECHO_N "(cached) $ECHO_C" >&6
12376 ac_cv_header_X11_SM_SMlib_h
=$ac_header_preproc
12378 echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
12379 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6
12382 if test $ac_cv_header_X11_SM_SMlib_h = yes; then
12383 echo "$as_me:$LINENO: checking for SmcOpenConnection in -lSM" >&5
12384 echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6
12385 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
12386 echo $ECHO_N "(cached) $ECHO_C" >&6
12388 ac_check_lib_save_LIBS
=$LIBS
12389 LIBS
="-lSM -lICE $LIBS"
12390 cat >conftest.
$ac_ext <<_ACEOF
12393 cat confdefs.h
>>conftest.
$ac_ext
12394 cat >>conftest.
$ac_ext <<_ACEOF
12395 /* end confdefs.h. */
12397 /* Override any gcc2 internal prototype to avoid an error. */
12401 /* We use char because int might match the return type of a gcc2
12402 builtin and then its argument prototype would still apply. */
12403 char SmcOpenConnection ();
12407 SmcOpenConnection ();
12412 rm -f conftest.
$ac_objext conftest
$ac_exeext
12413 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12414 (eval $ac_link) 2>conftest.er1
12416 grep -v '^ *+' conftest.er1
>conftest.err
12418 cat conftest.err
>&5
12419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12420 (exit $ac_status); } &&
12421 { ac_try
='test -z "$ac_c_werror_flag"
12422 || test ! -s conftest.err'
12423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12424 (eval $ac_try) 2>&5
12426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12427 (exit $ac_status); }; } &&
12428 { ac_try
='test -s conftest$ac_exeext'
12429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12430 (eval $ac_try) 2>&5
12432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); }; }; then
12434 ac_cv_lib_SM_SmcOpenConnection
=yes
12436 echo "$as_me: failed program was:" >&5
12437 sed 's/^/| /' conftest.
$ac_ext >&5
12439 ac_cv_lib_SM_SmcOpenConnection
=no
12441 rm -f conftest.err conftest.
$ac_objext \
12442 conftest
$ac_exeext conftest.
$ac_ext
12443 LIBS
=$ac_check_lib_save_LIBS
12445 echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
12446 echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6
12447 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
12455 if test "${HAVE_X_SM}" = "yes"; then
12457 cat >>confdefs.h
<<\_ACEOF
12458 #define HAVE_X_SM 1
12463 *) LIBS
="-lSM -lICE $LIBS" ;;
12468 # If netdb.h doesn't declare h_errno, we must declare it by hand.
12469 echo "$as_me:$LINENO: checking whether netdb declares h_errno" >&5
12470 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
12471 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
12472 echo $ECHO_N "(cached) $ECHO_C" >&6
12474 cat >conftest.
$ac_ext <<_ACEOF
12477 cat confdefs.h
>>conftest.
$ac_ext
12478 cat >>conftest.
$ac_ext <<_ACEOF
12479 /* end confdefs.h. */
12489 rm -f conftest.
$ac_objext conftest
$ac_exeext
12490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12491 (eval $ac_link) 2>conftest.er1
12493 grep -v '^ *+' conftest.er1
>conftest.err
12495 cat conftest.err
>&5
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } &&
12498 { ac_try
='test -z "$ac_c_werror_flag"
12499 || test ! -s conftest.err'
12500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12501 (eval $ac_try) 2>&5
12503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12504 (exit $ac_status); }; } &&
12505 { ac_try
='test -s conftest$ac_exeext'
12506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12507 (eval $ac_try) 2>&5
12509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12510 (exit $ac_status); }; }; then
12511 emacs_cv_netdb_declares_h_errno
=yes
12513 echo "$as_me: failed program was:" >&5
12514 sed 's/^/| /' conftest.
$ac_ext >&5
12516 emacs_cv_netdb_declares_h_errno
=no
12518 rm -f conftest.err conftest.
$ac_objext \
12519 conftest
$ac_exeext conftest.
$ac_ext
12521 echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
12522 echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
12523 if test $emacs_cv_netdb_declares_h_errno = yes; then
12525 cat >>confdefs.h
<<\_ACEOF
12526 #define HAVE_H_ERRNO 1
12531 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12532 # for constant arguments. Useless!
12533 echo "$as_me:$LINENO: checking for working alloca.h" >&5
12534 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
12535 if test "${ac_cv_working_alloca_h+set}" = set; then
12536 echo $ECHO_N "(cached) $ECHO_C" >&6
12538 cat >conftest.
$ac_ext <<_ACEOF
12541 cat confdefs.h
>>conftest.
$ac_ext
12542 cat >>conftest.
$ac_ext <<_ACEOF
12543 /* end confdefs.h. */
12544 #include <alloca.h>
12548 char *p = (char *) alloca (2 * sizeof (int));
12553 rm -f conftest.
$ac_objext conftest
$ac_exeext
12554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12555 (eval $ac_link) 2>conftest.er1
12557 grep -v '^ *+' conftest.er1
>conftest.err
12559 cat conftest.err
>&5
12560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12561 (exit $ac_status); } &&
12562 { ac_try
='test -z "$ac_c_werror_flag"
12563 || test ! -s conftest.err'
12564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12565 (eval $ac_try) 2>&5
12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); }; } &&
12569 { ac_try
='test -s conftest$ac_exeext'
12570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12571 (eval $ac_try) 2>&5
12573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12574 (exit $ac_status); }; }; then
12575 ac_cv_working_alloca_h
=yes
12577 echo "$as_me: failed program was:" >&5
12578 sed 's/^/| /' conftest.
$ac_ext >&5
12580 ac_cv_working_alloca_h
=no
12582 rm -f conftest.err conftest.
$ac_objext \
12583 conftest
$ac_exeext conftest.
$ac_ext
12585 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
12586 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
12587 if test $ac_cv_working_alloca_h = yes; then
12589 cat >>confdefs.h
<<\_ACEOF
12590 #define HAVE_ALLOCA_H 1
12595 echo "$as_me:$LINENO: checking for alloca" >&5
12596 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
12597 if test "${ac_cv_func_alloca_works+set}" = set; then
12598 echo $ECHO_N "(cached) $ECHO_C" >&6
12600 cat >conftest.
$ac_ext <<_ACEOF
12603 cat confdefs.h
>>conftest.
$ac_ext
12604 cat >>conftest.
$ac_ext <<_ACEOF
12605 /* end confdefs.h. */
12607 # define alloca __builtin_alloca
12610 # include <malloc.h>
12611 # define alloca _alloca
12614 # include <alloca.h>
12619 # ifndef alloca /* predefined by HP cc +Olibcalls */
12630 char *p = (char *) alloca (1);
12635 rm -f conftest.
$ac_objext conftest
$ac_exeext
12636 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12637 (eval $ac_link) 2>conftest.er1
12639 grep -v '^ *+' conftest.er1
>conftest.err
12641 cat conftest.err
>&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } &&
12644 { ac_try
='test -z "$ac_c_werror_flag"
12645 || test ! -s conftest.err'
12646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12647 (eval $ac_try) 2>&5
12649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12650 (exit $ac_status); }; } &&
12651 { ac_try
='test -s conftest$ac_exeext'
12652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12653 (eval $ac_try) 2>&5
12655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12656 (exit $ac_status); }; }; then
12657 ac_cv_func_alloca_works
=yes
12659 echo "$as_me: failed program was:" >&5
12660 sed 's/^/| /' conftest.
$ac_ext >&5
12662 ac_cv_func_alloca_works
=no
12664 rm -f conftest.err conftest.
$ac_objext \
12665 conftest
$ac_exeext conftest.
$ac_ext
12667 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
12668 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
12670 if test $ac_cv_func_alloca_works = yes; then
12672 cat >>confdefs.h
<<\_ACEOF
12673 #define HAVE_ALLOCA 1
12677 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
12678 # that cause trouble. Some versions do not even contain alloca or
12679 # contain a buggy version. If you still want to use their alloca,
12680 # use ar to extract alloca.o from them instead of compiling alloca.c.
12682 ALLOCA
=alloca.
$ac_objext
12684 cat >>confdefs.h
<<\_ACEOF
12689 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
12690 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
12691 if test "${ac_cv_os_cray+set}" = set; then
12692 echo $ECHO_N "(cached) $ECHO_C" >&6
12694 cat >conftest.
$ac_ext <<_ACEOF
12697 cat confdefs.h
>>conftest.
$ac_ext
12698 cat >>conftest.
$ac_ext <<_ACEOF
12699 /* end confdefs.h. */
12700 #if defined(CRAY) && ! defined(CRAY2)
12707 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12708 $EGREP "webecray" >/dev
/null
2>&1; then
12716 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
12717 echo "${ECHO_T}$ac_cv_os_cray" >&6
12718 if test $ac_cv_os_cray = yes; then
12719 for ac_func
in _getb67 GETB67 getb67
; do
12720 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12721 echo "$as_me:$LINENO: checking for $ac_func" >&5
12722 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12723 if eval "test \"\${$as_ac_var+set}\" = set"; then
12724 echo $ECHO_N "(cached) $ECHO_C" >&6
12726 cat >conftest.
$ac_ext <<_ACEOF
12729 cat confdefs.h
>>conftest.
$ac_ext
12730 cat >>conftest.
$ac_ext <<_ACEOF
12731 /* end confdefs.h. */
12732 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12733 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12734 #define $ac_func innocuous_$ac_func
12736 /* System header to define __stub macros and hopefully few prototypes,
12737 which can conflict with char $ac_func (); below.
12738 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12739 <limits.h> exists even on freestanding compilers. */
12742 # include <limits.h>
12744 # include <assert.h>
12749 /* Override any gcc2 internal prototype to avoid an error. */
12754 /* We use char because int might match the return type of a gcc2
12755 builtin and then its argument prototype would still apply. */
12757 /* The GNU C library defines this for functions which it implements
12758 to always fail with ENOSYS. Some functions are actually named
12759 something starting with __ and the normal name is an alias. */
12760 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12763 char (*f) () = $ac_func;
12772 return f != $ac_func;
12777 rm -f conftest.
$ac_objext conftest
$ac_exeext
12778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12779 (eval $ac_link) 2>conftest.er1
12781 grep -v '^ *+' conftest.er1
>conftest.err
12783 cat conftest.err
>&5
12784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); } &&
12786 { ac_try
='test -z "$ac_c_werror_flag"
12787 || test ! -s conftest.err'
12788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12789 (eval $ac_try) 2>&5
12791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12792 (exit $ac_status); }; } &&
12793 { ac_try
='test -s conftest$ac_exeext'
12794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12795 (eval $ac_try) 2>&5
12797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); }; }; then
12799 eval "$as_ac_var=yes"
12801 echo "$as_me: failed program was:" >&5
12802 sed 's/^/| /' conftest.
$ac_ext >&5
12804 eval "$as_ac_var=no"
12806 rm -f conftest.err conftest.
$ac_objext \
12807 conftest
$ac_exeext conftest.
$ac_ext
12809 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12810 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12811 if test `eval echo '${'$as_ac_var'}'` = yes; then
12813 cat >>confdefs.h
<<_ACEOF
12814 #define CRAY_STACKSEG_END $ac_func
12823 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
12824 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
12825 if test "${ac_cv_c_stack_direction+set}" = set; then
12826 echo $ECHO_N "(cached) $ECHO_C" >&6
12828 if test "$cross_compiling" = yes; then
12829 ac_cv_c_stack_direction
=0
12831 cat >conftest.
$ac_ext <<_ACEOF
12834 cat confdefs.h
>>conftest.
$ac_ext
12835 cat >>conftest.
$ac_ext <<_ACEOF
12836 /* end confdefs.h. */
12838 find_stack_direction ()
12840 static char *addr = 0;
12845 return find_stack_direction ();
12848 return (&dummy > addr) ? 1 : -1;
12854 exit (find_stack_direction () < 0);
12857 rm -f conftest
$ac_exeext
12858 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12859 (eval $ac_link) 2>&5
12861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12862 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12864 (eval $ac_try) 2>&5
12866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12867 (exit $ac_status); }; }; then
12868 ac_cv_c_stack_direction
=1
12870 echo "$as_me: program exited with status $ac_status" >&5
12871 echo "$as_me: failed program was:" >&5
12872 sed 's/^/| /' conftest.
$ac_ext >&5
12874 ( exit $ac_status )
12875 ac_cv_c_stack_direction
=-1
12877 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12880 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
12881 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
12883 cat >>confdefs.h
<<_ACEOF
12884 #define STACK_DIRECTION $ac_cv_c_stack_direction
12891 # fmod, logb, and frexp are found in -lm on most systems.
12892 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
12894 echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
12895 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
12896 if test "${ac_cv_lib_m_sqrt+set}" = set; then
12897 echo $ECHO_N "(cached) $ECHO_C" >&6
12899 ac_check_lib_save_LIBS
=$LIBS
12901 cat >conftest.
$ac_ext <<_ACEOF
12904 cat confdefs.h
>>conftest.
$ac_ext
12905 cat >>conftest.
$ac_ext <<_ACEOF
12906 /* end confdefs.h. */
12908 /* Override any gcc2 internal prototype to avoid an error. */
12912 /* We use char because int might match the return type of a gcc2
12913 builtin and then its argument prototype would still apply. */
12923 rm -f conftest.
$ac_objext conftest
$ac_exeext
12924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12925 (eval $ac_link) 2>conftest.er1
12927 grep -v '^ *+' conftest.er1
>conftest.err
12929 cat conftest.err
>&5
12930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931 (exit $ac_status); } &&
12932 { ac_try
='test -z "$ac_c_werror_flag"
12933 || test ! -s conftest.err'
12934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12935 (eval $ac_try) 2>&5
12937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12938 (exit $ac_status); }; } &&
12939 { ac_try
='test -s conftest$ac_exeext'
12940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12941 (eval $ac_try) 2>&5
12943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12944 (exit $ac_status); }; }; then
12945 ac_cv_lib_m_sqrt
=yes
12947 echo "$as_me: failed program was:" >&5
12948 sed 's/^/| /' conftest.
$ac_ext >&5
12950 ac_cv_lib_m_sqrt
=no
12952 rm -f conftest.err conftest.
$ac_objext \
12953 conftest
$ac_exeext conftest.
$ac_ext
12954 LIBS
=$ac_check_lib_save_LIBS
12956 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
12957 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
12958 if test $ac_cv_lib_m_sqrt = yes; then
12959 cat >>confdefs.h
<<_ACEOF
12960 #define HAVE_LIBM 1
12968 # Check for mail-locking functions in a "mail" library. Probably this should
12969 # have the same check as for liblockfile below.
12971 echo "$as_me:$LINENO: checking for maillock in -lmail" >&5
12972 echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
12973 if test "${ac_cv_lib_mail_maillock+set}" = set; then
12974 echo $ECHO_N "(cached) $ECHO_C" >&6
12976 ac_check_lib_save_LIBS
=$LIBS
12977 LIBS
="-lmail $LIBS"
12978 cat >conftest.
$ac_ext <<_ACEOF
12981 cat confdefs.h
>>conftest.
$ac_ext
12982 cat >>conftest.
$ac_ext <<_ACEOF
12983 /* end confdefs.h. */
12985 /* Override any gcc2 internal prototype to avoid an error. */
12989 /* We use char because int might match the return type of a gcc2
12990 builtin and then its argument prototype would still apply. */
13000 rm -f conftest.
$ac_objext conftest
$ac_exeext
13001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13002 (eval $ac_link) 2>conftest.er1
13004 grep -v '^ *+' conftest.er1
>conftest.err
13006 cat conftest.err
>&5
13007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13008 (exit $ac_status); } &&
13009 { ac_try
='test -z "$ac_c_werror_flag"
13010 || test ! -s conftest.err'
13011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13012 (eval $ac_try) 2>&5
13014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13015 (exit $ac_status); }; } &&
13016 { ac_try
='test -s conftest$ac_exeext'
13017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13018 (eval $ac_try) 2>&5
13020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13021 (exit $ac_status); }; }; then
13022 ac_cv_lib_mail_maillock
=yes
13024 echo "$as_me: failed program was:" >&5
13025 sed 's/^/| /' conftest.
$ac_ext >&5
13027 ac_cv_lib_mail_maillock
=no
13029 rm -f conftest.err conftest.
$ac_objext \
13030 conftest
$ac_exeext conftest.
$ac_ext
13031 LIBS
=$ac_check_lib_save_LIBS
13033 echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5
13034 echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
13035 if test $ac_cv_lib_mail_maillock = yes; then
13036 cat >>confdefs.h
<<_ACEOF
13037 #define HAVE_LIBMAIL 1
13040 LIBS
="-lmail $LIBS"
13045 echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5
13046 echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
13047 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
13048 echo $ECHO_N "(cached) $ECHO_C" >&6
13050 ac_check_lib_save_LIBS
=$LIBS
13051 LIBS
="-llockfile $LIBS"
13052 cat >conftest.
$ac_ext <<_ACEOF
13055 cat confdefs.h
>>conftest.
$ac_ext
13056 cat >>conftest.
$ac_ext <<_ACEOF
13057 /* end confdefs.h. */
13059 /* Override any gcc2 internal prototype to avoid an error. */
13063 /* We use char because int might match the return type of a gcc2
13064 builtin and then its argument prototype would still apply. */
13074 rm -f conftest.
$ac_objext conftest
$ac_exeext
13075 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13076 (eval $ac_link) 2>conftest.er1
13078 grep -v '^ *+' conftest.er1
>conftest.err
13080 cat conftest.err
>&5
13081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13082 (exit $ac_status); } &&
13083 { ac_try
='test -z "$ac_c_werror_flag"
13084 || test ! -s conftest.err'
13085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13086 (eval $ac_try) 2>&5
13088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13089 (exit $ac_status); }; } &&
13090 { ac_try
='test -s conftest$ac_exeext'
13091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13092 (eval $ac_try) 2>&5
13094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13095 (exit $ac_status); }; }; then
13096 ac_cv_lib_lockfile_maillock
=yes
13098 echo "$as_me: failed program was:" >&5
13099 sed 's/^/| /' conftest.
$ac_ext >&5
13101 ac_cv_lib_lockfile_maillock
=no
13103 rm -f conftest.err conftest.
$ac_objext \
13104 conftest
$ac_exeext conftest.
$ac_ext
13105 LIBS
=$ac_check_lib_save_LIBS
13107 echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
13108 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
13109 if test $ac_cv_lib_lockfile_maillock = yes; then
13110 cat >>confdefs.h
<<_ACEOF
13111 #define HAVE_LIBLOCKFILE 1
13114 LIBS
="-llockfile $LIBS"
13118 # If we have the shared liblockfile, assume we must use it for mail
13119 # locking (e.g. Debian). If we couldn't link against liblockfile
13120 # (no liblockfile.a installed), ensure that we don't need to.
13121 if test "$ac_cv_lib_lockfile_maillock" = no
; then
13122 # Extract the first word of "liblockfile.so", so it can be a program name with args.
13123 set dummy liblockfile.so
; ac_word
=$2
13124 echo "$as_me:$LINENO: checking for $ac_word" >&5
13125 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13126 if test "${ac_cv_prog_liblockfile+set}" = set; then
13127 echo $ECHO_N "(cached) $ECHO_C" >&6
13129 if test -n "$liblockfile"; then
13130 ac_cv_prog_liblockfile
="$liblockfile" # Let the user override the test.
13132 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13133 as_dummy
="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH"
13134 for as_dir
in $as_dummy
13137 test -z "$as_dir" && as_dir
=.
13138 for ac_exec_ext
in '' $ac_executable_extensions; do
13139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13140 ac_cv_prog_liblockfile
="yes"
13141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13147 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile
="no"
13150 liblockfile
=$ac_cv_prog_liblockfile
13151 if test -n "$liblockfile"; then
13152 echo "$as_me:$LINENO: result: $liblockfile" >&5
13153 echo "${ECHO_T}$liblockfile" >&6
13155 echo "$as_me:$LINENO: result: no" >&5
13156 echo "${ECHO_T}no" >&6
13159 if test $ac_cv_prog_liblockfile = yes; then
13160 { { echo "$as_me:$LINENO: error: Shared liblockfile found but can't link against it.
13161 This probably means that movemail could lose mail.
13162 There may be a \`development' package to install containing liblockfile." >&5
13163 echo "$as_me: error: Shared liblockfile found but can't link against it.
13164 This probably means that movemail could lose mail.
13165 There may be a \`development' package to install containing liblockfile." >&2;}
13166 { (exit 1); exit 1; }; }
13171 for ac_func
in touchlock
13173 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13174 echo "$as_me:$LINENO: checking for $ac_func" >&5
13175 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13176 if eval "test \"\${$as_ac_var+set}\" = set"; then
13177 echo $ECHO_N "(cached) $ECHO_C" >&6
13179 cat >conftest.
$ac_ext <<_ACEOF
13182 cat confdefs.h
>>conftest.
$ac_ext
13183 cat >>conftest.
$ac_ext <<_ACEOF
13184 /* end confdefs.h. */
13185 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13186 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13187 #define $ac_func innocuous_$ac_func
13189 /* System header to define __stub macros and hopefully few prototypes,
13190 which can conflict with char $ac_func (); below.
13191 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13192 <limits.h> exists even on freestanding compilers. */
13195 # include <limits.h>
13197 # include <assert.h>
13202 /* Override any gcc2 internal prototype to avoid an error. */
13207 /* We use char because int might match the return type of a gcc2
13208 builtin and then its argument prototype would still apply. */
13210 /* The GNU C library defines this for functions which it implements
13211 to always fail with ENOSYS. Some functions are actually named
13212 something starting with __ and the normal name is an alias. */
13213 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13216 char (*f) () = $ac_func;
13225 return f != $ac_func;
13230 rm -f conftest.
$ac_objext conftest
$ac_exeext
13231 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13232 (eval $ac_link) 2>conftest.er1
13234 grep -v '^ *+' conftest.er1
>conftest.err
13236 cat conftest.err
>&5
13237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13238 (exit $ac_status); } &&
13239 { ac_try
='test -z "$ac_c_werror_flag"
13240 || test ! -s conftest.err'
13241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13242 (eval $ac_try) 2>&5
13244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13245 (exit $ac_status); }; } &&
13246 { ac_try
='test -s conftest$ac_exeext'
13247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13248 (eval $ac_try) 2>&5
13250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13251 (exit $ac_status); }; }; then
13252 eval "$as_ac_var=yes"
13254 echo "$as_me: failed program was:" >&5
13255 sed 's/^/| /' conftest.
$ac_ext >&5
13257 eval "$as_ac_var=no"
13259 rm -f conftest.err conftest.
$ac_objext \
13260 conftest
$ac_exeext conftest.
$ac_ext
13262 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13263 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13264 if test `eval echo '${'$as_ac_var'}'` = yes; then
13265 cat >>confdefs.h
<<_ACEOF
13266 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13273 for ac_header
in maillock.h
13275 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13276 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13277 echo "$as_me:$LINENO: checking for $ac_header" >&5
13278 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13279 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13280 echo $ECHO_N "(cached) $ECHO_C" >&6
13282 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13283 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13285 # Is the header compilable?
13286 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13287 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13288 cat >conftest.
$ac_ext <<_ACEOF
13291 cat confdefs.h
>>conftest.
$ac_ext
13292 cat >>conftest.
$ac_ext <<_ACEOF
13293 /* end confdefs.h. */
13294 $ac_includes_default
13295 #include <$ac_header>
13297 rm -f conftest.
$ac_objext
13298 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13299 (eval $ac_compile) 2>conftest.er1
13301 grep -v '^ *+' conftest.er1
>conftest.err
13303 cat conftest.err
>&5
13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13305 (exit $ac_status); } &&
13306 { ac_try
='test -z "$ac_c_werror_flag"
13307 || test ! -s conftest.err'
13308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13309 (eval $ac_try) 2>&5
13311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13312 (exit $ac_status); }; } &&
13313 { ac_try
='test -s conftest.$ac_objext'
13314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13315 (eval $ac_try) 2>&5
13317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13318 (exit $ac_status); }; }; then
13319 ac_header_compiler
=yes
13321 echo "$as_me: failed program was:" >&5
13322 sed 's/^/| /' conftest.
$ac_ext >&5
13324 ac_header_compiler
=no
13326 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13327 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13328 echo "${ECHO_T}$ac_header_compiler" >&6
13330 # Is the header present?
13331 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13332 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13333 cat >conftest.
$ac_ext <<_ACEOF
13336 cat confdefs.h
>>conftest.
$ac_ext
13337 cat >>conftest.
$ac_ext <<_ACEOF
13338 /* end confdefs.h. */
13339 #include <$ac_header>
13341 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13342 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13344 grep -v '^ *+' conftest.er1
>conftest.err
13346 cat conftest.err
>&5
13347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13348 (exit $ac_status); } >/dev
/null
; then
13349 if test -s conftest.err
; then
13350 ac_cpp_err
=$ac_c_preproc_warn_flag
13351 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13358 if test -z "$ac_cpp_err"; then
13359 ac_header_preproc
=yes
13361 echo "$as_me: failed program was:" >&5
13362 sed 's/^/| /' conftest.
$ac_ext >&5
13364 ac_header_preproc
=no
13366 rm -f conftest.err conftest.
$ac_ext
13367 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13368 echo "${ECHO_T}$ac_header_preproc" >&6
13370 # So? What about this header?
13371 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13373 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13374 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13375 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13376 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13377 ac_header_preproc
=yes
13380 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13381 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13382 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13383 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13384 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13385 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13386 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13387 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13388 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13389 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13390 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13391 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13394 ## ------------------------------------------ ##
13395 ## Report this to the AC_PACKAGE_NAME lists. ##
13396 ## ------------------------------------------ ##
13399 sed "s/^/$as_me: WARNING: /" >&2
13402 echo "$as_me:$LINENO: checking for $ac_header" >&5
13403 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13404 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13405 echo $ECHO_N "(cached) $ECHO_C" >&6
13407 eval "$as_ac_Header=\$ac_header_preproc"
13409 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13410 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13413 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13414 cat >>confdefs.h
<<_ACEOF
13415 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13489 for ac_func
in gethostname getdomainname dup2 \
13490 rename closedir mkdir
rmdir sysinfo \
13491 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
13492 strerror fpathconf
select mktime euidaccess getpagesize tzset setlocale \
13493 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
13494 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
13495 sendto recvfrom getsockopt setsockopt getsockname getpeername \
13496 gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \
13497 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign
13499 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13500 echo "$as_me:$LINENO: checking for $ac_func" >&5
13501 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13502 if eval "test \"\${$as_ac_var+set}\" = set"; then
13503 echo $ECHO_N "(cached) $ECHO_C" >&6
13505 cat >conftest.
$ac_ext <<_ACEOF
13508 cat confdefs.h
>>conftest.
$ac_ext
13509 cat >>conftest.
$ac_ext <<_ACEOF
13510 /* end confdefs.h. */
13511 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13512 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13513 #define $ac_func innocuous_$ac_func
13515 /* System header to define __stub macros and hopefully few prototypes,
13516 which can conflict with char $ac_func (); below.
13517 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13518 <limits.h> exists even on freestanding compilers. */
13521 # include <limits.h>
13523 # include <assert.h>
13528 /* Override any gcc2 internal prototype to avoid an error. */
13533 /* We use char because int might match the return type of a gcc2
13534 builtin and then its argument prototype would still apply. */
13536 /* The GNU C library defines this for functions which it implements
13537 to always fail with ENOSYS. Some functions are actually named
13538 something starting with __ and the normal name is an alias. */
13539 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13542 char (*f) () = $ac_func;
13551 return f != $ac_func;
13556 rm -f conftest.
$ac_objext conftest
$ac_exeext
13557 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13558 (eval $ac_link) 2>conftest.er1
13560 grep -v '^ *+' conftest.er1
>conftest.err
13562 cat conftest.err
>&5
13563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13564 (exit $ac_status); } &&
13565 { ac_try
='test -z "$ac_c_werror_flag"
13566 || test ! -s conftest.err'
13567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13568 (eval $ac_try) 2>&5
13570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13571 (exit $ac_status); }; } &&
13572 { ac_try
='test -s conftest$ac_exeext'
13573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13574 (eval $ac_try) 2>&5
13576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13577 (exit $ac_status); }; }; then
13578 eval "$as_ac_var=yes"
13580 echo "$as_me: failed program was:" >&5
13581 sed 's/^/| /' conftest.
$ac_ext >&5
13583 eval "$as_ac_var=no"
13585 rm -f conftest.err conftest.
$ac_objext \
13586 conftest
$ac_exeext conftest.
$ac_ext
13588 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13589 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13590 if test `eval echo '${'$as_ac_var'}'` = yes; then
13591 cat >>confdefs.h
<<_ACEOF
13592 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13600 for ac_header
in sys
/un.h
13602 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13603 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13604 echo "$as_me:$LINENO: checking for $ac_header" >&5
13605 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13606 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13607 echo $ECHO_N "(cached) $ECHO_C" >&6
13609 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13610 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13612 # Is the header compilable?
13613 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13614 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13615 cat >conftest.
$ac_ext <<_ACEOF
13618 cat confdefs.h
>>conftest.
$ac_ext
13619 cat >>conftest.
$ac_ext <<_ACEOF
13620 /* end confdefs.h. */
13621 $ac_includes_default
13622 #include <$ac_header>
13624 rm -f conftest.
$ac_objext
13625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13626 (eval $ac_compile) 2>conftest.er1
13628 grep -v '^ *+' conftest.er1
>conftest.err
13630 cat conftest.err
>&5
13631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13632 (exit $ac_status); } &&
13633 { ac_try
='test -z "$ac_c_werror_flag"
13634 || test ! -s conftest.err'
13635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13636 (eval $ac_try) 2>&5
13638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13639 (exit $ac_status); }; } &&
13640 { ac_try
='test -s conftest.$ac_objext'
13641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13642 (eval $ac_try) 2>&5
13644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13645 (exit $ac_status); }; }; then
13646 ac_header_compiler
=yes
13648 echo "$as_me: failed program was:" >&5
13649 sed 's/^/| /' conftest.
$ac_ext >&5
13651 ac_header_compiler
=no
13653 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13654 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13655 echo "${ECHO_T}$ac_header_compiler" >&6
13657 # Is the header present?
13658 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13659 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13660 cat >conftest.
$ac_ext <<_ACEOF
13663 cat confdefs.h
>>conftest.
$ac_ext
13664 cat >>conftest.
$ac_ext <<_ACEOF
13665 /* end confdefs.h. */
13666 #include <$ac_header>
13668 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13669 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13671 grep -v '^ *+' conftest.er1
>conftest.err
13673 cat conftest.err
>&5
13674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13675 (exit $ac_status); } >/dev
/null
; then
13676 if test -s conftest.err
; then
13677 ac_cpp_err
=$ac_c_preproc_warn_flag
13678 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13685 if test -z "$ac_cpp_err"; then
13686 ac_header_preproc
=yes
13688 echo "$as_me: failed program was:" >&5
13689 sed 's/^/| /' conftest.
$ac_ext >&5
13691 ac_header_preproc
=no
13693 rm -f conftest.err conftest.
$ac_ext
13694 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13695 echo "${ECHO_T}$ac_header_preproc" >&6
13697 # So? What about this header?
13698 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13700 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13701 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13702 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13703 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13704 ac_header_preproc
=yes
13707 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13708 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13709 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13710 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13711 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13712 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13713 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13714 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13715 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13716 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13717 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13718 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13721 ## ------------------------------------------ ##
13722 ## Report this to the AC_PACKAGE_NAME lists. ##
13723 ## ------------------------------------------ ##
13726 sed "s/^/$as_me: WARNING: /" >&2
13729 echo "$as_me:$LINENO: checking for $ac_header" >&5
13730 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13731 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13732 echo $ECHO_N "(cached) $ECHO_C" >&6
13734 eval "$as_ac_Header=\$ac_header_preproc"
13736 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13737 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13740 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13741 cat >>confdefs.h
<<_ACEOF
13742 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13753 for ac_header
in stdlib.h sys
/time.h unistd.h
13755 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13756 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13757 echo "$as_me:$LINENO: checking for $ac_header" >&5
13758 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13759 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13760 echo $ECHO_N "(cached) $ECHO_C" >&6
13762 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13763 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13765 # Is the header compilable?
13766 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13767 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13768 cat >conftest.
$ac_ext <<_ACEOF
13771 cat confdefs.h
>>conftest.
$ac_ext
13772 cat >>conftest.
$ac_ext <<_ACEOF
13773 /* end confdefs.h. */
13774 $ac_includes_default
13775 #include <$ac_header>
13777 rm -f conftest.
$ac_objext
13778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13779 (eval $ac_compile) 2>conftest.er1
13781 grep -v '^ *+' conftest.er1
>conftest.err
13783 cat conftest.err
>&5
13784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13785 (exit $ac_status); } &&
13786 { ac_try
='test -z "$ac_c_werror_flag"
13787 || test ! -s conftest.err'
13788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13789 (eval $ac_try) 2>&5
13791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13792 (exit $ac_status); }; } &&
13793 { ac_try
='test -s conftest.$ac_objext'
13794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13795 (eval $ac_try) 2>&5
13797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13798 (exit $ac_status); }; }; then
13799 ac_header_compiler
=yes
13801 echo "$as_me: failed program was:" >&5
13802 sed 's/^/| /' conftest.
$ac_ext >&5
13804 ac_header_compiler
=no
13806 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13807 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13808 echo "${ECHO_T}$ac_header_compiler" >&6
13810 # Is the header present?
13811 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13812 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13813 cat >conftest.
$ac_ext <<_ACEOF
13816 cat confdefs.h
>>conftest.
$ac_ext
13817 cat >>conftest.
$ac_ext <<_ACEOF
13818 /* end confdefs.h. */
13819 #include <$ac_header>
13821 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13822 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13824 grep -v '^ *+' conftest.er1
>conftest.err
13826 cat conftest.err
>&5
13827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13828 (exit $ac_status); } >/dev
/null
; then
13829 if test -s conftest.err
; then
13830 ac_cpp_err
=$ac_c_preproc_warn_flag
13831 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13838 if test -z "$ac_cpp_err"; then
13839 ac_header_preproc
=yes
13841 echo "$as_me: failed program was:" >&5
13842 sed 's/^/| /' conftest.
$ac_ext >&5
13844 ac_header_preproc
=no
13846 rm -f conftest.err conftest.
$ac_ext
13847 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13848 echo "${ECHO_T}$ac_header_preproc" >&6
13850 # So? What about this header?
13851 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13853 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13854 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13855 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13856 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13857 ac_header_preproc
=yes
13860 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13861 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13862 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13863 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13864 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13865 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13866 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13867 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13868 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13869 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13870 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13871 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13874 ## ------------------------------------------ ##
13875 ## Report this to the AC_PACKAGE_NAME lists. ##
13876 ## ------------------------------------------ ##
13879 sed "s/^/$as_me: WARNING: /" >&2
13882 echo "$as_me:$LINENO: checking for $ac_header" >&5
13883 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13884 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13885 echo $ECHO_N "(cached) $ECHO_C" >&6
13887 eval "$as_ac_Header=\$ac_header_preproc"
13889 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13890 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13893 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13894 cat >>confdefs.h
<<_ACEOF
13895 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13903 for ac_func
in alarm
13905 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13906 echo "$as_me:$LINENO: checking for $ac_func" >&5
13907 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13908 if eval "test \"\${$as_ac_var+set}\" = set"; then
13909 echo $ECHO_N "(cached) $ECHO_C" >&6
13911 cat >conftest.
$ac_ext <<_ACEOF
13914 cat confdefs.h
>>conftest.
$ac_ext
13915 cat >>conftest.
$ac_ext <<_ACEOF
13916 /* end confdefs.h. */
13917 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13918 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13919 #define $ac_func innocuous_$ac_func
13921 /* System header to define __stub macros and hopefully few prototypes,
13922 which can conflict with char $ac_func (); below.
13923 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13924 <limits.h> exists even on freestanding compilers. */
13927 # include <limits.h>
13929 # include <assert.h>
13934 /* Override any gcc2 internal prototype to avoid an error. */
13939 /* We use char because int might match the return type of a gcc2
13940 builtin and then its argument prototype would still apply. */
13942 /* The GNU C library defines this for functions which it implements
13943 to always fail with ENOSYS. Some functions are actually named
13944 something starting with __ and the normal name is an alias. */
13945 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13948 char (*f) () = $ac_func;
13957 return f != $ac_func;
13962 rm -f conftest.
$ac_objext conftest
$ac_exeext
13963 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13964 (eval $ac_link) 2>conftest.er1
13966 grep -v '^ *+' conftest.er1
>conftest.err
13968 cat conftest.err
>&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } &&
13971 { ac_try
='test -z "$ac_c_werror_flag"
13972 || test ! -s conftest.err'
13973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13974 (eval $ac_try) 2>&5
13976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13977 (exit $ac_status); }; } &&
13978 { ac_try
='test -s conftest$ac_exeext'
13979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13980 (eval $ac_try) 2>&5
13982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13983 (exit $ac_status); }; }; then
13984 eval "$as_ac_var=yes"
13986 echo "$as_me: failed program was:" >&5
13987 sed 's/^/| /' conftest.
$ac_ext >&5
13989 eval "$as_ac_var=no"
13991 rm -f conftest.err conftest.
$ac_objext \
13992 conftest
$ac_exeext conftest.
$ac_ext
13994 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13995 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13996 if test `eval echo '${'$as_ac_var'}'` = yes; then
13997 cat >>confdefs.h
<<_ACEOF
13998 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14004 echo "$as_me:$LINENO: checking for working mktime" >&5
14005 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
14006 if test "${ac_cv_func_working_mktime+set}" = set; then
14007 echo $ECHO_N "(cached) $ECHO_C" >&6
14009 if test "$cross_compiling" = yes; then
14010 ac_cv_func_working_mktime
=no
14012 cat >conftest.
$ac_ext <<_ACEOF
14015 cat confdefs.h
>>conftest.
$ac_ext
14016 cat >>conftest.
$ac_ext <<_ACEOF
14017 /* end confdefs.h. */
14018 /* Test program from Paul Eggert and Tony Leneis. */
14019 #if TIME_WITH_SYS_TIME
14020 # include <sys/time.h>
14023 # if HAVE_SYS_TIME_H
14024 # include <sys/time.h>
14031 # include <stdlib.h>
14035 # include <unistd.h>
14039 # define alarm(X) /* empty */
14042 /* Work around redefinition to rpl_putenv by other config tests. */
14045 static time_t time_t_max;
14046 static time_t time_t_min;
14048 /* Values we'll use to set the TZ environment variable. */
14049 static char *tz_strings[] = {
14050 (char *) 0, "TZ=GMT0", "TZ=JST-9",
14051 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
14053 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
14055 /* Fail if mktime fails to convert a date in the spring-forward gap.
14056 Based on a problem report from Andreas Jaeger. */
14058 spring_forward_gap ()
14060 /* glibc (up to about 1998-10-07) failed this test. */
14063 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
14064 instead of "TZ=America/Vancouver" in order to detect the bug even
14065 on systems that don't support the Olson extension, or don't have the
14066 full zoneinfo tables installed. */
14067 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
14076 if (mktime (&tm) == (time_t)-1)
14085 if ((lt = localtime (&now)) && mktime (lt) != now)
14093 mktime_test1 (now);
14094 mktime_test1 ((time_t) (time_t_max - now));
14095 mktime_test1 ((time_t) (time_t_min + now));
14101 /* Based on code from Ariel Faigon. */
14111 if (tm.tm_mon != 2 || tm.tm_mday != 31)
14121 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
14122 now = mktime (&tm);
14123 if (now != (time_t) -1)
14125 struct tm *lt = localtime (&now);
14127 && lt->tm_year == tm.tm_year
14128 && lt->tm_mon == tm.tm_mon
14129 && lt->tm_mday == tm.tm_mday
14130 && lt->tm_hour == tm.tm_hour
14131 && lt->tm_min == tm.tm_min
14132 && lt->tm_sec == tm.tm_sec
14133 && lt->tm_yday == tm.tm_yday
14134 && lt->tm_wday == tm.tm_wday
14135 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
14136 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
14147 /* This test makes some buggy mktime implementations loop.
14148 Give up after 60 seconds; a mktime slower than that
14149 isn't worth using anyway. */
14152 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
14155 if ((time_t) -1 < 0)
14156 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
14158 delta = time_t_max / 997; /* a suitable prime number */
14159 for (i = 0; i < N_STRINGS; i++)
14162 putenv (tz_strings[i]);
14164 for (t = 0; t <= time_t_max - delta; t += delta)
14166 mktime_test ((time_t) 1);
14167 mktime_test ((time_t) (60 * 60));
14168 mktime_test ((time_t) (60 * 60 * 24));
14170 for (j = 1; 0 < j; j *= 2)
14172 bigtime_test (j - 1);
14175 spring_forward_gap ();
14179 rm -f conftest
$ac_exeext
14180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14181 (eval $ac_link) 2>&5
14183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14184 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14186 (eval $ac_try) 2>&5
14188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14189 (exit $ac_status); }; }; then
14190 ac_cv_func_working_mktime
=yes
14192 echo "$as_me: program exited with status $ac_status" >&5
14193 echo "$as_me: failed program was:" >&5
14194 sed 's/^/| /' conftest.
$ac_ext >&5
14196 ( exit $ac_status )
14197 ac_cv_func_working_mktime
=no
14199 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14202 echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
14203 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
14204 if test $ac_cv_func_working_mktime = no
; then
14206 "mktime.$ac_objext" | \
14207 *" mktime.$ac_objext" | \
14208 "mktime.$ac_objext "* | \
14209 *" mktime.$ac_objext "* ) ;;
14210 *) LIBOBJS
="$LIBOBJS mktime.$ac_objext" ;;
14215 if test "$ac_cv_func_working_mktime" = no
; then
14217 cat >>confdefs.h
<<\_ACEOF
14218 #define BROKEN_MKTIME 1
14223 ac_have_func
=no
# yes means we've found a way to get the load average.
14225 # Make sure getloadavg.c is where it belongs, at configure-time.
14226 test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
14227 { { echo "$as_me:$LINENO: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&5
14228 echo "$as_me: error: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing" >&2;}
14229 { (exit 1); exit 1; }; }
14233 # Check for getloadavg, but be sure not to touch the cache variable.
14234 (echo "$as_me:$LINENO: checking for getloadavg" >&5
14235 echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
14236 if test "${ac_cv_func_getloadavg+set}" = set; then
14237 echo $ECHO_N "(cached) $ECHO_C" >&6
14239 cat >conftest.
$ac_ext <<_ACEOF
14242 cat confdefs.h
>>conftest.
$ac_ext
14243 cat >>conftest.
$ac_ext <<_ACEOF
14244 /* end confdefs.h. */
14245 /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
14246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14247 #define getloadavg innocuous_getloadavg
14249 /* System header to define __stub macros and hopefully few prototypes,
14250 which can conflict with char getloadavg (); below.
14251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14252 <limits.h> exists even on freestanding compilers. */
14255 # include <limits.h>
14257 # include <assert.h>
14262 /* Override any gcc2 internal prototype to avoid an error. */
14267 /* We use char because int might match the return type of a gcc2
14268 builtin and then its argument prototype would still apply. */
14269 char getloadavg ();
14270 /* The GNU C library defines this for functions which it implements
14271 to always fail with ENOSYS. Some functions are actually named
14272 something starting with __ and the normal name is an alias. */
14273 #if defined (__stub_getloadavg) || defined (__stub___getloadavg)
14276 char (*f) () = getloadavg;
14285 return f != getloadavg;
14290 rm -f conftest.
$ac_objext conftest
$ac_exeext
14291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14292 (eval $ac_link) 2>conftest.er1
14294 grep -v '^ *+' conftest.er1
>conftest.err
14296 cat conftest.err
>&5
14297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14298 (exit $ac_status); } &&
14299 { ac_try
='test -z "$ac_c_werror_flag"
14300 || test ! -s conftest.err'
14301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14302 (eval $ac_try) 2>&5
14304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14305 (exit $ac_status); }; } &&
14306 { ac_try
='test -s conftest$ac_exeext'
14307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14308 (eval $ac_try) 2>&5
14310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14311 (exit $ac_status); }; }; then
14312 ac_cv_func_getloadavg
=yes
14314 echo "$as_me: failed program was:" >&5
14315 sed 's/^/| /' conftest.
$ac_ext >&5
14317 ac_cv_func_getloadavg
=no
14319 rm -f conftest.err conftest.
$ac_objext \
14320 conftest
$ac_exeext conftest.
$ac_ext
14322 echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
14323 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
14324 if test $ac_cv_func_getloadavg = yes; then
14329 ) && ac_have_func
=yes
14331 # On HPUX9, an unprivileged user can get load averages through this function.
14333 for ac_func
in pstat_getdynamic
14335 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14336 echo "$as_me:$LINENO: checking for $ac_func" >&5
14337 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14338 if eval "test \"\${$as_ac_var+set}\" = set"; then
14339 echo $ECHO_N "(cached) $ECHO_C" >&6
14341 cat >conftest.
$ac_ext <<_ACEOF
14344 cat confdefs.h
>>conftest.
$ac_ext
14345 cat >>conftest.
$ac_ext <<_ACEOF
14346 /* end confdefs.h. */
14347 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14348 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14349 #define $ac_func innocuous_$ac_func
14351 /* System header to define __stub macros and hopefully few prototypes,
14352 which can conflict with char $ac_func (); below.
14353 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14354 <limits.h> exists even on freestanding compilers. */
14357 # include <limits.h>
14359 # include <assert.h>
14364 /* Override any gcc2 internal prototype to avoid an error. */
14369 /* We use char because int might match the return type of a gcc2
14370 builtin and then its argument prototype would still apply. */
14372 /* The GNU C library defines this for functions which it implements
14373 to always fail with ENOSYS. Some functions are actually named
14374 something starting with __ and the normal name is an alias. */
14375 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14378 char (*f) () = $ac_func;
14387 return f != $ac_func;
14392 rm -f conftest.
$ac_objext conftest
$ac_exeext
14393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14394 (eval $ac_link) 2>conftest.er1
14396 grep -v '^ *+' conftest.er1
>conftest.err
14398 cat conftest.err
>&5
14399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14400 (exit $ac_status); } &&
14401 { ac_try
='test -z "$ac_c_werror_flag"
14402 || test ! -s conftest.err'
14403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14404 (eval $ac_try) 2>&5
14406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14407 (exit $ac_status); }; } &&
14408 { ac_try
='test -s conftest$ac_exeext'
14409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14410 (eval $ac_try) 2>&5
14412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14413 (exit $ac_status); }; }; then
14414 eval "$as_ac_var=yes"
14416 echo "$as_me: failed program was:" >&5
14417 sed 's/^/| /' conftest.
$ac_ext >&5
14419 eval "$as_ac_var=no"
14421 rm -f conftest.err conftest.
$ac_objext \
14422 conftest
$ac_exeext conftest.
$ac_ext
14424 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14425 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14426 if test `eval echo '${'$as_ac_var'}'` = yes; then
14427 cat >>confdefs.h
<<_ACEOF
14428 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14435 # Solaris has libkstat which does not require root.
14437 echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
14438 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
14439 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
14440 echo $ECHO_N "(cached) $ECHO_C" >&6
14442 ac_check_lib_save_LIBS
=$LIBS
14443 LIBS
="-lkstat $LIBS"
14444 cat >conftest.
$ac_ext <<_ACEOF
14447 cat confdefs.h
>>conftest.
$ac_ext
14448 cat >>conftest.
$ac_ext <<_ACEOF
14449 /* end confdefs.h. */
14451 /* Override any gcc2 internal prototype to avoid an error. */
14455 /* We use char because int might match the return type of a gcc2
14456 builtin and then its argument prototype would still apply. */
14457 char kstat_open ();
14466 rm -f conftest.
$ac_objext conftest
$ac_exeext
14467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14468 (eval $ac_link) 2>conftest.er1
14470 grep -v '^ *+' conftest.er1
>conftest.err
14472 cat conftest.err
>&5
14473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14474 (exit $ac_status); } &&
14475 { ac_try
='test -z "$ac_c_werror_flag"
14476 || test ! -s conftest.err'
14477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14478 (eval $ac_try) 2>&5
14480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14481 (exit $ac_status); }; } &&
14482 { ac_try
='test -s conftest$ac_exeext'
14483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14484 (eval $ac_try) 2>&5
14486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14487 (exit $ac_status); }; }; then
14488 ac_cv_lib_kstat_kstat_open
=yes
14490 echo "$as_me: failed program was:" >&5
14491 sed 's/^/| /' conftest.
$ac_ext >&5
14493 ac_cv_lib_kstat_kstat_open
=no
14495 rm -f conftest.err conftest.
$ac_objext \
14496 conftest
$ac_exeext conftest.
$ac_ext
14497 LIBS
=$ac_check_lib_save_LIBS
14499 echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
14500 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
14501 if test $ac_cv_lib_kstat_kstat_open = yes; then
14502 cat >>confdefs.h
<<_ACEOF
14503 #define HAVE_LIBKSTAT 1
14506 LIBS
="-lkstat $LIBS"
14510 test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func
=yes
14512 # Some systems with -lutil have (and need) -lkvm as well, some do not.
14513 # On Solaris, -lkvm requires nlist from -lelf, so check that first
14514 # to get the right answer into the cache.
14515 # For kstat on solaris, we need libelf to force the definition of SVR4 below.
14516 if test $ac_have_func = no
; then
14517 echo "$as_me:$LINENO: checking for elf_begin in -lelf" >&5
14518 echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
14519 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
14520 echo $ECHO_N "(cached) $ECHO_C" >&6
14522 ac_check_lib_save_LIBS
=$LIBS
14524 cat >conftest.
$ac_ext <<_ACEOF
14527 cat confdefs.h
>>conftest.
$ac_ext
14528 cat >>conftest.
$ac_ext <<_ACEOF
14529 /* end confdefs.h. */
14531 /* Override any gcc2 internal prototype to avoid an error. */
14535 /* We use char because int might match the return type of a gcc2
14536 builtin and then its argument prototype would still apply. */
14546 rm -f conftest.
$ac_objext conftest
$ac_exeext
14547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14548 (eval $ac_link) 2>conftest.er1
14550 grep -v '^ *+' conftest.er1
>conftest.err
14552 cat conftest.err
>&5
14553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14554 (exit $ac_status); } &&
14555 { ac_try
='test -z "$ac_c_werror_flag"
14556 || test ! -s conftest.err'
14557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14558 (eval $ac_try) 2>&5
14560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561 (exit $ac_status); }; } &&
14562 { ac_try
='test -s conftest$ac_exeext'
14563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14564 (eval $ac_try) 2>&5
14566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); }; }; then
14568 ac_cv_lib_elf_elf_begin
=yes
14570 echo "$as_me: failed program was:" >&5
14571 sed 's/^/| /' conftest.
$ac_ext >&5
14573 ac_cv_lib_elf_elf_begin
=no
14575 rm -f conftest.err conftest.
$ac_objext \
14576 conftest
$ac_exeext conftest.
$ac_ext
14577 LIBS
=$ac_check_lib_save_LIBS
14579 echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
14580 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
14581 if test $ac_cv_lib_elf_elf_begin = yes; then
14586 if test $ac_have_func = no
; then
14587 echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5
14588 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
14589 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
14590 echo $ECHO_N "(cached) $ECHO_C" >&6
14592 ac_check_lib_save_LIBS
=$LIBS
14594 cat >conftest.
$ac_ext <<_ACEOF
14597 cat confdefs.h
>>conftest.
$ac_ext
14598 cat >>conftest.
$ac_ext <<_ACEOF
14599 /* end confdefs.h. */
14601 /* Override any gcc2 internal prototype to avoid an error. */
14605 /* We use char because int might match the return type of a gcc2
14606 builtin and then its argument prototype would still apply. */
14616 rm -f conftest.
$ac_objext conftest
$ac_exeext
14617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14618 (eval $ac_link) 2>conftest.er1
14620 grep -v '^ *+' conftest.er1
>conftest.err
14622 cat conftest.err
>&5
14623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14624 (exit $ac_status); } &&
14625 { ac_try
='test -z "$ac_c_werror_flag"
14626 || test ! -s conftest.err'
14627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14628 (eval $ac_try) 2>&5
14630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14631 (exit $ac_status); }; } &&
14632 { ac_try
='test -s conftest$ac_exeext'
14633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14634 (eval $ac_try) 2>&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); }; }; then
14638 ac_cv_lib_kvm_kvm_open
=yes
14640 echo "$as_me: failed program was:" >&5
14641 sed 's/^/| /' conftest.
$ac_ext >&5
14643 ac_cv_lib_kvm_kvm_open
=no
14645 rm -f conftest.err conftest.
$ac_objext \
14646 conftest
$ac_exeext conftest.
$ac_ext
14647 LIBS
=$ac_check_lib_save_LIBS
14649 echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
14650 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
14651 if test $ac_cv_lib_kvm_kvm_open = yes; then
14655 # Check for the 4.4BSD definition of getloadavg.
14656 echo "$as_me:$LINENO: checking for getloadavg in -lutil" >&5
14657 echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
14658 if test "${ac_cv_lib_util_getloadavg+set}" = set; then
14659 echo $ECHO_N "(cached) $ECHO_C" >&6
14661 ac_check_lib_save_LIBS
=$LIBS
14662 LIBS
="-lutil $LIBS"
14663 cat >conftest.
$ac_ext <<_ACEOF
14666 cat confdefs.h
>>conftest.
$ac_ext
14667 cat >>conftest.
$ac_ext <<_ACEOF
14668 /* end confdefs.h. */
14670 /* Override any gcc2 internal prototype to avoid an error. */
14674 /* We use char because int might match the return type of a gcc2
14675 builtin and then its argument prototype would still apply. */
14676 char getloadavg ();
14685 rm -f conftest.
$ac_objext conftest
$ac_exeext
14686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14687 (eval $ac_link) 2>conftest.er1
14689 grep -v '^ *+' conftest.er1
>conftest.err
14691 cat conftest.err
>&5
14692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14693 (exit $ac_status); } &&
14694 { ac_try
='test -z "$ac_c_werror_flag"
14695 || test ! -s conftest.err'
14696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14697 (eval $ac_try) 2>&5
14699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14700 (exit $ac_status); }; } &&
14701 { ac_try
='test -s conftest$ac_exeext'
14702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14703 (eval $ac_try) 2>&5
14705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14706 (exit $ac_status); }; }; then
14707 ac_cv_lib_util_getloadavg
=yes
14709 echo "$as_me: failed program was:" >&5
14710 sed 's/^/| /' conftest.
$ac_ext >&5
14712 ac_cv_lib_util_getloadavg
=no
14714 rm -f conftest.err conftest.
$ac_objext \
14715 conftest
$ac_exeext conftest.
$ac_ext
14716 LIBS
=$ac_check_lib_save_LIBS
14718 echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
14719 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
14720 if test $ac_cv_lib_util_getloadavg = yes; then
14721 LIBS
="-lutil $LIBS" ac_have_func
=yes ac_cv_func_getloadavg_setgid
=yes
14726 if test $ac_have_func = no
; then
14727 # There is a commonly available library for RS/6000 AIX.
14728 # Since it is not a standard part of AIX, it might be installed locally.
14729 ac_getloadavg_LIBS
=$LIBS
14730 LIBS
="-L/usr/local/lib $LIBS"
14731 echo "$as_me:$LINENO: checking for getloadavg in -lgetloadavg" >&5
14732 echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
14733 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
14734 echo $ECHO_N "(cached) $ECHO_C" >&6
14736 ac_check_lib_save_LIBS
=$LIBS
14737 LIBS
="-lgetloadavg $LIBS"
14738 cat >conftest.
$ac_ext <<_ACEOF
14741 cat confdefs.h
>>conftest.
$ac_ext
14742 cat >>conftest.
$ac_ext <<_ACEOF
14743 /* end confdefs.h. */
14745 /* Override any gcc2 internal prototype to avoid an error. */
14749 /* We use char because int might match the return type of a gcc2
14750 builtin and then its argument prototype would still apply. */
14751 char getloadavg ();
14760 rm -f conftest.
$ac_objext conftest
$ac_exeext
14761 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14762 (eval $ac_link) 2>conftest.er1
14764 grep -v '^ *+' conftest.er1
>conftest.err
14766 cat conftest.err
>&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } &&
14769 { ac_try
='test -z "$ac_c_werror_flag"
14770 || test ! -s conftest.err'
14771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14772 (eval $ac_try) 2>&5
14774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14775 (exit $ac_status); }; } &&
14776 { ac_try
='test -s conftest$ac_exeext'
14777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14778 (eval $ac_try) 2>&5
14780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14781 (exit $ac_status); }; }; then
14782 ac_cv_lib_getloadavg_getloadavg
=yes
14784 echo "$as_me: failed program was:" >&5
14785 sed 's/^/| /' conftest.
$ac_ext >&5
14787 ac_cv_lib_getloadavg_getloadavg
=no
14789 rm -f conftest.err conftest.
$ac_objext \
14790 conftest
$ac_exeext conftest.
$ac_ext
14791 LIBS
=$ac_check_lib_save_LIBS
14793 echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
14794 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
14795 if test $ac_cv_lib_getloadavg_getloadavg = yes; then
14796 LIBS
="-lgetloadavg $LIBS"
14798 LIBS
=$ac_getloadavg_LIBS
14803 # Make sure it is really in the library, if we think we found it,
14804 # otherwise set up the replacement function.
14806 for ac_func
in getloadavg
14808 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14809 echo "$as_me:$LINENO: checking for $ac_func" >&5
14810 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14811 if eval "test \"\${$as_ac_var+set}\" = set"; then
14812 echo $ECHO_N "(cached) $ECHO_C" >&6
14814 cat >conftest.
$ac_ext <<_ACEOF
14817 cat confdefs.h
>>conftest.
$ac_ext
14818 cat >>conftest.
$ac_ext <<_ACEOF
14819 /* end confdefs.h. */
14820 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14821 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14822 #define $ac_func innocuous_$ac_func
14824 /* System header to define __stub macros and hopefully few prototypes,
14825 which can conflict with char $ac_func (); below.
14826 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14827 <limits.h> exists even on freestanding compilers. */
14830 # include <limits.h>
14832 # include <assert.h>
14837 /* Override any gcc2 internal prototype to avoid an error. */
14842 /* We use char because int might match the return type of a gcc2
14843 builtin and then its argument prototype would still apply. */
14845 /* The GNU C library defines this for functions which it implements
14846 to always fail with ENOSYS. Some functions are actually named
14847 something starting with __ and the normal name is an alias. */
14848 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14851 char (*f) () = $ac_func;
14860 return f != $ac_func;
14865 rm -f conftest.
$ac_objext conftest
$ac_exeext
14866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14867 (eval $ac_link) 2>conftest.er1
14869 grep -v '^ *+' conftest.er1
>conftest.err
14871 cat conftest.err
>&5
14872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14873 (exit $ac_status); } &&
14874 { ac_try
='test -z "$ac_c_werror_flag"
14875 || test ! -s conftest.err'
14876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14877 (eval $ac_try) 2>&5
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); }; } &&
14881 { ac_try
='test -s conftest$ac_exeext'
14882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14883 (eval $ac_try) 2>&5
14885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14886 (exit $ac_status); }; }; then
14887 eval "$as_ac_var=yes"
14889 echo "$as_me: failed program was:" >&5
14890 sed 's/^/| /' conftest.
$ac_ext >&5
14892 eval "$as_ac_var=no"
14894 rm -f conftest.err conftest.
$ac_objext \
14895 conftest
$ac_exeext conftest.
$ac_ext
14897 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14898 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14899 if test `eval echo '${'$as_ac_var'}'` = yes; then
14900 cat >>confdefs.h
<<_ACEOF
14901 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14906 "getloadavg.$ac_objext" | \
14907 *" getloadavg.$ac_objext" | \
14908 "getloadavg.$ac_objext "* | \
14909 *" getloadavg.$ac_objext "* ) ;;
14910 *) LIBOBJS
="$LIBOBJS getloadavg.$ac_objext" ;;
14914 cat >>confdefs.h
<<\_ACEOF
14915 #define C_GETLOADAVG 1
14918 # Figure out what our getloadavg.c needs.
14920 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
14921 echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
14922 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
14923 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
14924 echo $ECHO_N "(cached) $ECHO_C" >&6
14926 echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
14927 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
14929 # Is the header compilable?
14930 echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
14931 echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
14932 cat >conftest.
$ac_ext <<_ACEOF
14935 cat confdefs.h
>>conftest.
$ac_ext
14936 cat >>conftest.
$ac_ext <<_ACEOF
14937 /* end confdefs.h. */
14938 $ac_includes_default
14939 #include <sys/dg_sys_info.h>
14941 rm -f conftest.
$ac_objext
14942 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14943 (eval $ac_compile) 2>conftest.er1
14945 grep -v '^ *+' conftest.er1
>conftest.err
14947 cat conftest.err
>&5
14948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949 (exit $ac_status); } &&
14950 { ac_try
='test -z "$ac_c_werror_flag"
14951 || test ! -s conftest.err'
14952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14953 (eval $ac_try) 2>&5
14955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14956 (exit $ac_status); }; } &&
14957 { ac_try
='test -s conftest.$ac_objext'
14958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14959 (eval $ac_try) 2>&5
14961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14962 (exit $ac_status); }; }; then
14963 ac_header_compiler
=yes
14965 echo "$as_me: failed program was:" >&5
14966 sed 's/^/| /' conftest.
$ac_ext >&5
14968 ac_header_compiler
=no
14970 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14971 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14972 echo "${ECHO_T}$ac_header_compiler" >&6
14974 # Is the header present?
14975 echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
14976 echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
14977 cat >conftest.
$ac_ext <<_ACEOF
14980 cat confdefs.h
>>conftest.
$ac_ext
14981 cat >>conftest.
$ac_ext <<_ACEOF
14982 /* end confdefs.h. */
14983 #include <sys/dg_sys_info.h>
14985 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14986 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14988 grep -v '^ *+' conftest.er1
>conftest.err
14990 cat conftest.err
>&5
14991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14992 (exit $ac_status); } >/dev
/null
; then
14993 if test -s conftest.err
; then
14994 ac_cpp_err
=$ac_c_preproc_warn_flag
14995 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15002 if test -z "$ac_cpp_err"; then
15003 ac_header_preproc
=yes
15005 echo "$as_me: failed program was:" >&5
15006 sed 's/^/| /' conftest.
$ac_ext >&5
15008 ac_header_preproc
=no
15010 rm -f conftest.err conftest.
$ac_ext
15011 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15012 echo "${ECHO_T}$ac_header_preproc" >&6
15014 # So? What about this header?
15015 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15017 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
15018 echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15019 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
15020 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
15021 ac_header_preproc
=yes
15024 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
15025 echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
15026 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
15027 echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
15028 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
15029 echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
15030 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
15031 echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
15032 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
15033 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
15034 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
15035 echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
15038 ## ------------------------------------------ ##
15039 ## Report this to the AC_PACKAGE_NAME lists. ##
15040 ## ------------------------------------------ ##
15043 sed "s/^/$as_me: WARNING: /" >&2
15046 echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
15047 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
15048 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
15049 echo $ECHO_N "(cached) $ECHO_C" >&6
15051 ac_cv_header_sys_dg_sys_info_h
=$ac_header_preproc
15053 echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
15054 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
15057 if test $ac_cv_header_sys_dg_sys_info_h = yes; then
15060 cat >>confdefs.h
<<\_ACEOF
15065 echo "$as_me:$LINENO: checking for dg_sys_info in -ldgc" >&5
15066 echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
15067 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
15068 echo $ECHO_N "(cached) $ECHO_C" >&6
15070 ac_check_lib_save_LIBS
=$LIBS
15072 cat >conftest.
$ac_ext <<_ACEOF
15075 cat confdefs.h
>>conftest.
$ac_ext
15076 cat >>conftest.
$ac_ext <<_ACEOF
15077 /* end confdefs.h. */
15079 /* Override any gcc2 internal prototype to avoid an error. */
15083 /* We use char because int might match the return type of a gcc2
15084 builtin and then its argument prototype would still apply. */
15085 char dg_sys_info ();
15094 rm -f conftest.
$ac_objext conftest
$ac_exeext
15095 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15096 (eval $ac_link) 2>conftest.er1
15098 grep -v '^ *+' conftest.er1
>conftest.err
15100 cat conftest.err
>&5
15101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15102 (exit $ac_status); } &&
15103 { ac_try
='test -z "$ac_c_werror_flag"
15104 || test ! -s conftest.err'
15105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15106 (eval $ac_try) 2>&5
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); }; } &&
15110 { ac_try
='test -s conftest$ac_exeext'
15111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15112 (eval $ac_try) 2>&5
15114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15115 (exit $ac_status); }; }; then
15116 ac_cv_lib_dgc_dg_sys_info
=yes
15118 echo "$as_me: failed program was:" >&5
15119 sed 's/^/| /' conftest.
$ac_ext >&5
15121 ac_cv_lib_dgc_dg_sys_info
=no
15123 rm -f conftest.err conftest.
$ac_objext \
15124 conftest
$ac_exeext conftest.
$ac_ext
15125 LIBS
=$ac_check_lib_save_LIBS
15127 echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
15128 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
15129 if test $ac_cv_lib_dgc_dg_sys_info = yes; then
15130 cat >>confdefs.h
<<_ACEOF
15131 #define HAVE_LIBDGC 1
15142 if test "${ac_cv_header_locale_h+set}" = set; then
15143 echo "$as_me:$LINENO: checking for locale.h" >&5
15144 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
15145 if test "${ac_cv_header_locale_h+set}" = set; then
15146 echo $ECHO_N "(cached) $ECHO_C" >&6
15148 echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
15149 echo "${ECHO_T}$ac_cv_header_locale_h" >&6
15151 # Is the header compilable?
15152 echo "$as_me:$LINENO: checking locale.h usability" >&5
15153 echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
15154 cat >conftest.
$ac_ext <<_ACEOF
15157 cat confdefs.h
>>conftest.
$ac_ext
15158 cat >>conftest.
$ac_ext <<_ACEOF
15159 /* end confdefs.h. */
15160 $ac_includes_default
15161 #include <locale.h>
15163 rm -f conftest.
$ac_objext
15164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15165 (eval $ac_compile) 2>conftest.er1
15167 grep -v '^ *+' conftest.er1
>conftest.err
15169 cat conftest.err
>&5
15170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15171 (exit $ac_status); } &&
15172 { ac_try
='test -z "$ac_c_werror_flag"
15173 || test ! -s conftest.err'
15174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15175 (eval $ac_try) 2>&5
15177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15178 (exit $ac_status); }; } &&
15179 { ac_try
='test -s conftest.$ac_objext'
15180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15181 (eval $ac_try) 2>&5
15183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15184 (exit $ac_status); }; }; then
15185 ac_header_compiler
=yes
15187 echo "$as_me: failed program was:" >&5
15188 sed 's/^/| /' conftest.
$ac_ext >&5
15190 ac_header_compiler
=no
15192 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15193 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15194 echo "${ECHO_T}$ac_header_compiler" >&6
15196 # Is the header present?
15197 echo "$as_me:$LINENO: checking locale.h presence" >&5
15198 echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
15199 cat >conftest.
$ac_ext <<_ACEOF
15202 cat confdefs.h
>>conftest.
$ac_ext
15203 cat >>conftest.
$ac_ext <<_ACEOF
15204 /* end confdefs.h. */
15205 #include <locale.h>
15207 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15208 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15210 grep -v '^ *+' conftest.er1
>conftest.err
15212 cat conftest.err
>&5
15213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15214 (exit $ac_status); } >/dev
/null
; then
15215 if test -s conftest.err
; then
15216 ac_cpp_err
=$ac_c_preproc_warn_flag
15217 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15224 if test -z "$ac_cpp_err"; then
15225 ac_header_preproc
=yes
15227 echo "$as_me: failed program was:" >&5
15228 sed 's/^/| /' conftest.
$ac_ext >&5
15230 ac_header_preproc
=no
15232 rm -f conftest.err conftest.
$ac_ext
15233 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15234 echo "${ECHO_T}$ac_header_preproc" >&6
15236 # So? What about this header?
15237 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15239 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
15240 echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15241 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
15242 echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
15243 ac_header_preproc
=yes
15246 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
15247 echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
15248 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
15249 echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
15250 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
15251 echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
15252 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
15253 echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
15254 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
15255 echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
15256 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
15257 echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
15260 ## ------------------------------------------ ##
15261 ## Report this to the AC_PACKAGE_NAME lists. ##
15262 ## ------------------------------------------ ##
15265 sed "s/^/$as_me: WARNING: /" >&2
15268 echo "$as_me:$LINENO: checking for locale.h" >&5
15269 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
15270 if test "${ac_cv_header_locale_h+set}" = set; then
15271 echo $ECHO_N "(cached) $ECHO_C" >&6
15273 ac_cv_header_locale_h
=$ac_header_preproc
15275 echo "$as_me:$LINENO: result: $ac_cv_header_locale_h" >&5
15276 echo "${ECHO_T}$ac_cv_header_locale_h" >&6
15282 for ac_func
in setlocale
15284 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15285 echo "$as_me:$LINENO: checking for $ac_func" >&5
15286 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15287 if eval "test \"\${$as_ac_var+set}\" = set"; then
15288 echo $ECHO_N "(cached) $ECHO_C" >&6
15290 cat >conftest.
$ac_ext <<_ACEOF
15293 cat confdefs.h
>>conftest.
$ac_ext
15294 cat >>conftest.
$ac_ext <<_ACEOF
15295 /* end confdefs.h. */
15296 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15297 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15298 #define $ac_func innocuous_$ac_func
15300 /* System header to define __stub macros and hopefully few prototypes,
15301 which can conflict with char $ac_func (); below.
15302 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15303 <limits.h> exists even on freestanding compilers. */
15306 # include <limits.h>
15308 # include <assert.h>
15313 /* Override any gcc2 internal prototype to avoid an error. */
15318 /* We use char because int might match the return type of a gcc2
15319 builtin and then its argument prototype would still apply. */
15321 /* The GNU C library defines this for functions which it implements
15322 to always fail with ENOSYS. Some functions are actually named
15323 something starting with __ and the normal name is an alias. */
15324 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15327 char (*f) () = $ac_func;
15336 return f != $ac_func;
15341 rm -f conftest.
$ac_objext conftest
$ac_exeext
15342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15343 (eval $ac_link) 2>conftest.er1
15345 grep -v '^ *+' conftest.er1
>conftest.err
15347 cat conftest.err
>&5
15348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15349 (exit $ac_status); } &&
15350 { ac_try
='test -z "$ac_c_werror_flag"
15351 || test ! -s conftest.err'
15352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15353 (eval $ac_try) 2>&5
15355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15356 (exit $ac_status); }; } &&
15357 { ac_try
='test -s conftest$ac_exeext'
15358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15359 (eval $ac_try) 2>&5
15361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15362 (exit $ac_status); }; }; then
15363 eval "$as_ac_var=yes"
15365 echo "$as_me: failed program was:" >&5
15366 sed 's/^/| /' conftest.
$ac_ext >&5
15368 eval "$as_ac_var=no"
15370 rm -f conftest.err conftest.
$ac_objext \
15371 conftest
$ac_exeext conftest.
$ac_ext
15373 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15374 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15375 if test `eval echo '${'$as_ac_var'}'` = yes; then
15376 cat >>confdefs.h
<<_ACEOF
15377 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15384 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
15385 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
15386 # Irix 4.0.5F has the header but not the library.
15387 if test $ac_have_func = no
&& test "$ac_cv_lib_elf_elf_begin" = yes; then
15390 cat >>confdefs.h
<<\_ACEOF
15396 if test $ac_have_func = no
; then
15397 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
15398 echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
15399 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
15400 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
15401 echo $ECHO_N "(cached) $ECHO_C" >&6
15403 echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
15404 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
15406 # Is the header compilable?
15407 echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
15408 echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
15409 cat >conftest.
$ac_ext <<_ACEOF
15412 cat confdefs.h
>>conftest.
$ac_ext
15413 cat >>conftest.
$ac_ext <<_ACEOF
15414 /* end confdefs.h. */
15415 $ac_includes_default
15416 #include <inq_stats/cpustats.h>
15418 rm -f conftest.
$ac_objext
15419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15420 (eval $ac_compile) 2>conftest.er1
15422 grep -v '^ *+' conftest.er1
>conftest.err
15424 cat conftest.err
>&5
15425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15426 (exit $ac_status); } &&
15427 { ac_try
='test -z "$ac_c_werror_flag"
15428 || test ! -s conftest.err'
15429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15430 (eval $ac_try) 2>&5
15432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15433 (exit $ac_status); }; } &&
15434 { ac_try
='test -s conftest.$ac_objext'
15435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15436 (eval $ac_try) 2>&5
15438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15439 (exit $ac_status); }; }; then
15440 ac_header_compiler
=yes
15442 echo "$as_me: failed program was:" >&5
15443 sed 's/^/| /' conftest.
$ac_ext >&5
15445 ac_header_compiler
=no
15447 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15448 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15449 echo "${ECHO_T}$ac_header_compiler" >&6
15451 # Is the header present?
15452 echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
15453 echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
15454 cat >conftest.
$ac_ext <<_ACEOF
15457 cat confdefs.h
>>conftest.
$ac_ext
15458 cat >>conftest.
$ac_ext <<_ACEOF
15459 /* end confdefs.h. */
15460 #include <inq_stats/cpustats.h>
15462 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15463 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15465 grep -v '^ *+' conftest.er1
>conftest.err
15467 cat conftest.err
>&5
15468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15469 (exit $ac_status); } >/dev
/null
; then
15470 if test -s conftest.err
; then
15471 ac_cpp_err
=$ac_c_preproc_warn_flag
15472 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15479 if test -z "$ac_cpp_err"; then
15480 ac_header_preproc
=yes
15482 echo "$as_me: failed program was:" >&5
15483 sed 's/^/| /' conftest.
$ac_ext >&5
15485 ac_header_preproc
=no
15487 rm -f conftest.err conftest.
$ac_ext
15488 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15489 echo "${ECHO_T}$ac_header_preproc" >&6
15491 # So? What about this header?
15492 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15494 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
15495 echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15496 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5
15497 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}
15498 ac_header_preproc
=yes
15501 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
15502 echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
15503 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
15504 echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
15505 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
15506 echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
15507 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
15508 echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
15509 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
15510 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
15511 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
15512 echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
15515 ## ------------------------------------------ ##
15516 ## Report this to the AC_PACKAGE_NAME lists. ##
15517 ## ------------------------------------------ ##
15520 sed "s/^/$as_me: WARNING: /" >&2
15523 echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5
15524 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
15525 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
15526 echo $ECHO_N "(cached) $ECHO_C" >&6
15528 ac_cv_header_inq_stats_cpustats_h
=$ac_header_preproc
15530 echo "$as_me:$LINENO: result: $ac_cv_header_inq_stats_cpustats_h" >&5
15531 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
15534 if test $ac_cv_header_inq_stats_cpustats_h = yes; then
15537 cat >>confdefs.h
<<\_ACEOF
15542 cat >>confdefs.h
<<\_ACEOF
15551 if test $ac_have_func = no
; then
15552 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
15553 echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
15554 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
15555 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
15556 echo $ECHO_N "(cached) $ECHO_C" >&6
15558 echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
15559 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
15561 # Is the header compilable?
15562 echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
15563 echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
15564 cat >conftest.
$ac_ext <<_ACEOF
15567 cat confdefs.h
>>conftest.
$ac_ext
15568 cat >>conftest.
$ac_ext <<_ACEOF
15569 /* end confdefs.h. */
15570 $ac_includes_default
15571 #include <sys/cpustats.h>
15573 rm -f conftest.
$ac_objext
15574 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15575 (eval $ac_compile) 2>conftest.er1
15577 grep -v '^ *+' conftest.er1
>conftest.err
15579 cat conftest.err
>&5
15580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15581 (exit $ac_status); } &&
15582 { ac_try
='test -z "$ac_c_werror_flag"
15583 || test ! -s conftest.err'
15584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15585 (eval $ac_try) 2>&5
15587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15588 (exit $ac_status); }; } &&
15589 { ac_try
='test -s conftest.$ac_objext'
15590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15591 (eval $ac_try) 2>&5
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); }; }; then
15595 ac_header_compiler
=yes
15597 echo "$as_me: failed program was:" >&5
15598 sed 's/^/| /' conftest.
$ac_ext >&5
15600 ac_header_compiler
=no
15602 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15603 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15604 echo "${ECHO_T}$ac_header_compiler" >&6
15606 # Is the header present?
15607 echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
15608 echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
15609 cat >conftest.
$ac_ext <<_ACEOF
15612 cat confdefs.h
>>conftest.
$ac_ext
15613 cat >>conftest.
$ac_ext <<_ACEOF
15614 /* end confdefs.h. */
15615 #include <sys/cpustats.h>
15617 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15618 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15620 grep -v '^ *+' conftest.er1
>conftest.err
15622 cat conftest.err
>&5
15623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15624 (exit $ac_status); } >/dev
/null
; then
15625 if test -s conftest.err
; then
15626 ac_cpp_err
=$ac_c_preproc_warn_flag
15627 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15634 if test -z "$ac_cpp_err"; then
15635 ac_header_preproc
=yes
15637 echo "$as_me: failed program was:" >&5
15638 sed 's/^/| /' conftest.
$ac_ext >&5
15640 ac_header_preproc
=no
15642 rm -f conftest.err conftest.
$ac_ext
15643 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15644 echo "${ECHO_T}$ac_header_preproc" >&6
15646 # So? What about this header?
15647 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15649 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
15650 echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15651 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5
15652 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}
15653 ac_header_preproc
=yes
15656 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
15657 echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
15658 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
15659 echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
15660 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
15661 echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
15662 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
15663 echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
15664 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
15665 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
15666 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
15667 echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
15670 ## ------------------------------------------ ##
15671 ## Report this to the AC_PACKAGE_NAME lists. ##
15672 ## ------------------------------------------ ##
15675 sed "s/^/$as_me: WARNING: /" >&2
15678 echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5
15679 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
15680 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
15681 echo $ECHO_N "(cached) $ECHO_C" >&6
15683 ac_cv_header_sys_cpustats_h
=$ac_header_preproc
15685 echo "$as_me:$LINENO: result: $ac_cv_header_sys_cpustats_h" >&5
15686 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
15689 if test $ac_cv_header_sys_cpustats_h = yes; then
15690 ac_have_func
=yes; cat >>confdefs.h
<<\_ACEOF
15699 if test $ac_have_func = no
; then
15701 for ac_header
in mach
/mach.h
15703 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15704 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15705 echo "$as_me:$LINENO: checking for $ac_header" >&5
15706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15707 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15708 echo $ECHO_N "(cached) $ECHO_C" >&6
15710 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15711 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15713 # Is the header compilable?
15714 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15715 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15716 cat >conftest.
$ac_ext <<_ACEOF
15719 cat confdefs.h
>>conftest.
$ac_ext
15720 cat >>conftest.
$ac_ext <<_ACEOF
15721 /* end confdefs.h. */
15722 $ac_includes_default
15723 #include <$ac_header>
15725 rm -f conftest.
$ac_objext
15726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15727 (eval $ac_compile) 2>conftest.er1
15729 grep -v '^ *+' conftest.er1
>conftest.err
15731 cat conftest.err
>&5
15732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15733 (exit $ac_status); } &&
15734 { ac_try
='test -z "$ac_c_werror_flag"
15735 || test ! -s conftest.err'
15736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15737 (eval $ac_try) 2>&5
15739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15740 (exit $ac_status); }; } &&
15741 { ac_try
='test -s conftest.$ac_objext'
15742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15743 (eval $ac_try) 2>&5
15745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15746 (exit $ac_status); }; }; then
15747 ac_header_compiler
=yes
15749 echo "$as_me: failed program was:" >&5
15750 sed 's/^/| /' conftest.
$ac_ext >&5
15752 ac_header_compiler
=no
15754 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15755 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15756 echo "${ECHO_T}$ac_header_compiler" >&6
15758 # Is the header present?
15759 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15760 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15761 cat >conftest.
$ac_ext <<_ACEOF
15764 cat confdefs.h
>>conftest.
$ac_ext
15765 cat >>conftest.
$ac_ext <<_ACEOF
15766 /* end confdefs.h. */
15767 #include <$ac_header>
15769 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15770 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15772 grep -v '^ *+' conftest.er1
>conftest.err
15774 cat conftest.err
>&5
15775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15776 (exit $ac_status); } >/dev
/null
; then
15777 if test -s conftest.err
; then
15778 ac_cpp_err
=$ac_c_preproc_warn_flag
15779 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15786 if test -z "$ac_cpp_err"; then
15787 ac_header_preproc
=yes
15789 echo "$as_me: failed program was:" >&5
15790 sed 's/^/| /' conftest.
$ac_ext >&5
15792 ac_header_preproc
=no
15794 rm -f conftest.err conftest.
$ac_ext
15795 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15796 echo "${ECHO_T}$ac_header_preproc" >&6
15798 # So? What about this header?
15799 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15801 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15802 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15803 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15804 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15805 ac_header_preproc
=yes
15808 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15809 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15810 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15811 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15812 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15813 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15814 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15815 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15816 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15817 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15818 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15819 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15822 ## ------------------------------------------ ##
15823 ## Report this to the AC_PACKAGE_NAME lists. ##
15824 ## ------------------------------------------ ##
15827 sed "s/^/$as_me: WARNING: /" >&2
15830 echo "$as_me:$LINENO: checking for $ac_header" >&5
15831 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15832 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15833 echo $ECHO_N "(cached) $ECHO_C" >&6
15835 eval "$as_ac_Header=\$ac_header_preproc"
15837 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15838 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15841 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15842 cat >>confdefs.h
<<_ACEOF
15843 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15853 for ac_header
in nlist.h
15855 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15856 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15857 echo "$as_me:$LINENO: checking for $ac_header" >&5
15858 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15859 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15860 echo $ECHO_N "(cached) $ECHO_C" >&6
15862 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15863 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15865 # Is the header compilable?
15866 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15867 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15868 cat >conftest.
$ac_ext <<_ACEOF
15871 cat confdefs.h
>>conftest.
$ac_ext
15872 cat >>conftest.
$ac_ext <<_ACEOF
15873 /* end confdefs.h. */
15874 $ac_includes_default
15875 #include <$ac_header>
15877 rm -f conftest.
$ac_objext
15878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15879 (eval $ac_compile) 2>conftest.er1
15881 grep -v '^ *+' conftest.er1
>conftest.err
15883 cat conftest.err
>&5
15884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15885 (exit $ac_status); } &&
15886 { ac_try
='test -z "$ac_c_werror_flag"
15887 || test ! -s conftest.err'
15888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15889 (eval $ac_try) 2>&5
15891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15892 (exit $ac_status); }; } &&
15893 { ac_try
='test -s conftest.$ac_objext'
15894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15895 (eval $ac_try) 2>&5
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); }; }; then
15899 ac_header_compiler
=yes
15901 echo "$as_me: failed program was:" >&5
15902 sed 's/^/| /' conftest.
$ac_ext >&5
15904 ac_header_compiler
=no
15906 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15907 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15908 echo "${ECHO_T}$ac_header_compiler" >&6
15910 # Is the header present?
15911 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15912 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15913 cat >conftest.
$ac_ext <<_ACEOF
15916 cat confdefs.h
>>conftest.
$ac_ext
15917 cat >>conftest.
$ac_ext <<_ACEOF
15918 /* end confdefs.h. */
15919 #include <$ac_header>
15921 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15922 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15924 grep -v '^ *+' conftest.er1
>conftest.err
15926 cat conftest.err
>&5
15927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15928 (exit $ac_status); } >/dev
/null
; then
15929 if test -s conftest.err
; then
15930 ac_cpp_err
=$ac_c_preproc_warn_flag
15931 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15938 if test -z "$ac_cpp_err"; then
15939 ac_header_preproc
=yes
15941 echo "$as_me: failed program was:" >&5
15942 sed 's/^/| /' conftest.
$ac_ext >&5
15944 ac_header_preproc
=no
15946 rm -f conftest.err conftest.
$ac_ext
15947 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15948 echo "${ECHO_T}$ac_header_preproc" >&6
15950 # So? What about this header?
15951 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15953 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15954 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15955 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15956 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15957 ac_header_preproc
=yes
15960 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15961 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15962 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15963 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15964 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15965 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15966 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15967 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15968 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15969 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15970 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15971 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15974 ## ------------------------------------------ ##
15975 ## Report this to the AC_PACKAGE_NAME lists. ##
15976 ## ------------------------------------------ ##
15979 sed "s/^/$as_me: WARNING: /" >&2
15982 echo "$as_me:$LINENO: checking for $ac_header" >&5
15983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15984 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15985 echo $ECHO_N "(cached) $ECHO_C" >&6
15987 eval "$as_ac_Header=\$ac_header_preproc"
15989 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15990 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15993 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15994 cat >>confdefs.h
<<_ACEOF
15995 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15997 echo "$as_me:$LINENO: checking for struct nlist.n_un.n_name" >&5
15998 echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
15999 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
16000 echo $ECHO_N "(cached) $ECHO_C" >&6
16002 cat >conftest.
$ac_ext <<_ACEOF
16005 cat confdefs.h
>>conftest.
$ac_ext
16006 cat >>conftest.
$ac_ext <<_ACEOF
16007 /* end confdefs.h. */
16013 static struct nlist ac_aggr;
16014 if (ac_aggr.n_un.n_name)
16020 rm -f conftest.
$ac_objext
16021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16022 (eval $ac_compile) 2>conftest.er1
16024 grep -v '^ *+' conftest.er1
>conftest.err
16026 cat conftest.err
>&5
16027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16028 (exit $ac_status); } &&
16029 { ac_try
='test -z "$ac_c_werror_flag"
16030 || test ! -s conftest.err'
16031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16032 (eval $ac_try) 2>&5
16034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16035 (exit $ac_status); }; } &&
16036 { ac_try
='test -s conftest.$ac_objext'
16037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16038 (eval $ac_try) 2>&5
16040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16041 (exit $ac_status); }; }; then
16042 ac_cv_member_struct_nlist_n_un_n_name
=yes
16044 echo "$as_me: failed program was:" >&5
16045 sed 's/^/| /' conftest.
$ac_ext >&5
16047 cat >conftest.
$ac_ext <<_ACEOF
16050 cat confdefs.h
>>conftest.
$ac_ext
16051 cat >>conftest.
$ac_ext <<_ACEOF
16052 /* end confdefs.h. */
16058 static struct nlist ac_aggr;
16059 if (sizeof ac_aggr.n_un.n_name)
16065 rm -f conftest.
$ac_objext
16066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16067 (eval $ac_compile) 2>conftest.er1
16069 grep -v '^ *+' conftest.er1
>conftest.err
16071 cat conftest.err
>&5
16072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16073 (exit $ac_status); } &&
16074 { ac_try
='test -z "$ac_c_werror_flag"
16075 || test ! -s conftest.err'
16076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16077 (eval $ac_try) 2>&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); }; } &&
16081 { ac_try
='test -s conftest.$ac_objext'
16082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16083 (eval $ac_try) 2>&5
16085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16086 (exit $ac_status); }; }; then
16087 ac_cv_member_struct_nlist_n_un_n_name
=yes
16089 echo "$as_me: failed program was:" >&5
16090 sed 's/^/| /' conftest.
$ac_ext >&5
16092 ac_cv_member_struct_nlist_n_un_n_name
=no
16094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16096 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16098 echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
16099 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
16100 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
16102 cat >>confdefs.h
<<_ACEOF
16103 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
16107 cat >>confdefs.h
<<\_ACEOF
16108 #define NLIST_NAME_UNION 1
16122 # Some definitions of getloadavg require that the program be installed setgid.
16123 echo "$as_me:$LINENO: checking whether getloadavg requires setgid" >&5
16124 echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
16125 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
16126 echo $ECHO_N "(cached) $ECHO_C" >&6
16128 cat >conftest.
$ac_ext <<_ACEOF
16131 cat confdefs.h
>>conftest.
$ac_ext
16132 cat >>conftest.
$ac_ext <<_ACEOF
16133 /* end confdefs.h. */
16134 #include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
16135 #ifdef LDAV_PRIVILEGED
16136 Yowza Am I SETGID yet
16139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16140 $EGREP "Yowza Am I SETGID yet" >/dev
/null
2>&1; then
16141 ac_cv_func_getloadavg_setgid
=yes
16143 ac_cv_func_getloadavg_setgid
=no
16148 echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg_setgid" >&5
16149 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
16150 if test $ac_cv_func_getloadavg_setgid = yes; then
16153 cat >>confdefs.h
<<\_ACEOF
16154 #define GETLOADAVG_PRIVILEGED 1
16161 if test $ac_cv_func_getloadavg_setgid = yes; then
16162 echo "$as_me:$LINENO: checking group of /dev/kmem" >&5
16163 echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
16164 if test "${ac_cv_group_kmem+set}" = set; then
16165 echo $ECHO_N "(cached) $ECHO_C" >&6
16167 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
16168 ac_ls_output
=`ls -lgL /dev/kmem 2>/dev/null`
16169 # If we got an error (system does not support symlinks), try without -L.
16170 test -z "$ac_ls_output" && ac_ls_output
=`ls -lg /dev/kmem`
16171 ac_cv_group_kmem
=`echo $ac_ls_output \
16172 | sed -ne 's/[ ][ ]*/ /g;
16173 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
16177 echo "$as_me:$LINENO: result: $ac_cv_group_kmem" >&5
16178 echo "${ECHO_T}$ac_cv_group_kmem" >&6
16179 KMEM_GROUP
=$ac_cv_group_kmem
16181 if test "x$ac_save_LIBS" = x
; then
16182 GETLOADAVG_LIBS
=$LIBS
16184 GETLOADAVG_LIBS
=`echo "$LIBS" | sed "s!$ac_save_LIBS!!"`
16190 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
16191 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
16192 if test "${ac_cv_sys_largefile_source+set}" = set; then
16193 echo $ECHO_N "(cached) $ECHO_C" >&6
16196 ac_cv_sys_largefile_source
=no
16197 cat >conftest.
$ac_ext <<_ACEOF
16200 cat confdefs.h
>>conftest.
$ac_ext
16201 cat >>conftest.
$ac_ext <<_ACEOF
16202 /* end confdefs.h. */
16212 rm -f conftest.
$ac_objext
16213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16214 (eval $ac_compile) 2>conftest.er1
16216 grep -v '^ *+' conftest.er1
>conftest.err
16218 cat conftest.err
>&5
16219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16220 (exit $ac_status); } &&
16221 { ac_try
='test -z "$ac_c_werror_flag"
16222 || test ! -s conftest.err'
16223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16224 (eval $ac_try) 2>&5
16226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16227 (exit $ac_status); }; } &&
16228 { ac_try
='test -s conftest.$ac_objext'
16229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16230 (eval $ac_try) 2>&5
16232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16233 (exit $ac_status); }; }; then
16236 echo "$as_me: failed program was:" >&5
16237 sed 's/^/| /' conftest.
$ac_ext >&5
16240 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16241 cat >conftest.
$ac_ext <<_ACEOF
16244 cat confdefs.h
>>conftest.
$ac_ext
16245 cat >>conftest.
$ac_ext <<_ACEOF
16246 /* end confdefs.h. */
16247 #define _LARGEFILE_SOURCE 1
16257 rm -f conftest.
$ac_objext
16258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16259 (eval $ac_compile) 2>conftest.er1
16261 grep -v '^ *+' conftest.er1
>conftest.err
16263 cat conftest.err
>&5
16264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16265 (exit $ac_status); } &&
16266 { ac_try
='test -z "$ac_c_werror_flag"
16267 || test ! -s conftest.err'
16268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16269 (eval $ac_try) 2>&5
16271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16272 (exit $ac_status); }; } &&
16273 { ac_try
='test -s conftest.$ac_objext'
16274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16275 (eval $ac_try) 2>&5
16277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16278 (exit $ac_status); }; }; then
16279 ac_cv_sys_largefile_source
=1; break
16281 echo "$as_me: failed program was:" >&5
16282 sed 's/^/| /' conftest.
$ac_ext >&5
16285 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16289 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
16290 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
16291 if test "$ac_cv_sys_largefile_source" != no
; then
16293 cat >>confdefs.h
<<_ACEOF
16294 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
16300 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
16301 # in glibc 2.1.3, but that breaks too many other things.
16302 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
16303 echo "$as_me:$LINENO: checking for fseeko" >&5
16304 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
16305 if test "${ac_cv_func_fseeko+set}" = set; then
16306 echo $ECHO_N "(cached) $ECHO_C" >&6
16308 cat >conftest.
$ac_ext <<_ACEOF
16311 cat confdefs.h
>>conftest.
$ac_ext
16312 cat >>conftest.
$ac_ext <<_ACEOF
16313 /* end confdefs.h. */
16318 return fseeko && fseeko (stdin, 0, 0);
16323 rm -f conftest.
$ac_objext conftest
$ac_exeext
16324 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16325 (eval $ac_link) 2>conftest.er1
16327 grep -v '^ *+' conftest.er1
>conftest.err
16329 cat conftest.err
>&5
16330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16331 (exit $ac_status); } &&
16332 { ac_try
='test -z "$ac_c_werror_flag"
16333 || test ! -s conftest.err'
16334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16335 (eval $ac_try) 2>&5
16337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16338 (exit $ac_status); }; } &&
16339 { ac_try
='test -s conftest$ac_exeext'
16340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16341 (eval $ac_try) 2>&5
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); }; }; then
16345 ac_cv_func_fseeko
=yes
16347 echo "$as_me: failed program was:" >&5
16348 sed 's/^/| /' conftest.
$ac_ext >&5
16350 ac_cv_func_fseeko
=no
16352 rm -f conftest.err conftest.
$ac_objext \
16353 conftest
$ac_exeext conftest.
$ac_ext
16355 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
16356 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
16357 if test $ac_cv_func_fseeko = yes; then
16359 cat >>confdefs.h
<<\_ACEOF
16360 #define HAVE_FSEEKO 1
16366 echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5
16367 echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6
16368 if test "${ac_cv_func_getpgrp_void+set}" = set; then
16369 echo $ECHO_N "(cached) $ECHO_C" >&6
16371 # Use it with a single arg.
16372 cat >conftest.
$ac_ext <<_ACEOF
16375 cat confdefs.h
>>conftest.
$ac_ext
16376 cat >>conftest.
$ac_ext <<_ACEOF
16377 /* end confdefs.h. */
16378 $ac_includes_default
16387 rm -f conftest.
$ac_objext
16388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16389 (eval $ac_compile) 2>conftest.er1
16391 grep -v '^ *+' conftest.er1
>conftest.err
16393 cat conftest.err
>&5
16394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16395 (exit $ac_status); } &&
16396 { ac_try
='test -z "$ac_c_werror_flag"
16397 || test ! -s conftest.err'
16398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16399 (eval $ac_try) 2>&5
16401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16402 (exit $ac_status); }; } &&
16403 { ac_try
='test -s conftest.$ac_objext'
16404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16405 (eval $ac_try) 2>&5
16407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16408 (exit $ac_status); }; }; then
16409 ac_cv_func_getpgrp_void
=no
16411 echo "$as_me: failed program was:" >&5
16412 sed 's/^/| /' conftest.
$ac_ext >&5
16414 ac_cv_func_getpgrp_void
=yes
16416 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16419 echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
16420 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6
16421 if test $ac_cv_func_getpgrp_void = yes; then
16423 cat >>confdefs.h
<<\_ACEOF
16424 #define GETPGRP_VOID 1
16431 for ac_func
in strftime
16433 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16434 echo "$as_me:$LINENO: checking for $ac_func" >&5
16435 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16436 if eval "test \"\${$as_ac_var+set}\" = set"; then
16437 echo $ECHO_N "(cached) $ECHO_C" >&6
16439 cat >conftest.
$ac_ext <<_ACEOF
16442 cat confdefs.h
>>conftest.
$ac_ext
16443 cat >>conftest.
$ac_ext <<_ACEOF
16444 /* end confdefs.h. */
16445 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16446 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16447 #define $ac_func innocuous_$ac_func
16449 /* System header to define __stub macros and hopefully few prototypes,
16450 which can conflict with char $ac_func (); below.
16451 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16452 <limits.h> exists even on freestanding compilers. */
16455 # include <limits.h>
16457 # include <assert.h>
16462 /* Override any gcc2 internal prototype to avoid an error. */
16467 /* We use char because int might match the return type of a gcc2
16468 builtin and then its argument prototype would still apply. */
16470 /* The GNU C library defines this for functions which it implements
16471 to always fail with ENOSYS. Some functions are actually named
16472 something starting with __ and the normal name is an alias. */
16473 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16476 char (*f) () = $ac_func;
16485 return f != $ac_func;
16490 rm -f conftest.
$ac_objext conftest
$ac_exeext
16491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16492 (eval $ac_link) 2>conftest.er1
16494 grep -v '^ *+' conftest.er1
>conftest.err
16496 cat conftest.err
>&5
16497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16498 (exit $ac_status); } &&
16499 { ac_try
='test -z "$ac_c_werror_flag"
16500 || test ! -s conftest.err'
16501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16502 (eval $ac_try) 2>&5
16504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16505 (exit $ac_status); }; } &&
16506 { ac_try
='test -s conftest$ac_exeext'
16507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16508 (eval $ac_try) 2>&5
16510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); }; }; then
16512 eval "$as_ac_var=yes"
16514 echo "$as_me: failed program was:" >&5
16515 sed 's/^/| /' conftest.
$ac_ext >&5
16517 eval "$as_ac_var=no"
16519 rm -f conftest.err conftest.
$ac_objext \
16520 conftest
$ac_exeext conftest.
$ac_ext
16522 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16523 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16524 if test `eval echo '${'$as_ac_var'}'` = yes; then
16525 cat >>confdefs.h
<<_ACEOF
16526 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16530 # strftime is in -lintl on SCO UNIX.
16531 echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
16532 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
16533 if test "${ac_cv_lib_intl_strftime+set}" = set; then
16534 echo $ECHO_N "(cached) $ECHO_C" >&6
16536 ac_check_lib_save_LIBS
=$LIBS
16537 LIBS
="-lintl $LIBS"
16538 cat >conftest.
$ac_ext <<_ACEOF
16541 cat confdefs.h
>>conftest.
$ac_ext
16542 cat >>conftest.
$ac_ext <<_ACEOF
16543 /* end confdefs.h. */
16545 /* Override any gcc2 internal prototype to avoid an error. */
16549 /* We use char because int might match the return type of a gcc2
16550 builtin and then its argument prototype would still apply. */
16560 rm -f conftest.
$ac_objext conftest
$ac_exeext
16561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16562 (eval $ac_link) 2>conftest.er1
16564 grep -v '^ *+' conftest.er1
>conftest.err
16566 cat conftest.err
>&5
16567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16568 (exit $ac_status); } &&
16569 { ac_try
='test -z "$ac_c_werror_flag"
16570 || test ! -s conftest.err'
16571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16572 (eval $ac_try) 2>&5
16574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16575 (exit $ac_status); }; } &&
16576 { ac_try
='test -s conftest$ac_exeext'
16577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16578 (eval $ac_try) 2>&5
16580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16581 (exit $ac_status); }; }; then
16582 ac_cv_lib_intl_strftime
=yes
16584 echo "$as_me: failed program was:" >&5
16585 sed 's/^/| /' conftest.
$ac_ext >&5
16587 ac_cv_lib_intl_strftime
=no
16589 rm -f conftest.err conftest.
$ac_objext \
16590 conftest
$ac_exeext conftest.
$ac_ext
16591 LIBS
=$ac_check_lib_save_LIBS
16593 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
16594 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
16595 if test $ac_cv_lib_intl_strftime = yes; then
16596 cat >>confdefs.h
<<\_ACEOF
16597 #define HAVE_STRFTIME 1
16600 LIBS
="-lintl $LIBS"
16609 for ac_func
in grantpt
16611 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16612 echo "$as_me:$LINENO: checking for $ac_func" >&5
16613 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16614 if eval "test \"\${$as_ac_var+set}\" = set"; then
16615 echo $ECHO_N "(cached) $ECHO_C" >&6
16617 cat >conftest.
$ac_ext <<_ACEOF
16620 cat confdefs.h
>>conftest.
$ac_ext
16621 cat >>conftest.
$ac_ext <<_ACEOF
16622 /* end confdefs.h. */
16623 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16624 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16625 #define $ac_func innocuous_$ac_func
16627 /* System header to define __stub macros and hopefully few prototypes,
16628 which can conflict with char $ac_func (); below.
16629 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16630 <limits.h> exists even on freestanding compilers. */
16633 # include <limits.h>
16635 # include <assert.h>
16640 /* Override any gcc2 internal prototype to avoid an error. */
16645 /* We use char because int might match the return type of a gcc2
16646 builtin and then its argument prototype would still apply. */
16648 /* The GNU C library defines this for functions which it implements
16649 to always fail with ENOSYS. Some functions are actually named
16650 something starting with __ and the normal name is an alias. */
16651 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16654 char (*f) () = $ac_func;
16663 return f != $ac_func;
16668 rm -f conftest.
$ac_objext conftest
$ac_exeext
16669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16670 (eval $ac_link) 2>conftest.er1
16672 grep -v '^ *+' conftest.er1
>conftest.err
16674 cat conftest.err
>&5
16675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16676 (exit $ac_status); } &&
16677 { ac_try
='test -z "$ac_c_werror_flag"
16678 || test ! -s conftest.err'
16679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16680 (eval $ac_try) 2>&5
16682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16683 (exit $ac_status); }; } &&
16684 { ac_try
='test -s conftest$ac_exeext'
16685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16686 (eval $ac_try) 2>&5
16688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16689 (exit $ac_status); }; }; then
16690 eval "$as_ac_var=yes"
16692 echo "$as_me: failed program was:" >&5
16693 sed 's/^/| /' conftest.
$ac_ext >&5
16695 eval "$as_ac_var=no"
16697 rm -f conftest.err conftest.
$ac_objext \
16698 conftest
$ac_exeext conftest.
$ac_ext
16700 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16701 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16702 if test `eval echo '${'$as_ac_var'}'` = yes; then
16703 cat >>confdefs.h
<<_ACEOF
16704 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16711 # PTY-related GNU extensions.
16713 for ac_func
in getpt
16715 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16716 echo "$as_me:$LINENO: checking for $ac_func" >&5
16717 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16718 if eval "test \"\${$as_ac_var+set}\" = set"; then
16719 echo $ECHO_N "(cached) $ECHO_C" >&6
16721 cat >conftest.
$ac_ext <<_ACEOF
16724 cat confdefs.h
>>conftest.
$ac_ext
16725 cat >>conftest.
$ac_ext <<_ACEOF
16726 /* end confdefs.h. */
16727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16728 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16729 #define $ac_func innocuous_$ac_func
16731 /* System header to define __stub macros and hopefully few prototypes,
16732 which can conflict with char $ac_func (); below.
16733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16734 <limits.h> exists even on freestanding compilers. */
16737 # include <limits.h>
16739 # include <assert.h>
16744 /* Override any gcc2 internal prototype to avoid an error. */
16749 /* We use char because int might match the return type of a gcc2
16750 builtin and then its argument prototype would still apply. */
16752 /* The GNU C library defines this for functions which it implements
16753 to always fail with ENOSYS. Some functions are actually named
16754 something starting with __ and the normal name is an alias. */
16755 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16758 char (*f) () = $ac_func;
16767 return f != $ac_func;
16772 rm -f conftest.
$ac_objext conftest
$ac_exeext
16773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16774 (eval $ac_link) 2>conftest.er1
16776 grep -v '^ *+' conftest.er1
>conftest.err
16778 cat conftest.err
>&5
16779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16780 (exit $ac_status); } &&
16781 { ac_try
='test -z "$ac_c_werror_flag"
16782 || test ! -s conftest.err'
16783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16784 (eval $ac_try) 2>&5
16786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16787 (exit $ac_status); }; } &&
16788 { ac_try
='test -s conftest$ac_exeext'
16789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16790 (eval $ac_try) 2>&5
16792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16793 (exit $ac_status); }; }; then
16794 eval "$as_ac_var=yes"
16796 echo "$as_me: failed program was:" >&5
16797 sed 's/^/| /' conftest.
$ac_ext >&5
16799 eval "$as_ac_var=no"
16801 rm -f conftest.err conftest.
$ac_objext \
16802 conftest
$ac_exeext conftest.
$ac_ext
16804 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16805 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16806 if test `eval echo '${'$as_ac_var'}'` = yes; then
16807 cat >>confdefs.h
<<_ACEOF
16808 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16815 # Check this now, so that we will NOT find the above functions in ncurses.
16816 # That is because we have not set up to link ncurses in lib-src.
16817 # It's better to believe a function is not available
16818 # than to expect to find it in ncurses.
16820 echo "$as_me:$LINENO: checking for tparm in -lncurses" >&5
16821 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
16822 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
16823 echo $ECHO_N "(cached) $ECHO_C" >&6
16825 ac_check_lib_save_LIBS
=$LIBS
16826 LIBS
="-lncurses $LIBS"
16827 cat >conftest.
$ac_ext <<_ACEOF
16830 cat confdefs.h
>>conftest.
$ac_ext
16831 cat >>conftest.
$ac_ext <<_ACEOF
16832 /* end confdefs.h. */
16834 /* Override any gcc2 internal prototype to avoid an error. */
16838 /* We use char because int might match the return type of a gcc2
16839 builtin and then its argument prototype would still apply. */
16849 rm -f conftest.
$ac_objext conftest
$ac_exeext
16850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16851 (eval $ac_link) 2>conftest.er1
16853 grep -v '^ *+' conftest.er1
>conftest.err
16855 cat conftest.err
>&5
16856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16857 (exit $ac_status); } &&
16858 { ac_try
='test -z "$ac_c_werror_flag"
16859 || test ! -s conftest.err'
16860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16861 (eval $ac_try) 2>&5
16863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16864 (exit $ac_status); }; } &&
16865 { ac_try
='test -s conftest$ac_exeext'
16866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16867 (eval $ac_try) 2>&5
16869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16870 (exit $ac_status); }; }; then
16871 ac_cv_lib_ncurses_tparm
=yes
16873 echo "$as_me: failed program was:" >&5
16874 sed 's/^/| /' conftest.
$ac_ext >&5
16876 ac_cv_lib_ncurses_tparm
=no
16878 rm -f conftest.err conftest.
$ac_objext \
16879 conftest
$ac_exeext conftest.
$ac_ext
16880 LIBS
=$ac_check_lib_save_LIBS
16882 echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
16883 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
16884 if test $ac_cv_lib_ncurses_tparm = yes; then
16885 cat >>confdefs.h
<<_ACEOF
16886 #define HAVE_LIBNCURSES 1
16889 LIBS
="-lncurses $LIBS"
16894 # Do we need the Hesiod library to provide the support routines?
16895 if test "$with_hesiod" = yes ; then
16896 # Don't set $LIBS here -- see comments above.
16898 echo "$as_me:$LINENO: checking for res_send" >&5
16899 echo $ECHO_N "checking for res_send... $ECHO_C" >&6
16900 if test "${ac_cv_func_res_send+set}" = set; then
16901 echo $ECHO_N "(cached) $ECHO_C" >&6
16903 cat >conftest.
$ac_ext <<_ACEOF
16906 cat confdefs.h
>>conftest.
$ac_ext
16907 cat >>conftest.
$ac_ext <<_ACEOF
16908 /* end confdefs.h. */
16909 /* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
16910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16911 #define res_send innocuous_res_send
16913 /* System header to define __stub macros and hopefully few prototypes,
16914 which can conflict with char res_send (); below.
16915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16916 <limits.h> exists even on freestanding compilers. */
16919 # include <limits.h>
16921 # include <assert.h>
16926 /* Override any gcc2 internal prototype to avoid an error. */
16931 /* We use char because int might match the return type of a gcc2
16932 builtin and then its argument prototype would still apply. */
16934 /* The GNU C library defines this for functions which it implements
16935 to always fail with ENOSYS. Some functions are actually named
16936 something starting with __ and the normal name is an alias. */
16937 #if defined (__stub_res_send) || defined (__stub___res_send)
16940 char (*f) () = res_send;
16949 return f != res_send;
16954 rm -f conftest.
$ac_objext conftest
$ac_exeext
16955 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16956 (eval $ac_link) 2>conftest.er1
16958 grep -v '^ *+' conftest.er1
>conftest.err
16960 cat conftest.err
>&5
16961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); } &&
16963 { ac_try
='test -z "$ac_c_werror_flag"
16964 || test ! -s conftest.err'
16965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16966 (eval $ac_try) 2>&5
16968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16969 (exit $ac_status); }; } &&
16970 { ac_try
='test -s conftest$ac_exeext'
16971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16972 (eval $ac_try) 2>&5
16974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16975 (exit $ac_status); }; }; then
16976 ac_cv_func_res_send
=yes
16978 echo "$as_me: failed program was:" >&5
16979 sed 's/^/| /' conftest.
$ac_ext >&5
16981 ac_cv_func_res_send
=no
16983 rm -f conftest.err conftest.
$ac_objext \
16984 conftest
$ac_exeext conftest.
$ac_ext
16986 echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
16987 echo "${ECHO_T}$ac_cv_func_res_send" >&6
16988 if test $ac_cv_func_res_send = yes; then
16991 echo "$as_me:$LINENO: checking for __res_send" >&5
16992 echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
16993 if test "${ac_cv_func___res_send+set}" = set; then
16994 echo $ECHO_N "(cached) $ECHO_C" >&6
16996 cat >conftest.
$ac_ext <<_ACEOF
16999 cat confdefs.h
>>conftest.
$ac_ext
17000 cat >>conftest.
$ac_ext <<_ACEOF
17001 /* end confdefs.h. */
17002 /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
17003 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17004 #define __res_send innocuous___res_send
17006 /* System header to define __stub macros and hopefully few prototypes,
17007 which can conflict with char __res_send (); below.
17008 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17009 <limits.h> exists even on freestanding compilers. */
17012 # include <limits.h>
17014 # include <assert.h>
17019 /* Override any gcc2 internal prototype to avoid an error. */
17024 /* We use char because int might match the return type of a gcc2
17025 builtin and then its argument prototype would still apply. */
17026 char __res_send ();
17027 /* The GNU C library defines this for functions which it implements
17028 to always fail with ENOSYS. Some functions are actually named
17029 something starting with __ and the normal name is an alias. */
17030 #if defined (__stub___res_send) || defined (__stub_____res_send)
17033 char (*f) () = __res_send;
17042 return f != __res_send;
17047 rm -f conftest.
$ac_objext conftest
$ac_exeext
17048 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17049 (eval $ac_link) 2>conftest.er1
17051 grep -v '^ *+' conftest.er1
>conftest.err
17053 cat conftest.err
>&5
17054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17055 (exit $ac_status); } &&
17056 { ac_try
='test -z "$ac_c_werror_flag"
17057 || test ! -s conftest.err'
17058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17059 (eval $ac_try) 2>&5
17061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17062 (exit $ac_status); }; } &&
17063 { ac_try
='test -s conftest$ac_exeext'
17064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17065 (eval $ac_try) 2>&5
17067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17068 (exit $ac_status); }; }; then
17069 ac_cv_func___res_send
=yes
17071 echo "$as_me: failed program was:" >&5
17072 sed 's/^/| /' conftest.
$ac_ext >&5
17074 ac_cv_func___res_send
=no
17076 rm -f conftest.err conftest.
$ac_objext \
17077 conftest
$ac_exeext conftest.
$ac_ext
17079 echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
17080 echo "${ECHO_T}$ac_cv_func___res_send" >&6
17081 if test $ac_cv_func___res_send = yes; then
17084 echo "$as_me:$LINENO: checking for res_send in -lresolv" >&5
17085 echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
17086 if test "${ac_cv_lib_resolv_res_send+set}" = set; then
17087 echo $ECHO_N "(cached) $ECHO_C" >&6
17089 ac_check_lib_save_LIBS
=$LIBS
17090 LIBS
="-lresolv $LIBS"
17091 cat >conftest.
$ac_ext <<_ACEOF
17094 cat confdefs.h
>>conftest.
$ac_ext
17095 cat >>conftest.
$ac_ext <<_ACEOF
17096 /* end confdefs.h. */
17098 /* Override any gcc2 internal prototype to avoid an error. */
17102 /* We use char because int might match the return type of a gcc2
17103 builtin and then its argument prototype would still apply. */
17113 rm -f conftest.
$ac_objext conftest
$ac_exeext
17114 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17115 (eval $ac_link) 2>conftest.er1
17117 grep -v '^ *+' conftest.er1
>conftest.err
17119 cat conftest.err
>&5
17120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17121 (exit $ac_status); } &&
17122 { ac_try
='test -z "$ac_c_werror_flag"
17123 || test ! -s conftest.err'
17124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17125 (eval $ac_try) 2>&5
17127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17128 (exit $ac_status); }; } &&
17129 { ac_try
='test -s conftest$ac_exeext'
17130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17131 (eval $ac_try) 2>&5
17133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17134 (exit $ac_status); }; }; then
17135 ac_cv_lib_resolv_res_send
=yes
17137 echo "$as_me: failed program was:" >&5
17138 sed 's/^/| /' conftest.
$ac_ext >&5
17140 ac_cv_lib_resolv_res_send
=no
17142 rm -f conftest.err conftest.
$ac_objext \
17143 conftest
$ac_exeext conftest.
$ac_ext
17144 LIBS
=$ac_check_lib_save_LIBS
17146 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
17147 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
17148 if test $ac_cv_lib_resolv_res_send = yes; then
17151 echo "$as_me:$LINENO: checking for __res_send in -lresolv" >&5
17152 echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
17153 if test "${ac_cv_lib_resolv___res_send+set}" = set; then
17154 echo $ECHO_N "(cached) $ECHO_C" >&6
17156 ac_check_lib_save_LIBS
=$LIBS
17157 LIBS
="-lresolv $LIBS"
17158 cat >conftest.
$ac_ext <<_ACEOF
17161 cat confdefs.h
>>conftest.
$ac_ext
17162 cat >>conftest.
$ac_ext <<_ACEOF
17163 /* end confdefs.h. */
17165 /* Override any gcc2 internal prototype to avoid an error. */
17169 /* We use char because int might match the return type of a gcc2
17170 builtin and then its argument prototype would still apply. */
17171 char __res_send ();
17180 rm -f conftest.
$ac_objext conftest
$ac_exeext
17181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17182 (eval $ac_link) 2>conftest.er1
17184 grep -v '^ *+' conftest.er1
>conftest.err
17186 cat conftest.err
>&5
17187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17188 (exit $ac_status); } &&
17189 { ac_try
='test -z "$ac_c_werror_flag"
17190 || test ! -s conftest.err'
17191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17192 (eval $ac_try) 2>&5
17194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17195 (exit $ac_status); }; } &&
17196 { ac_try
='test -s conftest$ac_exeext'
17197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17198 (eval $ac_try) 2>&5
17200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17201 (exit $ac_status); }; }; then
17202 ac_cv_lib_resolv___res_send
=yes
17204 echo "$as_me: failed program was:" >&5
17205 sed 's/^/| /' conftest.
$ac_ext >&5
17207 ac_cv_lib_resolv___res_send
=no
17209 rm -f conftest.err conftest.
$ac_objext \
17210 conftest
$ac_exeext conftest.
$ac_ext
17211 LIBS
=$ac_check_lib_save_LIBS
17213 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
17214 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
17215 if test $ac_cv_lib_resolv___res_send = yes; then
17225 if test "$resolv" = yes ; then
17228 cat >>confdefs.h
<<\_ACEOF
17229 #define HAVE_LIBRESOLV 1
17235 echo "$as_me:$LINENO: checking for hes_getmailhost" >&5
17236 echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
17237 if test "${ac_cv_func_hes_getmailhost+set}" = set; then
17238 echo $ECHO_N "(cached) $ECHO_C" >&6
17240 cat >conftest.
$ac_ext <<_ACEOF
17243 cat confdefs.h
>>conftest.
$ac_ext
17244 cat >>conftest.
$ac_ext <<_ACEOF
17245 /* end confdefs.h. */
17246 /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
17247 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17248 #define hes_getmailhost innocuous_hes_getmailhost
17250 /* System header to define __stub macros and hopefully few prototypes,
17251 which can conflict with char hes_getmailhost (); below.
17252 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17253 <limits.h> exists even on freestanding compilers. */
17256 # include <limits.h>
17258 # include <assert.h>
17261 #undef hes_getmailhost
17263 /* Override any gcc2 internal prototype to avoid an error. */
17268 /* We use char because int might match the return type of a gcc2
17269 builtin and then its argument prototype would still apply. */
17270 char hes_getmailhost ();
17271 /* The GNU C library defines this for functions which it implements
17272 to always fail with ENOSYS. Some functions are actually named
17273 something starting with __ and the normal name is an alias. */
17274 #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
17277 char (*f) () = hes_getmailhost;
17286 return f != hes_getmailhost;
17291 rm -f conftest.
$ac_objext conftest
$ac_exeext
17292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17293 (eval $ac_link) 2>conftest.er1
17295 grep -v '^ *+' conftest.er1
>conftest.err
17297 cat conftest.err
>&5
17298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17299 (exit $ac_status); } &&
17300 { ac_try
='test -z "$ac_c_werror_flag"
17301 || test ! -s conftest.err'
17302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17303 (eval $ac_try) 2>&5
17305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17306 (exit $ac_status); }; } &&
17307 { ac_try
='test -s conftest$ac_exeext'
17308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17309 (eval $ac_try) 2>&5
17311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); }; }; then
17313 ac_cv_func_hes_getmailhost
=yes
17315 echo "$as_me: failed program was:" >&5
17316 sed 's/^/| /' conftest.
$ac_ext >&5
17318 ac_cv_func_hes_getmailhost
=no
17320 rm -f conftest.err conftest.
$ac_objext \
17321 conftest
$ac_exeext conftest.
$ac_ext
17323 echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
17324 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
17325 if test $ac_cv_func_hes_getmailhost = yes; then
17328 echo "$as_me:$LINENO: checking for hes_getmailhost in -lhesiod" >&5
17329 echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
17330 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
17331 echo $ECHO_N "(cached) $ECHO_C" >&6
17333 ac_check_lib_save_LIBS
=$LIBS
17334 LIBS
="-lhesiod $RESOLVLIB $LIBS"
17335 cat >conftest.
$ac_ext <<_ACEOF
17338 cat confdefs.h
>>conftest.
$ac_ext
17339 cat >>conftest.
$ac_ext <<_ACEOF
17340 /* end confdefs.h. */
17342 /* Override any gcc2 internal prototype to avoid an error. */
17346 /* We use char because int might match the return type of a gcc2
17347 builtin and then its argument prototype would still apply. */
17348 char hes_getmailhost ();
17352 hes_getmailhost ();
17357 rm -f conftest.
$ac_objext conftest
$ac_exeext
17358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17359 (eval $ac_link) 2>conftest.er1
17361 grep -v '^ *+' conftest.er1
>conftest.err
17363 cat conftest.err
>&5
17364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17365 (exit $ac_status); } &&
17366 { ac_try
='test -z "$ac_c_werror_flag"
17367 || test ! -s conftest.err'
17368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17369 (eval $ac_try) 2>&5
17371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17372 (exit $ac_status); }; } &&
17373 { ac_try
='test -s conftest$ac_exeext'
17374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17375 (eval $ac_try) 2>&5
17377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17378 (exit $ac_status); }; }; then
17379 ac_cv_lib_hesiod_hes_getmailhost
=yes
17381 echo "$as_me: failed program was:" >&5
17382 sed 's/^/| /' conftest.
$ac_ext >&5
17384 ac_cv_lib_hesiod_hes_getmailhost
=no
17386 rm -f conftest.err conftest.
$ac_objext \
17387 conftest
$ac_exeext conftest.
$ac_ext
17388 LIBS
=$ac_check_lib_save_LIBS
17390 echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
17391 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
17392 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
17394 cat >>confdefs.h
<<\_ACEOF
17395 #define HAVE_LIBHESIOD 1
17406 # These tell us which Kerberos-related libraries to use.
17407 if test "${with_kerberos+set}" = set; then
17409 echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
17410 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
17411 if test "${ac_cv_lib_com_err_com_err+set}" = set; then
17412 echo $ECHO_N "(cached) $ECHO_C" >&6
17414 ac_check_lib_save_LIBS
=$LIBS
17415 LIBS
="-lcom_err $LIBS"
17416 cat >conftest.
$ac_ext <<_ACEOF
17419 cat confdefs.h
>>conftest.
$ac_ext
17420 cat >>conftest.
$ac_ext <<_ACEOF
17421 /* end confdefs.h. */
17423 /* Override any gcc2 internal prototype to avoid an error. */
17427 /* We use char because int might match the return type of a gcc2
17428 builtin and then its argument prototype would still apply. */
17438 rm -f conftest.
$ac_objext conftest
$ac_exeext
17439 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17440 (eval $ac_link) 2>conftest.er1
17442 grep -v '^ *+' conftest.er1
>conftest.err
17444 cat conftest.err
>&5
17445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17446 (exit $ac_status); } &&
17447 { ac_try
='test -z "$ac_c_werror_flag"
17448 || test ! -s conftest.err'
17449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17450 (eval $ac_try) 2>&5
17452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17453 (exit $ac_status); }; } &&
17454 { ac_try
='test -s conftest$ac_exeext'
17455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17456 (eval $ac_try) 2>&5
17458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17459 (exit $ac_status); }; }; then
17460 ac_cv_lib_com_err_com_err
=yes
17462 echo "$as_me: failed program was:" >&5
17463 sed 's/^/| /' conftest.
$ac_ext >&5
17465 ac_cv_lib_com_err_com_err
=no
17467 rm -f conftest.err conftest.
$ac_objext \
17468 conftest
$ac_exeext conftest.
$ac_ext
17469 LIBS
=$ac_check_lib_save_LIBS
17471 echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
17472 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
17473 if test $ac_cv_lib_com_err_com_err = yes; then
17474 cat >>confdefs.h
<<_ACEOF
17475 #define HAVE_LIBCOM_ERR 1
17478 LIBS
="-lcom_err $LIBS"
17483 echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
17484 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
17485 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
17486 echo $ECHO_N "(cached) $ECHO_C" >&6
17488 ac_check_lib_save_LIBS
=$LIBS
17489 LIBS
="-lk5crypto $LIBS"
17490 cat >conftest.
$ac_ext <<_ACEOF
17493 cat confdefs.h
>>conftest.
$ac_ext
17494 cat >>conftest.
$ac_ext <<_ACEOF
17495 /* end confdefs.h. */
17497 /* Override any gcc2 internal prototype to avoid an error. */
17501 /* We use char because int might match the return type of a gcc2
17502 builtin and then its argument prototype would still apply. */
17503 char mit_des_cbc_encrypt ();
17507 mit_des_cbc_encrypt ();
17512 rm -f conftest.
$ac_objext conftest
$ac_exeext
17513 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17514 (eval $ac_link) 2>conftest.er1
17516 grep -v '^ *+' conftest.er1
>conftest.err
17518 cat conftest.err
>&5
17519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17520 (exit $ac_status); } &&
17521 { ac_try
='test -z "$ac_c_werror_flag"
17522 || test ! -s conftest.err'
17523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17524 (eval $ac_try) 2>&5
17526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17527 (exit $ac_status); }; } &&
17528 { ac_try
='test -s conftest$ac_exeext'
17529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17530 (eval $ac_try) 2>&5
17532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17533 (exit $ac_status); }; }; then
17534 ac_cv_lib_k5crypto_mit_des_cbc_encrypt
=yes
17536 echo "$as_me: failed program was:" >&5
17537 sed 's/^/| /' conftest.
$ac_ext >&5
17539 ac_cv_lib_k5crypto_mit_des_cbc_encrypt
=no
17541 rm -f conftest.err conftest.
$ac_objext \
17542 conftest
$ac_exeext conftest.
$ac_ext
17543 LIBS
=$ac_check_lib_save_LIBS
17545 echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
17546 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
17547 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
17548 cat >>confdefs.h
<<_ACEOF
17549 #define HAVE_LIBK5CRYPTO 1
17552 LIBS
="-lk5crypto $LIBS"
17557 echo "$as_me:$LINENO: checking for mit_des_cbc_encrypt in -lcrypto" >&5
17558 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
17559 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
17560 echo $ECHO_N "(cached) $ECHO_C" >&6
17562 ac_check_lib_save_LIBS
=$LIBS
17563 LIBS
="-lcrypto $LIBS"
17564 cat >conftest.
$ac_ext <<_ACEOF
17567 cat confdefs.h
>>conftest.
$ac_ext
17568 cat >>conftest.
$ac_ext <<_ACEOF
17569 /* end confdefs.h. */
17571 /* Override any gcc2 internal prototype to avoid an error. */
17575 /* We use char because int might match the return type of a gcc2
17576 builtin and then its argument prototype would still apply. */
17577 char mit_des_cbc_encrypt ();
17581 mit_des_cbc_encrypt ();
17586 rm -f conftest.
$ac_objext conftest
$ac_exeext
17587 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17588 (eval $ac_link) 2>conftest.er1
17590 grep -v '^ *+' conftest.er1
>conftest.err
17592 cat conftest.err
>&5
17593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17594 (exit $ac_status); } &&
17595 { ac_try
='test -z "$ac_c_werror_flag"
17596 || test ! -s conftest.err'
17597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17598 (eval $ac_try) 2>&5
17600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17601 (exit $ac_status); }; } &&
17602 { ac_try
='test -s conftest$ac_exeext'
17603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17604 (eval $ac_try) 2>&5
17606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17607 (exit $ac_status); }; }; then
17608 ac_cv_lib_crypto_mit_des_cbc_encrypt
=yes
17610 echo "$as_me: failed program was:" >&5
17611 sed 's/^/| /' conftest.
$ac_ext >&5
17613 ac_cv_lib_crypto_mit_des_cbc_encrypt
=no
17615 rm -f conftest.err conftest.
$ac_objext \
17616 conftest
$ac_exeext conftest.
$ac_ext
17617 LIBS
=$ac_check_lib_save_LIBS
17619 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
17620 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
17621 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
17622 cat >>confdefs.h
<<_ACEOF
17623 #define HAVE_LIBCRYPTO 1
17626 LIBS
="-lcrypto $LIBS"
17631 echo "$as_me:$LINENO: checking for krb5_init_context in -lkrb5" >&5
17632 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
17633 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
17634 echo $ECHO_N "(cached) $ECHO_C" >&6
17636 ac_check_lib_save_LIBS
=$LIBS
17637 LIBS
="-lkrb5 $LIBS"
17638 cat >conftest.
$ac_ext <<_ACEOF
17641 cat confdefs.h
>>conftest.
$ac_ext
17642 cat >>conftest.
$ac_ext <<_ACEOF
17643 /* end confdefs.h. */
17645 /* Override any gcc2 internal prototype to avoid an error. */
17649 /* We use char because int might match the return type of a gcc2
17650 builtin and then its argument prototype would still apply. */
17651 char krb5_init_context ();
17655 krb5_init_context ();
17660 rm -f conftest.
$ac_objext conftest
$ac_exeext
17661 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17662 (eval $ac_link) 2>conftest.er1
17664 grep -v '^ *+' conftest.er1
>conftest.err
17666 cat conftest.err
>&5
17667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668 (exit $ac_status); } &&
17669 { ac_try
='test -z "$ac_c_werror_flag"
17670 || test ! -s conftest.err'
17671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17672 (eval $ac_try) 2>&5
17674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17675 (exit $ac_status); }; } &&
17676 { ac_try
='test -s conftest$ac_exeext'
17677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17678 (eval $ac_try) 2>&5
17680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17681 (exit $ac_status); }; }; then
17682 ac_cv_lib_krb5_krb5_init_context
=yes
17684 echo "$as_me: failed program was:" >&5
17685 sed 's/^/| /' conftest.
$ac_ext >&5
17687 ac_cv_lib_krb5_krb5_init_context
=no
17689 rm -f conftest.err conftest.
$ac_objext \
17690 conftest
$ac_exeext conftest.
$ac_ext
17691 LIBS
=$ac_check_lib_save_LIBS
17693 echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
17694 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
17695 if test $ac_cv_lib_krb5_krb5_init_context = yes; then
17696 cat >>confdefs.h
<<_ACEOF
17697 #define HAVE_LIBKRB5 1
17700 LIBS
="-lkrb5 $LIBS"
17704 if test "${with_kerberos5+set}" != set; then
17706 echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5
17707 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
17708 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
17709 echo $ECHO_N "(cached) $ECHO_C" >&6
17711 ac_check_lib_save_LIBS
=$LIBS
17712 LIBS
="-ldes425 $LIBS"
17713 cat >conftest.
$ac_ext <<_ACEOF
17716 cat confdefs.h
>>conftest.
$ac_ext
17717 cat >>conftest.
$ac_ext <<_ACEOF
17718 /* end confdefs.h. */
17720 /* Override any gcc2 internal prototype to avoid an error. */
17724 /* We use char because int might match the return type of a gcc2
17725 builtin and then its argument prototype would still apply. */
17726 char des_cbc_encrypt ();
17730 des_cbc_encrypt ();
17735 rm -f conftest.
$ac_objext conftest
$ac_exeext
17736 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17737 (eval $ac_link) 2>conftest.er1
17739 grep -v '^ *+' conftest.er1
>conftest.err
17741 cat conftest.err
>&5
17742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17743 (exit $ac_status); } &&
17744 { ac_try
='test -z "$ac_c_werror_flag"
17745 || test ! -s conftest.err'
17746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17747 (eval $ac_try) 2>&5
17749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17750 (exit $ac_status); }; } &&
17751 { ac_try
='test -s conftest$ac_exeext'
17752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17753 (eval $ac_try) 2>&5
17755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17756 (exit $ac_status); }; }; then
17757 ac_cv_lib_des425_des_cbc_encrypt
=yes
17759 echo "$as_me: failed program was:" >&5
17760 sed 's/^/| /' conftest.
$ac_ext >&5
17762 ac_cv_lib_des425_des_cbc_encrypt
=no
17764 rm -f conftest.err conftest.
$ac_objext \
17765 conftest
$ac_exeext conftest.
$ac_ext
17766 LIBS
=$ac_check_lib_save_LIBS
17768 echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
17769 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
17770 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
17771 cat >>confdefs.h
<<_ACEOF
17772 #define HAVE_LIBDES425 1
17775 LIBS
="-ldes425 $LIBS"
17779 echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes" >&5
17780 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
17781 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
17782 echo $ECHO_N "(cached) $ECHO_C" >&6
17784 ac_check_lib_save_LIBS
=$LIBS
17786 cat >conftest.
$ac_ext <<_ACEOF
17789 cat confdefs.h
>>conftest.
$ac_ext
17790 cat >>conftest.
$ac_ext <<_ACEOF
17791 /* end confdefs.h. */
17793 /* Override any gcc2 internal prototype to avoid an error. */
17797 /* We use char because int might match the return type of a gcc2
17798 builtin and then its argument prototype would still apply. */
17799 char des_cbc_encrypt ();
17803 des_cbc_encrypt ();
17808 rm -f conftest.
$ac_objext conftest
$ac_exeext
17809 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17810 (eval $ac_link) 2>conftest.er1
17812 grep -v '^ *+' conftest.er1
>conftest.err
17814 cat conftest.err
>&5
17815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816 (exit $ac_status); } &&
17817 { ac_try
='test -z "$ac_c_werror_flag"
17818 || test ! -s conftest.err'
17819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17820 (eval $ac_try) 2>&5
17822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823 (exit $ac_status); }; } &&
17824 { ac_try
='test -s conftest$ac_exeext'
17825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17826 (eval $ac_try) 2>&5
17828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17829 (exit $ac_status); }; }; then
17830 ac_cv_lib_des_des_cbc_encrypt
=yes
17832 echo "$as_me: failed program was:" >&5
17833 sed 's/^/| /' conftest.
$ac_ext >&5
17835 ac_cv_lib_des_des_cbc_encrypt
=no
17837 rm -f conftest.err conftest.
$ac_objext \
17838 conftest
$ac_exeext conftest.
$ac_ext
17839 LIBS
=$ac_check_lib_save_LIBS
17841 echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
17842 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
17843 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
17844 cat >>confdefs.h
<<_ACEOF
17845 #define HAVE_LIBDES 1
17855 echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb4" >&5
17856 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
17857 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
17858 echo $ECHO_N "(cached) $ECHO_C" >&6
17860 ac_check_lib_save_LIBS
=$LIBS
17861 LIBS
="-lkrb4 $LIBS"
17862 cat >conftest.
$ac_ext <<_ACEOF
17865 cat confdefs.h
>>conftest.
$ac_ext
17866 cat >>conftest.
$ac_ext <<_ACEOF
17867 /* end confdefs.h. */
17869 /* Override any gcc2 internal prototype to avoid an error. */
17873 /* We use char because int might match the return type of a gcc2
17874 builtin and then its argument prototype would still apply. */
17875 char krb_get_cred ();
17884 rm -f conftest.
$ac_objext conftest
$ac_exeext
17885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17886 (eval $ac_link) 2>conftest.er1
17888 grep -v '^ *+' conftest.er1
>conftest.err
17890 cat conftest.err
>&5
17891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17892 (exit $ac_status); } &&
17893 { ac_try
='test -z "$ac_c_werror_flag"
17894 || test ! -s conftest.err'
17895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17896 (eval $ac_try) 2>&5
17898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17899 (exit $ac_status); }; } &&
17900 { ac_try
='test -s conftest$ac_exeext'
17901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17902 (eval $ac_try) 2>&5
17904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17905 (exit $ac_status); }; }; then
17906 ac_cv_lib_krb4_krb_get_cred
=yes
17908 echo "$as_me: failed program was:" >&5
17909 sed 's/^/| /' conftest.
$ac_ext >&5
17911 ac_cv_lib_krb4_krb_get_cred
=no
17913 rm -f conftest.err conftest.
$ac_objext \
17914 conftest
$ac_exeext conftest.
$ac_ext
17915 LIBS
=$ac_check_lib_save_LIBS
17917 echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
17918 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
17919 if test $ac_cv_lib_krb4_krb_get_cred = yes; then
17920 cat >>confdefs.h
<<_ACEOF
17921 #define HAVE_LIBKRB4 1
17924 LIBS
="-lkrb4 $LIBS"
17928 echo "$as_me:$LINENO: checking for krb_get_cred in -lkrb" >&5
17929 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
17930 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
17931 echo $ECHO_N "(cached) $ECHO_C" >&6
17933 ac_check_lib_save_LIBS
=$LIBS
17935 cat >conftest.
$ac_ext <<_ACEOF
17938 cat confdefs.h
>>conftest.
$ac_ext
17939 cat >>conftest.
$ac_ext <<_ACEOF
17940 /* end confdefs.h. */
17942 /* Override any gcc2 internal prototype to avoid an error. */
17946 /* We use char because int might match the return type of a gcc2
17947 builtin and then its argument prototype would still apply. */
17948 char krb_get_cred ();
17957 rm -f conftest.
$ac_objext conftest
$ac_exeext
17958 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17959 (eval $ac_link) 2>conftest.er1
17961 grep -v '^ *+' conftest.er1
>conftest.err
17963 cat conftest.err
>&5
17964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17965 (exit $ac_status); } &&
17966 { ac_try
='test -z "$ac_c_werror_flag"
17967 || test ! -s conftest.err'
17968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17969 (eval $ac_try) 2>&5
17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17972 (exit $ac_status); }; } &&
17973 { ac_try
='test -s conftest$ac_exeext'
17974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17975 (eval $ac_try) 2>&5
17977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17978 (exit $ac_status); }; }; then
17979 ac_cv_lib_krb_krb_get_cred
=yes
17981 echo "$as_me: failed program was:" >&5
17982 sed 's/^/| /' conftest.
$ac_ext >&5
17984 ac_cv_lib_krb_krb_get_cred
=no
17986 rm -f conftest.err conftest.
$ac_objext \
17987 conftest
$ac_exeext conftest.
$ac_ext
17988 LIBS
=$ac_check_lib_save_LIBS
17990 echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
17991 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
17992 if test $ac_cv_lib_krb_krb_get_cred = yes; then
17993 cat >>confdefs.h
<<_ACEOF
17994 #define HAVE_LIBKRB 1
18005 if test "${with_kerberos5+set}" = set; then
18007 for ac_header
in krb5.h
18009 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18010 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18011 echo "$as_me:$LINENO: checking for $ac_header" >&5
18012 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18013 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18014 echo $ECHO_N "(cached) $ECHO_C" >&6
18016 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18017 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18019 # Is the header compilable?
18020 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18021 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18022 cat >conftest.
$ac_ext <<_ACEOF
18025 cat confdefs.h
>>conftest.
$ac_ext
18026 cat >>conftest.
$ac_ext <<_ACEOF
18027 /* end confdefs.h. */
18028 $ac_includes_default
18029 #include <$ac_header>
18031 rm -f conftest.
$ac_objext
18032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18033 (eval $ac_compile) 2>conftest.er1
18035 grep -v '^ *+' conftest.er1
>conftest.err
18037 cat conftest.err
>&5
18038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18039 (exit $ac_status); } &&
18040 { ac_try
='test -z "$ac_c_werror_flag"
18041 || test ! -s conftest.err'
18042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18043 (eval $ac_try) 2>&5
18045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18046 (exit $ac_status); }; } &&
18047 { ac_try
='test -s conftest.$ac_objext'
18048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18049 (eval $ac_try) 2>&5
18051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18052 (exit $ac_status); }; }; then
18053 ac_header_compiler
=yes
18055 echo "$as_me: failed program was:" >&5
18056 sed 's/^/| /' conftest.
$ac_ext >&5
18058 ac_header_compiler
=no
18060 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18061 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18062 echo "${ECHO_T}$ac_header_compiler" >&6
18064 # Is the header present?
18065 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18066 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18067 cat >conftest.
$ac_ext <<_ACEOF
18070 cat confdefs.h
>>conftest.
$ac_ext
18071 cat >>conftest.
$ac_ext <<_ACEOF
18072 /* end confdefs.h. */
18073 #include <$ac_header>
18075 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18076 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18078 grep -v '^ *+' conftest.er1
>conftest.err
18080 cat conftest.err
>&5
18081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18082 (exit $ac_status); } >/dev
/null
; then
18083 if test -s conftest.err
; then
18084 ac_cpp_err
=$ac_c_preproc_warn_flag
18085 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18092 if test -z "$ac_cpp_err"; then
18093 ac_header_preproc
=yes
18095 echo "$as_me: failed program was:" >&5
18096 sed 's/^/| /' conftest.
$ac_ext >&5
18098 ac_header_preproc
=no
18100 rm -f conftest.err conftest.
$ac_ext
18101 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18102 echo "${ECHO_T}$ac_header_preproc" >&6
18104 # So? What about this header?
18105 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18107 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18108 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18109 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18110 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18111 ac_header_preproc
=yes
18114 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18115 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18116 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18117 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18118 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18119 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18120 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18121 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18123 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18124 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18125 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18128 ## ------------------------------------------ ##
18129 ## Report this to the AC_PACKAGE_NAME lists. ##
18130 ## ------------------------------------------ ##
18133 sed "s/^/$as_me: WARNING: /" >&2
18136 echo "$as_me:$LINENO: checking for $ac_header" >&5
18137 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18138 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18139 echo $ECHO_N "(cached) $ECHO_C" >&6
18141 eval "$as_ac_Header=\$ac_header_preproc"
18143 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18144 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18147 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18148 cat >>confdefs.h
<<_ACEOF
18149 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18158 for ac_header
in des.h
18160 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18161 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18162 echo "$as_me:$LINENO: checking for $ac_header" >&5
18163 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18164 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18165 echo $ECHO_N "(cached) $ECHO_C" >&6
18167 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18168 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18170 # Is the header compilable?
18171 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18172 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18173 cat >conftest.
$ac_ext <<_ACEOF
18176 cat confdefs.h
>>conftest.
$ac_ext
18177 cat >>conftest.
$ac_ext <<_ACEOF
18178 /* end confdefs.h. */
18179 $ac_includes_default
18180 #include <$ac_header>
18182 rm -f conftest.
$ac_objext
18183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18184 (eval $ac_compile) 2>conftest.er1
18186 grep -v '^ *+' conftest.er1
>conftest.err
18188 cat conftest.err
>&5
18189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18190 (exit $ac_status); } &&
18191 { ac_try
='test -z "$ac_c_werror_flag"
18192 || test ! -s conftest.err'
18193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18194 (eval $ac_try) 2>&5
18196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18197 (exit $ac_status); }; } &&
18198 { ac_try
='test -s conftest.$ac_objext'
18199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18200 (eval $ac_try) 2>&5
18202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18203 (exit $ac_status); }; }; then
18204 ac_header_compiler
=yes
18206 echo "$as_me: failed program was:" >&5
18207 sed 's/^/| /' conftest.
$ac_ext >&5
18209 ac_header_compiler
=no
18211 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18212 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18213 echo "${ECHO_T}$ac_header_compiler" >&6
18215 # Is the header present?
18216 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18217 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18218 cat >conftest.
$ac_ext <<_ACEOF
18221 cat confdefs.h
>>conftest.
$ac_ext
18222 cat >>conftest.
$ac_ext <<_ACEOF
18223 /* end confdefs.h. */
18224 #include <$ac_header>
18226 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18227 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18229 grep -v '^ *+' conftest.er1
>conftest.err
18231 cat conftest.err
>&5
18232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18233 (exit $ac_status); } >/dev
/null
; then
18234 if test -s conftest.err
; then
18235 ac_cpp_err
=$ac_c_preproc_warn_flag
18236 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18243 if test -z "$ac_cpp_err"; then
18244 ac_header_preproc
=yes
18246 echo "$as_me: failed program was:" >&5
18247 sed 's/^/| /' conftest.
$ac_ext >&5
18249 ac_header_preproc
=no
18251 rm -f conftest.err conftest.
$ac_ext
18252 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18253 echo "${ECHO_T}$ac_header_preproc" >&6
18255 # So? What about this header?
18256 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18258 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18259 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18260 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18261 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18262 ac_header_preproc
=yes
18265 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18266 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18267 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18268 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18269 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18270 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18271 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18272 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18273 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18274 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18275 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18276 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18279 ## ------------------------------------------ ##
18280 ## Report this to the AC_PACKAGE_NAME lists. ##
18281 ## ------------------------------------------ ##
18284 sed "s/^/$as_me: WARNING: /" >&2
18287 echo "$as_me:$LINENO: checking for $ac_header" >&5
18288 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18289 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18290 echo $ECHO_N "(cached) $ECHO_C" >&6
18292 eval "$as_ac_Header=\$ac_header_preproc"
18294 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18295 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18298 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18299 cat >>confdefs.h
<<_ACEOF
18300 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18305 for ac_header
in kerberosIV
/des.h
18307 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18308 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18309 echo "$as_me:$LINENO: checking for $ac_header" >&5
18310 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18311 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18312 echo $ECHO_N "(cached) $ECHO_C" >&6
18314 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18315 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18317 # Is the header compilable?
18318 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18319 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18320 cat >conftest.
$ac_ext <<_ACEOF
18323 cat confdefs.h
>>conftest.
$ac_ext
18324 cat >>conftest.
$ac_ext <<_ACEOF
18325 /* end confdefs.h. */
18326 $ac_includes_default
18327 #include <$ac_header>
18329 rm -f conftest.
$ac_objext
18330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18331 (eval $ac_compile) 2>conftest.er1
18333 grep -v '^ *+' conftest.er1
>conftest.err
18335 cat conftest.err
>&5
18336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18337 (exit $ac_status); } &&
18338 { ac_try
='test -z "$ac_c_werror_flag"
18339 || test ! -s conftest.err'
18340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18341 (eval $ac_try) 2>&5
18343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18344 (exit $ac_status); }; } &&
18345 { ac_try
='test -s conftest.$ac_objext'
18346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18347 (eval $ac_try) 2>&5
18349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18350 (exit $ac_status); }; }; then
18351 ac_header_compiler
=yes
18353 echo "$as_me: failed program was:" >&5
18354 sed 's/^/| /' conftest.
$ac_ext >&5
18356 ac_header_compiler
=no
18358 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18359 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18360 echo "${ECHO_T}$ac_header_compiler" >&6
18362 # Is the header present?
18363 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18364 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18365 cat >conftest.
$ac_ext <<_ACEOF
18368 cat confdefs.h
>>conftest.
$ac_ext
18369 cat >>conftest.
$ac_ext <<_ACEOF
18370 /* end confdefs.h. */
18371 #include <$ac_header>
18373 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18374 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18376 grep -v '^ *+' conftest.er1
>conftest.err
18378 cat conftest.err
>&5
18379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18380 (exit $ac_status); } >/dev
/null
; then
18381 if test -s conftest.err
; then
18382 ac_cpp_err
=$ac_c_preproc_warn_flag
18383 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18390 if test -z "$ac_cpp_err"; then
18391 ac_header_preproc
=yes
18393 echo "$as_me: failed program was:" >&5
18394 sed 's/^/| /' conftest.
$ac_ext >&5
18396 ac_header_preproc
=no
18398 rm -f conftest.err conftest.
$ac_ext
18399 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18400 echo "${ECHO_T}$ac_header_preproc" >&6
18402 # So? What about this header?
18403 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18405 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18406 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18407 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18408 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18409 ac_header_preproc
=yes
18412 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18413 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18414 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18415 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18416 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18417 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18418 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18419 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18420 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18421 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18422 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18423 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18426 ## ------------------------------------------ ##
18427 ## Report this to the AC_PACKAGE_NAME lists. ##
18428 ## ------------------------------------------ ##
18431 sed "s/^/$as_me: WARNING: /" >&2
18434 echo "$as_me:$LINENO: checking for $ac_header" >&5
18435 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18436 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18437 echo $ECHO_N "(cached) $ECHO_C" >&6
18439 eval "$as_ac_Header=\$ac_header_preproc"
18441 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18442 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18445 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18446 cat >>confdefs.h
<<_ACEOF
18447 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18452 for ac_header
in kerberos
/des.h
18454 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18455 if eval "test \"\${$as_ac_Header+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 eval "test \"\${$as_ac_Header+set}\" = set"; then
18459 echo $ECHO_N "(cached) $ECHO_C" >&6
18461 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18462 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18464 # Is the header compilable?
18465 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18466 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18467 cat >conftest.
$ac_ext <<_ACEOF
18470 cat confdefs.h
>>conftest.
$ac_ext
18471 cat >>conftest.
$ac_ext <<_ACEOF
18472 /* end confdefs.h. */
18473 $ac_includes_default
18474 #include <$ac_header>
18476 rm -f conftest.
$ac_objext
18477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18478 (eval $ac_compile) 2>conftest.er1
18480 grep -v '^ *+' conftest.er1
>conftest.err
18482 cat conftest.err
>&5
18483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18484 (exit $ac_status); } &&
18485 { ac_try
='test -z "$ac_c_werror_flag"
18486 || test ! -s conftest.err'
18487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18488 (eval $ac_try) 2>&5
18490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18491 (exit $ac_status); }; } &&
18492 { ac_try
='test -s conftest.$ac_objext'
18493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18494 (eval $ac_try) 2>&5
18496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18497 (exit $ac_status); }; }; then
18498 ac_header_compiler
=yes
18500 echo "$as_me: failed program was:" >&5
18501 sed 's/^/| /' conftest.
$ac_ext >&5
18503 ac_header_compiler
=no
18505 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18506 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18507 echo "${ECHO_T}$ac_header_compiler" >&6
18509 # Is the header present?
18510 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18511 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18512 cat >conftest.
$ac_ext <<_ACEOF
18515 cat confdefs.h
>>conftest.
$ac_ext
18516 cat >>conftest.
$ac_ext <<_ACEOF
18517 /* end confdefs.h. */
18518 #include <$ac_header>
18520 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18521 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18523 grep -v '^ *+' conftest.er1
>conftest.err
18525 cat conftest.err
>&5
18526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18527 (exit $ac_status); } >/dev
/null
; then
18528 if test -s conftest.err
; then
18529 ac_cpp_err
=$ac_c_preproc_warn_flag
18530 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18537 if test -z "$ac_cpp_err"; then
18538 ac_header_preproc
=yes
18540 echo "$as_me: failed program was:" >&5
18541 sed 's/^/| /' conftest.
$ac_ext >&5
18543 ac_header_preproc
=no
18545 rm -f conftest.err conftest.
$ac_ext
18546 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18547 echo "${ECHO_T}$ac_header_preproc" >&6
18549 # So? What about this header?
18550 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18552 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18553 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18554 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18555 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18556 ac_header_preproc
=yes
18559 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18560 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18561 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18562 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18563 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18564 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18565 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18566 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18567 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18568 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18569 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18570 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18573 ## ------------------------------------------ ##
18574 ## Report this to the AC_PACKAGE_NAME lists. ##
18575 ## ------------------------------------------ ##
18578 sed "s/^/$as_me: WARNING: /" >&2
18581 echo "$as_me:$LINENO: checking for $ac_header" >&5
18582 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18583 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18584 echo $ECHO_N "(cached) $ECHO_C" >&6
18586 eval "$as_ac_Header=\$ac_header_preproc"
18588 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18589 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18592 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18593 cat >>confdefs.h
<<_ACEOF
18594 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18610 for ac_header
in krb.h
18612 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18613 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18614 echo "$as_me:$LINENO: checking for $ac_header" >&5
18615 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18616 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18617 echo $ECHO_N "(cached) $ECHO_C" >&6
18619 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18620 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18622 # Is the header compilable?
18623 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18624 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18625 cat >conftest.
$ac_ext <<_ACEOF
18628 cat confdefs.h
>>conftest.
$ac_ext
18629 cat >>conftest.
$ac_ext <<_ACEOF
18630 /* end confdefs.h. */
18631 $ac_includes_default
18632 #include <$ac_header>
18634 rm -f conftest.
$ac_objext
18635 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18636 (eval $ac_compile) 2>conftest.er1
18638 grep -v '^ *+' conftest.er1
>conftest.err
18640 cat conftest.err
>&5
18641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18642 (exit $ac_status); } &&
18643 { ac_try
='test -z "$ac_c_werror_flag"
18644 || test ! -s conftest.err'
18645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18646 (eval $ac_try) 2>&5
18648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18649 (exit $ac_status); }; } &&
18650 { ac_try
='test -s conftest.$ac_objext'
18651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18652 (eval $ac_try) 2>&5
18654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18655 (exit $ac_status); }; }; then
18656 ac_header_compiler
=yes
18658 echo "$as_me: failed program was:" >&5
18659 sed 's/^/| /' conftest.
$ac_ext >&5
18661 ac_header_compiler
=no
18663 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18664 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18665 echo "${ECHO_T}$ac_header_compiler" >&6
18667 # Is the header present?
18668 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18669 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18670 cat >conftest.
$ac_ext <<_ACEOF
18673 cat confdefs.h
>>conftest.
$ac_ext
18674 cat >>conftest.
$ac_ext <<_ACEOF
18675 /* end confdefs.h. */
18676 #include <$ac_header>
18678 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18679 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18681 grep -v '^ *+' conftest.er1
>conftest.err
18683 cat conftest.err
>&5
18684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18685 (exit $ac_status); } >/dev
/null
; then
18686 if test -s conftest.err
; then
18687 ac_cpp_err
=$ac_c_preproc_warn_flag
18688 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18695 if test -z "$ac_cpp_err"; then
18696 ac_header_preproc
=yes
18698 echo "$as_me: failed program was:" >&5
18699 sed 's/^/| /' conftest.
$ac_ext >&5
18701 ac_header_preproc
=no
18703 rm -f conftest.err conftest.
$ac_ext
18704 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18705 echo "${ECHO_T}$ac_header_preproc" >&6
18707 # So? What about this header?
18708 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18710 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18711 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18712 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18713 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18714 ac_header_preproc
=yes
18717 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18718 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18719 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18720 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18721 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18722 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18723 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18724 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18725 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18726 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18727 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18728 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18731 ## ------------------------------------------ ##
18732 ## Report this to the AC_PACKAGE_NAME lists. ##
18733 ## ------------------------------------------ ##
18736 sed "s/^/$as_me: WARNING: /" >&2
18739 echo "$as_me:$LINENO: checking for $ac_header" >&5
18740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18741 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18742 echo $ECHO_N "(cached) $ECHO_C" >&6
18744 eval "$as_ac_Header=\$ac_header_preproc"
18746 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18747 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18750 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18751 cat >>confdefs.h
<<_ACEOF
18752 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18757 for ac_header
in kerberosIV
/krb.h
18759 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18760 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18761 echo "$as_me:$LINENO: checking for $ac_header" >&5
18762 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18763 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18764 echo $ECHO_N "(cached) $ECHO_C" >&6
18766 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18767 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18769 # Is the header compilable?
18770 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18771 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18772 cat >conftest.
$ac_ext <<_ACEOF
18775 cat confdefs.h
>>conftest.
$ac_ext
18776 cat >>conftest.
$ac_ext <<_ACEOF
18777 /* end confdefs.h. */
18778 $ac_includes_default
18779 #include <$ac_header>
18781 rm -f conftest.
$ac_objext
18782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18783 (eval $ac_compile) 2>conftest.er1
18785 grep -v '^ *+' conftest.er1
>conftest.err
18787 cat conftest.err
>&5
18788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18789 (exit $ac_status); } &&
18790 { ac_try
='test -z "$ac_c_werror_flag"
18791 || test ! -s conftest.err'
18792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18793 (eval $ac_try) 2>&5
18795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18796 (exit $ac_status); }; } &&
18797 { ac_try
='test -s conftest.$ac_objext'
18798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18799 (eval $ac_try) 2>&5
18801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18802 (exit $ac_status); }; }; then
18803 ac_header_compiler
=yes
18805 echo "$as_me: failed program was:" >&5
18806 sed 's/^/| /' conftest.
$ac_ext >&5
18808 ac_header_compiler
=no
18810 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18811 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18812 echo "${ECHO_T}$ac_header_compiler" >&6
18814 # Is the header present?
18815 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18816 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18817 cat >conftest.
$ac_ext <<_ACEOF
18820 cat confdefs.h
>>conftest.
$ac_ext
18821 cat >>conftest.
$ac_ext <<_ACEOF
18822 /* end confdefs.h. */
18823 #include <$ac_header>
18825 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18826 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18828 grep -v '^ *+' conftest.er1
>conftest.err
18830 cat conftest.err
>&5
18831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18832 (exit $ac_status); } >/dev
/null
; then
18833 if test -s conftest.err
; then
18834 ac_cpp_err
=$ac_c_preproc_warn_flag
18835 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18842 if test -z "$ac_cpp_err"; then
18843 ac_header_preproc
=yes
18845 echo "$as_me: failed program was:" >&5
18846 sed 's/^/| /' conftest.
$ac_ext >&5
18848 ac_header_preproc
=no
18850 rm -f conftest.err conftest.
$ac_ext
18851 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18852 echo "${ECHO_T}$ac_header_preproc" >&6
18854 # So? What about this header?
18855 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18857 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18858 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18859 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18860 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18861 ac_header_preproc
=yes
18864 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18865 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18866 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18867 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18868 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18869 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18870 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18871 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18872 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18873 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18874 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18875 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18878 ## ------------------------------------------ ##
18879 ## Report this to the AC_PACKAGE_NAME lists. ##
18880 ## ------------------------------------------ ##
18883 sed "s/^/$as_me: WARNING: /" >&2
18886 echo "$as_me:$LINENO: checking for $ac_header" >&5
18887 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18888 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18889 echo $ECHO_N "(cached) $ECHO_C" >&6
18891 eval "$as_ac_Header=\$ac_header_preproc"
18893 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18894 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18897 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18898 cat >>confdefs.h
<<_ACEOF
18899 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18904 for ac_header
in kerberos
/krb.h
18906 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18907 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18908 echo "$as_me:$LINENO: checking for $ac_header" >&5
18909 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18910 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18911 echo $ECHO_N "(cached) $ECHO_C" >&6
18913 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18914 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18916 # Is the header compilable?
18917 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18918 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18919 cat >conftest.
$ac_ext <<_ACEOF
18922 cat confdefs.h
>>conftest.
$ac_ext
18923 cat >>conftest.
$ac_ext <<_ACEOF
18924 /* end confdefs.h. */
18925 $ac_includes_default
18926 #include <$ac_header>
18928 rm -f conftest.
$ac_objext
18929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18930 (eval $ac_compile) 2>conftest.er1
18932 grep -v '^ *+' conftest.er1
>conftest.err
18934 cat conftest.err
>&5
18935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18936 (exit $ac_status); } &&
18937 { ac_try
='test -z "$ac_c_werror_flag"
18938 || test ! -s conftest.err'
18939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18940 (eval $ac_try) 2>&5
18942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18943 (exit $ac_status); }; } &&
18944 { ac_try
='test -s conftest.$ac_objext'
18945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18946 (eval $ac_try) 2>&5
18948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18949 (exit $ac_status); }; }; then
18950 ac_header_compiler
=yes
18952 echo "$as_me: failed program was:" >&5
18953 sed 's/^/| /' conftest.
$ac_ext >&5
18955 ac_header_compiler
=no
18957 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18958 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18959 echo "${ECHO_T}$ac_header_compiler" >&6
18961 # Is the header present?
18962 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18963 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18964 cat >conftest.
$ac_ext <<_ACEOF
18967 cat confdefs.h
>>conftest.
$ac_ext
18968 cat >>conftest.
$ac_ext <<_ACEOF
18969 /* end confdefs.h. */
18970 #include <$ac_header>
18972 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18973 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18975 grep -v '^ *+' conftest.er1
>conftest.err
18977 cat conftest.err
>&5
18978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18979 (exit $ac_status); } >/dev
/null
; then
18980 if test -s conftest.err
; then
18981 ac_cpp_err
=$ac_c_preproc_warn_flag
18982 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18989 if test -z "$ac_cpp_err"; then
18990 ac_header_preproc
=yes
18992 echo "$as_me: failed program was:" >&5
18993 sed 's/^/| /' conftest.
$ac_ext >&5
18995 ac_header_preproc
=no
18997 rm -f conftest.err conftest.
$ac_ext
18998 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18999 echo "${ECHO_T}$ac_header_preproc" >&6
19001 # So? What about this header?
19002 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19004 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19005 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19006 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19007 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19008 ac_header_preproc
=yes
19011 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19012 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19013 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19014 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19015 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19016 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19017 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19018 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19019 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19020 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19021 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19022 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19025 ## ------------------------------------------ ##
19026 ## Report this to the AC_PACKAGE_NAME lists. ##
19027 ## ------------------------------------------ ##
19030 sed "s/^/$as_me: WARNING: /" >&2
19033 echo "$as_me:$LINENO: checking for $ac_header" >&5
19034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19035 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19036 echo $ECHO_N "(cached) $ECHO_C" >&6
19038 eval "$as_ac_Header=\$ac_header_preproc"
19040 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19041 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19044 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19045 cat >>confdefs.h
<<_ACEOF
19046 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19063 for ac_header
in com_err.h
19065 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19066 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19067 echo "$as_me:$LINENO: checking for $ac_header" >&5
19068 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19069 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19070 echo $ECHO_N "(cached) $ECHO_C" >&6
19072 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19073 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
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
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>
19087 rm -f conftest.
$ac_objext
19088 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19089 (eval $ac_compile) 2>conftest.er1
19091 grep -v '^ *+' conftest.er1
>conftest.err
19093 cat conftest.err
>&5
19094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19095 (exit $ac_status); } &&
19096 { ac_try
='test -z "$ac_c_werror_flag"
19097 || test ! -s conftest.err'
19098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19099 (eval $ac_try) 2>&5
19101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19102 (exit $ac_status); }; } &&
19103 { ac_try
='test -s conftest.$ac_objext'
19104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19105 (eval $ac_try) 2>&5
19107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19108 (exit $ac_status); }; }; then
19109 ac_header_compiler
=yes
19111 echo "$as_me: failed program was:" >&5
19112 sed 's/^/| /' conftest.
$ac_ext >&5
19114 ac_header_compiler
=no
19116 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19117 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19118 echo "${ECHO_T}$ac_header_compiler" >&6
19120 # Is the header present?
19121 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19122 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19123 cat >conftest.
$ac_ext <<_ACEOF
19126 cat confdefs.h
>>conftest.
$ac_ext
19127 cat >>conftest.
$ac_ext <<_ACEOF
19128 /* end confdefs.h. */
19129 #include <$ac_header>
19131 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19132 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19134 grep -v '^ *+' conftest.er1
>conftest.err
19136 cat conftest.err
>&5
19137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138 (exit $ac_status); } >/dev
/null
; then
19139 if test -s conftest.err
; then
19140 ac_cpp_err
=$ac_c_preproc_warn_flag
19141 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
19148 if test -z "$ac_cpp_err"; then
19149 ac_header_preproc
=yes
19151 echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.
$ac_ext >&5
19154 ac_header_preproc
=no
19156 rm -f conftest.err conftest.
$ac_ext
19157 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19158 echo "${ECHO_T}$ac_header_preproc" >&6
19160 # So? What about this header?
19161 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19163 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19164 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19166 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19167 ac_header_preproc
=yes
19170 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19171 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19172 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19173 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19174 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19175 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19176 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19177 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19179 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19180 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19181 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19184 ## ------------------------------------------ ##
19185 ## Report this to the AC_PACKAGE_NAME lists. ##
19186 ## ------------------------------------------ ##
19189 sed "s/^/$as_me: WARNING: /" >&2
19192 echo "$as_me:$LINENO: checking for $ac_header" >&5
19193 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19194 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19195 echo $ECHO_N "(cached) $ECHO_C" >&6
19197 eval "$as_ac_Header=\$ac_header_preproc"
19199 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19200 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19203 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19204 cat >>confdefs.h
<<_ACEOF
19205 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19214 # Solaris requires -lintl if you want strerror (which calls dgettext)
19215 # to return localized messages.
19217 echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
19218 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
19219 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
19220 echo $ECHO_N "(cached) $ECHO_C" >&6
19222 ac_check_lib_save_LIBS
=$LIBS
19223 LIBS
="-lintl $LIBS"
19224 cat >conftest.
$ac_ext <<_ACEOF
19227 cat confdefs.h
>>conftest.
$ac_ext
19228 cat >>conftest.
$ac_ext <<_ACEOF
19229 /* end confdefs.h. */
19231 /* Override any gcc2 internal prototype to avoid an error. */
19235 /* We use char because int might match the return type of a gcc2
19236 builtin and then its argument prototype would still apply. */
19246 rm -f conftest.
$ac_objext conftest
$ac_exeext
19247 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19248 (eval $ac_link) 2>conftest.er1
19250 grep -v '^ *+' conftest.er1
>conftest.err
19252 cat conftest.err
>&5
19253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19254 (exit $ac_status); } &&
19255 { ac_try
='test -z "$ac_c_werror_flag"
19256 || test ! -s conftest.err'
19257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19258 (eval $ac_try) 2>&5
19260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19261 (exit $ac_status); }; } &&
19262 { ac_try
='test -s conftest$ac_exeext'
19263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19264 (eval $ac_try) 2>&5
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); }; }; then
19268 ac_cv_lib_intl_dgettext
=yes
19270 echo "$as_me: failed program was:" >&5
19271 sed 's/^/| /' conftest.
$ac_ext >&5
19273 ac_cv_lib_intl_dgettext
=no
19275 rm -f conftest.err conftest.
$ac_objext \
19276 conftest
$ac_exeext conftest.
$ac_ext
19277 LIBS
=$ac_check_lib_save_LIBS
19279 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
19280 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
19281 if test $ac_cv_lib_intl_dgettext = yes; then
19282 cat >>confdefs.h
<<_ACEOF
19283 #define HAVE_LIBINTL 1
19286 LIBS
="-lintl $LIBS"
19291 echo "$as_me:$LINENO: checking whether localtime caches TZ" >&5
19292 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
19293 if test "${emacs_cv_localtime_cache+set}" = set; then
19294 echo $ECHO_N "(cached) $ECHO_C" >&6
19296 if test x
$ac_cv_func_tzset = xyes
; then
19297 if test "$cross_compiling" = yes; then
19298 # If we have tzset, assume the worst when cross-compiling.
19299 emacs_cv_localtime_cache
=yes
19301 cat >conftest.
$ac_ext <<_ACEOF
19304 cat confdefs.h
>>conftest.
$ac_ext
19305 cat >>conftest.
$ac_ext <<_ACEOF
19306 /* end confdefs.h. */
19308 extern char **environ;
19312 for (to = from = environ; (*to = *from); from++)
19313 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
19316 char TZ_GMT0[] = "TZ=GMT0";
19317 char TZ_PST8[] = "TZ=PST8";
19320 time_t now = time ((time_t *) 0);
19321 int hour_GMT0, hour_unset;
19322 if (putenv (TZ_GMT0) != 0)
19324 hour_GMT0 = localtime (&now)->tm_hour;
19326 hour_unset = localtime (&now)->tm_hour;
19327 if (putenv (TZ_PST8) != 0)
19329 if (localtime (&now)->tm_hour == hour_GMT0)
19332 if (localtime (&now)->tm_hour != hour_unset)
19337 rm -f conftest
$ac_exeext
19338 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19339 (eval $ac_link) 2>&5
19341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19342 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19344 (eval $ac_try) 2>&5
19346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347 (exit $ac_status); }; }; then
19348 emacs_cv_localtime_cache
=no
19350 echo "$as_me: program exited with status $ac_status" >&5
19351 echo "$as_me: failed program was:" >&5
19352 sed 's/^/| /' conftest.
$ac_ext >&5
19354 ( exit $ac_status )
19355 emacs_cv_localtime_cache
=yes
19357 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19360 # If we lack tzset, report that localtime does not cache TZ,
19361 # since we can't invalidate the cache if we don't have tzset.
19362 emacs_cv_localtime_cache
=no
19365 echo "$as_me:$LINENO: result: $emacs_cv_localtime_cache" >&5
19366 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
19367 if test $emacs_cv_localtime_cache = yes; then
19369 cat >>confdefs.h
<<\_ACEOF
19370 #define LOCALTIME_CACHE 1
19375 if test "x$HAVE_TIMEVAL" = xyes
; then
19377 for ac_func
in gettimeofday
19379 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19380 echo "$as_me:$LINENO: checking for $ac_func" >&5
19381 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19382 if eval "test \"\${$as_ac_var+set}\" = set"; then
19383 echo $ECHO_N "(cached) $ECHO_C" >&6
19385 cat >conftest.
$ac_ext <<_ACEOF
19388 cat confdefs.h
>>conftest.
$ac_ext
19389 cat >>conftest.
$ac_ext <<_ACEOF
19390 /* end confdefs.h. */
19391 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19392 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19393 #define $ac_func innocuous_$ac_func
19395 /* System header to define __stub macros and hopefully few prototypes,
19396 which can conflict with char $ac_func (); below.
19397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19398 <limits.h> exists even on freestanding compilers. */
19401 # include <limits.h>
19403 # include <assert.h>
19408 /* Override any gcc2 internal prototype to avoid an error. */
19413 /* We use char because int might match the return type of a gcc2
19414 builtin and then its argument prototype would still apply. */
19416 /* The GNU C library defines this for functions which it implements
19417 to always fail with ENOSYS. Some functions are actually named
19418 something starting with __ and the normal name is an alias. */
19419 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19422 char (*f) () = $ac_func;
19431 return f != $ac_func;
19436 rm -f conftest.
$ac_objext conftest
$ac_exeext
19437 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19438 (eval $ac_link) 2>conftest.er1
19440 grep -v '^ *+' conftest.er1
>conftest.err
19442 cat conftest.err
>&5
19443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19444 (exit $ac_status); } &&
19445 { ac_try
='test -z "$ac_c_werror_flag"
19446 || test ! -s conftest.err'
19447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19448 (eval $ac_try) 2>&5
19450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19451 (exit $ac_status); }; } &&
19452 { ac_try
='test -s conftest$ac_exeext'
19453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19454 (eval $ac_try) 2>&5
19456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19457 (exit $ac_status); }; }; then
19458 eval "$as_ac_var=yes"
19460 echo "$as_me: failed program was:" >&5
19461 sed 's/^/| /' conftest.
$ac_ext >&5
19463 eval "$as_ac_var=no"
19465 rm -f conftest.err conftest.
$ac_objext \
19466 conftest
$ac_exeext conftest.
$ac_ext
19468 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19469 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19470 if test `eval echo '${'$as_ac_var'}'` = yes; then
19471 cat >>confdefs.h
<<_ACEOF
19472 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19478 if test $ac_cv_func_gettimeofday = yes; then
19479 echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5
19480 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
19481 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
19482 echo $ECHO_N "(cached) $ECHO_C" >&6
19484 cat >conftest.
$ac_ext <<_ACEOF
19487 cat confdefs.h
>>conftest.
$ac_ext
19488 cat >>conftest.
$ac_ext <<_ACEOF
19489 /* end confdefs.h. */
19491 #ifdef TIME_WITH_SYS_TIME
19492 #include <sys/time.h>
19495 #ifdef HAVE_SYS_TIME_H
19496 #include <sys/time.h>
19504 struct timeval time;
19505 gettimeofday (&time, 0);
19510 rm -f conftest.
$ac_objext
19511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19512 (eval $ac_compile) 2>conftest.er1
19514 grep -v '^ *+' conftest.er1
>conftest.err
19516 cat conftest.err
>&5
19517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19518 (exit $ac_status); } &&
19519 { ac_try
='test -z "$ac_c_werror_flag"
19520 || test ! -s conftest.err'
19521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19522 (eval $ac_try) 2>&5
19524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19525 (exit $ac_status); }; } &&
19526 { ac_try
='test -s conftest.$ac_objext'
19527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19528 (eval $ac_try) 2>&5
19530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19531 (exit $ac_status); }; }; then
19532 emacs_cv_gettimeofday_two_arguments
=yes
19534 echo "$as_me: failed program was:" >&5
19535 sed 's/^/| /' conftest.
$ac_ext >&5
19537 emacs_cv_gettimeofday_two_arguments
=no
19539 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19541 echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
19542 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
19543 if test $emacs_cv_gettimeofday_two_arguments = no
; then
19545 cat >>confdefs.h
<<\_ACEOF
19546 #define GETTIMEOFDAY_ONE_ARGUMENT 1
19553 # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
19554 echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
19555 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
19556 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
19557 echo $ECHO_N "(cached) $ECHO_C" >&6
19559 cat >conftest.
$ac_ext <<_ACEOF
19562 cat confdefs.h
>>conftest.
$ac_ext
19563 cat >>conftest.
$ac_ext <<_ACEOF
19564 /* end confdefs.h. */
19565 #include <sys/types.h>
19566 #include <$ac_cv_struct_tm>
19572 static struct tm ac_aggr;
19573 if (ac_aggr.tm_zone)
19579 rm -f conftest.
$ac_objext
19580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19581 (eval $ac_compile) 2>conftest.er1
19583 grep -v '^ *+' conftest.er1
>conftest.err
19585 cat conftest.err
>&5
19586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19587 (exit $ac_status); } &&
19588 { ac_try
='test -z "$ac_c_werror_flag"
19589 || test ! -s conftest.err'
19590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19591 (eval $ac_try) 2>&5
19593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19594 (exit $ac_status); }; } &&
19595 { ac_try
='test -s conftest.$ac_objext'
19596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19597 (eval $ac_try) 2>&5
19599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19600 (exit $ac_status); }; }; then
19601 ac_cv_member_struct_tm_tm_zone
=yes
19603 echo "$as_me: failed program was:" >&5
19604 sed 's/^/| /' conftest.
$ac_ext >&5
19606 cat >conftest.
$ac_ext <<_ACEOF
19609 cat confdefs.h
>>conftest.
$ac_ext
19610 cat >>conftest.
$ac_ext <<_ACEOF
19611 /* end confdefs.h. */
19612 #include <sys/types.h>
19613 #include <$ac_cv_struct_tm>
19619 static struct tm ac_aggr;
19620 if (sizeof ac_aggr.tm_zone)
19626 rm -f conftest.
$ac_objext
19627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19628 (eval $ac_compile) 2>conftest.er1
19630 grep -v '^ *+' conftest.er1
>conftest.err
19632 cat conftest.err
>&5
19633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19634 (exit $ac_status); } &&
19635 { ac_try
='test -z "$ac_c_werror_flag"
19636 || test ! -s conftest.err'
19637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19638 (eval $ac_try) 2>&5
19640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19641 (exit $ac_status); }; } &&
19642 { ac_try
='test -s conftest.$ac_objext'
19643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19644 (eval $ac_try) 2>&5
19646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19647 (exit $ac_status); }; }; then
19648 ac_cv_member_struct_tm_tm_zone
=yes
19650 echo "$as_me: failed program was:" >&5
19651 sed 's/^/| /' conftest.
$ac_ext >&5
19653 ac_cv_member_struct_tm_tm_zone
=no
19655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19657 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19659 echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
19660 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
19661 if test $ac_cv_member_struct_tm_tm_zone = yes; then
19663 cat >>confdefs.h
<<_ACEOF
19664 #define HAVE_STRUCT_TM_TM_ZONE 1
19670 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
19672 cat >>confdefs.h
<<\_ACEOF
19673 #define HAVE_TM_ZONE 1
19677 echo "$as_me:$LINENO: checking for tzname" >&5
19678 echo $ECHO_N "checking for tzname... $ECHO_C" >&6
19679 if test "${ac_cv_var_tzname+set}" = set; then
19680 echo $ECHO_N "(cached) $ECHO_C" >&6
19682 cat >conftest.
$ac_ext <<_ACEOF
19685 cat confdefs.h
>>conftest.
$ac_ext
19686 cat >>conftest.
$ac_ext <<_ACEOF
19687 /* end confdefs.h. */
19689 #ifndef tzname /* For SGI. */
19690 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
19701 rm -f conftest.
$ac_objext conftest
$ac_exeext
19702 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19703 (eval $ac_link) 2>conftest.er1
19705 grep -v '^ *+' conftest.er1
>conftest.err
19707 cat conftest.err
>&5
19708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19709 (exit $ac_status); } &&
19710 { ac_try
='test -z "$ac_c_werror_flag"
19711 || test ! -s conftest.err'
19712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19713 (eval $ac_try) 2>&5
19715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19716 (exit $ac_status); }; } &&
19717 { ac_try
='test -s conftest$ac_exeext'
19718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19719 (eval $ac_try) 2>&5
19721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19722 (exit $ac_status); }; }; then
19723 ac_cv_var_tzname
=yes
19725 echo "$as_me: failed program was:" >&5
19726 sed 's/^/| /' conftest.
$ac_ext >&5
19728 ac_cv_var_tzname
=no
19730 rm -f conftest.err conftest.
$ac_objext \
19731 conftest
$ac_exeext conftest.
$ac_ext
19733 echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
19734 echo "${ECHO_T}$ac_cv_var_tzname" >&6
19735 if test $ac_cv_var_tzname = yes; then
19737 cat >>confdefs.h
<<\_ACEOF
19738 #define HAVE_TZNAME 1
19745 if test "$ac_cv_func_gettimeofday" = yes; then
19746 echo "$as_me:$LINENO: checking for struct timezone" >&5
19747 echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
19748 if test "${emacs_cv_struct_timezone+set}" = set; then
19749 echo $ECHO_N "(cached) $ECHO_C" >&6
19751 cat >conftest.
$ac_ext <<_ACEOF
19754 cat confdefs.h
>>conftest.
$ac_ext
19755 cat >>conftest.
$ac_ext <<_ACEOF
19756 /* end confdefs.h. */
19757 #include <sys/time.h>
19761 struct timezone tz;
19766 rm -f conftest.
$ac_objext
19767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19768 (eval $ac_compile) 2>conftest.er1
19770 grep -v '^ *+' conftest.er1
>conftest.err
19772 cat conftest.err
>&5
19773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19774 (exit $ac_status); } &&
19775 { ac_try
='test -z "$ac_c_werror_flag"
19776 || test ! -s conftest.err'
19777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19778 (eval $ac_try) 2>&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); }; } &&
19782 { ac_try
='test -s conftest.$ac_objext'
19783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19784 (eval $ac_try) 2>&5
19786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19787 (exit $ac_status); }; }; then
19788 if test "$cross_compiling" = yes; then
19789 emacs_cv_struct_timezone
=yes
19791 cat >conftest.
$ac_ext <<_ACEOF
19794 cat confdefs.h
>>conftest.
$ac_ext
19795 cat >>conftest.
$ac_ext <<_ACEOF
19796 /* end confdefs.h. */
19798 #ifdef TIME_WITH_SYS_TIME
19799 #include <sys/time.h>
19802 #ifdef HAVE_SYS_TIME_H
19803 #include <sys/time.h>
19809 struct timeval time;
19810 struct timezone dummy;
19811 exit (gettimeofday (&time, &dummy));
19814 rm -f conftest
$ac_exeext
19815 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19816 (eval $ac_link) 2>&5
19818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19821 (eval $ac_try) 2>&5
19823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19824 (exit $ac_status); }; }; then
19825 emacs_cv_struct_timezone
=yes
19827 echo "$as_me: program exited with status $ac_status" >&5
19828 echo "$as_me: failed program was:" >&5
19829 sed 's/^/| /' conftest.
$ac_ext >&5
19831 ( exit $ac_status )
19832 emacs_cv_struct_timezone
=no
19834 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19837 echo "$as_me: failed program was:" >&5
19838 sed 's/^/| /' conftest.
$ac_ext >&5
19840 emacs_cv_struct_timezone
=no
19842 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19844 echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5
19845 echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
19849 echo "$as_me:$LINENO: checking for socket" >&5
19850 echo $ECHO_N "checking for socket... $ECHO_C" >&6
19851 if test "${ac_cv_func_socket+set}" = set; then
19852 echo $ECHO_N "(cached) $ECHO_C" >&6
19854 cat >conftest.
$ac_ext <<_ACEOF
19857 cat confdefs.h
>>conftest.
$ac_ext
19858 cat >>conftest.
$ac_ext <<_ACEOF
19859 /* end confdefs.h. */
19860 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
19861 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19862 #define socket innocuous_socket
19864 /* System header to define __stub macros and hopefully few prototypes,
19865 which can conflict with char socket (); below.
19866 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19867 <limits.h> exists even on freestanding compilers. */
19870 # include <limits.h>
19872 # include <assert.h>
19877 /* Override any gcc2 internal prototype to avoid an error. */
19882 /* We use char because int might match the return type of a gcc2
19883 builtin and then its argument prototype would still apply. */
19885 /* The GNU C library defines this for functions which it implements
19886 to always fail with ENOSYS. Some functions are actually named
19887 something starting with __ and the normal name is an alias. */
19888 #if defined (__stub_socket) || defined (__stub___socket)
19891 char (*f) () = socket;
19900 return f != socket;
19905 rm -f conftest.
$ac_objext conftest
$ac_exeext
19906 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19907 (eval $ac_link) 2>conftest.er1
19909 grep -v '^ *+' conftest.er1
>conftest.err
19911 cat conftest.err
>&5
19912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19913 (exit $ac_status); } &&
19914 { ac_try
='test -z "$ac_c_werror_flag"
19915 || test ! -s conftest.err'
19916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19917 (eval $ac_try) 2>&5
19919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19920 (exit $ac_status); }; } &&
19921 { ac_try
='test -s conftest$ac_exeext'
19922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19923 (eval $ac_try) 2>&5
19925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19926 (exit $ac_status); }; }; then
19927 ac_cv_func_socket
=yes
19929 echo "$as_me: failed program was:" >&5
19930 sed 's/^/| /' conftest.
$ac_ext >&5
19932 ac_cv_func_socket
=no
19934 rm -f conftest.err conftest.
$ac_objext \
19935 conftest
$ac_exeext conftest.
$ac_ext
19937 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
19938 echo "${ECHO_T}$ac_cv_func_socket" >&6
19939 if test $ac_cv_func_socket = yes; then
19945 if test $ok_so_far = yes; then
19946 if test "${ac_cv_header_netinet_in_h+set}" = set; then
19947 echo "$as_me:$LINENO: checking for netinet/in.h" >&5
19948 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
19949 if test "${ac_cv_header_netinet_in_h+set}" = set; then
19950 echo $ECHO_N "(cached) $ECHO_C" >&6
19952 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
19953 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
19955 # Is the header compilable?
19956 echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
19957 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
19958 cat >conftest.
$ac_ext <<_ACEOF
19961 cat confdefs.h
>>conftest.
$ac_ext
19962 cat >>conftest.
$ac_ext <<_ACEOF
19963 /* end confdefs.h. */
19964 $ac_includes_default
19965 #include <netinet/in.h>
19967 rm -f conftest.
$ac_objext
19968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19969 (eval $ac_compile) 2>conftest.er1
19971 grep -v '^ *+' conftest.er1
>conftest.err
19973 cat conftest.err
>&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } &&
19976 { ac_try
='test -z "$ac_c_werror_flag"
19977 || test ! -s conftest.err'
19978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19979 (eval $ac_try) 2>&5
19981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19982 (exit $ac_status); }; } &&
19983 { ac_try
='test -s conftest.$ac_objext'
19984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19985 (eval $ac_try) 2>&5
19987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19988 (exit $ac_status); }; }; then
19989 ac_header_compiler
=yes
19991 echo "$as_me: failed program was:" >&5
19992 sed 's/^/| /' conftest.
$ac_ext >&5
19994 ac_header_compiler
=no
19996 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19997 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19998 echo "${ECHO_T}$ac_header_compiler" >&6
20000 # Is the header present?
20001 echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
20002 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
20003 cat >conftest.
$ac_ext <<_ACEOF
20006 cat confdefs.h
>>conftest.
$ac_ext
20007 cat >>conftest.
$ac_ext <<_ACEOF
20008 /* end confdefs.h. */
20009 #include <netinet/in.h>
20011 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20012 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20014 grep -v '^ *+' conftest.er1
>conftest.err
20016 cat conftest.err
>&5
20017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20018 (exit $ac_status); } >/dev
/null
; then
20019 if test -s conftest.err
; then
20020 ac_cpp_err
=$ac_c_preproc_warn_flag
20021 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20028 if test -z "$ac_cpp_err"; then
20029 ac_header_preproc
=yes
20031 echo "$as_me: failed program was:" >&5
20032 sed 's/^/| /' conftest.
$ac_ext >&5
20034 ac_header_preproc
=no
20036 rm -f conftest.err conftest.
$ac_ext
20037 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20038 echo "${ECHO_T}$ac_header_preproc" >&6
20040 # So? What about this header?
20041 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20043 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
20044 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20045 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
20046 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
20047 ac_header_preproc
=yes
20050 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
20051 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
20052 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
20053 echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
20054 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
20055 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
20056 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
20057 echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
20058 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
20059 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
20060 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
20061 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
20064 ## ------------------------------------------ ##
20065 ## Report this to the AC_PACKAGE_NAME lists. ##
20066 ## ------------------------------------------ ##
20069 sed "s/^/$as_me: WARNING: /" >&2
20072 echo "$as_me:$LINENO: checking for netinet/in.h" >&5
20073 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
20074 if test "${ac_cv_header_netinet_in_h+set}" = set; then
20075 echo $ECHO_N "(cached) $ECHO_C" >&6
20077 ac_cv_header_netinet_in_h
=$ac_header_preproc
20079 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5
20080 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
20083 if test $ac_cv_header_netinet_in_h = yes; then
20091 if test $ok_so_far = yes; then
20092 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
20093 echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
20094 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
20095 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
20096 echo $ECHO_N "(cached) $ECHO_C" >&6
20098 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
20099 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
20101 # Is the header compilable?
20102 echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
20103 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
20104 cat >conftest.
$ac_ext <<_ACEOF
20107 cat confdefs.h
>>conftest.
$ac_ext
20108 cat >>conftest.
$ac_ext <<_ACEOF
20109 /* end confdefs.h. */
20110 $ac_includes_default
20111 #include <arpa/inet.h>
20113 rm -f conftest.
$ac_objext
20114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20115 (eval $ac_compile) 2>conftest.er1
20117 grep -v '^ *+' conftest.er1
>conftest.err
20119 cat conftest.err
>&5
20120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20121 (exit $ac_status); } &&
20122 { ac_try
='test -z "$ac_c_werror_flag"
20123 || test ! -s conftest.err'
20124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20125 (eval $ac_try) 2>&5
20127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20128 (exit $ac_status); }; } &&
20129 { ac_try
='test -s conftest.$ac_objext'
20130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20131 (eval $ac_try) 2>&5
20133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); }; }; then
20135 ac_header_compiler
=yes
20137 echo "$as_me: failed program was:" >&5
20138 sed 's/^/| /' conftest.
$ac_ext >&5
20140 ac_header_compiler
=no
20142 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20143 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20144 echo "${ECHO_T}$ac_header_compiler" >&6
20146 # Is the header present?
20147 echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
20148 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
20149 cat >conftest.
$ac_ext <<_ACEOF
20152 cat confdefs.h
>>conftest.
$ac_ext
20153 cat >>conftest.
$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 #include <arpa/inet.h>
20157 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20158 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20160 grep -v '^ *+' conftest.er1
>conftest.err
20162 cat conftest.err
>&5
20163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20164 (exit $ac_status); } >/dev
/null
; then
20165 if test -s conftest.err
; then
20166 ac_cpp_err
=$ac_c_preproc_warn_flag
20167 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20174 if test -z "$ac_cpp_err"; then
20175 ac_header_preproc
=yes
20177 echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.
$ac_ext >&5
20180 ac_header_preproc
=no
20182 rm -f conftest.err conftest.
$ac_ext
20183 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20184 echo "${ECHO_T}$ac_header_preproc" >&6
20186 # So? What about this header?
20187 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20189 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
20190 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20191 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
20192 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
20193 ac_header_preproc
=yes
20196 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
20197 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
20198 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
20199 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
20200 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
20201 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
20202 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
20203 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
20204 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
20205 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
20206 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
20207 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
20210 ## ------------------------------------------ ##
20211 ## Report this to the AC_PACKAGE_NAME lists. ##
20212 ## ------------------------------------------ ##
20215 sed "s/^/$as_me: WARNING: /" >&2
20218 echo "$as_me:$LINENO: checking for arpa/inet.h" >&5
20219 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
20220 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
20221 echo $ECHO_N "(cached) $ECHO_C" >&6
20223 ac_cv_header_arpa_inet_h
=$ac_header_preproc
20225 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5
20226 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
20229 if test $ac_cv_header_arpa_inet_h = yes; then
20237 if test $ok_so_far = yes; then
20239 cat >>confdefs.h
<<\_ACEOF
20240 #define HAVE_INET_SOCKETS 1
20246 for ac_header
in sys
/ioctl.h
20248 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20249 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20250 echo "$as_me:$LINENO: checking for $ac_header" >&5
20251 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20252 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20253 echo $ECHO_N "(cached) $ECHO_C" >&6
20255 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20256 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20258 # Is the header compilable?
20259 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20260 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20261 cat >conftest.
$ac_ext <<_ACEOF
20264 cat confdefs.h
>>conftest.
$ac_ext
20265 cat >>conftest.
$ac_ext <<_ACEOF
20266 /* end confdefs.h. */
20267 $ac_includes_default
20268 #include <$ac_header>
20270 rm -f conftest.
$ac_objext
20271 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20272 (eval $ac_compile) 2>conftest.er1
20274 grep -v '^ *+' conftest.er1
>conftest.err
20276 cat conftest.err
>&5
20277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20278 (exit $ac_status); } &&
20279 { ac_try
='test -z "$ac_c_werror_flag"
20280 || test ! -s conftest.err'
20281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20282 (eval $ac_try) 2>&5
20284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285 (exit $ac_status); }; } &&
20286 { ac_try
='test -s conftest.$ac_objext'
20287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20288 (eval $ac_try) 2>&5
20290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20291 (exit $ac_status); }; }; then
20292 ac_header_compiler
=yes
20294 echo "$as_me: failed program was:" >&5
20295 sed 's/^/| /' conftest.
$ac_ext >&5
20297 ac_header_compiler
=no
20299 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20300 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20301 echo "${ECHO_T}$ac_header_compiler" >&6
20303 # Is the header present?
20304 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20305 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20306 cat >conftest.
$ac_ext <<_ACEOF
20309 cat confdefs.h
>>conftest.
$ac_ext
20310 cat >>conftest.
$ac_ext <<_ACEOF
20311 /* end confdefs.h. */
20312 #include <$ac_header>
20314 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20315 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20317 grep -v '^ *+' conftest.er1
>conftest.err
20319 cat conftest.err
>&5
20320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20321 (exit $ac_status); } >/dev
/null
; then
20322 if test -s conftest.err
; then
20323 ac_cpp_err
=$ac_c_preproc_warn_flag
20324 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20331 if test -z "$ac_cpp_err"; then
20332 ac_header_preproc
=yes
20334 echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.
$ac_ext >&5
20337 ac_header_preproc
=no
20339 rm -f conftest.err conftest.
$ac_ext
20340 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20341 echo "${ECHO_T}$ac_header_preproc" >&6
20343 # So? What about this header?
20344 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20346 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20347 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20349 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20350 ac_header_preproc
=yes
20353 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20354 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20355 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20356 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20357 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20358 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20359 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20360 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20361 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20362 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20363 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20364 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20367 ## ------------------------------------------ ##
20368 ## Report this to the AC_PACKAGE_NAME lists. ##
20369 ## ------------------------------------------ ##
20372 sed "s/^/$as_me: WARNING: /" >&2
20375 echo "$as_me:$LINENO: checking for $ac_header" >&5
20376 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20377 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20378 echo $ECHO_N "(cached) $ECHO_C" >&6
20380 eval "$as_ac_Header=\$ac_header_preproc"
20382 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20383 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20386 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20387 cat >>confdefs.h
<<_ACEOF
20388 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20396 if test -f /usr
/lpp
/X11
/bin
/smt.exp
; then
20398 cat >>confdefs.h
<<\_ACEOF
20399 #define HAVE_AIX_SMT_EXP 1
20404 echo "$as_me:$LINENO: checking whether system supports dynamic ptys" >&5
20405 echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
20406 if test -d /dev
/pts
&& ls -d /dev
/ptmx
> /dev
/null
2>&1 ; then
20407 echo "$as_me:$LINENO: result: yes" >&5
20408 echo "${ECHO_T}yes" >&6
20410 cat >>confdefs.h
<<\_ACEOF
20411 #define HAVE_DEV_PTMX 1
20415 echo "$as_me:$LINENO: result: no" >&5
20416 echo "${ECHO_T}no" >&6
20419 echo "$as_me:$LINENO: checking for pid_t" >&5
20420 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
20421 if test "${ac_cv_type_pid_t+set}" = set; then
20422 echo $ECHO_N "(cached) $ECHO_C" >&6
20424 cat >conftest.
$ac_ext <<_ACEOF
20427 cat confdefs.h
>>conftest.
$ac_ext
20428 cat >>conftest.
$ac_ext <<_ACEOF
20429 /* end confdefs.h. */
20430 $ac_includes_default
20436 if (sizeof (pid_t))
20442 rm -f conftest.
$ac_objext
20443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20444 (eval $ac_compile) 2>conftest.er1
20446 grep -v '^ *+' conftest.er1
>conftest.err
20448 cat conftest.err
>&5
20449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20450 (exit $ac_status); } &&
20451 { ac_try
='test -z "$ac_c_werror_flag"
20452 || test ! -s conftest.err'
20453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20454 (eval $ac_try) 2>&5
20456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20457 (exit $ac_status); }; } &&
20458 { ac_try
='test -s conftest.$ac_objext'
20459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20460 (eval $ac_try) 2>&5
20462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20463 (exit $ac_status); }; }; then
20464 ac_cv_type_pid_t
=yes
20466 echo "$as_me: failed program was:" >&5
20467 sed 's/^/| /' conftest.
$ac_ext >&5
20469 ac_cv_type_pid_t
=no
20471 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20473 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
20474 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
20475 if test $ac_cv_type_pid_t = yes; then
20479 cat >>confdefs.h
<<_ACEOF
20487 for ac_header
in unistd.h vfork.h
20489 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20490 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20491 echo "$as_me:$LINENO: checking for $ac_header" >&5
20492 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20493 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20494 echo $ECHO_N "(cached) $ECHO_C" >&6
20496 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20497 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20499 # Is the header compilable?
20500 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20501 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20502 cat >conftest.
$ac_ext <<_ACEOF
20505 cat confdefs.h
>>conftest.
$ac_ext
20506 cat >>conftest.
$ac_ext <<_ACEOF
20507 /* end confdefs.h. */
20508 $ac_includes_default
20509 #include <$ac_header>
20511 rm -f conftest.
$ac_objext
20512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20513 (eval $ac_compile) 2>conftest.er1
20515 grep -v '^ *+' conftest.er1
>conftest.err
20517 cat conftest.err
>&5
20518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20519 (exit $ac_status); } &&
20520 { ac_try
='test -z "$ac_c_werror_flag"
20521 || test ! -s conftest.err'
20522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20523 (eval $ac_try) 2>&5
20525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20526 (exit $ac_status); }; } &&
20527 { ac_try
='test -s conftest.$ac_objext'
20528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20529 (eval $ac_try) 2>&5
20531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20532 (exit $ac_status); }; }; then
20533 ac_header_compiler
=yes
20535 echo "$as_me: failed program was:" >&5
20536 sed 's/^/| /' conftest.
$ac_ext >&5
20538 ac_header_compiler
=no
20540 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20541 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20542 echo "${ECHO_T}$ac_header_compiler" >&6
20544 # Is the header present?
20545 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20546 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20547 cat >conftest.
$ac_ext <<_ACEOF
20550 cat confdefs.h
>>conftest.
$ac_ext
20551 cat >>conftest.
$ac_ext <<_ACEOF
20552 /* end confdefs.h. */
20553 #include <$ac_header>
20555 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20556 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20558 grep -v '^ *+' conftest.er1
>conftest.err
20560 cat conftest.err
>&5
20561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20562 (exit $ac_status); } >/dev
/null
; then
20563 if test -s conftest.err
; then
20564 ac_cpp_err
=$ac_c_preproc_warn_flag
20565 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20572 if test -z "$ac_cpp_err"; then
20573 ac_header_preproc
=yes
20575 echo "$as_me: failed program was:" >&5
20576 sed 's/^/| /' conftest.
$ac_ext >&5
20578 ac_header_preproc
=no
20580 rm -f conftest.err conftest.
$ac_ext
20581 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20582 echo "${ECHO_T}$ac_header_preproc" >&6
20584 # So? What about this header?
20585 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20587 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20588 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20589 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20590 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20591 ac_header_preproc
=yes
20594 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20595 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20596 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20597 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20598 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20599 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20600 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20601 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20602 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20603 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20604 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20605 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20608 ## ------------------------------------------ ##
20609 ## Report this to the AC_PACKAGE_NAME lists. ##
20610 ## ------------------------------------------ ##
20613 sed "s/^/$as_me: WARNING: /" >&2
20616 echo "$as_me:$LINENO: checking for $ac_header" >&5
20617 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20618 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20619 echo $ECHO_N "(cached) $ECHO_C" >&6
20621 eval "$as_ac_Header=\$ac_header_preproc"
20623 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20624 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20627 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20628 cat >>confdefs.h
<<_ACEOF
20629 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20638 for ac_func
in fork vfork
20640 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20641 echo "$as_me:$LINENO: checking for $ac_func" >&5
20642 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20643 if eval "test \"\${$as_ac_var+set}\" = set"; then
20644 echo $ECHO_N "(cached) $ECHO_C" >&6
20646 cat >conftest.
$ac_ext <<_ACEOF
20649 cat confdefs.h
>>conftest.
$ac_ext
20650 cat >>conftest.
$ac_ext <<_ACEOF
20651 /* end confdefs.h. */
20652 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20653 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20654 #define $ac_func innocuous_$ac_func
20656 /* System header to define __stub macros and hopefully few prototypes,
20657 which can conflict with char $ac_func (); below.
20658 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20659 <limits.h> exists even on freestanding compilers. */
20662 # include <limits.h>
20664 # include <assert.h>
20669 /* Override any gcc2 internal prototype to avoid an error. */
20674 /* We use char because int might match the return type of a gcc2
20675 builtin and then its argument prototype would still apply. */
20677 /* The GNU C library defines this for functions which it implements
20678 to always fail with ENOSYS. Some functions are actually named
20679 something starting with __ and the normal name is an alias. */
20680 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20683 char (*f) () = $ac_func;
20692 return f != $ac_func;
20697 rm -f conftest.
$ac_objext conftest
$ac_exeext
20698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20699 (eval $ac_link) 2>conftest.er1
20701 grep -v '^ *+' conftest.er1
>conftest.err
20703 cat conftest.err
>&5
20704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20705 (exit $ac_status); } &&
20706 { ac_try
='test -z "$ac_c_werror_flag"
20707 || test ! -s conftest.err'
20708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20709 (eval $ac_try) 2>&5
20711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20712 (exit $ac_status); }; } &&
20713 { ac_try
='test -s conftest$ac_exeext'
20714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20715 (eval $ac_try) 2>&5
20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718 (exit $ac_status); }; }; then
20719 eval "$as_ac_var=yes"
20721 echo "$as_me: failed program was:" >&5
20722 sed 's/^/| /' conftest.
$ac_ext >&5
20724 eval "$as_ac_var=no"
20726 rm -f conftest.err conftest.
$ac_objext \
20727 conftest
$ac_exeext conftest.
$ac_ext
20729 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20730 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20731 if test `eval echo '${'$as_ac_var'}'` = yes; then
20732 cat >>confdefs.h
<<_ACEOF
20733 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20739 if test "x$ac_cv_func_fork" = xyes
; then
20740 echo "$as_me:$LINENO: checking for working fork" >&5
20741 echo $ECHO_N "checking for working fork... $ECHO_C" >&6
20742 if test "${ac_cv_func_fork_works+set}" = set; then
20743 echo $ECHO_N "(cached) $ECHO_C" >&6
20745 if test "$cross_compiling" = yes; then
20746 ac_cv_func_fork_works
=cross
20748 cat >conftest.
$ac_ext <<_ACEOF
20749 /* By Ruediger Kuhlmann. */
20750 #include <sys/types.h>
20752 # include <unistd.h>
20754 /* Some systems only have a dummy stub for fork() */
20762 rm -f conftest
$ac_exeext
20763 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20764 (eval $ac_link) 2>&5
20766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20767 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20769 (eval $ac_try) 2>&5
20771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772 (exit $ac_status); }; }; then
20773 ac_cv_func_fork_works
=yes
20775 echo "$as_me: program exited with status $ac_status" >&5
20776 echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.
$ac_ext >&5
20779 ( exit $ac_status )
20780 ac_cv_func_fork_works
=no
20782 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20785 echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
20786 echo "${ECHO_T}$ac_cv_func_fork_works" >&6
20789 ac_cv_func_fork_works
=$ac_cv_func_fork
20791 if test "x$ac_cv_func_fork_works" = xcross
; then
20793 *-*-amigaos* |
*-*-msdosdjgpp*)
20794 # Override, as these systems have only a dummy fork() stub
20795 ac_cv_func_fork_works
=no
20798 ac_cv_func_fork_works
=yes
20801 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
20802 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
20804 ac_cv_func_vfork_works
=$ac_cv_func_vfork
20805 if test "x$ac_cv_func_vfork" = xyes
; then
20806 echo "$as_me:$LINENO: checking for working vfork" >&5
20807 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
20808 if test "${ac_cv_func_vfork_works+set}" = set; then
20809 echo $ECHO_N "(cached) $ECHO_C" >&6
20811 if test "$cross_compiling" = yes; then
20812 ac_cv_func_vfork_works
=cross
20814 cat >conftest.
$ac_ext <<_ACEOF
20817 cat confdefs.h
>>conftest.
$ac_ext
20818 cat >>conftest.
$ac_ext <<_ACEOF
20819 /* end confdefs.h. */
20820 /* Thanks to Paul Eggert for this test. */
20822 #include <stdlib.h>
20823 #include <sys/types.h>
20824 #include <sys/stat.h>
20825 #include <sys/wait.h>
20827 # include <unistd.h>
20830 # include <vfork.h>
20832 /* On some sparc systems, changes by the child to local and incoming
20833 argument registers are propagated back to the parent. The compiler
20834 is told about this with #include <vfork.h>, but some compilers
20835 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
20836 static variable whose address is put into a register that is
20837 clobbered by the vfork. */
20840 sparc_address_test (int arg)
20842 sparc_address_test (arg) int arg;
20845 static pid_t child;
20863 pid_t parent = getpid ();
20866 sparc_address_test (0);
20871 /* Here is another test for sparc vfork register problems. This
20872 test uses lots of local variables, at least as many local
20873 variables as main has allocated so far including compiler
20874 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
20875 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
20876 reuse the register of parent for one of the local variables,
20877 since it will think that parent can't possibly be used any more
20878 in this routine. Assigning to the local variable will thus
20879 munge parent in the parent process. */
20881 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
20882 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
20883 /* Convince the compiler that p..p7 are live; otherwise, it might
20884 use the same hardware register for all 8 local variables. */
20885 if (p != p1 || p != p2 || p != p3 || p != p4
20886 || p != p5 || p != p6 || p != p7)
20889 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
20890 from child file descriptors. If the child closes a descriptor
20891 before it execs or exits, this munges the parent's descriptor
20892 as well. Test for this by closing stdout in the child. */
20893 _exit(close(fileno(stdout)) != 0);
20898 while (wait(&status) != child)
20901 /* Was there some problem with vforking? */
20904 /* Did the child fail? (This shouldn't happen.) */
20907 /* Did the vfork/compiler bug occur? */
20908 || parent != getpid()
20910 /* Did the file descriptor bug occur? */
20911 || fstat(fileno(stdout), &st) != 0
20916 rm -f conftest
$ac_exeext
20917 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20918 (eval $ac_link) 2>&5
20920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20921 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20923 (eval $ac_try) 2>&5
20925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20926 (exit $ac_status); }; }; then
20927 ac_cv_func_vfork_works
=yes
20929 echo "$as_me: program exited with status $ac_status" >&5
20930 echo "$as_me: failed program was:" >&5
20931 sed 's/^/| /' conftest.
$ac_ext >&5
20933 ( exit $ac_status )
20934 ac_cv_func_vfork_works
=no
20936 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20939 echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
20940 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
20943 if test "x$ac_cv_func_fork_works" = xcross
; then
20944 ac_cv_func_vfork_works
=$ac_cv_func_vfork
20945 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
20946 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
20949 if test "x$ac_cv_func_vfork_works" = xyes
; then
20951 cat >>confdefs.h
<<\_ACEOF
20952 #define HAVE_WORKING_VFORK 1
20957 cat >>confdefs.h
<<\_ACEOF
20962 if test "x$ac_cv_func_fork_works" = xyes
; then
20964 cat >>confdefs.h
<<\_ACEOF
20965 #define HAVE_WORKING_FORK 1
20971 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
20972 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
20973 if test "${emacs_cv_langinfo_codeset+set}" = set; then
20974 echo $ECHO_N "(cached) $ECHO_C" >&6
20976 cat >conftest.
$ac_ext <<_ACEOF
20979 cat confdefs.h
>>conftest.
$ac_ext
20980 cat >>conftest.
$ac_ext <<_ACEOF
20981 /* end confdefs.h. */
20982 #include <langinfo.h>
20986 char* cs = nl_langinfo(CODESET);
20991 rm -f conftest.
$ac_objext conftest
$ac_exeext
20992 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20993 (eval $ac_link) 2>conftest.er1
20995 grep -v '^ *+' conftest.er1
>conftest.err
20997 cat conftest.err
>&5
20998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20999 (exit $ac_status); } &&
21000 { ac_try
='test -z "$ac_c_werror_flag"
21001 || test ! -s conftest.err'
21002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21003 (eval $ac_try) 2>&5
21005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21006 (exit $ac_status); }; } &&
21007 { ac_try
='test -s conftest$ac_exeext'
21008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21009 (eval $ac_try) 2>&5
21011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21012 (exit $ac_status); }; }; then
21013 emacs_cv_langinfo_codeset
=yes
21015 echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.
$ac_ext >&5
21018 emacs_cv_langinfo_codeset
=no
21020 rm -f conftest.err conftest.
$ac_objext \
21021 conftest
$ac_exeext conftest.
$ac_ext
21024 echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
21025 echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6
21026 if test $emacs_cv_langinfo_codeset = yes; then
21028 cat >>confdefs.h
<<\_ACEOF
21029 #define HAVE_LANGINFO_CODESET 1
21034 echo "$as_me:$LINENO: checking for size_t" >&5
21035 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
21036 if test "${ac_cv_type_size_t+set}" = set; then
21037 echo $ECHO_N "(cached) $ECHO_C" >&6
21039 cat >conftest.
$ac_ext <<_ACEOF
21042 cat confdefs.h
>>conftest.
$ac_ext
21043 cat >>conftest.
$ac_ext <<_ACEOF
21044 /* end confdefs.h. */
21045 $ac_includes_default
21051 if (sizeof (size_t))
21057 rm -f conftest.
$ac_objext
21058 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21059 (eval $ac_compile) 2>conftest.er1
21061 grep -v '^ *+' conftest.er1
>conftest.err
21063 cat conftest.err
>&5
21064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21065 (exit $ac_status); } &&
21066 { ac_try
='test -z "$ac_c_werror_flag"
21067 || test ! -s conftest.err'
21068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21069 (eval $ac_try) 2>&5
21071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21072 (exit $ac_status); }; } &&
21073 { ac_try
='test -s conftest.$ac_objext'
21074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21075 (eval $ac_try) 2>&5
21077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21078 (exit $ac_status); }; }; then
21079 ac_cv_type_size_t
=yes
21081 echo "$as_me: failed program was:" >&5
21082 sed 's/^/| /' conftest.
$ac_ext >&5
21084 ac_cv_type_size_t
=no
21086 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21088 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21089 echo "${ECHO_T}$ac_cv_type_size_t" >&6
21090 if test $ac_cv_type_size_t = yes; then
21092 cat >>confdefs.h
<<_ACEOF
21093 #define HAVE_SIZE_T 1
21100 echo "$as_me:$LINENO: checking for mbstate_t" >&5
21101 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
21102 if test "${ac_cv_type_mbstate_t+set}" = set; then
21103 echo $ECHO_N "(cached) $ECHO_C" >&6
21105 cat >conftest.
$ac_ext <<_ACEOF
21108 cat confdefs.h
>>conftest.
$ac_ext
21109 cat >>conftest.
$ac_ext <<_ACEOF
21110 /* end confdefs.h. */
21111 $ac_includes_default
21112 # include <wchar.h>
21116 mbstate_t x; return sizeof x;
21121 rm -f conftest.
$ac_objext
21122 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21123 (eval $ac_compile) 2>conftest.er1
21125 grep -v '^ *+' conftest.er1
>conftest.err
21127 cat conftest.err
>&5
21128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21129 (exit $ac_status); } &&
21130 { ac_try
='test -z "$ac_c_werror_flag"
21131 || test ! -s conftest.err'
21132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21133 (eval $ac_try) 2>&5
21135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21136 (exit $ac_status); }; } &&
21137 { ac_try
='test -s conftest.$ac_objext'
21138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21139 (eval $ac_try) 2>&5
21141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21142 (exit $ac_status); }; }; then
21143 ac_cv_type_mbstate_t
=yes
21145 echo "$as_me: failed program was:" >&5
21146 sed 's/^/| /' conftest.
$ac_ext >&5
21148 ac_cv_type_mbstate_t
=no
21150 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21152 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
21153 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
21154 if test $ac_cv_type_mbstate_t = yes; then
21156 cat >>confdefs.h
<<\_ACEOF
21157 #define HAVE_MBSTATE_T 1
21162 cat >>confdefs.h
<<\_ACEOF
21163 #define mbstate_t int
21168 echo "$as_me:$LINENO: checking for C restrict keyword" >&5
21169 echo $ECHO_N "checking for C restrict keyword... $ECHO_C" >&6
21170 if test "${emacs_cv_c_restrict+set}" = set; then
21171 echo $ECHO_N "(cached) $ECHO_C" >&6
21173 cat >conftest.
$ac_ext <<_ACEOF
21176 cat confdefs.h
>>conftest.
$ac_ext
21177 cat >>conftest.
$ac_ext <<_ACEOF
21178 /* end confdefs.h. */
21179 void fred (int *restrict x);
21188 rm -f conftest.
$ac_objext
21189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21190 (eval $ac_compile) 2>conftest.er1
21192 grep -v '^ *+' conftest.er1
>conftest.err
21194 cat conftest.err
>&5
21195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21196 (exit $ac_status); } &&
21197 { ac_try
='test -z "$ac_c_werror_flag"
21198 || test ! -s conftest.err'
21199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21200 (eval $ac_try) 2>&5
21202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21203 (exit $ac_status); }; } &&
21204 { ac_try
='test -s conftest.$ac_objext'
21205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21206 (eval $ac_try) 2>&5
21208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21209 (exit $ac_status); }; }; then
21210 emacs_cv_c_restrict
=yes
21212 echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.
$ac_ext >&5
21215 cat >conftest.
$ac_ext <<_ACEOF
21218 cat confdefs.h
>>conftest.
$ac_ext
21219 cat >>conftest.
$ac_ext <<_ACEOF
21220 /* end confdefs.h. */
21221 void fred (int *__restrict x);
21230 rm -f conftest.
$ac_objext
21231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21232 (eval $ac_compile) 2>conftest.er1
21234 grep -v '^ *+' conftest.er1
>conftest.err
21236 cat conftest.err
>&5
21237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21238 (exit $ac_status); } &&
21239 { ac_try
='test -z "$ac_c_werror_flag"
21240 || test ! -s conftest.err'
21241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21242 (eval $ac_try) 2>&5
21244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21245 (exit $ac_status); }; } &&
21246 { ac_try
='test -s conftest.$ac_objext'
21247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21248 (eval $ac_try) 2>&5
21250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21251 (exit $ac_status); }; }; then
21252 emacs_cv_c_restrict
=__restrict
21254 echo "$as_me: failed program was:" >&5
21255 sed 's/^/| /' conftest.
$ac_ext >&5
21257 emacs_cv_c_restrict
=no
21259 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21261 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21263 echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
21264 echo "${ECHO_T}$emacs_cv_c_restrict" >&6
21265 case "$emacs_cv_c_restrict" in
21266 yes) emacs_restrict
=restrict
;;
21267 no
) emacs_restrict
="";;
21268 *) emacs_restrict
="$emacs_cv_c_restrict";;
21270 if test "$emacs_restrict" != __restrict
; then
21272 cat >>confdefs.h
<<_ACEOF
21273 #define __restrict $emacs_restrict
21278 echo "$as_me:$LINENO: checking for C restricted array declarations" >&5
21279 echo $ECHO_N "checking for C restricted array declarations... $ECHO_C" >&6
21280 if test "${emacs_cv_c_restrict_arr+set}" = set; then
21281 echo $ECHO_N "(cached) $ECHO_C" >&6
21283 cat >conftest.
$ac_ext <<_ACEOF
21286 cat confdefs.h
>>conftest.
$ac_ext
21287 cat >>conftest.
$ac_ext <<_ACEOF
21288 /* end confdefs.h. */
21289 void fred (int x[__restrict]);
21298 rm -f conftest.
$ac_objext
21299 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21300 (eval $ac_compile) 2>conftest.er1
21302 grep -v '^ *+' conftest.er1
>conftest.err
21304 cat conftest.err
>&5
21305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306 (exit $ac_status); } &&
21307 { ac_try
='test -z "$ac_c_werror_flag"
21308 || test ! -s conftest.err'
21309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21310 (eval $ac_try) 2>&5
21312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21313 (exit $ac_status); }; } &&
21314 { ac_try
='test -s conftest.$ac_objext'
21315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21316 (eval $ac_try) 2>&5
21318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21319 (exit $ac_status); }; }; then
21320 emacs_cv_c_restrict_arr
=yes
21322 echo "$as_me: failed program was:" >&5
21323 sed 's/^/| /' conftest.
$ac_ext >&5
21325 emacs_cv_c_restrict_arr
=no
21327 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21329 echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
21330 echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6
21331 if test "$emacs_cv_c_restrict_arr" = yes; then
21333 cat >>confdefs.h
<<\_ACEOF
21334 #define __restrict_arr __restrict
21341 # Set up the CFLAGS for real compilation, so we can substitute it.
21342 CFLAGS
="$REAL_CFLAGS"
21343 CPPFLAGS
="$REAL_CPPFLAGS"
21345 #### Find out which version of Emacs this is.
21346 version
=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
21347 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
21348 if test x
"${version}" = x
; then
21349 { { echo "$as_me:$LINENO: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
21350 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
21351 { (exit 1); exit 1; }; }
21354 ### Specify what sort of things we'll be editing into Makefile and config.h.
21355 ### Use configuration here uncanonicalized to avoid exceeding size limits.
21391 cat >>confdefs.h
<<_ACEOF
21392 #define EMACS_CONFIGURATION "${canonical}"
21396 cat >>confdefs.h
<<_ACEOF
21397 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
21401 cat >>confdefs.h
<<_ACEOF
21402 #define config_machfile "${machfile}"
21406 cat >>confdefs.h
<<_ACEOF
21407 #define config_opsysfile "${opsysfile}"
21411 cat >>confdefs.h
<<_ACEOF
21412 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE}
21416 cat >>confdefs.h
<<_ACEOF
21417 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX}
21421 cat >>confdefs.h
<<_ACEOF
21422 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE}
21426 cat >>confdefs.h
<<_ACEOF
21427 #define UNEXEC_SRC ${UNEXEC_SRC}
21431 if test "${HAVE_X_WINDOWS}" = "yes" ; then
21433 cat >>confdefs.h
<<\_ACEOF
21434 #define HAVE_X_WINDOWS 1
21438 if test "${USE_X_TOOLKIT}" != "none" ; then
21440 cat >>confdefs.h
<<\_ACEOF
21441 #define USE_X_TOOLKIT 1
21445 if test "${HAVE_X11}" = "yes" ; then
21447 cat >>confdefs.h
<<\_ACEOF
21452 if test "${HAVE_XFREE386}" = "yes" ; then
21454 cat >>confdefs.h
<<\_ACEOF
21455 #define HAVE_XFREE386 1
21459 if test "${HAVE_MENUS}" = "yes" ; then
21461 cat >>confdefs.h
<<\_ACEOF
21462 #define HAVE_MENUS 1
21466 if test "${GNU_MALLOC}" = "yes" ; then
21468 cat >>confdefs.h
<<\_ACEOF
21469 #define GNU_MALLOC 1
21473 if test "${REL_ALLOC}" = "yes" ; then
21475 cat >>confdefs.h
<<\_ACEOF
21476 #define REL_ALLOC 1
21485 #### Report on what we decided to do.
21486 #### Report GTK as a toolkit, even if it doesn't use Xt.
21487 #### It makes printing result more understandable as using GTK sets
21488 #### toolkit_scroll_bars to yes by default.
21489 if test "${HAVE_GTK}" = "yes"; then
21494 Configured for \`${canonical}'.
21496 Where should the build process find the source code? ${srcdir}
21497 What operating system and machine description files should Emacs use?
21498 \`${opsysfile}' and \`${machfile}'
21499 What compiler should emacs be built with? ${CC} ${CFLAGS}
21500 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
21501 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
21502 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
21503 What window system should Emacs use? ${window_system}
21504 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
21506 if test -n "${x_includes}"; then
21507 echo " Where do we find X Windows header files? ${x_includes}"
21509 echo " Where do we find X Windows header files? Standard dirs"
21511 if test -n "${x_libraries}"; then
21512 echo " Where do we find X Windows libraries? ${x_libraries}"
21514 echo " Where do we find X Windows libraries? Standard dirs"
21517 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
21518 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
21519 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
21520 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
21521 echo " Does Emacs use -lungif? ${HAVE_GIF}"
21522 echo " Does Emacs use -lpng? ${HAVE_PNG}"
21523 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
21526 if test "$emacs_cv_randomheap" = warn
; then
21527 { echo "$as_me:$LINENO: WARNING:
21528 **********************************************************************
21530 Heap start address is randomized and no workaround is known.
21531 Emacs will probably dump core when temacs is run in the build phase.
21532 Maybe exec-shield is turned on. Read about exec-shield in \`etc/PROBLEMS'
21533 for further information.
21535 **********************************************************************
21537 echo "$as_me: WARNING:
21538 **********************************************************************
21540 Heap start address is randomized and no workaround is known.
21541 Emacs will probably dump core when temacs is run in the build phase.
21542 Maybe exec-shield is turned on. Read about exec-shield in \`etc/PROBLEMS'
21543 for further information.
21545 **********************************************************************
21549 # Remove any trailing slashes in these variables.
21550 test "${prefix}" != NONE
&&
21551 prefix
=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
21552 test "${exec_prefix}" != NONE
&&
21553 exec_prefix
=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
21555 ## Check if the C preprocessor will convert `..' to `. .'. If so, set
21556 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
21557 ## from Makefile.c can correctly provide the arg `-traditional' to the
21560 cat >conftest.
$ac_ext <<_ACEOF
21563 cat confdefs.h
>>conftest.
$ac_ext
21564 cat >>conftest.
$ac_ext <<_ACEOF
21565 /* end confdefs.h. */
21568 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21569 $EGREP "yes..yes" >/dev
/null
2>&1; then
21570 CPP_NEED_TRADITIONAL
=no
21572 CPP_NEED_TRADITIONAL
=yes
21577 ac_config_files
="$ac_config_files Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile"
21578 ac_config_commands
="$ac_config_commands default"
21579 cat >confcache
<<\_ACEOF
21580 # This file is a shell script that caches the results of configure
21581 # tests run on this system so they can be shared between configure
21582 # scripts and configure runs, see configure's option --config-cache.
21583 # It is not useful on other systems. If it contains results you don't
21584 # want to keep, you may remove or edit it.
21586 # config.status only pays attention to the cache file if you give it
21587 # the --recheck option to rerun configure.
21589 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21590 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21591 # following values.
21595 # The following way of writing the cache mishandles newlines in values,
21596 # but we know of no workaround that is simple, portable, and efficient.
21597 # So, don't put newlines in cache variables' values.
21598 # Ultrix sh set writes to stderr and can't be redirected directly,
21599 # and sets the high bit in the cache file unless we assign to the vars.
21602 case `(ac_space=' '; set | grep ac_space) 2>&1` in
21604 # `set' does not quote correctly, so add quotes (double-quote
21605 # substitution turns \\\\ into \\, and sed turns \\ into \).
21608 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21611 # `set' quotes correctly as required by POSIX, so do not add quotes.
21613 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21620 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21622 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21624 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
21625 if test -w $cache_file; then
21626 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
21627 cat confcache
>$cache_file
21629 echo "not updating unwritable cache $cache_file"
21634 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
21635 # Let make expand exec_prefix.
21636 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
21638 # VPATH may cause trouble with some makes, so we remove $(srcdir),
21639 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21640 # trailing colons and then remove the whole line if VPATH becomes empty
21641 # (actually we leave an empty line to preserve line numbers).
21642 if test "x$srcdir" = x.
; then
21643 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
21644 s/:*\$(srcdir):*/:/;
21645 s/:*\${srcdir}:*/:/;
21647 s/^\([^=]*=[ ]*\):*/\1/;
21653 DEFS
=-DHAVE_CONFIG_H
21657 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
21658 # 1. Remove the extension, and $U if already installed.
21659 ac_i
=`echo "$ac_i" |
21660 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
21662 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
21663 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
21665 LIBOBJS
=$ac_libobjs
21667 LTLIBOBJS
=$ac_ltlibobjs
21671 : ${CONFIG_STATUS=./config.status}
21672 ac_clean_files_save
=$ac_clean_files
21673 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
21674 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
21675 echo "$as_me: creating $CONFIG_STATUS" >&6;}
21676 cat >$CONFIG_STATUS <<_ACEOF
21678 # Generated by $as_me.
21679 # Run this file to recreate the current configuration.
21680 # Compiler output produced by configure, useful for debugging
21681 # configure, is in config.log if it exists.
21684 ac_cs_recheck=false
21686 SHELL=\${CONFIG_SHELL-$SHELL}
21689 cat >>$CONFIG_STATUS <<\_ACEOF
21690 ## --------------------- ##
21691 ## M4sh Initialization. ##
21692 ## --------------------- ##
21694 # Be Bourne compatible
21695 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
21698 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21699 # is contrary to our usage. Disable this feature.
21700 alias -g '${1+"$@"}'='"$@"'
21701 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
21704 DUALCASE
=1; export DUALCASE
# for MKS sh
21706 # Support unset when possible.
21707 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
21714 # Work around bugs in pre-3.0 UWIN ksh.
21715 $as_unset ENV MAIL MAILPATH
21722 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21723 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21724 LC_TELEPHONE LC_TIME
21726 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21727 eval $as_var=C
; export $as_var
21733 # Required to use basename.
21734 if expr a
: '\(a\)' >/dev
/null
2>&1; then
21740 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
21741 as_basename
=basename
21747 # Name of the executable.
21748 as_me
=`$as_basename "$0" ||
21749 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21750 X"$0" : 'X\(//\)$' \| \
21751 X"$0" : 'X\(/\)$' \| \
21752 . : '\(.\)' 2>/dev/null ||
21754 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
21755 /^X\/\(\/\/\)$/{ s//\1/; q; }
21756 /^X\/\(\/\).*/{ s//\1/; q; }
21760 # PATH needs CR, and LINENO needs CR and PATH.
21761 # Avoid depending upon Character Ranges.
21762 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
21763 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21764 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
21765 as_cr_digits
='0123456789'
21766 as_cr_alnum
=$as_cr_Letters$as_cr_digits
21768 # The user is always right.
21769 if test "${PATH_SEPARATOR+set}" != set; then
21770 echo "#! /bin/sh" >conf$$.sh
21771 echo "exit 0" >>conf$$.sh
21773 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
21782 as_lineno_1
=$LINENO
21783 as_lineno_2
=$LINENO
21784 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
21785 test "x$as_lineno_1" != "x$as_lineno_2" &&
21786 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
21787 # Find who we are. Look in the path if we contain no path at all
21790 *[\\/]* ) as_myself
=$0 ;;
21791 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21792 for as_dir
in $PATH
21795 test -z "$as_dir" && as_dir
=.
21796 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
21801 # We did not find ourselves, most probably we were run as `sh COMMAND'
21802 # in which case we are not to be found in the path.
21803 if test "x$as_myself" = x
; then
21806 if test ! -f "$as_myself"; then
21807 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
21808 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
21809 { (exit 1); exit 1; }; }
21811 case $CONFIG_SHELL in
21813 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21814 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
21817 test -z "$as_dir" && as_dir
=.
21818 for as_base
in sh bash ksh sh5
; do
21821 if ("$as_dir/$as_base" -c '
21822 as_lineno_1=$LINENO
21823 as_lineno_2=$LINENO
21824 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
21825 test "x$as_lineno_1" != "x$as_lineno_2" &&
21826 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
21827 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
21828 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
21829 CONFIG_SHELL
=$as_dir/$as_base
21830 export CONFIG_SHELL
21831 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
21839 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21840 # uniformly replaced by the line number. The first 'sed' inserts a
21841 # line-number line before each line; the second 'sed' does the real
21842 # work. The second script uses 'N' to pair each line-number line
21843 # with the numbered line, and appends trailing '-' during
21844 # substitution so that $LINENO is not a special case at line end.
21845 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21846 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
21847 sed '=' <$as_myself |
21852 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
21855 s,^['$as_cr_digits']*\n,,
21856 ' >$as_me.lineno
&&
21857 chmod +x
$as_me.lineno ||
21858 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
21859 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
21860 { (exit 1); exit 1; }; }
21862 # Don't try to exec as it changes $[0], causing all sort of problems
21863 # (the dirname of $[0] is not the place where we might find the
21864 # original and so on. Autoconf is especially sensible to this).
21866 # Exit status is that of the last command.
21871 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
21872 *c
*,-n*) ECHO_N
= ECHO_C
='
21874 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
21875 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
21878 if expr a
: '\(a\)' >/dev
/null
2>&1; then
21884 rm -f conf$$ conf$$.exe conf$$.
file
21886 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
21887 # We could just check for DJGPP; but this test a) works b) is more generic
21888 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
21889 if test -f conf$$.exe
; then
21890 # Don't use ln at all; we don't have any links
21895 elif ln conf$$.
file conf$$
2>/dev
/null
; then
21900 rm -f conf$$ conf$$.exe conf$$.
file
21902 if mkdir
-p .
2>/dev
/null
; then
21905 test -d .
/-p && rmdir .
/-p
21909 as_executable_p
="test -f"
21911 # Sed expression to map a string onto a valid CPP name.
21912 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21914 # Sed expression to map a string onto a valid variable name.
21915 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21919 # We need space, tab and new line, in precisely that order.
21929 # Open the log real soon, to keep \$[0] and so on meaningful, and to
21930 # report actual input values of CONFIG_FILES etc. instead of their
21931 # values after options handling. Logging --version etc. is OK.
21935 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21936 ## Running $as_me. ##
21941 This file was extended by $as_me, which was
21942 generated by GNU Autoconf 2.59. Invocation command line was
21944 CONFIG_FILES = $CONFIG_FILES
21945 CONFIG_HEADERS = $CONFIG_HEADERS
21946 CONFIG_LINKS = $CONFIG_LINKS
21947 CONFIG_COMMANDS = $CONFIG_COMMANDS
21951 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
21955 # Files that config.status was made for.
21956 if test -n "$ac_config_files"; then
21957 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
21960 if test -n "$ac_config_headers"; then
21961 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
21964 if test -n "$ac_config_links"; then
21965 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
21968 if test -n "$ac_config_commands"; then
21969 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
21972 cat >>$CONFIG_STATUS <<\_ACEOF
21975 \`$as_me' instantiates files from templates according to the
21976 current configuration.
21978 Usage: $0 [OPTIONS] [FILE]...
21980 -h, --help print this help, then exit
21981 -V, --version print version number, then exit
21982 -q, --quiet do not print progress messages
21983 -d, --debug don't remove temporary files
21984 --recheck update $as_me by reconfiguring in the same conditions
21985 --file=FILE[:TEMPLATE]
21986 instantiate the configuration file FILE
21987 --header=FILE[:TEMPLATE]
21988 instantiate the configuration header FILE
21990 Configuration files:
21993 Configuration headers:
21996 Configuration commands:
21999 Report bugs to <bug-autoconf@gnu.org>."
22002 cat >>$CONFIG_STATUS <<_ACEOF
22005 configured by $0, generated by GNU Autoconf 2.59,
22006 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
22008 Copyright (C) 2003 Free Software Foundation, Inc.
22009 This config.status script is free software; the Free Software Foundation
22010 gives unlimited permission to copy, distribute and modify it."
22015 cat >>$CONFIG_STATUS <<\_ACEOF
22016 # If no file are specified by the user, then we need to provide default
22017 # value. By we need to know if files were specified by the user.
22023 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
22024 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
22032 *) # This is not an option, so the user has probably given explicit
22035 ac_need_defaults
=false
;;
22039 # Handling of the options.
22041 cat >>$CONFIG_STATUS <<\_ACEOF
22042 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
22044 --version |
--vers* |
-V )
22045 echo "$ac_cs_version"; exit 0 ;;
22047 # Conflict between --help and --header
22048 { { echo "$as_me:$LINENO: error: ambiguous option: $1
22049 Try \`$0 --help' for more information." >&5
22050 echo "$as_me: error: ambiguous option: $1
22051 Try \`$0 --help' for more information." >&2;}
22052 { (exit 1); exit 1; }; };;
22053 --help |
--hel |
-h )
22054 echo "$ac_cs_usage"; exit 0 ;;
22055 --debug |
--d* |
-d )
22057 --file |
--fil |
--fi |
--f )
22059 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
22060 ac_need_defaults
=false
;;
22061 --header |
--heade |
--head |
--hea )
22063 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
22064 ac_need_defaults
=false
;;
22065 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
22066 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
22069 # This is an error.
22070 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
22071 Try \`$0 --help' for more information." >&5
22072 echo "$as_me: error: unrecognized option: $1
22073 Try \`$0 --help' for more information." >&2;}
22074 { (exit 1); exit 1; }; } ;;
22076 *) ac_config_targets
="$ac_config_targets $1" ;;
22082 ac_configure_extra_args
=
22084 if $ac_cs_silent; then
22086 ac_configure_extra_args
="$ac_configure_extra_args --silent"
22090 cat >>$CONFIG_STATUS <<_ACEOF
22091 if \$ac_cs_recheck; then
22092 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
22093 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22098 cat >>$CONFIG_STATUS <<_ACEOF
22100 # INIT-COMMANDS section.
22103 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"
22109 cat >>$CONFIG_STATUS <<\_ACEOF
22110 for ac_config_target
in $ac_config_targets
22112 case "$ac_config_target" in
22113 # Handling of arguments.
22114 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
22115 "lib-src/Makefile.c" ) CONFIG_FILES
="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;;
22116 "oldXMenu/Makefile" ) CONFIG_FILES
="$CONFIG_FILES oldXMenu/Makefile" ;;
22117 "man/Makefile" ) CONFIG_FILES
="$CONFIG_FILES man/Makefile" ;;
22118 "lwlib/Makefile" ) CONFIG_FILES
="$CONFIG_FILES lwlib/Makefile" ;;
22119 "src/Makefile.c" ) CONFIG_FILES
="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;;
22120 "lisp/Makefile" ) CONFIG_FILES
="$CONFIG_FILES lisp/Makefile" ;;
22121 "lispref/Makefile" ) CONFIG_FILES
="$CONFIG_FILES lispref/Makefile" ;;
22122 "lispintro/Makefile" ) CONFIG_FILES
="$CONFIG_FILES lispintro/Makefile" ;;
22123 "leim/Makefile" ) CONFIG_FILES
="$CONFIG_FILES leim/Makefile" ;;
22124 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
22125 "src/config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS src/config.h:src/config.in" ;;
22126 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22127 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22128 { (exit 1); exit 1; }; };;
22132 # If the user did not use the arguments to specify the items to instantiate,
22133 # then the envvar interface is used. Set only those that are not.
22134 # We use the long form for the default assignment because of an extremely
22135 # bizarre bug on SunOS 4.1.3.
22136 if $ac_need_defaults; then
22137 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
22138 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
22139 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
22142 # Have a temporary directory for convenience. Make it in the build tree
22143 # simply because there is no reason to put it here, and in addition,
22144 # creating and moving files from /tmp can sometimes cause problems.
22145 # Create a temporary directory, and hook for its removal unless debugging.
22148 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
22149 trap '{ (exit 1); exit 1; }' 1 2 13 15
22152 # Create a (secure) tmp directory for tmp files.
22155 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
22156 test -n "$tmp" && test -d "$tmp"
22159 tmp
=.
/confstat$$
-$RANDOM
22160 (umask 077 && mkdir
$tmp)
22163 echo "$me: cannot create a temporary directory in ." >&2
22164 { (exit 1); exit 1; }
22169 cat >>$CONFIG_STATUS <<_ACEOF
22172 # CONFIG_FILES section.
22175 # No need to generate the scripts if there are no CONFIG_FILES.
22176 # This happens for instance when ./config.status config.h
22177 if test -n "\$CONFIG_FILES"; then
22178 # Protect against being on the right side of a sed subst in config.status.
22179 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
22180 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
22181 s,@SHELL@,$SHELL,;t t
22182 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
22183 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
22184 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
22185 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
22186 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
22187 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
22188 s,@exec_prefix@,$exec_prefix,;t t
22189 s,@prefix@,$prefix,;t t
22190 s,@program_transform_name@,$program_transform_name,;t t
22191 s,@bindir@,$bindir,;t t
22192 s,@sbindir@,$sbindir,;t t
22193 s,@libexecdir@,$libexecdir,;t t
22194 s,@datadir@,$datadir,;t t
22195 s,@sysconfdir@,$sysconfdir,;t t
22196 s,@sharedstatedir@,$sharedstatedir,;t t
22197 s,@localstatedir@,$localstatedir,;t t
22198 s,@libdir@,$libdir,;t t
22199 s,@includedir@,$includedir,;t t
22200 s,@oldincludedir@,$oldincludedir,;t t
22201 s,@infodir@,$infodir,;t t
22202 s,@mandir@,$mandir,;t t
22203 s,@build_alias@,$build_alias,;t t
22204 s,@host_alias@,$host_alias,;t t
22205 s,@target_alias@,$target_alias,;t t
22206 s,@DEFS@,$DEFS,;t t
22207 s,@ECHO_C@,$ECHO_C,;t t
22208 s,@ECHO_N@,$ECHO_N,;t t
22209 s,@ECHO_T@,$ECHO_T,;t t
22210 s,@LIBS@,$LIBS,;t t
22211 s,@MAINT@,$MAINT,;t t
22212 s,@build@,$build,;t t
22213 s,@build_cpu@,$build_cpu,;t t
22214 s,@build_vendor@,$build_vendor,;t t
22215 s,@build_os@,$build_os,;t t
22216 s,@host@,$host,;t t
22217 s,@host_cpu@,$host_cpu,;t t
22218 s,@host_vendor@,$host_vendor,;t t
22219 s,@host_os@,$host_os,;t t
22221 s,@CFLAGS@,$CFLAGS,;t t
22222 s,@LDFLAGS@,$LDFLAGS,;t t
22223 s,@CPPFLAGS@,$CPPFLAGS,;t t
22224 s,@ac_ct_CC@,$ac_ct_CC,;t t
22225 s,@EXEEXT@,$EXEEXT,;t t
22226 s,@OBJEXT@,$OBJEXT,;t t
22227 s,@LN_S@,$LN_S,;t t
22229 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
22230 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
22231 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
22232 s,@RANLIB@,$RANLIB,;t t
22233 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
22234 s,@INSTALL_INFO@,$INSTALL_INFO,;t t
22235 s,@EGREP@,$EGREP,;t t
22236 s,@LIBSOUND@,$LIBSOUND,;t t
22237 s,@SET_MAKE@,$SET_MAKE,;t t
22238 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
22239 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
22240 s,@GTK_LIBS@,$GTK_LIBS,;t t
22241 s,@ALLOCA@,$ALLOCA,;t t
22242 s,@liblockfile@,$liblockfile,;t t
22243 s,@LIBOBJS@,$LIBOBJS,;t t
22244 s,@NEED_SETGID@,$NEED_SETGID,;t t
22245 s,@KMEM_GROUP@,$KMEM_GROUP,;t t
22246 s,@GETLOADAVG_LIBS@,$GETLOADAVG_LIBS,;t t
22247 s,@version@,$version,;t t
22248 s,@configuration@,$configuration,;t t
22249 s,@canonical@,$canonical,;t t
22250 s,@srcdir@,$srcdir,;t t
22251 s,@lispdir@,$lispdir,;t t
22252 s,@locallisppath@,$locallisppath,;t t
22253 s,@lisppath@,$lisppath,;t t
22254 s,@x_default_search_path@,$x_default_search_path,;t t
22255 s,@etcdir@,$etcdir,;t t
22256 s,@archlibdir@,$archlibdir,;t t
22257 s,@docdir@,$docdir,;t t
22258 s,@bitmapdir@,$bitmapdir,;t t
22259 s,@gamedir@,$gamedir,;t t
22260 s,@gameuser@,$gameuser,;t t
22261 s,@c_switch_system@,$c_switch_system,;t t
22262 s,@c_switch_machine@,$c_switch_machine,;t t
22263 s,@LD_SWITCH_X_SITE@,$LD_SWITCH_X_SITE,;t t
22264 s,@LD_SWITCH_X_SITE_AUX@,$LD_SWITCH_X_SITE_AUX,;t t
22265 s,@C_SWITCH_X_SITE@,$C_SWITCH_X_SITE,;t t
22266 s,@X_TOOLKIT_TYPE@,$X_TOOLKIT_TYPE,;t t
22267 s,@machfile@,$machfile,;t t
22268 s,@opsysfile@,$opsysfile,;t t
22269 s,@carbon_appdir@,$carbon_appdir,;t t
22270 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
22275 cat >>$CONFIG_STATUS <<\_ACEOF
22276 # Split the substitutions into bite-sized pieces for seds with
22277 # small command number limits, like on Digital OSF/1 and HP-UX.
22278 ac_max_sed_lines
=48
22279 ac_sed_frag
=1 # Number of current file.
22280 ac_beg
=1 # First line for current file.
22281 ac_end
=$ac_max_sed_lines # Line after last line for current file.
22284 while $ac_more_lines; do
22285 if test $ac_beg -gt 1; then
22286 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
22288 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
22290 if test ! -s $tmp/subs.frag
; then
22291 ac_more_lines
=false
22293 # The purpose of the label and of the branching condition is to
22294 # speed up the sed processing (if there are no `@' at all, there
22295 # is no need to browse any of the substitutions).
22296 # These are the two extra sed commands mentioned above.
22298 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
22299 if test -z "$ac_sed_cmds"; then
22300 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
22302 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
22304 ac_sed_frag
=`expr $ac_sed_frag + 1`
22306 ac_end
=`expr $ac_end + $ac_max_sed_lines`
22309 if test -z "$ac_sed_cmds"; then
22312 fi # test -n "$CONFIG_FILES"
22315 cat >>$CONFIG_STATUS <<\_ACEOF
22316 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
22317 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22319 - |
*:- |
*:-:* ) # input from stdin
22321 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
22322 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
22323 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
22324 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
22325 * ) ac_file_in
=$ac_file.
in ;;
22328 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
22329 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
22330 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22331 X"$ac_file" : 'X\(//\)[^/]' \| \
22332 X"$ac_file" : 'X\(//\)$' \| \
22333 X"$ac_file" : 'X\(/\)' \| \
22334 . : '\(.\)' 2>/dev/null ||
22336 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22337 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22338 /^X\(\/\/\)$/{ s//\1/; q; }
22339 /^X\(\/\).*/{ s//\1/; q; }
22341 { if $as_mkdir_p; then
22346 while test ! -d "$as_dir"; do
22347 as_dirs
="$as_dir $as_dirs"
22348 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
22349 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22350 X"$as_dir" : 'X\(//\)[^/]' \| \
22351 X"$as_dir" : 'X\(//\)$' \| \
22352 X"$as_dir" : 'X\(/\)' \| \
22353 . : '\(.\)' 2>/dev/null ||
22355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22356 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22357 /^X\(\/\/\)$/{ s//\1/; q; }
22358 /^X\(\/\).*/{ s//\1/; q; }
22361 test ! -n "$as_dirs" || mkdir
$as_dirs
22362 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22363 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22364 { (exit 1); exit 1; }; }; }
22368 if test "$ac_dir" != .
; then
22369 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22370 # A "../" for each directory in $ac_dir_suffix.
22371 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
22373 ac_dir_suffix
= ac_top_builddir
=
22377 .
) # No --srcdir option. We are building in place.
22379 if test -z "$ac_top_builddir"; then
22382 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
22384 [\\/]* | ?
:[\\/]* ) # Absolute path.
22385 ac_srcdir
=$srcdir$ac_dir_suffix;
22386 ac_top_srcdir
=$srcdir ;;
22387 *) # Relative path.
22388 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
22389 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
22392 # Do not use `cd foo && pwd` to compute absolute paths, because
22393 # the directories may not exist.
22395 .
) ac_abs_builddir
="$ac_dir";;
22398 .
) ac_abs_builddir
=`pwd`;;
22399 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
22400 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
22403 case $ac_abs_builddir in
22404 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
22406 case ${ac_top_builddir}.
in
22407 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
22408 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
22409 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
22412 case $ac_abs_builddir in
22413 .
) ac_abs_srcdir
=$ac_srcdir;;
22416 .
) ac_abs_srcdir
=$ac_abs_builddir;;
22417 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
22418 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
22421 case $ac_abs_builddir in
22422 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
22424 case $ac_top_srcdir in
22425 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
22426 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
22427 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
22433 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
22434 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
22437 if test x
"$ac_file" != x-
; then
22438 { echo "$as_me:$LINENO: creating $ac_file" >&5
22439 echo "$as_me: creating $ac_file" >&6;}
22442 # Let's still pretend it is `configure' which instantiates (i.e., don't
22443 # use $as_me), people would be surprised to read:
22444 # /* config.h. Generated by config.status. */
22445 if test x
"$ac_file" = x-
; then
22448 configure_input
="$ac_file. "
22450 configure_input
=$configure_input"Generated from `echo $ac_file_in |
22451 sed 's,.*/,,'` by configure."
22453 # First look for the input files in the build tree, otherwise in the
22455 ac_file_inputs
=`IFS=:
22456 for f in $ac_file_in; do
22458 -) echo $tmp/stdin ;;
22460 # Absolute (can't be DOS-style, as IFS=:)
22461 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22462 echo "$as_me: error: cannot find input file: $f" >&2;}
22463 { (exit 1); exit 1; }; }
22466 if test -f "$f"; then
22469 elif test -f "$srcdir/$f"; then
22474 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22475 echo "$as_me: error: cannot find input file: $f" >&2;}
22476 { (exit 1); exit 1; }; }
22479 done` ||
{ (exit 1); exit 1; }
22481 cat >>$CONFIG_STATUS <<_ACEOF
22485 cat >>$CONFIG_STATUS <<\_ACEOF
22487 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
22488 s
,@configure_input@
,$configure_input,;t t
22489 s
,@srcdir@
,$ac_srcdir,;t t
22490 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
22491 s
,@top_srcdir@
,$ac_top_srcdir,;t t
22492 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
22493 s
,@builddir@
,$ac_builddir,;t t
22494 s
,@abs_builddir@
,$ac_abs_builddir,;t t
22495 s
,@top_builddir@
,$ac_top_builddir,;t t
22496 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
22497 s
,@INSTALL@
,$ac_INSTALL,;t t
22498 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
22500 if test x"$ac_file" != x-; then
22501 mv $tmp/out $ac_file
22509 cat >>$CONFIG_STATUS <<\_ACEOF
22512 # CONFIG_HEADER section.
22515 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
22516 # NAME is the cpp macro being defined and VALUE is the value it is being given.
22518 # ac_d sets the value in "#define NAME VALUE" lines.
22519 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
22520 ac_dB
='[ ].*$,\1#\2'
22523 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
22524 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22525 ac_uB
='$,\1#\2define\3'
22529 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
22530 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22532 - |
*:- |
*:-:* ) # input from stdin
22534 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
22535 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
22536 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
22537 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
22538 * ) ac_file_in
=$ac_file.
in ;;
22541 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
22542 echo "$as_me: creating $ac_file" >&6;}
22544 # First look for the input files in the build tree, otherwise in the
22546 ac_file_inputs
=`IFS=:
22547 for f in $ac_file_in; do
22549 -) echo $tmp/stdin ;;
22551 # Absolute (can't be DOS-style, as IFS=:)
22552 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22553 echo "$as_me: error: cannot find input file: $f" >&2;}
22554 { (exit 1); exit 1; }; }
22555 # Do quote $f, to prevent DOS paths from being IFS'd.
22558 if test -f "$f"; then
22561 elif test -f "$srcdir/$f"; then
22566 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22567 echo "$as_me: error: cannot find input file: $f" >&2;}
22568 { (exit 1); exit 1; }; }
22571 done` ||
{ (exit 1); exit 1; }
22572 # Remove the trailing spaces.
22573 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
22577 # Transform confdefs.h into two sed scripts, `conftest.defines' and
22578 # `conftest.undefs', that substitutes the proper values into
22579 # config.h.in to produce config.h. The first handles `#define'
22580 # templates, and the second `#undef' templates.
22581 # And first: Protect against being on the right side of a sed subst in
22582 # config.status. Protect against being in an unquoted here document
22583 # in config.status.
22584 rm -f conftest.defines conftest.undefs
22585 # Using a here document instead of a string reduces the quoting nightmare.
22586 # Putting comments in sed scripts is not portable.
22588 # `end' is used to avoid that the second main sed command (meant for
22589 # 0-ary CPP macros) applies to n-ary macro definitions.
22590 # See the Autoconf documentation for `clear'.
22591 cat >confdef2sed.
sed <<\_ACEOF
22596 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
22598 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
22601 # If some macros were called several times there might be several times
22602 # the same #defines, which is useless. Nevertheless, we may not want to
22603 # sort them, since we want the *last* AC-DEFINE to be honored.
22604 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
22605 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
22606 rm -f confdef2sed.sed
22608 # This sed command replaces #undef with comments. This is necessary, for
22609 # example, in the case of _POSIX_SOURCE, which is predefined and required
22610 # on some systems where configure will not decide to define it.
22611 cat >>conftest.undefs <<\_ACEOF
22612 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
22615 # Break up conftest.defines because some shells have a limit on the size
22616 # of here documents, and old seds have small limits too (100 cmds).
22617 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
22618 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
22619 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
22620 echo ' :' >>$CONFIG_STATUS
22621 rm -f conftest.tail
22622 while grep . conftest.defines >/dev/null
22624 # Write a limited-size here document to $tmp/defines.sed.
22625 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
22626 # Speed up: don't consider the non `#define' lines.
22627 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
22628 # Work around the forget-to-reset-the-flag bug.
22629 echo 't clr' >>$CONFIG_STATUS
22630 echo ': clr' >>$CONFIG_STATUS
22631 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
22633 sed -f $tmp/defines.sed $tmp/in >$tmp/out
22635 mv $tmp/out $tmp/in
22637 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
22638 rm -f conftest.defines
22639 mv conftest.
tail conftest.defines
22641 rm -f conftest.defines
22642 echo ' fi # grep' >>$CONFIG_STATUS
22643 echo >>$CONFIG_STATUS
22645 # Break up conftest.undefs because some shells have a limit on the size
22646 # of here documents, and old seds have small limits too (100 cmds).
22647 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
22648 rm -f conftest.
tail
22649 while grep . conftest.undefs
>/dev
/null
22651 # Write a limited-size here document to $tmp/undefs.sed.
22652 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
22653 # Speed up: don't consider the non
`#undef'
22654 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
22655 # Work around the forget-to-reset-the-flag bug.
22656 echo 't clr' >>$CONFIG_STATUS
22657 echo ': clr' >>$CONFIG_STATUS
22658 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
22660 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
22662 mv $tmp/out $tmp/in
22664 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
22665 rm -f conftest.undefs
22666 mv conftest.tail conftest.undefs
22668 rm -f conftest.undefs
22670 cat >>$CONFIG_STATUS <<\_ACEOF
22671 # Let's still pretend it is `configure
' which instantiates (i.e., don't
22672 # use $as_me), people would be surprised to read:
22673 # /* config.h. Generated by config.status. */
22674 if test x
"$ac_file" = x-
; then
22675 echo "/* Generated by configure. */" >$tmp/config.h
22677 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
22679 cat $tmp/in >>$tmp/config.h
22681 if test x
"$ac_file" != x-
; then
22682 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
22683 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22684 echo "$as_me: $ac_file is unchanged" >&6;}
22686 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
22687 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22688 X"$ac_file" : 'X\(//\)[^/]' \| \
22689 X"$ac_file" : 'X\(//\)$' \| \
22690 X"$ac_file" : 'X\(/\)' \| \
22691 . : '\(.\)' 2>/dev/null ||
22693 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22694 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22695 /^X\(\/\/\)$/{ s//\1/; q; }
22696 /^X\(\/\).*/{ s//\1/; q; }
22698 { if $as_mkdir_p; then
22703 while test ! -d "$as_dir"; do
22704 as_dirs
="$as_dir $as_dirs"
22705 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
22706 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22707 X"$as_dir" : 'X\(//\)[^/]' \| \
22708 X"$as_dir" : 'X\(//\)$' \| \
22709 X"$as_dir" : 'X\(/\)' \| \
22710 . : '\(.\)' 2>/dev/null ||
22712 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22713 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22714 /^X\(\/\/\)$/{ s//\1/; q; }
22715 /^X\(\/\).*/{ s//\1/; q; }
22718 test ! -n "$as_dirs" || mkdir
$as_dirs
22719 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22720 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22721 { (exit 1); exit 1; }; }; }
22724 mv $tmp/config.h
$ac_file
22728 rm -f $tmp/config.h
22732 cat >>$CONFIG_STATUS <<\_ACEOF
22735 # CONFIG_COMMANDS section.
22737 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
22738 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
22739 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
22740 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
22741 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22742 X"$ac_dest" : 'X\(//\)[^/]' \| \
22743 X"$ac_dest" : 'X\(//\)$' \| \
22744 X"$ac_dest" : 'X\(/\)' \| \
22745 . : '\(.\)' 2>/dev/null ||
22747 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22748 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22749 /^X\(\/\/\)$/{ s//\1/; q; }
22750 /^X\(\/\).*/{ s//\1/; q; }
22752 { if $as_mkdir_p; then
22757 while test ! -d "$as_dir"; do
22758 as_dirs
="$as_dir $as_dirs"
22759 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
22760 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22761 X"$as_dir" : 'X\(//\)[^/]' \| \
22762 X"$as_dir" : 'X\(//\)$' \| \
22763 X"$as_dir" : 'X\(/\)' \| \
22764 . : '\(.\)' 2>/dev/null ||
22766 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22767 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22768 /^X\(\/\/\)$/{ s//\1/; q; }
22769 /^X\(\/\).*/{ s//\1/; q; }
22772 test ! -n "$as_dirs" || mkdir
$as_dirs
22773 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22774 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22775 { (exit 1); exit 1; }; }; }
22779 if test "$ac_dir" != .
; then
22780 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22781 # A "../" for each directory in $ac_dir_suffix.
22782 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
22784 ac_dir_suffix
= ac_top_builddir
=
22788 .
) # No --srcdir option. We are building in place.
22790 if test -z "$ac_top_builddir"; then
22793 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
22795 [\\/]* | ?
:[\\/]* ) # Absolute path.
22796 ac_srcdir
=$srcdir$ac_dir_suffix;
22797 ac_top_srcdir
=$srcdir ;;
22798 *) # Relative path.
22799 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
22800 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
22803 # Do not use `cd foo && pwd` to compute absolute paths, because
22804 # the directories may not exist.
22806 .
) ac_abs_builddir
="$ac_dir";;
22809 .
) ac_abs_builddir
=`pwd`;;
22810 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
22811 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
22814 case $ac_abs_builddir in
22815 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
22817 case ${ac_top_builddir}.
in
22818 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
22819 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
22820 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
22823 case $ac_abs_builddir in
22824 .
) ac_abs_srcdir
=$ac_srcdir;;
22827 .
) ac_abs_srcdir
=$ac_abs_builddir;;
22828 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
22829 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
22832 case $ac_abs_builddir in
22833 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
22835 case $ac_top_srcdir in
22836 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
22837 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
22838 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
22843 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
22844 echo "$as_me: executing $ac_dest commands" >&6;}
22848 ### Make the necessary directories, if they don't exist.
22849 for dir
in etc lisp
; do
22850 test -d ${dir} || mkdir
${dir}
22853 # Build src/Makefile from ${srcdir}/src/Makefile.c
22854 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
22855 # This must be done after src/config.h is built, since we rely on that file.
22857 # Now get this: Some word that is part of the ${srcdir} directory name
22858 # or the ${configuration} value might, just might, happen to be an
22859 # identifier like `sun4' or `i386' or something, and be predefined by
22860 # the C preprocessor to some helpful value like 1, or maybe the empty
22861 # string. Needless to say consequent macro substitutions are less
22862 # than conducive to the makefile finding the correct directory.
22863 undefs
="`echo $top_srcdir $configuration $canonical |
22864 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
22865 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
22868 echo creating src
/epaths.h
22869 ${MAKE-make} epaths-force
22871 # As of 2000-11-19, newest development versions of GNU cpp preprocess
22872 # `..' to `. .' unless invoked with -traditional
22874 if test "x$GCC" = xyes
&& test "x$CPP_NEED_TRADITIONAL" = xyes
; then
22875 CPPFLAGS
="$CPPFLAGS -traditional"
22878 echo creating lib-src
/Makefile
22880 rm -f junk.c junk1.c junk2.c
22881 sed -e '/start of cpp stuff/q' \
22882 < Makefile.c
> junk1.c
22883 sed -e '1,/start of cpp stuff/d'\
22884 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
22885 < Makefile.c
> junk.c
22886 $CPP $undefs -I.
-I$srcdir/src
$CPPFLAGS junk.c | \
22887 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
22888 cat junk1.c junk2.c
> Makefile.new
22889 rm -f junk.c junk1.c junk2.c
22890 chmod 444 Makefile.new
22891 mv -f Makefile.new Makefile
22894 echo creating src
/Makefile
22896 rm -f junk.c junk1.c junk2.c
22897 sed -e '/start of cpp stuff/q' \
22898 < Makefile.c
> junk1.c
22899 sed -e '1,/start of cpp stuff/d'\
22900 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
22901 < Makefile.c
> junk.c
22902 $CPP $undefs -I.
-I$srcdir/src
$CPPFLAGS junk.c | \
22903 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
22904 cat junk1.c junk2.c
> Makefile.new
22905 rm -f junk.c junk1.c junk2.c
22906 chmod 444 Makefile.new
22907 mv -f Makefile.new Makefile
22910 if test ! -f src
/.gdbinit
&& test -f $srcdir/src
/.gdbinit
; then
22911 echo creating src
/.gdbinit
22912 echo source $srcdir/src
/.gdbinit
> src
/.gdbinit
22915 # This is how we know whether to re-run configure in certain cases.
22916 touch src
/config.stamp
22923 cat >>$CONFIG_STATUS <<\_ACEOF
22925 { (exit 0); exit 0; }
22927 chmod +x
$CONFIG_STATUS
22928 ac_clean_files
=$ac_clean_files_save
22931 # configure is writing to config.log, and then calls config.status.
22932 # config.status does its own redirection, appending to config.log.
22933 # Unfortunately, on DOS this fails, as config.log is still kept open
22934 # by configure, so config.status won't be able to write to it; its
22935 # output is simply discarded. So we exec the FD to /dev/null,
22936 # effectively closing config.log, so it can be properly (re)opened and
22937 # appended to by config.status. When coming back to configure, we
22938 # need to make the FD available again.
22939 if test "$no_create" != yes; then
22941 ac_config_status_args
=
22942 test "$silent" = yes &&
22943 ac_config_status_args
="$ac_config_status_args --quiet"
22945 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
22947 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22948 # would make configure fail if this is the last instruction.
22949 $ac_cs_success ||
{ (exit 1); exit 1; }