2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 if expr a : '\(a\)' >/dev/null 2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
221 test -d ./-p && rmdir ./-p
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file="main.c"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 ac_subdirs_all="$ac_subdirs_all doc testsuite"
313 ac_subdirs_all="$ac_subdirs_all gdbtk"
314 ac_subdirs_all="$ac_subdirs_all multi-ice"
315 ac_subdirs_all="$ac_subdirs_all gdbserver"
316 ac_subdirs_all="$ac_subdirs_all rdi-share"
317 ac_subdirs_all="$ac_subdirs_all nlm"
318 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SET_MAKE RANLIB ac_ct_RANLIB ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l localedir PACKAGE subdirs AWK INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S YACC AR ac_ct_AR DLLTOOL ac_ct_DLLTOOL WINDRES ac_ct_WINDRES MIG ac_ct_MIG CONFIG_LDFLAGS TARGET_SYSTEM_ROOT TARGET_SYSTEM_ROOT_DEFINE WARN_CFLAGS WERROR_CFLAGS SER_HARDWIRE WIN32LIBS LIBGUI GUI_CFLAGS_X WIN32LDAPP TCL_VERSION TCL_MAJOR_VERSION TCL_MINOR_VERSION TCL_CC TCL_DEFS TCL_SHLIB_CFLAGS TCL_SHLIB_LD TCL_SHLIB_LD_LIBS TCL_SHLIB_SUFFIX TCL_DL_LIBS TCL_LD_FLAGS TCL_LD_SEARCH_FLAGS TCL_CC_SEARCH_FLAGS TCL_COMPAT_OBJS TCL_RANLIB TCL_BUILD_LIB_SPEC TCL_LIB_SPEC TCL_LIB_VERSIONS_OK TK_VERSION TK_DEFS TK_BUILD_INCLUDES TK_XINCLUDES TK_XLIBSW TK_BUILD_LIB_SPEC TK_LIB_SPEC TCLHDIR TKHDIR ITCLHDIR ITKHDIR ITCL_VERSION ITCL_DEFS ITCL_BUILD_INCLUDES ITCL_BUILD_LIB_SPEC ITCL_LIB_SPEC ITK_VERSION ITK_DEFS ITK_BUILD_INCLUDES ITK_BUILD_LIB_SPEC ITK_LIB_SPEC X_CFLAGS X_LDFLAGS X_LIBS TCL_DEPS TK_DEPS ITCLLIB ITCL_DEPS ITKLIB ITK_DEPS GDBTKLIBS GDBTK_CFLAGS GDBTK_SRC_DIR IGNORE_SIM IGNORE_SIM_OBS ENABLE_CFLAGS PROFILE_CFLAGS CONFIG_OBS CONFIG_DEPS CONFIG_SRCS CONFIG_ALL CONFIG_CLEAN CONFIG_INSTALL CONFIG_UNINSTALL target_subdir frags xm_h tm_h nm_h LIBICONV LIBOBJS LTLIBOBJS'
319 ac_subst_files='host_makefile_frag target_makefile_frag'
321 # Initialize some variables set by options.
323 ac_init_version=false
324 # The variables have the same names as the options, with
325 # dashes changed to underlines.
333 program_transform_name=s,x,x,
341 # Installation directory options.
342 # These are left unexpanded so users can "make install exec_prefix=/foo"
343 # and all the variables that are supposed to be based on exec_prefix
344 # by default will actually change.
345 # Use braces instead of parens because sh, perl, etc. also accept them.
346 bindir='${exec_prefix}/bin'
347 sbindir='${exec_prefix}/sbin'
348 libexecdir='${exec_prefix}/libexec'
349 datadir='${prefix}/share'
350 sysconfdir='${prefix}/etc'
351 sharedstatedir='${prefix}/com'
352 localstatedir='${prefix}/var'
353 libdir='${exec_prefix}/lib'
354 includedir='${prefix}/include'
355 oldincludedir='/usr/include'
356 infodir='${prefix}/info'
357 mandir='${prefix}/man'
362 # If the previous option needs an argument, assign it.
363 if test -n "$ac_prev"; then
364 eval "$ac_prev=\$ac_option"
369 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
371 # Accept the important Cygnus configure options, so we can diagnose typos.
375 -bindir | --bindir | --bindi | --bind | --bin | --bi)
377 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
380 -build | --build | --buil | --bui | --bu)
381 ac_prev=build_alias ;;
382 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
383 build_alias=$ac_optarg ;;
385 -cache-file | --cache-file | --cache-fil | --cache-fi \
386 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
387 ac_prev=cache_file ;;
388 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
389 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
390 cache_file=$ac_optarg ;;
393 cache_file=config.cache ;;
395 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
397 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
399 datadir=$ac_optarg ;;
401 -disable-* | --disable-*)
402 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
403 # Reject names that are not valid shell variable names.
404 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
405 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
406 { (exit 1); exit 1; }; }
407 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
408 eval "enable_$ac_feature=no" ;;
410 -enable-* | --enable-*)
411 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
412 # Reject names that are not valid shell variable names.
413 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
414 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
415 { (exit 1); exit 1; }; }
416 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
418 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
421 eval "enable_$ac_feature='$ac_optarg'" ;;
423 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
424 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
425 | --exec | --exe | --ex)
426 ac_prev=exec_prefix ;;
427 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
428 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
429 | --exec=* | --exe=* | --ex=*)
430 exec_prefix=$ac_optarg ;;
432 -gas | --gas | --ga | --g)
433 # Obsolete; use --with-gas.
436 -help | --help | --hel | --he | -h)
438 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
439 ac_init_help=recursive ;;
440 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
441 ac_init_help=short ;;
443 -host | --host | --hos | --ho)
444 ac_prev=host_alias ;;
445 -host=* | --host=* | --hos=* | --ho=*)
446 host_alias=$ac_optarg ;;
448 -includedir | --includedir | --includedi | --included | --include \
449 | --includ | --inclu | --incl | --inc)
450 ac_prev=includedir ;;
451 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
452 | --includ=* | --inclu=* | --incl=* | --inc=*)
453 includedir=$ac_optarg ;;
455 -infodir | --infodir | --infodi | --infod | --info | --inf)
457 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
458 infodir=$ac_optarg ;;
460 -libdir | --libdir | --libdi | --libd)
462 -libdir=* | --libdir=* | --libdi=* | --libd=*)
465 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
466 | --libexe | --libex | --libe)
467 ac_prev=libexecdir ;;
468 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
469 | --libexe=* | --libex=* | --libe=*)
470 libexecdir=$ac_optarg ;;
472 -localstatedir | --localstatedir | --localstatedi | --localstated \
473 | --localstate | --localstat | --localsta | --localst \
474 | --locals | --local | --loca | --loc | --lo)
475 ac_prev=localstatedir ;;
476 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
477 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
478 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
479 localstatedir=$ac_optarg ;;
481 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
483 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
487 # Obsolete; use --without-fp.
490 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
491 | --no-cr | --no-c | -n)
494 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
495 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
498 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
499 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
500 | --oldin | --oldi | --old | --ol | --o)
501 ac_prev=oldincludedir ;;
502 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
503 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
504 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
505 oldincludedir=$ac_optarg ;;
507 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
509 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
512 -program-prefix | --program-prefix | --program-prefi | --program-pref \
513 | --program-pre | --program-pr | --program-p)
514 ac_prev=program_prefix ;;
515 -program-prefix=* | --program-prefix=* | --program-prefi=* \
516 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
517 program_prefix=$ac_optarg ;;
519 -program-suffix | --program-suffix | --program-suffi | --program-suff \
520 | --program-suf | --program-su | --program-s)
521 ac_prev=program_suffix ;;
522 -program-suffix=* | --program-suffix=* | --program-suffi=* \
523 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
524 program_suffix=$ac_optarg ;;
526 -program-transform-name | --program-transform-name \
527 | --program-transform-nam | --program-transform-na \
528 | --program-transform-n | --program-transform- \
529 | --program-transform | --program-transfor \
530 | --program-transfo | --program-transf \
531 | --program-trans | --program-tran \
532 | --progr-tra | --program-tr | --program-t)
533 ac_prev=program_transform_name ;;
534 -program-transform-name=* | --program-transform-name=* \
535 | --program-transform-nam=* | --program-transform-na=* \
536 | --program-transform-n=* | --program-transform-=* \
537 | --program-transform=* | --program-transfor=* \
538 | --program-transfo=* | --program-transf=* \
539 | --program-trans=* | --program-tran=* \
540 | --progr-tra=* | --program-tr=* | --program-t=*)
541 program_transform_name=$ac_optarg ;;
543 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
544 | -silent | --silent | --silen | --sile | --sil)
547 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
549 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
551 sbindir=$ac_optarg ;;
553 -sharedstatedir | --sharedstatedir | --sharedstatedi \
554 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
555 | --sharedst | --shareds | --shared | --share | --shar \
557 ac_prev=sharedstatedir ;;
558 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
559 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
560 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
562 sharedstatedir=$ac_optarg ;;
564 -site | --site | --sit)
566 -site=* | --site=* | --sit=*)
569 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
571 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
574 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
575 | --syscon | --sysco | --sysc | --sys | --sy)
576 ac_prev=sysconfdir ;;
577 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
578 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
579 sysconfdir=$ac_optarg ;;
581 -target | --target | --targe | --targ | --tar | --ta | --t)
582 ac_prev=target_alias ;;
583 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
584 target_alias=$ac_optarg ;;
586 -v | -verbose | --verbose | --verbos | --verbo | --verb)
589 -version | --version | --versio | --versi | --vers | -V)
593 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
594 # Reject names that are not valid shell variable names.
595 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
596 { echo "$as_me: error: invalid package name: $ac_package" >&2
597 { (exit 1); exit 1; }; }
598 ac_package=`echo $ac_package| sed 's/-/_/g'`
600 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
603 eval "with_$ac_package='$ac_optarg'" ;;
605 -without-* | --without-*)
606 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
607 # Reject names that are not valid shell variable names.
608 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
609 { echo "$as_me: error: invalid package name: $ac_package" >&2
610 { (exit 1); exit 1; }; }
611 ac_package=`echo $ac_package | sed 's/-/_/g'`
612 eval "with_$ac_package=no" ;;
615 # Obsolete; use --with-x.
618 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
619 | --x-incl | --x-inc | --x-in | --x-i)
620 ac_prev=x_includes ;;
621 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
622 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
623 x_includes=$ac_optarg ;;
625 -x-libraries | --x-libraries | --x-librarie | --x-librari \
626 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
627 ac_prev=x_libraries ;;
628 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
629 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
630 x_libraries=$ac_optarg ;;
632 -*) { echo "$as_me: error: unrecognized option: $ac_option
633 Try \`$0 --help' for more information." >&2
634 { (exit 1); exit 1; }; }
638 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
639 # Reject names that are not valid shell variable names.
640 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
641 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
642 { (exit 1); exit 1; }; }
643 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
644 eval "$ac_envvar='$ac_optarg'"
648 # FIXME: should be removed in autoconf 3.0.
649 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
650 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
651 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
652 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
658 if test -n "$ac_prev"; then
659 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
660 { echo "$as_me: error: missing argument to $ac_option" >&2
661 { (exit 1); exit 1; }; }
664 # Be sure to have absolute paths.
665 for ac_var in exec_prefix prefix
667 eval ac_val=$`echo $ac_var`
669 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
670 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
671 { (exit 1); exit 1; }; };;
675 # Be sure to have absolute paths.
676 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
677 localstatedir libdir includedir oldincludedir infodir mandir
679 eval ac_val=$`echo $ac_var`
681 [\\/$]* | ?:[\\/]* ) ;;
682 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
683 { (exit 1); exit 1; }; };;
687 # There might be people who depend on the old broken behavior: `$host'
688 # used to hold the argument of --host etc.
689 # FIXME: To remove some day.
694 # FIXME: To remove some day.
695 if test "x$host_alias" != x; then
696 if test "x$build_alias" = x; then
697 cross_compiling=maybe
698 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
699 If a cross compiler is detected then cross compile mode will be used." >&2
700 elif test "x$build_alias" != "x$host_alias"; then
706 test -n "$host_alias" && ac_tool_prefix=$host_alias-
708 test "$silent" = yes && exec 6>/dev/null
711 # Find the source files, if location was not specified.
712 if test -z "$srcdir"; then
713 ac_srcdir_defaulted=yes
714 # Try the directory containing this script, then its parent.
715 ac_confdir=`(dirname "$0") 2>/dev/null ||
716 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
717 X"$0" : 'X\(//\)[^/]' \| \
718 X"$0" : 'X\(//\)$' \| \
719 X"$0" : 'X\(/\)' \| \
720 . : '\(.\)' 2>/dev/null ||
722 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
723 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
724 /^X\(\/\/\)$/{ s//\1/; q; }
725 /^X\(\/\).*/{ s//\1/; q; }
728 if test ! -r $srcdir/$ac_unique_file; then
732 ac_srcdir_defaulted=no
734 if test ! -r $srcdir/$ac_unique_file; then
735 if test "$ac_srcdir_defaulted" = yes; then
736 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
737 { (exit 1); exit 1; }; }
739 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
740 { (exit 1); exit 1; }; }
743 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
744 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
745 { (exit 1); exit 1; }; }
746 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
747 ac_env_build_alias_set=${build_alias+set}
748 ac_env_build_alias_value=$build_alias
749 ac_cv_env_build_alias_set=${build_alias+set}
750 ac_cv_env_build_alias_value=$build_alias
751 ac_env_host_alias_set=${host_alias+set}
752 ac_env_host_alias_value=$host_alias
753 ac_cv_env_host_alias_set=${host_alias+set}
754 ac_cv_env_host_alias_value=$host_alias
755 ac_env_target_alias_set=${target_alias+set}
756 ac_env_target_alias_value=$target_alias
757 ac_cv_env_target_alias_set=${target_alias+set}
758 ac_cv_env_target_alias_value=$target_alias
759 ac_env_CC_set=${CC+set}
761 ac_cv_env_CC_set=${CC+set}
762 ac_cv_env_CC_value=$CC
763 ac_env_CFLAGS_set=${CFLAGS+set}
764 ac_env_CFLAGS_value=$CFLAGS
765 ac_cv_env_CFLAGS_set=${CFLAGS+set}
766 ac_cv_env_CFLAGS_value=$CFLAGS
767 ac_env_LDFLAGS_set=${LDFLAGS+set}
768 ac_env_LDFLAGS_value=$LDFLAGS
769 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
770 ac_cv_env_LDFLAGS_value=$LDFLAGS
771 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
772 ac_env_CPPFLAGS_value=$CPPFLAGS
773 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
774 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
775 ac_env_CPP_set=${CPP+set}
776 ac_env_CPP_value=$CPP
777 ac_cv_env_CPP_set=${CPP+set}
778 ac_cv_env_CPP_value=$CPP
781 # Report the --help message.
783 if test "$ac_init_help" = "long"; then
784 # Omit some internal or obsolete options to make the list less imposing.
785 # This message is too long to be a string in the A/UX 3.1 sh.
787 \`configure' configures this package to adapt to many kinds of systems.
789 Usage: $0 [OPTION]... [VAR=VALUE]...
791 To assign environment variables (e.g., CC, CFLAGS...), specify them as
792 VAR=VALUE. See below for descriptions of some of the useful variables.
794 Defaults for the options are specified in brackets.
797 -h, --help display this help and exit
798 --help=short display options specific to this package
799 --help=recursive display the short help of all the included packages
800 -V, --version display version information and exit
801 -q, --quiet, --silent do not print \`checking...' messages
802 --cache-file=FILE cache test results in FILE [disabled]
803 -C, --config-cache alias for \`--cache-file=config.cache'
804 -n, --no-create do not create output files
805 --srcdir=DIR find the sources in DIR [configure dir or \`..']
810 Installation directories:
811 --prefix=PREFIX install architecture-independent files in PREFIX
813 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
816 By default, \`make install' will install all the files in
817 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
818 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
819 for instance \`--prefix=\$HOME'.
821 For better control, use the options below.
823 Fine tuning of the installation directories:
824 --bindir=DIR user executables [EPREFIX/bin]
825 --sbindir=DIR system admin executables [EPREFIX/sbin]
826 --libexecdir=DIR program executables [EPREFIX/libexec]
827 --datadir=DIR read-only architecture-independent data [PREFIX/share]
828 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
829 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
830 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
831 --libdir=DIR object code libraries [EPREFIX/lib]
832 --includedir=DIR C header files [PREFIX/include]
833 --oldincludedir=DIR C header files for non-gcc [/usr/include]
834 --infodir=DIR info documentation [PREFIX/info]
835 --mandir=DIR man documentation [PREFIX/man]
841 --program-prefix=PREFIX prepend PREFIX to installed program names
842 --program-suffix=SUFFIX append SUFFIX to installed program names
843 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
846 --x-includes=DIR X include files are in DIR
847 --x-libraries=DIR X library files are in DIR
850 --build=BUILD configure for building on BUILD [guessed]
851 --host=HOST cross-compile to build programs to run on HOST [BUILD]
852 --target=TARGET configure for building compilers for TARGET [HOST]
856 if test -n "$ac_init_help"; then
861 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
862 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
863 --enable-maintainer-mode enable make rules and dependencies not useful
864 (and sometimes confusing) to the casual installer
865 --disable-nls do not use Native Language Support
866 --disable-gdbcli disable command-line interface (CLI)
867 --disable-gdbmi disable machine-interface (MI)
868 --enable-tui enable full-screen terminal user interface (TUI)
869 --enable-gdbtk enable gdbtk graphical user interface (GUI)
870 --enable-profiling enable profiling of GDB
871 --enable-build-warnings Enable build-time compiler warnings if gcc is used
872 --enable-gdb-build-warnings Enable GDB specific build-time compiler warnings if gcc is used
873 --enable-sim Link gdb with simulator
874 --enable-multi-ice build the multi-ice-gdb-server
877 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
878 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
879 --with-included-gettext use the GNU gettext library included here
880 --with-separate-debug-dir=path Look for global separate debug info in this path LIBDIR/debug
881 --with-libunwind Use libunwind frame unwinding support
882 --without-included-regex don't use included regex; this is the default
883 on systems with version 2 of the GNU C library
884 (use with caution on other system)
885 --with-sysroot=DIR Search for usr/lib et al within DIR.
886 --with-tclconfig=DIR Directory containing tcl configuration (tclConfig.sh)
887 --with-tkconfig=DIR Directory containing tk configuration (tkConfig.sh)
888 --with-tclinclude=DIR Directory where tcl private headers are
889 --with-tkinclude=DIR Directory where tk private headers are
890 --with-itclconfig Directory containing itcl configuration (itclConfig.sh)
891 --with-itkconfig Directory containing itk configuration (itkConfig.sh)
892 --with-x use the X Window System
893 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
895 Some influential environment variables:
896 CC C compiler command
897 CFLAGS C compiler flags
898 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
899 nonstandard directory <lib dir>
900 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
901 headers in a nonstandard directory <include dir>
904 Use these variables to override the choices made by `configure' or to help
905 it to find libraries and programs with nonstandard names/locations.
910 if test "$ac_init_help" = "recursive"; then
911 # If there are subdirs, report their specific --help.
913 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
914 test -d $ac_dir || continue
917 if test "$ac_dir" != .; then
918 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
919 # A "../" for each directory in $ac_dir_suffix.
920 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
922 ac_dir_suffix= ac_top_builddir=
926 .) # No --srcdir option. We are building in place.
928 if test -z "$ac_top_builddir"; then
931 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
933 [\\/]* | ?:[\\/]* ) # Absolute path.
934 ac_srcdir=$srcdir$ac_dir_suffix;
935 ac_top_srcdir=$srcdir ;;
937 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
938 ac_top_srcdir=$ac_top_builddir$srcdir ;;
941 # Do not use `cd foo && pwd` to compute absolute paths, because
942 # the directories may not exist.
944 .) ac_abs_builddir="$ac_dir";;
947 .) ac_abs_builddir=`pwd`;;
948 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
949 *) ac_abs_builddir=`pwd`/"$ac_dir";;
952 case $ac_abs_builddir in
953 .) ac_abs_top_builddir=${ac_top_builddir}.;;
955 case ${ac_top_builddir}. in
956 .) ac_abs_top_builddir=$ac_abs_builddir;;
957 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
958 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
961 case $ac_abs_builddir in
962 .) ac_abs_srcdir=$ac_srcdir;;
965 .) ac_abs_srcdir=$ac_abs_builddir;;
966 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
967 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
970 case $ac_abs_builddir in
971 .) ac_abs_top_srcdir=$ac_top_srcdir;;
973 case $ac_top_srcdir in
974 .) ac_abs_top_srcdir=$ac_abs_builddir;;
975 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
976 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
981 # Check for guested configure; otherwise get Cygnus style configure.
982 if test -f $ac_srcdir/configure.gnu; then
984 $SHELL $ac_srcdir/configure.gnu --help=recursive
985 elif test -f $ac_srcdir/configure; then
987 $SHELL $ac_srcdir/configure --help=recursive
988 elif test -f $ac_srcdir/configure.ac ||
989 test -f $ac_srcdir/configure.in; then
993 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
999 test -n "$ac_init_help" && exit 0
1000 if $ac_init_version; then
1003 Copyright (C) 2003 Free Software Foundation, Inc.
1004 This configure script is free software; the Free Software Foundation
1005 gives unlimited permission to copy, distribute and modify it.
1011 This file contains any messages produced by compilers while
1012 running configure, to aid debugging if configure makes a mistake.
1014 It was created by $as_me, which was
1015 generated by GNU Autoconf 2.59. Invocation command line was
1026 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1027 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1028 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1029 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1030 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1032 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1033 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1035 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1036 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1037 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1038 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1039 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1040 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1041 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1049 test -z "$as_dir" && as_dir=.
1050 echo "PATH: $as_dir"
1065 # Keep a trace of the command line.
1066 # Strip out --no-create and --no-recursion so they do not pile up.
1067 # Strip out --silent because we don't want to record it for future runs.
1068 # Also quote any args containing shell meta-characters.
1069 # Make two passes to allow for proper duplicate-argument suppression.
1074 ac_must_keep_next=false
1080 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1081 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1082 | -silent | --silent | --silen | --sile | --sil)
1084 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1085 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1088 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1090 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1091 if test $ac_must_keep_next = true; then
1092 ac_must_keep_next=false # Got value, back to normal.
1095 *=* | --config-cache | -C | -disable-* | --disable-* \
1096 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1097 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1098 | -with-* | --with-* | -without-* | --without-* | --x)
1099 case "$ac_configure_args0 " in
1100 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1103 -* ) ac_must_keep_next=true ;;
1106 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1107 # Get rid of the leading space.
1113 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1114 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1116 # When interrupted or exit'd, cleanup temporary files, and complete
1117 # config.log. We remove comments because anyway the quotes in there
1118 # would cause problems or look ugly.
1119 # WARNING: Be sure not to use single quotes in there, as some shells,
1120 # such as our DU 5.0 friend, will then `close' the trap.
1121 trap 'exit_status=$?
1122 # Save into config.log some information that might help in debugging.
1127 ## ---------------- ##
1128 ## Cache variables. ##
1129 ## ---------------- ##
1132 # The following way of writing the cache mishandles newlines in values,
1135 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1138 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1139 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1143 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1150 ## ----------------- ##
1151 ## Output variables. ##
1152 ## ----------------- ##
1155 for ac_var in $ac_subst_vars
1157 eval ac_val=$`echo $ac_var`
1158 echo "$ac_var='"'"'$ac_val'"'"'"
1162 if test -n "$ac_subst_files"; then
1169 for ac_var in $ac_subst_files
1171 eval ac_val=$`echo $ac_var`
1172 echo "$ac_var='"'"'$ac_val'"'"'"
1177 if test -s confdefs.h; then
1184 sed "/^$/d" confdefs.h | sort
1187 test "$ac_signal" != 0 &&
1188 echo "$as_me: caught signal $ac_signal"
1189 echo "$as_me: exit $exit_status"
1191 rm -f core *.core &&
1192 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1195 for ac_signal in 1 2 13 15; do
1196 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1200 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1201 rm -rf conftest* confdefs.h
1202 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1205 # Predefined preprocessor variables.
1207 cat >>confdefs.h <<_ACEOF
1208 #define PACKAGE_NAME "$PACKAGE_NAME"
1212 cat >>confdefs.h <<_ACEOF
1213 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1217 cat >>confdefs.h <<_ACEOF
1218 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1222 cat >>confdefs.h <<_ACEOF
1223 #define PACKAGE_STRING "$PACKAGE_STRING"
1227 cat >>confdefs.h <<_ACEOF
1228 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1232 # Let the site file select an alternate cache file if it wants to.
1233 # Prefer explicitly selected file to automatically selected ones.
1234 if test -z "$CONFIG_SITE"; then
1235 if test "x$prefix" != xNONE; then
1236 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1238 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1241 for ac_site_file in $CONFIG_SITE; do
1242 if test -r "$ac_site_file"; then
1243 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1244 echo "$as_me: loading site script $ac_site_file" >&6;}
1245 sed 's/^/| /' "$ac_site_file" >&5
1250 if test -r "$cache_file"; then
1251 # Some versions of bash will fail to source /dev/null (special
1252 # files actually), so we avoid doing that.
1253 if test -f "$cache_file"; then
1254 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1255 echo "$as_me: loading cache $cache_file" >&6;}
1257 [\\/]* | ?:[\\/]* ) . $cache_file;;
1258 *) . ./$cache_file;;
1262 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1263 echo "$as_me: creating cache $cache_file" >&6;}
1267 # Check that the precious variables saved in the cache have kept the same
1269 ac_cache_corrupted=false
1270 for ac_var in `(set) 2>&1 |
1271 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1272 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1273 eval ac_new_set=\$ac_env_${ac_var}_set
1274 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1275 eval ac_new_val="\$ac_env_${ac_var}_value"
1276 case $ac_old_set,$ac_new_set in
1278 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1279 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1280 ac_cache_corrupted=: ;;
1282 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1283 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1284 ac_cache_corrupted=: ;;
1287 if test "x$ac_old_val" != "x$ac_new_val"; then
1288 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1289 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1290 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1291 echo "$as_me: former value: $ac_old_val" >&2;}
1292 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1293 echo "$as_me: current value: $ac_new_val" >&2;}
1294 ac_cache_corrupted=:
1297 # Pass precious variables to config.status.
1298 if test "$ac_new_set" = set; then
1300 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1301 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1302 *) ac_arg=$ac_var=$ac_new_val ;;
1304 case " $ac_configure_args " in
1305 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1306 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1310 if $ac_cache_corrupted; then
1311 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1312 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1313 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1314 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1315 { (exit 1); exit 1; }; }
1319 ac_cpp='$CPP $CPPFLAGS'
1320 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1321 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1322 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1342 ac_config_headers="$ac_config_headers config.h:config.in"
1344 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1345 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1346 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1347 if test "${enable_maintainer_mode+set}" = set; then
1348 enableval="$enable_maintainer_mode"
1349 USE_MAINTAINER_MODE=$enableval
1351 USE_MAINTAINER_MODE=no
1353 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1354 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1357 if test $USE_MAINTAINER_MODE = yes; then
1358 MAINTAINER_MODE_TRUE=
1359 MAINTAINER_MODE_FALSE='#'
1361 MAINTAINER_MODE_TRUE='#'
1362 MAINTAINER_MODE_FALSE=
1365 MAINT=$MAINTAINER_MODE_TRUE
1370 ac_cpp='$CPP $CPPFLAGS'
1371 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1372 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1373 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1374 if test -n "$ac_tool_prefix"; then
1375 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1376 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1377 echo "$as_me:$LINENO: checking for $ac_word" >&5
1378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1379 if test "${ac_cv_prog_CC+set}" = set; then
1380 echo $ECHO_N "(cached) $ECHO_C" >&6
1382 if test -n "$CC"; then
1383 ac_cv_prog_CC="$CC" # Let the user override the test.
1385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1389 test -z "$as_dir" && as_dir=.
1390 for ac_exec_ext in '' $ac_executable_extensions; do
1391 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1392 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1393 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1402 if test -n "$CC"; then
1403 echo "$as_me:$LINENO: result: $CC" >&5
1404 echo "${ECHO_T}$CC" >&6
1406 echo "$as_me:$LINENO: result: no" >&5
1407 echo "${ECHO_T}no" >&6
1411 if test -z "$ac_cv_prog_CC"; then
1413 # Extract the first word of "gcc", so it can be a program name with args.
1414 set dummy gcc; ac_word=$2
1415 echo "$as_me:$LINENO: checking for $ac_word" >&5
1416 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1417 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1418 echo $ECHO_N "(cached) $ECHO_C" >&6
1420 if test -n "$ac_ct_CC"; then
1421 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1427 test -z "$as_dir" && as_dir=.
1428 for ac_exec_ext in '' $ac_executable_extensions; do
1429 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1430 ac_cv_prog_ac_ct_CC="gcc"
1431 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1439 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1440 if test -n "$ac_ct_CC"; then
1441 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1442 echo "${ECHO_T}$ac_ct_CC" >&6
1444 echo "$as_me:$LINENO: result: no" >&5
1445 echo "${ECHO_T}no" >&6
1453 if test -z "$CC"; then
1454 if test -n "$ac_tool_prefix"; then
1455 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1456 set dummy ${ac_tool_prefix}cc; ac_word=$2
1457 echo "$as_me:$LINENO: checking for $ac_word" >&5
1458 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1459 if test "${ac_cv_prog_CC+set}" = set; then
1460 echo $ECHO_N "(cached) $ECHO_C" >&6
1462 if test -n "$CC"; then
1463 ac_cv_prog_CC="$CC" # Let the user override the test.
1465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1469 test -z "$as_dir" && as_dir=.
1470 for ac_exec_ext in '' $ac_executable_extensions; do
1471 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1472 ac_cv_prog_CC="${ac_tool_prefix}cc"
1473 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1482 if test -n "$CC"; then
1483 echo "$as_me:$LINENO: result: $CC" >&5
1484 echo "${ECHO_T}$CC" >&6
1486 echo "$as_me:$LINENO: result: no" >&5
1487 echo "${ECHO_T}no" >&6
1491 if test -z "$ac_cv_prog_CC"; then
1493 # Extract the first word of "cc", so it can be a program name with args.
1494 set dummy cc; ac_word=$2
1495 echo "$as_me:$LINENO: checking for $ac_word" >&5
1496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1497 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1498 echo $ECHO_N "(cached) $ECHO_C" >&6
1500 if test -n "$ac_ct_CC"; then
1501 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1507 test -z "$as_dir" && as_dir=.
1508 for ac_exec_ext in '' $ac_executable_extensions; do
1509 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1510 ac_cv_prog_ac_ct_CC="cc"
1511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1519 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1520 if test -n "$ac_ct_CC"; then
1521 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1522 echo "${ECHO_T}$ac_ct_CC" >&6
1524 echo "$as_me:$LINENO: result: no" >&5
1525 echo "${ECHO_T}no" >&6
1534 if test -z "$CC"; then
1535 # Extract the first word of "cc", so it can be a program name with args.
1536 set dummy cc; ac_word=$2
1537 echo "$as_me:$LINENO: checking for $ac_word" >&5
1538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1539 if test "${ac_cv_prog_CC+set}" = set; then
1540 echo $ECHO_N "(cached) $ECHO_C" >&6
1542 if test -n "$CC"; then
1543 ac_cv_prog_CC="$CC" # Let the user override the test.
1546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1550 test -z "$as_dir" && as_dir=.
1551 for ac_exec_ext in '' $ac_executable_extensions; do
1552 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1553 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1554 ac_prog_rejected=yes
1558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1564 if test $ac_prog_rejected = yes; then
1565 # We found a bogon in the path, so make sure we never use it.
1566 set dummy $ac_cv_prog_CC
1568 if test $# != 0; then
1569 # We chose a different compiler from the bogus one.
1570 # However, it has the same basename, so the bogon will be chosen
1571 # first if we set CC to just the basename; use the full file name.
1573 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1579 if test -n "$CC"; then
1580 echo "$as_me:$LINENO: result: $CC" >&5
1581 echo "${ECHO_T}$CC" >&6
1583 echo "$as_me:$LINENO: result: no" >&5
1584 echo "${ECHO_T}no" >&6
1588 if test -z "$CC"; then
1589 if test -n "$ac_tool_prefix"; then
1592 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1593 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1594 echo "$as_me:$LINENO: checking for $ac_word" >&5
1595 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1596 if test "${ac_cv_prog_CC+set}" = set; then
1597 echo $ECHO_N "(cached) $ECHO_C" >&6
1599 if test -n "$CC"; then
1600 ac_cv_prog_CC="$CC" # Let the user override the test.
1602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1606 test -z "$as_dir" && as_dir=.
1607 for ac_exec_ext in '' $ac_executable_extensions; do
1608 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1609 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1610 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1619 if test -n "$CC"; then
1620 echo "$as_me:$LINENO: result: $CC" >&5
1621 echo "${ECHO_T}$CC" >&6
1623 echo "$as_me:$LINENO: result: no" >&5
1624 echo "${ECHO_T}no" >&6
1627 test -n "$CC" && break
1630 if test -z "$CC"; then
1634 # Extract the first word of "$ac_prog", so it can be a program name with args.
1635 set dummy $ac_prog; ac_word=$2
1636 echo "$as_me:$LINENO: checking for $ac_word" >&5
1637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1638 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1639 echo $ECHO_N "(cached) $ECHO_C" >&6
1641 if test -n "$ac_ct_CC"; then
1642 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1648 test -z "$as_dir" && as_dir=.
1649 for ac_exec_ext in '' $ac_executable_extensions; do
1650 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1651 ac_cv_prog_ac_ct_CC="$ac_prog"
1652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1660 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1661 if test -n "$ac_ct_CC"; then
1662 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1663 echo "${ECHO_T}$ac_ct_CC" >&6
1665 echo "$as_me:$LINENO: result: no" >&5
1666 echo "${ECHO_T}no" >&6
1669 test -n "$ac_ct_CC" && break
1678 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1679 See \`config.log' for more details." >&5
1680 echo "$as_me: error: no acceptable C compiler found in \$PATH
1681 See \`config.log' for more details." >&2;}
1682 { (exit 1); exit 1; }; }
1684 # Provide some information about the compiler.
1685 echo "$as_me:$LINENO:" \
1686 "checking for C compiler version" >&5
1687 ac_compiler=`set X $ac_compile; echo $2`
1688 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1689 (eval $ac_compiler --version </dev/null >&5) 2>&5
1691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1692 (exit $ac_status); }
1693 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1694 (eval $ac_compiler -v </dev/null >&5) 2>&5
1696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1697 (exit $ac_status); }
1698 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1699 (eval $ac_compiler -V </dev/null >&5) 2>&5
1701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1702 (exit $ac_status); }
1704 cat >conftest.$ac_ext <<_ACEOF
1707 cat confdefs.h >>conftest.$ac_ext
1708 cat >>conftest.$ac_ext <<_ACEOF
1709 /* end confdefs.h. */
1719 ac_clean_files_save=$ac_clean_files
1720 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1721 # Try to create an executable without -o first, disregard a.out.
1722 # It will help us diagnose broken compilers, and finding out an intuition
1724 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1725 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1726 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1727 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1728 (eval $ac_link_default) 2>&5
1730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1731 (exit $ac_status); }; then
1732 # Find the output, starting from the most likely. This scheme is
1733 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1736 # Be careful to initialize this variable, since it used to be cached.
1737 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1739 # b.out is created by i960 compilers.
1740 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1742 test -f "$ac_file" || continue
1744 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1747 # This is the source file.
1750 # We found the default executable, but exeext='' is most
1754 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1755 # FIXME: I believe we export ac_cv_exeext for Libtool,
1756 # but it would be cool to find out if it's true. Does anybody
1757 # maintain Libtool? --akim.
1765 echo "$as_me: failed program was:" >&5
1766 sed 's/^/| /' conftest.$ac_ext >&5
1768 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1769 See \`config.log' for more details." >&5
1770 echo "$as_me: error: C compiler cannot create executables
1771 See \`config.log' for more details." >&2;}
1772 { (exit 77); exit 77; }; }
1775 ac_exeext=$ac_cv_exeext
1776 echo "$as_me:$LINENO: result: $ac_file" >&5
1777 echo "${ECHO_T}$ac_file" >&6
1779 # Check the compiler produces executables we can run. If not, either
1780 # the compiler is broken, or we cross compile.
1781 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1782 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1783 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1784 # If not cross compiling, check that we can run a simple program.
1785 if test "$cross_compiling" != yes; then
1786 if { ac_try='./$ac_file'
1787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1791 (exit $ac_status); }; }; then
1794 if test "$cross_compiling" = maybe; then
1797 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1798 If you meant to cross compile, use \`--host'.
1799 See \`config.log' for more details." >&5
1800 echo "$as_me: error: cannot run C compiled programs.
1801 If you meant to cross compile, use \`--host'.
1802 See \`config.log' for more details." >&2;}
1803 { (exit 1); exit 1; }; }
1807 echo "$as_me:$LINENO: result: yes" >&5
1808 echo "${ECHO_T}yes" >&6
1810 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1811 ac_clean_files=$ac_clean_files_save
1812 # Check the compiler produces executables we can run. If not, either
1813 # the compiler is broken, or we cross compile.
1814 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1815 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1816 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1817 echo "${ECHO_T}$cross_compiling" >&6
1819 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1820 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1821 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1822 (eval $ac_link) 2>&5
1824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1825 (exit $ac_status); }; then
1826 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1827 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1828 # work properly (i.e., refer to `conftest.exe'), while it won't with
1830 for ac_file in conftest.exe conftest conftest.*; do
1831 test -f "$ac_file" || continue
1833 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1834 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1841 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1842 See \`config.log' for more details." >&5
1843 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1844 See \`config.log' for more details." >&2;}
1845 { (exit 1); exit 1; }; }
1848 rm -f conftest$ac_cv_exeext
1849 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1850 echo "${ECHO_T}$ac_cv_exeext" >&6
1852 rm -f conftest.$ac_ext
1853 EXEEXT=$ac_cv_exeext
1855 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1856 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1857 if test "${ac_cv_objext+set}" = set; then
1858 echo $ECHO_N "(cached) $ECHO_C" >&6
1860 cat >conftest.$ac_ext <<_ACEOF
1863 cat confdefs.h >>conftest.$ac_ext
1864 cat >>conftest.$ac_ext <<_ACEOF
1865 /* end confdefs.h. */
1875 rm -f conftest.o conftest.obj
1876 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1877 (eval $ac_compile) 2>&5
1879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1880 (exit $ac_status); }; then
1881 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1883 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1884 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1889 echo "$as_me: failed program was:" >&5
1890 sed 's/^/| /' conftest.$ac_ext >&5
1892 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1893 See \`config.log' for more details." >&5
1894 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1895 See \`config.log' for more details." >&2;}
1896 { (exit 1); exit 1; }; }
1899 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1901 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1902 echo "${ECHO_T}$ac_cv_objext" >&6
1903 OBJEXT=$ac_cv_objext
1905 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1906 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1907 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1908 echo $ECHO_N "(cached) $ECHO_C" >&6
1910 cat >conftest.$ac_ext <<_ACEOF
1913 cat confdefs.h >>conftest.$ac_ext
1914 cat >>conftest.$ac_ext <<_ACEOF
1915 /* end confdefs.h. */
1928 rm -f conftest.$ac_objext
1929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1930 (eval $ac_compile) 2>conftest.er1
1932 grep -v '^ *+' conftest.er1 >conftest.err
1934 cat conftest.err >&5
1935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1936 (exit $ac_status); } &&
1937 { ac_try='test -z "$ac_c_werror_flag"
1938 || test ! -s conftest.err'
1939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1943 (exit $ac_status); }; } &&
1944 { ac_try='test -s conftest.$ac_objext'
1945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1949 (exit $ac_status); }; }; then
1952 echo "$as_me: failed program was:" >&5
1953 sed 's/^/| /' conftest.$ac_ext >&5
1957 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1958 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1961 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1962 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1963 GCC=`test $ac_compiler_gnu = yes && echo yes`
1964 ac_test_CFLAGS=${CFLAGS+set}
1965 ac_save_CFLAGS=$CFLAGS
1967 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1968 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1969 if test "${ac_cv_prog_cc_g+set}" = set; then
1970 echo $ECHO_N "(cached) $ECHO_C" >&6
1972 cat >conftest.$ac_ext <<_ACEOF
1975 cat confdefs.h >>conftest.$ac_ext
1976 cat >>conftest.$ac_ext <<_ACEOF
1977 /* end confdefs.h. */
1987 rm -f conftest.$ac_objext
1988 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1989 (eval $ac_compile) 2>conftest.er1
1991 grep -v '^ *+' conftest.er1 >conftest.err
1993 cat conftest.err >&5
1994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1995 (exit $ac_status); } &&
1996 { ac_try='test -z "$ac_c_werror_flag"
1997 || test ! -s conftest.err'
1998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2002 (exit $ac_status); }; } &&
2003 { ac_try='test -s conftest.$ac_objext'
2004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2008 (exit $ac_status); }; }; then
2011 echo "$as_me: failed program was:" >&5
2012 sed 's/^/| /' conftest.$ac_ext >&5
2016 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2018 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2019 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2020 if test "$ac_test_CFLAGS" = set; then
2021 CFLAGS=$ac_save_CFLAGS
2022 elif test $ac_cv_prog_cc_g = yes; then
2023 if test "$GCC" = yes; then
2029 if test "$GCC" = yes; then
2035 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2036 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2037 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2038 echo $ECHO_N "(cached) $ECHO_C" >&6
2040 ac_cv_prog_cc_stdc=no
2042 cat >conftest.$ac_ext <<_ACEOF
2045 cat confdefs.h >>conftest.$ac_ext
2046 cat >>conftest.$ac_ext <<_ACEOF
2047 /* end confdefs.h. */
2050 #include <sys/types.h>
2051 #include <sys/stat.h>
2052 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2053 struct buf { int x; };
2054 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2055 static char *e (p, i)
2061 static char *f (char * (*g) (char **, int), char **p, ...)
2066 s = g (p, va_arg (v,int));
2071 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2072 function prototypes and stuff, but not '\xHH' hex character constants.
2073 These don't provoke an error unfortunately, instead are silently treated
2074 as 'x'. The following induces an error, until -std1 is added to get
2075 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2076 array size at least. It's necessary to write '\x00'==0 to get something
2077 that's true only with -std1. */
2078 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2080 int test (int i, double x);
2081 struct s1 {int (*f) (int a);};
2082 struct s2 {int (*f) (double a);};
2083 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2089 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2094 # Don't try gcc -ansi; that turns off useful extensions and
2095 # breaks some systems' header files.
2096 # AIX -qlanglvl=ansi
2097 # Ultrix and OSF/1 -std1
2098 # HP-UX 10.20 and later -Ae
2099 # HP-UX older versions -Aa -D_HPUX_SOURCE
2100 # SVR4 -Xc -D__EXTENSIONS__
2101 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2103 CC="$ac_save_CC $ac_arg"
2104 rm -f conftest.$ac_objext
2105 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2106 (eval $ac_compile) 2>conftest.er1
2108 grep -v '^ *+' conftest.er1 >conftest.err
2110 cat conftest.err >&5
2111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2112 (exit $ac_status); } &&
2113 { ac_try='test -z "$ac_c_werror_flag"
2114 || test ! -s conftest.err'
2115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2119 (exit $ac_status); }; } &&
2120 { ac_try='test -s conftest.$ac_objext'
2121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2125 (exit $ac_status); }; }; then
2126 ac_cv_prog_cc_stdc=$ac_arg
2129 echo "$as_me: failed program was:" >&5
2130 sed 's/^/| /' conftest.$ac_ext >&5
2133 rm -f conftest.err conftest.$ac_objext
2135 rm -f conftest.$ac_ext conftest.$ac_objext
2140 case "x$ac_cv_prog_cc_stdc" in
2142 echo "$as_me:$LINENO: result: none needed" >&5
2143 echo "${ECHO_T}none needed" >&6 ;;
2145 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2146 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2147 CC="$CC $ac_cv_prog_cc_stdc" ;;
2150 # Some people use a C++ compiler to compile C. Since we use `exit',
2151 # in C++ we need to declare it. In case someone uses the same compiler
2152 # for both compiling C and C++ we need to have the C++ compiler decide
2153 # the declaration of exit, since it's the most demanding environment.
2154 cat >conftest.$ac_ext <<_ACEOF
2159 rm -f conftest.$ac_objext
2160 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2161 (eval $ac_compile) 2>conftest.er1
2163 grep -v '^ *+' conftest.er1 >conftest.err
2165 cat conftest.err >&5
2166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2167 (exit $ac_status); } &&
2168 { ac_try='test -z "$ac_c_werror_flag"
2169 || test ! -s conftest.err'
2170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2174 (exit $ac_status); }; } &&
2175 { ac_try='test -s conftest.$ac_objext'
2176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2180 (exit $ac_status); }; }; then
2181 for ac_declaration in \
2183 'extern "C" void std::exit (int) throw (); using std::exit;' \
2184 'extern "C" void std::exit (int); using std::exit;' \
2185 'extern "C" void exit (int) throw ();' \
2186 'extern "C" void exit (int);' \
2189 cat >conftest.$ac_ext <<_ACEOF
2192 cat confdefs.h >>conftest.$ac_ext
2193 cat >>conftest.$ac_ext <<_ACEOF
2194 /* end confdefs.h. */
2205 rm -f conftest.$ac_objext
2206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2207 (eval $ac_compile) 2>conftest.er1
2209 grep -v '^ *+' conftest.er1 >conftest.err
2211 cat conftest.err >&5
2212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2213 (exit $ac_status); } &&
2214 { ac_try='test -z "$ac_c_werror_flag"
2215 || test ! -s conftest.err'
2216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2220 (exit $ac_status); }; } &&
2221 { ac_try='test -s conftest.$ac_objext'
2222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2226 (exit $ac_status); }; }; then
2229 echo "$as_me: failed program was:" >&5
2230 sed 's/^/| /' conftest.$ac_ext >&5
2234 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2235 cat >conftest.$ac_ext <<_ACEOF
2238 cat confdefs.h >>conftest.$ac_ext
2239 cat >>conftest.$ac_ext <<_ACEOF
2240 /* end confdefs.h. */
2250 rm -f conftest.$ac_objext
2251 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2252 (eval $ac_compile) 2>conftest.er1
2254 grep -v '^ *+' conftest.er1 >conftest.err
2256 cat conftest.err >&5
2257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2258 (exit $ac_status); } &&
2259 { ac_try='test -z "$ac_c_werror_flag"
2260 || test ! -s conftest.err'
2261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2265 (exit $ac_status); }; } &&
2266 { ac_try='test -s conftest.$ac_objext'
2267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2271 (exit $ac_status); }; }; then
2274 echo "$as_me: failed program was:" >&5
2275 sed 's/^/| /' conftest.$ac_ext >&5
2278 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2281 if test -n "$ac_declaration"; then
2282 echo '#ifdef __cplusplus' >>confdefs.h
2283 echo $ac_declaration >>confdefs.h
2284 echo '#endif' >>confdefs.h
2288 echo "$as_me: failed program was:" >&5
2289 sed 's/^/| /' conftest.$ac_ext >&5
2292 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2294 ac_cpp='$CPP $CPPFLAGS'
2295 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2296 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2297 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2300 cat >>confdefs.h <<\_ACEOF
2301 #define _GNU_SOURCE 1
2307 ac_cpp='$CPP $CPPFLAGS'
2308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2311 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2312 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2313 # On Suns, sometimes $CPP names a directory.
2314 if test -n "$CPP" && test -d "$CPP"; then
2317 if test -z "$CPP"; then
2318 if test "${ac_cv_prog_CPP+set}" = set; then
2319 echo $ECHO_N "(cached) $ECHO_C" >&6
2321 # Double quotes because CPP needs to be expanded
2322 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2325 for ac_c_preproc_warn_flag in '' yes
2327 # Use a header file that comes with gcc, so configuring glibc
2328 # with a fresh cross-compiler works.
2329 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2330 # <limits.h> exists even on freestanding compilers.
2331 # On the NeXT, cc -E runs the code through the compiler's parser,
2332 # not just through cpp. "Syntax error" is here to catch this case.
2333 cat >conftest.$ac_ext <<_ACEOF
2336 cat confdefs.h >>conftest.$ac_ext
2337 cat >>conftest.$ac_ext <<_ACEOF
2338 /* end confdefs.h. */
2340 # include <limits.h>
2342 # include <assert.h>
2346 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2347 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2349 grep -v '^ *+' conftest.er1 >conftest.err
2351 cat conftest.err >&5
2352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2353 (exit $ac_status); } >/dev/null; then
2354 if test -s conftest.err; then
2355 ac_cpp_err=$ac_c_preproc_warn_flag
2356 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2363 if test -z "$ac_cpp_err"; then
2366 echo "$as_me: failed program was:" >&5
2367 sed 's/^/| /' conftest.$ac_ext >&5
2369 # Broken: fails on valid input.
2372 rm -f conftest.err conftest.$ac_ext
2374 # OK, works on sane cases. Now check whether non-existent headers
2375 # can be detected and how.
2376 cat >conftest.$ac_ext <<_ACEOF
2379 cat confdefs.h >>conftest.$ac_ext
2380 cat >>conftest.$ac_ext <<_ACEOF
2381 /* end confdefs.h. */
2382 #include <ac_nonexistent.h>
2384 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2385 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2387 grep -v '^ *+' conftest.er1 >conftest.err
2389 cat conftest.err >&5
2390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391 (exit $ac_status); } >/dev/null; then
2392 if test -s conftest.err; then
2393 ac_cpp_err=$ac_c_preproc_warn_flag
2394 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2401 if test -z "$ac_cpp_err"; then
2402 # Broken: success on invalid input.
2405 echo "$as_me: failed program was:" >&5
2406 sed 's/^/| /' conftest.$ac_ext >&5
2408 # Passes both tests.
2412 rm -f conftest.err conftest.$ac_ext
2415 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2416 rm -f conftest.err conftest.$ac_ext
2417 if $ac_preproc_ok; then
2429 echo "$as_me:$LINENO: result: $CPP" >&5
2430 echo "${ECHO_T}$CPP" >&6
2432 for ac_c_preproc_warn_flag in '' yes
2434 # Use a header file that comes with gcc, so configuring glibc
2435 # with a fresh cross-compiler works.
2436 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2437 # <limits.h> exists even on freestanding compilers.
2438 # On the NeXT, cc -E runs the code through the compiler's parser,
2439 # not just through cpp. "Syntax error" is here to catch this case.
2440 cat >conftest.$ac_ext <<_ACEOF
2443 cat confdefs.h >>conftest.$ac_ext
2444 cat >>conftest.$ac_ext <<_ACEOF
2445 /* end confdefs.h. */
2447 # include <limits.h>
2449 # include <assert.h>
2453 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2454 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2456 grep -v '^ *+' conftest.er1 >conftest.err
2458 cat conftest.err >&5
2459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460 (exit $ac_status); } >/dev/null; then
2461 if test -s conftest.err; then
2462 ac_cpp_err=$ac_c_preproc_warn_flag
2463 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2470 if test -z "$ac_cpp_err"; then
2473 echo "$as_me: failed program was:" >&5
2474 sed 's/^/| /' conftest.$ac_ext >&5
2476 # Broken: fails on valid input.
2479 rm -f conftest.err conftest.$ac_ext
2481 # OK, works on sane cases. Now check whether non-existent headers
2482 # can be detected and how.
2483 cat >conftest.$ac_ext <<_ACEOF
2486 cat confdefs.h >>conftest.$ac_ext
2487 cat >>conftest.$ac_ext <<_ACEOF
2488 /* end confdefs.h. */
2489 #include <ac_nonexistent.h>
2491 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2492 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2494 grep -v '^ *+' conftest.er1 >conftest.err
2496 cat conftest.err >&5
2497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2498 (exit $ac_status); } >/dev/null; then
2499 if test -s conftest.err; then
2500 ac_cpp_err=$ac_c_preproc_warn_flag
2501 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2508 if test -z "$ac_cpp_err"; then
2509 # Broken: success on invalid input.
2512 echo "$as_me: failed program was:" >&5
2513 sed 's/^/| /' conftest.$ac_ext >&5
2515 # Passes both tests.
2519 rm -f conftest.err conftest.$ac_ext
2522 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2523 rm -f conftest.err conftest.$ac_ext
2524 if $ac_preproc_ok; then
2527 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2528 See \`config.log' for more details." >&5
2529 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2530 See \`config.log' for more details." >&2;}
2531 { (exit 1); exit 1; }; }
2535 ac_cpp='$CPP $CPPFLAGS'
2536 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2537 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2538 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2541 echo "$as_me:$LINENO: checking for egrep" >&5
2542 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2543 if test "${ac_cv_prog_egrep+set}" = set; then
2544 echo $ECHO_N "(cached) $ECHO_C" >&6
2546 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2547 then ac_cv_prog_egrep='grep -E'
2548 else ac_cv_prog_egrep='egrep'
2551 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2552 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2553 EGREP=$ac_cv_prog_egrep
2557 echo "$as_me:$LINENO: checking for AIX" >&5
2558 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
2559 cat >conftest.$ac_ext <<_ACEOF
2562 cat confdefs.h >>conftest.$ac_ext
2563 cat >>conftest.$ac_ext <<_ACEOF
2564 /* end confdefs.h. */
2570 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2571 $EGREP "yes" >/dev/null 2>&1; then
2572 echo "$as_me:$LINENO: result: yes" >&5
2573 echo "${ECHO_T}yes" >&6
2574 cat >>confdefs.h <<\_ACEOF
2575 #define _ALL_SOURCE 1
2579 echo "$as_me:$LINENO: result: no" >&5
2580 echo "${ECHO_T}no" >&6
2585 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2586 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2587 if test "${ac_cv_search_strerror+set}" = set; then
2588 echo $ECHO_N "(cached) $ECHO_C" >&6
2590 ac_func_search_save_LIBS=$LIBS
2591 ac_cv_search_strerror=no
2592 cat >conftest.$ac_ext <<_ACEOF
2595 cat confdefs.h >>conftest.$ac_ext
2596 cat >>conftest.$ac_ext <<_ACEOF
2597 /* end confdefs.h. */
2599 /* Override any gcc2 internal prototype to avoid an error. */
2603 /* We use char because int might match the return type of a gcc2
2604 builtin and then its argument prototype would still apply. */
2614 rm -f conftest.$ac_objext conftest$ac_exeext
2615 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2616 (eval $ac_link) 2>conftest.er1
2618 grep -v '^ *+' conftest.er1 >conftest.err
2620 cat conftest.err >&5
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); } &&
2623 { ac_try='test -z "$ac_c_werror_flag"
2624 || test ! -s conftest.err'
2625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2629 (exit $ac_status); }; } &&
2630 { ac_try='test -s conftest$ac_exeext'
2631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2635 (exit $ac_status); }; }; then
2636 ac_cv_search_strerror="none required"
2638 echo "$as_me: failed program was:" >&5
2639 sed 's/^/| /' conftest.$ac_ext >&5
2642 rm -f conftest.err conftest.$ac_objext \
2643 conftest$ac_exeext conftest.$ac_ext
2644 if test "$ac_cv_search_strerror" = no; then
2645 for ac_lib in cposix; do
2646 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2647 cat >conftest.$ac_ext <<_ACEOF
2650 cat confdefs.h >>conftest.$ac_ext
2651 cat >>conftest.$ac_ext <<_ACEOF
2652 /* end confdefs.h. */
2654 /* Override any gcc2 internal prototype to avoid an error. */
2658 /* We use char because int might match the return type of a gcc2
2659 builtin and then its argument prototype would still apply. */
2669 rm -f conftest.$ac_objext conftest$ac_exeext
2670 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2671 (eval $ac_link) 2>conftest.er1
2673 grep -v '^ *+' conftest.er1 >conftest.err
2675 cat conftest.err >&5
2676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2677 (exit $ac_status); } &&
2678 { ac_try='test -z "$ac_c_werror_flag"
2679 || test ! -s conftest.err'
2680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2684 (exit $ac_status); }; } &&
2685 { ac_try='test -s conftest$ac_exeext'
2686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2690 (exit $ac_status); }; }; then
2691 ac_cv_search_strerror="-l$ac_lib"
2694 echo "$as_me: failed program was:" >&5
2695 sed 's/^/| /' conftest.$ac_ext >&5
2698 rm -f conftest.err conftest.$ac_objext \
2699 conftest$ac_exeext conftest.$ac_ext
2702 LIBS=$ac_func_search_save_LIBS
2704 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2705 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2706 if test "$ac_cv_search_strerror" != no; then
2707 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2714 echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
2715 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
2716 if test "${am_cv_prog_cc_stdc+set}" = set; then
2717 echo $ECHO_N "(cached) $ECHO_C" >&6
2719 am_cv_prog_cc_stdc=no
2721 # Don't try gcc -ansi; that turns off useful extensions and
2722 # breaks some systems' header files.
2723 # AIX -qlanglvl=ansi
2724 # Ultrix and OSF/1 -std1
2725 # HP-UX 10.20 and later -Ae
2726 # HP-UX older versions -Aa -D_HPUX_SOURCE
2727 # SVR4 -Xc -D__EXTENSIONS__
2728 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2730 CC="$ac_save_CC $ac_arg"
2731 cat >conftest.$ac_ext <<_ACEOF
2734 cat confdefs.h >>conftest.$ac_ext
2735 cat >>conftest.$ac_ext <<_ACEOF
2736 /* end confdefs.h. */
2739 #include <sys/types.h>
2740 #include <sys/stat.h>
2741 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2742 struct buf { int x; };
2743 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2744 static char *e (p, i)
2750 static char *f (char * (*g) (char **, int), char **p, ...)
2755 s = g (p, va_arg (v,int));
2759 int test (int i, double x);
2760 struct s1 {int (*f) (int a);};
2761 struct s2 {int (*f) (double a);};
2762 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2770 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2776 rm -f conftest.$ac_objext
2777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2778 (eval $ac_compile) 2>conftest.er1
2780 grep -v '^ *+' conftest.er1 >conftest.err
2782 cat conftest.err >&5
2783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2784 (exit $ac_status); } &&
2785 { ac_try='test -z "$ac_c_werror_flag"
2786 || test ! -s conftest.err'
2787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2791 (exit $ac_status); }; } &&
2792 { ac_try='test -s conftest.$ac_objext'
2793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2797 (exit $ac_status); }; }; then
2798 am_cv_prog_cc_stdc="$ac_arg"; break
2800 echo "$as_me: failed program was:" >&5
2801 sed 's/^/| /' conftest.$ac_ext >&5
2804 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2810 if test -z "$am_cv_prog_cc_stdc"; then
2811 echo "$as_me:$LINENO: result: none needed" >&5
2812 echo "${ECHO_T}none needed" >&6
2814 echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&5
2815 echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
2817 case "x$am_cv_prog_cc_stdc" in
2819 *) CC="$CC $am_cv_prog_cc_stdc" ;;
2824 for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
2825 if test -f $ac_dir/install-sh; then
2827 ac_install_sh="$ac_aux_dir/install-sh -c"
2829 elif test -f $ac_dir/install.sh; then
2831 ac_install_sh="$ac_aux_dir/install.sh -c"
2833 elif test -f $ac_dir/shtool; then
2835 ac_install_sh="$ac_aux_dir/shtool install -c"
2839 if test -z "$ac_aux_dir"; then
2840 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&5
2841 echo "$as_me: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&2;}
2842 { (exit 1); exit 1; }; }
2844 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
2845 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
2846 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
2848 # Make sure we can run config.sub.
2849 $ac_config_sub sun4 >/dev/null 2>&1 ||
2850 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
2851 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
2852 { (exit 1); exit 1; }; }
2854 echo "$as_me:$LINENO: checking build system type" >&5
2855 echo $ECHO_N "checking build system type... $ECHO_C" >&6
2856 if test "${ac_cv_build+set}" = set; then
2857 echo $ECHO_N "(cached) $ECHO_C" >&6
2859 ac_cv_build_alias=$build_alias
2860 test -z "$ac_cv_build_alias" &&
2861 ac_cv_build_alias=`$ac_config_guess`
2862 test -z "$ac_cv_build_alias" &&
2863 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2864 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2865 { (exit 1); exit 1; }; }
2866 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
2867 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
2868 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
2869 { (exit 1); exit 1; }; }
2872 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2873 echo "${ECHO_T}$ac_cv_build" >&6
2875 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2876 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2877 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2880 echo "$as_me:$LINENO: checking host system type" >&5
2881 echo $ECHO_N "checking host system type... $ECHO_C" >&6
2882 if test "${ac_cv_host+set}" = set; then
2883 echo $ECHO_N "(cached) $ECHO_C" >&6
2885 ac_cv_host_alias=$host_alias
2886 test -z "$ac_cv_host_alias" &&
2887 ac_cv_host_alias=$ac_cv_build_alias
2888 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
2889 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
2890 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
2891 { (exit 1); exit 1; }; }
2894 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2895 echo "${ECHO_T}$ac_cv_host" >&6
2897 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2898 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2899 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2902 echo "$as_me:$LINENO: checking target system type" >&5
2903 echo $ECHO_N "checking target system type... $ECHO_C" >&6
2904 if test "${ac_cv_target+set}" = set; then
2905 echo $ECHO_N "(cached) $ECHO_C" >&6
2907 ac_cv_target_alias=$target_alias
2908 test "x$ac_cv_target_alias" = "x" &&
2909 ac_cv_target_alias=$ac_cv_host_alias
2910 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
2911 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
2912 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
2913 { (exit 1); exit 1; }; }
2916 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2917 echo "${ECHO_T}$ac_cv_target" >&6
2918 target=$ac_cv_target
2919 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2920 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2921 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2924 # The aliases save the names the user supplied, while $host etc.
2925 # will get canonicalized.
2926 test -n "$target_alias" &&
2927 test "$program_prefix$program_suffix$program_transform_name" = \
2929 program_prefix=${target_alias}-
2943 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2944 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2945 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2946 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2947 echo $ECHO_N "(cached) $ECHO_C" >&6
2949 cat >conftest.make <<\_ACEOF
2951 @echo 'ac_maketemp="$(MAKE)"'
2953 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2954 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2955 if test -n "$ac_maketemp"; then
2956 eval ac_cv_prog_make_${ac_make}_set=yes
2958 eval ac_cv_prog_make_${ac_make}_set=no
2962 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2963 echo "$as_me:$LINENO: result: yes" >&5
2964 echo "${ECHO_T}yes" >&6
2967 echo "$as_me:$LINENO: result: no" >&5
2968 echo "${ECHO_T}no" >&6
2969 SET_MAKE="MAKE=${MAKE-make}"
2972 if test -n "$ac_tool_prefix"; then
2973 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2974 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2975 echo "$as_me:$LINENO: checking for $ac_word" >&5
2976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2977 if test "${ac_cv_prog_RANLIB+set}" = set; then
2978 echo $ECHO_N "(cached) $ECHO_C" >&6
2980 if test -n "$RANLIB"; then
2981 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2987 test -z "$as_dir" && as_dir=.
2988 for ac_exec_ext in '' $ac_executable_extensions; do
2989 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2990 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2999 RANLIB=$ac_cv_prog_RANLIB
3000 if test -n "$RANLIB"; then
3001 echo "$as_me:$LINENO: result: $RANLIB" >&5
3002 echo "${ECHO_T}$RANLIB" >&6
3004 echo "$as_me:$LINENO: result: no" >&5
3005 echo "${ECHO_T}no" >&6
3009 if test -z "$ac_cv_prog_RANLIB"; then
3010 ac_ct_RANLIB=$RANLIB
3011 # Extract the first word of "ranlib", so it can be a program name with args.
3012 set dummy ranlib; ac_word=$2
3013 echo "$as_me:$LINENO: checking for $ac_word" >&5
3014 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3015 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3016 echo $ECHO_N "(cached) $ECHO_C" >&6
3018 if test -n "$ac_ct_RANLIB"; then
3019 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3025 test -z "$as_dir" && as_dir=.
3026 for ac_exec_ext in '' $ac_executable_extensions; do
3027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3028 ac_cv_prog_ac_ct_RANLIB="ranlib"
3029 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3035 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3038 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3039 if test -n "$ac_ct_RANLIB"; then
3040 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3041 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3043 echo "$as_me:$LINENO: result: no" >&5
3044 echo "${ECHO_T}no" >&6
3047 RANLIB=$ac_ct_RANLIB
3049 RANLIB="$ac_cv_prog_RANLIB"
3052 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3053 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3054 if test "${ac_cv_header_stdc+set}" = set; then
3055 echo $ECHO_N "(cached) $ECHO_C" >&6
3057 cat >conftest.$ac_ext <<_ACEOF
3060 cat confdefs.h >>conftest.$ac_ext
3061 cat >>conftest.$ac_ext <<_ACEOF
3062 /* end confdefs.h. */
3076 rm -f conftest.$ac_objext
3077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3078 (eval $ac_compile) 2>conftest.er1
3080 grep -v '^ *+' conftest.er1 >conftest.err
3082 cat conftest.err >&5
3083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3084 (exit $ac_status); } &&
3085 { ac_try='test -z "$ac_c_werror_flag"
3086 || test ! -s conftest.err'
3087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3091 (exit $ac_status); }; } &&
3092 { ac_try='test -s conftest.$ac_objext'
3093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3097 (exit $ac_status); }; }; then
3098 ac_cv_header_stdc=yes
3100 echo "$as_me: failed program was:" >&5
3101 sed 's/^/| /' conftest.$ac_ext >&5
3103 ac_cv_header_stdc=no
3105 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3107 if test $ac_cv_header_stdc = yes; then
3108 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3109 cat >conftest.$ac_ext <<_ACEOF
3112 cat confdefs.h >>conftest.$ac_ext
3113 cat >>conftest.$ac_ext <<_ACEOF
3114 /* end confdefs.h. */
3118 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3119 $EGREP "memchr" >/dev/null 2>&1; then
3122 ac_cv_header_stdc=no
3128 if test $ac_cv_header_stdc = yes; then
3129 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3130 cat >conftest.$ac_ext <<_ACEOF
3133 cat confdefs.h >>conftest.$ac_ext
3134 cat >>conftest.$ac_ext <<_ACEOF
3135 /* end confdefs.h. */
3139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3140 $EGREP "free" >/dev/null 2>&1; then
3143 ac_cv_header_stdc=no
3149 if test $ac_cv_header_stdc = yes; then
3150 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3151 if test "$cross_compiling" = yes; then
3154 cat >conftest.$ac_ext <<_ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3161 #if ((' ' & 0x0FF) == 0x020)
3162 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3163 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3165 # define ISLOWER(c) \
3166 (('a' <= (c) && (c) <= 'i') \
3167 || ('j' <= (c) && (c) <= 'r') \
3168 || ('s' <= (c) && (c) <= 'z'))
3169 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3172 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3177 for (i = 0; i < 256; i++)
3178 if (XOR (islower (i), ISLOWER (i))
3179 || toupper (i) != TOUPPER (i))
3184 rm -f conftest$ac_exeext
3185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3186 (eval $ac_link) 2>&5
3188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3189 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3194 (exit $ac_status); }; }; then
3197 echo "$as_me: program exited with status $ac_status" >&5
3198 echo "$as_me: failed program was:" >&5
3199 sed 's/^/| /' conftest.$ac_ext >&5
3202 ac_cv_header_stdc=no
3204 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3208 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3209 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3210 if test $ac_cv_header_stdc = yes; then
3212 cat >>confdefs.h <<\_ACEOF
3213 #define STDC_HEADERS 1
3218 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
3219 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
3220 if test "${ac_cv_c_const+set}" = set; then
3221 echo $ECHO_N "(cached) $ECHO_C" >&6
3223 cat >conftest.$ac_ext <<_ACEOF
3226 cat confdefs.h >>conftest.$ac_ext
3227 cat >>conftest.$ac_ext <<_ACEOF
3228 /* end confdefs.h. */
3233 /* FIXME: Include the comments suggested by Paul. */
3235 /* Ultrix mips cc rejects this. */
3236 typedef int charset[2];
3238 /* SunOS 4.1.1 cc rejects this. */
3239 char const *const *ccp;
3241 /* NEC SVR4.0.2 mips cc rejects this. */
3242 struct point {int x, y;};
3243 static struct point const zero = {0,0};
3244 /* AIX XL C 1.02.0.0 rejects this.
3245 It does not let you subtract one const X* pointer from another in
3246 an arm of an if-expression whose if-part is not a constant
3248 const char *g = "string";
3249 ccp = &g + (g ? g-g : 0);
3250 /* HPUX 7.0 cc rejects these. */
3253 ccp = (char const *const *) p;
3254 { /* SCO 3.2v4 cc rejects this. */
3256 char const *s = 0 ? (char *) 0 : (char const *) 0;
3260 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3262 const int *foo = &x[0];
3265 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3266 typedef const int *iptr;
3270 { /* AIX XL C 1.02.0.0 rejects this saying
3271 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3272 struct s { int j; const int *ap[3]; };
3273 struct s *b; b->j = 5;
3275 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3284 rm -f conftest.$ac_objext
3285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3286 (eval $ac_compile) 2>conftest.er1
3288 grep -v '^ *+' conftest.er1 >conftest.err
3290 cat conftest.err >&5
3291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3292 (exit $ac_status); } &&
3293 { ac_try='test -z "$ac_c_werror_flag"
3294 || test ! -s conftest.err'
3295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3299 (exit $ac_status); }; } &&
3300 { ac_try='test -s conftest.$ac_objext'
3301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3305 (exit $ac_status); }; }; then
3308 echo "$as_me: failed program was:" >&5
3309 sed 's/^/| /' conftest.$ac_ext >&5
3313 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3315 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
3316 echo "${ECHO_T}$ac_cv_c_const" >&6
3317 if test $ac_cv_c_const = no; then
3319 cat >>confdefs.h <<\_ACEOF
3325 echo "$as_me:$LINENO: checking for inline" >&5
3326 echo $ECHO_N "checking for inline... $ECHO_C" >&6
3327 if test "${ac_cv_c_inline+set}" = set; then
3328 echo $ECHO_N "(cached) $ECHO_C" >&6
3331 for ac_kw in inline __inline__ __inline; do
3332 cat >conftest.$ac_ext <<_ACEOF
3335 cat confdefs.h >>conftest.$ac_ext
3336 cat >>conftest.$ac_ext <<_ACEOF
3337 /* end confdefs.h. */
3340 static $ac_kw foo_t static_foo () {return 0; }
3341 $ac_kw foo_t foo () {return 0; }
3345 rm -f conftest.$ac_objext
3346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3347 (eval $ac_compile) 2>conftest.er1
3349 grep -v '^ *+' conftest.er1 >conftest.err
3351 cat conftest.err >&5
3352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3353 (exit $ac_status); } &&
3354 { ac_try='test -z "$ac_c_werror_flag"
3355 || test ! -s conftest.err'
3356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360 (exit $ac_status); }; } &&
3361 { ac_try='test -s conftest.$ac_objext'
3362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366 (exit $ac_status); }; }; then
3367 ac_cv_c_inline=$ac_kw; break
3369 echo "$as_me: failed program was:" >&5
3370 sed 's/^/| /' conftest.$ac_ext >&5
3373 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3377 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3378 echo "${ECHO_T}$ac_cv_c_inline" >&6
3381 case $ac_cv_c_inline in
3384 case $ac_cv_c_inline in
3386 *) ac_val=$ac_cv_c_inline;;
3388 cat >>confdefs.h <<_ACEOF
3390 #define inline $ac_val
3396 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3406 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3407 inttypes.h stdint.h unistd.h
3409 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3410 echo "$as_me:$LINENO: checking for $ac_header" >&5
3411 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3412 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3413 echo $ECHO_N "(cached) $ECHO_C" >&6
3415 cat >conftest.$ac_ext <<_ACEOF
3418 cat confdefs.h >>conftest.$ac_ext
3419 cat >>conftest.$ac_ext <<_ACEOF
3420 /* end confdefs.h. */
3421 $ac_includes_default
3423 #include <$ac_header>
3425 rm -f conftest.$ac_objext
3426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3427 (eval $ac_compile) 2>conftest.er1
3429 grep -v '^ *+' conftest.er1 >conftest.err
3431 cat conftest.err >&5
3432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3433 (exit $ac_status); } &&
3434 { ac_try='test -z "$ac_c_werror_flag"
3435 || test ! -s conftest.err'
3436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3440 (exit $ac_status); }; } &&
3441 { ac_try='test -s conftest.$ac_objext'
3442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3446 (exit $ac_status); }; }; then
3447 eval "$as_ac_Header=yes"
3449 echo "$as_me: failed program was:" >&5
3450 sed 's/^/| /' conftest.$ac_ext >&5
3452 eval "$as_ac_Header=no"
3454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3456 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3457 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3459 cat >>confdefs.h <<_ACEOF
3460 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3468 echo "$as_me:$LINENO: checking for off_t" >&5
3469 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
3470 if test "${ac_cv_type_off_t+set}" = set; then
3471 echo $ECHO_N "(cached) $ECHO_C" >&6
3473 cat >conftest.$ac_ext <<_ACEOF
3476 cat confdefs.h >>conftest.$ac_ext
3477 cat >>conftest.$ac_ext <<_ACEOF
3478 /* end confdefs.h. */
3479 $ac_includes_default
3491 rm -f conftest.$ac_objext
3492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3493 (eval $ac_compile) 2>conftest.er1
3495 grep -v '^ *+' conftest.er1 >conftest.err
3497 cat conftest.err >&5
3498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3499 (exit $ac_status); } &&
3500 { ac_try='test -z "$ac_c_werror_flag"
3501 || test ! -s conftest.err'
3502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3506 (exit $ac_status); }; } &&
3507 { ac_try='test -s conftest.$ac_objext'
3508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512 (exit $ac_status); }; }; then
3513 ac_cv_type_off_t=yes
3515 echo "$as_me: failed program was:" >&5
3516 sed 's/^/| /' conftest.$ac_ext >&5
3520 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3522 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
3523 echo "${ECHO_T}$ac_cv_type_off_t" >&6
3524 if test $ac_cv_type_off_t = yes; then
3528 cat >>confdefs.h <<_ACEOF
3534 echo "$as_me:$LINENO: checking for size_t" >&5
3535 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
3536 if test "${ac_cv_type_size_t+set}" = set; then
3537 echo $ECHO_N "(cached) $ECHO_C" >&6
3539 cat >conftest.$ac_ext <<_ACEOF
3542 cat confdefs.h >>conftest.$ac_ext
3543 cat >>conftest.$ac_ext <<_ACEOF
3544 /* end confdefs.h. */
3545 $ac_includes_default
3551 if (sizeof (size_t))
3557 rm -f conftest.$ac_objext
3558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3559 (eval $ac_compile) 2>conftest.er1
3561 grep -v '^ *+' conftest.er1 >conftest.err
3563 cat conftest.err >&5
3564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3565 (exit $ac_status); } &&
3566 { ac_try='test -z "$ac_c_werror_flag"
3567 || test ! -s conftest.err'
3568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3572 (exit $ac_status); }; } &&
3573 { ac_try='test -s conftest.$ac_objext'
3574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3578 (exit $ac_status); }; }; then
3579 ac_cv_type_size_t=yes
3581 echo "$as_me: failed program was:" >&5
3582 sed 's/^/| /' conftest.$ac_ext >&5
3584 ac_cv_type_size_t=no
3586 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3588 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
3589 echo "${ECHO_T}$ac_cv_type_size_t" >&6
3590 if test $ac_cv_type_size_t = yes; then
3594 cat >>confdefs.h <<_ACEOF
3595 #define size_t unsigned
3600 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
3601 # for constant arguments. Useless!
3602 echo "$as_me:$LINENO: checking for working alloca.h" >&5
3603 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
3604 if test "${ac_cv_working_alloca_h+set}" = set; then
3605 echo $ECHO_N "(cached) $ECHO_C" >&6
3607 cat >conftest.$ac_ext <<_ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3617 char *p = (char *) alloca (2 * sizeof (int));
3622 rm -f conftest.$ac_objext conftest$ac_exeext
3623 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3624 (eval $ac_link) 2>conftest.er1
3626 grep -v '^ *+' conftest.er1 >conftest.err
3628 cat conftest.err >&5
3629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3630 (exit $ac_status); } &&
3631 { ac_try='test -z "$ac_c_werror_flag"
3632 || test ! -s conftest.err'
3633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); }; } &&
3638 { ac_try='test -s conftest$ac_exeext'
3639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3643 (exit $ac_status); }; }; then
3644 ac_cv_working_alloca_h=yes
3646 echo "$as_me: failed program was:" >&5
3647 sed 's/^/| /' conftest.$ac_ext >&5
3649 ac_cv_working_alloca_h=no
3651 rm -f conftest.err conftest.$ac_objext \
3652 conftest$ac_exeext conftest.$ac_ext
3654 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
3655 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
3656 if test $ac_cv_working_alloca_h = yes; then
3658 cat >>confdefs.h <<\_ACEOF
3659 #define HAVE_ALLOCA_H 1
3664 echo "$as_me:$LINENO: checking for alloca" >&5
3665 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
3666 if test "${ac_cv_func_alloca_works+set}" = set; then
3667 echo $ECHO_N "(cached) $ECHO_C" >&6
3669 cat >conftest.$ac_ext <<_ACEOF
3672 cat confdefs.h >>conftest.$ac_ext
3673 cat >>conftest.$ac_ext <<_ACEOF
3674 /* end confdefs.h. */
3676 # define alloca __builtin_alloca
3679 # include <malloc.h>
3680 # define alloca _alloca
3683 # include <alloca.h>
3688 # ifndef alloca /* predefined by HP cc +Olibcalls */
3699 char *p = (char *) alloca (1);
3704 rm -f conftest.$ac_objext conftest$ac_exeext
3705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3706 (eval $ac_link) 2>conftest.er1
3708 grep -v '^ *+' conftest.er1 >conftest.err
3710 cat conftest.err >&5
3711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3712 (exit $ac_status); } &&
3713 { ac_try='test -z "$ac_c_werror_flag"
3714 || test ! -s conftest.err'
3715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3719 (exit $ac_status); }; } &&
3720 { ac_try='test -s conftest$ac_exeext'
3721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3725 (exit $ac_status); }; }; then
3726 ac_cv_func_alloca_works=yes
3728 echo "$as_me: failed program was:" >&5
3729 sed 's/^/| /' conftest.$ac_ext >&5
3731 ac_cv_func_alloca_works=no
3733 rm -f conftest.err conftest.$ac_objext \
3734 conftest$ac_exeext conftest.$ac_ext
3736 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
3737 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
3739 if test $ac_cv_func_alloca_works = yes; then
3741 cat >>confdefs.h <<\_ACEOF
3742 #define HAVE_ALLOCA 1
3746 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
3747 # that cause trouble. Some versions do not even contain alloca or
3748 # contain a buggy version. If you still want to use their alloca,
3749 # use ar to extract alloca.o from them instead of compiling alloca.c.
3751 ALLOCA=alloca.$ac_objext
3753 cat >>confdefs.h <<\_ACEOF
3758 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
3759 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
3760 if test "${ac_cv_os_cray+set}" = set; then
3761 echo $ECHO_N "(cached) $ECHO_C" >&6
3763 cat >conftest.$ac_ext <<_ACEOF
3766 cat confdefs.h >>conftest.$ac_ext
3767 cat >>conftest.$ac_ext <<_ACEOF
3768 /* end confdefs.h. */
3769 #if defined(CRAY) && ! defined(CRAY2)
3776 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3777 $EGREP "webecray" >/dev/null 2>&1; then
3785 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
3786 echo "${ECHO_T}$ac_cv_os_cray" >&6
3787 if test $ac_cv_os_cray = yes; then
3788 for ac_func in _getb67 GETB67 getb67; do
3789 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3790 echo "$as_me:$LINENO: checking for $ac_func" >&5
3791 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3792 if eval "test \"\${$as_ac_var+set}\" = set"; then
3793 echo $ECHO_N "(cached) $ECHO_C" >&6
3795 cat >conftest.$ac_ext <<_ACEOF
3798 cat confdefs.h >>conftest.$ac_ext
3799 cat >>conftest.$ac_ext <<_ACEOF
3800 /* end confdefs.h. */
3801 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3802 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3803 #define $ac_func innocuous_$ac_func
3805 /* System header to define __stub macros and hopefully few prototypes,
3806 which can conflict with char $ac_func (); below.
3807 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3808 <limits.h> exists even on freestanding compilers. */
3811 # include <limits.h>
3813 # include <assert.h>
3818 /* Override any gcc2 internal prototype to avoid an error. */
3823 /* We use char because int might match the return type of a gcc2
3824 builtin and then its argument prototype would still apply. */
3826 /* The GNU C library defines this for functions which it implements
3827 to always fail with ENOSYS. Some functions are actually named
3828 something starting with __ and the normal name is an alias. */
3829 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3832 char (*f) () = $ac_func;
3841 return f != $ac_func;
3846 rm -f conftest.$ac_objext conftest$ac_exeext
3847 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3848 (eval $ac_link) 2>conftest.er1
3850 grep -v '^ *+' conftest.er1 >conftest.err
3852 cat conftest.err >&5
3853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3854 (exit $ac_status); } &&
3855 { ac_try='test -z "$ac_c_werror_flag"
3856 || test ! -s conftest.err'
3857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3861 (exit $ac_status); }; } &&
3862 { ac_try='test -s conftest$ac_exeext'
3863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3867 (exit $ac_status); }; }; then
3868 eval "$as_ac_var=yes"
3870 echo "$as_me: failed program was:" >&5
3871 sed 's/^/| /' conftest.$ac_ext >&5
3873 eval "$as_ac_var=no"
3875 rm -f conftest.err conftest.$ac_objext \
3876 conftest$ac_exeext conftest.$ac_ext
3878 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3879 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3880 if test `eval echo '${'$as_ac_var'}'` = yes; then
3882 cat >>confdefs.h <<_ACEOF
3883 #define CRAY_STACKSEG_END $ac_func
3892 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
3893 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
3894 if test "${ac_cv_c_stack_direction+set}" = set; then
3895 echo $ECHO_N "(cached) $ECHO_C" >&6
3897 if test "$cross_compiling" = yes; then
3898 ac_cv_c_stack_direction=0
3900 cat >conftest.$ac_ext <<_ACEOF
3903 cat confdefs.h >>conftest.$ac_ext
3904 cat >>conftest.$ac_ext <<_ACEOF
3905 /* end confdefs.h. */
3907 find_stack_direction ()
3909 static char *addr = 0;
3914 return find_stack_direction ();
3917 return (&dummy > addr) ? 1 : -1;
3923 exit (find_stack_direction () < 0);
3926 rm -f conftest$ac_exeext
3927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3928 (eval $ac_link) 2>&5
3930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3936 (exit $ac_status); }; }; then
3937 ac_cv_c_stack_direction=1
3939 echo "$as_me: program exited with status $ac_status" >&5
3940 echo "$as_me: failed program was:" >&5
3941 sed 's/^/| /' conftest.$ac_ext >&5
3944 ac_cv_c_stack_direction=-1
3946 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3949 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
3950 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
3952 cat >>confdefs.h <<_ACEOF
3953 #define STACK_DIRECTION $ac_cv_c_stack_direction
3961 for ac_header in stdlib.h unistd.h
3963 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3964 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3965 echo "$as_me:$LINENO: checking for $ac_header" >&5
3966 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3967 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3968 echo $ECHO_N "(cached) $ECHO_C" >&6
3970 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3971 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3973 # Is the header compilable?
3974 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3975 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3976 cat >conftest.$ac_ext <<_ACEOF
3979 cat confdefs.h >>conftest.$ac_ext
3980 cat >>conftest.$ac_ext <<_ACEOF
3981 /* end confdefs.h. */
3982 $ac_includes_default
3983 #include <$ac_header>
3985 rm -f conftest.$ac_objext
3986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3987 (eval $ac_compile) 2>conftest.er1
3989 grep -v '^ *+' conftest.er1 >conftest.err
3991 cat conftest.err >&5
3992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3993 (exit $ac_status); } &&
3994 { ac_try='test -z "$ac_c_werror_flag"
3995 || test ! -s conftest.err'
3996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4000 (exit $ac_status); }; } &&
4001 { ac_try='test -s conftest.$ac_objext'
4002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4006 (exit $ac_status); }; }; then
4007 ac_header_compiler=yes
4009 echo "$as_me: failed program was:" >&5
4010 sed 's/^/| /' conftest.$ac_ext >&5
4012 ac_header_compiler=no
4014 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4015 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4016 echo "${ECHO_T}$ac_header_compiler" >&6
4018 # Is the header present?
4019 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4020 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4021 cat >conftest.$ac_ext <<_ACEOF
4024 cat confdefs.h >>conftest.$ac_ext
4025 cat >>conftest.$ac_ext <<_ACEOF
4026 /* end confdefs.h. */
4027 #include <$ac_header>
4029 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4030 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4032 grep -v '^ *+' conftest.er1 >conftest.err
4034 cat conftest.err >&5
4035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4036 (exit $ac_status); } >/dev/null; then
4037 if test -s conftest.err; then
4038 ac_cpp_err=$ac_c_preproc_warn_flag
4039 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4046 if test -z "$ac_cpp_err"; then
4047 ac_header_preproc=yes
4049 echo "$as_me: failed program was:" >&5
4050 sed 's/^/| /' conftest.$ac_ext >&5
4052 ac_header_preproc=no
4054 rm -f conftest.err conftest.$ac_ext
4055 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4056 echo "${ECHO_T}$ac_header_preproc" >&6
4058 # So? What about this header?
4059 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4061 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4062 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4063 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4064 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4065 ac_header_preproc=yes
4068 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4069 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4070 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4071 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4072 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4073 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4074 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4075 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4076 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4077 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4078 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4079 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4082 ## ------------------------------------------ ##
4083 ## Report this to the AC_PACKAGE_NAME lists. ##
4084 ## ------------------------------------------ ##
4087 sed "s/^/$as_me: WARNING: /" >&2
4090 echo "$as_me:$LINENO: checking for $ac_header" >&5
4091 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4092 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4093 echo $ECHO_N "(cached) $ECHO_C" >&6
4095 eval "$as_ac_Header=\$ac_header_preproc"
4097 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4098 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4101 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4102 cat >>confdefs.h <<_ACEOF
4103 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4111 for ac_func in getpagesize
4113 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4114 echo "$as_me:$LINENO: checking for $ac_func" >&5
4115 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4116 if eval "test \"\${$as_ac_var+set}\" = set"; then
4117 echo $ECHO_N "(cached) $ECHO_C" >&6
4119 cat >conftest.$ac_ext <<_ACEOF
4122 cat confdefs.h >>conftest.$ac_ext
4123 cat >>conftest.$ac_ext <<_ACEOF
4124 /* end confdefs.h. */
4125 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4126 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4127 #define $ac_func innocuous_$ac_func
4129 /* System header to define __stub macros and hopefully few prototypes,
4130 which can conflict with char $ac_func (); below.
4131 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4132 <limits.h> exists even on freestanding compilers. */
4135 # include <limits.h>
4137 # include <assert.h>
4142 /* Override any gcc2 internal prototype to avoid an error. */
4147 /* We use char because int might match the return type of a gcc2
4148 builtin and then its argument prototype would still apply. */
4150 /* The GNU C library defines this for functions which it implements
4151 to always fail with ENOSYS. Some functions are actually named
4152 something starting with __ and the normal name is an alias. */
4153 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4156 char (*f) () = $ac_func;
4165 return f != $ac_func;
4170 rm -f conftest.$ac_objext conftest$ac_exeext
4171 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4172 (eval $ac_link) 2>conftest.er1
4174 grep -v '^ *+' conftest.er1 >conftest.err
4176 cat conftest.err >&5
4177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4178 (exit $ac_status); } &&
4179 { ac_try='test -z "$ac_c_werror_flag"
4180 || test ! -s conftest.err'
4181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4185 (exit $ac_status); }; } &&
4186 { ac_try='test -s conftest$ac_exeext'
4187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4191 (exit $ac_status); }; }; then
4192 eval "$as_ac_var=yes"
4194 echo "$as_me: failed program was:" >&5
4195 sed 's/^/| /' conftest.$ac_ext >&5
4197 eval "$as_ac_var=no"
4199 rm -f conftest.err conftest.$ac_objext \
4200 conftest$ac_exeext conftest.$ac_ext
4202 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4203 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4204 if test `eval echo '${'$as_ac_var'}'` = yes; then
4205 cat >>confdefs.h <<_ACEOF
4206 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4212 echo "$as_me:$LINENO: checking for working mmap" >&5
4213 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
4214 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
4215 echo $ECHO_N "(cached) $ECHO_C" >&6
4217 if test "$cross_compiling" = yes; then
4218 ac_cv_func_mmap_fixed_mapped=no
4220 cat >conftest.$ac_ext <<_ACEOF
4223 cat confdefs.h >>conftest.$ac_ext
4224 cat >>conftest.$ac_ext <<_ACEOF
4225 /* end confdefs.h. */
4226 $ac_includes_default
4227 /* malloc might have been renamed as rpl_malloc. */
4230 /* Thanks to Mike Haertel and Jim Avera for this test.
4231 Here is a matrix of mmap possibilities:
4232 mmap private not fixed
4233 mmap private fixed at somewhere currently unmapped
4234 mmap private fixed at somewhere already mapped
4235 mmap shared not fixed
4236 mmap shared fixed at somewhere currently unmapped
4237 mmap shared fixed at somewhere already mapped
4238 For private mappings, we should verify that changes cannot be read()
4239 back from the file, nor mmap's back from the file at a different
4240 address. (There have been systems where private was not correctly
4241 implemented like the infamous i386 svr4.0, and systems where the
4242 VM page cache was not coherent with the file system buffer cache
4243 like early versions of FreeBSD and possibly contemporary NetBSD.)
4244 For shared mappings, we should conversely verify that changes get
4245 propagated back to all the places they're supposed to be.
4247 Grep wants private fixed already mapped.
4248 The main things grep needs to know about mmap are:
4249 * does it exist and is it safe to write into the mmap'd area
4250 * how to use it (BSD variants) */
4253 #include <sys/mman.h>
4255 #if !STDC_HEADERS && !HAVE_STDLIB_H
4259 /* This mess was copied from the GNU getpagesize.h. */
4260 #if !HAVE_GETPAGESIZE
4261 /* Assume that all systems that can run configure have sys/param.h. */
4262 # if !HAVE_SYS_PARAM_H
4263 # define HAVE_SYS_PARAM_H 1
4266 # ifdef _SC_PAGESIZE
4267 # define getpagesize() sysconf(_SC_PAGESIZE)
4268 # else /* no _SC_PAGESIZE */
4269 # if HAVE_SYS_PARAM_H
4270 # include <sys/param.h>
4271 # ifdef EXEC_PAGESIZE
4272 # define getpagesize() EXEC_PAGESIZE
4273 # else /* no EXEC_PAGESIZE */
4275 # define getpagesize() NBPG * CLSIZE
4278 # endif /* no CLSIZE */
4279 # else /* no NBPG */
4281 # define getpagesize() NBPC
4282 # else /* no NBPC */
4284 # define getpagesize() PAGESIZE
4285 # endif /* PAGESIZE */
4286 # endif /* no NBPC */
4287 # endif /* no NBPG */
4288 # endif /* no EXEC_PAGESIZE */
4289 # else /* no HAVE_SYS_PARAM_H */
4290 # define getpagesize() 8192 /* punt totally */
4291 # endif /* no HAVE_SYS_PARAM_H */
4292 # endif /* no _SC_PAGESIZE */
4294 #endif /* no HAVE_GETPAGESIZE */
4299 char *data, *data2, *data3;
4303 pagesize = getpagesize ();
4305 /* First, make a file with some known garbage in it. */
4306 data = (char *) malloc (pagesize);
4309 for (i = 0; i < pagesize; ++i)
4310 *(data + i) = rand ();
4312 fd = creat ("conftest.mmap", 0600);
4315 if (write (fd, data, pagesize) != pagesize)
4319 /* Next, try to mmap the file at a fixed address which already has
4320 something else allocated at it. If we can, also make sure that
4321 we see the same garbage. */
4322 fd = open ("conftest.mmap", O_RDWR);
4325 data2 = (char *) malloc (2 * pagesize);
4328 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
4329 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
4330 MAP_PRIVATE | MAP_FIXED, fd, 0L))
4332 for (i = 0; i < pagesize; ++i)
4333 if (*(data + i) != *(data2 + i))
4336 /* Finally, make sure that changes to the mapped area do not
4337 percolate back to the file as seen by read(). (This is a bug on
4338 some variants of i386 svr4.0.) */
4339 for (i = 0; i < pagesize; ++i)
4340 *(data2 + i) = *(data2 + i) + 1;
4341 data3 = (char *) malloc (pagesize);
4344 if (read (fd, data3, pagesize) != pagesize)
4346 for (i = 0; i < pagesize; ++i)
4347 if (*(data + i) != *(data3 + i))
4353 rm -f conftest$ac_exeext
4354 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4355 (eval $ac_link) 2>&5
4357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4358 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4363 (exit $ac_status); }; }; then
4364 ac_cv_func_mmap_fixed_mapped=yes
4366 echo "$as_me: program exited with status $ac_status" >&5
4367 echo "$as_me: failed program was:" >&5
4368 sed 's/^/| /' conftest.$ac_ext >&5
4371 ac_cv_func_mmap_fixed_mapped=no
4373 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4376 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
4377 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
4378 if test $ac_cv_func_mmap_fixed_mapped = yes; then
4380 cat >>confdefs.h <<\_ACEOF
4397 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
4398 unistd.h values.h sys/param.h
4400 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4401 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4402 echo "$as_me:$LINENO: checking for $ac_header" >&5
4403 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4404 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4405 echo $ECHO_N "(cached) $ECHO_C" >&6
4407 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4408 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4410 # Is the header compilable?
4411 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4412 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4413 cat >conftest.$ac_ext <<_ACEOF
4416 cat confdefs.h >>conftest.$ac_ext
4417 cat >>conftest.$ac_ext <<_ACEOF
4418 /* end confdefs.h. */
4419 $ac_includes_default
4420 #include <$ac_header>
4422 rm -f conftest.$ac_objext
4423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4424 (eval $ac_compile) 2>conftest.er1
4426 grep -v '^ *+' conftest.er1 >conftest.err
4428 cat conftest.err >&5
4429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430 (exit $ac_status); } &&
4431 { ac_try='test -z "$ac_c_werror_flag"
4432 || test ! -s conftest.err'
4433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4437 (exit $ac_status); }; } &&
4438 { ac_try='test -s conftest.$ac_objext'
4439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4443 (exit $ac_status); }; }; then
4444 ac_header_compiler=yes
4446 echo "$as_me: failed program was:" >&5
4447 sed 's/^/| /' conftest.$ac_ext >&5
4449 ac_header_compiler=no
4451 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4452 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4453 echo "${ECHO_T}$ac_header_compiler" >&6
4455 # Is the header present?
4456 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4457 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4458 cat >conftest.$ac_ext <<_ACEOF
4461 cat confdefs.h >>conftest.$ac_ext
4462 cat >>conftest.$ac_ext <<_ACEOF
4463 /* end confdefs.h. */
4464 #include <$ac_header>
4466 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4467 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4469 grep -v '^ *+' conftest.er1 >conftest.err
4471 cat conftest.err >&5
4472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4473 (exit $ac_status); } >/dev/null; then
4474 if test -s conftest.err; then
4475 ac_cpp_err=$ac_c_preproc_warn_flag
4476 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4483 if test -z "$ac_cpp_err"; then
4484 ac_header_preproc=yes
4486 echo "$as_me: failed program was:" >&5
4487 sed 's/^/| /' conftest.$ac_ext >&5
4489 ac_header_preproc=no
4491 rm -f conftest.err conftest.$ac_ext
4492 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4493 echo "${ECHO_T}$ac_header_preproc" >&6
4495 # So? What about this header?
4496 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4498 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4499 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4500 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4501 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4502 ac_header_preproc=yes
4505 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4506 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4507 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4508 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4509 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4510 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4511 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4512 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4513 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4514 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4515 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4516 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4519 ## ------------------------------------------ ##
4520 ## Report this to the AC_PACKAGE_NAME lists. ##
4521 ## ------------------------------------------ ##
4524 sed "s/^/$as_me: WARNING: /" >&2
4527 echo "$as_me:$LINENO: checking for $ac_header" >&5
4528 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4529 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4530 echo $ECHO_N "(cached) $ECHO_C" >&6
4532 eval "$as_ac_Header=\$ac_header_preproc"
4534 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4535 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4538 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4539 cat >>confdefs.h <<_ACEOF
4540 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4557 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
4558 __argz_count __argz_stringify __argz_next
4560 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4561 echo "$as_me:$LINENO: checking for $ac_func" >&5
4562 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4563 if eval "test \"\${$as_ac_var+set}\" = set"; then
4564 echo $ECHO_N "(cached) $ECHO_C" >&6
4566 cat >conftest.$ac_ext <<_ACEOF
4569 cat confdefs.h >>conftest.$ac_ext
4570 cat >>conftest.$ac_ext <<_ACEOF
4571 /* end confdefs.h. */
4572 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4573 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4574 #define $ac_func innocuous_$ac_func
4576 /* System header to define __stub macros and hopefully few prototypes,
4577 which can conflict with char $ac_func (); below.
4578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4579 <limits.h> exists even on freestanding compilers. */
4582 # include <limits.h>
4584 # include <assert.h>
4589 /* Override any gcc2 internal prototype to avoid an error. */
4594 /* We use char because int might match the return type of a gcc2
4595 builtin and then its argument prototype would still apply. */
4597 /* The GNU C library defines this for functions which it implements
4598 to always fail with ENOSYS. Some functions are actually named
4599 something starting with __ and the normal name is an alias. */
4600 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4603 char (*f) () = $ac_func;
4612 return f != $ac_func;
4617 rm -f conftest.$ac_objext conftest$ac_exeext
4618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4619 (eval $ac_link) 2>conftest.er1
4621 grep -v '^ *+' conftest.er1 >conftest.err
4623 cat conftest.err >&5
4624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4625 (exit $ac_status); } &&
4626 { ac_try='test -z "$ac_c_werror_flag"
4627 || test ! -s conftest.err'
4628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4632 (exit $ac_status); }; } &&
4633 { ac_try='test -s conftest$ac_exeext'
4634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4638 (exit $ac_status); }; }; then
4639 eval "$as_ac_var=yes"
4641 echo "$as_me: failed program was:" >&5
4642 sed 's/^/| /' conftest.$ac_ext >&5
4644 eval "$as_ac_var=no"
4646 rm -f conftest.err conftest.$ac_objext \
4647 conftest$ac_exeext conftest.$ac_ext
4649 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4650 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4651 if test `eval echo '${'$as_ac_var'}'` = yes; then
4652 cat >>confdefs.h <<_ACEOF
4653 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4660 if test "${ac_cv_func_stpcpy+set}" != "set"; then
4662 for ac_func in stpcpy
4664 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4665 echo "$as_me:$LINENO: checking for $ac_func" >&5
4666 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4667 if eval "test \"\${$as_ac_var+set}\" = set"; then
4668 echo $ECHO_N "(cached) $ECHO_C" >&6
4670 cat >conftest.$ac_ext <<_ACEOF
4673 cat confdefs.h >>conftest.$ac_ext
4674 cat >>conftest.$ac_ext <<_ACEOF
4675 /* end confdefs.h. */
4676 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4677 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4678 #define $ac_func innocuous_$ac_func
4680 /* System header to define __stub macros and hopefully few prototypes,
4681 which can conflict with char $ac_func (); below.
4682 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4683 <limits.h> exists even on freestanding compilers. */
4686 # include <limits.h>
4688 # include <assert.h>
4693 /* Override any gcc2 internal prototype to avoid an error. */
4698 /* We use char because int might match the return type of a gcc2
4699 builtin and then its argument prototype would still apply. */
4701 /* The GNU C library defines this for functions which it implements
4702 to always fail with ENOSYS. Some functions are actually named
4703 something starting with __ and the normal name is an alias. */
4704 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4707 char (*f) () = $ac_func;
4716 return f != $ac_func;
4721 rm -f conftest.$ac_objext conftest$ac_exeext
4722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4723 (eval $ac_link) 2>conftest.er1
4725 grep -v '^ *+' conftest.er1 >conftest.err
4727 cat conftest.err >&5
4728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4729 (exit $ac_status); } &&
4730 { ac_try='test -z "$ac_c_werror_flag"
4731 || test ! -s conftest.err'
4732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4736 (exit $ac_status); }; } &&
4737 { ac_try='test -s conftest$ac_exeext'
4738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4742 (exit $ac_status); }; }; then
4743 eval "$as_ac_var=yes"
4745 echo "$as_me: failed program was:" >&5
4746 sed 's/^/| /' conftest.$ac_ext >&5
4748 eval "$as_ac_var=no"
4750 rm -f conftest.err conftest.$ac_objext \
4751 conftest$ac_exeext conftest.$ac_ext
4753 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4754 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4755 if test `eval echo '${'$as_ac_var'}'` = yes; then
4756 cat >>confdefs.h <<_ACEOF
4757 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4764 if test "${ac_cv_func_stpcpy}" = "yes"; then
4766 cat >>confdefs.h <<\_ACEOF
4767 #define HAVE_STPCPY 1
4772 if test $ac_cv_header_locale_h = yes; then
4773 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
4774 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
4775 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
4776 echo $ECHO_N "(cached) $ECHO_C" >&6
4778 cat >conftest.$ac_ext <<_ACEOF
4781 cat confdefs.h >>conftest.$ac_ext
4782 cat >>conftest.$ac_ext <<_ACEOF
4783 /* end confdefs.h. */
4793 rm -f conftest.$ac_objext conftest$ac_exeext
4794 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4795 (eval $ac_link) 2>conftest.er1
4797 grep -v '^ *+' conftest.er1 >conftest.err
4799 cat conftest.err >&5
4800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4801 (exit $ac_status); } &&
4802 { ac_try='test -z "$ac_c_werror_flag"
4803 || test ! -s conftest.err'
4804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4808 (exit $ac_status); }; } &&
4809 { ac_try='test -s conftest$ac_exeext'
4810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4814 (exit $ac_status); }; }; then
4815 am_cv_val_LC_MESSAGES=yes
4817 echo "$as_me: failed program was:" >&5
4818 sed 's/^/| /' conftest.$ac_ext >&5
4820 am_cv_val_LC_MESSAGES=no
4822 rm -f conftest.err conftest.$ac_objext \
4823 conftest$ac_exeext conftest.$ac_ext
4825 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
4826 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
4827 if test $am_cv_val_LC_MESSAGES = yes; then
4829 cat >>confdefs.h <<\_ACEOF
4830 #define HAVE_LC_MESSAGES 1
4835 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
4836 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
4837 # Check whether --enable-nls or --disable-nls was given.
4838 if test "${enable_nls+set}" = set; then
4839 enableval="$enable_nls"
4844 echo "$as_me:$LINENO: result: $USE_NLS" >&5
4845 echo "${ECHO_T}$USE_NLS" >&6
4848 USE_INCLUDED_LIBINTL=no
4850 if test "$USE_NLS" = "yes"; then
4851 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
4852 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
4854 # Check whether --with-included-gettext or --without-included-gettext was given.
4855 if test "${with_included_gettext+set}" = set; then
4856 withval="$with_included_gettext"
4857 nls_cv_force_use_gnu_gettext=$withval
4859 nls_cv_force_use_gnu_gettext=no
4861 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
4862 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
4864 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
4865 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
4867 nls_cv_header_libgt=
4870 if test "${ac_cv_header_libintl_h+set}" = set; then
4871 echo "$as_me:$LINENO: checking for libintl.h" >&5
4872 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
4873 if test "${ac_cv_header_libintl_h+set}" = set; then
4874 echo $ECHO_N "(cached) $ECHO_C" >&6
4876 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
4877 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
4879 # Is the header compilable?
4880 echo "$as_me:$LINENO: checking libintl.h usability" >&5
4881 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
4882 cat >conftest.$ac_ext <<_ACEOF
4885 cat confdefs.h >>conftest.$ac_ext
4886 cat >>conftest.$ac_ext <<_ACEOF
4887 /* end confdefs.h. */
4888 $ac_includes_default
4889 #include <libintl.h>
4891 rm -f conftest.$ac_objext
4892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4893 (eval $ac_compile) 2>conftest.er1
4895 grep -v '^ *+' conftest.er1 >conftest.err
4897 cat conftest.err >&5
4898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4899 (exit $ac_status); } &&
4900 { ac_try='test -z "$ac_c_werror_flag"
4901 || test ! -s conftest.err'
4902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4906 (exit $ac_status); }; } &&
4907 { ac_try='test -s conftest.$ac_objext'
4908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4912 (exit $ac_status); }; }; then
4913 ac_header_compiler=yes
4915 echo "$as_me: failed program was:" >&5
4916 sed 's/^/| /' conftest.$ac_ext >&5
4918 ac_header_compiler=no
4920 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4921 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4922 echo "${ECHO_T}$ac_header_compiler" >&6
4924 # Is the header present?
4925 echo "$as_me:$LINENO: checking libintl.h presence" >&5
4926 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
4927 cat >conftest.$ac_ext <<_ACEOF
4930 cat confdefs.h >>conftest.$ac_ext
4931 cat >>conftest.$ac_ext <<_ACEOF
4932 /* end confdefs.h. */
4933 #include <libintl.h>
4935 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4936 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4938 grep -v '^ *+' conftest.er1 >conftest.err
4940 cat conftest.err >&5
4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4942 (exit $ac_status); } >/dev/null; then
4943 if test -s conftest.err; then
4944 ac_cpp_err=$ac_c_preproc_warn_flag
4945 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4952 if test -z "$ac_cpp_err"; then
4953 ac_header_preproc=yes
4955 echo "$as_me: failed program was:" >&5
4956 sed 's/^/| /' conftest.$ac_ext >&5
4958 ac_header_preproc=no
4960 rm -f conftest.err conftest.$ac_ext
4961 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4962 echo "${ECHO_T}$ac_header_preproc" >&6
4964 # So? What about this header?
4965 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4967 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
4968 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4969 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
4970 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
4971 ac_header_preproc=yes
4974 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
4975 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
4976 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
4977 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
4978 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
4979 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
4980 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
4981 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
4982 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
4983 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
4984 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
4985 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
4988 ## ------------------------------------------ ##
4989 ## Report this to the AC_PACKAGE_NAME lists. ##
4990 ## ------------------------------------------ ##
4993 sed "s/^/$as_me: WARNING: /" >&2
4996 echo "$as_me:$LINENO: checking for libintl.h" >&5
4997 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
4998 if test "${ac_cv_header_libintl_h+set}" = set; then
4999 echo $ECHO_N "(cached) $ECHO_C" >&6
5001 ac_cv_header_libintl_h=$ac_header_preproc
5003 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
5004 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
5007 if test $ac_cv_header_libintl_h = yes; then
5008 echo "$as_me:$LINENO: checking for gettext in libc" >&5
5009 echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
5010 if test "${gt_cv_func_gettext_libc+set}" = set; then
5011 echo $ECHO_N "(cached) $ECHO_C" >&6
5013 cat >conftest.$ac_ext <<_ACEOF
5016 cat confdefs.h >>conftest.$ac_ext
5017 cat >>conftest.$ac_ext <<_ACEOF
5018 /* end confdefs.h. */
5019 #include <libintl.h>
5023 return (int) gettext ("")
5028 rm -f conftest.$ac_objext conftest$ac_exeext
5029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5030 (eval $ac_link) 2>conftest.er1
5032 grep -v '^ *+' conftest.er1 >conftest.err
5034 cat conftest.err >&5
5035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5036 (exit $ac_status); } &&
5037 { ac_try='test -z "$ac_c_werror_flag"
5038 || test ! -s conftest.err'
5039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5043 (exit $ac_status); }; } &&
5044 { ac_try='test -s conftest$ac_exeext'
5045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5049 (exit $ac_status); }; }; then
5050 gt_cv_func_gettext_libc=yes
5052 echo "$as_me: failed program was:" >&5
5053 sed 's/^/| /' conftest.$ac_ext >&5
5055 gt_cv_func_gettext_libc=no
5057 rm -f conftest.err conftest.$ac_objext \
5058 conftest$ac_exeext conftest.$ac_ext
5060 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
5061 echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
5063 if test "$gt_cv_func_gettext_libc" != "yes"; then
5064 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
5065 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
5066 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
5067 echo $ECHO_N "(cached) $ECHO_C" >&6
5069 ac_check_lib_save_LIBS=$LIBS
5071 cat >conftest.$ac_ext <<_ACEOF
5074 cat confdefs.h >>conftest.$ac_ext
5075 cat >>conftest.$ac_ext <<_ACEOF
5076 /* end confdefs.h. */
5078 /* Override any gcc2 internal prototype to avoid an error. */
5082 /* We use char because int might match the return type of a gcc2
5083 builtin and then its argument prototype would still apply. */
5084 char bindtextdomain ();
5093 rm -f conftest.$ac_objext conftest$ac_exeext
5094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5095 (eval $ac_link) 2>conftest.er1
5097 grep -v '^ *+' conftest.er1 >conftest.err
5099 cat conftest.err >&5
5100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5101 (exit $ac_status); } &&
5102 { ac_try='test -z "$ac_c_werror_flag"
5103 || test ! -s conftest.err'
5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5108 (exit $ac_status); }; } &&
5109 { ac_try='test -s conftest$ac_exeext'
5110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5114 (exit $ac_status); }; }; then
5115 ac_cv_lib_intl_bindtextdomain=yes
5117 echo "$as_me: failed program was:" >&5
5118 sed 's/^/| /' conftest.$ac_ext >&5
5120 ac_cv_lib_intl_bindtextdomain=no
5122 rm -f conftest.err conftest.$ac_objext \
5123 conftest$ac_exeext conftest.$ac_ext
5124 LIBS=$ac_check_lib_save_LIBS
5126 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
5127 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
5128 if test $ac_cv_lib_intl_bindtextdomain = yes; then
5129 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
5130 echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
5131 if test "${gt_cv_func_gettext_libintl+set}" = set; then
5132 echo $ECHO_N "(cached) $ECHO_C" >&6
5134 cat >conftest.$ac_ext <<_ACEOF
5137 cat confdefs.h >>conftest.$ac_ext
5138 cat >>conftest.$ac_ext <<_ACEOF
5139 /* end confdefs.h. */
5144 return (int) gettext ("")
5149 rm -f conftest.$ac_objext conftest$ac_exeext
5150 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5151 (eval $ac_link) 2>conftest.er1
5153 grep -v '^ *+' conftest.er1 >conftest.err
5155 cat conftest.err >&5
5156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157 (exit $ac_status); } &&
5158 { ac_try='test -z "$ac_c_werror_flag"
5159 || test ! -s conftest.err'
5160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 (exit $ac_status); }; } &&
5165 { ac_try='test -s conftest$ac_exeext'
5166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5170 (exit $ac_status); }; }; then
5171 gt_cv_func_gettext_libintl=yes
5173 echo "$as_me: failed program was:" >&5
5174 sed 's/^/| /' conftest.$ac_ext >&5
5176 gt_cv_func_gettext_libintl=no
5178 rm -f conftest.err conftest.$ac_objext \
5179 conftest$ac_exeext conftest.$ac_ext
5181 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
5182 echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
5187 if test "$gt_cv_func_gettext_libc" = "yes" \
5188 || test "$gt_cv_func_gettext_libintl" = "yes"; then
5190 cat >>confdefs.h <<\_ACEOF
5191 #define HAVE_GETTEXT 1
5194 # Extract the first word of "msgfmt", so it can be a program name with args.
5195 set dummy msgfmt; ac_word=$2
5196 echo "$as_me:$LINENO: checking for $ac_word" >&5
5197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5198 if test "${ac_cv_path_MSGFMT+set}" = set; then
5199 echo $ECHO_N "(cached) $ECHO_C" >&6
5203 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5206 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5207 for ac_dir in $PATH; do
5208 test -z "$ac_dir" && ac_dir=.
5209 if test -f $ac_dir/$ac_word; then
5210 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
5211 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
5217 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
5221 MSGFMT="$ac_cv_path_MSGFMT"
5222 if test -n "$MSGFMT"; then
5223 echo "$as_me:$LINENO: result: $MSGFMT" >&5
5224 echo "${ECHO_T}$MSGFMT" >&6
5226 echo "$as_me:$LINENO: result: no" >&5
5227 echo "${ECHO_T}no" >&6
5229 if test "$MSGFMT" != "no"; then
5231 for ac_func in dcgettext
5233 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5234 echo "$as_me:$LINENO: checking for $ac_func" >&5
5235 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5236 if eval "test \"\${$as_ac_var+set}\" = set"; then
5237 echo $ECHO_N "(cached) $ECHO_C" >&6
5239 cat >conftest.$ac_ext <<_ACEOF
5242 cat confdefs.h >>conftest.$ac_ext
5243 cat >>conftest.$ac_ext <<_ACEOF
5244 /* end confdefs.h. */
5245 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5247 #define $ac_func innocuous_$ac_func
5249 /* System header to define __stub macros and hopefully few prototypes,
5250 which can conflict with char $ac_func (); below.
5251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5252 <limits.h> exists even on freestanding compilers. */
5255 # include <limits.h>
5257 # include <assert.h>
5262 /* Override any gcc2 internal prototype to avoid an error. */
5267 /* We use char because int might match the return type of a gcc2
5268 builtin and then its argument prototype would still apply. */
5270 /* The GNU C library defines this for functions which it implements
5271 to always fail with ENOSYS. Some functions are actually named
5272 something starting with __ and the normal name is an alias. */
5273 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5276 char (*f) () = $ac_func;
5285 return f != $ac_func;
5290 rm -f conftest.$ac_objext conftest$ac_exeext
5291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5292 (eval $ac_link) 2>conftest.er1
5294 grep -v '^ *+' conftest.er1 >conftest.err
5296 cat conftest.err >&5
5297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5298 (exit $ac_status); } &&
5299 { ac_try='test -z "$ac_c_werror_flag"
5300 || test ! -s conftest.err'
5301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305 (exit $ac_status); }; } &&
5306 { ac_try='test -s conftest$ac_exeext'
5307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5311 (exit $ac_status); }; }; then
5312 eval "$as_ac_var=yes"
5314 echo "$as_me: failed program was:" >&5
5315 sed 's/^/| /' conftest.$ac_ext >&5
5317 eval "$as_ac_var=no"
5319 rm -f conftest.err conftest.$ac_objext \
5320 conftest$ac_exeext conftest.$ac_ext
5322 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5323 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5324 if test `eval echo '${'$as_ac_var'}'` = yes; then
5325 cat >>confdefs.h <<_ACEOF
5326 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5332 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5333 set dummy gmsgfmt; ac_word=$2
5334 echo "$as_me:$LINENO: checking for $ac_word" >&5
5335 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5336 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5337 echo $ECHO_N "(cached) $ECHO_C" >&6
5341 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5348 test -z "$as_dir" && as_dir=.
5349 for ac_exec_ext in '' $ac_executable_extensions; do
5350 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5351 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
5352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5358 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5362 GMSGFMT=$ac_cv_path_GMSGFMT
5364 if test -n "$GMSGFMT"; then
5365 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5366 echo "${ECHO_T}$GMSGFMT" >&6
5368 echo "$as_me:$LINENO: result: no" >&5
5369 echo "${ECHO_T}no" >&6
5372 # Extract the first word of "xgettext", so it can be a program name with args.
5373 set dummy xgettext; ac_word=$2
5374 echo "$as_me:$LINENO: checking for $ac_word" >&5
5375 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5376 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5377 echo $ECHO_N "(cached) $ECHO_C" >&6
5381 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5384 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5385 for ac_dir in $PATH; do
5386 test -z "$ac_dir" && ac_dir=.
5387 if test -f $ac_dir/$ac_word; then
5388 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
5389 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
5395 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5399 XGETTEXT="$ac_cv_path_XGETTEXT"
5400 if test -n "$XGETTEXT"; then
5401 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5402 echo "${ECHO_T}$XGETTEXT" >&6
5404 echo "$as_me:$LINENO: result: no" >&5
5405 echo "${ECHO_T}no" >&6
5408 cat >conftest.$ac_ext <<_ACEOF
5411 cat confdefs.h >>conftest.$ac_ext
5412 cat >>conftest.$ac_ext <<_ACEOF
5413 /* end confdefs.h. */
5418 extern int _nl_msg_cat_cntr;
5419 return _nl_msg_cat_cntr
5424 rm -f conftest.$ac_objext conftest$ac_exeext
5425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5426 (eval $ac_link) 2>conftest.er1
5428 grep -v '^ *+' conftest.er1 >conftest.err
5430 cat conftest.err >&5
5431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5432 (exit $ac_status); } &&
5433 { ac_try='test -z "$ac_c_werror_flag"
5434 || test ! -s conftest.err'
5435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5439 (exit $ac_status); }; } &&
5440 { ac_try='test -s conftest$ac_exeext'
5441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5445 (exit $ac_status); }; }; then
5449 echo "$as_me: failed program was:" >&5
5450 sed 's/^/| /' conftest.$ac_ext >&5
5455 rm -f conftest.err conftest.$ac_objext \
5456 conftest$ac_exeext conftest.$ac_ext
5466 if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
5467 # Neither gettext nor catgets in included in the C library.
5468 # Fall back on GNU gettext library (assuming it is present).
5469 nls_cv_use_gnu_gettext=yes
5473 if test "$nls_cv_use_gnu_gettext" = "yes"; then
5474 INTLOBJS="\$(GETTOBJS)"
5475 # Extract the first word of "msgfmt", so it can be a program name with args.
5476 set dummy msgfmt; ac_word=$2
5477 echo "$as_me:$LINENO: checking for $ac_word" >&5
5478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5479 if test "${ac_cv_path_MSGFMT+set}" = set; then
5480 echo $ECHO_N "(cached) $ECHO_C" >&6
5484 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5487 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5488 for ac_dir in $PATH; do
5489 test -z "$ac_dir" && ac_dir=.
5490 if test -f $ac_dir/$ac_word; then
5491 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
5492 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
5498 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
5502 MSGFMT="$ac_cv_path_MSGFMT"
5503 if test -n "$MSGFMT"; then
5504 echo "$as_me:$LINENO: result: $MSGFMT" >&5
5505 echo "${ECHO_T}$MSGFMT" >&6
5507 echo "$as_me:$LINENO: result: no" >&5
5508 echo "${ECHO_T}no" >&6
5511 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5512 set dummy gmsgfmt; ac_word=$2
5513 echo "$as_me:$LINENO: checking for $ac_word" >&5
5514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5515 if test "${ac_cv_path_GMSGFMT+set}" = set; then
5516 echo $ECHO_N "(cached) $ECHO_C" >&6
5520 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527 test -z "$as_dir" && as_dir=.
5528 for ac_exec_ext in '' $ac_executable_extensions; do
5529 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5530 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
5531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5537 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5541 GMSGFMT=$ac_cv_path_GMSGFMT
5543 if test -n "$GMSGFMT"; then
5544 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
5545 echo "${ECHO_T}$GMSGFMT" >&6
5547 echo "$as_me:$LINENO: result: no" >&5
5548 echo "${ECHO_T}no" >&6
5551 # Extract the first word of "xgettext", so it can be a program name with args.
5552 set dummy xgettext; ac_word=$2
5553 echo "$as_me:$LINENO: checking for $ac_word" >&5
5554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5555 if test "${ac_cv_path_XGETTEXT+set}" = set; then
5556 echo $ECHO_N "(cached) $ECHO_C" >&6
5560 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5563 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
5564 for ac_dir in $PATH; do
5565 test -z "$ac_dir" && ac_dir=.
5566 if test -f $ac_dir/$ac_word; then
5567 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
5568 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
5574 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5578 XGETTEXT="$ac_cv_path_XGETTEXT"
5579 if test -n "$XGETTEXT"; then
5580 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
5581 echo "${ECHO_T}$XGETTEXT" >&6
5583 echo "$as_me:$LINENO: result: no" >&5
5584 echo "${ECHO_T}no" >&6
5588 USE_INCLUDED_LIBINTL=yes
5592 INTLDEPS='$(top_builddir)/../intl/libintl.a'
5594 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
5595 nls_cv_header_intl=libintl.h
5596 nls_cv_header_libgt=libgettext.h
5599 if test "$XGETTEXT" != ":"; then
5600 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
5603 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
5604 echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
5609 # We need to process the po/ directory.
5613 nls_cv_header_intl=libintl.h
5614 nls_cv_header_libgt=libgettext.h
5617 # If this is used in GNU gettext we have to set USE_NLS to `yes'
5618 # because some of the sources are only built for this goal.
5619 if test "$PACKAGE" = gettext; then
5621 USE_INCLUDED_LIBINTL=yes
5624 for lang in $ALL_LINGUAS; do
5625 GMOFILES="$GMOFILES $lang.gmo"
5626 POFILES="$POFILES $lang.po"
5640 if test "x$CATOBJEXT" != "x"; then
5642 cat >>confdefs.h <<\_ACEOF
5643 #define ENABLE_NLS 1
5649 if test "x$CATOBJEXT" != "x"; then
5650 if test "x$ALL_LINGUAS" = "x"; then
5653 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
5654 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
5656 for lang in ${LINGUAS=$ALL_LINGUAS}; do
5657 case "$ALL_LINGUAS" in
5658 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
5661 LINGUAS=$NEW_LINGUAS
5662 echo "$as_me:$LINENO: result: $LINGUAS" >&5
5663 echo "${ECHO_T}$LINGUAS" >&6
5666 if test -n "$LINGUAS"; then
5667 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
5671 if test $ac_cv_header_locale_h = yes; then
5672 INCLUDE_LOCALE_H="#include <locale.h>"
5675 /* The system does not provide the header <locale.h>. Take care yourself. */"
5679 if test -f $srcdir/po2tbl.sed.in; then
5680 if test "$CATOBJEXT" = ".cat"; then
5681 if test "${ac_cv_header_linux_version_h+set}" = set; then
5682 echo "$as_me:$LINENO: checking for linux/version.h" >&5
5683 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
5684 if test "${ac_cv_header_linux_version_h+set}" = set; then
5685 echo $ECHO_N "(cached) $ECHO_C" >&6
5687 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
5688 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
5690 # Is the header compilable?
5691 echo "$as_me:$LINENO: checking linux/version.h usability" >&5
5692 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
5693 cat >conftest.$ac_ext <<_ACEOF
5696 cat confdefs.h >>conftest.$ac_ext
5697 cat >>conftest.$ac_ext <<_ACEOF
5698 /* end confdefs.h. */
5699 $ac_includes_default
5700 #include <linux/version.h>
5702 rm -f conftest.$ac_objext
5703 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5704 (eval $ac_compile) 2>conftest.er1
5706 grep -v '^ *+' conftest.er1 >conftest.err
5708 cat conftest.err >&5
5709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5710 (exit $ac_status); } &&
5711 { ac_try='test -z "$ac_c_werror_flag"
5712 || test ! -s conftest.err'
5713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5717 (exit $ac_status); }; } &&
5718 { ac_try='test -s conftest.$ac_objext'
5719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5723 (exit $ac_status); }; }; then
5724 ac_header_compiler=yes
5726 echo "$as_me: failed program was:" >&5
5727 sed 's/^/| /' conftest.$ac_ext >&5
5729 ac_header_compiler=no
5731 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5732 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5733 echo "${ECHO_T}$ac_header_compiler" >&6
5735 # Is the header present?
5736 echo "$as_me:$LINENO: checking linux/version.h presence" >&5
5737 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
5738 cat >conftest.$ac_ext <<_ACEOF
5741 cat confdefs.h >>conftest.$ac_ext
5742 cat >>conftest.$ac_ext <<_ACEOF
5743 /* end confdefs.h. */
5744 #include <linux/version.h>
5746 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5747 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5749 grep -v '^ *+' conftest.er1 >conftest.err
5751 cat conftest.err >&5
5752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5753 (exit $ac_status); } >/dev/null; then
5754 if test -s conftest.err; then
5755 ac_cpp_err=$ac_c_preproc_warn_flag
5756 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5763 if test -z "$ac_cpp_err"; then
5764 ac_header_preproc=yes
5766 echo "$as_me: failed program was:" >&5
5767 sed 's/^/| /' conftest.$ac_ext >&5
5769 ac_header_preproc=no
5771 rm -f conftest.err conftest.$ac_ext
5772 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5773 echo "${ECHO_T}$ac_header_preproc" >&6
5775 # So? What about this header?
5776 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5778 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
5779 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
5780 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
5781 echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
5782 ac_header_preproc=yes
5785 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
5786 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
5787 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
5788 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
5789 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
5790 echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
5791 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
5792 echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
5793 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
5794 echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
5795 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
5796 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
5799 ## ------------------------------------------ ##
5800 ## Report this to the AC_PACKAGE_NAME lists. ##
5801 ## ------------------------------------------ ##
5804 sed "s/^/$as_me: WARNING: /" >&2
5807 echo "$as_me:$LINENO: checking for linux/version.h" >&5
5808 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
5809 if test "${ac_cv_header_linux_version_h+set}" = set; then
5810 echo $ECHO_N "(cached) $ECHO_C" >&6
5812 ac_cv_header_linux_version_h=$ac_header_preproc
5814 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
5815 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
5818 if test $ac_cv_header_linux_version_h = yes; then
5826 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
5828 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
5829 $srcdir/po2tbl.sed.in > po2tbl.sed
5832 if test "$PACKAGE" = "gettext"; then
5842 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
5848 if test -f $srcdir/po/POTFILES.in; then
5849 test -d po || mkdir po
5850 if test "x$srcdir" != "x."; then
5851 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
5852 posrcprefix="$srcdir/"
5854 posrcprefix="../$srcdir/"
5860 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
5861 < $srcdir/po/POTFILES.in > po/POTFILES
5865 localedir='${datadir}/locale'
5868 if test "x$POSUB" != x; then
5870 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
5871 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
5872 # Look for .po and .gmo files in the source directory.
5875 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
5876 # If there aren't any .gmo files the shell will give us the
5877 # literal string "../path/to/srcdir/po/*.gmo" which has to be
5879 case "$cat" in *\**)
5882 # The quadruple backslash is collapsed to a double backslash
5883 # by the backticks, then collapsed again by the double quotes,
5884 # leaving us with one backslash in the sed expression (right
5885 # before the dot that mustn't act as a wildcard).
5886 cat=`echo $cat | sed -e "s!$srcdir/!!" -e "s!\\\\.po!.gmo!"`
5887 lang=`echo $cat | sed -e 's!po/!!' -e "s!\\\\.gmo!!"`
5888 # The user is allowed to set LINGUAS to a list of languages to
5889 # install catalogs for. If it's empty that means "all of them."
5890 if test "x$LINGUAS" = x; then
5891 CATALOGS="$CATALOGS $cat"
5892 XLINGUAS="$XLINGUAS $lang"
5894 case "$LINGUAS" in *$lang*)
5895 CATALOGS="$CATALOGS $cat"
5896 XLINGUAS="$XLINGUAS $lang"
5902 echo "$as_me:$LINENO: result: $LINGUAS" >&5
5903 echo "${ECHO_T}$LINGUAS" >&6
5905 CONFIG_ALL="$CONFIG_ALL all-po"
5906 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
5907 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
5908 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
5913 cat >>confdefs.h <<_ACEOF
5914 #define PACKAGE "$PACKAGE"
5919 debugdir=${libdir}/debug
5922 # Check whether --with-separate-debug-dir or --without-separate-debug-dir was given.
5923 if test "${with_separate_debug_dir+set}" = set; then
5924 withval="$with_separate_debug_dir"
5925 debugdir="${withval}"
5929 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
5930 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5931 ac_define_dir=`eval echo $debugdir`
5932 ac_define_dir=`eval echo $ac_define_dir`
5934 cat >>confdefs.h <<_ACEOF
5935 #define DEBUGDIR "$ac_define_dir"
5939 #AC_DEFINE_UNQUOTED(DEBUGDIR, "$debugdir"),
5943 subdirs="$subdirs doc testsuite"
5946 . $srcdir/configure.host
5948 . $srcdir/configure.tgt
5950 # Fetch the default architecture and default target vector from BFD.
5951 targ=$target; . $srcdir/../bfd/config.bfd
5953 # We only want the first architecture, so strip off the others if
5954 # there is more than one.
5955 targ_archs=`echo $targ_archs | sed 's/ .*//'`
5957 if test "x$targ_archs" != x; then
5959 cat >>confdefs.h <<_ACEOF
5960 #define DEFAULT_BFD_ARCH $targ_archs
5964 if test "x$targ_defvec" != x; then
5966 cat >>confdefs.h <<_ACEOF
5967 #define DEFAULT_BFD_VEC $targ_defvec
5972 test "$program_prefix" != NONE &&
5973 program_transform_name="s,^,$program_prefix,;$program_transform_name"
5974 # Use a double $ so make ignores it.
5975 test "$program_suffix" != NONE &&
5976 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
5977 # Double any \ or $. echo might interpret backslashes.
5978 # By default was `s,x,x', remove it if useless.
5979 cat <<\_ACEOF >conftest.sed
5980 s/[\\$]/&&/g;s/;s,x,x,$//
5982 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
5986 # The CLI cannot be disabled yet, but may be in the future.
5989 # Check whether --enable-gdbcli or --disable-gdbcli was given.
5990 if test "${enable_gdbcli+set}" = set; then
5991 enableval="$enable_gdbcli"
5996 { { echo "$as_me:$LINENO: error: the command-line interface cannot be disabled yet" >&5
5997 echo "$as_me: error: the command-line interface cannot be disabled yet" >&2;}
5998 { (exit 1); exit 1; }; } ;;
6000 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-gdbcli" >&5
6001 echo "$as_me: error: bad value $enableval for --enable-gdbcli" >&2;}
6002 { (exit 1); exit 1; }; } ;;
6007 if test x"$enable_gdbcli" = xyes; then
6008 if test -d $srcdir/cli; then
6009 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
6010 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
6011 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
6012 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
6017 # Check whether --enable-gdbmi or --disable-gdbmi was given.
6018 if test "${enable_gdbmi+set}" = set; then
6019 enableval="$enable_gdbmi"
6024 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-gdbmi" >&5
6025 echo "$as_me: error: bad value $enableval for --enable-gdbmi" >&2;}
6026 { (exit 1); exit 1; }; } ;;
6031 if test x"$enable_gdbmi" = xyes; then
6032 if test -d $srcdir/mi; then
6033 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
6034 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
6035 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
6036 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
6041 # Check whether --enable-tui or --disable-tui was given.
6042 if test "${enable_tui+set}" = set; then
6043 enableval="$enable_tui"
6048 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-tui" >&5
6049 echo "$as_me: error: bad value $enableval for --enable-tui" >&2;}
6050 { (exit 1); exit 1; }; } ;;
6057 # Check whether --enable-gdbtk or --disable-gdbtk was given.
6058 if test "${enable_gdbtk+set}" = set; then
6059 enableval="$enable_gdbtk"
6064 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-gdbtk" >&5
6065 echo "$as_me: error: bad value $enableval for --enable-gdbtk" >&2;}
6066 { (exit 1); exit 1; }; } ;;
6069 if test -d $srcdir/gdbtk -a -d $srcdir/../itcl; then
6075 # We unconditionally disable gdbtk tests on selected platforms.
6078 { echo "$as_me:$LINENO: WARNING: gdbtk isn't supported on $host; disabling" >&5
6079 echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
6083 # Libunwind support.
6085 # Check whether --with-libunwind or --without-libunwind was given.
6086 if test "${with_libunwind+set}" = set; then
6087 withval="$with_libunwind"
6088 case "${withval}" in
6089 yes) enable_libunwind=yes ;;
6090 no) enable_libunwind=no ;;
6091 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for GDB with-libunwind option" >&5
6092 echo "$as_me: error: bad value ${withval} for GDB with-libunwind option" >&2;}
6093 { (exit 1); exit 1; }; } ;;
6098 for ac_header in libunwind.h
6100 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6101 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6102 echo "$as_me:$LINENO: checking for $ac_header" >&5
6103 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6104 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6105 echo $ECHO_N "(cached) $ECHO_C" >&6
6107 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6108 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6110 # Is the header compilable?
6111 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6112 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6113 cat >conftest.$ac_ext <<_ACEOF
6116 cat confdefs.h >>conftest.$ac_ext
6117 cat >>conftest.$ac_ext <<_ACEOF
6118 /* end confdefs.h. */
6119 $ac_includes_default
6120 #include <$ac_header>
6122 rm -f conftest.$ac_objext
6123 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6124 (eval $ac_compile) 2>conftest.er1
6126 grep -v '^ *+' conftest.er1 >conftest.err
6128 cat conftest.err >&5
6129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6130 (exit $ac_status); } &&
6131 { ac_try='test -z "$ac_c_werror_flag"
6132 || test ! -s conftest.err'
6133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6137 (exit $ac_status); }; } &&
6138 { ac_try='test -s conftest.$ac_objext'
6139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6143 (exit $ac_status); }; }; then
6144 ac_header_compiler=yes
6146 echo "$as_me: failed program was:" >&5
6147 sed 's/^/| /' conftest.$ac_ext >&5
6149 ac_header_compiler=no
6151 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6152 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6153 echo "${ECHO_T}$ac_header_compiler" >&6
6155 # Is the header present?
6156 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6157 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6158 cat >conftest.$ac_ext <<_ACEOF
6161 cat confdefs.h >>conftest.$ac_ext
6162 cat >>conftest.$ac_ext <<_ACEOF
6163 /* end confdefs.h. */
6164 #include <$ac_header>
6166 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6167 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6169 grep -v '^ *+' conftest.er1 >conftest.err
6171 cat conftest.err >&5
6172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6173 (exit $ac_status); } >/dev/null; then
6174 if test -s conftest.err; then
6175 ac_cpp_err=$ac_c_preproc_warn_flag
6176 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6183 if test -z "$ac_cpp_err"; then
6184 ac_header_preproc=yes
6186 echo "$as_me: failed program was:" >&5
6187 sed 's/^/| /' conftest.$ac_ext >&5
6189 ac_header_preproc=no
6191 rm -f conftest.err conftest.$ac_ext
6192 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6193 echo "${ECHO_T}$ac_header_preproc" >&6
6195 # So? What about this header?
6196 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6198 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6199 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6200 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6201 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6202 ac_header_preproc=yes
6205 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6206 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6207 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6208 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6209 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6210 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6211 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6212 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6213 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6214 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6215 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6216 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6219 ## ------------------------------------------ ##
6220 ## Report this to the AC_PACKAGE_NAME lists. ##
6221 ## ------------------------------------------ ##
6224 sed "s/^/$as_me: WARNING: /" >&2
6227 echo "$as_me:$LINENO: checking for $ac_header" >&5
6228 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6229 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6230 echo $ECHO_N "(cached) $ECHO_C" >&6
6232 eval "$as_ac_Header=\$ac_header_preproc"
6234 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6235 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6238 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6239 cat >>confdefs.h <<_ACEOF
6240 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6248 for ac_header in libunwind-ia64.h
6250 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6251 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6252 echo "$as_me:$LINENO: checking for $ac_header" >&5
6253 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6254 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6255 echo $ECHO_N "(cached) $ECHO_C" >&6
6257 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6258 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6260 # Is the header compilable?
6261 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6262 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6263 cat >conftest.$ac_ext <<_ACEOF
6266 cat confdefs.h >>conftest.$ac_ext
6267 cat >>conftest.$ac_ext <<_ACEOF
6268 /* end confdefs.h. */
6269 $ac_includes_default
6270 #include <$ac_header>
6272 rm -f conftest.$ac_objext
6273 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6274 (eval $ac_compile) 2>conftest.er1
6276 grep -v '^ *+' conftest.er1 >conftest.err
6278 cat conftest.err >&5
6279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6280 (exit $ac_status); } &&
6281 { ac_try='test -z "$ac_c_werror_flag"
6282 || test ! -s conftest.err'
6283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6287 (exit $ac_status); }; } &&
6288 { ac_try='test -s conftest.$ac_objext'
6289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6293 (exit $ac_status); }; }; then
6294 ac_header_compiler=yes
6296 echo "$as_me: failed program was:" >&5
6297 sed 's/^/| /' conftest.$ac_ext >&5
6299 ac_header_compiler=no
6301 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6302 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6303 echo "${ECHO_T}$ac_header_compiler" >&6
6305 # Is the header present?
6306 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6307 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6308 cat >conftest.$ac_ext <<_ACEOF
6311 cat confdefs.h >>conftest.$ac_ext
6312 cat >>conftest.$ac_ext <<_ACEOF
6313 /* end confdefs.h. */
6314 #include <$ac_header>
6316 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6317 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6319 grep -v '^ *+' conftest.er1 >conftest.err
6321 cat conftest.err >&5
6322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6323 (exit $ac_status); } >/dev/null; then
6324 if test -s conftest.err; then
6325 ac_cpp_err=$ac_c_preproc_warn_flag
6326 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6333 if test -z "$ac_cpp_err"; then
6334 ac_header_preproc=yes
6336 echo "$as_me: failed program was:" >&5
6337 sed 's/^/| /' conftest.$ac_ext >&5
6339 ac_header_preproc=no
6341 rm -f conftest.err conftest.$ac_ext
6342 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6343 echo "${ECHO_T}$ac_header_preproc" >&6
6345 # So? What about this header?
6346 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6348 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6349 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6350 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6351 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6352 ac_header_preproc=yes
6355 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6356 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6357 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6358 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6359 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6360 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6361 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6362 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6363 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6364 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6365 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6366 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6369 ## ------------------------------------------ ##
6370 ## Report this to the AC_PACKAGE_NAME lists. ##
6371 ## ------------------------------------------ ##
6374 sed "s/^/$as_me: WARNING: /" >&2
6377 echo "$as_me:$LINENO: checking for $ac_header" >&5
6378 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6379 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6380 echo $ECHO_N "(cached) $ECHO_C" >&6
6382 eval "$as_ac_Header=\$ac_header_preproc"
6384 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6385 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6388 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6389 cat >>confdefs.h <<_ACEOF
6390 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6397 if test x"$ac_cv_header_libunwind_h" = xyes -a x"$ac_cv_header_libunwind_ia64_h" = xyes; then
6398 enable_libunwind=yes;
6403 if test x"$enable_libunwind" = xyes; then
6405 for ac_header in libunwind.h
6407 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6408 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6409 echo "$as_me:$LINENO: checking for $ac_header" >&5
6410 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6411 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6412 echo $ECHO_N "(cached) $ECHO_C" >&6
6414 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6415 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6417 # Is the header compilable?
6418 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6419 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6420 cat >conftest.$ac_ext <<_ACEOF
6423 cat confdefs.h >>conftest.$ac_ext
6424 cat >>conftest.$ac_ext <<_ACEOF
6425 /* end confdefs.h. */
6426 $ac_includes_default
6427 #include <$ac_header>
6429 rm -f conftest.$ac_objext
6430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6431 (eval $ac_compile) 2>conftest.er1
6433 grep -v '^ *+' conftest.er1 >conftest.err
6435 cat conftest.err >&5
6436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6437 (exit $ac_status); } &&
6438 { ac_try='test -z "$ac_c_werror_flag"
6439 || test ! -s conftest.err'
6440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6444 (exit $ac_status); }; } &&
6445 { ac_try='test -s conftest.$ac_objext'
6446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6450 (exit $ac_status); }; }; then
6451 ac_header_compiler=yes
6453 echo "$as_me: failed program was:" >&5
6454 sed 's/^/| /' conftest.$ac_ext >&5
6456 ac_header_compiler=no
6458 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6459 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6460 echo "${ECHO_T}$ac_header_compiler" >&6
6462 # Is the header present?
6463 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6464 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6465 cat >conftest.$ac_ext <<_ACEOF
6468 cat confdefs.h >>conftest.$ac_ext
6469 cat >>conftest.$ac_ext <<_ACEOF
6470 /* end confdefs.h. */
6471 #include <$ac_header>
6473 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6474 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6476 grep -v '^ *+' conftest.er1 >conftest.err
6478 cat conftest.err >&5
6479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6480 (exit $ac_status); } >/dev/null; then
6481 if test -s conftest.err; then
6482 ac_cpp_err=$ac_c_preproc_warn_flag
6483 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6490 if test -z "$ac_cpp_err"; then
6491 ac_header_preproc=yes
6493 echo "$as_me: failed program was:" >&5
6494 sed 's/^/| /' conftest.$ac_ext >&5
6496 ac_header_preproc=no
6498 rm -f conftest.err conftest.$ac_ext
6499 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6500 echo "${ECHO_T}$ac_header_preproc" >&6
6502 # So? What about this header?
6503 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6505 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6506 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6507 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6508 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6509 ac_header_preproc=yes
6512 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6513 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6514 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6515 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6516 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6517 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6518 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6519 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6520 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6521 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6522 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6523 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6526 ## ------------------------------------------ ##
6527 ## Report this to the AC_PACKAGE_NAME lists. ##
6528 ## ------------------------------------------ ##
6531 sed "s/^/$as_me: WARNING: /" >&2
6534 echo "$as_me:$LINENO: checking for $ac_header" >&5
6535 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6536 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6537 echo $ECHO_N "(cached) $ECHO_C" >&6
6539 eval "$as_ac_Header=\$ac_header_preproc"
6541 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6542 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6545 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6546 cat >>confdefs.h <<_ACEOF
6547 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6555 for ac_header in libunwind-ia64.h
6557 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6558 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6559 echo "$as_me:$LINENO: checking for $ac_header" >&5
6560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6561 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6562 echo $ECHO_N "(cached) $ECHO_C" >&6
6564 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6565 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6567 # Is the header compilable?
6568 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6569 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6570 cat >conftest.$ac_ext <<_ACEOF
6573 cat confdefs.h >>conftest.$ac_ext
6574 cat >>conftest.$ac_ext <<_ACEOF
6575 /* end confdefs.h. */
6576 $ac_includes_default
6577 #include <$ac_header>
6579 rm -f conftest.$ac_objext
6580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6581 (eval $ac_compile) 2>conftest.er1
6583 grep -v '^ *+' conftest.er1 >conftest.err
6585 cat conftest.err >&5
6586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6587 (exit $ac_status); } &&
6588 { ac_try='test -z "$ac_c_werror_flag"
6589 || test ! -s conftest.err'
6590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6594 (exit $ac_status); }; } &&
6595 { ac_try='test -s conftest.$ac_objext'
6596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6600 (exit $ac_status); }; }; then
6601 ac_header_compiler=yes
6603 echo "$as_me: failed program was:" >&5
6604 sed 's/^/| /' conftest.$ac_ext >&5
6606 ac_header_compiler=no
6608 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6609 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6610 echo "${ECHO_T}$ac_header_compiler" >&6
6612 # Is the header present?
6613 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6614 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6615 cat >conftest.$ac_ext <<_ACEOF
6618 cat confdefs.h >>conftest.$ac_ext
6619 cat >>conftest.$ac_ext <<_ACEOF
6620 /* end confdefs.h. */
6621 #include <$ac_header>
6623 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6624 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6626 grep -v '^ *+' conftest.er1 >conftest.err
6628 cat conftest.err >&5
6629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6630 (exit $ac_status); } >/dev/null; then
6631 if test -s conftest.err; then
6632 ac_cpp_err=$ac_c_preproc_warn_flag
6633 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6640 if test -z "$ac_cpp_err"; then
6641 ac_header_preproc=yes
6643 echo "$as_me: failed program was:" >&5
6644 sed 's/^/| /' conftest.$ac_ext >&5
6646 ac_header_preproc=no
6648 rm -f conftest.err conftest.$ac_ext
6649 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6650 echo "${ECHO_T}$ac_header_preproc" >&6
6652 # So? What about this header?
6653 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6655 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6656 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6657 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6658 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6659 ac_header_preproc=yes
6662 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6663 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6664 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6665 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6666 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6667 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6668 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6669 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6670 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6671 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6672 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6673 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6676 ## ------------------------------------------ ##
6677 ## Report this to the AC_PACKAGE_NAME lists. ##
6678 ## ------------------------------------------ ##
6681 sed "s/^/$as_me: WARNING: /" >&2
6684 echo "$as_me:$LINENO: checking for $ac_header" >&5
6685 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6686 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6687 echo $ECHO_N "(cached) $ECHO_C" >&6
6689 eval "$as_ac_Header=\$ac_header_preproc"
6691 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6692 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&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 cat >>confdefs.h <<\_ACEOF
6706 #define HAVE_LIBUNWIND 1
6709 CONFIG_OBS="$CONFIG_OBS libunwind-frame.o"
6710 CONFIG_DEPS="$CONFIG_DEPS libunwind-frame.o"
6711 CONFIG_SRCS="$CONFIG_SRCS libunwind-frame.c"
6714 # Profiling support.
6715 # Check whether --enable-profiling or --disable-profiling was given.
6716 if test "${enable_profiling+set}" = set; then
6717 enableval="$enable_profiling"
6722 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-profile" >&5
6723 echo "$as_me: error: bad value $enableval for --enable-profile" >&2;}
6724 { (exit 1); exit 1; }; } ;;
6732 for ac_func in monstartup _mcleanup
6734 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6735 echo "$as_me:$LINENO: checking for $ac_func" >&5
6736 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6737 if eval "test \"\${$as_ac_var+set}\" = set"; then
6738 echo $ECHO_N "(cached) $ECHO_C" >&6
6740 cat >conftest.$ac_ext <<_ACEOF
6743 cat confdefs.h >>conftest.$ac_ext
6744 cat >>conftest.$ac_ext <<_ACEOF
6745 /* end confdefs.h. */
6746 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6747 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6748 #define $ac_func innocuous_$ac_func
6750 /* System header to define __stub macros and hopefully few prototypes,
6751 which can conflict with char $ac_func (); below.
6752 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6753 <limits.h> exists even on freestanding compilers. */
6756 # include <limits.h>
6758 # include <assert.h>
6763 /* Override any gcc2 internal prototype to avoid an error. */
6768 /* We use char because int might match the return type of a gcc2
6769 builtin and then its argument prototype would still apply. */
6771 /* The GNU C library defines this for functions which it implements
6772 to always fail with ENOSYS. Some functions are actually named
6773 something starting with __ and the normal name is an alias. */
6774 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6777 char (*f) () = $ac_func;
6786 return f != $ac_func;
6791 rm -f conftest.$ac_objext conftest$ac_exeext
6792 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6793 (eval $ac_link) 2>conftest.er1
6795 grep -v '^ *+' conftest.er1 >conftest.err
6797 cat conftest.err >&5
6798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6799 (exit $ac_status); } &&
6800 { ac_try='test -z "$ac_c_werror_flag"
6801 || test ! -s conftest.err'
6802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806 (exit $ac_status); }; } &&
6807 { ac_try='test -s conftest$ac_exeext'
6808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6812 (exit $ac_status); }; }; then
6813 eval "$as_ac_var=yes"
6815 echo "$as_me: failed program was:" >&5
6816 sed 's/^/| /' conftest.$ac_ext >&5
6818 eval "$as_ac_var=no"
6820 rm -f conftest.err conftest.$ac_objext \
6821 conftest$ac_exeext conftest.$ac_ext
6823 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6824 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6825 if test `eval echo '${'$as_ac_var'}'` = yes; then
6826 cat >>confdefs.h <<_ACEOF
6827 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6833 echo "$as_me:$LINENO: checking for _etext" >&5
6834 echo $ECHO_N "checking for _etext... $ECHO_C" >&6
6835 if test "${ac_cv_var__etext+set}" = set; then
6836 echo $ECHO_N "(cached) $ECHO_C" >&6
6838 cat >conftest.$ac_ext <<_ACEOF
6841 cat confdefs.h >>conftest.$ac_ext
6842 cat >>conftest.$ac_ext <<_ACEOF
6843 /* end confdefs.h. */
6855 rm -f conftest.$ac_objext conftest$ac_exeext
6856 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6857 (eval $ac_link) 2>conftest.er1
6859 grep -v '^ *+' conftest.er1 >conftest.err
6861 cat conftest.err >&5
6862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6863 (exit $ac_status); } &&
6864 { ac_try='test -z "$ac_c_werror_flag"
6865 || test ! -s conftest.err'
6866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6870 (exit $ac_status); }; } &&
6871 { ac_try='test -s conftest$ac_exeext'
6872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6876 (exit $ac_status); }; }; then
6877 ac_cv_var__etext=yes
6879 echo "$as_me: failed program was:" >&5
6880 sed 's/^/| /' conftest.$ac_ext >&5
6884 rm -f conftest.err conftest.$ac_objext \
6885 conftest$ac_exeext conftest.$ac_ext
6887 echo "$as_me:$LINENO: result: $ac_cv_var__etext" >&5
6888 echo "${ECHO_T}$ac_cv_var__etext" >&6
6889 if test $ac_cv_var__etext = yes; then
6891 cat >>confdefs.h <<\_ACEOF
6892 #define HAVE__ETEXT 1
6896 if test "$enable_profiling" = yes ; then
6897 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
6898 { { echo "$as_me:$LINENO: error: --enable-profiling requires monstartup and _mcleanup" >&5
6899 echo "$as_me: error: --enable-profiling requires monstartup and _mcleanup" >&2;}
6900 { (exit 1); exit 1; }; }
6903 OLD_CFLAGS="$CFLAGS"
6904 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
6906 echo "$as_me:$LINENO: checking whether $CC supports -pg" >&5
6907 echo $ECHO_N "checking whether $CC supports -pg... $ECHO_C" >&6
6908 if test "${ac_cv_cc_supports_pg+set}" = set; then
6909 echo $ECHO_N "(cached) $ECHO_C" >&6
6911 cat >conftest.$ac_ext <<_ACEOF
6914 cat confdefs.h >>conftest.$ac_ext
6915 cat >>conftest.$ac_ext <<_ACEOF
6916 /* end confdefs.h. */
6926 rm -f conftest.$ac_objext
6927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6928 (eval $ac_compile) 2>conftest.er1
6930 grep -v '^ *+' conftest.er1 >conftest.err
6932 cat conftest.err >&5
6933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6934 (exit $ac_status); } &&
6935 { ac_try='test -z "$ac_c_werror_flag"
6936 || test ! -s conftest.err'
6937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6941 (exit $ac_status); }; } &&
6942 { ac_try='test -s conftest.$ac_objext'
6943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6947 (exit $ac_status); }; }; then
6948 ac_cv_cc_supports_pg=yes
6950 echo "$as_me: failed program was:" >&5
6951 sed 's/^/| /' conftest.$ac_ext >&5
6953 ac_cv_cc_supports_pg=no
6955 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6957 echo "$as_me:$LINENO: result: $ac_cv_cc_supports_pg" >&5
6958 echo "${ECHO_T}$ac_cv_cc_supports_pg" >&6
6960 if test $ac_cv_cc_supports_pg = no; then
6961 { { echo "$as_me:$LINENO: error: --enable-profiling requires a compiler which supports -pg" >&5
6962 echo "$as_me: error: --enable-profiling requires a compiler which supports -pg" >&2;}
6963 { (exit 1); exit 1; }; }
6966 CFLAGS="$OLD_CFLAGS"
6969 # --------------------- #
6970 # Checks for programs. #
6971 # --------------------- #
6973 for ac_prog in gawk mawk nawk awk
6975 # Extract the first word of "$ac_prog", so it can be a program name with args.
6976 set dummy $ac_prog; ac_word=$2
6977 echo "$as_me:$LINENO: checking for $ac_word" >&5
6978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6979 if test "${ac_cv_prog_AWK+set}" = set; then
6980 echo $ECHO_N "(cached) $ECHO_C" >&6
6982 if test -n "$AWK"; then
6983 ac_cv_prog_AWK="$AWK" # Let the user override the test.
6985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6989 test -z "$as_dir" && as_dir=.
6990 for ac_exec_ext in '' $ac_executable_extensions; do
6991 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6992 ac_cv_prog_AWK="$ac_prog"
6993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7002 if test -n "$AWK"; then
7003 echo "$as_me:$LINENO: result: $AWK" >&5
7004 echo "${ECHO_T}$AWK" >&6
7006 echo "$as_me:$LINENO: result: no" >&5
7007 echo "${ECHO_T}no" >&6
7010 test -n "$AWK" && break
7013 # Find a good install program. We prefer a C program (faster),
7014 # so one script is as good as another. But avoid the broken or
7015 # incompatible versions:
7016 # SysV /etc/install, /usr/sbin/install
7017 # SunOS /usr/etc/install
7018 # IRIX /sbin/install
7020 # AmigaOS /C/install, which installs bootblocks on floppy discs
7021 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
7022 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
7023 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7024 # OS/2's system install, which has a completely different semantic
7025 # ./install, which can be erroneously created by make from ./install.sh.
7026 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
7027 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
7028 if test -z "$INSTALL"; then
7029 if test "${ac_cv_path_install+set}" = set; then
7030 echo $ECHO_N "(cached) $ECHO_C" >&6
7032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7036 test -z "$as_dir" && as_dir=.
7037 # Account for people who put trailing slashes in PATH elements.
7039 ./ | .// | /cC/* | \
7040 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
7041 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
7044 # OSF1 and SCO ODT 3.0 have their own names for install.
7045 # Don't use installbsd from OSF since it installs stuff as root
7047 for ac_prog in ginstall scoinst install; do
7048 for ac_exec_ext in '' $ac_executable_extensions; do
7049 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
7050 if test $ac_prog = install &&
7051 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7052 # AIX install. It has an incompatible calling convention.
7054 elif test $ac_prog = install &&
7055 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
7056 # program-specific install script used by HP pwplus--don't use.
7059 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
7071 if test "${ac_cv_path_install+set}" = set; then
7072 INSTALL=$ac_cv_path_install
7074 # As a last resort, use the slow shell script. We don't cache a
7075 # path for INSTALL within a source directory, because that will
7076 # break other packages using the cache if that directory is
7077 # removed, or if the path is relative.
7078 INSTALL=$ac_install_sh
7081 echo "$as_me:$LINENO: result: $INSTALL" >&5
7082 echo "${ECHO_T}$INSTALL" >&6
7084 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7085 # It thinks the first close brace ends the variable substitution.
7086 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
7088 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
7090 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
7092 echo "$as_me:$LINENO: checking whether ln -s works" >&5
7093 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
7095 if test "$LN_S" = "ln -s"; then
7096 echo "$as_me:$LINENO: result: yes" >&5
7097 echo "${ECHO_T}yes" >&6
7099 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
7100 echo "${ECHO_T}no, using $LN_S" >&6
7103 if test -n "$ac_tool_prefix"; then
7104 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7105 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7106 echo "$as_me:$LINENO: checking for $ac_word" >&5
7107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7108 if test "${ac_cv_prog_RANLIB+set}" = set; then
7109 echo $ECHO_N "(cached) $ECHO_C" >&6
7111 if test -n "$RANLIB"; then
7112 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7118 test -z "$as_dir" && as_dir=.
7119 for ac_exec_ext in '' $ac_executable_extensions; do
7120 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7121 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7130 RANLIB=$ac_cv_prog_RANLIB
7131 if test -n "$RANLIB"; then
7132 echo "$as_me:$LINENO: result: $RANLIB" >&5
7133 echo "${ECHO_T}$RANLIB" >&6
7135 echo "$as_me:$LINENO: result: no" >&5
7136 echo "${ECHO_T}no" >&6
7140 if test -z "$ac_cv_prog_RANLIB"; then
7141 ac_ct_RANLIB=$RANLIB
7142 # Extract the first word of "ranlib", so it can be a program name with args.
7143 set dummy ranlib; ac_word=$2
7144 echo "$as_me:$LINENO: checking for $ac_word" >&5
7145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7146 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
7147 echo $ECHO_N "(cached) $ECHO_C" >&6
7149 if test -n "$ac_ct_RANLIB"; then
7150 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7156 test -z "$as_dir" && as_dir=.
7157 for ac_exec_ext in '' $ac_executable_extensions; do
7158 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7159 ac_cv_prog_ac_ct_RANLIB="ranlib"
7160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7166 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
7169 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7170 if test -n "$ac_ct_RANLIB"; then
7171 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
7172 echo "${ECHO_T}$ac_ct_RANLIB" >&6
7174 echo "$as_me:$LINENO: result: no" >&5
7175 echo "${ECHO_T}no" >&6
7178 RANLIB=$ac_ct_RANLIB
7180 RANLIB="$ac_cv_prog_RANLIB"
7183 for ac_prog in 'bison -y' byacc
7185 # Extract the first word of "$ac_prog", so it can be a program name with args.
7186 set dummy $ac_prog; ac_word=$2
7187 echo "$as_me:$LINENO: checking for $ac_word" >&5
7188 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7189 if test "${ac_cv_prog_YACC+set}" = set; then
7190 echo $ECHO_N "(cached) $ECHO_C" >&6
7192 if test -n "$YACC"; then
7193 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7199 test -z "$as_dir" && as_dir=.
7200 for ac_exec_ext in '' $ac_executable_extensions; do
7201 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7202 ac_cv_prog_YACC="$ac_prog"
7203 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7211 YACC=$ac_cv_prog_YACC
7212 if test -n "$YACC"; then
7213 echo "$as_me:$LINENO: result: $YACC" >&5
7214 echo "${ECHO_T}$YACC" >&6
7216 echo "$as_me:$LINENO: result: no" >&5
7217 echo "${ECHO_T}no" >&6
7220 test -n "$YACC" && break
7222 test -n "$YACC" || YACC="yacc"
7225 if test -n "$ac_tool_prefix"; then
7226 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7227 set dummy ${ac_tool_prefix}ar; ac_word=$2
7228 echo "$as_me:$LINENO: checking for $ac_word" >&5
7229 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7230 if test "${ac_cv_prog_AR+set}" = set; then
7231 echo $ECHO_N "(cached) $ECHO_C" >&6
7233 if test -n "$AR"; then
7234 ac_cv_prog_AR="$AR" # Let the user override the test.
7236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7240 test -z "$as_dir" && as_dir=.
7241 for ac_exec_ext in '' $ac_executable_extensions; do
7242 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7243 ac_cv_prog_AR="${ac_tool_prefix}ar"
7244 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7253 if test -n "$AR"; then
7254 echo "$as_me:$LINENO: result: $AR" >&5
7255 echo "${ECHO_T}$AR" >&6
7257 echo "$as_me:$LINENO: result: no" >&5
7258 echo "${ECHO_T}no" >&6
7262 if test -z "$ac_cv_prog_AR"; then
7264 # Extract the first word of "ar", so it can be a program name with args.
7265 set dummy ar; ac_word=$2
7266 echo "$as_me:$LINENO: checking for $ac_word" >&5
7267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7268 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
7269 echo $ECHO_N "(cached) $ECHO_C" >&6
7271 if test -n "$ac_ct_AR"; then
7272 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7278 test -z "$as_dir" && as_dir=.
7279 for ac_exec_ext in '' $ac_executable_extensions; do
7280 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7281 ac_cv_prog_ac_ct_AR="ar"
7282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7290 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7291 if test -n "$ac_ct_AR"; then
7292 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
7293 echo "${ECHO_T}$ac_ct_AR" >&6
7295 echo "$as_me:$LINENO: result: no" >&5
7296 echo "${ECHO_T}no" >&6
7304 if test -n "$ac_tool_prefix"; then
7305 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7306 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7307 echo "$as_me:$LINENO: checking for $ac_word" >&5
7308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7309 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7310 echo $ECHO_N "(cached) $ECHO_C" >&6
7312 if test -n "$DLLTOOL"; then
7313 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319 test -z "$as_dir" && as_dir=.
7320 for ac_exec_ext in '' $ac_executable_extensions; do
7321 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7322 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7331 DLLTOOL=$ac_cv_prog_DLLTOOL
7332 if test -n "$DLLTOOL"; then
7333 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7334 echo "${ECHO_T}$DLLTOOL" >&6
7336 echo "$as_me:$LINENO: result: no" >&5
7337 echo "${ECHO_T}no" >&6
7341 if test -z "$ac_cv_prog_DLLTOOL"; then
7342 ac_ct_DLLTOOL=$DLLTOOL
7343 # Extract the first word of "dlltool", so it can be a program name with args.
7344 set dummy dlltool; ac_word=$2
7345 echo "$as_me:$LINENO: checking for $ac_word" >&5
7346 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7347 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7348 echo $ECHO_N "(cached) $ECHO_C" >&6
7350 if test -n "$ac_ct_DLLTOOL"; then
7351 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357 test -z "$as_dir" && as_dir=.
7358 for ac_exec_ext in '' $ac_executable_extensions; do
7359 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7360 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7361 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7369 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7370 if test -n "$ac_ct_DLLTOOL"; then
7371 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7372 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
7374 echo "$as_me:$LINENO: result: no" >&5
7375 echo "${ECHO_T}no" >&6
7378 DLLTOOL=$ac_ct_DLLTOOL
7380 DLLTOOL="$ac_cv_prog_DLLTOOL"
7383 if test -n "$ac_tool_prefix"; then
7384 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
7385 set dummy ${ac_tool_prefix}windres; ac_word=$2
7386 echo "$as_me:$LINENO: checking for $ac_word" >&5
7387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7388 if test "${ac_cv_prog_WINDRES+set}" = set; then
7389 echo $ECHO_N "(cached) $ECHO_C" >&6
7391 if test -n "$WINDRES"; then
7392 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7398 test -z "$as_dir" && as_dir=.
7399 for ac_exec_ext in '' $ac_executable_extensions; do
7400 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7401 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
7402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7410 WINDRES=$ac_cv_prog_WINDRES
7411 if test -n "$WINDRES"; then
7412 echo "$as_me:$LINENO: result: $WINDRES" >&5
7413 echo "${ECHO_T}$WINDRES" >&6
7415 echo "$as_me:$LINENO: result: no" >&5
7416 echo "${ECHO_T}no" >&6
7420 if test -z "$ac_cv_prog_WINDRES"; then
7421 ac_ct_WINDRES=$WINDRES
7422 # Extract the first word of "windres", so it can be a program name with args.
7423 set dummy windres; ac_word=$2
7424 echo "$as_me:$LINENO: checking for $ac_word" >&5
7425 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7426 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
7427 echo $ECHO_N "(cached) $ECHO_C" >&6
7429 if test -n "$ac_ct_WINDRES"; then
7430 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
7432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7436 test -z "$as_dir" && as_dir=.
7437 for ac_exec_ext in '' $ac_executable_extensions; do
7438 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7439 ac_cv_prog_ac_ct_WINDRES="windres"
7440 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7448 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
7449 if test -n "$ac_ct_WINDRES"; then
7450 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
7451 echo "${ECHO_T}$ac_ct_WINDRES" >&6
7453 echo "$as_me:$LINENO: result: no" >&5
7454 echo "${ECHO_T}no" >&6
7457 WINDRES=$ac_ct_WINDRES
7459 WINDRES="$ac_cv_prog_WINDRES"
7463 # Needed for GNU/Hurd.
7464 if test -n "$ac_tool_prefix"; then
7465 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
7466 set dummy ${ac_tool_prefix}mig; ac_word=$2
7467 echo "$as_me:$LINENO: checking for $ac_word" >&5
7468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7469 if test "${ac_cv_prog_MIG+set}" = set; then
7470 echo $ECHO_N "(cached) $ECHO_C" >&6
7472 if test -n "$MIG"; then
7473 ac_cv_prog_MIG="$MIG" # Let the user override the test.
7475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7479 test -z "$as_dir" && as_dir=.
7480 for ac_exec_ext in '' $ac_executable_extensions; do
7481 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7482 ac_cv_prog_MIG="${ac_tool_prefix}mig"
7483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7492 if test -n "$MIG"; then
7493 echo "$as_me:$LINENO: result: $MIG" >&5
7494 echo "${ECHO_T}$MIG" >&6
7496 echo "$as_me:$LINENO: result: no" >&5
7497 echo "${ECHO_T}no" >&6
7501 if test -z "$ac_cv_prog_MIG"; then
7503 # Extract the first word of "mig", so it can be a program name with args.
7504 set dummy mig; ac_word=$2
7505 echo "$as_me:$LINENO: checking for $ac_word" >&5
7506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7507 if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then
7508 echo $ECHO_N "(cached) $ECHO_C" >&6
7510 if test -n "$ac_ct_MIG"; then
7511 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
7513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7517 test -z "$as_dir" && as_dir=.
7518 for ac_exec_ext in '' $ac_executable_extensions; do
7519 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7520 ac_cv_prog_ac_ct_MIG="mig"
7521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7529 ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
7530 if test -n "$ac_ct_MIG"; then
7531 echo "$as_me:$LINENO: result: $ac_ct_MIG" >&5
7532 echo "${ECHO_T}$ac_ct_MIG" >&6
7534 echo "$as_me:$LINENO: result: no" >&5
7535 echo "${ECHO_T}no" >&6
7540 MIG="$ac_cv_prog_MIG"
7544 # ---------------------- #
7545 # Checks for libraries. #
7546 # ---------------------- #
7548 # We might need to link with -lm; most simulators need it.
7550 echo "$as_me:$LINENO: checking for main in -lm" >&5
7551 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
7552 if test "${ac_cv_lib_m_main+set}" = set; then
7553 echo $ECHO_N "(cached) $ECHO_C" >&6
7555 ac_check_lib_save_LIBS=$LIBS
7557 cat >conftest.$ac_ext <<_ACEOF
7560 cat confdefs.h >>conftest.$ac_ext
7561 cat >>conftest.$ac_ext <<_ACEOF
7562 /* end confdefs.h. */
7573 rm -f conftest.$ac_objext conftest$ac_exeext
7574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7575 (eval $ac_link) 2>conftest.er1
7577 grep -v '^ *+' conftest.er1 >conftest.err
7579 cat conftest.err >&5
7580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581 (exit $ac_status); } &&
7582 { ac_try='test -z "$ac_c_werror_flag"
7583 || test ! -s conftest.err'
7584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7588 (exit $ac_status); }; } &&
7589 { ac_try='test -s conftest$ac_exeext'
7590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); }; }; then
7595 ac_cv_lib_m_main=yes
7597 echo "$as_me: failed program was:" >&5
7598 sed 's/^/| /' conftest.$ac_ext >&5
7602 rm -f conftest.err conftest.$ac_objext \
7603 conftest$ac_exeext conftest.$ac_ext
7604 LIBS=$ac_check_lib_save_LIBS
7606 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
7607 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
7608 if test $ac_cv_lib_m_main = yes; then
7609 cat >>confdefs.h <<_ACEOF
7618 # We need to link with -lw to get `wctype' on Solaris before Solaris
7619 # 2.6. Solaris 2.6 and beyond have this function in libc, and have a
7620 # libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
7621 # is known to have this problem). Therefore we avoid libw if we can.
7622 echo "$as_me:$LINENO: checking for wctype" >&5
7623 echo $ECHO_N "checking for wctype... $ECHO_C" >&6
7624 if test "${ac_cv_func_wctype+set}" = set; then
7625 echo $ECHO_N "(cached) $ECHO_C" >&6
7627 cat >conftest.$ac_ext <<_ACEOF
7630 cat confdefs.h >>conftest.$ac_ext
7631 cat >>conftest.$ac_ext <<_ACEOF
7632 /* end confdefs.h. */
7633 /* Define wctype to an innocuous variant, in case <limits.h> declares wctype.
7634 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7635 #define wctype innocuous_wctype
7637 /* System header to define __stub macros and hopefully few prototypes,
7638 which can conflict with char wctype (); below.
7639 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7640 <limits.h> exists even on freestanding compilers. */
7643 # include <limits.h>
7645 # include <assert.h>
7650 /* Override any gcc2 internal prototype to avoid an error. */
7655 /* We use char because int might match the return type of a gcc2
7656 builtin and then its argument prototype would still apply. */
7658 /* The GNU C library defines this for functions which it implements
7659 to always fail with ENOSYS. Some functions are actually named
7660 something starting with __ and the normal name is an alias. */
7661 #if defined (__stub_wctype) || defined (__stub___wctype)
7664 char (*f) () = wctype;
7678 rm -f conftest.$ac_objext conftest$ac_exeext
7679 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7680 (eval $ac_link) 2>conftest.er1
7682 grep -v '^ *+' conftest.er1 >conftest.err
7684 cat conftest.err >&5
7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); } &&
7687 { ac_try='test -z "$ac_c_werror_flag"
7688 || test ! -s conftest.err'
7689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693 (exit $ac_status); }; } &&
7694 { ac_try='test -s conftest$ac_exeext'
7695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7699 (exit $ac_status); }; }; then
7700 ac_cv_func_wctype=yes
7702 echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.$ac_ext >&5
7705 ac_cv_func_wctype=no
7707 rm -f conftest.err conftest.$ac_objext \
7708 conftest$ac_exeext conftest.$ac_ext
7710 echo "$as_me:$LINENO: result: $ac_cv_func_wctype" >&5
7711 echo "${ECHO_T}$ac_cv_func_wctype" >&6
7712 if test $ac_cv_func_wctype = yes; then
7716 echo "$as_me:$LINENO: checking for wctype in -lw" >&5
7717 echo $ECHO_N "checking for wctype in -lw... $ECHO_C" >&6
7718 if test "${ac_cv_lib_w_wctype+set}" = set; then
7719 echo $ECHO_N "(cached) $ECHO_C" >&6
7721 ac_check_lib_save_LIBS=$LIBS
7723 cat >conftest.$ac_ext <<_ACEOF
7726 cat confdefs.h >>conftest.$ac_ext
7727 cat >>conftest.$ac_ext <<_ACEOF
7728 /* end confdefs.h. */
7730 /* Override any gcc2 internal prototype to avoid an error. */
7734 /* We use char because int might match the return type of a gcc2
7735 builtin and then its argument prototype would still apply. */
7745 rm -f conftest.$ac_objext conftest$ac_exeext
7746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7747 (eval $ac_link) 2>conftest.er1
7749 grep -v '^ *+' conftest.er1 >conftest.err
7751 cat conftest.err >&5
7752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 (exit $ac_status); } &&
7754 { ac_try='test -z "$ac_c_werror_flag"
7755 || test ! -s conftest.err'
7756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760 (exit $ac_status); }; } &&
7761 { ac_try='test -s conftest$ac_exeext'
7762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7766 (exit $ac_status); }; }; then
7767 ac_cv_lib_w_wctype=yes
7769 echo "$as_me: failed program was:" >&5
7770 sed 's/^/| /' conftest.$ac_ext >&5
7772 ac_cv_lib_w_wctype=no
7774 rm -f conftest.err conftest.$ac_objext \
7775 conftest$ac_exeext conftest.$ac_ext
7776 LIBS=$ac_check_lib_save_LIBS
7778 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wctype" >&5
7779 echo "${ECHO_T}$ac_cv_lib_w_wctype" >&6
7780 if test $ac_cv_lib_w_wctype = yes; then
7781 cat >>confdefs.h <<_ACEOF
7792 # Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
7793 echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
7794 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6
7795 if test "${ac_cv_search_gethostbyname+set}" = set; then
7796 echo $ECHO_N "(cached) $ECHO_C" >&6
7798 ac_func_search_save_LIBS=$LIBS
7799 ac_cv_search_gethostbyname=no
7800 cat >conftest.$ac_ext <<_ACEOF
7803 cat confdefs.h >>conftest.$ac_ext
7804 cat >>conftest.$ac_ext <<_ACEOF
7805 /* end confdefs.h. */
7807 /* Override any gcc2 internal prototype to avoid an error. */
7811 /* We use char because int might match the return type of a gcc2
7812 builtin and then its argument prototype would still apply. */
7813 char gethostbyname ();
7822 rm -f conftest.$ac_objext conftest$ac_exeext
7823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7824 (eval $ac_link) 2>conftest.er1
7826 grep -v '^ *+' conftest.er1 >conftest.err
7828 cat conftest.err >&5
7829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830 (exit $ac_status); } &&
7831 { ac_try='test -z "$ac_c_werror_flag"
7832 || test ! -s conftest.err'
7833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837 (exit $ac_status); }; } &&
7838 { ac_try='test -s conftest$ac_exeext'
7839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843 (exit $ac_status); }; }; then
7844 ac_cv_search_gethostbyname="none required"
7846 echo "$as_me: failed program was:" >&5
7847 sed 's/^/| /' conftest.$ac_ext >&5
7850 rm -f conftest.err conftest.$ac_objext \
7851 conftest$ac_exeext conftest.$ac_ext
7852 if test "$ac_cv_search_gethostbyname" = no; then
7853 for ac_lib in nsl; do
7854 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7855 cat >conftest.$ac_ext <<_ACEOF
7858 cat confdefs.h >>conftest.$ac_ext
7859 cat >>conftest.$ac_ext <<_ACEOF
7860 /* end confdefs.h. */
7862 /* Override any gcc2 internal prototype to avoid an error. */
7866 /* We use char because int might match the return type of a gcc2
7867 builtin and then its argument prototype would still apply. */
7868 char gethostbyname ();
7877 rm -f conftest.$ac_objext conftest$ac_exeext
7878 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7879 (eval $ac_link) 2>conftest.er1
7881 grep -v '^ *+' conftest.er1 >conftest.err
7883 cat conftest.err >&5
7884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7885 (exit $ac_status); } &&
7886 { ac_try='test -z "$ac_c_werror_flag"
7887 || test ! -s conftest.err'
7888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); }; } &&
7893 { ac_try='test -s conftest$ac_exeext'
7894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898 (exit $ac_status); }; }; then
7899 ac_cv_search_gethostbyname="-l$ac_lib"
7902 echo "$as_me: failed program was:" >&5
7903 sed 's/^/| /' conftest.$ac_ext >&5
7906 rm -f conftest.err conftest.$ac_objext \
7907 conftest$ac_exeext conftest.$ac_ext
7910 LIBS=$ac_func_search_save_LIBS
7912 echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
7913 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6
7914 if test "$ac_cv_search_gethostbyname" != no; then
7915 test "$ac_cv_search_gethostbyname" = "none required" || LIBS="$ac_cv_search_gethostbyname $LIBS"
7920 # Some systems (e.g. Solaris) have `socketpair' in libsocket.
7921 echo "$as_me:$LINENO: checking for library containing socketpair" >&5
7922 echo $ECHO_N "checking for library containing socketpair... $ECHO_C" >&6
7923 if test "${ac_cv_search_socketpair+set}" = set; then
7924 echo $ECHO_N "(cached) $ECHO_C" >&6
7926 ac_func_search_save_LIBS=$LIBS
7927 ac_cv_search_socketpair=no
7928 cat >conftest.$ac_ext <<_ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h. */
7935 /* Override any gcc2 internal prototype to avoid an error. */
7939 /* We use char because int might match the return type of a gcc2
7940 builtin and then its argument prototype would still apply. */
7950 rm -f conftest.$ac_objext conftest$ac_exeext
7951 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7952 (eval $ac_link) 2>conftest.er1
7954 grep -v '^ *+' conftest.er1 >conftest.err
7956 cat conftest.err >&5
7957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7958 (exit $ac_status); } &&
7959 { ac_try='test -z "$ac_c_werror_flag"
7960 || test ! -s conftest.err'
7961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7965 (exit $ac_status); }; } &&
7966 { ac_try='test -s conftest$ac_exeext'
7967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7971 (exit $ac_status); }; }; then
7972 ac_cv_search_socketpair="none required"
7974 echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.$ac_ext >&5
7978 rm -f conftest.err conftest.$ac_objext \
7979 conftest$ac_exeext conftest.$ac_ext
7980 if test "$ac_cv_search_socketpair" = no; then
7981 for ac_lib in socket; do
7982 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7983 cat >conftest.$ac_ext <<_ACEOF
7986 cat confdefs.h >>conftest.$ac_ext
7987 cat >>conftest.$ac_ext <<_ACEOF
7988 /* end confdefs.h. */
7990 /* Override any gcc2 internal prototype to avoid an error. */
7994 /* We use char because int might match the return type of a gcc2
7995 builtin and then its argument prototype would still apply. */
8005 rm -f conftest.$ac_objext conftest$ac_exeext
8006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8007 (eval $ac_link) 2>conftest.er1
8009 grep -v '^ *+' conftest.er1 >conftest.err
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } &&
8014 { ac_try='test -z "$ac_c_werror_flag"
8015 || test ! -s conftest.err'
8016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8020 (exit $ac_status); }; } &&
8021 { ac_try='test -s conftest$ac_exeext'
8022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8026 (exit $ac_status); }; }; then
8027 ac_cv_search_socketpair="-l$ac_lib"
8030 echo "$as_me: failed program was:" >&5
8031 sed 's/^/| /' conftest.$ac_ext >&5
8034 rm -f conftest.err conftest.$ac_objext \
8035 conftest$ac_exeext conftest.$ac_ext
8038 LIBS=$ac_func_search_save_LIBS
8040 echo "$as_me:$LINENO: result: $ac_cv_search_socketpair" >&5
8041 echo "${ECHO_T}$ac_cv_search_socketpair" >&6
8042 if test "$ac_cv_search_socketpair" != no; then
8043 test "$ac_cv_search_socketpair" = "none required" || LIBS="$ac_cv_search_socketpair $LIBS"
8048 # For the TUI, we need enhanced curses functionality.
8050 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
8051 # curses library because the latter might not provide all the
8052 # functionality we need. However, this leads to problems on systems
8053 # where the linker searches /usr/local/lib, but the compiler doesn't
8054 # search /usr/local/include, if ncurses is installed in /usr/local. A
8055 # default installation of ncurses on alpha*-dec-osf* will lead to such
8057 echo "$as_me:$LINENO: checking for library containing waddstr" >&5
8058 echo $ECHO_N "checking for library containing waddstr... $ECHO_C" >&6
8059 if test "${ac_cv_search_waddstr+set}" = set; then
8060 echo $ECHO_N "(cached) $ECHO_C" >&6
8062 ac_func_search_save_LIBS=$LIBS
8063 ac_cv_search_waddstr=no
8064 cat >conftest.$ac_ext <<_ACEOF
8067 cat confdefs.h >>conftest.$ac_ext
8068 cat >>conftest.$ac_ext <<_ACEOF
8069 /* end confdefs.h. */
8071 /* Override any gcc2 internal prototype to avoid an error. */
8075 /* We use char because int might match the return type of a gcc2
8076 builtin and then its argument prototype would still apply. */
8086 rm -f conftest.$ac_objext conftest$ac_exeext
8087 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8088 (eval $ac_link) 2>conftest.er1
8090 grep -v '^ *+' conftest.er1 >conftest.err
8092 cat conftest.err >&5
8093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8094 (exit $ac_status); } &&
8095 { ac_try='test -z "$ac_c_werror_flag"
8096 || test ! -s conftest.err'
8097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8101 (exit $ac_status); }; } &&
8102 { ac_try='test -s conftest$ac_exeext'
8103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8107 (exit $ac_status); }; }; then
8108 ac_cv_search_waddstr="none required"
8110 echo "$as_me: failed program was:" >&5
8111 sed 's/^/| /' conftest.$ac_ext >&5
8114 rm -f conftest.err conftest.$ac_objext \
8115 conftest$ac_exeext conftest.$ac_ext
8116 if test "$ac_cv_search_waddstr" = no; then
8117 for ac_lib in ncurses cursesX curses; do
8118 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8119 cat >conftest.$ac_ext <<_ACEOF
8122 cat confdefs.h >>conftest.$ac_ext
8123 cat >>conftest.$ac_ext <<_ACEOF
8124 /* end confdefs.h. */
8126 /* Override any gcc2 internal prototype to avoid an error. */
8130 /* We use char because int might match the return type of a gcc2
8131 builtin and then its argument prototype would still apply. */
8141 rm -f conftest.$ac_objext conftest$ac_exeext
8142 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8143 (eval $ac_link) 2>conftest.er1
8145 grep -v '^ *+' conftest.er1 >conftest.err
8147 cat conftest.err >&5
8148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149 (exit $ac_status); } &&
8150 { ac_try='test -z "$ac_c_werror_flag"
8151 || test ! -s conftest.err'
8152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8156 (exit $ac_status); }; } &&
8157 { ac_try='test -s conftest$ac_exeext'
8158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162 (exit $ac_status); }; }; then
8163 ac_cv_search_waddstr="-l$ac_lib"
8166 echo "$as_me: failed program was:" >&5
8167 sed 's/^/| /' conftest.$ac_ext >&5
8170 rm -f conftest.err conftest.$ac_objext \
8171 conftest$ac_exeext conftest.$ac_ext
8174 LIBS=$ac_func_search_save_LIBS
8176 echo "$as_me:$LINENO: result: $ac_cv_search_waddstr" >&5
8177 echo "${ECHO_T}$ac_cv_search_waddstr" >&6
8178 if test "$ac_cv_search_waddstr" != no; then
8179 test "$ac_cv_search_waddstr" = "none required" || LIBS="$ac_cv_search_waddstr $LIBS"
8184 # Since GDB uses Readline, we need termcap functionality. In many
8185 # cases this will be provided by the curses library, but some systems
8186 # have a seperate termcap library, or no curses library at all.
8190 if test -d $srcdir/libtermcap; then
8191 LIBS="../libtermcap/libtermcap.a $LIBS"
8192 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
8195 ac_cv_search_tgetent="none required"
8198 ac_cv_search_tgetent="none required"
8199 CONFIG_OBS="$CONFIG_OBS win32-termcap.o"
8203 # These are the libraries checked by Readline.
8204 echo "$as_me:$LINENO: checking for library containing tgetent" >&5
8205 echo $ECHO_N "checking for library containing tgetent... $ECHO_C" >&6
8206 if test "${ac_cv_search_tgetent+set}" = set; then
8207 echo $ECHO_N "(cached) $ECHO_C" >&6
8209 ac_func_search_save_LIBS=$LIBS
8210 ac_cv_search_tgetent=no
8211 cat >conftest.$ac_ext <<_ACEOF
8214 cat confdefs.h >>conftest.$ac_ext
8215 cat >>conftest.$ac_ext <<_ACEOF
8216 /* end confdefs.h. */
8218 /* Override any gcc2 internal prototype to avoid an error. */
8222 /* We use char because int might match the return type of a gcc2
8223 builtin and then its argument prototype would still apply. */
8233 rm -f conftest.$ac_objext conftest$ac_exeext
8234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8235 (eval $ac_link) 2>conftest.er1
8237 grep -v '^ *+' conftest.er1 >conftest.err
8239 cat conftest.err >&5
8240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8241 (exit $ac_status); } &&
8242 { ac_try='test -z "$ac_c_werror_flag"
8243 || test ! -s conftest.err'
8244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8248 (exit $ac_status); }; } &&
8249 { ac_try='test -s conftest$ac_exeext'
8250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8254 (exit $ac_status); }; }; then
8255 ac_cv_search_tgetent="none required"
8257 echo "$as_me: failed program was:" >&5
8258 sed 's/^/| /' conftest.$ac_ext >&5
8261 rm -f conftest.err conftest.$ac_objext \
8262 conftest$ac_exeext conftest.$ac_ext
8263 if test "$ac_cv_search_tgetent" = no; then
8264 for ac_lib in termcap tinfo curses ncurses; do
8265 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8266 cat >conftest.$ac_ext <<_ACEOF
8269 cat confdefs.h >>conftest.$ac_ext
8270 cat >>conftest.$ac_ext <<_ACEOF
8271 /* end confdefs.h. */
8273 /* Override any gcc2 internal prototype to avoid an error. */
8277 /* We use char because int might match the return type of a gcc2
8278 builtin and then its argument prototype would still apply. */
8288 rm -f conftest.$ac_objext conftest$ac_exeext
8289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8290 (eval $ac_link) 2>conftest.er1
8292 grep -v '^ *+' conftest.er1 >conftest.err
8294 cat conftest.err >&5
8295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8296 (exit $ac_status); } &&
8297 { ac_try='test -z "$ac_c_werror_flag"
8298 || test ! -s conftest.err'
8299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8303 (exit $ac_status); }; } &&
8304 { ac_try='test -s conftest$ac_exeext'
8305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8309 (exit $ac_status); }; }; then
8310 ac_cv_search_tgetent="-l$ac_lib"
8313 echo "$as_me: failed program was:" >&5
8314 sed 's/^/| /' conftest.$ac_ext >&5
8317 rm -f conftest.err conftest.$ac_objext \
8318 conftest$ac_exeext conftest.$ac_ext
8321 LIBS=$ac_func_search_save_LIBS
8323 echo "$as_me:$LINENO: result: $ac_cv_search_tgetent" >&5
8324 echo "${ECHO_T}$ac_cv_search_tgetent" >&6
8325 if test "$ac_cv_search_tgetent" != no; then
8326 test "$ac_cv_search_tgetent" = "none required" || LIBS="$ac_cv_search_tgetent $LIBS"
8331 if test "$ac_cv_search_tgetent" = no; then
8332 { { echo "$as_me:$LINENO: error: no termcap library found" >&5
8333 echo "$as_me: error: no termcap library found" >&2;}
8334 { (exit 1); exit 1; }; }
8337 # ------------------------- #
8338 # Checks for header files. #
8339 # ------------------------- #
8347 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
8348 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
8349 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
8350 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
8351 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8352 echo $ECHO_N "(cached) $ECHO_C" >&6
8354 cat >conftest.$ac_ext <<_ACEOF
8357 cat confdefs.h >>conftest.$ac_ext
8358 cat >>conftest.$ac_ext <<_ACEOF
8359 /* end confdefs.h. */
8360 #include <sys/types.h>
8372 rm -f conftest.$ac_objext
8373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8374 (eval $ac_compile) 2>conftest.er1
8376 grep -v '^ *+' conftest.er1 >conftest.err
8378 cat conftest.err >&5
8379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8380 (exit $ac_status); } &&
8381 { ac_try='test -z "$ac_c_werror_flag"
8382 || test ! -s conftest.err'
8383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8387 (exit $ac_status); }; } &&
8388 { ac_try='test -s conftest.$ac_objext'
8389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8393 (exit $ac_status); }; }; then
8394 eval "$as_ac_Header=yes"
8396 echo "$as_me: failed program was:" >&5
8397 sed 's/^/| /' conftest.$ac_ext >&5
8399 eval "$as_ac_Header=no"
8401 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8403 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8404 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8405 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8406 cat >>confdefs.h <<_ACEOF
8407 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
8410 ac_header_dirent=$ac_hdr; break
8414 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
8415 if test $ac_header_dirent = dirent.h; then
8416 echo "$as_me:$LINENO: checking for library containing opendir" >&5
8417 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
8418 if test "${ac_cv_search_opendir+set}" = set; then
8419 echo $ECHO_N "(cached) $ECHO_C" >&6
8421 ac_func_search_save_LIBS=$LIBS
8422 ac_cv_search_opendir=no
8423 cat >conftest.$ac_ext <<_ACEOF
8426 cat confdefs.h >>conftest.$ac_ext
8427 cat >>conftest.$ac_ext <<_ACEOF
8428 /* end confdefs.h. */
8430 /* Override any gcc2 internal prototype to avoid an error. */
8434 /* We use char because int might match the return type of a gcc2
8435 builtin and then its argument prototype would still apply. */
8445 rm -f conftest.$ac_objext conftest$ac_exeext
8446 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8447 (eval $ac_link) 2>conftest.er1
8449 grep -v '^ *+' conftest.er1 >conftest.err
8451 cat conftest.err >&5
8452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8453 (exit $ac_status); } &&
8454 { ac_try='test -z "$ac_c_werror_flag"
8455 || test ! -s conftest.err'
8456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8460 (exit $ac_status); }; } &&
8461 { ac_try='test -s conftest$ac_exeext'
8462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8466 (exit $ac_status); }; }; then
8467 ac_cv_search_opendir="none required"
8469 echo "$as_me: failed program was:" >&5
8470 sed 's/^/| /' conftest.$ac_ext >&5
8473 rm -f conftest.err conftest.$ac_objext \
8474 conftest$ac_exeext conftest.$ac_ext
8475 if test "$ac_cv_search_opendir" = no; then
8476 for ac_lib in dir; do
8477 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8478 cat >conftest.$ac_ext <<_ACEOF
8481 cat confdefs.h >>conftest.$ac_ext
8482 cat >>conftest.$ac_ext <<_ACEOF
8483 /* end confdefs.h. */
8485 /* Override any gcc2 internal prototype to avoid an error. */
8489 /* We use char because int might match the return type of a gcc2
8490 builtin and then its argument prototype would still apply. */
8500 rm -f conftest.$ac_objext conftest$ac_exeext
8501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8502 (eval $ac_link) 2>conftest.er1
8504 grep -v '^ *+' conftest.er1 >conftest.err
8506 cat conftest.err >&5
8507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508 (exit $ac_status); } &&
8509 { ac_try='test -z "$ac_c_werror_flag"
8510 || test ! -s conftest.err'
8511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8515 (exit $ac_status); }; } &&
8516 { ac_try='test -s conftest$ac_exeext'
8517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8521 (exit $ac_status); }; }; then
8522 ac_cv_search_opendir="-l$ac_lib"
8525 echo "$as_me: failed program was:" >&5
8526 sed 's/^/| /' conftest.$ac_ext >&5
8529 rm -f conftest.err conftest.$ac_objext \
8530 conftest$ac_exeext conftest.$ac_ext
8533 LIBS=$ac_func_search_save_LIBS
8535 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
8536 echo "${ECHO_T}$ac_cv_search_opendir" >&6
8537 if test "$ac_cv_search_opendir" != no; then
8538 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
8543 echo "$as_me:$LINENO: checking for library containing opendir" >&5
8544 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
8545 if test "${ac_cv_search_opendir+set}" = set; then
8546 echo $ECHO_N "(cached) $ECHO_C" >&6
8548 ac_func_search_save_LIBS=$LIBS
8549 ac_cv_search_opendir=no
8550 cat >conftest.$ac_ext <<_ACEOF
8553 cat confdefs.h >>conftest.$ac_ext
8554 cat >>conftest.$ac_ext <<_ACEOF
8555 /* end confdefs.h. */
8557 /* Override any gcc2 internal prototype to avoid an error. */
8561 /* We use char because int might match the return type of a gcc2
8562 builtin and then its argument prototype would still apply. */
8572 rm -f conftest.$ac_objext conftest$ac_exeext
8573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8574 (eval $ac_link) 2>conftest.er1
8576 grep -v '^ *+' conftest.er1 >conftest.err
8578 cat conftest.err >&5
8579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8580 (exit $ac_status); } &&
8581 { ac_try='test -z "$ac_c_werror_flag"
8582 || test ! -s conftest.err'
8583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8587 (exit $ac_status); }; } &&
8588 { ac_try='test -s conftest$ac_exeext'
8589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8593 (exit $ac_status); }; }; then
8594 ac_cv_search_opendir="none required"
8596 echo "$as_me: failed program was:" >&5
8597 sed 's/^/| /' conftest.$ac_ext >&5
8600 rm -f conftest.err conftest.$ac_objext \
8601 conftest$ac_exeext conftest.$ac_ext
8602 if test "$ac_cv_search_opendir" = no; then
8604 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8605 cat >conftest.$ac_ext <<_ACEOF
8608 cat confdefs.h >>conftest.$ac_ext
8609 cat >>conftest.$ac_ext <<_ACEOF
8610 /* end confdefs.h. */
8612 /* Override any gcc2 internal prototype to avoid an error. */
8616 /* We use char because int might match the return type of a gcc2
8617 builtin and then its argument prototype would still apply. */
8627 rm -f conftest.$ac_objext conftest$ac_exeext
8628 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8629 (eval $ac_link) 2>conftest.er1
8631 grep -v '^ *+' conftest.er1 >conftest.err
8633 cat conftest.err >&5
8634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8635 (exit $ac_status); } &&
8636 { ac_try='test -z "$ac_c_werror_flag"
8637 || test ! -s conftest.err'
8638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8642 (exit $ac_status); }; } &&
8643 { ac_try='test -s conftest$ac_exeext'
8644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8648 (exit $ac_status); }; }; then
8649 ac_cv_search_opendir="-l$ac_lib"
8652 echo "$as_me: failed program was:" >&5
8653 sed 's/^/| /' conftest.$ac_ext >&5
8656 rm -f conftest.err conftest.$ac_objext \
8657 conftest$ac_exeext conftest.$ac_ext
8660 LIBS=$ac_func_search_save_LIBS
8662 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
8663 echo "${ECHO_T}$ac_cv_search_opendir" >&6
8664 if test "$ac_cv_search_opendir" != no; then
8665 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
8671 echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
8672 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
8673 if test "${ac_cv_header_stat_broken+set}" = set; then
8674 echo $ECHO_N "(cached) $ECHO_C" >&6
8676 cat >conftest.$ac_ext <<_ACEOF
8679 cat confdefs.h >>conftest.$ac_ext
8680 cat >>conftest.$ac_ext <<_ACEOF
8681 /* end confdefs.h. */
8682 #include <sys/types.h>
8683 #include <sys/stat.h>
8685 #if defined(S_ISBLK) && defined(S_IFDIR)
8686 # if S_ISBLK (S_IFDIR)
8691 #if defined(S_ISBLK) && defined(S_IFCHR)
8692 # if S_ISBLK (S_IFCHR)
8697 #if defined(S_ISLNK) && defined(S_IFREG)
8698 # if S_ISLNK (S_IFREG)
8703 #if defined(S_ISSOCK) && defined(S_IFREG)
8704 # if S_ISSOCK (S_IFREG)
8710 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8711 $EGREP "You lose" >/dev/null 2>&1; then
8712 ac_cv_header_stat_broken=yes
8714 ac_cv_header_stat_broken=no
8719 echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
8720 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
8721 if test $ac_cv_header_stat_broken = yes; then
8723 cat >>confdefs.h <<\_ACEOF
8724 #define STAT_MACROS_BROKEN 1
8729 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8730 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
8731 if test "${ac_cv_header_stdc+set}" = set; then
8732 echo $ECHO_N "(cached) $ECHO_C" >&6
8734 cat >conftest.$ac_ext <<_ACEOF
8737 cat confdefs.h >>conftest.$ac_ext
8738 cat >>conftest.$ac_ext <<_ACEOF
8739 /* end confdefs.h. */
8753 rm -f conftest.$ac_objext
8754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8755 (eval $ac_compile) 2>conftest.er1
8757 grep -v '^ *+' conftest.er1 >conftest.err
8759 cat conftest.err >&5
8760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761 (exit $ac_status); } &&
8762 { ac_try='test -z "$ac_c_werror_flag"
8763 || test ! -s conftest.err'
8764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8768 (exit $ac_status); }; } &&
8769 { ac_try='test -s conftest.$ac_objext'
8770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8774 (exit $ac_status); }; }; then
8775 ac_cv_header_stdc=yes
8777 echo "$as_me: failed program was:" >&5
8778 sed 's/^/| /' conftest.$ac_ext >&5
8780 ac_cv_header_stdc=no
8782 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8784 if test $ac_cv_header_stdc = yes; then
8785 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8786 cat >conftest.$ac_ext <<_ACEOF
8789 cat confdefs.h >>conftest.$ac_ext
8790 cat >>conftest.$ac_ext <<_ACEOF
8791 /* end confdefs.h. */
8795 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8796 $EGREP "memchr" >/dev/null 2>&1; then
8799 ac_cv_header_stdc=no
8805 if test $ac_cv_header_stdc = yes; then
8806 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8807 cat >conftest.$ac_ext <<_ACEOF
8810 cat confdefs.h >>conftest.$ac_ext
8811 cat >>conftest.$ac_ext <<_ACEOF
8812 /* end confdefs.h. */
8816 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8817 $EGREP "free" >/dev/null 2>&1; then
8820 ac_cv_header_stdc=no
8826 if test $ac_cv_header_stdc = yes; then
8827 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8828 if test "$cross_compiling" = yes; then
8831 cat >conftest.$ac_ext <<_ACEOF
8834 cat confdefs.h >>conftest.$ac_ext
8835 cat >>conftest.$ac_ext <<_ACEOF
8836 /* end confdefs.h. */
8838 #if ((' ' & 0x0FF) == 0x020)
8839 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8840 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8842 # define ISLOWER(c) \
8843 (('a' <= (c) && (c) <= 'i') \
8844 || ('j' <= (c) && (c) <= 'r') \
8845 || ('s' <= (c) && (c) <= 'z'))
8846 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8849 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8854 for (i = 0; i < 256; i++)
8855 if (XOR (islower (i), ISLOWER (i))
8856 || toupper (i) != TOUPPER (i))
8861 rm -f conftest$ac_exeext
8862 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8863 (eval $ac_link) 2>&5
8865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8866 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8871 (exit $ac_status); }; }; then
8874 echo "$as_me: program exited with status $ac_status" >&5
8875 echo "$as_me: failed program was:" >&5
8876 sed 's/^/| /' conftest.$ac_ext >&5
8879 ac_cv_header_stdc=no
8881 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8885 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8886 echo "${ECHO_T}$ac_cv_header_stdc" >&6
8887 if test $ac_cv_header_stdc = yes; then
8889 cat >>confdefs.h <<\_ACEOF
8890 #define STDC_HEADERS 1
8896 for ac_header in nlist.h
8898 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8899 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8900 echo "$as_me:$LINENO: checking for $ac_header" >&5
8901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8902 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8903 echo $ECHO_N "(cached) $ECHO_C" >&6
8905 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8906 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8908 # Is the header compilable?
8909 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8910 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8911 cat >conftest.$ac_ext <<_ACEOF
8914 cat confdefs.h >>conftest.$ac_ext
8915 cat >>conftest.$ac_ext <<_ACEOF
8916 /* end confdefs.h. */
8917 $ac_includes_default
8918 #include <$ac_header>
8920 rm -f conftest.$ac_objext
8921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8922 (eval $ac_compile) 2>conftest.er1
8924 grep -v '^ *+' conftest.er1 >conftest.err
8926 cat conftest.err >&5
8927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8928 (exit $ac_status); } &&
8929 { ac_try='test -z "$ac_c_werror_flag"
8930 || test ! -s conftest.err'
8931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8935 (exit $ac_status); }; } &&
8936 { ac_try='test -s conftest.$ac_objext'
8937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941 (exit $ac_status); }; }; then
8942 ac_header_compiler=yes
8944 echo "$as_me: failed program was:" >&5
8945 sed 's/^/| /' conftest.$ac_ext >&5
8947 ac_header_compiler=no
8949 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8950 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8951 echo "${ECHO_T}$ac_header_compiler" >&6
8953 # Is the header present?
8954 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8955 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8956 cat >conftest.$ac_ext <<_ACEOF
8959 cat confdefs.h >>conftest.$ac_ext
8960 cat >>conftest.$ac_ext <<_ACEOF
8961 /* end confdefs.h. */
8962 #include <$ac_header>
8964 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8965 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8967 grep -v '^ *+' conftest.er1 >conftest.err
8969 cat conftest.err >&5
8970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8971 (exit $ac_status); } >/dev/null; then
8972 if test -s conftest.err; then
8973 ac_cpp_err=$ac_c_preproc_warn_flag
8974 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8981 if test -z "$ac_cpp_err"; then
8982 ac_header_preproc=yes
8984 echo "$as_me: failed program was:" >&5
8985 sed 's/^/| /' conftest.$ac_ext >&5
8987 ac_header_preproc=no
8989 rm -f conftest.err conftest.$ac_ext
8990 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8991 echo "${ECHO_T}$ac_header_preproc" >&6
8993 # So? What about this header?
8994 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8996 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8997 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8998 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8999 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9000 ac_header_preproc=yes
9003 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9004 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9005 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9006 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9007 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9008 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9009 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9010 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9011 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9012 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9013 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9014 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9017 ## ------------------------------------------ ##
9018 ## Report this to the AC_PACKAGE_NAME lists. ##
9019 ## ------------------------------------------ ##
9022 sed "s/^/$as_me: WARNING: /" >&2
9025 echo "$as_me:$LINENO: checking for $ac_header" >&5
9026 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9027 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9028 echo $ECHO_N "(cached) $ECHO_C" >&6
9030 eval "$as_ac_Header=\$ac_header_preproc"
9032 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9033 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9036 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9037 cat >>confdefs.h <<_ACEOF
9038 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9046 for ac_header in link.h
9048 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9049 echo "$as_me:$LINENO: checking for $ac_header" >&5
9050 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9051 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9052 echo $ECHO_N "(cached) $ECHO_C" >&6
9054 cat >conftest.$ac_ext <<_ACEOF
9057 cat confdefs.h >>conftest.$ac_ext
9058 cat >>conftest.$ac_ext <<_ACEOF
9059 /* end confdefs.h. */
9060 #if HAVE_SYS_TYPES_H
9061 # include <sys/types.h>
9068 #include <$ac_header>
9070 rm -f conftest.$ac_objext
9071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9072 (eval $ac_compile) 2>conftest.er1
9074 grep -v '^ *+' conftest.er1 >conftest.err
9076 cat conftest.err >&5
9077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9078 (exit $ac_status); } &&
9079 { ac_try='test -z "$ac_c_werror_flag"
9080 || test ! -s conftest.err'
9081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9085 (exit $ac_status); }; } &&
9086 { ac_try='test -s conftest.$ac_objext'
9087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091 (exit $ac_status); }; }; then
9092 eval "$as_ac_Header=yes"
9094 echo "$as_me: failed program was:" >&5
9095 sed 's/^/| /' conftest.$ac_ext >&5
9097 eval "$as_ac_Header=no"
9099 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9101 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9102 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9103 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9104 cat >>confdefs.h <<_ACEOF
9105 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9113 for ac_header in machine/reg.h
9115 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9116 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9117 echo "$as_me:$LINENO: checking for $ac_header" >&5
9118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9119 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9120 echo $ECHO_N "(cached) $ECHO_C" >&6
9122 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9123 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9125 # Is the header compilable?
9126 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9127 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9128 cat >conftest.$ac_ext <<_ACEOF
9131 cat confdefs.h >>conftest.$ac_ext
9132 cat >>conftest.$ac_ext <<_ACEOF
9133 /* end confdefs.h. */
9134 $ac_includes_default
9135 #include <$ac_header>
9137 rm -f conftest.$ac_objext
9138 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9139 (eval $ac_compile) 2>conftest.er1
9141 grep -v '^ *+' conftest.er1 >conftest.err
9143 cat conftest.err >&5
9144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9145 (exit $ac_status); } &&
9146 { ac_try='test -z "$ac_c_werror_flag"
9147 || test ! -s conftest.err'
9148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152 (exit $ac_status); }; } &&
9153 { ac_try='test -s conftest.$ac_objext'
9154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9158 (exit $ac_status); }; }; then
9159 ac_header_compiler=yes
9161 echo "$as_me: failed program was:" >&5
9162 sed 's/^/| /' conftest.$ac_ext >&5
9164 ac_header_compiler=no
9166 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9167 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9168 echo "${ECHO_T}$ac_header_compiler" >&6
9170 # Is the header present?
9171 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9172 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9173 cat >conftest.$ac_ext <<_ACEOF
9176 cat confdefs.h >>conftest.$ac_ext
9177 cat >>conftest.$ac_ext <<_ACEOF
9178 /* end confdefs.h. */
9179 #include <$ac_header>
9181 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9182 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9184 grep -v '^ *+' conftest.er1 >conftest.err
9186 cat conftest.err >&5
9187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188 (exit $ac_status); } >/dev/null; then
9189 if test -s conftest.err; then
9190 ac_cpp_err=$ac_c_preproc_warn_flag
9191 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9198 if test -z "$ac_cpp_err"; then
9199 ac_header_preproc=yes
9201 echo "$as_me: failed program was:" >&5
9202 sed 's/^/| /' conftest.$ac_ext >&5
9204 ac_header_preproc=no
9206 rm -f conftest.err conftest.$ac_ext
9207 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9208 echo "${ECHO_T}$ac_header_preproc" >&6
9210 # So? What about this header?
9211 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9213 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9214 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9215 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9216 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9217 ac_header_preproc=yes
9220 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9221 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9222 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9223 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9224 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9225 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9226 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9227 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9228 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9229 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9230 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9231 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9234 ## ------------------------------------------ ##
9235 ## Report this to the AC_PACKAGE_NAME lists. ##
9236 ## ------------------------------------------ ##
9239 sed "s/^/$as_me: WARNING: /" >&2
9242 echo "$as_me:$LINENO: checking for $ac_header" >&5
9243 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9244 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9245 echo $ECHO_N "(cached) $ECHO_C" >&6
9247 eval "$as_ac_Header=\$ac_header_preproc"
9249 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9250 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9253 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9254 cat >>confdefs.h <<_ACEOF
9255 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9264 for ac_header in poll.h sys/poll.h
9266 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9267 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9268 echo "$as_me:$LINENO: checking for $ac_header" >&5
9269 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9270 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9271 echo $ECHO_N "(cached) $ECHO_C" >&6
9273 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9274 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9276 # Is the header compilable?
9277 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9278 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9279 cat >conftest.$ac_ext <<_ACEOF
9282 cat confdefs.h >>conftest.$ac_ext
9283 cat >>conftest.$ac_ext <<_ACEOF
9284 /* end confdefs.h. */
9285 $ac_includes_default
9286 #include <$ac_header>
9288 rm -f conftest.$ac_objext
9289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9290 (eval $ac_compile) 2>conftest.er1
9292 grep -v '^ *+' conftest.er1 >conftest.err
9294 cat conftest.err >&5
9295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } &&
9297 { ac_try='test -z "$ac_c_werror_flag"
9298 || test ! -s conftest.err'
9299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303 (exit $ac_status); }; } &&
9304 { ac_try='test -s conftest.$ac_objext'
9305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9309 (exit $ac_status); }; }; then
9310 ac_header_compiler=yes
9312 echo "$as_me: failed program was:" >&5
9313 sed 's/^/| /' conftest.$ac_ext >&5
9315 ac_header_compiler=no
9317 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9318 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9319 echo "${ECHO_T}$ac_header_compiler" >&6
9321 # Is the header present?
9322 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9323 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9324 cat >conftest.$ac_ext <<_ACEOF
9327 cat confdefs.h >>conftest.$ac_ext
9328 cat >>conftest.$ac_ext <<_ACEOF
9329 /* end confdefs.h. */
9330 #include <$ac_header>
9332 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9333 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9335 grep -v '^ *+' conftest.er1 >conftest.err
9337 cat conftest.err >&5
9338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9339 (exit $ac_status); } >/dev/null; then
9340 if test -s conftest.err; then
9341 ac_cpp_err=$ac_c_preproc_warn_flag
9342 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9349 if test -z "$ac_cpp_err"; then
9350 ac_header_preproc=yes
9352 echo "$as_me: failed program was:" >&5
9353 sed 's/^/| /' conftest.$ac_ext >&5
9355 ac_header_preproc=no
9357 rm -f conftest.err conftest.$ac_ext
9358 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9359 echo "${ECHO_T}$ac_header_preproc" >&6
9361 # So? What about this header?
9362 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9364 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9365 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9366 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9367 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9368 ac_header_preproc=yes
9371 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9372 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9373 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9374 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9375 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9376 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9377 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9378 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9379 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9380 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9381 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9382 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9385 ## ------------------------------------------ ##
9386 ## Report this to the AC_PACKAGE_NAME lists. ##
9387 ## ------------------------------------------ ##
9390 sed "s/^/$as_me: WARNING: /" >&2
9393 echo "$as_me:$LINENO: checking for $ac_header" >&5
9394 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9395 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9396 echo $ECHO_N "(cached) $ECHO_C" >&6
9398 eval "$as_ac_Header=\$ac_header_preproc"
9400 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9401 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9404 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9405 cat >>confdefs.h <<_ACEOF
9406 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9416 for ac_header in proc_service.h thread_db.h gnu/libc-version.h
9418 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9419 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9420 echo "$as_me:$LINENO: checking for $ac_header" >&5
9421 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9422 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9423 echo $ECHO_N "(cached) $ECHO_C" >&6
9425 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9426 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9428 # Is the header compilable?
9429 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9430 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9431 cat >conftest.$ac_ext <<_ACEOF
9434 cat confdefs.h >>conftest.$ac_ext
9435 cat >>conftest.$ac_ext <<_ACEOF
9436 /* end confdefs.h. */
9437 $ac_includes_default
9438 #include <$ac_header>
9440 rm -f conftest.$ac_objext
9441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9442 (eval $ac_compile) 2>conftest.er1
9444 grep -v '^ *+' conftest.er1 >conftest.err
9446 cat conftest.err >&5
9447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9448 (exit $ac_status); } &&
9449 { ac_try='test -z "$ac_c_werror_flag"
9450 || test ! -s conftest.err'
9451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9455 (exit $ac_status); }; } &&
9456 { ac_try='test -s conftest.$ac_objext'
9457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9461 (exit $ac_status); }; }; then
9462 ac_header_compiler=yes
9464 echo "$as_me: failed program was:" >&5
9465 sed 's/^/| /' conftest.$ac_ext >&5
9467 ac_header_compiler=no
9469 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9470 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9471 echo "${ECHO_T}$ac_header_compiler" >&6
9473 # Is the header present?
9474 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9475 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9476 cat >conftest.$ac_ext <<_ACEOF
9479 cat confdefs.h >>conftest.$ac_ext
9480 cat >>conftest.$ac_ext <<_ACEOF
9481 /* end confdefs.h. */
9482 #include <$ac_header>
9484 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9485 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9487 grep -v '^ *+' conftest.er1 >conftest.err
9489 cat conftest.err >&5
9490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9491 (exit $ac_status); } >/dev/null; then
9492 if test -s conftest.err; then
9493 ac_cpp_err=$ac_c_preproc_warn_flag
9494 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9501 if test -z "$ac_cpp_err"; then
9502 ac_header_preproc=yes
9504 echo "$as_me: failed program was:" >&5
9505 sed 's/^/| /' conftest.$ac_ext >&5
9507 ac_header_preproc=no
9509 rm -f conftest.err conftest.$ac_ext
9510 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9511 echo "${ECHO_T}$ac_header_preproc" >&6
9513 # So? What about this header?
9514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9516 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9518 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9520 ac_header_preproc=yes
9523 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9525 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9526 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9527 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9529 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9530 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9533 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9537 ## ------------------------------------------ ##
9538 ## Report this to the AC_PACKAGE_NAME lists. ##
9539 ## ------------------------------------------ ##
9542 sed "s/^/$as_me: WARNING: /" >&2
9545 echo "$as_me:$LINENO: checking for $ac_header" >&5
9546 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9547 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9548 echo $ECHO_N "(cached) $ECHO_C" >&6
9550 eval "$as_ac_Header=\$ac_header_preproc"
9552 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9553 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9556 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9557 cat >>confdefs.h <<_ACEOF
9558 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9566 for ac_header in stddef.h
9568 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9569 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9570 echo "$as_me:$LINENO: checking for $ac_header" >&5
9571 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9572 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9573 echo $ECHO_N "(cached) $ECHO_C" >&6
9575 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9576 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9578 # Is the header compilable?
9579 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9580 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9581 cat >conftest.$ac_ext <<_ACEOF
9584 cat confdefs.h >>conftest.$ac_ext
9585 cat >>conftest.$ac_ext <<_ACEOF
9586 /* end confdefs.h. */
9587 $ac_includes_default
9588 #include <$ac_header>
9590 rm -f conftest.$ac_objext
9591 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9592 (eval $ac_compile) 2>conftest.er1
9594 grep -v '^ *+' conftest.er1 >conftest.err
9596 cat conftest.err >&5
9597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9598 (exit $ac_status); } &&
9599 { ac_try='test -z "$ac_c_werror_flag"
9600 || test ! -s conftest.err'
9601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9605 (exit $ac_status); }; } &&
9606 { ac_try='test -s conftest.$ac_objext'
9607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); }; }; then
9612 ac_header_compiler=yes
9614 echo "$as_me: failed program was:" >&5
9615 sed 's/^/| /' conftest.$ac_ext >&5
9617 ac_header_compiler=no
9619 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9620 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9621 echo "${ECHO_T}$ac_header_compiler" >&6
9623 # Is the header present?
9624 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9625 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9626 cat >conftest.$ac_ext <<_ACEOF
9629 cat confdefs.h >>conftest.$ac_ext
9630 cat >>conftest.$ac_ext <<_ACEOF
9631 /* end confdefs.h. */
9632 #include <$ac_header>
9634 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9635 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9637 grep -v '^ *+' conftest.er1 >conftest.err
9639 cat conftest.err >&5
9640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9641 (exit $ac_status); } >/dev/null; then
9642 if test -s conftest.err; then
9643 ac_cpp_err=$ac_c_preproc_warn_flag
9644 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9651 if test -z "$ac_cpp_err"; then
9652 ac_header_preproc=yes
9654 echo "$as_me: failed program was:" >&5
9655 sed 's/^/| /' conftest.$ac_ext >&5
9657 ac_header_preproc=no
9659 rm -f conftest.err conftest.$ac_ext
9660 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9661 echo "${ECHO_T}$ac_header_preproc" >&6
9663 # So? What about this header?
9664 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9666 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9667 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9668 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9669 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9670 ac_header_preproc=yes
9673 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9674 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9675 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9676 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9677 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9678 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9679 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9680 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9681 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9682 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9683 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9684 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9687 ## ------------------------------------------ ##
9688 ## Report this to the AC_PACKAGE_NAME lists. ##
9689 ## ------------------------------------------ ##
9692 sed "s/^/$as_me: WARNING: /" >&2
9695 echo "$as_me:$LINENO: checking for $ac_header" >&5
9696 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9697 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9698 echo $ECHO_N "(cached) $ECHO_C" >&6
9700 eval "$as_ac_Header=\$ac_header_preproc"
9702 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9703 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9706 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9707 cat >>confdefs.h <<_ACEOF
9708 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9716 for ac_header in stdlib.h
9718 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9719 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9720 echo "$as_me:$LINENO: checking for $ac_header" >&5
9721 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9722 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9723 echo $ECHO_N "(cached) $ECHO_C" >&6
9725 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9726 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9728 # Is the header compilable?
9729 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9730 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9731 cat >conftest.$ac_ext <<_ACEOF
9734 cat confdefs.h >>conftest.$ac_ext
9735 cat >>conftest.$ac_ext <<_ACEOF
9736 /* end confdefs.h. */
9737 $ac_includes_default
9738 #include <$ac_header>
9740 rm -f conftest.$ac_objext
9741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9742 (eval $ac_compile) 2>conftest.er1
9744 grep -v '^ *+' conftest.er1 >conftest.err
9746 cat conftest.err >&5
9747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9748 (exit $ac_status); } &&
9749 { ac_try='test -z "$ac_c_werror_flag"
9750 || test ! -s conftest.err'
9751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9755 (exit $ac_status); }; } &&
9756 { ac_try='test -s conftest.$ac_objext'
9757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9761 (exit $ac_status); }; }; then
9762 ac_header_compiler=yes
9764 echo "$as_me: failed program was:" >&5
9765 sed 's/^/| /' conftest.$ac_ext >&5
9767 ac_header_compiler=no
9769 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9770 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9771 echo "${ECHO_T}$ac_header_compiler" >&6
9773 # Is the header present?
9774 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9775 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9776 cat >conftest.$ac_ext <<_ACEOF
9779 cat confdefs.h >>conftest.$ac_ext
9780 cat >>conftest.$ac_ext <<_ACEOF
9781 /* end confdefs.h. */
9782 #include <$ac_header>
9784 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9785 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9787 grep -v '^ *+' conftest.er1 >conftest.err
9789 cat conftest.err >&5
9790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9791 (exit $ac_status); } >/dev/null; then
9792 if test -s conftest.err; then
9793 ac_cpp_err=$ac_c_preproc_warn_flag
9794 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9801 if test -z "$ac_cpp_err"; then
9802 ac_header_preproc=yes
9804 echo "$as_me: failed program was:" >&5
9805 sed 's/^/| /' conftest.$ac_ext >&5
9807 ac_header_preproc=no
9809 rm -f conftest.err conftest.$ac_ext
9810 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9811 echo "${ECHO_T}$ac_header_preproc" >&6
9813 # So? What about this header?
9814 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9816 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9817 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9818 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9819 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9820 ac_header_preproc=yes
9823 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9824 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9825 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9826 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9827 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9828 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9829 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9830 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9831 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9832 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9833 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9834 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9837 ## ------------------------------------------ ##
9838 ## Report this to the AC_PACKAGE_NAME lists. ##
9839 ## ------------------------------------------ ##
9842 sed "s/^/$as_me: WARNING: /" >&2
9845 echo "$as_me:$LINENO: checking for $ac_header" >&5
9846 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9847 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9848 echo $ECHO_N "(cached) $ECHO_C" >&6
9850 eval "$as_ac_Header=\$ac_header_preproc"
9852 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9853 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9856 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9857 cat >>confdefs.h <<_ACEOF
9858 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9866 for ac_header in stdint.h
9868 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9869 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9870 echo "$as_me:$LINENO: checking for $ac_header" >&5
9871 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9872 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9873 echo $ECHO_N "(cached) $ECHO_C" >&6
9875 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9876 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9878 # Is the header compilable?
9879 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9880 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9881 cat >conftest.$ac_ext <<_ACEOF
9884 cat confdefs.h >>conftest.$ac_ext
9885 cat >>conftest.$ac_ext <<_ACEOF
9886 /* end confdefs.h. */
9887 $ac_includes_default
9888 #include <$ac_header>
9890 rm -f conftest.$ac_objext
9891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9892 (eval $ac_compile) 2>conftest.er1
9894 grep -v '^ *+' conftest.er1 >conftest.err
9896 cat conftest.err >&5
9897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9898 (exit $ac_status); } &&
9899 { ac_try='test -z "$ac_c_werror_flag"
9900 || test ! -s conftest.err'
9901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9905 (exit $ac_status); }; } &&
9906 { ac_try='test -s conftest.$ac_objext'
9907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); }; }; then
9912 ac_header_compiler=yes
9914 echo "$as_me: failed program was:" >&5
9915 sed 's/^/| /' conftest.$ac_ext >&5
9917 ac_header_compiler=no
9919 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9920 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9921 echo "${ECHO_T}$ac_header_compiler" >&6
9923 # Is the header present?
9924 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9925 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9926 cat >conftest.$ac_ext <<_ACEOF
9929 cat confdefs.h >>conftest.$ac_ext
9930 cat >>conftest.$ac_ext <<_ACEOF
9931 /* end confdefs.h. */
9932 #include <$ac_header>
9934 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9935 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9937 grep -v '^ *+' conftest.er1 >conftest.err
9939 cat conftest.err >&5
9940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9941 (exit $ac_status); } >/dev/null; then
9942 if test -s conftest.err; then
9943 ac_cpp_err=$ac_c_preproc_warn_flag
9944 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9951 if test -z "$ac_cpp_err"; then
9952 ac_header_preproc=yes
9954 echo "$as_me: failed program was:" >&5
9955 sed 's/^/| /' conftest.$ac_ext >&5
9957 ac_header_preproc=no
9959 rm -f conftest.err conftest.$ac_ext
9960 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9961 echo "${ECHO_T}$ac_header_preproc" >&6
9963 # So? What about this header?
9964 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9966 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9967 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9968 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9969 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9970 ac_header_preproc=yes
9973 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9974 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9975 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9976 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9977 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9978 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9979 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9980 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9981 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9982 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9983 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9984 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9987 ## ------------------------------------------ ##
9988 ## Report this to the AC_PACKAGE_NAME lists. ##
9989 ## ------------------------------------------ ##
9992 sed "s/^/$as_me: WARNING: /" >&2
9995 echo "$as_me:$LINENO: checking for $ac_header" >&5
9996 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9997 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9998 echo $ECHO_N "(cached) $ECHO_C" >&6
10000 eval "$as_ac_Header=\$ac_header_preproc"
10002 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10003 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10006 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10007 cat >>confdefs.h <<_ACEOF
10008 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10018 for ac_header in string.h memory.h strings.h
10020 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10021 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10022 echo "$as_me:$LINENO: checking for $ac_header" >&5
10023 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10024 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10025 echo $ECHO_N "(cached) $ECHO_C" >&6
10027 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10028 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10030 # Is the header compilable?
10031 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10032 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10033 cat >conftest.$ac_ext <<_ACEOF
10036 cat confdefs.h >>conftest.$ac_ext
10037 cat >>conftest.$ac_ext <<_ACEOF
10038 /* end confdefs.h. */
10039 $ac_includes_default
10040 #include <$ac_header>
10042 rm -f conftest.$ac_objext
10043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10044 (eval $ac_compile) 2>conftest.er1
10046 grep -v '^ *+' conftest.er1 >conftest.err
10048 cat conftest.err >&5
10049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10050 (exit $ac_status); } &&
10051 { ac_try='test -z "$ac_c_werror_flag"
10052 || test ! -s conftest.err'
10053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10054 (eval $ac_try) 2>&5
10056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10057 (exit $ac_status); }; } &&
10058 { ac_try='test -s conftest.$ac_objext'
10059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10060 (eval $ac_try) 2>&5
10062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10063 (exit $ac_status); }; }; then
10064 ac_header_compiler=yes
10066 echo "$as_me: failed program was:" >&5
10067 sed 's/^/| /' conftest.$ac_ext >&5
10069 ac_header_compiler=no
10071 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10072 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10073 echo "${ECHO_T}$ac_header_compiler" >&6
10075 # Is the header present?
10076 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10077 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10078 cat >conftest.$ac_ext <<_ACEOF
10081 cat confdefs.h >>conftest.$ac_ext
10082 cat >>conftest.$ac_ext <<_ACEOF
10083 /* end confdefs.h. */
10084 #include <$ac_header>
10086 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10087 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10089 grep -v '^ *+' conftest.er1 >conftest.err
10091 cat conftest.err >&5
10092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10093 (exit $ac_status); } >/dev/null; then
10094 if test -s conftest.err; then
10095 ac_cpp_err=$ac_c_preproc_warn_flag
10096 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10103 if test -z "$ac_cpp_err"; then
10104 ac_header_preproc=yes
10106 echo "$as_me: failed program was:" >&5
10107 sed 's/^/| /' conftest.$ac_ext >&5
10109 ac_header_preproc=no
10111 rm -f conftest.err conftest.$ac_ext
10112 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10113 echo "${ECHO_T}$ac_header_preproc" >&6
10115 # So? What about this header?
10116 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10118 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10119 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10120 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10121 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10122 ac_header_preproc=yes
10125 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10126 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10127 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10128 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10129 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10130 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10131 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10132 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10133 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10134 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10135 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10136 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10139 ## ------------------------------------------ ##
10140 ## Report this to the AC_PACKAGE_NAME lists. ##
10141 ## ------------------------------------------ ##
10144 sed "s/^/$as_me: WARNING: /" >&2
10147 echo "$as_me:$LINENO: checking for $ac_header" >&5
10148 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10149 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10150 echo $ECHO_N "(cached) $ECHO_C" >&6
10152 eval "$as_ac_Header=\$ac_header_preproc"
10154 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10155 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10158 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10159 cat >>confdefs.h <<_ACEOF
10160 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10168 for ac_header in sys/fault.h
10170 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10171 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10172 echo "$as_me:$LINENO: checking for $ac_header" >&5
10173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10174 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10175 echo $ECHO_N "(cached) $ECHO_C" >&6
10177 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10178 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10180 # Is the header compilable?
10181 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10182 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10183 cat >conftest.$ac_ext <<_ACEOF
10186 cat confdefs.h >>conftest.$ac_ext
10187 cat >>conftest.$ac_ext <<_ACEOF
10188 /* end confdefs.h. */
10189 $ac_includes_default
10190 #include <$ac_header>
10192 rm -f conftest.$ac_objext
10193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10194 (eval $ac_compile) 2>conftest.er1
10196 grep -v '^ *+' conftest.er1 >conftest.err
10198 cat conftest.err >&5
10199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10200 (exit $ac_status); } &&
10201 { ac_try='test -z "$ac_c_werror_flag"
10202 || test ! -s conftest.err'
10203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10204 (eval $ac_try) 2>&5
10206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10207 (exit $ac_status); }; } &&
10208 { ac_try='test -s conftest.$ac_objext'
10209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10210 (eval $ac_try) 2>&5
10212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 (exit $ac_status); }; }; then
10214 ac_header_compiler=yes
10216 echo "$as_me: failed program was:" >&5
10217 sed 's/^/| /' conftest.$ac_ext >&5
10219 ac_header_compiler=no
10221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10222 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10223 echo "${ECHO_T}$ac_header_compiler" >&6
10225 # Is the header present?
10226 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10227 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10228 cat >conftest.$ac_ext <<_ACEOF
10231 cat confdefs.h >>conftest.$ac_ext
10232 cat >>conftest.$ac_ext <<_ACEOF
10233 /* end confdefs.h. */
10234 #include <$ac_header>
10236 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10237 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10239 grep -v '^ *+' conftest.er1 >conftest.err
10241 cat conftest.err >&5
10242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10243 (exit $ac_status); } >/dev/null; then
10244 if test -s conftest.err; then
10245 ac_cpp_err=$ac_c_preproc_warn_flag
10246 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10253 if test -z "$ac_cpp_err"; then
10254 ac_header_preproc=yes
10256 echo "$as_me: failed program was:" >&5
10257 sed 's/^/| /' conftest.$ac_ext >&5
10259 ac_header_preproc=no
10261 rm -f conftest.err conftest.$ac_ext
10262 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10263 echo "${ECHO_T}$ac_header_preproc" >&6
10265 # So? What about this header?
10266 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10268 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10269 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10270 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10271 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10272 ac_header_preproc=yes
10275 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10276 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10277 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10278 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10279 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10280 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10281 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10282 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10283 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10284 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10285 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10286 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10289 ## ------------------------------------------ ##
10290 ## Report this to the AC_PACKAGE_NAME lists. ##
10291 ## ------------------------------------------ ##
10294 sed "s/^/$as_me: WARNING: /" >&2
10297 echo "$as_me:$LINENO: checking for $ac_header" >&5
10298 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10299 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10300 echo $ECHO_N "(cached) $ECHO_C" >&6
10302 eval "$as_ac_Header=\$ac_header_preproc"
10304 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10305 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10308 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10309 cat >>confdefs.h <<_ACEOF
10310 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10318 for ac_header in sys/file.h
10320 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10321 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10322 echo "$as_me:$LINENO: checking for $ac_header" >&5
10323 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10324 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10325 echo $ECHO_N "(cached) $ECHO_C" >&6
10327 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10328 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10330 # Is the header compilable?
10331 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10332 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10333 cat >conftest.$ac_ext <<_ACEOF
10336 cat confdefs.h >>conftest.$ac_ext
10337 cat >>conftest.$ac_ext <<_ACEOF
10338 /* end confdefs.h. */
10339 $ac_includes_default
10340 #include <$ac_header>
10342 rm -f conftest.$ac_objext
10343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10344 (eval $ac_compile) 2>conftest.er1
10346 grep -v '^ *+' conftest.er1 >conftest.err
10348 cat conftest.err >&5
10349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10350 (exit $ac_status); } &&
10351 { ac_try='test -z "$ac_c_werror_flag"
10352 || test ! -s conftest.err'
10353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10354 (eval $ac_try) 2>&5
10356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10357 (exit $ac_status); }; } &&
10358 { ac_try='test -s conftest.$ac_objext'
10359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10360 (eval $ac_try) 2>&5
10362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10363 (exit $ac_status); }; }; then
10364 ac_header_compiler=yes
10366 echo "$as_me: failed program was:" >&5
10367 sed 's/^/| /' conftest.$ac_ext >&5
10369 ac_header_compiler=no
10371 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10372 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10373 echo "${ECHO_T}$ac_header_compiler" >&6
10375 # Is the header present?
10376 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10377 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10378 cat >conftest.$ac_ext <<_ACEOF
10381 cat confdefs.h >>conftest.$ac_ext
10382 cat >>conftest.$ac_ext <<_ACEOF
10383 /* end confdefs.h. */
10384 #include <$ac_header>
10386 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10387 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10389 grep -v '^ *+' conftest.er1 >conftest.err
10391 cat conftest.err >&5
10392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10393 (exit $ac_status); } >/dev/null; then
10394 if test -s conftest.err; then
10395 ac_cpp_err=$ac_c_preproc_warn_flag
10396 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10403 if test -z "$ac_cpp_err"; then
10404 ac_header_preproc=yes
10406 echo "$as_me: failed program was:" >&5
10407 sed 's/^/| /' conftest.$ac_ext >&5
10409 ac_header_preproc=no
10411 rm -f conftest.err conftest.$ac_ext
10412 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10413 echo "${ECHO_T}$ac_header_preproc" >&6
10415 # So? What about this header?
10416 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10418 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10419 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10420 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10421 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10422 ac_header_preproc=yes
10425 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10426 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10427 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10428 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10429 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10430 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10431 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10432 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10433 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10434 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10435 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10436 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10439 ## ------------------------------------------ ##
10440 ## Report this to the AC_PACKAGE_NAME lists. ##
10441 ## ------------------------------------------ ##
10444 sed "s/^/$as_me: WARNING: /" >&2
10447 echo "$as_me:$LINENO: checking for $ac_header" >&5
10448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10449 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10450 echo $ECHO_N "(cached) $ECHO_C" >&6
10452 eval "$as_ac_Header=\$ac_header_preproc"
10454 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10455 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10459 cat >>confdefs.h <<_ACEOF
10460 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10468 for ac_header in sys/filio.h
10470 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10471 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10472 echo "$as_me:$LINENO: checking for $ac_header" >&5
10473 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10474 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10475 echo $ECHO_N "(cached) $ECHO_C" >&6
10477 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10478 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10480 # Is the header compilable?
10481 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10482 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10483 cat >conftest.$ac_ext <<_ACEOF
10486 cat confdefs.h >>conftest.$ac_ext
10487 cat >>conftest.$ac_ext <<_ACEOF
10488 /* end confdefs.h. */
10489 $ac_includes_default
10490 #include <$ac_header>
10492 rm -f conftest.$ac_objext
10493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10494 (eval $ac_compile) 2>conftest.er1
10496 grep -v '^ *+' conftest.er1 >conftest.err
10498 cat conftest.err >&5
10499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10500 (exit $ac_status); } &&
10501 { ac_try='test -z "$ac_c_werror_flag"
10502 || test ! -s conftest.err'
10503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10504 (eval $ac_try) 2>&5
10506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10507 (exit $ac_status); }; } &&
10508 { ac_try='test -s conftest.$ac_objext'
10509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10510 (eval $ac_try) 2>&5
10512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10513 (exit $ac_status); }; }; then
10514 ac_header_compiler=yes
10516 echo "$as_me: failed program was:" >&5
10517 sed 's/^/| /' conftest.$ac_ext >&5
10519 ac_header_compiler=no
10521 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10522 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10523 echo "${ECHO_T}$ac_header_compiler" >&6
10525 # Is the header present?
10526 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10527 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10528 cat >conftest.$ac_ext <<_ACEOF
10531 cat confdefs.h >>conftest.$ac_ext
10532 cat >>conftest.$ac_ext <<_ACEOF
10533 /* end confdefs.h. */
10534 #include <$ac_header>
10536 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10537 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10539 grep -v '^ *+' conftest.er1 >conftest.err
10541 cat conftest.err >&5
10542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10543 (exit $ac_status); } >/dev/null; then
10544 if test -s conftest.err; then
10545 ac_cpp_err=$ac_c_preproc_warn_flag
10546 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10553 if test -z "$ac_cpp_err"; then
10554 ac_header_preproc=yes
10556 echo "$as_me: failed program was:" >&5
10557 sed 's/^/| /' conftest.$ac_ext >&5
10559 ac_header_preproc=no
10561 rm -f conftest.err conftest.$ac_ext
10562 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10563 echo "${ECHO_T}$ac_header_preproc" >&6
10565 # So? What about this header?
10566 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10568 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10569 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10570 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10571 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10572 ac_header_preproc=yes
10575 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10576 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10577 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10578 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10579 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10580 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10581 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10582 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10583 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10584 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10585 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10586 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10589 ## ------------------------------------------ ##
10590 ## Report this to the AC_PACKAGE_NAME lists. ##
10591 ## ------------------------------------------ ##
10594 sed "s/^/$as_me: WARNING: /" >&2
10597 echo "$as_me:$LINENO: checking for $ac_header" >&5
10598 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10599 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10600 echo $ECHO_N "(cached) $ECHO_C" >&6
10602 eval "$as_ac_Header=\$ac_header_preproc"
10604 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10605 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10609 cat >>confdefs.h <<_ACEOF
10610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10618 for ac_header in sys/ioctl.h
10620 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10621 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10622 echo "$as_me:$LINENO: checking for $ac_header" >&5
10623 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10624 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10625 echo $ECHO_N "(cached) $ECHO_C" >&6
10627 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10628 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10630 # Is the header compilable?
10631 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10632 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10633 cat >conftest.$ac_ext <<_ACEOF
10636 cat confdefs.h >>conftest.$ac_ext
10637 cat >>conftest.$ac_ext <<_ACEOF
10638 /* end confdefs.h. */
10639 $ac_includes_default
10640 #include <$ac_header>
10642 rm -f conftest.$ac_objext
10643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10644 (eval $ac_compile) 2>conftest.er1
10646 grep -v '^ *+' conftest.er1 >conftest.err
10648 cat conftest.err >&5
10649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10650 (exit $ac_status); } &&
10651 { ac_try='test -z "$ac_c_werror_flag"
10652 || test ! -s conftest.err'
10653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10654 (eval $ac_try) 2>&5
10656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); }; } &&
10658 { ac_try='test -s conftest.$ac_objext'
10659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10660 (eval $ac_try) 2>&5
10662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); }; }; then
10664 ac_header_compiler=yes
10666 echo "$as_me: failed program was:" >&5
10667 sed 's/^/| /' conftest.$ac_ext >&5
10669 ac_header_compiler=no
10671 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10672 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10673 echo "${ECHO_T}$ac_header_compiler" >&6
10675 # Is the header present?
10676 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10677 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10678 cat >conftest.$ac_ext <<_ACEOF
10681 cat confdefs.h >>conftest.$ac_ext
10682 cat >>conftest.$ac_ext <<_ACEOF
10683 /* end confdefs.h. */
10684 #include <$ac_header>
10686 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10687 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10689 grep -v '^ *+' conftest.er1 >conftest.err
10691 cat conftest.err >&5
10692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10693 (exit $ac_status); } >/dev/null; then
10694 if test -s conftest.err; then
10695 ac_cpp_err=$ac_c_preproc_warn_flag
10696 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10703 if test -z "$ac_cpp_err"; then
10704 ac_header_preproc=yes
10706 echo "$as_me: failed program was:" >&5
10707 sed 's/^/| /' conftest.$ac_ext >&5
10709 ac_header_preproc=no
10711 rm -f conftest.err conftest.$ac_ext
10712 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10713 echo "${ECHO_T}$ac_header_preproc" >&6
10715 # So? What about this header?
10716 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10718 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10719 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10721 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10722 ac_header_preproc=yes
10725 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10726 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10727 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10728 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10729 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10730 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10731 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10732 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10733 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10734 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10735 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10736 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10739 ## ------------------------------------------ ##
10740 ## Report this to the AC_PACKAGE_NAME lists. ##
10741 ## ------------------------------------------ ##
10744 sed "s/^/$as_me: WARNING: /" >&2
10747 echo "$as_me:$LINENO: checking for $ac_header" >&5
10748 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10749 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10750 echo $ECHO_N "(cached) $ECHO_C" >&6
10752 eval "$as_ac_Header=\$ac_header_preproc"
10754 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10755 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10758 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10759 cat >>confdefs.h <<_ACEOF
10760 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10768 for ac_header in sys/param.h
10770 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10771 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10772 echo "$as_me:$LINENO: checking for $ac_header" >&5
10773 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10774 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10775 echo $ECHO_N "(cached) $ECHO_C" >&6
10777 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10778 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10780 # Is the header compilable?
10781 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10782 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10783 cat >conftest.$ac_ext <<_ACEOF
10786 cat confdefs.h >>conftest.$ac_ext
10787 cat >>conftest.$ac_ext <<_ACEOF
10788 /* end confdefs.h. */
10789 $ac_includes_default
10790 #include <$ac_header>
10792 rm -f conftest.$ac_objext
10793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10794 (eval $ac_compile) 2>conftest.er1
10796 grep -v '^ *+' conftest.er1 >conftest.err
10798 cat conftest.err >&5
10799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10800 (exit $ac_status); } &&
10801 { ac_try='test -z "$ac_c_werror_flag"
10802 || test ! -s conftest.err'
10803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10804 (eval $ac_try) 2>&5
10806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10807 (exit $ac_status); }; } &&
10808 { ac_try='test -s conftest.$ac_objext'
10809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10810 (eval $ac_try) 2>&5
10812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10813 (exit $ac_status); }; }; then
10814 ac_header_compiler=yes
10816 echo "$as_me: failed program was:" >&5
10817 sed 's/^/| /' conftest.$ac_ext >&5
10819 ac_header_compiler=no
10821 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10822 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10823 echo "${ECHO_T}$ac_header_compiler" >&6
10825 # Is the header present?
10826 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10827 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10828 cat >conftest.$ac_ext <<_ACEOF
10831 cat confdefs.h >>conftest.$ac_ext
10832 cat >>conftest.$ac_ext <<_ACEOF
10833 /* end confdefs.h. */
10834 #include <$ac_header>
10836 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10837 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10839 grep -v '^ *+' conftest.er1 >conftest.err
10841 cat conftest.err >&5
10842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10843 (exit $ac_status); } >/dev/null; then
10844 if test -s conftest.err; then
10845 ac_cpp_err=$ac_c_preproc_warn_flag
10846 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10853 if test -z "$ac_cpp_err"; then
10854 ac_header_preproc=yes
10856 echo "$as_me: failed program was:" >&5
10857 sed 's/^/| /' conftest.$ac_ext >&5
10859 ac_header_preproc=no
10861 rm -f conftest.err conftest.$ac_ext
10862 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10863 echo "${ECHO_T}$ac_header_preproc" >&6
10865 # So? What about this header?
10866 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10868 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10869 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10870 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10871 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10872 ac_header_preproc=yes
10875 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10876 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10877 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10878 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10879 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10880 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10881 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10882 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10883 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10884 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10885 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10886 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10889 ## ------------------------------------------ ##
10890 ## Report this to the AC_PACKAGE_NAME lists. ##
10891 ## ------------------------------------------ ##
10894 sed "s/^/$as_me: WARNING: /" >&2
10897 echo "$as_me:$LINENO: checking for $ac_header" >&5
10898 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10899 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10900 echo $ECHO_N "(cached) $ECHO_C" >&6
10902 eval "$as_ac_Header=\$ac_header_preproc"
10904 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10905 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10908 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10909 cat >>confdefs.h <<_ACEOF
10910 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10918 for ac_header in sys/proc.h
10920 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10921 echo "$as_me:$LINENO: checking for $ac_header" >&5
10922 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10923 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10924 echo $ECHO_N "(cached) $ECHO_C" >&6
10926 cat >conftest.$ac_ext <<_ACEOF
10929 cat confdefs.h >>conftest.$ac_ext
10930 cat >>conftest.$ac_ext <<_ACEOF
10931 /* end confdefs.h. */
10932 #if HAVE_SYS_PARAM_H
10933 # include <sys/param.h>
10937 #include <$ac_header>
10939 rm -f conftest.$ac_objext
10940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10941 (eval $ac_compile) 2>conftest.er1
10943 grep -v '^ *+' conftest.er1 >conftest.err
10945 cat conftest.err >&5
10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947 (exit $ac_status); } &&
10948 { ac_try='test -z "$ac_c_werror_flag"
10949 || test ! -s conftest.err'
10950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10951 (eval $ac_try) 2>&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); }; } &&
10955 { ac_try='test -s conftest.$ac_objext'
10956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10957 (eval $ac_try) 2>&5
10959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10960 (exit $ac_status); }; }; then
10961 eval "$as_ac_Header=yes"
10963 echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.$ac_ext >&5
10966 eval "$as_ac_Header=no"
10968 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10970 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10971 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10972 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10973 cat >>confdefs.h <<_ACEOF
10974 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10982 for ac_header in sys/procfs.h
10984 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10985 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10986 echo "$as_me:$LINENO: checking for $ac_header" >&5
10987 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10988 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10989 echo $ECHO_N "(cached) $ECHO_C" >&6
10991 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10992 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10994 # Is the header compilable?
10995 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10996 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10997 cat >conftest.$ac_ext <<_ACEOF
11000 cat confdefs.h >>conftest.$ac_ext
11001 cat >>conftest.$ac_ext <<_ACEOF
11002 /* end confdefs.h. */
11003 $ac_includes_default
11004 #include <$ac_header>
11006 rm -f conftest.$ac_objext
11007 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11008 (eval $ac_compile) 2>conftest.er1
11010 grep -v '^ *+' conftest.er1 >conftest.err
11012 cat conftest.err >&5
11013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11014 (exit $ac_status); } &&
11015 { ac_try='test -z "$ac_c_werror_flag"
11016 || test ! -s conftest.err'
11017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11018 (eval $ac_try) 2>&5
11020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11021 (exit $ac_status); }; } &&
11022 { ac_try='test -s conftest.$ac_objext'
11023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11024 (eval $ac_try) 2>&5
11026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11027 (exit $ac_status); }; }; then
11028 ac_header_compiler=yes
11030 echo "$as_me: failed program was:" >&5
11031 sed 's/^/| /' conftest.$ac_ext >&5
11033 ac_header_compiler=no
11035 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11036 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11037 echo "${ECHO_T}$ac_header_compiler" >&6
11039 # Is the header present?
11040 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11041 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11042 cat >conftest.$ac_ext <<_ACEOF
11045 cat confdefs.h >>conftest.$ac_ext
11046 cat >>conftest.$ac_ext <<_ACEOF
11047 /* end confdefs.h. */
11048 #include <$ac_header>
11050 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11051 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11053 grep -v '^ *+' conftest.er1 >conftest.err
11055 cat conftest.err >&5
11056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11057 (exit $ac_status); } >/dev/null; then
11058 if test -s conftest.err; then
11059 ac_cpp_err=$ac_c_preproc_warn_flag
11060 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11067 if test -z "$ac_cpp_err"; then
11068 ac_header_preproc=yes
11070 echo "$as_me: failed program was:" >&5
11071 sed 's/^/| /' conftest.$ac_ext >&5
11073 ac_header_preproc=no
11075 rm -f conftest.err conftest.$ac_ext
11076 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11077 echo "${ECHO_T}$ac_header_preproc" >&6
11079 # So? What about this header?
11080 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11082 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11083 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11084 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11085 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11086 ac_header_preproc=yes
11089 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11090 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11091 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11092 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11093 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11094 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11095 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11096 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11097 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11098 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11099 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11100 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11103 ## ------------------------------------------ ##
11104 ## Report this to the AC_PACKAGE_NAME lists. ##
11105 ## ------------------------------------------ ##
11108 sed "s/^/$as_me: WARNING: /" >&2
11111 echo "$as_me:$LINENO: checking for $ac_header" >&5
11112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11113 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11114 echo $ECHO_N "(cached) $ECHO_C" >&6
11116 eval "$as_ac_Header=\$ac_header_preproc"
11118 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11119 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11122 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11123 cat >>confdefs.h <<_ACEOF
11124 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11133 for ac_header in sys/ptrace.h ptrace.h
11135 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11136 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11137 echo "$as_me:$LINENO: checking for $ac_header" >&5
11138 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11139 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11140 echo $ECHO_N "(cached) $ECHO_C" >&6
11142 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11143 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11145 # Is the header compilable?
11146 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11147 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11148 cat >conftest.$ac_ext <<_ACEOF
11151 cat confdefs.h >>conftest.$ac_ext
11152 cat >>conftest.$ac_ext <<_ACEOF
11153 /* end confdefs.h. */
11154 $ac_includes_default
11155 #include <$ac_header>
11157 rm -f conftest.$ac_objext
11158 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11159 (eval $ac_compile) 2>conftest.er1
11161 grep -v '^ *+' conftest.er1 >conftest.err
11163 cat conftest.err >&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } &&
11166 { ac_try='test -z "$ac_c_werror_flag"
11167 || test ! -s conftest.err'
11168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11169 (eval $ac_try) 2>&5
11171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11172 (exit $ac_status); }; } &&
11173 { ac_try='test -s conftest.$ac_objext'
11174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11175 (eval $ac_try) 2>&5
11177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); }; }; then
11179 ac_header_compiler=yes
11181 echo "$as_me: failed program was:" >&5
11182 sed 's/^/| /' conftest.$ac_ext >&5
11184 ac_header_compiler=no
11186 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11187 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11188 echo "${ECHO_T}$ac_header_compiler" >&6
11190 # Is the header present?
11191 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11192 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11193 cat >conftest.$ac_ext <<_ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11199 #include <$ac_header>
11201 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11202 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11204 grep -v '^ *+' conftest.er1 >conftest.err
11206 cat conftest.err >&5
11207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11208 (exit $ac_status); } >/dev/null; then
11209 if test -s conftest.err; then
11210 ac_cpp_err=$ac_c_preproc_warn_flag
11211 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11218 if test -z "$ac_cpp_err"; then
11219 ac_header_preproc=yes
11221 echo "$as_me: failed program was:" >&5
11222 sed 's/^/| /' conftest.$ac_ext >&5
11224 ac_header_preproc=no
11226 rm -f conftest.err conftest.$ac_ext
11227 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11228 echo "${ECHO_T}$ac_header_preproc" >&6
11230 # So? What about this header?
11231 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11233 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11234 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11235 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11236 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11237 ac_header_preproc=yes
11240 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11241 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11242 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11243 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11244 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11245 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11246 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11247 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11248 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11249 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11250 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11251 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11254 ## ------------------------------------------ ##
11255 ## Report this to the AC_PACKAGE_NAME lists. ##
11256 ## ------------------------------------------ ##
11259 sed "s/^/$as_me: WARNING: /" >&2
11262 echo "$as_me:$LINENO: checking for $ac_header" >&5
11263 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11264 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11265 echo $ECHO_N "(cached) $ECHO_C" >&6
11267 eval "$as_ac_Header=\$ac_header_preproc"
11269 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11270 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11273 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11274 cat >>confdefs.h <<_ACEOF
11275 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11284 for ac_header in sys/reg.h sys/debugreg.h
11286 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11287 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11288 echo "$as_me:$LINENO: checking for $ac_header" >&5
11289 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11290 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11291 echo $ECHO_N "(cached) $ECHO_C" >&6
11293 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11294 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11296 # Is the header compilable?
11297 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11298 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11299 cat >conftest.$ac_ext <<_ACEOF
11302 cat confdefs.h >>conftest.$ac_ext
11303 cat >>conftest.$ac_ext <<_ACEOF
11304 /* end confdefs.h. */
11305 $ac_includes_default
11306 #include <$ac_header>
11308 rm -f conftest.$ac_objext
11309 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11310 (eval $ac_compile) 2>conftest.er1
11312 grep -v '^ *+' conftest.er1 >conftest.err
11314 cat conftest.err >&5
11315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316 (exit $ac_status); } &&
11317 { ac_try='test -z "$ac_c_werror_flag"
11318 || test ! -s conftest.err'
11319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11320 (eval $ac_try) 2>&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); }; } &&
11324 { ac_try='test -s conftest.$ac_objext'
11325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11326 (eval $ac_try) 2>&5
11328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11329 (exit $ac_status); }; }; then
11330 ac_header_compiler=yes
11332 echo "$as_me: failed program was:" >&5
11333 sed 's/^/| /' conftest.$ac_ext >&5
11335 ac_header_compiler=no
11337 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11338 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11339 echo "${ECHO_T}$ac_header_compiler" >&6
11341 # Is the header present?
11342 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11343 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11344 cat >conftest.$ac_ext <<_ACEOF
11347 cat confdefs.h >>conftest.$ac_ext
11348 cat >>conftest.$ac_ext <<_ACEOF
11349 /* end confdefs.h. */
11350 #include <$ac_header>
11352 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11353 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11355 grep -v '^ *+' conftest.er1 >conftest.err
11357 cat conftest.err >&5
11358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11359 (exit $ac_status); } >/dev/null; then
11360 if test -s conftest.err; then
11361 ac_cpp_err=$ac_c_preproc_warn_flag
11362 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11369 if test -z "$ac_cpp_err"; then
11370 ac_header_preproc=yes
11372 echo "$as_me: failed program was:" >&5
11373 sed 's/^/| /' conftest.$ac_ext >&5
11375 ac_header_preproc=no
11377 rm -f conftest.err conftest.$ac_ext
11378 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11379 echo "${ECHO_T}$ac_header_preproc" >&6
11381 # So? What about this header?
11382 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11384 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11385 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11386 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11387 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11388 ac_header_preproc=yes
11391 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11392 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11393 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11394 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11395 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11396 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11397 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11398 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11399 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11400 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11401 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11402 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11405 ## ------------------------------------------ ##
11406 ## Report this to the AC_PACKAGE_NAME lists. ##
11407 ## ------------------------------------------ ##
11410 sed "s/^/$as_me: WARNING: /" >&2
11413 echo "$as_me:$LINENO: checking for $ac_header" >&5
11414 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11415 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11416 echo $ECHO_N "(cached) $ECHO_C" >&6
11418 eval "$as_ac_Header=\$ac_header_preproc"
11420 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11421 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11424 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11425 cat >>confdefs.h <<_ACEOF
11426 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11434 for ac_header in sys/select.h
11436 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11437 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11438 echo "$as_me:$LINENO: checking for $ac_header" >&5
11439 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11440 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11441 echo $ECHO_N "(cached) $ECHO_C" >&6
11443 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11444 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11446 # Is the header compilable?
11447 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11448 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11449 cat >conftest.$ac_ext <<_ACEOF
11452 cat confdefs.h >>conftest.$ac_ext
11453 cat >>conftest.$ac_ext <<_ACEOF
11454 /* end confdefs.h. */
11455 $ac_includes_default
11456 #include <$ac_header>
11458 rm -f conftest.$ac_objext
11459 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11460 (eval $ac_compile) 2>conftest.er1
11462 grep -v '^ *+' conftest.er1 >conftest.err
11464 cat conftest.err >&5
11465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11466 (exit $ac_status); } &&
11467 { ac_try='test -z "$ac_c_werror_flag"
11468 || test ! -s conftest.err'
11469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11470 (eval $ac_try) 2>&5
11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); }; } &&
11474 { ac_try='test -s conftest.$ac_objext'
11475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11476 (eval $ac_try) 2>&5
11478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479 (exit $ac_status); }; }; then
11480 ac_header_compiler=yes
11482 echo "$as_me: failed program was:" >&5
11483 sed 's/^/| /' conftest.$ac_ext >&5
11485 ac_header_compiler=no
11487 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11488 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11489 echo "${ECHO_T}$ac_header_compiler" >&6
11491 # Is the header present?
11492 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11493 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11494 cat >conftest.$ac_ext <<_ACEOF
11497 cat confdefs.h >>conftest.$ac_ext
11498 cat >>conftest.$ac_ext <<_ACEOF
11499 /* end confdefs.h. */
11500 #include <$ac_header>
11502 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11503 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11505 grep -v '^ *+' conftest.er1 >conftest.err
11507 cat conftest.err >&5
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); } >/dev/null; then
11510 if test -s conftest.err; then
11511 ac_cpp_err=$ac_c_preproc_warn_flag
11512 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11519 if test -z "$ac_cpp_err"; then
11520 ac_header_preproc=yes
11522 echo "$as_me: failed program was:" >&5
11523 sed 's/^/| /' conftest.$ac_ext >&5
11525 ac_header_preproc=no
11527 rm -f conftest.err conftest.$ac_ext
11528 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11529 echo "${ECHO_T}$ac_header_preproc" >&6
11531 # So? What about this header?
11532 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11534 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11535 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11536 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11537 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11538 ac_header_preproc=yes
11541 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11542 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11543 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11544 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11545 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11546 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11547 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11548 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11550 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11551 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11552 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11555 ## ------------------------------------------ ##
11556 ## Report this to the AC_PACKAGE_NAME lists. ##
11557 ## ------------------------------------------ ##
11560 sed "s/^/$as_me: WARNING: /" >&2
11563 echo "$as_me:$LINENO: checking for $ac_header" >&5
11564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11565 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11566 echo $ECHO_N "(cached) $ECHO_C" >&6
11568 eval "$as_ac_Header=\$ac_header_preproc"
11570 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11571 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11574 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11575 cat >>confdefs.h <<_ACEOF
11576 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11584 for ac_header in sys/syscall.h
11586 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11587 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11588 echo "$as_me:$LINENO: checking for $ac_header" >&5
11589 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11590 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11591 echo $ECHO_N "(cached) $ECHO_C" >&6
11593 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11594 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11596 # Is the header compilable?
11597 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11598 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11599 cat >conftest.$ac_ext <<_ACEOF
11602 cat confdefs.h >>conftest.$ac_ext
11603 cat >>conftest.$ac_ext <<_ACEOF
11604 /* end confdefs.h. */
11605 $ac_includes_default
11606 #include <$ac_header>
11608 rm -f conftest.$ac_objext
11609 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11610 (eval $ac_compile) 2>conftest.er1
11612 grep -v '^ *+' conftest.er1 >conftest.err
11614 cat conftest.err >&5
11615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11616 (exit $ac_status); } &&
11617 { ac_try='test -z "$ac_c_werror_flag"
11618 || test ! -s conftest.err'
11619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11620 (eval $ac_try) 2>&5
11622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11623 (exit $ac_status); }; } &&
11624 { ac_try='test -s conftest.$ac_objext'
11625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11626 (eval $ac_try) 2>&5
11628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11629 (exit $ac_status); }; }; then
11630 ac_header_compiler=yes
11632 echo "$as_me: failed program was:" >&5
11633 sed 's/^/| /' conftest.$ac_ext >&5
11635 ac_header_compiler=no
11637 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11638 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11639 echo "${ECHO_T}$ac_header_compiler" >&6
11641 # Is the header present?
11642 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11643 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11644 cat >conftest.$ac_ext <<_ACEOF
11647 cat confdefs.h >>conftest.$ac_ext
11648 cat >>conftest.$ac_ext <<_ACEOF
11649 /* end confdefs.h. */
11650 #include <$ac_header>
11652 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11653 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11655 grep -v '^ *+' conftest.er1 >conftest.err
11657 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } >/dev/null; then
11660 if test -s conftest.err; then
11661 ac_cpp_err=$ac_c_preproc_warn_flag
11662 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11669 if test -z "$ac_cpp_err"; then
11670 ac_header_preproc=yes
11672 echo "$as_me: failed program was:" >&5
11673 sed 's/^/| /' conftest.$ac_ext >&5
11675 ac_header_preproc=no
11677 rm -f conftest.err conftest.$ac_ext
11678 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11679 echo "${ECHO_T}$ac_header_preproc" >&6
11681 # So? What about this header?
11682 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11684 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11685 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11686 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11687 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11688 ac_header_preproc=yes
11691 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11692 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11693 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11694 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11695 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11696 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11697 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11698 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11699 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11700 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11701 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11702 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11705 ## ------------------------------------------ ##
11706 ## Report this to the AC_PACKAGE_NAME lists. ##
11707 ## ------------------------------------------ ##
11710 sed "s/^/$as_me: WARNING: /" >&2
11713 echo "$as_me:$LINENO: checking for $ac_header" >&5
11714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11715 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11716 echo $ECHO_N "(cached) $ECHO_C" >&6
11718 eval "$as_ac_Header=\$ac_header_preproc"
11720 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11721 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11724 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11725 cat >>confdefs.h <<_ACEOF
11726 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11734 for ac_header in sys/types.h
11736 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11737 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11738 echo "$as_me:$LINENO: checking for $ac_header" >&5
11739 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11740 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11741 echo $ECHO_N "(cached) $ECHO_C" >&6
11743 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11744 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11746 # Is the header compilable?
11747 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11748 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11749 cat >conftest.$ac_ext <<_ACEOF
11752 cat confdefs.h >>conftest.$ac_ext
11753 cat >>conftest.$ac_ext <<_ACEOF
11754 /* end confdefs.h. */
11755 $ac_includes_default
11756 #include <$ac_header>
11758 rm -f conftest.$ac_objext
11759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11760 (eval $ac_compile) 2>conftest.er1
11762 grep -v '^ *+' conftest.er1 >conftest.err
11764 cat conftest.err >&5
11765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 (exit $ac_status); } &&
11767 { ac_try='test -z "$ac_c_werror_flag"
11768 || test ! -s conftest.err'
11769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11770 (eval $ac_try) 2>&5
11772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11773 (exit $ac_status); }; } &&
11774 { ac_try='test -s conftest.$ac_objext'
11775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11776 (eval $ac_try) 2>&5
11778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11779 (exit $ac_status); }; }; then
11780 ac_header_compiler=yes
11782 echo "$as_me: failed program was:" >&5
11783 sed 's/^/| /' conftest.$ac_ext >&5
11785 ac_header_compiler=no
11787 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11788 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11789 echo "${ECHO_T}$ac_header_compiler" >&6
11791 # Is the header present?
11792 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11793 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11794 cat >conftest.$ac_ext <<_ACEOF
11797 cat confdefs.h >>conftest.$ac_ext
11798 cat >>conftest.$ac_ext <<_ACEOF
11799 /* end confdefs.h. */
11800 #include <$ac_header>
11802 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11803 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11805 grep -v '^ *+' conftest.er1 >conftest.err
11807 cat conftest.err >&5
11808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11809 (exit $ac_status); } >/dev/null; then
11810 if test -s conftest.err; then
11811 ac_cpp_err=$ac_c_preproc_warn_flag
11812 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11819 if test -z "$ac_cpp_err"; then
11820 ac_header_preproc=yes
11822 echo "$as_me: failed program was:" >&5
11823 sed 's/^/| /' conftest.$ac_ext >&5
11825 ac_header_preproc=no
11827 rm -f conftest.err conftest.$ac_ext
11828 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11829 echo "${ECHO_T}$ac_header_preproc" >&6
11831 # So? What about this header?
11832 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11834 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11835 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11836 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11837 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11838 ac_header_preproc=yes
11841 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11842 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11843 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11844 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11845 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11846 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11847 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11848 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11849 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11850 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11851 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11852 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11855 ## ------------------------------------------ ##
11856 ## Report this to the AC_PACKAGE_NAME lists. ##
11857 ## ------------------------------------------ ##
11860 sed "s/^/$as_me: WARNING: /" >&2
11863 echo "$as_me:$LINENO: checking for $ac_header" >&5
11864 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11865 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11866 echo $ECHO_N "(cached) $ECHO_C" >&6
11868 eval "$as_ac_Header=\$ac_header_preproc"
11870 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11871 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11874 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11875 cat >>confdefs.h <<_ACEOF
11876 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11884 for ac_header in sys/user.h
11886 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11887 echo "$as_me:$LINENO: checking for $ac_header" >&5
11888 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11889 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11890 echo $ECHO_N "(cached) $ECHO_C" >&6
11892 cat >conftest.$ac_ext <<_ACEOF
11895 cat confdefs.h >>conftest.$ac_ext
11896 cat >>conftest.$ac_ext <<_ACEOF
11897 /* end confdefs.h. */
11898 #if HAVE_SYS_PARAM_H
11899 # include <sys/param.h>
11903 #include <$ac_header>
11905 rm -f conftest.$ac_objext
11906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11907 (eval $ac_compile) 2>conftest.er1
11909 grep -v '^ *+' conftest.er1 >conftest.err
11911 cat conftest.err >&5
11912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11913 (exit $ac_status); } &&
11914 { ac_try='test -z "$ac_c_werror_flag"
11915 || test ! -s conftest.err'
11916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11917 (eval $ac_try) 2>&5
11919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11920 (exit $ac_status); }; } &&
11921 { ac_try='test -s conftest.$ac_objext'
11922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11923 (eval $ac_try) 2>&5
11925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11926 (exit $ac_status); }; }; then
11927 eval "$as_ac_Header=yes"
11929 echo "$as_me: failed program was:" >&5
11930 sed 's/^/| /' conftest.$ac_ext >&5
11932 eval "$as_ac_Header=no"
11934 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11936 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11937 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11938 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11939 cat >>confdefs.h <<_ACEOF
11940 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11949 for ac_header in sys/wait.h wait.h
11951 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11952 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11953 echo "$as_me:$LINENO: checking for $ac_header" >&5
11954 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11955 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11956 echo $ECHO_N "(cached) $ECHO_C" >&6
11958 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11959 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11961 # Is the header compilable?
11962 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11963 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11964 cat >conftest.$ac_ext <<_ACEOF
11967 cat confdefs.h >>conftest.$ac_ext
11968 cat >>conftest.$ac_ext <<_ACEOF
11969 /* end confdefs.h. */
11970 $ac_includes_default
11971 #include <$ac_header>
11973 rm -f conftest.$ac_objext
11974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11975 (eval $ac_compile) 2>conftest.er1
11977 grep -v '^ *+' conftest.er1 >conftest.err
11979 cat conftest.err >&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } &&
11982 { ac_try='test -z "$ac_c_werror_flag"
11983 || test ! -s conftest.err'
11984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11985 (eval $ac_try) 2>&5
11987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988 (exit $ac_status); }; } &&
11989 { ac_try='test -s conftest.$ac_objext'
11990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11991 (eval $ac_try) 2>&5
11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11994 (exit $ac_status); }; }; then
11995 ac_header_compiler=yes
11997 echo "$as_me: failed program was:" >&5
11998 sed 's/^/| /' conftest.$ac_ext >&5
12000 ac_header_compiler=no
12002 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12003 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12004 echo "${ECHO_T}$ac_header_compiler" >&6
12006 # Is the header present?
12007 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12008 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12009 cat >conftest.$ac_ext <<_ACEOF
12012 cat confdefs.h >>conftest.$ac_ext
12013 cat >>conftest.$ac_ext <<_ACEOF
12014 /* end confdefs.h. */
12015 #include <$ac_header>
12017 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12018 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12020 grep -v '^ *+' conftest.er1 >conftest.err
12022 cat conftest.err >&5
12023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12024 (exit $ac_status); } >/dev/null; then
12025 if test -s conftest.err; then
12026 ac_cpp_err=$ac_c_preproc_warn_flag
12027 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12034 if test -z "$ac_cpp_err"; then
12035 ac_header_preproc=yes
12037 echo "$as_me: failed program was:" >&5
12038 sed 's/^/| /' conftest.$ac_ext >&5
12040 ac_header_preproc=no
12042 rm -f conftest.err conftest.$ac_ext
12043 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12044 echo "${ECHO_T}$ac_header_preproc" >&6
12046 # So? What about this header?
12047 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12049 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12050 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12051 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12052 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12053 ac_header_preproc=yes
12056 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12057 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12058 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12059 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12060 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12061 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12062 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12063 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12064 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12065 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12066 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12067 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12070 ## ------------------------------------------ ##
12071 ## Report this to the AC_PACKAGE_NAME lists. ##
12072 ## ------------------------------------------ ##
12075 sed "s/^/$as_me: WARNING: /" >&2
12078 echo "$as_me:$LINENO: checking for $ac_header" >&5
12079 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12080 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12081 echo $ECHO_N "(cached) $ECHO_C" >&6
12083 eval "$as_ac_Header=\$ac_header_preproc"
12085 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12086 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12089 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12090 cat >>confdefs.h <<_ACEOF
12091 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12101 for ac_header in termios.h termio.h sgtty.h
12103 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12104 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12105 echo "$as_me:$LINENO: checking for $ac_header" >&5
12106 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12107 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12108 echo $ECHO_N "(cached) $ECHO_C" >&6
12110 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12111 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12113 # Is the header compilable?
12114 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12115 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12116 cat >conftest.$ac_ext <<_ACEOF
12119 cat confdefs.h >>conftest.$ac_ext
12120 cat >>conftest.$ac_ext <<_ACEOF
12121 /* end confdefs.h. */
12122 $ac_includes_default
12123 #include <$ac_header>
12125 rm -f conftest.$ac_objext
12126 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12127 (eval $ac_compile) 2>conftest.er1
12129 grep -v '^ *+' conftest.er1 >conftest.err
12131 cat conftest.err >&5
12132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12133 (exit $ac_status); } &&
12134 { ac_try='test -z "$ac_c_werror_flag"
12135 || test ! -s conftest.err'
12136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12137 (eval $ac_try) 2>&5
12139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12140 (exit $ac_status); }; } &&
12141 { ac_try='test -s conftest.$ac_objext'
12142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12143 (eval $ac_try) 2>&5
12145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12146 (exit $ac_status); }; }; then
12147 ac_header_compiler=yes
12149 echo "$as_me: failed program was:" >&5
12150 sed 's/^/| /' conftest.$ac_ext >&5
12152 ac_header_compiler=no
12154 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12155 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12156 echo "${ECHO_T}$ac_header_compiler" >&6
12158 # Is the header present?
12159 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12160 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12161 cat >conftest.$ac_ext <<_ACEOF
12164 cat confdefs.h >>conftest.$ac_ext
12165 cat >>conftest.$ac_ext <<_ACEOF
12166 /* end confdefs.h. */
12167 #include <$ac_header>
12169 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12170 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12172 grep -v '^ *+' conftest.er1 >conftest.err
12174 cat conftest.err >&5
12175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12176 (exit $ac_status); } >/dev/null; then
12177 if test -s conftest.err; then
12178 ac_cpp_err=$ac_c_preproc_warn_flag
12179 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12186 if test -z "$ac_cpp_err"; then
12187 ac_header_preproc=yes
12189 echo "$as_me: failed program was:" >&5
12190 sed 's/^/| /' conftest.$ac_ext >&5
12192 ac_header_preproc=no
12194 rm -f conftest.err conftest.$ac_ext
12195 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12196 echo "${ECHO_T}$ac_header_preproc" >&6
12198 # So? What about this header?
12199 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12201 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12202 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12203 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12204 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12205 ac_header_preproc=yes
12208 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12209 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12210 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12211 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12212 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12213 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12214 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12215 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12216 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12217 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12218 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12219 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12222 ## ------------------------------------------ ##
12223 ## Report this to the AC_PACKAGE_NAME lists. ##
12224 ## ------------------------------------------ ##
12227 sed "s/^/$as_me: WARNING: /" >&2
12230 echo "$as_me:$LINENO: checking for $ac_header" >&5
12231 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12232 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12233 echo $ECHO_N "(cached) $ECHO_C" >&6
12235 eval "$as_ac_Header=\$ac_header_preproc"
12237 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12238 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12241 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12242 cat >>confdefs.h <<_ACEOF
12243 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12251 for ac_header in unistd.h
12253 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12254 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12255 echo "$as_me:$LINENO: checking for $ac_header" >&5
12256 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12257 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12258 echo $ECHO_N "(cached) $ECHO_C" >&6
12260 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12261 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12263 # Is the header compilable?
12264 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12265 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12266 cat >conftest.$ac_ext <<_ACEOF
12269 cat confdefs.h >>conftest.$ac_ext
12270 cat >>conftest.$ac_ext <<_ACEOF
12271 /* end confdefs.h. */
12272 $ac_includes_default
12273 #include <$ac_header>
12275 rm -f conftest.$ac_objext
12276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12277 (eval $ac_compile) 2>conftest.er1
12279 grep -v '^ *+' conftest.er1 >conftest.err
12281 cat conftest.err >&5
12282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12283 (exit $ac_status); } &&
12284 { ac_try='test -z "$ac_c_werror_flag"
12285 || test ! -s conftest.err'
12286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12287 (eval $ac_try) 2>&5
12289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12290 (exit $ac_status); }; } &&
12291 { ac_try='test -s conftest.$ac_objext'
12292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12293 (eval $ac_try) 2>&5
12295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12296 (exit $ac_status); }; }; then
12297 ac_header_compiler=yes
12299 echo "$as_me: failed program was:" >&5
12300 sed 's/^/| /' conftest.$ac_ext >&5
12302 ac_header_compiler=no
12304 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12305 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12306 echo "${ECHO_T}$ac_header_compiler" >&6
12308 # Is the header present?
12309 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12310 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12311 cat >conftest.$ac_ext <<_ACEOF
12314 cat confdefs.h >>conftest.$ac_ext
12315 cat >>conftest.$ac_ext <<_ACEOF
12316 /* end confdefs.h. */
12317 #include <$ac_header>
12319 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12320 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12322 grep -v '^ *+' conftest.er1 >conftest.err
12324 cat conftest.err >&5
12325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12326 (exit $ac_status); } >/dev/null; then
12327 if test -s conftest.err; then
12328 ac_cpp_err=$ac_c_preproc_warn_flag
12329 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12336 if test -z "$ac_cpp_err"; then
12337 ac_header_preproc=yes
12339 echo "$as_me: failed program was:" >&5
12340 sed 's/^/| /' conftest.$ac_ext >&5
12342 ac_header_preproc=no
12344 rm -f conftest.err conftest.$ac_ext
12345 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12346 echo "${ECHO_T}$ac_header_preproc" >&6
12348 # So? What about this header?
12349 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12351 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12352 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12353 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12354 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12355 ac_header_preproc=yes
12358 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12359 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12360 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12361 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12362 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12363 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12364 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12365 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12366 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12367 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12368 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12369 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12372 ## ------------------------------------------ ##
12373 ## Report this to the AC_PACKAGE_NAME lists. ##
12374 ## ------------------------------------------ ##
12377 sed "s/^/$as_me: WARNING: /" >&2
12380 echo "$as_me:$LINENO: checking for $ac_header" >&5
12381 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12382 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12383 echo $ECHO_N "(cached) $ECHO_C" >&6
12385 eval "$as_ac_Header=\$ac_header_preproc"
12387 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12388 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12391 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12392 cat >>confdefs.h <<_ACEOF
12393 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12401 # On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
12402 # between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
12403 # think that we don't have <curses.h> if we're using GCC.
12406 if test "$GCC" = yes; then
12408 cat >>confdefs.h <<\_ACEOF
12409 #define _MSE_INT_H 1
12418 for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h
12420 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12421 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12422 echo "$as_me:$LINENO: checking for $ac_header" >&5
12423 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12424 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12425 echo $ECHO_N "(cached) $ECHO_C" >&6
12427 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12428 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12430 # Is the header compilable?
12431 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12432 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12433 cat >conftest.$ac_ext <<_ACEOF
12436 cat confdefs.h >>conftest.$ac_ext
12437 cat >>conftest.$ac_ext <<_ACEOF
12438 /* end confdefs.h. */
12439 $ac_includes_default
12440 #include <$ac_header>
12442 rm -f conftest.$ac_objext
12443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12444 (eval $ac_compile) 2>conftest.er1
12446 grep -v '^ *+' conftest.er1 >conftest.err
12448 cat conftest.err >&5
12449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12450 (exit $ac_status); } &&
12451 { ac_try='test -z "$ac_c_werror_flag"
12452 || test ! -s conftest.err'
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; } &&
12458 { ac_try='test -s conftest.$ac_objext'
12459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12460 (eval $ac_try) 2>&5
12462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12463 (exit $ac_status); }; }; then
12464 ac_header_compiler=yes
12466 echo "$as_me: failed program was:" >&5
12467 sed 's/^/| /' conftest.$ac_ext >&5
12469 ac_header_compiler=no
12471 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12472 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12473 echo "${ECHO_T}$ac_header_compiler" >&6
12475 # Is the header present?
12476 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12477 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12478 cat >conftest.$ac_ext <<_ACEOF
12481 cat confdefs.h >>conftest.$ac_ext
12482 cat >>conftest.$ac_ext <<_ACEOF
12483 /* end confdefs.h. */
12484 #include <$ac_header>
12486 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12487 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12489 grep -v '^ *+' conftest.er1 >conftest.err
12491 cat conftest.err >&5
12492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493 (exit $ac_status); } >/dev/null; then
12494 if test -s conftest.err; then
12495 ac_cpp_err=$ac_c_preproc_warn_flag
12496 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12503 if test -z "$ac_cpp_err"; then
12504 ac_header_preproc=yes
12506 echo "$as_me: failed program was:" >&5
12507 sed 's/^/| /' conftest.$ac_ext >&5
12509 ac_header_preproc=no
12511 rm -f conftest.err conftest.$ac_ext
12512 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12513 echo "${ECHO_T}$ac_header_preproc" >&6
12515 # So? What about this header?
12516 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12518 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12519 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12520 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12521 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12522 ac_header_preproc=yes
12525 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12526 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12527 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12528 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12529 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12530 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12532 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12534 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12535 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12536 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12539 ## ------------------------------------------ ##
12540 ## Report this to the AC_PACKAGE_NAME lists. ##
12541 ## ------------------------------------------ ##
12544 sed "s/^/$as_me: WARNING: /" >&2
12547 echo "$as_me:$LINENO: checking for $ac_header" >&5
12548 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12549 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12550 echo $ECHO_N "(cached) $ECHO_C" >&6
12552 eval "$as_ac_Header=\$ac_header_preproc"
12554 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12555 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12558 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12559 cat >>confdefs.h <<_ACEOF
12560 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12568 for ac_header in ncurses/term.h
12570 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12571 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12572 echo "$as_me:$LINENO: checking for $ac_header" >&5
12573 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12574 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12575 echo $ECHO_N "(cached) $ECHO_C" >&6
12577 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12578 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12580 # Is the header compilable?
12581 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12582 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12583 cat >conftest.$ac_ext <<_ACEOF
12586 cat confdefs.h >>conftest.$ac_ext
12587 cat >>conftest.$ac_ext <<_ACEOF
12588 /* end confdefs.h. */
12589 $ac_includes_default
12590 #include <$ac_header>
12592 rm -f conftest.$ac_objext
12593 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12594 (eval $ac_compile) 2>conftest.er1
12596 grep -v '^ *+' conftest.er1 >conftest.err
12598 cat conftest.err >&5
12599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12600 (exit $ac_status); } &&
12601 { ac_try='test -z "$ac_c_werror_flag"
12602 || test ! -s conftest.err'
12603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12604 (eval $ac_try) 2>&5
12606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12607 (exit $ac_status); }; } &&
12608 { ac_try='test -s conftest.$ac_objext'
12609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12610 (eval $ac_try) 2>&5
12612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12613 (exit $ac_status); }; }; then
12614 ac_header_compiler=yes
12616 echo "$as_me: failed program was:" >&5
12617 sed 's/^/| /' conftest.$ac_ext >&5
12619 ac_header_compiler=no
12621 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12622 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12623 echo "${ECHO_T}$ac_header_compiler" >&6
12625 # Is the header present?
12626 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12627 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12628 cat >conftest.$ac_ext <<_ACEOF
12631 cat confdefs.h >>conftest.$ac_ext
12632 cat >>conftest.$ac_ext <<_ACEOF
12633 /* end confdefs.h. */
12634 #include <$ac_header>
12636 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12637 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12639 grep -v '^ *+' conftest.er1 >conftest.err
12641 cat conftest.err >&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } >/dev/null; then
12644 if test -s conftest.err; then
12645 ac_cpp_err=$ac_c_preproc_warn_flag
12646 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12653 if test -z "$ac_cpp_err"; then
12654 ac_header_preproc=yes
12656 echo "$as_me: failed program was:" >&5
12657 sed 's/^/| /' conftest.$ac_ext >&5
12659 ac_header_preproc=no
12661 rm -f conftest.err conftest.$ac_ext
12662 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12663 echo "${ECHO_T}$ac_header_preproc" >&6
12665 # So? What about this header?
12666 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12668 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12669 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12670 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12671 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12672 ac_header_preproc=yes
12675 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12676 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12677 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12678 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12679 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12680 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12681 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12682 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12683 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12684 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12685 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12686 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12689 ## ------------------------------------------ ##
12690 ## Report this to the AC_PACKAGE_NAME lists. ##
12691 ## ------------------------------------------ ##
12694 sed "s/^/$as_me: WARNING: /" >&2
12697 echo "$as_me:$LINENO: checking for $ac_header" >&5
12698 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12699 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12700 echo $ECHO_N "(cached) $ECHO_C" >&6
12702 eval "$as_ac_Header=\$ac_header_preproc"
12704 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12705 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12708 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12709 cat >>confdefs.h <<_ACEOF
12710 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12718 for ac_header in term.h
12720 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12721 echo "$as_me:$LINENO: checking for $ac_header" >&5
12722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12723 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12724 echo $ECHO_N "(cached) $ECHO_C" >&6
12726 cat >conftest.$ac_ext <<_ACEOF
12729 cat confdefs.h >>conftest.$ac_ext
12730 cat >>conftest.$ac_ext <<_ACEOF
12731 /* end confdefs.h. */
12733 # include <curses.h>
12737 #include <$ac_header>
12739 rm -f conftest.$ac_objext
12740 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12741 (eval $ac_compile) 2>conftest.er1
12743 grep -v '^ *+' conftest.er1 >conftest.err
12745 cat conftest.err >&5
12746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12747 (exit $ac_status); } &&
12748 { ac_try='test -z "$ac_c_werror_flag"
12749 || test ! -s conftest.err'
12750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12751 (eval $ac_try) 2>&5
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); }; } &&
12755 { ac_try='test -s conftest.$ac_objext'
12756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12757 (eval $ac_try) 2>&5
12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12760 (exit $ac_status); }; }; then
12761 eval "$as_ac_Header=yes"
12763 echo "$as_me: failed program was:" >&5
12764 sed 's/^/| /' conftest.$ac_ext >&5
12766 eval "$as_ac_Header=no"
12768 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12770 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12771 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12772 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12773 cat >>confdefs.h <<_ACEOF
12774 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12782 # FIXME: kettenis/20030102: In most cases we include these
12783 # unconditionally, so what's the point in checking these?
12786 for ac_header in ctype.h time.h
12788 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12789 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12790 echo "$as_me:$LINENO: checking for $ac_header" >&5
12791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12792 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12793 echo $ECHO_N "(cached) $ECHO_C" >&6
12795 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12796 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12798 # Is the header compilable?
12799 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12800 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12801 cat >conftest.$ac_ext <<_ACEOF
12804 cat confdefs.h >>conftest.$ac_ext
12805 cat >>conftest.$ac_ext <<_ACEOF
12806 /* end confdefs.h. */
12807 $ac_includes_default
12808 #include <$ac_header>
12810 rm -f conftest.$ac_objext
12811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12812 (eval $ac_compile) 2>conftest.er1
12814 grep -v '^ *+' conftest.er1 >conftest.err
12816 cat conftest.err >&5
12817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12818 (exit $ac_status); } &&
12819 { ac_try='test -z "$ac_c_werror_flag"
12820 || test ! -s conftest.err'
12821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12822 (eval $ac_try) 2>&5
12824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12825 (exit $ac_status); }; } &&
12826 { ac_try='test -s conftest.$ac_objext'
12827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12828 (eval $ac_try) 2>&5
12830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12831 (exit $ac_status); }; }; then
12832 ac_header_compiler=yes
12834 echo "$as_me: failed program was:" >&5
12835 sed 's/^/| /' conftest.$ac_ext >&5
12837 ac_header_compiler=no
12839 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12840 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12841 echo "${ECHO_T}$ac_header_compiler" >&6
12843 # Is the header present?
12844 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12845 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12846 cat >conftest.$ac_ext <<_ACEOF
12849 cat confdefs.h >>conftest.$ac_ext
12850 cat >>conftest.$ac_ext <<_ACEOF
12851 /* end confdefs.h. */
12852 #include <$ac_header>
12854 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12855 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12857 grep -v '^ *+' conftest.er1 >conftest.err
12859 cat conftest.err >&5
12860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12861 (exit $ac_status); } >/dev/null; then
12862 if test -s conftest.err; then
12863 ac_cpp_err=$ac_c_preproc_warn_flag
12864 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12871 if test -z "$ac_cpp_err"; then
12872 ac_header_preproc=yes
12874 echo "$as_me: failed program was:" >&5
12875 sed 's/^/| /' conftest.$ac_ext >&5
12877 ac_header_preproc=no
12879 rm -f conftest.err conftest.$ac_ext
12880 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12881 echo "${ECHO_T}$ac_header_preproc" >&6
12883 # So? What about this header?
12884 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12886 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12887 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12888 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12889 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12890 ac_header_preproc=yes
12893 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12894 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12895 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12896 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12897 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12898 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12899 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12900 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12901 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12902 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12903 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12904 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12907 ## ------------------------------------------ ##
12908 ## Report this to the AC_PACKAGE_NAME lists. ##
12909 ## ------------------------------------------ ##
12912 sed "s/^/$as_me: WARNING: /" >&2
12915 echo "$as_me:$LINENO: checking for $ac_header" >&5
12916 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12917 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12918 echo $ECHO_N "(cached) $ECHO_C" >&6
12920 eval "$as_ac_Header=\$ac_header_preproc"
12922 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12923 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12927 cat >>confdefs.h <<_ACEOF
12928 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12936 # ------------------------- #
12937 # Checks for declarations. #
12938 # ------------------------- #
12940 echo "$as_me:$LINENO: checking whether free is declared" >&5
12941 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
12942 if test "${ac_cv_have_decl_free+set}" = set; then
12943 echo $ECHO_N "(cached) $ECHO_C" >&6
12945 cat >conftest.$ac_ext <<_ACEOF
12948 cat confdefs.h >>conftest.$ac_ext
12949 cat >>conftest.$ac_ext <<_ACEOF
12950 /* end confdefs.h. */
12951 $ac_includes_default
12956 char *p = (char *) free;
12963 rm -f conftest.$ac_objext
12964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12965 (eval $ac_compile) 2>conftest.er1
12967 grep -v '^ *+' conftest.er1 >conftest.err
12969 cat conftest.err >&5
12970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12971 (exit $ac_status); } &&
12972 { ac_try='test -z "$ac_c_werror_flag"
12973 || test ! -s conftest.err'
12974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12975 (eval $ac_try) 2>&5
12977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12978 (exit $ac_status); }; } &&
12979 { ac_try='test -s conftest.$ac_objext'
12980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12981 (eval $ac_try) 2>&5
12983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12984 (exit $ac_status); }; }; then
12985 ac_cv_have_decl_free=yes
12987 echo "$as_me: failed program was:" >&5
12988 sed 's/^/| /' conftest.$ac_ext >&5
12990 ac_cv_have_decl_free=no
12992 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12994 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
12995 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
12996 if test $ac_cv_have_decl_free = yes; then
12998 cat >>confdefs.h <<_ACEOF
12999 #define HAVE_DECL_FREE 1
13004 cat >>confdefs.h <<_ACEOF
13005 #define HAVE_DECL_FREE 0
13010 echo "$as_me:$LINENO: checking whether malloc is declared" >&5
13011 echo $ECHO_N "checking whether malloc is declared... $ECHO_C" >&6
13012 if test "${ac_cv_have_decl_malloc+set}" = set; then
13013 echo $ECHO_N "(cached) $ECHO_C" >&6
13015 cat >conftest.$ac_ext <<_ACEOF
13018 cat confdefs.h >>conftest.$ac_ext
13019 cat >>conftest.$ac_ext <<_ACEOF
13020 /* end confdefs.h. */
13021 $ac_includes_default
13026 char *p = (char *) malloc;
13033 rm -f conftest.$ac_objext
13034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13035 (eval $ac_compile) 2>conftest.er1
13037 grep -v '^ *+' conftest.er1 >conftest.err
13039 cat conftest.err >&5
13040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13041 (exit $ac_status); } &&
13042 { ac_try='test -z "$ac_c_werror_flag"
13043 || test ! -s conftest.err'
13044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13045 (eval $ac_try) 2>&5
13047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13048 (exit $ac_status); }; } &&
13049 { ac_try='test -s conftest.$ac_objext'
13050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13051 (eval $ac_try) 2>&5
13053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13054 (exit $ac_status); }; }; then
13055 ac_cv_have_decl_malloc=yes
13057 echo "$as_me: failed program was:" >&5
13058 sed 's/^/| /' conftest.$ac_ext >&5
13060 ac_cv_have_decl_malloc=no
13062 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13064 echo "$as_me:$LINENO: result: $ac_cv_have_decl_malloc" >&5
13065 echo "${ECHO_T}$ac_cv_have_decl_malloc" >&6
13066 if test $ac_cv_have_decl_malloc = yes; then
13068 cat >>confdefs.h <<_ACEOF
13069 #define HAVE_DECL_MALLOC 1
13074 cat >>confdefs.h <<_ACEOF
13075 #define HAVE_DECL_MALLOC 0
13080 echo "$as_me:$LINENO: checking whether realloc is declared" >&5
13081 echo $ECHO_N "checking whether realloc is declared... $ECHO_C" >&6
13082 if test "${ac_cv_have_decl_realloc+set}" = set; then
13083 echo $ECHO_N "(cached) $ECHO_C" >&6
13085 cat >conftest.$ac_ext <<_ACEOF
13088 cat confdefs.h >>conftest.$ac_ext
13089 cat >>conftest.$ac_ext <<_ACEOF
13090 /* end confdefs.h. */
13091 $ac_includes_default
13096 char *p = (char *) realloc;
13103 rm -f conftest.$ac_objext
13104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13105 (eval $ac_compile) 2>conftest.er1
13107 grep -v '^ *+' conftest.er1 >conftest.err
13109 cat conftest.err >&5
13110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13111 (exit $ac_status); } &&
13112 { ac_try='test -z "$ac_c_werror_flag"
13113 || test ! -s conftest.err'
13114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13115 (eval $ac_try) 2>&5
13117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13118 (exit $ac_status); }; } &&
13119 { ac_try='test -s conftest.$ac_objext'
13120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13121 (eval $ac_try) 2>&5
13123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13124 (exit $ac_status); }; }; then
13125 ac_cv_have_decl_realloc=yes
13127 echo "$as_me: failed program was:" >&5
13128 sed 's/^/| /' conftest.$ac_ext >&5
13130 ac_cv_have_decl_realloc=no
13132 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13134 echo "$as_me:$LINENO: result: $ac_cv_have_decl_realloc" >&5
13135 echo "${ECHO_T}$ac_cv_have_decl_realloc" >&6
13136 if test $ac_cv_have_decl_realloc = yes; then
13138 cat >>confdefs.h <<_ACEOF
13139 #define HAVE_DECL_REALLOC 1
13144 cat >>confdefs.h <<_ACEOF
13145 #define HAVE_DECL_REALLOC 0
13152 echo "$as_me:$LINENO: checking whether strerror is declared" >&5
13153 echo $ECHO_N "checking whether strerror is declared... $ECHO_C" >&6
13154 if test "${ac_cv_have_decl_strerror+set}" = set; then
13155 echo $ECHO_N "(cached) $ECHO_C" >&6
13157 cat >conftest.$ac_ext <<_ACEOF
13160 cat confdefs.h >>conftest.$ac_ext
13161 cat >>conftest.$ac_ext <<_ACEOF
13162 /* end confdefs.h. */
13163 $ac_includes_default
13168 char *p = (char *) strerror;
13175 rm -f conftest.$ac_objext
13176 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13177 (eval $ac_compile) 2>conftest.er1
13179 grep -v '^ *+' conftest.er1 >conftest.err
13181 cat conftest.err >&5
13182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13183 (exit $ac_status); } &&
13184 { ac_try='test -z "$ac_c_werror_flag"
13185 || test ! -s conftest.err'
13186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13187 (eval $ac_try) 2>&5
13189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13190 (exit $ac_status); }; } &&
13191 { ac_try='test -s conftest.$ac_objext'
13192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13193 (eval $ac_try) 2>&5
13195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13196 (exit $ac_status); }; }; then
13197 ac_cv_have_decl_strerror=yes
13199 echo "$as_me: failed program was:" >&5
13200 sed 's/^/| /' conftest.$ac_ext >&5
13202 ac_cv_have_decl_strerror=no
13204 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13206 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror" >&5
13207 echo "${ECHO_T}$ac_cv_have_decl_strerror" >&6
13208 if test $ac_cv_have_decl_strerror = yes; then
13210 cat >>confdefs.h <<_ACEOF
13211 #define HAVE_DECL_STRERROR 1
13216 cat >>confdefs.h <<_ACEOF
13217 #define HAVE_DECL_STRERROR 0
13222 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
13223 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
13224 if test "${ac_cv_have_decl_strstr+set}" = set; then
13225 echo $ECHO_N "(cached) $ECHO_C" >&6
13227 cat >conftest.$ac_ext <<_ACEOF
13230 cat confdefs.h >>conftest.$ac_ext
13231 cat >>conftest.$ac_ext <<_ACEOF
13232 /* end confdefs.h. */
13233 $ac_includes_default
13238 char *p = (char *) strstr;
13245 rm -f conftest.$ac_objext
13246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13247 (eval $ac_compile) 2>conftest.er1
13249 grep -v '^ *+' conftest.er1 >conftest.err
13251 cat conftest.err >&5
13252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13253 (exit $ac_status); } &&
13254 { ac_try='test -z "$ac_c_werror_flag"
13255 || test ! -s conftest.err'
13256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13257 (eval $ac_try) 2>&5
13259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260 (exit $ac_status); }; } &&
13261 { ac_try='test -s conftest.$ac_objext'
13262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13263 (eval $ac_try) 2>&5
13265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266 (exit $ac_status); }; }; then
13267 ac_cv_have_decl_strstr=yes
13269 echo "$as_me: failed program was:" >&5
13270 sed 's/^/| /' conftest.$ac_ext >&5
13272 ac_cv_have_decl_strstr=no
13274 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13276 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
13277 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
13278 if test $ac_cv_have_decl_strstr = yes; then
13280 cat >>confdefs.h <<_ACEOF
13281 #define HAVE_DECL_STRSTR 1
13286 cat >>confdefs.h <<_ACEOF
13287 #define HAVE_DECL_STRSTR 0
13294 echo "$as_me:$LINENO: checking whether getopt is declared" >&5
13295 echo $ECHO_N "checking whether getopt is declared... $ECHO_C" >&6
13296 if test "${ac_cv_have_decl_getopt+set}" = set; then
13297 echo $ECHO_N "(cached) $ECHO_C" >&6
13299 cat >conftest.$ac_ext <<_ACEOF
13302 cat confdefs.h >>conftest.$ac_ext
13303 cat >>conftest.$ac_ext <<_ACEOF
13304 /* end confdefs.h. */
13305 $ac_includes_default
13310 char *p = (char *) getopt;
13317 rm -f conftest.$ac_objext
13318 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13319 (eval $ac_compile) 2>conftest.er1
13321 grep -v '^ *+' conftest.er1 >conftest.err
13323 cat conftest.err >&5
13324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13325 (exit $ac_status); } &&
13326 { ac_try='test -z "$ac_c_werror_flag"
13327 || test ! -s conftest.err'
13328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13329 (eval $ac_try) 2>&5
13331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13332 (exit $ac_status); }; } &&
13333 { ac_try='test -s conftest.$ac_objext'
13334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13335 (eval $ac_try) 2>&5
13337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13338 (exit $ac_status); }; }; then
13339 ac_cv_have_decl_getopt=yes
13341 echo "$as_me: failed program was:" >&5
13342 sed 's/^/| /' conftest.$ac_ext >&5
13344 ac_cv_have_decl_getopt=no
13346 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13348 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt" >&5
13349 echo "${ECHO_T}$ac_cv_have_decl_getopt" >&6
13350 if test $ac_cv_have_decl_getopt = yes; then
13352 cat >>confdefs.h <<_ACEOF
13353 #define HAVE_DECL_GETOPT 1
13358 cat >>confdefs.h <<_ACEOF
13359 #define HAVE_DECL_GETOPT 0
13364 echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
13365 echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
13366 if test "${ac_cv_have_decl_snprintf+set}" = set; then
13367 echo $ECHO_N "(cached) $ECHO_C" >&6
13369 cat >conftest.$ac_ext <<_ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 $ac_includes_default
13380 char *p = (char *) snprintf;
13387 rm -f conftest.$ac_objext
13388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13389 (eval $ac_compile) 2>conftest.er1
13391 grep -v '^ *+' conftest.er1 >conftest.err
13393 cat conftest.err >&5
13394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13395 (exit $ac_status); } &&
13396 { ac_try='test -z "$ac_c_werror_flag"
13397 || test ! -s conftest.err'
13398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13399 (eval $ac_try) 2>&5
13401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13402 (exit $ac_status); }; } &&
13403 { ac_try='test -s conftest.$ac_objext'
13404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13405 (eval $ac_try) 2>&5
13407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13408 (exit $ac_status); }; }; then
13409 ac_cv_have_decl_snprintf=yes
13411 echo "$as_me: failed program was:" >&5
13412 sed 's/^/| /' conftest.$ac_ext >&5
13414 ac_cv_have_decl_snprintf=no
13416 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13418 echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
13419 echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
13420 if test $ac_cv_have_decl_snprintf = yes; then
13422 cat >>confdefs.h <<_ACEOF
13423 #define HAVE_DECL_SNPRINTF 1
13428 cat >>confdefs.h <<_ACEOF
13429 #define HAVE_DECL_SNPRINTF 0
13434 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
13435 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
13436 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
13437 echo $ECHO_N "(cached) $ECHO_C" >&6
13439 cat >conftest.$ac_ext <<_ACEOF
13442 cat confdefs.h >>conftest.$ac_ext
13443 cat >>conftest.$ac_ext <<_ACEOF
13444 /* end confdefs.h. */
13445 $ac_includes_default
13450 char *p = (char *) vsnprintf;
13457 rm -f conftest.$ac_objext
13458 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13459 (eval $ac_compile) 2>conftest.er1
13461 grep -v '^ *+' conftest.er1 >conftest.err
13463 cat conftest.err >&5
13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); } &&
13466 { ac_try='test -z "$ac_c_werror_flag"
13467 || test ! -s conftest.err'
13468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13469 (eval $ac_try) 2>&5
13471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13472 (exit $ac_status); }; } &&
13473 { ac_try='test -s conftest.$ac_objext'
13474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13475 (eval $ac_try) 2>&5
13477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13478 (exit $ac_status); }; }; then
13479 ac_cv_have_decl_vsnprintf=yes
13481 echo "$as_me: failed program was:" >&5
13482 sed 's/^/| /' conftest.$ac_ext >&5
13484 ac_cv_have_decl_vsnprintf=no
13486 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13488 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
13489 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
13490 if test $ac_cv_have_decl_vsnprintf = yes; then
13492 cat >>confdefs.h <<_ACEOF
13493 #define HAVE_DECL_VSNPRINTF 1
13498 cat >>confdefs.h <<_ACEOF
13499 #define HAVE_DECL_VSNPRINTF 0
13507 # ----------------------- #
13508 # Checks for structures. #
13509 # ----------------------- #
13511 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
13512 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
13513 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
13514 echo $ECHO_N "(cached) $ECHO_C" >&6
13516 cat >conftest.$ac_ext <<_ACEOF
13519 cat confdefs.h >>conftest.$ac_ext
13520 cat >>conftest.$ac_ext <<_ACEOF
13521 /* end confdefs.h. */
13522 $ac_includes_default
13526 static struct stat ac_aggr;
13527 if (ac_aggr.st_blocks)
13533 rm -f conftest.$ac_objext
13534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13535 (eval $ac_compile) 2>conftest.er1
13537 grep -v '^ *+' conftest.er1 >conftest.err
13539 cat conftest.err >&5
13540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13541 (exit $ac_status); } &&
13542 { ac_try='test -z "$ac_c_werror_flag"
13543 || test ! -s conftest.err'
13544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13545 (eval $ac_try) 2>&5
13547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13548 (exit $ac_status); }; } &&
13549 { ac_try='test -s conftest.$ac_objext'
13550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13551 (eval $ac_try) 2>&5
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); }; }; then
13555 ac_cv_member_struct_stat_st_blocks=yes
13557 echo "$as_me: failed program was:" >&5
13558 sed 's/^/| /' conftest.$ac_ext >&5
13560 cat >conftest.$ac_ext <<_ACEOF
13563 cat confdefs.h >>conftest.$ac_ext
13564 cat >>conftest.$ac_ext <<_ACEOF
13565 /* end confdefs.h. */
13566 $ac_includes_default
13570 static struct stat ac_aggr;
13571 if (sizeof ac_aggr.st_blocks)
13577 rm -f conftest.$ac_objext
13578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13579 (eval $ac_compile) 2>conftest.er1
13581 grep -v '^ *+' conftest.er1 >conftest.err
13583 cat conftest.err >&5
13584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13585 (exit $ac_status); } &&
13586 { ac_try='test -z "$ac_c_werror_flag"
13587 || test ! -s conftest.err'
13588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13589 (eval $ac_try) 2>&5
13591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13592 (exit $ac_status); }; } &&
13593 { ac_try='test -s conftest.$ac_objext'
13594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13595 (eval $ac_try) 2>&5
13597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13598 (exit $ac_status); }; }; then
13599 ac_cv_member_struct_stat_st_blocks=yes
13601 echo "$as_me: failed program was:" >&5
13602 sed 's/^/| /' conftest.$ac_ext >&5
13604 ac_cv_member_struct_stat_st_blocks=no
13606 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13608 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13610 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
13611 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
13612 if test $ac_cv_member_struct_stat_st_blocks = yes; then
13614 cat >>confdefs.h <<_ACEOF
13615 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13621 echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
13622 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
13623 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
13624 echo $ECHO_N "(cached) $ECHO_C" >&6
13626 cat >conftest.$ac_ext <<_ACEOF
13629 cat confdefs.h >>conftest.$ac_ext
13630 cat >>conftest.$ac_ext <<_ACEOF
13631 /* end confdefs.h. */
13632 $ac_includes_default
13636 static struct stat ac_aggr;
13637 if (ac_aggr.st_blksize)
13643 rm -f conftest.$ac_objext
13644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13645 (eval $ac_compile) 2>conftest.er1
13647 grep -v '^ *+' conftest.er1 >conftest.err
13649 cat conftest.err >&5
13650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13651 (exit $ac_status); } &&
13652 { ac_try='test -z "$ac_c_werror_flag"
13653 || test ! -s conftest.err'
13654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13655 (eval $ac_try) 2>&5
13657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13658 (exit $ac_status); }; } &&
13659 { ac_try='test -s conftest.$ac_objext'
13660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13661 (eval $ac_try) 2>&5
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); }; }; then
13665 ac_cv_member_struct_stat_st_blksize=yes
13667 echo "$as_me: failed program was:" >&5
13668 sed 's/^/| /' conftest.$ac_ext >&5
13670 cat >conftest.$ac_ext <<_ACEOF
13673 cat confdefs.h >>conftest.$ac_ext
13674 cat >>conftest.$ac_ext <<_ACEOF
13675 /* end confdefs.h. */
13676 $ac_includes_default
13680 static struct stat ac_aggr;
13681 if (sizeof ac_aggr.st_blksize)
13687 rm -f conftest.$ac_objext
13688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13689 (eval $ac_compile) 2>conftest.er1
13691 grep -v '^ *+' conftest.er1 >conftest.err
13693 cat conftest.err >&5
13694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13695 (exit $ac_status); } &&
13696 { ac_try='test -z "$ac_c_werror_flag"
13697 || test ! -s conftest.err'
13698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13699 (eval $ac_try) 2>&5
13701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13702 (exit $ac_status); }; } &&
13703 { ac_try='test -s conftest.$ac_objext'
13704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13705 (eval $ac_try) 2>&5
13707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13708 (exit $ac_status); }; }; then
13709 ac_cv_member_struct_stat_st_blksize=yes
13711 echo "$as_me: failed program was:" >&5
13712 sed 's/^/| /' conftest.$ac_ext >&5
13714 ac_cv_member_struct_stat_st_blksize=no
13716 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13718 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13720 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
13721 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
13722 if test $ac_cv_member_struct_stat_st_blksize = yes; then
13724 cat >>confdefs.h <<_ACEOF
13725 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
13732 # ------------------ #
13733 # Checks for types. #
13734 # ------------------ #
13736 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
13737 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
13738 if test "${ac_cv_type_signal+set}" = set; then
13739 echo $ECHO_N "(cached) $ECHO_C" >&6
13741 cat >conftest.$ac_ext <<_ACEOF
13744 cat confdefs.h >>conftest.$ac_ext
13745 cat >>conftest.$ac_ext <<_ACEOF
13746 /* end confdefs.h. */
13747 #include <sys/types.h>
13748 #include <signal.h>
13753 extern "C" void (*signal (int, void (*)(int)))(int);
13755 void (*signal ()) ();
13766 rm -f conftest.$ac_objext
13767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13768 (eval $ac_compile) 2>conftest.er1
13770 grep -v '^ *+' conftest.er1 >conftest.err
13772 cat conftest.err >&5
13773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13774 (exit $ac_status); } &&
13775 { ac_try='test -z "$ac_c_werror_flag"
13776 || test ! -s conftest.err'
13777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13778 (eval $ac_try) 2>&5
13780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13781 (exit $ac_status); }; } &&
13782 { ac_try='test -s conftest.$ac_objext'
13783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13784 (eval $ac_try) 2>&5
13786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787 (exit $ac_status); }; }; then
13788 ac_cv_type_signal=void
13790 echo "$as_me: failed program was:" >&5
13791 sed 's/^/| /' conftest.$ac_ext >&5
13793 ac_cv_type_signal=int
13795 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13797 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
13798 echo "${ECHO_T}$ac_cv_type_signal" >&6
13800 cat >>confdefs.h <<_ACEOF
13801 #define RETSIGTYPE $ac_cv_type_signal
13805 echo "$as_me:$LINENO: checking for socklen_t" >&5
13806 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
13807 if test "${ac_cv_type_socklen_t+set}" = set; then
13808 echo $ECHO_N "(cached) $ECHO_C" >&6
13810 cat >conftest.$ac_ext <<_ACEOF
13813 cat confdefs.h >>conftest.$ac_ext
13814 cat >>conftest.$ac_ext <<_ACEOF
13815 /* end confdefs.h. */
13816 #include <sys/types.h>
13817 #include <sys/socket.h>
13823 if ((socklen_t *) 0)
13825 if (sizeof (socklen_t))
13831 rm -f conftest.$ac_objext
13832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13833 (eval $ac_compile) 2>conftest.er1
13835 grep -v '^ *+' conftest.er1 >conftest.err
13837 cat conftest.err >&5
13838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13839 (exit $ac_status); } &&
13840 { ac_try='test -z "$ac_c_werror_flag"
13841 || test ! -s conftest.err'
13842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13843 (eval $ac_try) 2>&5
13845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13846 (exit $ac_status); }; } &&
13847 { ac_try='test -s conftest.$ac_objext'
13848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13849 (eval $ac_try) 2>&5
13851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13852 (exit $ac_status); }; }; then
13853 ac_cv_type_socklen_t=yes
13855 echo "$as_me: failed program was:" >&5
13856 sed 's/^/| /' conftest.$ac_ext >&5
13858 ac_cv_type_socklen_t=no
13860 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13862 echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
13863 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
13864 if test $ac_cv_type_socklen_t = yes; then
13866 cat >>confdefs.h <<_ACEOF
13867 #define HAVE_SOCKLEN_T 1
13873 echo "$as_me:$LINENO: checking for uintptr_t" >&5
13874 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
13875 if test "${ac_cv_type_uintptr_t+set}" = set; then
13876 echo $ECHO_N "(cached) $ECHO_C" >&6
13878 cat >conftest.$ac_ext <<_ACEOF
13881 cat confdefs.h >>conftest.$ac_ext
13882 cat >>conftest.$ac_ext <<_ACEOF
13883 /* end confdefs.h. */
13884 #include <stdint.h>
13889 if ((uintptr_t *) 0)
13891 if (sizeof (uintptr_t))
13897 rm -f conftest.$ac_objext
13898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13899 (eval $ac_compile) 2>conftest.er1
13901 grep -v '^ *+' conftest.er1 >conftest.err
13903 cat conftest.err >&5
13904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13905 (exit $ac_status); } &&
13906 { ac_try='test -z "$ac_c_werror_flag"
13907 || test ! -s conftest.err'
13908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13909 (eval $ac_try) 2>&5
13911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13912 (exit $ac_status); }; } &&
13913 { ac_try='test -s conftest.$ac_objext'
13914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13915 (eval $ac_try) 2>&5
13917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13918 (exit $ac_status); }; }; then
13919 ac_cv_type_uintptr_t=yes
13921 echo "$as_me: failed program was:" >&5
13922 sed 's/^/| /' conftest.$ac_ext >&5
13924 ac_cv_type_uintptr_t=no
13926 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13928 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
13929 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
13930 if test $ac_cv_type_uintptr_t = yes; then
13932 cat >>confdefs.h <<_ACEOF
13933 #define HAVE_UINTPTR_T 1
13940 # ------------------------------------- #
13941 # Checks for compiler characteristics. #
13942 # ------------------------------------- #
13944 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13945 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13946 if test "${ac_cv_c_const+set}" = set; then
13947 echo $ECHO_N "(cached) $ECHO_C" >&6
13949 cat >conftest.$ac_ext <<_ACEOF
13952 cat confdefs.h >>conftest.$ac_ext
13953 cat >>conftest.$ac_ext <<_ACEOF
13954 /* end confdefs.h. */
13959 /* FIXME: Include the comments suggested by Paul. */
13960 #ifndef __cplusplus
13961 /* Ultrix mips cc rejects this. */
13962 typedef int charset[2];
13964 /* SunOS 4.1.1 cc rejects this. */
13965 char const *const *ccp;
13967 /* NEC SVR4.0.2 mips cc rejects this. */
13968 struct point {int x, y;};
13969 static struct point const zero = {0,0};
13970 /* AIX XL C 1.02.0.0 rejects this.
13971 It does not let you subtract one const X* pointer from another in
13972 an arm of an if-expression whose if-part is not a constant
13974 const char *g = "string";
13975 ccp = &g + (g ? g-g : 0);
13976 /* HPUX 7.0 cc rejects these. */
13979 ccp = (char const *const *) p;
13980 { /* SCO 3.2v4 cc rejects this. */
13982 char const *s = 0 ? (char *) 0 : (char const *) 0;
13986 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13987 int x[] = {25, 17};
13988 const int *foo = &x[0];
13991 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13992 typedef const int *iptr;
13996 { /* AIX XL C 1.02.0.0 rejects this saying
13997 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13998 struct s { int j; const int *ap[3]; };
13999 struct s *b; b->j = 5;
14001 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14002 const int foo = 10;
14010 rm -f conftest.$ac_objext
14011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14012 (eval $ac_compile) 2>conftest.er1
14014 grep -v '^ *+' conftest.er1 >conftest.err
14016 cat conftest.err >&5
14017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14018 (exit $ac_status); } &&
14019 { ac_try='test -z "$ac_c_werror_flag"
14020 || test ! -s conftest.err'
14021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14022 (eval $ac_try) 2>&5
14024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14025 (exit $ac_status); }; } &&
14026 { ac_try='test -s conftest.$ac_objext'
14027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14028 (eval $ac_try) 2>&5
14030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14031 (exit $ac_status); }; }; then
14034 echo "$as_me: failed program was:" >&5
14035 sed 's/^/| /' conftest.$ac_ext >&5
14039 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14041 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
14042 echo "${ECHO_T}$ac_cv_c_const" >&6
14043 if test $ac_cv_c_const = no; then
14045 cat >>confdefs.h <<\_ACEOF
14051 echo "$as_me:$LINENO: checking for inline" >&5
14052 echo $ECHO_N "checking for inline... $ECHO_C" >&6
14053 if test "${ac_cv_c_inline+set}" = set; then
14054 echo $ECHO_N "(cached) $ECHO_C" >&6
14057 for ac_kw in inline __inline__ __inline; do
14058 cat >conftest.$ac_ext <<_ACEOF
14061 cat confdefs.h >>conftest.$ac_ext
14062 cat >>conftest.$ac_ext <<_ACEOF
14063 /* end confdefs.h. */
14064 #ifndef __cplusplus
14066 static $ac_kw foo_t static_foo () {return 0; }
14067 $ac_kw foo_t foo () {return 0; }
14071 rm -f conftest.$ac_objext
14072 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14073 (eval $ac_compile) 2>conftest.er1
14075 grep -v '^ *+' conftest.er1 >conftest.err
14077 cat conftest.err >&5
14078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14079 (exit $ac_status); } &&
14080 { ac_try='test -z "$ac_c_werror_flag"
14081 || test ! -s conftest.err'
14082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14083 (eval $ac_try) 2>&5
14085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14086 (exit $ac_status); }; } &&
14087 { ac_try='test -s conftest.$ac_objext'
14088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14089 (eval $ac_try) 2>&5
14091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14092 (exit $ac_status); }; }; then
14093 ac_cv_c_inline=$ac_kw; break
14095 echo "$as_me: failed program was:" >&5
14096 sed 's/^/| /' conftest.$ac_ext >&5
14099 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14103 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
14104 echo "${ECHO_T}$ac_cv_c_inline" >&6
14107 case $ac_cv_c_inline in
14110 case $ac_cv_c_inline in
14112 *) ac_val=$ac_cv_c_inline;;
14114 cat >>confdefs.h <<_ACEOF
14115 #ifndef __cplusplus
14116 #define inline $ac_val
14123 # ------------------------------ #
14124 # Checks for library functions. #
14125 # ------------------------------ #
14127 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14128 # for constant arguments. Useless!
14129 echo "$as_me:$LINENO: checking for working alloca.h" >&5
14130 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
14131 if test "${ac_cv_working_alloca_h+set}" = set; then
14132 echo $ECHO_N "(cached) $ECHO_C" >&6
14134 cat >conftest.$ac_ext <<_ACEOF
14137 cat confdefs.h >>conftest.$ac_ext
14138 cat >>conftest.$ac_ext <<_ACEOF
14139 /* end confdefs.h. */
14140 #include <alloca.h>
14144 char *p = (char *) alloca (2 * sizeof (int));
14149 rm -f conftest.$ac_objext conftest$ac_exeext
14150 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14151 (eval $ac_link) 2>conftest.er1
14153 grep -v '^ *+' conftest.er1 >conftest.err
14155 cat conftest.err >&5
14156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14157 (exit $ac_status); } &&
14158 { ac_try='test -z "$ac_c_werror_flag"
14159 || test ! -s conftest.err'
14160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14161 (eval $ac_try) 2>&5
14163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14164 (exit $ac_status); }; } &&
14165 { ac_try='test -s conftest$ac_exeext'
14166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14167 (eval $ac_try) 2>&5
14169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14170 (exit $ac_status); }; }; then
14171 ac_cv_working_alloca_h=yes
14173 echo "$as_me: failed program was:" >&5
14174 sed 's/^/| /' conftest.$ac_ext >&5
14176 ac_cv_working_alloca_h=no
14178 rm -f conftest.err conftest.$ac_objext \
14179 conftest$ac_exeext conftest.$ac_ext
14181 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
14182 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
14183 if test $ac_cv_working_alloca_h = yes; then
14185 cat >>confdefs.h <<\_ACEOF
14186 #define HAVE_ALLOCA_H 1
14191 echo "$as_me:$LINENO: checking for alloca" >&5
14192 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
14193 if test "${ac_cv_func_alloca_works+set}" = set; then
14194 echo $ECHO_N "(cached) $ECHO_C" >&6
14196 cat >conftest.$ac_ext <<_ACEOF
14199 cat confdefs.h >>conftest.$ac_ext
14200 cat >>conftest.$ac_ext <<_ACEOF
14201 /* end confdefs.h. */
14203 # define alloca __builtin_alloca
14206 # include <malloc.h>
14207 # define alloca _alloca
14210 # include <alloca.h>
14215 # ifndef alloca /* predefined by HP cc +Olibcalls */
14226 char *p = (char *) alloca (1);
14231 rm -f conftest.$ac_objext conftest$ac_exeext
14232 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14233 (eval $ac_link) 2>conftest.er1
14235 grep -v '^ *+' conftest.er1 >conftest.err
14237 cat conftest.err >&5
14238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14239 (exit $ac_status); } &&
14240 { ac_try='test -z "$ac_c_werror_flag"
14241 || test ! -s conftest.err'
14242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14243 (eval $ac_try) 2>&5
14245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14246 (exit $ac_status); }; } &&
14247 { ac_try='test -s conftest$ac_exeext'
14248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14249 (eval $ac_try) 2>&5
14251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14252 (exit $ac_status); }; }; then
14253 ac_cv_func_alloca_works=yes
14255 echo "$as_me: failed program was:" >&5
14256 sed 's/^/| /' conftest.$ac_ext >&5
14258 ac_cv_func_alloca_works=no
14260 rm -f conftest.err conftest.$ac_objext \
14261 conftest$ac_exeext conftest.$ac_ext
14263 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
14264 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
14266 if test $ac_cv_func_alloca_works = yes; then
14268 cat >>confdefs.h <<\_ACEOF
14269 #define HAVE_ALLOCA 1
14273 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
14274 # that cause trouble. Some versions do not even contain alloca or
14275 # contain a buggy version. If you still want to use their alloca,
14276 # use ar to extract alloca.o from them instead of compiling alloca.c.
14278 ALLOCA=alloca.$ac_objext
14280 cat >>confdefs.h <<\_ACEOF
14285 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
14286 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
14287 if test "${ac_cv_os_cray+set}" = set; then
14288 echo $ECHO_N "(cached) $ECHO_C" >&6
14290 cat >conftest.$ac_ext <<_ACEOF
14293 cat confdefs.h >>conftest.$ac_ext
14294 cat >>conftest.$ac_ext <<_ACEOF
14295 /* end confdefs.h. */
14296 #if defined(CRAY) && ! defined(CRAY2)
14303 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14304 $EGREP "webecray" >/dev/null 2>&1; then
14312 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
14313 echo "${ECHO_T}$ac_cv_os_cray" >&6
14314 if test $ac_cv_os_cray = yes; then
14315 for ac_func in _getb67 GETB67 getb67; do
14316 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14317 echo "$as_me:$LINENO: checking for $ac_func" >&5
14318 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14319 if eval "test \"\${$as_ac_var+set}\" = set"; then
14320 echo $ECHO_N "(cached) $ECHO_C" >&6
14322 cat >conftest.$ac_ext <<_ACEOF
14325 cat confdefs.h >>conftest.$ac_ext
14326 cat >>conftest.$ac_ext <<_ACEOF
14327 /* end confdefs.h. */
14328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14329 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14330 #define $ac_func innocuous_$ac_func
14332 /* System header to define __stub macros and hopefully few prototypes,
14333 which can conflict with char $ac_func (); below.
14334 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14335 <limits.h> exists even on freestanding compilers. */
14338 # include <limits.h>
14340 # include <assert.h>
14345 /* Override any gcc2 internal prototype to avoid an error. */
14350 /* We use char because int might match the return type of a gcc2
14351 builtin and then its argument prototype would still apply. */
14353 /* The GNU C library defines this for functions which it implements
14354 to always fail with ENOSYS. Some functions are actually named
14355 something starting with __ and the normal name is an alias. */
14356 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14359 char (*f) () = $ac_func;
14368 return f != $ac_func;
14373 rm -f conftest.$ac_objext conftest$ac_exeext
14374 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14375 (eval $ac_link) 2>conftest.er1
14377 grep -v '^ *+' conftest.er1 >conftest.err
14379 cat conftest.err >&5
14380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14381 (exit $ac_status); } &&
14382 { ac_try='test -z "$ac_c_werror_flag"
14383 || test ! -s conftest.err'
14384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14385 (eval $ac_try) 2>&5
14387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14388 (exit $ac_status); }; } &&
14389 { ac_try='test -s conftest$ac_exeext'
14390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14391 (eval $ac_try) 2>&5
14393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14394 (exit $ac_status); }; }; then
14395 eval "$as_ac_var=yes"
14397 echo "$as_me: failed program was:" >&5
14398 sed 's/^/| /' conftest.$ac_ext >&5
14400 eval "$as_ac_var=no"
14402 rm -f conftest.err conftest.$ac_objext \
14403 conftest$ac_exeext conftest.$ac_ext
14405 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14406 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14407 if test `eval echo '${'$as_ac_var'}'` = yes; then
14409 cat >>confdefs.h <<_ACEOF
14410 #define CRAY_STACKSEG_END $ac_func
14419 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
14420 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
14421 if test "${ac_cv_c_stack_direction+set}" = set; then
14422 echo $ECHO_N "(cached) $ECHO_C" >&6
14424 if test "$cross_compiling" = yes; then
14425 ac_cv_c_stack_direction=0
14427 cat >conftest.$ac_ext <<_ACEOF
14430 cat confdefs.h >>conftest.$ac_ext
14431 cat >>conftest.$ac_ext <<_ACEOF
14432 /* end confdefs.h. */
14434 find_stack_direction ()
14436 static char *addr = 0;
14441 return find_stack_direction ();
14444 return (&dummy > addr) ? 1 : -1;
14450 exit (find_stack_direction () < 0);
14453 rm -f conftest$ac_exeext
14454 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14455 (eval $ac_link) 2>&5
14457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14458 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14460 (eval $ac_try) 2>&5
14462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14463 (exit $ac_status); }; }; then
14464 ac_cv_c_stack_direction=1
14466 echo "$as_me: program exited with status $ac_status" >&5
14467 echo "$as_me: failed program was:" >&5
14468 sed 's/^/| /' conftest.$ac_ext >&5
14470 ( exit $ac_status )
14471 ac_cv_c_stack_direction=-1
14473 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14476 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
14477 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
14479 cat >>confdefs.h <<_ACEOF
14480 #define STACK_DIRECTION $ac_cv_c_stack_direction
14488 for ac_header in stdlib.h unistd.h
14490 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14491 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14492 echo "$as_me:$LINENO: checking for $ac_header" >&5
14493 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14494 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14495 echo $ECHO_N "(cached) $ECHO_C" >&6
14497 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14498 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14500 # Is the header compilable?
14501 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14502 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14503 cat >conftest.$ac_ext <<_ACEOF
14506 cat confdefs.h >>conftest.$ac_ext
14507 cat >>conftest.$ac_ext <<_ACEOF
14508 /* end confdefs.h. */
14509 $ac_includes_default
14510 #include <$ac_header>
14512 rm -f conftest.$ac_objext
14513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14514 (eval $ac_compile) 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 { ac_try='test -z "$ac_c_werror_flag"
14522 || test ! -s conftest.err'
14523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14524 (eval $ac_try) 2>&5
14526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14527 (exit $ac_status); }; } &&
14528 { ac_try='test -s conftest.$ac_objext'
14529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14530 (eval $ac_try) 2>&5
14532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14533 (exit $ac_status); }; }; then
14534 ac_header_compiler=yes
14536 echo "$as_me: failed program was:" >&5
14537 sed 's/^/| /' conftest.$ac_ext >&5
14539 ac_header_compiler=no
14541 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14542 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14543 echo "${ECHO_T}$ac_header_compiler" >&6
14545 # Is the header present?
14546 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14547 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14548 cat >conftest.$ac_ext <<_ACEOF
14551 cat confdefs.h >>conftest.$ac_ext
14552 cat >>conftest.$ac_ext <<_ACEOF
14553 /* end confdefs.h. */
14554 #include <$ac_header>
14556 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14557 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14559 grep -v '^ *+' conftest.er1 >conftest.err
14561 cat conftest.err >&5
14562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14563 (exit $ac_status); } >/dev/null; then
14564 if test -s conftest.err; then
14565 ac_cpp_err=$ac_c_preproc_warn_flag
14566 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14573 if test -z "$ac_cpp_err"; then
14574 ac_header_preproc=yes
14576 echo "$as_me: failed program was:" >&5
14577 sed 's/^/| /' conftest.$ac_ext >&5
14579 ac_header_preproc=no
14581 rm -f conftest.err conftest.$ac_ext
14582 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14583 echo "${ECHO_T}$ac_header_preproc" >&6
14585 # So? What about this header?
14586 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14588 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14589 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14590 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14591 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14592 ac_header_preproc=yes
14595 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14596 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14597 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14598 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14599 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14600 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14601 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14602 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14603 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14604 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14605 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14606 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14609 ## ------------------------------------------ ##
14610 ## Report this to the AC_PACKAGE_NAME lists. ##
14611 ## ------------------------------------------ ##
14614 sed "s/^/$as_me: WARNING: /" >&2
14617 echo "$as_me:$LINENO: checking for $ac_header" >&5
14618 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14619 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14620 echo $ECHO_N "(cached) $ECHO_C" >&6
14622 eval "$as_ac_Header=\$ac_header_preproc"
14624 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14625 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14628 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14629 cat >>confdefs.h <<_ACEOF
14630 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14638 for ac_func in getpagesize
14640 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14641 echo "$as_me:$LINENO: checking for $ac_func" >&5
14642 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14643 if eval "test \"\${$as_ac_var+set}\" = set"; then
14644 echo $ECHO_N "(cached) $ECHO_C" >&6
14646 cat >conftest.$ac_ext <<_ACEOF
14649 cat confdefs.h >>conftest.$ac_ext
14650 cat >>conftest.$ac_ext <<_ACEOF
14651 /* end confdefs.h. */
14652 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14653 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14654 #define $ac_func innocuous_$ac_func
14656 /* System header to define __stub macros and hopefully few prototypes,
14657 which can conflict with char $ac_func (); below.
14658 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14659 <limits.h> exists even on freestanding compilers. */
14662 # include <limits.h>
14664 # include <assert.h>
14669 /* Override any gcc2 internal prototype to avoid an error. */
14674 /* We use char because int might match the return type of a gcc2
14675 builtin and then its argument prototype would still apply. */
14677 /* The GNU C library defines this for functions which it implements
14678 to always fail with ENOSYS. Some functions are actually named
14679 something starting with __ and the normal name is an alias. */
14680 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14683 char (*f) () = $ac_func;
14692 return f != $ac_func;
14697 rm -f conftest.$ac_objext conftest$ac_exeext
14698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14699 (eval $ac_link) 2>conftest.er1
14701 grep -v '^ *+' conftest.er1 >conftest.err
14703 cat conftest.err >&5
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); } &&
14706 { ac_try='test -z "$ac_c_werror_flag"
14707 || test ! -s conftest.err'
14708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14709 (eval $ac_try) 2>&5
14711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14712 (exit $ac_status); }; } &&
14713 { ac_try='test -s conftest$ac_exeext'
14714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14715 (eval $ac_try) 2>&5
14717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14718 (exit $ac_status); }; }; then
14719 eval "$as_ac_var=yes"
14721 echo "$as_me: failed program was:" >&5
14722 sed 's/^/| /' conftest.$ac_ext >&5
14724 eval "$as_ac_var=no"
14726 rm -f conftest.err conftest.$ac_objext \
14727 conftest$ac_exeext conftest.$ac_ext
14729 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14730 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14731 if test `eval echo '${'$as_ac_var'}'` = yes; then
14732 cat >>confdefs.h <<_ACEOF
14733 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14739 echo "$as_me:$LINENO: checking for working mmap" >&5
14740 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
14741 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
14742 echo $ECHO_N "(cached) $ECHO_C" >&6
14744 if test "$cross_compiling" = yes; then
14745 ac_cv_func_mmap_fixed_mapped=no
14747 cat >conftest.$ac_ext <<_ACEOF
14750 cat confdefs.h >>conftest.$ac_ext
14751 cat >>conftest.$ac_ext <<_ACEOF
14752 /* end confdefs.h. */
14753 $ac_includes_default
14754 /* malloc might have been renamed as rpl_malloc. */
14757 /* Thanks to Mike Haertel and Jim Avera for this test.
14758 Here is a matrix of mmap possibilities:
14759 mmap private not fixed
14760 mmap private fixed at somewhere currently unmapped
14761 mmap private fixed at somewhere already mapped
14762 mmap shared not fixed
14763 mmap shared fixed at somewhere currently unmapped
14764 mmap shared fixed at somewhere already mapped
14765 For private mappings, we should verify that changes cannot be read()
14766 back from the file, nor mmap's back from the file at a different
14767 address. (There have been systems where private was not correctly
14768 implemented like the infamous i386 svr4.0, and systems where the
14769 VM page cache was not coherent with the file system buffer cache
14770 like early versions of FreeBSD and possibly contemporary NetBSD.)
14771 For shared mappings, we should conversely verify that changes get
14772 propagated back to all the places they're supposed to be.
14774 Grep wants private fixed already mapped.
14775 The main things grep needs to know about mmap are:
14776 * does it exist and is it safe to write into the mmap'd area
14777 * how to use it (BSD variants) */
14780 #include <sys/mman.h>
14782 #if !STDC_HEADERS && !HAVE_STDLIB_H
14786 /* This mess was copied from the GNU getpagesize.h. */
14787 #if !HAVE_GETPAGESIZE
14788 /* Assume that all systems that can run configure have sys/param.h. */
14789 # if !HAVE_SYS_PARAM_H
14790 # define HAVE_SYS_PARAM_H 1
14793 # ifdef _SC_PAGESIZE
14794 # define getpagesize() sysconf(_SC_PAGESIZE)
14795 # else /* no _SC_PAGESIZE */
14796 # if HAVE_SYS_PARAM_H
14797 # include <sys/param.h>
14798 # ifdef EXEC_PAGESIZE
14799 # define getpagesize() EXEC_PAGESIZE
14800 # else /* no EXEC_PAGESIZE */
14802 # define getpagesize() NBPG * CLSIZE
14805 # endif /* no CLSIZE */
14806 # else /* no NBPG */
14808 # define getpagesize() NBPC
14809 # else /* no NBPC */
14811 # define getpagesize() PAGESIZE
14812 # endif /* PAGESIZE */
14813 # endif /* no NBPC */
14814 # endif /* no NBPG */
14815 # endif /* no EXEC_PAGESIZE */
14816 # else /* no HAVE_SYS_PARAM_H */
14817 # define getpagesize() 8192 /* punt totally */
14818 # endif /* no HAVE_SYS_PARAM_H */
14819 # endif /* no _SC_PAGESIZE */
14821 #endif /* no HAVE_GETPAGESIZE */
14826 char *data, *data2, *data3;
14830 pagesize = getpagesize ();
14832 /* First, make a file with some known garbage in it. */
14833 data = (char *) malloc (pagesize);
14836 for (i = 0; i < pagesize; ++i)
14837 *(data + i) = rand ();
14839 fd = creat ("conftest.mmap", 0600);
14842 if (write (fd, data, pagesize) != pagesize)
14846 /* Next, try to mmap the file at a fixed address which already has
14847 something else allocated at it. If we can, also make sure that
14848 we see the same garbage. */
14849 fd = open ("conftest.mmap", O_RDWR);
14852 data2 = (char *) malloc (2 * pagesize);
14855 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
14856 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14857 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14859 for (i = 0; i < pagesize; ++i)
14860 if (*(data + i) != *(data2 + i))
14863 /* Finally, make sure that changes to the mapped area do not
14864 percolate back to the file as seen by read(). (This is a bug on
14865 some variants of i386 svr4.0.) */
14866 for (i = 0; i < pagesize; ++i)
14867 *(data2 + i) = *(data2 + i) + 1;
14868 data3 = (char *) malloc (pagesize);
14871 if (read (fd, data3, pagesize) != pagesize)
14873 for (i = 0; i < pagesize; ++i)
14874 if (*(data + i) != *(data3 + i))
14880 rm -f conftest$ac_exeext
14881 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14882 (eval $ac_link) 2>&5
14884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14885 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14887 (eval $ac_try) 2>&5
14889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); }; }; then
14891 ac_cv_func_mmap_fixed_mapped=yes
14893 echo "$as_me: program exited with status $ac_status" >&5
14894 echo "$as_me: failed program was:" >&5
14895 sed 's/^/| /' conftest.$ac_ext >&5
14897 ( exit $ac_status )
14898 ac_cv_func_mmap_fixed_mapped=no
14900 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14903 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
14904 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
14905 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14907 cat >>confdefs.h <<\_ACEOF
14908 #define HAVE_MMAP 1
14912 rm -f conftest.mmap
14914 echo "$as_me:$LINENO: checking for pid_t" >&5
14915 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
14916 if test "${ac_cv_type_pid_t+set}" = set; then
14917 echo $ECHO_N "(cached) $ECHO_C" >&6
14919 cat >conftest.$ac_ext <<_ACEOF
14922 cat confdefs.h >>conftest.$ac_ext
14923 cat >>conftest.$ac_ext <<_ACEOF
14924 /* end confdefs.h. */
14925 $ac_includes_default
14931 if (sizeof (pid_t))
14937 rm -f conftest.$ac_objext
14938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14939 (eval $ac_compile) 2>conftest.er1
14941 grep -v '^ *+' conftest.er1 >conftest.err
14943 cat conftest.err >&5
14944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14945 (exit $ac_status); } &&
14946 { ac_try='test -z "$ac_c_werror_flag"
14947 || test ! -s conftest.err'
14948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14949 (eval $ac_try) 2>&5
14951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14952 (exit $ac_status); }; } &&
14953 { ac_try='test -s conftest.$ac_objext'
14954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14955 (eval $ac_try) 2>&5
14957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14958 (exit $ac_status); }; }; then
14959 ac_cv_type_pid_t=yes
14961 echo "$as_me: failed program was:" >&5
14962 sed 's/^/| /' conftest.$ac_ext >&5
14964 ac_cv_type_pid_t=no
14966 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14968 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
14969 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
14970 if test $ac_cv_type_pid_t = yes; then
14974 cat >>confdefs.h <<_ACEOF
14982 for ac_header in unistd.h vfork.h
14984 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14985 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14986 echo "$as_me:$LINENO: checking for $ac_header" >&5
14987 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14988 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14989 echo $ECHO_N "(cached) $ECHO_C" >&6
14991 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14992 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14994 # Is the header compilable?
14995 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14996 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14997 cat >conftest.$ac_ext <<_ACEOF
15000 cat confdefs.h >>conftest.$ac_ext
15001 cat >>conftest.$ac_ext <<_ACEOF
15002 /* end confdefs.h. */
15003 $ac_includes_default
15004 #include <$ac_header>
15006 rm -f conftest.$ac_objext
15007 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15008 (eval $ac_compile) 2>conftest.er1
15010 grep -v '^ *+' conftest.er1 >conftest.err
15012 cat conftest.err >&5
15013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15014 (exit $ac_status); } &&
15015 { ac_try='test -z "$ac_c_werror_flag"
15016 || test ! -s conftest.err'
15017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15018 (eval $ac_try) 2>&5
15020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15021 (exit $ac_status); }; } &&
15022 { ac_try='test -s conftest.$ac_objext'
15023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15024 (eval $ac_try) 2>&5
15026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15027 (exit $ac_status); }; }; then
15028 ac_header_compiler=yes
15030 echo "$as_me: failed program was:" >&5
15031 sed 's/^/| /' conftest.$ac_ext >&5
15033 ac_header_compiler=no
15035 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15036 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15037 echo "${ECHO_T}$ac_header_compiler" >&6
15039 # Is the header present?
15040 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15041 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15042 cat >conftest.$ac_ext <<_ACEOF
15045 cat confdefs.h >>conftest.$ac_ext
15046 cat >>conftest.$ac_ext <<_ACEOF
15047 /* end confdefs.h. */
15048 #include <$ac_header>
15050 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15051 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15053 grep -v '^ *+' conftest.er1 >conftest.err
15055 cat conftest.err >&5
15056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15057 (exit $ac_status); } >/dev/null; then
15058 if test -s conftest.err; then
15059 ac_cpp_err=$ac_c_preproc_warn_flag
15060 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15067 if test -z "$ac_cpp_err"; then
15068 ac_header_preproc=yes
15070 echo "$as_me: failed program was:" >&5
15071 sed 's/^/| /' conftest.$ac_ext >&5
15073 ac_header_preproc=no
15075 rm -f conftest.err conftest.$ac_ext
15076 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15077 echo "${ECHO_T}$ac_header_preproc" >&6
15079 # So? What about this header?
15080 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15082 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15083 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15084 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15085 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15086 ac_header_preproc=yes
15089 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15090 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15091 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15092 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15093 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15094 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15095 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15096 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15097 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15098 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15099 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15100 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15103 ## ------------------------------------------ ##
15104 ## Report this to the AC_PACKAGE_NAME lists. ##
15105 ## ------------------------------------------ ##
15108 sed "s/^/$as_me: WARNING: /" >&2
15111 echo "$as_me:$LINENO: checking for $ac_header" >&5
15112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15113 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15114 echo $ECHO_N "(cached) $ECHO_C" >&6
15116 eval "$as_ac_Header=\$ac_header_preproc"
15118 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15119 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15122 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15123 cat >>confdefs.h <<_ACEOF
15124 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15133 for ac_func in fork vfork
15135 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15136 echo "$as_me:$LINENO: checking for $ac_func" >&5
15137 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15138 if eval "test \"\${$as_ac_var+set}\" = set"; then
15139 echo $ECHO_N "(cached) $ECHO_C" >&6
15141 cat >conftest.$ac_ext <<_ACEOF
15144 cat confdefs.h >>conftest.$ac_ext
15145 cat >>conftest.$ac_ext <<_ACEOF
15146 /* end confdefs.h. */
15147 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15148 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15149 #define $ac_func innocuous_$ac_func
15151 /* System header to define __stub macros and hopefully few prototypes,
15152 which can conflict with char $ac_func (); below.
15153 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15154 <limits.h> exists even on freestanding compilers. */
15157 # include <limits.h>
15159 # include <assert.h>
15164 /* Override any gcc2 internal prototype to avoid an error. */
15169 /* We use char because int might match the return type of a gcc2
15170 builtin and then its argument prototype would still apply. */
15172 /* The GNU C library defines this for functions which it implements
15173 to always fail with ENOSYS. Some functions are actually named
15174 something starting with __ and the normal name is an alias. */
15175 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15178 char (*f) () = $ac_func;
15187 return f != $ac_func;
15192 rm -f conftest.$ac_objext conftest$ac_exeext
15193 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15194 (eval $ac_link) 2>conftest.er1
15196 grep -v '^ *+' conftest.er1 >conftest.err
15198 cat conftest.err >&5
15199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15200 (exit $ac_status); } &&
15201 { ac_try='test -z "$ac_c_werror_flag"
15202 || test ! -s conftest.err'
15203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15204 (eval $ac_try) 2>&5
15206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15207 (exit $ac_status); }; } &&
15208 { ac_try='test -s conftest$ac_exeext'
15209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15210 (eval $ac_try) 2>&5
15212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15213 (exit $ac_status); }; }; then
15214 eval "$as_ac_var=yes"
15216 echo "$as_me: failed program was:" >&5
15217 sed 's/^/| /' conftest.$ac_ext >&5
15219 eval "$as_ac_var=no"
15221 rm -f conftest.err conftest.$ac_objext \
15222 conftest$ac_exeext conftest.$ac_ext
15224 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15225 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15226 if test `eval echo '${'$as_ac_var'}'` = yes; then
15227 cat >>confdefs.h <<_ACEOF
15228 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15234 if test "x$ac_cv_func_fork" = xyes; then
15235 echo "$as_me:$LINENO: checking for working fork" >&5
15236 echo $ECHO_N "checking for working fork... $ECHO_C" >&6
15237 if test "${ac_cv_func_fork_works+set}" = set; then
15238 echo $ECHO_N "(cached) $ECHO_C" >&6
15240 if test "$cross_compiling" = yes; then
15241 ac_cv_func_fork_works=cross
15243 cat >conftest.$ac_ext <<_ACEOF
15244 /* By Ruediger Kuhlmann. */
15245 #include <sys/types.h>
15247 # include <unistd.h>
15249 /* Some systems only have a dummy stub for fork() */
15257 rm -f conftest$ac_exeext
15258 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15259 (eval $ac_link) 2>&5
15261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15264 (eval $ac_try) 2>&5
15266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15267 (exit $ac_status); }; }; then
15268 ac_cv_func_fork_works=yes
15270 echo "$as_me: program exited with status $ac_status" >&5
15271 echo "$as_me: failed program was:" >&5
15272 sed 's/^/| /' conftest.$ac_ext >&5
15274 ( exit $ac_status )
15275 ac_cv_func_fork_works=no
15277 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15280 echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
15281 echo "${ECHO_T}$ac_cv_func_fork_works" >&6
15284 ac_cv_func_fork_works=$ac_cv_func_fork
15286 if test "x$ac_cv_func_fork_works" = xcross; then
15288 *-*-amigaos* | *-*-msdosdjgpp*)
15289 # Override, as these systems have only a dummy fork() stub
15290 ac_cv_func_fork_works=no
15293 ac_cv_func_fork_works=yes
15296 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
15297 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
15299 ac_cv_func_vfork_works=$ac_cv_func_vfork
15300 if test "x$ac_cv_func_vfork" = xyes; then
15301 echo "$as_me:$LINENO: checking for working vfork" >&5
15302 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
15303 if test "${ac_cv_func_vfork_works+set}" = set; then
15304 echo $ECHO_N "(cached) $ECHO_C" >&6
15306 if test "$cross_compiling" = yes; then
15307 ac_cv_func_vfork_works=cross
15309 cat >conftest.$ac_ext <<_ACEOF
15312 cat confdefs.h >>conftest.$ac_ext
15313 cat >>conftest.$ac_ext <<_ACEOF
15314 /* end confdefs.h. */
15315 /* Thanks to Paul Eggert for this test. */
15317 #include <stdlib.h>
15318 #include <sys/types.h>
15319 #include <sys/stat.h>
15320 #include <sys/wait.h>
15322 # include <unistd.h>
15325 # include <vfork.h>
15327 /* On some sparc systems, changes by the child to local and incoming
15328 argument registers are propagated back to the parent. The compiler
15329 is told about this with #include <vfork.h>, but some compilers
15330 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
15331 static variable whose address is put into a register that is
15332 clobbered by the vfork. */
15335 sparc_address_test (int arg)
15337 sparc_address_test (arg) int arg;
15340 static pid_t child;
15358 pid_t parent = getpid ();
15361 sparc_address_test (0);
15366 /* Here is another test for sparc vfork register problems. This
15367 test uses lots of local variables, at least as many local
15368 variables as main has allocated so far including compiler
15369 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
15370 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
15371 reuse the register of parent for one of the local variables,
15372 since it will think that parent can't possibly be used any more
15373 in this routine. Assigning to the local variable will thus
15374 munge parent in the parent process. */
15376 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
15377 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
15378 /* Convince the compiler that p..p7 are live; otherwise, it might
15379 use the same hardware register for all 8 local variables. */
15380 if (p != p1 || p != p2 || p != p3 || p != p4
15381 || p != p5 || p != p6 || p != p7)
15384 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
15385 from child file descriptors. If the child closes a descriptor
15386 before it execs or exits, this munges the parent's descriptor
15387 as well. Test for this by closing stdout in the child. */
15388 _exit(close(fileno(stdout)) != 0);
15393 while (wait(&status) != child)
15396 /* Was there some problem with vforking? */
15399 /* Did the child fail? (This shouldn't happen.) */
15402 /* Did the vfork/compiler bug occur? */
15403 || parent != getpid()
15405 /* Did the file descriptor bug occur? */
15406 || fstat(fileno(stdout), &st) != 0
15411 rm -f conftest$ac_exeext
15412 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15413 (eval $ac_link) 2>&5
15415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15416 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15418 (eval $ac_try) 2>&5
15420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15421 (exit $ac_status); }; }; then
15422 ac_cv_func_vfork_works=yes
15424 echo "$as_me: program exited with status $ac_status" >&5
15425 echo "$as_me: failed program was:" >&5
15426 sed 's/^/| /' conftest.$ac_ext >&5
15428 ( exit $ac_status )
15429 ac_cv_func_vfork_works=no
15431 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15434 echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
15435 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
15438 if test "x$ac_cv_func_fork_works" = xcross; then
15439 ac_cv_func_vfork_works=$ac_cv_func_vfork
15440 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
15441 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
15444 if test "x$ac_cv_func_vfork_works" = xyes; then
15446 cat >>confdefs.h <<\_ACEOF
15447 #define HAVE_WORKING_VFORK 1
15452 cat >>confdefs.h <<\_ACEOF
15457 if test "x$ac_cv_func_fork_works" = xyes; then
15459 cat >>confdefs.h <<\_ACEOF
15460 #define HAVE_WORKING_FORK 1
15467 for ac_func in canonicalize_file_name realpath
15469 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15470 echo "$as_me:$LINENO: checking for $ac_func" >&5
15471 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15472 if eval "test \"\${$as_ac_var+set}\" = set"; then
15473 echo $ECHO_N "(cached) $ECHO_C" >&6
15475 cat >conftest.$ac_ext <<_ACEOF
15478 cat confdefs.h >>conftest.$ac_ext
15479 cat >>conftest.$ac_ext <<_ACEOF
15480 /* end confdefs.h. */
15481 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15482 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15483 #define $ac_func innocuous_$ac_func
15485 /* System header to define __stub macros and hopefully few prototypes,
15486 which can conflict with char $ac_func (); below.
15487 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15488 <limits.h> exists even on freestanding compilers. */
15491 # include <limits.h>
15493 # include <assert.h>
15498 /* Override any gcc2 internal prototype to avoid an error. */
15503 /* We use char because int might match the return type of a gcc2
15504 builtin and then its argument prototype would still apply. */
15506 /* The GNU C library defines this for functions which it implements
15507 to always fail with ENOSYS. Some functions are actually named
15508 something starting with __ and the normal name is an alias. */
15509 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15512 char (*f) () = $ac_func;
15521 return f != $ac_func;
15526 rm -f conftest.$ac_objext conftest$ac_exeext
15527 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15528 (eval $ac_link) 2>conftest.er1
15530 grep -v '^ *+' conftest.er1 >conftest.err
15532 cat conftest.err >&5
15533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15534 (exit $ac_status); } &&
15535 { ac_try='test -z "$ac_c_werror_flag"
15536 || test ! -s conftest.err'
15537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15538 (eval $ac_try) 2>&5
15540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15541 (exit $ac_status); }; } &&
15542 { ac_try='test -s conftest$ac_exeext'
15543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15544 (eval $ac_try) 2>&5
15546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15547 (exit $ac_status); }; }; then
15548 eval "$as_ac_var=yes"
15550 echo "$as_me: failed program was:" >&5
15551 sed 's/^/| /' conftest.$ac_ext >&5
15553 eval "$as_ac_var=no"
15555 rm -f conftest.err conftest.$ac_objext \
15556 conftest$ac_exeext conftest.$ac_ext
15558 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15559 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15560 if test `eval echo '${'$as_ac_var'}'` = yes; then
15561 cat >>confdefs.h <<_ACEOF
15562 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15570 for ac_func in getuid getgid
15572 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15573 echo "$as_me:$LINENO: checking for $ac_func" >&5
15574 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15575 if eval "test \"\${$as_ac_var+set}\" = set"; then
15576 echo $ECHO_N "(cached) $ECHO_C" >&6
15578 cat >conftest.$ac_ext <<_ACEOF
15581 cat confdefs.h >>conftest.$ac_ext
15582 cat >>conftest.$ac_ext <<_ACEOF
15583 /* end confdefs.h. */
15584 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15585 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15586 #define $ac_func innocuous_$ac_func
15588 /* System header to define __stub macros and hopefully few prototypes,
15589 which can conflict with char $ac_func (); below.
15590 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15591 <limits.h> exists even on freestanding compilers. */
15594 # include <limits.h>
15596 # include <assert.h>
15601 /* Override any gcc2 internal prototype to avoid an error. */
15606 /* We use char because int might match the return type of a gcc2
15607 builtin and then its argument prototype would still apply. */
15609 /* The GNU C library defines this for functions which it implements
15610 to always fail with ENOSYS. Some functions are actually named
15611 something starting with __ and the normal name is an alias. */
15612 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15615 char (*f) () = $ac_func;
15624 return f != $ac_func;
15629 rm -f conftest.$ac_objext conftest$ac_exeext
15630 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15631 (eval $ac_link) 2>conftest.er1
15633 grep -v '^ *+' conftest.er1 >conftest.err
15635 cat conftest.err >&5
15636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15637 (exit $ac_status); } &&
15638 { ac_try='test -z "$ac_c_werror_flag"
15639 || test ! -s conftest.err'
15640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15641 (eval $ac_try) 2>&5
15643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15644 (exit $ac_status); }; } &&
15645 { ac_try='test -s conftest$ac_exeext'
15646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15647 (eval $ac_try) 2>&5
15649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15650 (exit $ac_status); }; }; then
15651 eval "$as_ac_var=yes"
15653 echo "$as_me: failed program was:" >&5
15654 sed 's/^/| /' conftest.$ac_ext >&5
15656 eval "$as_ac_var=no"
15658 rm -f conftest.err conftest.$ac_objext \
15659 conftest$ac_exeext conftest.$ac_ext
15661 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15662 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15663 if test `eval echo '${'$as_ac_var'}'` = yes; then
15664 cat >>confdefs.h <<_ACEOF
15665 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15672 for ac_func in poll
15674 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15675 echo "$as_me:$LINENO: checking for $ac_func" >&5
15676 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15677 if eval "test \"\${$as_ac_var+set}\" = set"; then
15678 echo $ECHO_N "(cached) $ECHO_C" >&6
15680 cat >conftest.$ac_ext <<_ACEOF
15683 cat confdefs.h >>conftest.$ac_ext
15684 cat >>conftest.$ac_ext <<_ACEOF
15685 /* end confdefs.h. */
15686 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15687 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15688 #define $ac_func innocuous_$ac_func
15690 /* System header to define __stub macros and hopefully few prototypes,
15691 which can conflict with char $ac_func (); below.
15692 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15693 <limits.h> exists even on freestanding compilers. */
15696 # include <limits.h>
15698 # include <assert.h>
15703 /* Override any gcc2 internal prototype to avoid an error. */
15708 /* We use char because int might match the return type of a gcc2
15709 builtin and then its argument prototype would still apply. */
15711 /* The GNU C library defines this for functions which it implements
15712 to always fail with ENOSYS. Some functions are actually named
15713 something starting with __ and the normal name is an alias. */
15714 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15717 char (*f) () = $ac_func;
15726 return f != $ac_func;
15731 rm -f conftest.$ac_objext conftest$ac_exeext
15732 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15733 (eval $ac_link) 2>conftest.er1
15735 grep -v '^ *+' conftest.er1 >conftest.err
15737 cat conftest.err >&5
15738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15739 (exit $ac_status); } &&
15740 { ac_try='test -z "$ac_c_werror_flag"
15741 || test ! -s conftest.err'
15742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15743 (eval $ac_try) 2>&5
15745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15746 (exit $ac_status); }; } &&
15747 { ac_try='test -s conftest$ac_exeext'
15748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15749 (eval $ac_try) 2>&5
15751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15752 (exit $ac_status); }; }; then
15753 eval "$as_ac_var=yes"
15755 echo "$as_me: failed program was:" >&5
15756 sed 's/^/| /' conftest.$ac_ext >&5
15758 eval "$as_ac_var=no"
15760 rm -f conftest.err conftest.$ac_objext \
15761 conftest$ac_exeext conftest.$ac_ext
15763 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15764 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15765 if test `eval echo '${'$as_ac_var'}'` = yes; then
15766 cat >>confdefs.h <<_ACEOF
15767 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15774 for ac_func in pread64
15776 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15777 echo "$as_me:$LINENO: checking for $ac_func" >&5
15778 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15779 if eval "test \"\${$as_ac_var+set}\" = set"; then
15780 echo $ECHO_N "(cached) $ECHO_C" >&6
15782 cat >conftest.$ac_ext <<_ACEOF
15785 cat confdefs.h >>conftest.$ac_ext
15786 cat >>conftest.$ac_ext <<_ACEOF
15787 /* end confdefs.h. */
15788 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15789 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15790 #define $ac_func innocuous_$ac_func
15792 /* System header to define __stub macros and hopefully few prototypes,
15793 which can conflict with char $ac_func (); below.
15794 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15795 <limits.h> exists even on freestanding compilers. */
15798 # include <limits.h>
15800 # include <assert.h>
15805 /* Override any gcc2 internal prototype to avoid an error. */
15810 /* We use char because int might match the return type of a gcc2
15811 builtin and then its argument prototype would still apply. */
15813 /* The GNU C library defines this for functions which it implements
15814 to always fail with ENOSYS. Some functions are actually named
15815 something starting with __ and the normal name is an alias. */
15816 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15819 char (*f) () = $ac_func;
15828 return f != $ac_func;
15833 rm -f conftest.$ac_objext conftest$ac_exeext
15834 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15835 (eval $ac_link) 2>conftest.er1
15837 grep -v '^ *+' conftest.er1 >conftest.err
15839 cat conftest.err >&5
15840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15841 (exit $ac_status); } &&
15842 { ac_try='test -z "$ac_c_werror_flag"
15843 || test ! -s conftest.err'
15844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15845 (eval $ac_try) 2>&5
15847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15848 (exit $ac_status); }; } &&
15849 { ac_try='test -s conftest$ac_exeext'
15850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15851 (eval $ac_try) 2>&5
15853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15854 (exit $ac_status); }; }; then
15855 eval "$as_ac_var=yes"
15857 echo "$as_me: failed program was:" >&5
15858 sed 's/^/| /' conftest.$ac_ext >&5
15860 eval "$as_ac_var=no"
15862 rm -f conftest.err conftest.$ac_objext \
15863 conftest$ac_exeext conftest.$ac_ext
15865 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15866 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15867 if test `eval echo '${'$as_ac_var'}'` = yes; then
15868 cat >>confdefs.h <<_ACEOF
15869 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15876 for ac_func in sbrk
15878 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15879 echo "$as_me:$LINENO: checking for $ac_func" >&5
15880 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15881 if eval "test \"\${$as_ac_var+set}\" = set"; then
15882 echo $ECHO_N "(cached) $ECHO_C" >&6
15884 cat >conftest.$ac_ext <<_ACEOF
15887 cat confdefs.h >>conftest.$ac_ext
15888 cat >>conftest.$ac_ext <<_ACEOF
15889 /* end confdefs.h. */
15890 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15891 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15892 #define $ac_func innocuous_$ac_func
15894 /* System header to define __stub macros and hopefully few prototypes,
15895 which can conflict with char $ac_func (); below.
15896 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15897 <limits.h> exists even on freestanding compilers. */
15900 # include <limits.h>
15902 # include <assert.h>
15907 /* Override any gcc2 internal prototype to avoid an error. */
15912 /* We use char because int might match the return type of a gcc2
15913 builtin and then its argument prototype would still apply. */
15915 /* The GNU C library defines this for functions which it implements
15916 to always fail with ENOSYS. Some functions are actually named
15917 something starting with __ and the normal name is an alias. */
15918 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15921 char (*f) () = $ac_func;
15930 return f != $ac_func;
15935 rm -f conftest.$ac_objext conftest$ac_exeext
15936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15937 (eval $ac_link) 2>conftest.er1
15939 grep -v '^ *+' conftest.er1 >conftest.err
15941 cat conftest.err >&5
15942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15943 (exit $ac_status); } &&
15944 { ac_try='test -z "$ac_c_werror_flag"
15945 || test ! -s conftest.err'
15946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15947 (eval $ac_try) 2>&5
15949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15950 (exit $ac_status); }; } &&
15951 { ac_try='test -s conftest$ac_exeext'
15952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15953 (eval $ac_try) 2>&5
15955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15956 (exit $ac_status); }; }; then
15957 eval "$as_ac_var=yes"
15959 echo "$as_me: failed program was:" >&5
15960 sed 's/^/| /' conftest.$ac_ext >&5
15962 eval "$as_ac_var=no"
15964 rm -f conftest.err conftest.$ac_objext \
15965 conftest$ac_exeext conftest.$ac_ext
15967 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15968 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15969 if test `eval echo '${'$as_ac_var'}'` = yes; then
15970 cat >>confdefs.h <<_ACEOF
15971 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15979 for ac_func in setpgid setpgrp
15981 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15982 echo "$as_me:$LINENO: checking for $ac_func" >&5
15983 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15984 if eval "test \"\${$as_ac_var+set}\" = set"; then
15985 echo $ECHO_N "(cached) $ECHO_C" >&6
15987 cat >conftest.$ac_ext <<_ACEOF
15990 cat confdefs.h >>conftest.$ac_ext
15991 cat >>conftest.$ac_ext <<_ACEOF
15992 /* end confdefs.h. */
15993 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15995 #define $ac_func innocuous_$ac_func
15997 /* System header to define __stub macros and hopefully few prototypes,
15998 which can conflict with char $ac_func (); below.
15999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16000 <limits.h> exists even on freestanding compilers. */
16003 # include <limits.h>
16005 # include <assert.h>
16010 /* Override any gcc2 internal prototype to avoid an error. */
16015 /* We use char because int might match the return type of a gcc2
16016 builtin and then its argument prototype would still apply. */
16018 /* The GNU C library defines this for functions which it implements
16019 to always fail with ENOSYS. Some functions are actually named
16020 something starting with __ and the normal name is an alias. */
16021 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16024 char (*f) () = $ac_func;
16033 return f != $ac_func;
16038 rm -f conftest.$ac_objext conftest$ac_exeext
16039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16040 (eval $ac_link) 2>conftest.er1
16042 grep -v '^ *+' conftest.er1 >conftest.err
16044 cat conftest.err >&5
16045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16046 (exit $ac_status); } &&
16047 { ac_try='test -z "$ac_c_werror_flag"
16048 || test ! -s conftest.err'
16049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16050 (eval $ac_try) 2>&5
16052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16053 (exit $ac_status); }; } &&
16054 { ac_try='test -s conftest$ac_exeext'
16055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16056 (eval $ac_try) 2>&5
16058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16059 (exit $ac_status); }; }; then
16060 eval "$as_ac_var=yes"
16062 echo "$as_me: failed program was:" >&5
16063 sed 's/^/| /' conftest.$ac_ext >&5
16065 eval "$as_ac_var=no"
16067 rm -f conftest.err conftest.$ac_objext \
16068 conftest$ac_exeext conftest.$ac_ext
16070 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16071 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16072 if test `eval echo '${'$as_ac_var'}'` = yes; then
16073 cat >>confdefs.h <<_ACEOF
16074 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16083 for ac_func in sigaction sigprocmask sigsetmask
16085 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16086 echo "$as_me:$LINENO: checking for $ac_func" >&5
16087 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16088 if eval "test \"\${$as_ac_var+set}\" = set"; then
16089 echo $ECHO_N "(cached) $ECHO_C" >&6
16091 cat >conftest.$ac_ext <<_ACEOF
16094 cat confdefs.h >>conftest.$ac_ext
16095 cat >>conftest.$ac_ext <<_ACEOF
16096 /* end confdefs.h. */
16097 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16098 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16099 #define $ac_func innocuous_$ac_func
16101 /* System header to define __stub macros and hopefully few prototypes,
16102 which can conflict with char $ac_func (); below.
16103 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16104 <limits.h> exists even on freestanding compilers. */
16107 # include <limits.h>
16109 # include <assert.h>
16114 /* Override any gcc2 internal prototype to avoid an error. */
16119 /* We use char because int might match the return type of a gcc2
16120 builtin and then its argument prototype would still apply. */
16122 /* The GNU C library defines this for functions which it implements
16123 to always fail with ENOSYS. Some functions are actually named
16124 something starting with __ and the normal name is an alias. */
16125 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16128 char (*f) () = $ac_func;
16137 return f != $ac_func;
16142 rm -f conftest.$ac_objext conftest$ac_exeext
16143 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16144 (eval $ac_link) 2>conftest.er1
16146 grep -v '^ *+' conftest.er1 >conftest.err
16148 cat conftest.err >&5
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); } &&
16151 { ac_try='test -z "$ac_c_werror_flag"
16152 || test ! -s conftest.err'
16153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16154 (eval $ac_try) 2>&5
16156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16157 (exit $ac_status); }; } &&
16158 { ac_try='test -s conftest$ac_exeext'
16159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16160 (eval $ac_try) 2>&5
16162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16163 (exit $ac_status); }; }; then
16164 eval "$as_ac_var=yes"
16166 echo "$as_me: failed program was:" >&5
16167 sed 's/^/| /' conftest.$ac_ext >&5
16169 eval "$as_ac_var=no"
16171 rm -f conftest.err conftest.$ac_objext \
16172 conftest$ac_exeext conftest.$ac_ext
16174 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16175 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16176 if test `eval echo '${'$as_ac_var'}'` = yes; then
16177 cat >>confdefs.h <<_ACEOF
16178 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16185 for ac_func in socketpair
16187 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16188 echo "$as_me:$LINENO: checking for $ac_func" >&5
16189 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16190 if eval "test \"\${$as_ac_var+set}\" = set"; then
16191 echo $ECHO_N "(cached) $ECHO_C" >&6
16193 cat >conftest.$ac_ext <<_ACEOF
16196 cat confdefs.h >>conftest.$ac_ext
16197 cat >>conftest.$ac_ext <<_ACEOF
16198 /* end confdefs.h. */
16199 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16200 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16201 #define $ac_func innocuous_$ac_func
16203 /* System header to define __stub macros and hopefully few prototypes,
16204 which can conflict with char $ac_func (); below.
16205 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16206 <limits.h> exists even on freestanding compilers. */
16209 # include <limits.h>
16211 # include <assert.h>
16216 /* Override any gcc2 internal prototype to avoid an error. */
16221 /* We use char because int might match the return type of a gcc2
16222 builtin and then its argument prototype would still apply. */
16224 /* The GNU C library defines this for functions which it implements
16225 to always fail with ENOSYS. Some functions are actually named
16226 something starting with __ and the normal name is an alias. */
16227 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16230 char (*f) () = $ac_func;
16239 return f != $ac_func;
16244 rm -f conftest.$ac_objext conftest$ac_exeext
16245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16246 (eval $ac_link) 2>conftest.er1
16248 grep -v '^ *+' conftest.er1 >conftest.err
16250 cat conftest.err >&5
16251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16252 (exit $ac_status); } &&
16253 { ac_try='test -z "$ac_c_werror_flag"
16254 || test ! -s conftest.err'
16255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16256 (eval $ac_try) 2>&5
16258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16259 (exit $ac_status); }; } &&
16260 { ac_try='test -s conftest$ac_exeext'
16261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16262 (eval $ac_try) 2>&5
16264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16265 (exit $ac_status); }; }; then
16266 eval "$as_ac_var=yes"
16268 echo "$as_me: failed program was:" >&5
16269 sed 's/^/| /' conftest.$ac_ext >&5
16271 eval "$as_ac_var=no"
16273 rm -f conftest.err conftest.$ac_objext \
16274 conftest$ac_exeext conftest.$ac_ext
16276 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16277 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16278 if test `eval echo '${'$as_ac_var'}'` = yes; then
16279 cat >>confdefs.h <<_ACEOF
16280 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16287 for ac_func in syscall
16289 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16290 echo "$as_me:$LINENO: checking for $ac_func" >&5
16291 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16292 if eval "test \"\${$as_ac_var+set}\" = set"; then
16293 echo $ECHO_N "(cached) $ECHO_C" >&6
16295 cat >conftest.$ac_ext <<_ACEOF
16298 cat confdefs.h >>conftest.$ac_ext
16299 cat >>conftest.$ac_ext <<_ACEOF
16300 /* end confdefs.h. */
16301 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16302 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16303 #define $ac_func innocuous_$ac_func
16305 /* System header to define __stub macros and hopefully few prototypes,
16306 which can conflict with char $ac_func (); below.
16307 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16308 <limits.h> exists even on freestanding compilers. */
16311 # include <limits.h>
16313 # include <assert.h>
16318 /* Override any gcc2 internal prototype to avoid an error. */
16323 /* We use char because int might match the return type of a gcc2
16324 builtin and then its argument prototype would still apply. */
16326 /* The GNU C library defines this for functions which it implements
16327 to always fail with ENOSYS. Some functions are actually named
16328 something starting with __ and the normal name is an alias. */
16329 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16332 char (*f) () = $ac_func;
16341 return f != $ac_func;
16346 rm -f conftest.$ac_objext conftest$ac_exeext
16347 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16348 (eval $ac_link) 2>conftest.er1
16350 grep -v '^ *+' conftest.er1 >conftest.err
16352 cat conftest.err >&5
16353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16354 (exit $ac_status); } &&
16355 { ac_try='test -z "$ac_c_werror_flag"
16356 || test ! -s conftest.err'
16357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16358 (eval $ac_try) 2>&5
16360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16361 (exit $ac_status); }; } &&
16362 { ac_try='test -s conftest$ac_exeext'
16363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16364 (eval $ac_try) 2>&5
16366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16367 (exit $ac_status); }; }; then
16368 eval "$as_ac_var=yes"
16370 echo "$as_me: failed program was:" >&5
16371 sed 's/^/| /' conftest.$ac_ext >&5
16373 eval "$as_ac_var=no"
16375 rm -f conftest.err conftest.$ac_objext \
16376 conftest$ac_exeext conftest.$ac_ext
16378 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16379 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16380 if test `eval echo '${'$as_ac_var'}'` = yes; then
16381 cat >>confdefs.h <<_ACEOF
16382 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16389 for ac_func in ttrace
16391 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16392 echo "$as_me:$LINENO: checking for $ac_func" >&5
16393 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16394 if eval "test \"\${$as_ac_var+set}\" = set"; then
16395 echo $ECHO_N "(cached) $ECHO_C" >&6
16397 cat >conftest.$ac_ext <<_ACEOF
16400 cat confdefs.h >>conftest.$ac_ext
16401 cat >>conftest.$ac_ext <<_ACEOF
16402 /* end confdefs.h. */
16403 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16404 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16405 #define $ac_func innocuous_$ac_func
16407 /* System header to define __stub macros and hopefully few prototypes,
16408 which can conflict with char $ac_func (); below.
16409 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16410 <limits.h> exists even on freestanding compilers. */
16413 # include <limits.h>
16415 # include <assert.h>
16420 /* Override any gcc2 internal prototype to avoid an error. */
16425 /* We use char because int might match the return type of a gcc2
16426 builtin and then its argument prototype would still apply. */
16428 /* The GNU C library defines this for functions which it implements
16429 to always fail with ENOSYS. Some functions are actually named
16430 something starting with __ and the normal name is an alias. */
16431 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16434 char (*f) () = $ac_func;
16443 return f != $ac_func;
16448 rm -f conftest.$ac_objext conftest$ac_exeext
16449 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16450 (eval $ac_link) 2>conftest.er1
16452 grep -v '^ *+' conftest.er1 >conftest.err
16454 cat conftest.err >&5
16455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16456 (exit $ac_status); } &&
16457 { ac_try='test -z "$ac_c_werror_flag"
16458 || test ! -s conftest.err'
16459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16460 (eval $ac_try) 2>&5
16462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16463 (exit $ac_status); }; } &&
16464 { ac_try='test -s conftest$ac_exeext'
16465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16466 (eval $ac_try) 2>&5
16468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16469 (exit $ac_status); }; }; then
16470 eval "$as_ac_var=yes"
16472 echo "$as_me: failed program was:" >&5
16473 sed 's/^/| /' conftest.$ac_ext >&5
16475 eval "$as_ac_var=no"
16477 rm -f conftest.err conftest.$ac_objext \
16478 conftest$ac_exeext conftest.$ac_ext
16480 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16481 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16482 if test `eval echo '${'$as_ac_var'}'` = yes; then
16483 cat >>confdefs.h <<_ACEOF
16484 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16491 for ac_func in wborder
16493 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16494 echo "$as_me:$LINENO: checking for $ac_func" >&5
16495 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16496 if eval "test \"\${$as_ac_var+set}\" = set"; then
16497 echo $ECHO_N "(cached) $ECHO_C" >&6
16499 cat >conftest.$ac_ext <<_ACEOF
16502 cat confdefs.h >>conftest.$ac_ext
16503 cat >>conftest.$ac_ext <<_ACEOF
16504 /* end confdefs.h. */
16505 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16506 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16507 #define $ac_func innocuous_$ac_func
16509 /* System header to define __stub macros and hopefully few prototypes,
16510 which can conflict with char $ac_func (); below.
16511 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16512 <limits.h> exists even on freestanding compilers. */
16515 # include <limits.h>
16517 # include <assert.h>
16522 /* Override any gcc2 internal prototype to avoid an error. */
16527 /* We use char because int might match the return type of a gcc2
16528 builtin and then its argument prototype would still apply. */
16530 /* The GNU C library defines this for functions which it implements
16531 to always fail with ENOSYS. Some functions are actually named
16532 something starting with __ and the normal name is an alias. */
16533 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16536 char (*f) () = $ac_func;
16545 return f != $ac_func;
16550 rm -f conftest.$ac_objext conftest$ac_exeext
16551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16552 (eval $ac_link) 2>conftest.er1
16554 grep -v '^ *+' conftest.er1 >conftest.err
16556 cat conftest.err >&5
16557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16558 (exit $ac_status); } &&
16559 { ac_try='test -z "$ac_c_werror_flag"
16560 || test ! -s conftest.err'
16561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16562 (eval $ac_try) 2>&5
16564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16565 (exit $ac_status); }; } &&
16566 { ac_try='test -s conftest$ac_exeext'
16567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16568 (eval $ac_try) 2>&5
16570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16571 (exit $ac_status); }; }; then
16572 eval "$as_ac_var=yes"
16574 echo "$as_me: failed program was:" >&5
16575 sed 's/^/| /' conftest.$ac_ext >&5
16577 eval "$as_ac_var=no"
16579 rm -f conftest.err conftest.$ac_objext \
16580 conftest$ac_exeext conftest.$ac_ext
16582 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16583 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16584 if test `eval echo '${'$as_ac_var'}'` = yes; then
16585 cat >>confdefs.h <<_ACEOF
16586 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16593 # Check the return and argument types of ptrace. No canned test for
16594 # this, so roll our own.
16595 gdb_ptrace_headers='
16596 #if HAVE_SYS_TYPES_H
16597 # include <sys/types.h>
16599 #if HAVE_SYS_PTRACE_H
16600 # include <sys/ptrace.h>
16603 # include <unistd.h>
16606 # There is no point in checking if we don't have a prototype.
16607 echo "$as_me:$LINENO: checking whether ptrace is declared" >&5
16608 echo $ECHO_N "checking whether ptrace is declared... $ECHO_C" >&6
16609 if test "${ac_cv_have_decl_ptrace+set}" = set; then
16610 echo $ECHO_N "(cached) $ECHO_C" >&6
16612 cat >conftest.$ac_ext <<_ACEOF
16615 cat confdefs.h >>conftest.$ac_ext
16616 cat >>conftest.$ac_ext <<_ACEOF
16617 /* end confdefs.h. */
16618 $gdb_ptrace_headers
16624 char *p = (char *) ptrace;
16631 rm -f conftest.$ac_objext
16632 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16633 (eval $ac_compile) 2>conftest.er1
16635 grep -v '^ *+' conftest.er1 >conftest.err
16637 cat conftest.err >&5
16638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16639 (exit $ac_status); } &&
16640 { ac_try='test -z "$ac_c_werror_flag"
16641 || test ! -s conftest.err'
16642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16643 (eval $ac_try) 2>&5
16645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16646 (exit $ac_status); }; } &&
16647 { ac_try='test -s conftest.$ac_objext'
16648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16649 (eval $ac_try) 2>&5
16651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); }; }; then
16653 ac_cv_have_decl_ptrace=yes
16655 echo "$as_me: failed program was:" >&5
16656 sed 's/^/| /' conftest.$ac_ext >&5
16658 ac_cv_have_decl_ptrace=no
16660 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16662 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ptrace" >&5
16663 echo "${ECHO_T}$ac_cv_have_decl_ptrace" >&6
16664 if test $ac_cv_have_decl_ptrace = yes; then
16666 cat >>confdefs.h <<_ACEOF
16667 #define HAVE_DECL_PTRACE 1
16672 cat >>confdefs.h <<_ACEOF
16673 #define HAVE_DECL_PTRACE 0
16677 : ${gdb_cv_func_ptrace_ret='int'}
16678 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
16683 # Check return type.
16684 echo "$as_me:$LINENO: checking return type of ptrace" >&5
16685 echo $ECHO_N "checking return type of ptrace... $ECHO_C" >&6
16686 if test "${gdb_cv_func_ptrace_ret+set}" = set; then
16687 echo $ECHO_N "(cached) $ECHO_C" >&6
16689 cat >conftest.$ac_ext <<_ACEOF
16692 cat confdefs.h >>conftest.$ac_ext
16693 cat >>conftest.$ac_ext <<_ACEOF
16694 /* end confdefs.h. */
16695 $gdb_ptrace_headers
16699 extern int ptrace ();
16704 rm -f conftest.$ac_objext
16705 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16706 (eval $ac_compile) 2>conftest.er1
16708 grep -v '^ *+' conftest.er1 >conftest.err
16710 cat conftest.err >&5
16711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16712 (exit $ac_status); } &&
16713 { ac_try='test -z "$ac_c_werror_flag"
16714 || test ! -s conftest.err'
16715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16716 (eval $ac_try) 2>&5
16718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); }; } &&
16720 { ac_try='test -s conftest.$ac_objext'
16721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16722 (eval $ac_try) 2>&5
16724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725 (exit $ac_status); }; }; then
16726 gdb_cv_func_ptrace_ret='int'
16728 echo "$as_me: failed program was:" >&5
16729 sed 's/^/| /' conftest.$ac_ext >&5
16731 gdb_cv_func_ptrace_ret='long'
16733 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16735 echo "$as_me:$LINENO: result: $gdb_cv_func_ptrace_ret" >&5
16736 echo "${ECHO_T}$gdb_cv_func_ptrace_ret" >&6
16738 cat >>confdefs.h <<_ACEOF
16739 #define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
16742 # Check argument types.
16743 echo "$as_me:$LINENO: checking types of arguments for ptrace" >&5
16744 echo $ECHO_N "checking types of arguments for ptrace... $ECHO_C" >&6
16745 if test "${gdb_cv_func_ptrace_args+set}" = set; then
16746 echo $ECHO_N "(cached) $ECHO_C" >&6
16749 for gdb_arg1 in 'int' 'long'; do
16750 for gdb_arg2 in 'pid_t' 'int' 'long'; do
16751 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long'; do
16752 for gdb_arg4 in 'int' 'long'; do
16753 cat >conftest.$ac_ext <<_ACEOF
16756 cat confdefs.h >>conftest.$ac_ext
16757 cat >>conftest.$ac_ext <<_ACEOF
16758 /* end confdefs.h. */
16759 $gdb_ptrace_headers
16764 extern $gdb_cv_func_ptrace_ret
16765 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
16771 rm -f conftest.$ac_objext
16772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16773 (eval $ac_compile) 2>conftest.er1
16775 grep -v '^ *+' conftest.er1 >conftest.err
16777 cat conftest.err >&5
16778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779 (exit $ac_status); } &&
16780 { ac_try='test -z "$ac_c_werror_flag"
16781 || test ! -s conftest.err'
16782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16783 (eval $ac_try) 2>&5
16785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786 (exit $ac_status); }; } &&
16787 { ac_try='test -s conftest.$ac_objext'
16788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16789 (eval $ac_try) 2>&5
16791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16792 (exit $ac_status); }; }; then
16793 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
16796 echo "$as_me: failed program was:" >&5
16797 sed 's/^/| /' conftest.$ac_ext >&5
16800 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16801 for gdb_arg5 in 'int *' 'int' 'long'; do
16802 cat >conftest.$ac_ext <<_ACEOF
16805 cat confdefs.h >>conftest.$ac_ext
16806 cat >>conftest.$ac_ext <<_ACEOF
16807 /* end confdefs.h. */
16808 $gdb_ptrace_headers
16813 extern $gdb_cv_func_ptrace_ret
16814 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
16820 rm -f conftest.$ac_objext
16821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16822 (eval $ac_compile) 2>conftest.er1
16824 grep -v '^ *+' conftest.er1 >conftest.err
16826 cat conftest.err >&5
16827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16828 (exit $ac_status); } &&
16829 { ac_try='test -z "$ac_c_werror_flag"
16830 || test ! -s conftest.err'
16831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16832 (eval $ac_try) 2>&5
16834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16835 (exit $ac_status); }; } &&
16836 { ac_try='test -s conftest.$ac_objext'
16837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16838 (eval $ac_try) 2>&5
16840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16841 (exit $ac_status); }; }; then
16843 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
16846 echo "$as_me: failed program was:" >&5
16847 sed 's/^/| /' conftest.$ac_ext >&5
16850 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16856 # Provide a safe default value.
16857 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
16860 echo "$as_me:$LINENO: result: $gdb_cv_func_ptrace_args" >&5
16861 echo "${ECHO_T}$gdb_cv_func_ptrace_args" >&6
16862 ac_save_IFS=$IFS; IFS=','
16863 set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
16867 cat >>confdefs.h <<_ACEOF
16868 #define PTRACE_TYPE_ARG3 $3
16871 if test -n "$5"; then
16873 cat >>confdefs.h <<_ACEOF
16874 #define PTRACE_TYPE_ARG5 $5
16879 if test "$cross_compiling" = no; then
16880 echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5
16881 echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6
16882 if test "${ac_cv_func_setpgrp_void+set}" = set; then
16883 echo $ECHO_N "(cached) $ECHO_C" >&6
16885 if test "$cross_compiling" = yes; then
16886 { { echo "$as_me:$LINENO: error: cannot check setpgrp when cross compiling" >&5
16887 echo "$as_me: error: cannot check setpgrp when cross compiling" >&2;}
16888 { (exit 1); exit 1; }; }
16890 cat >conftest.$ac_ext <<_ACEOF
16893 cat confdefs.h >>conftest.$ac_ext
16894 cat >>conftest.$ac_ext <<_ACEOF
16895 /* end confdefs.h. */
16897 # include <unistd.h>
16903 /* If this system has a BSD-style setpgrp which takes arguments,
16904 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
16905 exit successfully. */
16906 exit (setpgrp (1,1) == -1 ? 0 : 1);
16911 rm -f conftest$ac_exeext
16912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16913 (eval $ac_link) 2>&5
16915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16916 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16918 (eval $ac_try) 2>&5
16920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16921 (exit $ac_status); }; }; then
16922 ac_cv_func_setpgrp_void=no
16924 echo "$as_me: program exited with status $ac_status" >&5
16925 echo "$as_me: failed program was:" >&5
16926 sed 's/^/| /' conftest.$ac_ext >&5
16928 ( exit $ac_status )
16929 ac_cv_func_setpgrp_void=yes
16931 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16934 echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
16935 echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6
16936 if test $ac_cv_func_setpgrp_void = yes; then
16938 cat >>confdefs.h <<\_ACEOF
16939 #define SETPGRP_VOID 1
16945 echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5
16946 echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6
16947 if test "${ac_cv_func_setpgrp_void+set}" = set; then
16948 echo $ECHO_N "(cached) $ECHO_C" >&6
16950 cat >conftest.$ac_ext <<_ACEOF
16953 cat confdefs.h >>conftest.$ac_ext
16954 cat >>conftest.$ac_ext <<_ACEOF
16955 /* end confdefs.h. */
16957 #include <unistd.h>
16963 if (setpgrp(1,1) == -1)
16972 rm -f conftest.$ac_objext
16973 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16974 (eval $ac_compile) 2>conftest.er1
16976 grep -v '^ *+' conftest.er1 >conftest.err
16978 cat conftest.err >&5
16979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16980 (exit $ac_status); } &&
16981 { ac_try='test -z "$ac_c_werror_flag"
16982 || test ! -s conftest.err'
16983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16984 (eval $ac_try) 2>&5
16986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16987 (exit $ac_status); }; } &&
16988 { ac_try='test -s conftest.$ac_objext'
16989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16990 (eval $ac_try) 2>&5
16992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16993 (exit $ac_status); }; }; then
16994 ac_cv_func_setpgrp_void=no
16996 echo "$as_me: failed program was:" >&5
16997 sed 's/^/| /' conftest.$ac_ext >&5
16999 ac_cv_func_setpgrp_void=yes
17001 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17003 echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
17004 echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6
17005 if test $ac_cv_func_setpgrp_void = yes; then
17006 cat >>confdefs.h <<\_ACEOF
17007 #define SETPGRP_VOID 1
17013 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
17014 # since sigsetjmp might only be defined as a macro.
17015 echo "$as_me:$LINENO: checking for sigsetjmp" >&5
17016 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6
17017 if test "${gdb_cv_func_sigsetjmp+set}" = set; then
17018 echo $ECHO_N "(cached) $ECHO_C" >&6
17020 cat >conftest.$ac_ext <<_ACEOF
17023 cat confdefs.h >>conftest.$ac_ext
17024 cat >>conftest.$ac_ext <<_ACEOF
17025 /* end confdefs.h. */
17027 #include <setjmp.h>
17032 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
17037 rm -f conftest.$ac_objext
17038 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17039 (eval $ac_compile) 2>conftest.er1
17041 grep -v '^ *+' conftest.er1 >conftest.err
17043 cat conftest.err >&5
17044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17045 (exit $ac_status); } &&
17046 { ac_try='test -z "$ac_c_werror_flag"
17047 || test ! -s conftest.err'
17048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17049 (eval $ac_try) 2>&5
17051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17052 (exit $ac_status); }; } &&
17053 { ac_try='test -s conftest.$ac_objext'
17054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17055 (eval $ac_try) 2>&5
17057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17058 (exit $ac_status); }; }; then
17059 gdb_cv_func_sigsetjmp=yes
17061 echo "$as_me: failed program was:" >&5
17062 sed 's/^/| /' conftest.$ac_ext >&5
17064 gdb_cv_func_sigsetjmp=no
17066 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17068 echo "$as_me:$LINENO: result: $gdb_cv_func_sigsetjmp" >&5
17069 echo "${ECHO_T}$gdb_cv_func_sigsetjmp" >&6
17070 if test $gdb_cv_func_sigsetjmp = yes; then
17072 cat >>confdefs.h <<\_ACEOF
17073 #define HAVE_SIGSETJMP 1
17078 # Assume we'll default to using the included libiberty regex.
17079 gdb_use_included_regex=yes
17081 # However, if the system regex is GNU regex, then default to *not*
17082 # using the included regex.
17083 echo "$as_me:$LINENO: checking for GNU regex" >&5
17084 echo $ECHO_N "checking for GNU regex... $ECHO_C" >&6
17085 if test "${gdb_cv_have_gnu_regex+set}" = set; then
17086 echo $ECHO_N "(cached) $ECHO_C" >&6
17088 cat >conftest.$ac_ext <<_ACEOF
17091 cat confdefs.h >>conftest.$ac_ext
17092 cat >>conftest.$ac_ext <<_ACEOF
17093 /* end confdefs.h. */
17094 #include <gnu-versions.h>
17098 #define REGEX_INTERFACE_VERSION 1
17099 #if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
17100 # error "Version mismatch"
17106 rm -f conftest.$ac_objext
17107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17108 (eval $ac_compile) 2>conftest.er1
17110 grep -v '^ *+' conftest.er1 >conftest.err
17112 cat conftest.err >&5
17113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17114 (exit $ac_status); } &&
17115 { ac_try='test -z "$ac_c_werror_flag"
17116 || test ! -s conftest.err'
17117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17118 (eval $ac_try) 2>&5
17120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17121 (exit $ac_status); }; } &&
17122 { ac_try='test -s conftest.$ac_objext'
17123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17124 (eval $ac_try) 2>&5
17126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17127 (exit $ac_status); }; }; then
17128 gdb_cv_have_gnu_regex=yes
17130 echo "$as_me: failed program was:" >&5
17131 sed 's/^/| /' conftest.$ac_ext >&5
17133 gdb_cv_have_gnu_regex=no
17135 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17137 echo "$as_me:$LINENO: result: $gdb_cv_have_gnu_regex" >&5
17138 echo "${ECHO_T}$gdb_cv_have_gnu_regex" >&6
17139 if test $gdb_cv_have_gnu_regex = yes; then
17140 gdb_use_included_regex=no
17144 # Check whether --with-included-regex or --without-included-regex was given.
17145 if test "${with_included_regex+set}" = set; then
17146 withval="$with_included_regex"
17147 gdb_with_regex=$withval
17149 gdb_with_regex=$gdb_use_included_regex
17151 if test "$gdb_with_regex" = yes; then
17153 cat >>confdefs.h <<\_ACEOF
17154 #define USE_INCLUDED_REGEX 1
17159 # Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
17160 echo "$as_me:$LINENO: checking for struct thread.td_pcb" >&5
17161 echo $ECHO_N "checking for struct thread.td_pcb... $ECHO_C" >&6
17162 if test "${ac_cv_member_struct_thread_td_pcb+set}" = set; then
17163 echo $ECHO_N "(cached) $ECHO_C" >&6
17165 cat >conftest.$ac_ext <<_ACEOF
17168 cat confdefs.h >>conftest.$ac_ext
17169 cat >>conftest.$ac_ext <<_ACEOF
17170 /* end confdefs.h. */
17171 #include <sys/param.h>
17172 #include <sys/proc.h>
17178 static struct thread ac_aggr;
17179 if (ac_aggr.td_pcb)
17185 rm -f conftest.$ac_objext
17186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17187 (eval $ac_compile) 2>conftest.er1
17189 grep -v '^ *+' conftest.er1 >conftest.err
17191 cat conftest.err >&5
17192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17193 (exit $ac_status); } &&
17194 { ac_try='test -z "$ac_c_werror_flag"
17195 || test ! -s conftest.err'
17196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17197 (eval $ac_try) 2>&5
17199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17200 (exit $ac_status); }; } &&
17201 { ac_try='test -s conftest.$ac_objext'
17202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17203 (eval $ac_try) 2>&5
17205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17206 (exit $ac_status); }; }; then
17207 ac_cv_member_struct_thread_td_pcb=yes
17209 echo "$as_me: failed program was:" >&5
17210 sed 's/^/| /' conftest.$ac_ext >&5
17212 cat >conftest.$ac_ext <<_ACEOF
17215 cat confdefs.h >>conftest.$ac_ext
17216 cat >>conftest.$ac_ext <<_ACEOF
17217 /* end confdefs.h. */
17218 #include <sys/param.h>
17219 #include <sys/proc.h>
17225 static struct thread ac_aggr;
17226 if (sizeof ac_aggr.td_pcb)
17232 rm -f conftest.$ac_objext
17233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17234 (eval $ac_compile) 2>conftest.er1
17236 grep -v '^ *+' conftest.er1 >conftest.err
17238 cat conftest.err >&5
17239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17240 (exit $ac_status); } &&
17241 { ac_try='test -z "$ac_c_werror_flag"
17242 || test ! -s conftest.err'
17243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17244 (eval $ac_try) 2>&5
17246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17247 (exit $ac_status); }; } &&
17248 { ac_try='test -s conftest.$ac_objext'
17249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17250 (eval $ac_try) 2>&5
17252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17253 (exit $ac_status); }; }; then
17254 ac_cv_member_struct_thread_td_pcb=yes
17256 echo "$as_me: failed program was:" >&5
17257 sed 's/^/| /' conftest.$ac_ext >&5
17259 ac_cv_member_struct_thread_td_pcb=no
17261 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17263 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17265 echo "$as_me:$LINENO: result: $ac_cv_member_struct_thread_td_pcb" >&5
17266 echo "${ECHO_T}$ac_cv_member_struct_thread_td_pcb" >&6
17267 if test $ac_cv_member_struct_thread_td_pcb = yes; then
17269 cat >>confdefs.h <<_ACEOF
17270 #define HAVE_STRUCT_THREAD_TD_PCB 1
17277 # See if <sys/lwp.h> defines `struct lwp`.
17278 echo "$as_me:$LINENO: checking for struct lwp" >&5
17279 echo $ECHO_N "checking for struct lwp... $ECHO_C" >&6
17280 if test "${gdb_cv_struct_lwp+set}" = set; then
17281 echo $ECHO_N "(cached) $ECHO_C" >&6
17283 cat >conftest.$ac_ext <<_ACEOF
17286 cat confdefs.h >>conftest.$ac_ext
17287 cat >>conftest.$ac_ext <<_ACEOF
17288 /* end confdefs.h. */
17289 #include <sys/param.h>
17290 #include <sys/lwp.h>
17299 rm -f conftest.$ac_objext
17300 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17301 (eval $ac_compile) 2>conftest.er1
17303 grep -v '^ *+' conftest.er1 >conftest.err
17305 cat conftest.err >&5
17306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17307 (exit $ac_status); } &&
17308 { ac_try='test -z "$ac_c_werror_flag"
17309 || test ! -s conftest.err'
17310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17311 (eval $ac_try) 2>&5
17313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17314 (exit $ac_status); }; } &&
17315 { ac_try='test -s conftest.$ac_objext'
17316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17317 (eval $ac_try) 2>&5
17319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17320 (exit $ac_status); }; }; then
17321 gdb_cv_struct_lwp=yes
17323 echo "$as_me: failed program was:" >&5
17324 sed 's/^/| /' conftest.$ac_ext >&5
17326 gdb_cv_struct_lwp=no
17328 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17330 echo "$as_me:$LINENO: result: $gdb_cv_struct_lwp" >&5
17331 echo "${ECHO_T}$gdb_cv_struct_lwp" >&6
17332 if test $gdb_cv_struct_lwp = yes; then
17334 cat >>confdefs.h <<\_ACEOF
17335 #define HAVE_STRUCT_LWP 1
17340 # See if <machine/reg.h> degines `struct reg'.
17341 echo "$as_me:$LINENO: checking for struct reg in machine/reg.h" >&5
17342 echo $ECHO_N "checking for struct reg in machine/reg.h... $ECHO_C" >&6
17343 if test "${gdb_cv_struct_reg+set}" = set; then
17344 echo $ECHO_N "(cached) $ECHO_C" >&6
17346 cat >conftest.$ac_ext <<_ACEOF
17349 cat confdefs.h >>conftest.$ac_ext
17350 cat >>conftest.$ac_ext <<_ACEOF
17351 /* end confdefs.h. */
17352 #include <sys/types.h>
17353 #include <machine/reg.h>
17362 rm -f conftest.$ac_objext
17363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17364 (eval $ac_compile) 2>conftest.er1
17366 grep -v '^ *+' conftest.er1 >conftest.err
17368 cat conftest.err >&5
17369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17370 (exit $ac_status); } &&
17371 { ac_try='test -z "$ac_c_werror_flag"
17372 || test ! -s conftest.err'
17373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17374 (eval $ac_try) 2>&5
17376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17377 (exit $ac_status); }; } &&
17378 { ac_try='test -s conftest.$ac_objext'
17379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17380 (eval $ac_try) 2>&5
17382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17383 (exit $ac_status); }; }; then
17384 gdb_cv_struct_reg=yes
17386 echo "$as_me: failed program was:" >&5
17387 sed 's/^/| /' conftest.$ac_ext >&5
17389 gdb_cv_struct_reg=no
17391 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17393 echo "$as_me:$LINENO: result: $gdb_cv_struct_reg" >&5
17394 echo "${ECHO_T}$gdb_cv_struct_reg" >&6
17395 if test $gdb_cv_struct_reg = yes; then
17397 cat >>confdefs.h <<\_ACEOF
17398 #define HAVE_STRUCT_REG 1
17403 # See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
17404 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
17405 echo "$as_me:$LINENO: checking for struct reg.r_fs" >&5
17406 echo $ECHO_N "checking for struct reg.r_fs... $ECHO_C" >&6
17407 if test "${ac_cv_member_struct_reg_r_fs+set}" = set; then
17408 echo $ECHO_N "(cached) $ECHO_C" >&6
17410 cat >conftest.$ac_ext <<_ACEOF
17413 cat confdefs.h >>conftest.$ac_ext
17414 cat >>conftest.$ac_ext <<_ACEOF
17415 /* end confdefs.h. */
17416 #include <machine/reg.h>
17421 static struct reg ac_aggr;
17428 rm -f conftest.$ac_objext
17429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17430 (eval $ac_compile) 2>conftest.er1
17432 grep -v '^ *+' conftest.er1 >conftest.err
17434 cat conftest.err >&5
17435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436 (exit $ac_status); } &&
17437 { ac_try='test -z "$ac_c_werror_flag"
17438 || test ! -s conftest.err'
17439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17440 (eval $ac_try) 2>&5
17442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17443 (exit $ac_status); }; } &&
17444 { ac_try='test -s conftest.$ac_objext'
17445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17446 (eval $ac_try) 2>&5
17448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17449 (exit $ac_status); }; }; then
17450 ac_cv_member_struct_reg_r_fs=yes
17452 echo "$as_me: failed program was:" >&5
17453 sed 's/^/| /' conftest.$ac_ext >&5
17455 cat >conftest.$ac_ext <<_ACEOF
17458 cat confdefs.h >>conftest.$ac_ext
17459 cat >>conftest.$ac_ext <<_ACEOF
17460 /* end confdefs.h. */
17461 #include <machine/reg.h>
17466 static struct reg ac_aggr;
17467 if (sizeof ac_aggr.r_fs)
17473 rm -f conftest.$ac_objext
17474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17475 (eval $ac_compile) 2>conftest.er1
17477 grep -v '^ *+' conftest.er1 >conftest.err
17479 cat conftest.err >&5
17480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17481 (exit $ac_status); } &&
17482 { ac_try='test -z "$ac_c_werror_flag"
17483 || test ! -s conftest.err'
17484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17485 (eval $ac_try) 2>&5
17487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17488 (exit $ac_status); }; } &&
17489 { ac_try='test -s conftest.$ac_objext'
17490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17491 (eval $ac_try) 2>&5
17493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17494 (exit $ac_status); }; }; then
17495 ac_cv_member_struct_reg_r_fs=yes
17497 echo "$as_me: failed program was:" >&5
17498 sed 's/^/| /' conftest.$ac_ext >&5
17500 ac_cv_member_struct_reg_r_fs=no
17502 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17504 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17506 echo "$as_me:$LINENO: result: $ac_cv_member_struct_reg_r_fs" >&5
17507 echo "${ECHO_T}$ac_cv_member_struct_reg_r_fs" >&6
17508 if test $ac_cv_member_struct_reg_r_fs = yes; then
17510 cat >>confdefs.h <<_ACEOF
17511 #define HAVE_STRUCT_REG_R_FS 1
17516 echo "$as_me:$LINENO: checking for struct reg.r_gs" >&5
17517 echo $ECHO_N "checking for struct reg.r_gs... $ECHO_C" >&6
17518 if test "${ac_cv_member_struct_reg_r_gs+set}" = set; then
17519 echo $ECHO_N "(cached) $ECHO_C" >&6
17521 cat >conftest.$ac_ext <<_ACEOF
17524 cat confdefs.h >>conftest.$ac_ext
17525 cat >>conftest.$ac_ext <<_ACEOF
17526 /* end confdefs.h. */
17527 #include <machine/reg.h>
17532 static struct reg ac_aggr;
17539 rm -f conftest.$ac_objext
17540 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17541 (eval $ac_compile) 2>conftest.er1
17543 grep -v '^ *+' conftest.er1 >conftest.err
17545 cat conftest.err >&5
17546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17547 (exit $ac_status); } &&
17548 { ac_try='test -z "$ac_c_werror_flag"
17549 || test ! -s conftest.err'
17550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17551 (eval $ac_try) 2>&5
17553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17554 (exit $ac_status); }; } &&
17555 { ac_try='test -s conftest.$ac_objext'
17556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17557 (eval $ac_try) 2>&5
17559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17560 (exit $ac_status); }; }; then
17561 ac_cv_member_struct_reg_r_gs=yes
17563 echo "$as_me: failed program was:" >&5
17564 sed 's/^/| /' conftest.$ac_ext >&5
17566 cat >conftest.$ac_ext <<_ACEOF
17569 cat confdefs.h >>conftest.$ac_ext
17570 cat >>conftest.$ac_ext <<_ACEOF
17571 /* end confdefs.h. */
17572 #include <machine/reg.h>
17577 static struct reg ac_aggr;
17578 if (sizeof ac_aggr.r_gs)
17584 rm -f conftest.$ac_objext
17585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17586 (eval $ac_compile) 2>conftest.er1
17588 grep -v '^ *+' conftest.er1 >conftest.err
17590 cat conftest.err >&5
17591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17592 (exit $ac_status); } &&
17593 { ac_try='test -z "$ac_c_werror_flag"
17594 || test ! -s conftest.err'
17595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17596 (eval $ac_try) 2>&5
17598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17599 (exit $ac_status); }; } &&
17600 { ac_try='test -s conftest.$ac_objext'
17601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17602 (eval $ac_try) 2>&5
17604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605 (exit $ac_status); }; }; then
17606 ac_cv_member_struct_reg_r_gs=yes
17608 echo "$as_me: failed program was:" >&5
17609 sed 's/^/| /' conftest.$ac_ext >&5
17611 ac_cv_member_struct_reg_r_gs=no
17613 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17615 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17617 echo "$as_me:$LINENO: result: $ac_cv_member_struct_reg_r_gs" >&5
17618 echo "${ECHO_T}$ac_cv_member_struct_reg_r_gs" >&6
17619 if test $ac_cv_member_struct_reg_r_gs = yes; then
17621 cat >>confdefs.h <<_ACEOF
17622 #define HAVE_STRUCT_REG_R_GS 1
17629 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
17630 echo "$as_me:$LINENO: checking for PTRACE_GETREGS" >&5
17631 echo $ECHO_N "checking for PTRACE_GETREGS... $ECHO_C" >&6
17632 if test "${gdb_cv_have_ptrace_getregs+set}" = set; then
17633 echo $ECHO_N "(cached) $ECHO_C" >&6
17635 cat >conftest.$ac_ext <<_ACEOF
17638 cat confdefs.h >>conftest.$ac_ext
17639 cat >>conftest.$ac_ext <<_ACEOF
17640 /* end confdefs.h. */
17641 #include <sys/ptrace.h>
17650 rm -f conftest.$ac_objext
17651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17652 (eval $ac_compile) 2>conftest.er1
17654 grep -v '^ *+' conftest.er1 >conftest.err
17656 cat conftest.err >&5
17657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658 (exit $ac_status); } &&
17659 { ac_try='test -z "$ac_c_werror_flag"
17660 || test ! -s conftest.err'
17661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17662 (eval $ac_try) 2>&5
17664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17665 (exit $ac_status); }; } &&
17666 { ac_try='test -s conftest.$ac_objext'
17667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17668 (eval $ac_try) 2>&5
17670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); }; }; then
17672 gdb_cv_have_ptrace_getregs=yes
17674 echo "$as_me: failed program was:" >&5
17675 sed 's/^/| /' conftest.$ac_ext >&5
17677 gdb_cv_have_ptrace_getregs=no
17679 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17682 echo "$as_me:$LINENO: result: $gdb_cv_have_ptrace_getregs" >&5
17683 echo "${ECHO_T}$gdb_cv_have_ptrace_getregs" >&6
17684 if test $gdb_cv_have_ptrace_getregs = yes; then
17686 cat >>confdefs.h <<\_ACEOF
17687 #define HAVE_PTRACE_GETREGS 1
17692 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
17693 echo "$as_me:$LINENO: checking for PTRACE_GETFPXREGS" >&5
17694 echo $ECHO_N "checking for PTRACE_GETFPXREGS... $ECHO_C" >&6
17695 if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then
17696 echo $ECHO_N "(cached) $ECHO_C" >&6
17698 cat >conftest.$ac_ext <<_ACEOF
17701 cat confdefs.h >>conftest.$ac_ext
17702 cat >>conftest.$ac_ext <<_ACEOF
17703 /* end confdefs.h. */
17704 #include <sys/ptrace.h>
17713 rm -f conftest.$ac_objext
17714 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17715 (eval $ac_compile) 2>conftest.er1
17717 grep -v '^ *+' conftest.er1 >conftest.err
17719 cat conftest.err >&5
17720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17721 (exit $ac_status); } &&
17722 { ac_try='test -z "$ac_c_werror_flag"
17723 || test ! -s conftest.err'
17724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17725 (eval $ac_try) 2>&5
17727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17728 (exit $ac_status); }; } &&
17729 { ac_try='test -s conftest.$ac_objext'
17730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17731 (eval $ac_try) 2>&5
17733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17734 (exit $ac_status); }; }; then
17735 gdb_cv_have_ptrace_getfpxregs=yes
17737 echo "$as_me: failed program was:" >&5
17738 sed 's/^/| /' conftest.$ac_ext >&5
17740 gdb_cv_have_ptrace_getfpxregs=no
17742 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17745 echo "$as_me:$LINENO: result: $gdb_cv_have_ptrace_getfpxregs" >&5
17746 echo "${ECHO_T}$gdb_cv_have_ptrace_getfpxregs" >&6
17747 if test $gdb_cv_have_ptrace_getfpxregs = yes; then
17749 cat >>confdefs.h <<\_ACEOF
17750 #define HAVE_PTRACE_GETFPXREGS 1
17755 # See if <sys/ptrace.h> provides the PT_GETDBREGS request.
17756 echo "$as_me:$LINENO: checking for PT_GETDBREGS" >&5
17757 echo $ECHO_N "checking for PT_GETDBREGS... $ECHO_C" >&6
17758 if test "${gdb_cv_have_pt_getdbregs+set}" = set; then
17759 echo $ECHO_N "(cached) $ECHO_C" >&6
17761 cat >conftest.$ac_ext <<_ACEOF
17764 cat confdefs.h >>conftest.$ac_ext
17765 cat >>conftest.$ac_ext <<_ACEOF
17766 /* end confdefs.h. */
17767 #include <sys/types.h>
17768 #include <sys/ptrace.h>
17777 rm -f conftest.$ac_objext
17778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17779 (eval $ac_compile) 2>conftest.er1
17781 grep -v '^ *+' conftest.er1 >conftest.err
17783 cat conftest.err >&5
17784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17785 (exit $ac_status); } &&
17786 { ac_try='test -z "$ac_c_werror_flag"
17787 || test ! -s conftest.err'
17788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17789 (eval $ac_try) 2>&5
17791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17792 (exit $ac_status); }; } &&
17793 { ac_try='test -s conftest.$ac_objext'
17794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17795 (eval $ac_try) 2>&5
17797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17798 (exit $ac_status); }; }; then
17799 gdb_cv_have_pt_getdbregs=yes
17801 echo "$as_me: failed program was:" >&5
17802 sed 's/^/| /' conftest.$ac_ext >&5
17804 gdb_cv_have_pt_getdbregs=no
17806 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17809 echo "$as_me:$LINENO: result: $gdb_cv_have_pt_getdbregs" >&5
17810 echo "${ECHO_T}$gdb_cv_have_pt_getdbregs" >&6
17811 if test $gdb_cv_have_pt_getdbregs = yes; then
17813 cat >>confdefs.h <<\_ACEOF
17814 #define HAVE_PT_GETDBREGS 1
17819 # See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
17820 echo "$as_me:$LINENO: checking for PT_GETXMMREGS" >&5
17821 echo $ECHO_N "checking for PT_GETXMMREGS... $ECHO_C" >&6
17822 if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then
17823 echo $ECHO_N "(cached) $ECHO_C" >&6
17825 cat >conftest.$ac_ext <<_ACEOF
17828 cat confdefs.h >>conftest.$ac_ext
17829 cat >>conftest.$ac_ext <<_ACEOF
17830 /* end confdefs.h. */
17831 #include <sys/types.h>
17832 #include <sys/ptrace.h>
17841 rm -f conftest.$ac_objext
17842 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17843 (eval $ac_compile) 2>conftest.er1
17845 grep -v '^ *+' conftest.er1 >conftest.err
17847 cat conftest.err >&5
17848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17849 (exit $ac_status); } &&
17850 { ac_try='test -z "$ac_c_werror_flag"
17851 || test ! -s conftest.err'
17852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17853 (eval $ac_try) 2>&5
17855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17856 (exit $ac_status); }; } &&
17857 { ac_try='test -s conftest.$ac_objext'
17858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17859 (eval $ac_try) 2>&5
17861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17862 (exit $ac_status); }; }; then
17863 gdb_cv_have_pt_getxmmregs=yes
17865 echo "$as_me: failed program was:" >&5
17866 sed 's/^/| /' conftest.$ac_ext >&5
17868 gdb_cv_have_pt_getxmmregs=no
17870 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17873 echo "$as_me:$LINENO: result: $gdb_cv_have_pt_getxmmregs" >&5
17874 echo "${ECHO_T}$gdb_cv_have_pt_getxmmregs" >&6
17875 if test $gdb_cv_have_pt_getxmmregs = yes; then
17877 cat >>confdefs.h <<\_ACEOF
17878 #define HAVE_PT_GETXMMREGS 1
17883 # If we are configured native on GNU/Linux, work around problems with
17885 # Also detect which type of /proc is in use, such as for Unixware or Solaris.
17887 if test "${target}" = "${host}"; then
17889 i[3456]86-*-linux*)
17891 cat >>confdefs.h <<\_ACEOF
17892 #define START_INFERIOR_TRAPS_EXPECTED 2
17896 cat >>confdefs.h <<\_ACEOF
17897 #define sys_quotactl 1
17901 *-*-unixware* | *-*-sysv4.2* | *-*-sysv5* | *-*-interix* )
17903 cat >>confdefs.h <<\_ACEOF
17904 #define NEW_PROC_API 1
17908 *-*-solaris2.[6789] | *-*-solaris2.1[0-9])
17910 cat >>confdefs.h <<\_ACEOF
17911 #define NEW_PROC_API 1
17916 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
17918 cat >>confdefs.h <<\_ACEOF
17919 #define _KMEMUSER 1
17926 if test "$ac_cv_header_sys_procfs_h" = yes; then
17927 echo "$as_me:$LINENO: checking for pstatus_t in sys/procfs.h" >&5
17928 echo $ECHO_N "checking for pstatus_t in sys/procfs.h... $ECHO_C" >&6
17929 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then
17930 echo $ECHO_N "(cached) $ECHO_C" >&6
17932 cat >conftest.$ac_ext <<_ACEOF
17935 cat confdefs.h >>conftest.$ac_ext
17936 cat >>conftest.$ac_ext <<_ACEOF
17937 /* end confdefs.h. */
17940 #include <sys/procfs.h>
17949 rm -f conftest.$ac_objext
17950 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17951 (eval $ac_compile) 2>conftest.er1
17953 grep -v '^ *+' conftest.er1 >conftest.err
17955 cat conftest.err >&5
17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957 (exit $ac_status); } &&
17958 { ac_try='test -z "$ac_c_werror_flag"
17959 || test ! -s conftest.err'
17960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17961 (eval $ac_try) 2>&5
17963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17964 (exit $ac_status); }; } &&
17965 { ac_try='test -s conftest.$ac_objext'
17966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17967 (eval $ac_try) 2>&5
17969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17970 (exit $ac_status); }; }; then
17971 bfd_cv_have_sys_procfs_type_pstatus_t=yes
17973 echo "$as_me: failed program was:" >&5
17974 sed 's/^/| /' conftest.$ac_ext >&5
17976 bfd_cv_have_sys_procfs_type_pstatus_t=no
17979 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17982 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
17984 cat >>confdefs.h <<\_ACEOF
17985 #define HAVE_PSTATUS_T 1
17989 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
17990 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus_t" >&6
17992 echo "$as_me:$LINENO: checking for prrun_t in sys/procfs.h" >&5
17993 echo $ECHO_N "checking for prrun_t in sys/procfs.h... $ECHO_C" >&6
17994 if test "${bfd_cv_have_sys_procfs_type_prrun_t+set}" = set; then
17995 echo $ECHO_N "(cached) $ECHO_C" >&6
17997 cat >conftest.$ac_ext <<_ACEOF
18000 cat confdefs.h >>conftest.$ac_ext
18001 cat >>conftest.$ac_ext <<_ACEOF
18002 /* end confdefs.h. */
18005 #include <sys/procfs.h>
18014 rm -f conftest.$ac_objext
18015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18016 (eval $ac_compile) 2>conftest.er1
18018 grep -v '^ *+' conftest.er1 >conftest.err
18020 cat conftest.err >&5
18021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18022 (exit $ac_status); } &&
18023 { ac_try='test -z "$ac_c_werror_flag"
18024 || test ! -s conftest.err'
18025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18026 (eval $ac_try) 2>&5
18028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18029 (exit $ac_status); }; } &&
18030 { ac_try='test -s conftest.$ac_objext'
18031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18032 (eval $ac_try) 2>&5
18034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18035 (exit $ac_status); }; }; then
18036 bfd_cv_have_sys_procfs_type_prrun_t=yes
18038 echo "$as_me: failed program was:" >&5
18039 sed 's/^/| /' conftest.$ac_ext >&5
18041 bfd_cv_have_sys_procfs_type_prrun_t=no
18044 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18047 if test $bfd_cv_have_sys_procfs_type_prrun_t = yes; then
18049 cat >>confdefs.h <<\_ACEOF
18050 #define HAVE_PRRUN_T 1
18054 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prrun_t" >&5
18055 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prrun_t" >&6
18057 echo "$as_me:$LINENO: checking for gregset_t in sys/procfs.h" >&5
18058 echo $ECHO_N "checking for gregset_t in sys/procfs.h... $ECHO_C" >&6
18059 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then
18060 echo $ECHO_N "(cached) $ECHO_C" >&6
18062 cat >conftest.$ac_ext <<_ACEOF
18065 cat confdefs.h >>conftest.$ac_ext
18066 cat >>conftest.$ac_ext <<_ACEOF
18067 /* end confdefs.h. */
18070 #include <sys/procfs.h>
18079 rm -f conftest.$ac_objext
18080 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18081 (eval $ac_compile) 2>conftest.er1
18083 grep -v '^ *+' conftest.er1 >conftest.err
18085 cat conftest.err >&5
18086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18087 (exit $ac_status); } &&
18088 { ac_try='test -z "$ac_c_werror_flag"
18089 || test ! -s conftest.err'
18090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18091 (eval $ac_try) 2>&5
18093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18094 (exit $ac_status); }; } &&
18095 { ac_try='test -s conftest.$ac_objext'
18096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18097 (eval $ac_try) 2>&5
18099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18100 (exit $ac_status); }; }; then
18101 bfd_cv_have_sys_procfs_type_gregset_t=yes
18103 echo "$as_me: failed program was:" >&5
18104 sed 's/^/| /' conftest.$ac_ext >&5
18106 bfd_cv_have_sys_procfs_type_gregset_t=no
18109 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18112 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
18114 cat >>confdefs.h <<\_ACEOF
18115 #define HAVE_GREGSET_T 1
18119 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
18120 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_gregset_t" >&6
18122 echo "$as_me:$LINENO: checking for fpregset_t in sys/procfs.h" >&5
18123 echo $ECHO_N "checking for fpregset_t in sys/procfs.h... $ECHO_C" >&6
18124 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then
18125 echo $ECHO_N "(cached) $ECHO_C" >&6
18127 cat >conftest.$ac_ext <<_ACEOF
18130 cat confdefs.h >>conftest.$ac_ext
18131 cat >>conftest.$ac_ext <<_ACEOF
18132 /* end confdefs.h. */
18135 #include <sys/procfs.h>
18144 rm -f conftest.$ac_objext
18145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18146 (eval $ac_compile) 2>conftest.er1
18148 grep -v '^ *+' conftest.er1 >conftest.err
18150 cat conftest.err >&5
18151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18152 (exit $ac_status); } &&
18153 { ac_try='test -z "$ac_c_werror_flag"
18154 || test ! -s conftest.err'
18155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18156 (eval $ac_try) 2>&5
18158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18159 (exit $ac_status); }; } &&
18160 { ac_try='test -s conftest.$ac_objext'
18161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18162 (eval $ac_try) 2>&5
18164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18165 (exit $ac_status); }; }; then
18166 bfd_cv_have_sys_procfs_type_fpregset_t=yes
18168 echo "$as_me: failed program was:" >&5
18169 sed 's/^/| /' conftest.$ac_ext >&5
18171 bfd_cv_have_sys_procfs_type_fpregset_t=no
18174 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18177 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
18179 cat >>confdefs.h <<\_ACEOF
18180 #define HAVE_FPREGSET_T 1
18184 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
18185 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_fpregset_t" >&6
18187 echo "$as_me:$LINENO: checking for prgregset_t in sys/procfs.h" >&5
18188 echo $ECHO_N "checking for prgregset_t in sys/procfs.h... $ECHO_C" >&6
18189 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then
18190 echo $ECHO_N "(cached) $ECHO_C" >&6
18192 cat >conftest.$ac_ext <<_ACEOF
18195 cat confdefs.h >>conftest.$ac_ext
18196 cat >>conftest.$ac_ext <<_ACEOF
18197 /* end confdefs.h. */
18200 #include <sys/procfs.h>
18209 rm -f conftest.$ac_objext
18210 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18211 (eval $ac_compile) 2>conftest.er1
18213 grep -v '^ *+' conftest.er1 >conftest.err
18215 cat conftest.err >&5
18216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217 (exit $ac_status); } &&
18218 { ac_try='test -z "$ac_c_werror_flag"
18219 || test ! -s conftest.err'
18220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18221 (eval $ac_try) 2>&5
18223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18224 (exit $ac_status); }; } &&
18225 { ac_try='test -s conftest.$ac_objext'
18226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18227 (eval $ac_try) 2>&5
18229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18230 (exit $ac_status); }; }; then
18231 bfd_cv_have_sys_procfs_type_prgregset_t=yes
18233 echo "$as_me: failed program was:" >&5
18234 sed 's/^/| /' conftest.$ac_ext >&5
18236 bfd_cv_have_sys_procfs_type_prgregset_t=no
18239 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18242 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
18244 cat >>confdefs.h <<\_ACEOF
18245 #define HAVE_PRGREGSET_T 1
18249 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
18250 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prgregset_t" >&6
18252 echo "$as_me:$LINENO: checking for prfpregset_t in sys/procfs.h" >&5
18253 echo $ECHO_N "checking for prfpregset_t in sys/procfs.h... $ECHO_C" >&6
18254 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then
18255 echo $ECHO_N "(cached) $ECHO_C" >&6
18257 cat >conftest.$ac_ext <<_ACEOF
18260 cat confdefs.h >>conftest.$ac_ext
18261 cat >>conftest.$ac_ext <<_ACEOF
18262 /* end confdefs.h. */
18265 #include <sys/procfs.h>
18274 rm -f conftest.$ac_objext
18275 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18276 (eval $ac_compile) 2>conftest.er1
18278 grep -v '^ *+' conftest.er1 >conftest.err
18280 cat conftest.err >&5
18281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18282 (exit $ac_status); } &&
18283 { ac_try='test -z "$ac_c_werror_flag"
18284 || test ! -s conftest.err'
18285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18286 (eval $ac_try) 2>&5
18288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18289 (exit $ac_status); }; } &&
18290 { ac_try='test -s conftest.$ac_objext'
18291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18292 (eval $ac_try) 2>&5
18294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18295 (exit $ac_status); }; }; then
18296 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
18298 echo "$as_me: failed program was:" >&5
18299 sed 's/^/| /' conftest.$ac_ext >&5
18301 bfd_cv_have_sys_procfs_type_prfpregset_t=no
18304 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18307 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
18309 cat >>confdefs.h <<\_ACEOF
18310 #define HAVE_PRFPREGSET_T 1
18314 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
18315 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6
18317 echo "$as_me:$LINENO: checking for prgregset32_t in sys/procfs.h" >&5
18318 echo $ECHO_N "checking for prgregset32_t in sys/procfs.h... $ECHO_C" >&6
18319 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then
18320 echo $ECHO_N "(cached) $ECHO_C" >&6
18322 cat >conftest.$ac_ext <<_ACEOF
18325 cat confdefs.h >>conftest.$ac_ext
18326 cat >>conftest.$ac_ext <<_ACEOF
18327 /* end confdefs.h. */
18330 #include <sys/procfs.h>
18339 rm -f conftest.$ac_objext
18340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18341 (eval $ac_compile) 2>conftest.er1
18343 grep -v '^ *+' conftest.er1 >conftest.err
18345 cat conftest.err >&5
18346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18347 (exit $ac_status); } &&
18348 { ac_try='test -z "$ac_c_werror_flag"
18349 || test ! -s conftest.err'
18350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18351 (eval $ac_try) 2>&5
18353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18354 (exit $ac_status); }; } &&
18355 { ac_try='test -s conftest.$ac_objext'
18356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18357 (eval $ac_try) 2>&5
18359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18360 (exit $ac_status); }; }; then
18361 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
18363 echo "$as_me: failed program was:" >&5
18364 sed 's/^/| /' conftest.$ac_ext >&5
18366 bfd_cv_have_sys_procfs_type_prgregset32_t=no
18369 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18372 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
18374 cat >>confdefs.h <<\_ACEOF
18375 #define HAVE_PRGREGSET32_T 1
18379 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
18380 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6
18382 echo "$as_me:$LINENO: checking for prfpregset32_t in sys/procfs.h" >&5
18383 echo $ECHO_N "checking for prfpregset32_t in sys/procfs.h... $ECHO_C" >&6
18384 if test "${bfd_cv_have_sys_procfs_type_prfpregset32_t+set}" = set; then
18385 echo $ECHO_N "(cached) $ECHO_C" >&6
18387 cat >conftest.$ac_ext <<_ACEOF
18390 cat confdefs.h >>conftest.$ac_ext
18391 cat >>conftest.$ac_ext <<_ACEOF
18392 /* end confdefs.h. */
18395 #include <sys/procfs.h>
18399 prfpregset32_t avar
18404 rm -f conftest.$ac_objext
18405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18406 (eval $ac_compile) 2>conftest.er1
18408 grep -v '^ *+' conftest.er1 >conftest.err
18410 cat conftest.err >&5
18411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18412 (exit $ac_status); } &&
18413 { ac_try='test -z "$ac_c_werror_flag"
18414 || test ! -s conftest.err'
18415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18416 (eval $ac_try) 2>&5
18418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18419 (exit $ac_status); }; } &&
18420 { ac_try='test -s conftest.$ac_objext'
18421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18422 (eval $ac_try) 2>&5
18424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18425 (exit $ac_status); }; }; then
18426 bfd_cv_have_sys_procfs_type_prfpregset32_t=yes
18428 echo "$as_me: failed program was:" >&5
18429 sed 's/^/| /' conftest.$ac_ext >&5
18431 bfd_cv_have_sys_procfs_type_prfpregset32_t=no
18434 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18437 if test $bfd_cv_have_sys_procfs_type_prfpregset32_t = yes; then
18439 cat >>confdefs.h <<\_ACEOF
18440 #define HAVE_PRFPREGSET32_T 1
18444 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prfpregset32_t" >&5
18445 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prfpregset32_t" >&6
18447 echo "$as_me:$LINENO: checking for lwpid_t in sys/procfs.h" >&5
18448 echo $ECHO_N "checking for lwpid_t in sys/procfs.h... $ECHO_C" >&6
18449 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then
18450 echo $ECHO_N "(cached) $ECHO_C" >&6
18452 cat >conftest.$ac_ext <<_ACEOF
18455 cat confdefs.h >>conftest.$ac_ext
18456 cat >>conftest.$ac_ext <<_ACEOF
18457 /* end confdefs.h. */
18460 #include <sys/procfs.h>
18469 rm -f conftest.$ac_objext
18470 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18471 (eval $ac_compile) 2>conftest.er1
18473 grep -v '^ *+' conftest.er1 >conftest.err
18475 cat conftest.err >&5
18476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477 (exit $ac_status); } &&
18478 { ac_try='test -z "$ac_c_werror_flag"
18479 || test ! -s conftest.err'
18480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18481 (eval $ac_try) 2>&5
18483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18484 (exit $ac_status); }; } &&
18485 { ac_try='test -s conftest.$ac_objext'
18486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18487 (eval $ac_try) 2>&5
18489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18490 (exit $ac_status); }; }; then
18491 bfd_cv_have_sys_procfs_type_lwpid_t=yes
18493 echo "$as_me: failed program was:" >&5
18494 sed 's/^/| /' conftest.$ac_ext >&5
18496 bfd_cv_have_sys_procfs_type_lwpid_t=no
18499 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18502 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
18504 cat >>confdefs.h <<\_ACEOF
18505 #define HAVE_LWPID_T 1
18509 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
18510 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpid_t" >&6
18512 echo "$as_me:$LINENO: checking for psaddr_t in sys/procfs.h" >&5
18513 echo $ECHO_N "checking for psaddr_t in sys/procfs.h... $ECHO_C" >&6
18514 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then
18515 echo $ECHO_N "(cached) $ECHO_C" >&6
18517 cat >conftest.$ac_ext <<_ACEOF
18520 cat confdefs.h >>conftest.$ac_ext
18521 cat >>conftest.$ac_ext <<_ACEOF
18522 /* end confdefs.h. */
18525 #include <sys/procfs.h>
18534 rm -f conftest.$ac_objext
18535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18536 (eval $ac_compile) 2>conftest.er1
18538 grep -v '^ *+' conftest.er1 >conftest.err
18540 cat conftest.err >&5
18541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18542 (exit $ac_status); } &&
18543 { ac_try='test -z "$ac_c_werror_flag"
18544 || test ! -s conftest.err'
18545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18546 (eval $ac_try) 2>&5
18548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18549 (exit $ac_status); }; } &&
18550 { ac_try='test -s conftest.$ac_objext'
18551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18552 (eval $ac_try) 2>&5
18554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18555 (exit $ac_status); }; }; then
18556 bfd_cv_have_sys_procfs_type_psaddr_t=yes
18558 echo "$as_me: failed program was:" >&5
18559 sed 's/^/| /' conftest.$ac_ext >&5
18561 bfd_cv_have_sys_procfs_type_psaddr_t=no
18564 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18567 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
18569 cat >>confdefs.h <<\_ACEOF
18570 #define HAVE_PSADDR_T 1
18574 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
18575 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psaddr_t" >&6
18577 echo "$as_me:$LINENO: checking for prsysent_t in sys/procfs.h" >&5
18578 echo $ECHO_N "checking for prsysent_t in sys/procfs.h... $ECHO_C" >&6
18579 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then
18580 echo $ECHO_N "(cached) $ECHO_C" >&6
18582 cat >conftest.$ac_ext <<_ACEOF
18585 cat confdefs.h >>conftest.$ac_ext
18586 cat >>conftest.$ac_ext <<_ACEOF
18587 /* end confdefs.h. */
18590 #include <sys/procfs.h>
18599 rm -f conftest.$ac_objext
18600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18601 (eval $ac_compile) 2>conftest.er1
18603 grep -v '^ *+' conftest.er1 >conftest.err
18605 cat conftest.err >&5
18606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18607 (exit $ac_status); } &&
18608 { ac_try='test -z "$ac_c_werror_flag"
18609 || test ! -s conftest.err'
18610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18611 (eval $ac_try) 2>&5
18613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18614 (exit $ac_status); }; } &&
18615 { ac_try='test -s conftest.$ac_objext'
18616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18617 (eval $ac_try) 2>&5
18619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18620 (exit $ac_status); }; }; then
18621 bfd_cv_have_sys_procfs_type_prsysent_t=yes
18623 echo "$as_me: failed program was:" >&5
18624 sed 's/^/| /' conftest.$ac_ext >&5
18626 bfd_cv_have_sys_procfs_type_prsysent_t=no
18629 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18632 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
18634 cat >>confdefs.h <<\_ACEOF
18635 #define HAVE_PRSYSENT_T 1
18639 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
18640 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prsysent_t" >&6
18642 echo "$as_me:$LINENO: checking for pr_sigset_t in sys/procfs.h" >&5
18643 echo $ECHO_N "checking for pr_sigset_t in sys/procfs.h... $ECHO_C" >&6
18644 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then
18645 echo $ECHO_N "(cached) $ECHO_C" >&6
18647 cat >conftest.$ac_ext <<_ACEOF
18650 cat confdefs.h >>conftest.$ac_ext
18651 cat >>conftest.$ac_ext <<_ACEOF
18652 /* end confdefs.h. */
18655 #include <sys/procfs.h>
18664 rm -f conftest.$ac_objext
18665 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18666 (eval $ac_compile) 2>conftest.er1
18668 grep -v '^ *+' conftest.er1 >conftest.err
18670 cat conftest.err >&5
18671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18672 (exit $ac_status); } &&
18673 { ac_try='test -z "$ac_c_werror_flag"
18674 || test ! -s conftest.err'
18675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18676 (eval $ac_try) 2>&5
18678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18679 (exit $ac_status); }; } &&
18680 { ac_try='test -s conftest.$ac_objext'
18681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18682 (eval $ac_try) 2>&5
18684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18685 (exit $ac_status); }; }; then
18686 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
18688 echo "$as_me: failed program was:" >&5
18689 sed 's/^/| /' conftest.$ac_ext >&5
18691 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
18694 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18697 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
18699 cat >>confdefs.h <<\_ACEOF
18700 #define HAVE_PR_SIGSET_T 1
18704 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
18705 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6
18707 echo "$as_me:$LINENO: checking for pr_sigaction64_t in sys/procfs.h" >&5
18708 echo $ECHO_N "checking for pr_sigaction64_t in sys/procfs.h... $ECHO_C" >&6
18709 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then
18710 echo $ECHO_N "(cached) $ECHO_C" >&6
18712 cat >conftest.$ac_ext <<_ACEOF
18715 cat confdefs.h >>conftest.$ac_ext
18716 cat >>conftest.$ac_ext <<_ACEOF
18717 /* end confdefs.h. */
18720 #include <sys/procfs.h>
18724 pr_sigaction64_t avar
18729 rm -f conftest.$ac_objext
18730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18731 (eval $ac_compile) 2>conftest.er1
18733 grep -v '^ *+' conftest.er1 >conftest.err
18735 cat conftest.err >&5
18736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18737 (exit $ac_status); } &&
18738 { ac_try='test -z "$ac_c_werror_flag"
18739 || test ! -s conftest.err'
18740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18741 (eval $ac_try) 2>&5
18743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18744 (exit $ac_status); }; } &&
18745 { ac_try='test -s conftest.$ac_objext'
18746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18747 (eval $ac_try) 2>&5
18749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18750 (exit $ac_status); }; }; then
18751 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
18753 echo "$as_me: failed program was:" >&5
18754 sed 's/^/| /' conftest.$ac_ext >&5
18756 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
18759 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18762 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
18764 cat >>confdefs.h <<\_ACEOF
18765 #define HAVE_PR_SIGACTION64_T 1
18769 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
18770 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6
18772 echo "$as_me:$LINENO: checking for pr_siginfo64_t in sys/procfs.h" >&5
18773 echo $ECHO_N "checking for pr_siginfo64_t in sys/procfs.h... $ECHO_C" >&6
18774 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then
18775 echo $ECHO_N "(cached) $ECHO_C" >&6
18777 cat >conftest.$ac_ext <<_ACEOF
18780 cat confdefs.h >>conftest.$ac_ext
18781 cat >>conftest.$ac_ext <<_ACEOF
18782 /* end confdefs.h. */
18785 #include <sys/procfs.h>
18789 pr_siginfo64_t avar
18794 rm -f conftest.$ac_objext
18795 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18796 (eval $ac_compile) 2>conftest.er1
18798 grep -v '^ *+' conftest.er1 >conftest.err
18800 cat conftest.err >&5
18801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18802 (exit $ac_status); } &&
18803 { ac_try='test -z "$ac_c_werror_flag"
18804 || test ! -s conftest.err'
18805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18806 (eval $ac_try) 2>&5
18808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809 (exit $ac_status); }; } &&
18810 { ac_try='test -s conftest.$ac_objext'
18811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18812 (eval $ac_try) 2>&5
18814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815 (exit $ac_status); }; }; then
18816 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
18818 echo "$as_me: failed program was:" >&5
18819 sed 's/^/| /' conftest.$ac_ext >&5
18821 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
18824 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18827 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
18829 cat >>confdefs.h <<\_ACEOF
18830 #define HAVE_PR_SIGINFO64_T 1
18834 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
18835 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6
18841 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
18842 echo "$as_me:$LINENO: checking whether prfpregset_t type is broken" >&5
18843 echo $ECHO_N "checking whether prfpregset_t type is broken... $ECHO_C" >&6
18844 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then
18845 echo $ECHO_N "(cached) $ECHO_C" >&6
18847 if test "$cross_compiling" = yes; then
18848 gdb_cv_prfpregset_t_broken=yes
18850 cat >conftest.$ac_ext <<_ACEOF
18853 cat confdefs.h >>conftest.$ac_ext
18854 cat >>conftest.$ac_ext <<_ACEOF
18855 /* end confdefs.h. */
18856 #include <sys/procfs.h>
18859 if (sizeof (prfpregset_t) == sizeof (void *))
18864 rm -f conftest$ac_exeext
18865 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18866 (eval $ac_link) 2>&5
18868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18869 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18871 (eval $ac_try) 2>&5
18873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18874 (exit $ac_status); }; }; then
18875 gdb_cv_prfpregset_t_broken=no
18877 echo "$as_me: program exited with status $ac_status" >&5
18878 echo "$as_me: failed program was:" >&5
18879 sed 's/^/| /' conftest.$ac_ext >&5
18881 ( exit $ac_status )
18882 gdb_cv_prfpregset_t_broken=yes
18884 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18888 echo "$as_me:$LINENO: result: $gdb_cv_prfpregset_t_broken" >&5
18889 echo "${ECHO_T}$gdb_cv_prfpregset_t_broken" >&6
18890 if test $gdb_cv_prfpregset_t_broken = yes; then
18892 cat >>confdefs.h <<\_ACEOF
18893 #define PRFPREGSET_T_BROKEN 1
18900 echo "$as_me:$LINENO: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
18901 echo $ECHO_N "checking for PIOCSET ioctl entry in sys/procfs.h... $ECHO_C" >&6
18902 if test "${gdb_cv_have_procfs_piocset+set}" = set; then
18903 echo $ECHO_N "(cached) $ECHO_C" >&6
18905 cat >conftest.$ac_ext <<_ACEOF
18908 cat confdefs.h >>conftest.$ac_ext
18909 cat >>conftest.$ac_ext <<_ACEOF
18910 /* end confdefs.h. */
18911 #include <unistd.h>
18912 #include <sys/types.h>
18913 #include <sys/procfs.h>
18920 dummy = ioctl(0, PIOCSET, &dummy);
18926 rm -f conftest.$ac_objext
18927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18928 (eval $ac_compile) 2>conftest.er1
18930 grep -v '^ *+' conftest.er1 >conftest.err
18932 cat conftest.err >&5
18933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18934 (exit $ac_status); } &&
18935 { ac_try='test -z "$ac_c_werror_flag"
18936 || test ! -s conftest.err'
18937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18938 (eval $ac_try) 2>&5
18940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18941 (exit $ac_status); }; } &&
18942 { ac_try='test -s conftest.$ac_objext'
18943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18944 (eval $ac_try) 2>&5
18946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18947 (exit $ac_status); }; }; then
18948 gdb_cv_have_procfs_piocset=yes
18950 echo "$as_me: failed program was:" >&5
18951 sed 's/^/| /' conftest.$ac_ext >&5
18953 gdb_cv_have_procfs_piocset=no
18955 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18958 echo "$as_me:$LINENO: result: $gdb_cv_have_procfs_piocset" >&5
18959 echo "${ECHO_T}$gdb_cv_have_procfs_piocset" >&6
18960 if test $gdb_cv_have_procfs_piocset = yes; then
18962 cat >>confdefs.h <<\_ACEOF
18963 #define HAVE_PROCFS_PIOCSET 1
18969 if test ${host} = ${target} ; then
18971 echo "$as_me:$LINENO: checking for member l_addr in struct link_map" >&5
18972 echo $ECHO_N "checking for member l_addr in struct link_map... $ECHO_C" >&6
18973 if test "${gdb_cv_have_struct_link_map_with_l_members+set}" = set; then
18974 echo $ECHO_N "(cached) $ECHO_C" >&6
18976 cat >conftest.$ac_ext <<_ACEOF
18979 cat confdefs.h >>conftest.$ac_ext
18980 cat >>conftest.$ac_ext <<_ACEOF
18981 /* end confdefs.h. */
18986 struct link_map lm; (void) lm.l_addr;
18991 rm -f conftest.$ac_objext
18992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18993 (eval $ac_compile) 2>conftest.er1
18995 grep -v '^ *+' conftest.er1 >conftest.err
18997 cat conftest.err >&5
18998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18999 (exit $ac_status); } &&
19000 { ac_try='test -z "$ac_c_werror_flag"
19001 || test ! -s conftest.err'
19002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19003 (eval $ac_try) 2>&5
19005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19006 (exit $ac_status); }; } &&
19007 { ac_try='test -s conftest.$ac_objext'
19008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19009 (eval $ac_try) 2>&5
19011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19012 (exit $ac_status); }; }; then
19013 gdb_cv_have_struct_link_map_with_l_members=yes
19015 echo "$as_me: failed program was:" >&5
19016 sed 's/^/| /' conftest.$ac_ext >&5
19018 gdb_cv_have_struct_link_map_with_l_members=no
19020 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19023 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_link_map_with_l_members" >&5
19024 echo "${ECHO_T}$gdb_cv_have_struct_link_map_with_l_members" >&6
19025 if test $gdb_cv_have_struct_link_map_with_l_members = yes; then
19027 cat >>confdefs.h <<\_ACEOF
19028 #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
19034 echo "$as_me:$LINENO: checking for member lm_addr in struct link_map" >&5
19035 echo $ECHO_N "checking for member lm_addr in struct link_map... $ECHO_C" >&6
19036 if test "${gdb_cv_have_struct_link_map_with_lm_members+set}" = set; then
19037 echo $ECHO_N "(cached) $ECHO_C" >&6
19039 cat >conftest.$ac_ext <<_ACEOF
19042 cat confdefs.h >>conftest.$ac_ext
19043 cat >>conftest.$ac_ext <<_ACEOF
19044 /* end confdefs.h. */
19045 #include <sys/types.h>
19050 struct link_map lm; (void) lm.lm_addr;
19055 rm -f conftest.$ac_objext
19056 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19057 (eval $ac_compile) 2>conftest.er1
19059 grep -v '^ *+' conftest.er1 >conftest.err
19061 cat conftest.err >&5
19062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19063 (exit $ac_status); } &&
19064 { ac_try='test -z "$ac_c_werror_flag"
19065 || test ! -s conftest.err'
19066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19067 (eval $ac_try) 2>&5
19069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19070 (exit $ac_status); }; } &&
19071 { ac_try='test -s conftest.$ac_objext'
19072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19073 (eval $ac_try) 2>&5
19075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19076 (exit $ac_status); }; }; then
19077 gdb_cv_have_struct_link_map_with_lm_members=yes
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.$ac_ext >&5
19082 gdb_cv_have_struct_link_map_with_lm_members=no
19084 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19087 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_link_map_with_lm_members" >&5
19088 echo "${ECHO_T}$gdb_cv_have_struct_link_map_with_lm_members" >&6
19089 if test $gdb_cv_have_struct_link_map_with_lm_members = yes; then
19091 cat >>confdefs.h <<\_ACEOF
19092 #define HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS 1
19098 echo "$as_me:$LINENO: checking for member som_addr in struct so_map" >&5
19099 echo $ECHO_N "checking for member som_addr in struct so_map... $ECHO_C" >&6
19100 if test "${gdb_cv_have_struct_so_map_with_som_members+set}" = set; then
19101 echo $ECHO_N "(cached) $ECHO_C" >&6
19103 cat >conftest.$ac_ext <<_ACEOF
19106 cat confdefs.h >>conftest.$ac_ext
19107 cat >>conftest.$ac_ext <<_ACEOF
19108 /* end confdefs.h. */
19109 #include <sys/types.h>
19110 #ifdef HAVE_NLIST_H
19117 struct so_map lm; (void) lm.som_addr;
19122 rm -f conftest.$ac_objext
19123 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19124 (eval $ac_compile) 2>conftest.er1
19126 grep -v '^ *+' conftest.er1 >conftest.err
19128 cat conftest.err >&5
19129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19130 (exit $ac_status); } &&
19131 { ac_try='test -z "$ac_c_werror_flag"
19132 || test ! -s conftest.err'
19133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19134 (eval $ac_try) 2>&5
19136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137 (exit $ac_status); }; } &&
19138 { ac_try='test -s conftest.$ac_objext'
19139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19140 (eval $ac_try) 2>&5
19142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19143 (exit $ac_status); }; }; then
19144 gdb_cv_have_struct_so_map_with_som_members=yes
19146 echo "$as_me: failed program was:" >&5
19147 sed 's/^/| /' conftest.$ac_ext >&5
19149 gdb_cv_have_struct_so_map_with_som_members=no
19151 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19154 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_so_map_with_som_members" >&5
19155 echo "${ECHO_T}$gdb_cv_have_struct_so_map_with_som_members" >&6
19156 if test $gdb_cv_have_struct_so_map_with_som_members = yes; then
19158 cat >>confdefs.h <<\_ACEOF
19159 #define HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS 1
19165 echo "$as_me:$LINENO: checking for struct link_map32 in sys/link.h" >&5
19166 echo $ECHO_N "checking for struct link_map32 in sys/link.h... $ECHO_C" >&6
19167 if test "${gdb_cv_have_struct_link_map32+set}" = set; then
19168 echo $ECHO_N "(cached) $ECHO_C" >&6
19170 cat >conftest.$ac_ext <<_ACEOF
19173 cat confdefs.h >>conftest.$ac_ext
19174 cat >>conftest.$ac_ext <<_ACEOF
19175 /* end confdefs.h. */
19177 #include <sys/link.h>
19181 struct link_map32 l;
19186 rm -f conftest.$ac_objext
19187 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19188 (eval $ac_compile) 2>conftest.er1
19190 grep -v '^ *+' conftest.er1 >conftest.err
19192 cat conftest.err >&5
19193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19194 (exit $ac_status); } &&
19195 { ac_try='test -z "$ac_c_werror_flag"
19196 || test ! -s conftest.err'
19197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19198 (eval $ac_try) 2>&5
19200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19201 (exit $ac_status); }; } &&
19202 { ac_try='test -s conftest.$ac_objext'
19203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19204 (eval $ac_try) 2>&5
19206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19207 (exit $ac_status); }; }; then
19208 gdb_cv_have_struct_link_map32=yes
19210 echo "$as_me: failed program was:" >&5
19211 sed 's/^/| /' conftest.$ac_ext >&5
19213 gdb_cv_have_struct_link_map32=no
19215 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19218 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_link_map32" >&5
19219 echo "${ECHO_T}$gdb_cv_have_struct_link_map32" >&6
19220 if test $gdb_cv_have_struct_link_map32 = yes; then
19222 cat >>confdefs.h <<\_ACEOF
19223 #define HAVE_STRUCT_LINK_MAP32 1
19227 cat >>confdefs.h <<\_ACEOF
19228 #define _SYSCALL32 1
19234 # Check if the compiler supports the `long long' type.
19236 echo "$as_me:$LINENO: checking for long long support in compiler" >&5
19237 echo $ECHO_N "checking for long long support in compiler... $ECHO_C" >&6
19238 if test "${gdb_cv_c_long_long+set}" = set; then
19239 echo $ECHO_N "(cached) $ECHO_C" >&6
19241 cat >conftest.$ac_ext <<_ACEOF
19244 cat confdefs.h >>conftest.$ac_ext
19245 cat >>conftest.$ac_ext <<_ACEOF
19246 /* end confdefs.h. */
19247 extern long long foo;
19251 switch (foo & 2) { case 0: return 1; }
19256 rm -f conftest.$ac_objext
19257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19258 (eval $ac_compile) 2>conftest.er1
19260 grep -v '^ *+' conftest.er1 >conftest.err
19262 cat conftest.err >&5
19263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19264 (exit $ac_status); } &&
19265 { ac_try='test -z "$ac_c_werror_flag"
19266 || test ! -s conftest.err'
19267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19268 (eval $ac_try) 2>&5
19270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19271 (exit $ac_status); }; } &&
19272 { ac_try='test -s conftest.$ac_objext'
19273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19274 (eval $ac_try) 2>&5
19276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19277 (exit $ac_status); }; }; then
19278 gdb_cv_c_long_long=yes
19280 echo "$as_me: failed program was:" >&5
19281 sed 's/^/| /' conftest.$ac_ext >&5
19283 gdb_cv_c_long_long=no
19285 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19287 echo "$as_me:$LINENO: result: $gdb_cv_c_long_long" >&5
19288 echo "${ECHO_T}$gdb_cv_c_long_long" >&6
19289 if test $gdb_cv_c_long_long = yes; then
19291 cat >>confdefs.h <<\_ACEOF
19292 #define CC_HAS_LONG_LONG 1
19297 # Check if the compiler and runtime support printing long longs.
19299 echo "$as_me:$LINENO: checking for long long support in printf" >&5
19300 echo $ECHO_N "checking for long long support in printf... $ECHO_C" >&6
19301 if test "${gdb_cv_printf_has_long_long+set}" = set; then
19302 echo $ECHO_N "(cached) $ECHO_C" >&6
19304 if test "$cross_compiling" = yes; then
19305 gdb_cv_printf_has_long_long=no
19307 cat >conftest.$ac_ext <<_ACEOF
19310 cat confdefs.h >>conftest.$ac_ext
19311 cat >>conftest.$ac_ext <<_ACEOF
19312 /* end confdefs.h. */
19313 $ac_includes_default
19319 l = (l << 16) + 0x0123;
19320 l = (l << 16) + 0x4567;
19321 l = (l << 16) + 0x89ab;
19322 l = (l << 16) + 0xcdef;
19323 sprintf (buf, "0x%016llx", l);
19324 return (strcmp ("0x0123456789abcdef", buf));
19329 rm -f conftest$ac_exeext
19330 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19331 (eval $ac_link) 2>&5
19333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19334 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19336 (eval $ac_try) 2>&5
19338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339 (exit $ac_status); }; }; then
19340 gdb_cv_printf_has_long_long=yes
19342 echo "$as_me: program exited with status $ac_status" >&5
19343 echo "$as_me: failed program was:" >&5
19344 sed 's/^/| /' conftest.$ac_ext >&5
19346 ( exit $ac_status )
19347 gdb_cv_printf_has_long_long=no
19349 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19352 echo "$as_me:$LINENO: result: $gdb_cv_printf_has_long_long" >&5
19353 echo "${ECHO_T}$gdb_cv_printf_has_long_long" >&6
19354 if test $gdb_cv_printf_has_long_long = yes; then
19356 cat >>confdefs.h <<\_ACEOF
19357 #define PRINTF_HAS_LONG_LONG 1
19362 # Check if the compiler supports the `long double' type. We can't use
19363 # AC_C_LONG_DOUBLE because that one does additional checks on the
19364 # constants defined in <float.h> that fail on some systems,
19365 # e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
19367 echo "$as_me:$LINENO: checking for long double support in compiler" >&5
19368 echo $ECHO_N "checking for long double support in compiler... $ECHO_C" >&6
19369 if test "${gdb_cv_c_long_double+set}" = set; then
19370 echo $ECHO_N "(cached) $ECHO_C" >&6
19372 cat >conftest.$ac_ext <<_ACEOF
19375 cat confdefs.h >>conftest.$ac_ext
19376 cat >>conftest.$ac_ext <<_ACEOF
19377 /* end confdefs.h. */
19380 rm -f conftest.$ac_objext
19381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19382 (eval $ac_compile) 2>conftest.er1
19384 grep -v '^ *+' conftest.er1 >conftest.err
19386 cat conftest.err >&5
19387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19388 (exit $ac_status); } &&
19389 { ac_try='test -z "$ac_c_werror_flag"
19390 || test ! -s conftest.err'
19391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19392 (eval $ac_try) 2>&5
19394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19395 (exit $ac_status); }; } &&
19396 { ac_try='test -s conftest.$ac_objext'
19397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19398 (eval $ac_try) 2>&5
19400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19401 (exit $ac_status); }; }; then
19402 gdb_cv_c_long_double=yes
19404 echo "$as_me: failed program was:" >&5
19405 sed 's/^/| /' conftest.$ac_ext >&5
19407 gdb_cv_c_long_double=no
19409 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19411 echo "$as_me:$LINENO: result: $gdb_cv_c_long_double" >&5
19412 echo "${ECHO_T}$gdb_cv_c_long_double" >&6
19413 if test $gdb_cv_c_long_double = yes; then
19415 cat >>confdefs.h <<\_ACEOF
19416 #define HAVE_LONG_DOUBLE 1
19421 # Check if the compiler and runtime support printing long doubles.
19423 echo "$as_me:$LINENO: checking for long double support in printf" >&5
19424 echo $ECHO_N "checking for long double support in printf... $ECHO_C" >&6
19425 if test "${gdb_cv_printf_has_long_double+set}" = set; then
19426 echo $ECHO_N "(cached) $ECHO_C" >&6
19428 if test "$cross_compiling" = yes; then
19429 gdb_cv_printf_has_long_double=no
19431 cat >conftest.$ac_ext <<_ACEOF
19434 cat confdefs.h >>conftest.$ac_ext
19435 cat >>conftest.$ac_ext <<_ACEOF
19436 /* end confdefs.h. */
19437 $ac_includes_default
19442 long double f = 3.141592653;
19443 sprintf (buf, "%Lg", f);
19444 return (strncmp ("3.14159", buf, 7));
19449 rm -f conftest$ac_exeext
19450 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19451 (eval $ac_link) 2>&5
19453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19454 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19456 (eval $ac_try) 2>&5
19458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); }; }; then
19460 gdb_cv_printf_has_long_double=yes
19462 echo "$as_me: program exited with status $ac_status" >&5
19463 echo "$as_me: failed program was:" >&5
19464 sed 's/^/| /' conftest.$ac_ext >&5
19466 ( exit $ac_status )
19467 gdb_cv_printf_has_long_double=no
19469 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19472 echo "$as_me:$LINENO: result: $gdb_cv_printf_has_long_double" >&5
19473 echo "${ECHO_T}$gdb_cv_printf_has_long_double" >&6
19474 if test $gdb_cv_printf_has_long_double = yes; then
19476 cat >>confdefs.h <<\_ACEOF
19477 #define PRINTF_HAS_LONG_DOUBLE 1
19482 # Check if the compiler and runtime support scanning long doubles.
19484 echo "$as_me:$LINENO: checking for long double support in scanf" >&5
19485 echo $ECHO_N "checking for long double support in scanf... $ECHO_C" >&6
19486 if test "${gdb_cv_scanf_has_long_double+set}" = set; then
19487 echo $ECHO_N "(cached) $ECHO_C" >&6
19489 if test "$cross_compiling" = yes; then
19490 gdb_cv_scanf_has_long_double=no
19492 cat >conftest.$ac_ext <<_ACEOF
19495 cat confdefs.h >>conftest.$ac_ext
19496 cat >>conftest.$ac_ext <<_ACEOF
19497 /* end confdefs.h. */
19502 char *buf = "3.141592653";
19504 sscanf (buf, "%Lg", &f);
19505 return !(f > 3.14159 && f < 3.14160);
19510 rm -f conftest$ac_exeext
19511 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19512 (eval $ac_link) 2>&5
19514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19515 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19517 (eval $ac_try) 2>&5
19519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19520 (exit $ac_status); }; }; then
19521 gdb_cv_scanf_has_long_double=yes
19523 echo "$as_me: program exited with status $ac_status" >&5
19524 echo "$as_me: failed program was:" >&5
19525 sed 's/^/| /' conftest.$ac_ext >&5
19527 ( exit $ac_status )
19528 gdb_cv_scanf_has_long_double=no
19530 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19533 echo "$as_me:$LINENO: result: $gdb_cv_scanf_has_long_double" >&5
19534 echo "${ECHO_T}$gdb_cv_scanf_has_long_double" >&6
19535 if test $gdb_cv_scanf_has_long_double = yes; then
19537 cat >>confdefs.h <<\_ACEOF
19538 #define SCANF_HAS_LONG_DOUBLE 1
19545 echo "$as_me:$LINENO: checking for -bbigtoc option" >&5
19546 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6
19547 if test "${gdb_cv_bigtoc+set}" = set; then
19548 echo $ECHO_N "(cached) $ECHO_C" >&6
19551 SAVE_LDFLAGS=$LDFLAGS
19554 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
19555 *) gdb_cv_bigtoc=-bbigtoc ;;
19558 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
19559 cat >conftest.$ac_ext <<_ACEOF
19562 cat confdefs.h >>conftest.$ac_ext
19563 cat >>conftest.$ac_ext <<_ACEOF
19564 /* end confdefs.h. */
19574 rm -f conftest.$ac_objext conftest$ac_exeext
19575 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19576 (eval $ac_link) 2>conftest.er1
19578 grep -v '^ *+' conftest.er1 >conftest.err
19580 cat conftest.err >&5
19581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19582 (exit $ac_status); } &&
19583 { ac_try='test -z "$ac_c_werror_flag"
19584 || test ! -s conftest.err'
19585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19586 (eval $ac_try) 2>&5
19588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19589 (exit $ac_status); }; } &&
19590 { ac_try='test -s conftest$ac_exeext'
19591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19592 (eval $ac_try) 2>&5
19594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19595 (exit $ac_status); }; }; then
19598 echo "$as_me: failed program was:" >&5
19599 sed 's/^/| /' conftest.$ac_ext >&5
19603 rm -f conftest.err conftest.$ac_objext \
19604 conftest$ac_exeext conftest.$ac_ext
19605 LDFLAGS="${SAVE_LDFLAGS}"
19608 echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
19609 echo "${ECHO_T}$gdb_cv_bigtoc" >&6
19610 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
19616 if test ${build} = ${host} -a ${host} = ${target} ; then
19619 echo "$as_me:$LINENO: checking for HPUX/OSF thread support" >&5
19620 echo $ECHO_N "checking for HPUX/OSF thread support... $ECHO_C" >&6
19621 if test -f /usr/include/dce/cma_config.h ; then
19622 if test "$GCC" = "yes" ; then
19623 echo "$as_me:$LINENO: result: yes" >&5
19624 echo "${ECHO_T}yes" >&6
19626 cat >>confdefs.h <<\_ACEOF
19627 #define HAVE_HPUX_THREAD_SUPPORT 1
19630 CONFIG_OBS="${CONFIG_OBS} hpux-thread.o"
19631 CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
19633 echo "$as_me:$LINENO: result: no (suppressed because you are not using GCC)" >&5
19634 echo "${ECHO_T}no (suppressed because you are not using GCC)" >&6
19637 echo "$as_me:$LINENO: result: no" >&5
19638 echo "${ECHO_T}no" >&6
19642 # See if thread_db library is around for Solaris thread debugging.
19643 # Note that we must explicitly test for version 1 of the library
19644 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
19646 echo "$as_me:$LINENO: checking for Solaris thread debugging library" >&5
19647 echo $ECHO_N "checking for Solaris thread debugging library... $ECHO_C" >&6
19648 if test -f /usr/lib/libthread_db.so.1 ; then
19649 echo "$as_me:$LINENO: result: yes" >&5
19650 echo "${ECHO_T}yes" >&6
19652 cat >>confdefs.h <<\_ACEOF
19653 #define HAVE_THREAD_DB_LIB 1
19656 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
19657 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
19659 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
19660 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
19661 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
19662 echo $ECHO_N "(cached) $ECHO_C" >&6
19664 ac_check_lib_save_LIBS=$LIBS
19666 cat >conftest.$ac_ext <<_ACEOF
19669 cat confdefs.h >>conftest.$ac_ext
19670 cat >>conftest.$ac_ext <<_ACEOF
19671 /* end confdefs.h. */
19673 /* Override any gcc2 internal prototype to avoid an error. */
19677 /* We use char because int might match the return type of a gcc2
19678 builtin and then its argument prototype would still apply. */
19688 rm -f conftest.$ac_objext conftest$ac_exeext
19689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19690 (eval $ac_link) 2>conftest.er1
19692 grep -v '^ *+' conftest.er1 >conftest.err
19694 cat conftest.err >&5
19695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19696 (exit $ac_status); } &&
19697 { ac_try='test -z "$ac_c_werror_flag"
19698 || test ! -s conftest.err'
19699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19700 (eval $ac_try) 2>&5
19702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703 (exit $ac_status); }; } &&
19704 { ac_try='test -s conftest$ac_exeext'
19705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19706 (eval $ac_try) 2>&5
19708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19709 (exit $ac_status); }; }; then
19710 ac_cv_lib_dl_dlopen=yes
19712 echo "$as_me: failed program was:" >&5
19713 sed 's/^/| /' conftest.$ac_ext >&5
19715 ac_cv_lib_dl_dlopen=no
19717 rm -f conftest.err conftest.$ac_objext \
19718 conftest$ac_exeext conftest.$ac_ext
19719 LIBS=$ac_check_lib_save_LIBS
19721 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
19722 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
19723 if test $ac_cv_lib_dl_dlopen = yes; then
19724 cat >>confdefs.h <<_ACEOF
19725 #define HAVE_LIBDL 1
19732 if test "$GCC" = "yes" ; then
19733 # The GNU linker requires the -export-dynamic option to make
19734 # all symbols visible in the dynamic symbol table.
19735 hold_ldflags=$LDFLAGS
19736 echo "$as_me:$LINENO: checking for the ld -export-dynamic flag" >&5
19737 echo $ECHO_N "checking for the ld -export-dynamic flag... $ECHO_C" >&6
19738 LDFLAGS="${LDFLAGS} -Wl,-export-dynamic"
19739 cat >conftest.$ac_ext <<_ACEOF
19742 cat confdefs.h >>conftest.$ac_ext
19743 cat >>conftest.$ac_ext <<_ACEOF
19744 /* end confdefs.h. */
19754 rm -f conftest.$ac_objext conftest$ac_exeext
19755 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19756 (eval $ac_link) 2>conftest.er1
19758 grep -v '^ *+' conftest.er1 >conftest.err
19760 cat conftest.err >&5
19761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19762 (exit $ac_status); } &&
19763 { ac_try='test -z "$ac_c_werror_flag"
19764 || test ! -s conftest.err'
19765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19766 (eval $ac_try) 2>&5
19768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769 (exit $ac_status); }; } &&
19770 { ac_try='test -s conftest$ac_exeext'
19771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19772 (eval $ac_try) 2>&5
19774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19775 (exit $ac_status); }; }; then
19778 echo "$as_me: failed program was:" >&5
19779 sed 's/^/| /' conftest.$ac_ext >&5
19783 rm -f conftest.err conftest.$ac_objext \
19784 conftest$ac_exeext conftest.$ac_ext
19785 LDFLAGS=$hold_ldflags
19786 echo "$as_me:$LINENO: result: $found" >&5
19787 echo "${ECHO_T}$found" >&6
19788 if test $found = yes; then
19789 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Wl,-export-dynamic"
19792 # Sun randomly tweaked the prototypes in <proc_service.h>
19794 echo "$as_me:$LINENO: checking if <proc_service.h> is old" >&5
19795 echo $ECHO_N "checking if <proc_service.h> is old... $ECHO_C" >&6
19796 if test "${gdb_cv_proc_service_is_old+set}" = set; then
19797 echo $ECHO_N "(cached) $ECHO_C" >&6
19800 cat >conftest.$ac_ext <<_ACEOF
19803 cat confdefs.h >>conftest.$ac_ext
19804 cat >>conftest.$ac_ext <<_ACEOF
19805 /* end confdefs.h. */
19807 #include <proc_service.h>
19808 ps_err_e ps_pdwrite
19809 (struct ps_prochandle*, psaddr_t, const void*, size_t);
19819 rm -f conftest.$ac_objext
19820 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19821 (eval $ac_compile) 2>conftest.er1
19823 grep -v '^ *+' conftest.er1 >conftest.err
19825 cat conftest.err >&5
19826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19827 (exit $ac_status); } &&
19828 { ac_try='test -z "$ac_c_werror_flag"
19829 || test ! -s conftest.err'
19830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19831 (eval $ac_try) 2>&5
19833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19834 (exit $ac_status); }; } &&
19835 { ac_try='test -s conftest.$ac_objext'
19836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19837 (eval $ac_try) 2>&5
19839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840 (exit $ac_status); }; }; then
19841 gdb_cv_proc_service_is_old=no
19843 echo "$as_me: failed program was:" >&5
19844 sed 's/^/| /' conftest.$ac_ext >&5
19846 gdb_cv_proc_service_is_old=yes
19848 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19852 echo "$as_me:$LINENO: result: $gdb_cv_proc_service_is_old" >&5
19853 echo "${ECHO_T}$gdb_cv_proc_service_is_old" >&6
19854 if test $gdb_cv_proc_service_is_old = yes; then
19856 cat >>confdefs.h <<\_ACEOF
19857 #define PROC_SERVICE_IS_OLD 1
19862 echo "$as_me:$LINENO: result: no" >&5
19863 echo "${ECHO_T}no" >&6
19867 echo "$as_me:$LINENO: checking for AiX thread debugging library" >&5
19868 echo $ECHO_N "checking for AiX thread debugging library... $ECHO_C" >&6
19869 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then
19870 echo $ECHO_N "(cached) $ECHO_C" >&6
19872 cat >conftest.$ac_ext <<_ACEOF
19875 cat confdefs.h >>conftest.$ac_ext
19876 cat >>conftest.$ac_ext <<_ACEOF
19877 /* end confdefs.h. */
19878 #include <sys/pthdebug.h>
19882 #ifndef PTHDB_VERSION_3
19889 rm -f conftest.$ac_objext
19890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19891 (eval $ac_compile) 2>conftest.er1
19893 grep -v '^ *+' conftest.er1 >conftest.err
19895 cat conftest.err >&5
19896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19897 (exit $ac_status); } &&
19898 { ac_try='test -z "$ac_c_werror_flag"
19899 || test ! -s conftest.err'
19900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19901 (eval $ac_try) 2>&5
19903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19904 (exit $ac_status); }; } &&
19905 { ac_try='test -s conftest.$ac_objext'
19906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19907 (eval $ac_try) 2>&5
19909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19910 (exit $ac_status); }; }; then
19911 gdb_cv_have_aix_thread_debug=yes
19913 echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.$ac_ext >&5
19916 gdb_cv_have_aix_thread_debug=no
19918 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19921 echo "$as_me:$LINENO: result: $gdb_cv_have_aix_thread_debug" >&5
19922 echo "${ECHO_T}$gdb_cv_have_aix_thread_debug" >&6
19923 if test $gdb_cv_have_aix_thread_debug = yes; then
19924 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
19925 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
19926 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -lpthdebug"
19933 if test "x$ac_cv_header_thread_db_h" = "xyes"; then
19934 echo "$as_me:$LINENO: checking whether <thread_db.h> has TD_NOTALLOC" >&5
19935 echo $ECHO_N "checking whether <thread_db.h> has TD_NOTALLOC... $ECHO_C" >&6
19936 if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then
19937 echo $ECHO_N "(cached) $ECHO_C" >&6
19939 cat >conftest.$ac_ext <<_ACEOF
19942 cat confdefs.h >>conftest.$ac_ext
19943 cat >>conftest.$ac_ext <<_ACEOF
19944 /* end confdefs.h. */
19945 #include <thread_db.h>
19949 int i = TD_NOTALLOC;
19954 rm -f conftest.$ac_objext
19955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19956 (eval $ac_compile) 2>conftest.er1
19958 grep -v '^ *+' conftest.er1 >conftest.err
19960 cat conftest.err >&5
19961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19962 (exit $ac_status); } &&
19963 { ac_try='test -z "$ac_c_werror_flag"
19964 || test ! -s conftest.err'
19965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19966 (eval $ac_try) 2>&5
19968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969 (exit $ac_status); }; } &&
19970 { ac_try='test -s conftest.$ac_objext'
19971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19972 (eval $ac_try) 2>&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); }; }; then
19976 gdb_cv_thread_db_h_has_td_notalloc=yes
19978 echo "$as_me: failed program was:" >&5
19979 sed 's/^/| /' conftest.$ac_ext >&5
19981 gdb_cv_thread_db_h_has_td_notalloc=no
19984 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19987 echo "$as_me:$LINENO: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
19988 echo "${ECHO_T}$gdb_cv_thread_db_h_has_td_notalloc" >&6
19990 if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
19992 cat >>confdefs.h <<\_ACEOF
19993 #define THREAD_DB_HAS_TD_NOTALLOC 1
19998 if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
19999 echo "$as_me:$LINENO: checking whether <sys/syscall.h> has __NR_tkill" >&5
20000 echo $ECHO_N "checking whether <sys/syscall.h> has __NR_tkill... $ECHO_C" >&6
20001 if test "${gdb_cv_sys_syscall_h_has_tkill+set}" = set; then
20002 echo $ECHO_N "(cached) $ECHO_C" >&6
20004 cat >conftest.$ac_ext <<_ACEOF
20007 cat confdefs.h >>conftest.$ac_ext
20008 cat >>conftest.$ac_ext <<_ACEOF
20009 /* end confdefs.h. */
20010 #include <sys/syscall.h>
20014 int i = __NR_tkill;
20019 rm -f conftest.$ac_objext
20020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20021 (eval $ac_compile) 2>conftest.er1
20023 grep -v '^ *+' conftest.er1 >conftest.err
20025 cat conftest.err >&5
20026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20027 (exit $ac_status); } &&
20028 { ac_try='test -z "$ac_c_werror_flag"
20029 || test ! -s conftest.err'
20030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20031 (eval $ac_try) 2>&5
20033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20034 (exit $ac_status); }; } &&
20035 { ac_try='test -s conftest.$ac_objext'
20036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20037 (eval $ac_try) 2>&5
20039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20040 (exit $ac_status); }; }; then
20041 gdb_cv_sys_syscall_h_has_tkill=yes
20043 echo "$as_me: failed program was:" >&5
20044 sed 's/^/| /' conftest.$ac_ext >&5
20046 gdb_cv_sys_syscall_h_has_tkill=no
20049 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20052 echo "$as_me:$LINENO: result: $gdb_cv_sys_syscall_h_has_tkill" >&5
20053 echo "${ECHO_T}$gdb_cv_sys_syscall_h_has_tkill" >&6
20055 if test "x$gdb_cv_sys_syscall_h_has_tkill" = "xyes" && test "x$ac_cv_func_syscall" = "xyes"; then
20057 cat >>confdefs.h <<\_ACEOF
20058 #define HAVE_TKILL_SYSCALL 1
20065 # Check whether --with-sysroot or --without-sysroot was given.
20066 if test "${with_sysroot+set}" = set; then
20067 withval="$with_sysroot"
20069 case ${with_sysroot} in
20070 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
20071 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
20074 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
20076 if test "x$exec_prefix" = xNONE; then
20077 if test "x$prefix" = xNONE; then
20078 test_prefix=/usr/local
20080 test_prefix=$prefix
20083 test_prefix=$exec_prefix
20085 case ${TARGET_SYSTEM_ROOT} in
20086 "${test_prefix}"|"${test_prefix}/"*|\
20087 '${exec_prefix}'|'${exec_prefix}/'*)
20088 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
20089 TARGET_SYSTEM_ROOT_DEFINE="$t"
20095 TARGET_SYSTEM_ROOT=
20096 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
20102 # NOTE: Don't add -Wall or -Wunused, they both include
20103 # -Wunused-parameter which reports bogus warnings.
20104 # NOTE: If you add to this list, remember to update
20105 # gdb/doc/gdbint.texinfo.
20106 build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
20107 -Wformat -Wparentheses -Wpointer-arith -Wformat-nonliteral \
20108 -Wunused-label -Wunused-function"
20110 # GCC supports -Wuninitialized only with -O or -On, n != 0.
20111 if test x${CFLAGS+set} = xset; then
20112 case "${CFLAGS}" in
20115 build_warnings="${build_warnings} -Wuninitialized"
20119 build_warnings="${build_warnings} -Wuninitialized"
20122 # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
20123 # -Wunused-function -Wunused-variable -Wunused-value
20124 # -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual
20125 # -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes
20126 # -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
20127 # -Woverloaded-virtual -Winline -Werror"
20128 # Check whether --enable-build-warnings or --disable-build-warnings was given.
20129 if test "${enable_build_warnings+set}" = set; then
20130 enableval="$enable_build_warnings"
20131 case "${enableval}" in
20133 no) build_warnings="-w";;
20134 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
20135 build_warnings="${build_warnings} ${t}";;
20136 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
20137 build_warnings="${t} ${build_warnings}";;
20138 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20140 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
20141 echo "Setting compiler warning flags = $build_warnings" 6>&1
20143 fi; # Check whether --enable-gdb-build-warnings or --disable-gdb-build-warnings was given.
20144 if test "${enable_gdb_build_warnings+set}" = set; then
20145 enableval="$enable_gdb_build_warnings"
20146 case "${enableval}" in
20148 no) build_warnings="-w";;
20149 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
20150 build_warnings="${build_warnings} ${t}";;
20151 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
20152 build_warnings="${t} ${build_warnings}";;
20153 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20155 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
20156 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
20160 if test "x${build_warnings}" != x -a "x$GCC" = xyes
20162 echo "$as_me:$LINENO: checking compiler warning flags" >&5
20163 echo $ECHO_N "checking compiler warning flags... $ECHO_C" >&6
20164 # Separate out the -Werror flag as some files just cannot be
20165 # compiled with it enabled.
20166 for w in ${build_warnings}; do
20168 -Werr*) WERROR_CFLAGS=-Werror ;;
20169 *) # Check that GCC accepts it
20170 saved_CFLAGS="$CFLAGS"
20171 CFLAGS="$CFLAGS $w"
20172 cat >conftest.$ac_ext <<_ACEOF
20175 cat confdefs.h >>conftest.$ac_ext
20176 cat >>conftest.$ac_ext <<_ACEOF
20177 /* end confdefs.h. */
20187 rm -f conftest.$ac_objext
20188 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20189 (eval $ac_compile) 2>conftest.er1
20191 grep -v '^ *+' conftest.er1 >conftest.err
20193 cat conftest.err >&5
20194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20195 (exit $ac_status); } &&
20196 { ac_try='test -z "$ac_c_werror_flag"
20197 || test ! -s conftest.err'
20198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20199 (eval $ac_try) 2>&5
20201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20202 (exit $ac_status); }; } &&
20203 { ac_try='test -s conftest.$ac_objext'
20204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20205 (eval $ac_try) 2>&5
20207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20208 (exit $ac_status); }; }; then
20209 WARN_CFLAGS="${WARN_CFLAGS} $w"
20211 echo "$as_me: failed program was:" >&5
20212 sed 's/^/| /' conftest.$ac_ext >&5
20215 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20216 CFLAGS="$saved_CFLAGS"
20219 echo "$as_me:$LINENO: result: ${WARN_CFLAGS}${WERROR_CFLAGS}" >&5
20220 echo "${ECHO_T}${WARN_CFLAGS}${WERROR_CFLAGS}" >&6
20225 # In the Cygwin environment, we need some additional flags.
20226 echo "$as_me:$LINENO: checking for cygwin" >&5
20227 echo $ECHO_N "checking for cygwin... $ECHO_C" >&6
20228 if test "${gdb_cv_os_cygwin+set}" = set; then
20229 echo $ECHO_N "(cached) $ECHO_C" >&6
20231 cat >conftest.$ac_ext <<_ACEOF
20234 cat confdefs.h >>conftest.$ac_ext
20235 cat >>conftest.$ac_ext <<_ACEOF
20236 /* end confdefs.h. */
20238 #if defined (__CYGWIN__) || defined (__CYGWIN32__)
20242 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20243 $EGREP "lose" >/dev/null 2>&1; then
20244 gdb_cv_os_cygwin=yes
20246 gdb_cv_os_cygwin=no
20251 echo "$as_me:$LINENO: result: $gdb_cv_os_cygwin" >&5
20252 echo "${ECHO_T}$gdb_cv_os_cygwin" >&6
20255 SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
20257 *go32* ) SER_HARDWIRE=ser-go32.o ;;
20258 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
20259 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o" ;;
20263 # libreadline needs libuser32.a in a cygwin environment
20265 if test x$gdb_cv_os_cygwin = xyes; then
20266 WIN32LIBS="-luser32"
20267 case "${target}" in
20268 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
20273 # The ser-tcp.c module requires sockets.
20277 cat >>confdefs.h <<\_ACEOF
20278 #define USE_WIN32API 1
20281 WIN32LIBS="$WIN32LIBS -lws2_32"
20286 LIBGUI="../libgui/src/libgui.a"
20287 GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
20305 if test "${enable_gdbtk}" = "yes"; then
20307 # Gdbtk must have an absolute path to srcdir in order to run
20308 # properly when not installed.
20311 GDBTK_SRC_DIR=`pwd`
20316 # Ok, lets find the tcl configuration
20317 # First, look for one uninstalled.
20318 # the alternative search directory is invoked by --with-tclconfig
20321 if test x"${no_tcl}" = x ; then
20322 # we reset no_tcl in case something fails here
20325 # Check whether --with-tclconfig or --without-tclconfig was given.
20326 if test "${with_tclconfig+set}" = set; then
20327 withval="$with_tclconfig"
20328 with_tclconfig=${withval}
20330 echo "$as_me:$LINENO: checking for Tcl configuration" >&5
20331 echo $ECHO_N "checking for Tcl configuration... $ECHO_C" >&6
20332 if test "${ac_cv_c_tclconfig+set}" = set; then
20333 echo $ECHO_N "(cached) $ECHO_C" >&6
20337 # First check to see if --with-tclconfig was specified.
20338 if test x"${with_tclconfig}" != x ; then
20339 if test -f "${with_tclconfig}/tclConfig.sh" ; then
20340 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
20342 { { echo "$as_me:$LINENO: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&5
20343 echo "$as_me: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&2;}
20344 { (exit 1); exit 1; }; }
20348 # then check for a private Tcl installation
20349 if test x"${ac_cv_c_tclconfig}" = x ; then
20352 `ls -dr ../tcl[7-9]* 2>/dev/null` \
20354 `ls -dr ../../tcl[7-9]* 2>/dev/null` \
20356 `ls -dr ../../../tcl[7-9]* 2>/dev/null` ; do
20357 if test -f "$i/${configdir}/tclConfig.sh" ; then
20358 ac_cv_c_tclconfig=`(cd $i/${configdir}; pwd)`
20363 # check in a few common install locations
20364 if test x"${ac_cv_c_tclconfig}" = x ; then
20365 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
20366 if test -f "$i/tclConfig.sh" ; then
20367 ac_cv_c_tclconfig=`(cd $i; pwd)`
20372 # check in a few other private locations
20373 if test x"${ac_cv_c_tclconfig}" = x ; then
20376 `ls -dr ${srcdir}/../tcl[7-9]* 2>/dev/null` ; do
20377 if test -f "$i/${configdir}/tclConfig.sh" ; then
20378 ac_cv_c_tclconfig=`(cd $i/${configdir}; pwd)`
20386 if test x"${ac_cv_c_tclconfig}" = x ; then
20387 TCLCONFIG="# no Tcl configs found"
20388 { echo "$as_me:$LINENO: WARNING: Can't find Tcl configuration definitions" >&5
20389 echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
20392 TCLCONFIG=${ac_cv_c_tclconfig}/tclConfig.sh
20393 echo "$as_me:$LINENO: result: found $TCLCONFIG" >&5
20394 echo "${ECHO_T}found $TCLCONFIG" >&6
20398 if test -z "${no_tcl}"; then
20429 # Ok, lets find the tk configuration
20430 # First, look for one uninstalled.
20431 # the alternative search directory is invoked by --with-tkconfig
20434 if test x"${no_tk}" = x ; then
20435 # we reset no_tk in case something fails here
20438 # Check whether --with-tkconfig or --without-tkconfig was given.
20439 if test "${with_tkconfig+set}" = set; then
20440 withval="$with_tkconfig"
20441 with_tkconfig=${withval}
20443 echo "$as_me:$LINENO: checking for Tk configuration" >&5
20444 echo $ECHO_N "checking for Tk configuration... $ECHO_C" >&6
20445 if test "${ac_cv_c_tkconfig+set}" = set; then
20446 echo $ECHO_N "(cached) $ECHO_C" >&6
20450 # First check to see if --with-tkconfig was specified.
20451 if test x"${with_tkconfig}" != x ; then
20452 if test -f "${with_tkconfig}/tkConfig.sh" ; then
20453 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
20455 { { echo "$as_me:$LINENO: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" >&5
20456 echo "$as_me: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" >&2;}
20457 { (exit 1); exit 1; }; }
20461 # then check for a private Tk library
20462 if test x"${ac_cv_c_tkconfig}" = x ; then
20465 `ls -dr ../tk[4-9]* 2>/dev/null` \
20467 `ls -dr ../../tk[4-9]* 2>/dev/null` \
20469 `ls -dr ../../../tk[4-9]* 2>/dev/null` ; do
20470 if test -f "$i/${configdir}/tkConfig.sh" ; then
20471 ac_cv_c_tkconfig=`(cd $i/${configdir}; pwd)`
20476 # check in a few common install locations
20477 if test x"${ac_cv_c_tkconfig}" = x ; then
20478 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
20479 if test -f "$i/tkConfig.sh" ; then
20480 ac_cv_c_tkconfig=`(cd $i; pwd)`
20485 # check in a few other private locations
20486 if test x"${ac_cv_c_tkconfig}" = x ; then
20489 `ls -dr ${srcdir}/../tk[4-9]* 2>/dev/null` ; do
20490 if test -f "$i/${configdir}/tkConfig.sh" ; then
20491 ac_cv_c_tkconfig=`(cd $i/${configdir}; pwd)`
20499 if test x"${ac_cv_c_tkconfig}" = x ; then
20500 TKCONFIG="# no Tk configs found"
20501 { echo "$as_me:$LINENO: WARNING: Can't find Tk configuration definitions" >&5
20502 echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
20505 TKCONFIG=${ac_cv_c_tkconfig}/tkConfig.sh
20506 echo "$as_me:$LINENO: result: found $TKCONFIG" >&5
20507 echo "${ECHO_T}found $TKCONFIG" >&6
20513 # now look for Tcl library stuff
20515 tcldir="../tcl/${configdir}/"
20517 TCL_DEPS="${tcldir}${TCL_LIB_FILE}"
20519 # If $no_tk is nonempty, then we can't do Tk, and there is no
20520 # point to doing Tcl.
20521 if test -z "${no_tk}"; then
20523 if test -f "$TKCONFIG" ; then
20541 # Ok, lets find the tcl source trees so we can use the headers
20542 # Warning: transition of version 9 to 10 will break this algorithm
20543 # because 10 sorts before 9. We also look for just tcl. We have to
20544 # be careful that we don't match stuff like tclX by accident.
20545 # the alternative search directory is involked by --with-tclinclude
20549 echo "$as_me:$LINENO: checking for Tcl private headers. dir=${configdir}" >&5
20550 echo $ECHO_N "checking for Tcl private headers. dir=${configdir}... $ECHO_C" >&6
20552 # Check whether --with-tclinclude or --without-tclinclude was given.
20553 if test "${with_tclinclude+set}" = set; then
20554 withval="$with_tclinclude"
20555 with_tclinclude=${withval}
20557 if test "${ac_cv_c_tclh+set}" = set; then
20558 echo $ECHO_N "(cached) $ECHO_C" >&6
20561 # first check to see if --with-tclinclude was specified
20562 if test x"${with_tclinclude}" != x ; then
20563 if test -f ${with_tclinclude}/tclInt.h ; then
20564 ac_cv_c_tclh=`(cd ${with_tclinclude}; pwd)`
20565 elif test -f ${with_tclinclude}/generic/tclInt.h ; then
20566 ac_cv_c_tclh=`(cd ${with_tclinclude}/generic; pwd)`
20568 { { echo "$as_me:$LINENO: error: ${with_tclinclude} directory doesn't contain private headers" >&5
20569 echo "$as_me: error: ${with_tclinclude} directory doesn't contain private headers" >&2;}
20570 { (exit 1); exit 1; }; }
20574 # next check if it came with Tcl configuration file
20575 if test x"${ac_cv_c_tclconfig}" = x ; then
20576 if test -f $ac_cv_c_tclconfig/../generic/tclInt.h ; then
20577 ac_cv_c_tclh=`(cd $ac_cv_c_tclconfig/..; pwd)`
20581 # next check in private source directory
20583 # since ls returns lowest version numbers first, reverse its output
20584 if test x"${ac_cv_c_tclh}" = x ; then
20587 `ls -dr ${srcdir}/../tcl[7-9]* 2>/dev/null` \
20588 ${srcdir}/../../tcl \
20589 `ls -dr ${srcdir}/../../tcl[7-9]* 2>/dev/null` \
20590 ${srcdir}/../../../tcl \
20591 `ls -dr ${srcdir}/../../../tcl[7-9]* 2>/dev/null ` ; do
20592 if test -f $i/generic/tclInt.h ; then
20593 ac_cv_c_tclh=`(cd $i/generic; pwd)`
20598 # finally check in a few common install locations
20600 # since ls returns lowest version numbers first, reverse its output
20601 if test x"${ac_cv_c_tclh}" = x ; then
20603 `ls -dr /usr/local/src/tcl[7-9]* 2>/dev/null` \
20604 `ls -dr /usr/local/lib/tcl[7-9]* 2>/dev/null` \
20605 /usr/local/src/tcl \
20606 /usr/local/lib/tcl \
20607 ${prefix}/include ; do
20608 if test -f $i/generic/tclInt.h ; then
20609 ac_cv_c_tclh=`(cd $i/generic; pwd)`
20614 # see if one is installed
20615 if test x"${ac_cv_c_tclh}" = x ; then
20616 if test "${ac_cv_header_tclInt_h+set}" = set; then
20617 echo "$as_me:$LINENO: checking for tclInt.h" >&5
20618 echo $ECHO_N "checking for tclInt.h... $ECHO_C" >&6
20619 if test "${ac_cv_header_tclInt_h+set}" = set; then
20620 echo $ECHO_N "(cached) $ECHO_C" >&6
20622 echo "$as_me:$LINENO: result: $ac_cv_header_tclInt_h" >&5
20623 echo "${ECHO_T}$ac_cv_header_tclInt_h" >&6
20625 # Is the header compilable?
20626 echo "$as_me:$LINENO: checking tclInt.h usability" >&5
20627 echo $ECHO_N "checking tclInt.h usability... $ECHO_C" >&6
20628 cat >conftest.$ac_ext <<_ACEOF
20631 cat confdefs.h >>conftest.$ac_ext
20632 cat >>conftest.$ac_ext <<_ACEOF
20633 /* end confdefs.h. */
20634 $ac_includes_default
20635 #include <tclInt.h>
20637 rm -f conftest.$ac_objext
20638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20639 (eval $ac_compile) 2>conftest.er1
20641 grep -v '^ *+' conftest.er1 >conftest.err
20643 cat conftest.err >&5
20644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20645 (exit $ac_status); } &&
20646 { ac_try='test -z "$ac_c_werror_flag"
20647 || test ! -s conftest.err'
20648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20649 (eval $ac_try) 2>&5
20651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20652 (exit $ac_status); }; } &&
20653 { ac_try='test -s conftest.$ac_objext'
20654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20655 (eval $ac_try) 2>&5
20657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20658 (exit $ac_status); }; }; then
20659 ac_header_compiler=yes
20661 echo "$as_me: failed program was:" >&5
20662 sed 's/^/| /' conftest.$ac_ext >&5
20664 ac_header_compiler=no
20666 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20667 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20668 echo "${ECHO_T}$ac_header_compiler" >&6
20670 # Is the header present?
20671 echo "$as_me:$LINENO: checking tclInt.h presence" >&5
20672 echo $ECHO_N "checking tclInt.h presence... $ECHO_C" >&6
20673 cat >conftest.$ac_ext <<_ACEOF
20676 cat confdefs.h >>conftest.$ac_ext
20677 cat >>conftest.$ac_ext <<_ACEOF
20678 /* end confdefs.h. */
20679 #include <tclInt.h>
20681 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20682 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20684 grep -v '^ *+' conftest.er1 >conftest.err
20686 cat conftest.err >&5
20687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20688 (exit $ac_status); } >/dev/null; then
20689 if test -s conftest.err; then
20690 ac_cpp_err=$ac_c_preproc_warn_flag
20691 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20698 if test -z "$ac_cpp_err"; then
20699 ac_header_preproc=yes
20701 echo "$as_me: failed program was:" >&5
20702 sed 's/^/| /' conftest.$ac_ext >&5
20704 ac_header_preproc=no
20706 rm -f conftest.err conftest.$ac_ext
20707 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20708 echo "${ECHO_T}$ac_header_preproc" >&6
20710 # So? What about this header?
20711 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20713 { echo "$as_me:$LINENO: WARNING: tclInt.h: accepted by the compiler, rejected by the preprocessor!" >&5
20714 echo "$as_me: WARNING: tclInt.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20715 { echo "$as_me:$LINENO: WARNING: tclInt.h: proceeding with the compiler's result" >&5
20716 echo "$as_me: WARNING: tclInt.h: proceeding with the compiler's result" >&2;}
20717 ac_header_preproc=yes
20720 { echo "$as_me:$LINENO: WARNING: tclInt.h: present but cannot be compiled" >&5
20721 echo "$as_me: WARNING: tclInt.h: present but cannot be compiled" >&2;}
20722 { echo "$as_me:$LINENO: WARNING: tclInt.h: check for missing prerequisite headers?" >&5
20723 echo "$as_me: WARNING: tclInt.h: check for missing prerequisite headers?" >&2;}
20724 { echo "$as_me:$LINENO: WARNING: tclInt.h: see the Autoconf documentation" >&5
20725 echo "$as_me: WARNING: tclInt.h: see the Autoconf documentation" >&2;}
20726 { echo "$as_me:$LINENO: WARNING: tclInt.h: section \"Present But Cannot Be Compiled\"" >&5
20727 echo "$as_me: WARNING: tclInt.h: section \"Present But Cannot Be Compiled\"" >&2;}
20728 { echo "$as_me:$LINENO: WARNING: tclInt.h: proceeding with the preprocessor's result" >&5
20729 echo "$as_me: WARNING: tclInt.h: proceeding with the preprocessor's result" >&2;}
20730 { echo "$as_me:$LINENO: WARNING: tclInt.h: in the future, the compiler will take precedence" >&5
20731 echo "$as_me: WARNING: tclInt.h: in the future, the compiler will take precedence" >&2;}
20734 ## ------------------------------------------ ##
20735 ## Report this to the AC_PACKAGE_NAME lists. ##
20736 ## ------------------------------------------ ##
20739 sed "s/^/$as_me: WARNING: /" >&2
20742 echo "$as_me:$LINENO: checking for tclInt.h" >&5
20743 echo $ECHO_N "checking for tclInt.h... $ECHO_C" >&6
20744 if test "${ac_cv_header_tclInt_h+set}" = set; then
20745 echo $ECHO_N "(cached) $ECHO_C" >&6
20747 ac_cv_header_tclInt_h=$ac_header_preproc
20749 echo "$as_me:$LINENO: result: $ac_cv_header_tclInt_h" >&5
20750 echo "${ECHO_T}$ac_cv_header_tclInt_h" >&6
20753 if test $ac_cv_header_tclInt_h = yes; then
20754 ac_cv_c_tclh=installed
20764 if test x"${ac_cv_c_tclh}" = x ; then
20765 TCLHDIR="# no Tcl private headers found"
20766 { { echo "$as_me:$LINENO: error: Can't find Tcl private headers" >&5
20767 echo "$as_me: error: Can't find Tcl private headers" >&2;}
20768 { (exit 1); exit 1; }; }
20770 if test x"${ac_cv_c_tclh}" != x ; then
20772 if test x"${ac_cv_c_tclh}" = x"installed" ; then
20773 echo "$as_me:$LINENO: result: is installed" >&5
20774 echo "${ECHO_T}is installed" >&6
20777 echo "$as_me:$LINENO: result: found in ${ac_cv_c_tclh}" >&5
20778 echo "${ECHO_T}found in ${ac_cv_c_tclh}" >&6
20779 # this hack is cause the TCLHDIR won't print if there is a "-I" in it.
20780 TCLHDIR="-I${ac_cv_c_tclh}"
20788 # Ok, lets find the tk source trees so we can use the headers
20789 # If the directory (presumably symlink) named "tk" exists, use that one
20790 # in preference to any others. Same logic is used when choosing library
20791 # and again with Tcl. The search order is the best place to look first, then in
20792 # decreasing significance. The loop breaks if the trigger file is found.
20793 # Note the gross little conversion here of srcdir by cd'ing to the found
20794 # directory. This converts the path from a relative to an absolute, so
20795 # recursive cache variables for the path will work right. We check all
20796 # the possible paths in one loop rather than many seperate loops to speed
20798 # the alternative search directory is involked by --with-tkinclude
20801 echo "$as_me:$LINENO: checking for Tk private headers" >&5
20802 echo $ECHO_N "checking for Tk private headers... $ECHO_C" >&6
20804 # Check whether --with-tkinclude or --without-tkinclude was given.
20805 if test "${with_tkinclude+set}" = set; then
20806 withval="$with_tkinclude"
20807 with_tkinclude=${withval}
20809 if test "${ac_cv_c_tkh+set}" = set; then
20810 echo $ECHO_N "(cached) $ECHO_C" >&6
20813 # first check to see if --with-tkinclude was specified
20814 if test x"${with_tkinclude}" != x ; then
20815 if test -f ${with_tkinclude}/tk.h ; then
20816 ac_cv_c_tkh=`(cd ${with_tkinclude}; pwd)`
20817 elif test -f ${with_tkinclude}/generic/tk.h ; then
20818 ac_cv_c_tkh=`(cd ${with_tkinclude}/generic; pwd)`
20820 { { echo "$as_me:$LINENO: error: ${with_tkinclude} directory doesn't contain private headers" >&5
20821 echo "$as_me: error: ${with_tkinclude} directory doesn't contain private headers" >&2;}
20822 { (exit 1); exit 1; }; }
20826 # next check if it came with Tk configuration file
20827 if test x"${ac_cv_c_tkconfig}" = x ; then
20828 if test -f $ac_cv_c_tkconfig/../generic/tk.h ; then
20829 ac_cv_c_tkh=`(cd $ac_cv_c_tkconfig/..; pwd)`
20833 # next check in private source directory
20835 # since ls returns lowest version numbers first, reverse its output
20836 if test x"${ac_cv_c_tkh}" = x ; then
20839 `ls -dr ${srcdir}/../tk[4-9]* 2>/dev/null` \
20840 ${srcdir}/../../tk \
20841 `ls -dr ${srcdir}/../../tk[4-9]* 2>/dev/null` \
20842 ${srcdir}/../../../tk \
20843 `ls -dr ${srcdir}/../../../tk[4-9]* 2>/dev/null ` ; do
20844 if test -f $i/generic/tk.h ; then
20845 ac_cv_c_tkh=`(cd $i/generic; pwd)`
20850 # finally check in a few common install locations
20852 # since ls returns lowest version numbers first, reverse its output
20853 if test x"${ac_cv_c_tkh}" = x ; then
20855 `ls -dr /usr/local/src/tk[4-9]* 2>/dev/null` \
20856 `ls -dr /usr/local/lib/tk[4-9]* 2>/dev/null` \
20857 /usr/local/src/tk \
20858 /usr/local/lib/tk \
20859 ${prefix}/include ; do
20860 if test -f $i/generic/tk.h ; then
20861 ac_cv_c_tkh=`(cd $i/generic; pwd)`
20866 # see if one is installed
20867 if test x"${ac_cv_c_tkh}" = x ; then
20868 if test "${ac_cv_header_tk_h+set}" = set; then
20869 echo "$as_me:$LINENO: checking for tk.h" >&5
20870 echo $ECHO_N "checking for tk.h... $ECHO_C" >&6
20871 if test "${ac_cv_header_tk_h+set}" = set; then
20872 echo $ECHO_N "(cached) $ECHO_C" >&6
20874 echo "$as_me:$LINENO: result: $ac_cv_header_tk_h" >&5
20875 echo "${ECHO_T}$ac_cv_header_tk_h" >&6
20877 # Is the header compilable?
20878 echo "$as_me:$LINENO: checking tk.h usability" >&5
20879 echo $ECHO_N "checking tk.h usability... $ECHO_C" >&6
20880 cat >conftest.$ac_ext <<_ACEOF
20883 cat confdefs.h >>conftest.$ac_ext
20884 cat >>conftest.$ac_ext <<_ACEOF
20885 /* end confdefs.h. */
20886 $ac_includes_default
20889 rm -f conftest.$ac_objext
20890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20891 (eval $ac_compile) 2>conftest.er1
20893 grep -v '^ *+' conftest.er1 >conftest.err
20895 cat conftest.err >&5
20896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20897 (exit $ac_status); } &&
20898 { ac_try='test -z "$ac_c_werror_flag"
20899 || test ! -s conftest.err'
20900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20901 (eval $ac_try) 2>&5
20903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20904 (exit $ac_status); }; } &&
20905 { ac_try='test -s conftest.$ac_objext'
20906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20907 (eval $ac_try) 2>&5
20909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20910 (exit $ac_status); }; }; then
20911 ac_header_compiler=yes
20913 echo "$as_me: failed program was:" >&5
20914 sed 's/^/| /' conftest.$ac_ext >&5
20916 ac_header_compiler=no
20918 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20919 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20920 echo "${ECHO_T}$ac_header_compiler" >&6
20922 # Is the header present?
20923 echo "$as_me:$LINENO: checking tk.h presence" >&5
20924 echo $ECHO_N "checking tk.h presence... $ECHO_C" >&6
20925 cat >conftest.$ac_ext <<_ACEOF
20928 cat confdefs.h >>conftest.$ac_ext
20929 cat >>conftest.$ac_ext <<_ACEOF
20930 /* end confdefs.h. */
20933 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20934 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20936 grep -v '^ *+' conftest.er1 >conftest.err
20938 cat conftest.err >&5
20939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20940 (exit $ac_status); } >/dev/null; then
20941 if test -s conftest.err; then
20942 ac_cpp_err=$ac_c_preproc_warn_flag
20943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20950 if test -z "$ac_cpp_err"; then
20951 ac_header_preproc=yes
20953 echo "$as_me: failed program was:" >&5
20954 sed 's/^/| /' conftest.$ac_ext >&5
20956 ac_header_preproc=no
20958 rm -f conftest.err conftest.$ac_ext
20959 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20960 echo "${ECHO_T}$ac_header_preproc" >&6
20962 # So? What about this header?
20963 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20965 { echo "$as_me:$LINENO: WARNING: tk.h: accepted by the compiler, rejected by the preprocessor!" >&5
20966 echo "$as_me: WARNING: tk.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20967 { echo "$as_me:$LINENO: WARNING: tk.h: proceeding with the compiler's result" >&5
20968 echo "$as_me: WARNING: tk.h: proceeding with the compiler's result" >&2;}
20969 ac_header_preproc=yes
20972 { echo "$as_me:$LINENO: WARNING: tk.h: present but cannot be compiled" >&5
20973 echo "$as_me: WARNING: tk.h: present but cannot be compiled" >&2;}
20974 { echo "$as_me:$LINENO: WARNING: tk.h: check for missing prerequisite headers?" >&5
20975 echo "$as_me: WARNING: tk.h: check for missing prerequisite headers?" >&2;}
20976 { echo "$as_me:$LINENO: WARNING: tk.h: see the Autoconf documentation" >&5
20977 echo "$as_me: WARNING: tk.h: see the Autoconf documentation" >&2;}
20978 { echo "$as_me:$LINENO: WARNING: tk.h: section \"Present But Cannot Be Compiled\"" >&5
20979 echo "$as_me: WARNING: tk.h: section \"Present But Cannot Be Compiled\"" >&2;}
20980 { echo "$as_me:$LINENO: WARNING: tk.h: proceeding with the preprocessor's result" >&5
20981 echo "$as_me: WARNING: tk.h: proceeding with the preprocessor's result" >&2;}
20982 { echo "$as_me:$LINENO: WARNING: tk.h: in the future, the compiler will take precedence" >&5
20983 echo "$as_me: WARNING: tk.h: in the future, the compiler will take precedence" >&2;}
20986 ## ------------------------------------------ ##
20987 ## Report this to the AC_PACKAGE_NAME lists. ##
20988 ## ------------------------------------------ ##
20991 sed "s/^/$as_me: WARNING: /" >&2
20994 echo "$as_me:$LINENO: checking for tk.h" >&5
20995 echo $ECHO_N "checking for tk.h... $ECHO_C" >&6
20996 if test "${ac_cv_header_tk_h+set}" = set; then
20997 echo $ECHO_N "(cached) $ECHO_C" >&6
20999 ac_cv_header_tk_h=$ac_header_preproc
21001 echo "$as_me:$LINENO: result: $ac_cv_header_tk_h" >&5
21002 echo "${ECHO_T}$ac_cv_header_tk_h" >&6
21005 if test $ac_cv_header_tk_h = yes; then
21006 ac_cv_c_tkh=installed
21016 if test x"${ac_cv_c_tkh}" != x ; then
21018 if test x"${ac_cv_c_tkh}" = x"installed" ; then
21019 echo "$as_me:$LINENO: result: is installed" >&5
21020 echo "${ECHO_T}is installed" >&6
21023 echo "$as_me:$LINENO: result: found in ${ac_cv_c_tkh}" >&5
21024 echo "${ECHO_T}found in ${ac_cv_c_tkh}" >&6
21025 # this hack is cause the TKHDIR won't print if there is a "-I" in it.
21026 TKHDIR="-I${ac_cv_c_tkh}"
21029 TKHDIR="# no Tk directory found"
21030 { echo "$as_me:$LINENO: WARNING: Can't find Tk private headers" >&5
21031 echo "$as_me: WARNING: Can't find Tk private headers" >&2;}
21038 echo "$as_me:$LINENO: checking for Itcl private headers. srcdir=${srcdir}" >&5
21039 echo $ECHO_N "checking for Itcl private headers. srcdir=${srcdir}... $ECHO_C" >&6
21040 if test x"${ac_cv_c_itclh}" = x ; then
21041 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itcl; do
21042 if test -f $i/generic/itcl.h ; then
21043 ac_cv_c_itclh=`(cd $i/generic; pwd)`
21048 if test x"${ac_cv_c_itclh}" = x ; then
21049 ITCLHDIR="# no Itcl private headers found"
21050 { { echo "$as_me:$LINENO: error: Can't find Itcl private headers" >&5
21051 echo "$as_me: error: Can't find Itcl private headers" >&2;}
21052 { (exit 1); exit 1; }; }
21054 if test x"${ac_cv_c_itclh}" != x ; then
21055 ITCLHDIR="-I${ac_cv_c_itclh}"
21057 # should always be here
21058 # ITCLLIB="../itcl/itcl/unix/libitcl.a"
21063 echo "$as_me:$LINENO: checking for Itk private headers. srcdir=${srcdir}" >&5
21064 echo $ECHO_N "checking for Itk private headers. srcdir=${srcdir}... $ECHO_C" >&6
21065 if test x"${ac_cv_c_itkh}" = x ; then
21066 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itk; do
21067 if test -f $i/generic/itk.h ; then
21068 ac_cv_c_itkh=`(cd $i/generic; pwd)`
21073 if test x"${ac_cv_c_itkh}" = x ; then
21074 ITKHDIR="# no Itk private headers found"
21075 { { echo "$as_me:$LINENO: error: Can't find Itk private headers" >&5
21076 echo "$as_me: error: Can't find Itk private headers" >&2;}
21077 { (exit 1); exit 1; }; }
21079 if test x"${ac_cv_c_itkh}" != x ; then
21080 ITKHDIR="-I${ac_cv_c_itkh}"
21082 # should always be here
21083 # ITKLIB="../itcl/itk/unix/libitk.a"
21089 # now look for Tk library stuff
21091 tkdir="../tk/${configdir}/"
21093 TK_DEPS="${tkdir}${TK_LIB_FILE}"
21095 # now look for Itcl library stuff
21099 # Ok, lets find the itcl configuration
21100 # First, look for one uninstalled.
21101 # the alternative search directory is invoked by --with-itclconfig
21104 if test x"${no_itcl}" = x ; then
21105 # we reset no_itcl in case something fails here
21108 # Check whether --with-itclconfig or --without-itclconfig was given.
21109 if test "${with_itclconfig+set}" = set; then
21110 withval="$with_itclconfig"
21111 with_itclconfig=${withval}
21113 echo "$as_me:$LINENO: checking for Itcl configuration" >&5
21114 echo $ECHO_N "checking for Itcl configuration... $ECHO_C" >&6
21115 if test "${ac_cv_c_itclconfig+set}" = set; then
21116 echo $ECHO_N "(cached) $ECHO_C" >&6
21120 # First check to see if --with-itclconfig was specified.
21121 if test x"${with_itclconfig}" != x ; then
21122 if test -f "${with_itclconfig}/itclConfig.sh" ; then
21123 ac_cv_c_itclconfig=`(cd ${with_itclconfig}; pwd)`
21125 { { echo "$as_me:$LINENO: error: ${with_itclconfig} directory doesn't contain itclConfig.sh" >&5
21126 echo "$as_me: error: ${with_itclconfig} directory doesn't contain itclConfig.sh" >&2;}
21127 { (exit 1); exit 1; }; }
21131 # then check for a private Itcl library
21132 if test x"${ac_cv_c_itclconfig}" = x ; then
21135 `ls -dr ../itcl[4-9]*/itcl 2>/dev/null` \
21137 `ls -dr ../../itcl[4-9]*/itcl 2>/dev/null` \
21139 `ls -dr ../../../itcl[4-9]*/itcl 2>/dev/null` ; do
21140 if test -f "$i/itclConfig.sh" ; then
21141 ac_cv_c_itclconfig=`(cd $i; pwd)`
21146 # check in a few common install locations
21147 if test x"${ac_cv_c_itclconfig}" = x ; then
21148 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
21149 if test -f "$i/itclConfig.sh" ; then
21150 ac_cv_c_itclconfig=`(cd $i; pwd)`
21155 # check in a few other private locations
21156 if test x"${ac_cv_c_itclconfig}" = x ; then
21158 ${srcdir}/../itcl/itcl \
21159 `ls -dr ${srcdir}/../itcl[4-9]*/itcl 2>/dev/null` ; do
21160 if test -f "$i/itclConfig.sh" ; then
21161 ac_cv_c_itclconfig=`(cd $i; pwd)`
21169 if test x"${ac_cv_c_itclconfig}" = x ; then
21170 ITCLCONFIG="# no Itcl configs found"
21171 { echo "$as_me:$LINENO: WARNING: Can't find Itcl configuration definitions" >&5
21172 echo "$as_me: WARNING: Can't find Itcl configuration definitions" >&2;}
21175 ITCLCONFIG=${ac_cv_c_itclconfig}/itclConfig.sh
21176 echo "$as_me:$LINENO: result: found $ITCLCONFIG" >&5
21177 echo "${ECHO_T}found $ITCLCONFIG" >&6
21181 if test -z "${no_itcl}"; then
21183 if test -f "$ITCLCONFIG" ; then
21198 ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
21199 ITCL_DEPS="${ITCL_LIB_FULL_PATH}"
21203 # now look for Itk library stuff
21206 # Ok, lets find the itk configuration
21207 # First, look for one uninstalled.
21208 # the alternative search directory is invoked by --with-itkconfig
21211 if test x"${no_itk}" = x ; then
21212 # we reset no_itk in case something fails here
21215 # Check whether --with-itkconfig or --without-itkconfig was given.
21216 if test "${with_itkconfig+set}" = set; then
21217 withval="$with_itkconfig"
21218 with_itkconfig=${withval}
21220 echo "$as_me:$LINENO: checking for Itk configuration" >&5
21221 echo $ECHO_N "checking for Itk configuration... $ECHO_C" >&6
21222 if test "${ac_cv_c_itkconfig+set}" = set; then
21223 echo $ECHO_N "(cached) $ECHO_C" >&6
21227 # First check to see if --with-itkconfig was specified.
21228 if test x"${with_itkconfig}" != x ; then
21229 if test -f "${with_itkconfig}/itkConfig.sh" ; then
21230 ac_cv_c_itkconfig=`(cd ${with_itkconfig}; pwd)`
21232 { { echo "$as_me:$LINENO: error: ${with_itkconfig} directory doesn't contain itkConfig.sh" >&5
21233 echo "$as_me: error: ${with_itkconfig} directory doesn't contain itkConfig.sh" >&2;}
21234 { (exit 1); exit 1; }; }
21238 # then check for a private Itk library
21239 if test x"${ac_cv_c_itkconfig}" = x ; then
21242 `ls -dr ../itcl[4-9]*/itk 2>/dev/null` \
21244 `ls -dr ../../itcl[4-9]*/itk 2>/dev/null` \
21246 `ls -dr ../../../itcl[4-9]*/itk 2>/dev/null` ; do
21247 if test -f "$i/itkConfig.sh" ; then
21248 ac_cv_c_itkconfig=`(cd $i; pwd)`
21253 # check in a few common install locations
21254 if test x"${ac_cv_c_itkconfig}" = x ; then
21255 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
21256 if test -f "$i/itkConfig.sh" ; then
21257 ac_cv_c_itkconfig=`(cd $i; pwd)`
21262 # check in a few other private locations
21263 if test x"${ac_cv_c_itkconfig}" = x ; then
21265 ${srcdir}/../itcl/itk \
21266 `ls -dr ${srcdir}/../itcl[4-9]*/itk 2>/dev/null` ; do
21267 if test -f "$i/itkConfig.sh" ; then
21268 ac_cv_c_itkconfig=`(cd $i; pwd)`
21276 if test x"${ac_cv_c_itkconfig}" = x ; then
21277 ITKCONFIG="# no Itk configs found"
21278 { echo "$as_me:$LINENO: WARNING: Can't find Itk configuration definitions" >&5
21279 echo "$as_me: WARNING: Can't find Itk configuration definitions" >&2;}
21282 ITKCONFIG=${ac_cv_c_itkconfig}/itkConfig.sh
21283 echo "$as_me:$LINENO: result: found $ITKCONFIG" >&5
21284 echo "${ECHO_T}found $ITKCONFIG" >&6
21289 if test -z "${no_itcl}"; then
21291 if test -f "$ITKCONFIG" ; then
21306 ITKLIB="${ITK_BUILD_LIB_SPEC}"
21307 ITK_DEPS="${ITK_LIB_FULL_PATH}"
21310 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
21312 # Include some libraries that Tcl and Tk want.
21313 TCL_LIBS='$(LIBGUI) $(ITCL) $(ITK) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
21314 # Yes, the ordering seems wrong here. But it isn't.
21315 # TK_LIBS is the list of libraries that need to be linked
21316 # after Tcl/Tk. Note that this isn't put into LIBS. If it
21317 # were in LIBS then any link tests after this point would
21318 # try to include things like `$(LIBGUI)', which wouldn't work.
21319 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
21321 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
21322 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
21323 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
21324 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
21325 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
21326 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
21327 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
21329 if test x$gdb_cv_os_cygwin = xyes; then
21330 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
21331 WIN32LDAPP="-Wl,--subsystem,console"
21332 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
21339 subdirs="$subdirs gdbtk"
21356 echo "$as_me:$LINENO: checking for X" >&5
21357 echo $ECHO_N "checking for X... $ECHO_C" >&6
21360 # Check whether --with-x or --without-x was given.
21361 if test "${with_x+set}" = set; then
21365 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
21366 if test "x$with_x" = xno; then
21367 # The user explicitly disabled X.
21370 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
21371 # Both variables are already set.
21374 if test "${ac_cv_have_x+set}" = set; then
21375 echo $ECHO_N "(cached) $ECHO_C" >&6
21377 # One or both of the vars are not set, and there is no cached value.
21378 ac_x_includes=no ac_x_libraries=no
21379 rm -fr conftest.dir
21380 if mkdir conftest.dir; then
21382 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
21383 cat >Imakefile <<'_ACEOF'
21385 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
21387 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
21388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
21389 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
21390 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
21391 for ac_extension in a so sl; do
21392 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
21393 test -f $ac_im_libdir/libX11.$ac_extension; then
21394 ac_im_usrlibdir=$ac_im_libdir; break
21397 # Screen out bogus values from the imake configuration. They are
21398 # bogus both because they are the default anyway, and because
21399 # using them would break gcc on systems where it needs fixed includes.
21400 case $ac_im_incroot in
21402 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
21404 case $ac_im_usrlibdir in
21405 /usr/lib | /lib) ;;
21406 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
21410 rm -fr conftest.dir
21413 # Standard set of common directories for X headers.
21414 # Check X11 before X11Rn because it is often a symlink to the current release.
21426 /usr/local/X11/include
21427 /usr/local/X11R6/include
21428 /usr/local/X11R5/include
21429 /usr/local/X11R4/include
21431 /usr/local/include/X11
21432 /usr/local/include/X11R6
21433 /usr/local/include/X11R5
21434 /usr/local/include/X11R4
21438 /usr/XFree86/include/X11
21442 /usr/unsupported/include
21443 /usr/athena/include
21444 /usr/local/x11r5/include
21445 /usr/lpp/Xamples/include
21447 /usr/openwin/include
21448 /usr/openwin/share/include'
21450 if test "$ac_x_includes" = no; then
21451 # Guess where to find include files, by looking for Intrinsic.h.
21452 # First, try using that file with no special directory specified.
21453 cat >conftest.$ac_ext <<_ACEOF
21456 cat confdefs.h >>conftest.$ac_ext
21457 cat >>conftest.$ac_ext <<_ACEOF
21458 /* end confdefs.h. */
21459 #include <X11/Intrinsic.h>
21461 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21462 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21464 grep -v '^ *+' conftest.er1 >conftest.err
21466 cat conftest.err >&5
21467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21468 (exit $ac_status); } >/dev/null; then
21469 if test -s conftest.err; then
21470 ac_cpp_err=$ac_c_preproc_warn_flag
21471 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
21478 if test -z "$ac_cpp_err"; then
21479 # We can compile using X headers with no special include directory.
21482 echo "$as_me: failed program was:" >&5
21483 sed 's/^/| /' conftest.$ac_ext >&5
21485 for ac_dir in $ac_x_header_dirs; do
21486 if test -r "$ac_dir/X11/Intrinsic.h"; then
21487 ac_x_includes=$ac_dir
21492 rm -f conftest.err conftest.$ac_ext
21493 fi # $ac_x_includes = no
21495 if test "$ac_x_libraries" = no; then
21496 # Check for the libraries.
21497 # See if we find them without any special options.
21498 # Don't add to $LIBS permanently.
21501 cat >conftest.$ac_ext <<_ACEOF
21504 cat confdefs.h >>conftest.$ac_ext
21505 cat >>conftest.$ac_ext <<_ACEOF
21506 /* end confdefs.h. */
21507 #include <X11/Intrinsic.h>
21516 rm -f conftest.$ac_objext conftest$ac_exeext
21517 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21518 (eval $ac_link) 2>conftest.er1
21520 grep -v '^ *+' conftest.er1 >conftest.err
21522 cat conftest.err >&5
21523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21524 (exit $ac_status); } &&
21525 { ac_try='test -z "$ac_c_werror_flag"
21526 || test ! -s conftest.err'
21527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21528 (eval $ac_try) 2>&5
21530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21531 (exit $ac_status); }; } &&
21532 { ac_try='test -s conftest$ac_exeext'
21533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21534 (eval $ac_try) 2>&5
21536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21537 (exit $ac_status); }; }; then
21539 # We can link X programs with no special library path.
21542 echo "$as_me: failed program was:" >&5
21543 sed 's/^/| /' conftest.$ac_ext >&5
21546 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
21548 # Don't even attempt the hair of trying to link an X program!
21549 for ac_extension in a so sl; do
21550 if test -r $ac_dir/libXt.$ac_extension; then
21551 ac_x_libraries=$ac_dir
21557 rm -f conftest.err conftest.$ac_objext \
21558 conftest$ac_exeext conftest.$ac_ext
21559 fi # $ac_x_libraries = no
21561 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
21562 # Didn't find X anywhere. Cache the known absence of X.
21563 ac_cv_have_x="have_x=no"
21565 # Record where we found X for the cache.
21566 ac_cv_have_x="have_x=yes \
21567 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
21572 eval "$ac_cv_have_x"
21575 if test "$have_x" != yes; then
21576 echo "$as_me:$LINENO: result: $have_x" >&5
21577 echo "${ECHO_T}$have_x" >&6
21580 # If each of the values was on the command line, it overrides each guess.
21581 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
21582 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
21583 # Update the cache value to reflect the command line values.
21584 ac_cv_have_x="have_x=yes \
21585 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
21586 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21587 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21591 # Check whether we should enable the TUI, but only do so if we really
21593 if test x"$enable_tui" = xyes; then
21594 if test -d $srcdir/tui; then
21595 if test "$ac_cv_search_waddstr" != no; then
21596 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
21597 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
21598 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
21599 CONFIG_INITS="$CONFIG_INITS \$(SUBDIR_TUI_INITS)"
21600 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
21601 CONFIG_ALL="${CONFIG_ALL} all-tui"
21602 CONFIG_CLEAN="${CONFIG_CLEAN} clean-tui"
21603 CONFIG_INSTALL="${CONFIG_INSTALL} install-tui"
21604 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-tui"
21606 { echo "$as_me:$LINENO: WARNING: no enhanced curses library found; disabling TUI" >&5
21607 echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
21612 # Unlike the sim directory, whether a simulator is linked is controlled by
21613 # presence of a SIM= and a SIM_OBS= definition in the target '.mt' file.
21614 # This code just checks for a few cases where we'd like to ignore those
21615 # definitions, even when they're present in the '.mt' file. These cases
21616 # are when --disable-sim is specified, or if the simulator directory is
21617 # not part of the source tree.
21619 # Check whether --enable-sim or --disable-sim was given.
21620 if test "${enable_sim+set}" = set; then
21621 enableval="$enable_sim"
21622 echo "enable_sim = $enable_sim";
21623 echo "enableval = ${enableval}";
21624 case "${enableval}" in
21625 yes) ignore_sim=false ;;
21626 no) ignore_sim=true ;;
21627 *) ignore_sim=false ;;
21633 if test ! -d "${srcdir}/../sim"; then
21637 if test "${ignore_sim}" = "true"; then
21639 IGNORE_SIM_OBS="SIM_OBS="
21644 cat >>confdefs.h <<\_ACEOF
21663 # List of host floatformats.
21665 cat >>confdefs.h <<_ACEOF
21666 #define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
21670 cat >>confdefs.h <<_ACEOF
21671 #define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
21675 cat >>confdefs.h <<_ACEOF
21676 #define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
21680 # target_subdir is used by the testsuite to find the target libraries.
21682 if test "${host}" != "${target}"; then
21683 target_subdir="${target_alias}/"
21688 if test "${target}" = "${host}"; then
21689 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
21690 if test ! -f ${host_makefile_frag}; then
21691 { { echo "$as_me:$LINENO: error: \"*** Gdb does not support native target ${host}\"" >&5
21692 echo "$as_me: error: \"*** Gdb does not support native target ${host}\"" >&2;}
21693 { (exit 1); exit 1; }; }
21695 frags="$frags $host_makefile_frag"
21697 host_makefile_frag=/dev/null
21700 target_makefile_frag=${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt
21701 if test ! -f ${target_makefile_frag}; then
21702 { { echo "$as_me:$LINENO: error: \"*** Gdb does not support target ${target}\"" >&5
21703 echo "$as_me: error: \"*** Gdb does not support target ${target}\"" >&2;}
21704 { (exit 1); exit 1; }; }
21706 frags="$frags $target_makefile_frag"
21713 s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
21714 ' ${host_makefile_frag}`
21716 targetfile=`sed -n '
21717 s/DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
21718 ' ${target_makefile_frag}`
21720 if test "${target}" = "${host}"; then
21721 # We pick this up from the host configuration file (.mh) because we
21722 # do not have a native configuration Makefile fragment.
21723 nativefile=`sed -n '
21724 s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
21725 ' ${host_makefile_frag}`
21729 if test x"${gdb_osabi}" != x ; then
21731 cat >>confdefs.h <<_ACEOF
21732 #define GDB_OSABI_DEFAULT $gdb_osabi
21737 # Enable multi-ice-gdb-server.
21738 # Check whether --enable-multi-ice or --disable-multi-ice was given.
21739 if test "${enable_multi_ice+set}" = set; then
21740 enableval="$enable_multi_ice"
21744 *) { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-multi-ice" >&5
21745 echo "$as_me: error: bad value $enableval for --enable-multi-ice" >&2;}
21746 { (exit 1); exit 1; }; } ;;
21749 if test "x$enable_multi_ice" = xyes; then
21752 subdirs="$subdirs multi-ice"
21756 # We only build gdbserver automatically if host and target are the same.
21757 if test "x$target" = "x$host"; then
21758 echo "$as_me:$LINENO: checking whether gdbserver is supported on this host" >&5
21759 echo $ECHO_N "checking whether gdbserver is supported on this host... $ECHO_C" >&6
21760 if test "x$build_gdbserver" = xyes; then
21761 echo "$as_me:$LINENO: result: yes" >&5
21762 echo "${ECHO_T}yes" >&6
21765 subdirs="$subdirs gdbserver"
21768 echo "$as_me:$LINENO: result: no" >&5
21769 echo "${ECHO_T}no" >&6
21773 # We build rdi-share on ARM-based targets, as instructed by configure.tgt.
21774 if test "x$build_rdi_share" = xyes; then
21777 subdirs="$subdirs rdi-share"
21781 # We configure the nlm subdirectory on netware targets, as instructed
21782 # by configure.tgt.
21783 if test "x$build_nlm" = xyes; then
21786 subdirs="$subdirs nlm"
21790 # If hostfile (XM_FILE) and/or targetfile (DEPRECATED_TM_FILE) and/or
21791 # nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
21792 # to an empty version.
21799 if test "${hostfile}" != ""; then
21801 case "${hostfile}" in
21802 xm-*.h ) GDB_XM_FILE="config/${gdb_host_cpu}/${hostfile}" ;;
21803 * ) GDB_XM_FILE="${hostfile}"
21805 files="${files} ${GDB_XM_FILE}"
21806 links="${links} xm.h"
21808 cat >>confdefs.h <<_ACEOF
21809 #define GDB_XM_FILE "${GDB_XM_FILE}"
21817 if test "${targetfile}" != ""; then
21819 case "${targetfile}" in
21820 tm-*.h ) GDB_TM_FILE="config/${gdb_target_cpu}/${targetfile}" ;;
21821 * ) GDB_TM_FILE="${targetfile}"
21823 files="${files} ${GDB_TM_FILE}"
21824 links="${links} tm.h"
21826 cat >>confdefs.h <<_ACEOF
21827 #define GDB_TM_FILE "${GDB_TM_FILE}"
21835 if test "${nativefile}" != ""; then
21837 case "${nativefile}" in
21838 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
21839 * ) GDB_NM_FILE="${nativefile}"
21841 files="${files} ${GDB_NM_FILE}"
21842 links="${links} nm.h"
21844 cat >>confdefs.h <<_ACEOF
21845 #define GDB_NM_FILE "${GDB_NM_FILE}"
21851 ac_sources="$files"
21853 while test -n "$ac_sources"; do
21854 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
21855 set $ac_sources; ac_source=$1; shift; ac_sources=$*
21856 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
21858 ac_config_links="$ac_config_links $ac_config_links_1"
21865 cat >>confdefs.h <<\_ACEOF
21866 #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1"
21873 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
21874 if test "${with_libiconv_prefix+set}" = set; then
21875 withval="$with_libiconv_prefix"
21877 for dir in `echo "$withval" | tr : ' '`; do
21878 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
21879 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
21884 echo "$as_me:$LINENO: checking for iconv" >&5
21885 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
21886 if test "${am_cv_func_iconv+set}" = set; then
21887 echo $ECHO_N "(cached) $ECHO_C" >&6
21890 am_cv_func_iconv="no, consider installing GNU libiconv"
21892 cat >conftest.$ac_ext <<_ACEOF
21895 cat confdefs.h >>conftest.$ac_ext
21896 cat >>conftest.$ac_ext <<_ACEOF
21897 /* end confdefs.h. */
21898 #include <stdlib.h>
21903 iconv_t cd = iconv_open("","");
21904 iconv(cd,NULL,NULL,NULL,NULL);
21910 rm -f conftest.$ac_objext conftest$ac_exeext
21911 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21912 (eval $ac_link) 2>conftest.er1
21914 grep -v '^ *+' conftest.er1 >conftest.err
21916 cat conftest.err >&5
21917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21918 (exit $ac_status); } &&
21919 { ac_try='test -z "$ac_c_werror_flag"
21920 || test ! -s conftest.err'
21921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21922 (eval $ac_try) 2>&5
21924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21925 (exit $ac_status); }; } &&
21926 { ac_try='test -s conftest$ac_exeext'
21927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21928 (eval $ac_try) 2>&5
21930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21931 (exit $ac_status); }; }; then
21932 am_cv_func_iconv=yes
21934 echo "$as_me: failed program was:" >&5
21935 sed 's/^/| /' conftest.$ac_ext >&5
21938 rm -f conftest.err conftest.$ac_objext \
21939 conftest$ac_exeext conftest.$ac_ext
21940 if test "$am_cv_func_iconv" != yes; then
21941 am_save_LIBS="$LIBS"
21942 LIBS="$LIBS -liconv"
21943 cat >conftest.$ac_ext <<_ACEOF
21946 cat confdefs.h >>conftest.$ac_ext
21947 cat >>conftest.$ac_ext <<_ACEOF
21948 /* end confdefs.h. */
21949 #include <stdlib.h>
21954 iconv_t cd = iconv_open("","");
21955 iconv(cd,NULL,NULL,NULL,NULL);
21961 rm -f conftest.$ac_objext conftest$ac_exeext
21962 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21963 (eval $ac_link) 2>conftest.er1
21965 grep -v '^ *+' conftest.er1 >conftest.err
21967 cat conftest.err >&5
21968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21969 (exit $ac_status); } &&
21970 { ac_try='test -z "$ac_c_werror_flag"
21971 || test ! -s conftest.err'
21972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21973 (eval $ac_try) 2>&5
21975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21976 (exit $ac_status); }; } &&
21977 { ac_try='test -s conftest$ac_exeext'
21978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21979 (eval $ac_try) 2>&5
21981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21982 (exit $ac_status); }; }; then
21983 am_cv_lib_iconv=yes
21984 am_cv_func_iconv=yes
21986 echo "$as_me: failed program was:" >&5
21987 sed 's/^/| /' conftest.$ac_ext >&5
21990 rm -f conftest.err conftest.$ac_objext \
21991 conftest$ac_exeext conftest.$ac_ext
21992 LIBS="$am_save_LIBS"
21996 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
21997 echo "${ECHO_T}$am_cv_func_iconv" >&6
21998 if test "$am_cv_func_iconv" = yes; then
22000 cat >>confdefs.h <<\_ACEOF
22001 #define HAVE_ICONV 1
22004 echo "$as_me:$LINENO: checking for iconv declaration" >&5
22005 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
22006 if test "${am_cv_proto_iconv+set}" = set; then
22007 echo $ECHO_N "(cached) $ECHO_C" >&6
22010 cat >conftest.$ac_ext <<_ACEOF
22013 cat confdefs.h >>conftest.$ac_ext
22014 cat >>conftest.$ac_ext <<_ACEOF
22015 /* end confdefs.h. */
22017 #include <stdlib.h>
22023 #if defined(__STDC__) || defined(__cplusplus)
22024 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
22037 rm -f conftest.$ac_objext
22038 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22039 (eval $ac_compile) 2>conftest.er1
22041 grep -v '^ *+' conftest.er1 >conftest.err
22043 cat conftest.err >&5
22044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22045 (exit $ac_status); } &&
22046 { ac_try='test -z "$ac_c_werror_flag"
22047 || test ! -s conftest.err'
22048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22049 (eval $ac_try) 2>&5
22051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22052 (exit $ac_status); }; } &&
22053 { ac_try='test -s conftest.$ac_objext'
22054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22055 (eval $ac_try) 2>&5
22057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22058 (exit $ac_status); }; }; then
22059 am_cv_proto_iconv_arg1=""
22061 echo "$as_me: failed program was:" >&5
22062 sed 's/^/| /' conftest.$ac_ext >&5
22064 am_cv_proto_iconv_arg1="const"
22066 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22067 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
22070 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
22071 echo "$as_me:$LINENO: result: ${ac_t:-
22072 }$am_cv_proto_iconv" >&5
22073 echo "${ECHO_T}${ac_t:-
22074 }$am_cv_proto_iconv" >&6
22076 cat >>confdefs.h <<_ACEOF
22077 #define ICONV_CONST $am_cv_proto_iconv_arg1
22082 if test "$am_cv_lib_iconv" = yes; then
22088 ac_config_files="$ac_config_files Makefile .gdbinit:gdbinit.in"
22089 ac_config_commands="$ac_config_commands default"
22090 cat >confcache <<\_ACEOF
22091 # This file is a shell script that caches the results of configure
22092 # tests run on this system so they can be shared between configure
22093 # scripts and configure runs, see configure's option --config-cache.
22094 # It is not useful on other systems. If it contains results you don't
22095 # want to keep, you may remove or edit it.
22097 # config.status only pays attention to the cache file if you give it
22098 # the --recheck option to rerun configure.
22100 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22101 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22102 # following values.
22106 # The following way of writing the cache mishandles newlines in values,
22107 # but we know of no workaround that is simple, portable, and efficient.
22108 # So, don't put newlines in cache variables' values.
22109 # Ultrix sh set writes to stderr and can't be redirected directly,
22110 # and sets the high bit in the cache file unless we assign to the vars.
22113 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22115 # `set' does not quote correctly, so add quotes (double-quote
22116 # substitution turns \\\\ into \\, and sed turns \\ into \).
22119 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22122 # `set' quotes correctly as required by POSIX, so do not add quotes.
22124 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
22131 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22133 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22135 if diff $cache_file confcache >/dev/null 2>&1; then :; else
22136 if test -w $cache_file; then
22137 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22138 cat confcache >$cache_file
22140 echo "not updating unwritable cache $cache_file"
22145 test "x$prefix" = xNONE && prefix=$ac_default_prefix
22146 # Let make expand exec_prefix.
22147 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
22149 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22150 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22151 # trailing colons and then remove the whole line if VPATH becomes empty
22152 # (actually we leave an empty line to preserve line numbers).
22153 if test "x$srcdir" = x.; then
22154 ac_vpsub='/^[ ]*VPATH[ ]*=/{
22155 s/:*\$(srcdir):*/:/;
22156 s/:*\${srcdir}:*/:/;
22158 s/^\([^=]*=[ ]*\):*/\1/;
22164 DEFS=-DHAVE_CONFIG_H
22168 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
22169 # 1. Remove the extension, and $U if already installed.
22170 ac_i=`echo "$ac_i" |
22171 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
22173 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
22174 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
22176 LIBOBJS=$ac_libobjs
22178 LTLIBOBJS=$ac_ltlibobjs
22181 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
22182 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
22183 Usually this means the macro was only invoked conditionally." >&5
22184 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
22185 Usually this means the macro was only invoked conditionally." >&2;}
22186 { (exit 1); exit 1; }; }
22189 : ${CONFIG_STATUS=./config.status}
22190 ac_clean_files_save=$ac_clean_files
22191 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
22192 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
22193 echo "$as_me: creating $CONFIG_STATUS" >&6;}
22194 cat >$CONFIG_STATUS <<_ACEOF
22196 # Generated by $as_me.
22197 # Run this file to recreate the current configuration.
22198 # Compiler output produced by configure, useful for debugging
22199 # configure, is in config.log if it exists.
22202 ac_cs_recheck=false
22204 SHELL=\${CONFIG_SHELL-$SHELL}
22207 cat >>$CONFIG_STATUS <<\_ACEOF
22208 ## --------------------- ##
22209 ## M4sh Initialization. ##
22210 ## --------------------- ##
22212 # Be Bourne compatible
22213 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
22216 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22217 # is contrary to our usage. Disable this feature.
22218 alias -g '${1+"$@"}'='"$@"'
22219 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22222 DUALCASE=1; export DUALCASE # for MKS sh
22224 # Support unset when possible.
22225 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
22232 # Work around bugs in pre-3.0 UWIN ksh.
22233 $as_unset ENV MAIL MAILPATH
22240 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
22241 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
22242 LC_TELEPHONE LC_TIME
22244 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
22245 eval $as_var=C; export $as_var
22251 # Required to use basename.
22252 if expr a : '\(a\)' >/dev/null 2>&1; then
22258 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
22259 as_basename=basename
22265 # Name of the executable.
22266 as_me=`$as_basename "$0" ||
22267 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22268 X"$0" : 'X\(//\)$' \| \
22269 X"$0" : 'X\(/\)$' \| \
22270 . : '\(.\)' 2>/dev/null ||
22272 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
22273 /^X\/\(\/\/\)$/{ s//\1/; q; }
22274 /^X\/\(\/\).*/{ s//\1/; q; }
22278 # PATH needs CR, and LINENO needs CR and PATH.
22279 # Avoid depending upon Character Ranges.
22280 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
22281 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22282 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
22283 as_cr_digits='0123456789'
22284 as_cr_alnum=$as_cr_Letters$as_cr_digits
22286 # The user is always right.
22287 if test "${PATH_SEPARATOR+set}" != set; then
22288 echo "#! /bin/sh" >conf$$.sh
22289 echo "exit 0" >>conf$$.sh
22291 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
22300 as_lineno_1=$LINENO
22301 as_lineno_2=$LINENO
22302 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
22303 test "x$as_lineno_1" != "x$as_lineno_2" &&
22304 test "x$as_lineno_3" = "x$as_lineno_2" || {
22305 # Find who we are. Look in the path if we contain no path at all
22308 *[\\/]* ) as_myself=$0 ;;
22309 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22310 for as_dir in $PATH
22313 test -z "$as_dir" && as_dir=.
22314 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
22319 # We did not find ourselves, most probably we were run as `sh COMMAND'
22320 # in which case we are not to be found in the path.
22321 if test "x$as_myself" = x; then
22324 if test ! -f "$as_myself"; then
22325 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
22326 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
22327 { (exit 1); exit 1; }; }
22329 case $CONFIG_SHELL in
22331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22332 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
22335 test -z "$as_dir" && as_dir=.
22336 for as_base in sh bash ksh sh5; do
22339 if ("$as_dir/$as_base" -c '
22340 as_lineno_1=$LINENO
22341 as_lineno_2=$LINENO
22342 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
22343 test "x$as_lineno_1" != "x$as_lineno_2" &&
22344 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
22345 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
22346 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
22347 CONFIG_SHELL=$as_dir/$as_base
22348 export CONFIG_SHELL
22349 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
22357 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
22358 # uniformly replaced by the line number. The first 'sed' inserts a
22359 # line-number line before each line; the second 'sed' does the real
22360 # work. The second script uses 'N' to pair each line-number line
22361 # with the numbered line, and appends trailing '-' during
22362 # substitution so that $LINENO is not a special case at line end.
22363 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
22364 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
22365 sed '=' <$as_myself |
22370 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
22373 s,^['$as_cr_digits']*\n,,
22374 ' >$as_me.lineno &&
22375 chmod +x $as_me.lineno ||
22376 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
22377 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
22378 { (exit 1); exit 1; }; }
22380 # Don't try to exec as it changes $[0], causing all sort of problems
22381 # (the dirname of $[0] is not the place where we might find the
22382 # original and so on. Autoconf is especially sensible to this).
22384 # Exit status is that of the last command.
22389 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
22390 *c*,-n*) ECHO_N= ECHO_C='
22392 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
22393 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
22396 if expr a : '\(a\)' >/dev/null 2>&1; then
22402 rm -f conf$$ conf$$.exe conf$$.file
22404 if ln -s conf$$.file conf$$ 2>/dev/null; then
22405 # We could just check for DJGPP; but this test a) works b) is more generic
22406 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
22407 if test -f conf$$.exe; then
22408 # Don't use ln at all; we don't have any links
22413 elif ln conf$$.file conf$$ 2>/dev/null; then
22418 rm -f conf$$ conf$$.exe conf$$.file
22420 if mkdir -p . 2>/dev/null; then
22423 test -d ./-p && rmdir ./-p
22427 as_executable_p="test -f"
22429 # Sed expression to map a string onto a valid CPP name.
22430 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22432 # Sed expression to map a string onto a valid variable name.
22433 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22437 # We need space, tab and new line, in precisely that order.
22447 # Open the log real soon, to keep \$[0] and so on meaningful, and to
22448 # report actual input values of CONFIG_FILES etc. instead of their
22449 # values after options handling. Logging --version etc. is OK.
22453 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22454 ## Running $as_me. ##
22459 This file was extended by $as_me, which was
22460 generated by GNU Autoconf 2.59. Invocation command line was
22462 CONFIG_FILES = $CONFIG_FILES
22463 CONFIG_HEADERS = $CONFIG_HEADERS
22464 CONFIG_LINKS = $CONFIG_LINKS
22465 CONFIG_COMMANDS = $CONFIG_COMMANDS
22469 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
22473 # Files that config.status was made for.
22474 if test -n "$ac_config_files"; then
22475 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
22478 if test -n "$ac_config_headers"; then
22479 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
22482 if test -n "$ac_config_links"; then
22483 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
22486 if test -n "$ac_config_commands"; then
22487 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
22490 cat >>$CONFIG_STATUS <<\_ACEOF
22493 \`$as_me' instantiates files from templates according to the
22494 current configuration.
22496 Usage: $0 [OPTIONS] [FILE]...
22498 -h, --help print this help, then exit
22499 -V, --version print version number, then exit
22500 -q, --quiet do not print progress messages
22501 -d, --debug don't remove temporary files
22502 --recheck update $as_me by reconfiguring in the same conditions
22503 --file=FILE[:TEMPLATE]
22504 instantiate the configuration file FILE
22505 --header=FILE[:TEMPLATE]
22506 instantiate the configuration header FILE
22508 Configuration files:
22511 Configuration headers:
22514 Configuration links:
22517 Configuration commands:
22520 Report bugs to <bug-autoconf@gnu.org>."
22523 cat >>$CONFIG_STATUS <<_ACEOF
22526 configured by $0, generated by GNU Autoconf 2.59,
22527 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
22529 Copyright (C) 2003 Free Software Foundation, Inc.
22530 This config.status script is free software; the Free Software Foundation
22531 gives unlimited permission to copy, distribute and modify it."
22536 cat >>$CONFIG_STATUS <<\_ACEOF
22537 # If no file are specified by the user, then we need to provide default
22538 # value. By we need to know if files were specified by the user.
22544 ac_option=`expr "x$1" : 'x\([^=]*\)='`
22545 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
22553 *) # This is not an option, so the user has probably given explicit
22556 ac_need_defaults=false;;
22560 # Handling of the options.
22562 cat >>$CONFIG_STATUS <<\_ACEOF
22563 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22565 --version | --vers* | -V )
22566 echo "$ac_cs_version"; exit 0 ;;
22568 # Conflict between --help and --header
22569 { { echo "$as_me:$LINENO: error: ambiguous option: $1
22570 Try \`$0 --help' for more information." >&5
22571 echo "$as_me: error: ambiguous option: $1
22572 Try \`$0 --help' for more information." >&2;}
22573 { (exit 1); exit 1; }; };;
22574 --help | --hel | -h )
22575 echo "$ac_cs_usage"; exit 0 ;;
22576 --debug | --d* | -d )
22578 --file | --fil | --fi | --f )
22580 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
22581 ac_need_defaults=false;;
22582 --header | --heade | --head | --hea )
22584 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
22585 ac_need_defaults=false;;
22586 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
22587 | -silent | --silent | --silen | --sile | --sil | --si | --s)
22590 # This is an error.
22591 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
22592 Try \`$0 --help' for more information." >&5
22593 echo "$as_me: error: unrecognized option: $1
22594 Try \`$0 --help' for more information." >&2;}
22595 { (exit 1); exit 1; }; } ;;
22597 *) ac_config_targets="$ac_config_targets $1" ;;
22603 ac_configure_extra_args=
22605 if $ac_cs_silent; then
22607 ac_configure_extra_args="$ac_configure_extra_args --silent"
22611 cat >>$CONFIG_STATUS <<_ACEOF
22612 if \$ac_cs_recheck; then
22613 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
22614 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22619 cat >>$CONFIG_STATUS <<_ACEOF
22621 # INIT-COMMANDS section.
22625 gdb_host_cpu=$gdb_host_cpu
22626 gdb_target_cpu=$gdb_target_cpu
22627 nativefile=$nativefile
22634 cat >>$CONFIG_STATUS <<\_ACEOF
22635 for ac_config_target in $ac_config_targets
22637 case "$ac_config_target" in
22638 # Handling of arguments.
22639 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22640 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
22641 "$ac_config_links_1" ) CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
22642 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
22643 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
22644 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22645 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22646 { (exit 1); exit 1; }; };;
22650 # If the user did not use the arguments to specify the items to instantiate,
22651 # then the envvar interface is used. Set only those that are not.
22652 # We use the long form for the default assignment because of an extremely
22653 # bizarre bug on SunOS 4.1.3.
22654 if $ac_need_defaults; then
22655 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22656 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
22657 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
22658 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
22661 # Have a temporary directory for convenience. Make it in the build tree
22662 # simply because there is no reason to put it here, and in addition,
22663 # creating and moving files from /tmp can sometimes cause problems.
22664 # Create a temporary directory, and hook for its removal unless debugging.
22667 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
22668 trap '{ (exit 1); exit 1; }' 1 2 13 15
22671 # Create a (secure) tmp directory for tmp files.
22674 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
22675 test -n "$tmp" && test -d "$tmp"
22678 tmp=./confstat$$-$RANDOM
22679 (umask 077 && mkdir $tmp)
22682 echo "$me: cannot create a temporary directory in ." >&2
22683 { (exit 1); exit 1; }
22688 cat >>$CONFIG_STATUS <<_ACEOF
22691 # CONFIG_FILES section.
22694 # No need to generate the scripts if there are no CONFIG_FILES.
22695 # This happens for instance when ./config.status config.h
22696 if test -n "\$CONFIG_FILES"; then
22697 # Protect against being on the right side of a sed subst in config.status.
22698 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
22699 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
22700 s,@SHELL@,$SHELL,;t t
22701 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
22702 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
22703 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
22704 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
22705 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
22706 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
22707 s,@exec_prefix@,$exec_prefix,;t t
22708 s,@prefix@,$prefix,;t t
22709 s,@program_transform_name@,$program_transform_name,;t t
22710 s,@bindir@,$bindir,;t t
22711 s,@sbindir@,$sbindir,;t t
22712 s,@libexecdir@,$libexecdir,;t t
22713 s,@datadir@,$datadir,;t t
22714 s,@sysconfdir@,$sysconfdir,;t t
22715 s,@sharedstatedir@,$sharedstatedir,;t t
22716 s,@localstatedir@,$localstatedir,;t t
22717 s,@libdir@,$libdir,;t t
22718 s,@includedir@,$includedir,;t t
22719 s,@oldincludedir@,$oldincludedir,;t t
22720 s,@infodir@,$infodir,;t t
22721 s,@mandir@,$mandir,;t t
22722 s,@build_alias@,$build_alias,;t t
22723 s,@host_alias@,$host_alias,;t t
22724 s,@target_alias@,$target_alias,;t t
22725 s,@DEFS@,$DEFS,;t t
22726 s,@ECHO_C@,$ECHO_C,;t t
22727 s,@ECHO_N@,$ECHO_N,;t t
22728 s,@ECHO_T@,$ECHO_T,;t t
22729 s,@LIBS@,$LIBS,;t t
22730 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
22731 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
22732 s,@MAINT@,$MAINT,;t t
22734 s,@CFLAGS@,$CFLAGS,;t t
22735 s,@LDFLAGS@,$LDFLAGS,;t t
22736 s,@CPPFLAGS@,$CPPFLAGS,;t t
22737 s,@ac_ct_CC@,$ac_ct_CC,;t t
22738 s,@EXEEXT@,$EXEEXT,;t t
22739 s,@OBJEXT@,$OBJEXT,;t t
22741 s,@EGREP@,$EGREP,;t t
22742 s,@build@,$build,;t t
22743 s,@build_cpu@,$build_cpu,;t t
22744 s,@build_vendor@,$build_vendor,;t t
22745 s,@build_os@,$build_os,;t t
22746 s,@host@,$host,;t t
22747 s,@host_cpu@,$host_cpu,;t t
22748 s,@host_vendor@,$host_vendor,;t t
22749 s,@host_os@,$host_os,;t t
22750 s,@target@,$target,;t t
22751 s,@target_cpu@,$target_cpu,;t t
22752 s,@target_vendor@,$target_vendor,;t t
22753 s,@target_os@,$target_os,;t t
22754 s,@SET_MAKE@,$SET_MAKE,;t t
22755 s,@RANLIB@,$RANLIB,;t t
22756 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
22757 s,@ALLOCA@,$ALLOCA,;t t
22758 s,@USE_NLS@,$USE_NLS,;t t
22759 s,@MSGFMT@,$MSGFMT,;t t
22760 s,@GMSGFMT@,$GMSGFMT,;t t
22761 s,@XGETTEXT@,$XGETTEXT,;t t
22762 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
22763 s,@CATALOGS@,$CATALOGS,;t t
22764 s,@CATOBJEXT@,$CATOBJEXT,;t t
22765 s,@DATADIRNAME@,$DATADIRNAME,;t t
22766 s,@GMOFILES@,$GMOFILES,;t t
22767 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
22768 s,@INTLDEPS@,$INTLDEPS,;t t
22769 s,@INTLLIBS@,$INTLLIBS,;t t
22770 s,@INTLOBJS@,$INTLOBJS,;t t
22771 s,@POFILES@,$POFILES,;t t
22772 s,@POSUB@,$POSUB,;t t
22773 s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
22774 s,@GT_NO@,$GT_NO,;t t
22775 s,@GT_YES@,$GT_YES,;t t
22776 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
22778 s,@localedir@,$localedir,;t t
22779 s,@PACKAGE@,$PACKAGE,;t t
22780 s,@subdirs@,$subdirs,;t t
22782 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
22783 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
22784 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
22785 s,@LN_S@,$LN_S,;t t
22786 s,@YACC@,$YACC,;t t
22788 s,@ac_ct_AR@,$ac_ct_AR,;t t
22789 s,@DLLTOOL@,$DLLTOOL,;t t
22790 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
22791 s,@WINDRES@,$WINDRES,;t t
22792 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
22794 s,@ac_ct_MIG@,$ac_ct_MIG,;t t
22795 s,@CONFIG_LDFLAGS@,$CONFIG_LDFLAGS,;t t
22796 s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
22797 s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
22798 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
22799 s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
22800 s,@SER_HARDWIRE@,$SER_HARDWIRE,;t t
22801 s,@WIN32LIBS@,$WIN32LIBS,;t t
22802 s,@LIBGUI@,$LIBGUI,;t t
22803 s,@GUI_CFLAGS_X@,$GUI_CFLAGS_X,;t t
22804 s,@WIN32LDAPP@,$WIN32LDAPP,;t t
22805 s,@TCL_VERSION@,$TCL_VERSION,;t t
22806 s,@TCL_MAJOR_VERSION@,$TCL_MAJOR_VERSION,;t t
22807 s,@TCL_MINOR_VERSION@,$TCL_MINOR_VERSION,;t t
22808 s,@TCL_CC@,$TCL_CC,;t t
22809 s,@TCL_DEFS@,$TCL_DEFS,;t t
22810 s,@TCL_SHLIB_CFLAGS@,$TCL_SHLIB_CFLAGS,;t t
22811 s,@TCL_SHLIB_LD@,$TCL_SHLIB_LD,;t t
22812 s,@TCL_SHLIB_LD_LIBS@,$TCL_SHLIB_LD_LIBS,;t t
22813 s,@TCL_SHLIB_SUFFIX@,$TCL_SHLIB_SUFFIX,;t t
22814 s,@TCL_DL_LIBS@,$TCL_DL_LIBS,;t t
22815 s,@TCL_LD_FLAGS@,$TCL_LD_FLAGS,;t t
22816 s,@TCL_LD_SEARCH_FLAGS@,$TCL_LD_SEARCH_FLAGS,;t t
22817 s,@TCL_CC_SEARCH_FLAGS@,$TCL_CC_SEARCH_FLAGS,;t t
22818 s,@TCL_COMPAT_OBJS@,$TCL_COMPAT_OBJS,;t t
22819 s,@TCL_RANLIB@,$TCL_RANLIB,;t t
22820 s,@TCL_BUILD_LIB_SPEC@,$TCL_BUILD_LIB_SPEC,;t t
22821 s,@TCL_LIB_SPEC@,$TCL_LIB_SPEC,;t t
22822 s,@TCL_LIB_VERSIONS_OK@,$TCL_LIB_VERSIONS_OK,;t t
22823 s,@TK_VERSION@,$TK_VERSION,;t t
22824 s,@TK_DEFS@,$TK_DEFS,;t t
22825 s,@TK_BUILD_INCLUDES@,$TK_BUILD_INCLUDES,;t t
22826 s,@TK_XINCLUDES@,$TK_XINCLUDES,;t t
22827 s,@TK_XLIBSW@,$TK_XLIBSW,;t t
22828 s,@TK_BUILD_LIB_SPEC@,$TK_BUILD_LIB_SPEC,;t t
22829 s,@TK_LIB_SPEC@,$TK_LIB_SPEC,;t t
22830 s,@TCLHDIR@,$TCLHDIR,;t t
22831 s,@TKHDIR@,$TKHDIR,;t t
22832 s,@ITCLHDIR@,$ITCLHDIR,;t t
22833 s,@ITKHDIR@,$ITKHDIR,;t t
22834 s,@ITCL_VERSION@,$ITCL_VERSION,;t t
22835 s,@ITCL_DEFS@,$ITCL_DEFS,;t t
22836 s,@ITCL_BUILD_INCLUDES@,$ITCL_BUILD_INCLUDES,;t t
22837 s,@ITCL_BUILD_LIB_SPEC@,$ITCL_BUILD_LIB_SPEC,;t t
22838 s,@ITCL_LIB_SPEC@,$ITCL_LIB_SPEC,;t t
22839 s,@ITK_VERSION@,$ITK_VERSION,;t t
22840 s,@ITK_DEFS@,$ITK_DEFS,;t t
22841 s,@ITK_BUILD_INCLUDES@,$ITK_BUILD_INCLUDES,;t t
22842 s,@ITK_BUILD_LIB_SPEC@,$ITK_BUILD_LIB_SPEC,;t t
22843 s,@ITK_LIB_SPEC@,$ITK_LIB_SPEC,;t t
22844 s,@X_CFLAGS@,$X_CFLAGS,;t t
22845 s,@X_LDFLAGS@,$X_LDFLAGS,;t t
22846 s,@X_LIBS@,$X_LIBS,;t t
22847 s,@TCL_DEPS@,$TCL_DEPS,;t t
22848 s,@TK_DEPS@,$TK_DEPS,;t t
22849 s,@ITCLLIB@,$ITCLLIB,;t t
22850 s,@ITCL_DEPS@,$ITCL_DEPS,;t t
22851 s,@ITKLIB@,$ITKLIB,;t t
22852 s,@ITK_DEPS@,$ITK_DEPS,;t t
22853 s,@GDBTKLIBS@,$GDBTKLIBS,;t t
22854 s,@GDBTK_CFLAGS@,$GDBTK_CFLAGS,;t t
22855 s,@GDBTK_SRC_DIR@,$GDBTK_SRC_DIR,;t t
22856 s,@IGNORE_SIM@,$IGNORE_SIM,;t t
22857 s,@IGNORE_SIM_OBS@,$IGNORE_SIM_OBS,;t t
22858 s,@ENABLE_CFLAGS@,$ENABLE_CFLAGS,;t t
22859 s,@PROFILE_CFLAGS@,$PROFILE_CFLAGS,;t t
22860 s,@CONFIG_OBS@,$CONFIG_OBS,;t t
22861 s,@CONFIG_DEPS@,$CONFIG_DEPS,;t t
22862 s,@CONFIG_SRCS@,$CONFIG_SRCS,;t t
22863 s,@CONFIG_ALL@,$CONFIG_ALL,;t t
22864 s,@CONFIG_CLEAN@,$CONFIG_CLEAN,;t t
22865 s,@CONFIG_INSTALL@,$CONFIG_INSTALL,;t t
22866 s,@CONFIG_UNINSTALL@,$CONFIG_UNINSTALL,;t t
22867 s,@target_subdir@,$target_subdir,;t t
22868 s,@frags@,$frags,;t t
22869 s,@xm_h@,$xm_h,;t t
22870 s,@tm_h@,$tm_h,;t t
22871 s,@nm_h@,$nm_h,;t t
22872 s,@LIBICONV@,$LIBICONV,;t t
22873 s,@LIBOBJS@,$LIBOBJS,;t t
22874 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
22875 /@host_makefile_frag@/r $host_makefile_frag
22876 s,@host_makefile_frag@,,;t t
22877 /@target_makefile_frag@/r $target_makefile_frag
22878 s,@target_makefile_frag@,,;t t
22883 cat >>$CONFIG_STATUS <<\_ACEOF
22884 # Split the substitutions into bite-sized pieces for seds with
22885 # small command number limits, like on Digital OSF/1 and HP-UX.
22886 ac_max_sed_lines=48
22887 ac_sed_frag=1 # Number of current file.
22888 ac_beg=1 # First line for current file.
22889 ac_end=$ac_max_sed_lines # Line after last line for current file.
22892 while $ac_more_lines; do
22893 if test $ac_beg -gt 1; then
22894 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22896 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22898 if test ! -s $tmp/subs.frag; then
22899 ac_more_lines=false
22901 # The purpose of the label and of the branching condition is to
22902 # speed up the sed processing (if there are no `@' at all, there
22903 # is no need to browse any of the substitutions).
22904 # These are the two extra sed commands mentioned above.
22906 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
22907 if test -z "$ac_sed_cmds"; then
22908 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
22910 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
22912 ac_sed_frag=`expr $ac_sed_frag + 1`
22914 ac_end=`expr $ac_end + $ac_max_sed_lines`
22917 if test -z "$ac_sed_cmds"; then
22920 fi # test -n "$CONFIG_FILES"
22923 cat >>$CONFIG_STATUS <<\_ACEOF
22924 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
22925 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22927 - | *:- | *:-:* ) # input from stdin
22929 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22930 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22931 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22932 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22933 * ) ac_file_in=$ac_file.in ;;
22936 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
22937 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22938 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22939 X"$ac_file" : 'X\(//\)[^/]' \| \
22940 X"$ac_file" : 'X\(//\)$' \| \
22941 X"$ac_file" : 'X\(/\)' \| \
22942 . : '\(.\)' 2>/dev/null ||
22944 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22945 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22946 /^X\(\/\/\)$/{ s//\1/; q; }
22947 /^X\(\/\).*/{ s//\1/; q; }
22949 { if $as_mkdir_p; then
22954 while test ! -d "$as_dir"; do
22955 as_dirs="$as_dir $as_dirs"
22956 as_dir=`(dirname "$as_dir") 2>/dev/null ||
22957 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22958 X"$as_dir" : 'X\(//\)[^/]' \| \
22959 X"$as_dir" : 'X\(//\)$' \| \
22960 X"$as_dir" : 'X\(/\)' \| \
22961 . : '\(.\)' 2>/dev/null ||
22963 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22964 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22965 /^X\(\/\/\)$/{ s//\1/; q; }
22966 /^X\(\/\).*/{ s//\1/; q; }
22969 test ! -n "$as_dirs" || mkdir $as_dirs
22970 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22971 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22972 { (exit 1); exit 1; }; }; }
22976 if test "$ac_dir" != .; then
22977 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22978 # A "../" for each directory in $ac_dir_suffix.
22979 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
22981 ac_dir_suffix= ac_top_builddir=
22985 .) # No --srcdir option. We are building in place.
22987 if test -z "$ac_top_builddir"; then
22990 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
22992 [\\/]* | ?:[\\/]* ) # Absolute path.
22993 ac_srcdir=$srcdir$ac_dir_suffix;
22994 ac_top_srcdir=$srcdir ;;
22995 *) # Relative path.
22996 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
22997 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23000 # Do not use `cd foo && pwd` to compute absolute paths, because
23001 # the directories may not exist.
23003 .) ac_abs_builddir="$ac_dir";;
23006 .) ac_abs_builddir=`pwd`;;
23007 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23008 *) ac_abs_builddir=`pwd`/"$ac_dir";;
23011 case $ac_abs_builddir in
23012 .) ac_abs_top_builddir=${ac_top_builddir}.;;
23014 case ${ac_top_builddir}. in
23015 .) ac_abs_top_builddir=$ac_abs_builddir;;
23016 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23017 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23020 case $ac_abs_builddir in
23021 .) ac_abs_srcdir=$ac_srcdir;;
23024 .) ac_abs_srcdir=$ac_abs_builddir;;
23025 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23026 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23029 case $ac_abs_builddir in
23030 .) ac_abs_top_srcdir=$ac_top_srcdir;;
23032 case $ac_top_srcdir in
23033 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23034 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23035 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23041 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
23042 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
23045 if test x"$ac_file" != x-; then
23046 { echo "$as_me:$LINENO: creating $ac_file" >&5
23047 echo "$as_me: creating $ac_file" >&6;}
23050 # Let's still pretend it is `configure' which instantiates (i.e., don't
23051 # use $as_me), people would be surprised to read:
23052 # /* config.h. Generated by config.status. */
23053 if test x"$ac_file" = x-; then
23056 configure_input="$ac_file. "
23058 configure_input=$configure_input"Generated from `echo $ac_file_in |
23059 sed 's,.*/,,'` by configure."
23061 # First look for the input files in the build tree, otherwise in the
23063 ac_file_inputs=`IFS=:
23064 for f in $ac_file_in; do
23066 -) echo $tmp/stdin ;;
23068 # Absolute (can't be DOS-style, as IFS=:)
23069 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
23070 echo "$as_me: error: cannot find input file: $f" >&2;}
23071 { (exit 1); exit 1; }; }
23074 if test -f "$f"; then
23077 elif test -f "$srcdir/$f"; then
23082 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
23083 echo "$as_me: error: cannot find input file: $f" >&2;}
23084 { (exit 1); exit 1; }; }
23087 done` || { (exit 1); exit 1; }
23089 cat >>$CONFIG_STATUS <<_ACEOF
23093 cat >>$CONFIG_STATUS <<\_ACEOF
23095 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23096 s,@configure_input@,$configure_input,;t t
23097 s,@srcdir@,$ac_srcdir,;t t
23098 s,@abs_srcdir@,$ac_abs_srcdir,;t t
23099 s,@top_srcdir@,$ac_top_srcdir,;t t
23100 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
23101 s,@builddir@,$ac_builddir,;t t
23102 s,@abs_builddir@,$ac_abs_builddir,;t t
23103 s,@top_builddir@,$ac_top_builddir,;t t
23104 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
23105 s,@INSTALL@,$ac_INSTALL,;t t
23106 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
23108 if test x"$ac_file" != x-; then
23109 mv $tmp/out $ac_file
23117 cat >>$CONFIG_STATUS <<\_ACEOF
23120 # CONFIG_HEADER section.
23123 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
23124 # NAME is the cpp macro being defined and VALUE is the value it is being given.
23126 # ac_d sets the value in "#define NAME VALUE" lines.
23127 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
23128 ac_dB='[ ].*$,\1#\2'
23131 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
23132 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
23133 ac_uB='$,\1#\2define\3'
23137 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
23138 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
23140 - | *:- | *:-:* ) # input from stdin
23142 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23143 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23144 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23145 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23146 * ) ac_file_in=$ac_file.in ;;
23149 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
23150 echo "$as_me: creating $ac_file" >&6;}
23152 # First look for the input files in the build tree, otherwise in the
23154 ac_file_inputs=`IFS=:
23155 for f in $ac_file_in; do
23157 -) echo $tmp/stdin ;;
23159 # Absolute (can't be DOS-style, as IFS=:)
23160 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
23161 echo "$as_me: error: cannot find input file: $f" >&2;}
23162 { (exit 1); exit 1; }; }
23163 # Do quote $f, to prevent DOS paths from being IFS'd.
23166 if test -f "$f"; then
23169 elif test -f "$srcdir/$f"; then
23174 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
23175 echo "$as_me: error: cannot find input file: $f" >&2;}
23176 { (exit 1); exit 1; }; }
23179 done` || { (exit 1); exit 1; }
23180 # Remove the trailing spaces.
23181 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
23185 # Transform confdefs.h into two sed scripts, `conftest.defines' and
23186 # `conftest.undefs', that substitutes the proper values into
23187 # config.h.in to produce config.h. The first handles `#define'
23188 # templates, and the second `#undef' templates.
23189 # And first: Protect against being on the right side of a sed subst in
23190 # config.status. Protect against being in an unquoted here document
23191 # in config.status.
23192 rm -f conftest.defines conftest.undefs
23193 # Using a here document instead of a string reduces the quoting nightmare.
23194 # Putting comments in sed scripts is not portable.
23196 # `end' is used to avoid that the second main sed command (meant for
23197 # 0-ary CPP macros) applies to n-ary macro definitions.
23198 # See the Autoconf documentation for `clear'.
23199 cat >confdef2sed.sed <<\_ACEOF
23204 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
23206 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
23209 # If some macros were called several times there might be several times
23210 # the same #defines, which is useless. Nevertheless, we may not want to
23211 # sort them, since we want the *last* AC-DEFINE to be honored.
23212 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
23213 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
23214 rm -f confdef2sed.sed
23216 # This sed command replaces #undef with comments. This is necessary, for
23217 # example, in the case of _POSIX_SOURCE, which is predefined and required
23218 # on some systems where configure will not decide to define it.
23219 cat >>conftest.undefs <<\_ACEOF
23220 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
23223 # Break up conftest.defines because some shells have a limit on the size
23224 # of here documents, and old seds have small limits too (100 cmds).
23225 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
23226 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
23227 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
23228 echo ' :' >>$CONFIG_STATUS
23229 rm -f conftest.tail
23230 while grep . conftest.defines >/dev/null
23232 # Write a limited-size here document to $tmp/defines.sed.
23233 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
23234 # Speed up: don't consider the non `#define' lines.
23235 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
23236 # Work around the forget-to-reset-the-flag bug.
23237 echo 't clr' >>$CONFIG_STATUS
23238 echo ': clr' >>$CONFIG_STATUS
23239 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
23241 sed -f $tmp/defines.sed $tmp/in >$tmp/out
23243 mv $tmp/out $tmp/in
23245 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
23246 rm -f conftest.defines
23247 mv conftest.tail conftest.defines
23249 rm -f conftest.defines
23250 echo ' fi # grep' >>$CONFIG_STATUS
23251 echo >>$CONFIG_STATUS
23253 # Break up conftest.undefs because some shells have a limit on the size
23254 # of here documents, and old seds have small limits too (100 cmds).
23255 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
23256 rm -f conftest.tail
23257 while grep . conftest.undefs >/dev/null
23259 # Write a limited-size here document to $tmp/undefs.sed.
23260 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
23261 # Speed up: don't consider the non `#undef'
23262 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
23263 # Work around the forget-to-reset-the-flag bug.
23264 echo 't clr' >>$CONFIG_STATUS
23265 echo ': clr' >>$CONFIG_STATUS
23266 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
23268 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
23270 mv $tmp/out $tmp/in
23272 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
23273 rm -f conftest.undefs
23274 mv conftest.tail conftest.undefs
23276 rm -f conftest.undefs
23278 cat >>$CONFIG_STATUS <<\_ACEOF
23279 # Let's still pretend it is `configure' which instantiates (i.e., don't
23280 # use $as_me), people would be surprised to read:
23281 # /* config.h. Generated by config.status. */
23282 if test x"$ac_file" = x-; then
23283 echo "/* Generated by configure. */" >$tmp/config.h
23285 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
23287 cat $tmp/in >>$tmp/config.h
23289 if test x"$ac_file" != x-; then
23290 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
23291 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
23292 echo "$as_me: $ac_file is unchanged" >&6;}
23294 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
23295 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23296 X"$ac_file" : 'X\(//\)[^/]' \| \
23297 X"$ac_file" : 'X\(//\)$' \| \
23298 X"$ac_file" : 'X\(/\)' \| \
23299 . : '\(.\)' 2>/dev/null ||
23301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23302 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23303 /^X\(\/\/\)$/{ s//\1/; q; }
23304 /^X\(\/\).*/{ s//\1/; q; }
23306 { if $as_mkdir_p; then
23311 while test ! -d "$as_dir"; do
23312 as_dirs="$as_dir $as_dirs"
23313 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23314 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23315 X"$as_dir" : 'X\(//\)[^/]' \| \
23316 X"$as_dir" : 'X\(//\)$' \| \
23317 X"$as_dir" : 'X\(/\)' \| \
23318 . : '\(.\)' 2>/dev/null ||
23320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23321 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23322 /^X\(\/\/\)$/{ s//\1/; q; }
23323 /^X\(\/\).*/{ s//\1/; q; }
23326 test ! -n "$as_dirs" || mkdir $as_dirs
23327 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23328 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23329 { (exit 1); exit 1; }; }; }
23332 mv $tmp/config.h $ac_file
23336 rm -f $tmp/config.h
23340 cat >>$CONFIG_STATUS <<\_ACEOF
23343 # CONFIG_LINKS section.
23346 for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
23347 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
23348 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
23350 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
23351 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
23353 if test ! -r $srcdir/$ac_source; then
23354 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
23355 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
23356 { (exit 1); exit 1; }; }
23360 # Make relative symlinks.
23361 ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
23362 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23363 X"$ac_dest" : 'X\(//\)[^/]' \| \
23364 X"$ac_dest" : 'X\(//\)$' \| \
23365 X"$ac_dest" : 'X\(/\)' \| \
23366 . : '\(.\)' 2>/dev/null ||
23368 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23369 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23370 /^X\(\/\/\)$/{ s//\1/; q; }
23371 /^X\(\/\).*/{ s//\1/; q; }
23373 { if $as_mkdir_p; then
23374 mkdir -p "$ac_dest_dir"
23376 as_dir="$ac_dest_dir"
23378 while test ! -d "$as_dir"; do
23379 as_dirs="$as_dir $as_dirs"
23380 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23381 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23382 X"$as_dir" : 'X\(//\)[^/]' \| \
23383 X"$as_dir" : 'X\(//\)$' \| \
23384 X"$as_dir" : 'X\(/\)' \| \
23385 . : '\(.\)' 2>/dev/null ||
23387 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23388 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23389 /^X\(\/\/\)$/{ s//\1/; q; }
23390 /^X\(\/\).*/{ s//\1/; q; }
23393 test ! -n "$as_dirs" || mkdir $as_dirs
23394 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
23395 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
23396 { (exit 1); exit 1; }; }; }
23400 if test "$ac_dest_dir" != .; then
23401 ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
23402 # A "../" for each directory in $ac_dir_suffix.
23403 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
23405 ac_dir_suffix= ac_top_builddir=
23409 .) # No --srcdir option. We are building in place.
23411 if test -z "$ac_top_builddir"; then
23414 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
23416 [\\/]* | ?:[\\/]* ) # Absolute path.
23417 ac_srcdir=$srcdir$ac_dir_suffix;
23418 ac_top_srcdir=$srcdir ;;
23419 *) # Relative path.
23420 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23421 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23424 # Do not use `cd foo && pwd` to compute absolute paths, because
23425 # the directories may not exist.
23427 .) ac_abs_builddir="$ac_dest_dir";;
23429 case "$ac_dest_dir" in
23430 .) ac_abs_builddir=`pwd`;;
23431 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
23432 *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
23435 case $ac_abs_builddir in
23436 .) ac_abs_top_builddir=${ac_top_builddir}.;;
23438 case ${ac_top_builddir}. in
23439 .) ac_abs_top_builddir=$ac_abs_builddir;;
23440 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23441 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23444 case $ac_abs_builddir in
23445 .) ac_abs_srcdir=$ac_srcdir;;
23448 .) ac_abs_srcdir=$ac_abs_builddir;;
23449 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23450 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23453 case $ac_abs_builddir in
23454 .) ac_abs_top_srcdir=$ac_top_srcdir;;
23456 case $ac_top_srcdir in
23457 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23458 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23459 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23465 [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
23466 *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
23469 # Try a symlink, then a hard link, then a copy.
23470 ln -s $ac_rel_source $ac_dest 2>/dev/null ||
23471 ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
23472 cp -p $srcdir/$ac_source $ac_dest ||
23473 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
23474 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
23475 { (exit 1); exit 1; }; }
23478 cat >>$CONFIG_STATUS <<\_ACEOF
23481 # CONFIG_COMMANDS section.
23483 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
23484 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
23485 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
23486 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
23487 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23488 X"$ac_dest" : 'X\(//\)[^/]' \| \
23489 X"$ac_dest" : 'X\(//\)$' \| \
23490 X"$ac_dest" : 'X\(/\)' \| \
23491 . : '\(.\)' 2>/dev/null ||
23493 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23494 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23495 /^X\(\/\/\)$/{ s//\1/; q; }
23496 /^X\(\/\).*/{ s//\1/; q; }
23498 { if $as_mkdir_p; then
23503 while test ! -d "$as_dir"; do
23504 as_dirs="$as_dir $as_dirs"
23505 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23506 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23507 X"$as_dir" : 'X\(//\)[^/]' \| \
23508 X"$as_dir" : 'X\(//\)$' \| \
23509 X"$as_dir" : 'X\(/\)' \| \
23510 . : '\(.\)' 2>/dev/null ||
23512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23513 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23514 /^X\(\/\/\)$/{ s//\1/; q; }
23515 /^X\(\/\).*/{ s//\1/; q; }
23518 test ! -n "$as_dirs" || mkdir $as_dirs
23519 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23520 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23521 { (exit 1); exit 1; }; }; }
23525 if test "$ac_dir" != .; then
23526 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
23527 # A "../" for each directory in $ac_dir_suffix.
23528 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
23530 ac_dir_suffix= ac_top_builddir=
23534 .) # No --srcdir option. We are building in place.
23536 if test -z "$ac_top_builddir"; then
23539 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
23541 [\\/]* | ?:[\\/]* ) # Absolute path.
23542 ac_srcdir=$srcdir$ac_dir_suffix;
23543 ac_top_srcdir=$srcdir ;;
23544 *) # Relative path.
23545 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23546 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23549 # Do not use `cd foo && pwd` to compute absolute paths, because
23550 # the directories may not exist.
23552 .) ac_abs_builddir="$ac_dir";;
23555 .) ac_abs_builddir=`pwd`;;
23556 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23557 *) ac_abs_builddir=`pwd`/"$ac_dir";;
23560 case $ac_abs_builddir in
23561 .) ac_abs_top_builddir=${ac_top_builddir}.;;
23563 case ${ac_top_builddir}. in
23564 .) ac_abs_top_builddir=$ac_abs_builddir;;
23565 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23566 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23569 case $ac_abs_builddir in
23570 .) ac_abs_srcdir=$ac_srcdir;;
23573 .) ac_abs_srcdir=$ac_abs_builddir;;
23574 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23575 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23578 case $ac_abs_builddir in
23579 .) ac_abs_top_srcdir=$ac_top_srcdir;;
23581 case $ac_top_srcdir in
23582 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23583 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23584 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23589 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
23590 echo "$as_me: executing $ac_dest commands" >&6;}
23594 sed -e '/^DEPRECATED_TM_FILE[ ]*=/s,^DEPRECATED_TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,
23595 /^XM_FILE[ ]*=/s,^XM_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,
23596 /^NAT_FILE[ ]*=/s,^NAT_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,' <Makefile >Makefile.tmp
23597 mv -f Makefile.tmp Makefile
23600 case x$CONFIG_HEADERS in
23601 xconfig.h:config.in)
23609 cat >>$CONFIG_STATUS <<\_ACEOF
23611 { (exit 0); exit 0; }
23613 chmod +x $CONFIG_STATUS
23614 ac_clean_files=$ac_clean_files_save
23617 # configure is writing to config.log, and then calls config.status.
23618 # config.status does its own redirection, appending to config.log.
23619 # Unfortunately, on DOS this fails, as config.log is still kept open
23620 # by configure, so config.status won't be able to write to it; its
23621 # output is simply discarded. So we exec the FD to /dev/null,
23622 # effectively closing config.log, so it can be properly (re)opened and
23623 # appended to by config.status. When coming back to configure, we
23624 # need to make the FD available again.
23625 if test "$no_create" != yes; then
23627 ac_config_status_args=
23628 test "$silent" = yes &&
23629 ac_config_status_args="$ac_config_status_args --quiet"
23631 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
23633 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23634 # would make configure fail if this is the last instruction.
23635 $ac_cs_success || { (exit 1); exit 1; }
23639 # CONFIG_SUBDIRS section.
23641 if test "$no_recursion" != yes; then
23643 # Remove --cache-file and --srcdir arguments so they do not pile up.
23644 ac_sub_configure_args=
23646 for ac_arg in $ac_configure_args; do
23647 if test -n "$ac_prev"; then
23652 -cache-file | --cache-file | --cache-fil | --cache-fi \
23653 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
23654 ac_prev=cache_file ;;
23655 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
23656 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
23659 --config-cache | -C)
23661 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
23663 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
23665 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
23667 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
23669 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
23673 # Always prepend --prefix to ensure using the same prefix
23674 # in subdir configurations.
23675 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
23678 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
23680 # Do not complain, so a configure script can configure whichever
23681 # parts of a large source tree are present.
23682 test -d $srcdir/$ac_dir || continue
23684 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
23685 echo "$as_me: configuring in $ac_dir" >&6;}
23686 { if $as_mkdir_p; then
23691 while test ! -d "$as_dir"; do
23692 as_dirs="$as_dir $as_dirs"
23693 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23694 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23695 X"$as_dir" : 'X\(//\)[^/]' \| \
23696 X"$as_dir" : 'X\(//\)$' \| \
23697 X"$as_dir" : 'X\(/\)' \| \
23698 . : '\(.\)' 2>/dev/null ||
23700 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23701 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23702 /^X\(\/\/\)$/{ s//\1/; q; }
23703 /^X\(\/\).*/{ s//\1/; q; }
23706 test ! -n "$as_dirs" || mkdir $as_dirs
23707 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23708 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23709 { (exit 1); exit 1; }; }; }
23713 if test "$ac_dir" != .; then
23714 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
23715 # A "../" for each directory in $ac_dir_suffix.
23716 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
23718 ac_dir_suffix= ac_top_builddir=
23722 .) # No --srcdir option. We are building in place.
23724 if test -z "$ac_top_builddir"; then
23727 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
23729 [\\/]* | ?:[\\/]* ) # Absolute path.
23730 ac_srcdir=$srcdir$ac_dir_suffix;
23731 ac_top_srcdir=$srcdir ;;
23732 *) # Relative path.
23733 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23734 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23737 # Do not use `cd foo && pwd` to compute absolute paths, because
23738 # the directories may not exist.
23740 .) ac_abs_builddir="$ac_dir";;
23743 .) ac_abs_builddir=`pwd`;;
23744 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23745 *) ac_abs_builddir=`pwd`/"$ac_dir";;
23748 case $ac_abs_builddir in
23749 .) ac_abs_top_builddir=${ac_top_builddir}.;;
23751 case ${ac_top_builddir}. in
23752 .) ac_abs_top_builddir=$ac_abs_builddir;;
23753 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23754 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23757 case $ac_abs_builddir in
23758 .) ac_abs_srcdir=$ac_srcdir;;
23761 .) ac_abs_srcdir=$ac_abs_builddir;;
23762 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23763 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23766 case $ac_abs_builddir in
23767 .) ac_abs_top_srcdir=$ac_top_srcdir;;
23769 case $ac_top_srcdir in
23770 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23771 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23772 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23779 # Check for guested configure; otherwise get Cygnus style configure.
23780 if test -f $ac_srcdir/configure.gnu; then
23781 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
23782 elif test -f $ac_srcdir/configure; then
23783 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
23784 elif test -f $ac_srcdir/configure.in; then
23785 ac_sub_configure=$ac_configure
23787 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
23788 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
23792 # The recursion is here.
23793 if test -n "$ac_sub_configure"; then
23794 # Make the cache file name correct relative to the subdirectory.
23795 case $cache_file in
23796 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
23797 *) # Relative path.
23798 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
23801 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
23802 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
23803 # The eval makes quoting arguments work.
23804 eval $ac_sub_configure $ac_sub_configure_args \
23805 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
23806 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
23807 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
23808 { (exit 1); exit 1; }; }