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 NO_WERROR 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-secureplt Default to creating read-only plt entries
863 --enable-werror treat compile warnings as errors
864 --enable-build-warnings Enable build-time compiler warnings
865 --enable-maintainer-mode enable make rules and dependencies not useful
866 (and sometimes confusing
) to the casual installer
867 --enable-install-libbfd controls installation of libbfd and related headers
868 --disable-nls do not use Native Language Support
871 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
872 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
873 --with-gnu-ld assume the C compiler uses GNU ld default
=no
874 --with-pic try to use only PIC
/non-PIC objects default
=use both
875 --with-mmap try using mmap
for BFD input files
if available
876 --with-included-gettext use the GNU
gettext library included here
878 Some influential environment variables
:
879 CC C compiler
command
880 CFLAGS C compiler flags
881 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
882 nonstandard directory
<lib dir
>
883 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
884 headers
in a nonstandard directory
<include dir
>
887 Use these variables to override the choices made by
`configure' or to help
888 it to find libraries and programs with nonstandard names/locations.
893 if test "$ac_init_help" = "recursive"; then
894 # If there are subdirs, report their specific --help.
896 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
897 test -d $ac_dir || continue
900 if test "$ac_dir" != .; then
901 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
902 # A "../" for each directory in $ac_dir_suffix.
903 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
905 ac_dir_suffix= ac_top_builddir=
909 .) # No --srcdir option. We are building in place.
911 if test -z "$ac_top_builddir"; then
914 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
916 [\\/]* | ?:[\\/]* ) # Absolute path.
917 ac_srcdir=$srcdir$ac_dir_suffix;
918 ac_top_srcdir=$srcdir ;;
920 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
921 ac_top_srcdir=$ac_top_builddir$srcdir ;;
924 # Do not use `cd foo
&& pwd` to compute absolute paths, because
925 # the directories may not exist.
927 .) ac_abs_builddir="$ac_dir";;
930 .) ac_abs_builddir=`pwd`;;
931 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
932 *) ac_abs_builddir=`pwd`/"$ac_dir";;
935 case $ac_abs_builddir in
936 .) ac_abs_top_builddir=${ac_top_builddir}.;;
938 case ${ac_top_builddir}. in
939 .) ac_abs_top_builddir=$ac_abs_builddir;;
940 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
941 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
944 case $ac_abs_builddir in
945 .) ac_abs_srcdir=$ac_srcdir;;
948 .) ac_abs_srcdir=$ac_abs_builddir;;
949 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
950 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
953 case $ac_abs_builddir in
954 .) ac_abs_top_srcdir=$ac_top_srcdir;;
956 case $ac_top_srcdir in
957 .) ac_abs_top_srcdir=$ac_abs_builddir;;
958 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
959 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
964 # Check for guested configure; otherwise get Cygnus style configure.
965 if test -f $ac_srcdir/configure.gnu; then
967 $SHELL $ac_srcdir/configure.gnu --help=recursive
968 elif test -f $ac_srcdir/configure; then
970 $SHELL $ac_srcdir/configure --help=recursive
971 elif test -f $ac_srcdir/configure.ac ||
972 test -f $ac_srcdir/configure.in; then
976 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
982 test -n "$ac_init_help" && exit 0
983 if $ac_init_version; then
986 Copyright (C) 2003 Free Software Foundation, Inc.
987 This configure script is free software; the Free Software Foundation
988 gives unlimited permission to copy, distribute and modify it.
994 This file contains any messages produced by compilers while
995 running configure, to aid debugging if configure makes a mistake.
997 It was created by $as_me, which was
998 generated by GNU Autoconf 2.59. Invocation command line was
1009 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1010 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1011 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1012 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1013 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1015 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1016 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1018 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1019 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1020 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1021 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1022 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1023 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1024 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1032 test -z "$as_dir" && as_dir=.
1033 echo "PATH: $as_dir"
1048 # Keep a trace of the command line.
1049 # Strip out --no-create and --no-recursion so they do not pile up.
1050 # Strip out --silent because we don't want to record it for future runs.
1051 # Also quote any args containing shell meta-characters.
1052 # Make two passes to allow for proper duplicate-argument suppression.
1057 ac_must_keep_next=false
1063 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1064 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1065 | -silent | --silent | --silen | --sile | --sil)
1067 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1068 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1071 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1073 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1074 if test $ac_must_keep_next = true; then
1075 ac_must_keep_next=false # Got value, back to normal.
1078 *=* | --config-cache | -C | -disable-* | --disable-* \
1079 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1080 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1081 | -with-* | --with-* | -without-* | --without-* | --x)
1082 case "$ac_configure_args0 " in
1083 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1086 -* ) ac_must_keep_next=true ;;
1089 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1090 # Get rid of the leading space.
1096 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1097 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1099 # When interrupted or exit'd, cleanup temporary files, and complete
1100 # config.log. We remove comments because anyway the quotes in there
1101 # would cause problems or look ugly.
1102 # WARNING: Be sure not to use single quotes in there, as some shells,
1103 # such as our DU 5.0 friend, will then `close
' the trap.
1104 trap 'exit_status
=$?
1105 # Save into config.log some information that might help in debugging.
1110 ## ---------------- ##
1111 ## Cache variables. ##
1112 ## ---------------- ##
1115 # The following way of writing the cache mishandles newlines in values,
1118 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1121 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1122 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1126 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1133 ## ----------------- ##
1134 ## Output variables. ##
1135 ## ----------------- ##
1138 for ac_var
in $ac_subst_vars
1140 eval ac_val
=$
`echo $ac_var`
1141 echo "$ac_var='"'"'$ac_val'"'"'"
1145 if test -n "$ac_subst_files"; then
1152 for ac_var
in $ac_subst_files
1154 eval ac_val
=$
`echo $ac_var`
1155 echo "$ac_var='"'"'$ac_val'"'"'"
1160 if test -s confdefs.h
; then
1167 sed "/^$/d" confdefs.h |
sort
1170 test "$ac_signal" != 0 &&
1171 echo "$as_me: caught signal $ac_signal"
1172 echo "$as_me: exit $exit_status"
1174 rm -f core
*.core
&&
1175 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1178 for ac_signal in 1 2 13 15; do
1179 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1183 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1184 rm -rf conftest* confdefs.h
1185 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1188 # Predefined preprocessor variables.
1190 cat >>confdefs.h <<_ACEOF
1191 #define PACKAGE_NAME "$PACKAGE_NAME"
1195 cat >>confdefs.h <<_ACEOF
1196 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1200 cat >>confdefs.h <<_ACEOF
1201 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1205 cat >>confdefs.h <<_ACEOF
1206 #define PACKAGE_STRING "$PACKAGE_STRING"
1210 cat >>confdefs.h <<_ACEOF
1211 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1215 # Let the site file select an alternate cache file if it wants to.
1216 # Prefer explicitly selected file to automatically selected ones.
1217 if test -z "$CONFIG_SITE"; then
1218 if test "x$prefix" != xNONE; then
1219 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1221 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1224 for ac_site_file in $CONFIG_SITE; do
1225 if test -r "$ac_site_file"; then
1226 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1227 echo "$as_me: loading site script $ac_site_file" >&6;}
1228 sed 's
/^
/|
/' "$ac_site_file" >&5
1233 if test -r "$cache_file"; then
1234 # Some versions of bash will fail to source /dev/null (special
1235 # files actually), so we avoid doing that.
1236 if test -f "$cache_file"; then
1237 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1238 echo "$as_me: loading cache $cache_file" >&6;}
1240 [\\/]* | ?:[\\/]* ) . $cache_file;;
1241 *) . ./$cache_file;;
1245 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1246 echo "$as_me: creating cache $cache_file" >&6;}
1250 # Check that the precious variables saved in the cache have kept the same
1252 ac_cache_corrupted=false
1253 for ac_var in `(set) 2>&1 |
1254 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1255 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1256 eval ac_new_set=\$ac_env_${ac_var}_set
1257 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1258 eval ac_new_val="\$ac_env_${ac_var}_value"
1259 case $ac_old_set,$ac_new_set in
1261 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1262 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1263 ac_cache_corrupted=: ;;
1265 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1266 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1267 ac_cache_corrupted=: ;;
1270 if test "x$ac_old_val" != "x$ac_new_val"; then
1271 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1272 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1273 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1274 echo "$as_me: former value: $ac_old_val" >&2;}
1275 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1276 echo "$as_me: current value: $ac_new_val" >&2;}
1277 ac_cache_corrupted=:
1280 # Pass precious variables to config.status.
1281 if test "$ac_new_set" = set; then
1283 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1284 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1285 *) ac_arg=$ac_var=$ac_new_val ;;
1287 case " $ac_configure_args " in
1288 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1289 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1293 if $ac_cache_corrupted; then
1294 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1295 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1296 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1297 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1298 { (exit 1); exit 1; }; }
1302 ac_cpp='$CPP $CPPFLAGS'
1303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1304 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1328 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1329 if test -f $ac_dir/install-sh; then
1331 ac_install_sh="$ac_aux_dir/install-sh -c"
1333 elif test -f $ac_dir/install.sh; then
1335 ac_install_sh="$ac_aux_dir/install.sh -c"
1337 elif test -f $ac_dir/shtool; then
1339 ac_install_sh="$ac_aux_dir/shtool install -c"
1343 if test -z "$ac_aux_dir"; then
1344 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1345 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1346 { (exit 1); exit 1; }; }
1348 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1349 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1350 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1352 # Make sure we can run config.sub.
1353 $ac_config_sub sun4 >/dev/null 2>&1 ||
1354 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1355 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1356 { (exit 1); exit 1; }; }
1358 echo "$as_me:$LINENO: checking build system type" >&5
1359 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1360 if test "${ac_cv_build+set}" = set; then
1361 echo $ECHO_N "(cached) $ECHO_C" >&6
1363 ac_cv_build_alias=$build_alias
1364 test -z "$ac_cv_build_alias" &&
1365 ac_cv_build_alias=`$ac_config_guess`
1366 test -z "$ac_cv_build_alias" &&
1367 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1368 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1369 { (exit 1); exit 1; }; }
1370 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1371 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1372 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1373 { (exit 1); exit 1; }; }
1376 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1377 echo "${ECHO_T}$ac_cv_build" >&6
1379 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1380 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1381 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1384 echo "$as_me:$LINENO: checking host system type" >&5
1385 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1386 if test "${ac_cv_host+set}" = set; then
1387 echo $ECHO_N "(cached) $ECHO_C" >&6
1389 ac_cv_host_alias=$host_alias
1390 test -z "$ac_cv_host_alias" &&
1391 ac_cv_host_alias=$ac_cv_build_alias
1392 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1393 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1394 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1395 { (exit 1); exit 1; }; }
1398 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1399 echo "${ECHO_T}$ac_cv_host" >&6
1401 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1402 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1403 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1406 echo "$as_me:$LINENO: checking target system type" >&5
1407 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1408 if test "${ac_cv_target+set}" = set; then
1409 echo $ECHO_N "(cached) $ECHO_C" >&6
1411 ac_cv_target_alias=$target_alias
1412 test "x$ac_cv_target_alias" = "x" &&
1413 ac_cv_target_alias=$ac_cv_host_alias
1414 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1415 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1416 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1417 { (exit 1); exit 1; }; }
1420 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1421 echo "${ECHO_T}$ac_cv_target" >&6
1422 target=$ac_cv_target
1423 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1424 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1425 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1428 # The aliases save the names the user supplied, while $host etc.
1429 # will get canonicalized.
1430 test -n "$target_alias" &&
1431 test "$program_prefix$program_suffix$program_transform_name" = \
1433 program_prefix=${target_alias}-
1435 ac_cpp='$CPP $CPPFLAGS'
1436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1437 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1439 if test -n "$ac_tool_prefix"; then
1440 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1441 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1442 echo "$as_me:$LINENO: checking for $ac_word" >&5
1443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1444 if test "${ac_cv_prog_CC+set}" = set; then
1445 echo $ECHO_N "(cached) $ECHO_C" >&6
1447 if test -n "$CC"; then
1448 ac_cv_prog_CC="$CC" # Let the user override the test.
1450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1454 test -z "$as_dir" && as_dir=.
1455 for ac_exec_ext in '' $ac_executable_extensions; do
1456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1457 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1467 if test -n "$CC"; then
1468 echo "$as_me:$LINENO: result: $CC" >&5
1469 echo "${ECHO_T}$CC" >&6
1471 echo "$as_me:$LINENO: result: no" >&5
1472 echo "${ECHO_T}no" >&6
1476 if test -z "$ac_cv_prog_CC"; then
1478 # Extract the first word of "gcc", so it can be a program name with args.
1479 set dummy gcc; ac_word=$2
1480 echo "$as_me:$LINENO: checking for $ac_word" >&5
1481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1482 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1483 echo $ECHO_N "(cached) $ECHO_C" >&6
1485 if test -n "$ac_ct_CC"; then
1486 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1492 test -z "$as_dir" && as_dir=.
1493 for ac_exec_ext in '' $ac_executable_extensions; do
1494 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1495 ac_cv_prog_ac_ct_CC="gcc"
1496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1504 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1505 if test -n "$ac_ct_CC"; then
1506 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1507 echo "${ECHO_T}$ac_ct_CC" >&6
1509 echo "$as_me:$LINENO: result: no" >&5
1510 echo "${ECHO_T}no" >&6
1518 if test -z "$CC"; then
1519 if test -n "$ac_tool_prefix"; then
1520 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1521 set dummy ${ac_tool_prefix}cc; ac_word=$2
1522 echo "$as_me:$LINENO: checking for $ac_word" >&5
1523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1524 if test "${ac_cv_prog_CC+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1527 if test -n "$CC"; then
1528 ac_cv_prog_CC="$CC" # Let the user override the test.
1530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1534 test -z "$as_dir" && as_dir=.
1535 for ac_exec_ext in '' $ac_executable_extensions; do
1536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1537 ac_cv_prog_CC="${ac_tool_prefix}cc"
1538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1547 if test -n "$CC"; then
1548 echo "$as_me:$LINENO: result: $CC" >&5
1549 echo "${ECHO_T}$CC" >&6
1551 echo "$as_me:$LINENO: result: no" >&5
1552 echo "${ECHO_T}no" >&6
1556 if test -z "$ac_cv_prog_CC"; then
1558 # Extract the first word of "cc", so it can be a program name with args.
1559 set dummy cc; ac_word=$2
1560 echo "$as_me:$LINENO: checking for $ac_word" >&5
1561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1562 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1563 echo $ECHO_N "(cached) $ECHO_C" >&6
1565 if test -n "$ac_ct_CC"; then
1566 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1572 test -z "$as_dir" && as_dir=.
1573 for ac_exec_ext in '' $ac_executable_extensions; do
1574 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1575 ac_cv_prog_ac_ct_CC="cc"
1576 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1584 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1585 if test -n "$ac_ct_CC"; then
1586 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1587 echo "${ECHO_T}$ac_ct_CC" >&6
1589 echo "$as_me:$LINENO: result: no" >&5
1590 echo "${ECHO_T}no" >&6
1599 if test -z "$CC"; then
1600 # Extract the first word of "cc", so it can be a program name with args.
1601 set dummy cc; ac_word=$2
1602 echo "$as_me:$LINENO: checking for $ac_word" >&5
1603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1604 if test "${ac_cv_prog_CC+set}" = set; then
1605 echo $ECHO_N "(cached) $ECHO_C" >&6
1607 if test -n "$CC"; then
1608 ac_cv_prog_CC="$CC" # Let the user override the test.
1611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1615 test -z "$as_dir" && as_dir=.
1616 for ac_exec_ext in '' $ac_executable_extensions; do
1617 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1618 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1619 ac_prog_rejected=yes
1623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1629 if test $ac_prog_rejected = yes; then
1630 # We found a bogon in the path, so make sure we never use it.
1631 set dummy $ac_cv_prog_CC
1633 if test $# != 0; then
1634 # We chose a different compiler from the bogus one.
1635 # However, it has the same basename, so the bogon will be chosen
1636 # first if we set CC to just the basename; use the full file name.
1638 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1644 if test -n "$CC"; then
1645 echo "$as_me:$LINENO: result: $CC" >&5
1646 echo "${ECHO_T}$CC" >&6
1648 echo "$as_me:$LINENO: result: no" >&5
1649 echo "${ECHO_T}no" >&6
1653 if test -z "$CC"; then
1654 if test -n "$ac_tool_prefix"; then
1657 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1658 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1659 echo "$as_me:$LINENO: checking for $ac_word" >&5
1660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1661 if test "${ac_cv_prog_CC+set}" = set; then
1662 echo $ECHO_N "(cached) $ECHO_C" >&6
1664 if test -n "$CC"; then
1665 ac_cv_prog_CC="$CC" # Let the user override the test.
1667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1671 test -z "$as_dir" && as_dir=.
1672 for ac_exec_ext in '' $ac_executable_extensions; do
1673 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1674 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1684 if test -n "$CC"; then
1685 echo "$as_me:$LINENO: result: $CC" >&5
1686 echo "${ECHO_T}$CC" >&6
1688 echo "$as_me:$LINENO: result: no" >&5
1689 echo "${ECHO_T}no" >&6
1692 test -n "$CC" && break
1695 if test -z "$CC"; then
1699 # Extract the first word of "$ac_prog", so it can be a program name with args.
1700 set dummy $ac_prog; ac_word=$2
1701 echo "$as_me:$LINENO: checking for $ac_word" >&5
1702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1703 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1704 echo $ECHO_N "(cached) $ECHO_C" >&6
1706 if test -n "$ac_ct_CC"; then
1707 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1713 test -z "$as_dir" && as_dir=.
1714 for ac_exec_ext in '' $ac_executable_extensions; do
1715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1716 ac_cv_prog_ac_ct_CC="$ac_prog"
1717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1725 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1726 if test -n "$ac_ct_CC"; then
1727 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1728 echo "${ECHO_T}$ac_ct_CC" >&6
1730 echo "$as_me:$LINENO: result: no" >&5
1731 echo "${ECHO_T}no" >&6
1734 test -n "$ac_ct_CC" && break
1743 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1744 See \`config.log' for more details.
" >&5
1745 echo "$as_me: error
: no acceptable C compiler found
in \
$PATH
1746 See \
`config.log' for more details." >&2;}
1747 { (exit 1); exit 1; }; }
1749 # Provide some information about the compiler.
1750 echo "$as_me:$LINENO:" \
1751 "checking for C compiler version" >&5
1752 ac_compiler=`set X
$ac_compile; echo $2`
1753 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1754 (eval $ac_compiler --version </dev/null >&5) 2>&5
1756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1757 (exit $ac_status); }
1758 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1759 (eval $ac_compiler -v </dev/null >&5) 2>&5
1761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1762 (exit $ac_status); }
1763 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1764 (eval $ac_compiler -V </dev/null >&5) 2>&5
1766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1767 (exit $ac_status); }
1769 cat >conftest.$ac_ext <<_ACEOF
1772 cat confdefs.h >>conftest.$ac_ext
1773 cat >>conftest.$ac_ext <<_ACEOF
1774 /* end confdefs.h. */
1784 ac_clean_files_save=$ac_clean_files
1785 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1786 # Try to create an executable without -o first, disregard a.out.
1787 # It will help us diagnose broken compilers, and finding out an intuition
1789 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1790 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1791 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
1792 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1793 (eval $ac_link_default) 2>&5
1795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1796 (exit $ac_status); }; then
1797 # Find the output, starting from the most likely. This scheme is
1798 # not robust to junk in `.
', hence go to wildcards (a.*) only as a last
1801 # Be careful to initialize this variable, since it used to be cached.
1802 # Otherwise an old cache value of `no' led to
`EXEEXT = no' in a Makefile.
1804 # b.out is created by i960 compilers.
1805 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1807 test -f "$ac_file" || continue
1809 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1812 # This is the source file.
1815 # We found the default executable, but exeext='' is most
1819 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1820 # FIXME: I believe we export ac_cv_exeext for Libtool,
1821 # but it would be cool to find out if it's true. Does anybody
1822 # maintain Libtool? --akim.
1830 echo "$as_me: failed program was:" >&5
1831 sed 's/^/| /' conftest.$ac_ext >&5
1833 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1834 See \`config.log
' for more details." >&5
1835 echo "$as_me: error: C compiler cannot create executables
1836 See \`config.log' for more details.
" >&2;}
1837 { (exit 77); exit 77; }; }
1840 ac_exeext=$ac_cv_exeext
1841 echo "$as_me:$LINENO: result
: $ac_file" >&5
1842 echo "${ECHO_T}$ac_file" >&6
1844 # Check the compiler produces executables we can run. If not, either
1845 # the compiler is broken, or we cross compile.
1846 echo "$as_me:$LINENO: checking whether the C compiler works
" >&5
1847 echo $ECHO_N "checking whether the C compiler works...
$ECHO_C" >&6
1848 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1849 # If not cross compiling, check that we can run a simple program.
1850 if test "$cross_compiling" != yes; then
1851 if { ac_try='./$ac_file'
1852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
1856 (exit $ac_status); }; }; then
1859 if test "$cross_compiling" = maybe; then
1862 { { echo "$as_me:$LINENO: error
: cannot run C compiled programs.
1863 If you meant to cross compile
, use \
`--host'.
1864 See \`config.log
' for more details." >&5
1865 echo "$as_me: error: cannot run C compiled programs.
1866 If you meant to cross compile, use \`--host'.
1867 See \
`config.log' for more details." >&2;}
1868 { (exit 1); exit 1; }; }
1872 echo "$as_me:$LINENO: result: yes" >&5
1873 echo "${ECHO_T}yes" >&6
1875 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1876 ac_clean_files=$ac_clean_files_save
1877 # Check the compiler produces executables we can run. If not, either
1878 # the compiler is broken, or we cross compile.
1879 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1880 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1881 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1882 echo "${ECHO_T}$cross_compiling" >&6
1884 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1885 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1887 (eval $ac_link) 2>&5
1889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1890 (exit $ac_status); }; then
1891 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
1892 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
1893 # work properly (i.e., refer to `conftest.exe'), while it won't with
1895 for ac_file
in conftest.exe conftest conftest.
*; do
1896 test -f "$ac_file" ||
continue
1898 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
1899 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1906 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1907 See \`config.log' for more details." >&5
1908 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1909 See \`config.log' for more details." >&2;}
1910 { (exit 1); exit 1; }; }
1913 rm -f conftest
$ac_cv_exeext
1914 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1915 echo "${ECHO_T}$ac_cv_exeext" >&6
1917 rm -f conftest.
$ac_ext
1918 EXEEXT
=$ac_cv_exeext
1920 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1921 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1922 if test "${ac_cv_objext+set}" = set; then
1923 echo $ECHO_N "(cached) $ECHO_C" >&6
1925 cat >conftest.
$ac_ext <<_ACEOF
1928 cat confdefs.h
>>conftest.
$ac_ext
1929 cat >>conftest.
$ac_ext <<_ACEOF
1930 /* end confdefs.h. */
1940 rm -f conftest.o conftest.obj
1941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1942 (eval $ac_compile) 2>&5
1944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1945 (exit $ac_status); }; then
1946 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1948 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
1949 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
1954 echo "$as_me: failed program was:" >&5
1955 sed 's/^/| /' conftest.
$ac_ext >&5
1957 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1958 See \`config.log' for more details." >&5
1959 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1960 See \`config.log' for more details." >&2;}
1961 { (exit 1); exit 1; }; }
1964 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
1966 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1967 echo "${ECHO_T}$ac_cv_objext" >&6
1968 OBJEXT
=$ac_cv_objext
1970 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1971 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1972 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1973 echo $ECHO_N "(cached) $ECHO_C" >&6
1975 cat >conftest.
$ac_ext <<_ACEOF
1978 cat confdefs.h
>>conftest.
$ac_ext
1979 cat >>conftest.
$ac_ext <<_ACEOF
1980 /* end confdefs.h. */
1993 rm -f conftest.
$ac_objext
1994 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1995 (eval $ac_compile) 2>conftest.er1
1997 grep -v '^ *+' conftest.er1
>conftest.err
1999 cat conftest.err
>&5
2000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2001 (exit $ac_status); } &&
2002 { ac_try
='test -z "$ac_c_werror_flag"
2003 || test ! -s conftest.err'
2004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2008 (exit $ac_status); }; } &&
2009 { ac_try
='test -s conftest.$ac_objext'
2010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2014 (exit $ac_status); }; }; then
2017 echo "$as_me: failed program was:" >&5
2018 sed 's/^/| /' conftest.
$ac_ext >&5
2022 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2023 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2026 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2027 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2028 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2029 ac_test_CFLAGS
=${CFLAGS+set}
2030 ac_save_CFLAGS
=$CFLAGS
2032 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2033 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2034 if test "${ac_cv_prog_cc_g+set}" = set; then
2035 echo $ECHO_N "(cached) $ECHO_C" >&6
2037 cat >conftest.
$ac_ext <<_ACEOF
2040 cat confdefs.h
>>conftest.
$ac_ext
2041 cat >>conftest.
$ac_ext <<_ACEOF
2042 /* end confdefs.h. */
2052 rm -f conftest.
$ac_objext
2053 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2054 (eval $ac_compile) 2>conftest.er1
2056 grep -v '^ *+' conftest.er1
>conftest.err
2058 cat conftest.err
>&5
2059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2060 (exit $ac_status); } &&
2061 { ac_try
='test -z "$ac_c_werror_flag"
2062 || test ! -s conftest.err'
2063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2067 (exit $ac_status); }; } &&
2068 { ac_try
='test -s conftest.$ac_objext'
2069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2073 (exit $ac_status); }; }; then
2076 echo "$as_me: failed program was:" >&5
2077 sed 's/^/| /' conftest.
$ac_ext >&5
2081 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2083 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2084 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2085 if test "$ac_test_CFLAGS" = set; then
2086 CFLAGS
=$ac_save_CFLAGS
2087 elif test $ac_cv_prog_cc_g = yes; then
2088 if test "$GCC" = yes; then
2094 if test "$GCC" = yes; then
2100 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2101 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2102 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2103 echo $ECHO_N "(cached) $ECHO_C" >&6
2105 ac_cv_prog_cc_stdc
=no
2107 cat >conftest.
$ac_ext <<_ACEOF
2110 cat confdefs.h
>>conftest.
$ac_ext
2111 cat >>conftest.
$ac_ext <<_ACEOF
2112 /* end confdefs.h. */
2115 #include <sys/types.h>
2116 #include <sys/stat.h>
2117 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2118 struct buf { int x; };
2119 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2120 static char *e (p, i)
2126 static char *f (char * (*g) (char **, int), char **p, ...)
2131 s = g (p, va_arg (v,int));
2136 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2137 function prototypes and stuff, but not '\xHH' hex character constants.
2138 These don't provoke an error unfortunately, instead are silently treated
2139 as 'x'. The following induces an error, until -std1 is added to get
2140 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2141 array size at least. It's necessary to write '\x00'==0 to get something
2142 that's true only with -std1. */
2143 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2145 int test (int i, double x);
2146 struct s1 {int (*f) (int a);};
2147 struct s2 {int (*f) (double a);};
2148 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2154 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2159 # Don't try gcc -ansi; that turns off useful extensions and
2160 # breaks some systems' header files.
2161 # AIX -qlanglvl=ansi
2162 # Ultrix and OSF/1 -std1
2163 # HP-UX 10.20 and later -Ae
2164 # HP-UX older versions -Aa -D_HPUX_SOURCE
2165 # SVR4 -Xc -D__EXTENSIONS__
2166 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2168 CC
="$ac_save_CC $ac_arg"
2169 rm -f conftest.
$ac_objext
2170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171 (eval $ac_compile) 2>conftest.er1
2173 grep -v '^ *+' conftest.er1
>conftest.err
2175 cat conftest.err
>&5
2176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2177 (exit $ac_status); } &&
2178 { ac_try
='test -z "$ac_c_werror_flag"
2179 || test ! -s conftest.err'
2180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2184 (exit $ac_status); }; } &&
2185 { ac_try
='test -s conftest.$ac_objext'
2186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2190 (exit $ac_status); }; }; then
2191 ac_cv_prog_cc_stdc
=$ac_arg
2194 echo "$as_me: failed program was:" >&5
2195 sed 's/^/| /' conftest.
$ac_ext >&5
2198 rm -f conftest.err conftest.
$ac_objext
2200 rm -f conftest.
$ac_ext conftest.
$ac_objext
2205 case "x$ac_cv_prog_cc_stdc" in
2207 echo "$as_me:$LINENO: result: none needed" >&5
2208 echo "${ECHO_T}none needed" >&6 ;;
2210 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2211 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2212 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2215 # Some people use a C++ compiler to compile C. Since we use `exit',
2216 # in C++ we need to declare it. In case someone uses the same compiler
2217 # for both compiling C and C++ we need to have the C++ compiler decide
2218 # the declaration of exit, since it's the most demanding environment.
2219 cat >conftest.
$ac_ext <<_ACEOF
2224 rm -f conftest.
$ac_objext
2225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2226 (eval $ac_compile) 2>conftest.er1
2228 grep -v '^ *+' conftest.er1
>conftest.err
2230 cat conftest.err
>&5
2231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2232 (exit $ac_status); } &&
2233 { ac_try
='test -z "$ac_c_werror_flag"
2234 || test ! -s conftest.err'
2235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2239 (exit $ac_status); }; } &&
2240 { ac_try
='test -s conftest.$ac_objext'
2241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245 (exit $ac_status); }; }; then
2246 for ac_declaration
in \
2248 'extern "C" void std::exit (int) throw (); using std::exit;' \
2249 'extern "C" void std::exit (int); using std::exit;' \
2250 'extern "C" void exit (int) throw ();' \
2251 'extern "C" void exit (int);' \
2254 cat >conftest.
$ac_ext <<_ACEOF
2257 cat confdefs.h
>>conftest.
$ac_ext
2258 cat >>conftest.
$ac_ext <<_ACEOF
2259 /* end confdefs.h. */
2270 rm -f conftest.
$ac_objext
2271 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2272 (eval $ac_compile) 2>conftest.er1
2274 grep -v '^ *+' conftest.er1
>conftest.err
2276 cat conftest.err
>&5
2277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2278 (exit $ac_status); } &&
2279 { ac_try
='test -z "$ac_c_werror_flag"
2280 || test ! -s conftest.err'
2281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2285 (exit $ac_status); }; } &&
2286 { ac_try
='test -s conftest.$ac_objext'
2287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2291 (exit $ac_status); }; }; then
2294 echo "$as_me: failed program was:" >&5
2295 sed 's/^/| /' conftest.
$ac_ext >&5
2299 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2300 cat >conftest.
$ac_ext <<_ACEOF
2303 cat confdefs.h
>>conftest.
$ac_ext
2304 cat >>conftest.
$ac_ext <<_ACEOF
2305 /* end confdefs.h. */
2315 rm -f conftest.
$ac_objext
2316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2317 (eval $ac_compile) 2>conftest.er1
2319 grep -v '^ *+' conftest.er1
>conftest.err
2321 cat conftest.err
>&5
2322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2323 (exit $ac_status); } &&
2324 { ac_try
='test -z "$ac_c_werror_flag"
2325 || test ! -s conftest.err'
2326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330 (exit $ac_status); }; } &&
2331 { ac_try
='test -s conftest.$ac_objext'
2332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2336 (exit $ac_status); }; }; then
2339 echo "$as_me: failed program was:" >&5
2340 sed 's/^/| /' conftest.
$ac_ext >&5
2343 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2346 if test -n "$ac_declaration"; then
2347 echo '#ifdef __cplusplus' >>confdefs.h
2348 echo $ac_declaration >>confdefs.h
2349 echo '#endif' >>confdefs.h
2353 echo "$as_me: failed program was:" >&5
2354 sed 's/^/| /' conftest.
$ac_ext >&5
2357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2359 ac_cpp
='$CPP $CPPFLAGS'
2360 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2361 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2362 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2365 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2366 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2367 if test "${ac_cv_search_strerror+set}" = set; then
2368 echo $ECHO_N "(cached) $ECHO_C" >&6
2370 ac_func_search_save_LIBS
=$LIBS
2371 ac_cv_search_strerror
=no
2372 cat >conftest.
$ac_ext <<_ACEOF
2375 cat confdefs.h
>>conftest.
$ac_ext
2376 cat >>conftest.
$ac_ext <<_ACEOF
2377 /* end confdefs.h. */
2379 /* Override any gcc2 internal prototype to avoid an error. */
2383 /* We use char because int might match the return type of a gcc2
2384 builtin and then its argument prototype would still apply. */
2394 rm -f conftest.
$ac_objext conftest
$ac_exeext
2395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2396 (eval $ac_link) 2>conftest.er1
2398 grep -v '^ *+' conftest.er1
>conftest.err
2400 cat conftest.err
>&5
2401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2402 (exit $ac_status); } &&
2403 { ac_try
='test -z "$ac_c_werror_flag"
2404 || test ! -s conftest.err'
2405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2409 (exit $ac_status); }; } &&
2410 { ac_try
='test -s conftest$ac_exeext'
2411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2415 (exit $ac_status); }; }; then
2416 ac_cv_search_strerror
="none required"
2418 echo "$as_me: failed program was:" >&5
2419 sed 's/^/| /' conftest.
$ac_ext >&5
2422 rm -f conftest.err conftest.
$ac_objext \
2423 conftest
$ac_exeext conftest.
$ac_ext
2424 if test "$ac_cv_search_strerror" = no
; then
2425 for ac_lib
in cposix
; do
2426 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2427 cat >conftest.
$ac_ext <<_ACEOF
2430 cat confdefs.h
>>conftest.
$ac_ext
2431 cat >>conftest.
$ac_ext <<_ACEOF
2432 /* end confdefs.h. */
2434 /* Override any gcc2 internal prototype to avoid an error. */
2438 /* We use char because int might match the return type of a gcc2
2439 builtin and then its argument prototype would still apply. */
2449 rm -f conftest.
$ac_objext conftest
$ac_exeext
2450 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2451 (eval $ac_link) 2>conftest.er1
2453 grep -v '^ *+' conftest.er1
>conftest.err
2455 cat conftest.err
>&5
2456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2457 (exit $ac_status); } &&
2458 { ac_try
='test -z "$ac_c_werror_flag"
2459 || test ! -s conftest.err'
2460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2464 (exit $ac_status); }; } &&
2465 { ac_try
='test -s conftest$ac_exeext'
2466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470 (exit $ac_status); }; }; then
2471 ac_cv_search_strerror
="-l$ac_lib"
2474 echo "$as_me: failed program was:" >&5
2475 sed 's/^/| /' conftest.
$ac_ext >&5
2478 rm -f conftest.err conftest.
$ac_objext \
2479 conftest
$ac_exeext conftest.
$ac_ext
2482 LIBS
=$ac_func_search_save_LIBS
2484 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2485 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2486 if test "$ac_cv_search_strerror" != no
; then
2487 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2492 am__api_version
="1.9"
2493 # Find a good install program. We prefer a C program (faster),
2494 # so one script is as good as another. But avoid the broken or
2495 # incompatible versions:
2496 # SysV /etc/install, /usr/sbin/install
2497 # SunOS /usr/etc/install
2498 # IRIX /sbin/install
2500 # AmigaOS /C/install, which installs bootblocks on floppy discs
2501 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2502 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2503 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2504 # OS/2's system install, which has a completely different semantic
2505 # ./install, which can be erroneously created by make from ./install.sh.
2506 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2507 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2508 if test -z "$INSTALL"; then
2509 if test "${ac_cv_path_install+set}" = set; then
2510 echo $ECHO_N "(cached) $ECHO_C" >&6
2512 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2516 test -z "$as_dir" && as_dir
=.
2517 # Account for people who put trailing slashes in PATH elements.
2519 .
/ | .
// |
/cC
/* | \
2520 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2521 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2524 # OSF1 and SCO ODT 3.0 have their own names for install.
2525 # Don't use installbsd from OSF since it installs stuff as root
2527 for ac_prog
in ginstall scoinst
install; do
2528 for ac_exec_ext
in '' $ac_executable_extensions; do
2529 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2530 if test $ac_prog = install &&
2531 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2532 # AIX install. It has an incompatible calling convention.
2534 elif test $ac_prog = install &&
2535 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2536 # program-specific install script used by HP pwplus--don't use.
2539 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2551 if test "${ac_cv_path_install+set}" = set; then
2552 INSTALL
=$ac_cv_path_install
2554 # As a last resort, use the slow shell script. We don't cache a
2555 # path for INSTALL within a source directory, because that will
2556 # break other packages using the cache if that directory is
2557 # removed, or if the path is relative.
2558 INSTALL
=$ac_install_sh
2561 echo "$as_me:$LINENO: result: $INSTALL" >&5
2562 echo "${ECHO_T}$INSTALL" >&6
2564 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2565 # It thinks the first close brace ends the variable substitution.
2566 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2568 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2570 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2572 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2573 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2576 echo timestamp
> conftest.
file
2577 # Do `set' in a subshell so we don't clobber the current shell's
2578 # arguments. Must try -L first in case configure is actually a
2579 # symlink; some systems play weird games with the mod time of symlinks
2580 # (eg FreeBSD returns the mod time of the symlink's containing
2583 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2584 if test "$*" = "X"; then
2586 set X
`ls -t $srcdir/configure conftest.file`
2589 if test "$*" != "X $srcdir/configure conftest.file" \
2590 && test "$*" != "X conftest.file $srcdir/configure"; then
2592 # If neither matched, then we have a broken ls. This can happen
2593 # if, for instance, CONFIG_SHELL is bash and it inherits a
2594 # broken ls alias from the environment. This has actually
2595 # happened. Such a system could not be considered "sane".
2596 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2597 alias in your environment" >&5
2598 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2599 alias in your environment" >&2;}
2600 { (exit 1); exit 1; }; }
2603 test "$2" = conftest.
file
2609 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2610 Check your system clock" >&5
2611 echo "$as_me: error: newly created file is older than distributed files!
2612 Check your system clock" >&2;}
2613 { (exit 1); exit 1; }; }
2615 echo "$as_me:$LINENO: result: yes" >&5
2616 echo "${ECHO_T}yes" >&6
2617 test "$program_prefix" != NONE
&&
2618 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2619 # Use a double $ so make ignores it.
2620 test "$program_suffix" != NONE
&&
2621 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2622 # Double any \ or $. echo might interpret backslashes.
2623 # By default was `s,x,x', remove it if useless.
2624 cat <<\_ACEOF
>conftest.
sed
2625 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2627 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2630 # expand $ac_aux_dir to an absolute path
2631 am_aux_dir
=`cd $ac_aux_dir && pwd`
2633 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2634 # Use eval to expand $SHELL
2635 if eval "$MISSING --run true"; then
2636 am_missing_run
="$MISSING --run "
2639 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2640 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2643 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2644 # We used to keeping the `.' as first argument, in order to
2645 # allow $(mkdir_p) to be used without argument. As in
2646 # $(mkdir_p) $(somedir)
2647 # where $(somedir) is conditionally defined. However this is wrong
2649 # 1. if the package is installed by a user who cannot write `.'
2650 # make install will fail,
2651 # 2. the above comment should most certainly read
2652 # $(mkdir_p) $(DESTDIR)$(somedir)
2653 # so it does not work when $(somedir) is undefined and
2654 # $(DESTDIR) is not.
2655 # To support the latter case, we have to write
2656 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2657 # so the `.' trick is pointless.
2658 mkdir_p
='mkdir -p --'
2660 # On NextStep and OpenStep, the `mkdir' command does not
2661 # recognize any option. It will interpret all options as
2662 # directories to create, and then abort because `.' already
2664 for d
in .
/-p .
/--version;
2666 test -d $d && rmdir $d
2668 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2669 if test -f "$ac_aux_dir/mkinstalldirs"; then
2670 mkdir_p
='$(mkinstalldirs)'
2672 mkdir_p
='$(install_sh) -d'
2676 for ac_prog
in gawk mawk nawk
awk
2678 # Extract the first word of "$ac_prog", so it can be a program name with args.
2679 set dummy
$ac_prog; ac_word
=$2
2680 echo "$as_me:$LINENO: checking for $ac_word" >&5
2681 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2682 if test "${ac_cv_prog_AWK+set}" = set; then
2683 echo $ECHO_N "(cached) $ECHO_C" >&6
2685 if test -n "$AWK"; then
2686 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2692 test -z "$as_dir" && as_dir
=.
2693 for ac_exec_ext
in '' $ac_executable_extensions; do
2694 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2695 ac_cv_prog_AWK
="$ac_prog"
2696 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2705 if test -n "$AWK"; then
2706 echo "$as_me:$LINENO: result: $AWK" >&5
2707 echo "${ECHO_T}$AWK" >&6
2709 echo "$as_me:$LINENO: result: no" >&5
2710 echo "${ECHO_T}no" >&6
2713 test -n "$AWK" && break
2716 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2717 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2718 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2719 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2720 echo $ECHO_N "(cached) $ECHO_C" >&6
2722 cat >conftest.
make <<\_ACEOF
2724 @
echo 'ac_maketemp="$(MAKE)"'
2726 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2727 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2728 if test -n "$ac_maketemp"; then
2729 eval ac_cv_prog_make_
${ac_make}_set
=yes
2731 eval ac_cv_prog_make_
${ac_make}_set
=no
2735 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2736 echo "$as_me:$LINENO: result: yes" >&5
2737 echo "${ECHO_T}yes" >&6
2740 echo "$as_me:$LINENO: result: no" >&5
2741 echo "${ECHO_T}no" >&6
2742 SET_MAKE
="MAKE=${MAKE-make}"
2745 rm -rf .tst
2>/dev
/null
2746 mkdir .tst
2>/dev
/null
2747 if test -d .tst
; then
2752 rmdir .tst
2>/dev
/null
2754 DEPDIR
="${am__leading_dot}deps"
2756 ac_config_commands
="$ac_config_commands depfiles"
2759 am_make
=${MAKE-make}
2760 cat > confinc
<< 'END'
2765 # If we don't find an include directive, just comment out the code.
2766 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2767 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2771 # First try GNU make style include.
2772 echo "include confinc" > confmf
2773 # We grep out `Entering directory' and `Leaving directory'
2774 # messages which can occur if `w' ends up in MAKEFLAGS.
2775 # In particular we don't look at `^make:' because GNU make might
2776 # be invoked under some other name (usually "gmake"), in which
2777 # case it prints its new name instead of `make'.
2778 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2783 # Now try BSD make style include.
2784 if test "$am__include" = "#"; then
2785 echo '.include "confinc"' > confmf
2786 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2787 am__include
=.include
2794 echo "$as_me:$LINENO: result: $_am_result" >&5
2795 echo "${ECHO_T}$_am_result" >&6
2796 rm -f confinc confmf
2798 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2799 if test "${enable_dependency_tracking+set}" = set; then
2800 enableval
="$enable_dependency_tracking"
2803 if test "x$enable_dependency_tracking" != xno
; then
2804 am_depcomp
="$ac_aux_dir/depcomp"
2809 if test "x$enable_dependency_tracking" != xno; then
2819 # test to see if srcdir already configured
2820 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2821 test -f $srcdir/config.status
; then
2822 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2823 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2824 { (exit 1); exit 1; }; }
2827 # test whether we have cygpath
2828 if test -z "$CYGPATH_W"; then
2829 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2830 CYGPATH_W
='cygpath -w'
2837 # Define the identity of the package.
2842 cat >>confdefs.h
<<_ACEOF
2843 #define PACKAGE "$PACKAGE"
2847 cat >>confdefs.h
<<_ACEOF
2848 #define VERSION "$VERSION"
2851 # Some tools Automake needs.
2853 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2856 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2859 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2862 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2865 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2867 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
2869 # Installed binaries are usually stripped using `strip' when the user
2870 # run `make install-strip'. However `strip' might not be the right
2871 # tool to use in cross-compilation environments, therefore Automake
2872 # will honor the `STRIP' environment variable to overrule this program.
2873 if test "$cross_compiling" != no
; then
2874 if test -n "$ac_tool_prefix"; then
2875 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2876 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2877 echo "$as_me:$LINENO: checking for $ac_word" >&5
2878 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2879 if test "${ac_cv_prog_STRIP+set}" = set; then
2880 echo $ECHO_N "(cached) $ECHO_C" >&6
2882 if test -n "$STRIP"; then
2883 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2885 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2889 test -z "$as_dir" && as_dir
=.
2890 for ac_exec_ext
in '' $ac_executable_extensions; do
2891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2892 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2901 STRIP
=$ac_cv_prog_STRIP
2902 if test -n "$STRIP"; then
2903 echo "$as_me:$LINENO: result: $STRIP" >&5
2904 echo "${ECHO_T}$STRIP" >&6
2906 echo "$as_me:$LINENO: result: no" >&5
2907 echo "${ECHO_T}no" >&6
2911 if test -z "$ac_cv_prog_STRIP"; then
2913 # Extract the first word of "strip", so it can be a program name with args.
2914 set dummy strip
; ac_word
=$2
2915 echo "$as_me:$LINENO: checking for $ac_word" >&5
2916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2917 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2918 echo $ECHO_N "(cached) $ECHO_C" >&6
2920 if test -n "$ac_ct_STRIP"; then
2921 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2923 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2927 test -z "$as_dir" && as_dir
=.
2928 for ac_exec_ext
in '' $ac_executable_extensions; do
2929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2930 ac_cv_prog_ac_ct_STRIP
="strip"
2931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2937 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
2940 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2941 if test -n "$ac_ct_STRIP"; then
2942 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2943 echo "${ECHO_T}$ac_ct_STRIP" >&6
2945 echo "$as_me:$LINENO: result: no" >&5
2946 echo "${ECHO_T}no" >&6
2951 STRIP
="$ac_cv_prog_STRIP"
2955 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
2957 # We need awk for the "check" target. The system "awk" is bad on
2959 # Always define AMTAR for backward compatibility.
2961 AMTAR
=${AMTAR-"${am_missing_run}tar"}
2963 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
2968 depcc
="$CC" am_compiler_list
=
2970 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2971 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2972 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2973 echo $ECHO_N "(cached) $ECHO_C" >&6
2975 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2976 # We make a subdir and do the tests there. Otherwise we can end up
2977 # making bogus files that we don't know about and never remove. For
2978 # instance it was reported that on HP-UX the gcc test will end up
2979 # making a dummy file named `D' -- because `-MD' means `put the output
2982 # Copy depcomp to subdir because otherwise we won't find it if we're
2983 # using a relative directory.
2984 cp "$am_depcomp" conftest.dir
2986 # We will build objects and dependencies in a subdirectory because
2987 # it helps to detect inapplicable dependency modes. For instance
2988 # both Tru64's cc and ICC support -MD to output dependencies as a
2989 # side effect of compilation, but ICC will put the dependencies in
2990 # the current directory while Tru64 will put them in the object
2994 am_cv_CC_dependencies_compiler_type
=none
2995 if test "$am_compiler_list" = ""; then
2996 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2998 for depmode
in $am_compiler_list; do
2999 # Setup a source with many dependencies, because some compilers
3000 # like to wrap large dependency lists on column 80 (with \), and
3001 # we should not choose a depcomp mode which is confused by this.
3003 # We need to recreate these files for each test, as the compiler may
3004 # overwrite some of them when testing with obscure command lines.
3005 # This happens at least with the AIX C compiler.
3007 for i
in 1 2 3 4 5 6; do
3008 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3009 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3010 # Solaris 8's {/usr,}/bin/sh.
3011 touch sub
/conftst
$i.h
3013 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3017 # after this tag, mechanisms are not by side-effect, so they'll
3018 # only be used when explicitly requested
3019 if test "x$enable_dependency_tracking" = xyes
; then
3027 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3028 # mode. It turns out that the SunPro C++ compiler does not properly
3029 # handle `-M -o', and we need to detect this.
3030 if depmode
=$depmode \
3031 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3032 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3033 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3034 >/dev
/null
2>conftest.err
&&
3035 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3036 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3037 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3038 # icc doesn't choke on unknown options, it will just issue warnings
3039 # or remarks (even with -Werror). So we grep stderr for any message
3040 # that says an option was ignored or not supported.
3041 # When given -MP, icc 7.0 and 7.1 complain thusly:
3042 # icc: Command line warning: ignoring option '-M'; no argument required
3043 # The diagnosis changed in icc 8.0:
3044 # icc: Command line remark: option '-MP' not supported
3045 if (grep 'ignoring option' conftest.err ||
3046 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3047 am_cv_CC_dependencies_compiler_type
=$depmode
3056 am_cv_CC_dependencies_compiler_type
=none
3060 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3061 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3062 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3067 test "x$enable_dependency_tracking" != xno \
3068 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3070 am__fastdepCC_FALSE
='#'
3072 am__fastdepCC_TRUE
='#'
3073 am__fastdepCC_FALSE
=
3079 if test -n "$ac_tool_prefix"; then
3080 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3081 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3082 echo "$as_me:$LINENO: checking for $ac_word" >&5
3083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3084 if test "${ac_cv_prog_AR+set}" = set; then
3085 echo $ECHO_N "(cached) $ECHO_C" >&6
3087 if test -n "$AR"; then
3088 ac_cv_prog_AR
="$AR" # Let the user override the test.
3090 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3094 test -z "$as_dir" && as_dir
=.
3095 for ac_exec_ext
in '' $ac_executable_extensions; do
3096 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3097 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3107 if test -n "$AR"; then
3108 echo "$as_me:$LINENO: result: $AR" >&5
3109 echo "${ECHO_T}$AR" >&6
3111 echo "$as_me:$LINENO: result: no" >&5
3112 echo "${ECHO_T}no" >&6
3116 if test -z "$ac_cv_prog_AR"; then
3118 # Extract the first word of "ar", so it can be a program name with args.
3119 set dummy
ar; ac_word
=$2
3120 echo "$as_me:$LINENO: checking for $ac_word" >&5
3121 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3122 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3125 if test -n "$ac_ct_AR"; then
3126 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3128 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3132 test -z "$as_dir" && as_dir
=.
3133 for ac_exec_ext
in '' $ac_executable_extensions; do
3134 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3135 ac_cv_prog_ac_ct_AR
="ar"
3136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3144 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3145 if test -n "$ac_ct_AR"; then
3146 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3147 echo "${ECHO_T}$ac_ct_AR" >&6
3149 echo "$as_me:$LINENO: result: no" >&5
3150 echo "${ECHO_T}no" >&6
3158 if test -n "$ac_tool_prefix"; then
3159 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3160 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3161 echo "$as_me:$LINENO: checking for $ac_word" >&5
3162 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3163 if test "${ac_cv_prog_RANLIB+set}" = set; then
3164 echo $ECHO_N "(cached) $ECHO_C" >&6
3166 if test -n "$RANLIB"; then
3167 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3169 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3173 test -z "$as_dir" && as_dir
=.
3174 for ac_exec_ext
in '' $ac_executable_extensions; do
3175 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3176 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3185 RANLIB
=$ac_cv_prog_RANLIB
3186 if test -n "$RANLIB"; then
3187 echo "$as_me:$LINENO: result: $RANLIB" >&5
3188 echo "${ECHO_T}$RANLIB" >&6
3190 echo "$as_me:$LINENO: result: no" >&5
3191 echo "${ECHO_T}no" >&6
3195 if test -z "$ac_cv_prog_RANLIB"; then
3196 ac_ct_RANLIB
=$RANLIB
3197 # Extract the first word of "ranlib", so it can be a program name with args.
3198 set dummy ranlib
; ac_word
=$2
3199 echo "$as_me:$LINENO: checking for $ac_word" >&5
3200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3201 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3202 echo $ECHO_N "(cached) $ECHO_C" >&6
3204 if test -n "$ac_ct_RANLIB"; then
3205 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3211 test -z "$as_dir" && as_dir
=.
3212 for ac_exec_ext
in '' $ac_executable_extensions; do
3213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3214 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3221 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3224 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3225 if test -n "$ac_ct_RANLIB"; then
3226 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3227 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3229 echo "$as_me:$LINENO: result: no" >&5
3230 echo "${ECHO_T}no" >&6
3233 RANLIB
=$ac_ct_RANLIB
3235 RANLIB
="$ac_cv_prog_RANLIB"
3239 # Check whether --enable-shared or --disable-shared was given.
3240 if test "${enable_shared+set}" = set; then
3241 enableval
="$enable_shared"
3242 p
=${PACKAGE-default}
3244 yes) enable_shared
=yes ;;
3245 no
) enable_shared
=no
;;
3248 # Look at the argument we got. We use all the common list separators.
3249 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3250 for pkg
in $enableval; do
3251 if test "X$pkg" = "X$p"; then
3262 # Check whether --enable-static or --disable-static was given.
3263 if test "${enable_static+set}" = set; then
3264 enableval
="$enable_static"
3265 p
=${PACKAGE-default}
3267 yes) enable_static
=yes ;;
3268 no
) enable_static
=no
;;
3271 # Look at the argument we got. We use all the common list separators.
3272 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3273 for pkg
in $enableval; do
3274 if test "X$pkg" = "X$p"; then
3284 # Check whether --enable-fast-install or --disable-fast-install was given.
3285 if test "${enable_fast_install+set}" = set; then
3286 enableval
="$enable_fast_install"
3287 p
=${PACKAGE-default}
3289 yes) enable_fast_install
=yes ;;
3290 no
) enable_fast_install
=no
;;
3292 enable_fast_install
=no
3293 # Look at the argument we got. We use all the common list separators.
3294 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3295 for pkg
in $enableval; do
3296 if test "X$pkg" = "X$p"; then
3297 enable_fast_install
=yes
3304 enable_fast_install
=yes
3307 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3308 if test "${with_gnu_ld+set}" = set; then
3309 withval
="$with_gnu_ld"
3310 test "$withval" = no || with_gnu_ld
=yes
3315 if test "$GCC" = yes; then
3316 # Check if gcc -print-prog-name=ld gives a path.
3317 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3318 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3321 # gcc leaves a trailing carriage return which upsets mingw
3322 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3324 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3327 # Accept absolute paths.
3328 [\\/]* |
[A-Za-z
]:[\\/]*)
3329 re_direlt
='/[^/][^/]*/\.\./'
3330 # Canonicalize the path of ld
3331 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3332 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3333 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3335 test -z "$LD" && LD
="$ac_prog"
3338 # If it fails, then pretend we aren't using GCC.
3342 # If it is relative, then search for the first ld in PATH.
3346 elif test "$with_gnu_ld" = yes; then
3347 echo "$as_me:$LINENO: checking for GNU ld" >&5
3348 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3350 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3351 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3353 if test "${lt_cv_path_LD+set}" = set; then
3354 echo $ECHO_N "(cached) $ECHO_C" >&6
3356 if test -z "$LD"; then
3357 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3358 for ac_dir
in $PATH; do
3359 test -z "$ac_dir" && ac_dir
=.
3360 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3361 lt_cv_path_LD
="$ac_dir/$ac_prog"
3362 # Check to see if the program is GNU ld. I'd rather use --version,
3363 # but apparently some GNU ld's only accept -v.
3364 # Break only if it was the GNU/non-GNU ld that we prefer.
3365 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3366 test "$with_gnu_ld" != no
&& break
3368 test "$with_gnu_ld" != yes && break
3374 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3379 if test -n "$LD"; then
3380 echo "$as_me:$LINENO: result: $LD" >&5
3381 echo "${ECHO_T}$LD" >&6
3383 echo "$as_me:$LINENO: result: no" >&5
3384 echo "${ECHO_T}no" >&6
3386 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3387 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3388 { (exit 1); exit 1; }; }
3389 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3390 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3391 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3392 echo $ECHO_N "(cached) $ECHO_C" >&6
3394 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3395 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3396 lt_cv_prog_gnu_ld
=yes
3398 lt_cv_prog_gnu_ld
=no
3401 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3402 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3403 with_gnu_ld
=$lt_cv_prog_gnu_ld
3406 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3407 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3408 if test "${lt_cv_ld_reload_flag+set}" = set; then
3409 echo $ECHO_N "(cached) $ECHO_C" >&6
3411 lt_cv_ld_reload_flag
='-r'
3413 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3414 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3415 reload_flag
=$lt_cv_ld_reload_flag
3416 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3418 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3419 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3420 if test "${lt_cv_path_NM+set}" = set; then
3421 echo $ECHO_N "(cached) $ECHO_C" >&6
3423 if test -n "$NM"; then
3424 # Let the user override the test.
3427 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3428 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3429 test -z "$ac_dir" && ac_dir
=.
3430 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3431 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3432 # Check to see if the nm accepts a BSD-compat flag.
3433 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3434 # nm: unknown option "B" ignored
3435 # Tru64's nm complains that /dev/null is an invalid object file
3436 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3437 lt_cv_path_NM
="$tmp_nm -B"
3439 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3440 lt_cv_path_NM
="$tmp_nm -p"
3443 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3444 continue # so that we can try to find one that supports BSD flags
3449 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3454 echo "$as_me:$LINENO: result: $NM" >&5
3455 echo "${ECHO_T}$NM" >&6
3457 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3458 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3460 if test "$LN_S" = "ln -s"; then
3461 echo "$as_me:$LINENO: result: yes" >&5
3462 echo "${ECHO_T}yes" >&6
3464 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3465 echo "${ECHO_T}no, using $LN_S" >&6
3468 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3469 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3470 if test "${lt_cv_deplibs_check_method+set}" = set; then
3471 echo $ECHO_N "(cached) $ECHO_C" >&6
3473 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3474 lt_cv_file_magic_test_file
=
3475 lt_cv_deplibs_check_method
='unknown'
3476 # Need to set the preceding variable on all platforms that support
3477 # interlibrary dependencies.
3478 # 'none' -- dependencies not supported.
3479 # `unknown' -- same as none, but documents that we really don't know.
3480 # 'pass_all' -- all dependencies passed with no checks.
3481 # 'test_compile' -- check by making test program.
3482 # 'file_magic [regex]' -- check by looking for files in library path
3483 # which responds to the $file_magic_cmd with a given egrep regex.
3484 # If you have `file' or equivalent on your system and you're not sure
3485 # whether `pass_all' will *always* work, you probably want this one.
3489 lt_cv_deplibs_check_method
=pass_all
3493 lt_cv_deplibs_check_method
=pass_all
3497 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3498 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3499 lt_cv_file_magic_test_file
=/shlib
/libc.so
3502 cygwin
* | mingw
* |pw32
*)
3503 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3504 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3507 darwin
* | rhapsody
*)
3508 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3509 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3511 rhapsody
* | darwin1.012
)
3512 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3515 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3520 freebsd
* | kfreebsd
*-gnu)
3521 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3524 # Not sure whether the presence of OpenBSD here was a mistake.
3525 # Let's accept both of them until this is cleared up.
3526 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3527 lt_cv_file_magic_cmd
=/usr
/bin
/file
3528 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3532 lt_cv_deplibs_check_method
=pass_all
3537 lt_cv_deplibs_check_method
=pass_all
3543 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3544 lt_cv_file_magic_cmd
=/usr
/bin
/file
3545 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3548 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3549 lt_cv_file_magic_cmd
=/usr
/bin
/file
3550 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3558 # this will be overridden with pass_all, but let us keep it just in case
3559 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3563 *-32|
*"-32 ") libmagic
=32-bit;;
3564 *-n32|
*"-n32 ") libmagic
=N32
;;
3565 *-64|
*"-64 ") libmagic
=64-bit;;
3566 *) libmagic
=never-match
;;
3568 # this will be overridden with pass_all, but let us keep it just in case
3569 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3572 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3573 lt_cv_deplibs_check_method
=pass_all
3576 # This must be Linux ELF.
3579 alpha
* | mips
* | hppa
* | i
*86 | powerpc
* | sparc
* | ia64
* )
3580 lt_cv_deplibs_check_method
=pass_all
;;
3582 # glibc up to 2.1.1 does not perform some relocations on ARM
3583 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3585 lt_cv_file_magic_test_file
=`echo /lib/libc.so* /lib/libc-*.so`
3588 netbsd
* | knetbsd
*-gnu)
3589 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3590 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3592 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3597 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3598 lt_cv_file_magic_cmd
=/usr
/bin
/file
3599 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3602 osf3
* | osf4
* | osf5
*)
3603 # this will be overridden with pass_all, but let us keep it just in case
3604 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3605 lt_cv_file_magic_test_file
=/shlib
/libc.so
3606 lt_cv_deplibs_check_method
=pass_all
3610 lt_cv_deplibs_check_method
=pass_all
3614 lt_cv_deplibs_check_method
=pass_all
3615 lt_cv_file_magic_test_file
=/lib
/libc.so
3618 sysv5uw
[78]* | sysv4
*uw2
*)
3619 lt_cv_deplibs_check_method
=pass_all
3622 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3623 case $host_vendor in
3625 lt_cv_deplibs_check_method
=pass_all
3628 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]'
3629 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3636 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3637 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3638 file_magic_cmd
=$lt_cv_file_magic_cmd
3639 deplibs_check_method
=$lt_cv_deplibs_check_method
3644 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3646 # Only perform the check for file, if the check method requires it
3647 case $deplibs_check_method in
3649 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3650 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3651 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3652 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3653 echo $ECHO_N "(cached) $ECHO_C" >&6
3657 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3660 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3663 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3664 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3665 ac_dummy
="/usr/bin:$PATH"
3666 for ac_dir
in $ac_dummy; do
3667 test -z "$ac_dir" && ac_dir
=.
3668 if test -f $ac_dir/${ac_tool_prefix}file; then
3669 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3670 if test -n "$file_magic_test_file"; then
3671 case $deplibs_check_method in
3673 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3674 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3675 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3676 egrep "$file_magic_regex" > /dev
/null
; then
3681 *** Warning: the command libtool uses to detect shared libraries,
3682 *** $file_magic_cmd, produces output that libtool cannot recognize.
3683 *** The result is that libtool may fail to recognize shared libraries
3684 *** as such. This will affect the creation of libtool libraries that
3685 *** depend on shared libraries, but programs linked with such libtool
3686 *** libraries will work regardless of this problem. Nevertheless, you
3687 *** may want to report the problem to your system manager and/or to
3688 *** bug-libtool@gnu.org
3698 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3703 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3704 if test -n "$MAGIC_CMD"; then
3705 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3706 echo "${ECHO_T}$MAGIC_CMD" >&6
3708 echo "$as_me:$LINENO: result: no" >&5
3709 echo "${ECHO_T}no" >&6
3712 if test -z "$lt_cv_path_MAGIC_CMD"; then
3713 if test -n "$ac_tool_prefix"; then
3714 echo "$as_me:$LINENO: checking for file" >&5
3715 echo $ECHO_N "checking for file... $ECHO_C" >&6
3716 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3717 echo $ECHO_N "(cached) $ECHO_C" >&6
3721 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3724 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3727 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3728 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3729 ac_dummy
="/usr/bin:$PATH"
3730 for ac_dir
in $ac_dummy; do
3731 test -z "$ac_dir" && ac_dir
=.
3732 if test -f $ac_dir/file; then
3733 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3734 if test -n "$file_magic_test_file"; then
3735 case $deplibs_check_method in
3737 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3738 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3739 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3740 egrep "$file_magic_regex" > /dev
/null
; then
3745 *** Warning: the command libtool uses to detect shared libraries,
3746 *** $file_magic_cmd, produces output that libtool cannot recognize.
3747 *** The result is that libtool may fail to recognize shared libraries
3748 *** as such. This will affect the creation of libtool libraries that
3749 *** depend on shared libraries, but programs linked with such libtool
3750 *** libraries will work regardless of this problem. Nevertheless, you
3751 *** may want to report the problem to your system manager and/or to
3752 *** bug-libtool@gnu.org
3762 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3767 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3768 if test -n "$MAGIC_CMD"; then
3769 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3770 echo "${ECHO_T}$MAGIC_CMD" >&6
3772 echo "$as_me:$LINENO: result: no" >&5
3773 echo "${ECHO_T}no" >&6
3785 if test -n "$ac_tool_prefix"; then
3786 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3787 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3788 echo "$as_me:$LINENO: checking for $ac_word" >&5
3789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3790 if test "${ac_cv_prog_RANLIB+set}" = set; then
3791 echo $ECHO_N "(cached) $ECHO_C" >&6
3793 if test -n "$RANLIB"; then
3794 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3796 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3800 test -z "$as_dir" && as_dir
=.
3801 for ac_exec_ext
in '' $ac_executable_extensions; do
3802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3803 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3812 RANLIB
=$ac_cv_prog_RANLIB
3813 if test -n "$RANLIB"; then
3814 echo "$as_me:$LINENO: result: $RANLIB" >&5
3815 echo "${ECHO_T}$RANLIB" >&6
3817 echo "$as_me:$LINENO: result: no" >&5
3818 echo "${ECHO_T}no" >&6
3822 if test -z "$ac_cv_prog_RANLIB"; then
3823 ac_ct_RANLIB
=$RANLIB
3824 # Extract the first word of "ranlib", so it can be a program name with args.
3825 set dummy ranlib
; ac_word
=$2
3826 echo "$as_me:$LINENO: checking for $ac_word" >&5
3827 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3828 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3829 echo $ECHO_N "(cached) $ECHO_C" >&6
3831 if test -n "$ac_ct_RANLIB"; then
3832 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3834 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3838 test -z "$as_dir" && as_dir
=.
3839 for ac_exec_ext
in '' $ac_executable_extensions; do
3840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3841 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3842 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3848 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3851 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3852 if test -n "$ac_ct_RANLIB"; then
3853 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3854 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3856 echo "$as_me:$LINENO: result: no" >&5
3857 echo "${ECHO_T}no" >&6
3860 RANLIB
=$ac_ct_RANLIB
3862 RANLIB
="$ac_cv_prog_RANLIB"
3865 if test -n "$ac_tool_prefix"; then
3866 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3867 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3868 echo "$as_me:$LINENO: checking for $ac_word" >&5
3869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3870 if test "${ac_cv_prog_STRIP+set}" = set; then
3871 echo $ECHO_N "(cached) $ECHO_C" >&6
3873 if test -n "$STRIP"; then
3874 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3880 test -z "$as_dir" && as_dir
=.
3881 for ac_exec_ext
in '' $ac_executable_extensions; do
3882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3883 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3892 STRIP
=$ac_cv_prog_STRIP
3893 if test -n "$STRIP"; then
3894 echo "$as_me:$LINENO: result: $STRIP" >&5
3895 echo "${ECHO_T}$STRIP" >&6
3897 echo "$as_me:$LINENO: result: no" >&5
3898 echo "${ECHO_T}no" >&6
3902 if test -z "$ac_cv_prog_STRIP"; then
3904 # Extract the first word of "strip", so it can be a program name with args.
3905 set dummy strip
; ac_word
=$2
3906 echo "$as_me:$LINENO: checking for $ac_word" >&5
3907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3908 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3909 echo $ECHO_N "(cached) $ECHO_C" >&6
3911 if test -n "$ac_ct_STRIP"; then
3912 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3918 test -z "$as_dir" && as_dir
=.
3919 for ac_exec_ext
in '' $ac_executable_extensions; do
3920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3921 ac_cv_prog_ac_ct_STRIP
="strip"
3922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3928 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3931 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3932 if test -n "$ac_ct_STRIP"; then
3933 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3934 echo "${ECHO_T}$ac_ct_STRIP" >&6
3936 echo "$as_me:$LINENO: result: no" >&5
3937 echo "${ECHO_T}no" >&6
3942 STRIP
="$ac_cv_prog_STRIP"
3946 # Check for any special flags to pass to ltconfig.
3947 libtool_flags
="--cache-file=$cache_file"
3948 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
3949 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
3950 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
3951 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
3952 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
3955 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3956 if test "${enable_libtool_lock+set}" = set; then
3957 enableval
="$enable_libtool_lock"
3960 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
3961 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
3964 # Check whether --with-pic or --without-pic was given.
3965 if test "${with_pic+set}" = set; then
3971 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
3972 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
3974 # Some flags need to be propagated to the compiler or linker for good
3978 # Find out which ABI we are using.
3979 echo '#line 3979 "configure"' > conftest.
$ac_ext
3980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3981 (eval $ac_compile) 2>&5
3983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3984 (exit $ac_status); }; then
3985 if test "$lt_cv_prog_gnu_ld" = yes; then
3986 case `/usr/bin/file conftest.$ac_objext` in
3988 LD
="${LD-ld} -melf32bsmip"
3991 LD
="${LD-ld} -melf32bmipn32"
3994 LD
="${LD-ld} -melf64bmip"
3998 case `/usr/bin/file conftest.$ac_objext` in
4015 # Find out which ABI we are using.
4016 echo 'int i;' > conftest.
$ac_ext
4017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4018 (eval $ac_compile) 2>&5
4020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4021 (exit $ac_status); }; then
4022 case "`/usr/bin/file conftest.o`" in
4035 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4036 SAVE_CFLAGS
="$CFLAGS"
4037 CFLAGS
="$CFLAGS -belf"
4038 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4039 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4040 if test "${lt_cv_cc_needs_belf+set}" = set; then
4041 echo $ECHO_N "(cached) $ECHO_C" >&6
4046 ac_cpp
='$CPP $CPPFLAGS'
4047 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4048 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4049 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4051 cat >conftest.
$ac_ext <<_ACEOF
4054 cat confdefs.h
>>conftest.
$ac_ext
4055 cat >>conftest.
$ac_ext <<_ACEOF
4056 /* end confdefs.h. */
4066 rm -f conftest.
$ac_objext conftest
$ac_exeext
4067 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4068 (eval $ac_link) 2>conftest.er1
4070 grep -v '^ *+' conftest.er1
>conftest.err
4072 cat conftest.err
>&5
4073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4074 (exit $ac_status); } &&
4075 { ac_try
='test -z "$ac_c_werror_flag"
4076 || test ! -s conftest.err'
4077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4081 (exit $ac_status); }; } &&
4082 { ac_try
='test -s conftest$ac_exeext'
4083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4087 (exit $ac_status); }; }; then
4088 lt_cv_cc_needs_belf
=yes
4090 echo "$as_me: failed program was:" >&5
4091 sed 's/^/| /' conftest.
$ac_ext >&5
4093 lt_cv_cc_needs_belf
=no
4095 rm -f conftest.err conftest.
$ac_objext \
4096 conftest
$ac_exeext conftest.
$ac_ext
4098 ac_cpp
='$CPP $CPPFLAGS'
4099 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4100 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4101 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4104 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4105 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4106 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4107 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4108 CFLAGS
="$SAVE_CFLAGS"
4116 # Save cache, so that ltconfig can load it
4117 cat >confcache
<<\_ACEOF
4118 # This file is a shell script that caches the results of configure
4119 # tests run on this system so they can be shared between configure
4120 # scripts and configure runs, see configure's option --config-cache.
4121 # It is not useful on other systems. If it contains results you don't
4122 # want to keep, you may remove or edit it.
4124 # config.status only pays attention to the cache file if you give it
4125 # the --recheck option to rerun configure.
4127 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4128 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4133 # The following way of writing the cache mishandles newlines in values,
4134 # but we know of no workaround that is simple, portable, and efficient.
4135 # So, don't put newlines in cache variables' values.
4136 # Ultrix sh set writes to stderr and can't be redirected directly,
4137 # and sets the high bit in the cache file unless we assign to the vars.
4140 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4142 # `set' does not quote correctly, so add quotes (double-quote
4143 # substitution turns \\\\ into \\, and sed turns \\ into \).
4146 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4149 # `set' quotes correctly as required by POSIX, so do not add quotes.
4151 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4158 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4160 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4162 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4163 if test -w $cache_file; then
4164 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4165 cat confcache
>$cache_file
4167 echo "not updating unwritable cache $cache_file"
4172 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4173 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4174 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4175 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4176 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4177 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4178 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4179 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4180 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4181 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4182 echo "$as_me: error: libtool configure failed" >&2;}
4183 { (exit 1); exit 1; }; }
4185 # Reload cache, that may have been modified by ltconfig
4186 if test -r "$cache_file"; then
4187 # Some versions of bash will fail to source /dev/null (special
4188 # files actually), so we avoid doing that.
4189 if test -f "$cache_file"; then
4190 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4191 echo "$as_me: loading cache $cache_file" >&6;}
4193 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4194 *) . .
/$cache_file;;
4198 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4199 echo "$as_me: creating cache $cache_file" >&6;}
4204 # This can be used to rebuild libtool when needed
4205 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4207 # Always use our own libtool.
4208 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4210 # Redirect the config.log output again, so that the ltconfig log is not
4211 # clobbered by the next message.
4212 exec 5>>.
/config.log
4220 # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
4221 if test "${enable_64_bit_bfd+set}" = set; then
4222 enableval
="$enable_64_bit_bfd"
4223 case "${enableval}" in
4226 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
4227 echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
4228 { (exit 1); exit 1; }; } ;;
4232 fi; # Check whether --enable-targets or --disable-targets was given.
4233 if test "${enable_targets+set}" = set; then
4234 enableval
="$enable_targets"
4235 case "${enableval}" in
4236 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
4237 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
4238 { (exit 1); exit 1; }; }
4240 no
) enable_targets
= ;;
4241 *) enable_targets
=$enableval ;;
4243 fi; # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
4244 if test "${enable_commonbfdlib+set}" = set; then
4245 enableval
="$enable_commonbfdlib"
4246 case "${enableval}" in
4247 yes) commonbfdlib
=true
;;
4248 no
) commonbfdlib
=false
;;
4249 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
4250 echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
4251 { (exit 1); exit 1; }; } ;;
4254 # Check whether --with-mmap or --without-mmap was given.
4255 if test "${with_mmap+set}" = set; then
4256 withval
="$with_mmap"
4257 case "${withval}" in
4258 yes) want_mmap
=true
;;
4259 no
) want_mmap
=false
;;
4260 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for BFD with-mmap option" >&5
4261 echo "$as_me: error: bad value ${withval} for BFD with-mmap option" >&2;}
4262 { (exit 1); exit 1; }; } ;;
4267 # Check whether --enable-secureplt or --disable-secureplt was given.
4268 if test "${enable_secureplt+set}" = set; then
4269 enableval
="$enable_secureplt"
4270 case "${enableval}" in
4271 yes) use_secureplt
=true
;;
4272 no
) use_secureplt
=false
;;
4273 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for secureplt option" >&5
4274 echo "$as_me: error: bad value ${enableval} for secureplt option" >&2;}
4275 { (exit 1); exit 1; }; } ;;
4279 fi; if test $use_secureplt = true
; then
4281 cat >>confdefs.h
<<\_ACEOF
4282 #define USE_SECUREPLT 1
4288 WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4290 # Check whether --enable-werror or --disable-werror was given.
4291 if test "${enable_werror+set}" = set; then
4292 enableval
="$enable_werror"
4293 case "${enableval}" in
4294 yes | y
) ERROR_ON_WARNING
="yes" ;;
4295 no | n
) ERROR_ON_WARNING
="no" ;;
4296 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
4297 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
4298 { (exit 1); exit 1; }; } ;;
4302 # Enable -Werror by default when using gcc
4303 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4304 ERROR_ON_WARNING
=yes
4308 if test "${ERROR_ON_WARNING}" = yes ; then
4309 WARN_CFLAGS
="$WARN_CFLAGS -Werror"
4310 NO_WERROR
="-Wno-error"
4313 # Check whether --enable-build-warnings or --disable-build-warnings was given.
4314 if test "${enable_build_warnings+set}" = set; then
4315 enableval
="$enable_build_warnings"
4316 case "${enableval}" in
4318 no
) WARN_CFLAGS
="-w";;
4319 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4320 WARN_CFLAGS
="${WARN_CFLAGS} ${t}";;
4321 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
4322 WARN_CFLAGS
="${t} ${WARN_CFLAGS}";;
4323 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4327 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
4328 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4335 ac_config_headers
="$ac_config_headers config.h:config.in"
4338 if test -z "$target" ; then
4339 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
4340 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
4341 { (exit 1); exit 1; }; }
4344 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4345 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
4346 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4347 if test "${enable_maintainer_mode+set}" = set; then
4348 enableval
="$enable_maintainer_mode"
4349 USE_MAINTAINER_MODE
=$enableval
4351 USE_MAINTAINER_MODE
=no
4353 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4354 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
4357 if test $USE_MAINTAINER_MODE = yes; then
4358 MAINTAINER_MODE_TRUE
=
4359 MAINTAINER_MODE_FALSE
='#'
4361 MAINTAINER_MODE_TRUE
='#'
4362 MAINTAINER_MODE_FALSE
=
4365 MAINT
=$MAINTAINER_MODE_TRUE
4368 case ${build_alias} in
4369 "") build_noncanonical
=${build} ;;
4370 *) build_noncanonical
=${build_alias} ;;
4373 case ${host_alias} in
4374 "") host_noncanonical
=${build_noncanonical} ;;
4375 *) host_noncanonical
=${host_alias} ;;
4378 case ${target_alias} in
4379 "") target_noncanonical
=${host_noncanonical} ;;
4380 *) target_noncanonical
=${target_alias} ;;
4383 echo "$as_me:$LINENO: checking whether to install libbfd" >&5
4384 echo $ECHO_N "checking whether to install libbfd... $ECHO_C" >&6
4385 # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
4386 if test "${enable_install_libbfd+set}" = set; then
4387 enableval
="$enable_install_libbfd"
4388 install_libbfd_p
=$enableval
4390 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
4391 install_libbfd_p
=yes
4396 echo "$as_me:$LINENO: result: $install_libbfd_p" >&5
4397 echo "${ECHO_T}$install_libbfd_p" >&6
4400 if test $install_libbfd_p = yes; then
4401 INSTALL_LIBBFD_TRUE
=
4402 INSTALL_LIBBFD_FALSE
='#'
4404 INSTALL_LIBBFD_TRUE
='#'
4405 INSTALL_LIBBFD_FALSE
=
4408 # Need _noncanonical variables for this.
4413 # libbfd.a is a host library containing target dependent code
4414 bfdlibdir
='$(libdir)'
4415 bfdincludedir
='$(includedir)'
4416 if test "${host}" != "${target}"; then
4417 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
4418 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
4428 bfd_default_target_size
=32
4433 ac_cpp
='$CPP $CPPFLAGS'
4434 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4435 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4436 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4437 if test -n "$ac_tool_prefix"; then
4438 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4439 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4440 echo "$as_me:$LINENO: checking for $ac_word" >&5
4441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4442 if test "${ac_cv_prog_CC+set}" = set; then
4443 echo $ECHO_N "(cached) $ECHO_C" >&6
4445 if test -n "$CC"; then
4446 ac_cv_prog_CC
="$CC" # Let the user override the test.
4448 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4452 test -z "$as_dir" && as_dir
=.
4453 for ac_exec_ext
in '' $ac_executable_extensions; do
4454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4455 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4465 if test -n "$CC"; then
4466 echo "$as_me:$LINENO: result: $CC" >&5
4467 echo "${ECHO_T}$CC" >&6
4469 echo "$as_me:$LINENO: result: no" >&5
4470 echo "${ECHO_T}no" >&6
4474 if test -z "$ac_cv_prog_CC"; then
4476 # Extract the first word of "gcc", so it can be a program name with args.
4477 set dummy gcc
; ac_word
=$2
4478 echo "$as_me:$LINENO: checking for $ac_word" >&5
4479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4480 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4481 echo $ECHO_N "(cached) $ECHO_C" >&6
4483 if test -n "$ac_ct_CC"; then
4484 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4490 test -z "$as_dir" && as_dir
=.
4491 for ac_exec_ext
in '' $ac_executable_extensions; do
4492 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4493 ac_cv_prog_ac_ct_CC
="gcc"
4494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4502 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4503 if test -n "$ac_ct_CC"; then
4504 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4505 echo "${ECHO_T}$ac_ct_CC" >&6
4507 echo "$as_me:$LINENO: result: no" >&5
4508 echo "${ECHO_T}no" >&6
4516 if test -z "$CC"; then
4517 if test -n "$ac_tool_prefix"; then
4518 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4519 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4520 echo "$as_me:$LINENO: checking for $ac_word" >&5
4521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4522 if test "${ac_cv_prog_CC+set}" = set; then
4523 echo $ECHO_N "(cached) $ECHO_C" >&6
4525 if test -n "$CC"; then
4526 ac_cv_prog_CC
="$CC" # Let the user override the test.
4528 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4532 test -z "$as_dir" && as_dir
=.
4533 for ac_exec_ext
in '' $ac_executable_extensions; do
4534 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4535 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4545 if test -n "$CC"; then
4546 echo "$as_me:$LINENO: result: $CC" >&5
4547 echo "${ECHO_T}$CC" >&6
4549 echo "$as_me:$LINENO: result: no" >&5
4550 echo "${ECHO_T}no" >&6
4554 if test -z "$ac_cv_prog_CC"; then
4556 # Extract the first word of "cc", so it can be a program name with args.
4557 set dummy cc
; ac_word
=$2
4558 echo "$as_me:$LINENO: checking for $ac_word" >&5
4559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4560 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4561 echo $ECHO_N "(cached) $ECHO_C" >&6
4563 if test -n "$ac_ct_CC"; then
4564 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4570 test -z "$as_dir" && as_dir
=.
4571 for ac_exec_ext
in '' $ac_executable_extensions; do
4572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4573 ac_cv_prog_ac_ct_CC
="cc"
4574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4582 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4583 if test -n "$ac_ct_CC"; then
4584 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4585 echo "${ECHO_T}$ac_ct_CC" >&6
4587 echo "$as_me:$LINENO: result: no" >&5
4588 echo "${ECHO_T}no" >&6
4597 if test -z "$CC"; then
4598 # Extract the first word of "cc", so it can be a program name with args.
4599 set dummy cc
; ac_word
=$2
4600 echo "$as_me:$LINENO: checking for $ac_word" >&5
4601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4602 if test "${ac_cv_prog_CC+set}" = set; then
4603 echo $ECHO_N "(cached) $ECHO_C" >&6
4605 if test -n "$CC"; then
4606 ac_cv_prog_CC
="$CC" # Let the user override the test.
4609 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4613 test -z "$as_dir" && as_dir
=.
4614 for ac_exec_ext
in '' $ac_executable_extensions; do
4615 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4616 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4617 ac_prog_rejected
=yes
4621 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4627 if test $ac_prog_rejected = yes; then
4628 # We found a bogon in the path, so make sure we never use it.
4629 set dummy
$ac_cv_prog_CC
4631 if test $# != 0; then
4632 # We chose a different compiler from the bogus one.
4633 # However, it has the same basename, so the bogon will be chosen
4634 # first if we set CC to just the basename; use the full file name.
4636 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4642 if test -n "$CC"; then
4643 echo "$as_me:$LINENO: result: $CC" >&5
4644 echo "${ECHO_T}$CC" >&6
4646 echo "$as_me:$LINENO: result: no" >&5
4647 echo "${ECHO_T}no" >&6
4651 if test -z "$CC"; then
4652 if test -n "$ac_tool_prefix"; then
4655 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4656 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4657 echo "$as_me:$LINENO: checking for $ac_word" >&5
4658 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4659 if test "${ac_cv_prog_CC+set}" = set; then
4660 echo $ECHO_N "(cached) $ECHO_C" >&6
4662 if test -n "$CC"; then
4663 ac_cv_prog_CC
="$CC" # Let the user override the test.
4665 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4669 test -z "$as_dir" && as_dir
=.
4670 for ac_exec_ext
in '' $ac_executable_extensions; do
4671 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4672 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4673 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4682 if test -n "$CC"; then
4683 echo "$as_me:$LINENO: result: $CC" >&5
4684 echo "${ECHO_T}$CC" >&6
4686 echo "$as_me:$LINENO: result: no" >&5
4687 echo "${ECHO_T}no" >&6
4690 test -n "$CC" && break
4693 if test -z "$CC"; then
4697 # Extract the first word of "$ac_prog", so it can be a program name with args.
4698 set dummy
$ac_prog; ac_word
=$2
4699 echo "$as_me:$LINENO: checking for $ac_word" >&5
4700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4701 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4702 echo $ECHO_N "(cached) $ECHO_C" >&6
4704 if test -n "$ac_ct_CC"; then
4705 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4707 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4711 test -z "$as_dir" && as_dir
=.
4712 for ac_exec_ext
in '' $ac_executable_extensions; do
4713 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4714 ac_cv_prog_ac_ct_CC
="$ac_prog"
4715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4723 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4724 if test -n "$ac_ct_CC"; then
4725 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4726 echo "${ECHO_T}$ac_ct_CC" >&6
4728 echo "$as_me:$LINENO: result: no" >&5
4729 echo "${ECHO_T}no" >&6
4732 test -n "$ac_ct_CC" && break
4741 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4742 See \`config.log' for more details." >&5
4743 echo "$as_me: error: no acceptable C compiler found in \$PATH
4744 See \`config.log' for more details." >&2;}
4745 { (exit 1); exit 1; }; }
4747 # Provide some information about the compiler.
4748 echo "$as_me:$LINENO:" \
4749 "checking for C compiler version" >&5
4750 ac_compiler
=`set X $ac_compile; echo $2`
4751 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4752 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4755 (exit $ac_status); }
4756 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4757 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4760 (exit $ac_status); }
4761 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4762 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4765 (exit $ac_status); }
4767 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4768 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4769 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4770 echo $ECHO_N "(cached) $ECHO_C" >&6
4772 cat >conftest.
$ac_ext <<_ACEOF
4775 cat confdefs.h
>>conftest.
$ac_ext
4776 cat >>conftest.
$ac_ext <<_ACEOF
4777 /* end confdefs.h. */
4790 rm -f conftest.
$ac_objext
4791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4792 (eval $ac_compile) 2>conftest.er1
4794 grep -v '^ *+' conftest.er1
>conftest.err
4796 cat conftest.err
>&5
4797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4798 (exit $ac_status); } &&
4799 { ac_try
='test -z "$ac_c_werror_flag"
4800 || test ! -s conftest.err'
4801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4805 (exit $ac_status); }; } &&
4806 { ac_try
='test -s conftest.$ac_objext'
4807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4811 (exit $ac_status); }; }; then
4814 echo "$as_me: failed program was:" >&5
4815 sed 's/^/| /' conftest.
$ac_ext >&5
4819 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4820 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
4823 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4824 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4825 GCC
=`test $ac_compiler_gnu = yes && echo yes`
4826 ac_test_CFLAGS
=${CFLAGS+set}
4827 ac_save_CFLAGS
=$CFLAGS
4829 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4830 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4831 if test "${ac_cv_prog_cc_g+set}" = set; then
4832 echo $ECHO_N "(cached) $ECHO_C" >&6
4834 cat >conftest.
$ac_ext <<_ACEOF
4837 cat confdefs.h
>>conftest.
$ac_ext
4838 cat >>conftest.
$ac_ext <<_ACEOF
4839 /* end confdefs.h. */
4849 rm -f conftest.
$ac_objext
4850 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4851 (eval $ac_compile) 2>conftest.er1
4853 grep -v '^ *+' conftest.er1
>conftest.err
4855 cat conftest.err
>&5
4856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4857 (exit $ac_status); } &&
4858 { ac_try
='test -z "$ac_c_werror_flag"
4859 || test ! -s conftest.err'
4860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4864 (exit $ac_status); }; } &&
4865 { ac_try
='test -s conftest.$ac_objext'
4866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4870 (exit $ac_status); }; }; then
4873 echo "$as_me: failed program was:" >&5
4874 sed 's/^/| /' conftest.
$ac_ext >&5
4878 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4880 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4881 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4882 if test "$ac_test_CFLAGS" = set; then
4883 CFLAGS
=$ac_save_CFLAGS
4884 elif test $ac_cv_prog_cc_g = yes; then
4885 if test "$GCC" = yes; then
4891 if test "$GCC" = yes; then
4897 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4898 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4899 if test "${ac_cv_prog_cc_stdc+set}" = set; then
4900 echo $ECHO_N "(cached) $ECHO_C" >&6
4902 ac_cv_prog_cc_stdc
=no
4904 cat >conftest.
$ac_ext <<_ACEOF
4907 cat confdefs.h
>>conftest.
$ac_ext
4908 cat >>conftest.
$ac_ext <<_ACEOF
4909 /* end confdefs.h. */
4912 #include <sys/types.h>
4913 #include <sys/stat.h>
4914 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4915 struct buf { int x; };
4916 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4917 static char *e (p, i)
4923 static char *f (char * (*g) (char **, int), char **p, ...)
4928 s = g (p, va_arg (v,int));
4933 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4934 function prototypes and stuff, but not '\xHH' hex character constants.
4935 These don't provoke an error unfortunately, instead are silently treated
4936 as 'x'. The following induces an error, until -std1 is added to get
4937 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4938 array size at least. It's necessary to write '\x00'==0 to get something
4939 that's true only with -std1. */
4940 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4942 int test (int i, double x);
4943 struct s1 {int (*f) (int a);};
4944 struct s2 {int (*f) (double a);};
4945 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4951 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4956 # Don't try gcc -ansi; that turns off useful extensions and
4957 # breaks some systems' header files.
4958 # AIX -qlanglvl=ansi
4959 # Ultrix and OSF/1 -std1
4960 # HP-UX 10.20 and later -Ae
4961 # HP-UX older versions -Aa -D_HPUX_SOURCE
4962 # SVR4 -Xc -D__EXTENSIONS__
4963 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4965 CC
="$ac_save_CC $ac_arg"
4966 rm -f conftest.
$ac_objext
4967 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4968 (eval $ac_compile) 2>conftest.er1
4970 grep -v '^ *+' conftest.er1
>conftest.err
4972 cat conftest.err
>&5
4973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4974 (exit $ac_status); } &&
4975 { ac_try
='test -z "$ac_c_werror_flag"
4976 || test ! -s conftest.err'
4977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4981 (exit $ac_status); }; } &&
4982 { ac_try
='test -s conftest.$ac_objext'
4983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987 (exit $ac_status); }; }; then
4988 ac_cv_prog_cc_stdc
=$ac_arg
4991 echo "$as_me: failed program was:" >&5
4992 sed 's/^/| /' conftest.
$ac_ext >&5
4995 rm -f conftest.err conftest.
$ac_objext
4997 rm -f conftest.
$ac_ext conftest.
$ac_objext
5002 case "x$ac_cv_prog_cc_stdc" in
5004 echo "$as_me:$LINENO: result: none needed" >&5
5005 echo "${ECHO_T}none needed" >&6 ;;
5007 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
5008 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
5009 CC
="$CC $ac_cv_prog_cc_stdc" ;;
5012 # Some people use a C++ compiler to compile C. Since we use `exit',
5013 # in C++ we need to declare it. In case someone uses the same compiler
5014 # for both compiling C and C++ we need to have the C++ compiler decide
5015 # the declaration of exit, since it's the most demanding environment.
5016 cat >conftest.
$ac_ext <<_ACEOF
5021 rm -f conftest.
$ac_objext
5022 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5023 (eval $ac_compile) 2>conftest.er1
5025 grep -v '^ *+' conftest.er1
>conftest.err
5027 cat conftest.err
>&5
5028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5029 (exit $ac_status); } &&
5030 { ac_try
='test -z "$ac_c_werror_flag"
5031 || test ! -s conftest.err'
5032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5036 (exit $ac_status); }; } &&
5037 { ac_try
='test -s conftest.$ac_objext'
5038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042 (exit $ac_status); }; }; then
5043 for ac_declaration
in \
5045 'extern "C" void std::exit (int) throw (); using std::exit;' \
5046 'extern "C" void std::exit (int); using std::exit;' \
5047 'extern "C" void exit (int) throw ();' \
5048 'extern "C" void exit (int);' \
5051 cat >conftest.
$ac_ext <<_ACEOF
5054 cat confdefs.h
>>conftest.
$ac_ext
5055 cat >>conftest.
$ac_ext <<_ACEOF
5056 /* end confdefs.h. */
5067 rm -f conftest.
$ac_objext
5068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5069 (eval $ac_compile) 2>conftest.er1
5071 grep -v '^ *+' conftest.er1
>conftest.err
5073 cat conftest.err
>&5
5074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5075 (exit $ac_status); } &&
5076 { ac_try
='test -z "$ac_c_werror_flag"
5077 || test ! -s conftest.err'
5078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5082 (exit $ac_status); }; } &&
5083 { ac_try
='test -s conftest.$ac_objext'
5084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088 (exit $ac_status); }; }; then
5091 echo "$as_me: failed program was:" >&5
5092 sed 's/^/| /' conftest.
$ac_ext >&5
5096 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5097 cat >conftest.
$ac_ext <<_ACEOF
5100 cat confdefs.h
>>conftest.
$ac_ext
5101 cat >>conftest.
$ac_ext <<_ACEOF
5102 /* end confdefs.h. */
5112 rm -f conftest.
$ac_objext
5113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5114 (eval $ac_compile) 2>conftest.er1
5116 grep -v '^ *+' conftest.er1
>conftest.err
5118 cat conftest.err
>&5
5119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5120 (exit $ac_status); } &&
5121 { ac_try
='test -z "$ac_c_werror_flag"
5122 || test ! -s conftest.err'
5123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5127 (exit $ac_status); }; } &&
5128 { ac_try
='test -s conftest.$ac_objext'
5129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5133 (exit $ac_status); }; }; then
5136 echo "$as_me: failed program was:" >&5
5137 sed 's/^/| /' conftest.
$ac_ext >&5
5140 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5143 if test -n "$ac_declaration"; then
5144 echo '#ifdef __cplusplus' >>confdefs.h
5145 echo $ac_declaration >>confdefs.h
5146 echo '#endif' >>confdefs.h
5150 echo "$as_me: failed program was:" >&5
5151 sed 's/^/| /' conftest.
$ac_ext >&5
5154 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5156 ac_cpp
='$CPP $CPPFLAGS'
5157 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5158 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5159 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5162 cat >>confdefs.h
<<\_ACEOF
5163 #define _GNU_SOURCE 1
5168 ALL_LINGUAS
="fr tr ja es sv da zh_CN ro rw"
5169 if test -n "$ac_tool_prefix"; then
5170 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5171 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5172 echo "$as_me:$LINENO: checking for $ac_word" >&5
5173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5174 if test "${ac_cv_prog_RANLIB+set}" = set; then
5175 echo $ECHO_N "(cached) $ECHO_C" >&6
5177 if test -n "$RANLIB"; then
5178 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5180 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5184 test -z "$as_dir" && as_dir
=.
5185 for ac_exec_ext
in '' $ac_executable_extensions; do
5186 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5187 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5188 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 RANLIB
=$ac_cv_prog_RANLIB
5197 if test -n "$RANLIB"; then
5198 echo "$as_me:$LINENO: result: $RANLIB" >&5
5199 echo "${ECHO_T}$RANLIB" >&6
5201 echo "$as_me:$LINENO: result: no" >&5
5202 echo "${ECHO_T}no" >&6
5206 if test -z "$ac_cv_prog_RANLIB"; then
5207 ac_ct_RANLIB
=$RANLIB
5208 # Extract the first word of "ranlib", so it can be a program name with args.
5209 set dummy ranlib
; ac_word
=$2
5210 echo "$as_me:$LINENO: checking for $ac_word" >&5
5211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5212 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5213 echo $ECHO_N "(cached) $ECHO_C" >&6
5215 if test -n "$ac_ct_RANLIB"; then
5216 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5222 test -z "$as_dir" && as_dir
=.
5223 for ac_exec_ext
in '' $ac_executable_extensions; do
5224 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5225 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5232 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
5235 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5236 if test -n "$ac_ct_RANLIB"; then
5237 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5238 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5240 echo "$as_me:$LINENO: result: no" >&5
5241 echo "${ECHO_T}no" >&6
5244 RANLIB
=$ac_ct_RANLIB
5246 RANLIB
="$ac_cv_prog_RANLIB"
5250 ac_cpp
='$CPP $CPPFLAGS'
5251 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5252 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5253 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5254 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5255 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5256 # On Suns, sometimes $CPP names a directory.
5257 if test -n "$CPP" && test -d "$CPP"; then
5260 if test -z "$CPP"; then
5261 if test "${ac_cv_prog_CPP+set}" = set; then
5262 echo $ECHO_N "(cached) $ECHO_C" >&6
5264 # Double quotes because CPP needs to be expanded
5265 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5268 for ac_c_preproc_warn_flag
in '' yes
5270 # Use a header file that comes with gcc, so configuring glibc
5271 # with a fresh cross-compiler works.
5272 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5273 # <limits.h> exists even on freestanding compilers.
5274 # On the NeXT, cc -E runs the code through the compiler's parser,
5275 # not just through cpp. "Syntax error" is here to catch this case.
5276 cat >conftest.
$ac_ext <<_ACEOF
5279 cat confdefs.h
>>conftest.
$ac_ext
5280 cat >>conftest.
$ac_ext <<_ACEOF
5281 /* end confdefs.h. */
5283 # include <limits.h>
5285 # include <assert.h>
5289 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5290 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5292 grep -v '^ *+' conftest.er1
>conftest.err
5294 cat conftest.err
>&5
5295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5296 (exit $ac_status); } >/dev
/null
; then
5297 if test -s conftest.err
; then
5298 ac_cpp_err
=$ac_c_preproc_warn_flag
5299 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5306 if test -z "$ac_cpp_err"; then
5309 echo "$as_me: failed program was:" >&5
5310 sed 's/^/| /' conftest.
$ac_ext >&5
5312 # Broken: fails on valid input.
5315 rm -f conftest.err conftest.
$ac_ext
5317 # OK, works on sane cases. Now check whether non-existent headers
5318 # can be detected and how.
5319 cat >conftest.
$ac_ext <<_ACEOF
5322 cat confdefs.h
>>conftest.
$ac_ext
5323 cat >>conftest.
$ac_ext <<_ACEOF
5324 /* end confdefs.h. */
5325 #include <ac_nonexistent.h>
5327 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5328 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5330 grep -v '^ *+' conftest.er1
>conftest.err
5332 cat conftest.err
>&5
5333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5334 (exit $ac_status); } >/dev
/null
; then
5335 if test -s conftest.err
; then
5336 ac_cpp_err
=$ac_c_preproc_warn_flag
5337 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5344 if test -z "$ac_cpp_err"; then
5345 # Broken: success on invalid input.
5348 echo "$as_me: failed program was:" >&5
5349 sed 's/^/| /' conftest.
$ac_ext >&5
5351 # Passes both tests.
5355 rm -f conftest.err conftest.
$ac_ext
5358 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5359 rm -f conftest.err conftest.
$ac_ext
5360 if $ac_preproc_ok; then
5372 echo "$as_me:$LINENO: result: $CPP" >&5
5373 echo "${ECHO_T}$CPP" >&6
5375 for ac_c_preproc_warn_flag
in '' yes
5377 # Use a header file that comes with gcc, so configuring glibc
5378 # with a fresh cross-compiler works.
5379 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5380 # <limits.h> exists even on freestanding compilers.
5381 # On the NeXT, cc -E runs the code through the compiler's parser,
5382 # not just through cpp. "Syntax error" is here to catch this case.
5383 cat >conftest.
$ac_ext <<_ACEOF
5386 cat confdefs.h
>>conftest.
$ac_ext
5387 cat >>conftest.
$ac_ext <<_ACEOF
5388 /* end confdefs.h. */
5390 # include <limits.h>
5392 # include <assert.h>
5396 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5397 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5399 grep -v '^ *+' conftest.er1
>conftest.err
5401 cat conftest.err
>&5
5402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5403 (exit $ac_status); } >/dev
/null
; then
5404 if test -s conftest.err
; then
5405 ac_cpp_err
=$ac_c_preproc_warn_flag
5406 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5413 if test -z "$ac_cpp_err"; then
5416 echo "$as_me: failed program was:" >&5
5417 sed 's/^/| /' conftest.
$ac_ext >&5
5419 # Broken: fails on valid input.
5422 rm -f conftest.err conftest.
$ac_ext
5424 # OK, works on sane cases. Now check whether non-existent headers
5425 # can be detected and how.
5426 cat >conftest.
$ac_ext <<_ACEOF
5429 cat confdefs.h
>>conftest.
$ac_ext
5430 cat >>conftest.
$ac_ext <<_ACEOF
5431 /* end confdefs.h. */
5432 #include <ac_nonexistent.h>
5434 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5435 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5437 grep -v '^ *+' conftest.er1
>conftest.err
5439 cat conftest.err
>&5
5440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5441 (exit $ac_status); } >/dev
/null
; then
5442 if test -s conftest.err
; then
5443 ac_cpp_err
=$ac_c_preproc_warn_flag
5444 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5451 if test -z "$ac_cpp_err"; then
5452 # Broken: success on invalid input.
5455 echo "$as_me: failed program was:" >&5
5456 sed 's/^/| /' conftest.
$ac_ext >&5
5458 # Passes both tests.
5462 rm -f conftest.err conftest.
$ac_ext
5465 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5466 rm -f conftest.err conftest.
$ac_ext
5467 if $ac_preproc_ok; then
5470 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5471 See \`config.log' for more details." >&5
5472 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5473 See \`config.log' for more details." >&2;}
5474 { (exit 1); exit 1; }; }
5478 ac_cpp
='$CPP $CPPFLAGS'
5479 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5480 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5481 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5484 echo "$as_me:$LINENO: checking for egrep" >&5
5485 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5486 if test "${ac_cv_prog_egrep+set}" = set; then
5487 echo $ECHO_N "(cached) $ECHO_C" >&6
5489 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5490 then ac_cv_prog_egrep
='grep -E'
5491 else ac_cv_prog_egrep
='egrep'
5494 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5495 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5496 EGREP
=$ac_cv_prog_egrep
5499 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5500 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5501 if test "${ac_cv_header_stdc+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6
5504 cat >conftest.
$ac_ext <<_ACEOF
5507 cat confdefs.h
>>conftest.
$ac_ext
5508 cat >>conftest.
$ac_ext <<_ACEOF
5509 /* end confdefs.h. */
5523 rm -f conftest.
$ac_objext
5524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5525 (eval $ac_compile) 2>conftest.er1
5527 grep -v '^ *+' conftest.er1
>conftest.err
5529 cat conftest.err
>&5
5530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5531 (exit $ac_status); } &&
5532 { ac_try
='test -z "$ac_c_werror_flag"
5533 || test ! -s conftest.err'
5534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5538 (exit $ac_status); }; } &&
5539 { ac_try
='test -s conftest.$ac_objext'
5540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544 (exit $ac_status); }; }; then
5545 ac_cv_header_stdc
=yes
5547 echo "$as_me: failed program was:" >&5
5548 sed 's/^/| /' conftest.
$ac_ext >&5
5550 ac_cv_header_stdc
=no
5552 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5554 if test $ac_cv_header_stdc = yes; then
5555 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5556 cat >conftest.
$ac_ext <<_ACEOF
5559 cat confdefs.h
>>conftest.
$ac_ext
5560 cat >>conftest.
$ac_ext <<_ACEOF
5561 /* end confdefs.h. */
5565 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5566 $EGREP "memchr" >/dev
/null
2>&1; then
5569 ac_cv_header_stdc
=no
5575 if test $ac_cv_header_stdc = yes; then
5576 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5577 cat >conftest.
$ac_ext <<_ACEOF
5580 cat confdefs.h
>>conftest.
$ac_ext
5581 cat >>conftest.
$ac_ext <<_ACEOF
5582 /* end confdefs.h. */
5586 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5587 $EGREP "free" >/dev
/null
2>&1; then
5590 ac_cv_header_stdc
=no
5596 if test $ac_cv_header_stdc = yes; then
5597 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5598 if test "$cross_compiling" = yes; then
5601 cat >conftest.
$ac_ext <<_ACEOF
5604 cat confdefs.h
>>conftest.
$ac_ext
5605 cat >>conftest.
$ac_ext <<_ACEOF
5606 /* end confdefs.h. */
5608 #if ((' ' & 0x0FF) == 0x020)
5609 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5610 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5612 # define ISLOWER(c) \
5613 (('a' <= (c) && (c) <= 'i') \
5614 || ('j' <= (c) && (c) <= 'r') \
5615 || ('s' <= (c) && (c) <= 'z'))
5616 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5619 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5624 for (i = 0; i < 256; i++)
5625 if (XOR (islower (i), ISLOWER (i))
5626 || toupper (i) != TOUPPER (i))
5631 rm -f conftest
$ac_exeext
5632 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5633 (eval $ac_link) 2>&5
5635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5636 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5641 (exit $ac_status); }; }; then
5644 echo "$as_me: program exited with status $ac_status" >&5
5645 echo "$as_me: failed program was:" >&5
5646 sed 's/^/| /' conftest.
$ac_ext >&5
5649 ac_cv_header_stdc
=no
5651 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5655 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5656 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5657 if test $ac_cv_header_stdc = yes; then
5659 cat >>confdefs.h
<<\_ACEOF
5660 #define STDC_HEADERS 1
5665 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
5666 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
5667 if test "${ac_cv_c_const+set}" = set; then
5668 echo $ECHO_N "(cached) $ECHO_C" >&6
5670 cat >conftest.
$ac_ext <<_ACEOF
5673 cat confdefs.h
>>conftest.
$ac_ext
5674 cat >>conftest.
$ac_ext <<_ACEOF
5675 /* end confdefs.h. */
5680 /* FIXME: Include the comments suggested by Paul. */
5682 /* Ultrix mips cc rejects this. */
5683 typedef int charset[2];
5685 /* SunOS 4.1.1 cc rejects this. */
5686 char const *const *ccp;
5688 /* NEC SVR4.0.2 mips cc rejects this. */
5689 struct point {int x, y;};
5690 static struct point const zero = {0,0};
5691 /* AIX XL C 1.02.0.0 rejects this.
5692 It does not let you subtract one const X* pointer from another in
5693 an arm of an if-expression whose if-part is not a constant
5695 const char *g = "string";
5696 ccp = &g + (g ? g-g : 0);
5697 /* HPUX 7.0 cc rejects these. */
5700 ccp = (char const *const *) p;
5701 { /* SCO 3.2v4 cc rejects this. */
5703 char const *s = 0 ? (char *) 0 : (char const *) 0;
5707 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5709 const int *foo = &x[0];
5712 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5713 typedef const int *iptr;
5717 { /* AIX XL C 1.02.0.0 rejects this saying
5718 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5719 struct s { int j; const int *ap[3]; };
5720 struct s *b; b->j = 5;
5722 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5731 rm -f conftest.
$ac_objext
5732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5733 (eval $ac_compile) 2>conftest.er1
5735 grep -v '^ *+' conftest.er1
>conftest.err
5737 cat conftest.err
>&5
5738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5739 (exit $ac_status); } &&
5740 { ac_try
='test -z "$ac_c_werror_flag"
5741 || test ! -s conftest.err'
5742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5746 (exit $ac_status); }; } &&
5747 { ac_try
='test -s conftest.$ac_objext'
5748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5752 (exit $ac_status); }; }; then
5755 echo "$as_me: failed program was:" >&5
5756 sed 's/^/| /' conftest.
$ac_ext >&5
5760 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5762 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
5763 echo "${ECHO_T}$ac_cv_c_const" >&6
5764 if test $ac_cv_c_const = no
; then
5766 cat >>confdefs.h
<<\_ACEOF
5772 echo "$as_me:$LINENO: checking for inline" >&5
5773 echo $ECHO_N "checking for inline... $ECHO_C" >&6
5774 if test "${ac_cv_c_inline+set}" = set; then
5775 echo $ECHO_N "(cached) $ECHO_C" >&6
5778 for ac_kw
in inline __inline__ __inline
; do
5779 cat >conftest.
$ac_ext <<_ACEOF
5782 cat confdefs.h
>>conftest.
$ac_ext
5783 cat >>conftest.
$ac_ext <<_ACEOF
5784 /* end confdefs.h. */
5787 static $ac_kw foo_t static_foo () {return 0; }
5788 $ac_kw foo_t foo () {return 0; }
5792 rm -f conftest.
$ac_objext
5793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5794 (eval $ac_compile) 2>conftest.er1
5796 grep -v '^ *+' conftest.er1
>conftest.err
5798 cat conftest.err
>&5
5799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5800 (exit $ac_status); } &&
5801 { ac_try
='test -z "$ac_c_werror_flag"
5802 || test ! -s conftest.err'
5803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5807 (exit $ac_status); }; } &&
5808 { ac_try
='test -s conftest.$ac_objext'
5809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5813 (exit $ac_status); }; }; then
5814 ac_cv_c_inline
=$ac_kw; break
5816 echo "$as_me: failed program was:" >&5
5817 sed 's/^/| /' conftest.
$ac_ext >&5
5820 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5824 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
5825 echo "${ECHO_T}$ac_cv_c_inline" >&6
5828 case $ac_cv_c_inline in
5831 case $ac_cv_c_inline in
5833 *) ac_val
=$ac_cv_c_inline;;
5835 cat >>confdefs.h
<<_ACEOF
5837 #define inline $ac_val
5843 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5853 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5854 inttypes.h stdint.h unistd.h
5856 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5857 echo "$as_me:$LINENO: checking for $ac_header" >&5
5858 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5859 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5860 echo $ECHO_N "(cached) $ECHO_C" >&6
5862 cat >conftest.
$ac_ext <<_ACEOF
5865 cat confdefs.h
>>conftest.
$ac_ext
5866 cat >>conftest.
$ac_ext <<_ACEOF
5867 /* end confdefs.h. */
5868 $ac_includes_default
5870 #include <$ac_header>
5872 rm -f conftest.
$ac_objext
5873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5874 (eval $ac_compile) 2>conftest.er1
5876 grep -v '^ *+' conftest.er1
>conftest.err
5878 cat conftest.err
>&5
5879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5880 (exit $ac_status); } &&
5881 { ac_try
='test -z "$ac_c_werror_flag"
5882 || test ! -s conftest.err'
5883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5887 (exit $ac_status); }; } &&
5888 { ac_try
='test -s conftest.$ac_objext'
5889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5893 (exit $ac_status); }; }; then
5894 eval "$as_ac_Header=yes"
5896 echo "$as_me: failed program was:" >&5
5897 sed 's/^/| /' conftest.
$ac_ext >&5
5899 eval "$as_ac_Header=no"
5901 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5903 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5904 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5905 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5906 cat >>confdefs.h
<<_ACEOF
5907 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5915 echo "$as_me:$LINENO: checking for off_t" >&5
5916 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5917 if test "${ac_cv_type_off_t+set}" = set; then
5918 echo $ECHO_N "(cached) $ECHO_C" >&6
5920 cat >conftest.
$ac_ext <<_ACEOF
5923 cat confdefs.h
>>conftest.
$ac_ext
5924 cat >>conftest.
$ac_ext <<_ACEOF
5925 /* end confdefs.h. */
5926 $ac_includes_default
5938 rm -f conftest.
$ac_objext
5939 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5940 (eval $ac_compile) 2>conftest.er1
5942 grep -v '^ *+' conftest.er1
>conftest.err
5944 cat conftest.err
>&5
5945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5946 (exit $ac_status); } &&
5947 { ac_try
='test -z "$ac_c_werror_flag"
5948 || test ! -s conftest.err'
5949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5953 (exit $ac_status); }; } &&
5954 { ac_try
='test -s conftest.$ac_objext'
5955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959 (exit $ac_status); }; }; then
5960 ac_cv_type_off_t
=yes
5962 echo "$as_me: failed program was:" >&5
5963 sed 's/^/| /' conftest.
$ac_ext >&5
5967 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5969 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5970 echo "${ECHO_T}$ac_cv_type_off_t" >&6
5971 if test $ac_cv_type_off_t = yes; then
5975 cat >>confdefs.h
<<_ACEOF
5981 echo "$as_me:$LINENO: checking for size_t" >&5
5982 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
5983 if test "${ac_cv_type_size_t+set}" = set; then
5984 echo $ECHO_N "(cached) $ECHO_C" >&6
5986 cat >conftest.
$ac_ext <<_ACEOF
5989 cat confdefs.h
>>conftest.
$ac_ext
5990 cat >>conftest.
$ac_ext <<_ACEOF
5991 /* end confdefs.h. */
5992 $ac_includes_default
5998 if (sizeof (size_t))
6004 rm -f conftest.
$ac_objext
6005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6006 (eval $ac_compile) 2>conftest.er1
6008 grep -v '^ *+' conftest.er1
>conftest.err
6010 cat conftest.err
>&5
6011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6012 (exit $ac_status); } &&
6013 { ac_try
='test -z "$ac_c_werror_flag"
6014 || test ! -s conftest.err'
6015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6019 (exit $ac_status); }; } &&
6020 { ac_try
='test -s conftest.$ac_objext'
6021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6025 (exit $ac_status); }; }; then
6026 ac_cv_type_size_t
=yes
6028 echo "$as_me: failed program was:" >&5
6029 sed 's/^/| /' conftest.
$ac_ext >&5
6031 ac_cv_type_size_t
=no
6033 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6035 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
6036 echo "${ECHO_T}$ac_cv_type_size_t" >&6
6037 if test $ac_cv_type_size_t = yes; then
6041 cat >>confdefs.h
<<_ACEOF
6042 #define size_t unsigned
6047 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6048 # for constant arguments. Useless!
6049 echo "$as_me:$LINENO: checking for working alloca.h" >&5
6050 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
6051 if test "${ac_cv_working_alloca_h+set}" = set; then
6052 echo $ECHO_N "(cached) $ECHO_C" >&6
6054 cat >conftest.
$ac_ext <<_ACEOF
6057 cat confdefs.h
>>conftest.
$ac_ext
6058 cat >>conftest.
$ac_ext <<_ACEOF
6059 /* end confdefs.h. */
6064 char *p = (char *) alloca (2 * sizeof (int));
6069 rm -f conftest.
$ac_objext conftest
$ac_exeext
6070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6071 (eval $ac_link) 2>conftest.er1
6073 grep -v '^ *+' conftest.er1
>conftest.err
6075 cat conftest.err
>&5
6076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6077 (exit $ac_status); } &&
6078 { ac_try
='test -z "$ac_c_werror_flag"
6079 || test ! -s conftest.err'
6080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6084 (exit $ac_status); }; } &&
6085 { ac_try
='test -s conftest$ac_exeext'
6086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6090 (exit $ac_status); }; }; then
6091 ac_cv_working_alloca_h
=yes
6093 echo "$as_me: failed program was:" >&5
6094 sed 's/^/| /' conftest.
$ac_ext >&5
6096 ac_cv_working_alloca_h
=no
6098 rm -f conftest.err conftest.
$ac_objext \
6099 conftest
$ac_exeext conftest.
$ac_ext
6101 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
6102 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
6103 if test $ac_cv_working_alloca_h = yes; then
6105 cat >>confdefs.h
<<\_ACEOF
6106 #define HAVE_ALLOCA_H 1
6111 echo "$as_me:$LINENO: checking for alloca" >&5
6112 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
6113 if test "${ac_cv_func_alloca_works+set}" = set; then
6114 echo $ECHO_N "(cached) $ECHO_C" >&6
6116 cat >conftest.
$ac_ext <<_ACEOF
6119 cat confdefs.h
>>conftest.
$ac_ext
6120 cat >>conftest.
$ac_ext <<_ACEOF
6121 /* end confdefs.h. */
6123 # define alloca __builtin_alloca
6126 # include <malloc.h>
6127 # define alloca _alloca
6130 # include <alloca.h>
6135 # ifndef alloca /* predefined by HP cc +Olibcalls */
6146 char *p = (char *) alloca (1);
6151 rm -f conftest.
$ac_objext conftest
$ac_exeext
6152 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6153 (eval $ac_link) 2>conftest.er1
6155 grep -v '^ *+' conftest.er1
>conftest.err
6157 cat conftest.err
>&5
6158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6159 (exit $ac_status); } &&
6160 { ac_try
='test -z "$ac_c_werror_flag"
6161 || test ! -s conftest.err'
6162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6166 (exit $ac_status); }; } &&
6167 { ac_try
='test -s conftest$ac_exeext'
6168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6172 (exit $ac_status); }; }; then
6173 ac_cv_func_alloca_works
=yes
6175 echo "$as_me: failed program was:" >&5
6176 sed 's/^/| /' conftest.
$ac_ext >&5
6178 ac_cv_func_alloca_works
=no
6180 rm -f conftest.err conftest.
$ac_objext \
6181 conftest
$ac_exeext conftest.
$ac_ext
6183 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
6184 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
6186 if test $ac_cv_func_alloca_works = yes; then
6188 cat >>confdefs.h
<<\_ACEOF
6189 #define HAVE_ALLOCA 1
6193 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
6194 # that cause trouble. Some versions do not even contain alloca or
6195 # contain a buggy version. If you still want to use their alloca,
6196 # use ar to extract alloca.o from them instead of compiling alloca.c.
6198 ALLOCA
=alloca.
$ac_objext
6200 cat >>confdefs.h
<<\_ACEOF
6205 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
6206 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
6207 if test "${ac_cv_os_cray+set}" = set; then
6208 echo $ECHO_N "(cached) $ECHO_C" >&6
6210 cat >conftest.
$ac_ext <<_ACEOF
6213 cat confdefs.h
>>conftest.
$ac_ext
6214 cat >>conftest.
$ac_ext <<_ACEOF
6215 /* end confdefs.h. */
6216 #if defined(CRAY) && ! defined(CRAY2)
6223 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6224 $EGREP "webecray" >/dev
/null
2>&1; then
6232 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6233 echo "${ECHO_T}$ac_cv_os_cray" >&6
6234 if test $ac_cv_os_cray = yes; then
6235 for ac_func
in _getb67 GETB67 getb67
; do
6236 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6237 echo "$as_me:$LINENO: checking for $ac_func" >&5
6238 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6239 if eval "test \"\${$as_ac_var+set}\" = set"; then
6240 echo $ECHO_N "(cached) $ECHO_C" >&6
6242 cat >conftest.
$ac_ext <<_ACEOF
6245 cat confdefs.h
>>conftest.
$ac_ext
6246 cat >>conftest.
$ac_ext <<_ACEOF
6247 /* end confdefs.h. */
6248 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6249 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6250 #define $ac_func innocuous_$ac_func
6252 /* System header to define __stub macros and hopefully few prototypes,
6253 which can conflict with char $ac_func (); below.
6254 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6255 <limits.h> exists even on freestanding compilers. */
6258 # include <limits.h>
6260 # include <assert.h>
6265 /* Override any gcc2 internal prototype to avoid an error. */
6270 /* We use char because int might match the return type of a gcc2
6271 builtin and then its argument prototype would still apply. */
6273 /* The GNU C library defines this for functions which it implements
6274 to always fail with ENOSYS. Some functions are actually named
6275 something starting with __ and the normal name is an alias. */
6276 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6279 char (*f) () = $ac_func;
6288 return f != $ac_func;
6293 rm -f conftest.
$ac_objext conftest
$ac_exeext
6294 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6295 (eval $ac_link) 2>conftest.er1
6297 grep -v '^ *+' conftest.er1
>conftest.err
6299 cat conftest.err
>&5
6300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6301 (exit $ac_status); } &&
6302 { ac_try
='test -z "$ac_c_werror_flag"
6303 || test ! -s conftest.err'
6304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6308 (exit $ac_status); }; } &&
6309 { ac_try
='test -s conftest$ac_exeext'
6310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6314 (exit $ac_status); }; }; then
6315 eval "$as_ac_var=yes"
6317 echo "$as_me: failed program was:" >&5
6318 sed 's/^/| /' conftest.
$ac_ext >&5
6320 eval "$as_ac_var=no"
6322 rm -f conftest.err conftest.
$ac_objext \
6323 conftest
$ac_exeext conftest.
$ac_ext
6325 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6326 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6327 if test `eval echo '${'$as_ac_var'}'` = yes; then
6329 cat >>confdefs.h
<<_ACEOF
6330 #define CRAY_STACKSEG_END $ac_func
6339 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
6340 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
6341 if test "${ac_cv_c_stack_direction+set}" = set; then
6342 echo $ECHO_N "(cached) $ECHO_C" >&6
6344 if test "$cross_compiling" = yes; then
6345 ac_cv_c_stack_direction
=0
6347 cat >conftest.
$ac_ext <<_ACEOF
6350 cat confdefs.h
>>conftest.
$ac_ext
6351 cat >>conftest.
$ac_ext <<_ACEOF
6352 /* end confdefs.h. */
6354 find_stack_direction ()
6356 static char *addr = 0;
6361 return find_stack_direction ();
6364 return (&dummy > addr) ? 1 : -1;
6370 exit (find_stack_direction () < 0);
6373 rm -f conftest
$ac_exeext
6374 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6375 (eval $ac_link) 2>&5
6377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6378 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6383 (exit $ac_status); }; }; then
6384 ac_cv_c_stack_direction
=1
6386 echo "$as_me: program exited with status $ac_status" >&5
6387 echo "$as_me: failed program was:" >&5
6388 sed 's/^/| /' conftest.
$ac_ext >&5
6391 ac_cv_c_stack_direction
=-1
6393 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6396 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
6397 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
6399 cat >>confdefs.h
<<_ACEOF
6400 #define STACK_DIRECTION $ac_cv_c_stack_direction
6408 for ac_header
in stdlib.h unistd.h
6410 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6411 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6412 echo "$as_me:$LINENO: checking for $ac_header" >&5
6413 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6414 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6415 echo $ECHO_N "(cached) $ECHO_C" >&6
6417 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6418 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6420 # Is the header compilable?
6421 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6422 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6423 cat >conftest.
$ac_ext <<_ACEOF
6426 cat confdefs.h
>>conftest.
$ac_ext
6427 cat >>conftest.
$ac_ext <<_ACEOF
6428 /* end confdefs.h. */
6429 $ac_includes_default
6430 #include <$ac_header>
6432 rm -f conftest.
$ac_objext
6433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6434 (eval $ac_compile) 2>conftest.er1
6436 grep -v '^ *+' conftest.er1
>conftest.err
6438 cat conftest.err
>&5
6439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6440 (exit $ac_status); } &&
6441 { ac_try
='test -z "$ac_c_werror_flag"
6442 || test ! -s conftest.err'
6443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447 (exit $ac_status); }; } &&
6448 { ac_try
='test -s conftest.$ac_objext'
6449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6453 (exit $ac_status); }; }; then
6454 ac_header_compiler
=yes
6456 echo "$as_me: failed program was:" >&5
6457 sed 's/^/| /' conftest.
$ac_ext >&5
6459 ac_header_compiler
=no
6461 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6462 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6463 echo "${ECHO_T}$ac_header_compiler" >&6
6465 # Is the header present?
6466 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6467 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6468 cat >conftest.
$ac_ext <<_ACEOF
6471 cat confdefs.h
>>conftest.
$ac_ext
6472 cat >>conftest.
$ac_ext <<_ACEOF
6473 /* end confdefs.h. */
6474 #include <$ac_header>
6476 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6477 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6479 grep -v '^ *+' conftest.er1
>conftest.err
6481 cat conftest.err
>&5
6482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6483 (exit $ac_status); } >/dev
/null
; then
6484 if test -s conftest.err
; then
6485 ac_cpp_err
=$ac_c_preproc_warn_flag
6486 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6493 if test -z "$ac_cpp_err"; then
6494 ac_header_preproc
=yes
6496 echo "$as_me: failed program was:" >&5
6497 sed 's/^/| /' conftest.
$ac_ext >&5
6499 ac_header_preproc
=no
6501 rm -f conftest.err conftest.
$ac_ext
6502 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6503 echo "${ECHO_T}$ac_header_preproc" >&6
6505 # So? What about this header?
6506 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6508 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6509 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6510 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6511 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6512 ac_header_preproc
=yes
6515 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6516 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6517 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6518 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6519 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6520 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6521 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6522 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6523 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6524 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6525 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6526 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6529 ## ------------------------------------------ ##
6530 ## Report this to the AC_PACKAGE_NAME lists. ##
6531 ## ------------------------------------------ ##
6534 sed "s/^/$as_me: WARNING: /" >&2
6537 echo "$as_me:$LINENO: checking for $ac_header" >&5
6538 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6539 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6540 echo $ECHO_N "(cached) $ECHO_C" >&6
6542 eval "$as_ac_Header=\$ac_header_preproc"
6544 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6545 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6549 cat >>confdefs.h
<<_ACEOF
6550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6558 for ac_func
in getpagesize
6560 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6561 echo "$as_me:$LINENO: checking for $ac_func" >&5
6562 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6563 if eval "test \"\${$as_ac_var+set}\" = set"; then
6564 echo $ECHO_N "(cached) $ECHO_C" >&6
6566 cat >conftest.
$ac_ext <<_ACEOF
6569 cat confdefs.h
>>conftest.
$ac_ext
6570 cat >>conftest.
$ac_ext <<_ACEOF
6571 /* end confdefs.h. */
6572 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6573 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6574 #define $ac_func innocuous_$ac_func
6576 /* System header to define __stub macros and hopefully few prototypes,
6577 which can conflict with char $ac_func (); below.
6578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6579 <limits.h> exists even on freestanding compilers. */
6582 # include <limits.h>
6584 # include <assert.h>
6589 /* Override any gcc2 internal prototype to avoid an error. */
6594 /* We use char because int might match the return type of a gcc2
6595 builtin and then its argument prototype would still apply. */
6597 /* The GNU C library defines this for functions which it implements
6598 to always fail with ENOSYS. Some functions are actually named
6599 something starting with __ and the normal name is an alias. */
6600 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6603 char (*f) () = $ac_func;
6612 return f != $ac_func;
6617 rm -f conftest.
$ac_objext conftest
$ac_exeext
6618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6619 (eval $ac_link) 2>conftest.er1
6621 grep -v '^ *+' conftest.er1
>conftest.err
6623 cat conftest.err
>&5
6624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6625 (exit $ac_status); } &&
6626 { ac_try
='test -z "$ac_c_werror_flag"
6627 || test ! -s conftest.err'
6628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6632 (exit $ac_status); }; } &&
6633 { ac_try
='test -s conftest$ac_exeext'
6634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6638 (exit $ac_status); }; }; then
6639 eval "$as_ac_var=yes"
6641 echo "$as_me: failed program was:" >&5
6642 sed 's/^/| /' conftest.
$ac_ext >&5
6644 eval "$as_ac_var=no"
6646 rm -f conftest.err conftest.
$ac_objext \
6647 conftest
$ac_exeext conftest.
$ac_ext
6649 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6650 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6651 if test `eval echo '${'$as_ac_var'}'` = yes; then
6652 cat >>confdefs.h
<<_ACEOF
6653 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6659 echo "$as_me:$LINENO: checking for working mmap" >&5
6660 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
6661 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
6662 echo $ECHO_N "(cached) $ECHO_C" >&6
6664 if test "$cross_compiling" = yes; then
6665 ac_cv_func_mmap_fixed_mapped
=no
6667 cat >conftest.
$ac_ext <<_ACEOF
6670 cat confdefs.h
>>conftest.
$ac_ext
6671 cat >>conftest.
$ac_ext <<_ACEOF
6672 /* end confdefs.h. */
6673 $ac_includes_default
6674 /* malloc might have been renamed as rpl_malloc. */
6677 /* Thanks to Mike Haertel and Jim Avera for this test.
6678 Here is a matrix of mmap possibilities:
6679 mmap private not fixed
6680 mmap private fixed at somewhere currently unmapped
6681 mmap private fixed at somewhere already mapped
6682 mmap shared not fixed
6683 mmap shared fixed at somewhere currently unmapped
6684 mmap shared fixed at somewhere already mapped
6685 For private mappings, we should verify that changes cannot be read()
6686 back from the file, nor mmap's back from the file at a different
6687 address. (There have been systems where private was not correctly
6688 implemented like the infamous i386 svr4.0, and systems where the
6689 VM page cache was not coherent with the file system buffer cache
6690 like early versions of FreeBSD and possibly contemporary NetBSD.)
6691 For shared mappings, we should conversely verify that changes get
6692 propagated back to all the places they're supposed to be.
6694 Grep wants private fixed already mapped.
6695 The main things grep needs to know about mmap are:
6696 * does it exist and is it safe to write into the mmap'd area
6697 * how to use it (BSD variants) */
6700 #include <sys/mman.h>
6702 #if !STDC_HEADERS && !HAVE_STDLIB_H
6706 /* This mess was copied from the GNU getpagesize.h. */
6707 #if !HAVE_GETPAGESIZE
6708 /* Assume that all systems that can run configure have sys/param.h. */
6709 # if !HAVE_SYS_PARAM_H
6710 # define HAVE_SYS_PARAM_H 1
6713 # ifdef _SC_PAGESIZE
6714 # define getpagesize() sysconf(_SC_PAGESIZE)
6715 # else /* no _SC_PAGESIZE */
6716 # if HAVE_SYS_PARAM_H
6717 # include <sys/param.h>
6718 # ifdef EXEC_PAGESIZE
6719 # define getpagesize() EXEC_PAGESIZE
6720 # else /* no EXEC_PAGESIZE */
6722 # define getpagesize() NBPG * CLSIZE
6725 # endif /* no CLSIZE */
6726 # else /* no NBPG */
6728 # define getpagesize() NBPC
6729 # else /* no NBPC */
6731 # define getpagesize() PAGESIZE
6732 # endif /* PAGESIZE */
6733 # endif /* no NBPC */
6734 # endif /* no NBPG */
6735 # endif /* no EXEC_PAGESIZE */
6736 # else /* no HAVE_SYS_PARAM_H */
6737 # define getpagesize() 8192 /* punt totally */
6738 # endif /* no HAVE_SYS_PARAM_H */
6739 # endif /* no _SC_PAGESIZE */
6741 #endif /* no HAVE_GETPAGESIZE */
6746 char *data, *data2, *data3;
6750 pagesize = getpagesize ();
6752 /* First, make a file with some known garbage in it. */
6753 data = (char *) malloc (pagesize);
6756 for (i = 0; i < pagesize; ++i)
6757 *(data + i) = rand ();
6759 fd = creat ("conftest.mmap", 0600);
6762 if (write (fd, data, pagesize) != pagesize)
6766 /* Next, try to mmap the file at a fixed address which already has
6767 something else allocated at it. If we can, also make sure that
6768 we see the same garbage. */
6769 fd = open ("conftest.mmap", O_RDWR);
6772 data2 = (char *) malloc (2 * pagesize);
6775 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
6776 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
6777 MAP_PRIVATE | MAP_FIXED, fd, 0L))
6779 for (i = 0; i < pagesize; ++i)
6780 if (*(data + i) != *(data2 + i))
6783 /* Finally, make sure that changes to the mapped area do not
6784 percolate back to the file as seen by read(). (This is a bug on
6785 some variants of i386 svr4.0.) */
6786 for (i = 0; i < pagesize; ++i)
6787 *(data2 + i) = *(data2 + i) + 1;
6788 data3 = (char *) malloc (pagesize);
6791 if (read (fd, data3, pagesize) != pagesize)
6793 for (i = 0; i < pagesize; ++i)
6794 if (*(data + i) != *(data3 + i))
6800 rm -f conftest
$ac_exeext
6801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6802 (eval $ac_link) 2>&5
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6810 (exit $ac_status); }; }; then
6811 ac_cv_func_mmap_fixed_mapped
=yes
6813 echo "$as_me: program exited with status $ac_status" >&5
6814 echo "$as_me: failed program was:" >&5
6815 sed 's/^/| /' conftest.
$ac_ext >&5
6818 ac_cv_func_mmap_fixed_mapped
=no
6820 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6823 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
6824 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6825 if test $ac_cv_func_mmap_fixed_mapped = yes; then
6827 cat >>confdefs.h
<<\_ACEOF
6844 for ac_header
in argz.h limits.h locale.h nl_types.h malloc.h string.h \
6845 unistd.h values.h sys
/param.h
6847 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6848 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6849 echo "$as_me:$LINENO: checking for $ac_header" >&5
6850 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6851 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6852 echo $ECHO_N "(cached) $ECHO_C" >&6
6854 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6855 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6857 # Is the header compilable?
6858 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6859 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6860 cat >conftest.
$ac_ext <<_ACEOF
6863 cat confdefs.h
>>conftest.
$ac_ext
6864 cat >>conftest.
$ac_ext <<_ACEOF
6865 /* end confdefs.h. */
6866 $ac_includes_default
6867 #include <$ac_header>
6869 rm -f conftest.
$ac_objext
6870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6871 (eval $ac_compile) 2>conftest.er1
6873 grep -v '^ *+' conftest.er1
>conftest.err
6875 cat conftest.err
>&5
6876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6877 (exit $ac_status); } &&
6878 { ac_try
='test -z "$ac_c_werror_flag"
6879 || test ! -s conftest.err'
6880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6884 (exit $ac_status); }; } &&
6885 { ac_try
='test -s conftest.$ac_objext'
6886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6890 (exit $ac_status); }; }; then
6891 ac_header_compiler
=yes
6893 echo "$as_me: failed program was:" >&5
6894 sed 's/^/| /' conftest.
$ac_ext >&5
6896 ac_header_compiler
=no
6898 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6899 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6900 echo "${ECHO_T}$ac_header_compiler" >&6
6902 # Is the header present?
6903 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6904 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6905 cat >conftest.
$ac_ext <<_ACEOF
6908 cat confdefs.h
>>conftest.
$ac_ext
6909 cat >>conftest.
$ac_ext <<_ACEOF
6910 /* end confdefs.h. */
6911 #include <$ac_header>
6913 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6914 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6916 grep -v '^ *+' conftest.er1
>conftest.err
6918 cat conftest.err
>&5
6919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920 (exit $ac_status); } >/dev
/null
; then
6921 if test -s conftest.err
; then
6922 ac_cpp_err
=$ac_c_preproc_warn_flag
6923 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6930 if test -z "$ac_cpp_err"; then
6931 ac_header_preproc
=yes
6933 echo "$as_me: failed program was:" >&5
6934 sed 's/^/| /' conftest.
$ac_ext >&5
6936 ac_header_preproc
=no
6938 rm -f conftest.err conftest.
$ac_ext
6939 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6940 echo "${ECHO_T}$ac_header_preproc" >&6
6942 # So? What about this header?
6943 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6945 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6946 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6947 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6948 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6949 ac_header_preproc
=yes
6952 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6953 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6954 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6955 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6956 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6957 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6958 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6959 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6960 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6961 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6962 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6963 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6966 ## ------------------------------------------ ##
6967 ## Report this to the AC_PACKAGE_NAME lists. ##
6968 ## ------------------------------------------ ##
6971 sed "s/^/$as_me: WARNING: /" >&2
6974 echo "$as_me:$LINENO: checking for $ac_header" >&5
6975 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6976 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6977 echo $ECHO_N "(cached) $ECHO_C" >&6
6979 eval "$as_ac_Header=\$ac_header_preproc"
6981 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6982 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6986 cat >>confdefs.h
<<_ACEOF
6987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7004 for ac_func
in getcwd munmap putenv setenv setlocale strchr strcasecmp \
7005 __argz_count __argz_stringify __argz_next
7007 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7008 echo "$as_me:$LINENO: checking for $ac_func" >&5
7009 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7010 if eval "test \"\${$as_ac_var+set}\" = set"; then
7011 echo $ECHO_N "(cached) $ECHO_C" >&6
7013 cat >conftest.
$ac_ext <<_ACEOF
7016 cat confdefs.h
>>conftest.
$ac_ext
7017 cat >>conftest.
$ac_ext <<_ACEOF
7018 /* end confdefs.h. */
7019 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7020 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7021 #define $ac_func innocuous_$ac_func
7023 /* System header to define __stub macros and hopefully few prototypes,
7024 which can conflict with char $ac_func (); below.
7025 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7026 <limits.h> exists even on freestanding compilers. */
7029 # include <limits.h>
7031 # include <assert.h>
7036 /* Override any gcc2 internal prototype to avoid an error. */
7041 /* We use char because int might match the return type of a gcc2
7042 builtin and then its argument prototype would still apply. */
7044 /* The GNU C library defines this for functions which it implements
7045 to always fail with ENOSYS. Some functions are actually named
7046 something starting with __ and the normal name is an alias. */
7047 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7050 char (*f) () = $ac_func;
7059 return f != $ac_func;
7064 rm -f conftest.
$ac_objext conftest
$ac_exeext
7065 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7066 (eval $ac_link) 2>conftest.er1
7068 grep -v '^ *+' conftest.er1
>conftest.err
7070 cat conftest.err
>&5
7071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7072 (exit $ac_status); } &&
7073 { ac_try
='test -z "$ac_c_werror_flag"
7074 || test ! -s conftest.err'
7075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7079 (exit $ac_status); }; } &&
7080 { ac_try
='test -s conftest$ac_exeext'
7081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7085 (exit $ac_status); }; }; then
7086 eval "$as_ac_var=yes"
7088 echo "$as_me: failed program was:" >&5
7089 sed 's/^/| /' conftest.
$ac_ext >&5
7091 eval "$as_ac_var=no"
7093 rm -f conftest.err conftest.
$ac_objext \
7094 conftest
$ac_exeext conftest.
$ac_ext
7096 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7097 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7098 if test `eval echo '${'$as_ac_var'}'` = yes; then
7099 cat >>confdefs.h
<<_ACEOF
7100 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7107 if test "${ac_cv_func_stpcpy+set}" != "set"; then
7109 for ac_func
in stpcpy
7111 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7112 echo "$as_me:$LINENO: checking for $ac_func" >&5
7113 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7114 if eval "test \"\${$as_ac_var+set}\" = set"; then
7115 echo $ECHO_N "(cached) $ECHO_C" >&6
7117 cat >conftest.
$ac_ext <<_ACEOF
7120 cat confdefs.h
>>conftest.
$ac_ext
7121 cat >>conftest.
$ac_ext <<_ACEOF
7122 /* end confdefs.h. */
7123 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7124 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7125 #define $ac_func innocuous_$ac_func
7127 /* System header to define __stub macros and hopefully few prototypes,
7128 which can conflict with char $ac_func (); below.
7129 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7130 <limits.h> exists even on freestanding compilers. */
7133 # include <limits.h>
7135 # include <assert.h>
7140 /* Override any gcc2 internal prototype to avoid an error. */
7145 /* We use char because int might match the return type of a gcc2
7146 builtin and then its argument prototype would still apply. */
7148 /* The GNU C library defines this for functions which it implements
7149 to always fail with ENOSYS. Some functions are actually named
7150 something starting with __ and the normal name is an alias. */
7151 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7154 char (*f) () = $ac_func;
7163 return f != $ac_func;
7168 rm -f conftest.
$ac_objext conftest
$ac_exeext
7169 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7170 (eval $ac_link) 2>conftest.er1
7172 grep -v '^ *+' conftest.er1
>conftest.err
7174 cat conftest.err
>&5
7175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7176 (exit $ac_status); } &&
7177 { ac_try
='test -z "$ac_c_werror_flag"
7178 || test ! -s conftest.err'
7179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7183 (exit $ac_status); }; } &&
7184 { ac_try
='test -s conftest$ac_exeext'
7185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7189 (exit $ac_status); }; }; then
7190 eval "$as_ac_var=yes"
7192 echo "$as_me: failed program was:" >&5
7193 sed 's/^/| /' conftest.
$ac_ext >&5
7195 eval "$as_ac_var=no"
7197 rm -f conftest.err conftest.
$ac_objext \
7198 conftest
$ac_exeext conftest.
$ac_ext
7200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7201 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7202 if test `eval echo '${'$as_ac_var'}'` = yes; then
7203 cat >>confdefs.h
<<_ACEOF
7204 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7211 if test "${ac_cv_func_stpcpy}" = "yes"; then
7213 cat >>confdefs.h
<<\_ACEOF
7214 #define HAVE_STPCPY 1
7219 if test $ac_cv_header_locale_h = yes; then
7220 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
7221 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
7222 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
7223 echo $ECHO_N "(cached) $ECHO_C" >&6
7225 cat >conftest.
$ac_ext <<_ACEOF
7228 cat confdefs.h
>>conftest.
$ac_ext
7229 cat >>conftest.
$ac_ext <<_ACEOF
7230 /* end confdefs.h. */
7240 rm -f conftest.
$ac_objext conftest
$ac_exeext
7241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7242 (eval $ac_link) 2>conftest.er1
7244 grep -v '^ *+' conftest.er1
>conftest.err
7246 cat conftest.err
>&5
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 (exit $ac_status); } &&
7249 { ac_try
='test -z "$ac_c_werror_flag"
7250 || test ! -s conftest.err'
7251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7255 (exit $ac_status); }; } &&
7256 { ac_try
='test -s conftest$ac_exeext'
7257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261 (exit $ac_status); }; }; then
7262 am_cv_val_LC_MESSAGES
=yes
7264 echo "$as_me: failed program was:" >&5
7265 sed 's/^/| /' conftest.
$ac_ext >&5
7267 am_cv_val_LC_MESSAGES
=no
7269 rm -f conftest.err conftest.
$ac_objext \
7270 conftest
$ac_exeext conftest.
$ac_ext
7272 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
7273 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
7274 if test $am_cv_val_LC_MESSAGES = yes; then
7276 cat >>confdefs.h
<<\_ACEOF
7277 #define HAVE_LC_MESSAGES 1
7282 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
7283 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
7284 # Check whether --enable-nls or --disable-nls was given.
7285 if test "${enable_nls+set}" = set; then
7286 enableval
="$enable_nls"
7291 echo "$as_me:$LINENO: result: $USE_NLS" >&5
7292 echo "${ECHO_T}$USE_NLS" >&6
7295 USE_INCLUDED_LIBINTL
=no
7297 if test "$USE_NLS" = "yes"; then
7298 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
7299 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
7301 # Check whether --with-included-gettext or --without-included-gettext was given.
7302 if test "${with_included_gettext+set}" = set; then
7303 withval
="$with_included_gettext"
7304 nls_cv_force_use_gnu_gettext
=$withval
7306 nls_cv_force_use_gnu_gettext
=no
7308 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
7309 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
7311 nls_cv_use_gnu_gettext
="$nls_cv_force_use_gnu_gettext"
7312 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
7314 nls_cv_header_libgt
=
7317 if test "${ac_cv_header_libintl_h+set}" = set; then
7318 echo "$as_me:$LINENO: checking for libintl.h" >&5
7319 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7320 if test "${ac_cv_header_libintl_h+set}" = set; then
7321 echo $ECHO_N "(cached) $ECHO_C" >&6
7323 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7324 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7326 # Is the header compilable?
7327 echo "$as_me:$LINENO: checking libintl.h usability" >&5
7328 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
7329 cat >conftest.
$ac_ext <<_ACEOF
7332 cat confdefs.h
>>conftest.
$ac_ext
7333 cat >>conftest.
$ac_ext <<_ACEOF
7334 /* end confdefs.h. */
7335 $ac_includes_default
7336 #include <libintl.h>
7338 rm -f conftest.
$ac_objext
7339 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7340 (eval $ac_compile) 2>conftest.er1
7342 grep -v '^ *+' conftest.er1
>conftest.err
7344 cat conftest.err
>&5
7345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7346 (exit $ac_status); } &&
7347 { ac_try
='test -z "$ac_c_werror_flag"
7348 || test ! -s conftest.err'
7349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7353 (exit $ac_status); }; } &&
7354 { ac_try
='test -s conftest.$ac_objext'
7355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7359 (exit $ac_status); }; }; then
7360 ac_header_compiler
=yes
7362 echo "$as_me: failed program was:" >&5
7363 sed 's/^/| /' conftest.
$ac_ext >&5
7365 ac_header_compiler
=no
7367 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7368 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7369 echo "${ECHO_T}$ac_header_compiler" >&6
7371 # Is the header present?
7372 echo "$as_me:$LINENO: checking libintl.h presence" >&5
7373 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
7374 cat >conftest.
$ac_ext <<_ACEOF
7377 cat confdefs.h
>>conftest.
$ac_ext
7378 cat >>conftest.
$ac_ext <<_ACEOF
7379 /* end confdefs.h. */
7380 #include <libintl.h>
7382 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7383 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7385 grep -v '^ *+' conftest.er1
>conftest.err
7387 cat conftest.err
>&5
7388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7389 (exit $ac_status); } >/dev
/null
; then
7390 if test -s conftest.err
; then
7391 ac_cpp_err
=$ac_c_preproc_warn_flag
7392 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7399 if test -z "$ac_cpp_err"; then
7400 ac_header_preproc
=yes
7402 echo "$as_me: failed program was:" >&5
7403 sed 's/^/| /' conftest.
$ac_ext >&5
7405 ac_header_preproc
=no
7407 rm -f conftest.err conftest.
$ac_ext
7408 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7409 echo "${ECHO_T}$ac_header_preproc" >&6
7411 # So? What about this header?
7412 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7414 { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
7415 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7416 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
7417 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
7418 ac_header_preproc
=yes
7421 { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
7422 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
7423 { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
7424 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
7425 { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
7426 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
7427 { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
7428 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
7429 { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
7430 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
7431 { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
7432 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
7435 ## ------------------------------------------ ##
7436 ## Report this to the AC_PACKAGE_NAME lists. ##
7437 ## ------------------------------------------ ##
7440 sed "s/^/$as_me: WARNING: /" >&2
7443 echo "$as_me:$LINENO: checking for libintl.h" >&5
7444 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
7445 if test "${ac_cv_header_libintl_h+set}" = set; then
7446 echo $ECHO_N "(cached) $ECHO_C" >&6
7448 ac_cv_header_libintl_h
=$ac_header_preproc
7450 echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
7451 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
7454 if test $ac_cv_header_libintl_h = yes; then
7455 echo "$as_me:$LINENO: checking for gettext in libc" >&5
7456 echo $ECHO_N "checking for gettext in libc... $ECHO_C" >&6
7457 if test "${gt_cv_func_gettext_libc+set}" = set; then
7458 echo $ECHO_N "(cached) $ECHO_C" >&6
7460 cat >conftest.
$ac_ext <<_ACEOF
7463 cat confdefs.h
>>conftest.
$ac_ext
7464 cat >>conftest.
$ac_ext <<_ACEOF
7465 /* end confdefs.h. */
7466 #include <libintl.h>
7470 return (int) gettext ("")
7475 rm -f conftest.
$ac_objext conftest
$ac_exeext
7476 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7477 (eval $ac_link) 2>conftest.er1
7479 grep -v '^ *+' conftest.er1
>conftest.err
7481 cat conftest.err
>&5
7482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7483 (exit $ac_status); } &&
7484 { ac_try
='test -z "$ac_c_werror_flag"
7485 || test ! -s conftest.err'
7486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7490 (exit $ac_status); }; } &&
7491 { ac_try
='test -s conftest$ac_exeext'
7492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7496 (exit $ac_status); }; }; then
7497 gt_cv_func_gettext_libc
=yes
7499 echo "$as_me: failed program was:" >&5
7500 sed 's/^/| /' conftest.
$ac_ext >&5
7502 gt_cv_func_gettext_libc
=no
7504 rm -f conftest.err conftest.
$ac_objext \
7505 conftest
$ac_exeext conftest.
$ac_ext
7507 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libc" >&5
7508 echo "${ECHO_T}$gt_cv_func_gettext_libc" >&6
7510 if test "$gt_cv_func_gettext_libc" != "yes"; then
7511 echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
7512 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6
7513 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
7514 echo $ECHO_N "(cached) $ECHO_C" >&6
7516 ac_check_lib_save_LIBS
=$LIBS
7518 cat >conftest.
$ac_ext <<_ACEOF
7521 cat confdefs.h
>>conftest.
$ac_ext
7522 cat >>conftest.
$ac_ext <<_ACEOF
7523 /* end confdefs.h. */
7525 /* Override any gcc2 internal prototype to avoid an error. */
7529 /* We use char because int might match the return type of a gcc2
7530 builtin and then its argument prototype would still apply. */
7531 char bindtextdomain ();
7540 rm -f conftest.
$ac_objext conftest
$ac_exeext
7541 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7542 (eval $ac_link) 2>conftest.er1
7544 grep -v '^ *+' conftest.er1
>conftest.err
7546 cat conftest.err
>&5
7547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7548 (exit $ac_status); } &&
7549 { ac_try
='test -z "$ac_c_werror_flag"
7550 || test ! -s conftest.err'
7551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7555 (exit $ac_status); }; } &&
7556 { ac_try
='test -s conftest$ac_exeext'
7557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7561 (exit $ac_status); }; }; then
7562 ac_cv_lib_intl_bindtextdomain
=yes
7564 echo "$as_me: failed program was:" >&5
7565 sed 's/^/| /' conftest.
$ac_ext >&5
7567 ac_cv_lib_intl_bindtextdomain
=no
7569 rm -f conftest.err conftest.
$ac_objext \
7570 conftest
$ac_exeext conftest.
$ac_ext
7571 LIBS
=$ac_check_lib_save_LIBS
7573 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
7574 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6
7575 if test $ac_cv_lib_intl_bindtextdomain = yes; then
7576 echo "$as_me:$LINENO: checking for gettext in libintl" >&5
7577 echo $ECHO_N "checking for gettext in libintl... $ECHO_C" >&6
7578 if test "${gt_cv_func_gettext_libintl+set}" = set; then
7579 echo $ECHO_N "(cached) $ECHO_C" >&6
7581 cat >conftest.
$ac_ext <<_ACEOF
7584 cat confdefs.h
>>conftest.
$ac_ext
7585 cat >>conftest.
$ac_ext <<_ACEOF
7586 /* end confdefs.h. */
7591 return (int) gettext ("")
7596 rm -f conftest.
$ac_objext conftest
$ac_exeext
7597 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7598 (eval $ac_link) 2>conftest.er1
7600 grep -v '^ *+' conftest.er1
>conftest.err
7602 cat conftest.err
>&5
7603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7604 (exit $ac_status); } &&
7605 { ac_try
='test -z "$ac_c_werror_flag"
7606 || test ! -s conftest.err'
7607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7611 (exit $ac_status); }; } &&
7612 { ac_try
='test -s conftest$ac_exeext'
7613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7617 (exit $ac_status); }; }; then
7618 gt_cv_func_gettext_libintl
=yes
7620 echo "$as_me: failed program was:" >&5
7621 sed 's/^/| /' conftest.
$ac_ext >&5
7623 gt_cv_func_gettext_libintl
=no
7625 rm -f conftest.err conftest.
$ac_objext \
7626 conftest
$ac_exeext conftest.
$ac_ext
7628 echo "$as_me:$LINENO: result: $gt_cv_func_gettext_libintl" >&5
7629 echo "${ECHO_T}$gt_cv_func_gettext_libintl" >&6
7634 if test "$gt_cv_func_gettext_libc" = "yes" \
7635 ||
test "$gt_cv_func_gettext_libintl" = "yes"; then
7637 cat >>confdefs.h
<<\_ACEOF
7638 #define HAVE_GETTEXT 1
7641 # Extract the first word of "msgfmt", so it can be a program name with args.
7642 set dummy msgfmt
; ac_word
=$2
7643 echo "$as_me:$LINENO: checking for $ac_word" >&5
7644 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7645 if test "${ac_cv_path_MSGFMT+set}" = set; then
7646 echo $ECHO_N "(cached) $ECHO_C" >&6
7650 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
7653 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
7654 for ac_dir
in $PATH; do
7655 test -z "$ac_dir" && ac_dir
=.
7656 if test -f $ac_dir/$ac_word; then
7657 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7658 ac_cv_path_MSGFMT
="$ac_dir/$ac_word"
7664 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
="no"
7668 MSGFMT
="$ac_cv_path_MSGFMT"
7669 if test -n "$MSGFMT"; then
7670 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7671 echo "${ECHO_T}$MSGFMT" >&6
7673 echo "$as_me:$LINENO: result: no" >&5
7674 echo "${ECHO_T}no" >&6
7676 if test "$MSGFMT" != "no"; then
7678 for ac_func
in dcgettext
7680 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7681 echo "$as_me:$LINENO: checking for $ac_func" >&5
7682 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7683 if eval "test \"\${$as_ac_var+set}\" = set"; then
7684 echo $ECHO_N "(cached) $ECHO_C" >&6
7686 cat >conftest.
$ac_ext <<_ACEOF
7689 cat confdefs.h
>>conftest.
$ac_ext
7690 cat >>conftest.
$ac_ext <<_ACEOF
7691 /* end confdefs.h. */
7692 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7693 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7694 #define $ac_func innocuous_$ac_func
7696 /* System header to define __stub macros and hopefully few prototypes,
7697 which can conflict with char $ac_func (); below.
7698 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7699 <limits.h> exists even on freestanding compilers. */
7702 # include <limits.h>
7704 # include <assert.h>
7709 /* Override any gcc2 internal prototype to avoid an error. */
7714 /* We use char because int might match the return type of a gcc2
7715 builtin and then its argument prototype would still apply. */
7717 /* The GNU C library defines this for functions which it implements
7718 to always fail with ENOSYS. Some functions are actually named
7719 something starting with __ and the normal name is an alias. */
7720 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7723 char (*f) () = $ac_func;
7732 return f != $ac_func;
7737 rm -f conftest.
$ac_objext conftest
$ac_exeext
7738 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7739 (eval $ac_link) 2>conftest.er1
7741 grep -v '^ *+' conftest.er1
>conftest.err
7743 cat conftest.err
>&5
7744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7745 (exit $ac_status); } &&
7746 { ac_try
='test -z "$ac_c_werror_flag"
7747 || test ! -s conftest.err'
7748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752 (exit $ac_status); }; } &&
7753 { ac_try
='test -s conftest$ac_exeext'
7754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7758 (exit $ac_status); }; }; then
7759 eval "$as_ac_var=yes"
7761 echo "$as_me: failed program was:" >&5
7762 sed 's/^/| /' conftest.
$ac_ext >&5
7764 eval "$as_ac_var=no"
7766 rm -f conftest.err conftest.
$ac_objext \
7767 conftest
$ac_exeext conftest.
$ac_ext
7769 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7770 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7771 if test `eval echo '${'$as_ac_var'}'` = yes; then
7772 cat >>confdefs.h
<<_ACEOF
7773 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7779 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7780 set dummy gmsgfmt
; ac_word
=$2
7781 echo "$as_me:$LINENO: checking for $ac_word" >&5
7782 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7783 if test "${ac_cv_path_GMSGFMT+set}" = set; then
7784 echo $ECHO_N "(cached) $ECHO_C" >&6
7788 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
7791 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7795 test -z "$as_dir" && as_dir
=.
7796 for ac_exec_ext
in '' $ac_executable_extensions; do
7797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7798 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
7799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7805 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
7809 GMSGFMT
=$ac_cv_path_GMSGFMT
7811 if test -n "$GMSGFMT"; then
7812 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7813 echo "${ECHO_T}$GMSGFMT" >&6
7815 echo "$as_me:$LINENO: result: no" >&5
7816 echo "${ECHO_T}no" >&6
7819 # Extract the first word of "xgettext", so it can be a program name with args.
7820 set dummy xgettext
; ac_word
=$2
7821 echo "$as_me:$LINENO: checking for $ac_word" >&5
7822 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7823 if test "${ac_cv_path_XGETTEXT+set}" = set; then
7824 echo $ECHO_N "(cached) $ECHO_C" >&6
7828 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
7831 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
7832 for ac_dir
in $PATH; do
7833 test -z "$ac_dir" && ac_dir
=.
7834 if test -f $ac_dir/$ac_word; then
7835 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
7836 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word"
7842 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
7846 XGETTEXT
="$ac_cv_path_XGETTEXT"
7847 if test -n "$XGETTEXT"; then
7848 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
7849 echo "${ECHO_T}$XGETTEXT" >&6
7851 echo "$as_me:$LINENO: result: no" >&5
7852 echo "${ECHO_T}no" >&6
7855 cat >conftest.
$ac_ext <<_ACEOF
7858 cat confdefs.h
>>conftest.
$ac_ext
7859 cat >>conftest.
$ac_ext <<_ACEOF
7860 /* end confdefs.h. */
7865 extern int _nl_msg_cat_cntr;
7866 return _nl_msg_cat_cntr
7871 rm -f conftest.
$ac_objext conftest
$ac_exeext
7872 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7873 (eval $ac_link) 2>conftest.er1
7875 grep -v '^ *+' conftest.er1
>conftest.err
7877 cat conftest.err
>&5
7878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7879 (exit $ac_status); } &&
7880 { ac_try
='test -z "$ac_c_werror_flag"
7881 || test ! -s conftest.err'
7882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7886 (exit $ac_status); }; } &&
7887 { ac_try
='test -s conftest$ac_exeext'
7888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); }; }; then
7896 echo "$as_me: failed program was:" >&5
7897 sed 's/^/| /' conftest.
$ac_ext >&5
7902 rm -f conftest.err conftest.
$ac_objext \
7903 conftest
$ac_exeext conftest.
$ac_ext
7913 if test x
"$CATOBJEXT" = x
&& test -d $srcdir/..
/intl
; then
7914 # Neither gettext nor catgets in included in the C library.
7915 # Fall back on GNU gettext library (assuming it is present).
7916 nls_cv_use_gnu_gettext
=yes
7920 if test "$nls_cv_use_gnu_gettext" = "yes"; then
7921 INTLOBJS
="\$(GETTOBJS)"
7922 # Extract the first word of "msgfmt", so it can be a program name with args.
7923 set dummy msgfmt
; ac_word
=$2
7924 echo "$as_me:$LINENO: checking for $ac_word" >&5
7925 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7926 if test "${ac_cv_path_MSGFMT+set}" = set; then
7927 echo $ECHO_N "(cached) $ECHO_C" >&6
7931 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
7934 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
7935 for ac_dir
in $PATH; do
7936 test -z "$ac_dir" && ac_dir
=.
7937 if test -f $ac_dir/$ac_word; then
7938 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
7939 ac_cv_path_MSGFMT
="$ac_dir/$ac_word"
7945 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
="msgfmt"
7949 MSGFMT
="$ac_cv_path_MSGFMT"
7950 if test -n "$MSGFMT"; then
7951 echo "$as_me:$LINENO: result: $MSGFMT" >&5
7952 echo "${ECHO_T}$MSGFMT" >&6
7954 echo "$as_me:$LINENO: result: no" >&5
7955 echo "${ECHO_T}no" >&6
7958 # Extract the first word of "gmsgfmt", so it can be a program name with args.
7959 set dummy gmsgfmt
; ac_word
=$2
7960 echo "$as_me:$LINENO: checking for $ac_word" >&5
7961 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7962 if test "${ac_cv_path_GMSGFMT+set}" = set; then
7963 echo $ECHO_N "(cached) $ECHO_C" >&6
7967 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
7970 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7974 test -z "$as_dir" && as_dir
=.
7975 for ac_exec_ext
in '' $ac_executable_extensions; do
7976 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7977 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
7978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7984 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
7988 GMSGFMT
=$ac_cv_path_GMSGFMT
7990 if test -n "$GMSGFMT"; then
7991 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
7992 echo "${ECHO_T}$GMSGFMT" >&6
7994 echo "$as_me:$LINENO: result: no" >&5
7995 echo "${ECHO_T}no" >&6
7998 # Extract the first word of "xgettext", so it can be a program name with args.
7999 set dummy xgettext
; ac_word
=$2
8000 echo "$as_me:$LINENO: checking for $ac_word" >&5
8001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8002 if test "${ac_cv_path_XGETTEXT+set}" = set; then
8003 echo $ECHO_N "(cached) $ECHO_C" >&6
8007 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
8010 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:"
8011 for ac_dir
in $PATH; do
8012 test -z "$ac_dir" && ac_dir
=.
8013 if test -f $ac_dir/$ac_word; then
8014 if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
8015 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word"
8021 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
8025 XGETTEXT
="$ac_cv_path_XGETTEXT"
8026 if test -n "$XGETTEXT"; then
8027 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
8028 echo "${ECHO_T}$XGETTEXT" >&6
8030 echo "$as_me:$LINENO: result: no" >&5
8031 echo "${ECHO_T}no" >&6
8035 USE_INCLUDED_LIBINTL
=yes
8039 INTLDEPS
='$(top_builddir)/../intl/libintl.a'
8041 LIBS
=`echo $LIBS | sed -e 's/-lintl//'`
8042 nls_cv_header_intl
=libintl.h
8043 nls_cv_header_libgt
=libgettext.h
8046 if test "$XGETTEXT" != ":"; then
8047 if $XGETTEXT --omit-header /dev
/null
2> /dev
/null
; then
8050 echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
8051 echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
8056 # We need to process the po/ directory.
8060 nls_cv_header_intl
=libintl.h
8061 nls_cv_header_libgt
=libgettext.h
8064 # If this is used in GNU gettext we have to set USE_NLS to `yes'
8065 # because some of the sources are only built for this goal.
8066 if test "$PACKAGE" = gettext; then
8068 USE_INCLUDED_LIBINTL
=yes
8071 for lang
in $ALL_LINGUAS; do
8072 GMOFILES
="$GMOFILES $lang.gmo"
8073 POFILES
="$POFILES $lang.po"
8087 if test "x$CATOBJEXT" != "x"; then
8089 cat >>confdefs.h
<<\_ACEOF
8090 #define ENABLE_NLS 1
8096 if test "x$CATOBJEXT" != "x"; then
8097 if test "x$ALL_LINGUAS" = "x"; then
8100 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
8101 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
8103 for lang
in ${LINGUAS=$ALL_LINGUAS}; do
8104 case "$ALL_LINGUAS" in
8105 *$lang*) NEW_LINGUAS
="$NEW_LINGUAS $lang" ;;
8108 LINGUAS
=$NEW_LINGUAS
8109 echo "$as_me:$LINENO: result: $LINGUAS" >&5
8110 echo "${ECHO_T}$LINGUAS" >&6
8113 if test -n "$LINGUAS"; then
8114 for lang
in $LINGUAS; do CATALOGS
="$CATALOGS $lang$CATOBJEXT"; done
8118 if test $ac_cv_header_locale_h = yes; then
8119 INCLUDE_LOCALE_H
="#include <locale.h>"
8122 /* The system does not provide the header <locale.h>. Take care yourself. */"
8126 if test -f $srcdir/po2tbl.
sed.
in; then
8127 if test "$CATOBJEXT" = ".cat"; then
8128 if test "${ac_cv_header_linux_version_h+set}" = set; then
8129 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8130 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8131 if test "${ac_cv_header_linux_version_h+set}" = set; then
8132 echo $ECHO_N "(cached) $ECHO_C" >&6
8134 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8135 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8137 # Is the header compilable?
8138 echo "$as_me:$LINENO: checking linux/version.h usability" >&5
8139 echo $ECHO_N "checking linux/version.h usability... $ECHO_C" >&6
8140 cat >conftest.
$ac_ext <<_ACEOF
8143 cat confdefs.h
>>conftest.
$ac_ext
8144 cat >>conftest.
$ac_ext <<_ACEOF
8145 /* end confdefs.h. */
8146 $ac_includes_default
8147 #include <linux/version.h>
8149 rm -f conftest.
$ac_objext
8150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8151 (eval $ac_compile) 2>conftest.er1
8153 grep -v '^ *+' conftest.er1
>conftest.err
8155 cat conftest.err
>&5
8156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8157 (exit $ac_status); } &&
8158 { ac_try
='test -z "$ac_c_werror_flag"
8159 || test ! -s conftest.err'
8160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8164 (exit $ac_status); }; } &&
8165 { ac_try
='test -s conftest.$ac_objext'
8166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8170 (exit $ac_status); }; }; then
8171 ac_header_compiler
=yes
8173 echo "$as_me: failed program was:" >&5
8174 sed 's/^/| /' conftest.
$ac_ext >&5
8176 ac_header_compiler
=no
8178 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8179 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8180 echo "${ECHO_T}$ac_header_compiler" >&6
8182 # Is the header present?
8183 echo "$as_me:$LINENO: checking linux/version.h presence" >&5
8184 echo $ECHO_N "checking linux/version.h presence... $ECHO_C" >&6
8185 cat >conftest.
$ac_ext <<_ACEOF
8188 cat confdefs.h
>>conftest.
$ac_ext
8189 cat >>conftest.
$ac_ext <<_ACEOF
8190 /* end confdefs.h. */
8191 #include <linux/version.h>
8193 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8194 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8196 grep -v '^ *+' conftest.er1
>conftest.err
8198 cat conftest.err
>&5
8199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200 (exit $ac_status); } >/dev
/null
; then
8201 if test -s conftest.err
; then
8202 ac_cpp_err
=$ac_c_preproc_warn_flag
8203 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
8210 if test -z "$ac_cpp_err"; then
8211 ac_header_preproc
=yes
8213 echo "$as_me: failed program was:" >&5
8214 sed 's/^/| /' conftest.
$ac_ext >&5
8216 ac_header_preproc
=no
8218 rm -f conftest.err conftest.
$ac_ext
8219 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8220 echo "${ECHO_T}$ac_header_preproc" >&6
8222 # So? What about this header?
8223 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8225 { echo "$as_me:$LINENO: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&5
8226 echo "$as_me: WARNING: linux/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8227 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the compiler's result" >&5
8228 echo "$as_me: WARNING: linux/version.h: proceeding with the compiler's result" >&2;}
8229 ac_header_preproc
=yes
8232 { echo "$as_me:$LINENO: WARNING: linux/version.h: present but cannot be compiled" >&5
8233 echo "$as_me: WARNING: linux/version.h: present but cannot be compiled" >&2;}
8234 { echo "$as_me:$LINENO: WARNING: linux/version.h: check for missing prerequisite headers?" >&5
8235 echo "$as_me: WARNING: linux/version.h: check for missing prerequisite headers?" >&2;}
8236 { echo "$as_me:$LINENO: WARNING: linux/version.h: see the Autoconf documentation" >&5
8237 echo "$as_me: WARNING: linux/version.h: see the Autoconf documentation" >&2;}
8238 { echo "$as_me:$LINENO: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&5
8239 echo "$as_me: WARNING: linux/version.h: section \"Present But Cannot Be Compiled\"" >&2;}
8240 { echo "$as_me:$LINENO: WARNING: linux/version.h: proceeding with the preprocessor's result" >&5
8241 echo "$as_me: WARNING: linux/version.h: proceeding with the preprocessor's result" >&2;}
8242 { echo "$as_me:$LINENO: WARNING: linux/version.h: in the future, the compiler will take precedence" >&5
8243 echo "$as_me: WARNING: linux/version.h: in the future, the compiler will take precedence" >&2;}
8246 ## ------------------------------------------ ##
8247 ## Report this to the AC_PACKAGE_NAME lists. ##
8248 ## ------------------------------------------ ##
8251 sed "s/^/$as_me: WARNING: /" >&2
8254 echo "$as_me:$LINENO: checking for linux/version.h" >&5
8255 echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6
8256 if test "${ac_cv_header_linux_version_h+set}" = set; then
8257 echo $ECHO_N "(cached) $ECHO_C" >&6
8259 ac_cv_header_linux_version_h
=$ac_header_preproc
8261 echo "$as_me:$LINENO: result: $ac_cv_header_linux_version_h" >&5
8262 echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6
8265 if test $ac_cv_header_linux_version_h = yes; then
8273 sed -e '/^#/d' $srcdir/$msgformat-msg.
sed > po2msg.
sed
8275 sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
8276 $srcdir/po2tbl.
sed.
in > po2tbl.
sed
8279 if test "$PACKAGE" = "gettext"; then
8289 MKINSTALLDIRS
="\$(srcdir)/../../mkinstalldirs"
8295 if test -f $srcdir/po
/POTFILES.
in; then
8296 test -d po || mkdir po
8297 if test "x$srcdir" != "x."; then
8298 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
8299 posrcprefix
="$srcdir/"
8301 posrcprefix
="../$srcdir/"
8307 sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
8308 < $srcdir/po
/POTFILES.
in > po
/POTFILES
8312 # Permit host specific settings.
8313 .
${srcdir}/configure.
host
8316 # Find a good install program. We prefer a C program (faster),
8317 # so one script is as good as another. But avoid the broken or
8318 # incompatible versions:
8319 # SysV /etc/install, /usr/sbin/install
8320 # SunOS /usr/etc/install
8321 # IRIX /sbin/install
8323 # AmigaOS /C/install, which installs bootblocks on floppy discs
8324 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8325 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8326 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8327 # OS/2's system install, which has a completely different semantic
8328 # ./install, which can be erroneously created by make from ./install.sh.
8329 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
8330 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
8331 if test -z "$INSTALL"; then
8332 if test "${ac_cv_path_install+set}" = set; then
8333 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8339 test -z "$as_dir" && as_dir
=.
8340 # Account for people who put trailing slashes in PATH elements.
8342 .
/ | .
// |
/cC
/* | \
8343 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
8344 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
8347 # OSF1 and SCO ODT 3.0 have their own names for install.
8348 # Don't use installbsd from OSF since it installs stuff as root
8350 for ac_prog
in ginstall scoinst
install; do
8351 for ac_exec_ext
in '' $ac_executable_extensions; do
8352 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
8353 if test $ac_prog = install &&
8354 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
8355 # AIX install. It has an incompatible calling convention.
8357 elif test $ac_prog = install &&
8358 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
8359 # program-specific install script used by HP pwplus--don't use.
8362 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
8374 if test "${ac_cv_path_install+set}" = set; then
8375 INSTALL
=$ac_cv_path_install
8377 # As a last resort, use the slow shell script. We don't cache a
8378 # path for INSTALL within a source directory, because that will
8379 # break other packages using the cache if that directory is
8380 # removed, or if the path is relative.
8381 INSTALL
=$ac_install_sh
8384 echo "$as_me:$LINENO: result: $INSTALL" >&5
8385 echo "${ECHO_T}$INSTALL" >&6
8387 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8388 # It thinks the first close brace ends the variable substitution.
8389 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
8391 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
8393 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
8396 BFD_HOST_64BIT_LONG
=0
8397 BFD_HOST_LONG_LONG
=0
8398 BFD_HOST_64_BIT_DEFINED
=0
8402 echo "$as_me:$LINENO: checking for long long" >&5
8403 echo $ECHO_N "checking for long long... $ECHO_C" >&6
8404 if test "${bfd_cv_has_long_long+set}" = set; then
8405 echo $ECHO_N "(cached) $ECHO_C" >&6
8407 cat >conftest.
$ac_ext <<_ACEOF
8410 cat confdefs.h
>>conftest.
$ac_ext
8411 cat >>conftest.
$ac_ext <<_ACEOF
8412 /* end confdefs.h. */
8417 unsigned long long ll = 18446744073709551615ULL;
8422 rm -f conftest.
$ac_objext
8423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8424 (eval $ac_compile) 2>conftest.er1
8426 grep -v '^ *+' conftest.er1
>conftest.err
8428 cat conftest.err
>&5
8429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8430 (exit $ac_status); } &&
8431 { ac_try
='test -z "$ac_c_werror_flag"
8432 || test ! -s conftest.err'
8433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437 (exit $ac_status); }; } &&
8438 { ac_try
='test -s conftest.$ac_objext'
8439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8443 (exit $ac_status); }; }; then
8444 bfd_cv_has_long_long
=yes
8446 echo "$as_me: failed program was:" >&5
8447 sed 's/^/| /' conftest.
$ac_ext >&5
8449 bfd_cv_has_long_long
=no
8451 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8454 echo "$as_me:$LINENO: result: $bfd_cv_has_long_long" >&5
8455 echo "${ECHO_T}$bfd_cv_has_long_long" >&6
8456 if test $bfd_cv_has_long_long = yes; then
8457 BFD_HOST_LONG_LONG
=1
8458 echo "$as_me:$LINENO: checking for long long" >&5
8459 echo $ECHO_N "checking for long long... $ECHO_C" >&6
8460 if test "${ac_cv_type_long_long+set}" = set; then
8461 echo $ECHO_N "(cached) $ECHO_C" >&6
8463 cat >conftest.
$ac_ext <<_ACEOF
8466 cat confdefs.h
>>conftest.
$ac_ext
8467 cat >>conftest.
$ac_ext <<_ACEOF
8468 /* end confdefs.h. */
8469 $ac_includes_default
8473 if ((long long *) 0)
8475 if (sizeof (long long))
8481 rm -f conftest.
$ac_objext
8482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8483 (eval $ac_compile) 2>conftest.er1
8485 grep -v '^ *+' conftest.er1
>conftest.err
8487 cat conftest.err
>&5
8488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8489 (exit $ac_status); } &&
8490 { ac_try
='test -z "$ac_c_werror_flag"
8491 || test ! -s conftest.err'
8492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8496 (exit $ac_status); }; } &&
8497 { ac_try
='test -s conftest.$ac_objext'
8498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8502 (exit $ac_status); }; }; then
8503 ac_cv_type_long_long
=yes
8505 echo "$as_me: failed program was:" >&5
8506 sed 's/^/| /' conftest.
$ac_ext >&5
8508 ac_cv_type_long_long
=no
8510 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8512 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
8513 echo "${ECHO_T}$ac_cv_type_long_long" >&6
8515 echo "$as_me:$LINENO: checking size of long long" >&5
8516 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
8517 if test "${ac_cv_sizeof_long_long+set}" = set; then
8518 echo $ECHO_N "(cached) $ECHO_C" >&6
8520 if test "$ac_cv_type_long_long" = yes; then
8521 # The cast to unsigned long works around a bug in the HP C Compiler
8522 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8523 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8524 # This bug is HP SR number 8606223364.
8525 if test "$cross_compiling" = yes; then
8526 # Depending upon the size, compute the lo and hi bounds.
8527 cat >conftest.
$ac_ext <<_ACEOF
8530 cat confdefs.h
>>conftest.
$ac_ext
8531 cat >>conftest.
$ac_ext <<_ACEOF
8532 /* end confdefs.h. */
8533 $ac_includes_default
8537 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
8544 rm -f conftest.
$ac_objext
8545 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8546 (eval $ac_compile) 2>conftest.er1
8548 grep -v '^ *+' conftest.er1
>conftest.err
8550 cat conftest.err
>&5
8551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8552 (exit $ac_status); } &&
8553 { ac_try
='test -z "$ac_c_werror_flag"
8554 || test ! -s conftest.err'
8555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559 (exit $ac_status); }; } &&
8560 { ac_try
='test -s conftest.$ac_objext'
8561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565 (exit $ac_status); }; }; then
8568 cat >conftest.
$ac_ext <<_ACEOF
8571 cat confdefs.h
>>conftest.
$ac_ext
8572 cat >>conftest.
$ac_ext <<_ACEOF
8573 /* end confdefs.h. */
8574 $ac_includes_default
8578 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8585 rm -f conftest.
$ac_objext
8586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8587 (eval $ac_compile) 2>conftest.er1
8589 grep -v '^ *+' conftest.er1
>conftest.err
8591 cat conftest.err
>&5
8592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8593 (exit $ac_status); } &&
8594 { ac_try
='test -z "$ac_c_werror_flag"
8595 || test ! -s conftest.err'
8596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8600 (exit $ac_status); }; } &&
8601 { ac_try
='test -s conftest.$ac_objext'
8602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8606 (exit $ac_status); }; }; then
8607 ac_hi
=$ac_mid; break
8609 echo "$as_me: failed program was:" >&5
8610 sed 's/^/| /' conftest.
$ac_ext >&5
8612 ac_lo
=`expr $ac_mid + 1`
8613 if test $ac_lo -le $ac_mid; then
8617 ac_mid
=`expr 2 '*' $ac_mid + 1`
8619 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8622 echo "$as_me: failed program was:" >&5
8623 sed 's/^/| /' conftest.
$ac_ext >&5
8625 cat >conftest.
$ac_ext <<_ACEOF
8628 cat confdefs.h
>>conftest.
$ac_ext
8629 cat >>conftest.
$ac_ext <<_ACEOF
8630 /* end confdefs.h. */
8631 $ac_includes_default
8635 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
8642 rm -f conftest.
$ac_objext
8643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8644 (eval $ac_compile) 2>conftest.er1
8646 grep -v '^ *+' conftest.er1
>conftest.err
8648 cat conftest.err
>&5
8649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650 (exit $ac_status); } &&
8651 { ac_try
='test -z "$ac_c_werror_flag"
8652 || test ! -s conftest.err'
8653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); }; } &&
8658 { ac_try
='test -s conftest.$ac_objext'
8659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8663 (exit $ac_status); }; }; then
8666 cat >conftest.
$ac_ext <<_ACEOF
8669 cat confdefs.h
>>conftest.
$ac_ext
8670 cat >>conftest.
$ac_ext <<_ACEOF
8671 /* end confdefs.h. */
8672 $ac_includes_default
8676 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
8683 rm -f conftest.
$ac_objext
8684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8685 (eval $ac_compile) 2>conftest.er1
8687 grep -v '^ *+' conftest.er1
>conftest.err
8689 cat conftest.err
>&5
8690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8691 (exit $ac_status); } &&
8692 { ac_try
='test -z "$ac_c_werror_flag"
8693 || test ! -s conftest.err'
8694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8698 (exit $ac_status); }; } &&
8699 { ac_try
='test -s conftest.$ac_objext'
8700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8704 (exit $ac_status); }; }; then
8705 ac_lo
=$ac_mid; break
8707 echo "$as_me: failed program was:" >&5
8708 sed 's/^/| /' conftest.
$ac_ext >&5
8710 ac_hi
=`expr '(' $ac_mid ')' - 1`
8711 if test $ac_mid -le $ac_hi; then
8715 ac_mid
=`expr 2 '*' $ac_mid`
8717 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8720 echo "$as_me: failed program was:" >&5
8721 sed 's/^/| /' conftest.
$ac_ext >&5
8725 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8727 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8728 # Binary search between lo and hi bounds.
8729 while test "x$ac_lo" != "x$ac_hi"; do
8730 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8731 cat >conftest.
$ac_ext <<_ACEOF
8734 cat confdefs.h
>>conftest.
$ac_ext
8735 cat >>conftest.
$ac_ext <<_ACEOF
8736 /* end confdefs.h. */
8737 $ac_includes_default
8741 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
8748 rm -f conftest.
$ac_objext
8749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8750 (eval $ac_compile) 2>conftest.er1
8752 grep -v '^ *+' conftest.er1
>conftest.err
8754 cat conftest.err
>&5
8755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8756 (exit $ac_status); } &&
8757 { ac_try
='test -z "$ac_c_werror_flag"
8758 || test ! -s conftest.err'
8759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); }; } &&
8764 { ac_try
='test -s conftest.$ac_objext'
8765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8769 (exit $ac_status); }; }; then
8772 echo "$as_me: failed program was:" >&5
8773 sed 's/^/| /' conftest.
$ac_ext >&5
8775 ac_lo
=`expr '(' $ac_mid ')' + 1`
8777 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8780 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
8781 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8782 See \`config.log' for more details." >&5
8783 echo "$as_me: error: cannot compute sizeof (long long), 77
8784 See \`config.log' for more details." >&2;}
8785 { (exit 1); exit 1; }; } ;;
8788 if test "$cross_compiling" = yes; then
8789 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8790 See \`config.log' for more details." >&5
8791 echo "$as_me: error: cannot run test program while cross compiling
8792 See \`config.log' for more details." >&2;}
8793 { (exit 1); exit 1; }; }
8795 cat >conftest.
$ac_ext <<_ACEOF
8798 cat confdefs.h
>>conftest.
$ac_ext
8799 cat >>conftest.
$ac_ext <<_ACEOF
8800 /* end confdefs.h. */
8801 $ac_includes_default
8802 long longval () { return (long) (sizeof (long long)); }
8803 unsigned long ulongval () { return (long) (sizeof (long long)); }
8810 FILE *f = fopen ("conftest.val", "w");
8813 if (((long) (sizeof (long long))) < 0)
8815 long i = longval ();
8816 if (i != ((long) (sizeof (long long))))
8818 fprintf (f, "%ld\n", i);
8822 unsigned long i = ulongval ();
8823 if (i != ((long) (sizeof (long long))))
8825 fprintf (f, "%lu\n", i);
8827 exit (ferror (f) || fclose (f) != 0);
8833 rm -f conftest
$ac_exeext
8834 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8835 (eval $ac_link) 2>&5
8837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8838 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8843 (exit $ac_status); }; }; then
8844 ac_cv_sizeof_long_long
=`cat conftest.val`
8846 echo "$as_me: program exited with status $ac_status" >&5
8847 echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.
$ac_ext >&5
8851 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
8852 See \`config.log' for more details." >&5
8853 echo "$as_me: error: cannot compute sizeof (long long), 77
8854 See \`config.log' for more details." >&2;}
8855 { (exit 1); exit 1; }; }
8857 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8862 ac_cv_sizeof_long_long
=0
8865 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
8866 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
8867 cat >>confdefs.h
<<_ACEOF
8868 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8874 echo "$as_me:$LINENO: checking for long" >&5
8875 echo $ECHO_N "checking for long... $ECHO_C" >&6
8876 if test "${ac_cv_type_long+set}" = set; then
8877 echo $ECHO_N "(cached) $ECHO_C" >&6
8879 cat >conftest.
$ac_ext <<_ACEOF
8882 cat confdefs.h
>>conftest.
$ac_ext
8883 cat >>conftest.
$ac_ext <<_ACEOF
8884 /* end confdefs.h. */
8885 $ac_includes_default
8897 rm -f conftest.
$ac_objext
8898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8899 (eval $ac_compile) 2>conftest.er1
8901 grep -v '^ *+' conftest.er1
>conftest.err
8903 cat conftest.err
>&5
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 (exit $ac_status); } &&
8906 { ac_try
='test -z "$ac_c_werror_flag"
8907 || test ! -s conftest.err'
8908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8912 (exit $ac_status); }; } &&
8913 { ac_try
='test -s conftest.$ac_objext'
8914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8918 (exit $ac_status); }; }; then
8921 echo "$as_me: failed program was:" >&5
8922 sed 's/^/| /' conftest.
$ac_ext >&5
8926 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8928 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
8929 echo "${ECHO_T}$ac_cv_type_long" >&6
8931 echo "$as_me:$LINENO: checking size of long" >&5
8932 echo $ECHO_N "checking size of long... $ECHO_C" >&6
8933 if test "${ac_cv_sizeof_long+set}" = set; then
8934 echo $ECHO_N "(cached) $ECHO_C" >&6
8936 if test "$ac_cv_type_long" = yes; then
8937 # The cast to unsigned long works around a bug in the HP C Compiler
8938 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8939 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8940 # This bug is HP SR number 8606223364.
8941 if test "$cross_compiling" = yes; then
8942 # Depending upon the size, compute the lo and hi bounds.
8943 cat >conftest.
$ac_ext <<_ACEOF
8946 cat confdefs.h
>>conftest.
$ac_ext
8947 cat >>conftest.
$ac_ext <<_ACEOF
8948 /* end confdefs.h. */
8949 $ac_includes_default
8953 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 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
8984 cat >conftest.
$ac_ext <<_ACEOF
8987 cat confdefs.h
>>conftest.
$ac_ext
8988 cat >>conftest.
$ac_ext <<_ACEOF
8989 /* end confdefs.h. */
8990 $ac_includes_default
8994 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
9001 rm -f conftest.
$ac_objext
9002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9003 (eval $ac_compile) 2>conftest.er1
9005 grep -v '^ *+' conftest.er1
>conftest.err
9007 cat conftest.err
>&5
9008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9009 (exit $ac_status); } &&
9010 { ac_try
='test -z "$ac_c_werror_flag"
9011 || test ! -s conftest.err'
9012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9016 (exit $ac_status); }; } &&
9017 { ac_try
='test -s conftest.$ac_objext'
9018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); }; }; then
9023 ac_hi
=$ac_mid; break
9025 echo "$as_me: failed program was:" >&5
9026 sed 's/^/| /' conftest.
$ac_ext >&5
9028 ac_lo
=`expr $ac_mid + 1`
9029 if test $ac_lo -le $ac_mid; then
9033 ac_mid
=`expr 2 '*' $ac_mid + 1`
9035 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9038 echo "$as_me: failed program was:" >&5
9039 sed 's/^/| /' conftest.
$ac_ext >&5
9041 cat >conftest.
$ac_ext <<_ACEOF
9044 cat confdefs.h
>>conftest.
$ac_ext
9045 cat >>conftest.
$ac_ext <<_ACEOF
9046 /* end confdefs.h. */
9047 $ac_includes_default
9051 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
9058 rm -f conftest.
$ac_objext
9059 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9060 (eval $ac_compile) 2>conftest.er1
9062 grep -v '^ *+' conftest.er1
>conftest.err
9064 cat conftest.err
>&5
9065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9066 (exit $ac_status); } &&
9067 { ac_try
='test -z "$ac_c_werror_flag"
9068 || test ! -s conftest.err'
9069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073 (exit $ac_status); }; } &&
9074 { ac_try
='test -s conftest.$ac_objext'
9075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9079 (exit $ac_status); }; }; then
9082 cat >conftest.
$ac_ext <<_ACEOF
9085 cat confdefs.h
>>conftest.
$ac_ext
9086 cat >>conftest.
$ac_ext <<_ACEOF
9087 /* end confdefs.h. */
9088 $ac_includes_default
9092 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
9099 rm -f conftest.
$ac_objext
9100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9101 (eval $ac_compile) 2>conftest.er1
9103 grep -v '^ *+' conftest.er1
>conftest.err
9105 cat conftest.err
>&5
9106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9107 (exit $ac_status); } &&
9108 { ac_try
='test -z "$ac_c_werror_flag"
9109 || test ! -s conftest.err'
9110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9114 (exit $ac_status); }; } &&
9115 { ac_try
='test -s conftest.$ac_objext'
9116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9120 (exit $ac_status); }; }; then
9121 ac_lo
=$ac_mid; break
9123 echo "$as_me: failed program was:" >&5
9124 sed 's/^/| /' conftest.
$ac_ext >&5
9126 ac_hi
=`expr '(' $ac_mid ')' - 1`
9127 if test $ac_mid -le $ac_hi; then
9131 ac_mid
=`expr 2 '*' $ac_mid`
9133 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9136 echo "$as_me: failed program was:" >&5
9137 sed 's/^/| /' conftest.
$ac_ext >&5
9141 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9143 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9144 # Binary search between lo and hi bounds.
9145 while test "x$ac_lo" != "x$ac_hi"; do
9146 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9147 cat >conftest.
$ac_ext <<_ACEOF
9150 cat confdefs.h
>>conftest.
$ac_ext
9151 cat >>conftest.
$ac_ext <<_ACEOF
9152 /* end confdefs.h. */
9153 $ac_includes_default
9157 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
9164 rm -f conftest.
$ac_objext
9165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9166 (eval $ac_compile) 2>conftest.er1
9168 grep -v '^ *+' conftest.er1
>conftest.err
9170 cat conftest.err
>&5
9171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9172 (exit $ac_status); } &&
9173 { ac_try
='test -z "$ac_c_werror_flag"
9174 || test ! -s conftest.err'
9175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9179 (exit $ac_status); }; } &&
9180 { ac_try
='test -s conftest.$ac_objext'
9181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9185 (exit $ac_status); }; }; then
9188 echo "$as_me: failed program was:" >&5
9189 sed 's/^/| /' conftest.
$ac_ext >&5
9191 ac_lo
=`expr '(' $ac_mid ')' + 1`
9193 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9196 ?
*) ac_cv_sizeof_long
=$ac_lo;;
9197 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
9198 See \`config.log' for more details." >&5
9199 echo "$as_me: error: cannot compute sizeof (long), 77
9200 See \`config.log' for more details." >&2;}
9201 { (exit 1); exit 1; }; } ;;
9204 if test "$cross_compiling" = yes; then
9205 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9206 See \`config.log' for more details." >&5
9207 echo "$as_me: error: cannot run test program while cross compiling
9208 See \`config.log' for more details." >&2;}
9209 { (exit 1); exit 1; }; }
9211 cat >conftest.
$ac_ext <<_ACEOF
9214 cat confdefs.h
>>conftest.
$ac_ext
9215 cat >>conftest.
$ac_ext <<_ACEOF
9216 /* end confdefs.h. */
9217 $ac_includes_default
9218 long longval () { return (long) (sizeof (long)); }
9219 unsigned long ulongval () { return (long) (sizeof (long)); }
9226 FILE *f = fopen ("conftest.val", "w");
9229 if (((long) (sizeof (long))) < 0)
9231 long i = longval ();
9232 if (i != ((long) (sizeof (long))))
9234 fprintf (f, "%ld\n", i);
9238 unsigned long i = ulongval ();
9239 if (i != ((long) (sizeof (long))))
9241 fprintf (f, "%lu\n", i);
9243 exit (ferror (f) || fclose (f) != 0);
9249 rm -f conftest
$ac_exeext
9250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9251 (eval $ac_link) 2>&5
9253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9254 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9259 (exit $ac_status); }; }; then
9260 ac_cv_sizeof_long
=`cat conftest.val`
9262 echo "$as_me: program exited with status $ac_status" >&5
9263 echo "$as_me: failed program was:" >&5
9264 sed 's/^/| /' conftest.
$ac_ext >&5
9267 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
9268 See \`config.log' for more details." >&5
9269 echo "$as_me: error: cannot compute sizeof (long), 77
9270 See \`config.log' for more details." >&2;}
9271 { (exit 1); exit 1; }; }
9273 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9281 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
9282 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
9283 cat >>confdefs.h
<<_ACEOF
9284 #define SIZEOF_LONG $ac_cv_sizeof_long
9288 if test "x${ac_cv_sizeof_long}" = "x8"; then
9290 BFD_HOST_64BIT_LONG
=1
9291 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long"
9292 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long"
9293 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
9294 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long long"
9295 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long long"
9298 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
9299 BFD_HOST_64_BIT_DEFINED
=1
9300 BFD_HOST_64_BIT
="${HOST_64BIT_TYPE}"
9301 BFD_HOST_U_64_BIT
="${HOST_U_64BIT_TYPE}"
9310 # Put a plausible default for CC_FOR_BUILD in Makefile.
9311 if test -z "$CC_FOR_BUILD"; then
9312 if test "x$cross_compiling" = "xno"; then
9313 CC_FOR_BUILD
='$(CC)'
9319 # Also set EXEEXT_FOR_BUILD.
9320 if test "x$cross_compiling" = "xno"; then
9321 EXEEXT_FOR_BUILD
='$(EXEEXT)'
9323 echo "$as_me:$LINENO: checking for build system executable suffix" >&5
9324 echo $ECHO_N "checking for build system executable suffix... $ECHO_C" >&6
9325 if test "${bfd_cv_build_exeext+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9329 echo 'int main () { return 0; }' > conftest.c
9330 bfd_cv_build_exeext
=
9331 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
9332 for file in conftest.
*; do
9334 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
9335 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
9339 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
9341 echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
9342 echo "${ECHO_T}$bfd_cv_build_exeext" >&6
9344 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
9354 for ac_header
in stddef.h string.h
strings.h stdlib.h
time.h unistd.h
9356 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9357 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9358 echo "$as_me:$LINENO: checking for $ac_header" >&5
9359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9360 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9361 echo $ECHO_N "(cached) $ECHO_C" >&6
9363 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9364 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9366 # Is the header compilable?
9367 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9368 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9369 cat >conftest.
$ac_ext <<_ACEOF
9372 cat confdefs.h
>>conftest.
$ac_ext
9373 cat >>conftest.
$ac_ext <<_ACEOF
9374 /* end confdefs.h. */
9375 $ac_includes_default
9376 #include <$ac_header>
9378 rm -f conftest.
$ac_objext
9379 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9380 (eval $ac_compile) 2>conftest.er1
9382 grep -v '^ *+' conftest.er1
>conftest.err
9384 cat conftest.err
>&5
9385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); } &&
9387 { ac_try
='test -z "$ac_c_werror_flag"
9388 || test ! -s conftest.err'
9389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9393 (exit $ac_status); }; } &&
9394 { ac_try
='test -s conftest.$ac_objext'
9395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9399 (exit $ac_status); }; }; then
9400 ac_header_compiler
=yes
9402 echo "$as_me: failed program was:" >&5
9403 sed 's/^/| /' conftest.
$ac_ext >&5
9405 ac_header_compiler
=no
9407 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9408 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9409 echo "${ECHO_T}$ac_header_compiler" >&6
9411 # Is the header present?
9412 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9413 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9414 cat >conftest.
$ac_ext <<_ACEOF
9417 cat confdefs.h
>>conftest.
$ac_ext
9418 cat >>conftest.
$ac_ext <<_ACEOF
9419 /* end confdefs.h. */
9420 #include <$ac_header>
9422 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9423 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9425 grep -v '^ *+' conftest.er1
>conftest.err
9427 cat conftest.err
>&5
9428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9429 (exit $ac_status); } >/dev
/null
; then
9430 if test -s conftest.err
; then
9431 ac_cpp_err
=$ac_c_preproc_warn_flag
9432 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
9439 if test -z "$ac_cpp_err"; then
9440 ac_header_preproc
=yes
9442 echo "$as_me: failed program was:" >&5
9443 sed 's/^/| /' conftest.
$ac_ext >&5
9445 ac_header_preproc
=no
9447 rm -f conftest.err conftest.
$ac_ext
9448 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9449 echo "${ECHO_T}$ac_header_preproc" >&6
9451 # So? What about this header?
9452 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9454 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9455 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9457 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9458 ac_header_preproc
=yes
9461 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9462 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9463 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9464 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9465 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9466 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9467 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9468 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9469 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9470 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9471 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9472 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9475 ## ------------------------------------------ ##
9476 ## Report this to the AC_PACKAGE_NAME lists. ##
9477 ## ------------------------------------------ ##
9480 sed "s/^/$as_me: WARNING: /" >&2
9483 echo "$as_me:$LINENO: checking for $ac_header" >&5
9484 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9485 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9486 echo $ECHO_N "(cached) $ECHO_C" >&6
9488 eval "$as_ac_Header=\$ac_header_preproc"
9490 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9491 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9494 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9495 cat >>confdefs.h
<<_ACEOF
9496 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9506 for ac_header
in fcntl.h sys
/file.h sys
/time.h
9508 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9509 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9510 echo "$as_me:$LINENO: checking for $ac_header" >&5
9511 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9512 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9513 echo $ECHO_N "(cached) $ECHO_C" >&6
9515 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9516 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9518 # Is the header compilable?
9519 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9520 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9521 cat >conftest.
$ac_ext <<_ACEOF
9524 cat confdefs.h
>>conftest.
$ac_ext
9525 cat >>conftest.
$ac_ext <<_ACEOF
9526 /* end confdefs.h. */
9527 $ac_includes_default
9528 #include <$ac_header>
9530 rm -f conftest.
$ac_objext
9531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9532 (eval $ac_compile) 2>conftest.er1
9534 grep -v '^ *+' conftest.er1
>conftest.err
9536 cat conftest.err
>&5
9537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538 (exit $ac_status); } &&
9539 { ac_try
='test -z "$ac_c_werror_flag"
9540 || test ! -s conftest.err'
9541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9545 (exit $ac_status); }; } &&
9546 { ac_try
='test -s conftest.$ac_objext'
9547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9551 (exit $ac_status); }; }; then
9552 ac_header_compiler
=yes
9554 echo "$as_me: failed program was:" >&5
9555 sed 's/^/| /' conftest.
$ac_ext >&5
9557 ac_header_compiler
=no
9559 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9560 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9561 echo "${ECHO_T}$ac_header_compiler" >&6
9563 # Is the header present?
9564 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9565 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9566 cat >conftest.
$ac_ext <<_ACEOF
9569 cat confdefs.h
>>conftest.
$ac_ext
9570 cat >>conftest.
$ac_ext <<_ACEOF
9571 /* end confdefs.h. */
9572 #include <$ac_header>
9574 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9575 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9577 grep -v '^ *+' conftest.er1
>conftest.err
9579 cat conftest.err
>&5
9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); } >/dev
/null
; then
9582 if test -s conftest.err
; then
9583 ac_cpp_err
=$ac_c_preproc_warn_flag
9584 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
9591 if test -z "$ac_cpp_err"; then
9592 ac_header_preproc
=yes
9594 echo "$as_me: failed program was:" >&5
9595 sed 's/^/| /' conftest.
$ac_ext >&5
9597 ac_header_preproc
=no
9599 rm -f conftest.err conftest.
$ac_ext
9600 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9601 echo "${ECHO_T}$ac_header_preproc" >&6
9603 # So? What about this header?
9604 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9606 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9607 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9608 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9609 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9610 ac_header_preproc
=yes
9613 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9614 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9615 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9616 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9617 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9618 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9619 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9620 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9621 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9622 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9623 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9624 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9627 ## ------------------------------------------ ##
9628 ## Report this to the AC_PACKAGE_NAME lists. ##
9629 ## ------------------------------------------ ##
9632 sed "s/^/$as_me: WARNING: /" >&2
9635 echo "$as_me:$LINENO: checking for $ac_header" >&5
9636 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9637 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9638 echo $ECHO_N "(cached) $ECHO_C" >&6
9640 eval "$as_ac_Header=\$ac_header_preproc"
9642 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9643 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9646 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9647 cat >>confdefs.h
<<_ACEOF
9648 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9655 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
9656 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
9657 if test "${ac_cv_header_time+set}" = set; then
9658 echo $ECHO_N "(cached) $ECHO_C" >&6
9660 cat >conftest.
$ac_ext <<_ACEOF
9663 cat confdefs.h
>>conftest.
$ac_ext
9664 cat >>conftest.
$ac_ext <<_ACEOF
9665 /* end confdefs.h. */
9666 #include <sys/types.h>
9667 #include <sys/time.h>
9673 if ((struct tm *) 0)
9679 rm -f conftest.
$ac_objext
9680 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9681 (eval $ac_compile) 2>conftest.er1
9683 grep -v '^ *+' conftest.er1
>conftest.err
9685 cat conftest.err
>&5
9686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9687 (exit $ac_status); } &&
9688 { ac_try
='test -z "$ac_c_werror_flag"
9689 || test ! -s conftest.err'
9690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9694 (exit $ac_status); }; } &&
9695 { ac_try
='test -s conftest.$ac_objext'
9696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9700 (exit $ac_status); }; }; then
9701 ac_cv_header_time
=yes
9703 echo "$as_me: failed program was:" >&5
9704 sed 's/^/| /' conftest.
$ac_ext >&5
9706 ac_cv_header_time
=no
9708 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9710 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
9711 echo "${ECHO_T}$ac_cv_header_time" >&6
9712 if test $ac_cv_header_time = yes; then
9714 cat >>confdefs.h
<<\_ACEOF
9715 #define TIME_WITH_SYS_TIME 1
9726 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
9727 as_ac_Header
=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
9728 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
9729 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
9730 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9731 echo $ECHO_N "(cached) $ECHO_C" >&6
9733 cat >conftest.
$ac_ext <<_ACEOF
9736 cat confdefs.h
>>conftest.
$ac_ext
9737 cat >>conftest.
$ac_ext <<_ACEOF
9738 /* end confdefs.h. */
9739 #include <sys/types.h>
9751 rm -f conftest.
$ac_objext
9752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9753 (eval $ac_compile) 2>conftest.er1
9755 grep -v '^ *+' conftest.er1
>conftest.err
9757 cat conftest.err
>&5
9758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9759 (exit $ac_status); } &&
9760 { ac_try
='test -z "$ac_c_werror_flag"
9761 || test ! -s conftest.err'
9762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9766 (exit $ac_status); }; } &&
9767 { ac_try
='test -s conftest.$ac_objext'
9768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9772 (exit $ac_status); }; }; then
9773 eval "$as_ac_Header=yes"
9775 echo "$as_me: failed program was:" >&5
9776 sed 's/^/| /' conftest.
$ac_ext >&5
9778 eval "$as_ac_Header=no"
9780 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9782 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9783 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9784 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9785 cat >>confdefs.h
<<_ACEOF
9786 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
9789 ac_header_dirent
=$ac_hdr; break
9793 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
9794 if test $ac_header_dirent = dirent.h
; then
9795 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9796 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9797 if test "${ac_cv_search_opendir+set}" = set; then
9798 echo $ECHO_N "(cached) $ECHO_C" >&6
9800 ac_func_search_save_LIBS
=$LIBS
9801 ac_cv_search_opendir
=no
9802 cat >conftest.
$ac_ext <<_ACEOF
9805 cat confdefs.h
>>conftest.
$ac_ext
9806 cat >>conftest.
$ac_ext <<_ACEOF
9807 /* end confdefs.h. */
9809 /* Override any gcc2 internal prototype to avoid an error. */
9813 /* We use char because int might match the return type of a gcc2
9814 builtin and then its argument prototype would still apply. */
9824 rm -f conftest.
$ac_objext conftest
$ac_exeext
9825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9826 (eval $ac_link) 2>conftest.er1
9828 grep -v '^ *+' conftest.er1
>conftest.err
9830 cat conftest.err
>&5
9831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832 (exit $ac_status); } &&
9833 { ac_try
='test -z "$ac_c_werror_flag"
9834 || test ! -s conftest.err'
9835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); }; } &&
9840 { ac_try
='test -s conftest$ac_exeext'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; }; then
9846 ac_cv_search_opendir
="none required"
9848 echo "$as_me: failed program was:" >&5
9849 sed 's/^/| /' conftest.
$ac_ext >&5
9852 rm -f conftest.err conftest.
$ac_objext \
9853 conftest
$ac_exeext conftest.
$ac_ext
9854 if test "$ac_cv_search_opendir" = no
; then
9855 for ac_lib
in dir
; do
9856 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
9857 cat >conftest.
$ac_ext <<_ACEOF
9860 cat confdefs.h
>>conftest.
$ac_ext
9861 cat >>conftest.
$ac_ext <<_ACEOF
9862 /* end confdefs.h. */
9864 /* Override any gcc2 internal prototype to avoid an error. */
9868 /* We use char because int might match the return type of a gcc2
9869 builtin and then its argument prototype would still apply. */
9879 rm -f conftest.
$ac_objext conftest
$ac_exeext
9880 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9881 (eval $ac_link) 2>conftest.er1
9883 grep -v '^ *+' conftest.er1
>conftest.err
9885 cat conftest.err
>&5
9886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887 (exit $ac_status); } &&
9888 { ac_try
='test -z "$ac_c_werror_flag"
9889 || test ! -s conftest.err'
9890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9894 (exit $ac_status); }; } &&
9895 { ac_try
='test -s conftest$ac_exeext'
9896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9900 (exit $ac_status); }; }; then
9901 ac_cv_search_opendir
="-l$ac_lib"
9904 echo "$as_me: failed program was:" >&5
9905 sed 's/^/| /' conftest.
$ac_ext >&5
9908 rm -f conftest.err conftest.
$ac_objext \
9909 conftest
$ac_exeext conftest.
$ac_ext
9912 LIBS
=$ac_func_search_save_LIBS
9914 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
9915 echo "${ECHO_T}$ac_cv_search_opendir" >&6
9916 if test "$ac_cv_search_opendir" != no
; then
9917 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
9922 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9923 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9924 if test "${ac_cv_search_opendir+set}" = set; then
9925 echo $ECHO_N "(cached) $ECHO_C" >&6
9927 ac_func_search_save_LIBS
=$LIBS
9928 ac_cv_search_opendir
=no
9929 cat >conftest.
$ac_ext <<_ACEOF
9932 cat confdefs.h
>>conftest.
$ac_ext
9933 cat >>conftest.
$ac_ext <<_ACEOF
9934 /* end confdefs.h. */
9936 /* Override any gcc2 internal prototype to avoid an error. */
9940 /* We use char because int might match the return type of a gcc2
9941 builtin and then its argument prototype would still apply. */
9951 rm -f conftest.
$ac_objext conftest
$ac_exeext
9952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9953 (eval $ac_link) 2>conftest.er1
9955 grep -v '^ *+' conftest.er1
>conftest.err
9957 cat conftest.err
>&5
9958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959 (exit $ac_status); } &&
9960 { ac_try
='test -z "$ac_c_werror_flag"
9961 || test ! -s conftest.err'
9962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9966 (exit $ac_status); }; } &&
9967 { ac_try
='test -s conftest$ac_exeext'
9968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9972 (exit $ac_status); }; }; then
9973 ac_cv_search_opendir
="none required"
9975 echo "$as_me: failed program was:" >&5
9976 sed 's/^/| /' conftest.
$ac_ext >&5
9979 rm -f conftest.err conftest.
$ac_objext \
9980 conftest
$ac_exeext conftest.
$ac_ext
9981 if test "$ac_cv_search_opendir" = no
; then
9983 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
9984 cat >conftest.
$ac_ext <<_ACEOF
9987 cat confdefs.h
>>conftest.
$ac_ext
9988 cat >>conftest.
$ac_ext <<_ACEOF
9989 /* end confdefs.h. */
9991 /* Override any gcc2 internal prototype to avoid an error. */
9995 /* We use char because int might match the return type of a gcc2
9996 builtin and then its argument prototype would still apply. */
10006 rm -f conftest.
$ac_objext conftest
$ac_exeext
10007 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10008 (eval $ac_link) 2>conftest.er1
10010 grep -v '^ *+' conftest.er1
>conftest.err
10012 cat conftest.err
>&5
10013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10014 (exit $ac_status); } &&
10015 { ac_try
='test -z "$ac_c_werror_flag"
10016 || test ! -s conftest.err'
10017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10018 (eval $ac_try) 2>&5
10020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021 (exit $ac_status); }; } &&
10022 { ac_try
='test -s conftest$ac_exeext'
10023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10024 (eval $ac_try) 2>&5
10026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10027 (exit $ac_status); }; }; then
10028 ac_cv_search_opendir
="-l$ac_lib"
10031 echo "$as_me: failed program was:" >&5
10032 sed 's/^/| /' conftest.
$ac_ext >&5
10035 rm -f conftest.err conftest.
$ac_objext \
10036 conftest
$ac_exeext conftest.
$ac_ext
10039 LIBS
=$ac_func_search_save_LIBS
10041 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
10042 echo "${ECHO_T}$ac_cv_search_opendir" >&6
10043 if test "$ac_cv_search_opendir" != no
; then
10044 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
10050 echo "$as_me:$LINENO: checking whether string.h and strings.h may both be included" >&5
10051 echo $ECHO_N "checking whether string.h and strings.h may both be included... $ECHO_C" >&6
10052 if test "${gcc_cv_header_string+set}" = set; then
10053 echo $ECHO_N "(cached) $ECHO_C" >&6
10055 cat >conftest.
$ac_ext <<_ACEOF
10058 cat confdefs.h
>>conftest.
$ac_ext
10059 cat >>conftest.
$ac_ext <<_ACEOF
10060 /* end confdefs.h. */
10061 #include <string.h>
10062 #include <strings.h>
10071 rm -f conftest.
$ac_objext
10072 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10073 (eval $ac_compile) 2>conftest.er1
10075 grep -v '^ *+' conftest.er1
>conftest.err
10077 cat conftest.err
>&5
10078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10079 (exit $ac_status); } &&
10080 { ac_try
='test -z "$ac_c_werror_flag"
10081 || test ! -s conftest.err'
10082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10083 (eval $ac_try) 2>&5
10085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10086 (exit $ac_status); }; } &&
10087 { ac_try
='test -s conftest.$ac_objext'
10088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10089 (eval $ac_try) 2>&5
10091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10092 (exit $ac_status); }; }; then
10093 gcc_cv_header_string
=yes
10095 echo "$as_me: failed program was:" >&5
10096 sed 's/^/| /' conftest.
$ac_ext >&5
10098 gcc_cv_header_string
=no
10100 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10102 echo "$as_me:$LINENO: result: $gcc_cv_header_string" >&5
10103 echo "${ECHO_T}$gcc_cv_header_string" >&6
10104 if test $gcc_cv_header_string = yes; then
10106 cat >>confdefs.h
<<\_ACEOF
10107 #define STRING_WITH_STRINGS 1
10119 for ac_func
in fcntl getpagesize setitimer sysconf fdopen getuid getgid
10121 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10122 echo "$as_me:$LINENO: checking for $ac_func" >&5
10123 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10124 if eval "test \"\${$as_ac_var+set}\" = set"; then
10125 echo $ECHO_N "(cached) $ECHO_C" >&6
10127 cat >conftest.
$ac_ext <<_ACEOF
10130 cat confdefs.h
>>conftest.
$ac_ext
10131 cat >>conftest.
$ac_ext <<_ACEOF
10132 /* end confdefs.h. */
10133 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10134 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10135 #define $ac_func innocuous_$ac_func
10137 /* System header to define __stub macros and hopefully few prototypes,
10138 which can conflict with char $ac_func (); below.
10139 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10140 <limits.h> exists even on freestanding compilers. */
10143 # include <limits.h>
10145 # include <assert.h>
10150 /* Override any gcc2 internal prototype to avoid an error. */
10155 /* We use char because int might match the return type of a gcc2
10156 builtin and then its argument prototype would still apply. */
10158 /* The GNU C library defines this for functions which it implements
10159 to always fail with ENOSYS. Some functions are actually named
10160 something starting with __ and the normal name is an alias. */
10161 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10164 char (*f) () = $ac_func;
10173 return f != $ac_func;
10178 rm -f conftest.
$ac_objext conftest
$ac_exeext
10179 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10180 (eval $ac_link) 2>conftest.er1
10182 grep -v '^ *+' conftest.er1
>conftest.err
10184 cat conftest.err
>&5
10185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10186 (exit $ac_status); } &&
10187 { ac_try
='test -z "$ac_c_werror_flag"
10188 || test ! -s conftest.err'
10189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10190 (eval $ac_try) 2>&5
10192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10193 (exit $ac_status); }; } &&
10194 { ac_try
='test -s conftest$ac_exeext'
10195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10196 (eval $ac_try) 2>&5
10198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10199 (exit $ac_status); }; }; then
10200 eval "$as_ac_var=yes"
10202 echo "$as_me: failed program was:" >&5
10203 sed 's/^/| /' conftest.
$ac_ext >&5
10205 eval "$as_ac_var=no"
10207 rm -f conftest.err conftest.
$ac_objext \
10208 conftest
$ac_exeext conftest.
$ac_ext
10210 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10211 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10212 if test `eval echo '${'$as_ac_var'}'` = yes; then
10213 cat >>confdefs.h
<<_ACEOF
10214 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10221 for ac_func
in strtoull
10223 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10224 echo "$as_me:$LINENO: checking for $ac_func" >&5
10225 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10226 if eval "test \"\${$as_ac_var+set}\" = set"; then
10227 echo $ECHO_N "(cached) $ECHO_C" >&6
10229 cat >conftest.
$ac_ext <<_ACEOF
10232 cat confdefs.h
>>conftest.
$ac_ext
10233 cat >>conftest.
$ac_ext <<_ACEOF
10234 /* end confdefs.h. */
10235 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10236 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10237 #define $ac_func innocuous_$ac_func
10239 /* System header to define __stub macros and hopefully few prototypes,
10240 which can conflict with char $ac_func (); below.
10241 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10242 <limits.h> exists even on freestanding compilers. */
10245 # include <limits.h>
10247 # include <assert.h>
10252 /* Override any gcc2 internal prototype to avoid an error. */
10257 /* We use char because int might match the return type of a gcc2
10258 builtin and then its argument prototype would still apply. */
10260 /* The GNU C library defines this for functions which it implements
10261 to always fail with ENOSYS. Some functions are actually named
10262 something starting with __ and the normal name is an alias. */
10263 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10266 char (*f) () = $ac_func;
10275 return f != $ac_func;
10280 rm -f conftest.
$ac_objext conftest
$ac_exeext
10281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10282 (eval $ac_link) 2>conftest.er1
10284 grep -v '^ *+' conftest.er1
>conftest.err
10286 cat conftest.err
>&5
10287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288 (exit $ac_status); } &&
10289 { ac_try
='test -z "$ac_c_werror_flag"
10290 || test ! -s conftest.err'
10291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10292 (eval $ac_try) 2>&5
10294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10295 (exit $ac_status); }; } &&
10296 { ac_try
='test -s conftest$ac_exeext'
10297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10298 (eval $ac_try) 2>&5
10300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10301 (exit $ac_status); }; }; then
10302 eval "$as_ac_var=yes"
10304 echo "$as_me: failed program was:" >&5
10305 sed 's/^/| /' conftest.
$ac_ext >&5
10307 eval "$as_ac_var=no"
10309 rm -f conftest.err conftest.
$ac_objext \
10310 conftest
$ac_exeext conftest.
$ac_ext
10312 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10313 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10314 if test `eval echo '${'$as_ac_var'}'` = yes; then
10315 cat >>confdefs.h
<<_ACEOF
10316 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10323 echo "$as_me:$LINENO: checking whether basename is declared" >&5
10324 echo $ECHO_N "checking whether basename is declared... $ECHO_C" >&6
10325 if test "${ac_cv_have_decl_basename+set}" = set; then
10326 echo $ECHO_N "(cached) $ECHO_C" >&6
10328 cat >conftest.
$ac_ext <<_ACEOF
10331 cat confdefs.h
>>conftest.
$ac_ext
10332 cat >>conftest.
$ac_ext <<_ACEOF
10333 /* end confdefs.h. */
10334 $ac_includes_default
10339 char *p = (char *) basename;
10346 rm -f conftest.
$ac_objext
10347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10348 (eval $ac_compile) 2>conftest.er1
10350 grep -v '^ *+' conftest.er1
>conftest.err
10352 cat conftest.err
>&5
10353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10354 (exit $ac_status); } &&
10355 { ac_try
='test -z "$ac_c_werror_flag"
10356 || test ! -s conftest.err'
10357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10358 (eval $ac_try) 2>&5
10360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10361 (exit $ac_status); }; } &&
10362 { ac_try
='test -s conftest.$ac_objext'
10363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10364 (eval $ac_try) 2>&5
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); }; }; then
10368 ac_cv_have_decl_basename
=yes
10370 echo "$as_me: failed program was:" >&5
10371 sed 's/^/| /' conftest.
$ac_ext >&5
10373 ac_cv_have_decl_basename
=no
10375 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10377 echo "$as_me:$LINENO: result: $ac_cv_have_decl_basename" >&5
10378 echo "${ECHO_T}$ac_cv_have_decl_basename" >&6
10379 if test $ac_cv_have_decl_basename = yes; then
10381 cat >>confdefs.h
<<_ACEOF
10382 #define HAVE_DECL_BASENAME 1
10387 cat >>confdefs.h
<<_ACEOF
10388 #define HAVE_DECL_BASENAME 0
10395 echo "$as_me:$LINENO: checking whether ftello is declared" >&5
10396 echo $ECHO_N "checking whether ftello is declared... $ECHO_C" >&6
10397 if test "${ac_cv_have_decl_ftello+set}" = set; then
10398 echo $ECHO_N "(cached) $ECHO_C" >&6
10400 cat >conftest.
$ac_ext <<_ACEOF
10403 cat confdefs.h
>>conftest.
$ac_ext
10404 cat >>conftest.
$ac_ext <<_ACEOF
10405 /* end confdefs.h. */
10406 $ac_includes_default
10411 char *p = (char *) ftello;
10418 rm -f conftest.
$ac_objext
10419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10420 (eval $ac_compile) 2>conftest.er1
10422 grep -v '^ *+' conftest.er1
>conftest.err
10424 cat conftest.err
>&5
10425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10426 (exit $ac_status); } &&
10427 { ac_try
='test -z "$ac_c_werror_flag"
10428 || test ! -s conftest.err'
10429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10430 (eval $ac_try) 2>&5
10432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10433 (exit $ac_status); }; } &&
10434 { ac_try
='test -s conftest.$ac_objext'
10435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10436 (eval $ac_try) 2>&5
10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10439 (exit $ac_status); }; }; then
10440 ac_cv_have_decl_ftello
=yes
10442 echo "$as_me: failed program was:" >&5
10443 sed 's/^/| /' conftest.
$ac_ext >&5
10445 ac_cv_have_decl_ftello
=no
10447 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10449 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ftello" >&5
10450 echo "${ECHO_T}$ac_cv_have_decl_ftello" >&6
10451 if test $ac_cv_have_decl_ftello = yes; then
10453 cat >>confdefs.h
<<_ACEOF
10454 #define HAVE_DECL_FTELLO 1
10459 cat >>confdefs.h
<<_ACEOF
10460 #define HAVE_DECL_FTELLO 0
10467 echo "$as_me:$LINENO: checking whether ftello64 is declared" >&5
10468 echo $ECHO_N "checking whether ftello64 is declared... $ECHO_C" >&6
10469 if test "${ac_cv_have_decl_ftello64+set}" = set; then
10470 echo $ECHO_N "(cached) $ECHO_C" >&6
10472 cat >conftest.
$ac_ext <<_ACEOF
10475 cat confdefs.h
>>conftest.
$ac_ext
10476 cat >>conftest.
$ac_ext <<_ACEOF
10477 /* end confdefs.h. */
10478 $ac_includes_default
10483 char *p = (char *) ftello64;
10490 rm -f conftest.
$ac_objext
10491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10492 (eval $ac_compile) 2>conftest.er1
10494 grep -v '^ *+' conftest.er1
>conftest.err
10496 cat conftest.err
>&5
10497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10498 (exit $ac_status); } &&
10499 { ac_try
='test -z "$ac_c_werror_flag"
10500 || test ! -s conftest.err'
10501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10502 (eval $ac_try) 2>&5
10504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10505 (exit $ac_status); }; } &&
10506 { ac_try
='test -s conftest.$ac_objext'
10507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10508 (eval $ac_try) 2>&5
10510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); }; }; then
10512 ac_cv_have_decl_ftello64
=yes
10514 echo "$as_me: failed program was:" >&5
10515 sed 's/^/| /' conftest.
$ac_ext >&5
10517 ac_cv_have_decl_ftello64
=no
10519 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10521 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ftello64" >&5
10522 echo "${ECHO_T}$ac_cv_have_decl_ftello64" >&6
10523 if test $ac_cv_have_decl_ftello64 = yes; then
10525 cat >>confdefs.h
<<_ACEOF
10526 #define HAVE_DECL_FTELLO64 1
10531 cat >>confdefs.h
<<_ACEOF
10532 #define HAVE_DECL_FTELLO64 0
10539 echo "$as_me:$LINENO: checking whether fseeko is declared" >&5
10540 echo $ECHO_N "checking whether fseeko is declared... $ECHO_C" >&6
10541 if test "${ac_cv_have_decl_fseeko+set}" = set; then
10542 echo $ECHO_N "(cached) $ECHO_C" >&6
10544 cat >conftest.
$ac_ext <<_ACEOF
10547 cat confdefs.h
>>conftest.
$ac_ext
10548 cat >>conftest.
$ac_ext <<_ACEOF
10549 /* end confdefs.h. */
10550 $ac_includes_default
10555 char *p = (char *) fseeko;
10562 rm -f conftest.
$ac_objext
10563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10564 (eval $ac_compile) 2>conftest.er1
10566 grep -v '^ *+' conftest.er1
>conftest.err
10568 cat conftest.err
>&5
10569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10570 (exit $ac_status); } &&
10571 { ac_try
='test -z "$ac_c_werror_flag"
10572 || test ! -s conftest.err'
10573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10574 (eval $ac_try) 2>&5
10576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10577 (exit $ac_status); }; } &&
10578 { ac_try
='test -s conftest.$ac_objext'
10579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10580 (eval $ac_try) 2>&5
10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10583 (exit $ac_status); }; }; then
10584 ac_cv_have_decl_fseeko
=yes
10586 echo "$as_me: failed program was:" >&5
10587 sed 's/^/| /' conftest.
$ac_ext >&5
10589 ac_cv_have_decl_fseeko
=no
10591 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10593 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fseeko" >&5
10594 echo "${ECHO_T}$ac_cv_have_decl_fseeko" >&6
10595 if test $ac_cv_have_decl_fseeko = yes; then
10597 cat >>confdefs.h
<<_ACEOF
10598 #define HAVE_DECL_FSEEKO 1
10603 cat >>confdefs.h
<<_ACEOF
10604 #define HAVE_DECL_FSEEKO 0
10611 echo "$as_me:$LINENO: checking whether fseeko64 is declared" >&5
10612 echo $ECHO_N "checking whether fseeko64 is declared... $ECHO_C" >&6
10613 if test "${ac_cv_have_decl_fseeko64+set}" = set; then
10614 echo $ECHO_N "(cached) $ECHO_C" >&6
10616 cat >conftest.
$ac_ext <<_ACEOF
10619 cat confdefs.h
>>conftest.
$ac_ext
10620 cat >>conftest.
$ac_ext <<_ACEOF
10621 /* end confdefs.h. */
10622 $ac_includes_default
10627 char *p = (char *) fseeko64;
10634 rm -f conftest.
$ac_objext
10635 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10636 (eval $ac_compile) 2>conftest.er1
10638 grep -v '^ *+' conftest.er1
>conftest.err
10640 cat conftest.err
>&5
10641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10642 (exit $ac_status); } &&
10643 { ac_try
='test -z "$ac_c_werror_flag"
10644 || test ! -s conftest.err'
10645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10646 (eval $ac_try) 2>&5
10648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10649 (exit $ac_status); }; } &&
10650 { ac_try
='test -s conftest.$ac_objext'
10651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10652 (eval $ac_try) 2>&5
10654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10655 (exit $ac_status); }; }; then
10656 ac_cv_have_decl_fseeko64
=yes
10658 echo "$as_me: failed program was:" >&5
10659 sed 's/^/| /' conftest.
$ac_ext >&5
10661 ac_cv_have_decl_fseeko64
=no
10663 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10665 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fseeko64" >&5
10666 echo "${ECHO_T}$ac_cv_have_decl_fseeko64" >&6
10667 if test $ac_cv_have_decl_fseeko64 = yes; then
10669 cat >>confdefs.h
<<_ACEOF
10670 #define HAVE_DECL_FSEEKO64 1
10675 cat >>confdefs.h
<<_ACEOF
10676 #define HAVE_DECL_FSEEKO64 0
10686 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
10688 cat >>confdefs.h
<<\_ACEOF
10689 #define USE_BINARY_FOPEN 1
10694 echo "$as_me:$LINENO: checking whether ffs is declared" >&5
10695 echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
10696 if test "${ac_cv_have_decl_ffs+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. */
10705 $ac_includes_default
10710 char *p = (char *) ffs;
10717 rm -f conftest.
$ac_objext
10718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10719 (eval $ac_compile) 2>conftest.er1
10721 grep -v '^ *+' conftest.er1
>conftest.err
10723 cat conftest.err
>&5
10724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10725 (exit $ac_status); } &&
10726 { ac_try
='test -z "$ac_c_werror_flag"
10727 || test ! -s conftest.err'
10728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10729 (eval $ac_try) 2>&5
10731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10732 (exit $ac_status); }; } &&
10733 { ac_try
='test -s conftest.$ac_objext'
10734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10735 (eval $ac_try) 2>&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); }; }; then
10739 ac_cv_have_decl_ffs
=yes
10741 echo "$as_me: failed program was:" >&5
10742 sed 's/^/| /' conftest.
$ac_ext >&5
10744 ac_cv_have_decl_ffs
=no
10746 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10748 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ffs" >&5
10749 echo "${ECHO_T}$ac_cv_have_decl_ffs" >&6
10750 if test $ac_cv_have_decl_ffs = yes; then
10752 cat >>confdefs.h
<<_ACEOF
10753 #define HAVE_DECL_FFS 1
10758 cat >>confdefs.h
<<_ACEOF
10759 #define HAVE_DECL_FFS 0
10766 echo "$as_me:$LINENO: checking whether free is declared" >&5
10767 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
10768 if test "${ac_cv_have_decl_free+set}" = set; then
10769 echo $ECHO_N "(cached) $ECHO_C" >&6
10771 cat >conftest.
$ac_ext <<_ACEOF
10774 cat confdefs.h
>>conftest.
$ac_ext
10775 cat >>conftest.
$ac_ext <<_ACEOF
10776 /* end confdefs.h. */
10777 $ac_includes_default
10782 char *p = (char *) free;
10789 rm -f conftest.
$ac_objext
10790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10791 (eval $ac_compile) 2>conftest.er1
10793 grep -v '^ *+' conftest.er1
>conftest.err
10795 cat conftest.err
>&5
10796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10797 (exit $ac_status); } &&
10798 { ac_try
='test -z "$ac_c_werror_flag"
10799 || test ! -s conftest.err'
10800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10801 (eval $ac_try) 2>&5
10803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10804 (exit $ac_status); }; } &&
10805 { ac_try
='test -s conftest.$ac_objext'
10806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10807 (eval $ac_try) 2>&5
10809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10810 (exit $ac_status); }; }; then
10811 ac_cv_have_decl_free
=yes
10813 echo "$as_me: failed program was:" >&5
10814 sed 's/^/| /' conftest.
$ac_ext >&5
10816 ac_cv_have_decl_free
=no
10818 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10820 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
10821 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
10822 if test $ac_cv_have_decl_free = yes; then
10824 cat >>confdefs.h
<<_ACEOF
10825 #define HAVE_DECL_FREE 1
10830 cat >>confdefs.h
<<_ACEOF
10831 #define HAVE_DECL_FREE 0
10838 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
10839 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
10840 if test "${ac_cv_have_decl_getenv+set}" = set; then
10841 echo $ECHO_N "(cached) $ECHO_C" >&6
10843 cat >conftest.
$ac_ext <<_ACEOF
10846 cat confdefs.h
>>conftest.
$ac_ext
10847 cat >>conftest.
$ac_ext <<_ACEOF
10848 /* end confdefs.h. */
10849 $ac_includes_default
10854 char *p = (char *) getenv;
10861 rm -f conftest.
$ac_objext
10862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10863 (eval $ac_compile) 2>conftest.er1
10865 grep -v '^ *+' conftest.er1
>conftest.err
10867 cat conftest.err
>&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); } &&
10870 { ac_try
='test -z "$ac_c_werror_flag"
10871 || test ! -s conftest.err'
10872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10873 (eval $ac_try) 2>&5
10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); }; } &&
10877 { ac_try
='test -s conftest.$ac_objext'
10878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10879 (eval $ac_try) 2>&5
10881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10882 (exit $ac_status); }; }; then
10883 ac_cv_have_decl_getenv
=yes
10885 echo "$as_me: failed program was:" >&5
10886 sed 's/^/| /' conftest.
$ac_ext >&5
10888 ac_cv_have_decl_getenv
=no
10890 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10892 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
10893 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
10894 if test $ac_cv_have_decl_getenv = yes; then
10896 cat >>confdefs.h
<<_ACEOF
10897 #define HAVE_DECL_GETENV 1
10902 cat >>confdefs.h
<<_ACEOF
10903 #define HAVE_DECL_GETENV 0
10910 echo "$as_me:$LINENO: checking whether malloc is declared" >&5
10911 echo $ECHO_N "checking whether malloc is declared... $ECHO_C" >&6
10912 if test "${ac_cv_have_decl_malloc+set}" = set; then
10913 echo $ECHO_N "(cached) $ECHO_C" >&6
10915 cat >conftest.
$ac_ext <<_ACEOF
10918 cat confdefs.h
>>conftest.
$ac_ext
10919 cat >>conftest.
$ac_ext <<_ACEOF
10920 /* end confdefs.h. */
10921 $ac_includes_default
10926 char *p = (char *) malloc;
10933 rm -f conftest.
$ac_objext
10934 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10935 (eval $ac_compile) 2>conftest.er1
10937 grep -v '^ *+' conftest.er1
>conftest.err
10939 cat conftest.err
>&5
10940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10941 (exit $ac_status); } &&
10942 { ac_try
='test -z "$ac_c_werror_flag"
10943 || test ! -s conftest.err'
10944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10945 (eval $ac_try) 2>&5
10947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10948 (exit $ac_status); }; } &&
10949 { ac_try
='test -s conftest.$ac_objext'
10950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10951 (eval $ac_try) 2>&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); }; }; then
10955 ac_cv_have_decl_malloc
=yes
10957 echo "$as_me: failed program was:" >&5
10958 sed 's/^/| /' conftest.
$ac_ext >&5
10960 ac_cv_have_decl_malloc
=no
10962 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10964 echo "$as_me:$LINENO: result: $ac_cv_have_decl_malloc" >&5
10965 echo "${ECHO_T}$ac_cv_have_decl_malloc" >&6
10966 if test $ac_cv_have_decl_malloc = yes; then
10968 cat >>confdefs.h
<<_ACEOF
10969 #define HAVE_DECL_MALLOC 1
10974 cat >>confdefs.h
<<_ACEOF
10975 #define HAVE_DECL_MALLOC 0
10982 echo "$as_me:$LINENO: checking whether realloc is declared" >&5
10983 echo $ECHO_N "checking whether realloc is declared... $ECHO_C" >&6
10984 if test "${ac_cv_have_decl_realloc+set}" = set; then
10985 echo $ECHO_N "(cached) $ECHO_C" >&6
10987 cat >conftest.
$ac_ext <<_ACEOF
10990 cat confdefs.h
>>conftest.
$ac_ext
10991 cat >>conftest.
$ac_ext <<_ACEOF
10992 /* end confdefs.h. */
10993 $ac_includes_default
10998 char *p = (char *) realloc;
11005 rm -f conftest.
$ac_objext
11006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11007 (eval $ac_compile) 2>conftest.er1
11009 grep -v '^ *+' conftest.er1
>conftest.err
11011 cat conftest.err
>&5
11012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013 (exit $ac_status); } &&
11014 { ac_try
='test -z "$ac_c_werror_flag"
11015 || test ! -s conftest.err'
11016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11017 (eval $ac_try) 2>&5
11019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11020 (exit $ac_status); }; } &&
11021 { ac_try
='test -s conftest.$ac_objext'
11022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11023 (eval $ac_try) 2>&5
11025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11026 (exit $ac_status); }; }; then
11027 ac_cv_have_decl_realloc
=yes
11029 echo "$as_me: failed program was:" >&5
11030 sed 's/^/| /' conftest.
$ac_ext >&5
11032 ac_cv_have_decl_realloc
=no
11034 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11036 echo "$as_me:$LINENO: result: $ac_cv_have_decl_realloc" >&5
11037 echo "${ECHO_T}$ac_cv_have_decl_realloc" >&6
11038 if test $ac_cv_have_decl_realloc = yes; then
11040 cat >>confdefs.h
<<_ACEOF
11041 #define HAVE_DECL_REALLOC 1
11046 cat >>confdefs.h
<<_ACEOF
11047 #define HAVE_DECL_REALLOC 0
11054 echo "$as_me:$LINENO: checking whether stpcpy is declared" >&5
11055 echo $ECHO_N "checking whether stpcpy is declared... $ECHO_C" >&6
11056 if test "${ac_cv_have_decl_stpcpy+set}" = set; then
11057 echo $ECHO_N "(cached) $ECHO_C" >&6
11059 cat >conftest.
$ac_ext <<_ACEOF
11062 cat confdefs.h
>>conftest.
$ac_ext
11063 cat >>conftest.
$ac_ext <<_ACEOF
11064 /* end confdefs.h. */
11065 $ac_includes_default
11070 char *p = (char *) stpcpy;
11077 rm -f conftest.
$ac_objext
11078 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11079 (eval $ac_compile) 2>conftest.er1
11081 grep -v '^ *+' conftest.er1
>conftest.err
11083 cat conftest.err
>&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); } &&
11086 { ac_try
='test -z "$ac_c_werror_flag"
11087 || test ! -s conftest.err'
11088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11089 (eval $ac_try) 2>&5
11091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11092 (exit $ac_status); }; } &&
11093 { ac_try
='test -s conftest.$ac_objext'
11094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11095 (eval $ac_try) 2>&5
11097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11098 (exit $ac_status); }; }; then
11099 ac_cv_have_decl_stpcpy
=yes
11101 echo "$as_me: failed program was:" >&5
11102 sed 's/^/| /' conftest.
$ac_ext >&5
11104 ac_cv_have_decl_stpcpy
=no
11106 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11108 echo "$as_me:$LINENO: result: $ac_cv_have_decl_stpcpy" >&5
11109 echo "${ECHO_T}$ac_cv_have_decl_stpcpy" >&6
11110 if test $ac_cv_have_decl_stpcpy = yes; then
11112 cat >>confdefs.h
<<_ACEOF
11113 #define HAVE_DECL_STPCPY 1
11118 cat >>confdefs.h
<<_ACEOF
11119 #define HAVE_DECL_STPCPY 0
11126 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
11127 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
11128 if test "${ac_cv_have_decl_strstr+set}" = set; then
11129 echo $ECHO_N "(cached) $ECHO_C" >&6
11131 cat >conftest.
$ac_ext <<_ACEOF
11134 cat confdefs.h
>>conftest.
$ac_ext
11135 cat >>conftest.
$ac_ext <<_ACEOF
11136 /* end confdefs.h. */
11137 $ac_includes_default
11142 char *p = (char *) strstr;
11149 rm -f conftest.
$ac_objext
11150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11151 (eval $ac_compile) 2>conftest.er1
11153 grep -v '^ *+' conftest.er1
>conftest.err
11155 cat conftest.err
>&5
11156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11157 (exit $ac_status); } &&
11158 { ac_try
='test -z "$ac_c_werror_flag"
11159 || test ! -s conftest.err'
11160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11161 (eval $ac_try) 2>&5
11163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164 (exit $ac_status); }; } &&
11165 { ac_try
='test -s conftest.$ac_objext'
11166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11167 (eval $ac_try) 2>&5
11169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11170 (exit $ac_status); }; }; then
11171 ac_cv_have_decl_strstr
=yes
11173 echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.
$ac_ext >&5
11176 ac_cv_have_decl_strstr
=no
11178 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11180 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
11181 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
11182 if test $ac_cv_have_decl_strstr = yes; then
11184 cat >>confdefs.h
<<_ACEOF
11185 #define HAVE_DECL_STRSTR 1
11190 cat >>confdefs.h
<<_ACEOF
11191 #define HAVE_DECL_STRSTR 0
11198 echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
11199 echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
11200 if test "${ac_cv_have_decl_snprintf+set}" = set; then
11201 echo $ECHO_N "(cached) $ECHO_C" >&6
11203 cat >conftest.
$ac_ext <<_ACEOF
11206 cat confdefs.h
>>conftest.
$ac_ext
11207 cat >>conftest.
$ac_ext <<_ACEOF
11208 /* end confdefs.h. */
11209 $ac_includes_default
11214 char *p = (char *) snprintf;
11221 rm -f conftest.
$ac_objext
11222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11223 (eval $ac_compile) 2>conftest.er1
11225 grep -v '^ *+' conftest.er1
>conftest.err
11227 cat conftest.err
>&5
11228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11229 (exit $ac_status); } &&
11230 { ac_try
='test -z "$ac_c_werror_flag"
11231 || test ! -s conftest.err'
11232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11233 (eval $ac_try) 2>&5
11235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11236 (exit $ac_status); }; } &&
11237 { ac_try
='test -s conftest.$ac_objext'
11238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11239 (eval $ac_try) 2>&5
11241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11242 (exit $ac_status); }; }; then
11243 ac_cv_have_decl_snprintf
=yes
11245 echo "$as_me: failed program was:" >&5
11246 sed 's/^/| /' conftest.
$ac_ext >&5
11248 ac_cv_have_decl_snprintf
=no
11250 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11252 echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
11253 echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
11254 if test $ac_cv_have_decl_snprintf = yes; then
11256 cat >>confdefs.h
<<_ACEOF
11257 #define HAVE_DECL_SNPRINTF 1
11262 cat >>confdefs.h
<<_ACEOF
11263 #define HAVE_DECL_SNPRINTF 0
11270 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
11271 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
11272 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
11273 echo $ECHO_N "(cached) $ECHO_C" >&6
11275 cat >conftest.
$ac_ext <<_ACEOF
11278 cat confdefs.h
>>conftest.
$ac_ext
11279 cat >>conftest.
$ac_ext <<_ACEOF
11280 /* end confdefs.h. */
11281 $ac_includes_default
11286 char *p = (char *) vsnprintf;
11293 rm -f conftest.
$ac_objext
11294 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11295 (eval $ac_compile) 2>conftest.er1
11297 grep -v '^ *+' conftest.er1
>conftest.err
11299 cat conftest.err
>&5
11300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11301 (exit $ac_status); } &&
11302 { ac_try
='test -z "$ac_c_werror_flag"
11303 || test ! -s conftest.err'
11304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11305 (eval $ac_try) 2>&5
11307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11308 (exit $ac_status); }; } &&
11309 { ac_try
='test -s conftest.$ac_objext'
11310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11311 (eval $ac_try) 2>&5
11313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11314 (exit $ac_status); }; }; then
11315 ac_cv_have_decl_vsnprintf
=yes
11317 echo "$as_me: failed program was:" >&5
11318 sed 's/^/| /' conftest.
$ac_ext >&5
11320 ac_cv_have_decl_vsnprintf
=no
11322 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11324 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
11325 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
11326 if test $ac_cv_have_decl_vsnprintf = yes; then
11328 cat >>confdefs.h
<<_ACEOF
11329 #define HAVE_DECL_VSNPRINTF 1
11334 cat >>confdefs.h
<<_ACEOF
11335 #define HAVE_DECL_VSNPRINTF 0
11343 # If we are configured native, pick a core file support file.
11347 if test "${target}" = "${host}"; then
11349 alpha
*-*-freebsd* | alpha
*-*-kfreebsd*-gnu)
11353 COREFILE
=trad-core.lo
11354 TRAD_HEADER
='"hosts/alphalinux.h"'
11356 alpha
*-*-netbsd* | alpha
*-*-openbsd*)
11357 COREFILE
=netbsd-core.lo
11359 alpha
*-*-*) COREFILE
=osf-core.lo
;;
11360 arm-
*-freebsd* | arm-
*-kfreebsd*-gnu)
11362 arm-
*-netbsd*) COREFILE
=netbsd-core.lo
;;
11363 arm-
*-riscix) COREFILE
=trad-core.lo
;;
11364 hppa
*-*-hpux*) COREFILE
=hpux-core.lo
;;
11365 hppa
*-*-hiux*) COREFILE
=hpux-core.lo
;;
11366 hppa
*-*-mpeix*) COREFILE
=hpux-core.lo
;;
11367 hppa
*-*-bsd*) COREFILE
="hpux-core.lo hppabsd-core.lo"
11368 COREFLAG
="-DHPUX_CORE -DHPPABSD_CORE" ;;
11369 hppa
*-*-netbsd* | hppa
*-*-openbsd*)
11370 COREFILE
=netbsd-core.lo
11374 COREFILE
=trad-core.lo
11375 TRAD_HEADER
='"hosts/i370linux.h"'
11378 i
[3-7]86-sequent-bsd*)
11379 COREFILE
=trad-core.lo
11380 TRAD_HEADER
='"hosts/symmetry.h"'
11382 i
[3-7]86-sequent-sysv4*) ;;
11383 i
[3-7]86-sequent-sysv*)
11384 COREFILE
=trad-core.lo
11385 TRAD_HEADER
='"hosts/symmetry.h"'
11390 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
*)
11391 COREFILE
=trad-core.lo
11392 TRAD_HEADER
='"hosts/i386bsd.h"'
11394 i
[3-7]86-*-freebsd* | i
[3-7]86-*-kfreebsd*-gnu)
11396 TRAD_HEADER
='"hosts/i386bsd.h"'
11398 i
[3-7]86-*-netbsd* | i
[3-7]86-*-knetbsd*-gnu | i
[3-7]86-*-openbsd*)
11399 COREFILE
=netbsd-core.lo
11401 i
[3-7]86-esix-sysv3*)
11402 COREFILE
=trad-core.lo
11403 TRAD_HEADER
='"hosts/esix.h"'
11405 i
[3-7]86-*-sco3.2v5
*)
11406 COREFILE
=sco5-core.lo
11408 i
[3-7]86-*-sco* | i
[3-7]86-*-isc*)
11409 COREFILE
=trad-core.lo
11410 TRAD_HEADER
='"hosts/i386sco.h"'
11413 COREFILE
=trad-core.lo
11414 TRAD_HEADER
='"hosts/i386mach3.h"'
11416 i
[3-7]86-*-linux-*)
11417 COREFILE
=trad-core.lo
11418 TRAD_HEADER
='"hosts/i386linux.h"'
11420 i
[3-7]86-*-isc*) COREFILE
=trad-core.lo
;;
11421 i
[3-7]86-*-aix*) COREFILE
=aix386-core.lo
;;
11422 i860-
*-mach3* | i860-
*-osf1*)
11423 COREFILE
=trad-core.lo
11424 TRAD_HEADER
='"hosts/i860mach3.h"'
11426 mips-
*-netbsd* | mips
*-*-openbsd*)
11427 COREFILE
=netbsd-core.lo
11430 COREFILE
=trad-core.lo
11431 TRAD_HEADER
='"hosts/decstation.h"'
11433 mips-sgi-irix4
*) COREFILE
=irix-core.lo
;;
11434 mips-sgi-irix5
*) COREFILE
=irix-core.lo
;;
11435 mips-sgi-irix6
*) COREFILE
=irix-core.lo
;;
11437 mips-
*-sysv* | mips-
*-riscos*)
11438 COREFILE
=trad-core.lo
11439 TRAD_HEADER
='"hosts/riscos.h"'
11442 COREFILE
=trad-core.lo
11443 TRAD_HEADER
='"hosts/news-mips.h"'
11446 COREFILE
=trad-core.lo
11447 TRAD_HEADER
='"hosts/dpx2.h"'
11449 m68
*-hp-hpux*) COREFILE
=hpux-core.lo
;;
11451 COREFILE
=trad-core.lo
11452 TRAD_HEADER
='"hosts/hp300bsd.h"'
11455 COREFILE
=trad-core.lo
11456 TRAD_HEADER
='"hosts/m68klinux.h"'
11458 m68
*-motorola-sysv*)
11459 COREFILE
=trad-core.lo
11460 TRAD_HEADER
='"hosts/delta68.h"'
11463 COREFILE
=trad-core.lo
11464 TRAD_HEADER
='"hosts/news.h"'
11466 m68
*-*-netbsd* | m68
*-*-openbsd*)
11467 COREFILE
=netbsd-core.lo
11470 COREFILE
=trad-core.lo
11471 TRAD_HEADER
='"hosts/m68kaux.h"'
11475 m88
*-motorola-sysv*)
11476 COREFILE
=ptrace-core.lo
11479 COREFILE
=trad-core.lo
11480 TRAD_HEADER
='"hosts/m88kmach3.h"'
11483 COREFILE
=netbsd-core.lo
11486 COREFILE
=trad-core.lo
11487 TRAD_HEADER
='"hosts/pc532mach.h"'
11489 ns32k-
*-netbsd* | ns32k-
*-openbsd*)
11490 COREFILE
=netbsd-core.lo
11493 COREFILE
=lynx-core.lo
11495 rs6000-
*-aix5.
* | powerpc-
*-aix5.
*)
11496 COREFILE
=rs6000-core.lo
11497 COREFLAG
="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
11499 rs6000-
*-aix4.
[3-9]* | powerpc-
*-aix4.
[3-9]*)
11500 COREFILE
=rs6000-core.lo
11501 COREFLAG
="$COREFLAG -DAIX_CORE_DUMPX_CORE"
11502 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
11503 # have c_impl as a member of struct core_dumpx
11504 echo "$as_me:$LINENO: checking for c_impl in struct core_dumpx" >&5
11505 echo $ECHO_N "checking for c_impl in struct core_dumpx... $ECHO_C" >&6
11506 cat >conftest.
$ac_ext <<_ACEOF
11509 cat confdefs.h
>>conftest.
$ac_ext
11510 cat >>conftest.
$ac_ext <<_ACEOF
11511 /* end confdefs.h. */
11516 struct core_dumpx c; c.c_impl = 0;
11521 rm -f conftest.
$ac_objext
11522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11523 (eval $ac_compile) 2>conftest.er1
11525 grep -v '^ *+' conftest.er1
>conftest.err
11527 cat conftest.err
>&5
11528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11529 (exit $ac_status); } &&
11530 { ac_try
='test -z "$ac_c_werror_flag"
11531 || test ! -s conftest.err'
11532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11533 (eval $ac_try) 2>&5
11535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11536 (exit $ac_status); }; } &&
11537 { ac_try
='test -s conftest.$ac_objext'
11538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11539 (eval $ac_try) 2>&5
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); }; }; then
11544 cat >>confdefs.h
<<\_ACEOF
11545 #define HAVE_ST_C_IMPL 1
11548 echo "$as_me:$LINENO: result: yes" >&5
11549 echo "${ECHO_T}yes" >&6
11551 echo "$as_me: failed program was:" >&5
11552 sed 's/^/| /' conftest.
$ac_ext >&5
11554 echo "$as_me:$LINENO: result: no" >&5
11555 echo "${ECHO_T}no" >&6
11557 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11559 rs6000-
*-aix4*) COREFILE
=rs6000-core.lo
;;
11560 rs6000-
*-*) COREFILE
=rs6000-core.lo
;;
11561 powerpc-
*-aix4*) COREFILE
=rs6000-core.lo
;;
11562 powerpc-
*-aix*) COREFILE
=rs6000-core.lo
;;
11563 powerpc-
*-beos*) ;;
11564 powerpc-
*-freebsd* | powerpc-
*-kfreebsd*-gnu)
11566 powerpc-
*-netbsd*) COREFILE
=netbsd-core.lo
;;
11567 powerpc-
*-*bsd
*) COREFILE
=netbsd-core.lo
;;
11568 s390
*-*-*) COREFILE
=trad-core.lo
;;
11569 sh
*-*-netbsd*) COREFILE
=netbsd-core.lo
;;
11570 sparc-
*-netbsd* | sparc
*-*-openbsd*)
11571 COREFILE
=netbsd-core.lo
11574 COREFILE
=trad-core.lo
11575 TRAD_HEADER
='"hosts/tahoe.h"'
11577 vax-
*-netbsd* | vax-
*-openbsd*)
11578 COREFILE
=netbsd-core.lo
11581 COREFILE
=trad-core.lo
11582 TRAD_HEADER
='"hosts/vaxult2.h"'
11585 COREFILE
=trad-core.lo
11586 TRAD_HEADER
='"hosts/vaxult2.h"'
11589 COREFILE
=trad-core.lo
11590 TRAD_HEADER
='"hosts/vaxlinux.h"'
11593 COREFILE
=trad-core.lo
11594 TRAD_HEADER
='"hosts/vaxbsd.h"'
11596 x86_64-
*-netbsd* | x86_64-
*-openbsd*)
11597 COREFILE
=netbsd-core.lo
11601 case "$COREFILE" in
11602 aix386-core.lo
) COREFLAG
=-DAIX386_CORE ;;
11603 hppabsd-core.lo
) COREFLAG
=-DHPPABSD_CORE ;;
11604 hpux-core.lo
) COREFLAG
=-DHPUX_CORE ;;
11605 irix-core.lo
) COREFLAG
=-DIRIX_CORE ;;
11606 lynx-core.lo
) COREFLAG
=-DLYNX_CORE ;;
11607 netbsd-core.lo
) COREFLAG
=-DNETBSD_CORE ;;
11608 osf-core.lo
) COREFLAG
=-DOSF_CORE ;;
11609 ptrace-core.lo
) COREFLAG
=-DPTRACE_CORE ;;
11610 rs6000-core.lo
) COREFLAG
="$COREFLAG -DAIX_CORE" ;;
11611 sco5-core.lo
) COREFLAG
="$COREFLAG -DSCO5_CORE" ;;
11612 trad-core.lo
) COREFLAG
="$COREFLAG -DTRAD_CORE" ;;
11615 # ELF corefile support has several flavors, but all of
11616 # them use something called <sys/procfs.h>
11618 for ac_header
in sys
/procfs.h
11620 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11621 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11622 echo "$as_me:$LINENO: checking for $ac_header" >&5
11623 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11624 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11625 echo $ECHO_N "(cached) $ECHO_C" >&6
11627 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11628 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11630 # Is the header compilable?
11631 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11632 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11633 cat >conftest.
$ac_ext <<_ACEOF
11636 cat confdefs.h
>>conftest.
$ac_ext
11637 cat >>conftest.
$ac_ext <<_ACEOF
11638 /* end confdefs.h. */
11639 $ac_includes_default
11640 #include <$ac_header>
11642 rm -f conftest.
$ac_objext
11643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11644 (eval $ac_compile) 2>conftest.er1
11646 grep -v '^ *+' conftest.er1
>conftest.err
11648 cat conftest.err
>&5
11649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11650 (exit $ac_status); } &&
11651 { ac_try
='test -z "$ac_c_werror_flag"
11652 || test ! -s conftest.err'
11653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11654 (eval $ac_try) 2>&5
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); }; } &&
11658 { ac_try
='test -s conftest.$ac_objext'
11659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11660 (eval $ac_try) 2>&5
11662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663 (exit $ac_status); }; }; then
11664 ac_header_compiler
=yes
11666 echo "$as_me: failed program was:" >&5
11667 sed 's/^/| /' conftest.
$ac_ext >&5
11669 ac_header_compiler
=no
11671 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11672 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11673 echo "${ECHO_T}$ac_header_compiler" >&6
11675 # Is the header present?
11676 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11677 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11678 cat >conftest.
$ac_ext <<_ACEOF
11681 cat confdefs.h
>>conftest.
$ac_ext
11682 cat >>conftest.
$ac_ext <<_ACEOF
11683 /* end confdefs.h. */
11684 #include <$ac_header>
11686 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11687 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11689 grep -v '^ *+' conftest.er1
>conftest.err
11691 cat conftest.err
>&5
11692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11693 (exit $ac_status); } >/dev
/null
; then
11694 if test -s conftest.err
; then
11695 ac_cpp_err
=$ac_c_preproc_warn_flag
11696 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11703 if test -z "$ac_cpp_err"; then
11704 ac_header_preproc
=yes
11706 echo "$as_me: failed program was:" >&5
11707 sed 's/^/| /' conftest.
$ac_ext >&5
11709 ac_header_preproc
=no
11711 rm -f conftest.err conftest.
$ac_ext
11712 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11713 echo "${ECHO_T}$ac_header_preproc" >&6
11715 # So? What about this header?
11716 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11718 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11719 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11721 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11722 ac_header_preproc
=yes
11725 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11726 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11727 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11728 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11729 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11730 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11731 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11732 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11733 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11734 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11735 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11736 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11739 ## ------------------------------------------ ##
11740 ## Report this to the AC_PACKAGE_NAME lists. ##
11741 ## ------------------------------------------ ##
11744 sed "s/^/$as_me: WARNING: /" >&2
11747 echo "$as_me:$LINENO: checking for $ac_header" >&5
11748 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11749 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11750 echo $ECHO_N "(cached) $ECHO_C" >&6
11752 eval "$as_ac_Header=\$ac_header_preproc"
11754 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11755 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11758 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11759 cat >>confdefs.h
<<_ACEOF
11760 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11767 if test "$ac_cv_header_sys_procfs_h" = yes; then
11768 echo "$as_me:$LINENO: checking for prstatus_t in sys/procfs.h" >&5
11769 echo $ECHO_N "checking for prstatus_t in sys/procfs.h... $ECHO_C" >&6
11770 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then
11771 echo $ECHO_N "(cached) $ECHO_C" >&6
11773 cat >conftest.
$ac_ext <<_ACEOF
11776 cat confdefs.h
>>conftest.
$ac_ext
11777 cat >>conftest.
$ac_ext <<_ACEOF
11778 /* end confdefs.h. */
11781 #include <sys/procfs.h>
11790 rm -f conftest.
$ac_objext
11791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11792 (eval $ac_compile) 2>conftest.er1
11794 grep -v '^ *+' conftest.er1
>conftest.err
11796 cat conftest.err
>&5
11797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11798 (exit $ac_status); } &&
11799 { ac_try
='test -z "$ac_c_werror_flag"
11800 || test ! -s conftest.err'
11801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11802 (eval $ac_try) 2>&5
11804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805 (exit $ac_status); }; } &&
11806 { ac_try
='test -s conftest.$ac_objext'
11807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11808 (eval $ac_try) 2>&5
11810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11811 (exit $ac_status); }; }; then
11812 bfd_cv_have_sys_procfs_type_prstatus_t
=yes
11814 echo "$as_me: failed program was:" >&5
11815 sed 's/^/| /' conftest.
$ac_ext >&5
11817 bfd_cv_have_sys_procfs_type_prstatus_t
=no
11820 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11823 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
11825 cat >>confdefs.h
<<\_ACEOF
11826 #define HAVE_PRSTATUS_T 1
11830 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
11831 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus_t" >&6
11833 echo "$as_me:$LINENO: checking for prstatus32_t in sys/procfs.h" >&5
11834 echo $ECHO_N "checking for prstatus32_t in sys/procfs.h... $ECHO_C" >&6
11835 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then
11836 echo $ECHO_N "(cached) $ECHO_C" >&6
11838 cat >conftest.
$ac_ext <<_ACEOF
11841 cat confdefs.h
>>conftest.
$ac_ext
11842 cat >>conftest.
$ac_ext <<_ACEOF
11843 /* end confdefs.h. */
11846 #include <sys/procfs.h>
11855 rm -f conftest.
$ac_objext
11856 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11857 (eval $ac_compile) 2>conftest.er1
11859 grep -v '^ *+' conftest.er1
>conftest.err
11861 cat conftest.err
>&5
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); } &&
11864 { ac_try
='test -z "$ac_c_werror_flag"
11865 || test ! -s conftest.err'
11866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11867 (eval $ac_try) 2>&5
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); }; } &&
11871 { ac_try
='test -s conftest.$ac_objext'
11872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11873 (eval $ac_try) 2>&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); }; }; then
11877 bfd_cv_have_sys_procfs_type_prstatus32_t
=yes
11879 echo "$as_me: failed program was:" >&5
11880 sed 's/^/| /' conftest.
$ac_ext >&5
11882 bfd_cv_have_sys_procfs_type_prstatus32_t
=no
11885 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11888 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
11890 cat >>confdefs.h
<<\_ACEOF
11891 #define HAVE_PRSTATUS32_T 1
11895 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
11896 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6
11898 echo "$as_me:$LINENO: checking for prstatus_t.pr_who in sys/procfs.h" >&5
11899 echo $ECHO_N "checking for prstatus_t.pr_who in sys/procfs.h... $ECHO_C" >&6
11900 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then
11901 echo $ECHO_N "(cached) $ECHO_C" >&6
11903 cat >conftest.
$ac_ext <<_ACEOF
11906 cat confdefs.h
>>conftest.
$ac_ext
11907 cat >>conftest.
$ac_ext <<_ACEOF
11908 /* end confdefs.h. */
11911 #include <sys/procfs.h>
11915 prstatus_t avar; void* aref = (void*) &avar.pr_who
11920 rm -f conftest.
$ac_objext
11921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11922 (eval $ac_compile) 2>conftest.er1
11924 grep -v '^ *+' conftest.er1
>conftest.err
11926 cat conftest.err
>&5
11927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11928 (exit $ac_status); } &&
11929 { ac_try
='test -z "$ac_c_werror_flag"
11930 || test ! -s conftest.err'
11931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11932 (eval $ac_try) 2>&5
11934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11935 (exit $ac_status); }; } &&
11936 { ac_try
='test -s conftest.$ac_objext'
11937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11938 (eval $ac_try) 2>&5
11940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11941 (exit $ac_status); }; }; then
11942 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=yes
11944 echo "$as_me: failed program was:" >&5
11945 sed 's/^/| /' conftest.
$ac_ext >&5
11947 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=no
11950 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11953 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
11955 cat >>confdefs.h
<<\_ACEOF
11956 #define HAVE_PRSTATUS_T_PR_WHO 1
11960 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
11961 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6
11963 echo "$as_me:$LINENO: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
11964 echo $ECHO_N "checking for prstatus32_t.pr_who in sys/procfs.h... $ECHO_C" >&6
11965 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then
11966 echo $ECHO_N "(cached) $ECHO_C" >&6
11968 cat >conftest.
$ac_ext <<_ACEOF
11971 cat confdefs.h
>>conftest.
$ac_ext
11972 cat >>conftest.
$ac_ext <<_ACEOF
11973 /* end confdefs.h. */
11976 #include <sys/procfs.h>
11980 prstatus32_t avar; void* aref = (void*) &avar.pr_who
11985 rm -f conftest.
$ac_objext
11986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11987 (eval $ac_compile) 2>conftest.er1
11989 grep -v '^ *+' conftest.er1
>conftest.err
11991 cat conftest.err
>&5
11992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11993 (exit $ac_status); } &&
11994 { ac_try
='test -z "$ac_c_werror_flag"
11995 || test ! -s conftest.err'
11996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11997 (eval $ac_try) 2>&5
11999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12000 (exit $ac_status); }; } &&
12001 { ac_try
='test -s conftest.$ac_objext'
12002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12003 (eval $ac_try) 2>&5
12005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12006 (exit $ac_status); }; }; then
12007 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=yes
12009 echo "$as_me: failed program was:" >&5
12010 sed 's/^/| /' conftest.
$ac_ext >&5
12012 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=no
12015 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12018 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
12020 cat >>confdefs.h
<<\_ACEOF
12021 #define HAVE_PRSTATUS32_T_PR_WHO 1
12025 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
12026 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6
12028 echo "$as_me:$LINENO: checking for pstatus_t in sys/procfs.h" >&5
12029 echo $ECHO_N "checking for pstatus_t in sys/procfs.h... $ECHO_C" >&6
12030 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then
12031 echo $ECHO_N "(cached) $ECHO_C" >&6
12033 cat >conftest.
$ac_ext <<_ACEOF
12036 cat confdefs.h
>>conftest.
$ac_ext
12037 cat >>conftest.
$ac_ext <<_ACEOF
12038 /* end confdefs.h. */
12041 #include <sys/procfs.h>
12050 rm -f conftest.
$ac_objext
12051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12052 (eval $ac_compile) 2>conftest.er1
12054 grep -v '^ *+' conftest.er1
>conftest.err
12056 cat conftest.err
>&5
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); } &&
12059 { ac_try
='test -z "$ac_c_werror_flag"
12060 || test ! -s conftest.err'
12061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12062 (eval $ac_try) 2>&5
12064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12065 (exit $ac_status); }; } &&
12066 { ac_try
='test -s conftest.$ac_objext'
12067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12068 (eval $ac_try) 2>&5
12070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12071 (exit $ac_status); }; }; then
12072 bfd_cv_have_sys_procfs_type_pstatus_t
=yes
12074 echo "$as_me: failed program was:" >&5
12075 sed 's/^/| /' conftest.
$ac_ext >&5
12077 bfd_cv_have_sys_procfs_type_pstatus_t
=no
12080 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12083 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
12085 cat >>confdefs.h
<<\_ACEOF
12086 #define HAVE_PSTATUS_T 1
12090 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
12091 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus_t" >&6
12093 echo "$as_me:$LINENO: checking for pxstatus_t in sys/procfs.h" >&5
12094 echo $ECHO_N "checking for pxstatus_t in sys/procfs.h... $ECHO_C" >&6
12095 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then
12096 echo $ECHO_N "(cached) $ECHO_C" >&6
12098 cat >conftest.
$ac_ext <<_ACEOF
12101 cat confdefs.h
>>conftest.
$ac_ext
12102 cat >>conftest.
$ac_ext <<_ACEOF
12103 /* end confdefs.h. */
12106 #include <sys/procfs.h>
12115 rm -f conftest.
$ac_objext
12116 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12117 (eval $ac_compile) 2>conftest.er1
12119 grep -v '^ *+' conftest.er1
>conftest.err
12121 cat conftest.err
>&5
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); } &&
12124 { ac_try
='test -z "$ac_c_werror_flag"
12125 || test ! -s conftest.err'
12126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12127 (eval $ac_try) 2>&5
12129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12130 (exit $ac_status); }; } &&
12131 { ac_try
='test -s conftest.$ac_objext'
12132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12133 (eval $ac_try) 2>&5
12135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12136 (exit $ac_status); }; }; then
12137 bfd_cv_have_sys_procfs_type_pxstatus_t
=yes
12139 echo "$as_me: failed program was:" >&5
12140 sed 's/^/| /' conftest.
$ac_ext >&5
12142 bfd_cv_have_sys_procfs_type_pxstatus_t
=no
12145 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12148 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
12150 cat >>confdefs.h
<<\_ACEOF
12151 #define HAVE_PXSTATUS_T 1
12155 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
12156 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6
12158 echo "$as_me:$LINENO: checking for pstatus32_t in sys/procfs.h" >&5
12159 echo $ECHO_N "checking for pstatus32_t in sys/procfs.h... $ECHO_C" >&6
12160 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then
12161 echo $ECHO_N "(cached) $ECHO_C" >&6
12163 cat >conftest.
$ac_ext <<_ACEOF
12166 cat confdefs.h
>>conftest.
$ac_ext
12167 cat >>conftest.
$ac_ext <<_ACEOF
12168 /* end confdefs.h. */
12171 #include <sys/procfs.h>
12180 rm -f conftest.
$ac_objext
12181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12182 (eval $ac_compile) 2>conftest.er1
12184 grep -v '^ *+' conftest.er1
>conftest.err
12186 cat conftest.err
>&5
12187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); } &&
12189 { ac_try
='test -z "$ac_c_werror_flag"
12190 || test ! -s conftest.err'
12191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12192 (eval $ac_try) 2>&5
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); }; } &&
12196 { ac_try
='test -s conftest.$ac_objext'
12197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198 (eval $ac_try) 2>&5
12200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); }; }; then
12202 bfd_cv_have_sys_procfs_type_pstatus32_t
=yes
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.
$ac_ext >&5
12207 bfd_cv_have_sys_procfs_type_pstatus32_t
=no
12210 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12213 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
12215 cat >>confdefs.h
<<\_ACEOF
12216 #define HAVE_PSTATUS32_T 1
12220 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
12221 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6
12223 echo "$as_me:$LINENO: checking for prpsinfo_t in sys/procfs.h" >&5
12224 echo $ECHO_N "checking for prpsinfo_t in sys/procfs.h... $ECHO_C" >&6
12225 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then
12226 echo $ECHO_N "(cached) $ECHO_C" >&6
12228 cat >conftest.
$ac_ext <<_ACEOF
12231 cat confdefs.h
>>conftest.
$ac_ext
12232 cat >>conftest.
$ac_ext <<_ACEOF
12233 /* end confdefs.h. */
12236 #include <sys/procfs.h>
12245 rm -f conftest.
$ac_objext
12246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12247 (eval $ac_compile) 2>conftest.er1
12249 grep -v '^ *+' conftest.er1
>conftest.err
12251 cat conftest.err
>&5
12252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12253 (exit $ac_status); } &&
12254 { ac_try
='test -z "$ac_c_werror_flag"
12255 || test ! -s conftest.err'
12256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12257 (eval $ac_try) 2>&5
12259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12260 (exit $ac_status); }; } &&
12261 { ac_try
='test -s conftest.$ac_objext'
12262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12263 (eval $ac_try) 2>&5
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); }; }; then
12267 bfd_cv_have_sys_procfs_type_prpsinfo_t
=yes
12269 echo "$as_me: failed program was:" >&5
12270 sed 's/^/| /' conftest.
$ac_ext >&5
12272 bfd_cv_have_sys_procfs_type_prpsinfo_t
=no
12275 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12278 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
12280 cat >>confdefs.h
<<\_ACEOF
12281 #define HAVE_PRPSINFO_T 1
12285 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
12286 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6
12288 echo "$as_me:$LINENO: checking for prpsinfo32_t in sys/procfs.h" >&5
12289 echo $ECHO_N "checking for prpsinfo32_t in sys/procfs.h... $ECHO_C" >&6
12290 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then
12291 echo $ECHO_N "(cached) $ECHO_C" >&6
12293 cat >conftest.
$ac_ext <<_ACEOF
12296 cat confdefs.h
>>conftest.
$ac_ext
12297 cat >>conftest.
$ac_ext <<_ACEOF
12298 /* end confdefs.h. */
12301 #include <sys/procfs.h>
12310 rm -f conftest.
$ac_objext
12311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12312 (eval $ac_compile) 2>conftest.er1
12314 grep -v '^ *+' conftest.er1
>conftest.err
12316 cat conftest.err
>&5
12317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12318 (exit $ac_status); } &&
12319 { ac_try
='test -z "$ac_c_werror_flag"
12320 || test ! -s conftest.err'
12321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12322 (eval $ac_try) 2>&5
12324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12325 (exit $ac_status); }; } &&
12326 { ac_try
='test -s conftest.$ac_objext'
12327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12328 (eval $ac_try) 2>&5
12330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12331 (exit $ac_status); }; }; then
12332 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=yes
12334 echo "$as_me: failed program was:" >&5
12335 sed 's/^/| /' conftest.
$ac_ext >&5
12337 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=no
12340 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12343 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
12345 cat >>confdefs.h
<<\_ACEOF
12346 #define HAVE_PRPSINFO32_T 1
12350 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
12351 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6
12353 echo "$as_me:$LINENO: checking for psinfo_t in sys/procfs.h" >&5
12354 echo $ECHO_N "checking for psinfo_t in sys/procfs.h... $ECHO_C" >&6
12355 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then
12356 echo $ECHO_N "(cached) $ECHO_C" >&6
12358 cat >conftest.
$ac_ext <<_ACEOF
12361 cat confdefs.h
>>conftest.
$ac_ext
12362 cat >>conftest.
$ac_ext <<_ACEOF
12363 /* end confdefs.h. */
12366 #include <sys/procfs.h>
12375 rm -f conftest.
$ac_objext
12376 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12377 (eval $ac_compile) 2>conftest.er1
12379 grep -v '^ *+' conftest.er1
>conftest.err
12381 cat conftest.err
>&5
12382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12383 (exit $ac_status); } &&
12384 { ac_try
='test -z "$ac_c_werror_flag"
12385 || test ! -s conftest.err'
12386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12387 (eval $ac_try) 2>&5
12389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12390 (exit $ac_status); }; } &&
12391 { ac_try
='test -s conftest.$ac_objext'
12392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12393 (eval $ac_try) 2>&5
12395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12396 (exit $ac_status); }; }; then
12397 bfd_cv_have_sys_procfs_type_psinfo_t
=yes
12399 echo "$as_me: failed program was:" >&5
12400 sed 's/^/| /' conftest.
$ac_ext >&5
12402 bfd_cv_have_sys_procfs_type_psinfo_t
=no
12405 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12408 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
12410 cat >>confdefs.h
<<\_ACEOF
12411 #define HAVE_PSINFO_T 1
12415 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
12416 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo_t" >&6
12418 echo "$as_me:$LINENO: checking for psinfo32_t in sys/procfs.h" >&5
12419 echo $ECHO_N "checking for psinfo32_t in sys/procfs.h... $ECHO_C" >&6
12420 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then
12421 echo $ECHO_N "(cached) $ECHO_C" >&6
12423 cat >conftest.
$ac_ext <<_ACEOF
12426 cat confdefs.h
>>conftest.
$ac_ext
12427 cat >>conftest.
$ac_ext <<_ACEOF
12428 /* end confdefs.h. */
12431 #include <sys/procfs.h>
12440 rm -f conftest.
$ac_objext
12441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12442 (eval $ac_compile) 2>conftest.er1
12444 grep -v '^ *+' conftest.er1
>conftest.err
12446 cat conftest.err
>&5
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); } &&
12449 { ac_try
='test -z "$ac_c_werror_flag"
12450 || test ! -s conftest.err'
12451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12452 (eval $ac_try) 2>&5
12454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12455 (exit $ac_status); }; } &&
12456 { ac_try
='test -s conftest.$ac_objext'
12457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12458 (eval $ac_try) 2>&5
12460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12461 (exit $ac_status); }; }; then
12462 bfd_cv_have_sys_procfs_type_psinfo32_t
=yes
12464 echo "$as_me: failed program was:" >&5
12465 sed 's/^/| /' conftest.
$ac_ext >&5
12467 bfd_cv_have_sys_procfs_type_psinfo32_t
=no
12470 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12473 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
12475 cat >>confdefs.h
<<\_ACEOF
12476 #define HAVE_PSINFO32_T 1
12480 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
12481 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6
12483 echo "$as_me:$LINENO: checking for lwpstatus_t in sys/procfs.h" >&5
12484 echo $ECHO_N "checking for lwpstatus_t in sys/procfs.h... $ECHO_C" >&6
12485 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then
12486 echo $ECHO_N "(cached) $ECHO_C" >&6
12488 cat >conftest.
$ac_ext <<_ACEOF
12491 cat confdefs.h
>>conftest.
$ac_ext
12492 cat >>conftest.
$ac_ext <<_ACEOF
12493 /* end confdefs.h. */
12496 #include <sys/procfs.h>
12505 rm -f conftest.
$ac_objext
12506 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12507 (eval $ac_compile) 2>conftest.er1
12509 grep -v '^ *+' conftest.er1
>conftest.err
12511 cat conftest.err
>&5
12512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513 (exit $ac_status); } &&
12514 { ac_try
='test -z "$ac_c_werror_flag"
12515 || test ! -s conftest.err'
12516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12517 (eval $ac_try) 2>&5
12519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12520 (exit $ac_status); }; } &&
12521 { ac_try
='test -s conftest.$ac_objext'
12522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12523 (eval $ac_try) 2>&5
12525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12526 (exit $ac_status); }; }; then
12527 bfd_cv_have_sys_procfs_type_lwpstatus_t
=yes
12529 echo "$as_me: failed program was:" >&5
12530 sed 's/^/| /' conftest.
$ac_ext >&5
12532 bfd_cv_have_sys_procfs_type_lwpstatus_t
=no
12535 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12538 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
12540 cat >>confdefs.h
<<\_ACEOF
12541 #define HAVE_LWPSTATUS_T 1
12545 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
12546 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6
12548 echo "$as_me:$LINENO: checking for lwpxstatus_t in sys/procfs.h" >&5
12549 echo $ECHO_N "checking for lwpxstatus_t in sys/procfs.h... $ECHO_C" >&6
12550 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then
12551 echo $ECHO_N "(cached) $ECHO_C" >&6
12553 cat >conftest.
$ac_ext <<_ACEOF
12556 cat confdefs.h
>>conftest.
$ac_ext
12557 cat >>conftest.
$ac_ext <<_ACEOF
12558 /* end confdefs.h. */
12561 #include <sys/procfs.h>
12570 rm -f conftest.
$ac_objext
12571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12572 (eval $ac_compile) 2>conftest.er1
12574 grep -v '^ *+' conftest.er1
>conftest.err
12576 cat conftest.err
>&5
12577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12578 (exit $ac_status); } &&
12579 { ac_try
='test -z "$ac_c_werror_flag"
12580 || test ! -s conftest.err'
12581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12582 (eval $ac_try) 2>&5
12584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12585 (exit $ac_status); }; } &&
12586 { ac_try
='test -s conftest.$ac_objext'
12587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12588 (eval $ac_try) 2>&5
12590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12591 (exit $ac_status); }; }; then
12592 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=yes
12594 echo "$as_me: failed program was:" >&5
12595 sed 's/^/| /' conftest.
$ac_ext >&5
12597 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=no
12600 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12603 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
12605 cat >>confdefs.h
<<\_ACEOF
12606 #define HAVE_LWPXSTATUS_T 1
12610 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
12611 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6
12613 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
12614 echo $ECHO_N "checking for lwpstatus_t.pr_context in sys/procfs.h... $ECHO_C" >&6
12615 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then
12616 echo $ECHO_N "(cached) $ECHO_C" >&6
12618 cat >conftest.
$ac_ext <<_ACEOF
12621 cat confdefs.h
>>conftest.
$ac_ext
12622 cat >>conftest.
$ac_ext <<_ACEOF
12623 /* end confdefs.h. */
12626 #include <sys/procfs.h>
12630 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
12635 rm -f conftest.
$ac_objext
12636 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12637 (eval $ac_compile) 2>conftest.er1
12639 grep -v '^ *+' conftest.er1
>conftest.err
12641 cat conftest.err
>&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } &&
12644 { ac_try
='test -z "$ac_c_werror_flag"
12645 || test ! -s conftest.err'
12646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12647 (eval $ac_try) 2>&5
12649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12650 (exit $ac_status); }; } &&
12651 { ac_try
='test -s conftest.$ac_objext'
12652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12653 (eval $ac_try) 2>&5
12655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12656 (exit $ac_status); }; }; then
12657 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=yes
12659 echo "$as_me: failed program was:" >&5
12660 sed 's/^/| /' conftest.
$ac_ext >&5
12662 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=no
12665 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12668 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
12670 cat >>confdefs.h
<<\_ACEOF
12671 #define HAVE_LWPSTATUS_T_PR_CONTEXT 1
12675 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
12676 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6
12678 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
12679 echo $ECHO_N "checking for lwpstatus_t.pr_reg in sys/procfs.h... $ECHO_C" >&6
12680 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then
12681 echo $ECHO_N "(cached) $ECHO_C" >&6
12683 cat >conftest.
$ac_ext <<_ACEOF
12686 cat confdefs.h
>>conftest.
$ac_ext
12687 cat >>conftest.
$ac_ext <<_ACEOF
12688 /* end confdefs.h. */
12691 #include <sys/procfs.h>
12695 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
12700 rm -f conftest.
$ac_objext
12701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12702 (eval $ac_compile) 2>conftest.er1
12704 grep -v '^ *+' conftest.er1
>conftest.err
12706 cat conftest.err
>&5
12707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12708 (exit $ac_status); } &&
12709 { ac_try
='test -z "$ac_c_werror_flag"
12710 || test ! -s conftest.err'
12711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12712 (eval $ac_try) 2>&5
12714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12715 (exit $ac_status); }; } &&
12716 { ac_try
='test -s conftest.$ac_objext'
12717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12718 (eval $ac_try) 2>&5
12720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12721 (exit $ac_status); }; }; then
12722 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=yes
12724 echo "$as_me: failed program was:" >&5
12725 sed 's/^/| /' conftest.
$ac_ext >&5
12727 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=no
12730 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12733 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
12735 cat >>confdefs.h
<<\_ACEOF
12736 #define HAVE_LWPSTATUS_T_PR_REG 1
12740 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
12741 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6
12743 echo "$as_me:$LINENO: checking for win32_pstatus_t in sys/procfs.h" >&5
12744 echo $ECHO_N "checking for win32_pstatus_t in sys/procfs.h... $ECHO_C" >&6
12745 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then
12746 echo $ECHO_N "(cached) $ECHO_C" >&6
12748 cat >conftest.
$ac_ext <<_ACEOF
12751 cat confdefs.h
>>conftest.
$ac_ext
12752 cat >>conftest.
$ac_ext <<_ACEOF
12753 /* end confdefs.h. */
12756 #include <sys/procfs.h>
12760 win32_pstatus_t avar
12765 rm -f conftest.
$ac_objext
12766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12767 (eval $ac_compile) 2>conftest.er1
12769 grep -v '^ *+' conftest.er1
>conftest.err
12771 cat conftest.err
>&5
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); } &&
12774 { ac_try
='test -z "$ac_c_werror_flag"
12775 || test ! -s conftest.err'
12776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12777 (eval $ac_try) 2>&5
12779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12780 (exit $ac_status); }; } &&
12781 { ac_try
='test -s conftest.$ac_objext'
12782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12783 (eval $ac_try) 2>&5
12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786 (exit $ac_status); }; }; then
12787 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=yes
12789 echo "$as_me: failed program was:" >&5
12790 sed 's/^/| /' conftest.
$ac_ext >&5
12792 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=no
12795 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12798 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
12800 cat >>confdefs.h
<<\_ACEOF
12801 #define HAVE_WIN32_PSTATUS_T 1
12805 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
12806 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6
12812 if test -n "$TRAD_HEADER"; then
12814 cat >>confdefs.h
<<_ACEOF
12815 #define TRAD_HEADER $TRAD_HEADER
12820 # Horrible hacks to build DLLs on Windows.
12825 if test "$enable_shared" = "yes"; then
12826 WIN32LDFLAGS
="-no-undefined"
12827 WIN32LIBADD
="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
12831 # We borrow WIN32LIBADD so that the shared libbfd won't depend on
12835 # Linux/MIPS uses PIC by default.
12836 if test "$enable_shared" = "yes"; then
12837 WIN32LIBADD
="-L../libiberty -liberty"
12841 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12842 if test -n "$x"; then
12843 WIN32LIBADD
="-L../libiberty/pic -liberty"
12854 # Canonicalize the secondary target names.
12855 if test -n "$enable_targets" ; then
12856 for targ
in `echo $enable_targets | sed 's/,/ /g'`
12858 result
=`$ac_config_sub $targ 2>/dev/null`
12859 if test -n "$result" ; then
12860 canon_targets
="$canon_targets $result"
12862 # Allow targets that config.sub doesn't recognize, like "all".
12863 canon_targets
="$canon_targets $targ"
12874 for targ
in $target $canon_targets
12876 if test "x$targ" = "xall"; then
12878 assocvecs
="$assocvecs $targ_defvec $targ_selvecs"
12880 .
$srcdir/config.bfd
12881 if test "x$targ" = "x$target"; then
12882 defvec
=$targ_defvec
12884 selvecs
="$selvecs $targ_defvec $targ_selvecs"
12885 selarchs
="$selarchs $targ_archs"
12886 TDEFINES
="$TDEFINES $targ_cflags"
12891 # This processing still needs to be done if we're to decide properly whether
12892 # 64-bit support needs to be compiled in. Currently, it will be included if
12893 # the default or any other explicitly requested target requires it; it
12894 # will not be included on a 32-bit host if no 64-bit target is requested, and
12895 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
12898 # uniq the default and selected vectors in all the configured targets.
12900 for i
in $selvecs ; do
12909 # uniq the associated vectors in all the configured targets.
12911 for i
in $assocvecs ; do
12920 # uniq the architectures in all the configured targets.
12922 for i
in $selarchs ; do
12930 # Target backend .o files.
12933 elf
="elf.lo elflink.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo"
12935 for vec
in $selvecs
12939 # This list is alphabetized to make it easy to compare
12940 # with the two vector lists in targets.c. For the same reason,
12941 # use one entry per line, even though this leads to long lines.
12942 a29kcoff_big_vec
) tb
="$tb coff-a29k.lo cofflink.lo" ;;
12943 a_out_adobe_vec
) tb
="$tb aout-adobe.lo aout32.lo" ;;
12944 aix5coff64_vec
) tb
="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size
=64 ;;
12945 aout0_big_vec
) tb
="$tb aout0.lo aout32.lo" ;;
12946 aout_arm_big_vec
) tb
="$tb aout-arm.lo aout32.lo" ;;
12947 aout_arm_little_vec
) tb
="$tb aout-arm.lo aout32.lo" ;;
12948 apollocoff_vec
) tb
="$tb coff-apollo.lo" ;;
12949 arm_epoc_pe_big_vec
) tb
="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
12950 arm_epoc_pe_little_vec
) tb
="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
12951 arm_epoc_pei_big_vec
) tb
="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
12952 arm_epoc_pei_little_vec
) tb
="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
12953 armcoff_big_vec
) tb
="$tb coff-arm.lo cofflink.lo " ;;
12954 armcoff_little_vec
) tb
="$tb coff-arm.lo cofflink.lo " ;;
12955 armnetbsd_vec
) tb
="$tb armnetbsd.lo aout32.lo" ;;
12956 armpe_big_vec
) tb
="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
12957 armpe_little_vec
) tb
="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
12958 armpei_big_vec
) tb
="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
12959 armpei_little_vec
) tb
="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
12960 b_out_vec_big_host
) tb
="$tb bout.lo aout32.lo" ;;
12961 b_out_vec_little_host
) tb
="$tb bout.lo aout32.lo" ;;
12962 bfd_efi_app_ia32_vec
) tb
="$tb efi-app-ia32.lo peigen.lo cofflink.lo" ;;
12963 bfd_efi_app_ia64_vec
) tb
="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size
=64 ;;
12964 bfd_elf32_am33lin_vec
) tb
="$tb elf32-am33lin.lo elf32.lo $elf" ;;
12965 bfd_elf32_avr_vec
) tb
="$tb elf32-avr.lo elf32.lo $elf" ;;
12966 bfd_elf32_big_generic_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
12967 bfd_elf32_bigarc_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
12968 bfd_elf32_bigarm_vec
) tb
="$tb elf32-arm.lo elf32.lo $elf" ;;
12969 bfd_elf32_bigarm_symbian_vec
)
12970 tb
="$tb elf32-arm.lo elf32.lo $elf" ;;
12971 bfd_elf32_bigarm_vxworks_vec
)
12972 tb
="$tb elf32-arm.lo elf32.lo $elf" ;;
12973 bfd_elf32_bigmips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
12974 bfd_elf32_cr16c_vec
) tb
="$tb elf32-cr16c.lo elf32.lo $elf" ;;
12975 bfd_elf32_cris_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
12976 bfd_elf32_crx_vec
) tb
="$tb elf32-crx.lo elf32.lo $elf" ;;
12977 bfd_elf32_d10v_vec
) tb
="$tb elf32-d10v.lo elf32.lo $elf" ;;
12978 bfd_elf32_d30v_vec
) tb
="$tb elf32-d30v.lo elf32.lo $elf" ;;
12979 bfd_elf32_dlx_big_vec
) tb
="$tb elf32-dlx.lo elf32.lo $elf" ;;
12980 bfd_elf32_fr30_vec
) tb
="$tb elf32-fr30.lo elf32.lo $elf" ;;
12981 bfd_elf32_frv_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
12982 bfd_elf32_frvfdpic_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
12983 bfd_elf32_h8300_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
12984 bfd_elf32_hppa_linux_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
12985 bfd_elf32_hppa_nbsd_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
12986 bfd_elf32_hppa_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
12987 bfd_elf32_i370_vec
) tb
="$tb elf32-i370.lo elf32.lo $elf" ;;
12988 bfd_elf32_i386_freebsd_vec
) tb
="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
12989 bfd_elf32_i386_vxworks_vec
) tb
="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
12990 bfd_elf32_i386_vec
) tb
="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
12991 bfd_elf32_i860_little_vec
) tb
="$tb elf32-i860.lo elf32.lo $elf" ;;
12992 bfd_elf32_i860_vec
) tb
="$tb elf32-i860.lo elf32.lo $elf" ;;
12993 bfd_elf32_i960_vec
) tb
="$tb elf32-i960.lo elf32.lo $elf" ;;
12994 bfd_elf32_ia64_big_vec
) tb
="$tb elf32-ia64.lo elf32.lo $elf" ;;
12995 bfd_elf32_ia64_hpux_big_vec
) tb
="$tb elf32-ia64.lo elf32.lo $elf";;
12996 bfd_elf32_ip2k_vec
) tb
="$tb elf32-ip2k.lo elf32.lo $elf" ;;
12997 bfd_elf32_iq2000_vec
) tb
="$tb elf32-iq2000.lo elf32.lo $elf" ;;
12998 bfd_elf32_little_generic_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
12999 bfd_elf32_littlearc_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
13000 bfd_elf32_littlearm_symbian_vec
)
13001 tb
="$tb elf32-arm.lo elf32.lo $elf" ;;
13002 bfd_elf32_littlearm_vxworks_vec
)
13003 tb
="$tb elf32-arm.lo elf32.lo $elf" ;;
13004 bfd_elf32_littlearm_vec
) tb
="$tb elf32-arm.lo elf32.lo $elf" ;;
13005 bfd_elf32_littlemips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
13006 bfd_elf32_m32r_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13007 bfd_elf32_m32rle_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13008 bfd_elf32_m32rlin_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13009 bfd_elf32_m32rlelin_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13010 bfd_elf32_m68hc11_vec
) tb
="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13011 bfd_elf32_m68hc12_vec
) tb
="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13012 bfd_elf32_m68k_vec
) tb
="$tb elf32-m68k.lo elf32.lo $elf" ;;
13013 bfd_elf32_m88k_vec
) tb
="$tb elf32-m88k.lo elf32.lo $elf" ;;
13014 bfd_elf32_mcore_big_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13015 bfd_elf32_mcore_little_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13016 bfd_elf32_mn10200_vec
) tb
="$tb elf-m10200.lo elf32.lo $elf" ;;
13017 bfd_elf32_mn10300_vec
) tb
="$tb elf-m10300.lo elf32.lo $elf" ;;
13018 bfd_elf32_msp430_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
13019 bfd_elf32_nbigmips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13020 bfd_elf32_nlittlemips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13021 bfd_elf32_ntradbigmips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13022 bfd_elf32_ntradlittlemips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13023 bfd_elf32_openrisc_vec
) tb
="$tb elf32-openrisc.lo elf32.lo $elf" ;;
13024 bfd_elf32_or32_big_vec
) tb
="$tb elf32-or32.lo elf32.lo $elf" ;;
13025 bfd_elf32_pj_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf";;
13026 bfd_elf32_pjl_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf";;
13027 bfd_elf32_powerpc_vec
) tb
="$tb elf32-ppc.lo elf32.lo $elf" ;;
13028 bfd_elf32_powerpcle_vec
) tb
="$tb elf32-ppc.lo elf32.lo $elf" ;;
13029 bfd_elf32_s390_vec
) tb
="$tb elf32-s390.lo elf32.lo $elf" ;;
13030 # FIXME: We include cofflink.lo not because it's needed for
13031 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
13032 # which needs it but does not list it. Should be fixed in right place.
13033 bfd_elf32_sh64_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
13034 bfd_elf32_sh64l_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
13035 bfd_elf32_sh64lin_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
13036 bfd_elf32_sh64blin_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
13037 bfd_elf32_sh64lnbsd_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
13038 bfd_elf32_sh64nbsd_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf32.lo $elf cofflink.lo" ;;
13039 bfd_elf32_sh_vec
) tb
="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
13040 bfd_elf32_shblin_vec
) tb
="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
13041 bfd_elf32_shl_vec
) tb
="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;;
13042 bfd_elf32_shl_symbian_vec
) tb
="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf32.lo $elf coff-sh.lo" ;;
13043 bfd_elf32_shlin_vec
) tb
="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
13044 bfd_elf32_shlnbsd_vec
) tb
="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
13045 bfd_elf32_shnbsd_vec
) tb
="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
13046 bfd_elf32_sparc_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf32.lo $elf" ;;
13047 bfd_elf32_tradbigmips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
13048 bfd_elf32_tradlittlemips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo" ;;
13049 bfd_elf32_us_cris_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
13050 bfd_elf32_v850_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
13051 bfd_elf32_vax_vec
) tb
="$tb elf32-vax.lo elf32.lo $elf" ;;
13052 bfd_elf32_xstormy16_vec
) tb
="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13053 bfd_elf32_xtensa_le_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13054 bfd_elf32_xtensa_be_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13055 bfd_elf64_alpha_freebsd_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13056 bfd_elf64_alpha_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13057 bfd_elf64_big_generic_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13058 bfd_elf64_bigmips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13059 bfd_elf64_hppa_linux_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13060 bfd_elf64_hppa_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13061 bfd_elf64_ia64_big_vec
) tb
="$tb elf64-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13062 bfd_elf64_ia64_hpux_big_vec
) tb
="$tb elf64-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13063 bfd_elf64_ia64_little_vec
) tb
="$tb elf64-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13064 bfd_elf64_little_generic_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13065 bfd_elf64_littlemips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13066 bfd_elf64_mmix_vec
) tb
="$tb elf64-mmix.lo elf64.lo $elf" target_size
=64 ;;
13067 bfd_elf64_powerpc_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13068 bfd_elf64_powerpcle_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
13069 bfd_elf64_s390_vec
) tb
="$tb elf64-s390.lo elf64.lo $elf"; target_size
=64 ;;
13070 bfd_elf64_sh64_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
13071 bfd_elf64_sh64l_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
13072 bfd_elf64_sh64lin_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
13073 bfd_elf64_sh64blin_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
13074 bfd_elf64_sh64lnbsd_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
13075 bfd_elf64_sh64nbsd_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
13076 bfd_elf64_sparc_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf64.lo $elf"; target_size
=64 ;;
13077 bfd_elf64_tradbigmips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13078 bfd_elf64_tradlittlemips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
13079 bfd_elf64_x86_64_vec
) tb
="$tb elf64-x86-64.lo elf64.lo $elf"; target_size
=64 ;;
13080 bfd_mmo_vec
) tb
="$tb mmo.lo" target_size
=64 ;;
13081 bfd_powerpc_pe_vec
) tb
="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
13082 bfd_powerpc_pei_vec
) tb
="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
13083 bfd_powerpcle_pe_vec
) tb
="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
13084 bfd_powerpcle_pei_vec
) tb
="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
13085 cris_aout_vec
) tb
="$tb aout-cris.lo" ;;
13086 demo_64_vec
) tb
="$tb demo64.lo aout64.lo"; target_size
=64 ;;
13087 ecoff_big_vec
) tb
="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
13088 ecoff_biglittle_vec
) tb
="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
13089 ecoff_little_vec
) tb
="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
13090 ecoffalpha_little_vec
) tb
="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size
=64 ;;
13091 go32coff_vec
) tb
="$tb coff-go32.lo cofflink.lo" ;;
13092 go32stubbedcoff_vec
) tb
="$tb coff-stgo32.lo cofflink.lo" ;;
13093 h8300coff_vec
) tb
="$tb coff-h8300.lo reloc16.lo" ;;
13094 h8500coff_vec
) tb
="$tb coff-h8500.lo reloc16.lo" ;;
13095 host_aout_vec
) tb
="$tb host-aout.lo aout32.lo" ;;
13096 hp300bsd_vec
) tb
="$tb hp300bsd.lo aout32.lo" ;;
13097 hp300hpux_vec
) tb
="$tb hp300hpux.lo aout32.lo" ;;
13098 i386aout_vec
) tb
="$tb i386aout.lo aout32.lo" ;;
13099 i386bsd_vec
) tb
="$tb i386bsd.lo aout32.lo" ;;
13100 i386coff_vec
) tb
="$tb coff-i386.lo cofflink.lo" ;;
13101 i386dynix_vec
) tb
="$tb i386dynix.lo aout32.lo" ;;
13102 i386freebsd_vec
) tb
="$tb i386freebsd.lo aout32.lo" ;;
13103 i386linux_vec
) tb
="$tb i386linux.lo aout32.lo" ;;
13104 i386lynx_aout_vec
) tb
="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13105 i386lynx_coff_vec
) tb
="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
13106 i386mach3_vec
) tb
="$tb i386mach3.lo aout32.lo" ;;
13107 i386msdos_vec
) tb
="$tb i386msdos.lo" ;;
13108 i386netbsd_vec
) tb
="$tb i386netbsd.lo aout32.lo" ;;
13109 i386os9k_vec
) tb
="$tb i386os9k.lo aout32.lo" ;;
13110 i386pe_vec
) tb
="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
13111 i386pei_vec
) tb
="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
13112 i860coff_vec
) tb
="$tb coff-i860.lo cofflink.lo" ;;
13113 icoff_big_vec
) tb
="$tb coff-i960.lo cofflink.lo" ;;
13114 icoff_little_vec
) tb
="$tb coff-i960.lo cofflink.lo" ;;
13115 ieee_vec
) tb
="$tb ieee.lo" ;;
13116 m68k4knetbsd_vec
) tb
="$tb m68k4knetbsd.lo aout32.lo" ;;
13117 m68kaux_coff_vec
) tb
="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
13118 m68kcoff_vec
) tb
="$tb coff-m68k.lo cofflink.lo" ;;
13119 m68kcoffun_vec
) tb
="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
13120 m68klinux_vec
) tb
="$tb m68klinux.lo aout32.lo" ;;
13121 m68klynx_aout_vec
) tb
="$tb m68klynx.lo lynx-core.lo aout32.lo" ;;
13122 m68klynx_coff_vec
) tb
="$tb cf-m68klynx.lo coff-m68k.lo cofflink.lo lynx-core.lo" ;;
13123 m68knetbsd_vec
) tb
="$tb m68knetbsd.lo aout32.lo" ;;
13124 m68ksysvcoff_vec
) tb
="$tb coff-svm68k.lo cofflink.lo" ;;
13125 m88kbcs_vec
) tb
="$tb coff-m88k.lo" ;;
13126 m88kmach3_vec
) tb
="$tb m88kmach3.lo aout32.lo" ;;
13127 m88kopenbsd_vec
) tb
="$tb m88kopenbsd.lo aout32.lo" ;;
13128 maxqcoff_vec
) tb
="$tb coff-maxq.lo" ;;
13129 mach_o_be_vec
) tb
="$tb mach-o.lo" ;;
13130 mach_o_le_vec
) tb
="$tb mach-o.lo" ;;
13131 mach_o_fat_vec
) tb
="$tb mach-o.lo" ;;
13132 mcore_pe_big_vec
) tb
="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
13133 mcore_pe_little_vec
) tb
="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
13134 mcore_pei_big_vec
) tb
="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
13135 mcore_pei_little_vec
) tb
="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
13136 mipslpe_vec
) tb
="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
13137 mipslpei_vec
) tb
="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
13138 newsos3_vec
) tb
="$tb newsos3.lo aout32.lo" ;;
13139 nlm32_alpha_vec
) tb
="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size
=64 ;;
13140 nlm32_i386_vec
) tb
="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
13141 nlm32_powerpc_vec
) tb
="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
13142 nlm32_sparc_vec
) tb
="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
13143 or32coff_big_vec
) tb
="$tb coff-or32.lo cofflink.lo" ;;
13144 pc532machaout_vec
) tb
="$tb pc532-mach.lo aout-ns32k.lo" ;;
13145 pc532netbsd_vec
) tb
="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13146 pef_vec
) tb
="$tb pef.lo" ;;
13147 pef_xlib_vec
) tb
="$tb pef.lo" ;;
13148 pdp11_aout_vec
) tb
="$tb pdp11.lo" ;;
13149 pmac_xcoff_vec
) tb
="$tb coff-rs6000.lo xcofflink.lo" ;;
13150 ppcboot_vec
) tb
="$tb ppcboot.lo" ;;
13151 riscix_vec
) tb
="$tb aout32.lo riscix.lo" ;;
13152 rs6000coff64_vec
) tb
="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size
=64 ;;
13153 rs6000coff_vec
) tb
="$tb coff-rs6000.lo xcofflink.lo" ;;
13154 shcoff_small_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
13155 shcoff_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
13156 shlcoff_small_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
13157 shlcoff_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
13158 shlpe_vec
) tb
="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
13159 shlpei_vec
) tb
="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
13160 som_vec
) tb
="$tb som.lo" ;;
13161 sparccoff_vec
) tb
="$tb coff-sparc.lo" ;;
13162 sparcle_aout_vec
) tb
="$tb aout-sparcle.lo aout32.lo" ;;
13163 sparclinux_vec
) tb
="$tb sparclinux.lo aout32.lo" ;;
13164 sparclynx_aout_vec
) tb
="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
13165 sparclynx_coff_vec
) tb
="$tb cf-sparclynx.lo lynx-core.lo" ;;
13166 sparcnetbsd_vec
) tb
="$tb sparcnetbsd.lo aout32.lo" ;;
13167 sunos_big_vec
) tb
="$tb sunos.lo aout32.lo" ;;
13168 sym_vec
) tb
="$tb xsym.lo" ;;
13169 tic30_aout_vec
) tb
="$tb aout-tic30.lo" ;;
13170 tic30_coff_vec
) tb
="$tb coff-tic30.lo" ;;
13171 tic4x_coff0_vec
) tb
="$tb coff-tic4x.lo" ;;
13172 tic4x_coff0_beh_vec
) tb
="$tb coff-tic4x.lo" ;;
13173 tic4x_coff1_vec
) tb
="$tb coff-tic4x.lo" ;;
13174 tic4x_coff1_beh_vec
) tb
="$tb coff-tic4x.lo" ;;
13175 tic4x_coff2_vec
) tb
="$tb coff-tic4x.lo" ;;
13176 tic4x_coff2_beh_vec
) tb
="$tb coff-tic4x.lo" ;;
13177 tic54x_coff0_beh_vec
) tb
="$tb coff-tic54x.lo" ;;
13178 tic54x_coff0_vec
) tb
="$tb coff-tic54x.lo" ;;
13179 tic54x_coff1_beh_vec
) tb
="$tb coff-tic54x.lo" ;;
13180 tic54x_coff1_vec
) tb
="$tb coff-tic54x.lo" ;;
13181 tic54x_coff2_beh_vec
) tb
="$tb coff-tic54x.lo" ;;
13182 tic54x_coff2_vec
) tb
="$tb coff-tic54x.lo" ;;
13183 tic80coff_vec
) tb
="$tb coff-tic80.lo cofflink.lo" ;;
13184 vaxnetbsd_vec
) tb
="$tb vaxnetbsd.lo aout32.lo" ;;
13185 vax1knetbsd_vec
) tb
="$tb vax1knetbsd.lo aout32.lo" ;;
13186 vaxbsd_vec
) tb
="$tb vaxbsd.lo aout32.lo" ;;
13187 versados_vec
) tb
="$tb versados.lo" ;;
13188 vms_alpha_vec
) tb
="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size
=64 ;;
13189 vms_vax_vec
) tb
="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
13190 w65_vec
) tb
="$tb coff-w65.lo reloc16.lo" ;;
13191 we32kcoff_vec
) tb
="$tb coff-we32k.lo" ;;
13192 z8kcoff_vec
) tb
="$tb coff-z8k.lo reloc16.lo" ;;
13194 # These appear out of order in targets.c
13195 srec_vec
) tb
="$tb srec.lo" ;;
13196 symbolsrec_vec
) tb
="$tb srec.lo" ;;
13197 tekhex_vec
) tb
="$tb tekhex.lo" ;;
13198 cisco_core_big_vec
) tb
="$tb cisco-core.lo" ;;
13199 cisco_core_little_vec
) tb
="$tb cisco-core.lo" ;;
13202 *) { { echo "$as_me:$LINENO: error: *** unknown target vector $vec" >&5
13203 echo "$as_me: error: *** unknown target vector $vec" >&2;}
13204 { (exit 1); exit 1; }; } ;;
13207 if test ${target_size} = 64; then
13210 if test x
"${vec}" = x
"${defvec}"; then
13211 bfd_default_target_size
=${target_size}
13215 # Target architecture .o files.
13216 # A couple of CPUs use shorter file names to avoid problems on DOS
13218 ta
=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13220 # Weed out duplicate .o files.
13242 if test x
${all_targets} = xtrue
; then
13243 bfd_backends
="${bfd_backends}"' $(ALL_BACKENDS)'
13244 bfd_machines
="${bfd_machines}"' $(ALL_MACHINES)'
13248 test -n "$assocvecs" &&
13249 assocvecs
=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13250 else # all_targets is true
13251 # Only set these if they will be nonempty, for the clever echo.
13254 test -n "$selvecs" &&
13255 havevecs
=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13256 test -n "$selvecs" &&
13257 selvecs
=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13258 test -n "$selarchs" &&
13259 selarchs
=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13260 fi # all_targets is true
13262 case ${host64}-${target64}-${want64} in
13265 bfd_libs
='$(BFD64_LIBS) $(BFD32_LIBS)'
13266 all_backends
='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13267 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13268 { echo "$as_me:$LINENO: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13269 echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13270 { echo "$as_me:$LINENO: WARNING: your compiler may not have a 64 bit integral type" >&5
13271 echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13273 if test -n "$GCC" ; then
13275 echo "$as_me:$LINENO: checking for gcc version with buggy 64-bit support" >&5
13276 echo $ECHO_N "checking for gcc version with buggy 64-bit support... $ECHO_C" >&6
13277 # Add more tests for gcc versions with non-working 64-bit support here.
13278 cat >conftest.
$ac_ext <<_ACEOF
13281 cat confdefs.h
>>conftest.
$ac_ext
13282 cat >>conftest.
$ac_ext <<_ACEOF
13283 /* end confdefs.h. */
13284 :__GNUC__:__GNUC_MINOR__:__i386__:
13286 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13287 $EGREP ": 2 : 91 : 1 :" >/dev
/null
2>&1; then
13289 echo "$as_me:$LINENO: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13290 echo "${ECHO_T}yes: egcs-1.1.2 on ix86 spotted" >&6
13292 echo "$as_me:$LINENO: result: no" >&5
13293 echo "${ECHO_T}no" >&6
13297 if test $bad_64bit_gcc = yes ; then
13298 { { echo "$as_me:$LINENO: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&5
13299 echo "$as_me: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&2;}
13300 { (exit 1); exit 1; }; }
13306 bfd_libs
='$(BFD32_LIBS)'
13307 all_backends
='$(BFD32_BACKENDS)'
13318 # Determine the host dependant file_ptr a.k.a. off_t type. In order
13319 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
13320 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
13321 # Hopefully a reasonable assumption since fseeko et.al. should be
13322 # upward compatible.
13327 for ac_func
in ftello ftello64 fseeko fseeko64
13329 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13330 echo "$as_me:$LINENO: checking for $ac_func" >&5
13331 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13332 if eval "test \"\${$as_ac_var+set}\" = set"; then
13333 echo $ECHO_N "(cached) $ECHO_C" >&6
13335 cat >conftest.
$ac_ext <<_ACEOF
13338 cat confdefs.h
>>conftest.
$ac_ext
13339 cat >>conftest.
$ac_ext <<_ACEOF
13340 /* end confdefs.h. */
13341 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13342 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13343 #define $ac_func innocuous_$ac_func
13345 /* System header to define __stub macros and hopefully few prototypes,
13346 which can conflict with char $ac_func (); below.
13347 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13348 <limits.h> exists even on freestanding compilers. */
13351 # include <limits.h>
13353 # include <assert.h>
13358 /* Override any gcc2 internal prototype to avoid an error. */
13363 /* We use char because int might match the return type of a gcc2
13364 builtin and then its argument prototype would still apply. */
13366 /* The GNU C library defines this for functions which it implements
13367 to always fail with ENOSYS. Some functions are actually named
13368 something starting with __ and the normal name is an alias. */
13369 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13372 char (*f) () = $ac_func;
13381 return f != $ac_func;
13386 rm -f conftest.
$ac_objext conftest
$ac_exeext
13387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13388 (eval $ac_link) 2>conftest.er1
13390 grep -v '^ *+' conftest.er1
>conftest.err
13392 cat conftest.err
>&5
13393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13394 (exit $ac_status); } &&
13395 { ac_try
='test -z "$ac_c_werror_flag"
13396 || test ! -s conftest.err'
13397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13398 (eval $ac_try) 2>&5
13400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13401 (exit $ac_status); }; } &&
13402 { ac_try
='test -s conftest$ac_exeext'
13403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13404 (eval $ac_try) 2>&5
13406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13407 (exit $ac_status); }; }; then
13408 eval "$as_ac_var=yes"
13410 echo "$as_me: failed program was:" >&5
13411 sed 's/^/| /' conftest.
$ac_ext >&5
13413 eval "$as_ac_var=no"
13415 rm -f conftest.err conftest.
$ac_objext \
13416 conftest
$ac_exeext conftest.
$ac_ext
13418 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13419 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13420 if test `eval echo '${'$as_ac_var'}'` = yes; then
13421 cat >>confdefs.h
<<_ACEOF
13422 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13428 if test x
"$ac_cv_func_ftello" = xyes
-a x
"$ac_cv_func_fseeko" = xyes
; then
13429 echo "$as_me:$LINENO: checking for off_t" >&5
13430 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
13431 if test "${ac_cv_type_off_t+set}" = set; then
13432 echo $ECHO_N "(cached) $ECHO_C" >&6
13434 cat >conftest.
$ac_ext <<_ACEOF
13437 cat confdefs.h
>>conftest.
$ac_ext
13438 cat >>conftest.
$ac_ext <<_ACEOF
13439 /* end confdefs.h. */
13440 $ac_includes_default
13446 if (sizeof (off_t))
13452 rm -f conftest.
$ac_objext
13453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13454 (eval $ac_compile) 2>conftest.er1
13456 grep -v '^ *+' conftest.er1
>conftest.err
13458 cat conftest.err
>&5
13459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13460 (exit $ac_status); } &&
13461 { ac_try
='test -z "$ac_c_werror_flag"
13462 || test ! -s conftest.err'
13463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13464 (eval $ac_try) 2>&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); }; } &&
13468 { ac_try
='test -s conftest.$ac_objext'
13469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13470 (eval $ac_try) 2>&5
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); }; }; then
13474 ac_cv_type_off_t
=yes
13476 echo "$as_me: failed program was:" >&5
13477 sed 's/^/| /' conftest.
$ac_ext >&5
13479 ac_cv_type_off_t
=no
13481 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13483 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
13484 echo "${ECHO_T}$ac_cv_type_off_t" >&6
13486 echo "$as_me:$LINENO: checking size of off_t" >&5
13487 echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
13488 if test "${ac_cv_sizeof_off_t+set}" = set; then
13489 echo $ECHO_N "(cached) $ECHO_C" >&6
13491 if test "$ac_cv_type_off_t" = yes; then
13492 # The cast to unsigned long works around a bug in the HP C Compiler
13493 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13494 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13495 # This bug is HP SR number 8606223364.
13496 if test "$cross_compiling" = yes; then
13497 # Depending upon the size, compute the lo and hi bounds.
13498 cat >conftest.
$ac_ext <<_ACEOF
13501 cat confdefs.h
>>conftest.
$ac_ext
13502 cat >>conftest.
$ac_ext <<_ACEOF
13503 /* end confdefs.h. */
13504 $ac_includes_default
13508 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= 0)];
13515 rm -f conftest.
$ac_objext
13516 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13517 (eval $ac_compile) 2>conftest.er1
13519 grep -v '^ *+' conftest.er1
>conftest.err
13521 cat conftest.err
>&5
13522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13523 (exit $ac_status); } &&
13524 { ac_try
='test -z "$ac_c_werror_flag"
13525 || test ! -s conftest.err'
13526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13527 (eval $ac_try) 2>&5
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); }; } &&
13531 { ac_try
='test -s conftest.$ac_objext'
13532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13533 (eval $ac_try) 2>&5
13535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13536 (exit $ac_status); }; }; then
13539 cat >conftest.
$ac_ext <<_ACEOF
13542 cat confdefs.h
>>conftest.
$ac_ext
13543 cat >>conftest.
$ac_ext <<_ACEOF
13544 /* end confdefs.h. */
13545 $ac_includes_default
13549 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
13556 rm -f conftest.
$ac_objext
13557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13558 (eval $ac_compile) 2>conftest.er1
13560 grep -v '^ *+' conftest.er1
>conftest.err
13562 cat conftest.err
>&5
13563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13564 (exit $ac_status); } &&
13565 { ac_try
='test -z "$ac_c_werror_flag"
13566 || test ! -s conftest.err'
13567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13568 (eval $ac_try) 2>&5
13570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13571 (exit $ac_status); }; } &&
13572 { ac_try
='test -s conftest.$ac_objext'
13573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13574 (eval $ac_try) 2>&5
13576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13577 (exit $ac_status); }; }; then
13578 ac_hi
=$ac_mid; break
13580 echo "$as_me: failed program was:" >&5
13581 sed 's/^/| /' conftest.
$ac_ext >&5
13583 ac_lo
=`expr $ac_mid + 1`
13584 if test $ac_lo -le $ac_mid; then
13588 ac_mid
=`expr 2 '*' $ac_mid + 1`
13590 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13593 echo "$as_me: failed program was:" >&5
13594 sed 's/^/| /' conftest.
$ac_ext >&5
13596 cat >conftest.
$ac_ext <<_ACEOF
13599 cat confdefs.h
>>conftest.
$ac_ext
13600 cat >>conftest.
$ac_ext <<_ACEOF
13601 /* end confdefs.h. */
13602 $ac_includes_default
13606 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) < 0)];
13613 rm -f conftest.
$ac_objext
13614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13615 (eval $ac_compile) 2>conftest.er1
13617 grep -v '^ *+' conftest.er1
>conftest.err
13619 cat conftest.err
>&5
13620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13621 (exit $ac_status); } &&
13622 { ac_try
='test -z "$ac_c_werror_flag"
13623 || test ! -s conftest.err'
13624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13625 (eval $ac_try) 2>&5
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); }; } &&
13629 { ac_try
='test -s conftest.$ac_objext'
13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13631 (eval $ac_try) 2>&5
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); }; }; then
13637 cat >conftest.
$ac_ext <<_ACEOF
13640 cat confdefs.h
>>conftest.
$ac_ext
13641 cat >>conftest.
$ac_ext <<_ACEOF
13642 /* end confdefs.h. */
13643 $ac_includes_default
13647 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= $ac_mid)];
13654 rm -f conftest.
$ac_objext
13655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13656 (eval $ac_compile) 2>conftest.er1
13658 grep -v '^ *+' conftest.er1
>conftest.err
13660 cat conftest.err
>&5
13661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13662 (exit $ac_status); } &&
13663 { ac_try
='test -z "$ac_c_werror_flag"
13664 || test ! -s conftest.err'
13665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13666 (eval $ac_try) 2>&5
13668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13669 (exit $ac_status); }; } &&
13670 { ac_try
='test -s conftest.$ac_objext'
13671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13672 (eval $ac_try) 2>&5
13674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13675 (exit $ac_status); }; }; then
13676 ac_lo
=$ac_mid; break
13678 echo "$as_me: failed program was:" >&5
13679 sed 's/^/| /' conftest.
$ac_ext >&5
13681 ac_hi
=`expr '(' $ac_mid ')' - 1`
13682 if test $ac_mid -le $ac_hi; then
13686 ac_mid
=`expr 2 '*' $ac_mid`
13688 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13691 echo "$as_me: failed program was:" >&5
13692 sed 's/^/| /' conftest.
$ac_ext >&5
13696 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13698 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13699 # Binary search between lo and hi bounds.
13700 while test "x$ac_lo" != "x$ac_hi"; do
13701 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13702 cat >conftest.
$ac_ext <<_ACEOF
13705 cat confdefs.h
>>conftest.
$ac_ext
13706 cat >>conftest.
$ac_ext <<_ACEOF
13707 /* end confdefs.h. */
13708 $ac_includes_default
13712 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
13719 rm -f conftest.
$ac_objext
13720 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13721 (eval $ac_compile) 2>conftest.er1
13723 grep -v '^ *+' conftest.er1
>conftest.err
13725 cat conftest.err
>&5
13726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13727 (exit $ac_status); } &&
13728 { ac_try
='test -z "$ac_c_werror_flag"
13729 || test ! -s conftest.err'
13730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13731 (eval $ac_try) 2>&5
13733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13734 (exit $ac_status); }; } &&
13735 { ac_try
='test -s conftest.$ac_objext'
13736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13737 (eval $ac_try) 2>&5
13739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13740 (exit $ac_status); }; }; then
13743 echo "$as_me: failed program was:" >&5
13744 sed 's/^/| /' conftest.
$ac_ext >&5
13746 ac_lo
=`expr '(' $ac_mid ')' + 1`
13748 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13751 ?
*) ac_cv_sizeof_off_t
=$ac_lo;;
13752 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
13753 See \`config.log' for more details." >&5
13754 echo "$as_me: error: cannot compute sizeof (off_t), 77
13755 See \`config.log' for more details." >&2;}
13756 { (exit 1); exit 1; }; } ;;
13759 if test "$cross_compiling" = yes; then
13760 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13761 See \`config.log' for more details." >&5
13762 echo "$as_me: error: cannot run test program while cross compiling
13763 See \`config.log' for more details." >&2;}
13764 { (exit 1); exit 1; }; }
13766 cat >conftest.
$ac_ext <<_ACEOF
13769 cat confdefs.h
>>conftest.
$ac_ext
13770 cat >>conftest.
$ac_ext <<_ACEOF
13771 /* end confdefs.h. */
13772 $ac_includes_default
13773 long longval () { return (long) (sizeof (off_t)); }
13774 unsigned long ulongval () { return (long) (sizeof (off_t)); }
13776 #include <stdlib.h>
13781 FILE *f = fopen ("conftest.val", "w");
13784 if (((long) (sizeof (off_t))) < 0)
13786 long i = longval ();
13787 if (i != ((long) (sizeof (off_t))))
13789 fprintf (f, "%ld\n", i);
13793 unsigned long i = ulongval ();
13794 if (i != ((long) (sizeof (off_t))))
13796 fprintf (f, "%lu\n", i);
13798 exit (ferror (f) || fclose (f) != 0);
13804 rm -f conftest
$ac_exeext
13805 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13806 (eval $ac_link) 2>&5
13808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13809 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13811 (eval $ac_try) 2>&5
13813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13814 (exit $ac_status); }; }; then
13815 ac_cv_sizeof_off_t
=`cat conftest.val`
13817 echo "$as_me: program exited with status $ac_status" >&5
13818 echo "$as_me: failed program was:" >&5
13819 sed 's/^/| /' conftest.
$ac_ext >&5
13821 ( exit $ac_status )
13822 { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
13823 See \`config.log' for more details." >&5
13824 echo "$as_me: error: cannot compute sizeof (off_t), 77
13825 See \`config.log' for more details." >&2;}
13826 { (exit 1); exit 1; }; }
13828 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13833 ac_cv_sizeof_off_t
=0
13836 echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5
13837 echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6
13838 cat >>confdefs.h
<<_ACEOF
13839 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
13844 echo "$as_me:$LINENO: checking file_ptr type" >&5
13845 echo $ECHO_N "checking file_ptr type... $ECHO_C" >&6
13846 bfd_file_ptr
="long"
13847 bfd_ufile_ptr
="unsigned long"
13848 if test x
"$ac_cv_func_ftello64" = xyes
-a x
"$ac_cv_func_fseeko64" = xyes \
13849 -o x
"${ac_cv_sizeof_off_t}" = x8
; then
13850 bfd_file_ptr
=BFD_HOST_64_BIT
13851 bfd_ufile_ptr
=BFD_HOST_U_64_BIT
13853 echo "$as_me:$LINENO: result: $bfd_file_ptr" >&5
13854 echo "${ECHO_T}$bfd_file_ptr" >&6
13860 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13861 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13862 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13863 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13864 test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
13869 for ac_header
in stdlib.h unistd.h
13871 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13872 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13873 echo "$as_me:$LINENO: checking for $ac_header" >&5
13874 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13875 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13876 echo $ECHO_N "(cached) $ECHO_C" >&6
13878 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13879 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13881 # Is the header compilable?
13882 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13883 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13884 cat >conftest.
$ac_ext <<_ACEOF
13887 cat confdefs.h
>>conftest.
$ac_ext
13888 cat >>conftest.
$ac_ext <<_ACEOF
13889 /* end confdefs.h. */
13890 $ac_includes_default
13891 #include <$ac_header>
13893 rm -f conftest.
$ac_objext
13894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13895 (eval $ac_compile) 2>conftest.er1
13897 grep -v '^ *+' conftest.er1
>conftest.err
13899 cat conftest.err
>&5
13900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13901 (exit $ac_status); } &&
13902 { ac_try
='test -z "$ac_c_werror_flag"
13903 || test ! -s conftest.err'
13904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13905 (eval $ac_try) 2>&5
13907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13908 (exit $ac_status); }; } &&
13909 { ac_try
='test -s conftest.$ac_objext'
13910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13911 (eval $ac_try) 2>&5
13913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13914 (exit $ac_status); }; }; then
13915 ac_header_compiler
=yes
13917 echo "$as_me: failed program was:" >&5
13918 sed 's/^/| /' conftest.
$ac_ext >&5
13920 ac_header_compiler
=no
13922 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13923 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13924 echo "${ECHO_T}$ac_header_compiler" >&6
13926 # Is the header present?
13927 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13928 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13929 cat >conftest.
$ac_ext <<_ACEOF
13932 cat confdefs.h
>>conftest.
$ac_ext
13933 cat >>conftest.
$ac_ext <<_ACEOF
13934 /* end confdefs.h. */
13935 #include <$ac_header>
13937 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13938 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13940 grep -v '^ *+' conftest.er1
>conftest.err
13942 cat conftest.err
>&5
13943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13944 (exit $ac_status); } >/dev
/null
; then
13945 if test -s conftest.err
; then
13946 ac_cpp_err
=$ac_c_preproc_warn_flag
13947 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13954 if test -z "$ac_cpp_err"; then
13955 ac_header_preproc
=yes
13957 echo "$as_me: failed program was:" >&5
13958 sed 's/^/| /' conftest.
$ac_ext >&5
13960 ac_header_preproc
=no
13962 rm -f conftest.err conftest.
$ac_ext
13963 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13964 echo "${ECHO_T}$ac_header_preproc" >&6
13966 # So? What about this header?
13967 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13969 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13970 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13971 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13972 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13973 ac_header_preproc
=yes
13976 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13977 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13978 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13979 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13980 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13981 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13982 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13983 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13984 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13985 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13986 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13987 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13990 ## ------------------------------------------ ##
13991 ## Report this to the AC_PACKAGE_NAME lists. ##
13992 ## ------------------------------------------ ##
13995 sed "s/^/$as_me: WARNING: /" >&2
13998 echo "$as_me:$LINENO: checking for $ac_header" >&5
13999 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14000 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14001 echo $ECHO_N "(cached) $ECHO_C" >&6
14003 eval "$as_ac_Header=\$ac_header_preproc"
14005 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14006 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14009 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14010 cat >>confdefs.h
<<_ACEOF
14011 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14019 for ac_func
in getpagesize
14021 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14022 echo "$as_me:$LINENO: checking for $ac_func" >&5
14023 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14024 if eval "test \"\${$as_ac_var+set}\" = set"; then
14025 echo $ECHO_N "(cached) $ECHO_C" >&6
14027 cat >conftest.
$ac_ext <<_ACEOF
14030 cat confdefs.h
>>conftest.
$ac_ext
14031 cat >>conftest.
$ac_ext <<_ACEOF
14032 /* end confdefs.h. */
14033 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14034 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14035 #define $ac_func innocuous_$ac_func
14037 /* System header to define __stub macros and hopefully few prototypes,
14038 which can conflict with char $ac_func (); below.
14039 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14040 <limits.h> exists even on freestanding compilers. */
14043 # include <limits.h>
14045 # include <assert.h>
14050 /* Override any gcc2 internal prototype to avoid an error. */
14055 /* We use char because int might match the return type of a gcc2
14056 builtin and then its argument prototype would still apply. */
14058 /* The GNU C library defines this for functions which it implements
14059 to always fail with ENOSYS. Some functions are actually named
14060 something starting with __ and the normal name is an alias. */
14061 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14064 char (*f) () = $ac_func;
14073 return f != $ac_func;
14078 rm -f conftest.
$ac_objext conftest
$ac_exeext
14079 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14080 (eval $ac_link) 2>conftest.er1
14082 grep -v '^ *+' conftest.er1
>conftest.err
14084 cat conftest.err
>&5
14085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14086 (exit $ac_status); } &&
14087 { ac_try
='test -z "$ac_c_werror_flag"
14088 || test ! -s conftest.err'
14089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14090 (eval $ac_try) 2>&5
14092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14093 (exit $ac_status); }; } &&
14094 { ac_try
='test -s conftest$ac_exeext'
14095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14096 (eval $ac_try) 2>&5
14098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14099 (exit $ac_status); }; }; then
14100 eval "$as_ac_var=yes"
14102 echo "$as_me: failed program was:" >&5
14103 sed 's/^/| /' conftest.
$ac_ext >&5
14105 eval "$as_ac_var=no"
14107 rm -f conftest.err conftest.
$ac_objext \
14108 conftest
$ac_exeext conftest.
$ac_ext
14110 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14111 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14112 if test `eval echo '${'$as_ac_var'}'` = yes; then
14113 cat >>confdefs.h
<<_ACEOF
14114 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14120 echo "$as_me:$LINENO: checking for working mmap" >&5
14121 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
14122 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
14123 echo $ECHO_N "(cached) $ECHO_C" >&6
14125 if test "$cross_compiling" = yes; then
14126 ac_cv_func_mmap_fixed_mapped
=no
14128 cat >conftest.
$ac_ext <<_ACEOF
14131 cat confdefs.h
>>conftest.
$ac_ext
14132 cat >>conftest.
$ac_ext <<_ACEOF
14133 /* end confdefs.h. */
14134 $ac_includes_default
14135 /* malloc might have been renamed as rpl_malloc. */
14138 /* Thanks to Mike Haertel and Jim Avera for this test.
14139 Here is a matrix of mmap possibilities:
14140 mmap private not fixed
14141 mmap private fixed at somewhere currently unmapped
14142 mmap private fixed at somewhere already mapped
14143 mmap shared not fixed
14144 mmap shared fixed at somewhere currently unmapped
14145 mmap shared fixed at somewhere already mapped
14146 For private mappings, we should verify that changes cannot be read()
14147 back from the file, nor mmap's back from the file at a different
14148 address. (There have been systems where private was not correctly
14149 implemented like the infamous i386 svr4.0, and systems where the
14150 VM page cache was not coherent with the file system buffer cache
14151 like early versions of FreeBSD and possibly contemporary NetBSD.)
14152 For shared mappings, we should conversely verify that changes get
14153 propagated back to all the places they're supposed to be.
14155 Grep wants private fixed already mapped.
14156 The main things grep needs to know about mmap are:
14157 * does it exist and is it safe to write into the mmap'd area
14158 * how to use it (BSD variants) */
14161 #include <sys/mman.h>
14163 #if !STDC_HEADERS && !HAVE_STDLIB_H
14167 /* This mess was copied from the GNU getpagesize.h. */
14168 #if !HAVE_GETPAGESIZE
14169 /* Assume that all systems that can run configure have sys/param.h. */
14170 # if !HAVE_SYS_PARAM_H
14171 # define HAVE_SYS_PARAM_H 1
14174 # ifdef _SC_PAGESIZE
14175 # define getpagesize() sysconf(_SC_PAGESIZE)
14176 # else /* no _SC_PAGESIZE */
14177 # if HAVE_SYS_PARAM_H
14178 # include <sys/param.h>
14179 # ifdef EXEC_PAGESIZE
14180 # define getpagesize() EXEC_PAGESIZE
14181 # else /* no EXEC_PAGESIZE */
14183 # define getpagesize() NBPG * CLSIZE
14186 # endif /* no CLSIZE */
14187 # else /* no NBPG */
14189 # define getpagesize() NBPC
14190 # else /* no NBPC */
14192 # define getpagesize() PAGESIZE
14193 # endif /* PAGESIZE */
14194 # endif /* no NBPC */
14195 # endif /* no NBPG */
14196 # endif /* no EXEC_PAGESIZE */
14197 # else /* no HAVE_SYS_PARAM_H */
14198 # define getpagesize() 8192 /* punt totally */
14199 # endif /* no HAVE_SYS_PARAM_H */
14200 # endif /* no _SC_PAGESIZE */
14202 #endif /* no HAVE_GETPAGESIZE */
14207 char *data, *data2, *data3;
14211 pagesize = getpagesize ();
14213 /* First, make a file with some known garbage in it. */
14214 data = (char *) malloc (pagesize);
14217 for (i = 0; i < pagesize; ++i)
14218 *(data + i) = rand ();
14220 fd = creat ("conftest.mmap", 0600);
14223 if (write (fd, data, pagesize) != pagesize)
14227 /* Next, try to mmap the file at a fixed address which already has
14228 something else allocated at it. If we can, also make sure that
14229 we see the same garbage. */
14230 fd = open ("conftest.mmap", O_RDWR);
14233 data2 = (char *) malloc (2 * pagesize);
14236 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
14237 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14238 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14240 for (i = 0; i < pagesize; ++i)
14241 if (*(data + i) != *(data2 + i))
14244 /* Finally, make sure that changes to the mapped area do not
14245 percolate back to the file as seen by read(). (This is a bug on
14246 some variants of i386 svr4.0.) */
14247 for (i = 0; i < pagesize; ++i)
14248 *(data2 + i) = *(data2 + i) + 1;
14249 data3 = (char *) malloc (pagesize);
14252 if (read (fd, data3, pagesize) != pagesize)
14254 for (i = 0; i < pagesize; ++i)
14255 if (*(data + i) != *(data3 + i))
14261 rm -f conftest
$ac_exeext
14262 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14263 (eval $ac_link) 2>&5
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14268 (eval $ac_try) 2>&5
14270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14271 (exit $ac_status); }; }; then
14272 ac_cv_func_mmap_fixed_mapped
=yes
14274 echo "$as_me: program exited with status $ac_status" >&5
14275 echo "$as_me: failed program was:" >&5
14276 sed 's/^/| /' conftest.
$ac_ext >&5
14278 ( exit $ac_status )
14279 ac_cv_func_mmap_fixed_mapped
=no
14281 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14284 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
14285 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
14286 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14288 cat >>confdefs.h
<<\_ACEOF
14289 #define HAVE_MMAP 1
14293 rm -f conftest.mmap
14297 for ac_func
in madvise mprotect
14299 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14300 echo "$as_me:$LINENO: checking for $ac_func" >&5
14301 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14302 if eval "test \"\${$as_ac_var+set}\" = set"; then
14303 echo $ECHO_N "(cached) $ECHO_C" >&6
14305 cat >conftest.
$ac_ext <<_ACEOF
14308 cat confdefs.h
>>conftest.
$ac_ext
14309 cat >>conftest.
$ac_ext <<_ACEOF
14310 /* end confdefs.h. */
14311 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14312 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14313 #define $ac_func innocuous_$ac_func
14315 /* System header to define __stub macros and hopefully few prototypes,
14316 which can conflict with char $ac_func (); below.
14317 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14318 <limits.h> exists even on freestanding compilers. */
14321 # include <limits.h>
14323 # include <assert.h>
14328 /* Override any gcc2 internal prototype to avoid an error. */
14333 /* We use char because int might match the return type of a gcc2
14334 builtin and then its argument prototype would still apply. */
14336 /* The GNU C library defines this for functions which it implements
14337 to always fail with ENOSYS. Some functions are actually named
14338 something starting with __ and the normal name is an alias. */
14339 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14342 char (*f) () = $ac_func;
14351 return f != $ac_func;
14356 rm -f conftest.
$ac_objext conftest
$ac_exeext
14357 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14358 (eval $ac_link) 2>conftest.er1
14360 grep -v '^ *+' conftest.er1
>conftest.err
14362 cat conftest.err
>&5
14363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14364 (exit $ac_status); } &&
14365 { ac_try
='test -z "$ac_c_werror_flag"
14366 || test ! -s conftest.err'
14367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14368 (eval $ac_try) 2>&5
14370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14371 (exit $ac_status); }; } &&
14372 { ac_try
='test -s conftest$ac_exeext'
14373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14374 (eval $ac_try) 2>&5
14376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14377 (exit $ac_status); }; }; then
14378 eval "$as_ac_var=yes"
14380 echo "$as_me: failed program was:" >&5
14381 sed 's/^/| /' conftest.
$ac_ext >&5
14383 eval "$as_ac_var=no"
14385 rm -f conftest.err conftest.
$ac_objext \
14386 conftest
$ac_exeext conftest.
$ac_ext
14388 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14389 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14390 if test `eval echo '${'$as_ac_var'}'` = yes; then
14391 cat >>confdefs.h
<<_ACEOF
14392 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14398 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
14400 cat >>confdefs.h
<<\_ACEOF
14406 rm -f doc
/config.status
14407 ac_config_files
="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
14409 ac_config_commands
="$ac_config_commands default"
14411 cat >confcache
<<\_ACEOF
14412 # This file is a shell script that caches the results of configure
14413 # tests run on this system so they can be shared between configure
14414 # scripts and configure runs, see configure's option --config-cache.
14415 # It is not useful on other systems. If it contains results you don't
14416 # want to keep, you may remove or edit it.
14418 # config.status only pays attention to the cache file if you give it
14419 # the --recheck option to rerun configure.
14421 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14422 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14423 # following values.
14427 # The following way of writing the cache mishandles newlines in values,
14428 # but we know of no workaround that is simple, portable, and efficient.
14429 # So, don't put newlines in cache variables' values.
14430 # Ultrix sh set writes to stderr and can't be redirected directly,
14431 # and sets the high bit in the cache file unless we assign to the vars.
14434 case `(ac_space=' '; set | grep ac_space) 2>&1` in
14436 # `set' does not quote correctly, so add quotes (double-quote
14437 # substitution turns \\\\ into \\, and sed turns \\ into \).
14440 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14443 # `set' quotes correctly as required by POSIX, so do not add quotes.
14445 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
14452 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14454 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14456 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
14457 if test -w $cache_file; then
14458 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
14459 cat confcache
>$cache_file
14461 echo "not updating unwritable cache $cache_file"
14466 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
14467 # Let make expand exec_prefix.
14468 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
14470 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14471 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14472 # trailing colons and then remove the whole line if VPATH becomes empty
14473 # (actually we leave an empty line to preserve line numbers).
14474 if test "x$srcdir" = x.
; then
14475 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
14476 s/:*\$(srcdir):*/:/;
14477 s/:*\${srcdir}:*/:/;
14479 s/^\([^=]*=[ ]*\):*/\1/;
14485 DEFS
=-DHAVE_CONFIG_H
14489 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
14490 # 1. Remove the extension, and $U if already installed.
14491 ac_i
=`echo "$ac_i" |
14492 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
14494 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
14495 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
14497 LIBOBJS
=$ac_libobjs
14499 LTLIBOBJS
=$ac_ltlibobjs
14502 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14503 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
14504 Usually this means the macro was only invoked conditionally." >&5
14505 echo "$as_me: error: conditional \"AMDEP\" was never defined.
14506 Usually this means the macro was only invoked conditionally." >&2;}
14507 { (exit 1); exit 1; }; }
14509 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14510 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
14511 Usually this means the macro was only invoked conditionally." >&5
14512 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
14513 Usually this means the macro was only invoked conditionally." >&2;}
14514 { (exit 1); exit 1; }; }
14516 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14517 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
14518 Usually this means the macro was only invoked conditionally." >&5
14519 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
14520 Usually this means the macro was only invoked conditionally." >&2;}
14521 { (exit 1); exit 1; }; }
14523 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
14524 { { echo "$as_me:$LINENO: error: conditional \"INSTALL_LIBBFD\" was never defined.
14525 Usually this means the macro was only invoked conditionally." >&5
14526 echo "$as_me: error: conditional \"INSTALL_LIBBFD\" was never defined.
14527 Usually this means the macro was only invoked conditionally." >&2;}
14528 { (exit 1); exit 1; }; }
14531 : ${CONFIG_STATUS=./config.status}
14532 ac_clean_files_save
=$ac_clean_files
14533 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
14534 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
14535 echo "$as_me: creating $CONFIG_STATUS" >&6;}
14536 cat >$CONFIG_STATUS <<_ACEOF
14538 # Generated by $as_me.
14539 # Run this file to recreate the current configuration.
14540 # Compiler output produced by configure, useful for debugging
14541 # configure, is in config.log if it exists.
14544 ac_cs_recheck=false
14546 SHELL=\${CONFIG_SHELL-$SHELL}
14549 cat >>$CONFIG_STATUS <<\_ACEOF
14550 ## --------------------- ##
14551 ## M4sh Initialization. ##
14552 ## --------------------- ##
14554 # Be Bourne compatible
14555 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
14558 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
14559 # is contrary to our usage. Disable this feature.
14560 alias -g '${1+"$@"}'='"$@"'
14561 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
14564 DUALCASE
=1; export DUALCASE
# for MKS sh
14566 # Support unset when possible.
14567 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
14574 # Work around bugs in pre-3.0 UWIN ksh.
14575 $as_unset ENV MAIL MAILPATH
14582 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
14583 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
14584 LC_TELEPHONE LC_TIME
14586 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
14587 eval $as_var=C
; export $as_var
14593 # Required to use basename.
14594 if expr a
: '\(a\)' >/dev
/null
2>&1; then
14600 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
14601 as_basename
=basename
14607 # Name of the executable.
14608 as_me
=`$as_basename "$0" ||
14609 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14610 X"$0" : 'X\(//\)$' \| \
14611 X"$0" : 'X\(/\)$' \| \
14612 . : '\(.\)' 2>/dev/null ||
14614 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
14615 /^X\/\(\/\/\)$/{ s//\1/; q; }
14616 /^X\/\(\/\).*/{ s//\1/; q; }
14620 # PATH needs CR, and LINENO needs CR and PATH.
14621 # Avoid depending upon Character Ranges.
14622 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14623 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14624 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14625 as_cr_digits
='0123456789'
14626 as_cr_alnum
=$as_cr_Letters$as_cr_digits
14628 # The user is always right.
14629 if test "${PATH_SEPARATOR+set}" != set; then
14630 echo "#! /bin/sh" >conf$$.sh
14631 echo "exit 0" >>conf$$.sh
14633 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
14642 as_lineno_1
=$LINENO
14643 as_lineno_2
=$LINENO
14644 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
14645 test "x$as_lineno_1" != "x$as_lineno_2" &&
14646 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
14647 # Find who we are. Look in the path if we contain no path at all
14650 *[\\/]* ) as_myself
=$0 ;;
14651 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14652 for as_dir
in $PATH
14655 test -z "$as_dir" && as_dir
=.
14656 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
14661 # We did not find ourselves, most probably we were run as `sh COMMAND'
14662 # in which case we are not to be found in the path.
14663 if test "x$as_myself" = x
; then
14666 if test ! -f "$as_myself"; then
14667 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
14668 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
14669 { (exit 1); exit 1; }; }
14671 case $CONFIG_SHELL in
14673 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14674 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
14677 test -z "$as_dir" && as_dir
=.
14678 for as_base
in sh bash ksh sh5
; do
14681 if ("$as_dir/$as_base" -c '
14682 as_lineno_1=$LINENO
14683 as_lineno_2=$LINENO
14684 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14685 test "x$as_lineno_1" != "x$as_lineno_2" &&
14686 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
14687 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
14688 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
14689 CONFIG_SHELL
=$as_dir/$as_base
14690 export CONFIG_SHELL
14691 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
14699 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
14700 # uniformly replaced by the line number. The first 'sed' inserts a
14701 # line-number line before each line; the second 'sed' does the real
14702 # work. The second script uses 'N' to pair each line-number line
14703 # with the numbered line, and appends trailing '-' during
14704 # substitution so that $LINENO is not a special case at line end.
14705 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
14706 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
14707 sed '=' <$as_myself |
14712 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
14715 s,^['$as_cr_digits']*\n,,
14716 ' >$as_me.lineno
&&
14717 chmod +x
$as_me.lineno ||
14718 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
14719 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
14720 { (exit 1); exit 1; }; }
14722 # Don't try to exec as it changes $[0], causing all sort of problems
14723 # (the dirname of $[0] is not the place where we might find the
14724 # original and so on. Autoconf is especially sensible to this).
14726 # Exit status is that of the last command.
14731 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
14732 *c
*,-n*) ECHO_N
= ECHO_C
='
14734 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
14735 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
14738 if expr a
: '\(a\)' >/dev
/null
2>&1; then
14744 rm -f conf$$ conf$$.exe conf$$.
file
14746 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
14747 # We could just check for DJGPP; but this test a) works b) is more generic
14748 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
14749 if test -f conf$$.exe
; then
14750 # Don't use ln at all; we don't have any links
14755 elif ln conf$$.
file conf$$
2>/dev
/null
; then
14760 rm -f conf$$ conf$$.exe conf$$.
file
14762 if mkdir
-p .
2>/dev
/null
; then
14765 test -d .
/-p && rmdir .
/-p
14769 as_executable_p
="test -f"
14771 # Sed expression to map a string onto a valid CPP name.
14772 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14774 # Sed expression to map a string onto a valid variable name.
14775 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14779 # We need space, tab and new line, in precisely that order.
14789 # Open the log real soon, to keep \$[0] and so on meaningful, and to
14790 # report actual input values of CONFIG_FILES etc. instead of their
14791 # values after options handling. Logging --version etc. is OK.
14795 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14796 ## Running $as_me. ##
14801 This file was extended by $as_me, which was
14802 generated by GNU Autoconf 2.59. Invocation command line was
14804 CONFIG_FILES = $CONFIG_FILES
14805 CONFIG_HEADERS = $CONFIG_HEADERS
14806 CONFIG_LINKS = $CONFIG_LINKS
14807 CONFIG_COMMANDS = $CONFIG_COMMANDS
14811 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
14815 # Files that config.status was made for.
14816 if test -n "$ac_config_files"; then
14817 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
14820 if test -n "$ac_config_headers"; then
14821 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
14824 if test -n "$ac_config_links"; then
14825 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
14828 if test -n "$ac_config_commands"; then
14829 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
14832 cat >>$CONFIG_STATUS <<\_ACEOF
14835 \`$as_me' instantiates files from templates according to the
14836 current configuration.
14838 Usage: $0 [OPTIONS] [FILE]...
14840 -h, --help print this help, then exit
14841 -V, --version print version number, then exit
14842 -q, --quiet do not print progress messages
14843 -d, --debug don't remove temporary files
14844 --recheck update $as_me by reconfiguring in the same conditions
14845 --file=FILE[:TEMPLATE]
14846 instantiate the configuration file FILE
14847 --header=FILE[:TEMPLATE]
14848 instantiate the configuration header FILE
14850 Configuration files:
14853 Configuration headers:
14856 Configuration commands:
14859 Report bugs to <bug-autoconf@gnu.org>."
14862 cat >>$CONFIG_STATUS <<_ACEOF
14865 configured by $0, generated by GNU Autoconf 2.59,
14866 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
14868 Copyright (C) 2003 Free Software Foundation, Inc.
14869 This config.status script is free software; the Free Software Foundation
14870 gives unlimited permission to copy, distribute and modify it."
14875 cat >>$CONFIG_STATUS <<\_ACEOF
14876 # If no file are specified by the user, then we need to provide default
14877 # value. By we need to know if files were specified by the user.
14883 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
14884 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
14892 *) # This is not an option, so the user has probably given explicit
14895 ac_need_defaults
=false
;;
14899 # Handling of the options.
14901 cat >>$CONFIG_STATUS <<\_ACEOF
14902 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
14904 --version |
--vers* |
-V )
14905 echo "$ac_cs_version"; exit 0 ;;
14907 # Conflict between --help and --header
14908 { { echo "$as_me:$LINENO: error: ambiguous option: $1
14909 Try \`$0 --help' for more information." >&5
14910 echo "$as_me: error: ambiguous option: $1
14911 Try \`$0 --help' for more information." >&2;}
14912 { (exit 1); exit 1; }; };;
14913 --help |
--hel |
-h )
14914 echo "$ac_cs_usage"; exit 0 ;;
14915 --debug |
--d* |
-d )
14917 --file |
--fil |
--fi |
--f )
14919 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
14920 ac_need_defaults
=false
;;
14921 --header |
--heade |
--head |
--hea )
14923 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
14924 ac_need_defaults
=false
;;
14925 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
14926 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
14929 # This is an error.
14930 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
14931 Try \`$0 --help' for more information." >&5
14932 echo "$as_me: error: unrecognized option: $1
14933 Try \`$0 --help' for more information." >&2;}
14934 { (exit 1); exit 1; }; } ;;
14936 *) ac_config_targets
="$ac_config_targets $1" ;;
14942 ac_configure_extra_args
=
14944 if $ac_cs_silent; then
14946 ac_configure_extra_args
="$ac_configure_extra_args --silent"
14950 cat >>$CONFIG_STATUS <<_ACEOF
14951 if \$ac_cs_recheck; then
14952 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14953 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14958 cat >>$CONFIG_STATUS <<_ACEOF
14960 # INIT-COMMANDS section.
14963 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14970 cat >>$CONFIG_STATUS <<\_ACEOF
14971 for ac_config_target
in $ac_config_targets
14973 case "$ac_config_target" in
14974 # Handling of arguments.
14975 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
14976 "doc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
14977 "bfd-in3.h" ) CONFIG_FILES
="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
14978 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14979 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
14980 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
14981 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
14982 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14983 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14984 { (exit 1); exit 1; }; };;
14988 # If the user did not use the arguments to specify the items to instantiate,
14989 # then the envvar interface is used. Set only those that are not.
14990 # We use the long form for the default assignment because of an extremely
14991 # bizarre bug on SunOS 4.1.3.
14992 if $ac_need_defaults; then
14993 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
14994 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
14995 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
14998 # Have a temporary directory for convenience. Make it in the build tree
14999 # simply because there is no reason to put it here, and in addition,
15000 # creating and moving files from /tmp can sometimes cause problems.
15001 # Create a temporary directory, and hook for its removal unless debugging.
15004 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
15005 trap '{ (exit 1); exit 1; }' 1 2 13 15
15008 # Create a (secure) tmp directory for tmp files.
15011 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
15012 test -n "$tmp" && test -d "$tmp"
15015 tmp
=.
/confstat$$
-$RANDOM
15016 (umask 077 && mkdir
$tmp)
15019 echo "$me: cannot create a temporary directory in ." >&2
15020 { (exit 1); exit 1; }
15025 cat >>$CONFIG_STATUS <<_ACEOF
15028 # CONFIG_FILES section.
15031 # No need to generate the scripts if there are no CONFIG_FILES.
15032 # This happens for instance when ./config.status config.h
15033 if test -n "\$CONFIG_FILES"; then
15034 # Protect against being on the right side of a sed subst in config.status.
15035 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
15036 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
15037 s,@SHELL@,$SHELL,;t t
15038 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
15039 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
15040 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
15041 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
15042 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
15043 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
15044 s,@exec_prefix@,$exec_prefix,;t t
15045 s,@prefix@,$prefix,;t t
15046 s,@program_transform_name@,$program_transform_name,;t t
15047 s,@bindir@,$bindir,;t t
15048 s,@sbindir@,$sbindir,;t t
15049 s,@libexecdir@,$libexecdir,;t t
15050 s,@datadir@,$datadir,;t t
15051 s,@sysconfdir@,$sysconfdir,;t t
15052 s,@sharedstatedir@,$sharedstatedir,;t t
15053 s,@localstatedir@,$localstatedir,;t t
15054 s,@libdir@,$libdir,;t t
15055 s,@includedir@,$includedir,;t t
15056 s,@oldincludedir@,$oldincludedir,;t t
15057 s,@infodir@,$infodir,;t t
15058 s,@mandir@,$mandir,;t t
15059 s,@build_alias@,$build_alias,;t t
15060 s,@host_alias@,$host_alias,;t t
15061 s,@target_alias@,$target_alias,;t t
15062 s,@DEFS@,$DEFS,;t t
15063 s,@ECHO_C@,$ECHO_C,;t t
15064 s,@ECHO_N@,$ECHO_N,;t t
15065 s,@ECHO_T@,$ECHO_T,;t t
15066 s,@LIBS@,$LIBS,;t t
15067 s,@build@,$build,;t t
15068 s,@build_cpu@,$build_cpu,;t t
15069 s,@build_vendor@,$build_vendor,;t t
15070 s,@build_os@,$build_os,;t t
15071 s,@host@,$host,;t t
15072 s,@host_cpu@,$host_cpu,;t t
15073 s,@host_vendor@,$host_vendor,;t t
15074 s,@host_os@,$host_os,;t t
15075 s,@target@,$target,;t t
15076 s,@target_cpu@,$target_cpu,;t t
15077 s,@target_vendor@,$target_vendor,;t t
15078 s,@target_os@,$target_os,;t t
15080 s,@CFLAGS@,$CFLAGS,;t t
15081 s,@LDFLAGS@,$LDFLAGS,;t t
15082 s,@CPPFLAGS@,$CPPFLAGS,;t t
15083 s,@ac_ct_CC@,$ac_ct_CC,;t t
15084 s,@EXEEXT@,$EXEEXT,;t t
15085 s,@OBJEXT@,$OBJEXT,;t t
15086 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
15087 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
15088 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
15089 s,@CYGPATH_W@,$CYGPATH_W,;t t
15090 s,@PACKAGE@,$PACKAGE,;t t
15091 s,@VERSION@,$VERSION,;t t
15092 s,@ACLOCAL@,$ACLOCAL,;t t
15093 s,@AUTOCONF@,$AUTOCONF,;t t
15094 s,@AUTOMAKE@,$AUTOMAKE,;t t
15095 s,@AUTOHEADER@,$AUTOHEADER,;t t
15096 s,@MAKEINFO@,$MAKEINFO,;t t
15097 s,@install_sh@,$install_sh,;t t
15098 s,@STRIP@,$STRIP,;t t
15099 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
15100 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
15101 s,@mkdir_p@,$mkdir_p,;t t
15103 s,@SET_MAKE@,$SET_MAKE,;t t
15104 s,@am__leading_dot@,$am__leading_dot,;t t
15105 s,@AMTAR@,$AMTAR,;t t
15106 s,@am__tar@,$am__tar,;t t
15107 s,@am__untar@,$am__untar,;t t
15108 s,@DEPDIR@,$DEPDIR,;t t
15109 s,@am__include@,$am__include,;t t
15110 s,@am__quote@,$am__quote,;t t
15111 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
15112 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
15113 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
15114 s,@CCDEPMODE@,$CCDEPMODE,;t t
15115 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
15116 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
15118 s,@ac_ct_AR@,$ac_ct_AR,;t t
15119 s,@RANLIB@,$RANLIB,;t t
15120 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
15121 s,@LN_S@,$LN_S,;t t
15122 s,@LIBTOOL@,$LIBTOOL,;t t
15123 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
15124 s,@NO_WERROR@,$NO_WERROR,;t t
15125 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
15126 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
15127 s,@MAINT@,$MAINT,;t t
15128 s,@INSTALL_LIBBFD_TRUE@,$INSTALL_LIBBFD_TRUE,;t t
15129 s,@INSTALL_LIBBFD_FALSE@,$INSTALL_LIBBFD_FALSE,;t t
15130 s,@host_noncanonical@,$host_noncanonical,;t t
15131 s,@target_noncanonical@,$target_noncanonical,;t t
15132 s,@bfdlibdir@,$bfdlibdir,;t t
15133 s,@bfdincludedir@,$bfdincludedir,;t t
15135 s,@EGREP@,$EGREP,;t t
15136 s,@ALLOCA@,$ALLOCA,;t t
15137 s,@USE_NLS@,$USE_NLS,;t t
15138 s,@MSGFMT@,$MSGFMT,;t t
15139 s,@GMSGFMT@,$GMSGFMT,;t t
15140 s,@XGETTEXT@,$XGETTEXT,;t t
15141 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
15142 s,@CATALOGS@,$CATALOGS,;t t
15143 s,@CATOBJEXT@,$CATOBJEXT,;t t
15144 s,@DATADIRNAME@,$DATADIRNAME,;t t
15145 s,@GMOFILES@,$GMOFILES,;t t
15146 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
15147 s,@INTLDEPS@,$INTLDEPS,;t t
15148 s,@INTLLIBS@,$INTLLIBS,;t t
15149 s,@INTLOBJS@,$INTLOBJS,;t t
15150 s,@POFILES@,$POFILES,;t t
15151 s,@POSUB@,$POSUB,;t t
15152 s,@INCLUDE_LOCALE_H@,$INCLUDE_LOCALE_H,;t t
15153 s,@GT_NO@,$GT_NO,;t t
15154 s,@GT_YES@,$GT_YES,;t t
15155 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
15157 s,@HDEFINES@,$HDEFINES,;t t
15158 s,@BFD_HOST_64BIT_LONG@,$BFD_HOST_64BIT_LONG,;t t
15159 s,@BFD_HOST_LONG_LONG@,$BFD_HOST_LONG_LONG,;t t
15160 s,@BFD_HOST_64_BIT_DEFINED@,$BFD_HOST_64_BIT_DEFINED,;t t
15161 s,@BFD_HOST_64_BIT@,$BFD_HOST_64_BIT,;t t
15162 s,@BFD_HOST_U_64_BIT@,$BFD_HOST_U_64_BIT,;t t
15163 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
15164 s,@EXEEXT_FOR_BUILD@,$EXEEXT_FOR_BUILD,;t t
15165 s,@COREFILE@,$COREFILE,;t t
15166 s,@COREFLAG@,$COREFLAG,;t t
15167 s,@WIN32LDFLAGS@,$WIN32LDFLAGS,;t t
15168 s,@WIN32LIBADD@,$WIN32LIBADD,;t t
15169 s,@TDEFINES@,$TDEFINES,;t t
15170 s,@wordsize@,$wordsize,;t t
15171 s,@bfd_libs@,$bfd_libs,;t t
15172 s,@all_backends@,$all_backends,;t t
15173 s,@bfd_backends@,$bfd_backends,;t t
15174 s,@bfd_machines@,$bfd_machines,;t t
15175 s,@bfd_default_target_size@,$bfd_default_target_size,;t t
15176 s,@bfd_file_ptr@,$bfd_file_ptr,;t t
15177 s,@bfd_ufile_ptr@,$bfd_ufile_ptr,;t t
15178 s,@tdefaults@,$tdefaults,;t t
15179 s,@LIBOBJS@,$LIBOBJS,;t t
15180 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
15185 cat >>$CONFIG_STATUS <<\_ACEOF
15186 # Split the substitutions into bite-sized pieces for seds with
15187 # small command number limits, like on Digital OSF/1 and HP-UX.
15188 ac_max_sed_lines
=48
15189 ac_sed_frag
=1 # Number of current file.
15190 ac_beg
=1 # First line for current file.
15191 ac_end
=$ac_max_sed_lines # Line after last line for current file.
15194 while $ac_more_lines; do
15195 if test $ac_beg -gt 1; then
15196 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
15198 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
15200 if test ! -s $tmp/subs.frag
; then
15201 ac_more_lines
=false
15203 # The purpose of the label and of the branching condition is to
15204 # speed up the sed processing (if there are no `@' at all, there
15205 # is no need to browse any of the substitutions).
15206 # These are the two extra sed commands mentioned above.
15208 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
15209 if test -z "$ac_sed_cmds"; then
15210 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
15212 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
15214 ac_sed_frag
=`expr $ac_sed_frag + 1`
15216 ac_end
=`expr $ac_end + $ac_max_sed_lines`
15219 if test -z "$ac_sed_cmds"; then
15222 fi # test -n "$CONFIG_FILES"
15225 cat >>$CONFIG_STATUS <<\_ACEOF
15226 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
15227 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15229 - |
*:- |
*:-:* ) # input from stdin
15231 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
15232 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
15233 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
15234 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
15235 * ) ac_file_in
=$ac_file.
in ;;
15238 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
15239 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
15240 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15241 X"$ac_file" : 'X\(//\)[^/]' \| \
15242 X"$ac_file" : 'X\(//\)$' \| \
15243 X"$ac_file" : 'X\(/\)' \| \
15244 . : '\(.\)' 2>/dev/null ||
15246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15247 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15248 /^X\(\/\/\)$/{ s//\1/; q; }
15249 /^X\(\/\).*/{ s//\1/; q; }
15251 { if $as_mkdir_p; then
15256 while test ! -d "$as_dir"; do
15257 as_dirs
="$as_dir $as_dirs"
15258 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
15259 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15260 X"$as_dir" : 'X\(//\)[^/]' \| \
15261 X"$as_dir" : 'X\(//\)$' \| \
15262 X"$as_dir" : 'X\(/\)' \| \
15263 . : '\(.\)' 2>/dev/null ||
15265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15266 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15267 /^X\(\/\/\)$/{ s//\1/; q; }
15268 /^X\(\/\).*/{ s//\1/; q; }
15271 test ! -n "$as_dirs" || mkdir
$as_dirs
15272 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15273 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15274 { (exit 1); exit 1; }; }; }
15278 if test "$ac_dir" != .
; then
15279 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
15280 # A "../" for each directory in $ac_dir_suffix.
15281 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
15283 ac_dir_suffix
= ac_top_builddir
=
15287 .
) # No --srcdir option. We are building in place.
15289 if test -z "$ac_top_builddir"; then
15292 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
15294 [\\/]* | ?
:[\\/]* ) # Absolute path.
15295 ac_srcdir
=$srcdir$ac_dir_suffix;
15296 ac_top_srcdir
=$srcdir ;;
15297 *) # Relative path.
15298 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
15299 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
15302 # Do not use `cd foo && pwd` to compute absolute paths, because
15303 # the directories may not exist.
15305 .
) ac_abs_builddir
="$ac_dir";;
15308 .
) ac_abs_builddir
=`pwd`;;
15309 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
15310 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
15313 case $ac_abs_builddir in
15314 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
15316 case ${ac_top_builddir}.
in
15317 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
15318 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
15319 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
15322 case $ac_abs_builddir in
15323 .
) ac_abs_srcdir
=$ac_srcdir;;
15326 .
) ac_abs_srcdir
=$ac_abs_builddir;;
15327 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
15328 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
15331 case $ac_abs_builddir in
15332 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
15334 case $ac_top_srcdir in
15335 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
15336 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
15337 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
15343 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
15344 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
15347 if test x
"$ac_file" != x-
; then
15348 { echo "$as_me:$LINENO: creating $ac_file" >&5
15349 echo "$as_me: creating $ac_file" >&6;}
15352 # Let's still pretend it is `configure' which instantiates (i.e., don't
15353 # use $as_me), people would be surprised to read:
15354 # /* config.h. Generated by config.status. */
15355 if test x
"$ac_file" = x-
; then
15358 configure_input
="$ac_file. "
15360 configure_input
=$configure_input"Generated from `echo $ac_file_in |
15361 sed 's,.*/,,'` by configure."
15363 # First look for the input files in the build tree, otherwise in the
15365 ac_file_inputs
=`IFS=:
15366 for f in $ac_file_in; do
15368 -) echo $tmp/stdin ;;
15370 # Absolute (can't be DOS-style, as IFS=:)
15371 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15372 echo "$as_me: error: cannot find input file: $f" >&2;}
15373 { (exit 1); exit 1; }; }
15376 if test -f "$f"; then
15379 elif test -f "$srcdir/$f"; then
15384 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15385 echo "$as_me: error: cannot find input file: $f" >&2;}
15386 { (exit 1); exit 1; }; }
15389 done` ||
{ (exit 1); exit 1; }
15391 cat >>$CONFIG_STATUS <<_ACEOF
15395 cat >>$CONFIG_STATUS <<\_ACEOF
15397 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
15398 s
,@configure_input@
,$configure_input,;t t
15399 s
,@srcdir@
,$ac_srcdir,;t t
15400 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
15401 s
,@top_srcdir@
,$ac_top_srcdir,;t t
15402 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
15403 s
,@builddir@
,$ac_builddir,;t t
15404 s
,@abs_builddir@
,$ac_abs_builddir,;t t
15405 s
,@top_builddir@
,$ac_top_builddir,;t t
15406 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
15407 s
,@INSTALL@
,$ac_INSTALL,;t t
15408 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
15410 if test x"$ac_file" != x-; then
15411 mv $tmp/out $ac_file
15419 cat >>$CONFIG_STATUS <<\_ACEOF
15422 # CONFIG_HEADER section.
15425 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
15426 # NAME is the cpp macro being defined and VALUE is the value it is being given.
15428 # ac_d sets the value in "#define NAME VALUE" lines.
15429 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
15430 ac_dB
='[ ].*$,\1#\2'
15433 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
15434 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
15435 ac_uB
='$,\1#\2define\3'
15439 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
15440 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15442 - |
*:- |
*:-:* ) # input from stdin
15444 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
15445 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
15446 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
15447 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
15448 * ) ac_file_in
=$ac_file.
in ;;
15451 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
15452 echo "$as_me: creating $ac_file" >&6;}
15454 # First look for the input files in the build tree, otherwise in the
15456 ac_file_inputs
=`IFS=:
15457 for f in $ac_file_in; do
15459 -) echo $tmp/stdin ;;
15461 # Absolute (can't be DOS-style, as IFS=:)
15462 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15463 echo "$as_me: error: cannot find input file: $f" >&2;}
15464 { (exit 1); exit 1; }; }
15465 # Do quote $f, to prevent DOS paths from being IFS'd.
15468 if test -f "$f"; then
15471 elif test -f "$srcdir/$f"; then
15476 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15477 echo "$as_me: error: cannot find input file: $f" >&2;}
15478 { (exit 1); exit 1; }; }
15481 done` ||
{ (exit 1); exit 1; }
15482 # Remove the trailing spaces.
15483 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
15487 # Transform confdefs.h into two sed scripts, `conftest.defines' and
15488 # `conftest.undefs', that substitutes the proper values into
15489 # config.h.in to produce config.h. The first handles `#define'
15490 # templates, and the second `#undef' templates.
15491 # And first: Protect against being on the right side of a sed subst in
15492 # config.status. Protect against being in an unquoted here document
15493 # in config.status.
15494 rm -f conftest.defines conftest.undefs
15495 # Using a here document instead of a string reduces the quoting nightmare.
15496 # Putting comments in sed scripts is not portable.
15498 # `end' is used to avoid that the second main sed command (meant for
15499 # 0-ary CPP macros) applies to n-ary macro definitions.
15500 # See the Autoconf documentation for `clear'.
15501 cat >confdef2sed.
sed <<\_ACEOF
15506 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
15508 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
15511 # If some macros were called several times there might be several times
15512 # the same #defines, which is useless. Nevertheless, we may not want to
15513 # sort them, since we want the *last* AC-DEFINE to be honored.
15514 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
15515 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
15516 rm -f confdef2sed.sed
15518 # This sed command replaces #undef with comments. This is necessary, for
15519 # example, in the case of _POSIX_SOURCE, which is predefined and required
15520 # on some systems where configure will not decide to define it.
15521 cat >>conftest.undefs <<\_ACEOF
15522 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
15525 # Break up conftest.defines because some shells have a limit on the size
15526 # of here documents, and old seds have small limits too (100 cmds).
15527 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
15528 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
15529 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
15530 echo ' :' >>$CONFIG_STATUS
15531 rm -f conftest.tail
15532 while grep . conftest.defines >/dev/null
15534 # Write a limited-size here document to $tmp/defines.sed.
15535 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
15536 # Speed up: don't consider the non `#define' lines.
15537 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
15538 # Work around the forget-to-reset-the-flag bug.
15539 echo 't clr' >>$CONFIG_STATUS
15540 echo ': clr' >>$CONFIG_STATUS
15541 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
15543 sed -f $tmp/defines.sed $tmp/in >$tmp/out
15545 mv $tmp/out $tmp/in
15547 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
15548 rm -f conftest.defines
15549 mv conftest.
tail conftest.defines
15551 rm -f conftest.defines
15552 echo ' fi # grep' >>$CONFIG_STATUS
15553 echo >>$CONFIG_STATUS
15555 # Break up conftest.undefs because some shells have a limit on the size
15556 # of here documents, and old seds have small limits too (100 cmds).
15557 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
15558 rm -f conftest.
tail
15559 while grep . conftest.undefs
>/dev
/null
15561 # Write a limited-size here document to $tmp/undefs.sed.
15562 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
15563 # Speed up: don't consider the non
`#undef'
15564 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
15565 # Work around the forget-to-reset-the-flag bug.
15566 echo 't clr' >>$CONFIG_STATUS
15567 echo ': clr' >>$CONFIG_STATUS
15568 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
15570 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
15572 mv $tmp/out $tmp/in
15574 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
15575 rm -f conftest.undefs
15576 mv conftest.tail conftest.undefs
15578 rm -f conftest.undefs
15580 cat >>$CONFIG_STATUS <<\_ACEOF
15581 # Let's still pretend it is `configure
' which instantiates (i.e., don't
15582 # use $as_me), people would be surprised to read:
15583 # /* config.h. Generated by config.status. */
15584 if test x
"$ac_file" = x-
; then
15585 echo "/* Generated by configure. */" >$tmp/config.h
15587 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
15589 cat $tmp/in >>$tmp/config.h
15591 if test x
"$ac_file" != x-
; then
15592 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
15593 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
15594 echo "$as_me: $ac_file is unchanged" >&6;}
15596 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
15597 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15598 X"$ac_file" : 'X\(//\)[^/]' \| \
15599 X"$ac_file" : 'X\(//\)$' \| \
15600 X"$ac_file" : 'X\(/\)' \| \
15601 . : '\(.\)' 2>/dev/null ||
15603 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15604 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15605 /^X\(\/\/\)$/{ s//\1/; q; }
15606 /^X\(\/\).*/{ s//\1/; q; }
15608 { if $as_mkdir_p; then
15613 while test ! -d "$as_dir"; do
15614 as_dirs
="$as_dir $as_dirs"
15615 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
15616 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15617 X"$as_dir" : 'X\(//\)[^/]' \| \
15618 X"$as_dir" : 'X\(//\)$' \| \
15619 X"$as_dir" : 'X\(/\)' \| \
15620 . : '\(.\)' 2>/dev/null ||
15622 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15623 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15624 /^X\(\/\/\)$/{ s//\1/; q; }
15625 /^X\(\/\).*/{ s//\1/; q; }
15628 test ! -n "$as_dirs" || mkdir
$as_dirs
15629 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15630 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15631 { (exit 1); exit 1; }; }; }
15634 mv $tmp/config.h
$ac_file
15638 rm -f $tmp/config.h
15640 # Compute $ac_file's index in $config_headers.
15642 for _am_header
in $config_headers :; do
15643 case $_am_header in
15644 $ac_file |
$ac_file:* )
15647 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
15650 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
15651 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15652 X$ac_file : 'X\(//\)[^/]' \| \
15653 X$ac_file : 'X\(//\)$' \| \
15654 X$ac_file : 'X\(/\)' \| \
15655 . : '\(.\)' 2>/dev/null ||
15657 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15658 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15659 /^X\(\/\/\)$/{ s//\1/; q; }
15660 /^X\(\/\).*/{ s//\1/; q; }
15661 s/.*/./; q'`/stamp-h
$_am_stamp_count
15664 cat >>$CONFIG_STATUS <<\_ACEOF
15667 # CONFIG_COMMANDS section.
15669 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
15670 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
15671 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
15672 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
15673 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15674 X"$ac_dest" : 'X\(//\)[^/]' \| \
15675 X"$ac_dest" : 'X\(//\)$' \| \
15676 X"$ac_dest" : 'X\(/\)' \| \
15677 . : '\(.\)' 2>/dev/null ||
15679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15681 /^X\(\/\/\)$/{ s//\1/; q; }
15682 /^X\(\/\).*/{ s//\1/; q; }
15684 { if $as_mkdir_p; then
15689 while test ! -d "$as_dir"; do
15690 as_dirs
="$as_dir $as_dirs"
15691 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
15692 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15693 X"$as_dir" : 'X\(//\)[^/]' \| \
15694 X"$as_dir" : 'X\(//\)$' \| \
15695 X"$as_dir" : 'X\(/\)' \| \
15696 . : '\(.\)' 2>/dev/null ||
15698 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15699 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15700 /^X\(\/\/\)$/{ s//\1/; q; }
15701 /^X\(\/\).*/{ s//\1/; q; }
15704 test ! -n "$as_dirs" || mkdir
$as_dirs
15705 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15706 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15707 { (exit 1); exit 1; }; }; }
15711 if test "$ac_dir" != .
; then
15712 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
15713 # A "../" for each directory in $ac_dir_suffix.
15714 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
15716 ac_dir_suffix
= ac_top_builddir
=
15720 .
) # No --srcdir option. We are building in place.
15722 if test -z "$ac_top_builddir"; then
15725 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
15727 [\\/]* | ?
:[\\/]* ) # Absolute path.
15728 ac_srcdir
=$srcdir$ac_dir_suffix;
15729 ac_top_srcdir
=$srcdir ;;
15730 *) # Relative path.
15731 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
15732 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
15735 # Do not use `cd foo && pwd` to compute absolute paths, because
15736 # the directories may not exist.
15738 .
) ac_abs_builddir
="$ac_dir";;
15741 .
) ac_abs_builddir
=`pwd`;;
15742 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
15743 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
15746 case $ac_abs_builddir in
15747 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
15749 case ${ac_top_builddir}.
in
15750 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
15751 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
15752 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
15755 case $ac_abs_builddir in
15756 .
) ac_abs_srcdir
=$ac_srcdir;;
15759 .
) ac_abs_srcdir
=$ac_abs_builddir;;
15760 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
15761 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
15764 case $ac_abs_builddir in
15765 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
15767 case $ac_top_srcdir in
15768 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
15769 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
15770 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
15775 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
15776 echo "$as_me: executing $ac_dest commands" >&6;}
15778 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
15779 # Strip MF so we end up with the name of the file.
15780 mf
=`echo "$mf" | sed -e 's/:.*$//'`
15781 # Check whether this is an Automake generated Makefile or not.
15782 # We used to match only the files named `Makefile.in', but
15783 # some people rename them; so instead we look at the file content.
15784 # Grep'ing the first line is not enough: some people post-process
15785 # each Makefile.in and add a new line on top of each file to say so.
15786 # So let's grep whole file.
15787 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
15788 dirpart
=`(dirname "$mf") 2>/dev/null ||
15789 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15790 X"$mf" : 'X\(//\)[^/]' \| \
15791 X"$mf" : 'X\(//\)$' \| \
15792 X"$mf" : 'X\(/\)' \| \
15793 . : '\(.\)' 2>/dev/null ||
15795 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15796 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15797 /^X\(\/\/\)$/{ s//\1/; q; }
15798 /^X\(\/\).*/{ s//\1/; q; }
15803 # Extract the definition of DEPDIR, am__include, and am__quote
15804 # from the Makefile without running `make'.
15805 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
15806 test -z "$DEPDIR" && continue
15807 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
15808 test -z "am__include" && continue
15809 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
15810 # When using ansi2knr, U may be empty or an underscore; expand it
15811 U
=`sed -n 's/^U = //p' < "$mf"`
15812 # Find all dependency output files, they are included files with
15813 # $(DEPDIR) in their names. We invoke sed twice because it is the
15814 # simplest approach to changing $(DEPDIR) to its actual value in the
15816 for file in `sed -n "
15817 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15818 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15819 # Make sure the directory exists.
15820 test -f "$dirpart/$file" && continue
15821 fdir
=`(dirname "$file") 2>/dev/null ||
15822 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15823 X"$file" : 'X\(//\)[^/]' \| \
15824 X"$file" : 'X\(//\)$' \| \
15825 X"$file" : 'X\(/\)' \| \
15826 . : '\(.\)' 2>/dev/null ||
15828 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15829 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15830 /^X\(\/\/\)$/{ s//\1/; q; }
15831 /^X\(\/\).*/{ s//\1/; q; }
15833 { if $as_mkdir_p; then
15834 mkdir
-p $dirpart/$fdir
15836 as_dir
=$dirpart/$fdir
15838 while test ! -d "$as_dir"; do
15839 as_dirs
="$as_dir $as_dirs"
15840 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
15841 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15842 X"$as_dir" : 'X\(//\)[^/]' \| \
15843 X"$as_dir" : 'X\(//\)$' \| \
15844 X"$as_dir" : 'X\(/\)' \| \
15845 . : '\(.\)' 2>/dev/null ||
15847 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15848 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15849 /^X\(\/\/\)$/{ s//\1/; q; }
15850 /^X\(\/\).*/{ s//\1/; q; }
15853 test ! -n "$as_dirs" || mkdir
$as_dirs
15854 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
15855 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
15856 { (exit 1); exit 1; }; }; }
15858 # echo "creating $dirpart/$file"
15859 echo '# dummy' > "$dirpart/$file"
15863 default
) sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' -e '/BLD-POTFILES =/r po/BLD-POTFILES' po
/Makefile.
in > po
/Makefile
;;
15868 cat >>$CONFIG_STATUS <<\_ACEOF
15870 { (exit 0); exit 0; }
15872 chmod +x
$CONFIG_STATUS
15873 ac_clean_files
=$ac_clean_files_save
15876 # configure is writing to config.log, and then calls config.status.
15877 # config.status does its own redirection, appending to config.log.
15878 # Unfortunately, on DOS this fails, as config.log is still kept open
15879 # by configure, so config.status won't be able to write to it; its
15880 # output is simply discarded. So we exec the FD to /dev/null,
15881 # effectively closing config.log, so it can be properly (re)opened and
15882 # appended to by config.status. When coming back to configure, we
15883 # need to make the FD available again.
15884 if test "$no_create" != yes; then
15886 ac_config_status_args
=
15887 test "$silent" = yes &&
15888 ac_config_status_args
="$ac_config_status_args --quiet"
15890 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15892 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15893 # would make configure fail if this is the last instruction.
15894 $ac_cs_success ||
{ (exit 1); exit 1; }