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 # Check that we are running under the correct shell.
246 SHELL
=${CONFIG_SHELL-/bin/sh}
250 # Remove one level of quotation (which was required for Make).
251 ECHO
=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
256 if test "X$1" = X--no-reexec
; then
257 # Discard the --no-reexec flag, and continue.
259 elif test "X$1" = X--fallback-echo
; then
260 # Avoid inline document here, it may be left over
262 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
266 # Restart under the correct shell.
267 exec $SHELL "$0" --no-reexec ${1+"$@"}
270 if test "X$1" = X--fallback-echo
; then
271 # used as fallback echo
279 # The HP-UX ksh and POSIX shell print the target directory to stdout
281 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
283 if test -z "$lt_ECHO"; then
284 if test "X${echo_test_string+set}" != Xset
; then
285 # find a string as large as possible, as long as the shell can cope with it
286 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
287 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
288 if { echo_test_string
=`eval $cmd`; } 2>/dev
/null
&&
289 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev
/null
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
298 test "X$echo_testing_string" = "X$echo_test_string"; then
301 # The Solaris, AIX, and Digital Unix default echo programs unquote
302 # backslashes. This makes it impossible to quote backslashes using
303 # echo "$something" | sed 's/\\/\\\\/g'
305 # So, first we look for a working echo in the user's PATH.
307 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
308 for dir
in $PATH /usr
/ucb
; do
310 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
311 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313 test "X$echo_testing_string" = "X$echo_test_string"; then
320 if test "X$ECHO" = Xecho
; then
321 # We didn't find a better echo, so look for alternatives.
322 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
323 echo_testing_string
=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
324 test "X$echo_testing_string" = "X$echo_test_string"; then
325 # This shell has a builtin print -r that does the trick.
327 elif { test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext; } &&
328 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
329 # If we have ksh, try running configure again with it.
330 ORIGINAL_CONFIG_SHELL
=${CONFIG_SHELL-/bin/sh}
331 export ORIGINAL_CONFIG_SHELL
332 CONFIG_SHELL
=/bin
/ksh
334 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
338 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
339 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
340 test "X$echo_testing_string" = "X$echo_test_string"; then
343 elif echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
344 test "X$echo_testing_string" = 'X\t' &&
345 echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 CONFIG_SHELL
=$ORIGINAL_CONFIG_SHELL
349 SHELL
="$CONFIG_SHELL"
351 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
352 elif echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
353 test "X$echo_testing_string" = 'X\t' &&
354 echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355 test "X$echo_testing_string" = "X$echo_test_string"; then
356 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
358 # maybe with a smaller string...
361 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
362 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev
/null
369 if test "$prev" != 'sed 50q "$0"'; then
370 echo_test_string
=`eval $prev`
371 export echo_test_string
372 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
374 # Oops. We lost completely, so just stick with echo.
383 # Copy echo and quote the copy suitably for passing to libtool from
384 # the Makefile, instead of quoting the original, which is used later.
386 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
387 lt_ECHO
="$CONFIG_SHELL \\\$\$0 --fallback-echo"
394 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
395 # so uname gets run too.
396 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
403 ac_default_prefix
=/usr
/local
404 ac_config_libobj_dir
=.
409 SHELL
=${CONFIG_SHELL-/bin/sh}
411 # Maximum number of lines to put in a shell here document.
412 # This variable seems obsolete. It should probably be removed, and
413 # only ac_max_sed_lines should be used.
414 : ${ac_max_here_lines=38}
416 # Identity of this package.
423 ac_unique_file
="libbfd.c"
424 # Factoring default headers for most tests.
425 ac_includes_default
="\
428 # include <sys/types.h>
431 # include <sys/stat.h>
442 # if !STDC_HEADERS && HAVE_MEMORY_H
448 # include <strings.h>
451 # include <inttypes.h>
461 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 LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO CPP DEBUGDIR PKGVERSION REPORT_BUGS_TO REPORT_BUGS_TEXI WARN_CFLAGS NO_WERROR MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE INSTALL_LIBBFD_TRUE INSTALL_LIBBFD_FALSE host_noncanonical target_noncanonical bfdlibdir bfdincludedir USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE HDEFINES BFD_HOST_64BIT_LONG BFD_HOST_64BIT_LONG_LONG BFD_HOST_64_BIT_DEFINED BFD_HOST_64_BIT BFD_HOST_U_64_BIT BFD_HOSTPTR_T CC_FOR_BUILD EXEEXT_FOR_BUILD COREFILE COREFLAG WIN32LDFLAGS WIN32LIBADD TDEFINES wordsize bfd64_libs all_backends bfd_backends bfd_machines bfd_default_target_size bfd_file_ptr bfd_ufile_ptr tdefaults datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
464 # Initialize some variables set by options.
466 ac_init_version
=false
467 # The variables have the same names as the options, with
468 # dashes changed to underlines.
476 program_transform_name
=s
,x
,x
,
484 # Installation directory options.
485 # These are left unexpanded so users can "make install exec_prefix=/foo"
486 # and all the variables that are supposed to be based on exec_prefix
487 # by default will actually change.
488 # Use braces instead of parens because sh, perl, etc. also accept them.
489 bindir
='${exec_prefix}/bin'
490 sbindir
='${exec_prefix}/sbin'
491 libexecdir
='${exec_prefix}/libexec'
492 datadir
='${prefix}/share'
493 sysconfdir
='${prefix}/etc'
494 sharedstatedir
='${prefix}/com'
495 localstatedir
='${prefix}/var'
496 libdir
='${exec_prefix}/lib'
497 includedir
='${prefix}/include'
498 oldincludedir
='/usr/include'
499 infodir
='${prefix}/info'
500 mandir
='${prefix}/man'
505 # If the previous option needs an argument, assign it.
506 if test -n "$ac_prev"; then
507 eval "$ac_prev=\$ac_option"
512 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
514 # Accept the important Cygnus configure options, so we can diagnose typos.
518 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
520 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
523 -build |
--build |
--buil |
--bui |
--bu)
524 ac_prev
=build_alias
;;
525 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
526 build_alias
=$ac_optarg ;;
528 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
529 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
530 ac_prev
=cache_file
;;
531 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
532 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
533 cache_file
=$ac_optarg ;;
536 cache_file
=config.cache
;;
538 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
540 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
542 datadir
=$ac_optarg ;;
544 -disable-* |
--disable-*)
545 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
546 # Reject names that are not valid shell variable names.
547 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
548 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
549 { (exit 1); exit 1; }; }
550 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
551 eval "enable_$ac_feature=no" ;;
553 -enable-* |
--enable-*)
554 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
555 # Reject names that are not valid shell variable names.
556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
558 { (exit 1); exit 1; }; }
559 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
561 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
564 eval "enable_$ac_feature='$ac_optarg'" ;;
566 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
567 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
568 |
--exec |
--exe |
--ex)
569 ac_prev
=exec_prefix
;;
570 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
571 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
572 |
--exec=* |
--exe=* |
--ex=*)
573 exec_prefix
=$ac_optarg ;;
575 -gas |
--gas |
--ga |
--g)
576 # Obsolete; use --with-gas.
579 -help |
--help |
--hel |
--he |
-h)
581 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
582 ac_init_help
=recursive
;;
583 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
584 ac_init_help
=short
;;
586 -host |
--host |
--hos |
--ho)
587 ac_prev
=host_alias
;;
588 -host=* |
--host=* |
--hos=* |
--ho=*)
589 host_alias
=$ac_optarg ;;
591 -includedir |
--includedir |
--includedi |
--included |
--include \
592 |
--includ |
--inclu |
--incl |
--inc)
593 ac_prev
=includedir
;;
594 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
595 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
596 includedir
=$ac_optarg ;;
598 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
600 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
601 infodir
=$ac_optarg ;;
603 -libdir |
--libdir |
--libdi |
--libd)
605 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
608 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
609 |
--libexe |
--libex |
--libe)
610 ac_prev
=libexecdir
;;
611 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
612 |
--libexe=* |
--libex=* |
--libe=*)
613 libexecdir
=$ac_optarg ;;
615 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
616 |
--localstate |
--localstat |
--localsta |
--localst \
617 |
--locals |
--local |
--loca |
--loc |
--lo)
618 ac_prev
=localstatedir
;;
619 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
620 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
621 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
622 localstatedir
=$ac_optarg ;;
624 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
626 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
630 # Obsolete; use --without-fp.
633 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
634 |
--no-cr |
--no-c |
-n)
637 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
638 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
641 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
642 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
643 |
--oldin |
--oldi |
--old |
--ol |
--o)
644 ac_prev
=oldincludedir
;;
645 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
646 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
647 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
648 oldincludedir
=$ac_optarg ;;
650 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
652 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
655 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
656 |
--program-pre |
--program-pr |
--program-p)
657 ac_prev
=program_prefix
;;
658 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
659 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
660 program_prefix
=$ac_optarg ;;
662 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
663 |
--program-suf |
--program-su |
--program-s)
664 ac_prev
=program_suffix
;;
665 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
666 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
667 program_suffix
=$ac_optarg ;;
669 -program-transform-name |
--program-transform-name \
670 |
--program-transform-nam |
--program-transform-na \
671 |
--program-transform-n |
--program-transform- \
672 |
--program-transform |
--program-transfor \
673 |
--program-transfo |
--program-transf \
674 |
--program-trans |
--program-tran \
675 |
--progr-tra |
--program-tr |
--program-t)
676 ac_prev
=program_transform_name
;;
677 -program-transform-name=* |
--program-transform-name=* \
678 |
--program-transform-nam=* |
--program-transform-na=* \
679 |
--program-transform-n=* |
--program-transform-=* \
680 |
--program-transform=* |
--program-transfor=* \
681 |
--program-transfo=* |
--program-transf=* \
682 |
--program-trans=* |
--program-tran=* \
683 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
684 program_transform_name
=$ac_optarg ;;
686 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
687 |
-silent |
--silent |
--silen |
--sile |
--sil)
690 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
692 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
694 sbindir
=$ac_optarg ;;
696 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
697 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
698 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
700 ac_prev
=sharedstatedir
;;
701 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
702 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
703 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
705 sharedstatedir
=$ac_optarg ;;
707 -site |
--site |
--sit)
709 -site=* |
--site=* |
--sit=*)
712 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
714 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
717 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
718 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
719 ac_prev
=sysconfdir
;;
720 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
721 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
722 sysconfdir
=$ac_optarg ;;
724 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
725 ac_prev
=target_alias
;;
726 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
727 target_alias
=$ac_optarg ;;
729 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
732 -version |
--version |
--versio |
--versi |
--vers |
-V)
736 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
737 # Reject names that are not valid shell variable names.
738 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
739 { echo "$as_me: error: invalid package name: $ac_package" >&2
740 { (exit 1); exit 1; }; }
741 ac_package
=`echo $ac_package| sed 's/-/_/g'`
743 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
746 eval "with_$ac_package='$ac_optarg'" ;;
748 -without-* |
--without-*)
749 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
750 # Reject names that are not valid shell variable names.
751 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
752 { echo "$as_me: error: invalid package name: $ac_package" >&2
753 { (exit 1); exit 1; }; }
754 ac_package
=`echo $ac_package | sed 's/-/_/g'`
755 eval "with_$ac_package=no" ;;
758 # Obsolete; use --with-x.
761 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
762 |
--x-incl |
--x-inc |
--x-in |
--x-i)
763 ac_prev
=x_includes
;;
764 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
765 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
766 x_includes
=$ac_optarg ;;
768 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
769 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
770 ac_prev
=x_libraries
;;
771 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
772 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
773 x_libraries
=$ac_optarg ;;
775 -*) { echo "$as_me: error: unrecognized option: $ac_option
776 Try \`$0 --help' for more information." >&2
777 { (exit 1); exit 1; }; }
781 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
782 # Reject names that are not valid shell variable names.
783 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
784 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
785 { (exit 1); exit 1; }; }
786 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
787 eval "$ac_envvar='$ac_optarg'"
791 # FIXME: should be removed in autoconf 3.0.
792 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
793 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
794 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
795 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
801 if test -n "$ac_prev"; then
802 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
803 { echo "$as_me: error: missing argument to $ac_option" >&2
804 { (exit 1); exit 1; }; }
807 # Be sure to have absolute paths.
808 for ac_var
in exec_prefix prefix
810 eval ac_val
=$
`echo $ac_var`
812 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
813 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
814 { (exit 1); exit 1; }; };;
818 # Be sure to have absolute paths.
819 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
820 localstatedir libdir includedir oldincludedir infodir mandir
822 eval ac_val
=$
`echo $ac_var`
824 [\\/$
]* | ?
:[\\/]* ) ;;
825 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
826 { (exit 1); exit 1; }; };;
830 # There might be people who depend on the old broken behavior: `$host'
831 # used to hold the argument of --host etc.
832 # FIXME: To remove some day.
837 # FIXME: To remove some day.
838 if test "x$host_alias" != x
; then
839 if test "x$build_alias" = x
; then
840 cross_compiling
=maybe
841 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
842 If a cross compiler is detected then cross compile mode will be used." >&2
843 elif test "x$build_alias" != "x$host_alias"; then
849 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
851 test "$silent" = yes && exec 6>/dev
/null
854 # Find the source files, if location was not specified.
855 if test -z "$srcdir"; then
856 ac_srcdir_defaulted
=yes
857 # Try the directory containing this script, then its parent.
858 ac_confdir
=`(dirname "$0") 2>/dev/null ||
859 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
860 X"$0" : 'X\(//\)[^/]' \| \
861 X"$0" : 'X\(//\)$' \| \
862 X"$0" : 'X\(/\)' \| \
863 . : '\(.\)' 2>/dev/null ||
865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
866 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
867 /^X\(\/\/\)$/{ s//\1/; q; }
868 /^X\(\/\).*/{ s//\1/; q; }
871 if test ! -r $srcdir/$ac_unique_file; then
875 ac_srcdir_defaulted
=no
877 if test ! -r $srcdir/$ac_unique_file; then
878 if test "$ac_srcdir_defaulted" = yes; then
879 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
880 { (exit 1); exit 1; }; }
882 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
883 { (exit 1); exit 1; }; }
886 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
887 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
888 { (exit 1); exit 1; }; }
889 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
890 ac_env_build_alias_set
=${build_alias+set}
891 ac_env_build_alias_value
=$build_alias
892 ac_cv_env_build_alias_set
=${build_alias+set}
893 ac_cv_env_build_alias_value
=$build_alias
894 ac_env_host_alias_set
=${host_alias+set}
895 ac_env_host_alias_value
=$host_alias
896 ac_cv_env_host_alias_set
=${host_alias+set}
897 ac_cv_env_host_alias_value
=$host_alias
898 ac_env_target_alias_set
=${target_alias+set}
899 ac_env_target_alias_value
=$target_alias
900 ac_cv_env_target_alias_set
=${target_alias+set}
901 ac_cv_env_target_alias_value
=$target_alias
902 ac_env_CC_set
=${CC+set}
904 ac_cv_env_CC_set
=${CC+set}
905 ac_cv_env_CC_value
=$CC
906 ac_env_CFLAGS_set
=${CFLAGS+set}
907 ac_env_CFLAGS_value
=$CFLAGS
908 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
909 ac_cv_env_CFLAGS_value
=$CFLAGS
910 ac_env_LDFLAGS_set
=${LDFLAGS+set}
911 ac_env_LDFLAGS_value
=$LDFLAGS
912 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
913 ac_cv_env_LDFLAGS_value
=$LDFLAGS
914 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
915 ac_env_CPPFLAGS_value
=$CPPFLAGS
916 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
917 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
918 ac_env_CPP_set
=${CPP+set}
919 ac_env_CPP_value
=$CPP
920 ac_cv_env_CPP_set
=${CPP+set}
921 ac_cv_env_CPP_value
=$CPP
924 # Report the --help message.
926 if test "$ac_init_help" = "long"; then
927 # Omit some internal or obsolete options to make the list less imposing.
928 # This message is too long to be a string in the A/UX 3.1 sh.
930 \`configure' configures this package to adapt to many kinds of systems.
932 Usage: $0 [OPTION]... [VAR=VALUE]...
934 To assign environment variables (e.g., CC, CFLAGS...), specify them as
935 VAR=VALUE. See below for descriptions of some of the useful variables.
937 Defaults for the options are specified in brackets.
940 -h, --help display this help and exit
941 --help=short display options specific to this package
942 --help=recursive display the short help of all the included packages
943 -V, --version display version information and exit
944 -q, --quiet, --silent do not print \`checking...' messages
945 --cache-file=FILE cache test results in FILE [disabled]
946 -C, --config-cache alias for \`--cache-file=config.cache'
947 -n, --no-create do not create output files
948 --srcdir=DIR find the sources in DIR [configure dir or \`..']
953 Installation directories:
954 --prefix=PREFIX install architecture-independent files in PREFIX
956 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
959 By default, \`make install' will install all the files in
960 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
961 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
962 for instance \`--prefix=\$HOME'.
964 For better control, use the options below.
966 Fine tuning of the installation directories:
967 --bindir=DIR user executables [EPREFIX/bin]
968 --sbindir=DIR system admin executables [EPREFIX/sbin]
969 --libexecdir=DIR program executables [EPREFIX/libexec]
970 --datadir=DIR read-only architecture-independent data [PREFIX/share]
971 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
972 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
973 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
974 --libdir=DIR object code libraries [EPREFIX/lib]
975 --includedir=DIR C header files [PREFIX/include]
976 --oldincludedir=DIR C header files for non-gcc [/usr/include]
977 --infodir=DIR info documentation [PREFIX/info]
978 --mandir=DIR man documentation [PREFIX/man]
984 --program-prefix=PREFIX prepend PREFIX to installed program names
985 --program-suffix=SUFFIX append SUFFIX to installed program names
986 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
989 --build=BUILD configure
for building on BUILD
[guessed
]
990 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
991 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
995 if test -n "$ac_init_help"; then
1000 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1001 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1002 --disable-dependency-tracking speeds up one-time build
1003 --enable-dependency-tracking do not reject slow dependency extractors
1004 --enable-shared[=PKGS
]
1005 build shared libraries
[default
=no
]
1006 --enable-static[=PKGS
]
1007 build static libraries
[default
=yes]
1008 --enable-fast-install[=PKGS
]
1009 optimize
for fast installation
[default
=yes]
1010 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1011 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1012 --enable-targets alternative target configurations
1013 --enable-commonbfdlib build shared BFD
/opcodes
/libiberty library
1014 --enable-secureplt Default to creating read-only plt entries
1015 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON
type
1016 --enable-werror treat compile warnings as errors
1017 --enable-build-warnings enable build-time compiler warnings
1018 --enable-maintainer-mode enable make rules and dependencies not useful
1019 (and sometimes confusing
) to the casual installer
1020 --enable-install-libbfd controls installation of libbfd and related headers
1021 --disable-nls do not use Native Language Support
1024 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1025 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1026 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1028 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1029 --with-mmap try using mmap
for BFD input files
if available
1030 --with-separate-debug-dir=DIR
1031 Look
for global separate debug info
in DIR
1032 [default
=LIBDIR
/debug
]
1033 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GNU
1035 --with-bugurl=URL Direct users to URL to report a bug
1037 Some influential environment variables
:
1038 CC C compiler
command
1039 CFLAGS C compiler flags
1040 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1041 nonstandard directory
<lib dir
>
1042 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1043 headers
in a nonstandard directory
<include dir
>
1046 Use these variables to override the choices made by
`configure' or to help
1047 it to find libraries and programs with nonstandard names/locations.
1052 if test "$ac_init_help" = "recursive"; then
1053 # If there are subdirs, report their specific --help.
1055 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1056 test -d $ac_dir || continue
1059 if test "$ac_dir" != .; then
1060 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1061 # A "../" for each directory in $ac_dir_suffix.
1062 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
1064 ac_dir_suffix= ac_top_builddir=
1068 .) # No --srcdir option. We are building in place.
1070 if test -z "$ac_top_builddir"; then
1073 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
1075 [\\/]* | ?:[\\/]* ) # Absolute path.
1076 ac_srcdir=$srcdir$ac_dir_suffix;
1077 ac_top_srcdir=$srcdir ;;
1079 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1080 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1083 # Do not use `cd foo
&& pwd` to compute absolute paths, because
1084 # the directories may not exist.
1086 .) ac_abs_builddir="$ac_dir";;
1089 .) ac_abs_builddir=`pwd`;;
1090 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1091 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1094 case $ac_abs_builddir in
1095 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1097 case ${ac_top_builddir}. in
1098 .) ac_abs_top_builddir=$ac_abs_builddir;;
1099 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1100 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1103 case $ac_abs_builddir in
1104 .) ac_abs_srcdir=$ac_srcdir;;
1107 .) ac_abs_srcdir=$ac_abs_builddir;;
1108 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1109 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1112 case $ac_abs_builddir in
1113 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1115 case $ac_top_srcdir in
1116 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1117 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1118 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1123 # Check for guested configure; otherwise get Cygnus style configure.
1124 if test -f $ac_srcdir/configure.gnu; then
1126 $SHELL $ac_srcdir/configure.gnu --help=recursive
1127 elif test -f $ac_srcdir/configure; then
1129 $SHELL $ac_srcdir/configure --help=recursive
1130 elif test -f $ac_srcdir/configure.ac ||
1131 test -f $ac_srcdir/configure.in; then
1133 $ac_configure --help
1135 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1141 test -n "$ac_init_help" && exit 0
1142 if $ac_init_version; then
1145 Copyright (C) 2003 Free Software Foundation, Inc.
1146 This configure script is free software; the Free Software Foundation
1147 gives unlimited permission to copy, distribute and modify it.
1153 This file contains any messages produced by compilers while
1154 running configure, to aid debugging if configure makes a mistake.
1156 It was created by $as_me, which was
1157 generated by GNU Autoconf 2.59. Invocation command line was
1168 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1169 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1170 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1171 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1172 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1174 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1175 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1177 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1178 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1179 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1180 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1181 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1182 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1183 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1191 test -z "$as_dir" && as_dir=.
1192 echo "PATH: $as_dir"
1207 # Keep a trace of the command line.
1208 # Strip out --no-create and --no-recursion so they do not pile up.
1209 # Strip out --silent because we don't want to record it for future runs.
1210 # Also quote any args containing shell meta-characters.
1211 # Make two passes to allow for proper duplicate-argument suppression.
1216 ac_must_keep_next=false
1222 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1223 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1224 | -silent | --silent | --silen | --sile | --sil)
1226 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1227 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1230 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1232 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1233 if test $ac_must_keep_next = true; then
1234 ac_must_keep_next=false # Got value, back to normal.
1237 *=* | --config-cache | -C | -disable-* | --disable-* \
1238 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1239 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1240 | -with-* | --with-* | -without-* | --without-* | --x)
1241 case "$ac_configure_args0 " in
1242 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1245 -* ) ac_must_keep_next=true ;;
1248 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1249 # Get rid of the leading space.
1255 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1256 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1258 # When interrupted or exit'd, cleanup temporary files, and complete
1259 # config.log. We remove comments because anyway the quotes in there
1260 # would cause problems or look ugly.
1261 # WARNING: Be sure not to use single quotes in there, as some shells,
1262 # such as our DU 5.0 friend, will then `close
' the trap.
1263 trap 'exit_status
=$?
1264 # Save into config.log some information that might help in debugging.
1269 ## ---------------- ##
1270 ## Cache variables. ##
1271 ## ---------------- ##
1274 # The following way of writing the cache mishandles newlines in values,
1277 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1280 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1281 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1285 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1292 ## ----------------- ##
1293 ## Output variables. ##
1294 ## ----------------- ##
1297 for ac_var
in $ac_subst_vars
1299 eval ac_val
=$
`echo $ac_var`
1300 echo "$ac_var='"'"'$ac_val'"'"'"
1304 if test -n "$ac_subst_files"; then
1311 for ac_var
in $ac_subst_files
1313 eval ac_val
=$
`echo $ac_var`
1314 echo "$ac_var='"'"'$ac_val'"'"'"
1319 if test -s confdefs.h
; then
1326 sed "/^$/d" confdefs.h |
sort
1329 test "$ac_signal" != 0 &&
1330 echo "$as_me: caught signal $ac_signal"
1331 echo "$as_me: exit $exit_status"
1333 rm -f core
*.core
&&
1334 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1337 for ac_signal in 1 2 13 15; do
1338 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1342 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1343 rm -rf conftest* confdefs.h
1344 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1347 # Predefined preprocessor variables.
1349 cat >>confdefs.h <<_ACEOF
1350 #define PACKAGE_NAME "$PACKAGE_NAME"
1354 cat >>confdefs.h <<_ACEOF
1355 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1359 cat >>confdefs.h <<_ACEOF
1360 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1364 cat >>confdefs.h <<_ACEOF
1365 #define PACKAGE_STRING "$PACKAGE_STRING"
1369 cat >>confdefs.h <<_ACEOF
1370 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1374 # Let the site file select an alternate cache file if it wants to.
1375 # Prefer explicitly selected file to automatically selected ones.
1376 if test -z "$CONFIG_SITE"; then
1377 if test "x$prefix" != xNONE; then
1378 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1380 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1383 for ac_site_file in $CONFIG_SITE; do
1384 if test -r "$ac_site_file"; then
1385 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1386 echo "$as_me: loading site script $ac_site_file" >&6;}
1387 sed 's
/^
/|
/' "$ac_site_file" >&5
1392 if test -r "$cache_file"; then
1393 # Some versions of bash will fail to source /dev/null (special
1394 # files actually), so we avoid doing that.
1395 if test -f "$cache_file"; then
1396 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1397 echo "$as_me: loading cache $cache_file" >&6;}
1399 [\\/]* | ?:[\\/]* ) . $cache_file;;
1400 *) . ./$cache_file;;
1404 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1405 echo "$as_me: creating cache $cache_file" >&6;}
1409 # Check that the precious variables saved in the cache have kept the same
1411 ac_cache_corrupted=false
1412 for ac_var in `(set) 2>&1 |
1413 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1414 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1415 eval ac_new_set=\$ac_env_${ac_var}_set
1416 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1417 eval ac_new_val="\$ac_env_${ac_var}_value"
1418 case $ac_old_set,$ac_new_set in
1420 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1421 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1422 ac_cache_corrupted=: ;;
1424 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1425 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1426 ac_cache_corrupted=: ;;
1429 if test "x$ac_old_val" != "x$ac_new_val"; then
1430 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1431 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1432 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1433 echo "$as_me: former value: $ac_old_val" >&2;}
1434 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1435 echo "$as_me: current value: $ac_new_val" >&2;}
1436 ac_cache_corrupted=:
1439 # Pass precious variables to config.status.
1440 if test "$ac_new_set" = set; then
1442 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1443 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1444 *) ac_arg=$ac_var=$ac_new_val ;;
1446 case " $ac_configure_args " in
1447 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1448 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1452 if $ac_cache_corrupted; then
1453 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1454 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1455 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1456 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1457 { (exit 1); exit 1; }; }
1461 ac_cpp='$CPP $CPPFLAGS'
1462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1463 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1487 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1488 if test -f $ac_dir/install-sh; then
1490 ac_install_sh="$ac_aux_dir/install-sh -c"
1492 elif test -f $ac_dir/install.sh; then
1494 ac_install_sh="$ac_aux_dir/install.sh -c"
1496 elif test -f $ac_dir/shtool; then
1498 ac_install_sh="$ac_aux_dir/shtool install -c"
1502 if test -z "$ac_aux_dir"; then
1503 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1504 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1505 { (exit 1); exit 1; }; }
1507 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1508 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1509 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1511 # Make sure we can run config.sub.
1512 $ac_config_sub sun4 >/dev/null 2>&1 ||
1513 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1514 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1515 { (exit 1); exit 1; }; }
1517 echo "$as_me:$LINENO: checking build system type" >&5
1518 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1519 if test "${ac_cv_build+set}" = set; then
1520 echo $ECHO_N "(cached) $ECHO_C" >&6
1522 ac_cv_build_alias=$build_alias
1523 test -z "$ac_cv_build_alias" &&
1524 ac_cv_build_alias=`$ac_config_guess`
1525 test -z "$ac_cv_build_alias" &&
1526 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1527 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1528 { (exit 1); exit 1; }; }
1529 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1530 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1531 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1532 { (exit 1); exit 1; }; }
1535 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1536 echo "${ECHO_T}$ac_cv_build" >&6
1538 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1539 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1540 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1543 echo "$as_me:$LINENO: checking host system type" >&5
1544 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1545 if test "${ac_cv_host+set}" = set; then
1546 echo $ECHO_N "(cached) $ECHO_C" >&6
1548 ac_cv_host_alias=$host_alias
1549 test -z "$ac_cv_host_alias" &&
1550 ac_cv_host_alias=$ac_cv_build_alias
1551 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1552 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1553 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1554 { (exit 1); exit 1; }; }
1557 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1558 echo "${ECHO_T}$ac_cv_host" >&6
1560 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1561 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1562 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1565 echo "$as_me:$LINENO: checking target system type" >&5
1566 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1567 if test "${ac_cv_target+set}" = set; then
1568 echo $ECHO_N "(cached) $ECHO_C" >&6
1570 ac_cv_target_alias=$target_alias
1571 test "x$ac_cv_target_alias" = "x" &&
1572 ac_cv_target_alias=$ac_cv_host_alias
1573 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1574 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1575 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1576 { (exit 1); exit 1; }; }
1579 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1580 echo "${ECHO_T}$ac_cv_target" >&6
1581 target=$ac_cv_target
1582 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1583 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1584 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1587 # The aliases save the names the user supplied, while $host etc.
1588 # will get canonicalized.
1589 test -n "$target_alias" &&
1590 test "$program_prefix$program_suffix$program_transform_name" = \
1592 program_prefix=${target_alias}-
1594 ac_cpp='$CPP $CPPFLAGS'
1595 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1596 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1597 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1598 if test -n "$ac_tool_prefix"; then
1599 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1600 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1601 echo "$as_me:$LINENO: checking for $ac_word" >&5
1602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1603 if test "${ac_cv_prog_CC+set}" = set; then
1604 echo $ECHO_N "(cached) $ECHO_C" >&6
1606 if test -n "$CC"; then
1607 ac_cv_prog_CC="$CC" # Let the user override the test.
1609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1613 test -z "$as_dir" && as_dir=.
1614 for ac_exec_ext in '' $ac_executable_extensions; do
1615 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1616 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1626 if test -n "$CC"; then
1627 echo "$as_me:$LINENO: result: $CC" >&5
1628 echo "${ECHO_T}$CC" >&6
1630 echo "$as_me:$LINENO: result: no" >&5
1631 echo "${ECHO_T}no" >&6
1635 if test -z "$ac_cv_prog_CC"; then
1637 # Extract the first word of "gcc", so it can be a program name with args.
1638 set dummy gcc; ac_word=$2
1639 echo "$as_me:$LINENO: checking for $ac_word" >&5
1640 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1641 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1642 echo $ECHO_N "(cached) $ECHO_C" >&6
1644 if test -n "$ac_ct_CC"; then
1645 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1651 test -z "$as_dir" && as_dir=.
1652 for ac_exec_ext in '' $ac_executable_extensions; do
1653 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1654 ac_cv_prog_ac_ct_CC="gcc"
1655 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1663 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1664 if test -n "$ac_ct_CC"; then
1665 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1666 echo "${ECHO_T}$ac_ct_CC" >&6
1668 echo "$as_me:$LINENO: result: no" >&5
1669 echo "${ECHO_T}no" >&6
1677 if test -z "$CC"; then
1678 if test -n "$ac_tool_prefix"; then
1679 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1680 set dummy ${ac_tool_prefix}cc; ac_word=$2
1681 echo "$as_me:$LINENO: checking for $ac_word" >&5
1682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1683 if test "${ac_cv_prog_CC+set}" = set; then
1684 echo $ECHO_N "(cached) $ECHO_C" >&6
1686 if test -n "$CC"; then
1687 ac_cv_prog_CC="$CC" # Let the user override the test.
1689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1693 test -z "$as_dir" && as_dir=.
1694 for ac_exec_ext in '' $ac_executable_extensions; do
1695 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1696 ac_cv_prog_CC="${ac_tool_prefix}cc"
1697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1706 if test -n "$CC"; then
1707 echo "$as_me:$LINENO: result: $CC" >&5
1708 echo "${ECHO_T}$CC" >&6
1710 echo "$as_me:$LINENO: result: no" >&5
1711 echo "${ECHO_T}no" >&6
1715 if test -z "$ac_cv_prog_CC"; then
1717 # Extract the first word of "cc", so it can be a program name with args.
1718 set dummy cc; ac_word=$2
1719 echo "$as_me:$LINENO: checking for $ac_word" >&5
1720 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1721 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1722 echo $ECHO_N "(cached) $ECHO_C" >&6
1724 if test -n "$ac_ct_CC"; then
1725 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1731 test -z "$as_dir" && as_dir=.
1732 for ac_exec_ext in '' $ac_executable_extensions; do
1733 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1734 ac_cv_prog_ac_ct_CC="cc"
1735 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1743 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1744 if test -n "$ac_ct_CC"; then
1745 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1746 echo "${ECHO_T}$ac_ct_CC" >&6
1748 echo "$as_me:$LINENO: result: no" >&5
1749 echo "${ECHO_T}no" >&6
1758 if test -z "$CC"; then
1759 # Extract the first word of "cc", so it can be a program name with args.
1760 set dummy cc; ac_word=$2
1761 echo "$as_me:$LINENO: checking for $ac_word" >&5
1762 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1763 if test "${ac_cv_prog_CC+set}" = set; then
1764 echo $ECHO_N "(cached) $ECHO_C" >&6
1766 if test -n "$CC"; then
1767 ac_cv_prog_CC="$CC" # Let the user override the test.
1770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1774 test -z "$as_dir" && as_dir=.
1775 for ac_exec_ext in '' $ac_executable_extensions; do
1776 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1777 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1778 ac_prog_rejected=yes
1782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1788 if test $ac_prog_rejected = yes; then
1789 # We found a bogon in the path, so make sure we never use it.
1790 set dummy $ac_cv_prog_CC
1792 if test $# != 0; then
1793 # We chose a different compiler from the bogus one.
1794 # However, it has the same basename, so the bogon will be chosen
1795 # first if we set CC to just the basename; use the full file name.
1797 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1803 if test -n "$CC"; then
1804 echo "$as_me:$LINENO: result: $CC" >&5
1805 echo "${ECHO_T}$CC" >&6
1807 echo "$as_me:$LINENO: result: no" >&5
1808 echo "${ECHO_T}no" >&6
1812 if test -z "$CC"; then
1813 if test -n "$ac_tool_prefix"; then
1816 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1817 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1818 echo "$as_me:$LINENO: checking for $ac_word" >&5
1819 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1820 if test "${ac_cv_prog_CC+set}" = set; then
1821 echo $ECHO_N "(cached) $ECHO_C" >&6
1823 if test -n "$CC"; then
1824 ac_cv_prog_CC="$CC" # Let the user override the test.
1826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1830 test -z "$as_dir" && as_dir=.
1831 for ac_exec_ext in '' $ac_executable_extensions; do
1832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1833 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1843 if test -n "$CC"; then
1844 echo "$as_me:$LINENO: result: $CC" >&5
1845 echo "${ECHO_T}$CC" >&6
1847 echo "$as_me:$LINENO: result: no" >&5
1848 echo "${ECHO_T}no" >&6
1851 test -n "$CC" && break
1854 if test -z "$CC"; then
1858 # Extract the first word of "$ac_prog", so it can be a program name with args.
1859 set dummy $ac_prog; ac_word=$2
1860 echo "$as_me:$LINENO: checking for $ac_word" >&5
1861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1862 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1863 echo $ECHO_N "(cached) $ECHO_C" >&6
1865 if test -n "$ac_ct_CC"; then
1866 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1872 test -z "$as_dir" && as_dir=.
1873 for ac_exec_ext in '' $ac_executable_extensions; do
1874 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1875 ac_cv_prog_ac_ct_CC="$ac_prog"
1876 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1884 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1885 if test -n "$ac_ct_CC"; then
1886 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1887 echo "${ECHO_T}$ac_ct_CC" >&6
1889 echo "$as_me:$LINENO: result: no" >&5
1890 echo "${ECHO_T}no" >&6
1893 test -n "$ac_ct_CC" && break
1902 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1903 See \`config.log' for more details.
" >&5
1904 echo "$as_me: error
: no acceptable C compiler found
in \
$PATH
1905 See \
`config.log' for more details." >&2;}
1906 { (exit 1); exit 1; }; }
1908 # Provide some information about the compiler.
1909 echo "$as_me:$LINENO:" \
1910 "checking for C compiler version" >&5
1911 ac_compiler=`set X
$ac_compile; echo $2`
1912 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1913 (eval $ac_compiler --version </dev/null >&5) 2>&5
1915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1916 (exit $ac_status); }
1917 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1918 (eval $ac_compiler -v </dev/null >&5) 2>&5
1920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1921 (exit $ac_status); }
1922 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1923 (eval $ac_compiler -V </dev/null >&5) 2>&5
1925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1926 (exit $ac_status); }
1928 cat >conftest.$ac_ext <<_ACEOF
1931 cat confdefs.h >>conftest.$ac_ext
1932 cat >>conftest.$ac_ext <<_ACEOF
1933 /* end confdefs.h. */
1943 ac_clean_files_save=$ac_clean_files
1944 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1945 # Try to create an executable without -o first, disregard a.out.
1946 # It will help us diagnose broken compilers, and finding out an intuition
1948 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1949 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1950 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
1951 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1952 (eval $ac_link_default) 2>&5
1954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1955 (exit $ac_status); }; then
1956 # Find the output, starting from the most likely. This scheme is
1957 # not robust to junk in `.
', hence go to wildcards (a.*) only as a last
1960 # Be careful to initialize this variable, since it used to be cached.
1961 # Otherwise an old cache value of `no' led to
`EXEEXT = no' in a Makefile.
1963 # b.out is created by i960 compilers.
1964 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1966 test -f "$ac_file" || continue
1968 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1971 # This is the source file.
1974 # We found the default executable, but exeext='' is most
1978 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1979 # FIXME: I believe we export ac_cv_exeext for Libtool,
1980 # but it would be cool to find out if it's true. Does anybody
1981 # maintain Libtool? --akim.
1989 echo "$as_me: failed program was:" >&5
1990 sed 's/^/| /' conftest.$ac_ext >&5
1992 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1993 See \`config.log
' for more details." >&5
1994 echo "$as_me: error: C compiler cannot create executables
1995 See \`config.log' for more details.
" >&2;}
1996 { (exit 77); exit 77; }; }
1999 ac_exeext=$ac_cv_exeext
2000 echo "$as_me:$LINENO: result
: $ac_file" >&5
2001 echo "${ECHO_T}$ac_file" >&6
2003 # Check the compiler produces executables we can run. If not, either
2004 # the compiler is broken, or we cross compile.
2005 echo "$as_me:$LINENO: checking whether the C compiler works
" >&5
2006 echo $ECHO_N "checking whether the C compiler works...
$ECHO_C" >&6
2007 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2008 # If not cross compiling, check that we can run a simple program.
2009 if test "$cross_compiling" != yes; then
2010 if { ac_try='./$ac_file'
2011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2014 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2015 (exit $ac_status); }; }; then
2018 if test "$cross_compiling" = maybe; then
2021 { { echo "$as_me:$LINENO: error
: cannot run C compiled programs.
2022 If you meant to cross compile
, use \
`--host'.
2023 See \`config.log
' for more details." >&5
2024 echo "$as_me: error: cannot run C compiled programs.
2025 If you meant to cross compile, use \`--host'.
2026 See \
`config.log' for more details." >&2;}
2027 { (exit 1); exit 1; }; }
2031 echo "$as_me:$LINENO: result: yes" >&5
2032 echo "${ECHO_T}yes" >&6
2034 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2035 ac_clean_files=$ac_clean_files_save
2036 # Check the compiler produces executables we can run. If not, either
2037 # the compiler is broken, or we cross compile.
2038 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2039 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2040 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2041 echo "${ECHO_T}$cross_compiling" >&6
2043 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2044 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2045 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2046 (eval $ac_link) 2>&5
2048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2049 (exit $ac_status); }; then
2050 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2051 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2052 # work properly (i.e., refer to `conftest.exe'), while it won't with
2054 for ac_file
in conftest.exe conftest conftest.
*; do
2055 test -f "$ac_file" ||
continue
2057 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2058 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2065 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2066 See \`config.log' for more details." >&5
2067 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2068 See \`config.log' for more details." >&2;}
2069 { (exit 1); exit 1; }; }
2072 rm -f conftest
$ac_cv_exeext
2073 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2074 echo "${ECHO_T}$ac_cv_exeext" >&6
2076 rm -f conftest.
$ac_ext
2077 EXEEXT
=$ac_cv_exeext
2079 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2080 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2081 if test "${ac_cv_objext+set}" = set; then
2082 echo $ECHO_N "(cached) $ECHO_C" >&6
2084 cat >conftest.
$ac_ext <<_ACEOF
2087 cat confdefs.h
>>conftest.
$ac_ext
2088 cat >>conftest.
$ac_ext <<_ACEOF
2089 /* end confdefs.h. */
2099 rm -f conftest.o conftest.obj
2100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2101 (eval $ac_compile) 2>&5
2103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2104 (exit $ac_status); }; then
2105 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2107 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2108 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2113 echo "$as_me: failed program was:" >&5
2114 sed 's/^/| /' conftest.
$ac_ext >&5
2116 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2117 See \`config.log' for more details." >&5
2118 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2119 See \`config.log' for more details." >&2;}
2120 { (exit 1); exit 1; }; }
2123 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2125 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2126 echo "${ECHO_T}$ac_cv_objext" >&6
2127 OBJEXT
=$ac_cv_objext
2129 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2130 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2131 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2132 echo $ECHO_N "(cached) $ECHO_C" >&6
2134 cat >conftest.
$ac_ext <<_ACEOF
2137 cat confdefs.h
>>conftest.
$ac_ext
2138 cat >>conftest.
$ac_ext <<_ACEOF
2139 /* end confdefs.h. */
2152 rm -f conftest.
$ac_objext
2153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2154 (eval $ac_compile) 2>conftest.er1
2156 grep -v '^ *+' conftest.er1
>conftest.err
2158 cat conftest.err
>&5
2159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2160 (exit $ac_status); } &&
2161 { ac_try
='test -z "$ac_c_werror_flag"
2162 || test ! -s conftest.err'
2163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2167 (exit $ac_status); }; } &&
2168 { ac_try
='test -s conftest.$ac_objext'
2169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2173 (exit $ac_status); }; }; then
2176 echo "$as_me: failed program was:" >&5
2177 sed 's/^/| /' conftest.
$ac_ext >&5
2181 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2182 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2185 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2186 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2187 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2188 ac_test_CFLAGS
=${CFLAGS+set}
2189 ac_save_CFLAGS
=$CFLAGS
2191 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2192 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2193 if test "${ac_cv_prog_cc_g+set}" = set; then
2194 echo $ECHO_N "(cached) $ECHO_C" >&6
2196 cat >conftest.
$ac_ext <<_ACEOF
2199 cat confdefs.h
>>conftest.
$ac_ext
2200 cat >>conftest.
$ac_ext <<_ACEOF
2201 /* end confdefs.h. */
2211 rm -f conftest.
$ac_objext
2212 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2213 (eval $ac_compile) 2>conftest.er1
2215 grep -v '^ *+' conftest.er1
>conftest.err
2217 cat conftest.err
>&5
2218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2219 (exit $ac_status); } &&
2220 { ac_try
='test -z "$ac_c_werror_flag"
2221 || test ! -s conftest.err'
2222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2226 (exit $ac_status); }; } &&
2227 { ac_try
='test -s conftest.$ac_objext'
2228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2232 (exit $ac_status); }; }; then
2235 echo "$as_me: failed program was:" >&5
2236 sed 's/^/| /' conftest.
$ac_ext >&5
2240 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2242 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2243 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2244 if test "$ac_test_CFLAGS" = set; then
2245 CFLAGS
=$ac_save_CFLAGS
2246 elif test $ac_cv_prog_cc_g = yes; then
2247 if test "$GCC" = yes; then
2253 if test "$GCC" = yes; then
2259 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2260 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2261 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 ac_cv_prog_cc_stdc
=no
2266 cat >conftest.
$ac_ext <<_ACEOF
2269 cat confdefs.h
>>conftest.
$ac_ext
2270 cat >>conftest.
$ac_ext <<_ACEOF
2271 /* end confdefs.h. */
2274 #include <sys/types.h>
2275 #include <sys/stat.h>
2276 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2277 struct buf { int x; };
2278 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2279 static char *e (p, i)
2285 static char *f (char * (*g) (char **, int), char **p, ...)
2290 s = g (p, va_arg (v,int));
2295 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2296 function prototypes and stuff, but not '\xHH' hex character constants.
2297 These don't provoke an error unfortunately, instead are silently treated
2298 as 'x'. The following induces an error, until -std1 is added to get
2299 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2300 array size at least. It's necessary to write '\x00'==0 to get something
2301 that's true only with -std1. */
2302 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2304 int test (int i, double x);
2305 struct s1 {int (*f) (int a);};
2306 struct s2 {int (*f) (double a);};
2307 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2313 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2318 # Don't try gcc -ansi; that turns off useful extensions and
2319 # breaks some systems' header files.
2320 # AIX -qlanglvl=ansi
2321 # Ultrix and OSF/1 -std1
2322 # HP-UX 10.20 and later -Ae
2323 # HP-UX older versions -Aa -D_HPUX_SOURCE
2324 # SVR4 -Xc -D__EXTENSIONS__
2325 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2327 CC
="$ac_save_CC $ac_arg"
2328 rm -f conftest.
$ac_objext
2329 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2330 (eval $ac_compile) 2>conftest.er1
2332 grep -v '^ *+' conftest.er1
>conftest.err
2334 cat conftest.err
>&5
2335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2336 (exit $ac_status); } &&
2337 { ac_try
='test -z "$ac_c_werror_flag"
2338 || test ! -s conftest.err'
2339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2343 (exit $ac_status); }; } &&
2344 { ac_try
='test -s conftest.$ac_objext'
2345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2349 (exit $ac_status); }; }; then
2350 ac_cv_prog_cc_stdc
=$ac_arg
2353 echo "$as_me: failed program was:" >&5
2354 sed 's/^/| /' conftest.
$ac_ext >&5
2357 rm -f conftest.err conftest.
$ac_objext
2359 rm -f conftest.
$ac_ext conftest.
$ac_objext
2364 case "x$ac_cv_prog_cc_stdc" in
2366 echo "$as_me:$LINENO: result: none needed" >&5
2367 echo "${ECHO_T}none needed" >&6 ;;
2369 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2370 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2371 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2374 # Some people use a C++ compiler to compile C. Since we use `exit',
2375 # in C++ we need to declare it. In case someone uses the same compiler
2376 # for both compiling C and C++ we need to have the C++ compiler decide
2377 # the declaration of exit, since it's the most demanding environment.
2378 cat >conftest.
$ac_ext <<_ACEOF
2383 rm -f conftest.
$ac_objext
2384 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2385 (eval $ac_compile) 2>conftest.er1
2387 grep -v '^ *+' conftest.er1
>conftest.err
2389 cat conftest.err
>&5
2390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391 (exit $ac_status); } &&
2392 { ac_try
='test -z "$ac_c_werror_flag"
2393 || test ! -s conftest.err'
2394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2398 (exit $ac_status); }; } &&
2399 { ac_try
='test -s conftest.$ac_objext'
2400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); }; }; then
2405 for ac_declaration
in \
2407 'extern "C" void std::exit (int) throw (); using std::exit;' \
2408 'extern "C" void std::exit (int); using std::exit;' \
2409 'extern "C" void exit (int) throw ();' \
2410 'extern "C" void exit (int);' \
2413 cat >conftest.
$ac_ext <<_ACEOF
2416 cat confdefs.h
>>conftest.
$ac_ext
2417 cat >>conftest.
$ac_ext <<_ACEOF
2418 /* end confdefs.h. */
2429 rm -f conftest.
$ac_objext
2430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2431 (eval $ac_compile) 2>conftest.er1
2433 grep -v '^ *+' conftest.er1
>conftest.err
2435 cat conftest.err
>&5
2436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2437 (exit $ac_status); } &&
2438 { ac_try
='test -z "$ac_c_werror_flag"
2439 || test ! -s conftest.err'
2440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2444 (exit $ac_status); }; } &&
2445 { ac_try
='test -s conftest.$ac_objext'
2446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2450 (exit $ac_status); }; }; then
2453 echo "$as_me: failed program was:" >&5
2454 sed 's/^/| /' conftest.
$ac_ext >&5
2458 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2459 cat >conftest.
$ac_ext <<_ACEOF
2462 cat confdefs.h
>>conftest.
$ac_ext
2463 cat >>conftest.
$ac_ext <<_ACEOF
2464 /* end confdefs.h. */
2474 rm -f conftest.
$ac_objext
2475 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2476 (eval $ac_compile) 2>conftest.er1
2478 grep -v '^ *+' conftest.er1
>conftest.err
2480 cat conftest.err
>&5
2481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482 (exit $ac_status); } &&
2483 { ac_try
='test -z "$ac_c_werror_flag"
2484 || test ! -s conftest.err'
2485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2489 (exit $ac_status); }; } &&
2490 { ac_try
='test -s conftest.$ac_objext'
2491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495 (exit $ac_status); }; }; then
2498 echo "$as_me: failed program was:" >&5
2499 sed 's/^/| /' conftest.
$ac_ext >&5
2502 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2505 if test -n "$ac_declaration"; then
2506 echo '#ifdef __cplusplus' >>confdefs.h
2507 echo $ac_declaration >>confdefs.h
2508 echo '#endif' >>confdefs.h
2512 echo "$as_me: failed program was:" >&5
2513 sed 's/^/| /' conftest.
$ac_ext >&5
2516 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2518 ac_cpp
='$CPP $CPPFLAGS'
2519 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2520 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2521 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2524 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2525 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2526 if test "${ac_cv_search_strerror+set}" = set; then
2527 echo $ECHO_N "(cached) $ECHO_C" >&6
2529 ac_func_search_save_LIBS
=$LIBS
2530 ac_cv_search_strerror
=no
2531 cat >conftest.
$ac_ext <<_ACEOF
2534 cat confdefs.h
>>conftest.
$ac_ext
2535 cat >>conftest.
$ac_ext <<_ACEOF
2536 /* end confdefs.h. */
2538 /* Override any gcc2 internal prototype to avoid an error. */
2542 /* We use char because int might match the return type of a gcc2
2543 builtin and then its argument prototype would still apply. */
2553 rm -f conftest.
$ac_objext conftest
$ac_exeext
2554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2555 (eval $ac_link) 2>conftest.er1
2557 grep -v '^ *+' conftest.er1
>conftest.err
2559 cat conftest.err
>&5
2560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2561 (exit $ac_status); } &&
2562 { ac_try
='test -z "$ac_c_werror_flag"
2563 || test ! -s conftest.err'
2564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2568 (exit $ac_status); }; } &&
2569 { ac_try
='test -s conftest$ac_exeext'
2570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2574 (exit $ac_status); }; }; then
2575 ac_cv_search_strerror
="none required"
2577 echo "$as_me: failed program was:" >&5
2578 sed 's/^/| /' conftest.
$ac_ext >&5
2581 rm -f conftest.err conftest.
$ac_objext \
2582 conftest
$ac_exeext conftest.
$ac_ext
2583 if test "$ac_cv_search_strerror" = no
; then
2584 for ac_lib
in cposix
; do
2585 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2586 cat >conftest.
$ac_ext <<_ACEOF
2589 cat confdefs.h
>>conftest.
$ac_ext
2590 cat >>conftest.
$ac_ext <<_ACEOF
2591 /* end confdefs.h. */
2593 /* Override any gcc2 internal prototype to avoid an error. */
2597 /* We use char because int might match the return type of a gcc2
2598 builtin and then its argument prototype would still apply. */
2608 rm -f conftest.
$ac_objext conftest
$ac_exeext
2609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2610 (eval $ac_link) 2>conftest.er1
2612 grep -v '^ *+' conftest.er1
>conftest.err
2614 cat conftest.err
>&5
2615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2616 (exit $ac_status); } &&
2617 { ac_try
='test -z "$ac_c_werror_flag"
2618 || test ! -s conftest.err'
2619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }; } &&
2624 { ac_try
='test -s conftest$ac_exeext'
2625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2629 (exit $ac_status); }; }; then
2630 ac_cv_search_strerror
="-l$ac_lib"
2633 echo "$as_me: failed program was:" >&5
2634 sed 's/^/| /' conftest.
$ac_ext >&5
2637 rm -f conftest.err conftest.
$ac_objext \
2638 conftest
$ac_exeext conftest.
$ac_ext
2641 LIBS
=$ac_func_search_save_LIBS
2643 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2644 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2645 if test "$ac_cv_search_strerror" != no
; then
2646 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2651 am__api_version
="1.9"
2652 # Find a good install program. We prefer a C program (faster),
2653 # so one script is as good as another. But avoid the broken or
2654 # incompatible versions:
2655 # SysV /etc/install, /usr/sbin/install
2656 # SunOS /usr/etc/install
2657 # IRIX /sbin/install
2659 # AmigaOS /C/install, which installs bootblocks on floppy discs
2660 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2661 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2662 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2663 # OS/2's system install, which has a completely different semantic
2664 # ./install, which can be erroneously created by make from ./install.sh.
2665 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2666 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2667 if test -z "$INSTALL"; then
2668 if test "${ac_cv_path_install+set}" = set; then
2669 echo $ECHO_N "(cached) $ECHO_C" >&6
2671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2675 test -z "$as_dir" && as_dir
=.
2676 # Account for people who put trailing slashes in PATH elements.
2678 .
/ | .
// |
/cC
/* | \
2679 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2680 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2683 # OSF1 and SCO ODT 3.0 have their own names for install.
2684 # Don't use installbsd from OSF since it installs stuff as root
2686 for ac_prog
in ginstall scoinst
install; do
2687 for ac_exec_ext
in '' $ac_executable_extensions; do
2688 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2689 if test $ac_prog = install &&
2690 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2691 # AIX install. It has an incompatible calling convention.
2693 elif test $ac_prog = install &&
2694 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2695 # program-specific install script used by HP pwplus--don't use.
2698 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2710 if test "${ac_cv_path_install+set}" = set; then
2711 INSTALL
=$ac_cv_path_install
2713 # As a last resort, use the slow shell script. We don't cache a
2714 # path for INSTALL within a source directory, because that will
2715 # break other packages using the cache if that directory is
2716 # removed, or if the path is relative.
2717 INSTALL
=$ac_install_sh
2720 echo "$as_me:$LINENO: result: $INSTALL" >&5
2721 echo "${ECHO_T}$INSTALL" >&6
2723 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2724 # It thinks the first close brace ends the variable substitution.
2725 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2727 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2729 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2731 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2732 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2735 echo timestamp
> conftest.
file
2736 # Do `set' in a subshell so we don't clobber the current shell's
2737 # arguments. Must try -L first in case configure is actually a
2738 # symlink; some systems play weird games with the mod time of symlinks
2739 # (eg FreeBSD returns the mod time of the symlink's containing
2742 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2743 if test "$*" = "X"; then
2745 set X
`ls -t $srcdir/configure conftest.file`
2748 if test "$*" != "X $srcdir/configure conftest.file" \
2749 && test "$*" != "X conftest.file $srcdir/configure"; then
2751 # If neither matched, then we have a broken ls. This can happen
2752 # if, for instance, CONFIG_SHELL is bash and it inherits a
2753 # broken ls alias from the environment. This has actually
2754 # happened. Such a system could not be considered "sane".
2755 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2756 alias in your environment" >&5
2757 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2758 alias in your environment" >&2;}
2759 { (exit 1); exit 1; }; }
2762 test "$2" = conftest.
file
2768 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2769 Check your system clock" >&5
2770 echo "$as_me: error: newly created file is older than distributed files!
2771 Check your system clock" >&2;}
2772 { (exit 1); exit 1; }; }
2774 echo "$as_me:$LINENO: result: yes" >&5
2775 echo "${ECHO_T}yes" >&6
2776 test "$program_prefix" != NONE
&&
2777 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2778 # Use a double $ so make ignores it.
2779 test "$program_suffix" != NONE
&&
2780 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2781 # Double any \ or $. echo might interpret backslashes.
2782 # By default was `s,x,x', remove it if useless.
2783 cat <<\_ACEOF
>conftest.
sed
2784 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2786 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2789 # expand $ac_aux_dir to an absolute path
2790 am_aux_dir
=`cd $ac_aux_dir && pwd`
2792 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2793 # Use eval to expand $SHELL
2794 if eval "$MISSING --run true"; then
2795 am_missing_run
="$MISSING --run "
2798 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2799 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2802 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2803 # We used to keeping the `.' as first argument, in order to
2804 # allow $(mkdir_p) to be used without argument. As in
2805 # $(mkdir_p) $(somedir)
2806 # where $(somedir) is conditionally defined. However this is wrong
2808 # 1. if the package is installed by a user who cannot write `.'
2809 # make install will fail,
2810 # 2. the above comment should most certainly read
2811 # $(mkdir_p) $(DESTDIR)$(somedir)
2812 # so it does not work when $(somedir) is undefined and
2813 # $(DESTDIR) is not.
2814 # To support the latter case, we have to write
2815 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2816 # so the `.' trick is pointless.
2817 mkdir_p
='mkdir -p --'
2819 # On NextStep and OpenStep, the `mkdir' command does not
2820 # recognize any option. It will interpret all options as
2821 # directories to create, and then abort because `.' already
2823 for d
in .
/-p .
/--version;
2825 test -d $d && rmdir $d
2827 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2828 if test -f "$ac_aux_dir/mkinstalldirs"; then
2829 mkdir_p
='$(mkinstalldirs)'
2831 mkdir_p
='$(install_sh) -d'
2835 for ac_prog
in gawk mawk nawk
awk
2837 # Extract the first word of "$ac_prog", so it can be a program name with args.
2838 set dummy
$ac_prog; ac_word
=$2
2839 echo "$as_me:$LINENO: checking for $ac_word" >&5
2840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2841 if test "${ac_cv_prog_AWK+set}" = set; then
2842 echo $ECHO_N "(cached) $ECHO_C" >&6
2844 if test -n "$AWK"; then
2845 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2847 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2851 test -z "$as_dir" && as_dir
=.
2852 for ac_exec_ext
in '' $ac_executable_extensions; do
2853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2854 ac_cv_prog_AWK
="$ac_prog"
2855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2864 if test -n "$AWK"; then
2865 echo "$as_me:$LINENO: result: $AWK" >&5
2866 echo "${ECHO_T}$AWK" >&6
2868 echo "$as_me:$LINENO: result: no" >&5
2869 echo "${ECHO_T}no" >&6
2872 test -n "$AWK" && break
2875 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2876 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2877 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2878 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2879 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 cat >conftest.
make <<\_ACEOF
2883 @
echo 'ac_maketemp="$(MAKE)"'
2885 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2886 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2887 if test -n "$ac_maketemp"; then
2888 eval ac_cv_prog_make_
${ac_make}_set
=yes
2890 eval ac_cv_prog_make_
${ac_make}_set
=no
2894 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2895 echo "$as_me:$LINENO: result: yes" >&5
2896 echo "${ECHO_T}yes" >&6
2899 echo "$as_me:$LINENO: result: no" >&5
2900 echo "${ECHO_T}no" >&6
2901 SET_MAKE
="MAKE=${MAKE-make}"
2904 rm -rf .tst
2>/dev
/null
2905 mkdir .tst
2>/dev
/null
2906 if test -d .tst
; then
2911 rmdir .tst
2>/dev
/null
2913 DEPDIR
="${am__leading_dot}deps"
2915 ac_config_commands
="$ac_config_commands depfiles"
2918 am_make
=${MAKE-make}
2919 cat > confinc
<< 'END'
2924 # If we don't find an include directive, just comment out the code.
2925 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2926 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2930 # First try GNU make style include.
2931 echo "include confinc" > confmf
2932 # We grep out `Entering directory' and `Leaving directory'
2933 # messages which can occur if `w' ends up in MAKEFLAGS.
2934 # In particular we don't look at `^make:' because GNU make might
2935 # be invoked under some other name (usually "gmake"), in which
2936 # case it prints its new name instead of `make'.
2937 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2942 # Now try BSD make style include.
2943 if test "$am__include" = "#"; then
2944 echo '.include "confinc"' > confmf
2945 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2946 am__include
=.include
2953 echo "$as_me:$LINENO: result: $_am_result" >&5
2954 echo "${ECHO_T}$_am_result" >&6
2955 rm -f confinc confmf
2957 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2958 if test "${enable_dependency_tracking+set}" = set; then
2959 enableval
="$enable_dependency_tracking"
2962 if test "x$enable_dependency_tracking" != xno
; then
2963 am_depcomp
="$ac_aux_dir/depcomp"
2968 if test "x$enable_dependency_tracking" != xno; then
2978 # test to see if srcdir already configured
2979 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2980 test -f $srcdir/config.status
; then
2981 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2982 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2983 { (exit 1); exit 1; }; }
2986 # test whether we have cygpath
2987 if test -z "$CYGPATH_W"; then
2988 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2989 CYGPATH_W
='cygpath -w'
2996 # Define the identity of the package.
3001 cat >>confdefs.h
<<_ACEOF
3002 #define PACKAGE "$PACKAGE"
3006 cat >>confdefs.h
<<_ACEOF
3007 #define VERSION "$VERSION"
3010 # Some tools Automake needs.
3012 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3015 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3018 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3021 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3024 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3026 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3028 # Installed binaries are usually stripped using `strip' when the user
3029 # run `make install-strip'. However `strip' might not be the right
3030 # tool to use in cross-compilation environments, therefore Automake
3031 # will honor the `STRIP' environment variable to overrule this program.
3032 if test "$cross_compiling" != no
; then
3033 if test -n "$ac_tool_prefix"; then
3034 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3035 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3036 echo "$as_me:$LINENO: checking for $ac_word" >&5
3037 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3038 if test "${ac_cv_prog_STRIP+set}" = set; then
3039 echo $ECHO_N "(cached) $ECHO_C" >&6
3041 if test -n "$STRIP"; then
3042 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3044 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3048 test -z "$as_dir" && as_dir
=.
3049 for ac_exec_ext
in '' $ac_executable_extensions; do
3050 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3051 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3060 STRIP
=$ac_cv_prog_STRIP
3061 if test -n "$STRIP"; then
3062 echo "$as_me:$LINENO: result: $STRIP" >&5
3063 echo "${ECHO_T}$STRIP" >&6
3065 echo "$as_me:$LINENO: result: no" >&5
3066 echo "${ECHO_T}no" >&6
3070 if test -z "$ac_cv_prog_STRIP"; then
3072 # Extract the first word of "strip", so it can be a program name with args.
3073 set dummy strip
; ac_word
=$2
3074 echo "$as_me:$LINENO: checking for $ac_word" >&5
3075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3076 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3077 echo $ECHO_N "(cached) $ECHO_C" >&6
3079 if test -n "$ac_ct_STRIP"; then
3080 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3082 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3086 test -z "$as_dir" && as_dir
=.
3087 for ac_exec_ext
in '' $ac_executable_extensions; do
3088 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3089 ac_cv_prog_ac_ct_STRIP
="strip"
3090 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3096 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3099 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3100 if test -n "$ac_ct_STRIP"; then
3101 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3102 echo "${ECHO_T}$ac_ct_STRIP" >&6
3104 echo "$as_me:$LINENO: result: no" >&5
3105 echo "${ECHO_T}no" >&6
3110 STRIP
="$ac_cv_prog_STRIP"
3114 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3116 # We need awk for the "check" target. The system "awk" is bad on
3118 # Always define AMTAR for backward compatibility.
3120 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3122 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3127 depcc
="$CC" am_compiler_list
=
3129 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3130 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3131 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3132 echo $ECHO_N "(cached) $ECHO_C" >&6
3134 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3135 # We make a subdir and do the tests there. Otherwise we can end up
3136 # making bogus files that we don't know about and never remove. For
3137 # instance it was reported that on HP-UX the gcc test will end up
3138 # making a dummy file named `D' -- because `-MD' means `put the output
3141 # Copy depcomp to subdir because otherwise we won't find it if we're
3142 # using a relative directory.
3143 cp "$am_depcomp" conftest.dir
3145 # We will build objects and dependencies in a subdirectory because
3146 # it helps to detect inapplicable dependency modes. For instance
3147 # both Tru64's cc and ICC support -MD to output dependencies as a
3148 # side effect of compilation, but ICC will put the dependencies in
3149 # the current directory while Tru64 will put them in the object
3153 am_cv_CC_dependencies_compiler_type
=none
3154 if test "$am_compiler_list" = ""; then
3155 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3157 for depmode
in $am_compiler_list; do
3158 # Setup a source with many dependencies, because some compilers
3159 # like to wrap large dependency lists on column 80 (with \), and
3160 # we should not choose a depcomp mode which is confused by this.
3162 # We need to recreate these files for each test, as the compiler may
3163 # overwrite some of them when testing with obscure command lines.
3164 # This happens at least with the AIX C compiler.
3166 for i
in 1 2 3 4 5 6; do
3167 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3168 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3169 # Solaris 8's {/usr,}/bin/sh.
3170 touch sub
/conftst
$i.h
3172 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3176 # after this tag, mechanisms are not by side-effect, so they'll
3177 # only be used when explicitly requested
3178 if test "x$enable_dependency_tracking" = xyes
; then
3186 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3187 # mode. It turns out that the SunPro C++ compiler does not properly
3188 # handle `-M -o', and we need to detect this.
3189 if depmode
=$depmode \
3190 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3191 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3192 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3193 >/dev
/null
2>conftest.err
&&
3194 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3195 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3196 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3197 # icc doesn't choke on unknown options, it will just issue warnings
3198 # or remarks (even with -Werror). So we grep stderr for any message
3199 # that says an option was ignored or not supported.
3200 # When given -MP, icc 7.0 and 7.1 complain thusly:
3201 # icc: Command line warning: ignoring option '-M'; no argument required
3202 # The diagnosis changed in icc 8.0:
3203 # icc: Command line remark: option '-MP' not supported
3204 if (grep 'ignoring option' conftest.err ||
3205 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3206 am_cv_CC_dependencies_compiler_type
=$depmode
3215 am_cv_CC_dependencies_compiler_type
=none
3219 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3220 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3221 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3226 test "x$enable_dependency_tracking" != xno \
3227 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3229 am__fastdepCC_FALSE
='#'
3231 am__fastdepCC_TRUE
='#'
3232 am__fastdepCC_FALSE
=
3238 if test -n "$ac_tool_prefix"; then
3239 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3240 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3241 echo "$as_me:$LINENO: checking for $ac_word" >&5
3242 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3243 if test "${ac_cv_prog_AR+set}" = set; then
3244 echo $ECHO_N "(cached) $ECHO_C" >&6
3246 if test -n "$AR"; then
3247 ac_cv_prog_AR
="$AR" # Let the user override the test.
3249 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3253 test -z "$as_dir" && as_dir
=.
3254 for ac_exec_ext
in '' $ac_executable_extensions; do
3255 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3256 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3257 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3266 if test -n "$AR"; then
3267 echo "$as_me:$LINENO: result: $AR" >&5
3268 echo "${ECHO_T}$AR" >&6
3270 echo "$as_me:$LINENO: result: no" >&5
3271 echo "${ECHO_T}no" >&6
3275 if test -z "$ac_cv_prog_AR"; then
3277 # Extract the first word of "ar", so it can be a program name with args.
3278 set dummy
ar; ac_word
=$2
3279 echo "$as_me:$LINENO: checking for $ac_word" >&5
3280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3281 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3282 echo $ECHO_N "(cached) $ECHO_C" >&6
3284 if test -n "$ac_ct_AR"; then
3285 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3287 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3291 test -z "$as_dir" && as_dir
=.
3292 for ac_exec_ext
in '' $ac_executable_extensions; do
3293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3294 ac_cv_prog_ac_ct_AR
="ar"
3295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3303 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3304 if test -n "$ac_ct_AR"; then
3305 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3306 echo "${ECHO_T}$ac_ct_AR" >&6
3308 echo "$as_me:$LINENO: result: no" >&5
3309 echo "${ECHO_T}no" >&6
3317 if test -n "$ac_tool_prefix"; then
3318 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3319 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3320 echo "$as_me:$LINENO: checking for $ac_word" >&5
3321 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3322 if test "${ac_cv_prog_RANLIB+set}" = set; then
3323 echo $ECHO_N "(cached) $ECHO_C" >&6
3325 if test -n "$RANLIB"; then
3326 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3328 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3332 test -z "$as_dir" && as_dir
=.
3333 for ac_exec_ext
in '' $ac_executable_extensions; do
3334 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3335 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3336 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3344 RANLIB
=$ac_cv_prog_RANLIB
3345 if test -n "$RANLIB"; then
3346 echo "$as_me:$LINENO: result: $RANLIB" >&5
3347 echo "${ECHO_T}$RANLIB" >&6
3349 echo "$as_me:$LINENO: result: no" >&5
3350 echo "${ECHO_T}no" >&6
3354 if test -z "$ac_cv_prog_RANLIB"; then
3355 ac_ct_RANLIB
=$RANLIB
3356 # Extract the first word of "ranlib", so it can be a program name with args.
3357 set dummy ranlib
; ac_word
=$2
3358 echo "$as_me:$LINENO: checking for $ac_word" >&5
3359 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3360 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3361 echo $ECHO_N "(cached) $ECHO_C" >&6
3363 if test -n "$ac_ct_RANLIB"; then
3364 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3366 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3370 test -z "$as_dir" && as_dir
=.
3371 for ac_exec_ext
in '' $ac_executable_extensions; do
3372 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3373 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3374 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3380 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3383 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3384 if test -n "$ac_ct_RANLIB"; then
3385 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3386 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3388 echo "$as_me:$LINENO: result: no" >&5
3389 echo "${ECHO_T}no" >&6
3392 RANLIB
=$ac_ct_RANLIB
3394 RANLIB
="$ac_cv_prog_RANLIB"
3398 # Check whether --enable-shared or --disable-shared was given.
3399 if test "${enable_shared+set}" = set; then
3400 enableval
="$enable_shared"
3401 p
=${PACKAGE-default}
3403 yes) enable_shared
=yes ;;
3404 no
) enable_shared
=no
;;
3407 # Look at the argument we got. We use all the common list separators.
3408 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
3409 for pkg
in $enableval; do
3411 if test "X$pkg" = "X$p"; then
3431 ac_cpp
='$CPP $CPPFLAGS'
3432 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3433 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3434 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3435 if test -n "$ac_tool_prefix"; then
3436 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3437 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3438 echo "$as_me:$LINENO: checking for $ac_word" >&5
3439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3440 if test "${ac_cv_prog_CC+set}" = set; then
3441 echo $ECHO_N "(cached) $ECHO_C" >&6
3443 if test -n "$CC"; then
3444 ac_cv_prog_CC
="$CC" # Let the user override the test.
3446 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3450 test -z "$as_dir" && as_dir
=.
3451 for ac_exec_ext
in '' $ac_executable_extensions; do
3452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3453 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3463 if test -n "$CC"; then
3464 echo "$as_me:$LINENO: result: $CC" >&5
3465 echo "${ECHO_T}$CC" >&6
3467 echo "$as_me:$LINENO: result: no" >&5
3468 echo "${ECHO_T}no" >&6
3472 if test -z "$ac_cv_prog_CC"; then
3474 # Extract the first word of "gcc", so it can be a program name with args.
3475 set dummy gcc
; ac_word
=$2
3476 echo "$as_me:$LINENO: checking for $ac_word" >&5
3477 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3478 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3479 echo $ECHO_N "(cached) $ECHO_C" >&6
3481 if test -n "$ac_ct_CC"; then
3482 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3488 test -z "$as_dir" && as_dir
=.
3489 for ac_exec_ext
in '' $ac_executable_extensions; do
3490 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3491 ac_cv_prog_ac_ct_CC
="gcc"
3492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3500 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3501 if test -n "$ac_ct_CC"; then
3502 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3503 echo "${ECHO_T}$ac_ct_CC" >&6
3505 echo "$as_me:$LINENO: result: no" >&5
3506 echo "${ECHO_T}no" >&6
3514 if test -z "$CC"; then
3515 if test -n "$ac_tool_prefix"; then
3516 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3517 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3518 echo "$as_me:$LINENO: checking for $ac_word" >&5
3519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3520 if test "${ac_cv_prog_CC+set}" = set; then
3521 echo $ECHO_N "(cached) $ECHO_C" >&6
3523 if test -n "$CC"; then
3524 ac_cv_prog_CC
="$CC" # Let the user override the test.
3526 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3530 test -z "$as_dir" && as_dir
=.
3531 for ac_exec_ext
in '' $ac_executable_extensions; do
3532 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3533 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3543 if test -n "$CC"; then
3544 echo "$as_me:$LINENO: result: $CC" >&5
3545 echo "${ECHO_T}$CC" >&6
3547 echo "$as_me:$LINENO: result: no" >&5
3548 echo "${ECHO_T}no" >&6
3552 if test -z "$ac_cv_prog_CC"; then
3554 # Extract the first word of "cc", so it can be a program name with args.
3555 set dummy cc
; ac_word
=$2
3556 echo "$as_me:$LINENO: checking for $ac_word" >&5
3557 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3558 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3559 echo $ECHO_N "(cached) $ECHO_C" >&6
3561 if test -n "$ac_ct_CC"; then
3562 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3564 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3568 test -z "$as_dir" && as_dir
=.
3569 for ac_exec_ext
in '' $ac_executable_extensions; do
3570 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3571 ac_cv_prog_ac_ct_CC
="cc"
3572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3580 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3581 if test -n "$ac_ct_CC"; then
3582 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3583 echo "${ECHO_T}$ac_ct_CC" >&6
3585 echo "$as_me:$LINENO: result: no" >&5
3586 echo "${ECHO_T}no" >&6
3595 if test -z "$CC"; then
3596 # Extract the first word of "cc", so it can be a program name with args.
3597 set dummy cc
; ac_word
=$2
3598 echo "$as_me:$LINENO: checking for $ac_word" >&5
3599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3600 if test "${ac_cv_prog_CC+set}" = set; then
3601 echo $ECHO_N "(cached) $ECHO_C" >&6
3603 if test -n "$CC"; then
3604 ac_cv_prog_CC
="$CC" # Let the user override the test.
3607 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3611 test -z "$as_dir" && as_dir
=.
3612 for ac_exec_ext
in '' $ac_executable_extensions; do
3613 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3614 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3615 ac_prog_rejected
=yes
3619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3625 if test $ac_prog_rejected = yes; then
3626 # We found a bogon in the path, so make sure we never use it.
3627 set dummy
$ac_cv_prog_CC
3629 if test $# != 0; then
3630 # We chose a different compiler from the bogus one.
3631 # However, it has the same basename, so the bogon will be chosen
3632 # first if we set CC to just the basename; use the full file name.
3634 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3640 if test -n "$CC"; then
3641 echo "$as_me:$LINENO: result: $CC" >&5
3642 echo "${ECHO_T}$CC" >&6
3644 echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6
3649 if test -z "$CC"; then
3650 if test -n "$ac_tool_prefix"; then
3653 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3654 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3655 echo "$as_me:$LINENO: checking for $ac_word" >&5
3656 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3657 if test "${ac_cv_prog_CC+set}" = set; then
3658 echo $ECHO_N "(cached) $ECHO_C" >&6
3660 if test -n "$CC"; then
3661 ac_cv_prog_CC
="$CC" # Let the user override the test.
3663 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3667 test -z "$as_dir" && as_dir
=.
3668 for ac_exec_ext
in '' $ac_executable_extensions; do
3669 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3670 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3680 if test -n "$CC"; then
3681 echo "$as_me:$LINENO: result: $CC" >&5
3682 echo "${ECHO_T}$CC" >&6
3684 echo "$as_me:$LINENO: result: no" >&5
3685 echo "${ECHO_T}no" >&6
3688 test -n "$CC" && break
3691 if test -z "$CC"; then
3695 # Extract the first word of "$ac_prog", so it can be a program name with args.
3696 set dummy
$ac_prog; ac_word
=$2
3697 echo "$as_me:$LINENO: checking for $ac_word" >&5
3698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3699 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3700 echo $ECHO_N "(cached) $ECHO_C" >&6
3702 if test -n "$ac_ct_CC"; then
3703 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3705 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3709 test -z "$as_dir" && as_dir
=.
3710 for ac_exec_ext
in '' $ac_executable_extensions; do
3711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3712 ac_cv_prog_ac_ct_CC
="$ac_prog"
3713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3721 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3722 if test -n "$ac_ct_CC"; then
3723 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3724 echo "${ECHO_T}$ac_ct_CC" >&6
3726 echo "$as_me:$LINENO: result: no" >&5
3727 echo "${ECHO_T}no" >&6
3730 test -n "$ac_ct_CC" && break
3739 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3740 See \`config.log' for more details." >&5
3741 echo "$as_me: error: no acceptable C compiler found in \$PATH
3742 See \`config.log' for more details." >&2;}
3743 { (exit 1); exit 1; }; }
3745 # Provide some information about the compiler.
3746 echo "$as_me:$LINENO:" \
3747 "checking for C compiler version" >&5
3748 ac_compiler
=`set X $ac_compile; echo $2`
3749 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3750 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3753 (exit $ac_status); }
3754 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3755 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3758 (exit $ac_status); }
3759 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3760 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3763 (exit $ac_status); }
3765 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3766 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3767 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3768 echo $ECHO_N "(cached) $ECHO_C" >&6
3770 cat >conftest.
$ac_ext <<_ACEOF
3773 cat confdefs.h
>>conftest.
$ac_ext
3774 cat >>conftest.
$ac_ext <<_ACEOF
3775 /* end confdefs.h. */
3788 rm -f conftest.
$ac_objext
3789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3790 (eval $ac_compile) 2>conftest.er1
3792 grep -v '^ *+' conftest.er1
>conftest.err
3794 cat conftest.err
>&5
3795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3796 (exit $ac_status); } &&
3797 { ac_try
='test -z "$ac_c_werror_flag"
3798 || test ! -s conftest.err'
3799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3803 (exit $ac_status); }; } &&
3804 { ac_try
='test -s conftest.$ac_objext'
3805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3809 (exit $ac_status); }; }; then
3812 echo "$as_me: failed program was:" >&5
3813 sed 's/^/| /' conftest.
$ac_ext >&5
3817 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3818 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3821 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3822 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3823 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3824 ac_test_CFLAGS
=${CFLAGS+set}
3825 ac_save_CFLAGS
=$CFLAGS
3827 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3828 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3829 if test "${ac_cv_prog_cc_g+set}" = set; then
3830 echo $ECHO_N "(cached) $ECHO_C" >&6
3832 cat >conftest.
$ac_ext <<_ACEOF
3835 cat confdefs.h
>>conftest.
$ac_ext
3836 cat >>conftest.
$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3847 rm -f conftest.
$ac_objext
3848 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3849 (eval $ac_compile) 2>conftest.er1
3851 grep -v '^ *+' conftest.er1
>conftest.err
3853 cat conftest.err
>&5
3854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 (exit $ac_status); } &&
3856 { ac_try
='test -z "$ac_c_werror_flag"
3857 || test ! -s conftest.err'
3858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3862 (exit $ac_status); }; } &&
3863 { ac_try
='test -s conftest.$ac_objext'
3864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3868 (exit $ac_status); }; }; then
3871 echo "$as_me: failed program was:" >&5
3872 sed 's/^/| /' conftest.
$ac_ext >&5
3876 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3878 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3879 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3880 if test "$ac_test_CFLAGS" = set; then
3881 CFLAGS
=$ac_save_CFLAGS
3882 elif test $ac_cv_prog_cc_g = yes; then
3883 if test "$GCC" = yes; then
3889 if test "$GCC" = yes; then
3895 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3896 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3897 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3898 echo $ECHO_N "(cached) $ECHO_C" >&6
3900 ac_cv_prog_cc_stdc
=no
3902 cat >conftest.
$ac_ext <<_ACEOF
3905 cat confdefs.h
>>conftest.
$ac_ext
3906 cat >>conftest.
$ac_ext <<_ACEOF
3907 /* end confdefs.h. */
3910 #include <sys/types.h>
3911 #include <sys/stat.h>
3912 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3913 struct buf { int x; };
3914 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3915 static char *e (p, i)
3921 static char *f (char * (*g) (char **, int), char **p, ...)
3926 s = g (p, va_arg (v,int));
3931 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3932 function prototypes and stuff, but not '\xHH' hex character constants.
3933 These don't provoke an error unfortunately, instead are silently treated
3934 as 'x'. The following induces an error, until -std1 is added to get
3935 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3936 array size at least. It's necessary to write '\x00'==0 to get something
3937 that's true only with -std1. */
3938 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3940 int test (int i, double x);
3941 struct s1 {int (*f) (int a);};
3942 struct s2 {int (*f) (double a);};
3943 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3949 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3954 # Don't try gcc -ansi; that turns off useful extensions and
3955 # breaks some systems' header files.
3956 # AIX -qlanglvl=ansi
3957 # Ultrix and OSF/1 -std1
3958 # HP-UX 10.20 and later -Ae
3959 # HP-UX older versions -Aa -D_HPUX_SOURCE
3960 # SVR4 -Xc -D__EXTENSIONS__
3961 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3963 CC
="$ac_save_CC $ac_arg"
3964 rm -f conftest.
$ac_objext
3965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3966 (eval $ac_compile) 2>conftest.er1
3968 grep -v '^ *+' conftest.er1
>conftest.err
3970 cat conftest.err
>&5
3971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3972 (exit $ac_status); } &&
3973 { ac_try
='test -z "$ac_c_werror_flag"
3974 || test ! -s conftest.err'
3975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3979 (exit $ac_status); }; } &&
3980 { ac_try
='test -s conftest.$ac_objext'
3981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3985 (exit $ac_status); }; }; then
3986 ac_cv_prog_cc_stdc
=$ac_arg
3989 echo "$as_me: failed program was:" >&5
3990 sed 's/^/| /' conftest.
$ac_ext >&5
3993 rm -f conftest.err conftest.
$ac_objext
3995 rm -f conftest.
$ac_ext conftest.
$ac_objext
4000 case "x$ac_cv_prog_cc_stdc" in
4002 echo "$as_me:$LINENO: result: none needed" >&5
4003 echo "${ECHO_T}none needed" >&6 ;;
4005 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4006 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4007 CC
="$CC $ac_cv_prog_cc_stdc" ;;
4010 # Some people use a C++ compiler to compile C. Since we use `exit',
4011 # in C++ we need to declare it. In case someone uses the same compiler
4012 # for both compiling C and C++ we need to have the C++ compiler decide
4013 # the declaration of exit, since it's the most demanding environment.
4014 cat >conftest.
$ac_ext <<_ACEOF
4019 rm -f conftest.
$ac_objext
4020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4021 (eval $ac_compile) 2>conftest.er1
4023 grep -v '^ *+' conftest.er1
>conftest.err
4025 cat conftest.err
>&5
4026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4027 (exit $ac_status); } &&
4028 { ac_try
='test -z "$ac_c_werror_flag"
4029 || test ! -s conftest.err'
4030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4034 (exit $ac_status); }; } &&
4035 { ac_try
='test -s conftest.$ac_objext'
4036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4040 (exit $ac_status); }; }; then
4041 for ac_declaration
in \
4043 'extern "C" void std::exit (int) throw (); using std::exit;' \
4044 'extern "C" void std::exit (int); using std::exit;' \
4045 'extern "C" void exit (int) throw ();' \
4046 'extern "C" void exit (int);' \
4049 cat >conftest.
$ac_ext <<_ACEOF
4052 cat confdefs.h
>>conftest.
$ac_ext
4053 cat >>conftest.
$ac_ext <<_ACEOF
4054 /* end confdefs.h. */
4065 rm -f conftest.
$ac_objext
4066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4067 (eval $ac_compile) 2>conftest.er1
4069 grep -v '^ *+' conftest.er1
>conftest.err
4071 cat conftest.err
>&5
4072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4073 (exit $ac_status); } &&
4074 { ac_try
='test -z "$ac_c_werror_flag"
4075 || test ! -s conftest.err'
4076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4080 (exit $ac_status); }; } &&
4081 { ac_try
='test -s conftest.$ac_objext'
4082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4086 (exit $ac_status); }; }; then
4089 echo "$as_me: failed program was:" >&5
4090 sed 's/^/| /' conftest.
$ac_ext >&5
4094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4095 cat >conftest.
$ac_ext <<_ACEOF
4098 cat confdefs.h
>>conftest.
$ac_ext
4099 cat >>conftest.
$ac_ext <<_ACEOF
4100 /* end confdefs.h. */
4110 rm -f conftest.
$ac_objext
4111 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4112 (eval $ac_compile) 2>conftest.er1
4114 grep -v '^ *+' conftest.er1
>conftest.err
4116 cat conftest.err
>&5
4117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4118 (exit $ac_status); } &&
4119 { ac_try
='test -z "$ac_c_werror_flag"
4120 || test ! -s conftest.err'
4121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4125 (exit $ac_status); }; } &&
4126 { ac_try
='test -s conftest.$ac_objext'
4127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4131 (exit $ac_status); }; }; then
4134 echo "$as_me: failed program was:" >&5
4135 sed 's/^/| /' conftest.
$ac_ext >&5
4138 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4141 if test -n "$ac_declaration"; then
4142 echo '#ifdef __cplusplus' >>confdefs.h
4143 echo $ac_declaration >>confdefs.h
4144 echo '#endif' >>confdefs.h
4148 echo "$as_me: failed program was:" >&5
4149 sed 's/^/| /' conftest.
$ac_ext >&5
4152 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4154 ac_cpp
='$CPP $CPPFLAGS'
4155 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4156 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4157 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4160 cat >>confdefs.h
<<\_ACEOF
4161 #define _GNU_SOURCE 1
4168 macro_version
='2.1a'
4169 macro_revision
='1.2435'
4182 ltmain
="$ac_aux_dir/ltmain.sh"
4193 # Check whether --enable-static or --disable-static was given.
4194 if test "${enable_static+set}" = set; then
4195 enableval
="$enable_static"
4196 p
=${PACKAGE-default}
4198 yes) enable_static
=yes ;;
4199 no
) enable_static
=no
;;
4202 # Look at the argument we got. We use all the common list separators.
4203 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4204 for pkg
in $enableval; do
4206 if test "X$pkg" = "X$p"; then
4225 # Check whether --with-pic or --without-pic was given.
4226 if test "${with_pic+set}" = set; then
4233 test -z "$pic_mode" && pic_mode
=default
4241 # Check whether --enable-fast-install or --disable-fast-install was given.
4242 if test "${enable_fast_install+set}" = set; then
4243 enableval
="$enable_fast_install"
4244 p
=${PACKAGE-default}
4246 yes) enable_fast_install
=yes ;;
4247 no
) enable_fast_install
=no
;;
4249 enable_fast_install
=no
4250 # Look at the argument we got. We use all the common list separators.
4251 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4252 for pkg
in $enableval; do
4254 if test "X$pkg" = "X$p"; then
4255 enable_fast_install
=yes
4262 enable_fast_install
=yes
4272 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4273 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
4274 if test "${lt_cv_path_SED+set}" = set; then
4275 echo $ECHO_N "(cached) $ECHO_C" >&6
4277 # Loop through the user's path and test for sed and gsed.
4278 # Then use that list of sed's as ones to test for truncation.
4279 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4283 test -z "$as_dir" && as_dir
=.
4284 for lt_ac_prog
in sed gsed
; do
4285 for ac_exec_ext
in '' $ac_executable_extensions; do
4286 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4287 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4295 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4296 # along with /bin/sed that truncates output.
4297 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
4298 test ! -f $lt_ac_sed && continue
4299 cat /dev
/null
> conftest.
in
4301 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
4302 # Check for GNU sed and select it if it is found.
4303 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
4304 lt_cv_path_SED
=$lt_ac_sed
4308 cat conftest.
in conftest.
in >conftest.tmp
4309 mv conftest.tmp conftest.
in
4310 cp conftest.
in conftest.
nl
4312 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
4313 cmp -s conftest.out conftest.
nl ||
break
4314 # 10000 chars as input seems more than enough
4315 test $lt_ac_count -gt 10 && break
4316 lt_ac_count
=`expr $lt_ac_count + 1`
4317 if test $lt_ac_count -gt $lt_ac_max; then
4318 lt_ac_max
=$lt_ac_count
4319 lt_cv_path_SED
=$lt_ac_sed
4328 echo "$as_me:$LINENO: result: $SED" >&5
4329 echo "${ECHO_T}$SED" >&6
4331 test -z "$SED" && SED
=sed
4332 Xsed
="$SED -e 1s/^X//"
4344 echo "$as_me:$LINENO: checking for egrep" >&5
4345 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4346 if test "${ac_cv_prog_egrep+set}" = set; then
4347 echo $ECHO_N "(cached) $ECHO_C" >&6
4349 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4350 then ac_cv_prog_egrep
='grep -E'
4351 else ac_cv_prog_egrep
='egrep'
4354 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4355 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4356 EGREP
=$ac_cv_prog_egrep
4359 echo "$as_me:$LINENO: checking for fgrep" >&5
4360 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
4361 if test "${ac_cv_prog_fgrep+set}" = set; then
4362 echo $ECHO_N "(cached) $ECHO_C" >&6
4364 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
4365 then ac_cv_prog_fgrep
='grep -F'
4366 else ac_cv_prog_fgrep
='fgrep'
4369 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
4370 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
4371 FGREP
=$ac_cv_prog_fgrep
4374 test -z "$GREP" && GREP
=grep
4394 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4395 if test "${with_gnu_ld+set}" = set; then
4396 withval
="$with_gnu_ld"
4397 test "$withval" = no || with_gnu_ld
=yes
4402 if test "$GCC" = yes; then
4403 # Check if gcc -print-prog-name=ld gives a path.
4404 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4405 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4408 # gcc leaves a trailing carriage return which upsets mingw
4409 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4411 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4414 # Accept absolute paths.
4416 re_direlt
='/[^/][^/]*/\.\./'
4417 # Canonicalize the pathname of ld
4418 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4419 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4420 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4422 test -z "$LD" && LD
="$ac_prog"
4425 # If it fails, then pretend we aren't using GCC.
4429 # If it is relative, then search for the first ld in PATH.
4433 elif test "$with_gnu_ld" = yes; then
4434 echo "$as_me:$LINENO: checking for GNU ld" >&5
4435 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4437 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4438 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4440 if test "${lt_cv_path_LD+set}" = set; then
4441 echo $ECHO_N "(cached) $ECHO_C" >&6
4443 if test -z "$LD"; then
4444 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4445 for ac_dir
in $PATH; do
4447 test -z "$ac_dir" && ac_dir
=.
4448 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4449 lt_cv_path_LD
="$ac_dir/$ac_prog"
4450 # Check to see if the program is GNU ld. I'd rather use --version,
4451 # but apparently some variants of GNU ld only accept -v.
4452 # Break only if it was the GNU/non-GNU ld that we prefer.
4453 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4454 *GNU
* |
*'with BFD'*)
4455 test "$with_gnu_ld" != no
&& break
4458 test "$with_gnu_ld" != yes && break
4465 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4470 if test -n "$LD"; then
4471 echo "$as_me:$LINENO: result: $LD" >&5
4472 echo "${ECHO_T}$LD" >&6
4474 echo "$as_me:$LINENO: result: no" >&5
4475 echo "${ECHO_T}no" >&6
4477 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4478 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4479 { (exit 1); exit 1; }; }
4480 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4481 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4482 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4483 echo $ECHO_N "(cached) $ECHO_C" >&6
4485 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4486 case `$LD -v 2>&1 </dev/null` in
4487 *GNU
* |
*'with BFD'*)
4488 lt_cv_prog_gnu_ld
=yes
4491 lt_cv_prog_gnu_ld
=no
4495 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4496 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4497 with_gnu_ld
=$lt_cv_prog_gnu_ld
4508 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4509 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
4510 if test "${lt_cv_path_NM+set}" = set; then
4511 echo $ECHO_N "(cached) $ECHO_C" >&6
4513 if test -n "$NM"; then
4514 # Let the user override the test.
4517 lt_nm_to_check
="${ac_tool_prefix}nm"
4518 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4519 lt_nm_to_check
="$lt_nm_to_check nm"
4521 for lt_tmp_nm
in $lt_nm_to_check; do
4522 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4523 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4525 test -z "$ac_dir" && ac_dir
=.
4526 tmp_nm
="$ac_dir/$lt_tmp_nm"
4527 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4528 # Check to see if the nm accepts a BSD-compat flag.
4529 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4530 # nm: unknown option "B" ignored
4531 # Tru64's nm complains that /dev/null is an invalid object file
4532 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4533 */dev
/null
* |
*'Invalid file or object type'*)
4534 lt_cv_path_NM
="$tmp_nm -B"
4538 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4540 lt_cv_path_NM
="$tmp_nm -p"
4544 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4545 continue # so that we can try to find one that supports BSD flags
4554 : ${lt_cv_path_NM=no}
4557 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4558 echo "${ECHO_T}$lt_cv_path_NM" >&6
4559 if test "$lt_cv_path_NM" != "no"; then
4562 # Didn't find any BSD compatible name lister, look for dumpbin.
4563 if test -n "$ac_tool_prefix"; then
4564 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4566 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4567 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4568 echo "$as_me:$LINENO: checking for $ac_word" >&5
4569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4570 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4571 echo $ECHO_N "(cached) $ECHO_C" >&6
4573 if test -n "$DUMPBIN"; then
4574 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4580 test -z "$as_dir" && as_dir
=.
4581 for ac_exec_ext
in '' $ac_executable_extensions; do
4582 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4583 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4592 DUMPBIN
=$ac_cv_prog_DUMPBIN
4593 if test -n "$DUMPBIN"; then
4594 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4595 echo "${ECHO_T}$DUMPBIN" >&6
4597 echo "$as_me:$LINENO: result: no" >&5
4598 echo "${ECHO_T}no" >&6
4601 test -n "$DUMPBIN" && break
4604 if test -z "$DUMPBIN"; then
4605 ac_ct_DUMPBIN
=$DUMPBIN
4606 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4608 # Extract the first word of "$ac_prog", so it can be a program name with args.
4609 set dummy
$ac_prog; ac_word
=$2
4610 echo "$as_me:$LINENO: checking for $ac_word" >&5
4611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4612 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4613 echo $ECHO_N "(cached) $ECHO_C" >&6
4615 if test -n "$ac_ct_DUMPBIN"; then
4616 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4618 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4622 test -z "$as_dir" && as_dir
=.
4623 for ac_exec_ext
in '' $ac_executable_extensions; do
4624 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4625 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4634 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4635 if test -n "$ac_ct_DUMPBIN"; then
4636 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4637 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
4639 echo "$as_me:$LINENO: result: no" >&5
4640 echo "${ECHO_T}no" >&6
4643 test -n "$ac_ct_DUMPBIN" && break
4645 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
4647 DUMPBIN
=$ac_ct_DUMPBIN
4651 if test "$DUMPBIN" != ":"; then
4655 test -z "$NM" && NM
=nm
4662 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4663 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
4664 if test "${lt_cv_nm_interface+set}" = set; then
4665 echo $ECHO_N "(cached) $ECHO_C" >&6
4667 lt_cv_nm_interface
="BSD nm"
4668 echo "int some_variable = 0;" > conftest.
$ac_ext
4669 (eval echo "\"\$as_me:4669: $ac_compile\"" >&5)
4670 (eval "$ac_compile" 2>conftest.err
)
4671 cat conftest.err
>&5
4672 (eval echo "\"\$as_me:4672: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4673 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4674 cat conftest.err
>&5
4675 (eval echo "\"\$as_me:4675: output\"" >&5)
4676 cat conftest.out
>&5
4677 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4678 lt_cv_nm_interface
="MS dumpbin"
4682 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4683 echo "${ECHO_T}$lt_cv_nm_interface" >&6
4685 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4686 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4688 if test "$LN_S" = "ln -s"; then
4689 echo "$as_me:$LINENO: result: yes" >&5
4690 echo "${ECHO_T}yes" >&6
4692 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4693 echo "${ECHO_T}no, using $LN_S" >&6
4696 # find the maximum length of command line arguments
4697 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4698 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4699 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4700 echo $ECHO_N "(cached) $ECHO_C" >&6
4707 # On DJGPP, this test can blow up pretty badly due to problems in libc
4708 # (any single argument exceeding 2000 bytes causes a buffer overrun
4709 # during glob expansion). Even if it were fixed, the result of this
4710 # check would be larger than it should be.
4711 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4715 # Under GNU Hurd, this test is not required because there is
4716 # no limit to the length of command line arguments.
4717 # Libtool will interpret -1 as no limit whatsoever
4718 lt_cv_sys_max_cmd_len
=-1;
4722 # On Win9x/ME, this test blows up -- it succeeds, but takes
4723 # about 5 minutes as the teststring grows exponentially.
4724 # Worse, since 9x/ME are not pre-emptively multitasking,
4725 # you end up with a "frozen" computer, even though with patience
4726 # the test eventually succeeds (with a max line length of 256k).
4727 # Instead, let's just punt: use the minimum linelength reported by
4728 # all of the supported platforms: 8192 (on NT/2K/XP).
4729 lt_cv_sys_max_cmd_len
=8192;
4733 # On AmigaOS with pdksh, this test takes hours, literally.
4734 # So we just punt and use a minimum line length of 8192.
4735 lt_cv_sys_max_cmd_len
=8192;
4738 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4739 # This has been around since 386BSD, at least. Likely further.
4740 if test -x /sbin
/sysctl
; then
4741 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4742 elif test -x /usr
/sbin
/sysctl
; then
4743 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4745 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4747 # And add a safety zone
4748 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4749 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4753 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4754 lt_cv_sys_max_cmd_len
=196608
4758 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4759 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4760 # nice to cause kernel panics so lets avoid the loop below.
4761 # First set a reasonable default.
4762 lt_cv_sys_max_cmd_len
=16384
4764 if test -x /sbin
/sysconfig
; then
4765 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4766 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4771 lt_cv_sys_max_cmd_len
=102400
4773 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4774 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4775 if test -n "$kargmax"; then
4776 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4778 lt_cv_sys_max_cmd_len
=32768
4782 lt_cv_sys_max_cmd_len
=`getconf ARG_MAX 2> /dev/null`
4783 if test -n $lt_cv_sys_max_cmd_len; then
4784 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4785 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4787 # Make teststring a little bigger before we do anything with it.
4788 # a 1K string should be a reasonable start.
4789 for i
in 1 2 3 4 5 6 7 8 ; do
4790 teststring
=$teststring$teststring
4792 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4793 # If test is not a shell built-in, we'll probably end up computing a
4794 # maximum length that is only half of the actual maximum length, but
4796 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4797 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
4798 test $i != 17 # 1/2 MB should be enough
4801 teststring
=$teststring$teststring
4803 # Only check the string length outside the loop.
4804 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4806 # Add a significant safety factor because C++ compilers can tack on
4807 # massive amounts of additional arguments before passing them to the
4808 # linker. It appears as though 1/2 is a usable value.
4809 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4816 if test -n $lt_cv_sys_max_cmd_len ; then
4817 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4818 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4820 echo "$as_me:$LINENO: result: none" >&5
4821 echo "${ECHO_T}none" >&6
4823 max_cmd_len
=$lt_cv_sys_max_cmd_len
4835 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4836 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
4837 # Try some XSI features
4840 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4841 = c,a/b,, ) >/dev/null 2>&1 \
4843 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
4844 echo "${ECHO_T}$xsi_shell" >&6
4847 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
4848 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
4850 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
4852 && lt_shell_append=yes
4853 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
4854 echo "${ECHO_T}$lt_shell_append" >&6
4857 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4867 # test EBCDIC or ASCII
4868 case `echo X|tr X '\101'` in
4869 A) # ASCII based system
4870 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4871 lt_SP2NL='tr \040 \012'
4872 lt_NL2SP='tr \015\012 \040\040'
4874 *) # EBCDIC based system
4875 lt_SP2NL='tr \100 \n'
4876 lt_NL2SP='tr \r\n \100\100'
4888 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
4889 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
4890 if test "${lt_cv_ld_reload_flag+set}" = set; then
4891 echo $ECHO_N "(cached
) $ECHO_C" >&6
4893 lt_cv_ld_reload_flag='-r'
4895 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
4896 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4897 reload_flag=$lt_cv_ld_reload_flag
4898 case $reload_flag in
4900 *) reload_flag=" $reload_flag" ;;
4902 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4905 if test "$GCC" = yes; then
4906 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4908 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4922 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
4923 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
4924 if test "${lt_cv_deplibs_check_method+set}" = set; then
4925 echo $ECHO_N "(cached
) $ECHO_C" >&6
4927 lt_cv_file_magic_cmd='$MAGIC_CMD'
4928 lt_cv_file_magic_test_file=
4929 lt_cv_deplibs_check_method='unknown'
4930 # Need to set the preceding variable on all platforms that support
4931 # interlibrary dependencies.
4932 # 'none' -- dependencies not supported.
4933 # `unknown' -- same as none, but documents that we really don't know.
4934 # 'pass_all' -- all dependencies passed with no checks.
4935 # 'test_compile' -- check by making test program.
4936 # 'file_magic [[regex]]' -- check by looking for files in library path
4937 # which responds to the $file_magic_cmd with a given extended regex.
4938 # If you have `file' or equivalent on your system and you're not sure
4939 # whether `pass_all' will *always* work, you probably want this one.
4943 lt_cv_deplibs_check_method=pass_all
4947 lt_cv_deplibs_check_method=pass_all
4951 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4952 lt_cv_file_magic_cmd='/usr/bin/file -L'
4953 lt_cv_file_magic_test_file=/shlib/libc.so
4957 # func_win32_libid is a shell function defined in ltmain.sh
4958 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4959 lt_cv_file_magic_cmd='func_win32_libid'
4963 # Base MSYS/MinGW do not provide the 'file' command needed by
4964 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4965 # unless we find 'file', for example because we are cross-compiling.
4966 if ( file / ) >/dev/null 2>&1; then
4967 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4968 lt_cv_file_magic_cmd='func_win32_libid'
4970 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4971 lt_cv_file_magic_cmd='$OBJDUMP -f'
4975 darwin* | rhapsody*)
4976 lt_cv_deplibs_check_method=pass_all
4979 freebsd* | dragonfly*)
4980 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4983 # Not sure whether the presence of OpenBSD here was a mistake.
4984 # Let's accept both of them until this is cleared up.
4985 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4986 lt_cv_file_magic_cmd=/usr/bin/file
4987 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4991 lt_cv_deplibs_check_method=pass_all
4996 lt_cv_deplibs_check_method=pass_all
4999 hpux10.20* | hpux11*)
5000 lt_cv_file_magic_cmd=/usr/bin/file
5003 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5004 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5007 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5008 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5011 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5012 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5018 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5019 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5022 irix5* | irix6* | nonstopux*)
5024 *-32|*"-32 ") libmagic=32-bit;;
5025 *-n32|*"-n32 ") libmagic=N32;;
5026 *-64|*"-64 ") libmagic=64-bit;;
5027 *) libmagic=never-match;;
5029 lt_cv_deplibs_check_method=pass_all
5032 # This must be Linux ELF.
5033 linux* | k*bsd*-gnu)
5034 lt_cv_deplibs_check_method=pass_all
5038 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5039 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5041 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5046 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5047 lt_cv_file_magic_cmd=/usr/bin/file
5048 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5052 lt_cv_deplibs_check_method=pass_all
5056 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5057 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5059 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5063 osf3* | osf4* | osf5*)
5064 lt_cv_deplibs_check_method=pass_all
5068 lt_cv_deplibs_check_method=pass_all
5072 lt_cv_deplibs_check_method=pass_all
5075 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5076 lt_cv_deplibs_check_method=pass_all
5080 case $host_vendor in
5082 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]'
5083 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5086 lt_cv_deplibs_check_method=pass_all
5089 lt_cv_file_magic_cmd='/bin/file'
5090 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5093 lt_cv_file_magic_cmd='/bin/file'
5094 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5095 lt_cv_file_magic_test_file=/lib/libc.so
5098 lt_cv_deplibs_check_method=pass_all
5101 lt_cv_deplibs_check_method=pass_all
5107 lt_cv_deplibs_check_method=pass_all
5112 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
5113 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5114 file_magic_cmd=$lt_cv_file_magic_cmd
5115 deplibs_check_method=$lt_cv_deplibs_check_method
5116 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5129 if test -n "$ac_tool_prefix"; then
5130 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5131 set dummy ${ac_tool_prefix}ar; ac_word=$2
5132 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5133 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5134 if test "${ac_cv_prog_AR+set}" = set; then
5135 echo $ECHO_N "(cached
) $ECHO_C" >&6
5137 if test -n "$AR"; then
5138 ac_cv_prog_AR="$AR" # Let the user override the test.
5140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5144 test -z "$as_dir" && as_dir=.
5145 for ac_exec_ext in '' $ac_executable_extensions; do
5146 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5147 ac_cv_prog_AR="${ac_tool_prefix}ar"
5148 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5157 if test -n "$AR"; then
5158 echo "$as_me:$LINENO: result
: $AR" >&5
5159 echo "${ECHO_T}$AR" >&6
5161 echo "$as_me:$LINENO: result
: no
" >&5
5162 echo "${ECHO_T}no
" >&6
5166 if test -z "$ac_cv_prog_AR"; then
5168 # Extract the first word of "ar", so it can be a program name with args.
5169 set dummy ar; ac_word=$2
5170 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5171 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5172 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5173 echo $ECHO_N "(cached
) $ECHO_C" >&6
5175 if test -n "$ac_ct_AR"; then
5176 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182 test -z "$as_dir" && as_dir=.
5183 for ac_exec_ext in '' $ac_executable_extensions; do
5184 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5185 ac_cv_prog_ac_ct_AR="ar"
5186 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5192 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
5195 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5196 if test -n "$ac_ct_AR"; then
5197 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
5198 echo "${ECHO_T}$ac_ct_AR" >&6
5200 echo "$as_me:$LINENO: result
: no
" >&5
5201 echo "${ECHO_T}no
" >&6
5209 test -z "$AR" && AR=ar
5210 test -z "$AR_FLAGS" && AR_FLAGS=cru
5222 if test -n "$ac_tool_prefix"; then
5223 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5224 set dummy ${ac_tool_prefix}strip; ac_word=$2
5225 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5226 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5227 if test "${ac_cv_prog_STRIP+set}" = set; then
5228 echo $ECHO_N "(cached
) $ECHO_C" >&6
5230 if test -n "$STRIP"; then
5231 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5237 test -z "$as_dir" && as_dir=.
5238 for ac_exec_ext in '' $ac_executable_extensions; do
5239 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5240 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5241 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5249 STRIP=$ac_cv_prog_STRIP
5250 if test -n "$STRIP"; then
5251 echo "$as_me:$LINENO: result
: $STRIP" >&5
5252 echo "${ECHO_T}$STRIP" >&6
5254 echo "$as_me:$LINENO: result
: no
" >&5
5255 echo "${ECHO_T}no
" >&6
5259 if test -z "$ac_cv_prog_STRIP"; then
5261 # Extract the first word of "strip
", so it can be a program name with args.
5262 set dummy strip; ac_word=$2
5263 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5264 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5265 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5266 echo $ECHO_N "(cached
) $ECHO_C" >&6
5268 if test -n "$ac_ct_STRIP"; then
5269 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5275 test -z "$as_dir" && as_dir=.
5276 for ac_exec_ext in '' $ac_executable_extensions; do
5277 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5278 ac_cv_prog_ac_ct_STRIP="strip
"
5279 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5285 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5288 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5289 if test -n "$ac_ct_STRIP"; then
5290 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
5291 echo "${ECHO_T}$ac_ct_STRIP" >&6
5293 echo "$as_me:$LINENO: result
: no
" >&5
5294 echo "${ECHO_T}no
" >&6
5299 STRIP="$ac_cv_prog_STRIP"
5302 test -z "$STRIP" && STRIP=:
5309 if test -n "$ac_tool_prefix"; then
5310 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5311 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5312 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5313 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5314 if test "${ac_cv_prog_RANLIB+set}" = set; then
5315 echo $ECHO_N "(cached
) $ECHO_C" >&6
5317 if test -n "$RANLIB"; then
5318 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5324 test -z "$as_dir" && as_dir=.
5325 for ac_exec_ext in '' $ac_executable_extensions; do
5326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5327 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5328 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5336 RANLIB=$ac_cv_prog_RANLIB
5337 if test -n "$RANLIB"; then
5338 echo "$as_me:$LINENO: result
: $RANLIB" >&5
5339 echo "${ECHO_T}$RANLIB" >&6
5341 echo "$as_me:$LINENO: result
: no
" >&5
5342 echo "${ECHO_T}no
" >&6
5346 if test -z "$ac_cv_prog_RANLIB"; then
5347 ac_ct_RANLIB=$RANLIB
5348 # Extract the first word of "ranlib
", so it can be a program name with args.
5349 set dummy ranlib; ac_word=$2
5350 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5351 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5352 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5353 echo $ECHO_N "(cached
) $ECHO_C" >&6
5355 if test -n "$ac_ct_RANLIB"; then
5356 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5362 test -z "$as_dir" && as_dir=.
5363 for ac_exec_ext in '' $ac_executable_extensions; do
5364 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5365 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5366 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5372 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5375 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5376 if test -n "$ac_ct_RANLIB"; then
5377 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
5378 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5380 echo "$as_me:$LINENO: result
: no
" >&5
5381 echo "${ECHO_T}no
" >&6
5384 RANLIB=$ac_ct_RANLIB
5386 RANLIB="$ac_cv_prog_RANLIB"
5389 test -z "$RANLIB" && RANLIB=:
5396 # Determine commands to create old-style static archives.
5397 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5398 old_postinstall_cmds='chmod 644 $oldlib'
5399 old_postuninstall_cmds=
5401 if test -n "$RANLIB"; then
5404 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5407 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5410 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5446 # If no C compiler was specified, use CC.
5449 # If no C compiler flags were specified, use CFLAGS.
5450 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5452 # Allow CC to be a program name with arguments.
5456 # Check for command to grab the raw symbol name followed by C symbol from nm.
5457 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
5458 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
5459 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5460 echo $ECHO_N "(cached
) $ECHO_C" >&6
5463 # These are sane defaults that work on at least a few old systems.
5464 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5466 # Character class describing NM global symbol codes.
5467 symcode='[BCDEGRST]'
5469 # Regexp to match symbols that can be accessed directly from C.
5470 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5472 # Define system-specific variables.
5477 cygwin* | mingw* | pw32*)
5478 symcode='[ABCDGISTW]'
5481 if test "$host_cpu" = ia64; then
5482 symcode='[ABCDEGRST]'
5486 symcode='[BCDEGRST]'
5489 symcode='[BCDEGQRST]'
5500 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5508 # If we're using GNU nm, then use its standard symbol codes.
5509 case `$NM -V 2>&1` in
5510 *GNU* | *'with BFD'*)
5511 symcode='[ABCDGIRSTW]' ;;
5514 # Transform an extracted symbol line into a proper C declaration.
5515 # Some systems (esp. on ia64) link data and code symbols differently,
5516 # so use this general approach.
5517 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5519 # Transform an extracted symbol line into symbol name and symbol address
5520 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5522 # Handle CRLF in mingw tool chain
5526 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5530 # Try without a prefix underscore, then with it.
5531 for ac_symprfx in "" "_
"; do
5533 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5534 symxfrm="\\1 $ac_symprfx\\2 \\2"
5536 # Write the raw and C identifiers.
5537 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5538 # Fake it for dumpbin and say T for any non-static function
5539 # and D for any global variable.
5540 # Also find C++ and __fastcall symbols from MSVC++,
5541 # which start with @ or ?.
5542 lt_cv_sys_global_symbol_pipe="$AWK '"\
5543 " {last_section=section; section=\$ 3};"\
5544 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5545 " \$ 0!~/External *\|/{next};"\
5546 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5547 " {if(hide[section]) next};"\
5548 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5549 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5550 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5551 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5552 " ' prfx
=^
$ac_symprfx"
5554 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5557 # Check to see that the pipe works correctly.
5561 cat > conftest.$ac_ext <<_LT_EOF
5566 void nm_test_func(void);
5567 void nm_test_func(void){}
5571 int main(){nm_test_var='a';nm_test_func();return(0);}
5574 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5575 (eval $ac_compile) 2>&5
5577 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5578 (exit $ac_status); }; then
5579 # Now try to grab the symbols.
5581 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
5582 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5584 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5585 (exit $ac_status); } && test -s "$nlist"; then
5586 # Try sorting and uniquifying the output.
5587 if sort "$nlist" | uniq > "$nlist"T; then
5588 mv -f "$nlist"T "$nlist"
5593 # Make sure that we snagged all the symbols we need.
5594 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5595 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5596 cat <<_LT_EOF > conftest.$ac_ext
5602 # Now generate the symbol file.
5603 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5605 cat <<_LT_EOF >> conftest.$ac_ext
5607 /* The mapping between symbol names and symbols. */
5612 lt__PROGRAM__LTX_preloaded_symbols[] =
5614 { "@PROGRAM@
", (void *) 0 },
5616 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5617 cat <<\_LT_EOF >> conftest.$ac_ext
5621 /* This works around a problem in FreeBSD linker */
5622 #ifdef FREEBSD_WORKAROUND
5623 static const void *lt_preloaded_setup() {
5624 return lt__PROGRAM__LTX_preloaded_symbols;
5632 # Now try linking the two files.
5633 mv conftest.$ac_objext conftstm.$ac_objext
5634 lt_save_LIBS="$LIBS"
5635 lt_save_CFLAGS="$CFLAGS"
5636 LIBS="conftstm.
$ac_objext"
5637 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5639 (eval $ac_link) 2>&5
5641 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5642 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5645 LIBS="$lt_save_LIBS"
5646 CFLAGS="$lt_save_CFLAGS"
5648 echo "cannot
find nm_test_func
in $nlist" >&5
5651 echo "cannot
find nm_test_var
in $nlist" >&5
5654 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5657 echo "$progname: failed program was
:" >&5
5658 cat conftest.$ac_ext >&5
5660 rm -f conftest* conftst*
5662 # Do not use the global_symbol_pipe unless it works.
5663 if test "$pipe_works" = yes; then
5666 lt_cv_sys_global_symbol_pipe=
5672 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5673 lt_cv_sys_global_symbol_to_cdecl=
5675 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5676 echo "$as_me:$LINENO: result
: failed
" >&5
5677 echo "${ECHO_T}failed
" >&6
5679 echo "$as_me:$LINENO: result
: ok
" >&5
5680 echo "${ECHO_T}ok
" >&6
5699 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5700 if test "${enable_libtool_lock+set}" = set; then
5701 enableval="$enable_libtool_lock"
5704 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5706 # Some flags need to be propagated to the compiler or linker for good
5710 # Find out which ABI we are using.
5711 echo 'int i;' > conftest.$ac_ext
5712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5713 (eval $ac_compile) 2>&5
5715 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5716 (exit $ac_status); }; then
5717 case `/usr/bin/file conftest.$ac_objext` in
5729 # Find out which ABI we are using.
5730 echo '#line 5730 "configure
"' > conftest.$ac_ext
5731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5732 (eval $ac_compile) 2>&5
5734 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5735 (exit $ac_status); }; then
5736 if test "$lt_cv_prog_gnu_ld" = yes; then
5737 case `/usr/bin/file conftest.$ac_objext` in
5739 LD="${LD-ld} -melf32bsmip"
5742 LD="${LD-ld} -melf32bmipn32"
5745 LD="${LD-ld} -melf64bmip"
5749 case `/usr/bin/file conftest.$ac_objext` in
5765 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5766 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5767 # Find out which ABI we are using.
5768 echo 'int i;' > conftest.$ac_ext
5769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5770 (eval $ac_compile) 2>&5
5772 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5773 (exit $ac_status); }; then
5774 case `/usr/bin/file conftest.o` in
5777 x86_64-*kfreebsd*-gnu)
5778 LD="${LD-ld} -m elf_i386_fbsd
"
5781 LD="${LD-ld} -m elf_i386
"
5783 ppc64-*linux*|powerpc64-*linux*)
5784 LD="${LD-ld} -m elf32ppclinux
"
5787 LD="${LD-ld} -m elf_s390
"
5790 LD="${LD-ld} -m elf32_sparc
"
5796 x86_64-*kfreebsd*-gnu)
5797 LD="${LD-ld} -m elf_x86_64_fbsd
"
5800 LD="${LD-ld} -m elf_x86_64
"
5802 ppc*-*linux*|powerpc*-*linux*)
5803 LD="${LD-ld} -m elf64ppc
"
5805 s390*-*linux*|s390*-*tpf*)
5806 LD="${LD-ld} -m elf64_s390
"
5809 LD="${LD-ld} -m elf64_sparc
"
5819 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5820 SAVE_CFLAGS="$CFLAGS"
5821 CFLAGS="$CFLAGS -belf"
5822 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
5823 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
5824 if test "${lt_cv_cc_needs_belf+set}" = set; then
5825 echo $ECHO_N "(cached
) $ECHO_C" >&6
5828 ac_cpp='$CPP $CPPFLAGS'
5829 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5830 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5831 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5833 cat >conftest.$ac_ext <<_ACEOF
5836 cat confdefs.h >>conftest.$ac_ext
5837 cat >>conftest.$ac_ext <<_ACEOF
5838 /* end confdefs.h. */
5848 rm -f conftest.$ac_objext conftest$ac_exeext
5849 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5850 (eval $ac_link) 2>conftest.er1
5852 grep -v '^ *+' conftest.er1 >conftest.err
5854 cat conftest.err >&5
5855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5856 (exit $ac_status); } &&
5857 { ac_try='test -z "$ac_c_werror_flag"
5858 || test ! -s conftest.err'
5859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5862 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5863 (exit $ac_status); }; } &&
5864 { ac_try='test -s conftest$ac_exeext'
5865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5868 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5869 (exit $ac_status); }; }; then
5870 lt_cv_cc_needs_belf=yes
5872 echo "$as_me: failed program was
:" >&5
5873 sed 's/^/| /' conftest.$ac_ext >&5
5875 lt_cv_cc_needs_belf=no
5877 rm -f conftest.err conftest.$ac_objext \
5878 conftest$ac_exeext conftest.$ac_ext
5880 ac_cpp='$CPP $CPPFLAGS'
5881 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5882 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5883 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5886 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
5887 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5888 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5889 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5890 CFLAGS="$SAVE_CFLAGS"
5894 # Find out which ABI we are using.
5895 echo 'int i;' > conftest.$ac_ext
5896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5897 (eval $ac_compile) 2>&5
5899 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5900 (exit $ac_status); }; then
5901 case `/usr/bin/file conftest.o` in
5903 case $lt_cv_prog_gnu_ld in
5904 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
5905 *) LD="${LD-ld} -64" ;;
5914 need_locks="$enable_libtool_lock"
5917 ac_cpp='$CPP $CPPFLAGS'
5918 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5919 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5920 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5921 echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
5922 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6
5923 # On Suns, sometimes $CPP names a directory.
5924 if test -n "$CPP" && test -d "$CPP"; then
5927 if test -z "$CPP"; then
5928 if test "${ac_cv_prog_CPP+set}" = set; then
5929 echo $ECHO_N "(cached
) $ECHO_C" >&6
5931 # Double quotes because CPP needs to be expanded
5932 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
5935 for ac_c_preproc_warn_flag in '' yes
5937 # Use a header file that comes with gcc, so configuring glibc
5938 # with a fresh cross-compiler works.
5939 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5940 # <limits.h> exists even on freestanding compilers.
5941 # On the NeXT, cc -E runs the code through the compiler's parser,
5942 # not just through cpp. "Syntax error
" is here to catch this case.
5943 cat >conftest.$ac_ext <<_ACEOF
5946 cat confdefs.h >>conftest.$ac_ext
5947 cat >>conftest.$ac_ext <<_ACEOF
5948 /* end confdefs.h. */
5950 # include <limits.h>
5952 # include <assert.h>
5956 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
5957 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5959 grep -v '^ *+' conftest.er1 >conftest.err
5961 cat conftest.err >&5
5962 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5963 (exit $ac_status); } >/dev/null; then
5964 if test -s conftest.err; then
5965 ac_cpp_err=$ac_c_preproc_warn_flag
5966 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5973 if test -z "$ac_cpp_err"; then
5976 echo "$as_me: failed program was
:" >&5
5977 sed 's/^/| /' conftest.$ac_ext >&5
5979 # Broken: fails on valid input.
5982 rm -f conftest.err conftest.$ac_ext
5984 # OK, works on sane cases. Now check whether non-existent headers
5985 # can be detected and how.
5986 cat >conftest.$ac_ext <<_ACEOF
5989 cat confdefs.h >>conftest.$ac_ext
5990 cat >>conftest.$ac_ext <<_ACEOF
5991 /* end confdefs.h. */
5992 #include <ac_nonexistent.h>
5994 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
5995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5997 grep -v '^ *+' conftest.er1 >conftest.err
5999 cat conftest.err >&5
6000 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6001 (exit $ac_status); } >/dev/null; then
6002 if test -s conftest.err; then
6003 ac_cpp_err=$ac_c_preproc_warn_flag
6004 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6011 if test -z "$ac_cpp_err"; then
6012 # Broken: success on invalid input.
6015 echo "$as_me: failed program was
:" >&5
6016 sed 's/^/| /' conftest.$ac_ext >&5
6018 # Passes both tests.
6022 rm -f conftest.err conftest.$ac_ext
6025 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6026 rm -f conftest.err conftest.$ac_ext
6027 if $ac_preproc_ok; then
6039 echo "$as_me:$LINENO: result
: $CPP" >&5
6040 echo "${ECHO_T}$CPP" >&6
6042 for ac_c_preproc_warn_flag in '' yes
6044 # Use a header file that comes with gcc, so configuring glibc
6045 # with a fresh cross-compiler works.
6046 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6047 # <limits.h> exists even on freestanding compilers.
6048 # On the NeXT, cc -E runs the code through the compiler's parser,
6049 # not just through cpp. "Syntax error
" is here to catch this case.
6050 cat >conftest.$ac_ext <<_ACEOF
6053 cat confdefs.h >>conftest.$ac_ext
6054 cat >>conftest.$ac_ext <<_ACEOF
6055 /* end confdefs.h. */
6057 # include <limits.h>
6059 # include <assert.h>
6063 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6064 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6066 grep -v '^ *+' conftest.er1 >conftest.err
6068 cat conftest.err >&5
6069 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6070 (exit $ac_status); } >/dev/null; then
6071 if test -s conftest.err; then
6072 ac_cpp_err=$ac_c_preproc_warn_flag
6073 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6080 if test -z "$ac_cpp_err"; then
6083 echo "$as_me: failed program was
:" >&5
6084 sed 's/^/| /' conftest.$ac_ext >&5
6086 # Broken: fails on valid input.
6089 rm -f conftest.err conftest.$ac_ext
6091 # OK, works on sane cases. Now check whether non-existent headers
6092 # can be detected and how.
6093 cat >conftest.$ac_ext <<_ACEOF
6096 cat confdefs.h >>conftest.$ac_ext
6097 cat >>conftest.$ac_ext <<_ACEOF
6098 /* end confdefs.h. */
6099 #include <ac_nonexistent.h>
6101 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6102 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6104 grep -v '^ *+' conftest.er1 >conftest.err
6106 cat conftest.err >&5
6107 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6108 (exit $ac_status); } >/dev/null; then
6109 if test -s conftest.err; then
6110 ac_cpp_err=$ac_c_preproc_warn_flag
6111 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6118 if test -z "$ac_cpp_err"; then
6119 # Broken: success on invalid input.
6122 echo "$as_me: failed program was
:" >&5
6123 sed 's/^/| /' conftest.$ac_ext >&5
6125 # Passes both tests.
6129 rm -f conftest.err conftest.$ac_ext
6132 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6133 rm -f conftest.err conftest.$ac_ext
6134 if $ac_preproc_ok; then
6137 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
6138 See \
`config.log' for more details." >&5
6139 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6140 See \`config.log
' for more details." >&2;}
6141 { (exit 1); exit 1; }; }
6145 ac_cpp='$CPP $CPPFLAGS'
6146 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6147 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6148 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6151 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6152 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6153 if test "${ac_cv_header_stdc+set}" = set; then
6154 echo $ECHO_N "(cached) $ECHO_C" >&6
6156 cat >conftest.$ac_ext <<_ACEOF
6159 cat confdefs.h >>conftest.$ac_ext
6160 cat >>conftest.$ac_ext <<_ACEOF
6161 /* end confdefs.h. */
6175 rm -f conftest.$ac_objext
6176 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6177 (eval $ac_compile) 2>conftest.er1
6179 grep -v '^
*+' conftest.er1 >conftest.err
6181 cat conftest.err >&5
6182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6183 (exit $ac_status); } &&
6184 { ac_try='test -z "$ac_c_werror_flag"
6185 ||
test ! -s conftest.err
'
6186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190 (exit $ac_status); }; } &&
6191 { ac_try='test -s conftest.
$ac_objext'
6192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6196 (exit $ac_status); }; }; then
6197 ac_cv_header_stdc=yes
6199 echo "$as_me: failed program was:" >&5
6200 sed 's
/^
/|
/' conftest.$ac_ext >&5
6202 ac_cv_header_stdc=no
6204 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6206 if test $ac_cv_header_stdc = yes; then
6207 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6208 cat >conftest.$ac_ext <<_ACEOF
6211 cat confdefs.h >>conftest.$ac_ext
6212 cat >>conftest.$ac_ext <<_ACEOF
6213 /* end confdefs.h. */
6217 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6218 $EGREP "memchr" >/dev/null 2>&1; then
6221 ac_cv_header_stdc=no
6227 if test $ac_cv_header_stdc = yes; then
6228 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6229 cat >conftest.$ac_ext <<_ACEOF
6232 cat confdefs.h >>conftest.$ac_ext
6233 cat >>conftest.$ac_ext <<_ACEOF
6234 /* end confdefs.h. */
6238 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6239 $EGREP "free" >/dev/null 2>&1; then
6242 ac_cv_header_stdc=no
6248 if test $ac_cv_header_stdc = yes; then
6249 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6250 if test "$cross_compiling" = yes; then
6253 cat >conftest.$ac_ext <<_ACEOF
6256 cat confdefs.h >>conftest.$ac_ext
6257 cat >>conftest.$ac_ext <<_ACEOF
6258 /* end confdefs.h. */
6260 #if ((' ' & 0x0FF) == 0x020)
6261 # define ISLOWER(c) ('a
' <= (c) && (c) <= 'z
')
6262 # define TOUPPER(c) (ISLOWER(c) ? 'A
' + ((c) - 'a
') : (c))
6264 # define ISLOWER(c) \
6265 (('a
' <= (c) && (c) <= 'i
') \
6266 || ('j
' <= (c) && (c) <= 'r
') \
6267 || ('s
' <= (c) && (c) <= 'z
'))
6268 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6271 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6276 for (i = 0; i < 256; i++)
6277 if (XOR (islower (i), ISLOWER (i))
6278 || toupper (i) != TOUPPER (i))
6283 rm -f conftest$ac_exeext
6284 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6285 (eval $ac_link) 2>&5
6287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
6289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6293 (exit $ac_status); }; }; then
6296 echo "$as_me: program exited with status $ac_status" >&5
6297 echo "$as_me: failed program was:" >&5
6298 sed 's
/^
/|
/' conftest.$ac_ext >&5
6301 ac_cv_header_stdc=no
6303 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6307 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6308 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6309 if test $ac_cv_header_stdc = yes; then
6311 cat >>confdefs.h <<\_ACEOF
6312 #define STDC_HEADERS 1
6317 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6327 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6328 inttypes.h stdint.h unistd.h
6330 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6331 echo "$as_me:$LINENO: checking for $ac_header" >&5
6332 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6333 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6334 echo $ECHO_N "(cached) $ECHO_C" >&6
6336 cat >conftest.$ac_ext <<_ACEOF
6339 cat confdefs.h >>conftest.$ac_ext
6340 cat >>conftest.$ac_ext <<_ACEOF
6341 /* end confdefs.h. */
6342 $ac_includes_default
6344 #include <$ac_header>
6346 rm -f conftest.$ac_objext
6347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6348 (eval $ac_compile) 2>conftest.er1
6350 grep -v '^
*+' conftest.er1 >conftest.err
6352 cat conftest.err >&5
6353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6354 (exit $ac_status); } &&
6355 { ac_try='test -z "$ac_c_werror_flag"
6356 ||
test ! -s conftest.err
'
6357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6361 (exit $ac_status); }; } &&
6362 { ac_try='test -s conftest.
$ac_objext'
6363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6367 (exit $ac_status); }; }; then
6368 eval "$as_ac_Header=yes"
6370 echo "$as_me: failed program was:" >&5
6371 sed 's
/^
/|
/' conftest.$ac_ext >&5
6373 eval "$as_ac_Header=no"
6375 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6377 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6378 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6379 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6380 cat >>confdefs.h <<_ACEOF
6381 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6390 for ac_header in dlfcn.h
6392 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6393 echo "$as_me:$LINENO: checking for $ac_header" >&5
6394 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6395 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6396 echo $ECHO_N "(cached) $ECHO_C" >&6
6398 cat >conftest.$ac_ext <<_ACEOF
6401 cat confdefs.h >>conftest.$ac_ext
6402 cat >>conftest.$ac_ext <<_ACEOF
6403 /* end confdefs.h. */
6404 $ac_includes_default
6406 #include <$ac_header>
6408 rm -f conftest.$ac_objext
6409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6410 (eval $ac_compile) 2>conftest.er1
6412 grep -v '^
*+' conftest.er1 >conftest.err
6414 cat conftest.err >&5
6415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6416 (exit $ac_status); } &&
6417 { ac_try='test -z "$ac_c_werror_flag"
6418 ||
test ! -s conftest.err
'
6419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6423 (exit $ac_status); }; } &&
6424 { ac_try='test -s conftest.
$ac_objext'
6425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6429 (exit $ac_status); }; }; then
6430 eval "$as_ac_Header=yes"
6432 echo "$as_me: failed program was:" >&5
6433 sed 's
/^
/|
/' conftest.$ac_ext >&5
6435 eval "$as_ac_Header=no"
6437 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6439 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6440 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6441 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6442 cat >>confdefs.h <<_ACEOF
6443 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6452 # This can be used to rebuild libtool when needed
6453 LIBTOOL_DEPS="$ltmain"
6455 # Always use our own libtool.
6456 LIBTOOL='$
(SHELL
) $
(top_builddir
)/libtool
'
6482 test -z "$LN_S" && LN_S="ln -s"
6497 if test -n "${ZSH_VERSION+set}" ; then
6498 setopt NO_GLOB_SUBST
6501 echo "$as_me:$LINENO: checking for objdir" >&5
6502 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6503 if test "${lt_cv_objdir+set}" = set; then
6504 echo $ECHO_N "(cached) $ECHO_C" >&6
6506 rm -f .libs 2>/dev/null
6507 mkdir .libs 2>/dev/null
6508 if test -d .libs; then
6511 # MS-DOS does not allow filenames that begin with a dot.
6514 rmdir .libs 2>/dev/null
6516 echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6517 echo "${ECHO_T}$lt_cv_objdir" >&6
6518 objdir=$lt_cv_objdir
6524 cat >>confdefs.h <<_ACEOF
6525 #define LT_OBJDIR "$lt_cv_objdir/"
6546 # AIX sometimes has problems with the GCC collect2 program. For some
6547 # reason, if we set the COLLECT_NAMES environment variable, the problems
6548 # vanish in a puff of smoke.
6549 if test "X${COLLECT_NAMES+set}" != Xset; then
6551 export COLLECT_NAMES
6556 # Sed substitution that helps us do robust quoting. It backslashifies
6557 # metacharacters that are still active within double-quoted strings.
6558 sed_quote_subst='s
/\
(["`$\\]\)/\\\1/g'
6560 # Same as above, but do not quote variable references.
6561 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6563 # Sed substitution to delay expansion of an escaped shell variable in a
6564 # double_quote_subst'ed string.
6565 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6567 # Sed substitution to delay expansion of an escaped single quote.
6568 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6570 # Sed substitution to avoid accidental globbing in evaled expressions
6571 no_glob_subst='s/\*/\\\*/g'
6575 can_build_shared=yes
6577 # All known linkers require a `.a
' archive for static linking (except MSVC,
6578 # which needs '.lib
').
6581 with_gnu_ld="$lt_cv_prog_gnu_ld"
6584 old_CFLAGS="$CFLAGS"
6586 # Set sane defaults for various variables
6587 test -z "$CC" && CC=cc
6588 test -z "$LTCC" && LTCC=$CC
6589 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6590 test -z "$LD" && LD=ld
6591 test -z "$ac_objext" && ac_objext=o
6593 for cc_temp in $compiler""; do
6595 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6596 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6601 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's
%.
*/%%' -e "s%^$host_alias-%%"`
6604 # Only perform the check for file, if the check method requires it
6605 test -z "$MAGIC_CMD" && MAGIC_CMD=file
6606 case $deplibs_check_method in
6608 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6609 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6610 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
6611 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6612 echo $ECHO_N "(cached) $ECHO_C" >&6
6616 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6619 lt_save_MAGIC_CMD="$MAGIC_CMD"
6620 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6621 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6622 for ac_dir in $ac_dummy; do
6624 test -z "$ac_dir" && ac_dir=.
6625 if test -f $ac_dir/${ac_tool_prefix}file; then
6626 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6627 if test -n "$file_magic_test_file"; then
6628 case $deplibs_check_method in
6630 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6631 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6632 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6633 $EGREP "$file_magic_regex" > /dev/null; then
6638 *** Warning: the command libtool uses to detect shared libraries,
6639 *** $file_magic_cmd, produces output that libtool cannot recognize.
6640 *** The result is that libtool may fail to recognize shared libraries
6641 *** as such. This will affect the creation of libtool libraries that
6642 *** depend on shared libraries, but programs linked with such libtool
6643 *** libraries will work regardless of this problem. Nevertheless, you
6644 *** may want to report the problem to your system manager and/or to
6645 *** bug-libtool@gnu.org
6655 MAGIC_CMD="$lt_save_MAGIC_CMD"
6660 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6661 if test -n "$MAGIC_CMD"; then
6662 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6663 echo "${ECHO_T}$MAGIC_CMD" >&6
6665 echo "$as_me:$LINENO: result: no" >&5
6666 echo "${ECHO_T}no" >&6
6673 if test -z "$lt_cv_path_MAGIC_CMD"; then
6674 if test -n "$ac_tool_prefix"; then
6675 echo "$as_me:$LINENO: checking for file" >&5
6676 echo $ECHO_N "checking for file... $ECHO_C" >&6
6677 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6678 echo $ECHO_N "(cached) $ECHO_C" >&6
6682 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6685 lt_save_MAGIC_CMD="$MAGIC_CMD"
6686 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6687 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6688 for ac_dir in $ac_dummy; do
6690 test -z "$ac_dir" && ac_dir=.
6691 if test -f $ac_dir/file; then
6692 lt_cv_path_MAGIC_CMD="$ac_dir/file"
6693 if test -n "$file_magic_test_file"; then
6694 case $deplibs_check_method in
6696 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6697 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6698 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6699 $EGREP "$file_magic_regex" > /dev/null; then
6704 *** Warning: the command libtool uses to detect shared libraries,
6705 *** $file_magic_cmd, produces output that libtool cannot recognize.
6706 *** The result is that libtool may fail to recognize shared libraries
6707 *** as such. This will affect the creation of libtool libraries that
6708 *** depend on shared libraries, but programs linked with such libtool
6709 *** libraries will work regardless of this problem. Nevertheless, you
6710 *** may want to report the problem to your system manager and/or to
6711 *** bug-libtool@gnu.org
6721 MAGIC_CMD="$lt_save_MAGIC_CMD"
6726 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6727 if test -n "$MAGIC_CMD"; then
6728 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6729 echo "${ECHO_T}$MAGIC_CMD" >&6
6731 echo "$as_me:$LINENO: result: no" >&5
6732 echo "${ECHO_T}no" >&6
6745 # Use C for the default configuration in the libtool script
6749 ac_cpp='$CPP $CPPFLAGS'
6750 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6751 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6752 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6755 # Source file extension for C test sources.
6758 # Object file extension for compiled C test sources.
6762 # Code to be used in simple compile tests
6763 lt_simple_compile_test_code="int some_variable = 0;"
6765 # Code to be used in simple link tests
6766 lt_simple_link_test_code='int main
(){return(0);}'
6774 # If no C compiler was specified, use CC.
6777 # If no C compiler flags were specified, use CFLAGS.
6778 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6780 # Allow CC to be a program name with arguments.
6783 # Save the default compiler, since it gets overwritten when the other
6784 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6785 compiler_DEFAULT=$CC
6787 # save warnings/boilerplate of simple test code
6788 ac_outfile=conftest.$ac_objext
6789 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
6790 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6791 _lt_compiler_boilerplate=`cat conftest.err`
6794 ac_outfile=conftest.$ac_objext
6795 echo "$lt_simple_link_test_code" >conftest.$ac_ext
6796 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6797 _lt_linker_boilerplate=`cat conftest.err`
6802 ## There is no encapsulation within the following macros, do not change
6803 ## the running order or otherwise move them around unless you know exactly
6804 ## what you are doing...
6805 if test -n "$compiler"; then
6807 lt_prog_compiler_no_builtin_flag=
6809 if test "$GCC" = yes; then
6810 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6812 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6813 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
6814 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6815 echo $ECHO_N "(cached) $ECHO_C" >&6
6817 lt_cv_prog_compiler_rtti_exceptions=no
6818 ac_outfile=conftest.$ac_objext
6819 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6820 lt_compiler_flag="-fno-rtti -fno-exceptions"
6821 # Insert the option either (1) after the last *FLAGS variable, or
6822 # (2) before a word containing "conftest.", or (3) at the end.
6823 # Note that $ac_compile itself does not contain backslashes and begins
6824 # with a dollar sign (not a hyphen), so the echo should work correctly.
6825 # The option is referenced via a variable to avoid confusing sed.
6826 lt_compile=`echo "$ac_compile" | $SED \
6827 -e 's
:.
*FLAGS
}\
{0,1\
} :&$lt_compiler_flag :; t
' \
6828 -e 's
: [^
]*conftest\.
: $lt_compiler_flag&:; t
' \
6829 -e 's
:$
: $lt_compiler_flag:'`
6830 (eval echo "\"\$as_me:6830: $lt_compile\"" >&5)
6831 (eval "$lt_compile" 2>conftest.err)
6833 cat conftest.err >&5
6834 echo "$as_me:6834: \$? = $ac_status" >&5
6835 if (exit $ac_status) && test -s "$ac_outfile"; then
6836 # The compiler can only warn and ignore the option if not recognized
6837 # So say no if there are warnings other than the usual output.
6838 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$
/d
' >conftest.exp
6839 $SED '/^$
/d
; /^
*+/d
' conftest.err >conftest.er2
6840 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6841 lt_cv_prog_compiler_rtti_exceptions=yes
6847 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6848 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
6850 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
6851 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
6863 lt_prog_compiler_wl=
6864 lt_prog_compiler_pic=
6865 lt_prog_compiler_static=
6867 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
6868 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
6870 if test "$GCC" = yes; then
6871 lt_prog_compiler_wl='-Wl,'
6872 lt_prog_compiler_static='-static'
6876 # All AIX code is PIC.
6877 if test "$host_cpu" = ia64; then
6878 # AIX 5 now supports IA64 processor
6879 lt_prog_compiler_static='-Bstatic'
6884 if test "$host_cpu" = m68k; then
6885 # FIXME: we need at least 68020 code to build shared libraries, but
6886 # adding the `-m68020' flag to GCC prevents building anything better
,
6888 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
6892 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
6893 # PIC is the default for these OSes.
6896 mingw
* | cygwin
* | pw32
* | os2
*)
6897 # This hack is so that the source file can tell whether it is being
6898 # built for inclusion in a dll (and should export symbols for example).
6899 # Although the cygwin gcc ignores -fPIC, still need this for old-style
6900 # (--disable-auto-import) libraries
6901 lt_prog_compiler_pic
='-DDLL_EXPORT'
6904 darwin
* | rhapsody
*)
6905 # PIC is the default on this platform
6906 # Common symbols not allowed in MH_DYLIB files
6907 lt_prog_compiler_pic
='-fno-common'
6911 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6918 lt_prog_compiler_pic
='-fPIC'
6924 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
6925 # Instead, we relocate shared libraries at runtime.
6929 # Just because we use GCC doesn't mean we suddenly get shared libraries
6930 # on systems that don't support them.
6931 lt_prog_compiler_can_build_shared
=no
6936 # QNX uses GNU C++, but need to define -shared option too, otherwise
6938 lt_prog_compiler_pic
='-fPIC -shared'
6942 if test -d /usr
/nec
; then
6943 lt_prog_compiler_pic
=-Kconform_pic
6948 lt_prog_compiler_pic
='-fPIC'
6952 # PORTME Check for flag to pass linker flags through the system compiler.
6955 lt_prog_compiler_wl
='-Wl,'
6956 if test "$host_cpu" = ia64
; then
6957 # AIX 5 now supports IA64 processor
6958 lt_prog_compiler_static
='-Bstatic'
6960 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
6964 # PIC is the default on this platform
6965 # Common symbols not allowed in MH_DYLIB files
6966 case $cc_basename in
6968 lt_prog_compiler_pic
='-qnocommon'
6969 lt_prog_compiler_wl
='-Wl,'
6974 mingw
* | cygwin
* | pw32
* | os2
*)
6975 # This hack is so that the source file can tell whether it is being
6976 # built for inclusion in a dll (and should export symbols for example).
6977 lt_prog_compiler_pic
='-DDLL_EXPORT'
6980 hpux9
* | hpux10
* | hpux11
*)
6981 lt_prog_compiler_wl
='-Wl,'
6982 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6989 lt_prog_compiler_pic
='+Z'
6992 # Is there a better lt_prog_compiler_static that works with the bundled CC?
6993 lt_prog_compiler_static
='${wl}-a ${wl}archive'
6996 irix5
* | irix6
* | nonstopux
*)
6997 lt_prog_compiler_wl
='-Wl,'
6998 # PIC (with -KPIC) is the default.
6999 lt_prog_compiler_static
='-non_shared'
7002 linux
* | k
*bsd
*-gnu)
7003 case $cc_basename in
7005 lt_prog_compiler_wl
='-Wl,'
7006 lt_prog_compiler_pic
='-KPIC'
7007 lt_prog_compiler_static
='-static'
7009 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
7010 # Portland Group compilers (*not* the Pentium gcc compiler,
7011 # which looks to be a dead project)
7012 lt_prog_compiler_wl
='-Wl,'
7013 lt_prog_compiler_pic
='-fpic'
7014 lt_prog_compiler_static
='-Bstatic'
7017 lt_prog_compiler_wl
='-Wl,'
7018 # All Alpha code is PIC.
7019 lt_prog_compiler_static
='-non_shared'
7022 case `$CC -V 2>&1 | sed 5q` in
7025 lt_prog_compiler_pic
='-KPIC'
7026 lt_prog_compiler_static
='-Bstatic'
7027 lt_prog_compiler_wl
='-Wl,'
7030 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7031 lt_prog_compiler_pic
='-KPIC'
7032 lt_prog_compiler_static
='-Bstatic'
7033 lt_prog_compiler_wl
=''
7041 lt_prog_compiler_pic
='-KPIC'
7042 lt_prog_compiler_static
='-Bstatic'
7046 # QNX uses GNU C++, but need to define -shared option too, otherwise
7048 lt_prog_compiler_pic
='-fPIC -shared'
7051 osf3
* | osf4
* | osf5
*)
7052 lt_prog_compiler_wl
='-Wl,'
7053 # All OSF/1 code is PIC.
7054 lt_prog_compiler_static
='-non_shared'
7058 lt_prog_compiler_static
='-non_shared'
7062 lt_prog_compiler_pic
='-KPIC'
7063 lt_prog_compiler_static
='-Bstatic'
7064 case $cc_basename in
7066 lt_prog_compiler_wl
='-Qoption ld ';;
7068 lt_prog_compiler_wl
='-Wl,';;
7073 lt_prog_compiler_wl
='-Qoption ld '
7074 lt_prog_compiler_pic
='-PIC'
7075 lt_prog_compiler_static
='-Bstatic'
7078 sysv4 | sysv4.2uw2
* | sysv4.3
*)
7079 lt_prog_compiler_wl
='-Wl,'
7080 lt_prog_compiler_pic
='-KPIC'
7081 lt_prog_compiler_static
='-Bstatic'
7085 if test -d /usr
/nec
;then
7086 lt_prog_compiler_pic
='-Kconform_pic'
7087 lt_prog_compiler_static
='-Bstatic'
7091 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
7092 lt_prog_compiler_wl
='-Wl,'
7093 lt_prog_compiler_pic
='-KPIC'
7094 lt_prog_compiler_static
='-Bstatic'
7098 lt_prog_compiler_wl
='-Wl,'
7099 lt_prog_compiler_can_build_shared
=no
7103 lt_prog_compiler_pic
='-pic'
7104 lt_prog_compiler_static
='-Bstatic'
7108 lt_prog_compiler_can_build_shared
=no
7114 # For platforms which do not support PIC, -DPIC is meaningless:
7116 lt_prog_compiler_pic
=
7119 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
7122 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7123 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
7131 # Check to make sure the PIC flag actually works.
7133 if test -n "$lt_prog_compiler_pic"; then
7134 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7135 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
7136 if test "${lt_prog_compiler_pic_works+set}" = set; then
7137 echo $ECHO_N "(cached) $ECHO_C" >&6
7139 lt_prog_compiler_pic_works
=no
7140 ac_outfile
=conftest.
$ac_objext
7141 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7142 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
7143 # Insert the option either (1) after the last *FLAGS variable, or
7144 # (2) before a word containing "conftest.", or (3) at the end.
7145 # Note that $ac_compile itself does not contain backslashes and begins
7146 # with a dollar sign (not a hyphen), so the echo should work correctly.
7147 # The option is referenced via a variable to avoid confusing sed.
7148 lt_compile
=`echo "$ac_compile" | $SED \
7149 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7150 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7151 -e 's:$: $lt_compiler_flag:'`
7152 (eval echo "\"\$as_me:7152: $lt_compile\"" >&5)
7153 (eval "$lt_compile" 2>conftest.err
)
7155 cat conftest.err
>&5
7156 echo "$as_me:7156: \$? = $ac_status" >&5
7157 if (exit $ac_status) && test -s "$ac_outfile"; then
7158 # The compiler can only warn and ignore the option if not recognized
7159 # So say no if there are warnings other than the usual output.
7160 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
7161 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7162 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7163 lt_prog_compiler_pic_works
=yes
7169 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
7170 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
7172 if test x
"$lt_prog_compiler_pic_works" = xyes
; then
7173 case $lt_prog_compiler_pic in
7175 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
7178 lt_prog_compiler_pic
=
7179 lt_prog_compiler_can_build_shared
=no
7190 # Check to make sure the static flag actually works.
7192 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
7193 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7194 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
7195 if test "${lt_prog_compiler_static_works+set}" = set; then
7196 echo $ECHO_N "(cached) $ECHO_C" >&6
7198 lt_prog_compiler_static_works
=no
7199 save_LDFLAGS
="$LDFLAGS"
7200 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
7201 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
7202 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
7203 # The linker can only warn and ignore the option if not recognized
7204 # So say no if there are warnings
7205 if test -s conftest.err
; then
7206 # Append any errors to the config.log.
7207 cat conftest.err
1>&5
7208 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
7209 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7210 if diff conftest.exp conftest.er2
>/dev
/null
; then
7211 lt_prog_compiler_static_works
=yes
7214 lt_prog_compiler_static_works
=yes
7218 LDFLAGS
="$save_LDFLAGS"
7221 echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
7222 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
7224 if test x
"$lt_prog_compiler_static_works" = xyes
; then
7227 lt_prog_compiler_static
=
7236 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7237 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7238 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7239 echo $ECHO_N "(cached) $ECHO_C" >&6
7241 lt_cv_prog_compiler_c_o
=no
7242 $RM -r conftest
2>/dev
/null
7246 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7248 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7249 # Insert the option either (1) after the last *FLAGS variable, or
7250 # (2) before a word containing "conftest.", or (3) at the end.
7251 # Note that $ac_compile itself does not contain backslashes and begins
7252 # with a dollar sign (not a hyphen), so the echo should work correctly.
7253 lt_compile
=`echo "$ac_compile" | $SED \
7254 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7255 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7256 -e 's:$: $lt_compiler_flag:'`
7257 (eval echo "\"\$as_me:7257: $lt_compile\"" >&5)
7258 (eval "$lt_compile" 2>out
/conftest.err
)
7260 cat out
/conftest.err
>&5
7261 echo "$as_me:7261: \$? = $ac_status" >&5
7262 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7264 # The compiler can only warn and ignore the option if not recognized
7265 # So say no if there are warnings
7266 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7267 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7268 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7269 lt_cv_prog_compiler_c_o
=yes
7274 # SGI C++ compiler will create directory out/ii_files/ for
7275 # template instantiation
7276 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7277 $RM out
/* && rmdir out
7283 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7284 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7291 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7292 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7293 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7294 echo $ECHO_N "(cached) $ECHO_C" >&6
7296 lt_cv_prog_compiler_c_o
=no
7297 $RM -r conftest
2>/dev
/null
7301 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7303 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7304 # Insert the option either (1) after the last *FLAGS variable, or
7305 # (2) before a word containing "conftest.", or (3) at the end.
7306 # Note that $ac_compile itself does not contain backslashes and begins
7307 # with a dollar sign (not a hyphen), so the echo should work correctly.
7308 lt_compile
=`echo "$ac_compile" | $SED \
7309 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7310 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7311 -e 's:$: $lt_compiler_flag:'`
7312 (eval echo "\"\$as_me:7312: $lt_compile\"" >&5)
7313 (eval "$lt_compile" 2>out
/conftest.err
)
7315 cat out
/conftest.err
>&5
7316 echo "$as_me:7316: \$? = $ac_status" >&5
7317 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7319 # The compiler can only warn and ignore the option if not recognized
7320 # So say no if there are warnings
7321 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7322 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7323 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7324 lt_cv_prog_compiler_c_o
=yes
7329 # SGI C++ compiler will create directory out/ii_files/ for
7330 # template instantiation
7331 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7332 $RM out
/* && rmdir out
7338 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7339 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7344 hard_links
="nottested"
7345 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
7346 # do not overwrite the value of need_locks provided by the user
7347 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7348 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
7351 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7353 ln conftest.a conftest.b
2>&5 || hard_links
=no
7354 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7355 echo "$as_me:$LINENO: result: $hard_links" >&5
7356 echo "${ECHO_T}$hard_links" >&6
7357 if test "$hard_links" = no
; then
7358 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7359 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7371 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7372 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
7375 allow_undefined_flag
=
7376 always_export_symbols
=no
7378 archive_expsym_cmds
=
7379 compiler_needs_object
=no
7380 enable_shared_with_static_runtimes
=no
7381 export_dynamic_flag_spec
=
7382 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7383 hardcode_automatic
=no
7385 hardcode_direct_absolute
=no
7386 hardcode_libdir_flag_spec
=
7387 hardcode_libdir_flag_spec_ld
=
7388 hardcode_libdir_separator
=
7390 hardcode_shlibpath_var
=unsupported
7392 link_all_deplibs
=unknown
7395 old_archive_from_new_cmds
=
7396 old_archive_from_expsyms_cmds
=
7397 thread_safe_flag_spec
=
7398 whole_archive_flag_spec
=
7399 # include_expsyms should be a list of space-separated symbols to be *always*
7400 # included in the symbol list
7402 # exclude_expsyms can be an extended regexp of symbols to exclude
7403 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7404 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7405 # as well as any symbol that contains `d'.
7406 exclude_expsyms
="_GLOBAL_OFFSET_TABLE_"
7407 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7408 # platforms (ab)use it in PIC code, but their linkers get confused if
7409 # the symbol is explicitly referenced. Since portable code cannot
7410 # rely on this symbol name, it's probably fine to never include it in
7411 # preloaded symbol tables.
7412 extract_expsyms_cmds
=
7415 cygwin
* | mingw
* | pw32
*)
7416 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7417 # When not using gcc, we currently assume that we are using
7418 # Microsoft Visual C++.
7419 if test "$GCC" != yes; then
7424 # we just hope/assume this is gcc and not c89 (= MSVC++)
7433 if test "$with_gnu_ld" = yes; then
7434 # If archive_cmds runs LD, not CC, wlarc should be empty
7437 # Set some defaults for GNU ld with shared library support. These
7438 # are reset later if shared libraries are not supported. Putting them
7439 # here allows them to be overridden if necessary.
7440 runpath_var
=LD_RUN_PATH
7441 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7442 export_dynamic_flag_spec
='${wl}--export-dynamic'
7443 # ancient GNU ld didn't support --whole-archive et. al.
7444 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
7445 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7447 whole_archive_flag_spec
=
7449 supports_anon_versioning
=no
7450 case `$LD -v 2>&1` in
7451 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
7452 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
7453 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
7454 *\
2.11.
*) ;; # other 2.11 versions
7455 *) supports_anon_versioning
=yes ;;
7458 # See if GNU ld supports shared libraries.
7461 # On AIX/PPC, the GNU linker is very broken
7462 if test "$host_cpu" != ia64
; then
7466 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7467 *** to be unable to reliably create shared libraries on AIX.
7468 *** Therefore, libtool is disabling shared libraries support. If you
7469 *** really care for shared libraries, you may want to modify your PATH
7470 *** so that a non-GNU linker is found, and then restart.
7477 if test "$host_cpu" = m68k
; then
7478 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
7479 hardcode_libdir_flag_spec
='-L$libdir'
7480 hardcode_minus_L
=yes
7483 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
7484 # that the semantics of dynamic libraries on AmigaOS, at least up
7485 # to version 4, is to share data among multiple programs linked
7486 # with the same dynamic library. Since this doesn't match the
7487 # behavior of shared libraries on other platforms, we can't use
7493 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7494 allow_undefined_flag
=unsupported
7495 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7496 # support --undefined. This deserves some investigation. FIXME
7497 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7503 cygwin
* | mingw
* | pw32
*)
7504 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7505 # as there is no search path for DLLs.
7506 hardcode_libdir_flag_spec
='-L$libdir'
7507 allow_undefined_flag
=unsupported
7508 always_export_symbols
=no
7509 enable_shared_with_static_runtimes
=yes
7510 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7512 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
7513 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7514 # If the export-symbols file already is a .def file (1st line
7515 # is EXPORTS), use it as is; otherwise, prepend...
7516 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7517 cp $export_symbols $output_objdir/$soname.def;
7519 echo EXPORTS > $output_objdir/$soname.def;
7520 cat $export_symbols >> $output_objdir/$soname.def;
7522 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7530 hardcode_shlibpath_var
=no
7531 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
7532 export_dynamic_flag_spec
='${wl}-E'
7533 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7534 # Instead, shared libraries are loaded at an image base (0x10000000 by
7535 # default) and relocated if they conflict, which is a slow very memory
7536 # consuming and fragmenting process. To avoid this, we pick a random,
7537 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7538 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7539 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7540 archive_expsym_cmds
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7543 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu)
7545 if test "$host_os" = linux-dietlibc
; then
7546 case $cc_basename in
7547 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
7550 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
7551 && test "$tmp_diet" = no
7554 case $cc_basename,$host_cpu in
7555 pgcc
*) # Portland Group C compiler
7556 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7557 tmp_addflag
=' $pic_flag'
7559 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
7560 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7561 tmp_addflag
=' $pic_flag -Mnomain' ;;
7562 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
7563 tmp_addflag
=' -i_dynamic' ;;
7564 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
7565 tmp_addflag
=' -i_dynamic -nofor_main' ;;
7566 ifc
* | ifort
*) # Intel Fortran compiler
7567 tmp_addflag
=' -nofor_main' ;;
7569 case `$CC -V 2>&1 | sed 5q` in
7570 *Sun\ C
*) # Sun C 5.9
7571 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
7572 compiler_needs_object
=yes
7573 tmp_sharedflag
='-G' ;;
7574 *Sun\ F
*) # Sun Fortran 8.3
7575 tmp_sharedflag
='-G' ;;
7577 tmp_sharedflag
='-shared' ;;
7579 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7581 if test "x$supports_anon_versioning" = xyes
; then
7582 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
7583 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7584 echo "local: *; };" >> $output_objdir/$libname.ver~
7585 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7593 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
7594 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7597 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7598 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7603 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
7607 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
7608 *** create shared libraries on Solaris systems. Therefore, libtool
7609 *** is disabling shared libraries support. We urge you to upgrade GNU
7610 *** binutils to release 2.9.1 or newer. Another option is to modify
7611 *** your PATH or compiler configuration so that the native linker is
7612 *** used, and then restart.
7615 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7616 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7617 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7623 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
7624 case `$LD -v 2>&1` in
7625 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
7629 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
7630 *** reliably create shared libraries on SCO systems. Therefore, libtool
7631 *** is disabling shared libraries support. We urge you to upgrade GNU
7632 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
7633 *** your PATH or compiler configuration so that the native linker is
7634 *** used, and then restart.
7639 # For security reasons, it is highly recommended that you always
7640 # use absolute paths for naming shared libraries, and exclude the
7641 # DT_RUNPATH tag from executables and libraries. But doing so
7642 # requires that you compile everything twice, which is a pain.
7643 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7644 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7645 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7646 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7655 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7658 hardcode_shlibpath_var
=no
7662 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7663 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7664 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7671 if test "$ld_shlibs" = no
; then
7673 hardcode_libdir_flag_spec
=
7674 export_dynamic_flag_spec
=
7675 whole_archive_flag_spec
=
7678 # PORTME fill in a description of your system's linker (not GNU ld)
7681 allow_undefined_flag
=unsupported
7682 always_export_symbols
=yes
7683 archive_expsym_cmds
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
7684 # Note: this linker hardcodes the directories in LIBPATH if there
7685 # are no directories specified by -L.
7686 hardcode_minus_L
=yes
7687 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
7688 # Neither direct hardcoding nor static linking is supported with a
7690 hardcode_direct
=unsupported
7695 if test "$host_cpu" = ia64
; then
7696 # On IA64, the linker does run time linking by default, so we don't
7697 # have to do anything special.
7698 aix_use_runtimelinking
=no
7699 exp_sym_flag
='-Bexport'
7702 # If we're using GNU nm, then we don't want the "-C" option.
7703 # -C means demangle to AIX nm, but means don't demangle with GNU nm
7704 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
7705 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
7707 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
7709 aix_use_runtimelinking
=no
7711 # Test if we are trying to use run time linking or normal
7712 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
7713 # need to do runtime linking.
7714 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
7715 for ld_flag
in $LDFLAGS; do
7716 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
7717 aix_use_runtimelinking
=yes
7724 exp_sym_flag
='-bexport'
7725 no_entry_flag
='-bnoentry'
7728 # When large executables or shared objects are built, AIX ld can
7729 # have problems creating the table of contents. If linking a library
7730 # or program results in "error TOC overflow" add -mminimal-toc to
7731 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
7732 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
7736 hardcode_direct_absolute
=yes
7737 hardcode_libdir_separator
=':'
7738 link_all_deplibs
=yes
7739 file_list_spec
='${wl}-f,'
7741 if test "$GCC" = yes; then
7742 case $host_os in aix4.
[012]|aix4.
[012].
*)
7743 # We only want to do this on AIX 4.2 and lower, the check
7744 # below for broken collect2 doesn't work under 4.3+
7745 collect2name
=`${CC} -print-prog-name=collect2`
7746 if test -f "$collect2name" &&
7747 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
7749 # We have reworked collect2
7752 # We have old collect2
7753 hardcode_direct
=unsupported
7754 # It fails to find uninstalled libraries when the uninstalled
7755 # path is not listed in the libpath. Setting hardcode_minus_L
7756 # to unsupported forces relinking
7757 hardcode_minus_L
=yes
7758 hardcode_libdir_flag_spec
='-L$libdir'
7759 hardcode_libdir_separator
=
7763 shared_flag
='-shared'
7764 if test "$aix_use_runtimelinking" = yes; then
7765 shared_flag
="$shared_flag "'${wl}-G'
7769 if test "$host_cpu" = ia64
; then
7770 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
7771 # chokes on -Wl,-G. The following line is correct:
7774 if test "$aix_use_runtimelinking" = yes; then
7775 shared_flag
='${wl}-G'
7777 shared_flag
='${wl}-bM:SRE'
7782 # It seems that -bexpall does not export symbols beginning with
7783 # underscore (_), so it is better to generate a list of symbols to export.
7784 always_export_symbols
=yes
7785 if test "$aix_use_runtimelinking" = yes; then
7786 # Warning - without using the other runtime loading flags (-brtl),
7787 # -berok will link without error, but may produce a broken library.
7788 allow_undefined_flag
='-berok'
7789 # Determine the default libpath from the value encoded in an
7791 cat >conftest.
$ac_ext <<_ACEOF
7794 cat confdefs.h
>>conftest.
$ac_ext
7795 cat >>conftest.
$ac_ext <<_ACEOF
7796 /* end confdefs.h. */
7806 rm -f conftest.
$ac_objext conftest
$ac_exeext
7807 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7808 (eval $ac_link) 2>conftest.er1
7810 grep -v '^ *+' conftest.er1
>conftest.err
7812 cat conftest.err
>&5
7813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7814 (exit $ac_status); } &&
7815 { ac_try
='test -z "$ac_c_werror_flag"
7816 || test ! -s conftest.err'
7817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821 (exit $ac_status); }; } &&
7822 { ac_try
='test -s conftest$ac_exeext'
7823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7827 (exit $ac_status); }; }; then
7829 lt_aix_libpath_sed
='
7830 /Import File Strings/,/^$/ {
7836 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7837 # Check for a 64-bit object if we didn't find anything.
7838 if test -z "$aix_libpath"; then
7839 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7842 echo "$as_me: failed program was:" >&5
7843 sed 's/^/| /' conftest.
$ac_ext >&5
7846 rm -f conftest.err conftest.
$ac_objext \
7847 conftest
$ac_exeext conftest.
$ac_ext
7848 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
7850 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
7851 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
7853 if test "$host_cpu" = ia64
; then
7854 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
7855 allow_undefined_flag
="-z nodefs"
7856 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
7858 # Determine the default libpath from the value encoded in an
7860 cat >conftest.
$ac_ext <<_ACEOF
7863 cat confdefs.h
>>conftest.
$ac_ext
7864 cat >>conftest.
$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7875 rm -f conftest.
$ac_objext conftest
$ac_exeext
7876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7877 (eval $ac_link) 2>conftest.er1
7879 grep -v '^ *+' conftest.er1
>conftest.err
7881 cat conftest.err
>&5
7882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7883 (exit $ac_status); } &&
7884 { ac_try
='test -z "$ac_c_werror_flag"
7885 || test ! -s conftest.err'
7886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7890 (exit $ac_status); }; } &&
7891 { ac_try
='test -s conftest$ac_exeext'
7892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7896 (exit $ac_status); }; }; then
7898 lt_aix_libpath_sed
='
7899 /Import File Strings/,/^$/ {
7905 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7906 # Check for a 64-bit object if we didn't find anything.
7907 if test -z "$aix_libpath"; then
7908 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7911 echo "$as_me: failed program was:" >&5
7912 sed 's/^/| /' conftest.
$ac_ext >&5
7915 rm -f conftest.err conftest.
$ac_objext \
7916 conftest
$ac_exeext conftest.
$ac_ext
7917 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
7919 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
7920 # Warning - without using the other run time loading flags,
7921 # -berok will link without error, but may produce a broken library.
7922 no_undefined_flag
=' ${wl}-bernotok'
7923 allow_undefined_flag
=' ${wl}-berok'
7924 # Exported symbols can be pulled into shared objects from archives
7925 whole_archive_flag_spec
='$convenience'
7926 archive_cmds_need_lc
=yes
7927 # This is similar to how AIX traditionally builds its shared libraries.
7928 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
7934 if test "$host_cpu" = m68k
; then
7935 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
7936 hardcode_libdir_flag_spec
='-L$libdir'
7937 hardcode_minus_L
=yes
7939 # see comment about different semantics on the GNU ld section
7944 export_dynamic_flag_spec
=-rdynamic
7947 cygwin
* | mingw
* | pw32
*)
7948 # When not using gcc, we currently assume that we are using
7949 # Microsoft Visual C++.
7950 # hardcode_libdir_flag_spec is actually meaningless, as there is
7951 # no search path for DLLs.
7952 hardcode_libdir_flag_spec
=' '
7953 allow_undefined_flag
=unsupported
7954 # Tell ltmain to make .lib files, not .a files.
7956 # Tell ltmain to make .dll files, not .so files.
7958 # FIXME: Setting linknames here is a bad hack.
7959 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
7960 # The linker will automatically build a .lib file if we build a DLL.
7961 old_archive_from_new_cmds
='true'
7962 # FIXME: Should let the user specify the lib program.
7963 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
7964 fix_srcfile_path
='`cygpath -w "$srcfile"`'
7965 enable_shared_with_static_runtimes
=yes
7968 darwin
* | rhapsody
*)
7970 rhapsody
* | darwin1.
[012])
7971 allow_undefined_flag
='${wl}-undefined ${wl}suppress'
7974 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
7976 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7979 allow_undefined_flag
='${wl}-undefined ${wl}dynamic_lookup'
7984 archive_cmds_need_lc
=no
7986 hardcode_automatic
=yes
7987 hardcode_shlibpath_var
=unsupported
7988 whole_archive_flag_spec
=''
7989 link_all_deplibs
=yes
7990 if test "$GCC" = yes ; then
7991 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7992 echo $ECHO_N "(cached) $ECHO_C" >&6
7994 lt_cv_apple_cc_single_mod
=no
7995 if test -z "${LT_MULTI_MODULE}"; then
7996 # By default we will add the -single_module flag. You can override
7997 # by either setting the environment variable LT_MULTI_MODULE
7998 # non-empty at configure time, or by adding -multi-module to the
8000 echo "int foo(void){return 1;}" > conftest.c
8001 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8002 -dynamiclib ${wl}-single_module conftest.c
8003 if test -f libconftest.dylib
; then
8004 lt_cv_apple_cc_single_mod
=yes
8005 rm libconftest.dylib
8011 output_verbose_link_cmd
=echo
8012 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
8013 archive_cmds
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8014 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $single_module -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8016 archive_cmds
='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
8017 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8019 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8020 module_expsym_cmds
='sed -e "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8022 case $cc_basename in
8024 output_verbose_link_cmd
=echo
8025 archive_cmds
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
8026 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8027 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
8028 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8029 module_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8039 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8040 hardcode_libdir_flag_spec
='-L$libdir'
8041 hardcode_shlibpath_var
=no
8048 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8049 # support. Future versions do this automatically, but an explicit c++rt0.o
8050 # does not break anything, and helps significantly (at the cost of a little
8053 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8054 hardcode_libdir_flag_spec
='-R$libdir'
8056 hardcode_shlibpath_var
=no
8059 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8061 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8063 hardcode_minus_L
=yes
8064 hardcode_shlibpath_var
=no
8067 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8068 freebsd
* | dragonfly
*)
8069 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8070 hardcode_libdir_flag_spec
='-R$libdir'
8072 hardcode_shlibpath_var
=no
8076 if test "$GCC" = yes; then
8077 archive_cmds
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8079 archive_cmds
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8081 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8082 hardcode_libdir_separator
=:
8085 # hardcode_minus_L: Not really in the search PATH,
8086 # but as the default location of the library.
8087 hardcode_minus_L
=yes
8088 export_dynamic_flag_spec
='${wl}-E'
8092 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8093 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8095 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8097 if test "$with_gnu_ld" = no
; then
8098 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8099 hardcode_libdir_flag_spec_ld
='+b $libdir'
8100 hardcode_libdir_separator
=:
8102 hardcode_direct_absolute
=yes
8103 export_dynamic_flag_spec
='${wl}-E'
8104 # hardcode_minus_L: Not really in the search PATH,
8105 # but as the default location of the library.
8106 hardcode_minus_L
=yes
8111 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8114 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8117 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8120 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8126 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8129 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8132 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8136 if test "$with_gnu_ld" = no
; then
8137 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8138 hardcode_libdir_separator
=:
8143 hardcode_shlibpath_var
=no
8147 hardcode_direct_absolute
=yes
8148 export_dynamic_flag_spec
='${wl}-E'
8150 # hardcode_minus_L: Not really in the search PATH,
8151 # but as the default location of the library.
8152 hardcode_minus_L
=yes
8158 irix5
* | irix6
* | nonstopux
*)
8159 if test "$GCC" = yes; then
8160 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8161 # Try to use the -exported_symbol ld option, if it does not
8162 # work, assume that -exports_file does not work either and
8163 # implicitly export all symbols.
8164 save_LDFLAGS
="$LDFLAGS"
8165 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8166 cat >conftest.
$ac_ext <<_ACEOF
8169 rm -f conftest.
$ac_objext conftest
$ac_exeext
8170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8171 (eval $ac_link) 2>conftest.er1
8173 grep -v '^ *+' conftest.er1
>conftest.err
8175 cat conftest.err
>&5
8176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8177 (exit $ac_status); } &&
8178 { ac_try
='test -z "$ac_c_werror_flag"
8179 || test ! -s conftest.err'
8180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8184 (exit $ac_status); }; } &&
8185 { ac_try
='test -s conftest$ac_exeext'
8186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); }; }; then
8191 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8194 echo "$as_me: failed program was:" >&5
8195 sed 's/^/| /' conftest.
$ac_ext >&5
8198 rm -f conftest.err conftest.
$ac_objext \
8199 conftest
$ac_exeext conftest.
$ac_ext
8200 LDFLAGS
="$save_LDFLAGS"
8202 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8203 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8205 archive_cmds_need_lc
='no'
8206 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8207 hardcode_libdir_separator
=:
8209 link_all_deplibs
=yes
8213 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8214 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8216 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8218 hardcode_libdir_flag_spec
='-R$libdir'
8220 hardcode_shlibpath_var
=no
8224 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8226 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8227 hardcode_libdir_separator
=:
8228 hardcode_shlibpath_var
=no
8236 hardcode_shlibpath_var
=no
8237 hardcode_direct_absolute
=yes
8238 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8239 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8240 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8241 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8242 export_dynamic_flag_spec
='${wl}-E'
8245 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8246 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8247 hardcode_libdir_flag_spec
='-R$libdir'
8250 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8251 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8258 hardcode_libdir_flag_spec
='-L$libdir'
8259 hardcode_minus_L
=yes
8260 allow_undefined_flag
=unsupported
8261 archive_cmds
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8262 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8266 if test "$GCC" = yes; then
8267 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8268 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8270 allow_undefined_flag
=' -expect_unresolved \*'
8271 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8273 archive_cmds_need_lc
='no'
8274 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8275 hardcode_libdir_separator
=:
8278 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
8279 if test "$GCC" = yes; then
8280 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8281 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8282 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8284 allow_undefined_flag
=' -expect_unresolved \*'
8285 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8286 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8287 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8289 # Both c and cxx compiler support -rpath directly
8290 hardcode_libdir_flag_spec
='-rpath $libdir'
8292 archive_cmds_need_lc
='no'
8293 hardcode_libdir_separator
=:
8297 no_undefined_flag
=' -z defs'
8298 if test "$GCC" = yes; then
8300 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8301 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8302 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8304 case `$CC -V 2>&1` in
8307 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8308 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8309 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8313 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8314 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8315 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8319 hardcode_libdir_flag_spec
='-R$libdir'
8320 hardcode_shlibpath_var
=no
8322 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
8324 # The compiler driver will combine and reorder linker options,
8325 # but understands `-z linker_flag'. GCC discards it without `$wl',
8326 # but is careful enough not to reorder.
8327 # Supported since Solaris 2.6 (maybe 2.5.1?)
8328 if test "$GCC" = yes; then
8329 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8331 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
8335 link_all_deplibs
=yes
8339 if test "x$host_vendor" = xsequent
; then
8340 # Use $CC to link under sequent, because it throws in some extra .o
8341 # files that make .init and .fini sections work.
8342 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8344 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8346 hardcode_libdir_flag_spec
='-L$libdir'
8348 hardcode_minus_L
=yes
8349 hardcode_shlibpath_var
=no
8353 case $host_vendor in
8355 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8356 hardcode_direct
=yes # is this really true???
8359 ## LD is ld it makes a PLAMLIB
8360 ## CC just makes a GrossModule.
8361 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8362 reload_cmds
='$CC -r -o $output$reload_objs'
8366 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8367 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
8370 runpath_var
='LD_RUN_PATH'
8371 hardcode_shlibpath_var
=no
8375 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8376 hardcode_shlibpath_var
=no
8377 export_dynamic_flag_spec
='-Bexport'
8381 if test -d /usr
/nec
; then
8382 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8383 hardcode_shlibpath_var
=no
8384 runpath_var
=LD_RUN_PATH
8385 hardcode_runpath_var
=yes
8390 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
8391 no_undefined_flag
='${wl}-z,text'
8392 archive_cmds_need_lc
=no
8393 hardcode_shlibpath_var
=no
8394 runpath_var
='LD_RUN_PATH'
8396 if test "$GCC" = yes; then
8397 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8398 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8400 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8401 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8405 sysv5
* | sco3.2v5
* | sco5v6
*)
8406 # Note: We can NOT use -z defs as we might desire, because we do not
8407 # link with -lc, and that would cause any symbols used from libc to
8408 # always be unresolved, which means just about no library would
8409 # ever link correctly. If we're not using GNU ld we use -z text
8410 # though, which does catch some bad symbols but isn't as heavy-handed
8412 no_undefined_flag
='${wl}-z,text'
8413 allow_undefined_flag
='${wl}-z,nodefs'
8414 archive_cmds_need_lc
=no
8415 hardcode_shlibpath_var
=no
8416 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
8417 hardcode_libdir_separator
=':'
8418 link_all_deplibs
=yes
8419 export_dynamic_flag_spec
='${wl}-Bexport'
8420 runpath_var
='LD_RUN_PATH'
8422 if test "$GCC" = yes; then
8423 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8424 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8426 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8427 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8432 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8433 hardcode_libdir_flag_spec
='-L$libdir'
8434 hardcode_shlibpath_var
=no
8442 if test x
$host_vendor = xsni
; then
8444 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
8445 export_dynamic_flag_spec
='${wl}-Blargedynsym'
8451 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8452 echo "${ECHO_T}$ld_shlibs" >&6
8453 test "$ld_shlibs" = no
&& can_build_shared
=no
8455 with_gnu_ld
=$with_gnu_ld
8472 # Do we need to explicitly link libc?
8474 case "x$archive_cmds_need_lc" in
8476 # Assume -lc should be added
8477 archive_cmds_need_lc
=yes
8479 if test "$enable_shared" = yes && test "$GCC" = yes; then
8480 case $archive_cmds in
8482 # FIXME: we may have to deal with multi-command sequences.
8485 # Test whether the compiler implicitly links with -lc since on some
8486 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8487 # to ld, don't add -lc before -lgcc.
8488 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8489 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8491 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8494 (eval $ac_compile) 2>&5
8496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8497 (exit $ac_status); } 2>conftest.err
; then
8500 libobjs
=conftest.
$ac_objext
8502 wl
=$lt_prog_compiler_wl
8503 pic_flag
=$lt_prog_compiler_pic
8509 lt_save_allow_undefined_flag
=$allow_undefined_flag
8510 allow_undefined_flag
=
8511 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8512 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
8514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8515 (exit $ac_status); }
8517 archive_cmds_need_lc
=no
8519 archive_cmds_need_lc
=yes
8521 allow_undefined_flag
=$lt_save_allow_undefined_flag
8523 cat conftest.err
1>&5
8526 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8527 echo "${ECHO_T}$archive_cmds_need_lc" >&6
8690 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8691 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
8693 if test "$withGCC" = yes; then
8695 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
8696 *) lt_awk_arg
="/^libraries:/" ;;
8698 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8699 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
8700 # if the path contains ";" then we assume it to be the separator
8701 # otherwise default to the standard path separator (i.e. ":") - it is
8702 # assumed that no part of a normal pathname contains ";" but that should
8703 # okay in the real world where ";" in dirpaths is itself problematic.
8704 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
8706 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8708 # Ok, now we have the path, separated by spaces, we can step through it
8709 # and add multilib dir if necessary.
8710 lt_tmp_lt_search_path_spec
=
8711 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
8712 for lt_sys_path
in $lt_search_path_spec; do
8713 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
8714 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
8716 test -d "$lt_sys_path" && \
8717 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
8720 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
8721 BEGIN {RS=" "; FS="/|\n";} {
8724 for (lt_i = NF; lt_i > 0; lt_i--) {
8725 if ($lt_i != "" && $lt_i != ".") {
8726 if ($lt_i == "..") {
8729 if (lt_count == 0) {
8730 lt_foo="/" $lt_i lt_foo;
8737 if (lt_foo != "") { lt_freq[lt_foo]++; }
8738 if (lt_freq[lt_foo] == 1) { print lt_foo; }
8740 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
8742 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
8745 libname_spec
='lib$name'
8753 shlibpath_overrides_runpath
=unknown
8755 dynamic_linker
="$host_os ld.so"
8756 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
8757 need_lib_prefix
=unknown
8758 hardcode_into_libs
=no
8760 # when you set need_version to no, make sure it does not cause -set_version
8761 # flags to be left without arguments
8762 need_version
=unknown
8767 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
8768 shlibpath_var
=LIBPATH
8770 # AIX 3 has no versioning support, so we append a major version to the name.
8771 soname_spec
='${libname}${release}${shared_ext}$major'
8778 hardcode_into_libs
=yes
8779 if test "$host_cpu" = ia64
; then
8780 # AIX 5 supports IA64
8781 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
8782 shlibpath_var
=LD_LIBRARY_PATH
8784 # With GCC up to 2.95.x, collect2 would create an import file
8785 # for dependence libraries. The import file would start with
8786 # the line `#! .'. This would cause the generated library to
8787 # depend on `.', always an invalid library. This was fixed in
8788 # development snapshots of GCC prior to 3.0.
8790 aix4 | aix4.
[01] | aix4.
[01].
*)
8791 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
8793 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
8800 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
8801 # soname into executable. Probably we can add versioning support to
8802 # collect2, so additional links can be useful in future.
8803 if test "$aix_use_runtimelinking" = yes; then
8804 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
8805 # instead of lib<name>.a to let people know that these are not
8806 # typical AIX shared libraries.
8807 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8809 # We preserve .a as extension for shared libraries through AIX4.2
8810 # and later when we are not doing run time linking.
8811 library_names_spec
='${libname}${release}.a $libname.a'
8812 soname_spec
='${libname}${release}${shared_ext}$major'
8814 shlibpath_var
=LIBPATH
8819 if test "$host_cpu" = m68k
; then
8820 library_names_spec
='$libname.ixlibrary $libname.a'
8821 # Create ${libname}_ixlibrary.a entries in /sys/libs.
8822 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
8829 library_names_spec
='${libname}${shared_ext}'
8830 dynamic_linker
="$host_os ld.so"
8831 shlibpath_var
=LIBRARY_PATH
8837 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8838 soname_spec
='${libname}${release}${shared_ext}$major'
8839 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
8840 shlibpath_var
=LD_LIBRARY_PATH
8841 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
8842 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
8843 # the default ld.so.conf also contains /usr/contrib/lib and
8844 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
8845 # libtool to hard-code these into programs
8848 cygwin
* | mingw
* | pw32
*)
8849 version_type
=windows
8854 case $withGCC,$host_os in
8855 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
8856 library_names_spec
='$libname.dll.a'
8857 # DLL is installed to $(libdir)/../bin by postinstall_cmds
8858 postinstall_cmds
='base_file=`basename \${file}`~
8859 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
8860 dldir=$destdir/`dirname \$dlpath`~
8861 test -d \$dldir || mkdir -p \$dldir~
8862 $install_prog $dir/$dlname \$dldir/$dlname~
8863 chmod a+x \$dldir/$dlname~
8864 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
8865 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
8867 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
8868 dlpath=$dir/\$dldll~
8870 shlibpath_overrides_runpath
=yes
8874 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
8875 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8876 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
8879 # MinGW DLLs use traditional 'lib' prefix
8880 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8881 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8882 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
8883 # It is most probably a Windows format PATH printed by
8884 # mingw gcc, but we are running on Cygwin. Gcc prints its search
8885 # path with ; separators, and with drive letters. We can handle the
8886 # drive letters (cygwin fileutils understands them), so leave them,
8887 # especially as we might pass files found there to a mingw objdump,
8888 # which wouldn't understand a cygwinified path. Ahh.
8889 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
8891 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8895 # pw32 DLLs use 'pw' prefix rather than 'lib'
8896 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8902 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
8905 dynamic_linker
='Win32 ld.exe'
8906 # FIXME: first we should search . and the directory the executable is in
8910 darwin
* | rhapsody
*)
8911 dynamic_linker
="$host_os dyld"
8915 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
8916 soname_spec
='${libname}${release}${major}$shared_ext'
8917 shlibpath_overrides_runpath
=yes
8918 shlibpath_var
=DYLD_LIBRARY_PATH
8919 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
8921 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
8922 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
8929 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
8930 soname_spec
='${libname}${release}${shared_ext}$major'
8931 shlibpath_var
=LD_LIBRARY_PATH
8938 freebsd
* | dragonfly
*)
8939 # DragonFly does not have aout. When/if they implement a new
8940 # versioning mechanism, adjust this.
8941 if test -x /usr
/bin
/objformat
; then
8942 objformat
=`/usr/bin/objformat`
8945 freebsd
[123]*) objformat
=aout
;;
8949 version_type
=freebsd-
$objformat
8950 case $version_type in
8952 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
8957 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
8961 shlibpath_var
=LD_LIBRARY_PATH
8964 shlibpath_overrides_runpath
=yes
8966 freebsd3.
[01]* | freebsdelf3.
[01]*)
8967 shlibpath_overrides_runpath
=yes
8968 hardcode_into_libs
=yes
8970 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
8971 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
8972 shlibpath_overrides_runpath
=no
8973 hardcode_into_libs
=yes
8975 *) # from 4.6 on, and DragonFly
8976 shlibpath_overrides_runpath
=yes
8977 hardcode_into_libs
=yes
8986 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
8987 soname_spec
='${libname}${release}${shared_ext}$major'
8988 shlibpath_var
=LD_LIBRARY_PATH
8989 hardcode_into_libs
=yes
8992 hpux9
* | hpux10
* | hpux11
*)
8993 # Give a soname corresponding to the major version so that dld.sl refuses to
8994 # link against other versions.
9001 hardcode_into_libs
=yes
9002 dynamic_linker
="$host_os dld.so"
9003 shlibpath_var
=LD_LIBRARY_PATH
9004 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9005 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9006 soname_spec
='${libname}${release}${shared_ext}$major'
9007 if test "X$HPUX_IA64_MODE" = X32
; then
9008 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9010 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9012 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9016 hardcode_into_libs
=yes
9017 dynamic_linker
="$host_os dld.sl"
9018 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9019 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9020 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9021 soname_spec
='${libname}${release}${shared_ext}$major'
9022 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9023 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9027 dynamic_linker
="$host_os dld.sl"
9028 shlibpath_var
=SHLIB_PATH
9029 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9030 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9031 soname_spec
='${libname}${release}${shared_ext}$major'
9034 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9035 postinstall_cmds
='chmod 555 $lib'
9042 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9043 soname_spec
='${libname}${release}${shared_ext}$major'
9044 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9045 shlibpath_var
=LD_LIBRARY_PATH
9046 shlibpath_overrides_runpath
=no
9047 hardcode_into_libs
=yes
9050 irix5
* | irix6
* | nonstopux
*)
9052 nonstopux
*) version_type
=nonstopux
;;
9054 if test "$lt_cv_prog_gnu_ld" = yes; then
9062 soname_spec
='${libname}${release}${shared_ext}$major'
9063 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9065 irix5
* | nonstopux
*)
9069 case $LD in # libtool.m4 will add one of these switches to LD
9070 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9071 libsuff
= shlibsuff
= libmagic
=32-bit;;
9072 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9073 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9074 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9075 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9076 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9080 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9081 shlibpath_overrides_runpath
=no
9082 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9083 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9084 hardcode_into_libs
=yes
9087 # No shared lib support for Linux oldld, aout, or coff.
9088 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9092 # This must be Linux ELF.
9093 linux
* | k
*bsd
*-gnu)
9097 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9098 soname_spec
='${libname}${release}${shared_ext}$major'
9099 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9100 shlibpath_var
=LD_LIBRARY_PATH
9101 shlibpath_overrides_runpath
=no
9102 # Some binutils ld are patched to set DT_RUNPATH
9103 save_LDFLAGS
=$LDFLAGS
9105 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9106 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9107 cat >conftest.
$ac_ext <<_ACEOF
9110 cat confdefs.h
>>conftest.
$ac_ext
9111 cat >>conftest.
$ac_ext <<_ACEOF
9112 /* end confdefs.h. */
9122 rm -f conftest.
$ac_objext conftest
$ac_exeext
9123 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9124 (eval $ac_link) 2>conftest.er1
9126 grep -v '^ *+' conftest.er1
>conftest.err
9128 cat conftest.err
>&5
9129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9130 (exit $ac_status); } &&
9131 { ac_try
='test -z "$ac_c_werror_flag"
9132 || test ! -s conftest.err'
9133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9137 (exit $ac_status); }; } &&
9138 { ac_try
='test -s conftest$ac_exeext'
9139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143 (exit $ac_status); }; }; then
9144 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
9145 shlibpath_overrides_runpath
=yes
9149 echo "$as_me: failed program was:" >&5
9150 sed 's/^/| /' conftest.
$ac_ext >&5
9153 rm -f conftest.err conftest.
$ac_objext \
9154 conftest
$ac_exeext conftest.
$ac_ext
9155 LDFLAGS
=$save_LDFLAGS
9158 # This implies no fast_install, which is unacceptable.
9159 # Some rework will be needed to allow for fast_install
9160 # before this can be enabled.
9161 hardcode_into_libs
=yes
9163 # Append ld.so.conf contents to the search path
9164 if test -f /etc
/ld.so.conf
; then
9165 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9166 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9169 # We used to test for /lib/ld.so.1 and disable shared libraries on
9170 # powerpc, because MkLinux only supported shared libraries with the
9171 # GNU dynamic linker. Since this was broken with cross compilers,
9172 # most powerpc-linux boxes support dynamic linking these days and
9173 # people can always --disable-shared, the test was removed, and we
9174 # assume the GNU/Linux dynamic linker is in use.
9175 dynamic_linker
='GNU/Linux ld.so'
9182 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9183 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9184 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9185 dynamic_linker
='NetBSD (a.out) ld.so'
9187 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9188 soname_spec
='${libname}${release}${shared_ext}$major'
9189 dynamic_linker
='NetBSD ld.elf_so'
9191 shlibpath_var
=LD_LIBRARY_PATH
9192 shlibpath_overrides_runpath
=yes
9193 hardcode_into_libs
=yes
9198 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9199 shlibpath_var
=LD_LIBRARY_PATH
9200 shlibpath_overrides_runpath
=yes
9207 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9208 soname_spec
='${libname}${release}${shared_ext}$major'
9209 shlibpath_var
=LD_LIBRARY_PATH
9210 shlibpath_overrides_runpath
=no
9211 hardcode_into_libs
=yes
9212 dynamic_linker
='ldqnx.so'
9217 sys_lib_dlsearch_path_spec
="/usr/lib"
9219 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9221 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9222 *) need_version
=no
;;
9224 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9225 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9226 shlibpath_var
=LD_LIBRARY_PATH
9227 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9229 openbsd2.
[89] | openbsd2.
[89].
*)
9230 shlibpath_overrides_runpath
=no
9233 shlibpath_overrides_runpath
=yes
9237 shlibpath_overrides_runpath
=yes
9242 libname_spec
='$name'
9245 library_names_spec
='$libname${shared_ext} $libname.a'
9246 dynamic_linker
='OS/2 ld.exe'
9247 shlibpath_var
=LIBPATH
9250 osf3
* | osf4
* | osf5
*)
9254 soname_spec
='${libname}${release}${shared_ext}$major'
9255 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9256 shlibpath_var
=LD_LIBRARY_PATH
9257 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9258 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
9269 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9270 soname_spec
='${libname}${release}${shared_ext}$major'
9271 shlibpath_var
=LD_LIBRARY_PATH
9272 shlibpath_overrides_runpath
=yes
9273 hardcode_into_libs
=yes
9274 # ldd complains unless libraries are executable
9275 postinstall_cmds
='chmod +x $lib'
9280 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9281 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9282 shlibpath_var
=LD_LIBRARY_PATH
9283 shlibpath_overrides_runpath
=yes
9284 if test "$with_gnu_ld" = yes; then
9292 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9293 soname_spec
='${libname}${release}${shared_ext}$major'
9294 shlibpath_var
=LD_LIBRARY_PATH
9295 case $host_vendor in
9297 shlibpath_overrides_runpath
=no
9299 runpath_var
=LD_RUN_PATH
9307 shlibpath_overrides_runpath
=no
9308 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
9314 if test -d /usr
/nec
;then
9316 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9317 soname_spec
='$libname${shared_ext}.$major'
9318 shlibpath_var
=LD_LIBRARY_PATH
9322 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
9323 version_type
=freebsd-elf
9326 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9327 soname_spec
='${libname}${release}${shared_ext}$major'
9328 shlibpath_var
=LD_LIBRARY_PATH
9329 shlibpath_overrides_runpath
=yes
9330 hardcode_into_libs
=yes
9331 if test "$with_gnu_ld" = yes; then
9332 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9334 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
9337 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
9341 sys_lib_dlsearch_path_spec
='/usr/lib'
9345 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9349 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9350 shlibpath_var
=LD_LIBRARY_PATH
9351 shlibpath_overrides_runpath
=no
9352 hardcode_into_libs
=yes
9357 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9358 soname_spec
='${libname}${release}${shared_ext}$major'
9359 shlibpath_var
=LD_LIBRARY_PATH
9366 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9367 echo "${ECHO_T}$dynamic_linker" >&6
9368 test "$dynamic_linker" = no
&& can_build_shared
=no
9370 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
9371 if test "$GCC" = yes; then
9372 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9461 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9462 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9464 if test -n "$hardcode_libdir_flag_spec" ||
9465 test -n "$runpath_var" ||
9466 test "X$hardcode_automatic" = "Xyes" ; then
9468 # We can hardcode non-existent directories.
9469 if test "$hardcode_direct" != no
&&
9470 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9471 # have to relink, otherwise we might link with an installed library
9472 # when we should be linking with a yet-to-be-installed one
9473 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9474 test "$hardcode_minus_L" != no
; then
9475 # Linking always hardcodes the temporary library directory.
9476 hardcode_action
=relink
9478 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9479 hardcode_action
=immediate
9482 # We cannot hardcode anything, or else we can only hardcode existing
9484 hardcode_action
=unsupported
9486 echo "$as_me:$LINENO: result: $hardcode_action" >&5
9487 echo "${ECHO_T}$hardcode_action" >&6
9489 if test "$hardcode_action" = relink ||
9490 test "$inherit_rpath" = yes; then
9491 # Fast installation is not supported
9492 enable_fast_install
=no
9493 elif test "$shlibpath_overrides_runpath" = yes ||
9494 test "$enable_shared" = no
; then
9495 # Fast installation is not necessary
9496 enable_fast_install
=needless
9504 if test "x$enable_dlopen" != xyes
; then
9505 enable_dlopen
=unknown
9506 enable_dlopen_self
=unknown
9507 enable_dlopen_self_static
=unknown
9514 lt_cv_dlopen
="load_add_on"
9516 lt_cv_dlopen_self
=yes
9520 lt_cv_dlopen
="LoadLibrary"
9525 lt_cv_dlopen
="dlopen"
9530 # if libdl is installed we need to link against it
9531 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9532 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9533 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9534 echo $ECHO_N "(cached) $ECHO_C" >&6
9536 ac_check_lib_save_LIBS
=$LIBS
9538 cat >conftest.
$ac_ext <<_ACEOF
9541 cat confdefs.h
>>conftest.
$ac_ext
9542 cat >>conftest.
$ac_ext <<_ACEOF
9543 /* end confdefs.h. */
9545 /* Override any gcc2 internal prototype to avoid an error. */
9549 /* We use char because int might match the return type of a gcc2
9550 builtin and then its argument prototype would still apply. */
9560 rm -f conftest.
$ac_objext conftest
$ac_exeext
9561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9562 (eval $ac_link) 2>conftest.er1
9564 grep -v '^ *+' conftest.er1
>conftest.err
9566 cat conftest.err
>&5
9567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568 (exit $ac_status); } &&
9569 { ac_try
='test -z "$ac_c_werror_flag"
9570 || test ! -s conftest.err'
9571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575 (exit $ac_status); }; } &&
9576 { ac_try
='test -s conftest$ac_exeext'
9577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9581 (exit $ac_status); }; }; then
9582 ac_cv_lib_dl_dlopen
=yes
9584 echo "$as_me: failed program was:" >&5
9585 sed 's/^/| /' conftest.
$ac_ext >&5
9587 ac_cv_lib_dl_dlopen
=no
9589 rm -f conftest.err conftest.
$ac_objext \
9590 conftest
$ac_exeext conftest.
$ac_ext
9591 LIBS
=$ac_check_lib_save_LIBS
9593 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9594 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9595 if test $ac_cv_lib_dl_dlopen = yes; then
9596 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9601 lt_cv_dlopen_self
=yes
9608 echo "$as_me:$LINENO: checking for shl_load" >&5
9609 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9610 if test "${ac_cv_func_shl_load+set}" = set; then
9611 echo $ECHO_N "(cached) $ECHO_C" >&6
9613 cat >conftest.
$ac_ext <<_ACEOF
9616 cat confdefs.h
>>conftest.
$ac_ext
9617 cat >>conftest.
$ac_ext <<_ACEOF
9618 /* end confdefs.h. */
9619 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9620 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9621 #define shl_load innocuous_shl_load
9623 /* System header to define __stub macros and hopefully few prototypes,
9624 which can conflict with char shl_load (); below.
9625 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9626 <limits.h> exists even on freestanding compilers. */
9629 # include <limits.h>
9631 # include <assert.h>
9636 /* Override any gcc2 internal prototype to avoid an error. */
9641 /* We use char because int might match the return type of a gcc2
9642 builtin and then its argument prototype would still apply. */
9644 /* The GNU C library defines this for functions which it implements
9645 to always fail with ENOSYS. Some functions are actually named
9646 something starting with __ and the normal name is an alias. */
9647 #if defined (__stub_shl_load) || defined (__stub___shl_load)
9650 char (*f) () = shl_load;
9659 return f != shl_load;
9664 rm -f conftest.
$ac_objext conftest
$ac_exeext
9665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9666 (eval $ac_link) 2>conftest.er1
9668 grep -v '^ *+' conftest.er1
>conftest.err
9670 cat conftest.err
>&5
9671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9672 (exit $ac_status); } &&
9673 { ac_try
='test -z "$ac_c_werror_flag"
9674 || test ! -s conftest.err'
9675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9679 (exit $ac_status); }; } &&
9680 { ac_try
='test -s conftest$ac_exeext'
9681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9685 (exit $ac_status); }; }; then
9686 ac_cv_func_shl_load
=yes
9688 echo "$as_me: failed program was:" >&5
9689 sed 's/^/| /' conftest.
$ac_ext >&5
9691 ac_cv_func_shl_load
=no
9693 rm -f conftest.err conftest.
$ac_objext \
9694 conftest
$ac_exeext conftest.
$ac_ext
9696 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9697 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
9698 if test $ac_cv_func_shl_load = yes; then
9699 lt_cv_dlopen
="shl_load"
9701 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9702 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
9703 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9704 echo $ECHO_N "(cached) $ECHO_C" >&6
9706 ac_check_lib_save_LIBS
=$LIBS
9708 cat >conftest.
$ac_ext <<_ACEOF
9711 cat confdefs.h
>>conftest.
$ac_ext
9712 cat >>conftest.
$ac_ext <<_ACEOF
9713 /* end confdefs.h. */
9715 /* Override any gcc2 internal prototype to avoid an error. */
9719 /* We use char because int might match the return type of a gcc2
9720 builtin and then its argument prototype would still apply. */
9730 rm -f conftest.
$ac_objext conftest
$ac_exeext
9731 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9732 (eval $ac_link) 2>conftest.er1
9734 grep -v '^ *+' conftest.er1
>conftest.err
9736 cat conftest.err
>&5
9737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9738 (exit $ac_status); } &&
9739 { ac_try
='test -z "$ac_c_werror_flag"
9740 || test ! -s conftest.err'
9741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9745 (exit $ac_status); }; } &&
9746 { ac_try
='test -s conftest$ac_exeext'
9747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9751 (exit $ac_status); }; }; then
9752 ac_cv_lib_dld_shl_load
=yes
9754 echo "$as_me: failed program was:" >&5
9755 sed 's/^/| /' conftest.
$ac_ext >&5
9757 ac_cv_lib_dld_shl_load
=no
9759 rm -f conftest.err conftest.
$ac_objext \
9760 conftest
$ac_exeext conftest.
$ac_ext
9761 LIBS
=$ac_check_lib_save_LIBS
9763 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9764 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
9765 if test $ac_cv_lib_dld_shl_load = yes; then
9766 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-dld"
9768 echo "$as_me:$LINENO: checking for dlopen" >&5
9769 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9770 if test "${ac_cv_func_dlopen+set}" = set; then
9771 echo $ECHO_N "(cached) $ECHO_C" >&6
9773 cat >conftest.
$ac_ext <<_ACEOF
9776 cat confdefs.h
>>conftest.
$ac_ext
9777 cat >>conftest.
$ac_ext <<_ACEOF
9778 /* end confdefs.h. */
9779 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9780 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9781 #define dlopen innocuous_dlopen
9783 /* System header to define __stub macros and hopefully few prototypes,
9784 which can conflict with char dlopen (); below.
9785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9786 <limits.h> exists even on freestanding compilers. */
9789 # include <limits.h>
9791 # include <assert.h>
9796 /* Override any gcc2 internal prototype to avoid an error. */
9801 /* We use char because int might match the return type of a gcc2
9802 builtin and then its argument prototype would still apply. */
9804 /* The GNU C library defines this for functions which it implements
9805 to always fail with ENOSYS. Some functions are actually named
9806 something starting with __ and the normal name is an alias. */
9807 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9810 char (*f) () = dlopen;
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_func_dlopen
=yes
9848 echo "$as_me: failed program was:" >&5
9849 sed 's/^/| /' conftest.
$ac_ext >&5
9851 ac_cv_func_dlopen
=no
9853 rm -f conftest.err conftest.
$ac_objext \
9854 conftest
$ac_exeext conftest.
$ac_ext
9856 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9857 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9858 if test $ac_cv_func_dlopen = yes; then
9859 lt_cv_dlopen
="dlopen"
9861 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9862 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9863 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9864 echo $ECHO_N "(cached) $ECHO_C" >&6
9866 ac_check_lib_save_LIBS
=$LIBS
9868 cat >conftest.
$ac_ext <<_ACEOF
9871 cat confdefs.h
>>conftest.
$ac_ext
9872 cat >>conftest.
$ac_ext <<_ACEOF
9873 /* end confdefs.h. */
9875 /* Override any gcc2 internal prototype to avoid an error. */
9879 /* We use char because int might match the return type of a gcc2
9880 builtin and then its argument prototype would still apply. */
9890 rm -f conftest.
$ac_objext conftest
$ac_exeext
9891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9892 (eval $ac_link) 2>conftest.er1
9894 grep -v '^ *+' conftest.er1
>conftest.err
9896 cat conftest.err
>&5
9897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9898 (exit $ac_status); } &&
9899 { ac_try
='test -z "$ac_c_werror_flag"
9900 || test ! -s conftest.err'
9901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9905 (exit $ac_status); }; } &&
9906 { ac_try
='test -s conftest$ac_exeext'
9907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); }; }; then
9912 ac_cv_lib_dl_dlopen
=yes
9914 echo "$as_me: failed program was:" >&5
9915 sed 's/^/| /' conftest.
$ac_ext >&5
9917 ac_cv_lib_dl_dlopen
=no
9919 rm -f conftest.err conftest.
$ac_objext \
9920 conftest
$ac_exeext conftest.
$ac_ext
9921 LIBS
=$ac_check_lib_save_LIBS
9923 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9924 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9925 if test $ac_cv_lib_dl_dlopen = yes; then
9926 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9928 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9929 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
9930 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9931 echo $ECHO_N "(cached) $ECHO_C" >&6
9933 ac_check_lib_save_LIBS
=$LIBS
9935 cat >conftest.
$ac_ext <<_ACEOF
9938 cat confdefs.h
>>conftest.
$ac_ext
9939 cat >>conftest.
$ac_ext <<_ACEOF
9940 /* end confdefs.h. */
9942 /* Override any gcc2 internal prototype to avoid an error. */
9946 /* We use char because int might match the return type of a gcc2
9947 builtin and then its argument prototype would still apply. */
9957 rm -f conftest.
$ac_objext conftest
$ac_exeext
9958 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9959 (eval $ac_link) 2>conftest.er1
9961 grep -v '^ *+' conftest.er1
>conftest.err
9963 cat conftest.err
>&5
9964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965 (exit $ac_status); } &&
9966 { ac_try
='test -z "$ac_c_werror_flag"
9967 || test ! -s conftest.err'
9968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9972 (exit $ac_status); }; } &&
9973 { ac_try
='test -s conftest$ac_exeext'
9974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9978 (exit $ac_status); }; }; then
9979 ac_cv_lib_svld_dlopen
=yes
9981 echo "$as_me: failed program was:" >&5
9982 sed 's/^/| /' conftest.
$ac_ext >&5
9984 ac_cv_lib_svld_dlopen
=no
9986 rm -f conftest.err conftest.
$ac_objext \
9987 conftest
$ac_exeext conftest.
$ac_ext
9988 LIBS
=$ac_check_lib_save_LIBS
9990 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
9991 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
9992 if test $ac_cv_lib_svld_dlopen = yes; then
9993 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
9995 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
9996 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
9997 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
9998 echo $ECHO_N "(cached) $ECHO_C" >&6
10000 ac_check_lib_save_LIBS
=$LIBS
10002 cat >conftest.
$ac_ext <<_ACEOF
10005 cat confdefs.h
>>conftest.
$ac_ext
10006 cat >>conftest.
$ac_ext <<_ACEOF
10007 /* end confdefs.h. */
10009 /* Override any gcc2 internal prototype to avoid an error. */
10013 /* We use char because int might match the return type of a gcc2
10014 builtin and then its argument prototype would still apply. */
10024 rm -f conftest.
$ac_objext conftest
$ac_exeext
10025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10026 (eval $ac_link) 2>conftest.er1
10028 grep -v '^ *+' conftest.er1
>conftest.err
10030 cat conftest.err
>&5
10031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10032 (exit $ac_status); } &&
10033 { ac_try
='test -z "$ac_c_werror_flag"
10034 || test ! -s conftest.err'
10035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10036 (eval $ac_try) 2>&5
10038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10039 (exit $ac_status); }; } &&
10040 { ac_try
='test -s conftest$ac_exeext'
10041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10042 (eval $ac_try) 2>&5
10044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10045 (exit $ac_status); }; }; then
10046 ac_cv_lib_dld_dld_link
=yes
10048 echo "$as_me: failed program was:" >&5
10049 sed 's/^/| /' conftest.
$ac_ext >&5
10051 ac_cv_lib_dld_dld_link
=no
10053 rm -f conftest.err conftest.
$ac_objext \
10054 conftest
$ac_exeext conftest.
$ac_ext
10055 LIBS
=$ac_check_lib_save_LIBS
10057 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10058 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10059 if test $ac_cv_lib_dld_dld_link = yes; then
10060 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-dld"
10081 if test "x$lt_cv_dlopen" != xno
; then
10087 case $lt_cv_dlopen in
10089 save_CPPFLAGS
="$CPPFLAGS"
10090 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10092 save_LDFLAGS
="$LDFLAGS"
10093 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10096 LIBS
="$lt_cv_dlopen_libs $LIBS"
10098 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10099 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10100 if test "${lt_cv_dlopen_self+set}" = set; then
10101 echo $ECHO_N "(cached) $ECHO_C" >&6
10103 if test "$cross_compiling" = yes; then :
10104 lt_cv_dlopen_self
=cross
10106 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10107 lt_status
=$lt_dlunknown
10108 cat > conftest.
$ac_ext <<_LT_EOF
10109 #line 10109 "configure"
10110 #include "confdefs.h"
10119 # define LT_DLGLOBAL RTLD_GLOBAL
10122 # define LT_DLGLOBAL DL_GLOBAL
10124 # define LT_DLGLOBAL 0
10128 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10129 find out it does not work in some platform. */
10130 #ifndef LT_DLLAZY_OR_NOW
10132 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10135 # define LT_DLLAZY_OR_NOW DL_LAZY
10138 # define LT_DLLAZY_OR_NOW RTLD_NOW
10141 # define LT_DLLAZY_OR_NOW DL_NOW
10143 # define LT_DLLAZY_OR_NOW 0
10151 extern "C" void exit (int);
10154 void fnord() { int i=42;}
10157 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10158 int status = $lt_dlunknown;
10162 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10163 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10164 /* dlclose (self); */
10172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10173 (eval $ac_link) 2>&5
10175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10176 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10177 (.
/conftest
; exit; ) >&5 2>/dev
/null
10179 case x
$lt_status in
10180 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10181 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10182 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10185 # compilation failed
10186 lt_cv_dlopen_self
=no
10193 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10194 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10196 if test "x$lt_cv_dlopen_self" = xyes
; then
10197 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10198 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10199 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10200 if test "${lt_cv_dlopen_self_static+set}" = set; then
10201 echo $ECHO_N "(cached) $ECHO_C" >&6
10203 if test "$cross_compiling" = yes; then :
10204 lt_cv_dlopen_self_static
=cross
10206 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10207 lt_status
=$lt_dlunknown
10208 cat > conftest.
$ac_ext <<_LT_EOF
10209 #line 10209 "configure"
10210 #include "confdefs.h"
10219 # define LT_DLGLOBAL RTLD_GLOBAL
10222 # define LT_DLGLOBAL DL_GLOBAL
10224 # define LT_DLGLOBAL 0
10228 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10229 find out it does not work in some platform. */
10230 #ifndef LT_DLLAZY_OR_NOW
10232 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10235 # define LT_DLLAZY_OR_NOW DL_LAZY
10238 # define LT_DLLAZY_OR_NOW RTLD_NOW
10241 # define LT_DLLAZY_OR_NOW DL_NOW
10243 # define LT_DLLAZY_OR_NOW 0
10251 extern "C" void exit (int);
10254 void fnord() { int i=42;}
10257 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10258 int status = $lt_dlunknown;
10262 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10263 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10264 /* dlclose (self); */
10272 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10273 (eval $ac_link) 2>&5
10275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10276 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10277 (.
/conftest
; exit; ) >&5 2>/dev
/null
10279 case x
$lt_status in
10280 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10281 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10282 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10285 # compilation failed
10286 lt_cv_dlopen_self_static
=no
10293 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10294 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10297 CPPFLAGS
="$save_CPPFLAGS"
10298 LDFLAGS
="$save_LDFLAGS"
10303 case $lt_cv_dlopen_self in
10304 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10305 *) enable_dlopen_self
=unknown
;;
10308 case $lt_cv_dlopen_self_static in
10309 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10310 *) enable_dlopen_self_static
=unknown
;;
10332 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10333 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10334 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10335 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10336 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10337 echo "$as_me:$LINENO: result: yes" >&5
10338 echo "${ECHO_T}yes" >&6
10340 # FIXME - insert some real tests, host_os isn't really good enough
10343 if test -n "$STRIP" ; then
10344 striplib
="$STRIP -x"
10345 old_striplib
="$STRIP -S"
10346 echo "$as_me:$LINENO: result: yes" >&5
10347 echo "${ECHO_T}yes" >&6
10349 echo "$as_me:$LINENO: result: no" >&5
10350 echo "${ECHO_T}no" >&6
10354 echo "$as_me:$LINENO: result: no" >&5
10355 echo "${ECHO_T}no" >&6
10371 # Report which library types will actually be built
10372 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10373 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10374 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10375 echo "${ECHO_T}$can_build_shared" >&6
10377 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10378 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10379 test "$can_build_shared" = "no" && enable_shared
=no
10381 # On AIX, shared libraries and static libraries use the same namespace, and
10382 # are all built from PIC.
10385 test "$enable_shared" = yes && enable_static
=no
10386 if test -n "$RANLIB"; then
10387 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10388 postinstall_cmds
='$RANLIB $lib'
10393 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10394 test "$enable_shared" = yes && enable_static
=no
10398 echo "$as_me:$LINENO: result: $enable_shared" >&5
10399 echo "${ECHO_T}$enable_shared" >&6
10401 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10402 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10403 # Make sure either enable_shared or enable_static is yes.
10404 test "$enable_shared" = yes || enable_static
=yes
10405 echo "$as_me:$LINENO: result: $enable_static" >&5
10406 echo "${ECHO_T}$enable_static" >&6
10413 ac_cpp
='$CPP $CPPFLAGS'
10414 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10415 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10416 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10432 ac_config_commands
="$ac_config_commands libtool"
10437 # Only expand once:
10441 # Check whether --enable-64-bit-bfd or --disable-64-bit-bfd was given.
10442 if test "${enable_64_bit_bfd+set}" = set; then
10443 enableval
="$enable_64_bit_bfd"
10444 case "${enableval}" in
10445 yes) want64
=true
;;
10446 no
) want64
=false
;;
10447 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for 64-bit-bfd option" >&5
10448 echo "$as_me: error: bad value ${enableval} for 64-bit-bfd option" >&2;}
10449 { (exit 1); exit 1; }; } ;;
10454 # Check whether --enable-targets or --disable-targets was given.
10455 if test "${enable_targets+set}" = set; then
10456 enableval
="$enable_targets"
10457 case "${enableval}" in
10458 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
10459 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
10460 { (exit 1); exit 1; }; }
10462 no
) enable_targets
= ;;
10463 *) enable_targets
=$enableval ;;
10466 # Check whether --enable-commonbfdlib or --disable-commonbfdlib was given.
10467 if test "${enable_commonbfdlib+set}" = set; then
10468 enableval
="$enable_commonbfdlib"
10469 case "${enableval}" in
10470 yes) commonbfdlib
=true
;;
10471 no
) commonbfdlib
=false
;;
10472 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for BFD commonbfdlib option" >&5
10473 echo "$as_me: error: bad value ${enableval} for BFD commonbfdlib option" >&2;}
10474 { (exit 1); exit 1; }; } ;;
10478 # Check whether --with-mmap or --without-mmap was given.
10479 if test "${with_mmap+set}" = set; then
10480 withval
="$with_mmap"
10481 case "${withval}" in
10482 yes) want_mmap
=true
;;
10483 no
) want_mmap
=false
;;
10484 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for BFD with-mmap option" >&5
10485 echo "$as_me: error: bad value ${withval} for BFD with-mmap option" >&2;}
10486 { (exit 1); exit 1; }; } ;;
10491 # Check whether --enable-secureplt or --disable-secureplt was given.
10492 if test "${enable_secureplt+set}" = set; then
10493 enableval
="$enable_secureplt"
10494 case "${enableval}" in
10495 yes) use_secureplt
=true
;;
10496 no
) use_secureplt
=false
;;
10497 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for secureplt option" >&5
10498 echo "$as_me: error: bad value ${enableval} for secureplt option" >&2;}
10499 { (exit 1); exit 1; }; } ;;
10502 use_secureplt
=false
10503 fi; if test $use_secureplt = true
; then
10505 cat >>confdefs.h
<<\_ACEOF
10506 #define USE_SECUREPLT 1
10511 DEBUGDIR
=${libdir}/debug
10513 # Check whether --with-separate-debug-dir or --without-separate-debug-dir was given.
10514 if test "${with_separate_debug_dir+set}" = set; then
10515 withval
="$with_separate_debug_dir"
10516 DEBUGDIR
="${withval}"
10520 # Check to see if we should allow the generation of
10521 # symbols with the ELF standard's STT_COMMON type.
10522 # Check whether --enable-elf-stt-common or --disable-elf-stt-common was given.
10523 if test "${enable_elf_stt_common+set}" = set; then
10524 enableval
="$enable_elf_stt_common"
10525 case "${enableval}" in
10526 yes) want_elf_stt_common
=true
;;
10527 no
) want_elf_stt_common
=false
;;
10528 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for ELF STT_COMMON option" >&5
10529 echo "$as_me: error: bad value ${enableval} for ELF STT_COMMON option" >&2;}
10530 { (exit 1); exit 1; }; } ;;
10533 # We have to choose a default behaviour. For native builds we could
10534 # test whether the loader supports the STT_COMMON type, but that would
10535 # mean that built binaries could not be exported to older systems where
10536 # the loader does not support it. So by default we always choose to
10537 # disable this feature.
10538 want_elf_stt_common
=false
10539 fi; if test $want_elf_stt_common = true
; then
10541 cat >>confdefs.h
<<\_ACEOF
10542 #define USE_STT_COMMON 1
10549 # Check whether --with-pkgversion or --without-pkgversion was given.
10550 if test "${with_pkgversion+set}" = set; then
10551 withval
="$with_pkgversion"
10553 yes) { { echo "$as_me:$LINENO: error: package version not specified" >&5
10554 echo "$as_me: error: package version not specified" >&2;}
10555 { (exit 1); exit 1; }; } ;;
10557 *) PKGVERSION
="($withval) " ;;
10560 PKGVERSION
="(GNU Binutils) "
10567 # Check whether --with-bugurl or --without-bugurl was given.
10568 if test "${with_bugurl+set}" = set; then
10569 withval
="$with_bugurl"
10571 yes) { { echo "$as_me:$LINENO: error: bug URL not specified" >&5
10572 echo "$as_me: error: bug URL not specified" >&2;}
10573 { (exit 1); exit 1; }; } ;;
10576 *) BUGURL
="$withval"
10580 BUGURL
="http://www.sourceware.org/bugzilla/"
10589 REPORT_BUGS_TO
="<$BUGURL>"
10590 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
10598 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
10600 # Check whether --enable-werror or --disable-werror was given.
10601 if test "${enable_werror+set}" = set; then
10602 enableval
="$enable_werror"
10603 case "${enableval}" in
10604 yes | y
) ERROR_ON_WARNING
="yes" ;;
10605 no | n
) ERROR_ON_WARNING
="no" ;;
10606 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
10607 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
10608 { (exit 1); exit 1; }; } ;;
10612 # Enable -Wno-format by default when using gcc on mingw
10615 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
10616 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
10622 # Enable -Werror by default when using gcc
10623 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
10624 ERROR_ON_WARNING
=yes
10628 if test "${ERROR_ON_WARNING}" = yes ; then
10629 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
10630 NO_WERROR
="-Wno-error"
10633 if test "${GCC}" = yes ; then
10634 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
10637 # Check whether --enable-build-warnings or --disable-build-warnings was given.
10638 if test "${enable_build_warnings+set}" = set; then
10639 enableval
="$enable_build_warnings"
10640 case "${enableval}" in
10641 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
10642 no
) if test "${GCC}" = yes ; then
10645 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
10646 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
10647 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
10648 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
10649 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
10653 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
10654 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
10661 ac_config_headers
="$ac_config_headers config.h:config.in"
10664 if test -z "$target" ; then
10665 { { echo "$as_me:$LINENO: error: Unrecognized target system type; please check config.sub." >&5
10666 echo "$as_me: error: Unrecognized target system type; please check config.sub." >&2;}
10667 { (exit 1); exit 1; }; }
10670 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
10671 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
10672 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
10673 if test "${enable_maintainer_mode+set}" = set; then
10674 enableval
="$enable_maintainer_mode"
10675 USE_MAINTAINER_MODE
=$enableval
10677 USE_MAINTAINER_MODE
=no
10679 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
10680 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
10683 if test $USE_MAINTAINER_MODE = yes; then
10684 MAINTAINER_MODE_TRUE
=
10685 MAINTAINER_MODE_FALSE
='#'
10687 MAINTAINER_MODE_TRUE
='#'
10688 MAINTAINER_MODE_FALSE
=
10691 MAINT
=$MAINTAINER_MODE_TRUE
10697 GENINSRC_NEVER_TRUE
=
10698 GENINSRC_NEVER_FALSE
='#'
10700 GENINSRC_NEVER_TRUE
='#'
10701 GENINSRC_NEVER_FALSE
=
10704 case ${build_alias} in
10705 "") build_noncanonical
=${build} ;;
10706 *) build_noncanonical
=${build_alias} ;;
10709 case ${host_alias} in
10710 "") host_noncanonical
=${build_noncanonical} ;;
10711 *) host_noncanonical
=${host_alias} ;;
10714 case ${target_alias} in
10715 "") target_noncanonical
=${host_noncanonical} ;;
10716 *) target_noncanonical
=${target_alias} ;;
10719 echo "$as_me:$LINENO: checking whether to install libbfd" >&5
10720 echo $ECHO_N "checking whether to install libbfd... $ECHO_C" >&6
10721 # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
10722 if test "${enable_install_libbfd+set}" = set; then
10723 enableval
="$enable_install_libbfd"
10724 install_libbfd_p
=$enableval
10726 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
10727 install_libbfd_p
=yes
10729 install_libbfd_p
=no
10732 echo "$as_me:$LINENO: result: $install_libbfd_p" >&5
10733 echo "${ECHO_T}$install_libbfd_p" >&6
10736 if test $install_libbfd_p = yes; then
10737 INSTALL_LIBBFD_TRUE
=
10738 INSTALL_LIBBFD_FALSE
='#'
10740 INSTALL_LIBBFD_TRUE
='#'
10741 INSTALL_LIBBFD_FALSE
=
10744 # Need _noncanonical variables for this.
10749 # libbfd.a is a host library containing target dependent code
10750 bfdlibdir
='$(libdir)'
10751 bfdincludedir
='$(includedir)'
10752 if test "${host}" != "${target}"; then
10753 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
10754 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
10764 bfd_default_target_size
=32
10768 ALL_LINGUAS
="fr tr ja es sv da zh_CN ro rw vi fi"
10769 # If we haven't got the data from the intl directory,
10770 # assume NLS is disabled.
10779 if test -f ..
/intl
/config.intl
; then
10780 . ..
/intl
/config.intl
10782 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10783 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10784 if test x
"$USE_NLS" != xyes
; then
10785 echo "$as_me:$LINENO: result: no" >&5
10786 echo "${ECHO_T}no" >&6
10788 echo "$as_me:$LINENO: result: yes" >&5
10789 echo "${ECHO_T}yes" >&6
10791 cat >>confdefs.h
<<\_ACEOF
10792 #define ENABLE_NLS 1
10796 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10797 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10798 # Look for .po and .gmo files in the source directory.
10801 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
10802 # If there aren't any .gmo files the shell will give us the
10803 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10805 case "$cat" in *\
**)
10808 # The quadruple backslash is collapsed to a double backslash
10809 # by the backticks, then collapsed again by the double quotes,
10810 # leaving us with one backslash in the sed expression (right
10811 # before the dot that mustn't act as a wildcard).
10812 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10813 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
10814 # The user is allowed to set LINGUAS to a list of languages to
10815 # install catalogs for. If it's empty that means "all of them."
10816 if test "x$LINGUAS" = x
; then
10817 CATALOGS
="$CATALOGS $cat"
10818 XLINGUAS
="$XLINGUAS $lang"
10820 case "$LINGUAS" in *$lang*)
10821 CATALOGS
="$CATALOGS $cat"
10822 XLINGUAS
="$XLINGUAS $lang"
10827 LINGUAS
="$XLINGUAS"
10828 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10829 echo "${ECHO_T}$LINGUAS" >&6
10843 if test -n "$ac_aux_dir"; then
10844 case "$ac_aux_dir" in
10845 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
10846 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10849 if test -z "$MKINSTALLDIRS"; then
10850 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
10855 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10856 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10857 # Check whether --enable-nls or --disable-nls was given.
10858 if test "${enable_nls+set}" = set; then
10859 enableval
="$enable_nls"
10864 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10865 echo "${ECHO_T}$USE_NLS" >&6
10872 # Prepare PATH_SEPARATOR.
10873 # The user is always right.
10874 if test "${PATH_SEPARATOR+set}" != set; then
10875 echo "#! /bin/sh" >conf$$.sh
10876 echo "exit 0" >>conf$$.sh
10878 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10886 # Find out how to test for executable files. Don't use a zero-byte file,
10887 # as systems may use methods other than mode bits to determine executability.
10888 cat >conf$$.
file <<_ASEOF
10892 chmod +x conf$$.
file
10893 if test -x conf$$.
file >/dev
/null
2>&1; then
10894 ac_executable_p
="test -x"
10896 ac_executable_p
="test -f"
10900 # Extract the first word of "msgfmt", so it can be a program name with args.
10901 set dummy msgfmt
; ac_word
=$2
10902 echo "$as_me:$LINENO: checking for $ac_word" >&5
10903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10904 if test "${ac_cv_path_MSGFMT+set}" = set; then
10905 echo $ECHO_N "(cached) $ECHO_C" >&6
10909 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
10912 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10913 for ac_dir
in $PATH; do
10915 test -z "$ac_dir" && ac_dir
=.
10916 for ac_exec_ext
in '' $ac_executable_extensions; do
10917 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10918 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
10919 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10920 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
10927 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
10931 MSGFMT
="$ac_cv_path_MSGFMT"
10932 if test "$MSGFMT" != ":"; then
10933 echo "$as_me:$LINENO: result: $MSGFMT" >&5
10934 echo "${ECHO_T}$MSGFMT" >&6
10936 echo "$as_me:$LINENO: result: no" >&5
10937 echo "${ECHO_T}no" >&6
10940 # Extract the first word of "gmsgfmt", so it can be a program name with args.
10941 set dummy gmsgfmt
; ac_word
=$2
10942 echo "$as_me:$LINENO: checking for $ac_word" >&5
10943 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10944 if test "${ac_cv_path_GMSGFMT+set}" = set; then
10945 echo $ECHO_N "(cached) $ECHO_C" >&6
10949 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
10952 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10953 for as_dir
in $PATH
10956 test -z "$as_dir" && as_dir
=.
10957 for ac_exec_ext
in '' $ac_executable_extensions; do
10958 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10959 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
10960 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10966 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
10970 GMSGFMT
=$ac_cv_path_GMSGFMT
10972 if test -n "$GMSGFMT"; then
10973 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
10974 echo "${ECHO_T}$GMSGFMT" >&6
10976 echo "$as_me:$LINENO: result: no" >&5
10977 echo "${ECHO_T}no" >&6
10982 # Prepare PATH_SEPARATOR.
10983 # The user is always right.
10984 if test "${PATH_SEPARATOR+set}" != set; then
10985 echo "#! /bin/sh" >conf$$.sh
10986 echo "exit 0" >>conf$$.sh
10988 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10996 # Find out how to test for executable files. Don't use a zero-byte file,
10997 # as systems may use methods other than mode bits to determine executability.
10998 cat >conf$$.
file <<_ASEOF
11002 chmod +x conf$$.
file
11003 if test -x conf$$.
file >/dev
/null
2>&1; then
11004 ac_executable_p
="test -x"
11006 ac_executable_p
="test -f"
11010 # Extract the first word of "xgettext", so it can be a program name with args.
11011 set dummy xgettext
; ac_word
=$2
11012 echo "$as_me:$LINENO: checking for $ac_word" >&5
11013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11014 if test "${ac_cv_path_XGETTEXT+set}" = set; then
11015 echo $ECHO_N "(cached) $ECHO_C" >&6
11017 case "$XGETTEXT" in
11019 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
11022 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11023 for ac_dir
in $PATH; do
11025 test -z "$ac_dir" && ac_dir
=.
11026 for ac_exec_ext
in '' $ac_executable_extensions; do
11027 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11028 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11029 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11030 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
11037 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
11041 XGETTEXT
="$ac_cv_path_XGETTEXT"
11042 if test "$XGETTEXT" != ":"; then
11043 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
11044 echo "${ECHO_T}$XGETTEXT" >&6
11046 echo "$as_me:$LINENO: result: no" >&5
11047 echo "${ECHO_T}no" >&6
11053 # Prepare PATH_SEPARATOR.
11054 # The user is always right.
11055 if test "${PATH_SEPARATOR+set}" != set; then
11056 echo "#! /bin/sh" >conf$$.sh
11057 echo "exit 0" >>conf$$.sh
11059 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11067 # Find out how to test for executable files. Don't use a zero-byte file,
11068 # as systems may use methods other than mode bits to determine executability.
11069 cat >conf$$.
file <<_ASEOF
11073 chmod +x conf$$.
file
11074 if test -x conf$$.
file >/dev
/null
2>&1; then
11075 ac_executable_p
="test -x"
11077 ac_executable_p
="test -f"
11081 # Extract the first word of "msgmerge", so it can be a program name with args.
11082 set dummy msgmerge
; ac_word
=$2
11083 echo "$as_me:$LINENO: checking for $ac_word" >&5
11084 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11085 if test "${ac_cv_path_MSGMERGE+set}" = set; then
11086 echo $ECHO_N "(cached) $ECHO_C" >&6
11088 case "$MSGMERGE" in
11090 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
11093 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11094 for ac_dir
in $PATH; do
11096 test -z "$ac_dir" && ac_dir
=.
11097 for ac_exec_ext
in '' $ac_executable_extensions; do
11098 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11099 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
11100 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
11107 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
11111 MSGMERGE
="$ac_cv_path_MSGMERGE"
11112 if test "$MSGMERGE" != ":"; then
11113 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
11114 echo "${ECHO_T}$MSGMERGE" >&6
11116 echo "$as_me:$LINENO: result: no" >&5
11117 echo "${ECHO_T}no" >&6
11121 if test "$GMSGFMT" != ":"; then
11122 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
11123 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11126 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
11127 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
11128 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
11133 if test "$XGETTEXT" != ":"; then
11134 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11135 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11138 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
11139 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
11145 ac_config_commands
="$ac_config_commands default-1"
11149 # Permit host specific settings.
11150 .
${srcdir}/configure.
host
11153 # Find a good install program. We prefer a C program (faster),
11154 # so one script is as good as another. But avoid the broken or
11155 # incompatible versions:
11156 # SysV /etc/install, /usr/sbin/install
11157 # SunOS /usr/etc/install
11158 # IRIX /sbin/install
11160 # AmigaOS /C/install, which installs bootblocks on floppy discs
11161 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11162 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11163 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11164 # OS/2's system install, which has a completely different semantic
11165 # ./install, which can be erroneously created by make from ./install.sh.
11166 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11167 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11168 if test -z "$INSTALL"; then
11169 if test "${ac_cv_path_install+set}" = set; then
11170 echo $ECHO_N "(cached) $ECHO_C" >&6
11172 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11173 for as_dir
in $PATH
11176 test -z "$as_dir" && as_dir
=.
11177 # Account for people who put trailing slashes in PATH elements.
11179 .
/ | .
// |
/cC
/* | \
11180 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
11181 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
11184 # OSF1 and SCO ODT 3.0 have their own names for install.
11185 # Don't use installbsd from OSF since it installs stuff as root
11187 for ac_prog
in ginstall scoinst
install; do
11188 for ac_exec_ext
in '' $ac_executable_extensions; do
11189 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11190 if test $ac_prog = install &&
11191 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11192 # AIX install. It has an incompatible calling convention.
11194 elif test $ac_prog = install &&
11195 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11196 # program-specific install script used by HP pwplus--don't use.
11199 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
11211 if test "${ac_cv_path_install+set}" = set; then
11212 INSTALL
=$ac_cv_path_install
11214 # As a last resort, use the slow shell script. We don't cache a
11215 # path for INSTALL within a source directory, because that will
11216 # break other packages using the cache if that directory is
11217 # removed, or if the path is relative.
11218 INSTALL
=$ac_install_sh
11221 echo "$as_me:$LINENO: result: $INSTALL" >&5
11222 echo "${ECHO_T}$INSTALL" >&6
11224 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11225 # It thinks the first close brace ends the variable substitution.
11226 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
11228 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
11230 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
11233 BFD_HOST_64BIT_LONG
=0
11234 BFD_HOST_64BIT_LONG_LONG
=0
11235 BFD_HOST_64_BIT_DEFINED
=0
11238 BFD_HOSTPTR_T
="unsigned long"
11240 echo "$as_me:$LINENO: checking for long long" >&5
11241 echo $ECHO_N "checking for long long... $ECHO_C" >&6
11242 if test "${ac_cv_type_long_long+set}" = set; then
11243 echo $ECHO_N "(cached) $ECHO_C" >&6
11245 cat >conftest.
$ac_ext <<_ACEOF
11248 cat confdefs.h
>>conftest.
$ac_ext
11249 cat >>conftest.
$ac_ext <<_ACEOF
11250 /* end confdefs.h. */
11251 $ac_includes_default
11255 if ((long long *) 0)
11257 if (sizeof (long long))
11263 rm -f conftest.
$ac_objext
11264 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11265 (eval $ac_compile) 2>conftest.er1
11267 grep -v '^ *+' conftest.er1
>conftest.err
11269 cat conftest.err
>&5
11270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11271 (exit $ac_status); } &&
11272 { ac_try
='test -z "$ac_c_werror_flag"
11273 || test ! -s conftest.err'
11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11275 (eval $ac_try) 2>&5
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); }; } &&
11279 { ac_try
='test -s conftest.$ac_objext'
11280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11281 (eval $ac_try) 2>&5
11283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11284 (exit $ac_status); }; }; then
11285 ac_cv_type_long_long
=yes
11287 echo "$as_me: failed program was:" >&5
11288 sed 's/^/| /' conftest.
$ac_ext >&5
11290 ac_cv_type_long_long
=no
11292 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11294 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
11295 echo "${ECHO_T}$ac_cv_type_long_long" >&6
11297 echo "$as_me:$LINENO: checking size of long long" >&5
11298 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
11299 if test "${ac_cv_sizeof_long_long+set}" = set; then
11300 echo $ECHO_N "(cached) $ECHO_C" >&6
11302 if test "$ac_cv_type_long_long" = yes; then
11303 # The cast to unsigned long works around a bug in the HP C Compiler
11304 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11305 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11306 # This bug is HP SR number 8606223364.
11307 if test "$cross_compiling" = yes; then
11308 # Depending upon the size, compute the lo and hi bounds.
11309 cat >conftest.
$ac_ext <<_ACEOF
11312 cat confdefs.h
>>conftest.
$ac_ext
11313 cat >>conftest.
$ac_ext <<_ACEOF
11314 /* end confdefs.h. */
11315 $ac_includes_default
11319 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
11326 rm -f conftest.
$ac_objext
11327 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11328 (eval $ac_compile) 2>conftest.er1
11330 grep -v '^ *+' conftest.er1
>conftest.err
11332 cat conftest.err
>&5
11333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11334 (exit $ac_status); } &&
11335 { ac_try
='test -z "$ac_c_werror_flag"
11336 || test ! -s conftest.err'
11337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11338 (eval $ac_try) 2>&5
11340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11341 (exit $ac_status); }; } &&
11342 { ac_try
='test -s conftest.$ac_objext'
11343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11344 (eval $ac_try) 2>&5
11346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11347 (exit $ac_status); }; }; then
11350 cat >conftest.
$ac_ext <<_ACEOF
11353 cat confdefs.h
>>conftest.
$ac_ext
11354 cat >>conftest.
$ac_ext <<_ACEOF
11355 /* end confdefs.h. */
11356 $ac_includes_default
11360 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
11367 rm -f conftest.
$ac_objext
11368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11369 (eval $ac_compile) 2>conftest.er1
11371 grep -v '^ *+' conftest.er1
>conftest.err
11373 cat conftest.err
>&5
11374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11375 (exit $ac_status); } &&
11376 { ac_try
='test -z "$ac_c_werror_flag"
11377 || test ! -s conftest.err'
11378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11379 (eval $ac_try) 2>&5
11381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11382 (exit $ac_status); }; } &&
11383 { ac_try
='test -s conftest.$ac_objext'
11384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11385 (eval $ac_try) 2>&5
11387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11388 (exit $ac_status); }; }; then
11389 ac_hi
=$ac_mid; break
11391 echo "$as_me: failed program was:" >&5
11392 sed 's/^/| /' conftest.
$ac_ext >&5
11394 ac_lo
=`expr $ac_mid + 1`
11395 if test $ac_lo -le $ac_mid; then
11399 ac_mid
=`expr 2 '*' $ac_mid + 1`
11401 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11404 echo "$as_me: failed program was:" >&5
11405 sed 's/^/| /' conftest.
$ac_ext >&5
11407 cat >conftest.
$ac_ext <<_ACEOF
11410 cat confdefs.h
>>conftest.
$ac_ext
11411 cat >>conftest.
$ac_ext <<_ACEOF
11412 /* end confdefs.h. */
11413 $ac_includes_default
11417 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
11424 rm -f conftest.
$ac_objext
11425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11426 (eval $ac_compile) 2>conftest.er1
11428 grep -v '^ *+' conftest.er1
>conftest.err
11430 cat conftest.err
>&5
11431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432 (exit $ac_status); } &&
11433 { ac_try
='test -z "$ac_c_werror_flag"
11434 || test ! -s conftest.err'
11435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11436 (eval $ac_try) 2>&5
11438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11439 (exit $ac_status); }; } &&
11440 { ac_try
='test -s conftest.$ac_objext'
11441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11442 (eval $ac_try) 2>&5
11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11445 (exit $ac_status); }; }; then
11448 cat >conftest.
$ac_ext <<_ACEOF
11451 cat confdefs.h
>>conftest.
$ac_ext
11452 cat >>conftest.
$ac_ext <<_ACEOF
11453 /* end confdefs.h. */
11454 $ac_includes_default
11458 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
11465 rm -f conftest.
$ac_objext
11466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11467 (eval $ac_compile) 2>conftest.er1
11469 grep -v '^ *+' conftest.er1
>conftest.err
11471 cat conftest.err
>&5
11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); } &&
11474 { ac_try
='test -z "$ac_c_werror_flag"
11475 || test ! -s conftest.err'
11476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11477 (eval $ac_try) 2>&5
11479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11480 (exit $ac_status); }; } &&
11481 { ac_try
='test -s conftest.$ac_objext'
11482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11483 (eval $ac_try) 2>&5
11485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11486 (exit $ac_status); }; }; then
11487 ac_lo
=$ac_mid; break
11489 echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.
$ac_ext >&5
11492 ac_hi
=`expr '(' $ac_mid ')' - 1`
11493 if test $ac_mid -le $ac_hi; then
11497 ac_mid
=`expr 2 '*' $ac_mid`
11499 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11502 echo "$as_me: failed program was:" >&5
11503 sed 's/^/| /' conftest.
$ac_ext >&5
11507 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11509 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11510 # Binary search between lo and hi bounds.
11511 while test "x$ac_lo" != "x$ac_hi"; do
11512 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11513 cat >conftest.
$ac_ext <<_ACEOF
11516 cat confdefs.h
>>conftest.
$ac_ext
11517 cat >>conftest.
$ac_ext <<_ACEOF
11518 /* end confdefs.h. */
11519 $ac_includes_default
11523 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
11530 rm -f conftest.
$ac_objext
11531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11532 (eval $ac_compile) 2>conftest.er1
11534 grep -v '^ *+' conftest.er1
>conftest.err
11536 cat conftest.err
>&5
11537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); } &&
11539 { ac_try
='test -z "$ac_c_werror_flag"
11540 || test ! -s conftest.err'
11541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11542 (eval $ac_try) 2>&5
11544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545 (exit $ac_status); }; } &&
11546 { ac_try
='test -s conftest.$ac_objext'
11547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11548 (eval $ac_try) 2>&5
11550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551 (exit $ac_status); }; }; then
11554 echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.
$ac_ext >&5
11557 ac_lo
=`expr '(' $ac_mid ')' + 1`
11559 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11562 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
11563 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
11564 See \`config.log' for more details." >&5
11565 echo "$as_me: error: cannot compute sizeof (long long), 77
11566 See \`config.log' for more details." >&2;}
11567 { (exit 1); exit 1; }; } ;;
11570 if test "$cross_compiling" = yes; then
11571 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
11572 See \`config.log' for more details." >&5
11573 echo "$as_me: error: cannot run test program while cross compiling
11574 See \`config.log' for more details." >&2;}
11575 { (exit 1); exit 1; }; }
11577 cat >conftest.
$ac_ext <<_ACEOF
11580 cat confdefs.h
>>conftest.
$ac_ext
11581 cat >>conftest.
$ac_ext <<_ACEOF
11582 /* end confdefs.h. */
11583 $ac_includes_default
11584 long longval () { return (long) (sizeof (long long)); }
11585 unsigned long ulongval () { return (long) (sizeof (long long)); }
11587 #include <stdlib.h>
11592 FILE *f = fopen ("conftest.val", "w");
11595 if (((long) (sizeof (long long))) < 0)
11597 long i = longval ();
11598 if (i != ((long) (sizeof (long long))))
11600 fprintf (f, "%ld\n", i);
11604 unsigned long i = ulongval ();
11605 if (i != ((long) (sizeof (long long))))
11607 fprintf (f, "%lu\n", i);
11609 exit (ferror (f) || fclose (f) != 0);
11615 rm -f conftest
$ac_exeext
11616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11617 (eval $ac_link) 2>&5
11619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11620 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11622 (eval $ac_try) 2>&5
11624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11625 (exit $ac_status); }; }; then
11626 ac_cv_sizeof_long_long
=`cat conftest.val`
11628 echo "$as_me: program exited with status $ac_status" >&5
11629 echo "$as_me: failed program was:" >&5
11630 sed 's/^/| /' conftest.
$ac_ext >&5
11632 ( exit $ac_status )
11633 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
11634 See \`config.log' for more details." >&5
11635 echo "$as_me: error: cannot compute sizeof (long long), 77
11636 See \`config.log' for more details." >&2;}
11637 { (exit 1); exit 1; }; }
11639 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11644 ac_cv_sizeof_long_long
=0
11647 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
11648 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
11649 cat >>confdefs.h
<<_ACEOF
11650 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
11654 echo "$as_me:$LINENO: checking for void *" >&5
11655 echo $ECHO_N "checking for void *... $ECHO_C" >&6
11656 if test "${ac_cv_type_void_p+set}" = set; then
11657 echo $ECHO_N "(cached) $ECHO_C" >&6
11659 cat >conftest.
$ac_ext <<_ACEOF
11662 cat confdefs.h
>>conftest.
$ac_ext
11663 cat >>conftest.
$ac_ext <<_ACEOF
11664 /* end confdefs.h. */
11665 $ac_includes_default
11671 if (sizeof (void *))
11677 rm -f conftest.
$ac_objext
11678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11679 (eval $ac_compile) 2>conftest.er1
11681 grep -v '^ *+' conftest.er1
>conftest.err
11683 cat conftest.err
>&5
11684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11685 (exit $ac_status); } &&
11686 { ac_try
='test -z "$ac_c_werror_flag"
11687 || test ! -s conftest.err'
11688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11689 (eval $ac_try) 2>&5
11691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11692 (exit $ac_status); }; } &&
11693 { ac_try
='test -s conftest.$ac_objext'
11694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11695 (eval $ac_try) 2>&5
11697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11698 (exit $ac_status); }; }; then
11699 ac_cv_type_void_p
=yes
11701 echo "$as_me: failed program was:" >&5
11702 sed 's/^/| /' conftest.
$ac_ext >&5
11704 ac_cv_type_void_p
=no
11706 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11708 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
11709 echo "${ECHO_T}$ac_cv_type_void_p" >&6
11711 echo "$as_me:$LINENO: checking size of void *" >&5
11712 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
11713 if test "${ac_cv_sizeof_void_p+set}" = set; then
11714 echo $ECHO_N "(cached) $ECHO_C" >&6
11716 if test "$ac_cv_type_void_p" = yes; then
11717 # The cast to unsigned long works around a bug in the HP C Compiler
11718 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11719 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11720 # This bug is HP SR number 8606223364.
11721 if test "$cross_compiling" = yes; then
11722 # Depending upon the size, compute the lo and hi bounds.
11723 cat >conftest.
$ac_ext <<_ACEOF
11726 cat confdefs.h
>>conftest.
$ac_ext
11727 cat >>conftest.
$ac_ext <<_ACEOF
11728 /* end confdefs.h. */
11729 $ac_includes_default
11733 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
11740 rm -f conftest.
$ac_objext
11741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11742 (eval $ac_compile) 2>conftest.er1
11744 grep -v '^ *+' conftest.er1
>conftest.err
11746 cat conftest.err
>&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } &&
11749 { ac_try
='test -z "$ac_c_werror_flag"
11750 || test ! -s conftest.err'
11751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11752 (eval $ac_try) 2>&5
11754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11755 (exit $ac_status); }; } &&
11756 { ac_try
='test -s conftest.$ac_objext'
11757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11758 (eval $ac_try) 2>&5
11760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11761 (exit $ac_status); }; }; then
11764 cat >conftest.
$ac_ext <<_ACEOF
11767 cat confdefs.h
>>conftest.
$ac_ext
11768 cat >>conftest.
$ac_ext <<_ACEOF
11769 /* end confdefs.h. */
11770 $ac_includes_default
11774 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
11781 rm -f conftest.
$ac_objext
11782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11783 (eval $ac_compile) 2>conftest.er1
11785 grep -v '^ *+' conftest.er1
>conftest.err
11787 cat conftest.err
>&5
11788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11789 (exit $ac_status); } &&
11790 { ac_try
='test -z "$ac_c_werror_flag"
11791 || test ! -s conftest.err'
11792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11793 (eval $ac_try) 2>&5
11795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11796 (exit $ac_status); }; } &&
11797 { ac_try
='test -s conftest.$ac_objext'
11798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11799 (eval $ac_try) 2>&5
11801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11802 (exit $ac_status); }; }; then
11803 ac_hi
=$ac_mid; break
11805 echo "$as_me: failed program was:" >&5
11806 sed 's/^/| /' conftest.
$ac_ext >&5
11808 ac_lo
=`expr $ac_mid + 1`
11809 if test $ac_lo -le $ac_mid; then
11813 ac_mid
=`expr 2 '*' $ac_mid + 1`
11815 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11818 echo "$as_me: failed program was:" >&5
11819 sed 's/^/| /' conftest.
$ac_ext >&5
11821 cat >conftest.
$ac_ext <<_ACEOF
11824 cat confdefs.h
>>conftest.
$ac_ext
11825 cat >>conftest.
$ac_ext <<_ACEOF
11826 /* end confdefs.h. */
11827 $ac_includes_default
11831 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
11838 rm -f conftest.
$ac_objext
11839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11840 (eval $ac_compile) 2>conftest.er1
11842 grep -v '^ *+' conftest.er1
>conftest.err
11844 cat conftest.err
>&5
11845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11846 (exit $ac_status); } &&
11847 { ac_try
='test -z "$ac_c_werror_flag"
11848 || test ! -s conftest.err'
11849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11850 (eval $ac_try) 2>&5
11852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11853 (exit $ac_status); }; } &&
11854 { ac_try
='test -s conftest.$ac_objext'
11855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11856 (eval $ac_try) 2>&5
11858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11859 (exit $ac_status); }; }; then
11862 cat >conftest.
$ac_ext <<_ACEOF
11865 cat confdefs.h
>>conftest.
$ac_ext
11866 cat >>conftest.
$ac_ext <<_ACEOF
11867 /* end confdefs.h. */
11868 $ac_includes_default
11872 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
11879 rm -f conftest.
$ac_objext
11880 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11881 (eval $ac_compile) 2>conftest.er1
11883 grep -v '^ *+' conftest.er1
>conftest.err
11885 cat conftest.err
>&5
11886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11887 (exit $ac_status); } &&
11888 { ac_try
='test -z "$ac_c_werror_flag"
11889 || test ! -s conftest.err'
11890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11891 (eval $ac_try) 2>&5
11893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11894 (exit $ac_status); }; } &&
11895 { ac_try
='test -s conftest.$ac_objext'
11896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11897 (eval $ac_try) 2>&5
11899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11900 (exit $ac_status); }; }; then
11901 ac_lo
=$ac_mid; break
11903 echo "$as_me: failed program was:" >&5
11904 sed 's/^/| /' conftest.
$ac_ext >&5
11906 ac_hi
=`expr '(' $ac_mid ')' - 1`
11907 if test $ac_mid -le $ac_hi; then
11911 ac_mid
=`expr 2 '*' $ac_mid`
11913 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11916 echo "$as_me: failed program was:" >&5
11917 sed 's/^/| /' conftest.
$ac_ext >&5
11921 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11923 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11924 # Binary search between lo and hi bounds.
11925 while test "x$ac_lo" != "x$ac_hi"; do
11926 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
11927 cat >conftest.
$ac_ext <<_ACEOF
11930 cat confdefs.h
>>conftest.
$ac_ext
11931 cat >>conftest.
$ac_ext <<_ACEOF
11932 /* end confdefs.h. */
11933 $ac_includes_default
11937 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
11944 rm -f conftest.
$ac_objext
11945 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11946 (eval $ac_compile) 2>conftest.er1
11948 grep -v '^ *+' conftest.er1
>conftest.err
11950 cat conftest.err
>&5
11951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11952 (exit $ac_status); } &&
11953 { ac_try
='test -z "$ac_c_werror_flag"
11954 || test ! -s conftest.err'
11955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11956 (eval $ac_try) 2>&5
11958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11959 (exit $ac_status); }; } &&
11960 { ac_try
='test -s conftest.$ac_objext'
11961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11962 (eval $ac_try) 2>&5
11964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11965 (exit $ac_status); }; }; then
11968 echo "$as_me: failed program was:" >&5
11969 sed 's/^/| /' conftest.
$ac_ext >&5
11971 ac_lo
=`expr '(' $ac_mid ')' + 1`
11973 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11976 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
11977 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
11978 See \`config.log' for more details." >&5
11979 echo "$as_me: error: cannot compute sizeof (void *), 77
11980 See \`config.log' for more details." >&2;}
11981 { (exit 1); exit 1; }; } ;;
11984 if test "$cross_compiling" = yes; then
11985 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
11986 See \`config.log' for more details." >&5
11987 echo "$as_me: error: cannot run test program while cross compiling
11988 See \`config.log' for more details." >&2;}
11989 { (exit 1); exit 1; }; }
11991 cat >conftest.
$ac_ext <<_ACEOF
11994 cat confdefs.h
>>conftest.
$ac_ext
11995 cat >>conftest.
$ac_ext <<_ACEOF
11996 /* end confdefs.h. */
11997 $ac_includes_default
11998 long longval () { return (long) (sizeof (void *)); }
11999 unsigned long ulongval () { return (long) (sizeof (void *)); }
12001 #include <stdlib.h>
12006 FILE *f = fopen ("conftest.val", "w");
12009 if (((long) (sizeof (void *))) < 0)
12011 long i = longval ();
12012 if (i != ((long) (sizeof (void *))))
12014 fprintf (f, "%ld\n", i);
12018 unsigned long i = ulongval ();
12019 if (i != ((long) (sizeof (void *))))
12021 fprintf (f, "%lu\n", i);
12023 exit (ferror (f) || fclose (f) != 0);
12029 rm -f conftest
$ac_exeext
12030 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12031 (eval $ac_link) 2>&5
12033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12034 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12036 (eval $ac_try) 2>&5
12038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12039 (exit $ac_status); }; }; then
12040 ac_cv_sizeof_void_p
=`cat conftest.val`
12042 echo "$as_me: program exited with status $ac_status" >&5
12043 echo "$as_me: failed program was:" >&5
12044 sed 's/^/| /' conftest.
$ac_ext >&5
12046 ( exit $ac_status )
12047 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
12048 See \`config.log' for more details." >&5
12049 echo "$as_me: error: cannot compute sizeof (void *), 77
12050 See \`config.log' for more details." >&2;}
12051 { (exit 1); exit 1; }; }
12053 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12058 ac_cv_sizeof_void_p
=0
12061 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
12062 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
12063 cat >>confdefs.h
<<_ACEOF
12064 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12068 echo "$as_me:$LINENO: checking for long" >&5
12069 echo $ECHO_N "checking for long... $ECHO_C" >&6
12070 if test "${ac_cv_type_long+set}" = set; then
12071 echo $ECHO_N "(cached) $ECHO_C" >&6
12073 cat >conftest.
$ac_ext <<_ACEOF
12076 cat confdefs.h
>>conftest.
$ac_ext
12077 cat >>conftest.
$ac_ext <<_ACEOF
12078 /* end confdefs.h. */
12079 $ac_includes_default
12091 rm -f conftest.
$ac_objext
12092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12093 (eval $ac_compile) 2>conftest.er1
12095 grep -v '^ *+' conftest.er1
>conftest.err
12097 cat conftest.err
>&5
12098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12099 (exit $ac_status); } &&
12100 { ac_try
='test -z "$ac_c_werror_flag"
12101 || test ! -s conftest.err'
12102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12103 (eval $ac_try) 2>&5
12105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12106 (exit $ac_status); }; } &&
12107 { ac_try
='test -s conftest.$ac_objext'
12108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12109 (eval $ac_try) 2>&5
12111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12112 (exit $ac_status); }; }; then
12113 ac_cv_type_long
=yes
12115 echo "$as_me: failed program was:" >&5
12116 sed 's/^/| /' conftest.
$ac_ext >&5
12120 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12122 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
12123 echo "${ECHO_T}$ac_cv_type_long" >&6
12125 echo "$as_me:$LINENO: checking size of long" >&5
12126 echo $ECHO_N "checking size of long... $ECHO_C" >&6
12127 if test "${ac_cv_sizeof_long+set}" = set; then
12128 echo $ECHO_N "(cached) $ECHO_C" >&6
12130 if test "$ac_cv_type_long" = yes; then
12131 # The cast to unsigned long works around a bug in the HP C Compiler
12132 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12133 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12134 # This bug is HP SR number 8606223364.
12135 if test "$cross_compiling" = yes; then
12136 # Depending upon the size, compute the lo and hi bounds.
12137 cat >conftest.
$ac_ext <<_ACEOF
12140 cat confdefs.h
>>conftest.
$ac_ext
12141 cat >>conftest.
$ac_ext <<_ACEOF
12142 /* end confdefs.h. */
12143 $ac_includes_default
12147 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
12154 rm -f conftest.
$ac_objext
12155 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12156 (eval $ac_compile) 2>conftest.er1
12158 grep -v '^ *+' conftest.er1
>conftest.err
12160 cat conftest.err
>&5
12161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12162 (exit $ac_status); } &&
12163 { ac_try
='test -z "$ac_c_werror_flag"
12164 || test ! -s conftest.err'
12165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12166 (eval $ac_try) 2>&5
12168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12169 (exit $ac_status); }; } &&
12170 { ac_try
='test -s conftest.$ac_objext'
12171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12172 (eval $ac_try) 2>&5
12174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12175 (exit $ac_status); }; }; then
12178 cat >conftest.
$ac_ext <<_ACEOF
12181 cat confdefs.h
>>conftest.
$ac_ext
12182 cat >>conftest.
$ac_ext <<_ACEOF
12183 /* end confdefs.h. */
12184 $ac_includes_default
12188 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12195 rm -f conftest.
$ac_objext
12196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12197 (eval $ac_compile) 2>conftest.er1
12199 grep -v '^ *+' conftest.er1
>conftest.err
12201 cat conftest.err
>&5
12202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12203 (exit $ac_status); } &&
12204 { ac_try
='test -z "$ac_c_werror_flag"
12205 || test ! -s conftest.err'
12206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12207 (eval $ac_try) 2>&5
12209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12210 (exit $ac_status); }; } &&
12211 { ac_try
='test -s conftest.$ac_objext'
12212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12213 (eval $ac_try) 2>&5
12215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); }; }; then
12217 ac_hi
=$ac_mid; break
12219 echo "$as_me: failed program was:" >&5
12220 sed 's/^/| /' conftest.
$ac_ext >&5
12222 ac_lo
=`expr $ac_mid + 1`
12223 if test $ac_lo -le $ac_mid; then
12227 ac_mid
=`expr 2 '*' $ac_mid + 1`
12229 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12232 echo "$as_me: failed program was:" >&5
12233 sed 's/^/| /' conftest.
$ac_ext >&5
12235 cat >conftest.
$ac_ext <<_ACEOF
12238 cat confdefs.h
>>conftest.
$ac_ext
12239 cat >>conftest.
$ac_ext <<_ACEOF
12240 /* end confdefs.h. */
12241 $ac_includes_default
12245 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
12252 rm -f conftest.
$ac_objext
12253 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12254 (eval $ac_compile) 2>conftest.er1
12256 grep -v '^ *+' conftest.er1
>conftest.err
12258 cat conftest.err
>&5
12259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12260 (exit $ac_status); } &&
12261 { ac_try
='test -z "$ac_c_werror_flag"
12262 || test ! -s conftest.err'
12263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12264 (eval $ac_try) 2>&5
12266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12267 (exit $ac_status); }; } &&
12268 { ac_try
='test -s conftest.$ac_objext'
12269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12270 (eval $ac_try) 2>&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); }; }; then
12276 cat >conftest.
$ac_ext <<_ACEOF
12279 cat confdefs.h
>>conftest.
$ac_ext
12280 cat >>conftest.
$ac_ext <<_ACEOF
12281 /* end confdefs.h. */
12282 $ac_includes_default
12286 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
12293 rm -f conftest.
$ac_objext
12294 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12295 (eval $ac_compile) 2>conftest.er1
12297 grep -v '^ *+' conftest.er1
>conftest.err
12299 cat conftest.err
>&5
12300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12301 (exit $ac_status); } &&
12302 { ac_try
='test -z "$ac_c_werror_flag"
12303 || test ! -s conftest.err'
12304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12305 (eval $ac_try) 2>&5
12307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12308 (exit $ac_status); }; } &&
12309 { ac_try
='test -s conftest.$ac_objext'
12310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12311 (eval $ac_try) 2>&5
12313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12314 (exit $ac_status); }; }; then
12315 ac_lo
=$ac_mid; break
12317 echo "$as_me: failed program was:" >&5
12318 sed 's/^/| /' conftest.
$ac_ext >&5
12320 ac_hi
=`expr '(' $ac_mid ')' - 1`
12321 if test $ac_mid -le $ac_hi; then
12325 ac_mid
=`expr 2 '*' $ac_mid`
12327 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12330 echo "$as_me: failed program was:" >&5
12331 sed 's/^/| /' conftest.
$ac_ext >&5
12335 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12337 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12338 # Binary search between lo and hi bounds.
12339 while test "x$ac_lo" != "x$ac_hi"; do
12340 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
12341 cat >conftest.
$ac_ext <<_ACEOF
12344 cat confdefs.h
>>conftest.
$ac_ext
12345 cat >>conftest.
$ac_ext <<_ACEOF
12346 /* end confdefs.h. */
12347 $ac_includes_default
12351 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
12358 rm -f conftest.
$ac_objext
12359 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12360 (eval $ac_compile) 2>conftest.er1
12362 grep -v '^ *+' conftest.er1
>conftest.err
12364 cat conftest.err
>&5
12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366 (exit $ac_status); } &&
12367 { ac_try
='test -z "$ac_c_werror_flag"
12368 || test ! -s conftest.err'
12369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12370 (eval $ac_try) 2>&5
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); }; } &&
12374 { ac_try
='test -s conftest.$ac_objext'
12375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12376 (eval $ac_try) 2>&5
12378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379 (exit $ac_status); }; }; then
12382 echo "$as_me: failed program was:" >&5
12383 sed 's/^/| /' conftest.
$ac_ext >&5
12385 ac_lo
=`expr '(' $ac_mid ')' + 1`
12387 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12390 ?
*) ac_cv_sizeof_long
=$ac_lo;;
12391 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12392 See \`config.log' for more details." >&5
12393 echo "$as_me: error: cannot compute sizeof (long), 77
12394 See \`config.log' for more details." >&2;}
12395 { (exit 1); exit 1; }; } ;;
12398 if test "$cross_compiling" = yes; then
12399 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
12400 See \`config.log' for more details." >&5
12401 echo "$as_me: error: cannot run test program while cross compiling
12402 See \`config.log' for more details." >&2;}
12403 { (exit 1); exit 1; }; }
12405 cat >conftest.
$ac_ext <<_ACEOF
12408 cat confdefs.h
>>conftest.
$ac_ext
12409 cat >>conftest.
$ac_ext <<_ACEOF
12410 /* end confdefs.h. */
12411 $ac_includes_default
12412 long longval () { return (long) (sizeof (long)); }
12413 unsigned long ulongval () { return (long) (sizeof (long)); }
12415 #include <stdlib.h>
12420 FILE *f = fopen ("conftest.val", "w");
12423 if (((long) (sizeof (long))) < 0)
12425 long i = longval ();
12426 if (i != ((long) (sizeof (long))))
12428 fprintf (f, "%ld\n", i);
12432 unsigned long i = ulongval ();
12433 if (i != ((long) (sizeof (long))))
12435 fprintf (f, "%lu\n", i);
12437 exit (ferror (f) || fclose (f) != 0);
12443 rm -f conftest
$ac_exeext
12444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12445 (eval $ac_link) 2>&5
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12450 (eval $ac_try) 2>&5
12452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12453 (exit $ac_status); }; }; then
12454 ac_cv_sizeof_long
=`cat conftest.val`
12456 echo "$as_me: program exited with status $ac_status" >&5
12457 echo "$as_me: failed program was:" >&5
12458 sed 's/^/| /' conftest.
$ac_ext >&5
12460 ( exit $ac_status )
12461 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
12462 See \`config.log' for more details." >&5
12463 echo "$as_me: error: cannot compute sizeof (long), 77
12464 See \`config.log' for more details." >&2;}
12465 { (exit 1); exit 1; }; }
12467 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12472 ac_cv_sizeof_long
=0
12475 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
12476 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
12477 cat >>confdefs.h
<<_ACEOF
12478 #define SIZEOF_LONG $ac_cv_sizeof_long
12483 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12487 if test "x${ac_cv_sizeof_long}" = "x8"; then
12488 BFD_HOST_64BIT_LONG
=1
12489 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long"
12490 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long"
12491 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12492 BFD_HOST_64BIT_LONG_LONG
=1
12493 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long long"
12494 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long long"
12495 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12496 BFD_HOSTPTR_T
="unsigned long long"
12500 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12501 BFD_HOST_64_BIT_DEFINED
=1
12502 BFD_HOST_64_BIT
="${HOST_64BIT_TYPE}"
12503 BFD_HOST_U_64_BIT
="${HOST_U_64BIT_TYPE}"
12513 # Put a plausible default for CC_FOR_BUILD in Makefile.
12514 if test -z "$CC_FOR_BUILD"; then
12515 if test "x$cross_compiling" = "xno"; then
12516 CC_FOR_BUILD
='$(CC)'
12522 # Also set EXEEXT_FOR_BUILD.
12523 if test "x$cross_compiling" = "xno"; then
12524 EXEEXT_FOR_BUILD
='$(EXEEXT)'
12526 echo "$as_me:$LINENO: checking for build system executable suffix" >&5
12527 echo $ECHO_N "checking for build system executable suffix... $ECHO_C" >&6
12528 if test "${bfd_cv_build_exeext+set}" = set; then
12529 echo $ECHO_N "(cached) $ECHO_C" >&6
12532 echo 'int main () { return 0; }' > conftest.c
12533 bfd_cv_build_exeext
=
12534 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
12535 for file in conftest.
*; do
12537 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
12538 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
12542 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
12544 echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
12545 echo "${ECHO_T}$bfd_cv_build_exeext" >&6
12546 EXEEXT_FOR_BUILD
=""
12547 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
12558 for ac_header
in alloca.h stddef.h string.h
strings.h stdlib.h
time.h unistd.h
12560 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12561 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12562 echo "$as_me:$LINENO: checking for $ac_header" >&5
12563 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12564 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12565 echo $ECHO_N "(cached) $ECHO_C" >&6
12567 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12568 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12570 # Is the header compilable?
12571 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12572 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12573 cat >conftest.
$ac_ext <<_ACEOF
12576 cat confdefs.h
>>conftest.
$ac_ext
12577 cat >>conftest.
$ac_ext <<_ACEOF
12578 /* end confdefs.h. */
12579 $ac_includes_default
12580 #include <$ac_header>
12582 rm -f conftest.
$ac_objext
12583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12584 (eval $ac_compile) 2>conftest.er1
12586 grep -v '^ *+' conftest.er1
>conftest.err
12588 cat conftest.err
>&5
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); } &&
12591 { ac_try
='test -z "$ac_c_werror_flag"
12592 || test ! -s conftest.err'
12593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12594 (eval $ac_try) 2>&5
12596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12597 (exit $ac_status); }; } &&
12598 { ac_try
='test -s conftest.$ac_objext'
12599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12600 (eval $ac_try) 2>&5
12602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12603 (exit $ac_status); }; }; then
12604 ac_header_compiler
=yes
12606 echo "$as_me: failed program was:" >&5
12607 sed 's/^/| /' conftest.
$ac_ext >&5
12609 ac_header_compiler
=no
12611 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12612 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12613 echo "${ECHO_T}$ac_header_compiler" >&6
12615 # Is the header present?
12616 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12617 echo $ECHO_N "checking $ac_header presence... $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. */
12624 #include <$ac_header>
12626 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12627 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12629 grep -v '^ *+' conftest.er1
>conftest.err
12631 cat conftest.err
>&5
12632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12633 (exit $ac_status); } >/dev
/null
; then
12634 if test -s conftest.err
; then
12635 ac_cpp_err
=$ac_c_preproc_warn_flag
12636 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12643 if test -z "$ac_cpp_err"; then
12644 ac_header_preproc
=yes
12646 echo "$as_me: failed program was:" >&5
12647 sed 's/^/| /' conftest.
$ac_ext >&5
12649 ac_header_preproc
=no
12651 rm -f conftest.err conftest.
$ac_ext
12652 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12653 echo "${ECHO_T}$ac_header_preproc" >&6
12655 # So? What about this header?
12656 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12658 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12659 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12660 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12661 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12662 ac_header_preproc
=yes
12665 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12666 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12667 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12668 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12669 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12670 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12671 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12672 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12673 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12674 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12675 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12676 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12679 ## ------------------------------------------ ##
12680 ## Report this to the AC_PACKAGE_NAME lists. ##
12681 ## ------------------------------------------ ##
12684 sed "s/^/$as_me: WARNING: /" >&2
12687 echo "$as_me:$LINENO: checking for $ac_header" >&5
12688 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12689 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12690 echo $ECHO_N "(cached) $ECHO_C" >&6
12692 eval "$as_ac_Header=\$ac_header_preproc"
12694 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12695 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12698 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12699 cat >>confdefs.h
<<_ACEOF
12700 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12710 for ac_header
in fcntl.h sys
/file.h sys
/time.h
12712 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12713 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12714 echo "$as_me:$LINENO: checking for $ac_header" >&5
12715 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12716 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12717 echo $ECHO_N "(cached) $ECHO_C" >&6
12719 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12720 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12722 # Is the header compilable?
12723 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12724 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12725 cat >conftest.
$ac_ext <<_ACEOF
12728 cat confdefs.h
>>conftest.
$ac_ext
12729 cat >>conftest.
$ac_ext <<_ACEOF
12730 /* end confdefs.h. */
12731 $ac_includes_default
12732 #include <$ac_header>
12734 rm -f conftest.
$ac_objext
12735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12736 (eval $ac_compile) 2>conftest.er1
12738 grep -v '^ *+' conftest.er1
>conftest.err
12740 cat conftest.err
>&5
12741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12742 (exit $ac_status); } &&
12743 { ac_try
='test -z "$ac_c_werror_flag"
12744 || test ! -s conftest.err'
12745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12746 (eval $ac_try) 2>&5
12748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12749 (exit $ac_status); }; } &&
12750 { ac_try
='test -s conftest.$ac_objext'
12751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12752 (eval $ac_try) 2>&5
12754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12755 (exit $ac_status); }; }; then
12756 ac_header_compiler
=yes
12758 echo "$as_me: failed program was:" >&5
12759 sed 's/^/| /' conftest.
$ac_ext >&5
12761 ac_header_compiler
=no
12763 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12764 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12765 echo "${ECHO_T}$ac_header_compiler" >&6
12767 # Is the header present?
12768 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12769 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12770 cat >conftest.
$ac_ext <<_ACEOF
12773 cat confdefs.h
>>conftest.
$ac_ext
12774 cat >>conftest.
$ac_ext <<_ACEOF
12775 /* end confdefs.h. */
12776 #include <$ac_header>
12778 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12779 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12781 grep -v '^ *+' conftest.er1
>conftest.err
12783 cat conftest.err
>&5
12784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); } >/dev
/null
; then
12786 if test -s conftest.err
; then
12787 ac_cpp_err
=$ac_c_preproc_warn_flag
12788 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12795 if test -z "$ac_cpp_err"; then
12796 ac_header_preproc
=yes
12798 echo "$as_me: failed program was:" >&5
12799 sed 's/^/| /' conftest.
$ac_ext >&5
12801 ac_header_preproc
=no
12803 rm -f conftest.err conftest.
$ac_ext
12804 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12805 echo "${ECHO_T}$ac_header_preproc" >&6
12807 # So? What about this header?
12808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12810 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12811 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12812 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12813 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12814 ac_header_preproc
=yes
12817 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12818 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12819 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12820 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12821 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12822 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12823 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12824 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12825 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12826 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12827 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12828 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12831 ## ------------------------------------------ ##
12832 ## Report this to the AC_PACKAGE_NAME lists. ##
12833 ## ------------------------------------------ ##
12836 sed "s/^/$as_me: WARNING: /" >&2
12839 echo "$as_me:$LINENO: checking for $ac_header" >&5
12840 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12841 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12842 echo $ECHO_N "(cached) $ECHO_C" >&6
12844 eval "$as_ac_Header=\$ac_header_preproc"
12846 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12847 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12850 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12851 cat >>confdefs.h
<<_ACEOF
12852 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12861 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12863 acx_cv_header_stdint
=stddef.h
12864 acx_cv_header_stdint_kind
="(already complete)"
12865 for i
in stdint.h
$inttype_headers; do
12866 unset ac_cv_type_uintptr_t
12867 unset ac_cv_type_uintmax_t
12868 unset ac_cv_type_int_least32_t
12869 unset ac_cv_type_int_fast32_t
12870 unset ac_cv_type_uint64_t
12871 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
12872 echo "$as_me:$LINENO: checking for uintmax_t" >&5
12873 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
12874 if test "${ac_cv_type_uintmax_t+set}" = set; then
12875 echo $ECHO_N "(cached) $ECHO_C" >&6
12877 cat >conftest.
$ac_ext <<_ACEOF
12880 cat confdefs.h
>>conftest.
$ac_ext
12881 cat >>conftest.
$ac_ext <<_ACEOF
12882 /* end confdefs.h. */
12883 #include <sys/types.h>
12889 if ((uintmax_t *) 0)
12891 if (sizeof (uintmax_t))
12897 rm -f conftest.
$ac_objext
12898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12899 (eval $ac_compile) 2>conftest.er1
12901 grep -v '^ *+' conftest.er1
>conftest.err
12903 cat conftest.err
>&5
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); } &&
12906 { ac_try
='test -z "$ac_c_werror_flag"
12907 || test ! -s conftest.err'
12908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12909 (eval $ac_try) 2>&5
12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912 (exit $ac_status); }; } &&
12913 { ac_try
='test -s conftest.$ac_objext'
12914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12915 (eval $ac_try) 2>&5
12917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12918 (exit $ac_status); }; }; then
12919 ac_cv_type_uintmax_t
=yes
12921 echo "$as_me: failed program was:" >&5
12922 sed 's/^/| /' conftest.
$ac_ext >&5
12924 ac_cv_type_uintmax_t
=no
12926 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12928 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
12929 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
12930 if test $ac_cv_type_uintmax_t = yes; then
12931 acx_cv_header_stdint
=$i
12936 echo "$as_me:$LINENO: checking for uintptr_t" >&5
12937 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
12938 if test "${ac_cv_type_uintptr_t+set}" = set; then
12939 echo $ECHO_N "(cached) $ECHO_C" >&6
12941 cat >conftest.
$ac_ext <<_ACEOF
12944 cat confdefs.h
>>conftest.
$ac_ext
12945 cat >>conftest.
$ac_ext <<_ACEOF
12946 /* end confdefs.h. */
12947 #include <sys/types.h>
12953 if ((uintptr_t *) 0)
12955 if (sizeof (uintptr_t))
12961 rm -f conftest.
$ac_objext
12962 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12963 (eval $ac_compile) 2>conftest.er1
12965 grep -v '^ *+' conftest.er1
>conftest.err
12967 cat conftest.err
>&5
12968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12969 (exit $ac_status); } &&
12970 { ac_try
='test -z "$ac_c_werror_flag"
12971 || test ! -s conftest.err'
12972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12973 (eval $ac_try) 2>&5
12975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12976 (exit $ac_status); }; } &&
12977 { ac_try
='test -s conftest.$ac_objext'
12978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12979 (eval $ac_try) 2>&5
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }; }; then
12983 ac_cv_type_uintptr_t
=yes
12985 echo "$as_me: failed program was:" >&5
12986 sed 's/^/| /' conftest.
$ac_ext >&5
12988 ac_cv_type_uintptr_t
=no
12990 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12992 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
12993 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
12994 if test $ac_cv_type_uintptr_t = yes; then
12997 acx_cv_header_stdint_kind
="(mostly complete)"
13000 echo "$as_me:$LINENO: checking for int_least32_t" >&5
13001 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
13002 if test "${ac_cv_type_int_least32_t+set}" = set; then
13003 echo $ECHO_N "(cached) $ECHO_C" >&6
13005 cat >conftest.
$ac_ext <<_ACEOF
13008 cat confdefs.h
>>conftest.
$ac_ext
13009 cat >>conftest.
$ac_ext <<_ACEOF
13010 /* end confdefs.h. */
13011 #include <sys/types.h>
13017 if ((int_least32_t *) 0)
13019 if (sizeof (int_least32_t))
13025 rm -f conftest.
$ac_objext
13026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13027 (eval $ac_compile) 2>conftest.er1
13029 grep -v '^ *+' conftest.er1
>conftest.err
13031 cat conftest.err
>&5
13032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13033 (exit $ac_status); } &&
13034 { ac_try
='test -z "$ac_c_werror_flag"
13035 || test ! -s conftest.err'
13036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13037 (eval $ac_try) 2>&5
13039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13040 (exit $ac_status); }; } &&
13041 { ac_try
='test -s conftest.$ac_objext'
13042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13043 (eval $ac_try) 2>&5
13045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13046 (exit $ac_status); }; }; then
13047 ac_cv_type_int_least32_t
=yes
13049 echo "$as_me: failed program was:" >&5
13050 sed 's/^/| /' conftest.
$ac_ext >&5
13052 ac_cv_type_int_least32_t
=no
13054 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13056 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
13057 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
13058 if test $ac_cv_type_int_least32_t = yes; then
13061 acx_cv_header_stdint_kind
="(mostly complete)"
13064 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
13065 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
13066 if test "${ac_cv_type_int_fast32_t+set}" = set; then
13067 echo $ECHO_N "(cached) $ECHO_C" >&6
13069 cat >conftest.
$ac_ext <<_ACEOF
13072 cat confdefs.h
>>conftest.
$ac_ext
13073 cat >>conftest.
$ac_ext <<_ACEOF
13074 /* end confdefs.h. */
13075 #include <sys/types.h>
13081 if ((int_fast32_t *) 0)
13083 if (sizeof (int_fast32_t))
13089 rm -f conftest.
$ac_objext
13090 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13091 (eval $ac_compile) 2>conftest.er1
13093 grep -v '^ *+' conftest.er1
>conftest.err
13095 cat conftest.err
>&5
13096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13097 (exit $ac_status); } &&
13098 { ac_try
='test -z "$ac_c_werror_flag"
13099 || test ! -s conftest.err'
13100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13101 (eval $ac_try) 2>&5
13103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13104 (exit $ac_status); }; } &&
13105 { ac_try
='test -s conftest.$ac_objext'
13106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13107 (eval $ac_try) 2>&5
13109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13110 (exit $ac_status); }; }; then
13111 ac_cv_type_int_fast32_t
=yes
13113 echo "$as_me: failed program was:" >&5
13114 sed 's/^/| /' conftest.
$ac_ext >&5
13116 ac_cv_type_int_fast32_t
=no
13118 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13120 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
13121 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
13122 if test $ac_cv_type_int_fast32_t = yes; then
13125 acx_cv_header_stdint_kind
="(mostly complete)"
13128 echo "$as_me:$LINENO: checking for uint64_t" >&5
13129 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
13130 if test "${ac_cv_type_uint64_t+set}" = set; then
13131 echo $ECHO_N "(cached) $ECHO_C" >&6
13133 cat >conftest.
$ac_ext <<_ACEOF
13136 cat confdefs.h
>>conftest.
$ac_ext
13137 cat >>conftest.
$ac_ext <<_ACEOF
13138 /* end confdefs.h. */
13139 #include <sys/types.h>
13145 if ((uint64_t *) 0)
13147 if (sizeof (uint64_t))
13153 rm -f conftest.
$ac_objext
13154 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13155 (eval $ac_compile) 2>conftest.er1
13157 grep -v '^ *+' conftest.er1
>conftest.err
13159 cat conftest.err
>&5
13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161 (exit $ac_status); } &&
13162 { ac_try
='test -z "$ac_c_werror_flag"
13163 || test ! -s conftest.err'
13164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13165 (eval $ac_try) 2>&5
13167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13168 (exit $ac_status); }; } &&
13169 { ac_try
='test -s conftest.$ac_objext'
13170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13171 (eval $ac_try) 2>&5
13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13174 (exit $ac_status); }; }; then
13175 ac_cv_type_uint64_t
=yes
13177 echo "$as_me: failed program was:" >&5
13178 sed 's/^/| /' conftest.
$ac_ext >&5
13180 ac_cv_type_uint64_t
=no
13182 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13184 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
13185 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
13186 if test $ac_cv_type_uint64_t = yes; then
13189 acx_cv_header_stdint_kind
="(lacks uint64_t)"
13194 if test "$acx_cv_header_stdint" = stddef.h
; then
13195 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
13196 for i
in stdint.h
$inttype_headers; do
13197 unset ac_cv_type_uintptr_t
13198 unset ac_cv_type_uint32_t
13199 unset ac_cv_type_uint64_t
13200 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
13201 echo "$as_me:$LINENO: checking for uint32_t" >&5
13202 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
13203 if test "${ac_cv_type_uint32_t+set}" = set; then
13204 echo $ECHO_N "(cached) $ECHO_C" >&6
13206 cat >conftest.
$ac_ext <<_ACEOF
13209 cat confdefs.h
>>conftest.
$ac_ext
13210 cat >>conftest.
$ac_ext <<_ACEOF
13211 /* end confdefs.h. */
13212 #include <sys/types.h>
13218 if ((uint32_t *) 0)
13220 if (sizeof (uint32_t))
13226 rm -f conftest.
$ac_objext
13227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13228 (eval $ac_compile) 2>conftest.er1
13230 grep -v '^ *+' conftest.er1
>conftest.err
13232 cat conftest.err
>&5
13233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13234 (exit $ac_status); } &&
13235 { ac_try
='test -z "$ac_c_werror_flag"
13236 || test ! -s conftest.err'
13237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13238 (eval $ac_try) 2>&5
13240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13241 (exit $ac_status); }; } &&
13242 { ac_try
='test -s conftest.$ac_objext'
13243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13244 (eval $ac_try) 2>&5
13246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13247 (exit $ac_status); }; }; then
13248 ac_cv_type_uint32_t
=yes
13250 echo "$as_me: failed program was:" >&5
13251 sed 's/^/| /' conftest.
$ac_ext >&5
13253 ac_cv_type_uint32_t
=no
13255 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13257 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
13258 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
13259 if test $ac_cv_type_uint32_t = yes; then
13260 acx_cv_header_stdint
=$i
13265 echo "$as_me:$LINENO: checking for uint64_t" >&5
13266 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
13267 if test "${ac_cv_type_uint64_t+set}" = set; then
13268 echo $ECHO_N "(cached) $ECHO_C" >&6
13270 cat >conftest.
$ac_ext <<_ACEOF
13273 cat confdefs.h
>>conftest.
$ac_ext
13274 cat >>conftest.
$ac_ext <<_ACEOF
13275 /* end confdefs.h. */
13276 #include <sys/types.h>
13282 if ((uint64_t *) 0)
13284 if (sizeof (uint64_t))
13290 rm -f conftest.
$ac_objext
13291 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13292 (eval $ac_compile) 2>conftest.er1
13294 grep -v '^ *+' conftest.er1
>conftest.err
13296 cat conftest.err
>&5
13297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13298 (exit $ac_status); } &&
13299 { ac_try
='test -z "$ac_c_werror_flag"
13300 || test ! -s conftest.err'
13301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13302 (eval $ac_try) 2>&5
13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13305 (exit $ac_status); }; } &&
13306 { ac_try
='test -s conftest.$ac_objext'
13307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13308 (eval $ac_try) 2>&5
13310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13311 (exit $ac_status); }; }; then
13312 ac_cv_type_uint64_t
=yes
13314 echo "$as_me: failed program was:" >&5
13315 sed 's/^/| /' conftest.
$ac_ext >&5
13317 ac_cv_type_uint64_t
=no
13319 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13321 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
13322 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
13324 echo "$as_me:$LINENO: checking for uintptr_t" >&5
13325 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
13326 if test "${ac_cv_type_uintptr_t+set}" = set; then
13327 echo $ECHO_N "(cached) $ECHO_C" >&6
13329 cat >conftest.
$ac_ext <<_ACEOF
13332 cat confdefs.h
>>conftest.
$ac_ext
13333 cat >>conftest.
$ac_ext <<_ACEOF
13334 /* end confdefs.h. */
13335 #include <sys/types.h>
13341 if ((uintptr_t *) 0)
13343 if (sizeof (uintptr_t))
13349 rm -f conftest.
$ac_objext
13350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13351 (eval $ac_compile) 2>conftest.er1
13353 grep -v '^ *+' conftest.er1
>conftest.err
13355 cat conftest.err
>&5
13356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13357 (exit $ac_status); } &&
13358 { ac_try
='test -z "$ac_c_werror_flag"
13359 || test ! -s conftest.err'
13360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13361 (eval $ac_try) 2>&5
13363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13364 (exit $ac_status); }; } &&
13365 { ac_try
='test -s conftest.$ac_objext'
13366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13367 (eval $ac_try) 2>&5
13369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370 (exit $ac_status); }; }; then
13371 ac_cv_type_uintptr_t
=yes
13373 echo "$as_me: failed program was:" >&5
13374 sed 's/^/| /' conftest.
$ac_ext >&5
13376 ac_cv_type_uintptr_t
=no
13378 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13380 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
13381 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
13386 if test "$acx_cv_header_stdint" = stddef.h
; then
13387 acx_cv_header_stdint_kind
="(u_intXX_t style)"
13388 for i
in sys
/types.h
$inttype_headers; do
13389 unset ac_cv_type_u_int32_t
13390 unset ac_cv_type_u_int64_t
13391 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
13392 echo "$as_me:$LINENO: checking for u_int32_t" >&5
13393 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
13394 if test "${ac_cv_type_u_int32_t+set}" = set; then
13395 echo $ECHO_N "(cached) $ECHO_C" >&6
13397 cat >conftest.
$ac_ext <<_ACEOF
13400 cat confdefs.h
>>conftest.
$ac_ext
13401 cat >>conftest.
$ac_ext <<_ACEOF
13402 /* end confdefs.h. */
13403 #include <sys/types.h>
13409 if ((u_int32_t *) 0)
13411 if (sizeof (u_int32_t))
13417 rm -f conftest.
$ac_objext
13418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13419 (eval $ac_compile) 2>conftest.er1
13421 grep -v '^ *+' conftest.er1
>conftest.err
13423 cat conftest.err
>&5
13424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13425 (exit $ac_status); } &&
13426 { ac_try
='test -z "$ac_c_werror_flag"
13427 || test ! -s conftest.err'
13428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13429 (eval $ac_try) 2>&5
13431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13432 (exit $ac_status); }; } &&
13433 { ac_try
='test -s conftest.$ac_objext'
13434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13435 (eval $ac_try) 2>&5
13437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13438 (exit $ac_status); }; }; then
13439 ac_cv_type_u_int32_t
=yes
13441 echo "$as_me: failed program was:" >&5
13442 sed 's/^/| /' conftest.
$ac_ext >&5
13444 ac_cv_type_u_int32_t
=no
13446 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13448 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
13449 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
13450 if test $ac_cv_type_u_int32_t = yes; then
13451 acx_cv_header_stdint
=$i
13456 echo "$as_me:$LINENO: checking for u_int64_t" >&5
13457 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
13458 if test "${ac_cv_type_u_int64_t+set}" = set; then
13459 echo $ECHO_N "(cached) $ECHO_C" >&6
13461 cat >conftest.
$ac_ext <<_ACEOF
13464 cat confdefs.h
>>conftest.
$ac_ext
13465 cat >>conftest.
$ac_ext <<_ACEOF
13466 /* end confdefs.h. */
13467 #include <sys/types.h>
13473 if ((u_int64_t *) 0)
13475 if (sizeof (u_int64_t))
13481 rm -f conftest.
$ac_objext
13482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13483 (eval $ac_compile) 2>conftest.er1
13485 grep -v '^ *+' conftest.er1
>conftest.err
13487 cat conftest.err
>&5
13488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13489 (exit $ac_status); } &&
13490 { ac_try
='test -z "$ac_c_werror_flag"
13491 || test ! -s conftest.err'
13492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13493 (eval $ac_try) 2>&5
13495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13496 (exit $ac_status); }; } &&
13497 { ac_try
='test -s conftest.$ac_objext'
13498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13499 (eval $ac_try) 2>&5
13501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13502 (exit $ac_status); }; }; then
13503 ac_cv_type_u_int64_t
=yes
13505 echo "$as_me: failed program was:" >&5
13506 sed 's/^/| /' conftest.
$ac_ext >&5
13508 ac_cv_type_u_int64_t
=no
13510 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13512 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
13513 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
13518 if test "$acx_cv_header_stdint" = stddef.h
; then
13519 acx_cv_header_stdint_kind
="(using manual detection)"
13522 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
13523 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
13524 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
13525 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
13526 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
13528 # ----------------- Summarize what we found so far
13530 echo "$as_me:$LINENO: checking what to include in bfd_stdint.h" >&5
13531 echo $ECHO_N "checking what to include in bfd_stdint.h... $ECHO_C" >&6
13533 case `$as_basename bfd_stdint.h ||
13534 $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13535 Xbfd_stdint.h : 'X\(//\)$' \| \
13536 Xbfd_stdint.h : 'X\(/\)$' \| \
13537 . : '\(.\)' 2>/dev/null ||
13538 echo X/bfd_stdint.h |
13539 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
13540 /^X\/\(\/\/\)$/{ s//\1/; q; }
13541 /^X\/\(\/\).*/{ s//\1/; q; }
13543 stdint.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
13544 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13545 inttypes.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
13546 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13550 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13551 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
13553 # ----------------- done included file, check C basic types --------
13555 # Lacking an uintptr_t? Test size of void *
13556 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13557 stddef.h
:* |
*:no
) echo "$as_me:$LINENO: checking for void *" >&5
13558 echo $ECHO_N "checking for void *... $ECHO_C" >&6
13559 if test "${ac_cv_type_void_p+set}" = set; then
13560 echo $ECHO_N "(cached) $ECHO_C" >&6
13562 cat >conftest.
$ac_ext <<_ACEOF
13565 cat confdefs.h
>>conftest.
$ac_ext
13566 cat >>conftest.
$ac_ext <<_ACEOF
13567 /* end confdefs.h. */
13568 $ac_includes_default
13574 if (sizeof (void *))
13580 rm -f conftest.
$ac_objext
13581 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13582 (eval $ac_compile) 2>conftest.er1
13584 grep -v '^ *+' conftest.er1
>conftest.err
13586 cat conftest.err
>&5
13587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13588 (exit $ac_status); } &&
13589 { ac_try
='test -z "$ac_c_werror_flag"
13590 || test ! -s conftest.err'
13591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13592 (eval $ac_try) 2>&5
13594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13595 (exit $ac_status); }; } &&
13596 { ac_try
='test -s conftest.$ac_objext'
13597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13598 (eval $ac_try) 2>&5
13600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13601 (exit $ac_status); }; }; then
13602 ac_cv_type_void_p
=yes
13604 echo "$as_me: failed program was:" >&5
13605 sed 's/^/| /' conftest.
$ac_ext >&5
13607 ac_cv_type_void_p
=no
13609 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13611 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
13612 echo "${ECHO_T}$ac_cv_type_void_p" >&6
13614 echo "$as_me:$LINENO: checking size of void *" >&5
13615 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
13616 if test "${ac_cv_sizeof_void_p+set}" = set; then
13617 echo $ECHO_N "(cached) $ECHO_C" >&6
13619 if test "$ac_cv_type_void_p" = yes; then
13620 # The cast to unsigned long works around a bug in the HP C Compiler
13621 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13622 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13623 # This bug is HP SR number 8606223364.
13624 if test "$cross_compiling" = yes; then
13625 # Depending upon the size, compute the lo and hi bounds.
13626 cat >conftest.
$ac_ext <<_ACEOF
13629 cat confdefs.h
>>conftest.
$ac_ext
13630 cat >>conftest.
$ac_ext <<_ACEOF
13631 /* end confdefs.h. */
13632 $ac_includes_default
13636 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
13643 rm -f conftest.
$ac_objext
13644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13645 (eval $ac_compile) 2>conftest.er1
13647 grep -v '^ *+' conftest.er1
>conftest.err
13649 cat conftest.err
>&5
13650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13651 (exit $ac_status); } &&
13652 { ac_try
='test -z "$ac_c_werror_flag"
13653 || test ! -s conftest.err'
13654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13655 (eval $ac_try) 2>&5
13657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13658 (exit $ac_status); }; } &&
13659 { ac_try
='test -s conftest.$ac_objext'
13660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13661 (eval $ac_try) 2>&5
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); }; }; then
13667 cat >conftest.
$ac_ext <<_ACEOF
13670 cat confdefs.h
>>conftest.
$ac_ext
13671 cat >>conftest.
$ac_ext <<_ACEOF
13672 /* end confdefs.h. */
13673 $ac_includes_default
13677 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
13684 rm -f conftest.
$ac_objext
13685 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13686 (eval $ac_compile) 2>conftest.er1
13688 grep -v '^ *+' conftest.er1
>conftest.err
13690 cat conftest.err
>&5
13691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692 (exit $ac_status); } &&
13693 { ac_try
='test -z "$ac_c_werror_flag"
13694 || test ! -s conftest.err'
13695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13696 (eval $ac_try) 2>&5
13698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13699 (exit $ac_status); }; } &&
13700 { ac_try
='test -s conftest.$ac_objext'
13701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13702 (eval $ac_try) 2>&5
13704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13705 (exit $ac_status); }; }; then
13706 ac_hi
=$ac_mid; break
13708 echo "$as_me: failed program was:" >&5
13709 sed 's/^/| /' conftest.
$ac_ext >&5
13711 ac_lo
=`expr $ac_mid + 1`
13712 if test $ac_lo -le $ac_mid; then
13716 ac_mid
=`expr 2 '*' $ac_mid + 1`
13718 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13721 echo "$as_me: failed program was:" >&5
13722 sed 's/^/| /' conftest.
$ac_ext >&5
13724 cat >conftest.
$ac_ext <<_ACEOF
13727 cat confdefs.h
>>conftest.
$ac_ext
13728 cat >>conftest.
$ac_ext <<_ACEOF
13729 /* end confdefs.h. */
13730 $ac_includes_default
13734 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
13741 rm -f conftest.
$ac_objext
13742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13743 (eval $ac_compile) 2>conftest.er1
13745 grep -v '^ *+' conftest.er1
>conftest.err
13747 cat conftest.err
>&5
13748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13749 (exit $ac_status); } &&
13750 { ac_try
='test -z "$ac_c_werror_flag"
13751 || test ! -s conftest.err'
13752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13753 (eval $ac_try) 2>&5
13755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13756 (exit $ac_status); }; } &&
13757 { ac_try
='test -s conftest.$ac_objext'
13758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13759 (eval $ac_try) 2>&5
13761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13762 (exit $ac_status); }; }; then
13765 cat >conftest.
$ac_ext <<_ACEOF
13768 cat confdefs.h
>>conftest.
$ac_ext
13769 cat >>conftest.
$ac_ext <<_ACEOF
13770 /* end confdefs.h. */
13771 $ac_includes_default
13775 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
13782 rm -f conftest.
$ac_objext
13783 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13784 (eval $ac_compile) 2>conftest.er1
13786 grep -v '^ *+' conftest.er1
>conftest.err
13788 cat conftest.err
>&5
13789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13790 (exit $ac_status); } &&
13791 { ac_try
='test -z "$ac_c_werror_flag"
13792 || test ! -s conftest.err'
13793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13794 (eval $ac_try) 2>&5
13796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13797 (exit $ac_status); }; } &&
13798 { ac_try
='test -s conftest.$ac_objext'
13799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13800 (eval $ac_try) 2>&5
13802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13803 (exit $ac_status); }; }; then
13804 ac_lo
=$ac_mid; break
13806 echo "$as_me: failed program was:" >&5
13807 sed 's/^/| /' conftest.
$ac_ext >&5
13809 ac_hi
=`expr '(' $ac_mid ')' - 1`
13810 if test $ac_mid -le $ac_hi; then
13814 ac_mid
=`expr 2 '*' $ac_mid`
13816 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13819 echo "$as_me: failed program was:" >&5
13820 sed 's/^/| /' conftest.
$ac_ext >&5
13824 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13826 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13827 # Binary search between lo and hi bounds.
13828 while test "x$ac_lo" != "x$ac_hi"; do
13829 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13830 cat >conftest.
$ac_ext <<_ACEOF
13833 cat confdefs.h
>>conftest.
$ac_ext
13834 cat >>conftest.
$ac_ext <<_ACEOF
13835 /* end confdefs.h. */
13836 $ac_includes_default
13840 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
13847 rm -f conftest.
$ac_objext
13848 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13849 (eval $ac_compile) 2>conftest.er1
13851 grep -v '^ *+' conftest.er1
>conftest.err
13853 cat conftest.err
>&5
13854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13855 (exit $ac_status); } &&
13856 { ac_try
='test -z "$ac_c_werror_flag"
13857 || test ! -s conftest.err'
13858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13859 (eval $ac_try) 2>&5
13861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13862 (exit $ac_status); }; } &&
13863 { ac_try
='test -s conftest.$ac_objext'
13864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13865 (eval $ac_try) 2>&5
13867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13868 (exit $ac_status); }; }; then
13871 echo "$as_me: failed program was:" >&5
13872 sed 's/^/| /' conftest.
$ac_ext >&5
13874 ac_lo
=`expr '(' $ac_mid ')' + 1`
13876 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13879 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
13880 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
13881 See \`config.log' for more details." >&5
13882 echo "$as_me: error: cannot compute sizeof (void *), 77
13883 See \`config.log' for more details." >&2;}
13884 { (exit 1); exit 1; }; } ;;
13887 if test "$cross_compiling" = yes; then
13888 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13889 See \`config.log' for more details." >&5
13890 echo "$as_me: error: cannot run test program while cross compiling
13891 See \`config.log' for more details." >&2;}
13892 { (exit 1); exit 1; }; }
13894 cat >conftest.
$ac_ext <<_ACEOF
13897 cat confdefs.h
>>conftest.
$ac_ext
13898 cat >>conftest.
$ac_ext <<_ACEOF
13899 /* end confdefs.h. */
13900 $ac_includes_default
13901 long longval () { return (long) (sizeof (void *)); }
13902 unsigned long ulongval () { return (long) (sizeof (void *)); }
13904 #include <stdlib.h>
13909 FILE *f = fopen ("conftest.val", "w");
13912 if (((long) (sizeof (void *))) < 0)
13914 long i = longval ();
13915 if (i != ((long) (sizeof (void *))))
13917 fprintf (f, "%ld\n", i);
13921 unsigned long i = ulongval ();
13922 if (i != ((long) (sizeof (void *))))
13924 fprintf (f, "%lu\n", i);
13926 exit (ferror (f) || fclose (f) != 0);
13932 rm -f conftest
$ac_exeext
13933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13934 (eval $ac_link) 2>&5
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13939 (eval $ac_try) 2>&5
13941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13942 (exit $ac_status); }; }; then
13943 ac_cv_sizeof_void_p
=`cat conftest.val`
13945 echo "$as_me: program exited with status $ac_status" >&5
13946 echo "$as_me: failed program was:" >&5
13947 sed 's/^/| /' conftest.
$ac_ext >&5
13949 ( exit $ac_status )
13950 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
13951 See \`config.log' for more details." >&5
13952 echo "$as_me: error: cannot compute sizeof (void *), 77
13953 See \`config.log' for more details." >&2;}
13954 { (exit 1); exit 1; }; }
13956 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13961 ac_cv_sizeof_void_p
=0
13964 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
13965 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
13966 cat >>confdefs.h
<<_ACEOF
13967 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13973 # Lacking an uint64_t? Test size of long
13974 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13975 stddef.h
:*:* |
*:no
:no
) echo "$as_me:$LINENO: checking for long" >&5
13976 echo $ECHO_N "checking for long... $ECHO_C" >&6
13977 if test "${ac_cv_type_long+set}" = set; then
13978 echo $ECHO_N "(cached) $ECHO_C" >&6
13980 cat >conftest.
$ac_ext <<_ACEOF
13983 cat confdefs.h
>>conftest.
$ac_ext
13984 cat >>conftest.
$ac_ext <<_ACEOF
13985 /* end confdefs.h. */
13986 $ac_includes_default
13998 rm -f conftest.
$ac_objext
13999 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14000 (eval $ac_compile) 2>conftest.er1
14002 grep -v '^ *+' conftest.er1
>conftest.err
14004 cat conftest.err
>&5
14005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14006 (exit $ac_status); } &&
14007 { ac_try
='test -z "$ac_c_werror_flag"
14008 || test ! -s conftest.err'
14009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14010 (eval $ac_try) 2>&5
14012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14013 (exit $ac_status); }; } &&
14014 { ac_try
='test -s conftest.$ac_objext'
14015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14016 (eval $ac_try) 2>&5
14018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14019 (exit $ac_status); }; }; then
14020 ac_cv_type_long
=yes
14022 echo "$as_me: failed program was:" >&5
14023 sed 's/^/| /' conftest.
$ac_ext >&5
14027 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14029 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
14030 echo "${ECHO_T}$ac_cv_type_long" >&6
14032 echo "$as_me:$LINENO: checking size of long" >&5
14033 echo $ECHO_N "checking size of long... $ECHO_C" >&6
14034 if test "${ac_cv_sizeof_long+set}" = set; then
14035 echo $ECHO_N "(cached) $ECHO_C" >&6
14037 if test "$ac_cv_type_long" = yes; then
14038 # The cast to unsigned long works around a bug in the HP C Compiler
14039 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14040 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14041 # This bug is HP SR number 8606223364.
14042 if test "$cross_compiling" = yes; then
14043 # Depending upon the size, compute the lo and hi bounds.
14044 cat >conftest.
$ac_ext <<_ACEOF
14047 cat confdefs.h
>>conftest.
$ac_ext
14048 cat >>conftest.
$ac_ext <<_ACEOF
14049 /* end confdefs.h. */
14050 $ac_includes_default
14054 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
14061 rm -f conftest.
$ac_objext
14062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14063 (eval $ac_compile) 2>conftest.er1
14065 grep -v '^ *+' conftest.er1
>conftest.err
14067 cat conftest.err
>&5
14068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14069 (exit $ac_status); } &&
14070 { ac_try
='test -z "$ac_c_werror_flag"
14071 || test ! -s conftest.err'
14072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14073 (eval $ac_try) 2>&5
14075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14076 (exit $ac_status); }; } &&
14077 { ac_try
='test -s conftest.$ac_objext'
14078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14079 (eval $ac_try) 2>&5
14081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); }; }; then
14085 cat >conftest.
$ac_ext <<_ACEOF
14088 cat confdefs.h
>>conftest.
$ac_ext
14089 cat >>conftest.
$ac_ext <<_ACEOF
14090 /* end confdefs.h. */
14091 $ac_includes_default
14095 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
14102 rm -f conftest.
$ac_objext
14103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14104 (eval $ac_compile) 2>conftest.er1
14106 grep -v '^ *+' conftest.er1
>conftest.err
14108 cat conftest.err
>&5
14109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } &&
14111 { ac_try
='test -z "$ac_c_werror_flag"
14112 || test ! -s conftest.err'
14113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14114 (eval $ac_try) 2>&5
14116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14117 (exit $ac_status); }; } &&
14118 { ac_try
='test -s conftest.$ac_objext'
14119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14120 (eval $ac_try) 2>&5
14122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14123 (exit $ac_status); }; }; then
14124 ac_hi
=$ac_mid; break
14126 echo "$as_me: failed program was:" >&5
14127 sed 's/^/| /' conftest.
$ac_ext >&5
14129 ac_lo
=`expr $ac_mid + 1`
14130 if test $ac_lo -le $ac_mid; then
14134 ac_mid
=`expr 2 '*' $ac_mid + 1`
14136 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14139 echo "$as_me: failed program was:" >&5
14140 sed 's/^/| /' conftest.
$ac_ext >&5
14142 cat >conftest.
$ac_ext <<_ACEOF
14145 cat confdefs.h
>>conftest.
$ac_ext
14146 cat >>conftest.
$ac_ext <<_ACEOF
14147 /* end confdefs.h. */
14148 $ac_includes_default
14152 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
14159 rm -f conftest.
$ac_objext
14160 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14161 (eval $ac_compile) 2>conftest.er1
14163 grep -v '^ *+' conftest.er1
>conftest.err
14165 cat conftest.err
>&5
14166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14167 (exit $ac_status); } &&
14168 { ac_try
='test -z "$ac_c_werror_flag"
14169 || test ! -s conftest.err'
14170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14171 (eval $ac_try) 2>&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); }; } &&
14175 { ac_try
='test -s conftest.$ac_objext'
14176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14177 (eval $ac_try) 2>&5
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); }; }; then
14183 cat >conftest.
$ac_ext <<_ACEOF
14186 cat confdefs.h
>>conftest.
$ac_ext
14187 cat >>conftest.
$ac_ext <<_ACEOF
14188 /* end confdefs.h. */
14189 $ac_includes_default
14193 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
14200 rm -f conftest.
$ac_objext
14201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14202 (eval $ac_compile) 2>conftest.er1
14204 grep -v '^ *+' conftest.er1
>conftest.err
14206 cat conftest.err
>&5
14207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14208 (exit $ac_status); } &&
14209 { ac_try
='test -z "$ac_c_werror_flag"
14210 || test ! -s conftest.err'
14211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14212 (eval $ac_try) 2>&5
14214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14215 (exit $ac_status); }; } &&
14216 { ac_try
='test -s conftest.$ac_objext'
14217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14218 (eval $ac_try) 2>&5
14220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14221 (exit $ac_status); }; }; then
14222 ac_lo
=$ac_mid; break
14224 echo "$as_me: failed program was:" >&5
14225 sed 's/^/| /' conftest.
$ac_ext >&5
14227 ac_hi
=`expr '(' $ac_mid ')' - 1`
14228 if test $ac_mid -le $ac_hi; then
14232 ac_mid
=`expr 2 '*' $ac_mid`
14234 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14237 echo "$as_me: failed program was:" >&5
14238 sed 's/^/| /' conftest.
$ac_ext >&5
14242 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14244 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14245 # Binary search between lo and hi bounds.
14246 while test "x$ac_lo" != "x$ac_hi"; do
14247 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14248 cat >conftest.
$ac_ext <<_ACEOF
14251 cat confdefs.h
>>conftest.
$ac_ext
14252 cat >>conftest.
$ac_ext <<_ACEOF
14253 /* end confdefs.h. */
14254 $ac_includes_default
14258 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
14265 rm -f conftest.
$ac_objext
14266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14267 (eval $ac_compile) 2>conftest.er1
14269 grep -v '^ *+' conftest.er1
>conftest.err
14271 cat conftest.err
>&5
14272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273 (exit $ac_status); } &&
14274 { ac_try
='test -z "$ac_c_werror_flag"
14275 || test ! -s conftest.err'
14276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14277 (eval $ac_try) 2>&5
14279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14280 (exit $ac_status); }; } &&
14281 { ac_try
='test -s conftest.$ac_objext'
14282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14283 (eval $ac_try) 2>&5
14285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14286 (exit $ac_status); }; }; then
14289 echo "$as_me: failed program was:" >&5
14290 sed 's/^/| /' conftest.
$ac_ext >&5
14292 ac_lo
=`expr '(' $ac_mid ')' + 1`
14294 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14297 ?
*) ac_cv_sizeof_long
=$ac_lo;;
14298 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
14299 See \`config.log' for more details." >&5
14300 echo "$as_me: error: cannot compute sizeof (long), 77
14301 See \`config.log' for more details." >&2;}
14302 { (exit 1); exit 1; }; } ;;
14305 if test "$cross_compiling" = yes; then
14306 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14307 See \`config.log' for more details." >&5
14308 echo "$as_me: error: cannot run test program while cross compiling
14309 See \`config.log' for more details." >&2;}
14310 { (exit 1); exit 1; }; }
14312 cat >conftest.
$ac_ext <<_ACEOF
14315 cat confdefs.h
>>conftest.
$ac_ext
14316 cat >>conftest.
$ac_ext <<_ACEOF
14317 /* end confdefs.h. */
14318 $ac_includes_default
14319 long longval () { return (long) (sizeof (long)); }
14320 unsigned long ulongval () { return (long) (sizeof (long)); }
14322 #include <stdlib.h>
14327 FILE *f = fopen ("conftest.val", "w");
14330 if (((long) (sizeof (long))) < 0)
14332 long i = longval ();
14333 if (i != ((long) (sizeof (long))))
14335 fprintf (f, "%ld\n", i);
14339 unsigned long i = ulongval ();
14340 if (i != ((long) (sizeof (long))))
14342 fprintf (f, "%lu\n", i);
14344 exit (ferror (f) || fclose (f) != 0);
14350 rm -f conftest
$ac_exeext
14351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14352 (eval $ac_link) 2>&5
14354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14355 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14357 (eval $ac_try) 2>&5
14359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14360 (exit $ac_status); }; }; then
14361 ac_cv_sizeof_long
=`cat conftest.val`
14363 echo "$as_me: program exited with status $ac_status" >&5
14364 echo "$as_me: failed program was:" >&5
14365 sed 's/^/| /' conftest.
$ac_ext >&5
14367 ( exit $ac_status )
14368 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
14369 See \`config.log' for more details." >&5
14370 echo "$as_me: error: cannot compute sizeof (long), 77
14371 See \`config.log' for more details." >&2;}
14372 { (exit 1); exit 1; }; }
14374 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14379 ac_cv_sizeof_long
=0
14382 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
14383 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
14384 cat >>confdefs.h
<<_ACEOF
14385 #define SIZEOF_LONG $ac_cv_sizeof_long
14391 if test $acx_cv_header_stdint = stddef.h
; then
14392 # Lacking a good header? Test size of everything and deduce all types.
14393 echo "$as_me:$LINENO: checking for int" >&5
14394 echo $ECHO_N "checking for int... $ECHO_C" >&6
14395 if test "${ac_cv_type_int+set}" = set; then
14396 echo $ECHO_N "(cached) $ECHO_C" >&6
14398 cat >conftest.
$ac_ext <<_ACEOF
14401 cat confdefs.h
>>conftest.
$ac_ext
14402 cat >>conftest.
$ac_ext <<_ACEOF
14403 /* end confdefs.h. */
14404 $ac_includes_default
14416 rm -f conftest.
$ac_objext
14417 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14418 (eval $ac_compile) 2>conftest.er1
14420 grep -v '^ *+' conftest.er1
>conftest.err
14422 cat conftest.err
>&5
14423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14424 (exit $ac_status); } &&
14425 { ac_try
='test -z "$ac_c_werror_flag"
14426 || test ! -s conftest.err'
14427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14428 (eval $ac_try) 2>&5
14430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14431 (exit $ac_status); }; } &&
14432 { ac_try
='test -s conftest.$ac_objext'
14433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14434 (eval $ac_try) 2>&5
14436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14437 (exit $ac_status); }; }; then
14440 echo "$as_me: failed program was:" >&5
14441 sed 's/^/| /' conftest.
$ac_ext >&5
14445 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14447 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14448 echo "${ECHO_T}$ac_cv_type_int" >&6
14450 echo "$as_me:$LINENO: checking size of int" >&5
14451 echo $ECHO_N "checking size of int... $ECHO_C" >&6
14452 if test "${ac_cv_sizeof_int+set}" = set; then
14453 echo $ECHO_N "(cached) $ECHO_C" >&6
14455 if test "$ac_cv_type_int" = yes; then
14456 # The cast to unsigned long works around a bug in the HP C Compiler
14457 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14458 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14459 # This bug is HP SR number 8606223364.
14460 if test "$cross_compiling" = yes; then
14461 # Depending upon the size, compute the lo and hi bounds.
14462 cat >conftest.
$ac_ext <<_ACEOF
14465 cat confdefs.h
>>conftest.
$ac_ext
14466 cat >>conftest.
$ac_ext <<_ACEOF
14467 /* end confdefs.h. */
14468 $ac_includes_default
14472 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14479 rm -f conftest.
$ac_objext
14480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14481 (eval $ac_compile) 2>conftest.er1
14483 grep -v '^ *+' conftest.er1
>conftest.err
14485 cat conftest.err
>&5
14486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14487 (exit $ac_status); } &&
14488 { ac_try
='test -z "$ac_c_werror_flag"
14489 || test ! -s conftest.err'
14490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14491 (eval $ac_try) 2>&5
14493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14494 (exit $ac_status); }; } &&
14495 { ac_try
='test -s conftest.$ac_objext'
14496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14497 (eval $ac_try) 2>&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); }; }; then
14503 cat >conftest.
$ac_ext <<_ACEOF
14506 cat confdefs.h
>>conftest.
$ac_ext
14507 cat >>conftest.
$ac_ext <<_ACEOF
14508 /* end confdefs.h. */
14509 $ac_includes_default
14513 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14520 rm -f conftest.
$ac_objext
14521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14522 (eval $ac_compile) 2>conftest.er1
14524 grep -v '^ *+' conftest.er1
>conftest.err
14526 cat conftest.err
>&5
14527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14528 (exit $ac_status); } &&
14529 { ac_try
='test -z "$ac_c_werror_flag"
14530 || test ! -s conftest.err'
14531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14532 (eval $ac_try) 2>&5
14534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14535 (exit $ac_status); }; } &&
14536 { ac_try
='test -s conftest.$ac_objext'
14537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14538 (eval $ac_try) 2>&5
14540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14541 (exit $ac_status); }; }; then
14542 ac_hi
=$ac_mid; break
14544 echo "$as_me: failed program was:" >&5
14545 sed 's/^/| /' conftest.
$ac_ext >&5
14547 ac_lo
=`expr $ac_mid + 1`
14548 if test $ac_lo -le $ac_mid; then
14552 ac_mid
=`expr 2 '*' $ac_mid + 1`
14554 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14557 echo "$as_me: failed program was:" >&5
14558 sed 's/^/| /' conftest.
$ac_ext >&5
14560 cat >conftest.
$ac_ext <<_ACEOF
14563 cat confdefs.h
>>conftest.
$ac_ext
14564 cat >>conftest.
$ac_ext <<_ACEOF
14565 /* end confdefs.h. */
14566 $ac_includes_default
14570 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14577 rm -f conftest.
$ac_objext
14578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14579 (eval $ac_compile) 2>conftest.er1
14581 grep -v '^ *+' conftest.er1
>conftest.err
14583 cat conftest.err
>&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); } &&
14586 { ac_try
='test -z "$ac_c_werror_flag"
14587 || test ! -s conftest.err'
14588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14589 (eval $ac_try) 2>&5
14591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14592 (exit $ac_status); }; } &&
14593 { ac_try
='test -s conftest.$ac_objext'
14594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14595 (eval $ac_try) 2>&5
14597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14598 (exit $ac_status); }; }; then
14601 cat >conftest.
$ac_ext <<_ACEOF
14604 cat confdefs.h
>>conftest.
$ac_ext
14605 cat >>conftest.
$ac_ext <<_ACEOF
14606 /* end confdefs.h. */
14607 $ac_includes_default
14611 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
14618 rm -f conftest.
$ac_objext
14619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14620 (eval $ac_compile) 2>conftest.er1
14622 grep -v '^ *+' conftest.er1
>conftest.err
14624 cat conftest.err
>&5
14625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14626 (exit $ac_status); } &&
14627 { ac_try
='test -z "$ac_c_werror_flag"
14628 || test ! -s conftest.err'
14629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14630 (eval $ac_try) 2>&5
14632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633 (exit $ac_status); }; } &&
14634 { ac_try
='test -s conftest.$ac_objext'
14635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14636 (eval $ac_try) 2>&5
14638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14639 (exit $ac_status); }; }; then
14640 ac_lo
=$ac_mid; break
14642 echo "$as_me: failed program was:" >&5
14643 sed 's/^/| /' conftest.
$ac_ext >&5
14645 ac_hi
=`expr '(' $ac_mid ')' - 1`
14646 if test $ac_mid -le $ac_hi; then
14650 ac_mid
=`expr 2 '*' $ac_mid`
14652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14655 echo "$as_me: failed program was:" >&5
14656 sed 's/^/| /' conftest.
$ac_ext >&5
14660 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14662 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14663 # Binary search between lo and hi bounds.
14664 while test "x$ac_lo" != "x$ac_hi"; do
14665 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14666 cat >conftest.
$ac_ext <<_ACEOF
14669 cat confdefs.h
>>conftest.
$ac_ext
14670 cat >>conftest.
$ac_ext <<_ACEOF
14671 /* end confdefs.h. */
14672 $ac_includes_default
14676 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14683 rm -f conftest.
$ac_objext
14684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14685 (eval $ac_compile) 2>conftest.er1
14687 grep -v '^ *+' conftest.er1
>conftest.err
14689 cat conftest.err
>&5
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); } &&
14692 { ac_try
='test -z "$ac_c_werror_flag"
14693 || test ! -s conftest.err'
14694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14695 (eval $ac_try) 2>&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); }; } &&
14699 { ac_try
='test -s conftest.$ac_objext'
14700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14701 (eval $ac_try) 2>&5
14703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14704 (exit $ac_status); }; }; then
14707 echo "$as_me: failed program was:" >&5
14708 sed 's/^/| /' conftest.
$ac_ext >&5
14710 ac_lo
=`expr '(' $ac_mid ')' + 1`
14712 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14715 ?
*) ac_cv_sizeof_int
=$ac_lo;;
14716 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
14717 See \`config.log' for more details." >&5
14718 echo "$as_me: error: cannot compute sizeof (int), 77
14719 See \`config.log' for more details." >&2;}
14720 { (exit 1); exit 1; }; } ;;
14723 if test "$cross_compiling" = yes; then
14724 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14725 See \`config.log' for more details." >&5
14726 echo "$as_me: error: cannot run test program while cross compiling
14727 See \`config.log' for more details." >&2;}
14728 { (exit 1); exit 1; }; }
14730 cat >conftest.
$ac_ext <<_ACEOF
14733 cat confdefs.h
>>conftest.
$ac_ext
14734 cat >>conftest.
$ac_ext <<_ACEOF
14735 /* end confdefs.h. */
14736 $ac_includes_default
14737 long longval () { return (long) (sizeof (int)); }
14738 unsigned long ulongval () { return (long) (sizeof (int)); }
14740 #include <stdlib.h>
14745 FILE *f = fopen ("conftest.val", "w");
14748 if (((long) (sizeof (int))) < 0)
14750 long i = longval ();
14751 if (i != ((long) (sizeof (int))))
14753 fprintf (f, "%ld\n", i);
14757 unsigned long i = ulongval ();
14758 if (i != ((long) (sizeof (int))))
14760 fprintf (f, "%lu\n", i);
14762 exit (ferror (f) || fclose (f) != 0);
14768 rm -f conftest
$ac_exeext
14769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14770 (eval $ac_link) 2>&5
14772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14775 (eval $ac_try) 2>&5
14777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14778 (exit $ac_status); }; }; then
14779 ac_cv_sizeof_int
=`cat conftest.val`
14781 echo "$as_me: program exited with status $ac_status" >&5
14782 echo "$as_me: failed program was:" >&5
14783 sed 's/^/| /' conftest.
$ac_ext >&5
14785 ( exit $ac_status )
14786 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
14787 See \`config.log' for more details." >&5
14788 echo "$as_me: error: cannot compute sizeof (int), 77
14789 See \`config.log' for more details." >&2;}
14790 { (exit 1); exit 1; }; }
14792 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14800 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
14801 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
14802 cat >>confdefs.h
<<_ACEOF
14803 #define SIZEOF_INT $ac_cv_sizeof_int
14807 echo "$as_me:$LINENO: checking for short" >&5
14808 echo $ECHO_N "checking for short... $ECHO_C" >&6
14809 if test "${ac_cv_type_short+set}" = set; then
14810 echo $ECHO_N "(cached) $ECHO_C" >&6
14812 cat >conftest.
$ac_ext <<_ACEOF
14815 cat confdefs.h
>>conftest.
$ac_ext
14816 cat >>conftest.
$ac_ext <<_ACEOF
14817 /* end confdefs.h. */
14818 $ac_includes_default
14824 if (sizeof (short))
14830 rm -f conftest.
$ac_objext
14831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14832 (eval $ac_compile) 2>conftest.er1
14834 grep -v '^ *+' conftest.er1
>conftest.err
14836 cat conftest.err
>&5
14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14838 (exit $ac_status); } &&
14839 { ac_try
='test -z "$ac_c_werror_flag"
14840 || test ! -s conftest.err'
14841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14842 (eval $ac_try) 2>&5
14844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14845 (exit $ac_status); }; } &&
14846 { ac_try
='test -s conftest.$ac_objext'
14847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14848 (eval $ac_try) 2>&5
14850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14851 (exit $ac_status); }; }; then
14852 ac_cv_type_short
=yes
14854 echo "$as_me: failed program was:" >&5
14855 sed 's/^/| /' conftest.
$ac_ext >&5
14857 ac_cv_type_short
=no
14859 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14861 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14862 echo "${ECHO_T}$ac_cv_type_short" >&6
14864 echo "$as_me:$LINENO: checking size of short" >&5
14865 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14866 if test "${ac_cv_sizeof_short+set}" = set; then
14867 echo $ECHO_N "(cached) $ECHO_C" >&6
14869 if test "$ac_cv_type_short" = yes; then
14870 # The cast to unsigned long works around a bug in the HP C Compiler
14871 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14872 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14873 # This bug is HP SR number 8606223364.
14874 if test "$cross_compiling" = yes; then
14875 # Depending upon the size, compute the lo and hi bounds.
14876 cat >conftest.
$ac_ext <<_ACEOF
14879 cat confdefs.h
>>conftest.
$ac_ext
14880 cat >>conftest.
$ac_ext <<_ACEOF
14881 /* end confdefs.h. */
14882 $ac_includes_default
14886 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14893 rm -f conftest.
$ac_objext
14894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14895 (eval $ac_compile) 2>conftest.er1
14897 grep -v '^ *+' conftest.er1
>conftest.err
14899 cat conftest.err
>&5
14900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14901 (exit $ac_status); } &&
14902 { ac_try
='test -z "$ac_c_werror_flag"
14903 || test ! -s conftest.err'
14904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14905 (eval $ac_try) 2>&5
14907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14908 (exit $ac_status); }; } &&
14909 { ac_try
='test -s conftest.$ac_objext'
14910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14911 (eval $ac_try) 2>&5
14913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14914 (exit $ac_status); }; }; then
14917 cat >conftest.
$ac_ext <<_ACEOF
14920 cat confdefs.h
>>conftest.
$ac_ext
14921 cat >>conftest.
$ac_ext <<_ACEOF
14922 /* end confdefs.h. */
14923 $ac_includes_default
14927 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14934 rm -f conftest.
$ac_objext
14935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14936 (eval $ac_compile) 2>conftest.er1
14938 grep -v '^ *+' conftest.er1
>conftest.err
14940 cat conftest.err
>&5
14941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14942 (exit $ac_status); } &&
14943 { ac_try
='test -z "$ac_c_werror_flag"
14944 || test ! -s conftest.err'
14945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14946 (eval $ac_try) 2>&5
14948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949 (exit $ac_status); }; } &&
14950 { ac_try
='test -s conftest.$ac_objext'
14951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14952 (eval $ac_try) 2>&5
14954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14955 (exit $ac_status); }; }; then
14956 ac_hi
=$ac_mid; break
14958 echo "$as_me: failed program was:" >&5
14959 sed 's/^/| /' conftest.
$ac_ext >&5
14961 ac_lo
=`expr $ac_mid + 1`
14962 if test $ac_lo -le $ac_mid; then
14966 ac_mid
=`expr 2 '*' $ac_mid + 1`
14968 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14971 echo "$as_me: failed program was:" >&5
14972 sed 's/^/| /' conftest.
$ac_ext >&5
14974 cat >conftest.
$ac_ext <<_ACEOF
14977 cat confdefs.h
>>conftest.
$ac_ext
14978 cat >>conftest.
$ac_ext <<_ACEOF
14979 /* end confdefs.h. */
14980 $ac_includes_default
14984 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14991 rm -f conftest.
$ac_objext
14992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14993 (eval $ac_compile) 2>conftest.er1
14995 grep -v '^ *+' conftest.er1
>conftest.err
14997 cat conftest.err
>&5
14998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14999 (exit $ac_status); } &&
15000 { ac_try
='test -z "$ac_c_werror_flag"
15001 || test ! -s conftest.err'
15002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15003 (eval $ac_try) 2>&5
15005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15006 (exit $ac_status); }; } &&
15007 { ac_try
='test -s conftest.$ac_objext'
15008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15009 (eval $ac_try) 2>&5
15011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15012 (exit $ac_status); }; }; then
15015 cat >conftest.
$ac_ext <<_ACEOF
15018 cat confdefs.h
>>conftest.
$ac_ext
15019 cat >>conftest.
$ac_ext <<_ACEOF
15020 /* end confdefs.h. */
15021 $ac_includes_default
15025 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
15032 rm -f conftest.
$ac_objext
15033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15034 (eval $ac_compile) 2>conftest.er1
15036 grep -v '^ *+' conftest.er1
>conftest.err
15038 cat conftest.err
>&5
15039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15040 (exit $ac_status); } &&
15041 { ac_try
='test -z "$ac_c_werror_flag"
15042 || test ! -s conftest.err'
15043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15044 (eval $ac_try) 2>&5
15046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15047 (exit $ac_status); }; } &&
15048 { ac_try
='test -s conftest.$ac_objext'
15049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15050 (eval $ac_try) 2>&5
15052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15053 (exit $ac_status); }; }; then
15054 ac_lo
=$ac_mid; break
15056 echo "$as_me: failed program was:" >&5
15057 sed 's/^/| /' conftest.
$ac_ext >&5
15059 ac_hi
=`expr '(' $ac_mid ')' - 1`
15060 if test $ac_mid -le $ac_hi; then
15064 ac_mid
=`expr 2 '*' $ac_mid`
15066 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15069 echo "$as_me: failed program was:" >&5
15070 sed 's/^/| /' conftest.
$ac_ext >&5
15074 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15076 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15077 # Binary search between lo and hi bounds.
15078 while test "x$ac_lo" != "x$ac_hi"; do
15079 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15080 cat >conftest.
$ac_ext <<_ACEOF
15083 cat confdefs.h
>>conftest.
$ac_ext
15084 cat >>conftest.
$ac_ext <<_ACEOF
15085 /* end confdefs.h. */
15086 $ac_includes_default
15090 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
15097 rm -f conftest.
$ac_objext
15098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15099 (eval $ac_compile) 2>conftest.er1
15101 grep -v '^ *+' conftest.er1
>conftest.err
15103 cat conftest.err
>&5
15104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15105 (exit $ac_status); } &&
15106 { ac_try
='test -z "$ac_c_werror_flag"
15107 || test ! -s conftest.err'
15108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15109 (eval $ac_try) 2>&5
15111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15112 (exit $ac_status); }; } &&
15113 { ac_try
='test -s conftest.$ac_objext'
15114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15115 (eval $ac_try) 2>&5
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); }; }; then
15121 echo "$as_me: failed program was:" >&5
15122 sed 's/^/| /' conftest.
$ac_ext >&5
15124 ac_lo
=`expr '(' $ac_mid ')' + 1`
15126 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15129 ?
*) ac_cv_sizeof_short
=$ac_lo;;
15130 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15131 See \`config.log' for more details." >&5
15132 echo "$as_me: error: cannot compute sizeof (short), 77
15133 See \`config.log' for more details." >&2;}
15134 { (exit 1); exit 1; }; } ;;
15137 if test "$cross_compiling" = yes; then
15138 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15139 See \`config.log' for more details." >&5
15140 echo "$as_me: error: cannot run test program while cross compiling
15141 See \`config.log' for more details." >&2;}
15142 { (exit 1); exit 1; }; }
15144 cat >conftest.
$ac_ext <<_ACEOF
15147 cat confdefs.h
>>conftest.
$ac_ext
15148 cat >>conftest.
$ac_ext <<_ACEOF
15149 /* end confdefs.h. */
15150 $ac_includes_default
15151 long longval () { return (long) (sizeof (short)); }
15152 unsigned long ulongval () { return (long) (sizeof (short)); }
15154 #include <stdlib.h>
15159 FILE *f = fopen ("conftest.val", "w");
15162 if (((long) (sizeof (short))) < 0)
15164 long i = longval ();
15165 if (i != ((long) (sizeof (short))))
15167 fprintf (f, "%ld\n", i);
15171 unsigned long i = ulongval ();
15172 if (i != ((long) (sizeof (short))))
15174 fprintf (f, "%lu\n", i);
15176 exit (ferror (f) || fclose (f) != 0);
15182 rm -f conftest
$ac_exeext
15183 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15184 (eval $ac_link) 2>&5
15186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15187 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15189 (eval $ac_try) 2>&5
15191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); }; }; then
15193 ac_cv_sizeof_short
=`cat conftest.val`
15195 echo "$as_me: program exited with status $ac_status" >&5
15196 echo "$as_me: failed program was:" >&5
15197 sed 's/^/| /' conftest.
$ac_ext >&5
15199 ( exit $ac_status )
15200 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15201 See \`config.log' for more details." >&5
15202 echo "$as_me: error: cannot compute sizeof (short), 77
15203 See \`config.log' for more details." >&2;}
15204 { (exit 1); exit 1; }; }
15206 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15211 ac_cv_sizeof_short
=0
15214 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
15215 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
15216 cat >>confdefs.h
<<_ACEOF
15217 #define SIZEOF_SHORT $ac_cv_sizeof_short
15221 echo "$as_me:$LINENO: checking for char" >&5
15222 echo $ECHO_N "checking for char... $ECHO_C" >&6
15223 if test "${ac_cv_type_char+set}" = set; then
15224 echo $ECHO_N "(cached) $ECHO_C" >&6
15226 cat >conftest.
$ac_ext <<_ACEOF
15229 cat confdefs.h
>>conftest.
$ac_ext
15230 cat >>conftest.
$ac_ext <<_ACEOF
15231 /* end confdefs.h. */
15232 $ac_includes_default
15244 rm -f conftest.
$ac_objext
15245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15246 (eval $ac_compile) 2>conftest.er1
15248 grep -v '^ *+' conftest.er1
>conftest.err
15250 cat conftest.err
>&5
15251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15252 (exit $ac_status); } &&
15253 { ac_try
='test -z "$ac_c_werror_flag"
15254 || test ! -s conftest.err'
15255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15256 (eval $ac_try) 2>&5
15258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15259 (exit $ac_status); }; } &&
15260 { ac_try
='test -s conftest.$ac_objext'
15261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15262 (eval $ac_try) 2>&5
15264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15265 (exit $ac_status); }; }; then
15266 ac_cv_type_char
=yes
15268 echo "$as_me: failed program was:" >&5
15269 sed 's/^/| /' conftest.
$ac_ext >&5
15273 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15275 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15276 echo "${ECHO_T}$ac_cv_type_char" >&6
15278 echo "$as_me:$LINENO: checking size of char" >&5
15279 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15280 if test "${ac_cv_sizeof_char+set}" = set; then
15281 echo $ECHO_N "(cached) $ECHO_C" >&6
15283 if test "$ac_cv_type_char" = yes; then
15284 # The cast to unsigned long works around a bug in the HP C Compiler
15285 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15286 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15287 # This bug is HP SR number 8606223364.
15288 if test "$cross_compiling" = yes; then
15289 # Depending upon the size, compute the lo and hi bounds.
15290 cat >conftest.
$ac_ext <<_ACEOF
15293 cat confdefs.h
>>conftest.
$ac_ext
15294 cat >>conftest.
$ac_ext <<_ACEOF
15295 /* end confdefs.h. */
15296 $ac_includes_default
15300 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15307 rm -f conftest.
$ac_objext
15308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15309 (eval $ac_compile) 2>conftest.er1
15311 grep -v '^ *+' conftest.er1
>conftest.err
15313 cat conftest.err
>&5
15314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15315 (exit $ac_status); } &&
15316 { ac_try
='test -z "$ac_c_werror_flag"
15317 || test ! -s conftest.err'
15318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15319 (eval $ac_try) 2>&5
15321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15322 (exit $ac_status); }; } &&
15323 { ac_try
='test -s conftest.$ac_objext'
15324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15325 (eval $ac_try) 2>&5
15327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15328 (exit $ac_status); }; }; then
15331 cat >conftest.
$ac_ext <<_ACEOF
15334 cat confdefs.h
>>conftest.
$ac_ext
15335 cat >>conftest.
$ac_ext <<_ACEOF
15336 /* end confdefs.h. */
15337 $ac_includes_default
15341 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15348 rm -f conftest.
$ac_objext
15349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15350 (eval $ac_compile) 2>conftest.er1
15352 grep -v '^ *+' conftest.er1
>conftest.err
15354 cat conftest.err
>&5
15355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15356 (exit $ac_status); } &&
15357 { ac_try
='test -z "$ac_c_werror_flag"
15358 || test ! -s conftest.err'
15359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15360 (eval $ac_try) 2>&5
15362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15363 (exit $ac_status); }; } &&
15364 { ac_try
='test -s conftest.$ac_objext'
15365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15366 (eval $ac_try) 2>&5
15368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15369 (exit $ac_status); }; }; then
15370 ac_hi
=$ac_mid; break
15372 echo "$as_me: failed program was:" >&5
15373 sed 's/^/| /' conftest.
$ac_ext >&5
15375 ac_lo
=`expr $ac_mid + 1`
15376 if test $ac_lo -le $ac_mid; then
15380 ac_mid
=`expr 2 '*' $ac_mid + 1`
15382 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15385 echo "$as_me: failed program was:" >&5
15386 sed 's/^/| /' conftest.
$ac_ext >&5
15388 cat >conftest.
$ac_ext <<_ACEOF
15391 cat confdefs.h
>>conftest.
$ac_ext
15392 cat >>conftest.
$ac_ext <<_ACEOF
15393 /* end confdefs.h. */
15394 $ac_includes_default
15398 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15405 rm -f conftest.
$ac_objext
15406 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15407 (eval $ac_compile) 2>conftest.er1
15409 grep -v '^ *+' conftest.er1
>conftest.err
15411 cat conftest.err
>&5
15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413 (exit $ac_status); } &&
15414 { ac_try
='test -z "$ac_c_werror_flag"
15415 || test ! -s conftest.err'
15416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15417 (eval $ac_try) 2>&5
15419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15420 (exit $ac_status); }; } &&
15421 { ac_try
='test -s conftest.$ac_objext'
15422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15423 (eval $ac_try) 2>&5
15425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15426 (exit $ac_status); }; }; then
15429 cat >conftest.
$ac_ext <<_ACEOF
15432 cat confdefs.h
>>conftest.
$ac_ext
15433 cat >>conftest.
$ac_ext <<_ACEOF
15434 /* end confdefs.h. */
15435 $ac_includes_default
15439 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15446 rm -f conftest.
$ac_objext
15447 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15448 (eval $ac_compile) 2>conftest.er1
15450 grep -v '^ *+' conftest.er1
>conftest.err
15452 cat conftest.err
>&5
15453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15454 (exit $ac_status); } &&
15455 { ac_try
='test -z "$ac_c_werror_flag"
15456 || test ! -s conftest.err'
15457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15458 (eval $ac_try) 2>&5
15460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15461 (exit $ac_status); }; } &&
15462 { ac_try
='test -s conftest.$ac_objext'
15463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15464 (eval $ac_try) 2>&5
15466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15467 (exit $ac_status); }; }; then
15468 ac_lo
=$ac_mid; break
15470 echo "$as_me: failed program was:" >&5
15471 sed 's/^/| /' conftest.
$ac_ext >&5
15473 ac_hi
=`expr '(' $ac_mid ')' - 1`
15474 if test $ac_mid -le $ac_hi; then
15478 ac_mid
=`expr 2 '*' $ac_mid`
15480 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15483 echo "$as_me: failed program was:" >&5
15484 sed 's/^/| /' conftest.
$ac_ext >&5
15488 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15490 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15491 # Binary search between lo and hi bounds.
15492 while test "x$ac_lo" != "x$ac_hi"; do
15493 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15494 cat >conftest.
$ac_ext <<_ACEOF
15497 cat confdefs.h
>>conftest.
$ac_ext
15498 cat >>conftest.
$ac_ext <<_ACEOF
15499 /* end confdefs.h. */
15500 $ac_includes_default
15504 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15511 rm -f conftest.
$ac_objext
15512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15513 (eval $ac_compile) 2>conftest.er1
15515 grep -v '^ *+' conftest.er1
>conftest.err
15517 cat conftest.err
>&5
15518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15519 (exit $ac_status); } &&
15520 { ac_try
='test -z "$ac_c_werror_flag"
15521 || test ! -s conftest.err'
15522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15523 (eval $ac_try) 2>&5
15525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15526 (exit $ac_status); }; } &&
15527 { ac_try
='test -s conftest.$ac_objext'
15528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15529 (eval $ac_try) 2>&5
15531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15532 (exit $ac_status); }; }; then
15535 echo "$as_me: failed program was:" >&5
15536 sed 's/^/| /' conftest.
$ac_ext >&5
15538 ac_lo
=`expr '(' $ac_mid ')' + 1`
15540 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15543 ?
*) ac_cv_sizeof_char
=$ac_lo;;
15544 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15545 See \`config.log' for more details." >&5
15546 echo "$as_me: error: cannot compute sizeof (char), 77
15547 See \`config.log' for more details." >&2;}
15548 { (exit 1); exit 1; }; } ;;
15551 if test "$cross_compiling" = yes; then
15552 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15553 See \`config.log' for more details." >&5
15554 echo "$as_me: error: cannot run test program while cross compiling
15555 See \`config.log' for more details." >&2;}
15556 { (exit 1); exit 1; }; }
15558 cat >conftest.
$ac_ext <<_ACEOF
15561 cat confdefs.h
>>conftest.
$ac_ext
15562 cat >>conftest.
$ac_ext <<_ACEOF
15563 /* end confdefs.h. */
15564 $ac_includes_default
15565 long longval () { return (long) (sizeof (char)); }
15566 unsigned long ulongval () { return (long) (sizeof (char)); }
15568 #include <stdlib.h>
15573 FILE *f = fopen ("conftest.val", "w");
15576 if (((long) (sizeof (char))) < 0)
15578 long i = longval ();
15579 if (i != ((long) (sizeof (char))))
15581 fprintf (f, "%ld\n", i);
15585 unsigned long i = ulongval ();
15586 if (i != ((long) (sizeof (char))))
15588 fprintf (f, "%lu\n", i);
15590 exit (ferror (f) || fclose (f) != 0);
15596 rm -f conftest
$ac_exeext
15597 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15598 (eval $ac_link) 2>&5
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15603 (eval $ac_try) 2>&5
15605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15606 (exit $ac_status); }; }; then
15607 ac_cv_sizeof_char
=`cat conftest.val`
15609 echo "$as_me: program exited with status $ac_status" >&5
15610 echo "$as_me: failed program was:" >&5
15611 sed 's/^/| /' conftest.
$ac_ext >&5
15613 ( exit $ac_status )
15614 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15615 See \`config.log' for more details." >&5
15616 echo "$as_me: error: cannot compute sizeof (char), 77
15617 See \`config.log' for more details." >&2;}
15618 { (exit 1); exit 1; }; }
15620 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15625 ac_cv_sizeof_char
=0
15628 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
15629 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
15630 cat >>confdefs.h
<<_ACEOF
15631 #define SIZEOF_CHAR $ac_cv_sizeof_char
15636 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
15637 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
15638 case "$ac_cv_sizeof_char" in
15639 1) acx_cv_type_int8_t
=char
;;
15640 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
15641 echo "$as_me: error: no 8-bit type" >&2;}
15642 { (exit please report a bug
); exit please report a bug
; }; }
15644 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
15645 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
15647 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
15648 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
15649 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
15650 2:*) acx_cv_type_int16_t
=int
;;
15651 *:2) acx_cv_type_int16_t
=short
;;
15652 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
15653 echo "$as_me: error: no 16-bit type" >&2;}
15654 { (exit please report a bug
); exit please report a bug
; }; }
15656 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
15657 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
15659 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
15660 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
15661 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
15662 4:*) acx_cv_type_int32_t
=int
;;
15663 *:4) acx_cv_type_int32_t
=long
;;
15664 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
15665 echo "$as_me: error: no 32-bit type" >&2;}
15666 { (exit please report a bug
); exit please report a bug
; }; }
15668 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
15669 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
15672 # These tests are here to make the output prettier
15674 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
15675 case "$ac_cv_sizeof_long" in
15676 8) acx_cv_type_int64_t
=long
;;
15678 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
15679 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
15680 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
15681 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
15684 # Now we can use the above types
15686 if test "$ac_cv_type_uintptr_t" != yes; then
15687 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
15688 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
15689 case $ac_cv_sizeof_void_p in
15690 2) acx_cv_type_intptr_t
=int16_t
;;
15691 4) acx_cv_type_intptr_t
=int32_t
;;
15692 8) acx_cv_type_intptr_t
=int64_t
;;
15693 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
15694 echo "$as_me: error: no equivalent for intptr_t" >&2;}
15695 { (exit please report a bug
); exit please report a bug
; }; }
15697 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
15698 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
15701 # ----------------- done all checks, emit header -------------
15702 ac_config_commands
="$ac_config_commands bfd_stdint.h"
15706 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
15707 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
15708 if test "${ac_cv_header_time+set}" = set; then
15709 echo $ECHO_N "(cached) $ECHO_C" >&6
15711 cat >conftest.
$ac_ext <<_ACEOF
15714 cat confdefs.h
>>conftest.
$ac_ext
15715 cat >>conftest.
$ac_ext <<_ACEOF
15716 /* end confdefs.h. */
15717 #include <sys/types.h>
15718 #include <sys/time.h>
15724 if ((struct tm *) 0)
15730 rm -f conftest.
$ac_objext
15731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15732 (eval $ac_compile) 2>conftest.er1
15734 grep -v '^ *+' conftest.er1
>conftest.err
15736 cat conftest.err
>&5
15737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15738 (exit $ac_status); } &&
15739 { ac_try
='test -z "$ac_c_werror_flag"
15740 || test ! -s conftest.err'
15741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15742 (eval $ac_try) 2>&5
15744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15745 (exit $ac_status); }; } &&
15746 { ac_try
='test -s conftest.$ac_objext'
15747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15748 (eval $ac_try) 2>&5
15750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15751 (exit $ac_status); }; }; then
15752 ac_cv_header_time
=yes
15754 echo "$as_me: failed program was:" >&5
15755 sed 's/^/| /' conftest.
$ac_ext >&5
15757 ac_cv_header_time
=no
15759 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15761 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
15762 echo "${ECHO_T}$ac_cv_header_time" >&6
15763 if test $ac_cv_header_time = yes; then
15765 cat >>confdefs.h
<<\_ACEOF
15766 #define TIME_WITH_SYS_TIME 1
15776 ac_header_dirent
=no
15777 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
15778 as_ac_Header
=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
15779 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
15780 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
15781 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15782 echo $ECHO_N "(cached) $ECHO_C" >&6
15784 cat >conftest.
$ac_ext <<_ACEOF
15787 cat confdefs.h
>>conftest.
$ac_ext
15788 cat >>conftest.
$ac_ext <<_ACEOF
15789 /* end confdefs.h. */
15790 #include <sys/types.h>
15802 rm -f conftest.
$ac_objext
15803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15804 (eval $ac_compile) 2>conftest.er1
15806 grep -v '^ *+' conftest.er1
>conftest.err
15808 cat conftest.err
>&5
15809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15810 (exit $ac_status); } &&
15811 { ac_try
='test -z "$ac_c_werror_flag"
15812 || test ! -s conftest.err'
15813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15814 (eval $ac_try) 2>&5
15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); }; } &&
15818 { ac_try
='test -s conftest.$ac_objext'
15819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15820 (eval $ac_try) 2>&5
15822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15823 (exit $ac_status); }; }; then
15824 eval "$as_ac_Header=yes"
15826 echo "$as_me: failed program was:" >&5
15827 sed 's/^/| /' conftest.
$ac_ext >&5
15829 eval "$as_ac_Header=no"
15831 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15833 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15834 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15835 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15836 cat >>confdefs.h
<<_ACEOF
15837 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
15840 ac_header_dirent
=$ac_hdr; break
15844 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
15845 if test $ac_header_dirent = dirent.h
; then
15846 echo "$as_me:$LINENO: checking for library containing opendir" >&5
15847 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
15848 if test "${ac_cv_search_opendir+set}" = set; then
15849 echo $ECHO_N "(cached) $ECHO_C" >&6
15851 ac_func_search_save_LIBS
=$LIBS
15852 ac_cv_search_opendir
=no
15853 cat >conftest.
$ac_ext <<_ACEOF
15856 cat confdefs.h
>>conftest.
$ac_ext
15857 cat >>conftest.
$ac_ext <<_ACEOF
15858 /* end confdefs.h. */
15860 /* Override any gcc2 internal prototype to avoid an error. */
15864 /* We use char because int might match the return type of a gcc2
15865 builtin and then its argument prototype would still apply. */
15875 rm -f conftest.
$ac_objext conftest
$ac_exeext
15876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15877 (eval $ac_link) 2>conftest.er1
15879 grep -v '^ *+' conftest.er1
>conftest.err
15881 cat conftest.err
>&5
15882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883 (exit $ac_status); } &&
15884 { ac_try
='test -z "$ac_c_werror_flag"
15885 || test ! -s conftest.err'
15886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15887 (eval $ac_try) 2>&5
15889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15890 (exit $ac_status); }; } &&
15891 { ac_try
='test -s conftest$ac_exeext'
15892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15893 (eval $ac_try) 2>&5
15895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15896 (exit $ac_status); }; }; then
15897 ac_cv_search_opendir
="none required"
15899 echo "$as_me: failed program was:" >&5
15900 sed 's/^/| /' conftest.
$ac_ext >&5
15903 rm -f conftest.err conftest.
$ac_objext \
15904 conftest
$ac_exeext conftest.
$ac_ext
15905 if test "$ac_cv_search_opendir" = no
; then
15906 for ac_lib
in dir
; do
15907 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15908 cat >conftest.
$ac_ext <<_ACEOF
15911 cat confdefs.h
>>conftest.
$ac_ext
15912 cat >>conftest.
$ac_ext <<_ACEOF
15913 /* end confdefs.h. */
15915 /* Override any gcc2 internal prototype to avoid an error. */
15919 /* We use char because int might match the return type of a gcc2
15920 builtin and then its argument prototype would still apply. */
15930 rm -f conftest.
$ac_objext conftest
$ac_exeext
15931 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15932 (eval $ac_link) 2>conftest.er1
15934 grep -v '^ *+' conftest.er1
>conftest.err
15936 cat conftest.err
>&5
15937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15938 (exit $ac_status); } &&
15939 { ac_try
='test -z "$ac_c_werror_flag"
15940 || test ! -s conftest.err'
15941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15942 (eval $ac_try) 2>&5
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); }; } &&
15946 { ac_try
='test -s conftest$ac_exeext'
15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15948 (eval $ac_try) 2>&5
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); }; }; then
15952 ac_cv_search_opendir
="-l$ac_lib"
15955 echo "$as_me: failed program was:" >&5
15956 sed 's/^/| /' conftest.
$ac_ext >&5
15959 rm -f conftest.err conftest.
$ac_objext \
15960 conftest
$ac_exeext conftest.
$ac_ext
15963 LIBS
=$ac_func_search_save_LIBS
15965 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
15966 echo "${ECHO_T}$ac_cv_search_opendir" >&6
15967 if test "$ac_cv_search_opendir" != no
; then
15968 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
15973 echo "$as_me:$LINENO: checking for library containing opendir" >&5
15974 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
15975 if test "${ac_cv_search_opendir+set}" = set; then
15976 echo $ECHO_N "(cached) $ECHO_C" >&6
15978 ac_func_search_save_LIBS
=$LIBS
15979 ac_cv_search_opendir
=no
15980 cat >conftest.
$ac_ext <<_ACEOF
15983 cat confdefs.h
>>conftest.
$ac_ext
15984 cat >>conftest.
$ac_ext <<_ACEOF
15985 /* end confdefs.h. */
15987 /* Override any gcc2 internal prototype to avoid an error. */
15991 /* We use char because int might match the return type of a gcc2
15992 builtin and then its argument prototype would still apply. */
16002 rm -f conftest.
$ac_objext conftest
$ac_exeext
16003 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16004 (eval $ac_link) 2>conftest.er1
16006 grep -v '^ *+' conftest.er1
>conftest.err
16008 cat conftest.err
>&5
16009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16010 (exit $ac_status); } &&
16011 { ac_try
='test -z "$ac_c_werror_flag"
16012 || test ! -s conftest.err'
16013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16014 (eval $ac_try) 2>&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); }; } &&
16018 { ac_try
='test -s conftest$ac_exeext'
16019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16020 (eval $ac_try) 2>&5
16022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023 (exit $ac_status); }; }; then
16024 ac_cv_search_opendir
="none required"
16026 echo "$as_me: failed program was:" >&5
16027 sed 's/^/| /' conftest.
$ac_ext >&5
16030 rm -f conftest.err conftest.
$ac_objext \
16031 conftest
$ac_exeext conftest.
$ac_ext
16032 if test "$ac_cv_search_opendir" = no
; then
16033 for ac_lib
in x
; do
16034 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16035 cat >conftest.
$ac_ext <<_ACEOF
16038 cat confdefs.h
>>conftest.
$ac_ext
16039 cat >>conftest.
$ac_ext <<_ACEOF
16040 /* end confdefs.h. */
16042 /* Override any gcc2 internal prototype to avoid an error. */
16046 /* We use char because int might match the return type of a gcc2
16047 builtin and then its argument prototype would still apply. */
16057 rm -f conftest.
$ac_objext conftest
$ac_exeext
16058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16059 (eval $ac_link) 2>conftest.er1
16061 grep -v '^ *+' conftest.er1
>conftest.err
16063 cat conftest.err
>&5
16064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16065 (exit $ac_status); } &&
16066 { ac_try
='test -z "$ac_c_werror_flag"
16067 || test ! -s conftest.err'
16068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16069 (eval $ac_try) 2>&5
16071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072 (exit $ac_status); }; } &&
16073 { ac_try
='test -s conftest$ac_exeext'
16074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16075 (eval $ac_try) 2>&5
16077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16078 (exit $ac_status); }; }; then
16079 ac_cv_search_opendir
="-l$ac_lib"
16082 echo "$as_me: failed program was:" >&5
16083 sed 's/^/| /' conftest.
$ac_ext >&5
16086 rm -f conftest.err conftest.
$ac_objext \
16087 conftest
$ac_exeext conftest.
$ac_ext
16090 LIBS
=$ac_func_search_save_LIBS
16092 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
16093 echo "${ECHO_T}$ac_cv_search_opendir" >&6
16094 if test "$ac_cv_search_opendir" != no
; then
16095 test "$ac_cv_search_opendir" = "none required" || LIBS
="$ac_cv_search_opendir $LIBS"
16101 echo "$as_me:$LINENO: checking whether string.h and strings.h may both be included" >&5
16102 echo $ECHO_N "checking whether string.h and strings.h may both be included... $ECHO_C" >&6
16103 if test "${gcc_cv_header_string+set}" = set; then
16104 echo $ECHO_N "(cached) $ECHO_C" >&6
16106 cat >conftest.
$ac_ext <<_ACEOF
16109 cat confdefs.h
>>conftest.
$ac_ext
16110 cat >>conftest.
$ac_ext <<_ACEOF
16111 /* end confdefs.h. */
16112 #include <string.h>
16113 #include <strings.h>
16122 rm -f conftest.
$ac_objext
16123 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16124 (eval $ac_compile) 2>conftest.er1
16126 grep -v '^ *+' conftest.er1
>conftest.err
16128 cat conftest.err
>&5
16129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16130 (exit $ac_status); } &&
16131 { ac_try
='test -z "$ac_c_werror_flag"
16132 || test ! -s conftest.err'
16133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16134 (eval $ac_try) 2>&5
16136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16137 (exit $ac_status); }; } &&
16138 { ac_try
='test -s conftest.$ac_objext'
16139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16140 (eval $ac_try) 2>&5
16142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16143 (exit $ac_status); }; }; then
16144 gcc_cv_header_string
=yes
16146 echo "$as_me: failed program was:" >&5
16147 sed 's/^/| /' conftest.
$ac_ext >&5
16149 gcc_cv_header_string
=no
16151 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16153 echo "$as_me:$LINENO: result: $gcc_cv_header_string" >&5
16154 echo "${ECHO_T}$gcc_cv_header_string" >&6
16155 if test $gcc_cv_header_string = yes; then
16157 cat >>confdefs.h
<<\_ACEOF
16158 #define STRING_WITH_STRINGS 1
16170 for ac_func
in fcntl getpagesize setitimer sysconf fdopen getuid getgid
16172 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16173 echo "$as_me:$LINENO: checking for $ac_func" >&5
16174 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16175 if eval "test \"\${$as_ac_var+set}\" = set"; then
16176 echo $ECHO_N "(cached) $ECHO_C" >&6
16178 cat >conftest.
$ac_ext <<_ACEOF
16181 cat confdefs.h
>>conftest.
$ac_ext
16182 cat >>conftest.
$ac_ext <<_ACEOF
16183 /* end confdefs.h. */
16184 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16185 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16186 #define $ac_func innocuous_$ac_func
16188 /* System header to define __stub macros and hopefully few prototypes,
16189 which can conflict with char $ac_func (); below.
16190 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16191 <limits.h> exists even on freestanding compilers. */
16194 # include <limits.h>
16196 # include <assert.h>
16201 /* Override any gcc2 internal prototype to avoid an error. */
16206 /* We use char because int might match the return type of a gcc2
16207 builtin and then its argument prototype would still apply. */
16209 /* The GNU C library defines this for functions which it implements
16210 to always fail with ENOSYS. Some functions are actually named
16211 something starting with __ and the normal name is an alias. */
16212 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16215 char (*f) () = $ac_func;
16224 return f != $ac_func;
16229 rm -f conftest.
$ac_objext conftest
$ac_exeext
16230 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16231 (eval $ac_link) 2>conftest.er1
16233 grep -v '^ *+' conftest.er1
>conftest.err
16235 cat conftest.err
>&5
16236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16237 (exit $ac_status); } &&
16238 { ac_try
='test -z "$ac_c_werror_flag"
16239 || test ! -s conftest.err'
16240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16241 (eval $ac_try) 2>&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); }; } &&
16245 { ac_try
='test -s conftest$ac_exeext'
16246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16247 (eval $ac_try) 2>&5
16249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250 (exit $ac_status); }; }; then
16251 eval "$as_ac_var=yes"
16253 echo "$as_me: failed program was:" >&5
16254 sed 's/^/| /' conftest.
$ac_ext >&5
16256 eval "$as_ac_var=no"
16258 rm -f conftest.err conftest.
$ac_objext \
16259 conftest
$ac_exeext conftest.
$ac_ext
16261 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16262 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16263 if test `eval echo '${'$as_ac_var'}'` = yes; then
16264 cat >>confdefs.h
<<_ACEOF
16265 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16272 for ac_func
in strtoull
16274 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16275 echo "$as_me:$LINENO: checking for $ac_func" >&5
16276 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16277 if eval "test \"\${$as_ac_var+set}\" = set"; then
16278 echo $ECHO_N "(cached) $ECHO_C" >&6
16280 cat >conftest.
$ac_ext <<_ACEOF
16283 cat confdefs.h
>>conftest.
$ac_ext
16284 cat >>conftest.
$ac_ext <<_ACEOF
16285 /* end confdefs.h. */
16286 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16287 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16288 #define $ac_func innocuous_$ac_func
16290 /* System header to define __stub macros and hopefully few prototypes,
16291 which can conflict with char $ac_func (); below.
16292 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16293 <limits.h> exists even on freestanding compilers. */
16296 # include <limits.h>
16298 # include <assert.h>
16303 /* Override any gcc2 internal prototype to avoid an error. */
16308 /* We use char because int might match the return type of a gcc2
16309 builtin and then its argument prototype would still apply. */
16311 /* The GNU C library defines this for functions which it implements
16312 to always fail with ENOSYS. Some functions are actually named
16313 something starting with __ and the normal name is an alias. */
16314 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16317 char (*f) () = $ac_func;
16326 return f != $ac_func;
16331 rm -f conftest.
$ac_objext conftest
$ac_exeext
16332 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16333 (eval $ac_link) 2>conftest.er1
16335 grep -v '^ *+' conftest.er1
>conftest.err
16337 cat conftest.err
>&5
16338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16339 (exit $ac_status); } &&
16340 { ac_try
='test -z "$ac_c_werror_flag"
16341 || test ! -s conftest.err'
16342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16343 (eval $ac_try) 2>&5
16345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16346 (exit $ac_status); }; } &&
16347 { ac_try
='test -s conftest$ac_exeext'
16348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16349 (eval $ac_try) 2>&5
16351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16352 (exit $ac_status); }; }; then
16353 eval "$as_ac_var=yes"
16355 echo "$as_me: failed program was:" >&5
16356 sed 's/^/| /' conftest.
$ac_ext >&5
16358 eval "$as_ac_var=no"
16360 rm -f conftest.err conftest.
$ac_objext \
16361 conftest
$ac_exeext conftest.
$ac_ext
16363 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16364 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16365 if test `eval echo '${'$as_ac_var'}'` = yes; then
16366 cat >>confdefs.h
<<_ACEOF
16367 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16374 echo "$as_me:$LINENO: checking whether basename is declared" >&5
16375 echo $ECHO_N "checking whether basename is declared... $ECHO_C" >&6
16376 if test "${ac_cv_have_decl_basename+set}" = set; then
16377 echo $ECHO_N "(cached) $ECHO_C" >&6
16379 cat >conftest.
$ac_ext <<_ACEOF
16382 cat confdefs.h
>>conftest.
$ac_ext
16383 cat >>conftest.
$ac_ext <<_ACEOF
16384 /* end confdefs.h. */
16385 $ac_includes_default
16390 char *p = (char *) basename;
16397 rm -f conftest.
$ac_objext
16398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16399 (eval $ac_compile) 2>conftest.er1
16401 grep -v '^ *+' conftest.er1
>conftest.err
16403 cat conftest.err
>&5
16404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16405 (exit $ac_status); } &&
16406 { ac_try
='test -z "$ac_c_werror_flag"
16407 || test ! -s conftest.err'
16408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16409 (eval $ac_try) 2>&5
16411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16412 (exit $ac_status); }; } &&
16413 { ac_try
='test -s conftest.$ac_objext'
16414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16415 (eval $ac_try) 2>&5
16417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16418 (exit $ac_status); }; }; then
16419 ac_cv_have_decl_basename
=yes
16421 echo "$as_me: failed program was:" >&5
16422 sed 's/^/| /' conftest.
$ac_ext >&5
16424 ac_cv_have_decl_basename
=no
16426 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16428 echo "$as_me:$LINENO: result: $ac_cv_have_decl_basename" >&5
16429 echo "${ECHO_T}$ac_cv_have_decl_basename" >&6
16430 if test $ac_cv_have_decl_basename = yes; then
16432 cat >>confdefs.h
<<_ACEOF
16433 #define HAVE_DECL_BASENAME 1
16438 cat >>confdefs.h
<<_ACEOF
16439 #define HAVE_DECL_BASENAME 0
16446 echo "$as_me:$LINENO: checking whether ftello is declared" >&5
16447 echo $ECHO_N "checking whether ftello is declared... $ECHO_C" >&6
16448 if test "${ac_cv_have_decl_ftello+set}" = set; then
16449 echo $ECHO_N "(cached) $ECHO_C" >&6
16451 cat >conftest.
$ac_ext <<_ACEOF
16454 cat confdefs.h
>>conftest.
$ac_ext
16455 cat >>conftest.
$ac_ext <<_ACEOF
16456 /* end confdefs.h. */
16457 $ac_includes_default
16462 char *p = (char *) ftello;
16469 rm -f conftest.
$ac_objext
16470 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16471 (eval $ac_compile) 2>conftest.er1
16473 grep -v '^ *+' conftest.er1
>conftest.err
16475 cat conftest.err
>&5
16476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16477 (exit $ac_status); } &&
16478 { ac_try
='test -z "$ac_c_werror_flag"
16479 || test ! -s conftest.err'
16480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16481 (eval $ac_try) 2>&5
16483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16484 (exit $ac_status); }; } &&
16485 { ac_try
='test -s conftest.$ac_objext'
16486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16487 (eval $ac_try) 2>&5
16489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16490 (exit $ac_status); }; }; then
16491 ac_cv_have_decl_ftello
=yes
16493 echo "$as_me: failed program was:" >&5
16494 sed 's/^/| /' conftest.
$ac_ext >&5
16496 ac_cv_have_decl_ftello
=no
16498 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16500 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ftello" >&5
16501 echo "${ECHO_T}$ac_cv_have_decl_ftello" >&6
16502 if test $ac_cv_have_decl_ftello = yes; then
16504 cat >>confdefs.h
<<_ACEOF
16505 #define HAVE_DECL_FTELLO 1
16510 cat >>confdefs.h
<<_ACEOF
16511 #define HAVE_DECL_FTELLO 0
16518 echo "$as_me:$LINENO: checking whether ftello64 is declared" >&5
16519 echo $ECHO_N "checking whether ftello64 is declared... $ECHO_C" >&6
16520 if test "${ac_cv_have_decl_ftello64+set}" = set; then
16521 echo $ECHO_N "(cached) $ECHO_C" >&6
16523 cat >conftest.
$ac_ext <<_ACEOF
16526 cat confdefs.h
>>conftest.
$ac_ext
16527 cat >>conftest.
$ac_ext <<_ACEOF
16528 /* end confdefs.h. */
16529 $ac_includes_default
16534 char *p = (char *) ftello64;
16541 rm -f conftest.
$ac_objext
16542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16543 (eval $ac_compile) 2>conftest.er1
16545 grep -v '^ *+' conftest.er1
>conftest.err
16547 cat conftest.err
>&5
16548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16549 (exit $ac_status); } &&
16550 { ac_try
='test -z "$ac_c_werror_flag"
16551 || test ! -s conftest.err'
16552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16553 (eval $ac_try) 2>&5
16555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16556 (exit $ac_status); }; } &&
16557 { ac_try
='test -s conftest.$ac_objext'
16558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16559 (eval $ac_try) 2>&5
16561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16562 (exit $ac_status); }; }; then
16563 ac_cv_have_decl_ftello64
=yes
16565 echo "$as_me: failed program was:" >&5
16566 sed 's/^/| /' conftest.
$ac_ext >&5
16568 ac_cv_have_decl_ftello64
=no
16570 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16572 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ftello64" >&5
16573 echo "${ECHO_T}$ac_cv_have_decl_ftello64" >&6
16574 if test $ac_cv_have_decl_ftello64 = yes; then
16576 cat >>confdefs.h
<<_ACEOF
16577 #define HAVE_DECL_FTELLO64 1
16582 cat >>confdefs.h
<<_ACEOF
16583 #define HAVE_DECL_FTELLO64 0
16590 echo "$as_me:$LINENO: checking whether fseeko is declared" >&5
16591 echo $ECHO_N "checking whether fseeko is declared... $ECHO_C" >&6
16592 if test "${ac_cv_have_decl_fseeko+set}" = set; then
16593 echo $ECHO_N "(cached) $ECHO_C" >&6
16595 cat >conftest.
$ac_ext <<_ACEOF
16598 cat confdefs.h
>>conftest.
$ac_ext
16599 cat >>conftest.
$ac_ext <<_ACEOF
16600 /* end confdefs.h. */
16601 $ac_includes_default
16606 char *p = (char *) fseeko;
16613 rm -f conftest.
$ac_objext
16614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16615 (eval $ac_compile) 2>conftest.er1
16617 grep -v '^ *+' conftest.er1
>conftest.err
16619 cat conftest.err
>&5
16620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621 (exit $ac_status); } &&
16622 { ac_try
='test -z "$ac_c_werror_flag"
16623 || test ! -s conftest.err'
16624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16625 (eval $ac_try) 2>&5
16627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16628 (exit $ac_status); }; } &&
16629 { ac_try
='test -s conftest.$ac_objext'
16630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16631 (eval $ac_try) 2>&5
16633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16634 (exit $ac_status); }; }; then
16635 ac_cv_have_decl_fseeko
=yes
16637 echo "$as_me: failed program was:" >&5
16638 sed 's/^/| /' conftest.
$ac_ext >&5
16640 ac_cv_have_decl_fseeko
=no
16642 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16644 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fseeko" >&5
16645 echo "${ECHO_T}$ac_cv_have_decl_fseeko" >&6
16646 if test $ac_cv_have_decl_fseeko = yes; then
16648 cat >>confdefs.h
<<_ACEOF
16649 #define HAVE_DECL_FSEEKO 1
16654 cat >>confdefs.h
<<_ACEOF
16655 #define HAVE_DECL_FSEEKO 0
16662 echo "$as_me:$LINENO: checking whether fseeko64 is declared" >&5
16663 echo $ECHO_N "checking whether fseeko64 is declared... $ECHO_C" >&6
16664 if test "${ac_cv_have_decl_fseeko64+set}" = set; then
16665 echo $ECHO_N "(cached) $ECHO_C" >&6
16667 cat >conftest.
$ac_ext <<_ACEOF
16670 cat confdefs.h
>>conftest.
$ac_ext
16671 cat >>conftest.
$ac_ext <<_ACEOF
16672 /* end confdefs.h. */
16673 $ac_includes_default
16678 char *p = (char *) fseeko64;
16685 rm -f conftest.
$ac_objext
16686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16687 (eval $ac_compile) 2>conftest.er1
16689 grep -v '^ *+' conftest.er1
>conftest.err
16691 cat conftest.err
>&5
16692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16693 (exit $ac_status); } &&
16694 { ac_try
='test -z "$ac_c_werror_flag"
16695 || test ! -s conftest.err'
16696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16697 (eval $ac_try) 2>&5
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); }; } &&
16701 { ac_try
='test -s conftest.$ac_objext'
16702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16703 (eval $ac_try) 2>&5
16705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16706 (exit $ac_status); }; }; then
16707 ac_cv_have_decl_fseeko64
=yes
16709 echo "$as_me: failed program was:" >&5
16710 sed 's/^/| /' conftest.
$ac_ext >&5
16712 ac_cv_have_decl_fseeko64
=no
16714 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16716 echo "$as_me:$LINENO: result: $ac_cv_have_decl_fseeko64" >&5
16717 echo "${ECHO_T}$ac_cv_have_decl_fseeko64" >&6
16718 if test $ac_cv_have_decl_fseeko64 = yes; then
16720 cat >>confdefs.h
<<_ACEOF
16721 #define HAVE_DECL_FSEEKO64 1
16726 cat >>confdefs.h
<<_ACEOF
16727 #define HAVE_DECL_FSEEKO64 0
16737 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
16739 cat >>confdefs.h
<<\_ACEOF
16740 #define USE_BINARY_FOPEN 1
16745 echo "$as_me:$LINENO: checking whether ffs is declared" >&5
16746 echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
16747 if test "${ac_cv_have_decl_ffs+set}" = set; then
16748 echo $ECHO_N "(cached) $ECHO_C" >&6
16750 cat >conftest.
$ac_ext <<_ACEOF
16753 cat confdefs.h
>>conftest.
$ac_ext
16754 cat >>conftest.
$ac_ext <<_ACEOF
16755 /* end confdefs.h. */
16756 $ac_includes_default
16761 char *p = (char *) ffs;
16768 rm -f conftest.
$ac_objext
16769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16770 (eval $ac_compile) 2>conftest.er1
16772 grep -v '^ *+' conftest.er1
>conftest.err
16774 cat conftest.err
>&5
16775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16776 (exit $ac_status); } &&
16777 { ac_try
='test -z "$ac_c_werror_flag"
16778 || test ! -s conftest.err'
16779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16780 (eval $ac_try) 2>&5
16782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16783 (exit $ac_status); }; } &&
16784 { ac_try
='test -s conftest.$ac_objext'
16785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16786 (eval $ac_try) 2>&5
16788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16789 (exit $ac_status); }; }; then
16790 ac_cv_have_decl_ffs
=yes
16792 echo "$as_me: failed program was:" >&5
16793 sed 's/^/| /' conftest.
$ac_ext >&5
16795 ac_cv_have_decl_ffs
=no
16797 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16799 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ffs" >&5
16800 echo "${ECHO_T}$ac_cv_have_decl_ffs" >&6
16801 if test $ac_cv_have_decl_ffs = yes; then
16803 cat >>confdefs.h
<<_ACEOF
16804 #define HAVE_DECL_FFS 1
16809 cat >>confdefs.h
<<_ACEOF
16810 #define HAVE_DECL_FFS 0
16817 echo "$as_me:$LINENO: checking whether free is declared" >&5
16818 echo $ECHO_N "checking whether free is declared... $ECHO_C" >&6
16819 if test "${ac_cv_have_decl_free+set}" = set; then
16820 echo $ECHO_N "(cached) $ECHO_C" >&6
16822 cat >conftest.
$ac_ext <<_ACEOF
16825 cat confdefs.h
>>conftest.
$ac_ext
16826 cat >>conftest.
$ac_ext <<_ACEOF
16827 /* end confdefs.h. */
16828 $ac_includes_default
16833 char *p = (char *) free;
16840 rm -f conftest.
$ac_objext
16841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16842 (eval $ac_compile) 2>conftest.er1
16844 grep -v '^ *+' conftest.er1
>conftest.err
16846 cat conftest.err
>&5
16847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16848 (exit $ac_status); } &&
16849 { ac_try
='test -z "$ac_c_werror_flag"
16850 || test ! -s conftest.err'
16851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16852 (eval $ac_try) 2>&5
16854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16855 (exit $ac_status); }; } &&
16856 { ac_try
='test -s conftest.$ac_objext'
16857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16858 (eval $ac_try) 2>&5
16860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16861 (exit $ac_status); }; }; then
16862 ac_cv_have_decl_free
=yes
16864 echo "$as_me: failed program was:" >&5
16865 sed 's/^/| /' conftest.
$ac_ext >&5
16867 ac_cv_have_decl_free
=no
16869 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16871 echo "$as_me:$LINENO: result: $ac_cv_have_decl_free" >&5
16872 echo "${ECHO_T}$ac_cv_have_decl_free" >&6
16873 if test $ac_cv_have_decl_free = yes; then
16875 cat >>confdefs.h
<<_ACEOF
16876 #define HAVE_DECL_FREE 1
16881 cat >>confdefs.h
<<_ACEOF
16882 #define HAVE_DECL_FREE 0
16889 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
16890 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
16891 if test "${ac_cv_have_decl_getenv+set}" = set; then
16892 echo $ECHO_N "(cached) $ECHO_C" >&6
16894 cat >conftest.
$ac_ext <<_ACEOF
16897 cat confdefs.h
>>conftest.
$ac_ext
16898 cat >>conftest.
$ac_ext <<_ACEOF
16899 /* end confdefs.h. */
16900 $ac_includes_default
16905 char *p = (char *) getenv;
16912 rm -f conftest.
$ac_objext
16913 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16914 (eval $ac_compile) 2>conftest.er1
16916 grep -v '^ *+' conftest.er1
>conftest.err
16918 cat conftest.err
>&5
16919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16920 (exit $ac_status); } &&
16921 { ac_try
='test -z "$ac_c_werror_flag"
16922 || test ! -s conftest.err'
16923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16924 (eval $ac_try) 2>&5
16926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16927 (exit $ac_status); }; } &&
16928 { ac_try
='test -s conftest.$ac_objext'
16929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16930 (eval $ac_try) 2>&5
16932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16933 (exit $ac_status); }; }; then
16934 ac_cv_have_decl_getenv
=yes
16936 echo "$as_me: failed program was:" >&5
16937 sed 's/^/| /' conftest.
$ac_ext >&5
16939 ac_cv_have_decl_getenv
=no
16941 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16943 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
16944 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
16945 if test $ac_cv_have_decl_getenv = yes; then
16947 cat >>confdefs.h
<<_ACEOF
16948 #define HAVE_DECL_GETENV 1
16953 cat >>confdefs.h
<<_ACEOF
16954 #define HAVE_DECL_GETENV 0
16961 echo "$as_me:$LINENO: checking whether malloc is declared" >&5
16962 echo $ECHO_N "checking whether malloc is declared... $ECHO_C" >&6
16963 if test "${ac_cv_have_decl_malloc+set}" = set; then
16964 echo $ECHO_N "(cached) $ECHO_C" >&6
16966 cat >conftest.
$ac_ext <<_ACEOF
16969 cat confdefs.h
>>conftest.
$ac_ext
16970 cat >>conftest.
$ac_ext <<_ACEOF
16971 /* end confdefs.h. */
16972 $ac_includes_default
16977 char *p = (char *) malloc;
16984 rm -f conftest.
$ac_objext
16985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16986 (eval $ac_compile) 2>conftest.er1
16988 grep -v '^ *+' conftest.er1
>conftest.err
16990 cat conftest.err
>&5
16991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16992 (exit $ac_status); } &&
16993 { ac_try
='test -z "$ac_c_werror_flag"
16994 || test ! -s conftest.err'
16995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16996 (eval $ac_try) 2>&5
16998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16999 (exit $ac_status); }; } &&
17000 { ac_try
='test -s conftest.$ac_objext'
17001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17002 (eval $ac_try) 2>&5
17004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17005 (exit $ac_status); }; }; then
17006 ac_cv_have_decl_malloc
=yes
17008 echo "$as_me: failed program was:" >&5
17009 sed 's/^/| /' conftest.
$ac_ext >&5
17011 ac_cv_have_decl_malloc
=no
17013 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17015 echo "$as_me:$LINENO: result: $ac_cv_have_decl_malloc" >&5
17016 echo "${ECHO_T}$ac_cv_have_decl_malloc" >&6
17017 if test $ac_cv_have_decl_malloc = yes; then
17019 cat >>confdefs.h
<<_ACEOF
17020 #define HAVE_DECL_MALLOC 1
17025 cat >>confdefs.h
<<_ACEOF
17026 #define HAVE_DECL_MALLOC 0
17033 echo "$as_me:$LINENO: checking whether realloc is declared" >&5
17034 echo $ECHO_N "checking whether realloc is declared... $ECHO_C" >&6
17035 if test "${ac_cv_have_decl_realloc+set}" = set; then
17036 echo $ECHO_N "(cached) $ECHO_C" >&6
17038 cat >conftest.
$ac_ext <<_ACEOF
17041 cat confdefs.h
>>conftest.
$ac_ext
17042 cat >>conftest.
$ac_ext <<_ACEOF
17043 /* end confdefs.h. */
17044 $ac_includes_default
17049 char *p = (char *) realloc;
17056 rm -f conftest.
$ac_objext
17057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17058 (eval $ac_compile) 2>conftest.er1
17060 grep -v '^ *+' conftest.er1
>conftest.err
17062 cat conftest.err
>&5
17063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17064 (exit $ac_status); } &&
17065 { ac_try
='test -z "$ac_c_werror_flag"
17066 || test ! -s conftest.err'
17067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17068 (eval $ac_try) 2>&5
17070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17071 (exit $ac_status); }; } &&
17072 { ac_try
='test -s conftest.$ac_objext'
17073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17074 (eval $ac_try) 2>&5
17076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17077 (exit $ac_status); }; }; then
17078 ac_cv_have_decl_realloc
=yes
17080 echo "$as_me: failed program was:" >&5
17081 sed 's/^/| /' conftest.
$ac_ext >&5
17083 ac_cv_have_decl_realloc
=no
17085 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17087 echo "$as_me:$LINENO: result: $ac_cv_have_decl_realloc" >&5
17088 echo "${ECHO_T}$ac_cv_have_decl_realloc" >&6
17089 if test $ac_cv_have_decl_realloc = yes; then
17091 cat >>confdefs.h
<<_ACEOF
17092 #define HAVE_DECL_REALLOC 1
17097 cat >>confdefs.h
<<_ACEOF
17098 #define HAVE_DECL_REALLOC 0
17105 echo "$as_me:$LINENO: checking whether stpcpy is declared" >&5
17106 echo $ECHO_N "checking whether stpcpy is declared... $ECHO_C" >&6
17107 if test "${ac_cv_have_decl_stpcpy+set}" = set; then
17108 echo $ECHO_N "(cached) $ECHO_C" >&6
17110 cat >conftest.
$ac_ext <<_ACEOF
17113 cat confdefs.h
>>conftest.
$ac_ext
17114 cat >>conftest.
$ac_ext <<_ACEOF
17115 /* end confdefs.h. */
17116 $ac_includes_default
17121 char *p = (char *) stpcpy;
17128 rm -f conftest.
$ac_objext
17129 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17130 (eval $ac_compile) 2>conftest.er1
17132 grep -v '^ *+' conftest.er1
>conftest.err
17134 cat conftest.err
>&5
17135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17136 (exit $ac_status); } &&
17137 { ac_try
='test -z "$ac_c_werror_flag"
17138 || test ! -s conftest.err'
17139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17140 (eval $ac_try) 2>&5
17142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17143 (exit $ac_status); }; } &&
17144 { ac_try
='test -s conftest.$ac_objext'
17145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17146 (eval $ac_try) 2>&5
17148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17149 (exit $ac_status); }; }; then
17150 ac_cv_have_decl_stpcpy
=yes
17152 echo "$as_me: failed program was:" >&5
17153 sed 's/^/| /' conftest.
$ac_ext >&5
17155 ac_cv_have_decl_stpcpy
=no
17157 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17159 echo "$as_me:$LINENO: result: $ac_cv_have_decl_stpcpy" >&5
17160 echo "${ECHO_T}$ac_cv_have_decl_stpcpy" >&6
17161 if test $ac_cv_have_decl_stpcpy = yes; then
17163 cat >>confdefs.h
<<_ACEOF
17164 #define HAVE_DECL_STPCPY 1
17169 cat >>confdefs.h
<<_ACEOF
17170 #define HAVE_DECL_STPCPY 0
17177 echo "$as_me:$LINENO: checking whether strstr is declared" >&5
17178 echo $ECHO_N "checking whether strstr is declared... $ECHO_C" >&6
17179 if test "${ac_cv_have_decl_strstr+set}" = set; then
17180 echo $ECHO_N "(cached) $ECHO_C" >&6
17182 cat >conftest.
$ac_ext <<_ACEOF
17185 cat confdefs.h
>>conftest.
$ac_ext
17186 cat >>conftest.
$ac_ext <<_ACEOF
17187 /* end confdefs.h. */
17188 $ac_includes_default
17193 char *p = (char *) strstr;
17200 rm -f conftest.
$ac_objext
17201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17202 (eval $ac_compile) 2>conftest.er1
17204 grep -v '^ *+' conftest.er1
>conftest.err
17206 cat conftest.err
>&5
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); } &&
17209 { ac_try
='test -z "$ac_c_werror_flag"
17210 || test ! -s conftest.err'
17211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17212 (eval $ac_try) 2>&5
17214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17215 (exit $ac_status); }; } &&
17216 { ac_try
='test -s conftest.$ac_objext'
17217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17218 (eval $ac_try) 2>&5
17220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17221 (exit $ac_status); }; }; then
17222 ac_cv_have_decl_strstr
=yes
17224 echo "$as_me: failed program was:" >&5
17225 sed 's/^/| /' conftest.
$ac_ext >&5
17227 ac_cv_have_decl_strstr
=no
17229 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17231 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strstr" >&5
17232 echo "${ECHO_T}$ac_cv_have_decl_strstr" >&6
17233 if test $ac_cv_have_decl_strstr = yes; then
17235 cat >>confdefs.h
<<_ACEOF
17236 #define HAVE_DECL_STRSTR 1
17241 cat >>confdefs.h
<<_ACEOF
17242 #define HAVE_DECL_STRSTR 0
17249 echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
17250 echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
17251 if test "${ac_cv_have_decl_snprintf+set}" = set; then
17252 echo $ECHO_N "(cached) $ECHO_C" >&6
17254 cat >conftest.
$ac_ext <<_ACEOF
17257 cat confdefs.h
>>conftest.
$ac_ext
17258 cat >>conftest.
$ac_ext <<_ACEOF
17259 /* end confdefs.h. */
17260 $ac_includes_default
17265 char *p = (char *) snprintf;
17272 rm -f conftest.
$ac_objext
17273 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17274 (eval $ac_compile) 2>conftest.er1
17276 grep -v '^ *+' conftest.er1
>conftest.err
17278 cat conftest.err
>&5
17279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280 (exit $ac_status); } &&
17281 { ac_try
='test -z "$ac_c_werror_flag"
17282 || test ! -s conftest.err'
17283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17284 (eval $ac_try) 2>&5
17286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17287 (exit $ac_status); }; } &&
17288 { ac_try
='test -s conftest.$ac_objext'
17289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17290 (eval $ac_try) 2>&5
17292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17293 (exit $ac_status); }; }; then
17294 ac_cv_have_decl_snprintf
=yes
17296 echo "$as_me: failed program was:" >&5
17297 sed 's/^/| /' conftest.
$ac_ext >&5
17299 ac_cv_have_decl_snprintf
=no
17301 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17303 echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
17304 echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
17305 if test $ac_cv_have_decl_snprintf = yes; then
17307 cat >>confdefs.h
<<_ACEOF
17308 #define HAVE_DECL_SNPRINTF 1
17313 cat >>confdefs.h
<<_ACEOF
17314 #define HAVE_DECL_SNPRINTF 0
17321 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
17322 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
17323 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
17324 echo $ECHO_N "(cached) $ECHO_C" >&6
17326 cat >conftest.
$ac_ext <<_ACEOF
17329 cat confdefs.h
>>conftest.
$ac_ext
17330 cat >>conftest.
$ac_ext <<_ACEOF
17331 /* end confdefs.h. */
17332 $ac_includes_default
17337 char *p = (char *) vsnprintf;
17344 rm -f conftest.
$ac_objext
17345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17346 (eval $ac_compile) 2>conftest.er1
17348 grep -v '^ *+' conftest.er1
>conftest.err
17350 cat conftest.err
>&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); } &&
17353 { ac_try
='test -z "$ac_c_werror_flag"
17354 || test ! -s conftest.err'
17355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17356 (eval $ac_try) 2>&5
17358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17359 (exit $ac_status); }; } &&
17360 { ac_try
='test -s conftest.$ac_objext'
17361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17362 (eval $ac_try) 2>&5
17364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17365 (exit $ac_status); }; }; then
17366 ac_cv_have_decl_vsnprintf
=yes
17368 echo "$as_me: failed program was:" >&5
17369 sed 's/^/| /' conftest.
$ac_ext >&5
17371 ac_cv_have_decl_vsnprintf
=no
17373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17375 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
17376 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
17377 if test $ac_cv_have_decl_vsnprintf = yes; then
17379 cat >>confdefs.h
<<_ACEOF
17380 #define HAVE_DECL_VSNPRINTF 1
17385 cat >>confdefs.h
<<_ACEOF
17386 #define HAVE_DECL_VSNPRINTF 0
17394 # If we are configured native, pick a core file support file.
17398 if test "${target}" = "${host}"; then
17400 alpha
*-*-freebsd* | alpha
*-*-kfreebsd*-gnu)
17404 COREFILE
=trad-core.lo
17405 TRAD_HEADER
='"hosts/alphalinux.h"'
17407 alpha
*-*-netbsd* | alpha
*-*-openbsd*)
17408 COREFILE
=netbsd-core.lo
17410 alpha
*-*-*) COREFILE
=osf-core.lo
;;
17411 arm-
*-freebsd* | arm-
*-kfreebsd*-gnu)
17413 arm-
*-netbsd* | arm-
*-openbsd*)
17414 COREFILE
=netbsd-core.lo
17416 arm-
*-riscix) COREFILE
=trad-core.lo
;;
17417 hppa
*-*-hpux*) COREFILE
=hpux-core.lo
;;
17418 hppa
*-*-hiux*) COREFILE
=hpux-core.lo
;;
17419 hppa
*-*-mpeix*) COREFILE
=hpux-core.lo
;;
17420 hppa
*-*-bsd*) COREFILE
="hpux-core.lo hppabsd-core.lo"
17421 COREFLAG
="-DHPUX_CORE -DHPPABSD_CORE" ;;
17422 hppa
*-*-netbsd* | hppa
*-*-openbsd*)
17423 COREFILE
=netbsd-core.lo
17427 COREFILE
=trad-core.lo
17428 TRAD_HEADER
='"hosts/i370linux.h"'
17431 i
[3-7]86-sequent-bsd*)
17432 COREFILE
=trad-core.lo
17433 TRAD_HEADER
='"hosts/symmetry.h"'
17435 i
[3-7]86-sequent-sysv4*) ;;
17436 i
[3-7]86-sequent-sysv*)
17437 COREFILE
=trad-core.lo
17438 TRAD_HEADER
='"hosts/symmetry.h"'
17443 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
*)
17444 COREFILE
=trad-core.lo
17445 TRAD_HEADER
='"hosts/i386bsd.h"'
17447 i
[3-7]86-*-freebsd* | i
[3-7]86-*-kfreebsd*-gnu | i
[3-7]86-*-dragonfly*)
17449 TRAD_HEADER
='"hosts/i386bsd.h"'
17451 i
[3-7]86-*-netbsd* | i
[3-7]86-*-knetbsd*-gnu | i
[3-7]86-*-openbsd*)
17452 COREFILE
=netbsd-core.lo
17454 i
[3-7]86-esix-sysv3*)
17455 COREFILE
=trad-core.lo
17456 TRAD_HEADER
='"hosts/esix.h"'
17458 i
[3-7]86-*-sco3.2v5
*)
17459 COREFILE
=sco5-core.lo
17461 i
[3-7]86-*-sco* | i
[3-7]86-*-isc*)
17462 COREFILE
=trad-core.lo
17463 TRAD_HEADER
='"hosts/i386sco.h"'
17466 COREFILE
=trad-core.lo
17467 TRAD_HEADER
='"hosts/i386mach3.h"'
17469 i
[3-7]86-*-linux-*)
17470 COREFILE
=trad-core.lo
17471 TRAD_HEADER
='"hosts/i386linux.h"'
17473 i
[3-7]86-*-isc*) COREFILE
=trad-core.lo
;;
17474 i
[3-7]86-*-aix*) COREFILE
=aix386-core.lo
;;
17475 i860-
*-mach3* | i860-
*-osf1*)
17476 COREFILE
=trad-core.lo
17477 TRAD_HEADER
='"hosts/i860mach3.h"'
17479 mips-
*-netbsd* | mips
*-*-openbsd*)
17480 COREFILE
=netbsd-core.lo
17483 COREFILE
=trad-core.lo
17484 TRAD_HEADER
='"hosts/decstation.h"'
17486 mips-sgi-irix4
*) COREFILE
=irix-core.lo
;;
17487 mips-sgi-irix5
*) COREFILE
=irix-core.lo
;;
17488 mips-sgi-irix6
*) COREFILE
=irix-core.lo
;;
17490 mips-
*-sysv* | mips-
*-riscos*)
17491 COREFILE
=trad-core.lo
17492 TRAD_HEADER
='"hosts/riscos.h"'
17495 COREFILE
=trad-core.lo
17496 TRAD_HEADER
='"hosts/news-mips.h"'
17499 COREFILE
=trad-core.lo
17500 TRAD_HEADER
='"hosts/dpx2.h"'
17502 m68
*-hp-hpux*) COREFILE
=hpux-core.lo
;;
17504 COREFILE
=trad-core.lo
17505 TRAD_HEADER
='"hosts/hp300bsd.h"'
17508 COREFILE
=trad-core.lo
17509 TRAD_HEADER
='"hosts/m68klinux.h"'
17511 m68
*-motorola-sysv*)
17512 COREFILE
=trad-core.lo
17513 TRAD_HEADER
='"hosts/delta68.h"'
17516 COREFILE
=trad-core.lo
17517 TRAD_HEADER
='"hosts/news.h"'
17519 m68
*-*-netbsd* | m68
*-*-openbsd*)
17520 COREFILE
=netbsd-core.lo
17523 COREFILE
=trad-core.lo
17524 TRAD_HEADER
='"hosts/m68kaux.h"'
17528 m88
*-motorola-sysv*)
17529 COREFILE
=ptrace-core.lo
17532 COREFILE
=trad-core.lo
17533 TRAD_HEADER
='"hosts/m88kmach3.h"'
17536 COREFILE
=netbsd-core.lo
17539 COREFILE
=trad-core.lo
17540 TRAD_HEADER
='"hosts/pc532mach.h"'
17542 ns32k-
*-netbsd* | ns32k-
*-openbsd*)
17543 COREFILE
=netbsd-core.lo
17546 COREFILE
=lynx-core.lo
17548 rs6000-
*-aix5.
* | powerpc-
*-aix5.
*)
17549 COREFILE
=rs6000-core.lo
17550 COREFLAG
="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
17552 rs6000-
*-aix4.
[3-9]* | powerpc-
*-aix4.
[3-9]*)
17553 COREFILE
=rs6000-core.lo
17554 COREFLAG
="$COREFLAG -DAIX_CORE_DUMPX_CORE"
17555 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
17556 # have c_impl as a member of struct core_dumpx
17557 echo "$as_me:$LINENO: checking for c_impl in struct core_dumpx" >&5
17558 echo $ECHO_N "checking for c_impl in struct core_dumpx... $ECHO_C" >&6
17559 cat >conftest.
$ac_ext <<_ACEOF
17562 cat confdefs.h
>>conftest.
$ac_ext
17563 cat >>conftest.
$ac_ext <<_ACEOF
17564 /* end confdefs.h. */
17569 struct core_dumpx c; c.c_impl = 0;
17574 rm -f conftest.
$ac_objext
17575 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17576 (eval $ac_compile) 2>conftest.er1
17578 grep -v '^ *+' conftest.er1
>conftest.err
17580 cat conftest.err
>&5
17581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17582 (exit $ac_status); } &&
17583 { ac_try
='test -z "$ac_c_werror_flag"
17584 || test ! -s conftest.err'
17585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17586 (eval $ac_try) 2>&5
17588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17589 (exit $ac_status); }; } &&
17590 { ac_try
='test -s conftest.$ac_objext'
17591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17592 (eval $ac_try) 2>&5
17594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17595 (exit $ac_status); }; }; then
17597 cat >>confdefs.h
<<\_ACEOF
17598 #define HAVE_ST_C_IMPL 1
17601 echo "$as_me:$LINENO: result: yes" >&5
17602 echo "${ECHO_T}yes" >&6
17604 echo "$as_me: failed program was:" >&5
17605 sed 's/^/| /' conftest.
$ac_ext >&5
17607 echo "$as_me:$LINENO: result: no" >&5
17608 echo "${ECHO_T}no" >&6
17610 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17612 rs6000-
*-aix4*) COREFILE
=rs6000-core.lo
;;
17613 rs6000-
*-*) COREFILE
=rs6000-core.lo
;;
17614 powerpc-
*-aix4*) COREFILE
=rs6000-core.lo
;;
17615 powerpc-
*-aix*) COREFILE
=rs6000-core.lo
;;
17616 powerpc-
*-beos*) ;;
17617 powerpc-
*-freebsd* | powerpc-
*-kfreebsd*-gnu)
17619 powerpc-
*-netbsd*) COREFILE
=netbsd-core.lo
;;
17620 powerpc-
*-*bsd
*) COREFILE
=netbsd-core.lo
;;
17621 s390
*-*-*) COREFILE
=trad-core.lo
;;
17622 sh
*-*-netbsd* | sh
*-*-openbsd*)
17623 COREFILE
=netbsd-core.lo
17625 sparc-
*-netbsd* | sparc
*-*-openbsd*)
17626 COREFILE
=netbsd-core.lo
17629 COREFILE
=trad-core.lo
17630 TRAD_HEADER
='"hosts/tahoe.h"'
17632 vax-
*-netbsd* | vax-
*-openbsd*)
17633 COREFILE
=netbsd-core.lo
17636 COREFILE
=trad-core.lo
17637 TRAD_HEADER
='"hosts/vaxult2.h"'
17640 COREFILE
=trad-core.lo
17641 TRAD_HEADER
='"hosts/vaxult2.h"'
17644 COREFILE
=trad-core.lo
17645 TRAD_HEADER
='"hosts/vaxlinux.h"'
17648 COREFILE
=trad-core.lo
17649 TRAD_HEADER
='"hosts/vaxbsd.h"'
17651 x86_64-
*-netbsd* | x86_64-
*-openbsd*)
17652 COREFILE
=netbsd-core.lo
17656 case "$COREFILE" in
17657 aix386-core.lo
) COREFLAG
=-DAIX386_CORE ;;
17658 hppabsd-core.lo
) COREFLAG
=-DHPPABSD_CORE ;;
17659 hpux-core.lo
) COREFLAG
=-DHPUX_CORE ;;
17660 irix-core.lo
) COREFLAG
=-DIRIX_CORE ;;
17661 lynx-core.lo
) COREFLAG
=-DLYNX_CORE ;;
17662 netbsd-core.lo
) COREFLAG
=-DNETBSD_CORE ;;
17663 osf-core.lo
) COREFLAG
=-DOSF_CORE ;;
17664 ptrace-core.lo
) COREFLAG
=-DPTRACE_CORE ;;
17665 rs6000-core.lo
) COREFLAG
="$COREFLAG -DAIX_CORE" ;;
17666 sco5-core.lo
) COREFLAG
="$COREFLAG -DSCO5_CORE" ;;
17667 trad-core.lo
) COREFLAG
="$COREFLAG -DTRAD_CORE" ;;
17670 # ELF corefile support has several flavors, but all of
17671 # them use something called <sys/procfs.h>
17673 for ac_header
in sys
/procfs.h
17675 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17676 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17677 echo "$as_me:$LINENO: checking for $ac_header" >&5
17678 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17679 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17680 echo $ECHO_N "(cached) $ECHO_C" >&6
17682 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17683 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17685 # Is the header compilable?
17686 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17687 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17688 cat >conftest.
$ac_ext <<_ACEOF
17691 cat confdefs.h
>>conftest.
$ac_ext
17692 cat >>conftest.
$ac_ext <<_ACEOF
17693 /* end confdefs.h. */
17694 $ac_includes_default
17695 #include <$ac_header>
17697 rm -f conftest.
$ac_objext
17698 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17699 (eval $ac_compile) 2>conftest.er1
17701 grep -v '^ *+' conftest.er1
>conftest.err
17703 cat conftest.err
>&5
17704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17705 (exit $ac_status); } &&
17706 { ac_try
='test -z "$ac_c_werror_flag"
17707 || test ! -s conftest.err'
17708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17709 (eval $ac_try) 2>&5
17711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); }; } &&
17713 { ac_try
='test -s conftest.$ac_objext'
17714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17715 (eval $ac_try) 2>&5
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); }; }; then
17719 ac_header_compiler
=yes
17721 echo "$as_me: failed program was:" >&5
17722 sed 's/^/| /' conftest.
$ac_ext >&5
17724 ac_header_compiler
=no
17726 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17727 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17728 echo "${ECHO_T}$ac_header_compiler" >&6
17730 # Is the header present?
17731 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17732 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17733 cat >conftest.
$ac_ext <<_ACEOF
17736 cat confdefs.h
>>conftest.
$ac_ext
17737 cat >>conftest.
$ac_ext <<_ACEOF
17738 /* end confdefs.h. */
17739 #include <$ac_header>
17741 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17742 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17744 grep -v '^ *+' conftest.er1
>conftest.err
17746 cat conftest.err
>&5
17747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748 (exit $ac_status); } >/dev
/null
; then
17749 if test -s conftest.err
; then
17750 ac_cpp_err
=$ac_c_preproc_warn_flag
17751 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
17758 if test -z "$ac_cpp_err"; then
17759 ac_header_preproc
=yes
17761 echo "$as_me: failed program was:" >&5
17762 sed 's/^/| /' conftest.
$ac_ext >&5
17764 ac_header_preproc
=no
17766 rm -f conftest.err conftest.
$ac_ext
17767 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17768 echo "${ECHO_T}$ac_header_preproc" >&6
17770 # So? What about this header?
17771 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17773 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17774 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17775 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17776 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17777 ac_header_preproc
=yes
17780 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17781 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17782 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17783 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17784 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17785 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17786 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17787 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17788 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17789 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17790 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17791 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17794 ## ------------------------------------------ ##
17795 ## Report this to the AC_PACKAGE_NAME lists. ##
17796 ## ------------------------------------------ ##
17799 sed "s/^/$as_me: WARNING: /" >&2
17802 echo "$as_me:$LINENO: checking for $ac_header" >&5
17803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17804 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17805 echo $ECHO_N "(cached) $ECHO_C" >&6
17807 eval "$as_ac_Header=\$ac_header_preproc"
17809 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17810 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17813 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17814 cat >>confdefs.h
<<_ACEOF
17815 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17822 if test "$ac_cv_header_sys_procfs_h" = yes; then
17823 echo "$as_me:$LINENO: checking for prstatus_t in sys/procfs.h" >&5
17824 echo $ECHO_N "checking for prstatus_t in sys/procfs.h... $ECHO_C" >&6
17825 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then
17826 echo $ECHO_N "(cached) $ECHO_C" >&6
17828 cat >conftest.
$ac_ext <<_ACEOF
17831 cat confdefs.h
>>conftest.
$ac_ext
17832 cat >>conftest.
$ac_ext <<_ACEOF
17833 /* end confdefs.h. */
17836 #include <sys/procfs.h>
17845 rm -f conftest.
$ac_objext
17846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17847 (eval $ac_compile) 2>conftest.er1
17849 grep -v '^ *+' conftest.er1
>conftest.err
17851 cat conftest.err
>&5
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); } &&
17854 { ac_try
='test -z "$ac_c_werror_flag"
17855 || test ! -s conftest.err'
17856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17857 (eval $ac_try) 2>&5
17859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17860 (exit $ac_status); }; } &&
17861 { ac_try
='test -s conftest.$ac_objext'
17862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17863 (eval $ac_try) 2>&5
17865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17866 (exit $ac_status); }; }; then
17867 bfd_cv_have_sys_procfs_type_prstatus_t
=yes
17869 echo "$as_me: failed program was:" >&5
17870 sed 's/^/| /' conftest.
$ac_ext >&5
17872 bfd_cv_have_sys_procfs_type_prstatus_t
=no
17875 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17878 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
17880 cat >>confdefs.h
<<\_ACEOF
17881 #define HAVE_PRSTATUS_T 1
17885 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
17886 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus_t" >&6
17888 echo "$as_me:$LINENO: checking for prstatus32_t in sys/procfs.h" >&5
17889 echo $ECHO_N "checking for prstatus32_t in sys/procfs.h... $ECHO_C" >&6
17890 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then
17891 echo $ECHO_N "(cached) $ECHO_C" >&6
17893 cat >conftest.
$ac_ext <<_ACEOF
17896 cat confdefs.h
>>conftest.
$ac_ext
17897 cat >>conftest.
$ac_ext <<_ACEOF
17898 /* end confdefs.h. */
17901 #include <sys/procfs.h>
17910 rm -f conftest.
$ac_objext
17911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17912 (eval $ac_compile) 2>conftest.er1
17914 grep -v '^ *+' conftest.er1
>conftest.err
17916 cat conftest.err
>&5
17917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17918 (exit $ac_status); } &&
17919 { ac_try
='test -z "$ac_c_werror_flag"
17920 || test ! -s conftest.err'
17921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17922 (eval $ac_try) 2>&5
17924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17925 (exit $ac_status); }; } &&
17926 { ac_try
='test -s conftest.$ac_objext'
17927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17928 (eval $ac_try) 2>&5
17930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17931 (exit $ac_status); }; }; then
17932 bfd_cv_have_sys_procfs_type_prstatus32_t
=yes
17934 echo "$as_me: failed program was:" >&5
17935 sed 's/^/| /' conftest.
$ac_ext >&5
17937 bfd_cv_have_sys_procfs_type_prstatus32_t
=no
17940 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17943 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
17945 cat >>confdefs.h
<<\_ACEOF
17946 #define HAVE_PRSTATUS32_T 1
17950 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
17951 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6
17953 echo "$as_me:$LINENO: checking for prstatus_t.pr_who in sys/procfs.h" >&5
17954 echo $ECHO_N "checking for prstatus_t.pr_who in sys/procfs.h... $ECHO_C" >&6
17955 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then
17956 echo $ECHO_N "(cached) $ECHO_C" >&6
17958 cat >conftest.
$ac_ext <<_ACEOF
17961 cat confdefs.h
>>conftest.
$ac_ext
17962 cat >>conftest.
$ac_ext <<_ACEOF
17963 /* end confdefs.h. */
17966 #include <sys/procfs.h>
17970 prstatus_t avar; void* aref = (void*) &avar.pr_who
17975 rm -f conftest.
$ac_objext
17976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17977 (eval $ac_compile) 2>conftest.er1
17979 grep -v '^ *+' conftest.er1
>conftest.err
17981 cat conftest.err
>&5
17982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17983 (exit $ac_status); } &&
17984 { ac_try
='test -z "$ac_c_werror_flag"
17985 || test ! -s conftest.err'
17986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17987 (eval $ac_try) 2>&5
17989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17990 (exit $ac_status); }; } &&
17991 { ac_try
='test -s conftest.$ac_objext'
17992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17993 (eval $ac_try) 2>&5
17995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17996 (exit $ac_status); }; }; then
17997 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=yes
17999 echo "$as_me: failed program was:" >&5
18000 sed 's/^/| /' conftest.
$ac_ext >&5
18002 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=no
18005 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18008 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
18010 cat >>confdefs.h
<<\_ACEOF
18011 #define HAVE_PRSTATUS_T_PR_WHO 1
18015 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
18016 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6
18018 echo "$as_me:$LINENO: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
18019 echo $ECHO_N "checking for prstatus32_t.pr_who in sys/procfs.h... $ECHO_C" >&6
18020 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then
18021 echo $ECHO_N "(cached) $ECHO_C" >&6
18023 cat >conftest.
$ac_ext <<_ACEOF
18026 cat confdefs.h
>>conftest.
$ac_ext
18027 cat >>conftest.
$ac_ext <<_ACEOF
18028 /* end confdefs.h. */
18031 #include <sys/procfs.h>
18035 prstatus32_t avar; void* aref = (void*) &avar.pr_who
18040 rm -f conftest.
$ac_objext
18041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18042 (eval $ac_compile) 2>conftest.er1
18044 grep -v '^ *+' conftest.er1
>conftest.err
18046 cat conftest.err
>&5
18047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18048 (exit $ac_status); } &&
18049 { ac_try
='test -z "$ac_c_werror_flag"
18050 || test ! -s conftest.err'
18051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18052 (eval $ac_try) 2>&5
18054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18055 (exit $ac_status); }; } &&
18056 { ac_try
='test -s conftest.$ac_objext'
18057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18058 (eval $ac_try) 2>&5
18060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18061 (exit $ac_status); }; }; then
18062 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=yes
18064 echo "$as_me: failed program was:" >&5
18065 sed 's/^/| /' conftest.
$ac_ext >&5
18067 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=no
18070 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18073 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
18075 cat >>confdefs.h
<<\_ACEOF
18076 #define HAVE_PRSTATUS32_T_PR_WHO 1
18080 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
18081 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6
18083 echo "$as_me:$LINENO: checking for pstatus_t in sys/procfs.h" >&5
18084 echo $ECHO_N "checking for pstatus_t in sys/procfs.h... $ECHO_C" >&6
18085 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then
18086 echo $ECHO_N "(cached) $ECHO_C" >&6
18088 cat >conftest.
$ac_ext <<_ACEOF
18091 cat confdefs.h
>>conftest.
$ac_ext
18092 cat >>conftest.
$ac_ext <<_ACEOF
18093 /* end confdefs.h. */
18096 #include <sys/procfs.h>
18105 rm -f conftest.
$ac_objext
18106 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18107 (eval $ac_compile) 2>conftest.er1
18109 grep -v '^ *+' conftest.er1
>conftest.err
18111 cat conftest.err
>&5
18112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18113 (exit $ac_status); } &&
18114 { ac_try
='test -z "$ac_c_werror_flag"
18115 || test ! -s conftest.err'
18116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18117 (eval $ac_try) 2>&5
18119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18120 (exit $ac_status); }; } &&
18121 { ac_try
='test -s conftest.$ac_objext'
18122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18123 (eval $ac_try) 2>&5
18125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18126 (exit $ac_status); }; }; then
18127 bfd_cv_have_sys_procfs_type_pstatus_t
=yes
18129 echo "$as_me: failed program was:" >&5
18130 sed 's/^/| /' conftest.
$ac_ext >&5
18132 bfd_cv_have_sys_procfs_type_pstatus_t
=no
18135 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18138 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
18140 cat >>confdefs.h
<<\_ACEOF
18141 #define HAVE_PSTATUS_T 1
18145 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
18146 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus_t" >&6
18148 echo "$as_me:$LINENO: checking for pxstatus_t in sys/procfs.h" >&5
18149 echo $ECHO_N "checking for pxstatus_t in sys/procfs.h... $ECHO_C" >&6
18150 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then
18151 echo $ECHO_N "(cached) $ECHO_C" >&6
18153 cat >conftest.
$ac_ext <<_ACEOF
18156 cat confdefs.h
>>conftest.
$ac_ext
18157 cat >>conftest.
$ac_ext <<_ACEOF
18158 /* end confdefs.h. */
18161 #include <sys/procfs.h>
18170 rm -f conftest.
$ac_objext
18171 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18172 (eval $ac_compile) 2>conftest.er1
18174 grep -v '^ *+' conftest.er1
>conftest.err
18176 cat conftest.err
>&5
18177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18178 (exit $ac_status); } &&
18179 { ac_try
='test -z "$ac_c_werror_flag"
18180 || test ! -s conftest.err'
18181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18182 (eval $ac_try) 2>&5
18184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18185 (exit $ac_status); }; } &&
18186 { ac_try
='test -s conftest.$ac_objext'
18187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18188 (eval $ac_try) 2>&5
18190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18191 (exit $ac_status); }; }; then
18192 bfd_cv_have_sys_procfs_type_pxstatus_t
=yes
18194 echo "$as_me: failed program was:" >&5
18195 sed 's/^/| /' conftest.
$ac_ext >&5
18197 bfd_cv_have_sys_procfs_type_pxstatus_t
=no
18200 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18203 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
18205 cat >>confdefs.h
<<\_ACEOF
18206 #define HAVE_PXSTATUS_T 1
18210 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
18211 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6
18213 echo "$as_me:$LINENO: checking for pstatus32_t in sys/procfs.h" >&5
18214 echo $ECHO_N "checking for pstatus32_t in sys/procfs.h... $ECHO_C" >&6
18215 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then
18216 echo $ECHO_N "(cached) $ECHO_C" >&6
18218 cat >conftest.
$ac_ext <<_ACEOF
18221 cat confdefs.h
>>conftest.
$ac_ext
18222 cat >>conftest.
$ac_ext <<_ACEOF
18223 /* end confdefs.h. */
18226 #include <sys/procfs.h>
18235 rm -f conftest.
$ac_objext
18236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18237 (eval $ac_compile) 2>conftest.er1
18239 grep -v '^ *+' conftest.er1
>conftest.err
18241 cat conftest.err
>&5
18242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18243 (exit $ac_status); } &&
18244 { ac_try
='test -z "$ac_c_werror_flag"
18245 || test ! -s conftest.err'
18246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18247 (eval $ac_try) 2>&5
18249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18250 (exit $ac_status); }; } &&
18251 { ac_try
='test -s conftest.$ac_objext'
18252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18253 (eval $ac_try) 2>&5
18255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18256 (exit $ac_status); }; }; then
18257 bfd_cv_have_sys_procfs_type_pstatus32_t
=yes
18259 echo "$as_me: failed program was:" >&5
18260 sed 's/^/| /' conftest.
$ac_ext >&5
18262 bfd_cv_have_sys_procfs_type_pstatus32_t
=no
18265 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18268 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
18270 cat >>confdefs.h
<<\_ACEOF
18271 #define HAVE_PSTATUS32_T 1
18275 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
18276 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6
18278 echo "$as_me:$LINENO: checking for prpsinfo_t in sys/procfs.h" >&5
18279 echo $ECHO_N "checking for prpsinfo_t in sys/procfs.h... $ECHO_C" >&6
18280 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then
18281 echo $ECHO_N "(cached) $ECHO_C" >&6
18283 cat >conftest.
$ac_ext <<_ACEOF
18286 cat confdefs.h
>>conftest.
$ac_ext
18287 cat >>conftest.
$ac_ext <<_ACEOF
18288 /* end confdefs.h. */
18291 #include <sys/procfs.h>
18300 rm -f conftest.
$ac_objext
18301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18302 (eval $ac_compile) 2>conftest.er1
18304 grep -v '^ *+' conftest.er1
>conftest.err
18306 cat conftest.err
>&5
18307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18308 (exit $ac_status); } &&
18309 { ac_try
='test -z "$ac_c_werror_flag"
18310 || test ! -s conftest.err'
18311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18312 (eval $ac_try) 2>&5
18314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18315 (exit $ac_status); }; } &&
18316 { ac_try
='test -s conftest.$ac_objext'
18317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18318 (eval $ac_try) 2>&5
18320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18321 (exit $ac_status); }; }; then
18322 bfd_cv_have_sys_procfs_type_prpsinfo_t
=yes
18324 echo "$as_me: failed program was:" >&5
18325 sed 's/^/| /' conftest.
$ac_ext >&5
18327 bfd_cv_have_sys_procfs_type_prpsinfo_t
=no
18330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18333 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
18335 cat >>confdefs.h
<<\_ACEOF
18336 #define HAVE_PRPSINFO_T 1
18340 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
18341 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6
18343 echo "$as_me:$LINENO: checking for prpsinfo32_t in sys/procfs.h" >&5
18344 echo $ECHO_N "checking for prpsinfo32_t in sys/procfs.h... $ECHO_C" >&6
18345 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then
18346 echo $ECHO_N "(cached) $ECHO_C" >&6
18348 cat >conftest.
$ac_ext <<_ACEOF
18351 cat confdefs.h
>>conftest.
$ac_ext
18352 cat >>conftest.
$ac_ext <<_ACEOF
18353 /* end confdefs.h. */
18356 #include <sys/procfs.h>
18365 rm -f conftest.
$ac_objext
18366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18367 (eval $ac_compile) 2>conftest.er1
18369 grep -v '^ *+' conftest.er1
>conftest.err
18371 cat conftest.err
>&5
18372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18373 (exit $ac_status); } &&
18374 { ac_try
='test -z "$ac_c_werror_flag"
18375 || test ! -s conftest.err'
18376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18377 (eval $ac_try) 2>&5
18379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18380 (exit $ac_status); }; } &&
18381 { ac_try
='test -s conftest.$ac_objext'
18382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18383 (eval $ac_try) 2>&5
18385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18386 (exit $ac_status); }; }; then
18387 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=yes
18389 echo "$as_me: failed program was:" >&5
18390 sed 's/^/| /' conftest.
$ac_ext >&5
18392 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=no
18395 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18398 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
18400 cat >>confdefs.h
<<\_ACEOF
18401 #define HAVE_PRPSINFO32_T 1
18405 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
18406 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6
18408 echo "$as_me:$LINENO: checking for psinfo_t in sys/procfs.h" >&5
18409 echo $ECHO_N "checking for psinfo_t in sys/procfs.h... $ECHO_C" >&6
18410 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then
18411 echo $ECHO_N "(cached) $ECHO_C" >&6
18413 cat >conftest.
$ac_ext <<_ACEOF
18416 cat confdefs.h
>>conftest.
$ac_ext
18417 cat >>conftest.
$ac_ext <<_ACEOF
18418 /* end confdefs.h. */
18421 #include <sys/procfs.h>
18430 rm -f conftest.
$ac_objext
18431 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18432 (eval $ac_compile) 2>conftest.er1
18434 grep -v '^ *+' conftest.er1
>conftest.err
18436 cat conftest.err
>&5
18437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18438 (exit $ac_status); } &&
18439 { ac_try
='test -z "$ac_c_werror_flag"
18440 || test ! -s conftest.err'
18441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18442 (eval $ac_try) 2>&5
18444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18445 (exit $ac_status); }; } &&
18446 { ac_try
='test -s conftest.$ac_objext'
18447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18448 (eval $ac_try) 2>&5
18450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18451 (exit $ac_status); }; }; then
18452 bfd_cv_have_sys_procfs_type_psinfo_t
=yes
18454 echo "$as_me: failed program was:" >&5
18455 sed 's/^/| /' conftest.
$ac_ext >&5
18457 bfd_cv_have_sys_procfs_type_psinfo_t
=no
18460 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18463 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
18465 cat >>confdefs.h
<<\_ACEOF
18466 #define HAVE_PSINFO_T 1
18470 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
18471 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo_t" >&6
18473 echo "$as_me:$LINENO: checking for psinfo32_t in sys/procfs.h" >&5
18474 echo $ECHO_N "checking for psinfo32_t in sys/procfs.h... $ECHO_C" >&6
18475 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then
18476 echo $ECHO_N "(cached) $ECHO_C" >&6
18478 cat >conftest.
$ac_ext <<_ACEOF
18481 cat confdefs.h
>>conftest.
$ac_ext
18482 cat >>conftest.
$ac_ext <<_ACEOF
18483 /* end confdefs.h. */
18486 #include <sys/procfs.h>
18495 rm -f conftest.
$ac_objext
18496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18497 (eval $ac_compile) 2>conftest.er1
18499 grep -v '^ *+' conftest.er1
>conftest.err
18501 cat conftest.err
>&5
18502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18503 (exit $ac_status); } &&
18504 { ac_try
='test -z "$ac_c_werror_flag"
18505 || test ! -s conftest.err'
18506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18507 (eval $ac_try) 2>&5
18509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18510 (exit $ac_status); }; } &&
18511 { ac_try
='test -s conftest.$ac_objext'
18512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18513 (eval $ac_try) 2>&5
18515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18516 (exit $ac_status); }; }; then
18517 bfd_cv_have_sys_procfs_type_psinfo32_t
=yes
18519 echo "$as_me: failed program was:" >&5
18520 sed 's/^/| /' conftest.
$ac_ext >&5
18522 bfd_cv_have_sys_procfs_type_psinfo32_t
=no
18525 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18528 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
18530 cat >>confdefs.h
<<\_ACEOF
18531 #define HAVE_PSINFO32_T 1
18535 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
18536 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6
18538 echo "$as_me:$LINENO: checking for lwpstatus_t in sys/procfs.h" >&5
18539 echo $ECHO_N "checking for lwpstatus_t in sys/procfs.h... $ECHO_C" >&6
18540 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then
18541 echo $ECHO_N "(cached) $ECHO_C" >&6
18543 cat >conftest.
$ac_ext <<_ACEOF
18546 cat confdefs.h
>>conftest.
$ac_ext
18547 cat >>conftest.
$ac_ext <<_ACEOF
18548 /* end confdefs.h. */
18551 #include <sys/procfs.h>
18560 rm -f conftest.
$ac_objext
18561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18562 (eval $ac_compile) 2>conftest.er1
18564 grep -v '^ *+' conftest.er1
>conftest.err
18566 cat conftest.err
>&5
18567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18568 (exit $ac_status); } &&
18569 { ac_try
='test -z "$ac_c_werror_flag"
18570 || test ! -s conftest.err'
18571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18572 (eval $ac_try) 2>&5
18574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18575 (exit $ac_status); }; } &&
18576 { ac_try
='test -s conftest.$ac_objext'
18577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18578 (eval $ac_try) 2>&5
18580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18581 (exit $ac_status); }; }; then
18582 bfd_cv_have_sys_procfs_type_lwpstatus_t
=yes
18584 echo "$as_me: failed program was:" >&5
18585 sed 's/^/| /' conftest.
$ac_ext >&5
18587 bfd_cv_have_sys_procfs_type_lwpstatus_t
=no
18590 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18593 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
18595 cat >>confdefs.h
<<\_ACEOF
18596 #define HAVE_LWPSTATUS_T 1
18600 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
18601 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6
18603 echo "$as_me:$LINENO: checking for lwpxstatus_t in sys/procfs.h" >&5
18604 echo $ECHO_N "checking for lwpxstatus_t in sys/procfs.h... $ECHO_C" >&6
18605 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then
18606 echo $ECHO_N "(cached) $ECHO_C" >&6
18608 cat >conftest.
$ac_ext <<_ACEOF
18611 cat confdefs.h
>>conftest.
$ac_ext
18612 cat >>conftest.
$ac_ext <<_ACEOF
18613 /* end confdefs.h. */
18616 #include <sys/procfs.h>
18625 rm -f conftest.
$ac_objext
18626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18627 (eval $ac_compile) 2>conftest.er1
18629 grep -v '^ *+' conftest.er1
>conftest.err
18631 cat conftest.err
>&5
18632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18633 (exit $ac_status); } &&
18634 { ac_try
='test -z "$ac_c_werror_flag"
18635 || test ! -s conftest.err'
18636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18637 (eval $ac_try) 2>&5
18639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18640 (exit $ac_status); }; } &&
18641 { ac_try
='test -s conftest.$ac_objext'
18642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18643 (eval $ac_try) 2>&5
18645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18646 (exit $ac_status); }; }; then
18647 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=yes
18649 echo "$as_me: failed program was:" >&5
18650 sed 's/^/| /' conftest.
$ac_ext >&5
18652 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=no
18655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18658 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
18660 cat >>confdefs.h
<<\_ACEOF
18661 #define HAVE_LWPXSTATUS_T 1
18665 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
18666 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6
18668 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
18669 echo $ECHO_N "checking for lwpstatus_t.pr_context in sys/procfs.h... $ECHO_C" >&6
18670 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then
18671 echo $ECHO_N "(cached) $ECHO_C" >&6
18673 cat >conftest.
$ac_ext <<_ACEOF
18676 cat confdefs.h
>>conftest.
$ac_ext
18677 cat >>conftest.
$ac_ext <<_ACEOF
18678 /* end confdefs.h. */
18681 #include <sys/procfs.h>
18685 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
18690 rm -f conftest.
$ac_objext
18691 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18692 (eval $ac_compile) 2>conftest.er1
18694 grep -v '^ *+' conftest.er1
>conftest.err
18696 cat conftest.err
>&5
18697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18698 (exit $ac_status); } &&
18699 { ac_try
='test -z "$ac_c_werror_flag"
18700 || test ! -s conftest.err'
18701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18702 (eval $ac_try) 2>&5
18704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18705 (exit $ac_status); }; } &&
18706 { ac_try
='test -s conftest.$ac_objext'
18707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18708 (eval $ac_try) 2>&5
18710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18711 (exit $ac_status); }; }; then
18712 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=yes
18714 echo "$as_me: failed program was:" >&5
18715 sed 's/^/| /' conftest.
$ac_ext >&5
18717 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=no
18720 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18723 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
18725 cat >>confdefs.h
<<\_ACEOF
18726 #define HAVE_LWPSTATUS_T_PR_CONTEXT 1
18730 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
18731 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6
18733 echo "$as_me:$LINENO: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
18734 echo $ECHO_N "checking for lwpstatus_t.pr_reg in sys/procfs.h... $ECHO_C" >&6
18735 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then
18736 echo $ECHO_N "(cached) $ECHO_C" >&6
18738 cat >conftest.
$ac_ext <<_ACEOF
18741 cat confdefs.h
>>conftest.
$ac_ext
18742 cat >>conftest.
$ac_ext <<_ACEOF
18743 /* end confdefs.h. */
18746 #include <sys/procfs.h>
18750 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
18755 rm -f conftest.
$ac_objext
18756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18757 (eval $ac_compile) 2>conftest.er1
18759 grep -v '^ *+' conftest.er1
>conftest.err
18761 cat conftest.err
>&5
18762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18763 (exit $ac_status); } &&
18764 { ac_try
='test -z "$ac_c_werror_flag"
18765 || test ! -s conftest.err'
18766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18767 (eval $ac_try) 2>&5
18769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18770 (exit $ac_status); }; } &&
18771 { ac_try
='test -s conftest.$ac_objext'
18772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18773 (eval $ac_try) 2>&5
18775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18776 (exit $ac_status); }; }; then
18777 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=yes
18779 echo "$as_me: failed program was:" >&5
18780 sed 's/^/| /' conftest.
$ac_ext >&5
18782 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=no
18785 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18788 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
18790 cat >>confdefs.h
<<\_ACEOF
18791 #define HAVE_LWPSTATUS_T_PR_REG 1
18795 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
18796 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6
18798 echo "$as_me:$LINENO: checking for win32_pstatus_t in sys/procfs.h" >&5
18799 echo $ECHO_N "checking for win32_pstatus_t in sys/procfs.h... $ECHO_C" >&6
18800 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then
18801 echo $ECHO_N "(cached) $ECHO_C" >&6
18803 cat >conftest.
$ac_ext <<_ACEOF
18806 cat confdefs.h
>>conftest.
$ac_ext
18807 cat >>conftest.
$ac_ext <<_ACEOF
18808 /* end confdefs.h. */
18811 #include <sys/procfs.h>
18815 win32_pstatus_t avar
18820 rm -f conftest.
$ac_objext
18821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18822 (eval $ac_compile) 2>conftest.er1
18824 grep -v '^ *+' conftest.er1
>conftest.err
18826 cat conftest.err
>&5
18827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18828 (exit $ac_status); } &&
18829 { ac_try
='test -z "$ac_c_werror_flag"
18830 || test ! -s conftest.err'
18831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18832 (eval $ac_try) 2>&5
18834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18835 (exit $ac_status); }; } &&
18836 { ac_try
='test -s conftest.$ac_objext'
18837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18838 (eval $ac_try) 2>&5
18840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18841 (exit $ac_status); }; }; then
18842 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=yes
18844 echo "$as_me: failed program was:" >&5
18845 sed 's/^/| /' conftest.
$ac_ext >&5
18847 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=no
18850 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18853 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
18855 cat >>confdefs.h
<<\_ACEOF
18856 #define HAVE_WIN32_PSTATUS_T 1
18860 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
18861 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6
18867 if test -n "$TRAD_HEADER"; then
18869 cat >>confdefs.h
<<_ACEOF
18870 #define TRAD_HEADER $TRAD_HEADER
18875 # Horrible hacks to build DLLs on Windows.
18880 if test "$enable_shared" = "yes"; then
18881 WIN32LDFLAGS
="-no-undefined"
18882 WIN32LIBADD
="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
18886 # We borrow WIN32LIBADD so that the shared libbfd won't depend on
18890 # Linux/MIPS uses PIC by default.
18891 if test "$enable_shared" = "yes"; then
18892 WIN32LIBADD
="-L../libiberty -liberty"
18896 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
18897 if test -n "$x"; then
18898 WIN32LIBADD
="-L../libiberty/pic -liberty"
18909 # Canonicalize the secondary target names.
18910 if test -n "$enable_targets" ; then
18911 for targ
in `echo $enable_targets | sed 's/,/ /g'`
18913 result
=`$ac_config_sub $targ 2>/dev/null`
18914 if test -n "$result" ; then
18915 canon_targets
="$canon_targets $result"
18917 # Allow targets that config.sub doesn't recognize, like "all".
18918 canon_targets
="$canon_targets $targ"
18929 for targ
in $target $canon_targets
18931 if test "x$targ" = "xall"; then
18933 assocvecs
="$assocvecs $targ_defvec $targ_selvecs"
18935 .
$srcdir/config.bfd
18936 if test "x$targ" = "x$target"; then
18937 defvec
=$targ_defvec
18939 selvecs
="$selvecs $targ_defvec $targ_selvecs"
18940 selarchs
="$selarchs $targ_archs"
18941 TDEFINES
="$TDEFINES $targ_cflags"
18946 # This processing still needs to be done if we're to decide properly whether
18947 # 64-bit support needs to be compiled in. Currently, it will be included if
18948 # the default or any other explicitly requested target requires it; it
18949 # will not be included on a 32-bit host if no 64-bit target is requested, and
18950 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
18953 # uniq the default and selected vectors in all the configured targets.
18955 for i
in $selvecs ; do
18964 # uniq the associated vectors in all the configured targets.
18966 for i
in $assocvecs ; do
18975 # uniq the architectures in all the configured targets.
18977 for i
in $selarchs ; do
18985 # Target backend .o files.
18988 elf
="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo"
18990 for vec
in $selvecs
18994 # This list is alphabetized to make it easy to compare
18995 # with the two vector lists in targets.c. For the same reason,
18996 # use one entry per line, even though this leads to long lines.
18997 a_out_adobe_vec
) tb
="$tb aout-adobe.lo aout32.lo" ;;
18998 aix5coff64_vec
) tb
="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size
=64 ;;
18999 aout0_big_vec
) tb
="$tb aout0.lo aout32.lo" ;;
19000 aout_arm_big_vec
) tb
="$tb aout-arm.lo aout32.lo" ;;
19001 aout_arm_little_vec
) tb
="$tb aout-arm.lo aout32.lo" ;;
19002 apollocoff_vec
) tb
="$tb coff-apollo.lo" ;;
19003 arm_epoc_pe_big_vec
) tb
="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
19004 arm_epoc_pe_little_vec
) tb
="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
19005 arm_epoc_pei_big_vec
) tb
="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
19006 arm_epoc_pei_little_vec
) tb
="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
19007 arm_wince_pe_big_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
19008 arm_wince_pe_little_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
19009 arm_wince_pei_big_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
19010 arm_wince_pei_little_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
19011 armcoff_big_vec
) tb
="$tb coff-arm.lo cofflink.lo " ;;
19012 armcoff_little_vec
) tb
="$tb coff-arm.lo cofflink.lo " ;;
19013 armnetbsd_vec
) tb
="$tb armnetbsd.lo aout32.lo" ;;
19014 armpe_big_vec
) tb
="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
19015 armpe_little_vec
) tb
="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
19016 armpei_big_vec
) tb
="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
19017 armpei_little_vec
) tb
="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
19018 b_out_vec_big_host
) tb
="$tb bout.lo aout32.lo" ;;
19019 b_out_vec_little_host
) tb
="$tb bout.lo aout32.lo" ;;
19020 bfd_efi_app_ia32_vec
) tb
="$tb efi-app-ia32.lo peigen.lo cofflink.lo" ;;
19021 bfd_efi_bsdrv_ia32_vec
) tb
="$tb efi-bsdrv-ia32.lo peigen.lo cofflink.lo" ;;
19022 bfd_efi_rtdrv_ia32_vec
) tb
="$tb efi-rtdrv-ia32.lo peigen.lo cofflink.lo" ;;
19023 bfd_efi_app_x86_64_vec
) tb
="$tb efi-app-x86_64.lo pex64igen.lo cofflink.lo" ;target_size
=64;;
19024 bfd_efi_bsdrv_x86_64_vec
) tb
="$tb efi-bsdrv-x86_64.lo pex64igen.lo cofflink.lo" ;target_size
=64;;
19025 bfd_efi_rtdrv_x86_64_vec
) tb
="$tb efi-rtdrv-x86_64.lo pex64igen.lo cofflink.lo" ;target_size
=64;;
19026 bfd_efi_app_ia64_vec
) tb
="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size
=64 ;;
19027 bfd_efi_bsdrv_ia64_vec
) tb
="$tb efi-bsdrv-ia64.lo pepigen.lo cofflink.lo"; target_size
=64 ;;
19028 bfd_efi_rtdrv_ia64_vec
) tb
="$tb efi-rtdrv-ia64.lo pepigen.lo cofflink.lo"; target_size
=64 ;;
19029 bfd_elf32_am33lin_vec
) tb
="$tb elf32-am33lin.lo elf32.lo $elf" ;;
19030 bfd_elf32_avr_vec
) tb
="$tb elf32-avr.lo elf32.lo $elf" ;;
19031 bfd_elf32_bfin_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
19032 bfd_elf32_bfinfdpic_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
19033 bfd_elf32_big_generic_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
19034 bfd_elf32_bigarc_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
19035 bfd_elf32_bigarm_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
19036 bfd_elf32_bigarm_symbian_vec
)
19037 tb
="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
19038 bfd_elf32_bigarm_vxworks_vec
)
19039 tb
="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
19040 bfd_elf32_bigmips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
19041 bfd_elf32_bigmips_vxworks_vec
)
19042 tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
19043 bfd_elf32_cr16_vec
) tb
="$tb elf32-cr16.lo elf32.lo $elf" ;;
19044 bfd_elf32_cr16c_vec
) tb
="$tb elf32-cr16c.lo elf32.lo $elf" ;;
19045 bfd_elf32_cris_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
19046 bfd_elf32_crx_vec
) tb
="$tb elf32-crx.lo elf32.lo $elf" ;;
19047 bfd_elf32_d10v_vec
) tb
="$tb elf32-d10v.lo elf32.lo $elf" ;;
19048 bfd_elf32_d30v_vec
) tb
="$tb elf32-d30v.lo elf32.lo $elf" ;;
19049 bfd_elf32_dlx_big_vec
) tb
="$tb elf32-dlx.lo elf32.lo $elf" ;;
19050 bfd_elf32_fr30_vec
) tb
="$tb elf32-fr30.lo elf32.lo $elf" ;;
19051 bfd_elf32_frv_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
19052 bfd_elf32_frvfdpic_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
19053 bfd_elf32_h8300_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
19054 bfd_elf32_hppa_linux_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
19055 bfd_elf32_hppa_nbsd_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
19056 bfd_elf32_hppa_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
19057 bfd_elf32_i370_vec
) tb
="$tb elf32-i370.lo elf32.lo $elf" ;;
19058 bfd_elf32_i386_dragonfly_vec
)
19059 tb
="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
19060 bfd_elf32_i386_freebsd_vec
) tb
="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
19061 bfd_elf32_i386_vxworks_vec
) tb
="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
19062 bfd_elf32_i386_vec
) tb
="$tb elf32-i386.lo elf-vxworks.lo elf32.lo $elf" ;;
19063 bfd_elf32_i860_little_vec
) tb
="$tb elf32-i860.lo elf32.lo $elf" ;;
19064 bfd_elf32_i860_vec
) tb
="$tb elf32-i860.lo elf32.lo $elf" ;;
19065 bfd_elf32_i960_vec
) tb
="$tb elf32-i960.lo elf32.lo $elf" ;;
19066 bfd_elf32_ia64_big_vec
) tb
="$tb elf32-ia64.lo elf32.lo $elf" ;;
19067 bfd_elf32_ia64_hpux_big_vec
) tb
="$tb elf32-ia64.lo elf32.lo $elf";;
19068 bfd_elf32_ip2k_vec
) tb
="$tb elf32-ip2k.lo elf32.lo $elf" ;;
19069 bfd_elf32_iq2000_vec
) tb
="$tb elf32-iq2000.lo elf32.lo $elf" ;;
19070 bfd_elf32_little_generic_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
19071 bfd_elf32_littlearc_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
19072 bfd_elf32_littlearm_symbian_vec
)
19073 tb
="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
19074 bfd_elf32_littlearm_vxworks_vec
)
19075 tb
="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
19076 bfd_elf32_littlearm_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-vxworks.lo $elf" ;;
19077 bfd_elf32_littlemips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
19078 bfd_elf32_littlemips_vxworks_vec
)
19079 tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
19080 bfd_elf32_m32c_vec
) tb
="$tb elf32-m32c.lo elf32.lo $elf" ;;
19081 bfd_elf32_m32r_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
19082 bfd_elf32_m32rle_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
19083 bfd_elf32_m32rlin_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
19084 bfd_elf32_m32rlelin_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
19085 bfd_elf32_m68hc11_vec
) tb
="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
19086 bfd_elf32_m68hc12_vec
) tb
="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
19087 bfd_elf32_m68k_vec
) tb
="$tb elf32-m68k.lo elf32.lo $elf" ;;
19088 bfd_elf32_m88k_vec
) tb
="$tb elf32-m88k.lo elf32.lo $elf" ;;
19089 bfd_elf32_mcore_big_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
19090 bfd_elf32_mcore_little_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
19091 bfd_elf32_mep_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
19092 bfd_elf32_mep_little_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
19093 bfd_elf32_mn10200_vec
) tb
="$tb elf-m10200.lo elf32.lo $elf" ;;
19094 bfd_elf32_mn10300_vec
) tb
="$tb elf-m10300.lo elf32.lo $elf" ;;
19095 bfd_elf32_mt_vec
) tb
="$tb elf32-mt.lo elf32.lo $elf" ;;
19096 bfd_elf32_msp430_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
19097 bfd_elf32_nbigmips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19098 bfd_elf32_nlittlemips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19099 bfd_elf32_ntradbigmips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19100 bfd_elf32_ntradlittlemips_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19101 bfd_elf32_openrisc_vec
) tb
="$tb elf32-openrisc.lo elf32.lo $elf" ;;
19102 bfd_elf32_or32_big_vec
) tb
="$tb elf32-or32.lo elf32.lo $elf" ;;
19103 bfd_elf32_pj_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf";;
19104 bfd_elf32_pjl_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf";;
19105 bfd_elf32_powerpc_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
19106 bfd_elf32_powerpcle_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
19107 bfd_elf32_powerpc_vxworks_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
19108 bfd_elf32_s390_vec
) tb
="$tb elf32-s390.lo elf32.lo $elf" ;;
19109 bfd_elf32_bigscore_vec
) tb
="$tb elf32-score.lo elf32.lo $elf" ;;
19110 bfd_elf32_littlescore_vec
) tb
="$tb elf32-score.lo elf32.lo $elf" ;;
19111 # FIXME: We include cofflink.lo not because it's needed for
19112 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
19113 # which needs it but does not list it. Should be fixed in right place.
19114 bfd_elf32_sh64_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
19115 bfd_elf32_sh64l_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
19116 bfd_elf32_sh64lin_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
19117 bfd_elf32_sh64blin_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size
=64 ;;
19118 bfd_elf32_sh64lnbsd_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
19119 bfd_elf32_sh64nbsd_vec
) tb
="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
19120 bfd_elf32_sh_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
19121 bfd_elf32_shblin_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
19122 bfd_elf32_shl_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
19123 bfd_elf32_shl_symbian_vec
) tb
="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
19124 bfd_elf32_shlin_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
19125 bfd_elf32_shlnbsd_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
19126 bfd_elf32_shlvxworks_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
19127 bfd_elf32_shnbsd_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
19128 bfd_elf32_shvxworks_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
19129 bfd_elf32_sparc_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
19130 bfd_elf32_sparc_vxworks_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
19131 bfd_elf32_spu_vec
) tb
="$tb elf32-spu.lo elf32.lo $elf" ;;
19132 bfd_elf32_tradbigmips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
19133 bfd_elf32_tradlittlemips_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
19134 bfd_elf32_us_cris_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
19135 bfd_elf32_v850_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
19136 bfd_elf32_vax_vec
) tb
="$tb elf32-vax.lo elf32.lo $elf" ;;
19137 bfd_elf32_xstormy16_vec
) tb
="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
19138 bfd_elf32_xc16x_vec
) tb
="$tb elf32-xc16x.lo elf32.lo $elf" ;;
19139 bfd_elf32_xtensa_le_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
19140 bfd_elf32_xtensa_be_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
19141 bfd_elf64_alpha_freebsd_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
19142 bfd_elf64_alpha_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
19143 bfd_elf64_big_generic_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
19144 bfd_elf64_bigmips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19145 bfd_elf64_hppa_linux_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
19146 bfd_elf64_hppa_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
19147 bfd_elf64_ia64_big_vec
) tb
="$tb elf64-ia64.lo elf64.lo $elf"; target_size
=64 ;;
19148 bfd_elf64_ia64_hpux_big_vec
) tb
="$tb elf64-ia64.lo elf64.lo $elf"; target_size
=64 ;;
19149 bfd_elf64_ia64_little_vec
) tb
="$tb elf64-ia64.lo elf64.lo $elf"; target_size
=64 ;;
19150 bfd_elf64_little_generic_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
19151 bfd_elf64_littlemips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19152 bfd_elf64_mmix_vec
) tb
="$tb elf64-mmix.lo elf64.lo $elf" target_size
=64 ;;
19153 bfd_elf64_powerpc_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
19154 bfd_elf64_powerpcle_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
19155 bfd_elf64_s390_vec
) tb
="$tb elf64-s390.lo elf64.lo $elf"; target_size
=64 ;;
19156 bfd_elf64_sh64_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
19157 bfd_elf64_sh64l_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
19158 bfd_elf64_sh64lin_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
19159 bfd_elf64_sh64blin_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
19160 bfd_elf64_sh64lnbsd_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
19161 bfd_elf64_sh64nbsd_vec
) tb
="$tb elf64-sh64.lo elf64.lo $elf" target_size
=64 ;;
19162 bfd_elf64_sparc_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
19163 bfd_elf64_sparc_freebsd_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
19164 bfd_elf64_tradbigmips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19165 bfd_elf64_tradlittlemips_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size
=64 ;;
19166 bfd_elf64_x86_64_freebsd_vec
) tb
="$tb elf64-x86-64.lo elf64.lo $elf"; target_size
=64 ;;
19167 bfd_elf64_x86_64_vec
) tb
="$tb elf64-x86-64.lo elf64.lo $elf"; target_size
=64 ;;
19168 bfd_mmo_vec
) tb
="$tb mmo.lo" target_size
=64 ;;
19169 bfd_powerpc_pe_vec
) tb
="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
19170 bfd_powerpc_pei_vec
) tb
="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
19171 bfd_powerpcle_pe_vec
) tb
="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
19172 bfd_powerpcle_pei_vec
) tb
="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
19173 cris_aout_vec
) tb
="$tb aout-cris.lo" ;;
19174 demo_64_vec
) tb
="$tb demo64.lo aout64.lo"; target_size
=64 ;;
19175 ecoff_big_vec
) tb
="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
19176 ecoff_biglittle_vec
) tb
="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
19177 ecoff_little_vec
) tb
="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
19178 ecoffalpha_little_vec
) tb
="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size
=64 ;;
19179 go32coff_vec
) tb
="$tb coff-go32.lo cofflink.lo" ;;
19180 go32stubbedcoff_vec
) tb
="$tb coff-stgo32.lo cofflink.lo" ;;
19181 h8300coff_vec
) tb
="$tb coff-h8300.lo reloc16.lo" ;;
19182 h8500coff_vec
) tb
="$tb coff-h8500.lo reloc16.lo" ;;
19183 host_aout_vec
) tb
="$tb host-aout.lo aout32.lo" ;;
19184 hp300bsd_vec
) tb
="$tb hp300bsd.lo aout32.lo" ;;
19185 hp300hpux_vec
) tb
="$tb hp300hpux.lo aout32.lo" ;;
19186 i386aout_vec
) tb
="$tb i386aout.lo aout32.lo" ;;
19187 i386bsd_vec
) tb
="$tb i386bsd.lo aout32.lo" ;;
19188 i386coff_vec
) tb
="$tb coff-i386.lo cofflink.lo" ;;
19189 x86_64coff_vec
) tb
="$tb coff-x86_64.lo cofflink.lo"; target_size
=64 ;;
19190 i386dynix_vec
) tb
="$tb i386dynix.lo aout32.lo" ;;
19191 i386freebsd_vec
) tb
="$tb i386freebsd.lo aout32.lo" ;;
19192 i386linux_vec
) tb
="$tb i386linux.lo aout32.lo" ;;
19193 i386lynx_aout_vec
) tb
="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
19194 i386lynx_coff_vec
) tb
="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
19195 i386mach3_vec
) tb
="$tb i386mach3.lo aout32.lo" ;;
19196 i386msdos_vec
) tb
="$tb i386msdos.lo" ;;
19197 i386netbsd_vec
) tb
="$tb i386netbsd.lo aout32.lo" ;;
19198 i386os9k_vec
) tb
="$tb i386os9k.lo aout32.lo" ;;
19199 i386pe_vec
) tb
="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
19200 i386pei_vec
) tb
="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
19201 x86_64pe_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo cofflink.lo"; target_size
=64 ;;
19202 x86_64pei_vec
) tb
="$tb pei-x86_64.lo pex64igen.lo cofflink.lo"; target_size
=64 ;;
19203 i860coff_vec
) tb
="$tb coff-i860.lo cofflink.lo" ;;
19204 icoff_big_vec
) tb
="$tb coff-i960.lo cofflink.lo" ;;
19205 icoff_little_vec
) tb
="$tb coff-i960.lo cofflink.lo" ;;
19206 ieee_vec
) tb
="$tb ieee.lo" ;;
19207 m68k4knetbsd_vec
) tb
="$tb m68k4knetbsd.lo aout32.lo" ;;
19208 m68kaux_coff_vec
) tb
="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
19209 m68kcoff_vec
) tb
="$tb coff-m68k.lo cofflink.lo" ;;
19210 m68kcoffun_vec
) tb
="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
19211 m68klinux_vec
) tb
="$tb m68klinux.lo aout32.lo" ;;
19212 m68knetbsd_vec
) tb
="$tb m68knetbsd.lo aout32.lo" ;;
19213 m68ksysvcoff_vec
) tb
="$tb coff-svm68k.lo cofflink.lo" ;;
19214 m88kbcs_vec
) tb
="$tb coff-m88k.lo" ;;
19215 m88kmach3_vec
) tb
="$tb m88kmach3.lo aout32.lo" ;;
19216 m88kopenbsd_vec
) tb
="$tb m88kopenbsd.lo aout32.lo" ;;
19217 maxqcoff_vec
) tb
="$tb coff-maxq.lo" ;;
19218 mach_o_be_vec
) tb
="$tb mach-o.lo" ;;
19219 mach_o_le_vec
) tb
="$tb mach-o.lo" ;;
19220 mach_o_fat_vec
) tb
="$tb mach-o.lo" ;;
19221 mcore_pe_big_vec
) tb
="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
19222 mcore_pe_little_vec
) tb
="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
19223 mcore_pei_big_vec
) tb
="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
19224 mcore_pei_little_vec
) tb
="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
19225 mipslpe_vec
) tb
="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
19226 mipslpei_vec
) tb
="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
19227 newsos3_vec
) tb
="$tb newsos3.lo aout32.lo" ;;
19228 nlm32_alpha_vec
) tb
="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size
=64 ;;
19229 nlm32_i386_vec
) tb
="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
19230 nlm32_powerpc_vec
) tb
="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
19231 nlm32_sparc_vec
) tb
="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
19232 or32coff_big_vec
) tb
="$tb coff-or32.lo cofflink.lo" ;;
19233 pc532machaout_vec
) tb
="$tb pc532-mach.lo aout-ns32k.lo" ;;
19234 pc532netbsd_vec
) tb
="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
19235 pef_vec
) tb
="$tb pef.lo" ;;
19236 pef_xlib_vec
) tb
="$tb pef.lo" ;;
19237 pdp11_aout_vec
) tb
="$tb pdp11.lo" ;;
19238 pmac_xcoff_vec
) tb
="$tb coff-rs6000.lo xcofflink.lo" ;;
19239 ppcboot_vec
) tb
="$tb ppcboot.lo" ;;
19240 riscix_vec
) tb
="$tb aout32.lo riscix.lo" ;;
19241 rs6000coff64_vec
) tb
="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size
=64 ;;
19242 rs6000coff_vec
) tb
="$tb coff-rs6000.lo xcofflink.lo" ;;
19243 shcoff_small_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
19244 shcoff_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
19245 shlcoff_small_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
19246 shlcoff_vec
) tb
="$tb coff-sh.lo cofflink.lo" ;;
19247 shlpe_vec
) tb
="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
19248 shlpei_vec
) tb
="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
19249 som_vec
) tb
="$tb som.lo" ;;
19250 sparccoff_vec
) tb
="$tb coff-sparc.lo" ;;
19251 sparcle_aout_vec
) tb
="$tb aout-sparcle.lo aout32.lo" ;;
19252 sparclinux_vec
) tb
="$tb sparclinux.lo aout32.lo" ;;
19253 sparclynx_aout_vec
) tb
="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
19254 sparclynx_coff_vec
) tb
="$tb cf-sparclynx.lo lynx-core.lo" ;;
19255 sparcnetbsd_vec
) tb
="$tb sparcnetbsd.lo aout32.lo" ;;
19256 sunos_big_vec
) tb
="$tb sunos.lo aout32.lo" ;;
19257 sym_vec
) tb
="$tb xsym.lo" ;;
19258 tic30_aout_vec
) tb
="$tb aout-tic30.lo" ;;
19259 tic30_coff_vec
) tb
="$tb coff-tic30.lo" ;;
19260 tic4x_coff0_vec
) tb
="$tb coff-tic4x.lo" ;;
19261 tic4x_coff0_beh_vec
) tb
="$tb coff-tic4x.lo" ;;
19262 tic4x_coff1_vec
) tb
="$tb coff-tic4x.lo" ;;
19263 tic4x_coff1_beh_vec
) tb
="$tb coff-tic4x.lo" ;;
19264 tic4x_coff2_vec
) tb
="$tb coff-tic4x.lo" ;;
19265 tic4x_coff2_beh_vec
) tb
="$tb coff-tic4x.lo" ;;
19266 tic54x_coff0_beh_vec
) tb
="$tb coff-tic54x.lo" ;;
19267 tic54x_coff0_vec
) tb
="$tb coff-tic54x.lo" ;;
19268 tic54x_coff1_beh_vec
) tb
="$tb coff-tic54x.lo" ;;
19269 tic54x_coff1_vec
) tb
="$tb coff-tic54x.lo" ;;
19270 tic54x_coff2_beh_vec
) tb
="$tb coff-tic54x.lo" ;;
19271 tic54x_coff2_vec
) tb
="$tb coff-tic54x.lo" ;;
19272 tic80coff_vec
) tb
="$tb coff-tic80.lo cofflink.lo" ;;
19273 vaxnetbsd_vec
) tb
="$tb vaxnetbsd.lo aout32.lo" ;;
19274 vax1knetbsd_vec
) tb
="$tb vax1knetbsd.lo aout32.lo" ;;
19275 vaxbsd_vec
) tb
="$tb vaxbsd.lo aout32.lo" ;;
19276 versados_vec
) tb
="$tb versados.lo" ;;
19277 vms_alpha_vec
) tb
="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo"; target_size
=64 ;;
19278 vms_vax_vec
) tb
="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;;
19279 w65_vec
) tb
="$tb coff-w65.lo reloc16.lo" ;;
19280 we32kcoff_vec
) tb
="$tb coff-we32k.lo" ;;
19281 z80coff_vec
) tb
="$tb coff-z80.lo reloc16.lo" ;;
19282 z8kcoff_vec
) tb
="$tb coff-z8k.lo reloc16.lo cofflink.lo" ;;
19284 # These appear out of order in targets.c
19285 srec_vec
) tb
="$tb srec.lo" ;;
19286 symbolsrec_vec
) tb
="$tb srec.lo" ;;
19287 tekhex_vec
) tb
="$tb tekhex.lo" ;;
19288 cisco_core_big_vec
) tb
="$tb cisco-core.lo" ;;
19289 cisco_core_little_vec
) tb
="$tb cisco-core.lo" ;;
19292 *) { { echo "$as_me:$LINENO: error: *** unknown target vector $vec" >&5
19293 echo "$as_me: error: *** unknown target vector $vec" >&2;}
19294 { (exit 1); exit 1; }; } ;;
19297 if test ${target_size} = 64; then
19300 if test x
"${vec}" = x
"${defvec}"; then
19301 bfd_default_target_size
=${target_size}
19305 # Target architecture .o files.
19306 # A couple of CPUs use shorter file names to avoid problems on DOS
19308 ta
=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
19310 # Weed out duplicate .o files.
19332 if test x
${all_targets} = xtrue
; then
19333 bfd_backends
="${bfd_backends}"' $(ALL_BACKENDS)'
19334 bfd_machines
="${bfd_machines}"' $(ALL_MACHINES)'
19338 test -n "$assocvecs" &&
19339 assocvecs
=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
19340 else # all_targets is true
19341 # Only set these if they will be nonempty, for the clever echo.
19344 test -n "$selvecs" &&
19345 havevecs
=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
19346 test -n "$selvecs" &&
19347 selvecs
=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
19348 test -n "$selarchs" &&
19349 selarchs
=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
19350 fi # all_targets is true
19352 case ${host64}-${target64}-${want64} in
19355 bfd64_libs
='$(BFD64_LIBS)'
19356 all_backends
='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
19357 if test $BFD_HOST_64_BIT_DEFINED = 0; then
19358 { echo "$as_me:$LINENO: WARNING: You have requested a 64 bit BFD configuration, but" >&5
19359 echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
19360 { echo "$as_me:$LINENO: WARNING: your compiler may not have a 64 bit integral type" >&5
19361 echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
19363 if test -n "$GCC" ; then
19365 echo "$as_me:$LINENO: checking for gcc version with buggy 64-bit support" >&5
19366 echo $ECHO_N "checking for gcc version with buggy 64-bit support... $ECHO_C" >&6
19367 # Add more tests for gcc versions with non-working 64-bit support here.
19368 cat >conftest.
$ac_ext <<_ACEOF
19371 cat confdefs.h
>>conftest.
$ac_ext
19372 cat >>conftest.
$ac_ext <<_ACEOF
19373 /* end confdefs.h. */
19374 :__GNUC__:__GNUC_MINOR__:__i386__:
19376 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19377 $EGREP ": 2 : 91 : 1 :" >/dev
/null
2>&1; then
19379 echo "$as_me:$LINENO: result: yes: egcs-1.1.2 on ix86 spotted" >&5
19380 echo "${ECHO_T}yes: egcs-1.1.2 on ix86 spotted" >&6
19382 echo "$as_me:$LINENO: result: no" >&5
19383 echo "${ECHO_T}no" >&6
19387 if test $bad_64bit_gcc = yes ; then
19388 { { echo "$as_me:$LINENO: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&5
19389 echo "$as_me: error: A newer version of gcc is needed for the requested 64-bit BFD configuration" >&2;}
19390 { (exit 1); exit 1; }; }
19396 all_backends
='$(BFD32_BACKENDS)'
19407 # Determine the host dependant file_ptr a.k.a. off_t type. In order
19408 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
19409 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
19410 # Hopefully a reasonable assumption since fseeko et.al. should be
19411 # upward compatible.
19417 for ac_func
in ftello ftello64 fseeko fseeko64 fopen64
19419 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19420 echo "$as_me:$LINENO: checking for $ac_func" >&5
19421 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19422 if eval "test \"\${$as_ac_var+set}\" = set"; then
19423 echo $ECHO_N "(cached) $ECHO_C" >&6
19425 cat >conftest.
$ac_ext <<_ACEOF
19428 cat confdefs.h
>>conftest.
$ac_ext
19429 cat >>conftest.
$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19431 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19432 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19433 #define $ac_func innocuous_$ac_func
19435 /* System header to define __stub macros and hopefully few prototypes,
19436 which can conflict with char $ac_func (); below.
19437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19438 <limits.h> exists even on freestanding compilers. */
19441 # include <limits.h>
19443 # include <assert.h>
19448 /* Override any gcc2 internal prototype to avoid an error. */
19453 /* We use char because int might match the return type of a gcc2
19454 builtin and then its argument prototype would still apply. */
19456 /* The GNU C library defines this for functions which it implements
19457 to always fail with ENOSYS. Some functions are actually named
19458 something starting with __ and the normal name is an alias. */
19459 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19462 char (*f) () = $ac_func;
19471 return f != $ac_func;
19476 rm -f conftest.
$ac_objext conftest
$ac_exeext
19477 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19478 (eval $ac_link) 2>conftest.er1
19480 grep -v '^ *+' conftest.er1
>conftest.err
19482 cat conftest.err
>&5
19483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19484 (exit $ac_status); } &&
19485 { ac_try
='test -z "$ac_c_werror_flag"
19486 || test ! -s conftest.err'
19487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19488 (eval $ac_try) 2>&5
19490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491 (exit $ac_status); }; } &&
19492 { ac_try
='test -s conftest$ac_exeext'
19493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19494 (eval $ac_try) 2>&5
19496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19497 (exit $ac_status); }; }; then
19498 eval "$as_ac_var=yes"
19500 echo "$as_me: failed program was:" >&5
19501 sed 's/^/| /' conftest.
$ac_ext >&5
19503 eval "$as_ac_var=no"
19505 rm -f conftest.err conftest.
$ac_objext \
19506 conftest
$ac_exeext conftest.
$ac_ext
19508 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19509 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19510 if test `eval echo '${'$as_ac_var'}'` = yes; then
19511 cat >>confdefs.h
<<_ACEOF
19512 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19518 if test x
"$ac_cv_func_ftello" = xyes
-a x
"$ac_cv_func_fseeko" = xyes
; then
19519 echo "$as_me:$LINENO: checking for off_t" >&5
19520 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
19521 if test "${ac_cv_type_off_t+set}" = set; then
19522 echo $ECHO_N "(cached) $ECHO_C" >&6
19524 cat >conftest.
$ac_ext <<_ACEOF
19527 cat confdefs.h
>>conftest.
$ac_ext
19528 cat >>conftest.
$ac_ext <<_ACEOF
19529 /* end confdefs.h. */
19530 $ac_includes_default
19536 if (sizeof (off_t))
19542 rm -f conftest.
$ac_objext
19543 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19544 (eval $ac_compile) 2>conftest.er1
19546 grep -v '^ *+' conftest.er1
>conftest.err
19548 cat conftest.err
>&5
19549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19550 (exit $ac_status); } &&
19551 { ac_try
='test -z "$ac_c_werror_flag"
19552 || test ! -s conftest.err'
19553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19554 (eval $ac_try) 2>&5
19556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); }; } &&
19558 { ac_try
='test -s conftest.$ac_objext'
19559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19560 (eval $ac_try) 2>&5
19562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19563 (exit $ac_status); }; }; then
19564 ac_cv_type_off_t
=yes
19566 echo "$as_me: failed program was:" >&5
19567 sed 's/^/| /' conftest.
$ac_ext >&5
19569 ac_cv_type_off_t
=no
19571 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19573 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19574 echo "${ECHO_T}$ac_cv_type_off_t" >&6
19576 echo "$as_me:$LINENO: checking size of off_t" >&5
19577 echo $ECHO_N "checking size of off_t... $ECHO_C" >&6
19578 if test "${ac_cv_sizeof_off_t+set}" = set; then
19579 echo $ECHO_N "(cached) $ECHO_C" >&6
19581 if test "$ac_cv_type_off_t" = yes; then
19582 # The cast to unsigned long works around a bug in the HP C Compiler
19583 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19584 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19585 # This bug is HP SR number 8606223364.
19586 if test "$cross_compiling" = yes; then
19587 # Depending upon the size, compute the lo and hi bounds.
19588 cat >conftest.
$ac_ext <<_ACEOF
19591 cat confdefs.h
>>conftest.
$ac_ext
19592 cat >>conftest.
$ac_ext <<_ACEOF
19593 /* end confdefs.h. */
19594 $ac_includes_default
19598 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= 0)];
19605 rm -f conftest.
$ac_objext
19606 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19607 (eval $ac_compile) 2>conftest.er1
19609 grep -v '^ *+' conftest.er1
>conftest.err
19611 cat conftest.err
>&5
19612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19613 (exit $ac_status); } &&
19614 { ac_try
='test -z "$ac_c_werror_flag"
19615 || test ! -s conftest.err'
19616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19617 (eval $ac_try) 2>&5
19619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19620 (exit $ac_status); }; } &&
19621 { ac_try
='test -s conftest.$ac_objext'
19622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19623 (eval $ac_try) 2>&5
19625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19626 (exit $ac_status); }; }; then
19629 cat >conftest.
$ac_ext <<_ACEOF
19632 cat confdefs.h
>>conftest.
$ac_ext
19633 cat >>conftest.
$ac_ext <<_ACEOF
19634 /* end confdefs.h. */
19635 $ac_includes_default
19639 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
19646 rm -f conftest.
$ac_objext
19647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19648 (eval $ac_compile) 2>conftest.er1
19650 grep -v '^ *+' conftest.er1
>conftest.err
19652 cat conftest.err
>&5
19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654 (exit $ac_status); } &&
19655 { ac_try
='test -z "$ac_c_werror_flag"
19656 || test ! -s conftest.err'
19657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19658 (eval $ac_try) 2>&5
19660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19661 (exit $ac_status); }; } &&
19662 { ac_try
='test -s conftest.$ac_objext'
19663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19664 (eval $ac_try) 2>&5
19666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19667 (exit $ac_status); }; }; then
19668 ac_hi
=$ac_mid; break
19670 echo "$as_me: failed program was:" >&5
19671 sed 's/^/| /' conftest.
$ac_ext >&5
19673 ac_lo
=`expr $ac_mid + 1`
19674 if test $ac_lo -le $ac_mid; then
19678 ac_mid
=`expr 2 '*' $ac_mid + 1`
19680 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19683 echo "$as_me: failed program was:" >&5
19684 sed 's/^/| /' conftest.
$ac_ext >&5
19686 cat >conftest.
$ac_ext <<_ACEOF
19689 cat confdefs.h
>>conftest.
$ac_ext
19690 cat >>conftest.
$ac_ext <<_ACEOF
19691 /* end confdefs.h. */
19692 $ac_includes_default
19696 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) < 0)];
19703 rm -f conftest.
$ac_objext
19704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19705 (eval $ac_compile) 2>conftest.er1
19707 grep -v '^ *+' conftest.er1
>conftest.err
19709 cat conftest.err
>&5
19710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711 (exit $ac_status); } &&
19712 { ac_try
='test -z "$ac_c_werror_flag"
19713 || test ! -s conftest.err'
19714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19715 (eval $ac_try) 2>&5
19717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19718 (exit $ac_status); }; } &&
19719 { ac_try
='test -s conftest.$ac_objext'
19720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19721 (eval $ac_try) 2>&5
19723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19724 (exit $ac_status); }; }; then
19727 cat >conftest.
$ac_ext <<_ACEOF
19730 cat confdefs.h
>>conftest.
$ac_ext
19731 cat >>conftest.
$ac_ext <<_ACEOF
19732 /* end confdefs.h. */
19733 $ac_includes_default
19737 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) >= $ac_mid)];
19744 rm -f conftest.
$ac_objext
19745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19746 (eval $ac_compile) 2>conftest.er1
19748 grep -v '^ *+' conftest.er1
>conftest.err
19750 cat conftest.err
>&5
19751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19752 (exit $ac_status); } &&
19753 { ac_try
='test -z "$ac_c_werror_flag"
19754 || test ! -s conftest.err'
19755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19756 (eval $ac_try) 2>&5
19758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19759 (exit $ac_status); }; } &&
19760 { ac_try
='test -s conftest.$ac_objext'
19761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19762 (eval $ac_try) 2>&5
19764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765 (exit $ac_status); }; }; then
19766 ac_lo
=$ac_mid; break
19768 echo "$as_me: failed program was:" >&5
19769 sed 's/^/| /' conftest.
$ac_ext >&5
19771 ac_hi
=`expr '(' $ac_mid ')' - 1`
19772 if test $ac_mid -le $ac_hi; then
19776 ac_mid
=`expr 2 '*' $ac_mid`
19778 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19781 echo "$as_me: failed program was:" >&5
19782 sed 's/^/| /' conftest.
$ac_ext >&5
19786 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19788 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19789 # Binary search between lo and hi bounds.
19790 while test "x$ac_lo" != "x$ac_hi"; do
19791 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19792 cat >conftest.
$ac_ext <<_ACEOF
19795 cat confdefs.h
>>conftest.
$ac_ext
19796 cat >>conftest.
$ac_ext <<_ACEOF
19797 /* end confdefs.h. */
19798 $ac_includes_default
19802 static int test_array [1 - 2 * !(((long) (sizeof (off_t))) <= $ac_mid)];
19809 rm -f conftest.
$ac_objext
19810 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19811 (eval $ac_compile) 2>conftest.er1
19813 grep -v '^ *+' conftest.er1
>conftest.err
19815 cat conftest.err
>&5
19816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19817 (exit $ac_status); } &&
19818 { ac_try
='test -z "$ac_c_werror_flag"
19819 || test ! -s conftest.err'
19820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19821 (eval $ac_try) 2>&5
19823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19824 (exit $ac_status); }; } &&
19825 { ac_try
='test -s conftest.$ac_objext'
19826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19827 (eval $ac_try) 2>&5
19829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19830 (exit $ac_status); }; }; then
19833 echo "$as_me: failed program was:" >&5
19834 sed 's/^/| /' conftest.
$ac_ext >&5
19836 ac_lo
=`expr '(' $ac_mid ')' + 1`
19838 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19841 ?
*) ac_cv_sizeof_off_t
=$ac_lo;;
19842 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
19843 See \`config.log' for more details." >&5
19844 echo "$as_me: error: cannot compute sizeof (off_t), 77
19845 See \`config.log' for more details." >&2;}
19846 { (exit 1); exit 1; }; } ;;
19849 if test "$cross_compiling" = yes; then
19850 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19851 See \`config.log' for more details." >&5
19852 echo "$as_me: error: cannot run test program while cross compiling
19853 See \`config.log' for more details." >&2;}
19854 { (exit 1); exit 1; }; }
19856 cat >conftest.
$ac_ext <<_ACEOF
19859 cat confdefs.h
>>conftest.
$ac_ext
19860 cat >>conftest.
$ac_ext <<_ACEOF
19861 /* end confdefs.h. */
19862 $ac_includes_default
19863 long longval () { return (long) (sizeof (off_t)); }
19864 unsigned long ulongval () { return (long) (sizeof (off_t)); }
19866 #include <stdlib.h>
19871 FILE *f = fopen ("conftest.val", "w");
19874 if (((long) (sizeof (off_t))) < 0)
19876 long i = longval ();
19877 if (i != ((long) (sizeof (off_t))))
19879 fprintf (f, "%ld\n", i);
19883 unsigned long i = ulongval ();
19884 if (i != ((long) (sizeof (off_t))))
19886 fprintf (f, "%lu\n", i);
19888 exit (ferror (f) || fclose (f) != 0);
19894 rm -f conftest
$ac_exeext
19895 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19896 (eval $ac_link) 2>&5
19898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19899 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19901 (eval $ac_try) 2>&5
19903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19904 (exit $ac_status); }; }; then
19905 ac_cv_sizeof_off_t
=`cat conftest.val`
19907 echo "$as_me: program exited with status $ac_status" >&5
19908 echo "$as_me: failed program was:" >&5
19909 sed 's/^/| /' conftest.
$ac_ext >&5
19911 ( exit $ac_status )
19912 { { echo "$as_me:$LINENO: error: cannot compute sizeof (off_t), 77
19913 See \`config.log' for more details." >&5
19914 echo "$as_me: error: cannot compute sizeof (off_t), 77
19915 See \`config.log' for more details." >&2;}
19916 { (exit 1); exit 1; }; }
19918 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19923 ac_cv_sizeof_off_t
=0
19926 echo "$as_me:$LINENO: result: $ac_cv_sizeof_off_t" >&5
19927 echo "${ECHO_T}$ac_cv_sizeof_off_t" >&6
19928 cat >>confdefs.h
<<_ACEOF
19929 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
19934 echo "$as_me:$LINENO: checking file_ptr type" >&5
19935 echo $ECHO_N "checking file_ptr type... $ECHO_C" >&6
19936 bfd_file_ptr
="long"
19937 bfd_ufile_ptr
="unsigned long"
19938 if test x
"$ac_cv_func_ftello64" = xyes
-a x
"$ac_cv_func_fseeko64" = xyes \
19939 -o x
"${ac_cv_sizeof_off_t}" = x8
; then
19940 bfd_file_ptr
=BFD_HOST_64_BIT
19941 bfd_ufile_ptr
=BFD_HOST_U_64_BIT
19943 echo "$as_me:$LINENO: result: $bfd_file_ptr" >&5
19944 echo "${ECHO_T}$bfd_file_ptr" >&6
19950 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
19951 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
19952 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
19953 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
19954 test -n "${havevecs}" && tdefaults="${tdefaults} ${havevecs}"
19959 for ac_header
in stdlib.h unistd.h
19961 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19962 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19963 echo "$as_me:$LINENO: checking for $ac_header" >&5
19964 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19965 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19966 echo $ECHO_N "(cached) $ECHO_C" >&6
19968 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19969 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19971 # Is the header compilable?
19972 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19973 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19974 cat >conftest.
$ac_ext <<_ACEOF
19977 cat confdefs.h
>>conftest.
$ac_ext
19978 cat >>conftest.
$ac_ext <<_ACEOF
19979 /* end confdefs.h. */
19980 $ac_includes_default
19981 #include <$ac_header>
19983 rm -f conftest.
$ac_objext
19984 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19985 (eval $ac_compile) 2>conftest.er1
19987 grep -v '^ *+' conftest.er1
>conftest.err
19989 cat conftest.err
>&5
19990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19991 (exit $ac_status); } &&
19992 { ac_try
='test -z "$ac_c_werror_flag"
19993 || test ! -s conftest.err'
19994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19995 (eval $ac_try) 2>&5
19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998 (exit $ac_status); }; } &&
19999 { ac_try
='test -s conftest.$ac_objext'
20000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20001 (eval $ac_try) 2>&5
20003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); }; }; then
20005 ac_header_compiler
=yes
20007 echo "$as_me: failed program was:" >&5
20008 sed 's/^/| /' conftest.
$ac_ext >&5
20010 ac_header_compiler
=no
20012 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20013 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20014 echo "${ECHO_T}$ac_header_compiler" >&6
20016 # Is the header present?
20017 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20018 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20019 cat >conftest.
$ac_ext <<_ACEOF
20022 cat confdefs.h
>>conftest.
$ac_ext
20023 cat >>conftest.
$ac_ext <<_ACEOF
20024 /* end confdefs.h. */
20025 #include <$ac_header>
20027 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20028 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20030 grep -v '^ *+' conftest.er1
>conftest.err
20032 cat conftest.err
>&5
20033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20034 (exit $ac_status); } >/dev
/null
; then
20035 if test -s conftest.err
; then
20036 ac_cpp_err
=$ac_c_preproc_warn_flag
20037 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20044 if test -z "$ac_cpp_err"; then
20045 ac_header_preproc
=yes
20047 echo "$as_me: failed program was:" >&5
20048 sed 's/^/| /' conftest.
$ac_ext >&5
20050 ac_header_preproc
=no
20052 rm -f conftest.err conftest.
$ac_ext
20053 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20054 echo "${ECHO_T}$ac_header_preproc" >&6
20056 # So? What about this header?
20057 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20059 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20060 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20061 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20062 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20063 ac_header_preproc
=yes
20066 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20067 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20068 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20069 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20070 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20071 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20072 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20073 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20074 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20075 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20076 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20077 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20080 ## ------------------------------------------ ##
20081 ## Report this to the AC_PACKAGE_NAME lists. ##
20082 ## ------------------------------------------ ##
20085 sed "s/^/$as_me: WARNING: /" >&2
20088 echo "$as_me:$LINENO: checking for $ac_header" >&5
20089 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20090 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20091 echo $ECHO_N "(cached) $ECHO_C" >&6
20093 eval "$as_ac_Header=\$ac_header_preproc"
20095 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20096 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20100 cat >>confdefs.h
<<_ACEOF
20101 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20109 for ac_func
in getpagesize
20111 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20112 echo "$as_me:$LINENO: checking for $ac_func" >&5
20113 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20114 if eval "test \"\${$as_ac_var+set}\" = set"; then
20115 echo $ECHO_N "(cached) $ECHO_C" >&6
20117 cat >conftest.
$ac_ext <<_ACEOF
20120 cat confdefs.h
>>conftest.
$ac_ext
20121 cat >>conftest.
$ac_ext <<_ACEOF
20122 /* end confdefs.h. */
20123 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20124 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20125 #define $ac_func innocuous_$ac_func
20127 /* System header to define __stub macros and hopefully few prototypes,
20128 which can conflict with char $ac_func (); below.
20129 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20130 <limits.h> exists even on freestanding compilers. */
20133 # include <limits.h>
20135 # include <assert.h>
20140 /* Override any gcc2 internal prototype to avoid an error. */
20145 /* We use char because int might match the return type of a gcc2
20146 builtin and then its argument prototype would still apply. */
20148 /* The GNU C library defines this for functions which it implements
20149 to always fail with ENOSYS. Some functions are actually named
20150 something starting with __ and the normal name is an alias. */
20151 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20154 char (*f) () = $ac_func;
20163 return f != $ac_func;
20168 rm -f conftest.
$ac_objext conftest
$ac_exeext
20169 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20170 (eval $ac_link) 2>conftest.er1
20172 grep -v '^ *+' conftest.er1
>conftest.err
20174 cat conftest.err
>&5
20175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20176 (exit $ac_status); } &&
20177 { ac_try
='test -z "$ac_c_werror_flag"
20178 || test ! -s conftest.err'
20179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20180 (eval $ac_try) 2>&5
20182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20183 (exit $ac_status); }; } &&
20184 { ac_try
='test -s conftest$ac_exeext'
20185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20186 (eval $ac_try) 2>&5
20188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20189 (exit $ac_status); }; }; then
20190 eval "$as_ac_var=yes"
20192 echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.
$ac_ext >&5
20195 eval "$as_ac_var=no"
20197 rm -f conftest.err conftest.
$ac_objext \
20198 conftest
$ac_exeext conftest.
$ac_ext
20200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20201 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20202 if test `eval echo '${'$as_ac_var'}'` = yes; then
20203 cat >>confdefs.h
<<_ACEOF
20204 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20210 echo "$as_me:$LINENO: checking for working mmap" >&5
20211 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
20212 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
20213 echo $ECHO_N "(cached) $ECHO_C" >&6
20215 if test "$cross_compiling" = yes; then
20216 ac_cv_func_mmap_fixed_mapped
=no
20218 cat >conftest.
$ac_ext <<_ACEOF
20221 cat confdefs.h
>>conftest.
$ac_ext
20222 cat >>conftest.
$ac_ext <<_ACEOF
20223 /* end confdefs.h. */
20224 $ac_includes_default
20225 /* malloc might have been renamed as rpl_malloc. */
20228 /* Thanks to Mike Haertel and Jim Avera for this test.
20229 Here is a matrix of mmap possibilities:
20230 mmap private not fixed
20231 mmap private fixed at somewhere currently unmapped
20232 mmap private fixed at somewhere already mapped
20233 mmap shared not fixed
20234 mmap shared fixed at somewhere currently unmapped
20235 mmap shared fixed at somewhere already mapped
20236 For private mappings, we should verify that changes cannot be read()
20237 back from the file, nor mmap's back from the file at a different
20238 address. (There have been systems where private was not correctly
20239 implemented like the infamous i386 svr4.0, and systems where the
20240 VM page cache was not coherent with the file system buffer cache
20241 like early versions of FreeBSD and possibly contemporary NetBSD.)
20242 For shared mappings, we should conversely verify that changes get
20243 propagated back to all the places they're supposed to be.
20245 Grep wants private fixed already mapped.
20246 The main things grep needs to know about mmap are:
20247 * does it exist and is it safe to write into the mmap'd area
20248 * how to use it (BSD variants) */
20251 #include <sys/mman.h>
20253 #if !STDC_HEADERS && !HAVE_STDLIB_H
20257 /* This mess was copied from the GNU getpagesize.h. */
20258 #if !HAVE_GETPAGESIZE
20259 /* Assume that all systems that can run configure have sys/param.h. */
20260 # if !HAVE_SYS_PARAM_H
20261 # define HAVE_SYS_PARAM_H 1
20264 # ifdef _SC_PAGESIZE
20265 # define getpagesize() sysconf(_SC_PAGESIZE)
20266 # else /* no _SC_PAGESIZE */
20267 # if HAVE_SYS_PARAM_H
20268 # include <sys/param.h>
20269 # ifdef EXEC_PAGESIZE
20270 # define getpagesize() EXEC_PAGESIZE
20271 # else /* no EXEC_PAGESIZE */
20273 # define getpagesize() NBPG * CLSIZE
20276 # endif /* no CLSIZE */
20277 # else /* no NBPG */
20279 # define getpagesize() NBPC
20280 # else /* no NBPC */
20282 # define getpagesize() PAGESIZE
20283 # endif /* PAGESIZE */
20284 # endif /* no NBPC */
20285 # endif /* no NBPG */
20286 # endif /* no EXEC_PAGESIZE */
20287 # else /* no HAVE_SYS_PARAM_H */
20288 # define getpagesize() 8192 /* punt totally */
20289 # endif /* no HAVE_SYS_PARAM_H */
20290 # endif /* no _SC_PAGESIZE */
20292 #endif /* no HAVE_GETPAGESIZE */
20297 char *data, *data2, *data3;
20301 pagesize = getpagesize ();
20303 /* First, make a file with some known garbage in it. */
20304 data = (char *) malloc (pagesize);
20307 for (i = 0; i < pagesize; ++i)
20308 *(data + i) = rand ();
20310 fd = creat ("conftest.mmap", 0600);
20313 if (write (fd, data, pagesize) != pagesize)
20317 /* Next, try to mmap the file at a fixed address which already has
20318 something else allocated at it. If we can, also make sure that
20319 we see the same garbage. */
20320 fd = open ("conftest.mmap", O_RDWR);
20323 data2 = (char *) malloc (2 * pagesize);
20326 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
20327 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
20328 MAP_PRIVATE | MAP_FIXED, fd, 0L))
20330 for (i = 0; i < pagesize; ++i)
20331 if (*(data + i) != *(data2 + i))
20334 /* Finally, make sure that changes to the mapped area do not
20335 percolate back to the file as seen by read(). (This is a bug on
20336 some variants of i386 svr4.0.) */
20337 for (i = 0; i < pagesize; ++i)
20338 *(data2 + i) = *(data2 + i) + 1;
20339 data3 = (char *) malloc (pagesize);
20342 if (read (fd, data3, pagesize) != pagesize)
20344 for (i = 0; i < pagesize; ++i)
20345 if (*(data + i) != *(data3 + i))
20351 rm -f conftest
$ac_exeext
20352 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20353 (eval $ac_link) 2>&5
20355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20356 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20358 (eval $ac_try) 2>&5
20360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20361 (exit $ac_status); }; }; then
20362 ac_cv_func_mmap_fixed_mapped
=yes
20364 echo "$as_me: program exited with status $ac_status" >&5
20365 echo "$as_me: failed program was:" >&5
20366 sed 's/^/| /' conftest.
$ac_ext >&5
20368 ( exit $ac_status )
20369 ac_cv_func_mmap_fixed_mapped
=no
20371 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20374 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
20375 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
20376 if test $ac_cv_func_mmap_fixed_mapped = yes; then
20378 cat >>confdefs.h
<<\_ACEOF
20379 #define HAVE_MMAP 1
20383 rm -f conftest.mmap
20387 for ac_func
in madvise mprotect
20389 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20390 echo "$as_me:$LINENO: checking for $ac_func" >&5
20391 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20392 if eval "test \"\${$as_ac_var+set}\" = set"; then
20393 echo $ECHO_N "(cached) $ECHO_C" >&6
20395 cat >conftest.
$ac_ext <<_ACEOF
20398 cat confdefs.h
>>conftest.
$ac_ext
20399 cat >>conftest.
$ac_ext <<_ACEOF
20400 /* end confdefs.h. */
20401 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20402 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20403 #define $ac_func innocuous_$ac_func
20405 /* System header to define __stub macros and hopefully few prototypes,
20406 which can conflict with char $ac_func (); below.
20407 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20408 <limits.h> exists even on freestanding compilers. */
20411 # include <limits.h>
20413 # include <assert.h>
20418 /* Override any gcc2 internal prototype to avoid an error. */
20423 /* We use char because int might match the return type of a gcc2
20424 builtin and then its argument prototype would still apply. */
20426 /* The GNU C library defines this for functions which it implements
20427 to always fail with ENOSYS. Some functions are actually named
20428 something starting with __ and the normal name is an alias. */
20429 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20432 char (*f) () = $ac_func;
20441 return f != $ac_func;
20446 rm -f conftest.
$ac_objext conftest
$ac_exeext
20447 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20448 (eval $ac_link) 2>conftest.er1
20450 grep -v '^ *+' conftest.er1
>conftest.err
20452 cat conftest.err
>&5
20453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20454 (exit $ac_status); } &&
20455 { ac_try
='test -z "$ac_c_werror_flag"
20456 || test ! -s conftest.err'
20457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20458 (eval $ac_try) 2>&5
20460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20461 (exit $ac_status); }; } &&
20462 { ac_try
='test -s conftest$ac_exeext'
20463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20464 (eval $ac_try) 2>&5
20466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); }; }; then
20468 eval "$as_ac_var=yes"
20470 echo "$as_me: failed program was:" >&5
20471 sed 's/^/| /' conftest.
$ac_ext >&5
20473 eval "$as_ac_var=no"
20475 rm -f conftest.err conftest.
$ac_objext \
20476 conftest
$ac_exeext conftest.
$ac_ext
20478 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20479 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20480 if test `eval echo '${'$as_ac_var'}'` = yes; then
20481 cat >>confdefs.h
<<_ACEOF
20482 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20488 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
20490 cat >>confdefs.h
<<\_ACEOF
20496 rm -f doc
/config.status
20497 ac_config_files
="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
20500 ac_config_commands
="$ac_config_commands default"
20507 cat >confcache
<<\_ACEOF
20508 # This file is a shell script that caches the results of configure
20509 # tests run on this system so they can be shared between configure
20510 # scripts and configure runs, see configure's option --config-cache.
20511 # It is not useful on other systems. If it contains results you don't
20512 # want to keep, you may remove or edit it.
20514 # config.status only pays attention to the cache file if you give it
20515 # the --recheck option to rerun configure.
20517 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20518 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20519 # following values.
20523 # The following way of writing the cache mishandles newlines in values,
20524 # but we know of no workaround that is simple, portable, and efficient.
20525 # So, don't put newlines in cache variables' values.
20526 # Ultrix sh set writes to stderr and can't be redirected directly,
20527 # and sets the high bit in the cache file unless we assign to the vars.
20530 case `(ac_space=' '; set | grep ac_space) 2>&1` in
20532 # `set' does not quote correctly, so add quotes (double-quote
20533 # substitution turns \\\\ into \\, and sed turns \\ into \).
20536 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20539 # `set' quotes correctly as required by POSIX, so do not add quotes.
20541 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
20548 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20550 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20552 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
20553 if test -w $cache_file; then
20554 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
20555 cat confcache
>$cache_file
20557 echo "not updating unwritable cache $cache_file"
20562 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
20563 # Let make expand exec_prefix.
20564 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
20566 # VPATH may cause trouble with some makes, so we remove $(srcdir),
20567 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
20568 # trailing colons and then remove the whole line if VPATH becomes empty
20569 # (actually we leave an empty line to preserve line numbers).
20570 if test "x$srcdir" = x.
; then
20571 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
20572 s/:*\$(srcdir):*/:/;
20573 s/:*\${srcdir}:*/:/;
20575 s/^\([^=]*=[ ]*\):*/\1/;
20581 DEFS
=-DHAVE_CONFIG_H
20585 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
20586 # 1. Remove the extension, and $U if already installed.
20587 ac_i
=`echo "$ac_i" |
20588 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
20590 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
20591 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
20593 LIBOBJS
=$ac_libobjs
20595 LTLIBOBJS
=$ac_ltlibobjs
20598 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
20599 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
20600 Usually this means the macro was only invoked conditionally." >&5
20601 echo "$as_me: error: conditional \"AMDEP\" was never defined.
20602 Usually this means the macro was only invoked conditionally." >&2;}
20603 { (exit 1); exit 1; }; }
20605 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
20606 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
20607 Usually this means the macro was only invoked conditionally." >&5
20608 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
20609 Usually this means the macro was only invoked conditionally." >&2;}
20610 { (exit 1); exit 1; }; }
20612 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
20613 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
20614 Usually this means the macro was only invoked conditionally." >&5
20615 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
20616 Usually this means the macro was only invoked conditionally." >&2;}
20617 { (exit 1); exit 1; }; }
20619 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
20620 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
20621 Usually this means the macro was only invoked conditionally." >&5
20622 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
20623 Usually this means the macro was only invoked conditionally." >&2;}
20624 { (exit 1); exit 1; }; }
20626 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
20627 { { echo "$as_me:$LINENO: error: conditional \"INSTALL_LIBBFD\" was never defined.
20628 Usually this means the macro was only invoked conditionally." >&5
20629 echo "$as_me: error: conditional \"INSTALL_LIBBFD\" was never defined.
20630 Usually this means the macro was only invoked conditionally." >&2;}
20631 { (exit 1); exit 1; }; }
20634 : ${CONFIG_STATUS=./config.status}
20635 ac_clean_files_save
=$ac_clean_files
20636 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
20637 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
20638 echo "$as_me: creating $CONFIG_STATUS" >&6;}
20639 cat >$CONFIG_STATUS <<_ACEOF
20641 # Generated by $as_me.
20642 # Run this file to recreate the current configuration.
20643 # Compiler output produced by configure, useful for debugging
20644 # configure, is in config.log if it exists.
20647 ac_cs_recheck=false
20649 SHELL=\${CONFIG_SHELL-$SHELL}
20652 cat >>$CONFIG_STATUS <<\_ACEOF
20653 ## --------------------- ##
20654 ## M4sh Initialization. ##
20655 ## --------------------- ##
20657 # Be Bourne compatible
20658 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20661 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20662 # is contrary to our usage. Disable this feature.
20663 alias -g '${1+"$@"}'='"$@"'
20664 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
20667 DUALCASE
=1; export DUALCASE
# for MKS sh
20669 # Support unset when possible.
20670 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
20677 # Work around bugs in pre-3.0 UWIN ksh.
20678 $as_unset ENV MAIL MAILPATH
20685 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
20686 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
20687 LC_TELEPHONE LC_TIME
20689 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
20690 eval $as_var=C
; export $as_var
20696 # Required to use basename.
20697 if expr a
: '\(a\)' >/dev
/null
2>&1; then
20703 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
20704 as_basename
=basename
20710 # Name of the executable.
20711 as_me
=`$as_basename "$0" ||
20712 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
20713 X"$0" : 'X\(//\)$' \| \
20714 X"$0" : 'X\(/\)$' \| \
20715 . : '\(.\)' 2>/dev/null ||
20717 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
20718 /^X\/\(\/\/\)$/{ s//\1/; q; }
20719 /^X\/\(\/\).*/{ s//\1/; q; }
20723 # PATH needs CR, and LINENO needs CR and PATH.
20724 # Avoid depending upon Character Ranges.
20725 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
20726 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20727 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
20728 as_cr_digits
='0123456789'
20729 as_cr_alnum
=$as_cr_Letters$as_cr_digits
20731 # The user is always right.
20732 if test "${PATH_SEPARATOR+set}" != set; then
20733 echo "#! /bin/sh" >conf$$.sh
20734 echo "exit 0" >>conf$$.sh
20736 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
20745 as_lineno_1
=$LINENO
20746 as_lineno_2
=$LINENO
20747 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
20748 test "x$as_lineno_1" != "x$as_lineno_2" &&
20749 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
20750 # Find who we are. Look in the path if we contain no path at all
20753 *[\\/]* ) as_myself
=$0 ;;
20754 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20755 for as_dir
in $PATH
20758 test -z "$as_dir" && as_dir
=.
20759 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
20764 # We did not find ourselves, most probably we were run as `sh COMMAND'
20765 # in which case we are not to be found in the path.
20766 if test "x$as_myself" = x
; then
20769 if test ! -f "$as_myself"; then
20770 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
20771 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
20772 { (exit 1); exit 1; }; }
20774 case $CONFIG_SHELL in
20776 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20777 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
20780 test -z "$as_dir" && as_dir
=.
20781 for as_base
in sh bash ksh sh5
; do
20784 if ("$as_dir/$as_base" -c '
20785 as_lineno_1=$LINENO
20786 as_lineno_2=$LINENO
20787 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
20788 test "x$as_lineno_1" != "x$as_lineno_2" &&
20789 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
20790 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
20791 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
20792 CONFIG_SHELL
=$as_dir/$as_base
20793 export CONFIG_SHELL
20794 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
20802 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
20803 # uniformly replaced by the line number. The first 'sed' inserts a
20804 # line-number line before each line; the second 'sed' does the real
20805 # work. The second script uses 'N' to pair each line-number line
20806 # with the numbered line, and appends trailing '-' during
20807 # substitution so that $LINENO is not a special case at line end.
20808 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
20809 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
20810 sed '=' <$as_myself |
20815 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
20818 s,^['$as_cr_digits']*\n,,
20819 ' >$as_me.lineno
&&
20820 chmod +x
$as_me.lineno ||
20821 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
20822 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
20823 { (exit 1); exit 1; }; }
20825 # Don't try to exec as it changes $[0], causing all sort of problems
20826 # (the dirname of $[0] is not the place where we might find the
20827 # original and so on. Autoconf is especially sensible to this).
20829 # Exit status is that of the last command.
20834 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
20835 *c
*,-n*) ECHO_N
= ECHO_C
='
20837 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
20838 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
20841 if expr a
: '\(a\)' >/dev
/null
2>&1; then
20847 rm -f conf$$ conf$$.exe conf$$.
file
20849 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
20850 # We could just check for DJGPP; but this test a) works b) is more generic
20851 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
20852 if test -f conf$$.exe
; then
20853 # Don't use ln at all; we don't have any links
20858 elif ln conf$$.
file conf$$
2>/dev
/null
; then
20863 rm -f conf$$ conf$$.exe conf$$.
file
20865 if mkdir
-p .
2>/dev
/null
; then
20868 test -d .
/-p && rmdir .
/-p
20872 as_executable_p
="test -f"
20874 # Sed expression to map a string onto a valid CPP name.
20875 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20877 # Sed expression to map a string onto a valid variable name.
20878 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20882 # We need space, tab and new line, in precisely that order.
20892 # Open the log real soon, to keep \$[0] and so on meaningful, and to
20893 # report actual input values of CONFIG_FILES etc. instead of their
20894 # values after options handling. Logging --version etc. is OK.
20898 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20899 ## Running $as_me. ##
20904 This file was extended by $as_me, which was
20905 generated by GNU Autoconf 2.59. Invocation command line was
20907 CONFIG_FILES = $CONFIG_FILES
20908 CONFIG_HEADERS = $CONFIG_HEADERS
20909 CONFIG_LINKS = $CONFIG_LINKS
20910 CONFIG_COMMANDS = $CONFIG_COMMANDS
20914 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
20918 # Files that config.status was made for.
20919 if test -n "$ac_config_files"; then
20920 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
20923 if test -n "$ac_config_headers"; then
20924 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
20927 if test -n "$ac_config_links"; then
20928 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
20931 if test -n "$ac_config_commands"; then
20932 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
20935 cat >>$CONFIG_STATUS <<\_ACEOF
20938 \`$as_me' instantiates files from templates according to the
20939 current configuration.
20941 Usage: $0 [OPTIONS] [FILE]...
20943 -h, --help print this help, then exit
20944 -V, --version print version number, then exit
20945 -q, --quiet do not print progress messages
20946 -d, --debug don't remove temporary files
20947 --recheck update $as_me by reconfiguring in the same conditions
20948 --file=FILE[:TEMPLATE]
20949 instantiate the configuration file FILE
20950 --header=FILE[:TEMPLATE]
20951 instantiate the configuration header FILE
20953 Configuration files:
20956 Configuration headers:
20959 Configuration commands:
20962 Report bugs to <bug-autoconf@gnu.org>."
20965 cat >>$CONFIG_STATUS <<_ACEOF
20968 configured by $0, generated by GNU Autoconf 2.59,
20969 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
20971 Copyright (C) 2003 Free Software Foundation, Inc.
20972 This config.status script is free software; the Free Software Foundation
20973 gives unlimited permission to copy, distribute and modify it."
20978 cat >>$CONFIG_STATUS <<\_ACEOF
20979 # If no file are specified by the user, then we need to provide default
20980 # value. By we need to know if files were specified by the user.
20986 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
20987 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
20995 *) # This is not an option, so the user has probably given explicit
20998 ac_need_defaults
=false
;;
21002 # Handling of the options.
21004 cat >>$CONFIG_STATUS <<\_ACEOF
21005 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
21007 --version |
--vers* |
-V )
21008 echo "$ac_cs_version"; exit 0 ;;
21010 # Conflict between --help and --header
21011 { { echo "$as_me:$LINENO: error: ambiguous option: $1
21012 Try \`$0 --help' for more information." >&5
21013 echo "$as_me: error: ambiguous option: $1
21014 Try \`$0 --help' for more information." >&2;}
21015 { (exit 1); exit 1; }; };;
21016 --help |
--hel |
-h )
21017 echo "$ac_cs_usage"; exit 0 ;;
21018 --debug |
--d* |
-d )
21020 --file |
--fil |
--fi |
--f )
21022 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
21023 ac_need_defaults
=false
;;
21024 --header |
--heade |
--head |
--hea )
21026 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
21027 ac_need_defaults
=false
;;
21028 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
21029 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
21032 # This is an error.
21033 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
21034 Try \`$0 --help' for more information." >&5
21035 echo "$as_me: error: unrecognized option: $1
21036 Try \`$0 --help' for more information." >&2;}
21037 { (exit 1); exit 1; }; } ;;
21039 *) ac_config_targets
="$ac_config_targets $1" ;;
21045 ac_configure_extra_args
=
21047 if $ac_cs_silent; then
21049 ac_configure_extra_args
="$ac_configure_extra_args --silent"
21053 cat >>$CONFIG_STATUS <<_ACEOF
21054 if \$ac_cs_recheck; then
21055 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21056 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21061 cat >>$CONFIG_STATUS <<_ACEOF
21063 # INIT-COMMANDS section.
21066 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
21069 # The HP-UX ksh and POSIX shell print the target directory to stdout
21070 # if CDPATH is set.
21071 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
21073 sed_quote_subst='$sed_quote_subst'
21074 double_quote_subst='$double_quote_subst'
21075 delay_variable_subst='$delay_variable_subst'
21076 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
21077 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
21078 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
21079 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
21080 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
21081 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
21082 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
21083 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
21084 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
21085 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
21086 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
21087 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
21088 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
21089 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
21090 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
21091 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
21092 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
21093 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
21094 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
21095 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
21096 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
21097 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
21098 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
21099 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
21100 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
21101 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
21102 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
21103 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21104 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
21105 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
21106 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
21107 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
21108 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
21109 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
21110 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21111 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21112 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21113 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
21114 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
21115 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
21116 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
21117 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
21118 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
21119 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
21120 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
21121 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
21122 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
21123 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
21124 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
21125 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
21126 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
21127 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
21128 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
21129 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
21130 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
21131 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21132 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21133 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
21134 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
21135 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
21136 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
21137 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
21138 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21139 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21140 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21141 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21142 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21143 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21144 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
21145 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
21146 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
21147 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
21148 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
21149 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
21150 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
21151 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
21152 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
21153 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
21154 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
21155 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
21156 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
21157 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
21158 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
21159 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21160 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
21161 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
21162 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21163 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
21164 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
21165 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
21166 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
21167 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
21168 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
21169 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
21170 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
21171 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
21172 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
21173 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
21174 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21175 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21176 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
21177 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
21178 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
21179 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
21180 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
21181 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
21182 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
21183 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
21184 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
21185 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
21186 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
21189 LTCFLAGS='$LTCFLAGS'
21190 compiler='$compiler_DEFAULT'
21192 # Quote evaled strings.
21203 deplibs_check_method \
21212 lt_cv_sys_global_symbol_pipe \
21213 lt_cv_sys_global_symbol_to_cdecl \
21214 lt_cv_sys_global_symbol_to_c_name_address \
21217 lt_prog_compiler_no_builtin_flag \
21218 lt_prog_compiler_wl \
21219 lt_prog_compiler_pic \
21220 lt_prog_compiler_static \
21221 lt_cv_prog_compiler_c_o \
21224 export_dynamic_flag_spec \
21225 whole_archive_flag_spec \
21226 compiler_needs_object \
21228 allow_undefined_flag \
21229 no_undefined_flag \
21230 hardcode_libdir_flag_spec \
21231 hardcode_libdir_flag_spec_ld \
21232 hardcode_libdir_separator \
21237 variables_saved_for_relink \
21239 library_names_spec \
21244 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
21245 *[\\\\\\\`\\"\\\$]*)
21246 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
21249 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
21254 # Double-quote double-evaled strings.
21255 for var in reload_cmds \
21256 old_postinstall_cmds \
21257 old_postuninstall_cmds \
21259 extract_expsyms_cmds \
21260 old_archive_from_new_cmds \
21261 old_archive_from_expsyms_cmds \
21263 archive_expsym_cmds \
21265 module_expsym_cmds \
21266 export_symbols_cmds \
21269 postuninstall_cmds \
21271 sys_lib_search_path_spec \
21272 sys_lib_dlsearch_path_spec; do
21273 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
21274 *[\\\\\\\`\\"\\\$]*)
21275 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
21278 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
21283 # Fix-up fallback echo if it was mangled by the above quoting rules.
21285 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
21289 ac_aux_dir='$ac_aux_dir'
21290 xsi_shell='$xsi_shell'
21291 lt_shell_append='$lt_shell_append'
21293 # See if we are running on zsh, and set the options which allow our
21294 # commands through without removal of \ escapes INIT.
21295 if test -n "\${ZSH_VERSION+set}" ; then
21296 setopt NO_GLOB_SUBST
21302 TIMESTAMP='$TIMESTAMP'
21308 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
21309 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
21311 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
21312 # Capture the value of LINGUAS because we need it to compute CATALOGS.
21313 LINGUAS="${LINGUAS-%UNSET%}"
21318 acx_cv_header_stdint="$acx_cv_header_stdint"
21319 acx_cv_type_int8_t="$acx_cv_type_int8_t"
21320 acx_cv_type_int16_t="$acx_cv_type_int16_t"
21321 acx_cv_type_int32_t="$acx_cv_type_int32_t"
21322 acx_cv_type_int64_t="$acx_cv_type_int64_t"
21323 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
21324 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
21325 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
21326 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
21327 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
21328 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
21329 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
21330 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
21331 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
21339 cat >>$CONFIG_STATUS <<\_ACEOF
21340 for ac_config_target
in $ac_config_targets
21342 case "$ac_config_target" in
21343 # Handling of arguments.
21344 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
21345 "doc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
21346 "bfd-in3.h" ) CONFIG_FILES
="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
21347 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
21348 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
21349 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
21350 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
21351 "bfd_stdint.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS bfd_stdint.h" ;;
21352 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
21353 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
21354 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
21355 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
21356 { (exit 1); exit 1; }; };;
21360 # If the user did not use the arguments to specify the items to instantiate,
21361 # then the envvar interface is used. Set only those that are not.
21362 # We use the long form for the default assignment because of an extremely
21363 # bizarre bug on SunOS 4.1.3.
21364 if $ac_need_defaults; then
21365 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
21366 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
21367 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
21370 # Have a temporary directory for convenience. Make it in the build tree
21371 # simply because there is no reason to put it here, and in addition,
21372 # creating and moving files from /tmp can sometimes cause problems.
21373 # Create a temporary directory, and hook for its removal unless debugging.
21376 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
21377 trap '{ (exit 1); exit 1; }' 1 2 13 15
21380 # Create a (secure) tmp directory for tmp files.
21383 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
21384 test -n "$tmp" && test -d "$tmp"
21387 tmp
=.
/confstat$$
-$RANDOM
21388 (umask 077 && mkdir
$tmp)
21391 echo "$me: cannot create a temporary directory in ." >&2
21392 { (exit 1); exit 1; }
21397 cat >>$CONFIG_STATUS <<_ACEOF
21400 # CONFIG_FILES section.
21403 # No need to generate the scripts if there are no CONFIG_FILES.
21404 # This happens for instance when ./config.status config.h
21405 if test -n "\$CONFIG_FILES"; then
21406 # Protect against being on the right side of a sed subst in config.status.
21407 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
21408 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
21409 s,@SHELL@,$SHELL,;t t
21410 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
21411 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
21412 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
21413 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
21414 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
21415 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
21416 s,@exec_prefix@,$exec_prefix,;t t
21417 s,@prefix@,$prefix,;t t
21418 s,@program_transform_name@,$program_transform_name,;t t
21419 s,@bindir@,$bindir,;t t
21420 s,@sbindir@,$sbindir,;t t
21421 s,@libexecdir@,$libexecdir,;t t
21422 s,@datadir@,$datadir,;t t
21423 s,@sysconfdir@,$sysconfdir,;t t
21424 s,@sharedstatedir@,$sharedstatedir,;t t
21425 s,@localstatedir@,$localstatedir,;t t
21426 s,@libdir@,$libdir,;t t
21427 s,@includedir@,$includedir,;t t
21428 s,@oldincludedir@,$oldincludedir,;t t
21429 s,@infodir@,$infodir,;t t
21430 s,@mandir@,$mandir,;t t
21431 s,@build_alias@,$build_alias,;t t
21432 s,@host_alias@,$host_alias,;t t
21433 s,@target_alias@,$target_alias,;t t
21434 s,@DEFS@,$DEFS,;t t
21435 s,@ECHO_C@,$ECHO_C,;t t
21436 s,@ECHO_N@,$ECHO_N,;t t
21437 s,@ECHO_T@,$ECHO_T,;t t
21438 s,@LIBS@,$LIBS,;t t
21439 s,@build@,$build,;t t
21440 s,@build_cpu@,$build_cpu,;t t
21441 s,@build_vendor@,$build_vendor,;t t
21442 s,@build_os@,$build_os,;t t
21443 s,@host@,$host,;t t
21444 s,@host_cpu@,$host_cpu,;t t
21445 s,@host_vendor@,$host_vendor,;t t
21446 s,@host_os@,$host_os,;t t
21447 s,@target@,$target,;t t
21448 s,@target_cpu@,$target_cpu,;t t
21449 s,@target_vendor@,$target_vendor,;t t
21450 s,@target_os@,$target_os,;t t
21452 s,@CFLAGS@,$CFLAGS,;t t
21453 s,@LDFLAGS@,$LDFLAGS,;t t
21454 s,@CPPFLAGS@,$CPPFLAGS,;t t
21455 s,@ac_ct_CC@,$ac_ct_CC,;t t
21456 s,@EXEEXT@,$EXEEXT,;t t
21457 s,@OBJEXT@,$OBJEXT,;t t
21458 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
21459 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
21460 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
21461 s,@CYGPATH_W@,$CYGPATH_W,;t t
21462 s,@PACKAGE@,$PACKAGE,;t t
21463 s,@VERSION@,$VERSION,;t t
21464 s,@ACLOCAL@,$ACLOCAL,;t t
21465 s,@AUTOCONF@,$AUTOCONF,;t t
21466 s,@AUTOMAKE@,$AUTOMAKE,;t t
21467 s,@AUTOHEADER@,$AUTOHEADER,;t t
21468 s,@MAKEINFO@,$MAKEINFO,;t t
21469 s,@install_sh@,$install_sh,;t t
21470 s,@STRIP@,$STRIP,;t t
21471 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
21472 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
21473 s,@mkdir_p@,$mkdir_p,;t t
21475 s,@SET_MAKE@,$SET_MAKE,;t t
21476 s,@am__leading_dot@,$am__leading_dot,;t t
21477 s,@AMTAR@,$AMTAR,;t t
21478 s,@am__tar@,$am__tar,;t t
21479 s,@am__untar@,$am__untar,;t t
21480 s,@DEPDIR@,$DEPDIR,;t t
21481 s,@am__include@,$am__include,;t t
21482 s,@am__quote@,$am__quote,;t t
21483 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
21484 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
21485 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
21486 s,@CCDEPMODE@,$CCDEPMODE,;t t
21487 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
21488 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
21490 s,@ac_ct_AR@,$ac_ct_AR,;t t
21491 s,@RANLIB@,$RANLIB,;t t
21492 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
21493 s,@LIBTOOL@,$LIBTOOL,;t t
21495 s,@EGREP@,$EGREP,;t t
21496 s,@FGREP@,$FGREP,;t t
21497 s,@GREP@,$GREP,;t t
21499 s,@DUMPBIN@,$DUMPBIN,;t t
21500 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
21502 s,@LN_S@,$LN_S,;t t
21503 s,@lt_ECHO@,$lt_ECHO,;t t
21505 s,@DEBUGDIR@,$DEBUGDIR,;t t
21506 s,@PKGVERSION@,$PKGVERSION,;t t
21507 s,@REPORT_BUGS_TO@,$REPORT_BUGS_TO,;t t
21508 s,@REPORT_BUGS_TEXI@,$REPORT_BUGS_TEXI,;t t
21509 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
21510 s,@NO_WERROR@,$NO_WERROR,;t t
21511 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
21512 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
21513 s,@MAINT@,$MAINT,;t t
21514 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
21515 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
21516 s,@INSTALL_LIBBFD_TRUE@,$INSTALL_LIBBFD_TRUE,;t t
21517 s,@INSTALL_LIBBFD_FALSE@,$INSTALL_LIBBFD_FALSE,;t t
21518 s,@host_noncanonical@,$host_noncanonical,;t t
21519 s,@target_noncanonical@,$target_noncanonical,;t t
21520 s,@bfdlibdir@,$bfdlibdir,;t t
21521 s,@bfdincludedir@,$bfdincludedir,;t t
21522 s,@USE_NLS@,$USE_NLS,;t t
21523 s,@LIBINTL@,$LIBINTL,;t t
21524 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
21525 s,@INCINTL@,$INCINTL,;t t
21526 s,@XGETTEXT@,$XGETTEXT,;t t
21527 s,@GMSGFMT@,$GMSGFMT,;t t
21528 s,@POSUB@,$POSUB,;t t
21529 s,@CATALOGS@,$CATALOGS,;t t
21530 s,@DATADIRNAME@,$DATADIRNAME,;t t
21531 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
21532 s,@GENCAT@,$GENCAT,;t t
21533 s,@CATOBJEXT@,$CATOBJEXT,;t t
21534 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
21535 s,@MSGFMT@,$MSGFMT,;t t
21536 s,@MSGMERGE@,$MSGMERGE,;t t
21537 s,@HDEFINES@,$HDEFINES,;t t
21538 s,@BFD_HOST_64BIT_LONG@,$BFD_HOST_64BIT_LONG,;t t
21539 s,@BFD_HOST_64BIT_LONG_LONG@,$BFD_HOST_64BIT_LONG_LONG,;t t
21540 s,@BFD_HOST_64_BIT_DEFINED@,$BFD_HOST_64_BIT_DEFINED,;t t
21541 s,@BFD_HOST_64_BIT@,$BFD_HOST_64_BIT,;t t
21542 s,@BFD_HOST_U_64_BIT@,$BFD_HOST_U_64_BIT,;t t
21543 s,@BFD_HOSTPTR_T@,$BFD_HOSTPTR_T,;t t
21544 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
21545 s,@EXEEXT_FOR_BUILD@,$EXEEXT_FOR_BUILD,;t t
21546 s,@COREFILE@,$COREFILE,;t t
21547 s,@COREFLAG@,$COREFLAG,;t t
21548 s,@WIN32LDFLAGS@,$WIN32LDFLAGS,;t t
21549 s,@WIN32LIBADD@,$WIN32LIBADD,;t t
21550 s,@TDEFINES@,$TDEFINES,;t t
21551 s,@wordsize@,$wordsize,;t t
21552 s,@bfd64_libs@,$bfd64_libs,;t t
21553 s,@all_backends@,$all_backends,;t t
21554 s,@bfd_backends@,$bfd_backends,;t t
21555 s,@bfd_machines@,$bfd_machines,;t t
21556 s,@bfd_default_target_size@,$bfd_default_target_size,;t t
21557 s,@bfd_file_ptr@,$bfd_file_ptr,;t t
21558 s,@bfd_ufile_ptr@,$bfd_ufile_ptr,;t t
21559 s,@tdefaults@,$tdefaults,;t t
21560 s,@datarootdir@,$datarootdir,;t t
21561 s,@docdir@,$docdir,;t t
21562 s,@htmldir@,$htmldir,;t t
21563 s,@LIBOBJS@,$LIBOBJS,;t t
21564 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
21569 cat >>$CONFIG_STATUS <<\_ACEOF
21570 # Split the substitutions into bite-sized pieces for seds with
21571 # small command number limits, like on Digital OSF/1 and HP-UX.
21572 ac_max_sed_lines
=48
21573 ac_sed_frag
=1 # Number of current file.
21574 ac_beg
=1 # First line for current file.
21575 ac_end
=$ac_max_sed_lines # Line after last line for current file.
21578 while $ac_more_lines; do
21579 if test $ac_beg -gt 1; then
21580 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
21582 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
21584 if test ! -s $tmp/subs.frag
; then
21585 ac_more_lines
=false
21587 # The purpose of the label and of the branching condition is to
21588 # speed up the sed processing (if there are no `@' at all, there
21589 # is no need to browse any of the substitutions).
21590 # These are the two extra sed commands mentioned above.
21592 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
21593 if test -z "$ac_sed_cmds"; then
21594 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
21596 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
21598 ac_sed_frag
=`expr $ac_sed_frag + 1`
21600 ac_end
=`expr $ac_end + $ac_max_sed_lines`
21603 if test -z "$ac_sed_cmds"; then
21606 fi # test -n "$CONFIG_FILES"
21609 cat >>$CONFIG_STATUS <<\_ACEOF
21610 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
21611 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21613 - |
*:- |
*:-:* ) # input from stdin
21615 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
21616 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
21617 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
21618 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
21619 * ) ac_file_in
=$ac_file.
in ;;
21622 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
21623 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
21624 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21625 X"$ac_file" : 'X\(//\)[^/]' \| \
21626 X"$ac_file" : 'X\(//\)$' \| \
21627 X"$ac_file" : 'X\(/\)' \| \
21628 . : '\(.\)' 2>/dev/null ||
21630 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
21631 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
21632 /^X\(\/\/\)$/{ s//\1/; q; }
21633 /^X\(\/\).*/{ s//\1/; q; }
21635 { if $as_mkdir_p; then
21640 while test ! -d "$as_dir"; do
21641 as_dirs
="$as_dir $as_dirs"
21642 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
21643 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21644 X"$as_dir" : 'X\(//\)[^/]' \| \
21645 X"$as_dir" : 'X\(//\)$' \| \
21646 X"$as_dir" : 'X\(/\)' \| \
21647 . : '\(.\)' 2>/dev/null ||
21649 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
21650 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
21651 /^X\(\/\/\)$/{ s//\1/; q; }
21652 /^X\(\/\).*/{ s//\1/; q; }
21655 test ! -n "$as_dirs" || mkdir
$as_dirs
21656 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
21657 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
21658 { (exit 1); exit 1; }; }; }
21662 if test "$ac_dir" != .
; then
21663 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
21664 # A "../" for each directory in $ac_dir_suffix.
21665 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
21667 ac_dir_suffix
= ac_top_builddir
=
21671 .
) # No --srcdir option. We are building in place.
21673 if test -z "$ac_top_builddir"; then
21676 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
21678 [\\/]* | ?
:[\\/]* ) # Absolute path.
21679 ac_srcdir
=$srcdir$ac_dir_suffix;
21680 ac_top_srcdir
=$srcdir ;;
21681 *) # Relative path.
21682 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
21683 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
21686 # Do not use `cd foo && pwd` to compute absolute paths, because
21687 # the directories may not exist.
21689 .
) ac_abs_builddir
="$ac_dir";;
21692 .
) ac_abs_builddir
=`pwd`;;
21693 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
21694 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
21697 case $ac_abs_builddir in
21698 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
21700 case ${ac_top_builddir}.
in
21701 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
21702 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
21703 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
21706 case $ac_abs_builddir in
21707 .
) ac_abs_srcdir
=$ac_srcdir;;
21710 .
) ac_abs_srcdir
=$ac_abs_builddir;;
21711 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
21712 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
21715 case $ac_abs_builddir in
21716 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
21718 case $ac_top_srcdir in
21719 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
21720 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
21721 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
21727 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
21728 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
21731 if test x
"$ac_file" != x-
; then
21732 { echo "$as_me:$LINENO: creating $ac_file" >&5
21733 echo "$as_me: creating $ac_file" >&6;}
21736 # Let's still pretend it is `configure' which instantiates (i.e., don't
21737 # use $as_me), people would be surprised to read:
21738 # /* config.h. Generated by config.status. */
21739 if test x
"$ac_file" = x-
; then
21742 configure_input
="$ac_file. "
21744 configure_input
=$configure_input"Generated from `echo $ac_file_in |
21745 sed 's,.*/,,'` by configure."
21747 # First look for the input files in the build tree, otherwise in the
21749 ac_file_inputs
=`IFS=:
21750 for f in $ac_file_in; do
21752 -) echo $tmp/stdin ;;
21754 # Absolute (can't be DOS-style, as IFS=:)
21755 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21756 echo "$as_me: error: cannot find input file: $f" >&2;}
21757 { (exit 1); exit 1; }; }
21760 if test -f "$f"; then
21763 elif test -f "$srcdir/$f"; then
21768 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21769 echo "$as_me: error: cannot find input file: $f" >&2;}
21770 { (exit 1); exit 1; }; }
21773 done` ||
{ (exit 1); exit 1; }
21775 cat >>$CONFIG_STATUS <<_ACEOF
21779 cat >>$CONFIG_STATUS <<\_ACEOF
21781 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
21782 s
,@configure_input@
,$configure_input,;t t
21783 s
,@srcdir@
,$ac_srcdir,;t t
21784 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
21785 s
,@top_srcdir@
,$ac_top_srcdir,;t t
21786 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
21787 s
,@builddir@
,$ac_builddir,;t t
21788 s
,@abs_builddir@
,$ac_abs_builddir,;t t
21789 s
,@top_builddir@
,$ac_top_builddir,;t t
21790 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
21791 s
,@INSTALL@
,$ac_INSTALL,;t t
21792 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
21794 if test x"$ac_file" != x-; then
21795 mv $tmp/out $ac_file
21803 cat >>$CONFIG_STATUS <<\_ACEOF
21806 # CONFIG_HEADER section.
21809 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
21810 # NAME is the cpp macro being defined and VALUE is the value it is being given.
21812 # ac_d sets the value in "#define NAME VALUE" lines.
21813 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
21814 ac_dB
='[ ].*$,\1#\2'
21817 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
21818 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
21819 ac_uB
='$,\1#\2define\3'
21823 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
21824 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21826 - |
*:- |
*:-:* ) # input from stdin
21828 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
21829 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
21830 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
21831 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
21832 * ) ac_file_in
=$ac_file.
in ;;
21835 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
21836 echo "$as_me: creating $ac_file" >&6;}
21838 # First look for the input files in the build tree, otherwise in the
21840 ac_file_inputs
=`IFS=:
21841 for f in $ac_file_in; do
21843 -) echo $tmp/stdin ;;
21845 # Absolute (can't be DOS-style, as IFS=:)
21846 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21847 echo "$as_me: error: cannot find input file: $f" >&2;}
21848 { (exit 1); exit 1; }; }
21849 # Do quote $f, to prevent DOS paths from being IFS'd.
21852 if test -f "$f"; then
21855 elif test -f "$srcdir/$f"; then
21860 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
21861 echo "$as_me: error: cannot find input file: $f" >&2;}
21862 { (exit 1); exit 1; }; }
21865 done` ||
{ (exit 1); exit 1; }
21866 # Remove the trailing spaces.
21867 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
21871 # Transform confdefs.h into two sed scripts, `conftest.defines' and
21872 # `conftest.undefs', that substitutes the proper values into
21873 # config.h.in to produce config.h. The first handles `#define'
21874 # templates, and the second `#undef' templates.
21875 # And first: Protect against being on the right side of a sed subst in
21876 # config.status. Protect against being in an unquoted here document
21877 # in config.status.
21878 rm -f conftest.defines conftest.undefs
21879 # Using a here document instead of a string reduces the quoting nightmare.
21880 # Putting comments in sed scripts is not portable.
21882 # `end' is used to avoid that the second main sed command (meant for
21883 # 0-ary CPP macros) applies to n-ary macro definitions.
21884 # See the Autoconf documentation for `clear'.
21885 cat >confdef2sed.
sed <<\_ACEOF
21890 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
21892 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
21895 # If some macros were called several times there might be several times
21896 # the same #defines, which is useless. Nevertheless, we may not want to
21897 # sort them, since we want the *last* AC-DEFINE to be honored.
21898 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
21899 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
21900 rm -f confdef2sed.sed
21902 # This sed command replaces #undef with comments. This is necessary, for
21903 # example, in the case of _POSIX_SOURCE, which is predefined and required
21904 # on some systems where configure will not decide to define it.
21905 cat >>conftest.undefs <<\_ACEOF
21906 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
21909 # Break up conftest.defines because some shells have a limit on the size
21910 # of here documents, and old seds have small limits too (100 cmds).
21911 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
21912 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
21913 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
21914 echo ' :' >>$CONFIG_STATUS
21915 rm -f conftest.tail
21916 while grep . conftest.defines >/dev/null
21918 # Write a limited-size here document to $tmp/defines.sed.
21919 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
21920 # Speed up: don't consider the non `#define' lines.
21921 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
21922 # Work around the forget-to-reset-the-flag bug.
21923 echo 't clr' >>$CONFIG_STATUS
21924 echo ': clr' >>$CONFIG_STATUS
21925 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
21927 sed -f $tmp/defines.sed $tmp/in >$tmp/out
21929 mv $tmp/out $tmp/in
21931 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
21932 rm -f conftest.defines
21933 mv conftest.
tail conftest.defines
21935 rm -f conftest.defines
21936 echo ' fi # grep' >>$CONFIG_STATUS
21937 echo >>$CONFIG_STATUS
21939 # Break up conftest.undefs because some shells have a limit on the size
21940 # of here documents, and old seds have small limits too (100 cmds).
21941 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
21942 rm -f conftest.
tail
21943 while grep . conftest.undefs
>/dev
/null
21945 # Write a limited-size here document to $tmp/undefs.sed.
21946 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
21947 # Speed up: don't consider the non
`#undef'
21948 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
21949 # Work around the forget-to-reset-the-flag bug.
21950 echo 't clr' >>$CONFIG_STATUS
21951 echo ': clr' >>$CONFIG_STATUS
21952 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
21954 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
21956 mv $tmp/out $tmp/in
21958 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
21959 rm -f conftest.undefs
21960 mv conftest.tail conftest.undefs
21962 rm -f conftest.undefs
21964 cat >>$CONFIG_STATUS <<\_ACEOF
21965 # Let's still pretend it is `configure
' which instantiates (i.e., don't
21966 # use $as_me), people would be surprised to read:
21967 # /* config.h. Generated by config.status. */
21968 if test x
"$ac_file" = x-
; then
21969 echo "/* Generated by configure. */" >$tmp/config.h
21971 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
21973 cat $tmp/in >>$tmp/config.h
21975 if test x
"$ac_file" != x-
; then
21976 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
21977 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
21978 echo "$as_me: $ac_file is unchanged" >&6;}
21980 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
21981 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21982 X"$ac_file" : 'X\(//\)[^/]' \| \
21983 X"$ac_file" : 'X\(//\)$' \| \
21984 X"$ac_file" : 'X\(/\)' \| \
21985 . : '\(.\)' 2>/dev/null ||
21987 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
21988 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
21989 /^X\(\/\/\)$/{ s//\1/; q; }
21990 /^X\(\/\).*/{ s//\1/; q; }
21992 { if $as_mkdir_p; then
21997 while test ! -d "$as_dir"; do
21998 as_dirs
="$as_dir $as_dirs"
21999 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
22000 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22001 X"$as_dir" : 'X\(//\)[^/]' \| \
22002 X"$as_dir" : 'X\(//\)$' \| \
22003 X"$as_dir" : 'X\(/\)' \| \
22004 . : '\(.\)' 2>/dev/null ||
22006 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22007 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22008 /^X\(\/\/\)$/{ s//\1/; q; }
22009 /^X\(\/\).*/{ s//\1/; q; }
22012 test ! -n "$as_dirs" || mkdir
$as_dirs
22013 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22014 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22015 { (exit 1); exit 1; }; }; }
22018 mv $tmp/config.h
$ac_file
22022 rm -f $tmp/config.h
22024 # Compute $ac_file's index in $config_headers.
22026 for _am_header
in $config_headers :; do
22027 case $_am_header in
22028 $ac_file |
$ac_file:* )
22031 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
22034 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
22035 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22036 X$ac_file : 'X\(//\)[^/]' \| \
22037 X$ac_file : 'X\(//\)$' \| \
22038 X$ac_file : 'X\(/\)' \| \
22039 . : '\(.\)' 2>/dev/null ||
22041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22042 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22043 /^X\(\/\/\)$/{ s//\1/; q; }
22044 /^X\(\/\).*/{ s//\1/; q; }
22045 s/.*/./; q'`/stamp-h
$_am_stamp_count
22048 cat >>$CONFIG_STATUS <<\_ACEOF
22051 # CONFIG_COMMANDS section.
22053 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
22054 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
22055 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
22056 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
22057 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22058 X"$ac_dest" : 'X\(//\)[^/]' \| \
22059 X"$ac_dest" : 'X\(//\)$' \| \
22060 X"$ac_dest" : 'X\(/\)' \| \
22061 . : '\(.\)' 2>/dev/null ||
22063 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22064 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22065 /^X\(\/\/\)$/{ s//\1/; q; }
22066 /^X\(\/\).*/{ s//\1/; q; }
22068 { if $as_mkdir_p; then
22073 while test ! -d "$as_dir"; do
22074 as_dirs
="$as_dir $as_dirs"
22075 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
22076 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22077 X"$as_dir" : 'X\(//\)[^/]' \| \
22078 X"$as_dir" : 'X\(//\)$' \| \
22079 X"$as_dir" : 'X\(/\)' \| \
22080 . : '\(.\)' 2>/dev/null ||
22082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22083 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22084 /^X\(\/\/\)$/{ s//\1/; q; }
22085 /^X\(\/\).*/{ s//\1/; q; }
22088 test ! -n "$as_dirs" || mkdir
$as_dirs
22089 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22090 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22091 { (exit 1); exit 1; }; }; }
22095 if test "$ac_dir" != .
; then
22096 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22097 # A "../" for each directory in $ac_dir_suffix.
22098 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
22100 ac_dir_suffix
= ac_top_builddir
=
22104 .
) # No --srcdir option. We are building in place.
22106 if test -z "$ac_top_builddir"; then
22109 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
22111 [\\/]* | ?
:[\\/]* ) # Absolute path.
22112 ac_srcdir
=$srcdir$ac_dir_suffix;
22113 ac_top_srcdir
=$srcdir ;;
22114 *) # Relative path.
22115 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
22116 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
22119 # Do not use `cd foo && pwd` to compute absolute paths, because
22120 # the directories may not exist.
22122 .
) ac_abs_builddir
="$ac_dir";;
22125 .
) ac_abs_builddir
=`pwd`;;
22126 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
22127 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
22130 case $ac_abs_builddir in
22131 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
22133 case ${ac_top_builddir}.
in
22134 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
22135 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
22136 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
22139 case $ac_abs_builddir in
22140 .
) ac_abs_srcdir
=$ac_srcdir;;
22143 .
) ac_abs_srcdir
=$ac_abs_builddir;;
22144 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
22145 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
22148 case $ac_abs_builddir in
22149 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
22151 case $ac_top_srcdir in
22152 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
22153 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
22154 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
22159 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
22160 echo "$as_me: executing $ac_dest commands" >&6;}
22162 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
22163 # Strip MF so we end up with the name of the file.
22164 mf
=`echo "$mf" | sed -e 's/:.*$//'`
22165 # Check whether this is an Automake generated Makefile or not.
22166 # We used to match only the files named `Makefile.in', but
22167 # some people rename them; so instead we look at the file content.
22168 # Grep'ing the first line is not enough: some people post-process
22169 # each Makefile.in and add a new line on top of each file to say so.
22170 # So let's grep whole file.
22171 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
22172 dirpart
=`(dirname "$mf") 2>/dev/null ||
22173 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22174 X"$mf" : 'X\(//\)[^/]' \| \
22175 X"$mf" : 'X\(//\)$' \| \
22176 X"$mf" : 'X\(/\)' \| \
22177 . : '\(.\)' 2>/dev/null ||
22179 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22180 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22181 /^X\(\/\/\)$/{ s//\1/; q; }
22182 /^X\(\/\).*/{ s//\1/; q; }
22187 # Extract the definition of DEPDIR, am__include, and am__quote
22188 # from the Makefile without running `make'.
22189 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
22190 test -z "$DEPDIR" && continue
22191 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
22192 test -z "am__include" && continue
22193 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
22194 # When using ansi2knr, U may be empty or an underscore; expand it
22195 U
=`sed -n 's/^U = //p' < "$mf"`
22196 # Find all dependency output files, they are included files with
22197 # $(DEPDIR) in their names. We invoke sed twice because it is the
22198 # simplest approach to changing $(DEPDIR) to its actual value in the
22200 for file in `sed -n "
22201 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
22202 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
22203 # Make sure the directory exists.
22204 test -f "$dirpart/$file" && continue
22205 fdir
=`(dirname "$file") 2>/dev/null ||
22206 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22207 X"$file" : 'X\(//\)[^/]' \| \
22208 X"$file" : 'X\(//\)$' \| \
22209 X"$file" : 'X\(/\)' \| \
22210 . : '\(.\)' 2>/dev/null ||
22212 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22213 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22214 /^X\(\/\/\)$/{ s//\1/; q; }
22215 /^X\(\/\).*/{ s//\1/; q; }
22217 { if $as_mkdir_p; then
22218 mkdir
-p $dirpart/$fdir
22220 as_dir
=$dirpart/$fdir
22222 while test ! -d "$as_dir"; do
22223 as_dirs
="$as_dir $as_dirs"
22224 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
22225 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22226 X"$as_dir" : 'X\(//\)[^/]' \| \
22227 X"$as_dir" : 'X\(//\)$' \| \
22228 X"$as_dir" : 'X\(/\)' \| \
22229 . : '\(.\)' 2>/dev/null ||
22231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22232 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22233 /^X\(\/\/\)$/{ s//\1/; q; }
22234 /^X\(\/\).*/{ s//\1/; q; }
22237 test ! -n "$as_dirs" || mkdir
$as_dirs
22238 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
22239 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
22240 { (exit 1); exit 1; }; }; }
22242 # echo "creating $dirpart/$file"
22243 echo '# dummy' > "$dirpart/$file"
22249 # See if we are running on zsh, and set the options which allow our
22250 # commands through without removal of \ escapes.
22251 if test -n "${ZSH_VERSION+set}" ; then
22252 setopt NO_GLOB_SUBST
22255 cfgfile
="${ofile}T"
22256 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
22259 cat <<_LT_EOF >> "$cfgfile"
22262 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
22263 # Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
22264 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
22265 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
22267 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
22268 # 2006, 2007 Free Software Foundation, Inc.
22270 # This file is part of GNU Libtool:
22271 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
22273 # This program is free software; you can redistribute it and/or modify
22274 # it under the terms of the GNU General Public License as published by
22275 # the Free Software Foundation; either version 2 of the License, or
22276 # (at your option) any later version.
22278 # This program is distributed in the hope that it will be useful, but
22279 # WITHOUT ANY WARRANTY; without even the implied warranty of
22280 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22281 # General Public License for more details.
22283 # You should have received a copy of the GNU General Public License
22284 # along with this program; if not, a copy can be downloaded from
22285 # http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
22286 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22287 # MA 02110-1301, USA.
22289 # As a special exception to the GNU General Public License, if you
22290 # distribute this file as part of a program that contains a
22291 # configuration script generated by Autoconf, you may include it under
22292 # the same distribution terms that you use for the rest of that program.
22295 # The names of the tagged configurations supported by this script.
22298 # ### BEGIN LIBTOOL CONFIG
22300 # Whether or not to build shared libraries.
22301 build_libtool_libs=$enable_shared
22303 # Which release of libtool.m4 was used?
22304 macro_version=$macro_version
22305 macro_revision=$macro_revision
22307 # Whether or not to build static libraries.
22308 build_old_libs=$enable_static
22310 # What type of objects to build.
22313 # Whether or not to optimize for fast installation.
22314 fast_install=$enable_fast_install
22317 host_alias=$host_alias
22321 # The build system.
22322 build_alias=$build_alias
22326 # A sed program that does not truncate output.
22329 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
22330 Xsed="\$SED -e 1s/^X//"
22332 # A grep program that handles long lines.
22338 # A literal string matcher.
22341 # A BSD- or MS-compatible name lister.
22344 # Whether we need soft or hard links.
22347 # What is the maximum length of a command?
22348 max_cmd_len=$max_cmd_len
22350 # Object file suffix (normally "o").
22353 # Executable file suffix (normally "").
22356 # whether the shell understands "unset".
22359 # turn spaces into newlines.
22362 # turn newlines into spaces.
22365 # How to create reloadable object files.
22366 reload_flag=$lt_reload_flag
22367 reload_cmds=$lt_reload_cmds
22369 # Method to check whether dependent libraries are shared objects.
22370 deplibs_check_method=$lt_deplibs_check_method
22372 # Command to use when deplibs_check_method == "file_magic".
22373 file_magic_cmd=$lt_file_magic_cmd
22377 AR_FLAGS=$lt_AR_FLAGS
22379 # A symbol stripping program.
22382 # Commands used to install an old-style archive.
22384 old_postinstall_cmds=$lt_old_postinstall_cmds
22385 old_postuninstall_cmds=$lt_old_postuninstall_cmds
22390 # LTCC compiler flags.
22391 LTCFLAGS=$lt_CFLAGS
22393 # Take the output of nm and produce a listing of raw symbols and C names.
22394 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
22396 # Transform the output of nm in a proper C declaration.
22397 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
22399 # Transform the output of nm in a C name address pair.
22400 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
22402 # The name of the directory that contains temporary libtool files.
22405 # Shell to use when invoking shell scripts.
22408 # An echo program that does not interpret backslashes.
22411 # Used to examine libraries when file_magic_cmd begins with "file".
22412 MAGIC_CMD=$MAGIC_CMD
22414 # Must we lock files when doing compilation?
22415 need_locks=$lt_need_locks
22417 # Old archive suffix (normally "a").
22420 # Shared library suffix (normally ".so").
22421 shrext_cmds=$lt_shrext_cmds
22423 # The commands to extract the exported symbol list from a shared archive.
22424 extract_expsyms_cmds=$lt_extract_expsyms_cmds
22426 # Variables whose values should be saved in libtool wrapper scripts and
22427 # restored at link time.
22428 variables_saved_for_relink=$lt_variables_saved_for_relink
22430 # Do we need the "lib" prefix for modules?
22431 need_lib_prefix=$need_lib_prefix
22433 # Do we need a version for libraries?
22434 need_version=$need_version
22436 # Library versioning type.
22437 version_type=$version_type
22439 # Shared library runtime path variable.
22440 runpath_var=$runpath_var
22442 # Shared library path variable.
22443 shlibpath_var=$shlibpath_var
22445 # Is shlibpath searched before the hard-coded library search path?
22446 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
22448 # Format of library name prefix.
22449 libname_spec=$lt_libname_spec
22451 # List of archive names. First name is the real one, the rest are links.
22452 # The last name is the one that the linker finds with -lNAME
22453 library_names_spec=$lt_library_names_spec
22455 # The coded name of the library, if different from the real name.
22456 soname_spec=$lt_soname_spec
22458 # Command to use after installation of a shared archive.
22459 postinstall_cmds=$lt_postinstall_cmds
22461 # Command to use after uninstallation of a shared archive.
22462 postuninstall_cmds=$lt_postuninstall_cmds
22464 # Commands used to finish a libtool library installation in a directory.
22465 finish_cmds=$lt_finish_cmds
22467 # As "finish_cmds", except a single script fragment to be evaled but
22469 finish_eval=$lt_finish_eval
22471 # Whether we should hardcode library paths into libraries.
22472 hardcode_into_libs=$hardcode_into_libs
22474 # Compile-time system search path for libraries.
22475 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
22477 # Run-time system search path for libraries.
22478 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
22480 # Whether dlopen is supported.
22481 dlopen_support=$enable_dlopen
22483 # Whether dlopen of programs is supported.
22484 dlopen_self=$enable_dlopen_self
22486 # Whether dlopen of statically linked programs is supported.
22487 dlopen_self_static=$enable_dlopen_self_static
22489 # Commands to strip libraries.
22490 old_striplib=$lt_old_striplib
22491 striplib=$lt_striplib
22494 # The linker used to build libraries.
22497 # Commands used to build an old-style archive.
22498 old_archive_cmds=$lt_old_archive_cmds
22500 # A language specific compiler.
22503 # Is the compiler the GNU compiler?
22506 # Compiler flag to turn off builtin functions.
22507 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
22509 # How to pass a linker flag through the compiler.
22510 wl=$lt_lt_prog_compiler_wl
22512 # Additional compiler flags for building library objects.
22513 pic_flag=$lt_lt_prog_compiler_pic
22515 # Compiler flag to prevent dynamic linking.
22516 link_static_flag=$lt_lt_prog_compiler_static
22518 # Does compiler simultaneously support -c and -o options?
22519 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
22521 # Whether or not to add -lc for building shared libraries.
22522 build_libtool_need_lc=$archive_cmds_need_lc
22524 # Whether or not to disallow shared libs when runtime libs are static.
22525 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
22527 # Compiler flag to allow reflexive dlopens.
22528 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
22530 # Compiler flag to generate shared objects directly from archives.
22531 whole_archive_flag_spec=$lt_whole_archive_flag_spec
22533 # Whether the compiler copes with passing no objects directly.
22534 compiler_needs_object=$lt_compiler_needs_object
22536 # Create an old-style archive from a shared archive.
22537 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
22539 # Create a temporary old-style archive to link instead of a shared archive.
22540 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
22542 # Commands used to build a shared archive.
22543 archive_cmds=$lt_archive_cmds
22544 archive_expsym_cmds=$lt_archive_expsym_cmds
22546 # Commands used to build a loadable module if different from building
22547 # a shared archive.
22548 module_cmds=$lt_module_cmds
22549 module_expsym_cmds=$lt_module_expsym_cmds
22551 # Whether we are building with GNU ld or not.
22552 with_gnu_ld=$lt_with_gnu_ld
22554 # Flag that allows shared libraries with undefined symbols to be built.
22555 allow_undefined_flag=$lt_allow_undefined_flag
22557 # Flag that enforces no undefined symbols.
22558 no_undefined_flag=$lt_no_undefined_flag
22560 # Flag to hardcode \$libdir into a binary during linking.
22561 # This must work even if \$libdir does not exist
22562 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
22564 # If ld is used when linking, flag to hardcode \$libdir into a binary
22565 # during linking. This must work even if \$libdir does not exist.
22566 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
22568 # Whether we need a single "-rpath" flag with a separated argument.
22569 hardcode_libdir_separator=$lt_hardcode_libdir_separator
22571 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
22572 # DIR into the resulting binary.
22573 hardcode_direct=$hardcode_direct
22575 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
22576 # DIR into the resulting binary and the resulting library dependency is
22577 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
22578 # library is relocated.
22579 hardcode_direct_absolute=$hardcode_direct_absolute
22581 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
22582 # into the resulting binary.
22583 hardcode_minus_L=$hardcode_minus_L
22585 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
22586 # into the resulting binary.
22587 hardcode_shlibpath_var=$hardcode_shlibpath_var
22589 # Set to "yes" if building a shared library automatically hardcodes DIR
22590 # into the library and all subsequent libraries and executables linked
22592 hardcode_automatic=$hardcode_automatic
22594 # Set to yes if linker adds runtime paths of dependent libraries
22595 # to runtime path list.
22596 inherit_rpath=$inherit_rpath
22598 # Whether libtool must link a program against all its dependency libraries.
22599 link_all_deplibs=$link_all_deplibs
22601 # Fix the shell variable \$srcfile for the compiler.
22602 fix_srcfile_path=$lt_fix_srcfile_path
22604 # Set to "yes" if exported symbols are required.
22605 always_export_symbols=$always_export_symbols
22607 # The commands to list exported symbols.
22608 export_symbols_cmds=$lt_export_symbols_cmds
22610 # Symbols that should not be listed in the preloaded symbols.
22611 exclude_expsyms=$lt_exclude_expsyms
22613 # Symbols that must always be exported.
22614 include_expsyms=$lt_include_expsyms
22616 # Commands necessary for linking programs (against libraries) with templates.
22617 prelink_cmds=$lt_prelink_cmds
22619 # Specify filename containing input files.
22620 file_list_spec=$lt_file_list_spec
22622 # How to hardcode a shared library path into an executable.
22623 hardcode_action=$hardcode_action
22625 # ### END LIBTOOL CONFIG
22631 cat <<\_LT_EOF
>> "$cfgfile"
22632 # AIX sometimes has problems with the GCC collect2 program. For some
22633 # reason, if we set the COLLECT_NAMES environment variable, the problems
22634 # vanish in a puff of smoke.
22635 if test "X${COLLECT_NAMES+set}" != Xset
; then
22637 export COLLECT_NAMES
22644 ltmain
="$ac_aux_dir/ltmain.sh"
22647 # We use sed instead of cat because bash on DJGPP gets confused if
22648 # if finds mixed CR/LF and LF-only lines. Since sed operates in
22649 # text mode, it properly converts lines to CR/LF. This bash problem
22650 # is reportedly fixed, but why not run on old versions too?
22651 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
22652 ||
(rm -f "$cfgfile"; exit 1)
22656 cat << \_LT_EOF
>> "$cfgfile"
22657 # func_dirname file append nondir_replacement
22658 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
22659 # otherwise set result to NONDIR_REPLACEMENT.
22663 */*) func_dirname_result
="${1%/*}${2}" ;;
22664 * ) func_dirname_result
="${3}" ;;
22668 # func_basename file
22671 func_basename_result
="${1##*/}"
22674 # func_stripname prefix suffix name
22675 # strip PREFIX and SUFFIX off of NAME.
22676 # PREFIX and SUFFIX must not contain globbing or regex special
22677 # characters, hashes, percent signs, but SUFFIX may contain a leading
22678 # dot (in which case that matches only a dot).
22681 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
22682 # positional parameters, so assign one to ordinary parameter first.
22683 func_stripname_result
=${3}
22684 func_stripname_result
=${func_stripname_result#"${1}"}
22685 func_stripname_result
=${func_stripname_result%"${2}"}
22691 func_opt_split_opt
=${1%%=*}
22692 func_opt_split_arg
=${1#*=}
22699 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
22700 *) func_lo2o_result
=${1} ;;
22705 *) # Bourne compatible functions.
22706 cat << \_LT_EOF
>> "$cfgfile"
22707 # func_dirname file append nondir_replacement
22708 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
22709 # otherwise set result to NONDIR_REPLACEMENT.
22712 # Extract subdirectory from the argument.
22713 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
22714 if test "X$func_dirname_result" = "X${1}"; then
22715 func_dirname_result
="${3}"
22717 func_dirname_result
="$func_dirname_result${2}"
22721 # func_basename file
22724 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
22727 # func_stripname prefix suffix name
22728 # strip PREFIX and SUFFIX off of NAME.
22729 # PREFIX and SUFFIX must not contain globbing or regex special
22730 # characters, hashes, percent signs, but SUFFIX may contain a leading
22731 # dot (in which case that matches only a dot).
22732 # func_strip_suffix prefix name
22736 .
*) func_stripname_result
=`$ECHO "X${3}" \
22737 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
22738 *) func_stripname_result
=`$ECHO "X${3}" \
22739 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
22744 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
22745 my_sed_long_arg
='1s/^-[^=]*=//'
22750 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
22751 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
22757 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
22762 case $lt_shell_append in
22764 cat << \_LT_EOF
>> "$cfgfile"
22766 # func_append var value
22767 # Append VALUE to the end of shell variable VAR.
22775 cat << \_LT_EOF
>> "$cfgfile"
22777 # func_append var value
22778 # Append VALUE to the end of shell variable VAR.
22788 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
22789 ||
(rm -f "$cfgfile"; exit 1)
22791 mv -f "$cfgfile" "$ofile" ||
22792 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
22797 for ac_file
in $CONFIG_FILES; do
22798 # Support "outfile[:infile[:infile...]]"
22800 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
22802 # PO directories have a Makefile.in generated from Makefile.in.in.
22803 case "$ac_file" in */Makefile.
in)
22804 # Adjust a relative srcdir.
22805 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
22806 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
22807 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
22808 # In autoconf-2.13 it is called $ac_given_srcdir.
22809 # In autoconf-2.50 it is called $srcdir.
22810 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
22811 case "$ac_given_srcdir" in
22812 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
22813 /*) top_srcdir
="$ac_given_srcdir" ;;
22814 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
22816 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
22817 rm -f "$ac_dir/POTFILES"
22818 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
22819 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
22820 POMAKEFILEDEPS
="POTFILES.in"
22821 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
22822 # on $ac_dir but don't depend on user-specified configuration
22824 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
22825 # The LINGUAS file contains the set of available languages.
22826 if test -n "$OBSOLETE_ALL_LINGUAS"; then
22827 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
22829 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
22830 # Hide the ALL_LINGUAS assigment from automake.
22831 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
22832 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
22834 # The set of available languages was given in configure.in.
22835 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
22837 case "$ac_given_srcdir" in
22839 *) srcdirpre
='$(srcdir)/' ;;
22845 for lang
in $ALL_LINGUAS; do
22846 POFILES
="$POFILES $srcdirpre$lang.po"
22847 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
22848 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
22849 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
22851 # CATALOGS depends on both $ac_dir and the user's LINGUAS
22852 # environment variable.
22854 if test -n "$ALL_LINGUAS"; then
22855 for presentlang
in $ALL_LINGUAS; do
22857 if test "%UNSET%" != "$LINGUAS"; then
22858 desiredlanguages
="$LINGUAS"
22860 desiredlanguages
="$ALL_LINGUAS"
22862 for desiredlang
in $desiredlanguages; do
22863 # Use the presentlang catalog if desiredlang is
22864 # a. equal to presentlang, or
22865 # b. a variant of presentlang (because in this case,
22866 # presentlang can be used as a fallback for messages
22867 # which are not translated in the desiredlang catalog).
22868 case "$desiredlang" in
22869 "$presentlang"*) useit
=yes;;
22872 if test $useit = yes; then
22873 INST_LINGUAS
="$INST_LINGUAS $presentlang"
22878 if test -n "$INST_LINGUAS"; then
22879 for lang
in $INST_LINGUAS; do
22880 CATALOGS
="$CATALOGS $lang.gmo"
22883 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
22884 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
22885 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
22886 if test -f "$f"; then
22888 *.orig |
*.bak |
*~
) ;;
22889 *) cat "$f" >> "$ac_dir/Makefile" ;;
22898 if test "$GCC" = yes; then
22899 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
22901 echo "/* generated for $CC */" > tmp-stdint.h
22904 sed 's/^ *//' >> tmp-stdint.h
<<EOF
22906 #ifndef GCC_GENERATED_STDINT_H
22907 #define GCC_GENERATED_STDINT_H 1
22909 #include <sys/types.h>
22912 if test "$acx_cv_header_stdint" != stdint.h
; then
22913 echo "#include <stddef.h>" >> tmp-stdint.h
22915 if test "$acx_cv_header_stdint" != stddef.h
; then
22916 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
22919 sed 's/^ *//' >> tmp-stdint.h
<<EOF
22920 /* glibc uses these symbols as guards to prevent redefinitions. */
22921 #ifdef __int8_t_defined
22926 #ifdef __uint32_t_defined
22932 # ----------------- done header, emit basic int types -------------
22933 if test "$acx_cv_header_stdint" = stddef.h
; then
22934 sed 's/^ *//' >> tmp-stdint.h
<<EOF
22938 #ifndef __uint8_t_defined
22939 #define __uint8_t_defined
22940 typedef unsigned $acx_cv_type_int8_t uint8_t;
22946 #ifndef __uint16_t_defined
22947 #define __uint16_t_defined
22948 typedef unsigned $acx_cv_type_int16_t uint16_t;
22954 #ifndef __uint32_t_defined
22955 #define __uint32_t_defined
22956 typedef unsigned $acx_cv_type_int32_t uint32_t;
22962 #ifndef __int8_t_defined
22963 #define __int8_t_defined
22964 typedef $acx_cv_type_int8_t int8_t;
22970 #ifndef __int16_t_defined
22971 #define __int16_t_defined
22972 typedef $acx_cv_type_int16_t int16_t;
22978 #ifndef __int32_t_defined
22979 #define __int32_t_defined
22980 typedef $acx_cv_type_int32_t int32_t;
22984 elif test "$ac_cv_type_u_int32_t" = yes; then
22985 sed 's/^ *//' >> tmp-stdint.h
<<EOF
22987 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
23000 #ifndef __uint8_t_defined
23001 #define __uint8_t_defined
23002 typedef u_int8_t uint8_t;
23008 #ifndef __uint16_t_defined
23009 #define __uint16_t_defined
23010 typedef u_int16_t uint16_t;
23016 #ifndef __uint32_t_defined
23017 #define __uint32_t_defined
23018 typedef u_int32_t uint32_t;
23023 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23025 /* Some systems have guard macros to prevent redefinitions, define them. */
23047 # ------------- done basic int types, emit int64_t types ------------
23048 if test "$ac_cv_type_uint64_t" = yes; then
23049 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23051 /* system headers have good uint64_t and int64_t */
23059 elif test "$ac_cv_type_u_int64_t" = yes; then
23060 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23062 /* system headers have an u_int64_t (and int64_t) */
23068 #ifndef __uint64_t_defined
23069 #define __uint64_t_defined
23070 typedef u_int64_t uint64_t;
23074 elif test -n "$acx_cv_type_int64_t"; then
23075 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23077 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
23080 typedef $acx_cv_type_int64_t int64_t;
23084 #ifndef __uint64_t_defined
23085 #define __uint64_t_defined
23086 typedef unsigned $acx_cv_type_int64_t uint64_t;
23091 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23093 /* some common heuristics for int64_t, using compiler-specific tests */
23094 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
23097 #ifndef __int64_t_defined
23098 typedef long long int64_t;
23103 typedef unsigned long long uint64_t;
23106 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
23107 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
23108 does not implement __extension__. But that compiler doesn't define
23110 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
23111 # define __extension__
23116 __extension__ typedef long long int64_t;
23120 __extension__ typedef unsigned long long uint64_t;
23123 #elif !defined __STRICT_ANSI__
23124 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
23128 typedef __int64 int64_t;
23132 typedef unsigned __int64 uint64_t;
23134 # endif /* compiler */
23136 #endif /* ANSI version */
23140 # ------------- done int64_t types, emit intptr types ------------
23141 if test "$ac_cv_type_uintptr_t" != yes; then
23142 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23144 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
23145 #ifndef __uintptr_t_defined
23146 typedef u$acx_cv_type_intptr_t uintptr_t;
23148 #ifndef __intptr_t_defined
23149 typedef $acx_cv_type_intptr_t intptr_t;
23154 # ------------- done intptr types, emit int_least types ------------
23155 if test "$ac_cv_type_int_least32_t" != yes; then
23156 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23158 /* Define int_least types */
23159 typedef int8_t int_least8_t;
23160 typedef int16_t int_least16_t;
23161 typedef int32_t int_least32_t;
23163 typedef int64_t int_least64_t;
23166 typedef uint8_t uint_least8_t;
23167 typedef uint16_t uint_least16_t;
23168 typedef uint32_t uint_least32_t;
23170 typedef uint64_t uint_least64_t;
23175 # ------------- done intptr types, emit int_fast types ------------
23176 if test "$ac_cv_type_int_fast32_t" != yes; then
23177 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23179 /* Define int_fast types. short is often slow */
23180 typedef int8_t int_fast8_t;
23181 typedef int int_fast16_t;
23182 typedef int32_t int_fast32_t;
23184 typedef int64_t int_fast64_t;
23187 typedef uint8_t uint_fast8_t;
23188 typedef unsigned int uint_fast16_t;
23189 typedef uint32_t uint_fast32_t;
23191 typedef uint64_t uint_fast64_t;
23196 if test "$ac_cv_type_uintmax_t" != yes; then
23197 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23199 /* Define intmax based on what we found */
23201 typedef int64_t intmax_t;
23203 typedef long intmax_t;
23206 typedef uint64_t uintmax_t;
23208 typedef unsigned long uintmax_t;
23213 sed 's/^ *//' >> tmp-stdint.h
<<EOF
23215 #endif /* GCC_GENERATED_STDINT_H */
23218 if test -r bfd_stdint.h
&& cmp -s tmp-stdint.h bfd_stdint.h
; then
23221 mv -f tmp-stdint.h bfd_stdint.h
23228 *) srcdirpre
='$(srcdir)/' ;;
23232 for lang
in dummy
$OBSOLETE_ALL_LINGUAS; do
23233 if test $lang != dummy
; then
23234 POFILES
="$POFILES $srcdirpre$lang.po"
23235 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
23238 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
23239 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
23240 -e "s,@POFILES@,$POFILES," \
23241 -e "s,@GMOFILES@,$GMOFILES," \
23242 po
/Makefile.
in > po
/Makefile
;;
23247 cat >>$CONFIG_STATUS <<\_ACEOF
23249 { (exit 0); exit 0; }
23251 chmod +x
$CONFIG_STATUS
23252 ac_clean_files
=$ac_clean_files_save
23255 # configure is writing to config.log, and then calls config.status.
23256 # config.status does its own redirection, appending to config.log.
23257 # Unfortunately, on DOS this fails, as config.log is still kept open
23258 # by configure, so config.status won't be able to write to it; its
23259 # output is simply discarded. So we exec the FD to /dev/null,
23260 # effectively closing config.log, so it can be properly (re)opened and
23261 # appended to by config.status. When coming back to configure, we
23262 # need to make the FD available again.
23263 if test "$no_create" != yes; then
23265 ac_config_status_args
=
23266 test "$silent" = yes &&
23267 ac_config_status_args
="$ac_config_status_args --quiet"
23269 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
23271 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23272 # would make configure fail if this is the last instruction.
23273 $ac_cs_success ||
{ (exit 1); exit 1; }