2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 if expr a : '\(a\)' >/dev/null 2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
221 test -d ./-p && rmdir ./-p
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file="libbfd.c"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 ac_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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AR ac_ct_AR RANLIB ac_ct_RANLIB LN_S LIBTOOL WARN_CFLAGS MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT INSTALL_LIBBFD_TRUE INSTALL_LIBBFD_FALSE host_noncanonical target_noncanonical bfdlibdir bfdincludedir CPP EGREP ALLOCA USE_NLS MSGFMT GMSGFMT XGETTEXT USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLDEPS INTLLIBS INTLOBJS POFILES POSUB INCLUDE_LOCALE_H GT_NO GT_YES MKINSTALLDIRS l HDEFINES BFD_HOST_64BIT_LONG BFD_HOST_LONG_LONG BFD_HOST_64_BIT_DEFINED BFD_HOST_64_BIT BFD_HOST_U_64_BIT CC_FOR_BUILD EXEEXT_FOR_BUILD COREFILE COREFLAG WIN32LDFLAGS WIN32LIBADD TDEFINES wordsize bfd_libs all_backends bfd_backends bfd_machines bfd_default_target_size bfd_file_ptr bfd_ufile_ptr tdefaults LIBOBJS LTLIBOBJS'
315 # Initialize some variables set by options.
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name=s,x,x,
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
393 datadir=$ac_optarg ;;
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
430 -help | --help | --hel | --he | -h)
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
454 -libdir | --libdir | --libdi | --libd)
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
481 # Obsolete; use --without-fp.
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
545 sbindir=$ac_optarg ;;
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
556 sharedstatedir=$ac_optarg ;;
558 -site | --site | --sit)
560 -site=* | --site=* | --sit=*)
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
583 -version | --version | --versio | --versi | --vers | -V)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
609 # Obsolete; use --with-x.
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
652 if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
661 eval ac_val=$`echo $ac_var`
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val=$`echo $ac_var`
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
702 test "$silent" = yes && exec 6>/dev/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CC_set=${CC+set}
755 ac_cv_env_CC_set=${CC+set}
756 ac_cv_env_CC_value=$CC
757 ac_env_CFLAGS_set=${CFLAGS+set}
758 ac_env_CFLAGS_value=$CFLAGS
759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value=$CFLAGS
761 ac_env_LDFLAGS_set=${LDFLAGS+set}
762 ac_env_LDFLAGS_value=$LDFLAGS
763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value=$LDFLAGS
765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769 ac_env_CPP_set=${CPP+set}
770 ac_env_CPP_value=$CPP
771 ac_cv_env_CPP_set=${CPP+set}
772 ac_cv_env_CPP_value=$CPP
775 # Report the --help message.
777 if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
781 \`configure' configures this package to adapt to many kinds of systems.
783 Usage: $0 [OPTION]... [VAR=VALUE]...
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
788 Defaults for the options are specified in brackets.
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
815 For better control, use the options below.
817 Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
840 --build=BUILD configure for building on BUILD [guessed]
841 --host=HOST cross-compile to build programs to run on HOST [BUILD]
842 --target=TARGET configure for building compilers for TARGET [HOST]
846 if test -n "$ac_init_help"; then
851 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
852 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
853 --disable-dependency-tracking speeds up one-time build
854 --enable-dependency-tracking do not reject slow dependency extractors
855 --enable-shared=PKGS build shared libraries default=no
856 --enable-static=PKGS build static libraries default=yes
857 --enable-fast-install=PKGS optimize for fast installation default=yes
858 --disable-libtool-lock avoid locking (might break parallel builds)
859 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
860 --enable-targets alternative target configurations
861 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
862 --enable-werror treat compile warnings as errors
863 --enable-build-warnings Enable build-time compiler warnings if gcc is used
864 --enable-maintainer-mode enable make rules and dependencies not useful
865 (and sometimes confusing) to the casual installer
866 --enable-install-libbfd controls installation of libbfd and related headers
867 --disable-nls do not use Native Language Support
870 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
871 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
872 --with-gnu-ld assume the C compiler uses GNU ld default=no
873 --with-pic try to use only PIC/non-PIC objects default=use both
874 --with-mmap try using mmap for BFD input files if available
875 --with-included-gettext use the GNU gettext library included here
877 Some influential environment variables:
878 CC C compiler command
879 CFLAGS C compiler flags
880 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
881 nonstandard directory <lib dir>
882 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
883 headers in a nonstandard directory <include dir>
886 Use these variables to override the choices made by `configure' or to help
887 it to find libraries and programs with nonstandard names/locations.
892 if test "$ac_init_help" = "recursive"; then
893 # If there are subdirs, report their specific --help.
895 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
896 test -d $ac_dir || continue
899 if test "$ac_dir" != .; then
900 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
901 # A "../" for each directory in $ac_dir_suffix.
902 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
904 ac_dir_suffix= ac_top_builddir=
908 .) # No --srcdir option. We are building in place.
910 if test -z "$ac_top_builddir"; then
913 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
915 [\\/]* | ?:[\\/]* ) # Absolute path.
916 ac_srcdir=$srcdir$ac_dir_suffix;
917 ac_top_srcdir=$srcdir ;;
919 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
920 ac_top_srcdir=$ac_top_builddir$srcdir ;;
923 # Do not use `cd foo && pwd` to compute absolute paths, because
924 # the directories may not exist.
926 .) ac_abs_builddir="$ac_dir";;
929 .) ac_abs_builddir=`pwd`;;
930 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
931 *) ac_abs_builddir=`pwd`/"$ac_dir";;
934 case $ac_abs_builddir in
935 .) ac_abs_top_builddir=${ac_top_builddir}.;;
937 case ${ac_top_builddir}. in
938 .) ac_abs_top_builddir=$ac_abs_builddir;;
939 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
940 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
943 case $ac_abs_builddir in
944 .) ac_abs_srcdir=$ac_srcdir;;
947 .) ac_abs_srcdir=$ac_abs_builddir;;
948 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
949 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
952 case $ac_abs_builddir in
953 .) ac_abs_top_srcdir=$ac_top_srcdir;;
955 case $ac_top_srcdir in
956 .) ac_abs_top_srcdir=$ac_abs_builddir;;
957 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
958 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
963 # Check for guested configure; otherwise get Cygnus style configure.
964 if test -f $ac_srcdir/configure.gnu; then
966 $SHELL $ac_srcdir/configure.gnu --help=recursive
967 elif test -f $ac_srcdir/configure; then
969 $SHELL $ac_srcdir/configure --help=recursive
970 elif test -f $ac_srcdir/configure.ac ||
971 test -f $ac_srcdir/configure.in; then
975 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
981 test -n "$ac_init_help" && exit 0
982 if $ac_init_version; then
985 Copyright (C) 2003 Free Software Foundation, Inc.
986 This configure script is free software; the Free Software Foundation
987 gives unlimited permission to copy, distribute and modify it.
993 This file contains any messages produced by compilers while
994 running configure, to aid debugging if configure makes a mistake.
996 It was created by $as_me, which was
997 generated by GNU Autoconf 2.59. Invocation command line was
1008 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1009 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1010 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1011 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1012 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1014 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1015 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1017 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1018 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1019 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1020 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1021 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1022 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1023 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1031 test -z "$as_dir" && as_dir=.
1032 echo "PATH: $as_dir"
1047 # Keep a trace of the command line.
1048 # Strip out --no-create and --no-recursion so they do not pile up.
1049 # Strip out --silent because we don't want to record it for future runs.
1050 # Also quote any args containing shell meta-characters.
1051 # Make two passes to allow for proper duplicate-argument suppression.
1056 ac_must_keep_next=false
1062 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1063 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1064 | -silent | --silent | --silen | --sile | --sil)
1066 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1067 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1070 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1072 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1073 if test $ac_must_keep_next = true; then
1074 ac_must_keep_next=false # Got value, back to normal.
1077 *=* | --config-cache | -C | -disable-* | --disable-* \
1078 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1079 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1080 | -with-* | --with-* | -without-* | --without-* | --x)
1081 case "$ac_configure_args0 " in
1082 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1085 -* ) ac_must_keep_next=true ;;
1088 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1089 # Get rid of the leading space.
1095 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1096 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1098 # When interrupted or exit'd, cleanup temporary files, and complete
1099 # config.log. We remove comments because anyway the quotes in there
1100 # would cause problems or look ugly.
1101 # WARNING: Be sure not to use single quotes in there, as some shells,
1102 # such as our DU 5.0 friend, will then `close' the trap.
1103 trap 'exit_status=$?
1104 # Save into config.log some information that might help in debugging.
1109 ## ---------------- ##
1110 ## Cache variables. ##
1111 ## ---------------- ##
1114 # The following way of writing the cache mishandles newlines in values,
1117 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1120 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1121 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1125 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1132 ## ----------------- ##
1133 ## Output variables. ##
1134 ## ----------------- ##
1137 for ac_var in $ac_subst_vars
1139 eval ac_val=$`echo $ac_var`
1140 echo "$ac_var='"'"'$ac_val'"'"'"
1144 if test -n "$ac_subst_files"; then
1151 for ac_var in $ac_subst_files
1153 eval ac_val=$`echo $ac_var`
1154 echo "$ac_var='"'"'$ac_val'"'"'"
1159 if test -s confdefs.h; then
1166 sed "/^$/d" confdefs.h | sort
1169 test "$ac_signal" != 0 &&
1170 echo "$as_me: caught signal $ac_signal"
1171 echo "$as_me: exit $exit_status"
1173 rm -f core *.core &&
1174 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1177 for ac_signal in 1 2 13 15; do
1178 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1182 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1183 rm -rf conftest* confdefs.h
1184 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1187 # Predefined preprocessor variables.
1189 cat >>confdefs.h <<_ACEOF
1190 #define PACKAGE_NAME "$PACKAGE_NAME"
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1199 cat >>confdefs.h <<_ACEOF
1200 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1204 cat >>confdefs.h <<_ACEOF
1205 #define PACKAGE_STRING "$PACKAGE_STRING"
1209 cat >>confdefs.h <<_ACEOF
1210 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1214 # Let the site file select an alternate cache file if it wants to.
1215 # Prefer explicitly selected file to automatically selected ones.
1216 if test -z "$CONFIG_SITE"; then
1217 if test "x$prefix" != xNONE; then
1218 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1220 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1223 for ac_site_file in $CONFIG_SITE; do
1224 if test -r "$ac_site_file"; then
1225 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1226 echo "$as_me: loading site script $ac_site_file" >&6;}
1227 sed 's/^/| /' "$ac_site_file" >&5
1232 if test -r "$cache_file"; then
1233 # Some versions of bash will fail to source /dev/null (special
1234 # files actually), so we avoid doing that.
1235 if test -f "$cache_file"; then
1236 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1237 echo "$as_me: loading cache $cache_file" >&6;}
1239 [\\/]* | ?:[\\/]* ) . $cache_file;;
1240 *) . ./$cache_file;;
1244 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1245 echo "$as_me: creating cache $cache_file" >&6;}
1249 # Check that the precious variables saved in the cache have kept the same
1251 ac_cache_corrupted=false
1252 for ac_var in `(set) 2>&1 |
1253 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1254 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1255 eval ac_new_set=\$ac_env_${ac_var}_set
1256 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1257 eval ac_new_val="\$ac_env_${ac_var}_value"
1258 case $ac_old_set,$ac_new_set in
1260 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1261 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1262 ac_cache_corrupted=: ;;
1264 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1265 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1266 ac_cache_corrupted=: ;;
1269 if test "x$ac_old_val" != "x$ac_new_val"; then
1270 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1271 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1272 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1273 echo "$as_me: former value: $ac_old_val" >&2;}
1274 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1275 echo "$as_me: current value: $ac_new_val" >&2;}
1276 ac_cache_corrupted=:
1279 # Pass precious variables to config.status.
1280 if test "$ac_new_set" = set; then
1282 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1283 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1284 *) ac_arg=$ac_var=$ac_new_val ;;
1286 case " $ac_configure_args " in
1287 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1288 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1292 if $ac_cache_corrupted; then
1293 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1294 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1295 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1296 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1297 { (exit 1); exit 1; }; }
1301 ac_cpp='$CPP $CPPFLAGS'
1302 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1303 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1304 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1327 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1328 if test -f $ac_dir/install-sh; then
1330 ac_install_sh="$ac_aux_dir/install-sh -c"
1332 elif test -f $ac_dir/install.sh; then
1334 ac_install_sh="$ac_aux_dir/install.sh -c"
1336 elif test -f $ac_dir/shtool; then
1338 ac_install_sh="$ac_aux_dir/shtool install -c"
1342 if test -z "$ac_aux_dir"; then
1343 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1344 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1345 { (exit 1); exit 1; }; }
1347 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1348 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1349 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1351 # Make sure we can run config.sub.
1352 $ac_config_sub sun4 >/dev/null 2>&1 ||
1353 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1354 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1355 { (exit 1); exit 1; }; }
1357 echo "$as_me:$LINENO: checking build system type" >&5
1358 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1359 if test "${ac_cv_build+set}" = set; then
1360 echo $ECHO_N "(cached) $ECHO_C" >&6
1362 ac_cv_build_alias=$build_alias
1363 test -z "$ac_cv_build_alias" &&
1364 ac_cv_build_alias=`$ac_config_guess`
1365 test -z "$ac_cv_build_alias" &&
1366 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1367 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1368 { (exit 1); exit 1; }; }
1369 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1370 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1371 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1372 { (exit 1); exit 1; }; }
1375 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1376 echo "${ECHO_T}$ac_cv_build" >&6
1378 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1379 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1380 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1383 echo "$as_me:$LINENO: checking host system type" >&5
1384 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1385 if test "${ac_cv_host+set}" = set; then
1386 echo $ECHO_N "(cached) $ECHO_C" >&6
1388 ac_cv_host_alias=$host_alias
1389 test -z "$ac_cv_host_alias" &&
1390 ac_cv_host_alias=$ac_cv_build_alias
1391 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1392 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1393 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1394 { (exit 1); exit 1; }; }
1397 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1398 echo "${ECHO_T}$ac_cv_host" >&6
1400 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1401 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1402 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1405 echo "$as_me:$LINENO: checking target system type" >&5
1406 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1407 if test "${ac_cv_target+set}" = set; then
1408 echo $ECHO_N "(cached) $ECHO_C" >&6
1410 ac_cv_target_alias=$target_alias
1411 test "x$ac_cv_target_alias" = "x" &&
1412 ac_cv_target_alias=$ac_cv_host_alias
1413 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1414 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1415 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1416 { (exit 1); exit 1; }; }
1419 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1420 echo "${ECHO_T}$ac_cv_target" >&6
1421 target=$ac_cv_target
1422 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1423 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1424 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1427 # The aliases save the names the user supplied, while $host etc.
1428 # will get canonicalized.
1429 test -n "$target_alias" &&
1430 test "$program_prefix$program_suffix$program_transform_name" = \
1432 program_prefix=${target_alias}-
1434 ac_cpp='$CPP $CPPFLAGS'
1435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1438 if test -n "$ac_tool_prefix"; then
1439 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1440 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1441 echo "$as_me:$LINENO: checking for $ac_word" >&5
1442 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1443 if test "${ac_cv_prog_CC+set}" = set; then
1444 echo $ECHO_N "(cached) $ECHO_C" >&6
1446 if test -n "$CC"; then
1447 ac_cv_prog_CC="$CC" # Let the user override the test.
1449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1453 test -z "$as_dir" && as_dir=.
1454 for ac_exec_ext in '' $ac_executable_extensions; do
1455 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1456 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1457 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1466 if test -n "$CC"; then
1467 echo "$as_me:$LINENO: result: $CC" >&5
1468 echo "${ECHO_T}$CC" >&6
1470 echo "$as_me:$LINENO: result: no" >&5
1471 echo "${ECHO_T}no" >&6
1475 if test -z "$ac_cv_prog_CC"; then
1477 # Extract the first word of "gcc", so it can be a program name with args.
1478 set dummy gcc; ac_word=$2
1479 echo "$as_me:$LINENO: checking for $ac_word" >&5
1480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1481 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1482 echo $ECHO_N "(cached) $ECHO_C" >&6
1484 if test -n "$ac_ct_CC"; then
1485 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1491 test -z "$as_dir" && as_dir=.
1492 for ac_exec_ext in '' $ac_executable_extensions; do
1493 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1494 ac_cv_prog_ac_ct_CC="gcc"
1495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1503 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1504 if test -n "$ac_ct_CC"; then
1505 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1506 echo "${ECHO_T}$ac_ct_CC" >&6
1508 echo "$as_me:$LINENO: result: no" >&5
1509 echo "${ECHO_T}no" >&6
1517 if test -z "$CC"; then
1518 if test -n "$ac_tool_prefix"; then
1519 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1520 set dummy ${ac_tool_prefix}cc; ac_word=$2
1521 echo "$as_me:$LINENO: checking for $ac_word" >&5
1522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1523 if test "${ac_cv_prog_CC+set}" = set; then
1524 echo $ECHO_N "(cached) $ECHO_C" >&6
1526 if test -n "$CC"; then
1527 ac_cv_prog_CC="$CC" # Let the user override the test.
1529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1533 test -z "$as_dir" && as_dir=.
1534 for ac_exec_ext in '' $ac_executable_extensions; do
1535 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1536 ac_cv_prog_CC="${ac_tool_prefix}cc"
1537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1546 if test -n "$CC"; then
1547 echo "$as_me:$LINENO: result: $CC" >&5
1548 echo "${ECHO_T}$CC" >&6
1550 echo "$as_me:$LINENO: result: no" >&5
1551 echo "${ECHO_T}no" >&6
1555 if test -z "$ac_cv_prog_CC"; then
1557 # Extract the first word of "cc", so it can be a program name with args.
1558 set dummy cc; ac_word=$2
1559 echo "$as_me:$LINENO: checking for $ac_word" >&5
1560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1561 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1562 echo $ECHO_N "(cached) $ECHO_C" >&6
1564 if test -n "$ac_ct_CC"; then
1565 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1571 test -z "$as_dir" && as_dir=.
1572 for ac_exec_ext in '' $ac_executable_extensions; do
1573 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1574 ac_cv_prog_ac_ct_CC="cc"
1575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1583 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1584 if test -n "$ac_ct_CC"; then
1585 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1586 echo "${ECHO_T}$ac_ct_CC" >&6
1588 echo "$as_me:$LINENO: result: no" >&5
1589 echo "${ECHO_T}no" >&6
1598 if test -z "$CC"; then
1599 # Extract the first word of "cc", so it can be a program name with args.
1600 set dummy cc; ac_word=$2
1601 echo "$as_me:$LINENO: checking for $ac_word" >&5
1602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1603 if test "${ac_cv_prog_CC+set}" = set; then
1604 echo $ECHO_N "(cached) $ECHO_C" >&6
1606 if test -n "$CC"; then
1607 ac_cv_prog_CC="$CC" # Let the user override the test.
1610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1614 test -z "$as_dir" && as_dir=.
1615 for ac_exec_ext in '' $ac_executable_extensions; do
1616 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1617 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1618 ac_prog_rejected=yes
1622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1628 if test $ac_prog_rejected = yes; then
1629 # We found a bogon in the path, so make sure we never use it.
1630 set dummy $ac_cv_prog_CC
1632 if test $# != 0; then
1633 # We chose a different compiler from the bogus one.
1634 # However, it has the same basename, so the bogon will be chosen
1635 # first if we set CC to just the basename; use the full file name.
1637 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1643 if test -n "$CC"; then
1644 echo "$as_me:$LINENO: result: $CC" >&5
1645 echo "${ECHO_T}$CC" >&6
1647 echo "$as_me:$LINENO: result: no" >&5
1648 echo "${ECHO_T}no" >&6
1652 if test -z "$CC"; then
1653 if test -n "$ac_tool_prefix"; then
1656 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1657 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1658 echo "$as_me:$LINENO: checking for $ac_word" >&5
1659 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1660 if test "${ac_cv_prog_CC+set}" = set; then
1661 echo $ECHO_N "(cached) $ECHO_C" >&6
1663 if test -n "$CC"; then
1664 ac_cv_prog_CC="$CC" # Let the user override the test.
1666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 test -z "$as_dir" && as_dir=.
1671 for ac_exec_ext in '' $ac_executable_extensions; do
1672 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1673 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1674 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1683 if test -n "$CC"; then
1684 echo "$as_me:$LINENO: result: $CC" >&5
1685 echo "${ECHO_T}$CC" >&6
1687 echo "$as_me:$LINENO: result: no" >&5
1688 echo "${ECHO_T}no" >&6
1691 test -n "$CC" && break
1694 if test -z "$CC"; then
1698 # Extract the first word of "$ac_prog", so it can be a program name with args.
1699 set dummy $ac_prog; ac_word=$2
1700 echo "$as_me:$LINENO: checking for $ac_word" >&5
1701 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1702 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1703 echo $ECHO_N "(cached) $ECHO_C" >&6
1705 if test -n "$ac_ct_CC"; then
1706 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1712 test -z "$as_dir" && as_dir=.
1713 for ac_exec_ext in '' $ac_executable_extensions; do
1714 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1715 ac_cv_prog_ac_ct_CC="$ac_prog"
1716 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1724 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1725 if test -n "$ac_ct_CC"; then
1726 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1727 echo "${ECHO_T}$ac_ct_CC" >&6
1729 echo "$as_me:$LINENO: result: no" >&5
1730 echo "${ECHO_T}no" >&6
1733 test -n "$ac_ct_CC" && break
1742 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1743 See \`config.log' for more details." >&5
1744 echo "$as_me: error: no acceptable C compiler found in \$PATH
1745 See \`config.log' for more details." >&2;}
1746 { (exit 1); exit 1; }; }
1748 # Provide some information about the compiler.
1749 echo "$as_me:$LINENO:" \
1750 "checking for C compiler version" >&5
1751 ac_compiler=`set X $ac_compile; echo $2`
1752 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1753 (eval $ac_compiler --version </dev/null >&5) 2>&5
1755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1756 (exit $ac_status); }
1757 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1758 (eval $ac_compiler -v </dev/null >&5) 2>&5
1760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1761 (exit $ac_status); }
1762 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1763 (eval $ac_compiler -V </dev/null >&5) 2>&5
1765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1766 (exit $ac_status); }
1768 cat >conftest.$ac_ext <<_ACEOF
1771 cat confdefs.h >>conftest.$ac_ext
1772 cat >>conftest.$ac_ext <<_ACEOF
1773 /* end confdefs.h. */
1783 ac_clean_files_save=$ac_clean_files
1784 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1785 # Try to create an executable without -o first, disregard a.out.
1786 # It will help us diagnose broken compilers, and finding out an intuition
1788 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1789 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1790 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1791 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1792 (eval $ac_link_default) 2>&5
1794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1795 (exit $ac_status); }; then
1796 # Find the output, starting from the most likely. This scheme is
1797 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1800 # Be careful to initialize this variable, since it used to be cached.
1801 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1803 # b.out is created by i960 compilers.
1804 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1806 test -f "$ac_file" || continue
1808 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1811 # This is the source file.
1814 # We found the default executable, but exeext='' is most
1818 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1819 # FIXME: I believe we export ac_cv_exeext for Libtool,
1820 # but it would be cool to find out if it's true. Does anybody
1821 # maintain Libtool? --akim.
1829 echo "$as_me: failed program was:" >&5
1830 sed 's/^/| /' conftest.$ac_ext >&5
1832 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1833 See \`config.log' for more details." >&5
1834 echo "$as_me: error: C compiler cannot create executables
1835 See \`config.log' for more details." >&2;}
1836 { (exit 77); exit 77; }; }
1839 ac_exeext=$ac_cv_exeext
1840 echo "$as_me:$LINENO: result: $ac_file" >&5
1841 echo "${ECHO_T}$ac_file" >&6
1843 # Check the compiler produces executables we can run. If not, either
1844 # the compiler is broken, or we cross compile.
1845 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1846 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1847 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1848 # If not cross compiling, check that we can run a simple program.
1849 if test "$cross_compiling" != yes; then
1850 if { ac_try='./$ac_file'
1851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1855 (exit $ac_status); }; }; then
1858 if test "$cross_compiling" = maybe; then
1861 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1862 If you meant to cross compile, use \`--host'.
1863 See \`config.log' for more details." >&5
1864 echo "$as_me: error: cannot run C compiled programs.
1865 If you meant to cross compile, use \`--host'.
1866 See \`config.log' for more details." >&2;}
1867 { (exit 1); exit 1; }; }
1871 echo "$as_me:$LINENO: result: yes" >&5
1872 echo "${ECHO_T}yes" >&6
1874 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1875 ac_clean_files=$ac_clean_files_save
1876 # Check the compiler produces executables we can run. If not, either
1877 # the compiler is broken, or we cross compile.
1878 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1879 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1880 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1881 echo "${ECHO_T}$cross_compiling" >&6
1883 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1884 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1886 (eval $ac_link) 2>&5
1888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1889 (exit $ac_status); }; then
1890 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1891 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1892 # work properly (i.e., refer to `conftest.exe'), while it won't with
1894 for ac_file in conftest.exe conftest conftest.*; do
1895 test -f "$ac_file" || continue
1897 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1898 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1905 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1906 See \`config.log' for more details." >&5
1907 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1908 See \`config.log' for more details." >&2;}
1909 { (exit 1); exit 1; }; }
1912 rm -f conftest$ac_cv_exeext
1913 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1914 echo "${ECHO_T}$ac_cv_exeext" >&6
1916 rm -f conftest.$ac_ext
1917 EXEEXT=$ac_cv_exeext
1919 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1920 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1921 if test "${ac_cv_objext+set}" = set; then
1922 echo $ECHO_N "(cached) $ECHO_C" >&6
1924 cat >conftest.$ac_ext <<_ACEOF
1927 cat confdefs.h >>conftest.$ac_ext
1928 cat >>conftest.$ac_ext <<_ACEOF
1929 /* end confdefs.h. */
1939 rm -f conftest.o conftest.obj
1940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1941 (eval $ac_compile) 2>&5
1943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1944 (exit $ac_status); }; then
1945 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1947 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1948 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1953 echo "$as_me: failed program was:" >&5
1954 sed 's/^/| /' conftest.$ac_ext >&5
1956 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1957 See \`config.log' for more details." >&5
1958 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1959 See \`config.log' for more details." >&2;}
1960 { (exit 1); exit 1; }; }
1963 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1965 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1966 echo "${ECHO_T}$ac_cv_objext" >&6
1967 OBJEXT=$ac_cv_objext
1969 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1970 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1971 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1972 echo $ECHO_N "(cached) $ECHO_C" >&6
1974 cat >conftest.$ac_ext <<_ACEOF
1977 cat confdefs.h >>conftest.$ac_ext
1978 cat >>conftest.$ac_ext <<_ACEOF
1979 /* end confdefs.h. */
1992 rm -f conftest.$ac_objext
1993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1994 (eval $ac_compile) 2>conftest.er1
1996 grep -v '^ *+' conftest.er1 >conftest.err
1998 cat conftest.err >&5
1999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2000 (exit $ac_status); } &&
2001 { ac_try='test -z "$ac_c_werror_flag"
2002 || test ! -s conftest.err'
2003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2007 (exit $ac_status); }; } &&
2008 { ac_try='test -s conftest.$ac_objext'
2009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2013 (exit $ac_status); }; }; then
2016 echo "$as_me: failed program was:" >&5
2017 sed 's/^/| /' conftest.$ac_ext >&5
2021 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2022 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2025 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2026 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2027 GCC=`test $ac_compiler_gnu = yes && echo yes`
2028 ac_test_CFLAGS=${CFLAGS+set}
2029 ac_save_CFLAGS=$CFLAGS
2031 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2032 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2033 if test "${ac_cv_prog_cc_g+set}" = set; then
2034 echo $ECHO_N "(cached) $ECHO_C" >&6
2036 cat >conftest.$ac_ext <<_ACEOF
2039 cat confdefs.h >>conftest.$ac_ext
2040 cat >>conftest.$ac_ext <<_ACEOF
2041 /* end confdefs.h. */
2051 rm -f conftest.$ac_objext
2052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2053 (eval $ac_compile) 2>conftest.er1
2055 grep -v '^ *+' conftest.er1 >conftest.err
2057 cat conftest.err >&5
2058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2059 (exit $ac_status); } &&
2060 { ac_try='test -z "$ac_c_werror_flag"
2061 || test ! -s conftest.err'
2062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2066 (exit $ac_status); }; } &&
2067 { ac_try='test -s conftest.$ac_objext'
2068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2072 (exit $ac_status); }; }; then
2075 echo "$as_me: failed program was:" >&5
2076 sed 's/^/| /' conftest.$ac_ext >&5
2080 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2082 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2083 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2084 if test "$ac_test_CFLAGS" = set; then
2085 CFLAGS=$ac_save_CFLAGS
2086 elif test $ac_cv_prog_cc_g = yes; then
2087 if test "$GCC" = yes; then
2093 if test "$GCC" = yes; then
2099 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2100 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2101 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2102 echo $ECHO_N "(cached) $ECHO_C" >&6
2104 ac_cv_prog_cc_stdc=no
2106 cat >conftest.$ac_ext <<_ACEOF
2109 cat confdefs.h >>conftest.$ac_ext
2110 cat >>conftest.$ac_ext <<_ACEOF
2111 /* end confdefs.h. */
2114 #include <sys/types.h>
2115 #include <sys/stat.h>
2116 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2117 struct buf { int x; };
2118 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2119 static char *e (p, i)
2125 static char *f (char * (*g) (char **, int), char **p, ...)
2130 s = g (p, va_arg (v,int));
2135 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2136 function prototypes and stuff, but not '\xHH' hex character constants.
2137 These don't provoke an error unfortunately, instead are silently treated
2138 as 'x'. The following induces an error, until -std1 is added to get
2139 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2140 array size at least. It's necessary to write '\x00'==0 to get something
2141 that's true only with -std1. */
2142 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2144 int test (int i, double x);
2145 struct s1 {int (*f) (int a);};
2146 struct s2 {int (*f) (double a);};
2147 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2153 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2158 # Don't try gcc -ansi; that turns off useful extensions and
2159 # breaks some systems' header files.
2160 # AIX -qlanglvl=ansi
2161 # Ultrix and OSF/1 -std1
2162 # HP-UX 10.20 and later -Ae
2163 # HP-UX older versions -Aa -D_HPUX_SOURCE
2164 # SVR4 -Xc -D__EXTENSIONS__
2165 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2167 CC="$ac_save_CC $ac_arg"
2168 rm -f conftest.$ac_objext
2169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2170 (eval $ac_compile) 2>conftest.er1
2172 grep -v '^ *+' conftest.er1 >conftest.err
2174 cat conftest.err >&5
2175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2176 (exit $ac_status); } &&
2177 { ac_try='test -z "$ac_c_werror_flag"
2178 || test ! -s conftest.err'
2179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2183 (exit $ac_status); }; } &&
2184 { ac_try='test -s conftest.$ac_objext'
2185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2189 (exit $ac_status); }; }; then
2190 ac_cv_prog_cc_stdc=$ac_arg
2193 echo "$as_me: failed program was:" >&5
2194 sed 's/^/| /' conftest.$ac_ext >&5
2197 rm -f conftest.err conftest.$ac_objext
2199 rm -f conftest.$ac_ext conftest.$ac_objext
2204 case "x$ac_cv_prog_cc_stdc" in
2206 echo "$as_me:$LINENO: result: none needed" >&5
2207 echo "${ECHO_T}none needed" >&6 ;;
2209 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2210 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2211 CC="$CC $ac_cv_prog_cc_stdc" ;;
2214 # Some people use a C++ compiler to compile C. Since we use `exit',
2215 # in C++ we need to declare it. In case someone uses the same compiler
2216 # for both compiling C and C++ we need to have the C++ compiler decide
2217 # the declaration of exit, since it's the most demanding environment.
2218 cat >conftest.$ac_ext <<_ACEOF
2223 rm -f conftest.$ac_objext
2224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2225 (eval $ac_compile) 2>conftest.er1
2227 grep -v '^ *+' conftest.er1 >conftest.err
2229 cat conftest.err >&5
2230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2231 (exit $ac_status); } &&
2232 { ac_try='test -z "$ac_c_werror_flag"
2233 || test ! -s conftest.err'
2234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2238 (exit $ac_status); }; } &&
2239 { ac_try='test -s conftest.$ac_objext'
2240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2244 (exit $ac_status); }; }; then
2245 for ac_declaration in \
2247 'extern "C" void std::exit (int) throw (); using std::exit;' \
2248 'extern "C" void std::exit (int); using std::exit;' \
2249 'extern "C" void exit (int) throw ();' \
2250 'extern "C" void exit (int);' \
2253 cat >conftest.$ac_ext <<_ACEOF
2256 cat confdefs.h >>conftest.$ac_ext
2257 cat >>conftest.$ac_ext <<_ACEOF
2258 /* end confdefs.h. */
2269 rm -f conftest.$ac_objext
2270 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2271 (eval $ac_compile) 2>conftest.er1
2273 grep -v '^ *+' conftest.er1 >conftest.err
2275 cat conftest.err >&5
2276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2277 (exit $ac_status); } &&
2278 { ac_try='test -z "$ac_c_werror_flag"
2279 || test ! -s conftest.err'
2280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2284 (exit $ac_status); }; } &&
2285 { ac_try='test -s conftest.$ac_objext'
2286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2290 (exit $ac_status); }; }; then
2293 echo "$as_me: failed program was:" >&5
2294 sed 's/^/| /' conftest.$ac_ext >&5
2298 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2299 cat >conftest.$ac_ext <<_ACEOF
2302 cat confdefs.h >>conftest.$ac_ext
2303 cat >>conftest.$ac_ext <<_ACEOF
2304 /* end confdefs.h. */
2314 rm -f conftest.$ac_objext
2315 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2316 (eval $ac_compile) 2>conftest.er1
2318 grep -v '^ *+' conftest.er1 >conftest.err
2320 cat conftest.err >&5
2321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2322 (exit $ac_status); } &&
2323 { ac_try='test -z "$ac_c_werror_flag"
2324 || test ! -s conftest.err'
2325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2329 (exit $ac_status); }; } &&
2330 { ac_try='test -s conftest.$ac_objext'
2331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2335 (exit $ac_status); }; }; then
2338 echo "$as_me: failed program was:" >&5
2339 sed 's/^/| /' conftest.$ac_ext >&5
2342 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2345 if test -n "$ac_declaration"; then
2346 echo '#ifdef __cplusplus' >>confdefs.h
2347 echo $ac_declaration >>confdefs.h
2348 echo '#endif' >>confdefs.h
2352 echo "$as_me: failed program was:" >&5
2353 sed 's/^/| /' conftest.$ac_ext >&5
2356 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2358 ac_cpp='$CPP $CPPFLAGS'
2359 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2360 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2361 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2364 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2365 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2366 if test "${ac_cv_search_strerror+set}" = set; then
2367 echo $ECHO_N "(cached) $ECHO_C" >&6
2369 ac_func_search_save_LIBS=$LIBS
2370 ac_cv_search_strerror=no
2371 cat >conftest.$ac_ext <<_ACEOF
2374 cat confdefs.h >>conftest.$ac_ext
2375 cat >>conftest.$ac_ext <<_ACEOF
2376 /* end confdefs.h. */
2378 /* Override any gcc2 internal prototype to avoid an error. */
2382 /* We use char because int might match the return type of a gcc2
2383 builtin and then its argument prototype would still apply. */
2393 rm -f conftest.$ac_objext conftest$ac_exeext
2394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2395 (eval $ac_link) 2>conftest.er1
2397 grep -v '^ *+' conftest.er1 >conftest.err
2399 cat conftest.err >&5
2400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2401 (exit $ac_status); } &&
2402 { ac_try='test -z "$ac_c_werror_flag"
2403 || test ! -s conftest.err'
2404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2408 (exit $ac_status); }; } &&
2409 { ac_try='test -s conftest$ac_exeext'
2410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2414 (exit $ac_status); }; }; then
2415 ac_cv_search_strerror="none required"
2417 echo "$as_me: failed program was:" >&5
2418 sed 's/^/| /' conftest.$ac_ext >&5
2421 rm -f conftest.err conftest.$ac_objext \
2422 conftest$ac_exeext conftest.$ac_ext
2423 if test "$ac_cv_search_strerror" = no; then
2424 for ac_lib in cposix; do
2425 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2426 cat >conftest.$ac_ext <<_ACEOF
2429 cat confdefs.h >>conftest.$ac_ext
2430 cat >>conftest.$ac_ext <<_ACEOF
2431 /* end confdefs.h. */
2433 /* Override any gcc2 internal prototype to avoid an error. */
2437 /* We use char because int might match the return type of a gcc2
2438 builtin and then its argument prototype would still apply. */
2448 rm -f conftest.$ac_objext conftest$ac_exeext
2449 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2450 (eval $ac_link) 2>conftest.er1
2452 grep -v '^ *+' conftest.er1 >conftest.err
2454 cat conftest.err >&5
2455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2456 (exit $ac_status); } &&
2457 { ac_try='test -z "$ac_c_werror_flag"
2458 || test ! -s conftest.err'
2459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2463 (exit $ac_status); }; } &&
2464 { ac_try='test -s conftest$ac_exeext'
2465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469 (exit $ac_status); }; }; then
2470 ac_cv_search_strerror="-l$ac_lib"
2473 echo "$as_me: failed program was:" >&5
2474 sed 's/^/| /' conftest.$ac_ext >&5
2477 rm -f conftest.err conftest.$ac_objext \
2478 conftest$ac_exeext conftest.$ac_ext
2481 LIBS=$ac_func_search_save_LIBS
2483 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2484 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2485 if test "$ac_cv_search_strerror" != no; then
2486 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
2491 am__api_version="1.9"
2492 # Find a good install program. We prefer a C program (faster),
2493 # so one script is as good as another. But avoid the broken or
2494 # incompatible versions:
2495 # SysV /etc/install, /usr/sbin/install
2496 # SunOS /usr/etc/install
2497 # IRIX /sbin/install
2499 # AmigaOS /C/install, which installs bootblocks on floppy discs
2500 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2501 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2502 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2503 # OS/2's system install, which has a completely different semantic
2504 # ./install, which can be erroneously created by make from ./install.sh.
2505 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2506 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2507 if test -z "$INSTALL"; then
2508 if test "${ac_cv_path_install+set}" = set; then
2509 echo $ECHO_N "(cached) $ECHO_C" >&6
2511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2515 test -z "$as_dir" && as_dir=.
2516 # Account for people who put trailing slashes in PATH elements.
2518 ./ | .// | /cC/* | \
2519 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2520 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2523 # OSF1 and SCO ODT 3.0 have their own names for install.
2524 # Don't use installbsd from OSF since it installs stuff as root
2526 for ac_prog in ginstall scoinst install; do
2527 for ac_exec_ext in '' $ac_executable_extensions; do
2528 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2529 if test $ac_prog = install &&
2530 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2531 # AIX install. It has an incompatible calling convention.
2533 elif test $ac_prog = install &&
2534 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2535 # program-specific install script used by HP pwplus--don't use.
2538 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2550 if test "${ac_cv_path_install+set}" = set; then
2551 INSTALL=$ac_cv_path_install
2553 # As a last resort, use the slow shell script. We don't cache a
2554 # path for INSTALL within a source directory, because that will
2555 # break other packages using the cache if that directory is
2556 # removed, or if the path is relative.
2557 INSTALL=$ac_install_sh
2560 echo "$as_me:$LINENO: result: $INSTALL" >&5
2561 echo "${ECHO_T}$INSTALL" >&6
2563 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2564 # It thinks the first close brace ends the variable substitution.
2565 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2567 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2569 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2571 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2572 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2575 echo timestamp > conftest.file
2576 # Do `set' in a subshell so we don't clobber the current shell's
2577 # arguments. Must try -L first in case configure is actually a
2578 # symlink; some systems play weird games with the mod time of symlinks
2579 # (eg FreeBSD returns the mod time of the symlink's containing
2582 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2583 if test "$*" = "X"; then
2585 set X `ls -t $srcdir/configure conftest.file`
2588 if test "$*" != "X $srcdir/configure conftest.file" \
2589 && test "$*" != "X conftest.file $srcdir/configure"; then
2591 # If neither matched, then we have a broken ls. This can happen
2592 # if, for instance, CONFIG_SHELL is bash and it inherits a
2593 # broken ls alias from the environment. This has actually
2594 # happened. Such a system could not be considered "sane".
2595 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2596 alias in your environment" >&5
2597 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2598 alias in your environment" >&2;}
2599 { (exit 1); exit 1; }; }
2602 test "$2" = conftest.file
2608 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2609 Check your system clock" >&5
2610 echo "$as_me: error: newly created file is older than distributed files!
2611 Check your system clock" >&2;}
2612 { (exit 1); exit 1; }; }
2614 echo "$as_me:$LINENO: result: yes" >&5
2615 echo "${ECHO_T}yes" >&6
2616 test "$program_prefix" != NONE &&
2617 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2618 # Use a double $ so make ignores it.
2619 test "$program_suffix" != NONE &&
2620 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2621 # Double any \ or $. echo might interpret backslashes.
2622 # By default was `s,x,x', remove it if useless.
2623 cat <<\_ACEOF >conftest.sed
2624 s/[\\$]/&&/g;s/;s,x,x,$//
2626 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2629 # expand $ac_aux_dir to an absolute path
2630 am_aux_dir=`cd $ac_aux_dir && pwd`
2632 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2633 # Use eval to expand $SHELL
2634 if eval "$MISSING --run true"; then
2635 am_missing_run="$MISSING --run "
2638 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2639 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2642 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2643 # We used to keeping the `.' as first argument, in order to
2644 # allow $(mkdir_p) to be used without argument. As in
2645 # $(mkdir_p) $(somedir)
2646 # where $(somedir) is conditionally defined. However this is wrong
2648 # 1. if the package is installed by a user who cannot write `.'
2649 # make install will fail,
2650 # 2. the above comment should most certainly read
2651 # $(mkdir_p) $(DESTDIR)$(somedir)
2652 # so it does not work when $(somedir) is undefined and
2653 # $(DESTDIR) is not.
2654 # To support the latter case, we have to write
2655 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2656 # so the `.' trick is pointless.
2657 mkdir_p='mkdir -p --'
2659 # On NextStep and OpenStep, the `mkdir' command does not
2660 # recognize any option. It will interpret all options as
2661 # directories to create, and then abort because `.' already
2663 for d in ./-p ./--version;
2665 test -d $d && rmdir $d
2667 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2668 if test -f "$ac_aux_dir/mkinstalldirs"; then
2669 mkdir_p='$(mkinstalldirs)'
2671 mkdir_p='$(install_sh) -d'
2675 for ac_prog in gawk mawk nawk awk
2677 # Extract the first word of "$ac_prog", so it can be a program name with args.
2678 set dummy $ac_prog; ac_word=$2
2679 echo "$as_me:$LINENO: checking for $ac_word" >&5
2680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2681 if test "${ac_cv_prog_AWK+set}" = set; then
2682 echo $ECHO_N "(cached) $ECHO_C" >&6
2684 if test -n "$AWK"; then
2685 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2691 test -z "$as_dir" && as_dir=.
2692 for ac_exec_ext in '' $ac_executable_extensions; do
2693 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2694 ac_cv_prog_AWK="$ac_prog"
2695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2704 if test -n "$AWK"; then
2705 echo "$as_me:$LINENO: result: $AWK" >&5
2706 echo "${ECHO_T}$AWK" >&6
2708 echo "$as_me:$LINENO: result: no" >&5
2709 echo "${ECHO_T}no" >&6
2712 test -n "$AWK" && break
2715 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2716 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2717 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2718 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2719 echo $ECHO_N "(cached) $ECHO_C" >&6
2721 cat >conftest.make <<\_ACEOF
2723 @echo 'ac_maketemp="$(MAKE)"'
2725 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2726 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2727 if test -n "$ac_maketemp"; then
2728 eval ac_cv_prog_make_${ac_make}_set=yes
2730 eval ac_cv_prog_make_${ac_make}_set=no
2734 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2735 echo "$as_me:$LINENO: result: yes" >&5
2736 echo "${ECHO_T}yes" >&6
2739 echo "$as_me:$LINENO: result: no" >&5
2740 echo "${ECHO_T}no" >&6
2741 SET_MAKE="MAKE=${MAKE-make}"
2744 rm -rf .tst 2>/dev/null
2745 mkdir .tst 2>/dev/null
2746 if test -d .tst; then
2751 rmdir .tst 2>/dev/null
2753 DEPDIR="${am__leading_dot}deps"
2755 ac_config_commands="$ac_config_commands depfiles"
2758 am_make=${MAKE-make}
2759 cat > confinc << 'END'
2764 # If we don't find an include directive, just comment out the code.
2765 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2766 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2770 # First try GNU make style include.
2771 echo "include confinc" > confmf
2772 # We grep out `Entering directory' and `Leaving directory'
2773 # messages which can occur if `w' ends up in MAKEFLAGS.
2774 # In particular we don't look at `^make:' because GNU make might
2775 # be invoked under some other name (usually "gmake"), in which
2776 # case it prints its new name instead of `make'.
2777 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2782 # Now try BSD make style include.
2783 if test "$am__include" = "#"; then
2784 echo '.include "confinc"' > confmf
2785 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2786 am__include=.include
2793 echo "$as_me:$LINENO: result: $_am_result" >&5
2794 echo "${ECHO_T}$_am_result" >&6
2795 rm -f confinc confmf
2797 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2798 if test "${enable_dependency_tracking+set}" = set; then
2799 enableval="$enable_dependency_tracking"
2802 if test "x$enable_dependency_tracking" != xno; then
2803 am_depcomp="$ac_aux_dir/depcomp"
2808 if test "x$enable_dependency_tracking" != xno; then
2818 # test to see if srcdir already configured
2819 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2820 test -f $srcdir/config.status; then
2821 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2822 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2823 { (exit 1); exit 1; }; }
2826 # test whether we have cygpath
2827 if test -z "$CYGPATH_W"; then
2828 if (cygpath --version) >/dev/null 2>/dev/null; then
2829 CYGPATH_W='cygpath -w'
2836 # Define the identity of the package.
2841 cat >>confdefs.h <<_ACEOF
2842 #define PACKAGE "$PACKAGE"
2846 cat >>confdefs.h <<_ACEOF
2847 #define VERSION "$VERSION"
2850 # Some tools Automake needs.
2852 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2855 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2858 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2861 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2864 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2866 install_sh=${install_sh-"$am_aux_dir/install-sh"}
2868 # Installed binaries are usually stripped using `strip' when the user
2869 # run `make install-strip'. However `strip' might not be the right
2870 # tool to use in cross-compilation environments, therefore Automake
2871 # will honor the `STRIP' environment variable to overrule this program.
2872 if test "$cross_compiling" != no; then
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}strip; ac_word=$2
2876 echo "$as_me:$LINENO: checking for $ac_word" >&5
2877 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2878 if test "${ac_cv_prog_STRIP+set}" = set; then
2879 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 if test -n "$STRIP"; then
2882 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2891 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2900 STRIP=$ac_cv_prog_STRIP
2901 if test -n "$STRIP"; then
2902 echo "$as_me:$LINENO: result: $STRIP" >&5
2903 echo "${ECHO_T}$STRIP" >&6
2905 echo "$as_me:$LINENO: result: no" >&5
2906 echo "${ECHO_T}no" >&6
2910 if test -z "$ac_cv_prog_STRIP"; then
2912 # Extract the first word of "strip", so it can be a program name with args.
2913 set dummy strip; ac_word=$2
2914 echo "$as_me:$LINENO: checking for $ac_word" >&5
2915 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2916 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2917 echo $ECHO_N "(cached) $ECHO_C" >&6
2919 if test -n "$ac_ct_STRIP"; then
2920 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926 test -z "$as_dir" && as_dir=.
2927 for ac_exec_ext in '' $ac_executable_extensions; do
2928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2929 ac_cv_prog_ac_ct_STRIP="strip"
2930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2936 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2939 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2940 if test -n "$ac_ct_STRIP"; then
2941 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2942 echo "${ECHO_T}$ac_ct_STRIP" >&6
2944 echo "$as_me:$LINENO: result: no" >&5
2945 echo "${ECHO_T}no" >&6
2950 STRIP="$ac_cv_prog_STRIP"
2954 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2956 # We need awk for the "check" target. The system "awk" is bad on
2958 # Always define AMTAR for backward compatibility.
2960 AMTAR=${AMTAR-"${am_missing_run}tar"}
2962 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2967 depcc="$CC" am_compiler_list=
2969 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2970 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2971 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2972 echo $ECHO_N "(cached) $ECHO_C" >&6
2974 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2975 # We make a subdir and do the tests there. Otherwise we can end up
2976 # making bogus files that we don't know about and never remove. For
2977 # instance it was reported that on HP-UX the gcc test will end up
2978 # making a dummy file named `D' -- because `-MD' means `put the output
2981 # Copy depcomp to subdir because otherwise we won't find it if we're
2982 # using a relative directory.
2983 cp "$am_depcomp" conftest.dir
2985 # We will build objects and dependencies in a subdirectory because
2986 # it helps to detect inapplicable dependency modes. For instance
2987 # both Tru64's cc and ICC support -MD to output dependencies as a
2988 # side effect of compilation, but ICC will put the dependencies in
2989 # the current directory while Tru64 will put them in the object
2993 am_cv_CC_dependencies_compiler_type=none
2994 if test "$am_compiler_list" = ""; then
2995 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2997 for depmode in $am_compiler_list; do
2998 # Setup a source with many dependencies, because some compilers
2999 # like to wrap large dependency lists on column 80 (with \), and
3000 # we should not choose a depcomp mode which is confused by this.
3002 # We need to recreate these files for each test, as the compiler may
3003 # overwrite some of them when testing with obscure command lines.
3004 # This happens at least with the AIX C compiler.
3006 for i in 1 2 3 4 5 6; do
3007 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3008 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3009 # Solaris 8's {/usr,}/bin/sh.
3010 touch sub/conftst$i.h
3012 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3016 # after this tag, mechanisms are not by side-effect, so they'll
3017 # only be used when explicitly requested
3018 if test "x$enable_dependency_tracking" = xyes; then
3026 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3027 # mode. It turns out that the SunPro C++ compiler does not properly
3028 # handle `-M -o', and we need to detect this.
3029 if depmode=$depmode \
3030 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3031 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3032 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3033 >/dev/null 2>conftest.err &&
3034 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3035 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3036 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3037 # icc doesn't choke on unknown options, it will just issue warnings
3038 # or remarks (even with -Werror). So we grep stderr for any message
3039 # that says an option was ignored or not supported.
3040 # When given -MP, icc 7.0 and 7.1 complain thusly:
3041 # icc: Command line warning: ignoring option '-M'; no argument required
3042 # The diagnosis changed in icc 8.0:
3043 # icc: Command line remark: option '-MP' not supported
3044 if (grep 'ignoring option' conftest.err ||
3045 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3046 am_cv_CC_dependencies_compiler_type=$depmode
3055 am_cv_CC_dependencies_compiler_type=none
3059 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3060 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3061 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3066 test "x$enable_dependency_tracking" != xno \
3067 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3069 am__fastdepCC_FALSE='#'
3071 am__fastdepCC_TRUE='#'
3072 am__fastdepCC_FALSE=
3078 if test -n "$ac_tool_prefix"; then
3079 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3080 set dummy ${ac_tool_prefix}ar; ac_word=$2
3081 echo "$as_me:$LINENO: checking for $ac_word" >&5
3082 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3083 if test "${ac_cv_prog_AR+set}" = set; then
3084 echo $ECHO_N "(cached) $ECHO_C" >&6
3086 if test -n "$AR"; then
3087 ac_cv_prog_AR="$AR" # Let the user override the test.
3089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3093 test -z "$as_dir" && as_dir=.
3094 for ac_exec_ext in '' $ac_executable_extensions; do
3095 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3096 ac_cv_prog_AR="${ac_tool_prefix}ar"
3097 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3106 if test -n "$AR"; then
3107 echo "$as_me:$LINENO: result: $AR" >&5
3108 echo "${ECHO_T}$AR" >&6
3110 echo "$as_me:$LINENO: result: no" >&5
3111 echo "${ECHO_T}no" >&6
3115 if test -z "$ac_cv_prog_AR"; then
3117 # Extract the first word of "ar", so it can be a program name with args.
3118 set dummy ar; ac_word=$2
3119 echo "$as_me:$LINENO: checking for $ac_word" >&5
3120 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3121 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3122 echo $ECHO_N "(cached) $ECHO_C" >&6
3124 if test -n "$ac_ct_AR"; then
3125 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3131 test -z "$as_dir" && as_dir=.
3132 for ac_exec_ext in '' $ac_executable_extensions; do
3133 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3134 ac_cv_prog_ac_ct_AR="ar"
3135 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3143 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3144 if test -n "$ac_ct_AR"; then
3145 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3146 echo "${ECHO_T}$ac_ct_AR" >&6
3148 echo "$as_me:$LINENO: result: no" >&5
3149 echo "${ECHO_T}no" >&6
3157 if test -n "$ac_tool_prefix"; then
3158 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3159 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3160 echo "$as_me:$LINENO: checking for $ac_word" >&5
3161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3162 if test "${ac_cv_prog_RANLIB+set}" = set; then
3163 echo $ECHO_N "(cached) $ECHO_C" >&6
3165 if test -n "$RANLIB"; then
3166 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3172 test -z "$as_dir" && as_dir=.
3173 for ac_exec_ext in '' $ac_executable_extensions; do
3174 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3175 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3176 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3184 RANLIB=$ac_cv_prog_RANLIB
3185 if test -n "$RANLIB"; then
3186 echo "$as_me:$LINENO: result: $RANLIB" >&5
3187 echo "${ECHO_T}$RANLIB" >&6
3189 echo "$as_me:$LINENO: result: no" >&5
3190 echo "${ECHO_T}no" >&6
3194 if test -z "$ac_cv_prog_RANLIB"; then
3195 ac_ct_RANLIB=$RANLIB
3196 # Extract the first word of "ranlib", so it can be a program name with args.
3197 set dummy ranlib; ac_word=$2
3198 echo "$as_me:$LINENO: checking for $ac_word" >&5
3199 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3200 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3201 echo $ECHO_N "(cached) $ECHO_C" >&6
3203 if test -n "$ac_ct_RANLIB"; then
3204 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3210 test -z "$as_dir" && as_dir=.
3211 for ac_exec_ext in '' $ac_executable_extensions; do
3212 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3213 ac_cv_prog_ac_ct_RANLIB="ranlib"
3214 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3220 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3223 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3224 if test -n "$ac_ct_RANLIB"; then
3225 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3226 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3228 echo "$as_me:$LINENO: result: no" >&5
3229 echo "${ECHO_T}no" >&6
3232 RANLIB=$ac_ct_RANLIB
3234 RANLIB="$ac_cv_prog_RANLIB"
3238 # Check whether --enable-shared or --disable-shared was given.
3239 if test "${enable_shared+set}" = set; then
3240 enableval="$enable_shared"
3241 p=${PACKAGE-default}
3243 yes) enable_shared=yes ;;
3244 no) enable_shared=no ;;
3247 # Look at the argument we got. We use all the common list separators.
3248 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3249 for pkg in $enableval; do
3250 if test "X$pkg" = "X$p"; then
3261 # Check whether --enable-static or --disable-static was given.
3262 if test "${enable_static+set}" = set; then
3263 enableval="$enable_static"
3264 p=${PACKAGE-default}
3266 yes) enable_static=yes ;;
3267 no) enable_static=no ;;
3270 # Look at the argument we got. We use all the common list separators.
3271 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3272 for pkg in $enableval; do
3273 if test "X$pkg" = "X$p"; then
3283 # Check whether --enable-fast-install or --disable-fast-install was given.
3284 if test "${enable_fast_install+set}" = set; then
3285 enableval="$enable_fast_install"
3286 p=${PACKAGE-default}
3288 yes) enable_fast_install=yes ;;
3289 no) enable_fast_install=no ;;
3291 enable_fast_install=no
3292 # Look at the argument we got. We use all the common list separators.
3293 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3294 for pkg in $enableval; do
3295 if test "X$pkg" = "X$p"; then
3296 enable_fast_install=yes
3303 enable_fast_install=yes
3306 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3307 if test "${with_gnu_ld+set}" = set; then
3308 withval="$with_gnu_ld"
3309 test "$withval" = no || with_gnu_ld=yes
3314 if test "$GCC" = yes; then
3315 # Check if gcc -print-prog-name=ld gives a path.
3316 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3317 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3320 # gcc leaves a trailing carriage return which upsets mingw
3321 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3323 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3326 # Accept absolute paths.
3327 [\\/]* | [A-Za-z]:[\\/]*)
3328 re_direlt='/[^/][^/]*/\.\./'
3329 # Canonicalize the path of ld
3330 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3331 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3332 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3334 test -z "$LD" && LD="$ac_prog"
3337 # If it fails, then pretend we aren't using GCC.
3341 # If it is relative, then search for the first ld in PATH.
3345 elif test "$with_gnu_ld" = yes; then
3346 echo "$as_me:$LINENO: checking for GNU ld" >&5
3347 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3349 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3350 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3352 if test "${lt_cv_path_LD+set}" = set; then
3353 echo $ECHO_N "(cached) $ECHO_C" >&6
3355 if test -z "$LD"; then
3356 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3357 for ac_dir in $PATH; do
3358 test -z "$ac_dir" && ac_dir=.
3359 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3360 lt_cv_path_LD="$ac_dir/$ac_prog"
3361 # Check to see if the program is GNU ld. I'd rather use --version,
3362 # but apparently some GNU ld's only accept -v.
3363 # Break only if it was the GNU/non-GNU ld that we prefer.
3364 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
3365 test "$with_gnu_ld" != no && break
3367 test "$with_gnu_ld" != yes && break
3373 lt_cv_path_LD="$LD" # Let the user override the test with a path.
3378 if test -n "$LD"; then
3379 echo "$as_me:$LINENO: result: $LD" >&5
3380 echo "${ECHO_T}$LD" >&6
3382 echo "$as_me:$LINENO: result: no" >&5
3383 echo "${ECHO_T}no" >&6
3385 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3386 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3387 { (exit 1); exit 1; }; }
3388 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3389 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3390 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3391 echo $ECHO_N "(cached) $ECHO_C" >&6
3393 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3394 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
3395 lt_cv_prog_gnu_ld=yes
3397 lt_cv_prog_gnu_ld=no
3400 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3401 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3402 with_gnu_ld=$lt_cv_prog_gnu_ld
3405 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3406 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3407 if test "${lt_cv_ld_reload_flag+set}" = set; then
3408 echo $ECHO_N "(cached) $ECHO_C" >&6
3410 lt_cv_ld_reload_flag='-r'
3412 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3413 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3414 reload_flag=$lt_cv_ld_reload_flag
3415 test -n "$reload_flag" && reload_flag=" $reload_flag"
3417 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3418 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3419 if test "${lt_cv_path_NM+set}" = set; then
3420 echo $ECHO_N "(cached) $ECHO_C" >&6
3422 if test -n "$NM"; then
3423 # Let the user override the test.
3426 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3427 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
3428 test -z "$ac_dir" && ac_dir=.
3429 tmp_nm=$ac_dir/${ac_tool_prefix}nm
3430 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
3431 # Check to see if the nm accepts a BSD-compat flag.
3432 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3433 # nm: unknown option "B" ignored
3434 # Tru64's nm complains that /dev/null is an invalid object file
3435 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
3436 lt_cv_path_NM="$tmp_nm -B"
3438 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
3439 lt_cv_path_NM="$tmp_nm -p"
3442 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3443 continue # so that we can try to find one that supports BSD flags
3448 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
3453 echo "$as_me:$LINENO: result: $NM" >&5
3454 echo "${ECHO_T}$NM" >&6
3456 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3457 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3459 if test "$LN_S" = "ln -s"; then
3460 echo "$as_me:$LINENO: result: yes" >&5
3461 echo "${ECHO_T}yes" >&6
3463 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3464 echo "${ECHO_T}no, using $LN_S" >&6
3467 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3468 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3469 if test "${lt_cv_deplibs_check_method+set}" = set; then
3470 echo $ECHO_N "(cached) $ECHO_C" >&6
3472 lt_cv_file_magic_cmd='$MAGIC_CMD'
3473 lt_cv_file_magic_test_file=
3474 lt_cv_deplibs_check_method='unknown'
3475 # Need to set the preceding variable on all platforms that support
3476 # interlibrary dependencies.
3477 # 'none' -- dependencies not supported.
3478 # `unknown' -- same as none, but documents that we really don't know.
3479 # 'pass_all' -- all dependencies passed with no checks.
3480 # 'test_compile' -- check by making test program.
3481 # 'file_magic [regex]' -- check by looking for files in library path
3482 # which responds to the $file_magic_cmd with a given egrep regex.
3483 # If you have `file' or equivalent on your system and you're not sure
3484 # whether `pass_all' will *always* work, you probably want this one.
3488 lt_cv_deplibs_check_method=pass_all
3492 lt_cv_deplibs_check_method=pass_all
3496 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3497 lt_cv_file_magic_cmd='/usr/bin/file -L'
3498 lt_cv_file_magic_test_file=/shlib/libc.so
3501 cygwin* | mingw* |pw32*)
3502 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
3503 lt_cv_file_magic_cmd='$OBJDUMP -f'
3506 darwin* | rhapsody*)
3507 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
3508 lt_cv_file_magic_cmd='/usr/bin/file -L'
3510 rhapsody* | darwin1.012)
3511 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
3514 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
3519 freebsd* | kfreebsd*-gnu)
3520 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3523 # Not sure whether the presence of OpenBSD here was a mistake.
3524 # Let's accept both of them until this is cleared up.
3525 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3526 lt_cv_file_magic_cmd=/usr/bin/file
3527 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3531 lt_cv_deplibs_check_method=pass_all
3536 lt_cv_deplibs_check_method=pass_all
3542 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3543 lt_cv_file_magic_cmd=/usr/bin/file
3544 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3547 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3548 lt_cv_file_magic_cmd=/usr/bin/file
3549 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3557 # this will be overridden with pass_all, but let us keep it just in case
3558 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3562 *-32|*"-32 ") libmagic=32-bit;;
3563 *-n32|*"-n32 ") libmagic=N32;;
3564 *-64|*"-64 ") libmagic=64-bit;;
3565 *) libmagic=never-match;;
3567 # this will be overridden with pass_all, but let us keep it just in case
3568 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3571 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3572 lt_cv_deplibs_check_method=pass_all
3575 # This must be Linux ELF.
3578 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
3579 lt_cv_deplibs_check_method=pass_all ;;
3581 # glibc up to 2.1.1 does not perform some relocations on ARM
3582 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3584 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3587 netbsd* | knetbsd*-gnu)
3588 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3589 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3591 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
3596 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3597 lt_cv_file_magic_cmd=/usr/bin/file
3598 lt_cv_file_magic_test_file=/usr/lib/libnls.so
3601 osf3* | osf4* | osf5*)
3602 # this will be overridden with pass_all, but let us keep it just in case
3603 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3604 lt_cv_file_magic_test_file=/shlib/libc.so
3605 lt_cv_deplibs_check_method=pass_all
3609 lt_cv_deplibs_check_method=pass_all
3613 lt_cv_deplibs_check_method=pass_all
3614 lt_cv_file_magic_test_file=/lib/libc.so
3617 sysv5uw[78]* | sysv4*uw2*)
3618 lt_cv_deplibs_check_method=pass_all
3621 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
3622 case $host_vendor in
3624 lt_cv_deplibs_check_method=pass_all
3627 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3628 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3635 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3636 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3637 file_magic_cmd=$lt_cv_file_magic_cmd
3638 deplibs_check_method=$lt_cv_deplibs_check_method
3643 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3645 # Only perform the check for file, if the check method requires it
3646 case $deplibs_check_method in
3648 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3649 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3650 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3651 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3652 echo $ECHO_N "(cached) $ECHO_C" >&6
3656 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3659 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
3662 ac_save_MAGIC_CMD="$MAGIC_CMD"
3663 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3664 ac_dummy="/usr/bin:$PATH"
3665 for ac_dir in $ac_dummy; do
3666 test -z "$ac_dir" && ac_dir=.
3667 if test -f $ac_dir/${ac_tool_prefix}file; then
3668 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
3669 if test -n "$file_magic_test_file"; then
3670 case $deplibs_check_method in
3672 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3673 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3674 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3675 egrep "$file_magic_regex" > /dev/null; then
3680 *** Warning: the command libtool uses to detect shared libraries,
3681 *** $file_magic_cmd, produces output that libtool cannot recognize.
3682 *** The result is that libtool may fail to recognize shared libraries
3683 *** as such. This will affect the creation of libtool libraries that
3684 *** depend on shared libraries, but programs linked with such libtool
3685 *** libraries will work regardless of this problem. Nevertheless, you
3686 *** may want to report the problem to your system manager and/or to
3697 MAGIC_CMD="$ac_save_MAGIC_CMD"
3702 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3703 if test -n "$MAGIC_CMD"; then
3704 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3705 echo "${ECHO_T}$MAGIC_CMD" >&6
3707 echo "$as_me:$LINENO: result: no" >&5
3708 echo "${ECHO_T}no" >&6
3711 if test -z "$lt_cv_path_MAGIC_CMD"; then
3712 if test -n "$ac_tool_prefix"; then
3713 echo "$as_me:$LINENO: checking for file" >&5
3714 echo $ECHO_N "checking for file... $ECHO_C" >&6
3715 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3716 echo $ECHO_N "(cached) $ECHO_C" >&6
3720 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3723 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
3726 ac_save_MAGIC_CMD="$MAGIC_CMD"
3727 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3728 ac_dummy="/usr/bin:$PATH"
3729 for ac_dir in $ac_dummy; do
3730 test -z "$ac_dir" && ac_dir=.
3731 if test -f $ac_dir/file; then
3732 lt_cv_path_MAGIC_CMD="$ac_dir/file"
3733 if test -n "$file_magic_test_file"; then
3734 case $deplibs_check_method in
3736 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3737 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3738 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3739 egrep "$file_magic_regex" > /dev/null; then
3744 *** Warning: the command libtool uses to detect shared libraries,
3745 *** $file_magic_cmd, produces output that libtool cannot recognize.
3746 *** The result is that libtool may fail to recognize shared libraries
3747 *** as such. This will affect the creation of libtool libraries that
3748 *** depend on shared libraries, but programs linked with such libtool
3749 *** libraries will work regardless of this problem. Nevertheless, you
3750 *** may want to report the problem to your system manager and/or to
3761 MAGIC_CMD="$ac_save_MAGIC_CMD"
3766 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3767 if test -n "$MAGIC_CMD"; then
3768 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3769 echo "${ECHO_T}$MAGIC_CMD" >&6
3771 echo "$as_me:$LINENO: result: no" >&5
3772 echo "${ECHO_T}no" >&6
3784 if test -n "$ac_tool_prefix"; then
3785 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3786 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3787 echo "$as_me:$LINENO: checking for $ac_word" >&5
3788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3789 if test "${ac_cv_prog_RANLIB+set}" = set; then
3790 echo $ECHO_N "(cached) $ECHO_C" >&6
3792 if test -n "$RANLIB"; then
3793 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3799 test -z "$as_dir" && as_dir=.
3800 for ac_exec_ext in '' $ac_executable_extensions; do
3801 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3802 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3811 RANLIB=$ac_cv_prog_RANLIB
3812 if test -n "$RANLIB"; then
3813 echo "$as_me:$LINENO: result: $RANLIB" >&5
3814 echo "${ECHO_T}$RANLIB" >&6
3816 echo "$as_me:$LINENO: result: no" >&5
3817 echo "${ECHO_T}no" >&6
3821 if test -z "$ac_cv_prog_RANLIB"; then
3822 ac_ct_RANLIB=$RANLIB
3823 # Extract the first word of "ranlib", so it can be a program name with args.
3824 set dummy ranlib; ac_word=$2
3825 echo "$as_me:$LINENO: checking for $ac_word" >&5
3826 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3827 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3828 echo $ECHO_N "(cached) $ECHO_C" >&6
3830 if test -n "$ac_ct_RANLIB"; then
3831 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3837 test -z "$as_dir" && as_dir=.
3838 for ac_exec_ext in '' $ac_executable_extensions; do
3839 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3840 ac_cv_prog_ac_ct_RANLIB="ranlib"
3841 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3847 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3850 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3851 if test -n "$ac_ct_RANLIB"; then
3852 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3853 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3855 echo "$as_me:$LINENO: result: no" >&5
3856 echo "${ECHO_T}no" >&6
3859 RANLIB=$ac_ct_RANLIB
3861 RANLIB="$ac_cv_prog_RANLIB"
3864 if test -n "$ac_tool_prefix"; then
3865 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3866 set dummy ${ac_tool_prefix}strip; ac_word=$2
3867 echo "$as_me:$LINENO: checking for $ac_word" >&5
3868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3869 if test "${ac_cv_prog_STRIP+set}" = set; then
3870 echo $ECHO_N "(cached) $ECHO_C" >&6
3872 if test -n "$STRIP"; then
3873 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3879 test -z "$as_dir" && as_dir=.
3880 for ac_exec_ext in '' $ac_executable_extensions; do
3881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3882 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3891 STRIP=$ac_cv_prog_STRIP
3892 if test -n "$STRIP"; then
3893 echo "$as_me:$LINENO: result: $STRIP" >&5
3894 echo "${ECHO_T}$STRIP" >&6
3896 echo "$as_me:$LINENO: result: no" >&5
3897 echo "${ECHO_T}no" >&6
3901 if test -z "$ac_cv_prog_STRIP"; then
3903 # Extract the first word of "strip", so it can be a program name with args.
3904 set dummy strip; ac_word=$2
3905 echo "$as_me:$LINENO: checking for $ac_word" >&5
3906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3907 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3908 echo $ECHO_N "(cached) $ECHO_C" >&6
3910 if test -n "$ac_ct_STRIP"; then
3911 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3917 test -z "$as_dir" && as_dir=.
3918 for ac_exec_ext in '' $ac_executable_extensions; do
3919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3920 ac_cv_prog_ac_ct_STRIP="strip"
3921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3927 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
3930 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3931 if test -n "$ac_ct_STRIP"; then
3932 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3933 echo "${ECHO_T}$ac_ct_STRIP" >&6
3935 echo "$as_me:$LINENO: result: no" >&5
3936 echo "${ECHO_T}no" >&6
3941 STRIP="$ac_cv_prog_STRIP"
3945 # Check for any special flags to pass to ltconfig.
3946 libtool_flags="--cache-file=$cache_file"
3947 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
3948 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
3949 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
3950 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
3951 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
3954 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3955 if test "${enable_libtool_lock+set}" = set; then
3956 enableval="$enable_libtool_lock"
3959 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
3960 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
3963 # Check whether --with-pic or --without-pic was given.
3964 if test "${with_pic+set}" = set; then
3970 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
3971 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
3973 # Some flags need to be propagated to the compiler or linker for good
3977 # Find out which ABI we are using.
3978 echo '#line 3978 "configure"' > conftest.$ac_ext
3979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3980 (eval $ac_compile) 2>&5
3982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3983 (exit $ac_status); }; then
3984 if test "$lt_cv_prog_gnu_ld" = yes; then
3985 case `/usr/bin/file conftest.$ac_objext` in
3987 LD="${LD-ld} -melf32bsmip"
3990 LD="${LD-ld} -melf32bmipn32"
3993 LD="${LD-ld} -melf64bmip"
3997 case `/usr/bin/file conftest.$ac_objext` in
4014 # Find out which ABI we are using.
4015 echo 'int i;' > conftest.$ac_ext
4016 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4017 (eval $ac_compile) 2>&5
4019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4020 (exit $ac_status); }; then
4021 case "`/usr/bin/file conftest.o`" in
4034 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4035 SAVE_CFLAGS="$CFLAGS"
4036 CFLAGS="$CFLAGS -belf"
4037 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4038 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4039 if test "${lt_cv_cc_needs_belf+set}" = set; then
4040 echo $ECHO_N "(cached) $ECHO_C" >&6
4045 ac_cpp='$CPP $CPPFLAGS'
4046 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4047 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4048 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4050 cat >conftest.$ac_ext <<_ACEOF
4053 cat confdefs.h >>conftest.$ac_ext
4054 cat >>conftest.$ac_ext <<_ACEOF
4055 /* end confdefs.h. */
4065 rm -f conftest.$ac_objext conftest$ac_exeext
4066 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4067 (eval $ac_link) 2>conftest.er1
4069 grep -v '^ *+' conftest.er1 >conftest.err
4071 cat conftest.err >&5
4072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4073 (exit $ac_status); } &&
4074 { ac_try='test -z "$ac_c_werror_flag"
4075 || test ! -s conftest.err'
4076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4080 (exit $ac_status); }; } &&
4081 { ac_try='test -s conftest$ac_exeext'
4082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4086 (exit $ac_status); }; }; then
4087 lt_cv_cc_needs_belf=yes
4089 echo "$as_me: failed program was:" >&5
4090 sed 's/^/| /' conftest.$ac_ext >&5
4092 lt_cv_cc_needs_belf=no
4094 rm -f conftest.err conftest.$ac_objext \
4095 conftest$ac_exeext conftest.$ac_ext
4097 ac_cpp='$CPP $CPPFLAGS'
4098 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4099 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4100 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4103 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4104 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4105 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4106 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4107 CFLAGS="$SAVE_CFLAGS"
4115 # Save cache, so that ltconfig can load it
4116 cat >confcache <<\_ACEOF
4117 # This file is a shell script that caches the results of configure
4118 # tests run on this system so they can be shared between configure
4119 # scripts and configure runs, see configure's option --config-cache.
4120 # It is not useful on other systems. If it contains results you don't
4121 # want to keep, you may remove or edit it.
4123 # config.status only pays attention to the cache file if you give it
4124 # the --recheck option to rerun configure.
4126 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4127 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4132 # The following way of writing the cache mishandles newlines in values,
4133 # but we know of no workaround that is simple, portable, and efficient.
4134 # So, don't put newlines in cache variables' values.
4135 # Ultrix sh set writes to stderr and can't be redirected directly,
4136 # and sets the high bit in the cache file unless we assign to the vars.
4139 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4141 # `set' does not quote correctly, so add quotes (double-quote
4142 # substitution turns \\\\ into \\, and sed turns \\ into \).
4145 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4148 # `set' quotes correctly as required by POSIX, so do not add quotes.
4150 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4157 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4159 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4161 if diff $cache_file confcache >/dev/null 2>&1; then :; else
4162 if test -w $cache_file; then
4163 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4164 cat confcache >$cache_file
4166 echo "not updating unwritable cache $cache_file"
4171 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4172 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
4173 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
4174 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
4175 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
4176 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
4177 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
4178 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
4179 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
4180 || { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4181 echo "$as_me: error: libtool configure failed" >&2;}
4182 { (exit 1); exit 1; }; }
4184 # Reload cache, that may have been modified by ltconfig
4185 if test -r "$cache_file"; then
4186 # Some versions of bash will fail to source /dev/null (special
4187 # files actually), so we avoid doing that.
4188 if test -f "$cache_file"; then
4189 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4190 echo "$as_me: loading cache $cache_file" >&6;}
4192 [\\/]* | ?:[\\/]* ) . $cache_file;;
4193 *) . ./$cache_file;;
4197 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4198 echo "$as_me: creating cache $cache_file" >&6;}
4203 # This can be used to rebuild libtool when needed
4204 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4206 # Always use our own libtool.
4207 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4209 # Redirect the config.log output again, so that the ltconfig log is not
4210 # clobbered by the next message.
4211 exec 5>>./config.log
4219 # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
4220 if test "${enable_64_bit_bfd+set}" = set; then
4221 enableval="$enable_64_bit_bfd"
4222 case "${enableval}" in
4225 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
4226 echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
4227 { (exit 1); exit 1; }; } ;;
4231 fi; # Check whether --enable-targets or --disable-targets was given.
4232 if test "${enable_targets+set}" = set; then
4233 enableval="$enable_targets"
4234 case "${enableval}" in
4235 yes | "") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4236 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4237 { (exit 1); exit 1; }; }
4239 no) enable_targets= ;;
4240 *) enable_targets=$enableval ;;
4242 fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
4243 if test "${enable_commonbfdlib+set}" = set; then
4244 enableval="$enable_commonbfdlib"
4245 case "${enableval}" in
4246 yes) commonbfdlib=true ;;
4247 no) commonbfdlib=false ;;
4248 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4249 echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4250 { (exit 1); exit 1; }; } ;;
4253 # Check whether --with-mmap or --without-mmap was given.
4254 if test "${with_mmap+set}" = set; then
4255 withval="$with_mmap"
4256 case "${withval}" in
4257 yes) want_mmap=true ;;
4258 no) want_mmap=false ;;
4259 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for BFD with-mmap option" >&5
4260 echo "$as_me: error: bad value ${withval} for BFD with-mmap option" >&2;}
4261 { (exit 1); exit 1; }; } ;;
4266 build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4268 # Check whether --enable-werror or --disable-werror was given.
4269 if test "${enable_werror+set}" = set; then
4270 enableval="$enable_werror"
4271 case "${enableval}" in
4272 yes | y) ERROR_ON_WARNING="yes" ;;
4273 no | n) ERROR_ON_WARNING="no" ;;
4274 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4275 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4276 { (exit 1); exit 1; }; } ;;
4280 # Enable -Werror by default, suppressing it only for --disable-werror
4281 # or --disable-build-warnings.
4282 if test "${ERROR_ON_WARNING}" != no
4284 build_warnings="$build_warnings -Werror"
4287 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4288 if test "${enable_build_warnings+set}" = set; then
4289 enableval="$enable_build_warnings"
4290 case "${enableval}" in
4292 no) build_warnings="-w";;
4293 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4294 build_warnings="${build_warnings} ${t}";;
4295 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4296 build_warnings="${t} ${build_warnings}";;
4297 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4299 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
4300 echo "Setting warning flags = $build_warnings" 6>&1
4303 if test "x${build_warnings}" != x && test "x$GCC" = xyes ; then
4304 WARN_CFLAGS="${build_warnings}"
4308 ac_config_headers="$ac_config_headers config.h:config.in"
4311 if test -z "$target" ; then
4312 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
4313 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
4314 { (exit 1); exit 1; }; }
4317 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4318 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
4319 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4320 if test "${enable_maintainer_mode+set}" = set; then
4321 enableval="$enable_maintainer_mode"
4322 USE_MAINTAINER_MODE=$enableval
4324 USE_MAINTAINER_MODE=no
4326 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4327 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
4330 if test $USE_MAINTAINER_MODE = yes; then
4331 MAINTAINER_MODE_TRUE=
4332 MAINTAINER_MODE_FALSE='#'
4334 MAINTAINER_MODE_TRUE='#'
4335 MAINTAINER_MODE_FALSE=
4338 MAINT=$MAINTAINER_MODE_TRUE
4341 case ${build_alias} in
4342 "") build_noncanonical=${build} ;;
4343 *) build_noncanonical=${build_alias} ;;
4346 case ${host_alias} in
4347 "") host_noncanonical=${build_noncanonical} ;;
4348 *) host_noncanonical=${host_alias} ;;
4351 case ${target_alias} in
4352 "") target_noncanonical=${host_noncanonical} ;;
4353 *) target_noncanonical=${target_alias} ;;
4356 echo "$as_me:$LINENO: checking whether to install libbfd" >&5
4357 echo $ECHO_N "checking whether to install libbfd... $ECHO_C" >&6
4358 # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
4359 if test "${enable_install_libbfd+set}" = set; then
4360 enableval="$enable_install_libbfd"
4361 install_libbfd_p=$enableval
4363 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
4364 install_libbfd_p=yes
4369 echo "$as_me:$LINENO: result: $install_libbfd_p" >&5
4370 echo "${ECHO_T}$install_libbfd_p" >&6
4373 if test $install_libbfd_p = yes; then
4374 INSTALL_LIBBFD_TRUE=
4375 INSTALL_LIBBFD_FALSE='#'
4377 INSTALL_LIBBFD_TRUE='#'
4378 INSTALL_LIBBFD_FALSE=
4381 # Need _noncanonical variables for this.
4386 # libbfd.a is a host library containing target dependent code
4387 bfdlibdir='$(libdir)'
4388 bfdincludedir='$(includedir)'
4389 if test "${host}" != "${target}"; then
4390 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
4391 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
4401 bfd_default_target_size=32
4406 ac_cpp='$CPP $CPPFLAGS'
4407 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4408 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4409 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4410 if test -n "$ac_tool_prefix"; then
4411 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4412 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4413 echo "$as_me:$LINENO: checking for $ac_word" >&5
4414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4415 if test "${ac_cv_prog_CC+set}" = set; then
4416 echo $ECHO_N "(cached) $ECHO_C" >&6
4418 if test -n "$CC"; then
4419 ac_cv_prog_CC="$CC" # Let the user override the test.
4421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4425 test -z "$as_dir" && as_dir=.
4426 for ac_exec_ext in '' $ac_executable_extensions; do
4427 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4428 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4429 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4438 if test -n "$CC"; then
4439 echo "$as_me:$LINENO: result: $CC" >&5
4440 echo "${ECHO_T}$CC" >&6
4442 echo "$as_me:$LINENO: result: no" >&5
4443 echo "${ECHO_T}no" >&6
4447 if test -z "$ac_cv_prog_CC"; then
4449 # Extract the first word of "gcc", so it can be a program name with args.
4450 set dummy gcc; ac_word=$2
4451 echo "$as_me:$LINENO: checking for $ac_word" >&5
4452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4453 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4454 echo $ECHO_N "(cached) $ECHO_C" >&6
4456 if test -n "$ac_ct_CC"; then
4457 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
4465 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4466 ac_cv_prog_ac_ct_CC="gcc"
4467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4475 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4476 if test -n "$ac_ct_CC"; then
4477 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4478 echo "${ECHO_T}$ac_ct_CC" >&6
4480 echo "$as_me:$LINENO: result: no" >&5
4481 echo "${ECHO_T}no" >&6
4489 if test -z "$CC"; then
4490 if test -n "$ac_tool_prefix"; then
4491 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4492 set dummy ${ac_tool_prefix}cc; ac_word=$2
4493 echo "$as_me:$LINENO: checking for $ac_word" >&5
4494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4495 if test "${ac_cv_prog_CC+set}" = set; then
4496 echo $ECHO_N "(cached) $ECHO_C" >&6
4498 if test -n "$CC"; then
4499 ac_cv_prog_CC="$CC" # Let the user override the test.
4501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4505 test -z "$as_dir" && as_dir=.
4506 for ac_exec_ext in '' $ac_executable_extensions; do
4507 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4508 ac_cv_prog_CC="${ac_tool_prefix}cc"
4509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4518 if test -n "$CC"; then
4519 echo "$as_me:$LINENO: result: $CC" >&5
4520 echo "${ECHO_T}$CC" >&6
4522 echo "$as_me:$LINENO: result: no" >&5
4523 echo "${ECHO_T}no" >&6
4527 if test -z "$ac_cv_prog_CC"; then
4529 # Extract the first word of "cc", so it can be a program name with args.
4530 set dummy cc; ac_word=$2
4531 echo "$as_me:$LINENO: checking for $ac_word" >&5
4532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4533 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4534 echo $ECHO_N "(cached) $ECHO_C" >&6
4536 if test -n "$ac_ct_CC"; then
4537 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4543 test -z "$as_dir" && as_dir=.
4544 for ac_exec_ext in '' $ac_executable_extensions; do
4545 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4546 ac_cv_prog_ac_ct_CC="cc"
4547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4555 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4556 if test -n "$ac_ct_CC"; then
4557 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4558 echo "${ECHO_T}$ac_ct_CC" >&6
4560 echo "$as_me:$LINENO: result: no" >&5
4561 echo "${ECHO_T}no" >&6
4570 if test -z "$CC"; then
4571 # Extract the first word of "cc", so it can be a program name with args.
4572 set dummy cc; ac_word=$2
4573 echo "$as_me:$LINENO: checking for $ac_word" >&5
4574 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4575 if test "${ac_cv_prog_CC+set}" = set; then
4576 echo $ECHO_N "(cached) $ECHO_C" >&6
4578 if test -n "$CC"; then
4579 ac_cv_prog_CC="$CC" # Let the user override the test.
4582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4586 test -z "$as_dir" && as_dir=.
4587 for ac_exec_ext in '' $ac_executable_extensions; do
4588 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4589 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4590 ac_prog_rejected=yes
4594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4600 if test $ac_prog_rejected = yes; then
4601 # We found a bogon in the path, so make sure we never use it.
4602 set dummy $ac_cv_prog_CC
4604 if test $# != 0; then
4605 # We chose a different compiler from the bogus one.
4606 # However, it has the same basename, so the bogon will be chosen
4607 # first if we set CC to just the basename; use the full file name.
4609 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4615 if test -n "$CC"; then
4616 echo "$as_me:$LINENO: result: $CC" >&5
4617 echo "${ECHO_T}$CC" >&6
4619 echo "$as_me:$LINENO: result: no" >&5
4620 echo "${ECHO_T}no" >&6
4624 if test -z "$CC"; then
4625 if test -n "$ac_tool_prefix"; then
4628 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4629 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4630 echo "$as_me:$LINENO: checking for $ac_word" >&5
4631 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4632 if test "${ac_cv_prog_CC+set}" = set; then
4633 echo $ECHO_N "(cached) $ECHO_C" >&6
4635 if test -n "$CC"; then
4636 ac_cv_prog_CC="$CC" # Let the user override the test.
4638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4642 test -z "$as_dir" && as_dir=.
4643 for ac_exec_ext in '' $ac_executable_extensions; do
4644 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4645 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4646 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4655 if test -n "$CC"; then
4656 echo "$as_me:$LINENO: result: $CC" >&5
4657 echo "${ECHO_T}$CC" >&6
4659 echo "$as_me:$LINENO: result: no" >&5
4660 echo "${ECHO_T}no" >&6
4663 test -n "$CC" && break
4666 if test -z "$CC"; then
4670 # Extract the first word of "$ac_prog", so it can be a program name with args.
4671 set dummy $ac_prog; ac_word=$2
4672 echo "$as_me:$LINENO: checking for $ac_word" >&5
4673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4674 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4675 echo $ECHO_N "(cached) $ECHO_C" >&6
4677 if test -n "$ac_ct_CC"; then
4678 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4684 test -z "$as_dir" && as_dir=.
4685 for ac_exec_ext in '' $ac_executable_extensions; do
4686 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4687 ac_cv_prog_ac_ct_CC="$ac_prog"
4688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4697 if test -n "$ac_ct_CC"; then
4698 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4699 echo "${ECHO_T}$ac_ct_CC" >&6
4701 echo "$as_me:$LINENO: result: no" >&5
4702 echo "${ECHO_T}no" >&6
4705 test -n "$ac_ct_CC" && break
4714 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4715 See \`config.log' for more details." >&5
4716 echo "$as_me: error: no acceptable C compiler found in \$PATH
4717 See \`config.log' for more details." >&2;}
4718 { (exit 1); exit 1; }; }
4720 # Provide some information about the compiler.
4721 echo "$as_me:$LINENO:" \
4722 "checking for C compiler version" >&5
4723 ac_compiler=`set X $ac_compile; echo $2`
4724 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4725 (eval $ac_compiler --version </dev/null >&5) 2>&5
4727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4728 (exit $ac_status); }
4729 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4730 (eval $ac_compiler -v </dev/null >&5) 2>&5
4732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4733 (exit $ac_status); }
4734 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4735 (eval $ac_compiler -V </dev/null >&5) 2>&5
4737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4738 (exit $ac_status); }
4740 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4741 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4742 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4743 echo $ECHO_N "(cached) $ECHO_C" >&6
4745 cat >conftest.$ac_ext <<_ACEOF
4748 cat confdefs.h >>conftest.$ac_ext
4749 cat >>conftest.$ac_ext <<_ACEOF
4750 /* end confdefs.h. */
4763 rm -f conftest.$ac_objext
4764 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4765 (eval $ac_compile) 2>conftest.er1
4767 grep -v '^ *+' conftest.er1 >conftest.err
4769 cat conftest.err >&5
4770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4771 (exit $ac_status); } &&
4772 { ac_try='test -z "$ac_c_werror_flag"
4773 || test ! -s conftest.err'
4774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4778 (exit $ac_status); }; } &&
4779 { ac_try='test -s conftest.$ac_objext'
4780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4784 (exit $ac_status); }; }; then
4787 echo "$as_me: failed program was:" >&5
4788 sed 's/^/| /' conftest.$ac_ext >&5
4792 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4793 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4796 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4797 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4798 GCC=`test $ac_compiler_gnu = yes && echo yes`
4799 ac_test_CFLAGS=${CFLAGS+set}
4800 ac_save_CFLAGS=$CFLAGS
4802 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4803 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4804 if test "${ac_cv_prog_cc_g+set}" = set; then
4805 echo $ECHO_N "(cached) $ECHO_C" >&6
4807 cat >conftest.$ac_ext <<_ACEOF
4810 cat confdefs.h >>conftest.$ac_ext
4811 cat >>conftest.$ac_ext <<_ACEOF
4812 /* end confdefs.h. */
4822 rm -f conftest.$ac_objext
4823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4824 (eval $ac_compile) 2>conftest.er1
4826 grep -v '^ *+' conftest.er1 >conftest.err
4828 cat conftest.err >&5
4829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4830 (exit $ac_status); } &&
4831 { ac_try='test -z "$ac_c_werror_flag"
4832 || test ! -s conftest.err'
4833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4837 (exit $ac_status); }; } &&
4838 { ac_try='test -s conftest.$ac_objext'
4839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4843 (exit $ac_status); }; }; then
4846 echo "$as_me: failed program was:" >&5
4847 sed 's/^/| /' conftest.$ac_ext >&5
4851 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4853 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4854 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4855 if test "$ac_test_CFLAGS" = set; then
4856 CFLAGS=$ac_save_CFLAGS
4857 elif test $ac_cv_prog_cc_g = yes; then
4858 if test "$GCC" = yes; then
4864 if test "$GCC" = yes; then
4870 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4871 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4872 if test "${ac_cv_prog_cc_stdc+set}" = set; then
4873 echo $ECHO_N "(cached) $ECHO_C" >&6
4875 ac_cv_prog_cc_stdc=no
4877 cat >conftest.$ac_ext <<_ACEOF
4880 cat confdefs.h >>conftest.$ac_ext
4881 cat >>conftest.$ac_ext <<_ACEOF
4882 /* end confdefs.h. */
4885 #include <sys/types.h>
4886 #include <sys/stat.h>
4887 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4888 struct buf { int x; };
4889 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4890 static char *e (p, i)
4896 static char *f (char * (*g) (char **, int), char **p, ...)
4901 s = g (p, va_arg (v,int));
4906 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4907 function prototypes and stuff, but not '\xHH' hex character constants.
4908 These don't provoke an error unfortunately, instead are silently treated
4909 as 'x'. The following induces an error, until -std1 is added to get
4910 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4911 array size at least. It's necessary to write '\x00'==0 to get something
4912 that's true only with -std1. */
4913 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4915 int test (int i, double x);
4916 struct s1 {int (*f) (int a);};
4917 struct s2 {int (*f) (double a);};
4918 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4924 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4929 # Don't try gcc -ansi; that turns off useful extensions and
4930 # breaks some systems' header files.
4931 # AIX -qlanglvl=ansi
4932 # Ultrix and OSF/1 -std1
4933 # HP-UX 10.20 and later -Ae
4934 # HP-UX older versions -Aa -D_HPUX_SOURCE
4935 # SVR4 -Xc -D__EXTENSIONS__
4936 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4938 CC="$ac_save_CC $ac_arg"
4939 rm -f conftest.$ac_objext
4940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4941 (eval $ac_compile) 2>conftest.er1
4943 grep -v '^ *+' conftest.er1 >conftest.err
4945 cat conftest.err >&5
4946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4947 (exit $ac_status); } &&
4948 { ac_try='test -z "$ac_c_werror_flag"
4949 || test ! -s conftest.err'
4950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4954 (exit $ac_status); }; } &&
4955 { ac_try='test -s conftest.$ac_objext'
4956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); }; }; then
4961 ac_cv_prog_cc_stdc=$ac_arg
4964 echo "$as_me: failed program was:" >&5
4965 sed 's/^/| /' conftest.$ac_ext >&5
4968 rm -f conftest.err conftest.$ac_objext
4970 rm -f conftest.$ac_ext conftest.$ac_objext
4975 case "x$ac_cv_prog_cc_stdc" in
4977 echo "$as_me:$LINENO: result: none needed" >&5
4978 echo "${ECHO_T}none needed" >&6 ;;
4980 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4981 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4982 CC="$CC $ac_cv_prog_cc_stdc" ;;
4985 # Some people use a C++ compiler to compile C. Since we use `exit',
4986 # in C++ we need to declare it. In case someone uses the same compiler
4987 # for both compiling C and C++ we need to have the C++ compiler decide
4988 # the declaration of exit, since it's the most demanding environment.
4989 cat >conftest.$ac_ext <<_ACEOF
4994 rm -f conftest.$ac_objext
4995 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4996 (eval $ac_compile) 2>conftest.er1
4998 grep -v '^ *+' conftest.er1 >conftest.err
5000 cat conftest.err >&5
5001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5002 (exit $ac_status); } &&
5003 { ac_try='test -z "$ac_c_werror_flag"
5004 || test ! -s conftest.err'
5005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); }; } &&
5010 { ac_try='test -s conftest.$ac_objext'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015 (exit $ac_status); }; }; then
5016 for ac_declaration in \
5018 'extern "C" void std::exit (int) throw (); using std::exit;' \
5019 'extern "C" void std::exit (int); using std::exit;' \
5020 'extern "C" void exit (int) throw ();' \
5021 'extern "C" void exit (int);' \
5024 cat >conftest.$ac_ext <<_ACEOF
5027 cat confdefs.h >>conftest.$ac_ext
5028 cat >>conftest.$ac_ext <<_ACEOF
5029 /* end confdefs.h. */
5040 rm -f conftest.$ac_objext
5041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5042 (eval $ac_compile) 2>conftest.er1
5044 grep -v '^ *+' conftest.er1 >conftest.err
5046 cat conftest.err >&5
5047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5048 (exit $ac_status); } &&
5049 { ac_try='test -z "$ac_c_werror_flag"
5050 || test ! -s conftest.err'
5051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5055 (exit $ac_status); }; } &&
5056 { ac_try='test -s conftest.$ac_objext'
5057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5061 (exit $ac_status); }; }; then
5064 echo "$as_me: failed program was:" >&5
5065 sed 's/^/| /' conftest.$ac_ext >&5
5069 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5070 cat >conftest.$ac_ext <<_ACEOF
5073 cat confdefs.h >>conftest.$ac_ext
5074 cat >>conftest.$ac_ext <<_ACEOF
5075 /* end confdefs.h. */
5085 rm -f conftest.$ac_objext
5086 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5087 (eval $ac_compile) 2>conftest.er1
5089 grep -v '^ *+' conftest.er1 >conftest.err
5091 cat conftest.err >&5
5092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5093 (exit $ac_status); } &&
5094 { ac_try='test -z "$ac_c_werror_flag"
5095 || test ! -s conftest.err'
5096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5100 (exit $ac_status); }; } &&
5101 { ac_try='test -s conftest.$ac_objext'
5102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5106 (exit $ac_status); }; }; then
5109 echo "$as_me: failed program was:" >&5
5110 sed 's/^/| /' conftest.$ac_ext >&5
5113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5116 if test -n "$ac_declaration"; then
5117 echo '#ifdef __cplusplus' >>confdefs.h
5118 echo $ac_declaration >>confdefs.h
5119 echo '#endif' >>confdefs.h
5123 echo "$as_me: failed program was:" >&5
5124 sed 's/^/| /' conftest.$ac_ext >&5
5127 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5129 ac_cpp='$CPP $CPPFLAGS'
5130 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5131 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5132 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5135 ALL_LINGUAS="fr tr ja es sv da zh_CN ro"
5136 if test -n "$ac_tool_prefix"; then
5137 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5138 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5139 echo "$as_me:$LINENO: checking for $ac_word" >&5
5140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5141 if test "${ac_cv_prog_RANLIB+set}" = set; then
5142 echo $ECHO_N "(cached) $ECHO_C" >&6
5144 if test -n "$RANLIB"; then
5145 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5151 test -z "$as_dir" && as_dir=.
5152 for ac_exec_ext in '' $ac_executable_extensions; do
5153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5154 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5163 RANLIB=$ac_cv_prog_RANLIB
5164 if test -n "$RANLIB"; then
5165 echo "$as_me:$LINENO: result: $RANLIB" >&5
5166 echo "${ECHO_T}$RANLIB" >&6
5168 echo "$as_me:$LINENO: result: no" >&5
5169 echo "${ECHO_T}no" >&6
5173 if test -z "$ac_cv_prog_RANLIB"; then
5174 ac_ct_RANLIB=$RANLIB
5175 # Extract the first word of "ranlib", so it can be a program name with args.
5176 set dummy ranlib; ac_word=$2
5177 echo "$as_me:$LINENO: checking for $ac_word" >&5
5178 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5179 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5180 echo $ECHO_N "(cached) $ECHO_C" >&6
5182 if test -n "$ac_ct_RANLIB"; then
5183 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5189 test -z "$as_dir" && as_dir=.
5190 for ac_exec_ext in '' $ac_executable_extensions; do
5191 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5192 ac_cv_prog_ac_ct_RANLIB="ranlib"
5193 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5199 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5202 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5203 if test -n "$ac_ct_RANLIB"; then
5204 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5205 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5207 echo "$as_me:$LINENO: result: no" >&5
5208 echo "${ECHO_T}no" >&6
5211 RANLIB=$ac_ct_RANLIB
5213 RANLIB="$ac_cv_prog_RANLIB"
5217 ac_cpp='$CPP $CPPFLAGS'
5218 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5219 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5220 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5221 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5222 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5223 # On Suns, sometimes $CPP names a directory.
5224 if test -n "$CPP" && test -d "$CPP"; then
5227 if test -z "$CPP"; then
5228 if test "${ac_cv_prog_CPP+set}" = set; then
5229 echo $ECHO_N "(cached) $ECHO_C" >&6
5231 # Double quotes because CPP needs to be expanded
5232 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5235 for ac_c_preproc_warn_flag in '' yes
5237 # Use a header file that comes with gcc, so configuring glibc
5238 # with a fresh cross-compiler works.
5239 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5240 # <limits.h> exists even on freestanding compilers.
5241 # On the NeXT, cc -E runs the code through the compiler's parser,
5242 # not just through cpp. "Syntax error" is here to catch this case.
5243 cat >conftest.$ac_ext <<_ACEOF
5246 cat confdefs.h >>conftest.$ac_ext
5247 cat >>conftest.$ac_ext <<_ACEOF
5248 /* end confdefs.h. */
5250 # include <limits.h>
5252 # include <assert.h>
5256 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5257 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5259 grep -v '^ *+' conftest.er1 >conftest.err
5261 cat conftest.err >&5
5262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5263 (exit $ac_status); } >/dev/null; then
5264 if test -s conftest.err; then
5265 ac_cpp_err=$ac_c_preproc_warn_flag
5266 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5273 if test -z "$ac_cpp_err"; then
5276 echo "$as_me: failed program was:" >&5
5277 sed 's/^/| /' conftest.$ac_ext >&5
5279 # Broken: fails on valid input.
5282 rm -f conftest.err conftest.$ac_ext
5284 # OK, works on sane cases. Now check whether non-existent headers
5285 # can be detected and how.
5286 cat >conftest.$ac_ext <<_ACEOF
5289 cat confdefs.h >>conftest.$ac_ext
5290 cat >>conftest.$ac_ext <<_ACEOF
5291 /* end confdefs.h. */
5292 #include <ac_nonexistent.h>
5294 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5295 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5297 grep -v '^ *+' conftest.er1 >conftest.err
5299 cat conftest.err >&5
5300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5301 (exit $ac_status); } >/dev/null; then
5302 if test -s conftest.err; then
5303 ac_cpp_err=$ac_c_preproc_warn_flag
5304 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5311 if test -z "$ac_cpp_err"; then
5312 # Broken: success on invalid input.
5315 echo "$as_me: failed program was:" >&5
5316 sed 's/^/| /' conftest.$ac_ext >&5
5318 # Passes both tests.
5322 rm -f conftest.err conftest.$ac_ext
5325 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5326 rm -f conftest.err conftest.$ac_ext
5327 if $ac_preproc_ok; then
5339 echo "$as_me:$LINENO: result: $CPP" >&5
5340 echo "${ECHO_T}$CPP" >&6
5342 for ac_c_preproc_warn_flag in '' yes
5344 # Use a header file that comes with gcc, so configuring glibc
5345 # with a fresh cross-compiler works.
5346 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5347 # <limits.h> exists even on freestanding compilers.
5348 # On the NeXT, cc -E runs the code through the compiler's parser,
5349 # not just through cpp. "Syntax error" is here to catch this case.
5350 cat >conftest.$ac_ext <<_ACEOF
5353 cat confdefs.h >>conftest.$ac_ext
5354 cat >>conftest.$ac_ext <<_ACEOF
5355 /* end confdefs.h. */
5357 # include <limits.h>
5359 # include <assert.h>
5363 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5364 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5366 grep -v '^ *+' conftest.er1 >conftest.err
5368 cat conftest.err >&5
5369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5370 (exit $ac_status); } >/dev/null; then
5371 if test -s conftest.err; then
5372 ac_cpp_err=$ac_c_preproc_warn_flag
5373 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5380 if test -z "$ac_cpp_err"; then
5383 echo "$as_me: failed program was:" >&5
5384 sed 's/^/| /' conftest.$ac_ext >&5
5386 # Broken: fails on valid input.
5389 rm -f conftest.err conftest.$ac_ext
5391 # OK, works on sane cases. Now check whether non-existent headers
5392 # can be detected and how.
5393 cat >conftest.$ac_ext <<_ACEOF
5396 cat confdefs.h >>conftest.$ac_ext
5397 cat >>conftest.$ac_ext <<_ACEOF
5398 /* end confdefs.h. */
5399 #include <ac_nonexistent.h>
5401 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5402 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5404 grep -v '^ *+' conftest.er1 >conftest.err
5406 cat conftest.err >&5
5407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5408 (exit $ac_status); } >/dev/null; then
5409 if test -s conftest.err; then
5410 ac_cpp_err=$ac_c_preproc_warn_flag
5411 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5418 if test -z "$ac_cpp_err"; then
5419 # Broken: success on invalid input.
5422 echo "$as_me: failed program was:" >&5
5423 sed 's/^/| /' conftest.$ac_ext >&5
5425 # Passes both tests.
5429 rm -f conftest.err conftest.$ac_ext
5432 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5433 rm -f conftest.err conftest.$ac_ext
5434 if $ac_preproc_ok; then
5437 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5438 See \`config.log' for more details." >&5
5439 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5440 See \`config.log' for more details." >&2;}
5441 { (exit 1); exit 1; }; }
5445 ac_cpp='$CPP $CPPFLAGS'
5446 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5447 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5448 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5451 echo "$as_me:$LINENO: checking for egrep" >&5
5452 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5453 if test "${ac_cv_prog_egrep+set}" = set; then
5454 echo $ECHO_N "(cached) $ECHO_C" >&6
5456 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
5457 then ac_cv_prog_egrep='grep -E'
5458 else ac_cv_prog_egrep='egrep'
5461 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5462 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5463 EGREP=$ac_cv_prog_egrep
5466 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5467 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5468 if test "${ac_cv_header_stdc+set}" = set; then
5469 echo $ECHO_N "(cached) $ECHO_C" >&6
5471 cat >conftest.$ac_ext <<_ACEOF
5474 cat confdefs.h >>conftest.$ac_ext
5475 cat >>conftest.$ac_ext <<_ACEOF
5476 /* end confdefs.h. */
5490 rm -f conftest.$ac_objext
5491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5492 (eval $ac_compile) 2>conftest.er1
5494 grep -v '^ *+' conftest.er1 >conftest.err
5496 cat conftest.err >&5
5497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5498 (exit $ac_status); } &&
5499 { ac_try='test -z "$ac_c_werror_flag"
5500 || test ! -s conftest.err'
5501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5505 (exit $ac_status); }; } &&
5506 { ac_try='test -s conftest.$ac_objext'
5507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5511 (exit $ac_status); }; }; then
5512 ac_cv_header_stdc=yes
5514 echo "$as_me: failed program was:" >&5
5515 sed 's/^/| /' conftest.$ac_ext >&5
5517 ac_cv_header_stdc=no
5519 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5521 if test $ac_cv_header_stdc = yes; then
5522 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5523 cat >conftest.$ac_ext <<_ACEOF
5526 cat confdefs.h >>conftest.$ac_ext
5527 cat >>conftest.$ac_ext <<_ACEOF
5528 /* end confdefs.h. */
5532 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5533 $EGREP "memchr" >/dev/null 2>&1; then
5536 ac_cv_header_stdc=no
5542 if test $ac_cv_header_stdc = yes; then
5543 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5544 cat >conftest.$ac_ext <<_ACEOF
5547 cat confdefs.h >>conftest.$ac_ext
5548 cat >>conftest.$ac_ext <<_ACEOF
5549 /* end confdefs.h. */
5553 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5554 $EGREP "free" >/dev/null 2>&1; then
5557 ac_cv_header_stdc=no
5563 if test $ac_cv_header_stdc = yes; then
5564 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5565 if test "$cross_compiling" = yes; then
5568 cat >conftest.$ac_ext <<_ACEOF
5571 cat confdefs.h >>conftest.$ac_ext
5572 cat >>conftest.$ac_ext <<_ACEOF
5573 /* end confdefs.h. */
5575 #if ((' ' & 0x0FF) == 0x020)
5576 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5577 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5579 # define ISLOWER(c) \
5580 (('a' <= (c) && (c) <= 'i') \
5581 || ('j' <= (c) && (c) <= 'r') \
5582 || ('s' <= (c) && (c) <= 'z'))
5583 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5586 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5591 for (i = 0; i < 256; i++)
5592 if (XOR (islower (i), ISLOWER (i))
5593 || toupper (i) != TOUPPER (i))
5598 rm -f conftest$ac_exeext
5599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5600 (eval $ac_link) 2>&5
5602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5603 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5608 (exit $ac_status); }; }; then
5611 echo "$as_me: program exited with status $ac_status" >&5
5612 echo "$as_me: failed program was:" >&5
5613 sed 's/^/| /' conftest.$ac_ext >&5
5616 ac_cv_header_stdc=no
5618 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5622 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5623 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5624 if test $ac_cv_header_stdc = yes; then
5626 cat >>confdefs.h <<\_ACEOF
5627 #define STDC_HEADERS 1
5632 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
5633 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
5634 if test "${ac_cv_c_const+set}" = set; then
5635 echo $ECHO_N "(cached) $ECHO_C" >&6
5637 cat >conftest.$ac_ext <<_ACEOF
5640 cat confdefs.h >>conftest.$ac_ext
5641 cat >>conftest.$ac_ext <<_ACEOF
5642 /* end confdefs.h. */
5647 /* FIXME: Include the comments suggested by Paul. */
5649 /* Ultrix mips cc rejects this. */
5650 typedef int charset[2];
5652 /* SunOS 4.1.1 cc rejects this. */
5653 char const *const *ccp;
5655 /* NEC SVR4.0.2 mips cc rejects this. */
5656 struct point {int x, y;};
5657 static struct point const zero = {0,0};
5658 /* AIX XL C 1.02.0.0 rejects this.
5659 It does not let you subtract one const X* pointer from another in
5660 an arm of an if-expression whose if-part is not a constant
5662 const char *g = "string";
5663 ccp = &g + (g ? g-g : 0);
5664 /* HPUX 7.0 cc rejects these. */
5667 ccp = (char const *const *) p;
5668 { /* SCO 3.2v4 cc rejects this. */
5670 char const *s = 0 ? (char *) 0 : (char const *) 0;
5674 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5676 const int *foo = &x[0];
5679 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5680 typedef const int *iptr;
5684 { /* AIX XL C 1.02.0.0 rejects this saying
5685 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5686 struct s { int j; const int *ap[3]; };
5687 struct s *b; b->j = 5;
5689 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5698 rm -f conftest.$ac_objext
5699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5700 (eval $ac_compile) 2>conftest.er1
5702 grep -v '^ *+' conftest.er1 >conftest.err
5704 cat conftest.err >&5
5705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5706 (exit $ac_status); } &&
5707 { ac_try='test -z "$ac_c_werror_flag"
5708 || test ! -s conftest.err'
5709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5713 (exit $ac_status); }; } &&
5714 { ac_try='test -s conftest.$ac_objext'
5715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719 (exit $ac_status); }; }; then
5722 echo "$as_me: failed program was:" >&5
5723 sed 's/^/| /' conftest.$ac_ext >&5
5727 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5729 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5730 echo "${ECHO_T}$ac_cv_c_const" >&6
5731 if test $ac_cv_c_const = no; then
5733 cat >>confdefs.h <<\_ACEOF
5739 echo "$as_me:$LINENO: checking for inline" >&5
5740 echo $ECHO_N "checking for inline... $ECHO_C" >&6
5741 if test "${ac_cv_c_inline+set}" = set; then
5742 echo $ECHO_N "(cached) $ECHO_C" >&6
5745 for ac_kw in inline __inline__ __inline; do
5746 cat >conftest.$ac_ext <<_ACEOF
5749 cat confdefs.h >>conftest.$ac_ext
5750 cat >>conftest.$ac_ext <<_ACEOF
5751 /* end confdefs.h. */
5754 static $ac_kw foo_t static_foo () {return 0; }
5755 $ac_kw foo_t foo () {return 0; }
5759 rm -f conftest.$ac_objext
5760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5761 (eval $ac_compile) 2>conftest.er1
5763 grep -v '^ *+' conftest.er1 >conftest.err
5765 cat conftest.err >&5
5766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5767 (exit $ac_status); } &&
5768 { ac_try='test -z "$ac_c_werror_flag"
5769 || test ! -s conftest.err'
5770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5774 (exit $ac_status); }; } &&
5775 { ac_try='test -s conftest.$ac_objext'
5776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5780 (exit $ac_status); }; }; then
5781 ac_cv_c_inline=$ac_kw; break
5783 echo "$as_me: failed program was:" >&5
5784 sed 's/^/| /' conftest.$ac_ext >&5
5787 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5791 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
5792 echo "${ECHO_T}$ac_cv_c_inline" >&6
5795 case $ac_cv_c_inline in
5798 case $ac_cv_c_inline in
5800 *) ac_val=$ac_cv_c_inline;;
5802 cat >>confdefs.h <<_ACEOF
5804 #define inline $ac_val
5810 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5820 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5821 inttypes.h stdint.h unistd.h
5823 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5824 echo "$as_me:$LINENO: checking for $ac_header" >&5
5825 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5826 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5827 echo $ECHO_N "(cached) $ECHO_C" >&6
5829 cat >conftest.$ac_ext <<_ACEOF
5832 cat confdefs.h >>conftest.$ac_ext
5833 cat >>conftest.$ac_ext <<_ACEOF
5834 /* end confdefs.h. */
5835 $ac_includes_default
5837 #include <$ac_header>
5839 rm -f conftest.$ac_objext
5840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5841 (eval $ac_compile) 2>conftest.er1
5843 grep -v '^ *+' conftest.er1 >conftest.err
5845 cat conftest.err >&5
5846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5847 (exit $ac_status); } &&
5848 { ac_try='test -z "$ac_c_werror_flag"
5849 || test ! -s conftest.err'
5850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5854 (exit $ac_status); }; } &&
5855 { ac_try='test -s conftest.$ac_objext'
5856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5860 (exit $ac_status); }; }; then
5861 eval "$as_ac_Header=yes"
5863 echo "$as_me: failed program was:" >&5
5864 sed 's/^/| /' conftest.$ac_ext >&5
5866 eval "$as_ac_Header=no"
5868 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5870 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5871 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5872 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5873 cat >>confdefs.h <<_ACEOF
5874 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5882 echo "$as_me:$LINENO: checking for off_t" >&5
5883 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5884 if test "${ac_cv_type_off_t+set}" = set; then
5885 echo $ECHO_N "(cached) $ECHO_C" >&6
5887 cat >conftest.$ac_ext <<_ACEOF
5890 cat confdefs.h >>conftest.$ac_ext
5891 cat >>conftest.$ac_ext <<_ACEOF
5892 /* end confdefs.h. */
5893 $ac_includes_default
5905 rm -f conftest.$ac_objext
5906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5907 (eval $ac_compile) 2>conftest.er1
5909 grep -v '^ *+' conftest.er1 >conftest.err
5911 cat conftest.err >&5
5912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5913 (exit $ac_status); } &&
5914 { ac_try='test -z "$ac_c_werror_flag"
5915 || test ! -s conftest.err'
5916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5920 (exit $ac_status); }; } &&
5921 { ac_try='test -s conftest.$ac_objext'
5922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5926 (exit $ac_status); }; }; then
5927 ac_cv_type_off_t=yes
5929 echo "$as_me: failed program was:" >&5
5930 sed 's/^/| /' conftest.$ac_ext >&5
5934 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5936 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5937 echo "${ECHO_T}$ac_cv_type_off_t" >&6
5938 if test $ac_cv_type_off_t = yes; then
5942 cat >>confdefs.h <<_ACEOF
5948 echo "$as_me:$LINENO: checking for size_t" >&5
5949 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
5950 if test "${ac_cv_type_size_t+set}" = set; then
5951 echo $ECHO_N "(cached) $ECHO_C" >&6
5953 cat >conftest.$ac_ext <<_ACEOF
5956 cat confdefs.h >>conftest.$ac_ext
5957 cat >>conftest.$ac_ext <<_ACEOF
5958 /* end confdefs.h. */
5959 $ac_includes_default
5965 if (sizeof (size_t))
5971 rm -f conftest.$ac_objext
5972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5973 (eval $ac_compile) 2>conftest.er1
5975 grep -v '^ *+' conftest.er1 >conftest.err
5977 cat conftest.err >&5
5978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5979 (exit $ac_status); } &&
5980 { ac_try='test -z "$ac_c_werror_flag"
5981 || test ! -s conftest.err'
5982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5986 (exit $ac_status); }; } &&
5987 { ac_try='test -s conftest.$ac_objext'
5988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5992 (exit $ac_status); }; }; then
5993 ac_cv_type_size_t=yes
5995 echo "$as_me: failed program was:" >&5
5996 sed 's/^/| /' conftest.$ac_ext >&5
5998 ac_cv_type_size_t=no
6000 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6002 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6003 echo "${ECHO_T}$ac_cv_type_size_t" >&6
6004 if test $ac_cv_type_size_t = yes; then
6008 cat >>confdefs.h <<_ACEOF
6009 #define size_t unsigned
6014 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6015 # for constant arguments. Useless!
6016 echo "$as_me:$LINENO: checking for working alloca.h" >&5
6017 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6018 if test "${ac_cv_working_alloca_h+set}" = set; then
6019 echo $ECHO_N "(cached) $ECHO_C" >&6
6021 cat >conftest.$ac_ext <<_ACEOF
6024 cat confdefs.h >>conftest.$ac_ext
6025 cat >>conftest.$ac_ext <<_ACEOF
6026 /* end confdefs.h. */
6031 char *p = (char *) alloca (2 * sizeof (int));
6036 rm -f conftest.$ac_objext conftest$ac_exeext
6037 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6038 (eval $ac_link) 2>conftest.er1
6040 grep -v '^ *+' conftest.er1 >conftest.err
6042 cat conftest.err >&5
6043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6044 (exit $ac_status); } &&
6045 { ac_try='test -z "$ac_c_werror_flag"
6046 || test ! -s conftest.err'
6047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6051 (exit $ac_status); }; } &&
6052 { ac_try='test -s conftest$ac_exeext'
6053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6057 (exit $ac_status); }; }; then
6058 ac_cv_working_alloca_h=yes
6060 echo "$as_me: failed program was:" >&5
6061 sed 's/^/| /' conftest.$ac_ext >&5
6063 ac_cv_working_alloca_h=no
6065 rm -f conftest.err conftest.$ac_objext \
6066 conftest$ac_exeext conftest.$ac_ext
6068 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
6069 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
6070 if test $ac_cv_working_alloca_h = yes; then
6072 cat >>confdefs.h <<\_ACEOF
6073 #define HAVE_ALLOCA_H 1
6078 echo "$as_me:$LINENO: checking for alloca" >&5
6079 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
6080 if test "${ac_cv_func_alloca_works+set}" = set; then
6081 echo $ECHO_N "(cached) $ECHO_C" >&6
6083 cat >conftest.$ac_ext <<_ACEOF
6086 cat confdefs.h >>conftest.$ac_ext
6087 cat >>conftest.$ac_ext <<_ACEOF
6088 /* end confdefs.h. */
6090 # define alloca __builtin_alloca
6093 # include <malloc.h>
6094 # define alloca _alloca
6097 # include <alloca.h>
6102 # ifndef alloca /* predefined by HP cc +Olibcalls */
6113 char *p = (char *) alloca (1);
6118 rm -f conftest.$ac_objext conftest$ac_exeext
6119 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6120 (eval $ac_link) 2>conftest.er1
6122 grep -v '^ *+' conftest.er1 >conftest.err
6124 cat conftest.err >&5
6125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6126 (exit $ac_status); } &&
6127 { ac_try='test -z "$ac_c_werror_flag"
6128 || test ! -s conftest.err'
6129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6133 (exit $ac_status); }; } &&
6134 { ac_try='test -s conftest$ac_exeext'
6135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6139 (exit $ac_status); }; }; then
6140 ac_cv_func_alloca_works=yes
6142 echo "$as_me: failed program was:" >&5
6143 sed 's/^/| /' conftest.$ac_ext >&5
6145 ac_cv_func_alloca_works=no
6147 rm -f conftest.err conftest.$ac_objext \
6148 conftest$ac_exeext conftest.$ac_ext
6150 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
6151 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
6153 if test $ac_cv_func_alloca_works = yes; then
6155 cat >>confdefs.h <<\_ACEOF
6156 #define HAVE_ALLOCA 1
6160 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
6161 # that cause trouble. Some versions do not even contain alloca or
6162 # contain a buggy version. If you still want to use their alloca,
6163 # use ar to extract alloca.o from them instead of compiling alloca.c.
6165 ALLOCA=alloca.$ac_objext
6167 cat >>confdefs.h <<\_ACEOF
6172 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
6173 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
6174 if test "${ac_cv_os_cray+set}" = set; then
6175 echo $ECHO_N "(cached) $ECHO_C" >&6
6177 cat >conftest.$ac_ext <<_ACEOF
6180 cat confdefs.h >>conftest.$ac_ext
6181 cat >>conftest.$ac_ext <<_ACEOF
6182 /* end confdefs.h. */
6183 #if defined(CRAY) && ! defined(CRAY2)
6190 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6191 $EGREP "webecray" >/dev/null 2>&1; then
6199 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6200 echo "${ECHO_T}$ac_cv_os_cray" >&6
6201 if test $ac_cv_os_cray = yes; then
6202 for ac_func in _getb67 GETB67 getb67; do
6203 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6204 echo "$as_me:$LINENO: checking for $ac_func" >&5
6205 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6206 if eval "test \"\${$as_ac_var+set}\" = set"; then
6207 echo $ECHO_N "(cached) $ECHO_C" >&6
6209 cat >conftest.$ac_ext <<_ACEOF
6212 cat confdefs.h >>conftest.$ac_ext
6213 cat >>conftest.$ac_ext <<_ACEOF
6214 /* end confdefs.h. */
6215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6217 #define $ac_func innocuous_$ac_func
6219 /* System header to define __stub macros and hopefully few prototypes,
6220 which can conflict with char $ac_func (); below.
6221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6222 <limits.h> exists even on freestanding compilers. */
6225 # include <limits.h>
6227 # include <assert.h>
6232 /* Override any gcc2 internal prototype to avoid an error. */
6237 /* We use char because int might match the return type of a gcc2
6238 builtin and then its argument prototype would still apply. */
6240 /* The GNU C library defines this for functions which it implements
6241 to always fail with ENOSYS. Some functions are actually named
6242 something starting with __ and the normal name is an alias. */
6243 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6246 char (*f) () = $ac_func;
6255 return f != $ac_func;
6260 rm -f conftest.$ac_objext conftest$ac_exeext
6261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6262 (eval $ac_link) 2>conftest.er1
6264 grep -v '^ *+' conftest.er1 >conftest.err
6266 cat conftest.err >&5
6267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6268 (exit $ac_status); } &&
6269 { ac_try='test -z "$ac_c_werror_flag"
6270 || test ! -s conftest.err'
6271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6275 (exit $ac_status); }; } &&
6276 { ac_try='test -s conftest$ac_exeext'
6277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6281 (exit $ac_status); }; }; then
6282 eval "$as_ac_var=yes"
6284 echo "$as_me: failed program was:" >&5
6285 sed 's/^/| /' conftest.$ac_ext >&5
6287 eval "$as_ac_var=no"
6289 rm -f conftest.err conftest.$ac_objext \
6290 conftest$ac_exeext conftest.$ac_ext
6292 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6293 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6294 if test `eval echo '${'$as_ac_var'}'` = yes; then
6296 cat >>confdefs.h <<_ACEOF
6297 #define CRAY_STACKSEG_END $ac_func
6306 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
6307 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
6308 if test "${ac_cv_c_stack_direction+set}" = set; then
6309 echo $ECHO_N "(cached) $ECHO_C" >&6
6311 if test "$cross_compiling" = yes; then
6312 ac_cv_c_stack_direction=0
6314 cat >conftest.$ac_ext <<_ACEOF
6317 cat confdefs.h >>conftest.$ac_ext
6318 cat >>conftest.$ac_ext <<_ACEOF
6319 /* end confdefs.h. */
6321 find_stack_direction ()
6323 static char *addr = 0;
6328 return find_stack_direction ();
6331 return (&dummy > addr) ? 1 : -1;
6337 exit (find_stack_direction () < 0);
6340 rm -f conftest$ac_exeext
6341 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6342 (eval $ac_link) 2>&5
6344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6345 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6350 (exit $ac_status); }; }; then
6351 ac_cv_c_stack_direction=1
6353 echo "$as_me: program exited with status $ac_status" >&5
6354 echo "$as_me: failed program was:" >&5
6355 sed 's/^/| /' conftest.$ac_ext >&5
6358 ac_cv_c_stack_direction=-1
6360 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6363 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
6364 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
6366 cat >>confdefs.h <<_ACEOF
6367 #define STACK_DIRECTION $ac_cv_c_stack_direction
6375 for ac_header in stdlib.h unistd.h
6377 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6378 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6379 echo "$as_me:$LINENO: checking for $ac_header" >&5
6380 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6381 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6382 echo $ECHO_N "(cached) $ECHO_C" >&6
6384 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6385 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6387 # Is the header compilable?
6388 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6389 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6390 cat >conftest.$ac_ext <<_ACEOF
6393 cat confdefs.h >>conftest.$ac_ext
6394 cat >>conftest.$ac_ext <<_ACEOF
6395 /* end confdefs.h. */
6396 $ac_includes_default
6397 #include <$ac_header>
6399 rm -f conftest.$ac_objext
6400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6401 (eval $ac_compile) 2>conftest.er1
6403 grep -v '^ *+' conftest.er1 >conftest.err
6405 cat conftest.err >&5
6406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6407 (exit $ac_status); } &&
6408 { ac_try='test -z "$ac_c_werror_flag"
6409 || test ! -s conftest.err'
6410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6414 (exit $ac_status); }; } &&
6415 { ac_try='test -s conftest.$ac_objext'
6416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6420 (exit $ac_status); }; }; then
6421 ac_header_compiler=yes
6423 echo "$as_me: failed program was:" >&5
6424 sed 's/^/| /' conftest.$ac_ext >&5
6426 ac_header_compiler=no
6428 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6429 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6430 echo "${ECHO_T}$ac_header_compiler" >&6
6432 # Is the header present?
6433 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6434 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6435 cat >conftest.$ac_ext <<_ACEOF
6438 cat confdefs.h >>conftest.$ac_ext
6439 cat >>conftest.$ac_ext <<_ACEOF
6440 /* end confdefs.h. */
6441 #include <$ac_header>
6443 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6444 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6446 grep -v '^ *+' conftest.er1 >conftest.err
6448 cat conftest.err >&5
6449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6450 (exit $ac_status); } >/dev/null; then
6451 if test -s conftest.err; then
6452 ac_cpp_err=$ac_c_preproc_warn_flag
6453 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6460 if test -z "$ac_cpp_err"; then
6461 ac_header_preproc=yes
6463 echo "$as_me: failed program was:" >&5
6464 sed 's/^/| /' conftest.$ac_ext >&5
6466 ac_header_preproc=no
6468 rm -f conftest.err conftest.$ac_ext
6469 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6470 echo "${ECHO_T}$ac_header_preproc" >&6
6472 # So? What about this header?
6473 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6475 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6476 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6477 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6478 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6479 ac_header_preproc=yes
6482 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6483 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6484 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6485 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6486 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6487 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6488 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6489 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6490 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6491 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6492 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6493 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6496 ## ------------------------------------------ ##
6497 ## Report this to the AC_PACKAGE_NAME lists. ##
6498 ## ------------------------------------------ ##
6501 sed "s/^/$as_me: WARNING: /" >&2
6504 echo "$as_me:$LINENO: checking for $ac_header" >&5
6505 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6506 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6507 echo $ECHO_N "(cached) $ECHO_C" >&6
6509 eval "$as_ac_Header=\$ac_header_preproc"
6511 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6512 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6515 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6516 cat >>confdefs.h <<_ACEOF
6517 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6525 for ac_func in getpagesize
6527 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6528 echo "$as_me:$LINENO: checking for $ac_func" >&5
6529 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6530 if eval "test \"\${$as_ac_var+set}\" = set"; then
6531 echo $ECHO_N "(cached) $ECHO_C" >&6
6533 cat >conftest.$ac_ext <<_ACEOF
6536 cat confdefs.h >>conftest.$ac_ext
6537 cat >>conftest.$ac_ext <<_ACEOF
6538 /* end confdefs.h. */
6539 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6541 #define $ac_func innocuous_$ac_func
6543 /* System header to define __stub macros and hopefully few prototypes,
6544 which can conflict with char $ac_func (); below.
6545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6546 <limits.h> exists even on freestanding compilers. */
6549 # include <limits.h>
6551 # include <assert.h>
6556 /* Override any gcc2 internal prototype to avoid an error. */
6561 /* We use char because int might match the return type of a gcc2
6562 builtin and then its argument prototype would still apply. */
6564 /* The GNU C library defines this for functions which it implements
6565 to always fail with ENOSYS. Some functions are actually named
6566 something starting with __ and the normal name is an alias. */
6567 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6570 char (*f) () = $ac_func;
6579 return f != $ac_func;
6584 rm -f conftest.$ac_objext conftest$ac_exeext
6585 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6586 (eval $ac_link) 2>conftest.er1
6588 grep -v '^ *+' conftest.er1 >conftest.err
6590 cat conftest.err >&5
6591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6592 (exit $ac_status); } &&
6593 { ac_try='test -z "$ac_c_werror_flag"
6594 || test ! -s conftest.err'
6595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6599 (exit $ac_status); }; } &&
6600 { ac_try='test -s conftest$ac_exeext'
6601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6605 (exit $ac_status); }; }; then
6606 eval "$as_ac_var=yes"
6608 echo "$as_me: failed program was:" >&5
6609 sed 's/^/| /' conftest.$ac_ext >&5
6611 eval "$as_ac_var=no"
6613 rm -f conftest.err conftest.$ac_objext \
6614 conftest$ac_exeext conftest.$ac_ext
6616 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6617 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6618 if test `eval echo '${'$as_ac_var'}'` = yes; then
6619 cat >>confdefs.h <<_ACEOF
6620 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6626 echo "$as_me:$LINENO: checking for working mmap" >&5
6627 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
6628 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
6629 echo $ECHO_N "(cached) $ECHO_C" >&6
6631 if test "$cross_compiling" = yes; then
6632 ac_cv_func_mmap_fixed_mapped=no
6634 cat >conftest.$ac_ext <<_ACEOF
6637 cat confdefs.h >>conftest.$ac_ext
6638 cat >>conftest.$ac_ext <<_ACEOF
6639 /* end confdefs.h. */
6640 $ac_includes_default
6641 /* malloc might have been renamed as rpl_malloc. */
6644 /* Thanks to Mike Haertel and Jim Avera for this test.
6645 Here is a matrix of mmap possibilities:
6646 mmap private not fixed
6647 mmap private fixed at somewhere currently unmapped
6648 mmap private fixed at somewhere already mapped
6649 mmap shared not fixed
6650 mmap shared fixed at somewhere currently unmapped
6651 mmap shared fixed at somewhere already mapped
6652 For private mappings, we should verify that changes cannot be read()
6653 back from the file, nor mmap's back from the file at a different
6654 address. (There have been systems where private was not correctly
6655 implemented like the infamous i386 svr4.0, and systems where the
6656 VM page cache was not coherent with the file system buffer cache
6657 like early versions of FreeBSD and possibly contemporary NetBSD.)
6658 For shared mappings, we should conversely verify that changes get
6659 propagated back to all the places they're supposed to be.
6661 Grep wants private fixed already mapped.
6662 The main things grep needs to know about mmap are:
6663 * does it exist and is it safe to write into the mmap'd area
6664 * how to use it (BSD variants) */
6667 #include <sys/mman.h>
6669 #if !STDC_HEADERS && !HAVE_STDLIB_H
6673 /* This mess was copied from the GNU getpagesize.h. */
6674 #if !HAVE_GETPAGESIZE
6675 /* Assume that all systems that can run configure have sys/param.h. */
6676 # if !HAVE_SYS_PARAM_H
6677 # define HAVE_SYS_PARAM_H 1
6680 # ifdef _SC_PAGESIZE
6681 # define getpagesize() sysconf(_SC_PAGESIZE)
6682 # else /* no _SC_PAGESIZE */
6683 # if HAVE_SYS_PARAM_H
6684 # include <sys/param.h>
6685 # ifdef EXEC_PAGESIZE
6686 # define getpagesize() EXEC_PAGESIZE
6687 # else /* no EXEC_PAGESIZE */
6689 # define getpagesize() NBPG * CLSIZE
6692 # endif /* no CLSIZE */
6693 # else /* no NBPG */
6695 # define getpagesize() NBPC
6696 # else /* no NBPC */
6698 # define getpagesize() PAGESIZE
6699 # endif /* PAGESIZE */
6700 # endif /* no NBPC */
6701 # endif /* no NBPG */
6702 # endif /* no EXEC_PAGESIZE */
6703 # else /* no HAVE_SYS_PARAM_H */
6704 # define getpagesize() 8192 /* punt totally */
6705 # endif /* no HAVE_SYS_PARAM_H */
6706 # endif /* no _SC_PAGESIZE */
6708 #endif /* no HAVE_GETPAGESIZE */
6713 char *data, *data2, *data3;
6717 pagesize = getpagesize ();
6719 /* First, make a file with some known garbage in it. */
6720 data = (char *) malloc (pagesize);
6723 for (i = 0; i < pagesize; ++i)
6724 *(data + i) = rand ();
6726 fd = creat ("conftest.mmap", 0600);
6729 if (write (fd, data, pagesize) != pagesize)
6733 /* Next, try to mmap the file at a fixed address which already has
6734 something else allocated at it. If we can, also make sure that
6735 we see the same garbage. */
6736 fd = open ("conftest.mmap", O_RDWR);
6739 data2 = (char *) malloc (2 * pagesize);
6742 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
6743 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
6744 MAP_PRIVATE | MAP_FIXED, fd, 0L))
6746 for (i = 0; i < pagesize; ++i)
6747 if (*(data + i) != *(data2 + i))
6750 /* Finally, make sure that changes to the mapped area do not
6751 percolate back to the file as seen by read(). (This is a bug on
6752 some variants of i386 svr4.0.) */
6753 for (i = 0; i < pagesize; ++i)
6754 *(data2 + i) = *(data2 + i) + 1;
6755 data3 = (char *) malloc (pagesize);
6758 if (read (fd, data3, pagesize) != pagesize)
6760 for (i = 0; i < pagesize; ++i)
6761 if (*(data + i) != *(data3 + i))
6767 rm -f conftest$ac_exeext
6768 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6769 (eval $ac_link) 2>&5
6771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6772 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6777 (exit $ac_status); }; }; then
6778 ac_cv_func_mmap_fixed_mapped=yes
6780 echo "$as_me: program exited with status $ac_status" >&5
6781 echo "$as_me: failed program was:" >&5
6782 sed 's/^/| /' conftest.$ac_ext >&5
6785 ac_cv_func_mmap_fixed_mapped=no
6787 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6790 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
6791 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6792 if test $ac_cv_func_mmap_fixed_mapped = yes; then
6794 cat >>confdefs.h <<\_ACEOF
6811 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \
6812 unistd.h values.h sys/param.h
6814 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6815 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6816 echo "$as_me:$LINENO: checking for $ac_header" >&5
6817 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6818 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6819 echo $ECHO_N "(cached) $ECHO_C" >&6
6821 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6822 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6824 # Is the header compilable?
6825 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6826 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6827 cat >conftest.$ac_ext <<_ACEOF
6830 cat confdefs.h >>conftest.$ac_ext
6831 cat >>conftest.$ac_ext <<_ACEOF
6832 /* end confdefs.h. */
6833 $ac_includes_default
6834 #include <$ac_header>
6836 rm -f conftest.$ac_objext
6837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6838 (eval $ac_compile) 2>conftest.er1
6840 grep -v '^ *+' conftest.er1 >conftest.err
6842 cat conftest.err >&5
6843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6844 (exit $ac_status); } &&
6845 { ac_try='test -z "$ac_c_werror_flag"
6846 || test ! -s conftest.err'
6847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6851 (exit $ac_status); }; } &&
6852 { ac_try='test -s conftest.$ac_objext'
6853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6857 (exit $ac_status); }; }; then
6858 ac_header_compiler=yes
6860 echo "$as_me: failed program was:" >&5
6861 sed 's/^/| /' conftest.$ac_ext >&5
6863 ac_header_compiler=no
6865 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6866 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6867 echo "${ECHO_T}$ac_header_compiler" >&6
6869 # Is the header present?
6870 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6871 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6872 cat >conftest.$ac_ext <<_ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h. */
6878 #include <$ac_header>
6880 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6881 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6883 grep -v '^ *+' conftest.er1 >conftest.err
6885 cat conftest.err >&5
6886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6887 (exit $ac_status); } >/dev/null; then
6888 if test -s conftest.err; then
6889 ac_cpp_err=$ac_c_preproc_warn_flag
6890 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6897 if test -z "$ac_cpp_err"; then
6898 ac_header_preproc=yes
6900 echo "$as_me: failed program was:" >&5
6901 sed 's/^/| /' conftest.$ac_ext >&5
6903 ac_header_preproc=no
6905 rm -f conftest.err conftest.$ac_ext
6906 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6907 echo "${ECHO_T}$ac_header_preproc" >&6
6909 # So? What about this header?
6910 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6912 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6913 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6915 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6916 ac_header_preproc=yes
6919 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6920 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6921 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6922 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6923 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6924 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6925 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6926 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6927 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6928 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6929 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6930 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6933 ## ------------------------------------------ ##
6934 ## Report this to the AC_PACKAGE_NAME lists. ##
6935 ## ------------------------------------------ ##
6938 sed "s/^/$as_me: WARNING: /" >&2
6941 echo "$as_me:$LINENO: checking for $ac_header" >&5
6942 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6943 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6944 echo $ECHO_N "(cached) $ECHO_C" >&6
6946 eval "$as_ac_Header=\$ac_header_preproc"
6948 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6949 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6952 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6953 cat >>confdefs.h <<_ACEOF
6954 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6971 for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \
6972 __argz_count __argz_stringify __argz_next
6974 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6975 echo "$as_me:$LINENO: checking for $ac_func" >&5
6976 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6977 if eval "test \"\${$as_ac_var+set}\" = set"; then
6978 echo $ECHO_N "(cached) $ECHO_C" >&6
6980 cat >conftest.$ac_ext <<_ACEOF
6983 cat confdefs.h >>conftest.$ac_ext
6984 cat >>conftest.$ac_ext <<_ACEOF
6985 /* end confdefs.h. */
6986 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6987 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6988 #define $ac_func innocuous_$ac_func
6990 /* System header to define __stub macros and hopefully few prototypes,
6991 which can conflict with char $ac_func (); below.
6992 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6993 <limits.h> exists even on freestanding compilers. */
6996 # include <limits.h>
6998 # include <assert.h>
7003 /* Override any gcc2 internal prototype to avoid an error. */
7008 /* We use char because int might match the return type of a gcc2
7009 builtin and then its argument prototype would still apply. */
7011 /* The GNU C library defines this for functions which it implements
7012 to always fail with ENOSYS. Some functions are actually named
7013 something starting with __ and the normal name is an alias. */
7014 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7017 char (*f) () = $ac_func;
7026 return f != $ac_func;
7031 rm -f conftest.$ac_objext conftest$ac_exeext
7032 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7033 (eval $ac_link) 2>conftest.er1
7035 grep -v '^ *+' conftest.er1 >conftest.err
7037 cat conftest.err >&5
7038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7039 (exit $ac_status); } &&
7040 { ac_try='test -z "$ac_c_werror_flag"
7041 || test ! -s conftest.err'
7042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7046 (exit $ac_status); }; } &&
7047 { ac_try='test -s conftest$ac_exeext'
7048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7052 (exit $ac_status); }; }; then
7053 eval "$as_ac_var=yes"
7055 echo "$as_me: failed program was:" >&5
7056 sed 's/^/| /' conftest.$ac_ext >&5
7058 eval "$as_ac_var=no"
7060 rm -f conftest.err conftest.$ac_objext \
7061 conftest$ac_exeext conftest.$ac_ext
7063 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7064 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7065 if test `eval echo '${'$as_ac_var'}'` = yes; then
7066 cat >>confdefs.h <<_ACEOF
7067 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7074 if test "${ac_cv_func_stpcpy+set}" != "set"; then
7076 for ac_func in stpcpy
7078 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7079 echo "$as_me:$LINENO: checking for $ac_func" >&5
7080 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7081 if eval "test \"\${$as_ac_var+set}\" = set"; then
7082 echo $ECHO_N "(cached) $ECHO_C" >&6
7084 cat >conftest.$ac_ext <<_ACEOF
7087 cat confdefs.h >>conftest.$ac_ext
7088 cat >>conftest.$ac_ext <<_ACEOF
7089 /* end confdefs.h. */
7090 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7092 #define $ac_func innocuous_$ac_func
7094 /* System header to define __stub macros and hopefully few prototypes,
7095 which can conflict with char $ac_func (); below.
7096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7097 <limits.h> exists even on freestanding compilers. */
7100 # include <limits.h>
7102 # include <assert.h>
7107 /* Override any gcc2 internal prototype to avoid an error. */
7112 /* We use char because int might match the return type of a gcc2
7113 builtin and then its argument prototype would still apply. */
7115 /* The GNU C library defines this for functions which it implements
7116 to always fail with ENOSYS. Some functions are actually named
7117 something starting with __ and the normal name is an alias. */
7118 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7121 char (*f) () = $ac_func;
7130 return f != $ac_func;
7135 rm -f conftest.$ac_objext conftest$ac_exeext
7136 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7137 (eval $ac_link) 2>conftest.er1
7139 grep -v '^ *+' conftest.er1 >conftest.err
7141 cat conftest.err >&5
7142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7143 (exit $ac_status); } &&
7144 { ac_try='test -z "$ac_c_werror_flag"
7145 || test ! -s conftest.err'
7146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7150 (exit $ac_status); }; } &&
7151 { ac_try='test -s conftest$ac_exeext'
7152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7156 (exit $ac_status); }; }; then
7157 eval "$as_ac_var=yes"
7159 echo "$as_me: failed program was:" >&5
7160 sed 's/^/| /' conftest.$ac_ext >&5
7162 eval "$as_ac_var=no"
7164 rm -f conftest.err conftest.$ac_objext \
7165 conftest$ac_exeext conftest.$ac_ext
7167 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7168 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7169 if test `eval echo '${'$as_ac_var'}'` = yes; then
7170 cat >>confdefs.h <<_ACEOF
7171 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7178 if test "${ac_cv_func_stpcpy}" = "yes"; then
7180 cat >>confdefs.h <<\_ACEOF
7181 #define HAVE_STPCPY 1
7186 if test $ac_cv_header_locale_h = yes; then
7187 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
7188 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
7189 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
7190 echo $ECHO_N "(cached) $ECHO_C" >&6
7192 cat >conftest.$ac_ext <<_ACEOF
7195 cat confdefs.h >>conftest.$ac_ext
7196 cat >>conftest.$ac_ext <<_ACEOF
7197 /* end confdefs.h. */
7207 rm -f conftest.$ac_objext conftest$ac_exeext
7208 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7209 (eval $ac_link) 2>conftest.er1
7211 grep -v '^ *+' conftest.er1 >conftest.err
7213 cat conftest.err >&5
7214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215 (exit $ac_status); } &&
7216 { ac_try='test -z "$ac_c_werror_flag"
7217 || test ! -s conftest.err'
7218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7222 (exit $ac_status); }; } &&
7223 { ac_try='test -s conftest$ac_exeext'
7224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7228 (exit $ac_status); }; }; then
7229 am_cv_val_LC_MESSAGES=yes
7231 echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.$ac_ext >&5
7234 am_cv_val_LC_MESSAGES=no
7236 rm -f conftest.err conftest.$ac_objext \
7237 conftest$ac_exeext conftest.$ac_ext
7239 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
7240 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
7241 if test $am_cv_val_LC_MESSAGES = yes; then
7243 cat >>confdefs.h <<\_ACEOF
7244 #define HAVE_LC_MESSAGES 1
7249 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
7250 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
7251 # Check whether --enable-nls or --disable-nls was given.
7252 if test "${enable_nls+set}" = set; then
7253 enableval="$enable_nls"
7258 echo "$as_me:$LINENO: result: $USE_NLS" >&5
7259 echo "${ECHO_T}$USE_NLS" >&6
7262 USE_INCLUDED_LIBINTL=no
7264 if test "$USE_NLS" = "yes"; then
7265 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
7266 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
7268 # Check whether --with-included-gettext or --without-included-gettext was given.
7269 if test "${with_included_gettext+set}" = set; then
7270 withval="$with_included_gettext"
7271 nls_cv_force_use_gnu_gettext=$withval
7273 nls_cv_force_use_gnu_gettext=no
7275 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
7276 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
7278 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
7279 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
7281 nls_cv_header_libgt=
7284 if test "${ac_cv_header_libintl_h+set}" = set; then
7285 echo "$as_me:$LINENO: checking for libintl.h" >&5
7286 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7287 if test "${ac_cv_header_libintl_h+set}" = set; then
7288 echo $ECHO_N "(cached) $ECHO_C" >&6
7290 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7291 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7293 # Is the header compilable?
7294 echo "$as_me:$LINENO: checking libintl.h usability" >&5
7295 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
7296 cat >conftest.$ac_ext <<_ACEOF
7299 cat confdefs.h >>conftest.$ac_ext
7300 cat >>conftest.$ac_ext <<_ACEOF
7301 /* end confdefs.h. */
7302 $ac_includes_default
7303 #include <libintl.h>
7305 rm -f conftest.$ac_objext
7306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7307 (eval $ac_compile) 2>conftest.er1
7309 grep -v '^ *+' conftest.er1 >conftest.err
7311 cat conftest.err >&5
7312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7313 (exit $ac_status); } &&
7314 { ac_try='test -z "$ac_c_werror_flag"
7315 || test ! -s conftest.err'
7316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7320 (exit $ac_status); }; } &&
7321 { ac_try='test -s conftest.$ac_objext'
7322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7326 (exit $ac_status); }; }; then
7327 ac_header_compiler=yes
7329 echo "$as_me: failed program was:" >&5
7330 sed 's/^/| /' conftest.$ac_ext >&5
7332 ac_header_compiler=no
7334 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7335 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7336 echo "${ECHO_T}$ac_header_compiler" >&6
7338 # Is the header present?
7339 echo "$as_me:$LINENO: checking libintl.h presence" >&5
7340 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
7341 cat >conftest.$ac_ext <<_ACEOF
7344 cat confdefs.h >>conftest.$ac_ext
7345 cat >>conftest.$ac_ext <<_ACEOF
7346 /* end confdefs.h. */
7347 #include <libintl.h>
7349 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7350 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7352 grep -v '^ *+' conftest.er1 >conftest.err
7354 cat conftest.err >&5
7355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7356 (exit $ac_status); } >/dev/null; then
7357 if test -s conftest.err; then
7358 ac_cpp_err=$ac_c_preproc_warn_flag
7359 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7366 if test -z "$ac_cpp_err"; then
7367 ac_header_preproc=yes
7369 echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7372 ac_header_preproc=no
7374 rm -f conftest.err conftest.$ac_ext
7375 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7376 echo "${ECHO_T}$ac_header_preproc" >&6
7378 # So? What about this header?
7379 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7381 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
7382 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7383 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
7384 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
7385 ac_header_preproc=yes
7388 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
7389 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
7390 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
7391 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
7392 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
7393 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
7394 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
7395 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
7396 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
7397 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
7398 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
7399 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
7402 ## ------------------------------------------ ##
7403 ## Report this to the AC_PACKAGE_NAME lists. ##
7404 ## ------------------------------------------ ##
7407 sed "s/^/$as_me: WARNING: /" >&2
7410 echo "$as_me:$LINENO: checking for libintl.h" >&5
7411 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7412 if test "${ac_cv_header_libintl_h+set}" = set; then
7413 echo $ECHO_N "(cached) $ECHO_C" >&6
7415 ac_cv_header_libintl_h=$ac_header_preproc
7417 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7418 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7421 if test $ac_cv_header_libintl_h = yes; then
7422 echo "$as_me:$LINENO: checking for gettext in libc" >&5
7423 echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
7424 if test "${gt_cv_func_gettext_libc+set}" = set; then
7425 echo $ECHO_N "(cached) $ECHO_C" >&6
7427 cat >conftest.$ac_ext <<_ACEOF
7430 cat confdefs.h >>conftest.$ac_ext
7431 cat >>conftest.$ac_ext <<_ACEOF
7432 /* end confdefs.h. */
7433 #include <libintl.h>
7437 return (int) gettext ("")
7442 rm -f conftest.$ac_objext conftest$ac_exeext
7443 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7444 (eval $ac_link) 2>conftest.er1
7446 grep -v '^ *+' conftest.er1 >conftest.err
7448 cat conftest.err >&5
7449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7450 (exit $ac_status); } &&
7451 { ac_try='test -z "$ac_c_werror_flag"
7452 || test ! -s conftest.err'
7453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7457 (exit $ac_status); }; } &&
7458 { ac_try='test -s conftest$ac_exeext'
7459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7463 (exit $ac_status); }; }; then
7464 gt_cv_func_gettext_libc=yes
7466 echo "$as_me: failed program was:" >&5
7467 sed 's/^/| /' conftest.$ac_ext >&5
7469 gt_cv_func_gettext_libc=no
7471 rm -f conftest.err conftest.$ac_objext \
7472 conftest$ac_exeext conftest.$ac_ext
7474 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
7475 echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
7477 if test "$gt_cv_func_gettext_libc" != "yes"; then
7478 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
7479 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
7480 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
7481 echo $ECHO_N "(cached) $ECHO_C" >&6
7483 ac_check_lib_save_LIBS=$LIBS
7485 cat >conftest.$ac_ext <<_ACEOF
7488 cat confdefs.h >>conftest.$ac_ext
7489 cat >>conftest.$ac_ext <<_ACEOF
7490 /* end confdefs.h. */
7492 /* Override any gcc2 internal prototype to avoid an error. */
7496 /* We use char because int might match the return type of a gcc2
7497 builtin and then its argument prototype would still apply. */
7498 char bindtextdomain ();
7507 rm -f conftest.$ac_objext conftest$ac_exeext
7508 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7509 (eval $ac_link) 2>conftest.er1
7511 grep -v '^ *+' conftest.er1 >conftest.err
7513 cat conftest.err >&5
7514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7515 (exit $ac_status); } &&
7516 { ac_try='test -z "$ac_c_werror_flag"
7517 || test ! -s conftest.err'
7518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); }; } &&
7523 { ac_try='test -s conftest$ac_exeext'
7524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); }; }; then
7529 ac_cv_lib_intl_bindtextdomain=yes
7531 echo "$as_me: failed program was:" >&5
7532 sed 's/^/| /' conftest.$ac_ext >&5
7534 ac_cv_lib_intl_bindtextdomain=no
7536 rm -f conftest.err conftest.$ac_objext \
7537 conftest$ac_exeext conftest.$ac_ext
7538 LIBS=$ac_check_lib_save_LIBS
7540 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
7541 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
7542 if test $ac_cv_lib_intl_bindtextdomain = yes; then
7543 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
7544 echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
7545 if test "${gt_cv_func_gettext_libintl+set}" = set; then
7546 echo $ECHO_N "(cached) $ECHO_C" >&6
7548 cat >conftest.$ac_ext <<_ACEOF
7551 cat confdefs.h >>conftest.$ac_ext
7552 cat >>conftest.$ac_ext <<_ACEOF
7553 /* end confdefs.h. */
7558 return (int) gettext ("")
7563 rm -f conftest.$ac_objext conftest$ac_exeext
7564 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7565 (eval $ac_link) 2>conftest.er1
7567 grep -v '^ *+' conftest.er1 >conftest.err
7569 cat conftest.err >&5
7570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7571 (exit $ac_status); } &&
7572 { ac_try='test -z "$ac_c_werror_flag"
7573 || test ! -s conftest.err'
7574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7578 (exit $ac_status); }; } &&
7579 { ac_try='test -s conftest$ac_exeext'
7580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584 (exit $ac_status); }; }; then
7585 gt_cv_func_gettext_libintl=yes
7587 echo "$as_me: failed program was:" >&5
7588 sed 's/^/| /' conftest.$ac_ext >&5
7590 gt_cv_func_gettext_libintl=no
7592 rm -f conftest.err conftest.$ac_objext \
7593 conftest$ac_exeext conftest.$ac_ext
7595 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
7596 echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
7601 if test "$gt_cv_func_gettext_libc" = "yes" \
7602 || test "$gt_cv_func_gettext_libintl" = "yes"; then
7604 cat >>confdefs.h <<\_ACEOF
7605 #define HAVE_GETTEXT 1
7608 # Extract the first word of "msgfmt", so it can be a program name with args.
7609 set dummy msgfmt; ac_word=$2
7610 echo "$as_me:$LINENO: checking for $ac_word" >&5
7611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7612 if test "${ac_cv_path_MSGFMT+set}" = set; then
7613 echo $ECHO_N "(cached) $ECHO_C" >&6
7617 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
7620 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7621 for ac_dir in $PATH; do
7622 test -z "$ac_dir" && ac_dir=.
7623 if test -f $ac_dir/$ac_word; then
7624 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7625 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
7631 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
7635 MSGFMT="$ac_cv_path_MSGFMT"
7636 if test -n "$MSGFMT"; then
7637 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7638 echo "${ECHO_T}$MSGFMT" >&6
7640 echo "$as_me:$LINENO: result: no" >&5
7641 echo "${ECHO_T}no" >&6
7643 if test "$MSGFMT" != "no"; then
7645 for ac_func in dcgettext
7647 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7648 echo "$as_me:$LINENO: checking for $ac_func" >&5
7649 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7650 if eval "test \"\${$as_ac_var+set}\" = set"; then
7651 echo $ECHO_N "(cached) $ECHO_C" >&6
7653 cat >conftest.$ac_ext <<_ACEOF
7656 cat confdefs.h >>conftest.$ac_ext
7657 cat >>conftest.$ac_ext <<_ACEOF
7658 /* end confdefs.h. */
7659 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7661 #define $ac_func innocuous_$ac_func
7663 /* System header to define __stub macros and hopefully few prototypes,
7664 which can conflict with char $ac_func (); below.
7665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7666 <limits.h> exists even on freestanding compilers. */
7669 # include <limits.h>
7671 # include <assert.h>
7676 /* Override any gcc2 internal prototype to avoid an error. */
7681 /* We use char because int might match the return type of a gcc2
7682 builtin and then its argument prototype would still apply. */
7684 /* The GNU C library defines this for functions which it implements
7685 to always fail with ENOSYS. Some functions are actually named
7686 something starting with __ and the normal name is an alias. */
7687 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7690 char (*f) () = $ac_func;
7699 return f != $ac_func;
7704 rm -f conftest.$ac_objext conftest$ac_exeext
7705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7706 (eval $ac_link) 2>conftest.er1
7708 grep -v '^ *+' conftest.er1 >conftest.err
7710 cat conftest.err >&5
7711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7712 (exit $ac_status); } &&
7713 { ac_try='test -z "$ac_c_werror_flag"
7714 || test ! -s conftest.err'
7715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7719 (exit $ac_status); }; } &&
7720 { ac_try='test -s conftest$ac_exeext'
7721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7725 (exit $ac_status); }; }; then
7726 eval "$as_ac_var=yes"
7728 echo "$as_me: failed program was:" >&5
7729 sed 's/^/| /' conftest.$ac_ext >&5
7731 eval "$as_ac_var=no"
7733 rm -f conftest.err conftest.$ac_objext \
7734 conftest$ac_exeext conftest.$ac_ext
7736 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7737 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7738 if test `eval echo '${'$as_ac_var'}'` = yes; then
7739 cat >>confdefs.h <<_ACEOF
7740 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7746 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7747 set dummy gmsgfmt; ac_word=$2
7748 echo "$as_me:$LINENO: checking for $ac_word" >&5
7749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7750 if test "${ac_cv_path_GMSGFMT+set}" = set; then
7751 echo $ECHO_N "(cached) $ECHO_C" >&6
7755 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
7758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7762 test -z "$as_dir" && as_dir=.
7763 for ac_exec_ext in '' $ac_executable_extensions; do
7764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7765 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
7766 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
7776 GMSGFMT=$ac_cv_path_GMSGFMT
7778 if test -n "$GMSGFMT"; then
7779 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7780 echo "${ECHO_T}$GMSGFMT" >&6
7782 echo "$as_me:$LINENO: result: no" >&5
7783 echo "${ECHO_T}no" >&6
7786 # Extract the first word of "xgettext", so it can be a program name with args.
7787 set dummy xgettext; ac_word=$2
7788 echo "$as_me:$LINENO: checking for $ac_word" >&5
7789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7790 if test "${ac_cv_path_XGETTEXT+set}" = set; then
7791 echo $ECHO_N "(cached) $ECHO_C" >&6
7795 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
7798 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7799 for ac_dir in $PATH; do
7800 test -z "$ac_dir" && ac_dir=.
7801 if test -f $ac_dir/$ac_word; then
7802 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
7803 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
7809 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
7813 XGETTEXT="$ac_cv_path_XGETTEXT"
7814 if test -n "$XGETTEXT"; then
7815 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
7816 echo "${ECHO_T}$XGETTEXT" >&6
7818 echo "$as_me:$LINENO: result: no" >&5
7819 echo "${ECHO_T}no" >&6
7822 cat >conftest.$ac_ext <<_ACEOF
7825 cat confdefs.h >>conftest.$ac_ext
7826 cat >>conftest.$ac_ext <<_ACEOF
7827 /* end confdefs.h. */
7832 extern int _nl_msg_cat_cntr;
7833 return _nl_msg_cat_cntr
7838 rm -f conftest.$ac_objext conftest$ac_exeext
7839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7840 (eval $ac_link) 2>conftest.er1
7842 grep -v '^ *+' conftest.er1 >conftest.err
7844 cat conftest.err >&5
7845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7846 (exit $ac_status); } &&
7847 { ac_try='test -z "$ac_c_werror_flag"
7848 || test ! -s conftest.err'
7849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7853 (exit $ac_status); }; } &&
7854 { ac_try='test -s conftest$ac_exeext'
7855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7859 (exit $ac_status); }; }; then
7863 echo "$as_me: failed program was:" >&5
7864 sed 's/^/| /' conftest.$ac_ext >&5
7869 rm -f conftest.err conftest.$ac_objext \
7870 conftest$ac_exeext conftest.$ac_ext
7880 if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
7881 # Neither gettext nor catgets in included in the C library.
7882 # Fall back on GNU gettext library (assuming it is present).
7883 nls_cv_use_gnu_gettext=yes
7887 if test "$nls_cv_use_gnu_gettext" = "yes"; then
7888 INTLOBJS="\$(GETTOBJS)"
7889 # Extract the first word of "msgfmt", so it can be a program name with args.
7890 set dummy msgfmt; ac_word=$2
7891 echo "$as_me:$LINENO: checking for $ac_word" >&5
7892 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7893 if test "${ac_cv_path_MSGFMT+set}" = set; then
7894 echo $ECHO_N "(cached) $ECHO_C" >&6
7898 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
7901 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7902 for ac_dir in $PATH; do
7903 test -z "$ac_dir" && ac_dir=.
7904 if test -f $ac_dir/$ac_word; then
7905 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7906 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
7912 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="msgfmt"
7916 MSGFMT="$ac_cv_path_MSGFMT"
7917 if test -n "$MSGFMT"; then
7918 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7919 echo "${ECHO_T}$MSGFMT" >&6
7921 echo "$as_me:$LINENO: result: no" >&5
7922 echo "${ECHO_T}no" >&6
7925 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7926 set dummy gmsgfmt; ac_word=$2
7927 echo "$as_me:$LINENO: checking for $ac_word" >&5
7928 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7929 if test "${ac_cv_path_GMSGFMT+set}" = set; then
7930 echo $ECHO_N "(cached) $ECHO_C" >&6
7934 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
7937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7941 test -z "$as_dir" && as_dir=.
7942 for ac_exec_ext in '' $ac_executable_extensions; do
7943 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7944 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
7945 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7951 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
7955 GMSGFMT=$ac_cv_path_GMSGFMT
7957 if test -n "$GMSGFMT"; then
7958 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7959 echo "${ECHO_T}$GMSGFMT" >&6
7961 echo "$as_me:$LINENO: result: no" >&5
7962 echo "${ECHO_T}no" >&6
7965 # Extract the first word of "xgettext", so it can be a program name with args.
7966 set dummy xgettext; ac_word=$2
7967 echo "$as_me:$LINENO: checking for $ac_word" >&5
7968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7969 if test "${ac_cv_path_XGETTEXT+set}" = set; then
7970 echo $ECHO_N "(cached) $ECHO_C" >&6
7974 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
7977 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
7978 for ac_dir in $PATH; do
7979 test -z "$ac_dir" && ac_dir=.
7980 if test -f $ac_dir/$ac_word; then
7981 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
7982 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
7988 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
7992 XGETTEXT="$ac_cv_path_XGETTEXT"
7993 if test -n "$XGETTEXT"; then
7994 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
7995 echo "${ECHO_T}$XGETTEXT" >&6
7997 echo "$as_me:$LINENO: result: no" >&5
7998 echo "${ECHO_T}no" >&6
8002 USE_INCLUDED_LIBINTL=yes
8006 INTLDEPS='$(top_builddir)/../intl/libintl.a'
8008 LIBS=`echo $LIBS | sed -e 's/-lintl//'`
8009 nls_cv_header_intl=libintl.h
8010 nls_cv_header_libgt=libgettext.h
8013 if test "$XGETTEXT" != ":"; then
8014 if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
8017 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8018 echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
8023 # We need to process the po/ directory.
8027 nls_cv_header_intl=libintl.h
8028 nls_cv_header_libgt=libgettext.h
8031 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8032 # because some of the sources are only built for this goal.
8033 if test "$PACKAGE" = gettext; then
8035 USE_INCLUDED_LIBINTL=yes
8038 for lang in $ALL_LINGUAS; do
8039 GMOFILES="$GMOFILES $lang.gmo"
8040 POFILES="$POFILES $lang.po"
8054 if test "x$CATOBJEXT" != "x"; then
8056 cat >>confdefs.h <<\_ACEOF
8057 #define ENABLE_NLS 1
8063 if test "x$CATOBJEXT" != "x"; then
8064 if test "x$ALL_LINGUAS" = "x"; then
8067 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
8068 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
8070 for lang in ${LINGUAS=$ALL_LINGUAS}; do
8071 case "$ALL_LINGUAS" in
8072 *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
8075 LINGUAS=$NEW_LINGUAS
8076 echo "$as_me:$LINENO: result: $LINGUAS" >&5
8077 echo "${ECHO_T}$LINGUAS" >&6
8080 if test -n "$LINGUAS"; then
8081 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
8085 if test $ac_cv_header_locale_h = yes; then
8086 INCLUDE_LOCALE_H="#include <locale.h>"
8089 /* The system does not provide the header <locale.h>. Take care yourself. */"
8093 if test -f $srcdir/po2tbl.sed.in; then
8094 if test "$CATOBJEXT" = ".cat"; then
8095 if test "${ac_cv_header_linux_version_h+set}" = set; then
8096 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8097 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8098 if test "${ac_cv_header_linux_version_h+set}" = set; then
8099 echo $ECHO_N "(cached) $ECHO_C" >&6
8101 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8102 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8104 # Is the header compilable?
8105 echo "$as_me:$LINENO: checking linux/version.h usability" >&5
8106 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
8107 cat >conftest.$ac_ext <<_ACEOF
8110 cat confdefs.h >>conftest.$ac_ext
8111 cat >>conftest.$ac_ext <<_ACEOF
8112 /* end confdefs.h. */
8113 $ac_includes_default
8114 #include <linux/version.h>
8116 rm -f conftest.$ac_objext
8117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8118 (eval $ac_compile) 2>conftest.er1
8120 grep -v '^ *+' conftest.er1 >conftest.err
8122 cat conftest.err >&5
8123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8124 (exit $ac_status); } &&
8125 { ac_try='test -z "$ac_c_werror_flag"
8126 || test ! -s conftest.err'
8127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8131 (exit $ac_status); }; } &&
8132 { ac_try='test -s conftest.$ac_objext'
8133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137 (exit $ac_status); }; }; then
8138 ac_header_compiler=yes
8140 echo "$as_me: failed program was:" >&5
8141 sed 's/^/| /' conftest.$ac_ext >&5
8143 ac_header_compiler=no
8145 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8146 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8147 echo "${ECHO_T}$ac_header_compiler" >&6
8149 # Is the header present?
8150 echo "$as_me:$LINENO: checking linux/version.h presence" >&5
8151 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
8152 cat >conftest.$ac_ext <<_ACEOF
8155 cat confdefs.h >>conftest.$ac_ext
8156 cat >>conftest.$ac_ext <<_ACEOF
8157 /* end confdefs.h. */
8158 #include <linux/version.h>
8160 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8161 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8163 grep -v '^ *+' conftest.er1 >conftest.err
8165 cat conftest.err >&5
8166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8167 (exit $ac_status); } >/dev/null; then
8168 if test -s conftest.err; then
8169 ac_cpp_err=$ac_c_preproc_warn_flag
8170 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8177 if test -z "$ac_cpp_err"; then
8178 ac_header_preproc=yes
8180 echo "$as_me: failed program was:" >&5
8181 sed 's/^/| /' conftest.$ac_ext >&5
8183 ac_header_preproc=no
8185 rm -f conftest.err conftest.$ac_ext
8186 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8187 echo "${ECHO_T}$ac_header_preproc" >&6
8189 # So? What about this header?
8190 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8192 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
8193 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8194 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
8195 echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
8196 ac_header_preproc=yes
8199 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
8200 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
8201 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
8202 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
8203 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
8204 echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
8205 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
8206 echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
8207 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8208 echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
8209 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
8210 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
8213 ## ------------------------------------------ ##
8214 ## Report this to the AC_PACKAGE_NAME lists. ##
8215 ## ------------------------------------------ ##
8218 sed "s/^/$as_me: WARNING: /" >&2
8221 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8222 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8223 if test "${ac_cv_header_linux_version_h+set}" = set; then
8224 echo $ECHO_N "(cached) $ECHO_C" >&6
8226 ac_cv_header_linux_version_h=$ac_header_preproc
8228 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8229 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8232 if test $ac_cv_header_linux_version_h = yes; then
8240 sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed
8242 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
8243 $srcdir/po2tbl.sed.in > po2tbl.sed
8246 if test "$PACKAGE" = "gettext"; then
8256 MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
8262 if test -f $srcdir/po/POTFILES.in; then
8263 test -d po || mkdir po
8264 if test "x$srcdir" != "x."; then
8265 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
8266 posrcprefix="$srcdir/"
8268 posrcprefix="../$srcdir/"
8274 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
8275 < $srcdir/po/POTFILES.in > po/POTFILES
8279 # Permit host specific settings.
8280 . ${srcdir}/configure.host
8283 # Find a good install program. We prefer a C program (faster),
8284 # so one script is as good as another. But avoid the broken or
8285 # incompatible versions:
8286 # SysV /etc/install, /usr/sbin/install
8287 # SunOS /usr/etc/install
8288 # IRIX /sbin/install
8290 # AmigaOS /C/install, which installs bootblocks on floppy discs
8291 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8292 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8293 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8294 # OS/2's system install, which has a completely different semantic
8295 # ./install, which can be erroneously created by make from ./install.sh.
8296 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
8297 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
8298 if test -z "$INSTALL"; then
8299 if test "${ac_cv_path_install+set}" = set; then
8300 echo $ECHO_N "(cached) $ECHO_C" >&6
8302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8306 test -z "$as_dir" && as_dir=.
8307 # Account for people who put trailing slashes in PATH elements.
8309 ./ | .// | /cC/* | \
8310 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
8311 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
8314 # OSF1 and SCO ODT 3.0 have their own names for install.
8315 # Don't use installbsd from OSF since it installs stuff as root
8317 for ac_prog in ginstall scoinst install; do
8318 for ac_exec_ext in '' $ac_executable_extensions; do
8319 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
8320 if test $ac_prog = install &&
8321 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
8322 # AIX install. It has an incompatible calling convention.
8324 elif test $ac_prog = install &&
8325 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
8326 # program-specific install script used by HP pwplus--don't use.
8329 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
8341 if test "${ac_cv_path_install+set}" = set; then
8342 INSTALL=$ac_cv_path_install
8344 # As a last resort, use the slow shell script. We don't cache a
8345 # path for INSTALL within a source directory, because that will
8346 # break other packages using the cache if that directory is
8347 # removed, or if the path is relative.
8348 INSTALL=$ac_install_sh
8351 echo "$as_me:$LINENO: result: $INSTALL" >&5
8352 echo "${ECHO_T}$INSTALL" >&6
8354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8355 # It thinks the first close brace ends the variable substitution.
8356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
8360 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8363 BFD_HOST_64BIT_LONG=0
8364 BFD_HOST_LONG_LONG=0
8365 BFD_HOST_64_BIT_DEFINED=0
8369 echo "$as_me:$LINENO: checking for long long" >&5
8370 echo $ECHO_N "checking for long long... $ECHO_C" >&6
8371 if test "${bfd_cv_has_long_long+set}" = set; then
8372 echo $ECHO_N "(cached) $ECHO_C" >&6
8374 cat >conftest.$ac_ext <<_ACEOF
8377 cat confdefs.h >>conftest.$ac_ext
8378 cat >>conftest.$ac_ext <<_ACEOF
8379 /* end confdefs.h. */
8384 unsigned long long ll = 18446744073709551615ULL;
8389 rm -f conftest.$ac_objext
8390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8391 (eval $ac_compile) 2>conftest.er1
8393 grep -v '^ *+' conftest.er1 >conftest.err
8395 cat conftest.err >&5
8396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8397 (exit $ac_status); } &&
8398 { ac_try='test -z "$ac_c_werror_flag"
8399 || test ! -s conftest.err'
8400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8404 (exit $ac_status); }; } &&
8405 { ac_try='test -s conftest.$ac_objext'
8406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8410 (exit $ac_status); }; }; then
8411 bfd_cv_has_long_long=yes
8413 echo "$as_me: failed program was:" >&5
8414 sed 's/^/| /' conftest.$ac_ext >&5
8416 bfd_cv_has_long_long=no
8418 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8421 echo "$as_me:$LINENO: result: $bfd_cv_has_long_long" >&5
8422 echo "${ECHO_T}$bfd_cv_has_long_long" >&6
8423 if test $bfd_cv_has_long_long = yes; then
8424 BFD_HOST_LONG_LONG=1
8425 echo "$as_me:$LINENO: checking size of long long" >&5
8426 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8427 if test "${ac_cv_sizeof_long_long+set}" = set; then
8428 echo $ECHO_N "(cached) $ECHO_C" >&6
8430 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
8431 cat >conftest.$ac_ext <<_ACEOF
8434 cat confdefs.h >>conftest.$ac_ext
8435 cat >>conftest.$ac_ext <<_ACEOF
8436 /* end confdefs.h. */
8437 #include "confdefs.h"
8438 #include <sys/types.h>
8444 switch (0) case 0: case (sizeof (long long) == $ac_size):;
8449 rm -f conftest.$ac_objext
8450 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8451 (eval $ac_compile) 2>conftest.er1
8453 grep -v '^ *+' conftest.er1 >conftest.err
8455 cat conftest.err >&5
8456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8457 (exit $ac_status); } &&
8458 { ac_try='test -z "$ac_c_werror_flag"
8459 || test ! -s conftest.err'
8460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8464 (exit $ac_status); }; } &&
8465 { ac_try='test -s conftest.$ac_objext'
8466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8470 (exit $ac_status); }; }; then
8471 ac_cv_sizeof_long_long=$ac_size
8473 echo "$as_me: failed program was:" >&5
8474 sed 's/^/| /' conftest.$ac_ext >&5
8477 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8478 if test x$ac_cv_sizeof_long_long != x ; then break; fi
8483 if test x$ac_cv_sizeof_long_long = x ; then
8484 { { echo "$as_me:$LINENO: error: cannot determine a size for long long" >&5
8485 echo "$as_me: error: cannot determine a size for long long" >&2;}
8486 { (exit 1); exit 1; }; }
8488 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
8489 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
8491 cat >>confdefs.h <<_ACEOF
8492 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8498 echo "$as_me:$LINENO: checking size of long" >&5
8499 echo $ECHO_N "checking size of long... $ECHO_C" >&6
8500 if test "${ac_cv_sizeof_long+set}" = set; then
8501 echo $ECHO_N "(cached) $ECHO_C" >&6
8503 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
8504 cat >conftest.$ac_ext <<_ACEOF
8507 cat confdefs.h >>conftest.$ac_ext
8508 cat >>conftest.$ac_ext <<_ACEOF
8509 /* end confdefs.h. */
8510 #include "confdefs.h"
8511 #include <sys/types.h>
8517 switch (0) case 0: case (sizeof (long) == $ac_size):;
8522 rm -f conftest.$ac_objext
8523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8524 (eval $ac_compile) 2>conftest.er1
8526 grep -v '^ *+' conftest.er1 >conftest.err
8528 cat conftest.err >&5
8529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8530 (exit $ac_status); } &&
8531 { ac_try='test -z "$ac_c_werror_flag"
8532 || test ! -s conftest.err'
8533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8537 (exit $ac_status); }; } &&
8538 { ac_try='test -s conftest.$ac_objext'
8539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543 (exit $ac_status); }; }; then
8544 ac_cv_sizeof_long=$ac_size
8546 echo "$as_me: failed program was:" >&5
8547 sed 's/^/| /' conftest.$ac_ext >&5
8550 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8551 if test x$ac_cv_sizeof_long != x ; then break; fi
8556 if test x$ac_cv_sizeof_long = x ; then
8557 { { echo "$as_me:$LINENO: error: cannot determine a size for long" >&5
8558 echo "$as_me: error: cannot determine a size for long" >&2;}
8559 { (exit 1); exit 1; }; }
8561 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
8562 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
8564 cat >>confdefs.h <<_ACEOF
8565 #define SIZEOF_LONG $ac_cv_sizeof_long
8569 if test "x${ac_cv_sizeof_long}" = "x8"; then
8571 BFD_HOST_64BIT_LONG=1
8572 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
8573 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
8574 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
8575 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
8576 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
8579 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
8580 BFD_HOST_64_BIT_DEFINED=1
8581 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
8582 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
8591 # Put a plausible default for CC_FOR_BUILD in Makefile.
8592 if test -z "$CC_FOR_BUILD"; then
8593 if test "x$cross_compiling" = "xno"; then
8594 CC_FOR_BUILD='$(CC)'
8600 # Also set EXEEXT_FOR_BUILD.
8601 if test "x$cross_compiling" = "xno"; then
8602 EXEEXT_FOR_BUILD='$(EXEEXT)'
8604 echo "$as_me:$LINENO: checking for build system executable suffix" >&5
8605 echo $ECHO_N "checking for build system executable suffix... $ECHO_C" >&6
8606 if test "${bfd_cv_build_exeext+set}" = set; then
8607 echo $ECHO_N "(cached) $ECHO_C" >&6
8610 echo 'int main () { return 0; }' > conftest.c
8611 bfd_cv_build_exeext=
8612 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
8613 for file in conftest.*; do
8615 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
8616 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
8620 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
8622 echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
8623 echo "${ECHO_T}$bfd_cv_build_exeext" >&6
8625 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
8635 for ac_header in stddef.h string.h strings.h stdlib.h time.h unistd.h
8637 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8638 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8639 echo "$as_me:$LINENO: checking for $ac_header" >&5
8640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8641 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8642 echo $ECHO_N "(cached) $ECHO_C" >&6
8644 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8645 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8647 # Is the header compilable?
8648 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8649 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8650 cat >conftest.$ac_ext <<_ACEOF
8653 cat confdefs.h >>conftest.$ac_ext
8654 cat >>conftest.$ac_ext <<_ACEOF
8655 /* end confdefs.h. */
8656 $ac_includes_default
8657 #include <$ac_header>
8659 rm -f conftest.$ac_objext
8660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8661 (eval $ac_compile) 2>conftest.er1
8663 grep -v '^ *+' conftest.er1 >conftest.err
8665 cat conftest.err >&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); } &&
8668 { ac_try='test -z "$ac_c_werror_flag"
8669 || test ! -s conftest.err'
8670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8674 (exit $ac_status); }; } &&
8675 { ac_try='test -s conftest.$ac_objext'
8676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8680 (exit $ac_status); }; }; then
8681 ac_header_compiler=yes
8683 echo "$as_me: failed program was:" >&5
8684 sed 's/^/| /' conftest.$ac_ext >&5
8686 ac_header_compiler=no
8688 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8689 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8690 echo "${ECHO_T}$ac_header_compiler" >&6
8692 # Is the header present?
8693 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8694 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8695 cat >conftest.$ac_ext <<_ACEOF
8698 cat confdefs.h >>conftest.$ac_ext
8699 cat >>conftest.$ac_ext <<_ACEOF
8700 /* end confdefs.h. */
8701 #include <$ac_header>
8703 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8704 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8706 grep -v '^ *+' conftest.er1 >conftest.err
8708 cat conftest.err >&5
8709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8710 (exit $ac_status); } >/dev/null; then
8711 if test -s conftest.err; then
8712 ac_cpp_err=$ac_c_preproc_warn_flag
8713 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8720 if test -z "$ac_cpp_err"; then
8721 ac_header_preproc=yes
8723 echo "$as_me: failed program was:" >&5
8724 sed 's/^/| /' conftest.$ac_ext >&5
8726 ac_header_preproc=no
8728 rm -f conftest.err conftest.$ac_ext
8729 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8730 echo "${ECHO_T}$ac_header_preproc" >&6
8732 # So? What about this header?
8733 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8735 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8736 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8737 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8738 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8739 ac_header_preproc=yes
8742 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8743 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8744 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8745 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8746 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8747 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8748 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8749 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8750 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8751 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8752 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8753 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8756 ## ------------------------------------------ ##
8757 ## Report this to the AC_PACKAGE_NAME lists. ##
8758 ## ------------------------------------------ ##
8761 sed "s/^/$as_me: WARNING: /" >&2
8764 echo "$as_me:$LINENO: checking for $ac_header" >&5
8765 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8766 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8767 echo $ECHO_N "(cached) $ECHO_C" >&6
8769 eval "$as_ac_Header=\$ac_header_preproc"
8771 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8772 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8775 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8776 cat >>confdefs.h <<_ACEOF
8777 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8787 for ac_header in fcntl.h sys/file.h sys/time.h
8789 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8790 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8791 echo "$as_me:$LINENO: checking for $ac_header" >&5
8792 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8793 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8794 echo $ECHO_N "(cached) $ECHO_C" >&6
8796 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8797 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8799 # Is the header compilable?
8800 echo "$as_me:$LINENO: checking $ac_header usability" >&5
8801 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8802 cat >conftest.$ac_ext <<_ACEOF
8805 cat confdefs.h >>conftest.$ac_ext
8806 cat >>conftest.$ac_ext <<_ACEOF
8807 /* end confdefs.h. */
8808 $ac_includes_default
8809 #include <$ac_header>
8811 rm -f conftest.$ac_objext
8812 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8813 (eval $ac_compile) 2>conftest.er1
8815 grep -v '^ *+' conftest.er1 >conftest.err
8817 cat conftest.err >&5
8818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8819 (exit $ac_status); } &&
8820 { ac_try='test -z "$ac_c_werror_flag"
8821 || test ! -s conftest.err'
8822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8826 (exit $ac_status); }; } &&
8827 { ac_try='test -s conftest.$ac_objext'
8828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8832 (exit $ac_status); }; }; then
8833 ac_header_compiler=yes
8835 echo "$as_me: failed program was:" >&5
8836 sed 's/^/| /' conftest.$ac_ext >&5
8838 ac_header_compiler=no
8840 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8841 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8842 echo "${ECHO_T}$ac_header_compiler" >&6
8844 # Is the header present?
8845 echo "$as_me:$LINENO: checking $ac_header presence" >&5
8846 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8847 cat >conftest.$ac_ext <<_ACEOF
8850 cat confdefs.h >>conftest.$ac_ext
8851 cat >>conftest.$ac_ext <<_ACEOF
8852 /* end confdefs.h. */
8853 #include <$ac_header>
8855 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8856 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8858 grep -v '^ *+' conftest.er1 >conftest.err
8860 cat conftest.err >&5
8861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8862 (exit $ac_status); } >/dev/null; then
8863 if test -s conftest.err; then
8864 ac_cpp_err=$ac_c_preproc_warn_flag
8865 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8872 if test -z "$ac_cpp_err"; then
8873 ac_header_preproc=yes
8875 echo "$as_me: failed program was:" >&5
8876 sed 's/^/| /' conftest.$ac_ext >&5
8878 ac_header_preproc=no
8880 rm -f conftest.err conftest.$ac_ext
8881 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8882 echo "${ECHO_T}$ac_header_preproc" >&6
8884 # So? What about this header?
8885 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8887 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8888 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8890 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8891 ac_header_preproc=yes
8894 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8895 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8896 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8897 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8898 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8899 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8900 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8901 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8902 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8903 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8904 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8905 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8908 ## ------------------------------------------ ##
8909 ## Report this to the AC_PACKAGE_NAME lists. ##
8910 ## ------------------------------------------ ##
8913 sed "s/^/$as_me: WARNING: /" >&2
8916 echo "$as_me:$LINENO: checking for $ac_header" >&5
8917 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8918 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8919 echo $ECHO_N "(cached) $ECHO_C" >&6
8921 eval "$as_ac_Header=\$ac_header_preproc"
8923 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8924 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8927 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8928 cat >>confdefs.h <<_ACEOF
8929 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8936 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
8937 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
8938 if test "${ac_cv_header_time+set}" = set; then
8939 echo $ECHO_N "(cached) $ECHO_C" >&6
8941 cat >conftest.$ac_ext <<_ACEOF
8944 cat confdefs.h >>conftest.$ac_ext
8945 cat >>conftest.$ac_ext <<_ACEOF
8946 /* end confdefs.h. */
8947 #include <sys/types.h>
8948 #include <sys/time.h>
8954 if ((struct tm *) 0)
8960 rm -f conftest.$ac_objext
8961 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8962 (eval $ac_compile) 2>conftest.er1
8964 grep -v '^ *+' conftest.er1 >conftest.err
8966 cat conftest.err >&5
8967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8968 (exit $ac_status); } &&
8969 { ac_try='test -z "$ac_c_werror_flag"
8970 || test ! -s conftest.err'
8971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8975 (exit $ac_status); }; } &&
8976 { ac_try='test -s conftest.$ac_objext'
8977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8981 (exit $ac_status); }; }; then
8982 ac_cv_header_time=yes
8984 echo "$as_me: failed program was:" >&5
8985 sed 's/^/| /' conftest.$ac_ext >&5
8987 ac_cv_header_time=no
8989 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8991 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
8992 echo "${ECHO_T}$ac_cv_header_time" >&6
8993 if test $ac_cv_header_time = yes; then
8995 cat >>confdefs.h <<\_ACEOF
8996 #define TIME_WITH_SYS_TIME 1
9007 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
9008 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
9009 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
9010 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
9011 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9012 echo $ECHO_N "(cached) $ECHO_C" >&6
9014 cat >conftest.$ac_ext <<_ACEOF
9017 cat confdefs.h >>conftest.$ac_ext
9018 cat >>conftest.$ac_ext <<_ACEOF
9019 /* end confdefs.h. */
9020 #include <sys/types.h>
9032 rm -f conftest.$ac_objext
9033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9034 (eval $ac_compile) 2>conftest.er1
9036 grep -v '^ *+' conftest.er1 >conftest.err
9038 cat conftest.err >&5
9039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9040 (exit $ac_status); } &&
9041 { ac_try='test -z "$ac_c_werror_flag"
9042 || test ! -s conftest.err'
9043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047 (exit $ac_status); }; } &&
9048 { ac_try='test -s conftest.$ac_objext'
9049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9053 (exit $ac_status); }; }; then
9054 eval "$as_ac_Header=yes"
9056 echo "$as_me: failed program was:" >&5
9057 sed 's/^/| /' conftest.$ac_ext >&5
9059 eval "$as_ac_Header=no"
9061 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9063 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9064 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9065 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9066 cat >>confdefs.h <<_ACEOF
9067 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
9070 ac_header_dirent=$ac_hdr; break
9074 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
9075 if test $ac_header_dirent = dirent.h; then
9076 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9077 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9078 if test "${ac_cv_search_opendir+set}" = set; then
9079 echo $ECHO_N "(cached) $ECHO_C" >&6
9081 ac_func_search_save_LIBS=$LIBS
9082 ac_cv_search_opendir=no
9083 cat >conftest.$ac_ext <<_ACEOF
9086 cat confdefs.h >>conftest.$ac_ext
9087 cat >>conftest.$ac_ext <<_ACEOF
9088 /* end confdefs.h. */
9090 /* Override any gcc2 internal prototype to avoid an error. */
9094 /* We use char because int might match the return type of a gcc2
9095 builtin and then its argument prototype would still apply. */
9105 rm -f conftest.$ac_objext conftest$ac_exeext
9106 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9107 (eval $ac_link) 2>conftest.er1
9109 grep -v '^ *+' conftest.er1 >conftest.err
9111 cat conftest.err >&5
9112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9113 (exit $ac_status); } &&
9114 { ac_try='test -z "$ac_c_werror_flag"
9115 || test ! -s conftest.err'
9116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9120 (exit $ac_status); }; } &&
9121 { ac_try='test -s conftest$ac_exeext'
9122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126 (exit $ac_status); }; }; then
9127 ac_cv_search_opendir="none required"
9129 echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9133 rm -f conftest.err conftest.$ac_objext \
9134 conftest$ac_exeext conftest.$ac_ext
9135 if test "$ac_cv_search_opendir" = no; then
9136 for ac_lib in dir; do
9137 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9138 cat >conftest.$ac_ext <<_ACEOF
9141 cat confdefs.h >>conftest.$ac_ext
9142 cat >>conftest.$ac_ext <<_ACEOF
9143 /* end confdefs.h. */
9145 /* Override any gcc2 internal prototype to avoid an error. */
9149 /* We use char because int might match the return type of a gcc2
9150 builtin and then its argument prototype would still apply. */
9160 rm -f conftest.$ac_objext conftest$ac_exeext
9161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9162 (eval $ac_link) 2>conftest.er1
9164 grep -v '^ *+' conftest.er1 >conftest.err
9166 cat conftest.err >&5
9167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9168 (exit $ac_status); } &&
9169 { ac_try='test -z "$ac_c_werror_flag"
9170 || test ! -s conftest.err'
9171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175 (exit $ac_status); }; } &&
9176 { ac_try='test -s conftest$ac_exeext'
9177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9181 (exit $ac_status); }; }; then
9182 ac_cv_search_opendir="-l$ac_lib"
9185 echo "$as_me: failed program was:" >&5
9186 sed 's/^/| /' conftest.$ac_ext >&5
9189 rm -f conftest.err conftest.$ac_objext \
9190 conftest$ac_exeext conftest.$ac_ext
9193 LIBS=$ac_func_search_save_LIBS
9195 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
9196 echo "${ECHO_T}$ac_cv_search_opendir" >&6
9197 if test "$ac_cv_search_opendir" != no; then
9198 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
9203 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9204 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9205 if test "${ac_cv_search_opendir+set}" = set; then
9206 echo $ECHO_N "(cached) $ECHO_C" >&6
9208 ac_func_search_save_LIBS=$LIBS
9209 ac_cv_search_opendir=no
9210 cat >conftest.$ac_ext <<_ACEOF
9213 cat confdefs.h >>conftest.$ac_ext
9214 cat >>conftest.$ac_ext <<_ACEOF
9215 /* end confdefs.h. */
9217 /* Override any gcc2 internal prototype to avoid an error. */
9221 /* We use char because int might match the return type of a gcc2
9222 builtin and then its argument prototype would still apply. */
9232 rm -f conftest.$ac_objext conftest$ac_exeext
9233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9234 (eval $ac_link) 2>conftest.er1
9236 grep -v '^ *+' conftest.er1 >conftest.err
9238 cat conftest.err >&5
9239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9240 (exit $ac_status); } &&
9241 { ac_try='test -z "$ac_c_werror_flag"
9242 || test ! -s conftest.err'
9243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9247 (exit $ac_status); }; } &&
9248 { ac_try='test -s conftest$ac_exeext'
9249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9253 (exit $ac_status); }; }; then
9254 ac_cv_search_opendir="none required"
9256 echo "$as_me: failed program was:" >&5
9257 sed 's/^/| /' conftest.$ac_ext >&5
9260 rm -f conftest.err conftest.$ac_objext \
9261 conftest$ac_exeext conftest.$ac_ext
9262 if test "$ac_cv_search_opendir" = no; then
9264 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9265 cat >conftest.$ac_ext <<_ACEOF
9268 cat confdefs.h >>conftest.$ac_ext
9269 cat >>conftest.$ac_ext <<_ACEOF
9270 /* end confdefs.h. */
9272 /* Override any gcc2 internal prototype to avoid an error. */
9276 /* We use char because int might match the return type of a gcc2
9277 builtin and then its argument prototype would still apply. */
9287 rm -f conftest.$ac_objext conftest$ac_exeext
9288 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9289 (eval $ac_link) 2>conftest.er1
9291 grep -v '^ *+' conftest.er1 >conftest.err
9293 cat conftest.err >&5
9294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9295 (exit $ac_status); } &&
9296 { ac_try='test -z "$ac_c_werror_flag"
9297 || test ! -s conftest.err'
9298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9302 (exit $ac_status); }; } &&
9303 { ac_try='test -s conftest$ac_exeext'
9304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9308 (exit $ac_status); }; }; then
9309 ac_cv_search_opendir="-l$ac_lib"
9312 echo "$as_me: failed program was:" >&5
9313 sed 's/^/| /' conftest.$ac_ext >&5
9316 rm -f conftest.err conftest.$ac_objext \
9317 conftest$ac_exeext conftest.$ac_ext
9320 LIBS=$ac_func_search_save_LIBS
9322 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
9323 echo "${ECHO_T}$ac_cv_search_opendir" >&6
9324 if test "$ac_cv_search_opendir" != no; then
9325 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
9338 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid
9340 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9341 echo "$as_me:$LINENO: checking for $ac_func" >&5
9342 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9343 if eval "test \"\${$as_ac_var+set}\" = set"; then
9344 echo $ECHO_N "(cached) $ECHO_C" >&6
9346 cat >conftest.$ac_ext <<_ACEOF
9349 cat confdefs.h >>conftest.$ac_ext
9350 cat >>conftest.$ac_ext <<_ACEOF
9351 /* end confdefs.h. */
9352 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9353 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9354 #define $ac_func innocuous_$ac_func
9356 /* System header to define __stub macros and hopefully few prototypes,
9357 which can conflict with char $ac_func (); below.
9358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9359 <limits.h> exists even on freestanding compilers. */
9362 # include <limits.h>
9364 # include <assert.h>
9369 /* Override any gcc2 internal prototype to avoid an error. */
9374 /* We use char because int might match the return type of a gcc2
9375 builtin and then its argument prototype would still apply. */
9377 /* The GNU C library defines this for functions which it implements
9378 to always fail with ENOSYS. Some functions are actually named
9379 something starting with __ and the normal name is an alias. */
9380 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9383 char (*f) () = $ac_func;
9392 return f != $ac_func;
9397 rm -f conftest.$ac_objext conftest$ac_exeext
9398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9399 (eval $ac_link) 2>conftest.er1
9401 grep -v '^ *+' conftest.er1 >conftest.err
9403 cat conftest.err >&5
9404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9405 (exit $ac_status); } &&
9406 { ac_try='test -z "$ac_c_werror_flag"
9407 || test ! -s conftest.err'
9408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9412 (exit $ac_status); }; } &&
9413 { ac_try='test -s conftest$ac_exeext'
9414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9418 (exit $ac_status); }; }; then
9419 eval "$as_ac_var=yes"
9421 echo "$as_me: failed program was:" >&5
9422 sed 's/^/| /' conftest.$ac_ext >&5
9424 eval "$as_ac_var=no"
9426 rm -f conftest.err conftest.$ac_objext \
9427 conftest$ac_exeext conftest.$ac_ext
9429 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9430 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9431 if test `eval echo '${'$as_ac_var'}'` = yes; then
9432 cat >>confdefs.h <<_ACEOF
9433 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9440 for ac_func in strtoull
9442 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9443 echo "$as_me:$LINENO: checking for $ac_func" >&5
9444 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9445 if eval "test \"\${$as_ac_var+set}\" = set"; then
9446 echo $ECHO_N "(cached) $ECHO_C" >&6
9448 cat >conftest.$ac_ext <<_ACEOF
9451 cat confdefs.h >>conftest.$ac_ext
9452 cat >>conftest.$ac_ext <<_ACEOF
9453 /* end confdefs.h. */
9454 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9455 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9456 #define $ac_func innocuous_$ac_func
9458 /* System header to define __stub macros and hopefully few prototypes,
9459 which can conflict with char $ac_func (); below.
9460 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9461 <limits.h> exists even on freestanding compilers. */
9464 # include <limits.h>
9466 # include <assert.h>
9471 /* Override any gcc2 internal prototype to avoid an error. */
9476 /* We use char because int might match the return type of a gcc2
9477 builtin and then its argument prototype would still apply. */
9479 /* The GNU C library defines this for functions which it implements
9480 to always fail with ENOSYS. Some functions are actually named
9481 something starting with __ and the normal name is an alias. */
9482 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9485 char (*f) () = $ac_func;
9494 return f != $ac_func;
9499 rm -f conftest.$ac_objext conftest$ac_exeext
9500 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9501 (eval $ac_link) 2>conftest.er1
9503 grep -v '^ *+' conftest.er1 >conftest.err
9505 cat conftest.err >&5
9506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9507 (exit $ac_status); } &&
9508 { ac_try='test -z "$ac_c_werror_flag"
9509 || test ! -s conftest.err'
9510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9514 (exit $ac_status); }; } &&
9515 { ac_try='test -s conftest$ac_exeext'
9516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9520 (exit $ac_status); }; }; then
9521 eval "$as_ac_var=yes"
9523 echo "$as_me: failed program was:" >&5
9524 sed 's/^/| /' conftest.$ac_ext >&5
9526 eval "$as_ac_var=no"
9528 rm -f conftest.err conftest.$ac_objext \
9529 conftest$ac_exeext conftest.$ac_ext
9531 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9532 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9533 if test `eval echo '${'$as_ac_var'}'` = yes; then
9534 cat >>confdefs.h <<_ACEOF
9535 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9544 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
9546 cat >>confdefs.h <<\_ACEOF
9547 #define USE_BINARY_FOPEN 1
9552 echo "$as_me:$LINENO: checking whether ffs must be declared" >&5
9553 echo $ECHO_N "checking whether ffs must be declared... $ECHO_C" >&6
9554 if test "${bfd_cv_decl_needed_ffs+set}" = set; then
9555 echo $ECHO_N "(cached) $ECHO_C" >&6
9557 cat >conftest.$ac_ext <<_ACEOF
9560 cat confdefs.h >>conftest.$ac_ext
9561 cat >>conftest.$ac_ext <<_ACEOF
9562 /* end confdefs.h. */
9565 #ifdef HAVE_STRING_H
9568 #ifdef HAVE_STRINGS_H
9569 #include <strings.h>
9572 #ifdef HAVE_STDLIB_H
9575 #ifdef HAVE_UNISTD_H
9581 char *(*pfn) = (char *(*)) ffs
9586 rm -f conftest.$ac_objext
9587 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9588 (eval $ac_compile) 2>conftest.er1
9590 grep -v '^ *+' conftest.er1 >conftest.err
9592 cat conftest.err >&5
9593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9594 (exit $ac_status); } &&
9595 { ac_try='test -z "$ac_c_werror_flag"
9596 || test ! -s conftest.err'
9597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9601 (exit $ac_status); }; } &&
9602 { ac_try='test -s conftest.$ac_objext'
9603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9607 (exit $ac_status); }; }; then
9608 bfd_cv_decl_needed_ffs=no
9610 echo "$as_me: failed program was:" >&5
9611 sed 's/^/| /' conftest.$ac_ext >&5
9613 bfd_cv_decl_needed_ffs=yes
9615 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9618 echo "$as_me:$LINENO: result: $bfd_cv_decl_needed_ffs" >&5
9619 echo "${ECHO_T}$bfd_cv_decl_needed_ffs" >&6
9620 if test $bfd_cv_decl_needed_ffs = yes; then
9622 cat >>confdefs.h <<\_ACEOF
9623 #define NEED_DECLARATION_FFS 1
9628 echo "$as_me:$LINENO: checking whether free must be declared" >&5
9629 echo $ECHO_N "checking whether free must be declared... $ECHO_C" >&6
9630 if test "${bfd_cv_decl_needed_free+set}" = set; then
9631 echo $ECHO_N "(cached) $ECHO_C" >&6
9633 cat >conftest.$ac_ext <<_ACEOF
9636 cat confdefs.h >>conftest.$ac_ext
9637 cat >>conftest.$ac_ext <<_ACEOF
9638 /* end confdefs.h. */
9641 #ifdef HAVE_STRING_H
9644 #ifdef HAVE_STRINGS_H
9645 #include <strings.h>
9648 #ifdef HAVE_STDLIB_H
9651 #ifdef HAVE_UNISTD_H
9657 char *(*pfn) = (char *(*)) free
9662 rm -f conftest.$ac_objext
9663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9664 (eval $ac_compile) 2>conftest.er1
9666 grep -v '^ *+' conftest.er1 >conftest.err
9668 cat conftest.err >&5
9669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9670 (exit $ac_status); } &&
9671 { ac_try='test -z "$ac_c_werror_flag"
9672 || test ! -s conftest.err'
9673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9677 (exit $ac_status); }; } &&
9678 { ac_try='test -s conftest.$ac_objext'
9679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9683 (exit $ac_status); }; }; then
9684 bfd_cv_decl_needed_free=no
9686 echo "$as_me: failed program was:" >&5
9687 sed 's/^/| /' conftest.$ac_ext >&5
9689 bfd_cv_decl_needed_free=yes
9691 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9694 echo "$as_me:$LINENO: result: $bfd_cv_decl_needed_free" >&5
9695 echo "${ECHO_T}$bfd_cv_decl_needed_free" >&6
9696 if test $bfd_cv_decl_needed_free = yes; then
9698 cat >>confdefs.h <<\_ACEOF
9699 #define NEED_DECLARATION_FREE 1
9704 echo "$as_me:$LINENO: checking whether getenv must be declared" >&5
9705 echo $ECHO_N "checking whether getenv must be declared... $ECHO_C" >&6
9706 if test "${bfd_cv_decl_needed_getenv+set}" = set; then
9707 echo $ECHO_N "(cached) $ECHO_C" >&6
9709 cat >conftest.$ac_ext <<_ACEOF
9712 cat confdefs.h >>conftest.$ac_ext
9713 cat >>conftest.$ac_ext <<_ACEOF
9714 /* end confdefs.h. */
9717 #ifdef HAVE_STRING_H
9720 #ifdef HAVE_STRINGS_H
9721 #include <strings.h>
9724 #ifdef HAVE_STDLIB_H
9727 #ifdef HAVE_UNISTD_H
9733 char *(*pfn) = (char *(*)) getenv
9738 rm -f conftest.$ac_objext
9739 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9740 (eval $ac_compile) 2>conftest.er1
9742 grep -v '^ *+' conftest.er1 >conftest.err
9744 cat conftest.err >&5
9745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9746 (exit $ac_status); } &&
9747 { ac_try='test -z "$ac_c_werror_flag"
9748 || test ! -s conftest.err'
9749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9753 (exit $ac_status); }; } &&
9754 { ac_try='test -s conftest.$ac_objext'
9755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9759 (exit $ac_status); }; }; then
9760 bfd_cv_decl_needed_getenv=no
9762 echo "$as_me: failed program was:" >&5
9763 sed 's/^/| /' conftest.$ac_ext >&5
9765 bfd_cv_decl_needed_getenv=yes
9767 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9770 echo "$as_me:$LINENO: result: $bfd_cv_decl_needed_getenv" >&5
9771 echo "${ECHO_T}$bfd_cv_decl_needed_getenv" >&6
9772 if test $bfd_cv_decl_needed_getenv = yes; then
9774 cat >>confdefs.h <<\_ACEOF
9775 #define NEED_DECLARATION_GETENV 1
9780 echo "$as_me:$LINENO: checking whether malloc must be declared" >&5
9781 echo $ECHO_N "checking whether malloc must be declared... $ECHO_C" >&6
9782 if test "${bfd_cv_decl_needed_malloc+set}" = set; then
9783 echo $ECHO_N "(cached) $ECHO_C" >&6
9785 cat >conftest.$ac_ext <<_ACEOF
9788 cat confdefs.h >>conftest.$ac_ext
9789 cat >>conftest.$ac_ext <<_ACEOF
9790 /* end confdefs.h. */
9793 #ifdef HAVE_STRING_H
9796 #ifdef HAVE_STRINGS_H
9797 #include <strings.h>
9800 #ifdef HAVE_STDLIB_H
9803 #ifdef HAVE_UNISTD_H
9809 char *(*pfn) = (char *(*)) malloc
9814 rm -f conftest.$ac_objext
9815 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9816 (eval $ac_compile) 2>conftest.er1
9818 grep -v '^ *+' conftest.er1 >conftest.err
9820 cat conftest.err >&5
9821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9822 (exit $ac_status); } &&
9823 { ac_try='test -z "$ac_c_werror_flag"
9824 || test ! -s conftest.err'
9825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9829 (exit $ac_status); }; } &&
9830 { ac_try='test -s conftest.$ac_objext'
9831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9835 (exit $ac_status); }; }; then
9836 bfd_cv_decl_needed_malloc=no
9838 echo "$as_me: failed program was:" >&5
9839 sed 's/^/| /' conftest.$ac_ext >&5
9841 bfd_cv_decl_needed_malloc=yes
9843 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9846 echo "$as_me:$LINENO: result: $bfd_cv_decl_needed_malloc" >&5
9847 echo "${ECHO_T}$bfd_cv_decl_needed_malloc" >&6
9848 if test $bfd_cv_decl_needed_malloc = yes; then
9850 cat >>confdefs.h <<\_ACEOF
9851 #define NEED_DECLARATION_MALLOC 1
9856 echo "$as_me:$LINENO: checking whether realloc must be declared" >&5
9857 echo $ECHO_N "checking whether realloc must be declared... $ECHO_C" >&6
9858 if test "${bfd_cv_decl_needed_realloc+set}" = set; then
9859 echo $ECHO_N "(cached) $ECHO_C" >&6
9861 cat >conftest.$ac_ext <<_ACEOF
9864 cat confdefs.h >>conftest.$ac_ext
9865 cat >>conftest.$ac_ext <<_ACEOF
9866 /* end confdefs.h. */
9869 #ifdef HAVE_STRING_H
9872 #ifdef HAVE_STRINGS_H
9873 #include <strings.h>
9876 #ifdef HAVE_STDLIB_H
9879 #ifdef HAVE_UNISTD_H
9885 char *(*pfn) = (char *(*)) realloc
9890 rm -f conftest.$ac_objext
9891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9892 (eval $ac_compile) 2>conftest.er1
9894 grep -v '^ *+' conftest.er1 >conftest.err
9896 cat conftest.err >&5
9897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9898 (exit $ac_status); } &&
9899 { ac_try='test -z "$ac_c_werror_flag"
9900 || test ! -s conftest.err'
9901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9905 (exit $ac_status); }; } &&
9906 { ac_try='test -s conftest.$ac_objext'
9907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); }; }; then
9912 bfd_cv_decl_needed_realloc=no
9914 echo "$as_me: failed program was:" >&5
9915 sed 's/^/| /' conftest.$ac_ext >&5
9917 bfd_cv_decl_needed_realloc=yes
9919 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9922 echo "$as_me:$LINENO: result: $bfd_cv_decl_needed_realloc" >&5
9923 echo "${ECHO_T}$bfd_cv_decl_needed_realloc" >&6
9924 if test $bfd_cv_decl_needed_realloc = yes; then
9926 cat >>confdefs.h <<\_ACEOF
9927 #define NEED_DECLARATION_REALLOC 1
9932 echo "$as_me:$LINENO: checking whether strstr must be declared" >&5
9933 echo $ECHO_N "checking whether strstr must be declared... $ECHO_C" >&6
9934 if test "${bfd_cv_decl_needed_strstr+set}" = set; then
9935 echo $ECHO_N "(cached) $ECHO_C" >&6
9937 cat >conftest.$ac_ext <<_ACEOF
9940 cat confdefs.h >>conftest.$ac_ext
9941 cat >>conftest.$ac_ext <<_ACEOF
9942 /* end confdefs.h. */
9945 #ifdef HAVE_STRING_H
9948 #ifdef HAVE_STRINGS_H
9949 #include <strings.h>
9952 #ifdef HAVE_STDLIB_H
9955 #ifdef HAVE_UNISTD_H
9961 char *(*pfn) = (char *(*)) strstr
9966 rm -f conftest.$ac_objext
9967 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9968 (eval $ac_compile) 2>conftest.er1
9970 grep -v '^ *+' conftest.er1 >conftest.err
9972 cat conftest.err >&5
9973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9974 (exit $ac_status); } &&
9975 { ac_try='test -z "$ac_c_werror_flag"
9976 || test ! -s conftest.err'
9977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9981 (exit $ac_status); }; } &&
9982 { ac_try='test -s conftest.$ac_objext'
9983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9987 (exit $ac_status); }; }; then
9988 bfd_cv_decl_needed_strstr=no
9990 echo "$as_me: failed program was:" >&5
9991 sed 's/^/| /' conftest.$ac_ext >&5
9993 bfd_cv_decl_needed_strstr=yes
9995 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9998 echo "$as_me:$LINENO: result: $bfd_cv_decl_needed_strstr" >&5
9999 echo "${ECHO_T}$bfd_cv_decl_needed_strstr" >&6
10000 if test $bfd_cv_decl_needed_strstr = yes; then
10002 cat >>confdefs.h <<\_ACEOF
10003 #define NEED_DECLARATION_STRSTR 1
10009 # If we are configured native, pick a core file support file.
10013 if test "${target}" = "${host}"; then
10015 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
10019 COREFILE=trad-core.lo
10020 TRAD_HEADER='"hosts/alphalinux.h"'
10022 alpha*-*-netbsd* | alpha*-*-openbsd*)
10023 COREFILE=netbsd-core.lo
10025 alpha*-*-*) COREFILE=osf-core.lo ;;
10026 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
10028 arm-*-netbsd*) COREFILE=netbsd-core.lo ;;
10029 arm-*-riscix) COREFILE=trad-core.lo ;;
10030 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
10031 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
10032 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
10033 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
10034 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
10035 hppa*-*-netbsd* | hppa*-*-openbsd*)
10036 COREFILE=netbsd-core.lo
10040 COREFILE=trad-core.lo
10041 TRAD_HEADER='"hosts/i370linux.h"'
10044 i[3-7]86-sequent-bsd*)
10045 COREFILE=trad-core.lo
10046 TRAD_HEADER='"hosts/symmetry.h"'
10048 i[3-7]86-sequent-sysv4*) ;;
10049 i[3-7]86-sequent-sysv*)
10050 COREFILE=trad-core.lo
10051 TRAD_HEADER='"hosts/symmetry.h"'
10056 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
10057 COREFILE=trad-core.lo
10058 TRAD_HEADER='"hosts/i386bsd.h"'
10060 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
10062 TRAD_HEADER='"hosts/i386bsd.h"'
10064 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
10065 COREFILE=netbsd-core.lo
10067 i[3-7]86-esix-sysv3*)
10068 COREFILE=trad-core.lo
10069 TRAD_HEADER='"hosts/esix.h"'
10071 i[3-7]86-*-sco3.2v5*)
10072 COREFILE=sco5-core.lo
10074 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
10075 COREFILE=trad-core.lo
10076 TRAD_HEADER='"hosts/i386sco.h"'
10079 COREFILE=trad-core.lo
10080 TRAD_HEADER='"hosts/i386mach3.h"'
10082 i[3-7]86-*-linux-*)
10083 COREFILE=trad-core.lo
10084 TRAD_HEADER='"hosts/i386linux.h"'
10086 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
10087 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
10088 i860-*-mach3* | i860-*-osf1*)
10089 COREFILE=trad-core.lo
10090 TRAD_HEADER='"hosts/i860mach3.h"'
10092 mips-*-netbsd* | mips*-*-openbsd*)
10093 COREFILE=netbsd-core.lo
10096 COREFILE=trad-core.lo
10097 TRAD_HEADER='"hosts/decstation.h"'
10099 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
10100 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
10101 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
10103 mips-*-sysv* | mips-*-riscos*)
10104 COREFILE=trad-core.lo
10105 TRAD_HEADER='"hosts/riscos.h"'
10108 COREFILE=trad-core.lo
10109 TRAD_HEADER='"hosts/news-mips.h"'
10112 COREFILE=trad-core.lo
10113 TRAD_HEADER='"hosts/dpx2.h"'
10115 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
10117 COREFILE=trad-core.lo
10118 TRAD_HEADER='"hosts/hp300bsd.h"'
10121 COREFILE=trad-core.lo
10122 TRAD_HEADER='"hosts/m68klinux.h"'
10124 m68*-motorola-sysv*)
10125 COREFILE=trad-core.lo
10126 TRAD_HEADER='"hosts/delta68.h"'
10129 COREFILE=trad-core.lo
10130 TRAD_HEADER='"hosts/news.h"'
10132 m68*-*-netbsd* | m68*-*-openbsd*)
10133 COREFILE=netbsd-core.lo
10136 COREFILE=trad-core.lo
10137 TRAD_HEADER='"hosts/m68kaux.h"'
10141 m88*-motorola-sysv*)
10142 COREFILE=ptrace-core.lo
10145 COREFILE=trad-core.lo
10146 TRAD_HEADER='"hosts/m88kmach3.h"'
10149 COREFILE=netbsd-core.lo
10152 COREFILE=trad-core.lo
10153 TRAD_HEADER='"hosts/pc532mach.h"'
10155 ns32k-*-netbsd* | ns32k-*-openbsd*)
10156 COREFILE=netbsd-core.lo
10159 COREFILE=lynx-core.lo
10161 rs6000-*-aix5.* | powerpc-*-aix5.*)
10162 COREFILE=rs6000-core.lo
10163 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
10165 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
10166 COREFILE=rs6000-core.lo
10167 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
10168 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
10169 # have c_impl as a member of struct core_dumpx
10170 echo "$as_me:$LINENO: checking for c_impl in struct core_dumpx" >&5
10171 echo $ECHO_N "checking for c_impl in struct core_dumpx... $ECHO_C" >&6
10172 cat >conftest.$ac_ext <<_ACEOF
10175 cat confdefs.h >>conftest.$ac_ext
10176 cat >>conftest.$ac_ext <<_ACEOF
10177 /* end confdefs.h. */
10182 struct core_dumpx c; c.c_impl = 0;
10187 rm -f conftest.$ac_objext
10188 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10189 (eval $ac_compile) 2>conftest.er1
10191 grep -v '^ *+' conftest.er1 >conftest.err
10193 cat conftest.err >&5
10194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10195 (exit $ac_status); } &&
10196 { ac_try='test -z "$ac_c_werror_flag"
10197 || test ! -s conftest.err'
10198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10199 (eval $ac_try) 2>&5
10201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10202 (exit $ac_status); }; } &&
10203 { ac_try='test -s conftest.$ac_objext'
10204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10205 (eval $ac_try) 2>&5
10207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208 (exit $ac_status); }; }; then
10210 cat >>confdefs.h <<\_ACEOF
10211 #define HAVE_ST_C_IMPL 1
10214 echo "$as_me:$LINENO: result: yes" >&5
10215 echo "${ECHO_T}yes" >&6
10217 echo "$as_me: failed program was:" >&5
10218 sed 's/^/| /' conftest.$ac_ext >&5
10220 echo "$as_me:$LINENO: result: no" >&5
10221 echo "${ECHO_T}no" >&6
10223 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10225 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
10226 rs6000-*-*) COREFILE=rs6000-core.lo ;;
10227 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
10228 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
10229 powerpc-*-beos*) ;;
10230 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
10232 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
10233 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
10234 s390*-*-*) COREFILE=trad-core.lo ;;
10235 sh*-*-netbsd*) COREFILE=netbsd-core.lo ;;
10236 sparc-*-netbsd* | sparc*-*-openbsd*)
10237 COREFILE=netbsd-core.lo
10240 COREFILE=trad-core.lo
10241 TRAD_HEADER='"hosts/tahoe.h"'
10243 vax-*-netbsd* | vax-*-openbsd*)
10244 COREFILE=netbsd-core.lo
10247 COREFILE=trad-core.lo
10248 TRAD_HEADER='"hosts/vaxult2.h"'
10251 COREFILE=trad-core.lo
10252 TRAD_HEADER='"hosts/vaxult2.h"'
10255 COREFILE=trad-core.lo
10256 TRAD_HEADER='"hosts/vaxlinux.h"'
10259 COREFILE=trad-core.lo
10260 TRAD_HEADER='"hosts/vaxbsd.h"'
10262 x86_64-*-netbsd* | x86_64-*-openbsd*)
10263 COREFILE=netbsd-core.lo
10267 case "$COREFILE" in
10268 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
10269 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
10270 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
10271 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
10272 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
10273 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
10274 osf-core.lo) COREFLAG=-DOSF_CORE ;;
10275 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
10276 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
10277 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
10278 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
10281 # ELF corefile support has several flavors, but all of
10282 # them use something called <sys/procfs.h>
10284 for ac_header in sys/procfs.h
10286 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10287 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10288 echo "$as_me:$LINENO: checking for $ac_header" >&5
10289 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10290 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10291 echo $ECHO_N "(cached) $ECHO_C" >&6
10293 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10294 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10296 # Is the header compilable?
10297 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10298 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10299 cat >conftest.$ac_ext <<_ACEOF
10302 cat confdefs.h >>conftest.$ac_ext
10303 cat >>conftest.$ac_ext <<_ACEOF
10304 /* end confdefs.h. */
10305 $ac_includes_default
10306 #include <$ac_header>
10308 rm -f conftest.$ac_objext
10309 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10310 (eval $ac_compile) 2>conftest.er1
10312 grep -v '^ *+' conftest.er1 >conftest.err
10314 cat conftest.err >&5
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); } &&
10317 { ac_try='test -z "$ac_c_werror_flag"
10318 || test ! -s conftest.err'
10319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10320 (eval $ac_try) 2>&5
10322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10323 (exit $ac_status); }; } &&
10324 { ac_try='test -s conftest.$ac_objext'
10325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10326 (eval $ac_try) 2>&5
10328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10329 (exit $ac_status); }; }; then
10330 ac_header_compiler=yes
10332 echo "$as_me: failed program was:" >&5
10333 sed 's/^/| /' conftest.$ac_ext >&5
10335 ac_header_compiler=no
10337 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10338 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10339 echo "${ECHO_T}$ac_header_compiler" >&6
10341 # Is the header present?
10342 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10343 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10344 cat >conftest.$ac_ext <<_ACEOF
10347 cat confdefs.h >>conftest.$ac_ext
10348 cat >>conftest.$ac_ext <<_ACEOF
10349 /* end confdefs.h. */
10350 #include <$ac_header>
10352 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10353 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10355 grep -v '^ *+' conftest.er1 >conftest.err
10357 cat conftest.err >&5
10358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359 (exit $ac_status); } >/dev/null; then
10360 if test -s conftest.err; then
10361 ac_cpp_err=$ac_c_preproc_warn_flag
10362 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10369 if test -z "$ac_cpp_err"; then
10370 ac_header_preproc=yes
10372 echo "$as_me: failed program was:" >&5
10373 sed 's/^/| /' conftest.$ac_ext >&5
10375 ac_header_preproc=no
10377 rm -f conftest.err conftest.$ac_ext
10378 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10379 echo "${ECHO_T}$ac_header_preproc" >&6
10381 # So? What about this header?
10382 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10384 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10385 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10386 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10387 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10388 ac_header_preproc=yes
10391 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10392 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10393 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10394 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10395 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10396 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10397 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10398 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10399 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10400 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10401 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10402 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10405 ## ------------------------------------------ ##
10406 ## Report this to the AC_PACKAGE_NAME lists. ##
10407 ## ------------------------------------------ ##
10410 sed "s/^/$as_me: WARNING: /" >&2
10413 echo "$as_me:$LINENO: checking for $ac_header" >&5
10414 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10415 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10416 echo $ECHO_N "(cached) $ECHO_C" >&6
10418 eval "$as_ac_Header=\$ac_header_preproc"
10420 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10421 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10424 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10425 cat >>confdefs.h <<_ACEOF
10426 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10433 if test "$ac_cv_header_sys_procfs_h" = yes; then
10434 echo "$as_me:$LINENO: checking for prstatus_t in sys/procfs.h" >&5
10435 echo $ECHO_N "checking for prstatus_t in sys/procfs.h... $ECHO_C" >&6
10436 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then
10437 echo $ECHO_N "(cached) $ECHO_C" >&6
10439 cat >conftest.$ac_ext <<_ACEOF
10442 cat confdefs.h >>conftest.$ac_ext
10443 cat >>conftest.$ac_ext <<_ACEOF
10444 /* end confdefs.h. */
10447 #include <sys/procfs.h>
10456 rm -f conftest.$ac_objext
10457 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10458 (eval $ac_compile) 2>conftest.er1
10460 grep -v '^ *+' conftest.er1 >conftest.err
10462 cat conftest.err >&5
10463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10464 (exit $ac_status); } &&
10465 { ac_try='test -z "$ac_c_werror_flag"
10466 || test ! -s conftest.err'
10467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10468 (eval $ac_try) 2>&5
10470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10471 (exit $ac_status); }; } &&
10472 { ac_try='test -s conftest.$ac_objext'
10473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10474 (eval $ac_try) 2>&5
10476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10477 (exit $ac_status); }; }; then
10478 bfd_cv_have_sys_procfs_type_prstatus_t=yes
10480 echo "$as_me: failed program was:" >&5
10481 sed 's/^/| /' conftest.$ac_ext >&5
10483 bfd_cv_have_sys_procfs_type_prstatus_t=no
10486 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10489 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
10491 cat >>confdefs.h <<\_ACEOF
10492 #define HAVE_PRSTATUS_T 1
10496 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
10497 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus_t" >&6
10499 echo "$as_me:$LINENO: checking for prstatus32_t in sys/procfs.h" >&5
10500 echo $ECHO_N "checking for prstatus32_t in sys/procfs.h... $ECHO_C" >&6
10501 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then
10502 echo $ECHO_N "(cached) $ECHO_C" >&6
10504 cat >conftest.$ac_ext <<_ACEOF
10507 cat confdefs.h >>conftest.$ac_ext
10508 cat >>conftest.$ac_ext <<_ACEOF
10509 /* end confdefs.h. */
10512 #include <sys/procfs.h>
10521 rm -f conftest.$ac_objext
10522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10523 (eval $ac_compile) 2>conftest.er1
10525 grep -v '^ *+' conftest.er1 >conftest.err
10527 cat conftest.err >&5
10528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10529 (exit $ac_status); } &&
10530 { ac_try='test -z "$ac_c_werror_flag"
10531 || test ! -s conftest.err'
10532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10533 (eval $ac_try) 2>&5
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); }; } &&
10537 { ac_try='test -s conftest.$ac_objext'
10538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10539 (eval $ac_try) 2>&5
10541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10542 (exit $ac_status); }; }; then
10543 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
10545 echo "$as_me: failed program was:" >&5
10546 sed 's/^/| /' conftest.$ac_ext >&5
10548 bfd_cv_have_sys_procfs_type_prstatus32_t=no
10551 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10554 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
10556 cat >>confdefs.h <<\_ACEOF
10557 #define HAVE_PRSTATUS32_T 1
10561 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
10562 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6
10564 echo "$as_me:$LINENO: checking for prstatus_t.pr_who in sys/procfs.h" >&5
10565 echo $ECHO_N "checking for prstatus_t.pr_who in sys/procfs.h... $ECHO_C" >&6
10566 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then
10567 echo $ECHO_N "(cached) $ECHO_C" >&6
10569 cat >conftest.$ac_ext <<_ACEOF
10572 cat confdefs.h >>conftest.$ac_ext
10573 cat >>conftest.$ac_ext <<_ACEOF
10574 /* end confdefs.h. */
10577 #include <sys/procfs.h>
10581 prstatus_t avar; void* aref = (void*) &avar.pr_who
10586 rm -f conftest.$ac_objext
10587 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10588 (eval $ac_compile) 2>conftest.er1
10590 grep -v '^ *+' conftest.er1 >conftest.err
10592 cat conftest.err >&5
10593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10594 (exit $ac_status); } &&
10595 { ac_try='test -z "$ac_c_werror_flag"
10596 || test ! -s conftest.err'
10597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10598 (eval $ac_try) 2>&5
10600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10601 (exit $ac_status); }; } &&
10602 { ac_try='test -s conftest.$ac_objext'
10603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10604 (eval $ac_try) 2>&5
10606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607 (exit $ac_status); }; }; then
10608 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
10610 echo "$as_me: failed program was:" >&5
10611 sed 's/^/| /' conftest.$ac_ext >&5
10613 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
10616 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10619 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
10621 cat >>confdefs.h <<\_ACEOF
10622 #define HAVE_PRSTATUS_T_PR_WHO 1
10626 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
10627 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6
10629 echo "$as_me:$LINENO: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
10630 echo $ECHO_N "checking for prstatus32_t.pr_who in sys/procfs.h... $ECHO_C" >&6
10631 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then
10632 echo $ECHO_N "(cached) $ECHO_C" >&6
10634 cat >conftest.$ac_ext <<_ACEOF
10637 cat confdefs.h >>conftest.$ac_ext
10638 cat >>conftest.$ac_ext <<_ACEOF
10639 /* end confdefs.h. */
10642 #include <sys/procfs.h>
10646 prstatus32_t avar; void* aref = (void*) &avar.pr_who
10651 rm -f conftest.$ac_objext
10652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10653 (eval $ac_compile) 2>conftest.er1
10655 grep -v '^ *+' conftest.er1 >conftest.err
10657 cat conftest.err >&5
10658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10659 (exit $ac_status); } &&
10660 { ac_try='test -z "$ac_c_werror_flag"
10661 || test ! -s conftest.err'
10662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10663 (eval $ac_try) 2>&5
10665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10666 (exit $ac_status); }; } &&
10667 { ac_try='test -s conftest.$ac_objext'
10668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10669 (eval $ac_try) 2>&5
10671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10672 (exit $ac_status); }; }; then
10673 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
10675 echo "$as_me: failed program was:" >&5
10676 sed 's/^/| /' conftest.$ac_ext >&5
10678 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
10681 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10684 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
10686 cat >>confdefs.h <<\_ACEOF
10687 #define HAVE_PRSTATUS32_T_PR_WHO 1
10691 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
10692 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6
10694 echo "$as_me:$LINENO: checking for pstatus_t in sys/procfs.h" >&5
10695 echo $ECHO_N "checking for pstatus_t in sys/procfs.h... $ECHO_C" >&6
10696 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then
10697 echo $ECHO_N "(cached) $ECHO_C" >&6
10699 cat >conftest.$ac_ext <<_ACEOF
10702 cat confdefs.h >>conftest.$ac_ext
10703 cat >>conftest.$ac_ext <<_ACEOF
10704 /* end confdefs.h. */
10707 #include <sys/procfs.h>
10716 rm -f conftest.$ac_objext
10717 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10718 (eval $ac_compile) 2>conftest.er1
10720 grep -v '^ *+' conftest.er1 >conftest.err
10722 cat conftest.err >&5
10723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10724 (exit $ac_status); } &&
10725 { ac_try='test -z "$ac_c_werror_flag"
10726 || test ! -s conftest.err'
10727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10728 (eval $ac_try) 2>&5
10730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10731 (exit $ac_status); }; } &&
10732 { ac_try='test -s conftest.$ac_objext'
10733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10734 (eval $ac_try) 2>&5
10736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10737 (exit $ac_status); }; }; then
10738 bfd_cv_have_sys_procfs_type_pstatus_t=yes
10740 echo "$as_me: failed program was:" >&5
10741 sed 's/^/| /' conftest.$ac_ext >&5
10743 bfd_cv_have_sys_procfs_type_pstatus_t=no
10746 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10749 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
10751 cat >>confdefs.h <<\_ACEOF
10752 #define HAVE_PSTATUS_T 1
10756 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
10757 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus_t" >&6
10759 echo "$as_me:$LINENO: checking for pxstatus_t in sys/procfs.h" >&5
10760 echo $ECHO_N "checking for pxstatus_t in sys/procfs.h... $ECHO_C" >&6
10761 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then
10762 echo $ECHO_N "(cached) $ECHO_C" >&6
10764 cat >conftest.$ac_ext <<_ACEOF
10767 cat confdefs.h >>conftest.$ac_ext
10768 cat >>conftest.$ac_ext <<_ACEOF
10769 /* end confdefs.h. */
10772 #include <sys/procfs.h>
10781 rm -f conftest.$ac_objext
10782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10783 (eval $ac_compile) 2>conftest.er1
10785 grep -v '^ *+' conftest.er1 >conftest.err
10787 cat conftest.err >&5
10788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10789 (exit $ac_status); } &&
10790 { ac_try='test -z "$ac_c_werror_flag"
10791 || test ! -s conftest.err'
10792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10793 (eval $ac_try) 2>&5
10795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10796 (exit $ac_status); }; } &&
10797 { ac_try='test -s conftest.$ac_objext'
10798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10799 (eval $ac_try) 2>&5
10801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10802 (exit $ac_status); }; }; then
10803 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
10805 echo "$as_me: failed program was:" >&5
10806 sed 's/^/| /' conftest.$ac_ext >&5
10808 bfd_cv_have_sys_procfs_type_pxstatus_t=no
10811 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10814 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
10816 cat >>confdefs.h <<\_ACEOF
10817 #define HAVE_PXSTATUS_T 1
10821 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
10822 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6
10824 echo "$as_me:$LINENO: checking for pstatus32_t in sys/procfs.h" >&5
10825 echo $ECHO_N "checking for pstatus32_t in sys/procfs.h... $ECHO_C" >&6
10826 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then
10827 echo $ECHO_N "(cached) $ECHO_C" >&6
10829 cat >conftest.$ac_ext <<_ACEOF
10832 cat confdefs.h >>conftest.$ac_ext
10833 cat >>conftest.$ac_ext <<_ACEOF
10834 /* end confdefs.h. */
10837 #include <sys/procfs.h>
10846 rm -f conftest.$ac_objext
10847 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10848 (eval $ac_compile) 2>conftest.er1
10850 grep -v '^ *+' conftest.er1 >conftest.err
10852 cat conftest.err >&5
10853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10854 (exit $ac_status); } &&
10855 { ac_try='test -z "$ac_c_werror_flag"
10856 || test ! -s conftest.err'
10857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10858 (eval $ac_try) 2>&5
10860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10861 (exit $ac_status); }; } &&
10862 { ac_try='test -s conftest.$ac_objext'
10863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10864 (eval $ac_try) 2>&5
10866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10867 (exit $ac_status); }; }; then
10868 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
10870 echo "$as_me: failed program was:" >&5
10871 sed 's/^/| /' conftest.$ac_ext >&5
10873 bfd_cv_have_sys_procfs_type_pstatus32_t=no
10876 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10879 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
10881 cat >>confdefs.h <<\_ACEOF
10882 #define HAVE_PSTATUS32_T 1
10886 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
10887 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6
10889 echo "$as_me:$LINENO: checking for prpsinfo_t in sys/procfs.h" >&5
10890 echo $ECHO_N "checking for prpsinfo_t in sys/procfs.h... $ECHO_C" >&6
10891 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then
10892 echo $ECHO_N "(cached) $ECHO_C" >&6
10894 cat >conftest.$ac_ext <<_ACEOF
10897 cat confdefs.h >>conftest.$ac_ext
10898 cat >>conftest.$ac_ext <<_ACEOF
10899 /* end confdefs.h. */
10902 #include <sys/procfs.h>
10911 rm -f conftest.$ac_objext
10912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10913 (eval $ac_compile) 2>conftest.er1
10915 grep -v '^ *+' conftest.er1 >conftest.err
10917 cat conftest.err >&5
10918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919 (exit $ac_status); } &&
10920 { ac_try='test -z "$ac_c_werror_flag"
10921 || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } &&
10927 { ac_try='test -s conftest.$ac_objext'
10928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10929 (eval $ac_try) 2>&5
10931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932 (exit $ac_status); }; }; then
10933 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
10935 echo "$as_me: failed program was:" >&5
10936 sed 's/^/| /' conftest.$ac_ext >&5
10938 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
10941 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10944 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
10946 cat >>confdefs.h <<\_ACEOF
10947 #define HAVE_PRPSINFO_T 1
10951 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
10952 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6
10954 echo "$as_me:$LINENO: checking for prpsinfo32_t in sys/procfs.h" >&5
10955 echo $ECHO_N "checking for prpsinfo32_t in sys/procfs.h... $ECHO_C" >&6
10956 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then
10957 echo $ECHO_N "(cached) $ECHO_C" >&6
10959 cat >conftest.$ac_ext <<_ACEOF
10962 cat confdefs.h >>conftest.$ac_ext
10963 cat >>conftest.$ac_ext <<_ACEOF
10964 /* end confdefs.h. */
10967 #include <sys/procfs.h>
10976 rm -f conftest.$ac_objext
10977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10978 (eval $ac_compile) 2>conftest.er1
10980 grep -v '^ *+' conftest.er1 >conftest.err
10982 cat conftest.err >&5
10983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10984 (exit $ac_status); } &&
10985 { ac_try='test -z "$ac_c_werror_flag"
10986 || test ! -s conftest.err'
10987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10988 (eval $ac_try) 2>&5
10990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10991 (exit $ac_status); }; } &&
10992 { ac_try='test -s conftest.$ac_objext'
10993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10994 (eval $ac_try) 2>&5
10996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10997 (exit $ac_status); }; }; then
10998 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
11000 echo "$as_me: failed program was:" >&5
11001 sed 's/^/| /' conftest.$ac_ext >&5
11003 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
11006 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11009 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
11011 cat >>confdefs.h <<\_ACEOF
11012 #define HAVE_PRPSINFO32_T 1
11016 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
11017 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6
11019 echo "$as_me:$LINENO: checking for psinfo_t in sys/procfs.h" >&5
11020 echo $ECHO_N "checking for psinfo_t in sys/procfs.h... $ECHO_C" >&6
11021 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then
11022 echo $ECHO_N "(cached) $ECHO_C" >&6
11024 cat >conftest.$ac_ext <<_ACEOF
11027 cat confdefs.h >>conftest.$ac_ext
11028 cat >>conftest.$ac_ext <<_ACEOF
11029 /* end confdefs.h. */
11032 #include <sys/procfs.h>
11041 rm -f conftest.$ac_objext
11042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11043 (eval $ac_compile) 2>conftest.er1
11045 grep -v '^ *+' conftest.er1 >conftest.err
11047 cat conftest.err >&5
11048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11049 (exit $ac_status); } &&
11050 { ac_try='test -z "$ac_c_werror_flag"
11051 || test ! -s conftest.err'
11052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11053 (eval $ac_try) 2>&5
11055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11056 (exit $ac_status); }; } &&
11057 { ac_try='test -s conftest.$ac_objext'
11058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11059 (eval $ac_try) 2>&5
11061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11062 (exit $ac_status); }; }; then
11063 bfd_cv_have_sys_procfs_type_psinfo_t=yes
11065 echo "$as_me: failed program was:" >&5
11066 sed 's/^/| /' conftest.$ac_ext >&5
11068 bfd_cv_have_sys_procfs_type_psinfo_t=no
11071 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11074 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
11076 cat >>confdefs.h <<\_ACEOF
11077 #define HAVE_PSINFO_T 1
11081 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
11082 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo_t" >&6
11084 echo "$as_me:$LINENO: checking for psinfo32_t in sys/procfs.h" >&5
11085 echo $ECHO_N "checking for psinfo32_t in sys/procfs.h... $ECHO_C" >&6
11086 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then
11087 echo $ECHO_N "(cached) $ECHO_C" >&6
11089 cat >conftest.$ac_ext <<_ACEOF
11092 cat confdefs.h >>conftest.$ac_ext
11093 cat >>conftest.$ac_ext <<_ACEOF
11094 /* end confdefs.h. */
11097 #include <sys/procfs.h>
11106 rm -f conftest.$ac_objext
11107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11108 (eval $ac_compile) 2>conftest.er1
11110 grep -v '^ *+' conftest.er1 >conftest.err
11112 cat conftest.err >&5
11113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11114 (exit $ac_status); } &&
11115 { ac_try='test -z "$ac_c_werror_flag"
11116 || test ! -s conftest.err'
11117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11118 (eval $ac_try) 2>&5
11120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11121 (exit $ac_status); }; } &&
11122 { ac_try='test -s conftest.$ac_objext'
11123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11124 (eval $ac_try) 2>&5
11126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11127 (exit $ac_status); }; }; then
11128 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
11130 echo "$as_me: failed program was:" >&5
11131 sed 's/^/| /' conftest.$ac_ext >&5
11133 bfd_cv_have_sys_procfs_type_psinfo32_t=no
11136 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11139 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
11141 cat >>confdefs.h <<\_ACEOF
11142 #define HAVE_PSINFO32_T 1
11146 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
11147 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6
11149 echo "$as_me:$LINENO: checking for lwpstatus_t in sys/procfs.h" >&5
11150 echo $ECHO_N "checking for lwpstatus_t in sys/procfs.h... $ECHO_C" >&6
11151 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then
11152 echo $ECHO_N "(cached) $ECHO_C" >&6
11154 cat >conftest.$ac_ext <<_ACEOF
11157 cat confdefs.h >>conftest.$ac_ext
11158 cat >>conftest.$ac_ext <<_ACEOF
11159 /* end confdefs.h. */
11162 #include <sys/procfs.h>
11171 rm -f conftest.$ac_objext
11172 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11173 (eval $ac_compile) 2>conftest.er1
11175 grep -v '^ *+' conftest.er1 >conftest.err
11177 cat conftest.err >&5
11178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11179 (exit $ac_status); } &&
11180 { ac_try='test -z "$ac_c_werror_flag"
11181 || test ! -s conftest.err'
11182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11183 (eval $ac_try) 2>&5
11185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186 (exit $ac_status); }; } &&
11187 { ac_try='test -s conftest.$ac_objext'
11188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11189 (eval $ac_try) 2>&5
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); }; }; then
11193 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
11195 echo "$as_me: failed program was:" >&5
11196 sed 's/^/| /' conftest.$ac_ext >&5
11198 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
11201 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11204 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
11206 cat >>confdefs.h <<\_ACEOF
11207 #define HAVE_LWPSTATUS_T 1
11211 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
11212 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6
11214 echo "$as_me:$LINENO: checking for lwpxstatus_t in sys/procfs.h" >&5
11215 echo $ECHO_N "checking for lwpxstatus_t in sys/procfs.h... $ECHO_C" >&6
11216 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then
11217 echo $ECHO_N "(cached) $ECHO_C" >&6
11219 cat >conftest.$ac_ext <<_ACEOF
11222 cat confdefs.h >>conftest.$ac_ext
11223 cat >>conftest.$ac_ext <<_ACEOF
11224 /* end confdefs.h. */
11227 #include <sys/procfs.h>
11236 rm -f conftest.$ac_objext
11237 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11238 (eval $ac_compile) 2>conftest.er1
11240 grep -v '^ *+' conftest.er1 >conftest.err
11242 cat conftest.err >&5
11243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11244 (exit $ac_status); } &&
11245 { ac_try='test -z "$ac_c_werror_flag"
11246 || test ! -s conftest.err'
11247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11248 (eval $ac_try) 2>&5
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); }; } &&
11252 { ac_try='test -s conftest.$ac_objext'
11253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11254 (eval $ac_try) 2>&5
11256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11257 (exit $ac_status); }; }; then
11258 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
11260 echo "$as_me: failed program was:" >&5
11261 sed 's/^/| /' conftest.$ac_ext >&5
11263 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
11266 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11269 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
11271 cat >>confdefs.h <<\_ACEOF
11272 #define HAVE_LWPXSTATUS_T 1
11276 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
11277 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6
11279 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
11280 echo $ECHO_N "checking for lwpstatus_t.pr_context in sys/procfs.h... $ECHO_C" >&6
11281 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then
11282 echo $ECHO_N "(cached) $ECHO_C" >&6
11284 cat >conftest.$ac_ext <<_ACEOF
11287 cat confdefs.h >>conftest.$ac_ext
11288 cat >>conftest.$ac_ext <<_ACEOF
11289 /* end confdefs.h. */
11292 #include <sys/procfs.h>
11296 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
11301 rm -f conftest.$ac_objext
11302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11303 (eval $ac_compile) 2>conftest.er1
11305 grep -v '^ *+' conftest.er1 >conftest.err
11307 cat conftest.err >&5
11308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11309 (exit $ac_status); } &&
11310 { ac_try='test -z "$ac_c_werror_flag"
11311 || test ! -s conftest.err'
11312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11313 (eval $ac_try) 2>&5
11315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316 (exit $ac_status); }; } &&
11317 { ac_try='test -s conftest.$ac_objext'
11318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11319 (eval $ac_try) 2>&5
11321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11322 (exit $ac_status); }; }; then
11323 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
11325 echo "$as_me: failed program was:" >&5
11326 sed 's/^/| /' conftest.$ac_ext >&5
11328 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
11331 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11334 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
11336 cat >>confdefs.h <<\_ACEOF
11337 #define HAVE_LWPSTATUS_T_PR_CONTEXT 1
11341 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
11342 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6
11344 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
11345 echo $ECHO_N "checking for lwpstatus_t.pr_reg in sys/procfs.h... $ECHO_C" >&6
11346 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then
11347 echo $ECHO_N "(cached) $ECHO_C" >&6
11349 cat >conftest.$ac_ext <<_ACEOF
11352 cat confdefs.h >>conftest.$ac_ext
11353 cat >>conftest.$ac_ext <<_ACEOF
11354 /* end confdefs.h. */
11357 #include <sys/procfs.h>
11361 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
11366 rm -f conftest.$ac_objext
11367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11368 (eval $ac_compile) 2>conftest.er1
11370 grep -v '^ *+' conftest.er1 >conftest.err
11372 cat conftest.err >&5
11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374 (exit $ac_status); } &&
11375 { ac_try='test -z "$ac_c_werror_flag"
11376 || test ! -s conftest.err'
11377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11378 (eval $ac_try) 2>&5
11380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11381 (exit $ac_status); }; } &&
11382 { ac_try='test -s conftest.$ac_objext'
11383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11384 (eval $ac_try) 2>&5
11386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11387 (exit $ac_status); }; }; then
11388 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
11390 echo "$as_me: failed program was:" >&5
11391 sed 's/^/| /' conftest.$ac_ext >&5
11393 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
11396 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11399 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
11401 cat >>confdefs.h <<\_ACEOF
11402 #define HAVE_LWPSTATUS_T_PR_REG 1
11406 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
11407 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6
11409 echo "$as_me:$LINENO: checking for win32_pstatus_t in sys/procfs.h" >&5
11410 echo $ECHO_N "checking for win32_pstatus_t in sys/procfs.h... $ECHO_C" >&6
11411 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then
11412 echo $ECHO_N "(cached) $ECHO_C" >&6
11414 cat >conftest.$ac_ext <<_ACEOF
11417 cat confdefs.h >>conftest.$ac_ext
11418 cat >>conftest.$ac_ext <<_ACEOF
11419 /* end confdefs.h. */
11422 #include <sys/procfs.h>
11426 win32_pstatus_t avar
11431 rm -f conftest.$ac_objext
11432 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11433 (eval $ac_compile) 2>conftest.er1
11435 grep -v '^ *+' conftest.er1 >conftest.err
11437 cat conftest.err >&5
11438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11439 (exit $ac_status); } &&
11440 { ac_try='test -z "$ac_c_werror_flag"
11441 || test ! -s conftest.err'
11442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11443 (eval $ac_try) 2>&5
11445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11446 (exit $ac_status); }; } &&
11447 { ac_try='test -s conftest.$ac_objext'
11448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11449 (eval $ac_try) 2>&5
11451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11452 (exit $ac_status); }; }; then
11453 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
11455 echo "$as_me: failed program was:" >&5
11456 sed 's/^/| /' conftest.$ac_ext >&5
11458 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
11461 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11464 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
11466 cat >>confdefs.h <<\_ACEOF
11467 #define HAVE_WIN32_PSTATUS_T 1
11471 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
11472 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6
11478 if test -n "$TRAD_HEADER"; then
11480 cat >>confdefs.h <<_ACEOF
11481 #define TRAD_HEADER $TRAD_HEADER
11486 # Horrible hacks to build DLLs on Windows.
11491 if test "$enable_shared" = "yes"; then
11492 WIN32LDFLAGS="-no-undefined"
11493 WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
11497 # We borrow WIN32LIBADD so that the shared libbfd won't depend on
11501 # Linux/MIPS uses PIC by default.
11502 if test "$enable_shared" = "yes"; then
11503 WIN32LIBADD="-L../libiberty -liberty"
11507 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
11508 if test -n "$x"; then
11509 WIN32LIBADD="-L../libiberty/pic -liberty"
11520 # Canonicalize the secondary target names.
11521 if test -n "$enable_targets" ; then
11522 for targ in `echo $enable_targets | sed 's/,/ /g'`
11524 result=`$ac_config_sub $targ 2>/dev/null`
11525 if test -n "$result" ; then
11526 canon_targets="$canon_targets $result"
11528 # Allow targets that config.sub doesn't recognize, like "all".
11529 canon_targets="$canon_targets $targ"
11540 for targ in $target $canon_targets
11542 if test "x$targ" = "xall"; then
11544 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
11546 . $srcdir/config.bfd
11547 if test "x$targ" = "x$target"; then
11548 defvec=$targ_defvec
11550 selvecs="$selvecs $targ_defvec $targ_selvecs"
11551 selarchs="$selarchs $targ_archs"
11552 TDEFINES="$TDEFINES $targ_cflags"
11557 # This processing still needs to be done if we're to decide properly whether
11558 # 64-bit support needs to be compiled in. Currently, it will be included if
11559 # the default or any other explicitly requested target requires it; it
11560 # will not be included on a 32-bit host if no 64-bit target is requested, and
11561 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
11564 # uniq the default and selected vectors in all the configured targets.
11566 for i in $selvecs ; do
11575 # uniq the associated vectors in all the configured targets.
11577 for i in $assocvecs ; do
11586 # uniq the architectures in all the configured targets.
11588 for i in $selarchs ; do
11596 # Target backend .o files.
11599 elf="elf.lo elflink.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo"
11601 for vec in $selvecs
11605 # This list is alphabetized to make it easy to compare
11606 # with the two vector lists in targets.c. For the same reason,
11607 # use one entry per line, even though this leads to long lines.
11608 a29kcoff_big_vec) tb="$tb coff-a29k.lo cofflink.lo" ;;
11609 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
11610 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
11611 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
11612 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
11613 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
11614 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
11615 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
11616 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
11617 arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
11618 arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
11619 armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
11620 armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
11621 armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
11622 armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
11623 armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
11624 armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
11625 armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
11626 b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
11627 b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
11628 bfd_efi_app_ia32_vec) tb="$tb efi-app-ia32.lo peigen.lo cofflink.lo" ;;
11629 bfd_efi_app_ia64_vec) tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
11630 bfd_elf32_am33lin_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
11631 bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
11632 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
11633 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
11634 bfd_elf32_bigarm_vec) tb="$tb elf32-arm.lo elf32.lo $elf" ;;
11635 bfd_elf32_bigarm_symbian_vec)
11636 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
11637 bfd_elf32_bigarm_vxworks_vec)
11638 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
11639 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
11640 bfd_elf32_cr16c_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
11641 bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
11642 bfd_elf32_crx_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
11643 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
11644 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
11645 bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
11646 bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
11647 bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
11648 bfd_elf32_frvfdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
11649 bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
11650 bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
11651 bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
11652 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
11653 bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
11654 bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf32.lo $elf" ;;
11655 bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf32.lo $elf" ;;
11656 bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
11657 bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
11658 bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
11659 bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf" ;;
11660 bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elf32.lo $elf";;
11661 bfd_elf32_ip2k_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
11662 bfd_elf32_iq2000_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
11663 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
11664 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
11665 bfd_elf32_littlearm_symbian_vec)
11666 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
11667 bfd_elf32_littlearm_vxworks_vec)
11668 tb="$tb elf32-arm.lo elf32.lo $elf" ;;
11669 bfd_elf32_littlearm_vec) tb="$tb elf32-arm.lo elf32.lo $elf" ;;
11670 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
11671 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
11672 bfd_elf32_m32rle_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
11673 bfd_elf32_m32rlin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
11674 bfd_elf32_m32rlelin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
11675 bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
11676 bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
11677 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
11678 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
11679 bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
11680 bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
11681 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
11682 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
11683 bfd_elf32_msp430_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
11684 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11685 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11686 bfd_elf32_ntradbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11687 bfd_elf32_ntradlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11688 bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
11689 bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;;
11690 bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
11691 bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
11692 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf32.lo $elf" ;;
11693 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf32.lo $elf" ;;
11694 bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
11695 # FIXME: We include cofflink.lo not because it's needed for
11696 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
11697 # which needs it but does not list it. Should be fixed in right place.
11698 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
11699 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
11700 bfd_elf32_sh64lin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
11701 bfd_elf32_sh64blin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
11702 bfd_elf32_sh64lnbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
11703 bfd_elf32_sh64nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
11704 bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
11705 bfd_elf32_shblin_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
11706 bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
11707 bfd_elf32_shl_symbian_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf32.lo $elf coff-sh.lo" ;;
11708 bfd_elf32_shlin_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
11709 bfd_elf32_shlnbsd_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
11710 bfd_elf32_shnbsd_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
11711 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elf32.lo $elf" ;;
11712 bfd_elf32_tradbigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
11713 bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
11714 bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
11715 bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
11716 bfd_elf32_vax_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
11717 bfd_elf32_xstormy16_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
11718 bfd_elf32_xtensa_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
11719 bfd_elf32_xtensa_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
11720 bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
11721 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
11722 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
11723 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11724 bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
11725 bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
11726 bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
11727 bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
11728 bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf"; target_size=64 ;;
11729 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
11730 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11731 bfd_elf64_mmix_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
11732 bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
11733 bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
11734 bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
11735 bfd_elf64_sh64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
11736 bfd_elf64_sh64l_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
11737 bfd_elf64_sh64lin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
11738 bfd_elf64_sh64blin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
11739 bfd_elf64_sh64lnbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
11740 bfd_elf64_sh64nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
11741 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elf64.lo $elf"; target_size=64 ;;
11742 bfd_elf64_tradbigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11743 bfd_elf64_tradlittlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
11744 bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf64.lo $elf"; target_size=64 ;;
11745 bfd_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
11746 bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
11747 bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
11748 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
11749 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
11750 cris_aout_vec) tb="$tb aout-cris.lo" ;;
11751 demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
11752 ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
11753 ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
11754 ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
11755 ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
11756 go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;;
11757 go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;;
11758 h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;;
11759 h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;;
11760 host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
11761 hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
11762 hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
11763 i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
11764 i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
11765 i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;;
11766 i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
11767 i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
11768 i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
11769 i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
11770 i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
11771 i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
11772 i386msdos_vec) tb="$tb i386msdos.lo" ;;
11773 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
11774 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
11775 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
11776 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
11777 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;;
11778 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
11779 icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
11780 ieee_vec) tb="$tb ieee.lo" ;;
11781 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
11782 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
11783 m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;;
11784 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
11785 m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
11786 m68klynx_aout_vec) tb="$tb m68klynx.lo lynx-core.lo aout32.lo" ;;
11787 m68klynx_coff_vec) tb="$tb cf-m68klynx.lo coff-m68k.lo cofflink.lo lynx-core.lo" ;;
11788 m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
11789 m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;;
11790 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
11791 m88kmach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
11792 m88kopenbsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
11793 maxqcoff_vec) tb="$tb coff-maxq.lo" ;;
11794 mach_o_be_vec) tb="$tb mach-o.lo" ;;
11795 mach_o_le_vec) tb="$tb mach-o.lo" ;;
11796 mach_o_fat_vec) tb="$tb mach-o.lo" ;;
11797 mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
11798 mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
11799 mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
11800 mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
11801 mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
11802 mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
11803 newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
11804 nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
11805 nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
11806 nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
11807 nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
11808 or32coff_big_vec) tb="$tb coff-or32.lo cofflink.lo" ;;
11809 pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
11810 pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
11811 pef_vec) tb="$tb pef.lo" ;;
11812 pef_xlib_vec) tb="$tb pef.lo" ;;
11813 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
11814 pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
11815 ppcboot_vec) tb="$tb ppcboot.lo" ;;
11816 riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
11817 rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
11818 rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
11819 shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
11820 shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
11821 shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
11822 shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
11823 shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
11824 shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
11825 som_vec) tb="$tb som.lo" ;;
11826 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
11827 sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
11828 sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
11829 sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
11830 sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
11831 sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
11832 sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;;
11833 sym_vec) tb="$tb xsym.lo" ;;
11834 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
11835 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
11836 tic4x_coff0_vec) tb="$tb coff-tic4x.lo" ;;
11837 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo" ;;
11838 tic4x_coff1_vec) tb="$tb coff-tic4x.lo" ;;
11839 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo" ;;
11840 tic4x_coff2_vec) tb="$tb coff-tic4x.lo" ;;
11841 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo" ;;
11842 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;;
11843 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
11844 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;;
11845 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
11846 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;;
11847 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
11848 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;;
11849 vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
11850 vax1knetbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
11851 vaxbsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
11852 versados_vec) tb="$tb versados.lo" ;;
11853 vms_alpha_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size=64 ;;
11854 vms_vax_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
11855 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
11856 we32kcoff_vec) tb="$tb coff-we32k.lo" ;;
11857 z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo" ;;
11859 # These appear out of order in targets.c
11860 srec_vec) tb="$tb srec.lo" ;;
11861 symbolsrec_vec) tb="$tb srec.lo" ;;
11862 tekhex_vec) tb="$tb tekhex.lo" ;;
11863 cisco_core_big_vec) tb="$tb cisco-core.lo" ;;
11864 cisco_core_little_vec) tb="$tb cisco-core.lo" ;;
11867 *) { { echo "$as_me:$LINENO: error: *** unknown target vector $vec" >&5
11868 echo "$as_me: error: *** unknown target vector $vec" >&2;}
11869 { (exit 1); exit 1; }; } ;;
11872 if test ${target_size} = 64; then
11875 if test x"${vec}" = x"${defvec}"; then
11876 bfd_default_target_size=${target_size}
11880 # Target architecture .o files.
11881 # A couple of CPUs use shorter file names to avoid problems on DOS
11883 ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
11885 # Weed out duplicate .o files.
11907 if test x${all_targets} = xtrue ; then
11908 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
11909 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
11913 test -n "$assocvecs" &&
11914 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
11915 else # all_targets is true
11916 # Only set these if they will be nonempty, for the clever echo.
11919 test -n "$selvecs" &&
11920 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
11921 test -n "$selvecs" &&
11922 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
11923 test -n "$selarchs" &&
11924 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
11925 fi # all_targets is true
11927 case ${host64}-${target64}-${want64} in
11930 bfd_libs='$(BFD64_LIBS) $(BFD32_LIBS)'
11931 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
11932 if test $BFD_HOST_64_BIT_DEFINED = 0; then
11933 { echo "$as_me:$LINENO: WARNING: You have requested a 64 bit BFD configuration, but" >&5
11934 echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
11935 { echo "$as_me:$LINENO: WARNING: your compiler may not have a 64 bit integral type" >&5
11936 echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
11938 if test -n "$GCC" ; then
11940 echo "$as_me:$LINENO: checking for gcc version with buggy 64-bit support" >&5
11941 echo $ECHO_N "checking for gcc version with buggy 64-bit support... $ECHO_C" >&6
11942 # Add more tests for gcc versions with non-working 64-bit support here.
11943 cat >conftest.$ac_ext <<_ACEOF
11946 cat confdefs.h >>conftest.$ac_ext
11947 cat >>conftest.$ac_ext <<_ACEOF
11948 /* end confdefs.h. */
11949 :__GNUC__:__GNUC_MINOR__:__i386__:
11951 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11952 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then
11954 echo "$as_me:$LINENO: result: yes: egcs-1.1.2 on ix86 spotted" >&5
11955 echo "${ECHO_T}yes: egcs-1.1.2 on ix86 spotted" >&6
11957 echo "$as_me:$LINENO: result: no" >&5
11958 echo "${ECHO_T}no" >&6
11962 if test $bad_64bit_gcc = yes ; then
11963 { { echo "$as_me:$LINENO: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&5
11964 echo "$as_me: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&2;}
11965 { (exit 1); exit 1; }; }
11971 bfd_libs='$(BFD32_LIBS)'
11972 all_backends='$(BFD32_BACKENDS)'
11983 # Determine the host dependant file_ptr a.k.a. off_t type. In order
11984 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
11985 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
11986 # Hopefully a reasonable assumption since fseeko et.al. should be
11987 # upward compatible.
11992 for ac_func in ftello ftello64 fseeko fseeko64
11994 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11995 echo "$as_me:$LINENO: checking for $ac_func" >&5
11996 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11997 if eval "test \"\${$as_ac_var+set}\" = set"; then
11998 echo $ECHO_N "(cached) $ECHO_C" >&6
12000 cat >conftest.$ac_ext <<_ACEOF
12003 cat confdefs.h >>conftest.$ac_ext
12004 cat >>conftest.$ac_ext <<_ACEOF
12005 /* end confdefs.h. */
12006 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12007 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12008 #define $ac_func innocuous_$ac_func
12010 /* System header to define __stub macros and hopefully few prototypes,
12011 which can conflict with char $ac_func (); below.
12012 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12013 <limits.h> exists even on freestanding compilers. */
12016 # include <limits.h>
12018 # include <assert.h>
12023 /* Override any gcc2 internal prototype to avoid an error. */
12028 /* We use char because int might match the return type of a gcc2
12029 builtin and then its argument prototype would still apply. */
12031 /* The GNU C library defines this for functions which it implements
12032 to always fail with ENOSYS. Some functions are actually named
12033 something starting with __ and the normal name is an alias. */
12034 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12037 char (*f) () = $ac_func;
12046 return f != $ac_func;
12051 rm -f conftest.$ac_objext conftest$ac_exeext
12052 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12053 (eval $ac_link) 2>conftest.er1
12055 grep -v '^ *+' conftest.er1 >conftest.err
12057 cat conftest.err >&5
12058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059 (exit $ac_status); } &&
12060 { ac_try='test -z "$ac_c_werror_flag"
12061 || test ! -s conftest.err'
12062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12063 (eval $ac_try) 2>&5
12065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12066 (exit $ac_status); }; } &&
12067 { ac_try='test -s conftest$ac_exeext'
12068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12069 (eval $ac_try) 2>&5
12071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12072 (exit $ac_status); }; }; then
12073 eval "$as_ac_var=yes"
12075 echo "$as_me: failed program was:" >&5
12076 sed 's/^/| /' conftest.$ac_ext >&5
12078 eval "$as_ac_var=no"
12080 rm -f conftest.err conftest.$ac_objext \
12081 conftest$ac_exeext conftest.$ac_ext
12083 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12084 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12085 if test `eval echo '${'$as_ac_var'}'` = yes; then
12086 cat >>confdefs.h <<_ACEOF
12087 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12093 if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
12094 echo "$as_me:$LINENO: checking size of off_t" >&5
12095 echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
12096 if test "${ac_cv_sizeof_off_t+set}" = set; then
12097 echo $ECHO_N "(cached) $ECHO_C" >&6
12099 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
12100 cat >conftest.$ac_ext <<_ACEOF
12103 cat confdefs.h >>conftest.$ac_ext
12104 cat >>conftest.$ac_ext <<_ACEOF
12105 /* end confdefs.h. */
12106 #include "confdefs.h"
12107 #include <sys/types.h>
12113 switch (0) case 0: case (sizeof (off_t) == $ac_size):;
12118 rm -f conftest.$ac_objext
12119 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12120 (eval $ac_compile) 2>conftest.er1
12122 grep -v '^ *+' conftest.er1 >conftest.err
12124 cat conftest.err >&5
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } &&
12127 { ac_try='test -z "$ac_c_werror_flag"
12128 || test ! -s conftest.err'
12129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12130 (eval $ac_try) 2>&5
12132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12133 (exit $ac_status); }; } &&
12134 { ac_try='test -s conftest.$ac_objext'
12135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12136 (eval $ac_try) 2>&5
12138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12139 (exit $ac_status); }; }; then
12140 ac_cv_sizeof_off_t=$ac_size
12142 echo "$as_me: failed program was:" >&5
12143 sed 's/^/| /' conftest.$ac_ext >&5
12146 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12147 if test x$ac_cv_sizeof_off_t != x ; then break; fi
12152 if test x$ac_cv_sizeof_off_t = x ; then
12153 { { echo "$as_me:$LINENO: error: cannot determine a size for off_t" >&5
12154 echo "$as_me: error: cannot determine a size for off_t" >&2;}
12155 { (exit 1); exit 1; }; }
12157 echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5
12158 echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6
12160 cat >>confdefs.h <<_ACEOF
12161 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
12166 echo "$as_me:$LINENO: checking file_ptr type" >&5
12167 echo $ECHO_N "checking file_ptr type... $ECHO_C" >&6
12168 bfd_file_ptr="long"
12169 bfd_ufile_ptr="unsigned long"
12170 if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
12171 -o x"${ac_cv_sizeof_off_t}" = x8; then
12172 bfd_file_ptr=BFD_HOST_64_BIT
12173 bfd_ufile_ptr=BFD_HOST_U_64_BIT
12175 echo "$as_me:$LINENO: result: $bfd_file_ptr" >&5
12176 echo "${ECHO_T}$bfd_file_ptr" >&6
12182 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
12183 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
12184 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
12185 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
12186 test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
12191 for ac_header in stdlib.h unistd.h
12193 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12194 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12195 echo "$as_me:$LINENO: checking for $ac_header" >&5
12196 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12197 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12198 echo $ECHO_N "(cached) $ECHO_C" >&6
12200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12201 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12203 # Is the header compilable?
12204 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12205 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12206 cat >conftest.$ac_ext <<_ACEOF
12209 cat confdefs.h >>conftest.$ac_ext
12210 cat >>conftest.$ac_ext <<_ACEOF
12211 /* end confdefs.h. */
12212 $ac_includes_default
12213 #include <$ac_header>
12215 rm -f conftest.$ac_objext
12216 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12217 (eval $ac_compile) 2>conftest.er1
12219 grep -v '^ *+' conftest.er1 >conftest.err
12221 cat conftest.err >&5
12222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12223 (exit $ac_status); } &&
12224 { ac_try='test -z "$ac_c_werror_flag"
12225 || test ! -s conftest.err'
12226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12227 (eval $ac_try) 2>&5
12229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12230 (exit $ac_status); }; } &&
12231 { ac_try='test -s conftest.$ac_objext'
12232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12233 (eval $ac_try) 2>&5
12235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12236 (exit $ac_status); }; }; then
12237 ac_header_compiler=yes
12239 echo "$as_me: failed program was:" >&5
12240 sed 's/^/| /' conftest.$ac_ext >&5
12242 ac_header_compiler=no
12244 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12245 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12246 echo "${ECHO_T}$ac_header_compiler" >&6
12248 # Is the header present?
12249 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12250 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12251 cat >conftest.$ac_ext <<_ACEOF
12254 cat confdefs.h >>conftest.$ac_ext
12255 cat >>conftest.$ac_ext <<_ACEOF
12256 /* end confdefs.h. */
12257 #include <$ac_header>
12259 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12260 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12262 grep -v '^ *+' conftest.er1 >conftest.err
12264 cat conftest.err >&5
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); } >/dev/null; then
12267 if test -s conftest.err; then
12268 ac_cpp_err=$ac_c_preproc_warn_flag
12269 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12276 if test -z "$ac_cpp_err"; then
12277 ac_header_preproc=yes
12279 echo "$as_me: failed program was:" >&5
12280 sed 's/^/| /' conftest.$ac_ext >&5
12282 ac_header_preproc=no
12284 rm -f conftest.err conftest.$ac_ext
12285 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12286 echo "${ECHO_T}$ac_header_preproc" >&6
12288 # So? What about this header?
12289 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12291 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12292 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12293 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12294 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12295 ac_header_preproc=yes
12298 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12299 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12300 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12301 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12302 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12303 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12304 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12305 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12306 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12307 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12308 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12309 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12312 ## ------------------------------------------ ##
12313 ## Report this to the AC_PACKAGE_NAME lists. ##
12314 ## ------------------------------------------ ##
12317 sed "s/^/$as_me: WARNING: /" >&2
12320 echo "$as_me:$LINENO: checking for $ac_header" >&5
12321 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12322 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12323 echo $ECHO_N "(cached) $ECHO_C" >&6
12325 eval "$as_ac_Header=\$ac_header_preproc"
12327 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12328 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12331 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12332 cat >>confdefs.h <<_ACEOF
12333 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12341 for ac_func in getpagesize
12343 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12344 echo "$as_me:$LINENO: checking for $ac_func" >&5
12345 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12346 if eval "test \"\${$as_ac_var+set}\" = set"; then
12347 echo $ECHO_N "(cached) $ECHO_C" >&6
12349 cat >conftest.$ac_ext <<_ACEOF
12352 cat confdefs.h >>conftest.$ac_ext
12353 cat >>conftest.$ac_ext <<_ACEOF
12354 /* end confdefs.h. */
12355 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12357 #define $ac_func innocuous_$ac_func
12359 /* System header to define __stub macros and hopefully few prototypes,
12360 which can conflict with char $ac_func (); below.
12361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12362 <limits.h> exists even on freestanding compilers. */
12365 # include <limits.h>
12367 # include <assert.h>
12372 /* Override any gcc2 internal prototype to avoid an error. */
12377 /* We use char because int might match the return type of a gcc2
12378 builtin and then its argument prototype would still apply. */
12380 /* The GNU C library defines this for functions which it implements
12381 to always fail with ENOSYS. Some functions are actually named
12382 something starting with __ and the normal name is an alias. */
12383 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12386 char (*f) () = $ac_func;
12395 return f != $ac_func;
12400 rm -f conftest.$ac_objext conftest$ac_exeext
12401 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12402 (eval $ac_link) 2>conftest.er1
12404 grep -v '^ *+' conftest.er1 >conftest.err
12406 cat conftest.err >&5
12407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12408 (exit $ac_status); } &&
12409 { ac_try='test -z "$ac_c_werror_flag"
12410 || test ! -s conftest.err'
12411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12412 (eval $ac_try) 2>&5
12414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12415 (exit $ac_status); }; } &&
12416 { ac_try='test -s conftest$ac_exeext'
12417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12418 (eval $ac_try) 2>&5
12420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12421 (exit $ac_status); }; }; then
12422 eval "$as_ac_var=yes"
12424 echo "$as_me: failed program was:" >&5
12425 sed 's/^/| /' conftest.$ac_ext >&5
12427 eval "$as_ac_var=no"
12429 rm -f conftest.err conftest.$ac_objext \
12430 conftest$ac_exeext conftest.$ac_ext
12432 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12433 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12434 if test `eval echo '${'$as_ac_var'}'` = yes; then
12435 cat >>confdefs.h <<_ACEOF
12436 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12442 echo "$as_me:$LINENO: checking for working mmap" >&5
12443 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
12444 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
12445 echo $ECHO_N "(cached) $ECHO_C" >&6
12447 if test "$cross_compiling" = yes; then
12448 ac_cv_func_mmap_fixed_mapped=no
12450 cat >conftest.$ac_ext <<_ACEOF
12453 cat confdefs.h >>conftest.$ac_ext
12454 cat >>conftest.$ac_ext <<_ACEOF
12455 /* end confdefs.h. */
12456 $ac_includes_default
12457 /* malloc might have been renamed as rpl_malloc. */
12460 /* Thanks to Mike Haertel and Jim Avera for this test.
12461 Here is a matrix of mmap possibilities:
12462 mmap private not fixed
12463 mmap private fixed at somewhere currently unmapped
12464 mmap private fixed at somewhere already mapped
12465 mmap shared not fixed
12466 mmap shared fixed at somewhere currently unmapped
12467 mmap shared fixed at somewhere already mapped
12468 For private mappings, we should verify that changes cannot be read()
12469 back from the file, nor mmap's back from the file at a different
12470 address. (There have been systems where private was not correctly
12471 implemented like the infamous i386 svr4.0, and systems where the
12472 VM page cache was not coherent with the file system buffer cache
12473 like early versions of FreeBSD and possibly contemporary NetBSD.)
12474 For shared mappings, we should conversely verify that changes get
12475 propagated back to all the places they're supposed to be.
12477 Grep wants private fixed already mapped.
12478 The main things grep needs to know about mmap are:
12479 * does it exist and is it safe to write into the mmap'd area
12480 * how to use it (BSD variants) */
12483 #include <sys/mman.h>
12485 #if !STDC_HEADERS && !HAVE_STDLIB_H
12489 /* This mess was copied from the GNU getpagesize.h. */
12490 #if !HAVE_GETPAGESIZE
12491 /* Assume that all systems that can run configure have sys/param.h. */
12492 # if !HAVE_SYS_PARAM_H
12493 # define HAVE_SYS_PARAM_H 1
12496 # ifdef _SC_PAGESIZE
12497 # define getpagesize() sysconf(_SC_PAGESIZE)
12498 # else /* no _SC_PAGESIZE */
12499 # if HAVE_SYS_PARAM_H
12500 # include <sys/param.h>
12501 # ifdef EXEC_PAGESIZE
12502 # define getpagesize() EXEC_PAGESIZE
12503 # else /* no EXEC_PAGESIZE */
12505 # define getpagesize() NBPG * CLSIZE
12508 # endif /* no CLSIZE */
12509 # else /* no NBPG */
12511 # define getpagesize() NBPC
12512 # else /* no NBPC */
12514 # define getpagesize() PAGESIZE
12515 # endif /* PAGESIZE */
12516 # endif /* no NBPC */
12517 # endif /* no NBPG */
12518 # endif /* no EXEC_PAGESIZE */
12519 # else /* no HAVE_SYS_PARAM_H */
12520 # define getpagesize() 8192 /* punt totally */
12521 # endif /* no HAVE_SYS_PARAM_H */
12522 # endif /* no _SC_PAGESIZE */
12524 #endif /* no HAVE_GETPAGESIZE */
12529 char *data, *data2, *data3;
12533 pagesize = getpagesize ();
12535 /* First, make a file with some known garbage in it. */
12536 data = (char *) malloc (pagesize);
12539 for (i = 0; i < pagesize; ++i)
12540 *(data + i) = rand ();
12542 fd = creat ("conftest.mmap", 0600);
12545 if (write (fd, data, pagesize) != pagesize)
12549 /* Next, try to mmap the file at a fixed address which already has
12550 something else allocated at it. If we can, also make sure that
12551 we see the same garbage. */
12552 fd = open ("conftest.mmap", O_RDWR);
12555 data2 = (char *) malloc (2 * pagesize);
12558 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
12559 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12560 MAP_PRIVATE | MAP_FIXED, fd, 0L))
12562 for (i = 0; i < pagesize; ++i)
12563 if (*(data + i) != *(data2 + i))
12566 /* Finally, make sure that changes to the mapped area do not
12567 percolate back to the file as seen by read(). (This is a bug on
12568 some variants of i386 svr4.0.) */
12569 for (i = 0; i < pagesize; ++i)
12570 *(data2 + i) = *(data2 + i) + 1;
12571 data3 = (char *) malloc (pagesize);
12574 if (read (fd, data3, pagesize) != pagesize)
12576 for (i = 0; i < pagesize; ++i)
12577 if (*(data + i) != *(data3 + i))
12583 rm -f conftest$ac_exeext
12584 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12585 (eval $ac_link) 2>&5
12587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12588 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12590 (eval $ac_try) 2>&5
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; }; then
12594 ac_cv_func_mmap_fixed_mapped=yes
12596 echo "$as_me: program exited with status $ac_status" >&5
12597 echo "$as_me: failed program was:" >&5
12598 sed 's/^/| /' conftest.$ac_ext >&5
12600 ( exit $ac_status )
12601 ac_cv_func_mmap_fixed_mapped=no
12603 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12606 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
12607 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
12608 if test $ac_cv_func_mmap_fixed_mapped = yes; then
12610 cat >>confdefs.h <<\_ACEOF
12611 #define HAVE_MMAP 1
12615 rm -f conftest.mmap
12619 for ac_func in madvise mprotect
12621 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12622 echo "$as_me:$LINENO: checking for $ac_func" >&5
12623 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12624 if eval "test \"\${$as_ac_var+set}\" = set"; then
12625 echo $ECHO_N "(cached) $ECHO_C" >&6
12627 cat >conftest.$ac_ext <<_ACEOF
12630 cat confdefs.h >>conftest.$ac_ext
12631 cat >>conftest.$ac_ext <<_ACEOF
12632 /* end confdefs.h. */
12633 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12634 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12635 #define $ac_func innocuous_$ac_func
12637 /* System header to define __stub macros and hopefully few prototypes,
12638 which can conflict with char $ac_func (); below.
12639 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12640 <limits.h> exists even on freestanding compilers. */
12643 # include <limits.h>
12645 # include <assert.h>
12650 /* Override any gcc2 internal prototype to avoid an error. */
12655 /* We use char because int might match the return type of a gcc2
12656 builtin and then its argument prototype would still apply. */
12658 /* The GNU C library defines this for functions which it implements
12659 to always fail with ENOSYS. Some functions are actually named
12660 something starting with __ and the normal name is an alias. */
12661 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12664 char (*f) () = $ac_func;
12673 return f != $ac_func;
12678 rm -f conftest.$ac_objext conftest$ac_exeext
12679 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12680 (eval $ac_link) 2>conftest.er1
12682 grep -v '^ *+' conftest.er1 >conftest.err
12684 cat conftest.err >&5
12685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12686 (exit $ac_status); } &&
12687 { ac_try='test -z "$ac_c_werror_flag"
12688 || test ! -s conftest.err'
12689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12690 (eval $ac_try) 2>&5
12692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693 (exit $ac_status); }; } &&
12694 { ac_try='test -s conftest$ac_exeext'
12695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12696 (eval $ac_try) 2>&5
12698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12699 (exit $ac_status); }; }; then
12700 eval "$as_ac_var=yes"
12702 echo "$as_me: failed program was:" >&5
12703 sed 's/^/| /' conftest.$ac_ext >&5
12705 eval "$as_ac_var=no"
12707 rm -f conftest.err conftest.$ac_objext \
12708 conftest$ac_exeext conftest.$ac_ext
12710 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12711 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12712 if test `eval echo '${'$as_ac_var'}'` = yes; then
12713 cat >>confdefs.h <<_ACEOF
12714 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12720 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
12722 cat >>confdefs.h <<\_ACEOF
12728 rm -f doc/config.status
12729 ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
12731 ac_config_commands="$ac_config_commands default"
12733 cat >confcache <<\_ACEOF
12734 # This file is a shell script that caches the results of configure
12735 # tests run on this system so they can be shared between configure
12736 # scripts and configure runs, see configure's option --config-cache.
12737 # It is not useful on other systems. If it contains results you don't
12738 # want to keep, you may remove or edit it.
12740 # config.status only pays attention to the cache file if you give it
12741 # the --recheck option to rerun configure.
12743 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12744 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12745 # following values.
12749 # The following way of writing the cache mishandles newlines in values,
12750 # but we know of no workaround that is simple, portable, and efficient.
12751 # So, don't put newlines in cache variables' values.
12752 # Ultrix sh set writes to stderr and can't be redirected directly,
12753 # and sets the high bit in the cache file unless we assign to the vars.
12756 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12758 # `set' does not quote correctly, so add quotes (double-quote
12759 # substitution turns \\\\ into \\, and sed turns \\ into \).
12762 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12765 # `set' quotes correctly as required by POSIX, so do not add quotes.
12767 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12774 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12776 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12778 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12779 if test -w $cache_file; then
12780 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12781 cat confcache >$cache_file
12783 echo "not updating unwritable cache $cache_file"
12788 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12789 # Let make expand exec_prefix.
12790 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12792 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12793 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12794 # trailing colons and then remove the whole line if VPATH becomes empty
12795 # (actually we leave an empty line to preserve line numbers).
12796 if test "x$srcdir" = x.; then
12797 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12798 s/:*\$(srcdir):*/:/;
12799 s/:*\${srcdir}:*/:/;
12801 s/^\([^=]*=[ ]*\):*/\1/;
12807 DEFS=-DHAVE_CONFIG_H
12811 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12812 # 1. Remove the extension, and $U if already installed.
12813 ac_i=`echo "$ac_i" |
12814 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12816 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
12817 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
12819 LIBOBJS=$ac_libobjs
12821 LTLIBOBJS=$ac_ltlibobjs
12824 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12825 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
12826 Usually this means the macro was only invoked conditionally." >&5
12827 echo "$as_me: error: conditional \"AMDEP\" was never defined.
12828 Usually this means the macro was only invoked conditionally." >&2;}
12829 { (exit 1); exit 1; }; }
12831 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12832 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
12833 Usually this means the macro was only invoked conditionally." >&5
12834 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
12835 Usually this means the macro was only invoked conditionally." >&2;}
12836 { (exit 1); exit 1; }; }
12838 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12839 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
12840 Usually this means the macro was only invoked conditionally." >&5
12841 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
12842 Usually this means the macro was only invoked conditionally." >&2;}
12843 { (exit 1); exit 1; }; }
12845 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12846 { { echo "$as_me:$LINENO: error: conditional \"INSTALL_LIBBFD\" was never defined.
12847 Usually this means the macro was only invoked conditionally." >&5
12848 echo "$as_me: error: conditional \"INSTALL_LIBBFD\" was never defined.
12849 Usually this means the macro was only invoked conditionally." >&2;}
12850 { (exit 1); exit 1; }; }
12853 : ${CONFIG_STATUS=./config.status}
12854 ac_clean_files_save=$ac_clean_files
12855 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12856 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12857 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12858 cat >$CONFIG_STATUS <<_ACEOF
12860 # Generated by $as_me.
12861 # Run this file to recreate the current configuration.
12862 # Compiler output produced by configure, useful for debugging
12863 # configure, is in config.log if it exists.
12866 ac_cs_recheck=false
12868 SHELL=\${CONFIG_SHELL-$SHELL}
12871 cat >>$CONFIG_STATUS <<\_ACEOF
12872 ## --------------------- ##
12873 ## M4sh Initialization. ##
12874 ## --------------------- ##
12876 # Be Bourne compatible
12877 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12880 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12881 # is contrary to our usage. Disable this feature.
12882 alias -g '${1+"$@"}'='"$@"'
12883 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
12886 DUALCASE=1; export DUALCASE # for MKS sh
12888 # Support unset when possible.
12889 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
12896 # Work around bugs in pre-3.0 UWIN ksh.
12897 $as_unset ENV MAIL MAILPATH
12904 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12905 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12906 LC_TELEPHONE LC_TIME
12908 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12909 eval $as_var=C; export $as_var
12915 # Required to use basename.
12916 if expr a : '\(a\)' >/dev/null 2>&1; then
12922 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
12923 as_basename=basename
12929 # Name of the executable.
12930 as_me=`$as_basename "$0" ||
12931 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12932 X"$0" : 'X\(//\)$' \| \
12933 X"$0" : 'X\(/\)$' \| \
12934 . : '\(.\)' 2>/dev/null ||
12936 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12937 /^X\/\(\/\/\)$/{ s//\1/; q; }
12938 /^X\/\(\/\).*/{ s//\1/; q; }
12942 # PATH needs CR, and LINENO needs CR and PATH.
12943 # Avoid depending upon Character Ranges.
12944 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12945 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12946 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12947 as_cr_digits='0123456789'
12948 as_cr_alnum=$as_cr_Letters$as_cr_digits
12950 # The user is always right.
12951 if test "${PATH_SEPARATOR+set}" != set; then
12952 echo "#! /bin/sh" >conf$$.sh
12953 echo "exit 0" >>conf$$.sh
12955 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12964 as_lineno_1=$LINENO
12965 as_lineno_2=$LINENO
12966 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12967 test "x$as_lineno_1" != "x$as_lineno_2" &&
12968 test "x$as_lineno_3" = "x$as_lineno_2" || {
12969 # Find who we are. Look in the path if we contain no path at all
12972 *[\\/]* ) as_myself=$0 ;;
12973 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12974 for as_dir in $PATH
12977 test -z "$as_dir" && as_dir=.
12978 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12983 # We did not find ourselves, most probably we were run as `sh COMMAND'
12984 # in which case we are not to be found in the path.
12985 if test "x$as_myself" = x; then
12988 if test ! -f "$as_myself"; then
12989 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12990 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12991 { (exit 1); exit 1; }; }
12993 case $CONFIG_SHELL in
12995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12996 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
12999 test -z "$as_dir" && as_dir=.
13000 for as_base in sh bash ksh sh5; do
13003 if ("$as_dir/$as_base" -c '
13004 as_lineno_1=$LINENO
13005 as_lineno_2=$LINENO
13006 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
13007 test "x$as_lineno_1" != "x$as_lineno_2" &&
13008 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
13009 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
13010 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
13011 CONFIG_SHELL=$as_dir/$as_base
13012 export CONFIG_SHELL
13013 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
13021 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
13022 # uniformly replaced by the line number. The first 'sed' inserts a
13023 # line-number line before each line; the second 'sed' does the real
13024 # work. The second script uses 'N' to pair each line-number line
13025 # with the numbered line, and appends trailing '-' during
13026 # substitution so that $LINENO is not a special case at line end.
13027 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
13028 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
13029 sed '=' <$as_myself |
13034 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
13037 s,^['$as_cr_digits']*\n,,
13038 ' >$as_me.lineno &&
13039 chmod +x $as_me.lineno ||
13040 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
13041 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
13042 { (exit 1); exit 1; }; }
13044 # Don't try to exec as it changes $[0], causing all sort of problems
13045 # (the dirname of $[0] is not the place where we might find the
13046 # original and so on. Autoconf is especially sensible to this).
13048 # Exit status is that of the last command.
13053 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
13054 *c*,-n*) ECHO_N= ECHO_C='
13056 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
13057 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
13060 if expr a : '\(a\)' >/dev/null 2>&1; then
13066 rm -f conf$$ conf$$.exe conf$$.file
13068 if ln -s conf$$.file conf$$ 2>/dev/null; then
13069 # We could just check for DJGPP; but this test a) works b) is more generic
13070 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
13071 if test -f conf$$.exe; then
13072 # Don't use ln at all; we don't have any links
13077 elif ln conf$$.file conf$$ 2>/dev/null; then
13082 rm -f conf$$ conf$$.exe conf$$.file
13084 if mkdir -p . 2>/dev/null; then
13087 test -d ./-p && rmdir ./-p
13091 as_executable_p="test -f"
13093 # Sed expression to map a string onto a valid CPP name.
13094 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13096 # Sed expression to map a string onto a valid variable name.
13097 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13101 # We need space, tab and new line, in precisely that order.
13111 # Open the log real soon, to keep \$[0] and so on meaningful, and to
13112 # report actual input values of CONFIG_FILES etc. instead of their
13113 # values after options handling. Logging --version etc. is OK.
13117 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13118 ## Running $as_me. ##
13123 This file was extended by $as_me, which was
13124 generated by GNU Autoconf 2.59. Invocation command line was
13126 CONFIG_FILES = $CONFIG_FILES
13127 CONFIG_HEADERS = $CONFIG_HEADERS
13128 CONFIG_LINKS = $CONFIG_LINKS
13129 CONFIG_COMMANDS = $CONFIG_COMMANDS
13133 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
13137 # Files that config.status was made for.
13138 if test -n "$ac_config_files"; then
13139 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13142 if test -n "$ac_config_headers"; then
13143 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13146 if test -n "$ac_config_links"; then
13147 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13150 if test -n "$ac_config_commands"; then
13151 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13154 cat >>$CONFIG_STATUS <<\_ACEOF
13157 \`$as_me' instantiates files from templates according to the
13158 current configuration.
13160 Usage: $0 [OPTIONS] [FILE]...
13162 -h, --help print this help, then exit
13163 -V, --version print version number, then exit
13164 -q, --quiet do not print progress messages
13165 -d, --debug don't remove temporary files
13166 --recheck update $as_me by reconfiguring in the same conditions
13167 --file=FILE[:TEMPLATE]
13168 instantiate the configuration file FILE
13169 --header=FILE[:TEMPLATE]
13170 instantiate the configuration header FILE
13172 Configuration files:
13175 Configuration headers:
13178 Configuration commands:
13184 cat >>$CONFIG_STATUS <<_ACEOF
13187 configured by $0, generated by GNU Autoconf 2.59,
13188 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13190 Copyright (C) 2003 Free Software Foundation, Inc.
13191 This config.status script is free software; the Free Software Foundation
13192 gives unlimited permission to copy, distribute and modify it."
13197 cat >>$CONFIG_STATUS <<\_ACEOF
13198 # If no file are specified by the user, then we need to provide default
13199 # value. By we need to know if files were specified by the user.
13205 ac_option=`expr "x$1" : 'x\([^=]*\)='`
13206 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
13214 *) # This is not an option, so the user has probably given explicit
13217 ac_need_defaults=false;;
13221 # Handling of the options.
13223 cat >>$CONFIG_STATUS <<\_ACEOF
13224 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13226 --version | --vers* | -V )
13227 echo "$ac_cs_version"; exit 0 ;;
13229 # Conflict between --help and --header
13230 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13231 Try \`$0 --help' for more information." >&5
13232 echo "$as_me: error: ambiguous option: $1
13233 Try \`$0 --help' for more information." >&2;}
13234 { (exit 1); exit 1; }; };;
13235 --help | --hel | -h )
13236 echo "$ac_cs_usage"; exit 0 ;;
13237 --debug | --d* | -d )
13239 --file | --fil | --fi | --f )
13241 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13242 ac_need_defaults=false;;
13243 --header | --heade | --head | --hea )
13245 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13246 ac_need_defaults=false;;
13247 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13248 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13251 # This is an error.
13252 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13253 Try \`$0 --help' for more information." >&5
13254 echo "$as_me: error: unrecognized option: $1
13255 Try \`$0 --help' for more information." >&2;}
13256 { (exit 1); exit 1; }; } ;;
13258 *) ac_config_targets="$ac_config_targets $1" ;;
13264 ac_configure_extra_args=
13266 if $ac_cs_silent; then
13268 ac_configure_extra_args="$ac_configure_extra_args --silent"
13272 cat >>$CONFIG_STATUS <<_ACEOF
13273 if \$ac_cs_recheck; then
13274 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13275 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13280 cat >>$CONFIG_STATUS <<_ACEOF
13282 # INIT-COMMANDS section.
13285 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13292 cat >>$CONFIG_STATUS <<\_ACEOF
13293 for ac_config_target in $ac_config_targets
13295 case "$ac_config_target" in
13296 # Handling of arguments.
13297 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13298 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13299 "bfd-in3.h" ) CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
13300 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13301 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13302 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
13303 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13304 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13305 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13306 { (exit 1); exit 1; }; };;
13310 # If the user did not use the arguments to specify the items to instantiate,
13311 # then the envvar interface is used. Set only those that are not.
13312 # We use the long form for the default assignment because of an extremely
13313 # bizarre bug on SunOS 4.1.3.
13314 if $ac_need_defaults; then
13315 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13316 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13317 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13320 # Have a temporary directory for convenience. Make it in the build tree
13321 # simply because there is no reason to put it here, and in addition,
13322 # creating and moving files from /tmp can sometimes cause problems.
13323 # Create a temporary directory, and hook for its removal unless debugging.
13326 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13327 trap '{ (exit 1); exit 1; }' 1 2 13 15
13330 # Create a (secure) tmp directory for tmp files.
13333 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13334 test -n "$tmp" && test -d "$tmp"
13337 tmp=./confstat$$-$RANDOM
13338 (umask 077 && mkdir $tmp)
13341 echo "$me: cannot create a temporary directory in ." >&2
13342 { (exit 1); exit 1; }
13347 cat >>$CONFIG_STATUS <<_ACEOF
13350 # CONFIG_FILES section.
13353 # No need to generate the scripts if there are no CONFIG_FILES.
13354 # This happens for instance when ./config.status config.h
13355 if test -n "\$CONFIG_FILES"; then
13356 # Protect against being on the right side of a sed subst in config.status.
13357 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13358 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13359 s,@SHELL@,$SHELL,;t t
13360 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13361 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13362 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13363 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13364 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13365 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13366 s,@exec_prefix@,$exec_prefix,;t t
13367 s,@prefix@,$prefix,;t t
13368 s,@program_transform_name@,$program_transform_name,;t t
13369 s,@bindir@,$bindir,;t t
13370 s,@sbindir@,$sbindir,;t t
13371 s,@libexecdir@,$libexecdir,;t t
13372 s,@datadir@,$datadir,;t t
13373 s,@sysconfdir@,$sysconfdir,;t t
13374 s,@sharedstatedir@,$sharedstatedir,;t t
13375 s,@localstatedir@,$localstatedir,;t t
13376 s,@libdir@,$libdir,;t t
13377 s,@includedir@,$includedir,;t t
13378 s,@oldincludedir@,$oldincludedir,;t t
13379 s,@infodir@,$infodir,;t t
13380 s,@mandir@,$mandir,;t t
13381 s,@build_alias@,$build_alias,;t t
13382 s,@host_alias@,$host_alias,;t t
13383 s,@target_alias@,$target_alias,;t t
13384 s,@DEFS@,$DEFS,;t t
13385 s,@ECHO_C@,$ECHO_C,;t t
13386 s,@ECHO_N@,$ECHO_N,;t t
13387 s,@ECHO_T@,$ECHO_T,;t t
13388 s,@LIBS@,$LIBS,;t t
13389 s,@build@,$build,;t t
13390 s,@build_cpu@,$build_cpu,;t t
13391 s,@build_vendor@,$build_vendor,;t t
13392 s,@build_os@,$build_os,;t t
13393 s,@host@,$host,;t t
13394 s,@host_cpu@,$host_cpu,;t t
13395 s,@host_vendor@,$host_vendor,;t t
13396 s,@host_os@,$host_os,;t t
13397 s,@target@,$target,;t t
13398 s,@target_cpu@,$target_cpu,;t t
13399 s,@target_vendor@,$target_vendor,;t t
13400 s,@target_os@,$target_os,;t t
13402 s,@CFLAGS@,$CFLAGS,;t t
13403 s,@LDFLAGS@,$LDFLAGS,;t t
13404 s,@CPPFLAGS@,$CPPFLAGS,;t t
13405 s,@ac_ct_CC@,$ac_ct_CC,;t t
13406 s,@EXEEXT@,$EXEEXT,;t t
13407 s,@OBJEXT@,$OBJEXT,;t t
13408 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13409 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13410 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13411 s,@CYGPATH_W@,$CYGPATH_W,;t t
13412 s,@PACKAGE@,$PACKAGE,;t t
13413 s,@VERSION@,$VERSION,;t t
13414 s,@ACLOCAL@,$ACLOCAL,;t t
13415 s,@AUTOCONF@,$AUTOCONF,;t t
13416 s,@AUTOMAKE@,$AUTOMAKE,;t t
13417 s,@AUTOHEADER@,$AUTOHEADER,;t t
13418 s,@MAKEINFO@,$MAKEINFO,;t t
13419 s,@install_sh@,$install_sh,;t t
13420 s,@STRIP@,$STRIP,;t t
13421 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
13422 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
13423 s,@mkdir_p@,$mkdir_p,;t t
13425 s,@SET_MAKE@,$SET_MAKE,;t t
13426 s,@am__leading_dot@,$am__leading_dot,;t t
13427 s,@AMTAR@,$AMTAR,;t t
13428 s,@am__tar@,$am__tar,;t t
13429 s,@am__untar@,$am__untar,;t t
13430 s,@DEPDIR@,$DEPDIR,;t t
13431 s,@am__include@,$am__include,;t t
13432 s,@am__quote@,$am__quote,;t t
13433 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
13434 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
13435 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
13436 s,@CCDEPMODE@,$CCDEPMODE,;t t
13437 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
13438 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
13440 s,@ac_ct_AR@,$ac_ct_AR,;t t
13441 s,@RANLIB@,$RANLIB,;t t
13442 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
13443 s,@LN_S@,$LN_S,;t t
13444 s,@LIBTOOL@,$LIBTOOL,;t t
13445 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
13446 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13447 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13448 s,@MAINT@,$MAINT,;t t
13449 s,@INSTALL_LIBBFD_TRUE@,$INSTALL_LIBBFD_TRUE,;t t
13450 s,@INSTALL_LIBBFD_FALSE@,$INSTALL_LIBBFD_FALSE,;t t
13451 s,@host_noncanonical@,$host_noncanonical,;t t
13452 s,@target_noncanonical@,$target_noncanonical,;t t
13453 s,@bfdlibdir@,$bfdlibdir,;t t
13454 s,@bfdincludedir@,$bfdincludedir,;t t
13456 s,@EGREP@,$EGREP,;t t
13457 s,@ALLOCA@,$ALLOCA,;t t
13458 s,@USE_NLS@,$USE_NLS,;t t
13459 s,@MSGFMT@,$MSGFMT,;t t
13460 s,@GMSGFMT@,$GMSGFMT,;t t
13461 s,@XGETTEXT@,$XGETTEXT,;t t
13462 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
13463 s,@CATALOGS@,$CATALOGS,;t t
13464 s,@CATOBJEXT@,$CATOBJEXT,;t t
13465 s,@DATADIRNAME@,$DATADIRNAME,;t t
13466 s,@GMOFILES@,$GMOFILES,;t t
13467 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
13468 s,@INTLDEPS@,$INTLDEPS,;t t
13469 s,@INTLLIBS@,$INTLLIBS,;t t
13470 s,@INTLOBJS@,$INTLOBJS,;t t
13471 s,@POFILES@,$POFILES,;t t
13472 s,@POSUB@,$POSUB,;t t
13473 s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
13474 s,@GT_NO@,$GT_NO,;t t
13475 s,@GT_YES@,$GT_YES,;t t
13476 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
13478 s,@HDEFINES@,$HDEFINES,;t t
13479 s,@BFD_HOST_64BIT_LONG@,$BFD_HOST_64BIT_LONG,;t t
13480 s,@BFD_HOST_LONG_LONG@,$BFD_HOST_LONG_LONG,;t t
13481 s,@BFD_HOST_64_BIT_DEFINED@,$BFD_HOST_64_BIT_DEFINED,;t t
13482 s,@BFD_HOST_64_BIT@,$BFD_HOST_64_BIT,;t t
13483 s,@BFD_HOST_U_64_BIT@,$BFD_HOST_U_64_BIT,;t t
13484 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
13485 s,@EXEEXT_FOR_BUILD@,$EXEEXT_FOR_BUILD,;t t
13486 s,@COREFILE@,$COREFILE,;t t
13487 s,@COREFLAG@,$COREFLAG,;t t
13488 s,@WIN32LDFLAGS@,$WIN32LDFLAGS,;t t
13489 s,@WIN32LIBADD@,$WIN32LIBADD,;t t
13490 s,@TDEFINES@,$TDEFINES,;t t
13491 s,@wordsize@,$wordsize,;t t
13492 s,@bfd_libs@,$bfd_libs,;t t
13493 s,@all_backends@,$all_backends,;t t
13494 s,@bfd_backends@,$bfd_backends,;t t
13495 s,@bfd_machines@,$bfd_machines,;t t
13496 s,@bfd_default_target_size@,$bfd_default_target_size,;t t
13497 s,@bfd_file_ptr@,$bfd_file_ptr,;t t
13498 s,@bfd_ufile_ptr@,$bfd_ufile_ptr,;t t
13499 s,@tdefaults@,$tdefaults,;t t
13500 s,@LIBOBJS@,$LIBOBJS,;t t
13501 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13506 cat >>$CONFIG_STATUS <<\_ACEOF
13507 # Split the substitutions into bite-sized pieces for seds with
13508 # small command number limits, like on Digital OSF/1 and HP-UX.
13509 ac_max_sed_lines=48
13510 ac_sed_frag=1 # Number of current file.
13511 ac_beg=1 # First line for current file.
13512 ac_end=$ac_max_sed_lines # Line after last line for current file.
13515 while $ac_more_lines; do
13516 if test $ac_beg -gt 1; then
13517 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13519 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
13521 if test ! -s $tmp/subs.frag; then
13522 ac_more_lines=false
13524 # The purpose of the label and of the branching condition is to
13525 # speed up the sed processing (if there are no `@' at all, there
13526 # is no need to browse any of the substitutions).
13527 # These are the two extra sed commands mentioned above.
13529 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
13530 if test -z "$ac_sed_cmds"; then
13531 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
13533 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13535 ac_sed_frag=`expr $ac_sed_frag + 1`
13537 ac_end=`expr $ac_end + $ac_max_sed_lines`
13540 if test -z "$ac_sed_cmds"; then
13543 fi # test -n "$CONFIG_FILES"
13546 cat >>$CONFIG_STATUS <<\_ACEOF
13547 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
13548 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13550 - | *:- | *:-:* ) # input from stdin
13552 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13553 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13554 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13555 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13556 * ) ac_file_in=$ac_file.in ;;
13559 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13560 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13561 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13562 X"$ac_file" : 'X\(//\)[^/]' \| \
13563 X"$ac_file" : 'X\(//\)$' \| \
13564 X"$ac_file" : 'X\(/\)' \| \
13565 . : '\(.\)' 2>/dev/null ||
13567 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13568 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13569 /^X\(\/\/\)$/{ s//\1/; q; }
13570 /^X\(\/\).*/{ s//\1/; q; }
13572 { if $as_mkdir_p; then
13577 while test ! -d "$as_dir"; do
13578 as_dirs="$as_dir $as_dirs"
13579 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13580 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13581 X"$as_dir" : 'X\(//\)[^/]' \| \
13582 X"$as_dir" : 'X\(//\)$' \| \
13583 X"$as_dir" : 'X\(/\)' \| \
13584 . : '\(.\)' 2>/dev/null ||
13586 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13587 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13588 /^X\(\/\/\)$/{ s//\1/; q; }
13589 /^X\(\/\).*/{ s//\1/; q; }
13592 test ! -n "$as_dirs" || mkdir $as_dirs
13593 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13594 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13595 { (exit 1); exit 1; }; }; }
13599 if test "$ac_dir" != .; then
13600 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13601 # A "../" for each directory in $ac_dir_suffix.
13602 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13604 ac_dir_suffix= ac_top_builddir=
13608 .) # No --srcdir option. We are building in place.
13610 if test -z "$ac_top_builddir"; then
13613 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
13615 [\\/]* | ?:[\\/]* ) # Absolute path.
13616 ac_srcdir=$srcdir$ac_dir_suffix;
13617 ac_top_srcdir=$srcdir ;;
13618 *) # Relative path.
13619 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
13620 ac_top_srcdir=$ac_top_builddir$srcdir ;;
13623 # Do not use `cd foo && pwd` to compute absolute paths, because
13624 # the directories may not exist.
13626 .) ac_abs_builddir="$ac_dir";;
13629 .) ac_abs_builddir=`pwd`;;
13630 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
13631 *) ac_abs_builddir=`pwd`/"$ac_dir";;
13634 case $ac_abs_builddir in
13635 .) ac_abs_top_builddir=${ac_top_builddir}.;;
13637 case ${ac_top_builddir}. in
13638 .) ac_abs_top_builddir=$ac_abs_builddir;;
13639 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
13640 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13643 case $ac_abs_builddir in
13644 .) ac_abs_srcdir=$ac_srcdir;;
13647 .) ac_abs_srcdir=$ac_abs_builddir;;
13648 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13649 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13652 case $ac_abs_builddir in
13653 .) ac_abs_top_srcdir=$ac_top_srcdir;;
13655 case $ac_top_srcdir in
13656 .) ac_abs_top_srcdir=$ac_abs_builddir;;
13657 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13658 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13664 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13665 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13668 if test x"$ac_file" != x-; then
13669 { echo "$as_me:$LINENO: creating $ac_file" >&5
13670 echo "$as_me: creating $ac_file" >&6;}
13673 # Let's still pretend it is `configure' which instantiates (i.e., don't
13674 # use $as_me), people would be surprised to read:
13675 # /* config.h. Generated by config.status. */
13676 if test x"$ac_file" = x-; then
13679 configure_input="$ac_file. "
13681 configure_input=$configure_input"Generated from `echo $ac_file_in |
13682 sed 's,.*/,,'` by configure."
13684 # First look for the input files in the build tree, otherwise in the
13686 ac_file_inputs=`IFS=:
13687 for f in $ac_file_in; do
13689 -) echo $tmp/stdin ;;
13691 # Absolute (can't be DOS-style, as IFS=:)
13692 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13693 echo "$as_me: error: cannot find input file: $f" >&2;}
13694 { (exit 1); exit 1; }; }
13697 if test -f "$f"; then
13700 elif test -f "$srcdir/$f"; then
13705 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13706 echo "$as_me: error: cannot find input file: $f" >&2;}
13707 { (exit 1); exit 1; }; }
13710 done` || { (exit 1); exit 1; }
13712 cat >>$CONFIG_STATUS <<_ACEOF
13716 cat >>$CONFIG_STATUS <<\_ACEOF
13718 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13719 s,@configure_input@,$configure_input,;t t
13720 s,@srcdir@,$ac_srcdir,;t t
13721 s,@abs_srcdir@,$ac_abs_srcdir,;t t
13722 s,@top_srcdir@,$ac_top_srcdir,;t t
13723 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13724 s,@builddir@,$ac_builddir,;t t
13725 s,@abs_builddir@,$ac_abs_builddir,;t t
13726 s,@top_builddir@,$ac_top_builddir,;t t
13727 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13728 s,@INSTALL@,$ac_INSTALL,;t t
13729 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13731 if test x"$ac_file" != x-; then
13732 mv $tmp/out $ac_file
13740 cat >>$CONFIG_STATUS <<\_ACEOF
13743 # CONFIG_HEADER section.
13746 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
13747 # NAME is the cpp macro being defined and VALUE is the value it is being given.
13749 # ac_d sets the value in "#define NAME VALUE" lines.
13750 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
13751 ac_dB='[ ].*$,\1#\2'
13754 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
13755 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
13756 ac_uB='$,\1#\2define\3'
13760 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13761 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13763 - | *:- | *:-:* ) # input from stdin
13765 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13766 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13767 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
13768 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
13769 * ) ac_file_in=$ac_file.in ;;
13772 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
13773 echo "$as_me: creating $ac_file" >&6;}
13775 # First look for the input files in the build tree, otherwise in the
13777 ac_file_inputs=`IFS=:
13778 for f in $ac_file_in; do
13780 -) echo $tmp/stdin ;;
13782 # Absolute (can't be DOS-style, as IFS=:)
13783 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13784 echo "$as_me: error: cannot find input file: $f" >&2;}
13785 { (exit 1); exit 1; }; }
13786 # Do quote $f, to prevent DOS paths from being IFS'd.
13789 if test -f "$f"; then
13792 elif test -f "$srcdir/$f"; then
13797 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13798 echo "$as_me: error: cannot find input file: $f" >&2;}
13799 { (exit 1); exit 1; }; }
13802 done` || { (exit 1); exit 1; }
13803 # Remove the trailing spaces.
13804 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
13808 # Transform confdefs.h into two sed scripts, `conftest.defines' and
13809 # `conftest.undefs', that substitutes the proper values into
13810 # config.h.in to produce config.h. The first handles `#define'
13811 # templates, and the second `#undef' templates.
13812 # And first: Protect against being on the right side of a sed subst in
13813 # config.status. Protect against being in an unquoted here document
13814 # in config.status.
13815 rm -f conftest.defines conftest.undefs
13816 # Using a here document instead of a string reduces the quoting nightmare.
13817 # Putting comments in sed scripts is not portable.
13819 # `end' is used to avoid that the second main sed command (meant for
13820 # 0-ary CPP macros) applies to n-ary macro definitions.
13821 # See the Autoconf documentation for `clear'.
13822 cat >confdef2sed.sed <<\_ACEOF
13827 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
13829 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
13832 # If some macros were called several times there might be several times
13833 # the same #defines, which is useless. Nevertheless, we may not want to
13834 # sort them, since we want the *last* AC-DEFINE to be honored.
13835 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
13836 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
13837 rm -f confdef2sed.sed
13839 # This sed command replaces #undef with comments. This is necessary, for
13840 # example, in the case of _POSIX_SOURCE, which is predefined and required
13841 # on some systems where configure will not decide to define it.
13842 cat >>conftest.undefs <<\_ACEOF
13843 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
13846 # Break up conftest.defines because some shells have a limit on the size
13847 # of here documents, and old seds have small limits too (100 cmds).
13848 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
13849 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
13850 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
13851 echo ' :' >>$CONFIG_STATUS
13852 rm -f conftest.tail
13853 while grep . conftest.defines >/dev/null
13855 # Write a limited-size here document to $tmp/defines.sed.
13856 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
13857 # Speed up: don't consider the non `#define' lines.
13858 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
13859 # Work around the forget-to-reset-the-flag bug.
13860 echo 't clr' >>$CONFIG_STATUS
13861 echo ': clr' >>$CONFIG_STATUS
13862 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
13864 sed -f $tmp/defines.sed $tmp/in >$tmp/out
13866 mv $tmp/out $tmp/in
13868 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
13869 rm -f conftest.defines
13870 mv conftest.tail conftest.defines
13872 rm -f conftest.defines
13873 echo ' fi # grep' >>$CONFIG_STATUS
13874 echo >>$CONFIG_STATUS
13876 # Break up conftest.undefs because some shells have a limit on the size
13877 # of here documents, and old seds have small limits too (100 cmds).
13878 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
13879 rm -f conftest.tail
13880 while grep . conftest.undefs >/dev/null
13882 # Write a limited-size here document to $tmp/undefs.sed.
13883 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
13884 # Speed up: don't consider the non `#undef'
13885 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
13886 # Work around the forget-to-reset-the-flag bug.
13887 echo 't clr' >>$CONFIG_STATUS
13888 echo ': clr' >>$CONFIG_STATUS
13889 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
13891 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
13893 mv $tmp/out $tmp/in
13895 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
13896 rm -f conftest.undefs
13897 mv conftest.tail conftest.undefs
13899 rm -f conftest.undefs
13901 cat >>$CONFIG_STATUS <<\_ACEOF
13902 # Let's still pretend it is `configure' which instantiates (i.e., don't
13903 # use $as_me), people would be surprised to read:
13904 # /* config.h. Generated by config.status. */
13905 if test x"$ac_file" = x-; then
13906 echo "/* Generated by configure. */" >$tmp/config.h
13908 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
13910 cat $tmp/in >>$tmp/config.h
13912 if test x"$ac_file" != x-; then
13913 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
13914 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
13915 echo "$as_me: $ac_file is unchanged" >&6;}
13917 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
13918 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13919 X"$ac_file" : 'X\(//\)[^/]' \| \
13920 X"$ac_file" : 'X\(//\)$' \| \
13921 X"$ac_file" : 'X\(/\)' \| \
13922 . : '\(.\)' 2>/dev/null ||
13924 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13925 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13926 /^X\(\/\/\)$/{ s//\1/; q; }
13927 /^X\(\/\).*/{ s//\1/; q; }
13929 { if $as_mkdir_p; then
13934 while test ! -d "$as_dir"; do
13935 as_dirs="$as_dir $as_dirs"
13936 as_dir=`(dirname "$as_dir") 2>/dev/null ||
13937 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13938 X"$as_dir" : 'X\(//\)[^/]' \| \
13939 X"$as_dir" : 'X\(//\)$' \| \
13940 X"$as_dir" : 'X\(/\)' \| \
13941 . : '\(.\)' 2>/dev/null ||
13943 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13944 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13945 /^X\(\/\/\)$/{ s//\1/; q; }
13946 /^X\(\/\).*/{ s//\1/; q; }
13949 test ! -n "$as_dirs" || mkdir $as_dirs
13950 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13951 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13952 { (exit 1); exit 1; }; }; }
13955 mv $tmp/config.h $ac_file
13959 rm -f $tmp/config.h
13961 # Compute $ac_file's index in $config_headers.
13963 for _am_header in $config_headers :; do
13964 case $_am_header in
13965 $ac_file | $ac_file:* )
13968 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13971 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
13972 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13973 X$ac_file : 'X\(//\)[^/]' \| \
13974 X$ac_file : 'X\(//\)$' \| \
13975 X$ac_file : 'X\(/\)' \| \
13976 . : '\(.\)' 2>/dev/null ||
13978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13979 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13980 /^X\(\/\/\)$/{ s//\1/; q; }
13981 /^X\(\/\).*/{ s//\1/; q; }
13982 s/.*/./; q'`/stamp-h$_am_stamp_count
13985 cat >>$CONFIG_STATUS <<\_ACEOF
13988 # CONFIG_COMMANDS section.
13990 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
13991 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
13992 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
13993 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
13994 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13995 X"$ac_dest" : 'X\(//\)[^/]' \| \
13996 X"$ac_dest" : 'X\(//\)$' \| \
13997 X"$ac_dest" : 'X\(/\)' \| \
13998 . : '\(.\)' 2>/dev/null ||
14000 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14001 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14002 /^X\(\/\/\)$/{ s//\1/; q; }
14003 /^X\(\/\).*/{ s//\1/; q; }
14005 { if $as_mkdir_p; then
14010 while test ! -d "$as_dir"; do
14011 as_dirs="$as_dir $as_dirs"
14012 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14013 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14014 X"$as_dir" : 'X\(//\)[^/]' \| \
14015 X"$as_dir" : 'X\(//\)$' \| \
14016 X"$as_dir" : 'X\(/\)' \| \
14017 . : '\(.\)' 2>/dev/null ||
14019 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14020 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14021 /^X\(\/\/\)$/{ s//\1/; q; }
14022 /^X\(\/\).*/{ s//\1/; q; }
14025 test ! -n "$as_dirs" || mkdir $as_dirs
14026 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
14027 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
14028 { (exit 1); exit 1; }; }; }
14032 if test "$ac_dir" != .; then
14033 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14034 # A "../" for each directory in $ac_dir_suffix.
14035 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
14037 ac_dir_suffix= ac_top_builddir=
14041 .) # No --srcdir option. We are building in place.
14043 if test -z "$ac_top_builddir"; then
14046 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
14048 [\\/]* | ?:[\\/]* ) # Absolute path.
14049 ac_srcdir=$srcdir$ac_dir_suffix;
14050 ac_top_srcdir=$srcdir ;;
14051 *) # Relative path.
14052 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
14053 ac_top_srcdir=$ac_top_builddir$srcdir ;;
14056 # Do not use `cd foo && pwd` to compute absolute paths, because
14057 # the directories may not exist.
14059 .) ac_abs_builddir="$ac_dir";;
14062 .) ac_abs_builddir=`pwd`;;
14063 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
14064 *) ac_abs_builddir=`pwd`/"$ac_dir";;
14067 case $ac_abs_builddir in
14068 .) ac_abs_top_builddir=${ac_top_builddir}.;;
14070 case ${ac_top_builddir}. in
14071 .) ac_abs_top_builddir=$ac_abs_builddir;;
14072 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
14073 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
14076 case $ac_abs_builddir in
14077 .) ac_abs_srcdir=$ac_srcdir;;
14080 .) ac_abs_srcdir=$ac_abs_builddir;;
14081 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
14082 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
14085 case $ac_abs_builddir in
14086 .) ac_abs_top_srcdir=$ac_top_srcdir;;
14088 case $ac_top_srcdir in
14089 .) ac_abs_top_srcdir=$ac_abs_builddir;;
14090 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
14091 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
14096 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
14097 echo "$as_me: executing $ac_dest commands" >&6;}
14099 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
14100 # Strip MF so we end up with the name of the file.
14101 mf=`echo "$mf" | sed -e 's/:.*$//'`
14102 # Check whether this is an Automake generated Makefile or not.
14103 # We used to match only the files named `Makefile.in', but
14104 # some people rename them; so instead we look at the file content.
14105 # Grep'ing the first line is not enough: some people post-process
14106 # each Makefile.in and add a new line on top of each file to say so.
14107 # So let's grep whole file.
14108 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
14109 dirpart=`(dirname "$mf") 2>/dev/null ||
14110 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14111 X"$mf" : 'X\(//\)[^/]' \| \
14112 X"$mf" : 'X\(//\)$' \| \
14113 X"$mf" : 'X\(/\)' \| \
14114 . : '\(.\)' 2>/dev/null ||
14116 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14117 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14118 /^X\(\/\/\)$/{ s//\1/; q; }
14119 /^X\(\/\).*/{ s//\1/; q; }
14124 # Extract the definition of DEPDIR, am__include, and am__quote
14125 # from the Makefile without running `make'.
14126 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14127 test -z "$DEPDIR" && continue
14128 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14129 test -z "am__include" && continue
14130 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14131 # When using ansi2knr, U may be empty or an underscore; expand it
14132 U=`sed -n 's/^U = //p' < "$mf"`
14133 # Find all dependency output files, they are included files with
14134 # $(DEPDIR) in their names. We invoke sed twice because it is the
14135 # simplest approach to changing $(DEPDIR) to its actual value in the
14137 for file in `sed -n "
14138 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14139 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14140 # Make sure the directory exists.
14141 test -f "$dirpart/$file" && continue
14142 fdir=`(dirname "$file") 2>/dev/null ||
14143 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14144 X"$file" : 'X\(//\)[^/]' \| \
14145 X"$file" : 'X\(//\)$' \| \
14146 X"$file" : 'X\(/\)' \| \
14147 . : '\(.\)' 2>/dev/null ||
14149 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14150 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14151 /^X\(\/\/\)$/{ s//\1/; q; }
14152 /^X\(\/\).*/{ s//\1/; q; }
14154 { if $as_mkdir_p; then
14155 mkdir -p $dirpart/$fdir
14157 as_dir=$dirpart/$fdir
14159 while test ! -d "$as_dir"; do
14160 as_dirs="$as_dir $as_dirs"
14161 as_dir=`(dirname "$as_dir") 2>/dev/null ||
14162 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14163 X"$as_dir" : 'X\(//\)[^/]' \| \
14164 X"$as_dir" : 'X\(//\)$' \| \
14165 X"$as_dir" : 'X\(/\)' \| \
14166 . : '\(.\)' 2>/dev/null ||
14168 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
14169 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
14170 /^X\(\/\/\)$/{ s//\1/; q; }
14171 /^X\(\/\).*/{ s//\1/; q; }
14174 test ! -n "$as_dirs" || mkdir $as_dirs
14175 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
14176 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
14177 { (exit 1); exit 1; }; }; }
14179 # echo "creating $dirpart/$file"
14180 echo '# dummy' > "$dirpart/$file"
14184 default ) sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' -e '/BLD-POTFILES =/r po/BLD-POTFILES' po/Makefile.in > po/Makefile ;;
14189 cat >>$CONFIG_STATUS <<\_ACEOF
14191 { (exit 0); exit 0; }
14193 chmod +x $CONFIG_STATUS
14194 ac_clean_files=$ac_clean_files_save
14197 # configure is writing to config.log, and then calls config.status.
14198 # config.status does its own redirection, appending to config.log.
14199 # Unfortunately, on DOS this fails, as config.log is still kept open
14200 # by configure, so config.status won't be able to write to it; its
14201 # output is simply discarded. So we exec the FD to /dev/null,
14202 # effectively closing config.log, so it can be properly (re)opened and
14203 # appended to by config.status. When coming back to configure, we
14204 # need to make the FD available again.
14205 if test "$no_create" != yes; then
14207 ac_config_status_args=
14208 test "$silent" = yes &&
14209 ac_config_status_args="$ac_config_status_args --quiet"
14211 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14213 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14214 # would make configure fail if this is the last instruction.
14215 $ac_cs_success || { (exit 1); exit 1; }