2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.35.50.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev
/null
; then :
213 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
218 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir
=.
225 for as_base
in sh bash ksh sh5
; do
226 # Try only shells that exist, to save several forks.
227 as_shell
=$as_dir/$as_base
228 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 CONFIG_SHELL
=$as_shell as_have_required
=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
239 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
241 CONFIG_SHELL
=$SHELL as_have_required
=yes
246 if test "x$CONFIG_SHELL" != x
; then :
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
254 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
256 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 if test x
$as_have_required = xno
; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x
${ZSH_VERSION+set} = xset
; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
284 SHELL
=${CONFIG_SHELL-/bin/sh}
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE
= GREP_OPTIONS
=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir
=.
/$as_dir;;
329 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
333 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 as_dirs
="'$as_qdir' $as_dirs"
337 as_dir
=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
363 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p
()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
382 eval 'as_fn_append ()
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
406 as_val
=`expr "$@" || test $? -eq 1`
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
418 as_status
=$1; test $as_status -eq 0 && as_status
=1
420 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit
$as_status
427 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
434 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
446 as_me
=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
465 # Avoid depending upon Character Ranges.
466 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits
='0123456789'
470 as_cr_alnum
=$as_cr_Letters$as_cr_digits
473 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
474 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 chmod +x
"$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec
=no
; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
504 # Exit status is that of the last command.
508 ECHO_C
= ECHO_N
= ECHO_T
=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
521 rm -f conf$$ conf$$.exe conf$$.
file
522 if test -d conf$$.dir
; then
523 rm -f conf$$.dir
/conf$$.
file
526 mkdir conf$$.dir
2>/dev
/null
528 if (echo >conf$$.
file) 2>/dev
/null
; then
529 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
537 elif ln conf$$.
file conf$$
2>/dev
/null
; then
545 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
546 rmdir conf$$.dir
2>/dev
/null
548 if mkdir
-p .
2>/dev
/null
; then
549 as_mkdir_p
='mkdir -p "$as_dir"'
551 test -d .
/-p && rmdir .
/-p
556 as_executable_p
=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL
=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
578 ac_default_prefix
=/usr
/local
580 ac_config_libobj_dir
=.
587 # Identity of this package.
589 PACKAGE_TARNAME
='bfd'
590 PACKAGE_VERSION
='2.35.50'
591 PACKAGE_STRING
='bfd 2.35.50'
595 ac_unique_file
="libbfd.c"
596 # Factoring default headers for most tests.
597 ac_includes_default
="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
633 ac_subst_vars
='am__EXEEXT_FALSE
645 bfd_default_target_size
662 BFD_HOST_64_BIT_DEFINED
663 BFD_HOST_64BIT_LONG_LONG
690 MAINTAINER_MODE_FALSE
694 WARN_CFLAGS_FOR_BUILD
744 INSTALL_STRIP_PROGRAM
805 program_transform_name
818 enable_option_checking
819 enable_dependency_tracking
831 enable_64_bit_archive
835 enable_leading_mingw64_underscores
836 with_separate_debug_dir
840 enable_build_warnings
841 enable_maintainer_mode
842 enable_install_libbfd
846 ac_precious_vars
='build_alias
857 # Initialize some variables set by options.
859 ac_init_version
=false
860 ac_unrecognized_opts
=
862 # The variables have the same names as the options, with
863 # dashes changed to underlines.
871 program_transform_name
=s
,x
,x
,
879 # Installation directory options.
880 # These are left unexpanded so users can "make install exec_prefix=/foo"
881 # and all the variables that are supposed to be based on exec_prefix
882 # by default will actually change.
883 # Use braces instead of parens because sh, perl, etc. also accept them.
884 # (The list follows the same order as the GNU Coding Standards.)
885 bindir
='${exec_prefix}/bin'
886 sbindir
='${exec_prefix}/sbin'
887 libexecdir
='${exec_prefix}/libexec'
888 datarootdir
='${prefix}/share'
889 datadir
='${datarootdir}'
890 sysconfdir
='${prefix}/etc'
891 sharedstatedir
='${prefix}/com'
892 localstatedir
='${prefix}/var'
893 includedir
='${prefix}/include'
894 oldincludedir
='/usr/include'
895 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
896 infodir
='${datarootdir}/info'
901 libdir
='${exec_prefix}/lib'
902 localedir
='${datarootdir}/locale'
903 mandir
='${datarootdir}/man'
909 # If the previous option needs an argument, assign it.
910 if test -n "$ac_prev"; then
911 eval $ac_prev=\
$ac_option
917 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
922 # Accept the important Cygnus configure options, so we can diagnose typos.
924 case $ac_dashdash$ac_option in
928 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
930 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
933 -build |
--build |
--buil |
--bui |
--bu)
934 ac_prev
=build_alias
;;
935 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
936 build_alias
=$ac_optarg ;;
938 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
939 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
940 ac_prev
=cache_file
;;
941 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
942 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
943 cache_file
=$ac_optarg ;;
946 cache_file
=config.cache
;;
948 -datadir |
--datadir |
--datadi |
--datad)
950 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
951 datadir
=$ac_optarg ;;
953 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
954 |
--dataroo |
--dataro |
--datar)
955 ac_prev
=datarootdir
;;
956 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
957 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
958 datarootdir
=$ac_optarg ;;
960 -disable-* |
--disable-*)
961 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
962 # Reject names that are not valid shell variable names.
963 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
964 as_fn_error $?
"invalid feature name: $ac_useropt"
965 ac_useropt_orig
=$ac_useropt
966 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
967 case $ac_user_opts in
971 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
972 ac_unrecognized_sep
=', ';;
974 eval enable_
$ac_useropt=no
;;
976 -docdir |
--docdir |
--docdi |
--doc |
--do)
978 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
981 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
983 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
986 -enable-* |
--enable-*)
987 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
988 # Reject names that are not valid shell variable names.
989 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
990 as_fn_error $?
"invalid feature name: $ac_useropt"
991 ac_useropt_orig
=$ac_useropt
992 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
993 case $ac_user_opts in
997 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
998 ac_unrecognized_sep
=', ';;
1000 eval enable_
$ac_useropt=\
$ac_optarg ;;
1002 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1003 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1004 |
--exec |
--exe |
--ex)
1005 ac_prev
=exec_prefix
;;
1006 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1007 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1008 |
--exec=* |
--exe=* |
--ex=*)
1009 exec_prefix
=$ac_optarg ;;
1011 -gas |
--gas |
--ga |
--g)
1012 # Obsolete; use --with-gas.
1015 -help |
--help |
--hel |
--he |
-h)
1016 ac_init_help
=long
;;
1017 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1018 ac_init_help
=recursive
;;
1019 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1020 ac_init_help
=short
;;
1022 -host |
--host |
--hos |
--ho)
1023 ac_prev
=host_alias
;;
1024 -host=* |
--host=* |
--hos=* |
--ho=*)
1025 host_alias
=$ac_optarg ;;
1027 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1029 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1031 htmldir
=$ac_optarg ;;
1033 -includedir |
--includedir |
--includedi |
--included |
--include \
1034 |
--includ |
--inclu |
--incl |
--inc)
1035 ac_prev
=includedir
;;
1036 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1037 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1038 includedir
=$ac_optarg ;;
1040 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1042 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1043 infodir
=$ac_optarg ;;
1045 -libdir |
--libdir |
--libdi |
--libd)
1047 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1048 libdir
=$ac_optarg ;;
1050 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1051 |
--libexe |
--libex |
--libe)
1052 ac_prev
=libexecdir
;;
1053 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1054 |
--libexe=* |
--libex=* |
--libe=*)
1055 libexecdir
=$ac_optarg ;;
1057 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1058 ac_prev
=localedir
;;
1059 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1060 localedir
=$ac_optarg ;;
1062 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1063 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1064 ac_prev
=localstatedir
;;
1065 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1066 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1067 localstatedir
=$ac_optarg ;;
1069 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1071 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1072 mandir
=$ac_optarg ;;
1074 -nfp |
--nfp |
--nf)
1075 # Obsolete; use --without-fp.
1078 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1079 |
--no-cr |
--no-c |
-n)
1082 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1083 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1086 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1087 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1088 |
--oldin |
--oldi |
--old |
--ol |
--o)
1089 ac_prev
=oldincludedir
;;
1090 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1091 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1092 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1093 oldincludedir
=$ac_optarg ;;
1095 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1097 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1098 prefix
=$ac_optarg ;;
1100 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1101 |
--program-pre |
--program-pr |
--program-p)
1102 ac_prev
=program_prefix
;;
1103 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1104 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1105 program_prefix
=$ac_optarg ;;
1107 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1108 |
--program-suf |
--program-su |
--program-s)
1109 ac_prev
=program_suffix
;;
1110 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1111 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1112 program_suffix
=$ac_optarg ;;
1114 -program-transform-name |
--program-transform-name \
1115 |
--program-transform-nam |
--program-transform-na \
1116 |
--program-transform-n |
--program-transform- \
1117 |
--program-transform |
--program-transfor \
1118 |
--program-transfo |
--program-transf \
1119 |
--program-trans |
--program-tran \
1120 |
--progr-tra |
--program-tr |
--program-t)
1121 ac_prev
=program_transform_name
;;
1122 -program-transform-name=* |
--program-transform-name=* \
1123 |
--program-transform-nam=* |
--program-transform-na=* \
1124 |
--program-transform-n=* |
--program-transform-=* \
1125 |
--program-transform=* |
--program-transfor=* \
1126 |
--program-transfo=* |
--program-transf=* \
1127 |
--program-trans=* |
--program-tran=* \
1128 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1129 program_transform_name
=$ac_optarg ;;
1131 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1133 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1134 pdfdir
=$ac_optarg ;;
1136 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1138 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1141 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1142 |
-silent |
--silent |
--silen |
--sile |
--sil)
1145 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1147 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1149 sbindir
=$ac_optarg ;;
1151 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1152 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1153 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1155 ac_prev
=sharedstatedir
;;
1156 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1157 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1158 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1160 sharedstatedir
=$ac_optarg ;;
1162 -site |
--site |
--sit)
1164 -site=* |
--site=* |
--sit=*)
1167 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1169 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1170 srcdir
=$ac_optarg ;;
1172 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1173 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1174 ac_prev
=sysconfdir
;;
1175 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1176 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1177 sysconfdir
=$ac_optarg ;;
1179 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1180 ac_prev
=target_alias
;;
1181 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1182 target_alias
=$ac_optarg ;;
1184 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1187 -version |
--version |
--versio |
--versi |
--vers |
-V)
1188 ac_init_version
=: ;;
1191 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1192 # Reject names that are not valid shell variable names.
1193 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1194 as_fn_error $?
"invalid package name: $ac_useropt"
1195 ac_useropt_orig
=$ac_useropt
1196 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1197 case $ac_user_opts in
1201 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1202 ac_unrecognized_sep
=', ';;
1204 eval with_
$ac_useropt=\
$ac_optarg ;;
1206 -without-* |
--without-*)
1207 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1208 # Reject names that are not valid shell variable names.
1209 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1210 as_fn_error $?
"invalid package name: $ac_useropt"
1211 ac_useropt_orig
=$ac_useropt
1212 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1213 case $ac_user_opts in
1217 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1218 ac_unrecognized_sep
=', ';;
1220 eval with_
$ac_useropt=no
;;
1223 # Obsolete; use --with-x.
1226 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1227 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1228 ac_prev
=x_includes
;;
1229 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1230 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1231 x_includes
=$ac_optarg ;;
1233 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1234 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1235 ac_prev
=x_libraries
;;
1236 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1237 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1238 x_libraries
=$ac_optarg ;;
1240 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1241 Try \`$0 --help' for more information"
1245 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1246 # Reject names that are not valid shell variable names.
1247 case $ac_envvar in #(
1248 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1249 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1251 eval $ac_envvar=\
$ac_optarg
1252 export $ac_envvar ;;
1255 # FIXME: should be removed in autoconf 3.0.
1256 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1257 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1258 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1259 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1265 if test -n "$ac_prev"; then
1266 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1267 as_fn_error $?
"missing argument to $ac_option"
1270 if test -n "$ac_unrecognized_opts"; then
1271 case $enable_option_checking in
1273 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1274 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1278 # Check all directory arguments for consistency.
1279 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1280 datadir sysconfdir sharedstatedir localstatedir includedir \
1281 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1282 libdir localedir mandir
1284 eval ac_val
=\$
$ac_var
1285 # Remove trailing slashes.
1288 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1289 eval $ac_var=\
$ac_val;;
1291 # Be sure to have absolute directory names.
1293 [\\/$
]* | ?
:[\\/]* ) continue;;
1294 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1296 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1299 # There might be people who depend on the old broken behavior: `$host'
1300 # used to hold the argument of --host etc.
1301 # FIXME: To remove some day.
1304 target
=$target_alias
1306 # FIXME: To remove some day.
1307 if test "x$host_alias" != x
; then
1308 if test "x$build_alias" = x
; then
1309 cross_compiling
=maybe
1310 elif test "x$build_alias" != "x$host_alias"; then
1316 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1318 test "$silent" = yes && exec 6>/dev
/null
1321 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1322 ac_ls_di
=`ls -di .` &&
1323 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1324 as_fn_error $?
"working directory cannot be determined"
1325 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1326 as_fn_error $?
"pwd does not report name of working directory"
1329 # Find the source files, if location was not specified.
1330 if test -z "$srcdir"; then
1331 ac_srcdir_defaulted
=yes
1332 # Try the directory containing this script, then the parent directory.
1333 ac_confdir
=`$as_dirname -- "$as_myself" ||
1334 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1335 X"$as_myself" : 'X\(//\)[^/]' \| \
1336 X"$as_myself" : 'X\(//\)$' \| \
1337 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1338 $as_echo X"$as_myself" |
1339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1357 if test ! -r "$srcdir/$ac_unique_file"; then
1361 ac_srcdir_defaulted
=no
1363 if test ! -r "$srcdir/$ac_unique_file"; then
1364 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1365 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1367 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1369 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1371 # When building in place, set srcdir=.
1372 if test "$ac_abs_confdir" = "$ac_pwd"; then
1375 # Remove unnecessary trailing slashes from srcdir.
1376 # Double slashes in file names in object file debugging info
1377 # mess up M-x gdb in Emacs.
1379 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1381 for ac_var
in $ac_precious_vars; do
1382 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1383 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1384 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1385 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1389 # Report the --help message.
1391 if test "$ac_init_help" = "long"; then
1392 # Omit some internal or obsolete options to make the list less imposing.
1393 # This message is too long to be a string in the A/UX 3.1 sh.
1395 \`configure' configures bfd 2.35.50 to adapt to many kinds of systems.
1397 Usage: $0 [OPTION]... [VAR=VALUE]...
1399 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1400 VAR=VALUE. See below for descriptions of some of the useful variables.
1402 Defaults for the options are specified in brackets.
1405 -h, --help display this help and exit
1406 --help=short display options specific to this package
1407 --help=recursive display the short help of all the included packages
1408 -V, --version display version information and exit
1409 -q, --quiet, --silent do not print \`checking ...' messages
1410 --cache-file=FILE cache test results in FILE [disabled]
1411 -C, --config-cache alias for \`--cache-file=config.cache'
1412 -n, --no-create do not create output files
1413 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1415 Installation directories:
1416 --prefix=PREFIX install architecture-independent files in PREFIX
1417 [$ac_default_prefix]
1418 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1421 By default, \`make install' will install all the files in
1422 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1423 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1424 for instance \`--prefix=\$HOME'.
1426 For better control, use the options below.
1428 Fine tuning of the installation directories:
1429 --bindir=DIR user executables [EPREFIX/bin]
1430 --sbindir=DIR system admin executables [EPREFIX/sbin]
1431 --libexecdir=DIR program executables [EPREFIX/libexec]
1432 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1433 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1434 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1435 --libdir=DIR object code libraries [EPREFIX/lib]
1436 --includedir=DIR C header files [PREFIX/include]
1437 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1438 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1439 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1440 --infodir=DIR info documentation [DATAROOTDIR/info]
1441 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1442 --mandir=DIR man documentation [DATAROOTDIR/man]
1443 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1444 --htmldir=DIR html documentation [DOCDIR]
1445 --dvidir=DIR dvi documentation [DOCDIR]
1446 --pdfdir=DIR pdf documentation [DOCDIR]
1447 --psdir=DIR ps documentation [DOCDIR]
1453 --program-prefix=PREFIX prepend PREFIX to installed program names
1454 --program-suffix=SUFFIX append SUFFIX to installed program names
1455 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1458 --build=BUILD configure
for building on BUILD
[guessed
]
1459 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1460 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1464 if test -n "$ac_init_help"; then
1465 case $ac_init_help in
1466 short | recursive
) echo "Configuration of bfd 2.35.50:";;
1471 --disable-option-checking ignore unrecognized
--enable/--with options
1472 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1473 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1474 --enable-dependency-tracking
1475 do not reject slow dependency extractors
1476 --disable-dependency-tracking
1477 speeds up one-time build
1478 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1479 --disable-silent-rules verbose build output
(undo
: "make V=0")
1480 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1481 --enable-static[=PKGS
] build static libraries
[default
=yes]
1482 --enable-fast-install[=PKGS
]
1483 optimize
for fast installation
[default
=yes]
1484 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1485 --enable-plugins Enable support
for plugins
1486 --disable-largefile omit support
for large files
1487 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1488 --enable-targets alternative target configurations
1489 --enable-64-bit-archive force
64-bit archives
1490 --enable-secureplt Default to creating read-only plt entries
1491 --enable-separate-code enable -z separate-code
in ELF linker by default
1492 --enable-leading-mingw64-underscores
1493 Enable leading underscores on
64 bit mingw targets
1494 --enable-werror treat compile warnings as errors
1495 --enable-build-warnings enable build-time compiler warnings
1496 --enable-maintainer-mode
1497 enable make rules and dependencies not useful
(and
1498 sometimes confusing
) to the casual installer
1499 --enable-install-libbfd controls installation of libbfd and related headers
1500 --disable-nls do not use Native Language Support
1503 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1504 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1505 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1507 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1508 --with-mmap try using mmap
for BFD input files
if available
1509 --with-separate-debug-dir=DIR
1510 Look
for global separate debug info
in DIR
1511 [[default
=LIBDIR
/debug
]]
1512 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GNU
1514 --with-bugurl=URL Direct users to URL to report a bug
1515 --with-system-zlib use installed libz
1517 Some influential environment variables
:
1518 CC C compiler
command
1519 CFLAGS C compiler flags
1520 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1521 nonstandard directory
<lib dir
>
1522 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1523 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1524 you have headers
in a nonstandard directory
<include dir
>
1527 Use these variables to override the choices made by
`configure' or to help
1528 it to find libraries and programs with nonstandard names/locations.
1530 Report bugs to the package provider.
1535 if test "$ac_init_help" = "recursive"; then
1536 # If there are subdirs, report their specific --help.
1537 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1538 test -d "$ac_dir" ||
1539 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1544 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1547 # A ".." for each directory in $ac_dir_suffix.
1548 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1549 case $ac_top_builddir_sub in
1550 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1551 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1554 ac_abs_top_builddir=$ac_pwd
1555 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1556 # for backward compatibility:
1557 ac_top_builddir=$ac_top_build_prefix
1560 .) # We are building in place.
1562 ac_top_srcdir=$ac_top_builddir_sub
1563 ac_abs_top_srcdir=$ac_pwd ;;
1564 [\\/]* | ?:[\\/]* ) # Absolute name.
1565 ac_srcdir=$srcdir$ac_dir_suffix;
1566 ac_top_srcdir=$srcdir
1567 ac_abs_top_srcdir=$srcdir ;;
1569 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1570 ac_top_srcdir=$ac_top_build_prefix$srcdir
1571 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1573 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1575 cd "$ac_dir" || { ac_status=$?; continue; }
1576 # Check for guested configure.
1577 if test -f "$ac_srcdir/configure.gnu"; then
1579 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1580 elif test -f "$ac_srcdir/configure"; then
1582 $SHELL "$ac_srcdir/configure" --help=recursive
1584 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1586 cd "$ac_pwd" || { ac_status=$?; break; }
1590 test -n "$ac_init_help" && exit $ac_status
1591 if $ac_init_version; then
1593 bfd configure 2.35.50
1594 generated by GNU Autoconf 2.69
1596 Copyright (C) 2012 Free Software Foundation, Inc.
1597 This configure script is free software; the Free Software Foundation
1598 gives unlimited permission to copy, distribute and modify it.
1603 ## ------------------------ ##
1604 ## Autoconf initialization. ##
1605 ## ------------------------ ##
1607 # ac_fn_c_try_compile LINENO
1608 # --------------------------
1609 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1610 ac_fn_c_try_compile ()
1612 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1613 rm -f conftest.$ac_objext
1614 if { { ac_try="$ac_compile"
1616 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1617 *) ac_try_echo
=$ac_try;;
1619 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1620 $as_echo "$ac_try_echo"; } >&5
1621 (eval "$ac_compile") 2>conftest.err
1623 if test -s conftest.err
; then
1624 grep -v '^ *+' conftest.err
>conftest.er1
1625 cat conftest.er1
>&5
1626 mv -f conftest.er1 conftest.err
1628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1629 test $ac_status = 0; } && {
1630 test -z "$ac_c_werror_flag" ||
1631 test ! -s conftest.err
1632 } && test -s conftest.
$ac_objext; then :
1635 $as_echo "$as_me: failed program was:" >&5
1636 sed 's/^/| /' conftest.
$ac_ext >&5
1640 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1641 as_fn_set_status
$ac_retval
1643 } # ac_fn_c_try_compile
1645 # ac_fn_c_try_link LINENO
1646 # -----------------------
1647 # Try to link conftest.$ac_ext, and return whether this succeeded.
1650 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1651 rm -f conftest.
$ac_objext conftest
$ac_exeext
1652 if { { ac_try
="$ac_link"
1654 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1655 *) ac_try_echo=$ac_try;;
1657 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1658 $as_echo "$ac_try_echo"; } >&5
1659 (eval "$ac_link") 2>conftest.err
1661 if test -s conftest.err; then
1662 grep -v '^ *+' conftest.err >conftest.er1
1663 cat conftest.er1 >&5
1664 mv -f conftest.er1 conftest.err
1666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1667 test $ac_status = 0; } && {
1668 test -z "$ac_c_werror_flag" ||
1669 test ! -s conftest.err
1670 } && test -s conftest$ac_exeext && {
1671 test "$cross_compiling" = yes ||
1672 test -x conftest$ac_exeext
1676 $as_echo "$as_me: failed program was:" >&5
1677 sed 's/^/| /' conftest.$ac_ext >&5
1681 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1682 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1683 # interfere with the next link command; also delete a directory that is
1684 # left behind by Apple's compiler. We do this before executing the actions.
1685 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1686 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1687 as_fn_set_status $ac_retval
1689 } # ac_fn_c_try_link
1691 # ac_fn_c_try_cpp LINENO
1692 # ----------------------
1693 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697 if { { ac_try="$ac_cpp conftest.$ac_ext"
1699 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1700 *) ac_try_echo
=$ac_try;;
1702 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1703 $as_echo "$ac_try_echo"; } >&5
1704 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1706 if test -s conftest.err
; then
1707 grep -v '^ *+' conftest.err
>conftest.er1
1708 cat conftest.er1
>&5
1709 mv -f conftest.er1 conftest.err
1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1712 test $ac_status = 0; } > conftest.i
&& {
1713 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1714 test ! -s conftest.err
1718 $as_echo "$as_me: failed program was:" >&5
1719 sed 's/^/| /' conftest.
$ac_ext >&5
1723 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1724 as_fn_set_status
$ac_retval
1728 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1729 # -------------------------------------------------------
1730 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1731 # the include files in INCLUDES and setting the cache variable VAR
1733 ac_fn_c_check_header_mongrel
()
1735 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1736 if eval \
${$3+:} false
; then :
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if eval \
${$3+:} false
; then :
1740 $as_echo_n "(cached) " >&6
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1744 $as_echo "$ac_res" >&6; }
1746 # Is the header compilable?
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1748 $as_echo_n "checking $2 usability... " >&6; }
1749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1750 /* end confdefs.h. */
1754 if ac_fn_c_try_compile
"$LINENO"; then :
1755 ac_header_compiler
=yes
1757 ac_header_compiler
=no
1759 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1761 $as_echo "$ac_header_compiler" >&6; }
1763 # Is the header present?
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1765 $as_echo_n "checking $2 presence... " >&6; }
1766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1767 /* end confdefs.h. */
1770 if ac_fn_c_try_cpp
"$LINENO"; then :
1771 ac_header_preproc
=yes
1773 ac_header_preproc
=no
1775 rm -f conftest.err conftest.i conftest.
$ac_ext
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1777 $as_echo "$ac_header_preproc" >&6; }
1779 # So? What about this header?
1780 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1783 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1785 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1789 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1791 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1793 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1795 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1797 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1801 $as_echo_n "checking for $2... " >&6; }
1802 if eval \
${$3+:} false
; then :
1803 $as_echo_n "(cached) " >&6
1805 eval "$3=\$ac_header_compiler"
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1809 $as_echo "$ac_res" >&6; }
1811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1813 } # ac_fn_c_check_header_mongrel
1815 # ac_fn_c_try_run LINENO
1816 # ----------------------
1817 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1818 # that executables *can* be run.
1821 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1822 if { { ac_try
="$ac_link"
1824 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1825 *) ac_try_echo=$ac_try;;
1827 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1828 $as_echo "$ac_try_echo"; } >&5
1829 (eval "$ac_link") 2>&5
1831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1832 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1833 { { case "(($ac_try" in
1834 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1835 *) ac_try_echo
=$ac_try;;
1837 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1838 $as_echo "$ac_try_echo"; } >&5
1839 (eval "$ac_try") 2>&5
1841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1842 test $ac_status = 0; }; }; then :
1845 $as_echo "$as_me: program exited with status $ac_status" >&5
1846 $as_echo "$as_me: failed program was:" >&5
1847 sed 's/^/| /' conftest.
$ac_ext >&5
1849 ac_retval
=$ac_status
1851 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1852 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1853 as_fn_set_status
$ac_retval
1857 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1858 # -------------------------------------------------------
1859 # Tests whether HEADER exists and can be compiled using the include files in
1860 # INCLUDES, setting the cache variable VAR accordingly.
1861 ac_fn_c_check_header_compile
()
1863 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1865 $as_echo_n "checking for $2... " >&6; }
1866 if eval \
${$3+:} false
; then :
1867 $as_echo_n "(cached) " >&6
1869 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1870 /* end confdefs.h. */
1874 if ac_fn_c_try_compile
"$LINENO"; then :
1879 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1883 $as_echo "$ac_res" >&6; }
1884 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1886 } # ac_fn_c_check_header_compile
1888 # ac_fn_c_check_func LINENO FUNC VAR
1889 # ----------------------------------
1890 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1891 ac_fn_c_check_func
()
1893 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895 $as_echo_n "checking for $2... " >&6; }
1896 if eval \
${$3+:} false
; then :
1897 $as_echo_n "(cached) " >&6
1899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1900 /* end confdefs.h. */
1901 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1902 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1903 #define $2 innocuous_$2
1905 /* System header to define __stub macros and hopefully few prototypes,
1906 which can conflict with char $2 (); below.
1907 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1908 <limits.h> exists even on freestanding compilers. */
1911 # include <limits.h>
1913 # include <assert.h>
1918 /* Override any GCC internal prototype to avoid an error.
1919 Use char because int might match the return type of a GCC
1920 builtin and then its argument prototype would still apply. */
1925 /* The GNU C library defines this for functions which it implements
1926 to always fail with ENOSYS. Some functions are actually named
1927 something starting with __ and the normal name is an alias. */
1928 #if defined __stub_$2 || defined __stub___$2
1940 if ac_fn_c_try_link
"$LINENO"; then :
1945 rm -f core conftest.err conftest.
$ac_objext \
1946 conftest
$ac_exeext conftest.
$ac_ext
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1950 $as_echo "$ac_res" >&6; }
1951 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1953 } # ac_fn_c_check_func
1955 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1956 # -------------------------------------------
1957 # Tests whether TYPE exists after having included INCLUDES, setting cache
1958 # variable VAR accordingly.
1959 ac_fn_c_check_type
()
1961 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1963 $as_echo_n "checking for $2... " >&6; }
1964 if eval \
${$3+:} false
; then :
1965 $as_echo_n "(cached) " >&6
1968 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1969 /* end confdefs.h. */
1980 if ac_fn_c_try_compile
"$LINENO"; then :
1981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1982 /* end confdefs.h. */
1993 if ac_fn_c_try_compile
"$LINENO"; then :
1998 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2000 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2004 $as_echo "$ac_res" >&6; }
2005 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2007 } # ac_fn_c_check_type
2009 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2010 # --------------------------------------------
2011 # Tries to find the compile-time value of EXPR in a program that includes
2012 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2014 ac_fn_c_compute_int
()
2016 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2017 if test "$cross_compiling" = yes; then
2018 # Depending upon the size, compute the lo and hi bounds.
2019 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h. */
2025 static int test_array [1 - 2 * !(($2) >= 0)];
2027 return test_array [0];
2033 if ac_fn_c_try_compile
"$LINENO"; then :
2036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2037 /* end confdefs.h. */
2042 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2044 return test_array [0];
2050 if ac_fn_c_try_compile
"$LINENO"; then :
2051 ac_hi
=$ac_mid; break
2053 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
2054 if test $ac_lo -le $ac_mid; then
2058 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
2060 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2064 /* end confdefs.h. */
2069 static int test_array [1 - 2 * !(($2) < 0)];
2071 return test_array [0];
2077 if ac_fn_c_try_compile
"$LINENO"; then :
2080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2081 /* end confdefs.h. */
2086 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2088 return test_array [0];
2094 if ac_fn_c_try_compile
"$LINENO"; then :
2095 ac_lo
=$ac_mid; break
2097 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
2098 if test $ac_mid -le $ac_hi; then
2102 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2104 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2109 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2111 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2112 # Binary search between lo and hi bounds.
2113 while test "x$ac_lo" != "x$ac_hi"; do
2114 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2116 /* end confdefs.h. */
2121 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2123 return test_array [0];
2129 if ac_fn_c_try_compile
"$LINENO"; then :
2132 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2134 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2137 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2141 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2142 /* end confdefs.h. */
2144 static long int longval () { return $2; }
2145 static unsigned long int ulongval () { return $2; }
2152 FILE *f = fopen ("conftest.val", "w");
2157 long int i = longval ();
2160 fprintf (f, "%ld", i);
2164 unsigned long int i = ulongval ();
2167 fprintf (f, "%lu", i);
2169 /* Do not output a trailing newline, as this causes \r\n confusion
2170 on some platforms. */
2171 return ferror (f) || fclose (f) != 0;
2177 if ac_fn_c_try_run
"$LINENO"; then :
2178 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2182 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2183 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2187 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2188 as_fn_set_status
$ac_retval
2190 } # ac_fn_c_compute_int
2192 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2193 # ---------------------------------------------
2194 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2196 ac_fn_c_check_decl
()
2198 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2199 as_decl_name
=`echo $2|sed 's/ *(.*//'`
2200 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2202 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2203 if eval \
${$3+:} false
; then :
2204 $as_echo_n "(cached) " >&6
2206 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2207 /* end confdefs.h. */
2212 #ifndef $as_decl_name
2214 (void) $as_decl_use;
2216 (void) $as_decl_name;
2224 if ac_fn_c_try_compile
"$LINENO"; then :
2229 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2233 $as_echo "$ac_res" >&6; }
2234 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2236 } # ac_fn_c_check_decl
2237 cat >config.log
<<_ACEOF
2238 This file contains any messages produced by compilers while
2239 running configure, to aid debugging if configure makes a mistake.
2241 It was created by bfd $as_me 2.35.50, which was
2242 generated by GNU Autoconf 2.69. Invocation command line was
2254 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2255 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2256 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2257 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2258 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2260 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2261 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2263 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2264 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2265 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2266 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2267 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2268 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2269 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2273 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2277 test -z "$as_dir" && as_dir
=.
2278 $as_echo "PATH: $as_dir"
2294 # Keep a trace of the command line.
2295 # Strip out --no-create and --no-recursion so they do not pile up.
2296 # Strip out --silent because we don't want to record it for future runs.
2297 # Also quote any args containing shell meta-characters.
2298 # Make two passes to allow for proper duplicate-argument suppression.
2302 ac_must_keep_next
=false
2308 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2309 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2310 |
-silent |
--silent |
--silen |
--sile |
--sil)
2313 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2316 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2318 as_fn_append ac_configure_args1
" '$ac_arg'"
2319 if test $ac_must_keep_next = true
; then
2320 ac_must_keep_next
=false
# Got value, back to normal.
2323 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2324 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2325 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2326 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2327 case "$ac_configure_args0 " in
2328 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2331 -* ) ac_must_keep_next
=true
;;
2334 as_fn_append ac_configure_args
" '$ac_arg'"
2339 { ac_configure_args0
=; unset ac_configure_args0
;}
2340 { ac_configure_args1
=; unset ac_configure_args1
;}
2342 # When interrupted or exit'd, cleanup temporary files, and complete
2343 # config.log. We remove comments because anyway the quotes in there
2344 # would cause problems or look ugly.
2345 # WARNING: Use '\'' to represent an apostrophe within the trap.
2346 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2347 trap 'exit_status=$?
2348 # Save into config.log some information that might help in debugging.
2352 $as_echo "## ---------------- ##
2353 ## Cache variables. ##
2354 ## ---------------- ##"
2356 # The following way of writing the cache mishandles newlines in values,
2358 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2359 eval ac_val=\$$ac_var
2363 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2364 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2367 _ | IFS | as_nl) ;; #(
2368 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2369 *) { eval $ac_var=; unset $ac_var;} ;;
2374 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2375 *${as_nl}ac_space=\ *)
2377 "s/'\''/'\''\\\\'\'''\''/g;
2378 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2381 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2388 $as_echo "## ----------------- ##
2389 ## Output variables. ##
2390 ## ----------------- ##"
2392 for ac_var in $ac_subst_vars
2394 eval ac_val=\$$ac_var
2396 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2398 $as_echo "$ac_var='\''$ac_val'\''"
2402 if test -n "$ac_subst_files"; then
2403 $as_echo "## ------------------- ##
2404 ## File substitutions. ##
2405 ## ------------------- ##"
2407 for ac_var
in $ac_subst_files
2409 eval ac_val
=\$
$ac_var
2411 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2413 $as_echo "$ac_var='\''$ac_val'\''"
2418 if test -s confdefs.h; then
2419 $as_echo "## ----------- ##
2426 test "$ac_signal" != 0 &&
2427 $as_echo "$as_me: caught signal $ac_signal"
2428 $as_echo "$as_me: exit $exit_status"
2430 rm -f core *.core core.conftest.* &&
2431 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2434 for ac_signal
in 1 2 13 15; do
2435 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2439 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2440 rm -f -r conftest
* confdefs.h
2442 $as_echo "/* confdefs.h */" > confdefs.h
2444 # Predefined preprocessor variables.
2446 cat >>confdefs.h
<<_ACEOF
2447 #define PACKAGE_NAME "$PACKAGE_NAME"
2450 cat >>confdefs.h
<<_ACEOF
2451 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2454 cat >>confdefs.h
<<_ACEOF
2455 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2458 cat >>confdefs.h
<<_ACEOF
2459 #define PACKAGE_STRING "$PACKAGE_STRING"
2462 cat >>confdefs.h
<<_ACEOF
2463 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2466 cat >>confdefs.h
<<_ACEOF
2467 #define PACKAGE_URL "$PACKAGE_URL"
2471 # Let the site file select an alternate cache file if it wants to.
2472 # Prefer an explicitly selected file to automatically selected ones.
2475 if test -n "$CONFIG_SITE"; then
2476 # We do not want a PATH search for config.site.
2477 case $CONFIG_SITE in #((
2478 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2479 */*) ac_site_file1
=$CONFIG_SITE;;
2480 *) ac_site_file1
=.
/$CONFIG_SITE;;
2482 elif test "x$prefix" != xNONE
; then
2483 ac_site_file1
=$prefix/share
/config.site
2484 ac_site_file2
=$prefix/etc
/config.site
2486 ac_site_file1
=$ac_default_prefix/share
/config.site
2487 ac_site_file2
=$ac_default_prefix/etc
/config.site
2489 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2491 test "x$ac_site_file" = xNONE
&& continue
2492 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2494 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2495 sed 's/^/| /' "$ac_site_file" >&5
2497 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2498 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2499 as_fn_error $?
"failed to load site script $ac_site_file
2500 See \`config.log' for more details" "$LINENO" 5; }
2504 if test -r "$cache_file"; then
2505 # Some versions of bash will fail to source /dev/null (special files
2506 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2507 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2509 $as_echo "$as_me: loading cache $cache_file" >&6;}
2511 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2512 *) .
"./$cache_file";;
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2517 $as_echo "$as_me: creating cache $cache_file" >&6;}
2521 as_fn_append ac_header_list
" stdlib.h"
2522 as_fn_append ac_header_list
" unistd.h"
2523 as_fn_append ac_header_list
" sys/param.h"
2524 # Check that the precious variables saved in the cache have kept the same
2526 ac_cache_corrupted
=false
2527 for ac_var
in $ac_precious_vars; do
2528 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2529 eval ac_new_set
=\
$ac_env_${ac_var}_set
2530 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2531 eval ac_new_val
=\
$ac_env_${ac_var}_value
2532 case $ac_old_set,$ac_new_set in
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2535 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2536 ac_cache_corrupted
=: ;;
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2539 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2540 ac_cache_corrupted
=: ;;
2543 if test "x$ac_old_val" != "x$ac_new_val"; then
2544 # differences in whitespace do not lead to failure.
2545 ac_old_val_w
=`echo x $ac_old_val`
2546 ac_new_val_w
=`echo x $ac_new_val`
2547 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2549 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2550 ac_cache_corrupted
=:
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2553 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2554 eval $ac_var=\
$ac_old_val
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2557 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2559 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2562 # Pass precious variables to config.status.
2563 if test "$ac_new_set" = set; then
2565 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2566 *) ac_arg
=$ac_var=$ac_new_val ;;
2568 case " $ac_configure_args " in
2569 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2570 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2574 if $ac_cache_corrupted; then
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2576 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2578 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2579 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2581 ## -------------------- ##
2582 ## Main body of script. ##
2583 ## -------------------- ##
2586 ac_cpp
='$CPP $CPPFLAGS'
2587 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2588 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2589 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2598 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2599 if test -f "$ac_dir/install-sh"; then
2601 ac_install_sh
="$ac_aux_dir/install-sh -c"
2603 elif test -f "$ac_dir/install.sh"; then
2605 ac_install_sh
="$ac_aux_dir/install.sh -c"
2607 elif test -f "$ac_dir/shtool"; then
2609 ac_install_sh
="$ac_aux_dir/shtool install -c"
2613 if test -z "$ac_aux_dir"; then
2614 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2617 # These three variables are undocumented and unsupported,
2618 # and are intended to be withdrawn in a future Autoconf release.
2619 # They can cause serious problems if a builder's source tree is in a directory
2620 # whose full name contains unusual characters.
2621 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2622 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2623 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2626 # Make sure we can run config.sub.
2627 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2628 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2631 $as_echo_n "checking build system type... " >&6; }
2632 if ${ac_cv_build+:} false
; then :
2633 $as_echo_n "(cached) " >&6
2635 ac_build_alias
=$build_alias
2636 test "x$ac_build_alias" = x
&&
2637 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2638 test "x$ac_build_alias" = x
&&
2639 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2640 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2641 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2645 $as_echo "$ac_cv_build" >&6; }
2646 case $ac_cv_build in
2648 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2651 ac_save_IFS
=$IFS; IFS
='-'
2657 # Remember, the first character of IFS is used to create $*,
2658 # except with old shells:
2661 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2665 $as_echo_n "checking host system type... " >&6; }
2666 if ${ac_cv_host+:} false
; then :
2667 $as_echo_n "(cached) " >&6
2669 if test "x$host_alias" = x
; then
2670 ac_cv_host
=$ac_cv_build
2672 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2673 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2678 $as_echo "$ac_cv_host" >&6; }
2681 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2684 ac_save_IFS
=$IFS; IFS
='-'
2690 # Remember, the first character of IFS is used to create $*,
2691 # except with old shells:
2694 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2698 $as_echo_n "checking target system type... " >&6; }
2699 if ${ac_cv_target+:} false
; then :
2700 $as_echo_n "(cached) " >&6
2702 if test "x$target_alias" = x
; then
2703 ac_cv_target
=$ac_cv_host
2705 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2706 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2711 $as_echo "$ac_cv_target" >&6; }
2712 case $ac_cv_target in
2714 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2716 target
=$ac_cv_target
2717 ac_save_IFS
=$IFS; IFS
='-'
2723 # Remember, the first character of IFS is used to create $*,
2724 # except with old shells:
2727 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2730 # The aliases save the names the user supplied, while $host etc.
2731 # will get canonicalized.
2732 test -n "$target_alias" &&
2733 test "$program_prefix$program_suffix$program_transform_name" = \
2735 program_prefix
=${target_alias}-
2736 # Expand $ac_aux_dir to an absolute path.
2737 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2740 ac_cpp
='$CPP $CPPFLAGS'
2741 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2742 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2743 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2744 if test -n "$ac_tool_prefix"; then
2745 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2746 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2748 $as_echo_n "checking for $ac_word... " >&6; }
2749 if ${ac_cv_prog_CC+:} false
; then :
2750 $as_echo_n "(cached) " >&6
2752 if test -n "$CC"; then
2753 ac_cv_prog_CC
="$CC" # Let the user override the test.
2755 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2759 test -z "$as_dir" && as_dir
=.
2760 for ac_exec_ext
in '' $ac_executable_extensions; do
2761 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2762 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2773 if test -n "$CC"; then
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2775 $as_echo "$CC" >&6; }
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2778 $as_echo "no" >&6; }
2783 if test -z "$ac_cv_prog_CC"; then
2785 # Extract the first word of "gcc", so it can be a program name with args.
2786 set dummy gcc
; ac_word
=$2
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2788 $as_echo_n "checking for $ac_word... " >&6; }
2789 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2790 $as_echo_n "(cached) " >&6
2792 if test -n "$ac_ct_CC"; then
2793 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2795 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2799 test -z "$as_dir" && as_dir
=.
2800 for ac_exec_ext
in '' $ac_executable_extensions; do
2801 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2802 ac_cv_prog_ac_ct_CC
="gcc"
2803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2812 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2813 if test -n "$ac_ct_CC"; then
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2815 $as_echo "$ac_ct_CC" >&6; }
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2818 $as_echo "no" >&6; }
2821 if test "x$ac_ct_CC" = x
; then
2824 case $cross_compiling:$ac_tool_warned in
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2827 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2828 ac_tool_warned
=yes ;;
2836 if test -z "$CC"; then
2837 if test -n "$ac_tool_prefix"; then
2838 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2839 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2841 $as_echo_n "checking for $ac_word... " >&6; }
2842 if ${ac_cv_prog_CC+:} false
; then :
2843 $as_echo_n "(cached) " >&6
2845 if test -n "$CC"; then
2846 ac_cv_prog_CC
="$CC" # Let the user override the test.
2848 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2852 test -z "$as_dir" && as_dir
=.
2853 for ac_exec_ext
in '' $ac_executable_extensions; do
2854 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2855 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2866 if test -n "$CC"; then
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2868 $as_echo "$CC" >&6; }
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2871 $as_echo "no" >&6; }
2877 if test -z "$CC"; then
2878 # Extract the first word of "cc", so it can be a program name with args.
2879 set dummy cc
; ac_word
=$2
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2881 $as_echo_n "checking for $ac_word... " >&6; }
2882 if ${ac_cv_prog_CC+:} false
; then :
2883 $as_echo_n "(cached) " >&6
2885 if test -n "$CC"; then
2886 ac_cv_prog_CC
="$CC" # Let the user override the test.
2889 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2893 test -z "$as_dir" && as_dir
=.
2894 for ac_exec_ext
in '' $ac_executable_extensions; do
2895 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2896 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2897 ac_prog_rejected
=yes
2901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2908 if test $ac_prog_rejected = yes; then
2909 # We found a bogon in the path, so make sure we never use it.
2910 set dummy
$ac_cv_prog_CC
2912 if test $# != 0; then
2913 # We chose a different compiler from the bogus one.
2914 # However, it has the same basename, so the bogon will be chosen
2915 # first if we set CC to just the basename; use the full file name.
2917 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2923 if test -n "$CC"; then
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2925 $as_echo "$CC" >&6; }
2927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2928 $as_echo "no" >&6; }
2933 if test -z "$CC"; then
2934 if test -n "$ac_tool_prefix"; then
2935 for ac_prog
in cl.exe
2937 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2938 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2940 $as_echo_n "checking for $ac_word... " >&6; }
2941 if ${ac_cv_prog_CC+:} false
; then :
2942 $as_echo_n "(cached) " >&6
2944 if test -n "$CC"; then
2945 ac_cv_prog_CC
="$CC" # Let the user override the test.
2947 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2951 test -z "$as_dir" && as_dir
=.
2952 for ac_exec_ext
in '' $ac_executable_extensions; do
2953 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2954 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2965 if test -n "$CC"; then
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2967 $as_echo "$CC" >&6; }
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2970 $as_echo "no" >&6; }
2974 test -n "$CC" && break
2977 if test -z "$CC"; then
2979 for ac_prog
in cl.exe
2981 # Extract the first word of "$ac_prog", so it can be a program name with args.
2982 set dummy
$ac_prog; ac_word
=$2
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2984 $as_echo_n "checking for $ac_word... " >&6; }
2985 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2986 $as_echo_n "(cached) " >&6
2988 if test -n "$ac_ct_CC"; then
2989 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2991 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2995 test -z "$as_dir" && as_dir
=.
2996 for ac_exec_ext
in '' $ac_executable_extensions; do
2997 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2998 ac_cv_prog_ac_ct_CC
="$ac_prog"
2999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3009 if test -n "$ac_ct_CC"; then
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3011 $as_echo "$ac_ct_CC" >&6; }
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3014 $as_echo "no" >&6; }
3018 test -n "$ac_ct_CC" && break
3021 if test "x$ac_ct_CC" = x
; then
3024 case $cross_compiling:$ac_tool_warned in
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3027 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3028 ac_tool_warned
=yes ;;
3037 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3039 as_fn_error $?
"no acceptable C compiler found in \$PATH
3040 See \`config.log' for more details" "$LINENO" 5; }
3042 # Provide some information about the compiler.
3043 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3046 for ac_option
in --version -v -V -qversion; do
3047 { { ac_try
="$ac_compiler $ac_option >&5"
3049 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3050 *) ac_try_echo=$ac_try;;
3052 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3053 $as_echo "$ac_try_echo"; } >&5
3054 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3056 if test -s conftest.err; then
3058 ... rest of stderr output deleted ...
3059 10q' conftest.err >conftest.er1
3060 cat conftest.er1 >&5
3062 rm -f conftest.er1 conftest.err
3063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3064 test $ac_status = 0; }
3067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3068 /* end confdefs.h. */
3078 ac_clean_files_save=$ac_clean_files
3079 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3080 # Try to create an executable without -o first, disregard a.out.
3081 # It will help us diagnose broken compilers, and finding out an intuition
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3084 $as_echo_n "checking whether the C compiler works... " >&6; }
3085 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3087 # The possible output files:
3088 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3091 for ac_file in $ac_files
3094 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3095 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3100 if { { ac_try="$ac_link_default"
3102 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3103 *) ac_try_echo
=$ac_try;;
3105 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3106 $as_echo "$ac_try_echo"; } >&5
3107 (eval "$ac_link_default") 2>&5
3109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3110 test $ac_status = 0; }; then :
3111 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3112 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3113 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3114 # so that the user can short-circuit this test for compilers unknown to
3116 for ac_file
in $ac_files ''
3118 test -f "$ac_file" ||
continue
3120 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3123 # We found the default executable, but exeext='' is most
3127 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3129 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3131 # We set ac_cv_exeext here because the later test for it is not
3132 # safe: cross compilers may not add the suffix if given an `-o'
3133 # argument, so we may need to know it at that point already.
3134 # Even if this section looks crufty: it has the advantage of
3141 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3146 if test -z "$ac_file"; then :
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3148 $as_echo "no" >&6; }
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.
$ac_ext >&5
3152 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3153 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3154 as_fn_error
77 "C compiler cannot create executables
3155 See \`config.log' for more details" "$LINENO" 5; }
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3158 $as_echo "yes" >&6; }
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3161 $as_echo_n "checking for C compiler default output file name... " >&6; }
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3163 $as_echo "$ac_file" >&6; }
3164 ac_exeext
=$ac_cv_exeext
3166 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3167 ac_clean_files
=$ac_clean_files_save
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3169 $as_echo_n "checking for suffix of executables... " >&6; }
3170 if { { ac_try
="$ac_link"
3172 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3176 $as_echo "$ac_try_echo"; } >&5
3177 (eval "$ac_link") 2>&5
3179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3180 test $ac_status = 0; }; then :
3181 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3182 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3183 # work properly (i.e., refer to `conftest.exe'), while it won't with
3185 for ac_file
in conftest.exe conftest conftest.
*; do
3186 test -f "$ac_file" ||
continue
3188 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3189 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3195 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3196 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3197 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3198 See \`config.log' for more details" "$LINENO" 5; }
3200 rm -f conftest conftest
$ac_cv_exeext
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3202 $as_echo "$ac_cv_exeext" >&6; }
3204 rm -f conftest.
$ac_ext
3205 EXEEXT
=$ac_cv_exeext
3207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3208 /* end confdefs.h. */
3213 FILE *f = fopen ("conftest.out", "w");
3214 return ferror (f) || fclose (f) != 0;
3220 ac_clean_files
="$ac_clean_files conftest.out"
3221 # Check that the compiler produces executables we can run. If not, either
3222 # the compiler is broken, or we cross compile.
3223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3224 $as_echo_n "checking whether we are cross compiling... " >&6; }
3225 if test "$cross_compiling" != yes; then
3226 { { ac_try
="$ac_link"
3228 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3229 *) ac_try_echo=$ac_try;;
3231 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3232 $as_echo "$ac_try_echo"; } >&5
3233 (eval "$ac_link") 2>&5
3235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3236 test $ac_status = 0; }
3237 if { ac_try='./conftest$ac_cv_exeext'
3238 { { case "(($ac_try" in
3239 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3240 *) ac_try_echo
=$ac_try;;
3242 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3243 $as_echo "$ac_try_echo"; } >&5
3244 (eval "$ac_try") 2>&5
3246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3247 test $ac_status = 0; }; }; then
3250 if test "$cross_compiling" = maybe
; then
3253 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3254 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3255 as_fn_error $?
"cannot run C compiled programs.
3256 If you meant to cross compile, use \`--host'.
3257 See \`config.log' for more details" "$LINENO" 5; }
3261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3262 $as_echo "$cross_compiling" >&6; }
3264 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3265 ac_clean_files
=$ac_clean_files_save
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3267 $as_echo_n "checking for suffix of object files... " >&6; }
3268 if ${ac_cv_objext+:} false
; then :
3269 $as_echo_n "(cached) " >&6
3271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3272 /* end confdefs.h. */
3282 rm -f conftest.o conftest.obj
3283 if { { ac_try
="$ac_compile"
3285 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3286 *) ac_try_echo=$ac_try;;
3288 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3289 $as_echo "$ac_try_echo"; } >&5
3290 (eval "$ac_compile") 2>&5
3292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3293 test $ac_status = 0; }; then :
3294 for ac_file in conftest.o conftest.obj conftest.*; do
3295 test -f "$ac_file" || continue;
3297 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3298 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3303 $as_echo "$as_me: failed program was:" >&5
3304 sed 's/^/| /' conftest.$ac_ext >&5
3306 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3307 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3308 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3309 See \
`config.log' for more details" "$LINENO" 5; }
3311 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3314 $as_echo "$ac_cv_objext" >&6; }
3315 OBJEXT=$ac_cv_objext
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3318 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3319 if ${ac_cv_c_compiler_gnu+:} false; then :
3320 $as_echo_n "(cached) " >&6
3322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3323 /* end confdefs.h. */
3336 if ac_fn_c_try_compile "$LINENO"; then :
3341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3342 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3346 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3347 if test $ac_compiler_gnu = yes; then
3352 ac_test_CFLAGS=${CFLAGS+set}
3353 ac_save_CFLAGS=$CFLAGS
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3355 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3356 if ${ac_cv_prog_cc_g+:} false; then :
3357 $as_echo_n "(cached) " >&6
3359 ac_save_c_werror_flag=$ac_c_werror_flag
3360 ac_c_werror_flag=yes
3363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3364 /* end confdefs.h. */
3374 if ac_fn_c_try_compile "$LINENO"; then :
3378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3379 /* end confdefs.h. */
3389 if ac_fn_c_try_compile "$LINENO"; then :
3392 ac_c_werror_flag=$ac_save_c_werror_flag
3394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3395 /* end confdefs.h. */
3405 if ac_fn_c_try_compile "$LINENO"; then :
3408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3413 ac_c_werror_flag=$ac_save_c_werror_flag
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3416 $as_echo "$ac_cv_prog_cc_g" >&6; }
3417 if test "$ac_test_CFLAGS" = set; then
3418 CFLAGS=$ac_save_CFLAGS
3419 elif test $ac_cv_prog_cc_g = yes; then
3420 if test "$GCC" = yes; then
3426 if test "$GCC" = yes; then
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3433 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3434 if ${ac_cv_prog_cc_c89+:} false; then :
3435 $as_echo_n "(cached) " >&6
3437 ac_cv_prog_cc_c89=no
3439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3440 /* end confdefs.h. */
3444 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3445 struct buf { int x; };
3446 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3447 static char *e (p, i)
3453 static char *f (char * (*g) (char **, int), char **p, ...)
3458 s = g (p, va_arg (v,int));
3463 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3464 function prototypes and stuff, but not '\xHH' hex character constants.
3465 These don't provoke an error unfortunately, instead are silently treated
3466 as 'x'. The following induces an error, until -std is added to get
3467 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3468 array size at least. It's necessary to write '\x00'==0 to get something
3469 that's true only with -std. */
3470 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3472 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3473 inside strings and character constants. */
3475 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3477 int test (int i, double x);
3478 struct s1 {int (*f) (int a);};
3479 struct s2 {int (*f) (double a);};
3480 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3486 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3491 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3492 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3494 CC="$ac_save_CC $ac_arg"
3495 if ac_fn_c_try_compile "$LINENO"; then :
3496 ac_cv_prog_cc_c89=$ac_arg
3498 rm -f core conftest.err conftest.$ac_objext
3499 test "x$ac_cv_prog_cc_c89" != "xno" && break
3501 rm -f conftest.$ac_ext
3506 case "x$ac_cv_prog_cc_c89" in
3508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3509 $as_echo "none needed" >&6; } ;;
3511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3512 $as_echo "unsupported" >&6; } ;;
3514 CC="$CC $ac_cv_prog_cc_c89"
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3516 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3518 if test "x$ac_cv_prog_cc_c89" != xno; then :
3523 ac_cpp='$CPP $CPPFLAGS'
3524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3529 ac_cpp='$CPP $CPPFLAGS'
3530 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3531 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3532 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3534 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3535 if ${am_cv_prog_cc_c_o+:} false; then :
3536 $as_echo_n "(cached) " >&6
3538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3539 /* end confdefs.h. */
3549 # Make sure it works both with $CC and with simple cc.
3550 # Following AC_PROG_CC_C_O, we do the test twice because some
3551 # compilers refuse to overwrite an existing .o file with -o,
3552 # though they will create one.
3553 am_cv_prog_cc_c_o=yes
3555 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3556 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3559 (exit $ac_status); } \
3560 && test -f conftest2.$ac_objext; then
3563 am_cv_prog_cc_c_o=no
3567 rm -f core conftest*
3570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3571 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3572 if test "$am_cv_prog_cc_c_o" != yes; then
3573 # Losing compiler, so override with the script.
3574 # FIXME: It is wrong to rewrite CC.
3575 # But if we don't then we get into trouble of one sort or another.
3576 # A longer-term fix would be to have automake use am__CC in this case,
3577 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3578 CC="$am_aux_dir/compile $CC"
3581 ac_cpp='$CPP $CPPFLAGS'
3582 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3583 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3584 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3589 $as_echo_n "checking for library containing strerror... " >&6; }
3590 if ${ac_cv_search_strerror+:} false; then :
3591 $as_echo_n "(cached) " >&6
3593 ac_func_search_save_LIBS=$LIBS
3594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595 /* end confdefs.h. */
3597 /* Override any GCC internal prototype to avoid an error.
3598 Use char because int might match the return type of a GCC
3599 builtin and then its argument prototype would still apply. */
3612 for ac_lib in '' cposix; do
3613 if test -z "$ac_lib"; then
3614 ac_res="none required"
3617 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3619 if ac_fn_c_try_link "$LINENO"; then :
3620 ac_cv_search_strerror=$ac_res
3622 rm -f core conftest.err conftest.$ac_objext \
3624 if ${ac_cv_search_strerror+:} false; then :
3628 if ${ac_cv_search_strerror+:} false; then :
3631 ac_cv_search_strerror=no
3634 LIBS=$ac_func_search_save_LIBS
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3637 $as_echo "$ac_cv_search_strerror" >&6; }
3638 ac_res=$ac_cv_search_strerror
3639 if test "$ac_res" != no; then :
3640 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3645 am__api_version='1.15'
3647 # Find a good install program. We prefer a C program (faster),
3648 # so one script is as good as another. But avoid the broken or
3649 # incompatible versions:
3650 # SysV /etc/install, /usr/sbin/install
3651 # SunOS /usr/etc/install
3652 # IRIX /sbin/install
3654 # AmigaOS /C/install, which installs bootblocks on floppy discs
3655 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3656 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3657 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3658 # OS/2's system install, which has a completely different semantic
3659 # ./install, which can be erroneously created by make from ./install.sh.
3660 # Reject install programs that cannot install multiple files.
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3662 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3663 if test -z "$INSTALL"; then
3664 if ${ac_cv_path_install+:} false; then :
3665 $as_echo_n "(cached) " >&6
3667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3671 test -z "$as_dir" && as_dir=.
3672 # Account for people who put trailing slashes in PATH elements.
3673 case $as_dir/ in #((
3674 ./ | .// | /[cC]/* | \
3675 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3676 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3679 # OSF1 and SCO ODT 3.0 have their own names for install.
3680 # Don't use installbsd from OSF since it installs stuff as root
3682 for ac_prog in ginstall scoinst install; do
3683 for ac_exec_ext in '' $ac_executable_extensions; do
3684 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3685 if test $ac_prog = install &&
3686 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3687 # AIX install. It has an incompatible calling convention.
3689 elif test $ac_prog = install &&
3690 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3691 # program-specific install script used by HP pwplus--don't use.
3694 rm -rf conftest.one conftest.two conftest.dir
3695 echo one > conftest.one
3696 echo two > conftest.two
3698 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3699 test -s conftest.one && test -s conftest.two &&
3700 test -s conftest.dir/conftest.one &&
3701 test -s conftest.dir/conftest.two
3703 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3716 rm -rf conftest.one conftest.two conftest.dir
3719 if test "${ac_cv_path_install+set}" = set; then
3720 INSTALL=$ac_cv_path_install
3722 # As a last resort, use the slow shell script. Don't cache a
3723 # value for INSTALL within a source directory, because that will
3724 # break other packages using the cache if that directory is
3725 # removed, or if the value is a relative name.
3726 INSTALL=$ac_install_sh
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3730 $as_echo "$INSTALL" >&6; }
3732 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3733 # It thinks the first close brace ends the variable substitution.
3734 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3736 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3738 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3741 $as_echo_n "checking whether build environment is sane... " >&6; }
3742 # Reject unsafe characters in $srcdir or the absolute working directory
3743 # name. Accept space and tab only in the latter.
3747 *[\\\"\#\$\&\'\`$am_lf]*)
3748 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
3751 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
3752 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3755 # Do 'set' in a subshell so we don't clobber the current shell's
3756 # arguments. Must try -L first in case configure is actually a
3757 # symlink; some systems play weird games with the mod time of symlinks
3758 # (eg FreeBSD returns the mod time of the symlink's containing
3762 for am_try
in 1 2; do
3763 echo "timestamp, slept: $am_has_slept" > conftest.
file
3764 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3765 if test "$*" = "X"; then
3767 set X
`ls -t "$srcdir/configure" conftest.file`
3769 if test "$*" != "X $srcdir/configure conftest.file" \
3770 && test "$*" != "X conftest.file $srcdir/configure"; then
3772 # If neither matched, then we have a broken ls. This can happen
3773 # if, for instance, CONFIG_SHELL is bash and it inherits a
3774 # broken ls alias from the environment. This has actually
3775 # happened. Such a system could not be considered "sane".
3776 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
3777 alias in your environment" "$LINENO" 5
3779 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
3786 test "$2" = conftest.
file
3792 as_fn_error $?
"newly created file is older than distributed files!
3793 Check your system clock" "$LINENO" 5
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3796 $as_echo "yes" >&6; }
3797 # If we didn't sleep, we still need to ensure time stamps of config.status and
3798 # generated files are strictly newer.
3800 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
3807 test "$program_prefix" != NONE
&&
3808 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3809 # Use a double $ so make ignores it.
3810 test "$program_suffix" != NONE
&&
3811 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3812 # Double any \ or $.
3813 # By default was `s,x,x', remove it if useless.
3814 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3815 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3817 if test x
"${MISSING+set}" != xset
; then
3820 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3822 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3825 # Use eval to expand $SHELL
3826 if eval "$MISSING --is-lightweight"; then
3827 am_missing_run
="$MISSING "
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3831 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3834 if test x
"${install_sh+set}" != xset
; then
3837 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3839 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3843 # Installed binaries are usually stripped using 'strip' when the user
3844 # run "make install-strip". However 'strip' might not be the right
3845 # tool to use in cross-compilation environments, therefore Automake
3846 # will honor the 'STRIP' environment variable to overrule this program.
3847 if test "$cross_compiling" != no
; then
3848 if test -n "$ac_tool_prefix"; then
3849 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3850 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3852 $as_echo_n "checking for $ac_word... " >&6; }
3853 if ${ac_cv_prog_STRIP+:} false
; then :
3854 $as_echo_n "(cached) " >&6
3856 if test -n "$STRIP"; then
3857 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3859 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3863 test -z "$as_dir" && as_dir
=.
3864 for ac_exec_ext
in '' $ac_executable_extensions; do
3865 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3866 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3876 STRIP
=$ac_cv_prog_STRIP
3877 if test -n "$STRIP"; then
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3879 $as_echo "$STRIP" >&6; }
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3882 $as_echo "no" >&6; }
3887 if test -z "$ac_cv_prog_STRIP"; then
3889 # Extract the first word of "strip", so it can be a program name with args.
3890 set dummy strip
; ac_word
=$2
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3892 $as_echo_n "checking for $ac_word... " >&6; }
3893 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
3894 $as_echo_n "(cached) " >&6
3896 if test -n "$ac_ct_STRIP"; then
3897 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3903 test -z "$as_dir" && as_dir
=.
3904 for ac_exec_ext
in '' $ac_executable_extensions; do
3905 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3906 ac_cv_prog_ac_ct_STRIP
="strip"
3907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3916 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3917 if test -n "$ac_ct_STRIP"; then
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3919 $as_echo "$ac_ct_STRIP" >&6; }
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3922 $as_echo "no" >&6; }
3925 if test "x$ac_ct_STRIP" = x
; then
3928 case $cross_compiling:$ac_tool_warned in
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3931 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3932 ac_tool_warned
=yes ;;
3937 STRIP
="$ac_cv_prog_STRIP"
3941 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3944 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3945 if test -z "$MKDIR_P"; then
3946 if ${ac_cv_path_mkdir+:} false
; then :
3947 $as_echo_n "(cached) " >&6
3949 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3950 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3953 test -z "$as_dir" && as_dir
=.
3954 for ac_prog
in mkdir gmkdir
; do
3955 for ac_exec_ext
in '' $ac_executable_extensions; do
3956 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3957 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3958 'mkdir (GNU coreutils) '* | \
3959 'mkdir (coreutils) '* | \
3960 'mkdir (fileutils) '4.1*)
3961 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3971 test -d .
/--version && rmdir .
/--version
3972 if test "${ac_cv_path_mkdir+set}" = set; then
3973 MKDIR_P
="$ac_cv_path_mkdir -p"
3975 # As a last resort, use the slow shell script. Don't cache a
3976 # value for MKDIR_P within a source directory, because that will
3977 # break other packages using the cache if that directory is
3978 # removed, or if the value is a relative name.
3979 MKDIR_P
="$ac_install_sh -d"
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3983 $as_echo "$MKDIR_P" >&6; }
3985 for ac_prog
in gawk mawk nawk
awk
3987 # Extract the first word of "$ac_prog", so it can be a program name with args.
3988 set dummy
$ac_prog; ac_word
=$2
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3990 $as_echo_n "checking for $ac_word... " >&6; }
3991 if ${ac_cv_prog_AWK+:} false
; then :
3992 $as_echo_n "(cached) " >&6
3994 if test -n "$AWK"; then
3995 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3997 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4001 test -z "$as_dir" && as_dir
=.
4002 for ac_exec_ext
in '' $ac_executable_extensions; do
4003 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4004 ac_cv_prog_AWK
="$ac_prog"
4005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4015 if test -n "$AWK"; then
4016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4017 $as_echo "$AWK" >&6; }
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4020 $as_echo "no" >&6; }
4024 test -n "$AWK" && break
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4028 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4030 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4031 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4032 $as_echo_n "(cached) " >&6
4034 cat >conftest.
make <<\_ACEOF
4037 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4039 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4040 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4042 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4044 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4048 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4050 $as_echo "yes" >&6; }
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4054 $as_echo "no" >&6; }
4055 SET_MAKE
="MAKE=${MAKE-make}"
4058 rm -rf .tst
2>/dev
/null
4059 mkdir .tst
2>/dev
/null
4060 if test -d .tst
; then
4065 rmdir .tst
2>/dev
/null
4067 DEPDIR
="${am__leading_dot}deps"
4069 ac_config_commands
="$ac_config_commands depfiles"
4072 am_make
=${MAKE-make}
4073 cat > confinc
<< 'END'
4075 @
echo this is the am__doit target
4078 # If we don't find an include directive, just comment out the code.
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4080 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4084 # First try GNU make style include.
4085 echo "include confinc" > confmf
4086 # Ignore all kinds of additional output from 'make'.
4087 case `$am_make -s -f confmf 2> /dev/null` in #(
4088 *the\ am__doit\ target
*)
4094 # Now try BSD make style include.
4095 if test "$am__include" = "#"; then
4096 echo '.include "confinc"' > confmf
4097 case `$am_make -s -f confmf 2> /dev/null` in #(
4098 *the\ am__doit\ target
*)
4099 am__include
=.include
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4108 $as_echo "$_am_result" >&6; }
4109 rm -f confinc confmf
4111 # Check whether --enable-dependency-tracking was given.
4112 if test "${enable_dependency_tracking+set}" = set; then :
4113 enableval
=$enable_dependency_tracking;
4116 if test "x$enable_dependency_tracking" != xno
; then
4117 am_depcomp
="$ac_aux_dir/depcomp"
4121 if test "x$enable_dependency_tracking" != xno; then
4130 # Check whether --enable-silent-rules was given.
4131 if test "${enable_silent_rules+set}" = set; then :
4132 enableval
=$enable_silent_rules;
4135 case $enable_silent_rules in # (((
4136 yes) AM_DEFAULT_VERBOSITY
=0;;
4137 no
) AM_DEFAULT_VERBOSITY
=1;;
4138 *) AM_DEFAULT_VERBOSITY
=1;;
4140 am_make
=${MAKE-make}
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4142 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4143 if ${am_cv_make_support_nested_variables+:} false
; then :
4144 $as_echo_n "(cached) " >&6
4146 if $as_echo 'TRUE=$(BAR$(V))
4152 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
4153 am_cv_make_support_nested_variables
=yes
4155 am_cv_make_support_nested_variables
=no
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4159 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4160 if test $am_cv_make_support_nested_variables = yes; then
4162 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
4164 AM_V
=$AM_DEFAULT_VERBOSITY
4165 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
4169 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4170 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4171 # is not polluted with repeated "-I."
4172 am__isrc
=' -I$(srcdir)'
4173 # test to see if srcdir already configured
4174 if test -f $srcdir/config.status
; then
4175 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4179 # test whether we have cygpath
4180 if test -z "$CYGPATH_W"; then
4181 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
4182 CYGPATH_W
='cygpath -w'
4189 # Define the identity of the package.
4194 cat >>confdefs.h
<<_ACEOF
4195 #define PACKAGE "$PACKAGE"
4199 cat >>confdefs.h
<<_ACEOF
4200 #define VERSION "$VERSION"
4203 # Some tools Automake needs.
4205 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4208 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
4211 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4214 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
4217 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
4219 # For better backward compatibility. To be removed once Automake 1.9.x
4220 # dies out for good. For more background, see:
4221 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4222 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4223 mkdir_p
='$(MKDIR_P)'
4225 # We need awk for the "check" target (and possibly the TAP driver). The
4226 # system "awk" is bad on some platforms.
4227 # Always define AMTAR for backward compatibility. Yes, it's still used
4228 # in the wild :-( We should find a proper way to deprecate it ...
4232 # We'll loop over all known methods to create a tar archive until one works.
4233 _am_tools
='gnutar pax cpio none'
4235 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
4241 depcc
="$CC" am_compiler_list
=
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4244 $as_echo_n "checking dependency style of $depcc... " >&6; }
4245 if ${am_cv_CC_dependencies_compiler_type+:} false
; then :
4246 $as_echo_n "(cached) " >&6
4248 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4249 # We make a subdir and do the tests there. Otherwise we can end up
4250 # making bogus files that we don't know about and never remove. For
4251 # instance it was reported that on HP-UX the gcc test will end up
4252 # making a dummy file named 'D' -- because '-MD' means "put the output
4256 # Copy depcomp to subdir because otherwise we won't find it if we're
4257 # using a relative directory.
4258 cp "$am_depcomp" conftest.dir
4260 # We will build objects and dependencies in a subdirectory because
4261 # it helps to detect inapplicable dependency modes. For instance
4262 # both Tru64's cc and ICC support -MD to output dependencies as a
4263 # side effect of compilation, but ICC will put the dependencies in
4264 # the current directory while Tru64 will put them in the object
4268 am_cv_CC_dependencies_compiler_type
=none
4269 if test "$am_compiler_list" = ""; then
4270 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4273 case " $depcc " in #(
4274 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4277 for depmode
in $am_compiler_list; do
4278 # Setup a source with many dependencies, because some compilers
4279 # like to wrap large dependency lists on column 80 (with \), and
4280 # we should not choose a depcomp mode which is confused by this.
4282 # We need to recreate these files for each test, as the compiler may
4283 # overwrite some of them when testing with obscure command lines.
4284 # This happens at least with the AIX C compiler.
4286 for i
in 1 2 3 4 5 6; do
4287 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4288 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4289 # Solaris 10 /bin/sh.
4290 echo '/* dummy */' > sub
/conftst
$i.h
4292 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4294 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4295 # mode. It turns out that the SunPro C++ compiler does not properly
4296 # handle '-M -o', and we need to detect this. Also, some Intel
4297 # versions had trouble with output in subdirs.
4298 am__obj
=sub
/conftest.
${OBJEXT-o}
4299 am__minus_obj
="-o $am__obj"
4302 # This depmode causes a compiler race in universal mode.
4303 test "$am__universal" = false ||
continue
4306 # After this tag, mechanisms are not by side-effect, so they'll
4307 # only be used when explicitly requested.
4308 if test "x$enable_dependency_tracking" = xyes
; then
4314 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4315 # This compiler won't grok '-c -o', but also, the minuso test has
4316 # not run yet. These depmodes are late enough in the game, and
4317 # so weak that their functioning should not be impacted.
4318 am__obj
=conftest.
${OBJEXT-o}
4323 if depmode
=$depmode \
4324 source=sub
/conftest.c object
=$am__obj \
4325 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4326 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4327 >/dev
/null
2>conftest.err
&&
4328 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4329 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4330 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4331 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4332 # icc doesn't choke on unknown options, it will just issue warnings
4333 # or remarks (even with -Werror). So we grep stderr for any message
4334 # that says an option was ignored or not supported.
4335 # When given -MP, icc 7.0 and 7.1 complain thusly:
4336 # icc: Command line warning: ignoring option '-M'; no argument required
4337 # The diagnosis changed in icc 8.0:
4338 # icc: Command line remark: option '-MP' not supported
4339 if (grep 'ignoring option' conftest.err ||
4340 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4341 am_cv_CC_dependencies_compiler_type
=$depmode
4350 am_cv_CC_dependencies_compiler_type
=none
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4355 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4356 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
4359 test "x$enable_dependency_tracking" != xno \
4360 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
4362 am__fastdepCC_FALSE
='#'
4364 am__fastdepCC_TRUE
='#'
4365 am__fastdepCC_FALSE
=
4370 # POSIX will say in a future version that running "rm -f" with no argument
4371 # is OK; and we want to be able to make that assumption in our Makefile
4372 # recipes. So use an aggressive probe to check that the usage we want is
4373 # actually supported "in the wild" to an acceptable degree.
4374 # See automake bug#10828.
4375 # To make any issue more visible, cause the running configure to be aborted
4376 # by default if the 'rm' program in use doesn't match our expectations; the
4377 # user can still override this though.
4378 if rm -f && rm -fr && rm -rf; then : OK
; else
4382 Your 'rm' program seems unable to run without file operands specified
4383 on the command line, even when the '-f' option is present. This is contrary
4384 to the behaviour of most rm programs out there, and not conforming with
4385 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4387 Please tell bug-automake@gnu.org about your system, including the value
4388 of your $PATH and any error possibly output before this message. This
4389 can help us improve future automake versions.
4392 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
4393 echo 'Configuration will proceed anyway, since you have set the' >&2
4394 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4398 Aborting the configuration process, to ensure you take notice of the issue.
4400 You can download and install GNU coreutils to get an 'rm' implementation
4401 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4403 If you want to complete the configuration process using your problematic
4404 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4405 to "yes", and re-run configure.
4408 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
4413 if test -n "$ac_tool_prefix"; then
4414 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4415 set dummy
${ac_tool_prefix}ar; ac_word
=$2
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4417 $as_echo_n "checking for $ac_word... " >&6; }
4418 if ${ac_cv_prog_AR+:} false
; then :
4419 $as_echo_n "(cached) " >&6
4421 if test -n "$AR"; then
4422 ac_cv_prog_AR
="$AR" # Let the user override the test.
4424 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4428 test -z "$as_dir" && as_dir
=.
4429 for ac_exec_ext
in '' $ac_executable_extensions; do
4430 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4431 ac_cv_prog_AR
="${ac_tool_prefix}ar"
4432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4442 if test -n "$AR"; then
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4444 $as_echo "$AR" >&6; }
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4447 $as_echo "no" >&6; }
4452 if test -z "$ac_cv_prog_AR"; then
4454 # Extract the first word of "ar", so it can be a program name with args.
4455 set dummy
ar; ac_word
=$2
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4457 $as_echo_n "checking for $ac_word... " >&6; }
4458 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
4459 $as_echo_n "(cached) " >&6
4461 if test -n "$ac_ct_AR"; then
4462 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4468 test -z "$as_dir" && as_dir
=.
4469 for ac_exec_ext
in '' $ac_executable_extensions; do
4470 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4471 ac_cv_prog_ac_ct_AR
="ar"
4472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4481 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4482 if test -n "$ac_ct_AR"; then
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4484 $as_echo "$ac_ct_AR" >&6; }
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4487 $as_echo "no" >&6; }
4490 if test "x$ac_ct_AR" = x
; then
4493 case $cross_compiling:$ac_tool_warned in
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4496 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4497 ac_tool_warned
=yes ;;
4505 if test -n "$ac_tool_prefix"; then
4506 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4507 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4509 $as_echo_n "checking for $ac_word... " >&6; }
4510 if ${ac_cv_prog_RANLIB+:} false
; then :
4511 $as_echo_n "(cached) " >&6
4513 if test -n "$RANLIB"; then
4514 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4516 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4520 test -z "$as_dir" && as_dir
=.
4521 for ac_exec_ext
in '' $ac_executable_extensions; do
4522 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4523 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4533 RANLIB
=$ac_cv_prog_RANLIB
4534 if test -n "$RANLIB"; then
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4536 $as_echo "$RANLIB" >&6; }
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4539 $as_echo "no" >&6; }
4544 if test -z "$ac_cv_prog_RANLIB"; then
4545 ac_ct_RANLIB
=$RANLIB
4546 # Extract the first word of "ranlib", so it can be a program name with args.
4547 set dummy ranlib
; ac_word
=$2
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4549 $as_echo_n "checking for $ac_word... " >&6; }
4550 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
4551 $as_echo_n "(cached) " >&6
4553 if test -n "$ac_ct_RANLIB"; then
4554 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4560 test -z "$as_dir" && as_dir
=.
4561 for ac_exec_ext
in '' $ac_executable_extensions; do
4562 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4563 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4574 if test -n "$ac_ct_RANLIB"; then
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4576 $as_echo "$ac_ct_RANLIB" >&6; }
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4579 $as_echo "no" >&6; }
4582 if test "x$ac_ct_RANLIB" = x
; then
4585 case $cross_compiling:$ac_tool_warned in
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4588 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4589 ac_tool_warned
=yes ;;
4591 RANLIB
=$ac_ct_RANLIB
4594 RANLIB
="$ac_cv_prog_RANLIB"
4598 # Check whether --enable-shared was given.
4599 if test "${enable_shared+set}" = set; then :
4600 enableval
=$enable_shared; p
=${PACKAGE-default}
4602 yes) enable_shared
=yes ;;
4603 no
) enable_shared
=no
;;
4606 # Look at the argument we got. We use all the common list separators.
4607 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4608 for pkg
in $enableval; do
4610 if test "X$pkg" = "X$p"; then
4631 ac_cpp
='$CPP $CPPFLAGS'
4632 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4633 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4634 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4635 if test -n "$ac_tool_prefix"; then
4636 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4637 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4639 $as_echo_n "checking for $ac_word... " >&6; }
4640 if ${ac_cv_prog_CC+:} false
; then :
4641 $as_echo_n "(cached) " >&6
4643 if test -n "$CC"; then
4644 ac_cv_prog_CC
="$CC" # Let the user override the test.
4646 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4650 test -z "$as_dir" && as_dir
=.
4651 for ac_exec_ext
in '' $ac_executable_extensions; do
4652 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4653 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4664 if test -n "$CC"; then
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4666 $as_echo "$CC" >&6; }
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4669 $as_echo "no" >&6; }
4674 if test -z "$ac_cv_prog_CC"; then
4676 # Extract the first word of "gcc", so it can be a program name with args.
4677 set dummy gcc
; ac_word
=$2
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4679 $as_echo_n "checking for $ac_word... " >&6; }
4680 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4681 $as_echo_n "(cached) " >&6
4683 if test -n "$ac_ct_CC"; then
4684 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4686 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4690 test -z "$as_dir" && as_dir
=.
4691 for ac_exec_ext
in '' $ac_executable_extensions; do
4692 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4693 ac_cv_prog_ac_ct_CC
="gcc"
4694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4703 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4704 if test -n "$ac_ct_CC"; then
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4706 $as_echo "$ac_ct_CC" >&6; }
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4709 $as_echo "no" >&6; }
4712 if test "x$ac_ct_CC" = x
; then
4715 case $cross_compiling:$ac_tool_warned in
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4719 ac_tool_warned
=yes ;;
4727 if test -z "$CC"; then
4728 if test -n "$ac_tool_prefix"; then
4729 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4730 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4732 $as_echo_n "checking for $ac_word... " >&6; }
4733 if ${ac_cv_prog_CC+:} false
; then :
4734 $as_echo_n "(cached) " >&6
4736 if test -n "$CC"; then
4737 ac_cv_prog_CC
="$CC" # Let the user override the test.
4739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4743 test -z "$as_dir" && as_dir
=.
4744 for ac_exec_ext
in '' $ac_executable_extensions; do
4745 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4746 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4757 if test -n "$CC"; then
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4759 $as_echo "$CC" >&6; }
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4762 $as_echo "no" >&6; }
4768 if test -z "$CC"; then
4769 # Extract the first word of "cc", so it can be a program name with args.
4770 set dummy cc
; ac_word
=$2
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4772 $as_echo_n "checking for $ac_word... " >&6; }
4773 if ${ac_cv_prog_CC+:} false
; then :
4774 $as_echo_n "(cached) " >&6
4776 if test -n "$CC"; then
4777 ac_cv_prog_CC
="$CC" # Let the user override the test.
4780 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4784 test -z "$as_dir" && as_dir
=.
4785 for ac_exec_ext
in '' $ac_executable_extensions; do
4786 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4787 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4788 ac_prog_rejected
=yes
4792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4799 if test $ac_prog_rejected = yes; then
4800 # We found a bogon in the path, so make sure we never use it.
4801 set dummy
$ac_cv_prog_CC
4803 if test $# != 0; then
4804 # We chose a different compiler from the bogus one.
4805 # However, it has the same basename, so the bogon will be chosen
4806 # first if we set CC to just the basename; use the full file name.
4808 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4814 if test -n "$CC"; then
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4816 $as_echo "$CC" >&6; }
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4819 $as_echo "no" >&6; }
4824 if test -z "$CC"; then
4825 if test -n "$ac_tool_prefix"; then
4826 for ac_prog
in cl.exe
4828 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4829 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4831 $as_echo_n "checking for $ac_word... " >&6; }
4832 if ${ac_cv_prog_CC+:} false
; then :
4833 $as_echo_n "(cached) " >&6
4835 if test -n "$CC"; then
4836 ac_cv_prog_CC
="$CC" # Let the user override the test.
4838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4842 test -z "$as_dir" && as_dir
=.
4843 for ac_exec_ext
in '' $ac_executable_extensions; do
4844 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4845 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4856 if test -n "$CC"; then
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4858 $as_echo "$CC" >&6; }
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4861 $as_echo "no" >&6; }
4865 test -n "$CC" && break
4868 if test -z "$CC"; then
4870 for ac_prog
in cl.exe
4872 # Extract the first word of "$ac_prog", so it can be a program name with args.
4873 set dummy
$ac_prog; ac_word
=$2
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4875 $as_echo_n "checking for $ac_word... " >&6; }
4876 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4877 $as_echo_n "(cached) " >&6
4879 if test -n "$ac_ct_CC"; then
4880 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4882 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4886 test -z "$as_dir" && as_dir
=.
4887 for ac_exec_ext
in '' $ac_executable_extensions; do
4888 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4889 ac_cv_prog_ac_ct_CC
="$ac_prog"
4890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4900 if test -n "$ac_ct_CC"; then
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4902 $as_echo "$ac_ct_CC" >&6; }
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4905 $as_echo "no" >&6; }
4909 test -n "$ac_ct_CC" && break
4912 if test "x$ac_ct_CC" = x
; then
4915 case $cross_compiling:$ac_tool_warned in
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4919 ac_tool_warned
=yes ;;
4928 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4929 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4930 as_fn_error $?
"no acceptable C compiler found in \$PATH
4931 See \`config.log' for more details" "$LINENO" 5; }
4933 # Provide some information about the compiler.
4934 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4937 for ac_option
in --version -v -V -qversion; do
4938 { { ac_try
="$ac_compiler $ac_option >&5"
4940 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4941 *) ac_try_echo=$ac_try;;
4943 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4944 $as_echo "$ac_try_echo"; } >&5
4945 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4947 if test -s conftest.err; then
4949 ... rest of stderr output deleted ...
4950 10q' conftest.err >conftest.er1
4951 cat conftest.er1 >&5
4953 rm -f conftest.er1 conftest.err
4954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4955 test $ac_status = 0; }
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4959 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4960 if ${ac_cv_c_compiler_gnu+:} false; then :
4961 $as_echo_n "(cached) " >&6
4963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4964 /* end confdefs.h. */
4977 if ac_fn_c_try_compile "$LINENO"; then :
4982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4983 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4987 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4988 if test $ac_compiler_gnu = yes; then
4993 ac_test_CFLAGS=${CFLAGS+set}
4994 ac_save_CFLAGS=$CFLAGS
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4996 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4997 if ${ac_cv_prog_cc_g+:} false; then :
4998 $as_echo_n "(cached) " >&6
5000 ac_save_c_werror_flag=$ac_c_werror_flag
5001 ac_c_werror_flag=yes
5004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5005 /* end confdefs.h. */
5015 if ac_fn_c_try_compile "$LINENO"; then :
5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5020 /* end confdefs.h. */
5030 if ac_fn_c_try_compile "$LINENO"; then :
5033 ac_c_werror_flag=$ac_save_c_werror_flag
5035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5036 /* end confdefs.h. */
5046 if ac_fn_c_try_compile "$LINENO"; then :
5049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5054 ac_c_werror_flag=$ac_save_c_werror_flag
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5057 $as_echo "$ac_cv_prog_cc_g" >&6; }
5058 if test "$ac_test_CFLAGS" = set; then
5059 CFLAGS=$ac_save_CFLAGS
5060 elif test $ac_cv_prog_cc_g = yes; then
5061 if test "$GCC" = yes; then
5067 if test "$GCC" = yes; then
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5074 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5075 if ${ac_cv_prog_cc_c89+:} false; then :
5076 $as_echo_n "(cached) " >&6
5078 ac_cv_prog_cc_c89=no
5080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5081 /* end confdefs.h. */
5085 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5086 struct buf { int x; };
5087 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5088 static char *e (p, i)
5094 static char *f (char * (*g) (char **, int), char **p, ...)
5099 s = g (p, va_arg (v,int));
5104 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5105 function prototypes and stuff, but not '\xHH' hex character constants.
5106 These don't provoke an error unfortunately, instead are silently treated
5107 as 'x'. The following induces an error, until -std is added to get
5108 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5109 array size at least. It's necessary to write '\x00'==0 to get something
5110 that's true only with -std. */
5111 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5113 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5114 inside strings and character constants. */
5116 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5118 int test (int i, double x);
5119 struct s1 {int (*f) (int a);};
5120 struct s2 {int (*f) (double a);};
5121 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5127 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5132 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5133 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5135 CC="$ac_save_CC $ac_arg"
5136 if ac_fn_c_try_compile "$LINENO"; then :
5137 ac_cv_prog_cc_c89=$ac_arg
5139 rm -f core conftest.err conftest.$ac_objext
5140 test "x$ac_cv_prog_cc_c89" != "xno" && break
5142 rm -f conftest.$ac_ext
5147 case "x$ac_cv_prog_cc_c89" in
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5150 $as_echo "none needed" >&6; } ;;
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5153 $as_echo "unsupported" >&6; } ;;
5155 CC="$CC $ac_cv_prog_cc_c89"
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5157 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5159 if test "x$ac_cv_prog_cc_c89" != xno; then :
5164 ac_cpp='$CPP $CPPFLAGS'
5165 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5166 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5167 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5170 ac_cpp='$CPP $CPPFLAGS'
5171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5173 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5175 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5176 if ${am_cv_prog_cc_c_o+:} false; then :
5177 $as_echo_n "(cached) " >&6
5179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5180 /* end confdefs.h. */
5190 # Make sure it works both with $CC and with simple cc.
5191 # Following AC_PROG_CC_C_O, we do the test twice because some
5192 # compilers refuse to overwrite an existing .o file with -o,
5193 # though they will create one.
5194 am_cv_prog_cc_c_o=yes
5196 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5197 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5200 (exit $ac_status); } \
5201 && test -f conftest2.$ac_objext; then
5204 am_cv_prog_cc_c_o=no
5208 rm -f core conftest*
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5212 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5213 if test "$am_cv_prog_cc_c_o" != yes; then
5214 # Losing compiler, so override with the script.
5215 # FIXME: It is wrong to rewrite CC.
5216 # But if we don't then we get into trouble of one sort or another.
5217 # A longer-term fix would be to have automake use am__CC in this case,
5218 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5219 CC="$am_aux_dir/compile $CC"
5222 ac_cpp='$CPP $CPPFLAGS'
5223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5225 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5229 ac_cpp='$CPP $CPPFLAGS'
5230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5234 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5235 # On Suns, sometimes $CPP names a directory.
5236 if test -n "$CPP" && test -d "$CPP"; then
5239 if test -z "$CPP"; then
5240 if ${ac_cv_prog_CPP+:} false; then :
5241 $as_echo_n "(cached) " >&6
5243 # Double quotes because CPP needs to be expanded
5244 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5247 for ac_c_preproc_warn_flag in '' yes
5249 # Use a header file that comes with gcc, so configuring glibc
5250 # with a fresh cross-compiler works.
5251 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5252 # <limits.h> exists even on freestanding compilers.
5253 # On the NeXT, cc -E runs the code through the compiler's parser,
5254 # not just through cpp. "Syntax error" is here to catch this case.
5255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5256 /* end confdefs.h. */
5258 # include <limits.h>
5260 # include <assert.h>
5264 if ac_fn_c_try_cpp "$LINENO"; then :
5267 # Broken: fails on valid input.
5270 rm -f conftest.err conftest.i conftest.$ac_ext
5272 # OK, works on sane cases. Now check whether nonexistent headers
5273 # can be detected and how.
5274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5275 /* end confdefs.h. */
5276 #include <ac_nonexistent.h>
5278 if ac_fn_c_try_cpp "$LINENO"; then :
5279 # Broken: success on invalid input.
5282 # Passes both tests.
5286 rm -f conftest.err conftest.i conftest.$ac_ext
5289 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5290 rm -f conftest.i conftest.err conftest.
$ac_ext
5291 if $ac_preproc_ok; then :
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5304 $as_echo "$CPP" >&6; }
5306 for ac_c_preproc_warn_flag
in '' yes
5308 # Use a header file that comes with gcc, so configuring glibc
5309 # with a fresh cross-compiler works.
5310 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5311 # <limits.h> exists even on freestanding compilers.
5312 # On the NeXT, cc -E runs the code through the compiler's parser,
5313 # not just through cpp. "Syntax error" is here to catch this case.
5314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5315 /* end confdefs.h. */
5317 # include <limits.h>
5319 # include <assert.h>
5323 if ac_fn_c_try_cpp
"$LINENO"; then :
5326 # Broken: fails on valid input.
5329 rm -f conftest.err conftest.i conftest.
$ac_ext
5331 # OK, works on sane cases. Now check whether nonexistent headers
5332 # can be detected and how.
5333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5334 /* end confdefs.h. */
5335 #include <ac_nonexistent.h>
5337 if ac_fn_c_try_cpp
"$LINENO"; then :
5338 # Broken: success on invalid input.
5341 # Passes both tests.
5345 rm -f conftest.err conftest.i conftest.
$ac_ext
5348 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5349 rm -f conftest.i conftest.err conftest.
$ac_ext
5350 if $ac_preproc_ok; then :
5353 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5355 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
5356 See \`config.log' for more details" "$LINENO" 5; }
5360 ac_cpp
='$CPP $CPPFLAGS'
5361 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5362 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5363 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5368 if ${ac_cv_path_GREP+:} false
; then :
5369 $as_echo_n "(cached) " >&6
5371 if test -z "$GREP"; then
5372 ac_path_GREP_found
=false
5373 # Loop through the user's path and test for each of PROGNAME-LIST
5374 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5375 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5378 test -z "$as_dir" && as_dir
=.
5379 for ac_prog
in grep ggrep
; do
5380 for ac_exec_ext
in '' $ac_executable_extensions; do
5381 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5382 as_fn_executable_p
"$ac_path_GREP" ||
continue
5383 # Check for GNU ac_path_GREP and select it if it is found.
5384 # Check for GNU $ac_path_GREP
5385 case `"$ac_path_GREP" --version 2>&1` in
5387 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5390 $as_echo_n 0123456789 >"conftest.in"
5393 cat "conftest.in" "conftest.in" >"conftest.tmp"
5394 mv "conftest.tmp" "conftest.in"
5395 cp "conftest.in" "conftest.nl"
5396 $as_echo 'GREP' >> "conftest.nl"
5397 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5398 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5399 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5400 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5401 # Best one so far, save it but keep looking for a better one
5402 ac_cv_path_GREP
="$ac_path_GREP"
5403 ac_path_GREP_max
=$ac_count
5405 # 10*(2^10) chars as input seems more than enough
5406 test $ac_count -gt 10 && break
5408 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5411 $ac_path_GREP_found && break 3
5416 if test -z "$ac_cv_path_GREP"; then
5417 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5420 ac_cv_path_GREP
=$GREP
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5425 $as_echo "$ac_cv_path_GREP" >&6; }
5426 GREP
="$ac_cv_path_GREP"
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5430 $as_echo_n "checking for egrep... " >&6; }
5431 if ${ac_cv_path_EGREP+:} false
; then :
5432 $as_echo_n "(cached) " >&6
5434 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5435 then ac_cv_path_EGREP
="$GREP -E"
5437 if test -z "$EGREP"; then
5438 ac_path_EGREP_found
=false
5439 # Loop through the user's path and test for each of PROGNAME-LIST
5440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5441 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5444 test -z "$as_dir" && as_dir
=.
5445 for ac_prog
in egrep; do
5446 for ac_exec_ext
in '' $ac_executable_extensions; do
5447 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5448 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5449 # Check for GNU ac_path_EGREP and select it if it is found.
5450 # Check for GNU $ac_path_EGREP
5451 case `"$ac_path_EGREP" --version 2>&1` in
5453 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5456 $as_echo_n 0123456789 >"conftest.in"
5459 cat "conftest.in" "conftest.in" >"conftest.tmp"
5460 mv "conftest.tmp" "conftest.in"
5461 cp "conftest.in" "conftest.nl"
5462 $as_echo 'EGREP' >> "conftest.nl"
5463 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5464 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5465 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5466 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5467 # Best one so far, save it but keep looking for a better one
5468 ac_cv_path_EGREP
="$ac_path_EGREP"
5469 ac_path_EGREP_max
=$ac_count
5471 # 10*(2^10) chars as input seems more than enough
5472 test $ac_count -gt 10 && break
5474 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5477 $ac_path_EGREP_found && break 3
5482 if test -z "$ac_cv_path_EGREP"; then
5483 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5486 ac_cv_path_EGREP
=$EGREP
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5492 $as_echo "$ac_cv_path_EGREP" >&6; }
5493 EGREP
="$ac_cv_path_EGREP"
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5497 $as_echo_n "checking for ANSI C header files... " >&6; }
5498 if ${ac_cv_header_stdc+:} false
; then :
5499 $as_echo_n "(cached) " >&6
5501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5502 /* end confdefs.h. */
5516 if ac_fn_c_try_compile
"$LINENO"; then :
5517 ac_cv_header_stdc
=yes
5519 ac_cv_header_stdc
=no
5521 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5523 if test $ac_cv_header_stdc = yes; then
5524 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5525 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5526 /* end confdefs.h. */
5530 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5531 $EGREP "memchr" >/dev
/null
2>&1; then :
5534 ac_cv_header_stdc
=no
5540 if test $ac_cv_header_stdc = yes; then
5541 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5543 /* end confdefs.h. */
5547 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5548 $EGREP "free" >/dev
/null
2>&1; then :
5551 ac_cv_header_stdc
=no
5557 if test $ac_cv_header_stdc = yes; then
5558 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5559 if test "$cross_compiling" = yes; then :
5562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h. */
5566 #if ((' ' & 0x0FF) == 0x020)
5567 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5568 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5570 # define ISLOWER(c) \
5571 (('a' <= (c) && (c) <= 'i') \
5572 || ('j' <= (c) && (c) <= 'r') \
5573 || ('s' <= (c) && (c) <= 'z'))
5574 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5577 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5582 for (i = 0; i < 256; i++)
5583 if (XOR (islower (i), ISLOWER (i))
5584 || toupper (i) != TOUPPER (i))
5589 if ac_fn_c_try_run
"$LINENO"; then :
5592 ac_cv_header_stdc
=no
5594 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5595 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5601 $as_echo "$ac_cv_header_stdc" >&6; }
5602 if test $ac_cv_header_stdc = yes; then
5604 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5608 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5609 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5610 inttypes.h stdint.h unistd.h
5612 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5613 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5615 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
5616 cat >>confdefs.h
<<_ACEOF
5617 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5626 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5627 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
5634 if test "$MINIX" = yes; then
5636 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5639 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5642 $as_echo "#define _MINIX 1" >>confdefs.h
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5648 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5649 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
5650 $as_echo_n "(cached) " >&6
5652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5653 /* end confdefs.h. */
5655 # define __EXTENSIONS__ 1
5656 $ac_includes_default
5665 if ac_fn_c_try_compile
"$LINENO"; then :
5666 ac_cv_safe_to_define___extensions__
=yes
5668 ac_cv_safe_to_define___extensions__
=no
5670 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5673 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5674 test $ac_cv_safe_to_define___extensions__ = yes &&
5675 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5677 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5679 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5681 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5683 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5692 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5697 macro_version
='2.2.7a'
5698 macro_revision
='1.3134'
5712 ltmain
="$ac_aux_dir/ltmain.sh"
5714 # Backslashify metacharacters that are still active within
5715 # double-quoted strings.
5716 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5718 # Same as above, but do not quote variable references.
5719 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5721 # Sed substitution to delay expansion of an escaped shell variable in a
5722 # double_quote_subst'ed string.
5723 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5725 # Sed substitution to delay expansion of an escaped single quote.
5726 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5728 # Sed substitution to avoid accidental globbing in evaled expressions
5729 no_glob_subst
='s/\*/\\\*/g'
5731 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5732 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5733 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5736 $as_echo_n "checking how to print strings... " >&6; }
5737 # Test print first, because it will be a builtin if present.
5738 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5739 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5741 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5744 # Use this function as a fallback that always works.
5745 func_fallback_echo ()
5747 eval 'cat <<_LTECHO_EOF
5751 ECHO='func_fallback_echo
'
5754 # func_echo_all arg...
5755 # Invoke $ECHO with all args, space-separated.
5762 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5763 $as_echo "printf" >&6; } ;;
5764 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5765 $as_echo "print -r" >&6; } ;;
5766 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5767 $as_echo "cat" >&6; } ;;
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5784 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5785 if ${ac_cv_path_SED+:} false; then :
5786 $as_echo_n "(cached) " >&6
5788 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5789 for ac_i in 1 2 3 4 5 6 7; do
5790 ac_script="$ac_script$as_nl$ac_script"
5792 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5793 { ac_script=; unset ac_script;}
5794 if test -z "$SED"; then
5795 ac_path_SED_found=false
5796 # Loop through the user's path and
test for each of PROGNAME-LIST
5797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5801 test -z "$as_dir" && as_dir
=.
5802 for ac_prog
in sed gsed
; do
5803 for ac_exec_ext
in '' $ac_executable_extensions; do
5804 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5805 as_fn_executable_p
"$ac_path_SED" ||
continue
5806 # Check for GNU ac_path_SED and select it if it is found.
5807 # Check for GNU $ac_path_SED
5808 case `"$ac_path_SED" --version 2>&1` in
5810 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5813 $as_echo_n 0123456789 >"conftest.in"
5816 cat "conftest.in" "conftest.in" >"conftest.tmp"
5817 mv "conftest.tmp" "conftest.in"
5818 cp "conftest.in" "conftest.nl"
5819 $as_echo '' >> "conftest.nl"
5820 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5821 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5822 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5823 if test $ac_count -gt ${ac_path_SED_max-0}; then
5824 # Best one so far, save it but keep looking for a better one
5825 ac_cv_path_SED
="$ac_path_SED"
5826 ac_path_SED_max
=$ac_count
5828 # 10*(2^10) chars as input seems more than enough
5829 test $ac_count -gt 10 && break
5831 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5834 $ac_path_SED_found && break 3
5839 if test -z "$ac_cv_path_SED"; then
5840 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5848 $as_echo "$ac_cv_path_SED" >&6; }
5849 SED
="$ac_cv_path_SED"
5852 test -z "$SED" && SED
=sed
5853 Xsed
="$SED -e 1s/^X//"
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5866 $as_echo_n "checking for fgrep... " >&6; }
5867 if ${ac_cv_path_FGREP+:} false
; then :
5868 $as_echo_n "(cached) " >&6
5870 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5871 then ac_cv_path_FGREP
="$GREP -F"
5873 if test -z "$FGREP"; then
5874 ac_path_FGREP_found
=false
5875 # Loop through the user's path and test for each of PROGNAME-LIST
5876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5877 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5880 test -z "$as_dir" && as_dir
=.
5881 for ac_prog
in fgrep
; do
5882 for ac_exec_ext
in '' $ac_executable_extensions; do
5883 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5884 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5885 # Check for GNU ac_path_FGREP and select it if it is found.
5886 # Check for GNU $ac_path_FGREP
5887 case `"$ac_path_FGREP" --version 2>&1` in
5889 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5892 $as_echo_n 0123456789 >"conftest.in"
5895 cat "conftest.in" "conftest.in" >"conftest.tmp"
5896 mv "conftest.tmp" "conftest.in"
5897 cp "conftest.in" "conftest.nl"
5898 $as_echo 'FGREP' >> "conftest.nl"
5899 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5900 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5901 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5902 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5903 # Best one so far, save it but keep looking for a better one
5904 ac_cv_path_FGREP
="$ac_path_FGREP"
5905 ac_path_FGREP_max
=$ac_count
5907 # 10*(2^10) chars as input seems more than enough
5908 test $ac_count -gt 10 && break
5910 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5913 $ac_path_FGREP_found && break 3
5918 if test -z "$ac_cv_path_FGREP"; then
5919 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5922 ac_cv_path_FGREP
=$FGREP
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5928 $as_echo "$ac_cv_path_FGREP" >&6; }
5929 FGREP
="$ac_cv_path_FGREP"
5932 test -z "$GREP" && GREP
=grep
5952 # Check whether --with-gnu-ld was given.
5953 if test "${with_gnu_ld+set}" = set; then :
5954 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5960 if test "$GCC" = yes; then
5961 # Check if gcc -print-prog-name=ld gives a path.
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5963 $as_echo_n "checking for ld used by $CC... " >&6; }
5966 # gcc leaves a trailing carriage return which upsets mingw
5967 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5969 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5972 # Accept absolute paths.
5974 re_direlt
='/[^/][^/]*/\.\./'
5975 # Canonicalize the pathname of ld
5976 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5977 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5978 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5980 test -z "$LD" && LD
="$ac_prog"
5983 # If it fails, then pretend we aren't using GCC.
5987 # If it is relative, then search for the first ld in PATH.
5991 elif test "$with_gnu_ld" = yes; then
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5993 $as_echo_n "checking for GNU ld... " >&6; }
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5996 $as_echo_n "checking for non-GNU ld... " >&6; }
5998 if ${lt_cv_path_LD+:} false
; then :
5999 $as_echo_n "(cached) " >&6
6001 if test -z "$LD"; then
6002 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
6003 for ac_dir
in $PATH; do
6005 test -z "$ac_dir" && ac_dir
=.
6006 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
6007 lt_cv_path_LD
="$ac_dir/$ac_prog"
6008 # Check to see if the program is GNU ld. I'd rather use --version,
6009 # but apparently some variants of GNU ld only accept -v.
6010 # Break only if it was the GNU/non-GNU ld that we prefer.
6011 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6012 *GNU
* |
*'with BFD'*)
6013 test "$with_gnu_ld" != no
&& break
6016 test "$with_gnu_ld" != yes && break
6023 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
6028 if test -n "$LD"; then
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6030 $as_echo "$LD" >&6; }
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6033 $as_echo "no" >&6; }
6035 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6037 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6038 if ${lt_cv_prog_gnu_ld+:} false
; then :
6039 $as_echo_n "(cached) " >&6
6041 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6042 case `$LD -v 2>&1 </dev/null` in
6043 *GNU
* |
*'with BFD'*)
6044 lt_cv_prog_gnu_ld
=yes
6047 lt_cv_prog_gnu_ld
=no
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6052 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6053 with_gnu_ld
=$lt_cv_prog_gnu_ld
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6064 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6065 if ${lt_cv_path_NM+:} false
; then :
6066 $as_echo_n "(cached) " >&6
6068 if test -n "$NM"; then
6069 # Let the user override the test.
6072 lt_nm_to_check
="${ac_tool_prefix}nm"
6073 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6074 lt_nm_to_check
="$lt_nm_to_check nm"
6076 for lt_tmp_nm
in $lt_nm_to_check; do
6077 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
6078 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
6080 test -z "$ac_dir" && ac_dir
=.
6081 tmp_nm
="$ac_dir/$lt_tmp_nm"
6082 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
6083 # Check to see if the nm accepts a BSD-compat flag.
6084 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6085 # nm: unknown option "B" ignored
6086 # Tru64's nm complains that /dev/null is an invalid object file
6087 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6088 */dev
/null
* |
*'Invalid file or object type'*)
6089 lt_cv_path_NM
="$tmp_nm -B"
6093 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6095 lt_cv_path_NM
="$tmp_nm -p"
6099 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6100 continue # so that we can try to find one that supports BSD flags
6109 : ${lt_cv_path_NM=no}
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6113 $as_echo "$lt_cv_path_NM" >&6; }
6114 if test "$lt_cv_path_NM" != "no"; then
6117 # Didn't find any BSD compatible name lister, look for dumpbin.
6118 if test -n "$DUMPBIN"; then :
6119 # Let the user override the test.
6121 if test -n "$ac_tool_prefix"; then
6122 for ac_prog
in dumpbin
"link -dump"
6124 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6125 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6127 $as_echo_n "checking for $ac_word... " >&6; }
6128 if ${ac_cv_prog_DUMPBIN+:} false
; then :
6129 $as_echo_n "(cached) " >&6
6131 if test -n "$DUMPBIN"; then
6132 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
6134 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6138 test -z "$as_dir" && as_dir
=.
6139 for ac_exec_ext
in '' $ac_executable_extensions; do
6140 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6141 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
6142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6151 DUMPBIN
=$ac_cv_prog_DUMPBIN
6152 if test -n "$DUMPBIN"; then
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6154 $as_echo "$DUMPBIN" >&6; }
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6157 $as_echo "no" >&6; }
6161 test -n "$DUMPBIN" && break
6164 if test -z "$DUMPBIN"; then
6165 ac_ct_DUMPBIN
=$DUMPBIN
6166 for ac_prog
in dumpbin
"link -dump"
6168 # Extract the first word of "$ac_prog", so it can be a program name with args.
6169 set dummy
$ac_prog; ac_word
=$2
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6171 $as_echo_n "checking for $ac_word... " >&6; }
6172 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
6173 $as_echo_n "(cached) " >&6
6175 if test -n "$ac_ct_DUMPBIN"; then
6176 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
6178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6182 test -z "$as_dir" && as_dir
=.
6183 for ac_exec_ext
in '' $ac_executable_extensions; do
6184 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6185 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
6186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6195 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
6196 if test -n "$ac_ct_DUMPBIN"; then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6198 $as_echo "$ac_ct_DUMPBIN" >&6; }
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201 $as_echo "no" >&6; }
6205 test -n "$ac_ct_DUMPBIN" && break
6208 if test "x$ac_ct_DUMPBIN" = x
; then
6211 case $cross_compiling:$ac_tool_warned in
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6215 ac_tool_warned
=yes ;;
6217 DUMPBIN
=$ac_ct_DUMPBIN
6221 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6223 DUMPBIN
="$DUMPBIN -symbols"
6231 if test "$DUMPBIN" != ":"; then
6235 test -z "$NM" && NM
=nm
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6243 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6244 if ${lt_cv_nm_interface+:} false
; then :
6245 $as_echo_n "(cached) " >&6
6247 lt_cv_nm_interface
="BSD nm"
6248 echo "int some_variable = 0;" > conftest.
$ac_ext
6249 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6250 (eval "$ac_compile" 2>conftest.err
)
6251 cat conftest.err
>&5
6252 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6253 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
6254 cat conftest.err
>&5
6255 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6256 cat conftest.out
>&5
6257 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
6258 lt_cv_nm_interface
="MS dumpbin"
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6263 $as_echo "$lt_cv_nm_interface" >&6; }
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6266 $as_echo_n "checking whether ln -s works... " >&6; }
6268 if test "$LN_S" = "ln -s"; then
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6270 $as_echo "yes" >&6; }
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6273 $as_echo "no, using $LN_S" >&6; }
6276 # find the maximum length of command line arguments
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6278 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6279 if ${lt_cv_sys_max_cmd_len+:} false
; then :
6280 $as_echo_n "(cached) " >&6
6287 # On DJGPP, this test can blow up pretty badly due to problems in libc
6288 # (any single argument exceeding 2000 bytes causes a buffer overrun
6289 # during glob expansion). Even if it were fixed, the result of this
6290 # check would be larger than it should be.
6291 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
6295 # Under GNU Hurd, this test is not required because there is
6296 # no limit to the length of command line arguments.
6297 # Libtool will interpret -1 as no limit whatsoever
6298 lt_cv_sys_max_cmd_len
=-1;
6301 cygwin
* | mingw
* | cegcc
*)
6302 # On Win9x/ME, this test blows up -- it succeeds, but takes
6303 # about 5 minutes as the teststring grows exponentially.
6304 # Worse, since 9x/ME are not pre-emptively multitasking,
6305 # you end up with a "frozen" computer, even though with patience
6306 # the test eventually succeeds (with a max line length of 256k).
6307 # Instead, let's just punt: use the minimum linelength reported by
6308 # all of the supported platforms: 8192 (on NT/2K/XP).
6309 lt_cv_sys_max_cmd_len
=8192;
6313 # On MiNT this can take a long time and run out of memory.
6314 lt_cv_sys_max_cmd_len
=8192;
6318 # On AmigaOS with pdksh, this test takes hours, literally.
6319 # So we just punt and use a minimum line length of 8192.
6320 lt_cv_sys_max_cmd_len
=8192;
6323 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
6324 # This has been around since 386BSD, at least. Likely further.
6325 if test -x /sbin
/sysctl
; then
6326 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
6327 elif test -x /usr
/sbin
/sysctl
; then
6328 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
6330 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
6332 # And add a safety zone
6333 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6334 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6338 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6339 lt_cv_sys_max_cmd_len
=196608
6343 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6344 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6345 # nice to cause kernel panics so lets avoid the loop below.
6346 # First set a reasonable default.
6347 lt_cv_sys_max_cmd_len
=16384
6349 if test -x /sbin
/sysconfig
; then
6350 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6351 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
6356 lt_cv_sys_max_cmd_len
=102400
6358 sysv5
* | sco5v6
* | sysv4.2uw2
*)
6359 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6360 if test -n "$kargmax"; then
6361 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
6363 lt_cv_sys_max_cmd_len
=32768
6367 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
6368 if test -n "$lt_cv_sys_max_cmd_len"; then
6369 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6370 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6372 # Make teststring a little bigger before we do anything with it.
6373 # a 1K string should be a reasonable start.
6374 for i
in 1 2 3 4 5 6 7 8 ; do
6375 teststring
=$teststring$teststring
6377 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6378 # If test is not a shell built-in, we'll probably end up computing a
6379 # maximum length that is only half of the actual maximum length, but
6381 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6382 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
6383 test $i != 17 # 1/2 MB should be enough
6386 teststring
=$teststring$teststring
6388 # Only check the string length outside the loop.
6389 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
6391 # Add a significant safety factor because C++ compilers can tack on
6392 # massive amounts of additional arguments before passing them to the
6393 # linker. It appears as though 1/2 is a usable value.
6394 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6401 if test -n $lt_cv_sys_max_cmd_len ; then
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6403 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6406 $as_echo "none" >&6; }
6408 max_cmd_len
=$lt_cv_sys_max_cmd_len
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6420 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6421 # Try some XSI features
6424 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6426 && eval 'test $(( 1 + 1 )) -eq 2 \
6427 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6430 $as_echo "$xsi_shell" >&6; }
6433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6434 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6436 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6438 && lt_shell_append=yes
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6440 $as_echo "$lt_shell_append" >&6; }
6443 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6453 # test EBCDIC or ASCII
6454 case `echo X|tr X '\101'` in
6455 A) # ASCII based system
6456 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6457 lt_SP2NL='tr \040 \012'
6458 lt_NL2SP='tr \015\012 \040\040'
6460 *) # EBCDIC based system
6461 lt_SP2NL='tr \100 \n'
6462 lt_NL2SP='tr \r\n \100\100'
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6475 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6476 if ${lt_cv_ld_reload_flag+:} false; then :
6477 $as_echo_n "(cached
) " >&6
6479 lt_cv_ld_reload_flag='-r'
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6482 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6483 reload_flag=$lt_cv_ld_reload_flag
6484 case $reload_flag in
6486 *) reload_flag=" $reload_flag" ;;
6488 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6491 if test "$GCC" = yes; then
6492 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6494 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6507 if test -n "$ac_tool_prefix"; then
6508 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6509 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6511 $as_echo_n "checking
for $ac_word...
" >&6; }
6512 if ${ac_cv_prog_OBJDUMP+:} false; then :
6513 $as_echo_n "(cached
) " >&6
6515 if test -n "$OBJDUMP"; then
6516 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6522 test -z "$as_dir" && as_dir=.
6523 for ac_exec_ext in '' $ac_executable_extensions; do
6524 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6525 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6526 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6535 OBJDUMP=$ac_cv_prog_OBJDUMP
6536 if test -n "$OBJDUMP"; then
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
6538 $as_echo "$OBJDUMP" >&6; }
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6541 $as_echo "no
" >&6; }
6546 if test -z "$ac_cv_prog_OBJDUMP"; then
6547 ac_ct_OBJDUMP=$OBJDUMP
6548 # Extract the first word of "objdump
", so it can be a program name with args.
6549 set dummy objdump; ac_word=$2
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6551 $as_echo_n "checking
for $ac_word...
" >&6; }
6552 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6553 $as_echo_n "(cached
) " >&6
6555 if test -n "$ac_ct_OBJDUMP"; then
6556 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 test -z "$as_dir" && as_dir=.
6563 for ac_exec_ext in '' $ac_executable_extensions; do
6564 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6565 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
6566 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6575 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6576 if test -n "$ac_ct_OBJDUMP"; then
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
6578 $as_echo "$ac_ct_OBJDUMP" >&6; }
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6581 $as_echo "no
" >&6; }
6584 if test "x
$ac_ct_OBJDUMP" = x; then
6587 case $cross_compiling:$ac_tool_warned in
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6590 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6591 ac_tool_warned=yes ;;
6593 OBJDUMP=$ac_ct_OBJDUMP
6596 OBJDUMP="$ac_cv_prog_OBJDUMP"
6599 test -z "$OBJDUMP" && OBJDUMP=objdump
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6610 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6611 if ${lt_cv_deplibs_check_method+:} false; then :
6612 $as_echo_n "(cached
) " >&6
6614 lt_cv_file_magic_cmd='$MAGIC_CMD'
6615 lt_cv_file_magic_test_file=
6616 lt_cv_deplibs_check_method='unknown'
6617 # Need to set the preceding variable on all platforms that support
6618 # interlibrary dependencies.
6619 # 'none' -- dependencies not supported.
6620 # `unknown' -- same as none, but documents that we really don't know.
6621 # 'pass_all' -- all dependencies passed with no checks.
6622 # 'test_compile' -- check by making test program.
6623 # 'file_magic [[regex]]' -- check by looking for files in library path
6624 # which responds to the $file_magic_cmd with a given extended regex.
6625 # If you have `file' or equivalent on your system and you're not sure
6626 # whether `pass_all' will *always* work, you probably want this one.
6630 lt_cv_deplibs_check_method=pass_all
6634 lt_cv_deplibs_check_method=pass_all
6638 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6639 lt_cv_file_magic_cmd='/usr/bin/file -L'
6640 lt_cv_file_magic_test_file=/shlib/libc.so
6644 # func_win32_libid is a shell function defined in ltmain.sh
6645 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6646 lt_cv_file_magic_cmd='func_win32_libid'
6650 # Base MSYS/MinGW do not provide the 'file' command needed by
6651 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6652 # unless we find 'file', for example because we are cross-compiling.
6653 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6654 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6655 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6656 lt_cv_file_magic_cmd='func_win32_libid'
6658 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6659 lt_cv_file_magic_cmd='$OBJDUMP -f'
6664 # use the weaker test based on 'objdump'. See mingw*.
6665 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6666 lt_cv_file_magic_cmd='$OBJDUMP -f'
6669 darwin* | rhapsody*)
6670 lt_cv_deplibs_check_method=pass_all
6673 freebsd* | dragonfly*)
6674 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6677 # Not sure whether the presence of OpenBSD here was a mistake.
6678 # Let's accept both of them until this is cleared up.
6679 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6680 lt_cv_file_magic_cmd=/usr/bin/file
6681 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6685 lt_cv_deplibs_check_method=pass_all
6690 lt_cv_deplibs_check_method=pass_all
6694 lt_cv_deplibs_check_method=pass_all
6697 hpux10.20* | hpux11*)
6698 lt_cv_file_magic_cmd=/usr/bin/file
6701 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6702 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6705 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6706 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6709 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6710 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6716 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6717 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6720 irix5* | irix6* | nonstopux*)
6722 *-32|*"-32 ") libmagic=32-bit;;
6723 *-n32|*"-n32 ") libmagic=N32;;
6724 *-64|*"-64 ") libmagic=64-bit;;
6725 *) libmagic=never-match;;
6727 lt_cv_deplibs_check_method=pass_all
6730 # This must be Linux ELF.
6731 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6732 lt_cv_deplibs_check_method=pass_all
6736 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6737 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6739 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6744 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6745 lt_cv_file_magic_cmd=/usr/bin/file
6746 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6750 lt_cv_deplibs_check_method=pass_all
6754 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6755 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6757 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6761 osf3* | osf4* | osf5*)
6762 lt_cv_deplibs_check_method=pass_all
6766 lt_cv_deplibs_check_method=pass_all
6770 lt_cv_deplibs_check_method=pass_all
6773 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6774 lt_cv_deplibs_check_method=pass_all
6778 case $host_vendor in
6780 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]'
6781 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6784 lt_cv_deplibs_check_method=pass_all
6787 lt_cv_file_magic_cmd='/bin/file'
6788 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6791 lt_cv_file_magic_cmd='/bin/file'
6792 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6793 lt_cv_file_magic_test_file=/lib/libc.so
6796 lt_cv_deplibs_check_method=pass_all
6799 lt_cv_deplibs_check_method=pass_all
6805 lt_cv_deplibs_check_method=pass_all
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6811 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6812 file_magic_cmd=$lt_cv_file_magic_cmd
6813 deplibs_check_method=$lt_cv_deplibs_check_method
6814 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6827 if test -n "$ac_tool_prefix"; then
6828 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6829 set dummy ${ac_tool_prefix}ar; ac_word=$2
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6831 $as_echo_n "checking
for $ac_word...
" >&6; }
6832 if ${ac_cv_prog_AR+:} false; then :
6833 $as_echo_n "(cached
) " >&6
6835 if test -n "$AR"; then
6836 ac_cv_prog_AR="$AR" # Let the user override the test.
6838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6842 test -z "$as_dir" && as_dir=.
6843 for ac_exec_ext in '' $ac_executable_extensions; do
6844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6845 ac_cv_prog_AR="${ac_tool_prefix}ar"
6846 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6856 if test -n "$AR"; then
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6858 $as_echo "$AR" >&6; }
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6861 $as_echo "no
" >&6; }
6866 if test -z "$ac_cv_prog_AR"; then
6868 # Extract the first word of "ar", so it can be a program name with args.
6869 set dummy ar; ac_word=$2
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6871 $as_echo_n "checking
for $ac_word...
" >&6; }
6872 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6873 $as_echo_n "(cached
) " >&6
6875 if test -n "$ac_ct_AR"; then
6876 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6882 test -z "$as_dir" && as_dir=.
6883 for ac_exec_ext in '' $ac_executable_extensions; do
6884 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6885 ac_cv_prog_ac_ct_AR="ar"
6886 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6895 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6896 if test -n "$ac_ct_AR"; then
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6898 $as_echo "$ac_ct_AR" >&6; }
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6901 $as_echo "no
" >&6; }
6904 if test "x
$ac_ct_AR" = x; then
6907 case $cross_compiling:$ac_tool_warned in
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6910 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6911 ac_tool_warned=yes ;;
6919 test -z "$AR" && AR=ar
6920 test -z "$AR_FLAGS" && AR_FLAGS=cru
6932 if test -n "$ac_tool_prefix"; then
6933 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6934 set dummy ${ac_tool_prefix}strip; ac_word=$2
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6936 $as_echo_n "checking
for $ac_word...
" >&6; }
6937 if ${ac_cv_prog_STRIP+:} false; then :
6938 $as_echo_n "(cached
) " >&6
6940 if test -n "$STRIP"; then
6941 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6947 test -z "$as_dir" && as_dir=.
6948 for ac_exec_ext in '' $ac_executable_extensions; do
6949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6950 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6951 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6960 STRIP=$ac_cv_prog_STRIP
6961 if test -n "$STRIP"; then
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6963 $as_echo "$STRIP" >&6; }
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6966 $as_echo "no
" >&6; }
6971 if test -z "$ac_cv_prog_STRIP"; then
6973 # Extract the first word of "strip
", so it can be a program name with args.
6974 set dummy strip; ac_word=$2
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6976 $as_echo_n "checking
for $ac_word...
" >&6; }
6977 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6978 $as_echo_n "(cached
) " >&6
6980 if test -n "$ac_ct_STRIP"; then
6981 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6987 test -z "$as_dir" && as_dir=.
6988 for ac_exec_ext in '' $ac_executable_extensions; do
6989 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6990 ac_cv_prog_ac_ct_STRIP="strip
"
6991 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7000 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7001 if test -n "$ac_ct_STRIP"; then
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
7003 $as_echo "$ac_ct_STRIP" >&6; }
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7006 $as_echo "no
" >&6; }
7009 if test "x
$ac_ct_STRIP" = x; then
7012 case $cross_compiling:$ac_tool_warned in
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7015 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7016 ac_tool_warned=yes ;;
7021 STRIP="$ac_cv_prog_STRIP"
7024 test -z "$STRIP" && STRIP=:
7031 if test -n "$ac_tool_prefix"; then
7032 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
7033 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7035 $as_echo_n "checking
for $ac_word...
" >&6; }
7036 if ${ac_cv_prog_RANLIB+:} false; then :
7037 $as_echo_n "(cached
) " >&6
7039 if test -n "$RANLIB"; then
7040 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 test -z "$as_dir" && as_dir=.
7047 for ac_exec_ext in '' $ac_executable_extensions; do
7048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7049 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
7050 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7059 RANLIB=$ac_cv_prog_RANLIB
7060 if test -n "$RANLIB"; then
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
7062 $as_echo "$RANLIB" >&6; }
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7065 $as_echo "no
" >&6; }
7070 if test -z "$ac_cv_prog_RANLIB"; then
7071 ac_ct_RANLIB=$RANLIB
7072 # Extract the first word of "ranlib
", so it can be a program name with args.
7073 set dummy ranlib; ac_word=$2
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7075 $as_echo_n "checking
for $ac_word...
" >&6; }
7076 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7077 $as_echo_n "(cached
) " >&6
7079 if test -n "$ac_ct_RANLIB"; then
7080 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 test -z "$as_dir" && as_dir=.
7087 for ac_exec_ext in '' $ac_executable_extensions; do
7088 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7089 ac_cv_prog_ac_ct_RANLIB="ranlib
"
7090 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7099 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7100 if test -n "$ac_ct_RANLIB"; then
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
7102 $as_echo "$ac_ct_RANLIB" >&6; }
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7105 $as_echo "no
" >&6; }
7108 if test "x
$ac_ct_RANLIB" = x; then
7111 case $cross_compiling:$ac_tool_warned in
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7114 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7115 ac_tool_warned=yes ;;
7117 RANLIB=$ac_ct_RANLIB
7120 RANLIB="$ac_cv_prog_RANLIB"
7123 test -z "$RANLIB" && RANLIB=:
7130 # Determine commands to create old-style static archives.
7131 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7132 old_postinstall_cmds='chmod 644 $oldlib'
7133 old_postuninstall_cmds=
7135 if test -n "$RANLIB"; then
7138 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
7141 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
7144 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
7149 lock_old_archive_extraction=yes ;;
7151 lock_old_archive_extraction=no ;;
7192 # If no C compiler was specified, use CC.
7195 # If no C compiler flags were specified, use CFLAGS.
7196 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7198 # Allow CC to be a program name with arguments.
7202 # Check for command to grab the raw symbol name followed by C symbol from nm.
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
7204 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
7205 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7206 $as_echo_n "(cached
) " >&6
7209 # These are sane defaults that work on at least a few old systems.
7210 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7212 # Character class describing NM global symbol codes.
7213 symcode='[BCDEGRST]'
7215 # Regexp to match symbols that can be accessed directly from C.
7216 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7218 # Define system-specific variables.
7223 cygwin* | mingw* | pw32* | cegcc*)
7224 symcode='[ABCDGISTW]'
7227 if test "$host_cpu" = ia64; then
7228 symcode='[ABCDEGRST]'
7232 symcode='[BCDEGRST]'
7235 symcode='[BCDEGQRST]'
7246 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7254 # If we're using GNU nm, then use its standard symbol codes.
7255 case `$NM -V 2>&1` in
7256 *GNU* | *'with BFD'*)
7257 symcode='[ABCDGIRSTW]' ;;
7260 # Transform an extracted symbol line into a proper C declaration.
7261 # Some systems (esp. on ia64) link data and code symbols differently,
7262 # so use this general approach.
7263 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7265 # Transform an extracted symbol line into symbol name and symbol address
7266 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7267 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
7269 # Handle CRLF in mingw tool chain
7273 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7277 # Try without a prefix underscore, then with it.
7278 for ac_symprfx in "" "_
"; do
7280 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7281 symxfrm="\\1 $ac_symprfx\\2 \\2"
7283 # Write the raw and C identifiers.
7284 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
7285 # Fake it for dumpbin and say T for any non-static function
7286 # and D for any global variable.
7287 # Also find C++ and __fastcall symbols from MSVC++,
7288 # which start with @ or ?.
7289 lt_cv_sys_global_symbol_pipe="$AWK '"\
7290 " {last_section=section; section=\$ 3};"\
7291 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7292 " \$ 0!~/External *\|/{next};"\
7293 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7294 " {if(hide[section]) next};"\
7295 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7296 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7297 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7298 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7299 " ' prfx
=^
$ac_symprfx"
7301 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7304 # Check to see that the pipe works correctly.
7308 cat > conftest.$ac_ext <<_LT_EOF
7313 void nm_test_func(void);
7314 void nm_test_func(void){}
7318 int main(){nm_test_var='a';nm_test_func();return(0);}
7321 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7322 (eval $ac_compile) 2>&5
7324 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7325 test $ac_status = 0; }; then
7326 # Now try to grab the symbols.
7328 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
7329 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7331 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7332 test $ac_status = 0; } && test -s "$nlist"; then
7333 # Try sorting and uniquifying the output.
7334 if sort "$nlist" | uniq > "$nlist"T; then
7335 mv -f "$nlist"T "$nlist"
7340 # Make sure that we snagged all the symbols we need.
7341 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7342 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7343 cat <<_LT_EOF > conftest.$ac_ext
7349 # Now generate the symbol file.
7350 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7352 cat <<_LT_EOF >> conftest.$ac_ext
7354 /* The mapping between symbol names and symbols. */
7359 lt__PROGRAM__LTX_preloaded_symbols[] =
7361 { "@PROGRAM@
", (void *) 0 },
7363 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7364 cat <<\_LT_EOF >> conftest.$ac_ext
7368 /* This works around a problem in FreeBSD linker */
7369 #ifdef FREEBSD_WORKAROUND
7370 static const void *lt_preloaded_setup() {
7371 return lt__PROGRAM__LTX_preloaded_symbols;
7379 # Now try linking the two files.
7380 mv conftest.$ac_objext conftstm.$ac_objext
7381 lt_save_LIBS="$LIBS"
7382 lt_save_CFLAGS="$CFLAGS"
7383 LIBS="conftstm.
$ac_objext"
7384 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7385 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7386 (eval $ac_link) 2>&5
7388 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7389 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7392 LIBS="$lt_save_LIBS"
7393 CFLAGS="$lt_save_CFLAGS"
7395 echo "cannot
find nm_test_func
in $nlist" >&5
7398 echo "cannot
find nm_test_var
in $nlist" >&5
7401 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
7404 echo "$progname: failed program was
:" >&5
7405 cat conftest.$ac_ext >&5
7407 rm -rf conftest* conftst*
7409 # Do not use the global_symbol_pipe unless it works.
7410 if test "$pipe_works" = yes; then
7413 lt_cv_sys_global_symbol_pipe=
7419 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7420 lt_cv_sys_global_symbol_to_cdecl=
7422 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7424 $as_echo "failed
" >&6; }
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7427 $as_echo "ok
" >&6; }
7451 # Check whether --enable-libtool-lock was given.
7452 if test "${enable_libtool_lock+set}" = set; then :
7453 enableval=$enable_libtool_lock;
7456 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7458 # Some flags need to be propagated to the compiler or linker for good
7462 # Find out which ABI we are using.
7463 echo 'int i;' > conftest.$ac_ext
7464 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7465 (eval $ac_compile) 2>&5
7467 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7468 test $ac_status = 0; }; then
7469 case `/usr/bin/file conftest.$ac_objext` in
7481 # Find out which ABI we are using.
7482 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7483 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7484 (eval $ac_compile) 2>&5
7486 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7487 test $ac_status = 0; }; then
7488 if test "$lt_cv_prog_gnu_ld" = yes; then
7489 case `/usr/bin/file conftest.$ac_objext` in
7491 LD="${LD-ld} -melf32bsmip"
7494 LD="${LD-ld} -melf32bmipn32"
7497 LD="${LD-ld} -melf64bmip"
7501 case `/usr/bin/file conftest.$ac_objext` in
7517 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7518 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7519 # Find out which ABI we are using.
7520 echo 'int i;' > conftest.$ac_ext
7521 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7522 (eval $ac_compile) 2>&5
7524 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7525 test $ac_status = 0; }; then
7526 case `/usr/bin/file conftest.o` in
7529 x86_64-*kfreebsd*-gnu)
7530 LD="${LD-ld} -m elf_i386_fbsd
"
7533 case `/usr/bin/file conftest.o` in
7535 LD="${LD-ld} -m elf32_x86_64
"
7538 LD="${LD-ld} -m elf_i386
"
7542 powerpc64le-*linux*)
7543 LD="${LD-ld} -m elf32lppclinux
"
7546 LD="${LD-ld} -m elf32ppclinux
"
7549 LD="${LD-ld} -m elf_s390
"
7552 LD="${LD-ld} -m elf32_sparc
"
7558 x86_64-*kfreebsd*-gnu)
7559 LD="${LD-ld} -m elf_x86_64_fbsd
"
7562 LD="${LD-ld} -m elf_x86_64
"
7565 LD="${LD-ld} -m elf64lppc
"
7568 LD="${LD-ld} -m elf64ppc
"
7570 s390*-*linux*|s390*-*tpf*)
7571 LD="${LD-ld} -m elf64_s390
"
7574 LD="${LD-ld} -m elf64_sparc
"
7584 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7585 SAVE_CFLAGS="$CFLAGS"
7586 CFLAGS="$CFLAGS -belf"
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
7588 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
7589 if ${lt_cv_cc_needs_belf+:} false; then :
7590 $as_echo_n "(cached
) " >&6
7593 ac_cpp='$CPP $CPPFLAGS'
7594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7599 /* end confdefs.h. */
7609 if ac_fn_c_try_link "$LINENO"; then :
7610 lt_cv_cc_needs_belf=yes
7612 lt_cv_cc_needs_belf=no
7614 rm -f core conftest.err conftest.$ac_objext \
7615 conftest$ac_exeext conftest.$ac_ext
7617 ac_cpp='$CPP $CPPFLAGS'
7618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7624 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7625 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7626 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7627 CFLAGS="$SAVE_CFLAGS"
7631 # Find out which ABI we are using.
7632 echo 'int i;' > conftest.$ac_ext
7633 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7634 (eval $ac_compile) 2>&5
7636 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7637 test $ac_status = 0; }; then
7638 case `/usr/bin/file conftest.o` in
7640 case $lt_cv_prog_gnu_ld in
7641 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7643 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7655 need_locks="$enable_libtool_lock"
7659 rhapsody* | darwin*)
7660 if test -n "$ac_tool_prefix"; then
7661 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7662 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7664 $as_echo_n "checking
for $ac_word...
" >&6; }
7665 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7666 $as_echo_n "(cached
) " >&6
7668 if test -n "$DSYMUTIL"; then
7669 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7675 test -z "$as_dir" && as_dir=.
7676 for ac_exec_ext in '' $ac_executable_extensions; do
7677 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7678 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7679 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7688 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7689 if test -n "$DSYMUTIL"; then
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7691 $as_echo "$DSYMUTIL" >&6; }
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7694 $as_echo "no
" >&6; }
7699 if test -z "$ac_cv_prog_DSYMUTIL"; then
7700 ac_ct_DSYMUTIL=$DSYMUTIL
7701 # Extract the first word of "dsymutil
", so it can be a program name with args.
7702 set dummy dsymutil; ac_word=$2
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7704 $as_echo_n "checking
for $ac_word...
" >&6; }
7705 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7706 $as_echo_n "(cached
) " >&6
7708 if test -n "$ac_ct_DSYMUTIL"; then
7709 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7715 test -z "$as_dir" && as_dir=.
7716 for ac_exec_ext in '' $ac_executable_extensions; do
7717 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7718 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7719 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7728 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7729 if test -n "$ac_ct_DSYMUTIL"; then
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7731 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7734 $as_echo "no
" >&6; }
7737 if test "x
$ac_ct_DSYMUTIL" = x; then
7740 case $cross_compiling:$ac_tool_warned in
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7743 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7744 ac_tool_warned=yes ;;
7746 DSYMUTIL=$ac_ct_DSYMUTIL
7749 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7752 if test -n "$ac_tool_prefix"; then
7753 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7754 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7756 $as_echo_n "checking
for $ac_word...
" >&6; }
7757 if ${ac_cv_prog_NMEDIT+:} false; then :
7758 $as_echo_n "(cached
) " >&6
7760 if test -n "$NMEDIT"; then
7761 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
7769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7770 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7780 NMEDIT=$ac_cv_prog_NMEDIT
7781 if test -n "$NMEDIT"; then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7783 $as_echo "$NMEDIT" >&6; }
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7786 $as_echo "no
" >&6; }
7791 if test -z "$ac_cv_prog_NMEDIT"; then
7792 ac_ct_NMEDIT=$NMEDIT
7793 # Extract the first word of "nmedit
", so it can be a program name with args.
7794 set dummy nmedit; ac_word=$2
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7796 $as_echo_n "checking
for $ac_word...
" >&6; }
7797 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7798 $as_echo_n "(cached
) " >&6
7800 if test -n "$ac_ct_NMEDIT"; then
7801 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7807 test -z "$as_dir" && as_dir=.
7808 for ac_exec_ext in '' $ac_executable_extensions; do
7809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7810 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7811 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7820 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7821 if test -n "$ac_ct_NMEDIT"; then
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7823 $as_echo "$ac_ct_NMEDIT" >&6; }
7825 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7826 $as_echo "no
" >&6; }
7829 if test "x
$ac_ct_NMEDIT" = x; then
7832 case $cross_compiling:$ac_tool_warned in
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7835 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7836 ac_tool_warned=yes ;;
7838 NMEDIT=$ac_ct_NMEDIT
7841 NMEDIT="$ac_cv_prog_NMEDIT"
7844 if test -n "$ac_tool_prefix"; then
7845 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7846 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7848 $as_echo_n "checking
for $ac_word...
" >&6; }
7849 if ${ac_cv_prog_LIPO+:} false; then :
7850 $as_echo_n "(cached
) " >&6
7852 if test -n "$LIPO"; then
7853 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7859 test -z "$as_dir" && as_dir=.
7860 for ac_exec_ext in '' $ac_executable_extensions; do
7861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7862 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7863 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7872 LIPO=$ac_cv_prog_LIPO
7873 if test -n "$LIPO"; then
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7875 $as_echo "$LIPO" >&6; }
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7878 $as_echo "no
" >&6; }
7883 if test -z "$ac_cv_prog_LIPO"; then
7885 # Extract the first word of "lipo
", so it can be a program name with args.
7886 set dummy lipo; ac_word=$2
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7888 $as_echo_n "checking
for $ac_word...
" >&6; }
7889 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7890 $as_echo_n "(cached
) " >&6
7892 if test -n "$ac_ct_LIPO"; then
7893 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7899 test -z "$as_dir" && as_dir=.
7900 for ac_exec_ext in '' $ac_executable_extensions; do
7901 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7902 ac_cv_prog_ac_ct_LIPO="lipo
"
7903 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7912 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7913 if test -n "$ac_ct_LIPO"; then
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7915 $as_echo "$ac_ct_LIPO" >&6; }
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7918 $as_echo "no
" >&6; }
7921 if test "x
$ac_ct_LIPO" = x; then
7924 case $cross_compiling:$ac_tool_warned in
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7927 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7928 ac_tool_warned=yes ;;
7933 LIPO="$ac_cv_prog_LIPO"
7936 if test -n "$ac_tool_prefix"; then
7937 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7938 set dummy ${ac_tool_prefix}otool; ac_word=$2
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7940 $as_echo_n "checking
for $ac_word...
" >&6; }
7941 if ${ac_cv_prog_OTOOL+:} false; then :
7942 $as_echo_n "(cached
) " >&6
7944 if test -n "$OTOOL"; then
7945 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7951 test -z "$as_dir" && as_dir=.
7952 for ac_exec_ext in '' $ac_executable_extensions; do
7953 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7954 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7955 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7964 OTOOL=$ac_cv_prog_OTOOL
7965 if test -n "$OTOOL"; then
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7967 $as_echo "$OTOOL" >&6; }
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7970 $as_echo "no
" >&6; }
7975 if test -z "$ac_cv_prog_OTOOL"; then
7977 # Extract the first word of "otool
", so it can be a program name with args.
7978 set dummy otool; ac_word=$2
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7980 $as_echo_n "checking
for $ac_word...
" >&6; }
7981 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7982 $as_echo_n "(cached
) " >&6
7984 if test -n "$ac_ct_OTOOL"; then
7985 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7991 test -z "$as_dir" && as_dir=.
7992 for ac_exec_ext in '' $ac_executable_extensions; do
7993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7994 ac_cv_prog_ac_ct_OTOOL="otool
"
7995 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8004 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8005 if test -n "$ac_ct_OTOOL"; then
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
8007 $as_echo "$ac_ct_OTOOL" >&6; }
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8010 $as_echo "no
" >&6; }
8013 if test "x
$ac_ct_OTOOL" = x; then
8016 case $cross_compiling:$ac_tool_warned in
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8019 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8020 ac_tool_warned=yes ;;
8025 OTOOL="$ac_cv_prog_OTOOL"
8028 if test -n "$ac_tool_prefix"; then
8029 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
8030 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8032 $as_echo_n "checking
for $ac_word...
" >&6; }
8033 if ${ac_cv_prog_OTOOL64+:} false; then :
8034 $as_echo_n "(cached
) " >&6
8036 if test -n "$OTOOL64"; then
8037 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8043 test -z "$as_dir" && as_dir=.
8044 for ac_exec_ext in '' $ac_executable_extensions; do
8045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8046 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
8047 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8056 OTOOL64=$ac_cv_prog_OTOOL64
8057 if test -n "$OTOOL64"; then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
8059 $as_echo "$OTOOL64" >&6; }
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8062 $as_echo "no
" >&6; }
8067 if test -z "$ac_cv_prog_OTOOL64"; then
8068 ac_ct_OTOOL64=$OTOOL64
8069 # Extract the first word of "otool64
", so it can be a program name with args.
8070 set dummy otool64; ac_word=$2
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8072 $as_echo_n "checking
for $ac_word...
" >&6; }
8073 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8074 $as_echo_n "(cached
) " >&6
8076 if test -n "$ac_ct_OTOOL64"; then
8077 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8083 test -z "$as_dir" && as_dir=.
8084 for ac_exec_ext in '' $ac_executable_extensions; do
8085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8086 ac_cv_prog_ac_ct_OTOOL64="otool64
"
8087 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8096 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8097 if test -n "$ac_ct_OTOOL64"; then
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
8099 $as_echo "$ac_ct_OTOOL64" >&6; }
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8102 $as_echo "no
" >&6; }
8105 if test "x
$ac_ct_OTOOL64" = x; then
8108 case $cross_compiling:$ac_tool_warned in
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8111 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8112 ac_tool_warned=yes ;;
8114 OTOOL64=$ac_ct_OTOOL64
8117 OTOOL64="$ac_cv_prog_OTOOL64"
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
8147 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
8148 if ${lt_cv_apple_cc_single_mod+:} false; then :
8149 $as_echo_n "(cached
) " >&6
8151 lt_cv_apple_cc_single_mod=no
8152 if test -z "${LT_MULTI_MODULE}"; then
8153 # By default we will add the -single_module flag. You can override
8154 # by either setting the environment variable LT_MULTI_MODULE
8155 # non-empty at configure time, or by adding -multi_module to the
8157 rm -rf libconftest.dylib*
8158 echo "int foo
(void
){return 1;}" > conftest.c
8159 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8160 -dynamiclib -Wl,-single_module conftest.c
" >&5
8161 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8162 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8164 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8165 lt_cv_apple_cc_single_mod=yes
8167 cat conftest.err >&5
8169 rm -rf libconftest.dylib*
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
8174 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
8176 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
8177 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8178 $as_echo_n "(cached
) " >&6
8180 lt_cv_ld_exported_symbols_list=no
8181 save_LDFLAGS=$LDFLAGS
8182 echo "_main
" > conftest.sym
8183 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
8184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8185 /* end confdefs.h. */
8195 if ac_fn_c_try_link "$LINENO"; then :
8196 lt_cv_ld_exported_symbols_list=yes
8198 lt_cv_ld_exported_symbols_list=no
8200 rm -f core conftest.err conftest.$ac_objext \
8201 conftest$ac_exeext conftest.$ac_ext
8202 LDFLAGS="$save_LDFLAGS"
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
8206 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
8208 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
8209 if ${lt_cv_ld_force_load+:} false; then :
8210 $as_echo_n "(cached
) " >&6
8212 lt_cv_ld_force_load=no
8213 cat > conftest.c << _LT_EOF
8214 int forced_loaded() { return 2;}
8216 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
8217 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8218 echo "$AR cru libconftest.a conftest.o
" >&5
8219 $AR cru libconftest.a conftest.o 2>&5
8220 cat > conftest.c << _LT_EOF
8221 int main() { return 0;}
8223 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
8224 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8226 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8227 lt_cv_ld_force_load=yes
8229 cat conftest.err >&5
8231 rm -f conftest.err libconftest.a conftest conftest.c
8232 rm -rf conftest.dSYM
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
8236 $as_echo "$lt_cv_ld_force_load" >&6; }
8238 rhapsody* | darwin1.[012])
8239 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8241 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8242 darwin*) # darwin 5.x on
8243 # if running on 10.5 or later, the deployment target defaults
8244 # to the OS version, if on x86, and 10.4, the deployment
8245 # target defaults to 10.4. Don't you love it?
8246 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8247 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8248 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8250 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8252 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8256 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8257 _lt_dar_single_mod='$single_module'
8259 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8260 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8262 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8264 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
8265 _lt_dsymutil='~$DSYMUTIL $lib || :'
8272 for ac_header in dlfcn.h
8274 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
8276 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
8277 cat >>confdefs.h <<_ACEOF
8278 #define HAVE_DLFCN_H 1
8299 # Check whether --enable-static was given.
8300 if test "${enable_static+set}" = set; then :
8301 enableval=$enable_static; p=${PACKAGE-default}
8303 yes) enable_static=yes ;;
8304 no) enable_static=no ;;
8307 # Look at the argument we got. We use all the common list separators.
8308 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8309 for pkg in $enableval; do
8311 if test "X
$pkg" = "X
$p"; then
8331 # Check whether --with-pic was given.
8332 if test "${with_pic+set}" = set; then :
8333 withval=$with_pic; pic_mode="$withval"
8339 test -z "$pic_mode" && pic_mode=default
8347 # Check whether --enable-fast-install was given.
8348 if test "${enable_fast_install+set}" = set; then :
8349 enableval=$enable_fast_install; p=${PACKAGE-default}
8351 yes) enable_fast_install=yes ;;
8352 no) enable_fast_install=no ;;
8354 enable_fast_install=no
8355 # Look at the argument we got. We use all the common list separators.
8356 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8357 for pkg in $enableval; do
8359 if test "X
$pkg" = "X
$p"; then
8360 enable_fast_install=yes
8367 enable_fast_install=yes
8380 # This can be used to rebuild libtool when needed
8381 LIBTOOL_DEPS="$ltmain"
8383 # Always use our own libtool.
8384 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8411 test -z "$LN_S" && LN_S="ln -s"
8426 if test -n "${ZSH_VERSION+set}" ; then
8427 setopt NO_GLOB_SUBST
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8431 $as_echo_n "checking
for objdir...
" >&6; }
8432 if ${lt_cv_objdir+:} false; then :
8433 $as_echo_n "(cached
) " >&6
8435 rm -f .libs 2>/dev/null
8436 mkdir .libs 2>/dev/null
8437 if test -d .libs; then
8440 # MS-DOS does not allow filenames that begin with a dot.
8443 rmdir .libs 2>/dev/null
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8446 $as_echo "$lt_cv_objdir" >&6; }
8447 objdir=$lt_cv_objdir
8453 cat >>confdefs.h <<_ACEOF
8454 #define LT_OBJDIR "$lt_cv_objdir/"
8462 # AIX sometimes has problems with the GCC collect2 program. For some
8463 # reason, if we set the COLLECT_NAMES environment variable, the problems
8464 # vanish in a puff of smoke.
8465 if test "X
${COLLECT_NAMES+set}" != Xset; then
8467 export COLLECT_NAMES
8474 can_build_shared=yes
8476 # All known linkers require a `.a' archive for static linking (except MSVC,
8477 # which needs '.lib').
8480 with_gnu_ld="$lt_cv_prog_gnu_ld"
8483 old_CFLAGS="$CFLAGS"
8485 # Set sane defaults for various variables
8486 test -z "$CC" && CC=cc
8487 test -z "$LTCC" && LTCC=$CC
8488 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8489 test -z "$LD" && LD=ld
8490 test -z "$ac_objext" && ac_objext=o
8492 for cc_temp in $compiler""; do
8494 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8495 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8500 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
8503 # Only perform the check for file, if the check method requires it
8504 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8505 case $deplibs_check_method in
8507 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
8509 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
8510 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8511 $as_echo_n "(cached
) " >&6
8515 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8518 lt_save_MAGIC_CMD="$MAGIC_CMD"
8519 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8520 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8521 for ac_dir in $ac_dummy; do
8523 test -z "$ac_dir" && ac_dir=.
8524 if test -f $ac_dir/${ac_tool_prefix}file; then
8525 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8526 if test -n "$file_magic_test_file"; then
8527 case $deplibs_check_method in
8529 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8530 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8531 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8532 $EGREP "$file_magic_regex" > /dev/null; then
8537 *** Warning: the command libtool uses to detect shared libraries,
8538 *** $file_magic_cmd, produces output that libtool cannot recognize.
8539 *** The result is that libtool may fail to recognize shared libraries
8540 *** as such. This will affect the creation of libtool libraries that
8541 *** depend on shared libraries, but programs linked with such libtool
8542 *** libraries will work regardless of this problem. Nevertheless, you
8543 *** may want to report the problem to your system manager and/or to
8544 *** bug-libtool@gnu.org
8554 MAGIC_CMD="$lt_save_MAGIC_CMD"
8559 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8560 if test -n "$MAGIC_CMD"; then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8562 $as_echo "$MAGIC_CMD" >&6; }
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8565 $as_echo "no
" >&6; }
8572 if test -z "$lt_cv_path_MAGIC_CMD"; then
8573 if test -n "$ac_tool_prefix"; then
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
8575 $as_echo_n "checking
for file...
" >&6; }
8576 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8577 $as_echo_n "(cached
) " >&6
8581 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8584 lt_save_MAGIC_CMD="$MAGIC_CMD"
8585 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8586 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8587 for ac_dir in $ac_dummy; do
8589 test -z "$ac_dir" && ac_dir=.
8590 if test -f $ac_dir/file; then
8591 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8592 if test -n "$file_magic_test_file"; then
8593 case $deplibs_check_method in
8595 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8596 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8597 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8598 $EGREP "$file_magic_regex" > /dev/null; then
8603 *** Warning: the command libtool uses to detect shared libraries,
8604 *** $file_magic_cmd, produces output that libtool cannot recognize.
8605 *** The result is that libtool may fail to recognize shared libraries
8606 *** as such. This will affect the creation of libtool libraries that
8607 *** depend on shared libraries, but programs linked with such libtool
8608 *** libraries will work regardless of this problem. Nevertheless, you
8609 *** may want to report the problem to your system manager and/or to
8610 *** bug-libtool@gnu.org
8620 MAGIC_CMD="$lt_save_MAGIC_CMD"
8625 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8626 if test -n "$MAGIC_CMD"; then
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8628 $as_echo "$MAGIC_CMD" >&6; }
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8631 $as_echo "no
" >&6; }
8644 # Use C for the default configuration in the libtool script
8648 ac_cpp='$CPP $CPPFLAGS'
8649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8654 # Source file extension for C test sources.
8657 # Object file extension for compiled C test sources.
8661 # Code to be used in simple compile tests
8662 lt_simple_compile_test_code="int some_variable
= 0;"
8664 # Code to be used in simple link tests
8665 lt_simple_link_test_code='int main(){return(0);}'
8673 # If no C compiler was specified, use CC.
8676 # If no C compiler flags were specified, use CFLAGS.
8677 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8679 # Allow CC to be a program name with arguments.
8682 # Save the default compiler, since it gets overwritten when the other
8683 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8684 compiler_DEFAULT=$CC
8686 # save warnings/boilerplate of simple test code
8687 ac_outfile=conftest.$ac_objext
8688 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8689 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8690 _lt_compiler_boilerplate=`cat conftest.err`
8693 ac_outfile=conftest.$ac_objext
8694 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8695 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8696 _lt_linker_boilerplate=`cat conftest.err`
8701 ## There is no encapsulation within the following macros, do not change
8702 ## the running order or otherwise move them around unless you know exactly
8703 ## what you are doing...
8704 if test -n "$compiler"; then
8706 lt_prog_compiler_no_builtin_flag=
8708 if test "$GCC" = yes; then
8709 case $cc_basename in
8711 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8713 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8717 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8718 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8719 $as_echo_n "(cached
) " >&6
8721 lt_cv_prog_compiler_rtti_exceptions=no
8722 ac_outfile=conftest.$ac_objext
8723 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8724 lt_compiler_flag="-fno-rtti -fno-exceptions"
8725 # Insert the option either (1) after the last *FLAGS variable, or
8726 # (2) before a word containing "conftest.
", or (3) at the end.
8727 # Note that $ac_compile itself does not contain backslashes and begins
8728 # with a dollar sign (not a hyphen), so the echo should work correctly.
8729 # The option is referenced via a variable to avoid confusing sed.
8730 lt_compile=`echo "$ac_compile" | $SED \
8731 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8732 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8733 -e 's:$: $lt_compiler_flag:'`
8734 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8735 (eval "$lt_compile" 2>conftest.err)
8737 cat conftest.err >&5
8738 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8739 if (exit $ac_status) && test -s "$ac_outfile"; then
8740 # The compiler can only warn and ignore the option if not recognized
8741 # So say no if there are warnings other than the usual output.
8742 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8743 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8744 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8745 lt_cv_prog_compiler_rtti_exceptions=yes
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8752 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8754 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8755 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8767 lt_prog_compiler_wl=
8768 lt_prog_compiler_pic=
8769 lt_prog_compiler_static=
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8772 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8774 if test "$GCC" = yes; then
8775 lt_prog_compiler_wl='-Wl,'
8776 lt_prog_compiler_static='-static'
8780 # All AIX code is PIC.
8781 if test "$host_cpu" = ia64; then
8782 # AIX 5 now supports IA64 processor
8783 lt_prog_compiler_static='-Bstatic'
8785 lt_prog_compiler_pic='-fPIC'
8791 # see comment about AmigaOS4 .so support
8792 lt_prog_compiler_pic='-fPIC'
8795 # FIXME: we need at least 68020 code to build shared libraries, but
8796 # adding the `-m68020' flag to GCC prevents building anything better,
8798 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8803 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8804 # PIC is the default for these OSes.
8807 mingw* | cygwin* | pw32* | os2* | cegcc*)
8808 # This hack is so that the source file can tell whether it is being
8809 # built for inclusion in a dll (and should export symbols for example).
8810 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8811 # (--disable-auto-import) libraries
8812 lt_prog_compiler_pic='-DDLL_EXPORT'
8815 darwin* | rhapsody*)
8816 # PIC is the default on this platform
8817 # Common symbols not allowed in MH_DYLIB files
8818 lt_prog_compiler_pic='-fno-common'
8822 # PIC is the default for Haiku.
8823 # The "-static" flag exists, but is broken.
8824 lt_prog_compiler_static=
8828 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8829 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8830 # sets the default TLS model and affects inlining.
8836 lt_prog_compiler_pic='-fPIC'
8842 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8843 # Instead, we relocate shared libraries at runtime.
8847 # Just because we use GCC doesn't mean we suddenly get shared libraries
8848 # on systems that don't support them.
8849 lt_prog_compiler_can_build_shared=no
8854 # QNX uses GNU C++, but need to define -shared option too, otherwise
8856 lt_prog_compiler_pic='-fPIC -shared'
8860 if test -d /usr/nec; then
8861 lt_prog_compiler_pic=-Kconform_pic
8866 lt_prog_compiler_pic='-fPIC'
8870 case $cc_basename in
8871 nvcc*) # Cuda Compiler Driver 2.2
8872 lt_prog_compiler_wl='-Xlinker '
8873 lt_prog_compiler_pic='-Xcompiler -fPIC'
8877 # PORTME Check for flag to pass linker flags through the system compiler.
8880 lt_prog_compiler_wl='-Wl,'
8881 if test "$host_cpu" = ia64; then
8882 # AIX 5 now supports IA64 processor
8883 lt_prog_compiler_static='-Bstatic'
8885 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8889 mingw* | cygwin* | pw32* | os2* | cegcc*)
8890 # This hack is so that the source file can tell whether it is being
8891 # built for inclusion in a dll (and should export symbols for example).
8892 lt_prog_compiler_pic='-DDLL_EXPORT'
8895 hpux9* | hpux10* | hpux11*)
8896 lt_prog_compiler_wl='-Wl,'
8897 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8904 lt_prog_compiler_pic='+Z'
8907 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8908 lt_prog_compiler_static='${wl}-a ${wl}archive'
8911 irix5* | irix6* | nonstopux*)
8912 lt_prog_compiler_wl='-Wl,'
8913 # PIC (with -KPIC) is the default.
8914 lt_prog_compiler_static='-non_shared'
8917 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8918 case $cc_basename in
8919 # old Intel for x86_64 which still supported -KPIC.
8921 lt_prog_compiler_wl='-Wl,'
8922 lt_prog_compiler_pic='-KPIC'
8923 lt_prog_compiler_static='-static'
8925 # icc used to be incompatible with GCC.
8926 # ICC 10 doesn't accept -KPIC any more.
8928 lt_prog_compiler_wl='-Wl,'
8929 lt_prog_compiler_pic='-fPIC'
8930 lt_prog_compiler_static='-static'
8932 # Lahey Fortran 8.1.
8934 lt_prog_compiler_wl='-Wl,'
8935 lt_prog_compiler_pic='--shared'
8936 lt_prog_compiler_static='--static'
8938 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8939 # Portland Group compilers (*not* the Pentium gcc compiler,
8940 # which looks to be a dead project)
8941 lt_prog_compiler_wl='-Wl,'
8942 lt_prog_compiler_pic='-fpic'
8943 lt_prog_compiler_static='-Bstatic'
8946 lt_prog_compiler_wl='-Wl,'
8947 # All Alpha code is PIC.
8948 lt_prog_compiler_static='-non_shared'
8950 xl* | bgxl* | bgf* | mpixl*)
8951 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8952 lt_prog_compiler_wl='-Wl,'
8953 lt_prog_compiler_pic='-qpic'
8954 lt_prog_compiler_static='-qstaticlink'
8957 case `$CC -V 2>&1 | sed 5q` in
8958 *Sun\ F* | *Sun*Fortran*)
8959 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8960 lt_prog_compiler_pic='-KPIC'
8961 lt_prog_compiler_static='-Bstatic'
8962 lt_prog_compiler_wl=''
8966 lt_prog_compiler_pic='-KPIC'
8967 lt_prog_compiler_static='-Bstatic'
8968 lt_prog_compiler_wl='-Wl,'
8976 lt_prog_compiler_pic='-KPIC'
8977 lt_prog_compiler_static='-Bstatic'
8981 # QNX uses GNU C++, but need to define -shared option too, otherwise
8983 lt_prog_compiler_pic='-fPIC -shared'
8986 osf3* | osf4* | osf5*)
8987 lt_prog_compiler_wl='-Wl,'
8988 # All OSF/1 code is PIC.
8989 lt_prog_compiler_static='-non_shared'
8993 lt_prog_compiler_static='-non_shared'
8997 lt_prog_compiler_pic='-KPIC'
8998 lt_prog_compiler_static='-Bstatic'
8999 case $cc_basename in
9001 lt_prog_compiler_wl='-Qoption ld ';;
9003 lt_prog_compiler_wl='-Wl,';;
9008 lt_prog_compiler_wl='-Qoption ld '
9009 lt_prog_compiler_pic='-PIC'
9010 lt_prog_compiler_static='-Bstatic'
9013 sysv4 | sysv4.2uw2* | sysv4.3*)
9014 lt_prog_compiler_wl='-Wl,'
9015 lt_prog_compiler_pic='-KPIC'
9016 lt_prog_compiler_static='-Bstatic'
9020 if test -d /usr/nec ;then
9021 lt_prog_compiler_pic='-Kconform_pic'
9022 lt_prog_compiler_static='-Bstatic'
9026 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9027 lt_prog_compiler_wl='-Wl,'
9028 lt_prog_compiler_pic='-KPIC'
9029 lt_prog_compiler_static='-Bstatic'
9033 lt_prog_compiler_wl='-Wl,'
9034 lt_prog_compiler_can_build_shared=no
9038 lt_prog_compiler_pic='-pic'
9039 lt_prog_compiler_static='-Bstatic'
9043 lt_prog_compiler_can_build_shared=no
9049 # For platforms which do not support PIC, -DPIC is meaningless:
9051 lt_prog_compiler_pic=
9054 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
9058 $as_echo "$lt_prog_compiler_pic" >&6; }
9066 # Check to make sure the PIC flag actually works.
9068 if test -n "$lt_prog_compiler_pic"; then
9069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
9070 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
9071 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9072 $as_echo_n "(cached
) " >&6
9074 lt_cv_prog_compiler_pic_works=no
9075 ac_outfile=conftest.$ac_objext
9076 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9077 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9078 # Insert the option either (1) after the last *FLAGS variable, or
9079 # (2) before a word containing "conftest.
", or (3) at the end.
9080 # Note that $ac_compile itself does not contain backslashes and begins
9081 # with a dollar sign (not a hyphen), so the echo should work correctly.
9082 # The option is referenced via a variable to avoid confusing sed.
9083 lt_compile=`echo "$ac_compile" | $SED \
9084 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9085 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9086 -e 's:$: $lt_compiler_flag:'`
9087 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9088 (eval "$lt_compile" 2>conftest.err)
9090 cat conftest.err >&5
9091 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9092 if (exit $ac_status) && test -s "$ac_outfile"; then
9093 # The compiler can only warn and ignore the option if not recognized
9094 # So say no if there are warnings other than the usual output.
9095 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9096 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9097 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9098 lt_cv_prog_compiler_pic_works=yes
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
9105 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9107 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9108 case $lt_prog_compiler_pic in
9110 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9113 lt_prog_compiler_pic=
9114 lt_prog_compiler_can_build_shared=no
9125 # Check to make sure the static flag actually works.
9127 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
9129 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
9130 if ${lt_cv_prog_compiler_static_works+:} false; then :
9131 $as_echo_n "(cached
) " >&6
9133 lt_cv_prog_compiler_static_works=no
9134 save_LDFLAGS="$LDFLAGS"
9135 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9136 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9137 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9138 # The linker can only warn and ignore the option if not recognized
9139 # So say no if there are warnings
9140 if test -s conftest.err; then
9141 # Append any errors to the config.log.
9142 cat conftest.err 1>&5
9143 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9144 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9145 if diff conftest.exp conftest.er2 >/dev/null; then
9146 lt_cv_prog_compiler_static_works=yes
9149 lt_cv_prog_compiler_static_works=yes
9153 LDFLAGS="$save_LDFLAGS"
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
9157 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9159 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9162 lt_prog_compiler_static=
9171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9172 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9173 if ${lt_cv_prog_compiler_c_o+:} false; then :
9174 $as_echo_n "(cached
) " >&6
9176 lt_cv_prog_compiler_c_o=no
9177 $RM -r conftest 2>/dev/null
9181 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9183 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9184 # Insert the option either (1) after the last *FLAGS variable, or
9185 # (2) before a word containing "conftest.
", or (3) at the end.
9186 # Note that $ac_compile itself does not contain backslashes and begins
9187 # with a dollar sign (not a hyphen), so the echo should work correctly.
9188 lt_compile=`echo "$ac_compile" | $SED \
9189 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9190 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9191 -e 's:$: $lt_compiler_flag:'`
9192 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9193 (eval "$lt_compile" 2>out/conftest.err)
9195 cat out/conftest.err >&5
9196 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9197 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9199 # The compiler can only warn and ignore the option if not recognized
9200 # So say no if there are warnings
9201 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9202 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9203 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9204 lt_cv_prog_compiler_c_o=yes
9209 # SGI C++ compiler will create directory out/ii_files/ for
9210 # template instantiation
9211 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9212 $RM out/* && rmdir out
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9219 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9227 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9228 if ${lt_cv_prog_compiler_c_o+:} false; then :
9229 $as_echo_n "(cached
) " >&6
9231 lt_cv_prog_compiler_c_o=no
9232 $RM -r conftest 2>/dev/null
9236 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9238 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9239 # Insert the option either (1) after the last *FLAGS variable, or
9240 # (2) before a word containing "conftest.
", or (3) at the end.
9241 # Note that $ac_compile itself does not contain backslashes and begins
9242 # with a dollar sign (not a hyphen), so the echo should work correctly.
9243 lt_compile=`echo "$ac_compile" | $SED \
9244 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9245 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9246 -e 's:$: $lt_compiler_flag:'`
9247 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9248 (eval "$lt_compile" 2>out/conftest.err)
9250 cat out/conftest.err >&5
9251 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9252 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9254 # The compiler can only warn and ignore the option if not recognized
9255 # So say no if there are warnings
9256 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9257 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9258 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9259 lt_cv_prog_compiler_c_o=yes
9264 # SGI C++ compiler will create directory out/ii_files/ for
9265 # template instantiation
9266 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9267 $RM out/* && rmdir out
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9274 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9279 hard_links="nottested
"
9280 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9281 # do not overwrite the value of need_locks provided by the user
9282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
9283 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
9286 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9288 ln conftest.a conftest.b 2>&5 || hard_links=no
9289 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
9291 $as_echo "$hard_links" >&6; }
9292 if test "$hard_links" = no; then
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
9294 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
9307 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
9310 allow_undefined_flag=
9311 always_export_symbols=no
9313 archive_expsym_cmds=
9314 compiler_needs_object=no
9315 enable_shared_with_static_runtimes=no
9316 export_dynamic_flag_spec=
9317 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9318 hardcode_automatic=no
9320 hardcode_direct_absolute=no
9321 hardcode_libdir_flag_spec=
9322 hardcode_libdir_flag_spec_ld=
9323 hardcode_libdir_separator=
9325 hardcode_shlibpath_var=unsupported
9327 link_all_deplibs=unknown
9330 old_archive_from_new_cmds=
9331 old_archive_from_expsyms_cmds=
9332 thread_safe_flag_spec=
9333 whole_archive_flag_spec=
9334 # include_expsyms should be a list of space-separated symbols to be *always*
9335 # included in the symbol list
9337 # exclude_expsyms can be an extended regexp of symbols to exclude
9338 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9339 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9340 # as well as any symbol that contains `d'.
9341 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9342 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9343 # platforms (ab)use it in PIC code, but their linkers get confused if
9344 # the symbol is explicitly referenced. Since portable code cannot
9345 # rely on this symbol name, it's probably fine to never include it in
9346 # preloaded symbol tables.
9347 # Exclude shared library initialization/finalization symbols.
9348 extract_expsyms_cmds=
9351 cygwin* | mingw* | pw32* | cegcc*)
9352 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9353 # When not using gcc, we currently assume that we are using
9354 # Microsoft Visual C++.
9355 if test "$GCC" != yes; then
9360 # we just hope/assume this is gcc and not c89 (= MSVC++)
9370 # On some targets, GNU ld is compatible enough with the native linker
9371 # that we're better off using the native interface for both.
9372 lt_use_gnu_ld_interface=no
9373 if test "$with_gnu_ld" = yes; then
9376 # The AIX port of GNU ld has always aspired to compatibility
9377 # with the native linker. However, as the warning in the GNU ld
9378 # block says, versions before 2.19.5* couldn't really create working
9379 # shared libraries, regardless of the interface used.
9380 case `$LD -v 2>&1` in
9381 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9382 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9383 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9385 lt_use_gnu_ld_interface=yes
9390 lt_use_gnu_ld_interface=yes
9395 if test "$lt_use_gnu_ld_interface" = yes; then
9396 # If archive_cmds runs LD, not CC, wlarc should be empty
9399 # Set some defaults for GNU ld with shared library support. These
9400 # are reset later if shared libraries are not supported. Putting them
9401 # here allows them to be overridden if necessary.
9402 runpath_var=LD_RUN_PATH
9403 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9404 export_dynamic_flag_spec='${wl}--export-dynamic'
9405 # ancient GNU ld didn't support --whole-archive et. al.
9406 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9407 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9409 whole_archive_flag_spec=
9411 supports_anon_versioning=no
9412 case `$LD -v 2>&1` in
9413 *GNU\ gold*) supports_anon_versioning=yes ;;
9414 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9415 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9416 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9417 *\ 2.11.*) ;; # other 2.11 versions
9418 *) supports_anon_versioning=yes ;;
9421 # See if GNU ld supports shared libraries.
9424 # On AIX/PPC, the GNU linker is very broken
9425 if test "$host_cpu" != ia64; then
9429 *** Warning: the GNU linker, at least up to release 2.19, is reported
9430 *** to be unable to reliably create shared libraries on AIX.
9431 *** Therefore, libtool is disabling shared libraries support. If you
9432 *** really care for shared libraries, you may want to install binutils
9433 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9434 *** You will then need to restart the configuration process.
9443 # see comment about AmigaOS4 .so support
9444 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9445 archive_expsym_cmds=''
9448 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)'
9449 hardcode_libdir_flag_spec
='-L$libdir'
9450 hardcode_minus_L
=yes
9456 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9457 allow_undefined_flag
=unsupported
9458 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9459 # support --undefined. This deserves some investigation. FIXME
9460 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9466 cygwin
* | mingw
* | pw32
* | cegcc
*)
9467 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9468 # as there is no search path for DLLs.
9469 hardcode_libdir_flag_spec
='-L$libdir'
9470 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9471 allow_undefined_flag
=unsupported
9472 always_export_symbols
=no
9473 enable_shared_with_static_runtimes
=yes
9474 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9476 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9477 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9478 # If the export-symbols file already is a .def file (1st line
9479 # is EXPORTS), use it as is; otherwise, prepend...
9480 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9481 cp $export_symbols $output_objdir/$soname.def;
9483 echo EXPORTS > $output_objdir/$soname.def;
9484 cat $export_symbols >> $output_objdir/$soname.def;
9486 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9493 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9494 link_all_deplibs
=yes
9499 hardcode_shlibpath_var
=no
9500 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9501 export_dynamic_flag_spec
='${wl}-E'
9502 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9503 # Instead, shared libraries are loaded at an image base (0x10000000 by
9504 # default) and relocated if they conflict, which is a slow very memory
9505 # consuming and fragmenting process. To avoid this, we pick a random,
9506 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9507 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9508 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9509 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'
9512 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9514 if test "$host_os" = linux-dietlibc
; then
9515 case $cc_basename in
9516 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9519 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9520 && test "$tmp_diet" = no
9522 tmp_addflag
=' $pic_flag'
9523 tmp_sharedflag
='-shared'
9524 case $cc_basename,$host_cpu in
9525 pgcc
*) # Portland Group C compiler
9526 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9527 tmp_addflag
=' $pic_flag'
9529 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9530 # Portland Group f77 and f90 compilers
9531 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9532 tmp_addflag
=' $pic_flag -Mnomain' ;;
9533 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9534 tmp_addflag
=' -i_dynamic' ;;
9535 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9536 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9537 ifc
* | ifort
*) # Intel Fortran compiler
9538 tmp_addflag
=' -nofor_main' ;;
9539 lf95
*) # Lahey Fortran 8.1
9540 whole_archive_flag_spec
=
9541 tmp_sharedflag
='--shared' ;;
9542 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9543 tmp_sharedflag
='-qmkshrobj'
9545 nvcc
*) # Cuda Compiler Driver 2.2
9546 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9547 compiler_needs_object
=yes
9550 case `$CC -V 2>&1 | sed 5q` in
9551 *Sun\ C
*) # Sun C 5.9
9552 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9553 compiler_needs_object
=yes
9554 tmp_sharedflag
='-G' ;;
9555 *Sun\ F
*) # Sun Fortran 8.3
9556 tmp_sharedflag
='-G' ;;
9558 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9560 if test "x$supports_anon_versioning" = xyes
; then
9561 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9562 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9563 echo "local: *; };" >> $output_objdir/$libname.ver~
9564 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9567 case $cc_basename in
9568 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9569 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9570 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9571 hardcode_libdir_flag_spec
=
9572 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9573 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9574 if test "x$supports_anon_versioning" = xyes
; then
9575 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9576 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9577 echo "local: *; };" >> $output_objdir/$libname.ver~
9578 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9588 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9589 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9592 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9593 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9598 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9602 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9603 *** create shared libraries on Solaris systems. Therefore, libtool
9604 *** is disabling shared libraries support. We urge you to upgrade GNU
9605 *** binutils to release 2.9.1 or newer. Another option is to modify
9606 *** your PATH or compiler configuration so that the native linker is
9607 *** used, and then restart.
9610 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9611 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9612 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9618 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9619 case `$LD -v 2>&1` in
9620 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9624 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9625 *** reliably create shared libraries on SCO systems. Therefore, libtool
9626 *** is disabling shared libraries support. We urge you to upgrade GNU
9627 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9628 *** your PATH or compiler configuration so that the native linker is
9629 *** used, and then restart.
9634 # For security reasons, it is highly recommended that you always
9635 # use absolute paths for naming shared libraries, and exclude the
9636 # DT_RUNPATH tag from executables and libraries. But doing so
9637 # requires that you compile everything twice, which is a pain.
9638 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9639 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9640 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9641 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9650 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9653 hardcode_shlibpath_var
=no
9657 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9658 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9659 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9666 if test "$ld_shlibs" = no
; then
9668 hardcode_libdir_flag_spec
=
9669 export_dynamic_flag_spec
=
9670 whole_archive_flag_spec
=
9673 # PORTME fill in a description of your system's linker (not GNU ld)
9676 allow_undefined_flag
=unsupported
9677 always_export_symbols
=yes
9678 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'
9679 # Note: this linker hardcodes the directories in LIBPATH if there
9680 # are no directories specified by -L.
9681 hardcode_minus_L
=yes
9682 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9683 # Neither direct hardcoding nor static linking is supported with a
9685 hardcode_direct
=unsupported
9690 if test "$host_cpu" = ia64
; then
9691 # On IA64, the linker does run time linking by default, so we don't
9692 # have to do anything special.
9693 aix_use_runtimelinking
=no
9694 exp_sym_flag
='-Bexport'
9697 # If we're using GNU nm, then we don't want the "-C" option.
9698 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9699 # Also, AIX nm treats weak defined symbols like other global
9700 # defined symbols, whereas GNU nm marks them as "W".
9701 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9702 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9704 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9706 aix_use_runtimelinking
=no
9708 # Test if we are trying to use run time linking or normal
9709 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9710 # need to do runtime linking.
9711 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9712 for ld_flag
in $LDFLAGS; do
9713 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9714 aix_use_runtimelinking
=yes
9721 exp_sym_flag
='-bexport'
9722 no_entry_flag
='-bnoentry'
9725 # When large executables or shared objects are built, AIX ld can
9726 # have problems creating the table of contents. If linking a library
9727 # or program results in "error TOC overflow" add -mminimal-toc to
9728 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9729 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9733 hardcode_direct_absolute
=yes
9734 hardcode_libdir_separator
=':'
9735 link_all_deplibs
=yes
9736 file_list_spec
='${wl}-f,'
9738 if test "$GCC" = yes; then
9739 case $host_os in aix4.
[012]|aix4.
[012].
*)
9740 # We only want to do this on AIX 4.2 and lower, the check
9741 # below for broken collect2 doesn't work under 4.3+
9742 collect2name
=`${CC} -print-prog-name=collect2`
9743 if test -f "$collect2name" &&
9744 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9746 # We have reworked collect2
9749 # We have old collect2
9750 hardcode_direct
=unsupported
9751 # It fails to find uninstalled libraries when the uninstalled
9752 # path is not listed in the libpath. Setting hardcode_minus_L
9753 # to unsupported forces relinking
9754 hardcode_minus_L
=yes
9755 hardcode_libdir_flag_spec
='-L$libdir'
9756 hardcode_libdir_separator
=
9760 shared_flag
='-shared'
9761 if test "$aix_use_runtimelinking" = yes; then
9762 shared_flag
="$shared_flag "'${wl}-G'
9766 if test "$host_cpu" = ia64
; then
9767 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9768 # chokes on -Wl,-G. The following line is correct:
9771 if test "$aix_use_runtimelinking" = yes; then
9772 shared_flag
='${wl}-G'
9774 shared_flag
='${wl}-bM:SRE'
9779 export_dynamic_flag_spec
='${wl}-bexpall'
9780 # It seems that -bexpall does not export symbols beginning with
9781 # underscore (_), so it is better to generate a list of symbols to export.
9782 always_export_symbols
=yes
9783 if test "$aix_use_runtimelinking" = yes; then
9784 # Warning - without using the other runtime loading flags (-brtl),
9785 # -berok will link without error, but may produce a broken library.
9786 allow_undefined_flag
='-berok'
9787 # Determine the default libpath from the value encoded in an
9789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9790 /* end confdefs.h. */
9800 if ac_fn_c_try_link
"$LINENO"; then :
9802 lt_aix_libpath_sed
='
9803 /Import File Strings/,/^$/ {
9809 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9810 # Check for a 64-bit object if we didn't find anything.
9811 if test -z "$aix_libpath"; then
9812 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9815 rm -f core conftest.err conftest.
$ac_objext \
9816 conftest
$ac_exeext conftest.
$ac_ext
9817 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9819 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9820 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9822 if test "$host_cpu" = ia64
; then
9823 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9824 allow_undefined_flag
="-z nodefs"
9825 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"
9827 # Determine the default libpath from the value encoded in an
9829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9830 /* end confdefs.h. */
9840 if ac_fn_c_try_link
"$LINENO"; then :
9842 lt_aix_libpath_sed
='
9843 /Import File Strings/,/^$/ {
9849 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9850 # Check for a 64-bit object if we didn't find anything.
9851 if test -z "$aix_libpath"; then
9852 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9855 rm -f core conftest.err conftest.
$ac_objext \
9856 conftest
$ac_exeext conftest.
$ac_ext
9857 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9859 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9860 # Warning - without using the other run time loading flags,
9861 # -berok will link without error, but may produce a broken library.
9862 no_undefined_flag
=' ${wl}-bernotok'
9863 allow_undefined_flag
=' ${wl}-berok'
9864 if test "$with_gnu_ld" = yes; then
9865 # We only use this code for GNU lds that support --whole-archive.
9866 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9868 # Exported symbols can be pulled into shared objects from archives
9869 whole_archive_flag_spec
='$convenience'
9871 archive_cmds_need_lc
=yes
9872 # This is similar to how AIX traditionally builds its shared libraries.
9873 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'
9881 # see comment about AmigaOS4 .so support
9882 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9883 archive_expsym_cmds
=''
9886 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)'
9887 hardcode_libdir_flag_spec
='-L$libdir'
9888 hardcode_minus_L
=yes
9894 export_dynamic_flag_spec
=-rdynamic
9897 cygwin
* | mingw
* | pw32
* | cegcc
*)
9898 # When not using gcc, we currently assume that we are using
9899 # Microsoft Visual C++.
9900 # hardcode_libdir_flag_spec is actually meaningless, as there is
9901 # no search path for DLLs.
9902 hardcode_libdir_flag_spec
=' '
9903 allow_undefined_flag
=unsupported
9904 # Tell ltmain to make .lib files, not .a files.
9906 # Tell ltmain to make .dll files, not .so files.
9908 # FIXME: Setting linknames here is a bad hack.
9909 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9910 # The linker will automatically build a .lib file if we build a DLL.
9911 old_archive_from_new_cmds
='true'
9912 # FIXME: Should let the user specify the lib program.
9913 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9914 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9915 enable_shared_with_static_runtimes
=yes
9918 darwin
* | rhapsody
*)
9921 archive_cmds_need_lc
=no
9923 hardcode_automatic
=yes
9924 hardcode_shlibpath_var
=unsupported
9925 if test "$lt_cv_ld_force_load" = "yes"; then
9926 whole_archive_flag_spec
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9928 whole_archive_flag_spec
=''
9930 link_all_deplibs
=yes
9931 allow_undefined_flag
="$_lt_dar_allow_undefined"
9932 case $cc_basename in
9933 ifort
*) _lt_dar_can_shared
=yes ;;
9934 *) _lt_dar_can_shared
=$GCC ;;
9936 if test "$_lt_dar_can_shared" = "yes"; then
9937 output_verbose_link_cmd
=func_echo_all
9938 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9939 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9940 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 ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9941 module_expsym_cmds
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9950 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9951 hardcode_libdir_flag_spec
='-L$libdir'
9952 hardcode_shlibpath_var
=no
9955 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9956 # support. Future versions do this automatically, but an explicit c++rt0.o
9957 # does not break anything, and helps significantly (at the cost of a little
9960 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9961 hardcode_libdir_flag_spec
='-R$libdir'
9963 hardcode_shlibpath_var
=no
9966 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9968 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9970 hardcode_minus_L
=yes
9971 hardcode_shlibpath_var
=no
9974 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9975 freebsd
* | dragonfly
*)
9976 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9977 hardcode_libdir_flag_spec
='-R$libdir'
9979 hardcode_shlibpath_var
=no
9983 if test "$GCC" = yes; then
9984 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'
9986 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'
9988 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9989 hardcode_libdir_separator
=:
9992 # hardcode_minus_L: Not really in the search PATH,
9993 # but as the default location of the library.
9994 hardcode_minus_L
=yes
9995 export_dynamic_flag_spec
='${wl}-E'
9999 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
10000 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10002 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10004 if test "$with_gnu_ld" = no
; then
10005 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10006 hardcode_libdir_flag_spec_ld
='+b $libdir'
10007 hardcode_libdir_separator
=:
10008 hardcode_direct
=yes
10009 hardcode_direct_absolute
=yes
10010 export_dynamic_flag_spec
='${wl}-E'
10011 # hardcode_minus_L: Not really in the search PATH,
10012 # but as the default location of the library.
10013 hardcode_minus_L
=yes
10018 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
10021 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10024 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10027 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10033 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10036 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10040 # Older versions of the 11.00 compiler do not understand -b yet
10041 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10043 $as_echo_n "checking if $CC understands -b... " >&6; }
10044 if ${lt_cv_prog_compiler__b+:} false
; then :
10045 $as_echo_n "(cached) " >&6
10047 lt_cv_prog_compiler__b
=no
10048 save_LDFLAGS
="$LDFLAGS"
10049 LDFLAGS
="$LDFLAGS -b"
10050 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
10051 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
10052 # The linker can only warn and ignore the option if not recognized
10053 # So say no if there are warnings
10054 if test -s conftest.err
; then
10055 # Append any errors to the config.log.
10056 cat conftest.err
1>&5
10057 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
10058 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
10059 if diff conftest.exp conftest.er2
>/dev
/null
; then
10060 lt_cv_prog_compiler__b
=yes
10063 lt_cv_prog_compiler__b
=yes
10067 LDFLAGS
="$save_LDFLAGS"
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10071 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10073 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
10074 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10076 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10082 if test "$with_gnu_ld" = no
; then
10083 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10084 hardcode_libdir_separator
=:
10089 hardcode_shlibpath_var
=no
10092 hardcode_direct
=yes
10093 hardcode_direct_absolute
=yes
10094 export_dynamic_flag_spec
='${wl}-E'
10096 # hardcode_minus_L: Not really in the search PATH,
10097 # but as the default location of the library.
10098 hardcode_minus_L
=yes
10104 irix5
* | irix6
* | nonstopux
*)
10105 if test "$GCC" = yes; then
10106 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10107 # Try to use the -exported_symbol ld option, if it does not
10108 # work, assume that -exports_file does not work either and
10109 # implicitly export all symbols.
10110 save_LDFLAGS
="$LDFLAGS"
10111 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10113 /* end confdefs.h. */
10116 if ac_fn_c_try_link
"$LINENO"; then :
10117 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10120 rm -f core conftest.err conftest.
$ac_objext \
10121 conftest
$ac_exeext conftest.
$ac_ext
10122 LDFLAGS
="$save_LDFLAGS"
10124 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10125 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
10127 archive_cmds_need_lc
='no'
10128 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10129 hardcode_libdir_separator
=:
10131 link_all_deplibs
=yes
10135 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10136 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10138 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10140 hardcode_libdir_flag_spec
='-R$libdir'
10141 hardcode_direct
=yes
10142 hardcode_shlibpath_var
=no
10146 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10147 hardcode_direct
=yes
10148 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10149 hardcode_libdir_separator
=:
10150 hardcode_shlibpath_var
=no
10157 if test -f /usr
/libexec
/ld.so
; then
10158 hardcode_direct
=yes
10159 hardcode_shlibpath_var
=no
10160 hardcode_direct_absolute
=yes
10161 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10162 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10163 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10164 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10165 export_dynamic_flag_spec
='${wl}-E'
10168 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
10169 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10170 hardcode_libdir_flag_spec
='-R$libdir'
10173 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10174 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10184 hardcode_libdir_flag_spec
='-L$libdir'
10185 hardcode_minus_L
=yes
10186 allow_undefined_flag
=unsupported
10187 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'
10188 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10192 if test "$GCC" = yes; then
10193 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10194 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10196 allow_undefined_flag
=' -expect_unresolved \*'
10197 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10199 archive_cmds_need_lc
='no'
10200 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10201 hardcode_libdir_separator
=:
10204 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
10205 if test "$GCC" = yes; then
10206 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10207 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10208 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10210 allow_undefined_flag
=' -expect_unresolved \*'
10211 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10212 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~
10213 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10215 # Both c and cxx compiler support -rpath directly
10216 hardcode_libdir_flag_spec
='-rpath $libdir'
10218 archive_cmds_need_lc
='no'
10219 hardcode_libdir_separator
=:
10223 no_undefined_flag
=' -z defs'
10224 if test "$GCC" = yes; then
10226 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10227 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10228 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10230 case `$CC -V 2>&1` in
10233 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10234 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10235 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10239 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10240 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10241 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10245 hardcode_libdir_flag_spec
='-R$libdir'
10246 hardcode_shlibpath_var
=no
10248 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
10250 # The compiler driver will combine and reorder linker options,
10251 # but understands `-z linker_flag'. GCC discards it without `$wl',
10252 # but is careful enough not to reorder.
10253 # Supported since Solaris 2.6 (maybe 2.5.1?)
10254 if test "$GCC" = yes; then
10255 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10257 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
10261 link_all_deplibs
=yes
10265 if test "x$host_vendor" = xsequent
; then
10266 # Use $CC to link under sequent, because it throws in some extra .o
10267 # files that make .init and .fini sections work.
10268 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10270 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10272 hardcode_libdir_flag_spec
='-L$libdir'
10273 hardcode_direct
=yes
10274 hardcode_minus_L
=yes
10275 hardcode_shlibpath_var
=no
10279 case $host_vendor in
10281 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10282 hardcode_direct
=yes # is this really true???
10285 ## LD is ld it makes a PLAMLIB
10286 ## CC just makes a GrossModule.
10287 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10288 reload_cmds
='$CC -r -o $output$reload_objs'
10292 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10293 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
10296 runpath_var
='LD_RUN_PATH'
10297 hardcode_shlibpath_var
=no
10301 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10302 hardcode_shlibpath_var
=no
10303 export_dynamic_flag_spec
='-Bexport'
10307 if test -d /usr
/nec
; then
10308 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10309 hardcode_shlibpath_var
=no
10310 runpath_var
=LD_RUN_PATH
10311 hardcode_runpath_var
=yes
10316 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10317 no_undefined_flag
='${wl}-z,text'
10318 archive_cmds_need_lc
=no
10319 hardcode_shlibpath_var
=no
10320 runpath_var
='LD_RUN_PATH'
10322 if test "$GCC" = yes; then
10323 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10324 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10326 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10327 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10331 sysv5
* | sco3.2v5
* | sco5v6
*)
10332 # Note: We can NOT use -z defs as we might desire, because we do not
10333 # link with -lc, and that would cause any symbols used from libc to
10334 # always be unresolved, which means just about no library would
10335 # ever link correctly. If we're not using GNU ld we use -z text
10336 # though, which does catch some bad symbols but isn't as heavy-handed
10338 no_undefined_flag
='${wl}-z,text'
10339 allow_undefined_flag
='${wl}-z,nodefs'
10340 archive_cmds_need_lc
=no
10341 hardcode_shlibpath_var
=no
10342 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10343 hardcode_libdir_separator
=':'
10344 link_all_deplibs
=yes
10345 export_dynamic_flag_spec
='${wl}-Bexport'
10346 runpath_var
='LD_RUN_PATH'
10348 if test "$GCC" = yes; then
10349 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10350 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10352 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10353 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10358 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10359 hardcode_libdir_flag_spec
='-L$libdir'
10360 hardcode_shlibpath_var
=no
10368 if test x
$host_vendor = xsni
; then
10370 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10371 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10378 $as_echo "$ld_shlibs" >&6; }
10379 test "$ld_shlibs" = no
&& can_build_shared
=no
10381 with_gnu_ld
=$with_gnu_ld
10398 # Do we need to explicitly link libc?
10400 case "x$archive_cmds_need_lc" in
10402 # Assume -lc should be added
10403 archive_cmds_need_lc
=yes
10405 if test "$enable_shared" = yes && test "$GCC" = yes; then
10406 case $archive_cmds in
10408 # FIXME: we may have to deal with multi-command sequences.
10411 # Test whether the compiler implicitly links with -lc since on some
10412 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10413 # to ld, don't add -lc before -lgcc.
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10415 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10416 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10417 $as_echo_n "(cached) " >&6
10420 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10422 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10423 (eval $ac_compile) 2>&5
10425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10426 test $ac_status = 0; } 2>conftest.err
; then
10429 libobjs
=conftest.
$ac_objext
10431 wl
=$lt_prog_compiler_wl
10432 pic_flag
=$lt_prog_compiler_pic
10438 lt_save_allow_undefined_flag
=$allow_undefined_flag
10439 allow_undefined_flag
=
10440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10441 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10444 test $ac_status = 0; }
10446 lt_cv_archive_cmds_need_lc
=no
10448 lt_cv_archive_cmds_need_lc
=yes
10450 allow_undefined_flag
=$lt_save_allow_undefined_flag
10452 cat conftest.err
1>&5
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10458 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10459 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10623 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10625 if test "$GCC" = yes; then
10627 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10628 *) lt_awk_arg
="/^libraries:/" ;;
10631 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10632 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10634 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10635 case $lt_search_path_spec in
10637 # if the path contains ";" then we assume it to be the separator
10638 # otherwise default to the standard path separator (i.e. ":") - it is
10639 # assumed that no part of a normal pathname contains ";" but that should
10640 # okay in the real world where ";" in dirpaths is itself problematic.
10641 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10644 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10647 # Ok, now we have the path, separated by spaces, we can step through it
10648 # and add multilib dir if necessary.
10649 lt_tmp_lt_search_path_spec
=
10650 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10651 for lt_sys_path
in $lt_search_path_spec; do
10652 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10653 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10655 test -d "$lt_sys_path" && \
10656 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10659 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10660 BEGIN {RS=" "; FS="/|\n";} {
10663 for (lt_i = NF; lt_i > 0; lt_i--) {
10664 if ($lt_i != "" && $lt_i != ".") {
10665 if ($lt_i == "..") {
10668 if (lt_count == 0) {
10669 lt_foo="/" $lt_i lt_foo;
10676 if (lt_foo != "") { lt_freq[lt_foo]++; }
10677 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10679 # AWK program above erroneously prepends '/' to C:/dos/paths
10682 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10683 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10685 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10687 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10689 library_names_spec
=
10690 libname_spec
='lib$name'
10694 postuninstall_cmds
=
10698 shlibpath_overrides_runpath
=unknown
10700 dynamic_linker
="$host_os ld.so"
10701 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10702 need_lib_prefix
=unknown
10703 hardcode_into_libs
=no
10705 # when you set need_version to no, make sure it does not cause -set_version
10706 # flags to be left without arguments
10707 need_version
=unknown
10712 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10713 shlibpath_var
=LIBPATH
10715 # AIX 3 has no versioning support, so we append a major version to the name.
10716 soname_spec
='${libname}${release}${shared_ext}$major'
10723 hardcode_into_libs
=yes
10724 if test "$host_cpu" = ia64
; then
10725 # AIX 5 supports IA64
10726 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10727 shlibpath_var
=LD_LIBRARY_PATH
10729 # With GCC up to 2.95.x, collect2 would create an import file
10730 # for dependence libraries. The import file would start with
10731 # the line `#! .'. This would cause the generated library to
10732 # depend on `.', always an invalid library. This was fixed in
10733 # development snapshots of GCC prior to 3.0.
10735 aix4 | aix4.
[01] | aix4.
[01].
*)
10736 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10738 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10741 can_build_shared
=no
10745 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10746 # soname into executable. Probably we can add versioning support to
10747 # collect2, so additional links can be useful in future.
10748 if test "$aix_use_runtimelinking" = yes; then
10749 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10750 # instead of lib<name>.a to let people know that these are not
10751 # typical AIX shared libraries.
10752 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10754 # We preserve .a as extension for shared libraries through AIX4.2
10755 # and later when we are not doing run time linking.
10756 library_names_spec
='${libname}${release}.a $libname.a'
10757 soname_spec
='${libname}${release}${shared_ext}$major'
10759 shlibpath_var
=LIBPATH
10766 # Since July 2007 AmigaOS4 officially supports .so libraries.
10767 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10768 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771 library_names_spec
='$libname.ixlibrary $libname.a'
10772 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10773 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
10779 library_names_spec
='${libname}${shared_ext}'
10780 dynamic_linker
="$host_os ld.so"
10781 shlibpath_var
=LIBRARY_PATH
10787 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10788 soname_spec
='${libname}${release}${shared_ext}$major'
10789 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10790 shlibpath_var
=LD_LIBRARY_PATH
10791 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10792 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10793 # the default ld.so.conf also contains /usr/contrib/lib and
10794 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10795 # libtool to hard-code these into programs
10798 cygwin
* | mingw
* | pw32
* | cegcc
*)
10799 version_type
=windows
10804 case $GCC,$host_os in
10805 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10806 library_names_spec
='$libname.dll.a'
10807 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10808 postinstall_cmds
='base_file=`basename \${file}`~
10809 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10810 dldir=$destdir/`dirname \$dlpath`~
10811 test -d \$dldir || mkdir -p \$dldir~
10812 $install_prog $dir/$dlname \$dldir/$dlname~
10813 chmod a+x \$dldir/$dlname~
10814 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10815 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10817 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10818 dlpath=$dir/\$dldll~
10820 shlibpath_overrides_runpath
=yes
10824 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10825 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10827 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10830 # MinGW DLLs use traditional 'lib' prefix
10831 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10834 # pw32 DLLs use 'pw' prefix rather than 'lib'
10835 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10841 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10844 dynamic_linker
='Win32 ld.exe'
10845 # FIXME: first we should search . and the directory the executable is in
10849 darwin
* | rhapsody
*)
10850 dynamic_linker
="$host_os dyld"
10851 version_type
=darwin
10854 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10855 soname_spec
='${libname}${release}${major}$shared_ext'
10856 shlibpath_overrides_runpath
=yes
10857 shlibpath_var
=DYLD_LIBRARY_PATH
10858 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10860 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10861 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10868 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10869 soname_spec
='${libname}${release}${shared_ext}$major'
10870 shlibpath_var
=LD_LIBRARY_PATH
10873 freebsd
* | dragonfly
*)
10874 # DragonFly does not have aout. When/if they implement a new
10875 # versioning mechanism, adjust this.
10876 if test -x /usr
/bin
/objformat
; then
10877 objformat
=`/usr/bin/objformat`
10880 freebsd
[23].
*) objformat
=aout
;;
10881 *) objformat
=elf
;;
10884 version_type
=freebsd-
$objformat
10885 case $version_type in
10887 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10892 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10896 shlibpath_var
=LD_LIBRARY_PATH
10899 shlibpath_overrides_runpath
=yes
10901 freebsd3.
[01]* | freebsdelf3.
[01]*)
10902 shlibpath_overrides_runpath
=yes
10903 hardcode_into_libs
=yes
10905 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10906 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10907 shlibpath_overrides_runpath
=no
10908 hardcode_into_libs
=yes
10910 *) # from 4.6 on, and DragonFly
10911 shlibpath_overrides_runpath
=yes
10912 hardcode_into_libs
=yes
10921 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10922 soname_spec
='${libname}${release}${shared_ext}$major'
10923 shlibpath_var
=LD_LIBRARY_PATH
10924 hardcode_into_libs
=yes
10931 dynamic_linker
="$host_os runtime_loader"
10932 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10933 soname_spec
='${libname}${release}${shared_ext}$major'
10934 shlibpath_var
=LIBRARY_PATH
10935 shlibpath_overrides_runpath
=yes
10936 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10937 hardcode_into_libs
=yes
10940 hpux9
* | hpux10
* | hpux11
*)
10941 # Give a soname corresponding to the major version so that dld.sl refuses to
10942 # link against other versions.
10949 hardcode_into_libs
=yes
10950 dynamic_linker
="$host_os dld.so"
10951 shlibpath_var
=LD_LIBRARY_PATH
10952 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10953 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10954 soname_spec
='${libname}${release}${shared_ext}$major'
10955 if test "X$HPUX_IA64_MODE" = X32
; then
10956 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10958 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10960 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10964 hardcode_into_libs
=yes
10965 dynamic_linker
="$host_os dld.sl"
10966 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10967 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10968 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10969 soname_spec
='${libname}${release}${shared_ext}$major'
10970 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10971 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10975 dynamic_linker
="$host_os dld.sl"
10976 shlibpath_var
=SHLIB_PATH
10977 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10978 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10979 soname_spec
='${libname}${release}${shared_ext}$major'
10982 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10983 postinstall_cmds
='chmod 555 $lib'
10984 # or fails outright, so override atomically:
10985 install_override_mode
=555
10992 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10993 soname_spec
='${libname}${release}${shared_ext}$major'
10994 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10995 shlibpath_var
=LD_LIBRARY_PATH
10996 shlibpath_overrides_runpath
=no
10997 hardcode_into_libs
=yes
11000 irix5
* | irix6
* | nonstopux
*)
11002 nonstopux
*) version_type
=nonstopux
;;
11004 if test "$lt_cv_prog_gnu_ld" = yes; then
11012 soname_spec
='${libname}${release}${shared_ext}$major'
11013 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11015 irix5
* | nonstopux
*)
11016 libsuff
= shlibsuff
=
11019 case $LD in # libtool.m4 will add one of these switches to LD
11020 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
11021 libsuff
= shlibsuff
= libmagic
=32-bit;;
11022 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
11023 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
11024 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
11025 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
11026 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
11030 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
11031 shlibpath_overrides_runpath
=no
11032 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11033 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
11034 hardcode_into_libs
=yes
11037 # No shared lib support for Linux oldld, aout, or coff.
11038 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
11042 # This must be Linux ELF.
11043 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
11047 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11048 soname_spec
='${libname}${release}${shared_ext}$major'
11049 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11050 shlibpath_var
=LD_LIBRARY_PATH
11051 shlibpath_overrides_runpath
=no
11053 # Some binutils ld are patched to set DT_RUNPATH
11054 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
11055 $as_echo_n "(cached) " >&6
11057 lt_cv_shlibpath_overrides_runpath
=no
11058 save_LDFLAGS
=$LDFLAGS
11059 save_libdir
=$libdir
11060 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11061 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11063 /* end confdefs.h. */
11073 if ac_fn_c_try_link
"$LINENO"; then :
11074 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
11075 lt_cv_shlibpath_overrides_runpath
=yes
11078 rm -f core conftest.err conftest.
$ac_objext \
11079 conftest
$ac_exeext conftest.
$ac_ext
11080 LDFLAGS
=$save_LDFLAGS
11081 libdir
=$save_libdir
11085 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
11087 # This implies no fast_install, which is unacceptable.
11088 # Some rework will be needed to allow for fast_install
11089 # before this can be enabled.
11090 hardcode_into_libs
=yes
11092 # Append ld.so.conf contents to the search path
11093 if test -f /etc
/ld.so.conf
; then
11094 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/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
11095 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
11098 # We used to test for /lib/ld.so.1 and disable shared libraries on
11099 # powerpc, because MkLinux only supported shared libraries with the
11100 # GNU dynamic linker. Since this was broken with cross compilers,
11101 # most powerpc-linux boxes support dynamic linking these days and
11102 # people can always --disable-shared, the test was removed, and we
11103 # assume the GNU/Linux dynamic linker is in use.
11104 dynamic_linker
='GNU/Linux ld.so'
11111 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
11112 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11113 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11114 dynamic_linker
='NetBSD (a.out) ld.so'
11116 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11117 soname_spec
='${libname}${release}${shared_ext}$major'
11118 dynamic_linker
='NetBSD ld.elf_so'
11120 shlibpath_var
=LD_LIBRARY_PATH
11121 shlibpath_overrides_runpath
=yes
11122 hardcode_into_libs
=yes
11127 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11128 shlibpath_var
=LD_LIBRARY_PATH
11129 shlibpath_overrides_runpath
=yes
11136 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11137 soname_spec
='${libname}${release}${shared_ext}$major'
11138 shlibpath_var
=LD_LIBRARY_PATH
11139 shlibpath_overrides_runpath
=no
11140 hardcode_into_libs
=yes
11141 dynamic_linker
='ldqnx.so'
11146 sys_lib_dlsearch_path_spec
="/usr/lib"
11148 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11150 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
11151 *) need_version
=no
;;
11153 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11154 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11155 shlibpath_var
=LD_LIBRARY_PATH
11156 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11158 openbsd2.
[89] | openbsd2.
[89].
*)
11159 shlibpath_overrides_runpath
=no
11162 shlibpath_overrides_runpath
=yes
11166 shlibpath_overrides_runpath
=yes
11171 libname_spec
='$name'
11174 library_names_spec
='$libname${shared_ext} $libname.a'
11175 dynamic_linker
='OS/2 ld.exe'
11176 shlibpath_var
=LIBPATH
11179 osf3
* | osf4
* | osf5
*)
11183 soname_spec
='${libname}${release}${shared_ext}$major'
11184 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11185 shlibpath_var
=LD_LIBRARY_PATH
11186 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11187 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
11198 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11199 soname_spec
='${libname}${release}${shared_ext}$major'
11200 shlibpath_var
=LD_LIBRARY_PATH
11201 shlibpath_overrides_runpath
=yes
11202 hardcode_into_libs
=yes
11203 # ldd complains unless libraries are executable
11204 postinstall_cmds
='chmod +x $lib'
11209 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11210 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11211 shlibpath_var
=LD_LIBRARY_PATH
11212 shlibpath_overrides_runpath
=yes
11213 if test "$with_gnu_ld" = yes; then
11221 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11222 soname_spec
='${libname}${release}${shared_ext}$major'
11223 shlibpath_var
=LD_LIBRARY_PATH
11224 case $host_vendor in
11226 shlibpath_overrides_runpath
=no
11228 runpath_var
=LD_RUN_PATH
11236 shlibpath_overrides_runpath
=no
11237 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
11243 if test -d /usr
/nec
;then
11245 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11246 soname_spec
='$libname${shared_ext}.$major'
11247 shlibpath_var
=LD_LIBRARY_PATH
11251 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
11252 version_type
=freebsd-elf
11255 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11256 soname_spec
='${libname}${release}${shared_ext}$major'
11257 shlibpath_var
=LD_LIBRARY_PATH
11258 shlibpath_overrides_runpath
=yes
11259 hardcode_into_libs
=yes
11260 if test "$with_gnu_ld" = yes; then
11261 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11263 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
11266 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
11270 sys_lib_dlsearch_path_spec
='/usr/lib'
11274 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11278 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11279 shlibpath_var
=LD_LIBRARY_PATH
11280 shlibpath_overrides_runpath
=no
11281 hardcode_into_libs
=yes
11286 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11287 soname_spec
='${libname}${release}${shared_ext}$major'
11288 shlibpath_var
=LD_LIBRARY_PATH
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11296 $as_echo "$dynamic_linker" >&6; }
11297 test "$dynamic_linker" = no
&& can_build_shared
=no
11299 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
11300 if test "$GCC" = yes; then
11301 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11304 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11305 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
11307 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11308 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11403 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11405 if test -n "$hardcode_libdir_flag_spec" ||
11406 test -n "$runpath_var" ||
11407 test "X$hardcode_automatic" = "Xyes" ; then
11409 # We can hardcode non-existent directories.
11410 if test "$hardcode_direct" != no
&&
11411 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11412 # have to relink, otherwise we might link with an installed library
11413 # when we should be linking with a yet-to-be-installed one
11414 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11415 test "$hardcode_minus_L" != no
; then
11416 # Linking always hardcodes the temporary library directory.
11417 hardcode_action
=relink
11419 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11420 hardcode_action
=immediate
11423 # We cannot hardcode anything, or else we can only hardcode existing
11425 hardcode_action
=unsupported
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11428 $as_echo "$hardcode_action" >&6; }
11430 if test "$hardcode_action" = relink ||
11431 test "$inherit_rpath" = yes; then
11432 # Fast installation is not supported
11433 enable_fast_install
=no
11434 elif test "$shlibpath_overrides_runpath" = yes ||
11435 test "$enable_shared" = no
; then
11436 # Fast installation is not necessary
11437 enable_fast_install
=needless
11445 if test "x$enable_dlopen" != xyes
; then
11446 enable_dlopen
=unknown
11447 enable_dlopen_self
=unknown
11448 enable_dlopen_self_static
=unknown
11455 lt_cv_dlopen
="load_add_on"
11457 lt_cv_dlopen_self
=yes
11460 mingw
* | pw32
* | cegcc
*)
11461 lt_cv_dlopen
="LoadLibrary"
11466 lt_cv_dlopen
="dlopen"
11471 # if libdl is installed we need to link against it
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11473 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11474 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11475 $as_echo_n "(cached) " >&6
11477 ac_check_lib_save_LIBS
=$LIBS
11479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11480 /* end confdefs.h. */
11482 /* Override any GCC internal prototype to avoid an error.
11483 Use char because int might match the return type of a GCC
11484 builtin and then its argument prototype would still apply. */
11497 if ac_fn_c_try_link
"$LINENO"; then :
11498 ac_cv_lib_dl_dlopen
=yes
11500 ac_cv_lib_dl_dlopen
=no
11502 rm -f core conftest.err conftest.
$ac_objext \
11503 conftest
$ac_exeext conftest.
$ac_ext
11504 LIBS
=$ac_check_lib_save_LIBS
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11507 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11508 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11509 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11512 lt_cv_dlopen
="dyld"
11514 lt_cv_dlopen_self
=yes
11521 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11522 if test "x$ac_cv_func_shl_load" = xyes
; then :
11523 lt_cv_dlopen
="shl_load"
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11526 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11527 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11528 $as_echo_n "(cached) " >&6
11530 ac_check_lib_save_LIBS
=$LIBS
11532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11533 /* end confdefs.h. */
11535 /* Override any GCC internal prototype to avoid an error.
11536 Use char because int might match the return type of a GCC
11537 builtin and then its argument prototype would still apply. */
11545 return shl_load ();
11550 if ac_fn_c_try_link
"$LINENO"; then :
11551 ac_cv_lib_dld_shl_load
=yes
11553 ac_cv_lib_dld_shl_load
=no
11555 rm -f core conftest.err conftest.
$ac_objext \
11556 conftest
$ac_exeext conftest.
$ac_ext
11557 LIBS
=$ac_check_lib_save_LIBS
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11560 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11561 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11562 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11564 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11565 if test "x$ac_cv_func_dlopen" = xyes
; then :
11566 lt_cv_dlopen
="dlopen"
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11569 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11570 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11571 $as_echo_n "(cached) " >&6
11573 ac_check_lib_save_LIBS
=$LIBS
11575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11576 /* end confdefs.h. */
11578 /* Override any GCC internal prototype to avoid an error.
11579 Use char because int might match the return type of a GCC
11580 builtin and then its argument prototype would still apply. */
11593 if ac_fn_c_try_link
"$LINENO"; then :
11594 ac_cv_lib_dl_dlopen
=yes
11596 ac_cv_lib_dl_dlopen
=no
11598 rm -f core conftest.err conftest.
$ac_objext \
11599 conftest
$ac_exeext conftest.
$ac_ext
11600 LIBS
=$ac_check_lib_save_LIBS
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11603 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11604 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11605 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11608 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11609 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11610 $as_echo_n "(cached) " >&6
11612 ac_check_lib_save_LIBS
=$LIBS
11613 LIBS
="-lsvld $LIBS"
11614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11615 /* end confdefs.h. */
11617 /* Override any GCC internal prototype to avoid an error.
11618 Use char because int might match the return type of a GCC
11619 builtin and then its argument prototype would still apply. */
11632 if ac_fn_c_try_link
"$LINENO"; then :
11633 ac_cv_lib_svld_dlopen
=yes
11635 ac_cv_lib_svld_dlopen
=no
11637 rm -f core conftest.err conftest.
$ac_objext \
11638 conftest
$ac_exeext conftest.
$ac_ext
11639 LIBS
=$ac_check_lib_save_LIBS
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11642 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11643 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11644 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11647 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11648 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11649 $as_echo_n "(cached) " >&6
11651 ac_check_lib_save_LIBS
=$LIBS
11653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11654 /* end confdefs.h. */
11656 /* Override any GCC internal prototype to avoid an error.
11657 Use char because int might match the return type of a GCC
11658 builtin and then its argument prototype would still apply. */
11666 return dld_link ();
11671 if ac_fn_c_try_link
"$LINENO"; then :
11672 ac_cv_lib_dld_dld_link
=yes
11674 ac_cv_lib_dld_dld_link
=no
11676 rm -f core conftest.err conftest.
$ac_objext \
11677 conftest
$ac_exeext conftest.
$ac_ext
11678 LIBS
=$ac_check_lib_save_LIBS
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11681 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11682 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11683 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11704 if test "x$lt_cv_dlopen" != xno
; then
11710 case $lt_cv_dlopen in
11712 save_CPPFLAGS
="$CPPFLAGS"
11713 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11715 save_LDFLAGS
="$LDFLAGS"
11716 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11719 LIBS
="$lt_cv_dlopen_libs $LIBS"
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11722 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11723 if ${lt_cv_dlopen_self+:} false
; then :
11724 $as_echo_n "(cached) " >&6
11726 if test "$cross_compiling" = yes; then :
11727 lt_cv_dlopen_self
=cross
11729 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11730 lt_status
=$lt_dlunknown
11731 cat > conftest.
$ac_ext <<_LT_EOF
11732 #line 11732 "configure"
11733 #include "confdefs.h"
11742 # define LT_DLGLOBAL RTLD_GLOBAL
11745 # define LT_DLGLOBAL DL_GLOBAL
11747 # define LT_DLGLOBAL 0
11751 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11752 find out it does not work in some platform. */
11753 #ifndef LT_DLLAZY_OR_NOW
11755 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11758 # define LT_DLLAZY_OR_NOW DL_LAZY
11761 # define LT_DLLAZY_OR_NOW RTLD_NOW
11764 # define LT_DLLAZY_OR_NOW DL_NOW
11766 # define LT_DLLAZY_OR_NOW 0
11773 /* When -fvisbility=hidden is used, assume the code has been annotated
11774 correspondingly for the symbols needed. */
11775 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11776 void fnord () __attribute__((visibility("default")));
11779 void fnord () { int i=42; }
11782 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11783 int status = $lt_dlunknown;
11787 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11790 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11791 else puts (dlerror ());
11793 /* dlclose (self); */
11801 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11802 (eval $ac_link) 2>&5
11804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11805 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11806 (.
/conftest
; exit; ) >&5 2>/dev
/null
11808 case x
$lt_status in
11809 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11810 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11811 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11814 # compilation failed
11815 lt_cv_dlopen_self
=no
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11823 $as_echo "$lt_cv_dlopen_self" >&6; }
11825 if test "x$lt_cv_dlopen_self" = xyes
; then
11826 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11828 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11829 if ${lt_cv_dlopen_self_static+:} false
; then :
11830 $as_echo_n "(cached) " >&6
11832 if test "$cross_compiling" = yes; then :
11833 lt_cv_dlopen_self_static
=cross
11835 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11836 lt_status
=$lt_dlunknown
11837 cat > conftest.
$ac_ext <<_LT_EOF
11838 #line 11838 "configure"
11839 #include "confdefs.h"
11848 # define LT_DLGLOBAL RTLD_GLOBAL
11851 # define LT_DLGLOBAL DL_GLOBAL
11853 # define LT_DLGLOBAL 0
11857 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11858 find out it does not work in some platform. */
11859 #ifndef LT_DLLAZY_OR_NOW
11861 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11864 # define LT_DLLAZY_OR_NOW DL_LAZY
11867 # define LT_DLLAZY_OR_NOW RTLD_NOW
11870 # define LT_DLLAZY_OR_NOW DL_NOW
11872 # define LT_DLLAZY_OR_NOW 0
11879 /* When -fvisbility=hidden is used, assume the code has been annotated
11880 correspondingly for the symbols needed. */
11881 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11882 void fnord () __attribute__((visibility("default")));
11885 void fnord () { int i=42; }
11888 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11889 int status = $lt_dlunknown;
11893 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11896 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11897 else puts (dlerror ());
11899 /* dlclose (self); */
11907 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11908 (eval $ac_link) 2>&5
11910 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11911 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11912 (.
/conftest
; exit; ) >&5 2>/dev
/null
11914 case x
$lt_status in
11915 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11916 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11917 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11920 # compilation failed
11921 lt_cv_dlopen_self_static
=no
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11929 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11932 CPPFLAGS
="$save_CPPFLAGS"
11933 LDFLAGS
="$save_LDFLAGS"
11938 case $lt_cv_dlopen_self in
11939 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11940 *) enable_dlopen_self
=unknown
;;
11943 case $lt_cv_dlopen_self_static in
11944 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11945 *) enable_dlopen_self_static
=unknown
;;
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11968 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11969 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11970 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11971 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11973 $as_echo "yes" >&6; }
11975 # FIXME - insert some real tests, host_os isn't really good enough
11978 if test -n "$STRIP" ; then
11979 striplib
="$STRIP -x"
11980 old_striplib
="$STRIP -S"
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11982 $as_echo "yes" >&6; }
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11985 $as_echo "no" >&6; }
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11990 $as_echo "no" >&6; }
12006 # Report which library types will actually be built
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12008 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12010 $as_echo "$can_build_shared" >&6; }
12012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12013 $as_echo_n "checking whether to build shared libraries... " >&6; }
12014 test "$can_build_shared" = "no" && enable_shared
=no
12016 # On AIX, shared libraries and static libraries use the same namespace, and
12017 # are all built from PIC.
12020 test "$enable_shared" = yes && enable_static
=no
12021 if test -n "$RANLIB"; then
12022 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
12023 postinstall_cmds
='$RANLIB $lib'
12028 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
12029 test "$enable_shared" = yes && enable_static
=no
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12034 $as_echo "$enable_shared" >&6; }
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12037 $as_echo_n "checking whether to build static libraries... " >&6; }
12038 # Make sure either enable_shared or enable_static is yes.
12039 test "$enable_shared" = yes || enable_static
=yes
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12041 $as_echo "$enable_static" >&6; }
12048 ac_cpp
='$CPP $CPPFLAGS'
12049 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12050 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12051 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12067 ac_config_commands
="$ac_config_commands libtool"
12072 # Only expand once:
12076 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
12078 # The tests for host and target for $enable_largefile require
12083 # As the $enable_largefile decision depends on --enable-plugins we must set it
12084 # even in directories otherwise not depending on the $plugins option.
12088 for ac_header
in dlfcn.h
12090 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
12092 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
12093 cat >>confdefs.h
<<_ACEOF
12094 #define HAVE_DLFCN_H 1
12101 for ac_header
in windows.h
12103 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
12105 if test "x$ac_cv_header_windows_h" = xyes
; then :
12106 cat >>confdefs.h
<<_ACEOF
12107 #define HAVE_WINDOWS_H 1
12115 # Check whether --enable-plugins was given.
12116 if test "${enable_plugins+set}" = set; then :
12117 enableval
=$enable_plugins; case "${enableval}" in
12120 if test "$maybe_plugins" != "yes" ; then
12121 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
12125 plugins
=$maybe_plugins
12129 if test "$plugins" = "yes"; then
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
12131 $as_echo_n "checking for library containing dlsym... " >&6; }
12132 if ${ac_cv_search_dlsym+:} false
; then :
12133 $as_echo_n "(cached) " >&6
12135 ac_func_search_save_LIBS
=$LIBS
12136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12137 /* end confdefs.h. */
12139 /* Override any GCC internal prototype to avoid an error.
12140 Use char because int might match the return type of a GCC
12141 builtin and then its argument prototype would still apply. */
12154 for ac_lib
in '' dl
; do
12155 if test -z "$ac_lib"; then
12156 ac_res
="none required"
12159 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
12161 if ac_fn_c_try_link
"$LINENO"; then :
12162 ac_cv_search_dlsym
=$ac_res
12164 rm -f core conftest.err conftest.
$ac_objext \
12166 if ${ac_cv_search_dlsym+:} false
; then :
12170 if ${ac_cv_search_dlsym+:} false
; then :
12173 ac_cv_search_dlsym
=no
12175 rm conftest.
$ac_ext
12176 LIBS
=$ac_func_search_save_LIBS
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12179 $as_echo "$ac_cv_search_dlsym" >&6; }
12180 ac_res
=$ac_cv_search_dlsym
12181 if test "$ac_res" != no
; then :
12182 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
12190 sparc-
*-solaris*|i?
86-*-solaris*)
12191 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
12192 # were mutually exclusive until Solaris 11.3. Without procfs support,
12193 # the bfd/ elf module cannot provide certain routines such as
12194 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
12195 # explicitly requested large-file support through the
12196 # --enable-largefile switch, disable large-file support in favor of
12199 # Check if <sys/procfs.h> is incompatible with large-file support.
12200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12201 /* end confdefs.h. */
12202 #define _FILE_OFFSET_BITS 64
12203 #define _STRUCTURED_PROC 1
12204 #include <sys/procfs.h>
12213 if ac_fn_c_try_compile
"$LINENO"; then :
12214 acx_cv_procfs_lfs
=yes
12216 acx_cv_procfs_lfs
=no
12218 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12220 # Forcefully disable large-file support only if necessary, gdb is in
12221 # tree and enabled.
12222 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
12223 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
12224 : ${enable_largefile="no"}
12225 if test "$plugins" = yes; then
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12227 plugin support disabled; require large-file support which is incompatible with GDB." >&5
12228 $as_echo "$as_me: WARNING:
12229 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
12234 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
12235 # benefit of g++ 9+ which predefines it on Solaris.
12236 if test "$enable_largefile" = no
; then
12237 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
12243 # Check whether --enable-largefile was given.
12244 if test "${enable_largefile+set}" = set; then :
12245 enableval
=$enable_largefile;
12248 if test "$enable_largefile" != no
; then
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12251 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12252 if ${ac_cv_sys_largefile_CC+:} false
; then :
12253 $as_echo_n "(cached) " >&6
12255 ac_cv_sys_largefile_CC
=no
12256 if test "$GCC" != yes; then
12259 # IRIX 6.2 and later do not support large files by default,
12260 # so use the C compiler's -n32 option if that helps.
12261 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12262 /* end confdefs.h. */
12263 #include <sys/types.h>
12264 /* Check that off_t can represent 2**63 - 1 correctly.
12265 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12266 since some C++ compilers masquerading as C compilers
12267 incorrectly reject 9223372036854775807. */
12268 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12269 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12270 && LARGE_OFF_T % 2147483647 == 1)
12280 if ac_fn_c_try_compile
"$LINENO"; then :
12283 rm -f core conftest.err conftest.
$ac_objext
12285 if ac_fn_c_try_compile
"$LINENO"; then :
12286 ac_cv_sys_largefile_CC
=' -n32'; break
12288 rm -f core conftest.err conftest.
$ac_objext
12292 rm -f conftest.
$ac_ext
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12296 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12297 if test "$ac_cv_sys_largefile_CC" != no
; then
12298 CC
=$CC$ac_cv_sys_largefile_CC
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12302 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12303 if ${ac_cv_sys_file_offset_bits+:} false
; then :
12304 $as_echo_n "(cached) " >&6
12307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12308 /* end confdefs.h. */
12309 #include <sys/types.h>
12310 /* Check that off_t can represent 2**63 - 1 correctly.
12311 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12312 since some C++ compilers masquerading as C compilers
12313 incorrectly reject 9223372036854775807. */
12314 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12315 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12316 && LARGE_OFF_T % 2147483647 == 1)
12326 if ac_fn_c_try_compile
"$LINENO"; then :
12327 ac_cv_sys_file_offset_bits
=no
; break
12329 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12331 /* end confdefs.h. */
12332 #define _FILE_OFFSET_BITS 64
12333 #include <sys/types.h>
12334 /* Check that off_t can represent 2**63 - 1 correctly.
12335 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12336 since some C++ compilers masquerading as C compilers
12337 incorrectly reject 9223372036854775807. */
12338 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12339 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12340 && LARGE_OFF_T % 2147483647 == 1)
12350 if ac_fn_c_try_compile
"$LINENO"; then :
12351 ac_cv_sys_file_offset_bits
=64; break
12353 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12354 ac_cv_sys_file_offset_bits
=unknown
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12359 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12360 case $ac_cv_sys_file_offset_bits in #(
12363 cat >>confdefs.h
<<_ACEOF
12364 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12369 if test $ac_cv_sys_file_offset_bits = unknown
; then
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12371 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12372 if ${ac_cv_sys_large_files+:} false
; then :
12373 $as_echo_n "(cached) " >&6
12376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12377 /* end confdefs.h. */
12378 #include <sys/types.h>
12379 /* Check that off_t can represent 2**63 - 1 correctly.
12380 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12381 since some C++ compilers masquerading as C compilers
12382 incorrectly reject 9223372036854775807. */
12383 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12384 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12385 && LARGE_OFF_T % 2147483647 == 1)
12395 if ac_fn_c_try_compile
"$LINENO"; then :
12396 ac_cv_sys_large_files
=no
; break
12398 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12400 /* end confdefs.h. */
12401 #define _LARGE_FILES 1
12402 #include <sys/types.h>
12403 /* Check that off_t can represent 2**63 - 1 correctly.
12404 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12405 since some C++ compilers masquerading as C compilers
12406 incorrectly reject 9223372036854775807. */
12407 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12408 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12409 && LARGE_OFF_T % 2147483647 == 1)
12419 if ac_fn_c_try_compile
"$LINENO"; then :
12420 ac_cv_sys_large_files
=1; break
12422 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12423 ac_cv_sys_large_files
=unknown
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12428 $as_echo "$ac_cv_sys_large_files" >&6; }
12429 case $ac_cv_sys_large_files in #(
12432 cat >>confdefs.h
<<_ACEOF
12433 #define _LARGE_FILES $ac_cv_sys_large_files
12445 case "${target}" in
12446 hppa
*64*-*-* | vax-
*-netbsdelf*) ;;
12447 *-*-*aout
* | i
[3-7]86-*-bsd* | i
[3-7]86-*-msdos* | ns32k-
*-* | \
12448 pdp11-
*-* | vax-
*-*bsd
*)
12449 if test "$plugins" = "yes"; then
12450 if test "${enable_plugins+set}" = set; then
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
12452 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
12457 hppa
*-*-hpux* |
*-*-*vms
* | \
12458 powerpc
*-*-aix* | powerpc-
*-beos* | powerpc-
*-macos* | rs6000-
*-*)
12459 if test "$plugins" = "yes"; then
12460 if test "${enable_plugins+set}" = set; then
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
12462 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
12469 if test "$plugins" = "yes"; then
12478 # Check whether --enable-64-bit-bfd was given.
12479 if test "${enable_64_bit_bfd+set}" = set; then :
12480 enableval
=$enable_64_bit_bfd; case "${enableval}" in
12481 yes) want64
=true
;;
12482 no
) want64
=false
;;
12483 *) as_fn_error $?
"bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
12489 # Check whether --enable-targets was given.
12490 if test "${enable_targets+set}" = set; then :
12491 enableval
=$enable_targets; case "${enableval}" in
12492 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
12494 no
) enable_targets
= ;;
12495 *) enable_targets
=$enableval ;;
12499 # Check whether --enable-64_bit_archive was given.
12500 if test "${enable_64_bit_archive+set}" = set; then :
12501 enableval
=$enable_64_bit_archive; case "${enableval}" in
12502 yes) want_64_bit_archive
=true
;;
12503 no
) want_64_bit_archive
=false
;;
12504 *) as_fn_error $?
"bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
12507 want_64_bit_archive
=unset
12511 # Check whether --with-mmap was given.
12512 if test "${with_mmap+set}" = set; then :
12513 withval
=$with_mmap; case "${withval}" in
12514 yes) want_mmap
=true
;;
12515 no
) want_mmap
=false
;;
12516 *) as_fn_error $?
"bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
12522 # Check whether --enable-secureplt was given.
12523 if test "${enable_secureplt+set}" = set; then :
12524 enableval
=$enable_secureplt; case "${enableval}" in
12525 yes) use_secureplt
=true
;;
12526 no
) use_secureplt
=false
;;
12527 *) as_fn_error $?
"bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12532 if test $use_secureplt = true
; then
12534 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12538 # Decide if -z separate-code should be enabled in ELF linker by default.
12539 ac_default_ld_z_separate_code
=unset
12540 # Check whether --enable-separate-code was given.
12541 if test "${enable_separate_code+set}" = set; then :
12542 enableval
=$enable_separate_code; case "${enableval}" in
12543 yes) ac_default_ld_z_separate_code
=1 ;;
12544 no
) ac_default_ld_z_separate_code
=0 ;;
12548 # Enable -z separate-code by default for Linux/x86.
12549 case "${target}" in
12550 i
[3-7]86-*-linux-* | x86_64-
*-linux-*)
12551 if test ${ac_default_ld_z_separate_code} = unset; then
12552 ac_default_ld_z_separate_code
=1
12556 if test "${ac_default_ld_z_separate_code}" = unset; then
12557 ac_default_ld_z_separate_code
=0
12560 cat >>confdefs.h
<<_ACEOF
12561 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12565 # Check whether --enable-leading-mingw64-underscores was given.
12566 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12567 enableval
=$enable_leading_mingw64_underscores;
12570 if test x
"$enable_leading_mingw64_underscores" = xyes
; then :
12572 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12576 DEBUGDIR
=${libdir}/debug
12578 # Check whether --with-separate-debug-dir was given.
12579 if test "${with_separate_debug_dir+set}" = set; then :
12580 withval
=$with_separate_debug_dir; DEBUGDIR
="${withval}"
12587 # Check whether --with-pkgversion was given.
12588 if test "${with_pkgversion+set}" = set; then :
12589 withval
=$with_pkgversion; case "$withval" in
12590 yes) as_fn_error $?
"package version not specified" "$LINENO" 5 ;;
12592 *) PKGVERSION
="($withval) " ;;
12595 PKGVERSION
="(GNU Binutils) "
12603 # Check whether --with-bugurl was given.
12604 if test "${with_bugurl+set}" = set; then :
12605 withval
=$with_bugurl; case "$withval" in
12606 yes) as_fn_error $?
"bug URL not specified" "$LINENO" 5 ;;
12609 *) BUGURL
="$withval"
12613 BUGURL
="http://www.sourceware.org/bugzilla/"
12623 REPORT_BUGS_TO
="<$BUGURL>"
12624 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
12632 # Set the 'development' global.
12633 .
$srcdir/..
/bfd
/development.sh
12635 # Set acp_cpp_for_build variable
12636 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12638 # Default set of GCC warnings to enable.
12639 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12640 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12642 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12644 /* end confdefs.h. */
12647 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12648 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12651 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
12656 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12658 /* end confdefs.h. */
12661 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12662 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12665 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12670 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12671 WARN_WRITE_STRINGS
=""
12672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12673 /* end confdefs.h. */
12676 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12677 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12680 WARN_WRITE_STRINGS
="-Wwrite-strings"
12685 # Verify CC_FOR_BUILD to be compatible with warning flags
12687 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12689 /* end confdefs.h. */
12692 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12693 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12696 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12701 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12703 /* end confdefs.h. */
12706 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12707 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12710 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12715 # Check whether --enable-werror was given.
12716 if test "${enable_werror+set}" = set; then :
12717 enableval
=$enable_werror; case "${enableval}" in
12718 yes | y
) ERROR_ON_WARNING
="yes" ;;
12719 no | n
) ERROR_ON_WARNING
="no" ;;
12720 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12725 # Disable -Wformat by default when using gcc on mingw
12728 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12729 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
12730 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12736 # Enable -Werror by default when using gcc. Turn it off for releases.
12737 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
12738 ERROR_ON_WARNING
=yes
12742 if test "${ERROR_ON_WARNING}" = yes ; then
12743 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
12744 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12745 NO_WERROR
="-Wno-error"
12748 if test "${GCC}" = yes ; then
12749 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12750 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
12753 # Check whether --enable-build-warnings was given.
12754 if test "${enable_build_warnings+set}" = set; then :
12755 enableval
=$enable_build_warnings; case "${enableval}" in
12756 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12757 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12758 no
) if test "${GCC}" = yes ; then
12760 WARN_CFLAGS_FOR_BUILD
="-w"
12762 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12763 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
12764 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12765 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12766 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
12767 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12768 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
12769 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12774 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
12775 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12784 ac_config_headers
="$ac_config_headers config.h:config.in"
12790 if test -z "$target" ; then
12791 as_fn_error $?
"Unrecognized target system type; please check config.sub." "$LINENO" 5
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12796 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12797 # Check whether --enable-maintainer-mode was given.
12798 if test "${enable_maintainer_mode+set}" = set; then :
12799 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
12801 USE_MAINTAINER_MODE
=no
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12805 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12806 if test $USE_MAINTAINER_MODE = yes; then
12807 MAINTAINER_MODE_TRUE
=
12808 MAINTAINER_MODE_FALSE
='#'
12810 MAINTAINER_MODE_TRUE
='#'
12811 MAINTAINER_MODE_FALSE
=
12814 MAINT
=$MAINTAINER_MODE_TRUE
12818 GENINSRC_NEVER_TRUE
=
12819 GENINSRC_NEVER_FALSE
='#'
12821 GENINSRC_NEVER_TRUE
='#'
12822 GENINSRC_NEVER_FALSE
=
12825 case ${build_alias} in
12826 "") build_noncanonical
=${build} ;;
12827 *) build_noncanonical
=${build_alias} ;;
12830 case ${host_alias} in
12831 "") host_noncanonical
=${build_noncanonical} ;;
12832 *) host_noncanonical
=${host_alias} ;;
12835 case ${target_alias} in
12836 "") target_noncanonical
=${host_noncanonical} ;;
12837 *) target_noncanonical
=${target_alias} ;;
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12841 $as_echo_n "checking whether to install libbfd... " >&6; }
12842 # Check whether --enable-install-libbfd was given.
12843 if test "${enable_install_libbfd+set}" = set; then :
12844 enableval
=$enable_install_libbfd; install_libbfd_p
=$enableval
12846 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
12847 install_libbfd_p
=yes
12849 install_libbfd_p
=no
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12854 $as_echo "$install_libbfd_p" >&6; }
12855 if test $install_libbfd_p = yes; then
12856 INSTALL_LIBBFD_TRUE
=
12857 INSTALL_LIBBFD_FALSE
='#'
12859 INSTALL_LIBBFD_TRUE
='#'
12860 INSTALL_LIBBFD_FALSE
=
12863 # Need _noncanonical variables for this.
12868 # libbfd.a is a host library containing target dependent code
12869 bfdlibdir
='$(libdir)'
12870 bfdincludedir
='$(includedir)'
12871 if test "${host}" != "${target}"; then
12872 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12873 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12885 bfd_default_target_size
=32
12889 ALL_LINGUAS
="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12890 # If we haven't got the data from the intl directory,
12891 # assume NLS is disabled.
12900 if test -f ..
/intl
/config.intl
; then
12901 . ..
/intl
/config.intl
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12904 $as_echo_n "checking whether NLS is requested... " >&6; }
12905 if test x
"$USE_NLS" != xyes
; then
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12907 $as_echo "no" >&6; }
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12910 $as_echo "yes" >&6; }
12912 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12916 $as_echo_n "checking for catalogs to be installed... " >&6; }
12917 # Look for .po and .gmo files in the source directory.
12920 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
12921 # If there aren't any .gmo files the shell will give us the
12922 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12924 case "$cat" in *\
**)
12927 # The quadruple backslash is collapsed to a double backslash
12928 # by the backticks, then collapsed again by the double quotes,
12929 # leaving us with one backslash in the sed expression (right
12930 # before the dot that mustn't act as a wildcard).
12931 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12932 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
12933 # The user is allowed to set LINGUAS to a list of languages to
12934 # install catalogs for. If it's empty that means "all of them."
12935 if test "x$LINGUAS" = x
; then
12936 CATALOGS
="$CATALOGS $cat"
12937 XLINGUAS
="$XLINGUAS $lang"
12939 case "$LINGUAS" in *$lang*)
12940 CATALOGS
="$CATALOGS $cat"
12941 XLINGUAS
="$XLINGUAS $lang"
12946 LINGUAS
="$XLINGUAS"
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12948 $as_echo "$LINGUAS" >&6; }
12962 if test -n "$ac_aux_dir"; then
12963 case "$ac_aux_dir" in
12964 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
12965 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12968 if test -z "$MKINSTALLDIRS"; then
12969 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12975 $as_echo_n "checking whether NLS is requested... " >&6; }
12976 # Check whether --enable-nls was given.
12977 if test "${enable_nls+set}" = set; then :
12978 enableval
=$enable_nls; USE_NLS
=$enableval
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12984 $as_echo "$USE_NLS" >&6; }
12991 # Prepare PATH_SEPARATOR.
12992 # The user is always right.
12993 if test "${PATH_SEPARATOR+set}" != set; then
12994 echo "#! /bin/sh" >conf$$.sh
12995 echo "exit 0" >>conf$$.sh
12997 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13005 # Find out how to test for executable files. Don't use a zero-byte file,
13006 # as systems may use methods other than mode bits to determine executability.
13007 cat >conf$$.
file <<_ASEOF
13011 chmod +x conf$$.
file
13012 if test -x conf$$.
file >/dev
/null
2>&1; then
13013 ac_executable_p
="test -x"
13015 ac_executable_p
="test -f"
13019 # Extract the first word of "msgfmt", so it can be a program name with args.
13020 set dummy msgfmt
; ac_word
=$2
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13022 $as_echo_n "checking for $ac_word... " >&6; }
13023 if ${ac_cv_path_MSGFMT+:} false
; then :
13024 $as_echo_n "(cached) " >&6
13028 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
13031 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13032 for ac_dir
in $PATH; do
13034 test -z "$ac_dir" && ac_dir
=.
13035 for ac_exec_ext
in '' $ac_executable_extensions; do
13036 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13037 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
13038 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13039 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
13046 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
13050 MSGFMT
="$ac_cv_path_MSGFMT"
13051 if test "$MSGFMT" != ":"; then
13052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13053 $as_echo "$MSGFMT" >&6; }
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13056 $as_echo "no" >&6; }
13059 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13060 set dummy gmsgfmt
; ac_word
=$2
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13062 $as_echo_n "checking for $ac_word... " >&6; }
13063 if ${ac_cv_path_GMSGFMT+:} false
; then :
13064 $as_echo_n "(cached) " >&6
13068 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
13071 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13072 for as_dir
in $PATH
13075 test -z "$as_dir" && as_dir
=.
13076 for ac_exec_ext
in '' $ac_executable_extensions; do
13077 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13078 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
13079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13086 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
13090 GMSGFMT
=$ac_cv_path_GMSGFMT
13091 if test -n "$GMSGFMT"; then
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13093 $as_echo "$GMSGFMT" >&6; }
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13096 $as_echo "no" >&6; }
13102 # Prepare PATH_SEPARATOR.
13103 # The user is always right.
13104 if test "${PATH_SEPARATOR+set}" != set; then
13105 echo "#! /bin/sh" >conf$$.sh
13106 echo "exit 0" >>conf$$.sh
13108 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13116 # Find out how to test for executable files. Don't use a zero-byte file,
13117 # as systems may use methods other than mode bits to determine executability.
13118 cat >conf$$.
file <<_ASEOF
13122 chmod +x conf$$.
file
13123 if test -x conf$$.
file >/dev
/null
2>&1; then
13124 ac_executable_p
="test -x"
13126 ac_executable_p
="test -f"
13130 # Extract the first word of "xgettext", so it can be a program name with args.
13131 set dummy xgettext
; ac_word
=$2
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13133 $as_echo_n "checking for $ac_word... " >&6; }
13134 if ${ac_cv_path_XGETTEXT+:} false
; then :
13135 $as_echo_n "(cached) " >&6
13137 case "$XGETTEXT" in
13139 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
13142 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13143 for ac_dir
in $PATH; do
13145 test -z "$ac_dir" && ac_dir
=.
13146 for ac_exec_ext
in '' $ac_executable_extensions; do
13147 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13148 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
13149 (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
13150 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
13157 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
13161 XGETTEXT
="$ac_cv_path_XGETTEXT"
13162 if test "$XGETTEXT" != ":"; then
13163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13164 $as_echo "$XGETTEXT" >&6; }
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13167 $as_echo "no" >&6; }
13173 # Prepare PATH_SEPARATOR.
13174 # The user is always right.
13175 if test "${PATH_SEPARATOR+set}" != set; then
13176 echo "#! /bin/sh" >conf$$.sh
13177 echo "exit 0" >>conf$$.sh
13179 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13187 # Find out how to test for executable files. Don't use a zero-byte file,
13188 # as systems may use methods other than mode bits to determine executability.
13189 cat >conf$$.
file <<_ASEOF
13193 chmod +x conf$$.
file
13194 if test -x conf$$.
file >/dev
/null
2>&1; then
13195 ac_executable_p
="test -x"
13197 ac_executable_p
="test -f"
13201 # Extract the first word of "msgmerge", so it can be a program name with args.
13202 set dummy msgmerge
; ac_word
=$2
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13204 $as_echo_n "checking for $ac_word... " >&6; }
13205 if ${ac_cv_path_MSGMERGE+:} false
; then :
13206 $as_echo_n "(cached) " >&6
13208 case "$MSGMERGE" in
13210 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
13213 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13214 for ac_dir
in $PATH; do
13216 test -z "$ac_dir" && ac_dir
=.
13217 for ac_exec_ext
in '' $ac_executable_extensions; do
13218 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13219 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
13220 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
13227 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
13231 MSGMERGE
="$ac_cv_path_MSGMERGE"
13232 if test "$MSGMERGE" != ":"; then
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13234 $as_echo "$MSGMERGE" >&6; }
13236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13237 $as_echo "no" >&6; }
13241 if test "$GMSGFMT" != ":"; then
13242 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
13243 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13246 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13248 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13253 if test "$XGETTEXT" != ":"; then
13254 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
13255 (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
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13259 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13265 ac_config_commands
="$ac_config_commands default-1"
13269 # Permit host specific settings.
13270 .
${srcdir}/configure.
host
13275 BFD_HOST_64BIT_LONG
=0
13276 BFD_HOST_64BIT_LONG_LONG
=0
13277 BFD_HOST_64_BIT_DEFINED
=0
13280 BFD_HOSTPTR_T
="unsigned long"
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5
13284 $as_echo_n "checking for long double... " >&6; }
13285 if ${ac_cv_type_long_double+:} false
; then :
13286 $as_echo_n "(cached) " >&6
13288 if test "$GCC" = yes; then
13289 ac_cv_type_long_double
=yes
13291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13292 /* end confdefs.h. */
13293 /* The Stardent Vistra knows sizeof (long double), but does
13295 long double foo = 0.0L;
13299 static int test_array [1 - 2 * !(/* On Ultrix 4.3 cc, long double is 4 and double is 8. */
13300 sizeof (double) <= sizeof (long double))];
13301 test_array [0] = 0;
13302 return test_array [0];
13308 if ac_fn_c_try_compile
"$LINENO"; then :
13309 ac_cv_type_long_double
=yes
13311 ac_cv_type_long_double
=no
13313 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_double" >&5
13317 $as_echo "$ac_cv_type_long_double" >&6; }
13318 if test $ac_cv_type_long_double = yes; then
13320 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
13324 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13325 if test "x$ac_cv_type_long_long" = xyes
; then :
13327 cat >>confdefs.h
<<_ACEOF
13328 #define HAVE_LONG_LONG 1
13331 # The cast to long int works around a bug in the HP C Compiler
13332 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13333 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13334 # This bug is HP SR number 8606223364.
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13336 $as_echo_n "checking size of long long... " >&6; }
13337 if ${ac_cv_sizeof_long_long+:} false
; then :
13338 $as_echo_n "(cached) " >&6
13340 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13343 if test "$ac_cv_type_long_long" = yes; then
13344 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13345 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13346 as_fn_error
77 "cannot compute sizeof (long long)
13347 See \`config.log' for more details" "$LINENO" 5; }
13349 ac_cv_sizeof_long_long
=0
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13355 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13359 cat >>confdefs.h
<<_ACEOF
13360 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13366 # The cast to long int works around a bug in the HP C Compiler
13367 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13368 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13369 # This bug is HP SR number 8606223364.
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13371 $as_echo_n "checking size of void *... " >&6; }
13372 if ${ac_cv_sizeof_void_p+:} false
; then :
13373 $as_echo_n "(cached) " >&6
13375 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13378 if test "$ac_cv_type_void_p" = yes; then
13379 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13380 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13381 as_fn_error
77 "cannot compute sizeof (void *)
13382 See \`config.log' for more details" "$LINENO" 5; }
13384 ac_cv_sizeof_void_p
=0
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13390 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13394 cat >>confdefs.h
<<_ACEOF
13395 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13399 # The cast to long int works around a bug in the HP C Compiler
13400 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13401 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13402 # This bug is HP SR number 8606223364.
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13404 $as_echo_n "checking size of long... " >&6; }
13405 if ${ac_cv_sizeof_long+:} false
; then :
13406 $as_echo_n "(cached) " >&6
13408 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13411 if test "$ac_cv_type_long" = yes; then
13412 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13413 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13414 as_fn_error
77 "cannot compute sizeof (long)
13415 See \`config.log' for more details" "$LINENO" 5; }
13417 ac_cv_sizeof_long
=0
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13423 $as_echo "$ac_cv_sizeof_long" >&6; }
13427 cat >>confdefs.h
<<_ACEOF
13428 #define SIZEOF_LONG $ac_cv_sizeof_long
13432 # The cast to long int works around a bug in the HP C Compiler
13433 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13434 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13435 # This bug is HP SR number 8606223364.
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13437 $as_echo_n "checking size of int... " >&6; }
13438 if ${ac_cv_sizeof_int+:} false
; then :
13439 $as_echo_n "(cached) " >&6
13441 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13444 if test "$ac_cv_type_int" = yes; then
13445 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13447 as_fn_error
77 "cannot compute sizeof (int)
13448 See \`config.log' for more details" "$LINENO" 5; }
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13456 $as_echo "$ac_cv_sizeof_int" >&6; }
13460 cat >>confdefs.h
<<_ACEOF
13461 #define SIZEOF_INT $ac_cv_sizeof_int
13466 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13470 if test "x${ac_cv_sizeof_long}" = "x8"; then
13471 BFD_HOST_64BIT_LONG
=1
13472 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long"
13473 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long"
13474 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
13475 BFD_HOST_64BIT_LONG_LONG
=1
13476 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long long"
13477 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long long"
13478 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13479 BFD_HOSTPTR_T
="unsigned long long"
13483 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
13484 BFD_HOST_64_BIT_DEFINED
=1
13485 BFD_HOST_64_BIT
="${HOST_64BIT_TYPE}"
13486 BFD_HOST_U_64_BIT
="${HOST_U_64BIT_TYPE}"
13496 # Put a plausible default for CC_FOR_BUILD in Makefile.
13497 if test -z "$CC_FOR_BUILD"; then
13498 if test "x$cross_compiling" = "xno"; then
13499 CC_FOR_BUILD
='$(CC)'
13505 # Also set EXEEXT_FOR_BUILD.
13506 if test "x$cross_compiling" = "xno"; then
13507 EXEEXT_FOR_BUILD
='$(EXEEXT)'
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13510 $as_echo_n "checking for build system executable suffix... " >&6; }
13511 if ${bfd_cv_build_exeext+:} false
; then :
13512 $as_echo_n "(cached) " >&6
13515 echo 'int main () { return 0; }' > conftest.c
13516 bfd_cv_build_exeext
=
13517 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
13518 for file in conftest.
*; do
13520 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
13521 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
13525 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13528 $as_echo "$bfd_cv_build_exeext" >&6; }
13529 EXEEXT_FOR_BUILD
=""
13530 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
13534 for ac_header
in alloca.h fcntl.h limits.h stddef.h stdlib.h string.h \
13535 strings.h sys
/file.h sys
/resource.h sys
/stat.h sys
/time.h \
13536 time.h unistd.h wchar.h wctype.h
13538 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13539 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13540 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13541 cat >>confdefs.h
<<_ACEOF
13542 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13551 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
13553 acx_cv_header_stdint
=stddef.h
13554 acx_cv_header_stdint_kind
="(already complete)"
13555 for i
in stdint.h
$inttype_headers; do
13556 unset ac_cv_type_uintptr_t
13557 unset ac_cv_type_uintmax_t
13558 unset ac_cv_type_int_least32_t
13559 unset ac_cv_type_int_fast32_t
13560 unset ac_cv_type_uint64_t
13561 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13562 ac_fn_c_check_type
"$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13565 if test "x$ac_cv_type_uintmax_t" = xyes
; then :
13566 acx_cv_header_stdint
=$i
13571 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13574 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
13577 acx_cv_header_stdint_kind
="(mostly complete)"
13580 ac_fn_c_check_type
"$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13583 if test "x$ac_cv_type_int_least32_t" = xyes
; then :
13586 acx_cv_header_stdint_kind
="(mostly complete)"
13589 ac_fn_c_check_type
"$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13592 if test "x$ac_cv_type_int_fast32_t" = xyes
; then :
13595 acx_cv_header_stdint_kind
="(mostly complete)"
13598 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13601 if test "x$ac_cv_type_uint64_t" = xyes
; then :
13604 acx_cv_header_stdint_kind
="(lacks uint64_t)"
13609 if test "$acx_cv_header_stdint" = stddef.h
; then
13610 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
13611 for i
in stdint.h
$inttype_headers; do
13612 unset ac_cv_type_uintptr_t
13613 unset ac_cv_type_uint32_t
13614 unset ac_cv_type_uint64_t
13615 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13616 ac_fn_c_check_type
"$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13619 if test "x$ac_cv_type_uint32_t" = xyes
; then :
13620 acx_cv_header_stdint
=$i
13625 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13628 if test "x$ac_cv_type_uint64_t" = xyes
; then :
13632 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13635 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
13642 if test "$acx_cv_header_stdint" = stddef.h
; then
13643 acx_cv_header_stdint_kind
="(u_intXX_t style)"
13644 for i
in sys
/types.h
$inttype_headers; do
13645 unset ac_cv_type_u_int32_t
13646 unset ac_cv_type_u_int64_t
13647 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13648 ac_fn_c_check_type
"$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13651 if test "x$ac_cv_type_u_int32_t" = xyes
; then :
13652 acx_cv_header_stdint
=$i
13657 ac_fn_c_check_type
"$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13660 if test "x$ac_cv_type_u_int64_t" = xyes
; then :
13667 if test "$acx_cv_header_stdint" = stddef.h
; then
13668 acx_cv_header_stdint_kind
="(using manual detection)"
13671 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
13672 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
13673 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
13674 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
13675 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
13677 # ----------------- Summarize what we found so far
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13680 $as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
13682 case `$as_basename -- bfd_stdint.h ||
13683 $as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13684 Xbfd_stdint.h : 'X\(//\)$' \| \
13685 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13686 $as_echo X/bfd_stdint.h |
13687 sed '/^.*\/\([^/][^/]*\)\/*$/{
13700 stdint.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13701 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13702 inttypes.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13703 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13708 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
13710 # ----------------- done included file, check C basic types --------
13712 # Lacking an uintptr_t? Test size of void *
13713 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13714 stddef.h
:* |
*:no
) # The cast to long int works around a bug in the HP C Compiler
13715 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13716 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13717 # This bug is HP SR number 8606223364.
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13719 $as_echo_n "checking size of void *... " >&6; }
13720 if ${ac_cv_sizeof_void_p+:} false
; then :
13721 $as_echo_n "(cached) " >&6
13723 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13726 if test "$ac_cv_type_void_p" = yes; then
13727 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13728 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13729 as_fn_error
77 "cannot compute sizeof (void *)
13730 See \`config.log' for more details" "$LINENO" 5; }
13732 ac_cv_sizeof_void_p
=0
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13738 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13742 cat >>confdefs.h
<<_ACEOF
13743 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13749 # Lacking an uint64_t? Test size of long
13750 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13751 stddef.h
:*:* |
*:no
:no
) # The cast to long int works around a bug in the HP C Compiler
13752 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13753 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13754 # This bug is HP SR number 8606223364.
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13756 $as_echo_n "checking size of long... " >&6; }
13757 if ${ac_cv_sizeof_long+:} false
; then :
13758 $as_echo_n "(cached) " >&6
13760 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13763 if test "$ac_cv_type_long" = yes; then
13764 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13765 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13766 as_fn_error
77 "cannot compute sizeof (long)
13767 See \`config.log' for more details" "$LINENO" 5; }
13769 ac_cv_sizeof_long
=0
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13775 $as_echo "$ac_cv_sizeof_long" >&6; }
13779 cat >>confdefs.h
<<_ACEOF
13780 #define SIZEOF_LONG $ac_cv_sizeof_long
13786 if test $acx_cv_header_stdint = stddef.h
; then
13787 # Lacking a good header? Test size of everything and deduce all types.
13788 # The cast to long int works around a bug in the HP C Compiler
13789 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13790 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13791 # This bug is HP SR number 8606223364.
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13793 $as_echo_n "checking size of int... " >&6; }
13794 if ${ac_cv_sizeof_int+:} false
; then :
13795 $as_echo_n "(cached) " >&6
13797 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13800 if test "$ac_cv_type_int" = yes; then
13801 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13802 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13803 as_fn_error
77 "cannot compute sizeof (int)
13804 See \`config.log' for more details" "$LINENO" 5; }
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13812 $as_echo "$ac_cv_sizeof_int" >&6; }
13816 cat >>confdefs.h
<<_ACEOF
13817 #define SIZEOF_INT $ac_cv_sizeof_int
13821 # The cast to long int works around a bug in the HP C Compiler
13822 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13823 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13824 # This bug is HP SR number 8606223364.
13825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13826 $as_echo_n "checking size of short... " >&6; }
13827 if ${ac_cv_sizeof_short+:} false
; then :
13828 $as_echo_n "(cached) " >&6
13830 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
13833 if test "$ac_cv_type_short" = yes; then
13834 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13835 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13836 as_fn_error
77 "cannot compute sizeof (short)
13837 See \`config.log' for more details" "$LINENO" 5; }
13839 ac_cv_sizeof_short
=0
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13845 $as_echo "$ac_cv_sizeof_short" >&6; }
13849 cat >>confdefs.h
<<_ACEOF
13850 #define SIZEOF_SHORT $ac_cv_sizeof_short
13854 # The cast to long int works around a bug in the HP C Compiler
13855 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13856 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13857 # This bug is HP SR number 8606223364.
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13859 $as_echo_n "checking size of char... " >&6; }
13860 if ${ac_cv_sizeof_char+:} false
; then :
13861 $as_echo_n "(cached) " >&6
13863 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
13866 if test "$ac_cv_type_char" = yes; then
13867 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13868 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13869 as_fn_error
77 "cannot compute sizeof (char)
13870 See \`config.log' for more details" "$LINENO" 5; }
13872 ac_cv_sizeof_char
=0
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13878 $as_echo "$ac_cv_sizeof_char" >&6; }
13882 cat >>confdefs.h
<<_ACEOF
13883 #define SIZEOF_CHAR $ac_cv_sizeof_char
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13889 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
13890 case "$ac_cv_sizeof_char" in
13891 1) acx_cv_type_int8_t
=char
;;
13892 *) as_fn_error $?
"no 8-bit type, please report a bug" "$LINENO" 5
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13895 $as_echo "$acx_cv_type_int8_t" >&6; }
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13898 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
13899 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13900 2:*) acx_cv_type_int16_t
=int
;;
13901 *:2) acx_cv_type_int16_t
=short
;;
13902 *) as_fn_error $?
"no 16-bit type, please report a bug" "$LINENO" 5
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13905 $as_echo "$acx_cv_type_int16_t" >&6; }
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13908 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
13909 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13910 4:*) acx_cv_type_int32_t
=int
;;
13911 *:4) acx_cv_type_int32_t
=long
;;
13912 *) as_fn_error $?
"no 32-bit type, please report a bug" "$LINENO" 5
13914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13915 $as_echo "$acx_cv_type_int32_t" >&6; }
13918 # These tests are here to make the output prettier
13920 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13921 case "$ac_cv_sizeof_long" in
13922 8) acx_cv_type_int64_t
=long
;;
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13925 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13927 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13930 # Now we can use the above types
13932 if test "$ac_cv_type_uintptr_t" != yes; then
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13934 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13935 case $ac_cv_sizeof_void_p in
13936 2) acx_cv_type_intptr_t
=int16_t
;;
13937 4) acx_cv_type_intptr_t
=int32_t
;;
13938 8) acx_cv_type_intptr_t
=int64_t
;;
13939 *) as_fn_error $?
"no equivalent for intptr_t, please report a bug" "$LINENO" 5
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13942 $as_echo "$acx_cv_type_intptr_t" >&6; }
13945 # ----------------- done all checks, emit header -------------
13946 ac_config_commands
="$ac_config_commands bfd_stdint.h"
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13951 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13952 if ${ac_cv_header_time+:} false
; then :
13953 $as_echo_n "(cached) " >&6
13955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13956 /* end confdefs.h. */
13957 #include <sys/types.h>
13958 #include <sys/time.h>
13964 if ((struct tm *) 0)
13970 if ac_fn_c_try_compile
"$LINENO"; then :
13971 ac_cv_header_time
=yes
13973 ac_cv_header_time
=no
13975 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13978 $as_echo "$ac_cv_header_time" >&6; }
13979 if test $ac_cv_header_time = yes; then
13981 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
13985 ac_header_dirent
=no
13986 for ac_hdr
in dirent.h sys
/ndir.h sys
/dir.h ndir.h
; do
13987 as_ac_Header
=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13989 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13990 if eval \
${$as_ac_Header+:} false
; then :
13991 $as_echo_n "(cached) " >&6
13993 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13994 /* end confdefs.h. */
13995 #include <sys/types.h>
14007 if ac_fn_c_try_compile
"$LINENO"; then :
14008 eval "$as_ac_Header=yes"
14010 eval "$as_ac_Header=no"
14012 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14014 eval ac_res
=\$
$as_ac_Header
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14016 $as_echo "$ac_res" >&6; }
14017 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
14018 cat >>confdefs.h
<<_ACEOF
14019 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
14022 ac_header_dirent
=$ac_hdr; break
14026 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
14027 if test $ac_header_dirent = dirent.h
; then
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
14029 $as_echo_n "checking for library containing opendir... " >&6; }
14030 if ${ac_cv_search_opendir+:} false
; then :
14031 $as_echo_n "(cached) " >&6
14033 ac_func_search_save_LIBS
=$LIBS
14034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14035 /* end confdefs.h. */
14037 /* Override any GCC internal prototype to avoid an error.
14038 Use char because int might match the return type of a GCC
14039 builtin and then its argument prototype would still apply. */
14052 for ac_lib
in '' dir
; do
14053 if test -z "$ac_lib"; then
14054 ac_res
="none required"
14057 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14059 if ac_fn_c_try_link
"$LINENO"; then :
14060 ac_cv_search_opendir
=$ac_res
14062 rm -f core conftest.err conftest.
$ac_objext \
14064 if ${ac_cv_search_opendir+:} false
; then :
14068 if ${ac_cv_search_opendir+:} false
; then :
14071 ac_cv_search_opendir
=no
14073 rm conftest.
$ac_ext
14074 LIBS
=$ac_func_search_save_LIBS
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14077 $as_echo "$ac_cv_search_opendir" >&6; }
14078 ac_res
=$ac_cv_search_opendir
14079 if test "$ac_res" != no
; then :
14080 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
14086 $as_echo_n "checking for library containing opendir... " >&6; }
14087 if ${ac_cv_search_opendir+:} false
; then :
14088 $as_echo_n "(cached) " >&6
14090 ac_func_search_save_LIBS
=$LIBS
14091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14092 /* end confdefs.h. */
14094 /* Override any GCC internal prototype to avoid an error.
14095 Use char because int might match the return type of a GCC
14096 builtin and then its argument prototype would still apply. */
14109 for ac_lib
in '' x
; do
14110 if test -z "$ac_lib"; then
14111 ac_res
="none required"
14114 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14116 if ac_fn_c_try_link
"$LINENO"; then :
14117 ac_cv_search_opendir
=$ac_res
14119 rm -f core conftest.err conftest.
$ac_objext \
14121 if ${ac_cv_search_opendir+:} false
; then :
14125 if ${ac_cv_search_opendir+:} false
; then :
14128 ac_cv_search_opendir
=no
14130 rm conftest.
$ac_ext
14131 LIBS
=$ac_func_search_save_LIBS
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14134 $as_echo "$ac_cv_search_opendir" >&6; }
14135 ac_res
=$ac_cv_search_opendir
14136 if test "$ac_res" != no
; then :
14137 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14145 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14146 if ${gcc_cv_header_string+:} false
; then :
14147 $as_echo_n "(cached) " >&6
14149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14150 /* end confdefs.h. */
14151 #include <string.h>
14152 #include <strings.h>
14161 if ac_fn_c_try_compile
"$LINENO"; then :
14162 gcc_cv_header_string
=yes
14164 gcc_cv_header_string
=no
14166 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14169 $as_echo "$gcc_cv_header_string" >&6; }
14170 if test $gcc_cv_header_string = yes; then
14172 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14176 for ac_func
in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno fls
14178 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14179 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14180 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14181 cat >>confdefs.h
<<_ACEOF
14182 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14188 for ac_func
in strtoull getrlimit
14190 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14191 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14192 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14193 cat >>confdefs.h
<<_ACEOF
14194 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14201 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
14202 if test "x$ac_cv_have_decl_basename" = xyes
; then :
14208 cat >>confdefs.h
<<_ACEOF
14209 #define HAVE_DECL_BASENAME $ac_have_decl
14212 ac_fn_c_check_decl
"$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14213 if test "x$ac_cv_have_decl_ftello" = xyes
; then :
14219 cat >>confdefs.h
<<_ACEOF
14220 #define HAVE_DECL_FTELLO $ac_have_decl
14223 ac_fn_c_check_decl
"$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14224 if test "x$ac_cv_have_decl_ftello64" = xyes
; then :
14230 cat >>confdefs.h
<<_ACEOF
14231 #define HAVE_DECL_FTELLO64 $ac_have_decl
14234 ac_fn_c_check_decl
"$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14235 if test "x$ac_cv_have_decl_fseeko" = xyes
; then :
14241 cat >>confdefs.h
<<_ACEOF
14242 #define HAVE_DECL_FSEEKO $ac_have_decl
14245 ac_fn_c_check_decl
"$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14246 if test "x$ac_cv_have_decl_fseeko64" = xyes
; then :
14252 cat >>confdefs.h
<<_ACEOF
14253 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14259 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
14261 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14265 ac_fn_c_check_decl
"$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
14266 if test "x$ac_cv_have_decl_ffs" = xyes
; then :
14272 cat >>confdefs.h
<<_ACEOF
14273 #define HAVE_DECL_FFS $ac_have_decl
14276 ac_fn_c_check_decl
"$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14277 if test "x$ac_cv_have_decl_free" = xyes
; then :
14283 cat >>confdefs.h
<<_ACEOF
14284 #define HAVE_DECL_FREE $ac_have_decl
14287 ac_fn_c_check_decl
"$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14288 if test "x$ac_cv_have_decl_getenv" = xyes
; then :
14294 cat >>confdefs.h
<<_ACEOF
14295 #define HAVE_DECL_GETENV $ac_have_decl
14298 ac_fn_c_check_decl
"$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14299 if test "x$ac_cv_have_decl_malloc" = xyes
; then :
14305 cat >>confdefs.h
<<_ACEOF
14306 #define HAVE_DECL_MALLOC $ac_have_decl
14309 ac_fn_c_check_decl
"$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14310 if test "x$ac_cv_have_decl_realloc" = xyes
; then :
14316 cat >>confdefs.h
<<_ACEOF
14317 #define HAVE_DECL_REALLOC $ac_have_decl
14320 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14321 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
14327 cat >>confdefs.h
<<_ACEOF
14328 #define HAVE_DECL_STPCPY $ac_have_decl
14331 ac_fn_c_check_decl
"$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14332 if test "x$ac_cv_have_decl_strstr" = xyes
; then :
14338 cat >>confdefs.h
<<_ACEOF
14339 #define HAVE_DECL_STRSTR $ac_have_decl
14342 ac_fn_c_check_decl
"$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14343 if test "x$ac_cv_have_decl_asprintf" = xyes
; then :
14349 cat >>confdefs.h
<<_ACEOF
14350 #define HAVE_DECL_ASPRINTF $ac_have_decl
14353 ac_fn_c_check_decl
"$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
14354 if test "x$ac_cv_have_decl_vasprintf" = xyes
; then :
14360 cat >>confdefs.h
<<_ACEOF
14361 #define HAVE_DECL_VASPRINTF $ac_have_decl
14364 ac_fn_c_check_decl
"$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14365 if test "x$ac_cv_have_decl_snprintf" = xyes
; then :
14371 cat >>confdefs.h
<<_ACEOF
14372 #define HAVE_DECL_SNPRINTF $ac_have_decl
14375 ac_fn_c_check_decl
"$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14376 if test "x$ac_cv_have_decl_vsnprintf" = xyes
; then :
14382 cat >>confdefs.h
<<_ACEOF
14383 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14386 ac_fn_c_check_decl
"$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14387 if test "x$ac_cv_have_decl_strnlen" = xyes
; then :
14393 cat >>confdefs.h
<<_ACEOF
14394 #define HAVE_DECL_STRNLEN $ac_have_decl
14398 # Link in zlib if we can. This allows us to read compressed debug sections.
14399 # This is used only by compress.c.
14401 # Use the system's zlib library.
14402 zlibdir
="-L\$(top_builddir)/../zlib"
14403 zlibinc
="-I\$(top_srcdir)/../zlib"
14405 # Check whether --with-system-zlib was given.
14406 if test "${with_system_zlib+set}" = set; then :
14407 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
14418 save_CFLAGS
="$CFLAGS"
14419 CFLAGS
="$CFLAGS -Werror"
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
14421 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
14422 if ${bfd_cv_hidden+:} false
; then :
14423 $as_echo_n "(cached) " >&6
14425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14426 /* end confdefs.h. */
14428 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
14429 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
14438 if ac_fn_c_try_compile
"$LINENO"; then :
14443 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
14446 $as_echo "$bfd_cv_hidden" >&6; }
14447 CFLAGS
="$save_CFLAGS"
14448 if test $bfd_cv_hidden = yes; then
14450 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
14454 # Check if linker supports --as-needed and --no-as-needed options
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14456 $as_echo_n "checking linker --as-needed support... " >&6; }
14457 if ${bfd_cv_ld_as_needed+:} false
; then :
14458 $as_echo_n "(cached) " >&6
14460 bfd_cv_ld_as_needed
=no
14461 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
14462 bfd_cv_ld_as_needed
=yes
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14467 $as_echo "$bfd_cv_ld_as_needed" >&6; }
14471 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
14472 # These system don't have libm, or don't need it
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14476 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14477 if ${ac_cv_lib_mw__mwvalidcheckl+:} false
; then :
14478 $as_echo_n "(cached) " >&6
14480 ac_check_lib_save_LIBS
=$LIBS
14482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14483 /* end confdefs.h. */
14485 /* Override any GCC internal prototype to avoid an error.
14486 Use char because int might match the return type of a GCC
14487 builtin and then its argument prototype would still apply. */
14491 char _mwvalidcheckl ();
14495 return _mwvalidcheckl ();
14500 if ac_fn_c_try_link
"$LINENO"; then :
14501 ac_cv_lib_mw__mwvalidcheckl
=yes
14503 ac_cv_lib_mw__mwvalidcheckl
=no
14505 rm -f core conftest.err conftest.
$ac_objext \
14506 conftest
$ac_exeext conftest.
$ac_ext
14507 LIBS
=$ac_check_lib_save_LIBS
14509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14510 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14511 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes
; then :
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14516 $as_echo_n "checking for cos in -lm... " >&6; }
14517 if ${ac_cv_lib_m_cos+:} false
; then :
14518 $as_echo_n "(cached) " >&6
14520 ac_check_lib_save_LIBS
=$LIBS
14522 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14523 /* end confdefs.h. */
14525 /* Override any GCC internal prototype to avoid an error.
14526 Use char because int might match the return type of a GCC
14527 builtin and then its argument prototype would still apply. */
14540 if ac_fn_c_try_link
"$LINENO"; then :
14541 ac_cv_lib_m_cos
=yes
14545 rm -f core conftest.err conftest.
$ac_objext \
14546 conftest
$ac_exeext conftest.
$ac_ext
14547 LIBS
=$ac_check_lib_save_LIBS
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14550 $as_echo "$ac_cv_lib_m_cos" >&6; }
14551 if test "x$ac_cv_lib_m_cos" = xyes
; then :
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14558 $as_echo_n "checking for cos in -lm... " >&6; }
14559 if ${ac_cv_lib_m_cos+:} false
; then :
14560 $as_echo_n "(cached) " >&6
14562 ac_check_lib_save_LIBS
=$LIBS
14564 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14565 /* end confdefs.h. */
14567 /* Override any GCC internal prototype to avoid an error.
14568 Use char because int might match the return type of a GCC
14569 builtin and then its argument prototype would still apply. */
14582 if ac_fn_c_try_link
"$LINENO"; then :
14583 ac_cv_lib_m_cos
=yes
14587 rm -f core conftest.err conftest.
$ac_objext \
14588 conftest
$ac_exeext conftest.
$ac_ext
14589 LIBS
=$ac_check_lib_save_LIBS
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14592 $as_echo "$ac_cv_lib_m_cos" >&6; }
14593 if test "x$ac_cv_lib_m_cos" = xyes
; then :
14602 # When building a shared libbfd, link against the pic version of libiberty
14603 # so that apps that use libbfd won't need libiberty just to satisfy any
14604 # libbfd references.
14605 # We can't do that if a pic libiberty is unavailable since including non-pic
14606 # code would insert text relocations into libbfd.
14609 if test "$enable_shared" = "yes"; then
14610 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14611 if test -n "$x"; then
14612 SHARED_LIBADD
="-L`pwd`/../libiberty/pic -liberty"
14616 # More hacks to build DLLs on Windows.
14618 SHARED_LDFLAGS
="-no-undefined"
14619 SHARED_LIBADD
="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14622 # Use built-in libintl on macOS, since it is not provided by libc.
14624 SHARED_LIBADD
="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
14628 if test -n "$SHARED_LIBADD"; then
14629 if test -n "$LIBM"; then
14630 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
14631 # Link against libm only when needed. Put -lc, -lm inside -Wl
14632 # to stop libtool reordering these options.
14633 SHARED_LIBADD
="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14635 SHARED_LIBADD
="$SHARED_LIBADD $LIBM"
14645 # Canonicalize the secondary target names.
14646 if test -n "$enable_targets" ; then
14647 for targ
in `echo $enable_targets | sed 's/,/ /g'`
14649 result
=`$ac_config_sub $targ 2>/dev/null`
14650 if test -n "$result" ; then
14651 canon_targets
="$canon_targets $result"
14653 # Allow targets that config.sub doesn't recognize, like "all".
14654 canon_targets
="$canon_targets $targ"
14665 for targ
in $target $canon_targets
14667 if test $targ = all
; then
14669 assocvecs
="$assocvecs $targ_defvec $targ_selvecs"
14670 elif test $targ != plugin
; then
14671 .
$srcdir/config.bfd
14672 if test $targ = $target; then
14673 defvec
=$targ_defvec
14675 selvecs
="$selvecs $targ_defvec $targ_selvecs"
14676 selarchs
="$selarchs $targ_archs"
14677 TDEFINES
="$TDEFINES $targ_cflags"
14682 # This processing still needs to be done if we're to decide properly whether
14683 # 64-bit support needs to be compiled in. Currently, it will be included if
14684 # the default or any other explicitly requested target requires it; it
14685 # will not be included on a 32-bit host if no 64-bit target is requested, and
14686 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14689 # uniq the default and selected vectors in all the configured targets.
14691 for i
in $selvecs ; do
14700 # uniq the associated vectors in all the configured targets.
14702 for i
in $assocvecs ; do
14711 # uniq the architectures in all the configured targets.
14713 for i
in $selarchs ; do
14721 # Target backend .o files.
14724 elf
="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
14725 dwarf1.lo dwarf2.lo"
14726 coffgen
="coffgen.lo dwarf2.lo"
14727 coff
="cofflink.lo $coffgen"
14728 ecoff
="ecofflink.lo $coffgen"
14729 xcoff
="xcofflink.lo $coffgen"
14731 elfxx_x86
="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
14732 for vec
in $selvecs
14736 # This list is alphabetized to make it easy to compare
14737 # with the two vector lists in targets.c. For the same reason,
14738 # use one entry per line, even though this leads to long lines.
14739 aarch64_elf32_be_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
14740 aarch64_elf32_le_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
14741 aarch64_elf64_be_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14742 aarch64_elf64_be_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14743 aarch64_elf64_le_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14744 aarch64_elf64_le_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14745 aarch64_mach_o_vec
) tb
="$tb mach-o-aarch64.lo"; target_size
=64 ;;
14746 alpha_ecoff_le_vec
) tb
="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size
=64 ;;
14747 alpha_elf64_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
14748 alpha_elf64_fbsd_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
14749 alpha_vms_vec
) tb
="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size
=64 ;;
14750 alpha_vms_lib_txt_vec
) tb
="$tb vms-lib.lo vms-misc.lo" ;;
14751 am33_elf32_linux_vec
) tb
="$tb elf32-am33lin.lo elf32.lo $elf" ;;
14752 aout0_be_vec
) tb
="$tb aout0.lo aout32.lo" ;;
14753 aout64_vec
) tb
="$tb demo64.lo aout64.lo"; target_size
=64 ;;
14754 aout_vec
) tb
="$tb host-aout.lo aout32.lo" ;;
14755 arc_elf32_be_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
14756 arc_elf32_le_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
14757 arm_elf32_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14758 arm_elf32_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14759 arm_elf32_fdpic_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14760 arm_elf32_fdpic_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14761 arm_elf32_nacl_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14762 arm_elf32_nacl_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14763 arm_elf32_symbian_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14764 arm_elf32_symbian_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14765 arm_elf32_vxworks_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14766 arm_elf32_vxworks_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14767 arm_pe_be_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
14768 arm_pe_le_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
14769 arm_pe_wince_be_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14770 arm_pe_wince_le_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14771 arm_pei_be_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
14772 arm_pei_le_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
14773 arm_pei_wince_be_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14774 arm_pei_wince_le_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14775 arm_mach_o_vec
) tb
="$tb mach-o-arm.lo" ;;
14776 avr_elf32_vec
) tb
="$tb elf32-avr.lo elf32.lo $elf" ;;
14777 bfin_elf32_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
14778 bfin_elf32_fdpic_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
14779 cr16_elf32_vec
) tb
="$tb elf32-cr16.lo elf32.lo $elf" ;;
14780 cris_aout_vec
) tb
="$tb aout-cris.lo" ;;
14781 cris_elf32_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
14782 cris_elf32_us_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
14783 crx_elf32_vec
) tb
="$tb elf32-crx.lo elf32.lo $elf" ;;
14784 csky_elf32_be_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
14785 csky_elf32_le_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
14786 d10v_elf32_vec
) tb
="$tb elf32-d10v.lo elf32.lo $elf" ;;
14787 d30v_elf32_vec
) tb
="$tb elf32-d30v.lo elf32.lo $elf" ;;
14788 dlx_elf32_be_vec
) tb
="$tb elf32-dlx.lo elf32.lo $elf" ;;
14789 elf32_be_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
14790 elf32_le_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
14791 elf64_be_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
14792 elf64_le_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
14793 bpf_elf64_le_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64;;
14794 bpf_elf64_be_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64 ;;
14795 epiphany_elf32_vec
) tb
="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14796 fr30_elf32_vec
) tb
="$tb elf32-fr30.lo elf32.lo $elf" ;;
14797 frv_elf32_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
14798 frv_elf32_fdpic_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
14799 h8300_elf32_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
14800 h8300_elf32_linux_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
14801 hppa_elf32_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
14802 hppa_elf32_linux_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
14803 hppa_elf32_nbsd_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
14804 hppa_elf64_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
14805 hppa_elf64_linux_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
14806 hppa_som_vec
) tb
="$tb som.lo" ;;
14807 i386_aout_vec
) tb
="$tb i386aout.lo aout32.lo" ;;
14808 i386_aout_bsd_vec
) tb
="$tb i386bsd.lo aout32.lo" ;;
14809 i386_aout_lynx_vec
) tb
="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14810 i386_coff_vec
) tb
="$tb coff-i386.lo $coff" ;;
14811 i386_coff_go32_vec
) tb
="$tb coff-go32.lo $coff" ;;
14812 i386_coff_go32stubbed_vec
) tb
="$tb coff-stgo32.lo $coff" ;;
14813 i386_coff_lynx_vec
) tb
="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
14814 i386_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14815 i386_elf32_fbsd_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14816 i386_elf32_sol2_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14817 i386_elf32_vxworks_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14818 i386_mach_o_vec
) tb
="$tb mach-o-i386.lo" ;;
14819 i386_msdos_vec
) tb
="$tb i386msdos.lo" ;;
14820 i386_pe_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
14821 i386_pe_big_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
14822 i386_pei_vec
) tb
="$tb pei-i386.lo peigen.lo $coff" ;;
14823 iamcu_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14824 ia64_elf32_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14825 ia64_elf32_hpux_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14826 ia64_elf64_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
14827 ia64_elf64_le_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
14828 ia64_elf64_hpux_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
14829 ia64_elf64_vms_vec
) tb
="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size
=64 ;;
14830 ia64_pei_vec
) tb
="$tb pei-ia64.lo pepigen.lo $coff"; target_size
=64 ;;
14831 ip2k_elf32_vec
) tb
="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14832 iq2000_elf32_vec
) tb
="$tb elf32-iq2000.lo elf32.lo $elf" ;;
14833 k1om_elf64_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14834 k1om_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14835 l1om_elf64_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14836 l1om_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
14837 lm32_elf32_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
14838 lm32_elf32_fdpic_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
14839 m32c_elf32_vec
) tb
="$tb elf32-m32c.lo elf32.lo $elf" ;;
14840 m32r_elf32_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
14841 m32r_elf32_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
14842 m32r_elf32_linux_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
14843 m32r_elf32_linux_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
14844 m68hc11_elf32_vec
) tb
="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14845 m68hc12_elf32_vec
) tb
="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14846 m68k_elf32_vec
) tb
="$tb elf32-m68k.lo elf32.lo $elf" ;;
14847 s12z_elf32_vec
) tb
="$tb elf32-s12z.lo elf32.lo $elf" ;;
14848 mach_o_be_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
14849 mach_o_le_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
14850 mach_o_fat_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
14851 mcore_elf32_be_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
14852 mcore_elf32_le_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
14853 mcore_pe_be_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
14854 mcore_pe_le_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
14855 mcore_pei_be_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
14856 mcore_pei_le_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
14857 mep_elf32_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
14858 mep_elf32_le_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
14859 metag_elf32_vec
) tb
="$tb elf32-metag.lo elf32.lo $elf" ;;
14860 microblaze_elf32_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14861 microblaze_elf32_le_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
14862 mips_ecoff_be_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14863 mips_ecoff_le_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14864 mips_ecoff_bele_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14865 mips_elf32_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14866 mips_elf32_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14867 mips_elf32_n_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14868 mips_elf32_n_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14869 mips_elf32_ntrad_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14870 mips_elf32_ntrad_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14871 mips_elf32_ntradfbsd_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14872 mips_elf32_ntradfbsd_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14873 mips_elf32_trad_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14874 mips_elf32_trad_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14875 mips_elf32_tradfbsd_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14876 mips_elf32_tradfbsd_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14877 mips_elf32_vxworks_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14878 mips_elf32_vxworks_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14879 mips_elf64_be_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14880 mips_elf64_le_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14881 mips_elf64_trad_be_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14882 mips_elf64_trad_le_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14883 mips_elf64_tradfbsd_be_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14884 mips_elf64_tradfbsd_le_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
14885 mmix_elf64_vec
) tb
="$tb elf64-mmix.lo elf64.lo $elf" target_size
=64 ;;
14886 mmix_mmo_vec
) tb
="$tb mmo.lo" target_size
=64 ;;
14887 mn10200_elf32_vec
) tb
="$tb elf-m10200.lo elf32.lo $elf" ;;
14888 mn10300_elf32_vec
) tb
="$tb elf-m10300.lo elf32.lo $elf" ;;
14889 moxie_elf32_be_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
14890 moxie_elf32_le_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
14891 msp430_elf32_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
14892 msp430_elf32_ti_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
14893 mt_elf32_vec
) tb
="$tb elf32-mt.lo elf32.lo $elf" ;;
14894 nds32_elf32_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
14895 nds32_elf32_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
14896 nds32_elf32_linux_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
14897 nds32_elf32_linux_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
14898 nfp_elf64_vec
) tb
="$tb elf64-nfp.lo elf64.lo $elf" ;;
14899 nios2_elf32_be_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
14900 nios2_elf32_le_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
14901 ns32k_aout_pc532mach_vec
) tb
="$tb pc532-mach.lo aout-ns32k.lo" ;;
14902 ns32k_aout_pc532nbsd_vec
) tb
="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14903 or1k_elf32_vec
) tb
="$tb elf32-or1k.lo elf32.lo $elf" ;;
14904 pdp11_aout_vec
) tb
="$tb pdp11.lo" ;;
14905 pef_vec
) tb
="$tb pef.lo" ;;
14906 pef_xlib_vec
) tb
="$tb pef.lo" ;;
14907 pj_elf32_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
14908 pj_elf32_le_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
14909 powerpc_boot_vec
) tb
="$tb ppcboot.lo" ;;
14910 powerpc_elf32_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14911 powerpc_elf32_le_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14912 powerpc_elf32_fbsd_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14913 powerpc_elf32_vxworks_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14914 powerpc_elf64_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
14915 powerpc_elf64_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
14916 powerpc_elf64_fbsd_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
14917 powerpc_elf64_fbsd_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
14918 powerpc_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
14919 pru_elf32_vec
) tb
="$tb elf32-pru.lo elf32.lo $elf" ;;
14920 riscv_elf32_vec
) tb
="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14921 riscv_elf64_vec
) tb
="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
14922 rl78_elf32_vec
) tb
="$tb elf32-rl78.lo elf32.lo $elf" ;;
14923 rs6000_xcoff64_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
14924 rs6000_xcoff64_aix_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
14925 rs6000_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
14926 rx_elf32_be_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14927 rx_elf32_be_ns_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14928 rx_elf32_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14929 rx_elf32_linux_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14930 s390_elf32_vec
) tb
="$tb elf32-s390.lo elf32.lo $elf" ;;
14931 s390_elf64_vec
) tb
="$tb elf64-s390.lo elf64.lo $elf"; target_size
=64 ;;
14932 score_elf32_be_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
14933 score_elf32_le_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
14934 sh_coff_vec
) tb
="$tb coff-sh.lo $coff" ;;
14935 sh_coff_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
14936 sh_coff_small_vec
) tb
="$tb coff-sh.lo $coff" ;;
14937 sh_coff_small_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
14938 sh_elf32_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14939 sh_elf32_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14940 sh_elf32_fdpic_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14941 sh_elf32_fdpic_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14942 sh_elf32_linux_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14943 sh_elf32_linux_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14944 sh_elf32_nbsd_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14945 sh_elf32_nbsd_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14946 sh_elf32_vxworks_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14947 sh_elf32_vxworks_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14948 sh_pe_le_vec
) tb
="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14949 sh_pei_le_vec
) tb
="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14950 sparc_elf32_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14951 sparc_elf32_sol2_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14952 sparc_elf32_vxworks_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14953 sparc_elf64_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
14954 sparc_elf64_fbsd_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
14955 sparc_elf64_sol2_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
14956 spu_elf32_vec
) tb
="$tb elf32-spu.lo elf32.lo $elf" ;;
14957 sym_vec
) tb
="$tb xsym.lo" ;;
14958 tic30_coff_vec
) tb
="$tb coff-tic30.lo $coffgen" ;;
14959 tic4x_coff0_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14960 tic4x_coff0_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14961 tic4x_coff1_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14962 tic4x_coff1_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14963 tic4x_coff2_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14964 tic4x_coff2_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14965 tic54x_coff0_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14966 tic54x_coff0_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14967 tic54x_coff1_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14968 tic54x_coff1_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14969 tic54x_coff2_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14970 tic54x_coff2_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14971 tic6x_elf32_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14972 tic6x_elf32_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14973 tic6x_elf32_c6000_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14974 tic6x_elf32_c6000_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14975 tic6x_elf32_linux_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14976 tic6x_elf32_linux_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14977 tilegx_elf32_be_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
14978 tilegx_elf32_le_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
14979 tilegx_elf64_be_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
14980 tilegx_elf64_le_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
14981 tilepro_elf32_vec
) tb
="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14982 v800_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
14983 v850_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
14984 vax_aout_1knbsd_vec
) tb
="$tb vax1knetbsd.lo aout32.lo" ;;
14985 vax_aout_nbsd_vec
) tb
="$tb vaxnetbsd.lo aout32.lo" ;;
14986 vax_elf32_vec
) tb
="$tb elf32-vax.lo elf32.lo $elf" ;;
14987 ft32_elf32_vec
) tb
="$tb elf32-ft32.lo elf32.lo $elf" ;;
14988 visium_elf32_vec
) tb
="$tb elf32-visium.lo elf32.lo $elf" ;;
14989 wasm_vec
) tb
="$tb wasm-module.lo" ;;
14990 wasm32_elf32_vec
) tb
="$tb elf32-wasm32.lo elf32.lo $elf" ;;
14991 x86_64_coff_vec
) tb
="$tb coff-x86_64.lo $coff"; target_size
=64 ;;
14992 x86_64_elf32_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size
=64 ;;
14993 x86_64_elf64_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14994 x86_64_elf64_cloudabi_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14995 x86_64_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14996 x86_64_elf64_sol2_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14997 x86_64_mach_o_vec
) tb
="$tb mach-o-x86-64.lo" ;;
14998 x86_64_pe_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
14999 x86_64_pe_big_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
15000 x86_64_pei_vec
) tb
="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
15001 xc16x_elf32_vec
) tb
="$tb elf32-xc16x.lo elf32.lo $elf" ;;
15002 xgate_elf32_vec
) tb
="$tb elf32-xgate.lo elf32.lo $elf" ;;
15003 xstormy16_elf32_vec
) tb
="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
15004 xtensa_elf32_be_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15005 xtensa_elf32_le_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15006 z80_coff_vec
) tb
="$tb coff-z80.lo reloc16.lo $coffgen" ;;
15007 z80_elf32_vec
) tb
="$tb elf32-z80.lo elf32.lo $elf" ;;
15008 z8k_coff_vec
) tb
="$tb coff-z8k.lo reloc16.lo $coff" ;;
15010 # These appear out of order in targets.c
15011 srec_vec
) tb
="$tb srec.lo" ;;
15012 symbolsrec_vec
) tb
="$tb srec.lo" ;;
15013 tekhex_vec
) tb
="$tb tekhex.lo" ;;
15014 core_cisco_be_vec
) tb
="$tb cisco-core.lo" ;;
15015 core_cisco_le_vec
) tb
="$tb cisco-core.lo" ;;
15018 *) as_fn_error $?
"*** unknown target vector $vec" "$LINENO" 5 ;;
15021 if test ${target_size} = 64; then
15024 if test x
"${vec}" = x
"${defvec}"; then
15025 bfd_default_target_size
=${target_size}
15029 if test "$plugins" = "yes"; then
15033 # Target architecture .o files.
15034 # A couple of CPUs use shorter file names to avoid problems on DOS
15036 ta
=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15038 # Weed out duplicate .o files.
15060 if test x
${all_targets} = xtrue
; then
15061 bfd_backends
="${bfd_backends}"' $(ALL_BACKENDS)'
15062 bfd_machines
="${bfd_machines}"' $(ALL_MACHINES)'
15064 havevecs
=-DHAVE_all_vecs
15066 test -n "$assocvecs" &&
15067 assocvecs
=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15068 else # all_targets is true
15069 # Only set these if they will be nonempty, for the clever echo.
15072 test -n "$selvecs" &&
15073 havevecs
=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15074 test -n "$selvecs" &&
15075 selvecs
=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15076 test -n "$selarchs" &&
15077 selarchs
=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15078 fi # all_targets is true
15080 # 64-bit archives need a 64-bit bfd_vma.
15081 if test "x$want_64_bit_archive" = xtrue
; then
15084 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
15088 case ${host64}-${target64}-${want64} in
15091 bfd64_libs
='$(BFD64_LIBS)'
15092 all_backends
='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15093 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15094 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15095 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15097 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15099 if test -n "$GCC" ; then
15101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15102 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15103 # Add more tests for gcc versions with non-working 64-bit support here.
15104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15105 /* end confdefs.h. */
15106 :__GNUC__:__GNUC_MINOR__:__i386__:
15108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15109 $EGREP ": 2 : 91 : 1 :" >/dev
/null
2>&1; then :
15111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15112 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15115 $as_echo "no" >&6; }
15119 if test $bad_64bit_gcc = yes ; then
15120 as_fn_error $?
"A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15126 all_backends
='$(BFD32_BACKENDS)'
15131 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15132 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15133 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15134 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15145 # If we are configured native, pick a core file support file.
15150 if test "${target}" = "${host}"; then
15152 alpha
*-*-freebsd* | alpha
*-*-kfreebsd*-gnu | alpha
*-*-*vms
*)
15156 COREFILE
=trad-core.lo
15157 TRAD_HEADER
='"hosts/alphalinux.h"'
15159 alpha
*-*-netbsd* | alpha
*-*-openbsd*)
15160 COREFILE
=netbsd-core.lo
15163 COREFILE
=osf-core.lo
15165 arm-
*-freebsd* | arm-
*-kfreebsd*-gnu)
15167 arm
*-*-netbsd* | arm-
*-openbsd*)
15168 COREFILE
=netbsd-core.lo
15170 arm-
*-riscix) COREFILE
=trad-core.lo
;;
15171 hppa
*-*-hpux*) COREFILE
=hpux-core.lo
;;
15172 hppa
*-*-hiux*) COREFILE
=hpux-core.lo
;;
15173 hppa
*-*-mpeix*) COREFILE
=hpux-core.lo
;;
15174 hppa
*-*-bsd*) COREFILE
="hpux-core.lo hppabsd-core.lo"
15175 COREFLAG
="-DHPUX_CORE -DHPPABSD_CORE" ;;
15176 hppa
*-*-netbsd* | hppa
*-*-openbsd*)
15177 COREFILE
=netbsd-core.lo
15180 i
[3-7]86-sequent-bsd*)
15181 COREFILE
=trad-core.lo
15182 TRAD_HEADER
='"hosts/symmetry.h"'
15184 i
[3-7]86-sequent-sysv4*) ;;
15185 i
[3-7]86-sequent-sysv*)
15186 COREFILE
=trad-core.lo
15187 TRAD_HEADER
='"hosts/symmetry.h"'
15192 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
*)
15193 COREFILE
=trad-core.lo
15194 TRAD_HEADER
='"hosts/i386bsd.h"'
15196 i
[3-7]86-*-freebsd* | i
[3-7]86-*-kfreebsd*-gnu | i
[3-7]86-*-dragonfly*)
15198 TRAD_HEADER
='"hosts/i386bsd.h"'
15200 i
[3-7]86-*-netbsd* | i
[3-7]86-*-knetbsd*-gnu | i
[3-7]86-*-openbsd*)
15201 COREFILE
=netbsd-core.lo
15203 i
[3-7]86-esix-sysv3*)
15204 COREFILE
=trad-core.lo
15205 TRAD_HEADER
='"hosts/esix.h"'
15207 i
[3-7]86-*-sco3.2v5
*)
15208 COREFILE
=sco5-core.lo
15210 i
[3-7]86-*-sco* | i
[3-7]86-*-isc*)
15211 COREFILE
=trad-core.lo
15212 TRAD_HEADER
='"hosts/i386sco.h"'
15215 COREFILE
=trad-core.lo
15216 TRAD_HEADER
='"hosts/i386mach3.h"'
15218 i
[3-7]86-*-linux-*)
15219 COREFILE
=trad-core.lo
15220 TRAD_HEADER
='"hosts/i386linux.h"'
15221 case "$enable_targets"-"$want64" in
15222 *x86_64-
*linux
*|
*-true)
15223 CORE_HEADER
='"hosts/x86-64linux.h"'
15226 i
[3-7]86-*-isc*) COREFILE
=trad-core.lo
;;
15227 i
[3-7]86-*-aix*) COREFILE
=aix386-core.lo
;;
15228 mips
*-*-netbsd* | mips
*-*-openbsd*)
15229 COREFILE
=netbsd-core.lo
15231 mips-sgi-irix4
*) COREFILE
=irix-core.lo
;;
15232 mips-sgi-irix5
*) COREFILE
=irix-core.lo
;;
15233 mips-sgi-irix6
*) COREFILE
=irix-core.lo
;;
15235 COREFILE
=trad-core.lo
15236 TRAD_HEADER
='"hosts/m68klinux.h"'
15239 COREFILE
=netbsd-core.lo
15242 COREFILE
=trad-core.lo
15243 TRAD_HEADER
='"hosts/pc532mach.h"'
15245 ns32k-
*-netbsd* | ns32k-
*-openbsd*)
15246 COREFILE
=netbsd-core.lo
15249 COREFILE
=lynx-core.lo
15251 rs6000-
*-aix[5-9].
* | powerpc-
*-aix[5-9].
* | powerpc64-
*-aix[5-9].
*)
15252 COREFILE
=rs6000-core.lo
15253 COREFLAG
="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
15255 rs6000-
*-aix4.
[3-9]* | powerpc-
*-aix4.
[3-9]*)
15256 COREFILE
=rs6000-core.lo
15257 COREFLAG
="$COREFLAG -DAIX_CORE_DUMPX_CORE"
15258 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
15259 # have c_impl as a member of struct core_dumpx
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
15261 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
15262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15263 /* end confdefs.h. */
15268 struct core_dumpx c; c.c_impl = 0;
15273 if ac_fn_c_try_compile
"$LINENO"; then :
15275 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
15277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15278 $as_echo "yes" >&6; }
15280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15281 $as_echo "no" >&6; }
15283 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15285 rs6000-
*-aix4*) COREFILE
=rs6000-core.lo
;;
15286 rs6000-
*-*) COREFILE
=rs6000-core.lo
;;
15287 powerpc64-
*-aix*) COREFILE
=rs6000-core.lo
;;
15288 powerpc-
*-aix4*) COREFILE
=rs6000-core.lo
;;
15289 powerpc-
*-aix*) COREFILE
=rs6000-core.lo
;;
15290 powerpc-
*-beos*) ;;
15291 powerpc-
*-freebsd* | powerpc-
*-kfreebsd*-gnu)
15293 powerpc-
*-netbsd*) COREFILE
=netbsd-core.lo
;;
15294 powerpc-
*-*bsd
*) COREFILE
=netbsd-core.lo
;;
15295 s390
*-*-*) COREFILE
=trad-core.lo
;;
15296 sh
*-*-netbsd* | sh
*-*-openbsd*)
15297 COREFILE
=netbsd-core.lo
15299 sparc-
*-netbsd* | sparc
*-*-openbsd*)
15300 COREFILE
=netbsd-core.lo
15302 vax-
*-netbsd* | vax-
*-openbsd*)
15303 COREFILE
=netbsd-core.lo
15306 COREFILE
=trad-core.lo
15307 TRAD_HEADER
='"hosts/vaxult2.h"'
15310 COREFILE
=trad-core.lo
15311 TRAD_HEADER
='"hosts/vaxult2.h"'
15314 COREFILE
=trad-core.lo
15315 TRAD_HEADER
='"hosts/vaxlinux.h"'
15318 COREFILE
=trad-core.lo
15319 TRAD_HEADER
='"hosts/vaxbsd.h"'
15322 CORE_HEADER
='"hosts/x86-64linux.h"'
15324 x86_64-
*-netbsd* | x86_64-
*-openbsd*)
15325 COREFILE
=netbsd-core.lo
15329 case "$COREFILE" in
15330 aix386-core.lo
) COREFLAG
=-DAIX386_CORE ;;
15331 hppabsd-core.lo
) COREFLAG
=-DHPPABSD_CORE ;;
15332 hpux-core.lo
) COREFLAG
=-DHPUX_CORE ;;
15333 irix-core.lo
) COREFLAG
=-DIRIX_CORE ;;
15334 lynx-core.lo
) COREFLAG
=-DLYNX_CORE ;;
15335 netbsd-core.lo
) COREFLAG
=-DNETBSD_CORE ;;
15336 osf-core.lo
) COREFLAG
=-DOSF_CORE ;;
15337 ptrace-core.lo
) COREFLAG
=-DPTRACE_CORE ;;
15338 rs6000-core.lo
) COREFLAG
="$COREFLAG -DAIX_CORE" ;;
15339 sco5-core.lo
) COREFLAG
="$COREFLAG -DSCO5_CORE" ;;
15340 trad-core.lo
) COREFLAG
="$COREFLAG -DTRAD_CORE" ;;
15343 # ELF corefile support has several flavors, but all of
15344 # them use something called <sys/procfs.h>
15346 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
15348 for ac_header
in sys
/procfs.h
15350 ac_fn_c_check_header_mongrel
"$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
15351 if test "x$ac_cv_header_sys_procfs_h" = xyes
; then :
15352 cat >>confdefs.h
<<_ACEOF
15353 #define HAVE_SYS_PROCFS_H 1
15360 if test "$ac_cv_header_sys_procfs_h" = yes; then
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
15363 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
15364 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false
; then :
15365 $as_echo_n "(cached) " >&6
15367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15368 /* end confdefs.h. */
15371 #include <sys/procfs.h>
15380 if ac_fn_c_try_compile
"$LINENO"; then :
15381 bfd_cv_have_sys_procfs_type_prstatus_t
=yes
15383 bfd_cv_have_sys_procfs_type_prstatus_t
=no
15386 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15389 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
15391 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
15395 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
15398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
15399 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
15400 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false
; then :
15401 $as_echo_n "(cached) " >&6
15403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15404 /* end confdefs.h. */
15407 #include <sys/procfs.h>
15416 if ac_fn_c_try_compile
"$LINENO"; then :
15417 bfd_cv_have_sys_procfs_type_prstatus32_t
=yes
15419 bfd_cv_have_sys_procfs_type_prstatus32_t
=no
15422 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15425 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
15427 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
15430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
15431 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
15435 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
15436 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false
; then :
15437 $as_echo_n "(cached) " >&6
15439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15440 /* end confdefs.h. */
15443 #include <sys/procfs.h>
15447 prstatus_t avar; void* aref = (void*) &avar.pr_who
15452 if ac_fn_c_try_compile
"$LINENO"; then :
15453 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=yes
15455 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=no
15458 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15461 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15463 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15467 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15471 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
15472 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false
; then :
15473 $as_echo_n "(cached) " >&6
15475 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15476 /* end confdefs.h. */
15479 #include <sys/procfs.h>
15483 prstatus32_t avar; void* aref = (void*) &avar.pr_who
15488 if ac_fn_c_try_compile
"$LINENO"; then :
15489 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=yes
15491 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=no
15494 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15497 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15499 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15503 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15507 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
15508 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false
; then :
15509 $as_echo_n "(cached) " >&6
15511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15512 /* end confdefs.h. */
15515 #include <sys/procfs.h>
15524 if ac_fn_c_try_compile
"$LINENO"; then :
15525 bfd_cv_have_sys_procfs_type_pstatus_t
=yes
15527 bfd_cv_have_sys_procfs_type_pstatus_t
=no
15530 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15533 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15535 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15539 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15543 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
15544 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false
; then :
15545 $as_echo_n "(cached) " >&6
15547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15548 /* end confdefs.h. */
15551 #include <sys/procfs.h>
15560 if ac_fn_c_try_compile
"$LINENO"; then :
15561 bfd_cv_have_sys_procfs_type_pxstatus_t
=yes
15563 bfd_cv_have_sys_procfs_type_pxstatus_t
=no
15566 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15569 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15571 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15575 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15579 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
15580 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false
; then :
15581 $as_echo_n "(cached) " >&6
15583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15584 /* end confdefs.h. */
15587 #include <sys/procfs.h>
15596 if ac_fn_c_try_compile
"$LINENO"; then :
15597 bfd_cv_have_sys_procfs_type_pstatus32_t
=yes
15599 bfd_cv_have_sys_procfs_type_pstatus32_t
=no
15602 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15605 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15607 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15611 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15615 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
15616 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false
; then :
15617 $as_echo_n "(cached) " >&6
15619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15620 /* end confdefs.h. */
15623 #include <sys/procfs.h>
15632 if ac_fn_c_try_compile
"$LINENO"; then :
15633 bfd_cv_have_sys_procfs_type_prpsinfo_t
=yes
15635 bfd_cv_have_sys_procfs_type_prpsinfo_t
=no
15638 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15641 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15643 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15647 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15651 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
15652 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false
; then :
15653 $as_echo_n "(cached) " >&6
15655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15656 /* end confdefs.h. */
15659 #include <sys/procfs.h>
15663 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15668 if ac_fn_c_try_compile
"$LINENO"; then :
15669 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=yes
15671 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=no
15674 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15677 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15679 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15683 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15687 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
15688 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false
; then :
15689 $as_echo_n "(cached) " >&6
15691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15692 /* end confdefs.h. */
15695 #include <sys/procfs.h>
15704 if ac_fn_c_try_compile
"$LINENO"; then :
15705 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=yes
15707 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=no
15710 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15713 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15715 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15719 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15723 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15724 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false
; then :
15725 $as_echo_n "(cached) " >&6
15727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15728 /* end confdefs.h. */
15731 #include <sys/procfs.h>
15735 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15740 if ac_fn_c_try_compile
"$LINENO"; then :
15741 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=yes
15743 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=no
15746 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15749 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15751 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15755 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15759 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
15760 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false
; then :
15761 $as_echo_n "(cached) " >&6
15763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15764 /* end confdefs.h. */
15767 #include <sys/procfs.h>
15776 if ac_fn_c_try_compile
"$LINENO"; then :
15777 bfd_cv_have_sys_procfs_type_psinfo_t
=yes
15779 bfd_cv_have_sys_procfs_type_psinfo_t
=no
15782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15785 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15787 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15791 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15795 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
15796 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false
; then :
15797 $as_echo_n "(cached) " >&6
15799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15800 /* end confdefs.h. */
15803 #include <sys/procfs.h>
15807 psinfo_t avar; void* aref = (void*) &avar.pr_pid
15812 if ac_fn_c_try_compile
"$LINENO"; then :
15813 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=yes
15815 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=no
15818 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15821 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15823 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15827 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15831 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
15832 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false
; then :
15833 $as_echo_n "(cached) " >&6
15835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15836 /* end confdefs.h. */
15839 #include <sys/procfs.h>
15848 if ac_fn_c_try_compile
"$LINENO"; then :
15849 bfd_cv_have_sys_procfs_type_psinfo32_t
=yes
15851 bfd_cv_have_sys_procfs_type_psinfo32_t
=no
15854 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15857 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15859 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15863 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15867 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15868 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false
; then :
15869 $as_echo_n "(cached) " >&6
15871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15872 /* end confdefs.h. */
15875 #include <sys/procfs.h>
15879 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15884 if ac_fn_c_try_compile
"$LINENO"; then :
15885 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=yes
15887 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=no
15890 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15893 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15895 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15899 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15903 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15904 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false
; then :
15905 $as_echo_n "(cached) " >&6
15907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15908 /* end confdefs.h. */
15911 #include <sys/procfs.h>
15920 if ac_fn_c_try_compile
"$LINENO"; then :
15921 bfd_cv_have_sys_procfs_type_lwpstatus_t
=yes
15923 bfd_cv_have_sys_procfs_type_lwpstatus_t
=no
15926 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15929 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15931 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15935 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15939 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15940 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false
; then :
15941 $as_echo_n "(cached) " >&6
15943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15944 /* end confdefs.h. */
15947 #include <sys/procfs.h>
15956 if ac_fn_c_try_compile
"$LINENO"; then :
15957 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=yes
15959 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=no
15962 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15965 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15967 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15971 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15975 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15976 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false
; then :
15977 $as_echo_n "(cached) " >&6
15979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15980 /* end confdefs.h. */
15983 #include <sys/procfs.h>
15987 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15992 if ac_fn_c_try_compile
"$LINENO"; then :
15993 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=yes
15995 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=no
15998 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16001 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
16003 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
16006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
16007 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
16010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
16011 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
16012 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false
; then :
16013 $as_echo_n "(cached) " >&6
16015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16016 /* end confdefs.h. */
16019 #include <sys/procfs.h>
16023 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
16028 if ac_fn_c_try_compile
"$LINENO"; then :
16029 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=yes
16031 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=no
16034 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16037 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
16039 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
16042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
16043 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
16046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
16047 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
16048 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false
; then :
16049 $as_echo_n "(cached) " >&6
16051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16052 /* end confdefs.h. */
16055 #include <sys/procfs.h>
16059 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
16064 if ac_fn_c_try_compile
"$LINENO"; then :
16065 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=yes
16067 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=no
16070 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16073 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
16075 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
16078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
16079 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
16082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
16083 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
16084 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false
; then :
16085 $as_echo_n "(cached) " >&6
16087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16088 /* end confdefs.h. */
16091 #include <sys/procfs.h>
16095 win32_pstatus_t avar
16100 if ac_fn_c_try_compile
"$LINENO"; then :
16101 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=yes
16103 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=no
16106 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16109 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
16111 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
16114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
16115 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
16121 if test -n "$CORE_HEADER"; then
16123 cat >>confdefs.h
<<_ACEOF
16124 #define CORE_HEADER $CORE_HEADER
16128 if test -n "$TRAD_HEADER"; then
16130 cat >>confdefs.h
<<_ACEOF
16131 #define TRAD_HEADER $TRAD_HEADER
16136 if test "$plugins" = "yes"; then
16144 # Determine the host dependent file_ptr a.k.a. off_t type. In order
16145 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
16146 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
16147 # Hopefully a reasonable assumption since fseeko et.al. should be
16148 # upward compatible.
16149 for ac_func
in ftello ftello64 fseeko fseeko64 fopen64
16151 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16152 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16153 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16154 cat >>confdefs.h
<<_ACEOF
16155 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16161 if test x
"$ac_cv_func_ftello" = xyes
-a x
"$ac_cv_func_fseeko" = xyes
; then
16162 # The cast to long int works around a bug in the HP C Compiler
16163 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16164 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16165 # This bug is HP SR number 8606223364.
16166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
16167 $as_echo_n "checking size of off_t... " >&6; }
16168 if ${ac_cv_sizeof_off_t+:} false
; then :
16169 $as_echo_n "(cached) " >&6
16171 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
16174 if test "$ac_cv_type_off_t" = yes; then
16175 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16176 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16177 as_fn_error
77 "cannot compute sizeof (off_t)
16178 See \`config.log' for more details" "$LINENO" 5; }
16180 ac_cv_sizeof_off_t
=0
16185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
16186 $as_echo "$ac_cv_sizeof_off_t" >&6; }
16190 cat >>confdefs.h
<<_ACEOF
16191 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
16196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
16197 $as_echo_n "checking file_ptr type... " >&6; }
16198 bfd_file_ptr
="long"
16199 bfd_ufile_ptr
="unsigned long"
16200 if test x
"$ac_cv_func_ftello64" = xyes
-a x
"$ac_cv_func_fseeko64" = xyes \
16201 -o x
"${ac_cv_sizeof_off_t}" = x8
; then
16202 bfd_file_ptr
=BFD_HOST_64_BIT
16203 bfd_ufile_ptr
=BFD_HOST_U_64_BIT
16205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
16206 $as_echo "$bfd_file_ptr" >&6; }
16213 for ac_header
in $ac_header_list
16215 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16216 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
16218 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16219 cat >>confdefs.h
<<_ACEOF
16220 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16234 for ac_func
in getpagesize
16236 ac_fn_c_check_func
"$LINENO" "getpagesize" "ac_cv_func_getpagesize"
16237 if test "x$ac_cv_func_getpagesize" = xyes
; then :
16238 cat >>confdefs.h
<<_ACEOF
16239 #define HAVE_GETPAGESIZE 1
16245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
16246 $as_echo_n "checking for working mmap... " >&6; }
16247 if ${ac_cv_func_mmap_fixed_mapped+:} false
; then :
16248 $as_echo_n "(cached) " >&6
16250 if test "$cross_compiling" = yes; then :
16251 ac_cv_func_mmap_fixed_mapped
=no
16253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16254 /* end confdefs.h. */
16255 $ac_includes_default
16256 /* malloc might have been renamed as rpl_malloc. */
16259 /* Thanks to Mike Haertel and Jim Avera for this test.
16260 Here is a matrix of mmap possibilities:
16261 mmap private not fixed
16262 mmap private fixed at somewhere currently unmapped
16263 mmap private fixed at somewhere already mapped
16264 mmap shared not fixed
16265 mmap shared fixed at somewhere currently unmapped
16266 mmap shared fixed at somewhere already mapped
16267 For private mappings, we should verify that changes cannot be read()
16268 back from the file, nor mmap's back from the file at a different
16269 address. (There have been systems where private was not correctly
16270 implemented like the infamous i386 svr4.0, and systems where the
16271 VM page cache was not coherent with the file system buffer cache
16272 like early versions of FreeBSD and possibly contemporary NetBSD.)
16273 For shared mappings, we should conversely verify that changes get
16274 propagated back to all the places they're supposed to be.
16276 Grep wants private fixed already mapped.
16277 The main things grep needs to know about mmap are:
16278 * does it exist and is it safe to write into the mmap'd area
16279 * how to use it (BSD variants) */
16282 #include <sys/mman.h>
16284 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
16288 /* This mess was copied from the GNU getpagesize.h. */
16289 #ifndef HAVE_GETPAGESIZE
16290 # ifdef _SC_PAGESIZE
16291 # define getpagesize() sysconf(_SC_PAGESIZE)
16292 # else /* no _SC_PAGESIZE */
16293 # ifdef HAVE_SYS_PARAM_H
16294 # include <sys/param.h>
16295 # ifdef EXEC_PAGESIZE
16296 # define getpagesize() EXEC_PAGESIZE
16297 # else /* no EXEC_PAGESIZE */
16299 # define getpagesize() NBPG * CLSIZE
16302 # endif /* no CLSIZE */
16303 # else /* no NBPG */
16305 # define getpagesize() NBPC
16306 # else /* no NBPC */
16308 # define getpagesize() PAGESIZE
16309 # endif /* PAGESIZE */
16310 # endif /* no NBPC */
16311 # endif /* no NBPG */
16312 # endif /* no EXEC_PAGESIZE */
16313 # else /* no HAVE_SYS_PARAM_H */
16314 # define getpagesize() 8192 /* punt totally */
16315 # endif /* no HAVE_SYS_PARAM_H */
16316 # endif /* no _SC_PAGESIZE */
16318 #endif /* no HAVE_GETPAGESIZE */
16323 char *data, *data2, *data3;
16324 const char *cdata2;
16328 pagesize = getpagesize ();
16330 /* First, make a file with some known garbage in it. */
16331 data = (char *) malloc (pagesize);
16334 for (i = 0; i < pagesize; ++i)
16335 *(data + i) = rand ();
16337 fd = creat ("conftest.mmap", 0600);
16340 if (write (fd, data, pagesize) != pagesize)
16344 /* Next, check that the tail of a page is zero-filled. File must have
16345 non-zero length, otherwise we risk SIGBUS for entire page. */
16346 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
16350 if (write (fd2, cdata2, 1) != 1)
16352 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
16353 if (data2 == MAP_FAILED)
16355 for (i = 0; i < pagesize; ++i)
16359 if (munmap (data2, pagesize))
16362 /* Next, try to mmap the file at a fixed address which already has
16363 something else allocated at it. If we can, also make sure that
16364 we see the same garbage. */
16365 fd = open ("conftest.mmap", O_RDWR);
16368 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16369 MAP_PRIVATE | MAP_FIXED, fd, 0L))
16371 for (i = 0; i < pagesize; ++i)
16372 if (*(data + i) != *(data2 + i))
16375 /* Finally, make sure that changes to the mapped area do not
16376 percolate back to the file as seen by read(). (This is a bug on
16377 some variants of i386 svr4.0.) */
16378 for (i = 0; i < pagesize; ++i)
16379 *(data2 + i) = *(data2 + i) + 1;
16380 data3 = (char *) malloc (pagesize);
16383 if (read (fd, data3, pagesize) != pagesize)
16385 for (i = 0; i < pagesize; ++i)
16386 if (*(data + i) != *(data3 + i))
16392 if ac_fn_c_try_run
"$LINENO"; then :
16393 ac_cv_func_mmap_fixed_mapped
=yes
16395 ac_cv_func_mmap_fixed_mapped
=no
16397 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
16398 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
16402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
16403 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
16404 if test $ac_cv_func_mmap_fixed_mapped = yes; then
16406 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
16409 rm -f conftest.mmap conftest.txt
16411 for ac_func
in madvise mprotect
16413 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16414 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16415 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16416 cat >>confdefs.h
<<_ACEOF
16417 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16423 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
16425 $as_echo "#define USE_MMAP 1" >>confdefs.h
16429 rm -f doc
/config.status
16430 ac_config_files
="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
16433 ac_config_commands
="$ac_config_commands default"
16441 cat >confcache
<<\_ACEOF
16442 # This file is a shell script that caches the results of configure
16443 # tests run on this system so they can be shared between configure
16444 # scripts and configure runs, see configure's option --config-cache.
16445 # It is not useful on other systems. If it contains results you don't
16446 # want to keep, you may remove or edit it.
16448 # config.status only pays attention to the cache file if you give it
16449 # the --recheck option to rerun configure.
16451 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16452 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16453 # following values.
16457 # The following way of writing the cache mishandles newlines in values,
16458 # but we know of no workaround that is simple, portable, and efficient.
16459 # So, we kill variables containing newlines.
16460 # Ultrix sh set writes to stderr and can't be redirected directly,
16461 # and sets the high bit in the cache file unless we assign to the vars.
16463 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16464 eval ac_val
=\$
$ac_var
16468 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16469 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16472 _ | IFS | as_nl
) ;; #(
16473 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
16474 *) { eval $ac_var=; unset $ac_var;} ;;
16480 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16481 *${as_nl}ac_space
=\
*)
16482 # `set' does not quote correctly, so add quotes: double-quote
16483 # substitution turns \\\\ into \\, and sed turns \\ into \.
16486 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16489 # `set' quotes correctly as required by POSIX, so do not add quotes.
16490 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16499 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16501 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16503 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
16504 if test -w "$cache_file"; then
16505 if test "x$cache_file" != "x/dev/null"; then
16506 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16507 $as_echo "$as_me: updating cache $cache_file" >&6;}
16508 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
16509 cat confcache
>"$cache_file"
16511 case $cache_file in #(
16513 mv -f confcache
"$cache_file"$$
&&
16514 mv -f "$cache_file"$$
"$cache_file" ;; #(
16516 mv -f confcache
"$cache_file" ;;
16521 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16522 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16527 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
16528 # Let make expand exec_prefix.
16529 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
16531 DEFS
=-DHAVE_CONFIG_H
16536 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
16537 # 1. Remove the extension, and $U if already installed.
16538 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
16539 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
16540 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16541 # will be set to the directory where LIBOBJS objects are built.
16542 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16543 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
16545 LIBOBJS
=$ac_libobjs
16547 LTLIBOBJS
=$ac_ltlibobjs
16550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16551 $as_echo_n "checking that generated files are newer than configure... " >&6; }
16552 if test -n "$am_sleep_pid"; then
16553 # Hide warnings about reused PIDs.
16554 wait $am_sleep_pid 2>/dev
/null
16556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16557 $as_echo "done" >&6; }
16558 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16559 as_fn_error $?
"conditional \"AMDEP\" was never defined.
16560 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16562 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16563 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
16564 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16566 if test -n "$EXEEXT"; then
16568 am__EXEEXT_FALSE
='#'
16570 am__EXEEXT_TRUE
='#'
16574 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
16575 as_fn_error $?
"conditional \"PLUGINS\" was never defined.
16576 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16578 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16579 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
16580 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16582 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
16583 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
16584 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16586 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
16587 as_fn_error $?
"conditional \"INSTALL_LIBBFD\" was never defined.
16588 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16591 : "${CONFIG_STATUS=./config.status}"
16593 ac_clean_files_save
=$ac_clean_files
16594 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
16595 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16596 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16598 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16600 # Generated by $as_me.
16601 # Run this file to recreate the current configuration.
16602 # Compiler output produced by configure, useful for debugging
16603 # configure, is in config.log if it exists.
16606 ac_cs_recheck=false
16609 SHELL=\${CONFIG_SHELL-$SHELL}
16612 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
16613 ## -------------------- ##
16614 ## M4sh Initialization. ##
16615 ## -------------------- ##
16617 # Be more Bourne compatible
16618 DUALCASE
=1; export DUALCASE
# for MKS sh
16619 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
16622 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16623 # is contrary to our usage. Disable this feature.
16624 alias -g '${1+"$@"}'='"$@"'
16625 setopt NO_GLOB_SUBST
16627 case `(set -o) 2>/dev/null` in #(
16639 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16640 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16641 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16642 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16643 # Prefer a ksh shell builtin over an external printf program on Solaris,
16644 # but without wasting forks for bash or zsh.
16645 if test -z "$BASH_VERSION$ZSH_VERSION" \
16646 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16647 as_echo='print
-r --'
16648 as_echo_n='print
-rn --'
16649 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16650 as_echo='printf %s
\n'
16651 as_echo_n='printf %s
'
16653 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16654 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
16655 as_echo_n='/usr
/ucb
/echo -n'
16657 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16658 as_echo_n_body='eval
16662 expr "X$arg" : "X\\(.*\\)$as_nl";
16663 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16665 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
16667 export as_echo_n_body
16668 as_echo_n='sh
-c $as_echo_n_body as_echo
'
16670 export as_echo_body
16671 as_echo='sh
-c $as_echo_body as_echo
'
16674 # The user is always right.
16675 if test "${PATH_SEPARATOR+set}" != set; then
16677 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16678 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16685 # We need space, tab and new line, in precisely that order. Quoting is
16686 # there to prevent editors from complaining about space-tab.
16687 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16688 # splitting by setting IFS to empty value.)
16691 # Find who we are. Look in the path if we contain no directory separator.
16694 *[\\/]* ) as_myself=$0 ;;
16695 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16696 for as_dir in $PATH
16699 test -z "$as_dir" && as_dir=.
16700 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16706 # We did not find ourselves, most probably we were run as `sh COMMAND'
16707 # in which case we are not to be found in the path.
16708 if test "x$as_myself" = x
; then
16711 if test ! -f "$as_myself"; then
16712 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16716 # Unset variables that we do not need and which cause bugs (e.g. in
16717 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16718 # suppresses any "Segmentation fault" message there. '((' could
16719 # trigger a bug in pdksh 5.2.14.
16720 for as_var
in BASH_ENV ENV MAIL MAILPATH
16721 do eval test x\
${$as_var+set} = xset \
16722 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
16735 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
16738 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16739 # ----------------------------------------
16740 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16741 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16742 # script with STATUS, using 1 if that was 0.
16745 as_status
=$1; test $as_status -eq 0 && as_status
=1
16747 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
16748 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16750 $as_echo "$as_me: error: $2" >&2
16751 as_fn_exit
$as_status
16755 # as_fn_set_status STATUS
16756 # -----------------------
16757 # Set $? to STATUS, without forking.
16758 as_fn_set_status
()
16761 } # as_fn_set_status
16763 # as_fn_exit STATUS
16764 # -----------------
16765 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16769 as_fn_set_status
$1
16775 # Portably unset VAR.
16778 { eval $1=; unset $1;}
16780 as_unset
=as_fn_unset
16781 # as_fn_append VAR VALUE
16782 # ----------------------
16783 # Append the text in VALUE to the end of the definition contained in VAR. Take
16784 # advantage of any shell optimizations that allow amortized linear growth over
16785 # repeated appends, instead of the typical quadratic growth present in naive
16787 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
16788 eval 'as_fn_append ()
16799 # as_fn_arith ARG...
16800 # ------------------
16801 # Perform arithmetic evaluation on the ARGs, and store the result in the
16802 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16803 # must be portable across $(()) and expr.
16804 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
16805 eval 'as_fn_arith ()
16812 as_val
=`expr "$@" || test $? -eq 1`
16817 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
16818 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
16824 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16825 as_basename
=basename
16830 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
16836 as_me
=`$as_basename -- "$0" ||
16837 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16838 X"$0" : 'X\(//\)$' \| \
16839 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16841 sed '/^.*\/\([^/][^/]*\)\/*$/{
16855 # Avoid depending upon Character Ranges.
16856 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
16857 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16858 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
16859 as_cr_digits
='0123456789'
16860 as_cr_alnum
=$as_cr_Letters$as_cr_digits
16862 ECHO_C
= ECHO_N
= ECHO_T
=
16863 case `echo -n x` in #(((((
16865 case `echo 'xy\c'` in
16866 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
16868 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
16875 rm -f conf$$ conf$$.exe conf$$.
file
16876 if test -d conf$$.dir
; then
16877 rm -f conf$$.dir
/conf$$.
file
16880 mkdir conf$$.dir
2>/dev
/null
16882 if (echo >conf$$.
file) 2>/dev
/null
; then
16883 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
16885 # ... but there are two gotchas:
16886 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16887 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16888 # In both cases, we have to default to `cp -pR'.
16889 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
16891 elif ln conf$$.
file conf$$
2>/dev
/null
; then
16899 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
16900 rmdir conf$$.dir
2>/dev
/null
16905 # Create "$as_dir" as a directory, including parents if necessary.
16910 -*) as_dir
=.
/$as_dir;;
16912 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
16916 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16917 *) as_qdir
=$as_dir;;
16919 as_dirs
="'$as_qdir' $as_dirs"
16920 as_dir
=`$as_dirname -- "$as_dir" ||
16921 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16922 X"$as_dir" : 'X\(//\)[^/]' \| \
16923 X"$as_dir" : 'X\(//\)$' \| \
16924 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16925 $as_echo X"$as_dir" |
16926 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16930 /^X\(\/\/\)[^/].*/{
16943 test -d "$as_dir" && break
16945 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
16946 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
16950 if mkdir
-p .
2>/dev
/null
; then
16951 as_mkdir_p
='mkdir -p "$as_dir"'
16953 test -d .
/-p && rmdir .
/-p
16958 # as_fn_executable_p FILE
16959 # -----------------------
16960 # Test if FILE is an executable regular file.
16961 as_fn_executable_p
()
16963 test -f "$1" && test -x "$1"
16964 } # as_fn_executable_p
16965 as_test_x
='test -x'
16966 as_executable_p
=as_fn_executable_p
16968 # Sed expression to map a string onto a valid CPP name.
16969 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16971 # Sed expression to map a string onto a valid variable name.
16972 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16976 ## ----------------------------------- ##
16977 ## Main body of $CONFIG_STATUS script. ##
16978 ## ----------------------------------- ##
16980 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
16982 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16983 # Save the log message, to keep $0 and so on meaningful, and to
16984 # report actual input values of CONFIG_FILES etc. instead of their
16985 # values after options handling.
16987 This file was extended by bfd $as_me 2.35.50, which was
16988 generated by GNU Autoconf 2.69. Invocation command line was
16990 CONFIG_FILES = $CONFIG_FILES
16991 CONFIG_HEADERS = $CONFIG_HEADERS
16992 CONFIG_LINKS = $CONFIG_LINKS
16993 CONFIG_COMMANDS = $CONFIG_COMMANDS
16996 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17001 case $ac_config_files in *"
17002 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
17005 case $ac_config_headers in *"
17006 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
17010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17011 # Files that config.status was made for.
17012 config_files="$ac_config_files"
17013 config_headers="$ac_config_headers"
17014 config_commands="$ac_config_commands"
17018 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17020 \`$as_me' instantiates files and other configuration actions
17021 from templates according to the current configuration. Unless the files
17022 and actions are specified as TAGs, all are instantiated by default.
17024 Usage: $0 [OPTION]... [TAG]...
17026 -h, --help print this help, then exit
17027 -V, --version print version number and configuration settings, then exit
17028 --config print configuration, then exit
17029 -q, --quiet, --silent
17030 do not print progress messages
17031 -d, --debug don't remove temporary files
17032 --recheck update $as_me by reconfiguring in the same conditions
17033 --file=FILE[:TEMPLATE]
17034 instantiate the configuration file FILE
17035 --header=FILE[:TEMPLATE]
17036 instantiate the configuration header FILE
17038 Configuration files:
17041 Configuration headers:
17044 Configuration commands:
17047 Report bugs to the package provider."
17050 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17051 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17053 bfd config.status 2.35.50
17054 configured by $0, generated by GNU Autoconf 2.69,
17055 with options \\"\$ac_cs_config\\"
17057 Copyright (C) 2012 Free Software Foundation, Inc.
17058 This config.status script is free software; the Free Software Foundation
17059 gives unlimited permission to copy, distribute and modify it."
17066 test -n "\$AWK" || AWK=awk
17069 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17070 # The default lists apply if the user does not specify any file.
17076 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17077 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
17081 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17093 # Handling of the options.
17094 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17096 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
17097 $as_echo "$ac_cs_version"; exit ;;
17098 --config |
--confi |
--conf |
--con |
--co |
--c )
17099 $as_echo "$ac_cs_config"; exit ;;
17100 --debug |
--debu |
--deb |
--de |
--d |
-d )
17102 --file |
--fil |
--fi |
--f )
17105 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17106 '') as_fn_error $?
"missing file argument" ;;
17108 as_fn_append CONFIG_FILES
" '$ac_optarg'"
17109 ac_need_defaults
=false
;;
17110 --header |
--heade |
--head |
--hea )
17113 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17115 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
17116 ac_need_defaults
=false
;;
17118 # Conflict between --help and --header
17119 as_fn_error $?
"ambiguous option: \`$1'
17120 Try \`$0 --help' for more information.";;
17121 --help |
--hel |
-h )
17122 $as_echo "$ac_cs_usage"; exit ;;
17123 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17124 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17127 # This is an error.
17128 -*) as_fn_error $?
"unrecognized option: \`$1'
17129 Try \`$0 --help' for more information." ;;
17131 *) as_fn_append ac_config_targets
" $1"
17132 ac_need_defaults
=false
;;
17138 ac_configure_extra_args
=
17140 if $ac_cs_silent; then
17142 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17147 if \$ac_cs_recheck; then
17148 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17150 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17151 CONFIG_SHELL='$SHELL'
17152 export CONFIG_SHELL
17157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17161 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17162 ## Running $as_me. ##
17168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17172 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17175 # The HP-UX ksh and POSIX shell print the target directory to stdout
17176 # if CDPATH is set.
17177 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17179 sed_quote_subst='$sed_quote_subst'
17180 double_quote_subst='$double_quote_subst'
17181 delay_variable_subst='$delay_variable_subst'
17182 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17183 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17184 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17185 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17186 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17187 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17188 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17189 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17190 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17191 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17192 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17193 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17194 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17195 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17196 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17197 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17198 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17199 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17200 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17201 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17202 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17203 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17204 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17205 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17206 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17207 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17208 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17209 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17210 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17211 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17212 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17213 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17214 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17215 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17216 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17217 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17218 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17219 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17220 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17221 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17222 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17223 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17224 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17225 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17226 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17227 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17228 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17229 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17230 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
17231 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17232 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17233 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17234 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17235 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17236 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17237 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17238 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17239 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17240 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17241 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17242 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17243 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17244 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17245 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17246 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17247 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17248 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17249 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17250 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17251 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17252 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17253 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17254 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17255 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17256 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17257 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17258 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17259 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17260 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17261 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17262 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17263 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17264 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17265 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17266 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17267 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17268 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17269 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17270 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17271 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17272 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17273 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17274 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17275 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17276 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17277 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17278 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17279 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17280 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17281 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17282 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17283 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17284 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17285 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17286 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17287 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17288 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17289 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17290 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17291 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17292 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17293 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17294 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17295 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17296 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17297 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17298 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17299 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17300 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17301 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17304 LTCFLAGS='$LTCFLAGS'
17305 compiler='$compiler_DEFAULT'
17307 # A function that is used when there is no print builtin or printf.
17308 func_fallback_echo ()
17310 eval 'cat <<_LTECHO_EOF
17315 # Quote evaled strings.
17329 deplibs_check_method \
17338 lt_cv_sys_global_symbol_pipe \
17339 lt_cv_sys_global_symbol_to_cdecl \
17340 lt_cv_sys_global_symbol_to_c_name_address \
17341 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17342 lt_prog_compiler_no_builtin_flag \
17343 lt_prog_compiler_wl \
17344 lt_prog_compiler_pic \
17345 lt_prog_compiler_static \
17346 lt_cv_prog_compiler_c_o \
17354 export_dynamic_flag_spec \
17355 whole_archive_flag_spec \
17356 compiler_needs_object \
17358 allow_undefined_flag \
17359 no_undefined_flag \
17360 hardcode_libdir_flag_spec \
17361 hardcode_libdir_flag_spec_ld \
17362 hardcode_libdir_separator \
17367 variables_saved_for_relink \
17369 library_names_spec \
17371 install_override_mode \
17375 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17376 *[\\\\\\\`\\"\\\$]*)
17377 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
17380 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17385 # Double-quote double-evaled strings.
17386 for var in reload_cmds \
17387 old_postinstall_cmds \
17388 old_postuninstall_cmds \
17390 extract_expsyms_cmds \
17391 old_archive_from_new_cmds \
17392 old_archive_from_expsyms_cmds \
17394 archive_expsym_cmds \
17396 module_expsym_cmds \
17397 export_symbols_cmds \
17400 postuninstall_cmds \
17402 sys_lib_search_path_spec \
17403 sys_lib_dlsearch_path_spec; do
17404 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17405 *[\\\\\\\`\\"\\\$]*)
17406 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
17409 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17414 ac_aux_dir='$ac_aux_dir'
17415 xsi_shell='$xsi_shell'
17416 lt_shell_append='$lt_shell_append'
17418 # See if we are running on zsh, and set the options which allow our
17419 # commands through without removal of \ escapes INIT.
17420 if test -n "\${ZSH_VERSION+set}" ; then
17421 setopt NO_GLOB_SUBST
17427 TIMESTAMP='$TIMESTAMP'
17433 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
17434 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
17436 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
17437 # Capture the value of LINGUAS because we need it to compute CATALOGS.
17438 LINGUAS="${LINGUAS-%UNSET%}"
17443 acx_cv_header_stdint="$acx_cv_header_stdint"
17444 acx_cv_type_int8_t="$acx_cv_type_int8_t"
17445 acx_cv_type_int16_t="$acx_cv_type_int16_t"
17446 acx_cv_type_int32_t="$acx_cv_type_int32_t"
17447 acx_cv_type_int64_t="$acx_cv_type_int64_t"
17448 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
17449 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
17450 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
17451 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
17452 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
17453 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
17454 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
17455 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
17456 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
17462 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17464 # Handling of arguments.
17465 for ac_config_target
in $ac_config_targets
17467 case $ac_config_target in
17468 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
17469 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
17470 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
17471 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
17472 "bfd_stdint.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS bfd_stdint.h" ;;
17473 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
17474 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
17475 "bfd-in3.h") CONFIG_FILES
="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17476 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17477 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
17479 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17484 # If the user did not use the arguments to specify the items to instantiate,
17485 # then the envvar interface is used. Set only those that are not.
17486 # We use the long form for the default assignment because of an extremely
17487 # bizarre bug on SunOS 4.1.3.
17488 if $ac_need_defaults; then
17489 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
17490 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
17491 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
17494 # Have a temporary directory for convenience. Make it in the build tree
17495 # simply because there is no reason against having it here, and in addition,
17496 # creating and moving files from /tmp can sometimes cause problems.
17497 # Hook for its removal unless debugging.
17498 # Note that there is a small window in which the directory will not be cleaned:
17499 # after its creation but before its name has been assigned to `$tmp'.
17503 trap 'exit_status=$?
17504 : "${ac_tmp:=$tmp}"
17505 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
17507 trap 'as_fn_exit 1' 1 2 13 15
17509 # Create a (secure) tmp directory for tmp files.
17512 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17516 tmp
=.
/conf$$
-$RANDOM
17517 (umask 077 && mkdir
"$tmp")
17518 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
17521 # Set up the scripts for CONFIG_FILES section.
17522 # No need to generate them if there are no CONFIG_FILES.
17523 # This happens for instance with `./config.status config.h'.
17524 if test -n "$CONFIG_FILES"; then
17527 ac_cr
=`echo X | tr X '\015'`
17528 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17529 # But we know of no other shell where ac_cr would be empty at this
17530 # point, so we can use a bashism as a fallback.
17531 if test "x$ac_cr" = x
; then
17532 eval ac_cr
=\$
\'\\r
\'
17534 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17535 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17538 ac_cs_awk_cr
=$ac_cr
17541 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
17546 echo "cat >conf$$subs.awk <<_ACEOF" &&
17547 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17549 } >conf$$subs.sh ||
17550 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17551 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17553 for ac_last_try in false false false false false :; do
17554 . ./conf$$subs.sh ||
17555 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17557 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
17558 if test $ac_delim_n = $ac_delim_num; then
17560 elif $ac_last_try; then
17561 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17563 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
17566 rm -f conf$$subs.sh
17568 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17569 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
17573 s/^/S["/; s
/!.
*/"]=/
17583 s/\(.\{148\}\)..*/\1/
17585 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
17590 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
17597 s/\(.\{148\}\)..*/\1/
17599 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
17603 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
17608 ' <conf$$subs.awk | sed '
17613 ' >>$CONFIG_STATUS || ac_write_fail=1
17614 rm -f conf$$subs.awk
17615 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17617 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
17618 for (key in S) S_is_set[key] = 1
17624 nfields = split(line, field, "@
")
17626 len = length(field[1])
17627 for (i = 2; i < nfields; i++) {
17629 keylen = length(key)
17630 if (S_is_set[key]) {
17632 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17633 len += length(value) + length(field[++i])
17644 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17645 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17646 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
17649 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
17650 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
17653 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17654 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
17655 # trailing colons and then remove the whole line if VPATH becomes empty
17656 # (actually we leave an empty line to preserve line numbers).
17657 if test "x
$srcdir" = x.; then
17658 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17676 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17677 fi # test -n "$CONFIG_FILES"
17679 # Set up the scripts for CONFIG_HEADERS section.
17680 # No need to generate them if there are no CONFIG_HEADERS.
17681 # This happens for instance with `./config.status Makefile'.
17682 if test -n "$CONFIG_HEADERS"; then
17683 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
17687 # Transform confdefs.h into an awk script `defines.awk', embedded as
17688 # here-document in config.status, that substitutes the proper values into
17689 # config.h.in to produce config.h.
17691 # Create a delimiter string that does not exist in confdefs.h, to ease
17692 # handling of long lines.
17694 for ac_last_try in false false :; do
17695 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
17696 if test -z "$ac_tt"; then
17698 elif $ac_last_try; then
17699 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
17701 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
17705 # For the awk script, D is an array of macro values keyed by name,
17706 # likewise P contains macro parameters if any. Preserve backslash
17707 # newline sequences.
17709 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17711 s/.\{148\}/&'"$ac_delim"'/g
17714 s/^[ ]*#[ ]*define[ ][ ]*/ /
17721 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
17723 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
17727 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
17728 D["\
1"]=" \
3\\\\\\n
"\\/p
17730 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
17735 s/.\{148\}/&'"$ac_delim"'/g
17740 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
17743 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
17745 ' <confdefs.h | sed '
17746 s/'"$ac_delim"'/"\\\
17747 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17749 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17750 for (key in D) D_is_set[key] = 1
17753 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17755 split(line, arg, " ")
17756 if (arg[1] == "#") {
17760 defundef
= substr
(arg
[1], 2)
17763 split(mac1
, mac2
, "(") #)
17765 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
17766 if (D_is_set
[macro
]) {
17767 # Preserve the white space surrounding the "#".
17768 print prefix
"define", macro P
[macro
] D
[macro
]
17771 # Replace #undef with comments. This is necessary, for example,
17772 # in the case of _POSIX_SOURCE, which is predefined and required
17773 # on some systems where configure will not decide to define it.
17774 if (defundef
== "undef") {
17775 print
"/*", prefix defundef
, macro
, "*/"
17783 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17784 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
17785 fi # test -n "$CONFIG_HEADERS"
17788 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17793 :[FHLC
]) ac_mode
=$ac_tag; continue;;
17795 case $ac_mode$ac_tag in
17797 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
17798 :[FH
]-) ac_tag
=-:-;;
17799 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
17816 -) ac_f
="$ac_tmp/stdin";;
17817 *) # Look for the file first in the build tree, then in the source tree
17818 # (if the path is not absolute). The absolute path cannot be DOS-style,
17819 # because $ac_f cannot contain `:'.
17823 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
17825 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17827 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17828 as_fn_append ac_file_inputs
" '$ac_f'"
17831 # Let's still pretend it is `configure' which instantiates (i.e., don't
17832 # use $as_me), people would be surprised to read:
17833 # /* config.h. Generated by config.status. */
17834 configure_input
='Generated from '`
17835 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17837 if test x
"$ac_file" != x-
; then
17838 configure_input
="$ac_file. $configure_input"
17839 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17840 $as_echo "$as_me: creating $ac_file" >&6;}
17842 # Neutralize special characters interpreted by sed in replacement strings.
17843 case $configure_input in #(
17844 *\
&* |
*\|
* |
*\\* )
17845 ac_sed_conf_input
=`$as_echo "$configure_input" |
17846 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17847 *) ac_sed_conf_input
=$configure_input;;
17851 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
17852 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
17857 ac_dir
=`$as_dirname -- "$ac_file" ||
17858 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17859 X"$ac_file" : 'X\(//\)[^/]' \| \
17860 X"$ac_file" : 'X\(//\)$' \| \
17861 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17862 $as_echo X"$ac_file" |
17863 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17867 /^X\(\/\/\)[^/].*/{
17880 as_dir
="$ac_dir"; as_fn_mkdir_p
17884 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17886 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17887 # A ".." for each directory in $ac_dir_suffix.
17888 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17889 case $ac_top_builddir_sub in
17890 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17891 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
17894 ac_abs_top_builddir
=$ac_pwd
17895 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
17896 # for backward compatibility:
17897 ac_top_builddir
=$ac_top_build_prefix
17900 .
) # We are building in place.
17902 ac_top_srcdir
=$ac_top_builddir_sub
17903 ac_abs_top_srcdir
=$ac_pwd ;;
17904 [\\/]* | ?
:[\\/]* ) # Absolute name.
17905 ac_srcdir
=$srcdir$ac_dir_suffix;
17906 ac_top_srcdir
=$srcdir
17907 ac_abs_top_srcdir
=$srcdir ;;
17908 *) # Relative name.
17909 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
17910 ac_top_srcdir
=$ac_top_build_prefix$srcdir
17911 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
17913 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
17923 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17924 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
17926 ac_MKDIR_P
=$MKDIR_P
17928 [\\/$
]* | ?
:[\\/]* ) ;;
17929 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
17933 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17934 # If the template does not know about datarootdir, expand it.
17935 # FIXME: This hack should be removed a few years after 2.60.
17936 ac_datarootdir_hack
=; ac_datarootdir_seen
=
17947 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17948 *datarootdir
*) ac_datarootdir_seen
=yes;;
17949 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
17950 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17951 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17953 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17954 ac_datarootdir_hack='
17955 s&@datadir@&$datadir&g
17956 s&@docdir@&$docdir&g
17957 s&@infodir@&$infodir&g
17958 s&@localedir@&$localedir&g
17959 s&@mandir@&$mandir&g
17960 s&\\\${datarootdir}&$datarootdir&g' ;;
17964 # Neutralize VPATH when `$srcdir' = `.'.
17965 # Shell code in configure.ac might set extrasub.
17966 # FIXME: do we really want to maintain this feature?
17967 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17968 ac_sed_extra="$ac_vpsub
17971 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17973 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17974 s|@configure_input@|
$ac_sed_conf_input|
;t t
17975 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
17976 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
17977 s
&@srcdir@
&$ac_srcdir&;t t
17978 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
17979 s
&@top_srcdir@
&$ac_top_srcdir&;t t
17980 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
17981 s
&@builddir@
&$ac_builddir&;t t
17982 s
&@abs_builddir@
&$ac_abs_builddir&;t t
17983 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
17984 s
&@INSTALL@
&$ac_INSTALL&;t t
17985 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
17986 $ac_datarootdir_hack
17988 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
17989 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
17991 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17992 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
17993 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17994 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
17995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
17996 which seems to be undefined. Please make sure it is defined" >&5
17997 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
17998 which seems to be undefined. Please make sure it is defined" >&2;}
18000 rm -f "$ac_tmp/stdin"
18002 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18003 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18005 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18011 if test x"$ac_file" != x-; then
18013 $as_echo "/* $configure_input */" \
18014 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18015 } >"$ac_tmp/config.h" \
18016 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18017 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18018 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18019 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18022 mv "$ac_tmp/config.h" "$ac_file" \
18023 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18026 $as_echo "/* $configure_input */" \
18027 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18028 || as_fn_error $? "could not create -" "$LINENO" 5
18030 # Compute "$ac_file"'s index
in $config_headers.
18033 for _am_header
in $config_headers :; do
18034 case $_am_header in
18035 $_am_arg |
$_am_arg:* )
18038 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
18041 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18042 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18043 X"$_am_arg" : 'X\(//\)[^/]' \| \
18044 X"$_am_arg" : 'X\(//\)$' \| \
18045 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18046 $as_echo X"$_am_arg" |
18047 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18051 /^X\(\/\/\)[^/].*/{
18063 s/.*/./; q'`/stamp-h
$_am_stamp_count
18066 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18067 $as_echo "$as_me: executing $ac_file commands" >&6;}
18072 case $ac_file$ac_mode in
18073 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
18074 # Older Autoconf quotes --file arguments for eval, but not when files
18075 # are listed without --file. Let's play safe and only enable the eval
18076 # if we detect the quoting.
18077 case $CONFIG_FILES in
18078 *\'*) eval set x
"$CONFIG_FILES" ;;
18079 *) set x
$CONFIG_FILES ;;
18084 # Strip MF so we end up with the name of the file.
18085 mf
=`echo "$mf" | sed -e 's/:.*$//'`
18086 # Check whether this is an Automake generated Makefile or not.
18087 # We used to match only the files named 'Makefile.in', but
18088 # some people rename them; so instead we look at the file content.
18089 # Grep'ing the first line is not enough: some people post-process
18090 # each Makefile.in and add a new line on top of each file to say so.
18091 # Grep'ing the whole file is not good either: AIX grep has a line
18092 # limit of 2048, but all sed's we know have understand at least 4000.
18093 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
18094 dirpart
=`$as_dirname -- "$mf" ||
18095 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18096 X"$mf" : 'X\(//\)[^/]' \| \
18097 X"$mf" : 'X\(//\)$' \| \
18098 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18100 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18104 /^X\(\/\/\)[^/].*/{
18120 # Extract the definition of DEPDIR, am__include, and am__quote
18121 # from the Makefile without running 'make'.
18122 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
18123 test -z "$DEPDIR" && continue
18124 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
18125 test -z "$am__include" && continue
18126 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
18127 # Find all dependency output files, they are included files with
18128 # $(DEPDIR) in their names. We invoke sed twice because it is the
18129 # simplest approach to changing $(DEPDIR) to its actual value in the
18131 for file in `sed -n "
18132 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18133 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18134 # Make sure the directory exists.
18135 test -f "$dirpart/$file" && continue
18136 fdir
=`$as_dirname -- "$file" ||
18137 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18138 X"$file" : 'X\(//\)[^/]' \| \
18139 X"$file" : 'X\(//\)$' \| \
18140 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18141 $as_echo X"$file" |
18142 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18146 /^X\(\/\/\)[^/].*/{
18159 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
18160 # echo "creating $dirpart/$file"
18161 echo '# dummy' > "$dirpart/$file"
18168 # See if we are running on zsh, and set the options which allow our
18169 # commands through without removal of \ escapes.
18170 if test -n "${ZSH_VERSION+set}" ; then
18171 setopt NO_GLOB_SUBST
18174 cfgfile
="${ofile}T"
18175 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18178 cat <<_LT_EOF >> "$cfgfile"
18181 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18182 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18183 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18184 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18186 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18187 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18188 # Written by Gordon Matzigkeit, 1996
18190 # This file is part of GNU Libtool.
18192 # GNU Libtool is free software; you can redistribute it and/or
18193 # modify it under the terms of the GNU General Public License as
18194 # published by the Free Software Foundation; either version 2 of
18195 # the License, or (at your option) any later version.
18197 # As a special exception to the GNU General Public License,
18198 # if you distribute this file as part of a program or library that
18199 # is built using GNU Libtool, you may include this file under the
18200 # same distribution terms that you use for the rest of that program.
18202 # GNU Libtool is distributed in the hope that it will be useful,
18203 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18204 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18205 # GNU General Public License for more details.
18207 # You should have received a copy of the GNU General Public License
18208 # along with GNU Libtool; see the file COPYING. If not, a copy
18209 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18210 # obtained by writing to the Free Software Foundation, Inc.,
18211 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18214 # The names of the tagged configurations supported by this script.
18217 # ### BEGIN LIBTOOL CONFIG
18219 # Whether or not to build shared libraries.
18220 build_libtool_libs=$enable_shared
18222 # Which release of libtool.m4 was used?
18223 macro_version=$macro_version
18224 macro_revision=$macro_revision
18226 # Whether or not to build static libraries.
18227 build_old_libs=$enable_static
18229 # What type of objects to build.
18232 # Whether or not to optimize for fast installation.
18233 fast_install=$enable_fast_install
18235 # Shell to use when invoking shell scripts.
18238 # An echo program that protects backslashes.
18242 host_alias=$host_alias
18246 # The build system.
18247 build_alias=$build_alias
18251 # A sed program that does not truncate output.
18254 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18255 Xsed="\$SED -e 1s/^X//"
18257 # A grep program that handles long lines.
18263 # A literal string matcher.
18266 # A BSD- or MS-compatible name lister.
18269 # Whether we need soft or hard links.
18272 # What is the maximum length of a command?
18273 max_cmd_len=$max_cmd_len
18275 # Object file suffix (normally "o").
18278 # Executable file suffix (normally "").
18281 # whether the shell understands "unset".
18284 # turn spaces into newlines.
18287 # turn newlines into spaces.
18290 # An object symbol dumper.
18291 OBJDUMP=$lt_OBJDUMP
18293 # Method to check whether dependent libraries are shared objects.
18294 deplibs_check_method=$lt_deplibs_check_method
18296 # Command to use when deplibs_check_method == "file_magic".
18297 file_magic_cmd=$lt_file_magic_cmd
18301 AR_FLAGS=$lt_AR_FLAGS
18303 # A symbol stripping program.
18306 # Commands used to install an old-style archive.
18308 old_postinstall_cmds=$lt_old_postinstall_cmds
18309 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18311 # Whether to use a lock for old archive extraction.
18312 lock_old_archive_extraction=$lock_old_archive_extraction
18317 # LTCC compiler flags.
18318 LTCFLAGS=$lt_CFLAGS
18320 # Take the output of nm and produce a listing of raw symbols and C names.
18321 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18323 # Transform the output of nm in a proper C declaration.
18324 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18326 # Transform the output of nm in a C name address pair.
18327 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18329 # Transform the output of nm in a C name address pair when lib prefix is needed.
18330 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18332 # The name of the directory that contains temporary libtool files.
18335 # Used to examine libraries when file_magic_cmd begins with "file".
18336 MAGIC_CMD=$MAGIC_CMD
18338 # Must we lock files when doing compilation?
18339 need_locks=$lt_need_locks
18341 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18342 DSYMUTIL=$lt_DSYMUTIL
18344 # Tool to change global to local symbols on Mac OS X.
18347 # Tool to manipulate fat objects and archives on Mac OS X.
18350 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
18353 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18354 OTOOL64=$lt_OTOOL64
18356 # Old archive suffix (normally "a").
18359 # Shared library suffix (normally ".so").
18360 shrext_cmds=$lt_shrext_cmds
18362 # The commands to extract the exported symbol list from a shared archive.
18363 extract_expsyms_cmds=$lt_extract_expsyms_cmds
18365 # Variables whose values should be saved in libtool wrapper scripts and
18366 # restored at link time.
18367 variables_saved_for_relink=$lt_variables_saved_for_relink
18369 # Do we need the "lib" prefix for modules?
18370 need_lib_prefix=$need_lib_prefix
18372 # Do we need a version for libraries?
18373 need_version=$need_version
18375 # Library versioning type.
18376 version_type=$version_type
18378 # Shared library runtime path variable.
18379 runpath_var=$runpath_var
18381 # Shared library path variable.
18382 shlibpath_var=$shlibpath_var
18384 # Is shlibpath searched before the hard-coded library search path?
18385 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18387 # Format of library name prefix.
18388 libname_spec=$lt_libname_spec
18390 # List of archive names. First name is the real one, the rest are links.
18391 # The last name is the one that the linker finds with -lNAME
18392 library_names_spec=$lt_library_names_spec
18394 # The coded name of the library, if different from the real name.
18395 soname_spec=$lt_soname_spec
18397 # Permission mode override for installation of shared libraries.
18398 install_override_mode=$lt_install_override_mode
18400 # Command to use after installation of a shared archive.
18401 postinstall_cmds=$lt_postinstall_cmds
18403 # Command to use after uninstallation of a shared archive.
18404 postuninstall_cmds=$lt_postuninstall_cmds
18406 # Commands used to finish a libtool library installation in a directory.
18407 finish_cmds=$lt_finish_cmds
18409 # As "finish_cmds", except a single script fragment to be evaled but
18411 finish_eval=$lt_finish_eval
18413 # Whether we should hardcode library paths into libraries.
18414 hardcode_into_libs=$hardcode_into_libs
18416 # Compile-time system search path for libraries.
18417 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18419 # Run-time system search path for libraries.
18420 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18422 # Whether dlopen is supported.
18423 dlopen_support=$enable_dlopen
18425 # Whether dlopen of programs is supported.
18426 dlopen_self=$enable_dlopen_self
18428 # Whether dlopen of statically linked programs is supported.
18429 dlopen_self_static=$enable_dlopen_self_static
18431 # Commands to strip libraries.
18432 old_striplib=$lt_old_striplib
18433 striplib=$lt_striplib
18436 # The linker used to build libraries.
18439 # How to create reloadable object files.
18440 reload_flag=$lt_reload_flag
18441 reload_cmds=$lt_reload_cmds
18443 # Commands used to build an old-style archive.
18444 old_archive_cmds=$lt_old_archive_cmds
18446 # A language specific compiler.
18449 # Is the compiler the GNU compiler?
18452 # Compiler flag to turn off builtin functions.
18453 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18455 # How to pass a linker flag through the compiler.
18456 wl=$lt_lt_prog_compiler_wl
18458 # Additional compiler flags for building library objects.
18459 pic_flag=$lt_lt_prog_compiler_pic
18461 # Compiler flag to prevent dynamic linking.
18462 link_static_flag=$lt_lt_prog_compiler_static
18464 # Does compiler simultaneously support -c and -o options?
18465 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18467 # Whether or not to add -lc for building shared libraries.
18468 build_libtool_need_lc=$archive_cmds_need_lc
18470 # Whether or not to disallow shared libs when runtime libs are static.
18471 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18473 # Compiler flag to allow reflexive dlopens.
18474 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18476 # Compiler flag to generate shared objects directly from archives.
18477 whole_archive_flag_spec=$lt_whole_archive_flag_spec
18479 # Whether the compiler copes with passing no objects directly.
18480 compiler_needs_object=$lt_compiler_needs_object
18482 # Create an old-style archive from a shared archive.
18483 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18485 # Create a temporary old-style archive to link instead of a shared archive.
18486 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18488 # Commands used to build a shared archive.
18489 archive_cmds=$lt_archive_cmds
18490 archive_expsym_cmds=$lt_archive_expsym_cmds
18492 # Commands used to build a loadable module if different from building
18493 # a shared archive.
18494 module_cmds=$lt_module_cmds
18495 module_expsym_cmds=$lt_module_expsym_cmds
18497 # Whether we are building with GNU ld or not.
18498 with_gnu_ld=$lt_with_gnu_ld
18500 # Flag that allows shared libraries with undefined symbols to be built.
18501 allow_undefined_flag=$lt_allow_undefined_flag
18503 # Flag that enforces no undefined symbols.
18504 no_undefined_flag=$lt_no_undefined_flag
18506 # Flag to hardcode \$libdir into a binary during linking.
18507 # This must work even if \$libdir does not exist
18508 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18510 # If ld is used when linking, flag to hardcode \$libdir into a binary
18511 # during linking. This must work even if \$libdir does not exist.
18512 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18514 # Whether we need a single "-rpath" flag with a separated argument.
18515 hardcode_libdir_separator=$lt_hardcode_libdir_separator
18517 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18518 # DIR into the resulting binary.
18519 hardcode_direct=$hardcode_direct
18521 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18522 # DIR into the resulting binary and the resulting library dependency is
18523 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18524 # library is relocated.
18525 hardcode_direct_absolute=$hardcode_direct_absolute
18527 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18528 # into the resulting binary.
18529 hardcode_minus_L=$hardcode_minus_L
18531 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18532 # into the resulting binary.
18533 hardcode_shlibpath_var=$hardcode_shlibpath_var
18535 # Set to "yes" if building a shared library automatically hardcodes DIR
18536 # into the library and all subsequent libraries and executables linked
18538 hardcode_automatic=$hardcode_automatic
18540 # Set to yes if linker adds runtime paths of dependent libraries
18541 # to runtime path list.
18542 inherit_rpath=$inherit_rpath
18544 # Whether libtool must link a program against all its dependency libraries.
18545 link_all_deplibs=$link_all_deplibs
18547 # Fix the shell variable \$srcfile for the compiler.
18548 fix_srcfile_path=$lt_fix_srcfile_path
18550 # Set to "yes" if exported symbols are required.
18551 always_export_symbols=$always_export_symbols
18553 # The commands to list exported symbols.
18554 export_symbols_cmds=$lt_export_symbols_cmds
18556 # Symbols that should not be listed in the preloaded symbols.
18557 exclude_expsyms=$lt_exclude_expsyms
18559 # Symbols that must always be exported.
18560 include_expsyms=$lt_include_expsyms
18562 # Commands necessary for linking programs (against libraries) with templates.
18563 prelink_cmds=$lt_prelink_cmds
18565 # Specify filename containing input files.
18566 file_list_spec=$lt_file_list_spec
18568 # How to hardcode a shared library path into an executable.
18569 hardcode_action=$hardcode_action
18571 # ### END LIBTOOL CONFIG
18577 cat <<\_LT_EOF
>> "$cfgfile"
18578 # AIX sometimes has problems with the GCC collect2 program. For some
18579 # reason, if we set the COLLECT_NAMES environment variable, the problems
18580 # vanish in a puff of smoke.
18581 if test "X${COLLECT_NAMES+set}" != Xset
; then
18583 export COLLECT_NAMES
18590 ltmain
="$ac_aux_dir/ltmain.sh"
18593 # We use sed instead of cat because bash on DJGPP gets confused if
18594 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18595 # text mode, it properly converts lines to CR/LF. This bash problem
18596 # is reportedly fixed, but why not run on old versions too?
18597 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18598 ||
(rm -f "$cfgfile"; exit 1)
18602 cat << \_LT_EOF
>> "$cfgfile"
18604 # func_dirname file append nondir_replacement
18605 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18606 # otherwise set result to NONDIR_REPLACEMENT.
18610 */*) func_dirname_result
="${1%/*}${2}" ;;
18611 * ) func_dirname_result
="${3}" ;;
18615 # func_basename file
18618 func_basename_result
="${1##*/}"
18621 # func_dirname_and_basename file append nondir_replacement
18622 # perform func_basename and func_dirname in a single function
18624 # dirname: Compute the dirname of FILE. If nonempty,
18625 # add APPEND to the result, otherwise set result
18626 # to NONDIR_REPLACEMENT.
18627 # value returned in "$func_dirname_result"
18628 # basename: Compute filename of FILE.
18629 # value retuned in "$func_basename_result"
18630 # Implementation must be kept synchronized with func_dirname
18631 # and func_basename. For efficiency, we do not delegate to
18632 # those functions but instead duplicate the functionality here.
18633 func_dirname_and_basename
()
18636 */*) func_dirname_result
="${1%/*}${2}" ;;
18637 * ) func_dirname_result
="${3}" ;;
18639 func_basename_result
="${1##*/}"
18642 # func_stripname prefix suffix name
18643 # strip PREFIX and SUFFIX off of NAME.
18644 # PREFIX and SUFFIX must not contain globbing or regex special
18645 # characters, hashes, percent signs, but SUFFIX may contain a leading
18646 # dot (in which case that matches only a dot).
18649 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18650 # positional parameters, so assign one to ordinary parameter first.
18651 func_stripname_result
=${3}
18652 func_stripname_result
=${func_stripname_result#"${1}"}
18653 func_stripname_result
=${func_stripname_result%"${2}"}
18659 func_opt_split_opt
=${1%%=*}
18660 func_opt_split_arg
=${1#*=}
18667 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
18668 *) func_lo2o_result
=${1} ;;
18672 # func_xform libobj-or-source
18675 func_xform_result
=${1%.*}.lo
18678 # func_arith arithmetic-term...
18681 func_arith_result
=$
(( $
* ))
18685 # STRING may not start with a hyphen.
18688 func_len_result
=${#1}
18693 *) # Bourne compatible functions.
18694 cat << \_LT_EOF
>> "$cfgfile"
18696 # func_dirname file append nondir_replacement
18697 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18698 # otherwise set result to NONDIR_REPLACEMENT.
18701 # Extract subdirectory from the argument.
18702 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
18703 if test "X$func_dirname_result" = "X${1}"; then
18704 func_dirname_result
="${3}"
18706 func_dirname_result
="$func_dirname_result${2}"
18710 # func_basename file
18713 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
18717 # func_stripname prefix suffix name
18718 # strip PREFIX and SUFFIX off of NAME.
18719 # PREFIX and SUFFIX must not contain globbing or regex special
18720 # characters, hashes, percent signs, but SUFFIX may contain a leading
18721 # dot (in which case that matches only a dot).
18722 # func_strip_suffix prefix name
18726 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18727 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18732 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
18733 my_sed_long_arg
='1s/^-[^=]*=//'
18738 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18739 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18745 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
18748 # func_xform libobj-or-source
18751 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18754 # func_arith arithmetic-term...
18757 func_arith_result
=`expr "$@"`
18761 # STRING may not start with a hyphen.
18764 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18770 case $lt_shell_append in
18772 cat << \_LT_EOF
>> "$cfgfile"
18774 # func_append var value
18775 # Append VALUE to the end of shell variable VAR.
18783 cat << \_LT_EOF
>> "$cfgfile"
18785 # func_append var value
18786 # Append VALUE to the end of shell variable VAR.
18797 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18798 ||
(rm -f "$cfgfile"; exit 1)
18800 mv -f "$cfgfile" "$ofile" ||
18801 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18806 for ac_file
in $CONFIG_FILES; do
18807 # Support "outfile[:infile[:infile...]]"
18809 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18811 # PO directories have a Makefile.in generated from Makefile.in.in.
18812 case "$ac_file" in */Makefile.
in)
18813 # Adjust a relative srcdir.
18814 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
18815 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
18816 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18817 # In autoconf-2.13 it is called $ac_given_srcdir.
18818 # In autoconf-2.50 it is called $srcdir.
18819 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
18820 case "$ac_given_srcdir" in
18821 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
18822 /*) top_srcdir
="$ac_given_srcdir" ;;
18823 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
18825 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18826 rm -f "$ac_dir/POTFILES"
18827 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
18828 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18829 POMAKEFILEDEPS
="POTFILES.in"
18830 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18831 # on $ac_dir but don't depend on user-specified configuration
18833 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18834 # The LINGUAS file contains the set of available languages.
18835 if test -n "$OBSOLETE_ALL_LINGUAS"; then
18836 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
18838 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18839 # Hide the ALL_LINGUAS assigment from automake.
18840 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18841 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
18843 # The set of available languages was given in configure.ac.
18844 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18846 case "$ac_given_srcdir" in
18848 *) srcdirpre
='$(srcdir)/' ;;
18854 for lang
in $ALL_LINGUAS; do
18855 POFILES
="$POFILES $srcdirpre$lang.po"
18856 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
18857 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
18858 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
18860 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18861 # environment variable.
18863 if test -n "$ALL_LINGUAS"; then
18864 for presentlang
in $ALL_LINGUAS; do
18866 if test "%UNSET%" != "$LINGUAS"; then
18867 desiredlanguages
="$LINGUAS"
18869 desiredlanguages
="$ALL_LINGUAS"
18871 for desiredlang
in $desiredlanguages; do
18872 # Use the presentlang catalog if desiredlang is
18873 # a. equal to presentlang, or
18874 # b. a variant of presentlang (because in this case,
18875 # presentlang can be used as a fallback for messages
18876 # which are not translated in the desiredlang catalog).
18877 case "$desiredlang" in
18878 "$presentlang"*) useit
=yes;;
18881 if test $useit = yes; then
18882 INST_LINGUAS
="$INST_LINGUAS $presentlang"
18887 if test -n "$INST_LINGUAS"; then
18888 for lang
in $INST_LINGUAS; do
18889 CATALOGS
="$CATALOGS $lang.gmo"
18892 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
18893 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"
18894 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
18895 if test -f "$f"; then
18897 *.orig |
*.bak |
*~
) ;;
18898 *) cat "$f" >> "$ac_dir/Makefile" ;;
18907 if test "$GCC" = yes; then
18908 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18910 echo "/* generated for $CC */" > tmp-stdint.h
18913 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18915 #ifndef GCC_GENERATED_STDINT_H
18916 #define GCC_GENERATED_STDINT_H 1
18918 #include <sys/types.h>
18921 if test "$acx_cv_header_stdint" != stdint.h
; then
18922 echo "#include <stddef.h>" >> tmp-stdint.h
18924 if test "$acx_cv_header_stdint" != stddef.h
; then
18925 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18928 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18929 /* glibc uses these symbols as guards to prevent redefinitions. */
18930 #ifdef __int8_t_defined
18935 #ifdef __uint32_t_defined
18941 # ----------------- done header, emit basic int types -------------
18942 if test "$acx_cv_header_stdint" = stddef.h
; then
18943 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18947 #ifndef __uint8_t_defined
18948 #define __uint8_t_defined
18950 typedef unsigned $acx_cv_type_int8_t uint8_t;
18957 #ifndef __uint16_t_defined
18958 #define __uint16_t_defined
18960 typedef unsigned $acx_cv_type_int16_t uint16_t;
18967 #ifndef __uint32_t_defined
18968 #define __uint32_t_defined
18970 typedef unsigned $acx_cv_type_int32_t uint32_t;
18977 #ifndef __int8_t_defined
18978 #define __int8_t_defined
18980 typedef $acx_cv_type_int8_t int8_t;
18987 #ifndef __int16_t_defined
18988 #define __int16_t_defined
18990 typedef $acx_cv_type_int16_t int16_t;
18997 #ifndef __int32_t_defined
18998 #define __int32_t_defined
19000 typedef $acx_cv_type_int32_t int32_t;
19005 elif test "$ac_cv_type_u_int32_t" = yes; then
19006 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19008 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
19021 #ifndef __uint8_t_defined
19022 #define __uint8_t_defined
19024 typedef u_int8_t uint8_t;
19031 #ifndef __uint16_t_defined
19032 #define __uint16_t_defined
19034 typedef u_int16_t uint16_t;
19041 #ifndef __uint32_t_defined
19042 #define __uint32_t_defined
19044 typedef u_int32_t uint32_t;
19050 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19052 /* Some systems have guard macros to prevent redefinitions, define them. */
19074 # ------------- done basic int types, emit int64_t types ------------
19075 if test "$ac_cv_type_uint64_t" = yes; then
19076 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19078 /* system headers have good uint64_t and int64_t */
19086 elif test "$ac_cv_type_u_int64_t" = yes; then
19087 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19089 /* system headers have an u_int64_t (and int64_t) */
19095 #ifndef __uint64_t_defined
19096 #define __uint64_t_defined
19098 typedef u_int64_t uint64_t;
19103 elif test -n "$acx_cv_type_int64_t"; then
19104 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19106 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
19110 typedef $acx_cv_type_int64_t int64_t;
19115 #ifndef __uint64_t_defined
19116 #define __uint64_t_defined
19118 typedef unsigned $acx_cv_type_int64_t uint64_t;
19124 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19126 /* some common heuristics for int64_t, using compiler-specific tests */
19127 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
19130 #ifndef __int64_t_defined
19132 typedef long long int64_t;
19139 typedef unsigned long long uint64_t;
19143 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
19144 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
19145 does not implement __extension__. But that compiler doesn't define
19147 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
19148 # define __extension__
19154 __extension__ typedef long long int64_t;
19160 __extension__ typedef unsigned long long uint64_t;
19164 #elif !defined __STRICT_ANSI__
19165 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
19170 typedef __int64 int64_t;
19176 typedef unsigned __int64 uint64_t;
19179 # endif /* compiler */
19181 #endif /* ANSI version */
19185 # ------------- done int64_t types, emit intptr types ------------
19186 if test "$ac_cv_type_uintptr_t" != yes; then
19187 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19189 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
19190 #ifndef __uintptr_t_defined
19192 typedef u$acx_cv_type_intptr_t uintptr_t;
19195 #ifndef __intptr_t_defined
19197 typedef $acx_cv_type_intptr_t intptr_t;
19203 # ------------- done intptr types, emit int_least types ------------
19204 if test "$ac_cv_type_int_least32_t" != yes; then
19205 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19207 /* Define int_least types */
19208 typedef int8_t int_least8_t;
19209 typedef int16_t int_least16_t;
19210 typedef int32_t int_least32_t;
19212 typedef int64_t int_least64_t;
19215 typedef uint8_t uint_least8_t;
19216 typedef uint16_t uint_least16_t;
19217 typedef uint32_t uint_least32_t;
19219 typedef uint64_t uint_least64_t;
19224 # ------------- done intptr types, emit int_fast types ------------
19225 if test "$ac_cv_type_int_fast32_t" != yes; then
19226 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19228 /* Define int_fast types. short is often slow */
19229 typedef int8_t int_fast8_t;
19230 typedef int int_fast16_t;
19231 typedef int32_t int_fast32_t;
19233 typedef int64_t int_fast64_t;
19236 typedef uint8_t uint_fast8_t;
19237 typedef unsigned int uint_fast16_t;
19238 typedef uint32_t uint_fast32_t;
19240 typedef uint64_t uint_fast64_t;
19245 if test "$ac_cv_type_uintmax_t" != yes; then
19246 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19248 /* Define intmax based on what we found */
19251 typedef int64_t intmax_t;
19253 typedef long intmax_t;
19258 typedef uint64_t uintmax_t;
19260 typedef unsigned long uintmax_t;
19266 sed 's/^ *//' >> tmp-stdint.h
<<EOF
19268 #endif /* GCC_GENERATED_STDINT_H */
19271 if test -r bfd_stdint.h
&& cmp -s tmp-stdint.h bfd_stdint.h
; then
19274 mv -f tmp-stdint.h bfd_stdint.h
19281 *) srcdirpre
='$(srcdir)/' ;;
19285 for lang
in dummy
$OBSOLETE_ALL_LINGUAS; do
19286 if test $lang != dummy
; then
19287 POFILES
="$POFILES $srcdirpre$lang.po"
19288 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
19291 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
19292 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
19293 -e "s,@POFILES@,$POFILES," \
19294 -e "s,@GMOFILES@,$GMOFILES," \
19295 po
/Makefile.
in > po
/Makefile
;;
19303 ac_clean_files
=$ac_clean_files_save
19305 test $ac_write_fail = 0 ||
19306 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
19309 # configure is writing to config.log, and then calls config.status.
19310 # config.status does its own redirection, appending to config.log.
19311 # Unfortunately, on DOS this fails, as config.log is still kept open
19312 # by configure, so config.status won't be able to write to it; its
19313 # output is simply discarded. So we exec the FD to /dev/null,
19314 # effectively closing config.log, so it can be properly (re)opened and
19315 # appended to by config.status. When coming back to configure, we
19316 # need to make the FD available again.
19317 if test "$no_create" != yes; then
19319 ac_config_status_args
=
19320 test "$silent" = yes &&
19321 ac_config_status_args
="$ac_config_status_args --quiet"
19323 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19325 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19326 # would make configure fail if this is the last instruction.
19327 $ac_cs_success || as_fn_exit
1
19329 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19331 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}