68a43880d0bafa96491da2486c8c52a2ce9b7da7
[deliverable/binutils-gdb.git] / gdb / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
4 #
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 ## --------------------- ##
11
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
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
20 set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27 else
28 as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
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 \
42 LC_TELEPHONE LC_TIME
43 do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54 else
55 as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60 else
61 as_basename=false
62 fi
63
64
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 ||
71 echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
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
85
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
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97 fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
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
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117 ;;
118 esac
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
122 as_myself=$0
123 fi
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; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
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
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152 done
153 ;;
154 esac
155
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 |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
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; }; }
177
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).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196 else
197 as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >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
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213 else
214 as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220 else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
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'"
229
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'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS=" $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
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`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
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}
266
267 # Identity of this package.
268 PACKAGE_NAME=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
274 ac_unique_file="main.c"
275 ac_subdirs_all="$ac_subdirs_all doc testsuite"
276 # Factoring default headers for most tests.
277 ac_includes_default="\
278 #include <stdio.h>
279 #if HAVE_SYS_TYPES_H
280 # include <sys/types.h>
281 #endif
282 #if HAVE_SYS_STAT_H
283 # include <sys/stat.h>
284 #endif
285 #if STDC_HEADERS
286 # include <stdlib.h>
287 # include <stddef.h>
288 #else
289 # if HAVE_STDLIB_H
290 # include <stdlib.h>
291 # endif
292 #endif
293 #if HAVE_STRING_H
294 # if !STDC_HEADERS && HAVE_MEMORY_H
295 # include <memory.h>
296 # endif
297 # include <string.h>
298 #endif
299 #if HAVE_STRINGS_H
300 # include <strings.h>
301 #endif
302 #if HAVE_INTTYPES_H
303 # include <inttypes.h>
304 #else
305 # if HAVE_STDINT_H
306 # include <stdint.h>
307 # endif
308 #endif
309 #if HAVE_UNISTD_H
310 # include <unistd.h>
311 #endif"
312
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_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 USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT localedir PACKAGE subdirs AWK INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S RANLIB ac_ct_RANLIB YACC AR ac_ct_AR DLLTOOL ac_ct_DLLTOOL WINDRES ac_ct_WINDRES MIG ac_ct_MIG HAVE_LIBEXPAT LIBEXPAT LTLIBEXPAT ALLOCA 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'
317 ac_subst_files='host_makefile_frag target_makefile_frag'
318
319 # Initialize some variables set by options.
320 ac_init_help=
321 ac_init_version=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
324 cache_file=/dev/null
325 exec_prefix=NONE
326 no_create=
327 no_recursion=
328 prefix=NONE
329 program_prefix=NONE
330 program_suffix=NONE
331 program_transform_name=s,x,x,
332 silent=
333 site=
334 srcdir=
335 verbose=
336 x_includes=NONE
337 x_libraries=NONE
338
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir='${exec_prefix}/bin'
345 sbindir='${exec_prefix}/sbin'
346 libexecdir='${exec_prefix}/libexec'
347 datadir='${prefix}/share'
348 sysconfdir='${prefix}/etc'
349 sharedstatedir='${prefix}/com'
350 localstatedir='${prefix}/var'
351 libdir='${exec_prefix}/lib'
352 includedir='${prefix}/include'
353 oldincludedir='/usr/include'
354 infodir='${prefix}/info'
355 mandir='${prefix}/man'
356
357 ac_prev=
358 for ac_option
359 do
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
363 ac_prev=
364 continue
365 fi
366
367 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
371 case $ac_option in
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 bindir=$ac_optarg ;;
377
378 -build | --build | --buil | --bui | --bu)
379 ac_prev=build_alias ;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias=$ac_optarg ;;
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file=$ac_optarg ;;
389
390 --config-cache | -C)
391 cache_file=config.cache ;;
392
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 ac_prev=datadir ;;
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 | --da=*)
397 datadir=$ac_optarg ;;
398
399 -disable-* | --disable-*)
400 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
407
408 -enable-* | --enable-*)
409 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
415 case $ac_option in
416 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
417 *) ac_optarg=yes ;;
418 esac
419 eval "enable_$ac_feature='$ac_optarg'" ;;
420
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev=exec_prefix ;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix=$ac_optarg ;;
429
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
432 with_gas=yes ;;
433
434 -help | --help | --hel | --he | -h)
435 ac_init_help=long ;;
436 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
437 ac_init_help=recursive ;;
438 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
439 ac_init_help=short ;;
440
441 -host | --host | --hos | --ho)
442 ac_prev=host_alias ;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias=$ac_optarg ;;
445
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev=includedir ;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir=$ac_optarg ;;
452
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 ac_prev=infodir ;;
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir=$ac_optarg ;;
457
458 -libdir | --libdir | --libdi | --libd)
459 ac_prev=libdir ;;
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
461 libdir=$ac_optarg ;;
462
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev=libexecdir ;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir=$ac_optarg ;;
469
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev=localstatedir ;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir=$ac_optarg ;;
478
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 ac_prev=mandir ;;
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
482 mandir=$ac_optarg ;;
483
484 -nfp | --nfp | --nf)
485 # Obsolete; use --without-fp.
486 with_fp=no ;;
487
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
490 no_create=yes ;;
491
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494 no_recursion=yes ;;
495
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev=oldincludedir ;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir=$ac_optarg ;;
504
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 ac_prev=prefix ;;
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
508 prefix=$ac_optarg ;;
509
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev=program_prefix ;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix=$ac_optarg ;;
516
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev=program_suffix ;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix=$ac_optarg ;;
523
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev=program_transform_name ;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name=$ac_optarg ;;
540
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
543 silent=yes ;;
544
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 ac_prev=sbindir ;;
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 | --sbi=* | --sb=*)
549 sbindir=$ac_optarg ;;
550
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
554 | --sha | --sh)
555 ac_prev=sharedstatedir ;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 | --sha=* | --sh=*)
560 sharedstatedir=$ac_optarg ;;
561
562 -site | --site | --sit)
563 ac_prev=site ;;
564 -site=* | --site=* | --sit=*)
565 site=$ac_optarg ;;
566
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 ac_prev=srcdir ;;
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
570 srcdir=$ac_optarg ;;
571
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev=sysconfdir ;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir=$ac_optarg ;;
578
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev=target_alias ;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias=$ac_optarg ;;
583
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
585 verbose=yes ;;
586
587 -version | --version | --versio | --versi | --vers | -V)
588 ac_init_version=: ;;
589
590 -with-* | --with-*)
591 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package=`echo $ac_package| sed 's/-/_/g'`
597 case $ac_option in
598 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
599 *) ac_optarg=yes ;;
600 esac
601 eval "with_$ac_package='$ac_optarg'" ;;
602
603 -without-* | --without-*)
604 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
611
612 --x)
613 # Obsolete; use --with-x.
614 with_x=yes ;;
615
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev=x_includes ;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes=$ac_optarg ;;
622
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev=x_libraries ;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries=$ac_optarg ;;
629
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
633 ;;
634
635 *=*)
636 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
643 export $ac_envvar ;;
644
645 *)
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 ;;
652
653 esac
654 done
655
656 if test -n "$ac_prev"; then
657 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
660 fi
661
662 # Be sure to have absolute paths.
663 for ac_var in exec_prefix prefix
664 do
665 eval ac_val=$`echo $ac_var`
666 case $ac_val in
667 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
670 esac
671 done
672
673 # Be sure to have absolute paths.
674 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
676 do
677 eval ac_val=$`echo $ac_var`
678 case $ac_val in
679 [\\/$]* | ?:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
682 esac
683 done
684
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
688 build=$build_alias
689 host=$host_alias
690 target=$target_alias
691
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x; then
694 if test "x$build_alias" = x; then
695 cross_compiling=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
699 cross_compiling=yes
700 fi
701 fi
702
703 ac_tool_prefix=
704 test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706 test "$silent" = yes && exec 6>/dev/null
707
708
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
719 echo X"$0" |
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
724 s/.*/./; q'`
725 srcdir=$ac_confdir
726 if test ! -r $srcdir/$ac_unique_file; then
727 srcdir=..
728 fi
729 else
730 ac_srcdir_defaulted=no
731 fi
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
736 else
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
739 fi
740 fi
741 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set=${build_alias+set}
746 ac_env_build_alias_value=$build_alias
747 ac_cv_env_build_alias_set=${build_alias+set}
748 ac_cv_env_build_alias_value=$build_alias
749 ac_env_host_alias_set=${host_alias+set}
750 ac_env_host_alias_value=$host_alias
751 ac_cv_env_host_alias_set=${host_alias+set}
752 ac_cv_env_host_alias_value=$host_alias
753 ac_env_target_alias_set=${target_alias+set}
754 ac_env_target_alias_value=$target_alias
755 ac_cv_env_target_alias_set=${target_alias+set}
756 ac_cv_env_target_alias_value=$target_alias
757 ac_env_CC_set=${CC+set}
758 ac_env_CC_value=$CC
759 ac_cv_env_CC_set=${CC+set}
760 ac_cv_env_CC_value=$CC
761 ac_env_CFLAGS_set=${CFLAGS+set}
762 ac_env_CFLAGS_value=$CFLAGS
763 ac_cv_env_CFLAGS_set=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value=$CFLAGS
765 ac_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_env_LDFLAGS_value=$LDFLAGS
767 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value=$LDFLAGS
769 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773 ac_env_CPP_set=${CPP+set}
774 ac_env_CPP_value=$CPP
775 ac_cv_env_CPP_set=${CPP+set}
776 ac_cv_env_CPP_value=$CPP
777
778 #
779 # Report the --help message.
780 #
781 if test "$ac_init_help" = "long"; then
782 # Omit some internal or obsolete options to make the list less imposing.
783 # This message is too long to be a string in the A/UX 3.1 sh.
784 cat <<_ACEOF
785 \`configure' configures this package to adapt to many kinds of systems.
786
787 Usage: $0 [OPTION]... [VAR=VALUE]...
788
789 To assign environment variables (e.g., CC, CFLAGS...), specify them as
790 VAR=VALUE. See below for descriptions of some of the useful variables.
791
792 Defaults for the options are specified in brackets.
793
794 Configuration:
795 -h, --help display this help and exit
796 --help=short display options specific to this package
797 --help=recursive display the short help of all the included packages
798 -V, --version display version information and exit
799 -q, --quiet, --silent do not print \`checking...' messages
800 --cache-file=FILE cache test results in FILE [disabled]
801 -C, --config-cache alias for \`--cache-file=config.cache'
802 -n, --no-create do not create output files
803 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804
805 _ACEOF
806
807 cat <<_ACEOF
808 Installation directories:
809 --prefix=PREFIX install architecture-independent files in PREFIX
810 [$ac_default_prefix]
811 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
812 [PREFIX]
813
814 By default, \`make install' will install all the files in
815 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
816 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
817 for instance \`--prefix=\$HOME'.
818
819 For better control, use the options below.
820
821 Fine tuning of the installation directories:
822 --bindir=DIR user executables [EPREFIX/bin]
823 --sbindir=DIR system admin executables [EPREFIX/sbin]
824 --libexecdir=DIR program executables [EPREFIX/libexec]
825 --datadir=DIR read-only architecture-independent data [PREFIX/share]
826 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
827 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
828 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
829 --libdir=DIR object code libraries [EPREFIX/lib]
830 --includedir=DIR C header files [PREFIX/include]
831 --oldincludedir=DIR C header files for non-gcc [/usr/include]
832 --infodir=DIR info documentation [PREFIX/info]
833 --mandir=DIR man documentation [PREFIX/man]
834 _ACEOF
835
836 cat <<\_ACEOF
837
838 Program names:
839 --program-prefix=PREFIX prepend PREFIX to installed program names
840 --program-suffix=SUFFIX append SUFFIX to installed program names
841 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
842
843 X features:
844 --x-includes=DIR X include files are in DIR
845 --x-libraries=DIR X library files are in DIR
846
847 System types:
848 --build=BUILD configure for building on BUILD [guessed]
849 --host=HOST cross-compile to build programs to run on HOST [BUILD]
850 --target=TARGET configure for building compilers for TARGET [HOST]
851 _ACEOF
852 fi
853
854 if test -n "$ac_init_help"; then
855
856 cat <<\_ACEOF
857
858 Optional Features:
859 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
860 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
861 --enable-maintainer-mode enable make rules and dependencies not useful
862 (and sometimes confusing) to the casual installer
863 --disable-gdbcli disable command-line interface (CLI)
864 --disable-gdbmi disable machine-interface (MI)
865 --enable-tui enable full-screen terminal user interface (TUI)
866 --enable-gdbtk enable gdbtk graphical user interface (GUI)
867 --enable-profiling enable profiling of GDB
868 --disable-rpath do not hardcode runtime library paths
869 --enable-werror treat compile warnings as errors
870 --enable-build-warnings Enable build-time compiler warnings if gcc is used
871 --enable-gdb-build-warnings Enable GDB specific build-time compiler warnings if gcc is used
872 --enable-sim Link gdb with simulator
873 --enable-multi-ice build the multi-ice-gdb-server
874
875 Optional Packages:
876 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
877 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
878 --with-separate-debug-dir=path Look for global separate debug info in this path LIBDIR/debug
879 --with-libunwind Use libunwind frame unwinding support
880 --with-gnu-ld assume the C compiler uses GNU ld default=no
881 --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib
882 --without-libexpat-prefix don't search for libexpat in includedir and libdir
883 --without-included-regex don't use included regex; this is the default
884 on systems with version 2 of the GNU C library
885 (use with caution on other system)
886 --with-sysroot=DIR Search for usr/lib et al within DIR.
887 --with-tclconfig=DIR Directory containing tcl configuration (tclConfig.sh)
888 --with-tkconfig=DIR Directory containing tk configuration (tkConfig.sh)
889 --with-tclinclude=DIR Directory where tcl private headers are
890 --with-tkinclude=DIR Directory where tk private headers are
891 --with-itclconfig Directory containing itcl configuration (itclConfig.sh)
892 --with-itkconfig Directory containing itk configuration (itkConfig.sh)
893 --with-x use the X Window System
894 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
895
896 Some influential environment variables:
897 CC C compiler command
898 CFLAGS C compiler flags
899 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
900 nonstandard directory <lib dir>
901 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
902 headers in a nonstandard directory <include dir>
903 CPP C preprocessor
904
905 Use these variables to override the choices made by `configure' or to help
906 it to find libraries and programs with nonstandard names/locations.
907
908 _ACEOF
909 fi
910
911 if test "$ac_init_help" = "recursive"; then
912 # If there are subdirs, report their specific --help.
913 ac_popdir=`pwd`
914 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
915 test -d $ac_dir || continue
916 ac_builddir=.
917
918 if test "$ac_dir" != .; then
919 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
920 # A "../" for each directory in $ac_dir_suffix.
921 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
922 else
923 ac_dir_suffix= ac_top_builddir=
924 fi
925
926 case $srcdir in
927 .) # No --srcdir option. We are building in place.
928 ac_srcdir=.
929 if test -z "$ac_top_builddir"; then
930 ac_top_srcdir=.
931 else
932 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
933 fi ;;
934 [\\/]* | ?:[\\/]* ) # Absolute path.
935 ac_srcdir=$srcdir$ac_dir_suffix;
936 ac_top_srcdir=$srcdir ;;
937 *) # Relative path.
938 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
939 ac_top_srcdir=$ac_top_builddir$srcdir ;;
940 esac
941
942 # Do not use `cd foo && pwd` to compute absolute paths, because
943 # the directories may not exist.
944 case `pwd` in
945 .) ac_abs_builddir="$ac_dir";;
946 *)
947 case "$ac_dir" in
948 .) ac_abs_builddir=`pwd`;;
949 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
950 *) ac_abs_builddir=`pwd`/"$ac_dir";;
951 esac;;
952 esac
953 case $ac_abs_builddir in
954 .) ac_abs_top_builddir=${ac_top_builddir}.;;
955 *)
956 case ${ac_top_builddir}. in
957 .) ac_abs_top_builddir=$ac_abs_builddir;;
958 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
959 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
960 esac;;
961 esac
962 case $ac_abs_builddir in
963 .) ac_abs_srcdir=$ac_srcdir;;
964 *)
965 case $ac_srcdir in
966 .) ac_abs_srcdir=$ac_abs_builddir;;
967 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
968 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
969 esac;;
970 esac
971 case $ac_abs_builddir in
972 .) ac_abs_top_srcdir=$ac_top_srcdir;;
973 *)
974 case $ac_top_srcdir in
975 .) ac_abs_top_srcdir=$ac_abs_builddir;;
976 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
977 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
978 esac;;
979 esac
980
981 cd $ac_dir
982 # Check for guested configure; otherwise get Cygnus style configure.
983 if test -f $ac_srcdir/configure.gnu; then
984 echo
985 $SHELL $ac_srcdir/configure.gnu --help=recursive
986 elif test -f $ac_srcdir/configure; then
987 echo
988 $SHELL $ac_srcdir/configure --help=recursive
989 elif test -f $ac_srcdir/configure.ac ||
990 test -f $ac_srcdir/configure.in; then
991 echo
992 $ac_configure --help
993 else
994 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
995 fi
996 cd $ac_popdir
997 done
998 fi
999
1000 test -n "$ac_init_help" && exit 0
1001 if $ac_init_version; then
1002 cat <<\_ACEOF
1003
1004 Copyright (C) 2003 Free Software Foundation, Inc.
1005 This configure script is free software; the Free Software Foundation
1006 gives unlimited permission to copy, distribute and modify it.
1007 _ACEOF
1008 exit 0
1009 fi
1010 exec 5>config.log
1011 cat >&5 <<_ACEOF
1012 This file contains any messages produced by compilers while
1013 running configure, to aid debugging if configure makes a mistake.
1014
1015 It was created by $as_me, which was
1016 generated by GNU Autoconf 2.59. Invocation command line was
1017
1018 $ $0 $@
1019
1020 _ACEOF
1021 {
1022 cat <<_ASUNAME
1023 ## --------- ##
1024 ## Platform. ##
1025 ## --------- ##
1026
1027 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1028 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1029 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1030 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1031 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1032
1033 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1034 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1035
1036 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1037 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1038 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1039 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1040 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1041 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1042 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1043
1044 _ASUNAME
1045
1046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1047 for as_dir in $PATH
1048 do
1049 IFS=$as_save_IFS
1050 test -z "$as_dir" && as_dir=.
1051 echo "PATH: $as_dir"
1052 done
1053
1054 } >&5
1055
1056 cat >&5 <<_ACEOF
1057
1058
1059 ## ----------- ##
1060 ## Core tests. ##
1061 ## ----------- ##
1062
1063 _ACEOF
1064
1065
1066 # Keep a trace of the command line.
1067 # Strip out --no-create and --no-recursion so they do not pile up.
1068 # Strip out --silent because we don't want to record it for future runs.
1069 # Also quote any args containing shell meta-characters.
1070 # Make two passes to allow for proper duplicate-argument suppression.
1071 ac_configure_args=
1072 ac_configure_args0=
1073 ac_configure_args1=
1074 ac_sep=
1075 ac_must_keep_next=false
1076 for ac_pass in 1 2
1077 do
1078 for ac_arg
1079 do
1080 case $ac_arg in
1081 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 continue ;;
1085 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1086 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1087 esac
1088 case $ac_pass in
1089 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1090 2)
1091 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1092 if test $ac_must_keep_next = true; then
1093 ac_must_keep_next=false # Got value, back to normal.
1094 else
1095 case $ac_arg in
1096 *=* | --config-cache | -C | -disable-* | --disable-* \
1097 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1098 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1099 | -with-* | --with-* | -without-* | --without-* | --x)
1100 case "$ac_configure_args0 " in
1101 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1102 esac
1103 ;;
1104 -* ) ac_must_keep_next=true ;;
1105 esac
1106 fi
1107 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1108 # Get rid of the leading space.
1109 ac_sep=" "
1110 ;;
1111 esac
1112 done
1113 done
1114 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1115 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1116
1117 # When interrupted or exit'd, cleanup temporary files, and complete
1118 # config.log. We remove comments because anyway the quotes in there
1119 # would cause problems or look ugly.
1120 # WARNING: Be sure not to use single quotes in there, as some shells,
1121 # such as our DU 5.0 friend, will then `close' the trap.
1122 trap 'exit_status=$?
1123 # Save into config.log some information that might help in debugging.
1124 {
1125 echo
1126
1127 cat <<\_ASBOX
1128 ## ---------------- ##
1129 ## Cache variables. ##
1130 ## ---------------- ##
1131 _ASBOX
1132 echo
1133 # The following way of writing the cache mishandles newlines in values,
1134 {
1135 (set) 2>&1 |
1136 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1137 *ac_space=\ *)
1138 sed -n \
1139 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1140 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1141 ;;
1142 *)
1143 sed -n \
1144 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1145 ;;
1146 esac;
1147 }
1148 echo
1149
1150 cat <<\_ASBOX
1151 ## ----------------- ##
1152 ## Output variables. ##
1153 ## ----------------- ##
1154 _ASBOX
1155 echo
1156 for ac_var in $ac_subst_vars
1157 do
1158 eval ac_val=$`echo $ac_var`
1159 echo "$ac_var='"'"'$ac_val'"'"'"
1160 done | sort
1161 echo
1162
1163 if test -n "$ac_subst_files"; then
1164 cat <<\_ASBOX
1165 ## ------------- ##
1166 ## Output files. ##
1167 ## ------------- ##
1168 _ASBOX
1169 echo
1170 for ac_var in $ac_subst_files
1171 do
1172 eval ac_val=$`echo $ac_var`
1173 echo "$ac_var='"'"'$ac_val'"'"'"
1174 done | sort
1175 echo
1176 fi
1177
1178 if test -s confdefs.h; then
1179 cat <<\_ASBOX
1180 ## ----------- ##
1181 ## confdefs.h. ##
1182 ## ----------- ##
1183 _ASBOX
1184 echo
1185 sed "/^$/d" confdefs.h | sort
1186 echo
1187 fi
1188 test "$ac_signal" != 0 &&
1189 echo "$as_me: caught signal $ac_signal"
1190 echo "$as_me: exit $exit_status"
1191 } >&5
1192 rm -f core *.core &&
1193 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1194 exit $exit_status
1195 ' 0
1196 for ac_signal in 1 2 13 15; do
1197 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1198 done
1199 ac_signal=0
1200
1201 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1202 rm -rf conftest* confdefs.h
1203 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1204 echo >confdefs.h
1205
1206 # Predefined preprocessor variables.
1207
1208 cat >>confdefs.h <<_ACEOF
1209 #define PACKAGE_NAME "$PACKAGE_NAME"
1210 _ACEOF
1211
1212
1213 cat >>confdefs.h <<_ACEOF
1214 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1215 _ACEOF
1216
1217
1218 cat >>confdefs.h <<_ACEOF
1219 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1220 _ACEOF
1221
1222
1223 cat >>confdefs.h <<_ACEOF
1224 #define PACKAGE_STRING "$PACKAGE_STRING"
1225 _ACEOF
1226
1227
1228 cat >>confdefs.h <<_ACEOF
1229 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1230 _ACEOF
1231
1232
1233 # Let the site file select an alternate cache file if it wants to.
1234 # Prefer explicitly selected file to automatically selected ones.
1235 if test -z "$CONFIG_SITE"; then
1236 if test "x$prefix" != xNONE; then
1237 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1238 else
1239 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1240 fi
1241 fi
1242 for ac_site_file in $CONFIG_SITE; do
1243 if test -r "$ac_site_file"; then
1244 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1245 echo "$as_me: loading site script $ac_site_file" >&6;}
1246 sed 's/^/| /' "$ac_site_file" >&5
1247 . "$ac_site_file"
1248 fi
1249 done
1250
1251 if test -r "$cache_file"; then
1252 # Some versions of bash will fail to source /dev/null (special
1253 # files actually), so we avoid doing that.
1254 if test -f "$cache_file"; then
1255 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1256 echo "$as_me: loading cache $cache_file" >&6;}
1257 case $cache_file in
1258 [\\/]* | ?:[\\/]* ) . $cache_file;;
1259 *) . ./$cache_file;;
1260 esac
1261 fi
1262 else
1263 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1264 echo "$as_me: creating cache $cache_file" >&6;}
1265 >$cache_file
1266 fi
1267
1268 # Check that the precious variables saved in the cache have kept the same
1269 # value.
1270 ac_cache_corrupted=false
1271 for ac_var in `(set) 2>&1 |
1272 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1273 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1274 eval ac_new_set=\$ac_env_${ac_var}_set
1275 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1276 eval ac_new_val="\$ac_env_${ac_var}_value"
1277 case $ac_old_set,$ac_new_set in
1278 set,)
1279 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1280 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1281 ac_cache_corrupted=: ;;
1282 ,set)
1283 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1284 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1285 ac_cache_corrupted=: ;;
1286 ,);;
1287 *)
1288 if test "x$ac_old_val" != "x$ac_new_val"; then
1289 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1290 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1291 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1292 echo "$as_me: former value: $ac_old_val" >&2;}
1293 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1294 echo "$as_me: current value: $ac_new_val" >&2;}
1295 ac_cache_corrupted=:
1296 fi;;
1297 esac
1298 # Pass precious variables to config.status.
1299 if test "$ac_new_set" = set; then
1300 case $ac_new_val in
1301 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1302 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1303 *) ac_arg=$ac_var=$ac_new_val ;;
1304 esac
1305 case " $ac_configure_args " in
1306 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1307 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1308 esac
1309 fi
1310 done
1311 if $ac_cache_corrupted; then
1312 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1313 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1314 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1315 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1316 { (exit 1); exit 1; }; }
1317 fi
1318
1319 ac_ext=c
1320 ac_cpp='$CPP $CPPFLAGS'
1321 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1322 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1323 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343 ac_config_headers="$ac_config_headers config.h:config.in"
1344
1345 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1346 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1347 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1348 if test "${enable_maintainer_mode+set}" = set; then
1349 enableval="$enable_maintainer_mode"
1350 USE_MAINTAINER_MODE=$enableval
1351 else
1352 USE_MAINTAINER_MODE=no
1353 fi;
1354 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1355 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1356
1357
1358 if test $USE_MAINTAINER_MODE = yes; then
1359 MAINTAINER_MODE_TRUE=
1360 MAINTAINER_MODE_FALSE='#'
1361 else
1362 MAINTAINER_MODE_TRUE='#'
1363 MAINTAINER_MODE_FALSE=
1364 fi
1365
1366 MAINT=$MAINTAINER_MODE_TRUE
1367
1368
1369
1370 ac_ext=c
1371 ac_cpp='$CPP $CPPFLAGS'
1372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1375 if test -n "$ac_tool_prefix"; then
1376 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1377 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1378 echo "$as_me:$LINENO: checking for $ac_word" >&5
1379 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1380 if test "${ac_cv_prog_CC+set}" = set; then
1381 echo $ECHO_N "(cached) $ECHO_C" >&6
1382 else
1383 if test -n "$CC"; then
1384 ac_cv_prog_CC="$CC" # Let the user override the test.
1385 else
1386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1387 for as_dir in $PATH
1388 do
1389 IFS=$as_save_IFS
1390 test -z "$as_dir" && as_dir=.
1391 for ac_exec_ext in '' $ac_executable_extensions; do
1392 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1393 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1395 break 2
1396 fi
1397 done
1398 done
1399
1400 fi
1401 fi
1402 CC=$ac_cv_prog_CC
1403 if test -n "$CC"; then
1404 echo "$as_me:$LINENO: result: $CC" >&5
1405 echo "${ECHO_T}$CC" >&6
1406 else
1407 echo "$as_me:$LINENO: result: no" >&5
1408 echo "${ECHO_T}no" >&6
1409 fi
1410
1411 fi
1412 if test -z "$ac_cv_prog_CC"; then
1413 ac_ct_CC=$CC
1414 # Extract the first word of "gcc", so it can be a program name with args.
1415 set dummy gcc; ac_word=$2
1416 echo "$as_me:$LINENO: checking for $ac_word" >&5
1417 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1418 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1419 echo $ECHO_N "(cached) $ECHO_C" >&6
1420 else
1421 if test -n "$ac_ct_CC"; then
1422 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1423 else
1424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1425 for as_dir in $PATH
1426 do
1427 IFS=$as_save_IFS
1428 test -z "$as_dir" && as_dir=.
1429 for ac_exec_ext in '' $ac_executable_extensions; do
1430 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1431 ac_cv_prog_ac_ct_CC="gcc"
1432 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1433 break 2
1434 fi
1435 done
1436 done
1437
1438 fi
1439 fi
1440 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1441 if test -n "$ac_ct_CC"; then
1442 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1443 echo "${ECHO_T}$ac_ct_CC" >&6
1444 else
1445 echo "$as_me:$LINENO: result: no" >&5
1446 echo "${ECHO_T}no" >&6
1447 fi
1448
1449 CC=$ac_ct_CC
1450 else
1451 CC="$ac_cv_prog_CC"
1452 fi
1453
1454 if test -z "$CC"; then
1455 if test -n "$ac_tool_prefix"; then
1456 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1457 set dummy ${ac_tool_prefix}cc; ac_word=$2
1458 echo "$as_me:$LINENO: checking for $ac_word" >&5
1459 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1460 if test "${ac_cv_prog_CC+set}" = set; then
1461 echo $ECHO_N "(cached) $ECHO_C" >&6
1462 else
1463 if test -n "$CC"; then
1464 ac_cv_prog_CC="$CC" # Let the user override the test.
1465 else
1466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1467 for as_dir in $PATH
1468 do
1469 IFS=$as_save_IFS
1470 test -z "$as_dir" && as_dir=.
1471 for ac_exec_ext in '' $ac_executable_extensions; do
1472 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1473 ac_cv_prog_CC="${ac_tool_prefix}cc"
1474 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1475 break 2
1476 fi
1477 done
1478 done
1479
1480 fi
1481 fi
1482 CC=$ac_cv_prog_CC
1483 if test -n "$CC"; then
1484 echo "$as_me:$LINENO: result: $CC" >&5
1485 echo "${ECHO_T}$CC" >&6
1486 else
1487 echo "$as_me:$LINENO: result: no" >&5
1488 echo "${ECHO_T}no" >&6
1489 fi
1490
1491 fi
1492 if test -z "$ac_cv_prog_CC"; then
1493 ac_ct_CC=$CC
1494 # Extract the first word of "cc", so it can be a program name with args.
1495 set dummy cc; ac_word=$2
1496 echo "$as_me:$LINENO: checking for $ac_word" >&5
1497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1498 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1499 echo $ECHO_N "(cached) $ECHO_C" >&6
1500 else
1501 if test -n "$ac_ct_CC"; then
1502 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1503 else
1504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1505 for as_dir in $PATH
1506 do
1507 IFS=$as_save_IFS
1508 test -z "$as_dir" && as_dir=.
1509 for ac_exec_ext in '' $ac_executable_extensions; do
1510 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1511 ac_cv_prog_ac_ct_CC="cc"
1512 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1513 break 2
1514 fi
1515 done
1516 done
1517
1518 fi
1519 fi
1520 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1521 if test -n "$ac_ct_CC"; then
1522 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1523 echo "${ECHO_T}$ac_ct_CC" >&6
1524 else
1525 echo "$as_me:$LINENO: result: no" >&5
1526 echo "${ECHO_T}no" >&6
1527 fi
1528
1529 CC=$ac_ct_CC
1530 else
1531 CC="$ac_cv_prog_CC"
1532 fi
1533
1534 fi
1535 if test -z "$CC"; then
1536 # Extract the first word of "cc", so it can be a program name with args.
1537 set dummy cc; ac_word=$2
1538 echo "$as_me:$LINENO: checking for $ac_word" >&5
1539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1540 if test "${ac_cv_prog_CC+set}" = set; then
1541 echo $ECHO_N "(cached) $ECHO_C" >&6
1542 else
1543 if test -n "$CC"; then
1544 ac_cv_prog_CC="$CC" # Let the user override the test.
1545 else
1546 ac_prog_rejected=no
1547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1548 for as_dir in $PATH
1549 do
1550 IFS=$as_save_IFS
1551 test -z "$as_dir" && as_dir=.
1552 for ac_exec_ext in '' $ac_executable_extensions; do
1553 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1554 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1555 ac_prog_rejected=yes
1556 continue
1557 fi
1558 ac_cv_prog_CC="cc"
1559 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1560 break 2
1561 fi
1562 done
1563 done
1564
1565 if test $ac_prog_rejected = yes; then
1566 # We found a bogon in the path, so make sure we never use it.
1567 set dummy $ac_cv_prog_CC
1568 shift
1569 if test $# != 0; then
1570 # We chose a different compiler from the bogus one.
1571 # However, it has the same basename, so the bogon will be chosen
1572 # first if we set CC to just the basename; use the full file name.
1573 shift
1574 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1575 fi
1576 fi
1577 fi
1578 fi
1579 CC=$ac_cv_prog_CC
1580 if test -n "$CC"; then
1581 echo "$as_me:$LINENO: result: $CC" >&5
1582 echo "${ECHO_T}$CC" >&6
1583 else
1584 echo "$as_me:$LINENO: result: no" >&5
1585 echo "${ECHO_T}no" >&6
1586 fi
1587
1588 fi
1589 if test -z "$CC"; then
1590 if test -n "$ac_tool_prefix"; then
1591 for ac_prog in cl
1592 do
1593 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1594 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1595 echo "$as_me:$LINENO: checking for $ac_word" >&5
1596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1597 if test "${ac_cv_prog_CC+set}" = set; then
1598 echo $ECHO_N "(cached) $ECHO_C" >&6
1599 else
1600 if test -n "$CC"; then
1601 ac_cv_prog_CC="$CC" # Let the user override the test.
1602 else
1603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1604 for as_dir in $PATH
1605 do
1606 IFS=$as_save_IFS
1607 test -z "$as_dir" && as_dir=.
1608 for ac_exec_ext in '' $ac_executable_extensions; do
1609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1610 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1612 break 2
1613 fi
1614 done
1615 done
1616
1617 fi
1618 fi
1619 CC=$ac_cv_prog_CC
1620 if test -n "$CC"; then
1621 echo "$as_me:$LINENO: result: $CC" >&5
1622 echo "${ECHO_T}$CC" >&6
1623 else
1624 echo "$as_me:$LINENO: result: no" >&5
1625 echo "${ECHO_T}no" >&6
1626 fi
1627
1628 test -n "$CC" && break
1629 done
1630 fi
1631 if test -z "$CC"; then
1632 ac_ct_CC=$CC
1633 for ac_prog in cl
1634 do
1635 # Extract the first word of "$ac_prog", so it can be a program name with args.
1636 set dummy $ac_prog; ac_word=$2
1637 echo "$as_me:$LINENO: checking for $ac_word" >&5
1638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1639 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1640 echo $ECHO_N "(cached) $ECHO_C" >&6
1641 else
1642 if test -n "$ac_ct_CC"; then
1643 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1644 else
1645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1646 for as_dir in $PATH
1647 do
1648 IFS=$as_save_IFS
1649 test -z "$as_dir" && as_dir=.
1650 for ac_exec_ext in '' $ac_executable_extensions; do
1651 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1652 ac_cv_prog_ac_ct_CC="$ac_prog"
1653 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1654 break 2
1655 fi
1656 done
1657 done
1658
1659 fi
1660 fi
1661 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1662 if test -n "$ac_ct_CC"; then
1663 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1664 echo "${ECHO_T}$ac_ct_CC" >&6
1665 else
1666 echo "$as_me:$LINENO: result: no" >&5
1667 echo "${ECHO_T}no" >&6
1668 fi
1669
1670 test -n "$ac_ct_CC" && break
1671 done
1672
1673 CC=$ac_ct_CC
1674 fi
1675
1676 fi
1677
1678
1679 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1680 See \`config.log' for more details." >&5
1681 echo "$as_me: error: no acceptable C compiler found in \$PATH
1682 See \`config.log' for more details." >&2;}
1683 { (exit 1); exit 1; }; }
1684
1685 # Provide some information about the compiler.
1686 echo "$as_me:$LINENO:" \
1687 "checking for C compiler version" >&5
1688 ac_compiler=`set X $ac_compile; echo $2`
1689 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1690 (eval $ac_compiler --version </dev/null >&5) 2>&5
1691 ac_status=$?
1692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1693 (exit $ac_status); }
1694 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1695 (eval $ac_compiler -v </dev/null >&5) 2>&5
1696 ac_status=$?
1697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1698 (exit $ac_status); }
1699 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1700 (eval $ac_compiler -V </dev/null >&5) 2>&5
1701 ac_status=$?
1702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1703 (exit $ac_status); }
1704
1705 cat >conftest.$ac_ext <<_ACEOF
1706 /* confdefs.h. */
1707 _ACEOF
1708 cat confdefs.h >>conftest.$ac_ext
1709 cat >>conftest.$ac_ext <<_ACEOF
1710 /* end confdefs.h. */
1711
1712 int
1713 main ()
1714 {
1715
1716 ;
1717 return 0;
1718 }
1719 _ACEOF
1720 ac_clean_files_save=$ac_clean_files
1721 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1722 # Try to create an executable without -o first, disregard a.out.
1723 # It will help us diagnose broken compilers, and finding out an intuition
1724 # of exeext.
1725 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1726 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1727 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1728 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1729 (eval $ac_link_default) 2>&5
1730 ac_status=$?
1731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1732 (exit $ac_status); }; then
1733 # Find the output, starting from the most likely. This scheme is
1734 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1735 # resort.
1736
1737 # Be careful to initialize this variable, since it used to be cached.
1738 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1739 ac_cv_exeext=
1740 # b.out is created by i960 compilers.
1741 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1742 do
1743 test -f "$ac_file" || continue
1744 case $ac_file in
1745 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1746 ;;
1747 conftest.$ac_ext )
1748 # This is the source file.
1749 ;;
1750 [ab].out )
1751 # We found the default executable, but exeext='' is most
1752 # certainly right.
1753 break;;
1754 *.* )
1755 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1756 # FIXME: I believe we export ac_cv_exeext for Libtool,
1757 # but it would be cool to find out if it's true. Does anybody
1758 # maintain Libtool? --akim.
1759 export ac_cv_exeext
1760 break;;
1761 * )
1762 break;;
1763 esac
1764 done
1765 else
1766 echo "$as_me: failed program was:" >&5
1767 sed 's/^/| /' conftest.$ac_ext >&5
1768
1769 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1770 See \`config.log' for more details." >&5
1771 echo "$as_me: error: C compiler cannot create executables
1772 See \`config.log' for more details." >&2;}
1773 { (exit 77); exit 77; }; }
1774 fi
1775
1776 ac_exeext=$ac_cv_exeext
1777 echo "$as_me:$LINENO: result: $ac_file" >&5
1778 echo "${ECHO_T}$ac_file" >&6
1779
1780 # Check the compiler produces executables we can run. If not, either
1781 # the compiler is broken, or we cross compile.
1782 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1783 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1784 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1785 # If not cross compiling, check that we can run a simple program.
1786 if test "$cross_compiling" != yes; then
1787 if { ac_try='./$ac_file'
1788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1789 (eval $ac_try) 2>&5
1790 ac_status=$?
1791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1792 (exit $ac_status); }; }; then
1793 cross_compiling=no
1794 else
1795 if test "$cross_compiling" = maybe; then
1796 cross_compiling=yes
1797 else
1798 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1799 If you meant to cross compile, use \`--host'.
1800 See \`config.log' for more details." >&5
1801 echo "$as_me: error: cannot run C compiled programs.
1802 If you meant to cross compile, use \`--host'.
1803 See \`config.log' for more details." >&2;}
1804 { (exit 1); exit 1; }; }
1805 fi
1806 fi
1807 fi
1808 echo "$as_me:$LINENO: result: yes" >&5
1809 echo "${ECHO_T}yes" >&6
1810
1811 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1812 ac_clean_files=$ac_clean_files_save
1813 # Check the compiler produces executables we can run. If not, either
1814 # the compiler is broken, or we cross compile.
1815 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1816 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1817 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1818 echo "${ECHO_T}$cross_compiling" >&6
1819
1820 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1821 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1823 (eval $ac_link) 2>&5
1824 ac_status=$?
1825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1826 (exit $ac_status); }; then
1827 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1828 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1829 # work properly (i.e., refer to `conftest.exe'), while it won't with
1830 # `rm'.
1831 for ac_file in conftest.exe conftest conftest.*; do
1832 test -f "$ac_file" || continue
1833 case $ac_file in
1834 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1835 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1836 export ac_cv_exeext
1837 break;;
1838 * ) break;;
1839 esac
1840 done
1841 else
1842 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1843 See \`config.log' for more details." >&5
1844 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1845 See \`config.log' for more details." >&2;}
1846 { (exit 1); exit 1; }; }
1847 fi
1848
1849 rm -f conftest$ac_cv_exeext
1850 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1851 echo "${ECHO_T}$ac_cv_exeext" >&6
1852
1853 rm -f conftest.$ac_ext
1854 EXEEXT=$ac_cv_exeext
1855 ac_exeext=$EXEEXT
1856 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1857 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1858 if test "${ac_cv_objext+set}" = set; then
1859 echo $ECHO_N "(cached) $ECHO_C" >&6
1860 else
1861 cat >conftest.$ac_ext <<_ACEOF
1862 /* confdefs.h. */
1863 _ACEOF
1864 cat confdefs.h >>conftest.$ac_ext
1865 cat >>conftest.$ac_ext <<_ACEOF
1866 /* end confdefs.h. */
1867
1868 int
1869 main ()
1870 {
1871
1872 ;
1873 return 0;
1874 }
1875 _ACEOF
1876 rm -f conftest.o conftest.obj
1877 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1878 (eval $ac_compile) 2>&5
1879 ac_status=$?
1880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1881 (exit $ac_status); }; then
1882 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1883 case $ac_file in
1884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1885 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1886 break;;
1887 esac
1888 done
1889 else
1890 echo "$as_me: failed program was:" >&5
1891 sed 's/^/| /' conftest.$ac_ext >&5
1892
1893 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1894 See \`config.log' for more details." >&5
1895 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1896 See \`config.log' for more details." >&2;}
1897 { (exit 1); exit 1; }; }
1898 fi
1899
1900 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1901 fi
1902 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1903 echo "${ECHO_T}$ac_cv_objext" >&6
1904 OBJEXT=$ac_cv_objext
1905 ac_objext=$OBJEXT
1906 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1907 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1908 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1909 echo $ECHO_N "(cached) $ECHO_C" >&6
1910 else
1911 cat >conftest.$ac_ext <<_ACEOF
1912 /* confdefs.h. */
1913 _ACEOF
1914 cat confdefs.h >>conftest.$ac_ext
1915 cat >>conftest.$ac_ext <<_ACEOF
1916 /* end confdefs.h. */
1917
1918 int
1919 main ()
1920 {
1921 #ifndef __GNUC__
1922 choke me
1923 #endif
1924
1925 ;
1926 return 0;
1927 }
1928 _ACEOF
1929 rm -f conftest.$ac_objext
1930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1931 (eval $ac_compile) 2>conftest.er1
1932 ac_status=$?
1933 grep -v '^ *+' conftest.er1 >conftest.err
1934 rm -f conftest.er1
1935 cat conftest.err >&5
1936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1937 (exit $ac_status); } &&
1938 { ac_try='test -z "$ac_c_werror_flag"
1939 || test ! -s conftest.err'
1940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1941 (eval $ac_try) 2>&5
1942 ac_status=$?
1943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1944 (exit $ac_status); }; } &&
1945 { ac_try='test -s conftest.$ac_objext'
1946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1947 (eval $ac_try) 2>&5
1948 ac_status=$?
1949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1950 (exit $ac_status); }; }; then
1951 ac_compiler_gnu=yes
1952 else
1953 echo "$as_me: failed program was:" >&5
1954 sed 's/^/| /' conftest.$ac_ext >&5
1955
1956 ac_compiler_gnu=no
1957 fi
1958 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1959 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1960
1961 fi
1962 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1963 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1964 GCC=`test $ac_compiler_gnu = yes && echo yes`
1965 ac_test_CFLAGS=${CFLAGS+set}
1966 ac_save_CFLAGS=$CFLAGS
1967 CFLAGS="-g"
1968 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1969 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1970 if test "${ac_cv_prog_cc_g+set}" = set; then
1971 echo $ECHO_N "(cached) $ECHO_C" >&6
1972 else
1973 cat >conftest.$ac_ext <<_ACEOF
1974 /* confdefs.h. */
1975 _ACEOF
1976 cat confdefs.h >>conftest.$ac_ext
1977 cat >>conftest.$ac_ext <<_ACEOF
1978 /* end confdefs.h. */
1979
1980 int
1981 main ()
1982 {
1983
1984 ;
1985 return 0;
1986 }
1987 _ACEOF
1988 rm -f conftest.$ac_objext
1989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1990 (eval $ac_compile) 2>conftest.er1
1991 ac_status=$?
1992 grep -v '^ *+' conftest.er1 >conftest.err
1993 rm -f conftest.er1
1994 cat conftest.err >&5
1995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1996 (exit $ac_status); } &&
1997 { ac_try='test -z "$ac_c_werror_flag"
1998 || test ! -s conftest.err'
1999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2000 (eval $ac_try) 2>&5
2001 ac_status=$?
2002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2003 (exit $ac_status); }; } &&
2004 { ac_try='test -s conftest.$ac_objext'
2005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2006 (eval $ac_try) 2>&5
2007 ac_status=$?
2008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2009 (exit $ac_status); }; }; then
2010 ac_cv_prog_cc_g=yes
2011 else
2012 echo "$as_me: failed program was:" >&5
2013 sed 's/^/| /' conftest.$ac_ext >&5
2014
2015 ac_cv_prog_cc_g=no
2016 fi
2017 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2018 fi
2019 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2020 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2021 if test "$ac_test_CFLAGS" = set; then
2022 CFLAGS=$ac_save_CFLAGS
2023 elif test $ac_cv_prog_cc_g = yes; then
2024 if test "$GCC" = yes; then
2025 CFLAGS="-g -O2"
2026 else
2027 CFLAGS="-g"
2028 fi
2029 else
2030 if test "$GCC" = yes; then
2031 CFLAGS="-O2"
2032 else
2033 CFLAGS=
2034 fi
2035 fi
2036 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2037 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2038 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2039 echo $ECHO_N "(cached) $ECHO_C" >&6
2040 else
2041 ac_cv_prog_cc_stdc=no
2042 ac_save_CC=$CC
2043 cat >conftest.$ac_ext <<_ACEOF
2044 /* confdefs.h. */
2045 _ACEOF
2046 cat confdefs.h >>conftest.$ac_ext
2047 cat >>conftest.$ac_ext <<_ACEOF
2048 /* end confdefs.h. */
2049 #include <stdarg.h>
2050 #include <stdio.h>
2051 #include <sys/types.h>
2052 #include <sys/stat.h>
2053 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2054 struct buf { int x; };
2055 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2056 static char *e (p, i)
2057 char **p;
2058 int i;
2059 {
2060 return p[i];
2061 }
2062 static char *f (char * (*g) (char **, int), char **p, ...)
2063 {
2064 char *s;
2065 va_list v;
2066 va_start (v,p);
2067 s = g (p, va_arg (v,int));
2068 va_end (v);
2069 return s;
2070 }
2071
2072 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2073 function prototypes and stuff, but not '\xHH' hex character constants.
2074 These don't provoke an error unfortunately, instead are silently treated
2075 as 'x'. The following induces an error, until -std1 is added to get
2076 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2077 array size at least. It's necessary to write '\x00'==0 to get something
2078 that's true only with -std1. */
2079 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2080
2081 int test (int i, double x);
2082 struct s1 {int (*f) (int a);};
2083 struct s2 {int (*f) (double a);};
2084 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2085 int argc;
2086 char **argv;
2087 int
2088 main ()
2089 {
2090 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2091 ;
2092 return 0;
2093 }
2094 _ACEOF
2095 # Don't try gcc -ansi; that turns off useful extensions and
2096 # breaks some systems' header files.
2097 # AIX -qlanglvl=ansi
2098 # Ultrix and OSF/1 -std1
2099 # HP-UX 10.20 and later -Ae
2100 # HP-UX older versions -Aa -D_HPUX_SOURCE
2101 # SVR4 -Xc -D__EXTENSIONS__
2102 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2103 do
2104 CC="$ac_save_CC $ac_arg"
2105 rm -f conftest.$ac_objext
2106 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2107 (eval $ac_compile) 2>conftest.er1
2108 ac_status=$?
2109 grep -v '^ *+' conftest.er1 >conftest.err
2110 rm -f conftest.er1
2111 cat conftest.err >&5
2112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2113 (exit $ac_status); } &&
2114 { ac_try='test -z "$ac_c_werror_flag"
2115 || test ! -s conftest.err'
2116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2117 (eval $ac_try) 2>&5
2118 ac_status=$?
2119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2120 (exit $ac_status); }; } &&
2121 { ac_try='test -s conftest.$ac_objext'
2122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2123 (eval $ac_try) 2>&5
2124 ac_status=$?
2125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2126 (exit $ac_status); }; }; then
2127 ac_cv_prog_cc_stdc=$ac_arg
2128 break
2129 else
2130 echo "$as_me: failed program was:" >&5
2131 sed 's/^/| /' conftest.$ac_ext >&5
2132
2133 fi
2134 rm -f conftest.err conftest.$ac_objext
2135 done
2136 rm -f conftest.$ac_ext conftest.$ac_objext
2137 CC=$ac_save_CC
2138
2139 fi
2140
2141 case "x$ac_cv_prog_cc_stdc" in
2142 x|xno)
2143 echo "$as_me:$LINENO: result: none needed" >&5
2144 echo "${ECHO_T}none needed" >&6 ;;
2145 *)
2146 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2147 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2148 CC="$CC $ac_cv_prog_cc_stdc" ;;
2149 esac
2150
2151 # Some people use a C++ compiler to compile C. Since we use `exit',
2152 # in C++ we need to declare it. In case someone uses the same compiler
2153 # for both compiling C and C++ we need to have the C++ compiler decide
2154 # the declaration of exit, since it's the most demanding environment.
2155 cat >conftest.$ac_ext <<_ACEOF
2156 #ifndef __cplusplus
2157 choke me
2158 #endif
2159 _ACEOF
2160 rm -f conftest.$ac_objext
2161 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2162 (eval $ac_compile) 2>conftest.er1
2163 ac_status=$?
2164 grep -v '^ *+' conftest.er1 >conftest.err
2165 rm -f conftest.er1
2166 cat conftest.err >&5
2167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2168 (exit $ac_status); } &&
2169 { ac_try='test -z "$ac_c_werror_flag"
2170 || test ! -s conftest.err'
2171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2172 (eval $ac_try) 2>&5
2173 ac_status=$?
2174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2175 (exit $ac_status); }; } &&
2176 { ac_try='test -s conftest.$ac_objext'
2177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2178 (eval $ac_try) 2>&5
2179 ac_status=$?
2180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2181 (exit $ac_status); }; }; then
2182 for ac_declaration in \
2183 '' \
2184 'extern "C" void std::exit (int) throw (); using std::exit;' \
2185 'extern "C" void std::exit (int); using std::exit;' \
2186 'extern "C" void exit (int) throw ();' \
2187 'extern "C" void exit (int);' \
2188 'void exit (int);'
2189 do
2190 cat >conftest.$ac_ext <<_ACEOF
2191 /* confdefs.h. */
2192 _ACEOF
2193 cat confdefs.h >>conftest.$ac_ext
2194 cat >>conftest.$ac_ext <<_ACEOF
2195 /* end confdefs.h. */
2196 $ac_declaration
2197 #include <stdlib.h>
2198 int
2199 main ()
2200 {
2201 exit (42);
2202 ;
2203 return 0;
2204 }
2205 _ACEOF
2206 rm -f conftest.$ac_objext
2207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2208 (eval $ac_compile) 2>conftest.er1
2209 ac_status=$?
2210 grep -v '^ *+' conftest.er1 >conftest.err
2211 rm -f conftest.er1
2212 cat conftest.err >&5
2213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2214 (exit $ac_status); } &&
2215 { ac_try='test -z "$ac_c_werror_flag"
2216 || test ! -s conftest.err'
2217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2218 (eval $ac_try) 2>&5
2219 ac_status=$?
2220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2221 (exit $ac_status); }; } &&
2222 { ac_try='test -s conftest.$ac_objext'
2223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2224 (eval $ac_try) 2>&5
2225 ac_status=$?
2226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2227 (exit $ac_status); }; }; then
2228 :
2229 else
2230 echo "$as_me: failed program was:" >&5
2231 sed 's/^/| /' conftest.$ac_ext >&5
2232
2233 continue
2234 fi
2235 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2236 cat >conftest.$ac_ext <<_ACEOF
2237 /* confdefs.h. */
2238 _ACEOF
2239 cat confdefs.h >>conftest.$ac_ext
2240 cat >>conftest.$ac_ext <<_ACEOF
2241 /* end confdefs.h. */
2242 $ac_declaration
2243 int
2244 main ()
2245 {
2246 exit (42);
2247 ;
2248 return 0;
2249 }
2250 _ACEOF
2251 rm -f conftest.$ac_objext
2252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2253 (eval $ac_compile) 2>conftest.er1
2254 ac_status=$?
2255 grep -v '^ *+' conftest.er1 >conftest.err
2256 rm -f conftest.er1
2257 cat conftest.err >&5
2258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2259 (exit $ac_status); } &&
2260 { ac_try='test -z "$ac_c_werror_flag"
2261 || test ! -s conftest.err'
2262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2263 (eval $ac_try) 2>&5
2264 ac_status=$?
2265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2266 (exit $ac_status); }; } &&
2267 { ac_try='test -s conftest.$ac_objext'
2268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2269 (eval $ac_try) 2>&5
2270 ac_status=$?
2271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2272 (exit $ac_status); }; }; then
2273 break
2274 else
2275 echo "$as_me: failed program was:" >&5
2276 sed 's/^/| /' conftest.$ac_ext >&5
2277
2278 fi
2279 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2280 done
2281 rm -f conftest*
2282 if test -n "$ac_declaration"; then
2283 echo '#ifdef __cplusplus' >>confdefs.h
2284 echo $ac_declaration >>confdefs.h
2285 echo '#endif' >>confdefs.h
2286 fi
2287
2288 else
2289 echo "$as_me: failed program was:" >&5
2290 sed 's/^/| /' conftest.$ac_ext >&5
2291
2292 fi
2293 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2294 ac_ext=c
2295 ac_cpp='$CPP $CPPFLAGS'
2296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2299
2300
2301 cat >>confdefs.h <<\_ACEOF
2302 #define _GNU_SOURCE 1
2303 _ACEOF
2304
2305
2306
2307 ac_ext=c
2308 ac_cpp='$CPP $CPPFLAGS'
2309 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2310 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2311 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2312 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2313 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2314 # On Suns, sometimes $CPP names a directory.
2315 if test -n "$CPP" && test -d "$CPP"; then
2316 CPP=
2317 fi
2318 if test -z "$CPP"; then
2319 if test "${ac_cv_prog_CPP+set}" = set; then
2320 echo $ECHO_N "(cached) $ECHO_C" >&6
2321 else
2322 # Double quotes because CPP needs to be expanded
2323 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2324 do
2325 ac_preproc_ok=false
2326 for ac_c_preproc_warn_flag in '' yes
2327 do
2328 # Use a header file that comes with gcc, so configuring glibc
2329 # with a fresh cross-compiler works.
2330 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2331 # <limits.h> exists even on freestanding compilers.
2332 # On the NeXT, cc -E runs the code through the compiler's parser,
2333 # not just through cpp. "Syntax error" is here to catch this case.
2334 cat >conftest.$ac_ext <<_ACEOF
2335 /* confdefs.h. */
2336 _ACEOF
2337 cat confdefs.h >>conftest.$ac_ext
2338 cat >>conftest.$ac_ext <<_ACEOF
2339 /* end confdefs.h. */
2340 #ifdef __STDC__
2341 # include <limits.h>
2342 #else
2343 # include <assert.h>
2344 #endif
2345 Syntax error
2346 _ACEOF
2347 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2348 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2349 ac_status=$?
2350 grep -v '^ *+' conftest.er1 >conftest.err
2351 rm -f conftest.er1
2352 cat conftest.err >&5
2353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2354 (exit $ac_status); } >/dev/null; then
2355 if test -s conftest.err; then
2356 ac_cpp_err=$ac_c_preproc_warn_flag
2357 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2358 else
2359 ac_cpp_err=
2360 fi
2361 else
2362 ac_cpp_err=yes
2363 fi
2364 if test -z "$ac_cpp_err"; then
2365 :
2366 else
2367 echo "$as_me: failed program was:" >&5
2368 sed 's/^/| /' conftest.$ac_ext >&5
2369
2370 # Broken: fails on valid input.
2371 continue
2372 fi
2373 rm -f conftest.err conftest.$ac_ext
2374
2375 # OK, works on sane cases. Now check whether non-existent headers
2376 # can be detected and how.
2377 cat >conftest.$ac_ext <<_ACEOF
2378 /* confdefs.h. */
2379 _ACEOF
2380 cat confdefs.h >>conftest.$ac_ext
2381 cat >>conftest.$ac_ext <<_ACEOF
2382 /* end confdefs.h. */
2383 #include <ac_nonexistent.h>
2384 _ACEOF
2385 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2386 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2387 ac_status=$?
2388 grep -v '^ *+' conftest.er1 >conftest.err
2389 rm -f conftest.er1
2390 cat conftest.err >&5
2391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2392 (exit $ac_status); } >/dev/null; then
2393 if test -s conftest.err; then
2394 ac_cpp_err=$ac_c_preproc_warn_flag
2395 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2396 else
2397 ac_cpp_err=
2398 fi
2399 else
2400 ac_cpp_err=yes
2401 fi
2402 if test -z "$ac_cpp_err"; then
2403 # Broken: success on invalid input.
2404 continue
2405 else
2406 echo "$as_me: failed program was:" >&5
2407 sed 's/^/| /' conftest.$ac_ext >&5
2408
2409 # Passes both tests.
2410 ac_preproc_ok=:
2411 break
2412 fi
2413 rm -f conftest.err conftest.$ac_ext
2414
2415 done
2416 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2417 rm -f conftest.err conftest.$ac_ext
2418 if $ac_preproc_ok; then
2419 break
2420 fi
2421
2422 done
2423 ac_cv_prog_CPP=$CPP
2424
2425 fi
2426 CPP=$ac_cv_prog_CPP
2427 else
2428 ac_cv_prog_CPP=$CPP
2429 fi
2430 echo "$as_me:$LINENO: result: $CPP" >&5
2431 echo "${ECHO_T}$CPP" >&6
2432 ac_preproc_ok=false
2433 for ac_c_preproc_warn_flag in '' yes
2434 do
2435 # Use a header file that comes with gcc, so configuring glibc
2436 # with a fresh cross-compiler works.
2437 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2438 # <limits.h> exists even on freestanding compilers.
2439 # On the NeXT, cc -E runs the code through the compiler's parser,
2440 # not just through cpp. "Syntax error" is here to catch this case.
2441 cat >conftest.$ac_ext <<_ACEOF
2442 /* confdefs.h. */
2443 _ACEOF
2444 cat confdefs.h >>conftest.$ac_ext
2445 cat >>conftest.$ac_ext <<_ACEOF
2446 /* end confdefs.h. */
2447 #ifdef __STDC__
2448 # include <limits.h>
2449 #else
2450 # include <assert.h>
2451 #endif
2452 Syntax error
2453 _ACEOF
2454 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2455 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2456 ac_status=$?
2457 grep -v '^ *+' conftest.er1 >conftest.err
2458 rm -f conftest.er1
2459 cat conftest.err >&5
2460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2461 (exit $ac_status); } >/dev/null; then
2462 if test -s conftest.err; then
2463 ac_cpp_err=$ac_c_preproc_warn_flag
2464 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2465 else
2466 ac_cpp_err=
2467 fi
2468 else
2469 ac_cpp_err=yes
2470 fi
2471 if test -z "$ac_cpp_err"; then
2472 :
2473 else
2474 echo "$as_me: failed program was:" >&5
2475 sed 's/^/| /' conftest.$ac_ext >&5
2476
2477 # Broken: fails on valid input.
2478 continue
2479 fi
2480 rm -f conftest.err conftest.$ac_ext
2481
2482 # OK, works on sane cases. Now check whether non-existent headers
2483 # can be detected and how.
2484 cat >conftest.$ac_ext <<_ACEOF
2485 /* confdefs.h. */
2486 _ACEOF
2487 cat confdefs.h >>conftest.$ac_ext
2488 cat >>conftest.$ac_ext <<_ACEOF
2489 /* end confdefs.h. */
2490 #include <ac_nonexistent.h>
2491 _ACEOF
2492 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2493 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2494 ac_status=$?
2495 grep -v '^ *+' conftest.er1 >conftest.err
2496 rm -f conftest.er1
2497 cat conftest.err >&5
2498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499 (exit $ac_status); } >/dev/null; then
2500 if test -s conftest.err; then
2501 ac_cpp_err=$ac_c_preproc_warn_flag
2502 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2503 else
2504 ac_cpp_err=
2505 fi
2506 else
2507 ac_cpp_err=yes
2508 fi
2509 if test -z "$ac_cpp_err"; then
2510 # Broken: success on invalid input.
2511 continue
2512 else
2513 echo "$as_me: failed program was:" >&5
2514 sed 's/^/| /' conftest.$ac_ext >&5
2515
2516 # Passes both tests.
2517 ac_preproc_ok=:
2518 break
2519 fi
2520 rm -f conftest.err conftest.$ac_ext
2521
2522 done
2523 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2524 rm -f conftest.err conftest.$ac_ext
2525 if $ac_preproc_ok; then
2526 :
2527 else
2528 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2529 See \`config.log' for more details." >&5
2530 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2531 See \`config.log' for more details." >&2;}
2532 { (exit 1); exit 1; }; }
2533 fi
2534
2535 ac_ext=c
2536 ac_cpp='$CPP $CPPFLAGS'
2537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2539 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2540
2541
2542 echo "$as_me:$LINENO: checking for egrep" >&5
2543 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2544 if test "${ac_cv_prog_egrep+set}" = set; then
2545 echo $ECHO_N "(cached) $ECHO_C" >&6
2546 else
2547 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2548 then ac_cv_prog_egrep='grep -E'
2549 else ac_cv_prog_egrep='egrep'
2550 fi
2551 fi
2552 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2553 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2554 EGREP=$ac_cv_prog_egrep
2555
2556
2557
2558 echo "$as_me:$LINENO: checking for AIX" >&5
2559 echo $ECHO_N "checking for AIX... $ECHO_C" >&6
2560 cat >conftest.$ac_ext <<_ACEOF
2561 /* confdefs.h. */
2562 _ACEOF
2563 cat confdefs.h >>conftest.$ac_ext
2564 cat >>conftest.$ac_ext <<_ACEOF
2565 /* end confdefs.h. */
2566 #ifdef _AIX
2567 yes
2568 #endif
2569
2570 _ACEOF
2571 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2572 $EGREP "yes" >/dev/null 2>&1; then
2573 echo "$as_me:$LINENO: result: yes" >&5
2574 echo "${ECHO_T}yes" >&6
2575 cat >>confdefs.h <<\_ACEOF
2576 #define _ALL_SOURCE 1
2577 _ACEOF
2578
2579 else
2580 echo "$as_me:$LINENO: result: no" >&5
2581 echo "${ECHO_T}no" >&6
2582 fi
2583 rm -f conftest*
2584
2585
2586 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2587 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2588 if test "${ac_cv_search_strerror+set}" = set; then
2589 echo $ECHO_N "(cached) $ECHO_C" >&6
2590 else
2591 ac_func_search_save_LIBS=$LIBS
2592 ac_cv_search_strerror=no
2593 cat >conftest.$ac_ext <<_ACEOF
2594 /* confdefs.h. */
2595 _ACEOF
2596 cat confdefs.h >>conftest.$ac_ext
2597 cat >>conftest.$ac_ext <<_ACEOF
2598 /* end confdefs.h. */
2599
2600 /* Override any gcc2 internal prototype to avoid an error. */
2601 #ifdef __cplusplus
2602 extern "C"
2603 #endif
2604 /* We use char because int might match the return type of a gcc2
2605 builtin and then its argument prototype would still apply. */
2606 char strerror ();
2607 int
2608 main ()
2609 {
2610 strerror ();
2611 ;
2612 return 0;
2613 }
2614 _ACEOF
2615 rm -f conftest.$ac_objext conftest$ac_exeext
2616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2617 (eval $ac_link) 2>conftest.er1
2618 ac_status=$?
2619 grep -v '^ *+' conftest.er1 >conftest.err
2620 rm -f conftest.er1
2621 cat conftest.err >&5
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); } &&
2624 { ac_try='test -z "$ac_c_werror_flag"
2625 || test ! -s conftest.err'
2626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2627 (eval $ac_try) 2>&5
2628 ac_status=$?
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); }; } &&
2631 { ac_try='test -s conftest$ac_exeext'
2632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2633 (eval $ac_try) 2>&5
2634 ac_status=$?
2635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2636 (exit $ac_status); }; }; then
2637 ac_cv_search_strerror="none required"
2638 else
2639 echo "$as_me: failed program was:" >&5
2640 sed 's/^/| /' conftest.$ac_ext >&5
2641
2642 fi
2643 rm -f conftest.err conftest.$ac_objext \
2644 conftest$ac_exeext conftest.$ac_ext
2645 if test "$ac_cv_search_strerror" = no; then
2646 for ac_lib in cposix; do
2647 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2648 cat >conftest.$ac_ext <<_ACEOF
2649 /* confdefs.h. */
2650 _ACEOF
2651 cat confdefs.h >>conftest.$ac_ext
2652 cat >>conftest.$ac_ext <<_ACEOF
2653 /* end confdefs.h. */
2654
2655 /* Override any gcc2 internal prototype to avoid an error. */
2656 #ifdef __cplusplus
2657 extern "C"
2658 #endif
2659 /* We use char because int might match the return type of a gcc2
2660 builtin and then its argument prototype would still apply. */
2661 char strerror ();
2662 int
2663 main ()
2664 {
2665 strerror ();
2666 ;
2667 return 0;
2668 }
2669 _ACEOF
2670 rm -f conftest.$ac_objext conftest$ac_exeext
2671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2672 (eval $ac_link) 2>conftest.er1
2673 ac_status=$?
2674 grep -v '^ *+' conftest.er1 >conftest.err
2675 rm -f conftest.er1
2676 cat conftest.err >&5
2677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2678 (exit $ac_status); } &&
2679 { ac_try='test -z "$ac_c_werror_flag"
2680 || test ! -s conftest.err'
2681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2682 (eval $ac_try) 2>&5
2683 ac_status=$?
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; } &&
2686 { ac_try='test -s conftest$ac_exeext'
2687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2688 (eval $ac_try) 2>&5
2689 ac_status=$?
2690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2691 (exit $ac_status); }; }; then
2692 ac_cv_search_strerror="-l$ac_lib"
2693 break
2694 else
2695 echo "$as_me: failed program was:" >&5
2696 sed 's/^/| /' conftest.$ac_ext >&5
2697
2698 fi
2699 rm -f conftest.err conftest.$ac_objext \
2700 conftest$ac_exeext conftest.$ac_ext
2701 done
2702 fi
2703 LIBS=$ac_func_search_save_LIBS
2704 fi
2705 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2706 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2707 if test "$ac_cv_search_strerror" != no; then
2708 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2709
2710 fi
2711
2712
2713
2714
2715 echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
2716 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
2717 if test "${am_cv_prog_cc_stdc+set}" = set; then
2718 echo $ECHO_N "(cached) $ECHO_C" >&6
2719 else
2720 am_cv_prog_cc_stdc=no
2721 ac_save_CC="$CC"
2722 # Don't try gcc -ansi; that turns off useful extensions and
2723 # breaks some systems' header files.
2724 # AIX -qlanglvl=ansi
2725 # Ultrix and OSF/1 -std1
2726 # HP-UX 10.20 and later -Ae
2727 # HP-UX older versions -Aa -D_HPUX_SOURCE
2728 # SVR4 -Xc -D__EXTENSIONS__
2729 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2730 do
2731 CC="$ac_save_CC $ac_arg"
2732 cat >conftest.$ac_ext <<_ACEOF
2733 /* confdefs.h. */
2734 _ACEOF
2735 cat confdefs.h >>conftest.$ac_ext
2736 cat >>conftest.$ac_ext <<_ACEOF
2737 /* end confdefs.h. */
2738 #include <stdarg.h>
2739 #include <stdio.h>
2740 #include <sys/types.h>
2741 #include <sys/stat.h>
2742 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2743 struct buf { int x; };
2744 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2745 static char *e (p, i)
2746 char **p;
2747 int i;
2748 {
2749 return p[i];
2750 }
2751 static char *f (char * (*g) (char **, int), char **p, ...)
2752 {
2753 char *s;
2754 va_list v;
2755 va_start (v,p);
2756 s = g (p, va_arg (v,int));
2757 va_end (v);
2758 return s;
2759 }
2760 int test (int i, double x);
2761 struct s1 {int (*f) (int a);};
2762 struct s2 {int (*f) (double a);};
2763 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2764 int argc;
2765 char **argv;
2766
2767 int
2768 main ()
2769 {
2770
2771 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2772
2773 ;
2774 return 0;
2775 }
2776 _ACEOF
2777 rm -f conftest.$ac_objext
2778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2779 (eval $ac_compile) 2>conftest.er1
2780 ac_status=$?
2781 grep -v '^ *+' conftest.er1 >conftest.err
2782 rm -f conftest.er1
2783 cat conftest.err >&5
2784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785 (exit $ac_status); } &&
2786 { ac_try='test -z "$ac_c_werror_flag"
2787 || test ! -s conftest.err'
2788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2789 (eval $ac_try) 2>&5
2790 ac_status=$?
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; } &&
2793 { ac_try='test -s conftest.$ac_objext'
2794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2795 (eval $ac_try) 2>&5
2796 ac_status=$?
2797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798 (exit $ac_status); }; }; then
2799 am_cv_prog_cc_stdc="$ac_arg"; break
2800 else
2801 echo "$as_me: failed program was:" >&5
2802 sed 's/^/| /' conftest.$ac_ext >&5
2803
2804 fi
2805 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2806 done
2807 CC="$ac_save_CC"
2808
2809 fi
2810
2811 if test -z "$am_cv_prog_cc_stdc"; then
2812 echo "$as_me:$LINENO: result: none needed" >&5
2813 echo "${ECHO_T}none needed" >&6
2814 else
2815 echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&5
2816 echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
2817 fi
2818 case "x$am_cv_prog_cc_stdc" in
2819 x|xno) ;;
2820 *) CC="$CC $am_cv_prog_cc_stdc" ;;
2821 esac
2822
2823
2824 ac_aux_dir=
2825 for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
2826 if test -f $ac_dir/install-sh; then
2827 ac_aux_dir=$ac_dir
2828 ac_install_sh="$ac_aux_dir/install-sh -c"
2829 break
2830 elif test -f $ac_dir/install.sh; then
2831 ac_aux_dir=$ac_dir
2832 ac_install_sh="$ac_aux_dir/install.sh -c"
2833 break
2834 elif test -f $ac_dir/shtool; then
2835 ac_aux_dir=$ac_dir
2836 ac_install_sh="$ac_aux_dir/shtool install -c"
2837 break
2838 fi
2839 done
2840 if test -z "$ac_aux_dir"; then
2841 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&5
2842 echo "$as_me: error: cannot find install-sh or install.sh in \`cd $srcdir;pwd\`/.. $srcdir/\`cd $srcdir;pwd\`/.." >&2;}
2843 { (exit 1); exit 1; }; }
2844 fi
2845 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
2846 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
2847 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
2848
2849 # Make sure we can run config.sub.
2850 $ac_config_sub sun4 >/dev/null 2>&1 ||
2851 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
2852 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
2853 { (exit 1); exit 1; }; }
2854
2855 echo "$as_me:$LINENO: checking build system type" >&5
2856 echo $ECHO_N "checking build system type... $ECHO_C" >&6
2857 if test "${ac_cv_build+set}" = set; then
2858 echo $ECHO_N "(cached) $ECHO_C" >&6
2859 else
2860 ac_cv_build_alias=$build_alias
2861 test -z "$ac_cv_build_alias" &&
2862 ac_cv_build_alias=`$ac_config_guess`
2863 test -z "$ac_cv_build_alias" &&
2864 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2865 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2866 { (exit 1); exit 1; }; }
2867 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
2868 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
2869 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
2870 { (exit 1); exit 1; }; }
2871
2872 fi
2873 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2874 echo "${ECHO_T}$ac_cv_build" >&6
2875 build=$ac_cv_build
2876 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2877 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2878 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2879
2880
2881 echo "$as_me:$LINENO: checking host system type" >&5
2882 echo $ECHO_N "checking host system type... $ECHO_C" >&6
2883 if test "${ac_cv_host+set}" = set; then
2884 echo $ECHO_N "(cached) $ECHO_C" >&6
2885 else
2886 ac_cv_host_alias=$host_alias
2887 test -z "$ac_cv_host_alias" &&
2888 ac_cv_host_alias=$ac_cv_build_alias
2889 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
2890 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
2891 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
2892 { (exit 1); exit 1; }; }
2893
2894 fi
2895 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2896 echo "${ECHO_T}$ac_cv_host" >&6
2897 host=$ac_cv_host
2898 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2899 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2900 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2901
2902
2903 echo "$as_me:$LINENO: checking target system type" >&5
2904 echo $ECHO_N "checking target system type... $ECHO_C" >&6
2905 if test "${ac_cv_target+set}" = set; then
2906 echo $ECHO_N "(cached) $ECHO_C" >&6
2907 else
2908 ac_cv_target_alias=$target_alias
2909 test "x$ac_cv_target_alias" = "x" &&
2910 ac_cv_target_alias=$ac_cv_host_alias
2911 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
2912 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
2913 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
2914 { (exit 1); exit 1; }; }
2915
2916 fi
2917 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2918 echo "${ECHO_T}$ac_cv_target" >&6
2919 target=$ac_cv_target
2920 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2921 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2922 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2923
2924
2925 # The aliases save the names the user supplied, while $host etc.
2926 # will get canonicalized.
2927 test -n "$target_alias" &&
2928 test "$program_prefix$program_suffix$program_transform_name" = \
2929 NONENONEs,x,x, &&
2930 program_prefix=${target_alias}-
2931
2932
2933 CONFIG_OBS=
2934 CONFIG_DEPS=
2935 CONFIG_SRCS=
2936 ENABLE_CFLAGS=
2937
2938 CONFIG_ALL=
2939 CONFIG_CLEAN=
2940 CONFIG_INSTALL=
2941 CONFIG_UNINSTALL=
2942
2943 # If we haven't got the data from the intl directory,
2944 # assume NLS is disabled.
2945 USE_NLS=no
2946 LIBINTL=
2947 LIBINTL_DEP=
2948 INCINTL=
2949 XGETTEXT=
2950 GMSGFMT=
2951 POSUB=
2952
2953 if test -f ../intl/config.intl; then
2954 . ../intl/config.intl
2955 fi
2956 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
2957 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
2958 if test x"$USE_NLS" != xyes; then
2959 echo "$as_me:$LINENO: result: no" >&5
2960 echo "${ECHO_T}no" >&6
2961 else
2962 echo "$as_me:$LINENO: result: yes" >&5
2963 echo "${ECHO_T}yes" >&6
2964
2965 cat >>confdefs.h <<\_ACEOF
2966 #define ENABLE_NLS 1
2967 _ACEOF
2968
2969
2970 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
2971 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
2972 # Look for .po and .gmo files in the source directory.
2973 CATALOGS=
2974 XLINGUAS=
2975 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
2976 # If there aren't any .gmo files the shell will give us the
2977 # literal string "../path/to/srcdir/po/*.gmo" which has to be
2978 # weeded out.
2979 case "$cat" in *\**)
2980 continue;;
2981 esac
2982 # The quadruple backslash is collapsed to a double backslash
2983 # by the backticks, then collapsed again by the double quotes,
2984 # leaving us with one backslash in the sed expression (right
2985 # before the dot that mustn't act as a wildcard).
2986 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
2987 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
2988 # The user is allowed to set LINGUAS to a list of languages to
2989 # install catalogs for. If it's empty that means "all of them."
2990 if test "x$LINGUAS" = x; then
2991 CATALOGS="$CATALOGS $cat"
2992 XLINGUAS="$XLINGUAS $lang"
2993 else
2994 case "$LINGUAS" in *$lang*)
2995 CATALOGS="$CATALOGS $cat"
2996 XLINGUAS="$XLINGUAS $lang"
2997 ;;
2998 esac
2999 fi
3000 done
3001 LINGUAS="$XLINGUAS"
3002 echo "$as_me:$LINENO: result: $LINGUAS" >&5
3003 echo "${ECHO_T}$LINGUAS" >&6
3004
3005
3006 DATADIRNAME=share
3007
3008 INSTOBJEXT=.mo
3009
3010 GENCAT=gencat
3011
3012 CATOBJEXT=.gmo
3013
3014 fi
3015
3016 localedir='${datadir}/locale'
3017
3018
3019 if test x"$USE_NLS" = xyes; then
3020 CONFIG_ALL="$CONFIG_ALL all-po"
3021 CONFIG_CLEAN="$CONFIG_CLEAN clean-po"
3022 CONFIG_INSTALL="$CONFIG_INSTALL install-po"
3023 CONFIG_UNINSTALL="$CONFIG_UNINSTALL uninstall-po"
3024 fi
3025
3026 PACKAGE=gdb
3027
3028 cat >>confdefs.h <<_ACEOF
3029 #define PACKAGE "$PACKAGE"
3030 _ACEOF
3031
3032
3033
3034 debugdir=${libdir}/debug
3035
3036
3037 # Check whether --with-separate-debug-dir or --without-separate-debug-dir was given.
3038 if test "${with_separate_debug_dir+set}" = set; then
3039 withval="$with_separate_debug_dir"
3040 debugdir="${withval}"
3041 fi;
3042
3043
3044 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
3045 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3046 ac_define_dir=`eval echo $debugdir`
3047 ac_define_dir=`eval echo $ac_define_dir`
3048
3049 cat >>confdefs.h <<_ACEOF
3050 #define DEBUGDIR "$ac_define_dir"
3051 _ACEOF
3052
3053
3054 #AC_DEFINE_UNQUOTED(DEBUGDIR, "$debugdir"),
3055
3056 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
3057 if test "x$prefix" = xNONE; then
3058 test_prefix=/usr/local
3059 else
3060 test_prefix=$prefix
3061 fi
3062 else
3063 test_prefix=$exec_prefix
3064 fi
3065 case ${debugdir} in
3066 "${test_prefix}"|"${test_prefix}/"*|\
3067 '${exec_prefix}'|'${exec_prefix}/'*)
3068
3069 cat >>confdefs.h <<\_ACEOF
3070 #define DEBUGDIR_RELOCATABLE 1
3071 _ACEOF
3072
3073 ;;
3074 esac
3075
3076
3077
3078 subdirs="$subdirs doc testsuite"
3079
3080
3081 # Provide defaults for some variables set by the per-host and per-target
3082 # configuration.
3083 gdb_host_obs=posix-hdep.o
3084
3085 if test "${target}" = "${host}"; then
3086 gdb_native=yes
3087 else
3088 gdb_native=no
3089 fi
3090
3091 . $srcdir/configure.host
3092
3093 . $srcdir/configure.tgt
3094
3095 # Fetch the default architecture and default target vector from BFD.
3096 targ=$target; . $srcdir/../bfd/config.bfd
3097
3098 # We only want the first architecture, so strip off the others if
3099 # there is more than one.
3100 targ_archs=`echo $targ_archs | sed 's/ .*//'`
3101
3102 if test "x$targ_archs" != x; then
3103
3104 cat >>confdefs.h <<_ACEOF
3105 #define DEFAULT_BFD_ARCH $targ_archs
3106 _ACEOF
3107
3108 fi
3109 if test "x$targ_defvec" != x; then
3110
3111 cat >>confdefs.h <<_ACEOF
3112 #define DEFAULT_BFD_VEC $targ_defvec
3113 _ACEOF
3114
3115 fi
3116
3117 test "$program_prefix" != NONE &&
3118 program_transform_name="s,^,$program_prefix,;$program_transform_name"
3119 # Use a double $ so make ignores it.
3120 test "$program_suffix" != NONE &&
3121 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
3122 # Double any \ or $. echo might interpret backslashes.
3123 # By default was `s,x,x', remove it if useless.
3124 cat <<\_ACEOF >conftest.sed
3125 s/[\\$]/&&/g;s/;s,x,x,$//
3126 _ACEOF
3127 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
3128 rm conftest.sed
3129
3130
3131 # The CLI cannot be disabled yet, but may be in the future.
3132
3133 # Enable CLI.
3134 # Check whether --enable-gdbcli or --disable-gdbcli was given.
3135 if test "${enable_gdbcli+set}" = set; then
3136 enableval="$enable_gdbcli"
3137 case $enableval in
3138 yes)
3139 ;;
3140 no)
3141 { { echo "$as_me:$LINENO: error: the command-line interface cannot be disabled yet" >&5
3142 echo "$as_me: error: the command-line interface cannot be disabled yet" >&2;}
3143 { (exit 1); exit 1; }; } ;;
3144 *)
3145 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-gdbcli" >&5
3146 echo "$as_me: error: bad value $enableval for --enable-gdbcli" >&2;}
3147 { (exit 1); exit 1; }; } ;;
3148 esac
3149 else
3150 enable_gdbcli=yes
3151 fi;
3152 if test x"$enable_gdbcli" = xyes; then
3153 if test -d $srcdir/cli; then
3154 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_CLI_OBS)"
3155 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_CLI_DEPS)"
3156 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_CLI_SRCS)"
3157 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_CLI_CFLAGS)"
3158 fi
3159 fi
3160
3161 # Enable MI.
3162 # Check whether --enable-gdbmi or --disable-gdbmi was given.
3163 if test "${enable_gdbmi+set}" = set; then
3164 enableval="$enable_gdbmi"
3165 case $enableval in
3166 yes | no)
3167 ;;
3168 *)
3169 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-gdbmi" >&5
3170 echo "$as_me: error: bad value $enableval for --enable-gdbmi" >&2;}
3171 { (exit 1); exit 1; }; } ;;
3172 esac
3173 else
3174 enable_gdbmi=yes
3175 fi;
3176 if test x"$enable_gdbmi" = xyes; then
3177 if test -d $srcdir/mi; then
3178 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_MI_OBS)"
3179 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_MI_DEPS)"
3180 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_MI_SRCS)"
3181 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_MI_CFLAGS)"
3182 fi
3183 fi
3184
3185 # Enable TUI.
3186 # Check whether --enable-tui or --disable-tui was given.
3187 if test "${enable_tui+set}" = set; then
3188 enableval="$enable_tui"
3189 case $enableval in
3190 yes | no)
3191 ;;
3192 *)
3193 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-tui" >&5
3194 echo "$as_me: error: bad value $enableval for --enable-tui" >&2;}
3195 { (exit 1); exit 1; }; } ;;
3196 esac
3197 else
3198 enable_tui=yes
3199 fi;
3200
3201 # Enable gdbtk.
3202 # Check whether --enable-gdbtk or --disable-gdbtk was given.
3203 if test "${enable_gdbtk+set}" = set; then
3204 enableval="$enable_gdbtk"
3205 case $enableval in
3206 yes | no)
3207 ;;
3208 *)
3209 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-gdbtk" >&5
3210 echo "$as_me: error: bad value $enableval for --enable-gdbtk" >&2;}
3211 { (exit 1); exit 1; }; } ;;
3212 esac
3213 else
3214 if test -d $srcdir/gdbtk -a -d $srcdir/../itcl; then
3215 enable_gdbtk=yes
3216 else
3217 enable_gdbtk=no
3218 fi
3219 fi;
3220 # We unconditionally disable gdbtk tests on selected platforms.
3221 case $host_os in
3222 go32* | windows*)
3223 { echo "$as_me:$LINENO: WARNING: gdbtk isn't supported on $host; disabling" >&5
3224 echo "$as_me: WARNING: gdbtk isn't supported on $host; disabling" >&2;}
3225 enable_gdbtk=no ;;
3226 esac
3227
3228 # Libunwind support.
3229 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3230 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3231 if test "${ac_cv_header_stdc+set}" = set; then
3232 echo $ECHO_N "(cached) $ECHO_C" >&6
3233 else
3234 cat >conftest.$ac_ext <<_ACEOF
3235 /* confdefs.h. */
3236 _ACEOF
3237 cat confdefs.h >>conftest.$ac_ext
3238 cat >>conftest.$ac_ext <<_ACEOF
3239 /* end confdefs.h. */
3240 #include <stdlib.h>
3241 #include <stdarg.h>
3242 #include <string.h>
3243 #include <float.h>
3244
3245 int
3246 main ()
3247 {
3248
3249 ;
3250 return 0;
3251 }
3252 _ACEOF
3253 rm -f conftest.$ac_objext
3254 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3255 (eval $ac_compile) 2>conftest.er1
3256 ac_status=$?
3257 grep -v '^ *+' conftest.er1 >conftest.err
3258 rm -f conftest.er1
3259 cat conftest.err >&5
3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261 (exit $ac_status); } &&
3262 { ac_try='test -z "$ac_c_werror_flag"
3263 || test ! -s conftest.err'
3264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3265 (eval $ac_try) 2>&5
3266 ac_status=$?
3267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3268 (exit $ac_status); }; } &&
3269 { ac_try='test -s conftest.$ac_objext'
3270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3271 (eval $ac_try) 2>&5
3272 ac_status=$?
3273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3274 (exit $ac_status); }; }; then
3275 ac_cv_header_stdc=yes
3276 else
3277 echo "$as_me: failed program was:" >&5
3278 sed 's/^/| /' conftest.$ac_ext >&5
3279
3280 ac_cv_header_stdc=no
3281 fi
3282 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3283
3284 if test $ac_cv_header_stdc = yes; then
3285 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3286 cat >conftest.$ac_ext <<_ACEOF
3287 /* confdefs.h. */
3288 _ACEOF
3289 cat confdefs.h >>conftest.$ac_ext
3290 cat >>conftest.$ac_ext <<_ACEOF
3291 /* end confdefs.h. */
3292 #include <string.h>
3293
3294 _ACEOF
3295 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3296 $EGREP "memchr" >/dev/null 2>&1; then
3297 :
3298 else
3299 ac_cv_header_stdc=no
3300 fi
3301 rm -f conftest*
3302
3303 fi
3304
3305 if test $ac_cv_header_stdc = yes; then
3306 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3307 cat >conftest.$ac_ext <<_ACEOF
3308 /* confdefs.h. */
3309 _ACEOF
3310 cat confdefs.h >>conftest.$ac_ext
3311 cat >>conftest.$ac_ext <<_ACEOF
3312 /* end confdefs.h. */
3313 #include <stdlib.h>
3314
3315 _ACEOF
3316 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3317 $EGREP "free" >/dev/null 2>&1; then
3318 :
3319 else
3320 ac_cv_header_stdc=no
3321 fi
3322 rm -f conftest*
3323
3324 fi
3325
3326 if test $ac_cv_header_stdc = yes; then
3327 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3328 if test "$cross_compiling" = yes; then
3329 :
3330 else
3331 cat >conftest.$ac_ext <<_ACEOF
3332 /* confdefs.h. */
3333 _ACEOF
3334 cat confdefs.h >>conftest.$ac_ext
3335 cat >>conftest.$ac_ext <<_ACEOF
3336 /* end confdefs.h. */
3337 #include <ctype.h>
3338 #if ((' ' & 0x0FF) == 0x020)
3339 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3340 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3341 #else
3342 # define ISLOWER(c) \
3343 (('a' <= (c) && (c) <= 'i') \
3344 || ('j' <= (c) && (c) <= 'r') \
3345 || ('s' <= (c) && (c) <= 'z'))
3346 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3347 #endif
3348
3349 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3350 int
3351 main ()
3352 {
3353 int i;
3354 for (i = 0; i < 256; i++)
3355 if (XOR (islower (i), ISLOWER (i))
3356 || toupper (i) != TOUPPER (i))
3357 exit(2);
3358 exit (0);
3359 }
3360 _ACEOF
3361 rm -f conftest$ac_exeext
3362 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3363 (eval $ac_link) 2>&5
3364 ac_status=$?
3365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3368 (eval $ac_try) 2>&5
3369 ac_status=$?
3370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3371 (exit $ac_status); }; }; then
3372 :
3373 else
3374 echo "$as_me: program exited with status $ac_status" >&5
3375 echo "$as_me: failed program was:" >&5
3376 sed 's/^/| /' conftest.$ac_ext >&5
3377
3378 ( exit $ac_status )
3379 ac_cv_header_stdc=no
3380 fi
3381 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3382 fi
3383 fi
3384 fi
3385 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3386 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3387 if test $ac_cv_header_stdc = yes; then
3388
3389 cat >>confdefs.h <<\_ACEOF
3390 #define STDC_HEADERS 1
3391 _ACEOF
3392
3393 fi
3394
3395 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3406 inttypes.h stdint.h unistd.h
3407 do
3408 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3409 echo "$as_me:$LINENO: checking for $ac_header" >&5
3410 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3411 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3412 echo $ECHO_N "(cached) $ECHO_C" >&6
3413 else
3414 cat >conftest.$ac_ext <<_ACEOF
3415 /* confdefs.h. */
3416 _ACEOF
3417 cat confdefs.h >>conftest.$ac_ext
3418 cat >>conftest.$ac_ext <<_ACEOF
3419 /* end confdefs.h. */
3420 $ac_includes_default
3421
3422 #include <$ac_header>
3423 _ACEOF
3424 rm -f conftest.$ac_objext
3425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3426 (eval $ac_compile) 2>conftest.er1
3427 ac_status=$?
3428 grep -v '^ *+' conftest.er1 >conftest.err
3429 rm -f conftest.er1
3430 cat conftest.err >&5
3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3432 (exit $ac_status); } &&
3433 { ac_try='test -z "$ac_c_werror_flag"
3434 || test ! -s conftest.err'
3435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3436 (eval $ac_try) 2>&5
3437 ac_status=$?
3438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3439 (exit $ac_status); }; } &&
3440 { ac_try='test -s conftest.$ac_objext'
3441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3442 (eval $ac_try) 2>&5
3443 ac_status=$?
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); }; }; then
3446 eval "$as_ac_Header=yes"
3447 else
3448 echo "$as_me: failed program was:" >&5
3449 sed 's/^/| /' conftest.$ac_ext >&5
3450
3451 eval "$as_ac_Header=no"
3452 fi
3453 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3454 fi
3455 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3456 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3457 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3458 cat >>confdefs.h <<_ACEOF
3459 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3460 _ACEOF
3461
3462 fi
3463
3464 done
3465
3466
3467
3468 # Check whether --with-libunwind or --without-libunwind was given.
3469 if test "${with_libunwind+set}" = set; then
3470 withval="$with_libunwind"
3471 case "${withval}" in
3472 yes) enable_libunwind=yes ;;
3473 no) enable_libunwind=no ;;
3474 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for GDB with-libunwind option" >&5
3475 echo "$as_me: error: bad value ${withval} for GDB with-libunwind option" >&2;}
3476 { (exit 1); exit 1; }; } ;;
3477 esac
3478 else
3479
3480
3481 for ac_header in libunwind.h
3482 do
3483 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3484 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3485 echo "$as_me:$LINENO: checking for $ac_header" >&5
3486 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3487 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3488 echo $ECHO_N "(cached) $ECHO_C" >&6
3489 fi
3490 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3491 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3492 else
3493 # Is the header compilable?
3494 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3495 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3496 cat >conftest.$ac_ext <<_ACEOF
3497 /* confdefs.h. */
3498 _ACEOF
3499 cat confdefs.h >>conftest.$ac_ext
3500 cat >>conftest.$ac_ext <<_ACEOF
3501 /* end confdefs.h. */
3502 $ac_includes_default
3503 #include <$ac_header>
3504 _ACEOF
3505 rm -f conftest.$ac_objext
3506 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3507 (eval $ac_compile) 2>conftest.er1
3508 ac_status=$?
3509 grep -v '^ *+' conftest.er1 >conftest.err
3510 rm -f conftest.er1
3511 cat conftest.err >&5
3512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3513 (exit $ac_status); } &&
3514 { ac_try='test -z "$ac_c_werror_flag"
3515 || test ! -s conftest.err'
3516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3517 (eval $ac_try) 2>&5
3518 ac_status=$?
3519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520 (exit $ac_status); }; } &&
3521 { ac_try='test -s conftest.$ac_objext'
3522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3523 (eval $ac_try) 2>&5
3524 ac_status=$?
3525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526 (exit $ac_status); }; }; then
3527 ac_header_compiler=yes
3528 else
3529 echo "$as_me: failed program was:" >&5
3530 sed 's/^/| /' conftest.$ac_ext >&5
3531
3532 ac_header_compiler=no
3533 fi
3534 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3535 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3536 echo "${ECHO_T}$ac_header_compiler" >&6
3537
3538 # Is the header present?
3539 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3540 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3541 cat >conftest.$ac_ext <<_ACEOF
3542 /* confdefs.h. */
3543 _ACEOF
3544 cat confdefs.h >>conftest.$ac_ext
3545 cat >>conftest.$ac_ext <<_ACEOF
3546 /* end confdefs.h. */
3547 #include <$ac_header>
3548 _ACEOF
3549 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3550 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3551 ac_status=$?
3552 grep -v '^ *+' conftest.er1 >conftest.err
3553 rm -f conftest.er1
3554 cat conftest.err >&5
3555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3556 (exit $ac_status); } >/dev/null; then
3557 if test -s conftest.err; then
3558 ac_cpp_err=$ac_c_preproc_warn_flag
3559 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3560 else
3561 ac_cpp_err=
3562 fi
3563 else
3564 ac_cpp_err=yes
3565 fi
3566 if test -z "$ac_cpp_err"; then
3567 ac_header_preproc=yes
3568 else
3569 echo "$as_me: failed program was:" >&5
3570 sed 's/^/| /' conftest.$ac_ext >&5
3571
3572 ac_header_preproc=no
3573 fi
3574 rm -f conftest.err conftest.$ac_ext
3575 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3576 echo "${ECHO_T}$ac_header_preproc" >&6
3577
3578 # So? What about this header?
3579 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3580 yes:no: )
3581 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3582 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3583 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3584 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3585 ac_header_preproc=yes
3586 ;;
3587 no:yes:* )
3588 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3589 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3590 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3591 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3592 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3593 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3594 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3595 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3596 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3597 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3598 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3599 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3600 (
3601 cat <<\_ASBOX
3602 ## ------------------------------------------ ##
3603 ## Report this to the AC_PACKAGE_NAME lists. ##
3604 ## ------------------------------------------ ##
3605 _ASBOX
3606 ) |
3607 sed "s/^/$as_me: WARNING: /" >&2
3608 ;;
3609 esac
3610 echo "$as_me:$LINENO: checking for $ac_header" >&5
3611 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3612 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3613 echo $ECHO_N "(cached) $ECHO_C" >&6
3614 else
3615 eval "$as_ac_Header=\$ac_header_preproc"
3616 fi
3617 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3618 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3619
3620 fi
3621 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3622 cat >>confdefs.h <<_ACEOF
3623 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3624 _ACEOF
3625
3626 fi
3627
3628 done
3629
3630
3631 for ac_header in libunwind-ia64.h
3632 do
3633 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3634 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3635 echo "$as_me:$LINENO: checking for $ac_header" >&5
3636 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3637 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3638 echo $ECHO_N "(cached) $ECHO_C" >&6
3639 fi
3640 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3641 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3642 else
3643 # Is the header compilable?
3644 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3645 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3646 cat >conftest.$ac_ext <<_ACEOF
3647 /* confdefs.h. */
3648 _ACEOF
3649 cat confdefs.h >>conftest.$ac_ext
3650 cat >>conftest.$ac_ext <<_ACEOF
3651 /* end confdefs.h. */
3652 $ac_includes_default
3653 #include <$ac_header>
3654 _ACEOF
3655 rm -f conftest.$ac_objext
3656 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3657 (eval $ac_compile) 2>conftest.er1
3658 ac_status=$?
3659 grep -v '^ *+' conftest.er1 >conftest.err
3660 rm -f conftest.er1
3661 cat conftest.err >&5
3662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3663 (exit $ac_status); } &&
3664 { ac_try='test -z "$ac_c_werror_flag"
3665 || test ! -s conftest.err'
3666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3667 (eval $ac_try) 2>&5
3668 ac_status=$?
3669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 (exit $ac_status); }; } &&
3671 { ac_try='test -s conftest.$ac_objext'
3672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3673 (eval $ac_try) 2>&5
3674 ac_status=$?
3675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); }; }; then
3677 ac_header_compiler=yes
3678 else
3679 echo "$as_me: failed program was:" >&5
3680 sed 's/^/| /' conftest.$ac_ext >&5
3681
3682 ac_header_compiler=no
3683 fi
3684 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3685 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3686 echo "${ECHO_T}$ac_header_compiler" >&6
3687
3688 # Is the header present?
3689 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3690 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3691 cat >conftest.$ac_ext <<_ACEOF
3692 /* confdefs.h. */
3693 _ACEOF
3694 cat confdefs.h >>conftest.$ac_ext
3695 cat >>conftest.$ac_ext <<_ACEOF
3696 /* end confdefs.h. */
3697 #include <$ac_header>
3698 _ACEOF
3699 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3700 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3701 ac_status=$?
3702 grep -v '^ *+' conftest.er1 >conftest.err
3703 rm -f conftest.er1
3704 cat conftest.err >&5
3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3706 (exit $ac_status); } >/dev/null; then
3707 if test -s conftest.err; then
3708 ac_cpp_err=$ac_c_preproc_warn_flag
3709 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3710 else
3711 ac_cpp_err=
3712 fi
3713 else
3714 ac_cpp_err=yes
3715 fi
3716 if test -z "$ac_cpp_err"; then
3717 ac_header_preproc=yes
3718 else
3719 echo "$as_me: failed program was:" >&5
3720 sed 's/^/| /' conftest.$ac_ext >&5
3721
3722 ac_header_preproc=no
3723 fi
3724 rm -f conftest.err conftest.$ac_ext
3725 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3726 echo "${ECHO_T}$ac_header_preproc" >&6
3727
3728 # So? What about this header?
3729 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3730 yes:no: )
3731 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3732 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3733 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3734 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3735 ac_header_preproc=yes
3736 ;;
3737 no:yes:* )
3738 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3739 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3740 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3741 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3742 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3743 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3744 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3745 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3746 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3747 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3748 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3749 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3750 (
3751 cat <<\_ASBOX
3752 ## ------------------------------------------ ##
3753 ## Report this to the AC_PACKAGE_NAME lists. ##
3754 ## ------------------------------------------ ##
3755 _ASBOX
3756 ) |
3757 sed "s/^/$as_me: WARNING: /" >&2
3758 ;;
3759 esac
3760 echo "$as_me:$LINENO: checking for $ac_header" >&5
3761 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3762 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3763 echo $ECHO_N "(cached) $ECHO_C" >&6
3764 else
3765 eval "$as_ac_Header=\$ac_header_preproc"
3766 fi
3767 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3768 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3769
3770 fi
3771 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3772 cat >>confdefs.h <<_ACEOF
3773 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3774 _ACEOF
3775
3776 fi
3777
3778 done
3779
3780 if test x"$ac_cv_header_libunwind_h" = xyes -a x"$ac_cv_header_libunwind_ia64_h" = xyes; then
3781 enable_libunwind=yes;
3782 fi
3783
3784 fi;
3785
3786 if test x"$enable_libunwind" = xyes; then
3787
3788 for ac_header in libunwind.h
3789 do
3790 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3791 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3792 echo "$as_me:$LINENO: checking for $ac_header" >&5
3793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3794 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3795 echo $ECHO_N "(cached) $ECHO_C" >&6
3796 fi
3797 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3798 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3799 else
3800 # Is the header compilable?
3801 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3802 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3803 cat >conftest.$ac_ext <<_ACEOF
3804 /* confdefs.h. */
3805 _ACEOF
3806 cat confdefs.h >>conftest.$ac_ext
3807 cat >>conftest.$ac_ext <<_ACEOF
3808 /* end confdefs.h. */
3809 $ac_includes_default
3810 #include <$ac_header>
3811 _ACEOF
3812 rm -f conftest.$ac_objext
3813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3814 (eval $ac_compile) 2>conftest.er1
3815 ac_status=$?
3816 grep -v '^ *+' conftest.er1 >conftest.err
3817 rm -f conftest.er1
3818 cat conftest.err >&5
3819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3820 (exit $ac_status); } &&
3821 { ac_try='test -z "$ac_c_werror_flag"
3822 || test ! -s conftest.err'
3823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3824 (eval $ac_try) 2>&5
3825 ac_status=$?
3826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3827 (exit $ac_status); }; } &&
3828 { ac_try='test -s conftest.$ac_objext'
3829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3830 (eval $ac_try) 2>&5
3831 ac_status=$?
3832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3833 (exit $ac_status); }; }; then
3834 ac_header_compiler=yes
3835 else
3836 echo "$as_me: failed program was:" >&5
3837 sed 's/^/| /' conftest.$ac_ext >&5
3838
3839 ac_header_compiler=no
3840 fi
3841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3842 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3843 echo "${ECHO_T}$ac_header_compiler" >&6
3844
3845 # Is the header present?
3846 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3847 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3848 cat >conftest.$ac_ext <<_ACEOF
3849 /* confdefs.h. */
3850 _ACEOF
3851 cat confdefs.h >>conftest.$ac_ext
3852 cat >>conftest.$ac_ext <<_ACEOF
3853 /* end confdefs.h. */
3854 #include <$ac_header>
3855 _ACEOF
3856 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3857 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3858 ac_status=$?
3859 grep -v '^ *+' conftest.er1 >conftest.err
3860 rm -f conftest.er1
3861 cat conftest.err >&5
3862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3863 (exit $ac_status); } >/dev/null; then
3864 if test -s conftest.err; then
3865 ac_cpp_err=$ac_c_preproc_warn_flag
3866 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3867 else
3868 ac_cpp_err=
3869 fi
3870 else
3871 ac_cpp_err=yes
3872 fi
3873 if test -z "$ac_cpp_err"; then
3874 ac_header_preproc=yes
3875 else
3876 echo "$as_me: failed program was:" >&5
3877 sed 's/^/| /' conftest.$ac_ext >&5
3878
3879 ac_header_preproc=no
3880 fi
3881 rm -f conftest.err conftest.$ac_ext
3882 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3883 echo "${ECHO_T}$ac_header_preproc" >&6
3884
3885 # So? What about this header?
3886 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3887 yes:no: )
3888 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3889 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3890 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3891 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3892 ac_header_preproc=yes
3893 ;;
3894 no:yes:* )
3895 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3896 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3897 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3898 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3899 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3900 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3901 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3902 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3903 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3904 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3905 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3906 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3907 (
3908 cat <<\_ASBOX
3909 ## ------------------------------------------ ##
3910 ## Report this to the AC_PACKAGE_NAME lists. ##
3911 ## ------------------------------------------ ##
3912 _ASBOX
3913 ) |
3914 sed "s/^/$as_me: WARNING: /" >&2
3915 ;;
3916 esac
3917 echo "$as_me:$LINENO: checking for $ac_header" >&5
3918 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3919 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3920 echo $ECHO_N "(cached) $ECHO_C" >&6
3921 else
3922 eval "$as_ac_Header=\$ac_header_preproc"
3923 fi
3924 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3925 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3926
3927 fi
3928 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3929 cat >>confdefs.h <<_ACEOF
3930 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3931 _ACEOF
3932
3933 fi
3934
3935 done
3936
3937
3938 for ac_header in libunwind-ia64.h
3939 do
3940 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3941 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3942 echo "$as_me:$LINENO: checking for $ac_header" >&5
3943 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3944 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3945 echo $ECHO_N "(cached) $ECHO_C" >&6
3946 fi
3947 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3948 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3949 else
3950 # Is the header compilable?
3951 echo "$as_me:$LINENO: checking $ac_header usability" >&5
3952 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3953 cat >conftest.$ac_ext <<_ACEOF
3954 /* confdefs.h. */
3955 _ACEOF
3956 cat confdefs.h >>conftest.$ac_ext
3957 cat >>conftest.$ac_ext <<_ACEOF
3958 /* end confdefs.h. */
3959 $ac_includes_default
3960 #include <$ac_header>
3961 _ACEOF
3962 rm -f conftest.$ac_objext
3963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3964 (eval $ac_compile) 2>conftest.er1
3965 ac_status=$?
3966 grep -v '^ *+' conftest.er1 >conftest.err
3967 rm -f conftest.er1
3968 cat conftest.err >&5
3969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970 (exit $ac_status); } &&
3971 { ac_try='test -z "$ac_c_werror_flag"
3972 || test ! -s conftest.err'
3973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3974 (eval $ac_try) 2>&5
3975 ac_status=$?
3976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977 (exit $ac_status); }; } &&
3978 { ac_try='test -s conftest.$ac_objext'
3979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3980 (eval $ac_try) 2>&5
3981 ac_status=$?
3982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3983 (exit $ac_status); }; }; then
3984 ac_header_compiler=yes
3985 else
3986 echo "$as_me: failed program was:" >&5
3987 sed 's/^/| /' conftest.$ac_ext >&5
3988
3989 ac_header_compiler=no
3990 fi
3991 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3992 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3993 echo "${ECHO_T}$ac_header_compiler" >&6
3994
3995 # Is the header present?
3996 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3997 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3998 cat >conftest.$ac_ext <<_ACEOF
3999 /* confdefs.h. */
4000 _ACEOF
4001 cat confdefs.h >>conftest.$ac_ext
4002 cat >>conftest.$ac_ext <<_ACEOF
4003 /* end confdefs.h. */
4004 #include <$ac_header>
4005 _ACEOF
4006 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4007 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4008 ac_status=$?
4009 grep -v '^ *+' conftest.er1 >conftest.err
4010 rm -f conftest.er1
4011 cat conftest.err >&5
4012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4013 (exit $ac_status); } >/dev/null; then
4014 if test -s conftest.err; then
4015 ac_cpp_err=$ac_c_preproc_warn_flag
4016 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4017 else
4018 ac_cpp_err=
4019 fi
4020 else
4021 ac_cpp_err=yes
4022 fi
4023 if test -z "$ac_cpp_err"; then
4024 ac_header_preproc=yes
4025 else
4026 echo "$as_me: failed program was:" >&5
4027 sed 's/^/| /' conftest.$ac_ext >&5
4028
4029 ac_header_preproc=no
4030 fi
4031 rm -f conftest.err conftest.$ac_ext
4032 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4033 echo "${ECHO_T}$ac_header_preproc" >&6
4034
4035 # So? What about this header?
4036 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4037 yes:no: )
4038 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4039 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4040 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4041 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4042 ac_header_preproc=yes
4043 ;;
4044 no:yes:* )
4045 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4046 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4047 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4048 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4049 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4050 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4051 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4052 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4053 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4054 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4055 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4056 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4057 (
4058 cat <<\_ASBOX
4059 ## ------------------------------------------ ##
4060 ## Report this to the AC_PACKAGE_NAME lists. ##
4061 ## ------------------------------------------ ##
4062 _ASBOX
4063 ) |
4064 sed "s/^/$as_me: WARNING: /" >&2
4065 ;;
4066 esac
4067 echo "$as_me:$LINENO: checking for $ac_header" >&5
4068 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4069 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4070 echo $ECHO_N "(cached) $ECHO_C" >&6
4071 else
4072 eval "$as_ac_Header=\$ac_header_preproc"
4073 fi
4074 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4075 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4076
4077 fi
4078 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4079 cat >>confdefs.h <<_ACEOF
4080 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4081 _ACEOF
4082
4083 fi
4084
4085 done
4086
4087
4088 cat >>confdefs.h <<\_ACEOF
4089 #define HAVE_LIBUNWIND 1
4090 _ACEOF
4091
4092 CONFIG_OBS="$CONFIG_OBS libunwind-frame.o"
4093 CONFIG_DEPS="$CONFIG_DEPS libunwind-frame.o"
4094 CONFIG_SRCS="$CONFIG_SRCS libunwind-frame.c"
4095 fi
4096
4097 # Profiling support.
4098 # Check whether --enable-profiling or --disable-profiling was given.
4099 if test "${enable_profiling+set}" = set; then
4100 enableval="$enable_profiling"
4101 case $enableval in
4102 yes | no)
4103 ;;
4104 *)
4105 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-profile" >&5
4106 echo "$as_me: error: bad value $enableval for --enable-profile" >&2;}
4107 { (exit 1); exit 1; }; } ;;
4108 esac
4109 else
4110 enable_profiling=no
4111 fi;
4112
4113
4114
4115 for ac_func in monstartup _mcleanup
4116 do
4117 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4118 echo "$as_me:$LINENO: checking for $ac_func" >&5
4119 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4120 if eval "test \"\${$as_ac_var+set}\" = set"; then
4121 echo $ECHO_N "(cached) $ECHO_C" >&6
4122 else
4123 cat >conftest.$ac_ext <<_ACEOF
4124 /* confdefs.h. */
4125 _ACEOF
4126 cat confdefs.h >>conftest.$ac_ext
4127 cat >>conftest.$ac_ext <<_ACEOF
4128 /* end confdefs.h. */
4129 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4130 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4131 #define $ac_func innocuous_$ac_func
4132
4133 /* System header to define __stub macros and hopefully few prototypes,
4134 which can conflict with char $ac_func (); below.
4135 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4136 <limits.h> exists even on freestanding compilers. */
4137
4138 #ifdef __STDC__
4139 # include <limits.h>
4140 #else
4141 # include <assert.h>
4142 #endif
4143
4144 #undef $ac_func
4145
4146 /* Override any gcc2 internal prototype to avoid an error. */
4147 #ifdef __cplusplus
4148 extern "C"
4149 {
4150 #endif
4151 /* We use char because int might match the return type of a gcc2
4152 builtin and then its argument prototype would still apply. */
4153 char $ac_func ();
4154 /* The GNU C library defines this for functions which it implements
4155 to always fail with ENOSYS. Some functions are actually named
4156 something starting with __ and the normal name is an alias. */
4157 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4158 choke me
4159 #else
4160 char (*f) () = $ac_func;
4161 #endif
4162 #ifdef __cplusplus
4163 }
4164 #endif
4165
4166 int
4167 main ()
4168 {
4169 return f != $ac_func;
4170 ;
4171 return 0;
4172 }
4173 _ACEOF
4174 rm -f conftest.$ac_objext conftest$ac_exeext
4175 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4176 (eval $ac_link) 2>conftest.er1
4177 ac_status=$?
4178 grep -v '^ *+' conftest.er1 >conftest.err
4179 rm -f conftest.er1
4180 cat conftest.err >&5
4181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182 (exit $ac_status); } &&
4183 { ac_try='test -z "$ac_c_werror_flag"
4184 || test ! -s conftest.err'
4185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4186 (eval $ac_try) 2>&5
4187 ac_status=$?
4188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4189 (exit $ac_status); }; } &&
4190 { ac_try='test -s conftest$ac_exeext'
4191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4192 (eval $ac_try) 2>&5
4193 ac_status=$?
4194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4195 (exit $ac_status); }; }; then
4196 eval "$as_ac_var=yes"
4197 else
4198 echo "$as_me: failed program was:" >&5
4199 sed 's/^/| /' conftest.$ac_ext >&5
4200
4201 eval "$as_ac_var=no"
4202 fi
4203 rm -f conftest.err conftest.$ac_objext \
4204 conftest$ac_exeext conftest.$ac_ext
4205 fi
4206 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4207 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4208 if test `eval echo '${'$as_ac_var'}'` = yes; then
4209 cat >>confdefs.h <<_ACEOF
4210 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4211 _ACEOF
4212
4213 fi
4214 done
4215
4216 echo "$as_me:$LINENO: checking for _etext" >&5
4217 echo $ECHO_N "checking for _etext... $ECHO_C" >&6
4218 if test "${ac_cv_var__etext+set}" = set; then
4219 echo $ECHO_N "(cached) $ECHO_C" >&6
4220 else
4221 cat >conftest.$ac_ext <<_ACEOF
4222 /* confdefs.h. */
4223 _ACEOF
4224 cat confdefs.h >>conftest.$ac_ext
4225 cat >>conftest.$ac_ext <<_ACEOF
4226 /* end confdefs.h. */
4227 #include <stdlib.h>
4228 extern char _etext;
4229
4230 int
4231 main ()
4232 {
4233 free (&_etext);
4234 ;
4235 return 0;
4236 }
4237 _ACEOF
4238 rm -f conftest.$ac_objext conftest$ac_exeext
4239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4240 (eval $ac_link) 2>conftest.er1
4241 ac_status=$?
4242 grep -v '^ *+' conftest.er1 >conftest.err
4243 rm -f conftest.er1
4244 cat conftest.err >&5
4245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4246 (exit $ac_status); } &&
4247 { ac_try='test -z "$ac_c_werror_flag"
4248 || test ! -s conftest.err'
4249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4250 (eval $ac_try) 2>&5
4251 ac_status=$?
4252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4253 (exit $ac_status); }; } &&
4254 { ac_try='test -s conftest$ac_exeext'
4255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4256 (eval $ac_try) 2>&5
4257 ac_status=$?
4258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4259 (exit $ac_status); }; }; then
4260 ac_cv_var__etext=yes
4261 else
4262 echo "$as_me: failed program was:" >&5
4263 sed 's/^/| /' conftest.$ac_ext >&5
4264
4265 ac_cv_var__etext=no
4266 fi
4267 rm -f conftest.err conftest.$ac_objext \
4268 conftest$ac_exeext conftest.$ac_ext
4269 fi
4270 echo "$as_me:$LINENO: result: $ac_cv_var__etext" >&5
4271 echo "${ECHO_T}$ac_cv_var__etext" >&6
4272 if test $ac_cv_var__etext = yes; then
4273
4274 cat >>confdefs.h <<\_ACEOF
4275 #define HAVE__ETEXT 1
4276 _ACEOF
4277
4278 fi
4279 if test "$enable_profiling" = yes ; then
4280 if test $ac_cv_func_monstartup = no || test $ac_cv_func__mcleanup = no; then
4281 { { echo "$as_me:$LINENO: error: --enable-profiling requires monstartup and _mcleanup" >&5
4282 echo "$as_me: error: --enable-profiling requires monstartup and _mcleanup" >&2;}
4283 { (exit 1); exit 1; }; }
4284 fi
4285 PROFILE_CFLAGS=-pg
4286 OLD_CFLAGS="$CFLAGS"
4287 CFLAGS="$CFLAGS $PROFILE_CFLAGS"
4288
4289 echo "$as_me:$LINENO: checking whether $CC supports -pg" >&5
4290 echo $ECHO_N "checking whether $CC supports -pg... $ECHO_C" >&6
4291 if test "${ac_cv_cc_supports_pg+set}" = set; then
4292 echo $ECHO_N "(cached) $ECHO_C" >&6
4293 else
4294 cat >conftest.$ac_ext <<_ACEOF
4295 /* confdefs.h. */
4296 _ACEOF
4297 cat confdefs.h >>conftest.$ac_ext
4298 cat >>conftest.$ac_ext <<_ACEOF
4299 /* end confdefs.h. */
4300
4301 int
4302 main ()
4303 {
4304 int x;
4305 ;
4306 return 0;
4307 }
4308 _ACEOF
4309 rm -f conftest.$ac_objext
4310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4311 (eval $ac_compile) 2>conftest.er1
4312 ac_status=$?
4313 grep -v '^ *+' conftest.er1 >conftest.err
4314 rm -f conftest.er1
4315 cat conftest.err >&5
4316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4317 (exit $ac_status); } &&
4318 { ac_try='test -z "$ac_c_werror_flag"
4319 || test ! -s conftest.err'
4320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4321 (eval $ac_try) 2>&5
4322 ac_status=$?
4323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4324 (exit $ac_status); }; } &&
4325 { ac_try='test -s conftest.$ac_objext'
4326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4327 (eval $ac_try) 2>&5
4328 ac_status=$?
4329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4330 (exit $ac_status); }; }; then
4331 ac_cv_cc_supports_pg=yes
4332 else
4333 echo "$as_me: failed program was:" >&5
4334 sed 's/^/| /' conftest.$ac_ext >&5
4335
4336 ac_cv_cc_supports_pg=no
4337 fi
4338 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4339 fi
4340 echo "$as_me:$LINENO: result: $ac_cv_cc_supports_pg" >&5
4341 echo "${ECHO_T}$ac_cv_cc_supports_pg" >&6
4342
4343 if test $ac_cv_cc_supports_pg = no; then
4344 { { echo "$as_me:$LINENO: error: --enable-profiling requires a compiler which supports -pg" >&5
4345 echo "$as_me: error: --enable-profiling requires a compiler which supports -pg" >&2;}
4346 { (exit 1); exit 1; }; }
4347 fi
4348
4349 CFLAGS="$OLD_CFLAGS"
4350 fi
4351
4352 # --------------------- #
4353 # Checks for programs. #
4354 # --------------------- #
4355
4356 for ac_prog in gawk mawk nawk awk
4357 do
4358 # Extract the first word of "$ac_prog", so it can be a program name with args.
4359 set dummy $ac_prog; ac_word=$2
4360 echo "$as_me:$LINENO: checking for $ac_word" >&5
4361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4362 if test "${ac_cv_prog_AWK+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6
4364 else
4365 if test -n "$AWK"; then
4366 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4367 else
4368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4369 for as_dir in $PATH
4370 do
4371 IFS=$as_save_IFS
4372 test -z "$as_dir" && as_dir=.
4373 for ac_exec_ext in '' $ac_executable_extensions; do
4374 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4375 ac_cv_prog_AWK="$ac_prog"
4376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4377 break 2
4378 fi
4379 done
4380 done
4381
4382 fi
4383 fi
4384 AWK=$ac_cv_prog_AWK
4385 if test -n "$AWK"; then
4386 echo "$as_me:$LINENO: result: $AWK" >&5
4387 echo "${ECHO_T}$AWK" >&6
4388 else
4389 echo "$as_me:$LINENO: result: no" >&5
4390 echo "${ECHO_T}no" >&6
4391 fi
4392
4393 test -n "$AWK" && break
4394 done
4395
4396 # Find a good install program. We prefer a C program (faster),
4397 # so one script is as good as another. But avoid the broken or
4398 # incompatible versions:
4399 # SysV /etc/install, /usr/sbin/install
4400 # SunOS /usr/etc/install
4401 # IRIX /sbin/install
4402 # AIX /bin/install
4403 # AmigaOS /C/install, which installs bootblocks on floppy discs
4404 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4405 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4406 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4407 # OS/2's system install, which has a completely different semantic
4408 # ./install, which can be erroneously created by make from ./install.sh.
4409 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4410 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4411 if test -z "$INSTALL"; then
4412 if test "${ac_cv_path_install+set}" = set; then
4413 echo $ECHO_N "(cached) $ECHO_C" >&6
4414 else
4415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4416 for as_dir in $PATH
4417 do
4418 IFS=$as_save_IFS
4419 test -z "$as_dir" && as_dir=.
4420 # Account for people who put trailing slashes in PATH elements.
4421 case $as_dir/ in
4422 ./ | .// | /cC/* | \
4423 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4424 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4425 /usr/ucb/* ) ;;
4426 *)
4427 # OSF1 and SCO ODT 3.0 have their own names for install.
4428 # Don't use installbsd from OSF since it installs stuff as root
4429 # by default.
4430 for ac_prog in ginstall scoinst install; do
4431 for ac_exec_ext in '' $ac_executable_extensions; do
4432 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4433 if test $ac_prog = install &&
4434 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4435 # AIX install. It has an incompatible calling convention.
4436 :
4437 elif test $ac_prog = install &&
4438 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4439 # program-specific install script used by HP pwplus--don't use.
4440 :
4441 else
4442 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4443 break 3
4444 fi
4445 fi
4446 done
4447 done
4448 ;;
4449 esac
4450 done
4451
4452
4453 fi
4454 if test "${ac_cv_path_install+set}" = set; then
4455 INSTALL=$ac_cv_path_install
4456 else
4457 # As a last resort, use the slow shell script. We don't cache a
4458 # path for INSTALL within a source directory, because that will
4459 # break other packages using the cache if that directory is
4460 # removed, or if the path is relative.
4461 INSTALL=$ac_install_sh
4462 fi
4463 fi
4464 echo "$as_me:$LINENO: result: $INSTALL" >&5
4465 echo "${ECHO_T}$INSTALL" >&6
4466
4467 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4468 # It thinks the first close brace ends the variable substitution.
4469 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4470
4471 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4472
4473 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4474
4475 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4476 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4477 LN_S=$as_ln_s
4478 if test "$LN_S" = "ln -s"; then
4479 echo "$as_me:$LINENO: result: yes" >&5
4480 echo "${ECHO_T}yes" >&6
4481 else
4482 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4483 echo "${ECHO_T}no, using $LN_S" >&6
4484 fi
4485
4486 if test -n "$ac_tool_prefix"; then
4487 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4488 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4489 echo "$as_me:$LINENO: checking for $ac_word" >&5
4490 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4491 if test "${ac_cv_prog_RANLIB+set}" = set; then
4492 echo $ECHO_N "(cached) $ECHO_C" >&6
4493 else
4494 if test -n "$RANLIB"; then
4495 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4496 else
4497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4498 for as_dir in $PATH
4499 do
4500 IFS=$as_save_IFS
4501 test -z "$as_dir" && as_dir=.
4502 for ac_exec_ext in '' $ac_executable_extensions; do
4503 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4504 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4505 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4506 break 2
4507 fi
4508 done
4509 done
4510
4511 fi
4512 fi
4513 RANLIB=$ac_cv_prog_RANLIB
4514 if test -n "$RANLIB"; then
4515 echo "$as_me:$LINENO: result: $RANLIB" >&5
4516 echo "${ECHO_T}$RANLIB" >&6
4517 else
4518 echo "$as_me:$LINENO: result: no" >&5
4519 echo "${ECHO_T}no" >&6
4520 fi
4521
4522 fi
4523 if test -z "$ac_cv_prog_RANLIB"; then
4524 ac_ct_RANLIB=$RANLIB
4525 # Extract the first word of "ranlib", so it can be a program name with args.
4526 set dummy ranlib; ac_word=$2
4527 echo "$as_me:$LINENO: checking for $ac_word" >&5
4528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4529 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4530 echo $ECHO_N "(cached) $ECHO_C" >&6
4531 else
4532 if test -n "$ac_ct_RANLIB"; then
4533 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4534 else
4535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4536 for as_dir in $PATH
4537 do
4538 IFS=$as_save_IFS
4539 test -z "$as_dir" && as_dir=.
4540 for ac_exec_ext in '' $ac_executable_extensions; do
4541 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4542 ac_cv_prog_ac_ct_RANLIB="ranlib"
4543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4544 break 2
4545 fi
4546 done
4547 done
4548
4549 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
4550 fi
4551 fi
4552 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4553 if test -n "$ac_ct_RANLIB"; then
4554 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4555 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4556 else
4557 echo "$as_me:$LINENO: result: no" >&5
4558 echo "${ECHO_T}no" >&6
4559 fi
4560
4561 RANLIB=$ac_ct_RANLIB
4562 else
4563 RANLIB="$ac_cv_prog_RANLIB"
4564 fi
4565
4566 for ac_prog in 'bison -y' byacc
4567 do
4568 # Extract the first word of "$ac_prog", so it can be a program name with args.
4569 set dummy $ac_prog; ac_word=$2
4570 echo "$as_me:$LINENO: checking for $ac_word" >&5
4571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4572 if test "${ac_cv_prog_YACC+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6
4574 else
4575 if test -n "$YACC"; then
4576 ac_cv_prog_YACC="$YACC" # Let the user override the test.
4577 else
4578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4579 for as_dir in $PATH
4580 do
4581 IFS=$as_save_IFS
4582 test -z "$as_dir" && as_dir=.
4583 for ac_exec_ext in '' $ac_executable_extensions; do
4584 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4585 ac_cv_prog_YACC="$ac_prog"
4586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4587 break 2
4588 fi
4589 done
4590 done
4591
4592 fi
4593 fi
4594 YACC=$ac_cv_prog_YACC
4595 if test -n "$YACC"; then
4596 echo "$as_me:$LINENO: result: $YACC" >&5
4597 echo "${ECHO_T}$YACC" >&6
4598 else
4599 echo "$as_me:$LINENO: result: no" >&5
4600 echo "${ECHO_T}no" >&6
4601 fi
4602
4603 test -n "$YACC" && break
4604 done
4605 test -n "$YACC" || YACC="yacc"
4606
4607
4608 if test -n "$ac_tool_prefix"; then
4609 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4610 set dummy ${ac_tool_prefix}ar; ac_word=$2
4611 echo "$as_me:$LINENO: checking for $ac_word" >&5
4612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4613 if test "${ac_cv_prog_AR+set}" = set; then
4614 echo $ECHO_N "(cached) $ECHO_C" >&6
4615 else
4616 if test -n "$AR"; then
4617 ac_cv_prog_AR="$AR" # Let the user override the test.
4618 else
4619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4620 for as_dir in $PATH
4621 do
4622 IFS=$as_save_IFS
4623 test -z "$as_dir" && as_dir=.
4624 for ac_exec_ext in '' $ac_executable_extensions; do
4625 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4626 ac_cv_prog_AR="${ac_tool_prefix}ar"
4627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4628 break 2
4629 fi
4630 done
4631 done
4632
4633 fi
4634 fi
4635 AR=$ac_cv_prog_AR
4636 if test -n "$AR"; then
4637 echo "$as_me:$LINENO: result: $AR" >&5
4638 echo "${ECHO_T}$AR" >&6
4639 else
4640 echo "$as_me:$LINENO: result: no" >&5
4641 echo "${ECHO_T}no" >&6
4642 fi
4643
4644 fi
4645 if test -z "$ac_cv_prog_AR"; then
4646 ac_ct_AR=$AR
4647 # Extract the first word of "ar", so it can be a program name with args.
4648 set dummy ar; ac_word=$2
4649 echo "$as_me:$LINENO: checking for $ac_word" >&5
4650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4651 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4652 echo $ECHO_N "(cached) $ECHO_C" >&6
4653 else
4654 if test -n "$ac_ct_AR"; then
4655 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4656 else
4657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658 for as_dir in $PATH
4659 do
4660 IFS=$as_save_IFS
4661 test -z "$as_dir" && as_dir=.
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4664 ac_cv_prog_ac_ct_AR="ar"
4665 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4666 break 2
4667 fi
4668 done
4669 done
4670
4671 fi
4672 fi
4673 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4674 if test -n "$ac_ct_AR"; then
4675 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4676 echo "${ECHO_T}$ac_ct_AR" >&6
4677 else
4678 echo "$as_me:$LINENO: result: no" >&5
4679 echo "${ECHO_T}no" >&6
4680 fi
4681
4682 AR=$ac_ct_AR
4683 else
4684 AR="$ac_cv_prog_AR"
4685 fi
4686
4687 if test -n "$ac_tool_prefix"; then
4688 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
4689 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
4690 echo "$as_me:$LINENO: checking for $ac_word" >&5
4691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4692 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
4693 echo $ECHO_N "(cached) $ECHO_C" >&6
4694 else
4695 if test -n "$DLLTOOL"; then
4696 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
4697 else
4698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4699 for as_dir in $PATH
4700 do
4701 IFS=$as_save_IFS
4702 test -z "$as_dir" && as_dir=.
4703 for ac_exec_ext in '' $ac_executable_extensions; do
4704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4705 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
4706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4707 break 2
4708 fi
4709 done
4710 done
4711
4712 fi
4713 fi
4714 DLLTOOL=$ac_cv_prog_DLLTOOL
4715 if test -n "$DLLTOOL"; then
4716 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
4717 echo "${ECHO_T}$DLLTOOL" >&6
4718 else
4719 echo "$as_me:$LINENO: result: no" >&5
4720 echo "${ECHO_T}no" >&6
4721 fi
4722
4723 fi
4724 if test -z "$ac_cv_prog_DLLTOOL"; then
4725 ac_ct_DLLTOOL=$DLLTOOL
4726 # Extract the first word of "dlltool", so it can be a program name with args.
4727 set dummy dlltool; ac_word=$2
4728 echo "$as_me:$LINENO: checking for $ac_word" >&5
4729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4730 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
4731 echo $ECHO_N "(cached) $ECHO_C" >&6
4732 else
4733 if test -n "$ac_ct_DLLTOOL"; then
4734 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
4735 else
4736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4737 for as_dir in $PATH
4738 do
4739 IFS=$as_save_IFS
4740 test -z "$as_dir" && as_dir=.
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4743 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
4744 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4745 break 2
4746 fi
4747 done
4748 done
4749
4750 fi
4751 fi
4752 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
4753 if test -n "$ac_ct_DLLTOOL"; then
4754 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
4755 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
4756 else
4757 echo "$as_me:$LINENO: result: no" >&5
4758 echo "${ECHO_T}no" >&6
4759 fi
4760
4761 DLLTOOL=$ac_ct_DLLTOOL
4762 else
4763 DLLTOOL="$ac_cv_prog_DLLTOOL"
4764 fi
4765
4766 if test -n "$ac_tool_prefix"; then
4767 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4768 set dummy ${ac_tool_prefix}windres; ac_word=$2
4769 echo "$as_me:$LINENO: checking for $ac_word" >&5
4770 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4771 if test "${ac_cv_prog_WINDRES+set}" = set; then
4772 echo $ECHO_N "(cached) $ECHO_C" >&6
4773 else
4774 if test -n "$WINDRES"; then
4775 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4776 else
4777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4778 for as_dir in $PATH
4779 do
4780 IFS=$as_save_IFS
4781 test -z "$as_dir" && as_dir=.
4782 for ac_exec_ext in '' $ac_executable_extensions; do
4783 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4784 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4786 break 2
4787 fi
4788 done
4789 done
4790
4791 fi
4792 fi
4793 WINDRES=$ac_cv_prog_WINDRES
4794 if test -n "$WINDRES"; then
4795 echo "$as_me:$LINENO: result: $WINDRES" >&5
4796 echo "${ECHO_T}$WINDRES" >&6
4797 else
4798 echo "$as_me:$LINENO: result: no" >&5
4799 echo "${ECHO_T}no" >&6
4800 fi
4801
4802 fi
4803 if test -z "$ac_cv_prog_WINDRES"; then
4804 ac_ct_WINDRES=$WINDRES
4805 # Extract the first word of "windres", so it can be a program name with args.
4806 set dummy windres; ac_word=$2
4807 echo "$as_me:$LINENO: checking for $ac_word" >&5
4808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4809 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4810 echo $ECHO_N "(cached) $ECHO_C" >&6
4811 else
4812 if test -n "$ac_ct_WINDRES"; then
4813 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4814 else
4815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4816 for as_dir in $PATH
4817 do
4818 IFS=$as_save_IFS
4819 test -z "$as_dir" && as_dir=.
4820 for ac_exec_ext in '' $ac_executable_extensions; do
4821 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4822 ac_cv_prog_ac_ct_WINDRES="windres"
4823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4824 break 2
4825 fi
4826 done
4827 done
4828
4829 fi
4830 fi
4831 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4832 if test -n "$ac_ct_WINDRES"; then
4833 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4834 echo "${ECHO_T}$ac_ct_WINDRES" >&6
4835 else
4836 echo "$as_me:$LINENO: result: no" >&5
4837 echo "${ECHO_T}no" >&6
4838 fi
4839
4840 WINDRES=$ac_ct_WINDRES
4841 else
4842 WINDRES="$ac_cv_prog_WINDRES"
4843 fi
4844
4845
4846 # Needed for GNU/Hurd.
4847 if test -n "$ac_tool_prefix"; then
4848 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args.
4849 set dummy ${ac_tool_prefix}mig; ac_word=$2
4850 echo "$as_me:$LINENO: checking for $ac_word" >&5
4851 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4852 if test "${ac_cv_prog_MIG+set}" = set; then
4853 echo $ECHO_N "(cached) $ECHO_C" >&6
4854 else
4855 if test -n "$MIG"; then
4856 ac_cv_prog_MIG="$MIG" # Let the user override the test.
4857 else
4858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4859 for as_dir in $PATH
4860 do
4861 IFS=$as_save_IFS
4862 test -z "$as_dir" && as_dir=.
4863 for ac_exec_ext in '' $ac_executable_extensions; do
4864 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4865 ac_cv_prog_MIG="${ac_tool_prefix}mig"
4866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4867 break 2
4868 fi
4869 done
4870 done
4871
4872 fi
4873 fi
4874 MIG=$ac_cv_prog_MIG
4875 if test -n "$MIG"; then
4876 echo "$as_me:$LINENO: result: $MIG" >&5
4877 echo "${ECHO_T}$MIG" >&6
4878 else
4879 echo "$as_me:$LINENO: result: no" >&5
4880 echo "${ECHO_T}no" >&6
4881 fi
4882
4883 fi
4884 if test -z "$ac_cv_prog_MIG"; then
4885 ac_ct_MIG=$MIG
4886 # Extract the first word of "mig", so it can be a program name with args.
4887 set dummy mig; ac_word=$2
4888 echo "$as_me:$LINENO: checking for $ac_word" >&5
4889 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4890 if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then
4891 echo $ECHO_N "(cached) $ECHO_C" >&6
4892 else
4893 if test -n "$ac_ct_MIG"; then
4894 ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test.
4895 else
4896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4897 for as_dir in $PATH
4898 do
4899 IFS=$as_save_IFS
4900 test -z "$as_dir" && as_dir=.
4901 for ac_exec_ext in '' $ac_executable_extensions; do
4902 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4903 ac_cv_prog_ac_ct_MIG="mig"
4904 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4905 break 2
4906 fi
4907 done
4908 done
4909
4910 fi
4911 fi
4912 ac_ct_MIG=$ac_cv_prog_ac_ct_MIG
4913 if test -n "$ac_ct_MIG"; then
4914 echo "$as_me:$LINENO: result: $ac_ct_MIG" >&5
4915 echo "${ECHO_T}$ac_ct_MIG" >&6
4916 else
4917 echo "$as_me:$LINENO: result: no" >&5
4918 echo "${ECHO_T}no" >&6
4919 fi
4920
4921 MIG=$ac_ct_MIG
4922 else
4923 MIG="$ac_cv_prog_MIG"
4924 fi
4925
4926
4927 # ---------------------- #
4928 # Checks for libraries. #
4929 # ---------------------- #
4930
4931 # We might need to link with -lm; most simulators need it.
4932
4933 echo "$as_me:$LINENO: checking for main in -lm" >&5
4934 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6
4935 if test "${ac_cv_lib_m_main+set}" = set; then
4936 echo $ECHO_N "(cached) $ECHO_C" >&6
4937 else
4938 ac_check_lib_save_LIBS=$LIBS
4939 LIBS="-lm $LIBS"
4940 cat >conftest.$ac_ext <<_ACEOF
4941 /* confdefs.h. */
4942 _ACEOF
4943 cat confdefs.h >>conftest.$ac_ext
4944 cat >>conftest.$ac_ext <<_ACEOF
4945 /* end confdefs.h. */
4946
4947
4948 int
4949 main ()
4950 {
4951 main ();
4952 ;
4953 return 0;
4954 }
4955 _ACEOF
4956 rm -f conftest.$ac_objext conftest$ac_exeext
4957 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4958 (eval $ac_link) 2>conftest.er1
4959 ac_status=$?
4960 grep -v '^ *+' conftest.er1 >conftest.err
4961 rm -f conftest.er1
4962 cat conftest.err >&5
4963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4964 (exit $ac_status); } &&
4965 { ac_try='test -z "$ac_c_werror_flag"
4966 || test ! -s conftest.err'
4967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4968 (eval $ac_try) 2>&5
4969 ac_status=$?
4970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4971 (exit $ac_status); }; } &&
4972 { ac_try='test -s conftest$ac_exeext'
4973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4974 (eval $ac_try) 2>&5
4975 ac_status=$?
4976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4977 (exit $ac_status); }; }; then
4978 ac_cv_lib_m_main=yes
4979 else
4980 echo "$as_me: failed program was:" >&5
4981 sed 's/^/| /' conftest.$ac_ext >&5
4982
4983 ac_cv_lib_m_main=no
4984 fi
4985 rm -f conftest.err conftest.$ac_objext \
4986 conftest$ac_exeext conftest.$ac_ext
4987 LIBS=$ac_check_lib_save_LIBS
4988 fi
4989 echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
4990 echo "${ECHO_T}$ac_cv_lib_m_main" >&6
4991 if test $ac_cv_lib_m_main = yes; then
4992 cat >>confdefs.h <<_ACEOF
4993 #define HAVE_LIBM 1
4994 _ACEOF
4995
4996 LIBS="-lm $LIBS"
4997
4998 fi
4999
5000
5001 # We need to link with -lw to get `wctype' on Solaris before Solaris
5002 # 2.6. Solaris 2.6 and beyond have this function in libc, and have a
5003 # libw that some versions of the GNU linker cannot hanle (GNU ld 2.9.1
5004 # is known to have this problem). Therefore we avoid libw if we can.
5005 echo "$as_me:$LINENO: checking for wctype" >&5
5006 echo $ECHO_N "checking for wctype... $ECHO_C" >&6
5007 if test "${ac_cv_func_wctype+set}" = set; then
5008 echo $ECHO_N "(cached) $ECHO_C" >&6
5009 else
5010 cat >conftest.$ac_ext <<_ACEOF
5011 /* confdefs.h. */
5012 _ACEOF
5013 cat confdefs.h >>conftest.$ac_ext
5014 cat >>conftest.$ac_ext <<_ACEOF
5015 /* end confdefs.h. */
5016 /* Define wctype to an innocuous variant, in case <limits.h> declares wctype.
5017 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5018 #define wctype innocuous_wctype
5019
5020 /* System header to define __stub macros and hopefully few prototypes,
5021 which can conflict with char wctype (); below.
5022 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5023 <limits.h> exists even on freestanding compilers. */
5024
5025 #ifdef __STDC__
5026 # include <limits.h>
5027 #else
5028 # include <assert.h>
5029 #endif
5030
5031 #undef wctype
5032
5033 /* Override any gcc2 internal prototype to avoid an error. */
5034 #ifdef __cplusplus
5035 extern "C"
5036 {
5037 #endif
5038 /* We use char because int might match the return type of a gcc2
5039 builtin and then its argument prototype would still apply. */
5040 char wctype ();
5041 /* The GNU C library defines this for functions which it implements
5042 to always fail with ENOSYS. Some functions are actually named
5043 something starting with __ and the normal name is an alias. */
5044 #if defined (__stub_wctype) || defined (__stub___wctype)
5045 choke me
5046 #else
5047 char (*f) () = wctype;
5048 #endif
5049 #ifdef __cplusplus
5050 }
5051 #endif
5052
5053 int
5054 main ()
5055 {
5056 return f != wctype;
5057 ;
5058 return 0;
5059 }
5060 _ACEOF
5061 rm -f conftest.$ac_objext conftest$ac_exeext
5062 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5063 (eval $ac_link) 2>conftest.er1
5064 ac_status=$?
5065 grep -v '^ *+' conftest.er1 >conftest.err
5066 rm -f conftest.er1
5067 cat conftest.err >&5
5068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069 (exit $ac_status); } &&
5070 { ac_try='test -z "$ac_c_werror_flag"
5071 || test ! -s conftest.err'
5072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5073 (eval $ac_try) 2>&5
5074 ac_status=$?
5075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5076 (exit $ac_status); }; } &&
5077 { ac_try='test -s conftest$ac_exeext'
5078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5079 (eval $ac_try) 2>&5
5080 ac_status=$?
5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5082 (exit $ac_status); }; }; then
5083 ac_cv_func_wctype=yes
5084 else
5085 echo "$as_me: failed program was:" >&5
5086 sed 's/^/| /' conftest.$ac_ext >&5
5087
5088 ac_cv_func_wctype=no
5089 fi
5090 rm -f conftest.err conftest.$ac_objext \
5091 conftest$ac_exeext conftest.$ac_ext
5092 fi
5093 echo "$as_me:$LINENO: result: $ac_cv_func_wctype" >&5
5094 echo "${ECHO_T}$ac_cv_func_wctype" >&6
5095 if test $ac_cv_func_wctype = yes; then
5096 :
5097 else
5098
5099 echo "$as_me:$LINENO: checking for wctype in -lw" >&5
5100 echo $ECHO_N "checking for wctype in -lw... $ECHO_C" >&6
5101 if test "${ac_cv_lib_w_wctype+set}" = set; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5103 else
5104 ac_check_lib_save_LIBS=$LIBS
5105 LIBS="-lw $LIBS"
5106 cat >conftest.$ac_ext <<_ACEOF
5107 /* confdefs.h. */
5108 _ACEOF
5109 cat confdefs.h >>conftest.$ac_ext
5110 cat >>conftest.$ac_ext <<_ACEOF
5111 /* end confdefs.h. */
5112
5113 /* Override any gcc2 internal prototype to avoid an error. */
5114 #ifdef __cplusplus
5115 extern "C"
5116 #endif
5117 /* We use char because int might match the return type of a gcc2
5118 builtin and then its argument prototype would still apply. */
5119 char wctype ();
5120 int
5121 main ()
5122 {
5123 wctype ();
5124 ;
5125 return 0;
5126 }
5127 _ACEOF
5128 rm -f conftest.$ac_objext conftest$ac_exeext
5129 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5130 (eval $ac_link) 2>conftest.er1
5131 ac_status=$?
5132 grep -v '^ *+' conftest.er1 >conftest.err
5133 rm -f conftest.er1
5134 cat conftest.err >&5
5135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5136 (exit $ac_status); } &&
5137 { ac_try='test -z "$ac_c_werror_flag"
5138 || test ! -s conftest.err'
5139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5140 (eval $ac_try) 2>&5
5141 ac_status=$?
5142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5143 (exit $ac_status); }; } &&
5144 { ac_try='test -s conftest$ac_exeext'
5145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5146 (eval $ac_try) 2>&5
5147 ac_status=$?
5148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5149 (exit $ac_status); }; }; then
5150 ac_cv_lib_w_wctype=yes
5151 else
5152 echo "$as_me: failed program was:" >&5
5153 sed 's/^/| /' conftest.$ac_ext >&5
5154
5155 ac_cv_lib_w_wctype=no
5156 fi
5157 rm -f conftest.err conftest.$ac_objext \
5158 conftest$ac_exeext conftest.$ac_ext
5159 LIBS=$ac_check_lib_save_LIBS
5160 fi
5161 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wctype" >&5
5162 echo "${ECHO_T}$ac_cv_lib_w_wctype" >&6
5163 if test $ac_cv_lib_w_wctype = yes; then
5164 cat >>confdefs.h <<_ACEOF
5165 #define HAVE_LIBW 1
5166 _ACEOF
5167
5168 LIBS="-lw $LIBS"
5169
5170 fi
5171
5172 fi
5173
5174
5175 # Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
5176 echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
5177 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6
5178 if test "${ac_cv_search_gethostbyname+set}" = set; then
5179 echo $ECHO_N "(cached) $ECHO_C" >&6
5180 else
5181 ac_func_search_save_LIBS=$LIBS
5182 ac_cv_search_gethostbyname=no
5183 cat >conftest.$ac_ext <<_ACEOF
5184 /* confdefs.h. */
5185 _ACEOF
5186 cat confdefs.h >>conftest.$ac_ext
5187 cat >>conftest.$ac_ext <<_ACEOF
5188 /* end confdefs.h. */
5189
5190 /* Override any gcc2 internal prototype to avoid an error. */
5191 #ifdef __cplusplus
5192 extern "C"
5193 #endif
5194 /* We use char because int might match the return type of a gcc2
5195 builtin and then its argument prototype would still apply. */
5196 char gethostbyname ();
5197 int
5198 main ()
5199 {
5200 gethostbyname ();
5201 ;
5202 return 0;
5203 }
5204 _ACEOF
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5207 (eval $ac_link) 2>conftest.er1
5208 ac_status=$?
5209 grep -v '^ *+' conftest.er1 >conftest.err
5210 rm -f conftest.er1
5211 cat conftest.err >&5
5212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5213 (exit $ac_status); } &&
5214 { ac_try='test -z "$ac_c_werror_flag"
5215 || test ! -s conftest.err'
5216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5217 (eval $ac_try) 2>&5
5218 ac_status=$?
5219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5220 (exit $ac_status); }; } &&
5221 { ac_try='test -s conftest$ac_exeext'
5222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5223 (eval $ac_try) 2>&5
5224 ac_status=$?
5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); }; }; then
5227 ac_cv_search_gethostbyname="none required"
5228 else
5229 echo "$as_me: failed program was:" >&5
5230 sed 's/^/| /' conftest.$ac_ext >&5
5231
5232 fi
5233 rm -f conftest.err conftest.$ac_objext \
5234 conftest$ac_exeext conftest.$ac_ext
5235 if test "$ac_cv_search_gethostbyname" = no; then
5236 for ac_lib in nsl; do
5237 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5238 cat >conftest.$ac_ext <<_ACEOF
5239 /* confdefs.h. */
5240 _ACEOF
5241 cat confdefs.h >>conftest.$ac_ext
5242 cat >>conftest.$ac_ext <<_ACEOF
5243 /* end confdefs.h. */
5244
5245 /* Override any gcc2 internal prototype to avoid an error. */
5246 #ifdef __cplusplus
5247 extern "C"
5248 #endif
5249 /* We use char because int might match the return type of a gcc2
5250 builtin and then its argument prototype would still apply. */
5251 char gethostbyname ();
5252 int
5253 main ()
5254 {
5255 gethostbyname ();
5256 ;
5257 return 0;
5258 }
5259 _ACEOF
5260 rm -f conftest.$ac_objext conftest$ac_exeext
5261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5262 (eval $ac_link) 2>conftest.er1
5263 ac_status=$?
5264 grep -v '^ *+' conftest.er1 >conftest.err
5265 rm -f conftest.er1
5266 cat conftest.err >&5
5267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5268 (exit $ac_status); } &&
5269 { ac_try='test -z "$ac_c_werror_flag"
5270 || test ! -s conftest.err'
5271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5272 (eval $ac_try) 2>&5
5273 ac_status=$?
5274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5275 (exit $ac_status); }; } &&
5276 { ac_try='test -s conftest$ac_exeext'
5277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5278 (eval $ac_try) 2>&5
5279 ac_status=$?
5280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5281 (exit $ac_status); }; }; then
5282 ac_cv_search_gethostbyname="-l$ac_lib"
5283 break
5284 else
5285 echo "$as_me: failed program was:" >&5
5286 sed 's/^/| /' conftest.$ac_ext >&5
5287
5288 fi
5289 rm -f conftest.err conftest.$ac_objext \
5290 conftest$ac_exeext conftest.$ac_ext
5291 done
5292 fi
5293 LIBS=$ac_func_search_save_LIBS
5294 fi
5295 echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
5296 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6
5297 if test "$ac_cv_search_gethostbyname" != no; then
5298 test "$ac_cv_search_gethostbyname" = "none required" || LIBS="$ac_cv_search_gethostbyname $LIBS"
5299
5300 fi
5301
5302
5303 # Some systems (e.g. Solaris) have `socketpair' in libsocket.
5304 echo "$as_me:$LINENO: checking for library containing socketpair" >&5
5305 echo $ECHO_N "checking for library containing socketpair... $ECHO_C" >&6
5306 if test "${ac_cv_search_socketpair+set}" = set; then
5307 echo $ECHO_N "(cached) $ECHO_C" >&6
5308 else
5309 ac_func_search_save_LIBS=$LIBS
5310 ac_cv_search_socketpair=no
5311 cat >conftest.$ac_ext <<_ACEOF
5312 /* confdefs.h. */
5313 _ACEOF
5314 cat confdefs.h >>conftest.$ac_ext
5315 cat >>conftest.$ac_ext <<_ACEOF
5316 /* end confdefs.h. */
5317
5318 /* Override any gcc2 internal prototype to avoid an error. */
5319 #ifdef __cplusplus
5320 extern "C"
5321 #endif
5322 /* We use char because int might match the return type of a gcc2
5323 builtin and then its argument prototype would still apply. */
5324 char socketpair ();
5325 int
5326 main ()
5327 {
5328 socketpair ();
5329 ;
5330 return 0;
5331 }
5332 _ACEOF
5333 rm -f conftest.$ac_objext conftest$ac_exeext
5334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5335 (eval $ac_link) 2>conftest.er1
5336 ac_status=$?
5337 grep -v '^ *+' conftest.er1 >conftest.err
5338 rm -f conftest.er1
5339 cat conftest.err >&5
5340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341 (exit $ac_status); } &&
5342 { ac_try='test -z "$ac_c_werror_flag"
5343 || test ! -s conftest.err'
5344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5345 (eval $ac_try) 2>&5
5346 ac_status=$?
5347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5348 (exit $ac_status); }; } &&
5349 { ac_try='test -s conftest$ac_exeext'
5350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5351 (eval $ac_try) 2>&5
5352 ac_status=$?
5353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5354 (exit $ac_status); }; }; then
5355 ac_cv_search_socketpair="none required"
5356 else
5357 echo "$as_me: failed program was:" >&5
5358 sed 's/^/| /' conftest.$ac_ext >&5
5359
5360 fi
5361 rm -f conftest.err conftest.$ac_objext \
5362 conftest$ac_exeext conftest.$ac_ext
5363 if test "$ac_cv_search_socketpair" = no; then
5364 for ac_lib in socket; do
5365 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5366 cat >conftest.$ac_ext <<_ACEOF
5367 /* confdefs.h. */
5368 _ACEOF
5369 cat confdefs.h >>conftest.$ac_ext
5370 cat >>conftest.$ac_ext <<_ACEOF
5371 /* end confdefs.h. */
5372
5373 /* Override any gcc2 internal prototype to avoid an error. */
5374 #ifdef __cplusplus
5375 extern "C"
5376 #endif
5377 /* We use char because int might match the return type of a gcc2
5378 builtin and then its argument prototype would still apply. */
5379 char socketpair ();
5380 int
5381 main ()
5382 {
5383 socketpair ();
5384 ;
5385 return 0;
5386 }
5387 _ACEOF
5388 rm -f conftest.$ac_objext conftest$ac_exeext
5389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5390 (eval $ac_link) 2>conftest.er1
5391 ac_status=$?
5392 grep -v '^ *+' conftest.er1 >conftest.err
5393 rm -f conftest.er1
5394 cat conftest.err >&5
5395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5396 (exit $ac_status); } &&
5397 { ac_try='test -z "$ac_c_werror_flag"
5398 || test ! -s conftest.err'
5399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5400 (eval $ac_try) 2>&5
5401 ac_status=$?
5402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5403 (exit $ac_status); }; } &&
5404 { ac_try='test -s conftest$ac_exeext'
5405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5406 (eval $ac_try) 2>&5
5407 ac_status=$?
5408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409 (exit $ac_status); }; }; then
5410 ac_cv_search_socketpair="-l$ac_lib"
5411 break
5412 else
5413 echo "$as_me: failed program was:" >&5
5414 sed 's/^/| /' conftest.$ac_ext >&5
5415
5416 fi
5417 rm -f conftest.err conftest.$ac_objext \
5418 conftest$ac_exeext conftest.$ac_ext
5419 done
5420 fi
5421 LIBS=$ac_func_search_save_LIBS
5422 fi
5423 echo "$as_me:$LINENO: result: $ac_cv_search_socketpair" >&5
5424 echo "${ECHO_T}$ac_cv_search_socketpair" >&6
5425 if test "$ac_cv_search_socketpair" != no; then
5426 test "$ac_cv_search_socketpair" = "none required" || LIBS="$ac_cv_search_socketpair $LIBS"
5427
5428 fi
5429
5430
5431 # For the TUI, we need enhanced curses functionality.
5432 #
5433 # FIXME: kettenis/20040905: We prefer ncurses over the vendor-supplied
5434 # curses library because the latter might not provide all the
5435 # functionality we need. However, this leads to problems on systems
5436 # where the linker searches /usr/local/lib, but the compiler doesn't
5437 # search /usr/local/include, if ncurses is installed in /usr/local. A
5438 # default installation of ncurses on alpha*-dec-osf* will lead to such
5439 # a situation.
5440 echo "$as_me:$LINENO: checking for library containing waddstr" >&5
5441 echo $ECHO_N "checking for library containing waddstr... $ECHO_C" >&6
5442 if test "${ac_cv_search_waddstr+set}" = set; then
5443 echo $ECHO_N "(cached) $ECHO_C" >&6
5444 else
5445 ac_func_search_save_LIBS=$LIBS
5446 ac_cv_search_waddstr=no
5447 cat >conftest.$ac_ext <<_ACEOF
5448 /* confdefs.h. */
5449 _ACEOF
5450 cat confdefs.h >>conftest.$ac_ext
5451 cat >>conftest.$ac_ext <<_ACEOF
5452 /* end confdefs.h. */
5453
5454 /* Override any gcc2 internal prototype to avoid an error. */
5455 #ifdef __cplusplus
5456 extern "C"
5457 #endif
5458 /* We use char because int might match the return type of a gcc2
5459 builtin and then its argument prototype would still apply. */
5460 char waddstr ();
5461 int
5462 main ()
5463 {
5464 waddstr ();
5465 ;
5466 return 0;
5467 }
5468 _ACEOF
5469 rm -f conftest.$ac_objext conftest$ac_exeext
5470 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5471 (eval $ac_link) 2>conftest.er1
5472 ac_status=$?
5473 grep -v '^ *+' conftest.er1 >conftest.err
5474 rm -f conftest.er1
5475 cat conftest.err >&5
5476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5477 (exit $ac_status); } &&
5478 { ac_try='test -z "$ac_c_werror_flag"
5479 || test ! -s conftest.err'
5480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5481 (eval $ac_try) 2>&5
5482 ac_status=$?
5483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5484 (exit $ac_status); }; } &&
5485 { ac_try='test -s conftest$ac_exeext'
5486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5487 (eval $ac_try) 2>&5
5488 ac_status=$?
5489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5490 (exit $ac_status); }; }; then
5491 ac_cv_search_waddstr="none required"
5492 else
5493 echo "$as_me: failed program was:" >&5
5494 sed 's/^/| /' conftest.$ac_ext >&5
5495
5496 fi
5497 rm -f conftest.err conftest.$ac_objext \
5498 conftest$ac_exeext conftest.$ac_ext
5499 if test "$ac_cv_search_waddstr" = no; then
5500 for ac_lib in ncurses cursesX curses; do
5501 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5502 cat >conftest.$ac_ext <<_ACEOF
5503 /* confdefs.h. */
5504 _ACEOF
5505 cat confdefs.h >>conftest.$ac_ext
5506 cat >>conftest.$ac_ext <<_ACEOF
5507 /* end confdefs.h. */
5508
5509 /* Override any gcc2 internal prototype to avoid an error. */
5510 #ifdef __cplusplus
5511 extern "C"
5512 #endif
5513 /* We use char because int might match the return type of a gcc2
5514 builtin and then its argument prototype would still apply. */
5515 char waddstr ();
5516 int
5517 main ()
5518 {
5519 waddstr ();
5520 ;
5521 return 0;
5522 }
5523 _ACEOF
5524 rm -f conftest.$ac_objext conftest$ac_exeext
5525 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5526 (eval $ac_link) 2>conftest.er1
5527 ac_status=$?
5528 grep -v '^ *+' conftest.er1 >conftest.err
5529 rm -f conftest.er1
5530 cat conftest.err >&5
5531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5532 (exit $ac_status); } &&
5533 { ac_try='test -z "$ac_c_werror_flag"
5534 || test ! -s conftest.err'
5535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5536 (eval $ac_try) 2>&5
5537 ac_status=$?
5538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5539 (exit $ac_status); }; } &&
5540 { ac_try='test -s conftest$ac_exeext'
5541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5542 (eval $ac_try) 2>&5
5543 ac_status=$?
5544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5545 (exit $ac_status); }; }; then
5546 ac_cv_search_waddstr="-l$ac_lib"
5547 break
5548 else
5549 echo "$as_me: failed program was:" >&5
5550 sed 's/^/| /' conftest.$ac_ext >&5
5551
5552 fi
5553 rm -f conftest.err conftest.$ac_objext \
5554 conftest$ac_exeext conftest.$ac_ext
5555 done
5556 fi
5557 LIBS=$ac_func_search_save_LIBS
5558 fi
5559 echo "$as_me:$LINENO: result: $ac_cv_search_waddstr" >&5
5560 echo "${ECHO_T}$ac_cv_search_waddstr" >&6
5561 if test "$ac_cv_search_waddstr" != no; then
5562 test "$ac_cv_search_waddstr" = "none required" || LIBS="$ac_cv_search_waddstr $LIBS"
5563
5564 fi
5565
5566
5567 # Since GDB uses Readline, we need termcap functionality. In many
5568 # cases this will be provided by the curses library, but some systems
5569 # have a seperate termcap library, or no curses library at all.
5570
5571 case $host_os in
5572 cygwin*)
5573 if test -d $srcdir/libtermcap; then
5574 LIBS="../libtermcap/libtermcap.a $LIBS"
5575 ac_cv_search_tgetent="../libtermcap/libtermcap.a"
5576 fi ;;
5577 go32* | *djgpp*)
5578 ac_cv_search_tgetent="none required"
5579 ;;
5580 *mingw32*)
5581 ac_cv_search_tgetent="none required"
5582 CONFIG_OBS="$CONFIG_OBS win32-termcap.o"
5583 ;;
5584 esac
5585
5586 # These are the libraries checked by Readline.
5587 echo "$as_me:$LINENO: checking for library containing tgetent" >&5
5588 echo $ECHO_N "checking for library containing tgetent... $ECHO_C" >&6
5589 if test "${ac_cv_search_tgetent+set}" = set; then
5590 echo $ECHO_N "(cached) $ECHO_C" >&6
5591 else
5592 ac_func_search_save_LIBS=$LIBS
5593 ac_cv_search_tgetent=no
5594 cat >conftest.$ac_ext <<_ACEOF
5595 /* confdefs.h. */
5596 _ACEOF
5597 cat confdefs.h >>conftest.$ac_ext
5598 cat >>conftest.$ac_ext <<_ACEOF
5599 /* end confdefs.h. */
5600
5601 /* Override any gcc2 internal prototype to avoid an error. */
5602 #ifdef __cplusplus
5603 extern "C"
5604 #endif
5605 /* We use char because int might match the return type of a gcc2
5606 builtin and then its argument prototype would still apply. */
5607 char tgetent ();
5608 int
5609 main ()
5610 {
5611 tgetent ();
5612 ;
5613 return 0;
5614 }
5615 _ACEOF
5616 rm -f conftest.$ac_objext conftest$ac_exeext
5617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5618 (eval $ac_link) 2>conftest.er1
5619 ac_status=$?
5620 grep -v '^ *+' conftest.er1 >conftest.err
5621 rm -f conftest.er1
5622 cat conftest.err >&5
5623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5624 (exit $ac_status); } &&
5625 { ac_try='test -z "$ac_c_werror_flag"
5626 || test ! -s conftest.err'
5627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5628 (eval $ac_try) 2>&5
5629 ac_status=$?
5630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); }; } &&
5632 { ac_try='test -s conftest$ac_exeext'
5633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5634 (eval $ac_try) 2>&5
5635 ac_status=$?
5636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5637 (exit $ac_status); }; }; then
5638 ac_cv_search_tgetent="none required"
5639 else
5640 echo "$as_me: failed program was:" >&5
5641 sed 's/^/| /' conftest.$ac_ext >&5
5642
5643 fi
5644 rm -f conftest.err conftest.$ac_objext \
5645 conftest$ac_exeext conftest.$ac_ext
5646 if test "$ac_cv_search_tgetent" = no; then
5647 for ac_lib in termcap tinfo curses ncurses; do
5648 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5649 cat >conftest.$ac_ext <<_ACEOF
5650 /* confdefs.h. */
5651 _ACEOF
5652 cat confdefs.h >>conftest.$ac_ext
5653 cat >>conftest.$ac_ext <<_ACEOF
5654 /* end confdefs.h. */
5655
5656 /* Override any gcc2 internal prototype to avoid an error. */
5657 #ifdef __cplusplus
5658 extern "C"
5659 #endif
5660 /* We use char because int might match the return type of a gcc2
5661 builtin and then its argument prototype would still apply. */
5662 char tgetent ();
5663 int
5664 main ()
5665 {
5666 tgetent ();
5667 ;
5668 return 0;
5669 }
5670 _ACEOF
5671 rm -f conftest.$ac_objext conftest$ac_exeext
5672 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5673 (eval $ac_link) 2>conftest.er1
5674 ac_status=$?
5675 grep -v '^ *+' conftest.er1 >conftest.err
5676 rm -f conftest.er1
5677 cat conftest.err >&5
5678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5679 (exit $ac_status); } &&
5680 { ac_try='test -z "$ac_c_werror_flag"
5681 || test ! -s conftest.err'
5682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5683 (eval $ac_try) 2>&5
5684 ac_status=$?
5685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5686 (exit $ac_status); }; } &&
5687 { ac_try='test -s conftest$ac_exeext'
5688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5689 (eval $ac_try) 2>&5
5690 ac_status=$?
5691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5692 (exit $ac_status); }; }; then
5693 ac_cv_search_tgetent="-l$ac_lib"
5694 break
5695 else
5696 echo "$as_me: failed program was:" >&5
5697 sed 's/^/| /' conftest.$ac_ext >&5
5698
5699 fi
5700 rm -f conftest.err conftest.$ac_objext \
5701 conftest$ac_exeext conftest.$ac_ext
5702 done
5703 fi
5704 LIBS=$ac_func_search_save_LIBS
5705 fi
5706 echo "$as_me:$LINENO: result: $ac_cv_search_tgetent" >&5
5707 echo "${ECHO_T}$ac_cv_search_tgetent" >&6
5708 if test "$ac_cv_search_tgetent" != no; then
5709 test "$ac_cv_search_tgetent" = "none required" || LIBS="$ac_cv_search_tgetent $LIBS"
5710
5711 fi
5712
5713
5714 if test "$ac_cv_search_tgetent" = no; then
5715 { { echo "$as_me:$LINENO: error: no termcap library found" >&5
5716 echo "$as_me: error: no termcap library found" >&2;}
5717 { (exit 1); exit 1; }; }
5718 fi
5719
5720
5721 if test "X$prefix" = "XNONE"; then
5722 acl_final_prefix="$ac_default_prefix"
5723 else
5724 acl_final_prefix="$prefix"
5725 fi
5726 if test "X$exec_prefix" = "XNONE"; then
5727 acl_final_exec_prefix='${prefix}'
5728 else
5729 acl_final_exec_prefix="$exec_prefix"
5730 fi
5731 acl_save_prefix="$prefix"
5732 prefix="$acl_final_prefix"
5733 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
5734 prefix="$acl_save_prefix"
5735
5736
5737 # Check whether --with-gnu-ld or --without-gnu-ld was given.
5738 if test "${with_gnu_ld+set}" = set; then
5739 withval="$with_gnu_ld"
5740 test "$withval" = no || with_gnu_ld=yes
5741 else
5742 with_gnu_ld=no
5743 fi;
5744 # Prepare PATH_SEPARATOR.
5745 # The user is always right.
5746 if test "${PATH_SEPARATOR+set}" != set; then
5747 echo "#! /bin/sh" >conf$$.sh
5748 echo "exit 0" >>conf$$.sh
5749 chmod +x conf$$.sh
5750 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5751 PATH_SEPARATOR=';'
5752 else
5753 PATH_SEPARATOR=:
5754 fi
5755 rm -f conf$$.sh
5756 fi
5757 ac_prog=ld
5758 if test "$GCC" = yes; then
5759 # Check if gcc -print-prog-name=ld gives a path.
5760 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
5761 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
5762 case $host in
5763 *-*-mingw*)
5764 # gcc leaves a trailing carriage return which upsets mingw
5765 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5766 *)
5767 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5768 esac
5769 case $ac_prog in
5770 # Accept absolute paths.
5771 [\\/]* | [A-Za-z]:[\\/]*)
5772 re_direlt='/[^/][^/]*/\.\./'
5773 # Canonicalize the path of ld
5774 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
5775 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
5776 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
5777 done
5778 test -z "$LD" && LD="$ac_prog"
5779 ;;
5780 "")
5781 # If it fails, then pretend we aren't using GCC.
5782 ac_prog=ld
5783 ;;
5784 *)
5785 # If it is relative, then search for the first ld in PATH.
5786 with_gnu_ld=unknown
5787 ;;
5788 esac
5789 elif test "$with_gnu_ld" = yes; then
5790 echo "$as_me:$LINENO: checking for GNU ld" >&5
5791 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
5792 else
5793 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5794 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
5795 fi
5796 if test "${acl_cv_path_LD+set}" = set; then
5797 echo $ECHO_N "(cached) $ECHO_C" >&6
5798 else
5799 if test -z "$LD"; then
5800 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
5801 for ac_dir in $PATH; do
5802 test -z "$ac_dir" && ac_dir=.
5803 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5804 acl_cv_path_LD="$ac_dir/$ac_prog"
5805 # Check to see if the program is GNU ld. I'd rather use --version,
5806 # but apparently some GNU ld's only accept -v.
5807 # Break only if it was the GNU/non-GNU ld that we prefer.
5808 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
5809 test "$with_gnu_ld" != no && break
5810 else
5811 test "$with_gnu_ld" != yes && break
5812 fi
5813 fi
5814 done
5815 IFS="$ac_save_ifs"
5816 else
5817 acl_cv_path_LD="$LD" # Let the user override the test with a path.
5818 fi
5819 fi
5820
5821 LD="$acl_cv_path_LD"
5822 if test -n "$LD"; then
5823 echo "$as_me:$LINENO: result: $LD" >&5
5824 echo "${ECHO_T}$LD" >&6
5825 else
5826 echo "$as_me:$LINENO: result: no" >&5
5827 echo "${ECHO_T}no" >&6
5828 fi
5829 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5830 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5831 { (exit 1); exit 1; }; }
5832 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5833 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
5834 if test "${acl_cv_prog_gnu_ld+set}" = set; then
5835 echo $ECHO_N "(cached) $ECHO_C" >&6
5836 else
5837 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
5838 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
5839 acl_cv_prog_gnu_ld=yes
5840 else
5841 acl_cv_prog_gnu_ld=no
5842 fi
5843 fi
5844 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
5845 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
5846 with_gnu_ld=$acl_cv_prog_gnu_ld
5847
5848
5849
5850 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
5851 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
5852 if test "${acl_cv_rpath+set}" = set; then
5853 echo $ECHO_N "(cached) $ECHO_C" >&6
5854 else
5855
5856 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
5857 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
5858 . ./conftest.sh
5859 rm -f ./conftest.sh
5860 acl_cv_rpath=done
5861
5862 fi
5863 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
5864 echo "${ECHO_T}$acl_cv_rpath" >&6
5865 wl="$acl_cv_wl"
5866 libext="$acl_cv_libext"
5867 shlibext="$acl_cv_shlibext"
5868 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
5869 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
5870 hardcode_direct="$acl_cv_hardcode_direct"
5871 hardcode_minus_L="$acl_cv_hardcode_minus_L"
5872 # Check whether --enable-rpath or --disable-rpath was given.
5873 if test "${enable_rpath+set}" = set; then
5874 enableval="$enable_rpath"
5875 :
5876 else
5877 enable_rpath=yes
5878 fi;
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888 use_additional=yes
5889
5890 acl_save_prefix="$prefix"
5891 prefix="$acl_final_prefix"
5892 acl_save_exec_prefix="$exec_prefix"
5893 exec_prefix="$acl_final_exec_prefix"
5894
5895 eval additional_includedir=\"$includedir\"
5896 eval additional_libdir=\"$libdir\"
5897
5898 exec_prefix="$acl_save_exec_prefix"
5899 prefix="$acl_save_prefix"
5900
5901
5902 # Check whether --with-libexpat-prefix or --without-libexpat-prefix was given.
5903 if test "${with_libexpat_prefix+set}" = set; then
5904 withval="$with_libexpat_prefix"
5905
5906 if test "X$withval" = "Xno"; then
5907 use_additional=no
5908 else
5909 if test "X$withval" = "X"; then
5910
5911 acl_save_prefix="$prefix"
5912 prefix="$acl_final_prefix"
5913 acl_save_exec_prefix="$exec_prefix"
5914 exec_prefix="$acl_final_exec_prefix"
5915
5916 eval additional_includedir=\"$includedir\"
5917 eval additional_libdir=\"$libdir\"
5918
5919 exec_prefix="$acl_save_exec_prefix"
5920 prefix="$acl_save_prefix"
5921
5922 else
5923 additional_includedir="$withval/include"
5924 additional_libdir="$withval/lib"
5925 fi
5926 fi
5927
5928 fi;
5929 LIBEXPAT=
5930 LTLIBEXPAT=
5931 INCEXPAT=
5932 rpathdirs=
5933 ltrpathdirs=
5934 names_already_handled=
5935 names_next_round='expat '
5936 while test -n "$names_next_round"; do
5937 names_this_round="$names_next_round"
5938 names_next_round=
5939 for name in $names_this_round; do
5940 already_handled=
5941 for n in $names_already_handled; do
5942 if test "$n" = "$name"; then
5943 already_handled=yes
5944 break
5945 fi
5946 done
5947 if test -z "$already_handled"; then
5948 names_already_handled="$names_already_handled $name"
5949 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
5950 eval value=\"\$HAVE_LIB$uppername\"
5951 if test -n "$value"; then
5952 if test "$value" = yes; then
5953 eval value=\"\$LIB$uppername\"
5954 test -z "$value" || LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$value"
5955 eval value=\"\$LTLIB$uppername\"
5956 test -z "$value" || LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$value"
5957 else
5958 :
5959 fi
5960 else
5961 found_dir=
5962 found_la=
5963 found_so=
5964 found_a=
5965 if test $use_additional = yes; then
5966 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
5967 found_dir="$additional_libdir"
5968 found_so="$additional_libdir/lib$name.$shlibext"
5969 if test -f "$additional_libdir/lib$name.la"; then
5970 found_la="$additional_libdir/lib$name.la"
5971 fi
5972 else
5973 if test -f "$additional_libdir/lib$name.$libext"; then
5974 found_dir="$additional_libdir"
5975 found_a="$additional_libdir/lib$name.$libext"
5976 if test -f "$additional_libdir/lib$name.la"; then
5977 found_la="$additional_libdir/lib$name.la"
5978 fi
5979 fi
5980 fi
5981 fi
5982 if test "X$found_dir" = "X"; then
5983 for x in $LDFLAGS $LTLIBEXPAT; do
5984
5985 acl_save_prefix="$prefix"
5986 prefix="$acl_final_prefix"
5987 acl_save_exec_prefix="$exec_prefix"
5988 exec_prefix="$acl_final_exec_prefix"
5989 eval x=\"$x\"
5990 exec_prefix="$acl_save_exec_prefix"
5991 prefix="$acl_save_prefix"
5992
5993 case "$x" in
5994 -L*)
5995 dir=`echo "X$x" | sed -e 's/^X-L//'`
5996 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
5997 found_dir="$dir"
5998 found_so="$dir/lib$name.$shlibext"
5999 if test -f "$dir/lib$name.la"; then
6000 found_la="$dir/lib$name.la"
6001 fi
6002 else
6003 if test -f "$dir/lib$name.$libext"; then
6004 found_dir="$dir"
6005 found_a="$dir/lib$name.$libext"
6006 if test -f "$dir/lib$name.la"; then
6007 found_la="$dir/lib$name.la"
6008 fi
6009 fi
6010 fi
6011 ;;
6012 esac
6013 if test "X$found_dir" != "X"; then
6014 break
6015 fi
6016 done
6017 fi
6018 if test "X$found_dir" != "X"; then
6019 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$found_dir -l$name"
6020 if test "X$found_so" != "X"; then
6021 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
6022 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
6023 else
6024 haveit=
6025 for x in $ltrpathdirs; do
6026 if test "X$x" = "X$found_dir"; then
6027 haveit=yes
6028 break
6029 fi
6030 done
6031 if test -z "$haveit"; then
6032 ltrpathdirs="$ltrpathdirs $found_dir"
6033 fi
6034 if test "$hardcode_direct" = yes; then
6035 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
6036 else
6037 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
6038 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
6039 haveit=
6040 for x in $rpathdirs; do
6041 if test "X$x" = "X$found_dir"; then
6042 haveit=yes
6043 break
6044 fi
6045 done
6046 if test -z "$haveit"; then
6047 rpathdirs="$rpathdirs $found_dir"
6048 fi
6049 else
6050 haveit=
6051 for x in $LDFLAGS $LIBEXPAT; do
6052
6053 acl_save_prefix="$prefix"
6054 prefix="$acl_final_prefix"
6055 acl_save_exec_prefix="$exec_prefix"
6056 exec_prefix="$acl_final_exec_prefix"
6057 eval x=\"$x\"
6058 exec_prefix="$acl_save_exec_prefix"
6059 prefix="$acl_save_prefix"
6060
6061 if test "X$x" = "X-L$found_dir"; then
6062 haveit=yes
6063 break
6064 fi
6065 done
6066 if test -z "$haveit"; then
6067 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir"
6068 fi
6069 if test "$hardcode_minus_L" != no; then
6070 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_so"
6071 else
6072 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
6073 fi
6074 fi
6075 fi
6076 fi
6077 else
6078 if test "X$found_a" != "X"; then
6079 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$found_a"
6080 else
6081 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$found_dir -l$name"
6082 fi
6083 fi
6084 additional_includedir=
6085 case "$found_dir" in
6086 */lib | */lib/)
6087 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
6088 additional_includedir="$basedir/include"
6089 ;;
6090 esac
6091 if test "X$additional_includedir" != "X"; then
6092 if test "X$additional_includedir" != "X/usr/include"; then
6093 haveit=
6094 if test "X$additional_includedir" = "X/usr/local/include"; then
6095 if test -n "$GCC"; then
6096 case $host_os in
6097 linux*) haveit=yes;;
6098 esac
6099 fi
6100 fi
6101 if test -z "$haveit"; then
6102 for x in $CPPFLAGS $INCEXPAT; do
6103
6104 acl_save_prefix="$prefix"
6105 prefix="$acl_final_prefix"
6106 acl_save_exec_prefix="$exec_prefix"
6107 exec_prefix="$acl_final_exec_prefix"
6108 eval x=\"$x\"
6109 exec_prefix="$acl_save_exec_prefix"
6110 prefix="$acl_save_prefix"
6111
6112 if test "X$x" = "X-I$additional_includedir"; then
6113 haveit=yes
6114 break
6115 fi
6116 done
6117 if test -z "$haveit"; then
6118 if test -d "$additional_includedir"; then
6119 INCEXPAT="${INCEXPAT}${INCEXPAT:+ }-I$additional_includedir"
6120 fi
6121 fi
6122 fi
6123 fi
6124 fi
6125 if test -n "$found_la"; then
6126 save_libdir="$libdir"
6127 case "$found_la" in
6128 */* | *\\*) . "$found_la" ;;
6129 *) . "./$found_la" ;;
6130 esac
6131 libdir="$save_libdir"
6132 for dep in $dependency_libs; do
6133 case "$dep" in
6134 -L*)
6135 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
6136 if test "X$additional_libdir" != "X/usr/lib"; then
6137 haveit=
6138 if test "X$additional_libdir" = "X/usr/local/lib"; then
6139 if test -n "$GCC"; then
6140 case $host_os in
6141 linux*) haveit=yes;;
6142 esac
6143 fi
6144 fi
6145 if test -z "$haveit"; then
6146 haveit=
6147 for x in $LDFLAGS $LIBEXPAT; do
6148
6149 acl_save_prefix="$prefix"
6150 prefix="$acl_final_prefix"
6151 acl_save_exec_prefix="$exec_prefix"
6152 exec_prefix="$acl_final_exec_prefix"
6153 eval x=\"$x\"
6154 exec_prefix="$acl_save_exec_prefix"
6155 prefix="$acl_save_prefix"
6156
6157 if test "X$x" = "X-L$additional_libdir"; then
6158 haveit=yes
6159 break
6160 fi
6161 done
6162 if test -z "$haveit"; then
6163 if test -d "$additional_libdir"; then
6164 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-L$additional_libdir"
6165 fi
6166 fi
6167 haveit=
6168 for x in $LDFLAGS $LTLIBEXPAT; do
6169
6170 acl_save_prefix="$prefix"
6171 prefix="$acl_final_prefix"
6172 acl_save_exec_prefix="$exec_prefix"
6173 exec_prefix="$acl_final_exec_prefix"
6174 eval x=\"$x\"
6175 exec_prefix="$acl_save_exec_prefix"
6176 prefix="$acl_save_prefix"
6177
6178 if test "X$x" = "X-L$additional_libdir"; then
6179 haveit=yes
6180 break
6181 fi
6182 done
6183 if test -z "$haveit"; then
6184 if test -d "$additional_libdir"; then
6185 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-L$additional_libdir"
6186 fi
6187 fi
6188 fi
6189 fi
6190 ;;
6191 -R*)
6192 dir=`echo "X$dep" | sed -e 's/^X-R//'`
6193 if test "$enable_rpath" != no; then
6194 haveit=
6195 for x in $rpathdirs; do
6196 if test "X$x" = "X$dir"; then
6197 haveit=yes
6198 break
6199 fi
6200 done
6201 if test -z "$haveit"; then
6202 rpathdirs="$rpathdirs $dir"
6203 fi
6204 haveit=
6205 for x in $ltrpathdirs; do
6206 if test "X$x" = "X$dir"; then
6207 haveit=yes
6208 break
6209 fi
6210 done
6211 if test -z "$haveit"; then
6212 ltrpathdirs="$ltrpathdirs $dir"
6213 fi
6214 fi
6215 ;;
6216 -l*)
6217 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
6218 ;;
6219 *.la)
6220 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
6221 ;;
6222 *)
6223 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$dep"
6224 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }$dep"
6225 ;;
6226 esac
6227 done
6228 fi
6229 else
6230 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }-l$name"
6231 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-l$name"
6232 fi
6233 fi
6234 fi
6235 done
6236 done
6237 if test "X$rpathdirs" != "X"; then
6238 if test -n "$hardcode_libdir_separator"; then
6239 alldirs=
6240 for found_dir in $rpathdirs; do
6241 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
6242 done
6243 acl_save_libdir="$libdir"
6244 libdir="$alldirs"
6245 eval flag=\"$hardcode_libdir_flag_spec\"
6246 libdir="$acl_save_libdir"
6247 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
6248 else
6249 for found_dir in $rpathdirs; do
6250 acl_save_libdir="$libdir"
6251 libdir="$found_dir"
6252 eval flag=\"$hardcode_libdir_flag_spec\"
6253 libdir="$acl_save_libdir"
6254 LIBEXPAT="${LIBEXPAT}${LIBEXPAT:+ }$flag"
6255 done
6256 fi
6257 fi
6258 if test "X$ltrpathdirs" != "X"; then
6259 for found_dir in $ltrpathdirs; do
6260 LTLIBEXPAT="${LTLIBEXPAT}${LTLIBEXPAT:+ }-R$found_dir"
6261 done
6262 fi
6263
6264
6265 ac_save_CPPFLAGS="$CPPFLAGS"
6266
6267 for element in $INCEXPAT; do
6268 haveit=
6269 for x in $CPPFLAGS; do
6270
6271 acl_save_prefix="$prefix"
6272 prefix="$acl_final_prefix"
6273 acl_save_exec_prefix="$exec_prefix"
6274 exec_prefix="$acl_final_exec_prefix"
6275 eval x=\"$x\"
6276 exec_prefix="$acl_save_exec_prefix"
6277 prefix="$acl_save_prefix"
6278
6279 if test "X$x" = "X$element"; then
6280 haveit=yes
6281 break
6282 fi
6283 done
6284 if test -z "$haveit"; then
6285 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
6286 fi
6287 done
6288
6289
6290 echo "$as_me:$LINENO: checking for libexpat" >&5
6291 echo $ECHO_N "checking for libexpat... $ECHO_C" >&6
6292 if test "${ac_cv_libexpat+set}" = set; then
6293 echo $ECHO_N "(cached) $ECHO_C" >&6
6294 else
6295
6296 ac_save_LIBS="$LIBS"
6297 LIBS="$LIBS $LIBEXPAT"
6298 cat >conftest.$ac_ext <<_ACEOF
6299 /* confdefs.h. */
6300 _ACEOF
6301 cat confdefs.h >>conftest.$ac_ext
6302 cat >>conftest.$ac_ext <<_ACEOF
6303 /* end confdefs.h. */
6304 #include "expat.h"
6305 int
6306 main ()
6307 {
6308 XML_Parser p = XML_ParserCreate (0);
6309 ;
6310 return 0;
6311 }
6312 _ACEOF
6313 rm -f conftest.$ac_objext conftest$ac_exeext
6314 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6315 (eval $ac_link) 2>conftest.er1
6316 ac_status=$?
6317 grep -v '^ *+' conftest.er1 >conftest.err
6318 rm -f conftest.er1
6319 cat conftest.err >&5
6320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6321 (exit $ac_status); } &&
6322 { ac_try='test -z "$ac_c_werror_flag"
6323 || test ! -s conftest.err'
6324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6325 (eval $ac_try) 2>&5
6326 ac_status=$?
6327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6328 (exit $ac_status); }; } &&
6329 { ac_try='test -s conftest$ac_exeext'
6330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6331 (eval $ac_try) 2>&5
6332 ac_status=$?
6333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6334 (exit $ac_status); }; }; then
6335 ac_cv_libexpat=yes
6336 else
6337 echo "$as_me: failed program was:" >&5
6338 sed 's/^/| /' conftest.$ac_ext >&5
6339
6340 ac_cv_libexpat=no
6341 fi
6342 rm -f conftest.err conftest.$ac_objext \
6343 conftest$ac_exeext conftest.$ac_ext
6344 LIBS="$ac_save_LIBS"
6345
6346 fi
6347 echo "$as_me:$LINENO: result: $ac_cv_libexpat" >&5
6348 echo "${ECHO_T}$ac_cv_libexpat" >&6
6349 if test "$ac_cv_libexpat" = yes; then
6350 HAVE_LIBEXPAT=yes
6351
6352 cat >>confdefs.h <<\_ACEOF
6353 #define HAVE_LIBEXPAT 1
6354 _ACEOF
6355
6356 echo "$as_me:$LINENO: checking how to link with libexpat" >&5
6357 echo $ECHO_N "checking how to link with libexpat... $ECHO_C" >&6
6358 echo "$as_me:$LINENO: result: $LIBEXPAT" >&5
6359 echo "${ECHO_T}$LIBEXPAT" >&6
6360 else
6361 HAVE_LIBEXPAT=no
6362 CPPFLAGS="$ac_save_CPPFLAGS"
6363 LIBEXPAT=
6364 LTLIBEXPAT=
6365 fi
6366
6367
6368
6369
6370
6371
6372 if test "$HAVE_LIBEXPAT" != yes; then
6373 { echo "$as_me:$LINENO: WARNING: expat is missing or unusable; some features may be disabled." >&5
6374 echo "$as_me: WARNING: expat is missing or unusable; some features may be disabled." >&2;}
6375 else
6376 save_LIBS=$LIBS
6377 LIBS="$LIBS $LIBEXPAT"
6378
6379 for ac_func in XML_StopParser
6380 do
6381 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6382 echo "$as_me:$LINENO: checking for $ac_func" >&5
6383 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6384 if eval "test \"\${$as_ac_var+set}\" = set"; then
6385 echo $ECHO_N "(cached) $ECHO_C" >&6
6386 else
6387 cat >conftest.$ac_ext <<_ACEOF
6388 /* confdefs.h. */
6389 _ACEOF
6390 cat confdefs.h >>conftest.$ac_ext
6391 cat >>conftest.$ac_ext <<_ACEOF
6392 /* end confdefs.h. */
6393 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6394 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6395 #define $ac_func innocuous_$ac_func
6396
6397 /* System header to define __stub macros and hopefully few prototypes,
6398 which can conflict with char $ac_func (); below.
6399 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6400 <limits.h> exists even on freestanding compilers. */
6401
6402 #ifdef __STDC__
6403 # include <limits.h>
6404 #else
6405 # include <assert.h>
6406 #endif
6407
6408 #undef $ac_func
6409
6410 /* Override any gcc2 internal prototype to avoid an error. */
6411 #ifdef __cplusplus
6412 extern "C"
6413 {
6414 #endif
6415 /* We use char because int might match the return type of a gcc2
6416 builtin and then its argument prototype would still apply. */
6417 char $ac_func ();
6418 /* The GNU C library defines this for functions which it implements
6419 to always fail with ENOSYS. Some functions are actually named
6420 something starting with __ and the normal name is an alias. */
6421 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6422 choke me
6423 #else
6424 char (*f) () = $ac_func;
6425 #endif
6426 #ifdef __cplusplus
6427 }
6428 #endif
6429
6430 int
6431 main ()
6432 {
6433 return f != $ac_func;
6434 ;
6435 return 0;
6436 }
6437 _ACEOF
6438 rm -f conftest.$ac_objext conftest$ac_exeext
6439 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6440 (eval $ac_link) 2>conftest.er1
6441 ac_status=$?
6442 grep -v '^ *+' conftest.er1 >conftest.err
6443 rm -f conftest.er1
6444 cat conftest.err >&5
6445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446 (exit $ac_status); } &&
6447 { ac_try='test -z "$ac_c_werror_flag"
6448 || test ! -s conftest.err'
6449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6450 (eval $ac_try) 2>&5
6451 ac_status=$?
6452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); }; } &&
6454 { ac_try='test -s conftest$ac_exeext'
6455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6456 (eval $ac_try) 2>&5
6457 ac_status=$?
6458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6459 (exit $ac_status); }; }; then
6460 eval "$as_ac_var=yes"
6461 else
6462 echo "$as_me: failed program was:" >&5
6463 sed 's/^/| /' conftest.$ac_ext >&5
6464
6465 eval "$as_ac_var=no"
6466 fi
6467 rm -f conftest.err conftest.$ac_objext \
6468 conftest$ac_exeext conftest.$ac_ext
6469 fi
6470 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6471 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6472 if test `eval echo '${'$as_ac_var'}'` = yes; then
6473 cat >>confdefs.h <<_ACEOF
6474 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6475 _ACEOF
6476
6477 fi
6478 done
6479
6480 LIBS=$save_LIBS
6481 fi
6482
6483 # ------------------------- #
6484 # Checks for header files. #
6485 # ------------------------- #
6486
6487
6488
6489
6490
6491
6492 ac_header_dirent=no
6493 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
6494 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
6495 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
6496 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
6497 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6498 echo $ECHO_N "(cached) $ECHO_C" >&6
6499 else
6500 cat >conftest.$ac_ext <<_ACEOF
6501 /* confdefs.h. */
6502 _ACEOF
6503 cat confdefs.h >>conftest.$ac_ext
6504 cat >>conftest.$ac_ext <<_ACEOF
6505 /* end confdefs.h. */
6506 #include <sys/types.h>
6507 #include <$ac_hdr>
6508
6509 int
6510 main ()
6511 {
6512 if ((DIR *) 0)
6513 return 0;
6514 ;
6515 return 0;
6516 }
6517 _ACEOF
6518 rm -f conftest.$ac_objext
6519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6520 (eval $ac_compile) 2>conftest.er1
6521 ac_status=$?
6522 grep -v '^ *+' conftest.er1 >conftest.err
6523 rm -f conftest.er1
6524 cat conftest.err >&5
6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526 (exit $ac_status); } &&
6527 { ac_try='test -z "$ac_c_werror_flag"
6528 || test ! -s conftest.err'
6529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6530 (eval $ac_try) 2>&5
6531 ac_status=$?
6532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6533 (exit $ac_status); }; } &&
6534 { ac_try='test -s conftest.$ac_objext'
6535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6536 (eval $ac_try) 2>&5
6537 ac_status=$?
6538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6539 (exit $ac_status); }; }; then
6540 eval "$as_ac_Header=yes"
6541 else
6542 echo "$as_me: failed program was:" >&5
6543 sed 's/^/| /' conftest.$ac_ext >&5
6544
6545 eval "$as_ac_Header=no"
6546 fi
6547 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6548 fi
6549 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6550 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6551 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6552 cat >>confdefs.h <<_ACEOF
6553 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
6554 _ACEOF
6555
6556 ac_header_dirent=$ac_hdr; break
6557 fi
6558
6559 done
6560 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
6561 if test $ac_header_dirent = dirent.h; then
6562 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6563 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6564 if test "${ac_cv_search_opendir+set}" = set; then
6565 echo $ECHO_N "(cached) $ECHO_C" >&6
6566 else
6567 ac_func_search_save_LIBS=$LIBS
6568 ac_cv_search_opendir=no
6569 cat >conftest.$ac_ext <<_ACEOF
6570 /* confdefs.h. */
6571 _ACEOF
6572 cat confdefs.h >>conftest.$ac_ext
6573 cat >>conftest.$ac_ext <<_ACEOF
6574 /* end confdefs.h. */
6575
6576 /* Override any gcc2 internal prototype to avoid an error. */
6577 #ifdef __cplusplus
6578 extern "C"
6579 #endif
6580 /* We use char because int might match the return type of a gcc2
6581 builtin and then its argument prototype would still apply. */
6582 char opendir ();
6583 int
6584 main ()
6585 {
6586 opendir ();
6587 ;
6588 return 0;
6589 }
6590 _ACEOF
6591 rm -f conftest.$ac_objext conftest$ac_exeext
6592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6593 (eval $ac_link) 2>conftest.er1
6594 ac_status=$?
6595 grep -v '^ *+' conftest.er1 >conftest.err
6596 rm -f conftest.er1
6597 cat conftest.err >&5
6598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6599 (exit $ac_status); } &&
6600 { ac_try='test -z "$ac_c_werror_flag"
6601 || test ! -s conftest.err'
6602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6603 (eval $ac_try) 2>&5
6604 ac_status=$?
6605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6606 (exit $ac_status); }; } &&
6607 { ac_try='test -s conftest$ac_exeext'
6608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6609 (eval $ac_try) 2>&5
6610 ac_status=$?
6611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6612 (exit $ac_status); }; }; then
6613 ac_cv_search_opendir="none required"
6614 else
6615 echo "$as_me: failed program was:" >&5
6616 sed 's/^/| /' conftest.$ac_ext >&5
6617
6618 fi
6619 rm -f conftest.err conftest.$ac_objext \
6620 conftest$ac_exeext conftest.$ac_ext
6621 if test "$ac_cv_search_opendir" = no; then
6622 for ac_lib in dir; do
6623 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6624 cat >conftest.$ac_ext <<_ACEOF
6625 /* confdefs.h. */
6626 _ACEOF
6627 cat confdefs.h >>conftest.$ac_ext
6628 cat >>conftest.$ac_ext <<_ACEOF
6629 /* end confdefs.h. */
6630
6631 /* Override any gcc2 internal prototype to avoid an error. */
6632 #ifdef __cplusplus
6633 extern "C"
6634 #endif
6635 /* We use char because int might match the return type of a gcc2
6636 builtin and then its argument prototype would still apply. */
6637 char opendir ();
6638 int
6639 main ()
6640 {
6641 opendir ();
6642 ;
6643 return 0;
6644 }
6645 _ACEOF
6646 rm -f conftest.$ac_objext conftest$ac_exeext
6647 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6648 (eval $ac_link) 2>conftest.er1
6649 ac_status=$?
6650 grep -v '^ *+' conftest.er1 >conftest.err
6651 rm -f conftest.er1
6652 cat conftest.err >&5
6653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6654 (exit $ac_status); } &&
6655 { ac_try='test -z "$ac_c_werror_flag"
6656 || test ! -s conftest.err'
6657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6658 (eval $ac_try) 2>&5
6659 ac_status=$?
6660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6661 (exit $ac_status); }; } &&
6662 { ac_try='test -s conftest$ac_exeext'
6663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6664 (eval $ac_try) 2>&5
6665 ac_status=$?
6666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6667 (exit $ac_status); }; }; then
6668 ac_cv_search_opendir="-l$ac_lib"
6669 break
6670 else
6671 echo "$as_me: failed program was:" >&5
6672 sed 's/^/| /' conftest.$ac_ext >&5
6673
6674 fi
6675 rm -f conftest.err conftest.$ac_objext \
6676 conftest$ac_exeext conftest.$ac_ext
6677 done
6678 fi
6679 LIBS=$ac_func_search_save_LIBS
6680 fi
6681 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
6682 echo "${ECHO_T}$ac_cv_search_opendir" >&6
6683 if test "$ac_cv_search_opendir" != no; then
6684 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
6685
6686 fi
6687
6688 else
6689 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6690 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6691 if test "${ac_cv_search_opendir+set}" = set; then
6692 echo $ECHO_N "(cached) $ECHO_C" >&6
6693 else
6694 ac_func_search_save_LIBS=$LIBS
6695 ac_cv_search_opendir=no
6696 cat >conftest.$ac_ext <<_ACEOF
6697 /* confdefs.h. */
6698 _ACEOF
6699 cat confdefs.h >>conftest.$ac_ext
6700 cat >>conftest.$ac_ext <<_ACEOF
6701 /* end confdefs.h. */
6702
6703 /* Override any gcc2 internal prototype to avoid an error. */
6704 #ifdef __cplusplus
6705 extern "C"
6706 #endif
6707 /* We use char because int might match the return type of a gcc2
6708 builtin and then its argument prototype would still apply. */
6709 char opendir ();
6710 int
6711 main ()
6712 {
6713 opendir ();
6714 ;
6715 return 0;
6716 }
6717 _ACEOF
6718 rm -f conftest.$ac_objext conftest$ac_exeext
6719 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6720 (eval $ac_link) 2>conftest.er1
6721 ac_status=$?
6722 grep -v '^ *+' conftest.er1 >conftest.err
6723 rm -f conftest.er1
6724 cat conftest.err >&5
6725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6726 (exit $ac_status); } &&
6727 { ac_try='test -z "$ac_c_werror_flag"
6728 || test ! -s conftest.err'
6729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6730 (eval $ac_try) 2>&5
6731 ac_status=$?
6732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6733 (exit $ac_status); }; } &&
6734 { ac_try='test -s conftest$ac_exeext'
6735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6736 (eval $ac_try) 2>&5
6737 ac_status=$?
6738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); }; }; then
6740 ac_cv_search_opendir="none required"
6741 else
6742 echo "$as_me: failed program was:" >&5
6743 sed 's/^/| /' conftest.$ac_ext >&5
6744
6745 fi
6746 rm -f conftest.err conftest.$ac_objext \
6747 conftest$ac_exeext conftest.$ac_ext
6748 if test "$ac_cv_search_opendir" = no; then
6749 for ac_lib in x; do
6750 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
6751 cat >conftest.$ac_ext <<_ACEOF
6752 /* confdefs.h. */
6753 _ACEOF
6754 cat confdefs.h >>conftest.$ac_ext
6755 cat >>conftest.$ac_ext <<_ACEOF
6756 /* end confdefs.h. */
6757
6758 /* Override any gcc2 internal prototype to avoid an error. */
6759 #ifdef __cplusplus
6760 extern "C"
6761 #endif
6762 /* We use char because int might match the return type of a gcc2
6763 builtin and then its argument prototype would still apply. */
6764 char opendir ();
6765 int
6766 main ()
6767 {
6768 opendir ();
6769 ;
6770 return 0;
6771 }
6772 _ACEOF
6773 rm -f conftest.$ac_objext conftest$ac_exeext
6774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6775 (eval $ac_link) 2>conftest.er1
6776 ac_status=$?
6777 grep -v '^ *+' conftest.er1 >conftest.err
6778 rm -f conftest.er1
6779 cat conftest.err >&5
6780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6781 (exit $ac_status); } &&
6782 { ac_try='test -z "$ac_c_werror_flag"
6783 || test ! -s conftest.err'
6784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6785 (eval $ac_try) 2>&5
6786 ac_status=$?
6787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6788 (exit $ac_status); }; } &&
6789 { ac_try='test -s conftest$ac_exeext'
6790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6791 (eval $ac_try) 2>&5
6792 ac_status=$?
6793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6794 (exit $ac_status); }; }; then
6795 ac_cv_search_opendir="-l$ac_lib"
6796 break
6797 else
6798 echo "$as_me: failed program was:" >&5
6799 sed 's/^/| /' conftest.$ac_ext >&5
6800
6801 fi
6802 rm -f conftest.err conftest.$ac_objext \
6803 conftest$ac_exeext conftest.$ac_ext
6804 done
6805 fi
6806 LIBS=$ac_func_search_save_LIBS
6807 fi
6808 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
6809 echo "${ECHO_T}$ac_cv_search_opendir" >&6
6810 if test "$ac_cv_search_opendir" != no; then
6811 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
6812
6813 fi
6814
6815 fi
6816
6817 echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6818 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
6819 if test "${ac_cv_header_stat_broken+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6
6821 else
6822 cat >conftest.$ac_ext <<_ACEOF
6823 /* confdefs.h. */
6824 _ACEOF
6825 cat confdefs.h >>conftest.$ac_ext
6826 cat >>conftest.$ac_ext <<_ACEOF
6827 /* end confdefs.h. */
6828 #include <sys/types.h>
6829 #include <sys/stat.h>
6830
6831 #if defined(S_ISBLK) && defined(S_IFDIR)
6832 # if S_ISBLK (S_IFDIR)
6833 You lose.
6834 # endif
6835 #endif
6836
6837 #if defined(S_ISBLK) && defined(S_IFCHR)
6838 # if S_ISBLK (S_IFCHR)
6839 You lose.
6840 # endif
6841 #endif
6842
6843 #if defined(S_ISLNK) && defined(S_IFREG)
6844 # if S_ISLNK (S_IFREG)
6845 You lose.
6846 # endif
6847 #endif
6848
6849 #if defined(S_ISSOCK) && defined(S_IFREG)
6850 # if S_ISSOCK (S_IFREG)
6851 You lose.
6852 # endif
6853 #endif
6854
6855 _ACEOF
6856 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6857 $EGREP "You lose" >/dev/null 2>&1; then
6858 ac_cv_header_stat_broken=yes
6859 else
6860 ac_cv_header_stat_broken=no
6861 fi
6862 rm -f conftest*
6863
6864 fi
6865 echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6866 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
6867 if test $ac_cv_header_stat_broken = yes; then
6868
6869 cat >>confdefs.h <<\_ACEOF
6870 #define STAT_MACROS_BROKEN 1
6871 _ACEOF
6872
6873 fi
6874
6875 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6876 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6877 if test "${ac_cv_header_stdc+set}" = set; then
6878 echo $ECHO_N "(cached) $ECHO_C" >&6
6879 else
6880 cat >conftest.$ac_ext <<_ACEOF
6881 /* confdefs.h. */
6882 _ACEOF
6883 cat confdefs.h >>conftest.$ac_ext
6884 cat >>conftest.$ac_ext <<_ACEOF
6885 /* end confdefs.h. */
6886 #include <stdlib.h>
6887 #include <stdarg.h>
6888 #include <string.h>
6889 #include <float.h>
6890
6891 int
6892 main ()
6893 {
6894
6895 ;
6896 return 0;
6897 }
6898 _ACEOF
6899 rm -f conftest.$ac_objext
6900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6901 (eval $ac_compile) 2>conftest.er1
6902 ac_status=$?
6903 grep -v '^ *+' conftest.er1 >conftest.err
6904 rm -f conftest.er1
6905 cat conftest.err >&5
6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6907 (exit $ac_status); } &&
6908 { ac_try='test -z "$ac_c_werror_flag"
6909 || test ! -s conftest.err'
6910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6911 (eval $ac_try) 2>&5
6912 ac_status=$?
6913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6914 (exit $ac_status); }; } &&
6915 { ac_try='test -s conftest.$ac_objext'
6916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6917 (eval $ac_try) 2>&5
6918 ac_status=$?
6919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920 (exit $ac_status); }; }; then
6921 ac_cv_header_stdc=yes
6922 else
6923 echo "$as_me: failed program was:" >&5
6924 sed 's/^/| /' conftest.$ac_ext >&5
6925
6926 ac_cv_header_stdc=no
6927 fi
6928 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6929
6930 if test $ac_cv_header_stdc = yes; then
6931 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h. */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6938 #include <string.h>
6939
6940 _ACEOF
6941 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6942 $EGREP "memchr" >/dev/null 2>&1; then
6943 :
6944 else
6945 ac_cv_header_stdc=no
6946 fi
6947 rm -f conftest*
6948
6949 fi
6950
6951 if test $ac_cv_header_stdc = yes; then
6952 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6953 cat >conftest.$ac_ext <<_ACEOF
6954 /* confdefs.h. */
6955 _ACEOF
6956 cat confdefs.h >>conftest.$ac_ext
6957 cat >>conftest.$ac_ext <<_ACEOF
6958 /* end confdefs.h. */
6959 #include <stdlib.h>
6960
6961 _ACEOF
6962 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6963 $EGREP "free" >/dev/null 2>&1; then
6964 :
6965 else
6966 ac_cv_header_stdc=no
6967 fi
6968 rm -f conftest*
6969
6970 fi
6971
6972 if test $ac_cv_header_stdc = yes; then
6973 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6974 if test "$cross_compiling" = yes; then
6975 :
6976 else
6977 cat >conftest.$ac_ext <<_ACEOF
6978 /* confdefs.h. */
6979 _ACEOF
6980 cat confdefs.h >>conftest.$ac_ext
6981 cat >>conftest.$ac_ext <<_ACEOF
6982 /* end confdefs.h. */
6983 #include <ctype.h>
6984 #if ((' ' & 0x0FF) == 0x020)
6985 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6986 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6987 #else
6988 # define ISLOWER(c) \
6989 (('a' <= (c) && (c) <= 'i') \
6990 || ('j' <= (c) && (c) <= 'r') \
6991 || ('s' <= (c) && (c) <= 'z'))
6992 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6993 #endif
6994
6995 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6996 int
6997 main ()
6998 {
6999 int i;
7000 for (i = 0; i < 256; i++)
7001 if (XOR (islower (i), ISLOWER (i))
7002 || toupper (i) != TOUPPER (i))
7003 exit(2);
7004 exit (0);
7005 }
7006 _ACEOF
7007 rm -f conftest$ac_exeext
7008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7009 (eval $ac_link) 2>&5
7010 ac_status=$?
7011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7012 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7014 (eval $ac_try) 2>&5
7015 ac_status=$?
7016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7017 (exit $ac_status); }; }; then
7018 :
7019 else
7020 echo "$as_me: program exited with status $ac_status" >&5
7021 echo "$as_me: failed program was:" >&5
7022 sed 's/^/| /' conftest.$ac_ext >&5
7023
7024 ( exit $ac_status )
7025 ac_cv_header_stdc=no
7026 fi
7027 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7028 fi
7029 fi
7030 fi
7031 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7032 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7033 if test $ac_cv_header_stdc = yes; then
7034
7035 cat >>confdefs.h <<\_ACEOF
7036 #define STDC_HEADERS 1
7037 _ACEOF
7038
7039 fi
7040
7041
7042 for ac_header in nlist.h
7043 do
7044 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7045 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7046 echo "$as_me:$LINENO: checking for $ac_header" >&5
7047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7048 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7049 echo $ECHO_N "(cached) $ECHO_C" >&6
7050 fi
7051 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7052 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7053 else
7054 # Is the header compilable?
7055 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7056 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7057 cat >conftest.$ac_ext <<_ACEOF
7058 /* confdefs.h. */
7059 _ACEOF
7060 cat confdefs.h >>conftest.$ac_ext
7061 cat >>conftest.$ac_ext <<_ACEOF
7062 /* end confdefs.h. */
7063 $ac_includes_default
7064 #include <$ac_header>
7065 _ACEOF
7066 rm -f conftest.$ac_objext
7067 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7068 (eval $ac_compile) 2>conftest.er1
7069 ac_status=$?
7070 grep -v '^ *+' conftest.er1 >conftest.err
7071 rm -f conftest.er1
7072 cat conftest.err >&5
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); } &&
7075 { ac_try='test -z "$ac_c_werror_flag"
7076 || test ! -s conftest.err'
7077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7078 (eval $ac_try) 2>&5
7079 ac_status=$?
7080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7081 (exit $ac_status); }; } &&
7082 { ac_try='test -s conftest.$ac_objext'
7083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7084 (eval $ac_try) 2>&5
7085 ac_status=$?
7086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7087 (exit $ac_status); }; }; then
7088 ac_header_compiler=yes
7089 else
7090 echo "$as_me: failed program was:" >&5
7091 sed 's/^/| /' conftest.$ac_ext >&5
7092
7093 ac_header_compiler=no
7094 fi
7095 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7096 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7097 echo "${ECHO_T}$ac_header_compiler" >&6
7098
7099 # Is the header present?
7100 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7101 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7102 cat >conftest.$ac_ext <<_ACEOF
7103 /* confdefs.h. */
7104 _ACEOF
7105 cat confdefs.h >>conftest.$ac_ext
7106 cat >>conftest.$ac_ext <<_ACEOF
7107 /* end confdefs.h. */
7108 #include <$ac_header>
7109 _ACEOF
7110 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7111 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7112 ac_status=$?
7113 grep -v '^ *+' conftest.er1 >conftest.err
7114 rm -f conftest.er1
7115 cat conftest.err >&5
7116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7117 (exit $ac_status); } >/dev/null; then
7118 if test -s conftest.err; then
7119 ac_cpp_err=$ac_c_preproc_warn_flag
7120 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7121 else
7122 ac_cpp_err=
7123 fi
7124 else
7125 ac_cpp_err=yes
7126 fi
7127 if test -z "$ac_cpp_err"; then
7128 ac_header_preproc=yes
7129 else
7130 echo "$as_me: failed program was:" >&5
7131 sed 's/^/| /' conftest.$ac_ext >&5
7132
7133 ac_header_preproc=no
7134 fi
7135 rm -f conftest.err conftest.$ac_ext
7136 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7137 echo "${ECHO_T}$ac_header_preproc" >&6
7138
7139 # So? What about this header?
7140 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7141 yes:no: )
7142 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7143 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7144 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7145 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7146 ac_header_preproc=yes
7147 ;;
7148 no:yes:* )
7149 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7150 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7151 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7152 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7153 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7154 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7155 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7156 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7157 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7158 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7159 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7160 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7161 (
7162 cat <<\_ASBOX
7163 ## ------------------------------------------ ##
7164 ## Report this to the AC_PACKAGE_NAME lists. ##
7165 ## ------------------------------------------ ##
7166 _ASBOX
7167 ) |
7168 sed "s/^/$as_me: WARNING: /" >&2
7169 ;;
7170 esac
7171 echo "$as_me:$LINENO: checking for $ac_header" >&5
7172 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7173 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7174 echo $ECHO_N "(cached) $ECHO_C" >&6
7175 else
7176 eval "$as_ac_Header=\$ac_header_preproc"
7177 fi
7178 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7179 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7180
7181 fi
7182 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7183 cat >>confdefs.h <<_ACEOF
7184 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7185 _ACEOF
7186
7187 fi
7188
7189 done
7190
7191
7192 for ac_header in link.h
7193 do
7194 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7195 echo "$as_me:$LINENO: checking for $ac_header" >&5
7196 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7197 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7198 echo $ECHO_N "(cached) $ECHO_C" >&6
7199 else
7200 cat >conftest.$ac_ext <<_ACEOF
7201 /* confdefs.h. */
7202 _ACEOF
7203 cat confdefs.h >>conftest.$ac_ext
7204 cat >>conftest.$ac_ext <<_ACEOF
7205 /* end confdefs.h. */
7206 #if HAVE_SYS_TYPES_H
7207 # include <sys/types.h>
7208 #endif
7209 #if HAVE_NLIST_H
7210 # include <nlist.h>
7211 #endif
7212
7213
7214 #include <$ac_header>
7215 _ACEOF
7216 rm -f conftest.$ac_objext
7217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7218 (eval $ac_compile) 2>conftest.er1
7219 ac_status=$?
7220 grep -v '^ *+' conftest.er1 >conftest.err
7221 rm -f conftest.er1
7222 cat conftest.err >&5
7223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7224 (exit $ac_status); } &&
7225 { ac_try='test -z "$ac_c_werror_flag"
7226 || test ! -s conftest.err'
7227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7228 (eval $ac_try) 2>&5
7229 ac_status=$?
7230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7231 (exit $ac_status); }; } &&
7232 { ac_try='test -s conftest.$ac_objext'
7233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7234 (eval $ac_try) 2>&5
7235 ac_status=$?
7236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7237 (exit $ac_status); }; }; then
7238 eval "$as_ac_Header=yes"
7239 else
7240 echo "$as_me: failed program was:" >&5
7241 sed 's/^/| /' conftest.$ac_ext >&5
7242
7243 eval "$as_ac_Header=no"
7244 fi
7245 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7246 fi
7247 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7248 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7249 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7250 cat >>confdefs.h <<_ACEOF
7251 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7252 _ACEOF
7253
7254 fi
7255
7256 done
7257
7258
7259 for ac_header in machine/reg.h
7260 do
7261 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7262 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7263 echo "$as_me:$LINENO: checking for $ac_header" >&5
7264 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7265 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7266 echo $ECHO_N "(cached) $ECHO_C" >&6
7267 fi
7268 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7269 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7270 else
7271 # Is the header compilable?
7272 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7273 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7274 cat >conftest.$ac_ext <<_ACEOF
7275 /* confdefs.h. */
7276 _ACEOF
7277 cat confdefs.h >>conftest.$ac_ext
7278 cat >>conftest.$ac_ext <<_ACEOF
7279 /* end confdefs.h. */
7280 $ac_includes_default
7281 #include <$ac_header>
7282 _ACEOF
7283 rm -f conftest.$ac_objext
7284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7285 (eval $ac_compile) 2>conftest.er1
7286 ac_status=$?
7287 grep -v '^ *+' conftest.er1 >conftest.err
7288 rm -f conftest.er1
7289 cat conftest.err >&5
7290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7291 (exit $ac_status); } &&
7292 { ac_try='test -z "$ac_c_werror_flag"
7293 || test ! -s conftest.err'
7294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7295 (eval $ac_try) 2>&5
7296 ac_status=$?
7297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7298 (exit $ac_status); }; } &&
7299 { ac_try='test -s conftest.$ac_objext'
7300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7301 (eval $ac_try) 2>&5
7302 ac_status=$?
7303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7304 (exit $ac_status); }; }; then
7305 ac_header_compiler=yes
7306 else
7307 echo "$as_me: failed program was:" >&5
7308 sed 's/^/| /' conftest.$ac_ext >&5
7309
7310 ac_header_compiler=no
7311 fi
7312 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7313 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7314 echo "${ECHO_T}$ac_header_compiler" >&6
7315
7316 # Is the header present?
7317 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7318 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7319 cat >conftest.$ac_ext <<_ACEOF
7320 /* confdefs.h. */
7321 _ACEOF
7322 cat confdefs.h >>conftest.$ac_ext
7323 cat >>conftest.$ac_ext <<_ACEOF
7324 /* end confdefs.h. */
7325 #include <$ac_header>
7326 _ACEOF
7327 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7328 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7329 ac_status=$?
7330 grep -v '^ *+' conftest.er1 >conftest.err
7331 rm -f conftest.er1
7332 cat conftest.err >&5
7333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7334 (exit $ac_status); } >/dev/null; then
7335 if test -s conftest.err; then
7336 ac_cpp_err=$ac_c_preproc_warn_flag
7337 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7338 else
7339 ac_cpp_err=
7340 fi
7341 else
7342 ac_cpp_err=yes
7343 fi
7344 if test -z "$ac_cpp_err"; then
7345 ac_header_preproc=yes
7346 else
7347 echo "$as_me: failed program was:" >&5
7348 sed 's/^/| /' conftest.$ac_ext >&5
7349
7350 ac_header_preproc=no
7351 fi
7352 rm -f conftest.err conftest.$ac_ext
7353 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7354 echo "${ECHO_T}$ac_header_preproc" >&6
7355
7356 # So? What about this header?
7357 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7358 yes:no: )
7359 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7360 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7361 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7362 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7363 ac_header_preproc=yes
7364 ;;
7365 no:yes:* )
7366 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7367 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7368 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7369 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7370 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7371 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7372 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7373 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7374 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7375 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7376 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7377 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7378 (
7379 cat <<\_ASBOX
7380 ## ------------------------------------------ ##
7381 ## Report this to the AC_PACKAGE_NAME lists. ##
7382 ## ------------------------------------------ ##
7383 _ASBOX
7384 ) |
7385 sed "s/^/$as_me: WARNING: /" >&2
7386 ;;
7387 esac
7388 echo "$as_me:$LINENO: checking for $ac_header" >&5
7389 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7390 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7391 echo $ECHO_N "(cached) $ECHO_C" >&6
7392 else
7393 eval "$as_ac_Header=\$ac_header_preproc"
7394 fi
7395 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7396 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7397
7398 fi
7399 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7400 cat >>confdefs.h <<_ACEOF
7401 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7402 _ACEOF
7403
7404 fi
7405
7406 done
7407
7408
7409
7410 for ac_header in poll.h sys/poll.h
7411 do
7412 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7413 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7414 echo "$as_me:$LINENO: checking for $ac_header" >&5
7415 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7416 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7417 echo $ECHO_N "(cached) $ECHO_C" >&6
7418 fi
7419 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7420 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7421 else
7422 # Is the header compilable?
7423 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7424 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7425 cat >conftest.$ac_ext <<_ACEOF
7426 /* confdefs.h. */
7427 _ACEOF
7428 cat confdefs.h >>conftest.$ac_ext
7429 cat >>conftest.$ac_ext <<_ACEOF
7430 /* end confdefs.h. */
7431 $ac_includes_default
7432 #include <$ac_header>
7433 _ACEOF
7434 rm -f conftest.$ac_objext
7435 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7436 (eval $ac_compile) 2>conftest.er1
7437 ac_status=$?
7438 grep -v '^ *+' conftest.er1 >conftest.err
7439 rm -f conftest.er1
7440 cat conftest.err >&5
7441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7442 (exit $ac_status); } &&
7443 { ac_try='test -z "$ac_c_werror_flag"
7444 || test ! -s conftest.err'
7445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7446 (eval $ac_try) 2>&5
7447 ac_status=$?
7448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7449 (exit $ac_status); }; } &&
7450 { ac_try='test -s conftest.$ac_objext'
7451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7452 (eval $ac_try) 2>&5
7453 ac_status=$?
7454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7455 (exit $ac_status); }; }; then
7456 ac_header_compiler=yes
7457 else
7458 echo "$as_me: failed program was:" >&5
7459 sed 's/^/| /' conftest.$ac_ext >&5
7460
7461 ac_header_compiler=no
7462 fi
7463 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7464 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7465 echo "${ECHO_T}$ac_header_compiler" >&6
7466
7467 # Is the header present?
7468 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7470 cat >conftest.$ac_ext <<_ACEOF
7471 /* confdefs.h. */
7472 _ACEOF
7473 cat confdefs.h >>conftest.$ac_ext
7474 cat >>conftest.$ac_ext <<_ACEOF
7475 /* end confdefs.h. */
7476 #include <$ac_header>
7477 _ACEOF
7478 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7479 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7480 ac_status=$?
7481 grep -v '^ *+' conftest.er1 >conftest.err
7482 rm -f conftest.er1
7483 cat conftest.err >&5
7484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7485 (exit $ac_status); } >/dev/null; then
7486 if test -s conftest.err; then
7487 ac_cpp_err=$ac_c_preproc_warn_flag
7488 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7489 else
7490 ac_cpp_err=
7491 fi
7492 else
7493 ac_cpp_err=yes
7494 fi
7495 if test -z "$ac_cpp_err"; then
7496 ac_header_preproc=yes
7497 else
7498 echo "$as_me: failed program was:" >&5
7499 sed 's/^/| /' conftest.$ac_ext >&5
7500
7501 ac_header_preproc=no
7502 fi
7503 rm -f conftest.err conftest.$ac_ext
7504 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7505 echo "${ECHO_T}$ac_header_preproc" >&6
7506
7507 # So? What about this header?
7508 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7509 yes:no: )
7510 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7511 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7512 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7513 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7514 ac_header_preproc=yes
7515 ;;
7516 no:yes:* )
7517 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7518 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7519 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7520 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7521 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7522 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7523 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7524 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7525 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7526 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7527 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7528 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7529 (
7530 cat <<\_ASBOX
7531 ## ------------------------------------------ ##
7532 ## Report this to the AC_PACKAGE_NAME lists. ##
7533 ## ------------------------------------------ ##
7534 _ASBOX
7535 ) |
7536 sed "s/^/$as_me: WARNING: /" >&2
7537 ;;
7538 esac
7539 echo "$as_me:$LINENO: checking for $ac_header" >&5
7540 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7541 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7542 echo $ECHO_N "(cached) $ECHO_C" >&6
7543 else
7544 eval "$as_ac_Header=\$ac_header_preproc"
7545 fi
7546 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7547 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7548
7549 fi
7550 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7551 cat >>confdefs.h <<_ACEOF
7552 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7553 _ACEOF
7554
7555 fi
7556
7557 done
7558
7559
7560
7561
7562 for ac_header in proc_service.h thread_db.h gnu/libc-version.h
7563 do
7564 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7565 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7566 echo "$as_me:$LINENO: checking for $ac_header" >&5
7567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7568 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7569 echo $ECHO_N "(cached) $ECHO_C" >&6
7570 fi
7571 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7572 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7573 else
7574 # Is the header compilable?
7575 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7576 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7577 cat >conftest.$ac_ext <<_ACEOF
7578 /* confdefs.h. */
7579 _ACEOF
7580 cat confdefs.h >>conftest.$ac_ext
7581 cat >>conftest.$ac_ext <<_ACEOF
7582 /* end confdefs.h. */
7583 $ac_includes_default
7584 #include <$ac_header>
7585 _ACEOF
7586 rm -f conftest.$ac_objext
7587 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7588 (eval $ac_compile) 2>conftest.er1
7589 ac_status=$?
7590 grep -v '^ *+' conftest.er1 >conftest.err
7591 rm -f conftest.er1
7592 cat conftest.err >&5
7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); } &&
7595 { ac_try='test -z "$ac_c_werror_flag"
7596 || test ! -s conftest.err'
7597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7598 (eval $ac_try) 2>&5
7599 ac_status=$?
7600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7601 (exit $ac_status); }; } &&
7602 { ac_try='test -s conftest.$ac_objext'
7603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7604 (eval $ac_try) 2>&5
7605 ac_status=$?
7606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7607 (exit $ac_status); }; }; then
7608 ac_header_compiler=yes
7609 else
7610 echo "$as_me: failed program was:" >&5
7611 sed 's/^/| /' conftest.$ac_ext >&5
7612
7613 ac_header_compiler=no
7614 fi
7615 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7616 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7617 echo "${ECHO_T}$ac_header_compiler" >&6
7618
7619 # Is the header present?
7620 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7621 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7622 cat >conftest.$ac_ext <<_ACEOF
7623 /* confdefs.h. */
7624 _ACEOF
7625 cat confdefs.h >>conftest.$ac_ext
7626 cat >>conftest.$ac_ext <<_ACEOF
7627 /* end confdefs.h. */
7628 #include <$ac_header>
7629 _ACEOF
7630 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7631 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7632 ac_status=$?
7633 grep -v '^ *+' conftest.er1 >conftest.err
7634 rm -f conftest.er1
7635 cat conftest.err >&5
7636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7637 (exit $ac_status); } >/dev/null; then
7638 if test -s conftest.err; then
7639 ac_cpp_err=$ac_c_preproc_warn_flag
7640 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7641 else
7642 ac_cpp_err=
7643 fi
7644 else
7645 ac_cpp_err=yes
7646 fi
7647 if test -z "$ac_cpp_err"; then
7648 ac_header_preproc=yes
7649 else
7650 echo "$as_me: failed program was:" >&5
7651 sed 's/^/| /' conftest.$ac_ext >&5
7652
7653 ac_header_preproc=no
7654 fi
7655 rm -f conftest.err conftest.$ac_ext
7656 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7657 echo "${ECHO_T}$ac_header_preproc" >&6
7658
7659 # So? What about this header?
7660 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7661 yes:no: )
7662 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7663 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7664 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7665 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7666 ac_header_preproc=yes
7667 ;;
7668 no:yes:* )
7669 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7670 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7671 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7672 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7673 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7674 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7675 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7676 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7677 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7678 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7679 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7680 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7681 (
7682 cat <<\_ASBOX
7683 ## ------------------------------------------ ##
7684 ## Report this to the AC_PACKAGE_NAME lists. ##
7685 ## ------------------------------------------ ##
7686 _ASBOX
7687 ) |
7688 sed "s/^/$as_me: WARNING: /" >&2
7689 ;;
7690 esac
7691 echo "$as_me:$LINENO: checking for $ac_header" >&5
7692 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7693 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7694 echo $ECHO_N "(cached) $ECHO_C" >&6
7695 else
7696 eval "$as_ac_Header=\$ac_header_preproc"
7697 fi
7698 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7699 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7700
7701 fi
7702 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7703 cat >>confdefs.h <<_ACEOF
7704 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7705 _ACEOF
7706
7707 fi
7708
7709 done
7710
7711
7712 for ac_header in signal.h
7713 do
7714 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7715 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7716 echo "$as_me:$LINENO: checking for $ac_header" >&5
7717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7718 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7719 echo $ECHO_N "(cached) $ECHO_C" >&6
7720 fi
7721 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7722 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7723 else
7724 # Is the header compilable?
7725 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7726 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7727 cat >conftest.$ac_ext <<_ACEOF
7728 /* confdefs.h. */
7729 _ACEOF
7730 cat confdefs.h >>conftest.$ac_ext
7731 cat >>conftest.$ac_ext <<_ACEOF
7732 /* end confdefs.h. */
7733 $ac_includes_default
7734 #include <$ac_header>
7735 _ACEOF
7736 rm -f conftest.$ac_objext
7737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7738 (eval $ac_compile) 2>conftest.er1
7739 ac_status=$?
7740 grep -v '^ *+' conftest.er1 >conftest.err
7741 rm -f conftest.er1
7742 cat conftest.err >&5
7743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7744 (exit $ac_status); } &&
7745 { ac_try='test -z "$ac_c_werror_flag"
7746 || test ! -s conftest.err'
7747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7748 (eval $ac_try) 2>&5
7749 ac_status=$?
7750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7751 (exit $ac_status); }; } &&
7752 { ac_try='test -s conftest.$ac_objext'
7753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7754 (eval $ac_try) 2>&5
7755 ac_status=$?
7756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757 (exit $ac_status); }; }; then
7758 ac_header_compiler=yes
7759 else
7760 echo "$as_me: failed program was:" >&5
7761 sed 's/^/| /' conftest.$ac_ext >&5
7762
7763 ac_header_compiler=no
7764 fi
7765 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7766 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7767 echo "${ECHO_T}$ac_header_compiler" >&6
7768
7769 # Is the header present?
7770 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7771 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7772 cat >conftest.$ac_ext <<_ACEOF
7773 /* confdefs.h. */
7774 _ACEOF
7775 cat confdefs.h >>conftest.$ac_ext
7776 cat >>conftest.$ac_ext <<_ACEOF
7777 /* end confdefs.h. */
7778 #include <$ac_header>
7779 _ACEOF
7780 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7781 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7782 ac_status=$?
7783 grep -v '^ *+' conftest.er1 >conftest.err
7784 rm -f conftest.er1
7785 cat conftest.err >&5
7786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787 (exit $ac_status); } >/dev/null; then
7788 if test -s conftest.err; then
7789 ac_cpp_err=$ac_c_preproc_warn_flag
7790 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7791 else
7792 ac_cpp_err=
7793 fi
7794 else
7795 ac_cpp_err=yes
7796 fi
7797 if test -z "$ac_cpp_err"; then
7798 ac_header_preproc=yes
7799 else
7800 echo "$as_me: failed program was:" >&5
7801 sed 's/^/| /' conftest.$ac_ext >&5
7802
7803 ac_header_preproc=no
7804 fi
7805 rm -f conftest.err conftest.$ac_ext
7806 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7807 echo "${ECHO_T}$ac_header_preproc" >&6
7808
7809 # So? What about this header?
7810 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7811 yes:no: )
7812 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7813 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7814 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7815 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7816 ac_header_preproc=yes
7817 ;;
7818 no:yes:* )
7819 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7820 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7821 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7822 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7823 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7824 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7825 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7826 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7827 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7828 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7829 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7830 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7831 (
7832 cat <<\_ASBOX
7833 ## ------------------------------------------ ##
7834 ## Report this to the AC_PACKAGE_NAME lists. ##
7835 ## ------------------------------------------ ##
7836 _ASBOX
7837 ) |
7838 sed "s/^/$as_me: WARNING: /" >&2
7839 ;;
7840 esac
7841 echo "$as_me:$LINENO: checking for $ac_header" >&5
7842 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7843 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7844 echo $ECHO_N "(cached) $ECHO_C" >&6
7845 else
7846 eval "$as_ac_Header=\$ac_header_preproc"
7847 fi
7848 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7849 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7850
7851 fi
7852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7853 cat >>confdefs.h <<_ACEOF
7854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7855 _ACEOF
7856
7857 fi
7858
7859 done
7860
7861
7862 for ac_header in stddef.h
7863 do
7864 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7865 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7866 echo "$as_me:$LINENO: checking for $ac_header" >&5
7867 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7868 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7869 echo $ECHO_N "(cached) $ECHO_C" >&6
7870 fi
7871 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7872 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7873 else
7874 # Is the header compilable?
7875 echo "$as_me:$LINENO: checking $ac_header usability" >&5
7876 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7877 cat >conftest.$ac_ext <<_ACEOF
7878 /* confdefs.h. */
7879 _ACEOF
7880 cat confdefs.h >>conftest.$ac_ext
7881 cat >>conftest.$ac_ext <<_ACEOF
7882 /* end confdefs.h. */
7883 $ac_includes_default
7884 #include <$ac_header>
7885 _ACEOF
7886 rm -f conftest.$ac_objext
7887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7888 (eval $ac_compile) 2>conftest.er1
7889 ac_status=$?
7890 grep -v '^ *+' conftest.er1 >conftest.err
7891 rm -f conftest.er1
7892 cat conftest.err >&5
7893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7894 (exit $ac_status); } &&
7895 { ac_try='test -z "$ac_c_werror_flag"
7896 || test ! -s conftest.err'
7897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7898 (eval $ac_try) 2>&5
7899 ac_status=$?
7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); }; } &&
7902 { ac_try='test -s conftest.$ac_objext'
7903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7904 (eval $ac_try) 2>&5
7905 ac_status=$?
7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7907 (exit $ac_status); }; }; then
7908 ac_header_compiler=yes
7909 else
7910 echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7912
7913 ac_header_compiler=no
7914 fi
7915 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7916 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7917 echo "${ECHO_T}$ac_header_compiler" >&6
7918
7919 # Is the header present?
7920 echo "$as_me:$LINENO: checking $ac_header presence" >&5
7921 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7922 cat >conftest.$ac_ext <<_ACEOF
7923 /* confdefs.h. */
7924 _ACEOF
7925 cat confdefs.h >>conftest.$ac_ext
7926 cat >>conftest.$ac_ext <<_ACEOF
7927 /* end confdefs.h. */
7928 #include <$ac_header>
7929 _ACEOF
7930 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7931 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7932 ac_status=$?
7933 grep -v '^ *+' conftest.er1 >conftest.err
7934 rm -f conftest.er1
7935 cat conftest.err >&5
7936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7937 (exit $ac_status); } >/dev/null; then
7938 if test -s conftest.err; then
7939 ac_cpp_err=$ac_c_preproc_warn_flag
7940 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7941 else
7942 ac_cpp_err=
7943 fi
7944 else
7945 ac_cpp_err=yes
7946 fi
7947 if test -z "$ac_cpp_err"; then
7948 ac_header_preproc=yes
7949 else
7950 echo "$as_me: failed program was:" >&5
7951 sed 's/^/| /' conftest.$ac_ext >&5
7952
7953 ac_header_preproc=no
7954 fi
7955 rm -f conftest.err conftest.$ac_ext
7956 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7957 echo "${ECHO_T}$ac_header_preproc" >&6
7958
7959 # So? What about this header?
7960 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7961 yes:no: )
7962 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7963 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7964 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7965 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7966 ac_header_preproc=yes
7967 ;;
7968 no:yes:* )
7969 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7970 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7971 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7972 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7973 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7974 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7975 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7976 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7977 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7978 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7979 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7980 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7981 (
7982 cat <<\_ASBOX
7983 ## ------------------------------------------ ##
7984 ## Report this to the AC_PACKAGE_NAME lists. ##
7985 ## ------------------------------------------ ##
7986 _ASBOX
7987 ) |
7988 sed "s/^/$as_me: WARNING: /" >&2
7989 ;;
7990 esac
7991 echo "$as_me:$LINENO: checking for $ac_header" >&5
7992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7993 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7994 echo $ECHO_N "(cached) $ECHO_C" >&6
7995 else
7996 eval "$as_ac_Header=\$ac_header_preproc"
7997 fi
7998 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7999 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8000
8001 fi
8002 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8003 cat >>confdefs.h <<_ACEOF
8004 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8005 _ACEOF
8006
8007 fi
8008
8009 done
8010
8011
8012 for ac_header in stdlib.h
8013 do
8014 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8015 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8016 echo "$as_me:$LINENO: checking for $ac_header" >&5
8017 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8018 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8019 echo $ECHO_N "(cached) $ECHO_C" >&6
8020 fi
8021 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8022 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8023 else
8024 # Is the header compilable?
8025 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8026 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8027 cat >conftest.$ac_ext <<_ACEOF
8028 /* confdefs.h. */
8029 _ACEOF
8030 cat confdefs.h >>conftest.$ac_ext
8031 cat >>conftest.$ac_ext <<_ACEOF
8032 /* end confdefs.h. */
8033 $ac_includes_default
8034 #include <$ac_header>
8035 _ACEOF
8036 rm -f conftest.$ac_objext
8037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8038 (eval $ac_compile) 2>conftest.er1
8039 ac_status=$?
8040 grep -v '^ *+' conftest.er1 >conftest.err
8041 rm -f conftest.er1
8042 cat conftest.err >&5
8043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8044 (exit $ac_status); } &&
8045 { ac_try='test -z "$ac_c_werror_flag"
8046 || test ! -s conftest.err'
8047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8048 (eval $ac_try) 2>&5
8049 ac_status=$?
8050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8051 (exit $ac_status); }; } &&
8052 { ac_try='test -s conftest.$ac_objext'
8053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8054 (eval $ac_try) 2>&5
8055 ac_status=$?
8056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8057 (exit $ac_status); }; }; then
8058 ac_header_compiler=yes
8059 else
8060 echo "$as_me: failed program was:" >&5
8061 sed 's/^/| /' conftest.$ac_ext >&5
8062
8063 ac_header_compiler=no
8064 fi
8065 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8066 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8067 echo "${ECHO_T}$ac_header_compiler" >&6
8068
8069 # Is the header present?
8070 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8071 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8072 cat >conftest.$ac_ext <<_ACEOF
8073 /* confdefs.h. */
8074 _ACEOF
8075 cat confdefs.h >>conftest.$ac_ext
8076 cat >>conftest.$ac_ext <<_ACEOF
8077 /* end confdefs.h. */
8078 #include <$ac_header>
8079 _ACEOF
8080 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8081 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8082 ac_status=$?
8083 grep -v '^ *+' conftest.er1 >conftest.err
8084 rm -f conftest.er1
8085 cat conftest.err >&5
8086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8087 (exit $ac_status); } >/dev/null; then
8088 if test -s conftest.err; then
8089 ac_cpp_err=$ac_c_preproc_warn_flag
8090 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8091 else
8092 ac_cpp_err=
8093 fi
8094 else
8095 ac_cpp_err=yes
8096 fi
8097 if test -z "$ac_cpp_err"; then
8098 ac_header_preproc=yes
8099 else
8100 echo "$as_me: failed program was:" >&5
8101 sed 's/^/| /' conftest.$ac_ext >&5
8102
8103 ac_header_preproc=no
8104 fi
8105 rm -f conftest.err conftest.$ac_ext
8106 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8107 echo "${ECHO_T}$ac_header_preproc" >&6
8108
8109 # So? What about this header?
8110 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8111 yes:no: )
8112 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8113 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8114 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8115 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8116 ac_header_preproc=yes
8117 ;;
8118 no:yes:* )
8119 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8120 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8121 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8122 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8123 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8124 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8125 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8126 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8127 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8128 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8129 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8130 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8131 (
8132 cat <<\_ASBOX
8133 ## ------------------------------------------ ##
8134 ## Report this to the AC_PACKAGE_NAME lists. ##
8135 ## ------------------------------------------ ##
8136 _ASBOX
8137 ) |
8138 sed "s/^/$as_me: WARNING: /" >&2
8139 ;;
8140 esac
8141 echo "$as_me:$LINENO: checking for $ac_header" >&5
8142 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8143 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8144 echo $ECHO_N "(cached) $ECHO_C" >&6
8145 else
8146 eval "$as_ac_Header=\$ac_header_preproc"
8147 fi
8148 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8149 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8150
8151 fi
8152 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8153 cat >>confdefs.h <<_ACEOF
8154 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8155 _ACEOF
8156
8157 fi
8158
8159 done
8160
8161
8162 for ac_header in stdint.h
8163 do
8164 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8165 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8166 echo "$as_me:$LINENO: checking for $ac_header" >&5
8167 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8168 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8169 echo $ECHO_N "(cached) $ECHO_C" >&6
8170 fi
8171 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8172 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8173 else
8174 # Is the header compilable?
8175 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8176 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8177 cat >conftest.$ac_ext <<_ACEOF
8178 /* confdefs.h. */
8179 _ACEOF
8180 cat confdefs.h >>conftest.$ac_ext
8181 cat >>conftest.$ac_ext <<_ACEOF
8182 /* end confdefs.h. */
8183 $ac_includes_default
8184 #include <$ac_header>
8185 _ACEOF
8186 rm -f conftest.$ac_objext
8187 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8188 (eval $ac_compile) 2>conftest.er1
8189 ac_status=$?
8190 grep -v '^ *+' conftest.er1 >conftest.err
8191 rm -f conftest.er1
8192 cat conftest.err >&5
8193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8194 (exit $ac_status); } &&
8195 { ac_try='test -z "$ac_c_werror_flag"
8196 || test ! -s conftest.err'
8197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8198 (eval $ac_try) 2>&5
8199 ac_status=$?
8200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8201 (exit $ac_status); }; } &&
8202 { ac_try='test -s conftest.$ac_objext'
8203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8204 (eval $ac_try) 2>&5
8205 ac_status=$?
8206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8207 (exit $ac_status); }; }; then
8208 ac_header_compiler=yes
8209 else
8210 echo "$as_me: failed program was:" >&5
8211 sed 's/^/| /' conftest.$ac_ext >&5
8212
8213 ac_header_compiler=no
8214 fi
8215 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8216 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8217 echo "${ECHO_T}$ac_header_compiler" >&6
8218
8219 # Is the header present?
8220 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8221 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8222 cat >conftest.$ac_ext <<_ACEOF
8223 /* confdefs.h. */
8224 _ACEOF
8225 cat confdefs.h >>conftest.$ac_ext
8226 cat >>conftest.$ac_ext <<_ACEOF
8227 /* end confdefs.h. */
8228 #include <$ac_header>
8229 _ACEOF
8230 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8231 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8232 ac_status=$?
8233 grep -v '^ *+' conftest.er1 >conftest.err
8234 rm -f conftest.er1
8235 cat conftest.err >&5
8236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8237 (exit $ac_status); } >/dev/null; then
8238 if test -s conftest.err; then
8239 ac_cpp_err=$ac_c_preproc_warn_flag
8240 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8241 else
8242 ac_cpp_err=
8243 fi
8244 else
8245 ac_cpp_err=yes
8246 fi
8247 if test -z "$ac_cpp_err"; then
8248 ac_header_preproc=yes
8249 else
8250 echo "$as_me: failed program was:" >&5
8251 sed 's/^/| /' conftest.$ac_ext >&5
8252
8253 ac_header_preproc=no
8254 fi
8255 rm -f conftest.err conftest.$ac_ext
8256 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8257 echo "${ECHO_T}$ac_header_preproc" >&6
8258
8259 # So? What about this header?
8260 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8261 yes:no: )
8262 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8263 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8264 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8265 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8266 ac_header_preproc=yes
8267 ;;
8268 no:yes:* )
8269 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8270 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8271 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8272 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8273 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8274 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8275 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8276 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8277 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8278 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8279 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8280 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8281 (
8282 cat <<\_ASBOX
8283 ## ------------------------------------------ ##
8284 ## Report this to the AC_PACKAGE_NAME lists. ##
8285 ## ------------------------------------------ ##
8286 _ASBOX
8287 ) |
8288 sed "s/^/$as_me: WARNING: /" >&2
8289 ;;
8290 esac
8291 echo "$as_me:$LINENO: checking for $ac_header" >&5
8292 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8293 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8294 echo $ECHO_N "(cached) $ECHO_C" >&6
8295 else
8296 eval "$as_ac_Header=\$ac_header_preproc"
8297 fi
8298 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8299 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8300
8301 fi
8302 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8303 cat >>confdefs.h <<_ACEOF
8304 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8305 _ACEOF
8306
8307 fi
8308
8309 done
8310
8311
8312
8313
8314 for ac_header in string.h memory.h strings.h
8315 do
8316 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8317 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8318 echo "$as_me:$LINENO: checking for $ac_header" >&5
8319 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8320 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8321 echo $ECHO_N "(cached) $ECHO_C" >&6
8322 fi
8323 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8324 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8325 else
8326 # Is the header compilable?
8327 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8328 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8329 cat >conftest.$ac_ext <<_ACEOF
8330 /* confdefs.h. */
8331 _ACEOF
8332 cat confdefs.h >>conftest.$ac_ext
8333 cat >>conftest.$ac_ext <<_ACEOF
8334 /* end confdefs.h. */
8335 $ac_includes_default
8336 #include <$ac_header>
8337 _ACEOF
8338 rm -f conftest.$ac_objext
8339 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8340 (eval $ac_compile) 2>conftest.er1
8341 ac_status=$?
8342 grep -v '^ *+' conftest.er1 >conftest.err
8343 rm -f conftest.er1
8344 cat conftest.err >&5
8345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8346 (exit $ac_status); } &&
8347 { ac_try='test -z "$ac_c_werror_flag"
8348 || test ! -s conftest.err'
8349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8350 (eval $ac_try) 2>&5
8351 ac_status=$?
8352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8353 (exit $ac_status); }; } &&
8354 { ac_try='test -s conftest.$ac_objext'
8355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8356 (eval $ac_try) 2>&5
8357 ac_status=$?
8358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8359 (exit $ac_status); }; }; then
8360 ac_header_compiler=yes
8361 else
8362 echo "$as_me: failed program was:" >&5
8363 sed 's/^/| /' conftest.$ac_ext >&5
8364
8365 ac_header_compiler=no
8366 fi
8367 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8368 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8369 echo "${ECHO_T}$ac_header_compiler" >&6
8370
8371 # Is the header present?
8372 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8373 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8374 cat >conftest.$ac_ext <<_ACEOF
8375 /* confdefs.h. */
8376 _ACEOF
8377 cat confdefs.h >>conftest.$ac_ext
8378 cat >>conftest.$ac_ext <<_ACEOF
8379 /* end confdefs.h. */
8380 #include <$ac_header>
8381 _ACEOF
8382 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8383 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8384 ac_status=$?
8385 grep -v '^ *+' conftest.er1 >conftest.err
8386 rm -f conftest.er1
8387 cat conftest.err >&5
8388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8389 (exit $ac_status); } >/dev/null; then
8390 if test -s conftest.err; then
8391 ac_cpp_err=$ac_c_preproc_warn_flag
8392 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8393 else
8394 ac_cpp_err=
8395 fi
8396 else
8397 ac_cpp_err=yes
8398 fi
8399 if test -z "$ac_cpp_err"; then
8400 ac_header_preproc=yes
8401 else
8402 echo "$as_me: failed program was:" >&5
8403 sed 's/^/| /' conftest.$ac_ext >&5
8404
8405 ac_header_preproc=no
8406 fi
8407 rm -f conftest.err conftest.$ac_ext
8408 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8409 echo "${ECHO_T}$ac_header_preproc" >&6
8410
8411 # So? What about this header?
8412 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8413 yes:no: )
8414 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8415 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8416 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8417 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8418 ac_header_preproc=yes
8419 ;;
8420 no:yes:* )
8421 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8422 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8423 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8424 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8425 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8426 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8427 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8428 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8429 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8430 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8431 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8432 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8433 (
8434 cat <<\_ASBOX
8435 ## ------------------------------------------ ##
8436 ## Report this to the AC_PACKAGE_NAME lists. ##
8437 ## ------------------------------------------ ##
8438 _ASBOX
8439 ) |
8440 sed "s/^/$as_me: WARNING: /" >&2
8441 ;;
8442 esac
8443 echo "$as_me:$LINENO: checking for $ac_header" >&5
8444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8445 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448 eval "$as_ac_Header=\$ac_header_preproc"
8449 fi
8450 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8451 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8452
8453 fi
8454 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8455 cat >>confdefs.h <<_ACEOF
8456 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8457 _ACEOF
8458
8459 fi
8460
8461 done
8462
8463
8464 for ac_header in sys/fault.h
8465 do
8466 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8467 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8468 echo "$as_me:$LINENO: checking for $ac_header" >&5
8469 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8470 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8471 echo $ECHO_N "(cached) $ECHO_C" >&6
8472 fi
8473 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8474 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8475 else
8476 # Is the header compilable?
8477 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8478 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8479 cat >conftest.$ac_ext <<_ACEOF
8480 /* confdefs.h. */
8481 _ACEOF
8482 cat confdefs.h >>conftest.$ac_ext
8483 cat >>conftest.$ac_ext <<_ACEOF
8484 /* end confdefs.h. */
8485 $ac_includes_default
8486 #include <$ac_header>
8487 _ACEOF
8488 rm -f conftest.$ac_objext
8489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8490 (eval $ac_compile) 2>conftest.er1
8491 ac_status=$?
8492 grep -v '^ *+' conftest.er1 >conftest.err
8493 rm -f conftest.er1
8494 cat conftest.err >&5
8495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8496 (exit $ac_status); } &&
8497 { ac_try='test -z "$ac_c_werror_flag"
8498 || test ! -s conftest.err'
8499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8500 (eval $ac_try) 2>&5
8501 ac_status=$?
8502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503 (exit $ac_status); }; } &&
8504 { ac_try='test -s conftest.$ac_objext'
8505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8506 (eval $ac_try) 2>&5
8507 ac_status=$?
8508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509 (exit $ac_status); }; }; then
8510 ac_header_compiler=yes
8511 else
8512 echo "$as_me: failed program was:" >&5
8513 sed 's/^/| /' conftest.$ac_ext >&5
8514
8515 ac_header_compiler=no
8516 fi
8517 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8518 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8519 echo "${ECHO_T}$ac_header_compiler" >&6
8520
8521 # Is the header present?
8522 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8523 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8524 cat >conftest.$ac_ext <<_ACEOF
8525 /* confdefs.h. */
8526 _ACEOF
8527 cat confdefs.h >>conftest.$ac_ext
8528 cat >>conftest.$ac_ext <<_ACEOF
8529 /* end confdefs.h. */
8530 #include <$ac_header>
8531 _ACEOF
8532 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8533 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8534 ac_status=$?
8535 grep -v '^ *+' conftest.er1 >conftest.err
8536 rm -f conftest.er1
8537 cat conftest.err >&5
8538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8539 (exit $ac_status); } >/dev/null; then
8540 if test -s conftest.err; then
8541 ac_cpp_err=$ac_c_preproc_warn_flag
8542 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8543 else
8544 ac_cpp_err=
8545 fi
8546 else
8547 ac_cpp_err=yes
8548 fi
8549 if test -z "$ac_cpp_err"; then
8550 ac_header_preproc=yes
8551 else
8552 echo "$as_me: failed program was:" >&5
8553 sed 's/^/| /' conftest.$ac_ext >&5
8554
8555 ac_header_preproc=no
8556 fi
8557 rm -f conftest.err conftest.$ac_ext
8558 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8559 echo "${ECHO_T}$ac_header_preproc" >&6
8560
8561 # So? What about this header?
8562 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8563 yes:no: )
8564 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8565 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8566 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8567 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8568 ac_header_preproc=yes
8569 ;;
8570 no:yes:* )
8571 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8572 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8573 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8574 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8575 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8576 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8577 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8578 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8579 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8580 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8581 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8582 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8583 (
8584 cat <<\_ASBOX
8585 ## ------------------------------------------ ##
8586 ## Report this to the AC_PACKAGE_NAME lists. ##
8587 ## ------------------------------------------ ##
8588 _ASBOX
8589 ) |
8590 sed "s/^/$as_me: WARNING: /" >&2
8591 ;;
8592 esac
8593 echo "$as_me:$LINENO: checking for $ac_header" >&5
8594 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8595 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8596 echo $ECHO_N "(cached) $ECHO_C" >&6
8597 else
8598 eval "$as_ac_Header=\$ac_header_preproc"
8599 fi
8600 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8601 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8602
8603 fi
8604 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8605 cat >>confdefs.h <<_ACEOF
8606 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8607 _ACEOF
8608
8609 fi
8610
8611 done
8612
8613
8614 for ac_header in sys/file.h
8615 do
8616 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8617 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8618 echo "$as_me:$LINENO: checking for $ac_header" >&5
8619 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8620 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8621 echo $ECHO_N "(cached) $ECHO_C" >&6
8622 fi
8623 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8624 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8625 else
8626 # Is the header compilable?
8627 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8628 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8629 cat >conftest.$ac_ext <<_ACEOF
8630 /* confdefs.h. */
8631 _ACEOF
8632 cat confdefs.h >>conftest.$ac_ext
8633 cat >>conftest.$ac_ext <<_ACEOF
8634 /* end confdefs.h. */
8635 $ac_includes_default
8636 #include <$ac_header>
8637 _ACEOF
8638 rm -f conftest.$ac_objext
8639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8640 (eval $ac_compile) 2>conftest.er1
8641 ac_status=$?
8642 grep -v '^ *+' conftest.er1 >conftest.err
8643 rm -f conftest.er1
8644 cat conftest.err >&5
8645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8646 (exit $ac_status); } &&
8647 { ac_try='test -z "$ac_c_werror_flag"
8648 || test ! -s conftest.err'
8649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8650 (eval $ac_try) 2>&5
8651 ac_status=$?
8652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8653 (exit $ac_status); }; } &&
8654 { ac_try='test -s conftest.$ac_objext'
8655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8656 (eval $ac_try) 2>&5
8657 ac_status=$?
8658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8659 (exit $ac_status); }; }; then
8660 ac_header_compiler=yes
8661 else
8662 echo "$as_me: failed program was:" >&5
8663 sed 's/^/| /' conftest.$ac_ext >&5
8664
8665 ac_header_compiler=no
8666 fi
8667 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8668 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8669 echo "${ECHO_T}$ac_header_compiler" >&6
8670
8671 # Is the header present?
8672 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8673 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8674 cat >conftest.$ac_ext <<_ACEOF
8675 /* confdefs.h. */
8676 _ACEOF
8677 cat confdefs.h >>conftest.$ac_ext
8678 cat >>conftest.$ac_ext <<_ACEOF
8679 /* end confdefs.h. */
8680 #include <$ac_header>
8681 _ACEOF
8682 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8683 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8684 ac_status=$?
8685 grep -v '^ *+' conftest.er1 >conftest.err
8686 rm -f conftest.er1
8687 cat conftest.err >&5
8688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8689 (exit $ac_status); } >/dev/null; then
8690 if test -s conftest.err; then
8691 ac_cpp_err=$ac_c_preproc_warn_flag
8692 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8693 else
8694 ac_cpp_err=
8695 fi
8696 else
8697 ac_cpp_err=yes
8698 fi
8699 if test -z "$ac_cpp_err"; then
8700 ac_header_preproc=yes
8701 else
8702 echo "$as_me: failed program was:" >&5
8703 sed 's/^/| /' conftest.$ac_ext >&5
8704
8705 ac_header_preproc=no
8706 fi
8707 rm -f conftest.err conftest.$ac_ext
8708 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8709 echo "${ECHO_T}$ac_header_preproc" >&6
8710
8711 # So? What about this header?
8712 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8713 yes:no: )
8714 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8715 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8716 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8717 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8718 ac_header_preproc=yes
8719 ;;
8720 no:yes:* )
8721 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8722 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8723 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8724 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8725 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8726 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8727 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8728 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8729 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8730 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8731 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8732 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8733 (
8734 cat <<\_ASBOX
8735 ## ------------------------------------------ ##
8736 ## Report this to the AC_PACKAGE_NAME lists. ##
8737 ## ------------------------------------------ ##
8738 _ASBOX
8739 ) |
8740 sed "s/^/$as_me: WARNING: /" >&2
8741 ;;
8742 esac
8743 echo "$as_me:$LINENO: checking for $ac_header" >&5
8744 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8745 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8746 echo $ECHO_N "(cached) $ECHO_C" >&6
8747 else
8748 eval "$as_ac_Header=\$ac_header_preproc"
8749 fi
8750 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8751 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8752
8753 fi
8754 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8755 cat >>confdefs.h <<_ACEOF
8756 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8757 _ACEOF
8758
8759 fi
8760
8761 done
8762
8763
8764 for ac_header in sys/filio.h
8765 do
8766 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8767 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8768 echo "$as_me:$LINENO: checking for $ac_header" >&5
8769 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8770 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8771 echo $ECHO_N "(cached) $ECHO_C" >&6
8772 fi
8773 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8774 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8775 else
8776 # Is the header compilable?
8777 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8778 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8779 cat >conftest.$ac_ext <<_ACEOF
8780 /* confdefs.h. */
8781 _ACEOF
8782 cat confdefs.h >>conftest.$ac_ext
8783 cat >>conftest.$ac_ext <<_ACEOF
8784 /* end confdefs.h. */
8785 $ac_includes_default
8786 #include <$ac_header>
8787 _ACEOF
8788 rm -f conftest.$ac_objext
8789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8790 (eval $ac_compile) 2>conftest.er1
8791 ac_status=$?
8792 grep -v '^ *+' conftest.er1 >conftest.err
8793 rm -f conftest.er1
8794 cat conftest.err >&5
8795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8796 (exit $ac_status); } &&
8797 { ac_try='test -z "$ac_c_werror_flag"
8798 || test ! -s conftest.err'
8799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8800 (eval $ac_try) 2>&5
8801 ac_status=$?
8802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8803 (exit $ac_status); }; } &&
8804 { ac_try='test -s conftest.$ac_objext'
8805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8806 (eval $ac_try) 2>&5
8807 ac_status=$?
8808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8809 (exit $ac_status); }; }; then
8810 ac_header_compiler=yes
8811 else
8812 echo "$as_me: failed program was:" >&5
8813 sed 's/^/| /' conftest.$ac_ext >&5
8814
8815 ac_header_compiler=no
8816 fi
8817 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8818 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8819 echo "${ECHO_T}$ac_header_compiler" >&6
8820
8821 # Is the header present?
8822 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8823 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8824 cat >conftest.$ac_ext <<_ACEOF
8825 /* confdefs.h. */
8826 _ACEOF
8827 cat confdefs.h >>conftest.$ac_ext
8828 cat >>conftest.$ac_ext <<_ACEOF
8829 /* end confdefs.h. */
8830 #include <$ac_header>
8831 _ACEOF
8832 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8833 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8834 ac_status=$?
8835 grep -v '^ *+' conftest.er1 >conftest.err
8836 rm -f conftest.er1
8837 cat conftest.err >&5
8838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8839 (exit $ac_status); } >/dev/null; then
8840 if test -s conftest.err; then
8841 ac_cpp_err=$ac_c_preproc_warn_flag
8842 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8843 else
8844 ac_cpp_err=
8845 fi
8846 else
8847 ac_cpp_err=yes
8848 fi
8849 if test -z "$ac_cpp_err"; then
8850 ac_header_preproc=yes
8851 else
8852 echo "$as_me: failed program was:" >&5
8853 sed 's/^/| /' conftest.$ac_ext >&5
8854
8855 ac_header_preproc=no
8856 fi
8857 rm -f conftest.err conftest.$ac_ext
8858 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8859 echo "${ECHO_T}$ac_header_preproc" >&6
8860
8861 # So? What about this header?
8862 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8863 yes:no: )
8864 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8865 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8866 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8867 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8868 ac_header_preproc=yes
8869 ;;
8870 no:yes:* )
8871 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8872 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8873 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8874 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8875 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8876 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8877 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8878 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8879 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8880 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8881 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8882 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8883 (
8884 cat <<\_ASBOX
8885 ## ------------------------------------------ ##
8886 ## Report this to the AC_PACKAGE_NAME lists. ##
8887 ## ------------------------------------------ ##
8888 _ASBOX
8889 ) |
8890 sed "s/^/$as_me: WARNING: /" >&2
8891 ;;
8892 esac
8893 echo "$as_me:$LINENO: checking for $ac_header" >&5
8894 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8895 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8896 echo $ECHO_N "(cached) $ECHO_C" >&6
8897 else
8898 eval "$as_ac_Header=\$ac_header_preproc"
8899 fi
8900 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8901 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8902
8903 fi
8904 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8905 cat >>confdefs.h <<_ACEOF
8906 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8907 _ACEOF
8908
8909 fi
8910
8911 done
8912
8913
8914 for ac_header in sys/ioctl.h
8915 do
8916 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8917 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8918 echo "$as_me:$LINENO: checking for $ac_header" >&5
8919 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8920 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8921 echo $ECHO_N "(cached) $ECHO_C" >&6
8922 fi
8923 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8924 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8925 else
8926 # Is the header compilable?
8927 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8928 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8929 cat >conftest.$ac_ext <<_ACEOF
8930 /* confdefs.h. */
8931 _ACEOF
8932 cat confdefs.h >>conftest.$ac_ext
8933 cat >>conftest.$ac_ext <<_ACEOF
8934 /* end confdefs.h. */
8935 $ac_includes_default
8936 #include <$ac_header>
8937 _ACEOF
8938 rm -f conftest.$ac_objext
8939 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8940 (eval $ac_compile) 2>conftest.er1
8941 ac_status=$?
8942 grep -v '^ *+' conftest.er1 >conftest.err
8943 rm -f conftest.er1
8944 cat conftest.err >&5
8945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8946 (exit $ac_status); } &&
8947 { ac_try='test -z "$ac_c_werror_flag"
8948 || test ! -s conftest.err'
8949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8950 (eval $ac_try) 2>&5
8951 ac_status=$?
8952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8953 (exit $ac_status); }; } &&
8954 { ac_try='test -s conftest.$ac_objext'
8955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8956 (eval $ac_try) 2>&5
8957 ac_status=$?
8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959 (exit $ac_status); }; }; then
8960 ac_header_compiler=yes
8961 else
8962 echo "$as_me: failed program was:" >&5
8963 sed 's/^/| /' conftest.$ac_ext >&5
8964
8965 ac_header_compiler=no
8966 fi
8967 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8968 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8969 echo "${ECHO_T}$ac_header_compiler" >&6
8970
8971 # Is the header present?
8972 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8973 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8974 cat >conftest.$ac_ext <<_ACEOF
8975 /* confdefs.h. */
8976 _ACEOF
8977 cat confdefs.h >>conftest.$ac_ext
8978 cat >>conftest.$ac_ext <<_ACEOF
8979 /* end confdefs.h. */
8980 #include <$ac_header>
8981 _ACEOF
8982 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8983 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8984 ac_status=$?
8985 grep -v '^ *+' conftest.er1 >conftest.err
8986 rm -f conftest.er1
8987 cat conftest.err >&5
8988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8989 (exit $ac_status); } >/dev/null; then
8990 if test -s conftest.err; then
8991 ac_cpp_err=$ac_c_preproc_warn_flag
8992 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8993 else
8994 ac_cpp_err=
8995 fi
8996 else
8997 ac_cpp_err=yes
8998 fi
8999 if test -z "$ac_cpp_err"; then
9000 ac_header_preproc=yes
9001 else
9002 echo "$as_me: failed program was:" >&5
9003 sed 's/^/| /' conftest.$ac_ext >&5
9004
9005 ac_header_preproc=no
9006 fi
9007 rm -f conftest.err conftest.$ac_ext
9008 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9009 echo "${ECHO_T}$ac_header_preproc" >&6
9010
9011 # So? What about this header?
9012 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9013 yes:no: )
9014 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9015 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9016 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9017 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9018 ac_header_preproc=yes
9019 ;;
9020 no:yes:* )
9021 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9022 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9023 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9024 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9025 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9026 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9027 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9028 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9029 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9030 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9031 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9032 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9033 (
9034 cat <<\_ASBOX
9035 ## ------------------------------------------ ##
9036 ## Report this to the AC_PACKAGE_NAME lists. ##
9037 ## ------------------------------------------ ##
9038 _ASBOX
9039 ) |
9040 sed "s/^/$as_me: WARNING: /" >&2
9041 ;;
9042 esac
9043 echo "$as_me:$LINENO: checking for $ac_header" >&5
9044 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9045 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9046 echo $ECHO_N "(cached) $ECHO_C" >&6
9047 else
9048 eval "$as_ac_Header=\$ac_header_preproc"
9049 fi
9050 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9051 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9052
9053 fi
9054 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9055 cat >>confdefs.h <<_ACEOF
9056 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9057 _ACEOF
9058
9059 fi
9060
9061 done
9062
9063
9064 for ac_header in sys/param.h
9065 do
9066 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9067 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9068 echo "$as_me:$LINENO: checking for $ac_header" >&5
9069 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9070 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9071 echo $ECHO_N "(cached) $ECHO_C" >&6
9072 fi
9073 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9074 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9075 else
9076 # Is the header compilable?
9077 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9078 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9079 cat >conftest.$ac_ext <<_ACEOF
9080 /* confdefs.h. */
9081 _ACEOF
9082 cat confdefs.h >>conftest.$ac_ext
9083 cat >>conftest.$ac_ext <<_ACEOF
9084 /* end confdefs.h. */
9085 $ac_includes_default
9086 #include <$ac_header>
9087 _ACEOF
9088 rm -f conftest.$ac_objext
9089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9090 (eval $ac_compile) 2>conftest.er1
9091 ac_status=$?
9092 grep -v '^ *+' conftest.er1 >conftest.err
9093 rm -f conftest.er1
9094 cat conftest.err >&5
9095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9096 (exit $ac_status); } &&
9097 { ac_try='test -z "$ac_c_werror_flag"
9098 || test ! -s conftest.err'
9099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9100 (eval $ac_try) 2>&5
9101 ac_status=$?
9102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9103 (exit $ac_status); }; } &&
9104 { ac_try='test -s conftest.$ac_objext'
9105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9106 (eval $ac_try) 2>&5
9107 ac_status=$?
9108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9109 (exit $ac_status); }; }; then
9110 ac_header_compiler=yes
9111 else
9112 echo "$as_me: failed program was:" >&5
9113 sed 's/^/| /' conftest.$ac_ext >&5
9114
9115 ac_header_compiler=no
9116 fi
9117 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9118 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9119 echo "${ECHO_T}$ac_header_compiler" >&6
9120
9121 # Is the header present?
9122 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9123 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9124 cat >conftest.$ac_ext <<_ACEOF
9125 /* confdefs.h. */
9126 _ACEOF
9127 cat confdefs.h >>conftest.$ac_ext
9128 cat >>conftest.$ac_ext <<_ACEOF
9129 /* end confdefs.h. */
9130 #include <$ac_header>
9131 _ACEOF
9132 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9133 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9134 ac_status=$?
9135 grep -v '^ *+' conftest.er1 >conftest.err
9136 rm -f conftest.er1
9137 cat conftest.err >&5
9138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9139 (exit $ac_status); } >/dev/null; then
9140 if test -s conftest.err; then
9141 ac_cpp_err=$ac_c_preproc_warn_flag
9142 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9143 else
9144 ac_cpp_err=
9145 fi
9146 else
9147 ac_cpp_err=yes
9148 fi
9149 if test -z "$ac_cpp_err"; then
9150 ac_header_preproc=yes
9151 else
9152 echo "$as_me: failed program was:" >&5
9153 sed 's/^/| /' conftest.$ac_ext >&5
9154
9155 ac_header_preproc=no
9156 fi
9157 rm -f conftest.err conftest.$ac_ext
9158 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9159 echo "${ECHO_T}$ac_header_preproc" >&6
9160
9161 # So? What about this header?
9162 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9163 yes:no: )
9164 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9165 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9166 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9167 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9168 ac_header_preproc=yes
9169 ;;
9170 no:yes:* )
9171 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9172 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9173 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9174 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9175 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9176 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9177 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9178 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9179 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9180 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9181 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9182 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9183 (
9184 cat <<\_ASBOX
9185 ## ------------------------------------------ ##
9186 ## Report this to the AC_PACKAGE_NAME lists. ##
9187 ## ------------------------------------------ ##
9188 _ASBOX
9189 ) |
9190 sed "s/^/$as_me: WARNING: /" >&2
9191 ;;
9192 esac
9193 echo "$as_me:$LINENO: checking for $ac_header" >&5
9194 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9195 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9196 echo $ECHO_N "(cached) $ECHO_C" >&6
9197 else
9198 eval "$as_ac_Header=\$ac_header_preproc"
9199 fi
9200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9201 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9202
9203 fi
9204 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9205 cat >>confdefs.h <<_ACEOF
9206 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9207 _ACEOF
9208
9209 fi
9210
9211 done
9212
9213
9214 for ac_header in sys/resource.h
9215 do
9216 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9217 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9218 echo "$as_me:$LINENO: checking for $ac_header" >&5
9219 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9220 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9221 echo $ECHO_N "(cached) $ECHO_C" >&6
9222 fi
9223 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9224 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9225 else
9226 # Is the header compilable?
9227 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9228 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9229 cat >conftest.$ac_ext <<_ACEOF
9230 /* confdefs.h. */
9231 _ACEOF
9232 cat confdefs.h >>conftest.$ac_ext
9233 cat >>conftest.$ac_ext <<_ACEOF
9234 /* end confdefs.h. */
9235 $ac_includes_default
9236 #include <$ac_header>
9237 _ACEOF
9238 rm -f conftest.$ac_objext
9239 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9240 (eval $ac_compile) 2>conftest.er1
9241 ac_status=$?
9242 grep -v '^ *+' conftest.er1 >conftest.err
9243 rm -f conftest.er1
9244 cat conftest.err >&5
9245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9246 (exit $ac_status); } &&
9247 { ac_try='test -z "$ac_c_werror_flag"
9248 || test ! -s conftest.err'
9249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9250 (eval $ac_try) 2>&5
9251 ac_status=$?
9252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9253 (exit $ac_status); }; } &&
9254 { ac_try='test -s conftest.$ac_objext'
9255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9256 (eval $ac_try) 2>&5
9257 ac_status=$?
9258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9259 (exit $ac_status); }; }; then
9260 ac_header_compiler=yes
9261 else
9262 echo "$as_me: failed program was:" >&5
9263 sed 's/^/| /' conftest.$ac_ext >&5
9264
9265 ac_header_compiler=no
9266 fi
9267 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9268 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9269 echo "${ECHO_T}$ac_header_compiler" >&6
9270
9271 # Is the header present?
9272 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9273 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9274 cat >conftest.$ac_ext <<_ACEOF
9275 /* confdefs.h. */
9276 _ACEOF
9277 cat confdefs.h >>conftest.$ac_ext
9278 cat >>conftest.$ac_ext <<_ACEOF
9279 /* end confdefs.h. */
9280 #include <$ac_header>
9281 _ACEOF
9282 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9283 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9284 ac_status=$?
9285 grep -v '^ *+' conftest.er1 >conftest.err
9286 rm -f conftest.er1
9287 cat conftest.err >&5
9288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9289 (exit $ac_status); } >/dev/null; then
9290 if test -s conftest.err; then
9291 ac_cpp_err=$ac_c_preproc_warn_flag
9292 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9293 else
9294 ac_cpp_err=
9295 fi
9296 else
9297 ac_cpp_err=yes
9298 fi
9299 if test -z "$ac_cpp_err"; then
9300 ac_header_preproc=yes
9301 else
9302 echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9304
9305 ac_header_preproc=no
9306 fi
9307 rm -f conftest.err conftest.$ac_ext
9308 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9309 echo "${ECHO_T}$ac_header_preproc" >&6
9310
9311 # So? What about this header?
9312 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9313 yes:no: )
9314 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9315 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9316 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9317 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9318 ac_header_preproc=yes
9319 ;;
9320 no:yes:* )
9321 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9322 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9323 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9324 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9325 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9326 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9327 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9328 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9330 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9331 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9332 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9333 (
9334 cat <<\_ASBOX
9335 ## ------------------------------------------ ##
9336 ## Report this to the AC_PACKAGE_NAME lists. ##
9337 ## ------------------------------------------ ##
9338 _ASBOX
9339 ) |
9340 sed "s/^/$as_me: WARNING: /" >&2
9341 ;;
9342 esac
9343 echo "$as_me:$LINENO: checking for $ac_header" >&5
9344 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9345 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9346 echo $ECHO_N "(cached) $ECHO_C" >&6
9347 else
9348 eval "$as_ac_Header=\$ac_header_preproc"
9349 fi
9350 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9351 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9352
9353 fi
9354 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9355 cat >>confdefs.h <<_ACEOF
9356 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9357 _ACEOF
9358
9359 fi
9360
9361 done
9362
9363
9364 for ac_header in sys/proc.h
9365 do
9366 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9367 echo "$as_me:$LINENO: checking for $ac_header" >&5
9368 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9369 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9370 echo $ECHO_N "(cached) $ECHO_C" >&6
9371 else
9372 cat >conftest.$ac_ext <<_ACEOF
9373 /* confdefs.h. */
9374 _ACEOF
9375 cat confdefs.h >>conftest.$ac_ext
9376 cat >>conftest.$ac_ext <<_ACEOF
9377 /* end confdefs.h. */
9378 #if HAVE_SYS_PARAM_H
9379 # include <sys/param.h>
9380 #endif
9381
9382
9383 #include <$ac_header>
9384 _ACEOF
9385 rm -f conftest.$ac_objext
9386 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9387 (eval $ac_compile) 2>conftest.er1
9388 ac_status=$?
9389 grep -v '^ *+' conftest.er1 >conftest.err
9390 rm -f conftest.er1
9391 cat conftest.err >&5
9392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9393 (exit $ac_status); } &&
9394 { ac_try='test -z "$ac_c_werror_flag"
9395 || test ! -s conftest.err'
9396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9397 (eval $ac_try) 2>&5
9398 ac_status=$?
9399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400 (exit $ac_status); }; } &&
9401 { ac_try='test -s conftest.$ac_objext'
9402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9403 (eval $ac_try) 2>&5
9404 ac_status=$?
9405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9406 (exit $ac_status); }; }; then
9407 eval "$as_ac_Header=yes"
9408 else
9409 echo "$as_me: failed program was:" >&5
9410 sed 's/^/| /' conftest.$ac_ext >&5
9411
9412 eval "$as_ac_Header=no"
9413 fi
9414 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9415 fi
9416 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9417 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9418 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9419 cat >>confdefs.h <<_ACEOF
9420 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9421 _ACEOF
9422
9423 fi
9424
9425 done
9426
9427
9428 for ac_header in sys/procfs.h
9429 do
9430 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9431 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9432 echo "$as_me:$LINENO: checking for $ac_header" >&5
9433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9434 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9435 echo $ECHO_N "(cached) $ECHO_C" >&6
9436 fi
9437 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9438 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9439 else
9440 # Is the header compilable?
9441 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9442 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9443 cat >conftest.$ac_ext <<_ACEOF
9444 /* confdefs.h. */
9445 _ACEOF
9446 cat confdefs.h >>conftest.$ac_ext
9447 cat >>conftest.$ac_ext <<_ACEOF
9448 /* end confdefs.h. */
9449 $ac_includes_default
9450 #include <$ac_header>
9451 _ACEOF
9452 rm -f conftest.$ac_objext
9453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9454 (eval $ac_compile) 2>conftest.er1
9455 ac_status=$?
9456 grep -v '^ *+' conftest.er1 >conftest.err
9457 rm -f conftest.er1
9458 cat conftest.err >&5
9459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9460 (exit $ac_status); } &&
9461 { ac_try='test -z "$ac_c_werror_flag"
9462 || test ! -s conftest.err'
9463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9464 (eval $ac_try) 2>&5
9465 ac_status=$?
9466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9467 (exit $ac_status); }; } &&
9468 { ac_try='test -s conftest.$ac_objext'
9469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9470 (eval $ac_try) 2>&5
9471 ac_status=$?
9472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9473 (exit $ac_status); }; }; then
9474 ac_header_compiler=yes
9475 else
9476 echo "$as_me: failed program was:" >&5
9477 sed 's/^/| /' conftest.$ac_ext >&5
9478
9479 ac_header_compiler=no
9480 fi
9481 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9482 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9483 echo "${ECHO_T}$ac_header_compiler" >&6
9484
9485 # Is the header present?
9486 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9487 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9488 cat >conftest.$ac_ext <<_ACEOF
9489 /* confdefs.h. */
9490 _ACEOF
9491 cat confdefs.h >>conftest.$ac_ext
9492 cat >>conftest.$ac_ext <<_ACEOF
9493 /* end confdefs.h. */
9494 #include <$ac_header>
9495 _ACEOF
9496 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9497 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9498 ac_status=$?
9499 grep -v '^ *+' conftest.er1 >conftest.err
9500 rm -f conftest.er1
9501 cat conftest.err >&5
9502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9503 (exit $ac_status); } >/dev/null; then
9504 if test -s conftest.err; then
9505 ac_cpp_err=$ac_c_preproc_warn_flag
9506 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9507 else
9508 ac_cpp_err=
9509 fi
9510 else
9511 ac_cpp_err=yes
9512 fi
9513 if test -z "$ac_cpp_err"; then
9514 ac_header_preproc=yes
9515 else
9516 echo "$as_me: failed program was:" >&5
9517 sed 's/^/| /' conftest.$ac_ext >&5
9518
9519 ac_header_preproc=no
9520 fi
9521 rm -f conftest.err conftest.$ac_ext
9522 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9523 echo "${ECHO_T}$ac_header_preproc" >&6
9524
9525 # So? What about this header?
9526 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9527 yes:no: )
9528 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9529 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9531 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9532 ac_header_preproc=yes
9533 ;;
9534 no:yes:* )
9535 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9536 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9537 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9538 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9539 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9540 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9541 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9542 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9544 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9545 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9546 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9547 (
9548 cat <<\_ASBOX
9549 ## ------------------------------------------ ##
9550 ## Report this to the AC_PACKAGE_NAME lists. ##
9551 ## ------------------------------------------ ##
9552 _ASBOX
9553 ) |
9554 sed "s/^/$as_me: WARNING: /" >&2
9555 ;;
9556 esac
9557 echo "$as_me:$LINENO: checking for $ac_header" >&5
9558 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9559 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9560 echo $ECHO_N "(cached) $ECHO_C" >&6
9561 else
9562 eval "$as_ac_Header=\$ac_header_preproc"
9563 fi
9564 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9565 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9566
9567 fi
9568 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9569 cat >>confdefs.h <<_ACEOF
9570 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9571 _ACEOF
9572
9573 fi
9574
9575 done
9576
9577
9578
9579 for ac_header in sys/ptrace.h ptrace.h
9580 do
9581 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9582 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9583 echo "$as_me:$LINENO: checking for $ac_header" >&5
9584 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9585 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9586 echo $ECHO_N "(cached) $ECHO_C" >&6
9587 fi
9588 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9589 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9590 else
9591 # Is the header compilable?
9592 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9593 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9594 cat >conftest.$ac_ext <<_ACEOF
9595 /* confdefs.h. */
9596 _ACEOF
9597 cat confdefs.h >>conftest.$ac_ext
9598 cat >>conftest.$ac_ext <<_ACEOF
9599 /* end confdefs.h. */
9600 $ac_includes_default
9601 #include <$ac_header>
9602 _ACEOF
9603 rm -f conftest.$ac_objext
9604 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9605 (eval $ac_compile) 2>conftest.er1
9606 ac_status=$?
9607 grep -v '^ *+' conftest.er1 >conftest.err
9608 rm -f conftest.er1
9609 cat conftest.err >&5
9610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); } &&
9612 { ac_try='test -z "$ac_c_werror_flag"
9613 || test ! -s conftest.err'
9614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9615 (eval $ac_try) 2>&5
9616 ac_status=$?
9617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9618 (exit $ac_status); }; } &&
9619 { ac_try='test -s conftest.$ac_objext'
9620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9621 (eval $ac_try) 2>&5
9622 ac_status=$?
9623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9624 (exit $ac_status); }; }; then
9625 ac_header_compiler=yes
9626 else
9627 echo "$as_me: failed program was:" >&5
9628 sed 's/^/| /' conftest.$ac_ext >&5
9629
9630 ac_header_compiler=no
9631 fi
9632 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9633 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9634 echo "${ECHO_T}$ac_header_compiler" >&6
9635
9636 # Is the header present?
9637 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9638 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9639 cat >conftest.$ac_ext <<_ACEOF
9640 /* confdefs.h. */
9641 _ACEOF
9642 cat confdefs.h >>conftest.$ac_ext
9643 cat >>conftest.$ac_ext <<_ACEOF
9644 /* end confdefs.h. */
9645 #include <$ac_header>
9646 _ACEOF
9647 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9648 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9649 ac_status=$?
9650 grep -v '^ *+' conftest.er1 >conftest.err
9651 rm -f conftest.er1
9652 cat conftest.err >&5
9653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9654 (exit $ac_status); } >/dev/null; then
9655 if test -s conftest.err; then
9656 ac_cpp_err=$ac_c_preproc_warn_flag
9657 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9658 else
9659 ac_cpp_err=
9660 fi
9661 else
9662 ac_cpp_err=yes
9663 fi
9664 if test -z "$ac_cpp_err"; then
9665 ac_header_preproc=yes
9666 else
9667 echo "$as_me: failed program was:" >&5
9668 sed 's/^/| /' conftest.$ac_ext >&5
9669
9670 ac_header_preproc=no
9671 fi
9672 rm -f conftest.err conftest.$ac_ext
9673 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9674 echo "${ECHO_T}$ac_header_preproc" >&6
9675
9676 # So? What about this header?
9677 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9678 yes:no: )
9679 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9680 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9681 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9682 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9683 ac_header_preproc=yes
9684 ;;
9685 no:yes:* )
9686 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9687 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9688 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9689 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9690 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9691 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9692 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9693 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9694 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9695 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9696 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9697 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9698 (
9699 cat <<\_ASBOX
9700 ## ------------------------------------------ ##
9701 ## Report this to the AC_PACKAGE_NAME lists. ##
9702 ## ------------------------------------------ ##
9703 _ASBOX
9704 ) |
9705 sed "s/^/$as_me: WARNING: /" >&2
9706 ;;
9707 esac
9708 echo "$as_me:$LINENO: checking for $ac_header" >&5
9709 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9710 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9711 echo $ECHO_N "(cached) $ECHO_C" >&6
9712 else
9713 eval "$as_ac_Header=\$ac_header_preproc"
9714 fi
9715 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9716 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9717
9718 fi
9719 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9720 cat >>confdefs.h <<_ACEOF
9721 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9722 _ACEOF
9723
9724 fi
9725
9726 done
9727
9728
9729
9730 for ac_header in sys/reg.h sys/debugreg.h
9731 do
9732 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9733 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9734 echo "$as_me:$LINENO: checking for $ac_header" >&5
9735 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9736 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9737 echo $ECHO_N "(cached) $ECHO_C" >&6
9738 fi
9739 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9740 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9741 else
9742 # Is the header compilable?
9743 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9744 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9745 cat >conftest.$ac_ext <<_ACEOF
9746 /* confdefs.h. */
9747 _ACEOF
9748 cat confdefs.h >>conftest.$ac_ext
9749 cat >>conftest.$ac_ext <<_ACEOF
9750 /* end confdefs.h. */
9751 $ac_includes_default
9752 #include <$ac_header>
9753 _ACEOF
9754 rm -f conftest.$ac_objext
9755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9756 (eval $ac_compile) 2>conftest.er1
9757 ac_status=$?
9758 grep -v '^ *+' conftest.er1 >conftest.err
9759 rm -f conftest.er1
9760 cat conftest.err >&5
9761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9762 (exit $ac_status); } &&
9763 { ac_try='test -z "$ac_c_werror_flag"
9764 || test ! -s conftest.err'
9765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9766 (eval $ac_try) 2>&5
9767 ac_status=$?
9768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9769 (exit $ac_status); }; } &&
9770 { ac_try='test -s conftest.$ac_objext'
9771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9772 (eval $ac_try) 2>&5
9773 ac_status=$?
9774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9775 (exit $ac_status); }; }; then
9776 ac_header_compiler=yes
9777 else
9778 echo "$as_me: failed program was:" >&5
9779 sed 's/^/| /' conftest.$ac_ext >&5
9780
9781 ac_header_compiler=no
9782 fi
9783 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9784 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9785 echo "${ECHO_T}$ac_header_compiler" >&6
9786
9787 # Is the header present?
9788 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9789 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9790 cat >conftest.$ac_ext <<_ACEOF
9791 /* confdefs.h. */
9792 _ACEOF
9793 cat confdefs.h >>conftest.$ac_ext
9794 cat >>conftest.$ac_ext <<_ACEOF
9795 /* end confdefs.h. */
9796 #include <$ac_header>
9797 _ACEOF
9798 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9799 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9800 ac_status=$?
9801 grep -v '^ *+' conftest.er1 >conftest.err
9802 rm -f conftest.er1
9803 cat conftest.err >&5
9804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9805 (exit $ac_status); } >/dev/null; then
9806 if test -s conftest.err; then
9807 ac_cpp_err=$ac_c_preproc_warn_flag
9808 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9809 else
9810 ac_cpp_err=
9811 fi
9812 else
9813 ac_cpp_err=yes
9814 fi
9815 if test -z "$ac_cpp_err"; then
9816 ac_header_preproc=yes
9817 else
9818 echo "$as_me: failed program was:" >&5
9819 sed 's/^/| /' conftest.$ac_ext >&5
9820
9821 ac_header_preproc=no
9822 fi
9823 rm -f conftest.err conftest.$ac_ext
9824 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9825 echo "${ECHO_T}$ac_header_preproc" >&6
9826
9827 # So? What about this header?
9828 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9829 yes:no: )
9830 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9831 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9832 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9833 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9834 ac_header_preproc=yes
9835 ;;
9836 no:yes:* )
9837 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9838 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9839 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9840 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9841 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9842 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9843 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9844 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9845 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9846 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9847 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9848 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9849 (
9850 cat <<\_ASBOX
9851 ## ------------------------------------------ ##
9852 ## Report this to the AC_PACKAGE_NAME lists. ##
9853 ## ------------------------------------------ ##
9854 _ASBOX
9855 ) |
9856 sed "s/^/$as_me: WARNING: /" >&2
9857 ;;
9858 esac
9859 echo "$as_me:$LINENO: checking for $ac_header" >&5
9860 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9861 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9862 echo $ECHO_N "(cached) $ECHO_C" >&6
9863 else
9864 eval "$as_ac_Header=\$ac_header_preproc"
9865 fi
9866 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9867 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9868
9869 fi
9870 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9871 cat >>confdefs.h <<_ACEOF
9872 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9873 _ACEOF
9874
9875 fi
9876
9877 done
9878
9879
9880 for ac_header in sys/select.h
9881 do
9882 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9883 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9884 echo "$as_me:$LINENO: checking for $ac_header" >&5
9885 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9886 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9887 echo $ECHO_N "(cached) $ECHO_C" >&6
9888 fi
9889 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9890 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9891 else
9892 # Is the header compilable?
9893 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9894 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9895 cat >conftest.$ac_ext <<_ACEOF
9896 /* confdefs.h. */
9897 _ACEOF
9898 cat confdefs.h >>conftest.$ac_ext
9899 cat >>conftest.$ac_ext <<_ACEOF
9900 /* end confdefs.h. */
9901 $ac_includes_default
9902 #include <$ac_header>
9903 _ACEOF
9904 rm -f conftest.$ac_objext
9905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9906 (eval $ac_compile) 2>conftest.er1
9907 ac_status=$?
9908 grep -v '^ *+' conftest.er1 >conftest.err
9909 rm -f conftest.er1
9910 cat conftest.err >&5
9911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9912 (exit $ac_status); } &&
9913 { ac_try='test -z "$ac_c_werror_flag"
9914 || test ! -s conftest.err'
9915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9916 (eval $ac_try) 2>&5
9917 ac_status=$?
9918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9919 (exit $ac_status); }; } &&
9920 { ac_try='test -s conftest.$ac_objext'
9921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9922 (eval $ac_try) 2>&5
9923 ac_status=$?
9924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925 (exit $ac_status); }; }; then
9926 ac_header_compiler=yes
9927 else
9928 echo "$as_me: failed program was:" >&5
9929 sed 's/^/| /' conftest.$ac_ext >&5
9930
9931 ac_header_compiler=no
9932 fi
9933 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9934 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9935 echo "${ECHO_T}$ac_header_compiler" >&6
9936
9937 # Is the header present?
9938 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9939 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9940 cat >conftest.$ac_ext <<_ACEOF
9941 /* confdefs.h. */
9942 _ACEOF
9943 cat confdefs.h >>conftest.$ac_ext
9944 cat >>conftest.$ac_ext <<_ACEOF
9945 /* end confdefs.h. */
9946 #include <$ac_header>
9947 _ACEOF
9948 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9949 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9950 ac_status=$?
9951 grep -v '^ *+' conftest.er1 >conftest.err
9952 rm -f conftest.er1
9953 cat conftest.err >&5
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } >/dev/null; then
9956 if test -s conftest.err; then
9957 ac_cpp_err=$ac_c_preproc_warn_flag
9958 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9959 else
9960 ac_cpp_err=
9961 fi
9962 else
9963 ac_cpp_err=yes
9964 fi
9965 if test -z "$ac_cpp_err"; then
9966 ac_header_preproc=yes
9967 else
9968 echo "$as_me: failed program was:" >&5
9969 sed 's/^/| /' conftest.$ac_ext >&5
9970
9971 ac_header_preproc=no
9972 fi
9973 rm -f conftest.err conftest.$ac_ext
9974 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9975 echo "${ECHO_T}$ac_header_preproc" >&6
9976
9977 # So? What about this header?
9978 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9979 yes:no: )
9980 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9981 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9982 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9983 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9984 ac_header_preproc=yes
9985 ;;
9986 no:yes:* )
9987 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9988 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9989 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9990 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9991 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9992 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9993 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9994 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9995 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9996 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9997 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9998 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9999 (
10000 cat <<\_ASBOX
10001 ## ------------------------------------------ ##
10002 ## Report this to the AC_PACKAGE_NAME lists. ##
10003 ## ------------------------------------------ ##
10004 _ASBOX
10005 ) |
10006 sed "s/^/$as_me: WARNING: /" >&2
10007 ;;
10008 esac
10009 echo "$as_me:$LINENO: checking for $ac_header" >&5
10010 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10011 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10012 echo $ECHO_N "(cached) $ECHO_C" >&6
10013 else
10014 eval "$as_ac_Header=\$ac_header_preproc"
10015 fi
10016 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10017 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10018
10019 fi
10020 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10021 cat >>confdefs.h <<_ACEOF
10022 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10023 _ACEOF
10024
10025 fi
10026
10027 done
10028
10029
10030 for ac_header in sys/syscall.h
10031 do
10032 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10033 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10034 echo "$as_me:$LINENO: checking for $ac_header" >&5
10035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10036 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10037 echo $ECHO_N "(cached) $ECHO_C" >&6
10038 fi
10039 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10040 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10041 else
10042 # Is the header compilable?
10043 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10044 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10045 cat >conftest.$ac_ext <<_ACEOF
10046 /* confdefs.h. */
10047 _ACEOF
10048 cat confdefs.h >>conftest.$ac_ext
10049 cat >>conftest.$ac_ext <<_ACEOF
10050 /* end confdefs.h. */
10051 $ac_includes_default
10052 #include <$ac_header>
10053 _ACEOF
10054 rm -f conftest.$ac_objext
10055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10056 (eval $ac_compile) 2>conftest.er1
10057 ac_status=$?
10058 grep -v '^ *+' conftest.er1 >conftest.err
10059 rm -f conftest.er1
10060 cat conftest.err >&5
10061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10062 (exit $ac_status); } &&
10063 { ac_try='test -z "$ac_c_werror_flag"
10064 || test ! -s conftest.err'
10065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10066 (eval $ac_try) 2>&5
10067 ac_status=$?
10068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10069 (exit $ac_status); }; } &&
10070 { ac_try='test -s conftest.$ac_objext'
10071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10072 (eval $ac_try) 2>&5
10073 ac_status=$?
10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075 (exit $ac_status); }; }; then
10076 ac_header_compiler=yes
10077 else
10078 echo "$as_me: failed program was:" >&5
10079 sed 's/^/| /' conftest.$ac_ext >&5
10080
10081 ac_header_compiler=no
10082 fi
10083 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10084 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10085 echo "${ECHO_T}$ac_header_compiler" >&6
10086
10087 # Is the header present?
10088 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10089 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10090 cat >conftest.$ac_ext <<_ACEOF
10091 /* confdefs.h. */
10092 _ACEOF
10093 cat confdefs.h >>conftest.$ac_ext
10094 cat >>conftest.$ac_ext <<_ACEOF
10095 /* end confdefs.h. */
10096 #include <$ac_header>
10097 _ACEOF
10098 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10099 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10100 ac_status=$?
10101 grep -v '^ *+' conftest.er1 >conftest.err
10102 rm -f conftest.er1
10103 cat conftest.err >&5
10104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10105 (exit $ac_status); } >/dev/null; then
10106 if test -s conftest.err; then
10107 ac_cpp_err=$ac_c_preproc_warn_flag
10108 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10109 else
10110 ac_cpp_err=
10111 fi
10112 else
10113 ac_cpp_err=yes
10114 fi
10115 if test -z "$ac_cpp_err"; then
10116 ac_header_preproc=yes
10117 else
10118 echo "$as_me: failed program was:" >&5
10119 sed 's/^/| /' conftest.$ac_ext >&5
10120
10121 ac_header_preproc=no
10122 fi
10123 rm -f conftest.err conftest.$ac_ext
10124 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10125 echo "${ECHO_T}$ac_header_preproc" >&6
10126
10127 # So? What about this header?
10128 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10129 yes:no: )
10130 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10131 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10132 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10133 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10134 ac_header_preproc=yes
10135 ;;
10136 no:yes:* )
10137 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10138 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10139 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10140 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10141 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10142 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10143 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10144 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10145 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10146 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10147 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10148 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10149 (
10150 cat <<\_ASBOX
10151 ## ------------------------------------------ ##
10152 ## Report this to the AC_PACKAGE_NAME lists. ##
10153 ## ------------------------------------------ ##
10154 _ASBOX
10155 ) |
10156 sed "s/^/$as_me: WARNING: /" >&2
10157 ;;
10158 esac
10159 echo "$as_me:$LINENO: checking for $ac_header" >&5
10160 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10161 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10162 echo $ECHO_N "(cached) $ECHO_C" >&6
10163 else
10164 eval "$as_ac_Header=\$ac_header_preproc"
10165 fi
10166 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10167 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10168
10169 fi
10170 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10171 cat >>confdefs.h <<_ACEOF
10172 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10173 _ACEOF
10174
10175 fi
10176
10177 done
10178
10179
10180 for ac_header in sys/types.h
10181 do
10182 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10183 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10184 echo "$as_me:$LINENO: checking for $ac_header" >&5
10185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10186 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10187 echo $ECHO_N "(cached) $ECHO_C" >&6
10188 fi
10189 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10190 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10191 else
10192 # Is the header compilable?
10193 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10194 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10195 cat >conftest.$ac_ext <<_ACEOF
10196 /* confdefs.h. */
10197 _ACEOF
10198 cat confdefs.h >>conftest.$ac_ext
10199 cat >>conftest.$ac_ext <<_ACEOF
10200 /* end confdefs.h. */
10201 $ac_includes_default
10202 #include <$ac_header>
10203 _ACEOF
10204 rm -f conftest.$ac_objext
10205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10206 (eval $ac_compile) 2>conftest.er1
10207 ac_status=$?
10208 grep -v '^ *+' conftest.er1 >conftest.err
10209 rm -f conftest.er1
10210 cat conftest.err >&5
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); } &&
10213 { ac_try='test -z "$ac_c_werror_flag"
10214 || test ! -s conftest.err'
10215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10216 (eval $ac_try) 2>&5
10217 ac_status=$?
10218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10219 (exit $ac_status); }; } &&
10220 { ac_try='test -s conftest.$ac_objext'
10221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10222 (eval $ac_try) 2>&5
10223 ac_status=$?
10224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10225 (exit $ac_status); }; }; then
10226 ac_header_compiler=yes
10227 else
10228 echo "$as_me: failed program was:" >&5
10229 sed 's/^/| /' conftest.$ac_ext >&5
10230
10231 ac_header_compiler=no
10232 fi
10233 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10234 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10235 echo "${ECHO_T}$ac_header_compiler" >&6
10236
10237 # Is the header present?
10238 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10239 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10240 cat >conftest.$ac_ext <<_ACEOF
10241 /* confdefs.h. */
10242 _ACEOF
10243 cat confdefs.h >>conftest.$ac_ext
10244 cat >>conftest.$ac_ext <<_ACEOF
10245 /* end confdefs.h. */
10246 #include <$ac_header>
10247 _ACEOF
10248 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10249 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10250 ac_status=$?
10251 grep -v '^ *+' conftest.er1 >conftest.err
10252 rm -f conftest.er1
10253 cat conftest.err >&5
10254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10255 (exit $ac_status); } >/dev/null; then
10256 if test -s conftest.err; then
10257 ac_cpp_err=$ac_c_preproc_warn_flag
10258 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10259 else
10260 ac_cpp_err=
10261 fi
10262 else
10263 ac_cpp_err=yes
10264 fi
10265 if test -z "$ac_cpp_err"; then
10266 ac_header_preproc=yes
10267 else
10268 echo "$as_me: failed program was:" >&5
10269 sed 's/^/| /' conftest.$ac_ext >&5
10270
10271 ac_header_preproc=no
10272 fi
10273 rm -f conftest.err conftest.$ac_ext
10274 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10275 echo "${ECHO_T}$ac_header_preproc" >&6
10276
10277 # So? What about this header?
10278 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10279 yes:no: )
10280 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10281 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10282 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10283 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10284 ac_header_preproc=yes
10285 ;;
10286 no:yes:* )
10287 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10288 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10289 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10290 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10291 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10292 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10293 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10294 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10295 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10296 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10297 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10298 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10299 (
10300 cat <<\_ASBOX
10301 ## ------------------------------------------ ##
10302 ## Report this to the AC_PACKAGE_NAME lists. ##
10303 ## ------------------------------------------ ##
10304 _ASBOX
10305 ) |
10306 sed "s/^/$as_me: WARNING: /" >&2
10307 ;;
10308 esac
10309 echo "$as_me:$LINENO: checking for $ac_header" >&5
10310 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10311 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10312 echo $ECHO_N "(cached) $ECHO_C" >&6
10313 else
10314 eval "$as_ac_Header=\$ac_header_preproc"
10315 fi
10316 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10317 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10318
10319 fi
10320 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10321 cat >>confdefs.h <<_ACEOF
10322 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10323 _ACEOF
10324
10325 fi
10326
10327 done
10328
10329
10330 for ac_header in sys/user.h
10331 do
10332 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10333 echo "$as_me:$LINENO: checking for $ac_header" >&5
10334 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10335 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10336 echo $ECHO_N "(cached) $ECHO_C" >&6
10337 else
10338 cat >conftest.$ac_ext <<_ACEOF
10339 /* confdefs.h. */
10340 _ACEOF
10341 cat confdefs.h >>conftest.$ac_ext
10342 cat >>conftest.$ac_ext <<_ACEOF
10343 /* end confdefs.h. */
10344 #if HAVE_SYS_PARAM_H
10345 # include <sys/param.h>
10346 #endif
10347
10348
10349 #include <$ac_header>
10350 _ACEOF
10351 rm -f conftest.$ac_objext
10352 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10353 (eval $ac_compile) 2>conftest.er1
10354 ac_status=$?
10355 grep -v '^ *+' conftest.er1 >conftest.err
10356 rm -f conftest.er1
10357 cat conftest.err >&5
10358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359 (exit $ac_status); } &&
10360 { ac_try='test -z "$ac_c_werror_flag"
10361 || test ! -s conftest.err'
10362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10363 (eval $ac_try) 2>&5
10364 ac_status=$?
10365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10366 (exit $ac_status); }; } &&
10367 { ac_try='test -s conftest.$ac_objext'
10368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10369 (eval $ac_try) 2>&5
10370 ac_status=$?
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); }; }; then
10373 eval "$as_ac_Header=yes"
10374 else
10375 echo "$as_me: failed program was:" >&5
10376 sed 's/^/| /' conftest.$ac_ext >&5
10377
10378 eval "$as_ac_Header=no"
10379 fi
10380 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10381 fi
10382 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10383 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10384 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10385 cat >>confdefs.h <<_ACEOF
10386 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10387 _ACEOF
10388
10389 fi
10390
10391 done
10392
10393
10394
10395 for ac_header in sys/wait.h wait.h
10396 do
10397 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10398 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10399 echo "$as_me:$LINENO: checking for $ac_header" >&5
10400 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10401 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10402 echo $ECHO_N "(cached) $ECHO_C" >&6
10403 fi
10404 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10405 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10406 else
10407 # Is the header compilable?
10408 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10409 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10410 cat >conftest.$ac_ext <<_ACEOF
10411 /* confdefs.h. */
10412 _ACEOF
10413 cat confdefs.h >>conftest.$ac_ext
10414 cat >>conftest.$ac_ext <<_ACEOF
10415 /* end confdefs.h. */
10416 $ac_includes_default
10417 #include <$ac_header>
10418 _ACEOF
10419 rm -f conftest.$ac_objext
10420 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10421 (eval $ac_compile) 2>conftest.er1
10422 ac_status=$?
10423 grep -v '^ *+' conftest.er1 >conftest.err
10424 rm -f conftest.er1
10425 cat conftest.err >&5
10426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10427 (exit $ac_status); } &&
10428 { ac_try='test -z "$ac_c_werror_flag"
10429 || test ! -s conftest.err'
10430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10431 (eval $ac_try) 2>&5
10432 ac_status=$?
10433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10434 (exit $ac_status); }; } &&
10435 { ac_try='test -s conftest.$ac_objext'
10436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10437 (eval $ac_try) 2>&5
10438 ac_status=$?
10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 (exit $ac_status); }; }; then
10441 ac_header_compiler=yes
10442 else
10443 echo "$as_me: failed program was:" >&5
10444 sed 's/^/| /' conftest.$ac_ext >&5
10445
10446 ac_header_compiler=no
10447 fi
10448 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10449 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10450 echo "${ECHO_T}$ac_header_compiler" >&6
10451
10452 # Is the header present?
10453 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10454 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10455 cat >conftest.$ac_ext <<_ACEOF
10456 /* confdefs.h. */
10457 _ACEOF
10458 cat confdefs.h >>conftest.$ac_ext
10459 cat >>conftest.$ac_ext <<_ACEOF
10460 /* end confdefs.h. */
10461 #include <$ac_header>
10462 _ACEOF
10463 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10464 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10465 ac_status=$?
10466 grep -v '^ *+' conftest.er1 >conftest.err
10467 rm -f conftest.er1
10468 cat conftest.err >&5
10469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10470 (exit $ac_status); } >/dev/null; then
10471 if test -s conftest.err; then
10472 ac_cpp_err=$ac_c_preproc_warn_flag
10473 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10474 else
10475 ac_cpp_err=
10476 fi
10477 else
10478 ac_cpp_err=yes
10479 fi
10480 if test -z "$ac_cpp_err"; then
10481 ac_header_preproc=yes
10482 else
10483 echo "$as_me: failed program was:" >&5
10484 sed 's/^/| /' conftest.$ac_ext >&5
10485
10486 ac_header_preproc=no
10487 fi
10488 rm -f conftest.err conftest.$ac_ext
10489 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10490 echo "${ECHO_T}$ac_header_preproc" >&6
10491
10492 # So? What about this header?
10493 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10494 yes:no: )
10495 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10496 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10497 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10498 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10499 ac_header_preproc=yes
10500 ;;
10501 no:yes:* )
10502 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10503 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10504 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10505 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10506 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10507 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10508 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10509 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10510 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10511 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10512 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10513 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10514 (
10515 cat <<\_ASBOX
10516 ## ------------------------------------------ ##
10517 ## Report this to the AC_PACKAGE_NAME lists. ##
10518 ## ------------------------------------------ ##
10519 _ASBOX
10520 ) |
10521 sed "s/^/$as_me: WARNING: /" >&2
10522 ;;
10523 esac
10524 echo "$as_me:$LINENO: checking for $ac_header" >&5
10525 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10526 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10527 echo $ECHO_N "(cached) $ECHO_C" >&6
10528 else
10529 eval "$as_ac_Header=\$ac_header_preproc"
10530 fi
10531 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10532 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10533
10534 fi
10535 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10536 cat >>confdefs.h <<_ACEOF
10537 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10538 _ACEOF
10539
10540 fi
10541
10542 done
10543
10544
10545
10546
10547 for ac_header in termios.h termio.h sgtty.h
10548 do
10549 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10550 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10551 echo "$as_me:$LINENO: checking for $ac_header" >&5
10552 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10553 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10554 echo $ECHO_N "(cached) $ECHO_C" >&6
10555 fi
10556 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10557 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10558 else
10559 # Is the header compilable?
10560 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10561 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10562 cat >conftest.$ac_ext <<_ACEOF
10563 /* confdefs.h. */
10564 _ACEOF
10565 cat confdefs.h >>conftest.$ac_ext
10566 cat >>conftest.$ac_ext <<_ACEOF
10567 /* end confdefs.h. */
10568 $ac_includes_default
10569 #include <$ac_header>
10570 _ACEOF
10571 rm -f conftest.$ac_objext
10572 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10573 (eval $ac_compile) 2>conftest.er1
10574 ac_status=$?
10575 grep -v '^ *+' conftest.er1 >conftest.err
10576 rm -f conftest.er1
10577 cat conftest.err >&5
10578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10579 (exit $ac_status); } &&
10580 { ac_try='test -z "$ac_c_werror_flag"
10581 || test ! -s conftest.err'
10582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10583 (eval $ac_try) 2>&5
10584 ac_status=$?
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); }; } &&
10587 { ac_try='test -s conftest.$ac_objext'
10588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10589 (eval $ac_try) 2>&5
10590 ac_status=$?
10591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10592 (exit $ac_status); }; }; then
10593 ac_header_compiler=yes
10594 else
10595 echo "$as_me: failed program was:" >&5
10596 sed 's/^/| /' conftest.$ac_ext >&5
10597
10598 ac_header_compiler=no
10599 fi
10600 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10601 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10602 echo "${ECHO_T}$ac_header_compiler" >&6
10603
10604 # Is the header present?
10605 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10606 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10607 cat >conftest.$ac_ext <<_ACEOF
10608 /* confdefs.h. */
10609 _ACEOF
10610 cat confdefs.h >>conftest.$ac_ext
10611 cat >>conftest.$ac_ext <<_ACEOF
10612 /* end confdefs.h. */
10613 #include <$ac_header>
10614 _ACEOF
10615 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10616 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10617 ac_status=$?
10618 grep -v '^ *+' conftest.er1 >conftest.err
10619 rm -f conftest.er1
10620 cat conftest.err >&5
10621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10622 (exit $ac_status); } >/dev/null; then
10623 if test -s conftest.err; then
10624 ac_cpp_err=$ac_c_preproc_warn_flag
10625 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10626 else
10627 ac_cpp_err=
10628 fi
10629 else
10630 ac_cpp_err=yes
10631 fi
10632 if test -z "$ac_cpp_err"; then
10633 ac_header_preproc=yes
10634 else
10635 echo "$as_me: failed program was:" >&5
10636 sed 's/^/| /' conftest.$ac_ext >&5
10637
10638 ac_header_preproc=no
10639 fi
10640 rm -f conftest.err conftest.$ac_ext
10641 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10642 echo "${ECHO_T}$ac_header_preproc" >&6
10643
10644 # So? What about this header?
10645 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10646 yes:no: )
10647 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10648 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10649 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10650 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10651 ac_header_preproc=yes
10652 ;;
10653 no:yes:* )
10654 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10655 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10656 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10657 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10658 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10659 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10660 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10661 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10662 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10663 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10664 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10665 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10666 (
10667 cat <<\_ASBOX
10668 ## ------------------------------------------ ##
10669 ## Report this to the AC_PACKAGE_NAME lists. ##
10670 ## ------------------------------------------ ##
10671 _ASBOX
10672 ) |
10673 sed "s/^/$as_me: WARNING: /" >&2
10674 ;;
10675 esac
10676 echo "$as_me:$LINENO: checking for $ac_header" >&5
10677 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10678 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10679 echo $ECHO_N "(cached) $ECHO_C" >&6
10680 else
10681 eval "$as_ac_Header=\$ac_header_preproc"
10682 fi
10683 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10684 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10685
10686 fi
10687 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10688 cat >>confdefs.h <<_ACEOF
10689 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10690 _ACEOF
10691
10692 fi
10693
10694 done
10695
10696
10697 for ac_header in unistd.h
10698 do
10699 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10700 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10701 echo "$as_me:$LINENO: checking for $ac_header" >&5
10702 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10703 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10704 echo $ECHO_N "(cached) $ECHO_C" >&6
10705 fi
10706 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10707 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10708 else
10709 # Is the header compilable?
10710 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10711 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10712 cat >conftest.$ac_ext <<_ACEOF
10713 /* confdefs.h. */
10714 _ACEOF
10715 cat confdefs.h >>conftest.$ac_ext
10716 cat >>conftest.$ac_ext <<_ACEOF
10717 /* end confdefs.h. */
10718 $ac_includes_default
10719 #include <$ac_header>
10720 _ACEOF
10721 rm -f conftest.$ac_objext
10722 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10723 (eval $ac_compile) 2>conftest.er1
10724 ac_status=$?
10725 grep -v '^ *+' conftest.er1 >conftest.err
10726 rm -f conftest.er1
10727 cat conftest.err >&5
10728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10729 (exit $ac_status); } &&
10730 { ac_try='test -z "$ac_c_werror_flag"
10731 || test ! -s conftest.err'
10732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10733 (eval $ac_try) 2>&5
10734 ac_status=$?
10735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); }; } &&
10737 { ac_try='test -s conftest.$ac_objext'
10738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10739 (eval $ac_try) 2>&5
10740 ac_status=$?
10741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10742 (exit $ac_status); }; }; then
10743 ac_header_compiler=yes
10744 else
10745 echo "$as_me: failed program was:" >&5
10746 sed 's/^/| /' conftest.$ac_ext >&5
10747
10748 ac_header_compiler=no
10749 fi
10750 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10751 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10752 echo "${ECHO_T}$ac_header_compiler" >&6
10753
10754 # Is the header present?
10755 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10756 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10757 cat >conftest.$ac_ext <<_ACEOF
10758 /* confdefs.h. */
10759 _ACEOF
10760 cat confdefs.h >>conftest.$ac_ext
10761 cat >>conftest.$ac_ext <<_ACEOF
10762 /* end confdefs.h. */
10763 #include <$ac_header>
10764 _ACEOF
10765 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10766 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10767 ac_status=$?
10768 grep -v '^ *+' conftest.er1 >conftest.err
10769 rm -f conftest.er1
10770 cat conftest.err >&5
10771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10772 (exit $ac_status); } >/dev/null; then
10773 if test -s conftest.err; then
10774 ac_cpp_err=$ac_c_preproc_warn_flag
10775 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10776 else
10777 ac_cpp_err=
10778 fi
10779 else
10780 ac_cpp_err=yes
10781 fi
10782 if test -z "$ac_cpp_err"; then
10783 ac_header_preproc=yes
10784 else
10785 echo "$as_me: failed program was:" >&5
10786 sed 's/^/| /' conftest.$ac_ext >&5
10787
10788 ac_header_preproc=no
10789 fi
10790 rm -f conftest.err conftest.$ac_ext
10791 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10792 echo "${ECHO_T}$ac_header_preproc" >&6
10793
10794 # So? What about this header?
10795 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10796 yes:no: )
10797 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10798 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10799 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10800 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10801 ac_header_preproc=yes
10802 ;;
10803 no:yes:* )
10804 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10805 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10806 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10807 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10808 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10809 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10810 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10811 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10812 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10813 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10814 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10815 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10816 (
10817 cat <<\_ASBOX
10818 ## ------------------------------------------ ##
10819 ## Report this to the AC_PACKAGE_NAME lists. ##
10820 ## ------------------------------------------ ##
10821 _ASBOX
10822 ) |
10823 sed "s/^/$as_me: WARNING: /" >&2
10824 ;;
10825 esac
10826 echo "$as_me:$LINENO: checking for $ac_header" >&5
10827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10828 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10829 echo $ECHO_N "(cached) $ECHO_C" >&6
10830 else
10831 eval "$as_ac_Header=\$ac_header_preproc"
10832 fi
10833 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10834 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10835
10836 fi
10837 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10838 cat >>confdefs.h <<_ACEOF
10839 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10840 _ACEOF
10841
10842 fi
10843
10844 done
10845
10846
10847 # On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
10848 # between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
10849 # think that we don't have <curses.h> if we're using GCC.
10850 case $host_os in
10851 solaris2.[789])
10852 if test "$GCC" = yes; then
10853
10854 cat >>confdefs.h <<\_ACEOF
10855 #define _MSE_INT_H 1
10856 _ACEOF
10857
10858 fi ;;
10859 esac
10860
10861
10862
10863
10864 for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h
10865 do
10866 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10867 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10868 echo "$as_me:$LINENO: checking for $ac_header" >&5
10869 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10870 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10871 echo $ECHO_N "(cached) $ECHO_C" >&6
10872 fi
10873 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10874 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10875 else
10876 # Is the header compilable?
10877 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10878 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10879 cat >conftest.$ac_ext <<_ACEOF
10880 /* confdefs.h. */
10881 _ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10885 $ac_includes_default
10886 #include <$ac_header>
10887 _ACEOF
10888 rm -f conftest.$ac_objext
10889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10890 (eval $ac_compile) 2>conftest.er1
10891 ac_status=$?
10892 grep -v '^ *+' conftest.er1 >conftest.err
10893 rm -f conftest.er1
10894 cat conftest.err >&5
10895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10896 (exit $ac_status); } &&
10897 { ac_try='test -z "$ac_c_werror_flag"
10898 || test ! -s conftest.err'
10899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10900 (eval $ac_try) 2>&5
10901 ac_status=$?
10902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10903 (exit $ac_status); }; } &&
10904 { ac_try='test -s conftest.$ac_objext'
10905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10906 (eval $ac_try) 2>&5
10907 ac_status=$?
10908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10909 (exit $ac_status); }; }; then
10910 ac_header_compiler=yes
10911 else
10912 echo "$as_me: failed program was:" >&5
10913 sed 's/^/| /' conftest.$ac_ext >&5
10914
10915 ac_header_compiler=no
10916 fi
10917 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10918 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10919 echo "${ECHO_T}$ac_header_compiler" >&6
10920
10921 # Is the header present?
10922 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10923 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10924 cat >conftest.$ac_ext <<_ACEOF
10925 /* confdefs.h. */
10926 _ACEOF
10927 cat confdefs.h >>conftest.$ac_ext
10928 cat >>conftest.$ac_ext <<_ACEOF
10929 /* end confdefs.h. */
10930 #include <$ac_header>
10931 _ACEOF
10932 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10933 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10934 ac_status=$?
10935 grep -v '^ *+' conftest.er1 >conftest.err
10936 rm -f conftest.er1
10937 cat conftest.err >&5
10938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10939 (exit $ac_status); } >/dev/null; then
10940 if test -s conftest.err; then
10941 ac_cpp_err=$ac_c_preproc_warn_flag
10942 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10943 else
10944 ac_cpp_err=
10945 fi
10946 else
10947 ac_cpp_err=yes
10948 fi
10949 if test -z "$ac_cpp_err"; then
10950 ac_header_preproc=yes
10951 else
10952 echo "$as_me: failed program was:" >&5
10953 sed 's/^/| /' conftest.$ac_ext >&5
10954
10955 ac_header_preproc=no
10956 fi
10957 rm -f conftest.err conftest.$ac_ext
10958 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10959 echo "${ECHO_T}$ac_header_preproc" >&6
10960
10961 # So? What about this header?
10962 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10963 yes:no: )
10964 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10965 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10966 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10967 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10968 ac_header_preproc=yes
10969 ;;
10970 no:yes:* )
10971 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10972 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10973 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10974 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10975 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10976 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10977 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10978 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10979 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10980 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10981 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10982 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10983 (
10984 cat <<\_ASBOX
10985 ## ------------------------------------------ ##
10986 ## Report this to the AC_PACKAGE_NAME lists. ##
10987 ## ------------------------------------------ ##
10988 _ASBOX
10989 ) |
10990 sed "s/^/$as_me: WARNING: /" >&2
10991 ;;
10992 esac
10993 echo "$as_me:$LINENO: checking for $ac_header" >&5
10994 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10995 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10996 echo $ECHO_N "(cached) $ECHO_C" >&6
10997 else
10998 eval "$as_ac_Header=\$ac_header_preproc"
10999 fi
11000 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11001 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11002
11003 fi
11004 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11005 cat >>confdefs.h <<_ACEOF
11006 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11007 _ACEOF
11008
11009 fi
11010
11011 done
11012
11013
11014 for ac_header in ncurses/term.h
11015 do
11016 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11017 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11018 echo "$as_me:$LINENO: checking for $ac_header" >&5
11019 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11020 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11021 echo $ECHO_N "(cached) $ECHO_C" >&6
11022 fi
11023 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11024 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11025 else
11026 # Is the header compilable?
11027 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11028 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11029 cat >conftest.$ac_ext <<_ACEOF
11030 /* confdefs.h. */
11031 _ACEOF
11032 cat confdefs.h >>conftest.$ac_ext
11033 cat >>conftest.$ac_ext <<_ACEOF
11034 /* end confdefs.h. */
11035 $ac_includes_default
11036 #include <$ac_header>
11037 _ACEOF
11038 rm -f conftest.$ac_objext
11039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11040 (eval $ac_compile) 2>conftest.er1
11041 ac_status=$?
11042 grep -v '^ *+' conftest.er1 >conftest.err
11043 rm -f conftest.er1
11044 cat conftest.err >&5
11045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11046 (exit $ac_status); } &&
11047 { ac_try='test -z "$ac_c_werror_flag"
11048 || test ! -s conftest.err'
11049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11050 (eval $ac_try) 2>&5
11051 ac_status=$?
11052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11053 (exit $ac_status); }; } &&
11054 { ac_try='test -s conftest.$ac_objext'
11055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11056 (eval $ac_try) 2>&5
11057 ac_status=$?
11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); }; }; then
11060 ac_header_compiler=yes
11061 else
11062 echo "$as_me: failed program was:" >&5
11063 sed 's/^/| /' conftest.$ac_ext >&5
11064
11065 ac_header_compiler=no
11066 fi
11067 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11068 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11069 echo "${ECHO_T}$ac_header_compiler" >&6
11070
11071 # Is the header present?
11072 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11073 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11074 cat >conftest.$ac_ext <<_ACEOF
11075 /* confdefs.h. */
11076 _ACEOF
11077 cat confdefs.h >>conftest.$ac_ext
11078 cat >>conftest.$ac_ext <<_ACEOF
11079 /* end confdefs.h. */
11080 #include <$ac_header>
11081 _ACEOF
11082 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11083 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11084 ac_status=$?
11085 grep -v '^ *+' conftest.er1 >conftest.err
11086 rm -f conftest.er1
11087 cat conftest.err >&5
11088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11089 (exit $ac_status); } >/dev/null; then
11090 if test -s conftest.err; then
11091 ac_cpp_err=$ac_c_preproc_warn_flag
11092 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11093 else
11094 ac_cpp_err=
11095 fi
11096 else
11097 ac_cpp_err=yes
11098 fi
11099 if test -z "$ac_cpp_err"; then
11100 ac_header_preproc=yes
11101 else
11102 echo "$as_me: failed program was:" >&5
11103 sed 's/^/| /' conftest.$ac_ext >&5
11104
11105 ac_header_preproc=no
11106 fi
11107 rm -f conftest.err conftest.$ac_ext
11108 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11109 echo "${ECHO_T}$ac_header_preproc" >&6
11110
11111 # So? What about this header?
11112 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11113 yes:no: )
11114 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11115 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11117 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11118 ac_header_preproc=yes
11119 ;;
11120 no:yes:* )
11121 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11122 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11123 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11124 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11125 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11126 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11127 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11128 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11129 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11130 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11131 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11132 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11133 (
11134 cat <<\_ASBOX
11135 ## ------------------------------------------ ##
11136 ## Report this to the AC_PACKAGE_NAME lists. ##
11137 ## ------------------------------------------ ##
11138 _ASBOX
11139 ) |
11140 sed "s/^/$as_me: WARNING: /" >&2
11141 ;;
11142 esac
11143 echo "$as_me:$LINENO: checking for $ac_header" >&5
11144 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11145 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11146 echo $ECHO_N "(cached) $ECHO_C" >&6
11147 else
11148 eval "$as_ac_Header=\$ac_header_preproc"
11149 fi
11150 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11151 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11152
11153 fi
11154 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11155 cat >>confdefs.h <<_ACEOF
11156 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11157 _ACEOF
11158
11159 fi
11160
11161 done
11162
11163
11164 for ac_header in term.h
11165 do
11166 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11167 echo "$as_me:$LINENO: checking for $ac_header" >&5
11168 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11169 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11170 echo $ECHO_N "(cached) $ECHO_C" >&6
11171 else
11172 cat >conftest.$ac_ext <<_ACEOF
11173 /* confdefs.h. */
11174 _ACEOF
11175 cat confdefs.h >>conftest.$ac_ext
11176 cat >>conftest.$ac_ext <<_ACEOF
11177 /* end confdefs.h. */
11178 #if HAVE_CURSES_H
11179 # include <curses.h>
11180 #endif
11181
11182
11183 #include <$ac_header>
11184 _ACEOF
11185 rm -f conftest.$ac_objext
11186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11187 (eval $ac_compile) 2>conftest.er1
11188 ac_status=$?
11189 grep -v '^ *+' conftest.er1 >conftest.err
11190 rm -f conftest.er1
11191 cat conftest.err >&5
11192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); } &&
11194 { ac_try='test -z "$ac_c_werror_flag"
11195 || test ! -s conftest.err'
11196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11197 (eval $ac_try) 2>&5
11198 ac_status=$?
11199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200 (exit $ac_status); }; } &&
11201 { ac_try='test -s conftest.$ac_objext'
11202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11203 (eval $ac_try) 2>&5
11204 ac_status=$?
11205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11206 (exit $ac_status); }; }; then
11207 eval "$as_ac_Header=yes"
11208 else
11209 echo "$as_me: failed program was:" >&5
11210 sed 's/^/| /' conftest.$ac_ext >&5
11211
11212 eval "$as_ac_Header=no"
11213 fi
11214 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11215 fi
11216 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11217 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11218 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11219 cat >>confdefs.h <<_ACEOF
11220 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11221 _ACEOF
11222
11223 fi
11224
11225 done
11226
11227
11228 # FIXME: kettenis/20030102: In most cases we include these
11229 # unconditionally, so what's the point in checking these?
11230
11231
11232 for ac_header in ctype.h time.h
11233 do
11234 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11235 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11236 echo "$as_me:$LINENO: checking for $ac_header" >&5
11237 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11238 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11239 echo $ECHO_N "(cached) $ECHO_C" >&6
11240 fi
11241 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11242 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11243 else
11244 # Is the header compilable?
11245 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11246 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11247 cat >conftest.$ac_ext <<_ACEOF
11248 /* confdefs.h. */
11249 _ACEOF
11250 cat confdefs.h >>conftest.$ac_ext
11251 cat >>conftest.$ac_ext <<_ACEOF
11252 /* end confdefs.h. */
11253 $ac_includes_default
11254 #include <$ac_header>
11255 _ACEOF
11256 rm -f conftest.$ac_objext
11257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11258 (eval $ac_compile) 2>conftest.er1
11259 ac_status=$?
11260 grep -v '^ *+' conftest.er1 >conftest.err
11261 rm -f conftest.er1
11262 cat conftest.err >&5
11263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11264 (exit $ac_status); } &&
11265 { ac_try='test -z "$ac_c_werror_flag"
11266 || test ! -s conftest.err'
11267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11268 (eval $ac_try) 2>&5
11269 ac_status=$?
11270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11271 (exit $ac_status); }; } &&
11272 { ac_try='test -s conftest.$ac_objext'
11273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11274 (eval $ac_try) 2>&5
11275 ac_status=$?
11276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11277 (exit $ac_status); }; }; then
11278 ac_header_compiler=yes
11279 else
11280 echo "$as_me: failed program was:" >&5
11281 sed 's/^/| /' conftest.$ac_ext >&5
11282
11283 ac_header_compiler=no
11284 fi
11285 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11286 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11287 echo "${ECHO_T}$ac_header_compiler" >&6
11288
11289 # Is the header present?
11290 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11291 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11292 cat >conftest.$ac_ext <<_ACEOF
11293 /* confdefs.h. */
11294 _ACEOF
11295 cat confdefs.h >>conftest.$ac_ext
11296 cat >>conftest.$ac_ext <<_ACEOF
11297 /* end confdefs.h. */
11298 #include <$ac_header>
11299 _ACEOF
11300 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11301 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11302 ac_status=$?
11303 grep -v '^ *+' conftest.er1 >conftest.err
11304 rm -f conftest.er1
11305 cat conftest.err >&5
11306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11307 (exit $ac_status); } >/dev/null; then
11308 if test -s conftest.err; then
11309 ac_cpp_err=$ac_c_preproc_warn_flag
11310 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11311 else
11312 ac_cpp_err=
11313 fi
11314 else
11315 ac_cpp_err=yes
11316 fi
11317 if test -z "$ac_cpp_err"; then
11318 ac_header_preproc=yes
11319 else
11320 echo "$as_me: failed program was:" >&5
11321 sed 's/^/| /' conftest.$ac_ext >&5
11322
11323 ac_header_preproc=no
11324 fi
11325 rm -f conftest.err conftest.$ac_ext
11326 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11327 echo "${ECHO_T}$ac_header_preproc" >&6
11328
11329 # So? What about this header?
11330 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11331 yes:no: )
11332 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11333 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11334 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11335 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11336 ac_header_preproc=yes
11337 ;;
11338 no:yes:* )
11339 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11340 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11341 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11342 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11343 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11344 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11345 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11346 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11347 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11348 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11349 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11350 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11351 (
11352 cat <<\_ASBOX
11353 ## ------------------------------------------ ##
11354 ## Report this to the AC_PACKAGE_NAME lists. ##
11355 ## ------------------------------------------ ##
11356 _ASBOX
11357 ) |
11358 sed "s/^/$as_me: WARNING: /" >&2
11359 ;;
11360 esac
11361 echo "$as_me:$LINENO: checking for $ac_header" >&5
11362 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11363 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11364 echo $ECHO_N "(cached) $ECHO_C" >&6
11365 else
11366 eval "$as_ac_Header=\$ac_header_preproc"
11367 fi
11368 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11369 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11370
11371 fi
11372 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11373 cat >>confdefs.h <<_ACEOF
11374 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11375 _ACEOF
11376
11377 fi
11378
11379 done
11380
11381
11382 # Create a header we can use portably to get the standard integer types.
11383
11384
11385 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
11386
11387 acx_cv_header_stdint=stddef.h
11388 acx_cv_header_stdint_kind="(already complete)"
11389 for i in stdint.h $inttype_headers; do
11390 unset ac_cv_type_uintptr_t
11391 unset ac_cv_type_uintmax_t
11392 unset ac_cv_type_int_least32_t
11393 unset ac_cv_type_int_fast32_t
11394 unset ac_cv_type_uint64_t
11395 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
11396 echo "$as_me:$LINENO: checking for uintmax_t" >&5
11397 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
11398 if test "${ac_cv_type_uintmax_t+set}" = set; then
11399 echo $ECHO_N "(cached) $ECHO_C" >&6
11400 else
11401 cat >conftest.$ac_ext <<_ACEOF
11402 /* confdefs.h. */
11403 _ACEOF
11404 cat confdefs.h >>conftest.$ac_ext
11405 cat >>conftest.$ac_ext <<_ACEOF
11406 /* end confdefs.h. */
11407 #include <sys/types.h>
11408 #include <$i>
11409
11410 int
11411 main ()
11412 {
11413 if ((uintmax_t *) 0)
11414 return 0;
11415 if (sizeof (uintmax_t))
11416 return 0;
11417 ;
11418 return 0;
11419 }
11420 _ACEOF
11421 rm -f conftest.$ac_objext
11422 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11423 (eval $ac_compile) 2>conftest.er1
11424 ac_status=$?
11425 grep -v '^ *+' conftest.er1 >conftest.err
11426 rm -f conftest.er1
11427 cat conftest.err >&5
11428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11429 (exit $ac_status); } &&
11430 { ac_try='test -z "$ac_c_werror_flag"
11431 || test ! -s conftest.err'
11432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11433 (eval $ac_try) 2>&5
11434 ac_status=$?
11435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11436 (exit $ac_status); }; } &&
11437 { ac_try='test -s conftest.$ac_objext'
11438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11439 (eval $ac_try) 2>&5
11440 ac_status=$?
11441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11442 (exit $ac_status); }; }; then
11443 ac_cv_type_uintmax_t=yes
11444 else
11445 echo "$as_me: failed program was:" >&5
11446 sed 's/^/| /' conftest.$ac_ext >&5
11447
11448 ac_cv_type_uintmax_t=no
11449 fi
11450 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11451 fi
11452 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
11453 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
11454 if test $ac_cv_type_uintmax_t = yes; then
11455 acx_cv_header_stdint=$i
11456 else
11457 continue
11458 fi
11459
11460 echo "$as_me:$LINENO: checking for uintptr_t" >&5
11461 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
11462 if test "${ac_cv_type_uintptr_t+set}" = set; then
11463 echo $ECHO_N "(cached) $ECHO_C" >&6
11464 else
11465 cat >conftest.$ac_ext <<_ACEOF
11466 /* confdefs.h. */
11467 _ACEOF
11468 cat confdefs.h >>conftest.$ac_ext
11469 cat >>conftest.$ac_ext <<_ACEOF
11470 /* end confdefs.h. */
11471 #include <sys/types.h>
11472 #include <$i>
11473
11474 int
11475 main ()
11476 {
11477 if ((uintptr_t *) 0)
11478 return 0;
11479 if (sizeof (uintptr_t))
11480 return 0;
11481 ;
11482 return 0;
11483 }
11484 _ACEOF
11485 rm -f conftest.$ac_objext
11486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11487 (eval $ac_compile) 2>conftest.er1
11488 ac_status=$?
11489 grep -v '^ *+' conftest.er1 >conftest.err
11490 rm -f conftest.er1
11491 cat conftest.err >&5
11492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11493 (exit $ac_status); } &&
11494 { ac_try='test -z "$ac_c_werror_flag"
11495 || test ! -s conftest.err'
11496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11497 (eval $ac_try) 2>&5
11498 ac_status=$?
11499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11500 (exit $ac_status); }; } &&
11501 { ac_try='test -s conftest.$ac_objext'
11502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11503 (eval $ac_try) 2>&5
11504 ac_status=$?
11505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11506 (exit $ac_status); }; }; then
11507 ac_cv_type_uintptr_t=yes
11508 else
11509 echo "$as_me: failed program was:" >&5
11510 sed 's/^/| /' conftest.$ac_ext >&5
11511
11512 ac_cv_type_uintptr_t=no
11513 fi
11514 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11515 fi
11516 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
11517 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
11518 if test $ac_cv_type_uintptr_t = yes; then
11519 :
11520 else
11521 acx_cv_header_stdint_kind="(mostly complete)"
11522 fi
11523
11524 echo "$as_me:$LINENO: checking for int_least32_t" >&5
11525 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
11526 if test "${ac_cv_type_int_least32_t+set}" = set; then
11527 echo $ECHO_N "(cached) $ECHO_C" >&6
11528 else
11529 cat >conftest.$ac_ext <<_ACEOF
11530 /* confdefs.h. */
11531 _ACEOF
11532 cat confdefs.h >>conftest.$ac_ext
11533 cat >>conftest.$ac_ext <<_ACEOF
11534 /* end confdefs.h. */
11535 #include <sys/types.h>
11536 #include <$i>
11537
11538 int
11539 main ()
11540 {
11541 if ((int_least32_t *) 0)
11542 return 0;
11543 if (sizeof (int_least32_t))
11544 return 0;
11545 ;
11546 return 0;
11547 }
11548 _ACEOF
11549 rm -f conftest.$ac_objext
11550 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11551 (eval $ac_compile) 2>conftest.er1
11552 ac_status=$?
11553 grep -v '^ *+' conftest.er1 >conftest.err
11554 rm -f conftest.er1
11555 cat conftest.err >&5
11556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11557 (exit $ac_status); } &&
11558 { ac_try='test -z "$ac_c_werror_flag"
11559 || test ! -s conftest.err'
11560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11561 (eval $ac_try) 2>&5
11562 ac_status=$?
11563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11564 (exit $ac_status); }; } &&
11565 { ac_try='test -s conftest.$ac_objext'
11566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11567 (eval $ac_try) 2>&5
11568 ac_status=$?
11569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11570 (exit $ac_status); }; }; then
11571 ac_cv_type_int_least32_t=yes
11572 else
11573 echo "$as_me: failed program was:" >&5
11574 sed 's/^/| /' conftest.$ac_ext >&5
11575
11576 ac_cv_type_int_least32_t=no
11577 fi
11578 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11579 fi
11580 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
11581 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
11582 if test $ac_cv_type_int_least32_t = yes; then
11583 :
11584 else
11585 acx_cv_header_stdint_kind="(mostly complete)"
11586 fi
11587
11588 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
11589 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
11590 if test "${ac_cv_type_int_fast32_t+set}" = set; then
11591 echo $ECHO_N "(cached) $ECHO_C" >&6
11592 else
11593 cat >conftest.$ac_ext <<_ACEOF
11594 /* confdefs.h. */
11595 _ACEOF
11596 cat confdefs.h >>conftest.$ac_ext
11597 cat >>conftest.$ac_ext <<_ACEOF
11598 /* end confdefs.h. */
11599 #include <sys/types.h>
11600 #include <$i>
11601
11602 int
11603 main ()
11604 {
11605 if ((int_fast32_t *) 0)
11606 return 0;
11607 if (sizeof (int_fast32_t))
11608 return 0;
11609 ;
11610 return 0;
11611 }
11612 _ACEOF
11613 rm -f conftest.$ac_objext
11614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11615 (eval $ac_compile) 2>conftest.er1
11616 ac_status=$?
11617 grep -v '^ *+' conftest.er1 >conftest.err
11618 rm -f conftest.er1
11619 cat conftest.err >&5
11620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11621 (exit $ac_status); } &&
11622 { ac_try='test -z "$ac_c_werror_flag"
11623 || test ! -s conftest.err'
11624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11625 (eval $ac_try) 2>&5
11626 ac_status=$?
11627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11628 (exit $ac_status); }; } &&
11629 { ac_try='test -s conftest.$ac_objext'
11630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11631 (eval $ac_try) 2>&5
11632 ac_status=$?
11633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11634 (exit $ac_status); }; }; then
11635 ac_cv_type_int_fast32_t=yes
11636 else
11637 echo "$as_me: failed program was:" >&5
11638 sed 's/^/| /' conftest.$ac_ext >&5
11639
11640 ac_cv_type_int_fast32_t=no
11641 fi
11642 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11643 fi
11644 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
11645 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
11646 if test $ac_cv_type_int_fast32_t = yes; then
11647 :
11648 else
11649 acx_cv_header_stdint_kind="(mostly complete)"
11650 fi
11651
11652 echo "$as_me:$LINENO: checking for uint64_t" >&5
11653 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
11654 if test "${ac_cv_type_uint64_t+set}" = set; then
11655 echo $ECHO_N "(cached) $ECHO_C" >&6
11656 else
11657 cat >conftest.$ac_ext <<_ACEOF
11658 /* confdefs.h. */
11659 _ACEOF
11660 cat confdefs.h >>conftest.$ac_ext
11661 cat >>conftest.$ac_ext <<_ACEOF
11662 /* end confdefs.h. */
11663 #include <sys/types.h>
11664 #include <$i>
11665
11666 int
11667 main ()
11668 {
11669 if ((uint64_t *) 0)
11670 return 0;
11671 if (sizeof (uint64_t))
11672 return 0;
11673 ;
11674 return 0;
11675 }
11676 _ACEOF
11677 rm -f conftest.$ac_objext
11678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11679 (eval $ac_compile) 2>conftest.er1
11680 ac_status=$?
11681 grep -v '^ *+' conftest.er1 >conftest.err
11682 rm -f conftest.er1
11683 cat conftest.err >&5
11684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11685 (exit $ac_status); } &&
11686 { ac_try='test -z "$ac_c_werror_flag"
11687 || test ! -s conftest.err'
11688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11689 (eval $ac_try) 2>&5
11690 ac_status=$?
11691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11692 (exit $ac_status); }; } &&
11693 { ac_try='test -s conftest.$ac_objext'
11694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11695 (eval $ac_try) 2>&5
11696 ac_status=$?
11697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11698 (exit $ac_status); }; }; then
11699 ac_cv_type_uint64_t=yes
11700 else
11701 echo "$as_me: failed program was:" >&5
11702 sed 's/^/| /' conftest.$ac_ext >&5
11703
11704 ac_cv_type_uint64_t=no
11705 fi
11706 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11707 fi
11708 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
11709 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
11710 if test $ac_cv_type_uint64_t = yes; then
11711 :
11712 else
11713 acx_cv_header_stdint_kind="(lacks uint64_t)"
11714 fi
11715
11716 break
11717 done
11718 if test "$acx_cv_header_stdint" = stddef.h; then
11719 acx_cv_header_stdint_kind="(lacks uintmax_t)"
11720 for i in stdint.h $inttype_headers; do
11721 unset ac_cv_type_uintptr_t
11722 unset ac_cv_type_uint32_t
11723 unset ac_cv_type_uint64_t
11724 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
11725 echo "$as_me:$LINENO: checking for uint32_t" >&5
11726 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
11727 if test "${ac_cv_type_uint32_t+set}" = set; then
11728 echo $ECHO_N "(cached) $ECHO_C" >&6
11729 else
11730 cat >conftest.$ac_ext <<_ACEOF
11731 /* confdefs.h. */
11732 _ACEOF
11733 cat confdefs.h >>conftest.$ac_ext
11734 cat >>conftest.$ac_ext <<_ACEOF
11735 /* end confdefs.h. */
11736 #include <sys/types.h>
11737 #include <$i>
11738
11739 int
11740 main ()
11741 {
11742 if ((uint32_t *) 0)
11743 return 0;
11744 if (sizeof (uint32_t))
11745 return 0;
11746 ;
11747 return 0;
11748 }
11749 _ACEOF
11750 rm -f conftest.$ac_objext
11751 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11752 (eval $ac_compile) 2>conftest.er1
11753 ac_status=$?
11754 grep -v '^ *+' conftest.er1 >conftest.err
11755 rm -f conftest.er1
11756 cat conftest.err >&5
11757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11758 (exit $ac_status); } &&
11759 { ac_try='test -z "$ac_c_werror_flag"
11760 || test ! -s conftest.err'
11761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11762 (eval $ac_try) 2>&5
11763 ac_status=$?
11764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11765 (exit $ac_status); }; } &&
11766 { ac_try='test -s conftest.$ac_objext'
11767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11768 (eval $ac_try) 2>&5
11769 ac_status=$?
11770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11771 (exit $ac_status); }; }; then
11772 ac_cv_type_uint32_t=yes
11773 else
11774 echo "$as_me: failed program was:" >&5
11775 sed 's/^/| /' conftest.$ac_ext >&5
11776
11777 ac_cv_type_uint32_t=no
11778 fi
11779 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11780 fi
11781 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
11782 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
11783 if test $ac_cv_type_uint32_t = yes; then
11784 acx_cv_header_stdint=$i
11785 else
11786 continue
11787 fi
11788
11789 echo "$as_me:$LINENO: checking for uint64_t" >&5
11790 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
11791 if test "${ac_cv_type_uint64_t+set}" = set; then
11792 echo $ECHO_N "(cached) $ECHO_C" >&6
11793 else
11794 cat >conftest.$ac_ext <<_ACEOF
11795 /* confdefs.h. */
11796 _ACEOF
11797 cat confdefs.h >>conftest.$ac_ext
11798 cat >>conftest.$ac_ext <<_ACEOF
11799 /* end confdefs.h. */
11800 #include <sys/types.h>
11801 #include <$i>
11802
11803 int
11804 main ()
11805 {
11806 if ((uint64_t *) 0)
11807 return 0;
11808 if (sizeof (uint64_t))
11809 return 0;
11810 ;
11811 return 0;
11812 }
11813 _ACEOF
11814 rm -f conftest.$ac_objext
11815 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11816 (eval $ac_compile) 2>conftest.er1
11817 ac_status=$?
11818 grep -v '^ *+' conftest.er1 >conftest.err
11819 rm -f conftest.er1
11820 cat conftest.err >&5
11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822 (exit $ac_status); } &&
11823 { ac_try='test -z "$ac_c_werror_flag"
11824 || test ! -s conftest.err'
11825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11826 (eval $ac_try) 2>&5
11827 ac_status=$?
11828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11829 (exit $ac_status); }; } &&
11830 { ac_try='test -s conftest.$ac_objext'
11831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11832 (eval $ac_try) 2>&5
11833 ac_status=$?
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); }; }; then
11836 ac_cv_type_uint64_t=yes
11837 else
11838 echo "$as_me: failed program was:" >&5
11839 sed 's/^/| /' conftest.$ac_ext >&5
11840
11841 ac_cv_type_uint64_t=no
11842 fi
11843 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11844 fi
11845 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
11846 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
11847
11848 echo "$as_me:$LINENO: checking for uintptr_t" >&5
11849 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
11850 if test "${ac_cv_type_uintptr_t+set}" = set; then
11851 echo $ECHO_N "(cached) $ECHO_C" >&6
11852 else
11853 cat >conftest.$ac_ext <<_ACEOF
11854 /* confdefs.h. */
11855 _ACEOF
11856 cat confdefs.h >>conftest.$ac_ext
11857 cat >>conftest.$ac_ext <<_ACEOF
11858 /* end confdefs.h. */
11859 #include <sys/types.h>
11860 #include <$i>
11861
11862 int
11863 main ()
11864 {
11865 if ((uintptr_t *) 0)
11866 return 0;
11867 if (sizeof (uintptr_t))
11868 return 0;
11869 ;
11870 return 0;
11871 }
11872 _ACEOF
11873 rm -f conftest.$ac_objext
11874 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11875 (eval $ac_compile) 2>conftest.er1
11876 ac_status=$?
11877 grep -v '^ *+' conftest.er1 >conftest.err
11878 rm -f conftest.er1
11879 cat conftest.err >&5
11880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11881 (exit $ac_status); } &&
11882 { ac_try='test -z "$ac_c_werror_flag"
11883 || test ! -s conftest.err'
11884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11885 (eval $ac_try) 2>&5
11886 ac_status=$?
11887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11888 (exit $ac_status); }; } &&
11889 { ac_try='test -s conftest.$ac_objext'
11890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11891 (eval $ac_try) 2>&5
11892 ac_status=$?
11893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11894 (exit $ac_status); }; }; then
11895 ac_cv_type_uintptr_t=yes
11896 else
11897 echo "$as_me: failed program was:" >&5
11898 sed 's/^/| /' conftest.$ac_ext >&5
11899
11900 ac_cv_type_uintptr_t=no
11901 fi
11902 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11903 fi
11904 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
11905 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
11906
11907 break
11908 done
11909 fi
11910 if test "$acx_cv_header_stdint" = stddef.h; then
11911 acx_cv_header_stdint_kind="(u_intXX_t style)"
11912 for i in sys/types.h $inttype_headers; do
11913 unset ac_cv_type_u_int32_t
11914 unset ac_cv_type_u_int64_t
11915 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
11916 echo "$as_me:$LINENO: checking for u_int32_t" >&5
11917 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
11918 if test "${ac_cv_type_u_int32_t+set}" = set; then
11919 echo $ECHO_N "(cached) $ECHO_C" >&6
11920 else
11921 cat >conftest.$ac_ext <<_ACEOF
11922 /* confdefs.h. */
11923 _ACEOF
11924 cat confdefs.h >>conftest.$ac_ext
11925 cat >>conftest.$ac_ext <<_ACEOF
11926 /* end confdefs.h. */
11927 #include <sys/types.h>
11928 #include <$i>
11929
11930 int
11931 main ()
11932 {
11933 if ((u_int32_t *) 0)
11934 return 0;
11935 if (sizeof (u_int32_t))
11936 return 0;
11937 ;
11938 return 0;
11939 }
11940 _ACEOF
11941 rm -f conftest.$ac_objext
11942 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11943 (eval $ac_compile) 2>conftest.er1
11944 ac_status=$?
11945 grep -v '^ *+' conftest.er1 >conftest.err
11946 rm -f conftest.er1
11947 cat conftest.err >&5
11948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11949 (exit $ac_status); } &&
11950 { ac_try='test -z "$ac_c_werror_flag"
11951 || test ! -s conftest.err'
11952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11953 (eval $ac_try) 2>&5
11954 ac_status=$?
11955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11956 (exit $ac_status); }; } &&
11957 { ac_try='test -s conftest.$ac_objext'
11958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11959 (eval $ac_try) 2>&5
11960 ac_status=$?
11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11962 (exit $ac_status); }; }; then
11963 ac_cv_type_u_int32_t=yes
11964 else
11965 echo "$as_me: failed program was:" >&5
11966 sed 's/^/| /' conftest.$ac_ext >&5
11967
11968 ac_cv_type_u_int32_t=no
11969 fi
11970 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11971 fi
11972 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
11973 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
11974 if test $ac_cv_type_u_int32_t = yes; then
11975 acx_cv_header_stdint=$i
11976 else
11977 continue
11978 fi
11979
11980 echo "$as_me:$LINENO: checking for u_int64_t" >&5
11981 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
11982 if test "${ac_cv_type_u_int64_t+set}" = set; then
11983 echo $ECHO_N "(cached) $ECHO_C" >&6
11984 else
11985 cat >conftest.$ac_ext <<_ACEOF
11986 /* confdefs.h. */
11987 _ACEOF
11988 cat confdefs.h >>conftest.$ac_ext
11989 cat >>conftest.$ac_ext <<_ACEOF
11990 /* end confdefs.h. */
11991 #include <sys/types.h>
11992 #include <$i>
11993
11994 int
11995 main ()
11996 {
11997 if ((u_int64_t *) 0)
11998 return 0;
11999 if (sizeof (u_int64_t))
12000 return 0;
12001 ;
12002 return 0;
12003 }
12004 _ACEOF
12005 rm -f conftest.$ac_objext
12006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12007 (eval $ac_compile) 2>conftest.er1
12008 ac_status=$?
12009 grep -v '^ *+' conftest.er1 >conftest.err
12010 rm -f conftest.er1
12011 cat conftest.err >&5
12012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12013 (exit $ac_status); } &&
12014 { ac_try='test -z "$ac_c_werror_flag"
12015 || test ! -s conftest.err'
12016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12017 (eval $ac_try) 2>&5
12018 ac_status=$?
12019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12020 (exit $ac_status); }; } &&
12021 { ac_try='test -s conftest.$ac_objext'
12022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12023 (eval $ac_try) 2>&5
12024 ac_status=$?
12025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12026 (exit $ac_status); }; }; then
12027 ac_cv_type_u_int64_t=yes
12028 else
12029 echo "$as_me: failed program was:" >&5
12030 sed 's/^/| /' conftest.$ac_ext >&5
12031
12032 ac_cv_type_u_int64_t=no
12033 fi
12034 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12035 fi
12036 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
12037 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
12038
12039 break
12040 done
12041 fi
12042 if test "$acx_cv_header_stdint" = stddef.h; then
12043 acx_cv_header_stdint_kind="(using manual detection)"
12044 fi
12045
12046 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
12047 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
12048 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
12049 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
12050 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
12051
12052 # ----------------- Summarize what we found so far
12053
12054 echo "$as_me:$LINENO: checking what to include in gdb_stdint.h" >&5
12055 echo $ECHO_N "checking what to include in gdb_stdint.h... $ECHO_C" >&6
12056
12057 case `$as_basename gdb_stdint.h ||
12058 $as_expr X/gdb_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
12059 Xgdb_stdint.h : 'X\(//\)$' \| \
12060 Xgdb_stdint.h : 'X\(/\)$' \| \
12061 . : '\(.\)' 2>/dev/null ||
12062 echo X/gdb_stdint.h |
12063 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12064 /^X\/\(\/\/\)$/{ s//\1/; q; }
12065 /^X\/\(\/\).*/{ s//\1/; q; }
12066 s/.*/./; q'` in
12067 stdint.h) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
12068 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12069 inttypes.h) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
12070 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12071 *) ;;
12072 esac
12073
12074 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12075 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
12076
12077 # ----------------- done included file, check C basic types --------
12078
12079 # Lacking an uintptr_t? Test size of void *
12080 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12081 stddef.h:* | *:no) echo "$as_me:$LINENO: checking for void *" >&5
12082 echo $ECHO_N "checking for void *... $ECHO_C" >&6
12083 if test "${ac_cv_type_void_p+set}" = set; then
12084 echo $ECHO_N "(cached) $ECHO_C" >&6
12085 else
12086 cat >conftest.$ac_ext <<_ACEOF
12087 /* confdefs.h. */
12088 _ACEOF
12089 cat confdefs.h >>conftest.$ac_ext
12090 cat >>conftest.$ac_ext <<_ACEOF
12091 /* end confdefs.h. */
12092 $ac_includes_default
12093 int
12094 main ()
12095 {
12096 if ((void * *) 0)
12097 return 0;
12098 if (sizeof (void *))
12099 return 0;
12100 ;
12101 return 0;
12102 }
12103 _ACEOF
12104 rm -f conftest.$ac_objext
12105 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12106 (eval $ac_compile) 2>conftest.er1
12107 ac_status=$?
12108 grep -v '^ *+' conftest.er1 >conftest.err
12109 rm -f conftest.er1
12110 cat conftest.err >&5
12111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12112 (exit $ac_status); } &&
12113 { ac_try='test -z "$ac_c_werror_flag"
12114 || test ! -s conftest.err'
12115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12116 (eval $ac_try) 2>&5
12117 ac_status=$?
12118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12119 (exit $ac_status); }; } &&
12120 { ac_try='test -s conftest.$ac_objext'
12121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12122 (eval $ac_try) 2>&5
12123 ac_status=$?
12124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12125 (exit $ac_status); }; }; then
12126 ac_cv_type_void_p=yes
12127 else
12128 echo "$as_me: failed program was:" >&5
12129 sed 's/^/| /' conftest.$ac_ext >&5
12130
12131 ac_cv_type_void_p=no
12132 fi
12133 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12134 fi
12135 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
12136 echo "${ECHO_T}$ac_cv_type_void_p" >&6
12137
12138 echo "$as_me:$LINENO: checking size of void *" >&5
12139 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
12140 if test "${ac_cv_sizeof_void_p+set}" = set; then
12141 echo $ECHO_N "(cached) $ECHO_C" >&6
12142 else
12143 if test "$ac_cv_type_void_p" = yes; then
12144 # The cast to unsigned long works around a bug in the HP C Compiler
12145 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12146 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12147 # This bug is HP SR number 8606223364.
12148 if test "$cross_compiling" = yes; then
12149 # Depending upon the size, compute the lo and hi bounds.
12150 cat >conftest.$ac_ext <<_ACEOF
12151 /* confdefs.h. */
12152 _ACEOF
12153 cat confdefs.h >>conftest.$ac_ext
12154 cat >>conftest.$ac_ext <<_ACEOF
12155 /* end confdefs.h. */
12156 $ac_includes_default
12157 int
12158 main ()
12159 {
12160 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
12161 test_array [0] = 0
12162
12163 ;
12164 return 0;
12165 }
12166 _ACEOF
12167 rm -f conftest.$ac_objext
12168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12169 (eval $ac_compile) 2>conftest.er1
12170 ac_status=$?
12171 grep -v '^ *+' conftest.er1 >conftest.err
12172 rm -f conftest.er1
12173 cat conftest.err >&5
12174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12175 (exit $ac_status); } &&
12176 { ac_try='test -z "$ac_c_werror_flag"
12177 || test ! -s conftest.err'
12178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12179 (eval $ac_try) 2>&5
12180 ac_status=$?
12181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12182 (exit $ac_status); }; } &&
12183 { ac_try='test -s conftest.$ac_objext'
12184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12185 (eval $ac_try) 2>&5
12186 ac_status=$?
12187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); }; }; then
12189 ac_lo=0 ac_mid=0
12190 while :; do
12191 cat >conftest.$ac_ext <<_ACEOF
12192 /* confdefs.h. */
12193 _ACEOF
12194 cat confdefs.h >>conftest.$ac_ext
12195 cat >>conftest.$ac_ext <<_ACEOF
12196 /* end confdefs.h. */
12197 $ac_includes_default
12198 int
12199 main ()
12200 {
12201 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
12202 test_array [0] = 0
12203
12204 ;
12205 return 0;
12206 }
12207 _ACEOF
12208 rm -f conftest.$ac_objext
12209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12210 (eval $ac_compile) 2>conftest.er1
12211 ac_status=$?
12212 grep -v '^ *+' conftest.er1 >conftest.err
12213 rm -f conftest.er1
12214 cat conftest.err >&5
12215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } &&
12217 { ac_try='test -z "$ac_c_werror_flag"
12218 || test ! -s conftest.err'
12219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12220 (eval $ac_try) 2>&5
12221 ac_status=$?
12222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12223 (exit $ac_status); }; } &&
12224 { ac_try='test -s conftest.$ac_objext'
12225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12226 (eval $ac_try) 2>&5
12227 ac_status=$?
12228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12229 (exit $ac_status); }; }; then
12230 ac_hi=$ac_mid; break
12231 else
12232 echo "$as_me: failed program was:" >&5
12233 sed 's/^/| /' conftest.$ac_ext >&5
12234
12235 ac_lo=`expr $ac_mid + 1`
12236 if test $ac_lo -le $ac_mid; then
12237 ac_lo= ac_hi=
12238 break
12239 fi
12240 ac_mid=`expr 2 '*' $ac_mid + 1`
12241 fi
12242 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12243 done
12244 else
12245 echo "$as_me: failed program was:" >&5
12246 sed 's/^/| /' conftest.$ac_ext >&5
12247
12248 cat >conftest.$ac_ext <<_ACEOF
12249 /* confdefs.h. */
12250 _ACEOF
12251 cat confdefs.h >>conftest.$ac_ext
12252 cat >>conftest.$ac_ext <<_ACEOF
12253 /* end confdefs.h. */
12254 $ac_includes_default
12255 int
12256 main ()
12257 {
12258 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
12259 test_array [0] = 0
12260
12261 ;
12262 return 0;
12263 }
12264 _ACEOF
12265 rm -f conftest.$ac_objext
12266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12267 (eval $ac_compile) 2>conftest.er1
12268 ac_status=$?
12269 grep -v '^ *+' conftest.er1 >conftest.err
12270 rm -f conftest.er1
12271 cat conftest.err >&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); } &&
12274 { ac_try='test -z "$ac_c_werror_flag"
12275 || test ! -s conftest.err'
12276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12277 (eval $ac_try) 2>&5
12278 ac_status=$?
12279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12280 (exit $ac_status); }; } &&
12281 { ac_try='test -s conftest.$ac_objext'
12282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12283 (eval $ac_try) 2>&5
12284 ac_status=$?
12285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12286 (exit $ac_status); }; }; then
12287 ac_hi=-1 ac_mid=-1
12288 while :; do
12289 cat >conftest.$ac_ext <<_ACEOF
12290 /* confdefs.h. */
12291 _ACEOF
12292 cat confdefs.h >>conftest.$ac_ext
12293 cat >>conftest.$ac_ext <<_ACEOF
12294 /* end confdefs.h. */
12295 $ac_includes_default
12296 int
12297 main ()
12298 {
12299 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
12300 test_array [0] = 0
12301
12302 ;
12303 return 0;
12304 }
12305 _ACEOF
12306 rm -f conftest.$ac_objext
12307 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12308 (eval $ac_compile) 2>conftest.er1
12309 ac_status=$?
12310 grep -v '^ *+' conftest.er1 >conftest.err
12311 rm -f conftest.er1
12312 cat conftest.err >&5
12313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12314 (exit $ac_status); } &&
12315 { ac_try='test -z "$ac_c_werror_flag"
12316 || test ! -s conftest.err'
12317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12318 (eval $ac_try) 2>&5
12319 ac_status=$?
12320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12321 (exit $ac_status); }; } &&
12322 { ac_try='test -s conftest.$ac_objext'
12323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12324 (eval $ac_try) 2>&5
12325 ac_status=$?
12326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12327 (exit $ac_status); }; }; then
12328 ac_lo=$ac_mid; break
12329 else
12330 echo "$as_me: failed program was:" >&5
12331 sed 's/^/| /' conftest.$ac_ext >&5
12332
12333 ac_hi=`expr '(' $ac_mid ')' - 1`
12334 if test $ac_mid -le $ac_hi; then
12335 ac_lo= ac_hi=
12336 break
12337 fi
12338 ac_mid=`expr 2 '*' $ac_mid`
12339 fi
12340 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12341 done
12342 else
12343 echo "$as_me: failed program was:" >&5
12344 sed 's/^/| /' conftest.$ac_ext >&5
12345
12346 ac_lo= ac_hi=
12347 fi
12348 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12349 fi
12350 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12351 # Binary search between lo and hi bounds.
12352 while test "x$ac_lo" != "x$ac_hi"; do
12353 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12354 cat >conftest.$ac_ext <<_ACEOF
12355 /* confdefs.h. */
12356 _ACEOF
12357 cat confdefs.h >>conftest.$ac_ext
12358 cat >>conftest.$ac_ext <<_ACEOF
12359 /* end confdefs.h. */
12360 $ac_includes_default
12361 int
12362 main ()
12363 {
12364 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
12365 test_array [0] = 0
12366
12367 ;
12368 return 0;
12369 }
12370 _ACEOF
12371 rm -f conftest.$ac_objext
12372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12373 (eval $ac_compile) 2>conftest.er1
12374 ac_status=$?
12375 grep -v '^ *+' conftest.er1 >conftest.err
12376 rm -f conftest.er1
12377 cat conftest.err >&5
12378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379 (exit $ac_status); } &&
12380 { ac_try='test -z "$ac_c_werror_flag"
12381 || test ! -s conftest.err'
12382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12383 (eval $ac_try) 2>&5
12384 ac_status=$?
12385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12386 (exit $ac_status); }; } &&
12387 { ac_try='test -s conftest.$ac_objext'
12388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12389 (eval $ac_try) 2>&5
12390 ac_status=$?
12391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12392 (exit $ac_status); }; }; then
12393 ac_hi=$ac_mid
12394 else
12395 echo "$as_me: failed program was:" >&5
12396 sed 's/^/| /' conftest.$ac_ext >&5
12397
12398 ac_lo=`expr '(' $ac_mid ')' + 1`
12399 fi
12400 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12401 done
12402 case $ac_lo in
12403 ?*) ac_cv_sizeof_void_p=$ac_lo;;
12404 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
12405 See \`config.log' for more details." >&5
12406 echo "$as_me: error: cannot compute sizeof (void *), 77
12407 See \`config.log' for more details." >&2;}
12408 { (exit 1); exit 1; }; } ;;
12409 esac
12410 else
12411 if test "$cross_compiling" = yes; then
12412 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12413 See \`config.log' for more details." >&5
12414 echo "$as_me: error: cannot run test program while cross compiling
12415 See \`config.log' for more details." >&2;}
12416 { (exit 1); exit 1; }; }
12417 else
12418 cat >conftest.$ac_ext <<_ACEOF
12419 /* confdefs.h. */
12420 _ACEOF
12421 cat confdefs.h >>conftest.$ac_ext
12422 cat >>conftest.$ac_ext <<_ACEOF
12423 /* end confdefs.h. */
12424 $ac_includes_default
12425 long longval () { return (long) (sizeof (void *)); }
12426 unsigned long ulongval () { return (long) (sizeof (void *)); }
12427 #include <stdio.h>
12428 #include <stdlib.h>
12429 int
12430 main ()
12431 {
12432
12433 FILE *f = fopen ("conftest.val", "w");
12434 if (! f)
12435 exit (1);
12436 if (((long) (sizeof (void *))) < 0)
12437 {
12438 long i = longval ();
12439 if (i != ((long) (sizeof (void *))))
12440 exit (1);
12441 fprintf (f, "%ld\n", i);
12442 }
12443 else
12444 {
12445 unsigned long i = ulongval ();
12446 if (i != ((long) (sizeof (void *))))
12447 exit (1);
12448 fprintf (f, "%lu\n", i);
12449 }
12450 exit (ferror (f) || fclose (f) != 0);
12451
12452 ;
12453 return 0;
12454 }
12455 _ACEOF
12456 rm -f conftest$ac_exeext
12457 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12458 (eval $ac_link) 2>&5
12459 ac_status=$?
12460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12461 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12463 (eval $ac_try) 2>&5
12464 ac_status=$?
12465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12466 (exit $ac_status); }; }; then
12467 ac_cv_sizeof_void_p=`cat conftest.val`
12468 else
12469 echo "$as_me: program exited with status $ac_status" >&5
12470 echo "$as_me: failed program was:" >&5
12471 sed 's/^/| /' conftest.$ac_ext >&5
12472
12473 ( exit $ac_status )
12474 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
12475 See \`config.log' for more details." >&5
12476 echo "$as_me: error: cannot compute sizeof (void *), 77
12477 See \`config.log' for more details." >&2;}
12478 { (exit 1); exit 1; }; }
12479 fi
12480 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12481 fi
12482 fi
12483 rm -f conftest.val
12484 else
12485 ac_cv_sizeof_void_p=0
12486 fi
12487 fi
12488 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
12489 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
12490 cat >>confdefs.h <<_ACEOF
12491 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12492 _ACEOF
12493
12494 ;;
12495 esac
12496
12497 # Lacking an uint64_t? Test size of long
12498 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12499 stddef.h:*:* | *:no:no) echo "$as_me:$LINENO: checking for long" >&5
12500 echo $ECHO_N "checking for long... $ECHO_C" >&6
12501 if test "${ac_cv_type_long+set}" = set; then
12502 echo $ECHO_N "(cached) $ECHO_C" >&6
12503 else
12504 cat >conftest.$ac_ext <<_ACEOF
12505 /* confdefs.h. */
12506 _ACEOF
12507 cat confdefs.h >>conftest.$ac_ext
12508 cat >>conftest.$ac_ext <<_ACEOF
12509 /* end confdefs.h. */
12510 $ac_includes_default
12511 int
12512 main ()
12513 {
12514 if ((long *) 0)
12515 return 0;
12516 if (sizeof (long))
12517 return 0;
12518 ;
12519 return 0;
12520 }
12521 _ACEOF
12522 rm -f conftest.$ac_objext
12523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12524 (eval $ac_compile) 2>conftest.er1
12525 ac_status=$?
12526 grep -v '^ *+' conftest.er1 >conftest.err
12527 rm -f conftest.er1
12528 cat conftest.err >&5
12529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12530 (exit $ac_status); } &&
12531 { ac_try='test -z "$ac_c_werror_flag"
12532 || test ! -s conftest.err'
12533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12534 (eval $ac_try) 2>&5
12535 ac_status=$?
12536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12537 (exit $ac_status); }; } &&
12538 { ac_try='test -s conftest.$ac_objext'
12539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12540 (eval $ac_try) 2>&5
12541 ac_status=$?
12542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12543 (exit $ac_status); }; }; then
12544 ac_cv_type_long=yes
12545 else
12546 echo "$as_me: failed program was:" >&5
12547 sed 's/^/| /' conftest.$ac_ext >&5
12548
12549 ac_cv_type_long=no
12550 fi
12551 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12552 fi
12553 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12554 echo "${ECHO_T}$ac_cv_type_long" >&6
12555
12556 echo "$as_me:$LINENO: checking size of long" >&5
12557 echo $ECHO_N "checking size of long... $ECHO_C" >&6
12558 if test "${ac_cv_sizeof_long+set}" = set; then
12559 echo $ECHO_N "(cached) $ECHO_C" >&6
12560 else
12561 if test "$ac_cv_type_long" = yes; then
12562 # The cast to unsigned long works around a bug in the HP C Compiler
12563 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12564 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12565 # This bug is HP SR number 8606223364.
12566 if test "$cross_compiling" = yes; then
12567 # Depending upon the size, compute the lo and hi bounds.
12568 cat >conftest.$ac_ext <<_ACEOF
12569 /* confdefs.h. */
12570 _ACEOF
12571 cat confdefs.h >>conftest.$ac_ext
12572 cat >>conftest.$ac_ext <<_ACEOF
12573 /* end confdefs.h. */
12574 $ac_includes_default
12575 int
12576 main ()
12577 {
12578 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12579 test_array [0] = 0
12580
12581 ;
12582 return 0;
12583 }
12584 _ACEOF
12585 rm -f conftest.$ac_objext
12586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12587 (eval $ac_compile) 2>conftest.er1
12588 ac_status=$?
12589 grep -v '^ *+' conftest.er1 >conftest.err
12590 rm -f conftest.er1
12591 cat conftest.err >&5
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); } &&
12594 { ac_try='test -z "$ac_c_werror_flag"
12595 || test ! -s conftest.err'
12596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12597 (eval $ac_try) 2>&5
12598 ac_status=$?
12599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12600 (exit $ac_status); }; } &&
12601 { ac_try='test -s conftest.$ac_objext'
12602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12603 (eval $ac_try) 2>&5
12604 ac_status=$?
12605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12606 (exit $ac_status); }; }; then
12607 ac_lo=0 ac_mid=0
12608 while :; do
12609 cat >conftest.$ac_ext <<_ACEOF
12610 /* confdefs.h. */
12611 _ACEOF
12612 cat confdefs.h >>conftest.$ac_ext
12613 cat >>conftest.$ac_ext <<_ACEOF
12614 /* end confdefs.h. */
12615 $ac_includes_default
12616 int
12617 main ()
12618 {
12619 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12620 test_array [0] = 0
12621
12622 ;
12623 return 0;
12624 }
12625 _ACEOF
12626 rm -f conftest.$ac_objext
12627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12628 (eval $ac_compile) 2>conftest.er1
12629 ac_status=$?
12630 grep -v '^ *+' conftest.er1 >conftest.err
12631 rm -f conftest.er1
12632 cat conftest.err >&5
12633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12634 (exit $ac_status); } &&
12635 { ac_try='test -z "$ac_c_werror_flag"
12636 || test ! -s conftest.err'
12637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12638 (eval $ac_try) 2>&5
12639 ac_status=$?
12640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641 (exit $ac_status); }; } &&
12642 { ac_try='test -s conftest.$ac_objext'
12643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12644 (eval $ac_try) 2>&5
12645 ac_status=$?
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); }; }; then
12648 ac_hi=$ac_mid; break
12649 else
12650 echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12652
12653 ac_lo=`expr $ac_mid + 1`
12654 if test $ac_lo -le $ac_mid; then
12655 ac_lo= ac_hi=
12656 break
12657 fi
12658 ac_mid=`expr 2 '*' $ac_mid + 1`
12659 fi
12660 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12661 done
12662 else
12663 echo "$as_me: failed program was:" >&5
12664 sed 's/^/| /' conftest.$ac_ext >&5
12665
12666 cat >conftest.$ac_ext <<_ACEOF
12667 /* confdefs.h. */
12668 _ACEOF
12669 cat confdefs.h >>conftest.$ac_ext
12670 cat >>conftest.$ac_ext <<_ACEOF
12671 /* end confdefs.h. */
12672 $ac_includes_default
12673 int
12674 main ()
12675 {
12676 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12677 test_array [0] = 0
12678
12679 ;
12680 return 0;
12681 }
12682 _ACEOF
12683 rm -f conftest.$ac_objext
12684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12685 (eval $ac_compile) 2>conftest.er1
12686 ac_status=$?
12687 grep -v '^ *+' conftest.er1 >conftest.err
12688 rm -f conftest.er1
12689 cat conftest.err >&5
12690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12691 (exit $ac_status); } &&
12692 { ac_try='test -z "$ac_c_werror_flag"
12693 || test ! -s conftest.err'
12694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12695 (eval $ac_try) 2>&5
12696 ac_status=$?
12697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12698 (exit $ac_status); }; } &&
12699 { ac_try='test -s conftest.$ac_objext'
12700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12701 (eval $ac_try) 2>&5
12702 ac_status=$?
12703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12704 (exit $ac_status); }; }; then
12705 ac_hi=-1 ac_mid=-1
12706 while :; do
12707 cat >conftest.$ac_ext <<_ACEOF
12708 /* confdefs.h. */
12709 _ACEOF
12710 cat confdefs.h >>conftest.$ac_ext
12711 cat >>conftest.$ac_ext <<_ACEOF
12712 /* end confdefs.h. */
12713 $ac_includes_default
12714 int
12715 main ()
12716 {
12717 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12718 test_array [0] = 0
12719
12720 ;
12721 return 0;
12722 }
12723 _ACEOF
12724 rm -f conftest.$ac_objext
12725 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12726 (eval $ac_compile) 2>conftest.er1
12727 ac_status=$?
12728 grep -v '^ *+' conftest.er1 >conftest.err
12729 rm -f conftest.er1
12730 cat conftest.err >&5
12731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12732 (exit $ac_status); } &&
12733 { ac_try='test -z "$ac_c_werror_flag"
12734 || test ! -s conftest.err'
12735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12736 (eval $ac_try) 2>&5
12737 ac_status=$?
12738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12739 (exit $ac_status); }; } &&
12740 { ac_try='test -s conftest.$ac_objext'
12741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12742 (eval $ac_try) 2>&5
12743 ac_status=$?
12744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12745 (exit $ac_status); }; }; then
12746 ac_lo=$ac_mid; break
12747 else
12748 echo "$as_me: failed program was:" >&5
12749 sed 's/^/| /' conftest.$ac_ext >&5
12750
12751 ac_hi=`expr '(' $ac_mid ')' - 1`
12752 if test $ac_mid -le $ac_hi; then
12753 ac_lo= ac_hi=
12754 break
12755 fi
12756 ac_mid=`expr 2 '*' $ac_mid`
12757 fi
12758 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12759 done
12760 else
12761 echo "$as_me: failed program was:" >&5
12762 sed 's/^/| /' conftest.$ac_ext >&5
12763
12764 ac_lo= ac_hi=
12765 fi
12766 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12767 fi
12768 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12769 # Binary search between lo and hi bounds.
12770 while test "x$ac_lo" != "x$ac_hi"; do
12771 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12772 cat >conftest.$ac_ext <<_ACEOF
12773 /* confdefs.h. */
12774 _ACEOF
12775 cat confdefs.h >>conftest.$ac_ext
12776 cat >>conftest.$ac_ext <<_ACEOF
12777 /* end confdefs.h. */
12778 $ac_includes_default
12779 int
12780 main ()
12781 {
12782 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12783 test_array [0] = 0
12784
12785 ;
12786 return 0;
12787 }
12788 _ACEOF
12789 rm -f conftest.$ac_objext
12790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12791 (eval $ac_compile) 2>conftest.er1
12792 ac_status=$?
12793 grep -v '^ *+' conftest.er1 >conftest.err
12794 rm -f conftest.er1
12795 cat conftest.err >&5
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); } &&
12798 { ac_try='test -z "$ac_c_werror_flag"
12799 || test ! -s conftest.err'
12800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12801 (eval $ac_try) 2>&5
12802 ac_status=$?
12803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12804 (exit $ac_status); }; } &&
12805 { ac_try='test -s conftest.$ac_objext'
12806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12807 (eval $ac_try) 2>&5
12808 ac_status=$?
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); }; }; then
12811 ac_hi=$ac_mid
12812 else
12813 echo "$as_me: failed program was:" >&5
12814 sed 's/^/| /' conftest.$ac_ext >&5
12815
12816 ac_lo=`expr '(' $ac_mid ')' + 1`
12817 fi
12818 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12819 done
12820 case $ac_lo in
12821 ?*) ac_cv_sizeof_long=$ac_lo;;
12822 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12823 See \`config.log' for more details." >&5
12824 echo "$as_me: error: cannot compute sizeof (long), 77
12825 See \`config.log' for more details." >&2;}
12826 { (exit 1); exit 1; }; } ;;
12827 esac
12828 else
12829 if test "$cross_compiling" = yes; then
12830 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12831 See \`config.log' for more details." >&5
12832 echo "$as_me: error: cannot run test program while cross compiling
12833 See \`config.log' for more details." >&2;}
12834 { (exit 1); exit 1; }; }
12835 else
12836 cat >conftest.$ac_ext <<_ACEOF
12837 /* confdefs.h. */
12838 _ACEOF
12839 cat confdefs.h >>conftest.$ac_ext
12840 cat >>conftest.$ac_ext <<_ACEOF
12841 /* end confdefs.h. */
12842 $ac_includes_default
12843 long longval () { return (long) (sizeof (long)); }
12844 unsigned long ulongval () { return (long) (sizeof (long)); }
12845 #include <stdio.h>
12846 #include <stdlib.h>
12847 int
12848 main ()
12849 {
12850
12851 FILE *f = fopen ("conftest.val", "w");
12852 if (! f)
12853 exit (1);
12854 if (((long) (sizeof (long))) < 0)
12855 {
12856 long i = longval ();
12857 if (i != ((long) (sizeof (long))))
12858 exit (1);
12859 fprintf (f, "%ld\n", i);
12860 }
12861 else
12862 {
12863 unsigned long i = ulongval ();
12864 if (i != ((long) (sizeof (long))))
12865 exit (1);
12866 fprintf (f, "%lu\n", i);
12867 }
12868 exit (ferror (f) || fclose (f) != 0);
12869
12870 ;
12871 return 0;
12872 }
12873 _ACEOF
12874 rm -f conftest$ac_exeext
12875 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12876 (eval $ac_link) 2>&5
12877 ac_status=$?
12878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12879 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12881 (eval $ac_try) 2>&5
12882 ac_status=$?
12883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12884 (exit $ac_status); }; }; then
12885 ac_cv_sizeof_long=`cat conftest.val`
12886 else
12887 echo "$as_me: program exited with status $ac_status" >&5
12888 echo "$as_me: failed program was:" >&5
12889 sed 's/^/| /' conftest.$ac_ext >&5
12890
12891 ( exit $ac_status )
12892 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12893 See \`config.log' for more details." >&5
12894 echo "$as_me: error: cannot compute sizeof (long), 77
12895 See \`config.log' for more details." >&2;}
12896 { (exit 1); exit 1; }; }
12897 fi
12898 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12899 fi
12900 fi
12901 rm -f conftest.val
12902 else
12903 ac_cv_sizeof_long=0
12904 fi
12905 fi
12906 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
12907 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
12908 cat >>confdefs.h <<_ACEOF
12909 #define SIZEOF_LONG $ac_cv_sizeof_long
12910 _ACEOF
12911
12912 ;;
12913 esac
12914
12915 if test $acx_cv_header_stdint = stddef.h; then
12916 # Lacking a good header? Test size of everything and deduce all types.
12917 echo "$as_me:$LINENO: checking for int" >&5
12918 echo $ECHO_N "checking for int... $ECHO_C" >&6
12919 if test "${ac_cv_type_int+set}" = set; then
12920 echo $ECHO_N "(cached) $ECHO_C" >&6
12921 else
12922 cat >conftest.$ac_ext <<_ACEOF
12923 /* confdefs.h. */
12924 _ACEOF
12925 cat confdefs.h >>conftest.$ac_ext
12926 cat >>conftest.$ac_ext <<_ACEOF
12927 /* end confdefs.h. */
12928 $ac_includes_default
12929 int
12930 main ()
12931 {
12932 if ((int *) 0)
12933 return 0;
12934 if (sizeof (int))
12935 return 0;
12936 ;
12937 return 0;
12938 }
12939 _ACEOF
12940 rm -f conftest.$ac_objext
12941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12942 (eval $ac_compile) 2>conftest.er1
12943 ac_status=$?
12944 grep -v '^ *+' conftest.er1 >conftest.err
12945 rm -f conftest.er1
12946 cat conftest.err >&5
12947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12948 (exit $ac_status); } &&
12949 { ac_try='test -z "$ac_c_werror_flag"
12950 || test ! -s conftest.err'
12951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12952 (eval $ac_try) 2>&5
12953 ac_status=$?
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); }; } &&
12956 { ac_try='test -s conftest.$ac_objext'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5
12959 ac_status=$?
12960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961 (exit $ac_status); }; }; then
12962 ac_cv_type_int=yes
12963 else
12964 echo "$as_me: failed program was:" >&5
12965 sed 's/^/| /' conftest.$ac_ext >&5
12966
12967 ac_cv_type_int=no
12968 fi
12969 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12970 fi
12971 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
12972 echo "${ECHO_T}$ac_cv_type_int" >&6
12973
12974 echo "$as_me:$LINENO: checking size of int" >&5
12975 echo $ECHO_N "checking size of int... $ECHO_C" >&6
12976 if test "${ac_cv_sizeof_int+set}" = set; then
12977 echo $ECHO_N "(cached) $ECHO_C" >&6
12978 else
12979 if test "$ac_cv_type_int" = yes; then
12980 # The cast to unsigned long works around a bug in the HP C Compiler
12981 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12982 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12983 # This bug is HP SR number 8606223364.
12984 if test "$cross_compiling" = yes; then
12985 # Depending upon the size, compute the lo and hi bounds.
12986 cat >conftest.$ac_ext <<_ACEOF
12987 /* confdefs.h. */
12988 _ACEOF
12989 cat confdefs.h >>conftest.$ac_ext
12990 cat >>conftest.$ac_ext <<_ACEOF
12991 /* end confdefs.h. */
12992 $ac_includes_default
12993 int
12994 main ()
12995 {
12996 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
12997 test_array [0] = 0
12998
12999 ;
13000 return 0;
13001 }
13002 _ACEOF
13003 rm -f conftest.$ac_objext
13004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13005 (eval $ac_compile) 2>conftest.er1
13006 ac_status=$?
13007 grep -v '^ *+' conftest.er1 >conftest.err
13008 rm -f conftest.er1
13009 cat conftest.err >&5
13010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13011 (exit $ac_status); } &&
13012 { ac_try='test -z "$ac_c_werror_flag"
13013 || test ! -s conftest.err'
13014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13015 (eval $ac_try) 2>&5
13016 ac_status=$?
13017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13018 (exit $ac_status); }; } &&
13019 { ac_try='test -s conftest.$ac_objext'
13020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13021 (eval $ac_try) 2>&5
13022 ac_status=$?
13023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13024 (exit $ac_status); }; }; then
13025 ac_lo=0 ac_mid=0
13026 while :; do
13027 cat >conftest.$ac_ext <<_ACEOF
13028 /* confdefs.h. */
13029 _ACEOF
13030 cat confdefs.h >>conftest.$ac_ext
13031 cat >>conftest.$ac_ext <<_ACEOF
13032 /* end confdefs.h. */
13033 $ac_includes_default
13034 int
13035 main ()
13036 {
13037 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
13038 test_array [0] = 0
13039
13040 ;
13041 return 0;
13042 }
13043 _ACEOF
13044 rm -f conftest.$ac_objext
13045 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13046 (eval $ac_compile) 2>conftest.er1
13047 ac_status=$?
13048 grep -v '^ *+' conftest.er1 >conftest.err
13049 rm -f conftest.er1
13050 cat conftest.err >&5
13051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13052 (exit $ac_status); } &&
13053 { ac_try='test -z "$ac_c_werror_flag"
13054 || test ! -s conftest.err'
13055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13056 (eval $ac_try) 2>&5
13057 ac_status=$?
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); }; } &&
13060 { ac_try='test -s conftest.$ac_objext'
13061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13062 (eval $ac_try) 2>&5
13063 ac_status=$?
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); }; }; then
13066 ac_hi=$ac_mid; break
13067 else
13068 echo "$as_me: failed program was:" >&5
13069 sed 's/^/| /' conftest.$ac_ext >&5
13070
13071 ac_lo=`expr $ac_mid + 1`
13072 if test $ac_lo -le $ac_mid; then
13073 ac_lo= ac_hi=
13074 break
13075 fi
13076 ac_mid=`expr 2 '*' $ac_mid + 1`
13077 fi
13078 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13079 done
13080 else
13081 echo "$as_me: failed program was:" >&5
13082 sed 's/^/| /' conftest.$ac_ext >&5
13083
13084 cat >conftest.$ac_ext <<_ACEOF
13085 /* confdefs.h. */
13086 _ACEOF
13087 cat confdefs.h >>conftest.$ac_ext
13088 cat >>conftest.$ac_ext <<_ACEOF
13089 /* end confdefs.h. */
13090 $ac_includes_default
13091 int
13092 main ()
13093 {
13094 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
13095 test_array [0] = 0
13096
13097 ;
13098 return 0;
13099 }
13100 _ACEOF
13101 rm -f conftest.$ac_objext
13102 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13103 (eval $ac_compile) 2>conftest.er1
13104 ac_status=$?
13105 grep -v '^ *+' conftest.er1 >conftest.err
13106 rm -f conftest.er1
13107 cat conftest.err >&5
13108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13109 (exit $ac_status); } &&
13110 { ac_try='test -z "$ac_c_werror_flag"
13111 || test ! -s conftest.err'
13112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13113 (eval $ac_try) 2>&5
13114 ac_status=$?
13115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13116 (exit $ac_status); }; } &&
13117 { ac_try='test -s conftest.$ac_objext'
13118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13119 (eval $ac_try) 2>&5
13120 ac_status=$?
13121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13122 (exit $ac_status); }; }; then
13123 ac_hi=-1 ac_mid=-1
13124 while :; do
13125 cat >conftest.$ac_ext <<_ACEOF
13126 /* confdefs.h. */
13127 _ACEOF
13128 cat confdefs.h >>conftest.$ac_ext
13129 cat >>conftest.$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13131 $ac_includes_default
13132 int
13133 main ()
13134 {
13135 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
13136 test_array [0] = 0
13137
13138 ;
13139 return 0;
13140 }
13141 _ACEOF
13142 rm -f conftest.$ac_objext
13143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13144 (eval $ac_compile) 2>conftest.er1
13145 ac_status=$?
13146 grep -v '^ *+' conftest.er1 >conftest.err
13147 rm -f conftest.er1
13148 cat conftest.err >&5
13149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13150 (exit $ac_status); } &&
13151 { ac_try='test -z "$ac_c_werror_flag"
13152 || test ! -s conftest.err'
13153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13154 (eval $ac_try) 2>&5
13155 ac_status=$?
13156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13157 (exit $ac_status); }; } &&
13158 { ac_try='test -s conftest.$ac_objext'
13159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13160 (eval $ac_try) 2>&5
13161 ac_status=$?
13162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13163 (exit $ac_status); }; }; then
13164 ac_lo=$ac_mid; break
13165 else
13166 echo "$as_me: failed program was:" >&5
13167 sed 's/^/| /' conftest.$ac_ext >&5
13168
13169 ac_hi=`expr '(' $ac_mid ')' - 1`
13170 if test $ac_mid -le $ac_hi; then
13171 ac_lo= ac_hi=
13172 break
13173 fi
13174 ac_mid=`expr 2 '*' $ac_mid`
13175 fi
13176 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13177 done
13178 else
13179 echo "$as_me: failed program was:" >&5
13180 sed 's/^/| /' conftest.$ac_ext >&5
13181
13182 ac_lo= ac_hi=
13183 fi
13184 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13185 fi
13186 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13187 # Binary search between lo and hi bounds.
13188 while test "x$ac_lo" != "x$ac_hi"; do
13189 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13190 cat >conftest.$ac_ext <<_ACEOF
13191 /* confdefs.h. */
13192 _ACEOF
13193 cat confdefs.h >>conftest.$ac_ext
13194 cat >>conftest.$ac_ext <<_ACEOF
13195 /* end confdefs.h. */
13196 $ac_includes_default
13197 int
13198 main ()
13199 {
13200 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
13201 test_array [0] = 0
13202
13203 ;
13204 return 0;
13205 }
13206 _ACEOF
13207 rm -f conftest.$ac_objext
13208 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13209 (eval $ac_compile) 2>conftest.er1
13210 ac_status=$?
13211 grep -v '^ *+' conftest.er1 >conftest.err
13212 rm -f conftest.er1
13213 cat conftest.err >&5
13214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13215 (exit $ac_status); } &&
13216 { ac_try='test -z "$ac_c_werror_flag"
13217 || test ! -s conftest.err'
13218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13219 (eval $ac_try) 2>&5
13220 ac_status=$?
13221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13222 (exit $ac_status); }; } &&
13223 { ac_try='test -s conftest.$ac_objext'
13224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13225 (eval $ac_try) 2>&5
13226 ac_status=$?
13227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13228 (exit $ac_status); }; }; then
13229 ac_hi=$ac_mid
13230 else
13231 echo "$as_me: failed program was:" >&5
13232 sed 's/^/| /' conftest.$ac_ext >&5
13233
13234 ac_lo=`expr '(' $ac_mid ')' + 1`
13235 fi
13236 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13237 done
13238 case $ac_lo in
13239 ?*) ac_cv_sizeof_int=$ac_lo;;
13240 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
13241 See \`config.log' for more details." >&5
13242 echo "$as_me: error: cannot compute sizeof (int), 77
13243 See \`config.log' for more details." >&2;}
13244 { (exit 1); exit 1; }; } ;;
13245 esac
13246 else
13247 if test "$cross_compiling" = yes; then
13248 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13249 See \`config.log' for more details." >&5
13250 echo "$as_me: error: cannot run test program while cross compiling
13251 See \`config.log' for more details." >&2;}
13252 { (exit 1); exit 1; }; }
13253 else
13254 cat >conftest.$ac_ext <<_ACEOF
13255 /* confdefs.h. */
13256 _ACEOF
13257 cat confdefs.h >>conftest.$ac_ext
13258 cat >>conftest.$ac_ext <<_ACEOF
13259 /* end confdefs.h. */
13260 $ac_includes_default
13261 long longval () { return (long) (sizeof (int)); }
13262 unsigned long ulongval () { return (long) (sizeof (int)); }
13263 #include <stdio.h>
13264 #include <stdlib.h>
13265 int
13266 main ()
13267 {
13268
13269 FILE *f = fopen ("conftest.val", "w");
13270 if (! f)
13271 exit (1);
13272 if (((long) (sizeof (int))) < 0)
13273 {
13274 long i = longval ();
13275 if (i != ((long) (sizeof (int))))
13276 exit (1);
13277 fprintf (f, "%ld\n", i);
13278 }
13279 else
13280 {
13281 unsigned long i = ulongval ();
13282 if (i != ((long) (sizeof (int))))
13283 exit (1);
13284 fprintf (f, "%lu\n", i);
13285 }
13286 exit (ferror (f) || fclose (f) != 0);
13287
13288 ;
13289 return 0;
13290 }
13291 _ACEOF
13292 rm -f conftest$ac_exeext
13293 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13294 (eval $ac_link) 2>&5
13295 ac_status=$?
13296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13297 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13299 (eval $ac_try) 2>&5
13300 ac_status=$?
13301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13302 (exit $ac_status); }; }; then
13303 ac_cv_sizeof_int=`cat conftest.val`
13304 else
13305 echo "$as_me: program exited with status $ac_status" >&5
13306 echo "$as_me: failed program was:" >&5
13307 sed 's/^/| /' conftest.$ac_ext >&5
13308
13309 ( exit $ac_status )
13310 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
13311 See \`config.log' for more details." >&5
13312 echo "$as_me: error: cannot compute sizeof (int), 77
13313 See \`config.log' for more details." >&2;}
13314 { (exit 1); exit 1; }; }
13315 fi
13316 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13317 fi
13318 fi
13319 rm -f conftest.val
13320 else
13321 ac_cv_sizeof_int=0
13322 fi
13323 fi
13324 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
13325 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
13326 cat >>confdefs.h <<_ACEOF
13327 #define SIZEOF_INT $ac_cv_sizeof_int
13328 _ACEOF
13329
13330
13331 echo "$as_me:$LINENO: checking for short" >&5
13332 echo $ECHO_N "checking for short... $ECHO_C" >&6
13333 if test "${ac_cv_type_short+set}" = set; then
13334 echo $ECHO_N "(cached) $ECHO_C" >&6
13335 else
13336 cat >conftest.$ac_ext <<_ACEOF
13337 /* confdefs.h. */
13338 _ACEOF
13339 cat confdefs.h >>conftest.$ac_ext
13340 cat >>conftest.$ac_ext <<_ACEOF
13341 /* end confdefs.h. */
13342 $ac_includes_default
13343 int
13344 main ()
13345 {
13346 if ((short *) 0)
13347 return 0;
13348 if (sizeof (short))
13349 return 0;
13350 ;
13351 return 0;
13352 }
13353 _ACEOF
13354 rm -f conftest.$ac_objext
13355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13356 (eval $ac_compile) 2>conftest.er1
13357 ac_status=$?
13358 grep -v '^ *+' conftest.er1 >conftest.err
13359 rm -f conftest.er1
13360 cat conftest.err >&5
13361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13362 (exit $ac_status); } &&
13363 { ac_try='test -z "$ac_c_werror_flag"
13364 || test ! -s conftest.err'
13365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13366 (eval $ac_try) 2>&5
13367 ac_status=$?
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); }; } &&
13370 { ac_try='test -s conftest.$ac_objext'
13371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13372 (eval $ac_try) 2>&5
13373 ac_status=$?
13374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13375 (exit $ac_status); }; }; then
13376 ac_cv_type_short=yes
13377 else
13378 echo "$as_me: failed program was:" >&5
13379 sed 's/^/| /' conftest.$ac_ext >&5
13380
13381 ac_cv_type_short=no
13382 fi
13383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13384 fi
13385 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
13386 echo "${ECHO_T}$ac_cv_type_short" >&6
13387
13388 echo "$as_me:$LINENO: checking size of short" >&5
13389 echo $ECHO_N "checking size of short... $ECHO_C" >&6
13390 if test "${ac_cv_sizeof_short+set}" = set; then
13391 echo $ECHO_N "(cached) $ECHO_C" >&6
13392 else
13393 if test "$ac_cv_type_short" = yes; then
13394 # The cast to unsigned long works around a bug in the HP C Compiler
13395 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13396 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13397 # This bug is HP SR number 8606223364.
13398 if test "$cross_compiling" = yes; then
13399 # Depending upon the size, compute the lo and hi bounds.
13400 cat >conftest.$ac_ext <<_ACEOF
13401 /* confdefs.h. */
13402 _ACEOF
13403 cat confdefs.h >>conftest.$ac_ext
13404 cat >>conftest.$ac_ext <<_ACEOF
13405 /* end confdefs.h. */
13406 $ac_includes_default
13407 int
13408 main ()
13409 {
13410 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
13411 test_array [0] = 0
13412
13413 ;
13414 return 0;
13415 }
13416 _ACEOF
13417 rm -f conftest.$ac_objext
13418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13419 (eval $ac_compile) 2>conftest.er1
13420 ac_status=$?
13421 grep -v '^ *+' conftest.er1 >conftest.err
13422 rm -f conftest.er1
13423 cat conftest.err >&5
13424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13425 (exit $ac_status); } &&
13426 { ac_try='test -z "$ac_c_werror_flag"
13427 || test ! -s conftest.err'
13428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13429 (eval $ac_try) 2>&5
13430 ac_status=$?
13431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13432 (exit $ac_status); }; } &&
13433 { ac_try='test -s conftest.$ac_objext'
13434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13435 (eval $ac_try) 2>&5
13436 ac_status=$?
13437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13438 (exit $ac_status); }; }; then
13439 ac_lo=0 ac_mid=0
13440 while :; do
13441 cat >conftest.$ac_ext <<_ACEOF
13442 /* confdefs.h. */
13443 _ACEOF
13444 cat confdefs.h >>conftest.$ac_ext
13445 cat >>conftest.$ac_ext <<_ACEOF
13446 /* end confdefs.h. */
13447 $ac_includes_default
13448 int
13449 main ()
13450 {
13451 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
13452 test_array [0] = 0
13453
13454 ;
13455 return 0;
13456 }
13457 _ACEOF
13458 rm -f conftest.$ac_objext
13459 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13460 (eval $ac_compile) 2>conftest.er1
13461 ac_status=$?
13462 grep -v '^ *+' conftest.er1 >conftest.err
13463 rm -f conftest.er1
13464 cat conftest.err >&5
13465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13466 (exit $ac_status); } &&
13467 { ac_try='test -z "$ac_c_werror_flag"
13468 || test ! -s conftest.err'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5
13471 ac_status=$?
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; } &&
13474 { ac_try='test -s conftest.$ac_objext'
13475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13476 (eval $ac_try) 2>&5
13477 ac_status=$?
13478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13479 (exit $ac_status); }; }; then
13480 ac_hi=$ac_mid; break
13481 else
13482 echo "$as_me: failed program was:" >&5
13483 sed 's/^/| /' conftest.$ac_ext >&5
13484
13485 ac_lo=`expr $ac_mid + 1`
13486 if test $ac_lo -le $ac_mid; then
13487 ac_lo= ac_hi=
13488 break
13489 fi
13490 ac_mid=`expr 2 '*' $ac_mid + 1`
13491 fi
13492 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13493 done
13494 else
13495 echo "$as_me: failed program was:" >&5
13496 sed 's/^/| /' conftest.$ac_ext >&5
13497
13498 cat >conftest.$ac_ext <<_ACEOF
13499 /* confdefs.h. */
13500 _ACEOF
13501 cat confdefs.h >>conftest.$ac_ext
13502 cat >>conftest.$ac_ext <<_ACEOF
13503 /* end confdefs.h. */
13504 $ac_includes_default
13505 int
13506 main ()
13507 {
13508 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
13509 test_array [0] = 0
13510
13511 ;
13512 return 0;
13513 }
13514 _ACEOF
13515 rm -f conftest.$ac_objext
13516 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13517 (eval $ac_compile) 2>conftest.er1
13518 ac_status=$?
13519 grep -v '^ *+' conftest.er1 >conftest.err
13520 rm -f conftest.er1
13521 cat conftest.err >&5
13522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13523 (exit $ac_status); } &&
13524 { ac_try='test -z "$ac_c_werror_flag"
13525 || test ! -s conftest.err'
13526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13527 (eval $ac_try) 2>&5
13528 ac_status=$?
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); }; } &&
13531 { ac_try='test -s conftest.$ac_objext'
13532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13533 (eval $ac_try) 2>&5
13534 ac_status=$?
13535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13536 (exit $ac_status); }; }; then
13537 ac_hi=-1 ac_mid=-1
13538 while :; do
13539 cat >conftest.$ac_ext <<_ACEOF
13540 /* confdefs.h. */
13541 _ACEOF
13542 cat confdefs.h >>conftest.$ac_ext
13543 cat >>conftest.$ac_ext <<_ACEOF
13544 /* end confdefs.h. */
13545 $ac_includes_default
13546 int
13547 main ()
13548 {
13549 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
13550 test_array [0] = 0
13551
13552 ;
13553 return 0;
13554 }
13555 _ACEOF
13556 rm -f conftest.$ac_objext
13557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13558 (eval $ac_compile) 2>conftest.er1
13559 ac_status=$?
13560 grep -v '^ *+' conftest.er1 >conftest.err
13561 rm -f conftest.er1
13562 cat conftest.err >&5
13563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13564 (exit $ac_status); } &&
13565 { ac_try='test -z "$ac_c_werror_flag"
13566 || test ! -s conftest.err'
13567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13568 (eval $ac_try) 2>&5
13569 ac_status=$?
13570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13571 (exit $ac_status); }; } &&
13572 { ac_try='test -s conftest.$ac_objext'
13573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13574 (eval $ac_try) 2>&5
13575 ac_status=$?
13576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13577 (exit $ac_status); }; }; then
13578 ac_lo=$ac_mid; break
13579 else
13580 echo "$as_me: failed program was:" >&5
13581 sed 's/^/| /' conftest.$ac_ext >&5
13582
13583 ac_hi=`expr '(' $ac_mid ')' - 1`
13584 if test $ac_mid -le $ac_hi; then
13585 ac_lo= ac_hi=
13586 break
13587 fi
13588 ac_mid=`expr 2 '*' $ac_mid`
13589 fi
13590 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13591 done
13592 else
13593 echo "$as_me: failed program was:" >&5
13594 sed 's/^/| /' conftest.$ac_ext >&5
13595
13596 ac_lo= ac_hi=
13597 fi
13598 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13599 fi
13600 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13601 # Binary search between lo and hi bounds.
13602 while test "x$ac_lo" != "x$ac_hi"; do
13603 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13604 cat >conftest.$ac_ext <<_ACEOF
13605 /* confdefs.h. */
13606 _ACEOF
13607 cat confdefs.h >>conftest.$ac_ext
13608 cat >>conftest.$ac_ext <<_ACEOF
13609 /* end confdefs.h. */
13610 $ac_includes_default
13611 int
13612 main ()
13613 {
13614 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
13615 test_array [0] = 0
13616
13617 ;
13618 return 0;
13619 }
13620 _ACEOF
13621 rm -f conftest.$ac_objext
13622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13623 (eval $ac_compile) 2>conftest.er1
13624 ac_status=$?
13625 grep -v '^ *+' conftest.er1 >conftest.err
13626 rm -f conftest.er1
13627 cat conftest.err >&5
13628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13629 (exit $ac_status); } &&
13630 { ac_try='test -z "$ac_c_werror_flag"
13631 || test ! -s conftest.err'
13632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13633 (eval $ac_try) 2>&5
13634 ac_status=$?
13635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13636 (exit $ac_status); }; } &&
13637 { ac_try='test -s conftest.$ac_objext'
13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13639 (eval $ac_try) 2>&5
13640 ac_status=$?
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); }; }; then
13643 ac_hi=$ac_mid
13644 else
13645 echo "$as_me: failed program was:" >&5
13646 sed 's/^/| /' conftest.$ac_ext >&5
13647
13648 ac_lo=`expr '(' $ac_mid ')' + 1`
13649 fi
13650 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13651 done
13652 case $ac_lo in
13653 ?*) ac_cv_sizeof_short=$ac_lo;;
13654 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
13655 See \`config.log' for more details." >&5
13656 echo "$as_me: error: cannot compute sizeof (short), 77
13657 See \`config.log' for more details." >&2;}
13658 { (exit 1); exit 1; }; } ;;
13659 esac
13660 else
13661 if test "$cross_compiling" = yes; then
13662 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13663 See \`config.log' for more details." >&5
13664 echo "$as_me: error: cannot run test program while cross compiling
13665 See \`config.log' for more details." >&2;}
13666 { (exit 1); exit 1; }; }
13667 else
13668 cat >conftest.$ac_ext <<_ACEOF
13669 /* confdefs.h. */
13670 _ACEOF
13671 cat confdefs.h >>conftest.$ac_ext
13672 cat >>conftest.$ac_ext <<_ACEOF
13673 /* end confdefs.h. */
13674 $ac_includes_default
13675 long longval () { return (long) (sizeof (short)); }
13676 unsigned long ulongval () { return (long) (sizeof (short)); }
13677 #include <stdio.h>
13678 #include <stdlib.h>
13679 int
13680 main ()
13681 {
13682
13683 FILE *f = fopen ("conftest.val", "w");
13684 if (! f)
13685 exit (1);
13686 if (((long) (sizeof (short))) < 0)
13687 {
13688 long i = longval ();
13689 if (i != ((long) (sizeof (short))))
13690 exit (1);
13691 fprintf (f, "%ld\n", i);
13692 }
13693 else
13694 {
13695 unsigned long i = ulongval ();
13696 if (i != ((long) (sizeof (short))))
13697 exit (1);
13698 fprintf (f, "%lu\n", i);
13699 }
13700 exit (ferror (f) || fclose (f) != 0);
13701
13702 ;
13703 return 0;
13704 }
13705 _ACEOF
13706 rm -f conftest$ac_exeext
13707 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13708 (eval $ac_link) 2>&5
13709 ac_status=$?
13710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13711 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13713 (eval $ac_try) 2>&5
13714 ac_status=$?
13715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13716 (exit $ac_status); }; }; then
13717 ac_cv_sizeof_short=`cat conftest.val`
13718 else
13719 echo "$as_me: program exited with status $ac_status" >&5
13720 echo "$as_me: failed program was:" >&5
13721 sed 's/^/| /' conftest.$ac_ext >&5
13722
13723 ( exit $ac_status )
13724 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
13725 See \`config.log' for more details." >&5
13726 echo "$as_me: error: cannot compute sizeof (short), 77
13727 See \`config.log' for more details." >&2;}
13728 { (exit 1); exit 1; }; }
13729 fi
13730 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13731 fi
13732 fi
13733 rm -f conftest.val
13734 else
13735 ac_cv_sizeof_short=0
13736 fi
13737 fi
13738 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
13739 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
13740 cat >>confdefs.h <<_ACEOF
13741 #define SIZEOF_SHORT $ac_cv_sizeof_short
13742 _ACEOF
13743
13744
13745 echo "$as_me:$LINENO: checking for char" >&5
13746 echo $ECHO_N "checking for char... $ECHO_C" >&6
13747 if test "${ac_cv_type_char+set}" = set; then
13748 echo $ECHO_N "(cached) $ECHO_C" >&6
13749 else
13750 cat >conftest.$ac_ext <<_ACEOF
13751 /* confdefs.h. */
13752 _ACEOF
13753 cat confdefs.h >>conftest.$ac_ext
13754 cat >>conftest.$ac_ext <<_ACEOF
13755 /* end confdefs.h. */
13756 $ac_includes_default
13757 int
13758 main ()
13759 {
13760 if ((char *) 0)
13761 return 0;
13762 if (sizeof (char))
13763 return 0;
13764 ;
13765 return 0;
13766 }
13767 _ACEOF
13768 rm -f conftest.$ac_objext
13769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13770 (eval $ac_compile) 2>conftest.er1
13771 ac_status=$?
13772 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1
13774 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_c_werror_flag"
13778 || test ! -s conftest.err'
13779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13780 (eval $ac_try) 2>&5
13781 ac_status=$?
13782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13783 (exit $ac_status); }; } &&
13784 { ac_try='test -s conftest.$ac_objext'
13785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13786 (eval $ac_try) 2>&5
13787 ac_status=$?
13788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789 (exit $ac_status); }; }; then
13790 ac_cv_type_char=yes
13791 else
13792 echo "$as_me: failed program was:" >&5
13793 sed 's/^/| /' conftest.$ac_ext >&5
13794
13795 ac_cv_type_char=no
13796 fi
13797 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13798 fi
13799 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13800 echo "${ECHO_T}$ac_cv_type_char" >&6
13801
13802 echo "$as_me:$LINENO: checking size of char" >&5
13803 echo $ECHO_N "checking size of char... $ECHO_C" >&6
13804 if test "${ac_cv_sizeof_char+set}" = set; then
13805 echo $ECHO_N "(cached) $ECHO_C" >&6
13806 else
13807 if test "$ac_cv_type_char" = yes; then
13808 # The cast to unsigned long works around a bug in the HP C Compiler
13809 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13810 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13811 # This bug is HP SR number 8606223364.
13812 if test "$cross_compiling" = yes; then
13813 # Depending upon the size, compute the lo and hi bounds.
13814 cat >conftest.$ac_ext <<_ACEOF
13815 /* confdefs.h. */
13816 _ACEOF
13817 cat confdefs.h >>conftest.$ac_ext
13818 cat >>conftest.$ac_ext <<_ACEOF
13819 /* end confdefs.h. */
13820 $ac_includes_default
13821 int
13822 main ()
13823 {
13824 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13825 test_array [0] = 0
13826
13827 ;
13828 return 0;
13829 }
13830 _ACEOF
13831 rm -f conftest.$ac_objext
13832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13833 (eval $ac_compile) 2>conftest.er1
13834 ac_status=$?
13835 grep -v '^ *+' conftest.er1 >conftest.err
13836 rm -f conftest.er1
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
13844 ac_status=$?
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
13850 ac_status=$?
13851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13852 (exit $ac_status); }; }; then
13853 ac_lo=0 ac_mid=0
13854 while :; do
13855 cat >conftest.$ac_ext <<_ACEOF
13856 /* confdefs.h. */
13857 _ACEOF
13858 cat confdefs.h >>conftest.$ac_ext
13859 cat >>conftest.$ac_ext <<_ACEOF
13860 /* end confdefs.h. */
13861 $ac_includes_default
13862 int
13863 main ()
13864 {
13865 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13866 test_array [0] = 0
13867
13868 ;
13869 return 0;
13870 }
13871 _ACEOF
13872 rm -f conftest.$ac_objext
13873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13874 (eval $ac_compile) 2>conftest.er1
13875 ac_status=$?
13876 grep -v '^ *+' conftest.er1 >conftest.err
13877 rm -f conftest.er1
13878 cat conftest.err >&5
13879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13880 (exit $ac_status); } &&
13881 { ac_try='test -z "$ac_c_werror_flag"
13882 || test ! -s conftest.err'
13883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13884 (eval $ac_try) 2>&5
13885 ac_status=$?
13886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13887 (exit $ac_status); }; } &&
13888 { ac_try='test -s conftest.$ac_objext'
13889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13890 (eval $ac_try) 2>&5
13891 ac_status=$?
13892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13893 (exit $ac_status); }; }; then
13894 ac_hi=$ac_mid; break
13895 else
13896 echo "$as_me: failed program was:" >&5
13897 sed 's/^/| /' conftest.$ac_ext >&5
13898
13899 ac_lo=`expr $ac_mid + 1`
13900 if test $ac_lo -le $ac_mid; then
13901 ac_lo= ac_hi=
13902 break
13903 fi
13904 ac_mid=`expr 2 '*' $ac_mid + 1`
13905 fi
13906 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13907 done
13908 else
13909 echo "$as_me: failed program was:" >&5
13910 sed 's/^/| /' conftest.$ac_ext >&5
13911
13912 cat >conftest.$ac_ext <<_ACEOF
13913 /* confdefs.h. */
13914 _ACEOF
13915 cat confdefs.h >>conftest.$ac_ext
13916 cat >>conftest.$ac_ext <<_ACEOF
13917 /* end confdefs.h. */
13918 $ac_includes_default
13919 int
13920 main ()
13921 {
13922 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13923 test_array [0] = 0
13924
13925 ;
13926 return 0;
13927 }
13928 _ACEOF
13929 rm -f conftest.$ac_objext
13930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13931 (eval $ac_compile) 2>conftest.er1
13932 ac_status=$?
13933 grep -v '^ *+' conftest.er1 >conftest.err
13934 rm -f conftest.er1
13935 cat conftest.err >&5
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); } &&
13938 { ac_try='test -z "$ac_c_werror_flag"
13939 || test ! -s conftest.err'
13940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13941 (eval $ac_try) 2>&5
13942 ac_status=$?
13943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13944 (exit $ac_status); }; } &&
13945 { ac_try='test -s conftest.$ac_objext'
13946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13947 (eval $ac_try) 2>&5
13948 ac_status=$?
13949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13950 (exit $ac_status); }; }; then
13951 ac_hi=-1 ac_mid=-1
13952 while :; do
13953 cat >conftest.$ac_ext <<_ACEOF
13954 /* confdefs.h. */
13955 _ACEOF
13956 cat confdefs.h >>conftest.$ac_ext
13957 cat >>conftest.$ac_ext <<_ACEOF
13958 /* end confdefs.h. */
13959 $ac_includes_default
13960 int
13961 main ()
13962 {
13963 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13964 test_array [0] = 0
13965
13966 ;
13967 return 0;
13968 }
13969 _ACEOF
13970 rm -f conftest.$ac_objext
13971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13972 (eval $ac_compile) 2>conftest.er1
13973 ac_status=$?
13974 grep -v '^ *+' conftest.er1 >conftest.err
13975 rm -f conftest.er1
13976 cat conftest.err >&5
13977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13978 (exit $ac_status); } &&
13979 { ac_try='test -z "$ac_c_werror_flag"
13980 || test ! -s conftest.err'
13981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13982 (eval $ac_try) 2>&5
13983 ac_status=$?
13984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13985 (exit $ac_status); }; } &&
13986 { ac_try='test -s conftest.$ac_objext'
13987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13988 (eval $ac_try) 2>&5
13989 ac_status=$?
13990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13991 (exit $ac_status); }; }; then
13992 ac_lo=$ac_mid; break
13993 else
13994 echo "$as_me: failed program was:" >&5
13995 sed 's/^/| /' conftest.$ac_ext >&5
13996
13997 ac_hi=`expr '(' $ac_mid ')' - 1`
13998 if test $ac_mid -le $ac_hi; then
13999 ac_lo= ac_hi=
14000 break
14001 fi
14002 ac_mid=`expr 2 '*' $ac_mid`
14003 fi
14004 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14005 done
14006 else
14007 echo "$as_me: failed program was:" >&5
14008 sed 's/^/| /' conftest.$ac_ext >&5
14009
14010 ac_lo= ac_hi=
14011 fi
14012 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14013 fi
14014 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14015 # Binary search between lo and hi bounds.
14016 while test "x$ac_lo" != "x$ac_hi"; do
14017 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14018 cat >conftest.$ac_ext <<_ACEOF
14019 /* confdefs.h. */
14020 _ACEOF
14021 cat confdefs.h >>conftest.$ac_ext
14022 cat >>conftest.$ac_ext <<_ACEOF
14023 /* end confdefs.h. */
14024 $ac_includes_default
14025 int
14026 main ()
14027 {
14028 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14029 test_array [0] = 0
14030
14031 ;
14032 return 0;
14033 }
14034 _ACEOF
14035 rm -f conftest.$ac_objext
14036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14037 (eval $ac_compile) 2>conftest.er1
14038 ac_status=$?
14039 grep -v '^ *+' conftest.er1 >conftest.err
14040 rm -f conftest.er1
14041 cat conftest.err >&5
14042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14043 (exit $ac_status); } &&
14044 { ac_try='test -z "$ac_c_werror_flag"
14045 || test ! -s conftest.err'
14046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14047 (eval $ac_try) 2>&5
14048 ac_status=$?
14049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14050 (exit $ac_status); }; } &&
14051 { ac_try='test -s conftest.$ac_objext'
14052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14053 (eval $ac_try) 2>&5
14054 ac_status=$?
14055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056 (exit $ac_status); }; }; then
14057 ac_hi=$ac_mid
14058 else
14059 echo "$as_me: failed program was:" >&5
14060 sed 's/^/| /' conftest.$ac_ext >&5
14061
14062 ac_lo=`expr '(' $ac_mid ')' + 1`
14063 fi
14064 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14065 done
14066 case $ac_lo in
14067 ?*) ac_cv_sizeof_char=$ac_lo;;
14068 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14069 See \`config.log' for more details." >&5
14070 echo "$as_me: error: cannot compute sizeof (char), 77
14071 See \`config.log' for more details." >&2;}
14072 { (exit 1); exit 1; }; } ;;
14073 esac
14074 else
14075 if test "$cross_compiling" = yes; then
14076 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14077 See \`config.log' for more details." >&5
14078 echo "$as_me: error: cannot run test program while cross compiling
14079 See \`config.log' for more details." >&2;}
14080 { (exit 1); exit 1; }; }
14081 else
14082 cat >conftest.$ac_ext <<_ACEOF
14083 /* confdefs.h. */
14084 _ACEOF
14085 cat confdefs.h >>conftest.$ac_ext
14086 cat >>conftest.$ac_ext <<_ACEOF
14087 /* end confdefs.h. */
14088 $ac_includes_default
14089 long longval () { return (long) (sizeof (char)); }
14090 unsigned long ulongval () { return (long) (sizeof (char)); }
14091 #include <stdio.h>
14092 #include <stdlib.h>
14093 int
14094 main ()
14095 {
14096
14097 FILE *f = fopen ("conftest.val", "w");
14098 if (! f)
14099 exit (1);
14100 if (((long) (sizeof (char))) < 0)
14101 {
14102 long i = longval ();
14103 if (i != ((long) (sizeof (char))))
14104 exit (1);
14105 fprintf (f, "%ld\n", i);
14106 }
14107 else
14108 {
14109 unsigned long i = ulongval ();
14110 if (i != ((long) (sizeof (char))))
14111 exit (1);
14112 fprintf (f, "%lu\n", i);
14113 }
14114 exit (ferror (f) || fclose (f) != 0);
14115
14116 ;
14117 return 0;
14118 }
14119 _ACEOF
14120 rm -f conftest$ac_exeext
14121 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14122 (eval $ac_link) 2>&5
14123 ac_status=$?
14124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14125 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14127 (eval $ac_try) 2>&5
14128 ac_status=$?
14129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14130 (exit $ac_status); }; }; then
14131 ac_cv_sizeof_char=`cat conftest.val`
14132 else
14133 echo "$as_me: program exited with status $ac_status" >&5
14134 echo "$as_me: failed program was:" >&5
14135 sed 's/^/| /' conftest.$ac_ext >&5
14136
14137 ( exit $ac_status )
14138 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14139 See \`config.log' for more details." >&5
14140 echo "$as_me: error: cannot compute sizeof (char), 77
14141 See \`config.log' for more details." >&2;}
14142 { (exit 1); exit 1; }; }
14143 fi
14144 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14145 fi
14146 fi
14147 rm -f conftest.val
14148 else
14149 ac_cv_sizeof_char=0
14150 fi
14151 fi
14152 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14153 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14154 cat >>confdefs.h <<_ACEOF
14155 #define SIZEOF_CHAR $ac_cv_sizeof_char
14156 _ACEOF
14157
14158
14159
14160 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
14161 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
14162 case "$ac_cv_sizeof_char" in
14163 1) acx_cv_type_int8_t=char ;;
14164 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
14165 echo "$as_me: error: no 8-bit type" >&2;}
14166 { (exit please report a bug); exit please report a bug; }; }
14167 esac
14168 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
14169 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
14170
14171 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
14172 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
14173 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
14174 2:*) acx_cv_type_int16_t=int ;;
14175 *:2) acx_cv_type_int16_t=short ;;
14176 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
14177 echo "$as_me: error: no 16-bit type" >&2;}
14178 { (exit please report a bug); exit please report a bug; }; }
14179 esac
14180 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
14181 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
14182
14183 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
14184 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
14185 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
14186 4:*) acx_cv_type_int32_t=int ;;
14187 *:4) acx_cv_type_int32_t=long ;;
14188 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
14189 echo "$as_me: error: no 32-bit type" >&2;}
14190 { (exit please report a bug); exit please report a bug; }; }
14191 esac
14192 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
14193 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
14194 fi
14195
14196 # These tests are here to make the output prettier
14197
14198 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
14199 case "$ac_cv_sizeof_long" in
14200 8) acx_cv_type_int64_t=long ;;
14201 esac
14202 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
14203 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
14204 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
14205 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
14206 fi
14207
14208 # Now we can use the above types
14209
14210 if test "$ac_cv_type_uintptr_t" != yes; then
14211 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
14212 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
14213 case $ac_cv_sizeof_void_p in
14214 2) acx_cv_type_intptr_t=int16_t ;;
14215 4) acx_cv_type_intptr_t=int32_t ;;
14216 8) acx_cv_type_intptr_t=int64_t ;;
14217 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
14218 echo "$as_me: error: no equivalent for intptr_t" >&2;}
14219 { (exit please report a bug); exit please report a bug; }; }
14220 esac
14221 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
14222 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
14223 fi
14224
14225 # ----------------- done all checks, emit header -------------
14226 ac_config_commands="$ac_config_commands gdb_stdint.h"
14227
14228
14229
14230
14231 # ------------------------- #
14232 # Checks for declarations. #
14233 # ------------------------- #
14234
14235 echo "$as_me:$LINENO: checking whether free is declared" >&5
14236 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
14237 if test "${ac_cv_have_decl_free+set}" = set; then
14238 echo $ECHO_N "(cached) $ECHO_C" >&6
14239 else
14240 cat >conftest.$ac_ext <<_ACEOF
14241 /* confdefs.h. */
14242 _ACEOF
14243 cat confdefs.h >>conftest.$ac_ext
14244 cat >>conftest.$ac_ext <<_ACEOF
14245 /* end confdefs.h. */
14246 $ac_includes_default
14247 int
14248 main ()
14249 {
14250 #ifndef free
14251 char *p = (char *) free;
14252 #endif
14253
14254 ;
14255 return 0;
14256 }
14257 _ACEOF
14258 rm -f conftest.$ac_objext
14259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14260 (eval $ac_compile) 2>conftest.er1
14261 ac_status=$?
14262 grep -v '^ *+' conftest.er1 >conftest.err
14263 rm -f conftest.er1
14264 cat conftest.err >&5
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } &&
14267 { ac_try='test -z "$ac_c_werror_flag"
14268 || test ! -s conftest.err'
14269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14270 (eval $ac_try) 2>&5
14271 ac_status=$?
14272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273 (exit $ac_status); }; } &&
14274 { ac_try='test -s conftest.$ac_objext'
14275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14276 (eval $ac_try) 2>&5
14277 ac_status=$?
14278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14279 (exit $ac_status); }; }; then
14280 ac_cv_have_decl_free=yes
14281 else
14282 echo "$as_me: failed program was:" >&5
14283 sed 's/^/| /' conftest.$ac_ext >&5
14284
14285 ac_cv_have_decl_free=no
14286 fi
14287 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14288 fi
14289 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
14290 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
14291 if test $ac_cv_have_decl_free = yes; then
14292
14293 cat >>confdefs.h <<_ACEOF
14294 #define HAVE_DECL_FREE 1
14295 _ACEOF
14296
14297
14298 else
14299 cat >>confdefs.h <<_ACEOF
14300 #define HAVE_DECL_FREE 0
14301 _ACEOF
14302
14303
14304 fi
14305 echo "$as_me:$LINENO: checking whether malloc is declared" >&5
14306 echo $ECHO_N "checking whether malloc is declared... $ECHO_C" >&6
14307 if test "${ac_cv_have_decl_malloc+set}" = set; then
14308 echo $ECHO_N "(cached) $ECHO_C" >&6
14309 else
14310 cat >conftest.$ac_ext <<_ACEOF
14311 /* confdefs.h. */
14312 _ACEOF
14313 cat confdefs.h >>conftest.$ac_ext
14314 cat >>conftest.$ac_ext <<_ACEOF
14315 /* end confdefs.h. */
14316 $ac_includes_default
14317 int
14318 main ()
14319 {
14320 #ifndef malloc
14321 char *p = (char *) malloc;
14322 #endif
14323
14324 ;
14325 return 0;
14326 }
14327 _ACEOF
14328 rm -f conftest.$ac_objext
14329 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14330 (eval $ac_compile) 2>conftest.er1
14331 ac_status=$?
14332 grep -v '^ *+' conftest.er1 >conftest.err
14333 rm -f conftest.er1
14334 cat conftest.err >&5
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } &&
14337 { ac_try='test -z "$ac_c_werror_flag"
14338 || test ! -s conftest.err'
14339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14340 (eval $ac_try) 2>&5
14341 ac_status=$?
14342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343 (exit $ac_status); }; } &&
14344 { ac_try='test -s conftest.$ac_objext'
14345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14346 (eval $ac_try) 2>&5
14347 ac_status=$?
14348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14349 (exit $ac_status); }; }; then
14350 ac_cv_have_decl_malloc=yes
14351 else
14352 echo "$as_me: failed program was:" >&5
14353 sed 's/^/| /' conftest.$ac_ext >&5
14354
14355 ac_cv_have_decl_malloc=no
14356 fi
14357 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14358 fi
14359 echo "$as_me:$LINENO: result: $ac_cv_have_decl_malloc" >&5
14360 echo "${ECHO_T}$ac_cv_have_decl_malloc" >&6
14361 if test $ac_cv_have_decl_malloc = yes; then
14362
14363 cat >>confdefs.h <<_ACEOF
14364 #define HAVE_DECL_MALLOC 1
14365 _ACEOF
14366
14367
14368 else
14369 cat >>confdefs.h <<_ACEOF
14370 #define HAVE_DECL_MALLOC 0
14371 _ACEOF
14372
14373
14374 fi
14375 echo "$as_me:$LINENO: checking whether realloc is declared" >&5
14376 echo $ECHO_N "checking whether realloc is declared... $ECHO_C" >&6
14377 if test "${ac_cv_have_decl_realloc+set}" = set; then
14378 echo $ECHO_N "(cached) $ECHO_C" >&6
14379 else
14380 cat >conftest.$ac_ext <<_ACEOF
14381 /* confdefs.h. */
14382 _ACEOF
14383 cat confdefs.h >>conftest.$ac_ext
14384 cat >>conftest.$ac_ext <<_ACEOF
14385 /* end confdefs.h. */
14386 $ac_includes_default
14387 int
14388 main ()
14389 {
14390 #ifndef realloc
14391 char *p = (char *) realloc;
14392 #endif
14393
14394 ;
14395 return 0;
14396 }
14397 _ACEOF
14398 rm -f conftest.$ac_objext
14399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14400 (eval $ac_compile) 2>conftest.er1
14401 ac_status=$?
14402 grep -v '^ *+' conftest.er1 >conftest.err
14403 rm -f conftest.er1
14404 cat conftest.err >&5
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); } &&
14407 { ac_try='test -z "$ac_c_werror_flag"
14408 || test ! -s conftest.err'
14409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14410 (eval $ac_try) 2>&5
14411 ac_status=$?
14412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14413 (exit $ac_status); }; } &&
14414 { ac_try='test -s conftest.$ac_objext'
14415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14416 (eval $ac_try) 2>&5
14417 ac_status=$?
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); }; }; then
14420 ac_cv_have_decl_realloc=yes
14421 else
14422 echo "$as_me: failed program was:" >&5
14423 sed 's/^/| /' conftest.$ac_ext >&5
14424
14425 ac_cv_have_decl_realloc=no
14426 fi
14427 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14428 fi
14429 echo "$as_me:$LINENO: result: $ac_cv_have_decl_realloc" >&5
14430 echo "${ECHO_T}$ac_cv_have_decl_realloc" >&6
14431 if test $ac_cv_have_decl_realloc = yes; then
14432
14433 cat >>confdefs.h <<_ACEOF
14434 #define HAVE_DECL_REALLOC 1
14435 _ACEOF
14436
14437
14438 else
14439 cat >>confdefs.h <<_ACEOF
14440 #define HAVE_DECL_REALLOC 0
14441 _ACEOF
14442
14443
14444 fi
14445
14446
14447 echo "$as_me:$LINENO: checking whether strerror is declared" >&5
14448 echo $ECHO_N "checking whether strerror is declared... $ECHO_C" >&6
14449 if test "${ac_cv_have_decl_strerror+set}" = set; then
14450 echo $ECHO_N "(cached) $ECHO_C" >&6
14451 else
14452 cat >conftest.$ac_ext <<_ACEOF
14453 /* confdefs.h. */
14454 _ACEOF
14455 cat confdefs.h >>conftest.$ac_ext
14456 cat >>conftest.$ac_ext <<_ACEOF
14457 /* end confdefs.h. */
14458 $ac_includes_default
14459 int
14460 main ()
14461 {
14462 #ifndef strerror
14463 char *p = (char *) strerror;
14464 #endif
14465
14466 ;
14467 return 0;
14468 }
14469 _ACEOF
14470 rm -f conftest.$ac_objext
14471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14472 (eval $ac_compile) 2>conftest.er1
14473 ac_status=$?
14474 grep -v '^ *+' conftest.er1 >conftest.err
14475 rm -f conftest.er1
14476 cat conftest.err >&5
14477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); } &&
14479 { ac_try='test -z "$ac_c_werror_flag"
14480 || test ! -s conftest.err'
14481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14482 (eval $ac_try) 2>&5
14483 ac_status=$?
14484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14485 (exit $ac_status); }; } &&
14486 { ac_try='test -s conftest.$ac_objext'
14487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14488 (eval $ac_try) 2>&5
14489 ac_status=$?
14490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14491 (exit $ac_status); }; }; then
14492 ac_cv_have_decl_strerror=yes
14493 else
14494 echo "$as_me: failed program was:" >&5
14495 sed 's/^/| /' conftest.$ac_ext >&5
14496
14497 ac_cv_have_decl_strerror=no
14498 fi
14499 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14500 fi
14501 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror" >&5
14502 echo "${ECHO_T}$ac_cv_have_decl_strerror" >&6
14503 if test $ac_cv_have_decl_strerror = yes; then
14504
14505 cat >>confdefs.h <<_ACEOF
14506 #define HAVE_DECL_STRERROR 1
14507 _ACEOF
14508
14509
14510 else
14511 cat >>confdefs.h <<_ACEOF
14512 #define HAVE_DECL_STRERROR 0
14513 _ACEOF
14514
14515
14516 fi
14517 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
14518 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
14519 if test "${ac_cv_have_decl_strstr+set}" = set; then
14520 echo $ECHO_N "(cached) $ECHO_C" >&6
14521 else
14522 cat >conftest.$ac_ext <<_ACEOF
14523 /* confdefs.h. */
14524 _ACEOF
14525 cat confdefs.h >>conftest.$ac_ext
14526 cat >>conftest.$ac_ext <<_ACEOF
14527 /* end confdefs.h. */
14528 $ac_includes_default
14529 int
14530 main ()
14531 {
14532 #ifndef strstr
14533 char *p = (char *) strstr;
14534 #endif
14535
14536 ;
14537 return 0;
14538 }
14539 _ACEOF
14540 rm -f conftest.$ac_objext
14541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14542 (eval $ac_compile) 2>conftest.er1
14543 ac_status=$?
14544 grep -v '^ *+' conftest.er1 >conftest.err
14545 rm -f conftest.er1
14546 cat conftest.err >&5
14547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14548 (exit $ac_status); } &&
14549 { ac_try='test -z "$ac_c_werror_flag"
14550 || test ! -s conftest.err'
14551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14552 (eval $ac_try) 2>&5
14553 ac_status=$?
14554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14555 (exit $ac_status); }; } &&
14556 { ac_try='test -s conftest.$ac_objext'
14557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14558 (eval $ac_try) 2>&5
14559 ac_status=$?
14560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561 (exit $ac_status); }; }; then
14562 ac_cv_have_decl_strstr=yes
14563 else
14564 echo "$as_me: failed program was:" >&5
14565 sed 's/^/| /' conftest.$ac_ext >&5
14566
14567 ac_cv_have_decl_strstr=no
14568 fi
14569 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14570 fi
14571 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
14572 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
14573 if test $ac_cv_have_decl_strstr = yes; then
14574
14575 cat >>confdefs.h <<_ACEOF
14576 #define HAVE_DECL_STRSTR 1
14577 _ACEOF
14578
14579
14580 else
14581 cat >>confdefs.h <<_ACEOF
14582 #define HAVE_DECL_STRSTR 0
14583 _ACEOF
14584
14585
14586 fi
14587
14588
14589 echo "$as_me:$LINENO: checking whether getopt is declared" >&5
14590 echo $ECHO_N "checking whether getopt is declared... $ECHO_C" >&6
14591 if test "${ac_cv_have_decl_getopt+set}" = set; then
14592 echo $ECHO_N "(cached) $ECHO_C" >&6
14593 else
14594 cat >conftest.$ac_ext <<_ACEOF
14595 /* confdefs.h. */
14596 _ACEOF
14597 cat confdefs.h >>conftest.$ac_ext
14598 cat >>conftest.$ac_ext <<_ACEOF
14599 /* end confdefs.h. */
14600 $ac_includes_default
14601 int
14602 main ()
14603 {
14604 #ifndef getopt
14605 char *p = (char *) getopt;
14606 #endif
14607
14608 ;
14609 return 0;
14610 }
14611 _ACEOF
14612 rm -f conftest.$ac_objext
14613 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14614 (eval $ac_compile) 2>conftest.er1
14615 ac_status=$?
14616 grep -v '^ *+' conftest.er1 >conftest.err
14617 rm -f conftest.er1
14618 cat conftest.err >&5
14619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); } &&
14621 { ac_try='test -z "$ac_c_werror_flag"
14622 || test ! -s conftest.err'
14623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14624 (eval $ac_try) 2>&5
14625 ac_status=$?
14626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14627 (exit $ac_status); }; } &&
14628 { ac_try='test -s conftest.$ac_objext'
14629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14630 (eval $ac_try) 2>&5
14631 ac_status=$?
14632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633 (exit $ac_status); }; }; then
14634 ac_cv_have_decl_getopt=yes
14635 else
14636 echo "$as_me: failed program was:" >&5
14637 sed 's/^/| /' conftest.$ac_ext >&5
14638
14639 ac_cv_have_decl_getopt=no
14640 fi
14641 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14642 fi
14643 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getopt" >&5
14644 echo "${ECHO_T}$ac_cv_have_decl_getopt" >&6
14645 if test $ac_cv_have_decl_getopt = yes; then
14646
14647 cat >>confdefs.h <<_ACEOF
14648 #define HAVE_DECL_GETOPT 1
14649 _ACEOF
14650
14651
14652 else
14653 cat >>confdefs.h <<_ACEOF
14654 #define HAVE_DECL_GETOPT 0
14655 _ACEOF
14656
14657
14658 fi
14659 echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
14660 echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
14661 if test "${ac_cv_have_decl_snprintf+set}" = set; then
14662 echo $ECHO_N "(cached) $ECHO_C" >&6
14663 else
14664 cat >conftest.$ac_ext <<_ACEOF
14665 /* confdefs.h. */
14666 _ACEOF
14667 cat confdefs.h >>conftest.$ac_ext
14668 cat >>conftest.$ac_ext <<_ACEOF
14669 /* end confdefs.h. */
14670 $ac_includes_default
14671 int
14672 main ()
14673 {
14674 #ifndef snprintf
14675 char *p = (char *) snprintf;
14676 #endif
14677
14678 ;
14679 return 0;
14680 }
14681 _ACEOF
14682 rm -f conftest.$ac_objext
14683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14684 (eval $ac_compile) 2>conftest.er1
14685 ac_status=$?
14686 grep -v '^ *+' conftest.er1 >conftest.err
14687 rm -f conftest.er1
14688 cat conftest.err >&5
14689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14690 (exit $ac_status); } &&
14691 { ac_try='test -z "$ac_c_werror_flag"
14692 || test ! -s conftest.err'
14693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14694 (eval $ac_try) 2>&5
14695 ac_status=$?
14696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14697 (exit $ac_status); }; } &&
14698 { ac_try='test -s conftest.$ac_objext'
14699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14700 (eval $ac_try) 2>&5
14701 ac_status=$?
14702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703 (exit $ac_status); }; }; then
14704 ac_cv_have_decl_snprintf=yes
14705 else
14706 echo "$as_me: failed program was:" >&5
14707 sed 's/^/| /' conftest.$ac_ext >&5
14708
14709 ac_cv_have_decl_snprintf=no
14710 fi
14711 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14712 fi
14713 echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
14714 echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
14715 if test $ac_cv_have_decl_snprintf = yes; then
14716
14717 cat >>confdefs.h <<_ACEOF
14718 #define HAVE_DECL_SNPRINTF 1
14719 _ACEOF
14720
14721
14722 else
14723 cat >>confdefs.h <<_ACEOF
14724 #define HAVE_DECL_SNPRINTF 0
14725 _ACEOF
14726
14727
14728 fi
14729 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
14730 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
14731 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14733 else
14734 cat >conftest.$ac_ext <<_ACEOF
14735 /* confdefs.h. */
14736 _ACEOF
14737 cat confdefs.h >>conftest.$ac_ext
14738 cat >>conftest.$ac_ext <<_ACEOF
14739 /* end confdefs.h. */
14740 $ac_includes_default
14741 int
14742 main ()
14743 {
14744 #ifndef vsnprintf
14745 char *p = (char *) vsnprintf;
14746 #endif
14747
14748 ;
14749 return 0;
14750 }
14751 _ACEOF
14752 rm -f conftest.$ac_objext
14753 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14754 (eval $ac_compile) 2>conftest.er1
14755 ac_status=$?
14756 grep -v '^ *+' conftest.er1 >conftest.err
14757 rm -f conftest.er1
14758 cat conftest.err >&5
14759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14760 (exit $ac_status); } &&
14761 { ac_try='test -z "$ac_c_werror_flag"
14762 || test ! -s conftest.err'
14763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14764 (eval $ac_try) 2>&5
14765 ac_status=$?
14766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14767 (exit $ac_status); }; } &&
14768 { ac_try='test -s conftest.$ac_objext'
14769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14770 (eval $ac_try) 2>&5
14771 ac_status=$?
14772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); }; }; then
14774 ac_cv_have_decl_vsnprintf=yes
14775 else
14776 echo "$as_me: failed program was:" >&5
14777 sed 's/^/| /' conftest.$ac_ext >&5
14778
14779 ac_cv_have_decl_vsnprintf=no
14780 fi
14781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14782 fi
14783 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
14784 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
14785 if test $ac_cv_have_decl_vsnprintf = yes; then
14786
14787 cat >>confdefs.h <<_ACEOF
14788 #define HAVE_DECL_VSNPRINTF 1
14789 _ACEOF
14790
14791
14792 else
14793 cat >>confdefs.h <<_ACEOF
14794 #define HAVE_DECL_VSNPRINTF 0
14795 _ACEOF
14796
14797
14798 fi
14799
14800
14801
14802 # ----------------------- #
14803 # Checks for structures. #
14804 # ----------------------- #
14805
14806 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
14807 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
14808 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
14809 echo $ECHO_N "(cached) $ECHO_C" >&6
14810 else
14811 cat >conftest.$ac_ext <<_ACEOF
14812 /* confdefs.h. */
14813 _ACEOF
14814 cat confdefs.h >>conftest.$ac_ext
14815 cat >>conftest.$ac_ext <<_ACEOF
14816 /* end confdefs.h. */
14817 $ac_includes_default
14818 int
14819 main ()
14820 {
14821 static struct stat ac_aggr;
14822 if (ac_aggr.st_blocks)
14823 return 0;
14824 ;
14825 return 0;
14826 }
14827 _ACEOF
14828 rm -f conftest.$ac_objext
14829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14830 (eval $ac_compile) 2>conftest.er1
14831 ac_status=$?
14832 grep -v '^ *+' conftest.er1 >conftest.err
14833 rm -f conftest.er1
14834 cat conftest.err >&5
14835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14836 (exit $ac_status); } &&
14837 { ac_try='test -z "$ac_c_werror_flag"
14838 || test ! -s conftest.err'
14839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14840 (eval $ac_try) 2>&5
14841 ac_status=$?
14842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14843 (exit $ac_status); }; } &&
14844 { ac_try='test -s conftest.$ac_objext'
14845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14846 (eval $ac_try) 2>&5
14847 ac_status=$?
14848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14849 (exit $ac_status); }; }; then
14850 ac_cv_member_struct_stat_st_blocks=yes
14851 else
14852 echo "$as_me: failed program was:" >&5
14853 sed 's/^/| /' conftest.$ac_ext >&5
14854
14855 cat >conftest.$ac_ext <<_ACEOF
14856 /* confdefs.h. */
14857 _ACEOF
14858 cat confdefs.h >>conftest.$ac_ext
14859 cat >>conftest.$ac_ext <<_ACEOF
14860 /* end confdefs.h. */
14861 $ac_includes_default
14862 int
14863 main ()
14864 {
14865 static struct stat ac_aggr;
14866 if (sizeof ac_aggr.st_blocks)
14867 return 0;
14868 ;
14869 return 0;
14870 }
14871 _ACEOF
14872 rm -f conftest.$ac_objext
14873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14874 (eval $ac_compile) 2>conftest.er1
14875 ac_status=$?
14876 grep -v '^ *+' conftest.er1 >conftest.err
14877 rm -f conftest.er1
14878 cat conftest.err >&5
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); } &&
14881 { ac_try='test -z "$ac_c_werror_flag"
14882 || test ! -s conftest.err'
14883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14884 (eval $ac_try) 2>&5
14885 ac_status=$?
14886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14887 (exit $ac_status); }; } &&
14888 { ac_try='test -s conftest.$ac_objext'
14889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14890 (eval $ac_try) 2>&5
14891 ac_status=$?
14892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14893 (exit $ac_status); }; }; then
14894 ac_cv_member_struct_stat_st_blocks=yes
14895 else
14896 echo "$as_me: failed program was:" >&5
14897 sed 's/^/| /' conftest.$ac_ext >&5
14898
14899 ac_cv_member_struct_stat_st_blocks=no
14900 fi
14901 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14902 fi
14903 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14904 fi
14905 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
14906 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
14907 if test $ac_cv_member_struct_stat_st_blocks = yes; then
14908
14909 cat >>confdefs.h <<_ACEOF
14910 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14911 _ACEOF
14912
14913
14914 fi
14915
14916 echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
14917 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
14918 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
14919 echo $ECHO_N "(cached) $ECHO_C" >&6
14920 else
14921 cat >conftest.$ac_ext <<_ACEOF
14922 /* confdefs.h. */
14923 _ACEOF
14924 cat confdefs.h >>conftest.$ac_ext
14925 cat >>conftest.$ac_ext <<_ACEOF
14926 /* end confdefs.h. */
14927 $ac_includes_default
14928 int
14929 main ()
14930 {
14931 static struct stat ac_aggr;
14932 if (ac_aggr.st_blksize)
14933 return 0;
14934 ;
14935 return 0;
14936 }
14937 _ACEOF
14938 rm -f conftest.$ac_objext
14939 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14940 (eval $ac_compile) 2>conftest.er1
14941 ac_status=$?
14942 grep -v '^ *+' conftest.er1 >conftest.err
14943 rm -f conftest.er1
14944 cat conftest.err >&5
14945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14946 (exit $ac_status); } &&
14947 { ac_try='test -z "$ac_c_werror_flag"
14948 || test ! -s conftest.err'
14949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14950 (eval $ac_try) 2>&5
14951 ac_status=$?
14952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14953 (exit $ac_status); }; } &&
14954 { ac_try='test -s conftest.$ac_objext'
14955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14956 (eval $ac_try) 2>&5
14957 ac_status=$?
14958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14959 (exit $ac_status); }; }; then
14960 ac_cv_member_struct_stat_st_blksize=yes
14961 else
14962 echo "$as_me: failed program was:" >&5
14963 sed 's/^/| /' conftest.$ac_ext >&5
14964
14965 cat >conftest.$ac_ext <<_ACEOF
14966 /* confdefs.h. */
14967 _ACEOF
14968 cat confdefs.h >>conftest.$ac_ext
14969 cat >>conftest.$ac_ext <<_ACEOF
14970 /* end confdefs.h. */
14971 $ac_includes_default
14972 int
14973 main ()
14974 {
14975 static struct stat ac_aggr;
14976 if (sizeof ac_aggr.st_blksize)
14977 return 0;
14978 ;
14979 return 0;
14980 }
14981 _ACEOF
14982 rm -f conftest.$ac_objext
14983 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14984 (eval $ac_compile) 2>conftest.er1
14985 ac_status=$?
14986 grep -v '^ *+' conftest.er1 >conftest.err
14987 rm -f conftest.er1
14988 cat conftest.err >&5
14989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14990 (exit $ac_status); } &&
14991 { ac_try='test -z "$ac_c_werror_flag"
14992 || test ! -s conftest.err'
14993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14994 (eval $ac_try) 2>&5
14995 ac_status=$?
14996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14997 (exit $ac_status); }; } &&
14998 { ac_try='test -s conftest.$ac_objext'
14999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15000 (eval $ac_try) 2>&5
15001 ac_status=$?
15002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15003 (exit $ac_status); }; }; then
15004 ac_cv_member_struct_stat_st_blksize=yes
15005 else
15006 echo "$as_me: failed program was:" >&5
15007 sed 's/^/| /' conftest.$ac_ext >&5
15008
15009 ac_cv_member_struct_stat_st_blksize=no
15010 fi
15011 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15012 fi
15013 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15014 fi
15015 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
15016 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
15017 if test $ac_cv_member_struct_stat_st_blksize = yes; then
15018
15019 cat >>confdefs.h <<_ACEOF
15020 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
15021 _ACEOF
15022
15023
15024 fi
15025
15026
15027 # ------------------ #
15028 # Checks for types. #
15029 # ------------------ #
15030
15031 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
15032 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
15033 if test "${ac_cv_type_signal+set}" = set; then
15034 echo $ECHO_N "(cached) $ECHO_C" >&6
15035 else
15036 cat >conftest.$ac_ext <<_ACEOF
15037 /* confdefs.h. */
15038 _ACEOF
15039 cat confdefs.h >>conftest.$ac_ext
15040 cat >>conftest.$ac_ext <<_ACEOF
15041 /* end confdefs.h. */
15042 #include <sys/types.h>
15043 #include <signal.h>
15044 #ifdef signal
15045 # undef signal
15046 #endif
15047 #ifdef __cplusplus
15048 extern "C" void (*signal (int, void (*)(int)))(int);
15049 #else
15050 void (*signal ()) ();
15051 #endif
15052
15053 int
15054 main ()
15055 {
15056 int i;
15057 ;
15058 return 0;
15059 }
15060 _ACEOF
15061 rm -f conftest.$ac_objext
15062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15063 (eval $ac_compile) 2>conftest.er1
15064 ac_status=$?
15065 grep -v '^ *+' conftest.er1 >conftest.err
15066 rm -f conftest.er1
15067 cat conftest.err >&5
15068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15069 (exit $ac_status); } &&
15070 { ac_try='test -z "$ac_c_werror_flag"
15071 || test ! -s conftest.err'
15072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15073 (eval $ac_try) 2>&5
15074 ac_status=$?
15075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076 (exit $ac_status); }; } &&
15077 { ac_try='test -s conftest.$ac_objext'
15078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15079 (eval $ac_try) 2>&5
15080 ac_status=$?
15081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15082 (exit $ac_status); }; }; then
15083 ac_cv_type_signal=void
15084 else
15085 echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15087
15088 ac_cv_type_signal=int
15089 fi
15090 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15091 fi
15092 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
15093 echo "${ECHO_T}$ac_cv_type_signal" >&6
15094
15095 cat >>confdefs.h <<_ACEOF
15096 #define RETSIGTYPE $ac_cv_type_signal
15097 _ACEOF
15098
15099
15100 echo "$as_me:$LINENO: checking for socklen_t" >&5
15101 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
15102 if test "${ac_cv_type_socklen_t+set}" = set; then
15103 echo $ECHO_N "(cached) $ECHO_C" >&6
15104 else
15105 cat >conftest.$ac_ext <<_ACEOF
15106 /* confdefs.h. */
15107 _ACEOF
15108 cat confdefs.h >>conftest.$ac_ext
15109 cat >>conftest.$ac_ext <<_ACEOF
15110 /* end confdefs.h. */
15111 #include <sys/types.h>
15112 #include <sys/socket.h>
15113
15114
15115 int
15116 main ()
15117 {
15118 if ((socklen_t *) 0)
15119 return 0;
15120 if (sizeof (socklen_t))
15121 return 0;
15122 ;
15123 return 0;
15124 }
15125 _ACEOF
15126 rm -f conftest.$ac_objext
15127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15128 (eval $ac_compile) 2>conftest.er1
15129 ac_status=$?
15130 grep -v '^ *+' conftest.er1 >conftest.err
15131 rm -f conftest.er1
15132 cat conftest.err >&5
15133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15134 (exit $ac_status); } &&
15135 { ac_try='test -z "$ac_c_werror_flag"
15136 || test ! -s conftest.err'
15137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15138 (eval $ac_try) 2>&5
15139 ac_status=$?
15140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141 (exit $ac_status); }; } &&
15142 { ac_try='test -s conftest.$ac_objext'
15143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15144 (eval $ac_try) 2>&5
15145 ac_status=$?
15146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147 (exit $ac_status); }; }; then
15148 ac_cv_type_socklen_t=yes
15149 else
15150 echo "$as_me: failed program was:" >&5
15151 sed 's/^/| /' conftest.$ac_ext >&5
15152
15153 ac_cv_type_socklen_t=no
15154 fi
15155 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15156 fi
15157 echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
15158 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
15159 if test $ac_cv_type_socklen_t = yes; then
15160
15161 cat >>confdefs.h <<_ACEOF
15162 #define HAVE_SOCKLEN_T 1
15163 _ACEOF
15164
15165
15166 fi
15167
15168 echo "$as_me:$LINENO: checking for uintptr_t" >&5
15169 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
15170 if test "${ac_cv_type_uintptr_t+set}" = set; then
15171 echo $ECHO_N "(cached) $ECHO_C" >&6
15172 else
15173 cat >conftest.$ac_ext <<_ACEOF
15174 /* confdefs.h. */
15175 _ACEOF
15176 cat confdefs.h >>conftest.$ac_ext
15177 cat >>conftest.$ac_ext <<_ACEOF
15178 /* end confdefs.h. */
15179 #include <stdint.h>
15180
15181 int
15182 main ()
15183 {
15184 if ((uintptr_t *) 0)
15185 return 0;
15186 if (sizeof (uintptr_t))
15187 return 0;
15188 ;
15189 return 0;
15190 }
15191 _ACEOF
15192 rm -f conftest.$ac_objext
15193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15194 (eval $ac_compile) 2>conftest.er1
15195 ac_status=$?
15196 grep -v '^ *+' conftest.er1 >conftest.err
15197 rm -f conftest.er1
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
15205 ac_status=$?
15206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15207 (exit $ac_status); }; } &&
15208 { ac_try='test -s conftest.$ac_objext'
15209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15210 (eval $ac_try) 2>&5
15211 ac_status=$?
15212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15213 (exit $ac_status); }; }; then
15214 ac_cv_type_uintptr_t=yes
15215 else
15216 echo "$as_me: failed program was:" >&5
15217 sed 's/^/| /' conftest.$ac_ext >&5
15218
15219 ac_cv_type_uintptr_t=no
15220 fi
15221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15222 fi
15223 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
15224 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
15225 if test $ac_cv_type_uintptr_t = yes; then
15226
15227 cat >>confdefs.h <<_ACEOF
15228 #define HAVE_UINTPTR_T 1
15229 _ACEOF
15230
15231
15232 fi
15233
15234
15235 # ------------------------------------- #
15236 # Checks for compiler characteristics. #
15237 # ------------------------------------- #
15238
15239 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15240 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15241 if test "${ac_cv_c_const+set}" = set; then
15242 echo $ECHO_N "(cached) $ECHO_C" >&6
15243 else
15244 cat >conftest.$ac_ext <<_ACEOF
15245 /* confdefs.h. */
15246 _ACEOF
15247 cat confdefs.h >>conftest.$ac_ext
15248 cat >>conftest.$ac_ext <<_ACEOF
15249 /* end confdefs.h. */
15250
15251 int
15252 main ()
15253 {
15254 /* FIXME: Include the comments suggested by Paul. */
15255 #ifndef __cplusplus
15256 /* Ultrix mips cc rejects this. */
15257 typedef int charset[2];
15258 const charset x;
15259 /* SunOS 4.1.1 cc rejects this. */
15260 char const *const *ccp;
15261 char **p;
15262 /* NEC SVR4.0.2 mips cc rejects this. */
15263 struct point {int x, y;};
15264 static struct point const zero = {0,0};
15265 /* AIX XL C 1.02.0.0 rejects this.
15266 It does not let you subtract one const X* pointer from another in
15267 an arm of an if-expression whose if-part is not a constant
15268 expression */
15269 const char *g = "string";
15270 ccp = &g + (g ? g-g : 0);
15271 /* HPUX 7.0 cc rejects these. */
15272 ++ccp;
15273 p = (char**) ccp;
15274 ccp = (char const *const *) p;
15275 { /* SCO 3.2v4 cc rejects this. */
15276 char *t;
15277 char const *s = 0 ? (char *) 0 : (char const *) 0;
15278
15279 *t++ = 0;
15280 }
15281 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15282 int x[] = {25, 17};
15283 const int *foo = &x[0];
15284 ++foo;
15285 }
15286 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15287 typedef const int *iptr;
15288 iptr p = 0;
15289 ++p;
15290 }
15291 { /* AIX XL C 1.02.0.0 rejects this saying
15292 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15293 struct s { int j; const int *ap[3]; };
15294 struct s *b; b->j = 5;
15295 }
15296 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15297 const int foo = 10;
15298 }
15299 #endif
15300
15301 ;
15302 return 0;
15303 }
15304 _ACEOF
15305 rm -f conftest.$ac_objext
15306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15307 (eval $ac_compile) 2>conftest.er1
15308 ac_status=$?
15309 grep -v '^ *+' conftest.er1 >conftest.err
15310 rm -f conftest.er1
15311 cat conftest.err >&5
15312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15313 (exit $ac_status); } &&
15314 { ac_try='test -z "$ac_c_werror_flag"
15315 || test ! -s conftest.err'
15316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15317 (eval $ac_try) 2>&5
15318 ac_status=$?
15319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15320 (exit $ac_status); }; } &&
15321 { ac_try='test -s conftest.$ac_objext'
15322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15323 (eval $ac_try) 2>&5
15324 ac_status=$?
15325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15326 (exit $ac_status); }; }; then
15327 ac_cv_c_const=yes
15328 else
15329 echo "$as_me: failed program was:" >&5
15330 sed 's/^/| /' conftest.$ac_ext >&5
15331
15332 ac_cv_c_const=no
15333 fi
15334 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15335 fi
15336 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15337 echo "${ECHO_T}$ac_cv_c_const" >&6
15338 if test $ac_cv_c_const = no; then
15339
15340 cat >>confdefs.h <<\_ACEOF
15341 #define const
15342 _ACEOF
15343
15344 fi
15345
15346 echo "$as_me:$LINENO: checking for inline" >&5
15347 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15348 if test "${ac_cv_c_inline+set}" = set; then
15349 echo $ECHO_N "(cached) $ECHO_C" >&6
15350 else
15351 ac_cv_c_inline=no
15352 for ac_kw in inline __inline__ __inline; do
15353 cat >conftest.$ac_ext <<_ACEOF
15354 /* confdefs.h. */
15355 _ACEOF
15356 cat confdefs.h >>conftest.$ac_ext
15357 cat >>conftest.$ac_ext <<_ACEOF
15358 /* end confdefs.h. */
15359 #ifndef __cplusplus
15360 typedef int foo_t;
15361 static $ac_kw foo_t static_foo () {return 0; }
15362 $ac_kw foo_t foo () {return 0; }
15363 #endif
15364
15365 _ACEOF
15366 rm -f conftest.$ac_objext
15367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15368 (eval $ac_compile) 2>conftest.er1
15369 ac_status=$?
15370 grep -v '^ *+' conftest.er1 >conftest.err
15371 rm -f conftest.er1
15372 cat conftest.err >&5
15373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15374 (exit $ac_status); } &&
15375 { ac_try='test -z "$ac_c_werror_flag"
15376 || test ! -s conftest.err'
15377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15378 (eval $ac_try) 2>&5
15379 ac_status=$?
15380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15381 (exit $ac_status); }; } &&
15382 { ac_try='test -s conftest.$ac_objext'
15383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15384 (eval $ac_try) 2>&5
15385 ac_status=$?
15386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15387 (exit $ac_status); }; }; then
15388 ac_cv_c_inline=$ac_kw; break
15389 else
15390 echo "$as_me: failed program was:" >&5
15391 sed 's/^/| /' conftest.$ac_ext >&5
15392
15393 fi
15394 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15395 done
15396
15397 fi
15398 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15399 echo "${ECHO_T}$ac_cv_c_inline" >&6
15400
15401
15402 case $ac_cv_c_inline in
15403 inline | yes) ;;
15404 *)
15405 case $ac_cv_c_inline in
15406 no) ac_val=;;
15407 *) ac_val=$ac_cv_c_inline;;
15408 esac
15409 cat >>confdefs.h <<_ACEOF
15410 #ifndef __cplusplus
15411 #define inline $ac_val
15412 #endif
15413 _ACEOF
15414 ;;
15415 esac
15416
15417
15418 # ------------------------------ #
15419 # Checks for library functions. #
15420 # ------------------------------ #
15421
15422 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
15423 # for constant arguments. Useless!
15424 echo "$as_me:$LINENO: checking for working alloca.h" >&5
15425 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
15426 if test "${ac_cv_working_alloca_h+set}" = set; then
15427 echo $ECHO_N "(cached) $ECHO_C" >&6
15428 else
15429 cat >conftest.$ac_ext <<_ACEOF
15430 /* confdefs.h. */
15431 _ACEOF
15432 cat confdefs.h >>conftest.$ac_ext
15433 cat >>conftest.$ac_ext <<_ACEOF
15434 /* end confdefs.h. */
15435 #include <alloca.h>
15436 int
15437 main ()
15438 {
15439 char *p = (char *) alloca (2 * sizeof (int));
15440 ;
15441 return 0;
15442 }
15443 _ACEOF
15444 rm -f conftest.$ac_objext conftest$ac_exeext
15445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15446 (eval $ac_link) 2>conftest.er1
15447 ac_status=$?
15448 grep -v '^ *+' conftest.er1 >conftest.err
15449 rm -f conftest.er1
15450 cat conftest.err >&5
15451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15452 (exit $ac_status); } &&
15453 { ac_try='test -z "$ac_c_werror_flag"
15454 || test ! -s conftest.err'
15455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15456 (eval $ac_try) 2>&5
15457 ac_status=$?
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); }; } &&
15460 { ac_try='test -s conftest$ac_exeext'
15461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15462 (eval $ac_try) 2>&5
15463 ac_status=$?
15464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15465 (exit $ac_status); }; }; then
15466 ac_cv_working_alloca_h=yes
15467 else
15468 echo "$as_me: failed program was:" >&5
15469 sed 's/^/| /' conftest.$ac_ext >&5
15470
15471 ac_cv_working_alloca_h=no
15472 fi
15473 rm -f conftest.err conftest.$ac_objext \
15474 conftest$ac_exeext conftest.$ac_ext
15475 fi
15476 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
15477 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
15478 if test $ac_cv_working_alloca_h = yes; then
15479
15480 cat >>confdefs.h <<\_ACEOF
15481 #define HAVE_ALLOCA_H 1
15482 _ACEOF
15483
15484 fi
15485
15486 echo "$as_me:$LINENO: checking for alloca" >&5
15487 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
15488 if test "${ac_cv_func_alloca_works+set}" = set; then
15489 echo $ECHO_N "(cached) $ECHO_C" >&6
15490 else
15491 cat >conftest.$ac_ext <<_ACEOF
15492 /* confdefs.h. */
15493 _ACEOF
15494 cat confdefs.h >>conftest.$ac_ext
15495 cat >>conftest.$ac_ext <<_ACEOF
15496 /* end confdefs.h. */
15497 #ifdef __GNUC__
15498 # define alloca __builtin_alloca
15499 #else
15500 # ifdef _MSC_VER
15501 # include <malloc.h>
15502 # define alloca _alloca
15503 # else
15504 # if HAVE_ALLOCA_H
15505 # include <alloca.h>
15506 # else
15507 # ifdef _AIX
15508 #pragma alloca
15509 # else
15510 # ifndef alloca /* predefined by HP cc +Olibcalls */
15511 char *alloca ();
15512 # endif
15513 # endif
15514 # endif
15515 # endif
15516 #endif
15517
15518 int
15519 main ()
15520 {
15521 char *p = (char *) alloca (1);
15522 ;
15523 return 0;
15524 }
15525 _ACEOF
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
15529 ac_status=$?
15530 grep -v '^ *+' conftest.er1 >conftest.err
15531 rm -f conftest.er1
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
15539 ac_status=$?
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
15545 ac_status=$?
15546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15547 (exit $ac_status); }; }; then
15548 ac_cv_func_alloca_works=yes
15549 else
15550 echo "$as_me: failed program was:" >&5
15551 sed 's/^/| /' conftest.$ac_ext >&5
15552
15553 ac_cv_func_alloca_works=no
15554 fi
15555 rm -f conftest.err conftest.$ac_objext \
15556 conftest$ac_exeext conftest.$ac_ext
15557 fi
15558 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
15559 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
15560
15561 if test $ac_cv_func_alloca_works = yes; then
15562
15563 cat >>confdefs.h <<\_ACEOF
15564 #define HAVE_ALLOCA 1
15565 _ACEOF
15566
15567 else
15568 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
15569 # that cause trouble. Some versions do not even contain alloca or
15570 # contain a buggy version. If you still want to use their alloca,
15571 # use ar to extract alloca.o from them instead of compiling alloca.c.
15572
15573 ALLOCA=alloca.$ac_objext
15574
15575 cat >>confdefs.h <<\_ACEOF
15576 #define C_ALLOCA 1
15577 _ACEOF
15578
15579
15580 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
15581 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
15582 if test "${ac_cv_os_cray+set}" = set; then
15583 echo $ECHO_N "(cached) $ECHO_C" >&6
15584 else
15585 cat >conftest.$ac_ext <<_ACEOF
15586 /* confdefs.h. */
15587 _ACEOF
15588 cat confdefs.h >>conftest.$ac_ext
15589 cat >>conftest.$ac_ext <<_ACEOF
15590 /* end confdefs.h. */
15591 #if defined(CRAY) && ! defined(CRAY2)
15592 webecray
15593 #else
15594 wenotbecray
15595 #endif
15596
15597 _ACEOF
15598 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15599 $EGREP "webecray" >/dev/null 2>&1; then
15600 ac_cv_os_cray=yes
15601 else
15602 ac_cv_os_cray=no
15603 fi
15604 rm -f conftest*
15605
15606 fi
15607 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
15608 echo "${ECHO_T}$ac_cv_os_cray" >&6
15609 if test $ac_cv_os_cray = yes; then
15610 for ac_func in _getb67 GETB67 getb67; do
15611 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15612 echo "$as_me:$LINENO: checking for $ac_func" >&5
15613 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15614 if eval "test \"\${$as_ac_var+set}\" = set"; then
15615 echo $ECHO_N "(cached) $ECHO_C" >&6
15616 else
15617 cat >conftest.$ac_ext <<_ACEOF
15618 /* confdefs.h. */
15619 _ACEOF
15620 cat confdefs.h >>conftest.$ac_ext
15621 cat >>conftest.$ac_ext <<_ACEOF
15622 /* end confdefs.h. */
15623 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15624 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15625 #define $ac_func innocuous_$ac_func
15626
15627 /* System header to define __stub macros and hopefully few prototypes,
15628 which can conflict with char $ac_func (); below.
15629 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15630 <limits.h> exists even on freestanding compilers. */
15631
15632 #ifdef __STDC__
15633 # include <limits.h>
15634 #else
15635 # include <assert.h>
15636 #endif
15637
15638 #undef $ac_func
15639
15640 /* Override any gcc2 internal prototype to avoid an error. */
15641 #ifdef __cplusplus
15642 extern "C"
15643 {
15644 #endif
15645 /* We use char because int might match the return type of a gcc2
15646 builtin and then its argument prototype would still apply. */
15647 char $ac_func ();
15648 /* The GNU C library defines this for functions which it implements
15649 to always fail with ENOSYS. Some functions are actually named
15650 something starting with __ and the normal name is an alias. */
15651 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15652 choke me
15653 #else
15654 char (*f) () = $ac_func;
15655 #endif
15656 #ifdef __cplusplus
15657 }
15658 #endif
15659
15660 int
15661 main ()
15662 {
15663 return f != $ac_func;
15664 ;
15665 return 0;
15666 }
15667 _ACEOF
15668 rm -f conftest.$ac_objext conftest$ac_exeext
15669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15670 (eval $ac_link) 2>conftest.er1
15671 ac_status=$?
15672 grep -v '^ *+' conftest.er1 >conftest.err
15673 rm -f conftest.er1
15674 cat conftest.err >&5
15675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15676 (exit $ac_status); } &&
15677 { ac_try='test -z "$ac_c_werror_flag"
15678 || test ! -s conftest.err'
15679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15680 (eval $ac_try) 2>&5
15681 ac_status=$?
15682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15683 (exit $ac_status); }; } &&
15684 { ac_try='test -s conftest$ac_exeext'
15685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15686 (eval $ac_try) 2>&5
15687 ac_status=$?
15688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15689 (exit $ac_status); }; }; then
15690 eval "$as_ac_var=yes"
15691 else
15692 echo "$as_me: failed program was:" >&5
15693 sed 's/^/| /' conftest.$ac_ext >&5
15694
15695 eval "$as_ac_var=no"
15696 fi
15697 rm -f conftest.err conftest.$ac_objext \
15698 conftest$ac_exeext conftest.$ac_ext
15699 fi
15700 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15701 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15702 if test `eval echo '${'$as_ac_var'}'` = yes; then
15703
15704 cat >>confdefs.h <<_ACEOF
15705 #define CRAY_STACKSEG_END $ac_func
15706 _ACEOF
15707
15708 break
15709 fi
15710
15711 done
15712 fi
15713
15714 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
15715 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
15716 if test "${ac_cv_c_stack_direction+set}" = set; then
15717 echo $ECHO_N "(cached) $ECHO_C" >&6
15718 else
15719 if test "$cross_compiling" = yes; then
15720 ac_cv_c_stack_direction=0
15721 else
15722 cat >conftest.$ac_ext <<_ACEOF
15723 /* confdefs.h. */
15724 _ACEOF
15725 cat confdefs.h >>conftest.$ac_ext
15726 cat >>conftest.$ac_ext <<_ACEOF
15727 /* end confdefs.h. */
15728 int
15729 find_stack_direction ()
15730 {
15731 static char *addr = 0;
15732 auto char dummy;
15733 if (addr == 0)
15734 {
15735 addr = &dummy;
15736 return find_stack_direction ();
15737 }
15738 else
15739 return (&dummy > addr) ? 1 : -1;
15740 }
15741
15742 int
15743 main ()
15744 {
15745 exit (find_stack_direction () < 0);
15746 }
15747 _ACEOF
15748 rm -f conftest$ac_exeext
15749 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15750 (eval $ac_link) 2>&5
15751 ac_status=$?
15752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15753 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15755 (eval $ac_try) 2>&5
15756 ac_status=$?
15757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15758 (exit $ac_status); }; }; then
15759 ac_cv_c_stack_direction=1
15760 else
15761 echo "$as_me: program exited with status $ac_status" >&5
15762 echo "$as_me: failed program was:" >&5
15763 sed 's/^/| /' conftest.$ac_ext >&5
15764
15765 ( exit $ac_status )
15766 ac_cv_c_stack_direction=-1
15767 fi
15768 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15769 fi
15770 fi
15771 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
15772 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
15773
15774 cat >>confdefs.h <<_ACEOF
15775 #define STACK_DIRECTION $ac_cv_c_stack_direction
15776 _ACEOF
15777
15778
15779 fi
15780
15781
15782
15783 for ac_header in stdlib.h unistd.h
15784 do
15785 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15786 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15787 echo "$as_me:$LINENO: checking for $ac_header" >&5
15788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15789 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15790 echo $ECHO_N "(cached) $ECHO_C" >&6
15791 fi
15792 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15793 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15794 else
15795 # Is the header compilable?
15796 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15797 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15798 cat >conftest.$ac_ext <<_ACEOF
15799 /* confdefs.h. */
15800 _ACEOF
15801 cat confdefs.h >>conftest.$ac_ext
15802 cat >>conftest.$ac_ext <<_ACEOF
15803 /* end confdefs.h. */
15804 $ac_includes_default
15805 #include <$ac_header>
15806 _ACEOF
15807 rm -f conftest.$ac_objext
15808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15809 (eval $ac_compile) 2>conftest.er1
15810 ac_status=$?
15811 grep -v '^ *+' conftest.er1 >conftest.err
15812 rm -f conftest.er1
15813 cat conftest.err >&5
15814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15815 (exit $ac_status); } &&
15816 { ac_try='test -z "$ac_c_werror_flag"
15817 || test ! -s conftest.err'
15818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15819 (eval $ac_try) 2>&5
15820 ac_status=$?
15821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15822 (exit $ac_status); }; } &&
15823 { ac_try='test -s conftest.$ac_objext'
15824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15825 (eval $ac_try) 2>&5
15826 ac_status=$?
15827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15828 (exit $ac_status); }; }; then
15829 ac_header_compiler=yes
15830 else
15831 echo "$as_me: failed program was:" >&5
15832 sed 's/^/| /' conftest.$ac_ext >&5
15833
15834 ac_header_compiler=no
15835 fi
15836 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15837 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15838 echo "${ECHO_T}$ac_header_compiler" >&6
15839
15840 # Is the header present?
15841 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15842 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15843 cat >conftest.$ac_ext <<_ACEOF
15844 /* confdefs.h. */
15845 _ACEOF
15846 cat confdefs.h >>conftest.$ac_ext
15847 cat >>conftest.$ac_ext <<_ACEOF
15848 /* end confdefs.h. */
15849 #include <$ac_header>
15850 _ACEOF
15851 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15852 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15853 ac_status=$?
15854 grep -v '^ *+' conftest.er1 >conftest.err
15855 rm -f conftest.er1
15856 cat conftest.err >&5
15857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15858 (exit $ac_status); } >/dev/null; then
15859 if test -s conftest.err; then
15860 ac_cpp_err=$ac_c_preproc_warn_flag
15861 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15862 else
15863 ac_cpp_err=
15864 fi
15865 else
15866 ac_cpp_err=yes
15867 fi
15868 if test -z "$ac_cpp_err"; then
15869 ac_header_preproc=yes
15870 else
15871 echo "$as_me: failed program was:" >&5
15872 sed 's/^/| /' conftest.$ac_ext >&5
15873
15874 ac_header_preproc=no
15875 fi
15876 rm -f conftest.err conftest.$ac_ext
15877 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15878 echo "${ECHO_T}$ac_header_preproc" >&6
15879
15880 # So? What about this header?
15881 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15882 yes:no: )
15883 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15884 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15885 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15886 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15887 ac_header_preproc=yes
15888 ;;
15889 no:yes:* )
15890 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15891 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15892 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15893 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15894 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15895 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15896 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15897 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15898 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15899 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15900 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15901 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15902 (
15903 cat <<\_ASBOX
15904 ## ------------------------------------------ ##
15905 ## Report this to the AC_PACKAGE_NAME lists. ##
15906 ## ------------------------------------------ ##
15907 _ASBOX
15908 ) |
15909 sed "s/^/$as_me: WARNING: /" >&2
15910 ;;
15911 esac
15912 echo "$as_me:$LINENO: checking for $ac_header" >&5
15913 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15914 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15915 echo $ECHO_N "(cached) $ECHO_C" >&6
15916 else
15917 eval "$as_ac_Header=\$ac_header_preproc"
15918 fi
15919 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15920 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15921
15922 fi
15923 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15924 cat >>confdefs.h <<_ACEOF
15925 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15926 _ACEOF
15927
15928 fi
15929
15930 done
15931
15932
15933 for ac_func in getpagesize
15934 do
15935 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15936 echo "$as_me:$LINENO: checking for $ac_func" >&5
15937 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15938 if eval "test \"\${$as_ac_var+set}\" = set"; then
15939 echo $ECHO_N "(cached) $ECHO_C" >&6
15940 else
15941 cat >conftest.$ac_ext <<_ACEOF
15942 /* confdefs.h. */
15943 _ACEOF
15944 cat confdefs.h >>conftest.$ac_ext
15945 cat >>conftest.$ac_ext <<_ACEOF
15946 /* end confdefs.h. */
15947 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15948 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15949 #define $ac_func innocuous_$ac_func
15950
15951 /* System header to define __stub macros and hopefully few prototypes,
15952 which can conflict with char $ac_func (); below.
15953 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15954 <limits.h> exists even on freestanding compilers. */
15955
15956 #ifdef __STDC__
15957 # include <limits.h>
15958 #else
15959 # include <assert.h>
15960 #endif
15961
15962 #undef $ac_func
15963
15964 /* Override any gcc2 internal prototype to avoid an error. */
15965 #ifdef __cplusplus
15966 extern "C"
15967 {
15968 #endif
15969 /* We use char because int might match the return type of a gcc2
15970 builtin and then its argument prototype would still apply. */
15971 char $ac_func ();
15972 /* The GNU C library defines this for functions which it implements
15973 to always fail with ENOSYS. Some functions are actually named
15974 something starting with __ and the normal name is an alias. */
15975 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15976 choke me
15977 #else
15978 char (*f) () = $ac_func;
15979 #endif
15980 #ifdef __cplusplus
15981 }
15982 #endif
15983
15984 int
15985 main ()
15986 {
15987 return f != $ac_func;
15988 ;
15989 return 0;
15990 }
15991 _ACEOF
15992 rm -f conftest.$ac_objext conftest$ac_exeext
15993 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15994 (eval $ac_link) 2>conftest.er1
15995 ac_status=$?
15996 grep -v '^ *+' conftest.er1 >conftest.err
15997 rm -f conftest.er1
15998 cat conftest.err >&5
15999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16000 (exit $ac_status); } &&
16001 { ac_try='test -z "$ac_c_werror_flag"
16002 || test ! -s conftest.err'
16003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16004 (eval $ac_try) 2>&5
16005 ac_status=$?
16006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16007 (exit $ac_status); }; } &&
16008 { ac_try='test -s conftest$ac_exeext'
16009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16010 (eval $ac_try) 2>&5
16011 ac_status=$?
16012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16013 (exit $ac_status); }; }; then
16014 eval "$as_ac_var=yes"
16015 else
16016 echo "$as_me: failed program was:" >&5
16017 sed 's/^/| /' conftest.$ac_ext >&5
16018
16019 eval "$as_ac_var=no"
16020 fi
16021 rm -f conftest.err conftest.$ac_objext \
16022 conftest$ac_exeext conftest.$ac_ext
16023 fi
16024 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16025 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16026 if test `eval echo '${'$as_ac_var'}'` = yes; then
16027 cat >>confdefs.h <<_ACEOF
16028 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16029 _ACEOF
16030
16031 fi
16032 done
16033
16034 echo "$as_me:$LINENO: checking for working mmap" >&5
16035 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
16036 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
16037 echo $ECHO_N "(cached) $ECHO_C" >&6
16038 else
16039 if test "$cross_compiling" = yes; then
16040 ac_cv_func_mmap_fixed_mapped=no
16041 else
16042 cat >conftest.$ac_ext <<_ACEOF
16043 /* confdefs.h. */
16044 _ACEOF
16045 cat confdefs.h >>conftest.$ac_ext
16046 cat >>conftest.$ac_ext <<_ACEOF
16047 /* end confdefs.h. */
16048 $ac_includes_default
16049 /* malloc might have been renamed as rpl_malloc. */
16050 #undef malloc
16051
16052 /* Thanks to Mike Haertel and Jim Avera for this test.
16053 Here is a matrix of mmap possibilities:
16054 mmap private not fixed
16055 mmap private fixed at somewhere currently unmapped
16056 mmap private fixed at somewhere already mapped
16057 mmap shared not fixed
16058 mmap shared fixed at somewhere currently unmapped
16059 mmap shared fixed at somewhere already mapped
16060 For private mappings, we should verify that changes cannot be read()
16061 back from the file, nor mmap's back from the file at a different
16062 address. (There have been systems where private was not correctly
16063 implemented like the infamous i386 svr4.0, and systems where the
16064 VM page cache was not coherent with the file system buffer cache
16065 like early versions of FreeBSD and possibly contemporary NetBSD.)
16066 For shared mappings, we should conversely verify that changes get
16067 propagated back to all the places they're supposed to be.
16068
16069 Grep wants private fixed already mapped.
16070 The main things grep needs to know about mmap are:
16071 * does it exist and is it safe to write into the mmap'd area
16072 * how to use it (BSD variants) */
16073
16074 #include <fcntl.h>
16075 #include <sys/mman.h>
16076
16077 #if !STDC_HEADERS && !HAVE_STDLIB_H
16078 char *malloc ();
16079 #endif
16080
16081 /* This mess was copied from the GNU getpagesize.h. */
16082 #if !HAVE_GETPAGESIZE
16083 /* Assume that all systems that can run configure have sys/param.h. */
16084 # if !HAVE_SYS_PARAM_H
16085 # define HAVE_SYS_PARAM_H 1
16086 # endif
16087
16088 # ifdef _SC_PAGESIZE
16089 # define getpagesize() sysconf(_SC_PAGESIZE)
16090 # else /* no _SC_PAGESIZE */
16091 # if HAVE_SYS_PARAM_H
16092 # include <sys/param.h>
16093 # ifdef EXEC_PAGESIZE
16094 # define getpagesize() EXEC_PAGESIZE
16095 # else /* no EXEC_PAGESIZE */
16096 # ifdef NBPG
16097 # define getpagesize() NBPG * CLSIZE
16098 # ifndef CLSIZE
16099 # define CLSIZE 1
16100 # endif /* no CLSIZE */
16101 # else /* no NBPG */
16102 # ifdef NBPC
16103 # define getpagesize() NBPC
16104 # else /* no NBPC */
16105 # ifdef PAGESIZE
16106 # define getpagesize() PAGESIZE
16107 # endif /* PAGESIZE */
16108 # endif /* no NBPC */
16109 # endif /* no NBPG */
16110 # endif /* no EXEC_PAGESIZE */
16111 # else /* no HAVE_SYS_PARAM_H */
16112 # define getpagesize() 8192 /* punt totally */
16113 # endif /* no HAVE_SYS_PARAM_H */
16114 # endif /* no _SC_PAGESIZE */
16115
16116 #endif /* no HAVE_GETPAGESIZE */
16117
16118 int
16119 main ()
16120 {
16121 char *data, *data2, *data3;
16122 int i, pagesize;
16123 int fd;
16124
16125 pagesize = getpagesize ();
16126
16127 /* First, make a file with some known garbage in it. */
16128 data = (char *) malloc (pagesize);
16129 if (!data)
16130 exit (1);
16131 for (i = 0; i < pagesize; ++i)
16132 *(data + i) = rand ();
16133 umask (0);
16134 fd = creat ("conftest.mmap", 0600);
16135 if (fd < 0)
16136 exit (1);
16137 if (write (fd, data, pagesize) != pagesize)
16138 exit (1);
16139 close (fd);
16140
16141 /* Next, try to mmap the file at a fixed address which already has
16142 something else allocated at it. If we can, also make sure that
16143 we see the same garbage. */
16144 fd = open ("conftest.mmap", O_RDWR);
16145 if (fd < 0)
16146 exit (1);
16147 data2 = (char *) malloc (2 * pagesize);
16148 if (!data2)
16149 exit (1);
16150 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
16151 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16152 MAP_PRIVATE | MAP_FIXED, fd, 0L))
16153 exit (1);
16154 for (i = 0; i < pagesize; ++i)
16155 if (*(data + i) != *(data2 + i))
16156 exit (1);
16157
16158 /* Finally, make sure that changes to the mapped area do not
16159 percolate back to the file as seen by read(). (This is a bug on
16160 some variants of i386 svr4.0.) */
16161 for (i = 0; i < pagesize; ++i)
16162 *(data2 + i) = *(data2 + i) + 1;
16163 data3 = (char *) malloc (pagesize);
16164 if (!data3)
16165 exit (1);
16166 if (read (fd, data3, pagesize) != pagesize)
16167 exit (1);
16168 for (i = 0; i < pagesize; ++i)
16169 if (*(data + i) != *(data3 + i))
16170 exit (1);
16171 close (fd);
16172 exit (0);
16173 }
16174 _ACEOF
16175 rm -f conftest$ac_exeext
16176 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16177 (eval $ac_link) 2>&5
16178 ac_status=$?
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16182 (eval $ac_try) 2>&5
16183 ac_status=$?
16184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16185 (exit $ac_status); }; }; then
16186 ac_cv_func_mmap_fixed_mapped=yes
16187 else
16188 echo "$as_me: program exited with status $ac_status" >&5
16189 echo "$as_me: failed program was:" >&5
16190 sed 's/^/| /' conftest.$ac_ext >&5
16191
16192 ( exit $ac_status )
16193 ac_cv_func_mmap_fixed_mapped=no
16194 fi
16195 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16196 fi
16197 fi
16198 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
16199 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
16200 if test $ac_cv_func_mmap_fixed_mapped = yes; then
16201
16202 cat >>confdefs.h <<\_ACEOF
16203 #define HAVE_MMAP 1
16204 _ACEOF
16205
16206 fi
16207 rm -f conftest.mmap
16208
16209 echo "$as_me:$LINENO: checking for pid_t" >&5
16210 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
16211 if test "${ac_cv_type_pid_t+set}" = set; then
16212 echo $ECHO_N "(cached) $ECHO_C" >&6
16213 else
16214 cat >conftest.$ac_ext <<_ACEOF
16215 /* confdefs.h. */
16216 _ACEOF
16217 cat confdefs.h >>conftest.$ac_ext
16218 cat >>conftest.$ac_ext <<_ACEOF
16219 /* end confdefs.h. */
16220 $ac_includes_default
16221 int
16222 main ()
16223 {
16224 if ((pid_t *) 0)
16225 return 0;
16226 if (sizeof (pid_t))
16227 return 0;
16228 ;
16229 return 0;
16230 }
16231 _ACEOF
16232 rm -f conftest.$ac_objext
16233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16234 (eval $ac_compile) 2>conftest.er1
16235 ac_status=$?
16236 grep -v '^ *+' conftest.er1 >conftest.err
16237 rm -f conftest.er1
16238 cat conftest.err >&5
16239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16240 (exit $ac_status); } &&
16241 { ac_try='test -z "$ac_c_werror_flag"
16242 || test ! -s conftest.err'
16243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16244 (eval $ac_try) 2>&5
16245 ac_status=$?
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); }; } &&
16248 { ac_try='test -s conftest.$ac_objext'
16249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16250 (eval $ac_try) 2>&5
16251 ac_status=$?
16252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253 (exit $ac_status); }; }; then
16254 ac_cv_type_pid_t=yes
16255 else
16256 echo "$as_me: failed program was:" >&5
16257 sed 's/^/| /' conftest.$ac_ext >&5
16258
16259 ac_cv_type_pid_t=no
16260 fi
16261 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16262 fi
16263 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
16264 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
16265 if test $ac_cv_type_pid_t = yes; then
16266 :
16267 else
16268
16269 cat >>confdefs.h <<_ACEOF
16270 #define pid_t int
16271 _ACEOF
16272
16273 fi
16274
16275
16276
16277 for ac_header in unistd.h vfork.h
16278 do
16279 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16280 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16281 echo "$as_me:$LINENO: checking for $ac_header" >&5
16282 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16283 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16284 echo $ECHO_N "(cached) $ECHO_C" >&6
16285 fi
16286 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16287 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16288 else
16289 # Is the header compilable?
16290 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16291 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16292 cat >conftest.$ac_ext <<_ACEOF
16293 /* confdefs.h. */
16294 _ACEOF
16295 cat confdefs.h >>conftest.$ac_ext
16296 cat >>conftest.$ac_ext <<_ACEOF
16297 /* end confdefs.h. */
16298 $ac_includes_default
16299 #include <$ac_header>
16300 _ACEOF
16301 rm -f conftest.$ac_objext
16302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16303 (eval $ac_compile) 2>conftest.er1
16304 ac_status=$?
16305 grep -v '^ *+' conftest.er1 >conftest.err
16306 rm -f conftest.er1
16307 cat conftest.err >&5
16308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16309 (exit $ac_status); } &&
16310 { ac_try='test -z "$ac_c_werror_flag"
16311 || test ! -s conftest.err'
16312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16313 (eval $ac_try) 2>&5
16314 ac_status=$?
16315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16316 (exit $ac_status); }; } &&
16317 { ac_try='test -s conftest.$ac_objext'
16318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16319 (eval $ac_try) 2>&5
16320 ac_status=$?
16321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16322 (exit $ac_status); }; }; then
16323 ac_header_compiler=yes
16324 else
16325 echo "$as_me: failed program was:" >&5
16326 sed 's/^/| /' conftest.$ac_ext >&5
16327
16328 ac_header_compiler=no
16329 fi
16330 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16331 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16332 echo "${ECHO_T}$ac_header_compiler" >&6
16333
16334 # Is the header present?
16335 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16336 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16337 cat >conftest.$ac_ext <<_ACEOF
16338 /* confdefs.h. */
16339 _ACEOF
16340 cat confdefs.h >>conftest.$ac_ext
16341 cat >>conftest.$ac_ext <<_ACEOF
16342 /* end confdefs.h. */
16343 #include <$ac_header>
16344 _ACEOF
16345 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16346 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16347 ac_status=$?
16348 grep -v '^ *+' conftest.er1 >conftest.err
16349 rm -f conftest.er1
16350 cat conftest.err >&5
16351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16352 (exit $ac_status); } >/dev/null; then
16353 if test -s conftest.err; then
16354 ac_cpp_err=$ac_c_preproc_warn_flag
16355 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16356 else
16357 ac_cpp_err=
16358 fi
16359 else
16360 ac_cpp_err=yes
16361 fi
16362 if test -z "$ac_cpp_err"; then
16363 ac_header_preproc=yes
16364 else
16365 echo "$as_me: failed program was:" >&5
16366 sed 's/^/| /' conftest.$ac_ext >&5
16367
16368 ac_header_preproc=no
16369 fi
16370 rm -f conftest.err conftest.$ac_ext
16371 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16372 echo "${ECHO_T}$ac_header_preproc" >&6
16373
16374 # So? What about this header?
16375 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16376 yes:no: )
16377 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16378 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16379 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16380 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16381 ac_header_preproc=yes
16382 ;;
16383 no:yes:* )
16384 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16385 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16386 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16387 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16388 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16389 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16390 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16391 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16392 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16393 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16394 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16395 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16396 (
16397 cat <<\_ASBOX
16398 ## ------------------------------------------ ##
16399 ## Report this to the AC_PACKAGE_NAME lists. ##
16400 ## ------------------------------------------ ##
16401 _ASBOX
16402 ) |
16403 sed "s/^/$as_me: WARNING: /" >&2
16404 ;;
16405 esac
16406 echo "$as_me:$LINENO: checking for $ac_header" >&5
16407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16408 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16409 echo $ECHO_N "(cached) $ECHO_C" >&6
16410 else
16411 eval "$as_ac_Header=\$ac_header_preproc"
16412 fi
16413 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16414 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16415
16416 fi
16417 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16418 cat >>confdefs.h <<_ACEOF
16419 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16420 _ACEOF
16421
16422 fi
16423
16424 done
16425
16426
16427
16428 for ac_func in fork vfork
16429 do
16430 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16431 echo "$as_me:$LINENO: checking for $ac_func" >&5
16432 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16433 if eval "test \"\${$as_ac_var+set}\" = set"; then
16434 echo $ECHO_N "(cached) $ECHO_C" >&6
16435 else
16436 cat >conftest.$ac_ext <<_ACEOF
16437 /* confdefs.h. */
16438 _ACEOF
16439 cat confdefs.h >>conftest.$ac_ext
16440 cat >>conftest.$ac_ext <<_ACEOF
16441 /* end confdefs.h. */
16442 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16443 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16444 #define $ac_func innocuous_$ac_func
16445
16446 /* System header to define __stub macros and hopefully few prototypes,
16447 which can conflict with char $ac_func (); below.
16448 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16449 <limits.h> exists even on freestanding compilers. */
16450
16451 #ifdef __STDC__
16452 # include <limits.h>
16453 #else
16454 # include <assert.h>
16455 #endif
16456
16457 #undef $ac_func
16458
16459 /* Override any gcc2 internal prototype to avoid an error. */
16460 #ifdef __cplusplus
16461 extern "C"
16462 {
16463 #endif
16464 /* We use char because int might match the return type of a gcc2
16465 builtin and then its argument prototype would still apply. */
16466 char $ac_func ();
16467 /* The GNU C library defines this for functions which it implements
16468 to always fail with ENOSYS. Some functions are actually named
16469 something starting with __ and the normal name is an alias. */
16470 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16471 choke me
16472 #else
16473 char (*f) () = $ac_func;
16474 #endif
16475 #ifdef __cplusplus
16476 }
16477 #endif
16478
16479 int
16480 main ()
16481 {
16482 return f != $ac_func;
16483 ;
16484 return 0;
16485 }
16486 _ACEOF
16487 rm -f conftest.$ac_objext conftest$ac_exeext
16488 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16489 (eval $ac_link) 2>conftest.er1
16490 ac_status=$?
16491 grep -v '^ *+' conftest.er1 >conftest.err
16492 rm -f conftest.er1
16493 cat conftest.err >&5
16494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16495 (exit $ac_status); } &&
16496 { ac_try='test -z "$ac_c_werror_flag"
16497 || test ! -s conftest.err'
16498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16499 (eval $ac_try) 2>&5
16500 ac_status=$?
16501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16502 (exit $ac_status); }; } &&
16503 { ac_try='test -s conftest$ac_exeext'
16504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16505 (eval $ac_try) 2>&5
16506 ac_status=$?
16507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16508 (exit $ac_status); }; }; then
16509 eval "$as_ac_var=yes"
16510 else
16511 echo "$as_me: failed program was:" >&5
16512 sed 's/^/| /' conftest.$ac_ext >&5
16513
16514 eval "$as_ac_var=no"
16515 fi
16516 rm -f conftest.err conftest.$ac_objext \
16517 conftest$ac_exeext conftest.$ac_ext
16518 fi
16519 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16520 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16521 if test `eval echo '${'$as_ac_var'}'` = yes; then
16522 cat >>confdefs.h <<_ACEOF
16523 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16524 _ACEOF
16525
16526 fi
16527 done
16528
16529 if test "x$ac_cv_func_fork" = xyes; then
16530 echo "$as_me:$LINENO: checking for working fork" >&5
16531 echo $ECHO_N "checking for working fork... $ECHO_C" >&6
16532 if test "${ac_cv_func_fork_works+set}" = set; then
16533 echo $ECHO_N "(cached) $ECHO_C" >&6
16534 else
16535 if test "$cross_compiling" = yes; then
16536 ac_cv_func_fork_works=cross
16537 else
16538 cat >conftest.$ac_ext <<_ACEOF
16539 /* By Ruediger Kuhlmann. */
16540 #include <sys/types.h>
16541 #if HAVE_UNISTD_H
16542 # include <unistd.h>
16543 #endif
16544 /* Some systems only have a dummy stub for fork() */
16545 int main ()
16546 {
16547 if (fork() < 0)
16548 exit (1);
16549 exit (0);
16550 }
16551 _ACEOF
16552 rm -f conftest$ac_exeext
16553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16554 (eval $ac_link) 2>&5
16555 ac_status=$?
16556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16557 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16559 (eval $ac_try) 2>&5
16560 ac_status=$?
16561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16562 (exit $ac_status); }; }; then
16563 ac_cv_func_fork_works=yes
16564 else
16565 echo "$as_me: program exited with status $ac_status" >&5
16566 echo "$as_me: failed program was:" >&5
16567 sed 's/^/| /' conftest.$ac_ext >&5
16568
16569 ( exit $ac_status )
16570 ac_cv_func_fork_works=no
16571 fi
16572 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16573 fi
16574 fi
16575 echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
16576 echo "${ECHO_T}$ac_cv_func_fork_works" >&6
16577
16578 else
16579 ac_cv_func_fork_works=$ac_cv_func_fork
16580 fi
16581 if test "x$ac_cv_func_fork_works" = xcross; then
16582 case $host in
16583 *-*-amigaos* | *-*-msdosdjgpp*)
16584 # Override, as these systems have only a dummy fork() stub
16585 ac_cv_func_fork_works=no
16586 ;;
16587 *)
16588 ac_cv_func_fork_works=yes
16589 ;;
16590 esac
16591 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
16592 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
16593 fi
16594 ac_cv_func_vfork_works=$ac_cv_func_vfork
16595 if test "x$ac_cv_func_vfork" = xyes; then
16596 echo "$as_me:$LINENO: checking for working vfork" >&5
16597 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
16598 if test "${ac_cv_func_vfork_works+set}" = set; then
16599 echo $ECHO_N "(cached) $ECHO_C" >&6
16600 else
16601 if test "$cross_compiling" = yes; then
16602 ac_cv_func_vfork_works=cross
16603 else
16604 cat >conftest.$ac_ext <<_ACEOF
16605 /* confdefs.h. */
16606 _ACEOF
16607 cat confdefs.h >>conftest.$ac_ext
16608 cat >>conftest.$ac_ext <<_ACEOF
16609 /* end confdefs.h. */
16610 /* Thanks to Paul Eggert for this test. */
16611 #include <stdio.h>
16612 #include <stdlib.h>
16613 #include <sys/types.h>
16614 #include <sys/stat.h>
16615 #include <sys/wait.h>
16616 #if HAVE_UNISTD_H
16617 # include <unistd.h>
16618 #endif
16619 #if HAVE_VFORK_H
16620 # include <vfork.h>
16621 #endif
16622 /* On some sparc systems, changes by the child to local and incoming
16623 argument registers are propagated back to the parent. The compiler
16624 is told about this with #include <vfork.h>, but some compilers
16625 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
16626 static variable whose address is put into a register that is
16627 clobbered by the vfork. */
16628 static void
16629 #ifdef __cplusplus
16630 sparc_address_test (int arg)
16631 # else
16632 sparc_address_test (arg) int arg;
16633 #endif
16634 {
16635 static pid_t child;
16636 if (!child) {
16637 child = vfork ();
16638 if (child < 0) {
16639 perror ("vfork");
16640 _exit(2);
16641 }
16642 if (!child) {
16643 arg = getpid();
16644 write(-1, "", 0);
16645 _exit (arg);
16646 }
16647 }
16648 }
16649
16650 int
16651 main ()
16652 {
16653 pid_t parent = getpid ();
16654 pid_t child;
16655
16656 sparc_address_test (0);
16657
16658 child = vfork ();
16659
16660 if (child == 0) {
16661 /* Here is another test for sparc vfork register problems. This
16662 test uses lots of local variables, at least as many local
16663 variables as main has allocated so far including compiler
16664 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
16665 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
16666 reuse the register of parent for one of the local variables,
16667 since it will think that parent can't possibly be used any more
16668 in this routine. Assigning to the local variable will thus
16669 munge parent in the parent process. */
16670 pid_t
16671 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
16672 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
16673 /* Convince the compiler that p..p7 are live; otherwise, it might
16674 use the same hardware register for all 8 local variables. */
16675 if (p != p1 || p != p2 || p != p3 || p != p4
16676 || p != p5 || p != p6 || p != p7)
16677 _exit(1);
16678
16679 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
16680 from child file descriptors. If the child closes a descriptor
16681 before it execs or exits, this munges the parent's descriptor
16682 as well. Test for this by closing stdout in the child. */
16683 _exit(close(fileno(stdout)) != 0);
16684 } else {
16685 int status;
16686 struct stat st;
16687
16688 while (wait(&status) != child)
16689 ;
16690 exit(
16691 /* Was there some problem with vforking? */
16692 child < 0
16693
16694 /* Did the child fail? (This shouldn't happen.) */
16695 || status
16696
16697 /* Did the vfork/compiler bug occur? */
16698 || parent != getpid()
16699
16700 /* Did the file descriptor bug occur? */
16701 || fstat(fileno(stdout), &st) != 0
16702 );
16703 }
16704 }
16705 _ACEOF
16706 rm -f conftest$ac_exeext
16707 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16708 (eval $ac_link) 2>&5
16709 ac_status=$?
16710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16711 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16713 (eval $ac_try) 2>&5
16714 ac_status=$?
16715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16716 (exit $ac_status); }; }; then
16717 ac_cv_func_vfork_works=yes
16718 else
16719 echo "$as_me: program exited with status $ac_status" >&5
16720 echo "$as_me: failed program was:" >&5
16721 sed 's/^/| /' conftest.$ac_ext >&5
16722
16723 ( exit $ac_status )
16724 ac_cv_func_vfork_works=no
16725 fi
16726 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16727 fi
16728 fi
16729 echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
16730 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
16731
16732 fi;
16733 if test "x$ac_cv_func_fork_works" = xcross; then
16734 ac_cv_func_vfork_works=$ac_cv_func_vfork
16735 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
16736 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
16737 fi
16738
16739 if test "x$ac_cv_func_vfork_works" = xyes; then
16740
16741 cat >>confdefs.h <<\_ACEOF
16742 #define HAVE_WORKING_VFORK 1
16743 _ACEOF
16744
16745 else
16746
16747 cat >>confdefs.h <<\_ACEOF
16748 #define vfork fork
16749 _ACEOF
16750
16751 fi
16752 if test "x$ac_cv_func_fork_works" = xyes; then
16753
16754 cat >>confdefs.h <<\_ACEOF
16755 #define HAVE_WORKING_FORK 1
16756 _ACEOF
16757
16758 fi
16759
16760
16761
16762 for ac_func in canonicalize_file_name realpath
16763 do
16764 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16765 echo "$as_me:$LINENO: checking for $ac_func" >&5
16766 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16767 if eval "test \"\${$as_ac_var+set}\" = set"; then
16768 echo $ECHO_N "(cached) $ECHO_C" >&6
16769 else
16770 cat >conftest.$ac_ext <<_ACEOF
16771 /* confdefs.h. */
16772 _ACEOF
16773 cat confdefs.h >>conftest.$ac_ext
16774 cat >>conftest.$ac_ext <<_ACEOF
16775 /* end confdefs.h. */
16776 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16778 #define $ac_func innocuous_$ac_func
16779
16780 /* System header to define __stub macros and hopefully few prototypes,
16781 which can conflict with char $ac_func (); below.
16782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16783 <limits.h> exists even on freestanding compilers. */
16784
16785 #ifdef __STDC__
16786 # include <limits.h>
16787 #else
16788 # include <assert.h>
16789 #endif
16790
16791 #undef $ac_func
16792
16793 /* Override any gcc2 internal prototype to avoid an error. */
16794 #ifdef __cplusplus
16795 extern "C"
16796 {
16797 #endif
16798 /* We use char because int might match the return type of a gcc2
16799 builtin and then its argument prototype would still apply. */
16800 char $ac_func ();
16801 /* The GNU C library defines this for functions which it implements
16802 to always fail with ENOSYS. Some functions are actually named
16803 something starting with __ and the normal name is an alias. */
16804 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16805 choke me
16806 #else
16807 char (*f) () = $ac_func;
16808 #endif
16809 #ifdef __cplusplus
16810 }
16811 #endif
16812
16813 int
16814 main ()
16815 {
16816 return f != $ac_func;
16817 ;
16818 return 0;
16819 }
16820 _ACEOF
16821 rm -f conftest.$ac_objext conftest$ac_exeext
16822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16823 (eval $ac_link) 2>conftest.er1
16824 ac_status=$?
16825 grep -v '^ *+' conftest.er1 >conftest.err
16826 rm -f conftest.er1
16827 cat conftest.err >&5
16828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16829 (exit $ac_status); } &&
16830 { ac_try='test -z "$ac_c_werror_flag"
16831 || test ! -s conftest.err'
16832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16833 (eval $ac_try) 2>&5
16834 ac_status=$?
16835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16836 (exit $ac_status); }; } &&
16837 { ac_try='test -s conftest$ac_exeext'
16838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16839 (eval $ac_try) 2>&5
16840 ac_status=$?
16841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16842 (exit $ac_status); }; }; then
16843 eval "$as_ac_var=yes"
16844 else
16845 echo "$as_me: failed program was:" >&5
16846 sed 's/^/| /' conftest.$ac_ext >&5
16847
16848 eval "$as_ac_var=no"
16849 fi
16850 rm -f conftest.err conftest.$ac_objext \
16851 conftest$ac_exeext conftest.$ac_ext
16852 fi
16853 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16854 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16855 if test `eval echo '${'$as_ac_var'}'` = yes; then
16856 cat >>confdefs.h <<_ACEOF
16857 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16858 _ACEOF
16859
16860 fi
16861 done
16862
16863
16864 for ac_func in getrusage
16865 do
16866 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16867 echo "$as_me:$LINENO: checking for $ac_func" >&5
16868 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16869 if eval "test \"\${$as_ac_var+set}\" = set"; then
16870 echo $ECHO_N "(cached) $ECHO_C" >&6
16871 else
16872 cat >conftest.$ac_ext <<_ACEOF
16873 /* confdefs.h. */
16874 _ACEOF
16875 cat confdefs.h >>conftest.$ac_ext
16876 cat >>conftest.$ac_ext <<_ACEOF
16877 /* end confdefs.h. */
16878 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16879 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16880 #define $ac_func innocuous_$ac_func
16881
16882 /* System header to define __stub macros and hopefully few prototypes,
16883 which can conflict with char $ac_func (); below.
16884 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16885 <limits.h> exists even on freestanding compilers. */
16886
16887 #ifdef __STDC__
16888 # include <limits.h>
16889 #else
16890 # include <assert.h>
16891 #endif
16892
16893 #undef $ac_func
16894
16895 /* Override any gcc2 internal prototype to avoid an error. */
16896 #ifdef __cplusplus
16897 extern "C"
16898 {
16899 #endif
16900 /* We use char because int might match the return type of a gcc2
16901 builtin and then its argument prototype would still apply. */
16902 char $ac_func ();
16903 /* The GNU C library defines this for functions which it implements
16904 to always fail with ENOSYS. Some functions are actually named
16905 something starting with __ and the normal name is an alias. */
16906 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16907 choke me
16908 #else
16909 char (*f) () = $ac_func;
16910 #endif
16911 #ifdef __cplusplus
16912 }
16913 #endif
16914
16915 int
16916 main ()
16917 {
16918 return f != $ac_func;
16919 ;
16920 return 0;
16921 }
16922 _ACEOF
16923 rm -f conftest.$ac_objext conftest$ac_exeext
16924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16925 (eval $ac_link) 2>conftest.er1
16926 ac_status=$?
16927 grep -v '^ *+' conftest.er1 >conftest.err
16928 rm -f conftest.er1
16929 cat conftest.err >&5
16930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16931 (exit $ac_status); } &&
16932 { ac_try='test -z "$ac_c_werror_flag"
16933 || test ! -s conftest.err'
16934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16935 (eval $ac_try) 2>&5
16936 ac_status=$?
16937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16938 (exit $ac_status); }; } &&
16939 { ac_try='test -s conftest$ac_exeext'
16940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16941 (eval $ac_try) 2>&5
16942 ac_status=$?
16943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16944 (exit $ac_status); }; }; then
16945 eval "$as_ac_var=yes"
16946 else
16947 echo "$as_me: failed program was:" >&5
16948 sed 's/^/| /' conftest.$ac_ext >&5
16949
16950 eval "$as_ac_var=no"
16951 fi
16952 rm -f conftest.err conftest.$ac_objext \
16953 conftest$ac_exeext conftest.$ac_ext
16954 fi
16955 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16956 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16957 if test `eval echo '${'$as_ac_var'}'` = yes; then
16958 cat >>confdefs.h <<_ACEOF
16959 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16960 _ACEOF
16961
16962 fi
16963 done
16964
16965
16966
16967 for ac_func in getuid getgid
16968 do
16969 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16970 echo "$as_me:$LINENO: checking for $ac_func" >&5
16971 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16972 if eval "test \"\${$as_ac_var+set}\" = set"; then
16973 echo $ECHO_N "(cached) $ECHO_C" >&6
16974 else
16975 cat >conftest.$ac_ext <<_ACEOF
16976 /* confdefs.h. */
16977 _ACEOF
16978 cat confdefs.h >>conftest.$ac_ext
16979 cat >>conftest.$ac_ext <<_ACEOF
16980 /* end confdefs.h. */
16981 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16982 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16983 #define $ac_func innocuous_$ac_func
16984
16985 /* System header to define __stub macros and hopefully few prototypes,
16986 which can conflict with char $ac_func (); below.
16987 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16988 <limits.h> exists even on freestanding compilers. */
16989
16990 #ifdef __STDC__
16991 # include <limits.h>
16992 #else
16993 # include <assert.h>
16994 #endif
16995
16996 #undef $ac_func
16997
16998 /* Override any gcc2 internal prototype to avoid an error. */
16999 #ifdef __cplusplus
17000 extern "C"
17001 {
17002 #endif
17003 /* We use char because int might match the return type of a gcc2
17004 builtin and then its argument prototype would still apply. */
17005 char $ac_func ();
17006 /* The GNU C library defines this for functions which it implements
17007 to always fail with ENOSYS. Some functions are actually named
17008 something starting with __ and the normal name is an alias. */
17009 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17010 choke me
17011 #else
17012 char (*f) () = $ac_func;
17013 #endif
17014 #ifdef __cplusplus
17015 }
17016 #endif
17017
17018 int
17019 main ()
17020 {
17021 return f != $ac_func;
17022 ;
17023 return 0;
17024 }
17025 _ACEOF
17026 rm -f conftest.$ac_objext conftest$ac_exeext
17027 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17028 (eval $ac_link) 2>conftest.er1
17029 ac_status=$?
17030 grep -v '^ *+' conftest.er1 >conftest.err
17031 rm -f conftest.er1
17032 cat conftest.err >&5
17033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17034 (exit $ac_status); } &&
17035 { ac_try='test -z "$ac_c_werror_flag"
17036 || test ! -s conftest.err'
17037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17038 (eval $ac_try) 2>&5
17039 ac_status=$?
17040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17041 (exit $ac_status); }; } &&
17042 { ac_try='test -s conftest$ac_exeext'
17043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17044 (eval $ac_try) 2>&5
17045 ac_status=$?
17046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17047 (exit $ac_status); }; }; then
17048 eval "$as_ac_var=yes"
17049 else
17050 echo "$as_me: failed program was:" >&5
17051 sed 's/^/| /' conftest.$ac_ext >&5
17052
17053 eval "$as_ac_var=no"
17054 fi
17055 rm -f conftest.err conftest.$ac_objext \
17056 conftest$ac_exeext conftest.$ac_ext
17057 fi
17058 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17059 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17060 if test `eval echo '${'$as_ac_var'}'` = yes; then
17061 cat >>confdefs.h <<_ACEOF
17062 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17063 _ACEOF
17064
17065 fi
17066 done
17067
17068
17069 for ac_func in poll
17070 do
17071 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17072 echo "$as_me:$LINENO: checking for $ac_func" >&5
17073 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17074 if eval "test \"\${$as_ac_var+set}\" = set"; then
17075 echo $ECHO_N "(cached) $ECHO_C" >&6
17076 else
17077 cat >conftest.$ac_ext <<_ACEOF
17078 /* confdefs.h. */
17079 _ACEOF
17080 cat confdefs.h >>conftest.$ac_ext
17081 cat >>conftest.$ac_ext <<_ACEOF
17082 /* end confdefs.h. */
17083 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17084 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17085 #define $ac_func innocuous_$ac_func
17086
17087 /* System header to define __stub macros and hopefully few prototypes,
17088 which can conflict with char $ac_func (); below.
17089 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17090 <limits.h> exists even on freestanding compilers. */
17091
17092 #ifdef __STDC__
17093 # include <limits.h>
17094 #else
17095 # include <assert.h>
17096 #endif
17097
17098 #undef $ac_func
17099
17100 /* Override any gcc2 internal prototype to avoid an error. */
17101 #ifdef __cplusplus
17102 extern "C"
17103 {
17104 #endif
17105 /* We use char because int might match the return type of a gcc2
17106 builtin and then its argument prototype would still apply. */
17107 char $ac_func ();
17108 /* The GNU C library defines this for functions which it implements
17109 to always fail with ENOSYS. Some functions are actually named
17110 something starting with __ and the normal name is an alias. */
17111 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17112 choke me
17113 #else
17114 char (*f) () = $ac_func;
17115 #endif
17116 #ifdef __cplusplus
17117 }
17118 #endif
17119
17120 int
17121 main ()
17122 {
17123 return f != $ac_func;
17124 ;
17125 return 0;
17126 }
17127 _ACEOF
17128 rm -f conftest.$ac_objext conftest$ac_exeext
17129 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17130 (eval $ac_link) 2>conftest.er1
17131 ac_status=$?
17132 grep -v '^ *+' conftest.er1 >conftest.err
17133 rm -f conftest.er1
17134 cat conftest.err >&5
17135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17136 (exit $ac_status); } &&
17137 { ac_try='test -z "$ac_c_werror_flag"
17138 || test ! -s conftest.err'
17139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17140 (eval $ac_try) 2>&5
17141 ac_status=$?
17142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17143 (exit $ac_status); }; } &&
17144 { ac_try='test -s conftest$ac_exeext'
17145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17146 (eval $ac_try) 2>&5
17147 ac_status=$?
17148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17149 (exit $ac_status); }; }; then
17150 eval "$as_ac_var=yes"
17151 else
17152 echo "$as_me: failed program was:" >&5
17153 sed 's/^/| /' conftest.$ac_ext >&5
17154
17155 eval "$as_ac_var=no"
17156 fi
17157 rm -f conftest.err conftest.$ac_objext \
17158 conftest$ac_exeext conftest.$ac_ext
17159 fi
17160 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17161 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17162 if test `eval echo '${'$as_ac_var'}'` = yes; then
17163 cat >>confdefs.h <<_ACEOF
17164 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17165 _ACEOF
17166
17167 fi
17168 done
17169
17170
17171 for ac_func in pread64
17172 do
17173 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17174 echo "$as_me:$LINENO: checking for $ac_func" >&5
17175 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17176 if eval "test \"\${$as_ac_var+set}\" = set"; then
17177 echo $ECHO_N "(cached) $ECHO_C" >&6
17178 else
17179 cat >conftest.$ac_ext <<_ACEOF
17180 /* confdefs.h. */
17181 _ACEOF
17182 cat confdefs.h >>conftest.$ac_ext
17183 cat >>conftest.$ac_ext <<_ACEOF
17184 /* end confdefs.h. */
17185 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17186 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17187 #define $ac_func innocuous_$ac_func
17188
17189 /* System header to define __stub macros and hopefully few prototypes,
17190 which can conflict with char $ac_func (); below.
17191 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17192 <limits.h> exists even on freestanding compilers. */
17193
17194 #ifdef __STDC__
17195 # include <limits.h>
17196 #else
17197 # include <assert.h>
17198 #endif
17199
17200 #undef $ac_func
17201
17202 /* Override any gcc2 internal prototype to avoid an error. */
17203 #ifdef __cplusplus
17204 extern "C"
17205 {
17206 #endif
17207 /* We use char because int might match the return type of a gcc2
17208 builtin and then its argument prototype would still apply. */
17209 char $ac_func ();
17210 /* The GNU C library defines this for functions which it implements
17211 to always fail with ENOSYS. Some functions are actually named
17212 something starting with __ and the normal name is an alias. */
17213 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17214 choke me
17215 #else
17216 char (*f) () = $ac_func;
17217 #endif
17218 #ifdef __cplusplus
17219 }
17220 #endif
17221
17222 int
17223 main ()
17224 {
17225 return f != $ac_func;
17226 ;
17227 return 0;
17228 }
17229 _ACEOF
17230 rm -f conftest.$ac_objext conftest$ac_exeext
17231 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17232 (eval $ac_link) 2>conftest.er1
17233 ac_status=$?
17234 grep -v '^ *+' conftest.er1 >conftest.err
17235 rm -f conftest.er1
17236 cat conftest.err >&5
17237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17238 (exit $ac_status); } &&
17239 { ac_try='test -z "$ac_c_werror_flag"
17240 || test ! -s conftest.err'
17241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17242 (eval $ac_try) 2>&5
17243 ac_status=$?
17244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245 (exit $ac_status); }; } &&
17246 { ac_try='test -s conftest$ac_exeext'
17247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17248 (eval $ac_try) 2>&5
17249 ac_status=$?
17250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17251 (exit $ac_status); }; }; then
17252 eval "$as_ac_var=yes"
17253 else
17254 echo "$as_me: failed program was:" >&5
17255 sed 's/^/| /' conftest.$ac_ext >&5
17256
17257 eval "$as_ac_var=no"
17258 fi
17259 rm -f conftest.err conftest.$ac_objext \
17260 conftest$ac_exeext conftest.$ac_ext
17261 fi
17262 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17263 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17264 if test `eval echo '${'$as_ac_var'}'` = yes; then
17265 cat >>confdefs.h <<_ACEOF
17266 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17267 _ACEOF
17268
17269 fi
17270 done
17271
17272
17273 for ac_func in sbrk
17274 do
17275 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17276 echo "$as_me:$LINENO: checking for $ac_func" >&5
17277 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17278 if eval "test \"\${$as_ac_var+set}\" = set"; then
17279 echo $ECHO_N "(cached) $ECHO_C" >&6
17280 else
17281 cat >conftest.$ac_ext <<_ACEOF
17282 /* confdefs.h. */
17283 _ACEOF
17284 cat confdefs.h >>conftest.$ac_ext
17285 cat >>conftest.$ac_ext <<_ACEOF
17286 /* end confdefs.h. */
17287 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17288 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17289 #define $ac_func innocuous_$ac_func
17290
17291 /* System header to define __stub macros and hopefully few prototypes,
17292 which can conflict with char $ac_func (); below.
17293 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17294 <limits.h> exists even on freestanding compilers. */
17295
17296 #ifdef __STDC__
17297 # include <limits.h>
17298 #else
17299 # include <assert.h>
17300 #endif
17301
17302 #undef $ac_func
17303
17304 /* Override any gcc2 internal prototype to avoid an error. */
17305 #ifdef __cplusplus
17306 extern "C"
17307 {
17308 #endif
17309 /* We use char because int might match the return type of a gcc2
17310 builtin and then its argument prototype would still apply. */
17311 char $ac_func ();
17312 /* The GNU C library defines this for functions which it implements
17313 to always fail with ENOSYS. Some functions are actually named
17314 something starting with __ and the normal name is an alias. */
17315 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17316 choke me
17317 #else
17318 char (*f) () = $ac_func;
17319 #endif
17320 #ifdef __cplusplus
17321 }
17322 #endif
17323
17324 int
17325 main ()
17326 {
17327 return f != $ac_func;
17328 ;
17329 return 0;
17330 }
17331 _ACEOF
17332 rm -f conftest.$ac_objext conftest$ac_exeext
17333 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17334 (eval $ac_link) 2>conftest.er1
17335 ac_status=$?
17336 grep -v '^ *+' conftest.er1 >conftest.err
17337 rm -f conftest.er1
17338 cat conftest.err >&5
17339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17340 (exit $ac_status); } &&
17341 { ac_try='test -z "$ac_c_werror_flag"
17342 || test ! -s conftest.err'
17343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17344 (eval $ac_try) 2>&5
17345 ac_status=$?
17346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17347 (exit $ac_status); }; } &&
17348 { ac_try='test -s conftest$ac_exeext'
17349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17350 (eval $ac_try) 2>&5
17351 ac_status=$?
17352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17353 (exit $ac_status); }; }; then
17354 eval "$as_ac_var=yes"
17355 else
17356 echo "$as_me: failed program was:" >&5
17357 sed 's/^/| /' conftest.$ac_ext >&5
17358
17359 eval "$as_ac_var=no"
17360 fi
17361 rm -f conftest.err conftest.$ac_objext \
17362 conftest$ac_exeext conftest.$ac_ext
17363 fi
17364 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17365 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17366 if test `eval echo '${'$as_ac_var'}'` = yes; then
17367 cat >>confdefs.h <<_ACEOF
17368 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17369 _ACEOF
17370
17371 fi
17372 done
17373
17374
17375
17376 for ac_func in setpgid setpgrp
17377 do
17378 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17379 echo "$as_me:$LINENO: checking for $ac_func" >&5
17380 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17381 if eval "test \"\${$as_ac_var+set}\" = set"; then
17382 echo $ECHO_N "(cached) $ECHO_C" >&6
17383 else
17384 cat >conftest.$ac_ext <<_ACEOF
17385 /* confdefs.h. */
17386 _ACEOF
17387 cat confdefs.h >>conftest.$ac_ext
17388 cat >>conftest.$ac_ext <<_ACEOF
17389 /* end confdefs.h. */
17390 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17391 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17392 #define $ac_func innocuous_$ac_func
17393
17394 /* System header to define __stub macros and hopefully few prototypes,
17395 which can conflict with char $ac_func (); below.
17396 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17397 <limits.h> exists even on freestanding compilers. */
17398
17399 #ifdef __STDC__
17400 # include <limits.h>
17401 #else
17402 # include <assert.h>
17403 #endif
17404
17405 #undef $ac_func
17406
17407 /* Override any gcc2 internal prototype to avoid an error. */
17408 #ifdef __cplusplus
17409 extern "C"
17410 {
17411 #endif
17412 /* We use char because int might match the return type of a gcc2
17413 builtin and then its argument prototype would still apply. */
17414 char $ac_func ();
17415 /* The GNU C library defines this for functions which it implements
17416 to always fail with ENOSYS. Some functions are actually named
17417 something starting with __ and the normal name is an alias. */
17418 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17419 choke me
17420 #else
17421 char (*f) () = $ac_func;
17422 #endif
17423 #ifdef __cplusplus
17424 }
17425 #endif
17426
17427 int
17428 main ()
17429 {
17430 return f != $ac_func;
17431 ;
17432 return 0;
17433 }
17434 _ACEOF
17435 rm -f conftest.$ac_objext conftest$ac_exeext
17436 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17437 (eval $ac_link) 2>conftest.er1
17438 ac_status=$?
17439 grep -v '^ *+' conftest.er1 >conftest.err
17440 rm -f conftest.er1
17441 cat conftest.err >&5
17442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17443 (exit $ac_status); } &&
17444 { ac_try='test -z "$ac_c_werror_flag"
17445 || test ! -s conftest.err'
17446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17447 (eval $ac_try) 2>&5
17448 ac_status=$?
17449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17450 (exit $ac_status); }; } &&
17451 { ac_try='test -s conftest$ac_exeext'
17452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17453 (eval $ac_try) 2>&5
17454 ac_status=$?
17455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17456 (exit $ac_status); }; }; then
17457 eval "$as_ac_var=yes"
17458 else
17459 echo "$as_me: failed program was:" >&5
17460 sed 's/^/| /' conftest.$ac_ext >&5
17461
17462 eval "$as_ac_var=no"
17463 fi
17464 rm -f conftest.err conftest.$ac_objext \
17465 conftest$ac_exeext conftest.$ac_ext
17466 fi
17467 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17468 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17469 if test `eval echo '${'$as_ac_var'}'` = yes; then
17470 cat >>confdefs.h <<_ACEOF
17471 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17472 _ACEOF
17473
17474 fi
17475 done
17476
17477
17478
17479
17480 for ac_func in sigaction sigprocmask sigsetmask
17481 do
17482 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17483 echo "$as_me:$LINENO: checking for $ac_func" >&5
17484 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17485 if eval "test \"\${$as_ac_var+set}\" = set"; then
17486 echo $ECHO_N "(cached) $ECHO_C" >&6
17487 else
17488 cat >conftest.$ac_ext <<_ACEOF
17489 /* confdefs.h. */
17490 _ACEOF
17491 cat confdefs.h >>conftest.$ac_ext
17492 cat >>conftest.$ac_ext <<_ACEOF
17493 /* end confdefs.h. */
17494 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17495 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17496 #define $ac_func innocuous_$ac_func
17497
17498 /* System header to define __stub macros and hopefully few prototypes,
17499 which can conflict with char $ac_func (); below.
17500 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17501 <limits.h> exists even on freestanding compilers. */
17502
17503 #ifdef __STDC__
17504 # include <limits.h>
17505 #else
17506 # include <assert.h>
17507 #endif
17508
17509 #undef $ac_func
17510
17511 /* Override any gcc2 internal prototype to avoid an error. */
17512 #ifdef __cplusplus
17513 extern "C"
17514 {
17515 #endif
17516 /* We use char because int might match the return type of a gcc2
17517 builtin and then its argument prototype would still apply. */
17518 char $ac_func ();
17519 /* The GNU C library defines this for functions which it implements
17520 to always fail with ENOSYS. Some functions are actually named
17521 something starting with __ and the normal name is an alias. */
17522 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17523 choke me
17524 #else
17525 char (*f) () = $ac_func;
17526 #endif
17527 #ifdef __cplusplus
17528 }
17529 #endif
17530
17531 int
17532 main ()
17533 {
17534 return f != $ac_func;
17535 ;
17536 return 0;
17537 }
17538 _ACEOF
17539 rm -f conftest.$ac_objext conftest$ac_exeext
17540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17541 (eval $ac_link) 2>conftest.er1
17542 ac_status=$?
17543 grep -v '^ *+' conftest.er1 >conftest.err
17544 rm -f conftest.er1
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
17552 ac_status=$?
17553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17554 (exit $ac_status); }; } &&
17555 { ac_try='test -s conftest$ac_exeext'
17556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17557 (eval $ac_try) 2>&5
17558 ac_status=$?
17559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17560 (exit $ac_status); }; }; then
17561 eval "$as_ac_var=yes"
17562 else
17563 echo "$as_me: failed program was:" >&5
17564 sed 's/^/| /' conftest.$ac_ext >&5
17565
17566 eval "$as_ac_var=no"
17567 fi
17568 rm -f conftest.err conftest.$ac_objext \
17569 conftest$ac_exeext conftest.$ac_ext
17570 fi
17571 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17572 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17573 if test `eval echo '${'$as_ac_var'}'` = yes; then
17574 cat >>confdefs.h <<_ACEOF
17575 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17576 _ACEOF
17577
17578 fi
17579 done
17580
17581
17582 for ac_func in socketpair
17583 do
17584 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17585 echo "$as_me:$LINENO: checking for $ac_func" >&5
17586 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17587 if eval "test \"\${$as_ac_var+set}\" = set"; then
17588 echo $ECHO_N "(cached) $ECHO_C" >&6
17589 else
17590 cat >conftest.$ac_ext <<_ACEOF
17591 /* confdefs.h. */
17592 _ACEOF
17593 cat confdefs.h >>conftest.$ac_ext
17594 cat >>conftest.$ac_ext <<_ACEOF
17595 /* end confdefs.h. */
17596 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17597 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17598 #define $ac_func innocuous_$ac_func
17599
17600 /* System header to define __stub macros and hopefully few prototypes,
17601 which can conflict with char $ac_func (); below.
17602 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17603 <limits.h> exists even on freestanding compilers. */
17604
17605 #ifdef __STDC__
17606 # include <limits.h>
17607 #else
17608 # include <assert.h>
17609 #endif
17610
17611 #undef $ac_func
17612
17613 /* Override any gcc2 internal prototype to avoid an error. */
17614 #ifdef __cplusplus
17615 extern "C"
17616 {
17617 #endif
17618 /* We use char because int might match the return type of a gcc2
17619 builtin and then its argument prototype would still apply. */
17620 char $ac_func ();
17621 /* The GNU C library defines this for functions which it implements
17622 to always fail with ENOSYS. Some functions are actually named
17623 something starting with __ and the normal name is an alias. */
17624 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17625 choke me
17626 #else
17627 char (*f) () = $ac_func;
17628 #endif
17629 #ifdef __cplusplus
17630 }
17631 #endif
17632
17633 int
17634 main ()
17635 {
17636 return f != $ac_func;
17637 ;
17638 return 0;
17639 }
17640 _ACEOF
17641 rm -f conftest.$ac_objext conftest$ac_exeext
17642 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17643 (eval $ac_link) 2>conftest.er1
17644 ac_status=$?
17645 grep -v '^ *+' conftest.er1 >conftest.err
17646 rm -f conftest.er1
17647 cat conftest.err >&5
17648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17649 (exit $ac_status); } &&
17650 { ac_try='test -z "$ac_c_werror_flag"
17651 || test ! -s conftest.err'
17652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17653 (eval $ac_try) 2>&5
17654 ac_status=$?
17655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17656 (exit $ac_status); }; } &&
17657 { ac_try='test -s conftest$ac_exeext'
17658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17659 (eval $ac_try) 2>&5
17660 ac_status=$?
17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662 (exit $ac_status); }; }; then
17663 eval "$as_ac_var=yes"
17664 else
17665 echo "$as_me: failed program was:" >&5
17666 sed 's/^/| /' conftest.$ac_ext >&5
17667
17668 eval "$as_ac_var=no"
17669 fi
17670 rm -f conftest.err conftest.$ac_objext \
17671 conftest$ac_exeext conftest.$ac_ext
17672 fi
17673 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17674 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17675 if test `eval echo '${'$as_ac_var'}'` = yes; then
17676 cat >>confdefs.h <<_ACEOF
17677 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17678 _ACEOF
17679
17680 fi
17681 done
17682
17683
17684 for ac_func in syscall
17685 do
17686 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17687 echo "$as_me:$LINENO: checking for $ac_func" >&5
17688 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17689 if eval "test \"\${$as_ac_var+set}\" = set"; then
17690 echo $ECHO_N "(cached) $ECHO_C" >&6
17691 else
17692 cat >conftest.$ac_ext <<_ACEOF
17693 /* confdefs.h. */
17694 _ACEOF
17695 cat confdefs.h >>conftest.$ac_ext
17696 cat >>conftest.$ac_ext <<_ACEOF
17697 /* end confdefs.h. */
17698 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17700 #define $ac_func innocuous_$ac_func
17701
17702 /* System header to define __stub macros and hopefully few prototypes,
17703 which can conflict with char $ac_func (); below.
17704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17705 <limits.h> exists even on freestanding compilers. */
17706
17707 #ifdef __STDC__
17708 # include <limits.h>
17709 #else
17710 # include <assert.h>
17711 #endif
17712
17713 #undef $ac_func
17714
17715 /* Override any gcc2 internal prototype to avoid an error. */
17716 #ifdef __cplusplus
17717 extern "C"
17718 {
17719 #endif
17720 /* We use char because int might match the return type of a gcc2
17721 builtin and then its argument prototype would still apply. */
17722 char $ac_func ();
17723 /* The GNU C library defines this for functions which it implements
17724 to always fail with ENOSYS. Some functions are actually named
17725 something starting with __ and the normal name is an alias. */
17726 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17727 choke me
17728 #else
17729 char (*f) () = $ac_func;
17730 #endif
17731 #ifdef __cplusplus
17732 }
17733 #endif
17734
17735 int
17736 main ()
17737 {
17738 return f != $ac_func;
17739 ;
17740 return 0;
17741 }
17742 _ACEOF
17743 rm -f conftest.$ac_objext conftest$ac_exeext
17744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17745 (eval $ac_link) 2>conftest.er1
17746 ac_status=$?
17747 grep -v '^ *+' conftest.er1 >conftest.err
17748 rm -f conftest.er1
17749 cat conftest.err >&5
17750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17751 (exit $ac_status); } &&
17752 { ac_try='test -z "$ac_c_werror_flag"
17753 || test ! -s conftest.err'
17754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17755 (eval $ac_try) 2>&5
17756 ac_status=$?
17757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758 (exit $ac_status); }; } &&
17759 { ac_try='test -s conftest$ac_exeext'
17760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17761 (eval $ac_try) 2>&5
17762 ac_status=$?
17763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17764 (exit $ac_status); }; }; then
17765 eval "$as_ac_var=yes"
17766 else
17767 echo "$as_me: failed program was:" >&5
17768 sed 's/^/| /' conftest.$ac_ext >&5
17769
17770 eval "$as_ac_var=no"
17771 fi
17772 rm -f conftest.err conftest.$ac_objext \
17773 conftest$ac_exeext conftest.$ac_ext
17774 fi
17775 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17776 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17777 if test `eval echo '${'$as_ac_var'}'` = yes; then
17778 cat >>confdefs.h <<_ACEOF
17779 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17780 _ACEOF
17781
17782 fi
17783 done
17784
17785
17786 for ac_func in ttrace
17787 do
17788 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17789 echo "$as_me:$LINENO: checking for $ac_func" >&5
17790 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17791 if eval "test \"\${$as_ac_var+set}\" = set"; then
17792 echo $ECHO_N "(cached) $ECHO_C" >&6
17793 else
17794 cat >conftest.$ac_ext <<_ACEOF
17795 /* confdefs.h. */
17796 _ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h. */
17800 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17802 #define $ac_func innocuous_$ac_func
17803
17804 /* System header to define __stub macros and hopefully few prototypes,
17805 which can conflict with char $ac_func (); below.
17806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17807 <limits.h> exists even on freestanding compilers. */
17808
17809 #ifdef __STDC__
17810 # include <limits.h>
17811 #else
17812 # include <assert.h>
17813 #endif
17814
17815 #undef $ac_func
17816
17817 /* Override any gcc2 internal prototype to avoid an error. */
17818 #ifdef __cplusplus
17819 extern "C"
17820 {
17821 #endif
17822 /* We use char because int might match the return type of a gcc2
17823 builtin and then its argument prototype would still apply. */
17824 char $ac_func ();
17825 /* The GNU C library defines this for functions which it implements
17826 to always fail with ENOSYS. Some functions are actually named
17827 something starting with __ and the normal name is an alias. */
17828 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17829 choke me
17830 #else
17831 char (*f) () = $ac_func;
17832 #endif
17833 #ifdef __cplusplus
17834 }
17835 #endif
17836
17837 int
17838 main ()
17839 {
17840 return f != $ac_func;
17841 ;
17842 return 0;
17843 }
17844 _ACEOF
17845 rm -f conftest.$ac_objext conftest$ac_exeext
17846 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17847 (eval $ac_link) 2>conftest.er1
17848 ac_status=$?
17849 grep -v '^ *+' conftest.er1 >conftest.err
17850 rm -f conftest.er1
17851 cat conftest.err >&5
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); } &&
17854 { ac_try='test -z "$ac_c_werror_flag"
17855 || test ! -s conftest.err'
17856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17857 (eval $ac_try) 2>&5
17858 ac_status=$?
17859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17860 (exit $ac_status); }; } &&
17861 { ac_try='test -s conftest$ac_exeext'
17862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17863 (eval $ac_try) 2>&5
17864 ac_status=$?
17865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17866 (exit $ac_status); }; }; then
17867 eval "$as_ac_var=yes"
17868 else
17869 echo "$as_me: failed program was:" >&5
17870 sed 's/^/| /' conftest.$ac_ext >&5
17871
17872 eval "$as_ac_var=no"
17873 fi
17874 rm -f conftest.err conftest.$ac_objext \
17875 conftest$ac_exeext conftest.$ac_ext
17876 fi
17877 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17878 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17879 if test `eval echo '${'$as_ac_var'}'` = yes; then
17880 cat >>confdefs.h <<_ACEOF
17881 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17882 _ACEOF
17883
17884 fi
17885 done
17886
17887
17888 for ac_func in wborder
17889 do
17890 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17891 echo "$as_me:$LINENO: checking for $ac_func" >&5
17892 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17893 if eval "test \"\${$as_ac_var+set}\" = set"; then
17894 echo $ECHO_N "(cached) $ECHO_C" >&6
17895 else
17896 cat >conftest.$ac_ext <<_ACEOF
17897 /* confdefs.h. */
17898 _ACEOF
17899 cat confdefs.h >>conftest.$ac_ext
17900 cat >>conftest.$ac_ext <<_ACEOF
17901 /* end confdefs.h. */
17902 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17903 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17904 #define $ac_func innocuous_$ac_func
17905
17906 /* System header to define __stub macros and hopefully few prototypes,
17907 which can conflict with char $ac_func (); below.
17908 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17909 <limits.h> exists even on freestanding compilers. */
17910
17911 #ifdef __STDC__
17912 # include <limits.h>
17913 #else
17914 # include <assert.h>
17915 #endif
17916
17917 #undef $ac_func
17918
17919 /* Override any gcc2 internal prototype to avoid an error. */
17920 #ifdef __cplusplus
17921 extern "C"
17922 {
17923 #endif
17924 /* We use char because int might match the return type of a gcc2
17925 builtin and then its argument prototype would still apply. */
17926 char $ac_func ();
17927 /* The GNU C library defines this for functions which it implements
17928 to always fail with ENOSYS. Some functions are actually named
17929 something starting with __ and the normal name is an alias. */
17930 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17931 choke me
17932 #else
17933 char (*f) () = $ac_func;
17934 #endif
17935 #ifdef __cplusplus
17936 }
17937 #endif
17938
17939 int
17940 main ()
17941 {
17942 return f != $ac_func;
17943 ;
17944 return 0;
17945 }
17946 _ACEOF
17947 rm -f conftest.$ac_objext conftest$ac_exeext
17948 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17949 (eval $ac_link) 2>conftest.er1
17950 ac_status=$?
17951 grep -v '^ *+' conftest.er1 >conftest.err
17952 rm -f conftest.er1
17953 cat conftest.err >&5
17954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17955 (exit $ac_status); } &&
17956 { ac_try='test -z "$ac_c_werror_flag"
17957 || test ! -s conftest.err'
17958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17959 (eval $ac_try) 2>&5
17960 ac_status=$?
17961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17962 (exit $ac_status); }; } &&
17963 { ac_try='test -s conftest$ac_exeext'
17964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17965 (eval $ac_try) 2>&5
17966 ac_status=$?
17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17968 (exit $ac_status); }; }; then
17969 eval "$as_ac_var=yes"
17970 else
17971 echo "$as_me: failed program was:" >&5
17972 sed 's/^/| /' conftest.$ac_ext >&5
17973
17974 eval "$as_ac_var=no"
17975 fi
17976 rm -f conftest.err conftest.$ac_objext \
17977 conftest$ac_exeext conftest.$ac_ext
17978 fi
17979 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17980 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
17981 if test `eval echo '${'$as_ac_var'}'` = yes; then
17982 cat >>confdefs.h <<_ACEOF
17983 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17984 _ACEOF
17985
17986 fi
17987 done
17988
17989
17990 # Check the return and argument types of ptrace. No canned test for
17991 # this, so roll our own.
17992 gdb_ptrace_headers='
17993 #if HAVE_SYS_TYPES_H
17994 # include <sys/types.h>
17995 #endif
17996 #if HAVE_SYS_PTRACE_H
17997 # include <sys/ptrace.h>
17998 #endif
17999 #if HAVE_UNISTD_H
18000 # include <unistd.h>
18001 #endif
18002 '
18003 # There is no point in checking if we don't have a prototype.
18004 echo "$as_me:$LINENO: checking whether ptrace is declared" >&5
18005 echo $ECHO_N "checking whether ptrace is declared... $ECHO_C" >&6
18006 if test "${ac_cv_have_decl_ptrace+set}" = set; then
18007 echo $ECHO_N "(cached) $ECHO_C" >&6
18008 else
18009 cat >conftest.$ac_ext <<_ACEOF
18010 /* confdefs.h. */
18011 _ACEOF
18012 cat confdefs.h >>conftest.$ac_ext
18013 cat >>conftest.$ac_ext <<_ACEOF
18014 /* end confdefs.h. */
18015 $gdb_ptrace_headers
18016
18017 int
18018 main ()
18019 {
18020 #ifndef ptrace
18021 char *p = (char *) ptrace;
18022 #endif
18023
18024 ;
18025 return 0;
18026 }
18027 _ACEOF
18028 rm -f conftest.$ac_objext
18029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18030 (eval $ac_compile) 2>conftest.er1
18031 ac_status=$?
18032 grep -v '^ *+' conftest.er1 >conftest.err
18033 rm -f conftest.er1
18034 cat conftest.err >&5
18035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18036 (exit $ac_status); } &&
18037 { ac_try='test -z "$ac_c_werror_flag"
18038 || test ! -s conftest.err'
18039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18040 (eval $ac_try) 2>&5
18041 ac_status=$?
18042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18043 (exit $ac_status); }; } &&
18044 { ac_try='test -s conftest.$ac_objext'
18045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18046 (eval $ac_try) 2>&5
18047 ac_status=$?
18048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18049 (exit $ac_status); }; }; then
18050 ac_cv_have_decl_ptrace=yes
18051 else
18052 echo "$as_me: failed program was:" >&5
18053 sed 's/^/| /' conftest.$ac_ext >&5
18054
18055 ac_cv_have_decl_ptrace=no
18056 fi
18057 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18058 fi
18059 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ptrace" >&5
18060 echo "${ECHO_T}$ac_cv_have_decl_ptrace" >&6
18061 if test $ac_cv_have_decl_ptrace = yes; then
18062
18063 cat >>confdefs.h <<_ACEOF
18064 #define HAVE_DECL_PTRACE 1
18065 _ACEOF
18066
18067
18068 else
18069 cat >>confdefs.h <<_ACEOF
18070 #define HAVE_DECL_PTRACE 0
18071 _ACEOF
18072
18073
18074 : ${gdb_cv_func_ptrace_ret='int'}
18075 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
18076
18077 fi
18078
18079
18080 # Check return type.
18081 echo "$as_me:$LINENO: checking return type of ptrace" >&5
18082 echo $ECHO_N "checking return type of ptrace... $ECHO_C" >&6
18083 if test "${gdb_cv_func_ptrace_ret+set}" = set; then
18084 echo $ECHO_N "(cached) $ECHO_C" >&6
18085 else
18086 cat >conftest.$ac_ext <<_ACEOF
18087 /* confdefs.h. */
18088 _ACEOF
18089 cat confdefs.h >>conftest.$ac_ext
18090 cat >>conftest.$ac_ext <<_ACEOF
18091 /* end confdefs.h. */
18092 $gdb_ptrace_headers
18093 int
18094 main ()
18095 {
18096 extern int ptrace ();
18097 ;
18098 return 0;
18099 }
18100 _ACEOF
18101 rm -f conftest.$ac_objext
18102 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18103 (eval $ac_compile) 2>conftest.er1
18104 ac_status=$?
18105 grep -v '^ *+' conftest.er1 >conftest.err
18106 rm -f conftest.er1
18107 cat conftest.err >&5
18108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18109 (exit $ac_status); } &&
18110 { ac_try='test -z "$ac_c_werror_flag"
18111 || test ! -s conftest.err'
18112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18113 (eval $ac_try) 2>&5
18114 ac_status=$?
18115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18116 (exit $ac_status); }; } &&
18117 { ac_try='test -s conftest.$ac_objext'
18118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18119 (eval $ac_try) 2>&5
18120 ac_status=$?
18121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18122 (exit $ac_status); }; }; then
18123 gdb_cv_func_ptrace_ret='int'
18124 else
18125 echo "$as_me: failed program was:" >&5
18126 sed 's/^/| /' conftest.$ac_ext >&5
18127
18128 gdb_cv_func_ptrace_ret='long'
18129 fi
18130 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18131 fi
18132 echo "$as_me:$LINENO: result: $gdb_cv_func_ptrace_ret" >&5
18133 echo "${ECHO_T}$gdb_cv_func_ptrace_ret" >&6
18134
18135 cat >>confdefs.h <<_ACEOF
18136 #define PTRACE_TYPE_RET $gdb_cv_func_ptrace_ret
18137 _ACEOF
18138
18139 # Check argument types.
18140 echo "$as_me:$LINENO: checking types of arguments for ptrace" >&5
18141 echo $ECHO_N "checking types of arguments for ptrace... $ECHO_C" >&6
18142 if test "${gdb_cv_func_ptrace_args+set}" = set; then
18143 echo $ECHO_N "(cached) $ECHO_C" >&6
18144 else
18145
18146 for gdb_arg1 in 'int' 'long'; do
18147 for gdb_arg2 in 'pid_t' 'int' 'long'; do
18148 for gdb_arg3 in 'int *' 'caddr_t' 'int' 'long'; do
18149 for gdb_arg4 in 'int' 'long'; do
18150 cat >conftest.$ac_ext <<_ACEOF
18151 /* confdefs.h. */
18152 _ACEOF
18153 cat confdefs.h >>conftest.$ac_ext
18154 cat >>conftest.$ac_ext <<_ACEOF
18155 /* end confdefs.h. */
18156 $gdb_ptrace_headers
18157 int
18158 main ()
18159 {
18160
18161 extern $gdb_cv_func_ptrace_ret
18162 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4);
18163
18164 ;
18165 return 0;
18166 }
18167 _ACEOF
18168 rm -f conftest.$ac_objext
18169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18170 (eval $ac_compile) 2>conftest.er1
18171 ac_status=$?
18172 grep -v '^ *+' conftest.er1 >conftest.err
18173 rm -f conftest.er1
18174 cat conftest.err >&5
18175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18176 (exit $ac_status); } &&
18177 { ac_try='test -z "$ac_c_werror_flag"
18178 || test ! -s conftest.err'
18179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18180 (eval $ac_try) 2>&5
18181 ac_status=$?
18182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18183 (exit $ac_status); }; } &&
18184 { ac_try='test -s conftest.$ac_objext'
18185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18186 (eval $ac_try) 2>&5
18187 ac_status=$?
18188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18189 (exit $ac_status); }; }; then
18190 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4";
18191 break 4;
18192 else
18193 echo "$as_me: failed program was:" >&5
18194 sed 's/^/| /' conftest.$ac_ext >&5
18195
18196 fi
18197 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18198 for gdb_arg5 in 'int *' 'int' 'long'; do
18199 cat >conftest.$ac_ext <<_ACEOF
18200 /* confdefs.h. */
18201 _ACEOF
18202 cat confdefs.h >>conftest.$ac_ext
18203 cat >>conftest.$ac_ext <<_ACEOF
18204 /* end confdefs.h. */
18205 $gdb_ptrace_headers
18206 int
18207 main ()
18208 {
18209
18210 extern $gdb_cv_func_ptrace_ret
18211 ptrace ($gdb_arg1, $gdb_arg2, $gdb_arg3, $gdb_arg4, $gdb_arg5);
18212
18213 ;
18214 return 0;
18215 }
18216 _ACEOF
18217 rm -f conftest.$ac_objext
18218 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18219 (eval $ac_compile) 2>conftest.er1
18220 ac_status=$?
18221 grep -v '^ *+' conftest.er1 >conftest.err
18222 rm -f conftest.er1
18223 cat conftest.err >&5
18224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18225 (exit $ac_status); } &&
18226 { ac_try='test -z "$ac_c_werror_flag"
18227 || test ! -s conftest.err'
18228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18229 (eval $ac_try) 2>&5
18230 ac_status=$?
18231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18232 (exit $ac_status); }; } &&
18233 { ac_try='test -s conftest.$ac_objext'
18234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18235 (eval $ac_try) 2>&5
18236 ac_status=$?
18237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18238 (exit $ac_status); }; }; then
18239
18240 gdb_cv_func_ptrace_args="$gdb_arg1,$gdb_arg2,$gdb_arg3,$gdb_arg4,$gdb_arg5";
18241 break 5;
18242 else
18243 echo "$as_me: failed program was:" >&5
18244 sed 's/^/| /' conftest.$ac_ext >&5
18245
18246 fi
18247 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18248 done
18249 done
18250 done
18251 done
18252 done
18253 # Provide a safe default value.
18254 : ${gdb_cv_func_ptrace_args='int,int,long,long'}
18255
18256 fi
18257 echo "$as_me:$LINENO: result: $gdb_cv_func_ptrace_args" >&5
18258 echo "${ECHO_T}$gdb_cv_func_ptrace_args" >&6
18259 ac_save_IFS=$IFS; IFS=','
18260 set dummy `echo "$gdb_cv_func_ptrace_args" | sed 's/\*/\*/g'`
18261 IFS=$ac_save_IFS
18262 shift
18263
18264 cat >>confdefs.h <<_ACEOF
18265 #define PTRACE_TYPE_ARG3 $3
18266 _ACEOF
18267
18268 if test -n "$5"; then
18269
18270 cat >>confdefs.h <<_ACEOF
18271 #define PTRACE_TYPE_ARG5 $5
18272 _ACEOF
18273
18274 fi
18275
18276 if test "$cross_compiling" = no; then
18277 echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5
18278 echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6
18279 if test "${ac_cv_func_setpgrp_void+set}" = set; then
18280 echo $ECHO_N "(cached) $ECHO_C" >&6
18281 else
18282 if test "$cross_compiling" = yes; then
18283 { { echo "$as_me:$LINENO: error: cannot check setpgrp when cross compiling" >&5
18284 echo "$as_me: error: cannot check setpgrp when cross compiling" >&2;}
18285 { (exit 1); exit 1; }; }
18286 else
18287 cat >conftest.$ac_ext <<_ACEOF
18288 /* confdefs.h. */
18289 _ACEOF
18290 cat confdefs.h >>conftest.$ac_ext
18291 cat >>conftest.$ac_ext <<_ACEOF
18292 /* end confdefs.h. */
18293 #if HAVE_UNISTD_H
18294 # include <unistd.h>
18295 #endif
18296
18297 int
18298 main ()
18299 {
18300 /* If this system has a BSD-style setpgrp which takes arguments,
18301 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
18302 exit successfully. */
18303 exit (setpgrp (1,1) == -1 ? 0 : 1);
18304 ;
18305 return 0;
18306 }
18307 _ACEOF
18308 rm -f conftest$ac_exeext
18309 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18310 (eval $ac_link) 2>&5
18311 ac_status=$?
18312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18315 (eval $ac_try) 2>&5
18316 ac_status=$?
18317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18318 (exit $ac_status); }; }; then
18319 ac_cv_func_setpgrp_void=no
18320 else
18321 echo "$as_me: program exited with status $ac_status" >&5
18322 echo "$as_me: failed program was:" >&5
18323 sed 's/^/| /' conftest.$ac_ext >&5
18324
18325 ( exit $ac_status )
18326 ac_cv_func_setpgrp_void=yes
18327 fi
18328 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18329 fi
18330 fi
18331 echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
18332 echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6
18333 if test $ac_cv_func_setpgrp_void = yes; then
18334
18335 cat >>confdefs.h <<\_ACEOF
18336 #define SETPGRP_VOID 1
18337 _ACEOF
18338
18339 fi
18340
18341 else
18342 echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5
18343 echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6
18344 if test "${ac_cv_func_setpgrp_void+set}" = set; then
18345 echo $ECHO_N "(cached) $ECHO_C" >&6
18346 else
18347 cat >conftest.$ac_ext <<_ACEOF
18348 /* confdefs.h. */
18349 _ACEOF
18350 cat confdefs.h >>conftest.$ac_ext
18351 cat >>conftest.$ac_ext <<_ACEOF
18352 /* end confdefs.h. */
18353
18354 #include <unistd.h>
18355
18356 int
18357 main ()
18358 {
18359
18360 if (setpgrp(1,1) == -1)
18361 exit (0);
18362 else
18363 exit (1);
18364
18365 ;
18366 return 0;
18367 }
18368 _ACEOF
18369 rm -f conftest.$ac_objext
18370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18371 (eval $ac_compile) 2>conftest.er1
18372 ac_status=$?
18373 grep -v '^ *+' conftest.er1 >conftest.err
18374 rm -f conftest.er1
18375 cat conftest.err >&5
18376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18377 (exit $ac_status); } &&
18378 { ac_try='test -z "$ac_c_werror_flag"
18379 || test ! -s conftest.err'
18380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18381 (eval $ac_try) 2>&5
18382 ac_status=$?
18383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18384 (exit $ac_status); }; } &&
18385 { ac_try='test -s conftest.$ac_objext'
18386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18387 (eval $ac_try) 2>&5
18388 ac_status=$?
18389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18390 (exit $ac_status); }; }; then
18391 ac_cv_func_setpgrp_void=no
18392 else
18393 echo "$as_me: failed program was:" >&5
18394 sed 's/^/| /' conftest.$ac_ext >&5
18395
18396 ac_cv_func_setpgrp_void=yes
18397 fi
18398 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18399 fi
18400 echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
18401 echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6
18402 if test $ac_cv_func_setpgrp_void = yes; then
18403 cat >>confdefs.h <<\_ACEOF
18404 #define SETPGRP_VOID 1
18405 _ACEOF
18406
18407 fi
18408 fi
18409
18410 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
18411 # since sigsetjmp might only be defined as a macro.
18412 echo "$as_me:$LINENO: checking for sigsetjmp" >&5
18413 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6
18414 if test "${gdb_cv_func_sigsetjmp+set}" = set; then
18415 echo $ECHO_N "(cached) $ECHO_C" >&6
18416 else
18417 cat >conftest.$ac_ext <<_ACEOF
18418 /* confdefs.h. */
18419 _ACEOF
18420 cat confdefs.h >>conftest.$ac_ext
18421 cat >>conftest.$ac_ext <<_ACEOF
18422 /* end confdefs.h. */
18423
18424 #include <setjmp.h>
18425
18426 int
18427 main ()
18428 {
18429 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
18430 ;
18431 return 0;
18432 }
18433 _ACEOF
18434 rm -f conftest.$ac_objext
18435 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18436 (eval $ac_compile) 2>conftest.er1
18437 ac_status=$?
18438 grep -v '^ *+' conftest.er1 >conftest.err
18439 rm -f conftest.er1
18440 cat conftest.err >&5
18441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18442 (exit $ac_status); } &&
18443 { ac_try='test -z "$ac_c_werror_flag"
18444 || test ! -s conftest.err'
18445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18446 (eval $ac_try) 2>&5
18447 ac_status=$?
18448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18449 (exit $ac_status); }; } &&
18450 { ac_try='test -s conftest.$ac_objext'
18451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18452 (eval $ac_try) 2>&5
18453 ac_status=$?
18454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18455 (exit $ac_status); }; }; then
18456 gdb_cv_func_sigsetjmp=yes
18457 else
18458 echo "$as_me: failed program was:" >&5
18459 sed 's/^/| /' conftest.$ac_ext >&5
18460
18461 gdb_cv_func_sigsetjmp=no
18462 fi
18463 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18464 fi
18465 echo "$as_me:$LINENO: result: $gdb_cv_func_sigsetjmp" >&5
18466 echo "${ECHO_T}$gdb_cv_func_sigsetjmp" >&6
18467 if test $gdb_cv_func_sigsetjmp = yes; then
18468
18469 cat >>confdefs.h <<\_ACEOF
18470 #define HAVE_SIGSETJMP 1
18471 _ACEOF
18472
18473 fi
18474
18475 # Assume we'll default to using the included libiberty regex.
18476 gdb_use_included_regex=yes
18477
18478 # However, if the system regex is GNU regex, then default to *not*
18479 # using the included regex.
18480 echo "$as_me:$LINENO: checking for GNU regex" >&5
18481 echo $ECHO_N "checking for GNU regex... $ECHO_C" >&6
18482 if test "${gdb_cv_have_gnu_regex+set}" = set; then
18483 echo $ECHO_N "(cached) $ECHO_C" >&6
18484 else
18485 cat >conftest.$ac_ext <<_ACEOF
18486 /* confdefs.h. */
18487 _ACEOF
18488 cat confdefs.h >>conftest.$ac_ext
18489 cat >>conftest.$ac_ext <<_ACEOF
18490 /* end confdefs.h. */
18491 #include <gnu-versions.h>
18492 int
18493 main ()
18494 {
18495 #define REGEX_INTERFACE_VERSION 1
18496 #if _GNU_REGEX_INTERFACE_VERSION != REGEX_INTERFACE_VERSION
18497 # error "Version mismatch"
18498 #endif
18499 ;
18500 return 0;
18501 }
18502 _ACEOF
18503 rm -f conftest.$ac_objext
18504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18505 (eval $ac_compile) 2>conftest.er1
18506 ac_status=$?
18507 grep -v '^ *+' conftest.er1 >conftest.err
18508 rm -f conftest.er1
18509 cat conftest.err >&5
18510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18511 (exit $ac_status); } &&
18512 { ac_try='test -z "$ac_c_werror_flag"
18513 || test ! -s conftest.err'
18514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18515 (eval $ac_try) 2>&5
18516 ac_status=$?
18517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18518 (exit $ac_status); }; } &&
18519 { ac_try='test -s conftest.$ac_objext'
18520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18521 (eval $ac_try) 2>&5
18522 ac_status=$?
18523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18524 (exit $ac_status); }; }; then
18525 gdb_cv_have_gnu_regex=yes
18526 else
18527 echo "$as_me: failed program was:" >&5
18528 sed 's/^/| /' conftest.$ac_ext >&5
18529
18530 gdb_cv_have_gnu_regex=no
18531 fi
18532 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18533 fi
18534 echo "$as_me:$LINENO: result: $gdb_cv_have_gnu_regex" >&5
18535 echo "${ECHO_T}$gdb_cv_have_gnu_regex" >&6
18536 if test $gdb_cv_have_gnu_regex = yes; then
18537 gdb_use_included_regex=no
18538 fi
18539
18540
18541 # Check whether --with-included-regex or --without-included-regex was given.
18542 if test "${with_included_regex+set}" = set; then
18543 withval="$with_included_regex"
18544 gdb_with_regex=$withval
18545 else
18546 gdb_with_regex=$gdb_use_included_regex
18547 fi;
18548 if test "$gdb_with_regex" = yes; then
18549
18550 cat >>confdefs.h <<\_ACEOF
18551 #define USE_INCLUDED_REGEX 1
18552 _ACEOF
18553
18554 fi
18555
18556 # Check if <sys/proc.h> defines `struct thread' with a td_pcb member.
18557 echo "$as_me:$LINENO: checking for struct thread.td_pcb" >&5
18558 echo $ECHO_N "checking for struct thread.td_pcb... $ECHO_C" >&6
18559 if test "${ac_cv_member_struct_thread_td_pcb+set}" = set; then
18560 echo $ECHO_N "(cached) $ECHO_C" >&6
18561 else
18562 cat >conftest.$ac_ext <<_ACEOF
18563 /* confdefs.h. */
18564 _ACEOF
18565 cat confdefs.h >>conftest.$ac_ext
18566 cat >>conftest.$ac_ext <<_ACEOF
18567 /* end confdefs.h. */
18568 #include <sys/param.h>
18569 #include <sys/proc.h>
18570
18571
18572 int
18573 main ()
18574 {
18575 static struct thread ac_aggr;
18576 if (ac_aggr.td_pcb)
18577 return 0;
18578 ;
18579 return 0;
18580 }
18581 _ACEOF
18582 rm -f conftest.$ac_objext
18583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18584 (eval $ac_compile) 2>conftest.er1
18585 ac_status=$?
18586 grep -v '^ *+' conftest.er1 >conftest.err
18587 rm -f conftest.er1
18588 cat conftest.err >&5
18589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18590 (exit $ac_status); } &&
18591 { ac_try='test -z "$ac_c_werror_flag"
18592 || test ! -s conftest.err'
18593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18594 (eval $ac_try) 2>&5
18595 ac_status=$?
18596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18597 (exit $ac_status); }; } &&
18598 { ac_try='test -s conftest.$ac_objext'
18599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18600 (eval $ac_try) 2>&5
18601 ac_status=$?
18602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18603 (exit $ac_status); }; }; then
18604 ac_cv_member_struct_thread_td_pcb=yes
18605 else
18606 echo "$as_me: failed program was:" >&5
18607 sed 's/^/| /' conftest.$ac_ext >&5
18608
18609 cat >conftest.$ac_ext <<_ACEOF
18610 /* confdefs.h. */
18611 _ACEOF
18612 cat confdefs.h >>conftest.$ac_ext
18613 cat >>conftest.$ac_ext <<_ACEOF
18614 /* end confdefs.h. */
18615 #include <sys/param.h>
18616 #include <sys/proc.h>
18617
18618
18619 int
18620 main ()
18621 {
18622 static struct thread ac_aggr;
18623 if (sizeof ac_aggr.td_pcb)
18624 return 0;
18625 ;
18626 return 0;
18627 }
18628 _ACEOF
18629 rm -f conftest.$ac_objext
18630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18631 (eval $ac_compile) 2>conftest.er1
18632 ac_status=$?
18633 grep -v '^ *+' conftest.er1 >conftest.err
18634 rm -f conftest.er1
18635 cat conftest.err >&5
18636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18637 (exit $ac_status); } &&
18638 { ac_try='test -z "$ac_c_werror_flag"
18639 || test ! -s conftest.err'
18640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18641 (eval $ac_try) 2>&5
18642 ac_status=$?
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); }; } &&
18645 { ac_try='test -s conftest.$ac_objext'
18646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18647 (eval $ac_try) 2>&5
18648 ac_status=$?
18649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18650 (exit $ac_status); }; }; then
18651 ac_cv_member_struct_thread_td_pcb=yes
18652 else
18653 echo "$as_me: failed program was:" >&5
18654 sed 's/^/| /' conftest.$ac_ext >&5
18655
18656 ac_cv_member_struct_thread_td_pcb=no
18657 fi
18658 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18659 fi
18660 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18661 fi
18662 echo "$as_me:$LINENO: result: $ac_cv_member_struct_thread_td_pcb" >&5
18663 echo "${ECHO_T}$ac_cv_member_struct_thread_td_pcb" >&6
18664 if test $ac_cv_member_struct_thread_td_pcb = yes; then
18665
18666 cat >>confdefs.h <<_ACEOF
18667 #define HAVE_STRUCT_THREAD_TD_PCB 1
18668 _ACEOF
18669
18670
18671 fi
18672
18673
18674 # See if <sys/lwp.h> defines `struct lwp`.
18675 echo "$as_me:$LINENO: checking for struct lwp" >&5
18676 echo $ECHO_N "checking for struct lwp... $ECHO_C" >&6
18677 if test "${gdb_cv_struct_lwp+set}" = set; then
18678 echo $ECHO_N "(cached) $ECHO_C" >&6
18679 else
18680 cat >conftest.$ac_ext <<_ACEOF
18681 /* confdefs.h. */
18682 _ACEOF
18683 cat confdefs.h >>conftest.$ac_ext
18684 cat >>conftest.$ac_ext <<_ACEOF
18685 /* end confdefs.h. */
18686 #include <sys/param.h>
18687 #include <sys/lwp.h>
18688 int
18689 main ()
18690 {
18691 struct lwp l;
18692 ;
18693 return 0;
18694 }
18695 _ACEOF
18696 rm -f conftest.$ac_objext
18697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18698 (eval $ac_compile) 2>conftest.er1
18699 ac_status=$?
18700 grep -v '^ *+' conftest.er1 >conftest.err
18701 rm -f conftest.er1
18702 cat conftest.err >&5
18703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18704 (exit $ac_status); } &&
18705 { ac_try='test -z "$ac_c_werror_flag"
18706 || test ! -s conftest.err'
18707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18708 (eval $ac_try) 2>&5
18709 ac_status=$?
18710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18711 (exit $ac_status); }; } &&
18712 { ac_try='test -s conftest.$ac_objext'
18713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18714 (eval $ac_try) 2>&5
18715 ac_status=$?
18716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18717 (exit $ac_status); }; }; then
18718 gdb_cv_struct_lwp=yes
18719 else
18720 echo "$as_me: failed program was:" >&5
18721 sed 's/^/| /' conftest.$ac_ext >&5
18722
18723 gdb_cv_struct_lwp=no
18724 fi
18725 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18726 fi
18727 echo "$as_me:$LINENO: result: $gdb_cv_struct_lwp" >&5
18728 echo "${ECHO_T}$gdb_cv_struct_lwp" >&6
18729 if test $gdb_cv_struct_lwp = yes; then
18730
18731 cat >>confdefs.h <<\_ACEOF
18732 #define HAVE_STRUCT_LWP 1
18733 _ACEOF
18734
18735 fi
18736
18737 # See if <machine/reg.h> degines `struct reg'.
18738 echo "$as_me:$LINENO: checking for struct reg in machine/reg.h" >&5
18739 echo $ECHO_N "checking for struct reg in machine/reg.h... $ECHO_C" >&6
18740 if test "${gdb_cv_struct_reg+set}" = set; then
18741 echo $ECHO_N "(cached) $ECHO_C" >&6
18742 else
18743 cat >conftest.$ac_ext <<_ACEOF
18744 /* confdefs.h. */
18745 _ACEOF
18746 cat confdefs.h >>conftest.$ac_ext
18747 cat >>conftest.$ac_ext <<_ACEOF
18748 /* end confdefs.h. */
18749 #include <sys/types.h>
18750 #include <machine/reg.h>
18751 int
18752 main ()
18753 {
18754 struct reg r;
18755 ;
18756 return 0;
18757 }
18758 _ACEOF
18759 rm -f conftest.$ac_objext
18760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18761 (eval $ac_compile) 2>conftest.er1
18762 ac_status=$?
18763 grep -v '^ *+' conftest.er1 >conftest.err
18764 rm -f conftest.er1
18765 cat conftest.err >&5
18766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18767 (exit $ac_status); } &&
18768 { ac_try='test -z "$ac_c_werror_flag"
18769 || test ! -s conftest.err'
18770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18771 (eval $ac_try) 2>&5
18772 ac_status=$?
18773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); }; } &&
18775 { ac_try='test -s conftest.$ac_objext'
18776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18777 (eval $ac_try) 2>&5
18778 ac_status=$?
18779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18780 (exit $ac_status); }; }; then
18781 gdb_cv_struct_reg=yes
18782 else
18783 echo "$as_me: failed program was:" >&5
18784 sed 's/^/| /' conftest.$ac_ext >&5
18785
18786 gdb_cv_struct_reg=no
18787 fi
18788 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18789 fi
18790 echo "$as_me:$LINENO: result: $gdb_cv_struct_reg" >&5
18791 echo "${ECHO_T}$gdb_cv_struct_reg" >&6
18792 if test $gdb_cv_struct_reg = yes; then
18793
18794 cat >>confdefs.h <<\_ACEOF
18795 #define HAVE_STRUCT_REG 1
18796 _ACEOF
18797
18798 fi
18799
18800 # See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
18801 # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
18802 echo "$as_me:$LINENO: checking for struct reg.r_fs" >&5
18803 echo $ECHO_N "checking for struct reg.r_fs... $ECHO_C" >&6
18804 if test "${ac_cv_member_struct_reg_r_fs+set}" = set; then
18805 echo $ECHO_N "(cached) $ECHO_C" >&6
18806 else
18807 cat >conftest.$ac_ext <<_ACEOF
18808 /* confdefs.h. */
18809 _ACEOF
18810 cat confdefs.h >>conftest.$ac_ext
18811 cat >>conftest.$ac_ext <<_ACEOF
18812 /* end confdefs.h. */
18813 #include <machine/reg.h>
18814
18815 int
18816 main ()
18817 {
18818 static struct reg ac_aggr;
18819 if (ac_aggr.r_fs)
18820 return 0;
18821 ;
18822 return 0;
18823 }
18824 _ACEOF
18825 rm -f conftest.$ac_objext
18826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18827 (eval $ac_compile) 2>conftest.er1
18828 ac_status=$?
18829 grep -v '^ *+' conftest.er1 >conftest.err
18830 rm -f conftest.er1
18831 cat conftest.err >&5
18832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18833 (exit $ac_status); } &&
18834 { ac_try='test -z "$ac_c_werror_flag"
18835 || test ! -s conftest.err'
18836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18837 (eval $ac_try) 2>&5
18838 ac_status=$?
18839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); }; } &&
18841 { ac_try='test -s conftest.$ac_objext'
18842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18843 (eval $ac_try) 2>&5
18844 ac_status=$?
18845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18846 (exit $ac_status); }; }; then
18847 ac_cv_member_struct_reg_r_fs=yes
18848 else
18849 echo "$as_me: failed program was:" >&5
18850 sed 's/^/| /' conftest.$ac_ext >&5
18851
18852 cat >conftest.$ac_ext <<_ACEOF
18853 /* confdefs.h. */
18854 _ACEOF
18855 cat confdefs.h >>conftest.$ac_ext
18856 cat >>conftest.$ac_ext <<_ACEOF
18857 /* end confdefs.h. */
18858 #include <machine/reg.h>
18859
18860 int
18861 main ()
18862 {
18863 static struct reg ac_aggr;
18864 if (sizeof ac_aggr.r_fs)
18865 return 0;
18866 ;
18867 return 0;
18868 }
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18872 (eval $ac_compile) 2>conftest.er1
18873 ac_status=$?
18874 grep -v '^ *+' conftest.er1 >conftest.err
18875 rm -f conftest.er1
18876 cat conftest.err >&5
18877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18878 (exit $ac_status); } &&
18879 { ac_try='test -z "$ac_c_werror_flag"
18880 || test ! -s conftest.err'
18881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18882 (eval $ac_try) 2>&5
18883 ac_status=$?
18884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18885 (exit $ac_status); }; } &&
18886 { ac_try='test -s conftest.$ac_objext'
18887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18888 (eval $ac_try) 2>&5
18889 ac_status=$?
18890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18891 (exit $ac_status); }; }; then
18892 ac_cv_member_struct_reg_r_fs=yes
18893 else
18894 echo "$as_me: failed program was:" >&5
18895 sed 's/^/| /' conftest.$ac_ext >&5
18896
18897 ac_cv_member_struct_reg_r_fs=no
18898 fi
18899 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18900 fi
18901 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18902 fi
18903 echo "$as_me:$LINENO: result: $ac_cv_member_struct_reg_r_fs" >&5
18904 echo "${ECHO_T}$ac_cv_member_struct_reg_r_fs" >&6
18905 if test $ac_cv_member_struct_reg_r_fs = yes; then
18906
18907 cat >>confdefs.h <<_ACEOF
18908 #define HAVE_STRUCT_REG_R_FS 1
18909 _ACEOF
18910
18911
18912 fi
18913 echo "$as_me:$LINENO: checking for struct reg.r_gs" >&5
18914 echo $ECHO_N "checking for struct reg.r_gs... $ECHO_C" >&6
18915 if test "${ac_cv_member_struct_reg_r_gs+set}" = set; then
18916 echo $ECHO_N "(cached) $ECHO_C" >&6
18917 else
18918 cat >conftest.$ac_ext <<_ACEOF
18919 /* confdefs.h. */
18920 _ACEOF
18921 cat confdefs.h >>conftest.$ac_ext
18922 cat >>conftest.$ac_ext <<_ACEOF
18923 /* end confdefs.h. */
18924 #include <machine/reg.h>
18925
18926 int
18927 main ()
18928 {
18929 static struct reg ac_aggr;
18930 if (ac_aggr.r_gs)
18931 return 0;
18932 ;
18933 return 0;
18934 }
18935 _ACEOF
18936 rm -f conftest.$ac_objext
18937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18938 (eval $ac_compile) 2>conftest.er1
18939 ac_status=$?
18940 grep -v '^ *+' conftest.er1 >conftest.err
18941 rm -f conftest.er1
18942 cat conftest.err >&5
18943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18944 (exit $ac_status); } &&
18945 { ac_try='test -z "$ac_c_werror_flag"
18946 || test ! -s conftest.err'
18947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18948 (eval $ac_try) 2>&5
18949 ac_status=$?
18950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951 (exit $ac_status); }; } &&
18952 { ac_try='test -s conftest.$ac_objext'
18953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18954 (eval $ac_try) 2>&5
18955 ac_status=$?
18956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); }; }; then
18958 ac_cv_member_struct_reg_r_gs=yes
18959 else
18960 echo "$as_me: failed program was:" >&5
18961 sed 's/^/| /' conftest.$ac_ext >&5
18962
18963 cat >conftest.$ac_ext <<_ACEOF
18964 /* confdefs.h. */
18965 _ACEOF
18966 cat confdefs.h >>conftest.$ac_ext
18967 cat >>conftest.$ac_ext <<_ACEOF
18968 /* end confdefs.h. */
18969 #include <machine/reg.h>
18970
18971 int
18972 main ()
18973 {
18974 static struct reg ac_aggr;
18975 if (sizeof ac_aggr.r_gs)
18976 return 0;
18977 ;
18978 return 0;
18979 }
18980 _ACEOF
18981 rm -f conftest.$ac_objext
18982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18983 (eval $ac_compile) 2>conftest.er1
18984 ac_status=$?
18985 grep -v '^ *+' conftest.er1 >conftest.err
18986 rm -f conftest.er1
18987 cat conftest.err >&5
18988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18989 (exit $ac_status); } &&
18990 { ac_try='test -z "$ac_c_werror_flag"
18991 || test ! -s conftest.err'
18992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18993 (eval $ac_try) 2>&5
18994 ac_status=$?
18995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18996 (exit $ac_status); }; } &&
18997 { ac_try='test -s conftest.$ac_objext'
18998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18999 (eval $ac_try) 2>&5
19000 ac_status=$?
19001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19002 (exit $ac_status); }; }; then
19003 ac_cv_member_struct_reg_r_gs=yes
19004 else
19005 echo "$as_me: failed program was:" >&5
19006 sed 's/^/| /' conftest.$ac_ext >&5
19007
19008 ac_cv_member_struct_reg_r_gs=no
19009 fi
19010 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19011 fi
19012 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19013 fi
19014 echo "$as_me:$LINENO: result: $ac_cv_member_struct_reg_r_gs" >&5
19015 echo "${ECHO_T}$ac_cv_member_struct_reg_r_gs" >&6
19016 if test $ac_cv_member_struct_reg_r_gs = yes; then
19017
19018 cat >>confdefs.h <<_ACEOF
19019 #define HAVE_STRUCT_REG_R_GS 1
19020 _ACEOF
19021
19022
19023 fi
19024
19025
19026 # See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
19027 echo "$as_me:$LINENO: checking for PTRACE_GETREGS" >&5
19028 echo $ECHO_N "checking for PTRACE_GETREGS... $ECHO_C" >&6
19029 if test "${gdb_cv_have_ptrace_getregs+set}" = set; then
19030 echo $ECHO_N "(cached) $ECHO_C" >&6
19031 else
19032 cat >conftest.$ac_ext <<_ACEOF
19033 /* confdefs.h. */
19034 _ACEOF
19035 cat confdefs.h >>conftest.$ac_ext
19036 cat >>conftest.$ac_ext <<_ACEOF
19037 /* end confdefs.h. */
19038 #include <sys/ptrace.h>
19039 int
19040 main ()
19041 {
19042 PTRACE_GETREGS;
19043 ;
19044 return 0;
19045 }
19046 _ACEOF
19047 rm -f conftest.$ac_objext
19048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19049 (eval $ac_compile) 2>conftest.er1
19050 ac_status=$?
19051 grep -v '^ *+' conftest.er1 >conftest.err
19052 rm -f conftest.er1
19053 cat conftest.err >&5
19054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19055 (exit $ac_status); } &&
19056 { ac_try='test -z "$ac_c_werror_flag"
19057 || test ! -s conftest.err'
19058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19059 (eval $ac_try) 2>&5
19060 ac_status=$?
19061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19062 (exit $ac_status); }; } &&
19063 { ac_try='test -s conftest.$ac_objext'
19064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19065 (eval $ac_try) 2>&5
19066 ac_status=$?
19067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19068 (exit $ac_status); }; }; then
19069 gdb_cv_have_ptrace_getregs=yes
19070 else
19071 echo "$as_me: failed program was:" >&5
19072 sed 's/^/| /' conftest.$ac_ext >&5
19073
19074 gdb_cv_have_ptrace_getregs=no
19075 fi
19076 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19077 fi
19078
19079 echo "$as_me:$LINENO: result: $gdb_cv_have_ptrace_getregs" >&5
19080 echo "${ECHO_T}$gdb_cv_have_ptrace_getregs" >&6
19081 if test $gdb_cv_have_ptrace_getregs = yes; then
19082
19083 cat >>confdefs.h <<\_ACEOF
19084 #define HAVE_PTRACE_GETREGS 1
19085 _ACEOF
19086
19087 fi
19088
19089 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
19090 echo "$as_me:$LINENO: checking for PTRACE_GETFPXREGS" >&5
19091 echo $ECHO_N "checking for PTRACE_GETFPXREGS... $ECHO_C" >&6
19092 if test "${gdb_cv_have_ptrace_getfpxregs+set}" = set; then
19093 echo $ECHO_N "(cached) $ECHO_C" >&6
19094 else
19095 cat >conftest.$ac_ext <<_ACEOF
19096 /* confdefs.h. */
19097 _ACEOF
19098 cat confdefs.h >>conftest.$ac_ext
19099 cat >>conftest.$ac_ext <<_ACEOF
19100 /* end confdefs.h. */
19101 #include <sys/ptrace.h>
19102 int
19103 main ()
19104 {
19105 PTRACE_GETFPXREGS;
19106 ;
19107 return 0;
19108 }
19109 _ACEOF
19110 rm -f conftest.$ac_objext
19111 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19112 (eval $ac_compile) 2>conftest.er1
19113 ac_status=$?
19114 grep -v '^ *+' conftest.er1 >conftest.err
19115 rm -f conftest.er1
19116 cat conftest.err >&5
19117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19118 (exit $ac_status); } &&
19119 { ac_try='test -z "$ac_c_werror_flag"
19120 || test ! -s conftest.err'
19121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19122 (eval $ac_try) 2>&5
19123 ac_status=$?
19124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19125 (exit $ac_status); }; } &&
19126 { ac_try='test -s conftest.$ac_objext'
19127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19128 (eval $ac_try) 2>&5
19129 ac_status=$?
19130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19131 (exit $ac_status); }; }; then
19132 gdb_cv_have_ptrace_getfpxregs=yes
19133 else
19134 echo "$as_me: failed program was:" >&5
19135 sed 's/^/| /' conftest.$ac_ext >&5
19136
19137 gdb_cv_have_ptrace_getfpxregs=no
19138 fi
19139 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19140 fi
19141
19142 echo "$as_me:$LINENO: result: $gdb_cv_have_ptrace_getfpxregs" >&5
19143 echo "${ECHO_T}$gdb_cv_have_ptrace_getfpxregs" >&6
19144 if test $gdb_cv_have_ptrace_getfpxregs = yes; then
19145
19146 cat >>confdefs.h <<\_ACEOF
19147 #define HAVE_PTRACE_GETFPXREGS 1
19148 _ACEOF
19149
19150 fi
19151
19152 # See if <sys/ptrace.h> provides the PT_GETDBREGS request.
19153 echo "$as_me:$LINENO: checking for PT_GETDBREGS" >&5
19154 echo $ECHO_N "checking for PT_GETDBREGS... $ECHO_C" >&6
19155 if test "${gdb_cv_have_pt_getdbregs+set}" = set; then
19156 echo $ECHO_N "(cached) $ECHO_C" >&6
19157 else
19158 cat >conftest.$ac_ext <<_ACEOF
19159 /* confdefs.h. */
19160 _ACEOF
19161 cat confdefs.h >>conftest.$ac_ext
19162 cat >>conftest.$ac_ext <<_ACEOF
19163 /* end confdefs.h. */
19164 #include <sys/types.h>
19165 #include <sys/ptrace.h>
19166 int
19167 main ()
19168 {
19169 PT_GETDBREGS;
19170 ;
19171 return 0;
19172 }
19173 _ACEOF
19174 rm -f conftest.$ac_objext
19175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19176 (eval $ac_compile) 2>conftest.er1
19177 ac_status=$?
19178 grep -v '^ *+' conftest.er1 >conftest.err
19179 rm -f conftest.er1
19180 cat conftest.err >&5
19181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19182 (exit $ac_status); } &&
19183 { ac_try='test -z "$ac_c_werror_flag"
19184 || test ! -s conftest.err'
19185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19186 (eval $ac_try) 2>&5
19187 ac_status=$?
19188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19189 (exit $ac_status); }; } &&
19190 { ac_try='test -s conftest.$ac_objext'
19191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19192 (eval $ac_try) 2>&5
19193 ac_status=$?
19194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19195 (exit $ac_status); }; }; then
19196 gdb_cv_have_pt_getdbregs=yes
19197 else
19198 echo "$as_me: failed program was:" >&5
19199 sed 's/^/| /' conftest.$ac_ext >&5
19200
19201 gdb_cv_have_pt_getdbregs=no
19202 fi
19203 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19204 fi
19205
19206 echo "$as_me:$LINENO: result: $gdb_cv_have_pt_getdbregs" >&5
19207 echo "${ECHO_T}$gdb_cv_have_pt_getdbregs" >&6
19208 if test $gdb_cv_have_pt_getdbregs = yes; then
19209
19210 cat >>confdefs.h <<\_ACEOF
19211 #define HAVE_PT_GETDBREGS 1
19212 _ACEOF
19213
19214 fi
19215
19216 # See if <sys/ptrace.h> provides the PT_GETXMMREGS request.
19217 echo "$as_me:$LINENO: checking for PT_GETXMMREGS" >&5
19218 echo $ECHO_N "checking for PT_GETXMMREGS... $ECHO_C" >&6
19219 if test "${gdb_cv_have_pt_getxmmregs+set}" = set; then
19220 echo $ECHO_N "(cached) $ECHO_C" >&6
19221 else
19222 cat >conftest.$ac_ext <<_ACEOF
19223 /* confdefs.h. */
19224 _ACEOF
19225 cat confdefs.h >>conftest.$ac_ext
19226 cat >>conftest.$ac_ext <<_ACEOF
19227 /* end confdefs.h. */
19228 #include <sys/types.h>
19229 #include <sys/ptrace.h>
19230 int
19231 main ()
19232 {
19233 PT_GETXMMREGS;
19234 ;
19235 return 0;
19236 }
19237 _ACEOF
19238 rm -f conftest.$ac_objext
19239 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19240 (eval $ac_compile) 2>conftest.er1
19241 ac_status=$?
19242 grep -v '^ *+' conftest.er1 >conftest.err
19243 rm -f conftest.er1
19244 cat conftest.err >&5
19245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19246 (exit $ac_status); } &&
19247 { ac_try='test -z "$ac_c_werror_flag"
19248 || test ! -s conftest.err'
19249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19250 (eval $ac_try) 2>&5
19251 ac_status=$?
19252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19253 (exit $ac_status); }; } &&
19254 { ac_try='test -s conftest.$ac_objext'
19255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19256 (eval $ac_try) 2>&5
19257 ac_status=$?
19258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19259 (exit $ac_status); }; }; then
19260 gdb_cv_have_pt_getxmmregs=yes
19261 else
19262 echo "$as_me: failed program was:" >&5
19263 sed 's/^/| /' conftest.$ac_ext >&5
19264
19265 gdb_cv_have_pt_getxmmregs=no
19266 fi
19267 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19268 fi
19269
19270 echo "$as_me:$LINENO: result: $gdb_cv_have_pt_getxmmregs" >&5
19271 echo "${ECHO_T}$gdb_cv_have_pt_getxmmregs" >&6
19272 if test $gdb_cv_have_pt_getxmmregs = yes; then
19273
19274 cat >>confdefs.h <<\_ACEOF
19275 #define HAVE_PT_GETXMMREGS 1
19276 _ACEOF
19277
19278 fi
19279
19280 # If we are configured native on GNU/Linux, work around problems with
19281 # sys/procfs.h
19282 # Also detect which type of /proc is in use, such as for Unixware or Solaris.
19283
19284 if test "${target}" = "${host}"; then
19285 case "${host}" in
19286 i[3456]86-*-linux*)
19287
19288 cat >>confdefs.h <<\_ACEOF
19289 #define START_INFERIOR_TRAPS_EXPECTED 2
19290 _ACEOF
19291
19292
19293 cat >>confdefs.h <<\_ACEOF
19294 #define sys_quotactl 1
19295 _ACEOF
19296
19297 ;;
19298 *-*-unixware* | *-*-sysv4.2* | *-*-sysv5* | *-*-interix* )
19299
19300 cat >>confdefs.h <<\_ACEOF
19301 #define NEW_PROC_API 1
19302 _ACEOF
19303
19304 ;;
19305 *-*-solaris2.[6789] | *-*-solaris2.1[0-9])
19306
19307 cat >>confdefs.h <<\_ACEOF
19308 #define NEW_PROC_API 1
19309 _ACEOF
19310
19311 ;;
19312 mips-sgi-irix5*)
19313 # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
19314
19315 cat >>confdefs.h <<\_ACEOF
19316 #define _KMEMUSER 1
19317 _ACEOF
19318
19319 ;;
19320 esac
19321 fi
19322
19323 if test "$ac_cv_header_sys_procfs_h" = yes; then
19324 echo "$as_me:$LINENO: checking for pstatus_t in sys/procfs.h" >&5
19325 echo $ECHO_N "checking for pstatus_t in sys/procfs.h... $ECHO_C" >&6
19326 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then
19327 echo $ECHO_N "(cached) $ECHO_C" >&6
19328 else
19329 cat >conftest.$ac_ext <<_ACEOF
19330 /* confdefs.h. */
19331 _ACEOF
19332 cat confdefs.h >>conftest.$ac_ext
19333 cat >>conftest.$ac_ext <<_ACEOF
19334 /* end confdefs.h. */
19335
19336 #define _SYSCALL32
19337 #include <sys/procfs.h>
19338 int
19339 main ()
19340 {
19341 pstatus_t avar
19342 ;
19343 return 0;
19344 }
19345 _ACEOF
19346 rm -f conftest.$ac_objext
19347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19348 (eval $ac_compile) 2>conftest.er1
19349 ac_status=$?
19350 grep -v '^ *+' conftest.er1 >conftest.err
19351 rm -f conftest.er1
19352 cat conftest.err >&5
19353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19354 (exit $ac_status); } &&
19355 { ac_try='test -z "$ac_c_werror_flag"
19356 || test ! -s conftest.err'
19357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19358 (eval $ac_try) 2>&5
19359 ac_status=$?
19360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19361 (exit $ac_status); }; } &&
19362 { ac_try='test -s conftest.$ac_objext'
19363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19364 (eval $ac_try) 2>&5
19365 ac_status=$?
19366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19367 (exit $ac_status); }; }; then
19368 bfd_cv_have_sys_procfs_type_pstatus_t=yes
19369 else
19370 echo "$as_me: failed program was:" >&5
19371 sed 's/^/| /' conftest.$ac_ext >&5
19372
19373 bfd_cv_have_sys_procfs_type_pstatus_t=no
19374
19375 fi
19376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19377 fi
19378
19379 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
19380
19381 cat >>confdefs.h <<\_ACEOF
19382 #define HAVE_PSTATUS_T 1
19383 _ACEOF
19384
19385 fi
19386 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
19387 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus_t" >&6
19388
19389 echo "$as_me:$LINENO: checking for prrun_t in sys/procfs.h" >&5
19390 echo $ECHO_N "checking for prrun_t in sys/procfs.h... $ECHO_C" >&6
19391 if test "${bfd_cv_have_sys_procfs_type_prrun_t+set}" = set; then
19392 echo $ECHO_N "(cached) $ECHO_C" >&6
19393 else
19394 cat >conftest.$ac_ext <<_ACEOF
19395 /* confdefs.h. */
19396 _ACEOF
19397 cat confdefs.h >>conftest.$ac_ext
19398 cat >>conftest.$ac_ext <<_ACEOF
19399 /* end confdefs.h. */
19400
19401 #define _SYSCALL32
19402 #include <sys/procfs.h>
19403 int
19404 main ()
19405 {
19406 prrun_t avar
19407 ;
19408 return 0;
19409 }
19410 _ACEOF
19411 rm -f conftest.$ac_objext
19412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19413 (eval $ac_compile) 2>conftest.er1
19414 ac_status=$?
19415 grep -v '^ *+' conftest.er1 >conftest.err
19416 rm -f conftest.er1
19417 cat conftest.err >&5
19418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19419 (exit $ac_status); } &&
19420 { ac_try='test -z "$ac_c_werror_flag"
19421 || test ! -s conftest.err'
19422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19423 (eval $ac_try) 2>&5
19424 ac_status=$?
19425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19426 (exit $ac_status); }; } &&
19427 { ac_try='test -s conftest.$ac_objext'
19428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19429 (eval $ac_try) 2>&5
19430 ac_status=$?
19431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19432 (exit $ac_status); }; }; then
19433 bfd_cv_have_sys_procfs_type_prrun_t=yes
19434 else
19435 echo "$as_me: failed program was:" >&5
19436 sed 's/^/| /' conftest.$ac_ext >&5
19437
19438 bfd_cv_have_sys_procfs_type_prrun_t=no
19439
19440 fi
19441 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19442 fi
19443
19444 if test $bfd_cv_have_sys_procfs_type_prrun_t = yes; then
19445
19446 cat >>confdefs.h <<\_ACEOF
19447 #define HAVE_PRRUN_T 1
19448 _ACEOF
19449
19450 fi
19451 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prrun_t" >&5
19452 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prrun_t" >&6
19453
19454 echo "$as_me:$LINENO: checking for gregset_t in sys/procfs.h" >&5
19455 echo $ECHO_N "checking for gregset_t in sys/procfs.h... $ECHO_C" >&6
19456 if test "${bfd_cv_have_sys_procfs_type_gregset_t+set}" = set; then
19457 echo $ECHO_N "(cached) $ECHO_C" >&6
19458 else
19459 cat >conftest.$ac_ext <<_ACEOF
19460 /* confdefs.h. */
19461 _ACEOF
19462 cat confdefs.h >>conftest.$ac_ext
19463 cat >>conftest.$ac_ext <<_ACEOF
19464 /* end confdefs.h. */
19465
19466 #define _SYSCALL32
19467 #include <sys/procfs.h>
19468 int
19469 main ()
19470 {
19471 gregset_t avar
19472 ;
19473 return 0;
19474 }
19475 _ACEOF
19476 rm -f conftest.$ac_objext
19477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19478 (eval $ac_compile) 2>conftest.er1
19479 ac_status=$?
19480 grep -v '^ *+' conftest.er1 >conftest.err
19481 rm -f conftest.er1
19482 cat conftest.err >&5
19483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19484 (exit $ac_status); } &&
19485 { ac_try='test -z "$ac_c_werror_flag"
19486 || test ! -s conftest.err'
19487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19488 (eval $ac_try) 2>&5
19489 ac_status=$?
19490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491 (exit $ac_status); }; } &&
19492 { ac_try='test -s conftest.$ac_objext'
19493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19494 (eval $ac_try) 2>&5
19495 ac_status=$?
19496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19497 (exit $ac_status); }; }; then
19498 bfd_cv_have_sys_procfs_type_gregset_t=yes
19499 else
19500 echo "$as_me: failed program was:" >&5
19501 sed 's/^/| /' conftest.$ac_ext >&5
19502
19503 bfd_cv_have_sys_procfs_type_gregset_t=no
19504
19505 fi
19506 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19507 fi
19508
19509 if test $bfd_cv_have_sys_procfs_type_gregset_t = yes; then
19510
19511 cat >>confdefs.h <<\_ACEOF
19512 #define HAVE_GREGSET_T 1
19513 _ACEOF
19514
19515 fi
19516 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_gregset_t" >&5
19517 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_gregset_t" >&6
19518
19519 echo "$as_me:$LINENO: checking for fpregset_t in sys/procfs.h" >&5
19520 echo $ECHO_N "checking for fpregset_t in sys/procfs.h... $ECHO_C" >&6
19521 if test "${bfd_cv_have_sys_procfs_type_fpregset_t+set}" = set; then
19522 echo $ECHO_N "(cached) $ECHO_C" >&6
19523 else
19524 cat >conftest.$ac_ext <<_ACEOF
19525 /* confdefs.h. */
19526 _ACEOF
19527 cat confdefs.h >>conftest.$ac_ext
19528 cat >>conftest.$ac_ext <<_ACEOF
19529 /* end confdefs.h. */
19530
19531 #define _SYSCALL32
19532 #include <sys/procfs.h>
19533 int
19534 main ()
19535 {
19536 fpregset_t avar
19537 ;
19538 return 0;
19539 }
19540 _ACEOF
19541 rm -f conftest.$ac_objext
19542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19543 (eval $ac_compile) 2>conftest.er1
19544 ac_status=$?
19545 grep -v '^ *+' conftest.er1 >conftest.err
19546 rm -f conftest.er1
19547 cat conftest.err >&5
19548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19549 (exit $ac_status); } &&
19550 { ac_try='test -z "$ac_c_werror_flag"
19551 || test ! -s conftest.err'
19552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19553 (eval $ac_try) 2>&5
19554 ac_status=$?
19555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19556 (exit $ac_status); }; } &&
19557 { ac_try='test -s conftest.$ac_objext'
19558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19559 (eval $ac_try) 2>&5
19560 ac_status=$?
19561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562 (exit $ac_status); }; }; then
19563 bfd_cv_have_sys_procfs_type_fpregset_t=yes
19564 else
19565 echo "$as_me: failed program was:" >&5
19566 sed 's/^/| /' conftest.$ac_ext >&5
19567
19568 bfd_cv_have_sys_procfs_type_fpregset_t=no
19569
19570 fi
19571 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19572 fi
19573
19574 if test $bfd_cv_have_sys_procfs_type_fpregset_t = yes; then
19575
19576 cat >>confdefs.h <<\_ACEOF
19577 #define HAVE_FPREGSET_T 1
19578 _ACEOF
19579
19580 fi
19581 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_fpregset_t" >&5
19582 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_fpregset_t" >&6
19583
19584 echo "$as_me:$LINENO: checking for prgregset_t in sys/procfs.h" >&5
19585 echo $ECHO_N "checking for prgregset_t in sys/procfs.h... $ECHO_C" >&6
19586 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then
19587 echo $ECHO_N "(cached) $ECHO_C" >&6
19588 else
19589 cat >conftest.$ac_ext <<_ACEOF
19590 /* confdefs.h. */
19591 _ACEOF
19592 cat confdefs.h >>conftest.$ac_ext
19593 cat >>conftest.$ac_ext <<_ACEOF
19594 /* end confdefs.h. */
19595
19596 #define _SYSCALL32
19597 #include <sys/procfs.h>
19598 int
19599 main ()
19600 {
19601 prgregset_t avar
19602 ;
19603 return 0;
19604 }
19605 _ACEOF
19606 rm -f conftest.$ac_objext
19607 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19608 (eval $ac_compile) 2>conftest.er1
19609 ac_status=$?
19610 grep -v '^ *+' conftest.er1 >conftest.err
19611 rm -f conftest.er1
19612 cat conftest.err >&5
19613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19614 (exit $ac_status); } &&
19615 { ac_try='test -z "$ac_c_werror_flag"
19616 || test ! -s conftest.err'
19617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19618 (eval $ac_try) 2>&5
19619 ac_status=$?
19620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19621 (exit $ac_status); }; } &&
19622 { ac_try='test -s conftest.$ac_objext'
19623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19624 (eval $ac_try) 2>&5
19625 ac_status=$?
19626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19627 (exit $ac_status); }; }; then
19628 bfd_cv_have_sys_procfs_type_prgregset_t=yes
19629 else
19630 echo "$as_me: failed program was:" >&5
19631 sed 's/^/| /' conftest.$ac_ext >&5
19632
19633 bfd_cv_have_sys_procfs_type_prgregset_t=no
19634
19635 fi
19636 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19637 fi
19638
19639 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
19640
19641 cat >>confdefs.h <<\_ACEOF
19642 #define HAVE_PRGREGSET_T 1
19643 _ACEOF
19644
19645 fi
19646 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
19647 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prgregset_t" >&6
19648
19649 echo "$as_me:$LINENO: checking for prfpregset_t in sys/procfs.h" >&5
19650 echo $ECHO_N "checking for prfpregset_t in sys/procfs.h... $ECHO_C" >&6
19651 if test "${bfd_cv_have_sys_procfs_type_prfpregset_t+set}" = set; then
19652 echo $ECHO_N "(cached) $ECHO_C" >&6
19653 else
19654 cat >conftest.$ac_ext <<_ACEOF
19655 /* confdefs.h. */
19656 _ACEOF
19657 cat confdefs.h >>conftest.$ac_ext
19658 cat >>conftest.$ac_ext <<_ACEOF
19659 /* end confdefs.h. */
19660
19661 #define _SYSCALL32
19662 #include <sys/procfs.h>
19663 int
19664 main ()
19665 {
19666 prfpregset_t avar
19667 ;
19668 return 0;
19669 }
19670 _ACEOF
19671 rm -f conftest.$ac_objext
19672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19673 (eval $ac_compile) 2>conftest.er1
19674 ac_status=$?
19675 grep -v '^ *+' conftest.er1 >conftest.err
19676 rm -f conftest.er1
19677 cat conftest.err >&5
19678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19679 (exit $ac_status); } &&
19680 { ac_try='test -z "$ac_c_werror_flag"
19681 || test ! -s conftest.err'
19682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19683 (eval $ac_try) 2>&5
19684 ac_status=$?
19685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19686 (exit $ac_status); }; } &&
19687 { ac_try='test -s conftest.$ac_objext'
19688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19689 (eval $ac_try) 2>&5
19690 ac_status=$?
19691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19692 (exit $ac_status); }; }; then
19693 bfd_cv_have_sys_procfs_type_prfpregset_t=yes
19694 else
19695 echo "$as_me: failed program was:" >&5
19696 sed 's/^/| /' conftest.$ac_ext >&5
19697
19698 bfd_cv_have_sys_procfs_type_prfpregset_t=no
19699
19700 fi
19701 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19702 fi
19703
19704 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
19705
19706 cat >>confdefs.h <<\_ACEOF
19707 #define HAVE_PRFPREGSET_T 1
19708 _ACEOF
19709
19710 fi
19711 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prfpregset_t" >&5
19712 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prfpregset_t" >&6
19713
19714 echo "$as_me:$LINENO: checking for prgregset32_t in sys/procfs.h" >&5
19715 echo $ECHO_N "checking for prgregset32_t in sys/procfs.h... $ECHO_C" >&6
19716 if test "${bfd_cv_have_sys_procfs_type_prgregset32_t+set}" = set; then
19717 echo $ECHO_N "(cached) $ECHO_C" >&6
19718 else
19719 cat >conftest.$ac_ext <<_ACEOF
19720 /* confdefs.h. */
19721 _ACEOF
19722 cat confdefs.h >>conftest.$ac_ext
19723 cat >>conftest.$ac_ext <<_ACEOF
19724 /* end confdefs.h. */
19725
19726 #define _SYSCALL32
19727 #include <sys/procfs.h>
19728 int
19729 main ()
19730 {
19731 prgregset32_t avar
19732 ;
19733 return 0;
19734 }
19735 _ACEOF
19736 rm -f conftest.$ac_objext
19737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19738 (eval $ac_compile) 2>conftest.er1
19739 ac_status=$?
19740 grep -v '^ *+' conftest.er1 >conftest.err
19741 rm -f conftest.er1
19742 cat conftest.err >&5
19743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19744 (exit $ac_status); } &&
19745 { ac_try='test -z "$ac_c_werror_flag"
19746 || test ! -s conftest.err'
19747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19748 (eval $ac_try) 2>&5
19749 ac_status=$?
19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); }; } &&
19752 { ac_try='test -s conftest.$ac_objext'
19753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19754 (eval $ac_try) 2>&5
19755 ac_status=$?
19756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19757 (exit $ac_status); }; }; then
19758 bfd_cv_have_sys_procfs_type_prgregset32_t=yes
19759 else
19760 echo "$as_me: failed program was:" >&5
19761 sed 's/^/| /' conftest.$ac_ext >&5
19762
19763 bfd_cv_have_sys_procfs_type_prgregset32_t=no
19764
19765 fi
19766 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19767 fi
19768
19769 if test $bfd_cv_have_sys_procfs_type_prgregset32_t = yes; then
19770
19771 cat >>confdefs.h <<\_ACEOF
19772 #define HAVE_PRGREGSET32_T 1
19773 _ACEOF
19774
19775 fi
19776 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prgregset32_t" >&5
19777 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prgregset32_t" >&6
19778
19779 echo "$as_me:$LINENO: checking for prfpregset32_t in sys/procfs.h" >&5
19780 echo $ECHO_N "checking for prfpregset32_t in sys/procfs.h... $ECHO_C" >&6
19781 if test "${bfd_cv_have_sys_procfs_type_prfpregset32_t+set}" = set; then
19782 echo $ECHO_N "(cached) $ECHO_C" >&6
19783 else
19784 cat >conftest.$ac_ext <<_ACEOF
19785 /* confdefs.h. */
19786 _ACEOF
19787 cat confdefs.h >>conftest.$ac_ext
19788 cat >>conftest.$ac_ext <<_ACEOF
19789 /* end confdefs.h. */
19790
19791 #define _SYSCALL32
19792 #include <sys/procfs.h>
19793 int
19794 main ()
19795 {
19796 prfpregset32_t avar
19797 ;
19798 return 0;
19799 }
19800 _ACEOF
19801 rm -f conftest.$ac_objext
19802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19803 (eval $ac_compile) 2>conftest.er1
19804 ac_status=$?
19805 grep -v '^ *+' conftest.er1 >conftest.err
19806 rm -f conftest.er1
19807 cat conftest.err >&5
19808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19809 (exit $ac_status); } &&
19810 { ac_try='test -z "$ac_c_werror_flag"
19811 || test ! -s conftest.err'
19812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19813 (eval $ac_try) 2>&5
19814 ac_status=$?
19815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19816 (exit $ac_status); }; } &&
19817 { ac_try='test -s conftest.$ac_objext'
19818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19819 (eval $ac_try) 2>&5
19820 ac_status=$?
19821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19822 (exit $ac_status); }; }; then
19823 bfd_cv_have_sys_procfs_type_prfpregset32_t=yes
19824 else
19825 echo "$as_me: failed program was:" >&5
19826 sed 's/^/| /' conftest.$ac_ext >&5
19827
19828 bfd_cv_have_sys_procfs_type_prfpregset32_t=no
19829
19830 fi
19831 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19832 fi
19833
19834 if test $bfd_cv_have_sys_procfs_type_prfpregset32_t = yes; then
19835
19836 cat >>confdefs.h <<\_ACEOF
19837 #define HAVE_PRFPREGSET32_T 1
19838 _ACEOF
19839
19840 fi
19841 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prfpregset32_t" >&5
19842 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prfpregset32_t" >&6
19843
19844 echo "$as_me:$LINENO: checking for lwpid_t in sys/procfs.h" >&5
19845 echo $ECHO_N "checking for lwpid_t in sys/procfs.h... $ECHO_C" >&6
19846 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then
19847 echo $ECHO_N "(cached) $ECHO_C" >&6
19848 else
19849 cat >conftest.$ac_ext <<_ACEOF
19850 /* confdefs.h. */
19851 _ACEOF
19852 cat confdefs.h >>conftest.$ac_ext
19853 cat >>conftest.$ac_ext <<_ACEOF
19854 /* end confdefs.h. */
19855
19856 #define _SYSCALL32
19857 #include <sys/procfs.h>
19858 int
19859 main ()
19860 {
19861 lwpid_t avar
19862 ;
19863 return 0;
19864 }
19865 _ACEOF
19866 rm -f conftest.$ac_objext
19867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19868 (eval $ac_compile) 2>conftest.er1
19869 ac_status=$?
19870 grep -v '^ *+' conftest.er1 >conftest.err
19871 rm -f conftest.er1
19872 cat conftest.err >&5
19873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19874 (exit $ac_status); } &&
19875 { ac_try='test -z "$ac_c_werror_flag"
19876 || test ! -s conftest.err'
19877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19878 (eval $ac_try) 2>&5
19879 ac_status=$?
19880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19881 (exit $ac_status); }; } &&
19882 { ac_try='test -s conftest.$ac_objext'
19883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19884 (eval $ac_try) 2>&5
19885 ac_status=$?
19886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); }; }; then
19888 bfd_cv_have_sys_procfs_type_lwpid_t=yes
19889 else
19890 echo "$as_me: failed program was:" >&5
19891 sed 's/^/| /' conftest.$ac_ext >&5
19892
19893 bfd_cv_have_sys_procfs_type_lwpid_t=no
19894
19895 fi
19896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19897 fi
19898
19899 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
19900
19901 cat >>confdefs.h <<\_ACEOF
19902 #define HAVE_LWPID_T 1
19903 _ACEOF
19904
19905 fi
19906 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
19907 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpid_t" >&6
19908
19909 echo "$as_me:$LINENO: checking for psaddr_t in sys/procfs.h" >&5
19910 echo $ECHO_N "checking for psaddr_t in sys/procfs.h... $ECHO_C" >&6
19911 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then
19912 echo $ECHO_N "(cached) $ECHO_C" >&6
19913 else
19914 cat >conftest.$ac_ext <<_ACEOF
19915 /* confdefs.h. */
19916 _ACEOF
19917 cat confdefs.h >>conftest.$ac_ext
19918 cat >>conftest.$ac_ext <<_ACEOF
19919 /* end confdefs.h. */
19920
19921 #define _SYSCALL32
19922 #include <sys/procfs.h>
19923 int
19924 main ()
19925 {
19926 psaddr_t avar
19927 ;
19928 return 0;
19929 }
19930 _ACEOF
19931 rm -f conftest.$ac_objext
19932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19933 (eval $ac_compile) 2>conftest.er1
19934 ac_status=$?
19935 grep -v '^ *+' conftest.er1 >conftest.err
19936 rm -f conftest.er1
19937 cat conftest.err >&5
19938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19939 (exit $ac_status); } &&
19940 { ac_try='test -z "$ac_c_werror_flag"
19941 || test ! -s conftest.err'
19942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19943 (eval $ac_try) 2>&5
19944 ac_status=$?
19945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19946 (exit $ac_status); }; } &&
19947 { ac_try='test -s conftest.$ac_objext'
19948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19949 (eval $ac_try) 2>&5
19950 ac_status=$?
19951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19952 (exit $ac_status); }; }; then
19953 bfd_cv_have_sys_procfs_type_psaddr_t=yes
19954 else
19955 echo "$as_me: failed program was:" >&5
19956 sed 's/^/| /' conftest.$ac_ext >&5
19957
19958 bfd_cv_have_sys_procfs_type_psaddr_t=no
19959
19960 fi
19961 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19962 fi
19963
19964 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
19965
19966 cat >>confdefs.h <<\_ACEOF
19967 #define HAVE_PSADDR_T 1
19968 _ACEOF
19969
19970 fi
19971 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
19972 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psaddr_t" >&6
19973
19974 echo "$as_me:$LINENO: checking for prsysent_t in sys/procfs.h" >&5
19975 echo $ECHO_N "checking for prsysent_t in sys/procfs.h... $ECHO_C" >&6
19976 if test "${bfd_cv_have_sys_procfs_type_prsysent_t+set}" = set; then
19977 echo $ECHO_N "(cached) $ECHO_C" >&6
19978 else
19979 cat >conftest.$ac_ext <<_ACEOF
19980 /* confdefs.h. */
19981 _ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985
19986 #define _SYSCALL32
19987 #include <sys/procfs.h>
19988 int
19989 main ()
19990 {
19991 prsysent_t avar
19992 ;
19993 return 0;
19994 }
19995 _ACEOF
19996 rm -f conftest.$ac_objext
19997 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19998 (eval $ac_compile) 2>conftest.er1
19999 ac_status=$?
20000 grep -v '^ *+' conftest.er1 >conftest.err
20001 rm -f conftest.er1
20002 cat conftest.err >&5
20003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); } &&
20005 { ac_try='test -z "$ac_c_werror_flag"
20006 || test ! -s conftest.err'
20007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20008 (eval $ac_try) 2>&5
20009 ac_status=$?
20010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20011 (exit $ac_status); }; } &&
20012 { ac_try='test -s conftest.$ac_objext'
20013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20014 (eval $ac_try) 2>&5
20015 ac_status=$?
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); }; }; then
20018 bfd_cv_have_sys_procfs_type_prsysent_t=yes
20019 else
20020 echo "$as_me: failed program was:" >&5
20021 sed 's/^/| /' conftest.$ac_ext >&5
20022
20023 bfd_cv_have_sys_procfs_type_prsysent_t=no
20024
20025 fi
20026 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20027 fi
20028
20029 if test $bfd_cv_have_sys_procfs_type_prsysent_t = yes; then
20030
20031 cat >>confdefs.h <<\_ACEOF
20032 #define HAVE_PRSYSENT_T 1
20033 _ACEOF
20034
20035 fi
20036 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prsysent_t" >&5
20037 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prsysent_t" >&6
20038
20039 echo "$as_me:$LINENO: checking for pr_sigset_t in sys/procfs.h" >&5
20040 echo $ECHO_N "checking for pr_sigset_t in sys/procfs.h... $ECHO_C" >&6
20041 if test "${bfd_cv_have_sys_procfs_type_pr_sigset_t+set}" = set; then
20042 echo $ECHO_N "(cached) $ECHO_C" >&6
20043 else
20044 cat >conftest.$ac_ext <<_ACEOF
20045 /* confdefs.h. */
20046 _ACEOF
20047 cat confdefs.h >>conftest.$ac_ext
20048 cat >>conftest.$ac_ext <<_ACEOF
20049 /* end confdefs.h. */
20050
20051 #define _SYSCALL32
20052 #include <sys/procfs.h>
20053 int
20054 main ()
20055 {
20056 pr_sigset_t avar
20057 ;
20058 return 0;
20059 }
20060 _ACEOF
20061 rm -f conftest.$ac_objext
20062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20063 (eval $ac_compile) 2>conftest.er1
20064 ac_status=$?
20065 grep -v '^ *+' conftest.er1 >conftest.err
20066 rm -f conftest.er1
20067 cat conftest.err >&5
20068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069 (exit $ac_status); } &&
20070 { ac_try='test -z "$ac_c_werror_flag"
20071 || test ! -s conftest.err'
20072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20073 (eval $ac_try) 2>&5
20074 ac_status=$?
20075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076 (exit $ac_status); }; } &&
20077 { ac_try='test -s conftest.$ac_objext'
20078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20079 (eval $ac_try) 2>&5
20080 ac_status=$?
20081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20082 (exit $ac_status); }; }; then
20083 bfd_cv_have_sys_procfs_type_pr_sigset_t=yes
20084 else
20085 echo "$as_me: failed program was:" >&5
20086 sed 's/^/| /' conftest.$ac_ext >&5
20087
20088 bfd_cv_have_sys_procfs_type_pr_sigset_t=no
20089
20090 fi
20091 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20092 fi
20093
20094 if test $bfd_cv_have_sys_procfs_type_pr_sigset_t = yes; then
20095
20096 cat >>confdefs.h <<\_ACEOF
20097 #define HAVE_PR_SIGSET_T 1
20098 _ACEOF
20099
20100 fi
20101 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pr_sigset_t" >&5
20102 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pr_sigset_t" >&6
20103
20104 echo "$as_me:$LINENO: checking for pr_sigaction64_t in sys/procfs.h" >&5
20105 echo $ECHO_N "checking for pr_sigaction64_t in sys/procfs.h... $ECHO_C" >&6
20106 if test "${bfd_cv_have_sys_procfs_type_pr_sigaction64_t+set}" = set; then
20107 echo $ECHO_N "(cached) $ECHO_C" >&6
20108 else
20109 cat >conftest.$ac_ext <<_ACEOF
20110 /* confdefs.h. */
20111 _ACEOF
20112 cat confdefs.h >>conftest.$ac_ext
20113 cat >>conftest.$ac_ext <<_ACEOF
20114 /* end confdefs.h. */
20115
20116 #define _SYSCALL32
20117 #include <sys/procfs.h>
20118 int
20119 main ()
20120 {
20121 pr_sigaction64_t avar
20122 ;
20123 return 0;
20124 }
20125 _ACEOF
20126 rm -f conftest.$ac_objext
20127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20128 (eval $ac_compile) 2>conftest.er1
20129 ac_status=$?
20130 grep -v '^ *+' conftest.er1 >conftest.err
20131 rm -f conftest.er1
20132 cat conftest.err >&5
20133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); } &&
20135 { ac_try='test -z "$ac_c_werror_flag"
20136 || test ! -s conftest.err'
20137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20138 (eval $ac_try) 2>&5
20139 ac_status=$?
20140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20141 (exit $ac_status); }; } &&
20142 { ac_try='test -s conftest.$ac_objext'
20143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20144 (eval $ac_try) 2>&5
20145 ac_status=$?
20146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20147 (exit $ac_status); }; }; then
20148 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=yes
20149 else
20150 echo "$as_me: failed program was:" >&5
20151 sed 's/^/| /' conftest.$ac_ext >&5
20152
20153 bfd_cv_have_sys_procfs_type_pr_sigaction64_t=no
20154
20155 fi
20156 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20157 fi
20158
20159 if test $bfd_cv_have_sys_procfs_type_pr_sigaction64_t = yes; then
20160
20161 cat >>confdefs.h <<\_ACEOF
20162 #define HAVE_PR_SIGACTION64_T 1
20163 _ACEOF
20164
20165 fi
20166 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&5
20167 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pr_sigaction64_t" >&6
20168
20169 echo "$as_me:$LINENO: checking for pr_siginfo64_t in sys/procfs.h" >&5
20170 echo $ECHO_N "checking for pr_siginfo64_t in sys/procfs.h... $ECHO_C" >&6
20171 if test "${bfd_cv_have_sys_procfs_type_pr_siginfo64_t+set}" = set; then
20172 echo $ECHO_N "(cached) $ECHO_C" >&6
20173 else
20174 cat >conftest.$ac_ext <<_ACEOF
20175 /* confdefs.h. */
20176 _ACEOF
20177 cat confdefs.h >>conftest.$ac_ext
20178 cat >>conftest.$ac_ext <<_ACEOF
20179 /* end confdefs.h. */
20180
20181 #define _SYSCALL32
20182 #include <sys/procfs.h>
20183 int
20184 main ()
20185 {
20186 pr_siginfo64_t avar
20187 ;
20188 return 0;
20189 }
20190 _ACEOF
20191 rm -f conftest.$ac_objext
20192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20193 (eval $ac_compile) 2>conftest.er1
20194 ac_status=$?
20195 grep -v '^ *+' conftest.er1 >conftest.err
20196 rm -f conftest.er1
20197 cat conftest.err >&5
20198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20199 (exit $ac_status); } &&
20200 { ac_try='test -z "$ac_c_werror_flag"
20201 || test ! -s conftest.err'
20202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20203 (eval $ac_try) 2>&5
20204 ac_status=$?
20205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20206 (exit $ac_status); }; } &&
20207 { ac_try='test -s conftest.$ac_objext'
20208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20209 (eval $ac_try) 2>&5
20210 ac_status=$?
20211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20212 (exit $ac_status); }; }; then
20213 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=yes
20214 else
20215 echo "$as_me: failed program was:" >&5
20216 sed 's/^/| /' conftest.$ac_ext >&5
20217
20218 bfd_cv_have_sys_procfs_type_pr_siginfo64_t=no
20219
20220 fi
20221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20222 fi
20223
20224 if test $bfd_cv_have_sys_procfs_type_pr_siginfo64_t = yes; then
20225
20226 cat >>confdefs.h <<\_ACEOF
20227 #define HAVE_PR_SIGINFO64_T 1
20228 _ACEOF
20229
20230 fi
20231 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&5
20232 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pr_siginfo64_t" >&6
20233
20234
20235
20236
20237
20238 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
20239 echo "$as_me:$LINENO: checking whether prfpregset_t type is broken" >&5
20240 echo $ECHO_N "checking whether prfpregset_t type is broken... $ECHO_C" >&6
20241 if test "${gdb_cv_prfpregset_t_broken+set}" = set; then
20242 echo $ECHO_N "(cached) $ECHO_C" >&6
20243 else
20244 if test "$cross_compiling" = yes; then
20245 gdb_cv_prfpregset_t_broken=yes
20246 else
20247 cat >conftest.$ac_ext <<_ACEOF
20248 /* confdefs.h. */
20249 _ACEOF
20250 cat confdefs.h >>conftest.$ac_ext
20251 cat >>conftest.$ac_ext <<_ACEOF
20252 /* end confdefs.h. */
20253 #include <sys/procfs.h>
20254 int main ()
20255 {
20256 if (sizeof (prfpregset_t) == sizeof (void *))
20257 return 1;
20258 return 0;
20259 }
20260 _ACEOF
20261 rm -f conftest$ac_exeext
20262 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20263 (eval $ac_link) 2>&5
20264 ac_status=$?
20265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20266 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20268 (eval $ac_try) 2>&5
20269 ac_status=$?
20270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20271 (exit $ac_status); }; }; then
20272 gdb_cv_prfpregset_t_broken=no
20273 else
20274 echo "$as_me: program exited with status $ac_status" >&5
20275 echo "$as_me: failed program was:" >&5
20276 sed 's/^/| /' conftest.$ac_ext >&5
20277
20278 ( exit $ac_status )
20279 gdb_cv_prfpregset_t_broken=yes
20280 fi
20281 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20282 fi
20283 fi
20284
20285 echo "$as_me:$LINENO: result: $gdb_cv_prfpregset_t_broken" >&5
20286 echo "${ECHO_T}$gdb_cv_prfpregset_t_broken" >&6
20287 if test $gdb_cv_prfpregset_t_broken = yes; then
20288
20289 cat >>confdefs.h <<\_ACEOF
20290 #define PRFPREGSET_T_BROKEN 1
20291 _ACEOF
20292
20293 fi
20294 fi
20295
20296
20297 echo "$as_me:$LINENO: checking for PIOCSET ioctl entry in sys/procfs.h" >&5
20298 echo $ECHO_N "checking for PIOCSET ioctl entry in sys/procfs.h... $ECHO_C" >&6
20299 if test "${gdb_cv_have_procfs_piocset+set}" = set; then
20300 echo $ECHO_N "(cached) $ECHO_C" >&6
20301 else
20302 cat >conftest.$ac_ext <<_ACEOF
20303 /* confdefs.h. */
20304 _ACEOF
20305 cat confdefs.h >>conftest.$ac_ext
20306 cat >>conftest.$ac_ext <<_ACEOF
20307 /* end confdefs.h. */
20308 #include <unistd.h>
20309 #include <sys/types.h>
20310 #include <sys/procfs.h>
20311
20312 int
20313 main ()
20314 {
20315
20316 int dummy;;
20317 dummy = ioctl(0, PIOCSET, &dummy);
20318
20319 ;
20320 return 0;
20321 }
20322 _ACEOF
20323 rm -f conftest.$ac_objext
20324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20325 (eval $ac_compile) 2>conftest.er1
20326 ac_status=$?
20327 grep -v '^ *+' conftest.er1 >conftest.err
20328 rm -f conftest.er1
20329 cat conftest.err >&5
20330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20331 (exit $ac_status); } &&
20332 { ac_try='test -z "$ac_c_werror_flag"
20333 || test ! -s conftest.err'
20334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20335 (eval $ac_try) 2>&5
20336 ac_status=$?
20337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20338 (exit $ac_status); }; } &&
20339 { ac_try='test -s conftest.$ac_objext'
20340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20341 (eval $ac_try) 2>&5
20342 ac_status=$?
20343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20344 (exit $ac_status); }; }; then
20345 gdb_cv_have_procfs_piocset=yes
20346 else
20347 echo "$as_me: failed program was:" >&5
20348 sed 's/^/| /' conftest.$ac_ext >&5
20349
20350 gdb_cv_have_procfs_piocset=no
20351 fi
20352 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20353 fi
20354
20355 echo "$as_me:$LINENO: result: $gdb_cv_have_procfs_piocset" >&5
20356 echo "${ECHO_T}$gdb_cv_have_procfs_piocset" >&6
20357 if test $gdb_cv_have_procfs_piocset = yes; then
20358
20359 cat >>confdefs.h <<\_ACEOF
20360 #define HAVE_PROCFS_PIOCSET 1
20361 _ACEOF
20362
20363 fi
20364 fi
20365
20366 if test ${host} = ${target} ; then
20367
20368 echo "$as_me:$LINENO: checking for member l_addr in struct link_map" >&5
20369 echo $ECHO_N "checking for member l_addr in struct link_map... $ECHO_C" >&6
20370 if test "${gdb_cv_have_struct_link_map_with_l_members+set}" = set; then
20371 echo $ECHO_N "(cached) $ECHO_C" >&6
20372 else
20373 cat >conftest.$ac_ext <<_ACEOF
20374 /* confdefs.h. */
20375 _ACEOF
20376 cat confdefs.h >>conftest.$ac_ext
20377 cat >>conftest.$ac_ext <<_ACEOF
20378 /* end confdefs.h. */
20379 #include <link.h>
20380 int
20381 main ()
20382 {
20383 struct link_map lm; (void) lm.l_addr;
20384 ;
20385 return 0;
20386 }
20387 _ACEOF
20388 rm -f conftest.$ac_objext
20389 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20390 (eval $ac_compile) 2>conftest.er1
20391 ac_status=$?
20392 grep -v '^ *+' conftest.er1 >conftest.err
20393 rm -f conftest.er1
20394 cat conftest.err >&5
20395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20396 (exit $ac_status); } &&
20397 { ac_try='test -z "$ac_c_werror_flag"
20398 || test ! -s conftest.err'
20399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20400 (eval $ac_try) 2>&5
20401 ac_status=$?
20402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20403 (exit $ac_status); }; } &&
20404 { ac_try='test -s conftest.$ac_objext'
20405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20406 (eval $ac_try) 2>&5
20407 ac_status=$?
20408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20409 (exit $ac_status); }; }; then
20410 gdb_cv_have_struct_link_map_with_l_members=yes
20411 else
20412 echo "$as_me: failed program was:" >&5
20413 sed 's/^/| /' conftest.$ac_ext >&5
20414
20415 gdb_cv_have_struct_link_map_with_l_members=no
20416 fi
20417 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20418 fi
20419
20420 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_link_map_with_l_members" >&5
20421 echo "${ECHO_T}$gdb_cv_have_struct_link_map_with_l_members" >&6
20422 if test $gdb_cv_have_struct_link_map_with_l_members = yes; then
20423
20424 cat >>confdefs.h <<\_ACEOF
20425 #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1
20426 _ACEOF
20427
20428 fi
20429
20430
20431 echo "$as_me:$LINENO: checking for member lm_addr in struct link_map" >&5
20432 echo $ECHO_N "checking for member lm_addr in struct link_map... $ECHO_C" >&6
20433 if test "${gdb_cv_have_struct_link_map_with_lm_members+set}" = set; then
20434 echo $ECHO_N "(cached) $ECHO_C" >&6
20435 else
20436 cat >conftest.$ac_ext <<_ACEOF
20437 /* confdefs.h. */
20438 _ACEOF
20439 cat confdefs.h >>conftest.$ac_ext
20440 cat >>conftest.$ac_ext <<_ACEOF
20441 /* end confdefs.h. */
20442 #include <sys/types.h>
20443 #include <link.h>
20444 int
20445 main ()
20446 {
20447 struct link_map lm; (void) lm.lm_addr;
20448 ;
20449 return 0;
20450 }
20451 _ACEOF
20452 rm -f conftest.$ac_objext
20453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20454 (eval $ac_compile) 2>conftest.er1
20455 ac_status=$?
20456 grep -v '^ *+' conftest.er1 >conftest.err
20457 rm -f conftest.er1
20458 cat conftest.err >&5
20459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20460 (exit $ac_status); } &&
20461 { ac_try='test -z "$ac_c_werror_flag"
20462 || test ! -s conftest.err'
20463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20464 (eval $ac_try) 2>&5
20465 ac_status=$?
20466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); }; } &&
20468 { ac_try='test -s conftest.$ac_objext'
20469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20470 (eval $ac_try) 2>&5
20471 ac_status=$?
20472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20473 (exit $ac_status); }; }; then
20474 gdb_cv_have_struct_link_map_with_lm_members=yes
20475 else
20476 echo "$as_me: failed program was:" >&5
20477 sed 's/^/| /' conftest.$ac_ext >&5
20478
20479 gdb_cv_have_struct_link_map_with_lm_members=no
20480 fi
20481 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20482 fi
20483
20484 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_link_map_with_lm_members" >&5
20485 echo "${ECHO_T}$gdb_cv_have_struct_link_map_with_lm_members" >&6
20486 if test $gdb_cv_have_struct_link_map_with_lm_members = yes; then
20487
20488 cat >>confdefs.h <<\_ACEOF
20489 #define HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS 1
20490 _ACEOF
20491
20492 fi
20493
20494
20495 echo "$as_me:$LINENO: checking for member som_addr in struct so_map" >&5
20496 echo $ECHO_N "checking for member som_addr in struct so_map... $ECHO_C" >&6
20497 if test "${gdb_cv_have_struct_so_map_with_som_members+set}" = set; then
20498 echo $ECHO_N "(cached) $ECHO_C" >&6
20499 else
20500 cat >conftest.$ac_ext <<_ACEOF
20501 /* confdefs.h. */
20502 _ACEOF
20503 cat confdefs.h >>conftest.$ac_ext
20504 cat >>conftest.$ac_ext <<_ACEOF
20505 /* end confdefs.h. */
20506 #include <sys/types.h>
20507 #ifdef HAVE_NLIST_H
20508 #include <nlist.h>
20509 #endif
20510 #include <link.h>
20511 int
20512 main ()
20513 {
20514 struct so_map lm; (void) lm.som_addr;
20515 ;
20516 return 0;
20517 }
20518 _ACEOF
20519 rm -f conftest.$ac_objext
20520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20521 (eval $ac_compile) 2>conftest.er1
20522 ac_status=$?
20523 grep -v '^ *+' conftest.er1 >conftest.err
20524 rm -f conftest.er1
20525 cat conftest.err >&5
20526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20527 (exit $ac_status); } &&
20528 { ac_try='test -z "$ac_c_werror_flag"
20529 || test ! -s conftest.err'
20530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20531 (eval $ac_try) 2>&5
20532 ac_status=$?
20533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20534 (exit $ac_status); }; } &&
20535 { ac_try='test -s conftest.$ac_objext'
20536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20537 (eval $ac_try) 2>&5
20538 ac_status=$?
20539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20540 (exit $ac_status); }; }; then
20541 gdb_cv_have_struct_so_map_with_som_members=yes
20542 else
20543 echo "$as_me: failed program was:" >&5
20544 sed 's/^/| /' conftest.$ac_ext >&5
20545
20546 gdb_cv_have_struct_so_map_with_som_members=no
20547 fi
20548 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20549 fi
20550
20551 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_so_map_with_som_members" >&5
20552 echo "${ECHO_T}$gdb_cv_have_struct_so_map_with_som_members" >&6
20553 if test $gdb_cv_have_struct_so_map_with_som_members = yes; then
20554
20555 cat >>confdefs.h <<\_ACEOF
20556 #define HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS 1
20557 _ACEOF
20558
20559 fi
20560
20561
20562 echo "$as_me:$LINENO: checking for struct link_map32 in sys/link.h" >&5
20563 echo $ECHO_N "checking for struct link_map32 in sys/link.h... $ECHO_C" >&6
20564 if test "${gdb_cv_have_struct_link_map32+set}" = set; then
20565 echo $ECHO_N "(cached) $ECHO_C" >&6
20566 else
20567 cat >conftest.$ac_ext <<_ACEOF
20568 /* confdefs.h. */
20569 _ACEOF
20570 cat confdefs.h >>conftest.$ac_ext
20571 cat >>conftest.$ac_ext <<_ACEOF
20572 /* end confdefs.h. */
20573 #define _SYSCALL32
20574 #include <sys/link.h>
20575 int
20576 main ()
20577 {
20578 struct link_map32 l;
20579 ;
20580 return 0;
20581 }
20582 _ACEOF
20583 rm -f conftest.$ac_objext
20584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20585 (eval $ac_compile) 2>conftest.er1
20586 ac_status=$?
20587 grep -v '^ *+' conftest.er1 >conftest.err
20588 rm -f conftest.er1
20589 cat conftest.err >&5
20590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20591 (exit $ac_status); } &&
20592 { ac_try='test -z "$ac_c_werror_flag"
20593 || test ! -s conftest.err'
20594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20595 (eval $ac_try) 2>&5
20596 ac_status=$?
20597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20598 (exit $ac_status); }; } &&
20599 { ac_try='test -s conftest.$ac_objext'
20600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20601 (eval $ac_try) 2>&5
20602 ac_status=$?
20603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20604 (exit $ac_status); }; }; then
20605 gdb_cv_have_struct_link_map32=yes
20606 else
20607 echo "$as_me: failed program was:" >&5
20608 sed 's/^/| /' conftest.$ac_ext >&5
20609
20610 gdb_cv_have_struct_link_map32=no
20611 fi
20612 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20613 fi
20614
20615 echo "$as_me:$LINENO: result: $gdb_cv_have_struct_link_map32" >&5
20616 echo "${ECHO_T}$gdb_cv_have_struct_link_map32" >&6
20617 if test $gdb_cv_have_struct_link_map32 = yes; then
20618
20619 cat >>confdefs.h <<\_ACEOF
20620 #define HAVE_STRUCT_LINK_MAP32 1
20621 _ACEOF
20622
20623
20624 cat >>confdefs.h <<\_ACEOF
20625 #define _SYSCALL32 1
20626 _ACEOF
20627
20628 fi
20629 fi
20630
20631 # Check if the compiler supports the `long long' type.
20632
20633 echo "$as_me:$LINENO: checking for long long support in compiler" >&5
20634 echo $ECHO_N "checking for long long support in compiler... $ECHO_C" >&6
20635 if test "${gdb_cv_c_long_long+set}" = set; then
20636 echo $ECHO_N "(cached) $ECHO_C" >&6
20637 else
20638 cat >conftest.$ac_ext <<_ACEOF
20639 /* confdefs.h. */
20640 _ACEOF
20641 cat confdefs.h >>conftest.$ac_ext
20642 cat >>conftest.$ac_ext <<_ACEOF
20643 /* end confdefs.h. */
20644 extern long long foo;
20645 int
20646 main ()
20647 {
20648 switch (foo & 2) { case 0: return 1; }
20649 ;
20650 return 0;
20651 }
20652 _ACEOF
20653 rm -f conftest.$ac_objext
20654 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20655 (eval $ac_compile) 2>conftest.er1
20656 ac_status=$?
20657 grep -v '^ *+' conftest.er1 >conftest.err
20658 rm -f conftest.er1
20659 cat conftest.err >&5
20660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20661 (exit $ac_status); } &&
20662 { ac_try='test -z "$ac_c_werror_flag"
20663 || test ! -s conftest.err'
20664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20665 (eval $ac_try) 2>&5
20666 ac_status=$?
20667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20668 (exit $ac_status); }; } &&
20669 { ac_try='test -s conftest.$ac_objext'
20670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20671 (eval $ac_try) 2>&5
20672 ac_status=$?
20673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20674 (exit $ac_status); }; }; then
20675 gdb_cv_c_long_long=yes
20676 else
20677 echo "$as_me: failed program was:" >&5
20678 sed 's/^/| /' conftest.$ac_ext >&5
20679
20680 gdb_cv_c_long_long=no
20681 fi
20682 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20683 fi
20684 echo "$as_me:$LINENO: result: $gdb_cv_c_long_long" >&5
20685 echo "${ECHO_T}$gdb_cv_c_long_long" >&6
20686 if test $gdb_cv_c_long_long = yes; then
20687
20688 cat >>confdefs.h <<\_ACEOF
20689 #define CC_HAS_LONG_LONG 1
20690 _ACEOF
20691
20692 fi
20693
20694 # Check if the compiler and runtime support printing long longs.
20695
20696 echo "$as_me:$LINENO: checking for long long support in printf" >&5
20697 echo $ECHO_N "checking for long long support in printf... $ECHO_C" >&6
20698 if test "${gdb_cv_printf_has_long_long+set}" = set; then
20699 echo $ECHO_N "(cached) $ECHO_C" >&6
20700 else
20701 if test "$cross_compiling" = yes; then
20702 gdb_cv_printf_has_long_long=no
20703 else
20704 cat >conftest.$ac_ext <<_ACEOF
20705 /* confdefs.h. */
20706 _ACEOF
20707 cat confdefs.h >>conftest.$ac_ext
20708 cat >>conftest.$ac_ext <<_ACEOF
20709 /* end confdefs.h. */
20710 $ac_includes_default
20711 int
20712 main ()
20713 {
20714 char buf[32];
20715 long long l = 0;
20716 l = (l << 16) + 0x0123;
20717 l = (l << 16) + 0x4567;
20718 l = (l << 16) + 0x89ab;
20719 l = (l << 16) + 0xcdef;
20720 sprintf (buf, "0x%016llx", l);
20721 return (strcmp ("0x0123456789abcdef", buf));
20722 ;
20723 return 0;
20724 }
20725 _ACEOF
20726 rm -f conftest$ac_exeext
20727 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20728 (eval $ac_link) 2>&5
20729 ac_status=$?
20730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20731 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20733 (eval $ac_try) 2>&5
20734 ac_status=$?
20735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20736 (exit $ac_status); }; }; then
20737 gdb_cv_printf_has_long_long=yes
20738 else
20739 echo "$as_me: program exited with status $ac_status" >&5
20740 echo "$as_me: failed program was:" >&5
20741 sed 's/^/| /' conftest.$ac_ext >&5
20742
20743 ( exit $ac_status )
20744 gdb_cv_printf_has_long_long=no
20745 fi
20746 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20747 fi
20748 fi
20749 echo "$as_me:$LINENO: result: $gdb_cv_printf_has_long_long" >&5
20750 echo "${ECHO_T}$gdb_cv_printf_has_long_long" >&6
20751 if test $gdb_cv_printf_has_long_long = yes; then
20752
20753 cat >>confdefs.h <<\_ACEOF
20754 #define PRINTF_HAS_LONG_LONG 1
20755 _ACEOF
20756
20757 fi
20758
20759 # Check if the compiler supports the `long double' type. We can't use
20760 # AC_C_LONG_DOUBLE because that one does additional checks on the
20761 # constants defined in <float.h> that fail on some systems,
20762 # e.g. FreeBSD/i386 4.7 and OpenBSD/i386 3.6.
20763
20764 echo "$as_me:$LINENO: checking for long double support in compiler" >&5
20765 echo $ECHO_N "checking for long double support in compiler... $ECHO_C" >&6
20766 if test "${gdb_cv_c_long_double+set}" = set; then
20767 echo $ECHO_N "(cached) $ECHO_C" >&6
20768 else
20769 cat >conftest.$ac_ext <<_ACEOF
20770 /* confdefs.h. */
20771 _ACEOF
20772 cat confdefs.h >>conftest.$ac_ext
20773 cat >>conftest.$ac_ext <<_ACEOF
20774 /* end confdefs.h. */
20775 long double foo;
20776 _ACEOF
20777 rm -f conftest.$ac_objext
20778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20779 (eval $ac_compile) 2>conftest.er1
20780 ac_status=$?
20781 grep -v '^ *+' conftest.er1 >conftest.err
20782 rm -f conftest.er1
20783 cat conftest.err >&5
20784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20785 (exit $ac_status); } &&
20786 { ac_try='test -z "$ac_c_werror_flag"
20787 || test ! -s conftest.err'
20788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20789 (eval $ac_try) 2>&5
20790 ac_status=$?
20791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20792 (exit $ac_status); }; } &&
20793 { ac_try='test -s conftest.$ac_objext'
20794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20795 (eval $ac_try) 2>&5
20796 ac_status=$?
20797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20798 (exit $ac_status); }; }; then
20799 gdb_cv_c_long_double=yes
20800 else
20801 echo "$as_me: failed program was:" >&5
20802 sed 's/^/| /' conftest.$ac_ext >&5
20803
20804 gdb_cv_c_long_double=no
20805 fi
20806 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20807 fi
20808 echo "$as_me:$LINENO: result: $gdb_cv_c_long_double" >&5
20809 echo "${ECHO_T}$gdb_cv_c_long_double" >&6
20810 if test $gdb_cv_c_long_double = yes; then
20811
20812 cat >>confdefs.h <<\_ACEOF
20813 #define HAVE_LONG_DOUBLE 1
20814 _ACEOF
20815
20816 fi
20817
20818 # Check if the compiler and runtime support printing long doubles.
20819
20820 echo "$as_me:$LINENO: checking for long double support in printf" >&5
20821 echo $ECHO_N "checking for long double support in printf... $ECHO_C" >&6
20822 if test "${gdb_cv_printf_has_long_double+set}" = set; then
20823 echo $ECHO_N "(cached) $ECHO_C" >&6
20824 else
20825 if test "$cross_compiling" = yes; then
20826 gdb_cv_printf_has_long_double=no
20827 else
20828 cat >conftest.$ac_ext <<_ACEOF
20829 /* confdefs.h. */
20830 _ACEOF
20831 cat confdefs.h >>conftest.$ac_ext
20832 cat >>conftest.$ac_ext <<_ACEOF
20833 /* end confdefs.h. */
20834 $ac_includes_default
20835 int
20836 main ()
20837 {
20838 char buf[16];
20839 long double f = 3.141592653;
20840 sprintf (buf, "%Lg", f);
20841 return (strncmp ("3.14159", buf, 7));
20842 ;
20843 return 0;
20844 }
20845 _ACEOF
20846 rm -f conftest$ac_exeext
20847 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20848 (eval $ac_link) 2>&5
20849 ac_status=$?
20850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20851 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20853 (eval $ac_try) 2>&5
20854 ac_status=$?
20855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20856 (exit $ac_status); }; }; then
20857 gdb_cv_printf_has_long_double=yes
20858 else
20859 echo "$as_me: program exited with status $ac_status" >&5
20860 echo "$as_me: failed program was:" >&5
20861 sed 's/^/| /' conftest.$ac_ext >&5
20862
20863 ( exit $ac_status )
20864 gdb_cv_printf_has_long_double=no
20865 fi
20866 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20867 fi
20868 fi
20869 echo "$as_me:$LINENO: result: $gdb_cv_printf_has_long_double" >&5
20870 echo "${ECHO_T}$gdb_cv_printf_has_long_double" >&6
20871 if test $gdb_cv_printf_has_long_double = yes; then
20872
20873 cat >>confdefs.h <<\_ACEOF
20874 #define PRINTF_HAS_LONG_DOUBLE 1
20875 _ACEOF
20876
20877 fi
20878
20879 # Check if the compiler and runtime support scanning long doubles.
20880
20881 echo "$as_me:$LINENO: checking for long double support in scanf" >&5
20882 echo $ECHO_N "checking for long double support in scanf... $ECHO_C" >&6
20883 if test "${gdb_cv_scanf_has_long_double+set}" = set; then
20884 echo $ECHO_N "(cached) $ECHO_C" >&6
20885 else
20886 if test "$cross_compiling" = yes; then
20887 gdb_cv_scanf_has_long_double=no
20888 else
20889 cat >conftest.$ac_ext <<_ACEOF
20890 /* confdefs.h. */
20891 _ACEOF
20892 cat confdefs.h >>conftest.$ac_ext
20893 cat >>conftest.$ac_ext <<_ACEOF
20894 /* end confdefs.h. */
20895 #include <stdio.h>
20896 int
20897 main ()
20898 {
20899 char *buf = "3.141592653";
20900 long double f = 0;
20901 sscanf (buf, "%Lg", &f);
20902 return !(f > 3.14159 && f < 3.14160);
20903 ;
20904 return 0;
20905 }
20906 _ACEOF
20907 rm -f conftest$ac_exeext
20908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20909 (eval $ac_link) 2>&5
20910 ac_status=$?
20911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20912 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20914 (eval $ac_try) 2>&5
20915 ac_status=$?
20916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20917 (exit $ac_status); }; }; then
20918 gdb_cv_scanf_has_long_double=yes
20919 else
20920 echo "$as_me: program exited with status $ac_status" >&5
20921 echo "$as_me: failed program was:" >&5
20922 sed 's/^/| /' conftest.$ac_ext >&5
20923
20924 ( exit $ac_status )
20925 gdb_cv_scanf_has_long_double=no
20926 fi
20927 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20928 fi
20929 fi
20930 echo "$as_me:$LINENO: result: $gdb_cv_scanf_has_long_double" >&5
20931 echo "${ECHO_T}$gdb_cv_scanf_has_long_double" >&6
20932 if test $gdb_cv_scanf_has_long_double = yes; then
20933
20934 cat >>confdefs.h <<\_ACEOF
20935 #define SCANF_HAS_LONG_DOUBLE 1
20936 _ACEOF
20937
20938 fi
20939
20940 case ${host_os} in
20941 aix*)
20942 echo "$as_me:$LINENO: checking for -bbigtoc option" >&5
20943 echo $ECHO_N "checking for -bbigtoc option... $ECHO_C" >&6
20944 if test "${gdb_cv_bigtoc+set}" = set; then
20945 echo $ECHO_N "(cached) $ECHO_C" >&6
20946 else
20947
20948 SAVE_LDFLAGS=$LDFLAGS
20949
20950 case $GCC in
20951 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
20952 *) gdb_cv_bigtoc=-bbigtoc ;;
20953 esac
20954
20955 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
20956 cat >conftest.$ac_ext <<_ACEOF
20957 /* confdefs.h. */
20958 _ACEOF
20959 cat confdefs.h >>conftest.$ac_ext
20960 cat >>conftest.$ac_ext <<_ACEOF
20961 /* end confdefs.h. */
20962
20963 int
20964 main ()
20965 {
20966 int i;
20967 ;
20968 return 0;
20969 }
20970 _ACEOF
20971 rm -f conftest.$ac_objext conftest$ac_exeext
20972 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20973 (eval $ac_link) 2>conftest.er1
20974 ac_status=$?
20975 grep -v '^ *+' conftest.er1 >conftest.err
20976 rm -f conftest.er1
20977 cat conftest.err >&5
20978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20979 (exit $ac_status); } &&
20980 { ac_try='test -z "$ac_c_werror_flag"
20981 || test ! -s conftest.err'
20982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20983 (eval $ac_try) 2>&5
20984 ac_status=$?
20985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986 (exit $ac_status); }; } &&
20987 { ac_try='test -s conftest$ac_exeext'
20988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20989 (eval $ac_try) 2>&5
20990 ac_status=$?
20991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992 (exit $ac_status); }; }; then
20993 :
20994 else
20995 echo "$as_me: failed program was:" >&5
20996 sed 's/^/| /' conftest.$ac_ext >&5
20997
20998 gdb_cv_bigtoc=
20999 fi
21000 rm -f conftest.err conftest.$ac_objext \
21001 conftest$ac_exeext conftest.$ac_ext
21002 LDFLAGS="${SAVE_LDFLAGS}"
21003
21004 fi
21005 echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
21006 echo "${ECHO_T}$gdb_cv_bigtoc" >&6
21007 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} ${gdb_cv_bigtoc}"
21008 ;;
21009 esac
21010
21011
21012
21013 if test ${build} = ${host} -a ${host} = ${target} ; then
21014 case ${host_os} in
21015 hpux*)
21016 echo "$as_me:$LINENO: checking for HPUX/OSF thread support" >&5
21017 echo $ECHO_N "checking for HPUX/OSF thread support... $ECHO_C" >&6
21018 if test -f /usr/include/dce/cma_config.h ; then
21019 if test "$GCC" = "yes" ; then
21020 echo "$as_me:$LINENO: result: yes" >&5
21021 echo "${ECHO_T}yes" >&6
21022
21023 cat >>confdefs.h <<\_ACEOF
21024 #define HAVE_HPUX_THREAD_SUPPORT 1
21025 _ACEOF
21026
21027 CONFIG_OBS="${CONFIG_OBS} hpux-thread.o"
21028 CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
21029 else
21030 echo "$as_me:$LINENO: result: no (suppressed because you are not using GCC)" >&5
21031 echo "${ECHO_T}no (suppressed because you are not using GCC)" >&6
21032 fi
21033 else
21034 echo "$as_me:$LINENO: result: no" >&5
21035 echo "${ECHO_T}no" >&6
21036 fi
21037 ;;
21038 solaris*)
21039 # See if thread_db library is around for Solaris thread debugging.
21040 # Note that we must explicitly test for version 1 of the library
21041 # because version 0 (present on Solaris 2.4 or earlier) doesn't have
21042 # the same API.
21043 echo "$as_me:$LINENO: checking for Solaris thread debugging library" >&5
21044 echo $ECHO_N "checking for Solaris thread debugging library... $ECHO_C" >&6
21045 if test -f /usr/lib/libthread_db.so.1 ; then
21046 echo "$as_me:$LINENO: result: yes" >&5
21047 echo "${ECHO_T}yes" >&6
21048
21049 cat >>confdefs.h <<\_ACEOF
21050 #define HAVE_THREAD_DB_LIB 1
21051 _ACEOF
21052
21053 CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
21054 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
21055
21056 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
21057 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
21058 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
21059 echo $ECHO_N "(cached) $ECHO_C" >&6
21060 else
21061 ac_check_lib_save_LIBS=$LIBS
21062 LIBS="-ldl $LIBS"
21063 cat >conftest.$ac_ext <<_ACEOF
21064 /* confdefs.h. */
21065 _ACEOF
21066 cat confdefs.h >>conftest.$ac_ext
21067 cat >>conftest.$ac_ext <<_ACEOF
21068 /* end confdefs.h. */
21069
21070 /* Override any gcc2 internal prototype to avoid an error. */
21071 #ifdef __cplusplus
21072 extern "C"
21073 #endif
21074 /* We use char because int might match the return type of a gcc2
21075 builtin and then its argument prototype would still apply. */
21076 char dlopen ();
21077 int
21078 main ()
21079 {
21080 dlopen ();
21081 ;
21082 return 0;
21083 }
21084 _ACEOF
21085 rm -f conftest.$ac_objext conftest$ac_exeext
21086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21087 (eval $ac_link) 2>conftest.er1
21088 ac_status=$?
21089 grep -v '^ *+' conftest.er1 >conftest.err
21090 rm -f conftest.er1
21091 cat conftest.err >&5
21092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093 (exit $ac_status); } &&
21094 { ac_try='test -z "$ac_c_werror_flag"
21095 || test ! -s conftest.err'
21096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21097 (eval $ac_try) 2>&5
21098 ac_status=$?
21099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21100 (exit $ac_status); }; } &&
21101 { ac_try='test -s conftest$ac_exeext'
21102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21103 (eval $ac_try) 2>&5
21104 ac_status=$?
21105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); }; }; then
21107 ac_cv_lib_dl_dlopen=yes
21108 else
21109 echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21111
21112 ac_cv_lib_dl_dlopen=no
21113 fi
21114 rm -f conftest.err conftest.$ac_objext \
21115 conftest$ac_exeext conftest.$ac_ext
21116 LIBS=$ac_check_lib_save_LIBS
21117 fi
21118 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
21119 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
21120 if test $ac_cv_lib_dl_dlopen = yes; then
21121 cat >>confdefs.h <<_ACEOF
21122 #define HAVE_LIBDL 1
21123 _ACEOF
21124
21125 LIBS="-ldl $LIBS"
21126
21127 fi
21128
21129 if test "$GCC" = "yes" ; then
21130 # The GNU linker requires the -export-dynamic option to make
21131 # all symbols visible in the dynamic symbol table.
21132 hold_ldflags=$LDFLAGS
21133 echo "$as_me:$LINENO: checking for the ld -export-dynamic flag" >&5
21134 echo $ECHO_N "checking for the ld -export-dynamic flag... $ECHO_C" >&6
21135 LDFLAGS="${LDFLAGS} -Wl,-export-dynamic"
21136 cat >conftest.$ac_ext <<_ACEOF
21137 /* confdefs.h. */
21138 _ACEOF
21139 cat confdefs.h >>conftest.$ac_ext
21140 cat >>conftest.$ac_ext <<_ACEOF
21141 /* end confdefs.h. */
21142
21143 int
21144 main ()
21145 {
21146 int i;
21147 ;
21148 return 0;
21149 }
21150 _ACEOF
21151 rm -f conftest.$ac_objext conftest$ac_exeext
21152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21153 (eval $ac_link) 2>conftest.er1
21154 ac_status=$?
21155 grep -v '^ *+' conftest.er1 >conftest.err
21156 rm -f conftest.er1
21157 cat conftest.err >&5
21158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159 (exit $ac_status); } &&
21160 { ac_try='test -z "$ac_c_werror_flag"
21161 || test ! -s conftest.err'
21162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21163 (eval $ac_try) 2>&5
21164 ac_status=$?
21165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21166 (exit $ac_status); }; } &&
21167 { ac_try='test -s conftest$ac_exeext'
21168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21169 (eval $ac_try) 2>&5
21170 ac_status=$?
21171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21172 (exit $ac_status); }; }; then
21173 found=yes
21174 else
21175 echo "$as_me: failed program was:" >&5
21176 sed 's/^/| /' conftest.$ac_ext >&5
21177
21178 found=no
21179 fi
21180 rm -f conftest.err conftest.$ac_objext \
21181 conftest$ac_exeext conftest.$ac_ext
21182 LDFLAGS=$hold_ldflags
21183 echo "$as_me:$LINENO: result: $found" >&5
21184 echo "${ECHO_T}$found" >&6
21185 if test $found = yes; then
21186 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Wl,-export-dynamic"
21187 fi
21188 fi
21189 # Sun randomly tweaked the prototypes in <proc_service.h>
21190 # at one point.
21191 echo "$as_me:$LINENO: checking if <proc_service.h> is old" >&5
21192 echo $ECHO_N "checking if <proc_service.h> is old... $ECHO_C" >&6
21193 if test "${gdb_cv_proc_service_is_old+set}" = set; then
21194 echo $ECHO_N "(cached) $ECHO_C" >&6
21195 else
21196
21197 cat >conftest.$ac_ext <<_ACEOF
21198 /* confdefs.h. */
21199 _ACEOF
21200 cat confdefs.h >>conftest.$ac_ext
21201 cat >>conftest.$ac_ext <<_ACEOF
21202 /* end confdefs.h. */
21203
21204 #include <proc_service.h>
21205 ps_err_e ps_pdwrite
21206 (struct ps_prochandle*, psaddr_t, const void*, size_t);
21207
21208 int
21209 main ()
21210 {
21211
21212 ;
21213 return 0;
21214 }
21215 _ACEOF
21216 rm -f conftest.$ac_objext
21217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21218 (eval $ac_compile) 2>conftest.er1
21219 ac_status=$?
21220 grep -v '^ *+' conftest.er1 >conftest.err
21221 rm -f conftest.er1
21222 cat conftest.err >&5
21223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21224 (exit $ac_status); } &&
21225 { ac_try='test -z "$ac_c_werror_flag"
21226 || test ! -s conftest.err'
21227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21228 (eval $ac_try) 2>&5
21229 ac_status=$?
21230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21231 (exit $ac_status); }; } &&
21232 { ac_try='test -s conftest.$ac_objext'
21233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21234 (eval $ac_try) 2>&5
21235 ac_status=$?
21236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21237 (exit $ac_status); }; }; then
21238 gdb_cv_proc_service_is_old=no
21239 else
21240 echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21242
21243 gdb_cv_proc_service_is_old=yes
21244 fi
21245 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21246
21247 fi
21248
21249 echo "$as_me:$LINENO: result: $gdb_cv_proc_service_is_old" >&5
21250 echo "${ECHO_T}$gdb_cv_proc_service_is_old" >&6
21251 if test $gdb_cv_proc_service_is_old = yes; then
21252
21253 cat >>confdefs.h <<\_ACEOF
21254 #define PROC_SERVICE_IS_OLD 1
21255 _ACEOF
21256
21257 fi
21258 else
21259 echo "$as_me:$LINENO: result: no" >&5
21260 echo "${ECHO_T}no" >&6
21261 fi
21262 ;;
21263 aix*)
21264 echo "$as_me:$LINENO: checking for AiX thread debugging library" >&5
21265 echo $ECHO_N "checking for AiX thread debugging library... $ECHO_C" >&6
21266 if test "${gdb_cv_have_aix_thread_debug+set}" = set; then
21267 echo $ECHO_N "(cached) $ECHO_C" >&6
21268 else
21269 cat >conftest.$ac_ext <<_ACEOF
21270 /* confdefs.h. */
21271 _ACEOF
21272 cat confdefs.h >>conftest.$ac_ext
21273 cat >>conftest.$ac_ext <<_ACEOF
21274 /* end confdefs.h. */
21275 #include <sys/pthdebug.h>
21276 int
21277 main ()
21278 {
21279 #ifndef PTHDB_VERSION_3
21280 #error
21281 #endif
21282 ;
21283 return 0;
21284 }
21285 _ACEOF
21286 rm -f conftest.$ac_objext
21287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21288 (eval $ac_compile) 2>conftest.er1
21289 ac_status=$?
21290 grep -v '^ *+' conftest.er1 >conftest.err
21291 rm -f conftest.er1
21292 cat conftest.err >&5
21293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21294 (exit $ac_status); } &&
21295 { ac_try='test -z "$ac_c_werror_flag"
21296 || test ! -s conftest.err'
21297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21298 (eval $ac_try) 2>&5
21299 ac_status=$?
21300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21301 (exit $ac_status); }; } &&
21302 { ac_try='test -s conftest.$ac_objext'
21303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21304 (eval $ac_try) 2>&5
21305 ac_status=$?
21306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21307 (exit $ac_status); }; }; then
21308 gdb_cv_have_aix_thread_debug=yes
21309 else
21310 echo "$as_me: failed program was:" >&5
21311 sed 's/^/| /' conftest.$ac_ext >&5
21312
21313 gdb_cv_have_aix_thread_debug=no
21314 fi
21315 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21316 fi
21317
21318 echo "$as_me:$LINENO: result: $gdb_cv_have_aix_thread_debug" >&5
21319 echo "${ECHO_T}$gdb_cv_have_aix_thread_debug" >&6
21320 if test $gdb_cv_have_aix_thread_debug = yes; then
21321 CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
21322 CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
21323 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -lpthdebug"
21324 fi
21325 ;;
21326 esac
21327
21328 fi
21329
21330 if test "x$ac_cv_header_thread_db_h" = "xyes"; then
21331 echo "$as_me:$LINENO: checking whether <thread_db.h> has TD_NOTALLOC" >&5
21332 echo $ECHO_N "checking whether <thread_db.h> has TD_NOTALLOC... $ECHO_C" >&6
21333 if test "${gdb_cv_thread_db_h_has_td_notalloc+set}" = set; then
21334 echo $ECHO_N "(cached) $ECHO_C" >&6
21335 else
21336 cat >conftest.$ac_ext <<_ACEOF
21337 /* confdefs.h. */
21338 _ACEOF
21339 cat confdefs.h >>conftest.$ac_ext
21340 cat >>conftest.$ac_ext <<_ACEOF
21341 /* end confdefs.h. */
21342 #include <thread_db.h>
21343 int
21344 main ()
21345 {
21346 int i = TD_NOTALLOC;
21347 ;
21348 return 0;
21349 }
21350 _ACEOF
21351 rm -f conftest.$ac_objext
21352 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21353 (eval $ac_compile) 2>conftest.er1
21354 ac_status=$?
21355 grep -v '^ *+' conftest.er1 >conftest.err
21356 rm -f conftest.er1
21357 cat conftest.err >&5
21358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21359 (exit $ac_status); } &&
21360 { ac_try='test -z "$ac_c_werror_flag"
21361 || test ! -s conftest.err'
21362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21363 (eval $ac_try) 2>&5
21364 ac_status=$?
21365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21366 (exit $ac_status); }; } &&
21367 { ac_try='test -s conftest.$ac_objext'
21368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21369 (eval $ac_try) 2>&5
21370 ac_status=$?
21371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21372 (exit $ac_status); }; }; then
21373 gdb_cv_thread_db_h_has_td_notalloc=yes
21374 else
21375 echo "$as_me: failed program was:" >&5
21376 sed 's/^/| /' conftest.$ac_ext >&5
21377
21378 gdb_cv_thread_db_h_has_td_notalloc=no
21379
21380 fi
21381 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21382
21383 fi
21384 echo "$as_me:$LINENO: result: $gdb_cv_thread_db_h_has_td_notalloc" >&5
21385 echo "${ECHO_T}$gdb_cv_thread_db_h_has_td_notalloc" >&6
21386 echo "$as_me:$LINENO: checking whether <thread_db.h> has TD_VERSION" >&5
21387 echo $ECHO_N "checking whether <thread_db.h> has TD_VERSION... $ECHO_C" >&6
21388 if test "${gdb_cv_thread_db_h_has_td_version+set}" = set; then
21389 echo $ECHO_N "(cached) $ECHO_C" >&6
21390 else
21391 cat >conftest.$ac_ext <<_ACEOF
21392 /* confdefs.h. */
21393 _ACEOF
21394 cat confdefs.h >>conftest.$ac_ext
21395 cat >>conftest.$ac_ext <<_ACEOF
21396 /* end confdefs.h. */
21397 #include <thread_db.h>
21398 int
21399 main ()
21400 {
21401 int i = TD_VERSION;
21402 ;
21403 return 0;
21404 }
21405 _ACEOF
21406 rm -f conftest.$ac_objext
21407 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21408 (eval $ac_compile) 2>conftest.er1
21409 ac_status=$?
21410 grep -v '^ *+' conftest.er1 >conftest.err
21411 rm -f conftest.er1
21412 cat conftest.err >&5
21413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21414 (exit $ac_status); } &&
21415 { ac_try='test -z "$ac_c_werror_flag"
21416 || test ! -s conftest.err'
21417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21418 (eval $ac_try) 2>&5
21419 ac_status=$?
21420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21421 (exit $ac_status); }; } &&
21422 { ac_try='test -s conftest.$ac_objext'
21423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21424 (eval $ac_try) 2>&5
21425 ac_status=$?
21426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21427 (exit $ac_status); }; }; then
21428 gdb_cv_thread_db_h_has_td_version=yes
21429 else
21430 echo "$as_me: failed program was:" >&5
21431 sed 's/^/| /' conftest.$ac_ext >&5
21432
21433 gdb_cv_thread_db_h_has_td_version=no
21434
21435 fi
21436 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21437
21438 fi
21439 echo "$as_me:$LINENO: result: $gdb_cv_thread_db_h_has_td_version" >&5
21440 echo "${ECHO_T}$gdb_cv_thread_db_h_has_td_version" >&6
21441 echo "$as_me:$LINENO: checking whether <thread_db.h> has TD_NOTLS" >&5
21442 echo $ECHO_N "checking whether <thread_db.h> has TD_NOTLS... $ECHO_C" >&6
21443 if test "${gdb_cv_thread_db_h_has_td_notls+set}" = set; then
21444 echo $ECHO_N "(cached) $ECHO_C" >&6
21445 else
21446 cat >conftest.$ac_ext <<_ACEOF
21447 /* confdefs.h. */
21448 _ACEOF
21449 cat confdefs.h >>conftest.$ac_ext
21450 cat >>conftest.$ac_ext <<_ACEOF
21451 /* end confdefs.h. */
21452 #include <thread_db.h>
21453 int
21454 main ()
21455 {
21456 int i = TD_NOTLS;
21457 ;
21458 return 0;
21459 }
21460 _ACEOF
21461 rm -f conftest.$ac_objext
21462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21463 (eval $ac_compile) 2>conftest.er1
21464 ac_status=$?
21465 grep -v '^ *+' conftest.er1 >conftest.err
21466 rm -f conftest.er1
21467 cat conftest.err >&5
21468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21469 (exit $ac_status); } &&
21470 { ac_try='test -z "$ac_c_werror_flag"
21471 || test ! -s conftest.err'
21472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21473 (eval $ac_try) 2>&5
21474 ac_status=$?
21475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21476 (exit $ac_status); }; } &&
21477 { ac_try='test -s conftest.$ac_objext'
21478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21479 (eval $ac_try) 2>&5
21480 ac_status=$?
21481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21482 (exit $ac_status); }; }; then
21483 gdb_cv_thread_db_h_has_td_notls=yes
21484 else
21485 echo "$as_me: failed program was:" >&5
21486 sed 's/^/| /' conftest.$ac_ext >&5
21487
21488 gdb_cv_thread_db_h_has_td_notls=no
21489
21490 fi
21491 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21492
21493 fi
21494 echo "$as_me:$LINENO: result: $gdb_cv_thread_db_h_has_td_notls" >&5
21495 echo "${ECHO_T}$gdb_cv_thread_db_h_has_td_notls" >&6
21496 fi
21497 if test "x$gdb_cv_thread_db_h_has_td_notalloc" = "xyes"; then
21498
21499 cat >>confdefs.h <<\_ACEOF
21500 #define THREAD_DB_HAS_TD_NOTALLOC 1
21501 _ACEOF
21502
21503 fi
21504 if test "x$gdb_cv_thread_db_h_has_td_version" = "xyes"; then
21505
21506 cat >>confdefs.h <<\_ACEOF
21507 #define THREAD_DB_HAS_TD_VERSION 1
21508 _ACEOF
21509
21510 fi
21511 if test "x$gdb_cv_thread_db_h_has_td_notls" = "xyes"; then
21512
21513 cat >>confdefs.h <<\_ACEOF
21514 #define THREAD_DB_HAS_TD_NOTLS 1
21515 _ACEOF
21516
21517 fi
21518
21519 if test "x$ac_cv_header_sys_syscall_h" = "xyes"; then
21520 echo "$as_me:$LINENO: checking whether <sys/syscall.h> has __NR_tkill" >&5
21521 echo $ECHO_N "checking whether <sys/syscall.h> has __NR_tkill... $ECHO_C" >&6
21522 if test "${gdb_cv_sys_syscall_h_has_tkill+set}" = set; then
21523 echo $ECHO_N "(cached) $ECHO_C" >&6
21524 else
21525 cat >conftest.$ac_ext <<_ACEOF
21526 /* confdefs.h. */
21527 _ACEOF
21528 cat confdefs.h >>conftest.$ac_ext
21529 cat >>conftest.$ac_ext <<_ACEOF
21530 /* end confdefs.h. */
21531 #include <sys/syscall.h>
21532 int
21533 main ()
21534 {
21535 int i = __NR_tkill;
21536 ;
21537 return 0;
21538 }
21539 _ACEOF
21540 rm -f conftest.$ac_objext
21541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21542 (eval $ac_compile) 2>conftest.er1
21543 ac_status=$?
21544 grep -v '^ *+' conftest.er1 >conftest.err
21545 rm -f conftest.er1
21546 cat conftest.err >&5
21547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21548 (exit $ac_status); } &&
21549 { ac_try='test -z "$ac_c_werror_flag"
21550 || test ! -s conftest.err'
21551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21552 (eval $ac_try) 2>&5
21553 ac_status=$?
21554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21555 (exit $ac_status); }; } &&
21556 { ac_try='test -s conftest.$ac_objext'
21557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21558 (eval $ac_try) 2>&5
21559 ac_status=$?
21560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21561 (exit $ac_status); }; }; then
21562 gdb_cv_sys_syscall_h_has_tkill=yes
21563 else
21564 echo "$as_me: failed program was:" >&5
21565 sed 's/^/| /' conftest.$ac_ext >&5
21566
21567 gdb_cv_sys_syscall_h_has_tkill=no
21568
21569 fi
21570 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21571
21572 fi
21573 echo "$as_me:$LINENO: result: $gdb_cv_sys_syscall_h_has_tkill" >&5
21574 echo "${ECHO_T}$gdb_cv_sys_syscall_h_has_tkill" >&6
21575 fi
21576 if test "x$gdb_cv_sys_syscall_h_has_tkill" = "xyes" && test "x$ac_cv_func_syscall" = "xyes"; then
21577
21578 cat >>confdefs.h <<\_ACEOF
21579 #define HAVE_TKILL_SYSCALL 1
21580 _ACEOF
21581
21582 fi
21583
21584
21585
21586 # Check whether --with-sysroot or --without-sysroot was given.
21587 if test "${with_sysroot+set}" = set; then
21588 withval="$with_sysroot"
21589
21590 case ${with_sysroot} in
21591 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
21592 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
21593 esac
21594
21595 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
21596
21597 if test "x$exec_prefix" = xNONE || test "x$exec_prefix" = 'x${prefix}'; then
21598 if test "x$prefix" = xNONE; then
21599 test_prefix=/usr/local
21600 else
21601 test_prefix=$prefix
21602 fi
21603 else
21604 test_prefix=$exec_prefix
21605 fi
21606 case ${TARGET_SYSTEM_ROOT} in
21607 "${test_prefix}"|"${test_prefix}/"*|\
21608 '${exec_prefix}'|'${exec_prefix}/'*)
21609 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
21610 TARGET_SYSTEM_ROOT_DEFINE="$t"
21611 ;;
21612 esac
21613
21614 else
21615
21616 TARGET_SYSTEM_ROOT=
21617 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
21618
21619 fi;
21620
21621
21622
21623 # Check whether --enable-werror or --disable-werror was given.
21624 if test "${enable_werror+set}" = set; then
21625 enableval="$enable_werror"
21626 case "${enableval}" in
21627 yes | y) ERROR_ON_WARNING="yes" ;;
21628 no | n) ERROR_ON_WARNING="no" ;;
21629 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
21630 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
21631 { (exit 1); exit 1; }; } ;;
21632 esac
21633 fi;
21634
21635 # Enable -Werror by default when using gcc
21636 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
21637 ERROR_ON_WARNING=yes
21638 fi
21639
21640 WERROR_CFLAGS=""
21641 if test "${ERROR_ON_WARNING}" = yes ; then
21642 WERROR_CFLAGS="-Werror"
21643 fi
21644
21645 # The entries after -Wno-pointer-sign are disabled warnings which may
21646 # be enabled in the future, which can not currently be used to build
21647 # GDB.
21648 # NOTE: If you change this list, remember to update
21649 # gdb/doc/gdbint.texinfo.
21650 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
21651 -Wformat-nonliteral -Wno-pointer-sign \
21652 -Wno-unused -Wno-switch -Wno-char-subscripts"
21653
21654 # Check whether --enable-build-warnings or --disable-build-warnings was given.
21655 if test "${enable_build_warnings+set}" = set; then
21656 enableval="$enable_build_warnings"
21657 case "${enableval}" in
21658 yes) ;;
21659 no) build_warnings="-w";;
21660 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
21661 build_warnings="${build_warnings} ${t}";;
21662 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
21663 build_warnings="${t} ${build_warnings}";;
21664 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
21665 esac
21666 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
21667 echo "Setting compiler warning flags = $build_warnings" 6>&1
21668 fi
21669 fi; # Check whether --enable-gdb-build-warnings or --disable-gdb-build-warnings was given.
21670 if test "${enable_gdb_build_warnings+set}" = set; then
21671 enableval="$enable_gdb_build_warnings"
21672 case "${enableval}" in
21673 yes) ;;
21674 no) build_warnings="-w";;
21675 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
21676 build_warnings="${build_warnings} ${t}";;
21677 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
21678 build_warnings="${t} ${build_warnings}";;
21679 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
21680 esac
21681 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
21682 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
21683 fi
21684 fi; WARN_CFLAGS=""
21685 if test "x${build_warnings}" != x -a "x$GCC" = xyes
21686 then
21687 echo "$as_me:$LINENO: checking compiler warning flags" >&5
21688 echo $ECHO_N "checking compiler warning flags... $ECHO_C" >&6
21689 # Separate out the -Werror flag as some files just cannot be
21690 # compiled with it enabled.
21691 for w in ${build_warnings}; do
21692 case $w in
21693 -Werr*) WERROR_CFLAGS=-Werror ;;
21694 *) # Check that GCC accepts it
21695 saved_CFLAGS="$CFLAGS"
21696 CFLAGS="$CFLAGS $w"
21697 cat >conftest.$ac_ext <<_ACEOF
21698 /* confdefs.h. */
21699 _ACEOF
21700 cat confdefs.h >>conftest.$ac_ext
21701 cat >>conftest.$ac_ext <<_ACEOF
21702 /* end confdefs.h. */
21703
21704 int
21705 main ()
21706 {
21707
21708 ;
21709 return 0;
21710 }
21711 _ACEOF
21712 rm -f conftest.$ac_objext
21713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21714 (eval $ac_compile) 2>conftest.er1
21715 ac_status=$?
21716 grep -v '^ *+' conftest.er1 >conftest.err
21717 rm -f conftest.er1
21718 cat conftest.err >&5
21719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21720 (exit $ac_status); } &&
21721 { ac_try='test -z "$ac_c_werror_flag"
21722 || test ! -s conftest.err'
21723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21724 (eval $ac_try) 2>&5
21725 ac_status=$?
21726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21727 (exit $ac_status); }; } &&
21728 { ac_try='test -s conftest.$ac_objext'
21729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21730 (eval $ac_try) 2>&5
21731 ac_status=$?
21732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21733 (exit $ac_status); }; }; then
21734 WARN_CFLAGS="${WARN_CFLAGS} $w"
21735 else
21736 echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21738
21739 fi
21740 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21741 CFLAGS="$saved_CFLAGS"
21742 esac
21743 done
21744 echo "$as_me:$LINENO: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
21745 echo "${ECHO_T}${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6
21746 fi
21747
21748
21749
21750 # In the Cygwin environment, we need some additional flags.
21751 echo "$as_me:$LINENO: checking for cygwin" >&5
21752 echo $ECHO_N "checking for cygwin... $ECHO_C" >&6
21753 if test "${gdb_cv_os_cygwin+set}" = set; then
21754 echo $ECHO_N "(cached) $ECHO_C" >&6
21755 else
21756 cat >conftest.$ac_ext <<_ACEOF
21757 /* confdefs.h. */
21758 _ACEOF
21759 cat confdefs.h >>conftest.$ac_ext
21760 cat >>conftest.$ac_ext <<_ACEOF
21761 /* end confdefs.h. */
21762
21763 #if defined (__CYGWIN__) || defined (__CYGWIN32__)
21764 lose
21765 #endif
21766 _ACEOF
21767 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21768 $EGREP "lose" >/dev/null 2>&1; then
21769 gdb_cv_os_cygwin=yes
21770 else
21771 gdb_cv_os_cygwin=no
21772 fi
21773 rm -f conftest*
21774
21775 fi
21776 echo "$as_me:$LINENO: result: $gdb_cv_os_cygwin" >&5
21777 echo "${ECHO_T}$gdb_cv_os_cygwin" >&6
21778
21779
21780 SER_HARDWIRE="ser-base.o ser-unix.o ser-pipe.o ser-tcp.o"
21781 case ${host} in
21782 *go32* ) SER_HARDWIRE=ser-go32.o ;;
21783 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
21784 *mingw32*) SER_HARDWIRE="ser-base.o ser-tcp.o ser-mingw.o" ;;
21785 esac
21786
21787
21788 # libreadline needs libuser32.a in a cygwin environment
21789 WIN32LIBS=
21790 if test x$gdb_cv_os_cygwin = xyes; then
21791 WIN32LIBS="-luser32"
21792 case "${target}" in
21793 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
21794 ;;
21795 esac
21796 fi
21797
21798 # The ser-tcp.c module requires sockets.
21799 case ${host} in
21800 *mingw32*)
21801
21802 cat >>confdefs.h <<\_ACEOF
21803 #define USE_WIN32API 1
21804 _ACEOF
21805
21806 WIN32LIBS="$WIN32LIBS -lws2_32"
21807 ;;
21808 esac
21809
21810
21811 # Add any host-specific objects to GDB.
21812 CONFIG_OBS="${CONFIG_OBS} ${gdb_host_obs}"
21813
21814 LIBGUI="../libgui/src/libgui.a"
21815 GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
21816
21817
21818
21819 WIN32LDAPP=
21820
21821
21822
21823 case "${host}" in
21824 *-*-cygwin*)
21825 configdir="win"
21826 ;;
21827 *)
21828 configdir="unix"
21829 ;;
21830 esac
21831
21832 GDBTKLIBS=
21833 if test "${enable_gdbtk}" = "yes"; then
21834
21835 # Gdbtk must have an absolute path to srcdir in order to run
21836 # properly when not installed.
21837 here=`pwd`
21838 cd ${srcdir}
21839 GDBTK_SRC_DIR=`pwd`
21840 cd $here
21841
21842
21843 #
21844 # Ok, lets find the tcl configuration
21845 # First, look for one uninstalled.
21846 # the alternative search directory is invoked by --with-tclconfig
21847 #
21848
21849 if test x"${no_tcl}" = x ; then
21850 # we reset no_tcl in case something fails here
21851 no_tcl=true
21852
21853 # Check whether --with-tclconfig or --without-tclconfig was given.
21854 if test "${with_tclconfig+set}" = set; then
21855 withval="$with_tclconfig"
21856 with_tclconfig=${withval}
21857 fi;
21858 echo "$as_me:$LINENO: checking for Tcl configuration" >&5
21859 echo $ECHO_N "checking for Tcl configuration... $ECHO_C" >&6
21860 if test "${ac_cv_c_tclconfig+set}" = set; then
21861 echo $ECHO_N "(cached) $ECHO_C" >&6
21862 else
21863
21864
21865 # First check to see if --with-tclconfig was specified.
21866 if test x"${with_tclconfig}" != x ; then
21867 if test -f "${with_tclconfig}/tclConfig.sh" ; then
21868 ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
21869 else
21870 { { echo "$as_me:$LINENO: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&5
21871 echo "$as_me: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&2;}
21872 { (exit 1); exit 1; }; }
21873 fi
21874 fi
21875
21876 # then check for a private Tcl installation
21877 if test x"${ac_cv_c_tclconfig}" = x ; then
21878 for i in \
21879 ../tcl \
21880 `ls -dr ../tcl[7-9]* 2>/dev/null` \
21881 ../../tcl \
21882 `ls -dr ../../tcl[7-9]* 2>/dev/null` \
21883 ../../../tcl \
21884 `ls -dr ../../../tcl[7-9]* 2>/dev/null` ; do
21885 if test -f "$i/${configdir}/tclConfig.sh" ; then
21886 ac_cv_c_tclconfig=`(cd $i/${configdir}; pwd)`
21887 break
21888 fi
21889 done
21890 fi
21891 # check in a few common install locations
21892 if test x"${ac_cv_c_tclconfig}" = x ; then
21893 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
21894 if test -f "$i/tclConfig.sh" ; then
21895 ac_cv_c_tclconfig=`(cd $i; pwd)`
21896 break
21897 fi
21898 done
21899 fi
21900 # check in a few other private locations
21901 if test x"${ac_cv_c_tclconfig}" = x ; then
21902 for i in \
21903 ${srcdir}/../tcl \
21904 `ls -dr ${srcdir}/../tcl[7-9]* 2>/dev/null` ; do
21905 if test -f "$i/${configdir}/tclConfig.sh" ; then
21906 ac_cv_c_tclconfig=`(cd $i/${configdir}; pwd)`
21907 break
21908 fi
21909 done
21910 fi
21911
21912 fi
21913
21914 if test x"${ac_cv_c_tclconfig}" = x ; then
21915 TCLCONFIG="# no Tcl configs found"
21916 { echo "$as_me:$LINENO: WARNING: Can't find Tcl configuration definitions" >&5
21917 echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
21918 else
21919 no_tcl=
21920 TCLCONFIG=${ac_cv_c_tclconfig}/tclConfig.sh
21921 echo "$as_me:$LINENO: result: found $TCLCONFIG" >&5
21922 echo "${ECHO_T}found $TCLCONFIG" >&6
21923 fi
21924 fi
21925
21926 if test -z "${no_tcl}"; then
21927
21928 . $TCLCONFIG
21929
21930
21931
21932
21933
21934
21935
21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
21950
21951
21952
21953
21954
21955
21956 #
21957 # Ok, lets find the tk configuration
21958 # First, look for one uninstalled.
21959 # the alternative search directory is invoked by --with-tkconfig
21960 #
21961
21962 if test x"${no_tk}" = x ; then
21963 # we reset no_tk in case something fails here
21964 no_tk=true
21965
21966 # Check whether --with-tkconfig or --without-tkconfig was given.
21967 if test "${with_tkconfig+set}" = set; then
21968 withval="$with_tkconfig"
21969 with_tkconfig=${withval}
21970 fi;
21971 echo "$as_me:$LINENO: checking for Tk configuration" >&5
21972 echo $ECHO_N "checking for Tk configuration... $ECHO_C" >&6
21973 if test "${ac_cv_c_tkconfig+set}" = set; then
21974 echo $ECHO_N "(cached) $ECHO_C" >&6
21975 else
21976
21977
21978 # First check to see if --with-tkconfig was specified.
21979 if test x"${with_tkconfig}" != x ; then
21980 if test -f "${with_tkconfig}/tkConfig.sh" ; then
21981 ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
21982 else
21983 { { echo "$as_me:$LINENO: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" >&5
21984 echo "$as_me: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" >&2;}
21985 { (exit 1); exit 1; }; }
21986 fi
21987 fi
21988
21989 # then check for a private Tk library
21990 if test x"${ac_cv_c_tkconfig}" = x ; then
21991 for i in \
21992 ../tk \
21993 `ls -dr ../tk[4-9]* 2>/dev/null` \
21994 ../../tk \
21995 `ls -dr ../../tk[4-9]* 2>/dev/null` \
21996 ../../../tk \
21997 `ls -dr ../../../tk[4-9]* 2>/dev/null` ; do
21998 if test -f "$i/${configdir}/tkConfig.sh" ; then
21999 ac_cv_c_tkconfig=`(cd $i/${configdir}; pwd)`
22000 break
22001 fi
22002 done
22003 fi
22004 # check in a few common install locations
22005 if test x"${ac_cv_c_tkconfig}" = x ; then
22006 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
22007 if test -f "$i/tkConfig.sh" ; then
22008 ac_cv_c_tkconfig=`(cd $i; pwd)`
22009 break
22010 fi
22011 done
22012 fi
22013 # check in a few other private locations
22014 if test x"${ac_cv_c_tkconfig}" = x ; then
22015 for i in \
22016 ${srcdir}/../tk \
22017 `ls -dr ${srcdir}/../tk[4-9]* 2>/dev/null` ; do
22018 if test -f "$i/${configdir}/tkConfig.sh" ; then
22019 ac_cv_c_tkconfig=`(cd $i/${configdir}; pwd)`
22020 break
22021 fi
22022 done
22023 fi
22024
22025 fi
22026
22027 if test x"${ac_cv_c_tkconfig}" = x ; then
22028 TKCONFIG="# no Tk configs found"
22029 { echo "$as_me:$LINENO: WARNING: Can't find Tk configuration definitions" >&5
22030 echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
22031 else
22032 no_tk=
22033 TKCONFIG=${ac_cv_c_tkconfig}/tkConfig.sh
22034 echo "$as_me:$LINENO: result: found $TKCONFIG" >&5
22035 echo "${ECHO_T}found $TKCONFIG" >&6
22036 fi
22037 fi
22038
22039
22040
22041 # now look for Tcl library stuff
22042
22043 tcldir="../tcl/${configdir}/"
22044
22045 TCL_DEPS="${tcldir}${TCL_LIB_FILE}"
22046
22047 # If $no_tk is nonempty, then we can't do Tk, and there is no
22048 # point to doing Tcl.
22049 if test -z "${no_tk}"; then
22050
22051 if test -f "$TKCONFIG" ; then
22052 . $TKCONFIG
22053 fi
22054
22055
22056
22057
22058
22059
22060
22061
22062
22063
22064
22065
22066
22067
22068 #
22069 # Ok, lets find the tcl source trees so we can use the headers
22070 # Warning: transition of version 9 to 10 will break this algorithm
22071 # because 10 sorts before 9. We also look for just tcl. We have to
22072 # be careful that we don't match stuff like tclX by accident.
22073 # the alternative search directory is involked by --with-tclinclude
22074 #
22075
22076 no_tcl=true
22077 echo "$as_me:$LINENO: checking for Tcl private headers. dir=${configdir}" >&5
22078 echo $ECHO_N "checking for Tcl private headers. dir=${configdir}... $ECHO_C" >&6
22079
22080 # Check whether --with-tclinclude or --without-tclinclude was given.
22081 if test "${with_tclinclude+set}" = set; then
22082 withval="$with_tclinclude"
22083 with_tclinclude=${withval}
22084 fi;
22085 if test "${ac_cv_c_tclh+set}" = set; then
22086 echo $ECHO_N "(cached) $ECHO_C" >&6
22087 else
22088
22089 # first check to see if --with-tclinclude was specified
22090 if test x"${with_tclinclude}" != x ; then
22091 if test -f ${with_tclinclude}/tclInt.h ; then
22092 ac_cv_c_tclh=`(cd ${with_tclinclude}; pwd)`
22093 elif test -f ${with_tclinclude}/generic/tclInt.h ; then
22094 ac_cv_c_tclh=`(cd ${with_tclinclude}/generic; pwd)`
22095 else
22096 { { echo "$as_me:$LINENO: error: ${with_tclinclude} directory doesn't contain private headers" >&5
22097 echo "$as_me: error: ${with_tclinclude} directory doesn't contain private headers" >&2;}
22098 { (exit 1); exit 1; }; }
22099 fi
22100 fi
22101
22102 # next check if it came with Tcl configuration file
22103 if test x"${ac_cv_c_tclconfig}" = x ; then
22104 if test -f $ac_cv_c_tclconfig/../generic/tclInt.h ; then
22105 ac_cv_c_tclh=`(cd $ac_cv_c_tclconfig/..; pwd)`
22106 fi
22107 fi
22108
22109 # next check in private source directory
22110 #
22111 # since ls returns lowest version numbers first, reverse its output
22112 if test x"${ac_cv_c_tclh}" = x ; then
22113 for i in \
22114 ${srcdir}/../tcl \
22115 `ls -dr ${srcdir}/../tcl[7-9]* 2>/dev/null` \
22116 ${srcdir}/../../tcl \
22117 `ls -dr ${srcdir}/../../tcl[7-9]* 2>/dev/null` \
22118 ${srcdir}/../../../tcl \
22119 `ls -dr ${srcdir}/../../../tcl[7-9]* 2>/dev/null ` ; do
22120 if test -f $i/generic/tclInt.h ; then
22121 ac_cv_c_tclh=`(cd $i/generic; pwd)`
22122 break
22123 fi
22124 done
22125 fi
22126 # finally check in a few common install locations
22127 #
22128 # since ls returns lowest version numbers first, reverse its output
22129 if test x"${ac_cv_c_tclh}" = x ; then
22130 for i in \
22131 `ls -dr /usr/local/src/tcl[7-9]* 2>/dev/null` \
22132 `ls -dr /usr/local/lib/tcl[7-9]* 2>/dev/null` \
22133 /usr/local/src/tcl \
22134 /usr/local/lib/tcl \
22135 ${prefix}/include ; do
22136 if test -f $i/generic/tclInt.h ; then
22137 ac_cv_c_tclh=`(cd $i/generic; pwd)`
22138 break
22139 fi
22140 done
22141 fi
22142 # see if one is installed
22143 if test x"${ac_cv_c_tclh}" = x ; then
22144 if test "${ac_cv_header_tclInt_h+set}" = set; then
22145 echo "$as_me:$LINENO: checking for tclInt.h" >&5
22146 echo $ECHO_N "checking for tclInt.h... $ECHO_C" >&6
22147 if test "${ac_cv_header_tclInt_h+set}" = set; then
22148 echo $ECHO_N "(cached) $ECHO_C" >&6
22149 fi
22150 echo "$as_me:$LINENO: result: $ac_cv_header_tclInt_h" >&5
22151 echo "${ECHO_T}$ac_cv_header_tclInt_h" >&6
22152 else
22153 # Is the header compilable?
22154 echo "$as_me:$LINENO: checking tclInt.h usability" >&5
22155 echo $ECHO_N "checking tclInt.h usability... $ECHO_C" >&6
22156 cat >conftest.$ac_ext <<_ACEOF
22157 /* confdefs.h. */
22158 _ACEOF
22159 cat confdefs.h >>conftest.$ac_ext
22160 cat >>conftest.$ac_ext <<_ACEOF
22161 /* end confdefs.h. */
22162 $ac_includes_default
22163 #include <tclInt.h>
22164 _ACEOF
22165 rm -f conftest.$ac_objext
22166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22167 (eval $ac_compile) 2>conftest.er1
22168 ac_status=$?
22169 grep -v '^ *+' conftest.er1 >conftest.err
22170 rm -f conftest.er1
22171 cat conftest.err >&5
22172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22173 (exit $ac_status); } &&
22174 { ac_try='test -z "$ac_c_werror_flag"
22175 || test ! -s conftest.err'
22176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22177 (eval $ac_try) 2>&5
22178 ac_status=$?
22179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180 (exit $ac_status); }; } &&
22181 { ac_try='test -s conftest.$ac_objext'
22182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22183 (eval $ac_try) 2>&5
22184 ac_status=$?
22185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); }; }; then
22187 ac_header_compiler=yes
22188 else
22189 echo "$as_me: failed program was:" >&5
22190 sed 's/^/| /' conftest.$ac_ext >&5
22191
22192 ac_header_compiler=no
22193 fi
22194 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22195 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22196 echo "${ECHO_T}$ac_header_compiler" >&6
22197
22198 # Is the header present?
22199 echo "$as_me:$LINENO: checking tclInt.h presence" >&5
22200 echo $ECHO_N "checking tclInt.h presence... $ECHO_C" >&6
22201 cat >conftest.$ac_ext <<_ACEOF
22202 /* confdefs.h. */
22203 _ACEOF
22204 cat confdefs.h >>conftest.$ac_ext
22205 cat >>conftest.$ac_ext <<_ACEOF
22206 /* end confdefs.h. */
22207 #include <tclInt.h>
22208 _ACEOF
22209 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22210 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22211 ac_status=$?
22212 grep -v '^ *+' conftest.er1 >conftest.err
22213 rm -f conftest.er1
22214 cat conftest.err >&5
22215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22216 (exit $ac_status); } >/dev/null; then
22217 if test -s conftest.err; then
22218 ac_cpp_err=$ac_c_preproc_warn_flag
22219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22220 else
22221 ac_cpp_err=
22222 fi
22223 else
22224 ac_cpp_err=yes
22225 fi
22226 if test -z "$ac_cpp_err"; then
22227 ac_header_preproc=yes
22228 else
22229 echo "$as_me: failed program was:" >&5
22230 sed 's/^/| /' conftest.$ac_ext >&5
22231
22232 ac_header_preproc=no
22233 fi
22234 rm -f conftest.err conftest.$ac_ext
22235 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22236 echo "${ECHO_T}$ac_header_preproc" >&6
22237
22238 # So? What about this header?
22239 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22240 yes:no: )
22241 { echo "$as_me:$LINENO: WARNING: tclInt.h: accepted by the compiler, rejected by the preprocessor!" >&5
22242 echo "$as_me: WARNING: tclInt.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22243 { echo "$as_me:$LINENO: WARNING: tclInt.h: proceeding with the compiler's result" >&5
22244 echo "$as_me: WARNING: tclInt.h: proceeding with the compiler's result" >&2;}
22245 ac_header_preproc=yes
22246 ;;
22247 no:yes:* )
22248 { echo "$as_me:$LINENO: WARNING: tclInt.h: present but cannot be compiled" >&5
22249 echo "$as_me: WARNING: tclInt.h: present but cannot be compiled" >&2;}
22250 { echo "$as_me:$LINENO: WARNING: tclInt.h: check for missing prerequisite headers?" >&5
22251 echo "$as_me: WARNING: tclInt.h: check for missing prerequisite headers?" >&2;}
22252 { echo "$as_me:$LINENO: WARNING: tclInt.h: see the Autoconf documentation" >&5
22253 echo "$as_me: WARNING: tclInt.h: see the Autoconf documentation" >&2;}
22254 { echo "$as_me:$LINENO: WARNING: tclInt.h: section \"Present But Cannot Be Compiled\"" >&5
22255 echo "$as_me: WARNING: tclInt.h: section \"Present But Cannot Be Compiled\"" >&2;}
22256 { echo "$as_me:$LINENO: WARNING: tclInt.h: proceeding with the preprocessor's result" >&5
22257 echo "$as_me: WARNING: tclInt.h: proceeding with the preprocessor's result" >&2;}
22258 { echo "$as_me:$LINENO: WARNING: tclInt.h: in the future, the compiler will take precedence" >&5
22259 echo "$as_me: WARNING: tclInt.h: in the future, the compiler will take precedence" >&2;}
22260 (
22261 cat <<\_ASBOX
22262 ## ------------------------------------------ ##
22263 ## Report this to the AC_PACKAGE_NAME lists. ##
22264 ## ------------------------------------------ ##
22265 _ASBOX
22266 ) |
22267 sed "s/^/$as_me: WARNING: /" >&2
22268 ;;
22269 esac
22270 echo "$as_me:$LINENO: checking for tclInt.h" >&5
22271 echo $ECHO_N "checking for tclInt.h... $ECHO_C" >&6
22272 if test "${ac_cv_header_tclInt_h+set}" = set; then
22273 echo $ECHO_N "(cached) $ECHO_C" >&6
22274 else
22275 ac_cv_header_tclInt_h=$ac_header_preproc
22276 fi
22277 echo "$as_me:$LINENO: result: $ac_cv_header_tclInt_h" >&5
22278 echo "${ECHO_T}$ac_cv_header_tclInt_h" >&6
22279
22280 fi
22281 if test $ac_cv_header_tclInt_h = yes; then
22282 ac_cv_c_tclh=installed
22283 else
22284 ac_cv_c_tclh=""
22285 fi
22286
22287
22288 fi
22289
22290 fi
22291
22292 if test x"${ac_cv_c_tclh}" = x ; then
22293 TCLHDIR="# no Tcl private headers found"
22294 { { echo "$as_me:$LINENO: error: Can't find Tcl private headers" >&5
22295 echo "$as_me: error: Can't find Tcl private headers" >&2;}
22296 { (exit 1); exit 1; }; }
22297 fi
22298 if test x"${ac_cv_c_tclh}" != x ; then
22299 no_tcl=""
22300 if test x"${ac_cv_c_tclh}" = x"installed" ; then
22301 echo "$as_me:$LINENO: result: is installed" >&5
22302 echo "${ECHO_T}is installed" >&6
22303 TCLHDIR=""
22304 else
22305 echo "$as_me:$LINENO: result: found in ${ac_cv_c_tclh}" >&5
22306 echo "${ECHO_T}found in ${ac_cv_c_tclh}" >&6
22307 # this hack is cause the TCLHDIR won't print if there is a "-I" in it.
22308 TCLHDIR="-I${ac_cv_c_tclh}"
22309 fi
22310 fi
22311
22312
22313
22314
22315 #
22316 # Ok, lets find the tk source trees so we can use the headers
22317 # If the directory (presumably symlink) named "tk" exists, use that one
22318 # in preference to any others. Same logic is used when choosing library
22319 # and again with Tcl. The search order is the best place to look first, then in
22320 # decreasing significance. The loop breaks if the trigger file is found.
22321 # Note the gross little conversion here of srcdir by cd'ing to the found
22322 # directory. This converts the path from a relative to an absolute, so
22323 # recursive cache variables for the path will work right. We check all
22324 # the possible paths in one loop rather than many seperate loops to speed
22325 # things up.
22326 # the alternative search directory is involked by --with-tkinclude
22327 #
22328 no_tk=true
22329 echo "$as_me:$LINENO: checking for Tk private headers" >&5
22330 echo $ECHO_N "checking for Tk private headers... $ECHO_C" >&6
22331
22332 # Check whether --with-tkinclude or --without-tkinclude was given.
22333 if test "${with_tkinclude+set}" = set; then
22334 withval="$with_tkinclude"
22335 with_tkinclude=${withval}
22336 fi;
22337 if test "${ac_cv_c_tkh+set}" = set; then
22338 echo $ECHO_N "(cached) $ECHO_C" >&6
22339 else
22340
22341 # first check to see if --with-tkinclude was specified
22342 if test x"${with_tkinclude}" != x ; then
22343 if test -f ${with_tkinclude}/tk.h ; then
22344 ac_cv_c_tkh=`(cd ${with_tkinclude}; pwd)`
22345 elif test -f ${with_tkinclude}/generic/tk.h ; then
22346 ac_cv_c_tkh=`(cd ${with_tkinclude}/generic; pwd)`
22347 else
22348 { { echo "$as_me:$LINENO: error: ${with_tkinclude} directory doesn't contain private headers" >&5
22349 echo "$as_me: error: ${with_tkinclude} directory doesn't contain private headers" >&2;}
22350 { (exit 1); exit 1; }; }
22351 fi
22352 fi
22353
22354 # next check if it came with Tk configuration file
22355 if test x"${ac_cv_c_tkconfig}" = x ; then
22356 if test -f $ac_cv_c_tkconfig/../generic/tk.h ; then
22357 ac_cv_c_tkh=`(cd $ac_cv_c_tkconfig/..; pwd)`
22358 fi
22359 fi
22360
22361 # next check in private source directory
22362 #
22363 # since ls returns lowest version numbers first, reverse its output
22364 if test x"${ac_cv_c_tkh}" = x ; then
22365 for i in \
22366 ${srcdir}/../tk \
22367 `ls -dr ${srcdir}/../tk[4-9]* 2>/dev/null` \
22368 ${srcdir}/../../tk \
22369 `ls -dr ${srcdir}/../../tk[4-9]* 2>/dev/null` \
22370 ${srcdir}/../../../tk \
22371 `ls -dr ${srcdir}/../../../tk[4-9]* 2>/dev/null ` ; do
22372 if test -f $i/generic/tk.h ; then
22373 ac_cv_c_tkh=`(cd $i/generic; pwd)`
22374 break
22375 fi
22376 done
22377 fi
22378 # finally check in a few common install locations
22379 #
22380 # since ls returns lowest version numbers first, reverse its output
22381 if test x"${ac_cv_c_tkh}" = x ; then
22382 for i in \
22383 `ls -dr /usr/local/src/tk[4-9]* 2>/dev/null` \
22384 `ls -dr /usr/local/lib/tk[4-9]* 2>/dev/null` \
22385 /usr/local/src/tk \
22386 /usr/local/lib/tk \
22387 ${prefix}/include ; do
22388 if test -f $i/generic/tk.h ; then
22389 ac_cv_c_tkh=`(cd $i/generic; pwd)`
22390 break
22391 fi
22392 done
22393 fi
22394 # see if one is installed
22395 if test x"${ac_cv_c_tkh}" = x ; then
22396 if test "${ac_cv_header_tk_h+set}" = set; then
22397 echo "$as_me:$LINENO: checking for tk.h" >&5
22398 echo $ECHO_N "checking for tk.h... $ECHO_C" >&6
22399 if test "${ac_cv_header_tk_h+set}" = set; then
22400 echo $ECHO_N "(cached) $ECHO_C" >&6
22401 fi
22402 echo "$as_me:$LINENO: result: $ac_cv_header_tk_h" >&5
22403 echo "${ECHO_T}$ac_cv_header_tk_h" >&6
22404 else
22405 # Is the header compilable?
22406 echo "$as_me:$LINENO: checking tk.h usability" >&5
22407 echo $ECHO_N "checking tk.h usability... $ECHO_C" >&6
22408 cat >conftest.$ac_ext <<_ACEOF
22409 /* confdefs.h. */
22410 _ACEOF
22411 cat confdefs.h >>conftest.$ac_ext
22412 cat >>conftest.$ac_ext <<_ACEOF
22413 /* end confdefs.h. */
22414 $ac_includes_default
22415 #include <tk.h>
22416 _ACEOF
22417 rm -f conftest.$ac_objext
22418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22419 (eval $ac_compile) 2>conftest.er1
22420 ac_status=$?
22421 grep -v '^ *+' conftest.er1 >conftest.err
22422 rm -f conftest.er1
22423 cat conftest.err >&5
22424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22425 (exit $ac_status); } &&
22426 { ac_try='test -z "$ac_c_werror_flag"
22427 || test ! -s conftest.err'
22428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22429 (eval $ac_try) 2>&5
22430 ac_status=$?
22431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22432 (exit $ac_status); }; } &&
22433 { ac_try='test -s conftest.$ac_objext'
22434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22435 (eval $ac_try) 2>&5
22436 ac_status=$?
22437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22438 (exit $ac_status); }; }; then
22439 ac_header_compiler=yes
22440 else
22441 echo "$as_me: failed program was:" >&5
22442 sed 's/^/| /' conftest.$ac_ext >&5
22443
22444 ac_header_compiler=no
22445 fi
22446 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22447 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22448 echo "${ECHO_T}$ac_header_compiler" >&6
22449
22450 # Is the header present?
22451 echo "$as_me:$LINENO: checking tk.h presence" >&5
22452 echo $ECHO_N "checking tk.h presence... $ECHO_C" >&6
22453 cat >conftest.$ac_ext <<_ACEOF
22454 /* confdefs.h. */
22455 _ACEOF
22456 cat confdefs.h >>conftest.$ac_ext
22457 cat >>conftest.$ac_ext <<_ACEOF
22458 /* end confdefs.h. */
22459 #include <tk.h>
22460 _ACEOF
22461 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22462 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22463 ac_status=$?
22464 grep -v '^ *+' conftest.er1 >conftest.err
22465 rm -f conftest.er1
22466 cat conftest.err >&5
22467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22468 (exit $ac_status); } >/dev/null; then
22469 if test -s conftest.err; then
22470 ac_cpp_err=$ac_c_preproc_warn_flag
22471 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22472 else
22473 ac_cpp_err=
22474 fi
22475 else
22476 ac_cpp_err=yes
22477 fi
22478 if test -z "$ac_cpp_err"; then
22479 ac_header_preproc=yes
22480 else
22481 echo "$as_me: failed program was:" >&5
22482 sed 's/^/| /' conftest.$ac_ext >&5
22483
22484 ac_header_preproc=no
22485 fi
22486 rm -f conftest.err conftest.$ac_ext
22487 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22488 echo "${ECHO_T}$ac_header_preproc" >&6
22489
22490 # So? What about this header?
22491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22492 yes:no: )
22493 { echo "$as_me:$LINENO: WARNING: tk.h: accepted by the compiler, rejected by the preprocessor!" >&5
22494 echo "$as_me: WARNING: tk.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22495 { echo "$as_me:$LINENO: WARNING: tk.h: proceeding with the compiler's result" >&5
22496 echo "$as_me: WARNING: tk.h: proceeding with the compiler's result" >&2;}
22497 ac_header_preproc=yes
22498 ;;
22499 no:yes:* )
22500 { echo "$as_me:$LINENO: WARNING: tk.h: present but cannot be compiled" >&5
22501 echo "$as_me: WARNING: tk.h: present but cannot be compiled" >&2;}
22502 { echo "$as_me:$LINENO: WARNING: tk.h: check for missing prerequisite headers?" >&5
22503 echo "$as_me: WARNING: tk.h: check for missing prerequisite headers?" >&2;}
22504 { echo "$as_me:$LINENO: WARNING: tk.h: see the Autoconf documentation" >&5
22505 echo "$as_me: WARNING: tk.h: see the Autoconf documentation" >&2;}
22506 { echo "$as_me:$LINENO: WARNING: tk.h: section \"Present But Cannot Be Compiled\"" >&5
22507 echo "$as_me: WARNING: tk.h: section \"Present But Cannot Be Compiled\"" >&2;}
22508 { echo "$as_me:$LINENO: WARNING: tk.h: proceeding with the preprocessor's result" >&5
22509 echo "$as_me: WARNING: tk.h: proceeding with the preprocessor's result" >&2;}
22510 { echo "$as_me:$LINENO: WARNING: tk.h: in the future, the compiler will take precedence" >&5
22511 echo "$as_me: WARNING: tk.h: in the future, the compiler will take precedence" >&2;}
22512 (
22513 cat <<\_ASBOX
22514 ## ------------------------------------------ ##
22515 ## Report this to the AC_PACKAGE_NAME lists. ##
22516 ## ------------------------------------------ ##
22517 _ASBOX
22518 ) |
22519 sed "s/^/$as_me: WARNING: /" >&2
22520 ;;
22521 esac
22522 echo "$as_me:$LINENO: checking for tk.h" >&5
22523 echo $ECHO_N "checking for tk.h... $ECHO_C" >&6
22524 if test "${ac_cv_header_tk_h+set}" = set; then
22525 echo $ECHO_N "(cached) $ECHO_C" >&6
22526 else
22527 ac_cv_header_tk_h=$ac_header_preproc
22528 fi
22529 echo "$as_me:$LINENO: result: $ac_cv_header_tk_h" >&5
22530 echo "${ECHO_T}$ac_cv_header_tk_h" >&6
22531
22532 fi
22533 if test $ac_cv_header_tk_h = yes; then
22534 ac_cv_c_tkh=installed
22535 else
22536 ac_cv_c_tkh=""
22537 fi
22538
22539
22540 fi
22541
22542 fi
22543
22544 if test x"${ac_cv_c_tkh}" != x ; then
22545 no_tk=""
22546 if test x"${ac_cv_c_tkh}" = x"installed" ; then
22547 echo "$as_me:$LINENO: result: is installed" >&5
22548 echo "${ECHO_T}is installed" >&6
22549 TKHDIR=""
22550 else
22551 echo "$as_me:$LINENO: result: found in ${ac_cv_c_tkh}" >&5
22552 echo "${ECHO_T}found in ${ac_cv_c_tkh}" >&6
22553 # this hack is cause the TKHDIR won't print if there is a "-I" in it.
22554 TKHDIR="-I${ac_cv_c_tkh}"
22555 fi
22556 else
22557 TKHDIR="# no Tk directory found"
22558 { echo "$as_me:$LINENO: WARNING: Can't find Tk private headers" >&5
22559 echo "$as_me: WARNING: Can't find Tk private headers" >&2;}
22560 no_tk=true
22561 fi
22562
22563
22564
22565
22566 echo "$as_me:$LINENO: checking for Itcl private headers. srcdir=${srcdir}" >&5
22567 echo $ECHO_N "checking for Itcl private headers. srcdir=${srcdir}... $ECHO_C" >&6
22568 if test x"${ac_cv_c_itclh}" = x ; then
22569 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itcl; do
22570 if test -f $i/generic/itcl.h ; then
22571 ac_cv_c_itclh=`(cd $i/generic; pwd)`
22572 break
22573 fi
22574 done
22575 fi
22576 if test x"${ac_cv_c_itclh}" = x ; then
22577 ITCLHDIR="# no Itcl private headers found"
22578 { { echo "$as_me:$LINENO: error: Can't find Itcl private headers" >&5
22579 echo "$as_me: error: Can't find Itcl private headers" >&2;}
22580 { (exit 1); exit 1; }; }
22581 fi
22582 if test x"${ac_cv_c_itclh}" != x ; then
22583 ITCLHDIR="-I${ac_cv_c_itclh}"
22584 fi
22585 # should always be here
22586 # ITCLLIB="../itcl/itcl/unix/libitcl.a"
22587
22588 #AC_SUBST(ITCLLIB)
22589
22590
22591 echo "$as_me:$LINENO: checking for Itk private headers. srcdir=${srcdir}" >&5
22592 echo $ECHO_N "checking for Itk private headers. srcdir=${srcdir}... $ECHO_C" >&6
22593 if test x"${ac_cv_c_itkh}" = x ; then
22594 for i in ${srcdir}/../itcl ${srcdir}/../../itcl ${srcdir}/../../../itcl ${srcdir}/../itcl/itk; do
22595 if test -f $i/generic/itk.h ; then
22596 ac_cv_c_itkh=`(cd $i/generic; pwd)`
22597 break
22598 fi
22599 done
22600 fi
22601 if test x"${ac_cv_c_itkh}" = x ; then
22602 ITKHDIR="# no Itk private headers found"
22603 { { echo "$as_me:$LINENO: error: Can't find Itk private headers" >&5
22604 echo "$as_me: error: Can't find Itk private headers" >&2;}
22605 { (exit 1); exit 1; }; }
22606 fi
22607 if test x"${ac_cv_c_itkh}" != x ; then
22608 ITKHDIR="-I${ac_cv_c_itkh}"
22609 fi
22610 # should always be here
22611 # ITKLIB="../itcl/itk/unix/libitk.a"
22612
22613 #AC_SUBST(ITKLIB)
22614
22615
22616
22617 # now look for Tk library stuff
22618
22619 tkdir="../tk/${configdir}/"
22620
22621 TK_DEPS="${tkdir}${TK_LIB_FILE}"
22622
22623 # now look for Itcl library stuff
22624
22625
22626 #
22627 # Ok, lets find the itcl configuration
22628 # First, look for one uninstalled.
22629 # the alternative search directory is invoked by --with-itclconfig
22630 #
22631
22632 if test x"${no_itcl}" = x ; then
22633 # we reset no_itcl in case something fails here
22634 no_itcl=true
22635
22636 # Check whether --with-itclconfig or --without-itclconfig was given.
22637 if test "${with_itclconfig+set}" = set; then
22638 withval="$with_itclconfig"
22639 with_itclconfig=${withval}
22640 fi;
22641 echo "$as_me:$LINENO: checking for Itcl configuration" >&5
22642 echo $ECHO_N "checking for Itcl configuration... $ECHO_C" >&6
22643 if test "${ac_cv_c_itclconfig+set}" = set; then
22644 echo $ECHO_N "(cached) $ECHO_C" >&6
22645 else
22646
22647
22648 # First check to see if --with-itclconfig was specified.
22649 if test x"${with_itclconfig}" != x ; then
22650 if test -f "${with_itclconfig}/itclConfig.sh" ; then
22651 ac_cv_c_itclconfig=`(cd ${with_itclconfig}; pwd)`
22652 else
22653 { { echo "$as_me:$LINENO: error: ${with_itclconfig} directory doesn't contain itclConfig.sh" >&5
22654 echo "$as_me: error: ${with_itclconfig} directory doesn't contain itclConfig.sh" >&2;}
22655 { (exit 1); exit 1; }; }
22656 fi
22657 fi
22658
22659 # then check for a private Itcl library
22660 if test x"${ac_cv_c_itclconfig}" = x ; then
22661 for i in \
22662 ../itcl/itcl \
22663 `ls -dr ../itcl[4-9]*/itcl 2>/dev/null` \
22664 ../../itcl \
22665 `ls -dr ../../itcl[4-9]*/itcl 2>/dev/null` \
22666 ../../../itcl \
22667 `ls -dr ../../../itcl[4-9]*/itcl 2>/dev/null` ; do
22668 if test -f "$i/itclConfig.sh" ; then
22669 ac_cv_c_itclconfig=`(cd $i; pwd)`
22670 break
22671 fi
22672 done
22673 fi
22674 # check in a few common install locations
22675 if test x"${ac_cv_c_itclconfig}" = x ; then
22676 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
22677 if test -f "$i/itclConfig.sh" ; then
22678 ac_cv_c_itclconfig=`(cd $i; pwd)`
22679 break
22680 fi
22681 done
22682 fi
22683 # check in a few other private locations
22684 if test x"${ac_cv_c_itclconfig}" = x ; then
22685 for i in \
22686 ${srcdir}/../itcl/itcl \
22687 `ls -dr ${srcdir}/../itcl[4-9]*/itcl 2>/dev/null` ; do
22688 if test -f "$i/itclConfig.sh" ; then
22689 ac_cv_c_itclconfig=`(cd $i; pwd)`
22690 break
22691 fi
22692 done
22693 fi
22694
22695 fi
22696
22697 if test x"${ac_cv_c_itclconfig}" = x ; then
22698 ITCLCONFIG="# no Itcl configs found"
22699 { echo "$as_me:$LINENO: WARNING: Can't find Itcl configuration definitions" >&5
22700 echo "$as_me: WARNING: Can't find Itcl configuration definitions" >&2;}
22701 else
22702 no_itcl=
22703 ITCLCONFIG=${ac_cv_c_itclconfig}/itclConfig.sh
22704 echo "$as_me:$LINENO: result: found $ITCLCONFIG" >&5
22705 echo "${ECHO_T}found $ITCLCONFIG" >&6
22706 fi
22707 fi
22708
22709 if test -z "${no_itcl}"; then
22710
22711 if test -f "$ITCLCONFIG" ; then
22712 . $ITCLCONFIG
22713 fi
22714
22715
22716
22717
22718
22719
22720
22721
22722
22723
22724
22725
22726 ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
22727 ITCL_DEPS="${ITCL_LIB_FULL_PATH}"
22728 fi
22729
22730
22731 # now look for Itk library stuff
22732
22733 #
22734 # Ok, lets find the itk configuration
22735 # First, look for one uninstalled.
22736 # the alternative search directory is invoked by --with-itkconfig
22737 #
22738
22739 if test x"${no_itk}" = x ; then
22740 # we reset no_itk in case something fails here
22741 no_itk=true
22742
22743 # Check whether --with-itkconfig or --without-itkconfig was given.
22744 if test "${with_itkconfig+set}" = set; then
22745 withval="$with_itkconfig"
22746 with_itkconfig=${withval}
22747 fi;
22748 echo "$as_me:$LINENO: checking for Itk configuration" >&5
22749 echo $ECHO_N "checking for Itk configuration... $ECHO_C" >&6
22750 if test "${ac_cv_c_itkconfig+set}" = set; then
22751 echo $ECHO_N "(cached) $ECHO_C" >&6
22752 else
22753
22754
22755 # First check to see if --with-itkconfig was specified.
22756 if test x"${with_itkconfig}" != x ; then
22757 if test -f "${with_itkconfig}/itkConfig.sh" ; then
22758 ac_cv_c_itkconfig=`(cd ${with_itkconfig}; pwd)`
22759 else
22760 { { echo "$as_me:$LINENO: error: ${with_itkconfig} directory doesn't contain itkConfig.sh" >&5
22761 echo "$as_me: error: ${with_itkconfig} directory doesn't contain itkConfig.sh" >&2;}
22762 { (exit 1); exit 1; }; }
22763 fi
22764 fi
22765
22766 # then check for a private Itk library
22767 if test x"${ac_cv_c_itkconfig}" = x ; then
22768 for i in \
22769 ../itcl/itk \
22770 `ls -dr ../itcl[4-9]*/itk 2>/dev/null` \
22771 ../../itk \
22772 `ls -dr ../../itcl[4-9]*/itk 2>/dev/null` \
22773 ../../../itk \
22774 `ls -dr ../../../itcl[4-9]*/itk 2>/dev/null` ; do
22775 if test -f "$i/itkConfig.sh" ; then
22776 ac_cv_c_itkconfig=`(cd $i; pwd)`
22777 break
22778 fi
22779 done
22780 fi
22781 # check in a few common install locations
22782 if test x"${ac_cv_c_itkconfig}" = x ; then
22783 for i in `ls -d ${prefix}/lib /usr/local/lib 2>/dev/null` ; do
22784 if test -f "$i/itkConfig.sh" ; then
22785 ac_cv_c_itkconfig=`(cd $i; pwd)`
22786 break
22787 fi
22788 done
22789 fi
22790 # check in a few other private locations
22791 if test x"${ac_cv_c_itkconfig}" = x ; then
22792 for i in \
22793 ${srcdir}/../itcl/itk \
22794 `ls -dr ${srcdir}/../itcl[4-9]*/itk 2>/dev/null` ; do
22795 if test -f "$i/itkConfig.sh" ; then
22796 ac_cv_c_itkconfig=`(cd $i; pwd)`
22797 break
22798 fi
22799 done
22800 fi
22801
22802 fi
22803
22804 if test x"${ac_cv_c_itkconfig}" = x ; then
22805 ITKCONFIG="# no Itk configs found"
22806 { echo "$as_me:$LINENO: WARNING: Can't find Itk configuration definitions" >&5
22807 echo "$as_me: WARNING: Can't find Itk configuration definitions" >&2;}
22808 else
22809 no_itk=
22810 ITKCONFIG=${ac_cv_c_itkconfig}/itkConfig.sh
22811 echo "$as_me:$LINENO: result: found $ITKCONFIG" >&5
22812 echo "${ECHO_T}found $ITKCONFIG" >&6
22813 fi
22814 fi
22815
22816
22817 if test -z "${no_itcl}"; then
22818
22819 if test -f "$ITKCONFIG" ; then
22820 . $ITKCONFIG
22821 fi
22822
22823
22824
22825
22826
22827
22828
22829
22830
22831
22832
22833
22834 ITKLIB="${ITK_BUILD_LIB_SPEC}"
22835 ITK_DEPS="${ITK_LIB_FULL_PATH}"
22836 fi
22837
22838 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
22839
22840 # Include some libraries that Tcl and Tk want.
22841 TCL_LIBS='$(LIBGUI) $(ITCL) $(ITK) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
22842 # Yes, the ordering seems wrong here. But it isn't.
22843 # TK_LIBS is the list of libraries that need to be linked
22844 # after Tcl/Tk. Note that this isn't put into LIBS. If it
22845 # were in LIBS then any link tests after this point would
22846 # try to include things like `$(LIBGUI)', which wouldn't work.
22847 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
22848
22849 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
22850 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
22851 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
22852 CONFIG_ALL="${CONFIG_ALL} all-gdbtk"
22853 CONFIG_CLEAN="${CONFIG_CLEAN} clean-gdbtk"
22854 CONFIG_INSTALL="${CONFIG_INSTALL} install-gdbtk"
22855 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-gdbtk"
22856
22857 if test x$gdb_cv_os_cygwin = xyes; then
22858 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
22859 WIN32LDAPP="-Wl,--subsystem,console"
22860 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
22861 fi
22862 fi
22863 fi
22864
22865
22866
22867 subdirs="$subdirs gdbtk"
22868
22869 fi
22870
22871
22872
22873
22874
22875
22876
22877
22878
22879
22880
22881
22882
22883
22884 echo "$as_me:$LINENO: checking for X" >&5
22885 echo $ECHO_N "checking for X... $ECHO_C" >&6
22886
22887
22888 # Check whether --with-x or --without-x was given.
22889 if test "${with_x+set}" = set; then
22890 withval="$with_x"
22891
22892 fi;
22893 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
22894 if test "x$with_x" = xno; then
22895 # The user explicitly disabled X.
22896 have_x=disabled
22897 else
22898 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
22899 # Both variables are already set.
22900 have_x=yes
22901 else
22902 if test "${ac_cv_have_x+set}" = set; then
22903 echo $ECHO_N "(cached) $ECHO_C" >&6
22904 else
22905 # One or both of the vars are not set, and there is no cached value.
22906 ac_x_includes=no ac_x_libraries=no
22907 rm -fr conftest.dir
22908 if mkdir conftest.dir; then
22909 cd conftest.dir
22910 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
22911 cat >Imakefile <<'_ACEOF'
22912 acfindx:
22913 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
22914 _ACEOF
22915 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
22916 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
22917 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
22918 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
22919 for ac_extension in a so sl; do
22920 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
22921 test -f $ac_im_libdir/libX11.$ac_extension; then
22922 ac_im_usrlibdir=$ac_im_libdir; break
22923 fi
22924 done
22925 # Screen out bogus values from the imake configuration. They are
22926 # bogus both because they are the default anyway, and because
22927 # using them would break gcc on systems where it needs fixed includes.
22928 case $ac_im_incroot in
22929 /usr/include) ;;
22930 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
22931 esac
22932 case $ac_im_usrlibdir in
22933 /usr/lib | /lib) ;;
22934 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
22935 esac
22936 fi
22937 cd ..
22938 rm -fr conftest.dir
22939 fi
22940
22941 # Standard set of common directories for X headers.
22942 # Check X11 before X11Rn because it is often a symlink to the current release.
22943 ac_x_header_dirs='
22944 /usr/X11/include
22945 /usr/X11R6/include
22946 /usr/X11R5/include
22947 /usr/X11R4/include
22948
22949 /usr/include/X11
22950 /usr/include/X11R6
22951 /usr/include/X11R5
22952 /usr/include/X11R4
22953
22954 /usr/local/X11/include
22955 /usr/local/X11R6/include
22956 /usr/local/X11R5/include
22957 /usr/local/X11R4/include
22958
22959 /usr/local/include/X11
22960 /usr/local/include/X11R6
22961 /usr/local/include/X11R5
22962 /usr/local/include/X11R4
22963
22964 /usr/X386/include
22965 /usr/x386/include
22966 /usr/XFree86/include/X11
22967
22968 /usr/include
22969 /usr/local/include
22970 /usr/unsupported/include
22971 /usr/athena/include
22972 /usr/local/x11r5/include
22973 /usr/lpp/Xamples/include
22974
22975 /usr/openwin/include
22976 /usr/openwin/share/include'
22977
22978 if test "$ac_x_includes" = no; then
22979 # Guess where to find include files, by looking for Intrinsic.h.
22980 # First, try using that file with no special directory specified.
22981 cat >conftest.$ac_ext <<_ACEOF
22982 /* confdefs.h. */
22983 _ACEOF
22984 cat confdefs.h >>conftest.$ac_ext
22985 cat >>conftest.$ac_ext <<_ACEOF
22986 /* end confdefs.h. */
22987 #include <X11/Intrinsic.h>
22988 _ACEOF
22989 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22990 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22991 ac_status=$?
22992 grep -v '^ *+' conftest.er1 >conftest.err
22993 rm -f conftest.er1
22994 cat conftest.err >&5
22995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22996 (exit $ac_status); } >/dev/null; then
22997 if test -s conftest.err; then
22998 ac_cpp_err=$ac_c_preproc_warn_flag
22999 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23000 else
23001 ac_cpp_err=
23002 fi
23003 else
23004 ac_cpp_err=yes
23005 fi
23006 if test -z "$ac_cpp_err"; then
23007 # We can compile using X headers with no special include directory.
23008 ac_x_includes=
23009 else
23010 echo "$as_me: failed program was:" >&5
23011 sed 's/^/| /' conftest.$ac_ext >&5
23012
23013 for ac_dir in $ac_x_header_dirs; do
23014 if test -r "$ac_dir/X11/Intrinsic.h"; then
23015 ac_x_includes=$ac_dir
23016 break
23017 fi
23018 done
23019 fi
23020 rm -f conftest.err conftest.$ac_ext
23021 fi # $ac_x_includes = no
23022
23023 if test "$ac_x_libraries" = no; then
23024 # Check for the libraries.
23025 # See if we find them without any special options.
23026 # Don't add to $LIBS permanently.
23027 ac_save_LIBS=$LIBS
23028 LIBS="-lXt $LIBS"
23029 cat >conftest.$ac_ext <<_ACEOF
23030 /* confdefs.h. */
23031 _ACEOF
23032 cat confdefs.h >>conftest.$ac_ext
23033 cat >>conftest.$ac_ext <<_ACEOF
23034 /* end confdefs.h. */
23035 #include <X11/Intrinsic.h>
23036 int
23037 main ()
23038 {
23039 XtMalloc (0)
23040 ;
23041 return 0;
23042 }
23043 _ACEOF
23044 rm -f conftest.$ac_objext conftest$ac_exeext
23045 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23046 (eval $ac_link) 2>conftest.er1
23047 ac_status=$?
23048 grep -v '^ *+' conftest.er1 >conftest.err
23049 rm -f conftest.er1
23050 cat conftest.err >&5
23051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23052 (exit $ac_status); } &&
23053 { ac_try='test -z "$ac_c_werror_flag"
23054 || test ! -s conftest.err'
23055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23056 (eval $ac_try) 2>&5
23057 ac_status=$?
23058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23059 (exit $ac_status); }; } &&
23060 { ac_try='test -s conftest$ac_exeext'
23061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23062 (eval $ac_try) 2>&5
23063 ac_status=$?
23064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23065 (exit $ac_status); }; }; then
23066 LIBS=$ac_save_LIBS
23067 # We can link X programs with no special library path.
23068 ac_x_libraries=
23069 else
23070 echo "$as_me: failed program was:" >&5
23071 sed 's/^/| /' conftest.$ac_ext >&5
23072
23073 LIBS=$ac_save_LIBS
23074 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
23075 do
23076 # Don't even attempt the hair of trying to link an X program!
23077 for ac_extension in a so sl; do
23078 if test -r $ac_dir/libXt.$ac_extension; then
23079 ac_x_libraries=$ac_dir
23080 break 2
23081 fi
23082 done
23083 done
23084 fi
23085 rm -f conftest.err conftest.$ac_objext \
23086 conftest$ac_exeext conftest.$ac_ext
23087 fi # $ac_x_libraries = no
23088
23089 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
23090 # Didn't find X anywhere. Cache the known absence of X.
23091 ac_cv_have_x="have_x=no"
23092 else
23093 # Record where we found X for the cache.
23094 ac_cv_have_x="have_x=yes \
23095 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
23096 fi
23097 fi
23098
23099 fi
23100 eval "$ac_cv_have_x"
23101 fi # $with_x != no
23102
23103 if test "$have_x" != yes; then
23104 echo "$as_me:$LINENO: result: $have_x" >&5
23105 echo "${ECHO_T}$have_x" >&6
23106 no_x=yes
23107 else
23108 # If each of the values was on the command line, it overrides each guess.
23109 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
23110 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
23111 # Update the cache value to reflect the command line values.
23112 ac_cv_have_x="have_x=yes \
23113 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
23114 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
23115 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
23116 fi
23117
23118
23119 # Check whether we should enable the TUI, but only do so if we really
23120 # can.
23121 if test x"$enable_tui" = xyes; then
23122 if test -d $srcdir/tui; then
23123 if test "$ac_cv_search_waddstr" != no; then
23124 CONFIG_OBS="$CONFIG_OBS \$(SUBDIR_TUI_OBS)"
23125 CONFIG_DEPS="$CONFIG_DEPS \$(SUBDIR_TUI_DEPS)"
23126 CONFIG_SRCS="$CONFIG_SRCS \$(SUBDIR_TUI_SRCS)"
23127 CONFIG_INITS="$CONFIG_INITS \$(SUBDIR_TUI_INITS)"
23128 ENABLE_CFLAGS="$ENABLE_CFLAGS \$(SUBDIR_TUI_CFLAGS)"
23129 CONFIG_ALL="${CONFIG_ALL} all-tui"
23130 CONFIG_CLEAN="${CONFIG_CLEAN} clean-tui"
23131 CONFIG_INSTALL="${CONFIG_INSTALL} install-tui"
23132 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-tui"
23133 else
23134 { echo "$as_me:$LINENO: WARNING: no enhanced curses library found; disabling TUI" >&5
23135 echo "$as_me: WARNING: no enhanced curses library found; disabling TUI" >&2;}
23136 fi
23137 fi
23138 fi
23139
23140 # Unlike the sim directory, whether a simulator is linked is controlled by
23141 # presence of a SIM= and a SIM_OBS= definition in the target '.mt' file.
23142 # This code just checks for a few cases where we'd like to ignore those
23143 # definitions, even when they're present in the '.mt' file. These cases
23144 # are when --disable-sim is specified, or if the simulator directory is
23145 # not part of the source tree.
23146 #
23147 # Check whether --enable-sim or --disable-sim was given.
23148 if test "${enable_sim+set}" = set; then
23149 enableval="$enable_sim"
23150 echo "enable_sim = $enable_sim";
23151 echo "enableval = ${enableval}";
23152 case "${enableval}" in
23153 yes) ignore_sim=false ;;
23154 no) ignore_sim=true ;;
23155 *) ignore_sim=false ;;
23156 esac
23157 else
23158 ignore_sim=false
23159 fi;
23160
23161 if test ! -d "${srcdir}/../sim"; then
23162 ignore_sim=true
23163 fi
23164
23165 if test "${ignore_sim}" = "true"; then
23166 IGNORE_SIM="SIM="
23167 IGNORE_SIM_OBS="SIM_OBS="
23168 else
23169 IGNORE_SIM=""
23170 IGNORE_SIM_OBS=""
23171
23172 cat >>confdefs.h <<\_ACEOF
23173 #define WITH_SIM 1
23174 _ACEOF
23175
23176 fi
23177
23178
23179
23180
23181
23182
23183
23184
23185
23186
23187
23188
23189
23190
23191 # List of host floatformats.
23192
23193 cat >>confdefs.h <<_ACEOF
23194 #define GDB_HOST_FLOAT_FORMAT $gdb_host_float_format
23195 _ACEOF
23196
23197
23198 cat >>confdefs.h <<_ACEOF
23199 #define GDB_HOST_DOUBLE_FORMAT $gdb_host_double_format
23200 _ACEOF
23201
23202
23203 cat >>confdefs.h <<_ACEOF
23204 #define GDB_HOST_LONG_DOUBLE_FORMAT $gdb_host_long_double_format
23205 _ACEOF
23206
23207
23208 # target_subdir is used by the testsuite to find the target libraries.
23209 target_subdir=
23210 if test "${host}" != "${target}"; then
23211 target_subdir="${target_alias}/"
23212 fi
23213
23214
23215 frags=
23216 if test "${gdb_native}" = "yes"; then
23217 host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
23218 if test ! -f ${host_makefile_frag}; then
23219 { { echo "$as_me:$LINENO: error: \"*** Gdb does not support native target ${host}\"" >&5
23220 echo "$as_me: error: \"*** Gdb does not support native target ${host}\"" >&2;}
23221 { (exit 1); exit 1; }; }
23222 fi
23223 frags="$frags $host_makefile_frag"
23224 else
23225 host_makefile_frag=/dev/null
23226 fi
23227
23228 target_makefile_frag=${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt
23229 if test ! -f ${target_makefile_frag}; then
23230 { { echo "$as_me:$LINENO: error: \"*** Gdb does not support target ${target}\"" >&5
23231 echo "$as_me: error: \"*** Gdb does not support target ${target}\"" >&2;}
23232 { (exit 1); exit 1; }; }
23233 fi
23234 frags="$frags $target_makefile_frag"
23235
23236
23237
23238
23239
23240 hostfile=`sed -n '
23241 s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
23242 ' ${host_makefile_frag}`
23243
23244 targetfile=`sed -n '
23245 s/^[ ]*DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
23246 ' ${target_makefile_frag}`
23247
23248 if test "${gdb_native}" = "yes"; then
23249 # We pick this up from the host configuration file (.mh) because we
23250 # do not have a native configuration Makefile fragment.
23251 nativefile=`sed -n '
23252 s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
23253 ' ${host_makefile_frag}`
23254 fi
23255
23256
23257 if test x"${gdb_osabi}" != x ; then
23258
23259 cat >>confdefs.h <<_ACEOF
23260 #define GDB_OSABI_DEFAULT $gdb_osabi
23261 _ACEOF
23262
23263 fi
23264
23265 # Enable multi-ice-gdb-server.
23266 # Check whether --enable-multi-ice or --disable-multi-ice was given.
23267 if test "${enable_multi_ice+set}" = set; then
23268 enableval="$enable_multi_ice"
23269 case $enableval in
23270 yes | no)
23271 ;;
23272 *) { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-multi-ice" >&5
23273 echo "$as_me: error: bad value $enableval for --enable-multi-ice" >&2;}
23274 { (exit 1); exit 1; }; } ;;
23275 esac
23276 fi;
23277 if test "x$enable_multi_ice" = xyes; then
23278
23279
23280 subdirs="$subdirs multi-ice"
23281
23282 fi
23283
23284 # We only build gdbserver automatically in a native configuration.
23285 if test "$gdb_native" = "yes"; then
23286 echo "$as_me:$LINENO: checking whether gdbserver is supported on this host" >&5
23287 echo $ECHO_N "checking whether gdbserver is supported on this host... $ECHO_C" >&6
23288 if test "x$build_gdbserver" = xyes; then
23289 echo "$as_me:$LINENO: result: yes" >&5
23290 echo "${ECHO_T}yes" >&6
23291
23292
23293 subdirs="$subdirs gdbserver"
23294
23295 else
23296 echo "$as_me:$LINENO: result: no" >&5
23297 echo "${ECHO_T}no" >&6
23298 fi
23299 fi
23300
23301 # If hostfile (XM_FILE) and/or targetfile (DEPRECATED_TM_FILE) and/or
23302 # nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
23303 # to an empty version.
23304
23305 files=
23306 links=
23307
23308 rm -f xm.h
23309 xm_h=""
23310 if test "${hostfile}" != ""; then
23311 xm_h=xm.h
23312 case "${hostfile}" in
23313 xm-*.h ) GDB_XM_FILE="config/${gdb_host_cpu}/${hostfile}" ;;
23314 * ) GDB_XM_FILE="${hostfile}"
23315 esac
23316 files="${files} ${GDB_XM_FILE}"
23317 links="${links} xm.h"
23318
23319 cat >>confdefs.h <<_ACEOF
23320 #define GDB_XM_FILE "${GDB_XM_FILE}"
23321 _ACEOF
23322
23323 fi
23324
23325
23326 rm -f tm.h
23327 tm_h=""
23328 if test "${targetfile}" != ""; then
23329 tm_h=tm.h
23330 case "${targetfile}" in
23331 tm-*.h ) GDB_TM_FILE="config/${gdb_target_cpu}/${targetfile}" ;;
23332 * ) GDB_TM_FILE="${targetfile}"
23333 esac
23334 files="${files} ${GDB_TM_FILE}"
23335 links="${links} tm.h"
23336
23337 cat >>confdefs.h <<_ACEOF
23338 #define GDB_TM_FILE "${GDB_TM_FILE}"
23339 _ACEOF
23340
23341 fi
23342
23343
23344 rm -f nm.h
23345 nm_h=""
23346 if test "${nativefile}" != ""; then
23347 nm_h=nm.h
23348 case "${nativefile}" in
23349 nm-*.h ) GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}" ;;
23350 * ) GDB_NM_FILE="${nativefile}"
23351 esac
23352 files="${files} ${GDB_NM_FILE}"
23353 links="${links} nm.h"
23354
23355 cat >>confdefs.h <<_ACEOF
23356 #define GDB_NM_FILE "${GDB_NM_FILE}"
23357 _ACEOF
23358
23359 fi
23360
23361
23362 ac_sources="$files"
23363 ac_dests="$links"
23364 while test -n "$ac_sources"; do
23365 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
23366 set $ac_sources; ac_source=$1; shift; ac_sources=$*
23367 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
23368 done
23369 ac_config_links="$ac_config_links $ac_config_links_1"
23370
23371
23372
23373
23374
23375
23376 cat >>confdefs.h <<\_ACEOF
23377 #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1"
23378 _ACEOF
23379
23380
23381
23382
23383
23384 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
23385 if test "${with_libiconv_prefix+set}" = set; then
23386 withval="$with_libiconv_prefix"
23387
23388 for dir in `echo "$withval" | tr : ' '`; do
23389 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
23390 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
23391 done
23392
23393 fi;
23394
23395 echo "$as_me:$LINENO: checking for iconv" >&5
23396 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
23397 if test "${am_cv_func_iconv+set}" = set; then
23398 echo $ECHO_N "(cached) $ECHO_C" >&6
23399 else
23400
23401 am_cv_func_iconv="no, consider installing GNU libiconv"
23402 am_cv_lib_iconv=no
23403 cat >conftest.$ac_ext <<_ACEOF
23404 /* confdefs.h. */
23405 _ACEOF
23406 cat confdefs.h >>conftest.$ac_ext
23407 cat >>conftest.$ac_ext <<_ACEOF
23408 /* end confdefs.h. */
23409 #include <stdlib.h>
23410 #include <iconv.h>
23411 int
23412 main ()
23413 {
23414 iconv_t cd = iconv_open("","");
23415 iconv(cd,NULL,NULL,NULL,NULL);
23416 iconv_close(cd);
23417 ;
23418 return 0;
23419 }
23420 _ACEOF
23421 rm -f conftest.$ac_objext conftest$ac_exeext
23422 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23423 (eval $ac_link) 2>conftest.er1
23424 ac_status=$?
23425 grep -v '^ *+' conftest.er1 >conftest.err
23426 rm -f conftest.er1
23427 cat conftest.err >&5
23428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23429 (exit $ac_status); } &&
23430 { ac_try='test -z "$ac_c_werror_flag"
23431 || test ! -s conftest.err'
23432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23433 (eval $ac_try) 2>&5
23434 ac_status=$?
23435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23436 (exit $ac_status); }; } &&
23437 { ac_try='test -s conftest$ac_exeext'
23438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23439 (eval $ac_try) 2>&5
23440 ac_status=$?
23441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23442 (exit $ac_status); }; }; then
23443 am_cv_func_iconv=yes
23444 else
23445 echo "$as_me: failed program was:" >&5
23446 sed 's/^/| /' conftest.$ac_ext >&5
23447
23448 fi
23449 rm -f conftest.err conftest.$ac_objext \
23450 conftest$ac_exeext conftest.$ac_ext
23451 if test "$am_cv_func_iconv" != yes; then
23452 am_save_LIBS="$LIBS"
23453 LIBS="$LIBS -liconv"
23454 cat >conftest.$ac_ext <<_ACEOF
23455 /* confdefs.h. */
23456 _ACEOF
23457 cat confdefs.h >>conftest.$ac_ext
23458 cat >>conftest.$ac_ext <<_ACEOF
23459 /* end confdefs.h. */
23460 #include <stdlib.h>
23461 #include <iconv.h>
23462 int
23463 main ()
23464 {
23465 iconv_t cd = iconv_open("","");
23466 iconv(cd,NULL,NULL,NULL,NULL);
23467 iconv_close(cd);
23468 ;
23469 return 0;
23470 }
23471 _ACEOF
23472 rm -f conftest.$ac_objext conftest$ac_exeext
23473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23474 (eval $ac_link) 2>conftest.er1
23475 ac_status=$?
23476 grep -v '^ *+' conftest.er1 >conftest.err
23477 rm -f conftest.er1
23478 cat conftest.err >&5
23479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23480 (exit $ac_status); } &&
23481 { ac_try='test -z "$ac_c_werror_flag"
23482 || test ! -s conftest.err'
23483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23484 (eval $ac_try) 2>&5
23485 ac_status=$?
23486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23487 (exit $ac_status); }; } &&
23488 { ac_try='test -s conftest$ac_exeext'
23489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23490 (eval $ac_try) 2>&5
23491 ac_status=$?
23492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23493 (exit $ac_status); }; }; then
23494 am_cv_lib_iconv=yes
23495 am_cv_func_iconv=yes
23496 else
23497 echo "$as_me: failed program was:" >&5
23498 sed 's/^/| /' conftest.$ac_ext >&5
23499
23500 fi
23501 rm -f conftest.err conftest.$ac_objext \
23502 conftest$ac_exeext conftest.$ac_ext
23503 LIBS="$am_save_LIBS"
23504 fi
23505
23506 fi
23507 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
23508 echo "${ECHO_T}$am_cv_func_iconv" >&6
23509 if test "$am_cv_func_iconv" = yes; then
23510
23511 cat >>confdefs.h <<\_ACEOF
23512 #define HAVE_ICONV 1
23513 _ACEOF
23514
23515 echo "$as_me:$LINENO: checking for iconv declaration" >&5
23516 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
23517 if test "${am_cv_proto_iconv+set}" = set; then
23518 echo $ECHO_N "(cached) $ECHO_C" >&6
23519 else
23520
23521 cat >conftest.$ac_ext <<_ACEOF
23522 /* confdefs.h. */
23523 _ACEOF
23524 cat confdefs.h >>conftest.$ac_ext
23525 cat >>conftest.$ac_ext <<_ACEOF
23526 /* end confdefs.h. */
23527
23528 #include <stdlib.h>
23529 #include <iconv.h>
23530 extern
23531 #ifdef __cplusplus
23532 "C"
23533 #endif
23534 #if defined(__STDC__) || defined(__cplusplus)
23535 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
23536 #else
23537 size_t iconv();
23538 #endif
23539
23540 int
23541 main ()
23542 {
23543
23544 ;
23545 return 0;
23546 }
23547 _ACEOF
23548 rm -f conftest.$ac_objext
23549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23550 (eval $ac_compile) 2>conftest.er1
23551 ac_status=$?
23552 grep -v '^ *+' conftest.er1 >conftest.err
23553 rm -f conftest.er1
23554 cat conftest.err >&5
23555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23556 (exit $ac_status); } &&
23557 { ac_try='test -z "$ac_c_werror_flag"
23558 || test ! -s conftest.err'
23559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23560 (eval $ac_try) 2>&5
23561 ac_status=$?
23562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23563 (exit $ac_status); }; } &&
23564 { ac_try='test -s conftest.$ac_objext'
23565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23566 (eval $ac_try) 2>&5
23567 ac_status=$?
23568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23569 (exit $ac_status); }; }; then
23570 am_cv_proto_iconv_arg1=""
23571 else
23572 echo "$as_me: failed program was:" >&5
23573 sed 's/^/| /' conftest.$ac_ext >&5
23574
23575 am_cv_proto_iconv_arg1="const"
23576 fi
23577 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23578 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);"
23579 fi
23580
23581 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
23582 echo "$as_me:$LINENO: result: ${ac_t:-
23583 }$am_cv_proto_iconv" >&5
23584 echo "${ECHO_T}${ac_t:-
23585 }$am_cv_proto_iconv" >&6
23586
23587 cat >>confdefs.h <<_ACEOF
23588 #define ICONV_CONST $am_cv_proto_iconv_arg1
23589 _ACEOF
23590
23591 fi
23592 LIBICONV=
23593 if test "$am_cv_lib_iconv" = yes; then
23594 LIBICONV="-liconv"
23595 fi
23596
23597
23598
23599 ac_config_files="$ac_config_files Makefile .gdbinit:gdbinit.in"
23600 ac_config_commands="$ac_config_commands default"
23601 cat >confcache <<\_ACEOF
23602 # This file is a shell script that caches the results of configure
23603 # tests run on this system so they can be shared between configure
23604 # scripts and configure runs, see configure's option --config-cache.
23605 # It is not useful on other systems. If it contains results you don't
23606 # want to keep, you may remove or edit it.
23607 #
23608 # config.status only pays attention to the cache file if you give it
23609 # the --recheck option to rerun configure.
23610 #
23611 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23612 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23613 # following values.
23614
23615 _ACEOF
23616
23617 # The following way of writing the cache mishandles newlines in values,
23618 # but we know of no workaround that is simple, portable, and efficient.
23619 # So, don't put newlines in cache variables' values.
23620 # Ultrix sh set writes to stderr and can't be redirected directly,
23621 # and sets the high bit in the cache file unless we assign to the vars.
23622 {
23623 (set) 2>&1 |
23624 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23625 *ac_space=\ *)
23626 # `set' does not quote correctly, so add quotes (double-quote
23627 # substitution turns \\\\ into \\, and sed turns \\ into \).
23628 sed -n \
23629 "s/'/'\\\\''/g;
23630 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23631 ;;
23632 *)
23633 # `set' quotes correctly as required by POSIX, so do not add quotes.
23634 sed -n \
23635 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23636 ;;
23637 esac;
23638 } |
23639 sed '
23640 t clear
23641 : clear
23642 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23643 t end
23644 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23645 : end' >>confcache
23646 if diff $cache_file confcache >/dev/null 2>&1; then :; else
23647 if test -w $cache_file; then
23648 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23649 cat confcache >$cache_file
23650 else
23651 echo "not updating unwritable cache $cache_file"
23652 fi
23653 fi
23654 rm -f confcache
23655
23656 test "x$prefix" = xNONE && prefix=$ac_default_prefix
23657 # Let make expand exec_prefix.
23658 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
23659
23660 # VPATH may cause trouble with some makes, so we remove $(srcdir),
23661 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23662 # trailing colons and then remove the whole line if VPATH becomes empty
23663 # (actually we leave an empty line to preserve line numbers).
23664 if test "x$srcdir" = x.; then
23665 ac_vpsub='/^[ ]*VPATH[ ]*=/{
23666 s/:*\$(srcdir):*/:/;
23667 s/:*\${srcdir}:*/:/;
23668 s/:*@srcdir@:*/:/;
23669 s/^\([^=]*=[ ]*\):*/\1/;
23670 s/:*$//;
23671 s/^[^=]*=[ ]*$//;
23672 }'
23673 fi
23674
23675 DEFS=-DHAVE_CONFIG_H
23676
23677 ac_libobjs=
23678 ac_ltlibobjs=
23679 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
23680 # 1. Remove the extension, and $U if already installed.
23681 ac_i=`echo "$ac_i" |
23682 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
23683 # 2. Add them.
23684 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
23685 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
23686 done
23687 LIBOBJS=$ac_libobjs
23688
23689 LTLIBOBJS=$ac_ltlibobjs
23690
23691
23692 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
23693 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
23694 Usually this means the macro was only invoked conditionally." >&5
23695 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
23696 Usually this means the macro was only invoked conditionally." >&2;}
23697 { (exit 1); exit 1; }; }
23698 fi
23699
23700 : ${CONFIG_STATUS=./config.status}
23701 ac_clean_files_save=$ac_clean_files
23702 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
23703 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
23704 echo "$as_me: creating $CONFIG_STATUS" >&6;}
23705 cat >$CONFIG_STATUS <<_ACEOF
23706 #! $SHELL
23707 # Generated by $as_me.
23708 # Run this file to recreate the current configuration.
23709 # Compiler output produced by configure, useful for debugging
23710 # configure, is in config.log if it exists.
23711
23712 debug=false
23713 ac_cs_recheck=false
23714 ac_cs_silent=false
23715 SHELL=\${CONFIG_SHELL-$SHELL}
23716 _ACEOF
23717
23718 cat >>$CONFIG_STATUS <<\_ACEOF
23719 ## --------------------- ##
23720 ## M4sh Initialization. ##
23721 ## --------------------- ##
23722
23723 # Be Bourne compatible
23724 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23725 emulate sh
23726 NULLCMD=:
23727 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23728 # is contrary to our usage. Disable this feature.
23729 alias -g '${1+"$@"}'='"$@"'
23730 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23731 set -o posix
23732 fi
23733 DUALCASE=1; export DUALCASE # for MKS sh
23734
23735 # Support unset when possible.
23736 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
23737 as_unset=unset
23738 else
23739 as_unset=false
23740 fi
23741
23742
23743 # Work around bugs in pre-3.0 UWIN ksh.
23744 $as_unset ENV MAIL MAILPATH
23745 PS1='$ '
23746 PS2='> '
23747 PS4='+ '
23748
23749 # NLS nuisances.
23750 for as_var in \
23751 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
23752 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
23753 LC_TELEPHONE LC_TIME
23754 do
23755 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
23756 eval $as_var=C; export $as_var
23757 else
23758 $as_unset $as_var
23759 fi
23760 done
23761
23762 # Required to use basename.
23763 if expr a : '\(a\)' >/dev/null 2>&1; then
23764 as_expr=expr
23765 else
23766 as_expr=false
23767 fi
23768
23769 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
23770 as_basename=basename
23771 else
23772 as_basename=false
23773 fi
23774
23775
23776 # Name of the executable.
23777 as_me=`$as_basename "$0" ||
23778 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23779 X"$0" : 'X\(//\)$' \| \
23780 X"$0" : 'X\(/\)$' \| \
23781 . : '\(.\)' 2>/dev/null ||
23782 echo X/"$0" |
23783 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
23784 /^X\/\(\/\/\)$/{ s//\1/; q; }
23785 /^X\/\(\/\).*/{ s//\1/; q; }
23786 s/.*/./; q'`
23787
23788
23789 # PATH needs CR, and LINENO needs CR and PATH.
23790 # Avoid depending upon Character Ranges.
23791 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
23792 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23793 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
23794 as_cr_digits='0123456789'
23795 as_cr_alnum=$as_cr_Letters$as_cr_digits
23796
23797 # The user is always right.
23798 if test "${PATH_SEPARATOR+set}" != set; then
23799 echo "#! /bin/sh" >conf$$.sh
23800 echo "exit 0" >>conf$$.sh
23801 chmod +x conf$$.sh
23802 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
23803 PATH_SEPARATOR=';'
23804 else
23805 PATH_SEPARATOR=:
23806 fi
23807 rm -f conf$$.sh
23808 fi
23809
23810
23811 as_lineno_1=$LINENO
23812 as_lineno_2=$LINENO
23813 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
23814 test "x$as_lineno_1" != "x$as_lineno_2" &&
23815 test "x$as_lineno_3" = "x$as_lineno_2" || {
23816 # Find who we are. Look in the path if we contain no path at all
23817 # relative or not.
23818 case $0 in
23819 *[\\/]* ) as_myself=$0 ;;
23820 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23821 for as_dir in $PATH
23822 do
23823 IFS=$as_save_IFS
23824 test -z "$as_dir" && as_dir=.
23825 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
23826 done
23827
23828 ;;
23829 esac
23830 # We did not find ourselves, most probably we were run as `sh COMMAND'
23831 # in which case we are not to be found in the path.
23832 if test "x$as_myself" = x; then
23833 as_myself=$0
23834 fi
23835 if test ! -f "$as_myself"; then
23836 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
23837 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
23838 { (exit 1); exit 1; }; }
23839 fi
23840 case $CONFIG_SHELL in
23841 '')
23842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23843 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
23844 do
23845 IFS=$as_save_IFS
23846 test -z "$as_dir" && as_dir=.
23847 for as_base in sh bash ksh sh5; do
23848 case $as_dir in
23849 /*)
23850 if ("$as_dir/$as_base" -c '
23851 as_lineno_1=$LINENO
23852 as_lineno_2=$LINENO
23853 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
23854 test "x$as_lineno_1" != "x$as_lineno_2" &&
23855 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
23856 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
23857 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
23858 CONFIG_SHELL=$as_dir/$as_base
23859 export CONFIG_SHELL
23860 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
23861 fi;;
23862 esac
23863 done
23864 done
23865 ;;
23866 esac
23867
23868 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
23869 # uniformly replaced by the line number. The first 'sed' inserts a
23870 # line-number line before each line; the second 'sed' does the real
23871 # work. The second script uses 'N' to pair each line-number line
23872 # with the numbered line, and appends trailing '-' during
23873 # substitution so that $LINENO is not a special case at line end.
23874 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
23875 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
23876 sed '=' <$as_myself |
23877 sed '
23878 N
23879 s,$,-,
23880 : loop
23881 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
23882 t loop
23883 s,-$,,
23884 s,^['$as_cr_digits']*\n,,
23885 ' >$as_me.lineno &&
23886 chmod +x $as_me.lineno ||
23887 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
23888 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
23889 { (exit 1); exit 1; }; }
23890
23891 # Don't try to exec as it changes $[0], causing all sort of problems
23892 # (the dirname of $[0] is not the place where we might find the
23893 # original and so on. Autoconf is especially sensible to this).
23894 . ./$as_me.lineno
23895 # Exit status is that of the last command.
23896 exit
23897 }
23898
23899
23900 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
23901 *c*,-n*) ECHO_N= ECHO_C='
23902 ' ECHO_T=' ' ;;
23903 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
23904 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
23905 esac
23906
23907 if expr a : '\(a\)' >/dev/null 2>&1; then
23908 as_expr=expr
23909 else
23910 as_expr=false
23911 fi
23912
23913 rm -f conf$$ conf$$.exe conf$$.file
23914 echo >conf$$.file
23915 if ln -s conf$$.file conf$$ 2>/dev/null; then
23916 # We could just check for DJGPP; but this test a) works b) is more generic
23917 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
23918 if test -f conf$$.exe; then
23919 # Don't use ln at all; we don't have any links
23920 as_ln_s='cp -p'
23921 else
23922 as_ln_s='ln -s'
23923 fi
23924 elif ln conf$$.file conf$$ 2>/dev/null; then
23925 as_ln_s=ln
23926 else
23927 as_ln_s='cp -p'
23928 fi
23929 rm -f conf$$ conf$$.exe conf$$.file
23930
23931 if mkdir -p . 2>/dev/null; then
23932 as_mkdir_p=:
23933 else
23934 test -d ./-p && rmdir ./-p
23935 as_mkdir_p=false
23936 fi
23937
23938 as_executable_p="test -f"
23939
23940 # Sed expression to map a string onto a valid CPP name.
23941 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
23942
23943 # Sed expression to map a string onto a valid variable name.
23944 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23945
23946
23947 # IFS
23948 # We need space, tab and new line, in precisely that order.
23949 as_nl='
23950 '
23951 IFS=" $as_nl"
23952
23953 # CDPATH.
23954 $as_unset CDPATH
23955
23956 exec 6>&1
23957
23958 # Open the log real soon, to keep \$[0] and so on meaningful, and to
23959 # report actual input values of CONFIG_FILES etc. instead of their
23960 # values after options handling. Logging --version etc. is OK.
23961 exec 5>>config.log
23962 {
23963 echo
23964 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23965 ## Running $as_me. ##
23966 _ASBOX
23967 } >&5
23968 cat >&5 <<_CSEOF
23969
23970 This file was extended by $as_me, which was
23971 generated by GNU Autoconf 2.59. Invocation command line was
23972
23973 CONFIG_FILES = $CONFIG_FILES
23974 CONFIG_HEADERS = $CONFIG_HEADERS
23975 CONFIG_LINKS = $CONFIG_LINKS
23976 CONFIG_COMMANDS = $CONFIG_COMMANDS
23977 $ $0 $@
23978
23979 _CSEOF
23980 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
23981 echo >&5
23982 _ACEOF
23983
23984 # Files that config.status was made for.
23985 if test -n "$ac_config_files"; then
23986 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
23987 fi
23988
23989 if test -n "$ac_config_headers"; then
23990 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
23991 fi
23992
23993 if test -n "$ac_config_links"; then
23994 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
23995 fi
23996
23997 if test -n "$ac_config_commands"; then
23998 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
23999 fi
24000
24001 cat >>$CONFIG_STATUS <<\_ACEOF
24002
24003 ac_cs_usage="\
24004 \`$as_me' instantiates files from templates according to the
24005 current configuration.
24006
24007 Usage: $0 [OPTIONS] [FILE]...
24008
24009 -h, --help print this help, then exit
24010 -V, --version print version number, then exit
24011 -q, --quiet do not print progress messages
24012 -d, --debug don't remove temporary files
24013 --recheck update $as_me by reconfiguring in the same conditions
24014 --file=FILE[:TEMPLATE]
24015 instantiate the configuration file FILE
24016 --header=FILE[:TEMPLATE]
24017 instantiate the configuration header FILE
24018
24019 Configuration files:
24020 $config_files
24021
24022 Configuration headers:
24023 $config_headers
24024
24025 Configuration links:
24026 $config_links
24027
24028 Configuration commands:
24029 $config_commands
24030
24031 Report bugs to <bug-autoconf@gnu.org>."
24032 _ACEOF
24033
24034 cat >>$CONFIG_STATUS <<_ACEOF
24035 ac_cs_version="\\
24036 config.status
24037 configured by $0, generated by GNU Autoconf 2.59,
24038 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
24039
24040 Copyright (C) 2003 Free Software Foundation, Inc.
24041 This config.status script is free software; the Free Software Foundation
24042 gives unlimited permission to copy, distribute and modify it."
24043 srcdir=$srcdir
24044 INSTALL="$INSTALL"
24045 _ACEOF
24046
24047 cat >>$CONFIG_STATUS <<\_ACEOF
24048 # If no file are specified by the user, then we need to provide default
24049 # value. By we need to know if files were specified by the user.
24050 ac_need_defaults=:
24051 while test $# != 0
24052 do
24053 case $1 in
24054 --*=*)
24055 ac_option=`expr "x$1" : 'x\([^=]*\)='`
24056 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
24057 ac_shift=:
24058 ;;
24059 -*)
24060 ac_option=$1
24061 ac_optarg=$2
24062 ac_shift=shift
24063 ;;
24064 *) # This is not an option, so the user has probably given explicit
24065 # arguments.
24066 ac_option=$1
24067 ac_need_defaults=false;;
24068 esac
24069
24070 case $ac_option in
24071 # Handling of the options.
24072 _ACEOF
24073 cat >>$CONFIG_STATUS <<\_ACEOF
24074 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24075 ac_cs_recheck=: ;;
24076 --version | --vers* | -V )
24077 echo "$ac_cs_version"; exit 0 ;;
24078 --he | --h)
24079 # Conflict between --help and --header
24080 { { echo "$as_me:$LINENO: error: ambiguous option: $1
24081 Try \`$0 --help' for more information." >&5
24082 echo "$as_me: error: ambiguous option: $1
24083 Try \`$0 --help' for more information." >&2;}
24084 { (exit 1); exit 1; }; };;
24085 --help | --hel | -h )
24086 echo "$ac_cs_usage"; exit 0 ;;
24087 --debug | --d* | -d )
24088 debug=: ;;
24089 --file | --fil | --fi | --f )
24090 $ac_shift
24091 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
24092 ac_need_defaults=false;;
24093 --header | --heade | --head | --hea )
24094 $ac_shift
24095 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
24096 ac_need_defaults=false;;
24097 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
24098 | -silent | --silent | --silen | --sile | --sil | --si | --s)
24099 ac_cs_silent=: ;;
24100
24101 # This is an error.
24102 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
24103 Try \`$0 --help' for more information." >&5
24104 echo "$as_me: error: unrecognized option: $1
24105 Try \`$0 --help' for more information." >&2;}
24106 { (exit 1); exit 1; }; } ;;
24107
24108 *) ac_config_targets="$ac_config_targets $1" ;;
24109
24110 esac
24111 shift
24112 done
24113
24114 ac_configure_extra_args=
24115
24116 if $ac_cs_silent; then
24117 exec 6>/dev/null
24118 ac_configure_extra_args="$ac_configure_extra_args --silent"
24119 fi
24120
24121 _ACEOF
24122 cat >>$CONFIG_STATUS <<_ACEOF
24123 if \$ac_cs_recheck; then
24124 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24125 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24126 fi
24127
24128 _ACEOF
24129
24130 cat >>$CONFIG_STATUS <<_ACEOF
24131 #
24132 # INIT-COMMANDS section.
24133 #
24134
24135
24136 GCC="$GCC"
24137 CC="$CC"
24138 acx_cv_header_stdint="$acx_cv_header_stdint"
24139 acx_cv_type_int8_t="$acx_cv_type_int8_t"
24140 acx_cv_type_int16_t="$acx_cv_type_int16_t"
24141 acx_cv_type_int32_t="$acx_cv_type_int32_t"
24142 acx_cv_type_int64_t="$acx_cv_type_int64_t"
24143 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
24144 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
24145 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
24146 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
24147 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
24148 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
24149 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
24150 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
24151 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
24152
24153
24154 gdb_host_cpu=$gdb_host_cpu
24155 gdb_target_cpu=$gdb_target_cpu
24156 nativefile=$nativefile
24157
24158
24159 _ACEOF
24160
24161
24162
24163 cat >>$CONFIG_STATUS <<\_ACEOF
24164 for ac_config_target in $ac_config_targets
24165 do
24166 case "$ac_config_target" in
24167 # Handling of arguments.
24168 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24169 ".gdbinit" ) CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
24170 "$ac_config_links_1" ) CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
24171 "gdb_stdint.h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS gdb_stdint.h" ;;
24172 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
24173 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
24174 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24175 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24176 { (exit 1); exit 1; }; };;
24177 esac
24178 done
24179
24180 # If the user did not use the arguments to specify the items to instantiate,
24181 # then the envvar interface is used. Set only those that are not.
24182 # We use the long form for the default assignment because of an extremely
24183 # bizarre bug on SunOS 4.1.3.
24184 if $ac_need_defaults; then
24185 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
24186 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
24187 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
24188 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
24189 fi
24190
24191 # Have a temporary directory for convenience. Make it in the build tree
24192 # simply because there is no reason to put it here, and in addition,
24193 # creating and moving files from /tmp can sometimes cause problems.
24194 # Create a temporary directory, and hook for its removal unless debugging.
24195 $debug ||
24196 {
24197 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
24198 trap '{ (exit 1); exit 1; }' 1 2 13 15
24199 }
24200
24201 # Create a (secure) tmp directory for tmp files.
24202
24203 {
24204 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
24205 test -n "$tmp" && test -d "$tmp"
24206 } ||
24207 {
24208 tmp=./confstat$$-$RANDOM
24209 (umask 077 && mkdir $tmp)
24210 } ||
24211 {
24212 echo "$me: cannot create a temporary directory in ." >&2
24213 { (exit 1); exit 1; }
24214 }
24215
24216 _ACEOF
24217
24218 cat >>$CONFIG_STATUS <<_ACEOF
24219
24220 #
24221 # CONFIG_FILES section.
24222 #
24223
24224 # No need to generate the scripts if there are no CONFIG_FILES.
24225 # This happens for instance when ./config.status config.h
24226 if test -n "\$CONFIG_FILES"; then
24227 # Protect against being on the right side of a sed subst in config.status.
24228 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
24229 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
24230 s,@SHELL@,$SHELL,;t t
24231 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
24232 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
24233 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
24234 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
24235 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
24236 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
24237 s,@exec_prefix@,$exec_prefix,;t t
24238 s,@prefix@,$prefix,;t t
24239 s,@program_transform_name@,$program_transform_name,;t t
24240 s,@bindir@,$bindir,;t t
24241 s,@sbindir@,$sbindir,;t t
24242 s,@libexecdir@,$libexecdir,;t t
24243 s,@datadir@,$datadir,;t t
24244 s,@sysconfdir@,$sysconfdir,;t t
24245 s,@sharedstatedir@,$sharedstatedir,;t t
24246 s,@localstatedir@,$localstatedir,;t t
24247 s,@libdir@,$libdir,;t t
24248 s,@includedir@,$includedir,;t t
24249 s,@oldincludedir@,$oldincludedir,;t t
24250 s,@infodir@,$infodir,;t t
24251 s,@mandir@,$mandir,;t t
24252 s,@build_alias@,$build_alias,;t t
24253 s,@host_alias@,$host_alias,;t t
24254 s,@target_alias@,$target_alias,;t t
24255 s,@DEFS@,$DEFS,;t t
24256 s,@ECHO_C@,$ECHO_C,;t t
24257 s,@ECHO_N@,$ECHO_N,;t t
24258 s,@ECHO_T@,$ECHO_T,;t t
24259 s,@LIBS@,$LIBS,;t t
24260 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
24261 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
24262 s,@MAINT@,$MAINT,;t t
24263 s,@CC@,$CC,;t t
24264 s,@CFLAGS@,$CFLAGS,;t t
24265 s,@LDFLAGS@,$LDFLAGS,;t t
24266 s,@CPPFLAGS@,$CPPFLAGS,;t t
24267 s,@ac_ct_CC@,$ac_ct_CC,;t t
24268 s,@EXEEXT@,$EXEEXT,;t t
24269 s,@OBJEXT@,$OBJEXT,;t t
24270 s,@CPP@,$CPP,;t t
24271 s,@EGREP@,$EGREP,;t t
24272 s,@build@,$build,;t t
24273 s,@build_cpu@,$build_cpu,;t t
24274 s,@build_vendor@,$build_vendor,;t t
24275 s,@build_os@,$build_os,;t t
24276 s,@host@,$host,;t t
24277 s,@host_cpu@,$host_cpu,;t t
24278 s,@host_vendor@,$host_vendor,;t t
24279 s,@host_os@,$host_os,;t t
24280 s,@target@,$target,;t t
24281 s,@target_cpu@,$target_cpu,;t t
24282 s,@target_vendor@,$target_vendor,;t t
24283 s,@target_os@,$target_os,;t t
24284 s,@USE_NLS@,$USE_NLS,;t t
24285 s,@LIBINTL@,$LIBINTL,;t t
24286 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
24287 s,@INCINTL@,$INCINTL,;t t
24288 s,@XGETTEXT@,$XGETTEXT,;t t
24289 s,@GMSGFMT@,$GMSGFMT,;t t
24290 s,@POSUB@,$POSUB,;t t
24291 s,@CATALOGS@,$CATALOGS,;t t
24292 s,@DATADIRNAME@,$DATADIRNAME,;t t
24293 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
24294 s,@GENCAT@,$GENCAT,;t t
24295 s,@CATOBJEXT@,$CATOBJEXT,;t t
24296 s,@localedir@,$localedir,;t t
24297 s,@PACKAGE@,$PACKAGE,;t t
24298 s,@subdirs@,$subdirs,;t t
24299 s,@AWK@,$AWK,;t t
24300 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
24301 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
24302 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
24303 s,@LN_S@,$LN_S,;t t
24304 s,@RANLIB@,$RANLIB,;t t
24305 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
24306 s,@YACC@,$YACC,;t t
24307 s,@AR@,$AR,;t t
24308 s,@ac_ct_AR@,$ac_ct_AR,;t t
24309 s,@DLLTOOL@,$DLLTOOL,;t t
24310 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
24311 s,@WINDRES@,$WINDRES,;t t
24312 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
24313 s,@MIG@,$MIG,;t t
24314 s,@ac_ct_MIG@,$ac_ct_MIG,;t t
24315 s,@HAVE_LIBEXPAT@,$HAVE_LIBEXPAT,;t t
24316 s,@LIBEXPAT@,$LIBEXPAT,;t t
24317 s,@LTLIBEXPAT@,$LTLIBEXPAT,;t t
24318 s,@ALLOCA@,$ALLOCA,;t t
24319 s,@CONFIG_LDFLAGS@,$CONFIG_LDFLAGS,;t t
24320 s,@TARGET_SYSTEM_ROOT@,$TARGET_SYSTEM_ROOT,;t t
24321 s,@TARGET_SYSTEM_ROOT_DEFINE@,$TARGET_SYSTEM_ROOT_DEFINE,;t t
24322 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
24323 s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
24324 s,@SER_HARDWIRE@,$SER_HARDWIRE,;t t
24325 s,@WIN32LIBS@,$WIN32LIBS,;t t
24326 s,@LIBGUI@,$LIBGUI,;t t
24327 s,@GUI_CFLAGS_X@,$GUI_CFLAGS_X,;t t
24328 s,@WIN32LDAPP@,$WIN32LDAPP,;t t
24329 s,@TCL_VERSION@,$TCL_VERSION,;t t
24330 s,@TCL_MAJOR_VERSION@,$TCL_MAJOR_VERSION,;t t
24331 s,@TCL_MINOR_VERSION@,$TCL_MINOR_VERSION,;t t
24332 s,@TCL_CC@,$TCL_CC,;t t
24333 s,@TCL_DEFS@,$TCL_DEFS,;t t
24334 s,@TCL_SHLIB_CFLAGS@,$TCL_SHLIB_CFLAGS,;t t
24335 s,@TCL_SHLIB_LD@,$TCL_SHLIB_LD,;t t
24336 s,@TCL_SHLIB_LD_LIBS@,$TCL_SHLIB_LD_LIBS,;t t
24337 s,@TCL_SHLIB_SUFFIX@,$TCL_SHLIB_SUFFIX,;t t
24338 s,@TCL_DL_LIBS@,$TCL_DL_LIBS,;t t
24339 s,@TCL_LD_FLAGS@,$TCL_LD_FLAGS,;t t
24340 s,@TCL_LD_SEARCH_FLAGS@,$TCL_LD_SEARCH_FLAGS,;t t
24341 s,@TCL_CC_SEARCH_FLAGS@,$TCL_CC_SEARCH_FLAGS,;t t
24342 s,@TCL_COMPAT_OBJS@,$TCL_COMPAT_OBJS,;t t
24343 s,@TCL_RANLIB@,$TCL_RANLIB,;t t
24344 s,@TCL_BUILD_LIB_SPEC@,$TCL_BUILD_LIB_SPEC,;t t
24345 s,@TCL_LIB_SPEC@,$TCL_LIB_SPEC,;t t
24346 s,@TCL_LIB_VERSIONS_OK@,$TCL_LIB_VERSIONS_OK,;t t
24347 s,@TK_VERSION@,$TK_VERSION,;t t
24348 s,@TK_DEFS@,$TK_DEFS,;t t
24349 s,@TK_BUILD_INCLUDES@,$TK_BUILD_INCLUDES,;t t
24350 s,@TK_XINCLUDES@,$TK_XINCLUDES,;t t
24351 s,@TK_XLIBSW@,$TK_XLIBSW,;t t
24352 s,@TK_BUILD_LIB_SPEC@,$TK_BUILD_LIB_SPEC,;t t
24353 s,@TK_LIB_SPEC@,$TK_LIB_SPEC,;t t
24354 s,@TCLHDIR@,$TCLHDIR,;t t
24355 s,@TKHDIR@,$TKHDIR,;t t
24356 s,@ITCLHDIR@,$ITCLHDIR,;t t
24357 s,@ITKHDIR@,$ITKHDIR,;t t
24358 s,@ITCL_VERSION@,$ITCL_VERSION,;t t
24359 s,@ITCL_DEFS@,$ITCL_DEFS,;t t
24360 s,@ITCL_BUILD_INCLUDES@,$ITCL_BUILD_INCLUDES,;t t
24361 s,@ITCL_BUILD_LIB_SPEC@,$ITCL_BUILD_LIB_SPEC,;t t
24362 s,@ITCL_LIB_SPEC@,$ITCL_LIB_SPEC,;t t
24363 s,@ITK_VERSION@,$ITK_VERSION,;t t
24364 s,@ITK_DEFS@,$ITK_DEFS,;t t
24365 s,@ITK_BUILD_INCLUDES@,$ITK_BUILD_INCLUDES,;t t
24366 s,@ITK_BUILD_LIB_SPEC@,$ITK_BUILD_LIB_SPEC,;t t
24367 s,@ITK_LIB_SPEC@,$ITK_LIB_SPEC,;t t
24368 s,@X_CFLAGS@,$X_CFLAGS,;t t
24369 s,@X_LDFLAGS@,$X_LDFLAGS,;t t
24370 s,@X_LIBS@,$X_LIBS,;t t
24371 s,@TCL_DEPS@,$TCL_DEPS,;t t
24372 s,@TK_DEPS@,$TK_DEPS,;t t
24373 s,@ITCLLIB@,$ITCLLIB,;t t
24374 s,@ITCL_DEPS@,$ITCL_DEPS,;t t
24375 s,@ITKLIB@,$ITKLIB,;t t
24376 s,@ITK_DEPS@,$ITK_DEPS,;t t
24377 s,@GDBTKLIBS@,$GDBTKLIBS,;t t
24378 s,@GDBTK_CFLAGS@,$GDBTK_CFLAGS,;t t
24379 s,@GDBTK_SRC_DIR@,$GDBTK_SRC_DIR,;t t
24380 s,@IGNORE_SIM@,$IGNORE_SIM,;t t
24381 s,@IGNORE_SIM_OBS@,$IGNORE_SIM_OBS,;t t
24382 s,@ENABLE_CFLAGS@,$ENABLE_CFLAGS,;t t
24383 s,@PROFILE_CFLAGS@,$PROFILE_CFLAGS,;t t
24384 s,@CONFIG_OBS@,$CONFIG_OBS,;t t
24385 s,@CONFIG_DEPS@,$CONFIG_DEPS,;t t
24386 s,@CONFIG_SRCS@,$CONFIG_SRCS,;t t
24387 s,@CONFIG_ALL@,$CONFIG_ALL,;t t
24388 s,@CONFIG_CLEAN@,$CONFIG_CLEAN,;t t
24389 s,@CONFIG_INSTALL@,$CONFIG_INSTALL,;t t
24390 s,@CONFIG_UNINSTALL@,$CONFIG_UNINSTALL,;t t
24391 s,@target_subdir@,$target_subdir,;t t
24392 s,@frags@,$frags,;t t
24393 s,@xm_h@,$xm_h,;t t
24394 s,@tm_h@,$tm_h,;t t
24395 s,@nm_h@,$nm_h,;t t
24396 s,@LIBICONV@,$LIBICONV,;t t
24397 s,@LIBOBJS@,$LIBOBJS,;t t
24398 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
24399 /@host_makefile_frag@/r $host_makefile_frag
24400 s,@host_makefile_frag@,,;t t
24401 /@target_makefile_frag@/r $target_makefile_frag
24402 s,@target_makefile_frag@,,;t t
24403 CEOF
24404
24405 _ACEOF
24406
24407 cat >>$CONFIG_STATUS <<\_ACEOF
24408 # Split the substitutions into bite-sized pieces for seds with
24409 # small command number limits, like on Digital OSF/1 and HP-UX.
24410 ac_max_sed_lines=48
24411 ac_sed_frag=1 # Number of current file.
24412 ac_beg=1 # First line for current file.
24413 ac_end=$ac_max_sed_lines # Line after last line for current file.
24414 ac_more_lines=:
24415 ac_sed_cmds=
24416 while $ac_more_lines; do
24417 if test $ac_beg -gt 1; then
24418 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
24419 else
24420 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
24421 fi
24422 if test ! -s $tmp/subs.frag; then
24423 ac_more_lines=false
24424 else
24425 # The purpose of the label and of the branching condition is to
24426 # speed up the sed processing (if there are no `@' at all, there
24427 # is no need to browse any of the substitutions).
24428 # These are the two extra sed commands mentioned above.
24429 (echo ':t
24430 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
24431 if test -z "$ac_sed_cmds"; then
24432 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
24433 else
24434 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
24435 fi
24436 ac_sed_frag=`expr $ac_sed_frag + 1`
24437 ac_beg=$ac_end
24438 ac_end=`expr $ac_end + $ac_max_sed_lines`
24439 fi
24440 done
24441 if test -z "$ac_sed_cmds"; then
24442 ac_sed_cmds=cat
24443 fi
24444 fi # test -n "$CONFIG_FILES"
24445
24446 _ACEOF
24447 cat >>$CONFIG_STATUS <<\_ACEOF
24448 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
24449 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
24450 case $ac_file in
24451 - | *:- | *:-:* ) # input from stdin
24452 cat >$tmp/stdin
24453 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
24454 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
24455 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
24456 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
24457 * ) ac_file_in=$ac_file.in ;;
24458 esac
24459
24460 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
24461 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
24462 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24463 X"$ac_file" : 'X\(//\)[^/]' \| \
24464 X"$ac_file" : 'X\(//\)$' \| \
24465 X"$ac_file" : 'X\(/\)' \| \
24466 . : '\(.\)' 2>/dev/null ||
24467 echo X"$ac_file" |
24468 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24469 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24470 /^X\(\/\/\)$/{ s//\1/; q; }
24471 /^X\(\/\).*/{ s//\1/; q; }
24472 s/.*/./; q'`
24473 { if $as_mkdir_p; then
24474 mkdir -p "$ac_dir"
24475 else
24476 as_dir="$ac_dir"
24477 as_dirs=
24478 while test ! -d "$as_dir"; do
24479 as_dirs="$as_dir $as_dirs"
24480 as_dir=`(dirname "$as_dir") 2>/dev/null ||
24481 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24482 X"$as_dir" : 'X\(//\)[^/]' \| \
24483 X"$as_dir" : 'X\(//\)$' \| \
24484 X"$as_dir" : 'X\(/\)' \| \
24485 . : '\(.\)' 2>/dev/null ||
24486 echo X"$as_dir" |
24487 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24488 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24489 /^X\(\/\/\)$/{ s//\1/; q; }
24490 /^X\(\/\).*/{ s//\1/; q; }
24491 s/.*/./; q'`
24492 done
24493 test ! -n "$as_dirs" || mkdir $as_dirs
24494 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
24495 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
24496 { (exit 1); exit 1; }; }; }
24497
24498 ac_builddir=.
24499
24500 if test "$ac_dir" != .; then
24501 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24502 # A "../" for each directory in $ac_dir_suffix.
24503 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
24504 else
24505 ac_dir_suffix= ac_top_builddir=
24506 fi
24507
24508 case $srcdir in
24509 .) # No --srcdir option. We are building in place.
24510 ac_srcdir=.
24511 if test -z "$ac_top_builddir"; then
24512 ac_top_srcdir=.
24513 else
24514 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
24515 fi ;;
24516 [\\/]* | ?:[\\/]* ) # Absolute path.
24517 ac_srcdir=$srcdir$ac_dir_suffix;
24518 ac_top_srcdir=$srcdir ;;
24519 *) # Relative path.
24520 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
24521 ac_top_srcdir=$ac_top_builddir$srcdir ;;
24522 esac
24523
24524 # Do not use `cd foo && pwd` to compute absolute paths, because
24525 # the directories may not exist.
24526 case `pwd` in
24527 .) ac_abs_builddir="$ac_dir";;
24528 *)
24529 case "$ac_dir" in
24530 .) ac_abs_builddir=`pwd`;;
24531 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
24532 *) ac_abs_builddir=`pwd`/"$ac_dir";;
24533 esac;;
24534 esac
24535 case $ac_abs_builddir in
24536 .) ac_abs_top_builddir=${ac_top_builddir}.;;
24537 *)
24538 case ${ac_top_builddir}. in
24539 .) ac_abs_top_builddir=$ac_abs_builddir;;
24540 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
24541 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
24542 esac;;
24543 esac
24544 case $ac_abs_builddir in
24545 .) ac_abs_srcdir=$ac_srcdir;;
24546 *)
24547 case $ac_srcdir in
24548 .) ac_abs_srcdir=$ac_abs_builddir;;
24549 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
24550 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
24551 esac;;
24552 esac
24553 case $ac_abs_builddir in
24554 .) ac_abs_top_srcdir=$ac_top_srcdir;;
24555 *)
24556 case $ac_top_srcdir in
24557 .) ac_abs_top_srcdir=$ac_abs_builddir;;
24558 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
24559 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
24560 esac;;
24561 esac
24562
24563
24564 case $INSTALL in
24565 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
24566 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
24567 esac
24568
24569 if test x"$ac_file" != x-; then
24570 { echo "$as_me:$LINENO: creating $ac_file" >&5
24571 echo "$as_me: creating $ac_file" >&6;}
24572 rm -f "$ac_file"
24573 fi
24574 # Let's still pretend it is `configure' which instantiates (i.e., don't
24575 # use $as_me), people would be surprised to read:
24576 # /* config.h. Generated by config.status. */
24577 if test x"$ac_file" = x-; then
24578 configure_input=
24579 else
24580 configure_input="$ac_file. "
24581 fi
24582 configure_input=$configure_input"Generated from `echo $ac_file_in |
24583 sed 's,.*/,,'` by configure."
24584
24585 # First look for the input files in the build tree, otherwise in the
24586 # src tree.
24587 ac_file_inputs=`IFS=:
24588 for f in $ac_file_in; do
24589 case $f in
24590 -) echo $tmp/stdin ;;
24591 [\\/$]*)
24592 # Absolute (can't be DOS-style, as IFS=:)
24593 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24594 echo "$as_me: error: cannot find input file: $f" >&2;}
24595 { (exit 1); exit 1; }; }
24596 echo "$f";;
24597 *) # Relative
24598 if test -f "$f"; then
24599 # Build tree
24600 echo "$f"
24601 elif test -f "$srcdir/$f"; then
24602 # Source tree
24603 echo "$srcdir/$f"
24604 else
24605 # /dev/null tree
24606 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24607 echo "$as_me: error: cannot find input file: $f" >&2;}
24608 { (exit 1); exit 1; }; }
24609 fi;;
24610 esac
24611 done` || { (exit 1); exit 1; }
24612 _ACEOF
24613 cat >>$CONFIG_STATUS <<_ACEOF
24614 sed "$ac_vpsub
24615 $extrasub
24616 _ACEOF
24617 cat >>$CONFIG_STATUS <<\_ACEOF
24618 :t
24619 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24620 s,@configure_input@,$configure_input,;t t
24621 s,@srcdir@,$ac_srcdir,;t t
24622 s,@abs_srcdir@,$ac_abs_srcdir,;t t
24623 s,@top_srcdir@,$ac_top_srcdir,;t t
24624 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
24625 s,@builddir@,$ac_builddir,;t t
24626 s,@abs_builddir@,$ac_abs_builddir,;t t
24627 s,@top_builddir@,$ac_top_builddir,;t t
24628 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
24629 s,@INSTALL@,$ac_INSTALL,;t t
24630 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
24631 rm -f $tmp/stdin
24632 if test x"$ac_file" != x-; then
24633 mv $tmp/out $ac_file
24634 else
24635 cat $tmp/out
24636 rm -f $tmp/out
24637 fi
24638
24639 done
24640 _ACEOF
24641 cat >>$CONFIG_STATUS <<\_ACEOF
24642
24643 #
24644 # CONFIG_HEADER section.
24645 #
24646
24647 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
24648 # NAME is the cpp macro being defined and VALUE is the value it is being given.
24649 #
24650 # ac_d sets the value in "#define NAME VALUE" lines.
24651 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
24652 ac_dB='[ ].*$,\1#\2'
24653 ac_dC=' '
24654 ac_dD=',;t'
24655 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
24656 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
24657 ac_uB='$,\1#\2define\3'
24658 ac_uC=' '
24659 ac_uD=',;t'
24660
24661 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
24662 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
24663 case $ac_file in
24664 - | *:- | *:-:* ) # input from stdin
24665 cat >$tmp/stdin
24666 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
24667 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
24668 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
24669 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
24670 * ) ac_file_in=$ac_file.in ;;
24671 esac
24672
24673 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
24674 echo "$as_me: creating $ac_file" >&6;}
24675
24676 # First look for the input files in the build tree, otherwise in the
24677 # src tree.
24678 ac_file_inputs=`IFS=:
24679 for f in $ac_file_in; do
24680 case $f in
24681 -) echo $tmp/stdin ;;
24682 [\\/$]*)
24683 # Absolute (can't be DOS-style, as IFS=:)
24684 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24685 echo "$as_me: error: cannot find input file: $f" >&2;}
24686 { (exit 1); exit 1; }; }
24687 # Do quote $f, to prevent DOS paths from being IFS'd.
24688 echo "$f";;
24689 *) # Relative
24690 if test -f "$f"; then
24691 # Build tree
24692 echo "$f"
24693 elif test -f "$srcdir/$f"; then
24694 # Source tree
24695 echo "$srcdir/$f"
24696 else
24697 # /dev/null tree
24698 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24699 echo "$as_me: error: cannot find input file: $f" >&2;}
24700 { (exit 1); exit 1; }; }
24701 fi;;
24702 esac
24703 done` || { (exit 1); exit 1; }
24704 # Remove the trailing spaces.
24705 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
24706
24707 _ACEOF
24708
24709 # Transform confdefs.h into two sed scripts, `conftest.defines' and
24710 # `conftest.undefs', that substitutes the proper values into
24711 # config.h.in to produce config.h. The first handles `#define'
24712 # templates, and the second `#undef' templates.
24713 # And first: Protect against being on the right side of a sed subst in
24714 # config.status. Protect against being in an unquoted here document
24715 # in config.status.
24716 rm -f conftest.defines conftest.undefs
24717 # Using a here document instead of a string reduces the quoting nightmare.
24718 # Putting comments in sed scripts is not portable.
24719 #
24720 # `end' is used to avoid that the second main sed command (meant for
24721 # 0-ary CPP macros) applies to n-ary macro definitions.
24722 # See the Autoconf documentation for `clear'.
24723 cat >confdef2sed.sed <<\_ACEOF
24724 s/[\\&,]/\\&/g
24725 s,[\\$`],\\&,g
24726 t clear
24727 : clear
24728 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
24729 t end
24730 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
24731 : end
24732 _ACEOF
24733 # If some macros were called several times there might be several times
24734 # the same #defines, which is useless. Nevertheless, we may not want to
24735 # sort them, since we want the *last* AC-DEFINE to be honored.
24736 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
24737 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
24738 rm -f confdef2sed.sed
24739
24740 # This sed command replaces #undef with comments. This is necessary, for
24741 # example, in the case of _POSIX_SOURCE, which is predefined and required
24742 # on some systems where configure will not decide to define it.
24743 cat >>conftest.undefs <<\_ACEOF
24744 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
24745 _ACEOF
24746
24747 # Break up conftest.defines because some shells have a limit on the size
24748 # of here documents, and old seds have small limits too (100 cmds).
24749 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
24750 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
24751 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
24752 echo ' :' >>$CONFIG_STATUS
24753 rm -f conftest.tail
24754 while grep . conftest.defines >/dev/null
24755 do
24756 # Write a limited-size here document to $tmp/defines.sed.
24757 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
24758 # Speed up: don't consider the non `#define' lines.
24759 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
24760 # Work around the forget-to-reset-the-flag bug.
24761 echo 't clr' >>$CONFIG_STATUS
24762 echo ': clr' >>$CONFIG_STATUS
24763 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
24764 echo 'CEOF
24765 sed -f $tmp/defines.sed $tmp/in >$tmp/out
24766 rm -f $tmp/in
24767 mv $tmp/out $tmp/in
24768 ' >>$CONFIG_STATUS
24769 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
24770 rm -f conftest.defines
24771 mv conftest.tail conftest.defines
24772 done
24773 rm -f conftest.defines
24774 echo ' fi # grep' >>$CONFIG_STATUS
24775 echo >>$CONFIG_STATUS
24776
24777 # Break up conftest.undefs because some shells have a limit on the size
24778 # of here documents, and old seds have small limits too (100 cmds).
24779 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
24780 rm -f conftest.tail
24781 while grep . conftest.undefs >/dev/null
24782 do
24783 # Write a limited-size here document to $tmp/undefs.sed.
24784 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
24785 # Speed up: don't consider the non `#undef'
24786 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
24787 # Work around the forget-to-reset-the-flag bug.
24788 echo 't clr' >>$CONFIG_STATUS
24789 echo ': clr' >>$CONFIG_STATUS
24790 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
24791 echo 'CEOF
24792 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
24793 rm -f $tmp/in
24794 mv $tmp/out $tmp/in
24795 ' >>$CONFIG_STATUS
24796 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
24797 rm -f conftest.undefs
24798 mv conftest.tail conftest.undefs
24799 done
24800 rm -f conftest.undefs
24801
24802 cat >>$CONFIG_STATUS <<\_ACEOF
24803 # Let's still pretend it is `configure' which instantiates (i.e., don't
24804 # use $as_me), people would be surprised to read:
24805 # /* config.h. Generated by config.status. */
24806 if test x"$ac_file" = x-; then
24807 echo "/* Generated by configure. */" >$tmp/config.h
24808 else
24809 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
24810 fi
24811 cat $tmp/in >>$tmp/config.h
24812 rm -f $tmp/in
24813 if test x"$ac_file" != x-; then
24814 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
24815 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
24816 echo "$as_me: $ac_file is unchanged" >&6;}
24817 else
24818 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
24819 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24820 X"$ac_file" : 'X\(//\)[^/]' \| \
24821 X"$ac_file" : 'X\(//\)$' \| \
24822 X"$ac_file" : 'X\(/\)' \| \
24823 . : '\(.\)' 2>/dev/null ||
24824 echo X"$ac_file" |
24825 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24826 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24827 /^X\(\/\/\)$/{ s//\1/; q; }
24828 /^X\(\/\).*/{ s//\1/; q; }
24829 s/.*/./; q'`
24830 { if $as_mkdir_p; then
24831 mkdir -p "$ac_dir"
24832 else
24833 as_dir="$ac_dir"
24834 as_dirs=
24835 while test ! -d "$as_dir"; do
24836 as_dirs="$as_dir $as_dirs"
24837 as_dir=`(dirname "$as_dir") 2>/dev/null ||
24838 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24839 X"$as_dir" : 'X\(//\)[^/]' \| \
24840 X"$as_dir" : 'X\(//\)$' \| \
24841 X"$as_dir" : 'X\(/\)' \| \
24842 . : '\(.\)' 2>/dev/null ||
24843 echo X"$as_dir" |
24844 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24845 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24846 /^X\(\/\/\)$/{ s//\1/; q; }
24847 /^X\(\/\).*/{ s//\1/; q; }
24848 s/.*/./; q'`
24849 done
24850 test ! -n "$as_dirs" || mkdir $as_dirs
24851 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
24852 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
24853 { (exit 1); exit 1; }; }; }
24854
24855 rm -f $ac_file
24856 mv $tmp/config.h $ac_file
24857 fi
24858 else
24859 cat $tmp/config.h
24860 rm -f $tmp/config.h
24861 fi
24862 done
24863 _ACEOF
24864 cat >>$CONFIG_STATUS <<\_ACEOF
24865
24866 #
24867 # CONFIG_LINKS section.
24868 #
24869
24870 for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
24871 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
24872 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
24873
24874 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
24875 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
24876
24877 if test ! -r $srcdir/$ac_source; then
24878 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
24879 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
24880 { (exit 1); exit 1; }; }
24881 fi
24882 rm -f $ac_dest
24883
24884 # Make relative symlinks.
24885 ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
24886 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24887 X"$ac_dest" : 'X\(//\)[^/]' \| \
24888 X"$ac_dest" : 'X\(//\)$' \| \
24889 X"$ac_dest" : 'X\(/\)' \| \
24890 . : '\(.\)' 2>/dev/null ||
24891 echo X"$ac_dest" |
24892 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24893 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24894 /^X\(\/\/\)$/{ s//\1/; q; }
24895 /^X\(\/\).*/{ s//\1/; q; }
24896 s/.*/./; q'`
24897 { if $as_mkdir_p; then
24898 mkdir -p "$ac_dest_dir"
24899 else
24900 as_dir="$ac_dest_dir"
24901 as_dirs=
24902 while test ! -d "$as_dir"; do
24903 as_dirs="$as_dir $as_dirs"
24904 as_dir=`(dirname "$as_dir") 2>/dev/null ||
24905 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24906 X"$as_dir" : 'X\(//\)[^/]' \| \
24907 X"$as_dir" : 'X\(//\)$' \| \
24908 X"$as_dir" : 'X\(/\)' \| \
24909 . : '\(.\)' 2>/dev/null ||
24910 echo X"$as_dir" |
24911 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24912 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24913 /^X\(\/\/\)$/{ s//\1/; q; }
24914 /^X\(\/\).*/{ s//\1/; q; }
24915 s/.*/./; q'`
24916 done
24917 test ! -n "$as_dirs" || mkdir $as_dirs
24918 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
24919 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
24920 { (exit 1); exit 1; }; }; }
24921
24922 ac_builddir=.
24923
24924 if test "$ac_dest_dir" != .; then
24925 ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
24926 # A "../" for each directory in $ac_dir_suffix.
24927 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
24928 else
24929 ac_dir_suffix= ac_top_builddir=
24930 fi
24931
24932 case $srcdir in
24933 .) # No --srcdir option. We are building in place.
24934 ac_srcdir=.
24935 if test -z "$ac_top_builddir"; then
24936 ac_top_srcdir=.
24937 else
24938 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
24939 fi ;;
24940 [\\/]* | ?:[\\/]* ) # Absolute path.
24941 ac_srcdir=$srcdir$ac_dir_suffix;
24942 ac_top_srcdir=$srcdir ;;
24943 *) # Relative path.
24944 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
24945 ac_top_srcdir=$ac_top_builddir$srcdir ;;
24946 esac
24947
24948 # Do not use `cd foo && pwd` to compute absolute paths, because
24949 # the directories may not exist.
24950 case `pwd` in
24951 .) ac_abs_builddir="$ac_dest_dir";;
24952 *)
24953 case "$ac_dest_dir" in
24954 .) ac_abs_builddir=`pwd`;;
24955 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
24956 *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
24957 esac;;
24958 esac
24959 case $ac_abs_builddir in
24960 .) ac_abs_top_builddir=${ac_top_builddir}.;;
24961 *)
24962 case ${ac_top_builddir}. in
24963 .) ac_abs_top_builddir=$ac_abs_builddir;;
24964 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
24965 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
24966 esac;;
24967 esac
24968 case $ac_abs_builddir in
24969 .) ac_abs_srcdir=$ac_srcdir;;
24970 *)
24971 case $ac_srcdir in
24972 .) ac_abs_srcdir=$ac_abs_builddir;;
24973 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
24974 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
24975 esac;;
24976 esac
24977 case $ac_abs_builddir in
24978 .) ac_abs_top_srcdir=$ac_top_srcdir;;
24979 *)
24980 case $ac_top_srcdir in
24981 .) ac_abs_top_srcdir=$ac_abs_builddir;;
24982 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
24983 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
24984 esac;;
24985 esac
24986
24987
24988 case $srcdir in
24989 [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
24990 *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
24991 esac
24992
24993 # Try a symlink, then a hard link, then a copy.
24994 ln -s $ac_rel_source $ac_dest 2>/dev/null ||
24995 ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
24996 cp -p $srcdir/$ac_source $ac_dest ||
24997 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
24998 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
24999 { (exit 1); exit 1; }; }
25000 done
25001 _ACEOF
25002 cat >>$CONFIG_STATUS <<\_ACEOF
25003
25004 #
25005 # CONFIG_COMMANDS section.
25006 #
25007 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
25008 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
25009 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
25010 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
25011 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25012 X"$ac_dest" : 'X\(//\)[^/]' \| \
25013 X"$ac_dest" : 'X\(//\)$' \| \
25014 X"$ac_dest" : 'X\(/\)' \| \
25015 . : '\(.\)' 2>/dev/null ||
25016 echo X"$ac_dest" |
25017 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25018 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25019 /^X\(\/\/\)$/{ s//\1/; q; }
25020 /^X\(\/\).*/{ s//\1/; q; }
25021 s/.*/./; q'`
25022 { if $as_mkdir_p; then
25023 mkdir -p "$ac_dir"
25024 else
25025 as_dir="$ac_dir"
25026 as_dirs=
25027 while test ! -d "$as_dir"; do
25028 as_dirs="$as_dir $as_dirs"
25029 as_dir=`(dirname "$as_dir") 2>/dev/null ||
25030 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25031 X"$as_dir" : 'X\(//\)[^/]' \| \
25032 X"$as_dir" : 'X\(//\)$' \| \
25033 X"$as_dir" : 'X\(/\)' \| \
25034 . : '\(.\)' 2>/dev/null ||
25035 echo X"$as_dir" |
25036 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25037 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25038 /^X\(\/\/\)$/{ s//\1/; q; }
25039 /^X\(\/\).*/{ s//\1/; q; }
25040 s/.*/./; q'`
25041 done
25042 test ! -n "$as_dirs" || mkdir $as_dirs
25043 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
25044 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
25045 { (exit 1); exit 1; }; }; }
25046
25047 ac_builddir=.
25048
25049 if test "$ac_dir" != .; then
25050 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25051 # A "../" for each directory in $ac_dir_suffix.
25052 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
25053 else
25054 ac_dir_suffix= ac_top_builddir=
25055 fi
25056
25057 case $srcdir in
25058 .) # No --srcdir option. We are building in place.
25059 ac_srcdir=.
25060 if test -z "$ac_top_builddir"; then
25061 ac_top_srcdir=.
25062 else
25063 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
25064 fi ;;
25065 [\\/]* | ?:[\\/]* ) # Absolute path.
25066 ac_srcdir=$srcdir$ac_dir_suffix;
25067 ac_top_srcdir=$srcdir ;;
25068 *) # Relative path.
25069 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
25070 ac_top_srcdir=$ac_top_builddir$srcdir ;;
25071 esac
25072
25073 # Do not use `cd foo && pwd` to compute absolute paths, because
25074 # the directories may not exist.
25075 case `pwd` in
25076 .) ac_abs_builddir="$ac_dir";;
25077 *)
25078 case "$ac_dir" in
25079 .) ac_abs_builddir=`pwd`;;
25080 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
25081 *) ac_abs_builddir=`pwd`/"$ac_dir";;
25082 esac;;
25083 esac
25084 case $ac_abs_builddir in
25085 .) ac_abs_top_builddir=${ac_top_builddir}.;;
25086 *)
25087 case ${ac_top_builddir}. in
25088 .) ac_abs_top_builddir=$ac_abs_builddir;;
25089 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
25090 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
25091 esac;;
25092 esac
25093 case $ac_abs_builddir in
25094 .) ac_abs_srcdir=$ac_srcdir;;
25095 *)
25096 case $ac_srcdir in
25097 .) ac_abs_srcdir=$ac_abs_builddir;;
25098 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
25099 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
25100 esac;;
25101 esac
25102 case $ac_abs_builddir in
25103 .) ac_abs_top_srcdir=$ac_top_srcdir;;
25104 *)
25105 case $ac_top_srcdir in
25106 .) ac_abs_top_srcdir=$ac_abs_builddir;;
25107 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
25108 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
25109 esac;;
25110 esac
25111
25112
25113 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
25114 echo "$as_me: executing $ac_dest commands" >&6;}
25115 case $ac_dest in
25116 gdb_stdint.h )
25117 if test "$GCC" = yes; then
25118 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
25119 else
25120 echo "/* generated for $CC */" > tmp-stdint.h
25121 fi
25122
25123 sed 's/^ *//' >> tmp-stdint.h <<EOF
25124
25125 #ifndef GCC_GENERATED_STDINT_H
25126 #define GCC_GENERATED_STDINT_H 1
25127
25128 #include <sys/types.h>
25129 EOF
25130
25131 if test "$acx_cv_header_stdint" != stdint.h; then
25132 echo "#include <stddef.h>" >> tmp-stdint.h
25133 fi
25134 if test "$acx_cv_header_stdint" != stddef.h; then
25135 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
25136 fi
25137
25138 sed 's/^ *//' >> tmp-stdint.h <<EOF
25139 /* glibc uses these symbols as guards to prevent redefinitions. */
25140 #ifdef __int8_t_defined
25141 #define _INT8_T
25142 #define _INT16_T
25143 #define _INT32_T
25144 #endif
25145 #ifdef __uint32_t_defined
25146 #define _UINT32_T
25147 #endif
25148
25149 EOF
25150
25151 # ----------------- done header, emit basic int types -------------
25152 if test "$acx_cv_header_stdint" = stddef.h; then
25153 sed 's/^ *//' >> tmp-stdint.h <<EOF
25154
25155 #ifndef _UINT8_T
25156 #define _UINT8_T
25157 typedef unsigned $acx_cv_type_int8_t uint8_t;
25158 #endif
25159
25160 #ifndef _UINT16_T
25161 #define _UINT16_T
25162 typedef unsigned $acx_cv_type_int16_t uint16_t;
25163 #endif
25164
25165 #ifndef _UINT32_T
25166 #define _UINT32_T
25167 typedef unsigned $acx_cv_type_int32_t uint32_t;
25168 #endif
25169
25170 #ifndef _INT8_T
25171 #define _INT8_T
25172 typedef $acx_cv_type_int8_t int8_t;
25173 #endif
25174
25175 #ifndef _INT16_T
25176 #define _INT16_T
25177 typedef $acx_cv_type_int16_t int16_t;
25178 #endif
25179
25180 #ifndef _INT32_T
25181 #define _INT32_T
25182 typedef $acx_cv_type_int32_t int32_t;
25183 #endif
25184 EOF
25185 elif test "$ac_cv_type_u_int32_t" = yes; then
25186 sed 's/^ *//' >> tmp-stdint.h <<EOF
25187
25188 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
25189 #ifndef _INT8_T
25190 #define _INT8_T
25191 #endif
25192 #ifndef _INT16_T
25193 #define _INT16_T
25194 #endif
25195 #ifndef _INT32_T
25196 #define _INT32_T
25197 #endif
25198
25199 #ifndef _UINT8_T
25200 #define _UINT8_T
25201 typedef u_int8_t uint8_t;
25202 #endif
25203
25204 #ifndef _UINT16_T
25205 #define _UINT16_T
25206 typedef u_int16_t uint16_t;
25207 #endif
25208
25209 #ifndef _UINT32_T
25210 #define _UINT32_T
25211 typedef u_int32_t uint32_t;
25212 #endif
25213 EOF
25214 else
25215 sed 's/^ *//' >> tmp-stdint.h <<EOF
25216
25217 /* Some systems have guard macros to prevent redefinitions, define them. */
25218 #ifndef _INT8_T
25219 #define _INT8_T
25220 #endif
25221 #ifndef _INT16_T
25222 #define _INT16_T
25223 #endif
25224 #ifndef _INT32_T
25225 #define _INT32_T
25226 #endif
25227 #ifndef _UINT8_T
25228 #define _UINT8_T
25229 #endif
25230 #ifndef _UINT16_T
25231 #define _UINT16_T
25232 #endif
25233 #ifndef _UINT32_T
25234 #define _UINT32_T
25235 #endif
25236 EOF
25237 fi
25238
25239 # ------------- done basic int types, emit int64_t types ------------
25240 if test "$ac_cv_type_uint64_t" = yes; then
25241 sed 's/^ *//' >> tmp-stdint.h <<EOF
25242
25243 /* system headers have good uint64_t and int64_t */
25244 #ifndef _INT64_T
25245 #define _INT64_T
25246 #endif
25247 #ifndef _UINT64_T
25248 #define _UINT64_T
25249 #endif
25250 EOF
25251 elif test "$ac_cv_type_u_int64_t" = yes; then
25252 sed 's/^ *//' >> tmp-stdint.h <<EOF
25253
25254 /* system headers have an u_int64_t (and int64_t) */
25255 #ifndef _INT64_T
25256 #define _INT64_T
25257 #endif
25258 #ifndef _UINT64_T
25259 #define _UINT64_T
25260 typedef u_int64_t uint64_t;
25261 #endif
25262 EOF
25263 elif test -n "$acx_cv_type_int64_t"; then
25264 sed 's/^ *//' >> tmp-stdint.h <<EOF
25265
25266 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
25267 #ifndef _INT64_T
25268 #define _INT64_T
25269 typedef $acx_cv_type_int64_t int64_t;
25270 #endif
25271 #ifndef _UINT64_T
25272 #define _UINT64_T
25273 typedef unsigned $acx_cv_type_int64_t uint64_t;
25274 #endif
25275 EOF
25276 else
25277 sed 's/^ *//' >> tmp-stdint.h <<EOF
25278
25279 /* some common heuristics for int64_t, using compiler-specific tests */
25280 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
25281 #ifndef _INT64_T
25282 #define _INT64_T
25283 typedef long long int64_t;
25284 #endif
25285 #ifndef _UINT64_T
25286 #define _UINT64_T
25287 typedef unsigned long long uint64_t;
25288 #endif
25289
25290 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
25291 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
25292 does not implement __extension__. But that compiler doesn't define
25293 __GNUC_MINOR__. */
25294 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
25295 # define __extension__
25296 # endif
25297
25298 # ifndef _INT64_T
25299 # define _INT64_T
25300 __extension__ typedef long long int64_t;
25301 # endif
25302 # ifndef _UINT64_T
25303 # define _UINT64_T
25304 __extension__ typedef unsigned long long uint64_t;
25305 # endif
25306
25307 #elif !defined __STRICT_ANSI__
25308 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
25309
25310 # ifndef _INT64_T
25311 # define _INT64_T
25312 typedef __int64 int64_t;
25313 # endif
25314 # ifndef _UINT64_T
25315 # define _UINT64_T
25316 typedef unsigned __int64 uint64_t;
25317 # endif
25318 # endif /* compiler */
25319
25320 #endif /* ANSI version */
25321 EOF
25322 fi
25323
25324 # ------------- done int64_t types, emit intptr types ------------
25325 if test "$ac_cv_type_uintptr_t" != yes; then
25326 sed 's/^ *//' >> tmp-stdint.h <<EOF
25327
25328 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
25329 typedef u$acx_cv_type_intptr_t uintptr_t;
25330 typedef $acx_cv_type_intptr_t intptr_t;
25331 EOF
25332 fi
25333
25334 # ------------- done intptr types, emit int_least types ------------
25335 if test "$ac_cv_type_int_least32_t" != yes; then
25336 sed 's/^ *//' >> tmp-stdint.h <<EOF
25337
25338 /* Define int_least types */
25339 typedef int8_t int_least8_t;
25340 typedef int16_t int_least16_t;
25341 typedef int32_t int_least32_t;
25342 #ifdef _INT64_T
25343 typedef int64_t int_least64_t;
25344 #endif
25345
25346 typedef uint8_t uint_least8_t;
25347 typedef uint16_t uint_least16_t;
25348 typedef uint32_t uint_least32_t;
25349 #ifdef _UINT64_T
25350 typedef uint64_t uint_least64_t;
25351 #endif
25352 EOF
25353 fi
25354
25355 # ------------- done intptr types, emit int_fast types ------------
25356 if test "$ac_cv_type_int_fast32_t" != yes; then
25357 sed 's/^ *//' >> tmp-stdint.h <<EOF
25358
25359 /* Define int_fast types. short is often slow */
25360 typedef int8_t int_fast8_t;
25361 typedef int int_fast16_t;
25362 typedef int32_t int_fast32_t;
25363 #ifdef _INT64_T
25364 typedef int64_t int_fast64_t;
25365 #endif
25366
25367 typedef uint8_t uint_fast8_t;
25368 typedef unsigned int uint_fast16_t;
25369 typedef uint32_t uint_fast32_t;
25370 #ifdef _UINT64_T
25371 typedef uint64_t uint_fast64_t;
25372 #endif
25373 EOF
25374 fi
25375
25376 if test "$ac_cv_type_uintmax_t" != yes; then
25377 sed 's/^ *//' >> tmp-stdint.h <<EOF
25378
25379 /* Define intmax based on what we found */
25380 #ifdef _INT64_T
25381 typedef int64_t intmax_t;
25382 #else
25383 typedef long intmax_t;
25384 #endif
25385 #ifdef _UINT64_T
25386 typedef uint64_t uintmax_t;
25387 #else
25388 typedef unsigned long uintmax_t;
25389 #endif
25390 EOF
25391 fi
25392
25393 sed 's/^ *//' >> tmp-stdint.h <<EOF
25394
25395 #endif /* GCC_GENERATED_STDINT_H */
25396 EOF
25397
25398 if test -r gdb_stdint.h && cmp -s tmp-stdint.h gdb_stdint.h; then
25399 rm -f tmp-stdint.h
25400 else
25401 mv -f tmp-stdint.h gdb_stdint.h
25402 fi
25403
25404 ;;
25405 default )
25406
25407 sed -e '/^DEPRECATED_TM_FILE[ ]*=/s,^DEPRECATED_TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,
25408 /^XM_FILE[ ]*=/s,^XM_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,
25409 /^NAT_FILE[ ]*=/s,^NAT_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,' <Makefile >Makefile.tmp
25410 mv -f Makefile.tmp Makefile
25411
25412
25413 case x$CONFIG_HEADERS in
25414 xconfig.h:config.in)
25415 echo > stamp-h ;;
25416 esac
25417 ;;
25418 esac
25419 done
25420 _ACEOF
25421
25422 cat >>$CONFIG_STATUS <<\_ACEOF
25423
25424 { (exit 0); exit 0; }
25425 _ACEOF
25426 chmod +x $CONFIG_STATUS
25427 ac_clean_files=$ac_clean_files_save
25428
25429
25430 # configure is writing to config.log, and then calls config.status.
25431 # config.status does its own redirection, appending to config.log.
25432 # Unfortunately, on DOS this fails, as config.log is still kept open
25433 # by configure, so config.status won't be able to write to it; its
25434 # output is simply discarded. So we exec the FD to /dev/null,
25435 # effectively closing config.log, so it can be properly (re)opened and
25436 # appended to by config.status. When coming back to configure, we
25437 # need to make the FD available again.
25438 if test "$no_create" != yes; then
25439 ac_cs_success=:
25440 ac_config_status_args=
25441 test "$silent" = yes &&
25442 ac_config_status_args="$ac_config_status_args --quiet"
25443 exec 5>/dev/null
25444 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
25445 exec 5>>config.log
25446 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25447 # would make configure fail if this is the last instruction.
25448 $ac_cs_success || { (exit 1); exit 1; }
25449 fi
25450
25451 #
25452 # CONFIG_SUBDIRS section.
25453 #
25454 if test "$no_recursion" != yes; then
25455
25456 # Remove --cache-file and --srcdir arguments so they do not pile up.
25457 ac_sub_configure_args=
25458 ac_prev=
25459 for ac_arg in $ac_configure_args; do
25460 if test -n "$ac_prev"; then
25461 ac_prev=
25462 continue
25463 fi
25464 case $ac_arg in
25465 -cache-file | --cache-file | --cache-fil | --cache-fi \
25466 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
25467 ac_prev=cache_file ;;
25468 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
25469 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
25470 | --c=*)
25471 ;;
25472 --config-cache | -C)
25473 ;;
25474 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
25475 ac_prev=srcdir ;;
25476 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
25477 ;;
25478 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
25479 ac_prev=prefix ;;
25480 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
25481 ;;
25482 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
25483 esac
25484 done
25485
25486 # Always prepend --prefix to ensure using the same prefix
25487 # in subdir configurations.
25488 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
25489
25490 ac_popdir=`pwd`
25491 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
25492
25493 # Do not complain, so a configure script can configure whichever
25494 # parts of a large source tree are present.
25495 test -d $srcdir/$ac_dir || continue
25496
25497 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
25498 echo "$as_me: configuring in $ac_dir" >&6;}
25499 { if $as_mkdir_p; then
25500 mkdir -p "$ac_dir"
25501 else
25502 as_dir="$ac_dir"
25503 as_dirs=
25504 while test ! -d "$as_dir"; do
25505 as_dirs="$as_dir $as_dirs"
25506 as_dir=`(dirname "$as_dir") 2>/dev/null ||
25507 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25508 X"$as_dir" : 'X\(//\)[^/]' \| \
25509 X"$as_dir" : 'X\(//\)$' \| \
25510 X"$as_dir" : 'X\(/\)' \| \
25511 . : '\(.\)' 2>/dev/null ||
25512 echo X"$as_dir" |
25513 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25514 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25515 /^X\(\/\/\)$/{ s//\1/; q; }
25516 /^X\(\/\).*/{ s//\1/; q; }
25517 s/.*/./; q'`
25518 done
25519 test ! -n "$as_dirs" || mkdir $as_dirs
25520 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
25521 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
25522 { (exit 1); exit 1; }; }; }
25523
25524 ac_builddir=.
25525
25526 if test "$ac_dir" != .; then
25527 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25528 # A "../" for each directory in $ac_dir_suffix.
25529 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
25530 else
25531 ac_dir_suffix= ac_top_builddir=
25532 fi
25533
25534 case $srcdir in
25535 .) # No --srcdir option. We are building in place.
25536 ac_srcdir=.
25537 if test -z "$ac_top_builddir"; then
25538 ac_top_srcdir=.
25539 else
25540 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
25541 fi ;;
25542 [\\/]* | ?:[\\/]* ) # Absolute path.
25543 ac_srcdir=$srcdir$ac_dir_suffix;
25544 ac_top_srcdir=$srcdir ;;
25545 *) # Relative path.
25546 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
25547 ac_top_srcdir=$ac_top_builddir$srcdir ;;
25548 esac
25549
25550 # Do not use `cd foo && pwd` to compute absolute paths, because
25551 # the directories may not exist.
25552 case `pwd` in
25553 .) ac_abs_builddir="$ac_dir";;
25554 *)
25555 case "$ac_dir" in
25556 .) ac_abs_builddir=`pwd`;;
25557 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
25558 *) ac_abs_builddir=`pwd`/"$ac_dir";;
25559 esac;;
25560 esac
25561 case $ac_abs_builddir in
25562 .) ac_abs_top_builddir=${ac_top_builddir}.;;
25563 *)
25564 case ${ac_top_builddir}. in
25565 .) ac_abs_top_builddir=$ac_abs_builddir;;
25566 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
25567 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
25568 esac;;
25569 esac
25570 case $ac_abs_builddir in
25571 .) ac_abs_srcdir=$ac_srcdir;;
25572 *)
25573 case $ac_srcdir in
25574 .) ac_abs_srcdir=$ac_abs_builddir;;
25575 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
25576 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
25577 esac;;
25578 esac
25579 case $ac_abs_builddir in
25580 .) ac_abs_top_srcdir=$ac_top_srcdir;;
25581 *)
25582 case $ac_top_srcdir in
25583 .) ac_abs_top_srcdir=$ac_abs_builddir;;
25584 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
25585 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
25586 esac;;
25587 esac
25588
25589
25590 cd $ac_dir
25591
25592 # Check for guested configure; otherwise get Cygnus style configure.
25593 if test -f $ac_srcdir/configure.gnu; then
25594 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
25595 elif test -f $ac_srcdir/configure; then
25596 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
25597 elif test -f $ac_srcdir/configure.in; then
25598 ac_sub_configure=$ac_configure
25599 else
25600 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
25601 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
25602 ac_sub_configure=
25603 fi
25604
25605 # The recursion is here.
25606 if test -n "$ac_sub_configure"; then
25607 # Make the cache file name correct relative to the subdirectory.
25608 case $cache_file in
25609 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
25610 *) # Relative path.
25611 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
25612 esac
25613
25614 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
25615 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
25616 # The eval makes quoting arguments work.
25617 eval $ac_sub_configure $ac_sub_configure_args \
25618 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
25619 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
25620 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
25621 { (exit 1); exit 1; }; }
25622 fi
25623
25624 cd $ac_popdir
25625 done
25626 fi
25627
25628
25629 exit 0
This page took 0.768372 seconds and 3 git commands to generate.