2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be more Bourne compatible
14 DUALCASE
=1; export DUALCASE
# for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
23 case `(set -o) 2>/dev/null` in
24 *posix
*) set -o posix
;;
33 # Avoid depending upon Character Ranges.
34 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits
='0123456789'
38 as_cr_alnum
=$as_cr_Letters$as_cr_digits
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
45 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
53 # Support unset when possible.
54 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
62 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
70 # Find who we are. Look in the path if we contain no directory separator.
72 *[\\/]* ) as_myself
=$0 ;;
73 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
77 test -z "$as_dir" && as_dir
=.
78 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x
; then
89 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var
in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C
; export $as_var
111 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
115 # Required to use basename.
116 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
123 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
130 # Name of the executable.
131 as_me
=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
154 if test "x$CONFIG_SHELL" = x
; then
155 if (eval ":") 2>/dev
/null
; then
161 if test $as_have_required = yes && (eval ":
171 as_func_ret_success () {
174 as_func_ret_failure () {
179 if as_func_success; then
183 echo as_func_success failed.
186 if as_func_failure; then
188 echo as_func_failure succeeded.
191 if as_func_ret_success; then
195 echo as_func_ret_success failed.
198 if as_func_ret_failure; then
200 echo as_func_ret_failure succeeded.
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 echo positional parameters were not saved.
210 test \$exitcode = 0) || { (exit 1); exit 1; }
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev
/null
; then
221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
222 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
225 test -z "$as_dir" && as_dir
=.
228 for as_base
in sh bash ksh sh5
; do
229 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
236 for as_shell
in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
248 case `(set -o) 2>/dev/null` in
249 *posix
*) set -o posix
;;
258 CONFIG_SHELL
=$as_shell
260 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
269 case `(set -o) 2>/dev/null` in
270 *posix
*) set -o posix
;;
286 as_func_ret_success
() {
289 as_func_ret_failure
() {
294 if as_func_success
; then
298 echo as_func_success failed.
301 if as_func_failure
; then
303 echo as_func_failure succeeded.
306 if as_func_ret_success
; then
310 echo as_func_ret_success failed.
313 if as_func_ret_failure
; then
315 echo as_func_ret_failure succeeded.
318 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
322 echo positional parameters were not saved.
325 test $exitcode = 0) ||
{ (exit 1); exit 1; }
330 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
342 if test "x$CONFIG_SHELL" != x
; then
343 for as_var
in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 if test $as_have_required = no
; then
352 echo This
script requires a shell
more modern than all the
353 echo shells that I found on your system. Please
install a
354 echo modern shell
, or manually run the
script under such a
355 echo shell
if you
do have one.
356 { (exit 1); exit 1; }
366 (eval "as_func_return () {
375 as_func_ret_success () {
378 as_func_ret_failure () {
383 if as_func_success; then
387 echo as_func_success failed.
390 if as_func_failure; then
392 echo as_func_failure succeeded.
395 if as_func_ret_success; then
399 echo as_func_ret_success failed.
402 if as_func_ret_failure; then
404 echo as_func_ret_failure succeeded.
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 echo positional parameters were not saved.
414 test \$exitcode = 0") ||
{
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system
,
417 echo including any error possibly output before this
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-)
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
453 chmod +x
"$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; }
457 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this).
461 # Exit status is that of the last command.
466 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
472 ECHO_C
= ECHO_N
= ECHO_T
=
476 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
483 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
490 rm -f conf$$ conf$$.exe conf$$.
file
491 if test -d conf$$.dir
; then
492 rm -f conf$$.dir
/conf$$.
file
498 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
500 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
506 elif ln conf$$.
file conf$$
2>/dev
/null
; then
511 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
512 rmdir conf$$.dir
2>/dev
/null
514 if mkdir
-p .
2>/dev
/null
; then
517 test -d .
/-p && rmdir .
/-p
521 if test -x / >/dev
/null
2>&1; then
524 if ls -dL / >/dev
/null
2>&1; then
531 if test -d "$1"; then
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
542 as_executable_p
=$as_test_x
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552 exec 7<&0 </dev
/null
6>&1
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 ac_default_prefix
=/usr
/local
564 ac_config_libobj_dir
=.
570 SHELL
=${CONFIG_SHELL-/bin/sh}
572 # Identity of this package.
579 ac_unique_file
="src/lisp.h"
580 ac_config_libobj_dir
=src
581 # Factoring default headers for most tests.
582 ac_includes_default
="\
584 #ifdef HAVE_SYS_TYPES_H
585 # include <sys/types.h>
587 #ifdef HAVE_SYS_STAT_H
588 # include <sys/stat.h>
594 # ifdef HAVE_STDLIB_H
599 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
604 #ifdef HAVE_STRINGS_H
605 # include <strings.h>
607 #ifdef HAVE_INTTYPES_H
608 # include <inttypes.h>
628 program_transform_name
708 x_default_search_path
725 ac_precious_vars
='build_alias
737 # Initialize some variables set by options.
739 ac_init_version
=false
740 # The variables have the same names as the options, with
741 # dashes changed to underlines.
749 program_transform_name
=s
,x
,x
,
757 # Installation directory options.
758 # These are left unexpanded so users can "make install exec_prefix=/foo"
759 # and all the variables that are supposed to be based on exec_prefix
760 # by default will actually change.
761 # Use braces instead of parens because sh, perl, etc. also accept them.
762 # (The list follows the same order as the GNU Coding Standards.)
763 bindir
='${exec_prefix}/bin'
764 sbindir
='${exec_prefix}/sbin'
765 libexecdir
='${exec_prefix}/libexec'
766 datarootdir
='${prefix}/share'
767 datadir
='${datarootdir}'
768 sysconfdir
='${prefix}/etc'
769 sharedstatedir
='${prefix}/com'
770 localstatedir
='${prefix}/var'
771 includedir
='${prefix}/include'
772 oldincludedir
='/usr/include'
773 docdir
='${datarootdir}/doc/${PACKAGE}'
774 infodir
='${datarootdir}/info'
779 libdir
='${exec_prefix}/lib'
780 localedir
='${datarootdir}/locale'
781 mandir
='${datarootdir}/man'
787 # If the previous option needs an argument, assign it.
788 if test -n "$ac_prev"; then
789 eval $ac_prev=\
$ac_option
795 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
799 # Accept the important Cygnus configure options, so we can diagnose typos.
801 case $ac_dashdash$ac_option in
805 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
807 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
810 -build |
--build |
--buil |
--bui |
--bu)
811 ac_prev
=build_alias
;;
812 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
813 build_alias
=$ac_optarg ;;
815 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
816 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
817 ac_prev
=cache_file
;;
818 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
819 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
820 cache_file
=$ac_optarg ;;
823 cache_file
=config.cache
;;
825 -datadir |
--datadir |
--datadi |
--datad)
827 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
828 datadir
=$ac_optarg ;;
830 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
831 |
--dataroo |
--dataro |
--datar)
832 ac_prev
=datarootdir
;;
833 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
834 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
835 datarootdir
=$ac_optarg ;;
837 -disable-* |
--disable-*)
838 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
839 # Reject names that are not valid shell variable names.
840 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
841 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
842 { (exit 1); exit 1; }; }
843 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
844 eval enable_
$ac_feature=no
;;
846 -docdir |
--docdir |
--docdi |
--doc |
--do)
848 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
851 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
853 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
856 -enable-* |
--enable-*)
857 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
858 # Reject names that are not valid shell variable names.
859 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
860 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
861 { (exit 1); exit 1; }; }
862 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
863 eval enable_
$ac_feature=\
$ac_optarg ;;
865 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
866 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
867 |
--exec |
--exe |
--ex)
868 ac_prev
=exec_prefix
;;
869 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
870 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
871 |
--exec=* |
--exe=* |
--ex=*)
872 exec_prefix
=$ac_optarg ;;
874 -gas |
--gas |
--ga |
--g)
875 # Obsolete; use --with-gas.
878 -help |
--help |
--hel |
--he |
-h)
880 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
881 ac_init_help
=recursive
;;
882 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
883 ac_init_help
=short
;;
885 -host |
--host |
--hos |
--ho)
886 ac_prev
=host_alias
;;
887 -host=* |
--host=* |
--hos=* |
--ho=*)
888 host_alias
=$ac_optarg ;;
890 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
892 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
894 htmldir
=$ac_optarg ;;
896 -includedir |
--includedir |
--includedi |
--included |
--include \
897 |
--includ |
--inclu |
--incl |
--inc)
898 ac_prev
=includedir
;;
899 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
900 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
901 includedir
=$ac_optarg ;;
903 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
905 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
906 infodir
=$ac_optarg ;;
908 -libdir |
--libdir |
--libdi |
--libd)
910 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
913 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
914 |
--libexe |
--libex |
--libe)
915 ac_prev
=libexecdir
;;
916 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
917 |
--libexe=* |
--libex=* |
--libe=*)
918 libexecdir
=$ac_optarg ;;
920 -localedir |
--localedir |
--localedi |
--localed |
--locale)
922 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
923 localedir
=$ac_optarg ;;
925 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
926 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
927 ac_prev
=localstatedir
;;
928 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
929 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
930 localstatedir
=$ac_optarg ;;
932 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
934 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
938 # Obsolete; use --without-fp.
941 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
942 |
--no-cr |
--no-c |
-n)
945 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
946 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
949 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
950 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
951 |
--oldin |
--oldi |
--old |
--ol |
--o)
952 ac_prev
=oldincludedir
;;
953 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
954 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
955 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
956 oldincludedir
=$ac_optarg ;;
958 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
960 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
963 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
964 |
--program-pre |
--program-pr |
--program-p)
965 ac_prev
=program_prefix
;;
966 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
967 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
968 program_prefix
=$ac_optarg ;;
970 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
971 |
--program-suf |
--program-su |
--program-s)
972 ac_prev
=program_suffix
;;
973 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
974 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
975 program_suffix
=$ac_optarg ;;
977 -program-transform-name |
--program-transform-name \
978 |
--program-transform-nam |
--program-transform-na \
979 |
--program-transform-n |
--program-transform- \
980 |
--program-transform |
--program-transfor \
981 |
--program-transfo |
--program-transf \
982 |
--program-trans |
--program-tran \
983 |
--progr-tra |
--program-tr |
--program-t)
984 ac_prev
=program_transform_name
;;
985 -program-transform-name=* |
--program-transform-name=* \
986 |
--program-transform-nam=* |
--program-transform-na=* \
987 |
--program-transform-n=* |
--program-transform-=* \
988 |
--program-transform=* |
--program-transfor=* \
989 |
--program-transfo=* |
--program-transf=* \
990 |
--program-trans=* |
--program-tran=* \
991 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
992 program_transform_name
=$ac_optarg ;;
994 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
996 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
999 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1001 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1004 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1005 |
-silent |
--silent |
--silen |
--sile |
--sil)
1008 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1010 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1012 sbindir
=$ac_optarg ;;
1014 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1015 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1016 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1018 ac_prev
=sharedstatedir
;;
1019 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1020 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1021 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1023 sharedstatedir
=$ac_optarg ;;
1025 -site |
--site |
--sit)
1027 -site=* |
--site=* |
--sit=*)
1030 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1032 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1033 srcdir
=$ac_optarg ;;
1035 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1036 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1037 ac_prev
=sysconfdir
;;
1038 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1039 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1040 sysconfdir
=$ac_optarg ;;
1042 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1043 ac_prev
=target_alias
;;
1044 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1045 target_alias
=$ac_optarg ;;
1047 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1050 -version |
--version |
--versio |
--versi |
--vers |
-V)
1051 ac_init_version
=: ;;
1054 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1055 # Reject names that are not valid shell variable names.
1056 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1057 { echo "$as_me: error: invalid package name: $ac_package" >&2
1058 { (exit 1); exit 1; }; }
1059 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1060 eval with_
$ac_package=\
$ac_optarg ;;
1062 -without-* |
--without-*)
1063 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1064 # Reject names that are not valid shell variable names.
1065 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1066 { echo "$as_me: error: invalid package name: $ac_package" >&2
1067 { (exit 1); exit 1; }; }
1068 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1069 eval with_
$ac_package=no
;;
1072 # Obsolete; use --with-x.
1075 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1076 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1077 ac_prev
=x_includes
;;
1078 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1079 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1080 x_includes
=$ac_optarg ;;
1082 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1083 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1084 ac_prev
=x_libraries
;;
1085 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1086 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1087 x_libraries
=$ac_optarg ;;
1089 -*) { echo "$as_me: error: unrecognized option: $ac_option
1090 Try \`$0 --help' for more information." >&2
1091 { (exit 1); exit 1; }; }
1095 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1096 # Reject names that are not valid shell variable names.
1097 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1098 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1099 { (exit 1); exit 1; }; }
1100 eval $ac_envvar=\
$ac_optarg
1101 export $ac_envvar ;;
1104 # FIXME: should be removed in autoconf 3.0.
1105 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1106 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1107 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1108 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1114 if test -n "$ac_prev"; then
1115 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1116 { echo "$as_me: error: missing argument to $ac_option" >&2
1117 { (exit 1); exit 1; }; }
1120 # Be sure to have absolute directory names.
1121 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1122 datadir sysconfdir sharedstatedir localstatedir includedir \
1123 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1124 libdir localedir mandir
1126 eval ac_val
=\$
$ac_var
1128 [\\/$
]* | ?
:[\\/]* ) continue;;
1129 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1131 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1132 { (exit 1); exit 1; }; }
1135 # There might be people who depend on the old broken behavior: `$host'
1136 # used to hold the argument of --host etc.
1137 # FIXME: To remove some day.
1140 target
=$target_alias
1142 # FIXME: To remove some day.
1143 if test "x$host_alias" != x
; then
1144 if test "x$build_alias" = x
; then
1145 cross_compiling
=maybe
1146 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1147 If a cross compiler is detected then cross compile mode will be used." >&2
1148 elif test "x$build_alias" != "x$host_alias"; then
1154 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1156 test "$silent" = yes && exec 6>/dev
/null
1159 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1160 ac_ls_di
=`ls -di .` &&
1161 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1162 { echo "$as_me: error: Working directory cannot be determined" >&2
1163 { (exit 1); exit 1; }; }
1164 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1165 { echo "$as_me: error: pwd does not report name of working directory" >&2
1166 { (exit 1); exit 1; }; }
1169 # Find the source files, if location was not specified.
1170 if test -z "$srcdir"; then
1171 ac_srcdir_defaulted
=yes
1172 # Try the directory containing this script, then the parent directory.
1173 ac_confdir
=`$as_dirname -- "$0" ||
1174 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1175 X"$0" : 'X\(//\)[^/]' \| \
1176 X"$0" : 'X\(//\)$' \| \
1177 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1179 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1197 if test ! -r "$srcdir/$ac_unique_file"; then
1201 ac_srcdir_defaulted
=no
1203 if test ! -r "$srcdir/$ac_unique_file"; then
1204 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1205 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1206 { (exit 1); exit 1; }; }
1208 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1210 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1211 { (exit 1); exit 1; }; }
1213 # When building in place, set srcdir=.
1214 if test "$ac_abs_confdir" = "$ac_pwd"; then
1217 # Remove unnecessary trailing slashes from srcdir.
1218 # Double slashes in file names in object file debugging info
1219 # mess up M-x gdb in Emacs.
1221 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1223 for ac_var
in $ac_precious_vars; do
1224 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1225 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1226 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1227 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1231 # Report the --help message.
1233 if test "$ac_init_help" = "long"; then
1234 # Omit some internal or obsolete options to make the list less imposing.
1235 # This message is too long to be a string in the A/UX 3.1 sh.
1237 \`configure' configures this package to adapt to many kinds of systems.
1239 Usage: $0 [OPTION]... [VAR=VALUE]...
1241 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1242 VAR=VALUE. See below for descriptions of some of the useful variables.
1244 Defaults for the options are specified in brackets.
1247 -h, --help display this help and exit
1248 --help=short display options specific to this package
1249 --help=recursive display the short help of all the included packages
1250 -V, --version display version information and exit
1251 -q, --quiet, --silent do not print \`checking...' messages
1252 --cache-file=FILE cache test results in FILE [disabled]
1253 -C, --config-cache alias for \`--cache-file=config.cache'
1254 -n, --no-create do not create output files
1255 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1257 Installation directories:
1258 --prefix=PREFIX install architecture-independent files in PREFIX
1259 [$ac_default_prefix]
1260 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1263 By default, \`make install' will install all the files in
1264 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1265 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1266 for instance \`--prefix=\$HOME'.
1268 For better control, use the options below.
1270 Fine tuning of the installation directories:
1271 --bindir=DIR user executables [EPREFIX/bin]
1272 --sbindir=DIR system admin executables [EPREFIX/sbin]
1273 --libexecdir=DIR program executables [EPREFIX/libexec]
1274 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1275 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1276 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1277 --libdir=DIR object code libraries [EPREFIX/lib]
1278 --includedir=DIR C header files [PREFIX/include]
1279 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1280 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1281 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1282 --infodir=DIR info documentation [DATAROOTDIR/info]
1283 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1284 --mandir=DIR man documentation [DATAROOTDIR/man]
1285 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1286 --htmldir=DIR html documentation [DOCDIR]
1287 --dvidir=DIR dvi documentation [DOCDIR]
1288 --pdfdir=DIR pdf documentation [DOCDIR]
1289 --psdir=DIR ps documentation [DOCDIR]
1295 --program-prefix=PREFIX prepend PREFIX to installed program names
1296 --program-suffix=SUFFIX append SUFFIX to installed program names
1297 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1300 --x-includes=DIR X include files are
in DIR
1301 --x-libraries=DIR X library files are
in DIR
1304 --build=BUILD configure
for building on BUILD
[guessed
]
1305 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1309 if test -n "$ac_init_help"; then
1314 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1315 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1316 --enable-carbon-app[=DIR
] [DIR
=/Application
]
1317 specify
install directory
for Emacs.app on Mac OS X
1318 --enable-asserts compile code with asserts enabled
1319 --enable-maintainer-mode enable make rules and dependencies not useful
1320 (and sometimes confusing
) to the casual installer
1321 --enable-locallisppath=PATH
1322 directories Emacs should search
for lisp files
1323 specific to this site
1324 --disable-largefile omit support
for large files
1327 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1328 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1329 --without-gcc don
't use GCC to compile Emacs if GCC is found
1330 --without-pop don't support POP
mail retrieval with movemail
1331 --with-kerberos support Kerberos-authenticated POP
1332 --with-kerberos5 support Kerberos version
5 authenticated POP
1333 --with-hesiod support Hesiod to get the POP server
host
1334 --without-sound don
't compile with sound support
1335 --with-x-toolkit=KIT use an X toolkit
1336 (KIT = yes/lucid/athena/motif/gtk/no)
1337 --with-xpm use -lXpm for displaying XPM images
1338 --with-jpeg use -ljpeg for displaying JPEG images
1339 --with-tiff use -ltiff for displaying TIFF images
1340 --with-gif use -lungif for displaying GIF images
1341 --with-png use -lpng for displaying PNG images
1342 --with-gtk use GTK (same as --with-x-toolkit=gtk)
1343 --with-pkg-config-prog Path to pkg-config to use for finding GTK
1344 --without-toolkit-scroll-bars
1345 don't use Motif or Xaw3d scroll bars
1346 --without-xim don
't use X11 XIM
1347 --without-carbon don't use Carbon GUI on Mac OS X
1348 --with-x use the X Window System
1350 Some influential environment variables
:
1351 CC C compiler
command
1352 CFLAGS C compiler flags
1353 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1354 nonstandard directory
<lib dir
>
1355 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1356 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1357 you have headers
in a nonstandard directory
<include dir
>
1359 XMKMF Path to xmkmf
, Makefile generator
for X Window System
1361 Use these variables to override the choices made by
`configure' or to help
1362 it to find libraries and programs with nonstandard names/locations.
1368 if test "$ac_init_help" = "recursive"; then
1369 # If there are subdirs, report their specific --help.
1370 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1371 test -d "$ac_dir" || continue
1375 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1377 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1378 # A ".." for each directory in $ac_dir_suffix.
1379 ac_top_builddir_sub=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,/..,g;s,/,,'`
1380 case $ac_top_builddir_sub in
1381 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1382 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1385 ac_abs_top_builddir=$ac_pwd
1386 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1387 # for backward compatibility:
1388 ac_top_builddir=$ac_top_build_prefix
1391 .) # We are building in place.
1393 ac_top_srcdir=$ac_top_builddir_sub
1394 ac_abs_top_srcdir=$ac_pwd ;;
1395 [\\/]* | ?:[\\/]* ) # Absolute name.
1396 ac_srcdir=$srcdir$ac_dir_suffix;
1397 ac_top_srcdir=$srcdir
1398 ac_abs_top_srcdir=$srcdir ;;
1400 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1401 ac_top_srcdir=$ac_top_build_prefix$srcdir
1402 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1404 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1406 cd "$ac_dir" || { ac_status=$?; continue; }
1407 # Check for guested configure.
1408 if test -f "$ac_srcdir/configure.gnu"; then
1410 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1411 elif test -f "$ac_srcdir/configure"; then
1413 $SHELL "$ac_srcdir/configure" --help=recursive
1415 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1417 cd "$ac_pwd" || { ac_status=$?; break; }
1421 test -n "$ac_init_help" && exit $ac_status
1422 if $ac_init_version; then
1425 generated by GNU Autoconf 2.61
1427 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1428 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1429 This configure script is free software; the Free Software Foundation
1430 gives unlimited permission to copy, distribute and modify it.
1434 cat >config.log <<_ACEOF
1435 This file contains any messages produced by compilers while
1436 running configure, to aid debugging if configure makes a mistake.
1438 It was created by $as_me, which was
1439 generated by GNU Autoconf 2.61. Invocation command line was
1451 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1452 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1453 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1454 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1455 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1457 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1458 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1460 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1461 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1462 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1463 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1464 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1465 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1466 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1474 test -z "$as_dir" && as_dir=.
1475 echo "PATH: $as_dir"
1491 # Keep a trace of the command line.
1492 # Strip out --no-create and --no-recursion so they do not pile up.
1493 # Strip out --silent because we don't want to record it for future runs.
1494 # Also quote any args containing shell meta-characters.
1495 # Make two passes to allow for proper duplicate-argument suppression.
1499 ac_must_keep_next=false
1505 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1506 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1507 | -silent | --silent | --silen | --sile | --sil)
1510 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1513 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1515 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1516 if test $ac_must_keep_next = true; then
1517 ac_must_keep_next=false # Got value, back to normal.
1520 *=* | --config-cache | -C | -disable-* | --disable-* \
1521 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1522 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1523 | -with-* | --with-* | -without-* | --without-* | --x)
1524 case "$ac_configure_args0 " in
1525 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1528 -* ) ac_must_keep_next=true ;;
1531 ac_configure_args="$ac_configure_args '$ac_arg'"
1536 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1537 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1539 # When interrupted or exit'd, cleanup temporary files, and complete
1540 # config.log. We remove comments because anyway the quotes in there
1541 # would cause problems or look ugly.
1542 # WARNING: Use '\'' to represent an apostrophe within the trap.
1543 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1544 trap 'exit_status=$?
1545 # Save into config.log some information that might help in debugging.
1550 ## ---------------- ##
1551 ## Cache variables. ##
1552 ## ---------------- ##
1555 # The following way of writing the cache mishandles newlines in values,
1557 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1558 eval ac_val=\$$ac_var
1562 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1563 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1566 _ | IFS | as_nl) ;; #(
1567 *) $as_unset $ac_var ;;
1572 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1573 *${as_nl}ac_space=\ *)
1575 "s/'\''/'\''\\\\'\'''\''/g;
1576 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1579 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1587 ## ----------------- ##
1588 ## Output variables. ##
1589 ## ----------------- ##
1592 for ac_var in $ac_subst_vars
1594 eval ac_val=\$$ac_var
1596 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1598 echo "$ac_var='\''$ac_val'\''"
1602 if test -n "$ac_subst_files"; then
1604 ## ------------------- ##
1605 ## File substitutions. ##
1606 ## ------------------- ##
1609 for ac_var in $ac_subst_files
1611 eval ac_val=\$$ac_var
1613 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1615 echo "$ac_var='\''$ac_val'\''"
1620 if test -s confdefs.h; then
1630 test "$ac_signal" != 0 &&
1631 echo "$as_me: caught signal $ac_signal"
1632 echo "$as_me: exit $exit_status"
1634 rm -f core *.core core.conftest.* &&
1635 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1638 for ac_signal in 1 2 13 15; do
1639 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1643 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1644 rm -f -r conftest* confdefs.h
1646 # Predefined preprocessor variables.
1648 cat >>confdefs.h <<_ACEOF
1649 #define PACKAGE_NAME "$PACKAGE_NAME"
1653 cat >>confdefs.h <<_ACEOF
1654 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1658 cat >>confdefs.h <<_ACEOF
1659 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1663 cat >>confdefs.h <<_ACEOF
1664 #define PACKAGE_STRING "$PACKAGE_STRING"
1668 cat >>confdefs.h <<_ACEOF
1669 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1673 # Let the site file select an alternate cache file if it wants to.
1674 # Prefer explicitly selected file to automatically selected ones.
1675 if test -n "$CONFIG_SITE"; then
1676 set x "$CONFIG_SITE"
1677 elif test "x$prefix" != xNONE; then
1678 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1680 set x "$ac_default_prefix/share/config.site" \
1681 "$ac_default_prefix/etc/config.site"
1686 if test -r "$ac_site_file"; then
1687 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1688 echo "$as_me: loading site script $ac_site_file" >&6;}
1689 sed 's/^/| /' "$ac_site_file" >&5
1694 if test -r "$cache_file"; then
1695 # Some versions of bash will fail to source /dev/null (special
1696 # files actually), so we avoid doing that.
1697 if test -f "$cache_file"; then
1698 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1699 echo "$as_me: loading cache $cache_file" >&6;}
1701 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1702 *) . "./$cache_file";;
1706 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1707 echo "$as_me: creating cache $cache_file" >&6;}
1711 ac_header_list="$ac_header_list sys/time.h"
1712 ac_header_list="$ac_header_list unistd.h"
1713 ac_func_list="$ac_func_list alarm"
1714 # Check that the precious variables saved in the cache have kept the same
1716 ac_cache_corrupted=false
1717 for ac_var in $ac_precious_vars; do
1718 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1719 eval ac_new_set=\$ac_env_${ac_var}_set
1720 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1721 eval ac_new_val=\$ac_env_${ac_var}_value
1722 case $ac_old_set,$ac_new_set in
1724 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
1725 echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1726 ac_cache_corrupted=: ;;
1728 { echo "$as_me:$LINENO: error: \`$ac_var' was not
set in the previous run
" >&5
1729 echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
1730 ac_cache_corrupted=: ;;
1733 if test "x$ac_old_val" != "x$ac_new_val"; then
1734 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1735 echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
1736 { echo "$as_me:$LINENO: former value
: $ac_old_val" >&5
1737 echo "$as_me: former value
: $ac_old_val" >&2;}
1738 { echo "$as_me:$LINENO: current value
: $ac_new_val" >&5
1739 echo "$as_me: current value
: $ac_new_val" >&2;}
1740 ac_cache_corrupted=:
1743 # Pass precious variables to config.status.
1744 if test "$ac_new_set" = set; then
1746 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
1747 *) ac_arg=$ac_var=$ac_new_val ;;
1749 case " $ac_configure_args " in
1750 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1751 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1755 if $ac_cache_corrupted; then
1756 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1757 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1758 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1759 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1760 { (exit 1); exit 1; }; }
1780 ac_cpp='$CPP $CPPFLAGS'
1781 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1782 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1783 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1786 ac_config_headers="$ac_config_headers src/config.h:src/config.in"
1789 test "$program_prefix" != NONE &&
1790 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1791 # Use a double $ so make ignores it.
1792 test "$program_suffix" != NONE &&
1793 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1794 # Double any \ or $. echo might interpret backslashes.
1795 # By default was `s
,x
,x
', remove it if useless.
1796 cat <<\_ACEOF >conftest.sed
1797 s/[\\$]/&&/g;s/;s,x,x,$//
1799 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1803 lispdir='${datadir}/emacs
/${version}/lisp
'
1804 locallisppath='${datadir}/emacs
/${version}/site-lisp
:'\
1805 '${datadir}/emacs
/site-lisp
'
1806 lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim
'
1807 etcdir='${datadir}/emacs
/${version}/etc
'
1808 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
1809 docdir='${datadir}/emacs
/${version}/etc
'
1810 gamedir='${localstatedir}/games
/emacs
'
1815 # Check whether --with-gcc was given.
1816 if test "${with_gcc+set}" = set; then
1821 # Check whether --with-pop was given.
1822 if test "${with_pop+set}" = set; then
1823 withval=$with_pop; if test "$withval" = yes; then
1824 cat >>confdefs.h <<\_ACEOF
1825 #define MAIL_USE_POP 1
1831 cat >>confdefs.h <<\_ACEOF
1832 #define MAIL_USE_POP 1
1839 # Check whether --with-kerberos was given.
1840 if test "${with_kerberos+set}" = set; then
1841 withval=$with_kerberos; if test "$withval" = yes; then
1842 cat >>confdefs.h <<\_ACEOF
1851 # Check whether --with-kerberos5 was given.
1852 if test "${with_kerberos5+set}" = set; then
1853 withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then
1854 if test "${with_kerberos+set}" != set; then
1856 cat >>confdefs.h <<\_ACEOF
1862 cat >>confdefs.h <<\_ACEOF
1870 # Check whether --with-hesiod was given.
1871 if test "${with_hesiod+set}" = set; then
1872 withval=$with_hesiod; if test "$withval" = yes; then
1874 cat >>confdefs.h <<\_ACEOF
1883 # Check whether --with-sound was given.
1884 if test "${with_sound+set}" = set; then
1885 withval=$with_sound;
1890 # Check whether --with-x-toolkit was given.
1891 if test "${with_x_toolkit+set}" = set; then
1892 withval=$with_x_toolkit; case "${withval}" in
1893 y | ye | yes ) val=athena ;;
1895 l | lu | luc | luci | lucid ) val=lucid ;;
1896 a | at | ath | athe | athen | athena ) val=athena ;;
1897 m | mo | mot | moti | motif ) val=motif ;;
1898 g | gt | gtk ) val=gtk ;;
1900 { { echo "$as_me:$LINENO: error: \`--with-x-toolkit=$withval' is invalid\
;
1901 this option
's value should be \`yes', \
`no', \`lucid
', \`athena', \
`motif' or \`gtk
'.
1902 Currently, \`yes', \
`athena' and \`lucid
' are synonyms." >&5
1903 echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\
;
1904 this option
's value should be \`yes', \
`no', \`lucid
', \`athena', \
`motif' or \`gtk
'.
1905 Currently, \`yes', \
`athena' and \`lucid
' are synonyms." >&2;}
1906 { (exit 1); exit 1; }; }
1914 # Check whether --with-xpm was given.
1915 if test "${with_xpm+set}" = set; then
1920 # Check whether --with-jpeg was given.
1921 if test "${with_jpeg+set}" = set; then
1926 # Check whether --with-tiff was given.
1927 if test "${with_tiff+set}" = set; then
1932 # Check whether --with-gif was given.
1933 if test "${with_gif+set}" = set; then
1938 # Check whether --with-png was given.
1939 if test "${with_png+set}" = set; then
1944 # Check whether --with-gtk was given.
1945 if test "${with_gtk+set}" = set; then
1950 # Check whether --with-pkg-config-prog was given.
1951 if test "${with_pkg_config_prog+set}" = set; then
1952 withval=$with_pkg_config_prog;
1956 # Check whether --with-toolkit-scroll-bars was given.
1957 if test "${with_toolkit_scroll_bars+set}" = set; then
1958 withval=$with_toolkit_scroll_bars;
1962 # Check whether --with-xim was given.
1963 if test "${with_xim+set}" = set; then
1968 # Check whether --with-carbon was given.
1969 if test "${with_carbon+set}" = set; then
1970 withval=$with_carbon;
1973 # Check whether --enable-carbon-app was given.
1974 if test "${enable_carbon_app+set}" = set; then
1975 enableval=$enable_carbon_app; carbon_appdir_x=${enableval}
1979 # Check whether --enable-asserts was given.
1980 if test "${enable_asserts+set}" = set; then
1981 enableval=$enable_asserts; USE_XASSERTS=$enableval
1987 # Check whether --enable-maintainer-mode was given.
1988 if test "${enable_maintainer_mode+set}" = set; then
1989 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1991 USE_MAINTAINER_MODE=no
1994 if test $USE_MAINTAINER_MODE = yes; then
2001 # Check whether --enable-locallisppath was given.
2002 if test "${enable_locallisppath+set}" = set; then
2003 enableval=$enable_locallisppath; if test "${enableval}" = "no"; then
2005 elif test "${enableval}" != "yes"; then
2006 locallisppath=${enableval}
2011 #### Make srcdir absolute, if it isn't already. It
's important to
2012 #### avoid running the path through pwd unnecessarily, since pwd can
2013 #### give you automounter prefixes, which can go away. We do all this
2014 #### so Emacs can find its files when run uninstalled.
2015 ## Make sure CDPATH doesn't affect
cd (in case PWD is relative
).
2020 ## We may be able to use the $PWD environment variable to make this
2021 ## absolute. But sometimes PWD is inaccurate.
2022 ## Note: we used to use ${PWD} at the end instead of `pwd`,
2023 ## but that tested only for a well-formed and valid PWD,
2024 ## it did not object when PWD was well-formed and valid but just wrong.
2025 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
2029 srcdir
="`(cd ${srcdir}; pwd)`"
2032 * ) srcdir
="`(cd ${srcdir}; pwd)`" ;;
2035 #### Check if the source directory already has a configured system in it.
2036 if test `pwd` != `(cd ${srcdir} && pwd)` \
2037 && test -f "${srcdir}/src/config.h" ; then
2038 { echo "$as_me:$LINENO: WARNING: The directory tree \`${srcdir}' is being used
2039 as a build directory right now; it has been configured in its own
2040 right. To configure in another directory as well, you MUST
2041 use GNU make. If you do not have GNU make, then you must
2042 now do \`make distclean' in ${srcdir},
2043 and then run $0 again." >&5
2044 echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
2045 as a build directory right now; it has been configured in its own
2046 right. To configure in another directory as well, you MUST
2047 use GNU make. If you do not have GNU make, then you must
2048 now do \`make distclean' in ${srcdir},
2049 and then run $0 again." >&2;}
2052 #### Given the configuration name, set machfile and opsysfile to the
2053 #### names of the m/*.h and s/*.h files we should use.
2055 ### Canonicalize the configuration name.
2058 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2059 if test -f "$ac_dir/install-sh"; then
2061 ac_install_sh
="$ac_aux_dir/install-sh -c"
2063 elif test -f "$ac_dir/install.sh"; then
2065 ac_install_sh
="$ac_aux_dir/install.sh -c"
2067 elif test -f "$ac_dir/shtool"; then
2069 ac_install_sh
="$ac_aux_dir/shtool install -c"
2073 if test -z "$ac_aux_dir"; then
2074 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2075 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2076 { (exit 1); exit 1; }; }
2079 # These three variables are undocumented and unsupported,
2080 # and are intended to be withdrawn in a future Autoconf release.
2081 # They can cause serious problems if a builder's source tree is in a directory
2082 # whose full name contains unusual characters.
2083 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2084 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2085 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2088 # Make sure we can run config.sub.
2089 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2090 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2091 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2092 { (exit 1); exit 1; }; }
2094 { echo "$as_me:$LINENO: checking build system type" >&5
2095 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2096 if test "${ac_cv_build+set}" = set; then
2097 echo $ECHO_N "(cached) $ECHO_C" >&6
2099 ac_build_alias
=$build_alias
2100 test "x$ac_build_alias" = x
&&
2101 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2102 test "x$ac_build_alias" = x
&&
2103 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2104 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2105 { (exit 1); exit 1; }; }
2106 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2107 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2108 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2109 { (exit 1); exit 1; }; }
2112 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2113 echo "${ECHO_T}$ac_cv_build" >&6; }
2114 case $ac_cv_build in
2116 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2117 echo "$as_me: error: invalid value of canonical build" >&2;}
2118 { (exit 1); exit 1; }; };;
2121 ac_save_IFS
=$IFS; IFS
='-'
2127 # Remember, the first character of IFS is used to create $*,
2128 # except with old shells:
2131 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2134 { echo "$as_me:$LINENO: checking host system type" >&5
2135 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2136 if test "${ac_cv_host+set}" = set; then
2137 echo $ECHO_N "(cached) $ECHO_C" >&6
2139 if test "x$host_alias" = x
; then
2140 ac_cv_host
=$ac_cv_build
2142 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2143 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2144 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2145 { (exit 1); exit 1; }; }
2149 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2150 echo "${ECHO_T}$ac_cv_host" >&6; }
2153 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2154 echo "$as_me: error: invalid value of canonical host" >&2;}
2155 { (exit 1); exit 1; }; };;
2158 ac_save_IFS
=$IFS; IFS
='-'
2164 # Remember, the first character of IFS is used to create $*,
2165 # except with old shells:
2168 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2172 configuration
=${host_alias-$host}
2176 ### If you add support for a new configuration, add code to this
2177 ### switch statement to recognize your configuration name and select
2178 ### the appropriate operating system and machine description files.
2180 ### You would hope that you could choose an m/*.h file pretty much
2181 ### based on the machine portion of the configuration name, and an s-
2182 ### file based on the operating system portion. However, it turns out
2183 ### that each m/*.h file is pretty manufacturer-specific - for
2184 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
2185 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
2186 ### machines. So we basically have to have a special case for each
2187 ### configuration name.
2189 ### As far as handling version numbers on operating systems is
2190 ### concerned, make sure things will fail in a fixable way. If
2191 ### /etc/MACHINES doesn't say anything about version numbers, be
2192 ### prepared to handle anything reasonably. If version numbers
2193 ### matter, be sure /etc/MACHINES says something about it.
2195 ### Eric Raymond says we should accept strings like "sysvr4" to mean
2196 ### "System V Release 4"; he writes, "The old convention encouraged
2197 ### confusion between `system' and `release' levels'."
2199 machine
='' opsys
='' unported
=no
2200 case "${canonical}" in
2205 case "${canonical}" in
2206 alpha
*-*-freebsd*) machine
=alpha
;;
2207 arm
*-*-freebsd*) machine
=arm
;;
2208 ia64-
*-freebsd*) machine
=ia64
;;
2209 sparc64-
*-freebsd*) machine
=sparc
;;
2210 powerpc-
*-freebsd*) machine
=macppc
;;
2211 i
[3456]86-*-freebsd*) machine
=intel386
;;
2212 amd64-
*-freebsd*|x86_64-
*-freebsd*) machine
=amdx86-64
;;
2216 ## FreeBSD kernel + glibc based userland
2219 case "${canonical}" in
2220 alpha
*-*-kfreebsd*) machine
=alpha
;;
2221 ia64-
*-kfreebsd*) machine
=ia64
;;
2222 sparc64-
*-kfreebsd*) machine
=sparc
;;
2223 powerpc-
*-kfreebsd*) machine
=macppc
;;
2224 i
[3456]86-*-kfreebsd*) machine
=intel386
;;
2225 amd64-
*-kfreebsd*|x86_64-
*-kfreebsd*) machine
=amdx86-64
;;
2232 if test -f /usr
/lib
/crti.o
; then
2234 cat >>confdefs.h
<<\_ACEOF
2240 case "${canonical}" in
2241 alpha
*-*-netbsd*) machine
=alpha
;;
2242 i
[3456]86-*-netbsd*) machine
=intel386
;;
2244 # This is somewhat bogus.
2245 machine
=hp9000s300
;;
2246 mips-
*-netbsd*) machine
=pmax
;;
2247 mipsel-
*-netbsd*) machine
=pmax
;;
2248 mipseb-
*-netbsd*) machine
=pmax
;;
2249 ns32k-
*-netbsd*) machine
=ns32000
;;
2250 powerpc-
*-netbsd*) machine
=macppc
;;
2251 sparc
*-*-netbsd*) machine
=sparc
;;
2252 vax-
*-netbsd*) machine
=vax
;;
2253 arm-
*-netbsd*) machine
=arm
;;
2254 x86_64-
*-netbsd*) machine
=amdx86-64
;;
2255 hppa-
*-netbsd*) machine
=hp800
;;
2256 shle-
*-netbsd*) machine
=sh3el
;;
2263 case "${canonical}" in
2264 alpha
*-*-openbsd*) machine
=alpha
;;
2265 arm-
*-openbsd*) machine
=arm
;;
2266 hppa-
*-openbsd*) machine
=hp9000s300
;;
2267 i386-
*-openbsd*) machine
=intel386
;;
2268 m68k-
*-openbsd*) machine
=hp9000s300
;;
2269 m88k-
*-openbsd*) machine
=aviion
;;
2270 mips64-
*-openbsd*) machine
=mips64
;;
2271 powerpc-
*-openbsd*) machine
=macppc
;;
2272 sh-
*-openbsd*) machine
=sh3el
;;
2273 sparc
*-*-openbsd*) machine
=sparc
;;
2274 vax-
*-openbsd*) machine
=vax
;;
2275 x86_64-
*-openbsd*) machine
=amdx86-64
;;
2282 case "${canonical}" in
2283 i
[3456]86-*-lynxos*) machine
=intel386
;;
2284 powerpc-
*-lynxos*) machine
=powerpc
;;
2289 arm-acorn-riscix1.1
* )
2290 machine
=acorn opsys
=riscix1-1
2292 arm-acorn-riscix1.2
* | arm-acorn-riscix
)
2293 ## This name is riscix12 instead of riscix1.2
2294 ## to avoid a file name conflict on MSDOS.
2295 machine
=acorn opsys
=riscix12
2301 case "${canonical}" in
2302 i
[345]86-*-bsdi*) machine
=intel386
;;
2303 sparc-
*-bsdi*) machine
=sparc
;;
2304 powerpc-
*-bsdi*) machine
=macppc
;;
2306 case "${canonical}" in
2307 *-*-bsd386* |
*-*-bsdi1* ) opsys
=bsd386
;;
2308 *-*-bsdi2.0
* ) opsys
=bsdos2
;;
2309 *-*-bsdi2* ) opsys
=bsdos2-1
;;
2310 *-*-bsdi3* ) opsys
=bsdos3
;;
2311 *-*-bsdi[45]* ) opsys
=bsdos4
;;
2316 ## Strictly speaking, we need the version of the alliant operating
2317 ## system to choose the right machine file, but currently the
2318 ## configuration name doesn't tell us enough to choose the right
2319 ## one; we need to give alliants their own operating system name to
2320 ## do this right. When someone cares, they can help us.
2322 machine
=alliant4 opsys
=bsd4-2
2325 machine
=alliant-2800 opsys
=bsd4-3
2328 ## Alpha (DEC) machines.
2330 machine
=alpha opsys
=osf1
2331 # This is needed to find X11R6.1 libraries for certain tests.
2332 NON_GCC_LINK_TEST_OPTIONS
=-Wl,-rpath,/usr
/X11R
6/lib
2333 GCC_LINK_TEST_OPTIONS
=-Wl,-rpath,/usr
/X11R
6/lib
2334 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
2335 # due to non-traditional preprocessing with the current compiler
2336 # defaults. OSF 4 can also have that compiler version, and there
2337 # seems always to have been a usable /usr/bin/cpp.
2338 NON_GNU_CPP
=/usr
/bin
/cpp
2339 case "${canonical}" in
2340 alpha
*-dec-osf[5-9]*)
2345 alpha
*-*-linux-gnu* )
2346 machine
=alpha opsys
=gnu-linux
2350 machine
=arm opsys
=gnu-linux
2355 machine
=altos opsys
=usg5-2
2360 machine
=amdahl opsys
=usg5-2-2
2363 ## Apollo, Domain/OS
2365 machine
=apollo opsys
=bsd4-3
2368 ## Apple Darwin / Mac OS X
2370 case "${canonical}" in
2371 i
[3456]86-* ) machine
=intel386
;;
2372 powerpc-
* ) machine
=powermac
;;
2376 # Define CPP as follows to make autoconf work correctly.
2377 CPP
="${CC-cc} -E -no-cpp-precomp"
2378 # Use fink packages if available.
2379 if test -d /sw
/include
&& test -d /sw
/lib
; then
2380 GCC_TEST_OPTIONS
="-I/sw/include -L/sw/lib"
2381 CPP
="${CPP} ${GCC_TEST_OPTIONS}"
2382 NON_GCC_TEST_OPTIONS
=${GCC_TEST_OPTIONS}
2386 ## AT&T 3b2, 3b5, 3b15, 3b20
2388 machine
=att3b opsys
=usg5-2-2
2391 ## AT&T 3b1 - The Mighty Unix PC!
2393 machine
=7300 opsys
=usg5-2-2
2398 machine
=ibmrs6000 opsys
=aix3-2
2403 machine
=dpx2 opsys
=usg5-3
2408 machine
=sps7 opsys
=usg5-2
2411 ## CCI 5/32, 6/32 -- see "Tahoe".
2414 ## I don't know what configuration name to use for this; config.sub
2415 ## doesn't seem to know anything about it. Hey, Celerity users, get
2416 ## in touch with us!
2417 celerity-celerity-bsd
* )
2418 machine
=celerity opsys
=bsd4-2
2422 ## What operating systems does this chip run that Emacs has been
2426 ## We'll use the catch-all code at the bottom to guess the
2427 ## operating system.
2431 mips-compaq-nonstopux
* )
2432 machine
=nonstopux opsys
=nonstopux
2436 *-convex-bsd* |
*-convex-convexos* )
2437 machine
=convex opsys
=bsd4-3
2438 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
2439 NON_GNU_CPP
="cc -E -P"
2443 i
[3456]86-cubix-sysv* )
2444 machine
=intel386 opsys
=usg5-3
2448 cydra
*-cydrome-sysv* )
2449 machine
=cydra5 opsys
=usg5-3
2452 ## Data General AViiON Machines
2453 ## DG changed naming conventions with the release of 5.4.4.10, they
2454 ## dropped the initial 5.4 but left the intervening R. Because of the
2455 ## R this shouldn't conflict with older versions of the OS (which I
2456 ## think were named like dgux4.*). In addition, DG new AViiONs series
2457 ## uses either Motorola M88k or Intel Pentium CPUs.
2458 m88k-dg-dguxR4.
* | m88k-dg-dgux4
* )
2459 machine
=aviion opsys
=dgux4
2461 m88k-dg-dgux5.4R3
* | m88k-dg-dgux5.4
.3* )
2462 ## This name is dgux5-4-3 instead of dgux5-4r3
2463 ## to avoid a file name conflict on MSDOS.
2464 machine
=aviion opsys
=dgux5-4-3
2466 m88k-dg-dgux5.4R2
* | m88k-dg-dgux5.4
.2* )
2467 machine
=aviion opsys
=dgux5-4r2
2470 machine
=aviion opsys
=dgux
2473 ## Data General AViiON Intel (x86) Machines
2474 ## Exists from 5.4.3 (current i586-dg-dguxR4.11)
2475 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il
2476 i
[345]86-dg-dguxR4* )
2477 machine
=aviion-intel opsys
=dgux4
2481 mips-dec-ultrix
[0-3].
* | mips-dec-ultrix4.0
* | mips-dec-bsd4.2
* )
2482 machine
=pmax opsys
=bsd4-2
2484 mips-dec-ultrix4.
[12]* | mips-dec-bsd
* )
2485 machine
=pmax opsys
=bsd4-3
2488 machine
=pmax opsys
=ultrix4-3
2491 machine
=pmax opsys
=osf1
2493 mips-dec-mach_bsd4.3
* )
2494 machine
=pmax opsys
=mach-bsd4-3
2497 ## Motorola Delta machines
2498 m68k-motorola-sysv
* | m68000-motorola-sysv
* )
2499 machine
=delta opsys
=usg5-3
2500 if test -z "`type gnucc | grep 'not found'`"
2502 if test -s /etc
/167config
2503 then CC
="gnucc -m68040"
2504 else CC
="gnucc -m68881"
2507 if test -z "`type gcc | grep 'not found'`"
2513 m88k-motorola-sysv4
* )
2514 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
2515 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
2516 # I hope there are not other 4.0 versions for this machine
2517 # which really need usg5-4 instead.
2518 machine
=delta88k opsys
=usg5-4-2
2520 m88k-motorola-sysv
* | m88k-motorola-m88kbcs
* )
2521 machine
=delta88k opsys
=usg5-3
2526 machine
=dual opsys
=usg5-2
2528 m68
*-dual-uniplus* )
2529 machine
=dual opsys
=unipl5-2
2534 machine
=elxsi opsys
=usg5-2
2539 machine
=ns16000 opsys
=umax
2542 ## The GEC 63 - apparently, this port isn't really finished yet.
2543 # I'm sure we finished off the last of the machines, though. -- fx
2545 ## Gould Power Node and NP1
2547 machine
=gould opsys
=bsd4-2
2550 machine
=gould opsys
=bsd4-3
2553 machine
=gould-np1 opsys
=bsd4-3
2556 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
2557 ## as far as Emacs is concerned).
2559 # Build needs to be different on 7.0 and later releases
2560 case "`uname -r`" in
2561 [56].
[0-9] ) machine
=nh4000 opsys
=cxux
;;
2562 [7].
[0-9] ) machine
=nh4000 opsys
=cxux7
;;
2564 NON_GNU_CPP
="/lib/cpp"
2566 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
2568 machine
=nh3000 opsys
=cxux
2570 ## Harris power pc NightHawk running Power UNIX (Series 6000)
2571 powerpc-harris-powerunix
)
2572 machine
=nh6000 opsys
=powerunix
2573 NON_GNU_CPP
="cc -Xo -E -P"
2575 ## SR2001/SR2201 running HI-UX/MPP
2576 hppa1.1
-hitachi-hiuxmpp* )
2577 machine
=sr2k opsys
=hiuxmpp
2579 hppa1.1
-hitachi-hiuxwe2* )
2580 machine
=sr2k opsys
=hiuxwe2
2583 xps
*-honeywell-sysv* )
2584 machine
=xps100 opsys
=usg5-2
2587 ## HP 9000 series 200 or 300
2589 machine
=hp9000s300 opsys
=bsd4-3
2591 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
2593 case "`uname -r`" in
2594 ## Someone's system reports A.B8.05 for this.
2595 ## I wonder what other possibilities there are.
2596 *.B8.
* ) machine
=hp9000s300 opsys
=hpux8
;;
2597 *.08.
* ) machine
=hp9000s300 opsys
=hpux8
;;
2598 *.09.
* ) machine
=hp9000s300 opsys
=hpux9
;;
2599 *.1[0-9].
* ) machine
=hp9000s300 opsys
=hpux9shr
;;
2600 *) machine
=hp9000s300 opsys
=hpux
;;
2604 ## HP 9000 series 700 and 800, running HP/UX
2606 machine
=hp800 opsys
=hpux
2609 machine
=hp800 opsys
=hpux8
2611 hppa
*-hp-hpux9shr* )
2612 machine
=hp800 opsys
=hpux9shr
2615 machine
=hp800 opsys
=hpux9
2617 hppa
*-hp-hpux10.2
* )
2618 machine
=hp800 opsys
=hpux10-20
2621 machine
=hp800 opsys
=hpux10
2623 hppa
*-hp-hpux1[1-9]* )
2624 machine
=hp800 opsys
=hpux11
2625 CFLAGS
="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
2628 hppa
*-*-linux-gnu* )
2629 machine
=hp800 opsys
=gnu-linux
2632 ## HP 9000 series 700 and 800, running HP/UX
2634 ## Cross-compilation? Nah!
2635 case "`uname -r`" in
2636 ## Someone's system reports A.B8.05 for this.
2637 ## I wonder what other possibilities there are.
2638 *.B8.
* ) machine
=hp800 opsys
=hpux8
;;
2639 *.08.
* ) machine
=hp800 opsys
=hpux8
;;
2640 *.09.
* ) machine
=hp800 opsys
=hpux9
;;
2641 *) machine
=hp800 opsys
=hpux10
;;
2645 machine
=hp800 opsys
=nextstep
2650 machine
=orion opsys
=bsd4-2
2652 clipper-orion-bsd
* )
2653 machine
=orion105 opsys
=bsd4-2
2657 i
[3456]86-ibm-aix1.1
* )
2658 machine
=ibmps2-aix opsys
=usg5-2-2
2660 i
[3456]86-ibm-aix1.
[23]* | i
[3456]86-ibm-aix* )
2661 machine
=ibmps2-aix opsys
=usg5-3
2664 machine
=ibm370aix opsys
=usg5-3
2667 machine
=ibms390 opsys
=gnu-linux
2669 s390x-
*-linux-gnu* )
2670 machine
=ibms390x opsys
=gnu-linux
2672 rs6000-ibm-aix3.1
* | powerpc-ibm-aix3.1
* )
2673 machine
=ibmrs6000 opsys
=aix3-1
2675 rs6000-ibm-aix3.2
.5 | powerpc-ibm-aix3.2
.5 )
2676 machine
=ibmrs6000 opsys
=aix3-2-5
2678 rs6000-ibm-aix4.1
* | powerpc-ibm-aix4.1
* )
2679 machine
=ibmrs6000 opsys
=aix4-1
2681 rs6000-ibm-aix4.2
* | powerpc-ibm-aix4.2
* )
2682 machine
=ibmrs6000 opsys
=aix4-2
2684 rs6000-ibm-aix4.3
* | powerpc-ibm-aix4.3
* )
2685 machine
=ibmrs6000 opsys
=aix4-2
2687 rs6000-ibm-aix5
* | powerpc-ibm-aix5
* )
2688 machine
=ibmrs6000 opsys
=aix4-2
2690 rs6000-ibm-aix4.0
* | powerpc-ibm-aix4.0
* )
2691 machine
=ibmrs6000 opsys
=aix4
2693 rs6000-ibm-aix4
* | powerpc-ibm-aix4
* )
2694 machine
=ibmrs6000 opsys
=aix4-1
2696 rs6000-ibm-aix
* | powerpc-ibm-aix
* )
2697 machine
=ibmrs6000 opsys
=aix3-2
2700 machine
=ibmrt opsys
=bsd4-3
2703 machine
=ibmrt opsys
=bsd4-2
2706 machine
=ibmrt opsys
=bsd4-3
2709 machine
=ibmrt opsys
=bsd4-2
2712 machine
=ibmrt opsys
=bsd4-3
2715 machine
=ibmrt opsys
=bsd4-3
2718 machine
=ibmrt-aix opsys
=usg5-2-2
2721 ## Integrated Solutions `Optimum V'
2723 machine
=isi-ov opsys
=bsd4-2
2726 machine
=isi-ov opsys
=bsd4-3
2729 ## Intel 386 machines where we do care about the manufacturer
2730 i
[3456]86-intsys-sysv* )
2731 machine
=is386 opsys
=usg5-2-2
2735 i
[3456]86-prime-sysv* )
2736 machine
=i386 opsys
=usg5-3
2739 ## Sequent Symmetry running Dynix
2740 i
[3456]86-sequent-bsd* )
2741 machine
=symmetry opsys
=bsd4-3
2744 ## Sequent Symmetry running ptx 4, which is a modified SVR4.
2745 i
[3456]86-sequent-ptx4* | i
[3456]86-sequent-sysv4* )
2746 machine
=sequent-ptx opsys
=ptx4
2747 NON_GNU_CPP
=/lib
/cpp
2750 ## Sequent Symmetry running DYNIX/ptx
2751 ## Use the old cpp rather than the newer ANSI one.
2752 i
[3456]86-sequent-ptx* )
2753 machine
=sequent-ptx opsys
=ptx
2754 NON_GNU_CPP
="/lib/cpp"
2757 ## ncr machine running svr4.3.
2758 i
[3456]86-ncr-sysv4.3
)
2759 machine
=ncr386 opsys
=usg5-4-3
2762 ## Unspecified sysv on an ncr machine defaults to svr4.2.
2763 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
2764 i
[3456]86-ncr-sysv* )
2765 machine
=ncr386 opsys
=usg5-4-2
2768 ## Intel Paragon OSF/1
2770 machine
=paragon opsys
=osf1 NON_GNU_CPP
=/usr
/mach
/lib
/cpp
2775 machine
=i860 opsys
=usg5-4
2776 NON_GNU_CC
="/bin/cc" # Ie, not the one in /usr/ucb/cc.
2777 NON_GNU_CPP
="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
2780 ## Macintosh PowerPC
2781 powerpc
*-*-linux-gnu* )
2782 machine
=macppc opsys
=gnu-linux
2785 ## Masscomp machines
2786 m68
*-masscomp-rtu* )
2787 machine
=masscomp opsys
=rtu
2790 ## Megatest machines
2791 m68
*-megatest-bsd* )
2792 machine
=mega68 opsys
=bsd4-2
2795 ## Workstations sold by MIPS
2796 ## This is not necessarily all workstations using the MIPS processor -
2797 ## Irises are produced by SGI, and DECstations by DEC.
2799 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
2800 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
2801 ## it gives for choosing between the alternatives seems to be "Use
2802 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
2803 ## the BSD world." I'll assume that these are instructions for
2804 ## handling two odd situations, and that every other situation
2805 ## should use mips.h and usg5-2-2, they being listed first.
2808 ## Fall through to the general code at the bottom to decide on the OS.
2810 mips-mips-riscos4
* )
2811 machine
=mips4 opsys
=bsd4-3
2812 NON_GNU_CC
="cc -systype bsd43"
2813 NON_GNU_CPP
="cc -systype bsd43 -E"
2815 mips-mips-riscos5
* )
2816 machine
=mips4 opsys
=riscos5
2817 NON_GNU_CC
="cc -systype bsd43"
2818 NON_GNU_CPP
="cc -systype bsd43 -E"
2821 machine
=mips opsys
=bsd4-3
2824 machine
=mips opsys
=usg5-2-2
2828 m68
*-next-* | m68k-
*-nextstep* )
2829 machine
=m68k opsys
=nextstep
2832 ## The complete machine from National Semiconductor
2834 machine
=ns32000 opsys
=usg5-2
2838 m68
*-ncr-sysv2* | m68
*-ncr-sysvr2* )
2839 machine
=tower32 opsys
=usg5-2-2
2841 m68
*-ncr-sysv3* | m68
*-ncr-sysvr3* )
2842 machine
=tower32v3 opsys
=usg5-3
2847 machine
=ews4800 opsys
=ux4800
2850 ## Nixdorf Targon 31
2851 m68
*-nixdorf-sysv* )
2852 machine
=targon31 opsys
=usg5-2-2
2857 machine
=nu opsys
=usg5-2
2862 machine
=plexus opsys
=usg5-2
2866 ## I don't really have any idea what sort of processor the Pyramid has,
2867 ## so I'm assuming it is its own architecture.
2868 pyramid-pyramid-bsd
* )
2869 machine
=pyramid opsys
=bsd4-2
2873 ns32k-sequent-bsd4.2
* )
2874 machine
=sequent opsys
=bsd4-2
2876 ns32k-sequent-bsd4.3
* )
2877 machine
=sequent opsys
=bsd4-3
2881 mips-siemens-sysv
* | mips-sni-sysv
*)
2882 machine
=mips-siemens opsys
=usg5-4
2883 NON_GNU_CC
=/usr
/ccs
/bin
/cc
2884 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2887 ## Silicon Graphics machines
2888 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
2890 machine
=irist opsys
=iris3-5
2892 m68
*-sgi-iris3.6
* | m68
*-sgi-iris*)
2893 machine
=irist opsys
=iris3-6
2897 machine
=iris4d opsys
=irix3-3
2900 machine
=iris4d opsys
=irix4-0
2903 machine
=iris4d opsys
=irix6-5
2904 # Without defining _LANGUAGE_C, things get masked out in the headers
2905 # so that, for instance, grepping for `free' in stdlib.h fails and
2906 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
2907 NON_GNU_CPP
="/lib/cpp -D_LANGUAGE_C"
2908 NON_GCC_TEST_OPTIONS
="-D_LANGUAGE_C"
2911 machine
=iris4d opsys
=irix6-0
2912 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5,
2913 # but presumably it does no harm.
2914 NON_GNU_CPP
="/lib/cpp -D_LANGUAGE_C"
2915 # -32 probably isn't necessary in later v.6s -- anyone know which?
2916 NON_GCC_TEST_OPTIONS
=-32
2918 mips-sgi-irix5.
[01]* )
2919 machine
=iris4d opsys
=irix5-0
2921 mips-sgi-irix5
* | mips-sgi-irix
* )
2922 machine
=iris4d opsys
=irix5-2
2927 machine
=news opsys
=bsd4-2
2930 machine
=news opsys
=bsd4-3
2932 m68
*-sony-newsos3* | m68
*-sony-news3*)
2933 machine
=news opsys
=bsd4-3
2935 mips-sony-bsd
* | mips-sony-newsos4
* | mips-sony-news4
*)
2936 machine
=news-risc opsys
=bsd4-3
2938 mips-sony-newsos6
* )
2939 machine
=news-r6 opsys
=newsos6
2942 machine
=news-risc opsys
=newsos5
2947 machine
=stride opsys
=usg5-2
2951 sparc-
*-linux-gnu* | sparc64-
*-linux-gnu* )
2952 machine
=sparc opsys
=gnu-linux
2955 *-auspex-sunos* |
*-sun-sunos* |
*-sun-bsd* |
*-sun-solaris* \
2956 | i
[3456]86-*-solaris2* | i
[3456]86-*-sunos5* | powerpc
*-*-solaris2* \
2957 | rs6000-
*-solaris2*)
2958 case "${canonical}" in
2959 m68
*-sunos1* ) machine
=sun1
;;
2960 m68
*-sunos2* ) machine
=sun2
;;
2961 m68
* ) machine
=sun3
;;
2962 i
[3456]86-sun-sunos[34]* ) machine
=sun386
;;
2963 i
[3456]86-*-* ) machine
=intel386
;;
2964 amd64-
*-*|x86_64-
*-*) machine
=amdx86-64
;;
2965 powerpcle
* ) machine
=powerpcle
;;
2966 powerpc
* | rs6000
* ) machine
=ibmrs6000
;;
2967 sparc
* ) machine
=sparc
;;
2970 case "${canonical}" in
2971 ## The Sun386 didn't get past 4.0.
2972 i
[3456]86-*-sunos4 ) opsys
=sunos4-0
;;
2973 *-sunos4.0
* ) opsys
=sunos4-0
;;
2974 *-sunos4.1.
[3-9]*noshare
)
2975 ## This name is sunos413 instead of sunos4-1-3
2976 ## to avoid a file name conflict on MSDOS.
2978 NON_GNU_CPP
=/usr
/lib
/cpp
2979 NON_GCC_TEST_OPTIONS
=-Bstatic
2980 GCC_TEST_OPTIONS
=-static
2982 *-sunos4.1.
[3-9]* |
*-sunos4shr*)
2984 NON_GNU_CPP
=/usr
/lib
/cpp
2986 *-sunos4* |
*-sunos )
2988 NON_GCC_TEST_OPTIONS
=-Bstatic
2989 GCC_TEST_OPTIONS
=-static
2991 *-sunos5.3
* |
*-solaris2.3
* )
2993 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
2995 *-sunos5.4
* |
*-solaris2.4
* )
2997 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
3000 *-sunos5.5
* |
*-solaris2.5
* )
3002 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
3005 *-sunos5.6
* |
*-solaris2.6
* )
3007 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
3010 *-sunos5* |
*-solaris* )
3012 ## FIXME: make this into a proper fix that checks the compiler type,
3013 ## rather than relying on path. Or is /usr/ccs/lib/cpp a bad default now?
3014 if [ "x$CC" = x
/opt
/SUNWspro
/bin
/cc
]; then
3015 ## -Xs prevents spurious whitespace.
3016 NON_GNU_CPP
="/opt/SUNWspro/bin/cc -E -Xs"
3018 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
3023 ## Watch out for a compiler that we know will not work.
3024 case "${canonical}" in
3025 *-solaris* |
*-sunos5* )
3026 if [ "x$CC" = x
/usr
/ucb
/cc
]; then
3027 ## /usr/ucb/cc doesn't work;
3028 ## we should find some other compiler that does work.
3036 machine
=sparc opsys
=nextstep
3040 m68
*-tadpole-sysv* )
3041 machine
=tad68k opsys
=usg5-3
3045 tahoe-tahoe-bsd4.2
* )
3046 machine
=tahoe opsys
=bsd4-2
3048 tahoe-tahoe-bsd4.3
* )
3049 machine
=tahoe opsys
=bsd4-3
3052 ## Tandem Integrity S2
3054 machine
=tandem-s2 opsys
=usg5-3
3058 m88k-tektronix-sysv3
* )
3059 machine
=tekxd88 opsys
=usg5-3
3062 ## Tektronix 16000 box (6130?)
3063 ns16k-tektronix-bsd
* )
3064 machine
=ns16000 opsys
=bsd4-2
3067 ## src/m/tek4300.h hints that this is a m68k machine.
3068 m68
*-tektronix-bsd* )
3069 machine
=tek4300 opsys
=bsd4-3
3073 ## We seem to have lost the machine-description file titan.h!
3075 machine
=titan opsys
=usg5-3
3078 ## Ustation E30 (SS5E)
3079 m68
*-unisys-uniplus* )
3080 machine
=ustation opsystem
=unipl5-2
3086 case "${canonical}" in
3087 *-bsd4.1
* ) opsys
=bsd4-1
;;
3088 *-bsd4.2
* |
*-ultrix[0-3].
* |
*-ultrix4.0
* ) opsys
=bsd4-2
;;
3089 *-bsd4.3
* |
*-ultrix* ) opsys
=bsd4-3
;;
3090 *-sysv[01]* |
*-sysvr[01]* ) opsys
=usg5-0
;;
3091 *-sysv2* |
*-sysvr2* ) opsys
=usg5-2
;;
3092 *-vms* ) opsys
=vms
;;
3098 ns16k-whitechapel-
* )
3100 ## We don't know what sort of OS runs on these; we'll let the
3101 ## operating system guessing code below try.
3106 machine
=wicat opsys
=usg5-2
3111 machine
=ia64 opsys
=gnu-linux
3114 ## Intel 386 machines where we don't care about the manufacturer
3117 case "${canonical}" in
3118 *-cygwin ) opsys
=cygwin
;;
3119 *-darwin* ) opsys
=darwin
3120 CPP
="${CC-cc} -E -no-cpp-precomp"
3122 *-isc1.
* |
*-isc2.
[01]* ) opsys
=386-ix ;;
3123 *-isc2.2
* ) opsys
=isc2-2
;;
3124 *-isc4.0
* ) opsys
=isc4-0
;;
3125 *-isc4.
* ) opsys
=isc4-1
3126 GCC_TEST_OPTIONS
=-posix
3127 NON_GCC_TEST_OPTIONS
=-Xp
3129 *-isc* ) opsys
=isc3-0
;;
3130 *-esix5* ) opsys
=esix5r4
; NON_GNU_CPP
=/usr
/lib
/cpp
;;
3131 *-esix* ) opsys
=esix
;;
3132 *-xenix* ) opsys
=xenix
;;
3133 *-linux-gnu* ) opsys
=gnu-linux
;;
3134 *-sco3.2v4
* ) opsys
=sco4
; NON_GNU_CPP
=/lib
/cpp
;;
3135 *-sco3.2v5
* ) opsys
=sco5
3136 NON_GNU_CPP
=/lib
/cpp
3137 # Prevent -belf from being passed to $CPP.
3138 # /lib/cpp does not accept it.
3139 OVERRIDE_CPPFLAGS
=" "
3141 *-sysv4.2uw
* ) opsys
=unixware
; NON_GNU_CPP
=/lib
/cpp
;;
3142 *-sysv5uw* ) opsys
=unixware
; NON_GNU_CPP
=/lib
/cpp
;;
3143 *-sysv5OpenUNIX* ) opsys
=unixware
; NON_GNU_CPP
=/lib
/cpp
;;
3144 *-386bsd* ) opsys
=386bsd
;;
3145 *-nextstep* ) opsys
=nextstep
;;
3146 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
3150 ## m68k Linux-based GNU system
3152 machine
=m68k opsys
=gnu-linux
3155 ## Mips Linux-based GNU system
3156 mips-
*-linux-gnu* | mipsel-
*-linux-gnu* )
3157 machine
=mips opsys
=gnu-linux
3161 sparc-fujitsu-sysv4
* )
3162 machine
=sparc opsys
=uxpds
3163 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
3168 f301-fujitsu-uxpv4.1
)
3169 machine
=f301 opsys
=uxpv
3172 ## AMD x86-64 Linux-based GNU system
3173 x86_64-
*-linux-gnu* )
3174 machine
=amdx86-64 opsys
=gnu-linux
3177 ## Tensilica Xtensa Linux-based GNU system
3179 machine
=xtensa opsys
=gnu-linux
3187 ### If the code above didn't choose an operating system, just choose
3188 ### an operating system based on the configuration name. You really
3189 ### only want to use this when you have no idea what the right
3190 ### operating system is; if you know what operating systems a machine
3191 ### runs, it's cleaner to make it explicit in the case statement
3193 if test x
"${opsys}" = x
; then
3194 case "${canonical}" in
3195 *-gnu* ) opsys
=gnu
;;
3196 *-bsd4.
[01] ) opsys
=bsd4-1
;;
3197 *-bsd4.2
) opsys
=bsd4-2
;;
3198 *-bsd4.3
) opsys
=bsd4-3
;;
3199 *-sysv0 |
*-sysvr0 ) opsys
=usg5-0
;;
3200 *-sysv2 |
*-sysvr2 ) opsys
=usg5-2
;;
3201 *-sysv2.2 |
*-sysvr2.2
) opsys
=usg5-2-2
;;
3202 *-sysv3* |
*-sysvr3* ) opsys
=usg5-3
;;
3203 *-sysv4.2uw
* ) opsys
=unixware
;;
3204 *-sysv5uw* ) opsys
=unixware
;;
3205 *-sysv5OpenUNIX* ) opsys
=unixware
;;
3206 *-sysv4.1
* |
*-sysvr4.1
* )
3207 NON_GNU_CPP
=/usr
/lib
/cpp
3209 *-sysv4.
[2-9]* |
*-sysvr4.
[2-9]* )
3210 if [ x
$NON_GNU_CPP = x
]; then
3211 if [ -f /usr
/ccs
/lib
/cpp
]; then
3212 NON_GNU_CPP
=/usr
/ccs
/lib
/cpp
3214 NON_GNU_CPP
=/lib
/cpp
3218 *-sysv4* |
*-sysvr4* ) opsys
=usg5-4
;;
3225 ### Tests for sytems that we beleive are obsolete and should be desupported.
3227 case "${machine}" in
3228 pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2
)
3229 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
3230 echo "and it is planned to be desupported in the next version of Emacs"
3231 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
3232 echo "The code is still functional, but you need to edit the 'configure' script and remove the"
3233 echo "exit 33 line. After that you can run configure again and 'complete' the build."
3239 bsd386 | bsdos2-1 | bsdos2 | bsdos3 | bsdos4 | bsd4-1 | bsd4-2 | bsd4-3 | usg5-0 | usg5-2-2 | usg5-2 | usg5-3 | ultrix4-3 |
386bsd | hpux | hpux8 | hpux9 | hpux9shr | hpux10 | hpux10-20 | aix3-1 | aix3-2-5 | aix3-2 | aix4-1 | nextstep | ux4800 | uxpds | uxpv
)
3240 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
3241 echo "and it is planned to be desupported in the next version of Emacs"
3242 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
3243 echo "The code is still functional, but you need to edit the 'configure' script and remove the"
3244 echo "'exit 44' line. After that you can run 'configure' again and complete the build."
3251 if test $unported = yes; then
3252 { { echo "$as_me:$LINENO: error: Emacs hasn't been ported to \`${canonical}' systems.
3253 Check \`etc/MACHINES' for recognized configuration names." >&5
3254 echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
3255 Check \`etc/MACHINES' for recognized configuration names." >&2;}
3256 { (exit 1); exit 1; }; }
3259 machfile
="m/${machine}.h"
3260 opsysfile
="s/${opsys}.h"
3263 #### Choose a compiler.
3264 test -n "$CC" && cc_specified
=yes
3266 # Save the value of CFLAGS that the user specified.
3267 SPECIFIED_CFLAGS
="$CFLAGS"
3270 "yes" ) CC
="gcc" GCC
=yes ;;
3271 "no" ) : ${CC=cc} ;;
3275 ac_cpp
='$CPP $CPPFLAGS'
3276 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3277 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3278 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3279 if test -n "$ac_tool_prefix"; then
3280 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3281 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3284 if test "${ac_cv_prog_CC+set}" = set; then
3285 echo $ECHO_N "(cached) $ECHO_C" >&6
3287 if test -n "$CC"; then
3288 ac_cv_prog_CC
="$CC" # Let the user override the test.
3290 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3294 test -z "$as_dir" && as_dir
=.
3295 for ac_exec_ext
in '' $ac_executable_extensions; do
3296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3297 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3308 if test -n "$CC"; then
3309 { echo "$as_me:$LINENO: result: $CC" >&5
3310 echo "${ECHO_T}$CC" >&6; }
3312 { echo "$as_me:$LINENO: result: no" >&5
3313 echo "${ECHO_T}no" >&6; }
3318 if test -z "$ac_cv_prog_CC"; then
3320 # Extract the first word of "gcc", so it can be a program name with args.
3321 set dummy gcc
; ac_word
=$2
3322 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3323 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3324 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3325 echo $ECHO_N "(cached) $ECHO_C" >&6
3327 if test -n "$ac_ct_CC"; then
3328 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3330 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3334 test -z "$as_dir" && as_dir
=.
3335 for ac_exec_ext
in '' $ac_executable_extensions; do
3336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3337 ac_cv_prog_ac_ct_CC
="gcc"
3338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3347 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3348 if test -n "$ac_ct_CC"; then
3349 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3350 echo "${ECHO_T}$ac_ct_CC" >&6; }
3352 { echo "$as_me:$LINENO: result: no" >&5
3353 echo "${ECHO_T}no" >&6; }
3356 if test "x$ac_ct_CC" = x
; then
3359 case $cross_compiling:$ac_tool_warned in
3361 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3362 whose name does not start with the host triplet. If you think this
3363 configuration is useful to you, please write to autoconf@gnu.org." >&5
3364 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3365 whose name does not start with the host triplet. If you think this
3366 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3367 ac_tool_warned
=yes ;;
3375 if test -z "$CC"; then
3376 if test -n "$ac_tool_prefix"; then
3377 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3378 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3379 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3381 if test "${ac_cv_prog_CC+set}" = set; then
3382 echo $ECHO_N "(cached) $ECHO_C" >&6
3384 if test -n "$CC"; then
3385 ac_cv_prog_CC
="$CC" # Let the user override the test.
3387 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3391 test -z "$as_dir" && as_dir
=.
3392 for ac_exec_ext
in '' $ac_executable_extensions; do
3393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3394 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3405 if test -n "$CC"; then
3406 { echo "$as_me:$LINENO: result: $CC" >&5
3407 echo "${ECHO_T}$CC" >&6; }
3409 { echo "$as_me:$LINENO: result: no" >&5
3410 echo "${ECHO_T}no" >&6; }
3416 if test -z "$CC"; then
3417 # Extract the first word of "cc", so it can be a program name with args.
3418 set dummy cc
; ac_word
=$2
3419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3421 if test "${ac_cv_prog_CC+set}" = set; then
3422 echo $ECHO_N "(cached) $ECHO_C" >&6
3424 if test -n "$CC"; then
3425 ac_cv_prog_CC
="$CC" # Let the user override the test.
3428 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3432 test -z "$as_dir" && as_dir
=.
3433 for ac_exec_ext
in '' $ac_executable_extensions; do
3434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3435 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3436 ac_prog_rejected
=yes
3440 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3447 if test $ac_prog_rejected = yes; then
3448 # We found a bogon in the path, so make sure we never use it.
3449 set dummy
$ac_cv_prog_CC
3451 if test $# != 0; then
3452 # We chose a different compiler from the bogus one.
3453 # However, it has the same basename, so the bogon will be chosen
3454 # first if we set CC to just the basename; use the full file name.
3456 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3462 if test -n "$CC"; then
3463 { echo "$as_me:$LINENO: result: $CC" >&5
3464 echo "${ECHO_T}$CC" >&6; }
3466 { echo "$as_me:$LINENO: result: no" >&5
3467 echo "${ECHO_T}no" >&6; }
3472 if test -z "$CC"; then
3473 if test -n "$ac_tool_prefix"; then
3474 for ac_prog
in cl.exe
3476 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3477 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3478 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3480 if test "${ac_cv_prog_CC+set}" = set; then
3481 echo $ECHO_N "(cached) $ECHO_C" >&6
3483 if test -n "$CC"; then
3484 ac_cv_prog_CC
="$CC" # Let the user override the test.
3486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3490 test -z "$as_dir" && as_dir
=.
3491 for ac_exec_ext
in '' $ac_executable_extensions; do
3492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3493 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3504 if test -n "$CC"; then
3505 { echo "$as_me:$LINENO: result: $CC" >&5
3506 echo "${ECHO_T}$CC" >&6; }
3508 { echo "$as_me:$LINENO: result: no" >&5
3509 echo "${ECHO_T}no" >&6; }
3513 test -n "$CC" && break
3516 if test -z "$CC"; then
3518 for ac_prog
in cl.exe
3520 # Extract the first word of "$ac_prog", so it can be a program name with args.
3521 set dummy
$ac_prog; ac_word
=$2
3522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3524 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3525 echo $ECHO_N "(cached) $ECHO_C" >&6
3527 if test -n "$ac_ct_CC"; then
3528 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3534 test -z "$as_dir" && as_dir
=.
3535 for ac_exec_ext
in '' $ac_executable_extensions; do
3536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3537 ac_cv_prog_ac_ct_CC
="$ac_prog"
3538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3547 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3548 if test -n "$ac_ct_CC"; then
3549 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3550 echo "${ECHO_T}$ac_ct_CC" >&6; }
3552 { echo "$as_me:$LINENO: result: no" >&5
3553 echo "${ECHO_T}no" >&6; }
3557 test -n "$ac_ct_CC" && break
3560 if test "x$ac_ct_CC" = x
; then
3563 case $cross_compiling:$ac_tool_warned in
3565 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3566 whose name does not start with the host triplet. If you think this
3567 configuration is useful to you, please write to autoconf@gnu.org." >&5
3568 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3569 whose name does not start with the host triplet. If you think this
3570 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3571 ac_tool_warned
=yes ;;
3580 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3581 See \`config.log' for more details." >&5
3582 echo "$as_me: error: no acceptable C compiler found in \$PATH
3583 See \`config.log' for more details." >&2;}
3584 { (exit 1); exit 1; }; }
3586 # Provide some information about the compiler.
3587 echo "$as_me:$LINENO: checking for C compiler version" >&5
3588 ac_compiler
=`set X $ac_compile; echo $2`
3589 { (ac_try
="$ac_compiler --version >&5"
3591 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3592 *) ac_try_echo=$ac_try;;
3594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3595 (eval "$ac_compiler --version >&5") 2>&5
3597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3598 (exit $ac_status); }
3599 { (ac_try="$ac_compiler -v >&5"
3601 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3602 *) ac_try_echo
=$ac_try;;
3604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3605 (eval "$ac_compiler -v >&5") 2>&5
3607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3608 (exit $ac_status); }
3609 { (ac_try
="$ac_compiler -V >&5"
3611 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3612 *) ac_try_echo=$ac_try;;
3614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3615 (eval "$ac_compiler -V >&5") 2>&5
3617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3618 (exit $ac_status); }
3620 cat >conftest.$ac_ext <<_ACEOF
3623 cat confdefs.h >>conftest.$ac_ext
3624 cat >>conftest.$ac_ext <<_ACEOF
3625 /* end confdefs.h. */
3635 ac_clean_files_save=$ac_clean_files
3636 ac_clean_files="$ac_clean_files a.out a.exe b.out"
3637 # Try to create an executable without -o first, disregard a.out.
3638 # It will help us diagnose broken compilers, and finding out an intuition
3640 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3641 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
3642 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3644 # List of possible output files, starting from the most likely.
3645 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
3646 # only as a last resort. b.out is created by i960 compilers.
3647 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
3649 # The IRIX 6 linker writes into existing files which may not be
3650 # executable, retaining their permissions. Remove them first so a
3651 # subsequent execution test works.
3653 for ac_file in $ac_files
3656 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3657 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3662 if { (ac_try="$ac_link_default"
3664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3665 *) ac_try_echo=$ac_try;;
3667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3668 (eval "$ac_link_default") 2>&5
3670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); }; then
3672 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3673 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3674 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3675 # so that the user can short-circuit this test for compilers unknown to
3677 for ac_file
in $ac_files ''
3679 test -f "$ac_file" ||
continue
3681 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
3684 # We found the default executable, but exeext='' is most
3688 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3690 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3692 # We set ac_cv_exeext here because the later test for it is not
3693 # safe: cross compilers may not add the suffix if given an `-o'
3694 # argument, so we may need to know it at that point already.
3695 # Even if this section looks crufty: it has the advantage of
3702 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3708 { echo "$as_me:$LINENO: result: $ac_file" >&5
3709 echo "${ECHO_T}$ac_file" >&6; }
3710 if test -z "$ac_file"; then
3711 echo "$as_me: failed program was:" >&5
3712 sed 's/^/| /' conftest.
$ac_ext >&5
3714 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3715 See \`config.log' for more details." >&5
3716 echo "$as_me: error: C compiler cannot create executables
3717 See \`config.log' for more details." >&2;}
3718 { (exit 77); exit 77; }; }
3721 ac_exeext
=$ac_cv_exeext
3723 # Check that the compiler produces executables we can run. If not, either
3724 # the compiler is broken, or we cross compile.
3725 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3726 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
3727 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3728 # If not cross compiling, check that we can run a simple program.
3729 if test "$cross_compiling" != yes; then
3730 if { ac_try
='./$ac_file'
3731 { (case "(($ac_try" in
3732 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3733 *) ac_try_echo=$ac_try;;
3735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3736 (eval "$ac_try") 2>&5
3738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3739 (exit $ac_status); }; }; then
3742 if test "$cross_compiling" = maybe; then
3745 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3746 If you meant to cross compile, use \`--host'.
3747 See \`config.log' for more details.
" >&5
3748 echo "$as_me: error
: cannot run C compiled programs.
3749 If you meant to cross compile
, use \
`--host'.
3750 See \`config.log
' for more details." >&2;}
3751 { (exit 1); exit 1; }; }
3755 { echo "$as_me:$LINENO: result: yes" >&5
3756 echo "${ECHO_T}yes" >&6; }
3758 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3759 ac_clean_files=$ac_clean_files_save
3760 # Check that the compiler produces executables we can run. If not, either
3761 # the compiler is broken, or we cross compile.
3762 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3763 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3764 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
3765 echo "${ECHO_T}$cross_compiling" >&6; }
3767 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
3768 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3769 if { (ac_try="$ac_link"
3771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3772 *) ac_try_echo=$ac_try;;
3774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3775 (eval "$ac_link") 2>&5
3777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3778 (exit $ac_status); }; then
3779 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
3780 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
3781 # work properly (i.e., refer to `conftest.exe
'), while it won't with
3783 for ac_file
in conftest.exe conftest conftest.
*; do
3784 test -f "$ac_file" ||
continue
3786 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
3787 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3793 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3794 See \`config.log' for more details." >&5
3795 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3796 See \`config.log' for more details." >&2;}
3797 { (exit 1); exit 1; }; }
3800 rm -f conftest
$ac_cv_exeext
3801 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3802 echo "${ECHO_T}$ac_cv_exeext" >&6; }
3804 rm -f conftest.
$ac_ext
3805 EXEEXT
=$ac_cv_exeext
3807 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
3808 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3809 if test "${ac_cv_objext+set}" = set; then
3810 echo $ECHO_N "(cached) $ECHO_C" >&6
3812 cat >conftest.
$ac_ext <<_ACEOF
3815 cat confdefs.h
>>conftest.
$ac_ext
3816 cat >>conftest.
$ac_ext <<_ACEOF
3817 /* end confdefs.h. */
3827 rm -f conftest.o conftest.obj
3828 if { (ac_try
="$ac_compile"
3830 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3831 *) ac_try_echo=$ac_try;;
3833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3834 (eval "$ac_compile") 2>&5
3836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3837 (exit $ac_status); }; then
3838 for ac_file in conftest.o conftest.obj conftest.*; do
3839 test -f "$ac_file" || continue;
3841 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3842 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3847 echo "$as_me: failed program was:" >&5
3848 sed 's/^/| /' conftest.$ac_ext >&5
3850 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3851 See \`config.log
' for more details." >&5
3852 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3853 See \`config.log' for more details.
" >&2;}
3854 { (exit 1); exit 1; }; }
3857 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3859 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
3860 echo "${ECHO_T}$ac_cv_objext" >&6; }
3861 OBJEXT=$ac_cv_objext
3863 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
3864 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
3865 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3866 echo $ECHO_N "(cached
) $ECHO_C" >&6
3868 cat >conftest.$ac_ext <<_ACEOF
3871 cat confdefs.h >>conftest.$ac_ext
3872 cat >>conftest.$ac_ext <<_ACEOF
3873 /* end confdefs.h. */
3886 rm -f conftest.$ac_objext
3887 if { (ac_try="$ac_compile"
3889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3890 *) ac_try_echo=$ac_try;;
3892 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3893 (eval "$ac_compile") 2>conftest.er1
3895 grep -v '^ *+' conftest.er1 >conftest.err
3897 cat conftest.err >&5
3898 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3899 (exit $ac_status); } && {
3900 test -z "$ac_c_werror_flag" ||
3901 test ! -s conftest.err
3902 } && test -s conftest.$ac_objext; then
3905 echo "$as_me: failed program was
:" >&5
3906 sed 's/^/| /' conftest.$ac_ext >&5
3911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3912 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3915 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
3916 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3917 GCC=`test $ac_compiler_gnu = yes && echo yes`
3918 ac_test_CFLAGS=${CFLAGS+set}
3919 ac_save_CFLAGS=$CFLAGS
3920 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
3921 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
3922 if test "${ac_cv_prog_cc_g+set}" = set; then
3923 echo $ECHO_N "(cached
) $ECHO_C" >&6
3925 ac_save_c_werror_flag=$ac_c_werror_flag
3926 ac_c_werror_flag=yes
3929 cat >conftest.$ac_ext <<_ACEOF
3932 cat confdefs.h >>conftest.$ac_ext
3933 cat >>conftest.$ac_ext <<_ACEOF
3934 /* end confdefs.h. */
3944 rm -f conftest.$ac_objext
3945 if { (ac_try="$ac_compile"
3947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3948 *) ac_try_echo=$ac_try;;
3950 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3951 (eval "$ac_compile") 2>conftest.er1
3953 grep -v '^ *+' conftest.er1 >conftest.err
3955 cat conftest.err >&5
3956 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3957 (exit $ac_status); } && {
3958 test -z "$ac_c_werror_flag" ||
3959 test ! -s conftest.err
3960 } && test -s conftest.$ac_objext; then
3963 echo "$as_me: failed program was
:" >&5
3964 sed 's/^/| /' conftest.$ac_ext >&5
3967 cat >conftest.$ac_ext <<_ACEOF
3970 cat confdefs.h >>conftest.$ac_ext
3971 cat >>conftest.$ac_ext <<_ACEOF
3972 /* end confdefs.h. */
3982 rm -f conftest.$ac_objext
3983 if { (ac_try="$ac_compile"
3985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3986 *) ac_try_echo=$ac_try;;
3988 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3989 (eval "$ac_compile") 2>conftest.er1
3991 grep -v '^ *+' conftest.er1 >conftest.err
3993 cat conftest.err >&5
3994 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3995 (exit $ac_status); } && {
3996 test -z "$ac_c_werror_flag" ||
3997 test ! -s conftest.err
3998 } && test -s conftest.$ac_objext; then
4001 echo "$as_me: failed program was
:" >&5
4002 sed 's/^/| /' conftest.$ac_ext >&5
4004 ac_c_werror_flag=$ac_save_c_werror_flag
4006 cat >conftest.$ac_ext <<_ACEOF
4009 cat confdefs.h >>conftest.$ac_ext
4010 cat >>conftest.$ac_ext <<_ACEOF
4011 /* end confdefs.h. */
4021 rm -f conftest.$ac_objext
4022 if { (ac_try="$ac_compile"
4024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025 *) ac_try_echo=$ac_try;;
4027 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4028 (eval "$ac_compile") 2>conftest.er1
4030 grep -v '^ *+' conftest.er1 >conftest.err
4032 cat conftest.err >&5
4033 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4034 (exit $ac_status); } && {
4035 test -z "$ac_c_werror_flag" ||
4036 test ! -s conftest.err
4037 } && test -s conftest.$ac_objext; then
4040 echo "$as_me: failed program was
:" >&5
4041 sed 's/^/| /' conftest.$ac_ext >&5
4046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4053 ac_c_werror_flag=$ac_save_c_werror_flag
4055 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
4056 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
4057 if test "$ac_test_CFLAGS" = set; then
4058 CFLAGS=$ac_save_CFLAGS
4059 elif test $ac_cv_prog_cc_g = yes; then
4060 if test "$GCC" = yes; then
4066 if test "$GCC" = yes; then
4072 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
4073 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
4074 if test "${ac_cv_prog_cc_c89+set}" = set; then
4075 echo $ECHO_N "(cached
) $ECHO_C" >&6
4077 ac_cv_prog_cc_c89=no
4079 cat >conftest.$ac_ext <<_ACEOF
4082 cat confdefs.h >>conftest.$ac_ext
4083 cat >>conftest.$ac_ext <<_ACEOF
4084 /* end confdefs.h. */
4087 #include <sys/types.h>
4088 #include <sys/stat.h>
4089 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4090 struct buf { int x; };
4091 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4092 static char *e (p, i)
4098 static char *f (char * (*g) (char **, int), char **p, ...)
4103 s = g (p, va_arg (v,int));
4108 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4109 function prototypes and stuff, but not '\xHH' hex character constants.
4110 These don't provoke an error unfortunately, instead are silently treated
4111 as 'x'. The following induces an error, until -std is added to get
4112 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4113 array size at least. It's necessary to write '\x00'==0 to get something
4114 that's true only with -std. */
4115 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4117 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4118 inside strings and character constants. */
4120 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4122 int test (int i, double x);
4123 struct s1 {int (*f) (int a);};
4124 struct s2 {int (*f) (double a);};
4125 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4131 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4136 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4137 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4139 CC="$ac_save_CC $ac_arg"
4140 rm -f conftest.$ac_objext
4141 if { (ac_try="$ac_compile"
4143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4144 *) ac_try_echo=$ac_try;;
4146 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4147 (eval "$ac_compile") 2>conftest.er1
4149 grep -v '^ *+' conftest.er1 >conftest.err
4151 cat conftest.err >&5
4152 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4153 (exit $ac_status); } && {
4154 test -z "$ac_c_werror_flag" ||
4155 test ! -s conftest.err
4156 } && test -s conftest.$ac_objext; then
4157 ac_cv_prog_cc_c89=$ac_arg
4159 echo "$as_me: failed program was
:" >&5
4160 sed 's/^/| /' conftest.$ac_ext >&5
4165 rm -f core conftest.err conftest.$ac_objext
4166 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
4168 rm -f conftest.$ac_ext
4173 case "x
$ac_cv_prog_cc_c89" in
4175 { echo "$as_me:$LINENO: result
: none needed
" >&5
4176 echo "${ECHO_T}none needed
" >&6; } ;;
4178 { echo "$as_me:$LINENO: result
: unsupported
" >&5
4179 echo "${ECHO_T}unsupported
" >&6; } ;;
4181 CC="$CC $ac_cv_prog_cc_c89"
4182 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
4183 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
4188 ac_cpp='$CPP $CPPFLAGS'
4189 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4190 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4191 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4194 # On Suns, sometimes $CPP names a directory.
4195 if test -n "$CPP" && test -d "$CPP"; then
4199 #### Some systems specify a CPP to use unless we are using GCC.
4200 #### Now that we know whether we are using GCC, we can decide whether
4201 #### to use that one.
4202 if test "x
$NON_GNU_CPP" != x && test x$GCC != xyes && test "x
$CPP" = x
4207 #### Some systems specify a CC to use unless we are using GCC.
4208 #### Now that we know whether we are using GCC, we can decide whether
4209 #### to use that one.
4210 if test "x
$NON_GNU_CC" != x && test x$GCC != xyes &&
4211 test x$cc_specified != xyes
4216 if test x$GCC = xyes && test "x
$GCC_TEST_OPTIONS" != x
4218 CC="$CC $GCC_TEST_OPTIONS"
4221 if test x$GCC = x && test "x
$NON_GCC_TEST_OPTIONS" != x
4223 CC="$CC $NON_GCC_TEST_OPTIONS"
4228 ac_cpp='$CPP $CPPFLAGS'
4229 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4230 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4231 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4232 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
4233 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
4234 # On Suns, sometimes $CPP names a directory.
4235 if test -n "$CPP" && test -d "$CPP"; then
4238 if test -z "$CPP"; then
4239 if test "${ac_cv_prog_CPP+set}" = set; then
4240 echo $ECHO_N "(cached
) $ECHO_C" >&6
4242 # Double quotes because CPP needs to be expanded
4243 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
4246 for ac_c_preproc_warn_flag in '' yes
4248 # Use a header file that comes with gcc, so configuring glibc
4249 # with a fresh cross-compiler works.
4250 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4251 # <limits.h> exists even on freestanding compilers.
4252 # On the NeXT, cc -E runs the code through the compiler's parser,
4253 # not just through cpp. "Syntax error
" is here to catch this case.
4254 cat >conftest.$ac_ext <<_ACEOF
4257 cat confdefs.h >>conftest.$ac_ext
4258 cat >>conftest.$ac_ext <<_ACEOF
4259 /* end confdefs.h. */
4261 # include <limits.h>
4263 # include <assert.h>
4267 if { (ac_try="$ac_cpp conftest.
$ac_ext"
4269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4270 *) ac_try_echo=$ac_try;;
4272 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4273 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
4275 grep -v '^ *+' conftest.er1 >conftest.err
4277 cat conftest.err >&5
4278 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4279 (exit $ac_status); } >/dev/null && {
4280 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4281 test ! -s conftest.err
4285 echo "$as_me: failed program was
:" >&5
4286 sed 's/^/| /' conftest.$ac_ext >&5
4288 # Broken: fails on valid input.
4292 rm -f conftest.err conftest.$ac_ext
4294 # OK, works on sane cases. Now check whether nonexistent headers
4295 # can be detected and how.
4296 cat >conftest.$ac_ext <<_ACEOF
4299 cat confdefs.h >>conftest.$ac_ext
4300 cat >>conftest.$ac_ext <<_ACEOF
4301 /* end confdefs.h. */
4302 #include <ac_nonexistent.h>
4304 if { (ac_try="$ac_cpp conftest.
$ac_ext"
4306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4307 *) ac_try_echo=$ac_try;;
4309 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4310 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
4312 grep -v '^ *+' conftest.er1 >conftest.err
4314 cat conftest.err >&5
4315 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4316 (exit $ac_status); } >/dev/null && {
4317 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4318 test ! -s conftest.err
4320 # Broken: success on invalid input.
4323 echo "$as_me: failed program was
:" >&5
4324 sed 's/^/| /' conftest.$ac_ext >&5
4326 # Passes both tests.
4331 rm -f conftest.err conftest.$ac_ext
4334 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4335 rm -f conftest.err conftest.$ac_ext
4336 if $ac_preproc_ok; then
4348 { echo "$as_me:$LINENO: result
: $CPP" >&5
4349 echo "${ECHO_T}$CPP" >&6; }
4351 for ac_c_preproc_warn_flag in '' yes
4353 # Use a header file that comes with gcc, so configuring glibc
4354 # with a fresh cross-compiler works.
4355 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4356 # <limits.h> exists even on freestanding compilers.
4357 # On the NeXT, cc -E runs the code through the compiler's parser,
4358 # not just through cpp. "Syntax error
" is here to catch this case.
4359 cat >conftest.$ac_ext <<_ACEOF
4362 cat confdefs.h >>conftest.$ac_ext
4363 cat >>conftest.$ac_ext <<_ACEOF
4364 /* end confdefs.h. */
4366 # include <limits.h>
4368 # include <assert.h>
4372 if { (ac_try="$ac_cpp conftest.
$ac_ext"
4374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4375 *) ac_try_echo=$ac_try;;
4377 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4378 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
4380 grep -v '^ *+' conftest.er1 >conftest.err
4382 cat conftest.err >&5
4383 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4384 (exit $ac_status); } >/dev/null && {
4385 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4386 test ! -s conftest.err
4390 echo "$as_me: failed program was
:" >&5
4391 sed 's/^/| /' conftest.$ac_ext >&5
4393 # Broken: fails on valid input.
4397 rm -f conftest.err conftest.$ac_ext
4399 # OK, works on sane cases. Now check whether nonexistent headers
4400 # can be detected and how.
4401 cat >conftest.$ac_ext <<_ACEOF
4404 cat confdefs.h >>conftest.$ac_ext
4405 cat >>conftest.$ac_ext <<_ACEOF
4406 /* end confdefs.h. */
4407 #include <ac_nonexistent.h>
4409 if { (ac_try="$ac_cpp conftest.
$ac_ext"
4411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4412 *) ac_try_echo=$ac_try;;
4414 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
4415 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
4417 grep -v '^ *+' conftest.er1 >conftest.err
4419 cat conftest.err >&5
4420 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
4421 (exit $ac_status); } >/dev/null && {
4422 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4423 test ! -s conftest.err
4425 # Broken: success on invalid input.
4428 echo "$as_me: failed program was
:" >&5
4429 sed 's/^/| /' conftest.$ac_ext >&5
4431 # Passes both tests.
4436 rm -f conftest.err conftest.$ac_ext
4439 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4440 rm -f conftest.err conftest.$ac_ext
4441 if $ac_preproc_ok; then
4444 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
4445 See \
`config.log' for more details." >&5
4446 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4447 See \`config.log
' for more details." >&2;}
4448 { (exit 1); exit 1; }; }
4452 ac_cpp='$CPP $CPPFLAGS'
4453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
4454 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
4455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4458 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4459 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4460 if test "${ac_cv_path_GREP+set}" = set; then
4461 echo $ECHO_N "(cached) $ECHO_C" >&6
4463 # Extract the first word of "grep ggrep" to use in msg output
4464 if test -z "$GREP"; then
4465 set dummy grep ggrep; ac_prog_name=$2
4466 if test "${ac_cv_path_GREP+set}" = set; then
4467 echo $ECHO_N "(cached) $ECHO_C" >&6
4469 ac_path_GREP_found=false
4470 # Loop through the user's path and
test for each of PROGNAME-LIST
4471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4472 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4475 test -z "$as_dir" && as_dir
=.
4476 for ac_prog
in grep ggrep
; do
4477 for ac_exec_ext
in '' $ac_executable_extensions; do
4478 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4479 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
4480 # Check for GNU ac_path_GREP and select it if it is found.
4481 # Check for GNU $ac_path_GREP
4482 case `"$ac_path_GREP" --version 2>&1` in
4484 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4487 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4490 cat "conftest.in" "conftest.in" >"conftest.tmp"
4491 mv "conftest.tmp" "conftest.in"
4492 cp "conftest.in" "conftest.nl"
4493 echo 'GREP' >> "conftest.nl"
4494 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4495 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4496 ac_count
=`expr $ac_count + 1`
4497 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4498 # Best one so far, save it but keep looking for a better one
4499 ac_cv_path_GREP
="$ac_path_GREP"
4500 ac_path_GREP_max
=$ac_count
4502 # 10*(2^10) chars as input seems more than enough
4503 test $ac_count -gt 10 && break
4505 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4509 $ac_path_GREP_found && break 3
4519 GREP
="$ac_cv_path_GREP"
4520 if test -z "$GREP"; then
4521 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4522 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4523 { (exit 1); exit 1; }; }
4527 ac_cv_path_GREP
=$GREP
4532 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4533 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4534 GREP
="$ac_cv_path_GREP"
4537 { echo "$as_me:$LINENO: checking for egrep" >&5
4538 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4539 if test "${ac_cv_path_EGREP+set}" = set; then
4540 echo $ECHO_N "(cached) $ECHO_C" >&6
4542 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4543 then ac_cv_path_EGREP
="$GREP -E"
4545 # Extract the first word of "egrep" to use in msg output
4546 if test -z "$EGREP"; then
4547 set dummy
egrep; ac_prog_name
=$2
4548 if test "${ac_cv_path_EGREP+set}" = set; then
4549 echo $ECHO_N "(cached) $ECHO_C" >&6
4551 ac_path_EGREP_found
=false
4552 # Loop through the user's path and test for each of PROGNAME-LIST
4553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4554 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4557 test -z "$as_dir" && as_dir
=.
4558 for ac_prog
in egrep; do
4559 for ac_exec_ext
in '' $ac_executable_extensions; do
4560 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4561 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
4562 # Check for GNU ac_path_EGREP and select it if it is found.
4563 # Check for GNU $ac_path_EGREP
4564 case `"$ac_path_EGREP" --version 2>&1` in
4566 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4569 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4572 cat "conftest.in" "conftest.in" >"conftest.tmp"
4573 mv "conftest.tmp" "conftest.in"
4574 cp "conftest.in" "conftest.nl"
4575 echo 'EGREP' >> "conftest.nl"
4576 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4577 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4578 ac_count
=`expr $ac_count + 1`
4579 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4580 # Best one so far, save it but keep looking for a better one
4581 ac_cv_path_EGREP
="$ac_path_EGREP"
4582 ac_path_EGREP_max
=$ac_count
4584 # 10*(2^10) chars as input seems more than enough
4585 test $ac_count -gt 10 && break
4587 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4591 $ac_path_EGREP_found && break 3
4601 EGREP
="$ac_cv_path_EGREP"
4602 if test -z "$EGREP"; then
4603 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4604 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4605 { (exit 1); exit 1; }; }
4609 ac_cv_path_EGREP
=$EGREP
4615 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4616 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4617 EGREP
="$ac_cv_path_EGREP"
4621 { echo "$as_me:$LINENO: checking for AIX" >&5
4622 echo $ECHO_N "checking for AIX... $ECHO_C" >&6; }
4623 cat >conftest.
$ac_ext <<_ACEOF
4626 cat confdefs.h
>>conftest.
$ac_ext
4627 cat >>conftest.
$ac_ext <<_ACEOF
4628 /* end confdefs.h. */
4634 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4635 $EGREP "yes" >/dev
/null
2>&1; then
4636 { echo "$as_me:$LINENO: result: yes" >&5
4637 echo "${ECHO_T}yes" >&6; }
4638 cat >>confdefs.h
<<\_ACEOF
4639 #define _ALL_SOURCE 1
4643 { echo "$as_me:$LINENO: result: no" >&5
4644 echo "${ECHO_T}no" >&6; }
4650 cat >>confdefs.h
<<\_ACEOF
4651 #define _GNU_SOURCE 1
4656 ### Use -Wno-pointer-sign if the compiler supports it
4657 { echo "$as_me:$LINENO: checking whether gcc understands -Wno-pointer-sign" >&5
4658 echo $ECHO_N "checking whether gcc understands -Wno-pointer-sign... $ECHO_C" >&6; }
4659 SAVE_CFLAGS
="$CFLAGS"
4660 CFLAGS
="$CFLAGS -Wno-pointer-sign"
4661 cat >conftest.
$ac_ext <<_ACEOF
4664 cat confdefs.h
>>conftest.
$ac_ext
4665 cat >>conftest.
$ac_ext <<_ACEOF
4666 /* end confdefs.h. */
4676 rm -f conftest.
$ac_objext
4677 if { (ac_try
="$ac_compile"
4679 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4680 *) ac_try_echo=$ac_try;;
4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4683 (eval "$ac_compile") 2>conftest.er1
4685 grep -v '^ *+' conftest.er1 >conftest.err
4687 cat conftest.err >&5
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689 (exit $ac_status); } && {
4690 test -z "$ac_c_werror_flag" ||
4691 test ! -s conftest.err
4692 } && test -s conftest.$ac_objext; then
4695 echo "$as_me: failed program was:" >&5
4696 sed 's/^/| /' conftest.$ac_ext >&5
4701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4702 if test $has_option = yes; then
4703 C_WARNINGS_SWITCH="-Wno-pointer-sign $C_WARNINGS_SWITCH"
4705 { echo "$as_me:$LINENO: result: $has_option" >&5
4706 echo "${ECHO_T}$has_option" >&6; }
4707 CFLAGS="$SAVE_CFLAGS"
4711 #### Some other nice autoconf tests.
4713 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4714 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4716 if test "$LN_S" = "ln -s"; then
4717 { echo "$as_me:$LINENO: result: yes" >&5
4718 echo "${ECHO_T}yes" >&6; }
4720 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4721 echo "${ECHO_T}no, using $LN_S" >&6; }
4725 ac_cpp='$CPP $CPPFLAGS'
4726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4729 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4730 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4731 # On Suns, sometimes $CPP names a directory.
4732 if test -n "$CPP" && test -d "$CPP"; then
4735 if test -z "$CPP"; then
4736 if test "${ac_cv_prog_CPP+set}" = set; then
4737 echo $ECHO_N "(cached) $ECHO_C" >&6
4739 # Double quotes because CPP needs to be expanded
4740 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4743 for ac_c_preproc_warn_flag in '' yes
4745 # Use a header file that comes with gcc, so configuring glibc
4746 # with a fresh cross-compiler works.
4747 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4748 # <limits.h> exists even on freestanding compilers.
4749 # On the NeXT, cc -E runs the code through the compiler's parser,
4750 # not just through cpp. "Syntax error" is here to catch this case.
4751 cat >conftest.$ac_ext <<_ACEOF
4754 cat confdefs.h >>conftest.$ac_ext
4755 cat >>conftest.$ac_ext <<_ACEOF
4756 /* end confdefs.h. */
4758 # include <limits.h>
4760 # include <assert.h>
4764 if { (ac_try="$ac_cpp conftest.$ac_ext"
4766 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4767 *) ac_try_echo
=$ac_try;;
4769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4770 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4772 grep -v '^ *+' conftest.er1
>conftest.err
4774 cat conftest.err
>&5
4775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4776 (exit $ac_status); } >/dev
/null
&& {
4777 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4778 test ! -s conftest.err
4782 echo "$as_me: failed program was:" >&5
4783 sed 's/^/| /' conftest.
$ac_ext >&5
4785 # Broken: fails on valid input.
4789 rm -f conftest.err conftest.
$ac_ext
4791 # OK, works on sane cases. Now check whether nonexistent headers
4792 # can be detected and how.
4793 cat >conftest.
$ac_ext <<_ACEOF
4796 cat confdefs.h
>>conftest.
$ac_ext
4797 cat >>conftest.
$ac_ext <<_ACEOF
4798 /* end confdefs.h. */
4799 #include <ac_nonexistent.h>
4801 if { (ac_try
="$ac_cpp conftest.$ac_ext"
4803 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4804 *) ac_try_echo=$ac_try;;
4806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4807 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4809 grep -v '^ *+' conftest.er1 >conftest.err
4811 cat conftest.err >&5
4812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4813 (exit $ac_status); } >/dev/null && {
4814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4815 test ! -s conftest.err
4817 # Broken: success on invalid input.
4820 echo "$as_me: failed program was:" >&5
4821 sed 's/^/| /' conftest.$ac_ext >&5
4823 # Passes both tests.
4828 rm -f conftest.err conftest.$ac_ext
4831 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4832 rm -f conftest.err conftest.
$ac_ext
4833 if $ac_preproc_ok; then
4845 { echo "$as_me:$LINENO: result: $CPP" >&5
4846 echo "${ECHO_T}$CPP" >&6; }
4848 for ac_c_preproc_warn_flag
in '' yes
4850 # Use a header file that comes with gcc, so configuring glibc
4851 # with a fresh cross-compiler works.
4852 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4853 # <limits.h> exists even on freestanding compilers.
4854 # On the NeXT, cc -E runs the code through the compiler's parser,
4855 # not just through cpp. "Syntax error" is here to catch this case.
4856 cat >conftest.
$ac_ext <<_ACEOF
4859 cat confdefs.h
>>conftest.
$ac_ext
4860 cat >>conftest.
$ac_ext <<_ACEOF
4861 /* end confdefs.h. */
4863 # include <limits.h>
4865 # include <assert.h>
4869 if { (ac_try
="$ac_cpp conftest.$ac_ext"
4871 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4872 *) ac_try_echo=$ac_try;;
4874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4875 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4877 grep -v '^ *+' conftest.er1 >conftest.err
4879 cat conftest.err >&5
4880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4881 (exit $ac_status); } >/dev/null && {
4882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4883 test ! -s conftest.err
4887 echo "$as_me: failed program was:" >&5
4888 sed 's/^/| /' conftest.$ac_ext >&5
4890 # Broken: fails on valid input.
4894 rm -f conftest.err conftest.$ac_ext
4896 # OK, works on sane cases. Now check whether nonexistent headers
4897 # can be detected and how.
4898 cat >conftest.$ac_ext <<_ACEOF
4901 cat confdefs.h >>conftest.$ac_ext
4902 cat >>conftest.$ac_ext <<_ACEOF
4903 /* end confdefs.h. */
4904 #include <ac_nonexistent.h>
4906 if { (ac_try="$ac_cpp conftest.$ac_ext"
4908 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4909 *) ac_try_echo
=$ac_try;;
4911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4912 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4914 grep -v '^ *+' conftest.er1
>conftest.err
4916 cat conftest.err
>&5
4917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4918 (exit $ac_status); } >/dev
/null
&& {
4919 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4920 test ! -s conftest.err
4922 # Broken: success on invalid input.
4925 echo "$as_me: failed program was:" >&5
4926 sed 's/^/| /' conftest.
$ac_ext >&5
4928 # Passes both tests.
4933 rm -f conftest.err conftest.
$ac_ext
4936 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4937 rm -f conftest.err conftest.
$ac_ext
4938 if $ac_preproc_ok; then
4941 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4942 See \`config.log' for more details." >&5
4943 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4944 See \`config.log' for more details." >&2;}
4945 { (exit 1); exit 1; }; }
4949 ac_cpp
='$CPP $CPPFLAGS'
4950 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4951 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4952 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4954 # Find a good install program. We prefer a C program (faster),
4955 # so one script is as good as another. But avoid the broken or
4956 # incompatible versions:
4957 # SysV /etc/install, /usr/sbin/install
4958 # SunOS /usr/etc/install
4959 # IRIX /sbin/install
4961 # AmigaOS /C/install, which installs bootblocks on floppy discs
4962 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4963 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4964 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4965 # OS/2's system install, which has a completely different semantic
4966 # ./install, which can be erroneously created by make from ./install.sh.
4967 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4968 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4969 if test -z "$INSTALL"; then
4970 if test "${ac_cv_path_install+set}" = set; then
4971 echo $ECHO_N "(cached) $ECHO_C" >&6
4973 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4977 test -z "$as_dir" && as_dir
=.
4978 # Account for people who put trailing slashes in PATH elements.
4980 .
/ | .
// |
/cC
/* | \
4981 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4982 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
4985 # OSF1 and SCO ODT 3.0 have their own names for install.
4986 # Don't use installbsd from OSF since it installs stuff as root
4988 for ac_prog
in ginstall scoinst
install; do
4989 for ac_exec_ext
in '' $ac_executable_extensions; do
4990 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4991 if test $ac_prog = install &&
4992 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4993 # AIX install. It has an incompatible calling convention.
4995 elif test $ac_prog = install &&
4996 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4997 # program-specific install script used by HP pwplus--don't use.
5000 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
5013 if test "${ac_cv_path_install+set}" = set; then
5014 INSTALL
=$ac_cv_path_install
5016 # As a last resort, use the slow shell script. Don't cache a
5017 # value for INSTALL within a source directory, because that will
5018 # break other packages using the cache if that directory is
5019 # removed, or if the value is a relative name.
5020 INSTALL
=$ac_install_sh
5023 { echo "$as_me:$LINENO: result: $INSTALL" >&5
5024 echo "${ECHO_T}$INSTALL" >&6; }
5026 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5027 # It thinks the first close brace ends the variable substitution.
5028 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
5030 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
5032 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
5034 if test "x$RANLIB" = x
; then
5035 if test -n "$ac_tool_prefix"; then
5036 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5037 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5038 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5039 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5040 if test "${ac_cv_prog_RANLIB+set}" = set; then
5041 echo $ECHO_N "(cached) $ECHO_C" >&6
5043 if test -n "$RANLIB"; then
5044 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5046 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5050 test -z "$as_dir" && as_dir
=.
5051 for ac_exec_ext
in '' $ac_executable_extensions; do
5052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5053 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5054 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5063 RANLIB
=$ac_cv_prog_RANLIB
5064 if test -n "$RANLIB"; then
5065 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5066 echo "${ECHO_T}$RANLIB" >&6; }
5068 { echo "$as_me:$LINENO: result: no" >&5
5069 echo "${ECHO_T}no" >&6; }
5074 if test -z "$ac_cv_prog_RANLIB"; then
5075 ac_ct_RANLIB
=$RANLIB
5076 # Extract the first word of "ranlib", so it can be a program name with args.
5077 set dummy ranlib
; ac_word
=$2
5078 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5079 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5080 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5081 echo $ECHO_N "(cached) $ECHO_C" >&6
5083 if test -n "$ac_ct_RANLIB"; then
5084 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5086 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5090 test -z "$as_dir" && as_dir
=.
5091 for ac_exec_ext
in '' $ac_executable_extensions; do
5092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5093 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5094 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5103 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5104 if test -n "$ac_ct_RANLIB"; then
5105 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5106 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5108 { echo "$as_me:$LINENO: result: no" >&5
5109 echo "${ECHO_T}no" >&6; }
5112 if test "x$ac_ct_RANLIB" = x
; then
5115 case $cross_compiling:$ac_tool_warned in
5117 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5118 whose name does not start with the host triplet. If you think this
5119 configuration is useful to you, please write to autoconf@gnu.org." >&5
5120 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5121 whose name does not start with the host triplet. If you think this
5122 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5123 ac_tool_warned
=yes ;;
5125 RANLIB
=$ac_ct_RANLIB
5128 RANLIB
="$ac_cv_prog_RANLIB"
5132 # Extract the first word of "install-info", so it can be a program name with args.
5133 set dummy install-info
; ac_word
=$2
5134 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5135 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5136 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5137 echo $ECHO_N "(cached) $ECHO_C" >&6
5139 case $INSTALL_INFO in
5141 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
5144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5148 test -z "$as_dir" && as_dir
=.
5149 for ac_exec_ext
in '' $ac_executable_extensions; do
5150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5151 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
5152 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5162 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
5163 if test -n "$INSTALL_INFO"; then
5164 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5165 echo "${ECHO_T}$INSTALL_INFO" >&6; }
5167 { echo "$as_me:$LINENO: result: no" >&5
5168 echo "${ECHO_T}no" >&6; }
5172 # Extract the first word of "install-info", so it can be a program name with args.
5173 set dummy install-info
; ac_word
=$2
5174 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5175 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5176 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5177 echo $ECHO_N "(cached) $ECHO_C" >&6
5179 case $INSTALL_INFO in
5181 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
5184 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5185 for as_dir
in /usr
/sbin
5188 test -z "$as_dir" && as_dir
=.
5189 for ac_exec_ext
in '' $ac_executable_extensions; do
5190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5191 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
5192 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5202 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
5203 if test -n "$INSTALL_INFO"; then
5204 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5205 echo "${ECHO_T}$INSTALL_INFO" >&6; }
5207 { echo "$as_me:$LINENO: result: no" >&5
5208 echo "${ECHO_T}no" >&6; }
5212 # Extract the first word of "install-info", so it can be a program name with args.
5213 set dummy install-info
; ac_word
=$2
5214 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5215 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5216 if test "${ac_cv_path_INSTALL_INFO+set}" = set; then
5217 echo $ECHO_N "(cached) $ECHO_C" >&6
5219 case $INSTALL_INFO in
5221 ac_cv_path_INSTALL_INFO
="$INSTALL_INFO" # Let the user override the test with a path.
5224 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5228 test -z "$as_dir" && as_dir
=.
5229 for ac_exec_ext
in '' $ac_executable_extensions; do
5230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5231 ac_cv_path_INSTALL_INFO
="$as_dir/$ac_word$ac_exec_ext"
5232 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5239 test -z "$ac_cv_path_INSTALL_INFO" && ac_cv_path_INSTALL_INFO
=":"
5243 INSTALL_INFO
=$ac_cv_path_INSTALL_INFO
5244 if test -n "$INSTALL_INFO"; then
5245 { echo "$as_me:$LINENO: result: $INSTALL_INFO" >&5
5246 echo "${ECHO_T}$INSTALL_INFO" >&6; }
5248 { echo "$as_me:$LINENO: result: no" >&5
5249 echo "${ECHO_T}no" >&6; }
5253 # Extract the first word of "gzip", so it can be a program name with args.
5254 set dummy
gzip; ac_word
=$2
5255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5257 if test "${ac_cv_path_GZIP_PROG+set}" = set; then
5258 echo $ECHO_N "(cached) $ECHO_C" >&6
5262 ac_cv_path_GZIP_PROG
="$GZIP_PROG" # Let the user override the test with a path.
5265 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5269 test -z "$as_dir" && as_dir
=.
5270 for ac_exec_ext
in '' $ac_executable_extensions; do
5271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5272 ac_cv_path_GZIP_PROG
="$as_dir/$ac_word$ac_exec_ext"
5273 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5283 GZIP_PROG
=$ac_cv_path_GZIP_PROG
5284 if test -n "$GZIP_PROG"; then
5285 { echo "$as_me:$LINENO: result: $GZIP_PROG" >&5
5286 echo "${ECHO_T}$GZIP_PROG" >&6; }
5288 { echo "$as_me:$LINENO: result: no" >&5
5289 echo "${ECHO_T}no" >&6; }
5295 if test x
$GCC = xyes
&& test "x$GCC_LINK_TEST_OPTIONS" != x
5297 ac_link
="$ac_link $GCC_LINK_TEST_OPTIONS"
5300 if test x
$GCC = x
&& test "x$NON_GCC_LINK_TEST_OPTIONS" != x
5302 ac_link
="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
5306 late_LDFLAGS
=$LDFLAGS
5307 if test "$GCC" = yes; then
5308 LDFLAGS
="$LDFLAGS -Wl,-znocombreloc"
5310 LDFLAGS
="$LDFLAGS -znocombreloc"
5313 { echo "$as_me:$LINENO: checking for -znocombreloc" >&5
5314 echo $ECHO_N "checking for -znocombreloc... $ECHO_C" >&6; }
5315 cat >conftest.
$ac_ext <<_ACEOF
5318 rm -f conftest.
$ac_objext conftest
$ac_exeext
5319 if { (ac_try
="$ac_link"
5321 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5322 *) ac_try_echo=$ac_try;;
5324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5325 (eval "$ac_link") 2>conftest.er1
5327 grep -v '^ *+' conftest.er1 >conftest.err
5329 cat conftest.err >&5
5330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5331 (exit $ac_status); } && {
5332 test -z "$ac_c_werror_flag" ||
5333 test ! -s conftest.err
5334 } && test -s conftest$ac_exeext &&
5335 $as_test_x conftest$ac_exeext; then
5336 { echo "$as_me:$LINENO: result: yes" >&5
5337 echo "${ECHO_T}yes" >&6; }
5339 echo "$as_me: failed program was:" >&5
5340 sed 's/^/| /' conftest.$ac_ext >&5
5342 LDFLAGS=$late_LDFLAGS
5343 { echo "$as_me:$LINENO: result: no" >&5
5344 echo "${ECHO_T}no" >&6; }
5347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5348 conftest$ac_exeext conftest.$ac_ext
5350 #### Extract some information from the operating system and machine files.
5352 { echo "$as_me:$LINENO: checking the machine- and system-dependent files to find out
5353 - which libraries the lib-src programs will want, and
5354 - whether the GNU malloc routines are usable..." >&5
5355 echo "$as_me: checking the machine- and system-dependent files to find out
5356 - which libraries the lib-src programs will want, and
5357 - whether the GNU malloc routines are usable..." >&6;}
5359 ### First figure out CFLAGS (which we use for running the compiler here)
5360 ### and REAL_CFLAGS (which we use for real compilation).
5361 ### The two are the same except on a few systems, where they are made
5362 ### different to work around various lossages. For example,
5363 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g
5364 ### as implying static linking.
5366 ### If the CFLAGS env var is specified, we use that value
5367 ### instead of the default.
5369 ### It's not important that this name contain the PID; you can't run
5370 ### two configures in the same directory and have anything work
5372 tempcname="conftest.c"
5375 #include "'${srcdir}'/src/'${opsysfile}'"
5376 #include "'${srcdir}'/src/'${machfile}'"
5377 #ifndef LIBS_MACHINE
5378 #define LIBS_MACHINE
5383 #ifndef C_SWITCH_SYSTEM
5384 #define C_SWITCH_SYSTEM
5386 #ifndef C_SWITCH_MACHINE
5387 #define C_SWITCH_MACHINE
5389 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
5390 configure___ c_switch_system=C_SWITCH_SYSTEM
5391 configure___ c_switch_machine=C_SWITCH_MACHINE
5394 #define LIB_X11_LIB -lX11
5397 #ifndef LIBX11_MACHINE
5398 #define LIBX11_MACHINE
5401 #ifndef LIBX11_SYSTEM
5402 #define LIBX11_SYSTEM
5404 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
5407 configure___ unexec=UNEXEC
5409 configure___ unexec=unexec.o
5412 #ifdef SYSTEM_MALLOC
5413 configure___ system_malloc=yes
5415 configure___ system_malloc=no
5418 #ifdef USE_MMAP_FOR_BUFFERS
5419 configure___ use_mmap_for_buffers=yes
5421 configure___ use_mmap_for_buffers=no
5424 #ifndef C_DEBUG_SWITCH
5425 #define C_DEBUG_SWITCH -g
5428 #ifndef C_OPTIMIZE_SWITCH
5430 #define C_OPTIMIZE_SWITCH -O2
5432 #define C_OPTIMIZE_SWITCH -O
5436 #ifndef C_WARNINGS_SWITCH
5437 #define C_WARNINGS_SWITCH ${C_WARNINGS_SWITCH}
5440 #ifndef LD_SWITCH_MACHINE
5441 #define LD_SWITCH_MACHINE
5444 #ifndef LD_SWITCH_SYSTEM
5445 #define LD_SWITCH_SYSTEM
5448 #ifndef LD_SWITCH_X_SITE_AUX
5449 #define LD_SWITCH_X_SITE_AUX
5452 configure___ ld_switch_system=LD_SWITCH_SYSTEM
5453 configure___ ld_switch_machine=LD_SWITCH_MACHINE
5455 #ifdef THIS_IS_CONFIGURE
5457 /* Get the CFLAGS for tests in configure. */
5459 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
5461 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
5464 #else /* not THIS_IS_CONFIGURE */
5466 /* Get the CFLAGS for real compilation. */
5468 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH C_WARNINGS_SWITCH '${SPECIFIED_CFLAGS}'
5470 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
5473 #endif /* not THIS_IS_CONFIGURE */
5476 # The value of CPP is a quoted variable reference, so we need to do this
5477 # to get its actual value...
5478 CPP=`eval "echo $CPP"`
5479 eval `${CPP} -Isrc ${tempcname} \
5480 |
sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
5481 if test "x$SPECIFIED_CFLAGS" = x; then
5482 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
5483 |
sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
5485 REAL_CFLAGS="$CFLAGS"
5489 ac_link="$ac_link $ld_switch_machine $ld_switch_system"
5491 ### Make sure subsequent tests use flags consistent with the build flags.
5493 if test x"${OVERRIDE_CPPFLAGS}" != x; then
5494 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
5496 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
5501 # Check whether --enable-largefile was given.
5502 if test "${enable_largefile+set}" = set; then
5503 enableval=$enable_largefile;
5506 if test "$enable_largefile" != no; then
5508 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5509 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
5510 if test "${ac_cv_sys_largefile_CC+set}" = set; then
5511 echo $ECHO_N "(cached) $ECHO_C" >&6
5513 ac_cv_sys_largefile_CC=no
5514 if test "$GCC" != yes; then
5517 # IRIX 6.2 and later do not support large files by default,
5518 # so use the C compiler's -n32 option if that helps.
5519 cat >conftest.$ac_ext <<_ACEOF
5522 cat confdefs.h >>conftest.$ac_ext
5523 cat >>conftest.$ac_ext <<_ACEOF
5524 /* end confdefs.h. */
5525 #include <sys/types.h>
5526 /* Check that off_t can represent 2**63 - 1 correctly.
5527 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5528 since some C++ compilers masquerading as C compilers
5529 incorrectly reject 9223372036854775807. */
5530 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5531 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5532 && LARGE_OFF_T % 2147483647 == 1)
5542 rm -f conftest.$ac_objext
5543 if { (ac_try="$ac_compile"
5545 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5546 *) ac_try_echo
=$ac_try;;
5548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5549 (eval "$ac_compile") 2>conftest.er1
5551 grep -v '^ *+' conftest.er1
>conftest.err
5553 cat conftest.err
>&5
5554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5555 (exit $ac_status); } && {
5556 test -z "$ac_c_werror_flag" ||
5557 test ! -s conftest.err
5558 } && test -s conftest.
$ac_objext; then
5561 echo "$as_me: failed program was:" >&5
5562 sed 's/^/| /' conftest.
$ac_ext >&5
5567 rm -f core conftest.err conftest.
$ac_objext
5569 rm -f conftest.
$ac_objext
5570 if { (ac_try
="$ac_compile"
5572 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5573 *) ac_try_echo=$ac_try;;
5575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5576 (eval "$ac_compile") 2>conftest.er1
5578 grep -v '^ *+' conftest.er1 >conftest.err
5580 cat conftest.err >&5
5581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5582 (exit $ac_status); } && {
5583 test -z "$ac_c_werror_flag" ||
5584 test ! -s conftest.err
5585 } && test -s conftest.$ac_objext; then
5586 ac_cv_sys_largefile_CC=' -n32'; break
5588 echo "$as_me: failed program was:" >&5
5589 sed 's/^/| /' conftest.$ac_ext >&5
5594 rm -f core conftest.err conftest.$ac_objext
5598 rm -f conftest.$ac_ext
5601 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5602 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
5603 if test "$ac_cv_sys_largefile_CC" != no; then
5604 CC=$CC$ac_cv_sys_largefile_CC
5607 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5608 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
5609 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5610 echo $ECHO_N "(cached) $ECHO_C" >&6
5613 cat >conftest.$ac_ext <<_ACEOF
5616 cat confdefs.h >>conftest.$ac_ext
5617 cat >>conftest.$ac_ext <<_ACEOF
5618 /* end confdefs.h. */
5619 #include <sys/types.h>
5620 /* Check that off_t can represent 2**63 - 1 correctly.
5621 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5622 since some C++ compilers masquerading as C compilers
5623 incorrectly reject 9223372036854775807. */
5624 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5625 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5626 && LARGE_OFF_T % 2147483647 == 1)
5636 rm -f conftest.$ac_objext
5637 if { (ac_try="$ac_compile"
5639 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5640 *) ac_try_echo
=$ac_try;;
5642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5643 (eval "$ac_compile") 2>conftest.er1
5645 grep -v '^ *+' conftest.er1
>conftest.err
5647 cat conftest.err
>&5
5648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5649 (exit $ac_status); } && {
5650 test -z "$ac_c_werror_flag" ||
5651 test ! -s conftest.err
5652 } && test -s conftest.
$ac_objext; then
5653 ac_cv_sys_file_offset_bits
=no
; break
5655 echo "$as_me: failed program was:" >&5
5656 sed 's/^/| /' conftest.
$ac_ext >&5
5661 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5662 cat >conftest.
$ac_ext <<_ACEOF
5665 cat confdefs.h
>>conftest.
$ac_ext
5666 cat >>conftest.
$ac_ext <<_ACEOF
5667 /* end confdefs.h. */
5668 #define _FILE_OFFSET_BITS 64
5669 #include <sys/types.h>
5670 /* Check that off_t can represent 2**63 - 1 correctly.
5671 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5672 since some C++ compilers masquerading as C compilers
5673 incorrectly reject 9223372036854775807. */
5674 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5675 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5676 && LARGE_OFF_T % 2147483647 == 1)
5686 rm -f conftest.
$ac_objext
5687 if { (ac_try
="$ac_compile"
5689 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5690 *) ac_try_echo=$ac_try;;
5692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5693 (eval "$ac_compile") 2>conftest.er1
5695 grep -v '^ *+' conftest.er1 >conftest.err
5697 cat conftest.err >&5
5698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5699 (exit $ac_status); } && {
5700 test -z "$ac_c_werror_flag" ||
5701 test ! -s conftest.err
5702 } && test -s conftest.$ac_objext; then
5703 ac_cv_sys_file_offset_bits=64; break
5705 echo "$as_me: failed program was:" >&5
5706 sed 's/^/| /' conftest.$ac_ext >&5
5711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5712 ac_cv_sys_file_offset_bits=unknown
5716 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5717 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
5718 case $ac_cv_sys_file_offset_bits in #(
5721 cat >>confdefs.h <<_ACEOF
5722 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5727 if test $ac_cv_sys_file_offset_bits = unknown; then
5728 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5729 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
5730 if test "${ac_cv_sys_large_files+set}" = set; then
5731 echo $ECHO_N "(cached) $ECHO_C" >&6
5734 cat >conftest.$ac_ext <<_ACEOF
5737 cat confdefs.h >>conftest.$ac_ext
5738 cat >>conftest.$ac_ext <<_ACEOF
5739 /* end confdefs.h. */
5740 #include <sys/types.h>
5741 /* Check that off_t can represent 2**63 - 1 correctly.
5742 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5743 since some C++ compilers masquerading as C compilers
5744 incorrectly reject 9223372036854775807. */
5745 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5746 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5747 && LARGE_OFF_T % 2147483647 == 1)
5757 rm -f conftest.$ac_objext
5758 if { (ac_try="$ac_compile"
5760 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5761 *) ac_try_echo
=$ac_try;;
5763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5764 (eval "$ac_compile") 2>conftest.er1
5766 grep -v '^ *+' conftest.er1
>conftest.err
5768 cat conftest.err
>&5
5769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5770 (exit $ac_status); } && {
5771 test -z "$ac_c_werror_flag" ||
5772 test ! -s conftest.err
5773 } && test -s conftest.
$ac_objext; then
5774 ac_cv_sys_large_files
=no
; break
5776 echo "$as_me: failed program was:" >&5
5777 sed 's/^/| /' conftest.
$ac_ext >&5
5782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5783 cat >conftest.
$ac_ext <<_ACEOF
5786 cat confdefs.h
>>conftest.
$ac_ext
5787 cat >>conftest.
$ac_ext <<_ACEOF
5788 /* end confdefs.h. */
5789 #define _LARGE_FILES 1
5790 #include <sys/types.h>
5791 /* Check that off_t can represent 2**63 - 1 correctly.
5792 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5793 since some C++ compilers masquerading as C compilers
5794 incorrectly reject 9223372036854775807. */
5795 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5796 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5797 && LARGE_OFF_T % 2147483647 == 1)
5807 rm -f conftest.
$ac_objext
5808 if { (ac_try
="$ac_compile"
5810 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5811 *) ac_try_echo=$ac_try;;
5813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5814 (eval "$ac_compile") 2>conftest.er1
5816 grep -v '^ *+' conftest.er1 >conftest.err
5818 cat conftest.err >&5
5819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5820 (exit $ac_status); } && {
5821 test -z "$ac_c_werror_flag" ||
5822 test ! -s conftest.err
5823 } && test -s conftest.$ac_objext; then
5824 ac_cv_sys_large_files=1; break
5826 echo "$as_me: failed program was:" >&5
5827 sed 's/^/| /' conftest.$ac_ext >&5
5832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5833 ac_cv_sys_large_files=unknown
5837 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5838 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
5839 case $ac_cv_sys_large_files in #(
5842 cat >>confdefs.h <<_ACEOF
5843 #define _LARGE_FILES $ac_cv_sys_large_files
5853 ### The standard library on x86-64 GNU/Linux distributions can
5854 ### be located in either /usr/lib64 or /usr/lib.
5855 case "${canonical}" in
5856 x86_64-*-linux-gnu* | s390x-*-linux-gnu* )
5857 if test -d /usr/lib64; then
5859 cat >>confdefs.h <<\_ACEOF
5860 #define HAVE_X86_64_LIB64_DIR 1
5869 if test "${with_sound}" != "no"; then
5870 # Sound support for GNU/Linux and the free BSDs.
5871 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5872 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5873 if test "${ac_cv_header_stdc+set}" = set; then
5874 echo $ECHO_N "(cached) $ECHO_C" >&6
5876 cat >conftest.$ac_ext <<_ACEOF
5879 cat confdefs.h >>conftest.$ac_ext
5880 cat >>conftest.$ac_ext <<_ACEOF
5881 /* end confdefs.h. */
5895 rm -f conftest.$ac_objext
5896 if { (ac_try="$ac_compile"
5898 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5899 *) ac_try_echo
=$ac_try;;
5901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5902 (eval "$ac_compile") 2>conftest.er1
5904 grep -v '^ *+' conftest.er1
>conftest.err
5906 cat conftest.err
>&5
5907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5908 (exit $ac_status); } && {
5909 test -z "$ac_c_werror_flag" ||
5910 test ! -s conftest.err
5911 } && test -s conftest.
$ac_objext; then
5912 ac_cv_header_stdc
=yes
5914 echo "$as_me: failed program was:" >&5
5915 sed 's/^/| /' conftest.
$ac_ext >&5
5917 ac_cv_header_stdc
=no
5920 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5922 if test $ac_cv_header_stdc = yes; then
5923 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5924 cat >conftest.
$ac_ext <<_ACEOF
5927 cat confdefs.h
>>conftest.
$ac_ext
5928 cat >>conftest.
$ac_ext <<_ACEOF
5929 /* end confdefs.h. */
5933 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5934 $EGREP "memchr" >/dev
/null
2>&1; then
5937 ac_cv_header_stdc
=no
5943 if test $ac_cv_header_stdc = yes; then
5944 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5945 cat >conftest.
$ac_ext <<_ACEOF
5948 cat confdefs.h
>>conftest.
$ac_ext
5949 cat >>conftest.
$ac_ext <<_ACEOF
5950 /* end confdefs.h. */
5954 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5955 $EGREP "free" >/dev
/null
2>&1; then
5958 ac_cv_header_stdc
=no
5964 if test $ac_cv_header_stdc = yes; then
5965 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5966 if test "$cross_compiling" = yes; then
5969 cat >conftest.
$ac_ext <<_ACEOF
5972 cat confdefs.h
>>conftest.
$ac_ext
5973 cat >>conftest.
$ac_ext <<_ACEOF
5974 /* end confdefs.h. */
5977 #if ((' ' & 0x0FF) == 0x020)
5978 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5979 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5981 # define ISLOWER(c) \
5982 (('a' <= (c) && (c) <= 'i') \
5983 || ('j' <= (c) && (c) <= 'r') \
5984 || ('s' <= (c) && (c) <= 'z'))
5985 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5988 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5993 for (i = 0; i < 256; i++)
5994 if (XOR (islower (i), ISLOWER (i))
5995 || toupper (i) != TOUPPER (i))
6000 rm -f conftest
$ac_exeext
6001 if { (ac_try
="$ac_link"
6003 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6004 *) ac_try_echo=$ac_try;;
6006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6007 (eval "$ac_link") 2>&5
6009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6010 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6011 { (case "(($ac_try" in
6012 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6013 *) ac_try_echo
=$ac_try;;
6015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6016 (eval "$ac_try") 2>&5
6018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6019 (exit $ac_status); }; }; then
6022 echo "$as_me: program exited with status $ac_status" >&5
6023 echo "$as_me: failed program was:" >&5
6024 sed 's/^/| /' conftest.
$ac_ext >&5
6027 ac_cv_header_stdc
=no
6029 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6035 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6036 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6037 if test $ac_cv_header_stdc = yes; then
6039 cat >>confdefs.h
<<\_ACEOF
6040 #define STDC_HEADERS 1
6045 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6055 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6056 inttypes.h stdint.h unistd.h
6058 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6059 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6060 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6061 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6062 echo $ECHO_N "(cached) $ECHO_C" >&6
6064 cat >conftest.
$ac_ext <<_ACEOF
6067 cat confdefs.h
>>conftest.
$ac_ext
6068 cat >>conftest.
$ac_ext <<_ACEOF
6069 /* end confdefs.h. */
6070 $ac_includes_default
6072 #include <$ac_header>
6074 rm -f conftest.
$ac_objext
6075 if { (ac_try
="$ac_compile"
6077 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6078 *) ac_try_echo=$ac_try;;
6080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6081 (eval "$ac_compile") 2>conftest.er1
6083 grep -v '^ *+' conftest.er1 >conftest.err
6085 cat conftest.err >&5
6086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6087 (exit $ac_status); } && {
6088 test -z "$ac_c_werror_flag" ||
6089 test ! -s conftest.err
6090 } && test -s conftest.$ac_objext; then
6091 eval "$as_ac_Header=yes"
6093 echo "$as_me: failed program was:" >&5
6094 sed 's/^/| /' conftest.$ac_ext >&5
6096 eval "$as_ac_Header=no"
6099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6101 ac_res=`eval echo '${'$as_ac_Header'}'`
6102 { echo "$as_me:$LINENO: result: $ac_res" >&5
6103 echo "${ECHO_T}$ac_res" >&6; }
6104 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6105 cat >>confdefs.h <<_ACEOF
6106 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6117 for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
6119 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6120 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6121 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6122 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6123 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6124 echo $ECHO_N "(cached) $ECHO_C" >&6
6126 ac_res=`eval echo '${'$as_ac_Header'}'`
6127 { echo "$as_me:$LINENO: result: $ac_res" >&5
6128 echo "${ECHO_T}$ac_res" >&6; }
6130 # Is the header compilable?
6131 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6132 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6133 cat >conftest.$ac_ext <<_ACEOF
6136 cat confdefs.h >>conftest.$ac_ext
6137 cat >>conftest.$ac_ext <<_ACEOF
6138 /* end confdefs.h. */
6139 $ac_includes_default
6140 #include <$ac_header>
6142 rm -f conftest.$ac_objext
6143 if { (ac_try="$ac_compile"
6145 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6146 *) ac_try_echo
=$ac_try;;
6148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6149 (eval "$ac_compile") 2>conftest.er1
6151 grep -v '^ *+' conftest.er1
>conftest.err
6153 cat conftest.err
>&5
6154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6155 (exit $ac_status); } && {
6156 test -z "$ac_c_werror_flag" ||
6157 test ! -s conftest.err
6158 } && test -s conftest.
$ac_objext; then
6159 ac_header_compiler
=yes
6161 echo "$as_me: failed program was:" >&5
6162 sed 's/^/| /' conftest.
$ac_ext >&5
6164 ac_header_compiler
=no
6167 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6168 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6169 echo "${ECHO_T}$ac_header_compiler" >&6; }
6171 # Is the header present?
6172 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6173 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6174 cat >conftest.
$ac_ext <<_ACEOF
6177 cat confdefs.h
>>conftest.
$ac_ext
6178 cat >>conftest.
$ac_ext <<_ACEOF
6179 /* end confdefs.h. */
6180 #include <$ac_header>
6182 if { (ac_try
="$ac_cpp conftest.$ac_ext"
6184 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6185 *) ac_try_echo=$ac_try;;
6187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6188 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6190 grep -v '^ *+' conftest.er1 >conftest.err
6192 cat conftest.err >&5
6193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6194 (exit $ac_status); } >/dev/null && {
6195 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6196 test ! -s conftest.err
6198 ac_header_preproc=yes
6200 echo "$as_me: failed program was:" >&5
6201 sed 's/^/| /' conftest.$ac_ext >&5
6203 ac_header_preproc=no
6206 rm -f conftest.err conftest.$ac_ext
6207 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6208 echo "${ECHO_T}$ac_header_preproc" >&6; }
6210 # So? What about this header?
6211 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6213 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6214 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6215 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6216 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6217 ac_header_preproc=yes
6220 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6221 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6222 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6223 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6224 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6225 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6226 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6227 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6228 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6229 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6230 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6231 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6235 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6236 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6237 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6238 echo $ECHO_N "(cached) $ECHO_C" >&6
6240 eval "$as_ac_Header=\$ac_header_preproc"
6242 ac_res=`eval echo '${'$as_ac_Header'}'`
6243 { echo "$as_me:$LINENO: result: $ac_res" >&5
6244 echo "${ECHO_T}$ac_res" >&6; }
6247 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6248 cat >>confdefs.h <<_ACEOF
6249 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6256 # Emulation library used on NetBSD.
6257 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6258 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6259 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6260 echo $ECHO_N "(cached) $ECHO_C" >&6
6262 ac_check_lib_save_LIBS=$LIBS
6263 LIBS="-lossaudio $LIBS"
6264 cat >conftest.$ac_ext <<_ACEOF
6267 cat confdefs.h >>conftest.$ac_ext
6268 cat >>conftest.$ac_ext <<_ACEOF
6269 /* end confdefs.h. */
6271 /* Override any GCC internal prototype to avoid an error.
6272 Use char because int might match the return type of a GCC
6273 builtin and then its argument prototype would still apply. */
6281 return _oss_ioctl ();
6286 rm -f conftest.$ac_objext conftest$ac_exeext
6287 if { (ac_try="$ac_link"
6289 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6290 *) ac_try_echo
=$ac_try;;
6292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6293 (eval "$ac_link") 2>conftest.er1
6295 grep -v '^ *+' conftest.er1
>conftest.err
6297 cat conftest.err
>&5
6298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6299 (exit $ac_status); } && {
6300 test -z "$ac_c_werror_flag" ||
6301 test ! -s conftest.err
6302 } && test -s conftest
$ac_exeext &&
6303 $as_test_x conftest
$ac_exeext; then
6304 ac_cv_lib_ossaudio__oss_ioctl
=yes
6306 echo "$as_me: failed program was:" >&5
6307 sed 's/^/| /' conftest.
$ac_ext >&5
6309 ac_cv_lib_ossaudio__oss_ioctl
=no
6312 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6313 conftest
$ac_exeext conftest.
$ac_ext
6314 LIBS
=$ac_check_lib_save_LIBS
6316 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6317 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6318 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6327 ALSA_MODULES
="alsa >= $ALSA_REQUIRED"
6328 if test "X${with_pkg_config_prog}" != X
; then
6329 PKG_CONFIG
="${with_pkg_config_prog}"
6334 if test -z "$PKG_CONFIG"; then
6335 # Extract the first word of "pkg-config", so it can be a program name with args.
6336 set dummy pkg-config
; ac_word
=$2
6337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6339 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
6340 echo $ECHO_N "(cached) $ECHO_C" >&6
6344 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
6347 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6351 test -z "$as_dir" && as_dir
=.
6352 for ac_exec_ext
in '' $ac_executable_extensions; do
6353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6354 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
6355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6362 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
6366 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
6367 if test -n "$PKG_CONFIG"; then
6368 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6369 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6371 { echo "$as_me:$LINENO: result: no" >&5
6372 echo "${ECHO_T}no" >&6; }
6378 if test "$PKG_CONFIG" = "no" ; then
6381 PKG_CONFIG_MIN_VERSION
=0.9.0
6382 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
6383 { echo "$as_me:$LINENO: checking for $ALSA_MODULES" >&5
6384 echo $ECHO_N "checking for $ALSA_MODULES... $ECHO_C" >&6; }
6386 if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5; then
6387 { echo "$as_me:$LINENO: result: yes" >&5
6388 echo "${ECHO_T}yes" >&6; }
6391 { echo "$as_me:$LINENO: checking ALSA_CFLAGS" >&5
6392 echo $ECHO_N "checking ALSA_CFLAGS... $ECHO_C" >&6; }
6393 ALSA_CFLAGS
=`$PKG_CONFIG --cflags "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6394 { echo "$as_me:$LINENO: result: $ALSA_CFLAGS" >&5
6395 echo "${ECHO_T}$ALSA_CFLAGS" >&6; }
6397 { echo "$as_me:$LINENO: checking ALSA_LIBS" >&5
6398 echo $ECHO_N "checking ALSA_LIBS... $ECHO_C" >&6; }
6399 ALSA_LIBS
=`$PKG_CONFIG --libs "$ALSA_MODULES"|sed -e 's,///*,/,g'`
6400 { echo "$as_me:$LINENO: result: $ALSA_LIBS" >&5
6401 echo "${ECHO_T}$ALSA_LIBS" >&6; }
6403 { echo "$as_me:$LINENO: result: no" >&5
6404 echo "${ECHO_T}no" >&6; }
6407 ## If we have a custom action on failure, don't print errors, but
6408 ## do set a variable so people can do so.
6409 ALSA_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$ALSA_MODULES"`
6416 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
6417 echo "*** See http://www.freedesktop.org/software/pkgconfig"
6421 if test $succeeded = yes; then
6427 if test $HAVE_ALSA = yes; then
6428 SAVE_CFLAGS
="$CFLAGS"
6429 SAVE_LDFLAGS
="$LDFLAGS"
6430 CFLAGS
="$ALSA_CFLAGS $CFLAGS"
6431 LDFLAGS
="$ALSA_LIBS $LDFLAGS"
6432 cat >conftest.
$ac_ext <<_ACEOF
6435 cat confdefs.h
>>conftest.
$ac_ext
6436 cat >>conftest.
$ac_ext <<_ACEOF
6437 /* end confdefs.h. */
6438 #include <asoundlib.h>
6442 snd_lib_error_set_handler (0);
6447 rm -f conftest.
$ac_objext
6448 if { (ac_try
="$ac_compile"
6450 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6451 *) ac_try_echo=$ac_try;;
6453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6454 (eval "$ac_compile") 2>conftest.er1
6456 grep -v '^ *+' conftest.er1 >conftest.err
6458 cat conftest.err >&5
6459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6460 (exit $ac_status); } && {
6461 test -z "$ac_c_werror_flag" ||
6462 test ! -s conftest.err
6463 } && test -s conftest.$ac_objext; then
6464 emacs_alsa_normal=yes
6466 echo "$as_me: failed program was:" >&5
6467 sed 's/^/| /' conftest.$ac_ext >&5
6469 emacs_alsa_normal=no
6472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6473 if test "$emacs_alsa_normal" != yes; then
6474 cat >conftest.$ac_ext <<_ACEOF
6477 cat confdefs.h >>conftest.$ac_ext
6478 cat >>conftest.$ac_ext <<_ACEOF
6479 /* end confdefs.h. */
6480 #include <alsa/asoundlib.h>
6484 snd_lib_error_set_handler (0);
6489 rm -f conftest.$ac_objext
6490 if { (ac_try="$ac_compile"
6492 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6493 *) ac_try_echo
=$ac_try;;
6495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6496 (eval "$ac_compile") 2>conftest.er1
6498 grep -v '^ *+' conftest.er1
>conftest.err
6500 cat conftest.err
>&5
6501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6502 (exit $ac_status); } && {
6503 test -z "$ac_c_werror_flag" ||
6504 test ! -s conftest.err
6505 } && test -s conftest.
$ac_objext; then
6506 emacs_alsa_subdir
=yes
6508 echo "$as_me: failed program was:" >&5
6509 sed 's/^/| /' conftest.
$ac_ext >&5
6511 emacs_alsa_subdir
=no
6514 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6515 if test "$emacs_alsa_subdir" != yes; then
6516 { { echo "$as_me:$LINENO: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&5
6517 echo "$as_me: error: pkg-config found alsa, but it does not compile. See config.log for error messages." >&2;}
6518 { (exit 1); exit 1; }; }
6520 ALSA_CFLAGS
="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
6523 CFLAGS
="$SAVE_CFLAGS"
6524 LDFLAGS
="$SAVE_LDFLAGS"
6525 LIBSOUND
="$LIBSOUND $ALSA_LIBS"
6526 CFLAGS_SOUND
="$CFLAGS_SOUND $ALSA_CFLAGS"
6528 cat >>confdefs.h
<<\_ACEOF
6561 for ac_header
in sys
/select.h sys
/timeb.h sys
/time.h unistd.h utime.h \
6562 linux
/version.h sys
/systeminfo.h termios.h limits.h string.h stdlib.h \
6563 termcap.h stdio_ext.h fcntl.h
strings.h coff.h pty.h sys
/mman.h \
6564 sys
/param.h sys
/vlimit.h sys
/resource.h locale.h sys
/_mbstate_t.h \
6567 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6568 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6569 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6571 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6572 echo $ECHO_N "(cached) $ECHO_C" >&6
6574 ac_res
=`eval echo '${'$as_ac_Header'}'`
6575 { echo "$as_me:$LINENO: result: $ac_res" >&5
6576 echo "${ECHO_T}$ac_res" >&6; }
6578 # Is the header compilable?
6579 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6580 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6581 cat >conftest.
$ac_ext <<_ACEOF
6584 cat confdefs.h
>>conftest.
$ac_ext
6585 cat >>conftest.
$ac_ext <<_ACEOF
6586 /* end confdefs.h. */
6587 $ac_includes_default
6588 #include <$ac_header>
6590 rm -f conftest.
$ac_objext
6591 if { (ac_try
="$ac_compile"
6593 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6594 *) ac_try_echo=$ac_try;;
6596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6597 (eval "$ac_compile") 2>conftest.er1
6599 grep -v '^ *+' conftest.er1 >conftest.err
6601 cat conftest.err >&5
6602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6603 (exit $ac_status); } && {
6604 test -z "$ac_c_werror_flag" ||
6605 test ! -s conftest.err
6606 } && test -s conftest.$ac_objext; then
6607 ac_header_compiler=yes
6609 echo "$as_me: failed program was:" >&5
6610 sed 's/^/| /' conftest.$ac_ext >&5
6612 ac_header_compiler=no
6615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6616 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6617 echo "${ECHO_T}$ac_header_compiler" >&6; }
6619 # Is the header present?
6620 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6621 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6622 cat >conftest.$ac_ext <<_ACEOF
6625 cat confdefs.h >>conftest.$ac_ext
6626 cat >>conftest.$ac_ext <<_ACEOF
6627 /* end confdefs.h. */
6628 #include <$ac_header>
6630 if { (ac_try="$ac_cpp conftest.$ac_ext"
6632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6633 *) ac_try_echo
=$ac_try;;
6635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6636 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6638 grep -v '^ *+' conftest.er1
>conftest.err
6640 cat conftest.err
>&5
6641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6642 (exit $ac_status); } >/dev
/null
&& {
6643 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6644 test ! -s conftest.err
6646 ac_header_preproc
=yes
6648 echo "$as_me: failed program was:" >&5
6649 sed 's/^/| /' conftest.
$ac_ext >&5
6651 ac_header_preproc
=no
6654 rm -f conftest.err conftest.
$ac_ext
6655 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6656 echo "${ECHO_T}$ac_header_preproc" >&6; }
6658 # So? What about this header?
6659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6661 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6662 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6663 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6664 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6665 ac_header_preproc
=yes
6668 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6669 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6670 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6671 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6672 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6673 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6674 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6675 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6676 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6677 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6678 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6679 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6683 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6684 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6685 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6686 echo $ECHO_N "(cached) $ECHO_C" >&6
6688 eval "$as_ac_Header=\$ac_header_preproc"
6690 ac_res
=`eval echo '${'$as_ac_Header'}'`
6691 { echo "$as_me:$LINENO: result: $ac_res" >&5
6692 echo "${ECHO_T}$ac_res" >&6; }
6695 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6696 cat >>confdefs.h
<<_ACEOF
6697 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6705 { echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5
6706 echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6; }
6707 cat >conftest.
$ac_ext <<_ACEOF
6710 cat confdefs.h
>>conftest.
$ac_ext
6711 cat >>conftest.
$ac_ext <<_ACEOF
6712 /* end confdefs.h. */
6713 #include <sys/personality.h>
6717 personality (PER_LINUX32)
6722 rm -f conftest.
$ac_objext
6723 if { (ac_try
="$ac_compile"
6725 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6726 *) ac_try_echo=$ac_try;;
6728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6729 (eval "$ac_compile") 2>conftest.er1
6731 grep -v '^ *+' conftest.er1 >conftest.err
6733 cat conftest.err >&5
6734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6735 (exit $ac_status); } && {
6736 test -z "$ac_c_werror_flag" ||
6737 test ! -s conftest.err
6738 } && test -s conftest.$ac_objext; then
6739 emacs_cv_personality_linux32=yes
6741 echo "$as_me: failed program was:" >&5
6742 sed 's/^/| /' conftest.$ac_ext >&5
6744 emacs_cv_personality_linux32=no
6747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6748 { echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5
6749 echo "${ECHO_T}$emacs_cv_personality_linux32" >&6; }
6751 if test $emacs_cv_personality_linux32 = yes; then
6753 cat >>confdefs.h <<\_ACEOF
6754 #define HAVE_PERSONALITY_LINUX32 1
6760 for ac_header in term.h
6762 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6763 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6764 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6766 echo $ECHO_N "(cached) $ECHO_C" >&6
6768 cat >conftest.$ac_ext <<_ACEOF
6771 cat confdefs.h >>conftest.$ac_ext
6772 cat >>conftest.$ac_ext <<_ACEOF
6773 /* end confdefs.h. */
6774 #include <$ac_header>
6776 if { (ac_try="$ac_cpp conftest.$ac_ext"
6778 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6779 *) ac_try_echo
=$ac_try;;
6781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6782 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6784 grep -v '^ *+' conftest.er1
>conftest.err
6786 cat conftest.err
>&5
6787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6788 (exit $ac_status); } >/dev
/null
&& {
6789 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6790 test ! -s conftest.err
6792 eval "$as_ac_Header=yes"
6794 echo "$as_me: failed program was:" >&5
6795 sed 's/^/| /' conftest.
$ac_ext >&5
6797 eval "$as_ac_Header=no"
6800 rm -f conftest.err conftest.
$ac_ext
6802 ac_res
=`eval echo '${'$as_ac_Header'}'`
6803 { echo "$as_me:$LINENO: result: $ac_res" >&5
6804 echo "${ECHO_T}$ac_res" >&6; }
6805 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6806 cat >>confdefs.h
<<_ACEOF
6807 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6814 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6815 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6816 if test "${ac_cv_header_stdc+set}" = set; then
6817 echo $ECHO_N "(cached) $ECHO_C" >&6
6819 cat >conftest.
$ac_ext <<_ACEOF
6822 cat confdefs.h
>>conftest.
$ac_ext
6823 cat >>conftest.
$ac_ext <<_ACEOF
6824 /* end confdefs.h. */
6838 rm -f conftest.
$ac_objext
6839 if { (ac_try
="$ac_compile"
6841 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6842 *) ac_try_echo=$ac_try;;
6844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6845 (eval "$ac_compile") 2>conftest.er1
6847 grep -v '^ *+' conftest.er1 >conftest.err
6849 cat conftest.err >&5
6850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6851 (exit $ac_status); } && {
6852 test -z "$ac_c_werror_flag" ||
6853 test ! -s conftest.err
6854 } && test -s conftest.$ac_objext; then
6855 ac_cv_header_stdc=yes
6857 echo "$as_me: failed program was:" >&5
6858 sed 's/^/| /' conftest.$ac_ext >&5
6860 ac_cv_header_stdc=no
6863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6865 if test $ac_cv_header_stdc = yes; then
6866 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6867 cat >conftest.$ac_ext <<_ACEOF
6870 cat confdefs.h >>conftest.$ac_ext
6871 cat >>conftest.$ac_ext <<_ACEOF
6872 /* end confdefs.h. */
6876 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6877 $EGREP "memchr" >/dev/null 2>&1; then
6880 ac_cv_header_stdc=no
6886 if test $ac_cv_header_stdc = yes; then
6887 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6888 cat >conftest.$ac_ext <<_ACEOF
6891 cat confdefs.h >>conftest.$ac_ext
6892 cat >>conftest.$ac_ext <<_ACEOF
6893 /* end confdefs.h. */
6897 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6898 $EGREP "free" >/dev/null 2>&1; then
6901 ac_cv_header_stdc=no
6907 if test $ac_cv_header_stdc = yes; then
6908 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6909 if test "$cross_compiling" = yes; then
6912 cat >conftest.$ac_ext <<_ACEOF
6915 cat confdefs.h >>conftest.$ac_ext
6916 cat >>conftest.$ac_ext <<_ACEOF
6917 /* end confdefs.h. */
6920 #if ((' ' & 0x0FF) == 0x020)
6921 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6922 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6924 # define ISLOWER(c) \
6925 (('a' <= (c) && (c) <= 'i') \
6926 || ('j' <= (c) && (c) <= 'r') \
6927 || ('s' <= (c) && (c) <= 'z'))
6928 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6931 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6936 for (i = 0; i < 256; i++)
6937 if (XOR (islower (i), ISLOWER (i))
6938 || toupper (i) != TOUPPER (i))
6943 rm -f conftest$ac_exeext
6944 if { (ac_try="$ac_link"
6946 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6947 *) ac_try_echo
=$ac_try;;
6949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6950 (eval "$ac_link") 2>&5
6952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6953 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6954 { (case "(($ac_try" in
6955 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6956 *) ac_try_echo=$ac_try;;
6958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6959 (eval "$ac_try") 2>&5
6961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6962 (exit $ac_status); }; }; then
6965 echo "$as_me: program exited with status $ac_status" >&5
6966 echo "$as_me: failed program was:" >&5
6967 sed 's/^/| /' conftest.$ac_ext >&5
6970 ac_cv_header_stdc=no
6972 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6978 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6979 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6980 if test $ac_cv_header_stdc = yes; then
6982 cat >>confdefs.h <<\_ACEOF
6983 #define STDC_HEADERS 1
6988 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
6989 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
6990 if test "${ac_cv_header_time+set}" = set; then
6991 echo $ECHO_N "(cached) $ECHO_C" >&6
6993 cat >conftest.$ac_ext <<_ACEOF
6996 cat confdefs.h >>conftest.$ac_ext
6997 cat >>conftest.$ac_ext <<_ACEOF
6998 /* end confdefs.h. */
6999 #include <sys/types.h>
7000 #include <sys/time.h>
7006 if ((struct tm *) 0)
7012 rm -f conftest.$ac_objext
7013 if { (ac_try="$ac_compile"
7015 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7016 *) ac_try_echo
=$ac_try;;
7018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7019 (eval "$ac_compile") 2>conftest.er1
7021 grep -v '^ *+' conftest.er1
>conftest.err
7023 cat conftest.err
>&5
7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025 (exit $ac_status); } && {
7026 test -z "$ac_c_werror_flag" ||
7027 test ! -s conftest.err
7028 } && test -s conftest.
$ac_objext; then
7029 ac_cv_header_time
=yes
7031 echo "$as_me: failed program was:" >&5
7032 sed 's/^/| /' conftest.
$ac_ext >&5
7034 ac_cv_header_time
=no
7037 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7039 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7040 echo "${ECHO_T}$ac_cv_header_time" >&6; }
7041 if test $ac_cv_header_time = yes; then
7043 cat >>confdefs.h
<<\_ACEOF
7044 #define TIME_WITH_SYS_TIME 1
7049 { echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5
7050 echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; }
7051 if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
7052 echo $ECHO_N "(cached) $ECHO_C" >&6
7054 cat >conftest.
$ac_ext <<_ACEOF
7057 cat confdefs.h
>>conftest.
$ac_ext
7058 cat >>conftest.
$ac_ext <<_ACEOF
7059 /* end confdefs.h. */
7060 $ac_includes_default
7072 rm -f conftest.
$ac_objext
7073 if { (ac_try
="$ac_compile"
7075 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7076 *) ac_try_echo=$ac_try;;
7078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7079 (eval "$ac_compile") 2>conftest.er1
7081 grep -v '^ *+' conftest.er1 >conftest.err
7083 cat conftest.err >&5
7084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7085 (exit $ac_status); } && {
7086 test -z "$ac_c_werror_flag" ||
7087 test ! -s conftest.err
7088 } && test -s conftest.$ac_objext; then
7089 ac_cv_have_decl_sys_siglist=yes
7091 echo "$as_me: failed program was:" >&5
7092 sed 's/^/| /' conftest.$ac_ext >&5
7094 ac_cv_have_decl_sys_siglist=no
7097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7099 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
7100 echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; }
7101 if test $ac_cv_have_decl_sys_siglist = yes; then
7103 cat >>confdefs.h <<_ACEOF
7104 #define HAVE_DECL_SYS_SIGLIST 1
7109 cat >>confdefs.h <<_ACEOF
7110 #define HAVE_DECL_SYS_SIGLIST 0
7117 if test $ac_cv_have_decl_sys_siglist != yes; then
7118 # For Tru64, at least:
7119 { echo "$as_me:$LINENO: checking whether __sys_siglist is declared" >&5
7120 echo $ECHO_N "checking whether __sys_siglist is declared... $ECHO_C" >&6; }
7121 if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
7122 echo $ECHO_N "(cached) $ECHO_C" >&6
7124 cat >conftest.$ac_ext <<_ACEOF
7127 cat confdefs.h >>conftest.$ac_ext
7128 cat >>conftest.$ac_ext <<_ACEOF
7129 /* end confdefs.h. */
7130 $ac_includes_default
7134 #ifndef __sys_siglist
7135 (void) __sys_siglist;
7142 rm -f conftest.$ac_objext
7143 if { (ac_try="$ac_compile"
7145 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7146 *) ac_try_echo
=$ac_try;;
7148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7149 (eval "$ac_compile") 2>conftest.er1
7151 grep -v '^ *+' conftest.er1
>conftest.err
7153 cat conftest.err
>&5
7154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7155 (exit $ac_status); } && {
7156 test -z "$ac_c_werror_flag" ||
7157 test ! -s conftest.err
7158 } && test -s conftest.
$ac_objext; then
7159 ac_cv_have_decl___sys_siglist
=yes
7161 echo "$as_me: failed program was:" >&5
7162 sed 's/^/| /' conftest.
$ac_ext >&5
7164 ac_cv_have_decl___sys_siglist
=no
7167 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7169 { echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
7170 echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6; }
7171 if test $ac_cv_have_decl___sys_siglist = yes; then
7173 cat >>confdefs.h
<<_ACEOF
7174 #define HAVE_DECL___SYS_SIGLIST 1
7179 cat >>confdefs.h
<<_ACEOF
7180 #define HAVE_DECL___SYS_SIGLIST 0
7187 if test $ac_cv_have_decl___sys_siglist = yes; then
7189 cat >>confdefs.h
<<\_ACEOF
7190 #define sys_siglist __sys_siglist
7195 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
7196 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
7197 if test "${ac_cv_header_sys_wait_h+set}" = set; then
7198 echo $ECHO_N "(cached) $ECHO_C" >&6
7200 cat >conftest.
$ac_ext <<_ACEOF
7203 cat confdefs.h
>>conftest.
$ac_ext
7204 cat >>conftest.
$ac_ext <<_ACEOF
7205 /* end confdefs.h. */
7206 #include <sys/types.h>
7207 #include <sys/wait.h>
7209 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
7212 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7220 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
7225 rm -f conftest.
$ac_objext
7226 if { (ac_try
="$ac_compile"
7228 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7229 *) ac_try_echo=$ac_try;;
7231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7232 (eval "$ac_compile") 2>conftest.er1
7234 grep -v '^ *+' conftest.er1 >conftest.err
7236 cat conftest.err >&5
7237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); } && {
7239 test -z "$ac_c_werror_flag" ||
7240 test ! -s conftest.err
7241 } && test -s conftest.$ac_objext; then
7242 ac_cv_header_sys_wait_h=yes
7244 echo "$as_me: failed program was:" >&5
7245 sed 's/^/| /' conftest.$ac_ext >&5
7247 ac_cv_header_sys_wait_h=no
7250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7252 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
7253 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
7254 if test $ac_cv_header_sys_wait_h = yes; then
7256 cat >>confdefs.h <<\_ACEOF
7257 #define HAVE_SYS_WAIT_H 1
7263 { echo "$as_me:$LINENO: checking for struct utimbuf" >&5
7264 echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6; }
7265 if test "${emacs_cv_struct_utimbuf+set}" = set; then
7266 echo $ECHO_N "(cached) $ECHO_C" >&6
7268 cat >conftest.$ac_ext <<_ACEOF
7271 cat confdefs.h >>conftest.$ac_ext
7272 cat >>conftest.$ac_ext <<_ACEOF
7273 /* end confdefs.h. */
7274 #ifdef TIME_WITH_SYS_TIME
7275 #include <sys/time.h>
7278 #ifdef HAVE_SYS_TIME_H
7279 #include <sys/time.h>
7290 static struct utimbuf x; x.actime = x.modtime;
7295 rm -f conftest.$ac_objext
7296 if { (ac_try="$ac_compile"
7298 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7299 *) ac_try_echo
=$ac_try;;
7301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7302 (eval "$ac_compile") 2>conftest.er1
7304 grep -v '^ *+' conftest.er1
>conftest.err
7306 cat conftest.err
>&5
7307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7308 (exit $ac_status); } && {
7309 test -z "$ac_c_werror_flag" ||
7310 test ! -s conftest.err
7311 } && test -s conftest.
$ac_objext; then
7312 emacs_cv_struct_utimbuf
=yes
7314 echo "$as_me: failed program was:" >&5
7315 sed 's/^/| /' conftest.
$ac_ext >&5
7317 emacs_cv_struct_utimbuf
=no
7320 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7322 { echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
7323 echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6; }
7324 if test $emacs_cv_struct_utimbuf = yes; then
7326 cat >>confdefs.h
<<\_ACEOF
7327 #define HAVE_STRUCT_UTIMBUF 1
7332 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5
7333 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
7334 if test "${ac_cv_type_signal+set}" = set; then
7335 echo $ECHO_N "(cached) $ECHO_C" >&6
7337 cat >conftest.
$ac_ext <<_ACEOF
7340 cat confdefs.h
>>conftest.
$ac_ext
7341 cat >>conftest.
$ac_ext <<_ACEOF
7342 /* end confdefs.h. */
7343 #include <sys/types.h>
7349 return *(signal (0, 0)) (0) == 1;
7354 rm -f conftest.
$ac_objext
7355 if { (ac_try
="$ac_compile"
7357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7358 *) ac_try_echo=$ac_try;;
7360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7361 (eval "$ac_compile") 2>conftest.er1
7363 grep -v '^ *+' conftest.er1 >conftest.err
7365 cat conftest.err >&5
7366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7367 (exit $ac_status); } && {
7368 test -z "$ac_c_werror_flag" ||
7369 test ! -s conftest.err
7370 } && test -s conftest.$ac_objext; then
7371 ac_cv_type_signal=int
7373 echo "$as_me: failed program was:" >&5
7374 sed 's/^/| /' conftest.$ac_ext >&5
7376 ac_cv_type_signal=void
7379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7381 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
7382 echo "${ECHO_T}$ac_cv_type_signal" >&6; }
7384 cat >>confdefs.h <<_ACEOF
7385 #define RETSIGTYPE $ac_cv_type_signal
7390 { echo "$as_me:$LINENO: checking for speed_t" >&5
7391 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6; }
7392 if test "${emacs_cv_speed_t+set}" = set; then
7393 echo $ECHO_N "(cached) $ECHO_C" >&6
7395 cat >conftest.$ac_ext <<_ACEOF
7398 cat confdefs.h >>conftest.$ac_ext
7399 cat >>conftest.$ac_ext <<_ACEOF
7400 /* end confdefs.h. */
7401 #include <termios.h>
7410 rm -f conftest.$ac_objext
7411 if { (ac_try="$ac_compile"
7413 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7414 *) ac_try_echo
=$ac_try;;
7416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7417 (eval "$ac_compile") 2>conftest.er1
7419 grep -v '^ *+' conftest.er1
>conftest.err
7421 cat conftest.err
>&5
7422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7423 (exit $ac_status); } && {
7424 test -z "$ac_c_werror_flag" ||
7425 test ! -s conftest.err
7426 } && test -s conftest.
$ac_objext; then
7427 emacs_cv_speed_t
=yes
7429 echo "$as_me: failed program was:" >&5
7430 sed 's/^/| /' conftest.
$ac_ext >&5
7435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7437 { echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
7438 echo "${ECHO_T}$emacs_cv_speed_t" >&6; }
7439 if test $emacs_cv_speed_t = yes; then
7441 cat >>confdefs.h
<<\_ACEOF
7442 #define HAVE_SPEED_T 1
7447 { echo "$as_me:$LINENO: checking for struct timeval" >&5
7448 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6; }
7449 if test "${emacs_cv_struct_timeval+set}" = set; then
7450 echo $ECHO_N "(cached) $ECHO_C" >&6
7452 cat >conftest.
$ac_ext <<_ACEOF
7455 cat confdefs.h
>>conftest.
$ac_ext
7456 cat >>conftest.
$ac_ext <<_ACEOF
7457 /* end confdefs.h. */
7458 #ifdef TIME_WITH_SYS_TIME
7459 #include <sys/time.h>
7462 #ifdef HAVE_SYS_TIME_H
7463 #include <sys/time.h>
7471 static struct timeval x; x.tv_sec = x.tv_usec;
7476 rm -f conftest.
$ac_objext
7477 if { (ac_try
="$ac_compile"
7479 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7480 *) ac_try_echo=$ac_try;;
7482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7483 (eval "$ac_compile") 2>conftest.er1
7485 grep -v '^ *+' conftest.er1 >conftest.err
7487 cat conftest.err >&5
7488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7489 (exit $ac_status); } && {
7490 test -z "$ac_c_werror_flag" ||
7491 test ! -s conftest.err
7492 } && test -s conftest.$ac_objext; then
7493 emacs_cv_struct_timeval=yes
7495 echo "$as_me: failed program was:" >&5
7496 sed 's/^/| /' conftest.$ac_ext >&5
7498 emacs_cv_struct_timeval=no
7501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7503 { echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
7504 echo "${ECHO_T}$emacs_cv_struct_timeval" >&6; }
7505 HAVE_TIMEVAL=$emacs_cv_struct_timeval
7506 if test $emacs_cv_struct_timeval = yes; then
7508 cat >>confdefs.h <<\_ACEOF
7509 #define HAVE_TIMEVAL 1
7514 { echo "$as_me:$LINENO: checking for struct exception" >&5
7515 echo $ECHO_N "checking for struct exception... $ECHO_C" >&6; }
7516 if test "${emacs_cv_struct_exception+set}" = set; then
7517 echo $ECHO_N "(cached) $ECHO_C" >&6
7519 cat >conftest.$ac_ext <<_ACEOF
7522 cat confdefs.h >>conftest.$ac_ext
7523 cat >>conftest.$ac_ext <<_ACEOF
7524 /* end confdefs.h. */
7529 static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
7534 rm -f conftest.$ac_objext
7535 if { (ac_try="$ac_compile"
7537 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7538 *) ac_try_echo
=$ac_try;;
7540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7541 (eval "$ac_compile") 2>conftest.er1
7543 grep -v '^ *+' conftest.er1
>conftest.err
7545 cat conftest.err
>&5
7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7547 (exit $ac_status); } && {
7548 test -z "$ac_c_werror_flag" ||
7549 test ! -s conftest.err
7550 } && test -s conftest.
$ac_objext; then
7551 emacs_cv_struct_exception
=yes
7553 echo "$as_me: failed program was:" >&5
7554 sed 's/^/| /' conftest.
$ac_ext >&5
7556 emacs_cv_struct_exception
=no
7559 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7561 { echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
7562 echo "${ECHO_T}$emacs_cv_struct_exception" >&6; }
7563 HAVE_EXCEPTION
=$emacs_cv_struct_exception
7564 if test $emacs_cv_struct_exception != yes; then
7566 cat >>confdefs.h
<<\_ACEOF
7567 #define NO_MATHERR 1
7573 for ac_header
in sys
/socket.h
7575 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7576 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7577 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7578 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7579 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7580 echo $ECHO_N "(cached) $ECHO_C" >&6
7582 ac_res
=`eval echo '${'$as_ac_Header'}'`
7583 { echo "$as_me:$LINENO: result: $ac_res" >&5
7584 echo "${ECHO_T}$ac_res" >&6; }
7586 # Is the header compilable?
7587 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7588 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7589 cat >conftest.
$ac_ext <<_ACEOF
7592 cat confdefs.h
>>conftest.
$ac_ext
7593 cat >>conftest.
$ac_ext <<_ACEOF
7594 /* end confdefs.h. */
7595 $ac_includes_default
7596 #include <$ac_header>
7598 rm -f conftest.
$ac_objext
7599 if { (ac_try
="$ac_compile"
7601 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7602 *) ac_try_echo=$ac_try;;
7604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7605 (eval "$ac_compile") 2>conftest.er1
7607 grep -v '^ *+' conftest.er1 >conftest.err
7609 cat conftest.err >&5
7610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7611 (exit $ac_status); } && {
7612 test -z "$ac_c_werror_flag" ||
7613 test ! -s conftest.err
7614 } && test -s conftest.$ac_objext; then
7615 ac_header_compiler=yes
7617 echo "$as_me: failed program was:" >&5
7618 sed 's/^/| /' conftest.$ac_ext >&5
7620 ac_header_compiler=no
7623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7624 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7625 echo "${ECHO_T}$ac_header_compiler" >&6; }
7627 # Is the header present?
7628 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7629 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7630 cat >conftest.$ac_ext <<_ACEOF
7633 cat confdefs.h >>conftest.$ac_ext
7634 cat >>conftest.$ac_ext <<_ACEOF
7635 /* end confdefs.h. */
7636 #include <$ac_header>
7638 if { (ac_try="$ac_cpp conftest.$ac_ext"
7640 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7641 *) ac_try_echo
=$ac_try;;
7643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7644 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7646 grep -v '^ *+' conftest.er1
>conftest.err
7648 cat conftest.err
>&5
7649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7650 (exit $ac_status); } >/dev
/null
&& {
7651 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7652 test ! -s conftest.err
7654 ac_header_preproc
=yes
7656 echo "$as_me: failed program was:" >&5
7657 sed 's/^/| /' conftest.
$ac_ext >&5
7659 ac_header_preproc
=no
7662 rm -f conftest.err conftest.
$ac_ext
7663 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7664 echo "${ECHO_T}$ac_header_preproc" >&6; }
7666 # So? What about this header?
7667 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7669 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7670 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7671 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7672 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7673 ac_header_preproc
=yes
7676 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7677 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7678 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7679 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7680 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7681 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7682 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7683 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7684 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7685 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7686 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7687 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7691 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7692 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7693 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7694 echo $ECHO_N "(cached) $ECHO_C" >&6
7696 eval "$as_ac_Header=\$ac_header_preproc"
7698 ac_res
=`eval echo '${'$as_ac_Header'}'`
7699 { echo "$as_me:$LINENO: result: $ac_res" >&5
7700 echo "${ECHO_T}$ac_res" >&6; }
7703 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7704 cat >>confdefs.h
<<_ACEOF
7705 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7713 for ac_header
in net
/if.h
7715 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7716 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7718 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7719 echo $ECHO_N "(cached) $ECHO_C" >&6
7721 cat >conftest.
$ac_ext <<_ACEOF
7724 cat confdefs.h
>>conftest.
$ac_ext
7725 cat >>conftest.
$ac_ext <<_ACEOF
7726 /* end confdefs.h. */
7727 $ac_includes_default
7728 #if HAVE_SYS_SOCKET_H
7729 #include <sys/socket.h>
7732 #include <$ac_header>
7734 rm -f conftest.
$ac_objext
7735 if { (ac_try
="$ac_compile"
7737 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7738 *) ac_try_echo=$ac_try;;
7740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7741 (eval "$ac_compile") 2>conftest.er1
7743 grep -v '^ *+' conftest.er1 >conftest.err
7745 cat conftest.err >&5
7746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747 (exit $ac_status); } && {
7748 test -z "$ac_c_werror_flag" ||
7749 test ! -s conftest.err
7750 } && test -s conftest.$ac_objext; then
7751 eval "$as_ac_Header=yes"
7753 echo "$as_me: failed program was:" >&5
7754 sed 's/^/| /' conftest.$ac_ext >&5
7756 eval "$as_ac_Header=no"
7759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7761 ac_res=`eval echo '${'$as_ac_Header'}'`
7762 { echo "$as_me:$LINENO: result: $ac_res" >&5
7763 echo "${ECHO_T}$ac_res" >&6; }
7764 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7765 cat >>confdefs.h <<_ACEOF
7766 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7774 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
7775 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
7776 if test "${ac_cv_struct_tm+set}" = set; then
7777 echo $ECHO_N "(cached) $ECHO_C" >&6
7779 cat >conftest.$ac_ext <<_ACEOF
7782 cat confdefs.h >>conftest.$ac_ext
7783 cat >>conftest.$ac_ext <<_ACEOF
7784 /* end confdefs.h. */
7785 #include <sys/types.h>
7792 int *p = &tm.tm_sec;
7798 rm -f conftest.$ac_objext
7799 if { (ac_try="$ac_compile"
7801 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7802 *) ac_try_echo
=$ac_try;;
7804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7805 (eval "$ac_compile") 2>conftest.er1
7807 grep -v '^ *+' conftest.er1
>conftest.err
7809 cat conftest.err
>&5
7810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7811 (exit $ac_status); } && {
7812 test -z "$ac_c_werror_flag" ||
7813 test ! -s conftest.err
7814 } && test -s conftest.
$ac_objext; then
7815 ac_cv_struct_tm
=time.h
7817 echo "$as_me: failed program was:" >&5
7818 sed 's/^/| /' conftest.
$ac_ext >&5
7820 ac_cv_struct_tm
=sys
/time.h
7823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7825 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
7826 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
7827 if test $ac_cv_struct_tm = sys
/time.h
; then
7829 cat >>confdefs.h
<<\_ACEOF
7830 #define TM_IN_SYS_TIME 1
7835 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
7836 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
7837 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
7838 echo $ECHO_N "(cached) $ECHO_C" >&6
7840 cat >conftest.
$ac_ext <<_ACEOF
7843 cat confdefs.h
>>conftest.
$ac_ext
7844 cat >>conftest.
$ac_ext <<_ACEOF
7845 /* end confdefs.h. */
7846 #include <sys/types.h>
7847 #include <$ac_cv_struct_tm>
7853 static struct tm ac_aggr;
7854 if (ac_aggr.tm_zone)
7860 rm -f conftest.
$ac_objext
7861 if { (ac_try
="$ac_compile"
7863 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7864 *) ac_try_echo=$ac_try;;
7866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7867 (eval "$ac_compile") 2>conftest.er1
7869 grep -v '^ *+' conftest.er1 >conftest.err
7871 cat conftest.err >&5
7872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7873 (exit $ac_status); } && {
7874 test -z "$ac_c_werror_flag" ||
7875 test ! -s conftest.err
7876 } && test -s conftest.$ac_objext; then
7877 ac_cv_member_struct_tm_tm_zone=yes
7879 echo "$as_me: failed program was:" >&5
7880 sed 's/^/| /' conftest.$ac_ext >&5
7882 cat >conftest.$ac_ext <<_ACEOF
7885 cat confdefs.h >>conftest.$ac_ext
7886 cat >>conftest.$ac_ext <<_ACEOF
7887 /* end confdefs.h. */
7888 #include <sys/types.h>
7889 #include <$ac_cv_struct_tm>
7895 static struct tm ac_aggr;
7896 if (sizeof ac_aggr.tm_zone)
7902 rm -f conftest.$ac_objext
7903 if { (ac_try="$ac_compile"
7905 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7906 *) ac_try_echo
=$ac_try;;
7908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7909 (eval "$ac_compile") 2>conftest.er1
7911 grep -v '^ *+' conftest.er1
>conftest.err
7913 cat conftest.err
>&5
7914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915 (exit $ac_status); } && {
7916 test -z "$ac_c_werror_flag" ||
7917 test ! -s conftest.err
7918 } && test -s conftest.
$ac_objext; then
7919 ac_cv_member_struct_tm_tm_zone
=yes
7921 echo "$as_me: failed program was:" >&5
7922 sed 's/^/| /' conftest.
$ac_ext >&5
7924 ac_cv_member_struct_tm_tm_zone
=no
7927 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7930 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7932 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
7933 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
7934 if test $ac_cv_member_struct_tm_tm_zone = yes; then
7936 cat >>confdefs.h
<<_ACEOF
7937 #define HAVE_STRUCT_TM_TM_ZONE 1
7943 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
7945 cat >>confdefs.h
<<\_ACEOF
7946 #define HAVE_TM_ZONE 1
7950 { echo "$as_me:$LINENO: checking whether tzname is declared" >&5
7951 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; }
7952 if test "${ac_cv_have_decl_tzname+set}" = set; then
7953 echo $ECHO_N "(cached) $ECHO_C" >&6
7955 cat >conftest.
$ac_ext <<_ACEOF
7958 cat confdefs.h
>>conftest.
$ac_ext
7959 cat >>conftest.
$ac_ext <<_ACEOF
7960 /* end confdefs.h. */
7974 rm -f conftest.
$ac_objext
7975 if { (ac_try
="$ac_compile"
7977 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7978 *) ac_try_echo=$ac_try;;
7980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7981 (eval "$ac_compile") 2>conftest.er1
7983 grep -v '^ *+' conftest.er1 >conftest.err
7985 cat conftest.err >&5
7986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7987 (exit $ac_status); } && {
7988 test -z "$ac_c_werror_flag" ||
7989 test ! -s conftest.err
7990 } && test -s conftest.$ac_objext; then
7991 ac_cv_have_decl_tzname=yes
7993 echo "$as_me: failed program was:" >&5
7994 sed 's/^/| /' conftest.$ac_ext >&5
7996 ac_cv_have_decl_tzname=no
7999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8001 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
8002 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; }
8003 if test $ac_cv_have_decl_tzname = yes; then
8005 cat >>confdefs.h <<_ACEOF
8006 #define HAVE_DECL_TZNAME 1
8011 cat >>confdefs.h <<_ACEOF
8012 #define HAVE_DECL_TZNAME 0
8019 { echo "$as_me:$LINENO: checking for tzname" >&5
8020 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
8021 if test "${ac_cv_var_tzname+set}" = set; then
8022 echo $ECHO_N "(cached) $ECHO_C" >&6
8024 cat >conftest.$ac_ext <<_ACEOF
8027 cat confdefs.h >>conftest.$ac_ext
8028 cat >>conftest.$ac_ext <<_ACEOF
8029 /* end confdefs.h. */
8031 #if !HAVE_DECL_TZNAME
8032 extern char *tzname[];
8038 return tzname[0][0];
8043 rm -f conftest.$ac_objext conftest$ac_exeext
8044 if { (ac_try="$ac_link"
8046 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8047 *) ac_try_echo
=$ac_try;;
8049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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 test -z "$ac_c_werror_flag" ||
8058 test ! -s conftest.err
8059 } && test -s conftest
$ac_exeext &&
8060 $as_test_x conftest
$ac_exeext; then
8061 ac_cv_var_tzname
=yes
8063 echo "$as_me: failed program was:" >&5
8064 sed 's/^/| /' conftest.
$ac_ext >&5
8069 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8070 conftest
$ac_exeext conftest.
$ac_ext
8072 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
8073 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
8074 if test $ac_cv_var_tzname = yes; then
8076 cat >>confdefs.h
<<\_ACEOF
8077 #define HAVE_TZNAME 1
8083 { echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
8084 echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; }
8085 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
8086 echo $ECHO_N "(cached) $ECHO_C" >&6
8088 cat >conftest.
$ac_ext <<_ACEOF
8091 cat confdefs.h
>>conftest.
$ac_ext
8092 cat >>conftest.
$ac_ext <<_ACEOF
8093 /* end confdefs.h. */
8099 static struct tm ac_aggr;
8100 if (ac_aggr.tm_gmtoff)
8106 rm -f conftest.
$ac_objext
8107 if { (ac_try
="$ac_compile"
8109 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8110 *) ac_try_echo=$ac_try;;
8112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8113 (eval "$ac_compile") 2>conftest.er1
8115 grep -v '^ *+' conftest.er1 >conftest.err
8117 cat conftest.err >&5
8118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8119 (exit $ac_status); } && {
8120 test -z "$ac_c_werror_flag" ||
8121 test ! -s conftest.err
8122 } && test -s conftest.$ac_objext; then
8123 ac_cv_member_struct_tm_tm_gmtoff=yes
8125 echo "$as_me: failed program was:" >&5
8126 sed 's/^/| /' conftest.$ac_ext >&5
8128 cat >conftest.$ac_ext <<_ACEOF
8131 cat confdefs.h >>conftest.$ac_ext
8132 cat >>conftest.$ac_ext <<_ACEOF
8133 /* end confdefs.h. */
8139 static struct tm ac_aggr;
8140 if (sizeof ac_aggr.tm_gmtoff)
8146 rm -f conftest.$ac_objext
8147 if { (ac_try="$ac_compile"
8149 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8150 *) ac_try_echo
=$ac_try;;
8152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8153 (eval "$ac_compile") 2>conftest.er1
8155 grep -v '^ *+' conftest.er1
>conftest.err
8157 cat conftest.err
>&5
8158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159 (exit $ac_status); } && {
8160 test -z "$ac_c_werror_flag" ||
8161 test ! -s conftest.err
8162 } && test -s conftest.
$ac_objext; then
8163 ac_cv_member_struct_tm_tm_gmtoff
=yes
8165 echo "$as_me: failed program was:" >&5
8166 sed 's/^/| /' conftest.
$ac_ext >&5
8168 ac_cv_member_struct_tm_tm_gmtoff
=no
8171 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8174 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8176 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
8177 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
8178 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
8180 cat >>confdefs.h
<<\_ACEOF
8181 #define HAVE_TM_GMTOFF 1
8186 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_flags" >&5
8187 echo $ECHO_N "checking for struct ifreq.ifr_flags... $ECHO_C" >&6; }
8188 if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
8189 echo $ECHO_N "(cached) $ECHO_C" >&6
8191 cat >conftest.
$ac_ext <<_ACEOF
8194 cat confdefs.h
>>conftest.
$ac_ext
8195 cat >>conftest.
$ac_ext <<_ACEOF
8196 /* end confdefs.h. */
8197 $ac_includes_default
8198 #if HAVE_SYS_SOCKET_H
8199 #include <sys/socket.h>
8208 static struct ifreq ac_aggr;
8209 if (ac_aggr.ifr_flags)
8215 rm -f conftest.
$ac_objext
8216 if { (ac_try
="$ac_compile"
8218 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8219 *) ac_try_echo=$ac_try;;
8221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8222 (eval "$ac_compile") 2>conftest.er1
8224 grep -v '^ *+' conftest.er1 >conftest.err
8226 cat conftest.err >&5
8227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228 (exit $ac_status); } && {
8229 test -z "$ac_c_werror_flag" ||
8230 test ! -s conftest.err
8231 } && test -s conftest.$ac_objext; then
8232 ac_cv_member_struct_ifreq_ifr_flags=yes
8234 echo "$as_me: failed program was:" >&5
8235 sed 's/^/| /' conftest.$ac_ext >&5
8237 cat >conftest.$ac_ext <<_ACEOF
8240 cat confdefs.h >>conftest.$ac_ext
8241 cat >>conftest.$ac_ext <<_ACEOF
8242 /* end confdefs.h. */
8243 $ac_includes_default
8244 #if HAVE_SYS_SOCKET_H
8245 #include <sys/socket.h>
8254 static struct ifreq ac_aggr;
8255 if (sizeof ac_aggr.ifr_flags)
8261 rm -f conftest.$ac_objext
8262 if { (ac_try="$ac_compile"
8264 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8265 *) ac_try_echo
=$ac_try;;
8267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8268 (eval "$ac_compile") 2>conftest.er1
8270 grep -v '^ *+' conftest.er1
>conftest.err
8272 cat conftest.err
>&5
8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274 (exit $ac_status); } && {
8275 test -z "$ac_c_werror_flag" ||
8276 test ! -s conftest.err
8277 } && test -s conftest.
$ac_objext; then
8278 ac_cv_member_struct_ifreq_ifr_flags
=yes
8280 echo "$as_me: failed program was:" >&5
8281 sed 's/^/| /' conftest.
$ac_ext >&5
8283 ac_cv_member_struct_ifreq_ifr_flags
=no
8286 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8289 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8291 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
8292 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6; }
8293 if test $ac_cv_member_struct_ifreq_ifr_flags = yes; then
8295 cat >>confdefs.h
<<_ACEOF
8296 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
8301 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_hwaddr" >&5
8302 echo $ECHO_N "checking for struct ifreq.ifr_hwaddr... $ECHO_C" >&6; }
8303 if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
8304 echo $ECHO_N "(cached) $ECHO_C" >&6
8306 cat >conftest.
$ac_ext <<_ACEOF
8309 cat confdefs.h
>>conftest.
$ac_ext
8310 cat >>conftest.
$ac_ext <<_ACEOF
8311 /* end confdefs.h. */
8312 $ac_includes_default
8313 #if HAVE_SYS_SOCKET_H
8314 #include <sys/socket.h>
8323 static struct ifreq ac_aggr;
8324 if (ac_aggr.ifr_hwaddr)
8330 rm -f conftest.
$ac_objext
8331 if { (ac_try
="$ac_compile"
8333 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8334 *) ac_try_echo=$ac_try;;
8336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8337 (eval "$ac_compile") 2>conftest.er1
8339 grep -v '^ *+' conftest.er1 >conftest.err
8341 cat conftest.err >&5
8342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8343 (exit $ac_status); } && {
8344 test -z "$ac_c_werror_flag" ||
8345 test ! -s conftest.err
8346 } && test -s conftest.$ac_objext; then
8347 ac_cv_member_struct_ifreq_ifr_hwaddr=yes
8349 echo "$as_me: failed program was:" >&5
8350 sed 's/^/| /' conftest.$ac_ext >&5
8352 cat >conftest.$ac_ext <<_ACEOF
8355 cat confdefs.h >>conftest.$ac_ext
8356 cat >>conftest.$ac_ext <<_ACEOF
8357 /* end confdefs.h. */
8358 $ac_includes_default
8359 #if HAVE_SYS_SOCKET_H
8360 #include <sys/socket.h>
8369 static struct ifreq ac_aggr;
8370 if (sizeof ac_aggr.ifr_hwaddr)
8376 rm -f conftest.$ac_objext
8377 if { (ac_try="$ac_compile"
8379 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8380 *) ac_try_echo
=$ac_try;;
8382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8383 (eval "$ac_compile") 2>conftest.er1
8385 grep -v '^ *+' conftest.er1
>conftest.err
8387 cat conftest.err
>&5
8388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8389 (exit $ac_status); } && {
8390 test -z "$ac_c_werror_flag" ||
8391 test ! -s conftest.err
8392 } && test -s conftest.
$ac_objext; then
8393 ac_cv_member_struct_ifreq_ifr_hwaddr
=yes
8395 echo "$as_me: failed program was:" >&5
8396 sed 's/^/| /' conftest.
$ac_ext >&5
8398 ac_cv_member_struct_ifreq_ifr_hwaddr
=no
8401 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8404 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8406 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
8407 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6; }
8408 if test $ac_cv_member_struct_ifreq_ifr_hwaddr = yes; then
8410 cat >>confdefs.h
<<_ACEOF
8411 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
8416 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_netmask" >&5
8417 echo $ECHO_N "checking for struct ifreq.ifr_netmask... $ECHO_C" >&6; }
8418 if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
8419 echo $ECHO_N "(cached) $ECHO_C" >&6
8421 cat >conftest.
$ac_ext <<_ACEOF
8424 cat confdefs.h
>>conftest.
$ac_ext
8425 cat >>conftest.
$ac_ext <<_ACEOF
8426 /* end confdefs.h. */
8427 $ac_includes_default
8428 #if HAVE_SYS_SOCKET_H
8429 #include <sys/socket.h>
8438 static struct ifreq ac_aggr;
8439 if (ac_aggr.ifr_netmask)
8445 rm -f conftest.
$ac_objext
8446 if { (ac_try
="$ac_compile"
8448 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8449 *) ac_try_echo=$ac_try;;
8451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8452 (eval "$ac_compile") 2>conftest.er1
8454 grep -v '^ *+' conftest.er1 >conftest.err
8456 cat conftest.err >&5
8457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8458 (exit $ac_status); } && {
8459 test -z "$ac_c_werror_flag" ||
8460 test ! -s conftest.err
8461 } && test -s conftest.$ac_objext; then
8462 ac_cv_member_struct_ifreq_ifr_netmask=yes
8464 echo "$as_me: failed program was:" >&5
8465 sed 's/^/| /' conftest.$ac_ext >&5
8467 cat >conftest.$ac_ext <<_ACEOF
8470 cat confdefs.h >>conftest.$ac_ext
8471 cat >>conftest.$ac_ext <<_ACEOF
8472 /* end confdefs.h. */
8473 $ac_includes_default
8474 #if HAVE_SYS_SOCKET_H
8475 #include <sys/socket.h>
8484 static struct ifreq ac_aggr;
8485 if (sizeof ac_aggr.ifr_netmask)
8491 rm -f conftest.$ac_objext
8492 if { (ac_try="$ac_compile"
8494 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8495 *) ac_try_echo
=$ac_try;;
8497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8498 (eval "$ac_compile") 2>conftest.er1
8500 grep -v '^ *+' conftest.er1
>conftest.err
8502 cat conftest.err
>&5
8503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8504 (exit $ac_status); } && {
8505 test -z "$ac_c_werror_flag" ||
8506 test ! -s conftest.err
8507 } && test -s conftest.
$ac_objext; then
8508 ac_cv_member_struct_ifreq_ifr_netmask
=yes
8510 echo "$as_me: failed program was:" >&5
8511 sed 's/^/| /' conftest.
$ac_ext >&5
8513 ac_cv_member_struct_ifreq_ifr_netmask
=no
8516 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8519 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8521 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
8522 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6; }
8523 if test $ac_cv_member_struct_ifreq_ifr_netmask = yes; then
8525 cat >>confdefs.h
<<_ACEOF
8526 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
8531 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_broadaddr" >&5
8532 echo $ECHO_N "checking for struct ifreq.ifr_broadaddr... $ECHO_C" >&6; }
8533 if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
8534 echo $ECHO_N "(cached) $ECHO_C" >&6
8536 cat >conftest.
$ac_ext <<_ACEOF
8539 cat confdefs.h
>>conftest.
$ac_ext
8540 cat >>conftest.
$ac_ext <<_ACEOF
8541 /* end confdefs.h. */
8542 $ac_includes_default
8543 #if HAVE_SYS_SOCKET_H
8544 #include <sys/socket.h>
8553 static struct ifreq ac_aggr;
8554 if (ac_aggr.ifr_broadaddr)
8560 rm -f conftest.
$ac_objext
8561 if { (ac_try
="$ac_compile"
8563 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8564 *) ac_try_echo=$ac_try;;
8566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8567 (eval "$ac_compile") 2>conftest.er1
8569 grep -v '^ *+' conftest.er1 >conftest.err
8571 cat conftest.err >&5
8572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8573 (exit $ac_status); } && {
8574 test -z "$ac_c_werror_flag" ||
8575 test ! -s conftest.err
8576 } && test -s conftest.$ac_objext; then
8577 ac_cv_member_struct_ifreq_ifr_broadaddr=yes
8579 echo "$as_me: failed program was:" >&5
8580 sed 's/^/| /' conftest.$ac_ext >&5
8582 cat >conftest.$ac_ext <<_ACEOF
8585 cat confdefs.h >>conftest.$ac_ext
8586 cat >>conftest.$ac_ext <<_ACEOF
8587 /* end confdefs.h. */
8588 $ac_includes_default
8589 #if HAVE_SYS_SOCKET_H
8590 #include <sys/socket.h>
8599 static struct ifreq ac_aggr;
8600 if (sizeof ac_aggr.ifr_broadaddr)
8606 rm -f conftest.$ac_objext
8607 if { (ac_try="$ac_compile"
8609 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8610 *) ac_try_echo
=$ac_try;;
8612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8613 (eval "$ac_compile") 2>conftest.er1
8615 grep -v '^ *+' conftest.er1
>conftest.err
8617 cat conftest.err
>&5
8618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8619 (exit $ac_status); } && {
8620 test -z "$ac_c_werror_flag" ||
8621 test ! -s conftest.err
8622 } && test -s conftest.
$ac_objext; then
8623 ac_cv_member_struct_ifreq_ifr_broadaddr
=yes
8625 echo "$as_me: failed program was:" >&5
8626 sed 's/^/| /' conftest.
$ac_ext >&5
8628 ac_cv_member_struct_ifreq_ifr_broadaddr
=no
8631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8634 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8636 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
8637 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6; }
8638 if test $ac_cv_member_struct_ifreq_ifr_broadaddr = yes; then
8640 cat >>confdefs.h
<<_ACEOF
8641 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
8646 { echo "$as_me:$LINENO: checking for struct ifreq.ifr_addr" >&5
8647 echo $ECHO_N "checking for struct ifreq.ifr_addr... $ECHO_C" >&6; }
8648 if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
8649 echo $ECHO_N "(cached) $ECHO_C" >&6
8651 cat >conftest.
$ac_ext <<_ACEOF
8654 cat confdefs.h
>>conftest.
$ac_ext
8655 cat >>conftest.
$ac_ext <<_ACEOF
8656 /* end confdefs.h. */
8657 $ac_includes_default
8658 #if HAVE_SYS_SOCKET_H
8659 #include <sys/socket.h>
8668 static struct ifreq ac_aggr;
8669 if (ac_aggr.ifr_addr)
8675 rm -f conftest.
$ac_objext
8676 if { (ac_try
="$ac_compile"
8678 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8679 *) ac_try_echo=$ac_try;;
8681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8682 (eval "$ac_compile") 2>conftest.er1
8684 grep -v '^ *+' conftest.er1 >conftest.err
8686 cat conftest.err >&5
8687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8688 (exit $ac_status); } && {
8689 test -z "$ac_c_werror_flag" ||
8690 test ! -s conftest.err
8691 } && test -s conftest.$ac_objext; then
8692 ac_cv_member_struct_ifreq_ifr_addr=yes
8694 echo "$as_me: failed program was:" >&5
8695 sed 's/^/| /' conftest.$ac_ext >&5
8697 cat >conftest.$ac_ext <<_ACEOF
8700 cat confdefs.h >>conftest.$ac_ext
8701 cat >>conftest.$ac_ext <<_ACEOF
8702 /* end confdefs.h. */
8703 $ac_includes_default
8704 #if HAVE_SYS_SOCKET_H
8705 #include <sys/socket.h>
8714 static struct ifreq ac_aggr;
8715 if (sizeof ac_aggr.ifr_addr)
8721 rm -f conftest.$ac_objext
8722 if { (ac_try="$ac_compile"
8724 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8725 *) ac_try_echo
=$ac_try;;
8727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8728 (eval "$ac_compile") 2>conftest.er1
8730 grep -v '^ *+' conftest.er1
>conftest.err
8732 cat conftest.err
>&5
8733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8734 (exit $ac_status); } && {
8735 test -z "$ac_c_werror_flag" ||
8736 test ! -s conftest.err
8737 } && test -s conftest.
$ac_objext; then
8738 ac_cv_member_struct_ifreq_ifr_addr
=yes
8740 echo "$as_me: failed program was:" >&5
8741 sed 's/^/| /' conftest.
$ac_ext >&5
8743 ac_cv_member_struct_ifreq_ifr_addr
=no
8746 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8749 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8751 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
8752 echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6; }
8753 if test $ac_cv_member_struct_ifreq_ifr_addr = yes; then
8755 cat >>confdefs.h
<<_ACEOF
8756 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
8764 { echo "$as_me:$LINENO: checking for function prototypes" >&5
8765 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; }
8766 if test "$ac_cv_prog_cc_c89" != no
; then
8767 { echo "$as_me:$LINENO: result: yes" >&5
8768 echo "${ECHO_T}yes" >&6; }
8770 cat >>confdefs.h
<<\_ACEOF
8771 #define PROTOTYPES 1
8775 cat >>confdefs.h
<<\_ACEOF
8776 #define __PROTOTYPES 1
8780 { echo "$as_me:$LINENO: result: no" >&5
8781 echo "${ECHO_T}no" >&6; }
8784 { echo "$as_me:$LINENO: checking for working volatile" >&5
8785 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6; }
8786 if test "${ac_cv_c_volatile+set}" = set; then
8787 echo $ECHO_N "(cached) $ECHO_C" >&6
8789 cat >conftest.
$ac_ext <<_ACEOF
8792 cat confdefs.h
>>conftest.
$ac_ext
8793 cat >>conftest.
$ac_ext <<_ACEOF
8794 /* end confdefs.h. */
8801 int * volatile y = (int *) 0;
8807 rm -f conftest.
$ac_objext
8808 if { (ac_try
="$ac_compile"
8810 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8811 *) ac_try_echo=$ac_try;;
8813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8814 (eval "$ac_compile") 2>conftest.er1
8816 grep -v '^ *+' conftest.er1 >conftest.err
8818 cat conftest.err >&5
8819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8820 (exit $ac_status); } && {
8821 test -z "$ac_c_werror_flag" ||
8822 test ! -s conftest.err
8823 } && test -s conftest.$ac_objext; then
8824 ac_cv_c_volatile=yes
8826 echo "$as_me: failed program was:" >&5
8827 sed 's/^/| /' conftest.$ac_ext >&5
8832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8834 { echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
8835 echo "${ECHO_T}$ac_cv_c_volatile" >&6; }
8836 if test $ac_cv_c_volatile = no; then
8838 cat >>confdefs.h <<\_ACEOF
8844 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
8845 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
8846 if test "${ac_cv_c_const+set}" = set; then
8847 echo $ECHO_N "(cached) $ECHO_C" >&6
8849 cat >conftest.$ac_ext <<_ACEOF
8852 cat confdefs.h >>conftest.$ac_ext
8853 cat >>conftest.$ac_ext <<_ACEOF
8854 /* end confdefs.h. */
8859 /* FIXME: Include the comments suggested by Paul. */
8861 /* Ultrix mips cc rejects this. */
8862 typedef int charset[2];
8864 /* SunOS 4.1.1 cc rejects this. */
8865 char const *const *pcpcc;
8867 /* NEC SVR4.0.2 mips cc rejects this. */
8868 struct point {int x, y;};
8869 static struct point const zero = {0,0};
8870 /* AIX XL C 1.02.0.0 rejects this.
8871 It does not let you subtract one const X* pointer from another in
8872 an arm of an if-expression whose if-part is not a constant
8874 const char *g = "string";
8875 pcpcc = &g + (g ? g-g : 0);
8876 /* HPUX 7.0 cc rejects these. */
8878 ppc = (char**) pcpcc;
8879 pcpcc = (char const *const *) ppc;
8880 { /* SCO 3.2v4 cc rejects this. */
8882 char const *s = 0 ? (char *) 0 : (char const *) 0;
8887 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
8889 const int *foo = &x[0];
8892 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
8893 typedef const int *iptr;
8897 { /* AIX XL C 1.02.0.0 rejects this saying
8898 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
8899 struct s { int j; const int *ap[3]; };
8900 struct s *b; b->j = 5;
8902 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8906 return !cs[0] && !zero.x;
8913 rm -f conftest.$ac_objext
8914 if { (ac_try="$ac_compile"
8916 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8917 *) ac_try_echo
=$ac_try;;
8919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8920 (eval "$ac_compile") 2>conftest.er1
8922 grep -v '^ *+' conftest.er1
>conftest.err
8924 cat conftest.err
>&5
8925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 (exit $ac_status); } && {
8927 test -z "$ac_c_werror_flag" ||
8928 test ! -s conftest.err
8929 } && test -s conftest.
$ac_objext; then
8932 echo "$as_me: failed program was:" >&5
8933 sed 's/^/| /' conftest.
$ac_ext >&5
8938 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8940 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
8941 echo "${ECHO_T}$ac_cv_c_const" >&6; }
8942 if test $ac_cv_c_const = no
; then
8944 cat >>confdefs.h
<<\_ACEOF
8950 { echo "$as_me:$LINENO: checking for void * support" >&5
8951 echo $ECHO_N "checking for void * support... $ECHO_C" >&6; }
8952 if test "${emacs_cv_void_star+set}" = set; then
8953 echo $ECHO_N "(cached) $ECHO_C" >&6
8955 cat >conftest.
$ac_ext <<_ACEOF
8958 cat confdefs.h
>>conftest.
$ac_ext
8959 cat >>conftest.
$ac_ext <<_ACEOF
8960 /* end confdefs.h. */
8970 rm -f conftest.
$ac_objext
8971 if { (ac_try
="$ac_compile"
8973 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8974 *) ac_try_echo=$ac_try;;
8976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8977 (eval "$ac_compile") 2>conftest.er1
8979 grep -v '^ *+' conftest.er1 >conftest.err
8981 cat conftest.err >&5
8982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8983 (exit $ac_status); } && {
8984 test -z "$ac_c_werror_flag" ||
8985 test ! -s conftest.err
8986 } && test -s conftest.$ac_objext; then
8987 emacs_cv_void_star=yes
8989 echo "$as_me: failed program was:" >&5
8990 sed 's/^/| /' conftest.$ac_ext >&5
8992 emacs_cv_void_star=no
8995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8997 { echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
8998 echo "${ECHO_T}$emacs_cv_void_star" >&6; }
8999 if test $emacs_cv_void_star = yes; then
9000 cat >>confdefs.h <<\_ACEOF
9001 #define POINTER_TYPE void
9005 cat >>confdefs.h <<\_ACEOF
9006 #define POINTER_TYPE char
9015 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
9016 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
9017 set x ${MAKE-make}; ac_make=`echo "$2" |
sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
9018 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
9019 echo $ECHO_N "(cached) $ECHO_C" >&6
9021 cat >conftest.make <<\_ACEOF
9024 @echo '@@@%%%=$(MAKE)=@@@%%%'
9026 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9027 case `${MAKE-make} -f conftest.
make 2>/dev
/null
` in
9029 eval ac_cv_prog_make_${ac_make}_set=yes;;
9031 eval ac_cv_prog_make_${ac_make}_set=no;;
9035 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
9036 { echo "$as_me:$LINENO: result: yes" >&5
9037 echo "${ECHO_T}yes" >&6; }
9040 { echo "$as_me:$LINENO: result: no" >&5
9041 echo "${ECHO_T}no" >&6; }
9042 SET_MAKE="MAKE=${MAKE-make}"
9046 { echo "$as_me:$LINENO: checking for long file names" >&5
9047 echo $ECHO_N "checking for long file names... $ECHO_C" >&6; }
9048 if test "${ac_cv_sys_long_file_names+set}" = set; then
9049 echo $ECHO_N "(cached) $ECHO_C" >&6
9051 ac_cv_sys_long_file_names=yes
9052 # Test for long file names in all the places we know might matter:
9053 # . the current directory, where building will happen
9054 # $prefix/lib where we will be installing things
9055 # $exec_prefix/lib likewise
9056 # $TMPDIR if set, where it might want to write temporary files
9057 # /tmp where it might want to write temporary files
9060 for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
9061 # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
9062 # in the usual case where exec_prefix is '${prefix}'.
9064 . | /* | ?:[\\/]*) ;; #(
9067 test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
9068 ac_xdir=$ac_dir/cf$$
9069 (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
9070 ac_tf1=$ac_xdir/conftest9012345
9071 ac_tf2=$ac_xdir/conftest9012346
9072 touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
9073 ac_cv_sys_long_file_names=no
9074 rm -f -r "$ac_xdir" 2>/dev/null
9075 test $ac_cv_sys_long_file_names = no && break
9078 { echo "$as_me:$LINENO: result: $ac_cv_sys_long_file_names" >&5
9079 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6; }
9080 if test $ac_cv_sys_long_file_names = yes; then
9082 cat >>confdefs.h <<\_ACEOF
9083 #define HAVE_LONG_FILE_NAMES 1
9089 #### Choose a window system.
9091 { echo "$as_me:$LINENO: checking for X" >&5
9092 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
9095 # Check whether --with-x was given.
9096 if test "${with_x+set}" = set; then
9100 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9101 if test "x$with_x" = xno; then
9102 # The user explicitly disabled X.
9105 case $x_includes,$x_libraries in #(
9106 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
9107 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
9108 { (exit 1); exit 1; }; };; #(
9109 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
9110 echo $ECHO_N "(cached) $ECHO_C" >&6
9112 # One or both of the vars are not set, and there is no cached value.
9113 ac_x_includes=no ac_x_libraries=no
9114 rm -f -r conftest.dir
9115 if mkdir conftest.dir; then
9117 cat >Imakefile <<'_ACEOF'
9119 @echo incroot='${INCROOT}'
9121 @echo usrlibdir='${USRLIBDIR}'
9123 @echo libdir='${LIBDIR}'
9125 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9126 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9127 for ac_var in incroot usrlibdir libdir; do
9128 eval "ac_im_$ac_var=\`\
${MAKE-make} $ac_var 2>/dev
/null |
sed -n 's/^$ac_var=//p'\
`"
9130 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9131 for ac_extension in a so sl; do
9132 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9133 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9134 ac_im_usrlibdir=$ac_im_libdir; break
9137 # Screen out bogus values from the imake configuration. They are
9138 # bogus both because they are the default anyway, and because
9139 # using them would break gcc on systems where it needs fixed includes.
9140 case $ac_im_incroot in
9141 /usr/include) ac_x_includes= ;;
9142 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9144 case $ac_im_usrlibdir in
9146 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9150 rm -f -r conftest.dir
9153 # Standard set of common directories for X headers.
9154 # Check X11 before X11Rn because it is often a symlink to the current release.
9166 /usr/local/X11/include
9167 /usr/local/X11R6/include
9168 /usr/local/X11R5/include
9169 /usr/local/X11R4/include
9171 /usr/local/include/X11
9172 /usr/local/include/X11R6
9173 /usr/local/include/X11R5
9174 /usr/local/include/X11R4
9178 /usr/XFree86/include/X11
9182 /usr/unsupported/include
9184 /usr/local/x11r5/include
9185 /usr/lpp/Xamples/include
9187 /usr/openwin/include
9188 /usr/openwin/share/include'
9190 if test "$ac_x_includes" = no; then
9191 # Guess where to find include files, by looking for Xlib.h.
9192 # First, try using that file with no special directory specified.
9193 cat >conftest.$ac_ext <<_ACEOF
9196 cat confdefs.h >>conftest.$ac_ext
9197 cat >>conftest.$ac_ext <<_ACEOF
9198 /* end confdefs.h. */
9199 #include <X11/Xlib.h>
9201 if { (ac_try="$ac_cpp conftest.$ac_ext"
9203 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9204 *) ac_try_echo
=$ac_try;;
9206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9207 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9209 grep -v '^ *+' conftest.er1
>conftest.err
9211 cat conftest.err
>&5
9212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9213 (exit $ac_status); } >/dev
/null
&& {
9214 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9215 test ! -s conftest.err
9217 # We can compile using X headers with no special include directory.
9220 echo "$as_me: failed program was:" >&5
9221 sed 's/^/| /' conftest.
$ac_ext >&5
9223 for ac_dir
in $ac_x_header_dirs; do
9224 if test -r "$ac_dir/X11/Xlib.h"; then
9225 ac_x_includes
=$ac_dir
9231 rm -f conftest.err conftest.
$ac_ext
9232 fi # $ac_x_includes = no
9234 if test "$ac_x_libraries" = no
; then
9235 # Check for the libraries.
9236 # See if we find them without any special options.
9237 # Don't add to $LIBS permanently.
9240 cat >conftest.
$ac_ext <<_ACEOF
9243 cat confdefs.h
>>conftest.
$ac_ext
9244 cat >>conftest.
$ac_ext <<_ACEOF
9245 /* end confdefs.h. */
9246 #include <X11/Xlib.h>
9255 rm -f conftest.
$ac_objext conftest
$ac_exeext
9256 if { (ac_try
="$ac_link"
9258 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9259 *) ac_try_echo=$ac_try;;
9261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9262 (eval "$ac_link") 2>conftest.er1
9264 grep -v '^ *+' conftest.er1 >conftest.err
9266 cat conftest.err >&5
9267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9268 (exit $ac_status); } && {
9269 test -z "$ac_c_werror_flag" ||
9270 test ! -s conftest.err
9271 } && test -s conftest$ac_exeext &&
9272 $as_test_x conftest$ac_exeext; then
9274 # We can link X programs with no special library path.
9277 echo "$as_me: failed program was:" >&5
9278 sed 's/^/| /' conftest.$ac_ext >&5
9281 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
9283 # Don't even attempt the hair of trying to link an X program!
9284 for ac_extension in a so sl; do
9285 if test -r "$ac_dir/libX11.$ac_extension"; then
9286 ac_x_libraries=$ac_dir
9293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9294 conftest$ac_exeext conftest.$ac_ext
9295 fi # $ac_x_libraries = no
9297 case $ac_x_includes,$ac_x_libraries in #(
9299 # Didn't find X, or a directory has "'" in its name.
9300 ac_cv_have_x="have_x=no";; #(
9302 # Record where we found X for the cache.
9303 ac_cv_have_x="have_x=yes\
9304 ac_x_includes='$ac_x_includes'\
9305 ac_x_libraries='$ac_x_libraries'"
9311 eval "$ac_cv_have_x"
9314 if test "$have_x" != yes; then
9315 { echo "$as_me:$LINENO: result: $have_x" >&5
9316 echo "${ECHO_T}$have_x" >&6; }
9319 # If each of the values was on the command line, it overrides each guess.
9320 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9321 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9322 # Update the cache value to reflect the command line values.
9323 ac_cv_have_x="have_x=yes\
9324 ac_x_includes='$x_includes'\
9325 ac_x_libraries='$x_libraries'"
9326 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9327 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
9330 if test "$no_x" = yes; then
9336 if test "${x_libraries}" != NONE; then
9337 if test -n "${x_libraries}"; then
9338 LD_SWITCH_X_SITE=-L`echo ${x_libraries} |
sed -e "s/:/ -L/g"`
9339 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} |
sed -e "s/:/ -R/g"`
9341 x_default_search_path=""
9342 x_search_path=${x_libraries}
9343 if test -z "${x_search_path}"; then
9344 x_search_path=/usr/lib
9346 for x_library in `echo ${x_search_path}: | \
9347 sed -e "s/:/ /g" -e p
-e "s:/lib[^ /]* :/share :g"`; do
9349 ${x_library}/X11/%L/%T/%N%C%S:\
9350 ${x_library}/X11/%l/%T/%N%C%S:\
9351 ${x_library}/X11/%T/%N%C%S:\
9352 ${x_library}/X11/%L/%T/%N%S:\
9353 ${x_library}/X11/%l/%T/%N%S:\
9354 ${x_library}/X11/%T/%N%S"
9355 if test x"${x_default_search_path}" = x; then
9356 x_default_search_path=${x_search_path}
9358 x_default_search_path="${x_search_path}:${x_default_search_path}"
9362 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
9363 C_SWITCH_X_SITE=-I`echo ${x_includes} |
sed -e "s/:/ -I/g"`
9366 if test x"${x_includes}" = x; then
9367 bitmapdir=/usr/include/X11/bitmaps
9369 # accumulate include directories that have X11 bitmap subdirectories
9371 for bmd in `echo ${x_includes} |
sed -e "s/:/ /g"`; do
9372 if test -d "${bmd}/X11/bitmaps"; then
9373 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
9375 if test -d "${bmd}/bitmaps"; then
9376 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
9379 if test ${bmd_acc} != "dummyval"; then
9380 bitmapdir=`echo ${bmd_acc} |
sed -e "s/^dummyval://"`
9385 if test "${with_carbon}" != no; then
9386 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
9387 { echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
9388 echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6; }
9389 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
9390 echo $ECHO_N "(cached) $ECHO_C" >&6
9392 { echo "$as_me:$LINENO: result: $ac_cv_header_Carbon_Carbon_h" >&5
9393 echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6; }
9395 # Is the header compilable?
9396 { echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
9397 echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6; }
9398 cat >conftest.$ac_ext <<_ACEOF
9401 cat confdefs.h >>conftest.$ac_ext
9402 cat >>conftest.$ac_ext <<_ACEOF
9403 /* end confdefs.h. */
9404 $ac_includes_default
9405 #include <Carbon/Carbon.h>
9407 rm -f conftest.$ac_objext
9408 if { (ac_try="$ac_compile"
9410 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9411 *) ac_try_echo
=$ac_try;;
9413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9414 (eval "$ac_compile") 2>conftest.er1
9416 grep -v '^ *+' conftest.er1
>conftest.err
9418 cat conftest.err
>&5
9419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9420 (exit $ac_status); } && {
9421 test -z "$ac_c_werror_flag" ||
9422 test ! -s conftest.err
9423 } && test -s conftest.
$ac_objext; then
9424 ac_header_compiler
=yes
9426 echo "$as_me: failed program was:" >&5
9427 sed 's/^/| /' conftest.
$ac_ext >&5
9429 ac_header_compiler
=no
9432 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9433 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9434 echo "${ECHO_T}$ac_header_compiler" >&6; }
9436 # Is the header present?
9437 { echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
9438 echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6; }
9439 cat >conftest.
$ac_ext <<_ACEOF
9442 cat confdefs.h
>>conftest.
$ac_ext
9443 cat >>conftest.
$ac_ext <<_ACEOF
9444 /* end confdefs.h. */
9445 #include <Carbon/Carbon.h>
9447 if { (ac_try
="$ac_cpp conftest.$ac_ext"
9449 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9450 *) ac_try_echo=$ac_try;;
9452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9453 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9455 grep -v '^ *+' conftest.er1 >conftest.err
9457 cat conftest.err >&5
9458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9459 (exit $ac_status); } >/dev/null && {
9460 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9461 test ! -s conftest.err
9463 ac_header_preproc=yes
9465 echo "$as_me: failed program was:" >&5
9466 sed 's/^/| /' conftest.$ac_ext >&5
9468 ac_header_preproc=no
9471 rm -f conftest.err conftest.$ac_ext
9472 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9473 echo "${ECHO_T}$ac_header_preproc" >&6; }
9475 # So? What about this header?
9476 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9478 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
9479 echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9480 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5
9481 echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;}
9482 ac_header_preproc=yes
9485 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
9486 echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
9487 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
9488 echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
9489 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
9490 echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
9491 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
9492 echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
9493 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
9494 echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
9495 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
9496 echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
9500 { echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5
9501 echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6; }
9502 if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
9503 echo $ECHO_N "(cached) $ECHO_C" >&6
9505 ac_cv_header_Carbon_Carbon_h=$ac_header_preproc
9507 { echo "$as_me:$LINENO: result: $ac_cv_header_Carbon_Carbon_h" >&5
9508 echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6; }
9511 if test $ac_cv_header_Carbon_Carbon_h = yes; then
9517 if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then
9518 if test "${with_carbon+set}" != set \
9519 && test "${carbon_appdir_x+set}" != set; then
9520 for var in with_x with_x_toolkit with_gtk with_xim \
9521 with_xpm with_jpeg with_tiff with_gif with_png; do
9522 if eval test \"\${$var+set}\" = set; then
9529 if test "${HAVE_CARBON}" = yes; then
9533 case "${window_system}" in
9537 case "${with_x_toolkit}" in
9538 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
9539 motif ) USE_X_TOOLKIT=MOTIF ;;
9541 USE_X_TOOLKIT=none ;;
9542 no ) USE_X_TOOLKIT=none ;;
9543 * ) USE_X_TOOLKIT=maybe ;;
9553 ### If we're using X11, we should use the X menu package.
9556 yes ) HAVE_MENUS=yes ;;
9559 if test "${opsys}" = "hpux9"; then
9560 case "${x_libraries}" in
9562 opsysfile="s/hpux9-x11r4.h"
9567 if test "${opsys}" = "hpux9shr"; then
9568 case "${x_libraries}" in
9570 opsysfile="s/hpux9shxr4.h"
9575 ### Compute the unexec source name from the object name.
9576 UNEXEC_SRC="`echo ${unexec} |
sed 's/\.o/.c/'`"
9578 # Do the opsystem or machine files prohibit the use of the GNU malloc?
9579 # Assume not, until told otherwise.
9582 { echo "$as_me:$LINENO: checking for malloc_get_state" >&5
9583 echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6; }
9584 if test "${ac_cv_func_malloc_get_state+set}" = set; then
9585 echo $ECHO_N "(cached) $ECHO_C" >&6
9587 cat >conftest.$ac_ext <<_ACEOF
9590 cat confdefs.h >>conftest.$ac_ext
9591 cat >>conftest.$ac_ext <<_ACEOF
9592 /* end confdefs.h. */
9593 /* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
9594 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9595 #define malloc_get_state innocuous_malloc_get_state
9597 /* System header to define __stub macros and hopefully few prototypes,
9598 which can conflict with char malloc_get_state (); below.
9599 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9600 <limits.h> exists even on freestanding compilers. */
9603 # include <limits.h>
9605 # include <assert.h>
9608 #undef malloc_get_state
9610 /* Override any GCC internal prototype to avoid an error.
9611 Use char because int might match the return type of a GCC
9612 builtin and then its argument prototype would still apply. */
9616 char malloc_get_state ();
9617 /* The GNU C library defines this for functions which it implements
9618 to always fail with ENOSYS. Some functions are actually named
9619 something starting with __ and the normal name is an alias. */
9620 #if defined __stub_malloc_get_state || defined __stub___malloc_get_state
9627 return malloc_get_state ();
9632 rm -f conftest.$ac_objext conftest$ac_exeext
9633 if { (ac_try="$ac_link"
9635 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9636 *) ac_try_echo
=$ac_try;;
9638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9639 (eval "$ac_link") 2>conftest.er1
9641 grep -v '^ *+' conftest.er1
>conftest.err
9643 cat conftest.err
>&5
9644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9645 (exit $ac_status); } && {
9646 test -z "$ac_c_werror_flag" ||
9647 test ! -s conftest.err
9648 } && test -s conftest
$ac_exeext &&
9649 $as_test_x conftest
$ac_exeext; then
9650 ac_cv_func_malloc_get_state
=yes
9652 echo "$as_me: failed program was:" >&5
9653 sed 's/^/| /' conftest.
$ac_ext >&5
9655 ac_cv_func_malloc_get_state
=no
9658 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9659 conftest
$ac_exeext conftest.
$ac_ext
9661 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
9662 echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6; }
9663 if test $ac_cv_func_malloc_get_state = yes; then
9669 { echo "$as_me:$LINENO: checking for malloc_set_state" >&5
9670 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6; }
9671 if test "${ac_cv_func_malloc_set_state+set}" = set; then
9672 echo $ECHO_N "(cached) $ECHO_C" >&6
9674 cat >conftest.
$ac_ext <<_ACEOF
9677 cat confdefs.h
>>conftest.
$ac_ext
9678 cat >>conftest.
$ac_ext <<_ACEOF
9679 /* end confdefs.h. */
9680 /* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
9681 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9682 #define malloc_set_state innocuous_malloc_set_state
9684 /* System header to define __stub macros and hopefully few prototypes,
9685 which can conflict with char malloc_set_state (); below.
9686 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9687 <limits.h> exists even on freestanding compilers. */
9690 # include <limits.h>
9692 # include <assert.h>
9695 #undef malloc_set_state
9697 /* Override any GCC internal prototype to avoid an error.
9698 Use char because int might match the return type of a GCC
9699 builtin and then its argument prototype would still apply. */
9703 char malloc_set_state ();
9704 /* The GNU C library defines this for functions which it implements
9705 to always fail with ENOSYS. Some functions are actually named
9706 something starting with __ and the normal name is an alias. */
9707 #if defined __stub_malloc_set_state || defined __stub___malloc_set_state
9714 return malloc_set_state ();
9719 rm -f conftest.
$ac_objext conftest
$ac_exeext
9720 if { (ac_try
="$ac_link"
9722 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9723 *) ac_try_echo=$ac_try;;
9725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9726 (eval "$ac_link") 2>conftest.er1
9728 grep -v '^ *+' conftest.er1 >conftest.err
9730 cat conftest.err >&5
9731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9732 (exit $ac_status); } && {
9733 test -z "$ac_c_werror_flag" ||
9734 test ! -s conftest.err
9735 } && test -s conftest$ac_exeext &&
9736 $as_test_x conftest$ac_exeext; then
9737 ac_cv_func_malloc_set_state=yes
9739 echo "$as_me: failed program was:" >&5
9740 sed 's/^/| /' conftest.$ac_ext >&5
9742 ac_cv_func_malloc_set_state=no
9745 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9746 conftest$ac_exeext conftest.$ac_ext
9748 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
9749 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6; }
9750 if test $ac_cv_func_malloc_set_state = yes; then
9756 { echo "$as_me:$LINENO: checking whether __after_morecore_hook exists" >&5
9757 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6; }
9758 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
9759 echo $ECHO_N "(cached) $ECHO_C" >&6
9761 cat >conftest.$ac_ext <<_ACEOF
9764 cat confdefs.h >>conftest.$ac_ext
9765 cat >>conftest.$ac_ext <<_ACEOF
9766 /* end confdefs.h. */
9767 extern void (* __after_morecore_hook)();
9771 __after_morecore_hook = 0
9776 rm -f conftest.$ac_objext conftest$ac_exeext
9777 if { (ac_try="$ac_link"
9779 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9780 *) ac_try_echo
=$ac_try;;
9782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9783 (eval "$ac_link") 2>conftest.er1
9785 grep -v '^ *+' conftest.er1
>conftest.err
9787 cat conftest.err
>&5
9788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9789 (exit $ac_status); } && {
9790 test -z "$ac_c_werror_flag" ||
9791 test ! -s conftest.err
9792 } && test -s conftest
$ac_exeext &&
9793 $as_test_x conftest
$ac_exeext; then
9794 emacs_cv_var___after_morecore_hook
=yes
9796 echo "$as_me: failed program was:" >&5
9797 sed 's/^/| /' conftest.
$ac_ext >&5
9799 emacs_cv_var___after_morecore_hook
=no
9802 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9803 conftest
$ac_exeext conftest.
$ac_ext
9805 { echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
9806 echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6; }
9807 if test $emacs_cv_var___after_morecore_hook = no
; then
9810 if test "${system_malloc}" = "yes"; then
9813 (The GNU allocators don't work with this system configuration.)"
9815 if test "$doug_lea_malloc" = "yes" ; then
9816 if test "$GNU_MALLOC" = yes ; then
9818 (Using Doug Lea's new malloc from the GNU C Library.)"
9821 cat >>confdefs.h
<<\_ACEOF
9822 #define DOUG_LEA_MALLOC 1
9827 if test x
"${REL_ALLOC}" = x
; then
9828 REL_ALLOC
=${GNU_MALLOC}
9834 for ac_header
in stdlib.h unistd.h
9836 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9837 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9838 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9839 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9840 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9841 echo $ECHO_N "(cached) $ECHO_C" >&6
9843 ac_res
=`eval echo '${'$as_ac_Header'}'`
9844 { echo "$as_me:$LINENO: result: $ac_res" >&5
9845 echo "${ECHO_T}$ac_res" >&6; }
9847 # Is the header compilable?
9848 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9849 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9850 cat >conftest.
$ac_ext <<_ACEOF
9853 cat confdefs.h
>>conftest.
$ac_ext
9854 cat >>conftest.
$ac_ext <<_ACEOF
9855 /* end confdefs.h. */
9856 $ac_includes_default
9857 #include <$ac_header>
9859 rm -f conftest.
$ac_objext
9860 if { (ac_try
="$ac_compile"
9862 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9863 *) ac_try_echo=$ac_try;;
9865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9866 (eval "$ac_compile") 2>conftest.er1
9868 grep -v '^ *+' conftest.er1 >conftest.err
9870 cat conftest.err >&5
9871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9872 (exit $ac_status); } && {
9873 test -z "$ac_c_werror_flag" ||
9874 test ! -s conftest.err
9875 } && test -s conftest.$ac_objext; then
9876 ac_header_compiler=yes
9878 echo "$as_me: failed program was:" >&5
9879 sed 's/^/| /' conftest.$ac_ext >&5
9881 ac_header_compiler=no
9884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9885 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9886 echo "${ECHO_T}$ac_header_compiler" >&6; }
9888 # Is the header present?
9889 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9890 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9891 cat >conftest.$ac_ext <<_ACEOF
9894 cat confdefs.h >>conftest.$ac_ext
9895 cat >>conftest.$ac_ext <<_ACEOF
9896 /* end confdefs.h. */
9897 #include <$ac_header>
9899 if { (ac_try="$ac_cpp conftest.$ac_ext"
9901 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9902 *) ac_try_echo
=$ac_try;;
9904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9905 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9907 grep -v '^ *+' conftest.er1
>conftest.err
9909 cat conftest.err
>&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); } >/dev
/null
&& {
9912 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9913 test ! -s conftest.err
9915 ac_header_preproc
=yes
9917 echo "$as_me: failed program was:" >&5
9918 sed 's/^/| /' conftest.
$ac_ext >&5
9920 ac_header_preproc
=no
9923 rm -f conftest.err conftest.
$ac_ext
9924 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9925 echo "${ECHO_T}$ac_header_preproc" >&6; }
9927 # So? What about this header?
9928 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9930 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9931 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9932 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9933 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9934 ac_header_preproc
=yes
9937 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9938 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9939 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9940 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9941 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9942 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9943 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9944 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9945 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9946 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9947 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9948 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9952 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9953 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9954 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9955 echo $ECHO_N "(cached) $ECHO_C" >&6
9957 eval "$as_ac_Header=\$ac_header_preproc"
9959 ac_res
=`eval echo '${'$as_ac_Header'}'`
9960 { echo "$as_me:$LINENO: result: $ac_res" >&5
9961 echo "${ECHO_T}$ac_res" >&6; }
9964 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9965 cat >>confdefs.h
<<_ACEOF
9966 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9974 for ac_func
in getpagesize
9976 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9977 { echo "$as_me:$LINENO: checking for $ac_func" >&5
9978 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9979 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9980 echo $ECHO_N "(cached) $ECHO_C" >&6
9982 cat >conftest.
$ac_ext <<_ACEOF
9985 cat confdefs.h
>>conftest.
$ac_ext
9986 cat >>conftest.
$ac_ext <<_ACEOF
9987 /* end confdefs.h. */
9988 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9989 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9990 #define $ac_func innocuous_$ac_func
9992 /* System header to define __stub macros and hopefully few prototypes,
9993 which can conflict with char $ac_func (); below.
9994 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9995 <limits.h> exists even on freestanding compilers. */
9998 # include <limits.h>
10000 # include <assert.h>
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10012 /* The GNU C library defines this for functions which it implements
10013 to always fail with ENOSYS. Some functions are actually named
10014 something starting with __ and the normal name is an alias. */
10015 #if defined __stub_$ac_func || defined __stub___$ac_func
10022 return $ac_func ();
10027 rm -f conftest.
$ac_objext conftest
$ac_exeext
10028 if { (ac_try
="$ac_link"
10029 case "(($ac_try" in
10030 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10031 *) ac_try_echo=$ac_try;;
10033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10034 (eval "$ac_link") 2>conftest.er1
10036 grep -v '^ *+' conftest.er1 >conftest.err
10038 cat conftest.err >&5
10039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10040 (exit $ac_status); } && {
10041 test -z "$ac_c_werror_flag" ||
10042 test ! -s conftest.err
10043 } && test -s conftest$ac_exeext &&
10044 $as_test_x conftest$ac_exeext; then
10045 eval "$as_ac_var=yes"
10047 echo "$as_me: failed program was:" >&5
10048 sed 's/^/| /' conftest.$ac_ext >&5
10050 eval "$as_ac_var=no"
10053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10054 conftest$ac_exeext conftest.$ac_ext
10056 ac_res=`eval echo '${'$as_ac_var'}'`
10057 { echo "$as_me:$LINENO: result: $ac_res" >&5
10058 echo "${ECHO_T}$ac_res" >&6; }
10059 if test `eval echo '${'$as_ac_var'}'` = yes; then
10060 cat >>confdefs.h <<_ACEOF
10061 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
10067 { echo "$as_me:$LINENO: checking for working mmap" >&5
10068 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; }
10069 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
10070 echo $ECHO_N "(cached) $ECHO_C" >&6
10072 if test "$cross_compiling" = yes; then
10073 ac_cv_func_mmap_fixed_mapped=no
10075 cat >conftest.$ac_ext <<_ACEOF
10078 cat confdefs.h >>conftest.$ac_ext
10079 cat >>conftest.$ac_ext <<_ACEOF
10080 /* end confdefs.h. */
10081 $ac_includes_default
10082 /* malloc might have been renamed as rpl_malloc. */
10085 /* Thanks to Mike Haertel and Jim Avera for this test.
10086 Here is a matrix of mmap possibilities:
10087 mmap private not fixed
10088 mmap private fixed at somewhere currently unmapped
10089 mmap private fixed at somewhere already mapped
10090 mmap shared not fixed
10091 mmap shared fixed at somewhere currently unmapped
10092 mmap shared fixed at somewhere already mapped
10093 For private mappings, we should verify that changes cannot be read()
10094 back from the file, nor mmap's back from the file at a different
10095 address. (There have been systems where private was not correctly
10096 implemented like the infamous i386 svr4.0, and systems where the
10097 VM page cache was not coherent with the file system buffer cache
10098 like early versions of FreeBSD and possibly contemporary NetBSD.)
10099 For shared mappings, we should conversely verify that changes get
10100 propagated back to all the places they're supposed to be.
10102 Grep wants private fixed already mapped.
10103 The main things grep needs to know about mmap are:
10104 * does it exist and is it safe to write into the mmap'd area
10105 * how to use it (BSD variants) */
10108 #include <sys/mman.h>
10110 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
10114 /* This mess was copied from the GNU getpagesize.h. */
10115 #ifndef HAVE_GETPAGESIZE
10116 /* Assume that all systems that can run configure have sys/param.h. */
10117 # ifndef HAVE_SYS_PARAM_H
10118 # define HAVE_SYS_PARAM_H 1
10121 # ifdef _SC_PAGESIZE
10122 # define getpagesize() sysconf(_SC_PAGESIZE)
10123 # else /* no _SC_PAGESIZE */
10124 # ifdef HAVE_SYS_PARAM_H
10125 # include <sys/param.h>
10126 # ifdef EXEC_PAGESIZE
10127 # define getpagesize() EXEC_PAGESIZE
10128 # else /* no EXEC_PAGESIZE */
10130 # define getpagesize() NBPG * CLSIZE
10133 # endif /* no CLSIZE */
10134 # else /* no NBPG */
10136 # define getpagesize() NBPC
10137 # else /* no NBPC */
10139 # define getpagesize() PAGESIZE
10140 # endif /* PAGESIZE */
10141 # endif /* no NBPC */
10142 # endif /* no NBPG */
10143 # endif /* no EXEC_PAGESIZE */
10144 # else /* no HAVE_SYS_PARAM_H */
10145 # define getpagesize() 8192 /* punt totally */
10146 # endif /* no HAVE_SYS_PARAM_H */
10147 # endif /* no _SC_PAGESIZE */
10149 #endif /* no HAVE_GETPAGESIZE */
10154 char *data, *data2, *data3;
10158 pagesize = getpagesize ();
10160 /* First, make a file with some known garbage in it. */
10161 data = (char *) malloc (pagesize);
10164 for (i = 0; i < pagesize; ++i)
10165 *(data + i) = rand ();
10167 fd = creat ("conftest.mmap", 0600);
10170 if (write (fd, data, pagesize) != pagesize)
10174 /* Next, try to mmap the file at a fixed address which already has
10175 something else allocated at it. If we can, also make sure that
10176 we see the same garbage. */
10177 fd = open ("conftest.mmap", O_RDWR);
10180 data2 = (char *) malloc (2 * pagesize);
10183 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
10184 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
10185 MAP_PRIVATE | MAP_FIXED, fd, 0L))
10187 for (i = 0; i < pagesize; ++i)
10188 if (*(data + i) != *(data2 + i))
10191 /* Finally, make sure that changes to the mapped area do not
10192 percolate back to the file as seen by read(). (This is a bug on
10193 some variants of i386 svr4.0.) */
10194 for (i = 0; i < pagesize; ++i)
10195 *(data2 + i) = *(data2 + i) + 1;
10196 data3 = (char *) malloc (pagesize);
10199 if (read (fd, data3, pagesize) != pagesize)
10201 for (i = 0; i < pagesize; ++i)
10202 if (*(data + i) != *(data3 + i))
10208 rm -f conftest$ac_exeext
10209 if { (ac_try="$ac_link"
10210 case "(($ac_try" in
10211 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10212 *) ac_try_echo
=$ac_try;;
10214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10215 (eval "$ac_link") 2>&5
10217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10218 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10219 { (case "(($ac_try" in
10220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10221 *) ac_try_echo=$ac_try;;
10223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10224 (eval "$ac_try") 2>&5
10226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10227 (exit $ac_status); }; }; then
10228 ac_cv_func_mmap_fixed_mapped=yes
10230 echo "$as_me: program exited with status $ac_status" >&5
10231 echo "$as_me: failed program was:" >&5
10232 sed 's/^/| /' conftest.$ac_ext >&5
10234 ( exit $ac_status )
10235 ac_cv_func_mmap_fixed_mapped=no
10237 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10242 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
10243 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
10244 if test $ac_cv_func_mmap_fixed_mapped = yes; then
10246 cat >>confdefs.h <<\_ACEOF
10247 #define HAVE_MMAP 1
10251 rm -f conftest.mmap
10253 if test $use_mmap_for_buffers = yes; then
10257 LIBS="$libsrc_libs $LIBS"
10260 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
10261 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
10262 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
10263 echo $ECHO_N "(cached) $ECHO_C" >&6
10265 ac_check_lib_save_LIBS=$LIBS
10266 LIBS="-ldnet $LIBS"
10267 cat >conftest.$ac_ext <<_ACEOF
10270 cat confdefs.h >>conftest.$ac_ext
10271 cat >>conftest.$ac_ext <<_ACEOF
10272 /* end confdefs.h. */
10274 /* Override any GCC internal prototype to avoid an error.
10275 Use char because int might match the return type of a GCC
10276 builtin and then its argument prototype would still apply. */
10284 return dnet_ntoa ();
10289 rm -f conftest.$ac_objext conftest$ac_exeext
10290 if { (ac_try="$ac_link"
10291 case "(($ac_try" in
10292 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10293 *) ac_try_echo
=$ac_try;;
10295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10296 (eval "$ac_link") 2>conftest.er1
10298 grep -v '^ *+' conftest.er1
>conftest.err
10300 cat conftest.err
>&5
10301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10302 (exit $ac_status); } && {
10303 test -z "$ac_c_werror_flag" ||
10304 test ! -s conftest.err
10305 } && test -s conftest
$ac_exeext &&
10306 $as_test_x conftest
$ac_exeext; then
10307 ac_cv_lib_dnet_dnet_ntoa
=yes
10309 echo "$as_me: failed program was:" >&5
10310 sed 's/^/| /' conftest.
$ac_ext >&5
10312 ac_cv_lib_dnet_dnet_ntoa
=no
10315 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10316 conftest
$ac_exeext conftest.
$ac_ext
10317 LIBS
=$ac_check_lib_save_LIBS
10319 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10320 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10321 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
10322 cat >>confdefs.h
<<_ACEOF
10323 #define HAVE_LIBDNET 1
10326 LIBS
="-ldnet $LIBS"
10331 { echo "$as_me:$LINENO: checking for main in -lXbsd" >&5
10332 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6; }
10333 if test "${ac_cv_lib_Xbsd_main+set}" = set; then
10334 echo $ECHO_N "(cached) $ECHO_C" >&6
10336 ac_check_lib_save_LIBS
=$LIBS
10337 LIBS
="-lXbsd $LIBS"
10338 cat >conftest.
$ac_ext <<_ACEOF
10341 cat confdefs.h
>>conftest.
$ac_ext
10342 cat >>conftest.
$ac_ext <<_ACEOF
10343 /* end confdefs.h. */
10354 rm -f conftest.
$ac_objext conftest
$ac_exeext
10355 if { (ac_try
="$ac_link"
10356 case "(($ac_try" in
10357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10358 *) ac_try_echo=$ac_try;;
10360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10361 (eval "$ac_link") 2>conftest.er1
10363 grep -v '^ *+' conftest.er1 >conftest.err
10365 cat conftest.err >&5
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); } && {
10368 test -z "$ac_c_werror_flag" ||
10369 test ! -s conftest.err
10370 } && test -s conftest$ac_exeext &&
10371 $as_test_x conftest$ac_exeext; then
10372 ac_cv_lib_Xbsd_main=yes
10374 echo "$as_me: failed program was:" >&5
10375 sed 's/^/| /' conftest.$ac_ext >&5
10377 ac_cv_lib_Xbsd_main=no
10380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10381 conftest$ac_exeext conftest.$ac_ext
10382 LIBS=$ac_check_lib_save_LIBS
10384 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
10385 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6; }
10386 if test $ac_cv_lib_Xbsd_main = yes; then
10387 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10392 { echo "$as_me:$LINENO: checking for cma_open in -lpthreads" >&5
10393 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6; }
10394 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
10395 echo $ECHO_N "(cached) $ECHO_C" >&6
10397 ac_check_lib_save_LIBS=$LIBS
10398 LIBS="-lpthreads $LIBS"
10399 cat >conftest.$ac_ext <<_ACEOF
10402 cat confdefs.h >>conftest.$ac_ext
10403 cat >>conftest.$ac_ext <<_ACEOF
10404 /* end confdefs.h. */
10406 /* Override any GCC internal prototype to avoid an error.
10407 Use char because int might match the return type of a GCC
10408 builtin and then its argument prototype would still apply. */
10416 return cma_open ();
10421 rm -f conftest.$ac_objext conftest$ac_exeext
10422 if { (ac_try="$ac_link"
10423 case "(($ac_try" in
10424 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10425 *) ac_try_echo
=$ac_try;;
10427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10428 (eval "$ac_link") 2>conftest.er1
10430 grep -v '^ *+' conftest.er1
>conftest.err
10432 cat conftest.err
>&5
10433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10434 (exit $ac_status); } && {
10435 test -z "$ac_c_werror_flag" ||
10436 test ! -s conftest.err
10437 } && test -s conftest
$ac_exeext &&
10438 $as_test_x conftest
$ac_exeext; then
10439 ac_cv_lib_pthreads_cma_open
=yes
10441 echo "$as_me: failed program was:" >&5
10442 sed 's/^/| /' conftest.
$ac_ext >&5
10444 ac_cv_lib_pthreads_cma_open
=no
10447 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10448 conftest
$ac_exeext conftest.
$ac_ext
10449 LIBS
=$ac_check_lib_save_LIBS
10451 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
10452 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6; }
10453 if test $ac_cv_lib_pthreads_cma_open = yes; then
10454 cat >>confdefs.h
<<_ACEOF
10455 #define HAVE_LIBPTHREADS 1
10458 LIBS
="-lpthreads $LIBS"
10463 { echo "$as_me:$LINENO: checking for XFree86 in /usr/X386" >&5
10464 echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6; }
10465 if test -d /usr
/X386
/include
; then
10467 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
10471 { echo "$as_me:$LINENO: result: $HAVE_XFREE386" >&5
10472 echo "${ECHO_T}$HAVE_XFREE386" >&6; }
10477 { echo "$as_me:$LINENO: checking for -bbigtoc option" >&5
10478 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6; }
10479 if test "${gdb_cv_bigtoc+set}" = set; then
10480 echo $ECHO_N "(cached) $ECHO_C" >&6
10484 yes) gdb_cv_bigtoc
=-Wl,-bbigtoc ;;
10485 *) gdb_cv_bigtoc
=-bbigtoc ;;
10488 LDFLAGS
=$LDFLAGS\
$gdb_cv_bigtoc
10489 cat >conftest.
$ac_ext <<_ACEOF
10492 cat confdefs.h
>>conftest.
$ac_ext
10493 cat >>conftest.
$ac_ext <<_ACEOF
10494 /* end confdefs.h. */
10504 rm -f conftest.
$ac_objext conftest
$ac_exeext
10505 if { (ac_try
="$ac_link"
10506 case "(($ac_try" in
10507 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10508 *) ac_try_echo=$ac_try;;
10510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10511 (eval "$ac_link") 2>conftest.er1
10513 grep -v '^ *+' conftest.er1 >conftest.err
10515 cat conftest.err >&5
10516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10517 (exit $ac_status); } && {
10518 test -z "$ac_c_werror_flag" ||
10519 test ! -s conftest.err
10520 } && test -s conftest$ac_exeext &&
10521 $as_test_x conftest$ac_exeext; then
10524 echo "$as_me: failed program was:" >&5
10525 sed 's/^/| /' conftest.$ac_ext >&5
10530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10531 conftest$ac_exeext conftest.$ac_ext
10534 { echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
10535 echo "${ECHO_T}$gdb_cv_bigtoc" >&6; }
10539 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
10540 # used for the tests that follow. We set them back to REAL_CFLAGS and
10541 # REAL_CPPFLAGS later on.
10543 REAL_CPPFLAGS="$CPPFLAGS"
10545 if test "${HAVE_X11}" = "yes"; then
10546 DEFS="$C_SWITCH_X_SITE $DEFS"
10547 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
10549 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
10550 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
10552 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
10553 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
10554 # but it's more convenient here to set LD_RUN_PATH
10555 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
10556 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
10557 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
10561 if test "${opsys}" = "gnu-linux"; then
10562 { echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
10563 echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6; }
10564 cat >conftest.$ac_ext <<_ACEOF
10567 cat confdefs.h >>conftest.$ac_ext
10568 cat >>conftest.$ac_ext <<_ACEOF
10569 /* end confdefs.h. */
10574 XOpenDisplay ("foo");
10579 rm -f conftest.$ac_objext conftest$ac_exeext
10580 if { (ac_try="$ac_link"
10581 case "(($ac_try" in
10582 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10583 *) ac_try_echo
=$ac_try;;
10585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10586 (eval "$ac_link") 2>conftest.er1
10588 grep -v '^ *+' conftest.er1
>conftest.err
10590 cat conftest.err
>&5
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); } && {
10593 test -z "$ac_c_werror_flag" ||
10594 test ! -s conftest.err
10595 } && test -s conftest
$ac_exeext &&
10596 $as_test_x conftest
$ac_exeext; then
10597 xlinux_first_failure
=no
10599 echo "$as_me: failed program was:" >&5
10600 sed 's/^/| /' conftest.
$ac_ext >&5
10602 xlinux_first_failure
=yes
10605 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10606 conftest
$ac_exeext conftest.
$ac_ext
10607 if test "${xlinux_first_failure}" = "yes"; then
10608 OLD_LD_SWITCH_X_SITE
="$LD_SWITCH_X_SITE"
10609 OLD_C_SWITCH_X_SITE
="$C_SWITCH_X_SITE"
10610 OLD_CPPFLAGS
="$CPPFLAGS"
10612 LD_SWITCH_X_SITE
="$LD_SWITCH_X_SITE -b i486-linuxaout"
10613 C_SWITCH_X_SITE
="$C_SWITCH_X_SITE -b i486-linuxaout"
10614 CPPFLAGS
="$CPPFLAGS -b i486-linuxaout"
10615 LIBS
="$LIBS -b i486-linuxaout"
10616 cat >conftest.
$ac_ext <<_ACEOF
10619 cat confdefs.h
>>conftest.
$ac_ext
10620 cat >>conftest.
$ac_ext <<_ACEOF
10621 /* end confdefs.h. */
10626 XOpenDisplay ("foo");
10631 rm -f conftest.
$ac_objext conftest
$ac_exeext
10632 if { (ac_try
="$ac_link"
10633 case "(($ac_try" in
10634 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10635 *) ac_try_echo=$ac_try;;
10637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10638 (eval "$ac_link") 2>conftest.er1
10640 grep -v '^ *+' conftest.er1 >conftest.err
10642 cat conftest.err >&5
10643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10644 (exit $ac_status); } && {
10645 test -z "$ac_c_werror_flag" ||
10646 test ! -s conftest.err
10647 } && test -s conftest$ac_exeext &&
10648 $as_test_x conftest$ac_exeext; then
10649 xlinux_second_failure=no
10651 echo "$as_me: failed program was:" >&5
10652 sed 's/^/| /' conftest.$ac_ext >&5
10654 xlinux_second_failure=yes
10657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10658 conftest$ac_exeext conftest.$ac_ext
10659 if test "${xlinux_second_failure}" = "yes"; then
10660 # If we get the same failure with -b, there is no use adding -b.
10661 # So take it out. This plays safe.
10662 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
10663 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
10664 CPPFLAGS="$OLD_CPPFLAGS"
10666 { echo "$as_me:$LINENO: result: no" >&5
10667 echo "${ECHO_T}no" >&6; }
10669 { echo "$as_me:$LINENO: result: yes" >&5
10670 echo "${ECHO_T}yes" >&6; }
10673 { echo "$as_me:$LINENO: result: no" >&5
10674 echo "${ECHO_T}no" >&6; }
10678 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
10679 # header files included from there.
10680 { echo "$as_me:$LINENO: checking for Xkb" >&5
10681 echo $ECHO_N "checking for Xkb... $ECHO_C" >&6; }
10682 cat >conftest.$ac_ext <<_ACEOF
10685 cat confdefs.h >>conftest.$ac_ext
10686 cat >>conftest.$ac_ext <<_ACEOF
10687 /* end confdefs.h. */
10688 #include <X11/Xlib.h>
10689 #include <X11/XKBlib.h>
10693 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
10698 rm -f conftest.$ac_objext conftest$ac_exeext
10699 if { (ac_try="$ac_link"
10700 case "(($ac_try" in
10701 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10702 *) ac_try_echo
=$ac_try;;
10704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10705 (eval "$ac_link") 2>conftest.er1
10707 grep -v '^ *+' conftest.er1
>conftest.err
10709 cat conftest.err
>&5
10710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10711 (exit $ac_status); } && {
10712 test -z "$ac_c_werror_flag" ||
10713 test ! -s conftest.err
10714 } && test -s conftest
$ac_exeext &&
10715 $as_test_x conftest
$ac_exeext; then
10718 echo "$as_me: failed program was:" >&5
10719 sed 's/^/| /' conftest.
$ac_ext >&5
10724 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10725 conftest
$ac_exeext conftest.
$ac_ext
10726 { echo "$as_me:$LINENO: result: $emacs_xkb" >&5
10727 echo "${ECHO_T}$emacs_xkb" >&6; }
10728 if test $emacs_xkb = yes; then
10730 cat >>confdefs.h
<<\_ACEOF
10731 #define HAVE_XKBGETKEYBOARD 1
10740 for ac_func
in XrmSetDatabase XScreenResourceString \
10741 XScreenNumberOfScreen XSetWMProtocols
10743 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10744 { echo "$as_me:$LINENO: checking for $ac_func" >&5
10745 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
10746 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
10747 echo $ECHO_N "(cached) $ECHO_C" >&6
10749 cat >conftest.
$ac_ext <<_ACEOF
10752 cat confdefs.h
>>conftest.
$ac_ext
10753 cat >>conftest.
$ac_ext <<_ACEOF
10754 /* end confdefs.h. */
10755 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10756 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10757 #define $ac_func innocuous_$ac_func
10759 /* System header to define __stub macros and hopefully few prototypes,
10760 which can conflict with char $ac_func (); below.
10761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10762 <limits.h> exists even on freestanding compilers. */
10765 # include <limits.h>
10767 # include <assert.h>
10772 /* Override any GCC internal prototype to avoid an error.
10773 Use char because int might match the return type of a GCC
10774 builtin and then its argument prototype would still apply. */
10779 /* The GNU C library defines this for functions which it implements
10780 to always fail with ENOSYS. Some functions are actually named
10781 something starting with __ and the normal name is an alias. */
10782 #if defined __stub_$ac_func || defined __stub___$ac_func
10789 return $ac_func ();
10794 rm -f conftest.
$ac_objext conftest
$ac_exeext
10795 if { (ac_try
="$ac_link"
10796 case "(($ac_try" in
10797 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10798 *) ac_try_echo=$ac_try;;
10800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10801 (eval "$ac_link") 2>conftest.er1
10803 grep -v '^ *+' conftest.er1 >conftest.err
10805 cat conftest.err >&5
10806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10807 (exit $ac_status); } && {
10808 test -z "$ac_c_werror_flag" ||
10809 test ! -s conftest.err
10810 } && test -s conftest$ac_exeext &&
10811 $as_test_x conftest$ac_exeext; then
10812 eval "$as_ac_var=yes"
10814 echo "$as_me: failed program was:" >&5
10815 sed 's/^/| /' conftest.$ac_ext >&5
10817 eval "$as_ac_var=no"
10820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10821 conftest$ac_exeext conftest.$ac_ext
10823 ac_res=`eval echo '${'$as_ac_var'}'`
10824 { echo "$as_me:$LINENO: result: $ac_res" >&5
10825 echo "${ECHO_T}$ac_res" >&6; }
10826 if test `eval echo '${'$as_ac_var'}'` = yes; then
10827 cat >>confdefs.h <<_ACEOF
10828 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
10836 if test "${window_system}" = "x11"; then
10837 { echo "$as_me:$LINENO: checking X11 version 6" >&5
10838 echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6; }
10839 if test "${emacs_cv_x11_version_6+set}" = set; then
10840 echo $ECHO_N "(cached) $ECHO_C" >&6
10842 cat >conftest.$ac_ext <<_ACEOF
10845 cat confdefs.h >>conftest.$ac_ext
10846 cat >>conftest.$ac_ext <<_ACEOF
10847 /* end confdefs.h. */
10848 #include <X11/Xlib.h>
10852 #if XlibSpecificationRelease < 6
10860 rm -f conftest.$ac_objext conftest$ac_exeext
10861 if { (ac_try="$ac_link"
10862 case "(($ac_try" in
10863 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10864 *) ac_try_echo
=$ac_try;;
10866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10867 (eval "$ac_link") 2>conftest.er1
10869 grep -v '^ *+' conftest.er1
>conftest.err
10871 cat conftest.err
>&5
10872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10873 (exit $ac_status); } && {
10874 test -z "$ac_c_werror_flag" ||
10875 test ! -s conftest.err
10876 } && test -s conftest
$ac_exeext &&
10877 $as_test_x conftest
$ac_exeext; then
10878 emacs_cv_x11_version_6
=yes
10880 echo "$as_me: failed program was:" >&5
10881 sed 's/^/| /' conftest.
$ac_ext >&5
10883 emacs_cv_x11_version_6
=no
10886 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10887 conftest
$ac_exeext conftest.
$ac_ext
10890 if test $emacs_cv_x11_version_6 = yes; then
10891 { echo "$as_me:$LINENO: result: 6 or newer" >&5
10892 echo "${ECHO_T}6 or newer" >&6; }
10894 cat >>confdefs.h
<<\_ACEOF
10895 #define HAVE_X11R6 1
10899 { echo "$as_me:$LINENO: result: before 6" >&5
10900 echo "${ECHO_T}before 6" >&6; }
10904 if test "${window_system}" = "x11"; then
10905 { echo "$as_me:$LINENO: checking X11 version 5" >&5
10906 echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6; }
10907 if test "${emacs_cv_x11_version_5+set}" = set; then
10908 echo $ECHO_N "(cached) $ECHO_C" >&6
10910 cat >conftest.
$ac_ext <<_ACEOF
10913 cat confdefs.h
>>conftest.
$ac_ext
10914 cat >>conftest.
$ac_ext <<_ACEOF
10915 /* end confdefs.h. */
10916 #include <X11/Xlib.h>
10920 #if XlibSpecificationRelease < 5
10928 rm -f conftest.
$ac_objext conftest
$ac_exeext
10929 if { (ac_try
="$ac_link"
10930 case "(($ac_try" in
10931 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10932 *) ac_try_echo=$ac_try;;
10934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10935 (eval "$ac_link") 2>conftest.er1
10937 grep -v '^ *+' conftest.er1 >conftest.err
10939 cat conftest.err >&5
10940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10941 (exit $ac_status); } && {
10942 test -z "$ac_c_werror_flag" ||
10943 test ! -s conftest.err
10944 } && test -s conftest$ac_exeext &&
10945 $as_test_x conftest$ac_exeext; then
10946 emacs_cv_x11_version_5=yes
10948 echo "$as_me: failed program was:" >&5
10949 sed 's/^/| /' conftest.$ac_ext >&5
10951 emacs_cv_x11_version_5=no
10954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10955 conftest$ac_exeext conftest.$ac_ext
10958 if test $emacs_cv_x11_version_5 = yes; then
10959 { echo "$as_me:$LINENO: result: 5 or newer" >&5
10960 echo "${ECHO_T}5 or newer" >&6; }
10963 cat >>confdefs.h <<\_ACEOF
10964 #define HAVE_X11R5 1
10969 { echo "$as_me:$LINENO: result: before 5" >&5
10970 echo "${ECHO_T}before 5" >&6; }
10975 if test "${with_gtk}" = "yes" && test "$USE_X_TOOLKIT" = "gtk"; then
10978 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
10979 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
10980 { { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5
10981 echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;}
10982 { (exit 1); exit 1; }; };
10986 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
10988 if test "X${with_pkg_config_prog}" != X; then
10989 PKG_CONFIG="${with_pkg_config_prog}"
10994 if test -z "$PKG_CONFIG"; then
10995 # Extract the first word of "pkg-config", so it can be a program name with args.
10996 set dummy pkg-config; ac_word=$2
10997 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10998 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10999 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11000 echo $ECHO_N "(cached) $ECHO_C" >&6
11002 case $PKG_CONFIG in
11004 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11008 for as_dir in $PATH
11011 test -z "$as_dir" && as_dir=.
11012 for ac_exec_ext in '' $ac_executable_extensions; do
11013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11014 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11022 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
11026 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11027 if test -n "$PKG_CONFIG"; then
11028 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
11029 echo "${ECHO_T}$PKG_CONFIG" >&6; }
11031 { echo "$as_me:$LINENO: result: no" >&5
11032 echo "${ECHO_T}no" >&6; }
11038 if test "$PKG_CONFIG" = "no" ; then
11039 { { echo "$as_me:$LINENO: error:
11040 *** The pkg-config script could not be found. Make sure it is in your path, or give the full path to pkg-config with the PKG_CONFIG environment variable or --with-pkg-config-prog. Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." >&5
11041 echo "$as_me: error:
11042 *** The pkg-config script could not be found. Make sure it is in your path, or give the full path to pkg-config with the PKG_CONFIG environment variable or --with-pkg-config-prog. Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." >&2;}
11043 { (exit 1); exit 1; }; }
11045 PKG_CONFIG_MIN_VERSION=0.9.0
11046 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11047 { echo "$as_me:$LINENO: checking for $GTK_MODULES" >&5
11048 echo $ECHO_N "checking for $GTK_MODULES... $ECHO_C" >&6; }
11050 if $PKG_CONFIG --exists "$GTK_MODULES" 2>&5; then
11051 { echo "$as_me:$LINENO: result: yes" >&5
11052 echo "${ECHO_T}yes" >&6; }
11055 { echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
11056 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6; }
11057 GTK_CFLAGS=`$PKG_CONFIG --cflags "$GTK_MODULES"|
sed -e 's,///*,/,g'`
11058 { echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
11059 echo "${ECHO_T}$GTK_CFLAGS" >&6; }
11061 { echo "$as_me:$LINENO: checking GTK_LIBS" >&5
11062 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6; }
11063 GTK_LIBS=`$PKG_CONFIG --libs "$GTK_MODULES"|
sed -e 's,///*,/,g'`
11064 { echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
11065 echo "${ECHO_T}$GTK_LIBS" >&6; }
11067 { echo "$as_me:$LINENO: result: no" >&5
11068 echo "${ECHO_T}no" >&6; }
11071 ## If we have a custom action on failure, don't print errors, but
11072 ## do set a variable so people can do so.
11073 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$GTK_MODULES"`
11074 echo $GTK_PKG_ERRORS
11080 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11081 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11085 if test $succeeded = yes; then
11088 { { 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
11089 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;}
11090 { (exit 1); exit 1; }; }
11095 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
11096 CFLAGS="$CFLAGS $GTK_CFLAGS"
11097 LIBS="$GTK_LIBS $LIBS"
11100 for ac_func in gtk_main
11102 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
11103 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11104 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11105 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11106 echo $ECHO_N "(cached) $ECHO_C" >&6
11108 cat >conftest.$ac_ext <<_ACEOF
11111 cat confdefs.h >>conftest.$ac_ext
11112 cat >>conftest.$ac_ext <<_ACEOF
11113 /* end confdefs.h. */
11114 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11115 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11116 #define $ac_func innocuous_$ac_func
11118 /* System header to define __stub macros and hopefully few prototypes,
11119 which can conflict with char $ac_func (); below.
11120 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11121 <limits.h> exists even on freestanding compilers. */
11124 # include <limits.h>
11126 # include <assert.h>
11131 /* Override any GCC internal prototype to avoid an error.
11132 Use char because int might match the return type of a GCC
11133 builtin and then its argument prototype would still apply. */
11138 /* The GNU C library defines this for functions which it implements
11139 to always fail with ENOSYS. Some functions are actually named
11140 something starting with __ and the normal name is an alias. */
11141 #if defined __stub_$ac_func || defined __stub___$ac_func
11148 return $ac_func ();
11153 rm -f conftest.$ac_objext conftest$ac_exeext
11154 if { (ac_try="$ac_link"
11155 case "(($ac_try" in
11156 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11157 *) ac_try_echo
=$ac_try;;
11159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11160 (eval "$ac_link") 2>conftest.er1
11162 grep -v '^ *+' conftest.er1
>conftest.err
11164 cat conftest.err
>&5
11165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11166 (exit $ac_status); } && {
11167 test -z "$ac_c_werror_flag" ||
11168 test ! -s conftest.err
11169 } && test -s conftest
$ac_exeext &&
11170 $as_test_x conftest
$ac_exeext; then
11171 eval "$as_ac_var=yes"
11173 echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.
$ac_ext >&5
11176 eval "$as_ac_var=no"
11179 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11180 conftest
$ac_exeext conftest.
$ac_ext
11182 ac_res
=`eval echo '${'$as_ac_var'}'`
11183 { echo "$as_me:$LINENO: result: $ac_res" >&5
11184 echo "${ECHO_T}$ac_res" >&6; }
11185 if test `eval echo '${'$as_ac_var'}'` = yes; then
11186 cat >>confdefs.h
<<_ACEOF
11187 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11193 if test "${GTK_COMPILES}" != "yes"; then
11194 { { echo "$as_me:$LINENO: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&5
11195 echo "$as_me: error: Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" >&2;}
11196 { (exit 1); exit 1; }; };
11201 cat >>confdefs.h
<<\_ACEOF
11207 if test "$with_toolkit_scroll_bars" != no
; then
11208 with_toolkit_scroll_bars
=yes
11211 HAVE_GTK_MULTIDISPLAY
=no
11213 for ac_func
in gdk_display_open
11215 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11216 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11217 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11218 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11219 echo $ECHO_N "(cached) $ECHO_C" >&6
11221 cat >conftest.
$ac_ext <<_ACEOF
11224 cat confdefs.h
>>conftest.
$ac_ext
11225 cat >>conftest.
$ac_ext <<_ACEOF
11226 /* end confdefs.h. */
11227 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11228 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11229 #define $ac_func innocuous_$ac_func
11231 /* System header to define __stub macros and hopefully few prototypes,
11232 which can conflict with char $ac_func (); below.
11233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11234 <limits.h> exists even on freestanding compilers. */
11237 # include <limits.h>
11239 # include <assert.h>
11244 /* Override any GCC internal prototype to avoid an error.
11245 Use char because int might match the return type of a GCC
11246 builtin and then its argument prototype would still apply. */
11251 /* The GNU C library defines this for functions which it implements
11252 to always fail with ENOSYS. Some functions are actually named
11253 something starting with __ and the normal name is an alias. */
11254 #if defined __stub_$ac_func || defined __stub___$ac_func
11261 return $ac_func ();
11266 rm -f conftest.
$ac_objext conftest
$ac_exeext
11267 if { (ac_try
="$ac_link"
11268 case "(($ac_try" in
11269 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11270 *) ac_try_echo=$ac_try;;
11272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11273 (eval "$ac_link") 2>conftest.er1
11275 grep -v '^ *+' conftest.er1 >conftest.err
11277 cat conftest.err >&5
11278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11279 (exit $ac_status); } && {
11280 test -z "$ac_c_werror_flag" ||
11281 test ! -s conftest.err
11282 } && test -s conftest$ac_exeext &&
11283 $as_test_x conftest$ac_exeext; then
11284 eval "$as_ac_var=yes"
11286 echo "$as_me: failed program was:" >&5
11287 sed 's/^/| /' conftest.$ac_ext >&5
11289 eval "$as_ac_var=no"
11292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11293 conftest$ac_exeext conftest.$ac_ext
11295 ac_res=`eval echo '${'$as_ac_var'}'`
11296 { echo "$as_me:$LINENO: result: $ac_res" >&5
11297 echo "${ECHO_T}$ac_res" >&6; }
11298 if test `eval echo '${'$as_ac_var'}'` = yes; then
11299 cat >>confdefs.h <<_ACEOF
11300 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
11302 HAVE_GTK_MULTIDISPLAY=yes
11306 if test "${HAVE_GTK_MULTIDISPLAY}" = "yes"; then
11308 cat >>confdefs.h <<\_ACEOF
11309 #define HAVE_GTK_MULTIDISPLAY 1
11313 HAVE_GTK_FILE_SELECTION=no
11315 for ac_func in gtk_file_selection_new
11317 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
11318 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11319 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11320 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11321 echo $ECHO_N "(cached) $ECHO_C" >&6
11323 cat >conftest.$ac_ext <<_ACEOF
11326 cat confdefs.h >>conftest.$ac_ext
11327 cat >>conftest.$ac_ext <<_ACEOF
11328 /* end confdefs.h. */
11329 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11330 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11331 #define $ac_func innocuous_$ac_func
11333 /* System header to define __stub macros and hopefully few prototypes,
11334 which can conflict with char $ac_func (); below.
11335 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11336 <limits.h> exists even on freestanding compilers. */
11339 # include <limits.h>
11341 # include <assert.h>
11346 /* Override any GCC internal prototype to avoid an error.
11347 Use char because int might match the return type of a GCC
11348 builtin and then its argument prototype would still apply. */
11353 /* The GNU C library defines this for functions which it implements
11354 to always fail with ENOSYS. Some functions are actually named
11355 something starting with __ and the normal name is an alias. */
11356 #if defined __stub_$ac_func || defined __stub___$ac_func
11363 return $ac_func ();
11368 rm -f conftest.$ac_objext conftest$ac_exeext
11369 if { (ac_try="$ac_link"
11370 case "(($ac_try" in
11371 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11372 *) ac_try_echo
=$ac_try;;
11374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11375 (eval "$ac_link") 2>conftest.er1
11377 grep -v '^ *+' conftest.er1
>conftest.err
11379 cat conftest.err
>&5
11380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11381 (exit $ac_status); } && {
11382 test -z "$ac_c_werror_flag" ||
11383 test ! -s conftest.err
11384 } && test -s conftest
$ac_exeext &&
11385 $as_test_x conftest
$ac_exeext; then
11386 eval "$as_ac_var=yes"
11388 echo "$as_me: failed program was:" >&5
11389 sed 's/^/| /' conftest.
$ac_ext >&5
11391 eval "$as_ac_var=no"
11394 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11395 conftest
$ac_exeext conftest.
$ac_ext
11397 ac_res
=`eval echo '${'$as_ac_var'}'`
11398 { echo "$as_me:$LINENO: result: $ac_res" >&5
11399 echo "${ECHO_T}$ac_res" >&6; }
11400 if test `eval echo '${'$as_ac_var'}'` = yes; then
11401 cat >>confdefs.h
<<_ACEOF
11402 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11404 HAVE_GTK_FILE_SELECTION
=yes
11409 HAVE_GTK_FILE_CHOOSER
=no
11411 for ac_func
in gtk_file_chooser_dialog_new
11413 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11414 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11415 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11416 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11417 echo $ECHO_N "(cached) $ECHO_C" >&6
11419 cat >conftest.
$ac_ext <<_ACEOF
11422 cat confdefs.h
>>conftest.
$ac_ext
11423 cat >>conftest.
$ac_ext <<_ACEOF
11424 /* end confdefs.h. */
11425 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11426 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11427 #define $ac_func innocuous_$ac_func
11429 /* System header to define __stub macros and hopefully few prototypes,
11430 which can conflict with char $ac_func (); below.
11431 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11432 <limits.h> exists even on freestanding compilers. */
11435 # include <limits.h>
11437 # include <assert.h>
11442 /* Override any GCC internal prototype to avoid an error.
11443 Use char because int might match the return type of a GCC
11444 builtin and then its argument prototype would still apply. */
11449 /* The GNU C library defines this for functions which it implements
11450 to always fail with ENOSYS. Some functions are actually named
11451 something starting with __ and the normal name is an alias. */
11452 #if defined __stub_$ac_func || defined __stub___$ac_func
11459 return $ac_func ();
11464 rm -f conftest.
$ac_objext conftest
$ac_exeext
11465 if { (ac_try
="$ac_link"
11466 case "(($ac_try" in
11467 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11468 *) ac_try_echo=$ac_try;;
11470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11471 (eval "$ac_link") 2>conftest.er1
11473 grep -v '^ *+' conftest.er1 >conftest.err
11475 cat conftest.err >&5
11476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11477 (exit $ac_status); } && {
11478 test -z "$ac_c_werror_flag" ||
11479 test ! -s conftest.err
11480 } && test -s conftest$ac_exeext &&
11481 $as_test_x conftest$ac_exeext; then
11482 eval "$as_ac_var=yes"
11484 echo "$as_me: failed program was:" >&5
11485 sed 's/^/| /' conftest.$ac_ext >&5
11487 eval "$as_ac_var=no"
11490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11491 conftest$ac_exeext conftest.$ac_ext
11493 ac_res=`eval echo '${'$as_ac_var'}'`
11494 { echo "$as_me:$LINENO: result: $ac_res" >&5
11495 echo "${ECHO_T}$ac_res" >&6; }
11496 if test `eval echo '${'$as_ac_var'}'` = yes; then
11497 cat >>confdefs.h <<_ACEOF
11498 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
11500 HAVE_GTK_FILE_CHOOSER=yes
11505 if test "$HAVE_GTK_FILE_SELECTION" = yes \
11506 && test "$HAVE_GTK_FILE_CHOOSER" = yes; then
11508 cat >>confdefs.h <<\_ACEOF
11509 #define HAVE_GTK_FILE_BOTH 1
11514 if test "$HAVE_GTK_FILE_CHOOSER" = yes; then
11515 HAVE_GTK_AND_PTHREAD=no
11517 for ac_header in pthread.h
11519 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11520 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11521 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11522 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11523 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11524 echo $ECHO_N "(cached) $ECHO_C" >&6
11526 ac_res=`eval echo '${'$as_ac_Header'}'`
11527 { echo "$as_me:$LINENO: result: $ac_res" >&5
11528 echo "${ECHO_T}$ac_res" >&6; }
11530 # Is the header compilable?
11531 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11532 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11533 cat >conftest.$ac_ext <<_ACEOF
11536 cat confdefs.h >>conftest.$ac_ext
11537 cat >>conftest.$ac_ext <<_ACEOF
11538 /* end confdefs.h. */
11539 $ac_includes_default
11540 #include <$ac_header>
11542 rm -f conftest.$ac_objext
11543 if { (ac_try="$ac_compile"
11544 case "(($ac_try" in
11545 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11546 *) ac_try_echo
=$ac_try;;
11548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11549 (eval "$ac_compile") 2>conftest.er1
11551 grep -v '^ *+' conftest.er1
>conftest.err
11553 cat conftest.err
>&5
11554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555 (exit $ac_status); } && {
11556 test -z "$ac_c_werror_flag" ||
11557 test ! -s conftest.err
11558 } && test -s conftest.
$ac_objext; then
11559 ac_header_compiler
=yes
11561 echo "$as_me: failed program was:" >&5
11562 sed 's/^/| /' conftest.
$ac_ext >&5
11564 ac_header_compiler
=no
11567 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11568 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11569 echo "${ECHO_T}$ac_header_compiler" >&6; }
11571 # Is the header present?
11572 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11573 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11574 cat >conftest.
$ac_ext <<_ACEOF
11577 cat confdefs.h
>>conftest.
$ac_ext
11578 cat >>conftest.
$ac_ext <<_ACEOF
11579 /* end confdefs.h. */
11580 #include <$ac_header>
11582 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11583 case "(($ac_try" in
11584 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11585 *) ac_try_echo=$ac_try;;
11587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11588 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11590 grep -v '^ *+' conftest.er1 >conftest.err
11592 cat conftest.err >&5
11593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594 (exit $ac_status); } >/dev/null && {
11595 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11596 test ! -s conftest.err
11598 ac_header_preproc=yes
11600 echo "$as_me: failed program was:" >&5
11601 sed 's/^/| /' conftest.$ac_ext >&5
11603 ac_header_preproc=no
11606 rm -f conftest.err conftest.$ac_ext
11607 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11608 echo "${ECHO_T}$ac_header_preproc" >&6; }
11610 # So? What about this header?
11611 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11613 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11614 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11615 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11616 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11617 ac_header_preproc=yes
11620 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11621 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11622 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11623 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11624 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11625 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11626 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11627 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11628 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11629 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11630 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11631 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11635 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11636 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11637 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11638 echo $ECHO_N "(cached) $ECHO_C" >&6
11640 eval "$as_ac_Header=\$ac_header_preproc"
11642 ac_res=`eval echo '${'$as_ac_Header'}'`
11643 { echo "$as_me:$LINENO: result: $ac_res" >&5
11644 echo "${ECHO_T}$ac_res" >&6; }
11647 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11648 cat >>confdefs.h <<_ACEOF
11649 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11656 if test "$ac_cv_header_pthread_h"; then
11657 { echo "$as_me:$LINENO: checking for pthread_self in -lpthread" >&5
11658 echo $ECHO_N "checking for pthread_self in -lpthread... $ECHO_C" >&6; }
11659 if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then
11660 echo $ECHO_N "(cached) $ECHO_C" >&6
11662 ac_check_lib_save_LIBS=$LIBS
11663 LIBS="-lpthread $LIBS"
11664 cat >conftest.$ac_ext <<_ACEOF
11667 cat confdefs.h >>conftest.$ac_ext
11668 cat >>conftest.$ac_ext <<_ACEOF
11669 /* end confdefs.h. */
11671 /* Override any GCC internal prototype to avoid an error.
11672 Use char because int might match the return type of a GCC
11673 builtin and then its argument prototype would still apply. */
11677 char pthread_self ();
11681 return pthread_self ();
11686 rm -f conftest.$ac_objext conftest$ac_exeext
11687 if { (ac_try="$ac_link"
11688 case "(($ac_try" in
11689 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11690 *) ac_try_echo
=$ac_try;;
11692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11693 (eval "$ac_link") 2>conftest.er1
11695 grep -v '^ *+' conftest.er1
>conftest.err
11697 cat conftest.err
>&5
11698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11699 (exit $ac_status); } && {
11700 test -z "$ac_c_werror_flag" ||
11701 test ! -s conftest.err
11702 } && test -s conftest
$ac_exeext &&
11703 $as_test_x conftest
$ac_exeext; then
11704 ac_cv_lib_pthread_pthread_self
=yes
11706 echo "$as_me: failed program was:" >&5
11707 sed 's/^/| /' conftest.
$ac_ext >&5
11709 ac_cv_lib_pthread_pthread_self
=no
11712 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11713 conftest
$ac_exeext conftest.
$ac_ext
11714 LIBS
=$ac_check_lib_save_LIBS
11716 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5
11717 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_self" >&6; }
11718 if test $ac_cv_lib_pthread_pthread_self = yes; then
11719 HAVE_GTK_AND_PTHREAD
=yes
11723 if test "$HAVE_GTK_AND_PTHREAD" = yes; then
11724 case "${canonical}" in
11726 *) GTK_LIBS
="$GTK_LIBS -lpthread" ;;
11729 cat >>confdefs.h
<<\_ACEOF
11730 #define HAVE_GTK_AND_PTHREAD 1
11737 ### Link with -lXft if available to work around a bug.
11739 if test "${HAVE_GTK}" = "yes"; then
11740 if test "X${with_pkg_config_prog}" != X
; then
11741 PKG_CONFIG
="${with_pkg_config_prog}"
11747 if test -z "$PKG_CONFIG"; then
11748 # Extract the first word of "pkg-config", so it can be a program name with args.
11749 set dummy pkg-config
; ac_word
=$2
11750 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11752 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11753 echo $ECHO_N "(cached) $ECHO_C" >&6
11755 case $PKG_CONFIG in
11757 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
11760 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11761 for as_dir
in $PATH
11764 test -z "$as_dir" && as_dir
=.
11765 for ac_exec_ext
in '' $ac_executable_extensions; do
11766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11767 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
11768 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11775 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
11779 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
11780 if test -n "$PKG_CONFIG"; then
11781 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
11782 echo "${ECHO_T}$PKG_CONFIG" >&6; }
11784 { echo "$as_me:$LINENO: result: no" >&5
11785 echo "${ECHO_T}no" >&6; }
11791 if test "$PKG_CONFIG" = "no" ; then
11794 PKG_CONFIG_MIN_VERSION
=0.9.0
11795 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
11796 { echo "$as_me:$LINENO: checking for xft >= 0.13.0" >&5
11797 echo $ECHO_N "checking for xft >= 0.13.0... $ECHO_C" >&6; }
11799 if $PKG_CONFIG --exists "xft >= 0.13.0" 2>&5; then
11800 { echo "$as_me:$LINENO: result: yes" >&5
11801 echo "${ECHO_T}yes" >&6; }
11804 { echo "$as_me:$LINENO: checking XFT_CFLAGS" >&5
11805 echo $ECHO_N "checking XFT_CFLAGS... $ECHO_C" >&6; }
11806 XFT_CFLAGS
=`$PKG_CONFIG --cflags "xft >= 0.13.0"|sed -e 's,///*,/,g'`
11807 { echo "$as_me:$LINENO: result: $XFT_CFLAGS" >&5
11808 echo "${ECHO_T}$XFT_CFLAGS" >&6; }
11810 { echo "$as_me:$LINENO: checking XFT_LIBS" >&5
11811 echo $ECHO_N "checking XFT_LIBS... $ECHO_C" >&6; }
11812 XFT_LIBS
=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'`
11813 { echo "$as_me:$LINENO: result: $XFT_LIBS" >&5
11814 echo "${ECHO_T}$XFT_LIBS" >&6; }
11816 { echo "$as_me:$LINENO: result: no" >&5
11817 echo "${ECHO_T}no" >&6; }
11820 ## If we have a custom action on failure, don't print errors, but
11821 ## do set a variable so people can do so.
11822 XFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "xft >= 0.13.0"`
11829 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
11830 echo "*** See http://www.freedesktop.org/software/pkgconfig"
11834 if test $succeeded = yes; then
11840 if test "$HAVE_XFT" != no
; then
11841 OLD_CFLAGS
="$CPPFLAGS"
11842 OLD_CPPFLAGS
="$CFLAGS"
11844 CPPFLAGS
="$CPPFLAGS $XFT_CFLAGS"
11845 CFLAGS
="$CFLAGS $XFT_CFLAGS"
11846 LIBS
="$XFT_LIBS $LIBS"
11847 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
11848 { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
11849 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; }
11850 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
11851 echo $ECHO_N "(cached) $ECHO_C" >&6
11853 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
11854 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; }
11856 # Is the header compilable?
11857 { echo "$as_me:$LINENO: checking X11/Xft/Xft.h usability" >&5
11858 echo $ECHO_N "checking X11/Xft/Xft.h usability... $ECHO_C" >&6; }
11859 cat >conftest.
$ac_ext <<_ACEOF
11862 cat confdefs.h
>>conftest.
$ac_ext
11863 cat >>conftest.
$ac_ext <<_ACEOF
11864 /* end confdefs.h. */
11865 $ac_includes_default
11866 #include <X11/Xft/Xft.h>
11868 rm -f conftest.
$ac_objext
11869 if { (ac_try
="$ac_compile"
11870 case "(($ac_try" in
11871 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11872 *) ac_try_echo=$ac_try;;
11874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11875 (eval "$ac_compile") 2>conftest.er1
11877 grep -v '^ *+' conftest.er1 >conftest.err
11879 cat conftest.err >&5
11880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11881 (exit $ac_status); } && {
11882 test -z "$ac_c_werror_flag" ||
11883 test ! -s conftest.err
11884 } && test -s conftest.$ac_objext; then
11885 ac_header_compiler=yes
11887 echo "$as_me: failed program was:" >&5
11888 sed 's/^/| /' conftest.$ac_ext >&5
11890 ac_header_compiler=no
11893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11894 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11895 echo "${ECHO_T}$ac_header_compiler" >&6; }
11897 # Is the header present?
11898 { echo "$as_me:$LINENO: checking X11/Xft/Xft.h presence" >&5
11899 echo $ECHO_N "checking X11/Xft/Xft.h presence... $ECHO_C" >&6; }
11900 cat >conftest.$ac_ext <<_ACEOF
11903 cat confdefs.h >>conftest.$ac_ext
11904 cat >>conftest.$ac_ext <<_ACEOF
11905 /* end confdefs.h. */
11906 #include <X11/Xft/Xft.h>
11908 if { (ac_try="$ac_cpp conftest.$ac_ext"
11909 case "(($ac_try" in
11910 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11911 *) ac_try_echo
=$ac_try;;
11913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11914 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11916 grep -v '^ *+' conftest.er1
>conftest.err
11918 cat conftest.err
>&5
11919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11920 (exit $ac_status); } >/dev
/null
&& {
11921 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11922 test ! -s conftest.err
11924 ac_header_preproc
=yes
11926 echo "$as_me: failed program was:" >&5
11927 sed 's/^/| /' conftest.
$ac_ext >&5
11929 ac_header_preproc
=no
11932 rm -f conftest.err conftest.
$ac_ext
11933 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11934 echo "${ECHO_T}$ac_header_preproc" >&6; }
11936 # So? What about this header?
11937 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11939 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&5
11940 echo "$as_me: WARNING: X11/Xft/Xft.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11941 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&5
11942 echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the compiler's result" >&2;}
11943 ac_header_preproc
=yes
11946 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&5
11947 echo "$as_me: WARNING: X11/Xft/Xft.h: present but cannot be compiled" >&2;}
11948 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&5
11949 echo "$as_me: WARNING: X11/Xft/Xft.h: check for missing prerequisite headers?" >&2;}
11950 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&5
11951 echo "$as_me: WARNING: X11/Xft/Xft.h: see the Autoconf documentation" >&2;}
11952 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&5
11953 echo "$as_me: WARNING: X11/Xft/Xft.h: section \"Present But Cannot Be Compiled\"" >&2;}
11954 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&5
11955 echo "$as_me: WARNING: X11/Xft/Xft.h: proceeding with the preprocessor's result" >&2;}
11956 { echo "$as_me:$LINENO: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&5
11957 echo "$as_me: WARNING: X11/Xft/Xft.h: in the future, the compiler will take precedence" >&2;}
11961 { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
11962 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6; }
11963 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
11964 echo $ECHO_N "(cached) $ECHO_C" >&6
11966 ac_cv_header_X11_Xft_Xft_h
=$ac_header_preproc
11968 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5
11969 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6; }
11972 if test $ac_cv_header_X11_Xft_Xft_h = yes; then
11973 { echo "$as_me:$LINENO: checking for XftFontOpen in -lXft" >&5
11974 echo $ECHO_N "checking for XftFontOpen in -lXft... $ECHO_C" >&6; }
11975 if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then
11976 echo $ECHO_N "(cached) $ECHO_C" >&6
11978 ac_check_lib_save_LIBS
=$LIBS
11979 LIBS
="-lXft $XFT_LIBS $LIBS"
11980 cat >conftest.
$ac_ext <<_ACEOF
11983 cat confdefs.h
>>conftest.
$ac_ext
11984 cat >>conftest.
$ac_ext <<_ACEOF
11985 /* end confdefs.h. */
11987 /* Override any GCC internal prototype to avoid an error.
11988 Use char because int might match the return type of a GCC
11989 builtin and then its argument prototype would still apply. */
11993 char XftFontOpen ();
11997 return XftFontOpen ();
12002 rm -f conftest.
$ac_objext conftest
$ac_exeext
12003 if { (ac_try
="$ac_link"
12004 case "(($ac_try" in
12005 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12006 *) ac_try_echo=$ac_try;;
12008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12009 (eval "$ac_link") 2>conftest.er1
12011 grep -v '^ *+' conftest.er1 >conftest.err
12013 cat conftest.err >&5
12014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12015 (exit $ac_status); } && {
12016 test -z "$ac_c_werror_flag" ||
12017 test ! -s conftest.err
12018 } && test -s conftest$ac_exeext &&
12019 $as_test_x conftest$ac_exeext; then
12020 ac_cv_lib_Xft_XftFontOpen=yes
12022 echo "$as_me: failed program was:" >&5
12023 sed 's/^/| /' conftest.$ac_ext >&5
12025 ac_cv_lib_Xft_XftFontOpen=no
12028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12029 conftest$ac_exeext conftest.$ac_ext
12030 LIBS=$ac_check_lib_save_LIBS
12032 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12033 echo "${ECHO_T}$ac_cv_lib_Xft_XftFontOpen" >&6; }
12034 if test $ac_cv_lib_Xft_XftFontOpen = yes; then
12042 if test "${HAVE_XFT}" = "yes"; then
12044 cat >>confdefs.h <<\_ACEOF
12049 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
12051 CFLAGS="$OLD_CPPFLAGS"
12052 CFLAGS="$OLD_CFLAGS"
12058 if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
12059 if test x"${HAVE_X11R5}" = xyes; then
12060 { echo "$as_me:$LINENO: checking X11 version 5 with Xaw" >&5
12061 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6; }
12062 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
12063 echo $ECHO_N "(cached) $ECHO_C" >&6
12065 cat >conftest.$ac_ext <<_ACEOF
12068 cat confdefs.h >>conftest.$ac_ext
12069 cat >>conftest.$ac_ext <<_ACEOF
12070 /* end confdefs.h. */
12072 #include <X11/Intrinsic.h>
12073 #include <X11/Xaw/Simple.h>
12082 rm -f conftest.$ac_objext conftest$ac_exeext
12083 if { (ac_try="$ac_link"
12084 case "(($ac_try" in
12085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12086 *) ac_try_echo
=$ac_try;;
12088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12089 (eval "$ac_link") 2>conftest.er1
12091 grep -v '^ *+' conftest.er1
>conftest.err
12093 cat conftest.err
>&5
12094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12095 (exit $ac_status); } && {
12096 test -z "$ac_c_werror_flag" ||
12097 test ! -s conftest.err
12098 } && test -s conftest
$ac_exeext &&
12099 $as_test_x conftest
$ac_exeext; then
12100 emacs_cv_x11_version_5_with_xaw
=yes
12102 echo "$as_me: failed program was:" >&5
12103 sed 's/^/| /' conftest.
$ac_ext >&5
12105 emacs_cv_x11_version_5_with_xaw
=no
12108 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12109 conftest
$ac_exeext conftest.
$ac_ext
12112 if test $emacs_cv_x11_version_5_with_xaw = yes; then
12113 { echo "$as_me:$LINENO: result: 5 or newer, with Xaw; use toolkit by default" >&5
12114 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6; }
12115 USE_X_TOOLKIT
=LUCID
12117 if test x
"${USE_X_TOOLKIT}" = xLUCID
; then
12118 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5
12119 echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;}
12120 { (exit 1); exit 1; }; }
12122 { echo "$as_me:$LINENO: result: before 5 or no Xaw; do not use toolkit by default" >&5
12123 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6; }
12132 X_TOOLKIT_TYPE
=$USE_X_TOOLKIT
12134 if test "${USE_X_TOOLKIT}" != "none"; then
12135 { echo "$as_me:$LINENO: checking X11 toolkit version" >&5
12136 echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6; }
12137 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
12138 echo $ECHO_N "(cached) $ECHO_C" >&6
12140 cat >conftest.
$ac_ext <<_ACEOF
12143 cat confdefs.h
>>conftest.
$ac_ext
12144 cat >>conftest.
$ac_ext <<_ACEOF
12145 /* end confdefs.h. */
12146 #include <X11/Intrinsic.h>
12150 #if XtSpecificationRelease < 6
12158 rm -f conftest.
$ac_objext conftest
$ac_exeext
12159 if { (ac_try
="$ac_link"
12160 case "(($ac_try" in
12161 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12162 *) ac_try_echo=$ac_try;;
12164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12165 (eval "$ac_link") 2>conftest.er1
12167 grep -v '^ *+' conftest.er1 >conftest.err
12169 cat conftest.err >&5
12170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12171 (exit $ac_status); } && {
12172 test -z "$ac_c_werror_flag" ||
12173 test ! -s conftest.err
12174 } && test -s conftest$ac_exeext &&
12175 $as_test_x conftest$ac_exeext; then
12176 emacs_cv_x11_toolkit_version_6=yes
12178 echo "$as_me: failed program was:" >&5
12179 sed 's/^/| /' conftest.$ac_ext >&5
12181 emacs_cv_x11_toolkit_version_6=no
12184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12185 conftest$ac_exeext conftest.$ac_ext
12188 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
12189 if test $emacs_cv_x11_toolkit_version_6 = yes; then
12190 { echo "$as_me:$LINENO: result: 6 or newer" >&5
12191 echo "${ECHO_T}6 or newer" >&6; }
12193 cat >>confdefs.h <<\_ACEOF
12194 #define HAVE_X11XTR6 1
12198 { echo "$as_me:$LINENO: result: before 6" >&5
12199 echo "${ECHO_T}before 6" >&6; }
12203 if test x$HAVE_X11XTR6 = xyes; then
12204 LIBS="-lXt -lSM -lICE $LIBS"
12209 { echo "$as_me:$LINENO: checking for XmuConvertStandardSelection in -lXmu" >&5
12210 echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6; }
12211 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
12212 echo $ECHO_N "(cached) $ECHO_C" >&6
12214 ac_check_lib_save_LIBS=$LIBS
12216 cat >conftest.$ac_ext <<_ACEOF
12219 cat confdefs.h >>conftest.$ac_ext
12220 cat >>conftest.$ac_ext <<_ACEOF
12221 /* end confdefs.h. */
12223 /* Override any GCC internal prototype to avoid an error.
12224 Use char because int might match the return type of a GCC
12225 builtin and then its argument prototype would still apply. */
12229 char XmuConvertStandardSelection ();
12233 return XmuConvertStandardSelection ();
12238 rm -f conftest.$ac_objext conftest$ac_exeext
12239 if { (ac_try="$ac_link"
12240 case "(($ac_try" in
12241 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12242 *) ac_try_echo
=$ac_try;;
12244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12245 (eval "$ac_link") 2>conftest.er1
12247 grep -v '^ *+' conftest.er1
>conftest.err
12249 cat conftest.err
>&5
12250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12251 (exit $ac_status); } && {
12252 test -z "$ac_c_werror_flag" ||
12253 test ! -s conftest.err
12254 } && test -s conftest
$ac_exeext &&
12255 $as_test_x conftest
$ac_exeext; then
12256 ac_cv_lib_Xmu_XmuConvertStandardSelection
=yes
12258 echo "$as_me: failed program was:" >&5
12259 sed 's/^/| /' conftest.
$ac_ext >&5
12261 ac_cv_lib_Xmu_XmuConvertStandardSelection
=no
12264 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12265 conftest
$ac_exeext conftest.
$ac_ext
12266 LIBS
=$ac_check_lib_save_LIBS
12268 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
12269 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
12270 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
12271 cat >>confdefs.h
<<_ACEOF
12272 #define HAVE_LIBXMU 1
12279 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no
&& LIBS
="$OLDLIBS"
12282 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
12283 if test "${HAVE_X11}" = "yes"; then
12284 if test "${USE_X_TOOLKIT}" != "none"; then
12286 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
12287 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
12288 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
12289 echo $ECHO_N "(cached) $ECHO_C" >&6
12291 ac_check_lib_save_LIBS
=$LIBS
12292 LIBS
="-lXext $LIBS"
12293 cat >conftest.
$ac_ext <<_ACEOF
12296 cat confdefs.h
>>conftest.
$ac_ext
12297 cat >>conftest.
$ac_ext <<_ACEOF
12298 /* end confdefs.h. */
12300 /* Override any GCC internal prototype to avoid an error.
12301 Use char because int might match the return type of a GCC
12302 builtin and then its argument prototype would still apply. */
12306 char XShapeQueryExtension ();
12310 return XShapeQueryExtension ();
12315 rm -f conftest.
$ac_objext conftest
$ac_exeext
12316 if { (ac_try
="$ac_link"
12317 case "(($ac_try" in
12318 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12319 *) ac_try_echo=$ac_try;;
12321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12322 (eval "$ac_link") 2>conftest.er1
12324 grep -v '^ *+' conftest.er1 >conftest.err
12326 cat conftest.err >&5
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); } && {
12329 test -z "$ac_c_werror_flag" ||
12330 test ! -s conftest.err
12331 } && test -s conftest$ac_exeext &&
12332 $as_test_x conftest$ac_exeext; then
12333 ac_cv_lib_Xext_XShapeQueryExtension=yes
12335 echo "$as_me: failed program was:" >&5
12336 sed 's/^/| /' conftest.$ac_ext >&5
12338 ac_cv_lib_Xext_XShapeQueryExtension=no
12341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12342 conftest$ac_exeext conftest.$ac_ext
12343 LIBS=$ac_check_lib_save_LIBS
12345 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
12346 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
12347 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
12348 cat >>confdefs.h <<_ACEOF
12349 #define HAVE_LIBXEXT 1
12352 LIBS="-lXext $LIBS"
12359 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12360 { echo "$as_me:$LINENO: checking for Motif version 2.1" >&5
12361 echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6; }
12362 if test "${emacs_cv_motif_version_2_1+set}" = set; then
12363 echo $ECHO_N "(cached) $ECHO_C" >&6
12365 cat >conftest.$ac_ext <<_ACEOF
12368 cat confdefs.h >>conftest.$ac_ext
12369 cat >>conftest.$ac_ext <<_ACEOF
12370 /* end confdefs.h. */
12375 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
12378 Motif version prior to 2.1.
12384 rm -f conftest.$ac_objext
12385 if { (ac_try="$ac_compile"
12386 case "(($ac_try" in
12387 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12388 *) ac_try_echo
=$ac_try;;
12390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12391 (eval "$ac_compile") 2>conftest.er1
12393 grep -v '^ *+' conftest.er1
>conftest.err
12395 cat conftest.err
>&5
12396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12397 (exit $ac_status); } && {
12398 test -z "$ac_c_werror_flag" ||
12399 test ! -s conftest.err
12400 } && test -s conftest.
$ac_objext; then
12401 emacs_cv_motif_version_2_1
=yes
12403 echo "$as_me: failed program was:" >&5
12404 sed 's/^/| /' conftest.
$ac_ext >&5
12406 emacs_cv_motif_version_2_1
=no
12409 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12411 { echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
12412 echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6; }
12413 HAVE_MOTIF_2_1
=$emacs_cv_motif_version_2_1
12414 if test $emacs_cv_motif_version_2_1 = yes; then
12417 cat >>confdefs.h
<<\_ACEOF
12418 #define HAVE_MOTIF_2_1 1
12421 { echo "$as_me:$LINENO: checking for XpCreateContext in -lXp" >&5
12422 echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6; }
12423 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
12424 echo $ECHO_N "(cached) $ECHO_C" >&6
12426 ac_check_lib_save_LIBS
=$LIBS
12428 cat >conftest.
$ac_ext <<_ACEOF
12431 cat confdefs.h
>>conftest.
$ac_ext
12432 cat >>conftest.
$ac_ext <<_ACEOF
12433 /* end confdefs.h. */
12435 /* Override any GCC internal prototype to avoid an error.
12436 Use char because int might match the return type of a GCC
12437 builtin and then its argument prototype would still apply. */
12441 char XpCreateContext ();
12445 return XpCreateContext ();
12450 rm -f conftest.
$ac_objext conftest
$ac_exeext
12451 if { (ac_try
="$ac_link"
12452 case "(($ac_try" in
12453 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12454 *) ac_try_echo=$ac_try;;
12456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12457 (eval "$ac_link") 2>conftest.er1
12459 grep -v '^ *+' conftest.er1 >conftest.err
12461 cat conftest.err >&5
12462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12463 (exit $ac_status); } && {
12464 test -z "$ac_c_werror_flag" ||
12465 test ! -s conftest.err
12466 } && test -s conftest$ac_exeext &&
12467 $as_test_x conftest$ac_exeext; then
12468 ac_cv_lib_Xp_XpCreateContext=yes
12470 echo "$as_me: failed program was:" >&5
12471 sed 's/^/| /' conftest.$ac_ext >&5
12473 ac_cv_lib_Xp_XpCreateContext=no
12476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12477 conftest$ac_exeext conftest.$ac_ext
12478 LIBS=$ac_check_lib_save_LIBS
12480 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
12481 echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6; }
12482 if test $ac_cv_lib_Xp_XpCreateContext = yes; then
12486 if test ${HAVE_LIBXP} = yes; then
12488 cat >>confdefs.h <<\_ACEOF
12489 #define HAVE_LIBXP 1
12494 { echo "$as_me:$LINENO: checking for LessTif where some systems put it" >&5
12495 echo $ECHO_N "checking for LessTif where some systems put it... $ECHO_C" >&6; }
12496 if test "${emacs_cv_lesstif+set}" = set; then
12497 echo $ECHO_N "(cached) $ECHO_C" >&6
12499 # We put this in CFLAGS temporarily to precede other -I options
12500 # that might be in CFLAGS temporarily.
12501 # We put this in CPPFLAGS where it precedes the other -I options.
12502 OLD_CPPFLAGS=$CPPFLAGS
12504 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
12505 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
12506 cat >conftest.$ac_ext <<_ACEOF
12509 cat confdefs.h >>conftest.$ac_ext
12510 cat >>conftest.$ac_ext <<_ACEOF
12511 /* end confdefs.h. */
12512 #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>
12521 rm -f conftest.$ac_objext
12522 if { (ac_try="$ac_compile"
12523 case "(($ac_try" in
12524 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12525 *) ac_try_echo
=$ac_try;;
12527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12528 (eval "$ac_compile") 2>conftest.er1
12530 grep -v '^ *+' conftest.er1
>conftest.err
12532 cat conftest.err
>&5
12533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12534 (exit $ac_status); } && {
12535 test -z "$ac_c_werror_flag" ||
12536 test ! -s conftest.err
12537 } && test -s conftest.
$ac_objext; then
12538 emacs_cv_lesstif
=yes
12540 echo "$as_me: failed program was:" >&5
12541 sed 's/^/| /' conftest.
$ac_ext >&5
12543 emacs_cv_lesstif
=no
12546 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12548 { echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
12549 echo "${ECHO_T}$emacs_cv_lesstif" >&6; }
12550 if test $emacs_cv_lesstif = yes; then
12551 # Make sure this -I option remains in CPPFLAGS after it is set
12552 # back to REAL_CPPFLAGS.
12553 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
12554 # have those other -I options anyway. Ultimately, having this
12555 # directory ultimately in CPPFLAGS will be enough.
12556 REAL_CPPFLAGS
="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
12557 LDFLAGS
="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
12560 CPPFLAGS
=$OLD_CPPFLAGS
12565 ### Is -lXaw3d available?
12567 if test "${HAVE_X11}" = "yes"; then
12568 if test "${USE_X_TOOLKIT}" != "none" && test "${with_toolkit_scroll_bars}" != "no"; then
12569 { echo "$as_me:$LINENO: checking for X11/Xaw3d/Scrollbar.h" >&5
12570 echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6; }
12571 if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
12572 echo $ECHO_N "(cached) $ECHO_C" >&6
12574 cat >conftest.
$ac_ext <<_ACEOF
12577 cat confdefs.h
>>conftest.
$ac_ext
12578 cat >>conftest.
$ac_ext <<_ACEOF
12579 /* end confdefs.h. */
12580 #include <X11/Xaw3d/Scrollbar.h>
12582 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12583 case "(($ac_try" in
12584 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12585 *) ac_try_echo=$ac_try;;
12587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12588 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12590 grep -v '^ *+' conftest.er1 >conftest.err
12592 cat conftest.err >&5
12593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12594 (exit $ac_status); } >/dev/null && {
12595 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12596 test ! -s conftest.err
12598 ac_cv_header_X11_Xaw3d_Scrollbar_h=yes
12600 echo "$as_me: failed program was:" >&5
12601 sed 's/^/| /' conftest.$ac_ext >&5
12603 ac_cv_header_X11_Xaw3d_Scrollbar_h=no
12606 rm -f conftest.err conftest.$ac_ext
12608 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
12609 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6; }
12610 if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
12611 { echo "$as_me:$LINENO: checking for XawScrollbarSetThumb in -lXaw3d" >&5
12612 echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6; }
12613 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
12614 echo $ECHO_N "(cached) $ECHO_C" >&6
12616 ac_check_lib_save_LIBS=$LIBS
12617 LIBS="-lXaw3d $LIBS"
12618 cat >conftest.$ac_ext <<_ACEOF
12621 cat confdefs.h >>conftest.$ac_ext
12622 cat >>conftest.$ac_ext <<_ACEOF
12623 /* end confdefs.h. */
12625 /* Override any GCC internal prototype to avoid an error.
12626 Use char because int might match the return type of a GCC
12627 builtin and then its argument prototype would still apply. */
12631 char XawScrollbarSetThumb ();
12635 return XawScrollbarSetThumb ();
12640 rm -f conftest.$ac_objext conftest$ac_exeext
12641 if { (ac_try="$ac_link"
12642 case "(($ac_try" in
12643 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12644 *) ac_try_echo
=$ac_try;;
12646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12647 (eval "$ac_link") 2>conftest.er1
12649 grep -v '^ *+' conftest.er1
>conftest.err
12651 cat conftest.err
>&5
12652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12653 (exit $ac_status); } && {
12654 test -z "$ac_c_werror_flag" ||
12655 test ! -s conftest.err
12656 } && test -s conftest
$ac_exeext &&
12657 $as_test_x conftest
$ac_exeext; then
12658 ac_cv_lib_Xaw3d_XawScrollbarSetThumb
=yes
12660 echo "$as_me: failed program was:" >&5
12661 sed 's/^/| /' conftest.
$ac_ext >&5
12663 ac_cv_lib_Xaw3d_XawScrollbarSetThumb
=no
12666 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12667 conftest
$ac_exeext conftest.
$ac_ext
12668 LIBS
=$ac_check_lib_save_LIBS
12670 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
12671 echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; }
12672 if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
12679 if test "${HAVE_XAW3D}" = "yes"; then
12681 cat >>confdefs.h
<<\_ACEOF
12682 #define HAVE_XAW3D 1
12691 USE_TOOLKIT_SCROLL_BARS
=no
12692 if test "${with_toolkit_scroll_bars}" != "no"; then
12693 if test "${USE_X_TOOLKIT}" != "none"; then
12694 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
12695 cat >>confdefs.h
<<\_ACEOF
12696 #define USE_TOOLKIT_SCROLL_BARS 1
12700 USE_TOOLKIT_SCROLL_BARS
=yes
12701 elif test "${HAVE_XAW3D}" = "yes"; then
12702 cat >>confdefs.h
<<\_ACEOF
12703 #define USE_TOOLKIT_SCROLL_BARS 1
12706 USE_TOOLKIT_SCROLL_BARS
=yes
12708 elif test "${HAVE_GTK}" = "yes"; then
12709 cat >>confdefs.h
<<\_ACEOF
12710 #define USE_TOOLKIT_SCROLL_BARS 1
12713 USE_TOOLKIT_SCROLL_BARS
=yes
12714 elif test "${HAVE_CARBON}" = "yes"; then
12715 cat >>confdefs.h
<<\_ACEOF
12716 #define USE_TOOLKIT_SCROLL_BARS 1
12719 USE_TOOLKIT_SCROLL_BARS
=yes
12723 cat >conftest.
$ac_ext <<_ACEOF
12726 cat confdefs.h
>>conftest.
$ac_ext
12727 cat >>conftest.
$ac_ext <<_ACEOF
12728 /* end confdefs.h. */
12730 #include <X11/Xlib.h>
12731 #include <X11/Xresource.h>
12740 rm -f conftest.
$ac_objext
12741 if { (ac_try
="$ac_compile"
12742 case "(($ac_try" in
12743 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12744 *) ac_try_echo=$ac_try;;
12746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12747 (eval "$ac_compile") 2>conftest.er1
12749 grep -v '^ *+' conftest.er1 >conftest.err
12751 cat conftest.err >&5
12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12753 (exit $ac_status); } && {
12754 test -z "$ac_c_werror_flag" ||
12755 test ! -s conftest.err
12756 } && test -s conftest.$ac_objext; then
12759 cat >>confdefs.h <<\_ACEOF
12764 echo "$as_me: failed program was:" >&5
12765 sed 's/^/| /' conftest.$ac_ext >&5
12770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12773 if test "${with_xim}" != "no"; then
12775 cat >>confdefs.h <<\_ACEOF
12782 if test "${HAVE_XIM}" != "no"; then
12783 late_CFLAGS=$CFLAGS
12784 if test "$GCC" = yes; then
12785 CFLAGS="$CFLAGS --pedantic-errors"
12787 cat >conftest.$ac_ext <<_ACEOF
12790 cat confdefs.h >>conftest.$ac_ext
12791 cat >>conftest.$ac_ext <<_ACEOF
12792 /* end confdefs.h. */
12794 #include <X11/Xlib.h>
12795 #include <X11/Xresource.h>
12804 XPointer *client_data;
12806 /* If we're not using GCC, it's probably not XFree86, and this is
12807 probably right, but we can't use something like --pedantic-errors. */
12808 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
12809 char*, XIMProc, XPointer*);
12811 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
12817 rm -f conftest.$ac_objext
12818 if { (ac_try="$ac_compile"
12819 case "(($ac_try" in
12820 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12821 *) ac_try_echo
=$ac_try;;
12823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12824 (eval "$ac_compile") 2>conftest.er1
12826 grep -v '^ *+' conftest.er1
>conftest.err
12828 cat conftest.err
>&5
12829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12830 (exit $ac_status); } && {
12831 test -z "$ac_c_werror_flag" ||
12832 test ! -s conftest.err
12833 } && test -s conftest.
$ac_objext; then
12834 emacs_cv_arg6_star
=yes
12836 echo "$as_me: failed program was:" >&5
12837 sed 's/^/| /' conftest.
$ac_ext >&5
12842 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12844 if test "$emacs_cv_arg6_star" = yes; then
12845 cat >>confdefs.h
<<\_ACEOF
12846 #define XRegisterIMInstantiateCallback_arg6 XPointer*
12850 cat >>confdefs.h
<<\_ACEOF
12851 #define XRegisterIMInstantiateCallback_arg6 XPointer
12855 CFLAGS
=$late_CFLAGS
12858 ### Use -lXpm if available, unless `--with-xpm=no'.
12860 if test "${HAVE_X11}" = "yes"; then
12861 if test "${with_xpm}" != "no"; then
12862 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
12863 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
12864 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
12865 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
12866 echo $ECHO_N "(cached) $ECHO_C" >&6
12868 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
12869 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; }
12871 # Is the header compilable?
12872 { echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
12873 echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6; }
12874 cat >conftest.
$ac_ext <<_ACEOF
12877 cat confdefs.h
>>conftest.
$ac_ext
12878 cat >>conftest.
$ac_ext <<_ACEOF
12879 /* end confdefs.h. */
12880 $ac_includes_default
12881 #include <X11/xpm.h>
12883 rm -f conftest.
$ac_objext
12884 if { (ac_try
="$ac_compile"
12885 case "(($ac_try" in
12886 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12887 *) ac_try_echo=$ac_try;;
12889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12890 (eval "$ac_compile") 2>conftest.er1
12892 grep -v '^ *+' conftest.er1 >conftest.err
12894 cat conftest.err >&5
12895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12896 (exit $ac_status); } && {
12897 test -z "$ac_c_werror_flag" ||
12898 test ! -s conftest.err
12899 } && test -s conftest.$ac_objext; then
12900 ac_header_compiler=yes
12902 echo "$as_me: failed program was:" >&5
12903 sed 's/^/| /' conftest.$ac_ext >&5
12905 ac_header_compiler=no
12908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12909 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12910 echo "${ECHO_T}$ac_header_compiler" >&6; }
12912 # Is the header present?
12913 { echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
12914 echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6; }
12915 cat >conftest.$ac_ext <<_ACEOF
12918 cat confdefs.h >>conftest.$ac_ext
12919 cat >>conftest.$ac_ext <<_ACEOF
12920 /* end confdefs.h. */
12921 #include <X11/xpm.h>
12923 if { (ac_try="$ac_cpp conftest.$ac_ext"
12924 case "(($ac_try" in
12925 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12926 *) ac_try_echo
=$ac_try;;
12928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12929 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12931 grep -v '^ *+' conftest.er1
>conftest.err
12933 cat conftest.err
>&5
12934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12935 (exit $ac_status); } >/dev
/null
&& {
12936 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12937 test ! -s conftest.err
12939 ac_header_preproc
=yes
12941 echo "$as_me: failed program was:" >&5
12942 sed 's/^/| /' conftest.
$ac_ext >&5
12944 ac_header_preproc
=no
12947 rm -f conftest.err conftest.
$ac_ext
12948 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12949 echo "${ECHO_T}$ac_header_preproc" >&6; }
12951 # So? What about this header?
12952 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12954 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
12955 echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12956 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
12957 echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
12958 ac_header_preproc
=yes
12961 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
12962 echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
12963 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
12964 echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
12965 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
12966 echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
12967 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
12968 echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
12969 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
12970 echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
12971 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
12972 echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
12976 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
12977 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
12978 if test "${ac_cv_header_X11_xpm_h+set}" = set; then
12979 echo $ECHO_N "(cached) $ECHO_C" >&6
12981 ac_cv_header_X11_xpm_h
=$ac_header_preproc
12983 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
12984 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6; }
12987 if test $ac_cv_header_X11_xpm_h = yes; then
12988 { echo "$as_me:$LINENO: checking for XpmReadFileToPixmap in -lXpm" >&5
12989 echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6; }
12990 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
12991 echo $ECHO_N "(cached) $ECHO_C" >&6
12993 ac_check_lib_save_LIBS
=$LIBS
12994 LIBS
="-lXpm -lX11 $LIBS"
12995 cat >conftest.
$ac_ext <<_ACEOF
12998 cat confdefs.h
>>conftest.
$ac_ext
12999 cat >>conftest.
$ac_ext <<_ACEOF
13000 /* end confdefs.h. */
13002 /* Override any GCC internal prototype to avoid an error.
13003 Use char because int might match the return type of a GCC
13004 builtin and then its argument prototype would still apply. */
13008 char XpmReadFileToPixmap ();
13012 return XpmReadFileToPixmap ();
13017 rm -f conftest.
$ac_objext conftest
$ac_exeext
13018 if { (ac_try
="$ac_link"
13019 case "(($ac_try" in
13020 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13021 *) ac_try_echo=$ac_try;;
13023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13024 (eval "$ac_link") 2>conftest.er1
13026 grep -v '^ *+' conftest.er1 >conftest.err
13028 cat conftest.err >&5
13029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13030 (exit $ac_status); } && {
13031 test -z "$ac_c_werror_flag" ||
13032 test ! -s conftest.err
13033 } && test -s conftest$ac_exeext &&
13034 $as_test_x conftest$ac_exeext; then
13035 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
13037 echo "$as_me: failed program was:" >&5
13038 sed 's/^/| /' conftest.$ac_ext >&5
13040 ac_cv_lib_Xpm_XpmReadFileToPixmap=no
13043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13044 conftest$ac_exeext conftest.$ac_ext
13045 LIBS=$ac_check_lib_save_LIBS
13047 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
13048 echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
13049 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
13056 if test "${HAVE_XPM}" = "yes"; then
13057 { echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
13058 echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6; }
13059 cat >conftest.$ac_ext <<_ACEOF
13062 cat confdefs.h >>conftest.$ac_ext
13063 cat >>conftest.$ac_ext <<_ACEOF
13064 /* end confdefs.h. */
13065 #include "X11/xpm.h"
13066 #ifndef XpmReturnAllocPixels
13067 no_return_alloc_pixels
13071 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13072 $EGREP "no_return_alloc_pixels" >/dev/null 2>&1; then
13080 if test "${HAVE_XPM}" = "yes"; then
13081 { echo "$as_me:$LINENO: result: yes" >&5
13082 echo "${ECHO_T}yes" >&6; }
13084 { echo "$as_me:$LINENO: result: no" >&5
13085 echo "${ECHO_T}no" >&6; }
13090 if test "${HAVE_XPM}" = "yes"; then
13092 cat >>confdefs.h <<\_ACEOF
13099 ### Use -ljpeg if available, unless `--with-jpeg=no
'.
13101 if test "${HAVE_X11}" = "yes"; then
13102 if test "${with_jpeg}" != "no"; then
13103 if test "${ac_cv_header_jerror_h+set}" = set; then
13104 { echo "$as_me:$LINENO: checking for jerror.h" >&5
13105 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6; }
13106 if test "${ac_cv_header_jerror_h+set}" = set; then
13107 echo $ECHO_N "(cached) $ECHO_C" >&6
13109 { echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
13110 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6; }
13112 # Is the header compilable?
13113 { echo "$as_me:$LINENO: checking jerror.h usability" >&5
13114 echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6; }
13115 cat >conftest.$ac_ext <<_ACEOF
13118 cat confdefs.h >>conftest.$ac_ext
13119 cat >>conftest.$ac_ext <<_ACEOF
13120 /* end confdefs.h. */
13121 $ac_includes_default
13122 #include <jerror.h>
13124 rm -f conftest.$ac_objext
13125 if { (ac_try="$ac_compile"
13126 case "(($ac_try" in
13127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13128 *) ac_try_echo=$ac_try;;
13130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13131 (eval "$ac_compile") 2>conftest.er1
13133 grep -v '^
*+' conftest.er1 >conftest.err
13135 cat conftest.err >&5
13136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13137 (exit $ac_status); } && {
13138 test -z "$ac_c_werror_flag" ||
13139 test ! -s conftest.err
13140 } && test -s conftest.$ac_objext; then
13141 ac_header_compiler=yes
13143 echo "$as_me: failed program was:" >&5
13144 sed 's
/^
/|
/' conftest.$ac_ext >&5
13146 ac_header_compiler=no
13149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13150 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13151 echo "${ECHO_T}$ac_header_compiler" >&6; }
13153 # Is the header present?
13154 { echo "$as_me:$LINENO: checking jerror.h presence" >&5
13155 echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6; }
13156 cat >conftest.$ac_ext <<_ACEOF
13159 cat confdefs.h >>conftest.$ac_ext
13160 cat >>conftest.$ac_ext <<_ACEOF
13161 /* end confdefs.h. */
13162 #include <jerror.h>
13164 if { (ac_try="$ac_cpp conftest.$ac_ext"
13165 case "(($ac_try" in
13166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13167 *) ac_try_echo=$ac_try;;
13169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13170 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13172 grep -v '^
*+' conftest.er1 >conftest.err
13174 cat conftest.err >&5
13175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13176 (exit $ac_status); } >/dev/null && {
13177 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13178 test ! -s conftest.err
13180 ac_header_preproc=yes
13182 echo "$as_me: failed program was:" >&5
13183 sed 's
/^
/|
/' conftest.$ac_ext >&5
13185 ac_header_preproc=no
13188 rm -f conftest.err conftest.$ac_ext
13189 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13190 echo "${ECHO_T}$ac_header_preproc" >&6; }
13192 # So? What about this header?
13193 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13195 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
13196 echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13197 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result
" >&5
13198 echo "$as_me: WARNING
: jerror.h
: proceeding with the compiler
's result" >&2;}
13199 ac_header_preproc=yes
13202 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
13203 echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
13204 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
13205 echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
13206 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
13207 echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
13208 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
13209 echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
13210 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result
" >&5
13211 echo "$as_me: WARNING
: jerror.h
: proceeding with the preprocessor
's result" >&2;}
13212 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
13213 echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
13217 { echo "$as_me:$LINENO: checking for jerror.h" >&5
13218 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6; }
13219 if test "${ac_cv_header_jerror_h+set}" = set; then
13220 echo $ECHO_N "(cached) $ECHO_C" >&6
13222 ac_cv_header_jerror_h=$ac_header_preproc
13224 { echo "$as_me:$LINENO: result: $ac_cv_header_jerror_h" >&5
13225 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6; }
13228 if test $ac_cv_header_jerror_h = yes; then
13229 { echo "$as_me:$LINENO: checking for jpeg_destroy_compress in -ljpeg" >&5
13230 echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6; }
13231 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
13232 echo $ECHO_N "(cached) $ECHO_C" >&6
13234 ac_check_lib_save_LIBS=$LIBS
13235 LIBS="-ljpeg $LIBS"
13236 cat >conftest.$ac_ext <<_ACEOF
13239 cat confdefs.h >>conftest.$ac_ext
13240 cat >>conftest.$ac_ext <<_ACEOF
13241 /* end confdefs.h. */
13243 /* Override any GCC internal prototype to avoid an error.
13244 Use char because int might match the return type of a GCC
13245 builtin and then its argument prototype would still apply. */
13249 char jpeg_destroy_compress ();
13253 return jpeg_destroy_compress ();
13258 rm -f conftest.$ac_objext conftest$ac_exeext
13259 if { (ac_try="$ac_link"
13260 case "(($ac_try" in
13261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13262 *) ac_try_echo=$ac_try;;
13264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13265 (eval "$ac_link") 2>conftest.er1
13267 grep -v '^
*+' conftest.er1 >conftest.err
13269 cat conftest.err >&5
13270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13271 (exit $ac_status); } && {
13272 test -z "$ac_c_werror_flag" ||
13273 test ! -s conftest.err
13274 } && test -s conftest$ac_exeext &&
13275 $as_test_x conftest$ac_exeext; then
13276 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
13278 echo "$as_me: failed program was:" >&5
13279 sed 's
/^
/|
/' conftest.$ac_ext >&5
13281 ac_cv_lib_jpeg_jpeg_destroy_compress=no
13284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13285 conftest$ac_exeext conftest.$ac_ext
13286 LIBS=$ac_check_lib_save_LIBS
13288 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
13289 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
13290 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
13300 if test "${HAVE_JPEG}" = "yes"; then
13301 cat >>confdefs.h <<\_ACEOF
13302 #define HAVE_JPEG 1
13305 cat >conftest.$ac_ext <<_ACEOF
13308 cat confdefs.h >>conftest.$ac_ext
13309 cat >>conftest.$ac_ext <<_ACEOF
13310 /* end confdefs.h. */
13311 #include <jpeglib.h>
13312 version=JPEG_LIB_VERSION
13315 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13316 $EGREP "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then
13317 cat >>confdefs.h <<\_ACEOF
13318 #define HAVE_JPEG 1
13322 { echo "$as_me:$LINENO: WARNING: libjpeg found, but not version 6b or later" >&5
13323 echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
13331 ### Use -lpng if available, unless `--with-png=no'.
13333 if test "${HAVE_X11}" = "yes"; then
13334 if test "${with_png}" != "no"; then
13335 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
13336 # in /usr/include/libpng.
13339 for ac_header
in png.h libpng
/png.h
13341 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13342 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13343 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13344 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13345 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13346 echo $ECHO_N "(cached) $ECHO_C" >&6
13348 ac_res
=`eval echo '${'$as_ac_Header'}'`
13349 { echo "$as_me:$LINENO: result: $ac_res" >&5
13350 echo "${ECHO_T}$ac_res" >&6; }
13352 # Is the header compilable?
13353 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
13354 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
13355 cat >conftest.
$ac_ext <<_ACEOF
13358 cat confdefs.h
>>conftest.
$ac_ext
13359 cat >>conftest.
$ac_ext <<_ACEOF
13360 /* end confdefs.h. */
13361 $ac_includes_default
13362 #include <$ac_header>
13364 rm -f conftest.
$ac_objext
13365 if { (ac_try
="$ac_compile"
13366 case "(($ac_try" in
13367 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13368 *) ac_try_echo=$ac_try;;
13370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13371 (eval "$ac_compile") 2>conftest.er1
13373 grep -v '^ *+' conftest.er1 >conftest.err
13375 cat conftest.err >&5
13376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13377 (exit $ac_status); } && {
13378 test -z "$ac_c_werror_flag" ||
13379 test ! -s conftest.err
13380 } && test -s conftest.$ac_objext; then
13381 ac_header_compiler=yes
13383 echo "$as_me: failed program was:" >&5
13384 sed 's/^/| /' conftest.$ac_ext >&5
13386 ac_header_compiler=no
13389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13390 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13391 echo "${ECHO_T}$ac_header_compiler" >&6; }
13393 # Is the header present?
13394 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
13395 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
13396 cat >conftest.$ac_ext <<_ACEOF
13399 cat confdefs.h >>conftest.$ac_ext
13400 cat >>conftest.$ac_ext <<_ACEOF
13401 /* end confdefs.h. */
13402 #include <$ac_header>
13404 if { (ac_try="$ac_cpp conftest.$ac_ext"
13405 case "(($ac_try" in
13406 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13407 *) ac_try_echo
=$ac_try;;
13409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13410 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13412 grep -v '^ *+' conftest.er1
>conftest.err
13414 cat conftest.err
>&5
13415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13416 (exit $ac_status); } >/dev
/null
&& {
13417 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13418 test ! -s conftest.err
13420 ac_header_preproc
=yes
13422 echo "$as_me: failed program was:" >&5
13423 sed 's/^/| /' conftest.
$ac_ext >&5
13425 ac_header_preproc
=no
13428 rm -f conftest.err conftest.
$ac_ext
13429 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13430 echo "${ECHO_T}$ac_header_preproc" >&6; }
13432 # So? What about this header?
13433 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13435 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13436 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13437 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13438 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13439 ac_header_preproc
=yes
13442 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13443 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13444 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13445 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13446 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13447 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13448 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13449 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13451 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13452 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13453 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13457 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13459 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13460 echo $ECHO_N "(cached) $ECHO_C" >&6
13462 eval "$as_ac_Header=\$ac_header_preproc"
13464 ac_res
=`eval echo '${'$as_ac_Header'}'`
13465 { echo "$as_me:$LINENO: result: $ac_res" >&5
13466 echo "${ECHO_T}$ac_res" >&6; }
13469 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13470 cat >>confdefs.h
<<_ACEOF
13471 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13478 if test "$ac_cv_header_png_h" = yes ||
test "$ac_cv_header_libpng_png_h" = yes ; then
13479 { echo "$as_me:$LINENO: checking for png_get_channels in -lpng" >&5
13480 echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6; }
13481 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
13482 echo $ECHO_N "(cached) $ECHO_C" >&6
13484 ac_check_lib_save_LIBS
=$LIBS
13485 LIBS
="-lpng -lz -lm $LIBS"
13486 cat >conftest.
$ac_ext <<_ACEOF
13489 cat confdefs.h
>>conftest.
$ac_ext
13490 cat >>conftest.
$ac_ext <<_ACEOF
13491 /* end confdefs.h. */
13493 /* Override any GCC internal prototype to avoid an error.
13494 Use char because int might match the return type of a GCC
13495 builtin and then its argument prototype would still apply. */
13499 char png_get_channels ();
13503 return png_get_channels ();
13508 rm -f conftest.
$ac_objext conftest
$ac_exeext
13509 if { (ac_try
="$ac_link"
13510 case "(($ac_try" in
13511 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13512 *) ac_try_echo=$ac_try;;
13514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13515 (eval "$ac_link") 2>conftest.er1
13517 grep -v '^ *+' conftest.er1 >conftest.err
13519 cat conftest.err >&5
13520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13521 (exit $ac_status); } && {
13522 test -z "$ac_c_werror_flag" ||
13523 test ! -s conftest.err
13524 } && test -s conftest$ac_exeext &&
13525 $as_test_x conftest$ac_exeext; then
13526 ac_cv_lib_png_png_get_channels=yes
13528 echo "$as_me: failed program was:" >&5
13529 sed 's/^/| /' conftest.$ac_ext >&5
13531 ac_cv_lib_png_png_get_channels=no
13534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13535 conftest$ac_exeext conftest.$ac_ext
13536 LIBS=$ac_check_lib_save_LIBS
13538 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
13539 echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6; }
13540 if test $ac_cv_lib_png_png_get_channels = yes; then
13547 if test "${HAVE_PNG}" = "yes"; then
13549 cat >>confdefs.h <<\_ACEOF
13556 ### Use -ltiff if available, unless `--with-tiff=no
'.
13558 if test "${HAVE_X11}" = "yes"; then
13559 if test "${with_tiff}" != "no"; then
13560 if test "${ac_cv_header_tiffio_h+set}" = set; then
13561 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
13562 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
13563 if test "${ac_cv_header_tiffio_h+set}" = set; then
13564 echo $ECHO_N "(cached) $ECHO_C" >&6
13566 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
13567 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
13569 # Is the header compilable?
13570 { echo "$as_me:$LINENO: checking tiffio.h usability" >&5
13571 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6; }
13572 cat >conftest.$ac_ext <<_ACEOF
13575 cat confdefs.h >>conftest.$ac_ext
13576 cat >>conftest.$ac_ext <<_ACEOF
13577 /* end confdefs.h. */
13578 $ac_includes_default
13579 #include <tiffio.h>
13581 rm -f conftest.$ac_objext
13582 if { (ac_try="$ac_compile"
13583 case "(($ac_try" in
13584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13585 *) ac_try_echo=$ac_try;;
13587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13588 (eval "$ac_compile") 2>conftest.er1
13590 grep -v '^
*+' conftest.er1 >conftest.err
13592 cat conftest.err >&5
13593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13594 (exit $ac_status); } && {
13595 test -z "$ac_c_werror_flag" ||
13596 test ! -s conftest.err
13597 } && test -s conftest.$ac_objext; then
13598 ac_header_compiler=yes
13600 echo "$as_me: failed program was:" >&5
13601 sed 's
/^
/|
/' conftest.$ac_ext >&5
13603 ac_header_compiler=no
13606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13607 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13608 echo "${ECHO_T}$ac_header_compiler" >&6; }
13610 # Is the header present?
13611 { echo "$as_me:$LINENO: checking tiffio.h presence" >&5
13612 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6; }
13613 cat >conftest.$ac_ext <<_ACEOF
13616 cat confdefs.h >>conftest.$ac_ext
13617 cat >>conftest.$ac_ext <<_ACEOF
13618 /* end confdefs.h. */
13619 #include <tiffio.h>
13621 if { (ac_try="$ac_cpp conftest.$ac_ext"
13622 case "(($ac_try" in
13623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13624 *) ac_try_echo=$ac_try;;
13626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13627 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13629 grep -v '^
*+' conftest.er1 >conftest.err
13631 cat conftest.err >&5
13632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13633 (exit $ac_status); } >/dev/null && {
13634 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13635 test ! -s conftest.err
13637 ac_header_preproc=yes
13639 echo "$as_me: failed program was:" >&5
13640 sed 's
/^
/|
/' conftest.$ac_ext >&5
13642 ac_header_preproc=no
13645 rm -f conftest.err conftest.$ac_ext
13646 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13647 echo "${ECHO_T}$ac_header_preproc" >&6; }
13649 # So? What about this header?
13650 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13652 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
13653 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13654 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result
" >&5
13655 echo "$as_me: WARNING
: tiffio.h
: proceeding with the compiler
's result" >&2;}
13656 ac_header_preproc=yes
13659 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
13660 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
13661 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
13662 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
13663 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
13664 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
13665 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
13666 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
13667 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result
" >&5
13668 echo "$as_me: WARNING
: tiffio.h
: proceeding with the preprocessor
's result" >&2;}
13669 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
13670 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
13674 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
13675 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
13676 if test "${ac_cv_header_tiffio_h+set}" = set; then
13677 echo $ECHO_N "(cached) $ECHO_C" >&6
13679 ac_cv_header_tiffio_h=$ac_header_preproc
13681 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
13682 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
13685 if test $ac_cv_header_tiffio_h = yes; then
13687 # At least one tiff package requires the jpeg library.
13688 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
13689 { echo "$as_me:$LINENO: checking for TIFFGetVersion in -ltiff" >&5
13690 echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6; }
13691 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
13692 echo $ECHO_N "(cached) $ECHO_C" >&6
13694 ac_check_lib_save_LIBS=$LIBS
13695 LIBS="-ltiff $tifflibs $LIBS"
13696 cat >conftest.$ac_ext <<_ACEOF
13699 cat confdefs.h >>conftest.$ac_ext
13700 cat >>conftest.$ac_ext <<_ACEOF
13701 /* end confdefs.h. */
13703 /* Override any GCC internal prototype to avoid an error.
13704 Use char because int might match the return type of a GCC
13705 builtin and then its argument prototype would still apply. */
13709 char TIFFGetVersion ();
13713 return TIFFGetVersion ();
13718 rm -f conftest.$ac_objext conftest$ac_exeext
13719 if { (ac_try="$ac_link"
13720 case "(($ac_try" in
13721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13722 *) ac_try_echo=$ac_try;;
13724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13725 (eval "$ac_link") 2>conftest.er1
13727 grep -v '^
*+' conftest.er1 >conftest.err
13729 cat conftest.err >&5
13730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13731 (exit $ac_status); } && {
13732 test -z "$ac_c_werror_flag" ||
13733 test ! -s conftest.err
13734 } && test -s conftest$ac_exeext &&
13735 $as_test_x conftest$ac_exeext; then
13736 ac_cv_lib_tiff_TIFFGetVersion=yes
13738 echo "$as_me: failed program was:" >&5
13739 sed 's
/^
/|
/' conftest.$ac_ext >&5
13741 ac_cv_lib_tiff_TIFFGetVersion=no
13744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13745 conftest$ac_exeext conftest.$ac_ext
13746 LIBS=$ac_check_lib_save_LIBS
13748 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
13749 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
13750 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
13759 if test "${HAVE_TIFF}" = "yes"; then
13761 cat >>confdefs.h <<\_ACEOF
13762 #define HAVE_TIFF 1
13768 ### Use -lgif if available, unless `--with-gif=no'.
13770 if test "${HAVE_X11}" = "yes"; then
13771 if test "${with_gif}" != "no"; then
13772 if test "${ac_cv_header_gif_lib_h+set}" = set; then
13773 { echo "$as_me:$LINENO: checking for gif_lib.h" >&5
13774 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; }
13775 if test "${ac_cv_header_gif_lib_h+set}" = set; then
13776 echo $ECHO_N "(cached) $ECHO_C" >&6
13778 { echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
13779 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; }
13781 # Is the header compilable?
13782 { echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
13783 echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6; }
13784 cat >conftest.
$ac_ext <<_ACEOF
13787 cat confdefs.h
>>conftest.
$ac_ext
13788 cat >>conftest.
$ac_ext <<_ACEOF
13789 /* end confdefs.h. */
13790 $ac_includes_default
13791 #include <gif_lib.h>
13793 rm -f conftest.
$ac_objext
13794 if { (ac_try
="$ac_compile"
13795 case "(($ac_try" in
13796 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13797 *) ac_try_echo=$ac_try;;
13799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13800 (eval "$ac_compile") 2>conftest.er1
13802 grep -v '^ *+' conftest.er1 >conftest.err
13804 cat conftest.err >&5
13805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13806 (exit $ac_status); } && {
13807 test -z "$ac_c_werror_flag" ||
13808 test ! -s conftest.err
13809 } && test -s conftest.$ac_objext; then
13810 ac_header_compiler=yes
13812 echo "$as_me: failed program was:" >&5
13813 sed 's/^/| /' conftest.$ac_ext >&5
13815 ac_header_compiler=no
13818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13819 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13820 echo "${ECHO_T}$ac_header_compiler" >&6; }
13822 # Is the header present?
13823 { echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
13824 echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6; }
13825 cat >conftest.$ac_ext <<_ACEOF
13828 cat confdefs.h >>conftest.$ac_ext
13829 cat >>conftest.$ac_ext <<_ACEOF
13830 /* end confdefs.h. */
13831 #include <gif_lib.h>
13833 if { (ac_try="$ac_cpp conftest.$ac_ext"
13834 case "(($ac_try" in
13835 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13836 *) ac_try_echo
=$ac_try;;
13838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13839 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13841 grep -v '^ *+' conftest.er1
>conftest.err
13843 cat conftest.err
>&5
13844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13845 (exit $ac_status); } >/dev
/null
&& {
13846 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13847 test ! -s conftest.err
13849 ac_header_preproc
=yes
13851 echo "$as_me: failed program was:" >&5
13852 sed 's/^/| /' conftest.
$ac_ext >&5
13854 ac_header_preproc
=no
13857 rm -f conftest.err conftest.
$ac_ext
13858 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13859 echo "${ECHO_T}$ac_header_preproc" >&6; }
13861 # So? What about this header?
13862 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13864 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
13865 echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13866 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5
13867 echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
13868 ac_header_preproc
=yes
13871 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
13872 echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
13873 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
13874 echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
13875 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
13876 echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
13877 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
13878 echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
13879 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
13880 echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
13881 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
13882 echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
13886 { echo "$as_me:$LINENO: checking for gif_lib.h" >&5
13887 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6; }
13888 if test "${ac_cv_header_gif_lib_h+set}" = set; then
13889 echo $ECHO_N "(cached) $ECHO_C" >&6
13891 ac_cv_header_gif_lib_h
=$ac_header_preproc
13893 { echo "$as_me:$LINENO: result: $ac_cv_header_gif_lib_h" >&5
13894 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6; }
13897 if test $ac_cv_header_gif_lib_h = yes; then
13898 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
13899 # Earlier versions can crash Emacs.
13900 { echo "$as_me:$LINENO: checking for EGifPutExtensionLast in -lungif" >&5
13901 echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6; }
13902 if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
13903 echo $ECHO_N "(cached) $ECHO_C" >&6
13905 ac_check_lib_save_LIBS
=$LIBS
13906 LIBS
="-lungif $LIBS"
13907 cat >conftest.
$ac_ext <<_ACEOF
13910 cat confdefs.h
>>conftest.
$ac_ext
13911 cat >>conftest.
$ac_ext <<_ACEOF
13912 /* end confdefs.h. */
13914 /* Override any GCC internal prototype to avoid an error.
13915 Use char because int might match the return type of a GCC
13916 builtin and then its argument prototype would still apply. */
13920 char EGifPutExtensionLast ();
13924 return EGifPutExtensionLast ();
13929 rm -f conftest.
$ac_objext conftest
$ac_exeext
13930 if { (ac_try
="$ac_link"
13931 case "(($ac_try" in
13932 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13933 *) ac_try_echo=$ac_try;;
13935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13936 (eval "$ac_link") 2>conftest.er1
13938 grep -v '^ *+' conftest.er1 >conftest.err
13940 cat conftest.err >&5
13941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13942 (exit $ac_status); } && {
13943 test -z "$ac_c_werror_flag" ||
13944 test ! -s conftest.err
13945 } && test -s conftest$ac_exeext &&
13946 $as_test_x conftest$ac_exeext; then
13947 ac_cv_lib_ungif_EGifPutExtensionLast=yes
13949 echo "$as_me: failed program was:" >&5
13950 sed 's/^/| /' conftest.$ac_ext >&5
13952 ac_cv_lib_ungif_EGifPutExtensionLast=no
13955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13956 conftest$ac_exeext conftest.$ac_ext
13957 LIBS=$ac_check_lib_save_LIBS
13959 { echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
13960 echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
13961 if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
13970 if test "${HAVE_GIF}" = "yes"; then
13972 cat >>confdefs.h <<\_ACEOF
13979 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
13980 { echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
13981 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; }
13982 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
13983 echo $ECHO_N "(cached) $ECHO_C" >&6
13985 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
13986 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; }
13988 # Is the header compilable?
13989 { echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5
13990 echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6; }
13991 cat >conftest.$ac_ext <<_ACEOF
13994 cat confdefs.h >>conftest.$ac_ext
13995 cat >>conftest.$ac_ext <<_ACEOF
13996 /* end confdefs.h. */
13997 $ac_includes_default
13998 #include <malloc/malloc.h>
14000 rm -f conftest.$ac_objext
14001 if { (ac_try="$ac_compile"
14002 case "(($ac_try" in
14003 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14004 *) ac_try_echo
=$ac_try;;
14006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14007 (eval "$ac_compile") 2>conftest.er1
14009 grep -v '^ *+' conftest.er1
>conftest.err
14011 cat conftest.err
>&5
14012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14013 (exit $ac_status); } && {
14014 test -z "$ac_c_werror_flag" ||
14015 test ! -s conftest.err
14016 } && test -s conftest.
$ac_objext; then
14017 ac_header_compiler
=yes
14019 echo "$as_me: failed program was:" >&5
14020 sed 's/^/| /' conftest.
$ac_ext >&5
14022 ac_header_compiler
=no
14025 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14026 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14027 echo "${ECHO_T}$ac_header_compiler" >&6; }
14029 # Is the header present?
14030 { echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5
14031 echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6; }
14032 cat >conftest.
$ac_ext <<_ACEOF
14035 cat confdefs.h
>>conftest.
$ac_ext
14036 cat >>conftest.
$ac_ext <<_ACEOF
14037 /* end confdefs.h. */
14038 #include <malloc/malloc.h>
14040 if { (ac_try
="$ac_cpp conftest.$ac_ext"
14041 case "(($ac_try" in
14042 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14043 *) ac_try_echo=$ac_try;;
14045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14046 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14048 grep -v '^ *+' conftest.er1 >conftest.err
14050 cat conftest.err >&5
14051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14052 (exit $ac_status); } >/dev/null && {
14053 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14054 test ! -s conftest.err
14056 ac_header_preproc=yes
14058 echo "$as_me: failed program was:" >&5
14059 sed 's/^/| /' conftest.$ac_ext >&5
14061 ac_header_preproc=no
14064 rm -f conftest.err conftest.$ac_ext
14065 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14066 echo "${ECHO_T}$ac_header_preproc" >&6; }
14068 # So? What about this header?
14069 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14071 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5
14072 echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14073 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5
14074 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;}
14075 ac_header_preproc=yes
14078 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5
14079 echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;}
14080 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5
14081 echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;}
14082 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: see the Autoconf documentation" >&5
14083 echo "$as_me: WARNING: malloc/malloc.h: see the Autoconf documentation" >&2;}
14084 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&5
14085 echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;}
14086 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
14087 echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
14088 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5
14089 echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;}
14093 { echo "$as_me:$LINENO: checking for malloc/malloc.h" >&5
14094 echo $ECHO_N "checking for malloc/malloc.h... $ECHO_C" >&6; }
14095 if test "${ac_cv_header_malloc_malloc_h+set}" = set; then
14096 echo $ECHO_N "(cached) $ECHO_C" >&6
14098 ac_cv_header_malloc_malloc_h=$ac_header_preproc
14100 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_malloc_h" >&5
14101 echo "${ECHO_T}$ac_cv_header_malloc_malloc_h" >&6; }
14104 if test $ac_cv_header_malloc_malloc_h = yes; then
14106 cat >>confdefs.h <<\_ACEOF
14107 #define HAVE_MALLOC_MALLOC_H 1
14114 ### Use Mac OS X Carbon API to implement GUI.
14115 if test "${HAVE_CARBON}" = "yes"; then
14117 cat >>confdefs.h <<\_ACEOF
14118 #define HAVE_CARBON 1
14121 ## Specify the install directory
14123 if test "${carbon_appdir_x}" != ""; then
14124 case ${carbon_appdir_x} in
14125 y | ye | yes) carbon_appdir=/Applications ;;
14126 * ) carbon_appdir=${carbon_appdir_x} ;;
14129 # We also have mouse menus.
14133 ### Use session management (-lSM -lICE) if available
14135 if test "${HAVE_X11}" = "yes"; then
14136 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
14137 { echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
14138 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6; }
14139 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
14140 echo $ECHO_N "(cached) $ECHO_C" >&6
14142 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
14143 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6; }
14145 # Is the header compilable?
14146 { echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
14147 echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6; }
14148 cat >conftest.$ac_ext <<_ACEOF
14151 cat confdefs.h >>conftest.$ac_ext
14152 cat >>conftest.$ac_ext <<_ACEOF
14153 /* end confdefs.h. */
14154 $ac_includes_default
14155 #include <X11/SM/SMlib.h>
14157 rm -f conftest.$ac_objext
14158 if { (ac_try="$ac_compile"
14159 case "(($ac_try" in
14160 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14161 *) ac_try_echo
=$ac_try;;
14163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14164 (eval "$ac_compile") 2>conftest.er1
14166 grep -v '^ *+' conftest.er1
>conftest.err
14168 cat conftest.err
>&5
14169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14170 (exit $ac_status); } && {
14171 test -z "$ac_c_werror_flag" ||
14172 test ! -s conftest.err
14173 } && test -s conftest.
$ac_objext; then
14174 ac_header_compiler
=yes
14176 echo "$as_me: failed program was:" >&5
14177 sed 's/^/| /' conftest.
$ac_ext >&5
14179 ac_header_compiler
=no
14182 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14183 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14184 echo "${ECHO_T}$ac_header_compiler" >&6; }
14186 # Is the header present?
14187 { echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
14188 echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6; }
14189 cat >conftest.
$ac_ext <<_ACEOF
14192 cat confdefs.h
>>conftest.
$ac_ext
14193 cat >>conftest.
$ac_ext <<_ACEOF
14194 /* end confdefs.h. */
14195 #include <X11/SM/SMlib.h>
14197 if { (ac_try
="$ac_cpp conftest.$ac_ext"
14198 case "(($ac_try" in
14199 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14200 *) ac_try_echo=$ac_try;;
14202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14203 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14205 grep -v '^ *+' conftest.er1 >conftest.err
14207 cat conftest.err >&5
14208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209 (exit $ac_status); } >/dev/null && {
14210 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14211 test ! -s conftest.err
14213 ac_header_preproc=yes
14215 echo "$as_me: failed program was:" >&5
14216 sed 's/^/| /' conftest.$ac_ext >&5
14218 ac_header_preproc=no
14221 rm -f conftest.err conftest.$ac_ext
14222 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14223 echo "${ECHO_T}$ac_header_preproc" >&6; }
14225 # So? What about this header?
14226 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14228 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
14229 echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14230 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5
14231 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}
14232 ac_header_preproc=yes
14235 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
14236 echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
14237 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
14238 echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
14239 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
14240 echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
14241 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
14242 echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
14243 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
14244 echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
14245 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
14246 echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
14250 { echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5
14251 echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6; }
14252 if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
14253 echo $ECHO_N "(cached) $ECHO_C" >&6
14255 ac_cv_header_X11_SM_SMlib_h=$ac_header_preproc
14257 { echo "$as_me:$LINENO: result: $ac_cv_header_X11_SM_SMlib_h" >&5
14258 echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6; }
14261 if test $ac_cv_header_X11_SM_SMlib_h = yes; then
14262 { echo "$as_me:$LINENO: checking for SmcOpenConnection in -lSM" >&5
14263 echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6; }
14264 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
14265 echo $ECHO_N "(cached) $ECHO_C" >&6
14267 ac_check_lib_save_LIBS=$LIBS
14268 LIBS="-lSM -lICE $LIBS"
14269 cat >conftest.$ac_ext <<_ACEOF
14272 cat confdefs.h >>conftest.$ac_ext
14273 cat >>conftest.$ac_ext <<_ACEOF
14274 /* end confdefs.h. */
14276 /* Override any GCC internal prototype to avoid an error.
14277 Use char because int might match the return type of a GCC
14278 builtin and then its argument prototype would still apply. */
14282 char SmcOpenConnection ();
14286 return SmcOpenConnection ();
14291 rm -f conftest.$ac_objext conftest$ac_exeext
14292 if { (ac_try="$ac_link"
14293 case "(($ac_try" in
14294 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14295 *) ac_try_echo
=$ac_try;;
14297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14298 (eval "$ac_link") 2>conftest.er1
14300 grep -v '^ *+' conftest.er1
>conftest.err
14302 cat conftest.err
>&5
14303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14304 (exit $ac_status); } && {
14305 test -z "$ac_c_werror_flag" ||
14306 test ! -s conftest.err
14307 } && test -s conftest
$ac_exeext &&
14308 $as_test_x conftest
$ac_exeext; then
14309 ac_cv_lib_SM_SmcOpenConnection
=yes
14311 echo "$as_me: failed program was:" >&5
14312 sed 's/^/| /' conftest.
$ac_ext >&5
14314 ac_cv_lib_SM_SmcOpenConnection
=no
14317 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14318 conftest
$ac_exeext conftest.
$ac_ext
14319 LIBS
=$ac_check_lib_save_LIBS
14321 { echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
14322 echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6; }
14323 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
14331 if test "${HAVE_X_SM}" = "yes"; then
14333 cat >>confdefs.h
<<\_ACEOF
14334 #define HAVE_X_SM 1
14339 *) LIBS
="-lSM -lICE $LIBS" ;;
14344 # If netdb.h doesn't declare h_errno, we must declare it by hand.
14345 { echo "$as_me:$LINENO: checking whether netdb declares h_errno" >&5
14346 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6; }
14347 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
14348 echo $ECHO_N "(cached) $ECHO_C" >&6
14350 cat >conftest.
$ac_ext <<_ACEOF
14353 cat confdefs.h
>>conftest.
$ac_ext
14354 cat >>conftest.
$ac_ext <<_ACEOF
14355 /* end confdefs.h. */
14365 rm -f conftest.
$ac_objext conftest
$ac_exeext
14366 if { (ac_try
="$ac_link"
14367 case "(($ac_try" in
14368 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14369 *) ac_try_echo=$ac_try;;
14371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14372 (eval "$ac_link") 2>conftest.er1
14374 grep -v '^ *+' conftest.er1 >conftest.err
14376 cat conftest.err >&5
14377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14378 (exit $ac_status); } && {
14379 test -z "$ac_c_werror_flag" ||
14380 test ! -s conftest.err
14381 } && test -s conftest$ac_exeext &&
14382 $as_test_x conftest$ac_exeext; then
14383 emacs_cv_netdb_declares_h_errno=yes
14385 echo "$as_me: failed program was:" >&5
14386 sed 's/^/| /' conftest.$ac_ext >&5
14388 emacs_cv_netdb_declares_h_errno=no
14391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14392 conftest$ac_exeext conftest.$ac_ext
14394 { echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
14395 echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6; }
14396 if test $emacs_cv_netdb_declares_h_errno = yes; then
14398 cat >>confdefs.h <<\_ACEOF
14399 #define HAVE_H_ERRNO 1
14404 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14405 # for constant arguments. Useless!
14406 { echo "$as_me:$LINENO: checking for working alloca.h" >&5
14407 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
14408 if test "${ac_cv_working_alloca_h+set}" = set; then
14409 echo $ECHO_N "(cached) $ECHO_C" >&6
14411 cat >conftest.$ac_ext <<_ACEOF
14414 cat confdefs.h >>conftest.$ac_ext
14415 cat >>conftest.$ac_ext <<_ACEOF
14416 /* end confdefs.h. */
14417 #include <alloca.h>
14421 char *p = (char *) alloca (2 * sizeof (int));
14427 rm -f conftest.$ac_objext conftest$ac_exeext
14428 if { (ac_try="$ac_link"
14429 case "(($ac_try" in
14430 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14431 *) ac_try_echo
=$ac_try;;
14433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14434 (eval "$ac_link") 2>conftest.er1
14436 grep -v '^ *+' conftest.er1
>conftest.err
14438 cat conftest.err
>&5
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); } && {
14441 test -z "$ac_c_werror_flag" ||
14442 test ! -s conftest.err
14443 } && test -s conftest
$ac_exeext &&
14444 $as_test_x conftest
$ac_exeext; then
14445 ac_cv_working_alloca_h
=yes
14447 echo "$as_me: failed program was:" >&5
14448 sed 's/^/| /' conftest.
$ac_ext >&5
14450 ac_cv_working_alloca_h
=no
14453 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14454 conftest
$ac_exeext conftest.
$ac_ext
14456 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
14457 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
14458 if test $ac_cv_working_alloca_h = yes; then
14460 cat >>confdefs.h
<<\_ACEOF
14461 #define HAVE_ALLOCA_H 1
14466 { echo "$as_me:$LINENO: checking for alloca" >&5
14467 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
14468 if test "${ac_cv_func_alloca_works+set}" = set; then
14469 echo $ECHO_N "(cached) $ECHO_C" >&6
14471 cat >conftest.
$ac_ext <<_ACEOF
14474 cat confdefs.h
>>conftest.
$ac_ext
14475 cat >>conftest.
$ac_ext <<_ACEOF
14476 /* end confdefs.h. */
14478 # define alloca __builtin_alloca
14481 # include <malloc.h>
14482 # define alloca _alloca
14484 # ifdef HAVE_ALLOCA_H
14485 # include <alloca.h>
14490 # ifndef alloca /* predefined by HP cc +Olibcalls */
14501 char *p = (char *) alloca (1);
14507 rm -f conftest.
$ac_objext conftest
$ac_exeext
14508 if { (ac_try
="$ac_link"
14509 case "(($ac_try" in
14510 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14511 *) ac_try_echo=$ac_try;;
14513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14514 (eval "$ac_link") 2>conftest.er1
14516 grep -v '^ *+' conftest.er1 >conftest.err
14518 cat conftest.err >&5
14519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14520 (exit $ac_status); } && {
14521 test -z "$ac_c_werror_flag" ||
14522 test ! -s conftest.err
14523 } && test -s conftest$ac_exeext &&
14524 $as_test_x conftest$ac_exeext; then
14525 ac_cv_func_alloca_works=yes
14527 echo "$as_me: failed program was:" >&5
14528 sed 's/^/| /' conftest.$ac_ext >&5
14530 ac_cv_func_alloca_works=no
14533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14534 conftest$ac_exeext conftest.$ac_ext
14536 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
14537 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
14539 if test $ac_cv_func_alloca_works = yes; then
14541 cat >>confdefs.h <<\_ACEOF
14542 #define HAVE_ALLOCA 1
14546 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
14547 # that cause trouble. Some versions do not even contain alloca or
14548 # contain a buggy version. If you still want to use their alloca,
14549 # use ar to extract alloca.o from them instead of compiling alloca.c.
14551 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
14553 cat >>confdefs.h <<\_ACEOF
14558 { echo "$as_me:$LINENO: checking whether \`alloca.c
' needs Cray hooks" >&5
14559 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks...
$ECHO_C" >&6; }
14560 if test "${ac_cv_os_cray+set}" = set; then
14561 echo $ECHO_N "(cached
) $ECHO_C" >&6
14563 cat >conftest.$ac_ext <<_ACEOF
14566 cat confdefs.h >>conftest.$ac_ext
14567 cat >>conftest.$ac_ext <<_ACEOF
14568 /* end confdefs.h. */
14569 #if defined CRAY && ! defined CRAY2
14576 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
14577 $EGREP "webecray
" >/dev/null 2>&1; then
14585 { echo "$as_me:$LINENO: result
: $ac_cv_os_cray" >&5
14586 echo "${ECHO_T}$ac_cv_os_cray" >&6; }
14587 if test $ac_cv_os_cray = yes; then
14588 for ac_func in _getb67 GETB67 getb67; do
14589 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
14590 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
14591 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
14592 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
14593 echo $ECHO_N "(cached
) $ECHO_C" >&6
14595 cat >conftest.$ac_ext <<_ACEOF
14598 cat confdefs.h >>conftest.$ac_ext
14599 cat >>conftest.$ac_ext <<_ACEOF
14600 /* end confdefs.h. */
14601 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14602 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14603 #define $ac_func innocuous_$ac_func
14605 /* System header to define __stub macros and hopefully few prototypes,
14606 which can conflict with char $ac_func (); below.
14607 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14608 <limits.h> exists even on freestanding compilers. */
14611 # include <limits.h>
14613 # include <assert.h>
14618 /* Override any GCC internal prototype to avoid an error.
14619 Use char because int might match the return type of a GCC
14620 builtin and then its argument prototype would still apply. */
14625 /* The GNU C library defines this for functions which it implements
14626 to always fail with ENOSYS. Some functions are actually named
14627 something starting with __ and the normal name is an alias. */
14628 #if defined __stub_$ac_func || defined __stub___$ac_func
14635 return $ac_func ();
14640 rm -f conftest.$ac_objext conftest$ac_exeext
14641 if { (ac_try="$ac_link"
14642 case "(($ac_try" in
14643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14644 *) ac_try_echo=$ac_try;;
14646 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14647 (eval "$ac_link") 2>conftest.er1
14649 grep -v '^ *+' conftest.er1 >conftest.err
14651 cat conftest.err >&5
14652 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14653 (exit $ac_status); } && {
14654 test -z "$ac_c_werror_flag" ||
14655 test ! -s conftest.err
14656 } && test -s conftest$ac_exeext &&
14657 $as_test_x conftest$ac_exeext; then
14658 eval "$as_ac_var=yes"
14660 echo "$as_me: failed program was
:" >&5
14661 sed 's/^/| /' conftest.$ac_ext >&5
14663 eval "$as_ac_var=no
"
14666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14667 conftest$ac_exeext conftest.$ac_ext
14669 ac_res=`eval echo '${'$as_ac_var'}'`
14670 { echo "$as_me:$LINENO: result
: $ac_res" >&5
14671 echo "${ECHO_T}$ac_res" >&6; }
14672 if test `eval echo '${'$as_ac_var'}'` = yes; then
14674 cat >>confdefs.h <<_ACEOF
14675 #define CRAY_STACKSEG_END $ac_func
14684 { echo "$as_me:$LINENO: checking stack direction
for C alloca
" >&5
14685 echo $ECHO_N "checking stack direction
for C alloca...
$ECHO_C" >&6; }
14686 if test "${ac_cv_c_stack_direction+set}" = set; then
14687 echo $ECHO_N "(cached
) $ECHO_C" >&6
14689 if test "$cross_compiling" = yes; then
14690 ac_cv_c_stack_direction=0
14692 cat >conftest.$ac_ext <<_ACEOF
14695 cat confdefs.h >>conftest.$ac_ext
14696 cat >>conftest.$ac_ext <<_ACEOF
14697 /* end confdefs.h. */
14698 $ac_includes_default
14700 find_stack_direction ()
14702 static char *addr = 0;
14707 return find_stack_direction ();
14710 return (&dummy > addr) ? 1 : -1;
14716 return find_stack_direction () < 0;
14719 rm -f conftest$ac_exeext
14720 if { (ac_try="$ac_link"
14721 case "(($ac_try" in
14722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14723 *) ac_try_echo=$ac_try;;
14725 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14726 (eval "$ac_link") 2>&5
14728 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14729 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14730 { (case "(($ac_try" in
14731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14732 *) ac_try_echo=$ac_try;;
14734 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14735 (eval "$ac_try") 2>&5
14737 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14738 (exit $ac_status); }; }; then
14739 ac_cv_c_stack_direction=1
14741 echo "$as_me: program exited with status
$ac_status" >&5
14742 echo "$as_me: failed program was
:" >&5
14743 sed 's/^/| /' conftest.$ac_ext >&5
14745 ( exit $ac_status )
14746 ac_cv_c_stack_direction=-1
14748 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14753 { echo "$as_me:$LINENO: result
: $ac_cv_c_stack_direction" >&5
14754 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
14756 cat >>confdefs.h <<_ACEOF
14757 #define STACK_DIRECTION $ac_cv_c_stack_direction
14764 # fmod, logb, and frexp are found in -lm on most systems.
14765 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
14767 { echo "$as_me:$LINENO: checking
for sqrt
in -lm" >&5
14768 echo $ECHO_N "checking
for sqrt
in -lm...
$ECHO_C" >&6; }
14769 if test "${ac_cv_lib_m_sqrt+set}" = set; then
14770 echo $ECHO_N "(cached
) $ECHO_C" >&6
14772 ac_check_lib_save_LIBS=$LIBS
14774 cat >conftest.$ac_ext <<_ACEOF
14777 cat confdefs.h >>conftest.$ac_ext
14778 cat >>conftest.$ac_ext <<_ACEOF
14779 /* end confdefs.h. */
14781 /* Override any GCC internal prototype to avoid an error.
14782 Use char because int might match the return type of a GCC
14783 builtin and then its argument prototype would still apply. */
14796 rm -f conftest.$ac_objext conftest$ac_exeext
14797 if { (ac_try="$ac_link"
14798 case "(($ac_try" in
14799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14800 *) ac_try_echo=$ac_try;;
14802 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14803 (eval "$ac_link") 2>conftest.er1
14805 grep -v '^ *+' conftest.er1 >conftest.err
14807 cat conftest.err >&5
14808 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14809 (exit $ac_status); } && {
14810 test -z "$ac_c_werror_flag" ||
14811 test ! -s conftest.err
14812 } && test -s conftest$ac_exeext &&
14813 $as_test_x conftest$ac_exeext; then
14814 ac_cv_lib_m_sqrt=yes
14816 echo "$as_me: failed program was
:" >&5
14817 sed 's/^/| /' conftest.$ac_ext >&5
14819 ac_cv_lib_m_sqrt=no
14822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14823 conftest$ac_exeext conftest.$ac_ext
14824 LIBS=$ac_check_lib_save_LIBS
14826 { echo "$as_me:$LINENO: result
: $ac_cv_lib_m_sqrt" >&5
14827 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6; }
14828 if test $ac_cv_lib_m_sqrt = yes; then
14829 cat >>confdefs.h <<_ACEOF
14830 #define HAVE_LIBM 1
14838 # Check for mail-locking functions in a "mail" library. Probably this should
14839 # have the same check as for liblockfile below.
14841 { echo "$as_me:$LINENO: checking
for maillock
in -lmail" >&5
14842 echo $ECHO_N "checking
for maillock
in -lmail...
$ECHO_C" >&6; }
14843 if test "${ac_cv_lib_mail_maillock+set}" = set; then
14844 echo $ECHO_N "(cached
) $ECHO_C" >&6
14846 ac_check_lib_save_LIBS=$LIBS
14847 LIBS="-lmail $LIBS"
14848 cat >conftest.$ac_ext <<_ACEOF
14851 cat confdefs.h >>conftest.$ac_ext
14852 cat >>conftest.$ac_ext <<_ACEOF
14853 /* end confdefs.h. */
14855 /* Override any GCC internal prototype to avoid an error.
14856 Use char because int might match the return type of a GCC
14857 builtin and then its argument prototype would still apply. */
14865 return maillock ();
14870 rm -f conftest.$ac_objext conftest$ac_exeext
14871 if { (ac_try="$ac_link"
14872 case "(($ac_try" in
14873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14874 *) ac_try_echo=$ac_try;;
14876 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14877 (eval "$ac_link") 2>conftest.er1
14879 grep -v '^ *+' conftest.er1 >conftest.err
14881 cat conftest.err >&5
14882 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14883 (exit $ac_status); } && {
14884 test -z "$ac_c_werror_flag" ||
14885 test ! -s conftest.err
14886 } && test -s conftest$ac_exeext &&
14887 $as_test_x conftest$ac_exeext; then
14888 ac_cv_lib_mail_maillock=yes
14890 echo "$as_me: failed program was
:" >&5
14891 sed 's/^/| /' conftest.$ac_ext >&5
14893 ac_cv_lib_mail_maillock=no
14896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14897 conftest$ac_exeext conftest.$ac_ext
14898 LIBS=$ac_check_lib_save_LIBS
14900 { echo "$as_me:$LINENO: result
: $ac_cv_lib_mail_maillock" >&5
14901 echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6; }
14902 if test $ac_cv_lib_mail_maillock = yes; then
14903 cat >>confdefs.h <<_ACEOF
14904 #define HAVE_LIBMAIL 1
14907 LIBS="-lmail $LIBS"
14912 { echo "$as_me:$LINENO: checking
for maillock
in -llockfile" >&5
14913 echo $ECHO_N "checking
for maillock
in -llockfile...
$ECHO_C" >&6; }
14914 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
14915 echo $ECHO_N "(cached
) $ECHO_C" >&6
14917 ac_check_lib_save_LIBS=$LIBS
14918 LIBS="-llockfile $LIBS"
14919 cat >conftest.$ac_ext <<_ACEOF
14922 cat confdefs.h >>conftest.$ac_ext
14923 cat >>conftest.$ac_ext <<_ACEOF
14924 /* end confdefs.h. */
14926 /* Override any GCC internal prototype to avoid an error.
14927 Use char because int might match the return type of a GCC
14928 builtin and then its argument prototype would still apply. */
14936 return maillock ();
14941 rm -f conftest.$ac_objext conftest$ac_exeext
14942 if { (ac_try="$ac_link"
14943 case "(($ac_try" in
14944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14945 *) ac_try_echo=$ac_try;;
14947 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
14948 (eval "$ac_link") 2>conftest.er1
14950 grep -v '^ *+' conftest.er1 >conftest.err
14952 cat conftest.err >&5
14953 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14954 (exit $ac_status); } && {
14955 test -z "$ac_c_werror_flag" ||
14956 test ! -s conftest.err
14957 } && test -s conftest$ac_exeext &&
14958 $as_test_x conftest$ac_exeext; then
14959 ac_cv_lib_lockfile_maillock=yes
14961 echo "$as_me: failed program was
:" >&5
14962 sed 's/^/| /' conftest.$ac_ext >&5
14964 ac_cv_lib_lockfile_maillock=no
14967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14968 conftest$ac_exeext conftest.$ac_ext
14969 LIBS=$ac_check_lib_save_LIBS
14971 { echo "$as_me:$LINENO: result
: $ac_cv_lib_lockfile_maillock" >&5
14972 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; }
14973 if test $ac_cv_lib_lockfile_maillock = yes; then
14974 cat >>confdefs.h <<_ACEOF
14975 #define HAVE_LIBLOCKFILE 1
14978 LIBS="-llockfile $LIBS"
14982 # If we have the shared liblockfile, assume we must use it for mail
14983 # locking (e.g. Debian). If we couldn't link against liblockfile
14984 # (no liblockfile.a installed), ensure that we don't need to.
14985 if test "$ac_cv_lib_lockfile_maillock" = no; then
14986 # Extract the first word of "liblockfile.so
", so it can be a program name with args.
14987 set dummy liblockfile.so; ac_word=$2
14988 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
14989 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
14990 if test "${ac_cv_prog_liblockfile+set}" = set; then
14991 echo $ECHO_N "(cached
) $ECHO_C" >&6
14993 if test -n "$liblockfile"; then
14994 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test.
14996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14997 as_dummy="/usr
/lib
:/lib
:/usr
/local
/lib
:$LD_LIBRARY_PATH"
14998 for as_dir in $as_dummy
15001 test -z "$as_dir" && as_dir=.
15002 for ac_exec_ext in '' $ac_executable_extensions; do
15003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15004 ac_cv_prog_liblockfile="yes"
15005 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
15012 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no
"
15015 liblockfile=$ac_cv_prog_liblockfile
15016 if test -n "$liblockfile"; then
15017 { echo "$as_me:$LINENO: result
: $liblockfile" >&5
15018 echo "${ECHO_T}$liblockfile" >&6; }
15020 { echo "$as_me:$LINENO: result
: no
" >&5
15021 echo "${ECHO_T}no
" >&6; }
15025 if test $ac_cv_prog_liblockfile = yes; then
15026 { { echo "$as_me:$LINENO: error
: Shared liblockfile found but can
't link against it.
15027 This probably means that movemail could lose mail.
15028 There may be a \`development' package to
install containing liblockfile.
" >&5
15029 echo "$as_me: error
: Shared liblockfile found but can
't link against it.
15030 This probably means that movemail could lose mail.
15031 There may be a \`development' package to
install containing liblockfile.
" >&2;}
15032 { (exit 1); exit 1; }; }
15037 for ac_func in touchlock
15039 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
15040 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
15041 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
15042 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
15043 echo $ECHO_N "(cached
) $ECHO_C" >&6
15045 cat >conftest.$ac_ext <<_ACEOF
15048 cat confdefs.h >>conftest.$ac_ext
15049 cat >>conftest.$ac_ext <<_ACEOF
15050 /* end confdefs.h. */
15051 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15052 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15053 #define $ac_func innocuous_$ac_func
15055 /* System header to define __stub macros and hopefully few prototypes,
15056 which can conflict with char $ac_func (); below.
15057 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15058 <limits.h> exists even on freestanding compilers. */
15061 # include <limits.h>
15063 # include <assert.h>
15068 /* Override any GCC internal prototype to avoid an error.
15069 Use char because int might match the return type of a GCC
15070 builtin and then its argument prototype would still apply. */
15075 /* The GNU C library defines this for functions which it implements
15076 to always fail with ENOSYS. Some functions are actually named
15077 something starting with __ and the normal name is an alias. */
15078 #if defined __stub_$ac_func || defined __stub___$ac_func
15085 return $ac_func ();
15090 rm -f conftest.$ac_objext conftest$ac_exeext
15091 if { (ac_try="$ac_link"
15092 case "(($ac_try" in
15093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15094 *) ac_try_echo=$ac_try;;
15096 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15097 (eval "$ac_link") 2>conftest.er1
15099 grep -v '^ *+' conftest.er1 >conftest.err
15101 cat conftest.err >&5
15102 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15103 (exit $ac_status); } && {
15104 test -z "$ac_c_werror_flag" ||
15105 test ! -s conftest.err
15106 } && test -s conftest$ac_exeext &&
15107 $as_test_x conftest$ac_exeext; then
15108 eval "$as_ac_var=yes"
15110 echo "$as_me: failed program was
:" >&5
15111 sed 's/^/| /' conftest.$ac_ext >&5
15113 eval "$as_ac_var=no
"
15116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15117 conftest$ac_exeext conftest.$ac_ext
15119 ac_res=`eval echo '${'$as_ac_var'}'`
15120 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15121 echo "${ECHO_T}$ac_res" >&6; }
15122 if test `eval echo '${'$as_ac_var'}'` = yes; then
15123 cat >>confdefs.h <<_ACEOF
15124 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
15131 for ac_header in maillock.h
15133 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
15134 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15135 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
15136 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
15137 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15138 echo $ECHO_N "(cached
) $ECHO_C" >&6
15140 ac_res=`eval echo '${'$as_ac_Header'}'`
15141 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15142 echo "${ECHO_T}$ac_res" >&6; }
15144 # Is the header compilable?
15145 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
15146 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
15147 cat >conftest.$ac_ext <<_ACEOF
15150 cat confdefs.h >>conftest.$ac_ext
15151 cat >>conftest.$ac_ext <<_ACEOF
15152 /* end confdefs.h. */
15153 $ac_includes_default
15154 #include <$ac_header>
15156 rm -f conftest.$ac_objext
15157 if { (ac_try="$ac_compile"
15158 case "(($ac_try" in
15159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15160 *) ac_try_echo=$ac_try;;
15162 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15163 (eval "$ac_compile") 2>conftest.er1
15165 grep -v '^ *+' conftest.er1 >conftest.err
15167 cat conftest.err >&5
15168 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15169 (exit $ac_status); } && {
15170 test -z "$ac_c_werror_flag" ||
15171 test ! -s conftest.err
15172 } && test -s conftest.$ac_objext; then
15173 ac_header_compiler=yes
15175 echo "$as_me: failed program was
:" >&5
15176 sed 's/^/| /' conftest.$ac_ext >&5
15178 ac_header_compiler=no
15181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15182 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
15183 echo "${ECHO_T}$ac_header_compiler" >&6; }
15185 # Is the header present?
15186 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
15187 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
15188 cat >conftest.$ac_ext <<_ACEOF
15191 cat confdefs.h >>conftest.$ac_ext
15192 cat >>conftest.$ac_ext <<_ACEOF
15193 /* end confdefs.h. */
15194 #include <$ac_header>
15196 if { (ac_try="$ac_cpp conftest.
$ac_ext"
15197 case "(($ac_try" in
15198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15199 *) ac_try_echo=$ac_try;;
15201 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15202 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
15204 grep -v '^ *+' conftest.er1 >conftest.err
15206 cat conftest.err >&5
15207 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15208 (exit $ac_status); } >/dev/null && {
15209 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15210 test ! -s conftest.err
15212 ac_header_preproc=yes
15214 echo "$as_me: failed program was
:" >&5
15215 sed 's/^/| /' conftest.$ac_ext >&5
15217 ac_header_preproc=no
15220 rm -f conftest.err conftest.$ac_ext
15221 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
15222 echo "${ECHO_T}$ac_header_preproc" >&6; }
15224 # So? What about this header?
15225 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15227 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
15228 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
15229 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
15230 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
15231 ac_header_preproc=yes
15234 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
15235 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
15236 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
15237 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
15238 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
15239 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
15240 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
15241 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
15242 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
15243 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
15244 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
15245 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
15249 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
15250 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
15251 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15252 echo $ECHO_N "(cached
) $ECHO_C" >&6
15254 eval "$as_ac_Header=\
$ac_header_preproc"
15256 ac_res=`eval echo '${'$as_ac_Header'}'`
15257 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15258 echo "${ECHO_T}$ac_res" >&6; }
15261 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15262 cat >>confdefs.h <<_ACEOF
15263 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
15340 for ac_func in gethostname getdomainname dup2 \
15341 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
15342 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
15343 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
15344 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
15345 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
15346 sendto recvfrom getsockopt setsockopt getsockname getpeername \
15347 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \
15348 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign
15350 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
15351 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
15352 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
15353 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
15354 echo $ECHO_N "(cached
) $ECHO_C" >&6
15356 cat >conftest.$ac_ext <<_ACEOF
15359 cat confdefs.h >>conftest.$ac_ext
15360 cat >>conftest.$ac_ext <<_ACEOF
15361 /* end confdefs.h. */
15362 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15363 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15364 #define $ac_func innocuous_$ac_func
15366 /* System header to define __stub macros and hopefully few prototypes,
15367 which can conflict with char $ac_func (); below.
15368 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15369 <limits.h> exists even on freestanding compilers. */
15372 # include <limits.h>
15374 # include <assert.h>
15379 /* Override any GCC internal prototype to avoid an error.
15380 Use char because int might match the return type of a GCC
15381 builtin and then its argument prototype would still apply. */
15386 /* The GNU C library defines this for functions which it implements
15387 to always fail with ENOSYS. Some functions are actually named
15388 something starting with __ and the normal name is an alias. */
15389 #if defined __stub_$ac_func || defined __stub___$ac_func
15396 return $ac_func ();
15401 rm -f conftest.$ac_objext conftest$ac_exeext
15402 if { (ac_try="$ac_link"
15403 case "(($ac_try" in
15404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15405 *) ac_try_echo=$ac_try;;
15407 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15408 (eval "$ac_link") 2>conftest.er1
15410 grep -v '^ *+' conftest.er1 >conftest.err
15412 cat conftest.err >&5
15413 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15414 (exit $ac_status); } && {
15415 test -z "$ac_c_werror_flag" ||
15416 test ! -s conftest.err
15417 } && test -s conftest$ac_exeext &&
15418 $as_test_x conftest$ac_exeext; then
15419 eval "$as_ac_var=yes"
15421 echo "$as_me: failed program was
:" >&5
15422 sed 's/^/| /' conftest.$ac_ext >&5
15424 eval "$as_ac_var=no
"
15427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15428 conftest$ac_exeext conftest.$ac_ext
15430 ac_res=`eval echo '${'$as_ac_var'}'`
15431 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15432 echo "${ECHO_T}$ac_res" >&6; }
15433 if test `eval echo '${'$as_ac_var'}'` = yes; then
15434 cat >>confdefs.h <<_ACEOF
15435 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
15443 for ac_header in sys/un.h
15445 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
15446 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15447 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
15448 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
15449 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15450 echo $ECHO_N "(cached
) $ECHO_C" >&6
15452 ac_res=`eval echo '${'$as_ac_Header'}'`
15453 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15454 echo "${ECHO_T}$ac_res" >&6; }
15456 # Is the header compilable?
15457 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
15458 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
15459 cat >conftest.$ac_ext <<_ACEOF
15462 cat confdefs.h >>conftest.$ac_ext
15463 cat >>conftest.$ac_ext <<_ACEOF
15464 /* end confdefs.h. */
15465 $ac_includes_default
15466 #include <$ac_header>
15468 rm -f conftest.$ac_objext
15469 if { (ac_try="$ac_compile"
15470 case "(($ac_try" in
15471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15472 *) ac_try_echo=$ac_try;;
15474 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15475 (eval "$ac_compile") 2>conftest.er1
15477 grep -v '^ *+' conftest.er1 >conftest.err
15479 cat conftest.err >&5
15480 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15481 (exit $ac_status); } && {
15482 test -z "$ac_c_werror_flag" ||
15483 test ! -s conftest.err
15484 } && test -s conftest.$ac_objext; then
15485 ac_header_compiler=yes
15487 echo "$as_me: failed program was
:" >&5
15488 sed 's/^/| /' conftest.$ac_ext >&5
15490 ac_header_compiler=no
15493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15494 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
15495 echo "${ECHO_T}$ac_header_compiler" >&6; }
15497 # Is the header present?
15498 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
15499 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
15500 cat >conftest.$ac_ext <<_ACEOF
15503 cat confdefs.h >>conftest.$ac_ext
15504 cat >>conftest.$ac_ext <<_ACEOF
15505 /* end confdefs.h. */
15506 #include <$ac_header>
15508 if { (ac_try="$ac_cpp conftest.
$ac_ext"
15509 case "(($ac_try" in
15510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15511 *) ac_try_echo=$ac_try;;
15513 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15514 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
15516 grep -v '^ *+' conftest.er1 >conftest.err
15518 cat conftest.err >&5
15519 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15520 (exit $ac_status); } >/dev/null && {
15521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15522 test ! -s conftest.err
15524 ac_header_preproc=yes
15526 echo "$as_me: failed program was
:" >&5
15527 sed 's/^/| /' conftest.$ac_ext >&5
15529 ac_header_preproc=no
15532 rm -f conftest.err conftest.$ac_ext
15533 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
15534 echo "${ECHO_T}$ac_header_preproc" >&6; }
15536 # So? What about this header?
15537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15539 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
15540 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
15541 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
15542 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
15543 ac_header_preproc=yes
15546 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
15547 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
15548 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
15549 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
15550 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
15551 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
15552 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
15553 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
15554 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
15555 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
15556 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
15557 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
15561 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
15562 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
15563 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15564 echo $ECHO_N "(cached
) $ECHO_C" >&6
15566 eval "$as_ac_Header=\
$ac_header_preproc"
15568 ac_res=`eval echo '${'$as_ac_Header'}'`
15569 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15570 echo "${ECHO_T}$ac_res" >&6; }
15573 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15574 cat >>confdefs.h <<_ACEOF
15575 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
15587 for ac_header in $ac_header_list
15589 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
15590 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15591 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
15592 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
15593 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15594 echo $ECHO_N "(cached
) $ECHO_C" >&6
15596 ac_res=`eval echo '${'$as_ac_Header'}'`
15597 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15598 echo "${ECHO_T}$ac_res" >&6; }
15600 # Is the header compilable?
15601 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
15602 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
15603 cat >conftest.$ac_ext <<_ACEOF
15606 cat confdefs.h >>conftest.$ac_ext
15607 cat >>conftest.$ac_ext <<_ACEOF
15608 /* end confdefs.h. */
15609 $ac_includes_default
15610 #include <$ac_header>
15612 rm -f conftest.$ac_objext
15613 if { (ac_try="$ac_compile"
15614 case "(($ac_try" in
15615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15616 *) ac_try_echo=$ac_try;;
15618 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15619 (eval "$ac_compile") 2>conftest.er1
15621 grep -v '^ *+' conftest.er1 >conftest.err
15623 cat conftest.err >&5
15624 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15625 (exit $ac_status); } && {
15626 test -z "$ac_c_werror_flag" ||
15627 test ! -s conftest.err
15628 } && test -s conftest.$ac_objext; then
15629 ac_header_compiler=yes
15631 echo "$as_me: failed program was
:" >&5
15632 sed 's/^/| /' conftest.$ac_ext >&5
15634 ac_header_compiler=no
15637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15638 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
15639 echo "${ECHO_T}$ac_header_compiler" >&6; }
15641 # Is the header present?
15642 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
15643 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
15644 cat >conftest.$ac_ext <<_ACEOF
15647 cat confdefs.h >>conftest.$ac_ext
15648 cat >>conftest.$ac_ext <<_ACEOF
15649 /* end confdefs.h. */
15650 #include <$ac_header>
15652 if { (ac_try="$ac_cpp conftest.
$ac_ext"
15653 case "(($ac_try" in
15654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15655 *) ac_try_echo=$ac_try;;
15657 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15658 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
15660 grep -v '^ *+' conftest.er1 >conftest.err
15662 cat conftest.err >&5
15663 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15664 (exit $ac_status); } >/dev/null && {
15665 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15666 test ! -s conftest.err
15668 ac_header_preproc=yes
15670 echo "$as_me: failed program was
:" >&5
15671 sed 's/^/| /' conftest.$ac_ext >&5
15673 ac_header_preproc=no
15676 rm -f conftest.err conftest.$ac_ext
15677 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
15678 echo "${ECHO_T}$ac_header_preproc" >&6; }
15680 # So? What about this header?
15681 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15683 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
15684 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
15685 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
15686 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
15687 ac_header_preproc=yes
15690 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
15691 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
15692 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
15693 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
15694 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
15695 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
15696 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
15697 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
15698 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
15699 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
15700 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
15701 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
15705 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
15706 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
15707 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
15708 echo $ECHO_N "(cached
) $ECHO_C" >&6
15710 eval "$as_ac_Header=\
$ac_header_preproc"
15712 ac_res=`eval echo '${'$as_ac_Header'}'`
15713 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15714 echo "${ECHO_T}$ac_res" >&6; }
15717 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15718 cat >>confdefs.h <<_ACEOF
15719 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
15734 for ac_func in $ac_func_list
15736 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
15737 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
15738 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
15739 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
15740 echo $ECHO_N "(cached
) $ECHO_C" >&6
15742 cat >conftest.$ac_ext <<_ACEOF
15745 cat confdefs.h >>conftest.$ac_ext
15746 cat >>conftest.$ac_ext <<_ACEOF
15747 /* end confdefs.h. */
15748 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15749 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15750 #define $ac_func innocuous_$ac_func
15752 /* System header to define __stub macros and hopefully few prototypes,
15753 which can conflict with char $ac_func (); below.
15754 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15755 <limits.h> exists even on freestanding compilers. */
15758 # include <limits.h>
15760 # include <assert.h>
15765 /* Override any GCC internal prototype to avoid an error.
15766 Use char because int might match the return type of a GCC
15767 builtin and then its argument prototype would still apply. */
15772 /* The GNU C library defines this for functions which it implements
15773 to always fail with ENOSYS. Some functions are actually named
15774 something starting with __ and the normal name is an alias. */
15775 #if defined __stub_$ac_func || defined __stub___$ac_func
15782 return $ac_func ();
15787 rm -f conftest.$ac_objext conftest$ac_exeext
15788 if { (ac_try="$ac_link"
15789 case "(($ac_try" in
15790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15791 *) ac_try_echo=$ac_try;;
15793 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15794 (eval "$ac_link") 2>conftest.er1
15796 grep -v '^ *+' conftest.er1 >conftest.err
15798 cat conftest.err >&5
15799 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15800 (exit $ac_status); } && {
15801 test -z "$ac_c_werror_flag" ||
15802 test ! -s conftest.err
15803 } && test -s conftest$ac_exeext &&
15804 $as_test_x conftest$ac_exeext; then
15805 eval "$as_ac_var=yes"
15807 echo "$as_me: failed program was
:" >&5
15808 sed 's/^/| /' conftest.$ac_ext >&5
15810 eval "$as_ac_var=no
"
15813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15814 conftest$ac_exeext conftest.$ac_ext
15816 ac_res=`eval echo '${'$as_ac_var'}'`
15817 { echo "$as_me:$LINENO: result
: $ac_res" >&5
15818 echo "${ECHO_T}$ac_res" >&6; }
15819 if test `eval echo '${'$as_ac_var'}'` = yes; then
15820 cat >>confdefs.h <<_ACEOF
15821 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
15843 { echo "$as_me:$LINENO: checking
for working mktime
" >&5
15844 echo $ECHO_N "checking
for working mktime...
$ECHO_C" >&6; }
15845 if test "${ac_cv_func_working_mktime+set}" = set; then
15846 echo $ECHO_N "(cached
) $ECHO_C" >&6
15848 if test "$cross_compiling" = yes; then
15849 ac_cv_func_working_mktime=no
15851 cat >conftest.$ac_ext <<_ACEOF
15854 cat confdefs.h >>conftest.$ac_ext
15855 cat >>conftest.$ac_ext <<_ACEOF
15856 /* end confdefs.h. */
15857 /* Test program from Paul Eggert and Tony Leneis. */
15858 #ifdef TIME_WITH_SYS_TIME
15859 # include <sys/time.h>
15862 # ifdef HAVE_SYS_TIME_H
15863 # include <sys/time.h>
15869 #include <stdlib.h>
15871 #ifdef HAVE_UNISTD_H
15872 # include <unistd.h>
15876 # define alarm(X) /* empty */
15879 /* Work around redefinition to rpl_putenv by other config tests. */
15882 static time_t time_t_max;
15883 static time_t time_t_min;
15885 /* Values we'll use to set the TZ environment variable. */
15886 static char *tz_strings[] = {
15887 (char *) 0, "TZ
=GMT0
", "TZ
=JST-9
",
15888 "TZ
=EST
+3EDT
+2,M10.1
.0/00:00:00,M2.3
.0/00:00:00"
15890 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
15892 /* Return 0 if mktime fails to convert a date in the spring-forward gap.
15893 Based on a problem report from Andreas Jaeger. */
15895 spring_forward_gap ()
15897 /* glibc (up to about 1998-10-07) failed this test. */
15900 /* Use the portable POSIX.1 specification "TZ
=PST8PDT
,M4.1
.0,M10.5
.0"
15901 instead of "TZ
=America
/Vancouver
" in order to detect the bug even
15902 on systems that don't support the Olson extension, or don't have the
15903 full zoneinfo tables installed. */
15904 putenv ("TZ
=PST8PDT
,M4.1
.0,M10.5
.0");
15913 return mktime (&tm) != (time_t) -1;
15921 return ! (lt = localtime (&now)) || mktime (lt) == now;
15928 return (mktime_test1 (now)
15929 && mktime_test1 ((time_t) (time_t_max - now))
15930 && mktime_test1 ((time_t) (time_t_min + now)));
15936 /* Based on code from Ariel Faigon. */
15946 return tm.tm_mon == 2 && tm.tm_mday == 31;
15955 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
15956 now = mktime (&tm);
15957 if (now != (time_t) -1)
15959 struct tm *lt = localtime (&now);
15961 && lt->tm_year == tm.tm_year
15962 && lt->tm_mon == tm.tm_mon
15963 && lt->tm_mday == tm.tm_mday
15964 && lt->tm_hour == tm.tm_hour
15965 && lt->tm_min == tm.tm_min
15966 && lt->tm_sec == tm.tm_sec
15967 && lt->tm_yday == tm.tm_yday
15968 && lt->tm_wday == tm.tm_wday
15969 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
15970 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
15979 /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
15980 ignoring leap seconds. */
15981 unsigned long int answer = 2527315200UL;
15985 tm.tm_year = 2050 - 1900;
15988 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
15991 /* Use the portable POSIX.1 specification "TZ
=PST8PDT
,M4.1
.0,M10.5
.0"
15992 instead of "TZ
=America
/Vancouver
" in order to detect the bug even
15993 on systems that don't support the Olson extension, or don't have the
15994 full zoneinfo tables installed. */
15995 putenv ("TZ
=PST8PDT
,M4.1
.0,M10.5
.0");
15999 /* Check that the result is either a failure, or close enough
16000 to the correct answer that we can assume the discrepancy is
16001 due to leap seconds. */
16002 return (t == (time_t) -1
16003 || (0 < t && answer - 120 <= t && t <= answer + 120));
16012 /* This test makes some buggy mktime implementations loop.
16013 Give up after 60 seconds; a mktime slower than that
16014 isn't worth using anyway. */
16017 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
16020 if ((time_t) -1 < 0)
16021 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
16023 delta = time_t_max / 997; /* a suitable prime number */
16024 for (i = 0; i < N_STRINGS; i++)
16027 putenv (tz_strings[i]);
16029 for (t = 0; t <= time_t_max - delta; t += delta)
16030 if (! mktime_test (t))
16032 if (! (mktime_test ((time_t) 1)
16033 && mktime_test ((time_t) (60 * 60))
16034 && mktime_test ((time_t) (60 * 60 * 24))))
16037 for (j = 1; 0 < j; j *= 2)
16038 if (! bigtime_test (j))
16040 if (! bigtime_test (j - 1))
16043 return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
16046 rm -f conftest$ac_exeext
16047 if { (ac_try="$ac_link"
16048 case "(($ac_try" in
16049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16050 *) ac_try_echo=$ac_try;;
16052 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16053 (eval "$ac_link") 2>&5
16055 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16056 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16057 { (case "(($ac_try" in
16058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16059 *) ac_try_echo=$ac_try;;
16061 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16062 (eval "$ac_try") 2>&5
16064 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16065 (exit $ac_status); }; }; then
16066 ac_cv_func_working_mktime=yes
16068 echo "$as_me: program exited with status
$ac_status" >&5
16069 echo "$as_me: failed program was
:" >&5
16070 sed 's/^/| /' conftest.$ac_ext >&5
16072 ( exit $ac_status )
16073 ac_cv_func_working_mktime=no
16075 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16080 { echo "$as_me:$LINENO: result
: $ac_cv_func_working_mktime" >&5
16081 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6; }
16082 if test $ac_cv_func_working_mktime = no; then
16083 case " $LIBOBJS " in
16084 *" mktime.
$ac_objext "* ) ;;
16085 *) LIBOBJS="$LIBOBJS mktime.
$ac_objext"
16091 if test "$ac_cv_func_working_mktime" = no; then
16093 cat >>confdefs.h <<\_ACEOF
16094 #define BROKEN_MKTIME 1
16099 ac_have_func=no # yes means we've found a way to get the load average.
16101 # Make sure getloadavg.c is where it belongs, at configure-time.
16102 test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c
" ||
16103 { { echo "$as_me:$LINENO: error
: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing
" >&5
16104 echo "$as_me: error
: $srcdir/$ac_config_libobj_dir/getloadavg.c is missing
" >&2;}
16105 { (exit 1); exit 1; }; }
16109 # Check for getloadavg, but be sure not to touch the cache variable.
16110 ({ echo "$as_me:$LINENO: checking
for getloadavg
" >&5
16111 echo $ECHO_N "checking
for getloadavg...
$ECHO_C" >&6; }
16112 if test "${ac_cv_func_getloadavg+set}" = set; then
16113 echo $ECHO_N "(cached
) $ECHO_C" >&6
16115 cat >conftest.$ac_ext <<_ACEOF
16118 cat confdefs.h >>conftest.$ac_ext
16119 cat >>conftest.$ac_ext <<_ACEOF
16120 /* end confdefs.h. */
16121 /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
16122 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16123 #define getloadavg innocuous_getloadavg
16125 /* System header to define __stub macros and hopefully few prototypes,
16126 which can conflict with char getloadavg (); below.
16127 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16128 <limits.h> exists even on freestanding compilers. */
16131 # include <limits.h>
16133 # include <assert.h>
16138 /* Override any GCC internal prototype to avoid an error.
16139 Use char because int might match the return type of a GCC
16140 builtin and then its argument prototype would still apply. */
16144 char getloadavg ();
16145 /* The GNU C library defines this for functions which it implements
16146 to always fail with ENOSYS. Some functions are actually named
16147 something starting with __ and the normal name is an alias. */
16148 #if defined __stub_getloadavg || defined __stub___getloadavg
16155 return getloadavg ();
16160 rm -f conftest.$ac_objext conftest$ac_exeext
16161 if { (ac_try="$ac_link"
16162 case "(($ac_try" in
16163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16164 *) ac_try_echo=$ac_try;;
16166 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16167 (eval "$ac_link") 2>conftest.er1
16169 grep -v '^ *+' conftest.er1 >conftest.err
16171 cat conftest.err >&5
16172 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16173 (exit $ac_status); } && {
16174 test -z "$ac_c_werror_flag" ||
16175 test ! -s conftest.err
16176 } && test -s conftest$ac_exeext &&
16177 $as_test_x conftest$ac_exeext; then
16178 ac_cv_func_getloadavg=yes
16180 echo "$as_me: failed program was
:" >&5
16181 sed 's/^/| /' conftest.$ac_ext >&5
16183 ac_cv_func_getloadavg=no
16186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16187 conftest$ac_exeext conftest.$ac_ext
16189 { echo "$as_me:$LINENO: result
: $ac_cv_func_getloadavg" >&5
16190 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6; }
16191 if test $ac_cv_func_getloadavg = yes; then
16196 ) && ac_have_func=yes
16198 # On HPUX9, an unprivileged user can get load averages through this function.
16200 for ac_func in pstat_getdynamic
16202 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
16203 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
16204 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
16205 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
16206 echo $ECHO_N "(cached
) $ECHO_C" >&6
16208 cat >conftest.$ac_ext <<_ACEOF
16211 cat confdefs.h >>conftest.$ac_ext
16212 cat >>conftest.$ac_ext <<_ACEOF
16213 /* end confdefs.h. */
16214 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16215 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16216 #define $ac_func innocuous_$ac_func
16218 /* System header to define __stub macros and hopefully few prototypes,
16219 which can conflict with char $ac_func (); below.
16220 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16221 <limits.h> exists even on freestanding compilers. */
16224 # include <limits.h>
16226 # include <assert.h>
16231 /* Override any GCC internal prototype to avoid an error.
16232 Use char because int might match the return type of a GCC
16233 builtin and then its argument prototype would still apply. */
16238 /* The GNU C library defines this for functions which it implements
16239 to always fail with ENOSYS. Some functions are actually named
16240 something starting with __ and the normal name is an alias. */
16241 #if defined __stub_$ac_func || defined __stub___$ac_func
16248 return $ac_func ();
16253 rm -f conftest.$ac_objext conftest$ac_exeext
16254 if { (ac_try="$ac_link"
16255 case "(($ac_try" in
16256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16257 *) ac_try_echo=$ac_try;;
16259 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16260 (eval "$ac_link") 2>conftest.er1
16262 grep -v '^ *+' conftest.er1 >conftest.err
16264 cat conftest.err >&5
16265 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16266 (exit $ac_status); } && {
16267 test -z "$ac_c_werror_flag" ||
16268 test ! -s conftest.err
16269 } && test -s conftest$ac_exeext &&
16270 $as_test_x conftest$ac_exeext; then
16271 eval "$as_ac_var=yes"
16273 echo "$as_me: failed program was
:" >&5
16274 sed 's/^/| /' conftest.$ac_ext >&5
16276 eval "$as_ac_var=no
"
16279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16280 conftest$ac_exeext conftest.$ac_ext
16282 ac_res=`eval echo '${'$as_ac_var'}'`
16283 { echo "$as_me:$LINENO: result
: $ac_res" >&5
16284 echo "${ECHO_T}$ac_res" >&6; }
16285 if test `eval echo '${'$as_ac_var'}'` = yes; then
16286 cat >>confdefs.h <<_ACEOF
16287 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
16294 # Solaris has libkstat which does not require root.
16296 { echo "$as_me:$LINENO: checking
for kstat_open
in -lkstat" >&5
16297 echo $ECHO_N "checking
for kstat_open
in -lkstat...
$ECHO_C" >&6; }
16298 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16299 echo $ECHO_N "(cached
) $ECHO_C" >&6
16301 ac_check_lib_save_LIBS=$LIBS
16302 LIBS="-lkstat $LIBS"
16303 cat >conftest.$ac_ext <<_ACEOF
16306 cat confdefs.h >>conftest.$ac_ext
16307 cat >>conftest.$ac_ext <<_ACEOF
16308 /* end confdefs.h. */
16310 /* Override any GCC internal prototype to avoid an error.
16311 Use char because int might match the return type of a GCC
16312 builtin and then its argument prototype would still apply. */
16316 char kstat_open ();
16320 return kstat_open ();
16325 rm -f conftest.$ac_objext conftest$ac_exeext
16326 if { (ac_try="$ac_link"
16327 case "(($ac_try" in
16328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16329 *) ac_try_echo=$ac_try;;
16331 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16332 (eval "$ac_link") 2>conftest.er1
16334 grep -v '^ *+' conftest.er1 >conftest.err
16336 cat conftest.err >&5
16337 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16338 (exit $ac_status); } && {
16339 test -z "$ac_c_werror_flag" ||
16340 test ! -s conftest.err
16341 } && test -s conftest$ac_exeext &&
16342 $as_test_x conftest$ac_exeext; then
16343 ac_cv_lib_kstat_kstat_open=yes
16345 echo "$as_me: failed program was
:" >&5
16346 sed 's/^/| /' conftest.$ac_ext >&5
16348 ac_cv_lib_kstat_kstat_open=no
16351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16352 conftest$ac_exeext conftest.$ac_ext
16353 LIBS=$ac_check_lib_save_LIBS
16355 { echo "$as_me:$LINENO: result
: $ac_cv_lib_kstat_kstat_open" >&5
16356 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16357 if test $ac_cv_lib_kstat_kstat_open = yes; then
16358 cat >>confdefs.h <<_ACEOF
16359 #define HAVE_LIBKSTAT 1
16362 LIBS="-lkstat $LIBS"
16366 test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
16368 # Some systems with -lutil have (and need) -lkvm as well, some do not.
16369 # On Solaris, -lkvm requires nlist from -lelf, so check that first
16370 # to get the right answer into the cache.
16371 # For kstat on solaris, we need libelf to force the definition of SVR4 below.
16372 if test $ac_have_func = no; then
16373 { echo "$as_me:$LINENO: checking
for elf_begin
in -lelf" >&5
16374 echo $ECHO_N "checking
for elf_begin
in -lelf...
$ECHO_C" >&6; }
16375 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
16376 echo $ECHO_N "(cached
) $ECHO_C" >&6
16378 ac_check_lib_save_LIBS=$LIBS
16380 cat >conftest.$ac_ext <<_ACEOF
16383 cat confdefs.h >>conftest.$ac_ext
16384 cat >>conftest.$ac_ext <<_ACEOF
16385 /* end confdefs.h. */
16387 /* Override any GCC internal prototype to avoid an error.
16388 Use char because int might match the return type of a GCC
16389 builtin and then its argument prototype would still apply. */
16397 return elf_begin ();
16402 rm -f conftest.$ac_objext conftest$ac_exeext
16403 if { (ac_try="$ac_link"
16404 case "(($ac_try" in
16405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16406 *) ac_try_echo=$ac_try;;
16408 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16409 (eval "$ac_link") 2>conftest.er1
16411 grep -v '^ *+' conftest.er1 >conftest.err
16413 cat conftest.err >&5
16414 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16415 (exit $ac_status); } && {
16416 test -z "$ac_c_werror_flag" ||
16417 test ! -s conftest.err
16418 } && test -s conftest$ac_exeext &&
16419 $as_test_x conftest$ac_exeext; then
16420 ac_cv_lib_elf_elf_begin=yes
16422 echo "$as_me: failed program was
:" >&5
16423 sed 's/^/| /' conftest.$ac_ext >&5
16425 ac_cv_lib_elf_elf_begin=no
16428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16429 conftest$ac_exeext conftest.$ac_ext
16430 LIBS=$ac_check_lib_save_LIBS
16432 { echo "$as_me:$LINENO: result
: $ac_cv_lib_elf_elf_begin" >&5
16433 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6; }
16434 if test $ac_cv_lib_elf_elf_begin = yes; then
16439 if test $ac_have_func = no; then
16440 { echo "$as_me:$LINENO: checking
for kvm_open
in -lkvm" >&5
16441 echo $ECHO_N "checking
for kvm_open
in -lkvm...
$ECHO_C" >&6; }
16442 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
16443 echo $ECHO_N "(cached
) $ECHO_C" >&6
16445 ac_check_lib_save_LIBS=$LIBS
16447 cat >conftest.$ac_ext <<_ACEOF
16450 cat confdefs.h >>conftest.$ac_ext
16451 cat >>conftest.$ac_ext <<_ACEOF
16452 /* end confdefs.h. */
16454 /* Override any GCC internal prototype to avoid an error.
16455 Use char because int might match the return type of a GCC
16456 builtin and then its argument prototype would still apply. */
16464 return kvm_open ();
16469 rm -f conftest.$ac_objext conftest$ac_exeext
16470 if { (ac_try="$ac_link"
16471 case "(($ac_try" in
16472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16473 *) ac_try_echo=$ac_try;;
16475 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16476 (eval "$ac_link") 2>conftest.er1
16478 grep -v '^ *+' conftest.er1 >conftest.err
16480 cat conftest.err >&5
16481 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16482 (exit $ac_status); } && {
16483 test -z "$ac_c_werror_flag" ||
16484 test ! -s conftest.err
16485 } && test -s conftest$ac_exeext &&
16486 $as_test_x conftest$ac_exeext; then
16487 ac_cv_lib_kvm_kvm_open=yes
16489 echo "$as_me: failed program was
:" >&5
16490 sed 's/^/| /' conftest.$ac_ext >&5
16492 ac_cv_lib_kvm_kvm_open=no
16495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16496 conftest$ac_exeext conftest.$ac_ext
16497 LIBS=$ac_check_lib_save_LIBS
16499 { echo "$as_me:$LINENO: result
: $ac_cv_lib_kvm_kvm_open" >&5
16500 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6; }
16501 if test $ac_cv_lib_kvm_kvm_open = yes; then
16505 # Check for the 4.4BSD definition of getloadavg.
16506 { echo "$as_me:$LINENO: checking
for getloadavg
in -lutil" >&5
16507 echo $ECHO_N "checking
for getloadavg
in -lutil...
$ECHO_C" >&6; }
16508 if test "${ac_cv_lib_util_getloadavg+set}" = set; then
16509 echo $ECHO_N "(cached
) $ECHO_C" >&6
16511 ac_check_lib_save_LIBS=$LIBS
16512 LIBS="-lutil $LIBS"
16513 cat >conftest.$ac_ext <<_ACEOF
16516 cat confdefs.h >>conftest.$ac_ext
16517 cat >>conftest.$ac_ext <<_ACEOF
16518 /* end confdefs.h. */
16520 /* Override any GCC internal prototype to avoid an error.
16521 Use char because int might match the return type of a GCC
16522 builtin and then its argument prototype would still apply. */
16526 char getloadavg ();
16530 return getloadavg ();
16535 rm -f conftest.$ac_objext conftest$ac_exeext
16536 if { (ac_try="$ac_link"
16537 case "(($ac_try" in
16538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16539 *) ac_try_echo=$ac_try;;
16541 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16542 (eval "$ac_link") 2>conftest.er1
16544 grep -v '^ *+' conftest.er1 >conftest.err
16546 cat conftest.err >&5
16547 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16548 (exit $ac_status); } && {
16549 test -z "$ac_c_werror_flag" ||
16550 test ! -s conftest.err
16551 } && test -s conftest$ac_exeext &&
16552 $as_test_x conftest$ac_exeext; then
16553 ac_cv_lib_util_getloadavg=yes
16555 echo "$as_me: failed program was
:" >&5
16556 sed 's/^/| /' conftest.$ac_ext >&5
16558 ac_cv_lib_util_getloadavg=no
16561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16562 conftest$ac_exeext conftest.$ac_ext
16563 LIBS=$ac_check_lib_save_LIBS
16565 { echo "$as_me:$LINENO: result
: $ac_cv_lib_util_getloadavg" >&5
16566 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6; }
16567 if test $ac_cv_lib_util_getloadavg = yes; then
16568 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
16573 if test $ac_have_func = no; then
16574 # There is a commonly available library for RS/6000 AIX.
16575 # Since it is not a standard part of AIX, it might be installed locally.
16576 ac_getloadavg_LIBS=$LIBS
16577 LIBS="-L/usr
/local
/lib
$LIBS"
16578 { echo "$as_me:$LINENO: checking
for getloadavg
in -lgetloadavg" >&5
16579 echo $ECHO_N "checking
for getloadavg
in -lgetloadavg...
$ECHO_C" >&6; }
16580 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
16581 echo $ECHO_N "(cached
) $ECHO_C" >&6
16583 ac_check_lib_save_LIBS=$LIBS
16584 LIBS="-lgetloadavg $LIBS"
16585 cat >conftest.$ac_ext <<_ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h. */
16592 /* Override any GCC internal prototype to avoid an error.
16593 Use char because int might match the return type of a GCC
16594 builtin and then its argument prototype would still apply. */
16598 char getloadavg ();
16602 return getloadavg ();
16607 rm -f conftest.$ac_objext conftest$ac_exeext
16608 if { (ac_try="$ac_link"
16609 case "(($ac_try" in
16610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16611 *) ac_try_echo=$ac_try;;
16613 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16614 (eval "$ac_link") 2>conftest.er1
16616 grep -v '^ *+' conftest.er1 >conftest.err
16618 cat conftest.err >&5
16619 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16620 (exit $ac_status); } && {
16621 test -z "$ac_c_werror_flag" ||
16622 test ! -s conftest.err
16623 } && test -s conftest$ac_exeext &&
16624 $as_test_x conftest$ac_exeext; then
16625 ac_cv_lib_getloadavg_getloadavg=yes
16627 echo "$as_me: failed program was
:" >&5
16628 sed 's/^/| /' conftest.$ac_ext >&5
16630 ac_cv_lib_getloadavg_getloadavg=no
16633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16634 conftest$ac_exeext conftest.$ac_ext
16635 LIBS=$ac_check_lib_save_LIBS
16637 { echo "$as_me:$LINENO: result
: $ac_cv_lib_getloadavg_getloadavg" >&5
16638 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6; }
16639 if test $ac_cv_lib_getloadavg_getloadavg = yes; then
16640 LIBS="-lgetloadavg $LIBS"
16642 LIBS=$ac_getloadavg_LIBS
16647 # Make sure it is really in the library, if we think we found it,
16648 # otherwise set up the replacement function.
16650 for ac_func in getloadavg
16652 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
16653 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
16654 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
16655 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
16656 echo $ECHO_N "(cached
) $ECHO_C" >&6
16658 cat >conftest.$ac_ext <<_ACEOF
16661 cat confdefs.h >>conftest.$ac_ext
16662 cat >>conftest.$ac_ext <<_ACEOF
16663 /* end confdefs.h. */
16664 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16665 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16666 #define $ac_func innocuous_$ac_func
16668 /* System header to define __stub macros and hopefully few prototypes,
16669 which can conflict with char $ac_func (); below.
16670 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16671 <limits.h> exists even on freestanding compilers. */
16674 # include <limits.h>
16676 # include <assert.h>
16681 /* Override any GCC internal prototype to avoid an error.
16682 Use char because int might match the return type of a GCC
16683 builtin and then its argument prototype would still apply. */
16688 /* The GNU C library defines this for functions which it implements
16689 to always fail with ENOSYS. Some functions are actually named
16690 something starting with __ and the normal name is an alias. */
16691 #if defined __stub_$ac_func || defined __stub___$ac_func
16698 return $ac_func ();
16703 rm -f conftest.$ac_objext conftest$ac_exeext
16704 if { (ac_try="$ac_link"
16705 case "(($ac_try" in
16706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16707 *) ac_try_echo=$ac_try;;
16709 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16710 (eval "$ac_link") 2>conftest.er1
16712 grep -v '^ *+' conftest.er1 >conftest.err
16714 cat conftest.err >&5
16715 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16716 (exit $ac_status); } && {
16717 test -z "$ac_c_werror_flag" ||
16718 test ! -s conftest.err
16719 } && test -s conftest$ac_exeext &&
16720 $as_test_x conftest$ac_exeext; then
16721 eval "$as_ac_var=yes"
16723 echo "$as_me: failed program was
:" >&5
16724 sed 's/^/| /' conftest.$ac_ext >&5
16726 eval "$as_ac_var=no
"
16729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16730 conftest$ac_exeext conftest.$ac_ext
16732 ac_res=`eval echo '${'$as_ac_var'}'`
16733 { echo "$as_me:$LINENO: result
: $ac_res" >&5
16734 echo "${ECHO_T}$ac_res" >&6; }
16735 if test `eval echo '${'$as_ac_var'}'` = yes; then
16736 cat >>confdefs.h <<_ACEOF
16737 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
16741 case " $LIBOBJS " in
16742 *" getloadavg.
$ac_objext "* ) ;;
16743 *) LIBOBJS="$LIBOBJS getloadavg.
$ac_objext"
16748 cat >>confdefs.h <<\_ACEOF
16749 #define C_GETLOADAVG 1
16752 # Figure out what our getloadavg.c needs.
16754 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
16755 { echo "$as_me:$LINENO: checking
for sys
/dg_sys_info.h
" >&5
16756 echo $ECHO_N "checking
for sys
/dg_sys_info.h...
$ECHO_C" >&6; }
16757 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
16758 echo $ECHO_N "(cached
) $ECHO_C" >&6
16760 { echo "$as_me:$LINENO: result
: $ac_cv_header_sys_dg_sys_info_h" >&5
16761 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; }
16763 # Is the header compilable?
16764 { echo "$as_me:$LINENO: checking sys
/dg_sys_info.h usability
" >&5
16765 echo $ECHO_N "checking sys
/dg_sys_info.h usability...
$ECHO_C" >&6; }
16766 cat >conftest.$ac_ext <<_ACEOF
16769 cat confdefs.h >>conftest.$ac_ext
16770 cat >>conftest.$ac_ext <<_ACEOF
16771 /* end confdefs.h. */
16772 $ac_includes_default
16773 #include <sys/dg_sys_info.h>
16775 rm -f conftest.$ac_objext
16776 if { (ac_try="$ac_compile"
16777 case "(($ac_try" in
16778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16779 *) ac_try_echo=$ac_try;;
16781 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16782 (eval "$ac_compile") 2>conftest.er1
16784 grep -v '^ *+' conftest.er1 >conftest.err
16786 cat conftest.err >&5
16787 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16788 (exit $ac_status); } && {
16789 test -z "$ac_c_werror_flag" ||
16790 test ! -s conftest.err
16791 } && test -s conftest.$ac_objext; then
16792 ac_header_compiler=yes
16794 echo "$as_me: failed program was
:" >&5
16795 sed 's/^/| /' conftest.$ac_ext >&5
16797 ac_header_compiler=no
16800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16801 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
16802 echo "${ECHO_T}$ac_header_compiler" >&6; }
16804 # Is the header present?
16805 { echo "$as_me:$LINENO: checking sys
/dg_sys_info.h presence
" >&5
16806 echo $ECHO_N "checking sys
/dg_sys_info.h presence...
$ECHO_C" >&6; }
16807 cat >conftest.$ac_ext <<_ACEOF
16810 cat confdefs.h >>conftest.$ac_ext
16811 cat >>conftest.$ac_ext <<_ACEOF
16812 /* end confdefs.h. */
16813 #include <sys/dg_sys_info.h>
16815 if { (ac_try="$ac_cpp conftest.
$ac_ext"
16816 case "(($ac_try" in
16817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16818 *) ac_try_echo=$ac_try;;
16820 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16821 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
16823 grep -v '^ *+' conftest.er1 >conftest.err
16825 cat conftest.err >&5
16826 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16827 (exit $ac_status); } >/dev/null && {
16828 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16829 test ! -s conftest.err
16831 ac_header_preproc=yes
16833 echo "$as_me: failed program was
:" >&5
16834 sed 's/^/| /' conftest.$ac_ext >&5
16836 ac_header_preproc=no
16839 rm -f conftest.err conftest.$ac_ext
16840 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
16841 echo "${ECHO_T}$ac_header_preproc" >&6; }
16843 # So? What about this header?
16844 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16846 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: accepted by the compiler
, rejected by the preprocessor
!" >&5
16847 echo "$as_me: WARNING
: sys
/dg_sys_info.h
: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
16848 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: proceeding with the compiler
's result" >&5
16849 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result
" >&2;}
16850 ac_header_preproc=yes
16853 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: present but cannot be compiled
" >&5
16854 echo "$as_me: WARNING
: sys
/dg_sys_info.h
: present but cannot be compiled
" >&2;}
16855 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: check
for missing prerequisite headers?
" >&5
16856 echo "$as_me: WARNING
: sys
/dg_sys_info.h
: check
for missing prerequisite headers?
" >&2;}
16857 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: see the Autoconf documentation
" >&5
16858 echo "$as_me: WARNING
: sys
/dg_sys_info.h
: see the Autoconf documentation
" >&2;}
16859 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: section
\"Present But Cannot Be Compiled
\"" >&5
16860 echo "$as_me: WARNING
: sys
/dg_sys_info.h
: section
\"Present But Cannot Be Compiled
\"" >&2;}
16861 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: proceeding with the preprocessor
's result" >&5
16862 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result
" >&2;}
16863 { echo "$as_me:$LINENO: WARNING
: sys
/dg_sys_info.h
: in the future
, the compiler will take precedence
" >&5
16864 echo "$as_me: WARNING
: sys
/dg_sys_info.h
: in the future
, the compiler will take precedence
" >&2;}
16868 { echo "$as_me:$LINENO: checking
for sys
/dg_sys_info.h
" >&5
16869 echo $ECHO_N "checking
for sys
/dg_sys_info.h...
$ECHO_C" >&6; }
16870 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
16871 echo $ECHO_N "(cached
) $ECHO_C" >&6
16873 ac_cv_header_sys_dg_sys_info_h=$ac_header_preproc
16875 { echo "$as_me:$LINENO: result
: $ac_cv_header_sys_dg_sys_info_h" >&5
16876 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6; }
16879 if test $ac_cv_header_sys_dg_sys_info_h = yes; then
16882 cat >>confdefs.h <<\_ACEOF
16887 { echo "$as_me:$LINENO: checking
for dg_sys_info
in -ldgc" >&5
16888 echo $ECHO_N "checking
for dg_sys_info
in -ldgc...
$ECHO_C" >&6; }
16889 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
16890 echo $ECHO_N "(cached
) $ECHO_C" >&6
16892 ac_check_lib_save_LIBS=$LIBS
16894 cat >conftest.$ac_ext <<_ACEOF
16897 cat confdefs.h >>conftest.$ac_ext
16898 cat >>conftest.$ac_ext <<_ACEOF
16899 /* end confdefs.h. */
16901 /* Override any GCC internal prototype to avoid an error.
16902 Use char because int might match the return type of a GCC
16903 builtin and then its argument prototype would still apply. */
16907 char dg_sys_info ();
16911 return dg_sys_info ();
16916 rm -f conftest.$ac_objext conftest$ac_exeext
16917 if { (ac_try="$ac_link"
16918 case "(($ac_try" in
16919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16920 *) ac_try_echo=$ac_try;;
16922 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16923 (eval "$ac_link") 2>conftest.er1
16925 grep -v '^ *+' conftest.er1 >conftest.err
16927 cat conftest.err >&5
16928 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16929 (exit $ac_status); } && {
16930 test -z "$ac_c_werror_flag" ||
16931 test ! -s conftest.err
16932 } && test -s conftest$ac_exeext &&
16933 $as_test_x conftest$ac_exeext; then
16934 ac_cv_lib_dgc_dg_sys_info=yes
16936 echo "$as_me: failed program was
:" >&5
16937 sed 's/^/| /' conftest.$ac_ext >&5
16939 ac_cv_lib_dgc_dg_sys_info=no
16942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16943 conftest$ac_exeext conftest.$ac_ext
16944 LIBS=$ac_check_lib_save_LIBS
16946 { echo "$as_me:$LINENO: result
: $ac_cv_lib_dgc_dg_sys_info" >&5
16947 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6; }
16948 if test $ac_cv_lib_dgc_dg_sys_info = yes; then
16949 cat >>confdefs.h <<_ACEOF
16950 #define HAVE_LIBDGC 1
16961 if test "${ac_cv_header_locale_h+set}" = set; then
16962 { echo "$as_me:$LINENO: checking
for locale.h
" >&5
16963 echo $ECHO_N "checking
for locale.h...
$ECHO_C" >&6; }
16964 if test "${ac_cv_header_locale_h+set}" = set; then
16965 echo $ECHO_N "(cached
) $ECHO_C" >&6
16967 { echo "$as_me:$LINENO: result
: $ac_cv_header_locale_h" >&5
16968 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
16970 # Is the header compilable?
16971 { echo "$as_me:$LINENO: checking locale.h usability
" >&5
16972 echo $ECHO_N "checking locale.h usability...
$ECHO_C" >&6; }
16973 cat >conftest.$ac_ext <<_ACEOF
16976 cat confdefs.h >>conftest.$ac_ext
16977 cat >>conftest.$ac_ext <<_ACEOF
16978 /* end confdefs.h. */
16979 $ac_includes_default
16980 #include <locale.h>
16982 rm -f conftest.$ac_objext
16983 if { (ac_try="$ac_compile"
16984 case "(($ac_try" in
16985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16986 *) ac_try_echo=$ac_try;;
16988 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16989 (eval "$ac_compile") 2>conftest.er1
16991 grep -v '^ *+' conftest.er1 >conftest.err
16993 cat conftest.err >&5
16994 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16995 (exit $ac_status); } && {
16996 test -z "$ac_c_werror_flag" ||
16997 test ! -s conftest.err
16998 } && test -s conftest.$ac_objext; then
16999 ac_header_compiler=yes
17001 echo "$as_me: failed program was
:" >&5
17002 sed 's/^/| /' conftest.$ac_ext >&5
17004 ac_header_compiler=no
17007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17008 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
17009 echo "${ECHO_T}$ac_header_compiler" >&6; }
17011 # Is the header present?
17012 { echo "$as_me:$LINENO: checking locale.h presence
" >&5
17013 echo $ECHO_N "checking locale.h presence...
$ECHO_C" >&6; }
17014 cat >conftest.$ac_ext <<_ACEOF
17017 cat confdefs.h >>conftest.$ac_ext
17018 cat >>conftest.$ac_ext <<_ACEOF
17019 /* end confdefs.h. */
17020 #include <locale.h>
17022 if { (ac_try="$ac_cpp conftest.
$ac_ext"
17023 case "(($ac_try" in
17024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17025 *) ac_try_echo=$ac_try;;
17027 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17028 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
17030 grep -v '^ *+' conftest.er1 >conftest.err
17032 cat conftest.err >&5
17033 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17034 (exit $ac_status); } >/dev/null && {
17035 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17036 test ! -s conftest.err
17038 ac_header_preproc=yes
17040 echo "$as_me: failed program was
:" >&5
17041 sed 's/^/| /' conftest.$ac_ext >&5
17043 ac_header_preproc=no
17046 rm -f conftest.err conftest.$ac_ext
17047 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
17048 echo "${ECHO_T}$ac_header_preproc" >&6; }
17050 # So? What about this header?
17051 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17053 { echo "$as_me:$LINENO: WARNING
: locale.h
: accepted by the compiler
, rejected by the preprocessor
!" >&5
17054 echo "$as_me: WARNING
: locale.h
: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
17055 { echo "$as_me:$LINENO: WARNING
: locale.h
: proceeding with the compiler
's result" >&5
17056 echo "$as_me: WARNING: locale.h: proceeding with the compiler's result
" >&2;}
17057 ac_header_preproc=yes
17060 { echo "$as_me:$LINENO: WARNING
: locale.h
: present but cannot be compiled
" >&5
17061 echo "$as_me: WARNING
: locale.h
: present but cannot be compiled
" >&2;}
17062 { echo "$as_me:$LINENO: WARNING
: locale.h
: check
for missing prerequisite headers?
" >&5
17063 echo "$as_me: WARNING
: locale.h
: check
for missing prerequisite headers?
" >&2;}
17064 { echo "$as_me:$LINENO: WARNING
: locale.h
: see the Autoconf documentation
" >&5
17065 echo "$as_me: WARNING
: locale.h
: see the Autoconf documentation
" >&2;}
17066 { echo "$as_me:$LINENO: WARNING
: locale.h
: section
\"Present But Cannot Be Compiled
\"" >&5
17067 echo "$as_me: WARNING
: locale.h
: section
\"Present But Cannot Be Compiled
\"" >&2;}
17068 { echo "$as_me:$LINENO: WARNING
: locale.h
: proceeding with the preprocessor
's result" >&5
17069 echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result
" >&2;}
17070 { echo "$as_me:$LINENO: WARNING
: locale.h
: in the future
, the compiler will take precedence
" >&5
17071 echo "$as_me: WARNING
: locale.h
: in the future
, the compiler will take precedence
" >&2;}
17075 { echo "$as_me:$LINENO: checking
for locale.h
" >&5
17076 echo $ECHO_N "checking
for locale.h...
$ECHO_C" >&6; }
17077 if test "${ac_cv_header_locale_h+set}" = set; then
17078 echo $ECHO_N "(cached
) $ECHO_C" >&6
17080 ac_cv_header_locale_h=$ac_header_preproc
17082 { echo "$as_me:$LINENO: result
: $ac_cv_header_locale_h" >&5
17083 echo "${ECHO_T}$ac_cv_header_locale_h" >&6; }
17089 for ac_func in setlocale
17091 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
17092 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
17093 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
17094 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
17095 echo $ECHO_N "(cached
) $ECHO_C" >&6
17097 cat >conftest.$ac_ext <<_ACEOF
17100 cat confdefs.h >>conftest.$ac_ext
17101 cat >>conftest.$ac_ext <<_ACEOF
17102 /* end confdefs.h. */
17103 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17104 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17105 #define $ac_func innocuous_$ac_func
17107 /* System header to define __stub macros and hopefully few prototypes,
17108 which can conflict with char $ac_func (); below.
17109 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17110 <limits.h> exists even on freestanding compilers. */
17113 # include <limits.h>
17115 # include <assert.h>
17120 /* Override any GCC internal prototype to avoid an error.
17121 Use char because int might match the return type of a GCC
17122 builtin and then its argument prototype would still apply. */
17127 /* The GNU C library defines this for functions which it implements
17128 to always fail with ENOSYS. Some functions are actually named
17129 something starting with __ and the normal name is an alias. */
17130 #if defined __stub_$ac_func || defined __stub___$ac_func
17137 return $ac_func ();
17142 rm -f conftest.$ac_objext conftest$ac_exeext
17143 if { (ac_try="$ac_link"
17144 case "(($ac_try" in
17145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17146 *) ac_try_echo=$ac_try;;
17148 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17149 (eval "$ac_link") 2>conftest.er1
17151 grep -v '^ *+' conftest.er1 >conftest.err
17153 cat conftest.err >&5
17154 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17155 (exit $ac_status); } && {
17156 test -z "$ac_c_werror_flag" ||
17157 test ! -s conftest.err
17158 } && test -s conftest$ac_exeext &&
17159 $as_test_x conftest$ac_exeext; then
17160 eval "$as_ac_var=yes"
17162 echo "$as_me: failed program was
:" >&5
17163 sed 's/^/| /' conftest.$ac_ext >&5
17165 eval "$as_ac_var=no
"
17168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17169 conftest$ac_exeext conftest.$ac_ext
17171 ac_res=`eval echo '${'$as_ac_var'}'`
17172 { echo "$as_me:$LINENO: result
: $ac_res" >&5
17173 echo "${ECHO_T}$ac_res" >&6; }
17174 if test `eval echo '${'$as_ac_var'}'` = yes; then
17175 cat >>confdefs.h <<_ACEOF
17176 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
17183 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
17184 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because
17185 # Irix 4.0.5F has the header but not the library.
17186 if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
17189 cat >>confdefs.h <<\_ACEOF
17195 if test $ac_have_func = no; then
17196 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
17197 { echo "$as_me:$LINENO: checking
for inq_stats
/cpustats.h
" >&5
17198 echo $ECHO_N "checking
for inq_stats
/cpustats.h...
$ECHO_C" >&6; }
17199 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
17200 echo $ECHO_N "(cached
) $ECHO_C" >&6
17202 { echo "$as_me:$LINENO: result
: $ac_cv_header_inq_stats_cpustats_h" >&5
17203 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; }
17205 # Is the header compilable?
17206 { echo "$as_me:$LINENO: checking inq_stats
/cpustats.h usability
" >&5
17207 echo $ECHO_N "checking inq_stats
/cpustats.h usability...
$ECHO_C" >&6; }
17208 cat >conftest.$ac_ext <<_ACEOF
17211 cat confdefs.h >>conftest.$ac_ext
17212 cat >>conftest.$ac_ext <<_ACEOF
17213 /* end confdefs.h. */
17214 $ac_includes_default
17215 #include <inq_stats/cpustats.h>
17217 rm -f conftest.$ac_objext
17218 if { (ac_try="$ac_compile"
17219 case "(($ac_try" in
17220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17221 *) ac_try_echo=$ac_try;;
17223 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17224 (eval "$ac_compile") 2>conftest.er1
17226 grep -v '^ *+' conftest.er1 >conftest.err
17228 cat conftest.err >&5
17229 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17230 (exit $ac_status); } && {
17231 test -z "$ac_c_werror_flag" ||
17232 test ! -s conftest.err
17233 } && test -s conftest.$ac_objext; then
17234 ac_header_compiler=yes
17236 echo "$as_me: failed program was
:" >&5
17237 sed 's/^/| /' conftest.$ac_ext >&5
17239 ac_header_compiler=no
17242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17243 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
17244 echo "${ECHO_T}$ac_header_compiler" >&6; }
17246 # Is the header present?
17247 { echo "$as_me:$LINENO: checking inq_stats
/cpustats.h presence
" >&5
17248 echo $ECHO_N "checking inq_stats
/cpustats.h presence...
$ECHO_C" >&6; }
17249 cat >conftest.$ac_ext <<_ACEOF
17252 cat confdefs.h >>conftest.$ac_ext
17253 cat >>conftest.$ac_ext <<_ACEOF
17254 /* end confdefs.h. */
17255 #include <inq_stats/cpustats.h>
17257 if { (ac_try="$ac_cpp conftest.
$ac_ext"
17258 case "(($ac_try" in
17259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17260 *) ac_try_echo=$ac_try;;
17262 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17263 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
17265 grep -v '^ *+' conftest.er1 >conftest.err
17267 cat conftest.err >&5
17268 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17269 (exit $ac_status); } >/dev/null && {
17270 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17271 test ! -s conftest.err
17273 ac_header_preproc=yes
17275 echo "$as_me: failed program was
:" >&5
17276 sed 's/^/| /' conftest.$ac_ext >&5
17278 ac_header_preproc=no
17281 rm -f conftest.err conftest.$ac_ext
17282 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
17283 echo "${ECHO_T}$ac_header_preproc" >&6; }
17285 # So? What about this header?
17286 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17288 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: accepted by the compiler
, rejected by the preprocessor
!" >&5
17289 echo "$as_me: WARNING
: inq_stats
/cpustats.h
: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
17290 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: proceeding with the compiler
's result" >&5
17291 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result
" >&2;}
17292 ac_header_preproc=yes
17295 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: present but cannot be compiled
" >&5
17296 echo "$as_me: WARNING
: inq_stats
/cpustats.h
: present but cannot be compiled
" >&2;}
17297 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: check
for missing prerequisite headers?
" >&5
17298 echo "$as_me: WARNING
: inq_stats
/cpustats.h
: check
for missing prerequisite headers?
" >&2;}
17299 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: see the Autoconf documentation
" >&5
17300 echo "$as_me: WARNING
: inq_stats
/cpustats.h
: see the Autoconf documentation
" >&2;}
17301 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: section
\"Present But Cannot Be Compiled
\"" >&5
17302 echo "$as_me: WARNING
: inq_stats
/cpustats.h
: section
\"Present But Cannot Be Compiled
\"" >&2;}
17303 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: proceeding with the preprocessor
's result" >&5
17304 echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result
" >&2;}
17305 { echo "$as_me:$LINENO: WARNING
: inq_stats
/cpustats.h
: in the future
, the compiler will take precedence
" >&5
17306 echo "$as_me: WARNING
: inq_stats
/cpustats.h
: in the future
, the compiler will take precedence
" >&2;}
17310 { echo "$as_me:$LINENO: checking
for inq_stats
/cpustats.h
" >&5
17311 echo $ECHO_N "checking
for inq_stats
/cpustats.h...
$ECHO_C" >&6; }
17312 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
17313 echo $ECHO_N "(cached
) $ECHO_C" >&6
17315 ac_cv_header_inq_stats_cpustats_h=$ac_header_preproc
17317 { echo "$as_me:$LINENO: result
: $ac_cv_header_inq_stats_cpustats_h" >&5
17318 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6; }
17321 if test $ac_cv_header_inq_stats_cpustats_h = yes; then
17324 cat >>confdefs.h <<\_ACEOF
17329 cat >>confdefs.h <<\_ACEOF
17338 if test $ac_have_func = no; then
17339 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
17340 { echo "$as_me:$LINENO: checking
for sys
/cpustats.h
" >&5
17341 echo $ECHO_N "checking
for sys
/cpustats.h...
$ECHO_C" >&6; }
17342 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
17343 echo $ECHO_N "(cached
) $ECHO_C" >&6
17345 { echo "$as_me:$LINENO: result
: $ac_cv_header_sys_cpustats_h" >&5
17346 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; }
17348 # Is the header compilable?
17349 { echo "$as_me:$LINENO: checking sys
/cpustats.h usability
" >&5
17350 echo $ECHO_N "checking sys
/cpustats.h usability...
$ECHO_C" >&6; }
17351 cat >conftest.$ac_ext <<_ACEOF
17354 cat confdefs.h >>conftest.$ac_ext
17355 cat >>conftest.$ac_ext <<_ACEOF
17356 /* end confdefs.h. */
17357 $ac_includes_default
17358 #include <sys/cpustats.h>
17360 rm -f conftest.$ac_objext
17361 if { (ac_try="$ac_compile"
17362 case "(($ac_try" in
17363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17364 *) ac_try_echo=$ac_try;;
17366 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17367 (eval "$ac_compile") 2>conftest.er1
17369 grep -v '^ *+' conftest.er1 >conftest.err
17371 cat conftest.err >&5
17372 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17373 (exit $ac_status); } && {
17374 test -z "$ac_c_werror_flag" ||
17375 test ! -s conftest.err
17376 } && test -s conftest.$ac_objext; then
17377 ac_header_compiler=yes
17379 echo "$as_me: failed program was
:" >&5
17380 sed 's/^/| /' conftest.$ac_ext >&5
17382 ac_header_compiler=no
17385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17386 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
17387 echo "${ECHO_T}$ac_header_compiler" >&6; }
17389 # Is the header present?
17390 { echo "$as_me:$LINENO: checking sys
/cpustats.h presence
" >&5
17391 echo $ECHO_N "checking sys
/cpustats.h presence...
$ECHO_C" >&6; }
17392 cat >conftest.$ac_ext <<_ACEOF
17395 cat confdefs.h >>conftest.$ac_ext
17396 cat >>conftest.$ac_ext <<_ACEOF
17397 /* end confdefs.h. */
17398 #include <sys/cpustats.h>
17400 if { (ac_try="$ac_cpp conftest.
$ac_ext"
17401 case "(($ac_try" in
17402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17403 *) ac_try_echo=$ac_try;;
17405 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17406 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
17408 grep -v '^ *+' conftest.er1 >conftest.err
17410 cat conftest.err >&5
17411 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17412 (exit $ac_status); } >/dev/null && {
17413 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17414 test ! -s conftest.err
17416 ac_header_preproc=yes
17418 echo "$as_me: failed program was
:" >&5
17419 sed 's/^/| /' conftest.$ac_ext >&5
17421 ac_header_preproc=no
17424 rm -f conftest.err conftest.$ac_ext
17425 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
17426 echo "${ECHO_T}$ac_header_preproc" >&6; }
17428 # So? What about this header?
17429 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17431 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: accepted by the compiler
, rejected by the preprocessor
!" >&5
17432 echo "$as_me: WARNING
: sys
/cpustats.h
: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
17433 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: proceeding with the compiler
's result" >&5
17434 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result
" >&2;}
17435 ac_header_preproc=yes
17438 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: present but cannot be compiled
" >&5
17439 echo "$as_me: WARNING
: sys
/cpustats.h
: present but cannot be compiled
" >&2;}
17440 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: check
for missing prerequisite headers?
" >&5
17441 echo "$as_me: WARNING
: sys
/cpustats.h
: check
for missing prerequisite headers?
" >&2;}
17442 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: see the Autoconf documentation
" >&5
17443 echo "$as_me: WARNING
: sys
/cpustats.h
: see the Autoconf documentation
" >&2;}
17444 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: section
\"Present But Cannot Be Compiled
\"" >&5
17445 echo "$as_me: WARNING
: sys
/cpustats.h
: section
\"Present But Cannot Be Compiled
\"" >&2;}
17446 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: proceeding with the preprocessor
's result" >&5
17447 echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result
" >&2;}
17448 { echo "$as_me:$LINENO: WARNING
: sys
/cpustats.h
: in the future
, the compiler will take precedence
" >&5
17449 echo "$as_me: WARNING
: sys
/cpustats.h
: in the future
, the compiler will take precedence
" >&2;}
17453 { echo "$as_me:$LINENO: checking
for sys
/cpustats.h
" >&5
17454 echo $ECHO_N "checking
for sys
/cpustats.h...
$ECHO_C" >&6; }
17455 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
17456 echo $ECHO_N "(cached
) $ECHO_C" >&6
17458 ac_cv_header_sys_cpustats_h=$ac_header_preproc
17460 { echo "$as_me:$LINENO: result
: $ac_cv_header_sys_cpustats_h" >&5
17461 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6; }
17464 if test $ac_cv_header_sys_cpustats_h = yes; then
17465 ac_have_func=yes; cat >>confdefs.h <<\_ACEOF
17474 if test $ac_have_func = no; then
17476 for ac_header in mach/mach.h
17478 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
17479 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
17480 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
17481 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
17482 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
17483 echo $ECHO_N "(cached
) $ECHO_C" >&6
17485 ac_res=`eval echo '${'$as_ac_Header'}'`
17486 { echo "$as_me:$LINENO: result
: $ac_res" >&5
17487 echo "${ECHO_T}$ac_res" >&6; }
17489 # Is the header compilable?
17490 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
17491 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
17492 cat >conftest.$ac_ext <<_ACEOF
17495 cat confdefs.h >>conftest.$ac_ext
17496 cat >>conftest.$ac_ext <<_ACEOF
17497 /* end confdefs.h. */
17498 $ac_includes_default
17499 #include <$ac_header>
17501 rm -f conftest.$ac_objext
17502 if { (ac_try="$ac_compile"
17503 case "(($ac_try" in
17504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17505 *) ac_try_echo=$ac_try;;
17507 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17508 (eval "$ac_compile") 2>conftest.er1
17510 grep -v '^ *+' conftest.er1 >conftest.err
17512 cat conftest.err >&5
17513 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17514 (exit $ac_status); } && {
17515 test -z "$ac_c_werror_flag" ||
17516 test ! -s conftest.err
17517 } && test -s conftest.$ac_objext; then
17518 ac_header_compiler=yes
17520 echo "$as_me: failed program was
:" >&5
17521 sed 's/^/| /' conftest.$ac_ext >&5
17523 ac_header_compiler=no
17526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17527 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
17528 echo "${ECHO_T}$ac_header_compiler" >&6; }
17530 # Is the header present?
17531 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
17532 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
17533 cat >conftest.$ac_ext <<_ACEOF
17536 cat confdefs.h >>conftest.$ac_ext
17537 cat >>conftest.$ac_ext <<_ACEOF
17538 /* end confdefs.h. */
17539 #include <$ac_header>
17541 if { (ac_try="$ac_cpp conftest.
$ac_ext"
17542 case "(($ac_try" in
17543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17544 *) ac_try_echo=$ac_try;;
17546 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17547 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
17549 grep -v '^ *+' conftest.er1 >conftest.err
17551 cat conftest.err >&5
17552 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17553 (exit $ac_status); } >/dev/null && {
17554 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17555 test ! -s conftest.err
17557 ac_header_preproc=yes
17559 echo "$as_me: failed program was
:" >&5
17560 sed 's/^/| /' conftest.$ac_ext >&5
17562 ac_header_preproc=no
17565 rm -f conftest.err conftest.$ac_ext
17566 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
17567 echo "${ECHO_T}$ac_header_preproc" >&6; }
17569 # So? What about this header?
17570 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17572 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
17573 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
17574 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
17575 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
17576 ac_header_preproc=yes
17579 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
17580 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
17581 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
17582 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
17583 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
17584 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
17585 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
17586 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
17587 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
17588 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
17589 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
17590 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
17594 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
17595 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
17596 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
17597 echo $ECHO_N "(cached
) $ECHO_C" >&6
17599 eval "$as_ac_Header=\
$ac_header_preproc"
17601 ac_res=`eval echo '${'$as_ac_Header'}'`
17602 { echo "$as_me:$LINENO: result
: $ac_res" >&5
17603 echo "${ECHO_T}$ac_res" >&6; }
17606 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17607 cat >>confdefs.h <<_ACEOF
17608 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
17618 for ac_header in nlist.h
17620 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
17621 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
17622 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
17623 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
17624 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
17625 echo $ECHO_N "(cached
) $ECHO_C" >&6
17627 ac_res=`eval echo '${'$as_ac_Header'}'`
17628 { echo "$as_me:$LINENO: result
: $ac_res" >&5
17629 echo "${ECHO_T}$ac_res" >&6; }
17631 # Is the header compilable?
17632 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
17633 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
17634 cat >conftest.$ac_ext <<_ACEOF
17637 cat confdefs.h >>conftest.$ac_ext
17638 cat >>conftest.$ac_ext <<_ACEOF
17639 /* end confdefs.h. */
17640 $ac_includes_default
17641 #include <$ac_header>
17643 rm -f conftest.$ac_objext
17644 if { (ac_try="$ac_compile"
17645 case "(($ac_try" in
17646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17647 *) ac_try_echo=$ac_try;;
17649 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17650 (eval "$ac_compile") 2>conftest.er1
17652 grep -v '^ *+' conftest.er1 >conftest.err
17654 cat conftest.err >&5
17655 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17656 (exit $ac_status); } && {
17657 test -z "$ac_c_werror_flag" ||
17658 test ! -s conftest.err
17659 } && test -s conftest.$ac_objext; then
17660 ac_header_compiler=yes
17662 echo "$as_me: failed program was
:" >&5
17663 sed 's/^/| /' conftest.$ac_ext >&5
17665 ac_header_compiler=no
17668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17669 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
17670 echo "${ECHO_T}$ac_header_compiler" >&6; }
17672 # Is the header present?
17673 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
17674 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
17675 cat >conftest.$ac_ext <<_ACEOF
17678 cat confdefs.h >>conftest.$ac_ext
17679 cat >>conftest.$ac_ext <<_ACEOF
17680 /* end confdefs.h. */
17681 #include <$ac_header>
17683 if { (ac_try="$ac_cpp conftest.
$ac_ext"
17684 case "(($ac_try" in
17685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17686 *) ac_try_echo=$ac_try;;
17688 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17689 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
17691 grep -v '^ *+' conftest.er1 >conftest.err
17693 cat conftest.err >&5
17694 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17695 (exit $ac_status); } >/dev/null && {
17696 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17697 test ! -s conftest.err
17699 ac_header_preproc=yes
17701 echo "$as_me: failed program was
:" >&5
17702 sed 's/^/| /' conftest.$ac_ext >&5
17704 ac_header_preproc=no
17707 rm -f conftest.err conftest.$ac_ext
17708 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
17709 echo "${ECHO_T}$ac_header_preproc" >&6; }
17711 # So? What about this header?
17712 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17714 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
17715 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
17716 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
17717 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
17718 ac_header_preproc=yes
17721 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
17722 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
17723 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
17724 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
17725 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
17726 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
17727 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
17728 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
17729 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
17730 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
17731 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
17732 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
17736 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
17737 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
17738 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
17739 echo $ECHO_N "(cached
) $ECHO_C" >&6
17741 eval "$as_ac_Header=\
$ac_header_preproc"
17743 ac_res=`eval echo '${'$as_ac_Header'}'`
17744 { echo "$as_me:$LINENO: result
: $ac_res" >&5
17745 echo "${ECHO_T}$ac_res" >&6; }
17748 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17749 cat >>confdefs.h <<_ACEOF
17750 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
17752 { echo "$as_me:$LINENO: checking
for struct nlist.n_un.n_name
" >&5
17753 echo $ECHO_N "checking
for struct nlist.n_un.n_name...
$ECHO_C" >&6; }
17754 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
17755 echo $ECHO_N "(cached
) $ECHO_C" >&6
17757 cat >conftest.$ac_ext <<_ACEOF
17760 cat confdefs.h >>conftest.$ac_ext
17761 cat >>conftest.$ac_ext <<_ACEOF
17762 /* end confdefs.h. */
17768 static struct nlist ac_aggr;
17769 if (ac_aggr.n_un.n_name)
17775 rm -f conftest.$ac_objext
17776 if { (ac_try="$ac_compile"
17777 case "(($ac_try" in
17778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17779 *) ac_try_echo=$ac_try;;
17781 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17782 (eval "$ac_compile") 2>conftest.er1
17784 grep -v '^ *+' conftest.er1 >conftest.err
17786 cat conftest.err >&5
17787 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17788 (exit $ac_status); } && {
17789 test -z "$ac_c_werror_flag" ||
17790 test ! -s conftest.err
17791 } && test -s conftest.$ac_objext; then
17792 ac_cv_member_struct_nlist_n_un_n_name=yes
17794 echo "$as_me: failed program was
:" >&5
17795 sed 's/^/| /' conftest.$ac_ext >&5
17797 cat >conftest.$ac_ext <<_ACEOF
17800 cat confdefs.h >>conftest.$ac_ext
17801 cat >>conftest.$ac_ext <<_ACEOF
17802 /* end confdefs.h. */
17808 static struct nlist ac_aggr;
17809 if (sizeof ac_aggr.n_un.n_name)
17815 rm -f conftest.$ac_objext
17816 if { (ac_try="$ac_compile"
17817 case "(($ac_try" in
17818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17819 *) ac_try_echo=$ac_try;;
17821 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17822 (eval "$ac_compile") 2>conftest.er1
17824 grep -v '^ *+' conftest.er1 >conftest.err
17826 cat conftest.err >&5
17827 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17828 (exit $ac_status); } && {
17829 test -z "$ac_c_werror_flag" ||
17830 test ! -s conftest.err
17831 } && test -s conftest.$ac_objext; then
17832 ac_cv_member_struct_nlist_n_un_n_name=yes
17834 echo "$as_me: failed program was
:" >&5
17835 sed 's/^/| /' conftest.$ac_ext >&5
17837 ac_cv_member_struct_nlist_n_un_n_name=no
17840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17845 { echo "$as_me:$LINENO: result
: $ac_cv_member_struct_nlist_n_un_n_name" >&5
17846 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6; }
17847 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
17849 cat >>confdefs.h <<_ACEOF
17850 #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
17854 cat >>confdefs.h <<\_ACEOF
17855 #define NLIST_NAME_UNION 1
17869 # Some definitions of getloadavg require that the program be installed setgid.
17870 { echo "$as_me:$LINENO: checking whether getloadavg requires setgid
" >&5
17871 echo $ECHO_N "checking whether getloadavg requires setgid...
$ECHO_C" >&6; }
17872 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
17873 echo $ECHO_N "(cached
) $ECHO_C" >&6
17875 cat >conftest.$ac_ext <<_ACEOF
17878 cat confdefs.h >>conftest.$ac_ext
17879 cat >>conftest.$ac_ext <<_ACEOF
17880 /* end confdefs.h. */
17881 #include "$srcdir/$ac_config_libobj_dir/getloadavg.c
"
17882 #ifdef LDAV_PRIVILEGED
17883 Yowza Am I SETGID yet
17886 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
17887 $EGREP "Yowza Am I SETGID yet
" >/dev/null 2>&1; then
17888 ac_cv_func_getloadavg_setgid=yes
17890 ac_cv_func_getloadavg_setgid=no
17895 { echo "$as_me:$LINENO: result
: $ac_cv_func_getloadavg_setgid" >&5
17896 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6; }
17897 if test $ac_cv_func_getloadavg_setgid = yes; then
17900 cat >>confdefs.h <<\_ACEOF
17901 #define GETLOADAVG_PRIVILEGED 1
17908 if test $ac_cv_func_getloadavg_setgid = yes; then
17909 { echo "$as_me:$LINENO: checking group of
/dev
/kmem
" >&5
17910 echo $ECHO_N "checking group of
/dev
/kmem...
$ECHO_C" >&6; }
17911 if test "${ac_cv_group_kmem+set}" = set; then
17912 echo $ECHO_N "(cached
) $ECHO_C" >&6
17914 # On Solaris, /dev/kmem is a symlink. Get info on the real file.
17915 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
17916 # If we got an error (system does not support symlinks), try without -L.
17917 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
17918 ac_cv_group_kmem=`echo $ac_ls_output \
17919 | sed -ne 's/[ ][ ]*/ /g;
17920 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
17924 { echo "$as_me:$LINENO: result
: $ac_cv_group_kmem" >&5
17925 echo "${ECHO_T}$ac_cv_group_kmem" >&6; }
17926 KMEM_GROUP=$ac_cv_group_kmem
17928 if test "x
$ac_save_LIBS" = x; then
17929 GETLOADAVG_LIBS=$LIBS
17931 GETLOADAVG_LIBS=`echo "$LIBS" | sed "s
!$ac_save_LIBS!!"`
17937 { echo "$as_me:$LINENO: checking
for _LARGEFILE_SOURCE value needed
for large files
" >&5
17938 echo $ECHO_N "checking
for _LARGEFILE_SOURCE value needed
for large files...
$ECHO_C" >&6; }
17939 if test "${ac_cv_sys_largefile_source+set}" = set; then
17940 echo $ECHO_N "(cached
) $ECHO_C" >&6
17943 cat >conftest.$ac_ext <<_ACEOF
17946 cat confdefs.h >>conftest.$ac_ext
17947 cat >>conftest.$ac_ext <<_ACEOF
17948 /* end confdefs.h. */
17953 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
17958 rm -f conftest.$ac_objext conftest$ac_exeext
17959 if { (ac_try="$ac_link"
17960 case "(($ac_try" in
17961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17962 *) ac_try_echo=$ac_try;;
17964 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
17965 (eval "$ac_link") 2>conftest.er1
17967 grep -v '^ *+' conftest.er1 >conftest.err
17969 cat conftest.err >&5
17970 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
17971 (exit $ac_status); } && {
17972 test -z "$ac_c_werror_flag" ||
17973 test ! -s conftest.err
17974 } && test -s conftest$ac_exeext &&
17975 $as_test_x conftest$ac_exeext; then
17976 ac_cv_sys_largefile_source=no; break
17978 echo "$as_me: failed program was
:" >&5
17979 sed 's/^/| /' conftest.$ac_ext >&5
17984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17985 conftest$ac_exeext conftest.$ac_ext
17986 cat >conftest.$ac_ext <<_ACEOF
17989 cat confdefs.h >>conftest.$ac_ext
17990 cat >>conftest.$ac_ext <<_ACEOF
17991 /* end confdefs.h. */
17992 #define _LARGEFILE_SOURCE 1
17997 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18002 rm -f conftest.$ac_objext conftest$ac_exeext
18003 if { (ac_try="$ac_link"
18004 case "(($ac_try" in
18005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18006 *) ac_try_echo=$ac_try;;
18008 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18009 (eval "$ac_link") 2>conftest.er1
18011 grep -v '^ *+' conftest.er1 >conftest.err
18013 cat conftest.err >&5
18014 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18015 (exit $ac_status); } && {
18016 test -z "$ac_c_werror_flag" ||
18017 test ! -s conftest.err
18018 } && test -s conftest$ac_exeext &&
18019 $as_test_x conftest$ac_exeext; then
18020 ac_cv_sys_largefile_source=1; break
18022 echo "$as_me: failed program was
:" >&5
18023 sed 's/^/| /' conftest.$ac_ext >&5
18028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18029 conftest$ac_exeext conftest.$ac_ext
18030 ac_cv_sys_largefile_source=unknown
18034 { echo "$as_me:$LINENO: result
: $ac_cv_sys_largefile_source" >&5
18035 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
18036 case $ac_cv_sys_largefile_source in #(
18039 cat >>confdefs.h <<_ACEOF
18040 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
18046 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
18047 # in glibc 2.1.3, but that breaks too many other things.
18048 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
18049 if test $ac_cv_sys_largefile_source != unknown; then
18051 cat >>confdefs.h <<\_ACEOF
18052 #define HAVE_FSEEKO 1
18058 # Configure getopt.
18059 # getopt.m4 serial 10
18061 # The getopt module assume you want GNU getopt, with getopt_long etc,
18062 # rather than vanilla POSIX getopt. This means your your code should
18063 # always include <getopt.h> for the getopt prototypes.
18075 # Prerequisites of lib/getopt*.
18082 for ac_header in getopt.h
18084 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
18085 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
18086 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
18087 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
18088 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
18089 echo $ECHO_N "(cached
) $ECHO_C" >&6
18091 ac_res=`eval echo '${'$as_ac_Header'}'`
18092 { echo "$as_me:$LINENO: result
: $ac_res" >&5
18093 echo "${ECHO_T}$ac_res" >&6; }
18095 # Is the header compilable?
18096 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
18097 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
18098 cat >conftest.$ac_ext <<_ACEOF
18101 cat confdefs.h >>conftest.$ac_ext
18102 cat >>conftest.$ac_ext <<_ACEOF
18103 /* end confdefs.h. */
18104 $ac_includes_default
18105 #include <$ac_header>
18107 rm -f conftest.$ac_objext
18108 if { (ac_try="$ac_compile"
18109 case "(($ac_try" in
18110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18111 *) ac_try_echo=$ac_try;;
18113 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18114 (eval "$ac_compile") 2>conftest.er1
18116 grep -v '^ *+' conftest.er1 >conftest.err
18118 cat conftest.err >&5
18119 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18120 (exit $ac_status); } && {
18121 test -z "$ac_c_werror_flag" ||
18122 test ! -s conftest.err
18123 } && test -s conftest.$ac_objext; then
18124 ac_header_compiler=yes
18126 echo "$as_me: failed program was
:" >&5
18127 sed 's/^/| /' conftest.$ac_ext >&5
18129 ac_header_compiler=no
18132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18133 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
18134 echo "${ECHO_T}$ac_header_compiler" >&6; }
18136 # Is the header present?
18137 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
18138 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
18139 cat >conftest.$ac_ext <<_ACEOF
18142 cat confdefs.h >>conftest.$ac_ext
18143 cat >>conftest.$ac_ext <<_ACEOF
18144 /* end confdefs.h. */
18145 #include <$ac_header>
18147 if { (ac_try="$ac_cpp conftest.
$ac_ext"
18148 case "(($ac_try" in
18149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18150 *) ac_try_echo=$ac_try;;
18152 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18153 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
18155 grep -v '^ *+' conftest.er1 >conftest.err
18157 cat conftest.err >&5
18158 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18159 (exit $ac_status); } >/dev/null && {
18160 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18161 test ! -s conftest.err
18163 ac_header_preproc=yes
18165 echo "$as_me: failed program was
:" >&5
18166 sed 's/^/| /' conftest.$ac_ext >&5
18168 ac_header_preproc=no
18171 rm -f conftest.err conftest.$ac_ext
18172 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
18173 echo "${ECHO_T}$ac_header_preproc" >&6; }
18175 # So? What about this header?
18176 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18178 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
18179 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
18180 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
18181 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
18182 ac_header_preproc=yes
18185 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
18186 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
18187 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
18188 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
18189 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
18190 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
18191 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
18192 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
18193 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
18194 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
18195 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
18196 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
18200 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
18201 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
18202 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
18203 echo $ECHO_N "(cached
) $ECHO_C" >&6
18205 eval "$as_ac_Header=\
$ac_header_preproc"
18207 ac_res=`eval echo '${'$as_ac_Header'}'`
18208 { echo "$as_me:$LINENO: result
: $ac_res" >&5
18209 echo "${ECHO_T}$ac_res" >&6; }
18212 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18213 cat >>confdefs.h <<_ACEOF
18214 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
18223 if test -z "$GETOPT_H"; then
18225 for ac_func in getopt_long_only
18227 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
18228 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
18229 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
18230 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
18231 echo $ECHO_N "(cached
) $ECHO_C" >&6
18233 cat >conftest.$ac_ext <<_ACEOF
18236 cat confdefs.h >>conftest.$ac_ext
18237 cat >>conftest.$ac_ext <<_ACEOF
18238 /* end confdefs.h. */
18239 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18240 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18241 #define $ac_func innocuous_$ac_func
18243 /* System header to define __stub macros and hopefully few prototypes,
18244 which can conflict with char $ac_func (); below.
18245 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18246 <limits.h> exists even on freestanding compilers. */
18249 # include <limits.h>
18251 # include <assert.h>
18256 /* Override any GCC internal prototype to avoid an error.
18257 Use char because int might match the return type of a GCC
18258 builtin and then its argument prototype would still apply. */
18263 /* The GNU C library defines this for functions which it implements
18264 to always fail with ENOSYS. Some functions are actually named
18265 something starting with __ and the normal name is an alias. */
18266 #if defined __stub_$ac_func || defined __stub___$ac_func
18273 return $ac_func ();
18278 rm -f conftest.$ac_objext conftest$ac_exeext
18279 if { (ac_try="$ac_link"
18280 case "(($ac_try" in
18281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18282 *) ac_try_echo=$ac_try;;
18284 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18285 (eval "$ac_link") 2>conftest.er1
18287 grep -v '^ *+' conftest.er1 >conftest.err
18289 cat conftest.err >&5
18290 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18291 (exit $ac_status); } && {
18292 test -z "$ac_c_werror_flag" ||
18293 test ! -s conftest.err
18294 } && test -s conftest$ac_exeext &&
18295 $as_test_x conftest$ac_exeext; then
18296 eval "$as_ac_var=yes"
18298 echo "$as_me: failed program was
:" >&5
18299 sed 's/^/| /' conftest.$ac_ext >&5
18301 eval "$as_ac_var=no
"
18304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18305 conftest$ac_exeext conftest.$ac_ext
18307 ac_res=`eval echo '${'$as_ac_var'}'`
18308 { echo "$as_me:$LINENO: result
: $ac_res" >&5
18309 echo "${ECHO_T}$ac_res" >&6; }
18310 if test `eval echo '${'$as_ac_var'}'` = yes; then
18311 cat >>confdefs.h <<_ACEOF
18312 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
18322 if test -z "$GETOPT_H"; then
18323 { echo "$as_me:$LINENO: checking whether optreset is declared
" >&5
18324 echo $ECHO_N "checking whether optreset is declared...
$ECHO_C" >&6; }
18325 if test "${ac_cv_have_decl_optreset+set}" = set; then
18326 echo $ECHO_N "(cached
) $ECHO_C" >&6
18328 cat >conftest.$ac_ext <<_ACEOF
18331 cat confdefs.h >>conftest.$ac_ext
18332 cat >>conftest.$ac_ext <<_ACEOF
18333 /* end confdefs.h. */
18334 #include <getopt.h>
18347 rm -f conftest.$ac_objext
18348 if { (ac_try="$ac_compile"
18349 case "(($ac_try" in
18350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18351 *) ac_try_echo=$ac_try;;
18353 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18354 (eval "$ac_compile") 2>conftest.er1
18356 grep -v '^ *+' conftest.er1 >conftest.err
18358 cat conftest.err >&5
18359 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18360 (exit $ac_status); } && {
18361 test -z "$ac_c_werror_flag" ||
18362 test ! -s conftest.err
18363 } && test -s conftest.$ac_objext; then
18364 ac_cv_have_decl_optreset=yes
18366 echo "$as_me: failed program was
:" >&5
18367 sed 's/^/| /' conftest.$ac_ext >&5
18369 ac_cv_have_decl_optreset=no
18372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18374 { echo "$as_me:$LINENO: result
: $ac_cv_have_decl_optreset" >&5
18375 echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6; }
18376 if test $ac_cv_have_decl_optreset = yes; then
18382 if test -z "$GETOPT_H"; then
18383 { echo "$as_me:$LINENO: checking
for working GNU getopt
function" >&5
18384 echo $ECHO_N "checking
for working GNU getopt
function...
$ECHO_C" >&6; }
18385 if test "${gl_cv_func_gnu_getopt+set}" = set; then
18386 echo $ECHO_N "(cached
) $ECHO_C" >&6
18388 if test "$cross_compiling" = yes; then
18389 { echo "$as_me:$LINENO: checking whether getopt_clip is declared
" >&5
18390 echo $ECHO_N "checking whether getopt_clip is declared...
$ECHO_C" >&6; }
18391 if test "${ac_cv_have_decl_getopt_clip+set}" = set; then
18392 echo $ECHO_N "(cached
) $ECHO_C" >&6
18394 cat >conftest.$ac_ext <<_ACEOF
18397 cat confdefs.h >>conftest.$ac_ext
18398 cat >>conftest.$ac_ext <<_ACEOF
18399 /* end confdefs.h. */
18400 #include <getopt.h>
18405 #ifndef getopt_clip
18406 (void) getopt_clip;
18413 rm -f conftest.$ac_objext
18414 if { (ac_try="$ac_compile"
18415 case "(($ac_try" in
18416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18417 *) ac_try_echo=$ac_try;;
18419 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18420 (eval "$ac_compile") 2>conftest.er1
18422 grep -v '^ *+' conftest.er1 >conftest.err
18424 cat conftest.err >&5
18425 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18426 (exit $ac_status); } && {
18427 test -z "$ac_c_werror_flag" ||
18428 test ! -s conftest.err
18429 } && test -s conftest.$ac_objext; then
18430 ac_cv_have_decl_getopt_clip=yes
18432 echo "$as_me: failed program was
:" >&5
18433 sed 's/^/| /' conftest.$ac_ext >&5
18435 ac_cv_have_decl_getopt_clip=no
18438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18440 { echo "$as_me:$LINENO: result
: $ac_cv_have_decl_getopt_clip" >&5
18441 echo "${ECHO_T}$ac_cv_have_decl_getopt_clip" >&6; }
18442 if test $ac_cv_have_decl_getopt_clip = yes; then
18443 gl_cv_func_gnu_getopt=no
18445 gl_cv_func_gnu_getopt=yes
18449 cat >conftest.$ac_ext <<_ACEOF
18452 cat confdefs.h >>conftest.$ac_ext
18453 cat >>conftest.$ac_ext <<_ACEOF
18454 /* end confdefs.h. */
18455 #include <getopt.h>
18461 myargv[0] = "conftest
";
18464 return getopt (2, myargv, "+a
") != '?';
18470 rm -f conftest$ac_exeext
18471 if { (ac_try="$ac_link"
18472 case "(($ac_try" in
18473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18474 *) ac_try_echo=$ac_try;;
18476 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18477 (eval "$ac_link") 2>&5
18479 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18480 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18481 { (case "(($ac_try" in
18482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18483 *) ac_try_echo=$ac_try;;
18485 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18486 (eval "$ac_try") 2>&5
18488 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18489 (exit $ac_status); }; }; then
18490 gl_cv_func_gnu_getopt=yes
18492 echo "$as_me: program exited with status
$ac_status" >&5
18493 echo "$as_me: failed program was
:" >&5
18494 sed 's/^/| /' conftest.$ac_ext >&5
18496 ( exit $ac_status )
18497 gl_cv_func_gnu_getopt=no
18499 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18504 { echo "$as_me:$LINENO: result
: $gl_cv_func_gnu_getopt" >&5
18505 echo "${ECHO_T}$gl_cv_func_gnu_getopt" >&6; }
18506 if test "$gl_cv_func_gnu_getopt" = "no
"; then
18513 if test -n "$GETOPT_H"; then
18518 cat >>confdefs.h <<\_ACEOF
18519 #define __GETOPT_PREFIX rpl_
18525 GETOPTOBJS='getopt.o getopt1.o'
18532 { echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments
" >&5
18533 echo $ECHO_N "checking whether getpgrp requires zero arguments...
$ECHO_C" >&6; }
18534 if test "${ac_cv_func_getpgrp_void+set}" = set; then
18535 echo $ECHO_N "(cached
) $ECHO_C" >&6
18537 # Use it with a single arg.
18538 cat >conftest.$ac_ext <<_ACEOF
18541 cat confdefs.h >>conftest.$ac_ext
18542 cat >>conftest.$ac_ext <<_ACEOF
18543 /* end confdefs.h. */
18544 $ac_includes_default
18553 rm -f conftest.$ac_objext
18554 if { (ac_try="$ac_compile"
18555 case "(($ac_try" in
18556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18557 *) ac_try_echo=$ac_try;;
18559 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18560 (eval "$ac_compile") 2>conftest.er1
18562 grep -v '^ *+' conftest.er1 >conftest.err
18564 cat conftest.err >&5
18565 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18566 (exit $ac_status); } && {
18567 test -z "$ac_c_werror_flag" ||
18568 test ! -s conftest.err
18569 } && test -s conftest.$ac_objext; then
18570 ac_cv_func_getpgrp_void=no
18572 echo "$as_me: failed program was
:" >&5
18573 sed 's/^/| /' conftest.$ac_ext >&5
18575 ac_cv_func_getpgrp_void=yes
18578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18581 { echo "$as_me:$LINENO: result
: $ac_cv_func_getpgrp_void" >&5
18582 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; }
18583 if test $ac_cv_func_getpgrp_void = yes; then
18585 cat >>confdefs.h <<\_ACEOF
18586 #define GETPGRP_VOID 1
18593 for ac_func in strftime
18595 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
18596 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
18597 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
18598 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
18599 echo $ECHO_N "(cached
) $ECHO_C" >&6
18601 cat >conftest.$ac_ext <<_ACEOF
18604 cat confdefs.h >>conftest.$ac_ext
18605 cat >>conftest.$ac_ext <<_ACEOF
18606 /* end confdefs.h. */
18607 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18608 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18609 #define $ac_func innocuous_$ac_func
18611 /* System header to define __stub macros and hopefully few prototypes,
18612 which can conflict with char $ac_func (); below.
18613 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18614 <limits.h> exists even on freestanding compilers. */
18617 # include <limits.h>
18619 # include <assert.h>
18624 /* Override any GCC internal prototype to avoid an error.
18625 Use char because int might match the return type of a GCC
18626 builtin and then its argument prototype would still apply. */
18631 /* The GNU C library defines this for functions which it implements
18632 to always fail with ENOSYS. Some functions are actually named
18633 something starting with __ and the normal name is an alias. */
18634 #if defined __stub_$ac_func || defined __stub___$ac_func
18641 return $ac_func ();
18646 rm -f conftest.$ac_objext conftest$ac_exeext
18647 if { (ac_try="$ac_link"
18648 case "(($ac_try" in
18649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18650 *) ac_try_echo=$ac_try;;
18652 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18653 (eval "$ac_link") 2>conftest.er1
18655 grep -v '^ *+' conftest.er1 >conftest.err
18657 cat conftest.err >&5
18658 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18659 (exit $ac_status); } && {
18660 test -z "$ac_c_werror_flag" ||
18661 test ! -s conftest.err
18662 } && test -s conftest$ac_exeext &&
18663 $as_test_x conftest$ac_exeext; then
18664 eval "$as_ac_var=yes"
18666 echo "$as_me: failed program was
:" >&5
18667 sed 's/^/| /' conftest.$ac_ext >&5
18669 eval "$as_ac_var=no
"
18672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18673 conftest$ac_exeext conftest.$ac_ext
18675 ac_res=`eval echo '${'$as_ac_var'}'`
18676 { echo "$as_me:$LINENO: result
: $ac_res" >&5
18677 echo "${ECHO_T}$ac_res" >&6; }
18678 if test `eval echo '${'$as_ac_var'}'` = yes; then
18679 cat >>confdefs.h <<_ACEOF
18680 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
18684 # strftime is in -lintl on SCO UNIX.
18685 { echo "$as_me:$LINENO: checking
for strftime
in -lintl" >&5
18686 echo $ECHO_N "checking
for strftime
in -lintl...
$ECHO_C" >&6; }
18687 if test "${ac_cv_lib_intl_strftime+set}" = set; then
18688 echo $ECHO_N "(cached
) $ECHO_C" >&6
18690 ac_check_lib_save_LIBS=$LIBS
18691 LIBS="-lintl $LIBS"
18692 cat >conftest.$ac_ext <<_ACEOF
18695 cat confdefs.h >>conftest.$ac_ext
18696 cat >>conftest.$ac_ext <<_ACEOF
18697 /* end confdefs.h. */
18699 /* Override any GCC internal prototype to avoid an error.
18700 Use char because int might match the return type of a GCC
18701 builtin and then its argument prototype would still apply. */
18709 return strftime ();
18714 rm -f conftest.$ac_objext conftest$ac_exeext
18715 if { (ac_try="$ac_link"
18716 case "(($ac_try" in
18717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18718 *) ac_try_echo=$ac_try;;
18720 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18721 (eval "$ac_link") 2>conftest.er1
18723 grep -v '^ *+' conftest.er1 >conftest.err
18725 cat conftest.err >&5
18726 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18727 (exit $ac_status); } && {
18728 test -z "$ac_c_werror_flag" ||
18729 test ! -s conftest.err
18730 } && test -s conftest$ac_exeext &&
18731 $as_test_x conftest$ac_exeext; then
18732 ac_cv_lib_intl_strftime=yes
18734 echo "$as_me: failed program was
:" >&5
18735 sed 's/^/| /' conftest.$ac_ext >&5
18737 ac_cv_lib_intl_strftime=no
18740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18741 conftest$ac_exeext conftest.$ac_ext
18742 LIBS=$ac_check_lib_save_LIBS
18744 { echo "$as_me:$LINENO: result
: $ac_cv_lib_intl_strftime" >&5
18745 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; }
18746 if test $ac_cv_lib_intl_strftime = yes; then
18747 cat >>confdefs.h <<\_ACEOF
18748 #define HAVE_STRFTIME 1
18751 LIBS="-lintl $LIBS"
18760 for ac_func in grantpt
18762 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
18763 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
18764 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
18765 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
18766 echo $ECHO_N "(cached
) $ECHO_C" >&6
18768 cat >conftest.$ac_ext <<_ACEOF
18771 cat confdefs.h >>conftest.$ac_ext
18772 cat >>conftest.$ac_ext <<_ACEOF
18773 /* end confdefs.h. */
18774 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18775 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18776 #define $ac_func innocuous_$ac_func
18778 /* System header to define __stub macros and hopefully few prototypes,
18779 which can conflict with char $ac_func (); below.
18780 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18781 <limits.h> exists even on freestanding compilers. */
18784 # include <limits.h>
18786 # include <assert.h>
18791 /* Override any GCC internal prototype to avoid an error.
18792 Use char because int might match the return type of a GCC
18793 builtin and then its argument prototype would still apply. */
18798 /* The GNU C library defines this for functions which it implements
18799 to always fail with ENOSYS. Some functions are actually named
18800 something starting with __ and the normal name is an alias. */
18801 #if defined __stub_$ac_func || defined __stub___$ac_func
18808 return $ac_func ();
18813 rm -f conftest.$ac_objext conftest$ac_exeext
18814 if { (ac_try="$ac_link"
18815 case "(($ac_try" in
18816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18817 *) ac_try_echo=$ac_try;;
18819 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18820 (eval "$ac_link") 2>conftest.er1
18822 grep -v '^ *+' conftest.er1 >conftest.err
18824 cat conftest.err >&5
18825 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18826 (exit $ac_status); } && {
18827 test -z "$ac_c_werror_flag" ||
18828 test ! -s conftest.err
18829 } && test -s conftest$ac_exeext &&
18830 $as_test_x conftest$ac_exeext; then
18831 eval "$as_ac_var=yes"
18833 echo "$as_me: failed program was
:" >&5
18834 sed 's/^/| /' conftest.$ac_ext >&5
18836 eval "$as_ac_var=no
"
18839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18840 conftest$ac_exeext conftest.$ac_ext
18842 ac_res=`eval echo '${'$as_ac_var'}'`
18843 { echo "$as_me:$LINENO: result
: $ac_res" >&5
18844 echo "${ECHO_T}$ac_res" >&6; }
18845 if test `eval echo '${'$as_ac_var'}'` = yes; then
18846 cat >>confdefs.h <<_ACEOF
18847 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
18854 # PTY-related GNU extensions.
18856 for ac_func in getpt
18858 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
18859 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
18860 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
18861 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
18862 echo $ECHO_N "(cached
) $ECHO_C" >&6
18864 cat >conftest.$ac_ext <<_ACEOF
18867 cat confdefs.h >>conftest.$ac_ext
18868 cat >>conftest.$ac_ext <<_ACEOF
18869 /* end confdefs.h. */
18870 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18871 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18872 #define $ac_func innocuous_$ac_func
18874 /* System header to define __stub macros and hopefully few prototypes,
18875 which can conflict with char $ac_func (); below.
18876 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18877 <limits.h> exists even on freestanding compilers. */
18880 # include <limits.h>
18882 # include <assert.h>
18887 /* Override any GCC internal prototype to avoid an error.
18888 Use char because int might match the return type of a GCC
18889 builtin and then its argument prototype would still apply. */
18894 /* The GNU C library defines this for functions which it implements
18895 to always fail with ENOSYS. Some functions are actually named
18896 something starting with __ and the normal name is an alias. */
18897 #if defined __stub_$ac_func || defined __stub___$ac_func
18904 return $ac_func ();
18909 rm -f conftest.$ac_objext conftest$ac_exeext
18910 if { (ac_try="$ac_link"
18911 case "(($ac_try" in
18912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18913 *) ac_try_echo=$ac_try;;
18915 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18916 (eval "$ac_link") 2>conftest.er1
18918 grep -v '^ *+' conftest.er1 >conftest.err
18920 cat conftest.err >&5
18921 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18922 (exit $ac_status); } && {
18923 test -z "$ac_c_werror_flag" ||
18924 test ! -s conftest.err
18925 } && test -s conftest$ac_exeext &&
18926 $as_test_x conftest$ac_exeext; then
18927 eval "$as_ac_var=yes"
18929 echo "$as_me: failed program was
:" >&5
18930 sed 's/^/| /' conftest.$ac_ext >&5
18932 eval "$as_ac_var=no
"
18935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18936 conftest$ac_exeext conftest.$ac_ext
18938 ac_res=`eval echo '${'$as_ac_var'}'`
18939 { echo "$as_me:$LINENO: result
: $ac_res" >&5
18940 echo "${ECHO_T}$ac_res" >&6; }
18941 if test `eval echo '${'$as_ac_var'}'` = yes; then
18942 cat >>confdefs.h <<_ACEOF
18943 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
18950 # Check this now, so that we will NOT find the above functions in ncurses.
18951 # That is because we have not set up to link ncurses in lib-src.
18952 # It's better to believe a function is not available
18953 # than to expect to find it in ncurses.
18955 { echo "$as_me:$LINENO: checking
for tparm
in -lncurses" >&5
18956 echo $ECHO_N "checking
for tparm
in -lncurses...
$ECHO_C" >&6; }
18957 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
18958 echo $ECHO_N "(cached
) $ECHO_C" >&6
18960 ac_check_lib_save_LIBS=$LIBS
18961 LIBS="-lncurses $LIBS"
18962 cat >conftest.$ac_ext <<_ACEOF
18965 cat confdefs.h >>conftest.$ac_ext
18966 cat >>conftest.$ac_ext <<_ACEOF
18967 /* end confdefs.h. */
18969 /* Override any GCC internal prototype to avoid an error.
18970 Use char because int might match the return type of a GCC
18971 builtin and then its argument prototype would still apply. */
18984 rm -f conftest.$ac_objext conftest$ac_exeext
18985 if { (ac_try="$ac_link"
18986 case "(($ac_try" in
18987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18988 *) ac_try_echo=$ac_try;;
18990 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
18991 (eval "$ac_link") 2>conftest.er1
18993 grep -v '^ *+' conftest.er1 >conftest.err
18995 cat conftest.err >&5
18996 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
18997 (exit $ac_status); } && {
18998 test -z "$ac_c_werror_flag" ||
18999 test ! -s conftest.err
19000 } && test -s conftest$ac_exeext &&
19001 $as_test_x conftest$ac_exeext; then
19002 ac_cv_lib_ncurses_tparm=yes
19004 echo "$as_me: failed program was
:" >&5
19005 sed 's/^/| /' conftest.$ac_ext >&5
19007 ac_cv_lib_ncurses_tparm=no
19010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19011 conftest$ac_exeext conftest.$ac_ext
19012 LIBS=$ac_check_lib_save_LIBS
19014 { echo "$as_me:$LINENO: result
: $ac_cv_lib_ncurses_tparm" >&5
19015 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6; }
19016 if test $ac_cv_lib_ncurses_tparm = yes; then
19017 cat >>confdefs.h <<_ACEOF
19018 #define HAVE_LIBNCURSES 1
19021 LIBS="-lncurses $LIBS"
19026 # Do we need the Hesiod library to provide the support routines?
19027 if test "$with_hesiod" = yes ; then
19028 # Don't set $LIBS here -- see comments above.
19030 { echo "$as_me:$LINENO: checking
for res_send
" >&5
19031 echo $ECHO_N "checking
for res_send...
$ECHO_C" >&6; }
19032 if test "${ac_cv_func_res_send+set}" = set; then
19033 echo $ECHO_N "(cached
) $ECHO_C" >&6
19035 cat >conftest.$ac_ext <<_ACEOF
19038 cat confdefs.h >>conftest.$ac_ext
19039 cat >>conftest.$ac_ext <<_ACEOF
19040 /* end confdefs.h. */
19041 /* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
19042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19043 #define res_send innocuous_res_send
19045 /* System header to define __stub macros and hopefully few prototypes,
19046 which can conflict with char res_send (); below.
19047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19048 <limits.h> exists even on freestanding compilers. */
19051 # include <limits.h>
19053 # include <assert.h>
19058 /* Override any GCC internal prototype to avoid an error.
19059 Use char because int might match the return type of a GCC
19060 builtin and then its argument prototype would still apply. */
19065 /* The GNU C library defines this for functions which it implements
19066 to always fail with ENOSYS. Some functions are actually named
19067 something starting with __ and the normal name is an alias. */
19068 #if defined __stub_res_send || defined __stub___res_send
19075 return res_send ();
19080 rm -f conftest.$ac_objext conftest$ac_exeext
19081 if { (ac_try="$ac_link"
19082 case "(($ac_try" in
19083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19084 *) ac_try_echo=$ac_try;;
19086 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19087 (eval "$ac_link") 2>conftest.er1
19089 grep -v '^ *+' conftest.er1 >conftest.err
19091 cat conftest.err >&5
19092 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19093 (exit $ac_status); } && {
19094 test -z "$ac_c_werror_flag" ||
19095 test ! -s conftest.err
19096 } && test -s conftest$ac_exeext &&
19097 $as_test_x conftest$ac_exeext; then
19098 ac_cv_func_res_send=yes
19100 echo "$as_me: failed program was
:" >&5
19101 sed 's/^/| /' conftest.$ac_ext >&5
19103 ac_cv_func_res_send=no
19106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19107 conftest$ac_exeext conftest.$ac_ext
19109 { echo "$as_me:$LINENO: result
: $ac_cv_func_res_send" >&5
19110 echo "${ECHO_T}$ac_cv_func_res_send" >&6; }
19111 if test $ac_cv_func_res_send = yes; then
19114 { echo "$as_me:$LINENO: checking
for __res_send
" >&5
19115 echo $ECHO_N "checking
for __res_send...
$ECHO_C" >&6; }
19116 if test "${ac_cv_func___res_send+set}" = set; then
19117 echo $ECHO_N "(cached
) $ECHO_C" >&6
19119 cat >conftest.$ac_ext <<_ACEOF
19122 cat confdefs.h >>conftest.$ac_ext
19123 cat >>conftest.$ac_ext <<_ACEOF
19124 /* end confdefs.h. */
19125 /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
19126 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19127 #define __res_send innocuous___res_send
19129 /* System header to define __stub macros and hopefully few prototypes,
19130 which can conflict with char __res_send (); below.
19131 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19132 <limits.h> exists even on freestanding compilers. */
19135 # include <limits.h>
19137 # include <assert.h>
19142 /* Override any GCC internal prototype to avoid an error.
19143 Use char because int might match the return type of a GCC
19144 builtin and then its argument prototype would still apply. */
19148 char __res_send ();
19149 /* The GNU C library defines this for functions which it implements
19150 to always fail with ENOSYS. Some functions are actually named
19151 something starting with __ and the normal name is an alias. */
19152 #if defined __stub___res_send || defined __stub_____res_send
19159 return __res_send ();
19164 rm -f conftest.$ac_objext conftest$ac_exeext
19165 if { (ac_try="$ac_link"
19166 case "(($ac_try" in
19167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19168 *) ac_try_echo=$ac_try;;
19170 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19171 (eval "$ac_link") 2>conftest.er1
19173 grep -v '^ *+' conftest.er1 >conftest.err
19175 cat conftest.err >&5
19176 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19177 (exit $ac_status); } && {
19178 test -z "$ac_c_werror_flag" ||
19179 test ! -s conftest.err
19180 } && test -s conftest$ac_exeext &&
19181 $as_test_x conftest$ac_exeext; then
19182 ac_cv_func___res_send=yes
19184 echo "$as_me: failed program was
:" >&5
19185 sed 's/^/| /' conftest.$ac_ext >&5
19187 ac_cv_func___res_send=no
19190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19191 conftest$ac_exeext conftest.$ac_ext
19193 { echo "$as_me:$LINENO: result
: $ac_cv_func___res_send" >&5
19194 echo "${ECHO_T}$ac_cv_func___res_send" >&6; }
19195 if test $ac_cv_func___res_send = yes; then
19198 { echo "$as_me:$LINENO: checking
for res_send
in -lresolv" >&5
19199 echo $ECHO_N "checking
for res_send
in -lresolv...
$ECHO_C" >&6; }
19200 if test "${ac_cv_lib_resolv_res_send+set}" = set; then
19201 echo $ECHO_N "(cached
) $ECHO_C" >&6
19203 ac_check_lib_save_LIBS=$LIBS
19204 LIBS="-lresolv $LIBS"
19205 cat >conftest.$ac_ext <<_ACEOF
19208 cat confdefs.h >>conftest.$ac_ext
19209 cat >>conftest.$ac_ext <<_ACEOF
19210 /* end confdefs.h. */
19212 /* Override any GCC internal prototype to avoid an error.
19213 Use char because int might match the return type of a GCC
19214 builtin and then its argument prototype would still apply. */
19222 return res_send ();
19227 rm -f conftest.$ac_objext conftest$ac_exeext
19228 if { (ac_try="$ac_link"
19229 case "(($ac_try" in
19230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19231 *) ac_try_echo=$ac_try;;
19233 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19234 (eval "$ac_link") 2>conftest.er1
19236 grep -v '^ *+' conftest.er1 >conftest.err
19238 cat conftest.err >&5
19239 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19240 (exit $ac_status); } && {
19241 test -z "$ac_c_werror_flag" ||
19242 test ! -s conftest.err
19243 } && test -s conftest$ac_exeext &&
19244 $as_test_x conftest$ac_exeext; then
19245 ac_cv_lib_resolv_res_send=yes
19247 echo "$as_me: failed program was
:" >&5
19248 sed 's/^/| /' conftest.$ac_ext >&5
19250 ac_cv_lib_resolv_res_send=no
19253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19254 conftest$ac_exeext conftest.$ac_ext
19255 LIBS=$ac_check_lib_save_LIBS
19257 { echo "$as_me:$LINENO: result
: $ac_cv_lib_resolv_res_send" >&5
19258 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6; }
19259 if test $ac_cv_lib_resolv_res_send = yes; then
19262 { echo "$as_me:$LINENO: checking
for __res_send
in -lresolv" >&5
19263 echo $ECHO_N "checking
for __res_send
in -lresolv...
$ECHO_C" >&6; }
19264 if test "${ac_cv_lib_resolv___res_send+set}" = set; then
19265 echo $ECHO_N "(cached
) $ECHO_C" >&6
19267 ac_check_lib_save_LIBS=$LIBS
19268 LIBS="-lresolv $LIBS"
19269 cat >conftest.$ac_ext <<_ACEOF
19272 cat confdefs.h >>conftest.$ac_ext
19273 cat >>conftest.$ac_ext <<_ACEOF
19274 /* end confdefs.h. */
19276 /* Override any GCC internal prototype to avoid an error.
19277 Use char because int might match the return type of a GCC
19278 builtin and then its argument prototype would still apply. */
19282 char __res_send ();
19286 return __res_send ();
19291 rm -f conftest.$ac_objext conftest$ac_exeext
19292 if { (ac_try="$ac_link"
19293 case "(($ac_try" in
19294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19295 *) ac_try_echo=$ac_try;;
19297 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19298 (eval "$ac_link") 2>conftest.er1
19300 grep -v '^ *+' conftest.er1 >conftest.err
19302 cat conftest.err >&5
19303 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19304 (exit $ac_status); } && {
19305 test -z "$ac_c_werror_flag" ||
19306 test ! -s conftest.err
19307 } && test -s conftest$ac_exeext &&
19308 $as_test_x conftest$ac_exeext; then
19309 ac_cv_lib_resolv___res_send=yes
19311 echo "$as_me: failed program was
:" >&5
19312 sed 's/^/| /' conftest.$ac_ext >&5
19314 ac_cv_lib_resolv___res_send=no
19317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19318 conftest$ac_exeext conftest.$ac_ext
19319 LIBS=$ac_check_lib_save_LIBS
19321 { echo "$as_me:$LINENO: result
: $ac_cv_lib_resolv___res_send" >&5
19322 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6; }
19323 if test $ac_cv_lib_resolv___res_send = yes; then
19333 if test "$resolv" = yes ; then
19336 cat >>confdefs.h <<\_ACEOF
19337 #define HAVE_LIBRESOLV 1
19343 { echo "$as_me:$LINENO: checking
for hes_getmailhost
" >&5
19344 echo $ECHO_N "checking
for hes_getmailhost...
$ECHO_C" >&6; }
19345 if test "${ac_cv_func_hes_getmailhost+set}" = set; then
19346 echo $ECHO_N "(cached
) $ECHO_C" >&6
19348 cat >conftest.$ac_ext <<_ACEOF
19351 cat confdefs.h >>conftest.$ac_ext
19352 cat >>conftest.$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19354 /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
19355 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19356 #define hes_getmailhost innocuous_hes_getmailhost
19358 /* System header to define __stub macros and hopefully few prototypes,
19359 which can conflict with char hes_getmailhost (); below.
19360 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19361 <limits.h> exists even on freestanding compilers. */
19364 # include <limits.h>
19366 # include <assert.h>
19369 #undef hes_getmailhost
19371 /* Override any GCC internal prototype to avoid an error.
19372 Use char because int might match the return type of a GCC
19373 builtin and then its argument prototype would still apply. */
19377 char hes_getmailhost ();
19378 /* The GNU C library defines this for functions which it implements
19379 to always fail with ENOSYS. Some functions are actually named
19380 something starting with __ and the normal name is an alias. */
19381 #if defined __stub_hes_getmailhost || defined __stub___hes_getmailhost
19388 return hes_getmailhost ();
19393 rm -f conftest.$ac_objext conftest$ac_exeext
19394 if { (ac_try="$ac_link"
19395 case "(($ac_try" in
19396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19397 *) ac_try_echo=$ac_try;;
19399 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19400 (eval "$ac_link") 2>conftest.er1
19402 grep -v '^ *+' conftest.er1 >conftest.err
19404 cat conftest.err >&5
19405 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19406 (exit $ac_status); } && {
19407 test -z "$ac_c_werror_flag" ||
19408 test ! -s conftest.err
19409 } && test -s conftest$ac_exeext &&
19410 $as_test_x conftest$ac_exeext; then
19411 ac_cv_func_hes_getmailhost=yes
19413 echo "$as_me: failed program was
:" >&5
19414 sed 's/^/| /' conftest.$ac_ext >&5
19416 ac_cv_func_hes_getmailhost=no
19419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19420 conftest$ac_exeext conftest.$ac_ext
19422 { echo "$as_me:$LINENO: result
: $ac_cv_func_hes_getmailhost" >&5
19423 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6; }
19424 if test $ac_cv_func_hes_getmailhost = yes; then
19427 { echo "$as_me:$LINENO: checking
for hes_getmailhost
in -lhesiod" >&5
19428 echo $ECHO_N "checking
for hes_getmailhost
in -lhesiod...
$ECHO_C" >&6; }
19429 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
19430 echo $ECHO_N "(cached
) $ECHO_C" >&6
19432 ac_check_lib_save_LIBS=$LIBS
19433 LIBS="-lhesiod $RESOLVLIB $LIBS"
19434 cat >conftest.$ac_ext <<_ACEOF
19437 cat confdefs.h >>conftest.$ac_ext
19438 cat >>conftest.$ac_ext <<_ACEOF
19439 /* end confdefs.h. */
19441 /* Override any GCC internal prototype to avoid an error.
19442 Use char because int might match the return type of a GCC
19443 builtin and then its argument prototype would still apply. */
19447 char hes_getmailhost ();
19451 return hes_getmailhost ();
19456 rm -f conftest.$ac_objext conftest$ac_exeext
19457 if { (ac_try="$ac_link"
19458 case "(($ac_try" in
19459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19460 *) ac_try_echo=$ac_try;;
19462 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19463 (eval "$ac_link") 2>conftest.er1
19465 grep -v '^ *+' conftest.er1 >conftest.err
19467 cat conftest.err >&5
19468 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19469 (exit $ac_status); } && {
19470 test -z "$ac_c_werror_flag" ||
19471 test ! -s conftest.err
19472 } && test -s conftest$ac_exeext &&
19473 $as_test_x conftest$ac_exeext; then
19474 ac_cv_lib_hesiod_hes_getmailhost=yes
19476 echo "$as_me: failed program was
:" >&5
19477 sed 's/^/| /' conftest.$ac_ext >&5
19479 ac_cv_lib_hesiod_hes_getmailhost=no
19482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19483 conftest$ac_exeext conftest.$ac_ext
19484 LIBS=$ac_check_lib_save_LIBS
19486 { echo "$as_me:$LINENO: result
: $ac_cv_lib_hesiod_hes_getmailhost" >&5
19487 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
19488 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
19490 cat >>confdefs.h <<\_ACEOF
19491 #define HAVE_LIBHESIOD 1
19502 # These tell us which Kerberos-related libraries to use.
19503 if test "${with_kerberos+set}" = set; then
19505 { echo "$as_me:$LINENO: checking
for com_err
in -lcom_err" >&5
19506 echo $ECHO_N "checking
for com_err
in -lcom_err...
$ECHO_C" >&6; }
19507 if test "${ac_cv_lib_com_err_com_err+set}" = set; then
19508 echo $ECHO_N "(cached
) $ECHO_C" >&6
19510 ac_check_lib_save_LIBS=$LIBS
19511 LIBS="-lcom_err $LIBS"
19512 cat >conftest.$ac_ext <<_ACEOF
19515 cat confdefs.h >>conftest.$ac_ext
19516 cat >>conftest.$ac_ext <<_ACEOF
19517 /* end confdefs.h. */
19519 /* Override any GCC internal prototype to avoid an error.
19520 Use char because int might match the return type of a GCC
19521 builtin and then its argument prototype would still apply. */
19534 rm -f conftest.$ac_objext conftest$ac_exeext
19535 if { (ac_try="$ac_link"
19536 case "(($ac_try" in
19537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19538 *) ac_try_echo=$ac_try;;
19540 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19541 (eval "$ac_link") 2>conftest.er1
19543 grep -v '^ *+' conftest.er1 >conftest.err
19545 cat conftest.err >&5
19546 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19547 (exit $ac_status); } && {
19548 test -z "$ac_c_werror_flag" ||
19549 test ! -s conftest.err
19550 } && test -s conftest$ac_exeext &&
19551 $as_test_x conftest$ac_exeext; then
19552 ac_cv_lib_com_err_com_err=yes
19554 echo "$as_me: failed program was
:" >&5
19555 sed 's/^/| /' conftest.$ac_ext >&5
19557 ac_cv_lib_com_err_com_err=no
19560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19561 conftest$ac_exeext conftest.$ac_ext
19562 LIBS=$ac_check_lib_save_LIBS
19564 { echo "$as_me:$LINENO: result
: $ac_cv_lib_com_err_com_err" >&5
19565 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6; }
19566 if test $ac_cv_lib_com_err_com_err = yes; then
19567 cat >>confdefs.h <<_ACEOF
19568 #define HAVE_LIBCOM_ERR 1
19571 LIBS="-lcom_err $LIBS"
19576 { echo "$as_me:$LINENO: checking
for mit_des_cbc_encrypt
in -lk5crypto" >&5
19577 echo $ECHO_N "checking
for mit_des_cbc_encrypt
in -lk5crypto...
$ECHO_C" >&6; }
19578 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
19579 echo $ECHO_N "(cached
) $ECHO_C" >&6
19581 ac_check_lib_save_LIBS=$LIBS
19582 LIBS="-lk5crypto $LIBS"
19583 cat >conftest.$ac_ext <<_ACEOF
19586 cat confdefs.h >>conftest.$ac_ext
19587 cat >>conftest.$ac_ext <<_ACEOF
19588 /* end confdefs.h. */
19590 /* Override any GCC internal prototype to avoid an error.
19591 Use char because int might match the return type of a GCC
19592 builtin and then its argument prototype would still apply. */
19596 char mit_des_cbc_encrypt ();
19600 return mit_des_cbc_encrypt ();
19605 rm -f conftest.$ac_objext conftest$ac_exeext
19606 if { (ac_try="$ac_link"
19607 case "(($ac_try" in
19608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19609 *) ac_try_echo=$ac_try;;
19611 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19612 (eval "$ac_link") 2>conftest.er1
19614 grep -v '^ *+' conftest.er1 >conftest.err
19616 cat conftest.err >&5
19617 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19618 (exit $ac_status); } && {
19619 test -z "$ac_c_werror_flag" ||
19620 test ! -s conftest.err
19621 } && test -s conftest$ac_exeext &&
19622 $as_test_x conftest$ac_exeext; then
19623 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
19625 echo "$as_me: failed program was
:" >&5
19626 sed 's/^/| /' conftest.$ac_ext >&5
19628 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
19631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19632 conftest$ac_exeext conftest.$ac_ext
19633 LIBS=$ac_check_lib_save_LIBS
19635 { echo "$as_me:$LINENO: result
: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
19636 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
19637 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
19638 cat >>confdefs.h <<_ACEOF
19639 #define HAVE_LIBK5CRYPTO 1
19642 LIBS="-lk5crypto $LIBS"
19647 { echo "$as_me:$LINENO: checking
for mit_des_cbc_encrypt
in -lcrypto" >&5
19648 echo $ECHO_N "checking
for mit_des_cbc_encrypt
in -lcrypto...
$ECHO_C" >&6; }
19649 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
19650 echo $ECHO_N "(cached
) $ECHO_C" >&6
19652 ac_check_lib_save_LIBS=$LIBS
19653 LIBS="-lcrypto $LIBS"
19654 cat >conftest.$ac_ext <<_ACEOF
19657 cat confdefs.h >>conftest.$ac_ext
19658 cat >>conftest.$ac_ext <<_ACEOF
19659 /* end confdefs.h. */
19661 /* Override any GCC internal prototype to avoid an error.
19662 Use char because int might match the return type of a GCC
19663 builtin and then its argument prototype would still apply. */
19667 char mit_des_cbc_encrypt ();
19671 return mit_des_cbc_encrypt ();
19676 rm -f conftest.$ac_objext conftest$ac_exeext
19677 if { (ac_try="$ac_link"
19678 case "(($ac_try" in
19679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19680 *) ac_try_echo=$ac_try;;
19682 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19683 (eval "$ac_link") 2>conftest.er1
19685 grep -v '^ *+' conftest.er1 >conftest.err
19687 cat conftest.err >&5
19688 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19689 (exit $ac_status); } && {
19690 test -z "$ac_c_werror_flag" ||
19691 test ! -s conftest.err
19692 } && test -s conftest$ac_exeext &&
19693 $as_test_x conftest$ac_exeext; then
19694 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
19696 echo "$as_me: failed program was
:" >&5
19697 sed 's/^/| /' conftest.$ac_ext >&5
19699 ac_cv_lib_crypto_mit_des_cbc_encrypt=no
19702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19703 conftest$ac_exeext conftest.$ac_ext
19704 LIBS=$ac_check_lib_save_LIBS
19706 { echo "$as_me:$LINENO: result
: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
19707 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
19708 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
19709 cat >>confdefs.h <<_ACEOF
19710 #define HAVE_LIBCRYPTO 1
19713 LIBS="-lcrypto $LIBS"
19718 { echo "$as_me:$LINENO: checking
for krb5_init_context
in -lkrb5" >&5
19719 echo $ECHO_N "checking
for krb5_init_context
in -lkrb5...
$ECHO_C" >&6; }
19720 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
19721 echo $ECHO_N "(cached
) $ECHO_C" >&6
19723 ac_check_lib_save_LIBS=$LIBS
19724 LIBS="-lkrb5 $LIBS"
19725 cat >conftest.$ac_ext <<_ACEOF
19728 cat confdefs.h >>conftest.$ac_ext
19729 cat >>conftest.$ac_ext <<_ACEOF
19730 /* end confdefs.h. */
19732 /* Override any GCC internal prototype to avoid an error.
19733 Use char because int might match the return type of a GCC
19734 builtin and then its argument prototype would still apply. */
19738 char krb5_init_context ();
19742 return krb5_init_context ();
19747 rm -f conftest.$ac_objext conftest$ac_exeext
19748 if { (ac_try="$ac_link"
19749 case "(($ac_try" in
19750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19751 *) ac_try_echo=$ac_try;;
19753 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19754 (eval "$ac_link") 2>conftest.er1
19756 grep -v '^ *+' conftest.er1 >conftest.err
19758 cat conftest.err >&5
19759 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19760 (exit $ac_status); } && {
19761 test -z "$ac_c_werror_flag" ||
19762 test ! -s conftest.err
19763 } && test -s conftest$ac_exeext &&
19764 $as_test_x conftest$ac_exeext; then
19765 ac_cv_lib_krb5_krb5_init_context=yes
19767 echo "$as_me: failed program was
:" >&5
19768 sed 's/^/| /' conftest.$ac_ext >&5
19770 ac_cv_lib_krb5_krb5_init_context=no
19773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19774 conftest$ac_exeext conftest.$ac_ext
19775 LIBS=$ac_check_lib_save_LIBS
19777 { echo "$as_me:$LINENO: result
: $ac_cv_lib_krb5_krb5_init_context" >&5
19778 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6; }
19779 if test $ac_cv_lib_krb5_krb5_init_context = yes; then
19780 cat >>confdefs.h <<_ACEOF
19781 #define HAVE_LIBKRB5 1
19784 LIBS="-lkrb5 $LIBS"
19788 if test "${with_kerberos5+set}" != set; then
19790 { echo "$as_me:$LINENO: checking
for des_cbc_encrypt
in -ldes425" >&5
19791 echo $ECHO_N "checking
for des_cbc_encrypt
in -ldes425...
$ECHO_C" >&6; }
19792 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
19793 echo $ECHO_N "(cached
) $ECHO_C" >&6
19795 ac_check_lib_save_LIBS=$LIBS
19796 LIBS="-ldes425 $LIBS"
19797 cat >conftest.$ac_ext <<_ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h. */
19804 /* Override any GCC internal prototype to avoid an error.
19805 Use char because int might match the return type of a GCC
19806 builtin and then its argument prototype would still apply. */
19810 char des_cbc_encrypt ();
19814 return des_cbc_encrypt ();
19819 rm -f conftest.$ac_objext conftest$ac_exeext
19820 if { (ac_try="$ac_link"
19821 case "(($ac_try" in
19822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19823 *) ac_try_echo=$ac_try;;
19825 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19826 (eval "$ac_link") 2>conftest.er1
19828 grep -v '^ *+' conftest.er1 >conftest.err
19830 cat conftest.err >&5
19831 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19832 (exit $ac_status); } && {
19833 test -z "$ac_c_werror_flag" ||
19834 test ! -s conftest.err
19835 } && test -s conftest$ac_exeext &&
19836 $as_test_x conftest$ac_exeext; then
19837 ac_cv_lib_des425_des_cbc_encrypt=yes
19839 echo "$as_me: failed program was
:" >&5
19840 sed 's/^/| /' conftest.$ac_ext >&5
19842 ac_cv_lib_des425_des_cbc_encrypt=no
19845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19846 conftest$ac_exeext conftest.$ac_ext
19847 LIBS=$ac_check_lib_save_LIBS
19849 { echo "$as_me:$LINENO: result
: $ac_cv_lib_des425_des_cbc_encrypt" >&5
19850 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
19851 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
19852 cat >>confdefs.h <<_ACEOF
19853 #define HAVE_LIBDES425 1
19856 LIBS="-ldes425 $LIBS"
19860 { echo "$as_me:$LINENO: checking
for des_cbc_encrypt
in -ldes" >&5
19861 echo $ECHO_N "checking
for des_cbc_encrypt
in -ldes...
$ECHO_C" >&6; }
19862 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
19863 echo $ECHO_N "(cached
) $ECHO_C" >&6
19865 ac_check_lib_save_LIBS=$LIBS
19867 cat >conftest.$ac_ext <<_ACEOF
19870 cat confdefs.h >>conftest.$ac_ext
19871 cat >>conftest.$ac_ext <<_ACEOF
19872 /* end confdefs.h. */
19874 /* Override any GCC internal prototype to avoid an error.
19875 Use char because int might match the return type of a GCC
19876 builtin and then its argument prototype would still apply. */
19880 char des_cbc_encrypt ();
19884 return des_cbc_encrypt ();
19889 rm -f conftest.$ac_objext conftest$ac_exeext
19890 if { (ac_try="$ac_link"
19891 case "(($ac_try" in
19892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19893 *) ac_try_echo=$ac_try;;
19895 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19896 (eval "$ac_link") 2>conftest.er1
19898 grep -v '^ *+' conftest.er1 >conftest.err
19900 cat conftest.err >&5
19901 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19902 (exit $ac_status); } && {
19903 test -z "$ac_c_werror_flag" ||
19904 test ! -s conftest.err
19905 } && test -s conftest$ac_exeext &&
19906 $as_test_x conftest$ac_exeext; then
19907 ac_cv_lib_des_des_cbc_encrypt=yes
19909 echo "$as_me: failed program was
:" >&5
19910 sed 's/^/| /' conftest.$ac_ext >&5
19912 ac_cv_lib_des_des_cbc_encrypt=no
19915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19916 conftest$ac_exeext conftest.$ac_ext
19917 LIBS=$ac_check_lib_save_LIBS
19919 { echo "$as_me:$LINENO: result
: $ac_cv_lib_des_des_cbc_encrypt" >&5
19920 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6; }
19921 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
19922 cat >>confdefs.h <<_ACEOF
19923 #define HAVE_LIBDES 1
19933 { echo "$as_me:$LINENO: checking
for krb_get_cred
in -lkrb4" >&5
19934 echo $ECHO_N "checking
for krb_get_cred
in -lkrb4...
$ECHO_C" >&6; }
19935 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
19936 echo $ECHO_N "(cached
) $ECHO_C" >&6
19938 ac_check_lib_save_LIBS=$LIBS
19939 LIBS="-lkrb4 $LIBS"
19940 cat >conftest.$ac_ext <<_ACEOF
19943 cat confdefs.h >>conftest.$ac_ext
19944 cat >>conftest.$ac_ext <<_ACEOF
19945 /* end confdefs.h. */
19947 /* Override any GCC internal prototype to avoid an error.
19948 Use char because int might match the return type of a GCC
19949 builtin and then its argument prototype would still apply. */
19953 char krb_get_cred ();
19957 return krb_get_cred ();
19962 rm -f conftest.$ac_objext conftest$ac_exeext
19963 if { (ac_try="$ac_link"
19964 case "(($ac_try" in
19965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19966 *) ac_try_echo=$ac_try;;
19968 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19969 (eval "$ac_link") 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 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest$ac_exeext &&
19979 $as_test_x conftest$ac_exeext; then
19980 ac_cv_lib_krb4_krb_get_cred=yes
19982 echo "$as_me: failed program was
:" >&5
19983 sed 's/^/| /' conftest.$ac_ext >&5
19985 ac_cv_lib_krb4_krb_get_cred=no
19988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19989 conftest$ac_exeext conftest.$ac_ext
19990 LIBS=$ac_check_lib_save_LIBS
19992 { echo "$as_me:$LINENO: result
: $ac_cv_lib_krb4_krb_get_cred" >&5
19993 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6; }
19994 if test $ac_cv_lib_krb4_krb_get_cred = yes; then
19995 cat >>confdefs.h <<_ACEOF
19996 #define HAVE_LIBKRB4 1
19999 LIBS="-lkrb4 $LIBS"
20003 { echo "$as_me:$LINENO: checking
for krb_get_cred
in -lkrb" >&5
20004 echo $ECHO_N "checking
for krb_get_cred
in -lkrb...
$ECHO_C" >&6; }
20005 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
20006 echo $ECHO_N "(cached
) $ECHO_C" >&6
20008 ac_check_lib_save_LIBS=$LIBS
20010 cat >conftest.$ac_ext <<_ACEOF
20013 cat confdefs.h >>conftest.$ac_ext
20014 cat >>conftest.$ac_ext <<_ACEOF
20015 /* end confdefs.h. */
20017 /* Override any GCC internal prototype to avoid an error.
20018 Use char because int might match the return type of a GCC
20019 builtin and then its argument prototype would still apply. */
20023 char krb_get_cred ();
20027 return krb_get_cred ();
20032 rm -f conftest.$ac_objext conftest$ac_exeext
20033 if { (ac_try="$ac_link"
20034 case "(($ac_try" in
20035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20036 *) ac_try_echo=$ac_try;;
20038 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20039 (eval "$ac_link") 2>conftest.er1
20041 grep -v '^ *+' conftest.er1 >conftest.err
20043 cat conftest.err >&5
20044 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20045 (exit $ac_status); } && {
20046 test -z "$ac_c_werror_flag" ||
20047 test ! -s conftest.err
20048 } && test -s conftest$ac_exeext &&
20049 $as_test_x conftest$ac_exeext; then
20050 ac_cv_lib_krb_krb_get_cred=yes
20052 echo "$as_me: failed program was
:" >&5
20053 sed 's/^/| /' conftest.$ac_ext >&5
20055 ac_cv_lib_krb_krb_get_cred=no
20058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20059 conftest$ac_exeext conftest.$ac_ext
20060 LIBS=$ac_check_lib_save_LIBS
20062 { echo "$as_me:$LINENO: result
: $ac_cv_lib_krb_krb_get_cred" >&5
20063 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6; }
20064 if test $ac_cv_lib_krb_krb_get_cred = yes; then
20065 cat >>confdefs.h <<_ACEOF
20066 #define HAVE_LIBKRB 1
20077 if test "${with_kerberos5+set}" = set; then
20079 for ac_header in krb5.h
20081 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20082 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20083 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20084 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20085 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20086 echo $ECHO_N "(cached
) $ECHO_C" >&6
20088 ac_res=`eval echo '${'$as_ac_Header'}'`
20089 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20090 echo "${ECHO_T}$ac_res" >&6; }
20092 # Is the header compilable?
20093 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
20094 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
20095 cat >conftest.$ac_ext <<_ACEOF
20098 cat confdefs.h >>conftest.$ac_ext
20099 cat >>conftest.$ac_ext <<_ACEOF
20100 /* end confdefs.h. */
20101 $ac_includes_default
20102 #include <$ac_header>
20104 rm -f conftest.$ac_objext
20105 if { (ac_try="$ac_compile"
20106 case "(($ac_try" in
20107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20110 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20111 (eval "$ac_compile") 2>conftest.er1
20113 grep -v '^ *+' conftest.er1 >conftest.err
20115 cat conftest.err >&5
20116 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20117 (exit $ac_status); } && {
20118 test -z "$ac_c_werror_flag" ||
20119 test ! -s conftest.err
20120 } && test -s conftest.$ac_objext; then
20121 ac_header_compiler=yes
20123 echo "$as_me: failed program was
:" >&5
20124 sed 's/^/| /' conftest.$ac_ext >&5
20126 ac_header_compiler=no
20129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20130 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
20131 echo "${ECHO_T}$ac_header_compiler" >&6; }
20133 # Is the header present?
20134 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
20135 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
20136 cat >conftest.$ac_ext <<_ACEOF
20139 cat confdefs.h >>conftest.$ac_ext
20140 cat >>conftest.$ac_ext <<_ACEOF
20141 /* end confdefs.h. */
20142 #include <$ac_header>
20144 if { (ac_try="$ac_cpp conftest.
$ac_ext"
20145 case "(($ac_try" in
20146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20147 *) ac_try_echo=$ac_try;;
20149 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20150 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
20152 grep -v '^ *+' conftest.er1 >conftest.err
20154 cat conftest.err >&5
20155 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20156 (exit $ac_status); } >/dev/null && {
20157 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20158 test ! -s conftest.err
20160 ac_header_preproc=yes
20162 echo "$as_me: failed program was
:" >&5
20163 sed 's/^/| /' conftest.$ac_ext >&5
20165 ac_header_preproc=no
20168 rm -f conftest.err conftest.$ac_ext
20169 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
20170 echo "${ECHO_T}$ac_header_preproc" >&6; }
20172 # So? What about this header?
20173 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20175 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
20176 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
20177 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
20178 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
20179 ac_header_preproc=yes
20182 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
20183 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
20184 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
20185 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
20186 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
20187 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
20188 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
20189 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
20190 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
20191 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
20192 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
20193 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
20197 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20198 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20199 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20200 echo $ECHO_N "(cached
) $ECHO_C" >&6
20202 eval "$as_ac_Header=\
$ac_header_preproc"
20204 ac_res=`eval echo '${'$as_ac_Header'}'`
20205 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20206 echo "${ECHO_T}$ac_res" >&6; }
20209 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20210 cat >>confdefs.h <<_ACEOF
20211 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20220 for ac_header in des.h
20222 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20223 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20224 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20225 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20226 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20227 echo $ECHO_N "(cached
) $ECHO_C" >&6
20229 ac_res=`eval echo '${'$as_ac_Header'}'`
20230 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20231 echo "${ECHO_T}$ac_res" >&6; }
20233 # Is the header compilable?
20234 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
20235 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
20236 cat >conftest.$ac_ext <<_ACEOF
20239 cat confdefs.h >>conftest.$ac_ext
20240 cat >>conftest.$ac_ext <<_ACEOF
20241 /* end confdefs.h. */
20242 $ac_includes_default
20243 #include <$ac_header>
20245 rm -f conftest.$ac_objext
20246 if { (ac_try="$ac_compile"
20247 case "(($ac_try" in
20248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20249 *) ac_try_echo=$ac_try;;
20251 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20252 (eval "$ac_compile") 2>conftest.er1
20254 grep -v '^ *+' conftest.er1 >conftest.err
20256 cat conftest.err >&5
20257 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20258 (exit $ac_status); } && {
20259 test -z "$ac_c_werror_flag" ||
20260 test ! -s conftest.err
20261 } && test -s conftest.$ac_objext; then
20262 ac_header_compiler=yes
20264 echo "$as_me: failed program was
:" >&5
20265 sed 's/^/| /' conftest.$ac_ext >&5
20267 ac_header_compiler=no
20270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20271 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
20272 echo "${ECHO_T}$ac_header_compiler" >&6; }
20274 # Is the header present?
20275 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
20276 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
20277 cat >conftest.$ac_ext <<_ACEOF
20280 cat confdefs.h >>conftest.$ac_ext
20281 cat >>conftest.$ac_ext <<_ACEOF
20282 /* end confdefs.h. */
20283 #include <$ac_header>
20285 if { (ac_try="$ac_cpp conftest.
$ac_ext"
20286 case "(($ac_try" in
20287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20288 *) ac_try_echo=$ac_try;;
20290 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20291 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
20293 grep -v '^ *+' conftest.er1 >conftest.err
20295 cat conftest.err >&5
20296 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20297 (exit $ac_status); } >/dev/null && {
20298 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20299 test ! -s conftest.err
20301 ac_header_preproc=yes
20303 echo "$as_me: failed program was
:" >&5
20304 sed 's/^/| /' conftest.$ac_ext >&5
20306 ac_header_preproc=no
20309 rm -f conftest.err conftest.$ac_ext
20310 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
20311 echo "${ECHO_T}$ac_header_preproc" >&6; }
20313 # So? What about this header?
20314 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20316 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
20317 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
20318 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
20319 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
20320 ac_header_preproc=yes
20323 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
20324 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
20325 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
20326 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
20327 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
20328 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
20329 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
20330 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
20331 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
20332 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
20333 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
20334 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
20338 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20339 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20340 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20341 echo $ECHO_N "(cached
) $ECHO_C" >&6
20343 eval "$as_ac_Header=\
$ac_header_preproc"
20345 ac_res=`eval echo '${'$as_ac_Header'}'`
20346 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20347 echo "${ECHO_T}$ac_res" >&6; }
20350 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20351 cat >>confdefs.h <<_ACEOF
20352 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20357 for ac_header in kerberosIV/des.h
20359 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20360 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20361 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20362 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20363 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20364 echo $ECHO_N "(cached
) $ECHO_C" >&6
20366 ac_res=`eval echo '${'$as_ac_Header'}'`
20367 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20368 echo "${ECHO_T}$ac_res" >&6; }
20370 # Is the header compilable?
20371 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
20372 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
20373 cat >conftest.$ac_ext <<_ACEOF
20376 cat confdefs.h >>conftest.$ac_ext
20377 cat >>conftest.$ac_ext <<_ACEOF
20378 /* end confdefs.h. */
20379 $ac_includes_default
20380 #include <$ac_header>
20382 rm -f conftest.$ac_objext
20383 if { (ac_try="$ac_compile"
20384 case "(($ac_try" in
20385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20386 *) ac_try_echo=$ac_try;;
20388 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20389 (eval "$ac_compile") 2>conftest.er1
20391 grep -v '^ *+' conftest.er1 >conftest.err
20393 cat conftest.err >&5
20394 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20395 (exit $ac_status); } && {
20396 test -z "$ac_c_werror_flag" ||
20397 test ! -s conftest.err
20398 } && test -s conftest.$ac_objext; then
20399 ac_header_compiler=yes
20401 echo "$as_me: failed program was
:" >&5
20402 sed 's/^/| /' conftest.$ac_ext >&5
20404 ac_header_compiler=no
20407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20408 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
20409 echo "${ECHO_T}$ac_header_compiler" >&6; }
20411 # Is the header present?
20412 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
20413 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
20414 cat >conftest.$ac_ext <<_ACEOF
20417 cat confdefs.h >>conftest.$ac_ext
20418 cat >>conftest.$ac_ext <<_ACEOF
20419 /* end confdefs.h. */
20420 #include <$ac_header>
20422 if { (ac_try="$ac_cpp conftest.
$ac_ext"
20423 case "(($ac_try" in
20424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20425 *) ac_try_echo=$ac_try;;
20427 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20428 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
20430 grep -v '^ *+' conftest.er1 >conftest.err
20432 cat conftest.err >&5
20433 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20434 (exit $ac_status); } >/dev/null && {
20435 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20436 test ! -s conftest.err
20438 ac_header_preproc=yes
20440 echo "$as_me: failed program was
:" >&5
20441 sed 's/^/| /' conftest.$ac_ext >&5
20443 ac_header_preproc=no
20446 rm -f conftest.err conftest.$ac_ext
20447 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
20448 echo "${ECHO_T}$ac_header_preproc" >&6; }
20450 # So? What about this header?
20451 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20453 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
20454 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
20455 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
20456 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
20457 ac_header_preproc=yes
20460 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
20461 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
20462 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
20463 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
20464 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
20465 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
20466 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
20467 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
20468 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
20469 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
20470 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
20471 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
20475 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20476 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20477 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20478 echo $ECHO_N "(cached
) $ECHO_C" >&6
20480 eval "$as_ac_Header=\
$ac_header_preproc"
20482 ac_res=`eval echo '${'$as_ac_Header'}'`
20483 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20484 echo "${ECHO_T}$ac_res" >&6; }
20487 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20488 cat >>confdefs.h <<_ACEOF
20489 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20494 for ac_header in kerberos/des.h
20496 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20497 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20498 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20499 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20500 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20501 echo $ECHO_N "(cached
) $ECHO_C" >&6
20503 ac_res=`eval echo '${'$as_ac_Header'}'`
20504 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20505 echo "${ECHO_T}$ac_res" >&6; }
20507 # Is the header compilable?
20508 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
20509 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
20510 cat >conftest.$ac_ext <<_ACEOF
20513 cat confdefs.h >>conftest.$ac_ext
20514 cat >>conftest.$ac_ext <<_ACEOF
20515 /* end confdefs.h. */
20516 $ac_includes_default
20517 #include <$ac_header>
20519 rm -f conftest.$ac_objext
20520 if { (ac_try="$ac_compile"
20521 case "(($ac_try" in
20522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20523 *) ac_try_echo=$ac_try;;
20525 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20526 (eval "$ac_compile") 2>conftest.er1
20528 grep -v '^ *+' conftest.er1 >conftest.err
20530 cat conftest.err >&5
20531 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20532 (exit $ac_status); } && {
20533 test -z "$ac_c_werror_flag" ||
20534 test ! -s conftest.err
20535 } && test -s conftest.$ac_objext; then
20536 ac_header_compiler=yes
20538 echo "$as_me: failed program was
:" >&5
20539 sed 's/^/| /' conftest.$ac_ext >&5
20541 ac_header_compiler=no
20544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20545 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
20546 echo "${ECHO_T}$ac_header_compiler" >&6; }
20548 # Is the header present?
20549 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
20550 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
20551 cat >conftest.$ac_ext <<_ACEOF
20554 cat confdefs.h >>conftest.$ac_ext
20555 cat >>conftest.$ac_ext <<_ACEOF
20556 /* end confdefs.h. */
20557 #include <$ac_header>
20559 if { (ac_try="$ac_cpp conftest.
$ac_ext"
20560 case "(($ac_try" in
20561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20562 *) ac_try_echo=$ac_try;;
20564 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20565 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
20567 grep -v '^ *+' conftest.er1 >conftest.err
20569 cat conftest.err >&5
20570 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20571 (exit $ac_status); } >/dev/null && {
20572 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20573 test ! -s conftest.err
20575 ac_header_preproc=yes
20577 echo "$as_me: failed program was
:" >&5
20578 sed 's/^/| /' conftest.$ac_ext >&5
20580 ac_header_preproc=no
20583 rm -f conftest.err conftest.$ac_ext
20584 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
20585 echo "${ECHO_T}$ac_header_preproc" >&6; }
20587 # So? What about this header?
20588 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20590 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
20591 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
20592 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
20593 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
20594 ac_header_preproc=yes
20597 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
20598 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
20599 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
20600 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
20601 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
20602 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
20603 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
20604 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
20605 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
20606 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
20607 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
20608 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
20612 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20613 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20614 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20615 echo $ECHO_N "(cached
) $ECHO_C" >&6
20617 eval "$as_ac_Header=\
$ac_header_preproc"
20619 ac_res=`eval echo '${'$as_ac_Header'}'`
20620 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20621 echo "${ECHO_T}$ac_res" >&6; }
20624 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20625 cat >>confdefs.h <<_ACEOF
20626 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20642 for ac_header in krb.h
20644 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20645 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20646 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20647 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20648 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20649 echo $ECHO_N "(cached
) $ECHO_C" >&6
20651 ac_res=`eval echo '${'$as_ac_Header'}'`
20652 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20653 echo "${ECHO_T}$ac_res" >&6; }
20655 # Is the header compilable?
20656 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
20657 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
20658 cat >conftest.$ac_ext <<_ACEOF
20661 cat confdefs.h >>conftest.$ac_ext
20662 cat >>conftest.$ac_ext <<_ACEOF
20663 /* end confdefs.h. */
20664 $ac_includes_default
20665 #include <$ac_header>
20667 rm -f conftest.$ac_objext
20668 if { (ac_try="$ac_compile"
20669 case "(($ac_try" in
20670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20671 *) ac_try_echo=$ac_try;;
20673 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20674 (eval "$ac_compile") 2>conftest.er1
20676 grep -v '^ *+' conftest.er1 >conftest.err
20678 cat conftest.err >&5
20679 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20680 (exit $ac_status); } && {
20681 test -z "$ac_c_werror_flag" ||
20682 test ! -s conftest.err
20683 } && test -s conftest.$ac_objext; then
20684 ac_header_compiler=yes
20686 echo "$as_me: failed program was
:" >&5
20687 sed 's/^/| /' conftest.$ac_ext >&5
20689 ac_header_compiler=no
20692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20693 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
20694 echo "${ECHO_T}$ac_header_compiler" >&6; }
20696 # Is the header present?
20697 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
20698 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
20699 cat >conftest.$ac_ext <<_ACEOF
20702 cat confdefs.h >>conftest.$ac_ext
20703 cat >>conftest.$ac_ext <<_ACEOF
20704 /* end confdefs.h. */
20705 #include <$ac_header>
20707 if { (ac_try="$ac_cpp conftest.
$ac_ext"
20708 case "(($ac_try" in
20709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20710 *) ac_try_echo=$ac_try;;
20712 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20713 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
20715 grep -v '^ *+' conftest.er1 >conftest.err
20717 cat conftest.err >&5
20718 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20719 (exit $ac_status); } >/dev/null && {
20720 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20721 test ! -s conftest.err
20723 ac_header_preproc=yes
20725 echo "$as_me: failed program was
:" >&5
20726 sed 's/^/| /' conftest.$ac_ext >&5
20728 ac_header_preproc=no
20731 rm -f conftest.err conftest.$ac_ext
20732 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
20733 echo "${ECHO_T}$ac_header_preproc" >&6; }
20735 # So? What about this header?
20736 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20738 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
20739 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
20740 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
20741 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
20742 ac_header_preproc=yes
20745 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
20746 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
20747 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
20748 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
20749 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
20750 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
20751 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
20752 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
20753 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
20754 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
20755 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
20756 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
20760 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20761 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20762 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20763 echo $ECHO_N "(cached
) $ECHO_C" >&6
20765 eval "$as_ac_Header=\
$ac_header_preproc"
20767 ac_res=`eval echo '${'$as_ac_Header'}'`
20768 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20769 echo "${ECHO_T}$ac_res" >&6; }
20772 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20773 cat >>confdefs.h <<_ACEOF
20774 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20779 for ac_header in kerberosIV/krb.h
20781 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20782 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20783 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20784 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20785 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20786 echo $ECHO_N "(cached
) $ECHO_C" >&6
20788 ac_res=`eval echo '${'$as_ac_Header'}'`
20789 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20790 echo "${ECHO_T}$ac_res" >&6; }
20792 # Is the header compilable?
20793 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
20794 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
20795 cat >conftest.$ac_ext <<_ACEOF
20798 cat confdefs.h >>conftest.$ac_ext
20799 cat >>conftest.$ac_ext <<_ACEOF
20800 /* end confdefs.h. */
20801 $ac_includes_default
20802 #include <$ac_header>
20804 rm -f conftest.$ac_objext
20805 if { (ac_try="$ac_compile"
20806 case "(($ac_try" in
20807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20808 *) ac_try_echo=$ac_try;;
20810 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20811 (eval "$ac_compile") 2>conftest.er1
20813 grep -v '^ *+' conftest.er1 >conftest.err
20815 cat conftest.err >&5
20816 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20817 (exit $ac_status); } && {
20818 test -z "$ac_c_werror_flag" ||
20819 test ! -s conftest.err
20820 } && test -s conftest.$ac_objext; then
20821 ac_header_compiler=yes
20823 echo "$as_me: failed program was
:" >&5
20824 sed 's/^/| /' conftest.$ac_ext >&5
20826 ac_header_compiler=no
20829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20830 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
20831 echo "${ECHO_T}$ac_header_compiler" >&6; }
20833 # Is the header present?
20834 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
20835 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
20836 cat >conftest.$ac_ext <<_ACEOF
20839 cat confdefs.h >>conftest.$ac_ext
20840 cat >>conftest.$ac_ext <<_ACEOF
20841 /* end confdefs.h. */
20842 #include <$ac_header>
20844 if { (ac_try="$ac_cpp conftest.
$ac_ext"
20845 case "(($ac_try" in
20846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20847 *) ac_try_echo=$ac_try;;
20849 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20850 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
20852 grep -v '^ *+' conftest.er1 >conftest.err
20854 cat conftest.err >&5
20855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20856 (exit $ac_status); } >/dev/null && {
20857 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20858 test ! -s conftest.err
20860 ac_header_preproc=yes
20862 echo "$as_me: failed program was
:" >&5
20863 sed 's/^/| /' conftest.$ac_ext >&5
20865 ac_header_preproc=no
20868 rm -f conftest.err conftest.$ac_ext
20869 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
20870 echo "${ECHO_T}$ac_header_preproc" >&6; }
20872 # So? What about this header?
20873 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20875 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
20876 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
20877 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
20878 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
20879 ac_header_preproc=yes
20882 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
20883 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
20884 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
20885 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
20886 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
20887 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
20888 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
20889 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
20890 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
20891 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
20892 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
20893 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
20897 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20898 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20899 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20900 echo $ECHO_N "(cached
) $ECHO_C" >&6
20902 eval "$as_ac_Header=\
$ac_header_preproc"
20904 ac_res=`eval echo '${'$as_ac_Header'}'`
20905 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20906 echo "${ECHO_T}$ac_res" >&6; }
20909 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20910 cat >>confdefs.h <<_ACEOF
20911 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20916 for ac_header in kerberos/krb.h
20918 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20919 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20920 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20921 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20922 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20923 echo $ECHO_N "(cached
) $ECHO_C" >&6
20925 ac_res=`eval echo '${'$as_ac_Header'}'`
20926 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20927 echo "${ECHO_T}$ac_res" >&6; }
20929 # Is the header compilable?
20930 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
20931 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
20932 cat >conftest.$ac_ext <<_ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 $ac_includes_default
20939 #include <$ac_header>
20941 rm -f conftest.$ac_objext
20942 if { (ac_try="$ac_compile"
20943 case "(($ac_try" in
20944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20945 *) ac_try_echo=$ac_try;;
20947 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20948 (eval "$ac_compile") 2>conftest.er1
20950 grep -v '^ *+' conftest.er1 >conftest.err
20952 cat conftest.err >&5
20953 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20954 (exit $ac_status); } && {
20955 test -z "$ac_c_werror_flag" ||
20956 test ! -s conftest.err
20957 } && test -s conftest.$ac_objext; then
20958 ac_header_compiler=yes
20960 echo "$as_me: failed program was
:" >&5
20961 sed 's/^/| /' conftest.$ac_ext >&5
20963 ac_header_compiler=no
20966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20967 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
20968 echo "${ECHO_T}$ac_header_compiler" >&6; }
20970 # Is the header present?
20971 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
20972 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
20973 cat >conftest.$ac_ext <<_ACEOF
20976 cat confdefs.h >>conftest.$ac_ext
20977 cat >>conftest.$ac_ext <<_ACEOF
20978 /* end confdefs.h. */
20979 #include <$ac_header>
20981 if { (ac_try="$ac_cpp conftest.
$ac_ext"
20982 case "(($ac_try" in
20983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20984 *) ac_try_echo=$ac_try;;
20986 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20987 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
20989 grep -v '^ *+' conftest.er1 >conftest.err
20991 cat conftest.err >&5
20992 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20993 (exit $ac_status); } >/dev/null && {
20994 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20995 test ! -s conftest.err
20997 ac_header_preproc=yes
20999 echo "$as_me: failed program was
:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21002 ac_header_preproc=no
21005 rm -f conftest.err conftest.$ac_ext
21006 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
21007 echo "${ECHO_T}$ac_header_preproc" >&6; }
21009 # So? What about this header?
21010 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21012 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
21013 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
21014 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
21015 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
21016 ac_header_preproc=yes
21019 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
21020 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
21021 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
21022 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
21023 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
21024 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
21025 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
21026 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
21027 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
21028 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
21029 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
21030 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
21034 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
21035 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
21036 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
21037 echo $ECHO_N "(cached
) $ECHO_C" >&6
21039 eval "$as_ac_Header=\
$ac_header_preproc"
21041 ac_res=`eval echo '${'$as_ac_Header'}'`
21042 { echo "$as_me:$LINENO: result
: $ac_res" >&5
21043 echo "${ECHO_T}$ac_res" >&6; }
21046 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21047 cat >>confdefs.h <<_ACEOF
21048 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
21065 for ac_header in com_err.h
21067 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
21068 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
21069 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
21070 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
21071 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
21072 echo $ECHO_N "(cached
) $ECHO_C" >&6
21074 ac_res=`eval echo '${'$as_ac_Header'}'`
21075 { echo "$as_me:$LINENO: result
: $ac_res" >&5
21076 echo "${ECHO_T}$ac_res" >&6; }
21078 # Is the header compilable?
21079 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
21080 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
21081 cat >conftest.$ac_ext <<_ACEOF
21084 cat confdefs.h >>conftest.$ac_ext
21085 cat >>conftest.$ac_ext <<_ACEOF
21086 /* end confdefs.h. */
21087 $ac_includes_default
21088 #include <$ac_header>
21090 rm -f conftest.$ac_objext
21091 if { (ac_try="$ac_compile"
21092 case "(($ac_try" in
21093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094 *) ac_try_echo=$ac_try;;
21096 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21097 (eval "$ac_compile") 2>conftest.er1
21099 grep -v '^ *+' conftest.er1 >conftest.err
21101 cat conftest.err >&5
21102 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21103 (exit $ac_status); } && {
21104 test -z "$ac_c_werror_flag" ||
21105 test ! -s conftest.err
21106 } && test -s conftest.$ac_objext; then
21107 ac_header_compiler=yes
21109 echo "$as_me: failed program was
:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21112 ac_header_compiler=no
21115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
21117 echo "${ECHO_T}$ac_header_compiler" >&6; }
21119 # Is the header present?
21120 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
21121 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
21122 cat >conftest.$ac_ext <<_ACEOF
21125 cat confdefs.h >>conftest.$ac_ext
21126 cat >>conftest.$ac_ext <<_ACEOF
21127 /* end confdefs.h. */
21128 #include <$ac_header>
21130 if { (ac_try="$ac_cpp conftest.
$ac_ext"
21131 case "(($ac_try" in
21132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21133 *) ac_try_echo=$ac_try;;
21135 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21136 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
21138 grep -v '^ *+' conftest.er1 >conftest.err
21140 cat conftest.err >&5
21141 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21142 (exit $ac_status); } >/dev/null && {
21143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21144 test ! -s conftest.err
21146 ac_header_preproc=yes
21148 echo "$as_me: failed program was
:" >&5
21149 sed 's/^/| /' conftest.$ac_ext >&5
21151 ac_header_preproc=no
21154 rm -f conftest.err conftest.$ac_ext
21155 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
21156 echo "${ECHO_T}$ac_header_preproc" >&6; }
21158 # So? What about this header?
21159 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21161 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
21162 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
21163 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
21164 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
21165 ac_header_preproc=yes
21168 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
21169 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
21170 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
21171 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
21172 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
21173 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
21174 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
21175 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
21176 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
21177 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
21178 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
21179 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
21183 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
21184 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
21185 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
21186 echo $ECHO_N "(cached
) $ECHO_C" >&6
21188 eval "$as_ac_Header=\
$ac_header_preproc"
21190 ac_res=`eval echo '${'$as_ac_Header'}'`
21191 { echo "$as_me:$LINENO: result
: $ac_res" >&5
21192 echo "${ECHO_T}$ac_res" >&6; }
21195 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21196 cat >>confdefs.h <<_ACEOF
21197 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
21206 # Solaris requires -lintl if you want strerror (which calls dgettext)
21207 # to return localized messages.
21209 { echo "$as_me:$LINENO: checking
for dgettext
in -lintl" >&5
21210 echo $ECHO_N "checking
for dgettext
in -lintl...
$ECHO_C" >&6; }
21211 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
21212 echo $ECHO_N "(cached
) $ECHO_C" >&6
21214 ac_check_lib_save_LIBS=$LIBS
21215 LIBS="-lintl $LIBS"
21216 cat >conftest.$ac_ext <<_ACEOF
21219 cat confdefs.h >>conftest.$ac_ext
21220 cat >>conftest.$ac_ext <<_ACEOF
21221 /* end confdefs.h. */
21223 /* Override any GCC internal prototype to avoid an error.
21224 Use char because int might match the return type of a GCC
21225 builtin and then its argument prototype would still apply. */
21233 return dgettext ();
21238 rm -f conftest.$ac_objext conftest$ac_exeext
21239 if { (ac_try="$ac_link"
21240 case "(($ac_try" in
21241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21242 *) ac_try_echo=$ac_try;;
21244 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21245 (eval "$ac_link") 2>conftest.er1
21247 grep -v '^ *+' conftest.er1 >conftest.err
21249 cat conftest.err >&5
21250 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21251 (exit $ac_status); } && {
21252 test -z "$ac_c_werror_flag" ||
21253 test ! -s conftest.err
21254 } && test -s conftest$ac_exeext &&
21255 $as_test_x conftest$ac_exeext; then
21256 ac_cv_lib_intl_dgettext=yes
21258 echo "$as_me: failed program was
:" >&5
21259 sed 's/^/| /' conftest.$ac_ext >&5
21261 ac_cv_lib_intl_dgettext=no
21264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21265 conftest$ac_exeext conftest.$ac_ext
21266 LIBS=$ac_check_lib_save_LIBS
21268 { echo "$as_me:$LINENO: result
: $ac_cv_lib_intl_dgettext" >&5
21269 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
21270 if test $ac_cv_lib_intl_dgettext = yes; then
21271 cat >>confdefs.h <<_ACEOF
21272 #define HAVE_LIBINTL 1
21275 LIBS="-lintl $LIBS"
21280 { echo "$as_me:$LINENO: checking whether localtime caches TZ
" >&5
21281 echo $ECHO_N "checking whether localtime caches TZ...
$ECHO_C" >&6; }
21282 if test "${emacs_cv_localtime_cache+set}" = set; then
21283 echo $ECHO_N "(cached
) $ECHO_C" >&6
21285 if test x$ac_cv_func_tzset = xyes; then
21286 if test "$cross_compiling" = yes; then
21287 # If we have tzset, assume the worst when cross-compiling.
21288 emacs_cv_localtime_cache=yes
21290 cat >conftest.$ac_ext <<_ACEOF
21293 cat confdefs.h >>conftest.$ac_ext
21294 cat >>conftest.$ac_ext <<_ACEOF
21295 /* end confdefs.h. */
21297 extern char **environ;
21301 for (to = from = environ; (*to = *from); from++)
21302 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
21305 char TZ_GMT0[] = "TZ
=GMT0
";
21306 char TZ_PST8[] = "TZ
=PST8
";
21309 time_t now = time ((time_t *) 0);
21310 int hour_GMT0, hour_unset;
21311 if (putenv (TZ_GMT0) != 0)
21313 hour_GMT0 = localtime (&now)->tm_hour;
21315 hour_unset = localtime (&now)->tm_hour;
21316 if (putenv (TZ_PST8) != 0)
21318 if (localtime (&now)->tm_hour == hour_GMT0)
21321 if (localtime (&now)->tm_hour != hour_unset)
21326 rm -f conftest$ac_exeext
21327 if { (ac_try="$ac_link"
21328 case "(($ac_try" in
21329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21330 *) ac_try_echo=$ac_try;;
21332 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21333 (eval "$ac_link") 2>&5
21335 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21336 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21337 { (case "(($ac_try" in
21338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21339 *) ac_try_echo=$ac_try;;
21341 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21342 (eval "$ac_try") 2>&5
21344 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21345 (exit $ac_status); }; }; then
21346 emacs_cv_localtime_cache=no
21348 echo "$as_me: program exited with status
$ac_status" >&5
21349 echo "$as_me: failed program was
:" >&5
21350 sed 's/^/| /' conftest.$ac_ext >&5
21352 ( exit $ac_status )
21353 emacs_cv_localtime_cache=yes
21355 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21360 # If we lack tzset, report that localtime does not cache TZ,
21361 # since we can't invalidate the cache if we don't have tzset.
21362 emacs_cv_localtime_cache=no
21365 { echo "$as_me:$LINENO: result
: $emacs_cv_localtime_cache" >&5
21366 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6; }
21367 if test $emacs_cv_localtime_cache = yes; then
21369 cat >>confdefs.h <<\_ACEOF
21370 #define LOCALTIME_CACHE 1
21375 if test "x
$HAVE_TIMEVAL" = xyes; then
21377 for ac_func in gettimeofday
21379 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
21380 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
21381 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
21382 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
21383 echo $ECHO_N "(cached
) $ECHO_C" >&6
21385 cat >conftest.$ac_ext <<_ACEOF
21388 cat confdefs.h >>conftest.$ac_ext
21389 cat >>conftest.$ac_ext <<_ACEOF
21390 /* end confdefs.h. */
21391 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
21392 For example, HP-UX 11i <limits.h> declares gettimeofday. */
21393 #define $ac_func innocuous_$ac_func
21395 /* System header to define __stub macros and hopefully few prototypes,
21396 which can conflict with char $ac_func (); below.
21397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21398 <limits.h> exists even on freestanding compilers. */
21401 # include <limits.h>
21403 # include <assert.h>
21408 /* Override any GCC internal prototype to avoid an error.
21409 Use char because int might match the return type of a GCC
21410 builtin and then its argument prototype would still apply. */
21415 /* The GNU C library defines this for functions which it implements
21416 to always fail with ENOSYS. Some functions are actually named
21417 something starting with __ and the normal name is an alias. */
21418 #if defined __stub_$ac_func || defined __stub___$ac_func
21425 return $ac_func ();
21430 rm -f conftest.$ac_objext conftest$ac_exeext
21431 if { (ac_try="$ac_link"
21432 case "(($ac_try" in
21433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21434 *) ac_try_echo=$ac_try;;
21436 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21437 (eval "$ac_link") 2>conftest.er1
21439 grep -v '^ *+' conftest.er1 >conftest.err
21441 cat conftest.err >&5
21442 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21443 (exit $ac_status); } && {
21444 test -z "$ac_c_werror_flag" ||
21445 test ! -s conftest.err
21446 } && test -s conftest$ac_exeext &&
21447 $as_test_x conftest$ac_exeext; then
21448 eval "$as_ac_var=yes"
21450 echo "$as_me: failed program was
:" >&5
21451 sed 's/^/| /' conftest.$ac_ext >&5
21453 eval "$as_ac_var=no
"
21456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21457 conftest$ac_exeext conftest.$ac_ext
21459 ac_res=`eval echo '${'$as_ac_var'}'`
21460 { echo "$as_me:$LINENO: result
: $ac_res" >&5
21461 echo "${ECHO_T}$ac_res" >&6; }
21462 if test `eval echo '${'$as_ac_var'}'` = yes; then
21463 cat >>confdefs.h <<_ACEOF
21464 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
21470 if test $ac_cv_func_gettimeofday = yes; then
21471 { echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments
" >&5
21472 echo $ECHO_N "checking whether gettimeofday can accept two arguments...
$ECHO_C" >&6; }
21473 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
21474 echo $ECHO_N "(cached
) $ECHO_C" >&6
21476 cat >conftest.$ac_ext <<_ACEOF
21479 cat confdefs.h >>conftest.$ac_ext
21480 cat >>conftest.$ac_ext <<_ACEOF
21481 /* end confdefs.h. */
21483 #ifdef TIME_WITH_SYS_TIME
21484 #include <sys/time.h>
21487 #ifdef HAVE_SYS_TIME_H
21488 #include <sys/time.h>
21496 struct timeval time;
21497 gettimeofday (&time, 0);
21502 rm -f conftest.$ac_objext
21503 if { (ac_try="$ac_compile"
21504 case "(($ac_try" in
21505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21506 *) ac_try_echo=$ac_try;;
21508 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21509 (eval "$ac_compile") 2>conftest.er1
21511 grep -v '^ *+' conftest.er1 >conftest.err
21513 cat conftest.err >&5
21514 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21515 (exit $ac_status); } && {
21516 test -z "$ac_c_werror_flag" ||
21517 test ! -s conftest.err
21518 } && test -s conftest.$ac_objext; then
21519 emacs_cv_gettimeofday_two_arguments=yes
21521 echo "$as_me: failed program was
:" >&5
21522 sed 's/^/| /' conftest.$ac_ext >&5
21524 emacs_cv_gettimeofday_two_arguments=no
21527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21529 { echo "$as_me:$LINENO: result
: $emacs_cv_gettimeofday_two_arguments" >&5
21530 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6; }
21531 if test $emacs_cv_gettimeofday_two_arguments = no; then
21533 cat >>confdefs.h <<\_ACEOF
21534 #define GETTIMEOFDAY_ONE_ARGUMENT 1
21542 { echo "$as_me:$LINENO: checking
for socket
" >&5
21543 echo $ECHO_N "checking
for socket...
$ECHO_C" >&6; }
21544 if test "${ac_cv_func_socket+set}" = set; then
21545 echo $ECHO_N "(cached
) $ECHO_C" >&6
21547 cat >conftest.$ac_ext <<_ACEOF
21550 cat confdefs.h >>conftest.$ac_ext
21551 cat >>conftest.$ac_ext <<_ACEOF
21552 /* end confdefs.h. */
21553 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
21554 For example, HP-UX 11i <limits.h> declares gettimeofday. */
21555 #define socket innocuous_socket
21557 /* System header to define __stub macros and hopefully few prototypes,
21558 which can conflict with char socket (); below.
21559 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21560 <limits.h> exists even on freestanding compilers. */
21563 # include <limits.h>
21565 # include <assert.h>
21570 /* Override any GCC internal prototype to avoid an error.
21571 Use char because int might match the return type of a GCC
21572 builtin and then its argument prototype would still apply. */
21577 /* The GNU C library defines this for functions which it implements
21578 to always fail with ENOSYS. Some functions are actually named
21579 something starting with __ and the normal name is an alias. */
21580 #if defined __stub_socket || defined __stub___socket
21592 rm -f conftest.$ac_objext conftest$ac_exeext
21593 if { (ac_try="$ac_link"
21594 case "(($ac_try" in
21595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21596 *) ac_try_echo=$ac_try;;
21598 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21599 (eval "$ac_link") 2>conftest.er1
21601 grep -v '^ *+' conftest.er1 >conftest.err
21603 cat conftest.err >&5
21604 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21605 (exit $ac_status); } && {
21606 test -z "$ac_c_werror_flag" ||
21607 test ! -s conftest.err
21608 } && test -s conftest$ac_exeext &&
21609 $as_test_x conftest$ac_exeext; then
21610 ac_cv_func_socket=yes
21612 echo "$as_me: failed program was
:" >&5
21613 sed 's/^/| /' conftest.$ac_ext >&5
21615 ac_cv_func_socket=no
21618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21619 conftest$ac_exeext conftest.$ac_ext
21621 { echo "$as_me:$LINENO: result
: $ac_cv_func_socket" >&5
21622 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
21623 if test $ac_cv_func_socket = yes; then
21629 if test $ok_so_far = yes; then
21630 if test "${ac_cv_header_netinet_in_h+set}" = set; then
21631 { echo "$as_me:$LINENO: checking
for netinet
/in.h
" >&5
21632 echo $ECHO_N "checking
for netinet
/in.h...
$ECHO_C" >&6; }
21633 if test "${ac_cv_header_netinet_in_h+set}" = set; then
21634 echo $ECHO_N "(cached
) $ECHO_C" >&6
21636 { echo "$as_me:$LINENO: result
: $ac_cv_header_netinet_in_h" >&5
21637 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
21639 # Is the header compilable?
21640 { echo "$as_me:$LINENO: checking netinet
/in.h usability
" >&5
21641 echo $ECHO_N "checking netinet
/in.h usability...
$ECHO_C" >&6; }
21642 cat >conftest.$ac_ext <<_ACEOF
21645 cat confdefs.h >>conftest.$ac_ext
21646 cat >>conftest.$ac_ext <<_ACEOF
21647 /* end confdefs.h. */
21648 $ac_includes_default
21649 #include <netinet/in.h>
21651 rm -f conftest.$ac_objext
21652 if { (ac_try="$ac_compile"
21653 case "(($ac_try" in
21654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21655 *) ac_try_echo=$ac_try;;
21657 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21658 (eval "$ac_compile") 2>conftest.er1
21660 grep -v '^ *+' conftest.er1 >conftest.err
21662 cat conftest.err >&5
21663 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21664 (exit $ac_status); } && {
21665 test -z "$ac_c_werror_flag" ||
21666 test ! -s conftest.err
21667 } && test -s conftest.$ac_objext; then
21668 ac_header_compiler=yes
21670 echo "$as_me: failed program was
:" >&5
21671 sed 's/^/| /' conftest.$ac_ext >&5
21673 ac_header_compiler=no
21676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21677 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
21678 echo "${ECHO_T}$ac_header_compiler" >&6; }
21680 # Is the header present?
21681 { echo "$as_me:$LINENO: checking netinet
/in.h presence
" >&5
21682 echo $ECHO_N "checking netinet
/in.h presence...
$ECHO_C" >&6; }
21683 cat >conftest.$ac_ext <<_ACEOF
21686 cat confdefs.h >>conftest.$ac_ext
21687 cat >>conftest.$ac_ext <<_ACEOF
21688 /* end confdefs.h. */
21689 #include <netinet/in.h>
21691 if { (ac_try="$ac_cpp conftest.
$ac_ext"
21692 case "(($ac_try" in
21693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21694 *) ac_try_echo=$ac_try;;
21696 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21697 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
21699 grep -v '^ *+' conftest.er1 >conftest.err
21701 cat conftest.err >&5
21702 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21703 (exit $ac_status); } >/dev/null && {
21704 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21705 test ! -s conftest.err
21707 ac_header_preproc=yes
21709 echo "$as_me: failed program was
:" >&5
21710 sed 's/^/| /' conftest.$ac_ext >&5
21712 ac_header_preproc=no
21715 rm -f conftest.err conftest.$ac_ext
21716 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
21717 echo "${ECHO_T}$ac_header_preproc" >&6; }
21719 # So? What about this header?
21720 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21722 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: accepted by the compiler
, rejected by the preprocessor
!" >&5
21723 echo "$as_me: WARNING
: netinet
/in.h
: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
21724 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: proceeding with the compiler
's result" >&5
21725 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result
" >&2;}
21726 ac_header_preproc=yes
21729 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: present but cannot be compiled
" >&5
21730 echo "$as_me: WARNING
: netinet
/in.h
: present but cannot be compiled
" >&2;}
21731 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: check
for missing prerequisite headers?
" >&5
21732 echo "$as_me: WARNING
: netinet
/in.h
: check
for missing prerequisite headers?
" >&2;}
21733 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: see the Autoconf documentation
" >&5
21734 echo "$as_me: WARNING
: netinet
/in.h
: see the Autoconf documentation
" >&2;}
21735 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: section
\"Present But Cannot Be Compiled
\"" >&5
21736 echo "$as_me: WARNING
: netinet
/in.h
: section
\"Present But Cannot Be Compiled
\"" >&2;}
21737 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: proceeding with the preprocessor
's result" >&5
21738 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result
" >&2;}
21739 { echo "$as_me:$LINENO: WARNING
: netinet
/in.h
: in the future
, the compiler will take precedence
" >&5
21740 echo "$as_me: WARNING
: netinet
/in.h
: in the future
, the compiler will take precedence
" >&2;}
21744 { echo "$as_me:$LINENO: checking
for netinet
/in.h
" >&5
21745 echo $ECHO_N "checking
for netinet
/in.h...
$ECHO_C" >&6; }
21746 if test "${ac_cv_header_netinet_in_h+set}" = set; then
21747 echo $ECHO_N "(cached
) $ECHO_C" >&6
21749 ac_cv_header_netinet_in_h=$ac_header_preproc
21751 { echo "$as_me:$LINENO: result
: $ac_cv_header_netinet_in_h" >&5
21752 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; }
21755 if test $ac_cv_header_netinet_in_h = yes; then
21763 if test $ok_so_far = yes; then
21764 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
21765 { echo "$as_me:$LINENO: checking
for arpa
/inet.h
" >&5
21766 echo $ECHO_N "checking
for arpa
/inet.h...
$ECHO_C" >&6; }
21767 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
21768 echo $ECHO_N "(cached
) $ECHO_C" >&6
21770 { echo "$as_me:$LINENO: result
: $ac_cv_header_arpa_inet_h" >&5
21771 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
21773 # Is the header compilable?
21774 { echo "$as_me:$LINENO: checking arpa
/inet.h usability
" >&5
21775 echo $ECHO_N "checking arpa
/inet.h usability...
$ECHO_C" >&6; }
21776 cat >conftest.$ac_ext <<_ACEOF
21779 cat confdefs.h >>conftest.$ac_ext
21780 cat >>conftest.$ac_ext <<_ACEOF
21781 /* end confdefs.h. */
21782 $ac_includes_default
21783 #include <arpa/inet.h>
21785 rm -f conftest.$ac_objext
21786 if { (ac_try="$ac_compile"
21787 case "(($ac_try" in
21788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21789 *) ac_try_echo=$ac_try;;
21791 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21792 (eval "$ac_compile") 2>conftest.er1
21794 grep -v '^ *+' conftest.er1 >conftest.err
21796 cat conftest.err >&5
21797 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21798 (exit $ac_status); } && {
21799 test -z "$ac_c_werror_flag" ||
21800 test ! -s conftest.err
21801 } && test -s conftest.$ac_objext; then
21802 ac_header_compiler=yes
21804 echo "$as_me: failed program was
:" >&5
21805 sed 's/^/| /' conftest.$ac_ext >&5
21807 ac_header_compiler=no
21810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21811 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
21812 echo "${ECHO_T}$ac_header_compiler" >&6; }
21814 # Is the header present?
21815 { echo "$as_me:$LINENO: checking arpa
/inet.h presence
" >&5
21816 echo $ECHO_N "checking arpa
/inet.h presence...
$ECHO_C" >&6; }
21817 cat >conftest.$ac_ext <<_ACEOF
21820 cat confdefs.h >>conftest.$ac_ext
21821 cat >>conftest.$ac_ext <<_ACEOF
21822 /* end confdefs.h. */
21823 #include <arpa/inet.h>
21825 if { (ac_try="$ac_cpp conftest.
$ac_ext"
21826 case "(($ac_try" in
21827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21828 *) ac_try_echo=$ac_try;;
21830 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21831 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
21833 grep -v '^ *+' conftest.er1 >conftest.err
21835 cat conftest.err >&5
21836 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21837 (exit $ac_status); } >/dev/null && {
21838 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21839 test ! -s conftest.err
21841 ac_header_preproc=yes
21843 echo "$as_me: failed program was
:" >&5
21844 sed 's/^/| /' conftest.$ac_ext >&5
21846 ac_header_preproc=no
21849 rm -f conftest.err conftest.$ac_ext
21850 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
21851 echo "${ECHO_T}$ac_header_preproc" >&6; }
21853 # So? What about this header?
21854 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21856 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: accepted by the compiler
, rejected by the preprocessor
!" >&5
21857 echo "$as_me: WARNING
: arpa
/inet.h
: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
21858 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: proceeding with the compiler
's result" >&5
21859 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result
" >&2;}
21860 ac_header_preproc=yes
21863 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: present but cannot be compiled
" >&5
21864 echo "$as_me: WARNING
: arpa
/inet.h
: present but cannot be compiled
" >&2;}
21865 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: check
for missing prerequisite headers?
" >&5
21866 echo "$as_me: WARNING
: arpa
/inet.h
: check
for missing prerequisite headers?
" >&2;}
21867 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: see the Autoconf documentation
" >&5
21868 echo "$as_me: WARNING
: arpa
/inet.h
: see the Autoconf documentation
" >&2;}
21869 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: section
\"Present But Cannot Be Compiled
\"" >&5
21870 echo "$as_me: WARNING
: arpa
/inet.h
: section
\"Present But Cannot Be Compiled
\"" >&2;}
21871 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: proceeding with the preprocessor
's result" >&5
21872 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result
" >&2;}
21873 { echo "$as_me:$LINENO: WARNING
: arpa
/inet.h
: in the future
, the compiler will take precedence
" >&5
21874 echo "$as_me: WARNING
: arpa
/inet.h
: in the future
, the compiler will take precedence
" >&2;}
21878 { echo "$as_me:$LINENO: checking
for arpa
/inet.h
" >&5
21879 echo $ECHO_N "checking
for arpa
/inet.h...
$ECHO_C" >&6; }
21880 if test "${ac_cv_header_arpa_inet_h+set}" = set; then
21881 echo $ECHO_N "(cached
) $ECHO_C" >&6
21883 ac_cv_header_arpa_inet_h=$ac_header_preproc
21885 { echo "$as_me:$LINENO: result
: $ac_cv_header_arpa_inet_h" >&5
21886 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; }
21889 if test $ac_cv_header_arpa_inet_h = yes; then
21897 if test $ok_so_far = yes; then
21899 cat >>confdefs.h <<\_ACEOF
21900 #define HAVE_INET_SOCKETS 1
21906 for ac_header in sys/ioctl.h
21908 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
21909 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
21910 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
21911 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
21912 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
21913 echo $ECHO_N "(cached
) $ECHO_C" >&6
21915 ac_res=`eval echo '${'$as_ac_Header'}'`
21916 { echo "$as_me:$LINENO: result
: $ac_res" >&5
21917 echo "${ECHO_T}$ac_res" >&6; }
21919 # Is the header compilable?
21920 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
21921 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
21922 cat >conftest.$ac_ext <<_ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21928 $ac_includes_default
21929 #include <$ac_header>
21931 rm -f conftest.$ac_objext
21932 if { (ac_try="$ac_compile"
21933 case "(($ac_try" in
21934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21935 *) ac_try_echo=$ac_try;;
21937 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21938 (eval "$ac_compile") 2>conftest.er1
21940 grep -v '^ *+' conftest.er1 >conftest.err
21942 cat conftest.err >&5
21943 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21944 (exit $ac_status); } && {
21945 test -z "$ac_c_werror_flag" ||
21946 test ! -s conftest.err
21947 } && test -s conftest.$ac_objext; then
21948 ac_header_compiler=yes
21950 echo "$as_me: failed program was
:" >&5
21951 sed 's/^/| /' conftest.$ac_ext >&5
21953 ac_header_compiler=no
21956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21957 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
21958 echo "${ECHO_T}$ac_header_compiler" >&6; }
21960 # Is the header present?
21961 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
21962 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
21963 cat >conftest.$ac_ext <<_ACEOF
21966 cat confdefs.h >>conftest.$ac_ext
21967 cat >>conftest.$ac_ext <<_ACEOF
21968 /* end confdefs.h. */
21969 #include <$ac_header>
21971 if { (ac_try="$ac_cpp conftest.
$ac_ext"
21972 case "(($ac_try" in
21973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21974 *) ac_try_echo=$ac_try;;
21976 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21977 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
21979 grep -v '^ *+' conftest.er1 >conftest.err
21981 cat conftest.err >&5
21982 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21983 (exit $ac_status); } >/dev/null && {
21984 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21985 test ! -s conftest.err
21987 ac_header_preproc=yes
21989 echo "$as_me: failed program was
:" >&5
21990 sed 's/^/| /' conftest.$ac_ext >&5
21992 ac_header_preproc=no
21995 rm -f conftest.err conftest.$ac_ext
21996 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
21997 echo "${ECHO_T}$ac_header_preproc" >&6; }
21999 # So? What about this header?
22000 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22002 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
22003 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
22004 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
22005 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
22006 ac_header_preproc=yes
22009 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
22010 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
22011 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
22012 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
22013 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
22014 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
22015 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
22016 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
22017 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
22018 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
22019 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
22020 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
22024 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
22025 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
22026 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
22027 echo $ECHO_N "(cached
) $ECHO_C" >&6
22029 eval "$as_ac_Header=\
$ac_header_preproc"
22031 ac_res=`eval echo '${'$as_ac_Header'}'`
22032 { echo "$as_me:$LINENO: result
: $ac_res" >&5
22033 echo "${ECHO_T}$ac_res" >&6; }
22036 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22037 cat >>confdefs.h <<_ACEOF
22038 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
22046 if test -f /usr/lpp/X11/bin/smt.exp; then
22048 cat >>confdefs.h <<\_ACEOF
22049 #define HAVE_AIX_SMT_EXP 1
22054 { echo "$as_me:$LINENO: checking whether system supports dynamic ptys
" >&5
22055 echo $ECHO_N "checking whether system supports dynamic ptys...
$ECHO_C" >&6; }
22056 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
22057 { echo "$as_me:$LINENO: result
: yes" >&5
22058 echo "${ECHO_T}yes" >&6; }
22060 cat >>confdefs.h <<\_ACEOF
22061 #define HAVE_DEV_PTMX 1
22065 { echo "$as_me:$LINENO: result
: no
" >&5
22066 echo "${ECHO_T}no
" >&6; }
22069 { echo "$as_me:$LINENO: checking
for pid_t
" >&5
22070 echo $ECHO_N "checking
for pid_t...
$ECHO_C" >&6; }
22071 if test "${ac_cv_type_pid_t+set}" = set; then
22072 echo $ECHO_N "(cached
) $ECHO_C" >&6
22074 cat >conftest.$ac_ext <<_ACEOF
22077 cat confdefs.h >>conftest.$ac_ext
22078 cat >>conftest.$ac_ext <<_ACEOF
22079 /* end confdefs.h. */
22080 $ac_includes_default
22081 typedef pid_t ac__type_new_;
22085 if ((ac__type_new_ *) 0)
22087 if (sizeof (ac__type_new_))
22093 rm -f conftest.$ac_objext
22094 if { (ac_try="$ac_compile"
22095 case "(($ac_try" in
22096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22097 *) ac_try_echo=$ac_try;;
22099 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22100 (eval "$ac_compile") 2>conftest.er1
22102 grep -v '^ *+' conftest.er1 >conftest.err
22104 cat conftest.err >&5
22105 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22106 (exit $ac_status); } && {
22107 test -z "$ac_c_werror_flag" ||
22108 test ! -s conftest.err
22109 } && test -s conftest.$ac_objext; then
22110 ac_cv_type_pid_t=yes
22112 echo "$as_me: failed program was
:" >&5
22113 sed 's/^/| /' conftest.$ac_ext >&5
22115 ac_cv_type_pid_t=no
22118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22120 { echo "$as_me:$LINENO: result
: $ac_cv_type_pid_t" >&5
22121 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
22122 if test $ac_cv_type_pid_t = yes; then
22126 cat >>confdefs.h <<_ACEOF
22133 for ac_header in vfork.h
22135 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
22136 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
22137 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
22138 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
22139 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
22140 echo $ECHO_N "(cached
) $ECHO_C" >&6
22142 ac_res=`eval echo '${'$as_ac_Header'}'`
22143 { echo "$as_me:$LINENO: result
: $ac_res" >&5
22144 echo "${ECHO_T}$ac_res" >&6; }
22146 # Is the header compilable?
22147 { echo "$as_me:$LINENO: checking
$ac_header usability
" >&5
22148 echo $ECHO_N "checking
$ac_header usability...
$ECHO_C" >&6; }
22149 cat >conftest.$ac_ext <<_ACEOF
22152 cat confdefs.h >>conftest.$ac_ext
22153 cat >>conftest.$ac_ext <<_ACEOF
22154 /* end confdefs.h. */
22155 $ac_includes_default
22156 #include <$ac_header>
22158 rm -f conftest.$ac_objext
22159 if { (ac_try="$ac_compile"
22160 case "(($ac_try" in
22161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22162 *) ac_try_echo=$ac_try;;
22164 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22165 (eval "$ac_compile") 2>conftest.er1
22167 grep -v '^ *+' conftest.er1 >conftest.err
22169 cat conftest.err >&5
22170 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22171 (exit $ac_status); } && {
22172 test -z "$ac_c_werror_flag" ||
22173 test ! -s conftest.err
22174 } && test -s conftest.$ac_objext; then
22175 ac_header_compiler=yes
22177 echo "$as_me: failed program was
:" >&5
22178 sed 's/^/| /' conftest.$ac_ext >&5
22180 ac_header_compiler=no
22183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22184 { echo "$as_me:$LINENO: result
: $ac_header_compiler" >&5
22185 echo "${ECHO_T}$ac_header_compiler" >&6; }
22187 # Is the header present?
22188 { echo "$as_me:$LINENO: checking
$ac_header presence
" >&5
22189 echo $ECHO_N "checking
$ac_header presence...
$ECHO_C" >&6; }
22190 cat >conftest.$ac_ext <<_ACEOF
22193 cat confdefs.h >>conftest.$ac_ext
22194 cat >>conftest.$ac_ext <<_ACEOF
22195 /* end confdefs.h. */
22196 #include <$ac_header>
22198 if { (ac_try="$ac_cpp conftest.
$ac_ext"
22199 case "(($ac_try" in
22200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22201 *) ac_try_echo=$ac_try;;
22203 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22204 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
22206 grep -v '^ *+' conftest.er1 >conftest.err
22208 cat conftest.err >&5
22209 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22210 (exit $ac_status); } >/dev/null && {
22211 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22212 test ! -s conftest.err
22214 ac_header_preproc=yes
22216 echo "$as_me: failed program was
:" >&5
22217 sed 's/^/| /' conftest.$ac_ext >&5
22219 ac_header_preproc=no
22222 rm -f conftest.err conftest.$ac_ext
22223 { echo "$as_me:$LINENO: result
: $ac_header_preproc" >&5
22224 echo "${ECHO_T}$ac_header_preproc" >&6; }
22226 # So? What about this header?
22227 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22229 { echo "$as_me:$LINENO: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&5
22230 echo "$as_me: WARNING
: $ac_header: accepted by the compiler
, rejected by the preprocessor
!" >&2;}
22231 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the compiler
's result" >&5
22232 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result
" >&2;}
22233 ac_header_preproc=yes
22236 { echo "$as_me:$LINENO: WARNING
: $ac_header: present but cannot be compiled
" >&5
22237 echo "$as_me: WARNING
: $ac_header: present but cannot be compiled
" >&2;}
22238 { echo "$as_me:$LINENO: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&5
22239 echo "$as_me: WARNING
: $ac_header: check
for missing prerequisite headers?
" >&2;}
22240 { echo "$as_me:$LINENO: WARNING
: $ac_header: see the Autoconf documentation
" >&5
22241 echo "$as_me: WARNING
: $ac_header: see the Autoconf documentation
" >&2;}
22242 { echo "$as_me:$LINENO: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&5
22243 echo "$as_me: WARNING
: $ac_header: section
\"Present But Cannot Be Compiled
\"" >&2;}
22244 { echo "$as_me:$LINENO: WARNING
: $ac_header: proceeding with the preprocessor
's result" >&5
22245 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
" >&2;}
22246 { echo "$as_me:$LINENO: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&5
22247 echo "$as_me: WARNING
: $ac_header: in the future
, the compiler will take precedence
" >&2;}
22251 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
22252 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
22253 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
22254 echo $ECHO_N "(cached
) $ECHO_C" >&6
22256 eval "$as_ac_Header=\
$ac_header_preproc"
22258 ac_res=`eval echo '${'$as_ac_Header'}'`
22259 { echo "$as_me:$LINENO: result
: $ac_res" >&5
22260 echo "${ECHO_T}$ac_res" >&6; }
22263 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22264 cat >>confdefs.h <<_ACEOF
22265 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
22274 for ac_func in fork vfork
22276 as_ac_var=`echo "ac_cv_func_
$ac_func" | $as_tr_sh`
22277 { echo "$as_me:$LINENO: checking
for $ac_func" >&5
22278 echo $ECHO_N "checking
for $ac_func...
$ECHO_C" >&6; }
22279 if { as_var=$as_ac_var; eval "test \"\
${$as_var+set}\" = set"; }; then
22280 echo $ECHO_N "(cached
) $ECHO_C" >&6
22282 cat >conftest.$ac_ext <<_ACEOF
22285 cat confdefs.h >>conftest.$ac_ext
22286 cat >>conftest.$ac_ext <<_ACEOF
22287 /* end confdefs.h. */
22288 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22289 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22290 #define $ac_func innocuous_$ac_func
22292 /* System header to define __stub macros and hopefully few prototypes,
22293 which can conflict with char $ac_func (); below.
22294 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22295 <limits.h> exists even on freestanding compilers. */
22298 # include <limits.h>
22300 # include <assert.h>
22305 /* Override any GCC internal prototype to avoid an error.
22306 Use char because int might match the return type of a GCC
22307 builtin and then its argument prototype would still apply. */
22312 /* The GNU C library defines this for functions which it implements
22313 to always fail with ENOSYS. Some functions are actually named
22314 something starting with __ and the normal name is an alias. */
22315 #if defined __stub_$ac_func || defined __stub___$ac_func
22322 return $ac_func ();
22327 rm -f conftest.$ac_objext conftest$ac_exeext
22328 if { (ac_try="$ac_link"
22329 case "(($ac_try" in
22330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22331 *) ac_try_echo=$ac_try;;
22333 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22334 (eval "$ac_link") 2>conftest.er1
22336 grep -v '^ *+' conftest.er1 >conftest.err
22338 cat conftest.err >&5
22339 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22340 (exit $ac_status); } && {
22341 test -z "$ac_c_werror_flag" ||
22342 test ! -s conftest.err
22343 } && test -s conftest$ac_exeext &&
22344 $as_test_x conftest$ac_exeext; then
22345 eval "$as_ac_var=yes"
22347 echo "$as_me: failed program was
:" >&5
22348 sed 's/^/| /' conftest.$ac_ext >&5
22350 eval "$as_ac_var=no
"
22353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22354 conftest$ac_exeext conftest.$ac_ext
22356 ac_res=`eval echo '${'$as_ac_var'}'`
22357 { echo "$as_me:$LINENO: result
: $ac_res" >&5
22358 echo "${ECHO_T}$ac_res" >&6; }
22359 if test `eval echo '${'$as_ac_var'}'` = yes; then
22360 cat >>confdefs.h <<_ACEOF
22361 #define `echo "HAVE_
$ac_func" | $as_tr_cpp` 1
22367 if test "x
$ac_cv_func_fork" = xyes; then
22368 { echo "$as_me:$LINENO: checking
for working fork
" >&5
22369 echo $ECHO_N "checking
for working fork...
$ECHO_C" >&6; }
22370 if test "${ac_cv_func_fork_works+set}" = set; then
22371 echo $ECHO_N "(cached
) $ECHO_C" >&6
22373 if test "$cross_compiling" = yes; then
22374 ac_cv_func_fork_works=cross
22376 cat >conftest.$ac_ext <<_ACEOF
22379 cat confdefs.h >>conftest.$ac_ext
22380 cat >>conftest.$ac_ext <<_ACEOF
22381 /* end confdefs.h. */
22382 $ac_includes_default
22387 /* By Ruediger Kuhlmann. */
22388 return fork () < 0;
22394 rm -f conftest$ac_exeext
22395 if { (ac_try="$ac_link"
22396 case "(($ac_try" in
22397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22398 *) ac_try_echo=$ac_try;;
22400 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22401 (eval "$ac_link") 2>&5
22403 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22404 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22405 { (case "(($ac_try" in
22406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22407 *) ac_try_echo=$ac_try;;
22409 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22410 (eval "$ac_try") 2>&5
22412 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22413 (exit $ac_status); }; }; then
22414 ac_cv_func_fork_works=yes
22416 echo "$as_me: program exited with status
$ac_status" >&5
22417 echo "$as_me: failed program was
:" >&5
22418 sed 's/^/| /' conftest.$ac_ext >&5
22420 ( exit $ac_status )
22421 ac_cv_func_fork_works=no
22423 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22428 { echo "$as_me:$LINENO: result
: $ac_cv_func_fork_works" >&5
22429 echo "${ECHO_T}$ac_cv_func_fork_works" >&6; }
22432 ac_cv_func_fork_works=$ac_cv_func_fork
22434 if test "x
$ac_cv_func_fork_works" = xcross; then
22436 *-*-amigaos* | *-*-msdosdjgpp*)
22437 # Override, as these systems have only a dummy fork() stub
22438 ac_cv_func_fork_works=no
22441 ac_cv_func_fork_works=yes
22444 { echo "$as_me:$LINENO: WARNING
: result
$ac_cv_func_fork_works guessed because of cross compilation
" >&5
22445 echo "$as_me: WARNING
: result
$ac_cv_func_fork_works guessed because of cross compilation
" >&2;}
22447 ac_cv_func_vfork_works=$ac_cv_func_vfork
22448 if test "x
$ac_cv_func_vfork" = xyes; then
22449 { echo "$as_me:$LINENO: checking
for working vfork
" >&5
22450 echo $ECHO_N "checking
for working vfork...
$ECHO_C" >&6; }
22451 if test "${ac_cv_func_vfork_works+set}" = set; then
22452 echo $ECHO_N "(cached
) $ECHO_C" >&6
22454 if test "$cross_compiling" = yes; then
22455 ac_cv_func_vfork_works=cross
22457 cat >conftest.$ac_ext <<_ACEOF
22460 cat confdefs.h >>conftest.$ac_ext
22461 cat >>conftest.$ac_ext <<_ACEOF
22462 /* end confdefs.h. */
22463 /* Thanks to Paul Eggert for this test. */
22464 $ac_includes_default
22465 #include <sys/wait.h>
22466 #ifdef HAVE_VFORK_H
22467 # include <vfork.h>
22469 /* On some sparc systems, changes by the child to local and incoming
22470 argument registers are propagated back to the parent. The compiler
22471 is told about this with #include <vfork.h>, but some compilers
22472 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
22473 static variable whose address is put into a register that is
22474 clobbered by the vfork. */
22477 sparc_address_test (int arg)
22479 sparc_address_test (arg) int arg;
22482 static pid_t child;
22500 pid_t parent = getpid ();
22503 sparc_address_test (0);
22508 /* Here is another test for sparc vfork register problems. This
22509 test uses lots of local variables, at least as many local
22510 variables as main has allocated so far including compiler
22511 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
22512 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
22513 reuse the register of parent for one of the local variables,
22514 since it will think that parent can't possibly be used any more
22515 in this routine. Assigning to the local variable will thus
22516 munge parent in the parent process. */
22518 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
22519 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
22520 /* Convince the compiler that p..p7 are live; otherwise, it might
22521 use the same hardware register for all 8 local variables. */
22522 if (p != p1 || p != p2 || p != p3 || p != p4
22523 || p != p5 || p != p6 || p != p7)
22526 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
22527 from child file descriptors. If the child closes a descriptor
22528 before it execs or exits, this munges the parent's descriptor
22529 as well. Test for this by closing stdout in the child. */
22530 _exit(close(fileno(stdout)) != 0);
22535 while (wait(&status) != child)
22538 /* Was there some problem with vforking? */
22541 /* Did the child fail? (This shouldn't happen.) */
22544 /* Did the vfork/compiler bug occur? */
22545 || parent != getpid()
22547 /* Did the file descriptor bug occur? */
22548 || fstat(fileno(stdout), &st) != 0
22553 rm -f conftest$ac_exeext
22554 if { (ac_try="$ac_link"
22555 case "(($ac_try" in
22556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22557 *) ac_try_echo=$ac_try;;
22559 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22560 (eval "$ac_link") 2>&5
22562 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22563 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22564 { (case "(($ac_try" in
22565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22566 *) ac_try_echo=$ac_try;;
22568 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22569 (eval "$ac_try") 2>&5
22571 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22572 (exit $ac_status); }; }; then
22573 ac_cv_func_vfork_works=yes
22575 echo "$as_me: program exited with status
$ac_status" >&5
22576 echo "$as_me: failed program was
:" >&5
22577 sed 's/^/| /' conftest.$ac_ext >&5
22579 ( exit $ac_status )
22580 ac_cv_func_vfork_works=no
22582 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22587 { echo "$as_me:$LINENO: result
: $ac_cv_func_vfork_works" >&5
22588 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6; }
22591 if test "x
$ac_cv_func_fork_works" = xcross; then
22592 ac_cv_func_vfork_works=$ac_cv_func_vfork
22593 { echo "$as_me:$LINENO: WARNING
: result
$ac_cv_func_vfork_works guessed because of cross compilation
" >&5
22594 echo "$as_me: WARNING
: result
$ac_cv_func_vfork_works guessed because of cross compilation
" >&2;}
22597 if test "x
$ac_cv_func_vfork_works" = xyes; then
22599 cat >>confdefs.h <<\_ACEOF
22600 #define HAVE_WORKING_VFORK 1
22605 cat >>confdefs.h <<\_ACEOF
22610 if test "x
$ac_cv_func_fork_works" = xyes; then
22612 cat >>confdefs.h <<\_ACEOF
22613 #define HAVE_WORKING_FORK 1
22619 { echo "$as_me:$LINENO: checking
for nl_langinfo and CODESET
" >&5
22620 echo $ECHO_N "checking
for nl_langinfo and CODESET...
$ECHO_C" >&6; }
22621 if test "${emacs_cv_langinfo_codeset+set}" = set; then
22622 echo $ECHO_N "(cached
) $ECHO_C" >&6
22624 cat >conftest.$ac_ext <<_ACEOF
22627 cat confdefs.h >>conftest.$ac_ext
22628 cat >>conftest.$ac_ext <<_ACEOF
22629 /* end confdefs.h. */
22630 #include <langinfo.h>
22634 char* cs = nl_langinfo(CODESET);
22639 rm -f conftest.$ac_objext conftest$ac_exeext
22640 if { (ac_try="$ac_link"
22641 case "(($ac_try" in
22642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22643 *) ac_try_echo=$ac_try;;
22645 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22646 (eval "$ac_link") 2>conftest.er1
22648 grep -v '^ *+' conftest.er1 >conftest.err
22650 cat conftest.err >&5
22651 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22652 (exit $ac_status); } && {
22653 test -z "$ac_c_werror_flag" ||
22654 test ! -s conftest.err
22655 } && test -s conftest$ac_exeext &&
22656 $as_test_x conftest$ac_exeext; then
22657 emacs_cv_langinfo_codeset=yes
22659 echo "$as_me: failed program was
:" >&5
22660 sed 's/^/| /' conftest.$ac_ext >&5
22662 emacs_cv_langinfo_codeset=no
22665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22666 conftest$ac_exeext conftest.$ac_ext
22669 { echo "$as_me:$LINENO: result
: $emacs_cv_langinfo_codeset" >&5
22670 echo "${ECHO_T}$emacs_cv_langinfo_codeset" >&6; }
22671 if test $emacs_cv_langinfo_codeset = yes; then
22673 cat >>confdefs.h <<\_ACEOF
22674 #define HAVE_LANGINFO_CODESET 1
22679 { echo "$as_me:$LINENO: checking
for size_t
" >&5
22680 echo $ECHO_N "checking
for size_t...
$ECHO_C" >&6; }
22681 if test "${ac_cv_type_size_t+set}" = set; then
22682 echo $ECHO_N "(cached
) $ECHO_C" >&6
22684 cat >conftest.$ac_ext <<_ACEOF
22687 cat confdefs.h >>conftest.$ac_ext
22688 cat >>conftest.$ac_ext <<_ACEOF
22689 /* end confdefs.h. */
22690 $ac_includes_default
22691 typedef size_t ac__type_new_;
22695 if ((ac__type_new_ *) 0)
22697 if (sizeof (ac__type_new_))
22703 rm -f conftest.$ac_objext
22704 if { (ac_try="$ac_compile"
22705 case "(($ac_try" in
22706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22707 *) ac_try_echo=$ac_try;;
22709 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22710 (eval "$ac_compile") 2>conftest.er1
22712 grep -v '^ *+' conftest.er1 >conftest.err
22714 cat conftest.err >&5
22715 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22716 (exit $ac_status); } && {
22717 test -z "$ac_c_werror_flag" ||
22718 test ! -s conftest.err
22719 } && test -s conftest.$ac_objext; then
22720 ac_cv_type_size_t=yes
22722 echo "$as_me: failed program was
:" >&5
22723 sed 's/^/| /' conftest.$ac_ext >&5
22725 ac_cv_type_size_t=no
22728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22730 { echo "$as_me:$LINENO: result
: $ac_cv_type_size_t" >&5
22731 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
22732 if test $ac_cv_type_size_t = yes; then
22734 cat >>confdefs.h <<_ACEOF
22735 #define HAVE_SIZE_T 1
22742 { echo "$as_me:$LINENO: checking
for mbstate_t
" >&5
22743 echo $ECHO_N "checking
for mbstate_t...
$ECHO_C" >&6; }
22744 if test "${ac_cv_type_mbstate_t+set}" = set; then
22745 echo $ECHO_N "(cached
) $ECHO_C" >&6
22747 cat >conftest.$ac_ext <<_ACEOF
22750 cat confdefs.h >>conftest.$ac_ext
22751 cat >>conftest.$ac_ext <<_ACEOF
22752 /* end confdefs.h. */
22753 $ac_includes_default
22754 # include <wchar.h>
22758 mbstate_t x; return sizeof x;
22763 rm -f conftest.$ac_objext
22764 if { (ac_try="$ac_compile"
22765 case "(($ac_try" in
22766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22767 *) ac_try_echo=$ac_try;;
22769 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22770 (eval "$ac_compile") 2>conftest.er1
22772 grep -v '^ *+' conftest.er1 >conftest.err
22774 cat conftest.err >&5
22775 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22776 (exit $ac_status); } && {
22777 test -z "$ac_c_werror_flag" ||
22778 test ! -s conftest.err
22779 } && test -s conftest.$ac_objext; then
22780 ac_cv_type_mbstate_t=yes
22782 echo "$as_me: failed program was
:" >&5
22783 sed 's/^/| /' conftest.$ac_ext >&5
22785 ac_cv_type_mbstate_t=no
22788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22790 { echo "$as_me:$LINENO: result
: $ac_cv_type_mbstate_t" >&5
22791 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
22792 if test $ac_cv_type_mbstate_t = yes; then
22794 cat >>confdefs.h <<\_ACEOF
22795 #define HAVE_MBSTATE_T 1
22800 cat >>confdefs.h <<\_ACEOF
22801 #define mbstate_t int
22806 { echo "$as_me:$LINENO: checking
for C restrict keyword
" >&5
22807 echo $ECHO_N "checking
for C restrict keyword...
$ECHO_C" >&6; }
22808 if test "${emacs_cv_c_restrict+set}" = set; then
22809 echo $ECHO_N "(cached
) $ECHO_C" >&6
22811 cat >conftest.$ac_ext <<_ACEOF
22814 cat confdefs.h >>conftest.$ac_ext
22815 cat >>conftest.$ac_ext <<_ACEOF
22816 /* end confdefs.h. */
22817 void fred (int *restrict x);
22826 rm -f conftest.$ac_objext
22827 if { (ac_try="$ac_compile"
22828 case "(($ac_try" in
22829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22830 *) ac_try_echo=$ac_try;;
22832 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22833 (eval "$ac_compile") 2>conftest.er1
22835 grep -v '^ *+' conftest.er1 >conftest.err
22837 cat conftest.err >&5
22838 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22839 (exit $ac_status); } && {
22840 test -z "$ac_c_werror_flag" ||
22841 test ! -s conftest.err
22842 } && test -s conftest.$ac_objext; then
22843 emacs_cv_c_restrict=yes
22845 echo "$as_me: failed program was
:" >&5
22846 sed 's/^/| /' conftest.$ac_ext >&5
22848 cat >conftest.$ac_ext <<_ACEOF
22851 cat confdefs.h >>conftest.$ac_ext
22852 cat >>conftest.$ac_ext <<_ACEOF
22853 /* end confdefs.h. */
22854 void fred (int *__restrict x);
22863 rm -f conftest.$ac_objext
22864 if { (ac_try="$ac_compile"
22865 case "(($ac_try" in
22866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22867 *) ac_try_echo=$ac_try;;
22869 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22870 (eval "$ac_compile") 2>conftest.er1
22872 grep -v '^ *+' conftest.er1 >conftest.err
22874 cat conftest.err >&5
22875 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22876 (exit $ac_status); } && {
22877 test -z "$ac_c_werror_flag" ||
22878 test ! -s conftest.err
22879 } && test -s conftest.$ac_objext; then
22880 emacs_cv_c_restrict=__restrict
22882 echo "$as_me: failed program was
:" >&5
22883 sed 's/^/| /' conftest.$ac_ext >&5
22885 emacs_cv_c_restrict=no
22888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22893 { echo "$as_me:$LINENO: result
: $emacs_cv_c_restrict" >&5
22894 echo "${ECHO_T}$emacs_cv_c_restrict" >&6; }
22895 case "$emacs_cv_c_restrict" in
22896 yes) emacs_restrict=restrict;;
22897 no) emacs_restrict="";;
22898 *) emacs_restrict="$emacs_cv_c_restrict";;
22900 if test "$emacs_restrict" != __restrict; then
22902 cat >>confdefs.h <<_ACEOF
22903 #define __restrict $emacs_restrict
22908 { echo "$as_me:$LINENO: checking
for C restricted array declarations
" >&5
22909 echo $ECHO_N "checking
for C restricted array declarations...
$ECHO_C" >&6; }
22910 if test "${emacs_cv_c_restrict_arr+set}" = set; then
22911 echo $ECHO_N "(cached
) $ECHO_C" >&6
22913 cat >conftest.$ac_ext <<_ACEOF
22916 cat confdefs.h >>conftest.$ac_ext
22917 cat >>conftest.$ac_ext <<_ACEOF
22918 /* end confdefs.h. */
22919 void fred (int x[__restrict]);
22928 rm -f conftest.$ac_objext
22929 if { (ac_try="$ac_compile"
22930 case "(($ac_try" in
22931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22932 *) ac_try_echo=$ac_try;;
22934 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22935 (eval "$ac_compile") 2>conftest.er1
22937 grep -v '^ *+' conftest.er1 >conftest.err
22939 cat conftest.err >&5
22940 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22941 (exit $ac_status); } && {
22942 test -z "$ac_c_werror_flag" ||
22943 test ! -s conftest.err
22944 } && test -s conftest.$ac_objext; then
22945 emacs_cv_c_restrict_arr=yes
22947 echo "$as_me: failed program was
:" >&5
22948 sed 's/^/| /' conftest.$ac_ext >&5
22950 emacs_cv_c_restrict_arr=no
22953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22955 { echo "$as_me:$LINENO: result
: $emacs_cv_c_restrict_arr" >&5
22956 echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6; }
22957 if test "$emacs_cv_c_restrict_arr" = yes; then
22959 cat >>confdefs.h <<\_ACEOF
22960 #define __restrict_arr __restrict
22967 # Set up the CFLAGS for real compilation, so we can substitute it.
22968 CFLAGS="$REAL_CFLAGS"
22969 CPPFLAGS="$REAL_CPPFLAGS"
22971 #### Find out which version of Emacs this is.
22972 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
22973 | sed -e 's/^[^"]*"\([^"]*\
)".*$/\1/'`
22974 if test x"${version}" = x; then
22975 { { echo "$as_me:$LINENO: error
: can
't find current emacs version in \`${srcdir}/lisp/version.el'.
" >&5
22976 echo "$as_me: error
: can
't find current emacs version in \`${srcdir}/lisp/version.el'.
" >&2;}
22977 { (exit 1); exit 1; }; }
22980 ### Specify what sort of things we'll be editing into Makefile and config.h.
22981 ### Use configuration here uncanonicalized to avoid exceeding size limits.
23017 cat >>confdefs.h <<_ACEOF
23018 #define EMACS_CONFIGURATION "${canonical}"
23022 cat >>confdefs.h <<_ACEOF
23023 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
23027 cat >>confdefs.h <<_ACEOF
23028 #define config_machfile "${machfile}"
23032 cat >>confdefs.h <<_ACEOF
23033 #define config_opsysfile "${opsysfile}"
23037 cat >>confdefs.h <<_ACEOF
23038 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE}
23042 cat >>confdefs.h <<_ACEOF
23043 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX}
23047 cat >>confdefs.h <<_ACEOF
23048 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE}
23052 cat >>confdefs.h <<_ACEOF
23053 #define UNEXEC_SRC ${UNEXEC_SRC}
23057 if test "${HAVE_X_WINDOWS}" = "yes" ; then
23059 cat >>confdefs.h <<\_ACEOF
23060 #define HAVE_X_WINDOWS 1
23064 if test "${USE_X_TOOLKIT}" != "none
" ; then
23066 cat >>confdefs.h <<\_ACEOF
23067 #define USE_X_TOOLKIT 1
23071 if test "${HAVE_X11}" = "yes" ; then
23073 cat >>confdefs.h <<\_ACEOF
23078 if test "${HAVE_XFREE386}" = "yes" ; then
23080 cat >>confdefs.h <<\_ACEOF
23081 #define HAVE_XFREE386 1
23085 if test "${HAVE_MENUS}" = "yes" ; then
23087 cat >>confdefs.h <<\_ACEOF
23088 #define HAVE_MENUS 1
23092 if test "${GNU_MALLOC}" = "yes" ; then
23094 cat >>confdefs.h <<\_ACEOF
23095 #define GNU_MALLOC 1
23099 if test "${REL_ALLOC}" = "yes" ; then
23101 cat >>confdefs.h <<\_ACEOF
23102 #define REL_ALLOC 1
23111 #### Report on what we decided to do.
23112 #### Report GTK as a toolkit, even if it doesn't use Xt.
23113 #### It makes printing result more understandable as using GTK sets
23114 #### toolkit_scroll_bars to yes by default.
23115 if test "${HAVE_GTK}" = "yes"; then
23120 Configured
for \
`${canonical}'.
23122 Where should the build process find the source code? ${srcdir}
23123 What operating system and machine description files should Emacs use?
23124 \`${opsysfile}' and \`${machfile}'
23125 What compiler should emacs be built with?
${CC} ${CFLAGS}
23126 Should Emacs use the GNU version of malloc?
${GNU_MALLOC}${GNU_MALLOC_reason}
23127 Should Emacs use a relocating allocator
for buffers?
${REL_ALLOC}
23128 Should Emacs use mmap
(2) for buffer allocation?
$use_mmap_for_buffers
23129 What window system should Emacs use?
${window_system}
23130 What toolkit should Emacs use?
${USE_X_TOOLKIT}"
23132 if test -n "${x_includes}"; then
23133 echo " Where
do we
find X Windows header files?
${x_includes}"
23135 echo " Where
do we
find X Windows header files? Standard
dirs"
23137 if test -n "${x_libraries}"; then
23138 echo " Where
do we
find X Windows libraries?
${x_libraries}"
23140 echo " Where
do we
find X Windows libraries? Standard
dirs"
23143 echo " Does Emacs use
-lXaw3d?
${HAVE_XAW3D}"
23144 echo " Does Emacs use
-lXpm?
${HAVE_XPM}"
23145 echo " Does Emacs use
-ljpeg?
${HAVE_JPEG}"
23146 echo " Does Emacs use
-ltiff?
${HAVE_TIFF}"
23147 echo " Does Emacs use
-lungif?
${HAVE_GIF}"
23148 echo " Does Emacs use
-lpng?
${HAVE_PNG}"
23149 echo " Does Emacs use X toolkit scroll bars?
${USE_TOOLKIT_SCROLL_BARS}"
23152 if test $USE_XASSERTS = yes; then
23153 echo " Compiling with asserts turned on.
"
23154 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
23158 if test "$USE_X_TOOLKIT" = GTK; then
23159 case "$canonical" in
23161 echo "There are known problems with Emacs and Gtk
+ on cygwin
, so you
23162 will probably get a crash on startup. If this happens
, please use another
23163 toolkit
for Emacs. See etc
/PROBLEMS
for more information.
"
23170 # Remove any trailing slashes in these variables.
23171 test "${prefix}" != NONE &&
23172 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
23173 test "${exec_prefix}" != NONE &&
23174 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
23176 ## Check if the C preprocessor will convert `..' to `. .'. If so, set
23177 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
23178 ## from Makefile.c can correctly provide the arg `-traditional' to the
23181 cat >conftest.$ac_ext <<_ACEOF
23184 cat confdefs.h >>conftest.$ac_ext
23185 cat >>conftest.$ac_ext <<_ACEOF
23186 /* end confdefs.h. */
23189 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
23190 $EGREP "yes..
yes" >/dev/null 2>&1; then
23191 CPP_NEED_TRADITIONAL=no
23193 CPP_NEED_TRADITIONAL=yes
23198 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
"
23200 ac_config_commands="$ac_config_commands default
"
23202 cat >confcache <<\_ACEOF
23203 # This file is a shell script that caches the results of configure
23204 # tests run on this system so they can be shared between configure
23205 # scripts and configure runs, see configure's option --config-cache.
23206 # It is not useful on other systems. If it contains results you don't
23207 # want to keep, you may remove or edit it.
23209 # config.status only pays attention to the cache file if you give it
23210 # the --recheck option to rerun configure.
23212 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23213 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23214 # following values.
23218 # The following way of writing the cache mishandles newlines in values,
23219 # but we know of no workaround that is simple, portable, and efficient.
23220 # So, we kill variables containing newlines.
23221 # Ultrix sh set writes to stderr and can't be redirected directly,
23222 # and sets the high bit in the cache file unless we assign to the vars.
23224 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23225 eval ac_val=\$$ac_var
23229 *_cv_*) { echo "$as_me:$LINENO: WARNING
: Cache variable
$ac_var contains a newline.
" >&5
23230 echo "$as_me: WARNING
: Cache variable
$ac_var contains a newline.
" >&2;} ;;
23233 _ | IFS | as_nl) ;; #(
23234 *) $as_unset $ac_var ;;
23240 case $as_nl`(ac_space=' '; set) 2>&1` in #(
23241 *${as_nl}ac_space=\ *)
23242 # `set' does not quote correctly, so add quotes (double-quote
23243 # substitution turns \\\\ into \\, and sed turns \\ into \).
23246 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
23249 # `set' quotes correctly as required by POSIX, so do not add quotes.
23250 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
23259 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23261 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23263 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
23264 if test -w "$cache_file"; then
23265 test "x
$cache_file" != "x
/dev
/null
" &&
23266 { echo "$as_me:$LINENO: updating cache
$cache_file" >&5
23267 echo "$as_me: updating cache
$cache_file" >&6;}
23268 cat confcache >$cache_file
23270 { echo "$as_me:$LINENO: not updating unwritable cache
$cache_file" >&5
23271 echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
23276 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
23277 # Let make expand exec_prefix.
23278 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
23280 DEFS=-DHAVE_CONFIG_H
23284 for ac_i in : $LIBOBJS; do test "x
$ac_i" = x: && continue
23285 # 1. Remove the extension, and $U if already installed.
23286 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
23287 ac_i=`echo "$ac_i" | sed "$ac_script"`
23288 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
23289 # will be set to the directory where LIBOBJS objects are built.
23290 ac_libobjs="$ac_libobjs \
${LIBOBJDIR}$ac_i\
$U.
$ac_objext"
23291 ac_ltlibobjs="$ac_ltlibobjs \
${LIBOBJDIR}$ac_i"'$U.lo'
23293 LIBOBJS=$ac_libobjs
23295 LTLIBOBJS=$ac_ltlibobjs
23299 : ${CONFIG_STATUS=./config.status}
23300 ac_clean_files_save=$ac_clean_files
23301 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
23302 { echo "$as_me:$LINENO: creating
$CONFIG_STATUS" >&5
23303 echo "$as_me: creating
$CONFIG_STATUS" >&6;}
23304 cat >$CONFIG_STATUS <<_ACEOF
23306 # Generated by $as_me.
23307 # Run this file to recreate the current configuration.
23308 # Compiler output produced by configure, useful for debugging
23309 # configure, is in config.log if it exists.
23312 ac_cs_recheck=false
23314 SHELL=\${CONFIG_SHELL-$SHELL}
23317 cat >>$CONFIG_STATUS <<\_ACEOF
23318 ## --------------------- ##
23319 ## M4sh Initialization. ##
23320 ## --------------------- ##
23322 # Be more Bourne compatible
23323 DUALCASE=1; export DUALCASE # for MKS sh
23324 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23327 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23328 # is contrary to our usage. Disable this feature.
23329 alias -g '${1+"$@"}'='"$@
"'
23330 setopt NO_GLOB_SUBST
23332 case `(set -o) 2>/dev/null` in
23333 *posix*) set -o posix ;;
23342 # Avoid depending upon Character Ranges.
23343 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
23344 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23345 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
23346 as_cr_digits='0123456789'
23347 as_cr_alnum=$as_cr_Letters$as_cr_digits
23349 # The user is always right.
23350 if test "${PATH_SEPARATOR+set}" != set; then
23351 echo "#! /bin/sh" >conf$$.sh
23352 echo "exit 0" >>conf$$.sh
23354 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
23362 # Support unset when possible.
23363 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
23371 # We need space, tab and new line, in precisely that order. Quoting is
23372 # there to prevent editors from complaining about space-tab.
23373 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
23374 # splitting by setting IFS to empty value.)
23379 # Find who we are. Look in the path if we contain no directory separator.
23381 *[\\/]* ) as_myself
=$0 ;;
23382 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23383 for as_dir
in $PATH
23386 test -z "$as_dir" && as_dir
=.
23387 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
23393 # We did not find ourselves, most probably we were run as `sh COMMAND'
23394 # in which case we are not to be found in the path.
23395 if test "x$as_myself" = x
; then
23398 if test ! -f "$as_myself"; then
23399 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23400 { (exit 1); exit 1; }
23403 # Work around bugs in pre-3.0 UWIN ksh.
23404 for as_var
in ENV MAIL MAILPATH
23405 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
23413 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
23414 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
23415 LC_TELEPHONE LC_TIME
23417 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
23418 eval $as_var=C
; export $as_var
23420 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
23424 # Required to use basename.
23425 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
23426 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
23432 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
23433 as_basename
=basename
23439 # Name of the executable.
23440 as_me
=`$as_basename -- "$0" ||
23441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23442 X"$0" : 'X\(//\)$' \| \
23443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
23445 sed '/^.*\/\([^/][^/]*\)\/*$/{
23464 as_lineno_1
=$LINENO
23465 as_lineno_2
=$LINENO
23466 test "x$as_lineno_1" != "x$as_lineno_2" &&
23467 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
23469 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
23470 # uniformly replaced by the line number. The first 'sed' inserts a
23471 # line-number line after each line using $LINENO; the second 'sed'
23472 # does the real work. The second script uses 'N' to pair each
23473 # line-number line with the line containing $LINENO, and appends
23474 # trailing '-' during substitution so that $LINENO is not a special
23475 # case at line end.
23476 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
23477 # scripts with optimization help from Paolo Bonzini. Blame Lee
23478 # E. McMahon (1931-1989) for sed's syntax. :-)
23490 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
23493 ' >$as_me.lineno
&&
23494 chmod +x
"$as_me.lineno" ||
23495 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
23496 { (exit 1); exit 1; }; }
23498 # Don't try to exec as it changes $[0], causing all sort of problems
23499 # (the dirname of $[0] is not the place where we might find the
23500 # original and so on. Autoconf is especially sensitive to this).
23501 .
"./$as_me.lineno"
23502 # Exit status is that of the last command.
23507 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
23513 ECHO_C
= ECHO_N
= ECHO_T
=
23514 case `echo -n x` in
23516 case `echo 'x\c'` in
23517 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
23524 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
23525 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
23531 rm -f conf$$ conf$$.exe conf$$.
file
23532 if test -d conf$$.dir
; then
23533 rm -f conf$$.dir
/conf$$.
file
23539 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
23541 # ... but there are two gotchas:
23542 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
23543 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
23544 # In both cases, we have to default to `cp -p'.
23545 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
23547 elif ln conf$$.
file conf$$
2>/dev
/null
; then
23552 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
23553 rmdir conf$$.dir
2>/dev
/null
23555 if mkdir
-p .
2>/dev
/null
; then
23558 test -d .
/-p && rmdir .
/-p
23562 if test -x / >/dev
/null
2>&1; then
23563 as_test_x
='test -x'
23565 if ls -dL / >/dev
/null
2>&1; then
23572 if test -d "$1"; then
23578 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
23579 ???[sx]*):;;*)false;;esac;fi
23583 as_executable_p
=$as_test_x
23585 # Sed expression to map a string onto a valid CPP name.
23586 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
23588 # Sed expression to map a string onto a valid variable name.
23589 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23594 # Save the log message, to keep $[0] and so on meaningful, and to
23595 # report actual input values of CONFIG_FILES etc. instead of their
23596 # values after options handling.
23598 This file was extended by $as_me, which was
23599 generated by GNU Autoconf 2.61. Invocation command line was
23601 CONFIG_FILES = $CONFIG_FILES
23602 CONFIG_HEADERS = $CONFIG_HEADERS
23603 CONFIG_LINKS = $CONFIG_LINKS
23604 CONFIG_COMMANDS = $CONFIG_COMMANDS
23607 on `(hostname || uname -n) 2>/dev/null | sed 1q`
23612 cat >>$CONFIG_STATUS <<_ACEOF
23613 # Files that config.status was made for.
23614 config_files="$ac_config_files"
23615 config_headers="$ac_config_headers"
23616 config_commands="$ac_config_commands"
23620 cat >>$CONFIG_STATUS <<\_ACEOF
23622 \`$as_me' instantiates files from templates according to the
23623 current configuration.
23625 Usage: $0 [OPTIONS] [FILE]...
23627 -h, --help print this help, then exit
23628 -V, --version print version number and configuration settings, then exit
23629 -q, --quiet do not print progress messages
23630 -d, --debug don't remove temporary files
23631 --recheck update $as_me by reconfiguring in the same conditions
23632 --file=FILE[:TEMPLATE]
23633 instantiate the configuration file FILE
23634 --header=FILE[:TEMPLATE]
23635 instantiate the configuration header FILE
23637 Configuration files:
23640 Configuration headers:
23643 Configuration commands:
23646 Report bugs to <bug-autoconf@gnu.org>."
23649 cat >>$CONFIG_STATUS <<_ACEOF
23652 configured by $0, generated by GNU Autoconf 2.61,
23653 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
23655 Copyright (C) 2006 Free Software Foundation, Inc.
23656 This config.status script is free software; the Free Software Foundation
23657 gives unlimited permission to copy, distribute and modify it."
23664 cat >>$CONFIG_STATUS <<\_ACEOF
23665 # If no file are specified by the user, then we need to provide default
23666 # value. By we need to know if files were specified by the user.
23672 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
23673 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
23684 # Handling of the options.
23685 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
23687 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
23688 echo "$ac_cs_version"; exit ;;
23689 --debug |
--debu |
--deb |
--de |
--d |
-d )
23691 --file |
--fil |
--fi |
--f )
23693 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
23694 ac_need_defaults
=false
;;
23695 --header |
--heade |
--head |
--hea )
23697 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
23698 ac_need_defaults
=false
;;
23700 # Conflict between --help and --header
23701 { echo "$as_me: error: ambiguous option: $1
23702 Try \`$0 --help' for more information." >&2
23703 { (exit 1); exit 1; }; };;
23704 --help |
--hel |
-h )
23705 echo "$ac_cs_usage"; exit ;;
23706 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
23707 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
23710 # This is an error.
23711 -*) { echo "$as_me: error: unrecognized option: $1
23712 Try \`$0 --help' for more information." >&2
23713 { (exit 1); exit 1; }; } ;;
23715 *) ac_config_targets
="$ac_config_targets $1"
23716 ac_need_defaults
=false
;;
23722 ac_configure_extra_args
=
23724 if $ac_cs_silent; then
23726 ac_configure_extra_args
="$ac_configure_extra_args --silent"
23730 cat >>$CONFIG_STATUS <<_ACEOF
23731 if \$ac_cs_recheck; then
23732 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
23733 CONFIG_SHELL=$SHELL
23734 export CONFIG_SHELL
23735 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23739 cat >>$CONFIG_STATUS <<\_ACEOF
23743 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23744 ## Running $as_me. ##
23750 cat >>$CONFIG_STATUS <<_ACEOF
23754 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"
23758 cat >>$CONFIG_STATUS <<\_ACEOF
23760 # Handling of arguments.
23761 for ac_config_target
in $ac_config_targets
23763 case $ac_config_target in
23764 "src/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS src/config.h:src/config.in" ;;
23765 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
23766 "lib-src/Makefile.c") CONFIG_FILES
="$CONFIG_FILES lib-src/Makefile.c:lib-src/Makefile.in" ;;
23767 "oldXMenu/Makefile") CONFIG_FILES
="$CONFIG_FILES oldXMenu/Makefile" ;;
23768 "man/Makefile") CONFIG_FILES
="$CONFIG_FILES man/Makefile" ;;
23769 "lwlib/Makefile") CONFIG_FILES
="$CONFIG_FILES lwlib/Makefile" ;;
23770 "src/Makefile.c") CONFIG_FILES
="$CONFIG_FILES src/Makefile.c:src/Makefile.in" ;;
23771 "lisp/Makefile") CONFIG_FILES
="$CONFIG_FILES lisp/Makefile" ;;
23772 "lispref/Makefile") CONFIG_FILES
="$CONFIG_FILES lispref/Makefile" ;;
23773 "lispintro/Makefile") CONFIG_FILES
="$CONFIG_FILES lispintro/Makefile" ;;
23774 "leim/Makefile") CONFIG_FILES
="$CONFIG_FILES leim/Makefile" ;;
23775 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
23777 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
23778 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
23779 { (exit 1); exit 1; }; };;
23784 # If the user did not use the arguments to specify the items to instantiate,
23785 # then the envvar interface is used. Set only those that are not.
23786 # We use the long form for the default assignment because of an extremely
23787 # bizarre bug on SunOS 4.1.3.
23788 if $ac_need_defaults; then
23789 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
23790 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
23791 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
23794 # Have a temporary directory for convenience. Make it in the build tree
23795 # simply because there is no reason against having it here, and in addition,
23796 # creating and moving files from /tmp can sometimes cause problems.
23797 # Hook for its removal unless debugging.
23798 # Note that there is a small window in which the directory will not be cleaned:
23799 # after its creation but before its name has been assigned to `$tmp'.
23803 trap 'exit_status=$?
23804 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
23806 trap '{ (exit 1); exit 1; }' 1 2 13 15
23808 # Create a (secure) tmp directory for tmp files.
23811 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23812 test -n "$tmp" && test -d "$tmp"
23815 tmp
=.
/conf$$
-$RANDOM
23816 (umask 077 && mkdir
"$tmp")
23819 echo "$me: cannot create a temporary directory in ." >&2
23820 { (exit 1); exit 1; }
23824 # Set up the sed scripts for CONFIG_FILES section.
23827 # No need to generate the scripts if there are no CONFIG_FILES.
23828 # This happens for instance when ./config.status config.h
23829 if test -n "$CONFIG_FILES"; then
23836 for ac_last_try
in false false false false false
:; do
23837 cat >conf$
$subs.
sed <<_ACEOF
23838 SHELL!$SHELL$ac_delim
23839 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
23840 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
23841 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
23842 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
23843 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
23844 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
23845 exec_prefix!$exec_prefix$ac_delim
23846 prefix!$prefix$ac_delim
23847 program_transform_name!$program_transform_name$ac_delim
23848 bindir!$bindir$ac_delim
23849 sbindir!$sbindir$ac_delim
23850 libexecdir!$libexecdir$ac_delim
23851 datarootdir!$datarootdir$ac_delim
23852 datadir!$datadir$ac_delim
23853 sysconfdir!$sysconfdir$ac_delim
23854 sharedstatedir!$sharedstatedir$ac_delim
23855 localstatedir!$localstatedir$ac_delim
23856 includedir!$includedir$ac_delim
23857 oldincludedir!$oldincludedir$ac_delim
23858 docdir!$docdir$ac_delim
23859 infodir!$infodir$ac_delim
23860 htmldir!$htmldir$ac_delim
23861 dvidir!$dvidir$ac_delim
23862 pdfdir!$pdfdir$ac_delim
23863 psdir!$psdir$ac_delim
23864 libdir!$libdir$ac_delim
23865 localedir!$localedir$ac_delim
23866 mandir!$mandir$ac_delim
23867 DEFS!$DEFS$ac_delim
23868 ECHO_C!$ECHO_C$ac_delim
23869 ECHO_N!$ECHO_N$ac_delim
23870 ECHO_T!$ECHO_T$ac_delim
23871 LIBS!$LIBS$ac_delim
23872 build_alias!$build_alias$ac_delim
23873 host_alias!$host_alias$ac_delim
23874 target_alias!$target_alias$ac_delim
23875 MAINT!$MAINT$ac_delim
23876 build!$build$ac_delim
23877 build_cpu!$build_cpu$ac_delim
23878 build_vendor!$build_vendor$ac_delim
23879 build_os!$build_os$ac_delim
23880 host!$host$ac_delim
23881 host_cpu!$host_cpu$ac_delim
23882 host_vendor!$host_vendor$ac_delim
23883 host_os!$host_os$ac_delim
23885 CFLAGS!$CFLAGS$ac_delim
23886 LDFLAGS!$LDFLAGS$ac_delim
23887 CPPFLAGS!$CPPFLAGS$ac_delim
23888 ac_ct_CC!$ac_ct_CC$ac_delim
23889 EXEEXT!$EXEEXT$ac_delim
23890 OBJEXT!$OBJEXT$ac_delim
23892 GREP!$GREP$ac_delim
23893 EGREP!$EGREP$ac_delim
23894 LN_S!$LN_S$ac_delim
23895 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
23896 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
23897 INSTALL_DATA!$INSTALL_DATA$ac_delim
23898 RANLIB!$RANLIB$ac_delim
23899 INSTALL_INFO!$INSTALL_INFO$ac_delim
23900 GZIP_PROG!$GZIP_PROG$ac_delim
23901 LIBSOUND!$LIBSOUND$ac_delim
23902 PKG_CONFIG!$PKG_CONFIG$ac_delim
23903 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
23904 ALSA_LIBS!$ALSA_LIBS$ac_delim
23905 CFLAGS_SOUND!$CFLAGS_SOUND$ac_delim
23906 SET_MAKE!$SET_MAKE$ac_delim
23907 XMKMF!$XMKMF$ac_delim
23908 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
23909 GTK_LIBS!$GTK_LIBS$ac_delim
23910 XFT_CFLAGS!$XFT_CFLAGS$ac_delim
23911 XFT_LIBS!$XFT_LIBS$ac_delim
23912 ALLOCA!$ALLOCA$ac_delim
23913 liblockfile!$liblockfile$ac_delim
23914 LIBOBJS!$LIBOBJS$ac_delim
23915 NEED_SETGID!$NEED_SETGID$ac_delim
23916 KMEM_GROUP!$KMEM_GROUP$ac_delim
23917 GETLOADAVG_LIBS!$GETLOADAVG_LIBS$ac_delim
23918 GETOPT_H!$GETOPT_H$ac_delim
23919 GETOPTOBJS!$GETOPTOBJS$ac_delim
23920 version!$version$ac_delim
23921 configuration!$configuration$ac_delim
23922 canonical!$canonical$ac_delim
23923 srcdir!$srcdir$ac_delim
23924 lispdir!$lispdir$ac_delim
23925 locallisppath!$locallisppath$ac_delim
23926 lisppath!$lisppath$ac_delim
23927 x_default_search_path!$x_default_search_path$ac_delim
23928 etcdir!$etcdir$ac_delim
23929 archlibdir!$archlibdir$ac_delim
23930 bitmapdir!$bitmapdir$ac_delim
23931 gamedir!$gamedir$ac_delim
23932 gameuser!$gameuser$ac_delim
23933 c_switch_system!$c_switch_system$ac_delim
23934 c_switch_machine!$c_switch_machine$ac_delim
23937 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
23939 elif $ac_last_try; then
23940 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23941 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23942 { (exit 1); exit 1; }; }
23944 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
23948 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23949 if test -n "$ac_eof"; then
23950 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
23951 ac_eof
=`expr $ac_eof + 1`
23954 cat >>$CONFIG_STATUS <<_ACEOF
23955 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
23956 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23959 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23960 s/^/s,@/; s/!/@,|#_!!_#|/
23963 s/'"$ac_delim"'$/,g/; t
23965 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23966 ' >>$CONFIG_STATUS <conf$
$subs.
sed
23967 rm -f conf$
$subs.
sed
23968 cat >>$CONFIG_STATUS <<_ACEOF
23974 for ac_last_try
in false false false false false
:; do
23975 cat >conf$
$subs.
sed <<_ACEOF
23976 LD_SWITCH_X_SITE!$LD_SWITCH_X_SITE$ac_delim
23977 LD_SWITCH_X_SITE_AUX!$LD_SWITCH_X_SITE_AUX$ac_delim
23978 C_SWITCH_X_SITE!$C_SWITCH_X_SITE$ac_delim
23979 X_TOOLKIT_TYPE!$X_TOOLKIT_TYPE$ac_delim
23980 machfile!$machfile$ac_delim
23981 opsysfile!$opsysfile$ac_delim
23982 carbon_appdir!$carbon_appdir$ac_delim
23983 LTLIBOBJS!$LTLIBOBJS$ac_delim
23986 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 8; then
23988 elif $ac_last_try; then
23989 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23990 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23991 { (exit 1); exit 1; }; }
23993 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
23997 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23998 if test -n "$ac_eof"; then
23999 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
24000 ac_eof
=`expr $ac_eof + 1`
24003 cat >>$CONFIG_STATUS <<_ACEOF
24004 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
24005 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
24008 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24009 s/^/s,@/; s/!/@,|#_!!_#|/
24012 s/'"$ac_delim"'$/,g/; t
24014 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24015 ' >>$CONFIG_STATUS <conf$
$subs.
sed
24016 rm -f conf$
$subs.
sed
24017 cat >>$CONFIG_STATUS <<_ACEOF
24024 # VPATH may cause trouble with some makes, so we remove $(srcdir),
24025 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24026 # trailing colons and then remove the whole line if VPATH becomes empty
24027 # (actually we leave an empty line to preserve line numbers).
24028 if test "x$srcdir" = x.
; then
24029 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
24030 s/:*\$(srcdir):*/:/
24031 s/:*\${srcdir}:*/:/
24033 s/^\([^=]*=[ ]*\):*/\1/
24039 cat >>$CONFIG_STATUS <<\_ACEOF
24040 fi # test -n "$CONFIG_FILES"
24043 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
24046 :[FHLC
]) ac_mode
=$ac_tag; continue;;
24048 case $ac_mode$ac_tag in
24050 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24051 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24052 { (exit 1); exit 1; }; };;
24053 :[FH
]-) ac_tag
=-:-;;
24054 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
24071 -) ac_f
="$tmp/stdin";;
24072 *) # Look for the file first in the build tree, then in the source tree
24073 # (if the path is not absolute). The absolute path cannot be DOS-style,
24074 # because $ac_f cannot contain `:'.
24078 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
24080 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24081 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24082 { (exit 1); exit 1; }; };;
24084 ac_file_inputs
="$ac_file_inputs $ac_f"
24087 # Let's still pretend it is `configure' which instantiates (i.e., don't
24088 # use $as_me), people would be surprised to read:
24089 # /* config.h. Generated by config.status. */
24090 configure_input
="Generated from "`IFS=:
24091 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24092 if test x
"$ac_file" != x-
; then
24093 configure_input
="$ac_file. $configure_input"
24094 { echo "$as_me:$LINENO: creating $ac_file" >&5
24095 echo "$as_me: creating $ac_file" >&6;}
24099 *:-:* |
*:-) cat >"$tmp/stdin";;
24104 ac_dir
=`$as_dirname -- "$ac_file" ||
24105 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24106 X"$ac_file" : 'X\(//\)[^/]' \| \
24107 X"$ac_file" : 'X\(//\)$' \| \
24108 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
24110 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24114 /^X\(\/\/\)[^/].*/{
24129 -*) as_dir
=.
/$as_dir;;
24131 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
24135 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
24136 *) as_qdir
=$as_dir;;
24138 as_dirs
="'$as_qdir' $as_dirs"
24139 as_dir
=`$as_dirname -- "$as_dir" ||
24140 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24141 X"$as_dir" : 'X\(//\)[^/]' \| \
24142 X"$as_dir" : 'X\(//\)$' \| \
24143 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
24145 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24149 /^X\(\/\/\)[^/].*/{
24162 test -d "$as_dir" && break
24164 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
24165 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
24166 echo "$as_me: error: cannot create directory $as_dir" >&2;}
24167 { (exit 1); exit 1; }; }; }
24171 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
24173 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24174 # A ".." for each directory in $ac_dir_suffix.
24175 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
24176 case $ac_top_builddir_sub in
24177 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
24178 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
24181 ac_abs_top_builddir
=$ac_pwd
24182 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
24183 # for backward compatibility:
24184 ac_top_builddir
=$ac_top_build_prefix
24187 .
) # We are building in place.
24189 ac_top_srcdir
=$ac_top_builddir_sub
24190 ac_abs_top_srcdir
=$ac_pwd ;;
24191 [\\/]* | ?
:[\\/]* ) # Absolute name.
24192 ac_srcdir
=$srcdir$ac_dir_suffix;
24193 ac_top_srcdir
=$srcdir
24194 ac_abs_top_srcdir
=$srcdir ;;
24195 *) # Relative name.
24196 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
24197 ac_top_srcdir
=$ac_top_build_prefix$srcdir
24198 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
24200 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
24210 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
24211 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
24215 cat >>$CONFIG_STATUS <<\_ACEOF
24216 # If the template does not know about datarootdir, expand it.
24217 # FIXME: This hack should be removed a few years after 2.60.
24218 ac_datarootdir_hack
=; ac_datarootdir_seen
=
24220 case `sed -n '/datarootdir/ {
24229 ' $ac_file_inputs` in
24230 *datarootdir
*) ac_datarootdir_seen
=yes;;
24231 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
24232 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
24233 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
24235 cat >>$CONFIG_STATUS <<_ACEOF
24236 ac_datarootdir_hack='
24237 s&@datadir@&$datadir&g
24238 s&@docdir@&$docdir&g
24239 s&@infodir@&$infodir&g
24240 s&@localedir@&$localedir&g
24241 s&@mandir@&$mandir&g
24242 s&\\\${datarootdir}&$datarootdir&g' ;;
24246 # Neutralize VPATH when `$srcdir' = `.'.
24247 # Shell code in configure.ac might set extrasub.
24248 # FIXME: do we really want to maintain this feature?
24249 cat >>$CONFIG_STATUS <<_ACEOF
24253 cat >>$CONFIG_STATUS <<\_ACEOF
24255 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
24256 s
&@configure_input@
&$configure_input&;t t
24257 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
24258 s
&@srcdir@
&$ac_srcdir&;t t
24259 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
24260 s
&@top_srcdir@
&$ac_top_srcdir&;t t
24261 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
24262 s
&@builddir@
&$ac_builddir&;t t
24263 s
&@abs_builddir@
&$ac_abs_builddir&;t t
24264 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
24265 s
&@INSTALL@
&$ac_INSTALL&;t t
24266 $ac_datarootdir_hack
24267 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
24269 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
24270 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
24271 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
24272 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
24273 which seems to be undefined. Please make sure it is defined." >&5
24274 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
24275 which seems to be undefined. Please make sure it is defined." >&2;}
24279 -) cat "$tmp/out"; rm -f "$tmp/out";;
24280 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
24289 # Transform confdefs.h into a sed script `conftest.defines', that
24290 # substitutes the proper values into config.h.in to produce config.h.
24291 rm -f conftest.defines conftest.
tail
24292 # First, append a space to every undef/define line, to ease matching.
24293 echo 's/$/ /' >conftest.defines
24294 # Then, protect against being on the right side of a sed subst, or in
24295 # an unquoted here document, in config.status. If some macros were
24296 # called several times there might be several #defines for the same
24297 # symbol, which is useless. But do not sort them, since the last
24298 # AC_DEFINE must be honored.
24299 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
24300 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
24301 # NAME is the cpp macro being defined, VALUE is the value it is being given.
24302 # PARAMS is the parameter list in the macro definition--in most cases, it's
24303 # just an empty string.
24304 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
24305 ac_dB
='\\)[ (].*,\\1define\\2'
24313 s/^[ ]*#[ ]*define[ ][ ]*//
24318 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
24319 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
24320 ' >>conftest.defines
24322 # Remove the space that was appended to ease matching.
24323 # Then replace #undef with comments. This is necessary, for
24324 # example, in the case of _POSIX_SOURCE, which is predefined and required
24325 # on some systems where configure will not decide to define it.
24326 # (The regexp can be short, since the line contains either #define or #undef.)
24328 s,^[ #]*u.*,/* & */,' >>conftest.defines
24330 # Break up conftest.defines:
24331 ac_max_sed_lines
=50
24333 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
24334 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
24335 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
24337 ac_in
='$ac_file_inputs'
24338 ac_out
='"$tmp/out1"'
24339 ac_nxt
='"$tmp/out2"'
24343 # Write a here document:
24344 cat >>$CONFIG_STATUS <<_ACEOF
24345 # First, check the format of the line:
24346 cat >"\$tmp/defines.sed" <<\\CEOF
24347 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
24348 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
24352 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
24354 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
24355 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
24356 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
24357 grep . conftest.
tail >/dev
/null ||
break
24358 rm -f conftest.defines
24359 mv conftest.
tail conftest.defines
24361 rm -f conftest.defines conftest.
tail
24363 echo "ac_result=$ac_in" >>$CONFIG_STATUS
24364 cat >>$CONFIG_STATUS <<\_ACEOF
24365 if test x
"$ac_file" != x-
; then
24366 echo "/* $configure_input */" >"$tmp/config.h"
24367 cat "$ac_result" >>"$tmp/config.h"
24368 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
24369 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
24370 echo "$as_me: $ac_file is unchanged" >&6;}
24373 mv "$tmp/config.h" $ac_file
24376 echo "/* $configure_input */"
24382 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
24383 echo "$as_me: executing $ac_file commands" >&6;}
24388 case $ac_file$ac_mode in
24391 ### Make the necessary directories, if they don't exist.
24392 for dir
in etc lisp
; do
24393 test -d ${dir} || mkdir
${dir}
24396 # Build src/Makefile from ${srcdir}/src/Makefile.c
24397 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
24398 # This must be done after src/config.h is built, since we rely on that file.
24400 # Now get this: Some word that is part of the ${srcdir} directory name
24401 # or the ${configuration} value might, just might, happen to be an
24402 # identifier like `sun4' or `i386' or something, and be predefined by
24403 # the C preprocessor to some helpful value like 1, or maybe the empty
24404 # string. Needless to say consequent macro substitutions are less
24405 # than conducive to the makefile finding the correct directory.
24406 undefs
="`echo $top_srcdir $configuration $canonical |
24407 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
24408 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
24411 echo creating src
/epaths.h
24412 ${MAKE-make} epaths-force
24414 # As of 2000-11-19, newest development versions of GNU cpp preprocess
24415 # `..' to `. .' unless invoked with -traditional
24417 if test "x$GCC" = xyes
&& test "x$CPP_NEED_TRADITIONAL" = xyes
; then
24418 CPPFLAGS
="$CPPFLAGS -traditional"
24421 echo creating lib-src
/Makefile
24423 rm -f junk.c junk1.c junk2.c
24424 sed -e '/start of cpp stuff/q' \
24425 < Makefile.c
> junk1.c
24426 sed -e '1,/start of cpp stuff/d'\
24427 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
24428 < Makefile.c
> junk.c
24429 $CPP $undefs -I.
-I$srcdir/src
$CPPFLAGS junk.c | \
24430 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
24431 cat junk1.c junk2.c
> Makefile.new
24432 rm -f junk.c junk1.c junk2.c
24433 chmod 444 Makefile.new
24434 mv -f Makefile.new Makefile
24437 echo creating src
/Makefile
24439 rm -f junk.c junk1.c junk2.c
24440 sed -e '/start of cpp stuff/q' \
24441 < Makefile.c
> junk1.c
24442 sed -e '1,/start of cpp stuff/d'\
24443 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
24444 < Makefile.c
> junk.c
24445 $CPP $undefs -I.
-I$srcdir/src
$CPPFLAGS junk.c | \
24446 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
24447 cat junk1.c junk2.c
> Makefile.new
24448 rm -f junk.c junk1.c junk2.c
24449 chmod 444 Makefile.new
24450 mv -f Makefile.new Makefile
24453 if test ! -f src
/.gdbinit
&& test -f $srcdir/src
/.gdbinit
; then
24454 echo creating src
/.gdbinit
24455 echo source $srcdir/src
/.gdbinit
> src
/.gdbinit
24458 # This is how we know whether to re-run configure in certain cases.
24459 touch src
/config.stamp
24467 { (exit 0); exit 0; }
24469 chmod +x
$CONFIG_STATUS
24470 ac_clean_files
=$ac_clean_files_save
24473 # configure is writing to config.log, and then calls config.status.
24474 # config.status does its own redirection, appending to config.log.
24475 # Unfortunately, on DOS this fails, as config.log is still kept open
24476 # by configure, so config.status won't be able to write to it; its
24477 # output is simply discarded. So we exec the FD to /dev/null,
24478 # effectively closing config.log, so it can be properly (re)opened and
24479 # appended to by config.status. When coming back to configure, we
24480 # need to make the FD available again.
24481 if test "$no_create" != yes; then
24483 ac_config_status_args
=
24484 test "$silent" = yes &&
24485 ac_config_status_args
="$ac_config_status_args --quiet"
24487 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
24489 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24490 # would make configure fail if this is the last instruction.
24491 $ac_cs_success ||
{ (exit 1); exit 1; }