2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.38.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.38.50'
591 PACKAGE_STRING
='bfd 2.38.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
685 MAINTAINER_MODE_FALSE
689 WARN_CFLAGS_FOR_BUILD
695 ENABLE_BFD_64_BIT_FALSE
696 ENABLE_BFD_64_BIT_TRUE
748 INSTALL_STRIP_PROGRAM
802 program_transform_name
815 enable_option_checking
818 enable_dependency_tracking
829 enable_64_bit_archive
833 enable_leading_mingw64_underscores
834 with_separate_debug_dir
838 enable_build_warnings
839 enable_maintainer_mode
840 enable_install_libbfd
844 ac_precious_vars
='build_alias
855 # Initialize some variables set by options.
857 ac_init_version
=false
858 ac_unrecognized_opts
=
860 # The variables have the same names as the options, with
861 # dashes changed to underlines.
869 program_transform_name
=s
,x
,x
,
877 # Installation directory options.
878 # These are left unexpanded so users can "make install exec_prefix=/foo"
879 # and all the variables that are supposed to be based on exec_prefix
880 # by default will actually change.
881 # Use braces instead of parens because sh, perl, etc. also accept them.
882 # (The list follows the same order as the GNU Coding Standards.)
883 bindir
='${exec_prefix}/bin'
884 sbindir
='${exec_prefix}/sbin'
885 libexecdir
='${exec_prefix}/libexec'
886 datarootdir
='${prefix}/share'
887 datadir
='${datarootdir}'
888 sysconfdir
='${prefix}/etc'
889 sharedstatedir
='${prefix}/com'
890 localstatedir
='${prefix}/var'
891 includedir
='${prefix}/include'
892 oldincludedir
='/usr/include'
893 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
894 infodir
='${datarootdir}/info'
899 libdir
='${exec_prefix}/lib'
900 localedir
='${datarootdir}/locale'
901 mandir
='${datarootdir}/man'
907 # If the previous option needs an argument, assign it.
908 if test -n "$ac_prev"; then
909 eval $ac_prev=\
$ac_option
915 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
920 # Accept the important Cygnus configure options, so we can diagnose typos.
922 case $ac_dashdash$ac_option in
926 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
928 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
931 -build |
--build |
--buil |
--bui |
--bu)
932 ac_prev
=build_alias
;;
933 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
934 build_alias
=$ac_optarg ;;
936 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
937 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
938 ac_prev
=cache_file
;;
939 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
940 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
941 cache_file
=$ac_optarg ;;
944 cache_file
=config.cache
;;
946 -datadir |
--datadir |
--datadi |
--datad)
948 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
949 datadir
=$ac_optarg ;;
951 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
952 |
--dataroo |
--dataro |
--datar)
953 ac_prev
=datarootdir
;;
954 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
955 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
956 datarootdir
=$ac_optarg ;;
958 -disable-* |
--disable-*)
959 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
960 # Reject names that are not valid shell variable names.
961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
962 as_fn_error $?
"invalid feature name: $ac_useropt"
963 ac_useropt_orig
=$ac_useropt
964 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
969 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
970 ac_unrecognized_sep
=', ';;
972 eval enable_
$ac_useropt=no
;;
974 -docdir |
--docdir |
--docdi |
--doc |
--do)
976 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
979 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
981 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
984 -enable-* |
--enable-*)
985 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
986 # Reject names that are not valid shell variable names.
987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
988 as_fn_error $?
"invalid feature name: $ac_useropt"
989 ac_useropt_orig
=$ac_useropt
990 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
991 case $ac_user_opts in
995 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
996 ac_unrecognized_sep
=', ';;
998 eval enable_
$ac_useropt=\
$ac_optarg ;;
1000 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1001 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1002 |
--exec |
--exe |
--ex)
1003 ac_prev
=exec_prefix
;;
1004 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1005 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1006 |
--exec=* |
--exe=* |
--ex=*)
1007 exec_prefix
=$ac_optarg ;;
1009 -gas |
--gas |
--ga |
--g)
1010 # Obsolete; use --with-gas.
1013 -help |
--help |
--hel |
--he |
-h)
1014 ac_init_help
=long
;;
1015 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1016 ac_init_help
=recursive
;;
1017 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1018 ac_init_help
=short
;;
1020 -host |
--host |
--hos |
--ho)
1021 ac_prev
=host_alias
;;
1022 -host=* |
--host=* |
--hos=* |
--ho=*)
1023 host_alias
=$ac_optarg ;;
1025 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1027 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1029 htmldir
=$ac_optarg ;;
1031 -includedir |
--includedir |
--includedi |
--included |
--include \
1032 |
--includ |
--inclu |
--incl |
--inc)
1033 ac_prev
=includedir
;;
1034 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1035 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1036 includedir
=$ac_optarg ;;
1038 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1040 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1041 infodir
=$ac_optarg ;;
1043 -libdir |
--libdir |
--libdi |
--libd)
1045 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1046 libdir
=$ac_optarg ;;
1048 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1049 |
--libexe |
--libex |
--libe)
1050 ac_prev
=libexecdir
;;
1051 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1052 |
--libexe=* |
--libex=* |
--libe=*)
1053 libexecdir
=$ac_optarg ;;
1055 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1056 ac_prev
=localedir
;;
1057 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1058 localedir
=$ac_optarg ;;
1060 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1061 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1062 ac_prev
=localstatedir
;;
1063 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1064 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1065 localstatedir
=$ac_optarg ;;
1067 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1069 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1070 mandir
=$ac_optarg ;;
1072 -nfp |
--nfp |
--nf)
1073 # Obsolete; use --without-fp.
1076 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1077 |
--no-cr |
--no-c |
-n)
1080 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1081 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1084 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1085 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1086 |
--oldin |
--oldi |
--old |
--ol |
--o)
1087 ac_prev
=oldincludedir
;;
1088 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1089 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1090 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1091 oldincludedir
=$ac_optarg ;;
1093 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1095 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1096 prefix
=$ac_optarg ;;
1098 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1099 |
--program-pre |
--program-pr |
--program-p)
1100 ac_prev
=program_prefix
;;
1101 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1102 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1103 program_prefix
=$ac_optarg ;;
1105 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1106 |
--program-suf |
--program-su |
--program-s)
1107 ac_prev
=program_suffix
;;
1108 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1109 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1110 program_suffix
=$ac_optarg ;;
1112 -program-transform-name |
--program-transform-name \
1113 |
--program-transform-nam |
--program-transform-na \
1114 |
--program-transform-n |
--program-transform- \
1115 |
--program-transform |
--program-transfor \
1116 |
--program-transfo |
--program-transf \
1117 |
--program-trans |
--program-tran \
1118 |
--progr-tra |
--program-tr |
--program-t)
1119 ac_prev
=program_transform_name
;;
1120 -program-transform-name=* |
--program-transform-name=* \
1121 |
--program-transform-nam=* |
--program-transform-na=* \
1122 |
--program-transform-n=* |
--program-transform-=* \
1123 |
--program-transform=* |
--program-transfor=* \
1124 |
--program-transfo=* |
--program-transf=* \
1125 |
--program-trans=* |
--program-tran=* \
1126 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1127 program_transform_name
=$ac_optarg ;;
1129 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1131 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1132 pdfdir
=$ac_optarg ;;
1134 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1136 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1139 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1140 |
-silent |
--silent |
--silen |
--sile |
--sil)
1143 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1145 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1147 sbindir
=$ac_optarg ;;
1149 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1150 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1151 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1153 ac_prev
=sharedstatedir
;;
1154 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1155 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1156 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1158 sharedstatedir
=$ac_optarg ;;
1160 -site |
--site |
--sit)
1162 -site=* |
--site=* |
--sit=*)
1165 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1167 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1168 srcdir
=$ac_optarg ;;
1170 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1171 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1172 ac_prev
=sysconfdir
;;
1173 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1174 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1175 sysconfdir
=$ac_optarg ;;
1177 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1178 ac_prev
=target_alias
;;
1179 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1180 target_alias
=$ac_optarg ;;
1182 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1185 -version |
--version |
--versio |
--versi |
--vers |
-V)
1186 ac_init_version
=: ;;
1189 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1190 # Reject names that are not valid shell variable names.
1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1192 as_fn_error $?
"invalid package name: $ac_useropt"
1193 ac_useropt_orig
=$ac_useropt
1194 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1199 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1200 ac_unrecognized_sep
=', ';;
1202 eval with_
$ac_useropt=\
$ac_optarg ;;
1204 -without-* |
--without-*)
1205 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1206 # Reject names that are not valid shell variable names.
1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1208 as_fn_error $?
"invalid package name: $ac_useropt"
1209 ac_useropt_orig
=$ac_useropt
1210 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1215 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1216 ac_unrecognized_sep
=', ';;
1218 eval with_
$ac_useropt=no
;;
1221 # Obsolete; use --with-x.
1224 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1225 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1226 ac_prev
=x_includes
;;
1227 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1228 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1229 x_includes
=$ac_optarg ;;
1231 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1232 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1233 ac_prev
=x_libraries
;;
1234 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1235 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1236 x_libraries
=$ac_optarg ;;
1238 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1239 Try \`$0 --help' for more information"
1243 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1244 # Reject names that are not valid shell variable names.
1245 case $ac_envvar in #(
1246 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1247 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1249 eval $ac_envvar=\
$ac_optarg
1250 export $ac_envvar ;;
1253 # FIXME: should be removed in autoconf 3.0.
1254 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1257 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1263 if test -n "$ac_prev"; then
1264 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1265 as_fn_error $?
"missing argument to $ac_option"
1268 if test -n "$ac_unrecognized_opts"; then
1269 case $enable_option_checking in
1271 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1272 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1276 # Check all directory arguments for consistency.
1277 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1278 datadir sysconfdir sharedstatedir localstatedir includedir \
1279 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1280 libdir localedir mandir
1282 eval ac_val
=\$
$ac_var
1283 # Remove trailing slashes.
1286 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1287 eval $ac_var=\
$ac_val;;
1289 # Be sure to have absolute directory names.
1291 [\\/$
]* | ?
:[\\/]* ) continue;;
1292 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1294 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1297 # There might be people who depend on the old broken behavior: `$host'
1298 # used to hold the argument of --host etc.
1299 # FIXME: To remove some day.
1302 target
=$target_alias
1304 # FIXME: To remove some day.
1305 if test "x$host_alias" != x
; then
1306 if test "x$build_alias" = x
; then
1307 cross_compiling
=maybe
1308 elif test "x$build_alias" != "x$host_alias"; then
1314 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1316 test "$silent" = yes && exec 6>/dev
/null
1319 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1320 ac_ls_di
=`ls -di .` &&
1321 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1322 as_fn_error $?
"working directory cannot be determined"
1323 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1324 as_fn_error $?
"pwd does not report name of working directory"
1327 # Find the source files, if location was not specified.
1328 if test -z "$srcdir"; then
1329 ac_srcdir_defaulted
=yes
1330 # Try the directory containing this script, then the parent directory.
1331 ac_confdir
=`$as_dirname -- "$as_myself" ||
1332 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1333 X"$as_myself" : 'X\(//\)[^/]' \| \
1334 X"$as_myself" : 'X\(//\)$' \| \
1335 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1336 $as_echo X"$as_myself" |
1337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1355 if test ! -r "$srcdir/$ac_unique_file"; then
1359 ac_srcdir_defaulted
=no
1361 if test ! -r "$srcdir/$ac_unique_file"; then
1362 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1363 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1365 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1367 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1369 # When building in place, set srcdir=.
1370 if test "$ac_abs_confdir" = "$ac_pwd"; then
1373 # Remove unnecessary trailing slashes from srcdir.
1374 # Double slashes in file names in object file debugging info
1375 # mess up M-x gdb in Emacs.
1377 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1379 for ac_var
in $ac_precious_vars; do
1380 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1382 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1387 # Report the --help message.
1389 if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1393 \`configure' configures bfd 2.38.50 to adapt to many kinds of systems.
1395 Usage: $0 [OPTION]... [VAR=VALUE]...
1397 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398 VAR=VALUE. See below for descriptions of some of the useful variables.
1400 Defaults for the options are specified in brackets.
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
1407 -q, --quiet, --silent do not print \`checking ...' messages
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1413 Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
1415 [$ac_default_prefix]
1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1419 By default, \`make install' will install all the files in
1420 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422 for instance \`--prefix=\$HOME'.
1424 For better control, use the options below.
1426 Fine tuning of the installation directories:
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
1441 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1456 --build=BUILD configure
for building on BUILD
[guessed
]
1457 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1458 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1462 if test -n "$ac_init_help"; then
1463 case $ac_init_help in
1464 short | recursive
) echo "Configuration of bfd 2.38.50:";;
1469 --disable-option-checking ignore unrecognized
--enable/--with options
1470 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1471 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1472 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1473 --disable-silent-rules verbose build output
(undo
: "make V=0")
1474 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1475 --enable-dependency-tracking
1476 do not reject slow dependency extractors
1477 --disable-dependency-tracking
1478 speeds up one-time build
1479 --enable-static[=PKGS
] build static libraries
[default
=yes]
1480 --enable-fast-install[=PKGS
]
1481 optimize
for fast installation
[default
=yes]
1482 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1483 --enable-plugins Enable support
for plugins
1484 --disable-largefile omit support
for large files
1485 --enable-checking enable run-time checks
1486 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1487 --enable-targets alternative target configurations
1488 --enable-64-bit-archive force
64-bit archives
1489 --enable-secureplt Default to creating read-only plt entries
1490 --enable-separate-code enable -z separate-code
in ELF linker by default
1491 --enable-leading-mingw64-underscores
1492 Enable leading underscores on
64 bit mingw targets
1493 --enable-werror treat compile warnings as errors
1494 --enable-build-warnings enable build-time compiler warnings
1495 --enable-maintainer-mode
1496 enable make rules and dependencies not useful
(and
1497 sometimes confusing
) to the casual installer
1498 --enable-install-libbfd controls installation of libbfd and related headers
1499 --disable-nls do not use Native Language Support
1502 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1503 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1504 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1506 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1507 --with-mmap try using mmap
for BFD input files
if available
1508 --with-separate-debug-dir=DIR
1509 Look
for global separate debug info
in DIR
1510 [[default
=LIBDIR
/debug
]]
1511 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GNU
1513 --with-bugurl=URL Direct users to URL to report a bug
1514 --with-system-zlib use installed libz
1516 Some influential environment variables
:
1517 CC C compiler
command
1518 CFLAGS C compiler flags
1519 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1520 nonstandard directory
<lib dir
>
1521 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1522 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1523 you have headers
in a nonstandard directory
<include dir
>
1526 Use these variables to override the choices made by
`configure' or to help
1527 it to find libraries and programs with nonstandard names/locations.
1529 Report bugs to the package provider.
1534 if test "$ac_init_help" = "recursive"; then
1535 # If there are subdirs, report their specific --help.
1536 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1537 test -d "$ac_dir" ||
1538 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1543 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1545 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1546 # A ".." for each directory in $ac_dir_suffix.
1547 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1548 case $ac_top_builddir_sub in
1549 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1550 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1553 ac_abs_top_builddir=$ac_pwd
1554 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1555 # for backward compatibility:
1556 ac_top_builddir=$ac_top_build_prefix
1559 .) # We are building in place.
1561 ac_top_srcdir=$ac_top_builddir_sub
1562 ac_abs_top_srcdir=$ac_pwd ;;
1563 [\\/]* | ?:[\\/]* ) # Absolute name.
1564 ac_srcdir=$srcdir$ac_dir_suffix;
1565 ac_top_srcdir=$srcdir
1566 ac_abs_top_srcdir=$srcdir ;;
1568 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1569 ac_top_srcdir=$ac_top_build_prefix$srcdir
1570 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1572 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1574 cd "$ac_dir" || { ac_status=$?; continue; }
1575 # Check for guested configure.
1576 if test -f "$ac_srcdir/configure.gnu"; then
1578 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1579 elif test -f "$ac_srcdir/configure"; then
1581 $SHELL "$ac_srcdir/configure" --help=recursive
1583 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1585 cd "$ac_pwd" || { ac_status=$?; break; }
1589 test -n "$ac_init_help" && exit $ac_status
1590 if $ac_init_version; then
1592 bfd configure 2.38.50
1593 generated by GNU Autoconf 2.69
1595 Copyright (C) 2012 Free Software Foundation, Inc.
1596 This configure script is free software; the Free Software Foundation
1597 gives unlimited permission to copy, distribute and modify it.
1602 ## ------------------------ ##
1603 ## Autoconf initialization. ##
1604 ## ------------------------ ##
1606 # ac_fn_c_try_compile LINENO
1607 # --------------------------
1608 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1609 ac_fn_c_try_compile ()
1611 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1612 rm -f conftest.$ac_objext
1613 if { { ac_try="$ac_compile"
1615 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1616 *) ac_try_echo
=$ac_try;;
1618 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619 $as_echo "$ac_try_echo"; } >&5
1620 (eval "$ac_compile") 2>conftest.err
1622 if test -s conftest.err
; then
1623 grep -v '^ *+' conftest.err
>conftest.er1
1624 cat conftest.er1
>&5
1625 mv -f conftest.er1 conftest.err
1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1628 test $ac_status = 0; } && {
1629 test -z "$ac_c_werror_flag" ||
1630 test ! -s conftest.err
1631 } && test -s conftest.
$ac_objext; then :
1634 $as_echo "$as_me: failed program was:" >&5
1635 sed 's/^/| /' conftest.
$ac_ext >&5
1639 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1640 as_fn_set_status
$ac_retval
1642 } # ac_fn_c_try_compile
1644 # ac_fn_c_try_cpp LINENO
1645 # ----------------------
1646 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1649 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1650 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1652 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1653 *) ac_try_echo=$ac_try;;
1655 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1656 $as_echo "$ac_try_echo"; } >&5
1657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1659 if test -s conftest.err; then
1660 grep -v '^ *+' conftest.err >conftest.er1
1661 cat conftest.er1 >&5
1662 mv -f conftest.er1 conftest.err
1664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1665 test $ac_status = 0; } > conftest.i && {
1666 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1667 test ! -s conftest.err
1671 $as_echo "$as_me: failed program was:" >&5
1672 sed 's/^/| /' conftest.$ac_ext >&5
1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1677 as_fn_set_status $ac_retval
1681 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1682 # -------------------------------------------------------
1683 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1684 # the include files in INCLUDES and setting the cache variable VAR
1686 ac_fn_c_check_header_mongrel ()
1688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689 if eval \${$3+:} false; then :
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1691 $as_echo_n "checking for $2... " >&6; }
1692 if eval \${$3+:} false; then :
1693 $as_echo_n "(cached) " >&6
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1697 $as_echo "$ac_res" >&6; }
1699 # Is the header compilable?
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1701 $as_echo_n "checking $2 usability... " >&6; }
1702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1703 /* end confdefs.h. */
1707 if ac_fn_c_try_compile "$LINENO"; then :
1708 ac_header_compiler=yes
1710 ac_header_compiler=no
1712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1714 $as_echo "$ac_header_compiler" >&6; }
1716 # Is the header present?
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1718 $as_echo_n "checking $2 presence... " >&6; }
1719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1720 /* end confdefs.h. */
1723 if ac_fn_c_try_cpp "$LINENO"; then :
1724 ac_header_preproc=yes
1726 ac_header_preproc=no
1728 rm -f conftest.err conftest.i conftest.$ac_ext
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1730 $as_echo "$ac_header_preproc" >&6; }
1732 # So? What about this header?
1733 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1736 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1738 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1742 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1744 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1746 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1748 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1750 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1754 $as_echo_n "checking for $2... " >&6; }
1755 if eval \${$3+:} false; then :
1756 $as_echo_n "(cached) " >&6
1758 eval "$3=\$ac_header_compiler"
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1762 $as_echo "$ac_res" >&6; }
1764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1766 } # ac_fn_c_check_header_mongrel
1768 # ac_fn_c_try_run LINENO
1769 # ----------------------
1770 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1771 # that executables *can* be run.
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 if { { ac_try="$ac_link"
1777 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1778 *) ac_try_echo
=$ac_try;;
1780 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1781 $as_echo "$ac_try_echo"; } >&5
1782 (eval "$ac_link") 2>&5
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1786 { { case "(($ac_try" in
1787 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1788 *) ac_try_echo=$ac_try;;
1790 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1791 $as_echo "$ac_try_echo"; } >&5
1792 (eval "$ac_try") 2>&5
1794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1795 test $ac_status = 0; }; }; then :
1798 $as_echo "$as_me: program exited with status $ac_status" >&5
1799 $as_echo "$as_me: failed program was:" >&5
1800 sed 's/^/| /' conftest.$ac_ext >&5
1802 ac_retval=$ac_status
1804 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1805 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1806 as_fn_set_status $ac_retval
1810 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1811 # -------------------------------------------------------
1812 # Tests whether HEADER exists and can be compiled using the include files in
1813 # INCLUDES, setting the cache variable VAR accordingly.
1814 ac_fn_c_check_header_compile ()
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818 $as_echo_n "checking for $2... " >&6; }
1819 if eval \${$3+:} false; then :
1820 $as_echo_n "(cached) " >&6
1822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1823 /* end confdefs.h. */
1827 if ac_fn_c_try_compile "$LINENO"; then :
1832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1836 $as_echo "$ac_res" >&6; }
1837 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 } # ac_fn_c_check_header_compile
1841 # ac_fn_c_try_link LINENO
1842 # -----------------------
1843 # Try to link conftest.$ac_ext, and return whether this succeeded.
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 rm -f conftest.$ac_objext conftest$ac_exeext
1848 if { { ac_try="$ac_link"
1850 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1851 *) ac_try_echo
=$ac_try;;
1853 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1854 $as_echo "$ac_try_echo"; } >&5
1855 (eval "$ac_link") 2>conftest.err
1857 if test -s conftest.err
; then
1858 grep -v '^ *+' conftest.err
>conftest.er1
1859 cat conftest.er1
>&5
1860 mv -f conftest.er1 conftest.err
1862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1863 test $ac_status = 0; } && {
1864 test -z "$ac_c_werror_flag" ||
1865 test ! -s conftest.err
1866 } && test -s conftest
$ac_exeext && {
1867 test "$cross_compiling" = yes ||
1868 test -x conftest
$ac_exeext
1872 $as_echo "$as_me: failed program was:" >&5
1873 sed 's/^/| /' conftest.
$ac_ext >&5
1877 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1878 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1879 # interfere with the next link command; also delete a directory that is
1880 # left behind by Apple's compiler. We do this before executing the actions.
1881 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1882 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1883 as_fn_set_status
$ac_retval
1885 } # ac_fn_c_try_link
1887 # ac_fn_c_check_func LINENO FUNC VAR
1888 # ----------------------------------
1889 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1890 ac_fn_c_check_func
()
1892 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1894 $as_echo_n "checking for $2... " >&6; }
1895 if eval \
${$3+:} false
; then :
1896 $as_echo_n "(cached) " >&6
1898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1899 /* end confdefs.h. */
1900 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1901 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1902 #define $2 innocuous_$2
1904 /* System header to define __stub macros and hopefully few prototypes,
1905 which can conflict with char $2 (); below.
1906 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1907 <limits.h> exists even on freestanding compilers. */
1910 # include <limits.h>
1912 # include <assert.h>
1917 /* Override any GCC internal prototype to avoid an error.
1918 Use char because int might match the return type of a GCC
1919 builtin and then its argument prototype would still apply. */
1924 /* The GNU C library defines this for functions which it implements
1925 to always fail with ENOSYS. Some functions are actually named
1926 something starting with __ and the normal name is an alias. */
1927 #if defined __stub_$2 || defined __stub___$2
1939 if ac_fn_c_try_link
"$LINENO"; then :
1944 rm -f core conftest.err conftest.
$ac_objext \
1945 conftest
$ac_exeext conftest.
$ac_ext
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1949 $as_echo "$ac_res" >&6; }
1950 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1952 } # ac_fn_c_check_func
1954 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1955 # --------------------------------------------
1956 # Tries to find the compile-time value of EXPR in a program that includes
1957 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1959 ac_fn_c_compute_int
()
1961 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1962 if test "$cross_compiling" = yes; then
1963 # Depending upon the size, compute the lo and hi bounds.
1964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1965 /* end confdefs.h. */
1970 static int test_array [1 - 2 * !(($2) >= 0)];
1972 return test_array [0];
1978 if ac_fn_c_try_compile
"$LINENO"; then :
1981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1982 /* end confdefs.h. */
1987 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1989 return test_array [0];
1995 if ac_fn_c_try_compile
"$LINENO"; then :
1996 ac_hi
=$ac_mid; break
1998 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
1999 if test $ac_lo -le $ac_mid; then
2003 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
2005 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2009 /* end confdefs.h. */
2014 static int test_array [1 - 2 * !(($2) < 0)];
2016 return test_array [0];
2022 if ac_fn_c_try_compile
"$LINENO"; then :
2025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2026 /* end confdefs.h. */
2031 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2033 return test_array [0];
2039 if ac_fn_c_try_compile
"$LINENO"; then :
2040 ac_lo
=$ac_mid; break
2042 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
2043 if test $ac_mid -le $ac_hi; then
2047 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2049 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2056 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2057 # Binary search between lo and hi bounds.
2058 while test "x$ac_lo" != "x$ac_hi"; do
2059 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2061 /* end confdefs.h. */
2066 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2068 return test_array [0];
2074 if ac_fn_c_try_compile
"$LINENO"; then :
2077 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2079 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2082 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2087 /* end confdefs.h. */
2089 static long int longval () { return $2; }
2090 static unsigned long int ulongval () { return $2; }
2097 FILE *f = fopen ("conftest.val", "w");
2102 long int i = longval ();
2105 fprintf (f, "%ld", i);
2109 unsigned long int i = ulongval ();
2112 fprintf (f, "%lu", i);
2114 /* Do not output a trailing newline, as this causes \r\n confusion
2115 on some platforms. */
2116 return ferror (f) || fclose (f) != 0;
2122 if ac_fn_c_try_run
"$LINENO"; then :
2123 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2127 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2128 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2132 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2133 as_fn_set_status
$ac_retval
2135 } # ac_fn_c_compute_int
2137 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2138 # ---------------------------------------------
2139 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2141 ac_fn_c_check_decl
()
2143 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2144 as_decl_name
=`echo $2|sed 's/ *(.*//'`
2145 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2147 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2148 if eval \
${$3+:} false
; then :
2149 $as_echo_n "(cached) " >&6
2151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2152 /* end confdefs.h. */
2157 #ifndef $as_decl_name
2159 (void) $as_decl_use;
2161 (void) $as_decl_name;
2169 if ac_fn_c_try_compile
"$LINENO"; then :
2174 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2178 $as_echo "$ac_res" >&6; }
2179 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2181 } # ac_fn_c_check_decl
2182 cat >config.log
<<_ACEOF
2183 This file contains any messages produced by compilers while
2184 running configure, to aid debugging if configure makes a mistake.
2186 It was created by bfd $as_me 2.38.50, which was
2187 generated by GNU Autoconf 2.69. Invocation command line was
2199 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2200 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2201 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2202 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2203 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2205 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2206 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2208 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2209 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2210 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2211 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2212 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2213 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2214 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2222 test -z "$as_dir" && as_dir
=.
2223 $as_echo "PATH: $as_dir"
2239 # Keep a trace of the command line.
2240 # Strip out --no-create and --no-recursion so they do not pile up.
2241 # Strip out --silent because we don't want to record it for future runs.
2242 # Also quote any args containing shell meta-characters.
2243 # Make two passes to allow for proper duplicate-argument suppression.
2247 ac_must_keep_next
=false
2253 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2254 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2255 |
-silent |
--silent |
--silen |
--sile |
--sil)
2258 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2261 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2263 as_fn_append ac_configure_args1
" '$ac_arg'"
2264 if test $ac_must_keep_next = true
; then
2265 ac_must_keep_next
=false
# Got value, back to normal.
2268 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2269 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2270 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2271 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2272 case "$ac_configure_args0 " in
2273 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2276 -* ) ac_must_keep_next
=true
;;
2279 as_fn_append ac_configure_args
" '$ac_arg'"
2284 { ac_configure_args0
=; unset ac_configure_args0
;}
2285 { ac_configure_args1
=; unset ac_configure_args1
;}
2287 # When interrupted or exit'd, cleanup temporary files, and complete
2288 # config.log. We remove comments because anyway the quotes in there
2289 # would cause problems or look ugly.
2290 # WARNING: Use '\'' to represent an apostrophe within the trap.
2291 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2292 trap 'exit_status=$?
2293 # Save into config.log some information that might help in debugging.
2297 $as_echo "## ---------------- ##
2298 ## Cache variables. ##
2299 ## ---------------- ##"
2301 # The following way of writing the cache mishandles newlines in values,
2303 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2304 eval ac_val=\$$ac_var
2308 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2309 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2312 _ | IFS | as_nl) ;; #(
2313 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2314 *) { eval $ac_var=; unset $ac_var;} ;;
2319 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2320 *${as_nl}ac_space=\ *)
2322 "s/'\''/'\''\\\\'\'''\''/g;
2323 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2326 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2333 $as_echo "## ----------------- ##
2334 ## Output variables. ##
2335 ## ----------------- ##"
2337 for ac_var in $ac_subst_vars
2339 eval ac_val=\$$ac_var
2341 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2343 $as_echo "$ac_var='\''$ac_val'\''"
2347 if test -n "$ac_subst_files"; then
2348 $as_echo "## ------------------- ##
2349 ## File substitutions. ##
2350 ## ------------------- ##"
2352 for ac_var
in $ac_subst_files
2354 eval ac_val
=\$
$ac_var
2356 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2358 $as_echo "$ac_var='\''$ac_val'\''"
2363 if test -s confdefs.h; then
2364 $as_echo "## ----------- ##
2371 test "$ac_signal" != 0 &&
2372 $as_echo "$as_me: caught signal $ac_signal"
2373 $as_echo "$as_me: exit $exit_status"
2375 rm -f core *.core core.conftest.* &&
2376 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2379 for ac_signal
in 1 2 13 15; do
2380 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2384 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2385 rm -f -r conftest
* confdefs.h
2387 $as_echo "/* confdefs.h */" > confdefs.h
2389 # Predefined preprocessor variables.
2391 cat >>confdefs.h
<<_ACEOF
2392 #define PACKAGE_NAME "$PACKAGE_NAME"
2395 cat >>confdefs.h
<<_ACEOF
2396 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2399 cat >>confdefs.h
<<_ACEOF
2400 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2403 cat >>confdefs.h
<<_ACEOF
2404 #define PACKAGE_STRING "$PACKAGE_STRING"
2407 cat >>confdefs.h
<<_ACEOF
2408 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2411 cat >>confdefs.h
<<_ACEOF
2412 #define PACKAGE_URL "$PACKAGE_URL"
2416 # Let the site file select an alternate cache file if it wants to.
2417 # Prefer an explicitly selected file to automatically selected ones.
2420 if test -n "$CONFIG_SITE"; then
2421 # We do not want a PATH search for config.site.
2422 case $CONFIG_SITE in #((
2423 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2424 */*) ac_site_file1
=$CONFIG_SITE;;
2425 *) ac_site_file1
=.
/$CONFIG_SITE;;
2427 elif test "x$prefix" != xNONE
; then
2428 ac_site_file1
=$prefix/share
/config.site
2429 ac_site_file2
=$prefix/etc
/config.site
2431 ac_site_file1
=$ac_default_prefix/share
/config.site
2432 ac_site_file2
=$ac_default_prefix/etc
/config.site
2434 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2436 test "x$ac_site_file" = xNONE
&& continue
2437 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2439 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2440 sed 's/^/| /' "$ac_site_file" >&5
2442 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2443 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2444 as_fn_error $?
"failed to load site script $ac_site_file
2445 See \`config.log' for more details" "$LINENO" 5; }
2449 if test -r "$cache_file"; then
2450 # Some versions of bash will fail to source /dev/null (special files
2451 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2452 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2453 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2454 $as_echo "$as_me: loading cache $cache_file" >&6;}
2456 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2457 *) .
"./$cache_file";;
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2462 $as_echo "$as_me: creating cache $cache_file" >&6;}
2466 as_fn_append ac_header_list
" stdlib.h"
2467 as_fn_append ac_header_list
" unistd.h"
2468 as_fn_append ac_header_list
" sys/param.h"
2469 # Check that the precious variables saved in the cache have kept the same
2471 ac_cache_corrupted
=false
2472 for ac_var
in $ac_precious_vars; do
2473 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2474 eval ac_new_set
=\
$ac_env_${ac_var}_set
2475 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2476 eval ac_new_val
=\
$ac_env_${ac_var}_value
2477 case $ac_old_set,$ac_new_set in
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2480 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2481 ac_cache_corrupted
=: ;;
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2484 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2485 ac_cache_corrupted
=: ;;
2488 if test "x$ac_old_val" != "x$ac_new_val"; then
2489 # differences in whitespace do not lead to failure.
2490 ac_old_val_w
=`echo x $ac_old_val`
2491 ac_new_val_w
=`echo x $ac_new_val`
2492 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2494 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2495 ac_cache_corrupted
=:
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2498 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2499 eval $ac_var=\
$ac_old_val
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2502 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2504 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2507 # Pass precious variables to config.status.
2508 if test "$ac_new_set" = set; then
2510 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2511 *) ac_arg
=$ac_var=$ac_new_val ;;
2513 case " $ac_configure_args " in
2514 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2515 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2519 if $ac_cache_corrupted; then
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2521 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2523 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2524 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2526 ## -------------------- ##
2527 ## Main body of script. ##
2528 ## -------------------- ##
2531 ac_cpp
='$CPP $CPPFLAGS'
2532 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2533 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2534 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2543 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2544 if test -f "$ac_dir/install-sh"; then
2546 ac_install_sh
="$ac_aux_dir/install-sh -c"
2548 elif test -f "$ac_dir/install.sh"; then
2550 ac_install_sh
="$ac_aux_dir/install.sh -c"
2552 elif test -f "$ac_dir/shtool"; then
2554 ac_install_sh
="$ac_aux_dir/shtool install -c"
2558 if test -z "$ac_aux_dir"; then
2559 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2562 # These three variables are undocumented and unsupported,
2563 # and are intended to be withdrawn in a future Autoconf release.
2564 # They can cause serious problems if a builder's source tree is in a directory
2565 # whose full name contains unusual characters.
2566 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2567 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2568 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2571 # Make sure we can run config.sub.
2572 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2573 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2576 $as_echo_n "checking build system type... " >&6; }
2577 if ${ac_cv_build+:} false
; then :
2578 $as_echo_n "(cached) " >&6
2580 ac_build_alias
=$build_alias
2581 test "x$ac_build_alias" = x
&&
2582 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2583 test "x$ac_build_alias" = x
&&
2584 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2585 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2586 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2590 $as_echo "$ac_cv_build" >&6; }
2591 case $ac_cv_build in
2593 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2596 ac_save_IFS
=$IFS; IFS
='-'
2602 # Remember, the first character of IFS is used to create $*,
2603 # except with old shells:
2606 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2610 $as_echo_n "checking host system type... " >&6; }
2611 if ${ac_cv_host+:} false
; then :
2612 $as_echo_n "(cached) " >&6
2614 if test "x$host_alias" = x
; then
2615 ac_cv_host
=$ac_cv_build
2617 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2618 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2623 $as_echo "$ac_cv_host" >&6; }
2626 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2629 ac_save_IFS
=$IFS; IFS
='-'
2635 # Remember, the first character of IFS is used to create $*,
2636 # except with old shells:
2639 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2643 $as_echo_n "checking target system type... " >&6; }
2644 if ${ac_cv_target+:} false
; then :
2645 $as_echo_n "(cached) " >&6
2647 if test "x$target_alias" = x
; then
2648 ac_cv_target
=$ac_cv_host
2650 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2651 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2656 $as_echo "$ac_cv_target" >&6; }
2657 case $ac_cv_target in
2659 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2661 target
=$ac_cv_target
2662 ac_save_IFS
=$IFS; IFS
='-'
2668 # Remember, the first character of IFS is used to create $*,
2669 # except with old shells:
2672 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2675 # The aliases save the names the user supplied, while $host etc.
2676 # will get canonicalized.
2677 test -n "$target_alias" &&
2678 test "$program_prefix$program_suffix$program_transform_name" = \
2680 program_prefix
=${target_alias}-
2682 am__api_version
='1.15'
2684 # Find a good install program. We prefer a C program (faster),
2685 # so one script is as good as another. But avoid the broken or
2686 # incompatible versions:
2687 # SysV /etc/install, /usr/sbin/install
2688 # SunOS /usr/etc/install
2689 # IRIX /sbin/install
2691 # AmigaOS /C/install, which installs bootblocks on floppy discs
2692 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2693 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2694 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2695 # OS/2's system install, which has a completely different semantic
2696 # ./install, which can be erroneously created by make from ./install.sh.
2697 # Reject install programs that cannot install multiple files.
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2699 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2700 if test -z "$INSTALL"; then
2701 if ${ac_cv_path_install+:} false
; then :
2702 $as_echo_n "(cached) " >&6
2704 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2708 test -z "$as_dir" && as_dir
=.
2709 # Account for people who put trailing slashes in PATH elements.
2710 case $as_dir/ in #((
2711 .
/ | .
// |
/[cC
]/* | \
2712 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2713 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2716 # OSF1 and SCO ODT 3.0 have their own names for install.
2717 # Don't use installbsd from OSF since it installs stuff as root
2719 for ac_prog
in ginstall scoinst
install; do
2720 for ac_exec_ext
in '' $ac_executable_extensions; do
2721 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2722 if test $ac_prog = install &&
2723 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2724 # AIX install. It has an incompatible calling convention.
2726 elif test $ac_prog = install &&
2727 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2728 # program-specific install script used by HP pwplus--don't use.
2731 rm -rf conftest.one conftest.two conftest.dir
2732 echo one
> conftest.one
2733 echo two
> conftest.two
2735 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2736 test -s conftest.one
&& test -s conftest.two
&&
2737 test -s conftest.dir
/conftest.one
&&
2738 test -s conftest.dir
/conftest.two
2740 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2753 rm -rf conftest.one conftest.two conftest.dir
2756 if test "${ac_cv_path_install+set}" = set; then
2757 INSTALL
=$ac_cv_path_install
2759 # As a last resort, use the slow shell script. Don't cache a
2760 # value for INSTALL within a source directory, because that will
2761 # break other packages using the cache if that directory is
2762 # removed, or if the value is a relative name.
2763 INSTALL
=$ac_install_sh
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2767 $as_echo "$INSTALL" >&6; }
2769 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2770 # It thinks the first close brace ends the variable substitution.
2771 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2773 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2775 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2778 $as_echo_n "checking whether build environment is sane... " >&6; }
2779 # Reject unsafe characters in $srcdir or the absolute working directory
2780 # name. Accept space and tab only in the latter.
2784 *[\\\"\
#\$\&\'\`$am_lf]*)
2785 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2788 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2789 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2792 # Do 'set' in a subshell so we don't clobber the current shell's
2793 # arguments. Must try -L first in case configure is actually a
2794 # symlink; some systems play weird games with the mod time of symlinks
2795 # (eg FreeBSD returns the mod time of the symlink's containing
2799 for am_try
in 1 2; do
2800 echo "timestamp, slept: $am_has_slept" > conftest.
file
2801 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2802 if test "$*" = "X"; then
2804 set X
`ls -t "$srcdir/configure" conftest.file`
2806 if test "$*" != "X $srcdir/configure conftest.file" \
2807 && test "$*" != "X conftest.file $srcdir/configure"; then
2809 # If neither matched, then we have a broken ls. This can happen
2810 # if, for instance, CONFIG_SHELL is bash and it inherits a
2811 # broken ls alias from the environment. This has actually
2812 # happened. Such a system could not be considered "sane".
2813 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2814 alias in your environment" "$LINENO" 5
2816 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2823 test "$2" = conftest.
file
2829 as_fn_error $?
"newly created file is older than distributed files!
2830 Check your system clock" "$LINENO" 5
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2833 $as_echo "yes" >&6; }
2834 # If we didn't sleep, we still need to ensure time stamps of config.status and
2835 # generated files are strictly newer.
2837 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2844 test "$program_prefix" != NONE
&&
2845 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2846 # Use a double $ so make ignores it.
2847 test "$program_suffix" != NONE
&&
2848 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2849 # Double any \ or $.
2850 # By default was `s,x,x', remove it if useless.
2851 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2852 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2854 # Expand $ac_aux_dir to an absolute path.
2855 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2857 if test x
"${MISSING+set}" != xset
; then
2860 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2862 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2865 # Use eval to expand $SHELL
2866 if eval "$MISSING --is-lightweight"; then
2867 am_missing_run
="$MISSING "
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2871 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2874 if test x
"${install_sh+set}" != xset
; then
2877 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2879 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2883 # Installed binaries are usually stripped using 'strip' when the user
2884 # run "make install-strip". However 'strip' might not be the right
2885 # tool to use in cross-compilation environments, therefore Automake
2886 # will honor the 'STRIP' environment variable to overrule this program.
2887 if test "$cross_compiling" != no
; then
2888 if test -n "$ac_tool_prefix"; then
2889 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2890 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2892 $as_echo_n "checking for $ac_word... " >&6; }
2893 if ${ac_cv_prog_STRIP+:} false
; then :
2894 $as_echo_n "(cached) " >&6
2896 if test -n "$STRIP"; then
2897 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2903 test -z "$as_dir" && as_dir
=.
2904 for ac_exec_ext
in '' $ac_executable_extensions; do
2905 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2906 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2916 STRIP
=$ac_cv_prog_STRIP
2917 if test -n "$STRIP"; then
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2919 $as_echo "$STRIP" >&6; }
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2922 $as_echo "no" >&6; }
2927 if test -z "$ac_cv_prog_STRIP"; then
2929 # Extract the first word of "strip", so it can be a program name with args.
2930 set dummy strip
; ac_word
=$2
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2932 $as_echo_n "checking for $ac_word... " >&6; }
2933 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2934 $as_echo_n "(cached) " >&6
2936 if test -n "$ac_ct_STRIP"; then
2937 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2943 test -z "$as_dir" && as_dir
=.
2944 for ac_exec_ext
in '' $ac_executable_extensions; do
2945 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2946 ac_cv_prog_ac_ct_STRIP
="strip"
2947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2956 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2957 if test -n "$ac_ct_STRIP"; then
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2959 $as_echo "$ac_ct_STRIP" >&6; }
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2962 $as_echo "no" >&6; }
2965 if test "x$ac_ct_STRIP" = x
; then
2968 case $cross_compiling:$ac_tool_warned in
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2971 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2972 ac_tool_warned
=yes ;;
2977 STRIP
="$ac_cv_prog_STRIP"
2981 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2984 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2985 if test -z "$MKDIR_P"; then
2986 if ${ac_cv_path_mkdir+:} false
; then :
2987 $as_echo_n "(cached) " >&6
2989 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2990 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2993 test -z "$as_dir" && as_dir
=.
2994 for ac_prog
in mkdir gmkdir
; do
2995 for ac_exec_ext
in '' $ac_executable_extensions; do
2996 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2997 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2998 'mkdir (GNU coreutils) '* | \
2999 'mkdir (coreutils) '* | \
3000 'mkdir (fileutils) '4.1*)
3001 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3011 test -d .
/--version && rmdir .
/--version
3012 if test "${ac_cv_path_mkdir+set}" = set; then
3013 MKDIR_P
="$ac_cv_path_mkdir -p"
3015 # As a last resort, use the slow shell script. Don't cache a
3016 # value for MKDIR_P within a source directory, because that will
3017 # break other packages using the cache if that directory is
3018 # removed, or if the value is a relative name.
3019 MKDIR_P
="$ac_install_sh -d"
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3023 $as_echo "$MKDIR_P" >&6; }
3025 for ac_prog
in gawk mawk nawk
awk
3027 # Extract the first word of "$ac_prog", so it can be a program name with args.
3028 set dummy
$ac_prog; ac_word
=$2
3029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3030 $as_echo_n "checking for $ac_word... " >&6; }
3031 if ${ac_cv_prog_AWK+:} false
; then :
3032 $as_echo_n "(cached) " >&6
3034 if test -n "$AWK"; then
3035 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3037 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3041 test -z "$as_dir" && as_dir
=.
3042 for ac_exec_ext
in '' $ac_executable_extensions; do
3043 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3044 ac_cv_prog_AWK
="$ac_prog"
3045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3055 if test -n "$AWK"; then
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3057 $as_echo "$AWK" >&6; }
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3060 $as_echo "no" >&6; }
3064 test -n "$AWK" && break
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3068 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3070 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3071 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3072 $as_echo_n "(cached) " >&6
3074 cat >conftest.
make <<\_ACEOF
3077 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3079 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3080 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3082 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3084 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3088 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3090 $as_echo "yes" >&6; }
3093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3094 $as_echo "no" >&6; }
3095 SET_MAKE
="MAKE=${MAKE-make}"
3098 rm -rf .tst
2>/dev
/null
3099 mkdir .tst
2>/dev
/null
3100 if test -d .tst
; then
3105 rmdir .tst
2>/dev
/null
3107 # Check whether --enable-silent-rules was given.
3108 if test "${enable_silent_rules+set}" = set; then :
3109 enableval
=$enable_silent_rules;
3112 case $enable_silent_rules in # (((
3113 yes) AM_DEFAULT_VERBOSITY
=0;;
3114 no
) AM_DEFAULT_VERBOSITY
=1;;
3115 *) AM_DEFAULT_VERBOSITY
=1;;
3117 am_make
=${MAKE-make}
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3119 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3120 if ${am_cv_make_support_nested_variables+:} false
; then :
3121 $as_echo_n "(cached) " >&6
3123 if $as_echo 'TRUE=$(BAR$(V))
3129 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3130 am_cv_make_support_nested_variables
=yes
3132 am_cv_make_support_nested_variables
=no
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3136 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3137 if test $am_cv_make_support_nested_variables = yes; then
3139 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3141 AM_V
=$AM_DEFAULT_VERBOSITY
3142 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3146 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3147 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3148 # is not polluted with repeated "-I."
3149 am__isrc
=' -I$(srcdir)'
3150 # test to see if srcdir already configured
3151 if test -f $srcdir/config.status
; then
3152 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3156 # test whether we have cygpath
3157 if test -z "$CYGPATH_W"; then
3158 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3159 CYGPATH_W
='cygpath -w'
3166 # Define the identity of the package.
3171 cat >>confdefs.h
<<_ACEOF
3172 #define PACKAGE "$PACKAGE"
3176 cat >>confdefs.h
<<_ACEOF
3177 #define VERSION "$VERSION"
3180 # Some tools Automake needs.
3182 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3185 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3188 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3191 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3194 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3196 # For better backward compatibility. To be removed once Automake 1.9.x
3197 # dies out for good. For more background, see:
3198 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3199 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3200 mkdir_p
='$(MKDIR_P)'
3202 # We need awk for the "check" target (and possibly the TAP driver). The
3203 # system "awk" is bad on some platforms.
3204 # Always define AMTAR for backward compatibility. Yes, it's still used
3205 # in the wild :-( We should find a proper way to deprecate it ...
3209 # We'll loop over all known methods to create a tar archive until one works.
3210 _am_tools
='gnutar pax cpio none'
3212 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3219 # POSIX will say in a future version that running "rm -f" with no argument
3220 # is OK; and we want to be able to make that assumption in our Makefile
3221 # recipes. So use an aggressive probe to check that the usage we want is
3222 # actually supported "in the wild" to an acceptable degree.
3223 # See automake bug#10828.
3224 # To make any issue more visible, cause the running configure to be aborted
3225 # by default if the 'rm' program in use doesn't match our expectations; the
3226 # user can still override this though.
3227 if rm -f && rm -fr && rm -rf; then : OK
; else
3231 Your 'rm' program seems unable to run without file operands specified
3232 on the command line, even when the '-f' option is present. This is contrary
3233 to the behaviour of most rm programs out there, and not conforming with
3234 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3236 Please tell bug-automake@gnu.org about your system, including the value
3237 of your $PATH and any error possibly output before this message. This
3238 can help us improve future automake versions.
3241 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3242 echo 'Configuration will proceed anyway, since you have set the' >&2
3243 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3247 Aborting the configuration process, to ensure you take notice of the issue.
3249 You can download and install GNU coreutils to get an 'rm' implementation
3250 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3252 If you want to complete the configuration process using your problematic
3253 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3254 to "yes", and re-run configure.
3257 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3261 # Check whether --enable-silent-rules was given.
3262 if test "${enable_silent_rules+set}" = set; then :
3263 enableval
=$enable_silent_rules;
3266 case $enable_silent_rules in # (((
3267 yes) AM_DEFAULT_VERBOSITY
=0;;
3268 no
) AM_DEFAULT_VERBOSITY
=1;;
3269 *) AM_DEFAULT_VERBOSITY
=0;;
3271 am_make
=${MAKE-make}
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3273 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3274 if ${am_cv_make_support_nested_variables+:} false
; then :
3275 $as_echo_n "(cached) " >&6
3277 if $as_echo 'TRUE=$(BAR$(V))
3283 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3284 am_cv_make_support_nested_variables
=yes
3286 am_cv_make_support_nested_variables
=no
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3290 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3291 if test $am_cv_make_support_nested_variables = yes; then
3293 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3295 AM_V
=$AM_DEFAULT_VERBOSITY
3296 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3301 if test -n "$ac_tool_prefix"; then
3302 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3303 set dummy ${ac_tool_prefix}ar; ac_word=$2
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3305 $as_echo_n "checking for $ac_word... " >&6; }
3306 if ${ac_cv_prog_AR+:} false; then :
3307 $as_echo_n "(cached) " >&6
3309 if test -n "$AR"; then
3310 ac_cv_prog_AR="$AR" # Let the user override the test.
3312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3316 test -z "$as_dir" && as_dir=.
3317 for ac_exec_ext in '' $ac_executable_extensions; do
3318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3319 ac_cv_prog_AR="${ac_tool_prefix}ar"
3320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3330 if test -n "$AR"; then
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3332 $as_echo "$AR" >&6; }
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3335 $as_echo "no" >&6; }
3340 if test -z "$ac_cv_prog_AR"; then
3342 # Extract the first word of "ar", so it can be a program name with args.
3343 set dummy ar; ac_word=$2
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3345 $as_echo_n "checking for $ac_word... " >&6; }
3346 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3347 $as_echo_n "(cached) " >&6
3349 if test -n "$ac_ct_AR"; then
3350 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3356 test -z "$as_dir" && as_dir=.
3357 for ac_exec_ext in '' $ac_executable_extensions; do
3358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3359 ac_cv_prog_ac_ct_AR="ar"
3360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3369 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3370 if test -n "$ac_ct_AR"; then
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3372 $as_echo "$ac_ct_AR" >&6; }
3374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3375 $as_echo "no" >&6; }
3378 if test "x$ac_ct_AR" = x; then
3381 case $cross_compiling:$ac_tool_warned in
3383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3384 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3385 ac_tool_warned=yes ;;
3393 if test -n "$ac_tool_prefix"; then
3394 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3395 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3397 $as_echo_n "checking for $ac_word... " >&6; }
3398 if ${ac_cv_prog_RANLIB+:} false; then :
3399 $as_echo_n "(cached) " >&6
3401 if test -n "$RANLIB"; then
3402 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3408 test -z "$as_dir" && as_dir=.
3409 for ac_exec_ext in '' $ac_executable_extensions; do
3410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3411 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3421 RANLIB=$ac_cv_prog_RANLIB
3422 if test -n "$RANLIB"; then
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3424 $as_echo "$RANLIB" >&6; }
3426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3427 $as_echo "no" >&6; }
3432 if test -z "$ac_cv_prog_RANLIB"; then
3433 ac_ct_RANLIB=$RANLIB
3434 # Extract the first word of "ranlib", so it can be a program name with args.
3435 set dummy ranlib; ac_word=$2
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3437 $as_echo_n "checking for $ac_word... " >&6; }
3438 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3439 $as_echo_n "(cached) " >&6
3441 if test -n "$ac_ct_RANLIB"; then
3442 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3448 test -z "$as_dir" && as_dir=.
3449 for ac_exec_ext in '' $ac_executable_extensions; do
3450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3451 ac_cv_prog_ac_ct_RANLIB="ranlib"
3452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3461 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3462 if test -n "$ac_ct_RANLIB"; then
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3464 $as_echo "$ac_ct_RANLIB" >&6; }
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3467 $as_echo "no" >&6; }
3470 if test "x$ac_ct_RANLIB" = x; then
3473 case $cross_compiling:$ac_tool_warned in
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3477 ac_tool_warned=yes ;;
3479 RANLIB=$ac_ct_RANLIB
3482 RANLIB="$ac_cv_prog_RANLIB"
3486 # Check whether --enable-shared was given.
3487 if test "${enable_shared+set}" = set; then :
3488 enableval=$enable_shared; p=${PACKAGE-default}
3490 yes) enable_shared=yes ;;
3491 no) enable_shared=no ;;
3494 # Look at the argument we got. We use all the common list separators.
3495 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3496 for pkg in $enableval; do
3498 if test "X$pkg" = "X$p"; then
3519 ac_cpp='$CPP $CPPFLAGS'
3520 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3521 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3522 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3523 if test -n "$ac_tool_prefix"; then
3524 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3525 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3527 $as_echo_n "checking for $ac_word... " >&6; }
3528 if ${ac_cv_prog_CC+:} false; then :
3529 $as_echo_n "(cached) " >&6
3531 if test -n "$CC"; then
3532 ac_cv_prog_CC="$CC" # Let the user override the test.
3534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3538 test -z "$as_dir" && as_dir=.
3539 for ac_exec_ext in '' $ac_executable_extensions; do
3540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3541 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3552 if test -n "$CC"; then
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3554 $as_echo "$CC" >&6; }
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3557 $as_echo "no" >&6; }
3562 if test -z "$ac_cv_prog_CC"; then
3564 # Extract the first word of "gcc", so it can be a program name with args.
3565 set dummy gcc; ac_word=$2
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3567 $as_echo_n "checking for $ac_word... " >&6; }
3568 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3569 $as_echo_n "(cached) " >&6
3571 if test -n "$ac_ct_CC"; then
3572 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3578 test -z "$as_dir" && as_dir=.
3579 for ac_exec_ext in '' $ac_executable_extensions; do
3580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3581 ac_cv_prog_ac_ct_CC="gcc"
3582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3592 if test -n "$ac_ct_CC"; then
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3594 $as_echo "$ac_ct_CC" >&6; }
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3597 $as_echo "no" >&6; }
3600 if test "x$ac_ct_CC" = x; then
3603 case $cross_compiling:$ac_tool_warned in
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3606 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3607 ac_tool_warned=yes ;;
3615 if test -z "$CC"; then
3616 if test -n "$ac_tool_prefix"; then
3617 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3618 set dummy ${ac_tool_prefix}cc; ac_word=$2
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3620 $as_echo_n "checking for $ac_word... " >&6; }
3621 if ${ac_cv_prog_CC+:} false; then :
3622 $as_echo_n "(cached) " >&6
3624 if test -n "$CC"; then
3625 ac_cv_prog_CC="$CC" # Let the user override the test.
3627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3631 test -z "$as_dir" && as_dir=.
3632 for ac_exec_ext in '' $ac_executable_extensions; do
3633 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3634 ac_cv_prog_CC="${ac_tool_prefix}cc"
3635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3645 if test -n "$CC"; then
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3647 $as_echo "$CC" >&6; }
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3650 $as_echo "no" >&6; }
3656 if test -z "$CC"; then
3657 # Extract the first word of "cc", so it can be a program name with args.
3658 set dummy cc; ac_word=$2
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3660 $as_echo_n "checking for $ac_word... " >&6; }
3661 if ${ac_cv_prog_CC+:} false; then :
3662 $as_echo_n "(cached) " >&6
3664 if test -n "$CC"; then
3665 ac_cv_prog_CC="$CC" # Let the user override the test.
3668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3672 test -z "$as_dir" && as_dir=.
3673 for ac_exec_ext in '' $ac_executable_extensions; do
3674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3675 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3676 ac_prog_rejected=yes
3680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3687 if test $ac_prog_rejected = yes; then
3688 # We found a bogon in the path, so make sure we never use it.
3689 set dummy $ac_cv_prog_CC
3691 if test $# != 0; then
3692 # We chose a different compiler from the bogus one.
3693 # However, it has the same basename, so the bogon will be chosen
3694 # first if we set CC to just the basename; use the full file name.
3696 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3702 if test -n "$CC"; then
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3704 $as_echo "$CC" >&6; }
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3707 $as_echo "no" >&6; }
3712 if test -z "$CC"; then
3713 if test -n "$ac_tool_prefix"; then
3714 for ac_prog in cl.exe
3716 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3717 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if ${ac_cv_prog_CC+:} false; then :
3721 $as_echo_n "(cached) " >&6
3723 if test -n "$CC"; then
3724 ac_cv_prog_CC="$CC" # Let the user override the test.
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3733 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3744 if test -n "$CC"; then
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3746 $as_echo "$CC" >&6; }
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749 $as_echo "no" >&6; }
3753 test -n "$CC" && break
3756 if test -z "$CC"; then
3758 for ac_prog in cl.exe
3760 # Extract the first word of "$ac_prog", so it can be a program name with args.
3761 set dummy $ac_prog; ac_word=$2
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3763 $as_echo_n "checking for $ac_word... " >&6; }
3764 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3765 $as_echo_n "(cached) " >&6
3767 if test -n "$ac_ct_CC"; then
3768 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 test -z "$as_dir" && as_dir=.
3775 for ac_exec_ext in '' $ac_executable_extensions; do
3776 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3777 ac_cv_prog_ac_ct_CC="$ac_prog"
3778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3787 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3788 if test -n "$ac_ct_CC"; then
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3790 $as_echo "$ac_ct_CC" >&6; }
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3793 $as_echo "no" >&6; }
3797 test -n "$ac_ct_CC" && break
3800 if test "x$ac_ct_CC" = x; then
3803 case $cross_compiling:$ac_tool_warned in
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3806 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3807 ac_tool_warned=yes ;;
3816 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3817 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3818 as_fn_error $? "no acceptable C compiler found in \$PATH
3819 See \`config.log
' for more details" "$LINENO" 5; }
3821 # Provide some information about the compiler.
3822 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3825 for ac_option in --version -v -V -qversion; do
3826 { { ac_try="$ac_compiler $ac_option >&5"
3828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3829 *) ac_try_echo=$ac_try;;
3831 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3832 $as_echo "$ac_try_echo"; } >&5
3833 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3835 if test -s conftest.err; then
3837 ... rest of stderr output deleted ...
3838 10q
' conftest.err >conftest.er1
3839 cat conftest.er1 >&5
3841 rm -f conftest.er1 conftest.err
3842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3843 test $ac_status = 0; }
3846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3847 /* end confdefs.h. */
3857 ac_clean_files_save=$ac_clean_files
3858 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3859 # Try to create an executable without -o first, disregard a.out.
3860 # It will help us diagnose broken compilers, and finding out an intuition
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3863 $as_echo_n "checking whether the C compiler works... " >&6; }
3864 ac_link_default=`$as_echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
3866 # The possible output files:
3867 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3870 for ac_file in $ac_files
3873 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3874 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3879 if { { ac_try="$ac_link_default"
3881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3882 *) ac_try_echo=$ac_try;;
3884 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3885 $as_echo "$ac_try_echo"; } >&5
3886 (eval "$ac_link_default") 2>&5
3888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3889 test $ac_status = 0; }; then :
3890 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3891 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3892 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3893 # so that the user can short-circuit this test for compilers unknown to
3895 for ac_file
in $ac_files ''
3897 test -f "$ac_file" ||
continue
3899 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3902 # We found the default executable, but exeext='' is most
3906 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3908 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3910 # We set ac_cv_exeext here because the later test for it is not
3911 # safe: cross compilers may not add the suffix if given an `-o'
3912 # argument, so we may need to know it at that point already.
3913 # Even if this section looks crufty: it has the advantage of
3920 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3925 if test -z "$ac_file"; then :
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3927 $as_echo "no" >&6; }
3928 $as_echo "$as_me: failed program was:" >&5
3929 sed 's/^/| /' conftest.
$ac_ext >&5
3931 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3932 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3933 as_fn_error
77 "C compiler cannot create executables
3934 See \`config.log' for more details" "$LINENO" 5; }
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3937 $as_echo "yes" >&6; }
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3940 $as_echo_n "checking for C compiler default output file name... " >&6; }
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3942 $as_echo "$ac_file" >&6; }
3943 ac_exeext
=$ac_cv_exeext
3945 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3946 ac_clean_files
=$ac_clean_files_save
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3948 $as_echo_n "checking for suffix of executables... " >&6; }
3949 if { { ac_try
="$ac_link"
3951 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3952 *) ac_try_echo=$ac_try;;
3954 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3955 $as_echo "$ac_try_echo"; } >&5
3956 (eval "$ac_link") 2>&5
3958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3959 test $ac_status = 0; }; then :
3960 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3961 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3962 # work properly (i.e., refer to `conftest.exe'), while it won't with
3964 for ac_file
in conftest.exe conftest conftest.
*; do
3965 test -f "$ac_file" ||
continue
3967 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3968 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3974 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3975 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3976 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3977 See \`config.log' for more details" "$LINENO" 5; }
3979 rm -f conftest conftest
$ac_cv_exeext
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3981 $as_echo "$ac_cv_exeext" >&6; }
3983 rm -f conftest.
$ac_ext
3984 EXEEXT
=$ac_cv_exeext
3986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3987 /* end confdefs.h. */
3992 FILE *f = fopen ("conftest.out", "w");
3993 return ferror (f) || fclose (f) != 0;
3999 ac_clean_files
="$ac_clean_files conftest.out"
4000 # Check that the compiler produces executables we can run. If not, either
4001 # the compiler is broken, or we cross compile.
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4003 $as_echo_n "checking whether we are cross compiling... " >&6; }
4004 if test "$cross_compiling" != yes; then
4005 { { ac_try
="$ac_link"
4007 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4008 *) ac_try_echo=$ac_try;;
4010 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4011 $as_echo "$ac_try_echo"; } >&5
4012 (eval "$ac_link") 2>&5
4014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4015 test $ac_status = 0; }
4016 if { ac_try='./conftest$ac_cv_exeext'
4017 { { case "(($ac_try" in
4018 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4019 *) ac_try_echo
=$ac_try;;
4021 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4022 $as_echo "$ac_try_echo"; } >&5
4023 (eval "$ac_try") 2>&5
4025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4026 test $ac_status = 0; }; }; then
4029 if test "$cross_compiling" = maybe
; then
4032 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4033 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4034 as_fn_error $?
"cannot run C compiled programs.
4035 If you meant to cross compile, use \`--host'.
4036 See \`config.log' for more details" "$LINENO" 5; }
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4041 $as_echo "$cross_compiling" >&6; }
4043 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4044 ac_clean_files
=$ac_clean_files_save
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4046 $as_echo_n "checking for suffix of object files... " >&6; }
4047 if ${ac_cv_objext+:} false
; then :
4048 $as_echo_n "(cached) " >&6
4050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4051 /* end confdefs.h. */
4061 rm -f conftest.o conftest.obj
4062 if { { ac_try
="$ac_compile"
4064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4065 *) ac_try_echo=$ac_try;;
4067 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4068 $as_echo "$ac_try_echo"; } >&5
4069 (eval "$ac_compile") 2>&5
4071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4072 test $ac_status = 0; }; then :
4073 for ac_file in conftest.o conftest.obj conftest.*; do
4074 test -f "$ac_file" || continue;
4076 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4077 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4082 $as_echo "$as_me: failed program was:" >&5
4083 sed 's/^/| /' conftest.$ac_ext >&5
4085 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4086 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4087 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4088 See \
`config.log' for more details" "$LINENO" 5; }
4090 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4093 $as_echo "$ac_cv_objext" >&6; }
4094 OBJEXT=$ac_cv_objext
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4097 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4098 if ${ac_cv_c_compiler_gnu+:} false; then :
4099 $as_echo_n "(cached) " >&6
4101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4102 /* end confdefs.h. */
4115 if ac_fn_c_try_compile "$LINENO"; then :
4120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4121 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4125 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4126 if test $ac_compiler_gnu = yes; then
4131 ac_test_CFLAGS=${CFLAGS+set}
4132 ac_save_CFLAGS=$CFLAGS
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4134 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4135 if ${ac_cv_prog_cc_g+:} false; then :
4136 $as_echo_n "(cached) " >&6
4138 ac_save_c_werror_flag=$ac_c_werror_flag
4139 ac_c_werror_flag=yes
4142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4143 /* end confdefs.h. */
4153 if ac_fn_c_try_compile "$LINENO"; then :
4157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4158 /* end confdefs.h. */
4168 if ac_fn_c_try_compile "$LINENO"; then :
4171 ac_c_werror_flag=$ac_save_c_werror_flag
4173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4174 /* end confdefs.h. */
4184 if ac_fn_c_try_compile "$LINENO"; then :
4187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4192 ac_c_werror_flag=$ac_save_c_werror_flag
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4195 $as_echo "$ac_cv_prog_cc_g" >&6; }
4196 if test "$ac_test_CFLAGS" = set; then
4197 CFLAGS=$ac_save_CFLAGS
4198 elif test $ac_cv_prog_cc_g = yes; then
4199 if test "$GCC" = yes; then
4205 if test "$GCC" = yes; then
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4212 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4213 if ${ac_cv_prog_cc_c89+:} false; then :
4214 $as_echo_n "(cached) " >&6
4216 ac_cv_prog_cc_c89=no
4218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4219 /* end confdefs.h. */
4223 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4224 struct buf { int x; };
4225 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4226 static char *e (p, i)
4232 static char *f (char * (*g) (char **, int), char **p, ...)
4237 s = g (p, va_arg (v,int));
4242 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4243 function prototypes and stuff, but not '\xHH' hex character constants.
4244 These don't provoke an error unfortunately, instead are silently treated
4245 as 'x'. The following induces an error, until -std is added to get
4246 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4247 array size at least. It's necessary to write '\x00'==0 to get something
4248 that's true only with -std. */
4249 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4251 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4252 inside strings and character constants. */
4254 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4256 int test (int i, double x);
4257 struct s1 {int (*f) (int a);};
4258 struct s2 {int (*f) (double a);};
4259 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4265 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4270 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4271 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4273 CC="$ac_save_CC $ac_arg"
4274 if ac_fn_c_try_compile "$LINENO"; then :
4275 ac_cv_prog_cc_c89=$ac_arg
4277 rm -f core conftest.err conftest.$ac_objext
4278 test "x$ac_cv_prog_cc_c89" != "xno" && break
4280 rm -f conftest.$ac_ext
4285 case "x$ac_cv_prog_cc_c89" in
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4288 $as_echo "none needed" >&6; } ;;
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4291 $as_echo "unsupported" >&6; } ;;
4293 CC="$CC $ac_cv_prog_cc_c89"
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4295 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4297 if test "x$ac_cv_prog_cc_c89" != xno; then :
4302 ac_cpp='$CPP $CPPFLAGS'
4303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4308 ac_cpp='$CPP $CPPFLAGS'
4309 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4310 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4311 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4313 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4314 if ${am_cv_prog_cc_c_o+:} false; then :
4315 $as_echo_n "(cached) " >&6
4317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4318 /* end confdefs.h. */
4328 # Make sure it works both with $CC and with simple cc.
4329 # Following AC_PROG_CC_C_O, we do the test twice because some
4330 # compilers refuse to overwrite an existing .o file with -o,
4331 # though they will create one.
4332 am_cv_prog_cc_c_o=yes
4334 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4335 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4338 (exit $ac_status); } \
4339 && test -f conftest2.$ac_objext; then
4342 am_cv_prog_cc_c_o=no
4346 rm -f core conftest*
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4350 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4351 if test "$am_cv_prog_cc_c_o" != yes; then
4352 # Losing compiler, so override with the script.
4353 # FIXME: It is wrong to rewrite CC.
4354 # But if we don't then we get into trouble of one sort or another.
4355 # A longer-term fix would be to have automake use am__CC in this case,
4356 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4357 CC="$am_aux_dir/compile $CC"
4360 ac_cpp='$CPP $CPPFLAGS'
4361 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4362 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4363 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4365 DEPDIR="${am__leading_dot}deps"
4367 ac_config_commands="$ac_config_commands depfiles"
4370 am_make=${MAKE-make}
4371 cat > confinc << 'END'
4373 @echo this is the am__doit target
4376 # If we don't find an include directive, just comment out the code.
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4378 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4382 # First try GNU make style include.
4383 echo "include confinc" > confmf
4384 # Ignore all kinds of additional output from 'make'.
4385 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4386 *the\ am__doit\ target*)
4392 # Now try BSD make style include.
4393 if test "$am__include" = "#"; then
4394 echo '.include "confinc"' > confmf
4395 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4396 *the\ am__doit\ target*)
4397 am__include=.include
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4406 $as_echo "$_am_result" >&6; }
4407 rm -f confinc confmf
4409 # Check whether --enable-dependency-tracking was given.
4410 if test "${enable_dependency_tracking+set}" = set; then :
4411 enableval=$enable_dependency_tracking;
4414 if test "x$enable_dependency_tracking" != xno; then
4415 am_depcomp="$ac_aux_dir/depcomp"
4419 if test "x$enable_dependency_tracking" != xno; then
4429 depcc="$CC" am_compiler_list=
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4432 $as_echo_n "checking dependency style of $depcc... " >&6; }
4433 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4434 $as_echo_n "(cached) " >&6
4436 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4437 # We make a subdir and do the tests there. Otherwise we can end up
4438 # making bogus files that we don't know about and never remove. For
4439 # instance it was reported that on HP-UX the gcc test will end up
4440 # making a dummy file named 'D' -- because '-MD' means "put the output
4444 # Copy depcomp to subdir because otherwise we won't find it if we're
4445 # using a relative directory.
4446 cp "$am_depcomp" conftest.dir
4448 # We will build objects and dependencies in a subdirectory because
4449 # it helps to detect inapplicable dependency modes. For instance
4450 # both Tru64's cc and ICC support -MD to output dependencies as a
4451 # side effect of compilation, but ICC will put the dependencies in
4452 # the current directory while Tru64 will put them in the object
4456 am_cv_CC_dependencies_compiler_type=none
4457 if test "$am_compiler_list" = ""; then
4458 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4461 case " $depcc " in #(
4462 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4465 for depmode in $am_compiler_list; do
4466 # Setup a source with many dependencies, because some compilers
4467 # like to wrap large dependency lists on column 80 (with \), and
4468 # we should not choose a depcomp mode which is confused by this.
4470 # We need to recreate these files for each test, as the compiler may
4471 # overwrite some of them when testing with obscure command lines.
4472 # This happens at least with the AIX C compiler.
4474 for i in 1 2 3 4 5 6; do
4475 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4476 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4477 # Solaris 10 /bin/sh.
4478 echo '/* dummy */' > sub/conftst$i.h
4480 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4482 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4483 # mode. It turns out that the SunPro C++ compiler does not properly
4484 # handle '-M -o', and we need to detect this. Also, some Intel
4485 # versions had trouble with output in subdirs.
4486 am__obj=sub/conftest.${OBJEXT-o}
4487 am__minus_obj="-o $am__obj"
4490 # This depmode causes a compiler race in universal mode.
4491 test "$am__universal" = false || continue
4494 # After this tag, mechanisms are not by side-effect, so they'll
4495 # only be used when explicitly requested.
4496 if test "x$enable_dependency_tracking" = xyes; then
4502 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4503 # This compiler won't grok '-c -o', but also, the minuso test has
4504 # not run yet. These depmodes are late enough in the game, and
4505 # so weak that their functioning should not be impacted.
4506 am__obj=conftest.${OBJEXT-o}
4511 if depmode=$depmode \
4512 source=sub/conftest.c object=$am__obj \
4513 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4514 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4515 >/dev/null 2>conftest.err &&
4516 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4517 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4518 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4519 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4520 # icc doesn't choke on unknown options, it will just issue warnings
4521 # or remarks (even with -Werror). So we grep stderr for any message
4522 # that says an option was ignored or not supported.
4523 # When given -MP, icc 7.0 and 7.1 complain thusly:
4524 # icc: Command line warning: ignoring option '-M'; no argument required
4525 # The diagnosis changed in icc 8.0:
4526 # icc: Command line remark: option '-MP' not supported
4527 if (grep 'ignoring option' conftest.err ||
4528 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4529 am_cv_CC_dependencies_compiler_type=$depmode
4538 am_cv_CC_dependencies_compiler_type=none
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4543 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4544 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4547 test "x$enable_dependency_tracking" != xno \
4548 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4550 am__fastdepCC_FALSE='#'
4552 am__fastdepCC_TRUE='#'
4553 am__fastdepCC_FALSE=
4559 ac_cpp='$CPP $CPPFLAGS'
4560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4564 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4565 # On Suns, sometimes $CPP names a directory.
4566 if test -n "$CPP" && test -d "$CPP"; then
4569 if test -z "$CPP"; then
4570 if ${ac_cv_prog_CPP+:} false; then :
4571 $as_echo_n "(cached) " >&6
4573 # Double quotes because CPP needs to be expanded
4574 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4577 for ac_c_preproc_warn_flag in '' yes
4579 # Use a header file that comes with gcc, so configuring glibc
4580 # with a fresh cross-compiler works.
4581 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4582 # <limits.h> exists even on freestanding compilers.
4583 # On the NeXT, cc -E runs the code through the compiler's parser,
4584 # not just through cpp. "Syntax error" is here to catch this case.
4585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4586 /* end confdefs.h. */
4588 # include <limits.h>
4590 # include <assert.h>
4594 if ac_fn_c_try_cpp "$LINENO"; then :
4597 # Broken: fails on valid input.
4600 rm -f conftest.err conftest.i conftest.$ac_ext
4602 # OK, works on sane cases. Now check whether nonexistent headers
4603 # can be detected and how.
4604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4605 /* end confdefs.h. */
4606 #include <ac_nonexistent.h>
4608 if ac_fn_c_try_cpp "$LINENO"; then :
4609 # Broken: success on invalid input.
4612 # Passes both tests.
4616 rm -f conftest.err conftest.i conftest.$ac_ext
4619 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4620 rm -f conftest.i conftest.err conftest.
$ac_ext
4621 if $ac_preproc_ok; then :
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4634 $as_echo "$CPP" >&6; }
4636 for ac_c_preproc_warn_flag
in '' yes
4638 # Use a header file that comes with gcc, so configuring glibc
4639 # with a fresh cross-compiler works.
4640 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4641 # <limits.h> exists even on freestanding compilers.
4642 # On the NeXT, cc -E runs the code through the compiler's parser,
4643 # not just through cpp. "Syntax error" is here to catch this case.
4644 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4645 /* end confdefs.h. */
4647 # include <limits.h>
4649 # include <assert.h>
4653 if ac_fn_c_try_cpp
"$LINENO"; then :
4656 # Broken: fails on valid input.
4659 rm -f conftest.err conftest.i conftest.
$ac_ext
4661 # OK, works on sane cases. Now check whether nonexistent headers
4662 # can be detected and how.
4663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4665 #include <ac_nonexistent.h>
4667 if ac_fn_c_try_cpp
"$LINENO"; then :
4668 # Broken: success on invalid input.
4671 # Passes both tests.
4675 rm -f conftest.err conftest.i conftest.
$ac_ext
4678 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4679 rm -f conftest.i conftest.err conftest.
$ac_ext
4680 if $ac_preproc_ok; then :
4683 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4684 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4685 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4686 See \`config.log' for more details" "$LINENO" 5; }
4690 ac_cpp
='$CPP $CPPFLAGS'
4691 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4692 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4693 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4697 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4698 if ${ac_cv_path_GREP+:} false
; then :
4699 $as_echo_n "(cached) " >&6
4701 if test -z "$GREP"; then
4702 ac_path_GREP_found
=false
4703 # Loop through the user's path and test for each of PROGNAME-LIST
4704 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4705 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4708 test -z "$as_dir" && as_dir
=.
4709 for ac_prog
in grep ggrep
; do
4710 for ac_exec_ext
in '' $ac_executable_extensions; do
4711 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4712 as_fn_executable_p
"$ac_path_GREP" ||
continue
4713 # Check for GNU ac_path_GREP and select it if it is found.
4714 # Check for GNU $ac_path_GREP
4715 case `"$ac_path_GREP" --version 2>&1` in
4717 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4720 $as_echo_n 0123456789 >"conftest.in"
4723 cat "conftest.in" "conftest.in" >"conftest.tmp"
4724 mv "conftest.tmp" "conftest.in"
4725 cp "conftest.in" "conftest.nl"
4726 $as_echo 'GREP' >> "conftest.nl"
4727 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4728 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4729 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4730 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4731 # Best one so far, save it but keep looking for a better one
4732 ac_cv_path_GREP
="$ac_path_GREP"
4733 ac_path_GREP_max
=$ac_count
4735 # 10*(2^10) chars as input seems more than enough
4736 test $ac_count -gt 10 && break
4738 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4741 $ac_path_GREP_found && break 3
4746 if test -z "$ac_cv_path_GREP"; then
4747 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4750 ac_cv_path_GREP
=$GREP
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4755 $as_echo "$ac_cv_path_GREP" >&6; }
4756 GREP
="$ac_cv_path_GREP"
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4760 $as_echo_n "checking for egrep... " >&6; }
4761 if ${ac_cv_path_EGREP+:} false
; then :
4762 $as_echo_n "(cached) " >&6
4764 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4765 then ac_cv_path_EGREP
="$GREP -E"
4767 if test -z "$EGREP"; then
4768 ac_path_EGREP_found
=false
4769 # Loop through the user's path and test for each of PROGNAME-LIST
4770 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4771 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4774 test -z "$as_dir" && as_dir
=.
4775 for ac_prog
in egrep; do
4776 for ac_exec_ext
in '' $ac_executable_extensions; do
4777 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4778 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4779 # Check for GNU ac_path_EGREP and select it if it is found.
4780 # Check for GNU $ac_path_EGREP
4781 case `"$ac_path_EGREP" --version 2>&1` in
4783 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4786 $as_echo_n 0123456789 >"conftest.in"
4789 cat "conftest.in" "conftest.in" >"conftest.tmp"
4790 mv "conftest.tmp" "conftest.in"
4791 cp "conftest.in" "conftest.nl"
4792 $as_echo 'EGREP' >> "conftest.nl"
4793 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4794 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4795 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4796 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4797 # Best one so far, save it but keep looking for a better one
4798 ac_cv_path_EGREP
="$ac_path_EGREP"
4799 ac_path_EGREP_max
=$ac_count
4801 # 10*(2^10) chars as input seems more than enough
4802 test $ac_count -gt 10 && break
4804 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4807 $ac_path_EGREP_found && break 3
4812 if test -z "$ac_cv_path_EGREP"; then
4813 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4816 ac_cv_path_EGREP
=$EGREP
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4822 $as_echo "$ac_cv_path_EGREP" >&6; }
4823 EGREP
="$ac_cv_path_EGREP"
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4827 $as_echo_n "checking for ANSI C header files... " >&6; }
4828 if ${ac_cv_header_stdc+:} false
; then :
4829 $as_echo_n "(cached) " >&6
4831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4832 /* end confdefs.h. */
4846 if ac_fn_c_try_compile
"$LINENO"; then :
4847 ac_cv_header_stdc
=yes
4849 ac_cv_header_stdc
=no
4851 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4853 if test $ac_cv_header_stdc = yes; then
4854 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4856 /* end confdefs.h. */
4860 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4861 $EGREP "memchr" >/dev
/null
2>&1; then :
4864 ac_cv_header_stdc
=no
4870 if test $ac_cv_header_stdc = yes; then
4871 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4873 /* end confdefs.h. */
4877 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4878 $EGREP "free" >/dev
/null
2>&1; then :
4881 ac_cv_header_stdc
=no
4887 if test $ac_cv_header_stdc = yes; then
4888 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4889 if test "$cross_compiling" = yes; then :
4892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4893 /* end confdefs.h. */
4896 #if ((' ' & 0x0FF) == 0x020)
4897 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4898 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4900 # define ISLOWER(c) \
4901 (('a' <= (c) && (c) <= 'i') \
4902 || ('j' <= (c) && (c) <= 'r') \
4903 || ('s' <= (c) && (c) <= 'z'))
4904 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4907 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4912 for (i = 0; i < 256; i++)
4913 if (XOR (islower (i), ISLOWER (i))
4914 || toupper (i) != TOUPPER (i))
4919 if ac_fn_c_try_run
"$LINENO"; then :
4922 ac_cv_header_stdc
=no
4924 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4925 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4931 $as_echo "$ac_cv_header_stdc" >&6; }
4932 if test $ac_cv_header_stdc = yes; then
4934 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4938 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4939 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4940 inttypes.h stdint.h unistd.h
4942 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4943 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4945 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4946 cat >>confdefs.h
<<_ACEOF
4947 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4956 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4957 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4964 if test "$MINIX" = yes; then
4966 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4969 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4972 $as_echo "#define _MINIX 1" >>confdefs.h
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4978 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4979 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4980 $as_echo_n "(cached) " >&6
4982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4983 /* end confdefs.h. */
4985 # define __EXTENSIONS__ 1
4986 $ac_includes_default
4995 if ac_fn_c_try_compile
"$LINENO"; then :
4996 ac_cv_safe_to_define___extensions__
=yes
4998 ac_cv_safe_to_define___extensions__
=no
5000 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5003 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5004 test $ac_cv_safe_to_define___extensions__ = yes &&
5005 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5007 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5009 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5011 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5013 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5022 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5027 macro_version
='2.2.7a'
5028 macro_revision
='1.3134'
5042 ltmain
="$ac_aux_dir/ltmain.sh"
5044 # Backslashify metacharacters that are still active within
5045 # double-quoted strings.
5046 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5048 # Same as above, but do not quote variable references.
5049 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5051 # Sed substitution to delay expansion of an escaped shell variable in a
5052 # double_quote_subst'ed string.
5053 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5055 # Sed substitution to delay expansion of an escaped single quote.
5056 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5058 # Sed substitution to avoid accidental globbing in evaled expressions
5059 no_glob_subst
='s/\*/\\\*/g'
5061 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5062 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5063 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5066 $as_echo_n "checking how to print strings... " >&6; }
5067 # Test print first, because it will be a builtin if present.
5068 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5069 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5071 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5074 # Use this function as a fallback that always works.
5075 func_fallback_echo ()
5077 eval 'cat <<_LTECHO_EOF
5081 ECHO='func_fallback_echo
'
5084 # func_echo_all arg...
5085 # Invoke $ECHO with all args, space-separated.
5092 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5093 $as_echo "printf" >&6; } ;;
5094 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5095 $as_echo "print -r" >&6; } ;;
5096 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5097 $as_echo "cat" >&6; } ;;
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5114 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5115 if ${ac_cv_path_SED+:} false; then :
5116 $as_echo_n "(cached) " >&6
5118 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5119 for ac_i in 1 2 3 4 5 6 7; do
5120 ac_script="$ac_script$as_nl$ac_script"
5122 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5123 { ac_script=; unset ac_script;}
5124 if test -z "$SED"; then
5125 ac_path_SED_found=false
5126 # Loop through the user's path and
test for each of PROGNAME-LIST
5127 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5131 test -z "$as_dir" && as_dir
=.
5132 for ac_prog
in sed gsed
; do
5133 for ac_exec_ext
in '' $ac_executable_extensions; do
5134 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5135 as_fn_executable_p
"$ac_path_SED" ||
continue
5136 # Check for GNU ac_path_SED and select it if it is found.
5137 # Check for GNU $ac_path_SED
5138 case `"$ac_path_SED" --version 2>&1` in
5140 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5143 $as_echo_n 0123456789 >"conftest.in"
5146 cat "conftest.in" "conftest.in" >"conftest.tmp"
5147 mv "conftest.tmp" "conftest.in"
5148 cp "conftest.in" "conftest.nl"
5149 $as_echo '' >> "conftest.nl"
5150 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5151 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5152 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5153 if test $ac_count -gt ${ac_path_SED_max-0}; then
5154 # Best one so far, save it but keep looking for a better one
5155 ac_cv_path_SED
="$ac_path_SED"
5156 ac_path_SED_max
=$ac_count
5158 # 10*(2^10) chars as input seems more than enough
5159 test $ac_count -gt 10 && break
5161 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5164 $ac_path_SED_found && break 3
5169 if test -z "$ac_cv_path_SED"; then
5170 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5178 $as_echo "$ac_cv_path_SED" >&6; }
5179 SED
="$ac_cv_path_SED"
5182 test -z "$SED" && SED
=sed
5183 Xsed
="$SED -e 1s/^X//"
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5196 $as_echo_n "checking for fgrep... " >&6; }
5197 if ${ac_cv_path_FGREP+:} false
; then :
5198 $as_echo_n "(cached) " >&6
5200 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5201 then ac_cv_path_FGREP
="$GREP -F"
5203 if test -z "$FGREP"; then
5204 ac_path_FGREP_found
=false
5205 # Loop through the user's path and test for each of PROGNAME-LIST
5206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5207 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5210 test -z "$as_dir" && as_dir
=.
5211 for ac_prog
in fgrep
; do
5212 for ac_exec_ext
in '' $ac_executable_extensions; do
5213 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5214 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5215 # Check for GNU ac_path_FGREP and select it if it is found.
5216 # Check for GNU $ac_path_FGREP
5217 case `"$ac_path_FGREP" --version 2>&1` in
5219 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5222 $as_echo_n 0123456789 >"conftest.in"
5225 cat "conftest.in" "conftest.in" >"conftest.tmp"
5226 mv "conftest.tmp" "conftest.in"
5227 cp "conftest.in" "conftest.nl"
5228 $as_echo 'FGREP' >> "conftest.nl"
5229 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5230 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5231 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5232 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5233 # Best one so far, save it but keep looking for a better one
5234 ac_cv_path_FGREP
="$ac_path_FGREP"
5235 ac_path_FGREP_max
=$ac_count
5237 # 10*(2^10) chars as input seems more than enough
5238 test $ac_count -gt 10 && break
5240 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5243 $ac_path_FGREP_found && break 3
5248 if test -z "$ac_cv_path_FGREP"; then
5249 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5252 ac_cv_path_FGREP
=$FGREP
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5258 $as_echo "$ac_cv_path_FGREP" >&6; }
5259 FGREP
="$ac_cv_path_FGREP"
5262 test -z "$GREP" && GREP
=grep
5282 # Check whether --with-gnu-ld was given.
5283 if test "${with_gnu_ld+set}" = set; then :
5284 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5290 if test "$GCC" = yes; then
5291 # Check if gcc -print-prog-name=ld gives a path.
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5293 $as_echo_n "checking for ld used by $CC... " >&6; }
5296 # gcc leaves a trailing carriage return which upsets mingw
5297 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5299 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5302 # Accept absolute paths.
5304 re_direlt
='/[^/][^/]*/\.\./'
5305 # Canonicalize the pathname of ld
5306 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5307 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5308 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5310 test -z "$LD" && LD
="$ac_prog"
5313 # If it fails, then pretend we aren't using GCC.
5317 # If it is relative, then search for the first ld in PATH.
5321 elif test "$with_gnu_ld" = yes; then
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5323 $as_echo_n "checking for GNU ld... " >&6; }
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5326 $as_echo_n "checking for non-GNU ld... " >&6; }
5328 if ${lt_cv_path_LD+:} false
; then :
5329 $as_echo_n "(cached) " >&6
5331 if test -z "$LD"; then
5332 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5333 for ac_dir
in $PATH; do
5335 test -z "$ac_dir" && ac_dir
=.
5336 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5337 lt_cv_path_LD
="$ac_dir/$ac_prog"
5338 # Check to see if the program is GNU ld. I'd rather use --version,
5339 # but apparently some variants of GNU ld only accept -v.
5340 # Break only if it was the GNU/non-GNU ld that we prefer.
5341 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5342 *GNU
* |
*'with BFD'*)
5343 test "$with_gnu_ld" != no
&& break
5346 test "$with_gnu_ld" != yes && break
5353 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5358 if test -n "$LD"; then
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5360 $as_echo "$LD" >&6; }
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5363 $as_echo "no" >&6; }
5365 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5367 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5368 if ${lt_cv_prog_gnu_ld+:} false
; then :
5369 $as_echo_n "(cached) " >&6
5371 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5372 case `$LD -v 2>&1 </dev/null` in
5373 *GNU
* |
*'with BFD'*)
5374 lt_cv_prog_gnu_ld
=yes
5377 lt_cv_prog_gnu_ld
=no
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5382 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5383 with_gnu_ld
=$lt_cv_prog_gnu_ld
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5394 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5395 if ${lt_cv_path_NM+:} false
; then :
5396 $as_echo_n "(cached) " >&6
5398 if test -n "$NM"; then
5399 # Let the user override the nm to test.
5400 lt_nm_to_check
="$NM"
5402 lt_nm_to_check
="${ac_tool_prefix}nm"
5403 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5404 lt_nm_to_check
="$lt_nm_to_check nm"
5407 for lt_tmp_nm
in "$lt_nm_to_check"; do
5408 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5409 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5411 test -z "$ac_dir" && ac_dir
=.
5412 # Strip out any user-provided options from the nm to test twice,
5413 # the first time to test to see if nm (rather than its options) has
5414 # an explicit path, the second time to yield a file which can be
5416 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5417 case "$tmp_nm_path" in
5418 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
5419 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
5421 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5422 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
5423 # Check to see if the nm accepts a BSD-compat flag.
5424 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5425 # nm: unknown option "B" ignored
5426 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5427 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
5431 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5433 lt_cv_path_NM
="$tmp_nm -p"
5437 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5438 continue # so that we can try to find one that supports BSD flags
5447 : ${lt_cv_path_NM=no}
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5450 $as_echo "$lt_cv_path_NM" >&6; }
5451 if test "$lt_cv_path_NM" != "no"; then
5454 # Didn't find any BSD compatible name lister, look for dumpbin.
5455 if test -n "$DUMPBIN"; then :
5456 # Let the user override the test.
5458 if test -n "$ac_tool_prefix"; then
5459 for ac_prog
in dumpbin
"link -dump"
5461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5462 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5464 $as_echo_n "checking for $ac_word... " >&6; }
5465 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5466 $as_echo_n "(cached) " >&6
5468 if test -n "$DUMPBIN"; then
5469 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5475 test -z "$as_dir" && as_dir
=.
5476 for ac_exec_ext
in '' $ac_executable_extensions; do
5477 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5478 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5488 DUMPBIN
=$ac_cv_prog_DUMPBIN
5489 if test -n "$DUMPBIN"; then
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5491 $as_echo "$DUMPBIN" >&6; }
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5494 $as_echo "no" >&6; }
5498 test -n "$DUMPBIN" && break
5501 if test -z "$DUMPBIN"; then
5502 ac_ct_DUMPBIN
=$DUMPBIN
5503 for ac_prog
in dumpbin
"link -dump"
5505 # Extract the first word of "$ac_prog", so it can be a program name with args.
5506 set dummy
$ac_prog; ac_word
=$2
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5508 $as_echo_n "checking for $ac_word... " >&6; }
5509 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5510 $as_echo_n "(cached) " >&6
5512 if test -n "$ac_ct_DUMPBIN"; then
5513 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5519 test -z "$as_dir" && as_dir
=.
5520 for ac_exec_ext
in '' $ac_executable_extensions; do
5521 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5522 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5533 if test -n "$ac_ct_DUMPBIN"; then
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5535 $as_echo "$ac_ct_DUMPBIN" >&6; }
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5538 $as_echo "no" >&6; }
5542 test -n "$ac_ct_DUMPBIN" && break
5545 if test "x$ac_ct_DUMPBIN" = x
; then
5548 case $cross_compiling:$ac_tool_warned in
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5551 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5552 ac_tool_warned
=yes ;;
5554 DUMPBIN
=$ac_ct_DUMPBIN
5558 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5560 DUMPBIN
="$DUMPBIN -symbols"
5568 if test "$DUMPBIN" != ":"; then
5572 test -z "$NM" && NM
=nm
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5580 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5581 if ${lt_cv_nm_interface+:} false
; then :
5582 $as_echo_n "(cached) " >&6
5584 lt_cv_nm_interface
="BSD nm"
5585 echo "int some_variable = 0;" > conftest.
$ac_ext
5586 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5587 (eval "$ac_compile" 2>conftest.err
)
5588 cat conftest.err
>&5
5589 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5590 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5591 cat conftest.err
>&5
5592 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5593 cat conftest.out
>&5
5594 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5595 lt_cv_nm_interface
="MS dumpbin"
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5600 $as_echo "$lt_cv_nm_interface" >&6; }
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5603 $as_echo_n "checking whether ln -s works... " >&6; }
5605 if test "$LN_S" = "ln -s"; then
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5607 $as_echo "yes" >&6; }
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5610 $as_echo "no, using $LN_S" >&6; }
5613 # find the maximum length of command line arguments
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5615 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5616 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5617 $as_echo_n "(cached) " >&6
5624 # On DJGPP, this test can blow up pretty badly due to problems in libc
5625 # (any single argument exceeding 2000 bytes causes a buffer overrun
5626 # during glob expansion). Even if it were fixed, the result of this
5627 # check would be larger than it should be.
5628 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5632 # Under GNU Hurd, this test is not required because there is
5633 # no limit to the length of command line arguments.
5634 # Libtool will interpret -1 as no limit whatsoever
5635 lt_cv_sys_max_cmd_len
=-1;
5638 cygwin
* | mingw
* | cegcc
*)
5639 # On Win9x/ME, this test blows up -- it succeeds, but takes
5640 # about 5 minutes as the teststring grows exponentially.
5641 # Worse, since 9x/ME are not pre-emptively multitasking,
5642 # you end up with a "frozen" computer, even though with patience
5643 # the test eventually succeeds (with a max line length of 256k).
5644 # Instead, let's just punt: use the minimum linelength reported by
5645 # all of the supported platforms: 8192 (on NT/2K/XP).
5646 lt_cv_sys_max_cmd_len
=8192;
5650 # On MiNT this can take a long time and run out of memory.
5651 lt_cv_sys_max_cmd_len
=8192;
5655 # On AmigaOS with pdksh, this test takes hours, literally.
5656 # So we just punt and use a minimum line length of 8192.
5657 lt_cv_sys_max_cmd_len
=8192;
5660 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5661 # This has been around since 386BSD, at least. Likely further.
5662 if test -x /sbin
/sysctl
; then
5663 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5664 elif test -x /usr
/sbin
/sysctl
; then
5665 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5667 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5669 # And add a safety zone
5670 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5671 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5675 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5676 lt_cv_sys_max_cmd_len
=196608
5680 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5681 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5682 # nice to cause kernel panics so lets avoid the loop below.
5683 # First set a reasonable default.
5684 lt_cv_sys_max_cmd_len
=16384
5686 if test -x /sbin
/sysconfig
; then
5687 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5688 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5693 lt_cv_sys_max_cmd_len
=102400
5695 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5696 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5697 if test -n "$kargmax"; then
5698 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5700 lt_cv_sys_max_cmd_len
=32768
5704 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5705 if test -n "$lt_cv_sys_max_cmd_len"; then
5706 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5707 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5709 # Make teststring a little bigger before we do anything with it.
5710 # a 1K string should be a reasonable start.
5711 for i
in 1 2 3 4 5 6 7 8 ; do
5712 teststring
=$teststring$teststring
5714 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5715 # If test is not a shell built-in, we'll probably end up computing a
5716 # maximum length that is only half of the actual maximum length, but
5718 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5719 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5720 test $i != 17 # 1/2 MB should be enough
5723 teststring
=$teststring$teststring
5725 # Only check the string length outside the loop.
5726 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5728 # Add a significant safety factor because C++ compilers can tack on
5729 # massive amounts of additional arguments before passing them to the
5730 # linker. It appears as though 1/2 is a usable value.
5731 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5738 if test -n $lt_cv_sys_max_cmd_len ; then
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5740 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5743 $as_echo "none" >&6; }
5745 max_cmd_len
=$lt_cv_sys_max_cmd_len
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5757 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5758 # Try some XSI features
5761 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5763 && eval 'test $(( 1 + 1 )) -eq 2 \
5764 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5767 $as_echo "$xsi_shell" >&6; }
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5771 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5773 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5775 && lt_shell_append=yes
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5777 $as_echo "$lt_shell_append" >&6; }
5780 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5790 # test EBCDIC or ASCII
5791 case `echo X|tr X '\101'` in
5792 A) # ASCII based system
5793 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5794 lt_SP2NL='tr \040 \012'
5795 lt_NL2SP='tr \015\012 \040\040'
5797 *) # EBCDIC based system
5798 lt_SP2NL='tr \100 \n'
5799 lt_NL2SP='tr \r\n \100\100'
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5812 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5813 if ${lt_cv_ld_reload_flag+:} false; then :
5814 $as_echo_n "(cached
) " >&6
5816 lt_cv_ld_reload_flag='-r'
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5819 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5820 reload_flag=$lt_cv_ld_reload_flag
5821 case $reload_flag in
5823 *) reload_flag=" $reload_flag" ;;
5825 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5828 if test "$GCC" = yes; then
5829 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5831 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5844 if test -n "$ac_tool_prefix"; then
5845 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5846 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5848 $as_echo_n "checking
for $ac_word...
" >&6; }
5849 if ${ac_cv_prog_OBJDUMP+:} false; then :
5850 $as_echo_n "(cached
) " >&6
5852 if test -n "$OBJDUMP"; then
5853 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859 test -z "$as_dir" && as_dir=.
5860 for ac_exec_ext in '' $ac_executable_extensions; do
5861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5862 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5863 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5872 OBJDUMP=$ac_cv_prog_OBJDUMP
5873 if test -n "$OBJDUMP"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5875 $as_echo "$OBJDUMP" >&6; }
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5878 $as_echo "no
" >&6; }
5883 if test -z "$ac_cv_prog_OBJDUMP"; then
5884 ac_ct_OBJDUMP=$OBJDUMP
5885 # Extract the first word of "objdump
", so it can be a program name with args.
5886 set dummy objdump; ac_word=$2
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5888 $as_echo_n "checking
for $ac_word...
" >&6; }
5889 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5890 $as_echo_n "(cached
) " >&6
5892 if test -n "$ac_ct_OBJDUMP"; then
5893 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5899 test -z "$as_dir" && as_dir=.
5900 for ac_exec_ext in '' $ac_executable_extensions; do
5901 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5902 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5903 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5912 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5913 if test -n "$ac_ct_OBJDUMP"; then
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5915 $as_echo "$ac_ct_OBJDUMP" >&6; }
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5918 $as_echo "no
" >&6; }
5921 if test "x
$ac_ct_OBJDUMP" = x; then
5924 case $cross_compiling:$ac_tool_warned in
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5927 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5928 ac_tool_warned=yes ;;
5930 OBJDUMP=$ac_ct_OBJDUMP
5933 OBJDUMP="$ac_cv_prog_OBJDUMP"
5936 test -z "$OBJDUMP" && OBJDUMP=objdump
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5947 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5948 if ${lt_cv_deplibs_check_method+:} false; then :
5949 $as_echo_n "(cached
) " >&6
5951 lt_cv_file_magic_cmd='$MAGIC_CMD'
5952 lt_cv_file_magic_test_file=
5953 lt_cv_deplibs_check_method='unknown'
5954 # Need to set the preceding variable on all platforms that support
5955 # interlibrary dependencies.
5956 # 'none' -- dependencies not supported.
5957 # `unknown' -- same as none, but documents that we really don't know.
5958 # 'pass_all' -- all dependencies passed with no checks.
5959 # 'test_compile' -- check by making test program.
5960 # 'file_magic [[regex]]' -- check by looking for files in library path
5961 # which responds to the $file_magic_cmd with a given extended regex.
5962 # If you have `file' or equivalent on your system and you're not sure
5963 # whether `pass_all' will *always* work, you probably want this one.
5967 lt_cv_deplibs_check_method=pass_all
5971 lt_cv_deplibs_check_method=pass_all
5975 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5976 lt_cv_file_magic_cmd='/usr/bin/file -L'
5977 lt_cv_file_magic_test_file=/shlib/libc.so
5981 # func_win32_libid is a shell function defined in ltmain.sh
5982 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5983 lt_cv_file_magic_cmd='func_win32_libid'
5987 # Base MSYS/MinGW do not provide the 'file' command needed by
5988 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5989 # unless we find 'file', for example because we are cross-compiling.
5990 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5991 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
5992 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5993 lt_cv_file_magic_cmd='func_win32_libid'
5995 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5996 lt_cv_file_magic_cmd='$OBJDUMP -f'
6001 # use the weaker test based on 'objdump'. See mingw*.
6002 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6003 lt_cv_file_magic_cmd='$OBJDUMP -f'
6006 darwin* | rhapsody*)
6007 lt_cv_deplibs_check_method=pass_all
6010 freebsd* | dragonfly*)
6011 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6014 # Not sure whether the presence of OpenBSD here was a mistake.
6015 # Let's accept both of them until this is cleared up.
6016 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6017 lt_cv_file_magic_cmd=/usr/bin/file
6018 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6022 lt_cv_deplibs_check_method=pass_all
6027 lt_cv_deplibs_check_method=pass_all
6031 lt_cv_deplibs_check_method=pass_all
6034 hpux10.20* | hpux11*)
6035 lt_cv_file_magic_cmd=/usr/bin/file
6038 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6039 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6042 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]'
6043 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6046 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6047 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6053 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6054 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6057 irix5* | irix6* | nonstopux*)
6059 *-32|*"-32 ") libmagic=32-bit;;
6060 *-n32|*"-n32 ") libmagic=N32;;
6061 *-64|*"-64 ") libmagic=64-bit;;
6062 *) libmagic=never-match;;
6064 lt_cv_deplibs_check_method=pass_all
6067 # This must be Linux ELF.
6068 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6069 lt_cv_deplibs_check_method=pass_all
6073 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6074 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6076 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6081 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6082 lt_cv_file_magic_cmd=/usr/bin/file
6083 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6087 lt_cv_deplibs_check_method=pass_all
6091 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6092 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6094 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6098 osf3* | osf4* | osf5*)
6099 lt_cv_deplibs_check_method=pass_all
6103 lt_cv_deplibs_check_method=pass_all
6107 lt_cv_deplibs_check_method=pass_all
6110 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6111 lt_cv_deplibs_check_method=pass_all
6115 case $host_vendor in
6117 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]'
6118 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6121 lt_cv_deplibs_check_method=pass_all
6124 lt_cv_file_magic_cmd='/bin/file'
6125 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6128 lt_cv_file_magic_cmd='/bin/file'
6129 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6130 lt_cv_file_magic_test_file=/lib/libc.so
6133 lt_cv_deplibs_check_method=pass_all
6136 lt_cv_deplibs_check_method=pass_all
6142 lt_cv_deplibs_check_method=pass_all
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6148 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6149 file_magic_cmd=$lt_cv_file_magic_cmd
6150 deplibs_check_method=$lt_cv_deplibs_check_method
6151 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6165 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
6166 for plugin in $plugin_names; do
6167 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6168 if test x$plugin_so = x$plugin; then
6169 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6171 if test x$plugin_so != x$plugin; then
6172 plugin_option="--plugin $plugin_so"
6177 if test -n "$ac_tool_prefix"; then
6178 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6179 set dummy ${ac_tool_prefix}ar; ac_word=$2
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6181 $as_echo_n "checking
for $ac_word...
" >&6; }
6182 if ${ac_cv_prog_AR+:} false; then :
6183 $as_echo_n "(cached
) " >&6
6185 if test -n "$AR"; then
6186 ac_cv_prog_AR="$AR" # Let the user override the test.
6188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192 test -z "$as_dir" && as_dir=.
6193 for ac_exec_ext in '' $ac_executable_extensions; do
6194 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6195 ac_cv_prog_AR="${ac_tool_prefix}ar"
6196 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6206 if test -n "$AR"; then
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6208 $as_echo "$AR" >&6; }
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6211 $as_echo "no
" >&6; }
6216 if test -z "$ac_cv_prog_AR"; then
6218 # Extract the first word of "ar", so it can be a program name with args.
6219 set dummy ar; ac_word=$2
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6221 $as_echo_n "checking
for $ac_word...
" >&6; }
6222 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6223 $as_echo_n "(cached
) " >&6
6225 if test -n "$ac_ct_AR"; then
6226 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6232 test -z "$as_dir" && as_dir=.
6233 for ac_exec_ext in '' $ac_executable_extensions; do
6234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6235 ac_cv_prog_ac_ct_AR="ar"
6236 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6245 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6246 if test -n "$ac_ct_AR"; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6248 $as_echo "$ac_ct_AR" >&6; }
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6251 $as_echo "no
" >&6; }
6254 if test "x
$ac_ct_AR" = x; then
6257 case $cross_compiling:$ac_tool_warned in
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6260 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6261 ac_tool_warned=yes ;;
6269 test -z "$AR" && AR=ar
6270 if test -n "$plugin_option"; then
6271 if $AR --help 2>&1 | grep -q "\
--plugin"; then
6273 $AR $plugin_option rc conftest.a conftest.c
6274 if test "$?
" != 0; then
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
6276 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
6278 AR="$AR $plugin_option"
6283 test -z "$AR_FLAGS" && AR_FLAGS=cru
6295 if test -n "$ac_tool_prefix"; then
6296 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6297 set dummy ${ac_tool_prefix}strip; ac_word=$2
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6299 $as_echo_n "checking
for $ac_word...
" >&6; }
6300 if ${ac_cv_prog_STRIP+:} false; then :
6301 $as_echo_n "(cached
) " >&6
6303 if test -n "$STRIP"; then
6304 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 test -z "$as_dir" && as_dir=.
6311 for ac_exec_ext in '' $ac_executable_extensions; do
6312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6313 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6314 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6323 STRIP=$ac_cv_prog_STRIP
6324 if test -n "$STRIP"; then
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6326 $as_echo "$STRIP" >&6; }
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6329 $as_echo "no
" >&6; }
6334 if test -z "$ac_cv_prog_STRIP"; then
6336 # Extract the first word of "strip
", so it can be a program name with args.
6337 set dummy strip; ac_word=$2
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6339 $as_echo_n "checking
for $ac_word...
" >&6; }
6340 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6341 $as_echo_n "(cached
) " >&6
6343 if test -n "$ac_ct_STRIP"; then
6344 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 test -z "$as_dir" && as_dir=.
6351 for ac_exec_ext in '' $ac_executable_extensions; do
6352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6353 ac_cv_prog_ac_ct_STRIP="strip
"
6354 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6363 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6364 if test -n "$ac_ct_STRIP"; then
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6366 $as_echo "$ac_ct_STRIP" >&6; }
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6369 $as_echo "no
" >&6; }
6372 if test "x
$ac_ct_STRIP" = x; then
6375 case $cross_compiling:$ac_tool_warned in
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6378 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6379 ac_tool_warned=yes ;;
6384 STRIP="$ac_cv_prog_STRIP"
6387 test -z "$STRIP" && STRIP=:
6394 if test -n "$ac_tool_prefix"; then
6395 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6396 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6398 $as_echo_n "checking
for $ac_word...
" >&6; }
6399 if ${ac_cv_prog_RANLIB+:} false; then :
6400 $as_echo_n "(cached
) " >&6
6402 if test -n "$RANLIB"; then
6403 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6409 test -z "$as_dir" && as_dir=.
6410 for ac_exec_ext in '' $ac_executable_extensions; do
6411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6412 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6413 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6422 RANLIB=$ac_cv_prog_RANLIB
6423 if test -n "$RANLIB"; then
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6425 $as_echo "$RANLIB" >&6; }
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6428 $as_echo "no
" >&6; }
6433 if test -z "$ac_cv_prog_RANLIB"; then
6434 ac_ct_RANLIB=$RANLIB
6435 # Extract the first word of "ranlib
", so it can be a program name with args.
6436 set dummy ranlib; ac_word=$2
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6438 $as_echo_n "checking
for $ac_word...
" >&6; }
6439 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6440 $as_echo_n "(cached
) " >&6
6442 if test -n "$ac_ct_RANLIB"; then
6443 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6449 test -z "$as_dir" && as_dir=.
6450 for ac_exec_ext in '' $ac_executable_extensions; do
6451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6452 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6453 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6462 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6463 if test -n "$ac_ct_RANLIB"; then
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6465 $as_echo "$ac_ct_RANLIB" >&6; }
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6468 $as_echo "no
" >&6; }
6471 if test "x
$ac_ct_RANLIB" = x; then
6474 case $cross_compiling:$ac_tool_warned in
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6477 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6478 ac_tool_warned=yes ;;
6480 RANLIB=$ac_ct_RANLIB
6483 RANLIB="$ac_cv_prog_RANLIB"
6486 test -z "$RANLIB" && RANLIB=:
6487 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6488 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6489 RANLIB="$RANLIB $plugin_option"
6498 # Determine commands to create old-style static archives.
6499 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6500 old_postinstall_cmds='chmod 644 $oldlib'
6501 old_postuninstall_cmds=
6503 if test -n "$RANLIB"; then
6506 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6509 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6512 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6517 lock_old_archive_extraction=yes ;;
6519 lock_old_archive_extraction=no ;;
6560 # If no C compiler was specified, use CC.
6563 # If no C compiler flags were specified, use CFLAGS.
6564 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6566 # Allow CC to be a program name with arguments.
6570 # Check for command to grab the raw symbol name followed by C symbol from nm.
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6572 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6573 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6574 $as_echo_n "(cached
) " >&6
6577 # These are sane defaults that work on at least a few old systems.
6578 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6580 # Character class describing NM global symbol codes.
6581 symcode='[BCDEGRST]'
6583 # Regexp to match symbols that can be accessed directly from C.
6584 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6586 # Define system-specific variables.
6591 cygwin* | mingw* | pw32* | cegcc*)
6592 symcode='[ABCDGISTW]'
6595 if test "$host_cpu" = ia64; then
6596 symcode='[ABCDEGRST]'
6600 symcode='[BCDEGRST]'
6603 symcode='[BCDEGQRST]'
6614 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6622 # If we're using GNU nm, then use its standard symbol codes.
6623 case `$NM -V 2>&1` in
6624 *GNU* | *'with BFD'*)
6625 symcode='[ABCDGIRSTW]' ;;
6628 # Transform an extracted symbol line into a proper C declaration.
6629 # Some systems (esp. on ia64) link data and code symbols differently,
6630 # so use this general approach.
6631 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6633 # Transform an extracted symbol line into symbol name and symbol address
6634 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6635 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'"
6637 # Handle CRLF in mingw tool chain
6641 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6645 # Try without a prefix underscore, then with it.
6646 for ac_symprfx in "" "_
"; do
6648 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6649 symxfrm="\\1 $ac_symprfx\\2 \\2"
6651 # Write the raw and C identifiers.
6652 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6653 # Fake it for dumpbin and say T for any non-static function
6654 # and D for any global variable.
6655 # Also find C++ and __fastcall symbols from MSVC++,
6656 # which start with @ or ?.
6657 lt_cv_sys_global_symbol_pipe="$AWK '"\
6658 " {last_section=section; section=\$ 3};"\
6659 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6660 " \$ 0!~/External *\|/{next};"\
6661 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6662 " {if(hide[section]) next};"\
6663 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6664 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6665 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6666 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6667 " ' prfx
=^
$ac_symprfx"
6669 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6672 # Check to see that the pipe works correctly.
6676 cat > conftest.$ac_ext <<_LT_EOF
6681 void nm_test_func(void);
6682 void nm_test_func(void){}
6686 int main(){nm_test_var='a';nm_test_func();return(0);}
6689 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6690 (eval $ac_compile) 2>&5
6692 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6693 test $ac_status = 0; }; then
6694 # Now try to grab the symbols.
6696 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6697 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6699 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6700 test $ac_status = 0; } && test -s "$nlist"; then
6701 # Try sorting and uniquifying the output.
6702 if sort "$nlist" | uniq > "$nlist"T; then
6703 mv -f "$nlist"T "$nlist"
6708 # Make sure that we snagged all the symbols we need.
6709 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6710 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6711 cat <<_LT_EOF > conftest.$ac_ext
6717 # Now generate the symbol file.
6718 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6720 cat <<_LT_EOF >> conftest.$ac_ext
6722 /* The mapping between symbol names and symbols. */
6727 lt__PROGRAM__LTX_preloaded_symbols[] =
6729 { "@PROGRAM@
", (void *) 0 },
6731 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6732 cat <<\_LT_EOF >> conftest.$ac_ext
6736 /* This works around a problem in FreeBSD linker */
6737 #ifdef FREEBSD_WORKAROUND
6738 static const void *lt_preloaded_setup() {
6739 return lt__PROGRAM__LTX_preloaded_symbols;
6747 # Now try linking the two files.
6748 mv conftest.$ac_objext conftstm.$ac_objext
6749 lt_save_LIBS="$LIBS"
6750 lt_save_CFLAGS="$CFLAGS"
6751 LIBS="conftstm.
$ac_objext"
6752 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6753 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6754 (eval $ac_link) 2>&5
6756 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6757 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6760 LIBS="$lt_save_LIBS"
6761 CFLAGS="$lt_save_CFLAGS"
6763 echo "cannot
find nm_test_func
in $nlist" >&5
6766 echo "cannot
find nm_test_var
in $nlist" >&5
6769 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6772 echo "$progname: failed program was
:" >&5
6773 cat conftest.$ac_ext >&5
6775 rm -rf conftest* conftst*
6777 # Do not use the global_symbol_pipe unless it works.
6778 if test "$pipe_works" = yes; then
6781 lt_cv_sys_global_symbol_pipe=
6787 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6788 lt_cv_sys_global_symbol_to_cdecl=
6790 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6792 $as_echo "failed
" >&6; }
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6795 $as_echo "ok
" >&6; }
6819 # Check whether --enable-libtool-lock was given.
6820 if test "${enable_libtool_lock+set}" = set; then :
6821 enableval=$enable_libtool_lock;
6824 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6826 # Some flags need to be propagated to the compiler or linker for good
6830 # Find out which ABI we are using.
6831 echo 'int i;' > conftest.$ac_ext
6832 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6833 (eval $ac_compile) 2>&5
6835 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6836 test $ac_status = 0; }; then
6837 case `/usr/bin/file conftest.$ac_objext` in
6849 # Find out which ABI we are using.
6850 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6851 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6852 (eval $ac_compile) 2>&5
6854 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6855 test $ac_status = 0; }; then
6856 if test "$lt_cv_prog_gnu_ld" = yes; then
6857 case `/usr/bin/file conftest.$ac_objext` in
6859 LD="${LD-ld} -melf32bsmip"
6862 LD="${LD-ld} -melf32bmipn32"
6865 LD="${LD-ld} -melf64bmip"
6869 case `/usr/bin/file conftest.$ac_objext` in
6885 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6886 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6887 # Find out which ABI we are using.
6888 echo 'int i;' > conftest.$ac_ext
6889 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6890 (eval $ac_compile) 2>&5
6892 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6893 test $ac_status = 0; }; then
6894 case `/usr/bin/file conftest.o` in
6897 x86_64-*kfreebsd*-gnu)
6898 LD="${LD-ld} -m elf_i386_fbsd
"
6901 case `/usr/bin/file conftest.o` in
6903 LD="${LD-ld} -m elf32_x86_64
"
6906 LD="${LD-ld} -m elf_i386
"
6910 powerpc64le-*linux*)
6911 LD="${LD-ld} -m elf32lppclinux
"
6914 LD="${LD-ld} -m elf32ppclinux
"
6917 LD="${LD-ld} -m elf_s390
"
6920 LD="${LD-ld} -m elf32_sparc
"
6926 x86_64-*kfreebsd*-gnu)
6927 LD="${LD-ld} -m elf_x86_64_fbsd
"
6930 LD="${LD-ld} -m elf_x86_64
"
6933 LD="${LD-ld} -m elf64lppc
"
6936 LD="${LD-ld} -m elf64ppc
"
6938 s390*-*linux*|s390*-*tpf*)
6939 LD="${LD-ld} -m elf64_s390
"
6942 LD="${LD-ld} -m elf64_sparc
"
6952 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6953 SAVE_CFLAGS="$CFLAGS"
6954 CFLAGS="$CFLAGS -belf"
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6956 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6957 if ${lt_cv_cc_needs_belf+:} false; then :
6958 $as_echo_n "(cached
) " >&6
6961 ac_cpp='$CPP $CPPFLAGS'
6962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6967 /* end confdefs.h. */
6977 if ac_fn_c_try_link "$LINENO"; then :
6978 lt_cv_cc_needs_belf=yes
6980 lt_cv_cc_needs_belf=no
6982 rm -f core conftest.err conftest.$ac_objext \
6983 conftest$ac_exeext conftest.$ac_ext
6985 ac_cpp='$CPP $CPPFLAGS'
6986 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6987 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6988 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
6992 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6993 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6994 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6995 CFLAGS="$SAVE_CFLAGS"
6999 # Find out which ABI we are using.
7000 echo 'int i;' > conftest.$ac_ext
7001 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7002 (eval $ac_compile) 2>&5
7004 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7005 test $ac_status = 0; }; then
7006 case `/usr/bin/file conftest.o` in
7008 case $lt_cv_prog_gnu_ld in
7009 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7011 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7023 need_locks="$enable_libtool_lock"
7027 rhapsody* | darwin*)
7028 if test -n "$ac_tool_prefix"; then
7029 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7030 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7032 $as_echo_n "checking
for $ac_word...
" >&6; }
7033 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7034 $as_echo_n "(cached
) " >&6
7036 if test -n "$DSYMUTIL"; then
7037 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7043 test -z "$as_dir" && as_dir=.
7044 for ac_exec_ext in '' $ac_executable_extensions; do
7045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7046 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7047 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7056 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7057 if test -n "$DSYMUTIL"; then
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7059 $as_echo "$DSYMUTIL" >&6; }
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7062 $as_echo "no
" >&6; }
7067 if test -z "$ac_cv_prog_DSYMUTIL"; then
7068 ac_ct_DSYMUTIL=$DSYMUTIL
7069 # Extract the first word of "dsymutil
", so it can be a program name with args.
7070 set dummy dsymutil; ac_word=$2
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7072 $as_echo_n "checking
for $ac_word...
" >&6; }
7073 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7074 $as_echo_n "(cached
) " >&6
7076 if test -n "$ac_ct_DSYMUTIL"; then
7077 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7083 test -z "$as_dir" && as_dir=.
7084 for ac_exec_ext in '' $ac_executable_extensions; do
7085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7086 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7087 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7096 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7097 if test -n "$ac_ct_DSYMUTIL"; then
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7099 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7102 $as_echo "no
" >&6; }
7105 if test "x
$ac_ct_DSYMUTIL" = x; then
7108 case $cross_compiling:$ac_tool_warned in
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7111 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7112 ac_tool_warned=yes ;;
7114 DSYMUTIL=$ac_ct_DSYMUTIL
7117 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7120 if test -n "$ac_tool_prefix"; then
7121 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7122 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7124 $as_echo_n "checking
for $ac_word...
" >&6; }
7125 if ${ac_cv_prog_NMEDIT+:} false; then :
7126 $as_echo_n "(cached
) " >&6
7128 if test -n "$NMEDIT"; then
7129 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7135 test -z "$as_dir" && as_dir=.
7136 for ac_exec_ext in '' $ac_executable_extensions; do
7137 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7138 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7139 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7148 NMEDIT=$ac_cv_prog_NMEDIT
7149 if test -n "$NMEDIT"; then
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7151 $as_echo "$NMEDIT" >&6; }
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7154 $as_echo "no
" >&6; }
7159 if test -z "$ac_cv_prog_NMEDIT"; then
7160 ac_ct_NMEDIT=$NMEDIT
7161 # Extract the first word of "nmedit
", so it can be a program name with args.
7162 set dummy nmedit; ac_word=$2
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7164 $as_echo_n "checking
for $ac_word...
" >&6; }
7165 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7166 $as_echo_n "(cached
) " >&6
7168 if test -n "$ac_ct_NMEDIT"; then
7169 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7175 test -z "$as_dir" && as_dir=.
7176 for ac_exec_ext in '' $ac_executable_extensions; do
7177 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7178 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7179 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7188 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7189 if test -n "$ac_ct_NMEDIT"; then
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7191 $as_echo "$ac_ct_NMEDIT" >&6; }
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7194 $as_echo "no
" >&6; }
7197 if test "x
$ac_ct_NMEDIT" = x; then
7200 case $cross_compiling:$ac_tool_warned in
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7203 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7204 ac_tool_warned=yes ;;
7206 NMEDIT=$ac_ct_NMEDIT
7209 NMEDIT="$ac_cv_prog_NMEDIT"
7212 if test -n "$ac_tool_prefix"; then
7213 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7214 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7216 $as_echo_n "checking
for $ac_word...
" >&6; }
7217 if ${ac_cv_prog_LIPO+:} false; then :
7218 $as_echo_n "(cached
) " >&6
7220 if test -n "$LIPO"; then
7221 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7227 test -z "$as_dir" && as_dir=.
7228 for ac_exec_ext in '' $ac_executable_extensions; do
7229 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7230 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7231 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7240 LIPO=$ac_cv_prog_LIPO
7241 if test -n "$LIPO"; then
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7243 $as_echo "$LIPO" >&6; }
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7246 $as_echo "no
" >&6; }
7251 if test -z "$ac_cv_prog_LIPO"; then
7253 # Extract the first word of "lipo
", so it can be a program name with args.
7254 set dummy lipo; ac_word=$2
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7256 $as_echo_n "checking
for $ac_word...
" >&6; }
7257 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7258 $as_echo_n "(cached
) " >&6
7260 if test -n "$ac_ct_LIPO"; then
7261 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7267 test -z "$as_dir" && as_dir=.
7268 for ac_exec_ext in '' $ac_executable_extensions; do
7269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7270 ac_cv_prog_ac_ct_LIPO="lipo
"
7271 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7280 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7281 if test -n "$ac_ct_LIPO"; then
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7283 $as_echo "$ac_ct_LIPO" >&6; }
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7286 $as_echo "no
" >&6; }
7289 if test "x
$ac_ct_LIPO" = x; then
7292 case $cross_compiling:$ac_tool_warned in
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7295 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7296 ac_tool_warned=yes ;;
7301 LIPO="$ac_cv_prog_LIPO"
7304 if test -n "$ac_tool_prefix"; then
7305 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7306 set dummy ${ac_tool_prefix}otool; ac_word=$2
7307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7308 $as_echo_n "checking
for $ac_word...
" >&6; }
7309 if ${ac_cv_prog_OTOOL+:} false; then :
7310 $as_echo_n "(cached
) " >&6
7312 if test -n "$OTOOL"; then
7313 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319 test -z "$as_dir" && as_dir=.
7320 for ac_exec_ext in '' $ac_executable_extensions; do
7321 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7322 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7323 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7332 OTOOL=$ac_cv_prog_OTOOL
7333 if test -n "$OTOOL"; then
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7335 $as_echo "$OTOOL" >&6; }
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7338 $as_echo "no
" >&6; }
7343 if test -z "$ac_cv_prog_OTOOL"; then
7345 # Extract the first word of "otool
", so it can be a program name with args.
7346 set dummy otool; ac_word=$2
7347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7348 $as_echo_n "checking
for $ac_word...
" >&6; }
7349 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7350 $as_echo_n "(cached
) " >&6
7352 if test -n "$ac_ct_OTOOL"; then
7353 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7359 test -z "$as_dir" && as_dir=.
7360 for ac_exec_ext in '' $ac_executable_extensions; do
7361 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7362 ac_cv_prog_ac_ct_OTOOL="otool
"
7363 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7372 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7373 if test -n "$ac_ct_OTOOL"; then
7374 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7375 $as_echo "$ac_ct_OTOOL" >&6; }
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7378 $as_echo "no
" >&6; }
7381 if test "x
$ac_ct_OTOOL" = x; then
7384 case $cross_compiling:$ac_tool_warned in
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7387 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7388 ac_tool_warned=yes ;;
7393 OTOOL="$ac_cv_prog_OTOOL"
7396 if test -n "$ac_tool_prefix"; then
7397 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7398 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7400 $as_echo_n "checking
for $ac_word...
" >&6; }
7401 if ${ac_cv_prog_OTOOL64+:} false; then :
7402 $as_echo_n "(cached
) " >&6
7404 if test -n "$OTOOL64"; then
7405 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7411 test -z "$as_dir" && as_dir=.
7412 for ac_exec_ext in '' $ac_executable_extensions; do
7413 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7414 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7415 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7424 OTOOL64=$ac_cv_prog_OTOOL64
7425 if test -n "$OTOOL64"; then
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7427 $as_echo "$OTOOL64" >&6; }
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7430 $as_echo "no
" >&6; }
7435 if test -z "$ac_cv_prog_OTOOL64"; then
7436 ac_ct_OTOOL64=$OTOOL64
7437 # Extract the first word of "otool64
", so it can be a program name with args.
7438 set dummy otool64; ac_word=$2
7439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7440 $as_echo_n "checking
for $ac_word...
" >&6; }
7441 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7442 $as_echo_n "(cached
) " >&6
7444 if test -n "$ac_ct_OTOOL64"; then
7445 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7451 test -z "$as_dir" && as_dir=.
7452 for ac_exec_ext in '' $ac_executable_extensions; do
7453 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7454 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7455 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7464 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7465 if test -n "$ac_ct_OTOOL64"; then
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7467 $as_echo "$ac_ct_OTOOL64" >&6; }
7469 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7470 $as_echo "no
" >&6; }
7473 if test "x
$ac_ct_OTOOL64" = x; then
7476 case $cross_compiling:$ac_tool_warned in
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7479 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7480 ac_tool_warned=yes ;;
7482 OTOOL64=$ac_ct_OTOOL64
7485 OTOOL64="$ac_cv_prog_OTOOL64"
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7515 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7516 if ${lt_cv_apple_cc_single_mod+:} false; then :
7517 $as_echo_n "(cached
) " >&6
7519 lt_cv_apple_cc_single_mod=no
7520 if test -z "${LT_MULTI_MODULE}"; then
7521 # By default we will add the -single_module flag. You can override
7522 # by either setting the environment variable LT_MULTI_MODULE
7523 # non-empty at configure time, or by adding -multi_module to the
7525 rm -rf libconftest.dylib*
7526 echo "int foo
(void
){return 1;}" > conftest.c
7527 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7528 -dynamiclib -Wl,-single_module conftest.c
" >&5
7529 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7530 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7532 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7533 lt_cv_apple_cc_single_mod=yes
7535 cat conftest.err >&5
7537 rm -rf libconftest.dylib*
7541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7542 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7544 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7545 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7546 $as_echo_n "(cached
) " >&6
7548 lt_cv_ld_exported_symbols_list=no
7549 save_LDFLAGS=$LDFLAGS
7550 echo "_main
" > conftest.sym
7551 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7553 /* end confdefs.h. */
7563 if ac_fn_c_try_link "$LINENO"; then :
7564 lt_cv_ld_exported_symbols_list=yes
7566 lt_cv_ld_exported_symbols_list=no
7568 rm -f core conftest.err conftest.$ac_objext \
7569 conftest$ac_exeext conftest.$ac_ext
7570 LDFLAGS="$save_LDFLAGS"
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7574 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7576 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7577 if ${lt_cv_ld_force_load+:} false; then :
7578 $as_echo_n "(cached
) " >&6
7580 lt_cv_ld_force_load=no
7581 cat > conftest.c << _LT_EOF
7582 int forced_loaded() { return 2;}
7584 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7585 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7586 echo "$AR cru libconftest.a conftest.o
" >&5
7587 $AR cru libconftest.a conftest.o 2>&5
7588 cat > conftest.c << _LT_EOF
7589 int main() { return 0;}
7591 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7592 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7594 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7595 lt_cv_ld_force_load=yes
7597 cat conftest.err >&5
7599 rm -f conftest.err libconftest.a conftest conftest.c
7600 rm -rf conftest.dSYM
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7604 $as_echo "$lt_cv_ld_force_load" >&6; }
7606 rhapsody* | darwin1.[012])
7607 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7609 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7610 darwin*) # darwin 5.x on
7611 # if running on 10.5 or later, the deployment target defaults
7612 # to the OS version, if on x86, and 10.4, the deployment
7613 # target defaults to 10.4. Don't you love it?
7614 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7615 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7616 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7618 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7620 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7624 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7625 _lt_dar_single_mod='$single_module'
7627 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7628 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7630 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7632 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7633 _lt_dsymutil='~$DSYMUTIL $lib || :'
7640 for ac_header in dlfcn.h
7642 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7644 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7645 cat >>confdefs.h <<_ACEOF
7646 #define HAVE_DLFCN_H 1
7667 # Check whether --enable-static was given.
7668 if test "${enable_static+set}" = set; then :
7669 enableval=$enable_static; p=${PACKAGE-default}
7671 yes) enable_static=yes ;;
7672 no) enable_static=no ;;
7675 # Look at the argument we got. We use all the common list separators.
7676 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7677 for pkg in $enableval; do
7679 if test "X
$pkg" = "X
$p"; then
7699 # Check whether --with-pic was given.
7700 if test "${with_pic+set}" = set; then :
7701 withval=$with_pic; pic_mode="$withval"
7707 test -z "$pic_mode" && pic_mode=default
7715 # Check whether --enable-fast-install was given.
7716 if test "${enable_fast_install+set}" = set; then :
7717 enableval=$enable_fast_install; p=${PACKAGE-default}
7719 yes) enable_fast_install=yes ;;
7720 no) enable_fast_install=no ;;
7722 enable_fast_install=no
7723 # Look at the argument we got. We use all the common list separators.
7724 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7725 for pkg in $enableval; do
7727 if test "X
$pkg" = "X
$p"; then
7728 enable_fast_install=yes
7735 enable_fast_install=yes
7748 # This can be used to rebuild libtool when needed
7749 LIBTOOL_DEPS="$ltmain"
7751 # Always use our own libtool.
7752 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7779 test -z "$LN_S" && LN_S="ln -s"
7794 if test -n "${ZSH_VERSION+set}" ; then
7795 setopt NO_GLOB_SUBST
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7799 $as_echo_n "checking
for objdir...
" >&6; }
7800 if ${lt_cv_objdir+:} false; then :
7801 $as_echo_n "(cached
) " >&6
7803 rm -f .libs 2>/dev/null
7804 mkdir .libs 2>/dev/null
7805 if test -d .libs; then
7808 # MS-DOS does not allow filenames that begin with a dot.
7811 rmdir .libs 2>/dev/null
7813 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7814 $as_echo "$lt_cv_objdir" >&6; }
7815 objdir=$lt_cv_objdir
7821 cat >>confdefs.h <<_ACEOF
7822 #define LT_OBJDIR "$lt_cv_objdir/"
7830 # AIX sometimes has problems with the GCC collect2 program. For some
7831 # reason, if we set the COLLECT_NAMES environment variable, the problems
7832 # vanish in a puff of smoke.
7833 if test "X
${COLLECT_NAMES+set}" != Xset; then
7835 export COLLECT_NAMES
7842 can_build_shared=yes
7844 # All known linkers require a `.a' archive for static linking (except MSVC,
7845 # which needs '.lib').
7848 with_gnu_ld="$lt_cv_prog_gnu_ld"
7851 old_CFLAGS="$CFLAGS"
7853 # Set sane defaults for various variables
7854 test -z "$CC" && CC=cc
7855 test -z "$LTCC" && LTCC=$CC
7856 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7857 test -z "$LD" && LD=ld
7858 test -z "$ac_objext" && ac_objext=o
7860 for cc_temp in $compiler""; do
7862 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7863 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7868 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7871 # Only perform the check for file, if the check method requires it
7872 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7873 case $deplibs_check_method in
7875 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7877 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7878 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7879 $as_echo_n "(cached
) " >&6
7883 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7886 lt_save_MAGIC_CMD="$MAGIC_CMD"
7887 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7888 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7889 for ac_dir in $ac_dummy; do
7891 test -z "$ac_dir" && ac_dir=.
7892 if test -f $ac_dir/${ac_tool_prefix}file; then
7893 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7894 if test -n "$file_magic_test_file"; then
7895 case $deplibs_check_method in
7897 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7898 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7899 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7900 $EGREP "$file_magic_regex" > /dev/null; then
7905 *** Warning: the command libtool uses to detect shared libraries,
7906 *** $file_magic_cmd, produces output that libtool cannot recognize.
7907 *** The result is that libtool may fail to recognize shared libraries
7908 *** as such. This will affect the creation of libtool libraries that
7909 *** depend on shared libraries, but programs linked with such libtool
7910 *** libraries will work regardless of this problem. Nevertheless, you
7911 *** may want to report the problem to your system manager and/or to
7912 *** bug-libtool@gnu.org
7922 MAGIC_CMD="$lt_save_MAGIC_CMD"
7927 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7928 if test -n "$MAGIC_CMD"; then
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7930 $as_echo "$MAGIC_CMD" >&6; }
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7933 $as_echo "no
" >&6; }
7940 if test -z "$lt_cv_path_MAGIC_CMD"; then
7941 if test -n "$ac_tool_prefix"; then
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7943 $as_echo_n "checking
for file...
" >&6; }
7944 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7945 $as_echo_n "(cached
) " >&6
7949 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7952 lt_save_MAGIC_CMD="$MAGIC_CMD"
7953 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7954 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7955 for ac_dir in $ac_dummy; do
7957 test -z "$ac_dir" && ac_dir=.
7958 if test -f $ac_dir/file; then
7959 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7960 if test -n "$file_magic_test_file"; then
7961 case $deplibs_check_method in
7963 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7964 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7965 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7966 $EGREP "$file_magic_regex" > /dev/null; then
7971 *** Warning: the command libtool uses to detect shared libraries,
7972 *** $file_magic_cmd, produces output that libtool cannot recognize.
7973 *** The result is that libtool may fail to recognize shared libraries
7974 *** as such. This will affect the creation of libtool libraries that
7975 *** depend on shared libraries, but programs linked with such libtool
7976 *** libraries will work regardless of this problem. Nevertheless, you
7977 *** may want to report the problem to your system manager and/or to
7978 *** bug-libtool@gnu.org
7988 MAGIC_CMD="$lt_save_MAGIC_CMD"
7993 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7994 if test -n "$MAGIC_CMD"; then
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7996 $as_echo "$MAGIC_CMD" >&6; }
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7999 $as_echo "no
" >&6; }
8012 # Use C for the default configuration in the libtool script
8016 ac_cpp='$CPP $CPPFLAGS'
8017 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8018 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8019 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8022 # Source file extension for C test sources.
8025 # Object file extension for compiled C test sources.
8029 # Code to be used in simple compile tests
8030 lt_simple_compile_test_code="int some_variable
= 0;"
8032 # Code to be used in simple link tests
8033 lt_simple_link_test_code='int main(){return(0);}'
8041 # If no C compiler was specified, use CC.
8044 # If no C compiler flags were specified, use CFLAGS.
8045 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8047 # Allow CC to be a program name with arguments.
8050 # Save the default compiler, since it gets overwritten when the other
8051 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8052 compiler_DEFAULT=$CC
8054 # save warnings/boilerplate of simple test code
8055 ac_outfile=conftest.$ac_objext
8056 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8057 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8058 _lt_compiler_boilerplate=`cat conftest.err`
8061 ac_outfile=conftest.$ac_objext
8062 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8063 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8064 _lt_linker_boilerplate=`cat conftest.err`
8069 ## There is no encapsulation within the following macros, do not change
8070 ## the running order or otherwise move them around unless you know exactly
8071 ## what you are doing...
8072 if test -n "$compiler"; then
8074 lt_prog_compiler_no_builtin_flag=
8076 if test "$GCC" = yes; then
8077 case $cc_basename in
8079 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8081 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8085 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8086 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8087 $as_echo_n "(cached
) " >&6
8089 lt_cv_prog_compiler_rtti_exceptions=no
8090 ac_outfile=conftest.$ac_objext
8091 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8092 lt_compiler_flag="-fno-rtti -fno-exceptions"
8093 # Insert the option either (1) after the last *FLAGS variable, or
8094 # (2) before a word containing "conftest.
", or (3) at the end.
8095 # Note that $ac_compile itself does not contain backslashes and begins
8096 # with a dollar sign (not a hyphen), so the echo should work correctly.
8097 # The option is referenced via a variable to avoid confusing sed.
8098 lt_compile=`echo "$ac_compile" | $SED \
8099 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8100 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8101 -e 's:$: $lt_compiler_flag:'`
8102 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8103 (eval "$lt_compile" 2>conftest.err)
8105 cat conftest.err >&5
8106 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8107 if (exit $ac_status) && test -s "$ac_outfile"; then
8108 # The compiler can only warn and ignore the option if not recognized
8109 # So say no if there are warnings other than the usual output.
8110 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8111 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8112 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8113 lt_cv_prog_compiler_rtti_exceptions=yes
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8120 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8122 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8123 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8135 lt_prog_compiler_wl=
8136 lt_prog_compiler_pic=
8137 lt_prog_compiler_static=
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8140 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8142 if test "$GCC" = yes; then
8143 lt_prog_compiler_wl='-Wl,'
8144 lt_prog_compiler_static='-static'
8148 # All AIX code is PIC.
8149 if test "$host_cpu" = ia64; then
8150 # AIX 5 now supports IA64 processor
8151 lt_prog_compiler_static='-Bstatic'
8153 lt_prog_compiler_pic='-fPIC'
8159 # see comment about AmigaOS4 .so support
8160 lt_prog_compiler_pic='-fPIC'
8163 # FIXME: we need at least 68020 code to build shared libraries, but
8164 # adding the `-m68020' flag to GCC prevents building anything better,
8166 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8171 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8172 # PIC is the default for these OSes.
8175 mingw* | cygwin* | pw32* | os2* | cegcc*)
8176 # This hack is so that the source file can tell whether it is being
8177 # built for inclusion in a dll (and should export symbols for example).
8178 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8179 # (--disable-auto-import) libraries
8180 lt_prog_compiler_pic='-DDLL_EXPORT'
8183 darwin* | rhapsody*)
8184 # PIC is the default on this platform
8185 # Common symbols not allowed in MH_DYLIB files
8186 lt_prog_compiler_pic='-fno-common'
8190 # PIC is the default for Haiku.
8191 # The "-static" flag exists, but is broken.
8192 lt_prog_compiler_static=
8196 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8197 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8198 # sets the default TLS model and affects inlining.
8204 lt_prog_compiler_pic='-fPIC'
8210 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8211 # Instead, we relocate shared libraries at runtime.
8215 # Just because we use GCC doesn't mean we suddenly get shared libraries
8216 # on systems that don't support them.
8217 lt_prog_compiler_can_build_shared=no
8222 # QNX uses GNU C++, but need to define -shared option too, otherwise
8224 lt_prog_compiler_pic='-fPIC -shared'
8228 if test -d /usr/nec; then
8229 lt_prog_compiler_pic=-Kconform_pic
8234 lt_prog_compiler_pic='-fPIC'
8238 case $cc_basename in
8239 nvcc*) # Cuda Compiler Driver 2.2
8240 lt_prog_compiler_wl='-Xlinker '
8241 lt_prog_compiler_pic='-Xcompiler -fPIC'
8245 # PORTME Check for flag to pass linker flags through the system compiler.
8248 lt_prog_compiler_wl='-Wl,'
8249 if test "$host_cpu" = ia64; then
8250 # AIX 5 now supports IA64 processor
8251 lt_prog_compiler_static='-Bstatic'
8253 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8257 mingw* | cygwin* | pw32* | os2* | cegcc*)
8258 # This hack is so that the source file can tell whether it is being
8259 # built for inclusion in a dll (and should export symbols for example).
8260 lt_prog_compiler_pic='-DDLL_EXPORT'
8263 hpux9* | hpux10* | hpux11*)
8264 lt_prog_compiler_wl='-Wl,'
8265 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8272 lt_prog_compiler_pic='+Z'
8275 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8276 lt_prog_compiler_static='${wl}-a ${wl}archive'
8279 irix5* | irix6* | nonstopux*)
8280 lt_prog_compiler_wl='-Wl,'
8281 # PIC (with -KPIC) is the default.
8282 lt_prog_compiler_static='-non_shared'
8285 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8286 case $cc_basename in
8287 # old Intel for x86_64 which still supported -KPIC.
8289 lt_prog_compiler_wl='-Wl,'
8290 lt_prog_compiler_pic='-KPIC'
8291 lt_prog_compiler_static='-static'
8293 # icc used to be incompatible with GCC.
8294 # ICC 10 doesn't accept -KPIC any more.
8296 lt_prog_compiler_wl='-Wl,'
8297 lt_prog_compiler_pic='-fPIC'
8298 lt_prog_compiler_static='-static'
8300 # Lahey Fortran 8.1.
8302 lt_prog_compiler_wl='-Wl,'
8303 lt_prog_compiler_pic='--shared'
8304 lt_prog_compiler_static='--static'
8306 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8307 # Portland Group compilers (*not* the Pentium gcc compiler,
8308 # which looks to be a dead project)
8309 lt_prog_compiler_wl='-Wl,'
8310 lt_prog_compiler_pic='-fpic'
8311 lt_prog_compiler_static='-Bstatic'
8314 lt_prog_compiler_wl='-Wl,'
8315 # All Alpha code is PIC.
8316 lt_prog_compiler_static='-non_shared'
8318 xl* | bgxl* | bgf* | mpixl*)
8319 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8320 lt_prog_compiler_wl='-Wl,'
8321 lt_prog_compiler_pic='-qpic'
8322 lt_prog_compiler_static='-qstaticlink'
8325 case `$CC -V 2>&1 | sed 5q` in
8326 *Sun\ F* | *Sun*Fortran*)
8327 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8328 lt_prog_compiler_pic='-KPIC'
8329 lt_prog_compiler_static='-Bstatic'
8330 lt_prog_compiler_wl=''
8334 lt_prog_compiler_pic='-KPIC'
8335 lt_prog_compiler_static='-Bstatic'
8336 lt_prog_compiler_wl='-Wl,'
8344 lt_prog_compiler_pic='-KPIC'
8345 lt_prog_compiler_static='-Bstatic'
8349 # QNX uses GNU C++, but need to define -shared option too, otherwise
8351 lt_prog_compiler_pic='-fPIC -shared'
8354 osf3* | osf4* | osf5*)
8355 lt_prog_compiler_wl='-Wl,'
8356 # All OSF/1 code is PIC.
8357 lt_prog_compiler_static='-non_shared'
8361 lt_prog_compiler_static='-non_shared'
8365 lt_prog_compiler_pic='-KPIC'
8366 lt_prog_compiler_static='-Bstatic'
8367 case $cc_basename in
8369 lt_prog_compiler_wl='-Qoption ld ';;
8371 lt_prog_compiler_wl='-Wl,';;
8376 lt_prog_compiler_wl='-Qoption ld '
8377 lt_prog_compiler_pic='-PIC'
8378 lt_prog_compiler_static='-Bstatic'
8381 sysv4 | sysv4.2uw2* | sysv4.3*)
8382 lt_prog_compiler_wl='-Wl,'
8383 lt_prog_compiler_pic='-KPIC'
8384 lt_prog_compiler_static='-Bstatic'
8388 if test -d /usr/nec ;then
8389 lt_prog_compiler_pic='-Kconform_pic'
8390 lt_prog_compiler_static='-Bstatic'
8394 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8395 lt_prog_compiler_wl='-Wl,'
8396 lt_prog_compiler_pic='-KPIC'
8397 lt_prog_compiler_static='-Bstatic'
8401 lt_prog_compiler_wl='-Wl,'
8402 lt_prog_compiler_can_build_shared=no
8406 lt_prog_compiler_pic='-pic'
8407 lt_prog_compiler_static='-Bstatic'
8411 lt_prog_compiler_can_build_shared=no
8417 # For platforms which do not support PIC, -DPIC is meaningless:
8419 lt_prog_compiler_pic=
8422 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8426 $as_echo "$lt_prog_compiler_pic" >&6; }
8434 # Check to make sure the PIC flag actually works.
8436 if test -n "$lt_prog_compiler_pic"; then
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8438 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8439 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8440 $as_echo_n "(cached
) " >&6
8442 lt_cv_prog_compiler_pic_works=no
8443 ac_outfile=conftest.$ac_objext
8444 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8445 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8446 # Insert the option either (1) after the last *FLAGS variable, or
8447 # (2) before a word containing "conftest.
", or (3) at the end.
8448 # Note that $ac_compile itself does not contain backslashes and begins
8449 # with a dollar sign (not a hyphen), so the echo should work correctly.
8450 # The option is referenced via a variable to avoid confusing sed.
8451 lt_compile=`echo "$ac_compile" | $SED \
8452 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8453 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8454 -e 's:$: $lt_compiler_flag:'`
8455 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8456 (eval "$lt_compile" 2>conftest.err)
8458 cat conftest.err >&5
8459 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8460 if (exit $ac_status) && test -s "$ac_outfile"; then
8461 # The compiler can only warn and ignore the option if not recognized
8462 # So say no if there are warnings other than the usual output.
8463 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8464 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8465 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8466 lt_cv_prog_compiler_pic_works=yes
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8473 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8475 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8476 case $lt_prog_compiler_pic in
8478 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8481 lt_prog_compiler_pic=
8482 lt_prog_compiler_can_build_shared=no
8493 # Check to make sure the static flag actually works.
8495 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8497 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8498 if ${lt_cv_prog_compiler_static_works+:} false; then :
8499 $as_echo_n "(cached
) " >&6
8501 lt_cv_prog_compiler_static_works=no
8502 save_LDFLAGS="$LDFLAGS"
8503 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8504 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8505 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8506 # The linker can only warn and ignore the option if not recognized
8507 # So say no if there are warnings
8508 if test -s conftest.err; then
8509 # Append any errors to the config.log.
8510 cat conftest.err 1>&5
8511 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8512 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8513 if diff conftest.exp conftest.er2 >/dev/null; then
8514 lt_cv_prog_compiler_static_works=yes
8517 lt_cv_prog_compiler_static_works=yes
8521 LDFLAGS="$save_LDFLAGS"
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8525 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8527 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8530 lt_prog_compiler_static=
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8540 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8541 if ${lt_cv_prog_compiler_c_o+:} false; then :
8542 $as_echo_n "(cached
) " >&6
8544 lt_cv_prog_compiler_c_o=no
8545 $RM -r conftest 2>/dev/null
8549 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8551 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8552 # Insert the option either (1) after the last *FLAGS variable, or
8553 # (2) before a word containing "conftest.
", or (3) at the end.
8554 # Note that $ac_compile itself does not contain backslashes and begins
8555 # with a dollar sign (not a hyphen), so the echo should work correctly.
8556 lt_compile=`echo "$ac_compile" | $SED \
8557 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8558 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8559 -e 's:$: $lt_compiler_flag:'`
8560 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8561 (eval "$lt_compile" 2>out/conftest.err)
8563 cat out/conftest.err >&5
8564 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8565 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8567 # The compiler can only warn and ignore the option if not recognized
8568 # So say no if there are warnings
8569 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8570 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8571 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8572 lt_cv_prog_compiler_c_o=yes
8577 # SGI C++ compiler will create directory out/ii_files/ for
8578 # template instantiation
8579 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8580 $RM out/* && rmdir out
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8587 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8595 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8596 if ${lt_cv_prog_compiler_c_o+:} false; then :
8597 $as_echo_n "(cached
) " >&6
8599 lt_cv_prog_compiler_c_o=no
8600 $RM -r conftest 2>/dev/null
8604 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8606 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8607 # Insert the option either (1) after the last *FLAGS variable, or
8608 # (2) before a word containing "conftest.
", or (3) at the end.
8609 # Note that $ac_compile itself does not contain backslashes and begins
8610 # with a dollar sign (not a hyphen), so the echo should work correctly.
8611 lt_compile=`echo "$ac_compile" | $SED \
8612 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8613 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8614 -e 's:$: $lt_compiler_flag:'`
8615 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8616 (eval "$lt_compile" 2>out/conftest.err)
8618 cat out/conftest.err >&5
8619 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8620 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8622 # The compiler can only warn and ignore the option if not recognized
8623 # So say no if there are warnings
8624 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8625 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8626 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8627 lt_cv_prog_compiler_c_o=yes
8632 # SGI C++ compiler will create directory out/ii_files/ for
8633 # template instantiation
8634 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8635 $RM out/* && rmdir out
8641 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8642 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8647 hard_links="nottested
"
8648 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8649 # do not overwrite the value of need_locks provided by the user
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8651 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8654 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8656 ln conftest.a conftest.b 2>&5 || hard_links=no
8657 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8659 $as_echo "$hard_links" >&6; }
8660 if test "$hard_links" = no; then
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8662 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8675 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8678 allow_undefined_flag=
8679 always_export_symbols=no
8681 archive_expsym_cmds=
8682 compiler_needs_object=no
8683 enable_shared_with_static_runtimes=no
8684 export_dynamic_flag_spec=
8685 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8686 hardcode_automatic=no
8688 hardcode_direct_absolute=no
8689 hardcode_libdir_flag_spec=
8690 hardcode_libdir_flag_spec_ld=
8691 hardcode_libdir_separator=
8693 hardcode_shlibpath_var=unsupported
8695 link_all_deplibs=unknown
8698 old_archive_from_new_cmds=
8699 old_archive_from_expsyms_cmds=
8700 thread_safe_flag_spec=
8701 whole_archive_flag_spec=
8702 # include_expsyms should be a list of space-separated symbols to be *always*
8703 # included in the symbol list
8705 # exclude_expsyms can be an extended regexp of symbols to exclude
8706 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8707 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8708 # as well as any symbol that contains `d'.
8709 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8710 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8711 # platforms (ab)use it in PIC code, but their linkers get confused if
8712 # the symbol is explicitly referenced. Since portable code cannot
8713 # rely on this symbol name, it's probably fine to never include it in
8714 # preloaded symbol tables.
8715 # Exclude shared library initialization/finalization symbols.
8716 extract_expsyms_cmds=
8719 cygwin* | mingw* | pw32* | cegcc*)
8720 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8721 # When not using gcc, we currently assume that we are using
8722 # Microsoft Visual C++.
8723 if test "$GCC" != yes; then
8728 # we just hope/assume this is gcc and not c89 (= MSVC++)
8738 # On some targets, GNU ld is compatible enough with the native linker
8739 # that we're better off using the native interface for both.
8740 lt_use_gnu_ld_interface=no
8741 if test "$with_gnu_ld" = yes; then
8744 # The AIX port of GNU ld has always aspired to compatibility
8745 # with the native linker. However, as the warning in the GNU ld
8746 # block says, versions before 2.19.5* couldn't really create working
8747 # shared libraries, regardless of the interface used.
8748 case `$LD -v 2>&1` in
8749 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8750 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8751 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8753 lt_use_gnu_ld_interface=yes
8758 lt_use_gnu_ld_interface=yes
8763 if test "$lt_use_gnu_ld_interface" = yes; then
8764 # If archive_cmds runs LD, not CC, wlarc should be empty
8767 # Set some defaults for GNU ld with shared library support. These
8768 # are reset later if shared libraries are not supported. Putting them
8769 # here allows them to be overridden if necessary.
8770 runpath_var=LD_RUN_PATH
8771 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8772 export_dynamic_flag_spec='${wl}--export-dynamic'
8773 # ancient GNU ld didn't support --whole-archive et. al.
8774 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8775 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8777 whole_archive_flag_spec=
8779 supports_anon_versioning=no
8780 case `$LD -v 2>&1` in
8781 *GNU\ gold*) supports_anon_versioning=yes ;;
8782 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8783 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8784 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8785 *\ 2.11.*) ;; # other 2.11 versions
8786 *) supports_anon_versioning=yes ;;
8789 # See if GNU ld supports shared libraries.
8792 # On AIX/PPC, the GNU linker is very broken
8793 if test "$host_cpu" != ia64; then
8797 *** Warning: the GNU linker, at least up to release 2.19, is reported
8798 *** to be unable to reliably create shared libraries on AIX.
8799 *** Therefore, libtool is disabling shared libraries support. If you
8800 *** really care for shared libraries, you may want to install binutils
8801 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8802 *** You will then need to restart the configuration process.
8811 # see comment about AmigaOS4 .so support
8812 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8813 archive_expsym_cmds=''
8816 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)'
8817 hardcode_libdir_flag_spec
='-L$libdir'
8818 hardcode_minus_L
=yes
8824 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8825 allow_undefined_flag
=unsupported
8826 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8827 # support --undefined. This deserves some investigation. FIXME
8828 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8834 cygwin
* | mingw
* | pw32
* | cegcc
*)
8835 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8836 # as there is no search path for DLLs.
8837 hardcode_libdir_flag_spec
='-L$libdir'
8838 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8839 allow_undefined_flag
=unsupported
8840 always_export_symbols
=no
8841 enable_shared_with_static_runtimes
=yes
8842 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8844 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8845 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8846 # If the export-symbols file already is a .def file (1st line
8847 # is EXPORTS), use it as is; otherwise, prepend...
8848 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8849 cp $export_symbols $output_objdir/$soname.def;
8851 echo EXPORTS > $output_objdir/$soname.def;
8852 cat $export_symbols >> $output_objdir/$soname.def;
8854 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8861 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8862 link_all_deplibs
=yes
8867 hardcode_shlibpath_var
=no
8868 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8869 export_dynamic_flag_spec
='${wl}-E'
8870 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8871 # Instead, shared libraries are loaded at an image base (0x10000000 by
8872 # default) and relocated if they conflict, which is a slow very memory
8873 # consuming and fragmenting process. To avoid this, we pick a random,
8874 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8875 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8876 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8877 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'
8880 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8882 if test "$host_os" = linux-dietlibc
; then
8883 case $cc_basename in
8884 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8887 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8888 && test "$tmp_diet" = no
8890 tmp_addflag
=' $pic_flag'
8891 tmp_sharedflag
='-shared'
8892 case $cc_basename,$host_cpu in
8893 pgcc
*) # Portland Group C compiler
8894 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'
8895 tmp_addflag
=' $pic_flag'
8897 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8898 # Portland Group f77 and f90 compilers
8899 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'
8900 tmp_addflag
=' $pic_flag -Mnomain' ;;
8901 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8902 tmp_addflag
=' -i_dynamic' ;;
8903 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8904 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8905 ifc
* | ifort
*) # Intel Fortran compiler
8906 tmp_addflag
=' -nofor_main' ;;
8907 lf95
*) # Lahey Fortran 8.1
8908 whole_archive_flag_spec
=
8909 tmp_sharedflag
='--shared' ;;
8910 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8911 tmp_sharedflag
='-qmkshrobj'
8913 nvcc
*) # Cuda Compiler Driver 2.2
8914 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'
8915 compiler_needs_object
=yes
8918 case `$CC -V 2>&1 | sed 5q` in
8919 *Sun\ C
*) # Sun C 5.9
8920 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'
8921 compiler_needs_object
=yes
8922 tmp_sharedflag
='-G' ;;
8923 *Sun\ F
*) # Sun Fortran 8.3
8924 tmp_sharedflag
='-G' ;;
8926 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8928 if test "x$supports_anon_versioning" = xyes
; then
8929 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8930 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8931 echo "local: *; };" >> $output_objdir/$libname.ver~
8932 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8935 case $cc_basename in
8936 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8937 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8938 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8939 hardcode_libdir_flag_spec
=
8940 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8941 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8942 if test "x$supports_anon_versioning" = xyes
; then
8943 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8944 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8945 echo "local: *; };" >> $output_objdir/$libname.ver~
8946 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8956 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8957 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8960 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8961 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8966 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8970 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8971 *** create shared libraries on Solaris systems. Therefore, libtool
8972 *** is disabling shared libraries support. We urge you to upgrade GNU
8973 *** binutils to release 2.9.1 or newer. Another option is to modify
8974 *** your PATH or compiler configuration so that the native linker is
8975 *** used, and then restart.
8978 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8979 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8980 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8986 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8987 case `$LD -v 2>&1` in
8988 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8992 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8993 *** reliably create shared libraries on SCO systems. Therefore, libtool
8994 *** is disabling shared libraries support. We urge you to upgrade GNU
8995 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8996 *** your PATH or compiler configuration so that the native linker is
8997 *** used, and then restart.
9002 # For security reasons, it is highly recommended that you always
9003 # use absolute paths for naming shared libraries, and exclude the
9004 # DT_RUNPATH tag from executables and libraries. But doing so
9005 # requires that you compile everything twice, which is a pain.
9006 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9007 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9008 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9009 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9018 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9021 hardcode_shlibpath_var
=no
9025 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9026 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9027 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9034 if test "$ld_shlibs" = no
; then
9036 hardcode_libdir_flag_spec
=
9037 export_dynamic_flag_spec
=
9038 whole_archive_flag_spec
=
9041 # PORTME fill in a description of your system's linker (not GNU ld)
9044 allow_undefined_flag
=unsupported
9045 always_export_symbols
=yes
9046 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'
9047 # Note: this linker hardcodes the directories in LIBPATH if there
9048 # are no directories specified by -L.
9049 hardcode_minus_L
=yes
9050 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9051 # Neither direct hardcoding nor static linking is supported with a
9053 hardcode_direct
=unsupported
9058 if test "$host_cpu" = ia64
; then
9059 # On IA64, the linker does run time linking by default, so we don't
9060 # have to do anything special.
9061 aix_use_runtimelinking
=no
9062 exp_sym_flag
='-Bexport'
9065 # If we're using GNU nm, then we don't want the "-C" option.
9066 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9067 # Also, AIX nm treats weak defined symbols like other global
9068 # defined symbols, whereas GNU nm marks them as "W".
9069 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9070 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'
9072 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'
9074 aix_use_runtimelinking
=no
9076 # Test if we are trying to use run time linking or normal
9077 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9078 # need to do runtime linking.
9079 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9080 for ld_flag
in $LDFLAGS; do
9081 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9082 aix_use_runtimelinking
=yes
9089 exp_sym_flag
='-bexport'
9090 no_entry_flag
='-bnoentry'
9093 # When large executables or shared objects are built, AIX ld can
9094 # have problems creating the table of contents. If linking a library
9095 # or program results in "error TOC overflow" add -mminimal-toc to
9096 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9097 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9101 hardcode_direct_absolute
=yes
9102 hardcode_libdir_separator
=':'
9103 link_all_deplibs
=yes
9104 file_list_spec
='${wl}-f,'
9106 if test "$GCC" = yes; then
9107 case $host_os in aix4.
[012]|aix4.
[012].
*)
9108 # We only want to do this on AIX 4.2 and lower, the check
9109 # below for broken collect2 doesn't work under 4.3+
9110 collect2name
=`${CC} -print-prog-name=collect2`
9111 if test -f "$collect2name" &&
9112 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9114 # We have reworked collect2
9117 # We have old collect2
9118 hardcode_direct
=unsupported
9119 # It fails to find uninstalled libraries when the uninstalled
9120 # path is not listed in the libpath. Setting hardcode_minus_L
9121 # to unsupported forces relinking
9122 hardcode_minus_L
=yes
9123 hardcode_libdir_flag_spec
='-L$libdir'
9124 hardcode_libdir_separator
=
9128 shared_flag
='-shared'
9129 if test "$aix_use_runtimelinking" = yes; then
9130 shared_flag
="$shared_flag "'${wl}-G'
9134 if test "$host_cpu" = ia64
; then
9135 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9136 # chokes on -Wl,-G. The following line is correct:
9139 if test "$aix_use_runtimelinking" = yes; then
9140 shared_flag
='${wl}-G'
9142 shared_flag
='${wl}-bM:SRE'
9147 export_dynamic_flag_spec
='${wl}-bexpall'
9148 # It seems that -bexpall does not export symbols beginning with
9149 # underscore (_), so it is better to generate a list of symbols to export.
9150 always_export_symbols
=yes
9151 if test "$aix_use_runtimelinking" = yes; then
9152 # Warning - without using the other runtime loading flags (-brtl),
9153 # -berok will link without error, but may produce a broken library.
9154 allow_undefined_flag
='-berok'
9155 # Determine the default libpath from the value encoded in an
9157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9158 /* end confdefs.h. */
9168 if ac_fn_c_try_link
"$LINENO"; then :
9170 lt_aix_libpath_sed
='
9171 /Import File Strings/,/^$/ {
9177 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9178 # Check for a 64-bit object if we didn't find anything.
9179 if test -z "$aix_libpath"; then
9180 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9183 rm -f core conftest.err conftest.
$ac_objext \
9184 conftest
$ac_exeext conftest.
$ac_ext
9185 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9187 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9188 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"
9190 if test "$host_cpu" = ia64
; then
9191 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9192 allow_undefined_flag
="-z nodefs"
9193 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"
9195 # Determine the default libpath from the value encoded in an
9197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9198 /* end confdefs.h. */
9208 if ac_fn_c_try_link
"$LINENO"; then :
9210 lt_aix_libpath_sed
='
9211 /Import File Strings/,/^$/ {
9217 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9218 # Check for a 64-bit object if we didn't find anything.
9219 if test -z "$aix_libpath"; then
9220 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9223 rm -f core conftest.err conftest.
$ac_objext \
9224 conftest
$ac_exeext conftest.
$ac_ext
9225 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9227 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9228 # Warning - without using the other run time loading flags,
9229 # -berok will link without error, but may produce a broken library.
9230 no_undefined_flag
=' ${wl}-bernotok'
9231 allow_undefined_flag
=' ${wl}-berok'
9232 if test "$with_gnu_ld" = yes; then
9233 # We only use this code for GNU lds that support --whole-archive.
9234 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9236 # Exported symbols can be pulled into shared objects from archives
9237 whole_archive_flag_spec
='$convenience'
9239 archive_cmds_need_lc
=yes
9240 # This is similar to how AIX traditionally builds its shared libraries.
9241 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'
9249 # see comment about AmigaOS4 .so support
9250 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9251 archive_expsym_cmds
=''
9254 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)'
9255 hardcode_libdir_flag_spec
='-L$libdir'
9256 hardcode_minus_L
=yes
9262 export_dynamic_flag_spec
=-rdynamic
9265 cygwin
* | mingw
* | pw32
* | cegcc
*)
9266 # When not using gcc, we currently assume that we are using
9267 # Microsoft Visual C++.
9268 # hardcode_libdir_flag_spec is actually meaningless, as there is
9269 # no search path for DLLs.
9270 hardcode_libdir_flag_spec
=' '
9271 allow_undefined_flag
=unsupported
9272 # Tell ltmain to make .lib files, not .a files.
9274 # Tell ltmain to make .dll files, not .so files.
9276 # FIXME: Setting linknames here is a bad hack.
9277 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9278 # The linker will automatically build a .lib file if we build a DLL.
9279 old_archive_from_new_cmds
='true'
9280 # FIXME: Should let the user specify the lib program.
9281 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9282 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9283 enable_shared_with_static_runtimes
=yes
9286 darwin
* | rhapsody
*)
9289 archive_cmds_need_lc
=no
9291 hardcode_automatic
=yes
9292 hardcode_shlibpath_var
=unsupported
9293 if test "$lt_cv_ld_force_load" = "yes"; then
9294 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\"`'
9296 whole_archive_flag_spec
=''
9298 link_all_deplibs
=yes
9299 allow_undefined_flag
="$_lt_dar_allow_undefined"
9300 case $cc_basename in
9301 ifort
*) _lt_dar_can_shared
=yes ;;
9302 *) _lt_dar_can_shared
=$GCC ;;
9304 if test "$_lt_dar_can_shared" = "yes"; then
9305 output_verbose_link_cmd
=func_echo_all
9306 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9307 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9308 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}"
9309 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}"
9318 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9319 hardcode_libdir_flag_spec
='-L$libdir'
9320 hardcode_shlibpath_var
=no
9323 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9324 # support. Future versions do this automatically, but an explicit c++rt0.o
9325 # does not break anything, and helps significantly (at the cost of a little
9328 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9329 hardcode_libdir_flag_spec
='-R$libdir'
9331 hardcode_shlibpath_var
=no
9334 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9336 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9338 hardcode_minus_L
=yes
9339 hardcode_shlibpath_var
=no
9342 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9343 freebsd
* | dragonfly
*)
9344 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9345 hardcode_libdir_flag_spec
='-R$libdir'
9347 hardcode_shlibpath_var
=no
9351 if test "$GCC" = yes; then
9352 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'
9354 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'
9356 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9357 hardcode_libdir_separator
=:
9360 # hardcode_minus_L: Not really in the search PATH,
9361 # but as the default location of the library.
9362 hardcode_minus_L
=yes
9363 export_dynamic_flag_spec
='${wl}-E'
9367 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9368 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9370 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9372 if test "$with_gnu_ld" = no
; then
9373 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9374 hardcode_libdir_flag_spec_ld
='+b $libdir'
9375 hardcode_libdir_separator
=:
9377 hardcode_direct_absolute
=yes
9378 export_dynamic_flag_spec
='${wl}-E'
9379 # hardcode_minus_L: Not really in the search PATH,
9380 # but as the default location of the library.
9381 hardcode_minus_L
=yes
9386 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9389 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9392 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9395 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9401 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9404 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9408 # Older versions of the 11.00 compiler do not understand -b yet
9409 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9411 $as_echo_n "checking if $CC understands -b... " >&6; }
9412 if ${lt_cv_prog_compiler__b+:} false
; then :
9413 $as_echo_n "(cached) " >&6
9415 lt_cv_prog_compiler__b
=no
9416 save_LDFLAGS
="$LDFLAGS"
9417 LDFLAGS
="$LDFLAGS -b"
9418 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9419 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9420 # The linker can only warn and ignore the option if not recognized
9421 # So say no if there are warnings
9422 if test -s conftest.err
; then
9423 # Append any errors to the config.log.
9424 cat conftest.err
1>&5
9425 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9426 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9427 if diff conftest.exp conftest.er2
>/dev
/null
; then
9428 lt_cv_prog_compiler__b
=yes
9431 lt_cv_prog_compiler__b
=yes
9435 LDFLAGS
="$save_LDFLAGS"
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9439 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9441 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9442 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9444 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9450 if test "$with_gnu_ld" = no
; then
9451 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9452 hardcode_libdir_separator
=:
9457 hardcode_shlibpath_var
=no
9461 hardcode_direct_absolute
=yes
9462 export_dynamic_flag_spec
='${wl}-E'
9464 # hardcode_minus_L: Not really in the search PATH,
9465 # but as the default location of the library.
9466 hardcode_minus_L
=yes
9472 irix5
* | irix6
* | nonstopux
*)
9473 if test "$GCC" = yes; then
9474 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'
9475 # Try to use the -exported_symbol ld option, if it does not
9476 # work, assume that -exports_file does not work either and
9477 # implicitly export all symbols.
9478 save_LDFLAGS
="$LDFLAGS"
9479 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9481 /* end confdefs.h. */
9484 if ac_fn_c_try_link
"$LINENO"; then :
9485 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'
9488 rm -f core conftest.err conftest.
$ac_objext \
9489 conftest
$ac_exeext conftest.
$ac_ext
9490 LDFLAGS
="$save_LDFLAGS"
9492 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'
9493 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'
9495 archive_cmds_need_lc
='no'
9496 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9497 hardcode_libdir_separator
=:
9499 link_all_deplibs
=yes
9503 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9504 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9506 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9508 hardcode_libdir_flag_spec
='-R$libdir'
9510 hardcode_shlibpath_var
=no
9514 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9516 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9517 hardcode_libdir_separator
=:
9518 hardcode_shlibpath_var
=no
9525 if test -f /usr
/libexec
/ld.so
; then
9527 hardcode_shlibpath_var
=no
9528 hardcode_direct_absolute
=yes
9529 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9530 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9531 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9532 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9533 export_dynamic_flag_spec
='${wl}-E'
9536 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9537 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9538 hardcode_libdir_flag_spec
='-R$libdir'
9541 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9542 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9552 hardcode_libdir_flag_spec
='-L$libdir'
9553 hardcode_minus_L
=yes
9554 allow_undefined_flag
=unsupported
9555 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'
9556 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9560 if test "$GCC" = yes; then
9561 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9562 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'
9564 allow_undefined_flag
=' -expect_unresolved \*'
9565 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'
9567 archive_cmds_need_lc
='no'
9568 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9569 hardcode_libdir_separator
=:
9572 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9573 if test "$GCC" = yes; then
9574 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9575 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'
9576 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9578 allow_undefined_flag
=' -expect_unresolved \*'
9579 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'
9580 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~
9581 $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'
9583 # Both c and cxx compiler support -rpath directly
9584 hardcode_libdir_flag_spec
='-rpath $libdir'
9586 archive_cmds_need_lc
='no'
9587 hardcode_libdir_separator
=:
9591 no_undefined_flag
=' -z defs'
9592 if test "$GCC" = yes; then
9594 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9595 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9596 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9598 case `$CC -V 2>&1` in
9601 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9602 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9603 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9607 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9608 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9609 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9613 hardcode_libdir_flag_spec
='-R$libdir'
9614 hardcode_shlibpath_var
=no
9616 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9618 # The compiler driver will combine and reorder linker options,
9619 # but understands `-z linker_flag'. GCC discards it without `$wl',
9620 # but is careful enough not to reorder.
9621 # Supported since Solaris 2.6 (maybe 2.5.1?)
9622 if test "$GCC" = yes; then
9623 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9625 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9629 link_all_deplibs
=yes
9633 if test "x$host_vendor" = xsequent
; then
9634 # Use $CC to link under sequent, because it throws in some extra .o
9635 # files that make .init and .fini sections work.
9636 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9638 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9640 hardcode_libdir_flag_spec
='-L$libdir'
9642 hardcode_minus_L
=yes
9643 hardcode_shlibpath_var
=no
9647 case $host_vendor in
9649 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9650 hardcode_direct
=yes # is this really true???
9653 ## LD is ld it makes a PLAMLIB
9654 ## CC just makes a GrossModule.
9655 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9656 reload_cmds
='$CC -r -o $output$reload_objs'
9660 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9661 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9664 runpath_var
='LD_RUN_PATH'
9665 hardcode_shlibpath_var
=no
9669 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9670 hardcode_shlibpath_var
=no
9671 export_dynamic_flag_spec
='-Bexport'
9675 if test -d /usr
/nec
; then
9676 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9677 hardcode_shlibpath_var
=no
9678 runpath_var
=LD_RUN_PATH
9679 hardcode_runpath_var
=yes
9684 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9685 no_undefined_flag
='${wl}-z,text'
9686 archive_cmds_need_lc
=no
9687 hardcode_shlibpath_var
=no
9688 runpath_var
='LD_RUN_PATH'
9690 if test "$GCC" = yes; then
9691 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9692 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9694 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9695 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9699 sysv5
* | sco3.2v5
* | sco5v6
*)
9700 # Note: We can NOT use -z defs as we might desire, because we do not
9701 # link with -lc, and that would cause any symbols used from libc to
9702 # always be unresolved, which means just about no library would
9703 # ever link correctly. If we're not using GNU ld we use -z text
9704 # though, which does catch some bad symbols but isn't as heavy-handed
9706 no_undefined_flag
='${wl}-z,text'
9707 allow_undefined_flag
='${wl}-z,nodefs'
9708 archive_cmds_need_lc
=no
9709 hardcode_shlibpath_var
=no
9710 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9711 hardcode_libdir_separator
=':'
9712 link_all_deplibs
=yes
9713 export_dynamic_flag_spec
='${wl}-Bexport'
9714 runpath_var
='LD_RUN_PATH'
9716 if test "$GCC" = yes; then
9717 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9720 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9721 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9726 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9727 hardcode_libdir_flag_spec
='-L$libdir'
9728 hardcode_shlibpath_var
=no
9736 if test x
$host_vendor = xsni
; then
9738 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9739 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9746 $as_echo "$ld_shlibs" >&6; }
9747 test "$ld_shlibs" = no
&& can_build_shared
=no
9749 with_gnu_ld
=$with_gnu_ld
9766 # Do we need to explicitly link libc?
9768 case "x$archive_cmds_need_lc" in
9770 # Assume -lc should be added
9771 archive_cmds_need_lc
=yes
9773 if test "$enable_shared" = yes && test "$GCC" = yes; then
9774 case $archive_cmds in
9776 # FIXME: we may have to deal with multi-command sequences.
9779 # Test whether the compiler implicitly links with -lc since on some
9780 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9781 # to ld, don't add -lc before -lgcc.
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9783 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9784 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9785 $as_echo_n "(cached) " >&6
9788 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9790 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9791 (eval $ac_compile) 2>&5
9793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9794 test $ac_status = 0; } 2>conftest.err
; then
9797 libobjs
=conftest.
$ac_objext
9799 wl
=$lt_prog_compiler_wl
9800 pic_flag
=$lt_prog_compiler_pic
9806 lt_save_allow_undefined_flag
=$allow_undefined_flag
9807 allow_undefined_flag
=
9808 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9809 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9812 test $ac_status = 0; }
9814 lt_cv_archive_cmds_need_lc
=no
9816 lt_cv_archive_cmds_need_lc
=yes
9818 allow_undefined_flag
=$lt_save_allow_undefined_flag
9820 cat conftest.err
1>&5
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9826 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9827 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9991 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9993 if test "$GCC" = yes; then
9995 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9996 *) lt_awk_arg
="/^libraries:/" ;;
9999 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10000 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10002 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10003 case $lt_search_path_spec in
10005 # if the path contains ";" then we assume it to be the separator
10006 # otherwise default to the standard path separator (i.e. ":") - it is
10007 # assumed that no part of a normal pathname contains ";" but that should
10008 # okay in the real world where ";" in dirpaths is itself problematic.
10009 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10012 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10015 # Ok, now we have the path, separated by spaces, we can step through it
10016 # and add multilib dir if necessary.
10017 lt_tmp_lt_search_path_spec
=
10018 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10019 for lt_sys_path
in $lt_search_path_spec; do
10020 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10021 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10023 test -d "$lt_sys_path" && \
10024 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10027 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10028 BEGIN {RS=" "; FS="/|\n";} {
10031 for (lt_i = NF; lt_i > 0; lt_i--) {
10032 if ($lt_i != "" && $lt_i != ".") {
10033 if ($lt_i == "..") {
10036 if (lt_count == 0) {
10037 lt_foo="/" $lt_i lt_foo;
10044 if (lt_foo != "") { lt_freq[lt_foo]++; }
10045 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10047 # AWK program above erroneously prepends '/' to C:/dos/paths
10050 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10051 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10053 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10055 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10057 library_names_spec
=
10058 libname_spec
='lib$name'
10062 postuninstall_cmds
=
10066 shlibpath_overrides_runpath
=unknown
10068 dynamic_linker
="$host_os ld.so"
10069 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10070 need_lib_prefix
=unknown
10071 hardcode_into_libs
=no
10073 # when you set need_version to no, make sure it does not cause -set_version
10074 # flags to be left without arguments
10075 need_version
=unknown
10080 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10081 shlibpath_var
=LIBPATH
10083 # AIX 3 has no versioning support, so we append a major version to the name.
10084 soname_spec
='${libname}${release}${shared_ext}$major'
10091 hardcode_into_libs
=yes
10092 if test "$host_cpu" = ia64
; then
10093 # AIX 5 supports IA64
10094 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10095 shlibpath_var
=LD_LIBRARY_PATH
10097 # With GCC up to 2.95.x, collect2 would create an import file
10098 # for dependence libraries. The import file would start with
10099 # the line `#! .'. This would cause the generated library to
10100 # depend on `.', always an invalid library. This was fixed in
10101 # development snapshots of GCC prior to 3.0.
10103 aix4 | aix4.
[01] | aix4.
[01].
*)
10104 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10106 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10109 can_build_shared
=no
10113 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10114 # soname into executable. Probably we can add versioning support to
10115 # collect2, so additional links can be useful in future.
10116 if test "$aix_use_runtimelinking" = yes; then
10117 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10118 # instead of lib<name>.a to let people know that these are not
10119 # typical AIX shared libraries.
10120 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10122 # We preserve .a as extension for shared libraries through AIX4.2
10123 # and later when we are not doing run time linking.
10124 library_names_spec
='${libname}${release}.a $libname.a'
10125 soname_spec
='${libname}${release}${shared_ext}$major'
10127 shlibpath_var
=LIBPATH
10134 # Since July 2007 AmigaOS4 officially supports .so libraries.
10135 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10136 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10139 library_names_spec
='$libname.ixlibrary $libname.a'
10140 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10141 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'
10147 library_names_spec
='${libname}${shared_ext}'
10148 dynamic_linker
="$host_os ld.so"
10149 shlibpath_var
=LIBRARY_PATH
10155 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10156 soname_spec
='${libname}${release}${shared_ext}$major'
10157 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10158 shlibpath_var
=LD_LIBRARY_PATH
10159 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10160 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10161 # the default ld.so.conf also contains /usr/contrib/lib and
10162 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10163 # libtool to hard-code these into programs
10166 cygwin
* | mingw
* | pw32
* | cegcc
*)
10167 version_type
=windows
10172 case $GCC,$host_os in
10173 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10174 library_names_spec
='$libname.dll.a'
10175 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10176 postinstall_cmds
='base_file=`basename \${file}`~
10177 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10178 dldir=$destdir/`dirname \$dlpath`~
10179 test -d \$dldir || mkdir -p \$dldir~
10180 $install_prog $dir/$dlname \$dldir/$dlname~
10181 chmod a+x \$dldir/$dlname~
10182 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10183 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10185 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10186 dlpath=$dir/\$dldll~
10188 shlibpath_overrides_runpath
=yes
10192 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10193 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10195 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10198 # MinGW DLLs use traditional 'lib' prefix
10199 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10202 # pw32 DLLs use 'pw' prefix rather than 'lib'
10203 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10209 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10212 dynamic_linker
='Win32 ld.exe'
10213 # FIXME: first we should search . and the directory the executable is in
10217 darwin
* | rhapsody
*)
10218 dynamic_linker
="$host_os dyld"
10219 version_type
=darwin
10222 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10223 soname_spec
='${libname}${release}${major}$shared_ext'
10224 shlibpath_overrides_runpath
=yes
10225 shlibpath_var
=DYLD_LIBRARY_PATH
10226 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10228 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10229 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10236 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10237 soname_spec
='${libname}${release}${shared_ext}$major'
10238 shlibpath_var
=LD_LIBRARY_PATH
10241 freebsd
* | dragonfly
*)
10242 # DragonFly does not have aout. When/if they implement a new
10243 # versioning mechanism, adjust this.
10244 if test -x /usr
/bin
/objformat
; then
10245 objformat
=`/usr/bin/objformat`
10248 freebsd
[23].
*) objformat
=aout
;;
10249 *) objformat
=elf
;;
10252 version_type
=freebsd-
$objformat
10253 case $version_type in
10255 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10260 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10264 shlibpath_var
=LD_LIBRARY_PATH
10267 shlibpath_overrides_runpath
=yes
10269 freebsd3.
[01]* | freebsdelf3.
[01]*)
10270 shlibpath_overrides_runpath
=yes
10271 hardcode_into_libs
=yes
10273 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10274 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10275 shlibpath_overrides_runpath
=no
10276 hardcode_into_libs
=yes
10278 *) # from 4.6 on, and DragonFly
10279 shlibpath_overrides_runpath
=yes
10280 hardcode_into_libs
=yes
10289 dynamic_linker
="$host_os runtime_loader"
10290 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10291 soname_spec
='${libname}${release}${shared_ext}$major'
10292 shlibpath_var
=LIBRARY_PATH
10293 shlibpath_overrides_runpath
=yes
10294 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10295 hardcode_into_libs
=yes
10298 hpux9
* | hpux10
* | hpux11
*)
10299 # Give a soname corresponding to the major version so that dld.sl refuses to
10300 # link against other versions.
10307 hardcode_into_libs
=yes
10308 dynamic_linker
="$host_os dld.so"
10309 shlibpath_var
=LD_LIBRARY_PATH
10310 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10311 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10312 soname_spec
='${libname}${release}${shared_ext}$major'
10313 if test "X$HPUX_IA64_MODE" = X32
; then
10314 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10316 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10318 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10322 hardcode_into_libs
=yes
10323 dynamic_linker
="$host_os dld.sl"
10324 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10325 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10326 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10327 soname_spec
='${libname}${release}${shared_ext}$major'
10328 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10329 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10333 dynamic_linker
="$host_os dld.sl"
10334 shlibpath_var
=SHLIB_PATH
10335 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10336 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10337 soname_spec
='${libname}${release}${shared_ext}$major'
10340 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10341 postinstall_cmds
='chmod 555 $lib'
10342 # or fails outright, so override atomically:
10343 install_override_mode
=555
10350 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10351 soname_spec
='${libname}${release}${shared_ext}$major'
10352 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10353 shlibpath_var
=LD_LIBRARY_PATH
10354 shlibpath_overrides_runpath
=no
10355 hardcode_into_libs
=yes
10358 irix5
* | irix6
* | nonstopux
*)
10360 nonstopux
*) version_type
=nonstopux
;;
10362 if test "$lt_cv_prog_gnu_ld" = yes; then
10370 soname_spec
='${libname}${release}${shared_ext}$major'
10371 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10373 irix5
* | nonstopux
*)
10374 libsuff
= shlibsuff
=
10377 case $LD in # libtool.m4 will add one of these switches to LD
10378 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10379 libsuff
= shlibsuff
= libmagic
=32-bit;;
10380 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10381 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10382 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10383 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10384 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10388 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10389 shlibpath_overrides_runpath
=no
10390 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10391 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10392 hardcode_into_libs
=yes
10395 # No shared lib support for Linux oldld, aout, or coff.
10396 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10400 # This must be Linux ELF.
10401 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10405 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10406 soname_spec
='${libname}${release}${shared_ext}$major'
10407 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10408 shlibpath_var
=LD_LIBRARY_PATH
10409 shlibpath_overrides_runpath
=no
10411 # Some binutils ld are patched to set DT_RUNPATH
10412 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10413 $as_echo_n "(cached) " >&6
10415 lt_cv_shlibpath_overrides_runpath
=no
10416 save_LDFLAGS
=$LDFLAGS
10417 save_libdir
=$libdir
10418 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10419 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10421 /* end confdefs.h. */
10431 if ac_fn_c_try_link
"$LINENO"; then :
10432 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10433 lt_cv_shlibpath_overrides_runpath
=yes
10436 rm -f core conftest.err conftest.
$ac_objext \
10437 conftest
$ac_exeext conftest.
$ac_ext
10438 LDFLAGS
=$save_LDFLAGS
10439 libdir
=$save_libdir
10443 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10445 # This implies no fast_install, which is unacceptable.
10446 # Some rework will be needed to allow for fast_install
10447 # before this can be enabled.
10448 hardcode_into_libs
=yes
10450 # Append ld.so.conf contents to the search path
10451 if test -f /etc
/ld.so.conf
; then
10452 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' ' '`
10453 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10456 # We used to test for /lib/ld.so.1 and disable shared libraries on
10457 # powerpc, because MkLinux only supported shared libraries with the
10458 # GNU dynamic linker. Since this was broken with cross compilers,
10459 # most powerpc-linux boxes support dynamic linking these days and
10460 # people can always --disable-shared, the test was removed, and we
10461 # assume the GNU/Linux dynamic linker is in use.
10462 dynamic_linker
='GNU/Linux ld.so'
10469 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10470 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10471 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10472 dynamic_linker
='NetBSD (a.out) ld.so'
10474 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10475 soname_spec
='${libname}${release}${shared_ext}$major'
10476 dynamic_linker
='NetBSD ld.elf_so'
10478 shlibpath_var
=LD_LIBRARY_PATH
10479 shlibpath_overrides_runpath
=yes
10480 hardcode_into_libs
=yes
10485 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10486 shlibpath_var
=LD_LIBRARY_PATH
10487 shlibpath_overrides_runpath
=yes
10494 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10495 soname_spec
='${libname}${release}${shared_ext}$major'
10496 shlibpath_var
=LD_LIBRARY_PATH
10497 shlibpath_overrides_runpath
=no
10498 hardcode_into_libs
=yes
10499 dynamic_linker
='ldqnx.so'
10504 sys_lib_dlsearch_path_spec
="/usr/lib"
10506 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10508 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10509 *) need_version
=no
;;
10511 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10512 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10513 shlibpath_var
=LD_LIBRARY_PATH
10514 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10516 openbsd2.
[89] | openbsd2.
[89].
*)
10517 shlibpath_overrides_runpath
=no
10520 shlibpath_overrides_runpath
=yes
10524 shlibpath_overrides_runpath
=yes
10529 libname_spec
='$name'
10532 library_names_spec
='$libname${shared_ext} $libname.a'
10533 dynamic_linker
='OS/2 ld.exe'
10534 shlibpath_var
=LIBPATH
10537 osf3
* | osf4
* | osf5
*)
10541 soname_spec
='${libname}${release}${shared_ext}$major'
10542 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10543 shlibpath_var
=LD_LIBRARY_PATH
10544 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10545 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10556 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10557 soname_spec
='${libname}${release}${shared_ext}$major'
10558 shlibpath_var
=LD_LIBRARY_PATH
10559 shlibpath_overrides_runpath
=yes
10560 hardcode_into_libs
=yes
10561 # ldd complains unless libraries are executable
10562 postinstall_cmds
='chmod +x $lib'
10567 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10568 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10569 shlibpath_var
=LD_LIBRARY_PATH
10570 shlibpath_overrides_runpath
=yes
10571 if test "$with_gnu_ld" = yes; then
10579 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10580 soname_spec
='${libname}${release}${shared_ext}$major'
10581 shlibpath_var
=LD_LIBRARY_PATH
10582 case $host_vendor in
10584 shlibpath_overrides_runpath
=no
10586 runpath_var
=LD_RUN_PATH
10594 shlibpath_overrides_runpath
=no
10595 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10601 if test -d /usr
/nec
;then
10603 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10604 soname_spec
='$libname${shared_ext}.$major'
10605 shlibpath_var
=LD_LIBRARY_PATH
10609 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10610 version_type
=freebsd-elf
10613 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10614 soname_spec
='${libname}${release}${shared_ext}$major'
10615 shlibpath_var
=LD_LIBRARY_PATH
10616 shlibpath_overrides_runpath
=yes
10617 hardcode_into_libs
=yes
10618 if test "$with_gnu_ld" = yes; then
10619 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10621 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10624 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10628 sys_lib_dlsearch_path_spec
='/usr/lib'
10632 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10636 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10637 shlibpath_var
=LD_LIBRARY_PATH
10638 shlibpath_overrides_runpath
=no
10639 hardcode_into_libs
=yes
10644 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10645 soname_spec
='${libname}${release}${shared_ext}$major'
10646 shlibpath_var
=LD_LIBRARY_PATH
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10654 $as_echo "$dynamic_linker" >&6; }
10655 test "$dynamic_linker" = no
&& can_build_shared
=no
10657 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10658 if test "$GCC" = yes; then
10659 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10662 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10663 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10665 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10666 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10761 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10763 if test -n "$hardcode_libdir_flag_spec" ||
10764 test -n "$runpath_var" ||
10765 test "X$hardcode_automatic" = "Xyes" ; then
10767 # We can hardcode non-existent directories.
10768 if test "$hardcode_direct" != no
&&
10769 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10770 # have to relink, otherwise we might link with an installed library
10771 # when we should be linking with a yet-to-be-installed one
10772 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10773 test "$hardcode_minus_L" != no
; then
10774 # Linking always hardcodes the temporary library directory.
10775 hardcode_action
=relink
10777 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10778 hardcode_action
=immediate
10781 # We cannot hardcode anything, or else we can only hardcode existing
10783 hardcode_action
=unsupported
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10786 $as_echo "$hardcode_action" >&6; }
10788 if test "$hardcode_action" = relink ||
10789 test "$inherit_rpath" = yes; then
10790 # Fast installation is not supported
10791 enable_fast_install
=no
10792 elif test "$shlibpath_overrides_runpath" = yes ||
10793 test "$enable_shared" = no
; then
10794 # Fast installation is not necessary
10795 enable_fast_install
=needless
10803 if test "x$enable_dlopen" != xyes
; then
10804 enable_dlopen
=unknown
10805 enable_dlopen_self
=unknown
10806 enable_dlopen_self_static
=unknown
10813 lt_cv_dlopen
="load_add_on"
10815 lt_cv_dlopen_self
=yes
10818 mingw
* | pw32
* | cegcc
*)
10819 lt_cv_dlopen
="LoadLibrary"
10824 lt_cv_dlopen
="dlopen"
10829 # if libdl is installed we need to link against it
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10831 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10832 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10833 $as_echo_n "(cached) " >&6
10835 ac_check_lib_save_LIBS
=$LIBS
10837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10838 /* end confdefs.h. */
10840 /* Override any GCC internal prototype to avoid an error.
10841 Use char because int might match the return type of a GCC
10842 builtin and then its argument prototype would still apply. */
10855 if ac_fn_c_try_link
"$LINENO"; then :
10856 ac_cv_lib_dl_dlopen
=yes
10858 ac_cv_lib_dl_dlopen
=no
10860 rm -f core conftest.err conftest.
$ac_objext \
10861 conftest
$ac_exeext conftest.
$ac_ext
10862 LIBS
=$ac_check_lib_save_LIBS
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10865 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10866 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10867 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10870 lt_cv_dlopen
="dyld"
10872 lt_cv_dlopen_self
=yes
10879 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10880 if test "x$ac_cv_func_shl_load" = xyes
; then :
10881 lt_cv_dlopen
="shl_load"
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10884 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10885 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10886 $as_echo_n "(cached) " >&6
10888 ac_check_lib_save_LIBS
=$LIBS
10890 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10891 /* end confdefs.h. */
10893 /* Override any GCC internal prototype to avoid an error.
10894 Use char because int might match the return type of a GCC
10895 builtin and then its argument prototype would still apply. */
10903 return shl_load ();
10908 if ac_fn_c_try_link
"$LINENO"; then :
10909 ac_cv_lib_dld_shl_load
=yes
10911 ac_cv_lib_dld_shl_load
=no
10913 rm -f core conftest.err conftest.
$ac_objext \
10914 conftest
$ac_exeext conftest.
$ac_ext
10915 LIBS
=$ac_check_lib_save_LIBS
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10918 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10919 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10920 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10922 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10923 if test "x$ac_cv_func_dlopen" = xyes
; then :
10924 lt_cv_dlopen
="dlopen"
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10927 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10928 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10929 $as_echo_n "(cached) " >&6
10931 ac_check_lib_save_LIBS
=$LIBS
10933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10934 /* end confdefs.h. */
10936 /* Override any GCC internal prototype to avoid an error.
10937 Use char because int might match the return type of a GCC
10938 builtin and then its argument prototype would still apply. */
10951 if ac_fn_c_try_link
"$LINENO"; then :
10952 ac_cv_lib_dl_dlopen
=yes
10954 ac_cv_lib_dl_dlopen
=no
10956 rm -f core conftest.err conftest.
$ac_objext \
10957 conftest
$ac_exeext conftest.
$ac_ext
10958 LIBS
=$ac_check_lib_save_LIBS
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10961 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10962 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10963 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10966 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10967 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10968 $as_echo_n "(cached) " >&6
10970 ac_check_lib_save_LIBS
=$LIBS
10971 LIBS
="-lsvld $LIBS"
10972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h. */
10975 /* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10990 if ac_fn_c_try_link
"$LINENO"; then :
10991 ac_cv_lib_svld_dlopen
=yes
10993 ac_cv_lib_svld_dlopen
=no
10995 rm -f core conftest.err conftest.
$ac_objext \
10996 conftest
$ac_exeext conftest.
$ac_ext
10997 LIBS
=$ac_check_lib_save_LIBS
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11000 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11001 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11002 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11005 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11006 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11007 $as_echo_n "(cached) " >&6
11009 ac_check_lib_save_LIBS
=$LIBS
11011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11012 /* end confdefs.h. */
11014 /* Override any GCC internal prototype to avoid an error.
11015 Use char because int might match the return type of a GCC
11016 builtin and then its argument prototype would still apply. */
11024 return dld_link ();
11029 if ac_fn_c_try_link
"$LINENO"; then :
11030 ac_cv_lib_dld_dld_link
=yes
11032 ac_cv_lib_dld_dld_link
=no
11034 rm -f core conftest.err conftest.
$ac_objext \
11035 conftest
$ac_exeext conftest.
$ac_ext
11036 LIBS
=$ac_check_lib_save_LIBS
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11039 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11040 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11041 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11062 if test "x$lt_cv_dlopen" != xno
; then
11068 case $lt_cv_dlopen in
11070 save_CPPFLAGS
="$CPPFLAGS"
11071 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11073 save_LDFLAGS
="$LDFLAGS"
11074 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11077 LIBS
="$lt_cv_dlopen_libs $LIBS"
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11080 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11081 if ${lt_cv_dlopen_self+:} false
; then :
11082 $as_echo_n "(cached) " >&6
11084 if test "$cross_compiling" = yes; then :
11085 lt_cv_dlopen_self
=cross
11087 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11088 lt_status
=$lt_dlunknown
11089 cat > conftest.
$ac_ext <<_LT_EOF
11090 #line 11090 "configure"
11091 #include "confdefs.h"
11100 # define LT_DLGLOBAL RTLD_GLOBAL
11103 # define LT_DLGLOBAL DL_GLOBAL
11105 # define LT_DLGLOBAL 0
11109 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11110 find out it does not work in some platform. */
11111 #ifndef LT_DLLAZY_OR_NOW
11113 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11116 # define LT_DLLAZY_OR_NOW DL_LAZY
11119 # define LT_DLLAZY_OR_NOW RTLD_NOW
11122 # define LT_DLLAZY_OR_NOW DL_NOW
11124 # define LT_DLLAZY_OR_NOW 0
11131 /* When -fvisbility=hidden is used, assume the code has been annotated
11132 correspondingly for the symbols needed. */
11133 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11134 void fnord () __attribute__((visibility("default")));
11137 void fnord () { int i=42; }
11140 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11141 int status = $lt_dlunknown;
11145 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11148 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11149 else puts (dlerror ());
11151 /* dlclose (self); */
11159 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11160 (eval $ac_link) 2>&5
11162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11163 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11164 (.
/conftest
; exit; ) >&5 2>/dev
/null
11166 case x
$lt_status in
11167 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11168 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11169 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11172 # compilation failed
11173 lt_cv_dlopen_self
=no
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11181 $as_echo "$lt_cv_dlopen_self" >&6; }
11183 if test "x$lt_cv_dlopen_self" = xyes
; then
11184 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11186 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11187 if ${lt_cv_dlopen_self_static+:} false
; then :
11188 $as_echo_n "(cached) " >&6
11190 if test "$cross_compiling" = yes; then :
11191 lt_cv_dlopen_self_static
=cross
11193 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11194 lt_status
=$lt_dlunknown
11195 cat > conftest.
$ac_ext <<_LT_EOF
11196 #line 11196 "configure"
11197 #include "confdefs.h"
11206 # define LT_DLGLOBAL RTLD_GLOBAL
11209 # define LT_DLGLOBAL DL_GLOBAL
11211 # define LT_DLGLOBAL 0
11215 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11216 find out it does not work in some platform. */
11217 #ifndef LT_DLLAZY_OR_NOW
11219 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11222 # define LT_DLLAZY_OR_NOW DL_LAZY
11225 # define LT_DLLAZY_OR_NOW RTLD_NOW
11228 # define LT_DLLAZY_OR_NOW DL_NOW
11230 # define LT_DLLAZY_OR_NOW 0
11237 /* When -fvisbility=hidden is used, assume the code has been annotated
11238 correspondingly for the symbols needed. */
11239 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11240 void fnord () __attribute__((visibility("default")));
11243 void fnord () { int i=42; }
11246 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11247 int status = $lt_dlunknown;
11251 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11254 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11255 else puts (dlerror ());
11257 /* dlclose (self); */
11265 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11266 (eval $ac_link) 2>&5
11268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11269 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11270 (.
/conftest
; exit; ) >&5 2>/dev
/null
11272 case x
$lt_status in
11273 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11274 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11275 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11278 # compilation failed
11279 lt_cv_dlopen_self_static
=no
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11287 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11290 CPPFLAGS
="$save_CPPFLAGS"
11291 LDFLAGS
="$save_LDFLAGS"
11296 case $lt_cv_dlopen_self in
11297 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11298 *) enable_dlopen_self
=unknown
;;
11301 case $lt_cv_dlopen_self_static in
11302 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11303 *) enable_dlopen_self_static
=unknown
;;
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11326 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11327 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11328 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11329 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11331 $as_echo "yes" >&6; }
11333 # FIXME - insert some real tests, host_os isn't really good enough
11336 if test -n "$STRIP" ; then
11337 striplib
="$STRIP -x"
11338 old_striplib
="$STRIP -S"
11339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11340 $as_echo "yes" >&6; }
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11343 $as_echo "no" >&6; }
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11348 $as_echo "no" >&6; }
11364 # Report which library types will actually be built
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11366 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11368 $as_echo "$can_build_shared" >&6; }
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11371 $as_echo_n "checking whether to build shared libraries... " >&6; }
11372 test "$can_build_shared" = "no" && enable_shared
=no
11374 # On AIX, shared libraries and static libraries use the same namespace, and
11375 # are all built from PIC.
11378 test "$enable_shared" = yes && enable_static
=no
11379 if test -n "$RANLIB"; then
11380 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11381 postinstall_cmds
='$RANLIB $lib'
11386 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11387 test "$enable_shared" = yes && enable_static
=no
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11392 $as_echo "$enable_shared" >&6; }
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11395 $as_echo_n "checking whether to build static libraries... " >&6; }
11396 # Make sure either enable_shared or enable_static is yes.
11397 test "$enable_shared" = yes || enable_static
=yes
11398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11399 $as_echo "$enable_static" >&6; }
11406 ac_cpp
='$CPP $CPPFLAGS'
11407 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11408 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11409 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11425 ac_config_commands
="$ac_config_commands libtool"
11430 # Only expand once:
11434 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11436 # The tests for host and target for $enable_largefile require
11441 # As the $enable_largefile decision depends on --enable-plugins we must set it
11442 # even in directories otherwise not depending on the $plugins option.
11446 for ac_header
in dlfcn.h
11448 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11450 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11451 cat >>confdefs.h
<<_ACEOF
11452 #define HAVE_DLFCN_H 1
11459 for ac_header
in windows.h
11461 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11463 if test "x$ac_cv_header_windows_h" = xyes
; then :
11464 cat >>confdefs.h
<<_ACEOF
11465 #define HAVE_WINDOWS_H 1
11473 # Check whether --enable-plugins was given.
11474 if test "${enable_plugins+set}" = set; then :
11475 enableval
=$enable_plugins; case "${enableval}" in
11478 if test "$maybe_plugins" != "yes" ; then
11479 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11483 plugins
=$maybe_plugins
11487 if test "$plugins" = "yes"; then
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11489 $as_echo_n "checking for library containing dlsym... " >&6; }
11490 if ${ac_cv_search_dlsym+:} false
; then :
11491 $as_echo_n "(cached) " >&6
11493 ac_func_search_save_LIBS
=$LIBS
11494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11495 /* end confdefs.h. */
11497 /* Override any GCC internal prototype to avoid an error.
11498 Use char because int might match the return type of a GCC
11499 builtin and then its argument prototype would still apply. */
11512 for ac_lib
in '' dl
; do
11513 if test -z "$ac_lib"; then
11514 ac_res
="none required"
11517 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11519 if ac_fn_c_try_link
"$LINENO"; then :
11520 ac_cv_search_dlsym
=$ac_res
11522 rm -f core conftest.err conftest.
$ac_objext \
11524 if ${ac_cv_search_dlsym+:} false
; then :
11528 if ${ac_cv_search_dlsym+:} false
; then :
11531 ac_cv_search_dlsym
=no
11533 rm conftest.
$ac_ext
11534 LIBS
=$ac_func_search_save_LIBS
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11537 $as_echo "$ac_cv_search_dlsym" >&6; }
11538 ac_res
=$ac_cv_search_dlsym
11539 if test "$ac_res" != no
; then :
11540 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11548 sparc-
*-solaris*|i?
86-*-solaris*)
11549 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11550 # were mutually exclusive until Solaris 11.3. Without procfs support,
11551 # the bfd/ elf module cannot provide certain routines such as
11552 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11553 # explicitly requested large-file support through the
11554 # --enable-largefile switch, disable large-file support in favor of
11557 # Check if <sys/procfs.h> is incompatible with large-file support.
11558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11559 /* end confdefs.h. */
11560 #define _FILE_OFFSET_BITS 64
11561 #define _STRUCTURED_PROC 1
11562 #include <sys/procfs.h>
11571 if ac_fn_c_try_compile
"$LINENO"; then :
11572 acx_cv_procfs_lfs
=yes
11574 acx_cv_procfs_lfs
=no
11576 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11578 # Forcefully disable large-file support only if necessary, gdb is in
11579 # tree and enabled.
11580 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11581 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
11582 : ${enable_largefile="no"}
11583 if test "$plugins" = yes; then
11584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11585 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11586 $as_echo "$as_me: WARNING:
11587 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11592 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11593 # benefit of g++ 9+ which predefines it on Solaris.
11594 if test "$enable_largefile" = no
; then
11595 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
11601 # Check whether --enable-largefile was given.
11602 if test "${enable_largefile+set}" = set; then :
11603 enableval
=$enable_largefile;
11606 if test "$enable_largefile" != no
; then
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11609 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11610 if ${ac_cv_sys_largefile_CC+:} false
; then :
11611 $as_echo_n "(cached) " >&6
11613 ac_cv_sys_largefile_CC
=no
11614 if test "$GCC" != yes; then
11617 # IRIX 6.2 and later do not support large files by default,
11618 # so use the C compiler's -n32 option if that helps.
11619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11620 /* end confdefs.h. */
11621 #include <sys/types.h>
11622 /* Check that off_t can represent 2**63 - 1 correctly.
11623 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11624 since some C++ compilers masquerading as C compilers
11625 incorrectly reject 9223372036854775807. */
11626 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11627 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11628 && LARGE_OFF_T % 2147483647 == 1)
11638 if ac_fn_c_try_compile
"$LINENO"; then :
11641 rm -f core conftest.err conftest.
$ac_objext
11643 if ac_fn_c_try_compile
"$LINENO"; then :
11644 ac_cv_sys_largefile_CC
=' -n32'; break
11646 rm -f core conftest.err conftest.
$ac_objext
11650 rm -f conftest.
$ac_ext
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11654 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11655 if test "$ac_cv_sys_largefile_CC" != no
; then
11656 CC
=$CC$ac_cv_sys_largefile_CC
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11660 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11661 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11662 $as_echo_n "(cached) " >&6
11665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11666 /* end confdefs.h. */
11667 #include <sys/types.h>
11668 /* Check that off_t can represent 2**63 - 1 correctly.
11669 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11670 since some C++ compilers masquerading as C compilers
11671 incorrectly reject 9223372036854775807. */
11672 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11673 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11674 && LARGE_OFF_T % 2147483647 == 1)
11684 if ac_fn_c_try_compile
"$LINENO"; then :
11685 ac_cv_sys_file_offset_bits
=no
; break
11687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11689 /* end confdefs.h. */
11690 #define _FILE_OFFSET_BITS 64
11691 #include <sys/types.h>
11692 /* Check that off_t can represent 2**63 - 1 correctly.
11693 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11694 since some C++ compilers masquerading as C compilers
11695 incorrectly reject 9223372036854775807. */
11696 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11697 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11698 && LARGE_OFF_T % 2147483647 == 1)
11708 if ac_fn_c_try_compile
"$LINENO"; then :
11709 ac_cv_sys_file_offset_bits
=64; break
11711 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11712 ac_cv_sys_file_offset_bits
=unknown
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11717 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11718 case $ac_cv_sys_file_offset_bits in #(
11721 cat >>confdefs.h
<<_ACEOF
11722 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11727 if test $ac_cv_sys_file_offset_bits = unknown
; then
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11729 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11730 if ${ac_cv_sys_large_files+:} false
; then :
11731 $as_echo_n "(cached) " >&6
11734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11735 /* end confdefs.h. */
11736 #include <sys/types.h>
11737 /* Check that off_t can represent 2**63 - 1 correctly.
11738 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11739 since some C++ compilers masquerading as C compilers
11740 incorrectly reject 9223372036854775807. */
11741 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11742 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11743 && LARGE_OFF_T % 2147483647 == 1)
11753 if ac_fn_c_try_compile
"$LINENO"; then :
11754 ac_cv_sys_large_files
=no
; break
11756 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11757 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11758 /* end confdefs.h. */
11759 #define _LARGE_FILES 1
11760 #include <sys/types.h>
11761 /* Check that off_t can represent 2**63 - 1 correctly.
11762 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11763 since some C++ compilers masquerading as C compilers
11764 incorrectly reject 9223372036854775807. */
11765 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11766 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11767 && LARGE_OFF_T % 2147483647 == 1)
11777 if ac_fn_c_try_compile
"$LINENO"; then :
11778 ac_cv_sys_large_files
=1; break
11780 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11781 ac_cv_sys_large_files
=unknown
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11786 $as_echo "$ac_cv_sys_large_files" >&6; }
11787 case $ac_cv_sys_large_files in #(
11790 cat >>confdefs.h
<<_ACEOF
11791 #define _LARGE_FILES $ac_cv_sys_large_files
11803 case "${target}" in
11805 *-*-*aout
*| i
[3-7]86-*-msdos* | ns32k-
*-* | pdp11-
*-*)
11806 if test "$plugins" = "yes"; then
11807 if test "${enable_plugins+set}" = set; then
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11809 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11814 hppa
*-*-hpux* |
*-*-*vms
* | \
11815 powerpc
*-*-aix* | powerpc-
*-beos* | powerpc-
*-macos* | rs6000-
*-*)
11816 if test "$plugins" = "yes"; then
11817 if test "${enable_plugins+set}" = set; then
11818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11819 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11826 if test "$plugins" = "yes"; then
11836 .
${srcdir}/development.sh
11837 test "$development" = true
&& ac_checking
=yes
11838 # Check whether --enable-checking was given.
11839 if test "${enable_checking+set}" = set; then :
11840 enableval
=$enable_checking; case "${enableval}" in
11841 no|none
) ac_checking
= ;;
11842 *) ac_checking
=yes ;;
11845 if test x
$ac_checking != x
; then
11847 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11851 # Check whether --enable-64-bit-bfd was given.
11852 if test "${enable_64_bit_bfd+set}" = set; then :
11853 enableval
=$enable_64_bit_bfd; case $enableval in #(
11857 as_fn_error $?
"bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11862 enable_64_bit_bfd
=no
11866 if test "x$enable_64_bit_bfd" = "xno"; then :
11867 # The cast to long int works around a bug in the HP C Compiler
11868 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11869 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11870 # This bug is HP SR number 8606223364.
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11872 $as_echo_n "checking size of void *... " >&6; }
11873 if ${ac_cv_sizeof_void_p+:} false
; then :
11874 $as_echo_n "(cached) " >&6
11876 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11879 if test "$ac_cv_type_void_p" = yes; then
11880 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11881 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11882 as_fn_error
77 "cannot compute sizeof (void *)
11883 See \`config.log' for more details" "$LINENO" 5; }
11885 ac_cv_sizeof_void_p
=0
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11891 $as_echo "$ac_cv_sizeof_void_p" >&6; }
11895 cat >>confdefs.h
<<_ACEOF
11896 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11900 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11901 enable_64_bit_bfd
=yes
11906 if test "x$enable_64_bit_bfd" = "xyes"; then
11907 ENABLE_BFD_64_BIT_TRUE
=
11908 ENABLE_BFD_64_BIT_FALSE
='#'
11910 ENABLE_BFD_64_BIT_TRUE
='#'
11911 ENABLE_BFD_64_BIT_FALSE
=
11915 if test $enable_64_bit_bfd = yes ; then
11921 # Check whether --enable-targets was given.
11922 if test "${enable_targets+set}" = set; then :
11923 enableval
=$enable_targets; case "${enableval}" in
11924 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
11926 no
) enable_targets
= ;;
11927 *) enable_targets
=$enableval ;;
11931 # Check whether --enable-64_bit_archive was given.
11932 if test "${enable_64_bit_archive+set}" = set; then :
11933 enableval
=$enable_64_bit_archive; case "${enableval}" in
11934 yes) want_64_bit_archive
=true
;;
11935 no
) want_64_bit_archive
=false
;;
11936 *) as_fn_error $?
"bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11939 want_64_bit_archive
=unset
11943 # Check whether --with-mmap was given.
11944 if test "${with_mmap+set}" = set; then :
11945 withval
=$with_mmap; case "${withval}" in
11946 yes) want_mmap
=true
;;
11947 no
) want_mmap
=false
;;
11948 *) as_fn_error $?
"bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11954 # Check whether --enable-secureplt was given.
11955 if test "${enable_secureplt+set}" = set; then :
11956 enableval
=$enable_secureplt; case "${enableval}" in
11957 yes) use_secureplt
=true
;;
11958 no
) use_secureplt
=false
;;
11959 *) as_fn_error $?
"bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11964 if test $use_secureplt = true
; then
11966 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11970 # Decide if -z separate-code should be enabled in ELF linker by default.
11971 ac_default_ld_z_separate_code
=unset
11972 # Check whether --enable-separate-code was given.
11973 if test "${enable_separate_code+set}" = set; then :
11974 enableval
=$enable_separate_code; case "${enableval}" in
11975 yes) ac_default_ld_z_separate_code
=1 ;;
11976 no
) ac_default_ld_z_separate_code
=0 ;;
11980 # Enable -z separate-code by default for Linux/x86.
11981 case "${target}" in
11982 i
[3-7]86-*-linux-* | x86_64-
*-linux-*)
11983 if test ${ac_default_ld_z_separate_code} = unset; then
11984 ac_default_ld_z_separate_code
=1
11988 if test "${ac_default_ld_z_separate_code}" = unset; then
11989 ac_default_ld_z_separate_code
=0
11992 cat >>confdefs.h
<<_ACEOF
11993 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11997 # Check whether --enable-leading-mingw64-underscores was given.
11998 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11999 enableval
=$enable_leading_mingw64_underscores;
12002 if test x
"$enable_leading_mingw64_underscores" = xyes
; then :
12004 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12008 DEBUGDIR
=${libdir}/debug
12010 # Check whether --with-separate-debug-dir was given.
12011 if test "${with_separate_debug_dir+set}" = set; then :
12012 withval
=$with_separate_debug_dir; DEBUGDIR
="${withval}"
12019 # Check whether --with-pkgversion was given.
12020 if test "${with_pkgversion+set}" = set; then :
12021 withval
=$with_pkgversion; case "$withval" in
12022 yes) as_fn_error $?
"package version not specified" "$LINENO" 5 ;;
12024 *) PKGVERSION
="($withval) " ;;
12027 PKGVERSION
="(GNU Binutils) "
12035 # Check whether --with-bugurl was given.
12036 if test "${with_bugurl+set}" = set; then :
12037 withval
=$with_bugurl; case "$withval" in
12038 yes) as_fn_error $?
"bug URL not specified" "$LINENO" 5 ;;
12041 *) BUGURL
="$withval"
12045 BUGURL
="https://sourceware.org/bugzilla/"
12055 REPORT_BUGS_TO
="<$BUGURL>"
12056 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
12064 # Set the 'development' global.
12065 .
$srcdir/..
/bfd
/development.sh
12067 # Set acp_cpp_for_build variable
12068 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12070 # Default set of GCC warnings to enable.
12071 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12072 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12074 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12080 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12083 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
12088 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12090 /* end confdefs.h. */
12093 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12094 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12097 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12102 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12103 WARN_WRITE_STRINGS
=""
12104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12105 /* end confdefs.h. */
12108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12109 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12112 WARN_WRITE_STRINGS
="-Wwrite-strings"
12117 # Verify CC_FOR_BUILD to be compatible with warning flags
12119 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12121 /* end confdefs.h. */
12124 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12125 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12128 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12133 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12135 /* end confdefs.h. */
12138 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12139 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12142 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12147 # Check whether --enable-werror was given.
12148 if test "${enable_werror+set}" = set; then :
12149 enableval
=$enable_werror; case "${enableval}" in
12150 yes | y
) ERROR_ON_WARNING
="yes" ;;
12151 no | n
) ERROR_ON_WARNING
="no" ;;
12152 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12157 # Disable -Wformat by default when using gcc on mingw
12160 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12161 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
12162 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12168 # Enable -Werror by default when using gcc. Turn it off for releases.
12169 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
12170 ERROR_ON_WARNING
=yes
12174 if test "${ERROR_ON_WARNING}" = yes ; then
12175 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
12176 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12177 NO_WERROR
="-Wno-error"
12180 if test "${GCC}" = yes ; then
12181 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12182 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
12185 # Check whether --enable-build-warnings was given.
12186 if test "${enable_build_warnings+set}" = set; then :
12187 enableval
=$enable_build_warnings; case "${enableval}" in
12188 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12189 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12190 no
) if test "${GCC}" = yes ; then
12192 WARN_CFLAGS_FOR_BUILD
="-w"
12194 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12195 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
12196 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12197 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12198 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
12199 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12200 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
12201 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12206 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
12207 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12216 ac_config_headers
="$ac_config_headers config.h:config.in"
12222 if test -z "$target" ; then
12223 as_fn_error $?
"Unrecognized target system type; please check config.sub." "$LINENO" 5
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12228 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12229 # Check whether --enable-maintainer-mode was given.
12230 if test "${enable_maintainer_mode+set}" = set; then :
12231 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
12233 USE_MAINTAINER_MODE
=no
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12237 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12238 if test $USE_MAINTAINER_MODE = yes; then
12239 MAINTAINER_MODE_TRUE
=
12240 MAINTAINER_MODE_FALSE
='#'
12242 MAINTAINER_MODE_TRUE
='#'
12243 MAINTAINER_MODE_FALSE
=
12246 MAINT
=$MAINTAINER_MODE_TRUE
12250 GENINSRC_NEVER_TRUE
=
12251 GENINSRC_NEVER_FALSE
='#'
12253 GENINSRC_NEVER_TRUE
='#'
12254 GENINSRC_NEVER_FALSE
=
12257 case ${build_alias} in
12258 "") build_noncanonical
=${build} ;;
12259 *) build_noncanonical
=${build_alias} ;;
12262 case ${host_alias} in
12263 "") host_noncanonical
=${build_noncanonical} ;;
12264 *) host_noncanonical
=${host_alias} ;;
12267 case ${target_alias} in
12268 "") target_noncanonical
=${host_noncanonical} ;;
12269 *) target_noncanonical
=${target_alias} ;;
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12273 $as_echo_n "checking whether to install libbfd... " >&6; }
12274 # Check whether --enable-install-libbfd was given.
12275 if test "${enable_install_libbfd+set}" = set; then :
12276 enableval
=$enable_install_libbfd; install_libbfd_p
=$enableval
12278 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
12279 install_libbfd_p
=yes
12281 install_libbfd_p
=no
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12286 $as_echo "$install_libbfd_p" >&6; }
12287 if test $install_libbfd_p = yes; then
12288 INSTALL_LIBBFD_TRUE
=
12289 INSTALL_LIBBFD_FALSE
='#'
12291 INSTALL_LIBBFD_TRUE
='#'
12292 INSTALL_LIBBFD_FALSE
=
12295 # Need _noncanonical variables for this.
12300 # libbfd.a is a host library containing target dependent code
12301 bfdlibdir
='$(libdir)'
12302 bfdincludedir
='$(includedir)'
12303 if test "${host}" != "${target}"; then
12304 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12305 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12317 bfd_default_target_size
=32
12321 ALL_LINGUAS
="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12322 # If we haven't got the data from the intl directory,
12323 # assume NLS is disabled.
12332 if test -f ..
/intl
/config.intl
; then
12333 . ..
/intl
/config.intl
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12336 $as_echo_n "checking whether NLS is requested... " >&6; }
12337 if test x
"$USE_NLS" != xyes
; then
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12339 $as_echo "no" >&6; }
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12342 $as_echo "yes" >&6; }
12344 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12348 $as_echo_n "checking for catalogs to be installed... " >&6; }
12349 # Look for .po and .gmo files in the source directory.
12352 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
12353 # If there aren't any .gmo files the shell will give us the
12354 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12356 case "$cat" in *\
**)
12359 # The quadruple backslash is collapsed to a double backslash
12360 # by the backticks, then collapsed again by the double quotes,
12361 # leaving us with one backslash in the sed expression (right
12362 # before the dot that mustn't act as a wildcard).
12363 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12364 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
12365 # The user is allowed to set LINGUAS to a list of languages to
12366 # install catalogs for. If it's empty that means "all of them."
12367 if test "x$LINGUAS" = x
; then
12368 CATALOGS
="$CATALOGS $cat"
12369 XLINGUAS
="$XLINGUAS $lang"
12371 case "$LINGUAS" in *$lang*)
12372 CATALOGS
="$CATALOGS $cat"
12373 XLINGUAS
="$XLINGUAS $lang"
12378 LINGUAS
="$XLINGUAS"
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12380 $as_echo "$LINGUAS" >&6; }
12394 if test -n "$ac_aux_dir"; then
12395 case "$ac_aux_dir" in
12396 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
12397 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12400 if test -z "$MKINSTALLDIRS"; then
12401 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12407 $as_echo_n "checking whether NLS is requested... " >&6; }
12408 # Check whether --enable-nls was given.
12409 if test "${enable_nls+set}" = set; then :
12410 enableval
=$enable_nls; USE_NLS
=$enableval
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12416 $as_echo "$USE_NLS" >&6; }
12423 # Prepare PATH_SEPARATOR.
12424 # The user is always right.
12425 if test "${PATH_SEPARATOR+set}" != set; then
12426 echo "#! /bin/sh" >conf$$.sh
12427 echo "exit 0" >>conf$$.sh
12429 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12437 # Find out how to test for executable files. Don't use a zero-byte file,
12438 # as systems may use methods other than mode bits to determine executability.
12439 cat >conf$$.
file <<_ASEOF
12443 chmod +x conf$$.
file
12444 if test -x conf$$.
file >/dev
/null
2>&1; then
12445 ac_executable_p
="test -x"
12447 ac_executable_p
="test -f"
12451 # Extract the first word of "msgfmt", so it can be a program name with args.
12452 set dummy msgfmt
; ac_word
=$2
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12454 $as_echo_n "checking for $ac_word... " >&6; }
12455 if ${ac_cv_path_MSGFMT+:} false
; then :
12456 $as_echo_n "(cached) " >&6
12460 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
12463 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12464 for ac_dir
in $PATH; do
12466 test -z "$ac_dir" && ac_dir
=.
12467 for ac_exec_ext
in '' $ac_executable_extensions; do
12468 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12469 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
12470 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12471 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
12478 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
12482 MSGFMT
="$ac_cv_path_MSGFMT"
12483 if test "$MSGFMT" != ":"; then
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12485 $as_echo "$MSGFMT" >&6; }
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12488 $as_echo "no" >&6; }
12491 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12492 set dummy gmsgfmt
; ac_word
=$2
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12494 $as_echo_n "checking for $ac_word... " >&6; }
12495 if ${ac_cv_path_GMSGFMT+:} false
; then :
12496 $as_echo_n "(cached) " >&6
12500 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
12503 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12504 for as_dir
in $PATH
12507 test -z "$as_dir" && as_dir
=.
12508 for ac_exec_ext
in '' $ac_executable_extensions; do
12509 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12510 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
12511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12518 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
12522 GMSGFMT
=$ac_cv_path_GMSGFMT
12523 if test -n "$GMSGFMT"; then
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12525 $as_echo "$GMSGFMT" >&6; }
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12528 $as_echo "no" >&6; }
12534 # Prepare PATH_SEPARATOR.
12535 # The user is always right.
12536 if test "${PATH_SEPARATOR+set}" != set; then
12537 echo "#! /bin/sh" >conf$$.sh
12538 echo "exit 0" >>conf$$.sh
12540 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12548 # Find out how to test for executable files. Don't use a zero-byte file,
12549 # as systems may use methods other than mode bits to determine executability.
12550 cat >conf$$.
file <<_ASEOF
12554 chmod +x conf$$.
file
12555 if test -x conf$$.
file >/dev
/null
2>&1; then
12556 ac_executable_p
="test -x"
12558 ac_executable_p
="test -f"
12562 # Extract the first word of "xgettext", so it can be a program name with args.
12563 set dummy xgettext
; ac_word
=$2
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12565 $as_echo_n "checking for $ac_word... " >&6; }
12566 if ${ac_cv_path_XGETTEXT+:} false
; then :
12567 $as_echo_n "(cached) " >&6
12569 case "$XGETTEXT" in
12571 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
12574 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12575 for ac_dir
in $PATH; do
12577 test -z "$ac_dir" && ac_dir
=.
12578 for ac_exec_ext
in '' $ac_executable_extensions; do
12579 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12580 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12581 (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
12582 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
12589 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
12593 XGETTEXT
="$ac_cv_path_XGETTEXT"
12594 if test "$XGETTEXT" != ":"; then
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12596 $as_echo "$XGETTEXT" >&6; }
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12599 $as_echo "no" >&6; }
12605 # Prepare PATH_SEPARATOR.
12606 # The user is always right.
12607 if test "${PATH_SEPARATOR+set}" != set; then
12608 echo "#! /bin/sh" >conf$$.sh
12609 echo "exit 0" >>conf$$.sh
12611 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12619 # Find out how to test for executable files. Don't use a zero-byte file,
12620 # as systems may use methods other than mode bits to determine executability.
12621 cat >conf$$.
file <<_ASEOF
12625 chmod +x conf$$.
file
12626 if test -x conf$$.
file >/dev
/null
2>&1; then
12627 ac_executable_p
="test -x"
12629 ac_executable_p
="test -f"
12633 # Extract the first word of "msgmerge", so it can be a program name with args.
12634 set dummy msgmerge
; ac_word
=$2
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12636 $as_echo_n "checking for $ac_word... " >&6; }
12637 if ${ac_cv_path_MSGMERGE+:} false
; then :
12638 $as_echo_n "(cached) " >&6
12640 case "$MSGMERGE" in
12642 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
12645 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12646 for ac_dir
in $PATH; do
12648 test -z "$ac_dir" && ac_dir
=.
12649 for ac_exec_ext
in '' $ac_executable_extensions; do
12650 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12651 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
12652 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
12659 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
12663 MSGMERGE
="$ac_cv_path_MSGMERGE"
12664 if test "$MSGMERGE" != ":"; then
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12666 $as_echo "$MSGMERGE" >&6; }
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12669 $as_echo "no" >&6; }
12673 if test "$GMSGFMT" != ":"; then
12674 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
12675 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12678 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12680 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12685 if test "$XGETTEXT" != ":"; then
12686 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12687 (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
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12691 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12697 ac_config_commands
="$ac_config_commands default-1"
12701 # Permit host specific settings.
12702 .
${srcdir}/configure.
host
12707 # The cast to long int works around a bug in the HP C Compiler
12708 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12709 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12710 # This bug is HP SR number 8606223364.
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12712 $as_echo_n "checking size of long long... " >&6; }
12713 if ${ac_cv_sizeof_long_long+:} false
; then :
12714 $as_echo_n "(cached) " >&6
12716 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12719 if test "$ac_cv_type_long_long" = yes; then
12720 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12721 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12722 as_fn_error
77 "cannot compute sizeof (long long)
12723 See \`config.log' for more details" "$LINENO" 5; }
12725 ac_cv_sizeof_long_long
=0
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12731 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12735 cat >>confdefs.h
<<_ACEOF
12736 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12740 # The cast to long int works around a bug in the HP C Compiler
12741 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12742 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12743 # This bug is HP SR number 8606223364.
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12745 $as_echo_n "checking size of void *... " >&6; }
12746 if ${ac_cv_sizeof_void_p+:} false
; then :
12747 $as_echo_n "(cached) " >&6
12749 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12752 if test "$ac_cv_type_void_p" = yes; then
12753 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12754 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12755 as_fn_error
77 "cannot compute sizeof (void *)
12756 See \`config.log' for more details" "$LINENO" 5; }
12758 ac_cv_sizeof_void_p
=0
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12764 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12768 cat >>confdefs.h
<<_ACEOF
12769 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12773 # The cast to long int works around a bug in the HP C Compiler
12774 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12775 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12776 # This bug is HP SR number 8606223364.
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12778 $as_echo_n "checking size of long... " >&6; }
12779 if ${ac_cv_sizeof_long+:} false
; then :
12780 $as_echo_n "(cached) " >&6
12782 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12785 if test "$ac_cv_type_long" = yes; then
12786 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12787 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12788 as_fn_error
77 "cannot compute sizeof (long)
12789 See \`config.log' for more details" "$LINENO" 5; }
12791 ac_cv_sizeof_long
=0
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12797 $as_echo "$ac_cv_sizeof_long" >&6; }
12801 cat >>confdefs.h
<<_ACEOF
12802 #define SIZEOF_LONG $ac_cv_sizeof_long
12806 # The cast to long int works around a bug in the HP C Compiler
12807 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12808 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12809 # This bug is HP SR number 8606223364.
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12811 $as_echo_n "checking size of int... " >&6; }
12812 if ${ac_cv_sizeof_int+:} false
; then :
12813 $as_echo_n "(cached) " >&6
12815 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12818 if test "$ac_cv_type_int" = yes; then
12819 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12820 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12821 as_fn_error
77 "cannot compute sizeof (int)
12822 See \`config.log' for more details" "$LINENO" 5; }
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12830 $as_echo "$ac_cv_sizeof_int" >&6; }
12834 cat >>confdefs.h
<<_ACEOF
12835 #define SIZEOF_INT $ac_cv_sizeof_int
12840 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12844 BFD_HOST_64BIT_LONG
=0
12845 if test "x${ac_cv_sizeof_long}" = "x8"; then
12846 BFD_HOST_64BIT_LONG
=1
12851 # Put a plausible default for CC_FOR_BUILD in Makefile.
12852 if test -z "$CC_FOR_BUILD"; then
12853 if test "x$cross_compiling" = "xno"; then
12854 CC_FOR_BUILD
='$(CC)'
12860 # Also set EXEEXT_FOR_BUILD.
12861 if test "x$cross_compiling" = "xno"; then
12862 EXEEXT_FOR_BUILD
='$(EXEEXT)'
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12865 $as_echo_n "checking for build system executable suffix... " >&6; }
12866 if ${bfd_cv_build_exeext+:} false
; then :
12867 $as_echo_n "(cached) " >&6
12870 echo 'int main () { return 0; }' > conftest.c
12871 bfd_cv_build_exeext
=
12872 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
12873 for file in conftest.
*; do
12875 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
12876 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
12880 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
12882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12883 $as_echo "$bfd_cv_build_exeext" >&6; }
12884 EXEEXT_FOR_BUILD
=""
12885 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
12889 for ac_header
in fcntl.h sys
/file.h sys
/resource.h sys
/stat.h sys
/types.h \
12892 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12893 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12894 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12895 cat >>confdefs.h
<<_ACEOF
12896 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12904 for ac_func
in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12907 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12908 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12909 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12910 cat >>confdefs.h
<<_ACEOF
12911 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12918 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12919 if test "x$ac_cv_have_decl_basename" = xyes
; then :
12925 cat >>confdefs.h
<<_ACEOF
12926 #define HAVE_DECL_BASENAME $ac_have_decl
12928 ac_fn_c_check_decl
"$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12929 if test "x$ac_cv_have_decl_ffs" = xyes
; then :
12935 cat >>confdefs.h
<<_ACEOF
12936 #define HAVE_DECL_FFS $ac_have_decl
12938 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12939 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
12945 cat >>confdefs.h
<<_ACEOF
12946 #define HAVE_DECL_STPCPY $ac_have_decl
12948 ac_fn_c_check_decl
"$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12949 if test "x$ac_cv_have_decl_asprintf" = xyes
; then :
12955 cat >>confdefs.h
<<_ACEOF
12956 #define HAVE_DECL_ASPRINTF $ac_have_decl
12958 ac_fn_c_check_decl
"$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12959 if test "x$ac_cv_have_decl_vasprintf" = xyes
; then :
12965 cat >>confdefs.h
<<_ACEOF
12966 #define HAVE_DECL_VASPRINTF $ac_have_decl
12968 ac_fn_c_check_decl
"$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
12969 if test "x$ac_cv_have_decl_strnlen" = xyes
; then :
12975 cat >>confdefs.h
<<_ACEOF
12976 #define HAVE_DECL_STRNLEN $ac_have_decl
12982 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
12984 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
12988 # Link in zlib if we can. This allows us to read compressed debug sections.
12989 # This is used only by compress.c.
12991 # Use the system's zlib library.
12992 zlibdir
="-L\$(top_builddir)/../zlib"
12993 zlibinc
="-I\$(top_srcdir)/../zlib"
12995 # Check whether --with-system-zlib was given.
12996 if test "${with_system_zlib+set}" = set; then :
12997 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
13008 save_CFLAGS
="$CFLAGS"
13009 CFLAGS
="$CFLAGS -Werror"
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13011 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
13012 if ${bfd_cv_hidden+:} false
; then :
13013 $as_echo_n "(cached) " >&6
13015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13016 /* end confdefs.h. */
13018 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13019 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13028 if ac_fn_c_try_compile
"$LINENO"; then :
13033 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13036 $as_echo "$bfd_cv_hidden" >&6; }
13037 CFLAGS
="$save_CFLAGS"
13038 if test $bfd_cv_hidden = yes; then
13040 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13044 # Check if linker supports --as-needed and --no-as-needed options
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13046 $as_echo_n "checking linker --as-needed support... " >&6; }
13047 if ${bfd_cv_ld_as_needed+:} false
; then :
13048 $as_echo_n "(cached) " >&6
13050 bfd_cv_ld_as_needed
=no
13051 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
13052 bfd_cv_ld_as_needed
=yes
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13057 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13061 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
13062 # These system don't have libm, or don't need it
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13066 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13067 if ${ac_cv_lib_mw__mwvalidcheckl+:} false
; then :
13068 $as_echo_n "(cached) " >&6
13070 ac_check_lib_save_LIBS
=$LIBS
13072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13073 /* end confdefs.h. */
13075 /* Override any GCC internal prototype to avoid an error.
13076 Use char because int might match the return type of a GCC
13077 builtin and then its argument prototype would still apply. */
13081 char _mwvalidcheckl ();
13085 return _mwvalidcheckl ();
13090 if ac_fn_c_try_link
"$LINENO"; then :
13091 ac_cv_lib_mw__mwvalidcheckl
=yes
13093 ac_cv_lib_mw__mwvalidcheckl
=no
13095 rm -f core conftest.err conftest.
$ac_objext \
13096 conftest
$ac_exeext conftest.
$ac_ext
13097 LIBS
=$ac_check_lib_save_LIBS
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13100 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13101 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes
; then :
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13106 $as_echo_n "checking for cos in -lm... " >&6; }
13107 if ${ac_cv_lib_m_cos+:} false
; then :
13108 $as_echo_n "(cached) " >&6
13110 ac_check_lib_save_LIBS
=$LIBS
13112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13113 /* end confdefs.h. */
13115 /* Override any GCC internal prototype to avoid an error.
13116 Use char because int might match the return type of a GCC
13117 builtin and then its argument prototype would still apply. */
13130 if ac_fn_c_try_link
"$LINENO"; then :
13131 ac_cv_lib_m_cos
=yes
13135 rm -f core conftest.err conftest.
$ac_objext \
13136 conftest
$ac_exeext conftest.
$ac_ext
13137 LIBS
=$ac_check_lib_save_LIBS
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13140 $as_echo "$ac_cv_lib_m_cos" >&6; }
13141 if test "x$ac_cv_lib_m_cos" = xyes
; then :
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13148 $as_echo_n "checking for cos in -lm... " >&6; }
13149 if ${ac_cv_lib_m_cos+:} false
; then :
13150 $as_echo_n "(cached) " >&6
13152 ac_check_lib_save_LIBS
=$LIBS
13154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13155 /* end confdefs.h. */
13157 /* Override any GCC internal prototype to avoid an error.
13158 Use char because int might match the return type of a GCC
13159 builtin and then its argument prototype would still apply. */
13172 if ac_fn_c_try_link
"$LINENO"; then :
13173 ac_cv_lib_m_cos
=yes
13177 rm -f core conftest.err conftest.
$ac_objext \
13178 conftest
$ac_exeext conftest.
$ac_ext
13179 LIBS
=$ac_check_lib_save_LIBS
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13182 $as_echo "$ac_cv_lib_m_cos" >&6; }
13183 if test "x$ac_cv_lib_m_cos" = xyes
; then :
13192 # When building a shared libbfd, link against the pic version of libiberty
13193 # so that apps that use libbfd won't need libiberty just to satisfy any
13194 # libbfd references.
13195 # We can't do that if a pic libiberty is unavailable since including non-pic
13196 # code would insert text relocations into libbfd.
13199 if test "$enable_shared" = "yes"; then
13200 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13201 if test -n "$x"; then
13202 SHARED_LIBADD
="-L`pwd`/../libiberty/pic -liberty"
13206 SHARED_LIBADD
="$SHARED_LIBADD $LIBINTL"
13208 if test "$enable_shared" = "yes"; then
13210 # More hacks to build DLLs on Windows.
13212 SHARED_LDFLAGS
="-no-undefined"
13213 SHARED_LIBADD
="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13217 if test -n "$SHARED_LIBADD"; then
13218 if test -n "$LIBM"; then
13219 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
13220 # Link against libm only when needed. Put -lc, -lm inside -Wl
13221 # to stop libtool reordering these options.
13222 SHARED_LIBADD
="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13224 SHARED_LIBADD
="$SHARED_LIBADD $LIBM"
13234 # Canonicalize the secondary target names.
13235 if test -n "$enable_targets" ; then
13236 for targ
in `echo $enable_targets | sed 's/,/ /g'`
13238 result
=`$ac_config_sub $targ 2>/dev/null`
13239 if test -n "$result" ; then
13240 canon_targets
="$canon_targets $result"
13242 # Allow targets that config.sub doesn't recognize, like "all".
13243 canon_targets
="$canon_targets $targ"
13254 for targ
in $target $canon_targets
13256 if test $targ = all
; then
13258 assocvecs
="$assocvecs $targ_defvec $targ_selvecs"
13259 elif test $targ != plugin
; then
13260 .
$srcdir/config.bfd
13261 if test $targ = $target; then
13262 defvec
=$targ_defvec
13264 selvecs
="$selvecs $targ_defvec $targ_selvecs"
13265 selarchs
="$selarchs $targ_archs"
13266 TDEFINES
="$TDEFINES $targ_cflags"
13271 # This processing still needs to be done if we're to decide properly whether
13272 # 64-bit support needs to be compiled in. Currently, it will be included if
13273 # the default or any other explicitly requested target requires it; it
13274 # will not be included on a 32-bit host if no 64-bit target is requested, and
13275 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13278 # uniq the default and selected vectors in all the configured targets.
13280 for i
in $selvecs ; do
13289 # uniq the associated vectors in all the configured targets.
13291 for i
in $assocvecs ; do
13300 # uniq the architectures in all the configured targets.
13302 for i
in $selarchs ; do
13310 # Target backend .o files.
13313 elf
="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13314 dwarf1.lo dwarf2.lo"
13315 coffgen
="coffgen.lo dwarf2.lo"
13316 coff
="cofflink.lo $coffgen"
13317 ecoff
="ecofflink.lo $coffgen"
13318 xcoff
="xcofflink.lo $coffgen"
13320 elfxx_x86
="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13321 for vec
in $selvecs
13325 # This list is alphabetized to make it easy to compare
13326 # with the two vector lists in targets.c. For the same reason,
13327 # use one entry per line, even though this leads to long lines.
13328 aarch64_elf32_be_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13329 aarch64_elf32_le_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13330 aarch64_elf64_be_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13331 aarch64_elf64_be_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13332 aarch64_elf64_le_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13333 aarch64_elf64_le_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13334 aarch64_mach_o_vec
) tb
="$tb mach-o-aarch64.lo"; target_size
=64 ;;
13335 aarch64_pei_vec
) tb
="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size
=64 ;;
13336 alpha_ecoff_le_vec
) tb
="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size
=64 ;;
13337 alpha_elf64_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13338 alpha_elf64_fbsd_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13339 alpha_vms_vec
) tb
="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size
=64 ;;
13340 alpha_vms_lib_txt_vec
) tb
="$tb vms-lib.lo vms-misc.lo" ;;
13341 am33_elf32_linux_vec
) tb
="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13342 amdgcn_elf64_le_vec
) tb
="$tb elf64-amdgcn.lo elf64.lo $elf"; target_size
=64 ;;
13343 aout0_be_vec
) tb
="$tb aout0.lo aout32.lo" ;;
13344 aout64_vec
) tb
="$tb demo64.lo aout64.lo"; target_size
=64 ;;
13345 aout_vec
) tb
="$tb host-aout.lo aout32.lo" ;;
13346 arc_elf32_be_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
13347 arc_elf32_le_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
13348 arm_elf32_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13349 arm_elf32_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13350 arm_elf32_fdpic_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13351 arm_elf32_fdpic_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13352 arm_elf32_nacl_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13353 arm_elf32_nacl_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13354 arm_elf32_vxworks_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13355 arm_elf32_vxworks_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13356 arm_pe_be_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
13357 arm_pe_le_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
13358 arm_pe_wince_be_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13359 arm_pe_wince_le_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13360 arm_pei_be_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
13361 arm_pei_le_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
13362 arm_pei_wince_be_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13363 arm_pei_wince_le_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13364 arm_mach_o_vec
) tb
="$tb mach-o-arm.lo" ;;
13365 avr_elf32_vec
) tb
="$tb elf32-avr.lo elf32.lo $elf" ;;
13366 bfin_elf32_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
13367 bfin_elf32_fdpic_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
13368 cr16_elf32_vec
) tb
="$tb elf32-cr16.lo elf32.lo $elf" ;;
13369 cris_aout_vec
) tb
="$tb aout-cris.lo" ;;
13370 cris_elf32_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
13371 cris_elf32_us_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
13372 crx_elf32_vec
) tb
="$tb elf32-crx.lo elf32.lo $elf" ;;
13373 csky_elf32_be_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
13374 csky_elf32_le_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
13375 d10v_elf32_vec
) tb
="$tb elf32-d10v.lo elf32.lo $elf" ;;
13376 d30v_elf32_vec
) tb
="$tb elf32-d30v.lo elf32.lo $elf" ;;
13377 dlx_elf32_be_vec
) tb
="$tb elf32-dlx.lo elf32.lo $elf" ;;
13378 elf32_be_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
13379 elf32_le_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
13380 elf64_be_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13381 elf64_le_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13382 bpf_elf64_le_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64;;
13383 bpf_elf64_be_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64 ;;
13384 epiphany_elf32_vec
) tb
="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13385 fr30_elf32_vec
) tb
="$tb elf32-fr30.lo elf32.lo $elf" ;;
13386 frv_elf32_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
13387 frv_elf32_fdpic_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
13388 h8300_elf32_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
13389 h8300_elf32_linux_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
13390 hppa_elf32_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13391 hppa_elf32_linux_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13392 hppa_elf32_nbsd_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13393 hppa_elf64_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13394 hppa_elf64_linux_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13395 hppa_som_vec
) tb
="$tb som.lo" ;;
13396 i386_aout_vec
) tb
="$tb i386aout.lo aout32.lo" ;;
13397 i386_aout_bsd_vec
) tb
="$tb i386bsd.lo aout32.lo" ;;
13398 i386_aout_lynx_vec
) tb
="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13399 i386_coff_vec
) tb
="$tb coff-i386.lo $coff" ;;
13400 i386_coff_go32_vec
) tb
="$tb coff-go32.lo $coff" ;;
13401 i386_coff_go32stubbed_vec
) tb
="$tb coff-stgo32.lo $coff" ;;
13402 i386_coff_lynx_vec
) tb
="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13403 i386_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13404 i386_elf32_fbsd_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13405 i386_elf32_sol2_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13406 i386_elf32_vxworks_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13407 i386_mach_o_vec
) tb
="$tb mach-o-i386.lo" ;;
13408 i386_msdos_vec
) tb
="$tb i386msdos.lo" ;;
13409 i386_pe_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
13410 i386_pe_big_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
13411 i386_pei_vec
) tb
="$tb pei-i386.lo peigen.lo $coff" ;;
13412 iamcu_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13413 ia64_elf32_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13414 ia64_elf32_hpux_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13415 ia64_elf64_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13416 ia64_elf64_le_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13417 ia64_elf64_hpux_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13418 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 ;;
13419 ia64_pei_vec
) tb
="$tb pei-ia64.lo pepigen.lo $coff"; target_size
=64 ;;
13420 ip2k_elf32_vec
) tb
="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13421 iq2000_elf32_vec
) tb
="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13422 lm32_elf32_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
13423 lm32_elf32_fdpic_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
13424 loongarch_elf32_vec
) tb
="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13425 loongarch_elf64_vec
) tb
="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size
=64 ;;
13426 m32c_elf32_vec
) tb
="$tb elf32-m32c.lo elf32.lo $elf" ;;
13427 m32r_elf32_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13428 m32r_elf32_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13429 m32r_elf32_linux_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13430 m32r_elf32_linux_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13431 m68hc11_elf32_vec
) tb
="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13432 m68hc12_elf32_vec
) tb
="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13433 m68k_elf32_vec
) tb
="$tb elf32-m68k.lo elf32.lo $elf" ;;
13434 s12z_elf32_vec
) tb
="$tb elf32-s12z.lo elf32.lo $elf" ;;
13435 mach_o_be_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13436 mach_o_le_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13437 mach_o_fat_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13438 mcore_elf32_be_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13439 mcore_elf32_le_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13440 mcore_pe_be_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
13441 mcore_pe_le_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
13442 mcore_pei_be_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
13443 mcore_pei_le_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
13444 mep_elf32_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
13445 mep_elf32_le_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
13446 metag_elf32_vec
) tb
="$tb elf32-metag.lo elf32.lo $elf" ;;
13447 microblaze_elf32_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13448 microblaze_elf32_le_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13449 mips_ecoff_be_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13450 mips_ecoff_le_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13451 mips_ecoff_bele_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13452 mips_elf32_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13453 mips_elf32_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13454 mips_elf32_n_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13455 mips_elf32_n_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13456 mips_elf32_ntrad_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13457 mips_elf32_ntrad_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13458 mips_elf32_ntradfbsd_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13459 mips_elf32_ntradfbsd_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13460 mips_elf32_trad_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13461 mips_elf32_trad_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13462 mips_elf32_tradfbsd_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13463 mips_elf32_tradfbsd_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13464 mips_elf32_vxworks_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13465 mips_elf32_vxworks_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13466 mips_elf64_be_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13467 mips_elf64_le_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13468 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 ;;
13469 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 ;;
13470 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 ;;
13471 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 ;;
13472 mmix_elf64_vec
) tb
="$tb elf64-mmix.lo elf64.lo $elf" target_size
=64 ;;
13473 mmix_mmo_vec
) tb
="$tb mmo.lo" target_size
=64 ;;
13474 mn10200_elf32_vec
) tb
="$tb elf-m10200.lo elf32.lo $elf" ;;
13475 mn10300_elf32_vec
) tb
="$tb elf-m10300.lo elf32.lo $elf" ;;
13476 moxie_elf32_be_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
13477 moxie_elf32_le_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
13478 msp430_elf32_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
13479 msp430_elf32_ti_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
13480 mt_elf32_vec
) tb
="$tb elf32-mt.lo elf32.lo $elf" ;;
13481 nds32_elf32_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13482 nds32_elf32_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13483 nds32_elf32_linux_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13484 nds32_elf32_linux_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13485 nfp_elf64_vec
) tb
="$tb elf64-nfp.lo elf64.lo $elf" ;;
13486 nios2_elf32_be_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
13487 nios2_elf32_le_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
13488 ns32k_aout_pc532mach_vec
) tb
="$tb pc532-mach.lo aout-ns32k.lo" ;;
13489 ns32k_aout_pc532nbsd_vec
) tb
="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13490 or1k_elf32_vec
) tb
="$tb elf32-or1k.lo elf32.lo $elf" ;;
13491 pdp11_aout_vec
) tb
="$tb pdp11.lo" ;;
13492 pef_vec
) tb
="$tb pef.lo" ;;
13493 pef_xlib_vec
) tb
="$tb pef.lo" ;;
13494 pj_elf32_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
13495 pj_elf32_le_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
13496 powerpc_boot_vec
) tb
="$tb ppcboot.lo" ;;
13497 powerpc_elf32_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13498 powerpc_elf32_le_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13499 powerpc_elf32_fbsd_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13500 powerpc_elf32_vxworks_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13501 powerpc_elf64_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13502 powerpc_elf64_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
13503 powerpc_elf64_fbsd_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
13504 powerpc_elf64_fbsd_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
13505 powerpc_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
13506 pru_elf32_vec
) tb
="$tb elf32-pru.lo elf32.lo $elf" ;;
13507 riscv_elf32_vec
) tb
="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13508 riscv_elf64_vec
) tb
="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13509 riscv_elf32_be_vec
) tb
="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13510 riscv_elf64_be_vec
) tb
="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13511 rl78_elf32_vec
) tb
="$tb elf32-rl78.lo elf32.lo $elf" ;;
13512 rs6000_xcoff64_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
13513 rs6000_xcoff64_aix_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
13514 rs6000_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
13515 rx_elf32_be_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13516 rx_elf32_be_ns_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13517 rx_elf32_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13518 rx_elf32_linux_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13519 s390_elf32_vec
) tb
="$tb elf32-s390.lo elf32.lo $elf" ;;
13520 s390_elf64_vec
) tb
="$tb elf64-s390.lo elf64.lo $elf"; target_size
=64 ;;
13521 score_elf32_be_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
13522 score_elf32_le_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
13523 sh_coff_vec
) tb
="$tb coff-sh.lo $coff" ;;
13524 sh_coff_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
13525 sh_coff_small_vec
) tb
="$tb coff-sh.lo $coff" ;;
13526 sh_coff_small_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
13527 sh_elf32_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13528 sh_elf32_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13529 sh_elf32_fdpic_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13530 sh_elf32_fdpic_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13531 sh_elf32_linux_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13532 sh_elf32_linux_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13533 sh_elf32_nbsd_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13534 sh_elf32_nbsd_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13535 sh_elf32_vxworks_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13536 sh_elf32_vxworks_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13537 sh_pe_le_vec
) tb
="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13538 sh_pei_le_vec
) tb
="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
13539 sparc_elf32_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13540 sparc_elf32_sol2_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13541 sparc_elf32_vxworks_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13542 sparc_elf64_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
13543 sparc_elf64_fbsd_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
13544 sparc_elf64_sol2_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
13545 spu_elf32_vec
) tb
="$tb elf32-spu.lo elf32.lo $elf" ;;
13546 sym_vec
) tb
="$tb xsym.lo" ;;
13547 tic30_coff_vec
) tb
="$tb coff-tic30.lo $coffgen" ;;
13548 tic4x_coff0_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13549 tic4x_coff0_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13550 tic4x_coff1_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13551 tic4x_coff1_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13552 tic4x_coff2_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13553 tic4x_coff2_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13554 tic54x_coff0_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13555 tic54x_coff0_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13556 tic54x_coff1_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13557 tic54x_coff1_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13558 tic54x_coff2_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13559 tic54x_coff2_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13560 tic6x_elf32_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13561 tic6x_elf32_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13562 tic6x_elf32_c6000_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13563 tic6x_elf32_c6000_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13564 tic6x_elf32_linux_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13565 tic6x_elf32_linux_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13566 tilegx_elf32_be_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
13567 tilegx_elf32_le_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
13568 tilegx_elf64_be_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
13569 tilegx_elf64_le_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
13570 tilepro_elf32_vec
) tb
="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13571 v800_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
13572 v850_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
13573 vax_aout_1knbsd_vec
) tb
="$tb vax1knetbsd.lo aout32.lo" ;;
13574 vax_aout_nbsd_vec
) tb
="$tb vaxnetbsd.lo aout32.lo" ;;
13575 vax_elf32_vec
) tb
="$tb elf32-vax.lo elf32.lo $elf" ;;
13576 ft32_elf32_vec
) tb
="$tb elf32-ft32.lo elf32.lo $elf" ;;
13577 visium_elf32_vec
) tb
="$tb elf32-visium.lo elf32.lo $elf" ;;
13578 wasm_vec
) tb
="$tb wasm-module.lo" ;;
13579 wasm32_elf32_vec
) tb
="$tb elf32-wasm32.lo elf32.lo $elf" ;;
13580 x86_64_coff_vec
) tb
="$tb coff-x86_64.lo $coff"; target_size
=64 ;;
13581 x86_64_elf32_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size
=64 ;;
13582 x86_64_elf64_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13583 x86_64_elf64_cloudabi_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13584 x86_64_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13585 x86_64_elf64_sol2_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13586 x86_64_mach_o_vec
) tb
="$tb mach-o-x86-64.lo" ;;
13587 x86_64_pe_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
13588 x86_64_pe_big_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
13589 x86_64_pei_vec
) tb
="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
13590 xc16x_elf32_vec
) tb
="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13591 xgate_elf32_vec
) tb
="$tb elf32-xgate.lo elf32.lo $elf" ;;
13592 xstormy16_elf32_vec
) tb
="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13593 xtensa_elf32_be_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13594 xtensa_elf32_le_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13595 z80_coff_vec
) tb
="$tb coff-z80.lo reloc16.lo $coffgen" ;;
13596 z80_elf32_vec
) tb
="$tb elf32-z80.lo elf32.lo $elf" ;;
13597 z8k_coff_vec
) tb
="$tb coff-z8k.lo reloc16.lo $coff" ;;
13599 # These appear out of order in targets.c
13600 srec_vec
) tb
="$tb srec.lo" ;;
13601 symbolsrec_vec
) tb
="$tb srec.lo" ;;
13602 tekhex_vec
) tb
="$tb tekhex.lo" ;;
13603 core_cisco_be_vec
) tb
="$tb cisco-core.lo" ;;
13604 core_cisco_le_vec
) tb
="$tb cisco-core.lo" ;;
13607 *) as_fn_error $?
"*** unknown target vector $vec" "$LINENO" 5 ;;
13610 if test ${target_size} = 64; then
13613 if test x
"${vec}" = x
"${defvec}"; then
13614 bfd_default_target_size
=${target_size}
13618 if test "$plugins" = "yes"; then
13622 # Target architecture .o files.
13623 # A couple of CPUs use shorter file names to avoid problems on DOS
13625 ta
=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13627 # Weed out duplicate .o files.
13649 if test x
${all_targets} = xtrue
; then
13650 bfd_backends
="${bfd_backends}"' $(ALL_BACKENDS)'
13651 bfd_machines
="${bfd_machines}"' $(ALL_MACHINES)'
13653 havevecs
=-DHAVE_all_vecs
13655 test -n "$assocvecs" &&
13656 assocvecs
=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13657 else # all_targets is true
13658 # Only set these if they will be nonempty, for the clever echo.
13661 test -n "$selvecs" &&
13662 havevecs
=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13663 test -n "$selvecs" &&
13664 selvecs
=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13665 test -n "$selarchs" &&
13666 selarchs
=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13667 fi # all_targets is true
13669 # 64-bit archives need a 64-bit bfd_vma.
13670 if test "x$want_64_bit_archive" = xtrue
; then
13673 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13677 case ${host64}-${target64}-${want64} in
13680 bfd64_libs
='$(BFD64_LIBS)'
13681 all_backends
='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13682 if test -n "$GCC" ; then
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13685 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13686 # Add more tests for gcc versions with non-working 64-bit support here.
13687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13688 /* end confdefs.h. */
13689 :__GNUC__:__GNUC_MINOR__:__i386__:
13691 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13692 $EGREP ": 2 : 91 : 1 :" >/dev
/null
2>&1; then :
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13695 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13698 $as_echo "no" >&6; }
13702 if test $bad_64bit_gcc = yes ; then
13703 as_fn_error $?
"A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
13709 all_backends
='$(BFD32_BACKENDS)'
13714 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13715 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13716 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13717 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13728 # If we are configured native, pick a core file support file.
13733 if test "${target}" = "${host}"; then
13735 alpha
*-*-freebsd* | alpha
*-*-kfreebsd*-gnu | alpha
*-*-*vms
*)
13739 COREFILE
=trad-core.lo
13740 TRAD_HEADER
='"hosts/alphalinux.h"'
13742 alpha
*-*-netbsd* | alpha
*-*-openbsd*)
13743 COREFILE
=netbsd-core.lo
13746 COREFILE
=osf-core.lo
13748 arm-
*-freebsd* | arm-
*-kfreebsd*-gnu)
13750 arm
*-*-netbsd* | arm-
*-openbsd*)
13751 COREFILE
=netbsd-core.lo
13753 arm-
*-riscix) COREFILE
=trad-core.lo
;;
13754 hppa
*-*-hpux*) COREFILE
=hpux-core.lo
;;
13755 hppa
*-*-hiux*) COREFILE
=hpux-core.lo
;;
13756 hppa
*-*-mpeix*) COREFILE
=hpux-core.lo
;;
13757 hppa
*-*-bsd*) COREFILE
="hpux-core.lo hppabsd-core.lo"
13758 COREFLAG
="-DHPUX_CORE -DHPPABSD_CORE" ;;
13759 hppa
*-*-netbsd* | hppa
*-*-openbsd*)
13760 COREFILE
=netbsd-core.lo
13763 i
[3-7]86-sequent-bsd*)
13764 COREFILE
=trad-core.lo
13765 TRAD_HEADER
='"hosts/symmetry.h"'
13767 i
[3-7]86-sequent-sysv4*) ;;
13768 i
[3-7]86-sequent-sysv*)
13769 COREFILE
=trad-core.lo
13770 TRAD_HEADER
='"hosts/symmetry.h"'
13775 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
*)
13776 COREFILE
=trad-core.lo
13777 TRAD_HEADER
='"hosts/i386bsd.h"'
13779 i
[3-7]86-*-freebsd* | i
[3-7]86-*-kfreebsd*-gnu | i
[3-7]86-*-dragonfly*)
13781 TRAD_HEADER
='"hosts/i386bsd.h"'
13783 i
[3-7]86-*-netbsd* | i
[3-7]86-*-knetbsd*-gnu | i
[3-7]86-*-openbsd*)
13784 COREFILE
=netbsd-core.lo
13786 i
[3-7]86-esix-sysv3*)
13787 COREFILE
=trad-core.lo
13788 TRAD_HEADER
='"hosts/esix.h"'
13790 i
[3-7]86-*-sco3.2v5
*)
13791 COREFILE
=sco5-core.lo
13793 i
[3-7]86-*-sco* | i
[3-7]86-*-isc*)
13794 COREFILE
=trad-core.lo
13795 TRAD_HEADER
='"hosts/i386sco.h"'
13798 COREFILE
=trad-core.lo
13799 TRAD_HEADER
='"hosts/i386mach3.h"'
13801 i
[3-7]86-*-linux-*)
13802 COREFILE
=trad-core.lo
13803 TRAD_HEADER
='"hosts/i386linux.h"'
13804 case "$enable_targets"-"$want64" in
13805 *x86_64-
*linux
*|
*-true)
13806 CORE_HEADER
='"hosts/x86-64linux.h"'
13809 i
[3-7]86-*-isc*) COREFILE
=trad-core.lo
;;
13810 i
[3-7]86-*-aix*) COREFILE
=aix386-core.lo
;;
13811 mips
*-*-netbsd* | mips
*-*-openbsd*)
13812 COREFILE
=netbsd-core.lo
13814 mips-sgi-irix4
*) COREFILE
=irix-core.lo
;;
13815 mips-sgi-irix5
*) COREFILE
=irix-core.lo
;;
13816 mips-sgi-irix6
*) COREFILE
=irix-core.lo
;;
13818 COREFILE
=trad-core.lo
13819 TRAD_HEADER
='"hosts/m68klinux.h"'
13822 COREFILE
=netbsd-core.lo
13825 COREFILE
=trad-core.lo
13826 TRAD_HEADER
='"hosts/pc532mach.h"'
13828 ns32k-
*-netbsd* | ns32k-
*-openbsd*)
13829 COREFILE
=netbsd-core.lo
13832 COREFILE
=lynx-core.lo
13834 rs6000-
*-aix[5-9].
* | powerpc-
*-aix[5-9].
* | powerpc64-
*-aix[5-9].
*)
13835 COREFILE
=rs6000-core.lo
13836 COREFLAG
="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13838 rs6000-
*-aix4.
[3-9]* | powerpc-
*-aix4.
[3-9]*)
13839 COREFILE
=rs6000-core.lo
13840 COREFLAG
="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13841 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13842 # have c_impl as a member of struct core_dumpx
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13844 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13846 /* end confdefs.h. */
13851 struct core_dumpx c; c.c_impl = 0;
13856 if ac_fn_c_try_compile
"$LINENO"; then :
13858 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13861 $as_echo "yes" >&6; }
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13864 $as_echo "no" >&6; }
13866 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13868 rs6000-
*-aix4*) COREFILE
=rs6000-core.lo
;;
13869 rs6000-
*-*) COREFILE
=rs6000-core.lo
;;
13870 powerpc64-
*-aix*) COREFILE
=rs6000-core.lo
;;
13871 powerpc-
*-aix4*) COREFILE
=rs6000-core.lo
;;
13872 powerpc-
*-aix*) COREFILE
=rs6000-core.lo
;;
13873 powerpc-
*-beos*) ;;
13874 powerpc-
*-freebsd* | powerpc-
*-kfreebsd*-gnu)
13876 powerpc-
*-netbsd*) COREFILE
=netbsd-core.lo
;;
13877 powerpc-
*-*bsd
*) COREFILE
=netbsd-core.lo
;;
13878 s390
*-*-*) COREFILE
=trad-core.lo
;;
13879 sh
*-*-netbsd* | sh
*-*-openbsd*)
13880 COREFILE
=netbsd-core.lo
13882 sparc-
*-netbsd* | sparc
*-*-openbsd*)
13883 COREFILE
=netbsd-core.lo
13885 vax-
*-netbsd* | vax-
*-openbsd*)
13886 COREFILE
=netbsd-core.lo
13889 COREFILE
=trad-core.lo
13890 TRAD_HEADER
='"hosts/vaxult2.h"'
13893 COREFILE
=trad-core.lo
13894 TRAD_HEADER
='"hosts/vaxult2.h"'
13897 COREFILE
=trad-core.lo
13898 TRAD_HEADER
='"hosts/vaxlinux.h"'
13901 COREFILE
=trad-core.lo
13902 TRAD_HEADER
='"hosts/vaxbsd.h"'
13905 CORE_HEADER
='"hosts/x86-64linux.h"'
13907 x86_64-
*-netbsd* | x86_64-
*-openbsd*)
13908 COREFILE
=netbsd-core.lo
13912 case "$COREFILE" in
13913 aix386-core.lo
) COREFLAG
=-DAIX386_CORE ;;
13914 hppabsd-core.lo
) COREFLAG
=-DHPPABSD_CORE ;;
13915 hpux-core.lo
) COREFLAG
=-DHPUX_CORE ;;
13916 irix-core.lo
) COREFLAG
=-DIRIX_CORE ;;
13917 lynx-core.lo
) COREFLAG
=-DLYNX_CORE ;;
13918 netbsd-core.lo
) COREFLAG
=-DNETBSD_CORE ;;
13919 osf-core.lo
) COREFLAG
=-DOSF_CORE ;;
13920 ptrace-core.lo
) COREFLAG
=-DPTRACE_CORE ;;
13921 rs6000-core.lo
) COREFLAG
="$COREFLAG -DAIX_CORE" ;;
13922 sco5-core.lo
) COREFLAG
="$COREFLAG -DSCO5_CORE" ;;
13923 trad-core.lo
) COREFLAG
="$COREFLAG -DTRAD_CORE" ;;
13926 # ELF corefile support has several flavors, but all of
13927 # them use something called <sys/procfs.h>
13929 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13931 for ac_header
in sys
/procfs.h
13933 ac_fn_c_check_header_mongrel
"$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13934 if test "x$ac_cv_header_sys_procfs_h" = xyes
; then :
13935 cat >>confdefs.h
<<_ACEOF
13936 #define HAVE_SYS_PROCFS_H 1
13943 if test "$ac_cv_header_sys_procfs_h" = yes; then
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13946 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13947 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false
; then :
13948 $as_echo_n "(cached) " >&6
13950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13951 /* end confdefs.h. */
13954 #include <sys/procfs.h>
13963 if ac_fn_c_try_compile
"$LINENO"; then :
13964 bfd_cv_have_sys_procfs_type_prstatus_t
=yes
13966 bfd_cv_have_sys_procfs_type_prstatus_t
=no
13969 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13972 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
13974 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
13978 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
13982 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
13983 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false
; then :
13984 $as_echo_n "(cached) " >&6
13986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13987 /* end confdefs.h. */
13990 #include <sys/procfs.h>
13999 if ac_fn_c_try_compile
"$LINENO"; then :
14000 bfd_cv_have_sys_procfs_type_prstatus32_t
=yes
14002 bfd_cv_have_sys_procfs_type_prstatus32_t
=no
14005 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14008 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14010 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14014 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14018 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14019 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false
; then :
14020 $as_echo_n "(cached) " >&6
14022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14023 /* end confdefs.h. */
14026 #include <sys/procfs.h>
14030 prstatus_t avar; void* aref = (void*) &avar.pr_who
14035 if ac_fn_c_try_compile
"$LINENO"; then :
14036 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=yes
14038 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=no
14041 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14044 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14046 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14050 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14054 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14055 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false
; then :
14056 $as_echo_n "(cached) " >&6
14058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14059 /* end confdefs.h. */
14062 #include <sys/procfs.h>
14066 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14071 if ac_fn_c_try_compile
"$LINENO"; then :
14072 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=yes
14074 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=no
14077 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14080 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14082 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14086 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14090 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14091 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false
; then :
14092 $as_echo_n "(cached) " >&6
14094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14095 /* end confdefs.h. */
14098 #include <sys/procfs.h>
14107 if ac_fn_c_try_compile
"$LINENO"; then :
14108 bfd_cv_have_sys_procfs_type_pstatus_t
=yes
14110 bfd_cv_have_sys_procfs_type_pstatus_t
=no
14113 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14116 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14118 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14122 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14126 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14127 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false
; then :
14128 $as_echo_n "(cached) " >&6
14130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14131 /* end confdefs.h. */
14134 #include <sys/procfs.h>
14143 if ac_fn_c_try_compile
"$LINENO"; then :
14144 bfd_cv_have_sys_procfs_type_pxstatus_t
=yes
14146 bfd_cv_have_sys_procfs_type_pxstatus_t
=no
14149 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14152 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14154 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14158 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14162 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14163 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false
; then :
14164 $as_echo_n "(cached) " >&6
14166 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14167 /* end confdefs.h. */
14170 #include <sys/procfs.h>
14179 if ac_fn_c_try_compile
"$LINENO"; then :
14180 bfd_cv_have_sys_procfs_type_pstatus32_t
=yes
14182 bfd_cv_have_sys_procfs_type_pstatus32_t
=no
14185 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14188 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14190 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14194 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14198 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14199 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false
; then :
14200 $as_echo_n "(cached) " >&6
14202 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14203 /* end confdefs.h. */
14206 #include <sys/procfs.h>
14215 if ac_fn_c_try_compile
"$LINENO"; then :
14216 bfd_cv_have_sys_procfs_type_prpsinfo_t
=yes
14218 bfd_cv_have_sys_procfs_type_prpsinfo_t
=no
14221 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14224 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14226 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14230 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14234 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14235 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false
; then :
14236 $as_echo_n "(cached) " >&6
14238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14239 /* end confdefs.h. */
14242 #include <sys/procfs.h>
14246 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14251 if ac_fn_c_try_compile
"$LINENO"; then :
14252 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=yes
14254 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=no
14257 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14260 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14262 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14266 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14270 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14271 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false
; then :
14272 $as_echo_n "(cached) " >&6
14274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14275 /* end confdefs.h. */
14278 #include <sys/procfs.h>
14287 if ac_fn_c_try_compile
"$LINENO"; then :
14288 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=yes
14290 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=no
14293 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14296 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14298 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14302 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14306 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14307 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false
; then :
14308 $as_echo_n "(cached) " >&6
14310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14311 /* end confdefs.h. */
14314 #include <sys/procfs.h>
14318 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14323 if ac_fn_c_try_compile
"$LINENO"; then :
14324 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=yes
14326 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=no
14329 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14332 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14334 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14338 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14342 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14343 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false
; then :
14344 $as_echo_n "(cached) " >&6
14346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14347 /* end confdefs.h. */
14350 #include <sys/procfs.h>
14359 if ac_fn_c_try_compile
"$LINENO"; then :
14360 bfd_cv_have_sys_procfs_type_psinfo_t
=yes
14362 bfd_cv_have_sys_procfs_type_psinfo_t
=no
14365 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14368 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14370 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14374 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14378 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14379 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false
; then :
14380 $as_echo_n "(cached) " >&6
14382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14383 /* end confdefs.h. */
14386 #include <sys/procfs.h>
14390 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14395 if ac_fn_c_try_compile
"$LINENO"; then :
14396 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=yes
14398 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=no
14401 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14404 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14406 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14410 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14414 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14415 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false
; then :
14416 $as_echo_n "(cached) " >&6
14418 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14419 /* end confdefs.h. */
14422 #include <sys/procfs.h>
14431 if ac_fn_c_try_compile
"$LINENO"; then :
14432 bfd_cv_have_sys_procfs_type_psinfo32_t
=yes
14434 bfd_cv_have_sys_procfs_type_psinfo32_t
=no
14437 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14440 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14442 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14446 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14450 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14451 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false
; then :
14452 $as_echo_n "(cached) " >&6
14454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14455 /* end confdefs.h. */
14458 #include <sys/procfs.h>
14462 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14467 if ac_fn_c_try_compile
"$LINENO"; then :
14468 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=yes
14470 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=no
14473 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14476 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14478 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14482 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14486 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14487 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false
; then :
14488 $as_echo_n "(cached) " >&6
14490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14491 /* end confdefs.h. */
14494 #include <sys/procfs.h>
14503 if ac_fn_c_try_compile
"$LINENO"; then :
14504 bfd_cv_have_sys_procfs_type_lwpstatus_t
=yes
14506 bfd_cv_have_sys_procfs_type_lwpstatus_t
=no
14509 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14512 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14514 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14518 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14522 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14523 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false
; then :
14524 $as_echo_n "(cached) " >&6
14526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14527 /* end confdefs.h. */
14530 #include <sys/procfs.h>
14539 if ac_fn_c_try_compile
"$LINENO"; then :
14540 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=yes
14542 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=no
14545 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14548 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14550 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14554 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14558 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14559 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false
; then :
14560 $as_echo_n "(cached) " >&6
14562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14563 /* end confdefs.h. */
14566 #include <sys/procfs.h>
14570 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14575 if ac_fn_c_try_compile
"$LINENO"; then :
14576 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=yes
14578 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=no
14581 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14584 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14586 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14590 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14594 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14595 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false
; then :
14596 $as_echo_n "(cached) " >&6
14598 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14599 /* end confdefs.h. */
14602 #include <sys/procfs.h>
14606 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14611 if ac_fn_c_try_compile
"$LINENO"; then :
14612 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=yes
14614 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=no
14617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14620 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14622 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14626 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14630 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14631 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false
; then :
14632 $as_echo_n "(cached) " >&6
14634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14635 /* end confdefs.h. */
14638 #include <sys/procfs.h>
14642 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14647 if ac_fn_c_try_compile
"$LINENO"; then :
14648 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=yes
14650 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=no
14653 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14656 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14658 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14662 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14666 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14667 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false
; then :
14668 $as_echo_n "(cached) " >&6
14670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14671 /* end confdefs.h. */
14674 #include <sys/procfs.h>
14678 win32_pstatus_t avar
14683 if ac_fn_c_try_compile
"$LINENO"; then :
14684 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=yes
14686 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=no
14689 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14692 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14694 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14698 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14704 if test -n "$CORE_HEADER"; then
14706 cat >>confdefs.h
<<_ACEOF
14707 #define CORE_HEADER $CORE_HEADER
14711 if test -n "$TRAD_HEADER"; then
14713 cat >>confdefs.h
<<_ACEOF
14714 #define TRAD_HEADER $TRAD_HEADER
14719 if test "$plugins" = "yes"; then
14727 # Determine the host dependent file_ptr a.k.a. off_t type. In order
14728 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14729 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14730 # Hopefully a reasonable assumption since fseeko et.al. should be
14731 # upward compatible.
14732 for ac_func
in ftello ftello64 fseeko fseeko64 fopen64
14734 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14735 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14736 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14737 cat >>confdefs.h
<<_ACEOF
14738 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14744 ac_fn_c_check_decl
"$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14745 if test "x$ac_cv_have_decl_ftello" = xyes
; then :
14751 cat >>confdefs.h
<<_ACEOF
14752 #define HAVE_DECL_FTELLO $ac_have_decl
14754 ac_fn_c_check_decl
"$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14755 if test "x$ac_cv_have_decl_ftello64" = xyes
; then :
14761 cat >>confdefs.h
<<_ACEOF
14762 #define HAVE_DECL_FTELLO64 $ac_have_decl
14764 ac_fn_c_check_decl
"$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14765 if test "x$ac_cv_have_decl_fseeko" = xyes
; then :
14771 cat >>confdefs.h
<<_ACEOF
14772 #define HAVE_DECL_FSEEKO $ac_have_decl
14774 ac_fn_c_check_decl
"$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14775 if test "x$ac_cv_have_decl_fseeko64" = xyes
; then :
14781 cat >>confdefs.h
<<_ACEOF
14782 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14784 ac_fn_c_check_decl
"$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14785 if test "x$ac_cv_have_decl_fopen64" = xyes
; then :
14791 cat >>confdefs.h
<<_ACEOF
14792 #define HAVE_DECL_FOPEN64 $ac_have_decl
14795 if test x
"$ac_cv_func_ftello" = xyes
-a x
"$ac_cv_func_fseeko" = xyes
; then
14796 # The cast to long int works around a bug in the HP C Compiler
14797 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14798 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14799 # This bug is HP SR number 8606223364.
14800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14801 $as_echo_n "checking size of off_t... " >&6; }
14802 if ${ac_cv_sizeof_off_t+:} false
; then :
14803 $as_echo_n "(cached) " >&6
14805 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
14808 if test "$ac_cv_type_off_t" = yes; then
14809 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14810 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14811 as_fn_error
77 "cannot compute sizeof (off_t)
14812 See \`config.log' for more details" "$LINENO" 5; }
14814 ac_cv_sizeof_off_t
=0
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14820 $as_echo "$ac_cv_sizeof_off_t" >&6; }
14824 cat >>confdefs.h
<<_ACEOF
14825 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
14830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14831 $as_echo_n "checking file_ptr type... " >&6; }
14832 bfd_file_ptr
="long"
14833 bfd_ufile_ptr
="unsigned long"
14834 if test x
"$ac_cv_func_ftello64" = xyes
-a x
"$ac_cv_func_fseeko64" = xyes \
14835 -o x
"${ac_cv_sizeof_off_t}" = x8
; then
14836 bfd_file_ptr
=int64_t
14837 bfd_ufile_ptr
=uint64_t
14839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14840 $as_echo "$bfd_file_ptr" >&6; }
14847 for ac_header
in $ac_header_list
14849 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14850 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14852 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
14853 cat >>confdefs.h
<<_ACEOF
14854 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14868 for ac_func
in getpagesize
14870 ac_fn_c_check_func
"$LINENO" "getpagesize" "ac_cv_func_getpagesize"
14871 if test "x$ac_cv_func_getpagesize" = xyes
; then :
14872 cat >>confdefs.h
<<_ACEOF
14873 #define HAVE_GETPAGESIZE 1
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14880 $as_echo_n "checking for working mmap... " >&6; }
14881 if ${ac_cv_func_mmap_fixed_mapped+:} false
; then :
14882 $as_echo_n "(cached) " >&6
14884 if test "$cross_compiling" = yes; then :
14885 ac_cv_func_mmap_fixed_mapped
=no
14887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14888 /* end confdefs.h. */
14889 $ac_includes_default
14890 /* malloc might have been renamed as rpl_malloc. */
14893 /* Thanks to Mike Haertel and Jim Avera for this test.
14894 Here is a matrix of mmap possibilities:
14895 mmap private not fixed
14896 mmap private fixed at somewhere currently unmapped
14897 mmap private fixed at somewhere already mapped
14898 mmap shared not fixed
14899 mmap shared fixed at somewhere currently unmapped
14900 mmap shared fixed at somewhere already mapped
14901 For private mappings, we should verify that changes cannot be read()
14902 back from the file, nor mmap's back from the file at a different
14903 address. (There have been systems where private was not correctly
14904 implemented like the infamous i386 svr4.0, and systems where the
14905 VM page cache was not coherent with the file system buffer cache
14906 like early versions of FreeBSD and possibly contemporary NetBSD.)
14907 For shared mappings, we should conversely verify that changes get
14908 propagated back to all the places they're supposed to be.
14910 Grep wants private fixed already mapped.
14911 The main things grep needs to know about mmap are:
14912 * does it exist and is it safe to write into the mmap'd area
14913 * how to use it (BSD variants) */
14916 #include <sys/mman.h>
14918 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14922 /* This mess was copied from the GNU getpagesize.h. */
14923 #ifndef HAVE_GETPAGESIZE
14924 # ifdef _SC_PAGESIZE
14925 # define getpagesize() sysconf(_SC_PAGESIZE)
14926 # else /* no _SC_PAGESIZE */
14927 # ifdef HAVE_SYS_PARAM_H
14928 # include <sys/param.h>
14929 # ifdef EXEC_PAGESIZE
14930 # define getpagesize() EXEC_PAGESIZE
14931 # else /* no EXEC_PAGESIZE */
14933 # define getpagesize() NBPG * CLSIZE
14936 # endif /* no CLSIZE */
14937 # else /* no NBPG */
14939 # define getpagesize() NBPC
14940 # else /* no NBPC */
14942 # define getpagesize() PAGESIZE
14943 # endif /* PAGESIZE */
14944 # endif /* no NBPC */
14945 # endif /* no NBPG */
14946 # endif /* no EXEC_PAGESIZE */
14947 # else /* no HAVE_SYS_PARAM_H */
14948 # define getpagesize() 8192 /* punt totally */
14949 # endif /* no HAVE_SYS_PARAM_H */
14950 # endif /* no _SC_PAGESIZE */
14952 #endif /* no HAVE_GETPAGESIZE */
14957 char *data, *data2, *data3;
14958 const char *cdata2;
14962 pagesize = getpagesize ();
14964 /* First, make a file with some known garbage in it. */
14965 data = (char *) malloc (pagesize);
14968 for (i = 0; i < pagesize; ++i)
14969 *(data + i) = rand ();
14971 fd = creat ("conftest.mmap", 0600);
14974 if (write (fd, data, pagesize) != pagesize)
14978 /* Next, check that the tail of a page is zero-filled. File must have
14979 non-zero length, otherwise we risk SIGBUS for entire page. */
14980 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14984 if (write (fd2, cdata2, 1) != 1)
14986 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14987 if (data2 == MAP_FAILED)
14989 for (i = 0; i < pagesize; ++i)
14993 if (munmap (data2, pagesize))
14996 /* Next, try to mmap the file at a fixed address which already has
14997 something else allocated at it. If we can, also make sure that
14998 we see the same garbage. */
14999 fd = open ("conftest.mmap", O_RDWR);
15002 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15003 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15005 for (i = 0; i < pagesize; ++i)
15006 if (*(data + i) != *(data2 + i))
15009 /* Finally, make sure that changes to the mapped area do not
15010 percolate back to the file as seen by read(). (This is a bug on
15011 some variants of i386 svr4.0.) */
15012 for (i = 0; i < pagesize; ++i)
15013 *(data2 + i) = *(data2 + i) + 1;
15014 data3 = (char *) malloc (pagesize);
15017 if (read (fd, data3, pagesize) != pagesize)
15019 for (i = 0; i < pagesize; ++i)
15020 if (*(data + i) != *(data3 + i))
15026 if ac_fn_c_try_run
"$LINENO"; then :
15027 ac_cv_func_mmap_fixed_mapped
=yes
15029 ac_cv_func_mmap_fixed_mapped
=no
15031 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15032 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15037 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15038 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15040 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15043 rm -f conftest.mmap conftest.txt
15045 for ac_func
in madvise mprotect
15047 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15048 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15049 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15050 cat >>confdefs.h
<<_ACEOF
15051 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15057 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15059 $as_echo "#define USE_MMAP 1" >>confdefs.h
15063 ac_config_files
="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15066 ac_config_commands
="$ac_config_commands default"
15074 cat >confcache
<<\_ACEOF
15075 # This file is a shell script that caches the results of configure
15076 # tests run on this system so they can be shared between configure
15077 # scripts and configure runs, see configure's option --config-cache.
15078 # It is not useful on other systems. If it contains results you don't
15079 # want to keep, you may remove or edit it.
15081 # config.status only pays attention to the cache file if you give it
15082 # the --recheck option to rerun configure.
15084 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15085 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15086 # following values.
15090 # The following way of writing the cache mishandles newlines in values,
15091 # but we know of no workaround that is simple, portable, and efficient.
15092 # So, we kill variables containing newlines.
15093 # Ultrix sh set writes to stderr and can't be redirected directly,
15094 # and sets the high bit in the cache file unless we assign to the vars.
15096 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15097 eval ac_val
=\$
$ac_var
15101 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15102 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15105 _ | IFS | as_nl
) ;; #(
15106 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15107 *) { eval $ac_var=; unset $ac_var;} ;;
15113 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15114 *${as_nl}ac_space
=\
*)
15115 # `set' does not quote correctly, so add quotes: double-quote
15116 # substitution turns \\\\ into \\, and sed turns \\ into \.
15119 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15122 # `set' quotes correctly as required by POSIX, so do not add quotes.
15123 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15132 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15134 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15136 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15137 if test -w "$cache_file"; then
15138 if test "x$cache_file" != "x/dev/null"; then
15139 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15140 $as_echo "$as_me: updating cache $cache_file" >&6;}
15141 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15142 cat confcache
>"$cache_file"
15144 case $cache_file in #(
15146 mv -f confcache
"$cache_file"$$
&&
15147 mv -f "$cache_file"$$
"$cache_file" ;; #(
15149 mv -f confcache
"$cache_file" ;;
15154 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15155 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15160 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15161 # Let make expand exec_prefix.
15162 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15164 DEFS
=-DHAVE_CONFIG_H
15169 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15170 # 1. Remove the extension, and $U if already installed.
15171 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15172 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15173 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15174 # will be set to the directory where LIBOBJS objects are built.
15175 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15176 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15178 LIBOBJS
=$ac_libobjs
15180 LTLIBOBJS
=$ac_ltlibobjs
15183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15184 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15185 if test -n "$am_sleep_pid"; then
15186 # Hide warnings about reused PIDs.
15187 wait $am_sleep_pid 2>/dev
/null
15189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15190 $as_echo "done" >&6; }
15191 if test -n "$EXEEXT"; then
15193 am__EXEEXT_FALSE
='#'
15195 am__EXEEXT_TRUE
='#'
15199 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15200 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15201 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15203 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15204 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15205 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15207 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15208 as_fn_error $?
"conditional \"PLUGINS\" was never defined.
15209 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15211 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15212 as_fn_error $?
"conditional \"ENABLE_BFD_64_BIT\" was never defined.
15213 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15215 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15216 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15217 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15219 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15220 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
15221 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15223 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15224 as_fn_error $?
"conditional \"INSTALL_LIBBFD\" was never defined.
15225 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15228 : "${CONFIG_STATUS=./config.status}"
15230 ac_clean_files_save
=$ac_clean_files
15231 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15232 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15233 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15235 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15237 # Generated by $as_me.
15238 # Run this file to recreate the current configuration.
15239 # Compiler output produced by configure, useful for debugging
15240 # configure, is in config.log if it exists.
15243 ac_cs_recheck=false
15246 SHELL=\${CONFIG_SHELL-$SHELL}
15249 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15250 ## -------------------- ##
15251 ## M4sh Initialization. ##
15252 ## -------------------- ##
15254 # Be more Bourne compatible
15255 DUALCASE
=1; export DUALCASE
# for MKS sh
15256 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15259 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15260 # is contrary to our usage. Disable this feature.
15261 alias -g '${1+"$@"}'='"$@"'
15262 setopt NO_GLOB_SUBST
15264 case `(set -o) 2>/dev/null` in #(
15276 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15277 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15278 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15279 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15280 # Prefer a ksh shell builtin over an external printf program on Solaris,
15281 # but without wasting forks for bash or zsh.
15282 if test -z "$BASH_VERSION$ZSH_VERSION" \
15283 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15284 as_echo='print
-r --'
15285 as_echo_n='print
-rn --'
15286 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15287 as_echo='printf %s
\n'
15288 as_echo_n='printf %s
'
15290 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15291 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15292 as_echo_n='/usr
/ucb
/echo -n'
15294 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15295 as_echo_n_body='eval
15299 expr "X$arg" : "X\\(.*\\)$as_nl";
15300 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15302 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15304 export as_echo_n_body
15305 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15307 export as_echo_body
15308 as_echo='sh
-c $as_echo_body as_echo
'
15311 # The user is always right.
15312 if test "${PATH_SEPARATOR+set}" != set; then
15314 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15315 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15322 # We need space, tab and new line, in precisely that order. Quoting is
15323 # there to prevent editors from complaining about space-tab.
15324 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15325 # splitting by setting IFS to empty value.)
15328 # Find who we are. Look in the path if we contain no directory separator.
15331 *[\\/]* ) as_myself=$0 ;;
15332 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15333 for as_dir in $PATH
15336 test -z "$as_dir" && as_dir=.
15337 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15343 # We did not find ourselves, most probably we were run as `sh COMMAND'
15344 # in which case we are not to be found in the path.
15345 if test "x$as_myself" = x
; then
15348 if test ! -f "$as_myself"; then
15349 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15353 # Unset variables that we do not need and which cause bugs (e.g. in
15354 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15355 # suppresses any "Segmentation fault" message there. '((' could
15356 # trigger a bug in pdksh 5.2.14.
15357 for as_var
in BASH_ENV ENV MAIL MAILPATH
15358 do eval test x\
${$as_var+set} = xset \
15359 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15372 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15375 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15376 # ----------------------------------------
15377 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15378 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15379 # script with STATUS, using 1 if that was 0.
15382 as_status
=$1; test $as_status -eq 0 && as_status
=1
15384 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15385 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15387 $as_echo "$as_me: error: $2" >&2
15388 as_fn_exit
$as_status
15392 # as_fn_set_status STATUS
15393 # -----------------------
15394 # Set $? to STATUS, without forking.
15395 as_fn_set_status
()
15398 } # as_fn_set_status
15400 # as_fn_exit STATUS
15401 # -----------------
15402 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15406 as_fn_set_status
$1
15412 # Portably unset VAR.
15415 { eval $1=; unset $1;}
15417 as_unset
=as_fn_unset
15418 # as_fn_append VAR VALUE
15419 # ----------------------
15420 # Append the text in VALUE to the end of the definition contained in VAR. Take
15421 # advantage of any shell optimizations that allow amortized linear growth over
15422 # repeated appends, instead of the typical quadratic growth present in naive
15424 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15425 eval 'as_fn_append ()
15436 # as_fn_arith ARG...
15437 # ------------------
15438 # Perform arithmetic evaluation on the ARGs, and store the result in the
15439 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15440 # must be portable across $(()) and expr.
15441 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15442 eval 'as_fn_arith ()
15449 as_val
=`expr "$@" || test $? -eq 1`
15454 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15455 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15461 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15462 as_basename
=basename
15467 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15473 as_me
=`$as_basename -- "$0" ||
15474 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15475 X"$0" : 'X\(//\)$' \| \
15476 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15478 sed '/^.*\/\([^/][^/]*\)\/*$/{
15492 # Avoid depending upon Character Ranges.
15493 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15494 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15495 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15496 as_cr_digits
='0123456789'
15497 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15499 ECHO_C
= ECHO_N
= ECHO_T
=
15500 case `echo -n x` in #(((((
15502 case `echo 'xy\c'` in
15503 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15505 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15512 rm -f conf$$ conf$$.exe conf$$.
file
15513 if test -d conf$$.dir
; then
15514 rm -f conf$$.dir
/conf$$.
file
15517 mkdir conf$$.dir
2>/dev
/null
15519 if (echo >conf$$.
file) 2>/dev
/null
; then
15520 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15522 # ... but there are two gotchas:
15523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15525 # In both cases, we have to default to `cp -pR'.
15526 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15528 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15536 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15537 rmdir conf$$.dir
2>/dev
/null
15542 # Create "$as_dir" as a directory, including parents if necessary.
15547 -*) as_dir
=.
/$as_dir;;
15549 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15553 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15554 *) as_qdir
=$as_dir;;
15556 as_dirs
="'$as_qdir' $as_dirs"
15557 as_dir
=`$as_dirname -- "$as_dir" ||
15558 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15559 X"$as_dir" : 'X\(//\)[^/]' \| \
15560 X"$as_dir" : 'X\(//\)$' \| \
15561 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15562 $as_echo X"$as_dir" |
15563 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15567 /^X\(\/\/\)[^/].*/{
15580 test -d "$as_dir" && break
15582 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15583 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
15587 if mkdir
-p .
2>/dev
/null
; then
15588 as_mkdir_p
='mkdir -p "$as_dir"'
15590 test -d .
/-p && rmdir .
/-p
15595 # as_fn_executable_p FILE
15596 # -----------------------
15597 # Test if FILE is an executable regular file.
15598 as_fn_executable_p
()
15600 test -f "$1" && test -x "$1"
15601 } # as_fn_executable_p
15602 as_test_x
='test -x'
15603 as_executable_p
=as_fn_executable_p
15605 # Sed expression to map a string onto a valid CPP name.
15606 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15608 # Sed expression to map a string onto a valid variable name.
15609 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15613 ## ----------------------------------- ##
15614 ## Main body of $CONFIG_STATUS script. ##
15615 ## ----------------------------------- ##
15617 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15619 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15620 # Save the log message, to keep $0 and so on meaningful, and to
15621 # report actual input values of CONFIG_FILES etc. instead of their
15622 # values after options handling.
15624 This file was extended by bfd $as_me 2.38.50, which was
15625 generated by GNU Autoconf 2.69. Invocation command line was
15627 CONFIG_FILES = $CONFIG_FILES
15628 CONFIG_HEADERS = $CONFIG_HEADERS
15629 CONFIG_LINKS = $CONFIG_LINKS
15630 CONFIG_COMMANDS = $CONFIG_COMMANDS
15633 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15638 case $ac_config_files in *"
15639 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15642 case $ac_config_headers in *"
15643 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
15647 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15648 # Files that config.status was made for.
15649 config_files="$ac_config_files"
15650 config_headers="$ac_config_headers"
15651 config_commands="$ac_config_commands"
15655 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15657 \`$as_me' instantiates files and other configuration actions
15658 from templates according to the current configuration. Unless the files
15659 and actions are specified as TAGs, all are instantiated by default.
15661 Usage: $0 [OPTION]... [TAG]...
15663 -h, --help print this help, then exit
15664 -V, --version print version number and configuration settings, then exit
15665 --config print configuration, then exit
15666 -q, --quiet, --silent
15667 do not print progress messages
15668 -d, --debug don't remove temporary files
15669 --recheck update $as_me by reconfiguring in the same conditions
15670 --file=FILE[:TEMPLATE]
15671 instantiate the configuration file FILE
15672 --header=FILE[:TEMPLATE]
15673 instantiate the configuration header FILE
15675 Configuration files:
15678 Configuration headers:
15681 Configuration commands:
15684 Report bugs to the package provider."
15687 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15688 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15690 bfd config.status 2.38.50
15691 configured by $0, generated by GNU Autoconf 2.69,
15692 with options \\"\$ac_cs_config\\"
15694 Copyright (C) 2012 Free Software Foundation, Inc.
15695 This config.status script is free software; the Free Software Foundation
15696 gives unlimited permission to copy, distribute and modify it."
15703 test -n "\$AWK" || AWK=awk
15706 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15707 # The default lists apply if the user does not specify any file.
15713 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15714 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15718 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15730 # Handling of the options.
15731 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15733 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15734 $as_echo "$ac_cs_version"; exit ;;
15735 --config |
--confi |
--conf |
--con |
--co |
--c )
15736 $as_echo "$ac_cs_config"; exit ;;
15737 --debug |
--debu |
--deb |
--de |
--d |
-d )
15739 --file |
--fil |
--fi |
--f )
15742 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15743 '') as_fn_error $?
"missing file argument" ;;
15745 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15746 ac_need_defaults
=false
;;
15747 --header |
--heade |
--head |
--hea )
15750 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15752 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
15753 ac_need_defaults
=false
;;
15755 # Conflict between --help and --header
15756 as_fn_error $?
"ambiguous option: \`$1'
15757 Try \`$0 --help' for more information.";;
15758 --help |
--hel |
-h )
15759 $as_echo "$ac_cs_usage"; exit ;;
15760 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15761 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15764 # This is an error.
15765 -*) as_fn_error $?
"unrecognized option: \`$1'
15766 Try \`$0 --help' for more information." ;;
15768 *) as_fn_append ac_config_targets
" $1"
15769 ac_need_defaults
=false
;;
15775 ac_configure_extra_args
=
15777 if $ac_cs_silent; then
15779 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15784 if \$ac_cs_recheck; then
15785 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15787 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15788 CONFIG_SHELL='$SHELL'
15789 export CONFIG_SHELL
15794 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15798 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15799 ## Running $as_me. ##
15805 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15809 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15812 # The HP-UX ksh and POSIX shell print the target directory to stdout
15813 # if CDPATH is set.
15814 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15816 sed_quote_subst='$sed_quote_subst'
15817 double_quote_subst='$double_quote_subst'
15818 delay_variable_subst='$delay_variable_subst'
15819 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15820 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15821 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15822 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15823 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15824 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15825 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15826 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15827 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15828 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15829 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15830 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15831 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15832 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15833 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15834 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15835 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15836 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15837 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15838 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15839 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15840 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15841 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15842 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15843 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15844 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15845 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15846 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15847 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15848 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15849 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15850 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15851 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15852 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15853 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15854 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15855 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15856 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15857 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15858 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15859 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15860 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15861 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15862 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15863 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15864 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15865 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15866 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15867 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"`'
15868 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15869 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15870 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15871 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15872 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15873 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15874 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15875 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15876 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15877 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15878 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15879 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15880 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15881 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15882 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15883 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15884 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15885 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15886 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15887 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15888 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15889 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15890 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15891 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15892 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15893 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15894 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15895 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15896 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15897 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15898 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15899 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15900 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15901 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15902 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15903 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15904 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15905 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15906 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15907 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15908 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15909 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15910 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15911 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15912 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15913 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15914 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15915 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15916 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15917 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15918 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15919 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15920 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15921 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15922 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15923 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15924 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15925 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15926 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15927 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15928 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15929 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15930 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15931 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15932 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15933 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15934 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15935 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15936 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15937 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15938 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15941 LTCFLAGS='$LTCFLAGS'
15942 compiler='$compiler_DEFAULT'
15944 # A function that is used when there is no print builtin or printf.
15945 func_fallback_echo ()
15947 eval 'cat <<_LTECHO_EOF
15952 # Quote evaled strings.
15966 deplibs_check_method \
15975 lt_cv_sys_global_symbol_pipe \
15976 lt_cv_sys_global_symbol_to_cdecl \
15977 lt_cv_sys_global_symbol_to_c_name_address \
15978 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15979 lt_prog_compiler_no_builtin_flag \
15980 lt_prog_compiler_wl \
15981 lt_prog_compiler_pic \
15982 lt_prog_compiler_static \
15983 lt_cv_prog_compiler_c_o \
15991 export_dynamic_flag_spec \
15992 whole_archive_flag_spec \
15993 compiler_needs_object \
15995 allow_undefined_flag \
15996 no_undefined_flag \
15997 hardcode_libdir_flag_spec \
15998 hardcode_libdir_flag_spec_ld \
15999 hardcode_libdir_separator \
16004 variables_saved_for_relink \
16006 library_names_spec \
16008 install_override_mode \
16012 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16013 *[\\\\\\\`\\"\\\$]*)
16014 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16017 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16022 # Double-quote double-evaled strings.
16023 for var in reload_cmds \
16024 old_postinstall_cmds \
16025 old_postuninstall_cmds \
16027 extract_expsyms_cmds \
16028 old_archive_from_new_cmds \
16029 old_archive_from_expsyms_cmds \
16031 archive_expsym_cmds \
16033 module_expsym_cmds \
16034 export_symbols_cmds \
16037 postuninstall_cmds \
16039 sys_lib_search_path_spec \
16040 sys_lib_dlsearch_path_spec; do
16041 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16042 *[\\\\\\\`\\"\\\$]*)
16043 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16046 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16051 ac_aux_dir='$ac_aux_dir'
16052 xsi_shell='$xsi_shell'
16053 lt_shell_append='$lt_shell_append'
16055 # See if we are running on zsh, and set the options which allow our
16056 # commands through without removal of \ escapes INIT.
16057 if test -n "\${ZSH_VERSION+set}" ; then
16058 setopt NO_GLOB_SUBST
16064 TIMESTAMP='$TIMESTAMP'
16070 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16071 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16073 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16074 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16075 LINGUAS="${LINGUAS-%UNSET%}"
16081 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16083 # Handling of arguments.
16084 for ac_config_target
in $ac_config_targets
16086 case $ac_config_target in
16087 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16088 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16089 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
16090 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16091 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16092 "bfd-in3.h") CONFIG_FILES
="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16093 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16094 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
16096 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16101 # If the user did not use the arguments to specify the items to instantiate,
16102 # then the envvar interface is used. Set only those that are not.
16103 # We use the long form for the default assignment because of an extremely
16104 # bizarre bug on SunOS 4.1.3.
16105 if $ac_need_defaults; then
16106 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16107 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16108 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16111 # Have a temporary directory for convenience. Make it in the build tree
16112 # simply because there is no reason against having it here, and in addition,
16113 # creating and moving files from /tmp can sometimes cause problems.
16114 # Hook for its removal unless debugging.
16115 # Note that there is a small window in which the directory will not be cleaned:
16116 # after its creation but before its name has been assigned to `$tmp'.
16120 trap 'exit_status=$?
16121 : "${ac_tmp:=$tmp}"
16122 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16124 trap 'as_fn_exit 1' 1 2 13 15
16126 # Create a (secure) tmp directory for tmp files.
16129 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16133 tmp
=.
/conf$$
-$RANDOM
16134 (umask 077 && mkdir
"$tmp")
16135 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16138 # Set up the scripts for CONFIG_FILES section.
16139 # No need to generate them if there are no CONFIG_FILES.
16140 # This happens for instance with `./config.status config.h'.
16141 if test -n "$CONFIG_FILES"; then
16144 ac_cr
=`echo X | tr X '\015'`
16145 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16146 # But we know of no other shell where ac_cr would be empty at this
16147 # point, so we can use a bashism as a fallback.
16148 if test "x$ac_cr" = x
; then
16149 eval ac_cr
=\$
\'\\r
\'
16151 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16152 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16155 ac_cs_awk_cr
=$ac_cr
16158 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16163 echo "cat >conf$$subs.awk <<_ACEOF" &&
16164 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16166 } >conf$$subs.sh ||
16167 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16168 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16170 for ac_last_try in false false false false false :; do
16171 . ./conf$$subs.sh ||
16172 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16174 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16175 if test $ac_delim_n = $ac_delim_num; then
16177 elif $ac_last_try; then
16178 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16180 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16183 rm -f conf$$subs.sh
16185 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16186 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16190 s/^/S["/; s
/!.
*/"]=/
16200 s/\(.\{148\}\)..*/\1/
16202 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16207 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16214 s/\(.\{148\}\)..*/\1/
16216 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16220 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16225 ' <conf$$subs.awk | sed '
16230 ' >>$CONFIG_STATUS || ac_write_fail=1
16231 rm -f conf$$subs.awk
16232 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16234 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16235 for (key in S) S_is_set[key] = 1
16241 nfields = split(line, field, "@
")
16243 len = length(field[1])
16244 for (i = 2; i < nfields; i++) {
16246 keylen = length(key)
16247 if (S_is_set[key]) {
16249 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16250 len += length(value) + length(field[++i])
16261 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16262 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16263 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16266 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16267 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16270 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16271 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16272 # trailing colons and then remove the whole line if VPATH becomes empty
16273 # (actually we leave an empty line to preserve line numbers).
16274 if test "x
$srcdir" = x.; then
16275 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16293 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16294 fi # test -n "$CONFIG_FILES"
16296 # Set up the scripts for CONFIG_HEADERS section.
16297 # No need to generate them if there are no CONFIG_HEADERS.
16298 # This happens for instance with `./config.status Makefile'.
16299 if test -n "$CONFIG_HEADERS"; then
16300 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
16304 # Transform confdefs.h into an awk script `defines.awk', embedded as
16305 # here-document in config.status, that substitutes the proper values into
16306 # config.h.in to produce config.h.
16308 # Create a delimiter string that does not exist in confdefs.h, to ease
16309 # handling of long lines.
16311 for ac_last_try in false false :; do
16312 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
16313 if test -z "$ac_tt"; then
16315 elif $ac_last_try; then
16316 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
16318 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16322 # For the awk script, D is an array of macro values keyed by name,
16323 # likewise P contains macro parameters if any. Preserve backslash
16324 # newline sequences.
16326 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16328 s/.\{148\}/&'"$ac_delim"'/g
16331 s/^[ ]*#[ ]*define[ ][ ]*/ /
16338 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
16340 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
16344 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
16345 D["\
1"]=" \
3\\\\\\n
"\\/p
16347 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
16352 s/.\{148\}/&'"$ac_delim"'/g
16357 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
16360 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
16362 ' <confdefs.h | sed '
16363 s/'"$ac_delim"'/"\\\
16364 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16366 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16367 for (key in D) D_is_set[key] = 1
16370 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16372 split(line, arg, " ")
16373 if (arg[1] == "#") {
16377 defundef
= substr
(arg
[1], 2)
16380 split(mac1
, mac2
, "(") #)
16382 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
16383 if (D_is_set
[macro
]) {
16384 # Preserve the white space surrounding the "#".
16385 print prefix
"define", macro P
[macro
] D
[macro
]
16388 # Replace #undef with comments. This is necessary, for example,
16389 # in the case of _POSIX_SOURCE, which is predefined and required
16390 # on some systems where configure will not decide to define it.
16391 if (defundef
== "undef") {
16392 print
"/*", prefix defundef
, macro
, "*/"
16400 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16401 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
16402 fi # test -n "$CONFIG_HEADERS"
16405 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16410 :[FHLC
]) ac_mode
=$ac_tag; continue;;
16412 case $ac_mode$ac_tag in
16414 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
16415 :[FH
]-) ac_tag
=-:-;;
16416 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
16433 -) ac_f
="$ac_tmp/stdin";;
16434 *) # Look for the file first in the build tree, then in the source tree
16435 # (if the path is not absolute). The absolute path cannot be DOS-style,
16436 # because $ac_f cannot contain `:'.
16440 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
16442 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16444 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16445 as_fn_append ac_file_inputs
" '$ac_f'"
16448 # Let's still pretend it is `configure' which instantiates (i.e., don't
16449 # use $as_me), people would be surprised to read:
16450 # /* config.h. Generated by config.status. */
16451 configure_input
='Generated from '`
16452 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16454 if test x
"$ac_file" != x-
; then
16455 configure_input
="$ac_file. $configure_input"
16456 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16457 $as_echo "$as_me: creating $ac_file" >&6;}
16459 # Neutralize special characters interpreted by sed in replacement strings.
16460 case $configure_input in #(
16461 *\
&* |
*\|
* |
*\\* )
16462 ac_sed_conf_input
=`$as_echo "$configure_input" |
16463 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16464 *) ac_sed_conf_input
=$configure_input;;
16468 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
16469 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
16474 ac_dir
=`$as_dirname -- "$ac_file" ||
16475 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16476 X"$ac_file" : 'X\(//\)[^/]' \| \
16477 X"$ac_file" : 'X\(//\)$' \| \
16478 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16479 $as_echo X"$ac_file" |
16480 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16484 /^X\(\/\/\)[^/].*/{
16497 as_dir
="$ac_dir"; as_fn_mkdir_p
16501 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16503 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16504 # A ".." for each directory in $ac_dir_suffix.
16505 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16506 case $ac_top_builddir_sub in
16507 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16508 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
16511 ac_abs_top_builddir
=$ac_pwd
16512 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
16513 # for backward compatibility:
16514 ac_top_builddir
=$ac_top_build_prefix
16517 .
) # We are building in place.
16519 ac_top_srcdir
=$ac_top_builddir_sub
16520 ac_abs_top_srcdir
=$ac_pwd ;;
16521 [\\/]* | ?
:[\\/]* ) # Absolute name.
16522 ac_srcdir
=$srcdir$ac_dir_suffix;
16523 ac_top_srcdir
=$srcdir
16524 ac_abs_top_srcdir
=$srcdir ;;
16525 *) # Relative name.
16526 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
16527 ac_top_srcdir
=$ac_top_build_prefix$srcdir
16528 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
16530 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
16540 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
16541 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
16543 ac_MKDIR_P
=$MKDIR_P
16545 [\\/$
]* | ?
:[\\/]* ) ;;
16546 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
16550 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16551 # If the template does not know about datarootdir, expand it.
16552 # FIXME: This hack should be removed a few years after 2.60.
16553 ac_datarootdir_hack
=; ac_datarootdir_seen
=
16564 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16565 *datarootdir
*) ac_datarootdir_seen
=yes;;
16566 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
16567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16568 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16570 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16571 ac_datarootdir_hack='
16572 s&@datadir@&$datadir&g
16573 s&@docdir@&$docdir&g
16574 s&@infodir@&$infodir&g
16575 s&@localedir@&$localedir&g
16576 s&@mandir@&$mandir&g
16577 s&\\\${datarootdir}&$datarootdir&g' ;;
16581 # Neutralize VPATH when `$srcdir' = `.'.
16582 # Shell code in configure.ac might set extrasub.
16583 # FIXME: do we really want to maintain this feature?
16584 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16585 ac_sed_extra="$ac_vpsub
16588 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16590 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16591 s|@configure_input@|
$ac_sed_conf_input|
;t t
16592 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
16593 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
16594 s
&@srcdir@
&$ac_srcdir&;t t
16595 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
16596 s
&@top_srcdir@
&$ac_top_srcdir&;t t
16597 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
16598 s
&@builddir@
&$ac_builddir&;t t
16599 s
&@abs_builddir@
&$ac_abs_builddir&;t t
16600 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
16601 s
&@INSTALL@
&$ac_INSTALL&;t t
16602 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
16603 $ac_datarootdir_hack
16605 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
16606 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
16608 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16609 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
16610 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16611 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
16612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
16613 which seems to be undefined. Please make sure it is defined" >&5
16614 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
16615 which seems to be undefined. Please make sure it is defined" >&2;}
16617 rm -f "$ac_tmp/stdin"
16619 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16620 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16622 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16628 if test x"$ac_file" != x-; then
16630 $as_echo "/* $configure_input */" \
16631 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16632 } >"$ac_tmp/config.h" \
16633 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16634 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16635 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16636 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16639 mv "$ac_tmp/config.h" "$ac_file" \
16640 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16643 $as_echo "/* $configure_input */" \
16644 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16645 || as_fn_error $? "could not create -" "$LINENO" 5
16647 # Compute "$ac_file"'s index
in $config_headers.
16650 for _am_header
in $config_headers :; do
16651 case $_am_header in
16652 $_am_arg |
$_am_arg:* )
16655 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
16658 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16659 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16660 X"$_am_arg" : 'X\(//\)[^/]' \| \
16661 X"$_am_arg" : 'X\(//\)$' \| \
16662 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16663 $as_echo X"$_am_arg" |
16664 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16668 /^X\(\/\/\)[^/].*/{
16680 s/.*/./; q'`/stamp-h
$_am_stamp_count
16683 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16684 $as_echo "$as_me: executing $ac_file commands" >&6;}
16689 case $ac_file$ac_mode in
16690 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
16691 # Older Autoconf quotes --file arguments for eval, but not when files
16692 # are listed without --file. Let's play safe and only enable the eval
16693 # if we detect the quoting.
16694 case $CONFIG_FILES in
16695 *\'*) eval set x
"$CONFIG_FILES" ;;
16696 *) set x
$CONFIG_FILES ;;
16701 # Strip MF so we end up with the name of the file.
16702 mf
=`echo "$mf" | sed -e 's/:.*$//'`
16703 # Check whether this is an Automake generated Makefile or not.
16704 # We used to match only the files named 'Makefile.in', but
16705 # some people rename them; so instead we look at the file content.
16706 # Grep'ing the first line is not enough: some people post-process
16707 # each Makefile.in and add a new line on top of each file to say so.
16708 # Grep'ing the whole file is not good either: AIX grep has a line
16709 # limit of 2048, but all sed's we know have understand at least 4000.
16710 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
16711 dirpart
=`$as_dirname -- "$mf" ||
16712 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16713 X"$mf" : 'X\(//\)[^/]' \| \
16714 X"$mf" : 'X\(//\)$' \| \
16715 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16721 /^X\(\/\/\)[^/].*/{
16737 # Extract the definition of DEPDIR, am__include, and am__quote
16738 # from the Makefile without running 'make'.
16739 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
16740 test -z "$DEPDIR" && continue
16741 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
16742 test -z "$am__include" && continue
16743 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
16744 # Find all dependency output files, they are included files with
16745 # $(DEPDIR) in their names. We invoke sed twice because it is the
16746 # simplest approach to changing $(DEPDIR) to its actual value in the
16748 for file in `sed -n "
16749 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16750 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16751 # Make sure the directory exists.
16752 test -f "$dirpart/$file" && continue
16753 fdir
=`$as_dirname -- "$file" ||
16754 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16755 X"$file" : 'X\(//\)[^/]' \| \
16756 X"$file" : 'X\(//\)$' \| \
16757 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16758 $as_echo X"$file" |
16759 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16763 /^X\(\/\/\)[^/].*/{
16776 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
16777 # echo "creating $dirpart/$file"
16778 echo '# dummy' > "$dirpart/$file"
16785 # See if we are running on zsh, and set the options which allow our
16786 # commands through without removal of \ escapes.
16787 if test -n "${ZSH_VERSION+set}" ; then
16788 setopt NO_GLOB_SUBST
16791 cfgfile
="${ofile}T"
16792 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16795 cat <<_LT_EOF >> "$cfgfile"
16798 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16799 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16800 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16801 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16803 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16804 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16805 # Written by Gordon Matzigkeit, 1996
16807 # This file is part of GNU Libtool.
16809 # GNU Libtool is free software; you can redistribute it and/or
16810 # modify it under the terms of the GNU General Public License as
16811 # published by the Free Software Foundation; either version 2 of
16812 # the License, or (at your option) any later version.
16814 # As a special exception to the GNU General Public License,
16815 # if you distribute this file as part of a program or library that
16816 # is built using GNU Libtool, you may include this file under the
16817 # same distribution terms that you use for the rest of that program.
16819 # GNU Libtool is distributed in the hope that it will be useful,
16820 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16821 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16822 # GNU General Public License for more details.
16824 # You should have received a copy of the GNU General Public License
16825 # along with GNU Libtool; see the file COPYING. If not, a copy
16826 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16827 # obtained by writing to the Free Software Foundation, Inc.,
16828 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16831 # The names of the tagged configurations supported by this script.
16834 # ### BEGIN LIBTOOL CONFIG
16836 # Whether or not to build shared libraries.
16837 build_libtool_libs=$enable_shared
16839 # Which release of libtool.m4 was used?
16840 macro_version=$macro_version
16841 macro_revision=$macro_revision
16843 # Whether or not to build static libraries.
16844 build_old_libs=$enable_static
16846 # What type of objects to build.
16849 # Whether or not to optimize for fast installation.
16850 fast_install=$enable_fast_install
16852 # Shell to use when invoking shell scripts.
16855 # An echo program that protects backslashes.
16859 host_alias=$host_alias
16863 # The build system.
16864 build_alias=$build_alias
16868 # A sed program that does not truncate output.
16871 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16872 Xsed="\$SED -e 1s/^X//"
16874 # A grep program that handles long lines.
16880 # A literal string matcher.
16883 # A BSD- or MS-compatible name lister.
16886 # Whether we need soft or hard links.
16889 # What is the maximum length of a command?
16890 max_cmd_len=$max_cmd_len
16892 # Object file suffix (normally "o").
16895 # Executable file suffix (normally "").
16898 # whether the shell understands "unset".
16901 # turn spaces into newlines.
16904 # turn newlines into spaces.
16907 # An object symbol dumper.
16908 OBJDUMP=$lt_OBJDUMP
16910 # Method to check whether dependent libraries are shared objects.
16911 deplibs_check_method=$lt_deplibs_check_method
16913 # Command to use when deplibs_check_method == "file_magic".
16914 file_magic_cmd=$lt_file_magic_cmd
16918 AR_FLAGS=$lt_AR_FLAGS
16920 # A symbol stripping program.
16923 # Commands used to install an old-style archive.
16925 old_postinstall_cmds=$lt_old_postinstall_cmds
16926 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16928 # Whether to use a lock for old archive extraction.
16929 lock_old_archive_extraction=$lock_old_archive_extraction
16934 # LTCC compiler flags.
16935 LTCFLAGS=$lt_CFLAGS
16937 # Take the output of nm and produce a listing of raw symbols and C names.
16938 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16940 # Transform the output of nm in a proper C declaration.
16941 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16943 # Transform the output of nm in a C name address pair.
16944 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16946 # Transform the output of nm in a C name address pair when lib prefix is needed.
16947 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16949 # The name of the directory that contains temporary libtool files.
16952 # Used to examine libraries when file_magic_cmd begins with "file".
16953 MAGIC_CMD=$MAGIC_CMD
16955 # Must we lock files when doing compilation?
16956 need_locks=$lt_need_locks
16958 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16959 DSYMUTIL=$lt_DSYMUTIL
16961 # Tool to change global to local symbols on Mac OS X.
16964 # Tool to manipulate fat objects and archives on Mac OS X.
16967 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16970 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16971 OTOOL64=$lt_OTOOL64
16973 # Old archive suffix (normally "a").
16976 # Shared library suffix (normally ".so").
16977 shrext_cmds=$lt_shrext_cmds
16979 # The commands to extract the exported symbol list from a shared archive.
16980 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16982 # Variables whose values should be saved in libtool wrapper scripts and
16983 # restored at link time.
16984 variables_saved_for_relink=$lt_variables_saved_for_relink
16986 # Do we need the "lib" prefix for modules?
16987 need_lib_prefix=$need_lib_prefix
16989 # Do we need a version for libraries?
16990 need_version=$need_version
16992 # Library versioning type.
16993 version_type=$version_type
16995 # Shared library runtime path variable.
16996 runpath_var=$runpath_var
16998 # Shared library path variable.
16999 shlibpath_var=$shlibpath_var
17001 # Is shlibpath searched before the hard-coded library search path?
17002 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17004 # Format of library name prefix.
17005 libname_spec=$lt_libname_spec
17007 # List of archive names. First name is the real one, the rest are links.
17008 # The last name is the one that the linker finds with -lNAME
17009 library_names_spec=$lt_library_names_spec
17011 # The coded name of the library, if different from the real name.
17012 soname_spec=$lt_soname_spec
17014 # Permission mode override for installation of shared libraries.
17015 install_override_mode=$lt_install_override_mode
17017 # Command to use after installation of a shared archive.
17018 postinstall_cmds=$lt_postinstall_cmds
17020 # Command to use after uninstallation of a shared archive.
17021 postuninstall_cmds=$lt_postuninstall_cmds
17023 # Commands used to finish a libtool library installation in a directory.
17024 finish_cmds=$lt_finish_cmds
17026 # As "finish_cmds", except a single script fragment to be evaled but
17028 finish_eval=$lt_finish_eval
17030 # Whether we should hardcode library paths into libraries.
17031 hardcode_into_libs=$hardcode_into_libs
17033 # Compile-time system search path for libraries.
17034 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17036 # Run-time system search path for libraries.
17037 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17039 # Whether dlopen is supported.
17040 dlopen_support=$enable_dlopen
17042 # Whether dlopen of programs is supported.
17043 dlopen_self=$enable_dlopen_self
17045 # Whether dlopen of statically linked programs is supported.
17046 dlopen_self_static=$enable_dlopen_self_static
17048 # Commands to strip libraries.
17049 old_striplib=$lt_old_striplib
17050 striplib=$lt_striplib
17053 # The linker used to build libraries.
17056 # How to create reloadable object files.
17057 reload_flag=$lt_reload_flag
17058 reload_cmds=$lt_reload_cmds
17060 # Commands used to build an old-style archive.
17061 old_archive_cmds=$lt_old_archive_cmds
17063 # A language specific compiler.
17066 # Is the compiler the GNU compiler?
17069 # Compiler flag to turn off builtin functions.
17070 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17072 # How to pass a linker flag through the compiler.
17073 wl=$lt_lt_prog_compiler_wl
17075 # Additional compiler flags for building library objects.
17076 pic_flag=$lt_lt_prog_compiler_pic
17078 # Compiler flag to prevent dynamic linking.
17079 link_static_flag=$lt_lt_prog_compiler_static
17081 # Does compiler simultaneously support -c and -o options?
17082 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17084 # Whether or not to add -lc for building shared libraries.
17085 build_libtool_need_lc=$archive_cmds_need_lc
17087 # Whether or not to disallow shared libs when runtime libs are static.
17088 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17090 # Compiler flag to allow reflexive dlopens.
17091 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17093 # Compiler flag to generate shared objects directly from archives.
17094 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17096 # Whether the compiler copes with passing no objects directly.
17097 compiler_needs_object=$lt_compiler_needs_object
17099 # Create an old-style archive from a shared archive.
17100 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17102 # Create a temporary old-style archive to link instead of a shared archive.
17103 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17105 # Commands used to build a shared archive.
17106 archive_cmds=$lt_archive_cmds
17107 archive_expsym_cmds=$lt_archive_expsym_cmds
17109 # Commands used to build a loadable module if different from building
17110 # a shared archive.
17111 module_cmds=$lt_module_cmds
17112 module_expsym_cmds=$lt_module_expsym_cmds
17114 # Whether we are building with GNU ld or not.
17115 with_gnu_ld=$lt_with_gnu_ld
17117 # Flag that allows shared libraries with undefined symbols to be built.
17118 allow_undefined_flag=$lt_allow_undefined_flag
17120 # Flag that enforces no undefined symbols.
17121 no_undefined_flag=$lt_no_undefined_flag
17123 # Flag to hardcode \$libdir into a binary during linking.
17124 # This must work even if \$libdir does not exist
17125 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17127 # If ld is used when linking, flag to hardcode \$libdir into a binary
17128 # during linking. This must work even if \$libdir does not exist.
17129 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17131 # Whether we need a single "-rpath" flag with a separated argument.
17132 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17134 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17135 # DIR into the resulting binary.
17136 hardcode_direct=$hardcode_direct
17138 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17139 # DIR into the resulting binary and the resulting library dependency is
17140 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17141 # library is relocated.
17142 hardcode_direct_absolute=$hardcode_direct_absolute
17144 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17145 # into the resulting binary.
17146 hardcode_minus_L=$hardcode_minus_L
17148 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17149 # into the resulting binary.
17150 hardcode_shlibpath_var=$hardcode_shlibpath_var
17152 # Set to "yes" if building a shared library automatically hardcodes DIR
17153 # into the library and all subsequent libraries and executables linked
17155 hardcode_automatic=$hardcode_automatic
17157 # Set to yes if linker adds runtime paths of dependent libraries
17158 # to runtime path list.
17159 inherit_rpath=$inherit_rpath
17161 # Whether libtool must link a program against all its dependency libraries.
17162 link_all_deplibs=$link_all_deplibs
17164 # Fix the shell variable \$srcfile for the compiler.
17165 fix_srcfile_path=$lt_fix_srcfile_path
17167 # Set to "yes" if exported symbols are required.
17168 always_export_symbols=$always_export_symbols
17170 # The commands to list exported symbols.
17171 export_symbols_cmds=$lt_export_symbols_cmds
17173 # Symbols that should not be listed in the preloaded symbols.
17174 exclude_expsyms=$lt_exclude_expsyms
17176 # Symbols that must always be exported.
17177 include_expsyms=$lt_include_expsyms
17179 # Commands necessary for linking programs (against libraries) with templates.
17180 prelink_cmds=$lt_prelink_cmds
17182 # Specify filename containing input files.
17183 file_list_spec=$lt_file_list_spec
17185 # How to hardcode a shared library path into an executable.
17186 hardcode_action=$hardcode_action
17188 # ### END LIBTOOL CONFIG
17194 cat <<\_LT_EOF
>> "$cfgfile"
17195 # AIX sometimes has problems with the GCC collect2 program. For some
17196 # reason, if we set the COLLECT_NAMES environment variable, the problems
17197 # vanish in a puff of smoke.
17198 if test "X${COLLECT_NAMES+set}" != Xset
; then
17200 export COLLECT_NAMES
17207 ltmain
="$ac_aux_dir/ltmain.sh"
17210 # We use sed instead of cat because bash on DJGPP gets confused if
17211 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17212 # text mode, it properly converts lines to CR/LF. This bash problem
17213 # is reportedly fixed, but why not run on old versions too?
17214 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17215 ||
(rm -f "$cfgfile"; exit 1)
17219 cat << \_LT_EOF
>> "$cfgfile"
17221 # func_dirname file append nondir_replacement
17222 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17223 # otherwise set result to NONDIR_REPLACEMENT.
17227 */*) func_dirname_result
="${1%/*}${2}" ;;
17228 * ) func_dirname_result
="${3}" ;;
17232 # func_basename file
17235 func_basename_result
="${1##*/}"
17238 # func_dirname_and_basename file append nondir_replacement
17239 # perform func_basename and func_dirname in a single function
17241 # dirname: Compute the dirname of FILE. If nonempty,
17242 # add APPEND to the result, otherwise set result
17243 # to NONDIR_REPLACEMENT.
17244 # value returned in "$func_dirname_result"
17245 # basename: Compute filename of FILE.
17246 # value retuned in "$func_basename_result"
17247 # Implementation must be kept synchronized with func_dirname
17248 # and func_basename. For efficiency, we do not delegate to
17249 # those functions but instead duplicate the functionality here.
17250 func_dirname_and_basename
()
17253 */*) func_dirname_result
="${1%/*}${2}" ;;
17254 * ) func_dirname_result
="${3}" ;;
17256 func_basename_result
="${1##*/}"
17259 # func_stripname prefix suffix name
17260 # strip PREFIX and SUFFIX off of NAME.
17261 # PREFIX and SUFFIX must not contain globbing or regex special
17262 # characters, hashes, percent signs, but SUFFIX may contain a leading
17263 # dot (in which case that matches only a dot).
17266 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17267 # positional parameters, so assign one to ordinary parameter first.
17268 func_stripname_result
=${3}
17269 func_stripname_result
=${func_stripname_result#"${1}"}
17270 func_stripname_result
=${func_stripname_result%"${2}"}
17276 func_opt_split_opt
=${1%%=*}
17277 func_opt_split_arg
=${1#*=}
17284 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17285 *) func_lo2o_result
=${1} ;;
17289 # func_xform libobj-or-source
17292 func_xform_result
=${1%.*}.lo
17295 # func_arith arithmetic-term...
17298 func_arith_result
=$
(( $
* ))
17302 # STRING may not start with a hyphen.
17305 func_len_result
=${#1}
17310 *) # Bourne compatible functions.
17311 cat << \_LT_EOF
>> "$cfgfile"
17313 # func_dirname file append nondir_replacement
17314 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17315 # otherwise set result to NONDIR_REPLACEMENT.
17318 # Extract subdirectory from the argument.
17319 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
17320 if test "X$func_dirname_result" = "X${1}"; then
17321 func_dirname_result
="${3}"
17323 func_dirname_result
="$func_dirname_result${2}"
17327 # func_basename file
17330 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
17334 # func_stripname prefix suffix name
17335 # strip PREFIX and SUFFIX off of NAME.
17336 # PREFIX and SUFFIX must not contain globbing or regex special
17337 # characters, hashes, percent signs, but SUFFIX may contain a leading
17338 # dot (in which case that matches only a dot).
17339 # func_strip_suffix prefix name
17343 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17344 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17349 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17350 my_sed_long_arg
='1s/^-[^=]*=//'
17355 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17356 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17362 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
17365 # func_xform libobj-or-source
17368 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17371 # func_arith arithmetic-term...
17374 func_arith_result
=`expr "$@"`
17378 # STRING may not start with a hyphen.
17381 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17387 case $lt_shell_append in
17389 cat << \_LT_EOF
>> "$cfgfile"
17391 # func_append var value
17392 # Append VALUE to the end of shell variable VAR.
17400 cat << \_LT_EOF
>> "$cfgfile"
17402 # func_append var value
17403 # Append VALUE to the end of shell variable VAR.
17414 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17415 ||
(rm -f "$cfgfile"; exit 1)
17417 mv -f "$cfgfile" "$ofile" ||
17418 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17423 for ac_file
in $CONFIG_FILES; do
17424 # Support "outfile[:infile[:infile...]]"
17426 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17428 # PO directories have a Makefile.in generated from Makefile.in.in.
17429 case "$ac_file" in */Makefile.
in)
17430 # Adjust a relative srcdir.
17431 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17432 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
17433 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17434 # In autoconf-2.13 it is called $ac_given_srcdir.
17435 # In autoconf-2.50 it is called $srcdir.
17436 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
17437 case "$ac_given_srcdir" in
17438 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
17439 /*) top_srcdir
="$ac_given_srcdir" ;;
17440 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17442 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17443 rm -f "$ac_dir/POTFILES"
17444 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
17445 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17446 POMAKEFILEDEPS
="POTFILES.in"
17447 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17448 # on $ac_dir but don't depend on user-specified configuration
17450 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17451 # The LINGUAS file contains the set of available languages.
17452 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17453 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
17455 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17456 # Hide the ALL_LINGUAS assigment from automake.
17457 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17458 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
17460 # The set of available languages was given in configure.ac.
17461 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17463 case "$ac_given_srcdir" in
17465 *) srcdirpre
='$(srcdir)/' ;;
17471 for lang
in $ALL_LINGUAS; do
17472 POFILES
="$POFILES $srcdirpre$lang.po"
17473 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17474 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
17475 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
17477 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17478 # environment variable.
17480 if test -n "$ALL_LINGUAS"; then
17481 for presentlang
in $ALL_LINGUAS; do
17483 if test "%UNSET%" != "$LINGUAS"; then
17484 desiredlanguages
="$LINGUAS"
17486 desiredlanguages
="$ALL_LINGUAS"
17488 for desiredlang
in $desiredlanguages; do
17489 # Use the presentlang catalog if desiredlang is
17490 # a. equal to presentlang, or
17491 # b. a variant of presentlang (because in this case,
17492 # presentlang can be used as a fallback for messages
17493 # which are not translated in the desiredlang catalog).
17494 case "$desiredlang" in
17495 "$presentlang"*) useit
=yes;;
17498 if test $useit = yes; then
17499 INST_LINGUAS
="$INST_LINGUAS $presentlang"
17504 if test -n "$INST_LINGUAS"; then
17505 for lang
in $INST_LINGUAS; do
17506 CATALOGS
="$CATALOGS $lang.gmo"
17509 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
17510 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"
17511 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
17512 if test -f "$f"; then
17514 *.orig |
*.bak |
*~
) ;;
17515 *) cat "$f" >> "$ac_dir/Makefile" ;;
17526 *) srcdirpre
='$(srcdir)/' ;;
17530 for lang
in dummy
$OBSOLETE_ALL_LINGUAS; do
17531 if test $lang != dummy
; then
17532 POFILES
="$POFILES $srcdirpre$lang.po"
17533 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17536 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17537 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17538 -e "s,@POFILES@,$POFILES," \
17539 -e "s,@GMOFILES@,$GMOFILES," \
17540 po
/Makefile.
in > po
/Makefile
;;
17548 ac_clean_files
=$ac_clean_files_save
17550 test $ac_write_fail = 0 ||
17551 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
17554 # configure is writing to config.log, and then calls config.status.
17555 # config.status does its own redirection, appending to config.log.
17556 # Unfortunately, on DOS this fails, as config.log is still kept open
17557 # by configure, so config.status won't be able to write to it; its
17558 # output is simply discarded. So we exec the FD to /dev/null,
17559 # effectively closing config.log, so it can be properly (re)opened and
17560 # appended to by config.status. When coming back to configure, we
17561 # need to make the FD available again.
17562 if test "$no_create" != yes; then
17564 ac_config_status_args
=
17565 test "$silent" = yes &&
17566 ac_config_status_args
="$ac_config_status_args --quiet"
17568 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
17570 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17571 # would make configure fail if this is the last instruction.
17572 $ac_cs_success || as_fn_exit
1
17574 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
17575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17576 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17581 touch config.status.tmp
17582 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
17583 sed '/as_fn_exit 0/i \
17584 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17585 touch --reference=Makefile Makefile.tmp \
17586 mv Makefile.tmp Makefile \
17587 ' config.status
> config.status.tmp
17588 touch --reference=config.status config.status.tmp
17589 mv config.status.tmp config.status
17590 chmod +x config.status
17591 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
17592 touch --reference=Makefile Makefile.tmp
17593 mv Makefile.tmp Makefile
17595 rm -f config.status.tmp