2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.40.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.40.50'
591 PACKAGE_STRING
='bfd 2.40.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
689 MAINTAINER_MODE_FALSE
693 WARN_CFLAGS_FOR_BUILD
699 ENABLE_BFD_64_BIT_FALSE
700 ENABLE_BFD_64_BIT_TRUE
752 INSTALL_STRIP_PROGRAM
806 program_transform_name
819 enable_option_checking
822 enable_dependency_tracking
833 enable_64_bit_archive
837 enable_leading_mingw64_underscores
838 with_separate_debug_dir
842 enable_build_warnings
843 enable_maintainer_mode
844 enable_install_libbfd
849 ac_precious_vars
='build_alias
865 # Initialize some variables set by options.
867 ac_init_version
=false
868 ac_unrecognized_opts
=
870 # The variables have the same names as the options, with
871 # dashes changed to underlines.
879 program_transform_name
=s
,x
,x
,
887 # Installation directory options.
888 # These are left unexpanded so users can "make install exec_prefix=/foo"
889 # and all the variables that are supposed to be based on exec_prefix
890 # by default will actually change.
891 # Use braces instead of parens because sh, perl, etc. also accept them.
892 # (The list follows the same order as the GNU Coding Standards.)
893 bindir
='${exec_prefix}/bin'
894 sbindir
='${exec_prefix}/sbin'
895 libexecdir
='${exec_prefix}/libexec'
896 datarootdir
='${prefix}/share'
897 datadir
='${datarootdir}'
898 sysconfdir
='${prefix}/etc'
899 sharedstatedir
='${prefix}/com'
900 localstatedir
='${prefix}/var'
901 includedir
='${prefix}/include'
902 oldincludedir
='/usr/include'
903 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
904 infodir
='${datarootdir}/info'
909 libdir
='${exec_prefix}/lib'
910 localedir
='${datarootdir}/locale'
911 mandir
='${datarootdir}/man'
917 # If the previous option needs an argument, assign it.
918 if test -n "$ac_prev"; then
919 eval $ac_prev=\
$ac_option
925 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 # Accept the important Cygnus configure options, so we can diagnose typos.
932 case $ac_dashdash$ac_option in
936 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
938 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
941 -build |
--build |
--buil |
--bui |
--bu)
942 ac_prev
=build_alias
;;
943 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
944 build_alias
=$ac_optarg ;;
946 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
947 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
948 ac_prev
=cache_file
;;
949 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
950 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
951 cache_file
=$ac_optarg ;;
954 cache_file
=config.cache
;;
956 -datadir |
--datadir |
--datadi |
--datad)
958 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
959 datadir
=$ac_optarg ;;
961 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
962 |
--dataroo |
--dataro |
--datar)
963 ac_prev
=datarootdir
;;
964 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
965 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
966 datarootdir
=$ac_optarg ;;
968 -disable-* |
--disable-*)
969 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
970 # Reject names that are not valid shell variable names.
971 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
972 as_fn_error $?
"invalid feature name: $ac_useropt"
973 ac_useropt_orig
=$ac_useropt
974 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
975 case $ac_user_opts in
979 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
980 ac_unrecognized_sep
=', ';;
982 eval enable_
$ac_useropt=no
;;
984 -docdir |
--docdir |
--docdi |
--doc |
--do)
986 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
989 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
991 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
994 -enable-* |
--enable-*)
995 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
996 # Reject names that are not valid shell variable names.
997 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
998 as_fn_error $?
"invalid feature name: $ac_useropt"
999 ac_useropt_orig
=$ac_useropt
1000 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1001 case $ac_user_opts in
1003 "enable_
$ac_useropt"
1005 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1006 ac_unrecognized_sep
=', ';;
1008 eval enable_
$ac_useropt=\
$ac_optarg ;;
1010 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1011 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1012 |
--exec |
--exe |
--ex)
1013 ac_prev
=exec_prefix
;;
1014 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1015 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1016 |
--exec=* |
--exe=* |
--ex=*)
1017 exec_prefix
=$ac_optarg ;;
1019 -gas |
--gas |
--ga |
--g)
1020 # Obsolete; use --with-gas.
1023 -help |
--help |
--hel |
--he |
-h)
1024 ac_init_help
=long
;;
1025 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1026 ac_init_help
=recursive
;;
1027 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1028 ac_init_help
=short
;;
1030 -host |
--host |
--hos |
--ho)
1031 ac_prev
=host_alias
;;
1032 -host=* |
--host=* |
--hos=* |
--ho=*)
1033 host_alias
=$ac_optarg ;;
1035 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1037 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1039 htmldir
=$ac_optarg ;;
1041 -includedir |
--includedir |
--includedi |
--included |
--include \
1042 |
--includ |
--inclu |
--incl |
--inc)
1043 ac_prev
=includedir
;;
1044 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1045 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1046 includedir
=$ac_optarg ;;
1048 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1050 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1051 infodir
=$ac_optarg ;;
1053 -libdir |
--libdir |
--libdi |
--libd)
1055 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1056 libdir
=$ac_optarg ;;
1058 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1059 |
--libexe |
--libex |
--libe)
1060 ac_prev
=libexecdir
;;
1061 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1062 |
--libexe=* |
--libex=* |
--libe=*)
1063 libexecdir
=$ac_optarg ;;
1065 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1066 ac_prev
=localedir
;;
1067 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1068 localedir
=$ac_optarg ;;
1070 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1071 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1072 ac_prev
=localstatedir
;;
1073 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1074 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1075 localstatedir
=$ac_optarg ;;
1077 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1079 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1080 mandir
=$ac_optarg ;;
1082 -nfp |
--nfp |
--nf)
1083 # Obsolete; use --without-fp.
1086 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1087 |
--no-cr |
--no-c |
-n)
1090 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1091 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1094 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1095 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1096 |
--oldin |
--oldi |
--old |
--ol |
--o)
1097 ac_prev
=oldincludedir
;;
1098 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1099 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1100 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1101 oldincludedir
=$ac_optarg ;;
1103 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1105 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1106 prefix
=$ac_optarg ;;
1108 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1109 |
--program-pre |
--program-pr |
--program-p)
1110 ac_prev
=program_prefix
;;
1111 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1112 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1113 program_prefix
=$ac_optarg ;;
1115 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1116 |
--program-suf |
--program-su |
--program-s)
1117 ac_prev
=program_suffix
;;
1118 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1119 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1120 program_suffix
=$ac_optarg ;;
1122 -program-transform-name |
--program-transform-name \
1123 |
--program-transform-nam |
--program-transform-na \
1124 |
--program-transform-n |
--program-transform- \
1125 |
--program-transform |
--program-transfor \
1126 |
--program-transfo |
--program-transf \
1127 |
--program-trans |
--program-tran \
1128 |
--progr-tra |
--program-tr |
--program-t)
1129 ac_prev
=program_transform_name
;;
1130 -program-transform-name=* |
--program-transform-name=* \
1131 |
--program-transform-nam=* |
--program-transform-na=* \
1132 |
--program-transform-n=* |
--program-transform-=* \
1133 |
--program-transform=* |
--program-transfor=* \
1134 |
--program-transfo=* |
--program-transf=* \
1135 |
--program-trans=* |
--program-tran=* \
1136 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1137 program_transform_name
=$ac_optarg ;;
1139 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1141 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1142 pdfdir
=$ac_optarg ;;
1144 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1146 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1149 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1150 |
-silent |
--silent |
--silen |
--sile |
--sil)
1153 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1155 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1157 sbindir
=$ac_optarg ;;
1159 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1160 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1161 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1163 ac_prev
=sharedstatedir
;;
1164 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1165 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1166 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1168 sharedstatedir
=$ac_optarg ;;
1170 -site |
--site |
--sit)
1172 -site=* |
--site=* |
--sit=*)
1175 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1177 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1178 srcdir
=$ac_optarg ;;
1180 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1181 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1182 ac_prev
=sysconfdir
;;
1183 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1184 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1185 sysconfdir
=$ac_optarg ;;
1187 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1188 ac_prev
=target_alias
;;
1189 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1190 target_alias
=$ac_optarg ;;
1192 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1195 -version |
--version |
--versio |
--versi |
--vers |
-V)
1196 ac_init_version
=: ;;
1199 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1200 # Reject names that are not valid shell variable names.
1201 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1202 as_fn_error $?
"invalid package name: $ac_useropt"
1203 ac_useropt_orig
=$ac_useropt
1204 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1205 case $ac_user_opts in
1209 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1210 ac_unrecognized_sep
=', ';;
1212 eval with_
$ac_useropt=\
$ac_optarg ;;
1214 -without-* |
--without-*)
1215 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1216 # Reject names that are not valid shell variable names.
1217 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1218 as_fn_error $?
"invalid package name: $ac_useropt"
1219 ac_useropt_orig
=$ac_useropt
1220 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1221 case $ac_user_opts in
1225 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1226 ac_unrecognized_sep
=', ';;
1228 eval with_
$ac_useropt=no
;;
1231 # Obsolete; use --with-x.
1234 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1235 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1236 ac_prev
=x_includes
;;
1237 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1238 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1239 x_includes
=$ac_optarg ;;
1241 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1242 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1243 ac_prev
=x_libraries
;;
1244 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1245 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1246 x_libraries
=$ac_optarg ;;
1248 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1249 Try \`$0 --help' for more information"
1253 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1254 # Reject names that are not valid shell variable names.
1255 case $ac_envvar in #(
1256 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1257 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1259 eval $ac_envvar=\
$ac_optarg
1260 export $ac_envvar ;;
1263 # FIXME: should be removed in autoconf 3.0.
1264 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1265 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1266 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1267 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1273 if test -n "$ac_prev"; then
1274 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1275 as_fn_error $?
"missing argument to $ac_option"
1278 if test -n "$ac_unrecognized_opts"; then
1279 case $enable_option_checking in
1281 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1282 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1286 # Check all directory arguments for consistency.
1287 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1288 datadir sysconfdir sharedstatedir localstatedir includedir \
1289 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1290 libdir localedir mandir
1292 eval ac_val
=\$
$ac_var
1293 # Remove trailing slashes.
1296 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1297 eval $ac_var=\
$ac_val;;
1299 # Be sure to have absolute directory names.
1301 [\\/$
]* | ?
:[\\/]* ) continue;;
1302 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1304 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1307 # There might be people who depend on the old broken behavior: `$host'
1308 # used to hold the argument of --host etc.
1309 # FIXME: To remove some day.
1312 target
=$target_alias
1314 # FIXME: To remove some day.
1315 if test "x$host_alias" != x
; then
1316 if test "x$build_alias" = x
; then
1317 cross_compiling
=maybe
1318 elif test "x$build_alias" != "x$host_alias"; then
1324 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1326 test "$silent" = yes && exec 6>/dev
/null
1329 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1330 ac_ls_di
=`ls -di .` &&
1331 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1332 as_fn_error $?
"working directory cannot be determined"
1333 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1334 as_fn_error $?
"pwd does not report name of working directory"
1337 # Find the source files, if location was not specified.
1338 if test -z "$srcdir"; then
1339 ac_srcdir_defaulted
=yes
1340 # Try the directory containing this script, then the parent directory.
1341 ac_confdir
=`$as_dirname -- "$as_myself" ||
1342 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1343 X"$as_myself" : 'X\(//\)[^/]' \| \
1344 X"$as_myself" : 'X\(//\)$' \| \
1345 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1346 $as_echo X"$as_myself" |
1347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 if test ! -r "$srcdir/$ac_unique_file"; then
1369 ac_srcdir_defaulted
=no
1371 if test ! -r "$srcdir/$ac_unique_file"; then
1372 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1373 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1375 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1377 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1379 # When building in place, set srcdir=.
1380 if test "$ac_abs_confdir" = "$ac_pwd"; then
1383 # Remove unnecessary trailing slashes from srcdir.
1384 # Double slashes in file names in object file debugging info
1385 # mess up M-x gdb in Emacs.
1387 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1389 for ac_var
in $ac_precious_vars; do
1390 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1391 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1392 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1393 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1397 # Report the --help message.
1399 if test "$ac_init_help" = "long"; then
1400 # Omit some internal or obsolete options to make the list less imposing.
1401 # This message is too long to be a string in the A/UX 3.1 sh.
1403 \`configure' configures bfd 2.40.50 to adapt to many kinds of systems.
1405 Usage: $0 [OPTION]... [VAR=VALUE]...
1407 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1408 VAR=VALUE. See below for descriptions of some of the useful variables.
1410 Defaults for the options are specified in brackets.
1413 -h, --help display this help and exit
1414 --help=short display options specific to this package
1415 --help=recursive display the short help of all the included packages
1416 -V, --version display version information and exit
1417 -q, --quiet, --silent do not print \`checking ...' messages
1418 --cache-file=FILE cache test results in FILE [disabled]
1419 -C, --config-cache alias for \`--cache-file=config.cache'
1420 -n, --no-create do not create output files
1421 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1423 Installation directories:
1424 --prefix=PREFIX install architecture-independent files in PREFIX
1425 [$ac_default_prefix]
1426 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1429 By default, \`make install' will install all the files in
1430 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1431 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1432 for instance \`--prefix=\$HOME'.
1434 For better control, use the options below.
1436 Fine tuning of the installation directories:
1437 --bindir=DIR user executables [EPREFIX/bin]
1438 --sbindir=DIR system admin executables [EPREFIX/sbin]
1439 --libexecdir=DIR program executables [EPREFIX/libexec]
1440 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1441 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1442 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1443 --libdir=DIR object code libraries [EPREFIX/lib]
1444 --includedir=DIR C header files [PREFIX/include]
1445 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1446 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1447 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1448 --infodir=DIR info documentation [DATAROOTDIR/info]
1449 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1450 --mandir=DIR man documentation [DATAROOTDIR/man]
1451 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1452 --htmldir=DIR html documentation [DOCDIR]
1453 --dvidir=DIR dvi documentation [DOCDIR]
1454 --pdfdir=DIR pdf documentation [DOCDIR]
1455 --psdir=DIR ps documentation [DOCDIR]
1461 --program-prefix=PREFIX prepend PREFIX to installed program names
1462 --program-suffix=SUFFIX append SUFFIX to installed program names
1463 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1466 --build=BUILD configure
for building on BUILD
[guessed
]
1467 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1468 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1472 if test -n "$ac_init_help"; then
1473 case $ac_init_help in
1474 short | recursive
) echo "Configuration of bfd 2.40.50:";;
1479 --disable-option-checking ignore unrecognized
--enable/--with options
1480 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1481 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1482 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1483 --disable-silent-rules verbose build output
(undo
: "make V=0")
1484 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1485 --enable-dependency-tracking
1486 do not reject slow dependency extractors
1487 --disable-dependency-tracking
1488 speeds up one-time build
1489 --enable-static[=PKGS
] build static libraries
[default
=yes]
1490 --enable-fast-install[=PKGS
]
1491 optimize
for fast installation
[default
=yes]
1492 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1493 --enable-plugins Enable support
for plugins
1494 --disable-largefile omit support
for large files
1495 --enable-checking enable run-time checks
1496 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1497 --enable-targets alternative target configurations
1498 --enable-64-bit-archive force
64-bit archives
1499 --enable-secureplt Default to creating read-only plt entries
1500 --enable-separate-code enable -z separate-code
in ELF linker by default
1501 --enable-leading-mingw64-underscores
1502 Enable leading underscores on
64 bit mingw targets
1503 --enable-werror treat compile warnings as errors
1504 --enable-build-warnings enable build-time compiler warnings
1505 --enable-maintainer-mode
1506 enable make rules and dependencies not useful
(and
1507 sometimes confusing
) to the casual installer
1508 --enable-install-libbfd controls installation of libbfd and related headers
1509 --disable-nls do not use Native Language Support
1512 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1513 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1514 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1516 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1517 --with-mmap try using mmap
for BFD input files
if available
1518 --with-separate-debug-dir=DIR
1519 Look
for global separate debug info
in DIR
1520 [[default
=LIBDIR
/debug
]]
1521 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GNU
1523 --with-bugurl=URL Direct users to URL to report a bug
1524 --with-system-zlib use installed libz
1525 --with-zstd support zstd compressed debug sections
1528 Some influential environment variables
:
1529 CC C compiler
command
1530 CFLAGS C compiler flags
1531 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1532 nonstandard directory
<lib dir
>
1533 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1534 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1535 you have headers
in a nonstandard directory
<include dir
>
1537 PKG_CONFIG path to pkg-config utility
1539 directories to add to pkg-config
's search path
1541 path overriding pkg-config's built-in search path
1542 ZSTD_CFLAGS C compiler flags
for ZSTD
, overriding pkg-config
1543 ZSTD_LIBS linker flags
for ZSTD
, overriding pkg-config
1545 Use these variables to override the choices made by
`configure' or to help
1546 it to find libraries and programs with nonstandard names/locations.
1548 Report bugs to the package provider.
1553 if test "$ac_init_help" = "recursive"; then
1554 # If there are subdirs, report their specific --help.
1555 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1556 test -d "$ac_dir" ||
1557 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1562 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1564 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1565 # A ".." for each directory in $ac_dir_suffix.
1566 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1567 case $ac_top_builddir_sub in
1568 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1569 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1572 ac_abs_top_builddir=$ac_pwd
1573 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1574 # for backward compatibility:
1575 ac_top_builddir=$ac_top_build_prefix
1578 .) # We are building in place.
1580 ac_top_srcdir=$ac_top_builddir_sub
1581 ac_abs_top_srcdir=$ac_pwd ;;
1582 [\\/]* | ?:[\\/]* ) # Absolute name.
1583 ac_srcdir=$srcdir$ac_dir_suffix;
1584 ac_top_srcdir=$srcdir
1585 ac_abs_top_srcdir=$srcdir ;;
1587 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1588 ac_top_srcdir=$ac_top_build_prefix$srcdir
1589 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1591 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1593 cd "$ac_dir" || { ac_status=$?; continue; }
1594 # Check for guested configure.
1595 if test -f "$ac_srcdir/configure.gnu"; then
1597 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1598 elif test -f "$ac_srcdir/configure"; then
1600 $SHELL "$ac_srcdir/configure" --help=recursive
1602 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1604 cd "$ac_pwd" || { ac_status=$?; break; }
1608 test -n "$ac_init_help" && exit $ac_status
1609 if $ac_init_version; then
1611 bfd configure 2.40.50
1612 generated by GNU Autoconf 2.69
1614 Copyright (C) 2012 Free Software Foundation, Inc.
1615 This configure script is free software; the Free Software Foundation
1616 gives unlimited permission to copy, distribute and modify it.
1621 ## ------------------------ ##
1622 ## Autoconf initialization. ##
1623 ## ------------------------ ##
1625 # ac_fn_c_try_compile LINENO
1626 # --------------------------
1627 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1628 ac_fn_c_try_compile ()
1630 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1631 rm -f conftest.$ac_objext
1632 if { { ac_try="$ac_compile"
1634 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1635 *) ac_try_echo
=$ac_try;;
1637 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638 $as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_compile") 2>conftest.err
1641 if test -s conftest.err
; then
1642 grep -v '^ *+' conftest.err
>conftest.er1
1643 cat conftest.er1
>&5
1644 mv -f conftest.er1 conftest.err
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; } && {
1648 test -z "$ac_c_werror_flag" ||
1649 test ! -s conftest.err
1650 } && test -s conftest.
$ac_objext; then :
1653 $as_echo "$as_me: failed program was:" >&5
1654 sed 's/^/| /' conftest.
$ac_ext >&5
1658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1659 as_fn_set_status
$ac_retval
1661 } # ac_fn_c_try_compile
1663 # ac_fn_c_try_cpp LINENO
1664 # ----------------------
1665 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1668 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1669 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1671 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1672 *) ac_try_echo=$ac_try;;
1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1678 if test -s conftest.err; then
1679 grep -v '^ *+' conftest.err >conftest.er1
1680 cat conftest.er1 >&5
1681 mv -f conftest.er1 conftest.err
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; } > conftest.i && {
1685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1686 test ! -s conftest.err
1690 $as_echo "$as_me: failed program was:" >&5
1691 sed 's/^/| /' conftest.$ac_ext >&5
1695 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1696 as_fn_set_status $ac_retval
1700 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1701 # -------------------------------------------------------
1702 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1703 # the include files in INCLUDES and setting the cache variable VAR
1705 ac_fn_c_check_header_mongrel ()
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 if eval \${$3+:} false; then :
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1710 $as_echo_n "checking for $2... " >&6; }
1711 if eval \${$3+:} false; then :
1712 $as_echo_n "(cached) " >&6
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1716 $as_echo "$ac_res" >&6; }
1718 # Is the header compilable?
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1720 $as_echo_n "checking $2 usability... " >&6; }
1721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1722 /* end confdefs.h. */
1726 if ac_fn_c_try_compile "$LINENO"; then :
1727 ac_header_compiler=yes
1729 ac_header_compiler=no
1731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1733 $as_echo "$ac_header_compiler" >&6; }
1735 # Is the header present?
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1737 $as_echo_n "checking $2 presence... " >&6; }
1738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1739 /* end confdefs.h. */
1742 if ac_fn_c_try_cpp "$LINENO"; then :
1743 ac_header_preproc=yes
1745 ac_header_preproc=no
1747 rm -f conftest.err conftest.i conftest.$ac_ext
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1749 $as_echo "$ac_header_preproc" >&6; }
1751 # So? What about this header?
1752 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1755 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1757 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1761 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1763 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1765 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1767 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1769 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1773 $as_echo_n "checking for $2... " >&6; }
1774 if eval \${$3+:} false; then :
1775 $as_echo_n "(cached) " >&6
1777 eval "$3=\$ac_header_compiler"
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781 $as_echo "$ac_res" >&6; }
1783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1785 } # ac_fn_c_check_header_mongrel
1787 # ac_fn_c_try_run LINENO
1788 # ----------------------
1789 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1790 # that executables *can* be run.
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 if { { ac_try="$ac_link"
1796 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1797 *) ac_try_echo
=$ac_try;;
1799 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800 $as_echo "$ac_try_echo"; } >&5
1801 (eval "$ac_link") 2>&5
1803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1804 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1805 { { case "(($ac_try" in
1806 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_try") 2>&5
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; }; }; then :
1817 $as_echo "$as_me: program exited with status $ac_status" >&5
1818 $as_echo "$as_me: failed program was:" >&5
1819 sed 's/^/| /' conftest.$ac_ext >&5
1821 ac_retval=$ac_status
1823 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825 as_fn_set_status $ac_retval
1829 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1830 # -------------------------------------------------------
1831 # Tests whether HEADER exists and can be compiled using the include files in
1832 # INCLUDES, setting the cache variable VAR accordingly.
1833 ac_fn_c_check_header_compile ()
1835 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1837 $as_echo_n "checking for $2... " >&6; }
1838 if eval \${$3+:} false; then :
1839 $as_echo_n "(cached) " >&6
1841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1842 /* end confdefs.h. */
1846 if ac_fn_c_try_compile "$LINENO"; then :
1851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1855 $as_echo "$ac_res" >&6; }
1856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1858 } # ac_fn_c_check_header_compile
1860 # ac_fn_c_try_link LINENO
1861 # -----------------------
1862 # Try to link conftest.$ac_ext, and return whether this succeeded.
1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1866 rm -f conftest.$ac_objext conftest$ac_exeext
1867 if { { ac_try="$ac_link"
1869 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1870 *) ac_try_echo
=$ac_try;;
1872 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1873 $as_echo "$ac_try_echo"; } >&5
1874 (eval "$ac_link") 2>conftest.err
1876 if test -s conftest.err
; then
1877 grep -v '^ *+' conftest.err
>conftest.er1
1878 cat conftest.er1
>&5
1879 mv -f conftest.er1 conftest.err
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; } && {
1883 test -z "$ac_c_werror_flag" ||
1884 test ! -s conftest.err
1885 } && test -s conftest
$ac_exeext && {
1886 test "$cross_compiling" = yes ||
1887 test -x conftest
$ac_exeext
1891 $as_echo "$as_me: failed program was:" >&5
1892 sed 's/^/| /' conftest.
$ac_ext >&5
1896 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1897 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1898 # interfere with the next link command; also delete a directory that is
1899 # left behind by Apple's compiler. We do this before executing the actions.
1900 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902 as_fn_set_status
$ac_retval
1904 } # ac_fn_c_try_link
1906 # ac_fn_c_check_func LINENO FUNC VAR
1907 # ----------------------------------
1908 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1909 ac_fn_c_check_func
()
1911 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1913 $as_echo_n "checking for $2... " >&6; }
1914 if eval \
${$3+:} false
; then :
1915 $as_echo_n "(cached) " >&6
1917 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1920 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1921 #define $2 innocuous_$2
1923 /* System header to define __stub macros and hopefully few prototypes,
1924 which can conflict with char $2 (); below.
1925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1926 <limits.h> exists even on freestanding compilers. */
1929 # include <limits.h>
1931 # include <assert.h>
1936 /* Override any GCC internal prototype to avoid an error.
1937 Use char because int might match the return type of a GCC
1938 builtin and then its argument prototype would still apply. */
1943 /* The GNU C library defines this for functions which it implements
1944 to always fail with ENOSYS. Some functions are actually named
1945 something starting with __ and the normal name is an alias. */
1946 #if defined __stub_$2 || defined __stub___$2
1958 if ac_fn_c_try_link
"$LINENO"; then :
1963 rm -f core conftest.err conftest.
$ac_objext \
1964 conftest
$ac_exeext conftest.
$ac_ext
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1968 $as_echo "$ac_res" >&6; }
1969 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1971 } # ac_fn_c_check_func
1973 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1974 # --------------------------------------------
1975 # Tries to find the compile-time value of EXPR in a program that includes
1976 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1978 ac_fn_c_compute_int
()
1980 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1981 if test "$cross_compiling" = yes; then
1982 # Depending upon the size, compute the lo and hi bounds.
1983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1984 /* end confdefs.h. */
1989 static int test_array [1 - 2 * !(($2) >= 0)];
1991 return test_array [0];
1997 if ac_fn_c_try_compile
"$LINENO"; then :
2000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2001 /* end confdefs.h. */
2006 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2008 return test_array [0];
2014 if ac_fn_c_try_compile
"$LINENO"; then :
2015 ac_hi
=$ac_mid; break
2017 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
2018 if test $ac_lo -le $ac_mid; then
2022 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
2024 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2028 /* end confdefs.h. */
2033 static int test_array [1 - 2 * !(($2) < 0)];
2035 return test_array [0];
2041 if ac_fn_c_try_compile
"$LINENO"; then :
2044 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2045 /* end confdefs.h. */
2050 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2052 return test_array [0];
2058 if ac_fn_c_try_compile
"$LINENO"; then :
2059 ac_lo
=$ac_mid; break
2061 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
2062 if test $ac_mid -le $ac_hi; then
2066 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2068 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2073 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2075 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2076 # Binary search between lo and hi bounds.
2077 while test "x$ac_lo" != "x$ac_hi"; do
2078 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2080 /* end confdefs.h. */
2085 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2087 return test_array [0];
2093 if ac_fn_c_try_compile
"$LINENO"; then :
2096 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2098 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2101 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2106 /* end confdefs.h. */
2108 static long int longval () { return $2; }
2109 static unsigned long int ulongval () { return $2; }
2116 FILE *f = fopen ("conftest.val", "w");
2121 long int i = longval ();
2124 fprintf (f, "%ld", i);
2128 unsigned long int i = ulongval ();
2131 fprintf (f, "%lu", i);
2133 /* Do not output a trailing newline, as this causes \r\n confusion
2134 on some platforms. */
2135 return ferror (f) || fclose (f) != 0;
2141 if ac_fn_c_try_run
"$LINENO"; then :
2142 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2146 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2147 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2151 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2152 as_fn_set_status
$ac_retval
2154 } # ac_fn_c_compute_int
2156 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2157 # ---------------------------------------------
2158 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2160 ac_fn_c_check_decl
()
2162 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2163 as_decl_name
=`echo $2|sed 's/ *(.*//'`
2164 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2166 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2167 if eval \
${$3+:} false
; then :
2168 $as_echo_n "(cached) " >&6
2170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2171 /* end confdefs.h. */
2176 #ifndef $as_decl_name
2178 (void) $as_decl_use;
2180 (void) $as_decl_name;
2188 if ac_fn_c_try_compile
"$LINENO"; then :
2193 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2197 $as_echo "$ac_res" >&6; }
2198 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2200 } # ac_fn_c_check_decl
2201 cat >config.log
<<_ACEOF
2202 This file contains any messages produced by compilers while
2203 running configure, to aid debugging if configure makes a mistake.
2205 It was created by bfd $as_me 2.40.50, which was
2206 generated by GNU Autoconf 2.69. Invocation command line was
2218 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2219 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2220 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2221 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2222 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2224 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2225 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2227 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2228 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2229 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2230 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2231 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2232 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2233 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2237 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2241 test -z "$as_dir" && as_dir
=.
2242 $as_echo "PATH: $as_dir"
2258 # Keep a trace of the command line.
2259 # Strip out --no-create and --no-recursion so they do not pile up.
2260 # Strip out --silent because we don't want to record it for future runs.
2261 # Also quote any args containing shell meta-characters.
2262 # Make two passes to allow for proper duplicate-argument suppression.
2266 ac_must_keep_next
=false
2272 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2273 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2274 |
-silent |
--silent |
--silen |
--sile |
--sil)
2277 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2280 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2282 as_fn_append ac_configure_args1
" '$ac_arg'"
2283 if test $ac_must_keep_next = true
; then
2284 ac_must_keep_next
=false
# Got value, back to normal.
2287 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2288 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2289 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2290 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2291 case "$ac_configure_args0 " in
2292 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2295 -* ) ac_must_keep_next
=true
;;
2298 as_fn_append ac_configure_args
" '$ac_arg'"
2303 { ac_configure_args0
=; unset ac_configure_args0
;}
2304 { ac_configure_args1
=; unset ac_configure_args1
;}
2306 # When interrupted or exit'd, cleanup temporary files, and complete
2307 # config.log. We remove comments because anyway the quotes in there
2308 # would cause problems or look ugly.
2309 # WARNING: Use '\'' to represent an apostrophe within the trap.
2310 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2311 trap 'exit_status=$?
2312 # Save into config.log some information that might help in debugging.
2316 $as_echo "## ---------------- ##
2317 ## Cache variables. ##
2318 ## ---------------- ##"
2320 # The following way of writing the cache mishandles newlines in values,
2322 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2323 eval ac_val=\$$ac_var
2327 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2328 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2331 _ | IFS | as_nl) ;; #(
2332 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2333 *) { eval $ac_var=; unset $ac_var;} ;;
2338 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2339 *${as_nl}ac_space=\ *)
2341 "s/'\''/'\''\\\\'\'''\''/g;
2342 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2345 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2352 $as_echo "## ----------------- ##
2353 ## Output variables. ##
2354 ## ----------------- ##"
2356 for ac_var in $ac_subst_vars
2358 eval ac_val=\$$ac_var
2360 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2362 $as_echo "$ac_var='\''$ac_val'\''"
2366 if test -n "$ac_subst_files"; then
2367 $as_echo "## ------------------- ##
2368 ## File substitutions. ##
2369 ## ------------------- ##"
2371 for ac_var
in $ac_subst_files
2373 eval ac_val
=\$
$ac_var
2375 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2377 $as_echo "$ac_var='\''$ac_val'\''"
2382 if test -s confdefs.h; then
2383 $as_echo "## ----------- ##
2390 test "$ac_signal" != 0 &&
2391 $as_echo "$as_me: caught signal $ac_signal"
2392 $as_echo "$as_me: exit $exit_status"
2394 rm -f core *.core core.conftest.* &&
2395 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2398 for ac_signal
in 1 2 13 15; do
2399 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2403 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2404 rm -f -r conftest
* confdefs.h
2406 $as_echo "/* confdefs.h */" > confdefs.h
2408 # Predefined preprocessor variables.
2410 cat >>confdefs.h
<<_ACEOF
2411 #define PACKAGE_NAME "$PACKAGE_NAME"
2414 cat >>confdefs.h
<<_ACEOF
2415 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2418 cat >>confdefs.h
<<_ACEOF
2419 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2422 cat >>confdefs.h
<<_ACEOF
2423 #define PACKAGE_STRING "$PACKAGE_STRING"
2426 cat >>confdefs.h
<<_ACEOF
2427 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2430 cat >>confdefs.h
<<_ACEOF
2431 #define PACKAGE_URL "$PACKAGE_URL"
2435 # Let the site file select an alternate cache file if it wants to.
2436 # Prefer an explicitly selected file to automatically selected ones.
2439 if test -n "$CONFIG_SITE"; then
2440 # We do not want a PATH search for config.site.
2441 case $CONFIG_SITE in #((
2442 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2443 */*) ac_site_file1
=$CONFIG_SITE;;
2444 *) ac_site_file1
=.
/$CONFIG_SITE;;
2446 elif test "x$prefix" != xNONE
; then
2447 ac_site_file1
=$prefix/share
/config.site
2448 ac_site_file2
=$prefix/etc
/config.site
2450 ac_site_file1
=$ac_default_prefix/share
/config.site
2451 ac_site_file2
=$ac_default_prefix/etc
/config.site
2453 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2455 test "x$ac_site_file" = xNONE
&& continue
2456 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2458 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2459 sed 's/^/| /' "$ac_site_file" >&5
2461 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2462 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2463 as_fn_error $?
"failed to load site script $ac_site_file
2464 See \`config.log' for more details" "$LINENO" 5; }
2468 if test -r "$cache_file"; then
2469 # Some versions of bash will fail to source /dev/null (special files
2470 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2471 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2473 $as_echo "$as_me: loading cache $cache_file" >&6;}
2475 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2476 *) .
"./$cache_file";;
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2481 $as_echo "$as_me: creating cache $cache_file" >&6;}
2485 as_fn_append ac_header_list
" stdlib.h"
2486 as_fn_append ac_header_list
" unistd.h"
2487 as_fn_append ac_header_list
" sys/param.h"
2488 # Check that the precious variables saved in the cache have kept the same
2490 ac_cache_corrupted
=false
2491 for ac_var
in $ac_precious_vars; do
2492 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2493 eval ac_new_set
=\
$ac_env_${ac_var}_set
2494 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2495 eval ac_new_val
=\
$ac_env_${ac_var}_value
2496 case $ac_old_set,$ac_new_set in
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2499 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2500 ac_cache_corrupted
=: ;;
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2503 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2504 ac_cache_corrupted
=: ;;
2507 if test "x$ac_old_val" != "x$ac_new_val"; then
2508 # differences in whitespace do not lead to failure.
2509 ac_old_val_w
=`echo x $ac_old_val`
2510 ac_new_val_w
=`echo x $ac_new_val`
2511 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2513 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2514 ac_cache_corrupted
=:
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2517 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2518 eval $ac_var=\
$ac_old_val
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2521 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2523 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2526 # Pass precious variables to config.status.
2527 if test "$ac_new_set" = set; then
2529 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2530 *) ac_arg
=$ac_var=$ac_new_val ;;
2532 case " $ac_configure_args " in
2533 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2534 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2538 if $ac_cache_corrupted; then
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2542 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2543 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2545 ## -------------------- ##
2546 ## Main body of script. ##
2547 ## -------------------- ##
2550 ac_cpp
='$CPP $CPPFLAGS'
2551 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2552 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2553 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2562 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2563 if test -f "$ac_dir/install-sh"; then
2565 ac_install_sh
="$ac_aux_dir/install-sh -c"
2567 elif test -f "$ac_dir/install.sh"; then
2569 ac_install_sh
="$ac_aux_dir/install.sh -c"
2571 elif test -f "$ac_dir/shtool"; then
2573 ac_install_sh
="$ac_aux_dir/shtool install -c"
2577 if test -z "$ac_aux_dir"; then
2578 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2581 # These three variables are undocumented and unsupported,
2582 # and are intended to be withdrawn in a future Autoconf release.
2583 # They can cause serious problems if a builder's source tree is in a directory
2584 # whose full name contains unusual characters.
2585 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2586 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2587 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2590 # Make sure we can run config.sub.
2591 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2592 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2595 $as_echo_n "checking build system type... " >&6; }
2596 if ${ac_cv_build+:} false
; then :
2597 $as_echo_n "(cached) " >&6
2599 ac_build_alias
=$build_alias
2600 test "x$ac_build_alias" = x
&&
2601 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2602 test "x$ac_build_alias" = x
&&
2603 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2604 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2605 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2609 $as_echo "$ac_cv_build" >&6; }
2610 case $ac_cv_build in
2612 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2615 ac_save_IFS
=$IFS; IFS
='-'
2621 # Remember, the first character of IFS is used to create $*,
2622 # except with old shells:
2625 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2629 $as_echo_n "checking host system type... " >&6; }
2630 if ${ac_cv_host+:} false
; then :
2631 $as_echo_n "(cached) " >&6
2633 if test "x$host_alias" = x
; then
2634 ac_cv_host
=$ac_cv_build
2636 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2637 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2642 $as_echo "$ac_cv_host" >&6; }
2645 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2648 ac_save_IFS
=$IFS; IFS
='-'
2654 # Remember, the first character of IFS is used to create $*,
2655 # except with old shells:
2658 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2662 $as_echo_n "checking target system type... " >&6; }
2663 if ${ac_cv_target+:} false
; then :
2664 $as_echo_n "(cached) " >&6
2666 if test "x$target_alias" = x
; then
2667 ac_cv_target
=$ac_cv_host
2669 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2670 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2675 $as_echo "$ac_cv_target" >&6; }
2676 case $ac_cv_target in
2678 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2680 target
=$ac_cv_target
2681 ac_save_IFS
=$IFS; IFS
='-'
2687 # Remember, the first character of IFS is used to create $*,
2688 # except with old shells:
2691 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2694 # The aliases save the names the user supplied, while $host etc.
2695 # will get canonicalized.
2696 test -n "$target_alias" &&
2697 test "$program_prefix$program_suffix$program_transform_name" = \
2699 program_prefix
=${target_alias}-
2701 am__api_version
='1.15'
2703 # Find a good install program. We prefer a C program (faster),
2704 # so one script is as good as another. But avoid the broken or
2705 # incompatible versions:
2706 # SysV /etc/install, /usr/sbin/install
2707 # SunOS /usr/etc/install
2708 # IRIX /sbin/install
2710 # AmigaOS /C/install, which installs bootblocks on floppy discs
2711 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2712 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2713 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2714 # OS/2's system install, which has a completely different semantic
2715 # ./install, which can be erroneously created by make from ./install.sh.
2716 # Reject install programs that cannot install multiple files.
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2718 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2719 if test -z "$INSTALL"; then
2720 if ${ac_cv_path_install+:} false
; then :
2721 $as_echo_n "(cached) " >&6
2723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2727 test -z "$as_dir" && as_dir
=.
2728 # Account for people who put trailing slashes in PATH elements.
2729 case $as_dir/ in #((
2730 .
/ | .
// |
/[cC
]/* | \
2731 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2732 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2735 # OSF1 and SCO ODT 3.0 have their own names for install.
2736 # Don't use installbsd from OSF since it installs stuff as root
2738 for ac_prog
in ginstall scoinst
install; do
2739 for ac_exec_ext
in '' $ac_executable_extensions; do
2740 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2741 if test $ac_prog = install &&
2742 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2743 # AIX install. It has an incompatible calling convention.
2745 elif test $ac_prog = install &&
2746 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2747 # program-specific install script used by HP pwplus--don't use.
2750 rm -rf conftest.one conftest.two conftest.dir
2751 echo one
> conftest.one
2752 echo two
> conftest.two
2754 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2755 test -s conftest.one
&& test -s conftest.two
&&
2756 test -s conftest.dir
/conftest.one
&&
2757 test -s conftest.dir
/conftest.two
2759 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2772 rm -rf conftest.one conftest.two conftest.dir
2775 if test "${ac_cv_path_install+set}" = set; then
2776 INSTALL
=$ac_cv_path_install
2778 # As a last resort, use the slow shell script. Don't cache a
2779 # value for INSTALL within a source directory, because that will
2780 # break other packages using the cache if that directory is
2781 # removed, or if the value is a relative name.
2782 INSTALL
=$ac_install_sh
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2786 $as_echo "$INSTALL" >&6; }
2788 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2789 # It thinks the first close brace ends the variable substitution.
2790 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2792 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2794 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2797 $as_echo_n "checking whether build environment is sane... " >&6; }
2798 # Reject unsafe characters in $srcdir or the absolute working directory
2799 # name. Accept space and tab only in the latter.
2803 *[\\\"\
#\$\&\'\`$am_lf]*)
2804 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2807 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2808 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2811 # Do 'set' in a subshell so we don't clobber the current shell's
2812 # arguments. Must try -L first in case configure is actually a
2813 # symlink; some systems play weird games with the mod time of symlinks
2814 # (eg FreeBSD returns the mod time of the symlink's containing
2818 for am_try
in 1 2; do
2819 echo "timestamp, slept: $am_has_slept" > conftest.
file
2820 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2821 if test "$*" = "X"; then
2823 set X
`ls -t "$srcdir/configure" conftest.file`
2825 if test "$*" != "X $srcdir/configure conftest.file" \
2826 && test "$*" != "X conftest.file $srcdir/configure"; then
2828 # If neither matched, then we have a broken ls. This can happen
2829 # if, for instance, CONFIG_SHELL is bash and it inherits a
2830 # broken ls alias from the environment. This has actually
2831 # happened. Such a system could not be considered "sane".
2832 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2833 alias in your environment" "$LINENO" 5
2835 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2842 test "$2" = conftest.
file
2848 as_fn_error $?
"newly created file is older than distributed files!
2849 Check your system clock" "$LINENO" 5
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2852 $as_echo "yes" >&6; }
2853 # If we didn't sleep, we still need to ensure time stamps of config.status and
2854 # generated files are strictly newer.
2856 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2863 test "$program_prefix" != NONE
&&
2864 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2865 # Use a double $ so make ignores it.
2866 test "$program_suffix" != NONE
&&
2867 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2868 # Double any \ or $.
2869 # By default was `s,x,x', remove it if useless.
2870 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2871 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2873 # Expand $ac_aux_dir to an absolute path.
2874 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2876 if test x
"${MISSING+set}" != xset
; then
2879 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2881 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2884 # Use eval to expand $SHELL
2885 if eval "$MISSING --is-lightweight"; then
2886 am_missing_run
="$MISSING "
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2890 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2893 if test x
"${install_sh+set}" != xset
; then
2896 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2898 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2902 # Installed binaries are usually stripped using 'strip' when the user
2903 # run "make install-strip". However 'strip' might not be the right
2904 # tool to use in cross-compilation environments, therefore Automake
2905 # will honor the 'STRIP' environment variable to overrule this program.
2906 if test "$cross_compiling" != no
; then
2907 if test -n "$ac_tool_prefix"; then
2908 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2909 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2911 $as_echo_n "checking for $ac_word... " >&6; }
2912 if ${ac_cv_prog_STRIP+:} false
; then :
2913 $as_echo_n "(cached) " >&6
2915 if test -n "$STRIP"; then
2916 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2918 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2922 test -z "$as_dir" && as_dir
=.
2923 for ac_exec_ext
in '' $ac_executable_extensions; do
2924 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2925 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2935 STRIP
=$ac_cv_prog_STRIP
2936 if test -n "$STRIP"; then
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2938 $as_echo "$STRIP" >&6; }
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941 $as_echo "no" >&6; }
2946 if test -z "$ac_cv_prog_STRIP"; then
2948 # Extract the first word of "strip", so it can be a program name with args.
2949 set dummy strip
; ac_word
=$2
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2951 $as_echo_n "checking for $ac_word... " >&6; }
2952 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2953 $as_echo_n "(cached) " >&6
2955 if test -n "$ac_ct_STRIP"; then
2956 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2958 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2962 test -z "$as_dir" && as_dir
=.
2963 for ac_exec_ext
in '' $ac_executable_extensions; do
2964 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2965 ac_cv_prog_ac_ct_STRIP
="strip"
2966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2975 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2976 if test -n "$ac_ct_STRIP"; then
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2978 $as_echo "$ac_ct_STRIP" >&6; }
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2981 $as_echo "no" >&6; }
2984 if test "x$ac_ct_STRIP" = x
; then
2987 case $cross_compiling:$ac_tool_warned in
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2991 ac_tool_warned
=yes ;;
2996 STRIP
="$ac_cv_prog_STRIP"
3000 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3003 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3004 if test -z "$MKDIR_P"; then
3005 if ${ac_cv_path_mkdir+:} false
; then :
3006 $as_echo_n "(cached) " >&6
3008 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3009 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3012 test -z "$as_dir" && as_dir
=.
3013 for ac_prog
in mkdir gmkdir
; do
3014 for ac_exec_ext
in '' $ac_executable_extensions; do
3015 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3016 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3017 'mkdir (GNU coreutils) '* | \
3018 'mkdir (coreutils) '* | \
3019 'mkdir (fileutils) '4.1*)
3020 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3030 test -d .
/--version && rmdir .
/--version
3031 if test "${ac_cv_path_mkdir+set}" = set; then
3032 MKDIR_P
="$ac_cv_path_mkdir -p"
3034 # As a last resort, use the slow shell script. Don't cache a
3035 # value for MKDIR_P within a source directory, because that will
3036 # break other packages using the cache if that directory is
3037 # removed, or if the value is a relative name.
3038 MKDIR_P
="$ac_install_sh -d"
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3042 $as_echo "$MKDIR_P" >&6; }
3044 for ac_prog
in gawk mawk nawk
awk
3046 # Extract the first word of "$ac_prog", so it can be a program name with args.
3047 set dummy
$ac_prog; ac_word
=$2
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3049 $as_echo_n "checking for $ac_word... " >&6; }
3050 if ${ac_cv_prog_AWK+:} false
; then :
3051 $as_echo_n "(cached) " >&6
3053 if test -n "$AWK"; then
3054 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3056 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3060 test -z "$as_dir" && as_dir
=.
3061 for ac_exec_ext
in '' $ac_executable_extensions; do
3062 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3063 ac_cv_prog_AWK
="$ac_prog"
3064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3074 if test -n "$AWK"; then
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3076 $as_echo "$AWK" >&6; }
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079 $as_echo "no" >&6; }
3083 test -n "$AWK" && break
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3087 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3089 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3090 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3091 $as_echo_n "(cached) " >&6
3093 cat >conftest.
make <<\_ACEOF
3096 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3098 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3099 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3101 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3103 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3107 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109 $as_echo "yes" >&6; }
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3113 $as_echo "no" >&6; }
3114 SET_MAKE
="MAKE=${MAKE-make}"
3117 rm -rf .tst
2>/dev
/null
3118 mkdir .tst
2>/dev
/null
3119 if test -d .tst
; then
3124 rmdir .tst
2>/dev
/null
3126 # Check whether --enable-silent-rules was given.
3127 if test "${enable_silent_rules+set}" = set; then :
3128 enableval
=$enable_silent_rules;
3131 case $enable_silent_rules in # (((
3132 yes) AM_DEFAULT_VERBOSITY
=0;;
3133 no
) AM_DEFAULT_VERBOSITY
=1;;
3134 *) AM_DEFAULT_VERBOSITY
=1;;
3136 am_make
=${MAKE-make}
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3138 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3139 if ${am_cv_make_support_nested_variables+:} false
; then :
3140 $as_echo_n "(cached) " >&6
3142 if $as_echo 'TRUE=$(BAR$(V))
3148 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3149 am_cv_make_support_nested_variables
=yes
3151 am_cv_make_support_nested_variables
=no
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3155 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3156 if test $am_cv_make_support_nested_variables = yes; then
3158 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3160 AM_V
=$AM_DEFAULT_VERBOSITY
3161 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3165 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3166 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3167 # is not polluted with repeated "-I."
3168 am__isrc
=' -I$(srcdir)'
3169 # test to see if srcdir already configured
3170 if test -f $srcdir/config.status
; then
3171 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3175 # test whether we have cygpath
3176 if test -z "$CYGPATH_W"; then
3177 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3178 CYGPATH_W
='cygpath -w'
3185 # Define the identity of the package.
3190 cat >>confdefs.h
<<_ACEOF
3191 #define PACKAGE "$PACKAGE"
3195 cat >>confdefs.h
<<_ACEOF
3196 #define VERSION "$VERSION"
3199 # Some tools Automake needs.
3201 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3204 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3207 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3210 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3213 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3215 # For better backward compatibility. To be removed once Automake 1.9.x
3216 # dies out for good. For more background, see:
3217 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3218 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3219 mkdir_p
='$(MKDIR_P)'
3221 # We need awk for the "check" target (and possibly the TAP driver). The
3222 # system "awk" is bad on some platforms.
3223 # Always define AMTAR for backward compatibility. Yes, it's still used
3224 # in the wild :-( We should find a proper way to deprecate it ...
3228 # We'll loop over all known methods to create a tar archive until one works.
3229 _am_tools
='gnutar pax cpio none'
3231 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3238 # POSIX will say in a future version that running "rm -f" with no argument
3239 # is OK; and we want to be able to make that assumption in our Makefile
3240 # recipes. So use an aggressive probe to check that the usage we want is
3241 # actually supported "in the wild" to an acceptable degree.
3242 # See automake bug#10828.
3243 # To make any issue more visible, cause the running configure to be aborted
3244 # by default if the 'rm' program in use doesn't match our expectations; the
3245 # user can still override this though.
3246 if rm -f && rm -fr && rm -rf; then : OK
; else
3250 Your 'rm' program seems unable to run without file operands specified
3251 on the command line, even when the '-f' option is present. This is contrary
3252 to the behaviour of most rm programs out there, and not conforming with
3253 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3255 Please tell bug-automake@gnu.org about your system, including the value
3256 of your $PATH and any error possibly output before this message. This
3257 can help us improve future automake versions.
3260 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3261 echo 'Configuration will proceed anyway, since you have set the' >&2
3262 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3266 Aborting the configuration process, to ensure you take notice of the issue.
3268 You can download and install GNU coreutils to get an 'rm' implementation
3269 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3271 If you want to complete the configuration process using your problematic
3272 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3273 to "yes", and re-run configure.
3276 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3280 # Check whether --enable-silent-rules was given.
3281 if test "${enable_silent_rules+set}" = set; then :
3282 enableval
=$enable_silent_rules;
3285 case $enable_silent_rules in # (((
3286 yes) AM_DEFAULT_VERBOSITY
=0;;
3287 no
) AM_DEFAULT_VERBOSITY
=1;;
3288 *) AM_DEFAULT_VERBOSITY
=0;;
3290 am_make
=${MAKE-make}
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3292 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3293 if ${am_cv_make_support_nested_variables+:} false
; then :
3294 $as_echo_n "(cached) " >&6
3296 if $as_echo 'TRUE=$(BAR$(V))
3302 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3303 am_cv_make_support_nested_variables
=yes
3305 am_cv_make_support_nested_variables
=no
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3309 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3310 if test $am_cv_make_support_nested_variables = yes; then
3312 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3314 AM_V
=$AM_DEFAULT_VERBOSITY
3315 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3320 if test -n "$ac_tool_prefix"; then
3321 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3322 set dummy ${ac_tool_prefix}ar; ac_word=$2
3323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3324 $as_echo_n "checking for $ac_word... " >&6; }
3325 if ${ac_cv_prog_AR+:} false; then :
3326 $as_echo_n "(cached) " >&6
3328 if test -n "$AR"; then
3329 ac_cv_prog_AR="$AR" # Let the user override the test.
3331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3335 test -z "$as_dir" && as_dir=.
3336 for ac_exec_ext in '' $ac_executable_extensions; do
3337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3338 ac_cv_prog_AR="${ac_tool_prefix}ar"
3339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3349 if test -n "$AR"; then
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3351 $as_echo "$AR" >&6; }
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3354 $as_echo "no" >&6; }
3359 if test -z "$ac_cv_prog_AR"; then
3361 # Extract the first word of "ar", so it can be a program name with args.
3362 set dummy ar; ac_word=$2
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3364 $as_echo_n "checking for $ac_word... " >&6; }
3365 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3366 $as_echo_n "(cached) " >&6
3368 if test -n "$ac_ct_AR"; then
3369 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3375 test -z "$as_dir" && as_dir=.
3376 for ac_exec_ext in '' $ac_executable_extensions; do
3377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3378 ac_cv_prog_ac_ct_AR="ar"
3379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3388 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3389 if test -n "$ac_ct_AR"; then
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3391 $as_echo "$ac_ct_AR" >&6; }
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3394 $as_echo "no" >&6; }
3397 if test "x$ac_ct_AR" = x; then
3400 case $cross_compiling:$ac_tool_warned in
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3404 ac_tool_warned=yes ;;
3412 if test -n "$ac_tool_prefix"; then
3413 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3414 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3416 $as_echo_n "checking for $ac_word... " >&6; }
3417 if ${ac_cv_prog_RANLIB+:} false; then :
3418 $as_echo_n "(cached) " >&6
3420 if test -n "$RANLIB"; then
3421 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3427 test -z "$as_dir" && as_dir=.
3428 for ac_exec_ext in '' $ac_executable_extensions; do
3429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3430 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3440 RANLIB=$ac_cv_prog_RANLIB
3441 if test -n "$RANLIB"; then
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3443 $as_echo "$RANLIB" >&6; }
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3446 $as_echo "no" >&6; }
3451 if test -z "$ac_cv_prog_RANLIB"; then
3452 ac_ct_RANLIB=$RANLIB
3453 # Extract the first word of "ranlib", so it can be a program name with args.
3454 set dummy ranlib; ac_word=$2
3455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3456 $as_echo_n "checking for $ac_word... " >&6; }
3457 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3458 $as_echo_n "(cached) " >&6
3460 if test -n "$ac_ct_RANLIB"; then
3461 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3467 test -z "$as_dir" && as_dir=.
3468 for ac_exec_ext in '' $ac_executable_extensions; do
3469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3470 ac_cv_prog_ac_ct_RANLIB="ranlib"
3471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3480 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3481 if test -n "$ac_ct_RANLIB"; then
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3483 $as_echo "$ac_ct_RANLIB" >&6; }
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3486 $as_echo "no" >&6; }
3489 if test "x$ac_ct_RANLIB" = x; then
3492 case $cross_compiling:$ac_tool_warned in
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3496 ac_tool_warned=yes ;;
3498 RANLIB=$ac_ct_RANLIB
3501 RANLIB="$ac_cv_prog_RANLIB"
3505 # Check whether --enable-shared was given.
3506 if test "${enable_shared+set}" = set; then :
3507 enableval=$enable_shared; p=${PACKAGE-default}
3509 yes) enable_shared=yes ;;
3510 no) enable_shared=no ;;
3513 # Look at the argument we got. We use all the common list separators.
3514 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3515 for pkg in $enableval; do
3517 if test "X$pkg" = "X$p"; then
3538 ac_cpp='$CPP $CPPFLAGS'
3539 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3540 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3541 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3542 if test -n "$ac_tool_prefix"; then
3543 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3544 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3546 $as_echo_n "checking for $ac_word... " >&6; }
3547 if ${ac_cv_prog_CC+:} false; then :
3548 $as_echo_n "(cached) " >&6
3550 if test -n "$CC"; then
3551 ac_cv_prog_CC="$CC" # Let the user override the test.
3553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3557 test -z "$as_dir" && as_dir=.
3558 for ac_exec_ext in '' $ac_executable_extensions; do
3559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3560 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3571 if test -n "$CC"; then
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3573 $as_echo "$CC" >&6; }
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3576 $as_echo "no" >&6; }
3581 if test -z "$ac_cv_prog_CC"; then
3583 # Extract the first word of "gcc", so it can be a program name with args.
3584 set dummy gcc; ac_word=$2
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3586 $as_echo_n "checking for $ac_word... " >&6; }
3587 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3588 $as_echo_n "(cached) " >&6
3590 if test -n "$ac_ct_CC"; then
3591 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3597 test -z "$as_dir" && as_dir=.
3598 for ac_exec_ext in '' $ac_executable_extensions; do
3599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3600 ac_cv_prog_ac_ct_CC="gcc"
3601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3610 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3611 if test -n "$ac_ct_CC"; then
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3613 $as_echo "$ac_ct_CC" >&6; }
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3616 $as_echo "no" >&6; }
3619 if test "x$ac_ct_CC" = x; then
3622 case $cross_compiling:$ac_tool_warned in
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3625 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3626 ac_tool_warned=yes ;;
3634 if test -z "$CC"; then
3635 if test -n "$ac_tool_prefix"; then
3636 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3637 set dummy ${ac_tool_prefix}cc; ac_word=$2
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3639 $as_echo_n "checking for $ac_word... " >&6; }
3640 if ${ac_cv_prog_CC+:} false; then :
3641 $as_echo_n "(cached) " >&6
3643 if test -n "$CC"; then
3644 ac_cv_prog_CC="$CC" # Let the user override the test.
3646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3650 test -z "$as_dir" && as_dir=.
3651 for ac_exec_ext in '' $ac_executable_extensions; do
3652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3653 ac_cv_prog_CC="${ac_tool_prefix}cc"
3654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3664 if test -n "$CC"; then
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3666 $as_echo "$CC" >&6; }
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3669 $as_echo "no" >&6; }
3675 if test -z "$CC"; then
3676 # Extract the first word of "cc", so it can be a program name with args.
3677 set dummy cc; ac_word=$2
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3679 $as_echo_n "checking for $ac_word... " >&6; }
3680 if ${ac_cv_prog_CC+:} false; then :
3681 $as_echo_n "(cached) " >&6
3683 if test -n "$CC"; then
3684 ac_cv_prog_CC="$CC" # Let the user override the test.
3687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3691 test -z "$as_dir" && as_dir=.
3692 for ac_exec_ext in '' $ac_executable_extensions; do
3693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3694 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3695 ac_prog_rejected=yes
3699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3706 if test $ac_prog_rejected = yes; then
3707 # We found a bogon in the path, so make sure we never use it.
3708 set dummy $ac_cv_prog_CC
3710 if test $# != 0; then
3711 # We chose a different compiler from the bogus one.
3712 # However, it has the same basename, so the bogon will be chosen
3713 # first if we set CC to just the basename; use the full file name.
3715 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3721 if test -n "$CC"; then
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3723 $as_echo "$CC" >&6; }
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3726 $as_echo "no" >&6; }
3731 if test -z "$CC"; then
3732 if test -n "$ac_tool_prefix"; then
3733 for ac_prog in cl.exe
3735 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3736 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3738 $as_echo_n "checking for $ac_word... " >&6; }
3739 if ${ac_cv_prog_CC+:} false; then :
3740 $as_echo_n "(cached) " >&6
3742 if test -n "$CC"; then
3743 ac_cv_prog_CC="$CC" # Let the user override the test.
3745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3749 test -z "$as_dir" && as_dir=.
3750 for ac_exec_ext in '' $ac_executable_extensions; do
3751 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3752 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3763 if test -n "$CC"; then
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3765 $as_echo "$CC" >&6; }
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3768 $as_echo "no" >&6; }
3772 test -n "$CC" && break
3775 if test -z "$CC"; then
3777 for ac_prog in cl.exe
3779 # Extract the first word of "$ac_prog", so it can be a program name with args.
3780 set dummy $ac_prog; ac_word=$2
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3782 $as_echo_n "checking for $ac_word... " >&6; }
3783 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3784 $as_echo_n "(cached) " >&6
3786 if test -n "$ac_ct_CC"; then
3787 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3793 test -z "$as_dir" && as_dir=.
3794 for ac_exec_ext in '' $ac_executable_extensions; do
3795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3796 ac_cv_prog_ac_ct_CC="$ac_prog"
3797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3806 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3807 if test -n "$ac_ct_CC"; then
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3809 $as_echo "$ac_ct_CC" >&6; }
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3812 $as_echo "no" >&6; }
3816 test -n "$ac_ct_CC" && break
3819 if test "x$ac_ct_CC" = x; then
3822 case $cross_compiling:$ac_tool_warned in
3824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3825 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3826 ac_tool_warned=yes ;;
3835 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3836 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3837 as_fn_error $? "no acceptable C compiler found in \$PATH
3838 See \`config.log
' for more details" "$LINENO" 5; }
3840 # Provide some information about the compiler.
3841 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3844 for ac_option in --version -v -V -qversion; do
3845 { { ac_try="$ac_compiler $ac_option >&5"
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3850 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3851 $as_echo "$ac_try_echo"; } >&5
3852 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3854 if test -s conftest.err; then
3856 ... rest of stderr output deleted ...
3857 10q
' conftest.err >conftest.er1
3858 cat conftest.er1 >&5
3860 rm -f conftest.er1 conftest.err
3861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3862 test $ac_status = 0; }
3865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3866 /* end confdefs.h. */
3876 ac_clean_files_save=$ac_clean_files
3877 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3878 # Try to create an executable without -o first, disregard a.out.
3879 # It will help us diagnose broken compilers, and finding out an intuition
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3882 $as_echo_n "checking whether the C compiler works... " >&6; }
3883 ac_link_default=`$as_echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
3885 # The possible output files:
3886 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3889 for ac_file in $ac_files
3892 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3893 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3898 if { { ac_try="$ac_link_default"
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3904 $as_echo "$ac_try_echo"; } >&5
3905 (eval "$ac_link_default") 2>&5
3907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3908 test $ac_status = 0; }; then :
3909 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3910 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3911 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3912 # so that the user can short-circuit this test for compilers unknown to
3914 for ac_file
in $ac_files ''
3916 test -f "$ac_file" ||
continue
3918 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3921 # We found the default executable, but exeext='' is most
3925 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3927 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3929 # We set ac_cv_exeext here because the later test for it is not
3930 # safe: cross compilers may not add the suffix if given an `-o'
3931 # argument, so we may need to know it at that point already.
3932 # Even if this section looks crufty: it has the advantage of
3939 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3944 if test -z "$ac_file"; then :
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3946 $as_echo "no" >&6; }
3947 $as_echo "$as_me: failed program was:" >&5
3948 sed 's/^/| /' conftest.
$ac_ext >&5
3950 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3951 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3952 as_fn_error
77 "C compiler cannot create executables
3953 See \`config.log' for more details" "$LINENO" 5; }
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3956 $as_echo "yes" >&6; }
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3959 $as_echo_n "checking for C compiler default output file name... " >&6; }
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3961 $as_echo "$ac_file" >&6; }
3962 ac_exeext
=$ac_cv_exeext
3964 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3965 ac_clean_files
=$ac_clean_files_save
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3967 $as_echo_n "checking for suffix of executables... " >&6; }
3968 if { { ac_try
="$ac_link"
3970 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3971 *) ac_try_echo=$ac_try;;
3973 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3974 $as_echo "$ac_try_echo"; } >&5
3975 (eval "$ac_link") 2>&5
3977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3978 test $ac_status = 0; }; then :
3979 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3980 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3981 # work properly (i.e., refer to `conftest.exe'), while it won't with
3983 for ac_file
in conftest.exe conftest conftest.
*; do
3984 test -f "$ac_file" ||
continue
3986 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3987 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3993 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3994 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3995 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3996 See \`config.log' for more details" "$LINENO" 5; }
3998 rm -f conftest conftest
$ac_cv_exeext
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4000 $as_echo "$ac_cv_exeext" >&6; }
4002 rm -f conftest.
$ac_ext
4003 EXEEXT
=$ac_cv_exeext
4005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4006 /* end confdefs.h. */
4011 FILE *f = fopen ("conftest.out", "w");
4012 return ferror (f) || fclose (f) != 0;
4018 ac_clean_files
="$ac_clean_files conftest.out"
4019 # Check that the compiler produces executables we can run. If not, either
4020 # the compiler is broken, or we cross compile.
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4022 $as_echo_n "checking whether we are cross compiling... " >&6; }
4023 if test "$cross_compiling" != yes; then
4024 { { ac_try
="$ac_link"
4026 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4027 *) ac_try_echo=$ac_try;;
4029 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4030 $as_echo "$ac_try_echo"; } >&5
4031 (eval "$ac_link") 2>&5
4033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4034 test $ac_status = 0; }
4035 if { ac_try='./conftest$ac_cv_exeext'
4036 { { case "(($ac_try" in
4037 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4038 *) ac_try_echo
=$ac_try;;
4040 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4041 $as_echo "$ac_try_echo"; } >&5
4042 (eval "$ac_try") 2>&5
4044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4045 test $ac_status = 0; }; }; then
4048 if test "$cross_compiling" = maybe
; then
4051 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4052 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4053 as_fn_error $?
"cannot run C compiled programs.
4054 If you meant to cross compile, use \`--host'.
4055 See \`config.log' for more details" "$LINENO" 5; }
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4060 $as_echo "$cross_compiling" >&6; }
4062 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4063 ac_clean_files
=$ac_clean_files_save
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4065 $as_echo_n "checking for suffix of object files... " >&6; }
4066 if ${ac_cv_objext+:} false
; then :
4067 $as_echo_n "(cached) " >&6
4069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4070 /* end confdefs.h. */
4080 rm -f conftest.o conftest.obj
4081 if { { ac_try
="$ac_compile"
4083 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4084 *) ac_try_echo=$ac_try;;
4086 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4087 $as_echo "$ac_try_echo"; } >&5
4088 (eval "$ac_compile") 2>&5
4090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4091 test $ac_status = 0; }; then :
4092 for ac_file in conftest.o conftest.obj conftest.*; do
4093 test -f "$ac_file" || continue;
4095 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4096 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4101 $as_echo "$as_me: failed program was:" >&5
4102 sed 's/^/| /' conftest.$ac_ext >&5
4104 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4105 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4106 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4107 See \
`config.log' for more details" "$LINENO" 5; }
4109 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4112 $as_echo "$ac_cv_objext" >&6; }
4113 OBJEXT=$ac_cv_objext
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4116 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4117 if ${ac_cv_c_compiler_gnu+:} false; then :
4118 $as_echo_n "(cached) " >&6
4120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4121 /* end confdefs.h. */
4134 if ac_fn_c_try_compile "$LINENO"; then :
4139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4140 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4144 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4145 if test $ac_compiler_gnu = yes; then
4150 ac_test_CFLAGS=${CFLAGS+set}
4151 ac_save_CFLAGS=$CFLAGS
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4153 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4154 if ${ac_cv_prog_cc_g+:} false; then :
4155 $as_echo_n "(cached) " >&6
4157 ac_save_c_werror_flag=$ac_c_werror_flag
4158 ac_c_werror_flag=yes
4161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4162 /* end confdefs.h. */
4172 if ac_fn_c_try_compile "$LINENO"; then :
4176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4177 /* end confdefs.h. */
4187 if ac_fn_c_try_compile "$LINENO"; then :
4190 ac_c_werror_flag=$ac_save_c_werror_flag
4192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4193 /* end confdefs.h. */
4203 if ac_fn_c_try_compile "$LINENO"; then :
4206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4211 ac_c_werror_flag=$ac_save_c_werror_flag
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4214 $as_echo "$ac_cv_prog_cc_g" >&6; }
4215 if test "$ac_test_CFLAGS" = set; then
4216 CFLAGS=$ac_save_CFLAGS
4217 elif test $ac_cv_prog_cc_g = yes; then
4218 if test "$GCC" = yes; then
4224 if test "$GCC" = yes; then
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4231 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4232 if ${ac_cv_prog_cc_c89+:} false; then :
4233 $as_echo_n "(cached) " >&6
4235 ac_cv_prog_cc_c89=no
4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4238 /* end confdefs.h. */
4242 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4243 struct buf { int x; };
4244 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4245 static char *e (p, i)
4251 static char *f (char * (*g) (char **, int), char **p, ...)
4256 s = g (p, va_arg (v,int));
4261 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4262 function prototypes and stuff, but not '\xHH' hex character constants.
4263 These don't provoke an error unfortunately, instead are silently treated
4264 as 'x'. The following induces an error, until -std is added to get
4265 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4266 array size at least. It's necessary to write '\x00'==0 to get something
4267 that's true only with -std. */
4268 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4270 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4271 inside strings and character constants. */
4273 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4275 int test (int i, double x);
4276 struct s1 {int (*f) (int a);};
4277 struct s2 {int (*f) (double a);};
4278 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4284 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4289 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4290 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4292 CC="$ac_save_CC $ac_arg"
4293 if ac_fn_c_try_compile "$LINENO"; then :
4294 ac_cv_prog_cc_c89=$ac_arg
4296 rm -f core conftest.err conftest.$ac_objext
4297 test "x$ac_cv_prog_cc_c89" != "xno" && break
4299 rm -f conftest.$ac_ext
4304 case "x$ac_cv_prog_cc_c89" in
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4307 $as_echo "none needed" >&6; } ;;
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4310 $as_echo "unsupported" >&6; } ;;
4312 CC="$CC $ac_cv_prog_cc_c89"
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4314 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4316 if test "x$ac_cv_prog_cc_c89" != xno; then :
4321 ac_cpp='$CPP $CPPFLAGS'
4322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4327 ac_cpp='$CPP $CPPFLAGS'
4328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4330 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4332 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4333 if ${am_cv_prog_cc_c_o+:} false; then :
4334 $as_echo_n "(cached) " >&6
4336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4337 /* end confdefs.h. */
4347 # Make sure it works both with $CC and with simple cc.
4348 # Following AC_PROG_CC_C_O, we do the test twice because some
4349 # compilers refuse to overwrite an existing .o file with -o,
4350 # though they will create one.
4351 am_cv_prog_cc_c_o=yes
4353 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4354 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4357 (exit $ac_status); } \
4358 && test -f conftest2.$ac_objext; then
4361 am_cv_prog_cc_c_o=no
4365 rm -f core conftest*
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4369 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4370 if test "$am_cv_prog_cc_c_o" != yes; then
4371 # Losing compiler, so override with the script.
4372 # FIXME: It is wrong to rewrite CC.
4373 # But if we don't then we get into trouble of one sort or another.
4374 # A longer-term fix would be to have automake use am__CC in this case,
4375 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4376 CC="$am_aux_dir/compile $CC"
4379 ac_cpp='$CPP $CPPFLAGS'
4380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4384 DEPDIR="${am__leading_dot}deps"
4386 ac_config_commands="$ac_config_commands depfiles"
4389 am_make=${MAKE-make}
4390 cat > confinc << 'END'
4392 @echo this is the am__doit target
4395 # If we don't find an include directive, just comment out the code.
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4397 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4401 # First try GNU make style include.
4402 echo "include confinc" > confmf
4403 # Ignore all kinds of additional output from 'make'.
4404 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4405 *the\ am__doit\ target*)
4411 # Now try BSD make style include.
4412 if test "$am__include" = "#"; then
4413 echo '.include "confinc"' > confmf
4414 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4415 *the\ am__doit\ target*)
4416 am__include=.include
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4425 $as_echo "$_am_result" >&6; }
4426 rm -f confinc confmf
4428 # Check whether --enable-dependency-tracking was given.
4429 if test "${enable_dependency_tracking+set}" = set; then :
4430 enableval=$enable_dependency_tracking;
4433 if test "x$enable_dependency_tracking" != xno; then
4434 am_depcomp="$ac_aux_dir/depcomp"
4438 if test "x$enable_dependency_tracking" != xno; then
4448 depcc="$CC" am_compiler_list=
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4451 $as_echo_n "checking dependency style of $depcc... " >&6; }
4452 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4453 $as_echo_n "(cached) " >&6
4455 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4456 # We make a subdir and do the tests there. Otherwise we can end up
4457 # making bogus files that we don't know about and never remove. For
4458 # instance it was reported that on HP-UX the gcc test will end up
4459 # making a dummy file named 'D' -- because '-MD' means "put the output
4463 # Copy depcomp to subdir because otherwise we won't find it if we're
4464 # using a relative directory.
4465 cp "$am_depcomp" conftest.dir
4467 # We will build objects and dependencies in a subdirectory because
4468 # it helps to detect inapplicable dependency modes. For instance
4469 # both Tru64's cc and ICC support -MD to output dependencies as a
4470 # side effect of compilation, but ICC will put the dependencies in
4471 # the current directory while Tru64 will put them in the object
4475 am_cv_CC_dependencies_compiler_type=none
4476 if test "$am_compiler_list" = ""; then
4477 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4480 case " $depcc " in #(
4481 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4484 for depmode in $am_compiler_list; do
4485 # Setup a source with many dependencies, because some compilers
4486 # like to wrap large dependency lists on column 80 (with \), and
4487 # we should not choose a depcomp mode which is confused by this.
4489 # We need to recreate these files for each test, as the compiler may
4490 # overwrite some of them when testing with obscure command lines.
4491 # This happens at least with the AIX C compiler.
4493 for i in 1 2 3 4 5 6; do
4494 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4495 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4496 # Solaris 10 /bin/sh.
4497 echo '/* dummy */' > sub/conftst$i.h
4499 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4501 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4502 # mode. It turns out that the SunPro C++ compiler does not properly
4503 # handle '-M -o', and we need to detect this. Also, some Intel
4504 # versions had trouble with output in subdirs.
4505 am__obj=sub/conftest.${OBJEXT-o}
4506 am__minus_obj="-o $am__obj"
4509 # This depmode causes a compiler race in universal mode.
4510 test "$am__universal" = false || continue
4513 # After this tag, mechanisms are not by side-effect, so they'll
4514 # only be used when explicitly requested.
4515 if test "x$enable_dependency_tracking" = xyes; then
4521 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4522 # This compiler won't grok '-c -o', but also, the minuso test has
4523 # not run yet. These depmodes are late enough in the game, and
4524 # so weak that their functioning should not be impacted.
4525 am__obj=conftest.${OBJEXT-o}
4530 if depmode=$depmode \
4531 source=sub/conftest.c object=$am__obj \
4532 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4533 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4534 >/dev/null 2>conftest.err &&
4535 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4536 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4537 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4538 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4539 # icc doesn't choke on unknown options, it will just issue warnings
4540 # or remarks (even with -Werror). So we grep stderr for any message
4541 # that says an option was ignored or not supported.
4542 # When given -MP, icc 7.0 and 7.1 complain thusly:
4543 # icc: Command line warning: ignoring option '-M'; no argument required
4544 # The diagnosis changed in icc 8.0:
4545 # icc: Command line remark: option '-MP' not supported
4546 if (grep 'ignoring option' conftest.err ||
4547 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4548 am_cv_CC_dependencies_compiler_type=$depmode
4557 am_cv_CC_dependencies_compiler_type=none
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4562 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4563 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4566 test "x$enable_dependency_tracking" != xno \
4567 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4569 am__fastdepCC_FALSE='#'
4571 am__fastdepCC_TRUE='#'
4572 am__fastdepCC_FALSE=
4578 ac_cpp='$CPP $CPPFLAGS'
4579 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4580 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4581 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4583 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4584 # On Suns, sometimes $CPP names a directory.
4585 if test -n "$CPP" && test -d "$CPP"; then
4588 if test -z "$CPP"; then
4589 if ${ac_cv_prog_CPP+:} false; then :
4590 $as_echo_n "(cached) " >&6
4592 # Double quotes because CPP needs to be expanded
4593 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4596 for ac_c_preproc_warn_flag in '' yes
4598 # Use a header file that comes with gcc, so configuring glibc
4599 # with a fresh cross-compiler works.
4600 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4601 # <limits.h> exists even on freestanding compilers.
4602 # On the NeXT, cc -E runs the code through the compiler's parser,
4603 # not just through cpp. "Syntax error" is here to catch this case.
4604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4605 /* end confdefs.h. */
4607 # include <limits.h>
4609 # include <assert.h>
4613 if ac_fn_c_try_cpp "$LINENO"; then :
4616 # Broken: fails on valid input.
4619 rm -f conftest.err conftest.i conftest.$ac_ext
4621 # OK, works on sane cases. Now check whether nonexistent headers
4622 # can be detected and how.
4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4624 /* end confdefs.h. */
4625 #include <ac_nonexistent.h>
4627 if ac_fn_c_try_cpp "$LINENO"; then :
4628 # Broken: success on invalid input.
4631 # Passes both tests.
4635 rm -f conftest.err conftest.i conftest.$ac_ext
4638 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4639 rm -f conftest.i conftest.err conftest.
$ac_ext
4640 if $ac_preproc_ok; then :
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4653 $as_echo "$CPP" >&6; }
4655 for ac_c_preproc_warn_flag
in '' yes
4657 # Use a header file that comes with gcc, so configuring glibc
4658 # with a fresh cross-compiler works.
4659 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4660 # <limits.h> exists even on freestanding compilers.
4661 # On the NeXT, cc -E runs the code through the compiler's parser,
4662 # not just through cpp. "Syntax error" is here to catch this case.
4663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4666 # include <limits.h>
4668 # include <assert.h>
4672 if ac_fn_c_try_cpp
"$LINENO"; then :
4675 # Broken: fails on valid input.
4678 rm -f conftest.err conftest.i conftest.
$ac_ext
4680 # OK, works on sane cases. Now check whether nonexistent headers
4681 # can be detected and how.
4682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4683 /* end confdefs.h. */
4684 #include <ac_nonexistent.h>
4686 if ac_fn_c_try_cpp
"$LINENO"; then :
4687 # Broken: success on invalid input.
4690 # Passes both tests.
4694 rm -f conftest.err conftest.i conftest.
$ac_ext
4697 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4698 rm -f conftest.i conftest.err conftest.
$ac_ext
4699 if $ac_preproc_ok; then :
4702 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4703 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4704 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4705 See \`config.log' for more details" "$LINENO" 5; }
4709 ac_cpp
='$CPP $CPPFLAGS'
4710 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4711 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4712 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4716 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4717 if ${ac_cv_path_GREP+:} false
; then :
4718 $as_echo_n "(cached) " >&6
4720 if test -z "$GREP"; then
4721 ac_path_GREP_found
=false
4722 # Loop through the user's path and test for each of PROGNAME-LIST
4723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4724 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4727 test -z "$as_dir" && as_dir
=.
4728 for ac_prog
in grep ggrep
; do
4729 for ac_exec_ext
in '' $ac_executable_extensions; do
4730 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4731 as_fn_executable_p
"$ac_path_GREP" ||
continue
4732 # Check for GNU ac_path_GREP and select it if it is found.
4733 # Check for GNU $ac_path_GREP
4734 case `"$ac_path_GREP" --version 2>&1` in
4736 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4739 $as_echo_n 0123456789 >"conftest.in"
4742 cat "conftest.in" "conftest.in" >"conftest.tmp"
4743 mv "conftest.tmp" "conftest.in"
4744 cp "conftest.in" "conftest.nl"
4745 $as_echo 'GREP' >> "conftest.nl"
4746 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4747 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4748 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4749 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4750 # Best one so far, save it but keep looking for a better one
4751 ac_cv_path_GREP
="$ac_path_GREP"
4752 ac_path_GREP_max
=$ac_count
4754 # 10*(2^10) chars as input seems more than enough
4755 test $ac_count -gt 10 && break
4757 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4760 $ac_path_GREP_found && break 3
4765 if test -z "$ac_cv_path_GREP"; then
4766 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4769 ac_cv_path_GREP
=$GREP
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4774 $as_echo "$ac_cv_path_GREP" >&6; }
4775 GREP
="$ac_cv_path_GREP"
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4779 $as_echo_n "checking for egrep... " >&6; }
4780 if ${ac_cv_path_EGREP+:} false
; then :
4781 $as_echo_n "(cached) " >&6
4783 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4784 then ac_cv_path_EGREP
="$GREP -E"
4786 if test -z "$EGREP"; then
4787 ac_path_EGREP_found
=false
4788 # Loop through the user's path and test for each of PROGNAME-LIST
4789 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4790 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4793 test -z "$as_dir" && as_dir
=.
4794 for ac_prog
in egrep; do
4795 for ac_exec_ext
in '' $ac_executable_extensions; do
4796 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4797 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4798 # Check for GNU ac_path_EGREP and select it if it is found.
4799 # Check for GNU $ac_path_EGREP
4800 case `"$ac_path_EGREP" --version 2>&1` in
4802 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4805 $as_echo_n 0123456789 >"conftest.in"
4808 cat "conftest.in" "conftest.in" >"conftest.tmp"
4809 mv "conftest.tmp" "conftest.in"
4810 cp "conftest.in" "conftest.nl"
4811 $as_echo 'EGREP' >> "conftest.nl"
4812 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4813 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4814 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4815 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4816 # Best one so far, save it but keep looking for a better one
4817 ac_cv_path_EGREP
="$ac_path_EGREP"
4818 ac_path_EGREP_max
=$ac_count
4820 # 10*(2^10) chars as input seems more than enough
4821 test $ac_count -gt 10 && break
4823 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4826 $ac_path_EGREP_found && break 3
4831 if test -z "$ac_cv_path_EGREP"; then
4832 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4835 ac_cv_path_EGREP
=$EGREP
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4841 $as_echo "$ac_cv_path_EGREP" >&6; }
4842 EGREP
="$ac_cv_path_EGREP"
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4846 $as_echo_n "checking for ANSI C header files... " >&6; }
4847 if ${ac_cv_header_stdc+:} false
; then :
4848 $as_echo_n "(cached) " >&6
4850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4851 /* end confdefs.h. */
4865 if ac_fn_c_try_compile
"$LINENO"; then :
4866 ac_cv_header_stdc
=yes
4868 ac_cv_header_stdc
=no
4870 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4872 if test $ac_cv_header_stdc = yes; then
4873 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4875 /* end confdefs.h. */
4879 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4880 $EGREP "memchr" >/dev
/null
2>&1; then :
4883 ac_cv_header_stdc
=no
4889 if test $ac_cv_header_stdc = yes; then
4890 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4892 /* end confdefs.h. */
4896 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4897 $EGREP "free" >/dev
/null
2>&1; then :
4900 ac_cv_header_stdc
=no
4906 if test $ac_cv_header_stdc = yes; then
4907 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4908 if test "$cross_compiling" = yes; then :
4911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4912 /* end confdefs.h. */
4915 #if ((' ' & 0x0FF) == 0x020)
4916 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4917 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4919 # define ISLOWER(c) \
4920 (('a' <= (c) && (c) <= 'i') \
4921 || ('j' <= (c) && (c) <= 'r') \
4922 || ('s' <= (c) && (c) <= 'z'))
4923 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4926 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4931 for (i = 0; i < 256; i++)
4932 if (XOR (islower (i), ISLOWER (i))
4933 || toupper (i) != TOUPPER (i))
4938 if ac_fn_c_try_run
"$LINENO"; then :
4941 ac_cv_header_stdc
=no
4943 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4944 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4950 $as_echo "$ac_cv_header_stdc" >&6; }
4951 if test $ac_cv_header_stdc = yes; then
4953 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4957 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4958 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4959 inttypes.h stdint.h unistd.h
4961 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4962 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4964 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4965 cat >>confdefs.h
<<_ACEOF
4966 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4975 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4976 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4983 if test "$MINIX" = yes; then
4985 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4988 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4991 $as_echo "#define _MINIX 1" >>confdefs.h
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4997 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4998 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4999 $as_echo_n "(cached) " >&6
5001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5002 /* end confdefs.h. */
5004 # define __EXTENSIONS__ 1
5005 $ac_includes_default
5014 if ac_fn_c_try_compile
"$LINENO"; then :
5015 ac_cv_safe_to_define___extensions__
=yes
5017 ac_cv_safe_to_define___extensions__
=no
5019 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5022 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5023 test $ac_cv_safe_to_define___extensions__ = yes &&
5024 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5026 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5028 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5030 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5032 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5041 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5046 macro_version
='2.2.7a'
5047 macro_revision
='1.3134'
5061 ltmain
="$ac_aux_dir/ltmain.sh"
5063 # Backslashify metacharacters that are still active within
5064 # double-quoted strings.
5065 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5067 # Same as above, but do not quote variable references.
5068 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5070 # Sed substitution to delay expansion of an escaped shell variable in a
5071 # double_quote_subst'ed string.
5072 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5074 # Sed substitution to delay expansion of an escaped single quote.
5075 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5077 # Sed substitution to avoid accidental globbing in evaled expressions
5078 no_glob_subst
='s/\*/\\\*/g'
5080 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5081 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5082 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5085 $as_echo_n "checking how to print strings... " >&6; }
5086 # Test print first, because it will be a builtin if present.
5087 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5088 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5090 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5093 # Use this function as a fallback that always works.
5094 func_fallback_echo ()
5096 eval 'cat <<_LTECHO_EOF
5100 ECHO='func_fallback_echo
'
5103 # func_echo_all arg...
5104 # Invoke $ECHO with all args, space-separated.
5111 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5112 $as_echo "printf" >&6; } ;;
5113 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5114 $as_echo "print -r" >&6; } ;;
5115 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5116 $as_echo "cat" >&6; } ;;
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5133 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5134 if ${ac_cv_path_SED+:} false; then :
5135 $as_echo_n "(cached) " >&6
5137 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5138 for ac_i in 1 2 3 4 5 6 7; do
5139 ac_script="$ac_script$as_nl$ac_script"
5141 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5142 { ac_script=; unset ac_script;}
5143 if test -z "$SED"; then
5144 ac_path_SED_found=false
5145 # Loop through the user's path and
test for each of PROGNAME-LIST
5146 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5150 test -z "$as_dir" && as_dir
=.
5151 for ac_prog
in sed gsed
; do
5152 for ac_exec_ext
in '' $ac_executable_extensions; do
5153 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5154 as_fn_executable_p
"$ac_path_SED" ||
continue
5155 # Check for GNU ac_path_SED and select it if it is found.
5156 # Check for GNU $ac_path_SED
5157 case `"$ac_path_SED" --version 2>&1` in
5159 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5162 $as_echo_n 0123456789 >"conftest.in"
5165 cat "conftest.in" "conftest.in" >"conftest.tmp"
5166 mv "conftest.tmp" "conftest.in"
5167 cp "conftest.in" "conftest.nl"
5168 $as_echo '' >> "conftest.nl"
5169 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5170 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5171 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5172 if test $ac_count -gt ${ac_path_SED_max-0}; then
5173 # Best one so far, save it but keep looking for a better one
5174 ac_cv_path_SED
="$ac_path_SED"
5175 ac_path_SED_max
=$ac_count
5177 # 10*(2^10) chars as input seems more than enough
5178 test $ac_count -gt 10 && break
5180 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5183 $ac_path_SED_found && break 3
5188 if test -z "$ac_cv_path_SED"; then
5189 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5197 $as_echo "$ac_cv_path_SED" >&6; }
5198 SED
="$ac_cv_path_SED"
5201 test -z "$SED" && SED
=sed
5202 Xsed
="$SED -e 1s/^X//"
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5215 $as_echo_n "checking for fgrep... " >&6; }
5216 if ${ac_cv_path_FGREP+:} false
; then :
5217 $as_echo_n "(cached) " >&6
5219 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5220 then ac_cv_path_FGREP
="$GREP -F"
5222 if test -z "$FGREP"; then
5223 ac_path_FGREP_found
=false
5224 # Loop through the user's path and test for each of PROGNAME-LIST
5225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5226 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5229 test -z "$as_dir" && as_dir
=.
5230 for ac_prog
in fgrep
; do
5231 for ac_exec_ext
in '' $ac_executable_extensions; do
5232 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5233 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5234 # Check for GNU ac_path_FGREP and select it if it is found.
5235 # Check for GNU $ac_path_FGREP
5236 case `"$ac_path_FGREP" --version 2>&1` in
5238 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5241 $as_echo_n 0123456789 >"conftest.in"
5244 cat "conftest.in" "conftest.in" >"conftest.tmp"
5245 mv "conftest.tmp" "conftest.in"
5246 cp "conftest.in" "conftest.nl"
5247 $as_echo 'FGREP' >> "conftest.nl"
5248 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5249 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5250 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5251 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5252 # Best one so far, save it but keep looking for a better one
5253 ac_cv_path_FGREP
="$ac_path_FGREP"
5254 ac_path_FGREP_max
=$ac_count
5256 # 10*(2^10) chars as input seems more than enough
5257 test $ac_count -gt 10 && break
5259 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5262 $ac_path_FGREP_found && break 3
5267 if test -z "$ac_cv_path_FGREP"; then
5268 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5271 ac_cv_path_FGREP
=$FGREP
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5277 $as_echo "$ac_cv_path_FGREP" >&6; }
5278 FGREP
="$ac_cv_path_FGREP"
5281 test -z "$GREP" && GREP
=grep
5301 # Check whether --with-gnu-ld was given.
5302 if test "${with_gnu_ld+set}" = set; then :
5303 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5309 if test "$GCC" = yes; then
5310 # Check if gcc -print-prog-name=ld gives a path.
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5312 $as_echo_n "checking for ld used by $CC... " >&6; }
5315 # gcc leaves a trailing carriage return which upsets mingw
5316 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5318 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5321 # Accept absolute paths.
5323 re_direlt
='/[^/][^/]*/\.\./'
5324 # Canonicalize the pathname of ld
5325 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5326 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5327 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5329 test -z "$LD" && LD
="$ac_prog"
5332 # If it fails, then pretend we aren't using GCC.
5336 # If it is relative, then search for the first ld in PATH.
5340 elif test "$with_gnu_ld" = yes; then
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5342 $as_echo_n "checking for GNU ld... " >&6; }
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5345 $as_echo_n "checking for non-GNU ld... " >&6; }
5347 if ${lt_cv_path_LD+:} false
; then :
5348 $as_echo_n "(cached) " >&6
5350 if test -z "$LD"; then
5351 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5352 for ac_dir
in $PATH; do
5354 test -z "$ac_dir" && ac_dir
=.
5355 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5356 lt_cv_path_LD
="$ac_dir/$ac_prog"
5357 # Check to see if the program is GNU ld. I'd rather use --version,
5358 # but apparently some variants of GNU ld only accept -v.
5359 # Break only if it was the GNU/non-GNU ld that we prefer.
5360 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5361 *GNU
* |
*'with BFD'*)
5362 test "$with_gnu_ld" != no
&& break
5365 test "$with_gnu_ld" != yes && break
5372 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5377 if test -n "$LD"; then
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5379 $as_echo "$LD" >&6; }
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5382 $as_echo "no" >&6; }
5384 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5386 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5387 if ${lt_cv_prog_gnu_ld+:} false
; then :
5388 $as_echo_n "(cached) " >&6
5390 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5391 case `$LD -v 2>&1 </dev/null` in
5392 *GNU
* |
*'with BFD'*)
5393 lt_cv_prog_gnu_ld
=yes
5396 lt_cv_prog_gnu_ld
=no
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5401 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5402 with_gnu_ld
=$lt_cv_prog_gnu_ld
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5413 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5414 if ${lt_cv_path_NM+:} false
; then :
5415 $as_echo_n "(cached) " >&6
5417 if test -n "$NM"; then
5418 # Let the user override the nm to test.
5419 lt_nm_to_check
="$NM"
5421 lt_nm_to_check
="${ac_tool_prefix}nm"
5422 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5423 lt_nm_to_check
="$lt_nm_to_check nm"
5426 for lt_tmp_nm
in "$lt_nm_to_check"; do
5427 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5428 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5430 test -z "$ac_dir" && ac_dir
=.
5431 # Strip out any user-provided options from the nm to test twice,
5432 # the first time to test to see if nm (rather than its options) has
5433 # an explicit path, the second time to yield a file which can be
5435 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5436 case "$tmp_nm_path" in
5437 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
5438 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
5440 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5441 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
5442 # Check to see if the nm accepts a BSD-compat flag.
5443 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5444 # nm: unknown option "B" ignored
5445 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5446 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
5450 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5452 lt_cv_path_NM
="$tmp_nm -p"
5456 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5457 continue # so that we can try to find one that supports BSD flags
5466 : ${lt_cv_path_NM=no}
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5469 $as_echo "$lt_cv_path_NM" >&6; }
5470 if test "$lt_cv_path_NM" != "no"; then
5473 # Didn't find any BSD compatible name lister, look for dumpbin.
5474 if test -n "$DUMPBIN"; then :
5475 # Let the user override the test.
5477 if test -n "$ac_tool_prefix"; then
5478 for ac_prog
in dumpbin
"link -dump"
5480 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5481 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5483 $as_echo_n "checking for $ac_word... " >&6; }
5484 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5485 $as_echo_n "(cached) " >&6
5487 if test -n "$DUMPBIN"; then
5488 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5490 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5494 test -z "$as_dir" && as_dir
=.
5495 for ac_exec_ext
in '' $ac_executable_extensions; do
5496 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5497 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5507 DUMPBIN
=$ac_cv_prog_DUMPBIN
5508 if test -n "$DUMPBIN"; then
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5510 $as_echo "$DUMPBIN" >&6; }
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5513 $as_echo "no" >&6; }
5517 test -n "$DUMPBIN" && break
5520 if test -z "$DUMPBIN"; then
5521 ac_ct_DUMPBIN
=$DUMPBIN
5522 for ac_prog
in dumpbin
"link -dump"
5524 # Extract the first word of "$ac_prog", so it can be a program name with args.
5525 set dummy
$ac_prog; ac_word
=$2
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5527 $as_echo_n "checking for $ac_word... " >&6; }
5528 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5529 $as_echo_n "(cached) " >&6
5531 if test -n "$ac_ct_DUMPBIN"; then
5532 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5538 test -z "$as_dir" && as_dir
=.
5539 for ac_exec_ext
in '' $ac_executable_extensions; do
5540 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5541 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5551 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5552 if test -n "$ac_ct_DUMPBIN"; then
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5554 $as_echo "$ac_ct_DUMPBIN" >&6; }
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5557 $as_echo "no" >&6; }
5561 test -n "$ac_ct_DUMPBIN" && break
5564 if test "x$ac_ct_DUMPBIN" = x
; then
5567 case $cross_compiling:$ac_tool_warned in
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5570 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5571 ac_tool_warned
=yes ;;
5573 DUMPBIN
=$ac_ct_DUMPBIN
5577 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5579 DUMPBIN
="$DUMPBIN -symbols"
5587 if test "$DUMPBIN" != ":"; then
5591 test -z "$NM" && NM
=nm
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5599 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5600 if ${lt_cv_nm_interface+:} false
; then :
5601 $as_echo_n "(cached) " >&6
5603 lt_cv_nm_interface
="BSD nm"
5604 echo "int some_variable = 0;" > conftest.
$ac_ext
5605 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5606 (eval "$ac_compile" 2>conftest.err
)
5607 cat conftest.err
>&5
5608 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5609 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5610 cat conftest.err
>&5
5611 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5612 cat conftest.out
>&5
5613 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5614 lt_cv_nm_interface
="MS dumpbin"
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5619 $as_echo "$lt_cv_nm_interface" >&6; }
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5622 $as_echo_n "checking whether ln -s works... " >&6; }
5624 if test "$LN_S" = "ln -s"; then
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5626 $as_echo "yes" >&6; }
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5629 $as_echo "no, using $LN_S" >&6; }
5632 # find the maximum length of command line arguments
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5634 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5635 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5636 $as_echo_n "(cached) " >&6
5643 # On DJGPP, this test can blow up pretty badly due to problems in libc
5644 # (any single argument exceeding 2000 bytes causes a buffer overrun
5645 # during glob expansion). Even if it were fixed, the result of this
5646 # check would be larger than it should be.
5647 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5651 # Under GNU Hurd, this test is not required because there is
5652 # no limit to the length of command line arguments.
5653 # Libtool will interpret -1 as no limit whatsoever
5654 lt_cv_sys_max_cmd_len
=-1;
5657 cygwin
* | mingw
* | cegcc
*)
5658 # On Win9x/ME, this test blows up -- it succeeds, but takes
5659 # about 5 minutes as the teststring grows exponentially.
5660 # Worse, since 9x/ME are not pre-emptively multitasking,
5661 # you end up with a "frozen" computer, even though with patience
5662 # the test eventually succeeds (with a max line length of 256k).
5663 # Instead, let's just punt: use the minimum linelength reported by
5664 # all of the supported platforms: 8192 (on NT/2K/XP).
5665 lt_cv_sys_max_cmd_len
=8192;
5669 # On MiNT this can take a long time and run out of memory.
5670 lt_cv_sys_max_cmd_len
=8192;
5674 # On AmigaOS with pdksh, this test takes hours, literally.
5675 # So we just punt and use a minimum line length of 8192.
5676 lt_cv_sys_max_cmd_len
=8192;
5679 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5680 # This has been around since 386BSD, at least. Likely further.
5681 if test -x /sbin
/sysctl
; then
5682 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5683 elif test -x /usr
/sbin
/sysctl
; then
5684 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5686 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5688 # And add a safety zone
5689 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5690 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5694 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5695 lt_cv_sys_max_cmd_len
=196608
5699 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5700 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5701 # nice to cause kernel panics so lets avoid the loop below.
5702 # First set a reasonable default.
5703 lt_cv_sys_max_cmd_len
=16384
5705 if test -x /sbin
/sysconfig
; then
5706 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5707 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5712 lt_cv_sys_max_cmd_len
=102400
5714 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5715 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5716 if test -n "$kargmax"; then
5717 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5719 lt_cv_sys_max_cmd_len
=32768
5723 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5724 if test -n "$lt_cv_sys_max_cmd_len"; then
5725 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5726 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5728 # Make teststring a little bigger before we do anything with it.
5729 # a 1K string should be a reasonable start.
5730 for i
in 1 2 3 4 5 6 7 8 ; do
5731 teststring
=$teststring$teststring
5733 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5734 # If test is not a shell built-in, we'll probably end up computing a
5735 # maximum length that is only half of the actual maximum length, but
5737 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5738 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5739 test $i != 17 # 1/2 MB should be enough
5742 teststring
=$teststring$teststring
5744 # Only check the string length outside the loop.
5745 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5747 # Add a significant safety factor because C++ compilers can tack on
5748 # massive amounts of additional arguments before passing them to the
5749 # linker. It appears as though 1/2 is a usable value.
5750 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5757 if test -n $lt_cv_sys_max_cmd_len ; then
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5759 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5762 $as_echo "none" >&6; }
5764 max_cmd_len
=$lt_cv_sys_max_cmd_len
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5776 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5777 # Try some XSI features
5780 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5782 && eval 'test $(( 1 + 1 )) -eq 2 \
5783 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5786 $as_echo "$xsi_shell" >&6; }
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5790 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5792 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5794 && lt_shell_append=yes
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5796 $as_echo "$lt_shell_append" >&6; }
5799 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5809 # test EBCDIC or ASCII
5810 case `echo X|tr X '\101'` in
5811 A) # ASCII based system
5812 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5813 lt_SP2NL='tr \040 \012'
5814 lt_NL2SP='tr \015\012 \040\040'
5816 *) # EBCDIC based system
5817 lt_SP2NL='tr \100 \n'
5818 lt_NL2SP='tr \r\n \100\100'
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5831 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5832 if ${lt_cv_ld_reload_flag+:} false; then :
5833 $as_echo_n "(cached
) " >&6
5835 lt_cv_ld_reload_flag='-r'
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5838 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5839 reload_flag=$lt_cv_ld_reload_flag
5840 case $reload_flag in
5842 *) reload_flag=" $reload_flag" ;;
5844 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5847 if test "$GCC" = yes; then
5848 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5850 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5863 if test -n "$ac_tool_prefix"; then
5864 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5865 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5867 $as_echo_n "checking
for $ac_word...
" >&6; }
5868 if ${ac_cv_prog_OBJDUMP+:} false; then :
5869 $as_echo_n "(cached
) " >&6
5871 if test -n "$OBJDUMP"; then
5872 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5891 OBJDUMP=$ac_cv_prog_OBJDUMP
5892 if test -n "$OBJDUMP"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5894 $as_echo "$OBJDUMP" >&6; }
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5897 $as_echo "no
" >&6; }
5902 if test -z "$ac_cv_prog_OBJDUMP"; then
5903 ac_ct_OBJDUMP=$OBJDUMP
5904 # Extract the first word of "objdump
", so it can be a program name with args.
5905 set dummy objdump; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5907 $as_echo_n "checking
for $ac_word...
" >&6; }
5908 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5909 $as_echo_n "(cached
) " >&6
5911 if test -n "$ac_ct_OBJDUMP"; then
5912 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5931 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5932 if test -n "$ac_ct_OBJDUMP"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5934 $as_echo "$ac_ct_OBJDUMP" >&6; }
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5937 $as_echo "no
" >&6; }
5940 if test "x
$ac_ct_OBJDUMP" = x; then
5943 case $cross_compiling:$ac_tool_warned in
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5946 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5947 ac_tool_warned=yes ;;
5949 OBJDUMP=$ac_ct_OBJDUMP
5952 OBJDUMP="$ac_cv_prog_OBJDUMP"
5955 test -z "$OBJDUMP" && OBJDUMP=objdump
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5966 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5967 if ${lt_cv_deplibs_check_method+:} false; then :
5968 $as_echo_n "(cached
) " >&6
5970 lt_cv_file_magic_cmd='$MAGIC_CMD'
5971 lt_cv_file_magic_test_file=
5972 lt_cv_deplibs_check_method='unknown'
5973 # Need to set the preceding variable on all platforms that support
5974 # interlibrary dependencies.
5975 # 'none' -- dependencies not supported.
5976 # `unknown' -- same as none, but documents that we really don't know.
5977 # 'pass_all' -- all dependencies passed with no checks.
5978 # 'test_compile' -- check by making test program.
5979 # 'file_magic [[regex]]' -- check by looking for files in library path
5980 # which responds to the $file_magic_cmd with a given extended regex.
5981 # If you have `file' or equivalent on your system and you're not sure
5982 # whether `pass_all' will *always* work, you probably want this one.
5986 lt_cv_deplibs_check_method=pass_all
5990 lt_cv_deplibs_check_method=pass_all
5994 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5995 lt_cv_file_magic_cmd='/usr/bin/file -L'
5996 lt_cv_file_magic_test_file=/shlib/libc.so
6000 # func_win32_libid is a shell function defined in ltmain.sh
6001 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6002 lt_cv_file_magic_cmd='func_win32_libid'
6006 # Base MSYS/MinGW do not provide the 'file' command needed by
6007 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6008 # unless we find 'file', for example because we are cross-compiling.
6009 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6010 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6011 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6012 lt_cv_file_magic_cmd='func_win32_libid'
6014 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6015 lt_cv_file_magic_cmd='$OBJDUMP -f'
6020 # use the weaker test based on 'objdump'. See mingw*.
6021 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6022 lt_cv_file_magic_cmd='$OBJDUMP -f'
6025 darwin* | rhapsody*)
6026 lt_cv_deplibs_check_method=pass_all
6029 freebsd* | dragonfly*)
6030 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6033 # Not sure whether the presence of OpenBSD here was a mistake.
6034 # Let's accept both of them until this is cleared up.
6035 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6036 lt_cv_file_magic_cmd=/usr/bin/file
6037 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6041 lt_cv_deplibs_check_method=pass_all
6046 lt_cv_deplibs_check_method=pass_all
6050 lt_cv_deplibs_check_method=pass_all
6053 hpux10.20* | hpux11*)
6054 lt_cv_file_magic_cmd=/usr/bin/file
6057 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6058 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6061 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]'
6062 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6065 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6066 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6072 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6073 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6076 irix5* | irix6* | nonstopux*)
6078 *-32|*"-32 ") libmagic=32-bit;;
6079 *-n32|*"-n32 ") libmagic=N32;;
6080 *-64|*"-64 ") libmagic=64-bit;;
6081 *) libmagic=never-match;;
6083 lt_cv_deplibs_check_method=pass_all
6086 # This must be Linux ELF.
6087 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6088 lt_cv_deplibs_check_method=pass_all
6092 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6093 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6095 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6100 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6101 lt_cv_file_magic_cmd=/usr/bin/file
6102 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6106 lt_cv_deplibs_check_method=pass_all
6110 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6111 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6113 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6117 osf3* | osf4* | osf5*)
6118 lt_cv_deplibs_check_method=pass_all
6122 lt_cv_deplibs_check_method=pass_all
6126 lt_cv_deplibs_check_method=pass_all
6129 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6130 lt_cv_deplibs_check_method=pass_all
6134 case $host_vendor in
6136 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]'
6137 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6140 lt_cv_deplibs_check_method=pass_all
6143 lt_cv_file_magic_cmd='/bin/file'
6144 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6147 lt_cv_file_magic_cmd='/bin/file'
6148 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6149 lt_cv_file_magic_test_file=/lib/libc.so
6152 lt_cv_deplibs_check_method=pass_all
6155 lt_cv_deplibs_check_method=pass_all
6161 lt_cv_deplibs_check_method=pass_all
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6167 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6168 file_magic_cmd=$lt_cv_file_magic_cmd
6169 deplibs_check_method=$lt_cv_deplibs_check_method
6170 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6184 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
6185 for plugin in $plugin_names; do
6186 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6187 if test x$plugin_so = x$plugin; then
6188 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6190 if test x$plugin_so != x$plugin; then
6191 plugin_option="--plugin $plugin_so"
6196 if test -n "$ac_tool_prefix"; then
6197 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6198 set dummy ${ac_tool_prefix}ar; ac_word=$2
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6200 $as_echo_n "checking
for $ac_word...
" >&6; }
6201 if ${ac_cv_prog_AR+:} false; then :
6202 $as_echo_n "(cached
) " >&6
6204 if test -n "$AR"; then
6205 ac_cv_prog_AR="$AR" # Let the user override the test.
6207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6211 test -z "$as_dir" && as_dir=.
6212 for ac_exec_ext in '' $ac_executable_extensions; do
6213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6214 ac_cv_prog_AR="${ac_tool_prefix}ar"
6215 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6225 if test -n "$AR"; then
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6227 $as_echo "$AR" >&6; }
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6230 $as_echo "no
" >&6; }
6235 if test -z "$ac_cv_prog_AR"; then
6237 # Extract the first word of "ar", so it can be a program name with args.
6238 set dummy ar; ac_word=$2
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6240 $as_echo_n "checking
for $ac_word...
" >&6; }
6241 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6242 $as_echo_n "(cached
) " >&6
6244 if test -n "$ac_ct_AR"; then
6245 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6251 test -z "$as_dir" && as_dir=.
6252 for ac_exec_ext in '' $ac_executable_extensions; do
6253 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6254 ac_cv_prog_ac_ct_AR="ar"
6255 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6264 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6265 if test -n "$ac_ct_AR"; then
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6267 $as_echo "$ac_ct_AR" >&6; }
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6270 $as_echo "no
" >&6; }
6273 if test "x
$ac_ct_AR" = x; then
6276 case $cross_compiling:$ac_tool_warned in
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6279 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6280 ac_tool_warned=yes ;;
6288 test -z "$AR" && AR=ar
6289 if test -n "$plugin_option"; then
6290 if $AR --help 2>&1 | grep -q "\
--plugin"; then
6292 $AR $plugin_option rc conftest.a conftest.c
6293 if test "$?
" != 0; then
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
6295 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
6297 AR="$AR $plugin_option"
6302 test -z "$AR_FLAGS" && AR_FLAGS=cru
6314 if test -n "$ac_tool_prefix"; then
6315 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6316 set dummy ${ac_tool_prefix}strip; ac_word=$2
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6318 $as_echo_n "checking
for $ac_word...
" >&6; }
6319 if ${ac_cv_prog_STRIP+:} false; then :
6320 $as_echo_n "(cached
) " >&6
6322 if test -n "$STRIP"; then
6323 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6329 test -z "$as_dir" && as_dir=.
6330 for ac_exec_ext in '' $ac_executable_extensions; do
6331 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6332 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6333 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6342 STRIP=$ac_cv_prog_STRIP
6343 if test -n "$STRIP"; then
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6345 $as_echo "$STRIP" >&6; }
6347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6348 $as_echo "no
" >&6; }
6353 if test -z "$ac_cv_prog_STRIP"; then
6355 # Extract the first word of "strip
", so it can be a program name with args.
6356 set dummy strip; ac_word=$2
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6358 $as_echo_n "checking
for $ac_word...
" >&6; }
6359 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6360 $as_echo_n "(cached
) " >&6
6362 if test -n "$ac_ct_STRIP"; then
6363 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6369 test -z "$as_dir" && as_dir=.
6370 for ac_exec_ext in '' $ac_executable_extensions; do
6371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6372 ac_cv_prog_ac_ct_STRIP="strip
"
6373 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6382 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6383 if test -n "$ac_ct_STRIP"; then
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6385 $as_echo "$ac_ct_STRIP" >&6; }
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6388 $as_echo "no
" >&6; }
6391 if test "x
$ac_ct_STRIP" = x; then
6394 case $cross_compiling:$ac_tool_warned in
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6397 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6398 ac_tool_warned=yes ;;
6403 STRIP="$ac_cv_prog_STRIP"
6406 test -z "$STRIP" && STRIP=:
6413 if test -n "$ac_tool_prefix"; then
6414 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6415 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6417 $as_echo_n "checking
for $ac_word...
" >&6; }
6418 if ${ac_cv_prog_RANLIB+:} false; then :
6419 $as_echo_n "(cached
) " >&6
6421 if test -n "$RANLIB"; then
6422 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6428 test -z "$as_dir" && as_dir=.
6429 for ac_exec_ext in '' $ac_executable_extensions; do
6430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6431 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6432 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6441 RANLIB=$ac_cv_prog_RANLIB
6442 if test -n "$RANLIB"; then
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6444 $as_echo "$RANLIB" >&6; }
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6447 $as_echo "no
" >&6; }
6452 if test -z "$ac_cv_prog_RANLIB"; then
6453 ac_ct_RANLIB=$RANLIB
6454 # Extract the first word of "ranlib
", so it can be a program name with args.
6455 set dummy ranlib; ac_word=$2
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6457 $as_echo_n "checking
for $ac_word...
" >&6; }
6458 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6459 $as_echo_n "(cached
) " >&6
6461 if test -n "$ac_ct_RANLIB"; then
6462 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6468 test -z "$as_dir" && as_dir=.
6469 for ac_exec_ext in '' $ac_executable_extensions; do
6470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6471 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6472 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6481 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6482 if test -n "$ac_ct_RANLIB"; then
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6484 $as_echo "$ac_ct_RANLIB" >&6; }
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6487 $as_echo "no
" >&6; }
6490 if test "x
$ac_ct_RANLIB" = x; then
6493 case $cross_compiling:$ac_tool_warned in
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6496 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6497 ac_tool_warned=yes ;;
6499 RANLIB=$ac_ct_RANLIB
6502 RANLIB="$ac_cv_prog_RANLIB"
6505 test -z "$RANLIB" && RANLIB=:
6506 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6507 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6508 RANLIB="$RANLIB $plugin_option"
6517 # Determine commands to create old-style static archives.
6518 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6519 old_postinstall_cmds='chmod 644 $oldlib'
6520 old_postuninstall_cmds=
6522 if test -n "$RANLIB"; then
6525 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6528 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6531 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6536 lock_old_archive_extraction=yes ;;
6538 lock_old_archive_extraction=no ;;
6579 # If no C compiler was specified, use CC.
6582 # If no C compiler flags were specified, use CFLAGS.
6583 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6585 # Allow CC to be a program name with arguments.
6589 # Check for command to grab the raw symbol name followed by C symbol from nm.
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6591 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6592 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6593 $as_echo_n "(cached
) " >&6
6596 # These are sane defaults that work on at least a few old systems.
6597 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6599 # Character class describing NM global symbol codes.
6600 symcode='[BCDEGRST]'
6602 # Regexp to match symbols that can be accessed directly from C.
6603 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6605 # Define system-specific variables.
6610 cygwin* | mingw* | pw32* | cegcc*)
6611 symcode='[ABCDGISTW]'
6614 if test "$host_cpu" = ia64; then
6615 symcode='[ABCDEGRST]'
6619 symcode='[BCDEGRST]'
6622 symcode='[BCDEGQRST]'
6633 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6641 # If we're using GNU nm, then use its standard symbol codes.
6642 case `$NM -V 2>&1` in
6643 *GNU* | *'with BFD'*)
6644 symcode='[ABCDGIRSTW]' ;;
6647 # Transform an extracted symbol line into a proper C declaration.
6648 # Some systems (esp. on ia64) link data and code symbols differently,
6649 # so use this general approach.
6650 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6652 # Transform an extracted symbol line into symbol name and symbol address
6653 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6654 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'"
6656 # Handle CRLF in mingw tool chain
6660 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6664 # Try without a prefix underscore, then with it.
6665 for ac_symprfx in "" "_
"; do
6667 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6668 symxfrm="\\1 $ac_symprfx\\2 \\2"
6670 # Write the raw and C identifiers.
6671 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6672 # Fake it for dumpbin and say T for any non-static function
6673 # and D for any global variable.
6674 # Also find C++ and __fastcall symbols from MSVC++,
6675 # which start with @ or ?.
6676 lt_cv_sys_global_symbol_pipe="$AWK '"\
6677 " {last_section=section; section=\$ 3};"\
6678 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6679 " \$ 0!~/External *\|/{next};"\
6680 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6681 " {if(hide[section]) next};"\
6682 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6683 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6684 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6685 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6686 " ' prfx
=^
$ac_symprfx"
6688 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6691 # Check to see that the pipe works correctly.
6695 cat > conftest.$ac_ext <<_LT_EOF
6700 void nm_test_func(void);
6701 void nm_test_func(void){}
6705 int main(){nm_test_var='a';nm_test_func();return(0);}
6708 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6709 (eval $ac_compile) 2>&5
6711 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6712 test $ac_status = 0; }; then
6713 # Now try to grab the symbols.
6715 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6716 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6718 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6719 test $ac_status = 0; } && test -s "$nlist"; then
6720 # Try sorting and uniquifying the output.
6721 if sort "$nlist" | uniq > "$nlist"T; then
6722 mv -f "$nlist"T "$nlist"
6727 # Make sure that we snagged all the symbols we need.
6728 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6729 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6730 cat <<_LT_EOF > conftest.$ac_ext
6736 # Now generate the symbol file.
6737 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6739 cat <<_LT_EOF >> conftest.$ac_ext
6741 /* The mapping between symbol names and symbols. */
6746 lt__PROGRAM__LTX_preloaded_symbols[] =
6748 { "@PROGRAM@
", (void *) 0 },
6750 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6751 cat <<\_LT_EOF >> conftest.$ac_ext
6755 /* This works around a problem in FreeBSD linker */
6756 #ifdef FREEBSD_WORKAROUND
6757 static const void *lt_preloaded_setup() {
6758 return lt__PROGRAM__LTX_preloaded_symbols;
6766 # Now try linking the two files.
6767 mv conftest.$ac_objext conftstm.$ac_objext
6768 lt_save_LIBS="$LIBS"
6769 lt_save_CFLAGS="$CFLAGS"
6770 LIBS="conftstm.
$ac_objext"
6771 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6772 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6773 (eval $ac_link) 2>&5
6775 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6776 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6779 LIBS="$lt_save_LIBS"
6780 CFLAGS="$lt_save_CFLAGS"
6782 echo "cannot
find nm_test_func
in $nlist" >&5
6785 echo "cannot
find nm_test_var
in $nlist" >&5
6788 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6791 echo "$progname: failed program was
:" >&5
6792 cat conftest.$ac_ext >&5
6794 rm -rf conftest* conftst*
6796 # Do not use the global_symbol_pipe unless it works.
6797 if test "$pipe_works" = yes; then
6800 lt_cv_sys_global_symbol_pipe=
6806 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6807 lt_cv_sys_global_symbol_to_cdecl=
6809 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6811 $as_echo "failed
" >&6; }
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6814 $as_echo "ok
" >&6; }
6838 # Check whether --enable-libtool-lock was given.
6839 if test "${enable_libtool_lock+set}" = set; then :
6840 enableval=$enable_libtool_lock;
6843 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6845 # Some flags need to be propagated to the compiler or linker for good
6849 # Find out which ABI we are using.
6850 echo 'int i;' > 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 case `/usr/bin/file conftest.$ac_objext` in
6868 # Find out which ABI we are using.
6869 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6870 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6871 (eval $ac_compile) 2>&5
6873 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6874 test $ac_status = 0; }; then
6875 if test "$lt_cv_prog_gnu_ld" = yes; then
6876 case `/usr/bin/file conftest.$ac_objext` in
6878 LD="${LD-ld} -melf32bsmip"
6881 LD="${LD-ld} -melf32bmipn32"
6884 LD="${LD-ld} -melf64bmip"
6888 case `/usr/bin/file conftest.$ac_objext` in
6904 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6905 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6906 # Find out which ABI we are using.
6907 echo 'int i;' > conftest.$ac_ext
6908 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6909 (eval $ac_compile) 2>&5
6911 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6912 test $ac_status = 0; }; then
6913 case `/usr/bin/file conftest.o` in
6916 x86_64-*kfreebsd*-gnu)
6917 LD="${LD-ld} -m elf_i386_fbsd
"
6920 case `/usr/bin/file conftest.o` in
6922 LD="${LD-ld} -m elf32_x86_64
"
6925 LD="${LD-ld} -m elf_i386
"
6929 powerpc64le-*linux*)
6930 LD="${LD-ld} -m elf32lppclinux
"
6933 LD="${LD-ld} -m elf32ppclinux
"
6936 LD="${LD-ld} -m elf_s390
"
6939 LD="${LD-ld} -m elf32_sparc
"
6945 x86_64-*kfreebsd*-gnu)
6946 LD="${LD-ld} -m elf_x86_64_fbsd
"
6949 LD="${LD-ld} -m elf_x86_64
"
6952 LD="${LD-ld} -m elf64lppc
"
6955 LD="${LD-ld} -m elf64ppc
"
6957 s390*-*linux*|s390*-*tpf*)
6958 LD="${LD-ld} -m elf64_s390
"
6961 LD="${LD-ld} -m elf64_sparc
"
6971 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6972 SAVE_CFLAGS="$CFLAGS"
6973 CFLAGS="$CFLAGS -belf"
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6975 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6976 if ${lt_cv_cc_needs_belf+:} false; then :
6977 $as_echo_n "(cached
) " >&6
6980 ac_cpp='$CPP $CPPFLAGS'
6981 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6982 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6983 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6986 /* end confdefs.h. */
6996 if ac_fn_c_try_link "$LINENO"; then :
6997 lt_cv_cc_needs_belf=yes
6999 lt_cv_cc_needs_belf=no
7001 rm -f core conftest.err conftest.$ac_objext \
7002 conftest$ac_exeext conftest.$ac_ext
7004 ac_cpp='$CPP $CPPFLAGS'
7005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7011 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7012 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7013 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7014 CFLAGS="$SAVE_CFLAGS"
7018 # Find out which ABI we are using.
7019 echo 'int i;' > conftest.$ac_ext
7020 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7021 (eval $ac_compile) 2>&5
7023 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7024 test $ac_status = 0; }; then
7025 case `/usr/bin/file conftest.o` in
7027 case $lt_cv_prog_gnu_ld in
7028 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7030 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7042 need_locks="$enable_libtool_lock"
7046 rhapsody* | darwin*)
7047 if test -n "$ac_tool_prefix"; then
7048 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7049 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7051 $as_echo_n "checking
for $ac_word...
" >&6; }
7052 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7053 $as_echo_n "(cached
) " >&6
7055 if test -n "$DSYMUTIL"; then
7056 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7062 test -z "$as_dir" && as_dir=.
7063 for ac_exec_ext in '' $ac_executable_extensions; do
7064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7065 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7066 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7075 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7076 if test -n "$DSYMUTIL"; then
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7078 $as_echo "$DSYMUTIL" >&6; }
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7081 $as_echo "no
" >&6; }
7086 if test -z "$ac_cv_prog_DSYMUTIL"; then
7087 ac_ct_DSYMUTIL=$DSYMUTIL
7088 # Extract the first word of "dsymutil
", so it can be a program name with args.
7089 set dummy dsymutil; ac_word=$2
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7091 $as_echo_n "checking
for $ac_word...
" >&6; }
7092 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7093 $as_echo_n "(cached
) " >&6
7095 if test -n "$ac_ct_DSYMUTIL"; then
7096 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7102 test -z "$as_dir" && as_dir=.
7103 for ac_exec_ext in '' $ac_executable_extensions; do
7104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7105 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7106 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7115 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7116 if test -n "$ac_ct_DSYMUTIL"; then
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7118 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7121 $as_echo "no
" >&6; }
7124 if test "x
$ac_ct_DSYMUTIL" = x; then
7127 case $cross_compiling:$ac_tool_warned in
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7130 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7131 ac_tool_warned=yes ;;
7133 DSYMUTIL=$ac_ct_DSYMUTIL
7136 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7139 if test -n "$ac_tool_prefix"; then
7140 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7141 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7143 $as_echo_n "checking
for $ac_word...
" >&6; }
7144 if ${ac_cv_prog_NMEDIT+:} false; then :
7145 $as_echo_n "(cached
) " >&6
7147 if test -n "$NMEDIT"; then
7148 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7154 test -z "$as_dir" && as_dir=.
7155 for ac_exec_ext in '' $ac_executable_extensions; do
7156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7157 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7158 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7167 NMEDIT=$ac_cv_prog_NMEDIT
7168 if test -n "$NMEDIT"; then
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7170 $as_echo "$NMEDIT" >&6; }
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7173 $as_echo "no
" >&6; }
7178 if test -z "$ac_cv_prog_NMEDIT"; then
7179 ac_ct_NMEDIT=$NMEDIT
7180 # Extract the first word of "nmedit
", so it can be a program name with args.
7181 set dummy nmedit; ac_word=$2
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7183 $as_echo_n "checking
for $ac_word...
" >&6; }
7184 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7185 $as_echo_n "(cached
) " >&6
7187 if test -n "$ac_ct_NMEDIT"; then
7188 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7194 test -z "$as_dir" && as_dir=.
7195 for ac_exec_ext in '' $ac_executable_extensions; do
7196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7197 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7198 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7207 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7208 if test -n "$ac_ct_NMEDIT"; then
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7210 $as_echo "$ac_ct_NMEDIT" >&6; }
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7213 $as_echo "no
" >&6; }
7216 if test "x
$ac_ct_NMEDIT" = x; then
7219 case $cross_compiling:$ac_tool_warned in
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7222 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7223 ac_tool_warned=yes ;;
7225 NMEDIT=$ac_ct_NMEDIT
7228 NMEDIT="$ac_cv_prog_NMEDIT"
7231 if test -n "$ac_tool_prefix"; then
7232 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7233 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7235 $as_echo_n "checking
for $ac_word...
" >&6; }
7236 if ${ac_cv_prog_LIPO+:} false; then :
7237 $as_echo_n "(cached
) " >&6
7239 if test -n "$LIPO"; then
7240 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7246 test -z "$as_dir" && as_dir=.
7247 for ac_exec_ext in '' $ac_executable_extensions; do
7248 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7249 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7250 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7259 LIPO=$ac_cv_prog_LIPO
7260 if test -n "$LIPO"; then
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7262 $as_echo "$LIPO" >&6; }
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7265 $as_echo "no
" >&6; }
7270 if test -z "$ac_cv_prog_LIPO"; then
7272 # Extract the first word of "lipo
", so it can be a program name with args.
7273 set dummy lipo; ac_word=$2
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7275 $as_echo_n "checking
for $ac_word...
" >&6; }
7276 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7277 $as_echo_n "(cached
) " >&6
7279 if test -n "$ac_ct_LIPO"; then
7280 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7286 test -z "$as_dir" && as_dir=.
7287 for ac_exec_ext in '' $ac_executable_extensions; do
7288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7289 ac_cv_prog_ac_ct_LIPO="lipo
"
7290 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7299 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7300 if test -n "$ac_ct_LIPO"; then
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7302 $as_echo "$ac_ct_LIPO" >&6; }
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7305 $as_echo "no
" >&6; }
7308 if test "x
$ac_ct_LIPO" = x; then
7311 case $cross_compiling:$ac_tool_warned in
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7314 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7315 ac_tool_warned=yes ;;
7320 LIPO="$ac_cv_prog_LIPO"
7323 if test -n "$ac_tool_prefix"; then
7324 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7325 set dummy ${ac_tool_prefix}otool; ac_word=$2
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7327 $as_echo_n "checking
for $ac_word...
" >&6; }
7328 if ${ac_cv_prog_OTOOL+:} false; then :
7329 $as_echo_n "(cached
) " >&6
7331 if test -n "$OTOOL"; then
7332 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7338 test -z "$as_dir" && as_dir=.
7339 for ac_exec_ext in '' $ac_executable_extensions; do
7340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7341 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7342 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7351 OTOOL=$ac_cv_prog_OTOOL
7352 if test -n "$OTOOL"; then
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7354 $as_echo "$OTOOL" >&6; }
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7357 $as_echo "no
" >&6; }
7362 if test -z "$ac_cv_prog_OTOOL"; then
7364 # Extract the first word of "otool
", so it can be a program name with args.
7365 set dummy otool; ac_word=$2
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7367 $as_echo_n "checking
for $ac_word...
" >&6; }
7368 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7369 $as_echo_n "(cached
) " >&6
7371 if test -n "$ac_ct_OTOOL"; then
7372 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7378 test -z "$as_dir" && as_dir=.
7379 for ac_exec_ext in '' $ac_executable_extensions; do
7380 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7381 ac_cv_prog_ac_ct_OTOOL="otool
"
7382 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7391 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7392 if test -n "$ac_ct_OTOOL"; then
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7394 $as_echo "$ac_ct_OTOOL" >&6; }
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7397 $as_echo "no
" >&6; }
7400 if test "x
$ac_ct_OTOOL" = x; then
7403 case $cross_compiling:$ac_tool_warned in
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7406 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7407 ac_tool_warned=yes ;;
7412 OTOOL="$ac_cv_prog_OTOOL"
7415 if test -n "$ac_tool_prefix"; then
7416 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7417 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7419 $as_echo_n "checking
for $ac_word...
" >&6; }
7420 if ${ac_cv_prog_OTOOL64+:} false; then :
7421 $as_echo_n "(cached
) " >&6
7423 if test -n "$OTOOL64"; then
7424 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7430 test -z "$as_dir" && as_dir=.
7431 for ac_exec_ext in '' $ac_executable_extensions; do
7432 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7433 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7434 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7443 OTOOL64=$ac_cv_prog_OTOOL64
7444 if test -n "$OTOOL64"; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7446 $as_echo "$OTOOL64" >&6; }
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7449 $as_echo "no
" >&6; }
7454 if test -z "$ac_cv_prog_OTOOL64"; then
7455 ac_ct_OTOOL64=$OTOOL64
7456 # Extract the first word of "otool64
", so it can be a program name with args.
7457 set dummy otool64; ac_word=$2
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7459 $as_echo_n "checking
for $ac_word...
" >&6; }
7460 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7461 $as_echo_n "(cached
) " >&6
7463 if test -n "$ac_ct_OTOOL64"; then
7464 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7470 test -z "$as_dir" && as_dir=.
7471 for ac_exec_ext in '' $ac_executable_extensions; do
7472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7473 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7474 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7483 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7484 if test -n "$ac_ct_OTOOL64"; then
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7486 $as_echo "$ac_ct_OTOOL64" >&6; }
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7489 $as_echo "no
" >&6; }
7492 if test "x
$ac_ct_OTOOL64" = x; then
7495 case $cross_compiling:$ac_tool_warned in
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7498 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7499 ac_tool_warned=yes ;;
7501 OTOOL64=$ac_ct_OTOOL64
7504 OTOOL64="$ac_cv_prog_OTOOL64"
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7534 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7535 if ${lt_cv_apple_cc_single_mod+:} false; then :
7536 $as_echo_n "(cached
) " >&6
7538 lt_cv_apple_cc_single_mod=no
7539 if test -z "${LT_MULTI_MODULE}"; then
7540 # By default we will add the -single_module flag. You can override
7541 # by either setting the environment variable LT_MULTI_MODULE
7542 # non-empty at configure time, or by adding -multi_module to the
7544 rm -rf libconftest.dylib*
7545 echo "int foo
(void
){return 1;}" > conftest.c
7546 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7547 -dynamiclib -Wl,-single_module conftest.c
" >&5
7548 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7549 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7551 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7552 lt_cv_apple_cc_single_mod=yes
7554 cat conftest.err >&5
7556 rm -rf libconftest.dylib*
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7561 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7563 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7564 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7565 $as_echo_n "(cached
) " >&6
7567 lt_cv_ld_exported_symbols_list=no
7568 save_LDFLAGS=$LDFLAGS
7569 echo "_main
" > conftest.sym
7570 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7572 /* end confdefs.h. */
7582 if ac_fn_c_try_link "$LINENO"; then :
7583 lt_cv_ld_exported_symbols_list=yes
7585 lt_cv_ld_exported_symbols_list=no
7587 rm -f core conftest.err conftest.$ac_objext \
7588 conftest$ac_exeext conftest.$ac_ext
7589 LDFLAGS="$save_LDFLAGS"
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7593 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7595 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7596 if ${lt_cv_ld_force_load+:} false; then :
7597 $as_echo_n "(cached
) " >&6
7599 lt_cv_ld_force_load=no
7600 cat > conftest.c << _LT_EOF
7601 int forced_loaded() { return 2;}
7603 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7604 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7605 echo "$AR cru libconftest.a conftest.o
" >&5
7606 $AR cru libconftest.a conftest.o 2>&5
7607 cat > conftest.c << _LT_EOF
7608 int main() { return 0;}
7610 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7611 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7613 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7614 lt_cv_ld_force_load=yes
7616 cat conftest.err >&5
7618 rm -f conftest.err libconftest.a conftest conftest.c
7619 rm -rf conftest.dSYM
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7623 $as_echo "$lt_cv_ld_force_load" >&6; }
7625 rhapsody* | darwin1.[012])
7626 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7628 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7629 darwin*) # darwin 5.x on
7630 # if running on 10.5 or later, the deployment target defaults
7631 # to the OS version, if on x86, and 10.4, the deployment
7632 # target defaults to 10.4. Don't you love it?
7633 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7634 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7635 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7637 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7639 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7643 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7644 _lt_dar_single_mod='$single_module'
7646 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7647 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7649 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7651 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7652 _lt_dsymutil='~$DSYMUTIL $lib || :'
7659 for ac_header in dlfcn.h
7661 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7663 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7664 cat >>confdefs.h <<_ACEOF
7665 #define HAVE_DLFCN_H 1
7686 # Check whether --enable-static was given.
7687 if test "${enable_static+set}" = set; then :
7688 enableval=$enable_static; p=${PACKAGE-default}
7690 yes) enable_static=yes ;;
7691 no) enable_static=no ;;
7694 # Look at the argument we got. We use all the common list separators.
7695 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7696 for pkg in $enableval; do
7698 if test "X
$pkg" = "X
$p"; then
7718 # Check whether --with-pic was given.
7719 if test "${with_pic+set}" = set; then :
7720 withval=$with_pic; pic_mode="$withval"
7726 test -z "$pic_mode" && pic_mode=default
7734 # Check whether --enable-fast-install was given.
7735 if test "${enable_fast_install+set}" = set; then :
7736 enableval=$enable_fast_install; p=${PACKAGE-default}
7738 yes) enable_fast_install=yes ;;
7739 no) enable_fast_install=no ;;
7741 enable_fast_install=no
7742 # Look at the argument we got. We use all the common list separators.
7743 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7744 for pkg in $enableval; do
7746 if test "X
$pkg" = "X
$p"; then
7747 enable_fast_install=yes
7754 enable_fast_install=yes
7767 # This can be used to rebuild libtool when needed
7768 LIBTOOL_DEPS="$ltmain"
7770 # Always use our own libtool.
7771 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7798 test -z "$LN_S" && LN_S="ln -s"
7813 if test -n "${ZSH_VERSION+set}" ; then
7814 setopt NO_GLOB_SUBST
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7818 $as_echo_n "checking
for objdir...
" >&6; }
7819 if ${lt_cv_objdir+:} false; then :
7820 $as_echo_n "(cached
) " >&6
7822 rm -f .libs 2>/dev/null
7823 mkdir .libs 2>/dev/null
7824 if test -d .libs; then
7827 # MS-DOS does not allow filenames that begin with a dot.
7830 rmdir .libs 2>/dev/null
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7833 $as_echo "$lt_cv_objdir" >&6; }
7834 objdir=$lt_cv_objdir
7840 cat >>confdefs.h <<_ACEOF
7841 #define LT_OBJDIR "$lt_cv_objdir/"
7849 # AIX sometimes has problems with the GCC collect2 program. For some
7850 # reason, if we set the COLLECT_NAMES environment variable, the problems
7851 # vanish in a puff of smoke.
7852 if test "X
${COLLECT_NAMES+set}" != Xset; then
7854 export COLLECT_NAMES
7861 can_build_shared=yes
7863 # All known linkers require a `.a' archive for static linking (except MSVC,
7864 # which needs '.lib').
7867 with_gnu_ld="$lt_cv_prog_gnu_ld"
7870 old_CFLAGS="$CFLAGS"
7872 # Set sane defaults for various variables
7873 test -z "$CC" && CC=cc
7874 test -z "$LTCC" && LTCC=$CC
7875 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7876 test -z "$LD" && LD=ld
7877 test -z "$ac_objext" && ac_objext=o
7879 for cc_temp in $compiler""; do
7881 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7882 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7887 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7890 # Only perform the check for file, if the check method requires it
7891 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7892 case $deplibs_check_method in
7894 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7896 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7897 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7898 $as_echo_n "(cached
) " >&6
7902 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7905 lt_save_MAGIC_CMD="$MAGIC_CMD"
7906 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7907 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7908 for ac_dir in $ac_dummy; do
7910 test -z "$ac_dir" && ac_dir=.
7911 if test -f $ac_dir/${ac_tool_prefix}file; then
7912 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7913 if test -n "$file_magic_test_file"; then
7914 case $deplibs_check_method in
7916 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7917 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7918 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7919 $EGREP "$file_magic_regex" > /dev/null; then
7924 *** Warning: the command libtool uses to detect shared libraries,
7925 *** $file_magic_cmd, produces output that libtool cannot recognize.
7926 *** The result is that libtool may fail to recognize shared libraries
7927 *** as such. This will affect the creation of libtool libraries that
7928 *** depend on shared libraries, but programs linked with such libtool
7929 *** libraries will work regardless of this problem. Nevertheless, you
7930 *** may want to report the problem to your system manager and/or to
7931 *** bug-libtool@gnu.org
7941 MAGIC_CMD="$lt_save_MAGIC_CMD"
7946 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7947 if test -n "$MAGIC_CMD"; then
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7949 $as_echo "$MAGIC_CMD" >&6; }
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7952 $as_echo "no
" >&6; }
7959 if test -z "$lt_cv_path_MAGIC_CMD"; then
7960 if test -n "$ac_tool_prefix"; then
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7962 $as_echo_n "checking
for file...
" >&6; }
7963 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7964 $as_echo_n "(cached
) " >&6
7968 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7971 lt_save_MAGIC_CMD="$MAGIC_CMD"
7972 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7973 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7974 for ac_dir in $ac_dummy; do
7976 test -z "$ac_dir" && ac_dir=.
7977 if test -f $ac_dir/file; then
7978 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7979 if test -n "$file_magic_test_file"; then
7980 case $deplibs_check_method in
7982 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7983 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7984 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7985 $EGREP "$file_magic_regex" > /dev/null; then
7990 *** Warning: the command libtool uses to detect shared libraries,
7991 *** $file_magic_cmd, produces output that libtool cannot recognize.
7992 *** The result is that libtool may fail to recognize shared libraries
7993 *** as such. This will affect the creation of libtool libraries that
7994 *** depend on shared libraries, but programs linked with such libtool
7995 *** libraries will work regardless of this problem. Nevertheless, you
7996 *** may want to report the problem to your system manager and/or to
7997 *** bug-libtool@gnu.org
8007 MAGIC_CMD="$lt_save_MAGIC_CMD"
8012 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8013 if test -n "$MAGIC_CMD"; then
8014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8015 $as_echo "$MAGIC_CMD" >&6; }
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8018 $as_echo "no
" >&6; }
8031 # Use C for the default configuration in the libtool script
8035 ac_cpp='$CPP $CPPFLAGS'
8036 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8037 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8038 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8041 # Source file extension for C test sources.
8044 # Object file extension for compiled C test sources.
8048 # Code to be used in simple compile tests
8049 lt_simple_compile_test_code="int some_variable
= 0;"
8051 # Code to be used in simple link tests
8052 lt_simple_link_test_code='int main(){return(0);}'
8060 # If no C compiler was specified, use CC.
8063 # If no C compiler flags were specified, use CFLAGS.
8064 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8066 # Allow CC to be a program name with arguments.
8069 # Save the default compiler, since it gets overwritten when the other
8070 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8071 compiler_DEFAULT=$CC
8073 # save warnings/boilerplate of simple test code
8074 ac_outfile=conftest.$ac_objext
8075 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8076 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8077 _lt_compiler_boilerplate=`cat conftest.err`
8080 ac_outfile=conftest.$ac_objext
8081 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8082 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8083 _lt_linker_boilerplate=`cat conftest.err`
8088 ## There is no encapsulation within the following macros, do not change
8089 ## the running order or otherwise move them around unless you know exactly
8090 ## what you are doing...
8091 if test -n "$compiler"; then
8093 lt_prog_compiler_no_builtin_flag=
8095 if test "$GCC" = yes; then
8096 case $cc_basename in
8098 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8100 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8104 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8105 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8106 $as_echo_n "(cached
) " >&6
8108 lt_cv_prog_compiler_rtti_exceptions=no
8109 ac_outfile=conftest.$ac_objext
8110 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8111 lt_compiler_flag="-fno-rtti -fno-exceptions"
8112 # Insert the option either (1) after the last *FLAGS variable, or
8113 # (2) before a word containing "conftest.
", or (3) at the end.
8114 # Note that $ac_compile itself does not contain backslashes and begins
8115 # with a dollar sign (not a hyphen), so the echo should work correctly.
8116 # The option is referenced via a variable to avoid confusing sed.
8117 lt_compile=`echo "$ac_compile" | $SED \
8118 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8119 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8120 -e 's:$: $lt_compiler_flag:'`
8121 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8122 (eval "$lt_compile" 2>conftest.err)
8124 cat conftest.err >&5
8125 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8126 if (exit $ac_status) && test -s "$ac_outfile"; then
8127 # The compiler can only warn and ignore the option if not recognized
8128 # So say no if there are warnings other than the usual output.
8129 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8130 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8131 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8132 lt_cv_prog_compiler_rtti_exceptions=yes
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8139 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8141 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8142 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8154 lt_prog_compiler_wl=
8155 lt_prog_compiler_pic=
8156 lt_prog_compiler_static=
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8159 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8161 if test "$GCC" = yes; then
8162 lt_prog_compiler_wl='-Wl,'
8163 lt_prog_compiler_static='-static'
8167 # All AIX code is PIC.
8168 if test "$host_cpu" = ia64; then
8169 # AIX 5 now supports IA64 processor
8170 lt_prog_compiler_static='-Bstatic'
8172 lt_prog_compiler_pic='-fPIC'
8178 # see comment about AmigaOS4 .so support
8179 lt_prog_compiler_pic='-fPIC'
8182 # FIXME: we need at least 68020 code to build shared libraries, but
8183 # adding the `-m68020' flag to GCC prevents building anything better,
8185 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8190 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8191 # PIC is the default for these OSes.
8194 mingw* | cygwin* | pw32* | os2* | cegcc*)
8195 # This hack is so that the source file can tell whether it is being
8196 # built for inclusion in a dll (and should export symbols for example).
8197 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8198 # (--disable-auto-import) libraries
8199 lt_prog_compiler_pic='-DDLL_EXPORT'
8202 darwin* | rhapsody*)
8203 # PIC is the default on this platform
8204 # Common symbols not allowed in MH_DYLIB files
8205 lt_prog_compiler_pic='-fno-common'
8209 # PIC is the default for Haiku.
8210 # The "-static" flag exists, but is broken.
8211 lt_prog_compiler_static=
8215 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8216 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8217 # sets the default TLS model and affects inlining.
8223 lt_prog_compiler_pic='-fPIC'
8229 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8230 # Instead, we relocate shared libraries at runtime.
8234 # Just because we use GCC doesn't mean we suddenly get shared libraries
8235 # on systems that don't support them.
8236 lt_prog_compiler_can_build_shared=no
8241 # QNX uses GNU C++, but need to define -shared option too, otherwise
8243 lt_prog_compiler_pic='-fPIC -shared'
8247 if test -d /usr/nec; then
8248 lt_prog_compiler_pic=-Kconform_pic
8253 lt_prog_compiler_pic='-fPIC'
8257 case $cc_basename in
8258 nvcc*) # Cuda Compiler Driver 2.2
8259 lt_prog_compiler_wl='-Xlinker '
8260 lt_prog_compiler_pic='-Xcompiler -fPIC'
8264 # PORTME Check for flag to pass linker flags through the system compiler.
8267 lt_prog_compiler_wl='-Wl,'
8268 if test "$host_cpu" = ia64; then
8269 # AIX 5 now supports IA64 processor
8270 lt_prog_compiler_static='-Bstatic'
8272 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8276 mingw* | cygwin* | pw32* | os2* | cegcc*)
8277 # This hack is so that the source file can tell whether it is being
8278 # built for inclusion in a dll (and should export symbols for example).
8279 lt_prog_compiler_pic='-DDLL_EXPORT'
8282 hpux9* | hpux10* | hpux11*)
8283 lt_prog_compiler_wl='-Wl,'
8284 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8291 lt_prog_compiler_pic='+Z'
8294 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8295 lt_prog_compiler_static='${wl}-a ${wl}archive'
8298 irix5* | irix6* | nonstopux*)
8299 lt_prog_compiler_wl='-Wl,'
8300 # PIC (with -KPIC) is the default.
8301 lt_prog_compiler_static='-non_shared'
8304 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8305 case $cc_basename in
8306 # old Intel for x86_64 which still supported -KPIC.
8308 lt_prog_compiler_wl='-Wl,'
8309 lt_prog_compiler_pic='-KPIC'
8310 lt_prog_compiler_static='-static'
8312 # icc used to be incompatible with GCC.
8313 # ICC 10 doesn't accept -KPIC any more.
8315 lt_prog_compiler_wl='-Wl,'
8316 lt_prog_compiler_pic='-fPIC'
8317 lt_prog_compiler_static='-static'
8319 # Lahey Fortran 8.1.
8321 lt_prog_compiler_wl='-Wl,'
8322 lt_prog_compiler_pic='--shared'
8323 lt_prog_compiler_static='--static'
8325 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8326 # Portland Group compilers (*not* the Pentium gcc compiler,
8327 # which looks to be a dead project)
8328 lt_prog_compiler_wl='-Wl,'
8329 lt_prog_compiler_pic='-fpic'
8330 lt_prog_compiler_static='-Bstatic'
8333 lt_prog_compiler_wl='-Wl,'
8334 # All Alpha code is PIC.
8335 lt_prog_compiler_static='-non_shared'
8337 xl* | bgxl* | bgf* | mpixl*)
8338 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8339 lt_prog_compiler_wl='-Wl,'
8340 lt_prog_compiler_pic='-qpic'
8341 lt_prog_compiler_static='-qstaticlink'
8344 case `$CC -V 2>&1 | sed 5q` in
8345 *Sun\ F* | *Sun*Fortran*)
8346 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8347 lt_prog_compiler_pic='-KPIC'
8348 lt_prog_compiler_static='-Bstatic'
8349 lt_prog_compiler_wl=''
8353 lt_prog_compiler_pic='-KPIC'
8354 lt_prog_compiler_static='-Bstatic'
8355 lt_prog_compiler_wl='-Wl,'
8363 lt_prog_compiler_pic='-KPIC'
8364 lt_prog_compiler_static='-Bstatic'
8368 # QNX uses GNU C++, but need to define -shared option too, otherwise
8370 lt_prog_compiler_pic='-fPIC -shared'
8373 osf3* | osf4* | osf5*)
8374 lt_prog_compiler_wl='-Wl,'
8375 # All OSF/1 code is PIC.
8376 lt_prog_compiler_static='-non_shared'
8380 lt_prog_compiler_static='-non_shared'
8384 lt_prog_compiler_pic='-KPIC'
8385 lt_prog_compiler_static='-Bstatic'
8386 case $cc_basename in
8388 lt_prog_compiler_wl='-Qoption ld ';;
8390 lt_prog_compiler_wl='-Wl,';;
8395 lt_prog_compiler_wl='-Qoption ld '
8396 lt_prog_compiler_pic='-PIC'
8397 lt_prog_compiler_static='-Bstatic'
8400 sysv4 | sysv4.2uw2* | sysv4.3*)
8401 lt_prog_compiler_wl='-Wl,'
8402 lt_prog_compiler_pic='-KPIC'
8403 lt_prog_compiler_static='-Bstatic'
8407 if test -d /usr/nec ;then
8408 lt_prog_compiler_pic='-Kconform_pic'
8409 lt_prog_compiler_static='-Bstatic'
8413 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8414 lt_prog_compiler_wl='-Wl,'
8415 lt_prog_compiler_pic='-KPIC'
8416 lt_prog_compiler_static='-Bstatic'
8420 lt_prog_compiler_wl='-Wl,'
8421 lt_prog_compiler_can_build_shared=no
8425 lt_prog_compiler_pic='-pic'
8426 lt_prog_compiler_static='-Bstatic'
8430 lt_prog_compiler_can_build_shared=no
8436 # For platforms which do not support PIC, -DPIC is meaningless:
8438 lt_prog_compiler_pic=
8441 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8445 $as_echo "$lt_prog_compiler_pic" >&6; }
8453 # Check to make sure the PIC flag actually works.
8455 if test -n "$lt_prog_compiler_pic"; then
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8457 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8458 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8459 $as_echo_n "(cached
) " >&6
8461 lt_cv_prog_compiler_pic_works=no
8462 ac_outfile=conftest.$ac_objext
8463 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8464 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8465 # Insert the option either (1) after the last *FLAGS variable, or
8466 # (2) before a word containing "conftest.
", or (3) at the end.
8467 # Note that $ac_compile itself does not contain backslashes and begins
8468 # with a dollar sign (not a hyphen), so the echo should work correctly.
8469 # The option is referenced via a variable to avoid confusing sed.
8470 lt_compile=`echo "$ac_compile" | $SED \
8471 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8472 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8473 -e 's:$: $lt_compiler_flag:'`
8474 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8475 (eval "$lt_compile" 2>conftest.err)
8477 cat conftest.err >&5
8478 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8479 if (exit $ac_status) && test -s "$ac_outfile"; then
8480 # The compiler can only warn and ignore the option if not recognized
8481 # So say no if there are warnings other than the usual output.
8482 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8483 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8484 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8485 lt_cv_prog_compiler_pic_works=yes
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8492 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8494 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8495 case $lt_prog_compiler_pic in
8497 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8500 lt_prog_compiler_pic=
8501 lt_prog_compiler_can_build_shared=no
8512 # Check to make sure the static flag actually works.
8514 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8516 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8517 if ${lt_cv_prog_compiler_static_works+:} false; then :
8518 $as_echo_n "(cached
) " >&6
8520 lt_cv_prog_compiler_static_works=no
8521 save_LDFLAGS="$LDFLAGS"
8522 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8523 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8524 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8525 # The linker can only warn and ignore the option if not recognized
8526 # So say no if there are warnings
8527 if test -s conftest.err; then
8528 # Append any errors to the config.log.
8529 cat conftest.err 1>&5
8530 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8531 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8532 if diff conftest.exp conftest.er2 >/dev/null; then
8533 lt_cv_prog_compiler_static_works=yes
8536 lt_cv_prog_compiler_static_works=yes
8540 LDFLAGS="$save_LDFLAGS"
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8544 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8546 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8549 lt_prog_compiler_static=
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8559 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8560 if ${lt_cv_prog_compiler_c_o+:} false; then :
8561 $as_echo_n "(cached
) " >&6
8563 lt_cv_prog_compiler_c_o=no
8564 $RM -r conftest 2>/dev/null
8568 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8570 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8571 # Insert the option either (1) after the last *FLAGS variable, or
8572 # (2) before a word containing "conftest.
", or (3) at the end.
8573 # Note that $ac_compile itself does not contain backslashes and begins
8574 # with a dollar sign (not a hyphen), so the echo should work correctly.
8575 lt_compile=`echo "$ac_compile" | $SED \
8576 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8577 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8578 -e 's:$: $lt_compiler_flag:'`
8579 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8580 (eval "$lt_compile" 2>out/conftest.err)
8582 cat out/conftest.err >&5
8583 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8584 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8586 # The compiler can only warn and ignore the option if not recognized
8587 # So say no if there are warnings
8588 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8589 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8590 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8591 lt_cv_prog_compiler_c_o=yes
8596 # SGI C++ compiler will create directory out/ii_files/ for
8597 # template instantiation
8598 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8599 $RM out/* && rmdir out
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8606 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8614 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8615 if ${lt_cv_prog_compiler_c_o+:} false; then :
8616 $as_echo_n "(cached
) " >&6
8618 lt_cv_prog_compiler_c_o=no
8619 $RM -r conftest 2>/dev/null
8623 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8625 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8626 # Insert the option either (1) after the last *FLAGS variable, or
8627 # (2) before a word containing "conftest.
", or (3) at the end.
8628 # Note that $ac_compile itself does not contain backslashes and begins
8629 # with a dollar sign (not a hyphen), so the echo should work correctly.
8630 lt_compile=`echo "$ac_compile" | $SED \
8631 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8632 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8633 -e 's:$: $lt_compiler_flag:'`
8634 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8635 (eval "$lt_compile" 2>out/conftest.err)
8637 cat out/conftest.err >&5
8638 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8639 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8641 # The compiler can only warn and ignore the option if not recognized
8642 # So say no if there are warnings
8643 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8644 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8645 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8646 lt_cv_prog_compiler_c_o=yes
8651 # SGI C++ compiler will create directory out/ii_files/ for
8652 # template instantiation
8653 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8654 $RM out/* && rmdir out
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8661 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8666 hard_links="nottested
"
8667 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8668 # do not overwrite the value of need_locks provided by the user
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8670 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8673 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8675 ln conftest.a conftest.b 2>&5 || hard_links=no
8676 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8678 $as_echo "$hard_links" >&6; }
8679 if test "$hard_links" = no; then
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8681 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8694 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8697 allow_undefined_flag=
8698 always_export_symbols=no
8700 archive_expsym_cmds=
8701 compiler_needs_object=no
8702 enable_shared_with_static_runtimes=no
8703 export_dynamic_flag_spec=
8704 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8705 hardcode_automatic=no
8707 hardcode_direct_absolute=no
8708 hardcode_libdir_flag_spec=
8709 hardcode_libdir_flag_spec_ld=
8710 hardcode_libdir_separator=
8712 hardcode_shlibpath_var=unsupported
8714 link_all_deplibs=unknown
8717 old_archive_from_new_cmds=
8718 old_archive_from_expsyms_cmds=
8719 thread_safe_flag_spec=
8720 whole_archive_flag_spec=
8721 # include_expsyms should be a list of space-separated symbols to be *always*
8722 # included in the symbol list
8724 # exclude_expsyms can be an extended regexp of symbols to exclude
8725 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8726 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8727 # as well as any symbol that contains `d'.
8728 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8729 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8730 # platforms (ab)use it in PIC code, but their linkers get confused if
8731 # the symbol is explicitly referenced. Since portable code cannot
8732 # rely on this symbol name, it's probably fine to never include it in
8733 # preloaded symbol tables.
8734 # Exclude shared library initialization/finalization symbols.
8735 extract_expsyms_cmds=
8738 cygwin* | mingw* | pw32* | cegcc*)
8739 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8740 # When not using gcc, we currently assume that we are using
8741 # Microsoft Visual C++.
8742 if test "$GCC" != yes; then
8747 # we just hope/assume this is gcc and not c89 (= MSVC++)
8757 # On some targets, GNU ld is compatible enough with the native linker
8758 # that we're better off using the native interface for both.
8759 lt_use_gnu_ld_interface=no
8760 if test "$with_gnu_ld" = yes; then
8763 # The AIX port of GNU ld has always aspired to compatibility
8764 # with the native linker. However, as the warning in the GNU ld
8765 # block says, versions before 2.19.5* couldn't really create working
8766 # shared libraries, regardless of the interface used.
8767 case `$LD -v 2>&1` in
8768 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8769 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8770 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8772 lt_use_gnu_ld_interface=yes
8777 lt_use_gnu_ld_interface=yes
8782 if test "$lt_use_gnu_ld_interface" = yes; then
8783 # If archive_cmds runs LD, not CC, wlarc should be empty
8786 # Set some defaults for GNU ld with shared library support. These
8787 # are reset later if shared libraries are not supported. Putting them
8788 # here allows them to be overridden if necessary.
8789 runpath_var=LD_RUN_PATH
8790 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8791 export_dynamic_flag_spec='${wl}--export-dynamic'
8792 # ancient GNU ld didn't support --whole-archive et. al.
8793 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8794 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8796 whole_archive_flag_spec=
8798 supports_anon_versioning=no
8799 case `$LD -v 2>&1` in
8800 *GNU\ gold*) supports_anon_versioning=yes ;;
8801 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8802 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8803 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8804 *\ 2.11.*) ;; # other 2.11 versions
8805 *) supports_anon_versioning=yes ;;
8808 # See if GNU ld supports shared libraries.
8811 # On AIX/PPC, the GNU linker is very broken
8812 if test "$host_cpu" != ia64; then
8816 *** Warning: the GNU linker, at least up to release 2.19, is reported
8817 *** to be unable to reliably create shared libraries on AIX.
8818 *** Therefore, libtool is disabling shared libraries support. If you
8819 *** really care for shared libraries, you may want to install binutils
8820 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8821 *** You will then need to restart the configuration process.
8830 # see comment about AmigaOS4 .so support
8831 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8832 archive_expsym_cmds=''
8835 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)'
8836 hardcode_libdir_flag_spec
='-L$libdir'
8837 hardcode_minus_L
=yes
8843 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8844 allow_undefined_flag
=unsupported
8845 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8846 # support --undefined. This deserves some investigation. FIXME
8847 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8853 cygwin
* | mingw
* | pw32
* | cegcc
*)
8854 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8855 # as there is no search path for DLLs.
8856 hardcode_libdir_flag_spec
='-L$libdir'
8857 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8858 allow_undefined_flag
=unsupported
8859 always_export_symbols
=no
8860 enable_shared_with_static_runtimes
=yes
8861 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8863 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8864 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8865 # If the export-symbols file already is a .def file (1st line
8866 # is EXPORTS), use it as is; otherwise, prepend...
8867 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8868 cp $export_symbols $output_objdir/$soname.def;
8870 echo EXPORTS > $output_objdir/$soname.def;
8871 cat $export_symbols >> $output_objdir/$soname.def;
8873 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8880 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8881 link_all_deplibs
=yes
8886 hardcode_shlibpath_var
=no
8887 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8888 export_dynamic_flag_spec
='${wl}-E'
8889 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8890 # Instead, shared libraries are loaded at an image base (0x10000000 by
8891 # default) and relocated if they conflict, which is a slow very memory
8892 # consuming and fragmenting process. To avoid this, we pick a random,
8893 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8894 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8895 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8896 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'
8899 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8901 if test "$host_os" = linux-dietlibc
; then
8902 case $cc_basename in
8903 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8906 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8907 && test "$tmp_diet" = no
8909 tmp_addflag
=' $pic_flag'
8910 tmp_sharedflag
='-shared'
8911 case $cc_basename,$host_cpu in
8912 pgcc
*) # Portland Group C compiler
8913 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'
8914 tmp_addflag
=' $pic_flag'
8916 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8917 # Portland Group f77 and f90 compilers
8918 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'
8919 tmp_addflag
=' $pic_flag -Mnomain' ;;
8920 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8921 tmp_addflag
=' -i_dynamic' ;;
8922 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8923 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8924 ifc
* | ifort
*) # Intel Fortran compiler
8925 tmp_addflag
=' -nofor_main' ;;
8926 lf95
*) # Lahey Fortran 8.1
8927 whole_archive_flag_spec
=
8928 tmp_sharedflag
='--shared' ;;
8929 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8930 tmp_sharedflag
='-qmkshrobj'
8932 nvcc
*) # Cuda Compiler Driver 2.2
8933 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'
8934 compiler_needs_object
=yes
8937 case `$CC -V 2>&1 | sed 5q` in
8938 *Sun\ C
*) # Sun C 5.9
8939 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'
8940 compiler_needs_object
=yes
8941 tmp_sharedflag
='-G' ;;
8942 *Sun\ F
*) # Sun Fortran 8.3
8943 tmp_sharedflag
='-G' ;;
8945 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8947 if test "x$supports_anon_versioning" = xyes
; then
8948 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8949 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8950 echo "local: *; };" >> $output_objdir/$libname.ver~
8951 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8954 case $cc_basename in
8955 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8956 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8957 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8958 hardcode_libdir_flag_spec
=
8959 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8960 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8961 if test "x$supports_anon_versioning" = xyes
; then
8962 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8963 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8964 echo "local: *; };" >> $output_objdir/$libname.ver~
8965 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8975 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8976 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
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'
8985 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8989 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8990 *** create shared libraries on Solaris systems. Therefore, libtool
8991 *** is disabling shared libraries support. We urge you to upgrade GNU
8992 *** binutils to release 2.9.1 or newer. Another option is to modify
8993 *** your PATH or compiler configuration so that the native linker is
8994 *** used, and then restart.
8997 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8998 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8999 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9005 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9006 case `$LD -v 2>&1` in
9007 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9011 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9012 *** reliably create shared libraries on SCO systems. Therefore, libtool
9013 *** is disabling shared libraries support. We urge you to upgrade GNU
9014 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9015 *** your PATH or compiler configuration so that the native linker is
9016 *** used, and then restart.
9021 # For security reasons, it is highly recommended that you always
9022 # use absolute paths for naming shared libraries, and exclude the
9023 # DT_RUNPATH tag from executables and libraries. But doing so
9024 # requires that you compile everything twice, which is a pain.
9025 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9026 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9027 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9028 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9037 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9040 hardcode_shlibpath_var
=no
9044 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9045 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9046 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9053 if test "$ld_shlibs" = no
; then
9055 hardcode_libdir_flag_spec
=
9056 export_dynamic_flag_spec
=
9057 whole_archive_flag_spec
=
9060 # PORTME fill in a description of your system's linker (not GNU ld)
9063 allow_undefined_flag
=unsupported
9064 always_export_symbols
=yes
9065 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'
9066 # Note: this linker hardcodes the directories in LIBPATH if there
9067 # are no directories specified by -L.
9068 hardcode_minus_L
=yes
9069 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9070 # Neither direct hardcoding nor static linking is supported with a
9072 hardcode_direct
=unsupported
9077 if test "$host_cpu" = ia64
; then
9078 # On IA64, the linker does run time linking by default, so we don't
9079 # have to do anything special.
9080 aix_use_runtimelinking
=no
9081 exp_sym_flag
='-Bexport'
9084 # If we're using GNU nm, then we don't want the "-C" option.
9085 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9086 # Also, AIX nm treats weak defined symbols like other global
9087 # defined symbols, whereas GNU nm marks them as "W".
9088 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9089 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'
9091 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'
9093 aix_use_runtimelinking
=no
9095 # Test if we are trying to use run time linking or normal
9096 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9097 # need to do runtime linking.
9098 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9099 for ld_flag
in $LDFLAGS; do
9100 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9101 aix_use_runtimelinking
=yes
9108 exp_sym_flag
='-bexport'
9109 no_entry_flag
='-bnoentry'
9112 # When large executables or shared objects are built, AIX ld can
9113 # have problems creating the table of contents. If linking a library
9114 # or program results in "error TOC overflow" add -mminimal-toc to
9115 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9116 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9120 hardcode_direct_absolute
=yes
9121 hardcode_libdir_separator
=':'
9122 link_all_deplibs
=yes
9123 file_list_spec
='${wl}-f,'
9125 if test "$GCC" = yes; then
9126 case $host_os in aix4.
[012]|aix4.
[012].
*)
9127 # We only want to do this on AIX 4.2 and lower, the check
9128 # below for broken collect2 doesn't work under 4.3+
9129 collect2name
=`${CC} -print-prog-name=collect2`
9130 if test -f "$collect2name" &&
9131 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9133 # We have reworked collect2
9136 # We have old collect2
9137 hardcode_direct
=unsupported
9138 # It fails to find uninstalled libraries when the uninstalled
9139 # path is not listed in the libpath. Setting hardcode_minus_L
9140 # to unsupported forces relinking
9141 hardcode_minus_L
=yes
9142 hardcode_libdir_flag_spec
='-L$libdir'
9143 hardcode_libdir_separator
=
9147 shared_flag
='-shared'
9148 if test "$aix_use_runtimelinking" = yes; then
9149 shared_flag
="$shared_flag "'${wl}-G'
9153 if test "$host_cpu" = ia64
; then
9154 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9155 # chokes on -Wl,-G. The following line is correct:
9158 if test "$aix_use_runtimelinking" = yes; then
9159 shared_flag
='${wl}-G'
9161 shared_flag
='${wl}-bM:SRE'
9166 export_dynamic_flag_spec
='${wl}-bexpall'
9167 # It seems that -bexpall does not export symbols beginning with
9168 # underscore (_), so it is better to generate a list of symbols to export.
9169 always_export_symbols
=yes
9170 if test "$aix_use_runtimelinking" = yes; then
9171 # Warning - without using the other runtime loading flags (-brtl),
9172 # -berok will link without error, but may produce a broken library.
9173 allow_undefined_flag
='-berok'
9174 # Determine the default libpath from the value encoded in an
9176 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9177 /* end confdefs.h. */
9187 if ac_fn_c_try_link
"$LINENO"; then :
9189 lt_aix_libpath_sed
='
9190 /Import File Strings/,/^$/ {
9196 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9197 # Check for a 64-bit object if we didn't find anything.
9198 if test -z "$aix_libpath"; then
9199 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9202 rm -f core conftest.err conftest.
$ac_objext \
9203 conftest
$ac_exeext conftest.
$ac_ext
9204 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9206 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9207 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"
9209 if test "$host_cpu" = ia64
; then
9210 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9211 allow_undefined_flag
="-z nodefs"
9212 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"
9214 # Determine the default libpath from the value encoded in an
9216 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9217 /* end confdefs.h. */
9227 if ac_fn_c_try_link
"$LINENO"; then :
9229 lt_aix_libpath_sed
='
9230 /Import File Strings/,/^$/ {
9236 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9237 # Check for a 64-bit object if we didn't find anything.
9238 if test -z "$aix_libpath"; then
9239 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9242 rm -f core conftest.err conftest.
$ac_objext \
9243 conftest
$ac_exeext conftest.
$ac_ext
9244 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9246 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9247 # Warning - without using the other run time loading flags,
9248 # -berok will link without error, but may produce a broken library.
9249 no_undefined_flag
=' ${wl}-bernotok'
9250 allow_undefined_flag
=' ${wl}-berok'
9251 if test "$with_gnu_ld" = yes; then
9252 # We only use this code for GNU lds that support --whole-archive.
9253 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9255 # Exported symbols can be pulled into shared objects from archives
9256 whole_archive_flag_spec
='$convenience'
9258 archive_cmds_need_lc
=yes
9259 # This is similar to how AIX traditionally builds its shared libraries.
9260 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'
9268 # see comment about AmigaOS4 .so support
9269 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9270 archive_expsym_cmds
=''
9273 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)'
9274 hardcode_libdir_flag_spec
='-L$libdir'
9275 hardcode_minus_L
=yes
9281 export_dynamic_flag_spec
=-rdynamic
9284 cygwin
* | mingw
* | pw32
* | cegcc
*)
9285 # When not using gcc, we currently assume that we are using
9286 # Microsoft Visual C++.
9287 # hardcode_libdir_flag_spec is actually meaningless, as there is
9288 # no search path for DLLs.
9289 hardcode_libdir_flag_spec
=' '
9290 allow_undefined_flag
=unsupported
9291 # Tell ltmain to make .lib files, not .a files.
9293 # Tell ltmain to make .dll files, not .so files.
9295 # FIXME: Setting linknames here is a bad hack.
9296 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9297 # The linker will automatically build a .lib file if we build a DLL.
9298 old_archive_from_new_cmds
='true'
9299 # FIXME: Should let the user specify the lib program.
9300 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9301 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9302 enable_shared_with_static_runtimes
=yes
9305 darwin
* | rhapsody
*)
9308 archive_cmds_need_lc
=no
9310 hardcode_automatic
=yes
9311 hardcode_shlibpath_var
=unsupported
9312 if test "$lt_cv_ld_force_load" = "yes"; then
9313 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\"`'
9315 whole_archive_flag_spec
=''
9317 link_all_deplibs
=yes
9318 allow_undefined_flag
="$_lt_dar_allow_undefined"
9319 case $cc_basename in
9320 ifort
*) _lt_dar_can_shared
=yes ;;
9321 *) _lt_dar_can_shared
=$GCC ;;
9323 if test "$_lt_dar_can_shared" = "yes"; then
9324 output_verbose_link_cmd
=func_echo_all
9325 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9326 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9327 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}"
9328 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}"
9337 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9338 hardcode_libdir_flag_spec
='-L$libdir'
9339 hardcode_shlibpath_var
=no
9342 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9343 # support. Future versions do this automatically, but an explicit c++rt0.o
9344 # does not break anything, and helps significantly (at the cost of a little
9347 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9348 hardcode_libdir_flag_spec
='-R$libdir'
9350 hardcode_shlibpath_var
=no
9353 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9355 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9357 hardcode_minus_L
=yes
9358 hardcode_shlibpath_var
=no
9361 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9362 freebsd
* | dragonfly
*)
9363 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9364 hardcode_libdir_flag_spec
='-R$libdir'
9366 hardcode_shlibpath_var
=no
9370 if test "$GCC" = yes; then
9371 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'
9373 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'
9375 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9376 hardcode_libdir_separator
=:
9379 # hardcode_minus_L: Not really in the search PATH,
9380 # but as the default location of the library.
9381 hardcode_minus_L
=yes
9382 export_dynamic_flag_spec
='${wl}-E'
9386 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9387 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9389 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9391 if test "$with_gnu_ld" = no
; then
9392 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9393 hardcode_libdir_flag_spec_ld
='+b $libdir'
9394 hardcode_libdir_separator
=:
9396 hardcode_direct_absolute
=yes
9397 export_dynamic_flag_spec
='${wl}-E'
9398 # hardcode_minus_L: Not really in the search PATH,
9399 # but as the default location of the library.
9400 hardcode_minus_L
=yes
9405 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9408 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9411 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9414 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9420 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9423 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9427 # Older versions of the 11.00 compiler do not understand -b yet
9428 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9430 $as_echo_n "checking if $CC understands -b... " >&6; }
9431 if ${lt_cv_prog_compiler__b+:} false
; then :
9432 $as_echo_n "(cached) " >&6
9434 lt_cv_prog_compiler__b
=no
9435 save_LDFLAGS
="$LDFLAGS"
9436 LDFLAGS
="$LDFLAGS -b"
9437 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9438 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9439 # The linker can only warn and ignore the option if not recognized
9440 # So say no if there are warnings
9441 if test -s conftest.err
; then
9442 # Append any errors to the config.log.
9443 cat conftest.err
1>&5
9444 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9445 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9446 if diff conftest.exp conftest.er2
>/dev
/null
; then
9447 lt_cv_prog_compiler__b
=yes
9450 lt_cv_prog_compiler__b
=yes
9454 LDFLAGS
="$save_LDFLAGS"
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9458 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9460 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9461 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9463 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9469 if test "$with_gnu_ld" = no
; then
9470 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9471 hardcode_libdir_separator
=:
9476 hardcode_shlibpath_var
=no
9480 hardcode_direct_absolute
=yes
9481 export_dynamic_flag_spec
='${wl}-E'
9483 # hardcode_minus_L: Not really in the search PATH,
9484 # but as the default location of the library.
9485 hardcode_minus_L
=yes
9491 irix5
* | irix6
* | nonstopux
*)
9492 if test "$GCC" = yes; then
9493 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'
9494 # Try to use the -exported_symbol ld option, if it does not
9495 # work, assume that -exports_file does not work either and
9496 # implicitly export all symbols.
9497 save_LDFLAGS
="$LDFLAGS"
9498 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9500 /* end confdefs.h. */
9503 if ac_fn_c_try_link
"$LINENO"; then :
9504 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'
9507 rm -f core conftest.err conftest.
$ac_objext \
9508 conftest
$ac_exeext conftest.
$ac_ext
9509 LDFLAGS
="$save_LDFLAGS"
9511 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'
9512 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'
9514 archive_cmds_need_lc
='no'
9515 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9516 hardcode_libdir_separator
=:
9518 link_all_deplibs
=yes
9522 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9523 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9525 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9527 hardcode_libdir_flag_spec
='-R$libdir'
9529 hardcode_shlibpath_var
=no
9533 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9535 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9536 hardcode_libdir_separator
=:
9537 hardcode_shlibpath_var
=no
9544 if test -f /usr
/libexec
/ld.so
; then
9546 hardcode_shlibpath_var
=no
9547 hardcode_direct_absolute
=yes
9548 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9549 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9550 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9551 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9552 export_dynamic_flag_spec
='${wl}-E'
9555 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9556 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9557 hardcode_libdir_flag_spec
='-R$libdir'
9560 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9561 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9571 hardcode_libdir_flag_spec
='-L$libdir'
9572 hardcode_minus_L
=yes
9573 allow_undefined_flag
=unsupported
9574 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'
9575 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9579 if test "$GCC" = yes; then
9580 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9581 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'
9583 allow_undefined_flag
=' -expect_unresolved \*'
9584 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'
9586 archive_cmds_need_lc
='no'
9587 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9588 hardcode_libdir_separator
=:
9591 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9592 if test "$GCC" = yes; then
9593 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9594 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'
9595 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9597 allow_undefined_flag
=' -expect_unresolved \*'
9598 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'
9599 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~
9600 $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'
9602 # Both c and cxx compiler support -rpath directly
9603 hardcode_libdir_flag_spec
='-rpath $libdir'
9605 archive_cmds_need_lc
='no'
9606 hardcode_libdir_separator
=:
9610 no_undefined_flag
=' -z defs'
9611 if test "$GCC" = yes; then
9613 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9614 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9615 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9617 case `$CC -V 2>&1` in
9620 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9621 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9622 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9626 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9627 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9628 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9632 hardcode_libdir_flag_spec
='-R$libdir'
9633 hardcode_shlibpath_var
=no
9635 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9637 # The compiler driver will combine and reorder linker options,
9638 # but understands `-z linker_flag'. GCC discards it without `$wl',
9639 # but is careful enough not to reorder.
9640 # Supported since Solaris 2.6 (maybe 2.5.1?)
9641 if test "$GCC" = yes; then
9642 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9644 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9648 link_all_deplibs
=yes
9652 if test "x$host_vendor" = xsequent
; then
9653 # Use $CC to link under sequent, because it throws in some extra .o
9654 # files that make .init and .fini sections work.
9655 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9657 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9659 hardcode_libdir_flag_spec
='-L$libdir'
9661 hardcode_minus_L
=yes
9662 hardcode_shlibpath_var
=no
9666 case $host_vendor in
9668 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9669 hardcode_direct
=yes # is this really true???
9672 ## LD is ld it makes a PLAMLIB
9673 ## CC just makes a GrossModule.
9674 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9675 reload_cmds
='$CC -r -o $output$reload_objs'
9679 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9680 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9683 runpath_var
='LD_RUN_PATH'
9684 hardcode_shlibpath_var
=no
9688 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9689 hardcode_shlibpath_var
=no
9690 export_dynamic_flag_spec
='-Bexport'
9694 if test -d /usr
/nec
; then
9695 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9696 hardcode_shlibpath_var
=no
9697 runpath_var
=LD_RUN_PATH
9698 hardcode_runpath_var
=yes
9703 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9704 no_undefined_flag
='${wl}-z,text'
9705 archive_cmds_need_lc
=no
9706 hardcode_shlibpath_var
=no
9707 runpath_var
='LD_RUN_PATH'
9709 if test "$GCC" = yes; then
9710 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9711 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9713 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9714 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 sysv5
* | sco3.2v5
* | sco5v6
*)
9719 # Note: We can NOT use -z defs as we might desire, because we do not
9720 # link with -lc, and that would cause any symbols used from libc to
9721 # always be unresolved, which means just about no library would
9722 # ever link correctly. If we're not using GNU ld we use -z text
9723 # though, which does catch some bad symbols but isn't as heavy-handed
9725 no_undefined_flag
='${wl}-z,text'
9726 allow_undefined_flag
='${wl}-z,nodefs'
9727 archive_cmds_need_lc
=no
9728 hardcode_shlibpath_var
=no
9729 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9730 hardcode_libdir_separator
=':'
9731 link_all_deplibs
=yes
9732 export_dynamic_flag_spec
='${wl}-Bexport'
9733 runpath_var
='LD_RUN_PATH'
9735 if test "$GCC" = yes; then
9736 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9737 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9739 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9740 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9745 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9746 hardcode_libdir_flag_spec
='-L$libdir'
9747 hardcode_shlibpath_var
=no
9755 if test x
$host_vendor = xsni
; then
9757 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9758 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9765 $as_echo "$ld_shlibs" >&6; }
9766 test "$ld_shlibs" = no
&& can_build_shared
=no
9768 with_gnu_ld
=$with_gnu_ld
9785 # Do we need to explicitly link libc?
9787 case "x$archive_cmds_need_lc" in
9789 # Assume -lc should be added
9790 archive_cmds_need_lc
=yes
9792 if test "$enable_shared" = yes && test "$GCC" = yes; then
9793 case $archive_cmds in
9795 # FIXME: we may have to deal with multi-command sequences.
9798 # Test whether the compiler implicitly links with -lc since on some
9799 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9800 # to ld, don't add -lc before -lgcc.
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9802 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9803 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9804 $as_echo_n "(cached) " >&6
9807 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9809 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9810 (eval $ac_compile) 2>&5
9812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9813 test $ac_status = 0; } 2>conftest.err
; then
9816 libobjs
=conftest.
$ac_objext
9818 wl
=$lt_prog_compiler_wl
9819 pic_flag
=$lt_prog_compiler_pic
9825 lt_save_allow_undefined_flag
=$allow_undefined_flag
9826 allow_undefined_flag
=
9827 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9828 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9831 test $ac_status = 0; }
9833 lt_cv_archive_cmds_need_lc
=no
9835 lt_cv_archive_cmds_need_lc
=yes
9837 allow_undefined_flag
=$lt_save_allow_undefined_flag
9839 cat conftest.err
1>&5
9844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9845 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9846 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10010 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10012 if test "$GCC" = yes; then
10014 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10015 *) lt_awk_arg
="/^libraries:/" ;;
10018 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10019 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10021 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10022 case $lt_search_path_spec in
10024 # if the path contains ";" then we assume it to be the separator
10025 # otherwise default to the standard path separator (i.e. ":") - it is
10026 # assumed that no part of a normal pathname contains ";" but that should
10027 # okay in the real world where ";" in dirpaths is itself problematic.
10028 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10031 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10034 # Ok, now we have the path, separated by spaces, we can step through it
10035 # and add multilib dir if necessary.
10036 lt_tmp_lt_search_path_spec
=
10037 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10038 for lt_sys_path
in $lt_search_path_spec; do
10039 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10040 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10042 test -d "$lt_sys_path" && \
10043 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10046 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10047 BEGIN {RS=" "; FS="/|\n";} {
10050 for (lt_i = NF; lt_i > 0; lt_i--) {
10051 if ($lt_i != "" && $lt_i != ".") {
10052 if ($lt_i == "..") {
10055 if (lt_count == 0) {
10056 lt_foo="/" $lt_i lt_foo;
10063 if (lt_foo != "") { lt_freq[lt_foo]++; }
10064 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10066 # AWK program above erroneously prepends '/' to C:/dos/paths
10069 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10070 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10072 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10074 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10076 library_names_spec
=
10077 libname_spec
='lib$name'
10081 postuninstall_cmds
=
10085 shlibpath_overrides_runpath
=unknown
10087 dynamic_linker
="$host_os ld.so"
10088 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10089 need_lib_prefix
=unknown
10090 hardcode_into_libs
=no
10092 # when you set need_version to no, make sure it does not cause -set_version
10093 # flags to be left without arguments
10094 need_version
=unknown
10099 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10100 shlibpath_var
=LIBPATH
10102 # AIX 3 has no versioning support, so we append a major version to the name.
10103 soname_spec
='${libname}${release}${shared_ext}$major'
10110 hardcode_into_libs
=yes
10111 if test "$host_cpu" = ia64
; then
10112 # AIX 5 supports IA64
10113 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10114 shlibpath_var
=LD_LIBRARY_PATH
10116 # With GCC up to 2.95.x, collect2 would create an import file
10117 # for dependence libraries. The import file would start with
10118 # the line `#! .'. This would cause the generated library to
10119 # depend on `.', always an invalid library. This was fixed in
10120 # development snapshots of GCC prior to 3.0.
10122 aix4 | aix4.
[01] | aix4.
[01].
*)
10123 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10125 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10128 can_build_shared
=no
10132 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10133 # soname into executable. Probably we can add versioning support to
10134 # collect2, so additional links can be useful in future.
10135 if test "$aix_use_runtimelinking" = yes; then
10136 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10137 # instead of lib<name>.a to let people know that these are not
10138 # typical AIX shared libraries.
10139 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10141 # We preserve .a as extension for shared libraries through AIX4.2
10142 # and later when we are not doing run time linking.
10143 library_names_spec
='${libname}${release}.a $libname.a'
10144 soname_spec
='${libname}${release}${shared_ext}$major'
10146 shlibpath_var
=LIBPATH
10153 # Since July 2007 AmigaOS4 officially supports .so libraries.
10154 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10155 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10158 library_names_spec
='$libname.ixlibrary $libname.a'
10159 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10160 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'
10166 library_names_spec
='${libname}${shared_ext}'
10167 dynamic_linker
="$host_os ld.so"
10168 shlibpath_var
=LIBRARY_PATH
10174 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10175 soname_spec
='${libname}${release}${shared_ext}$major'
10176 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10177 shlibpath_var
=LD_LIBRARY_PATH
10178 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10179 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10180 # the default ld.so.conf also contains /usr/contrib/lib and
10181 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10182 # libtool to hard-code these into programs
10185 cygwin
* | mingw
* | pw32
* | cegcc
*)
10186 version_type
=windows
10191 case $GCC,$host_os in
10192 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10193 library_names_spec
='$libname.dll.a'
10194 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10195 postinstall_cmds
='base_file=`basename \${file}`~
10196 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10197 dldir=$destdir/`dirname \$dlpath`~
10198 test -d \$dldir || mkdir -p \$dldir~
10199 $install_prog $dir/$dlname \$dldir/$dlname~
10200 chmod a+x \$dldir/$dlname~
10201 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10202 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10204 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10205 dlpath=$dir/\$dldll~
10207 shlibpath_overrides_runpath
=yes
10211 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10212 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10214 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10217 # MinGW DLLs use traditional 'lib' prefix
10218 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10221 # pw32 DLLs use 'pw' prefix rather than 'lib'
10222 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10228 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10231 dynamic_linker
='Win32 ld.exe'
10232 # FIXME: first we should search . and the directory the executable is in
10236 darwin
* | rhapsody
*)
10237 dynamic_linker
="$host_os dyld"
10238 version_type
=darwin
10241 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10242 soname_spec
='${libname}${release}${major}$shared_ext'
10243 shlibpath_overrides_runpath
=yes
10244 shlibpath_var
=DYLD_LIBRARY_PATH
10245 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10247 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10248 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10255 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10256 soname_spec
='${libname}${release}${shared_ext}$major'
10257 shlibpath_var
=LD_LIBRARY_PATH
10260 freebsd
* | dragonfly
*)
10261 # DragonFly does not have aout. When/if they implement a new
10262 # versioning mechanism, adjust this.
10263 if test -x /usr
/bin
/objformat
; then
10264 objformat
=`/usr/bin/objformat`
10267 freebsd
[23].
*) objformat
=aout
;;
10268 *) objformat
=elf
;;
10271 version_type
=freebsd-
$objformat
10272 case $version_type in
10274 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10279 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10283 shlibpath_var
=LD_LIBRARY_PATH
10286 shlibpath_overrides_runpath
=yes
10288 freebsd3.
[01]* | freebsdelf3.
[01]*)
10289 shlibpath_overrides_runpath
=yes
10290 hardcode_into_libs
=yes
10292 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10293 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10294 shlibpath_overrides_runpath
=no
10295 hardcode_into_libs
=yes
10297 *) # from 4.6 on, and DragonFly
10298 shlibpath_overrides_runpath
=yes
10299 hardcode_into_libs
=yes
10308 dynamic_linker
="$host_os runtime_loader"
10309 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10310 soname_spec
='${libname}${release}${shared_ext}$major'
10311 shlibpath_var
=LIBRARY_PATH
10312 shlibpath_overrides_runpath
=yes
10313 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10314 hardcode_into_libs
=yes
10317 hpux9
* | hpux10
* | hpux11
*)
10318 # Give a soname corresponding to the major version so that dld.sl refuses to
10319 # link against other versions.
10326 hardcode_into_libs
=yes
10327 dynamic_linker
="$host_os dld.so"
10328 shlibpath_var
=LD_LIBRARY_PATH
10329 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10330 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10331 soname_spec
='${libname}${release}${shared_ext}$major'
10332 if test "X$HPUX_IA64_MODE" = X32
; then
10333 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10335 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10337 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10341 hardcode_into_libs
=yes
10342 dynamic_linker
="$host_os dld.sl"
10343 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10344 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10345 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10346 soname_spec
='${libname}${release}${shared_ext}$major'
10347 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10348 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10352 dynamic_linker
="$host_os dld.sl"
10353 shlibpath_var
=SHLIB_PATH
10354 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10355 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10356 soname_spec
='${libname}${release}${shared_ext}$major'
10359 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10360 postinstall_cmds
='chmod 555 $lib'
10361 # or fails outright, so override atomically:
10362 install_override_mode
=555
10369 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10370 soname_spec
='${libname}${release}${shared_ext}$major'
10371 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10372 shlibpath_var
=LD_LIBRARY_PATH
10373 shlibpath_overrides_runpath
=no
10374 hardcode_into_libs
=yes
10377 irix5
* | irix6
* | nonstopux
*)
10379 nonstopux
*) version_type
=nonstopux
;;
10381 if test "$lt_cv_prog_gnu_ld" = yes; then
10389 soname_spec
='${libname}${release}${shared_ext}$major'
10390 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10392 irix5
* | nonstopux
*)
10393 libsuff
= shlibsuff
=
10396 case $LD in # libtool.m4 will add one of these switches to LD
10397 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10398 libsuff
= shlibsuff
= libmagic
=32-bit;;
10399 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10400 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10401 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10402 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10403 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10407 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10408 shlibpath_overrides_runpath
=no
10409 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10410 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10411 hardcode_into_libs
=yes
10414 # No shared lib support for Linux oldld, aout, or coff.
10415 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10419 # This must be Linux ELF.
10420 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10424 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10425 soname_spec
='${libname}${release}${shared_ext}$major'
10426 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10427 shlibpath_var
=LD_LIBRARY_PATH
10428 shlibpath_overrides_runpath
=no
10430 # Some binutils ld are patched to set DT_RUNPATH
10431 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10432 $as_echo_n "(cached) " >&6
10434 lt_cv_shlibpath_overrides_runpath
=no
10435 save_LDFLAGS
=$LDFLAGS
10436 save_libdir
=$libdir
10437 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10438 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h. */
10450 if ac_fn_c_try_link
"$LINENO"; then :
10451 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10452 lt_cv_shlibpath_overrides_runpath
=yes
10455 rm -f core conftest.err conftest.
$ac_objext \
10456 conftest
$ac_exeext conftest.
$ac_ext
10457 LDFLAGS
=$save_LDFLAGS
10458 libdir
=$save_libdir
10462 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10464 # This implies no fast_install, which is unacceptable.
10465 # Some rework will be needed to allow for fast_install
10466 # before this can be enabled.
10467 hardcode_into_libs
=yes
10469 # Append ld.so.conf contents to the search path
10470 if test -f /etc
/ld.so.conf
; then
10471 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' ' '`
10472 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10475 # We used to test for /lib/ld.so.1 and disable shared libraries on
10476 # powerpc, because MkLinux only supported shared libraries with the
10477 # GNU dynamic linker. Since this was broken with cross compilers,
10478 # most powerpc-linux boxes support dynamic linking these days and
10479 # people can always --disable-shared, the test was removed, and we
10480 # assume the GNU/Linux dynamic linker is in use.
10481 dynamic_linker
='GNU/Linux ld.so'
10488 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10489 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10490 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10491 dynamic_linker
='NetBSD (a.out) ld.so'
10493 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10494 soname_spec
='${libname}${release}${shared_ext}$major'
10495 dynamic_linker
='NetBSD ld.elf_so'
10497 shlibpath_var
=LD_LIBRARY_PATH
10498 shlibpath_overrides_runpath
=yes
10499 hardcode_into_libs
=yes
10504 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10505 shlibpath_var
=LD_LIBRARY_PATH
10506 shlibpath_overrides_runpath
=yes
10513 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10514 soname_spec
='${libname}${release}${shared_ext}$major'
10515 shlibpath_var
=LD_LIBRARY_PATH
10516 shlibpath_overrides_runpath
=no
10517 hardcode_into_libs
=yes
10518 dynamic_linker
='ldqnx.so'
10523 sys_lib_dlsearch_path_spec
="/usr/lib"
10525 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10527 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10528 *) need_version
=no
;;
10530 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10531 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10532 shlibpath_var
=LD_LIBRARY_PATH
10533 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10535 openbsd2.
[89] | openbsd2.
[89].
*)
10536 shlibpath_overrides_runpath
=no
10539 shlibpath_overrides_runpath
=yes
10543 shlibpath_overrides_runpath
=yes
10548 libname_spec
='$name'
10551 library_names_spec
='$libname${shared_ext} $libname.a'
10552 dynamic_linker
='OS/2 ld.exe'
10553 shlibpath_var
=LIBPATH
10556 osf3
* | osf4
* | osf5
*)
10560 soname_spec
='${libname}${release}${shared_ext}$major'
10561 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10562 shlibpath_var
=LD_LIBRARY_PATH
10563 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10564 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10575 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10576 soname_spec
='${libname}${release}${shared_ext}$major'
10577 shlibpath_var
=LD_LIBRARY_PATH
10578 shlibpath_overrides_runpath
=yes
10579 hardcode_into_libs
=yes
10580 # ldd complains unless libraries are executable
10581 postinstall_cmds
='chmod +x $lib'
10586 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10587 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10588 shlibpath_var
=LD_LIBRARY_PATH
10589 shlibpath_overrides_runpath
=yes
10590 if test "$with_gnu_ld" = yes; then
10598 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10599 soname_spec
='${libname}${release}${shared_ext}$major'
10600 shlibpath_var
=LD_LIBRARY_PATH
10601 case $host_vendor in
10603 shlibpath_overrides_runpath
=no
10605 runpath_var
=LD_RUN_PATH
10613 shlibpath_overrides_runpath
=no
10614 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10620 if test -d /usr
/nec
;then
10622 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10623 soname_spec
='$libname${shared_ext}.$major'
10624 shlibpath_var
=LD_LIBRARY_PATH
10628 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10629 version_type
=freebsd-elf
10632 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10633 soname_spec
='${libname}${release}${shared_ext}$major'
10634 shlibpath_var
=LD_LIBRARY_PATH
10635 shlibpath_overrides_runpath
=yes
10636 hardcode_into_libs
=yes
10637 if test "$with_gnu_ld" = yes; then
10638 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10640 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10643 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10647 sys_lib_dlsearch_path_spec
='/usr/lib'
10651 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10655 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10656 shlibpath_var
=LD_LIBRARY_PATH
10657 shlibpath_overrides_runpath
=no
10658 hardcode_into_libs
=yes
10663 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10664 soname_spec
='${libname}${release}${shared_ext}$major'
10665 shlibpath_var
=LD_LIBRARY_PATH
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10673 $as_echo "$dynamic_linker" >&6; }
10674 test "$dynamic_linker" = no
&& can_build_shared
=no
10676 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10677 if test "$GCC" = yes; then
10678 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10681 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10682 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10684 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10685 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10780 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10782 if test -n "$hardcode_libdir_flag_spec" ||
10783 test -n "$runpath_var" ||
10784 test "X$hardcode_automatic" = "Xyes" ; then
10786 # We can hardcode non-existent directories.
10787 if test "$hardcode_direct" != no
&&
10788 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10789 # have to relink, otherwise we might link with an installed library
10790 # when we should be linking with a yet-to-be-installed one
10791 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10792 test "$hardcode_minus_L" != no
; then
10793 # Linking always hardcodes the temporary library directory.
10794 hardcode_action
=relink
10796 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10797 hardcode_action
=immediate
10800 # We cannot hardcode anything, or else we can only hardcode existing
10802 hardcode_action
=unsupported
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10805 $as_echo "$hardcode_action" >&6; }
10807 if test "$hardcode_action" = relink ||
10808 test "$inherit_rpath" = yes; then
10809 # Fast installation is not supported
10810 enable_fast_install
=no
10811 elif test "$shlibpath_overrides_runpath" = yes ||
10812 test "$enable_shared" = no
; then
10813 # Fast installation is not necessary
10814 enable_fast_install
=needless
10822 if test "x$enable_dlopen" != xyes
; then
10823 enable_dlopen
=unknown
10824 enable_dlopen_self
=unknown
10825 enable_dlopen_self_static
=unknown
10832 lt_cv_dlopen
="load_add_on"
10834 lt_cv_dlopen_self
=yes
10837 mingw
* | pw32
* | cegcc
*)
10838 lt_cv_dlopen
="LoadLibrary"
10843 lt_cv_dlopen
="dlopen"
10848 # if libdl is installed we need to link against it
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10850 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10851 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10852 $as_echo_n "(cached) " >&6
10854 ac_check_lib_save_LIBS
=$LIBS
10856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10857 /* end confdefs.h. */
10859 /* Override any GCC internal prototype to avoid an error.
10860 Use char because int might match the return type of a GCC
10861 builtin and then its argument prototype would still apply. */
10874 if ac_fn_c_try_link
"$LINENO"; then :
10875 ac_cv_lib_dl_dlopen
=yes
10877 ac_cv_lib_dl_dlopen
=no
10879 rm -f core conftest.err conftest.
$ac_objext \
10880 conftest
$ac_exeext conftest.
$ac_ext
10881 LIBS
=$ac_check_lib_save_LIBS
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10884 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10885 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10886 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10889 lt_cv_dlopen
="dyld"
10891 lt_cv_dlopen_self
=yes
10898 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10899 if test "x$ac_cv_func_shl_load" = xyes
; then :
10900 lt_cv_dlopen
="shl_load"
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10903 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10904 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10905 $as_echo_n "(cached) " >&6
10907 ac_check_lib_save_LIBS
=$LIBS
10909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10910 /* end confdefs.h. */
10912 /* Override any GCC internal prototype to avoid an error.
10913 Use char because int might match the return type of a GCC
10914 builtin and then its argument prototype would still apply. */
10922 return shl_load ();
10927 if ac_fn_c_try_link
"$LINENO"; then :
10928 ac_cv_lib_dld_shl_load
=yes
10930 ac_cv_lib_dld_shl_load
=no
10932 rm -f core conftest.err conftest.
$ac_objext \
10933 conftest
$ac_exeext conftest.
$ac_ext
10934 LIBS
=$ac_check_lib_save_LIBS
10936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10937 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10938 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10939 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10941 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10942 if test "x$ac_cv_func_dlopen" = xyes
; then :
10943 lt_cv_dlopen
="dlopen"
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10946 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10947 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10948 $as_echo_n "(cached) " >&6
10950 ac_check_lib_save_LIBS
=$LIBS
10952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10953 /* end confdefs.h. */
10955 /* Override any GCC internal prototype to avoid an error.
10956 Use char because int might match the return type of a GCC
10957 builtin and then its argument prototype would still apply. */
10970 if ac_fn_c_try_link
"$LINENO"; then :
10971 ac_cv_lib_dl_dlopen
=yes
10973 ac_cv_lib_dl_dlopen
=no
10975 rm -f core conftest.err conftest.
$ac_objext \
10976 conftest
$ac_exeext conftest.
$ac_ext
10977 LIBS
=$ac_check_lib_save_LIBS
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10980 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10981 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10982 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10985 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10986 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10987 $as_echo_n "(cached) " >&6
10989 ac_check_lib_save_LIBS
=$LIBS
10990 LIBS
="-lsvld $LIBS"
10991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10992 /* end confdefs.h. */
10994 /* Override any GCC internal prototype to avoid an error.
10995 Use char because int might match the return type of a GCC
10996 builtin and then its argument prototype would still apply. */
11009 if ac_fn_c_try_link
"$LINENO"; then :
11010 ac_cv_lib_svld_dlopen
=yes
11012 ac_cv_lib_svld_dlopen
=no
11014 rm -f core conftest.err conftest.
$ac_objext \
11015 conftest
$ac_exeext conftest.
$ac_ext
11016 LIBS
=$ac_check_lib_save_LIBS
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11019 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11020 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11021 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11024 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11025 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11026 $as_echo_n "(cached) " >&6
11028 ac_check_lib_save_LIBS
=$LIBS
11030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11031 /* end confdefs.h. */
11033 /* Override any GCC internal prototype to avoid an error.
11034 Use char because int might match the return type of a GCC
11035 builtin and then its argument prototype would still apply. */
11043 return dld_link ();
11048 if ac_fn_c_try_link
"$LINENO"; then :
11049 ac_cv_lib_dld_dld_link
=yes
11051 ac_cv_lib_dld_dld_link
=no
11053 rm -f core conftest.err conftest.
$ac_objext \
11054 conftest
$ac_exeext conftest.
$ac_ext
11055 LIBS
=$ac_check_lib_save_LIBS
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11058 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11059 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11060 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11081 if test "x$lt_cv_dlopen" != xno
; then
11087 case $lt_cv_dlopen in
11089 save_CPPFLAGS
="$CPPFLAGS"
11090 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11092 save_LDFLAGS
="$LDFLAGS"
11093 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11096 LIBS
="$lt_cv_dlopen_libs $LIBS"
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11099 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11100 if ${lt_cv_dlopen_self+:} false
; then :
11101 $as_echo_n "(cached) " >&6
11103 if test "$cross_compiling" = yes; then :
11104 lt_cv_dlopen_self
=cross
11106 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11107 lt_status
=$lt_dlunknown
11108 cat > conftest.
$ac_ext <<_LT_EOF
11109 #line 11109 "configure"
11110 #include "confdefs.h"
11119 # define LT_DLGLOBAL RTLD_GLOBAL
11122 # define LT_DLGLOBAL DL_GLOBAL
11124 # define LT_DLGLOBAL 0
11128 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11129 find out it does not work in some platform. */
11130 #ifndef LT_DLLAZY_OR_NOW
11132 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11135 # define LT_DLLAZY_OR_NOW DL_LAZY
11138 # define LT_DLLAZY_OR_NOW RTLD_NOW
11141 # define LT_DLLAZY_OR_NOW DL_NOW
11143 # define LT_DLLAZY_OR_NOW 0
11150 /* When -fvisbility=hidden is used, assume the code has been annotated
11151 correspondingly for the symbols needed. */
11152 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11153 void fnord () __attribute__((visibility("default")));
11156 void fnord () { int i=42; }
11159 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11160 int status = $lt_dlunknown;
11164 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11167 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11168 else puts (dlerror ());
11170 /* dlclose (self); */
11178 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11179 (eval $ac_link) 2>&5
11181 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11182 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11183 (.
/conftest
; exit; ) >&5 2>/dev
/null
11185 case x
$lt_status in
11186 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11187 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11188 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11191 # compilation failed
11192 lt_cv_dlopen_self
=no
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11200 $as_echo "$lt_cv_dlopen_self" >&6; }
11202 if test "x$lt_cv_dlopen_self" = xyes
; then
11203 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11205 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11206 if ${lt_cv_dlopen_self_static+:} false
; then :
11207 $as_echo_n "(cached) " >&6
11209 if test "$cross_compiling" = yes; then :
11210 lt_cv_dlopen_self_static
=cross
11212 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11213 lt_status
=$lt_dlunknown
11214 cat > conftest.
$ac_ext <<_LT_EOF
11215 #line 11215 "configure"
11216 #include "confdefs.h"
11225 # define LT_DLGLOBAL RTLD_GLOBAL
11228 # define LT_DLGLOBAL DL_GLOBAL
11230 # define LT_DLGLOBAL 0
11234 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11235 find out it does not work in some platform. */
11236 #ifndef LT_DLLAZY_OR_NOW
11238 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11241 # define LT_DLLAZY_OR_NOW DL_LAZY
11244 # define LT_DLLAZY_OR_NOW RTLD_NOW
11247 # define LT_DLLAZY_OR_NOW DL_NOW
11249 # define LT_DLLAZY_OR_NOW 0
11256 /* When -fvisbility=hidden is used, assume the code has been annotated
11257 correspondingly for the symbols needed. */
11258 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11259 void fnord () __attribute__((visibility("default")));
11262 void fnord () { int i=42; }
11265 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11266 int status = $lt_dlunknown;
11270 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11273 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11274 else puts (dlerror ());
11276 /* dlclose (self); */
11284 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11285 (eval $ac_link) 2>&5
11287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11288 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11289 (.
/conftest
; exit; ) >&5 2>/dev
/null
11291 case x
$lt_status in
11292 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11293 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11294 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11297 # compilation failed
11298 lt_cv_dlopen_self_static
=no
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11306 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11309 CPPFLAGS
="$save_CPPFLAGS"
11310 LDFLAGS
="$save_LDFLAGS"
11315 case $lt_cv_dlopen_self in
11316 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11317 *) enable_dlopen_self
=unknown
;;
11320 case $lt_cv_dlopen_self_static in
11321 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11322 *) enable_dlopen_self_static
=unknown
;;
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11345 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11346 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11347 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11348 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11350 $as_echo "yes" >&6; }
11352 # FIXME - insert some real tests, host_os isn't really good enough
11355 if test -n "$STRIP" ; then
11356 striplib
="$STRIP -x"
11357 old_striplib
="$STRIP -S"
11358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11359 $as_echo "yes" >&6; }
11361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11362 $as_echo "no" >&6; }
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11367 $as_echo "no" >&6; }
11383 # Report which library types will actually be built
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11385 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11387 $as_echo "$can_build_shared" >&6; }
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11390 $as_echo_n "checking whether to build shared libraries... " >&6; }
11391 test "$can_build_shared" = "no" && enable_shared
=no
11393 # On AIX, shared libraries and static libraries use the same namespace, and
11394 # are all built from PIC.
11397 test "$enable_shared" = yes && enable_static
=no
11398 if test -n "$RANLIB"; then
11399 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11400 postinstall_cmds
='$RANLIB $lib'
11405 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11406 test "$enable_shared" = yes && enable_static
=no
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11411 $as_echo "$enable_shared" >&6; }
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11414 $as_echo_n "checking whether to build static libraries... " >&6; }
11415 # Make sure either enable_shared or enable_static is yes.
11416 test "$enable_shared" = yes || enable_static
=yes
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11418 $as_echo "$enable_static" >&6; }
11425 ac_cpp
='$CPP $CPPFLAGS'
11426 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11427 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11428 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11444 ac_config_commands
="$ac_config_commands libtool"
11449 # Only expand once:
11453 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11455 # The tests for host and target for $enable_largefile require
11460 # As the $enable_largefile decision depends on --enable-plugins we must set it
11461 # even in directories otherwise not depending on the $plugins option.
11465 for ac_header
in dlfcn.h
11467 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11469 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11470 cat >>confdefs.h
<<_ACEOF
11471 #define HAVE_DLFCN_H 1
11478 for ac_header
in windows.h
11480 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11482 if test "x$ac_cv_header_windows_h" = xyes
; then :
11483 cat >>confdefs.h
<<_ACEOF
11484 #define HAVE_WINDOWS_H 1
11492 # Check whether --enable-plugins was given.
11493 if test "${enable_plugins+set}" = set; then :
11494 enableval
=$enable_plugins; case "${enableval}" in
11497 if test "$maybe_plugins" != "yes" ; then
11498 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11502 plugins
=$maybe_plugins
11506 if test "$plugins" = "yes"; then
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11508 $as_echo_n "checking for library containing dlsym... " >&6; }
11509 if ${ac_cv_search_dlsym+:} false
; then :
11510 $as_echo_n "(cached) " >&6
11512 ac_func_search_save_LIBS
=$LIBS
11513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11514 /* end confdefs.h. */
11516 /* Override any GCC internal prototype to avoid an error.
11517 Use char because int might match the return type of a GCC
11518 builtin and then its argument prototype would still apply. */
11531 for ac_lib
in '' dl
; do
11532 if test -z "$ac_lib"; then
11533 ac_res
="none required"
11536 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11538 if ac_fn_c_try_link
"$LINENO"; then :
11539 ac_cv_search_dlsym
=$ac_res
11541 rm -f core conftest.err conftest.
$ac_objext \
11543 if ${ac_cv_search_dlsym+:} false
; then :
11547 if ${ac_cv_search_dlsym+:} false
; then :
11550 ac_cv_search_dlsym
=no
11552 rm conftest.
$ac_ext
11553 LIBS
=$ac_func_search_save_LIBS
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11556 $as_echo "$ac_cv_search_dlsym" >&6; }
11557 ac_res
=$ac_cv_search_dlsym
11558 if test "$ac_res" != no
; then :
11559 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11567 sparc-
*-solaris*|i?
86-*-solaris*)
11568 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11569 # were mutually exclusive until Solaris 11.3. Without procfs support,
11570 # the bfd/ elf module cannot provide certain routines such as
11571 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11572 # explicitly requested large-file support through the
11573 # --enable-largefile switch, disable large-file support in favor of
11576 # Check if <sys/procfs.h> is incompatible with large-file support.
11577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11578 /* end confdefs.h. */
11579 #define _FILE_OFFSET_BITS 64
11580 #define _STRUCTURED_PROC 1
11581 #include <sys/procfs.h>
11590 if ac_fn_c_try_compile
"$LINENO"; then :
11591 acx_cv_procfs_lfs
=yes
11593 acx_cv_procfs_lfs
=no
11595 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11597 # Forcefully disable large-file support only if necessary, gdb is in
11598 # tree and enabled.
11599 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11600 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
11601 : ${enable_largefile="no"}
11602 if test "$plugins" = yes; then
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11604 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11605 $as_echo "$as_me: WARNING:
11606 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11611 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11612 # benefit of g++ 9+ which predefines it on Solaris.
11613 if test "$enable_largefile" = no
; then
11614 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
11620 # Check whether --enable-largefile was given.
11621 if test "${enable_largefile+set}" = set; then :
11622 enableval
=$enable_largefile;
11625 if test "$enable_largefile" != no
; then
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11628 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11629 if ${ac_cv_sys_largefile_CC+:} false
; then :
11630 $as_echo_n "(cached) " >&6
11632 ac_cv_sys_largefile_CC
=no
11633 if test "$GCC" != yes; then
11636 # IRIX 6.2 and later do not support large files by default,
11637 # so use the C compiler's -n32 option if that helps.
11638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11639 /* end confdefs.h. */
11640 #include <sys/types.h>
11641 /* Check that off_t can represent 2**63 - 1 correctly.
11642 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11643 since some C++ compilers masquerading as C compilers
11644 incorrectly reject 9223372036854775807. */
11645 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11646 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11647 && LARGE_OFF_T % 2147483647 == 1)
11657 if ac_fn_c_try_compile
"$LINENO"; then :
11660 rm -f core conftest.err conftest.
$ac_objext
11662 if ac_fn_c_try_compile
"$LINENO"; then :
11663 ac_cv_sys_largefile_CC
=' -n32'; break
11665 rm -f core conftest.err conftest.
$ac_objext
11669 rm -f conftest.
$ac_ext
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11673 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11674 if test "$ac_cv_sys_largefile_CC" != no
; then
11675 CC
=$CC$ac_cv_sys_largefile_CC
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11679 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11680 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11681 $as_echo_n "(cached) " >&6
11684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11685 /* end confdefs.h. */
11686 #include <sys/types.h>
11687 /* Check that off_t can represent 2**63 - 1 correctly.
11688 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11689 since some C++ compilers masquerading as C compilers
11690 incorrectly reject 9223372036854775807. */
11691 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11692 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11693 && LARGE_OFF_T % 2147483647 == 1)
11703 if ac_fn_c_try_compile
"$LINENO"; then :
11704 ac_cv_sys_file_offset_bits
=no
; break
11706 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11709 #define _FILE_OFFSET_BITS 64
11710 #include <sys/types.h>
11711 /* Check that off_t can represent 2**63 - 1 correctly.
11712 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11713 since some C++ compilers masquerading as C compilers
11714 incorrectly reject 9223372036854775807. */
11715 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11716 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11717 && LARGE_OFF_T % 2147483647 == 1)
11727 if ac_fn_c_try_compile
"$LINENO"; then :
11728 ac_cv_sys_file_offset_bits
=64; break
11730 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11731 ac_cv_sys_file_offset_bits
=unknown
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11736 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11737 case $ac_cv_sys_file_offset_bits in #(
11740 cat >>confdefs.h
<<_ACEOF
11741 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11746 if test $ac_cv_sys_file_offset_bits = unknown
; then
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11748 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11749 if ${ac_cv_sys_large_files+:} false
; then :
11750 $as_echo_n "(cached) " >&6
11753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11755 #include <sys/types.h>
11756 /* Check that off_t can represent 2**63 - 1 correctly.
11757 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11758 since some C++ compilers masquerading as C compilers
11759 incorrectly reject 9223372036854775807. */
11760 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11761 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11762 && LARGE_OFF_T % 2147483647 == 1)
11772 if ac_fn_c_try_compile
"$LINENO"; then :
11773 ac_cv_sys_large_files
=no
; break
11775 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11776 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11777 /* end confdefs.h. */
11778 #define _LARGE_FILES 1
11779 #include <sys/types.h>
11780 /* Check that off_t can represent 2**63 - 1 correctly.
11781 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11782 since some C++ compilers masquerading as C compilers
11783 incorrectly reject 9223372036854775807. */
11784 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11785 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11786 && LARGE_OFF_T % 2147483647 == 1)
11796 if ac_fn_c_try_compile
"$LINENO"; then :
11797 ac_cv_sys_large_files
=1; break
11799 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11800 ac_cv_sys_large_files
=unknown
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11805 $as_echo "$ac_cv_sys_large_files" >&6; }
11806 case $ac_cv_sys_large_files in #(
11809 cat >>confdefs.h
<<_ACEOF
11810 #define _LARGE_FILES $ac_cv_sys_large_files
11822 case "${target}" in
11824 *-*-*aout
*| i
[3-7]86-*-msdos* | ns32k-
*-* | pdp11-
*-*)
11825 if test "$plugins" = "yes"; then
11826 if test "${enable_plugins+set}" = set; then
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11828 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11833 hppa
*-*-hpux* |
*-*-*vms
* | \
11834 powerpc
*-*-aix* | powerpc-
*-beos* | powerpc-
*-macos* | rs6000-
*-*)
11835 if test "$plugins" = "yes"; then
11836 if test "${enable_plugins+set}" = set; then
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11838 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11845 if test "$plugins" = "yes"; then
11855 .
${srcdir}/development.sh
11856 test "$development" = true
&& ac_checking
=yes
11857 # Check whether --enable-checking was given.
11858 if test "${enable_checking+set}" = set; then :
11859 enableval
=$enable_checking; case "${enableval}" in
11860 no|none
) ac_checking
= ;;
11861 *) ac_checking
=yes ;;
11864 if test x
$ac_checking != x
; then
11866 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11870 # Check whether --enable-64-bit-bfd was given.
11871 if test "${enable_64_bit_bfd+set}" = set; then :
11872 enableval
=$enable_64_bit_bfd; case $enableval in #(
11876 as_fn_error $?
"bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11881 enable_64_bit_bfd
=no
11885 if test "x$enable_64_bit_bfd" = "xno"; then :
11886 # The cast to long int works around a bug in the HP C Compiler
11887 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11888 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11889 # This bug is HP SR number 8606223364.
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11891 $as_echo_n "checking size of void *... " >&6; }
11892 if ${ac_cv_sizeof_void_p+:} false
; then :
11893 $as_echo_n "(cached) " >&6
11895 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11898 if test "$ac_cv_type_void_p" = yes; then
11899 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11900 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11901 as_fn_error
77 "cannot compute sizeof (void *)
11902 See \`config.log' for more details" "$LINENO" 5; }
11904 ac_cv_sizeof_void_p
=0
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11910 $as_echo "$ac_cv_sizeof_void_p" >&6; }
11914 cat >>confdefs.h
<<_ACEOF
11915 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11919 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11920 enable_64_bit_bfd
=yes
11925 if test "x$enable_64_bit_bfd" = "xyes"; then
11926 ENABLE_BFD_64_BIT_TRUE
=
11927 ENABLE_BFD_64_BIT_FALSE
='#'
11929 ENABLE_BFD_64_BIT_TRUE
='#'
11930 ENABLE_BFD_64_BIT_FALSE
=
11934 if test $enable_64_bit_bfd = yes ; then
11940 # Check whether --enable-targets was given.
11941 if test "${enable_targets+set}" = set; then :
11942 enableval
=$enable_targets; case "${enableval}" in
11943 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
11945 no
) enable_targets
= ;;
11946 *) enable_targets
=$enableval ;;
11950 # Check whether --enable-64_bit_archive was given.
11951 if test "${enable_64_bit_archive+set}" = set; then :
11952 enableval
=$enable_64_bit_archive; case "${enableval}" in
11953 yes) want_64_bit_archive
=true
;;
11954 no
) want_64_bit_archive
=false
;;
11955 *) as_fn_error $?
"bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11958 want_64_bit_archive
=unset
11962 # Check whether --with-mmap was given.
11963 if test "${with_mmap+set}" = set; then :
11964 withval
=$with_mmap; case "${withval}" in
11965 yes) want_mmap
=true
;;
11966 no
) want_mmap
=false
;;
11967 *) as_fn_error $?
"bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11973 # Check whether --enable-secureplt was given.
11974 if test "${enable_secureplt+set}" = set; then :
11975 enableval
=$enable_secureplt; case "${enableval}" in
11976 yes) use_secureplt
=true
;;
11977 no
) use_secureplt
=false
;;
11978 *) as_fn_error $?
"bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11983 if test $use_secureplt = true
; then
11985 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11989 # Decide if -z separate-code should be enabled in ELF linker by default.
11990 ac_default_ld_z_separate_code
=unset
11991 # Check whether --enable-separate-code was given.
11992 if test "${enable_separate_code+set}" = set; then :
11993 enableval
=$enable_separate_code; case "${enableval}" in
11994 yes) ac_default_ld_z_separate_code
=1 ;;
11995 no
) ac_default_ld_z_separate_code
=0 ;;
11999 # Enable -z separate-code by default for Linux/x86.
12000 case "${target}" in
12001 i
[3-7]86-*-linux-* | x86_64-
*-linux-*)
12002 if test ${ac_default_ld_z_separate_code} = unset; then
12003 ac_default_ld_z_separate_code
=1
12007 if test "${ac_default_ld_z_separate_code}" = unset; then
12008 ac_default_ld_z_separate_code
=0
12011 cat >>confdefs.h
<<_ACEOF
12012 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12016 # Check whether --enable-leading-mingw64-underscores was given.
12017 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12018 enableval
=$enable_leading_mingw64_underscores;
12021 if test x
"$enable_leading_mingw64_underscores" = xyes
; then :
12023 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12027 DEBUGDIR
=${libdir}/debug
12029 # Check whether --with-separate-debug-dir was given.
12030 if test "${with_separate_debug_dir+set}" = set; then :
12031 withval
=$with_separate_debug_dir; DEBUGDIR
="${withval}"
12038 # Check whether --with-pkgversion was given.
12039 if test "${with_pkgversion+set}" = set; then :
12040 withval
=$with_pkgversion; case "$withval" in
12041 yes) as_fn_error $?
"package version not specified" "$LINENO" 5 ;;
12043 *) PKGVERSION
="($withval) " ;;
12046 PKGVERSION
="(GNU Binutils) "
12054 # Check whether --with-bugurl was given.
12055 if test "${with_bugurl+set}" = set; then :
12056 withval
=$with_bugurl; case "$withval" in
12057 yes) as_fn_error $?
"bug URL not specified" "$LINENO" 5 ;;
12060 *) BUGURL
="$withval"
12064 BUGURL
="https://sourceware.org/bugzilla/"
12074 REPORT_BUGS_TO
="<$BUGURL>"
12075 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
12083 # Set the 'development' global.
12084 .
$srcdir/..
/bfd
/development.sh
12086 # Set acp_cpp_for_build variable
12087 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12089 # Default set of GCC warnings to enable.
12090 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12091 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12093 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12095 /* end confdefs.h. */
12098 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12099 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12102 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
12107 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12109 /* end confdefs.h. */
12112 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12113 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12117 /* end confdefs.h. */
12120 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12121 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
12122 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12130 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12131 WARN_WRITE_STRINGS
=""
12132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h. */
12136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12137 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12140 WARN_WRITE_STRINGS
="-Wwrite-strings"
12145 # Verify CC_FOR_BUILD to be compatible with warning flags
12147 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12149 /* end confdefs.h. */
12152 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12153 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12156 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12161 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12163 /* end confdefs.h. */
12166 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12167 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12171 /* end confdefs.h. */
12174 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12175 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
12176 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12184 # Check whether --enable-werror was given.
12185 if test "${enable_werror+set}" = set; then :
12186 enableval
=$enable_werror; case "${enableval}" in
12187 yes | y
) ERROR_ON_WARNING
="yes" ;;
12188 no | n
) ERROR_ON_WARNING
="no" ;;
12189 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12194 # Disable -Wformat by default when using gcc on mingw
12197 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12198 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
12199 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12205 # Enable -Werror by default when using gcc. Turn it off for releases.
12206 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
12207 ERROR_ON_WARNING
=yes
12211 if test "${ERROR_ON_WARNING}" = yes ; then
12212 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
12213 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12214 NO_WERROR
="-Wno-error"
12217 if test "${GCC}" = yes ; then
12218 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12219 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
12222 # Check whether --enable-build-warnings was given.
12223 if test "${enable_build_warnings+set}" = set; then :
12224 enableval
=$enable_build_warnings; case "${enableval}" in
12225 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12226 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12227 no
) if test "${GCC}" = yes ; then
12229 WARN_CFLAGS_FOR_BUILD
="-w"
12231 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12232 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
12233 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12234 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12235 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
12236 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12237 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
12238 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12243 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
12244 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12253 ac_config_headers
="$ac_config_headers config.h:config.in"
12259 if test -z "$target" ; then
12260 as_fn_error $?
"Unrecognized target system type; please check config.sub." "$LINENO" 5
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12265 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12266 # Check whether --enable-maintainer-mode was given.
12267 if test "${enable_maintainer_mode+set}" = set; then :
12268 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
12270 USE_MAINTAINER_MODE
=no
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12274 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12275 if test $USE_MAINTAINER_MODE = yes; then
12276 MAINTAINER_MODE_TRUE
=
12277 MAINTAINER_MODE_FALSE
='#'
12279 MAINTAINER_MODE_TRUE
='#'
12280 MAINTAINER_MODE_FALSE
=
12283 MAINT
=$MAINTAINER_MODE_TRUE
12287 GENINSRC_NEVER_TRUE
=
12288 GENINSRC_NEVER_FALSE
='#'
12290 GENINSRC_NEVER_TRUE
='#'
12291 GENINSRC_NEVER_FALSE
=
12294 case ${build_alias} in
12295 "") build_noncanonical
=${build} ;;
12296 *) build_noncanonical
=${build_alias} ;;
12299 case ${host_alias} in
12300 "") host_noncanonical
=${build_noncanonical} ;;
12301 *) host_noncanonical
=${host_alias} ;;
12304 case ${target_alias} in
12305 "") target_noncanonical
=${host_noncanonical} ;;
12306 *) target_noncanonical
=${target_alias} ;;
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12310 $as_echo_n "checking whether to install libbfd... " >&6; }
12311 # Check whether --enable-install-libbfd was given.
12312 if test "${enable_install_libbfd+set}" = set; then :
12313 enableval
=$enable_install_libbfd; install_libbfd_p
=$enableval
12315 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
12316 install_libbfd_p
=yes
12318 install_libbfd_p
=no
12322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12323 $as_echo "$install_libbfd_p" >&6; }
12324 if test $install_libbfd_p = yes; then
12325 INSTALL_LIBBFD_TRUE
=
12326 INSTALL_LIBBFD_FALSE
='#'
12328 INSTALL_LIBBFD_TRUE
='#'
12329 INSTALL_LIBBFD_FALSE
=
12332 # Need _noncanonical variables for this.
12337 # libbfd.a is a host library containing target dependent code
12338 bfdlibdir
='$(libdir)'
12339 bfdincludedir
='$(includedir)'
12340 if test "${host}" != "${target}"; then
12341 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12342 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12353 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12354 if ${ac_cv_c_bigendian+:} false
; then :
12355 $as_echo_n "(cached) " >&6
12357 ac_cv_c_bigendian
=unknown
12358 # See if we're dealing with a universal compiler.
12359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12360 /* end confdefs.h. */
12361 #ifndef __APPLE_CC__
12362 not a universal capable compiler
12367 if ac_fn_c_try_compile
"$LINENO"; then :
12369 # Check for potential -arch flags. It is not universal unless
12370 # there are at least two -arch flags with different values.
12373 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12374 if test -n "$ac_prev"; then
12376 i?
86 | x86_64 | ppc | ppc64
)
12377 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
12380 ac_cv_c_bigendian
=universal
12386 elif test "x$ac_word" = "x-arch"; then
12391 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12392 if test $ac_cv_c_bigendian = unknown
; then
12393 # See if sys/param.h defines the BYTE_ORDER macro.
12394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12395 /* end confdefs.h. */
12396 #include <sys/types.h>
12397 #include <sys/param.h>
12402 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12403 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12405 bogus endian macros
12412 if ac_fn_c_try_compile
"$LINENO"; then :
12413 # It does; now see whether it defined to BIG_ENDIAN or not.
12414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12415 /* end confdefs.h. */
12416 #include <sys/types.h>
12417 #include <sys/param.h>
12422 #if BYTE_ORDER != BIG_ENDIAN
12430 if ac_fn_c_try_compile
"$LINENO"; then :
12431 ac_cv_c_bigendian
=yes
12433 ac_cv_c_bigendian
=no
12435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12437 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12439 if test $ac_cv_c_bigendian = unknown
; then
12440 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12442 /* end confdefs.h. */
12443 #include <limits.h>
12448 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12449 bogus endian macros
12456 if ac_fn_c_try_compile
"$LINENO"; then :
12457 # It does; now see whether it defined to _BIG_ENDIAN or not.
12458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12459 /* end confdefs.h. */
12460 #include <limits.h>
12465 #ifndef _BIG_ENDIAN
12473 if ac_fn_c_try_compile
"$LINENO"; then :
12474 ac_cv_c_bigendian
=yes
12476 ac_cv_c_bigendian
=no
12478 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12480 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12482 if test $ac_cv_c_bigendian = unknown
; then
12483 # Compile a test program.
12484 if test "$cross_compiling" = yes; then :
12485 # Try to guess by grepping values from an object file.
12486 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12487 /* end confdefs.h. */
12488 short int ascii_mm[] =
12489 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12490 short int ascii_ii[] =
12491 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12492 int use_ascii (int i) {
12493 return ascii_mm[i] + ascii_ii[i];
12495 short int ebcdic_ii[] =
12496 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12497 short int ebcdic_mm[] =
12498 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12499 int use_ebcdic (int i) {
12500 return ebcdic_mm[i] + ebcdic_ii[i];
12507 return use_ascii (foo) == use_ebcdic (foo);
12512 if ac_fn_c_try_compile
"$LINENO"; then :
12513 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
12514 ac_cv_c_bigendian
=yes
12516 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
12517 if test "$ac_cv_c_bigendian" = unknown
; then
12518 ac_cv_c_bigendian
=no
12520 # finding both strings is unlikely to happen, but who knows?
12521 ac_cv_c_bigendian
=unknown
12525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12528 /* end confdefs.h. */
12529 $ac_includes_default
12534 /* Are we little or big endian? From Harbison&Steele. */
12538 char c[sizeof (long int)];
12541 return u.c[sizeof (long int) - 1] == 1;
12547 if ac_fn_c_try_run
"$LINENO"; then :
12548 ac_cv_c_bigendian
=no
12550 ac_cv_c_bigendian
=yes
12552 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
12553 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
12558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12559 $as_echo "$ac_cv_c_bigendian" >&6; }
12560 case $ac_cv_c_bigendian in #(
12562 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12568 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12572 as_fn_error $?
"unknown endianness
12573 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12579 bfd_default_target_size
=32
12583 ALL_LINGUAS
="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12584 # If we haven't got the data from the intl directory,
12585 # assume NLS is disabled.
12594 if test -f ..
/intl
/config.intl
; then
12595 . ..
/intl
/config.intl
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12598 $as_echo_n "checking whether NLS is requested... " >&6; }
12599 if test x
"$USE_NLS" != xyes
; then
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12601 $as_echo "no" >&6; }
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12604 $as_echo "yes" >&6; }
12606 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12610 $as_echo_n "checking for catalogs to be installed... " >&6; }
12611 # Look for .po and .gmo files in the source directory.
12614 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
12615 # If there aren't any .gmo files the shell will give us the
12616 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12618 case "$cat" in *\
**)
12621 # The quadruple backslash is collapsed to a double backslash
12622 # by the backticks, then collapsed again by the double quotes,
12623 # leaving us with one backslash in the sed expression (right
12624 # before the dot that mustn't act as a wildcard).
12625 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12626 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
12627 # The user is allowed to set LINGUAS to a list of languages to
12628 # install catalogs for. If it's empty that means "all of them."
12629 if test "x$LINGUAS" = x
; then
12630 CATALOGS
="$CATALOGS $cat"
12631 XLINGUAS
="$XLINGUAS $lang"
12633 case "$LINGUAS" in *$lang*)
12634 CATALOGS
="$CATALOGS $cat"
12635 XLINGUAS
="$XLINGUAS $lang"
12640 LINGUAS
="$XLINGUAS"
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12642 $as_echo "$LINGUAS" >&6; }
12656 if test -n "$ac_aux_dir"; then
12657 case "$ac_aux_dir" in
12658 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
12659 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12662 if test -z "$MKINSTALLDIRS"; then
12663 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12669 $as_echo_n "checking whether NLS is requested... " >&6; }
12670 # Check whether --enable-nls was given.
12671 if test "${enable_nls+set}" = set; then :
12672 enableval
=$enable_nls; USE_NLS
=$enableval
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12678 $as_echo "$USE_NLS" >&6; }
12685 # Prepare PATH_SEPARATOR.
12686 # The user is always right.
12687 if test "${PATH_SEPARATOR+set}" != set; then
12688 echo "#! /bin/sh" >conf$$.sh
12689 echo "exit 0" >>conf$$.sh
12691 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12699 # Find out how to test for executable files. Don't use a zero-byte file,
12700 # as systems may use methods other than mode bits to determine executability.
12701 cat >conf$$.
file <<_ASEOF
12705 chmod +x conf$$.
file
12706 if test -x conf$$.
file >/dev
/null
2>&1; then
12707 ac_executable_p
="test -x"
12709 ac_executable_p
="test -f"
12713 # Extract the first word of "msgfmt", so it can be a program name with args.
12714 set dummy msgfmt
; ac_word
=$2
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12716 $as_echo_n "checking for $ac_word... " >&6; }
12717 if ${ac_cv_path_MSGFMT+:} false
; then :
12718 $as_echo_n "(cached) " >&6
12722 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
12725 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12726 for ac_dir
in $PATH; do
12728 test -z "$ac_dir" && ac_dir
=.
12729 for ac_exec_ext
in '' $ac_executable_extensions; do
12730 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12731 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
12732 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12733 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
12740 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
12744 MSGFMT
="$ac_cv_path_MSGFMT"
12745 if test "$MSGFMT" != ":"; then
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12747 $as_echo "$MSGFMT" >&6; }
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12750 $as_echo "no" >&6; }
12753 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12754 set dummy gmsgfmt
; ac_word
=$2
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12756 $as_echo_n "checking for $ac_word... " >&6; }
12757 if ${ac_cv_path_GMSGFMT+:} false
; then :
12758 $as_echo_n "(cached) " >&6
12762 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
12765 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12766 for as_dir
in $PATH
12769 test -z "$as_dir" && as_dir
=.
12770 for ac_exec_ext
in '' $ac_executable_extensions; do
12771 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12772 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
12773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12780 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
12784 GMSGFMT
=$ac_cv_path_GMSGFMT
12785 if test -n "$GMSGFMT"; then
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12787 $as_echo "$GMSGFMT" >&6; }
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12790 $as_echo "no" >&6; }
12796 # Prepare PATH_SEPARATOR.
12797 # The user is always right.
12798 if test "${PATH_SEPARATOR+set}" != set; then
12799 echo "#! /bin/sh" >conf$$.sh
12800 echo "exit 0" >>conf$$.sh
12802 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12810 # Find out how to test for executable files. Don't use a zero-byte file,
12811 # as systems may use methods other than mode bits to determine executability.
12812 cat >conf$$.
file <<_ASEOF
12816 chmod +x conf$$.
file
12817 if test -x conf$$.
file >/dev
/null
2>&1; then
12818 ac_executable_p
="test -x"
12820 ac_executable_p
="test -f"
12824 # Extract the first word of "xgettext", so it can be a program name with args.
12825 set dummy xgettext
; ac_word
=$2
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12827 $as_echo_n "checking for $ac_word... " >&6; }
12828 if ${ac_cv_path_XGETTEXT+:} false
; then :
12829 $as_echo_n "(cached) " >&6
12831 case "$XGETTEXT" in
12833 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
12836 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12837 for ac_dir
in $PATH; do
12839 test -z "$ac_dir" && ac_dir
=.
12840 for ac_exec_ext
in '' $ac_executable_extensions; do
12841 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12842 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12843 (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
12844 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
12851 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
12855 XGETTEXT
="$ac_cv_path_XGETTEXT"
12856 if test "$XGETTEXT" != ":"; then
12857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12858 $as_echo "$XGETTEXT" >&6; }
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12861 $as_echo "no" >&6; }
12867 # Prepare PATH_SEPARATOR.
12868 # The user is always right.
12869 if test "${PATH_SEPARATOR+set}" != set; then
12870 echo "#! /bin/sh" >conf$$.sh
12871 echo "exit 0" >>conf$$.sh
12873 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12881 # Find out how to test for executable files. Don't use a zero-byte file,
12882 # as systems may use methods other than mode bits to determine executability.
12883 cat >conf$$.
file <<_ASEOF
12887 chmod +x conf$$.
file
12888 if test -x conf$$.
file >/dev
/null
2>&1; then
12889 ac_executable_p
="test -x"
12891 ac_executable_p
="test -f"
12895 # Extract the first word of "msgmerge", so it can be a program name with args.
12896 set dummy msgmerge
; ac_word
=$2
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12898 $as_echo_n "checking for $ac_word... " >&6; }
12899 if ${ac_cv_path_MSGMERGE+:} false
; then :
12900 $as_echo_n "(cached) " >&6
12902 case "$MSGMERGE" in
12904 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
12907 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12908 for ac_dir
in $PATH; do
12910 test -z "$ac_dir" && ac_dir
=.
12911 for ac_exec_ext
in '' $ac_executable_extensions; do
12912 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12913 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
12914 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
12921 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
12925 MSGMERGE
="$ac_cv_path_MSGMERGE"
12926 if test "$MSGMERGE" != ":"; then
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12928 $as_echo "$MSGMERGE" >&6; }
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12931 $as_echo "no" >&6; }
12935 if test "$GMSGFMT" != ":"; then
12936 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
12937 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12940 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12942 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12947 if test "$XGETTEXT" != ":"; then
12948 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12949 (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
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12953 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12959 ac_config_commands
="$ac_config_commands default-1"
12963 # Permit host specific settings.
12964 .
${srcdir}/configure.
host
12969 # The cast to long int works around a bug in the HP C Compiler
12970 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12971 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12972 # This bug is HP SR number 8606223364.
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12974 $as_echo_n "checking size of long long... " >&6; }
12975 if ${ac_cv_sizeof_long_long+:} false
; then :
12976 $as_echo_n "(cached) " >&6
12978 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12981 if test "$ac_cv_type_long_long" = yes; then
12982 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12983 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12984 as_fn_error
77 "cannot compute sizeof (long long)
12985 See \`config.log' for more details" "$LINENO" 5; }
12987 ac_cv_sizeof_long_long
=0
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12993 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12997 cat >>confdefs.h
<<_ACEOF
12998 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13002 # The cast to long int works around a bug in the HP C Compiler
13003 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13004 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13005 # This bug is HP SR number 8606223364.
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13007 $as_echo_n "checking size of void *... " >&6; }
13008 if ${ac_cv_sizeof_void_p+:} false
; then :
13009 $as_echo_n "(cached) " >&6
13011 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
13014 if test "$ac_cv_type_void_p" = yes; then
13015 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13016 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13017 as_fn_error
77 "cannot compute sizeof (void *)
13018 See \`config.log' for more details" "$LINENO" 5; }
13020 ac_cv_sizeof_void_p
=0
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13026 $as_echo "$ac_cv_sizeof_void_p" >&6; }
13030 cat >>confdefs.h
<<_ACEOF
13031 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13035 # The cast to long int works around a bug in the HP C Compiler
13036 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13037 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13038 # This bug is HP SR number 8606223364.
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13040 $as_echo_n "checking size of long... " >&6; }
13041 if ${ac_cv_sizeof_long+:} false
; then :
13042 $as_echo_n "(cached) " >&6
13044 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13047 if test "$ac_cv_type_long" = yes; then
13048 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13049 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13050 as_fn_error
77 "cannot compute sizeof (long)
13051 See \`config.log' for more details" "$LINENO" 5; }
13053 ac_cv_sizeof_long
=0
13058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13059 $as_echo "$ac_cv_sizeof_long" >&6; }
13063 cat >>confdefs.h
<<_ACEOF
13064 #define SIZEOF_LONG $ac_cv_sizeof_long
13068 # The cast to long int works around a bug in the HP C Compiler
13069 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13070 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13071 # This bug is HP SR number 8606223364.
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13073 $as_echo_n "checking size of int... " >&6; }
13074 if ${ac_cv_sizeof_int+:} false
; then :
13075 $as_echo_n "(cached) " >&6
13077 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13080 if test "$ac_cv_type_int" = yes; then
13081 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13082 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13083 as_fn_error
77 "cannot compute sizeof (int)
13084 See \`config.log' for more details" "$LINENO" 5; }
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13092 $as_echo "$ac_cv_sizeof_int" >&6; }
13096 cat >>confdefs.h
<<_ACEOF
13097 #define SIZEOF_INT $ac_cv_sizeof_int
13102 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13106 # Put a plausible default for CC_FOR_BUILD in Makefile.
13107 if test -z "$CC_FOR_BUILD"; then
13108 if test "x$cross_compiling" = "xno"; then
13109 CC_FOR_BUILD
='$(CC)'
13115 # Also set EXEEXT_FOR_BUILD.
13116 if test "x$cross_compiling" = "xno"; then
13117 EXEEXT_FOR_BUILD
='$(EXEEXT)'
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13120 $as_echo_n "checking for build system executable suffix... " >&6; }
13121 if ${bfd_cv_build_exeext+:} false
; then :
13122 $as_echo_n "(cached) " >&6
13125 echo 'int main () { return 0; }' > conftest.c
13126 bfd_cv_build_exeext
=
13127 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
13128 for file in conftest.
*; do
13130 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
13131 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
13135 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13138 $as_echo "$bfd_cv_build_exeext" >&6; }
13139 EXEEXT_FOR_BUILD
=""
13140 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
13144 for ac_header
in fcntl.h sys
/file.h sys
/resource.h sys
/stat.h sys
/types.h \
13147 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13148 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13149 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13150 cat >>confdefs.h
<<_ACEOF
13151 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13159 for ac_func
in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
13162 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13163 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
13164 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
13165 cat >>confdefs.h
<<_ACEOF
13166 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13173 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13174 if test "x$ac_cv_have_decl_basename" = xyes
; then :
13180 cat >>confdefs.h
<<_ACEOF
13181 #define HAVE_DECL_BASENAME $ac_have_decl
13183 ac_fn_c_check_decl
"$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13184 if test "x$ac_cv_have_decl_ffs" = xyes
; then :
13190 cat >>confdefs.h
<<_ACEOF
13191 #define HAVE_DECL_FFS $ac_have_decl
13193 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13194 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
13200 cat >>confdefs.h
<<_ACEOF
13201 #define HAVE_DECL_STPCPY $ac_have_decl
13203 ac_fn_c_check_decl
"$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13204 if test "x$ac_cv_have_decl_asprintf" = xyes
; then :
13210 cat >>confdefs.h
<<_ACEOF
13211 #define HAVE_DECL_ASPRINTF $ac_have_decl
13213 ac_fn_c_check_decl
"$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
13214 if test "x$ac_cv_have_decl_vasprintf" = xyes
; then :
13220 cat >>confdefs.h
<<_ACEOF
13221 #define HAVE_DECL_VASPRINTF $ac_have_decl
13223 ac_fn_c_check_decl
"$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13224 if test "x$ac_cv_have_decl_strnlen" = xyes
; then :
13230 cat >>confdefs.h
<<_ACEOF
13231 #define HAVE_DECL_STRNLEN $ac_have_decl
13234 ac_fn_c_check_decl
"$LINENO" "___lc_codepage_func" "ac_cv_have_decl____lc_codepage_func" "#include <locale.h>
13236 if test "x$ac_cv_have_decl____lc_codepage_func" = xyes
; then :
13242 cat >>confdefs.h
<<_ACEOF
13243 #define HAVE_DECL____LC_CODEPAGE_FUNC $ac_have_decl
13249 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
13251 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13255 # Link in zlib/zstd if we can. This allows us to read compressed debug sections.
13256 # This is used only by compress.c.
13258 # Use the system's zlib library.
13259 zlibdir
="-L\$(top_builddir)/../zlib"
13260 zlibinc
="-I\$(top_srcdir)/../zlib"
13262 # Check whether --with-system-zlib was given.
13263 if test "${with_system_zlib+set}" = set; then :
13264 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
13281 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13282 if test -n "$ac_tool_prefix"; then
13283 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
13284 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13286 $as_echo_n "checking for $ac_word... " >&6; }
13287 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
13288 $as_echo_n "(cached) " >&6
13290 case $PKG_CONFIG in
13292 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
13295 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13296 for as_dir
in $PATH
13299 test -z "$as_dir" && as_dir
=.
13300 for ac_exec_ext
in '' $ac_executable_extensions; do
13301 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13302 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
13303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13313 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
13314 if test -n "$PKG_CONFIG"; then
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
13316 $as_echo "$PKG_CONFIG" >&6; }
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13319 $as_echo "no" >&6; }
13324 if test -z "$ac_cv_path_PKG_CONFIG"; then
13325 ac_pt_PKG_CONFIG
=$PKG_CONFIG
13326 # Extract the first word of "pkg-config", so it can be a program name with args.
13327 set dummy pkg-config
; ac_word
=$2
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13329 $as_echo_n "checking for $ac_word... " >&6; }
13330 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
13331 $as_echo_n "(cached) " >&6
13333 case $ac_pt_PKG_CONFIG in
13335 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
13338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13339 for as_dir
in $PATH
13342 test -z "$as_dir" && as_dir
=.
13343 for ac_exec_ext
in '' $ac_executable_extensions; do
13344 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
13345 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
13346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13356 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
13357 if test -n "$ac_pt_PKG_CONFIG"; then
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
13359 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13362 $as_echo "no" >&6; }
13365 if test "x$ac_pt_PKG_CONFIG" = x
; then
13368 case $cross_compiling:$ac_tool_warned in
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13372 ac_tool_warned
=yes ;;
13374 PKG_CONFIG
=$ac_pt_PKG_CONFIG
13377 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
13381 if test -n "$PKG_CONFIG"; then
13382 _pkg_min_version
=0.9.0
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
13384 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
13385 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13387 $as_echo "yes" >&6; }
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13390 $as_echo "no" >&6; }
13396 # Check whether --with-zstd was given.
13397 if test "${with_zstd+set}" = set; then :
13398 withval
=$with_zstd;
13404 if test "$with_zstd" != no
; then :
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
13408 $as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
13410 if test -n "$ZSTD_CFLAGS"; then
13411 pkg_cv_ZSTD_CFLAGS
="$ZSTD_CFLAGS"
13412 elif test -n "$PKG_CONFIG"; then
13413 if test -n "$PKG_CONFIG" && \
13414 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13415 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
13417 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13418 test $ac_status = 0; }; then
13419 pkg_cv_ZSTD_CFLAGS
=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
13420 test "x$?" != "x0" && pkg_failed
=yes
13427 if test -n "$ZSTD_LIBS"; then
13428 pkg_cv_ZSTD_LIBS
="$ZSTD_LIBS"
13429 elif test -n "$PKG_CONFIG"; then
13430 if test -n "$PKG_CONFIG" && \
13431 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13432 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
13434 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13435 test $ac_status = 0; }; then
13436 pkg_cv_ZSTD_LIBS
=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
13437 test "x$?" != "x0" && pkg_failed
=yes
13445 if test $pkg_failed = no
; then
13446 pkg_save_LDFLAGS
="$LDFLAGS"
13447 LDFLAGS
="$LDFLAGS $pkg_cv_ZSTD_LIBS"
13448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13449 /* end confdefs.h. */
13459 if ac_fn_c_try_link
"$LINENO"; then :
13464 rm -f core conftest.err conftest.
$ac_objext \
13465 conftest
$ac_exeext conftest.
$ac_ext
13466 LDFLAGS
=$pkg_save_LDFLAGS
13471 if test $pkg_failed = yes; then
13472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13473 $as_echo "no" >&6; }
13475 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13476 _pkg_short_errors_supported
=yes
13478 _pkg_short_errors_supported
=no
13480 if test $_pkg_short_errors_supported = yes; then
13481 ZSTD_PKG_ERRORS
=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
13483 ZSTD_PKG_ERRORS
=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
13485 # Put the nasty error message in config.log where it belongs
13486 echo "$ZSTD_PKG_ERRORS" >&5
13489 if test "$with_zstd" = yes; then
13490 as_fn_error $?
"--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13493 elif test $pkg_failed = untried
; then
13494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13495 $as_echo "no" >&6; }
13497 if test "$with_zstd" = yes; then
13498 as_fn_error $?
"--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13502 ZSTD_CFLAGS
=$pkg_cv_ZSTD_CFLAGS
13503 ZSTD_LIBS
=$pkg_cv_ZSTD_LIBS
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13505 $as_echo "yes" >&6; }
13508 $as_echo "#define HAVE_ZSTD 1" >>confdefs.h
13516 save_CFLAGS
="$CFLAGS"
13517 CFLAGS
="$CFLAGS -Werror"
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13519 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
13520 if ${bfd_cv_hidden+:} false
; then :
13521 $as_echo_n "(cached) " >&6
13523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13524 /* end confdefs.h. */
13526 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13527 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13536 if ac_fn_c_try_compile
"$LINENO"; then :
13541 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13544 $as_echo "$bfd_cv_hidden" >&6; }
13545 CFLAGS
="$save_CFLAGS"
13546 if test $bfd_cv_hidden = yes; then
13548 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13552 # Check if linker supports --as-needed and --no-as-needed options
13553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13554 $as_echo_n "checking linker --as-needed support... " >&6; }
13555 if ${bfd_cv_ld_as_needed+:} false
; then :
13556 $as_echo_n "(cached) " >&6
13558 bfd_cv_ld_as_needed
=no
13559 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
13560 bfd_cv_ld_as_needed
=yes
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13565 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13569 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
13570 # These system don't have libm, or don't need it
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13574 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13575 if ${ac_cv_lib_mw__mwvalidcheckl+:} false
; then :
13576 $as_echo_n "(cached) " >&6
13578 ac_check_lib_save_LIBS
=$LIBS
13580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13581 /* end confdefs.h. */
13583 /* Override any GCC internal prototype to avoid an error.
13584 Use char because int might match the return type of a GCC
13585 builtin and then its argument prototype would still apply. */
13589 char _mwvalidcheckl ();
13593 return _mwvalidcheckl ();
13598 if ac_fn_c_try_link
"$LINENO"; then :
13599 ac_cv_lib_mw__mwvalidcheckl
=yes
13601 ac_cv_lib_mw__mwvalidcheckl
=no
13603 rm -f core conftest.err conftest.
$ac_objext \
13604 conftest
$ac_exeext conftest.
$ac_ext
13605 LIBS
=$ac_check_lib_save_LIBS
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13608 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13609 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes
; then :
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13614 $as_echo_n "checking for cos in -lm... " >&6; }
13615 if ${ac_cv_lib_m_cos+:} false
; then :
13616 $as_echo_n "(cached) " >&6
13618 ac_check_lib_save_LIBS
=$LIBS
13620 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13621 /* end confdefs.h. */
13623 /* Override any GCC internal prototype to avoid an error.
13624 Use char because int might match the return type of a GCC
13625 builtin and then its argument prototype would still apply. */
13638 if ac_fn_c_try_link
"$LINENO"; then :
13639 ac_cv_lib_m_cos
=yes
13643 rm -f core conftest.err conftest.
$ac_objext \
13644 conftest
$ac_exeext conftest.
$ac_ext
13645 LIBS
=$ac_check_lib_save_LIBS
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13648 $as_echo "$ac_cv_lib_m_cos" >&6; }
13649 if test "x$ac_cv_lib_m_cos" = xyes
; then :
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13656 $as_echo_n "checking for cos in -lm... " >&6; }
13657 if ${ac_cv_lib_m_cos+:} false
; then :
13658 $as_echo_n "(cached) " >&6
13660 ac_check_lib_save_LIBS
=$LIBS
13662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13663 /* end confdefs.h. */
13665 /* Override any GCC internal prototype to avoid an error.
13666 Use char because int might match the return type of a GCC
13667 builtin and then its argument prototype would still apply. */
13680 if ac_fn_c_try_link
"$LINENO"; then :
13681 ac_cv_lib_m_cos
=yes
13685 rm -f core conftest.err conftest.
$ac_objext \
13686 conftest
$ac_exeext conftest.
$ac_ext
13687 LIBS
=$ac_check_lib_save_LIBS
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13690 $as_echo "$ac_cv_lib_m_cos" >&6; }
13691 if test "x$ac_cv_lib_m_cos" = xyes
; then :
13700 # When building a shared libbfd, link against the pic version of libiberty
13701 # so that apps that use libbfd won't need libiberty just to satisfy any
13702 # libbfd references.
13703 # We can't do that if a pic libiberty is unavailable since including non-pic
13704 # code would insert text relocations into libbfd.
13707 if test "$enable_shared" = "yes"; then
13708 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13709 if test -n "$x"; then
13710 SHARED_LIBADD
="-L`pwd`/../libiberty/pic -liberty"
13714 SHARED_LIBADD
="$SHARED_LIBADD $LIBINTL"
13716 if test "$enable_shared" = "yes"; then
13718 # More hacks to build DLLs on Windows.
13720 SHARED_LDFLAGS
="-no-undefined"
13721 SHARED_LIBADD
="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13725 if test -n "$SHARED_LIBADD"; then
13726 if test -n "$LIBM"; then
13727 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
13728 # Link against libm only when needed. Put -lc, -lm inside -Wl
13729 # to stop libtool reordering these options.
13730 SHARED_LIBADD
="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13732 SHARED_LIBADD
="$SHARED_LIBADD $LIBM"
13742 # Canonicalize the secondary target names.
13743 if test -n "$enable_targets" ; then
13744 for targ
in `echo $enable_targets | sed 's/,/ /g'`
13746 result
=`$ac_config_sub $targ 2>/dev/null`
13747 if test -n "$result" ; then
13748 canon_targets
="$canon_targets $result"
13750 # Allow targets that config.sub doesn't recognize, like "all".
13751 canon_targets
="$canon_targets $targ"
13762 for targ
in $target $canon_targets
13764 if test $targ = all
; then
13766 assocvecs
="$assocvecs $targ_defvec $targ_selvecs"
13767 elif test $targ != plugin
; then
13768 .
$srcdir/config.bfd
13769 if test $targ = $target; then
13770 defvec
=$targ_defvec
13772 selvecs
="$selvecs $targ_defvec $targ_selvecs"
13773 selarchs
="$selarchs $targ_archs"
13774 TDEFINES
="$TDEFINES $targ_cflags"
13779 # This processing still needs to be done if we're to decide properly whether
13780 # 64-bit support needs to be compiled in. Currently, it will be included if
13781 # the default or any other explicitly requested target requires it; it
13782 # will not be included on a 32-bit host if no 64-bit target is requested, and
13783 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13786 # uniq the default and selected vectors in all the configured targets.
13788 for i
in $selvecs ; do
13797 # uniq the associated vectors in all the configured targets.
13799 for i
in $assocvecs ; do
13808 # uniq the architectures in all the configured targets.
13810 for i
in $selarchs ; do
13818 # Target backend .o files.
13821 elf
="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13822 elf-sframe.lo dwarf1.lo dwarf2.lo"
13823 coffgen
="coffgen.lo dwarf2.lo"
13824 coff
="cofflink.lo $coffgen"
13825 ecoff
="ecofflink.lo $coffgen"
13826 xcoff
="xcofflink.lo $coffgen"
13828 elfxx_x86
="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13829 for vec
in $selvecs
13833 # This list is alphabetized to make it easy to compare
13834 # with the two vector lists in targets.c. For the same reason,
13835 # use one entry per line, even though this leads to long lines.
13836 aarch64_elf32_be_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13837 aarch64_elf32_le_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13838 aarch64_elf64_be_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13839 aarch64_elf64_be_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13840 aarch64_elf64_le_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13841 aarch64_elf64_le_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13842 aarch64_mach_o_vec
) tb
="$tb mach-o-aarch64.lo"; target_size
=64 ;;
13843 aarch64_pei_le_vec
) tb
="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size
=64 ;;
13844 aarch64_pe_le_vec
) tb
="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size
=64 ;;
13845 alpha_ecoff_le_vec
) tb
="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size
=64 ;;
13846 alpha_elf64_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13847 alpha_elf64_fbsd_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13848 alpha_vms_vec
) tb
="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size
=64 ;;
13849 alpha_vms_lib_txt_vec
) tb
="$tb vms-lib.lo vms-misc.lo" ;;
13850 am33_elf32_linux_vec
) tb
="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13851 amdgcn_elf64_le_vec
) tb
="$tb elf64-amdgcn.lo elf64.lo $elf"; target_size
=64 ;;
13852 aout0_be_vec
) tb
="$tb aout0.lo aout32.lo" ;;
13853 aout64_vec
) tb
="$tb demo64.lo aout64.lo"; target_size
=64 ;;
13854 aout_vec
) tb
="$tb host-aout.lo aout32.lo" ;;
13855 arc_elf32_be_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
13856 arc_elf32_le_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
13857 arm_elf32_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13858 arm_elf32_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13859 arm_elf32_fdpic_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13860 arm_elf32_fdpic_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13861 arm_elf32_nacl_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13862 arm_elf32_nacl_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13863 arm_elf32_vxworks_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13864 arm_elf32_vxworks_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13865 arm_pe_be_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
13866 arm_pe_le_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
13867 arm_pe_wince_be_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13868 arm_pe_wince_le_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13869 arm_pei_be_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
13870 arm_pei_le_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
13871 arm_pei_wince_be_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13872 arm_pei_wince_le_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13873 arm_mach_o_vec
) tb
="$tb mach-o-arm.lo" ;;
13874 avr_elf32_vec
) tb
="$tb elf32-avr.lo elf32.lo $elf" ;;
13875 bfin_elf32_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
13876 bfin_elf32_fdpic_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
13877 cr16_elf32_vec
) tb
="$tb elf32-cr16.lo elf32.lo $elf" ;;
13878 cris_aout_vec
) tb
="$tb aout-cris.lo" ;;
13879 cris_elf32_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
13880 cris_elf32_us_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
13881 crx_elf32_vec
) tb
="$tb elf32-crx.lo elf32.lo $elf" ;;
13882 csky_elf32_be_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
13883 csky_elf32_le_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
13884 d10v_elf32_vec
) tb
="$tb elf32-d10v.lo elf32.lo $elf" ;;
13885 d30v_elf32_vec
) tb
="$tb elf32-d30v.lo elf32.lo $elf" ;;
13886 dlx_elf32_be_vec
) tb
="$tb elf32-dlx.lo elf32.lo $elf" ;;
13887 elf32_be_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
13888 elf32_le_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
13889 elf64_be_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13890 elf64_le_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13891 bpf_elf64_le_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64;;
13892 bpf_elf64_be_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64 ;;
13893 epiphany_elf32_vec
) tb
="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13894 fr30_elf32_vec
) tb
="$tb elf32-fr30.lo elf32.lo $elf" ;;
13895 frv_elf32_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
13896 frv_elf32_fdpic_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
13897 h8300_elf32_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
13898 h8300_elf32_linux_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
13899 hppa_elf32_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13900 hppa_elf32_linux_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13901 hppa_elf32_nbsd_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13902 hppa_elf64_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13903 hppa_elf64_linux_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13904 hppa_som_vec
) tb
="$tb som.lo" ;;
13905 i386_aout_vec
) tb
="$tb i386aout.lo aout32.lo" ;;
13906 i386_aout_bsd_vec
) tb
="$tb i386bsd.lo aout32.lo" ;;
13907 i386_aout_lynx_vec
) tb
="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13908 i386_coff_vec
) tb
="$tb coff-i386.lo $coff" ;;
13909 i386_coff_go32_vec
) tb
="$tb coff-go32.lo $coff" ;;
13910 i386_coff_go32stubbed_vec
) tb
="$tb coff-stgo32.lo $coff" ;;
13911 i386_coff_lynx_vec
) tb
="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13912 i386_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13913 i386_elf32_fbsd_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13914 i386_elf32_sol2_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13915 i386_elf32_vxworks_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13916 i386_mach_o_vec
) tb
="$tb mach-o-i386.lo" ;;
13917 i386_msdos_vec
) tb
="$tb i386msdos.lo" ;;
13918 i386_pe_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
13919 i386_pe_big_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
13920 i386_pei_vec
) tb
="$tb pei-i386.lo peigen.lo $coff" ;;
13921 iamcu_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13922 ia64_elf32_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13923 ia64_elf32_hpux_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13924 ia64_elf64_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13925 ia64_elf64_le_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13926 ia64_elf64_hpux_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13927 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 ;;
13928 ia64_pei_vec
) tb
="$tb pei-ia64.lo pepigen.lo $coff"; target_size
=64 ;;
13929 ip2k_elf32_vec
) tb
="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13930 iq2000_elf32_vec
) tb
="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13931 lm32_elf32_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
13932 lm32_elf32_fdpic_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
13933 loongarch_elf32_vec
) tb
="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13934 loongarch_elf64_vec
) tb
="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size
=64 ;;
13935 loongarch64_pei_vec
) tb
="$tb pei-loongarch64.lo pe-loongarch64igen.lo $coff"; target_size
=64 ;;
13936 m32c_elf32_vec
) tb
="$tb elf32-m32c.lo elf32.lo $elf" ;;
13937 m32r_elf32_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13938 m32r_elf32_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13939 m32r_elf32_linux_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13940 m32r_elf32_linux_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13941 m68hc11_elf32_vec
) tb
="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13942 m68hc12_elf32_vec
) tb
="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13943 m68k_elf32_vec
) tb
="$tb elf32-m68k.lo elf32.lo $elf" ;;
13944 s12z_elf32_vec
) tb
="$tb elf32-s12z.lo elf32.lo $elf" ;;
13945 mach_o_be_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13946 mach_o_le_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13947 mach_o_fat_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13948 mcore_elf32_be_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13949 mcore_elf32_le_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13950 mcore_pe_be_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
13951 mcore_pe_le_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
13952 mcore_pei_be_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
13953 mcore_pei_le_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
13954 mep_elf32_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
13955 mep_elf32_le_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
13956 metag_elf32_vec
) tb
="$tb elf32-metag.lo elf32.lo $elf" ;;
13957 microblaze_elf32_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13958 microblaze_elf32_le_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13959 mips_ecoff_be_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13960 mips_ecoff_le_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13961 mips_ecoff_bele_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13962 mips_elf32_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13963 mips_elf32_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13964 mips_elf32_n_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13965 mips_elf32_n_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13966 mips_elf32_ntrad_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13967 mips_elf32_ntrad_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13968 mips_elf32_ntradfbsd_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13969 mips_elf32_ntradfbsd_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13970 mips_elf32_trad_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13971 mips_elf32_trad_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13972 mips_elf32_tradfbsd_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13973 mips_elf32_tradfbsd_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13974 mips_elf32_vxworks_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13975 mips_elf32_vxworks_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13976 mips_elf64_be_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13977 mips_elf64_le_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13978 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 ;;
13979 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 ;;
13980 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 ;;
13981 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 ;;
13982 mmix_elf64_vec
) tb
="$tb elf64-mmix.lo elf64.lo $elf" target_size
=64 ;;
13983 mmix_mmo_vec
) tb
="$tb mmo.lo" target_size
=64 ;;
13984 mn10200_elf32_vec
) tb
="$tb elf-m10200.lo elf32.lo $elf" ;;
13985 mn10300_elf32_vec
) tb
="$tb elf-m10300.lo elf32.lo $elf" ;;
13986 moxie_elf32_be_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
13987 moxie_elf32_le_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
13988 msp430_elf32_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
13989 msp430_elf32_ti_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
13990 mt_elf32_vec
) tb
="$tb elf32-mt.lo elf32.lo $elf" ;;
13991 nds32_elf32_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13992 nds32_elf32_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13993 nds32_elf32_linux_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13994 nds32_elf32_linux_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13995 nfp_elf64_vec
) tb
="$tb elf64-nfp.lo elf64.lo $elf" ;;
13996 nios2_elf32_be_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
13997 nios2_elf32_le_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
13998 ns32k_aout_pc532mach_vec
) tb
="$tb pc532-mach.lo aout-ns32k.lo" ;;
13999 ns32k_aout_pc532nbsd_vec
) tb
="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
14000 or1k_elf32_vec
) tb
="$tb elf32-or1k.lo elf32.lo $elf" ;;
14001 pdb_vec
) tb
="$tb pdb.lo" ;;
14002 pdp11_aout_vec
) tb
="$tb pdp11.lo" ;;
14003 pef_vec
) tb
="$tb pef.lo" ;;
14004 pef_xlib_vec
) tb
="$tb pef.lo" ;;
14005 pj_elf32_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
14006 pj_elf32_le_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
14007 powerpc_boot_vec
) tb
="$tb ppcboot.lo" ;;
14008 powerpc_elf32_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14009 powerpc_elf32_le_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14010 powerpc_elf32_fbsd_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14011 powerpc_elf32_vxworks_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14012 powerpc_elf64_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
14013 powerpc_elf64_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
14014 powerpc_elf64_fbsd_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
14015 powerpc_elf64_fbsd_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
14016 powerpc_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
14017 pru_elf32_vec
) tb
="$tb elf32-pru.lo elf32.lo $elf" ;;
14018 riscv_elf32_vec
) tb
="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14019 riscv_elf64_vec
) tb
="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
14020 riscv_elf32_be_vec
) tb
="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
14021 riscv_elf64_be_vec
) tb
="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
14022 rl78_elf32_vec
) tb
="$tb elf32-rl78.lo elf32.lo $elf" ;;
14023 rs6000_xcoff64_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
14024 rs6000_xcoff64_aix_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
14025 rs6000_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
14026 rx_elf32_be_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14027 rx_elf32_be_ns_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14028 rx_elf32_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14029 rx_elf32_linux_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
14030 s390_elf32_vec
) tb
="$tb elf32-s390.lo elf32.lo $elf" ;;
14031 s390_elf64_vec
) tb
="$tb elf64-s390.lo elf64.lo $elf"; target_size
=64 ;;
14032 score_elf32_be_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
14033 score_elf32_le_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
14034 sh_coff_vec
) tb
="$tb coff-sh.lo $coff" ;;
14035 sh_coff_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
14036 sh_coff_small_vec
) tb
="$tb coff-sh.lo $coff" ;;
14037 sh_coff_small_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
14038 sh_elf32_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14039 sh_elf32_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14040 sh_elf32_fdpic_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14041 sh_elf32_fdpic_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14042 sh_elf32_linux_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14043 sh_elf32_linux_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14044 sh_elf32_nbsd_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14045 sh_elf32_nbsd_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14046 sh_elf32_vxworks_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14047 sh_elf32_vxworks_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14048 sh_pe_le_vec
) tb
="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14049 sh_pei_le_vec
) tb
="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
14050 sparc_elf32_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14051 sparc_elf32_sol2_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14052 sparc_elf32_vxworks_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14053 sparc_elf64_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
14054 sparc_elf64_fbsd_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
14055 sparc_elf64_sol2_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
14056 spu_elf32_vec
) tb
="$tb elf32-spu.lo elf32.lo $elf" ;;
14057 sym_vec
) tb
="$tb xsym.lo" ;;
14058 tic30_coff_vec
) tb
="$tb coff-tic30.lo $coffgen" ;;
14059 tic4x_coff0_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14060 tic4x_coff0_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14061 tic4x_coff1_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14062 tic4x_coff1_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14063 tic4x_coff2_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14064 tic4x_coff2_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
14065 tic54x_coff0_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14066 tic54x_coff0_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14067 tic54x_coff1_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14068 tic54x_coff1_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14069 tic54x_coff2_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14070 tic54x_coff2_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
14071 tic6x_elf32_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14072 tic6x_elf32_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14073 tic6x_elf32_c6000_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14074 tic6x_elf32_c6000_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14075 tic6x_elf32_linux_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14076 tic6x_elf32_linux_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14077 tilegx_elf32_be_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
14078 tilegx_elf32_le_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
14079 tilegx_elf64_be_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
14080 tilegx_elf64_le_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
14081 tilepro_elf32_vec
) tb
="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14082 v800_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
14083 v850_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
14084 vax_aout_1knbsd_vec
) tb
="$tb vax1knetbsd.lo aout32.lo" ;;
14085 vax_aout_nbsd_vec
) tb
="$tb vaxnetbsd.lo aout32.lo" ;;
14086 vax_elf32_vec
) tb
="$tb elf32-vax.lo elf32.lo $elf" ;;
14087 ft32_elf32_vec
) tb
="$tb elf32-ft32.lo elf32.lo $elf" ;;
14088 visium_elf32_vec
) tb
="$tb elf32-visium.lo elf32.lo $elf" ;;
14089 wasm_vec
) tb
="$tb wasm-module.lo" ;;
14090 wasm32_elf32_vec
) tb
="$tb elf32-wasm32.lo elf32.lo $elf" ;;
14091 x86_64_coff_vec
) tb
="$tb coff-x86_64.lo $coff"; target_size
=64 ;;
14092 x86_64_elf32_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size
=64 ;;
14093 x86_64_elf64_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14094 x86_64_elf64_cloudabi_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14095 x86_64_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14096 x86_64_elf64_sol2_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
14097 x86_64_mach_o_vec
) tb
="$tb mach-o-x86-64.lo" ;;
14098 x86_64_pe_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
14099 x86_64_pe_big_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
14100 x86_64_pei_vec
) tb
="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
14101 xgate_elf32_vec
) tb
="$tb elf32-xgate.lo elf32.lo $elf" ;;
14102 xstormy16_elf32_vec
) tb
="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14103 xtensa_elf32_be_vec
) tb
="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14104 xtensa_elf32_le_vec
) tb
="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14105 z80_coff_vec
) tb
="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14106 z80_elf32_vec
) tb
="$tb elf32-z80.lo elf32.lo $elf" ;;
14107 z8k_coff_vec
) tb
="$tb coff-z8k.lo reloc16.lo $coff" ;;
14109 # These appear out of order in targets.c
14110 srec_vec
) tb
="$tb srec.lo" ;;
14111 symbolsrec_vec
) tb
="$tb srec.lo" ;;
14112 tekhex_vec
) tb
="$tb tekhex.lo" ;;
14113 core_cisco_be_vec
) tb
="$tb cisco-core.lo" ;;
14114 core_cisco_le_vec
) tb
="$tb cisco-core.lo" ;;
14117 *) as_fn_error $?
"*** unknown target vector $vec" "$LINENO" 5 ;;
14120 if test ${target_size} = 64; then
14123 if test x
"${vec}" = x
"${defvec}"; then
14124 bfd_default_target_size
=${target_size}
14128 if test "$plugins" = "yes"; then
14132 # Target architecture .o files.
14133 # A couple of CPUs use shorter file names to avoid problems on DOS
14135 ta
=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
14137 # Weed out duplicate .o files.
14159 if test x
${all_targets} = xtrue
; then
14160 bfd_backends
="${bfd_backends}"' $(ALL_BACKENDS)'
14161 bfd_machines
="${bfd_machines}"' $(ALL_MACHINES)'
14163 havevecs
=-DHAVE_all_vecs
14165 test -n "$assocvecs" &&
14166 assocvecs
=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14167 else # all_targets is true
14168 # Only set these if they will be nonempty, for the clever echo.
14171 test -n "$selvecs" &&
14172 havevecs
=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
14173 test -n "$selvecs" &&
14174 selvecs
=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14175 test -n "$selarchs" &&
14176 selarchs
=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14177 fi # all_targets is true
14179 # 64-bit archives need a 64-bit bfd_vma.
14180 if test "x$want_64_bit_archive" = xtrue
; then
14183 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
14187 case ${host64}-${target64}-${want64} in
14190 bfd64_libs
='$(BFD64_LIBS)'
14191 all_backends
='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
14192 if test -n "$GCC" ; then
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
14195 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
14196 # Add more tests for gcc versions with non-working 64-bit support here.
14197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14198 /* end confdefs.h. */
14199 :__GNUC__:__GNUC_MINOR__:__i386__:
14201 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14202 $EGREP ": 2 : 91 : 1 :" >/dev
/null
2>&1; then :
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
14205 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14208 $as_echo "no" >&6; }
14212 if test $bad_64bit_gcc = yes ; then
14213 as_fn_error $?
"A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
14219 all_backends
='$(BFD32_BACKENDS)'
14224 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
14225 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
14226 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
14227 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
14238 # If we are configured native, pick a core file support file.
14243 if test "${target}" = "${host}"; then
14245 alpha
*-*-freebsd* | alpha
*-*-kfreebsd*-gnu | alpha
*-*-*vms
*)
14249 COREFILE
=trad-core.lo
14250 TRAD_HEADER
='"hosts/alphalinux.h"'
14252 alpha
*-*-netbsd* | alpha
*-*-openbsd*)
14253 COREFILE
=netbsd-core.lo
14256 COREFILE
=osf-core.lo
14258 arm-
*-freebsd* | arm-
*-kfreebsd*-gnu)
14260 arm
*-*-netbsd* | arm-
*-openbsd*)
14261 COREFILE
=netbsd-core.lo
14263 hppa
*-*-hpux*) COREFILE
=hpux-core.lo
;;
14264 hppa
*-*-hiux*) COREFILE
=hpux-core.lo
;;
14265 hppa
*-*-mpeix*) COREFILE
=hpux-core.lo
;;
14266 hppa
*-*-bsd*) COREFILE
="hpux-core.lo hppabsd-core.lo"
14267 COREFLAG
="-DHPUX_CORE -DHPPABSD_CORE" ;;
14268 hppa
*-*-netbsd* | hppa
*-*-openbsd*)
14269 COREFILE
=netbsd-core.lo
14275 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]\.
*)
14276 COREFILE
=trad-core.lo
14277 TRAD_HEADER
='"hosts/i386bsd.h"'
14279 i
[3-7]86-*-freebsd* | i
[3-7]86-*-kfreebsd*-gnu | i
[3-7]86-*-dragonfly*)
14281 TRAD_HEADER
='"hosts/i386bsd.h"'
14283 i
[3-7]86-*-netbsd* | i
[3-7]86-*-knetbsd*-gnu | i
[3-7]86-*-openbsd*)
14284 COREFILE
=netbsd-core.lo
14286 i
[3-7]86-esix-sysv3*)
14287 COREFILE
=trad-core.lo
14288 TRAD_HEADER
='"hosts/esix.h"'
14291 COREFILE
=trad-core.lo
14292 TRAD_HEADER
='"hosts/i386mach3.h"'
14294 i
[3-7]86-*-linux-*)
14295 COREFILE
=trad-core.lo
14296 TRAD_HEADER
='"hosts/i386linux.h"'
14297 case "$enable_targets"-"$want64" in
14298 *x86_64-
*linux
*|
*-true)
14299 CORE_HEADER
='"hosts/x86-64linux.h"'
14302 mips
*-*-netbsd* | mips
*-*-openbsd*)
14303 COREFILE
=netbsd-core.lo
14306 COREFILE
=irix-core.lo
14309 COREFILE
=trad-core.lo
14310 TRAD_HEADER
='"hosts/m68klinux.h"'
14313 COREFILE
=netbsd-core.lo
14316 COREFILE
=trad-core.lo
14317 TRAD_HEADER
='"hosts/pc532mach.h"'
14319 ns32k-
*-netbsd* | ns32k-
*-openbsd*)
14320 COREFILE
=netbsd-core.lo
14323 COREFILE
=lynx-core.lo
14325 rs6000-
*-aix[5-9].
* | powerpc-
*-aix[5-9].
* | powerpc64-
*-aix[5-9].
*)
14326 COREFILE
=rs6000-core.lo
14327 COREFLAG
="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14329 rs6000-
*-aix4.
[3-9]* | powerpc-
*-aix4.
[3-9]*)
14330 COREFILE
=rs6000-core.lo
14331 COREFLAG
="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14332 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14333 # have c_impl as a member of struct core_dumpx
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14335 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14337 /* end confdefs.h. */
14342 struct core_dumpx c; c.c_impl = 0;
14347 if ac_fn_c_try_compile
"$LINENO"; then :
14349 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14352 $as_echo "yes" >&6; }
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14355 $as_echo "no" >&6; }
14357 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14359 rs6000-
*-aix4*) COREFILE
=rs6000-core.lo
;;
14360 rs6000-
*-*) COREFILE
=rs6000-core.lo
;;
14361 powerpc64-
*-aix*) COREFILE
=rs6000-core.lo
;;
14362 powerpc-
*-aix4*) COREFILE
=rs6000-core.lo
;;
14363 powerpc-
*-aix*) COREFILE
=rs6000-core.lo
;;
14364 powerpc-
*-beos*) ;;
14365 powerpc-
*-freebsd* | powerpc-
*-kfreebsd*-gnu)
14367 powerpc-
*-netbsd*) COREFILE
=netbsd-core.lo
;;
14368 powerpc-
*-*bsd
*) COREFILE
=netbsd-core.lo
;;
14369 s390
*-*-*) COREFILE
=trad-core.lo
;;
14370 sh
*-*-netbsd* | sh
*-*-openbsd*)
14371 COREFILE
=netbsd-core.lo
14373 sparc-
*-netbsd* | sparc
*-*-openbsd*)
14374 COREFILE
=netbsd-core.lo
14376 vax-
*-netbsd* | vax-
*-openbsd*)
14377 COREFILE
=netbsd-core.lo
14380 COREFILE
=trad-core.lo
14381 TRAD_HEADER
='"hosts/vaxlinux.h"'
14384 COREFILE
=trad-core.lo
14385 TRAD_HEADER
='"hosts/vaxbsd.h"'
14388 CORE_HEADER
='"hosts/x86-64linux.h"'
14390 x86_64-
*-netbsd* | x86_64-
*-openbsd*)
14391 COREFILE
=netbsd-core.lo
14395 case "$COREFILE" in
14396 hppabsd-core.lo
) COREFLAG
=-DHPPABSD_CORE ;;
14397 hpux-core.lo
) COREFLAG
=-DHPUX_CORE ;;
14398 irix-core.lo
) COREFLAG
=-DIRIX_CORE ;;
14399 lynx-core.lo
) COREFLAG
=-DLYNX_CORE ;;
14400 netbsd-core.lo
) COREFLAG
=-DNETBSD_CORE ;;
14401 osf-core.lo
) COREFLAG
=-DOSF_CORE ;;
14402 ptrace-core.lo
) COREFLAG
=-DPTRACE_CORE ;;
14403 rs6000-core.lo
) COREFLAG
="$COREFLAG -DAIX_CORE" ;;
14404 trad-core.lo
) COREFLAG
="$COREFLAG -DTRAD_CORE" ;;
14407 # ELF corefile support has several flavors, but all of
14408 # them use something called <sys/procfs.h>
14410 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
14412 for ac_header
in sys
/procfs.h
14414 ac_fn_c_check_header_mongrel
"$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14415 if test "x$ac_cv_header_sys_procfs_h" = xyes
; then :
14416 cat >>confdefs.h
<<_ACEOF
14417 #define HAVE_SYS_PROCFS_H 1
14424 if test "$ac_cv_header_sys_procfs_h" = yes; then
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14427 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14428 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false
; then :
14429 $as_echo_n "(cached) " >&6
14431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14432 /* end confdefs.h. */
14435 #include <sys/procfs.h>
14444 if ac_fn_c_try_compile
"$LINENO"; then :
14445 bfd_cv_have_sys_procfs_type_prstatus_t
=yes
14447 bfd_cv_have_sys_procfs_type_prstatus_t
=no
14450 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14453 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14455 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14459 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14463 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14464 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false
; then :
14465 $as_echo_n "(cached) " >&6
14467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14468 /* end confdefs.h. */
14471 #include <sys/procfs.h>
14480 if ac_fn_c_try_compile
"$LINENO"; then :
14481 bfd_cv_have_sys_procfs_type_prstatus32_t
=yes
14483 bfd_cv_have_sys_procfs_type_prstatus32_t
=no
14486 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14489 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14491 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14495 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14499 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14500 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false
; then :
14501 $as_echo_n "(cached) " >&6
14503 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14504 /* end confdefs.h. */
14507 #include <sys/procfs.h>
14511 prstatus_t avar; void* aref = (void*) &avar.pr_who
14516 if ac_fn_c_try_compile
"$LINENO"; then :
14517 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=yes
14519 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=no
14522 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14525 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14527 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14531 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14535 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14536 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false
; then :
14537 $as_echo_n "(cached) " >&6
14539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14540 /* end confdefs.h. */
14543 #include <sys/procfs.h>
14547 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14552 if ac_fn_c_try_compile
"$LINENO"; then :
14553 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=yes
14555 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=no
14558 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14561 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14563 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14567 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14571 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14572 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false
; then :
14573 $as_echo_n "(cached) " >&6
14575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14576 /* end confdefs.h. */
14579 #include <sys/procfs.h>
14588 if ac_fn_c_try_compile
"$LINENO"; then :
14589 bfd_cv_have_sys_procfs_type_pstatus_t
=yes
14591 bfd_cv_have_sys_procfs_type_pstatus_t
=no
14594 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14597 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14599 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14603 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14607 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14608 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false
; then :
14609 $as_echo_n "(cached) " >&6
14611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14612 /* end confdefs.h. */
14615 #include <sys/procfs.h>
14624 if ac_fn_c_try_compile
"$LINENO"; then :
14625 bfd_cv_have_sys_procfs_type_pxstatus_t
=yes
14627 bfd_cv_have_sys_procfs_type_pxstatus_t
=no
14630 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14633 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14635 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14639 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14643 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14644 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false
; then :
14645 $as_echo_n "(cached) " >&6
14647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14648 /* end confdefs.h. */
14651 #include <sys/procfs.h>
14660 if ac_fn_c_try_compile
"$LINENO"; then :
14661 bfd_cv_have_sys_procfs_type_pstatus32_t
=yes
14663 bfd_cv_have_sys_procfs_type_pstatus32_t
=no
14666 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14669 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14671 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14675 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14679 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14680 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false
; then :
14681 $as_echo_n "(cached) " >&6
14683 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14684 /* end confdefs.h. */
14687 #include <sys/procfs.h>
14696 if ac_fn_c_try_compile
"$LINENO"; then :
14697 bfd_cv_have_sys_procfs_type_prpsinfo_t
=yes
14699 bfd_cv_have_sys_procfs_type_prpsinfo_t
=no
14702 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14705 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14707 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14711 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14715 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14716 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false
; then :
14717 $as_echo_n "(cached) " >&6
14719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14720 /* end confdefs.h. */
14723 #include <sys/procfs.h>
14727 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14732 if ac_fn_c_try_compile
"$LINENO"; then :
14733 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=yes
14735 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=no
14738 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14741 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14743 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14747 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14751 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14752 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false
; then :
14753 $as_echo_n "(cached) " >&6
14755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14756 /* end confdefs.h. */
14759 #include <sys/procfs.h>
14768 if ac_fn_c_try_compile
"$LINENO"; then :
14769 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=yes
14771 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=no
14774 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14777 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14779 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14783 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14787 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14788 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false
; then :
14789 $as_echo_n "(cached) " >&6
14791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14792 /* end confdefs.h. */
14795 #include <sys/procfs.h>
14799 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14804 if ac_fn_c_try_compile
"$LINENO"; then :
14805 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=yes
14807 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=no
14810 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14813 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14815 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14819 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14823 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14824 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false
; then :
14825 $as_echo_n "(cached) " >&6
14827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14828 /* end confdefs.h. */
14831 #include <sys/procfs.h>
14840 if ac_fn_c_try_compile
"$LINENO"; then :
14841 bfd_cv_have_sys_procfs_type_psinfo_t
=yes
14843 bfd_cv_have_sys_procfs_type_psinfo_t
=no
14846 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14849 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14851 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14855 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14859 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14860 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false
; then :
14861 $as_echo_n "(cached) " >&6
14863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14864 /* end confdefs.h. */
14867 #include <sys/procfs.h>
14871 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14876 if ac_fn_c_try_compile
"$LINENO"; then :
14877 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=yes
14879 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=no
14882 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14885 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14887 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14891 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14895 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14896 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false
; then :
14897 $as_echo_n "(cached) " >&6
14899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14900 /* end confdefs.h. */
14903 #include <sys/procfs.h>
14912 if ac_fn_c_try_compile
"$LINENO"; then :
14913 bfd_cv_have_sys_procfs_type_psinfo32_t
=yes
14915 bfd_cv_have_sys_procfs_type_psinfo32_t
=no
14918 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14921 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14923 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14927 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14931 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14932 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false
; then :
14933 $as_echo_n "(cached) " >&6
14935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14936 /* end confdefs.h. */
14939 #include <sys/procfs.h>
14943 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14948 if ac_fn_c_try_compile
"$LINENO"; then :
14949 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=yes
14951 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=no
14954 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14957 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14959 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14963 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14967 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14968 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false
; then :
14969 $as_echo_n "(cached) " >&6
14971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14972 /* end confdefs.h. */
14975 #include <sys/procfs.h>
14984 if ac_fn_c_try_compile
"$LINENO"; then :
14985 bfd_cv_have_sys_procfs_type_lwpstatus_t
=yes
14987 bfd_cv_have_sys_procfs_type_lwpstatus_t
=no
14990 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14993 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14995 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14999 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15003 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15004 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false
; then :
15005 $as_echo_n "(cached) " >&6
15007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15008 /* end confdefs.h. */
15011 #include <sys/procfs.h>
15020 if ac_fn_c_try_compile
"$LINENO"; then :
15021 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=yes
15023 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=no
15026 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15029 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15031 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
15034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15035 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
15038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15039 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15040 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false
; then :
15041 $as_echo_n "(cached) " >&6
15043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15044 /* end confdefs.h. */
15047 #include <sys/procfs.h>
15051 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15056 if ac_fn_c_try_compile
"$LINENO"; then :
15057 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=yes
15059 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=no
15062 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15065 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
15067 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
15070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15071 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15075 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15076 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false
; then :
15077 $as_echo_n "(cached) " >&6
15079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15080 /* end confdefs.h. */
15083 #include <sys/procfs.h>
15087 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
15092 if ac_fn_c_try_compile
"$LINENO"; then :
15093 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=yes
15095 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=no
15098 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15101 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
15103 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
15107 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
15111 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
15112 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false
; then :
15113 $as_echo_n "(cached) " >&6
15115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15116 /* end confdefs.h. */
15119 #include <sys/procfs.h>
15123 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
15128 if ac_fn_c_try_compile
"$LINENO"; then :
15129 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=yes
15131 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=no
15134 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15137 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
15139 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
15143 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
15146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
15147 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
15148 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false
; then :
15149 $as_echo_n "(cached) " >&6
15151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15152 /* end confdefs.h. */
15155 #include <sys/procfs.h>
15159 win32_pstatus_t avar
15164 if ac_fn_c_try_compile
"$LINENO"; then :
15165 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=yes
15167 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=no
15170 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15173 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
15175 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
15178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
15179 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
15185 if test -n "$CORE_HEADER"; then
15187 cat >>confdefs.h
<<_ACEOF
15188 #define CORE_HEADER $CORE_HEADER
15192 if test -n "$TRAD_HEADER"; then
15194 cat >>confdefs.h
<<_ACEOF
15195 #define TRAD_HEADER $TRAD_HEADER
15200 if test "$plugins" = "yes"; then
15208 # Determine the host dependent file_ptr a.k.a. off_t type. In order
15209 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15210 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15211 # Hopefully a reasonable assumption since fseeko et.al. should be
15212 # upward compatible.
15213 for ac_func
in ftello ftello64 fseeko fseeko64 fopen64
15215 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15216 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15217 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15218 cat >>confdefs.h
<<_ACEOF
15219 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15225 ac_fn_c_check_decl
"$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
15226 if test "x$ac_cv_have_decl_ftello" = xyes
; then :
15232 cat >>confdefs.h
<<_ACEOF
15233 #define HAVE_DECL_FTELLO $ac_have_decl
15235 ac_fn_c_check_decl
"$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
15236 if test "x$ac_cv_have_decl_ftello64" = xyes
; then :
15242 cat >>confdefs.h
<<_ACEOF
15243 #define HAVE_DECL_FTELLO64 $ac_have_decl
15245 ac_fn_c_check_decl
"$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
15246 if test "x$ac_cv_have_decl_fseeko" = xyes
; then :
15252 cat >>confdefs.h
<<_ACEOF
15253 #define HAVE_DECL_FSEEKO $ac_have_decl
15255 ac_fn_c_check_decl
"$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
15256 if test "x$ac_cv_have_decl_fseeko64" = xyes
; then :
15262 cat >>confdefs.h
<<_ACEOF
15263 #define HAVE_DECL_FSEEKO64 $ac_have_decl
15265 ac_fn_c_check_decl
"$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
15266 if test "x$ac_cv_have_decl_fopen64" = xyes
; then :
15272 cat >>confdefs.h
<<_ACEOF
15273 #define HAVE_DECL_FOPEN64 $ac_have_decl
15276 if test x
"$ac_cv_func_ftello" = xyes
-a x
"$ac_cv_func_fseeko" = xyes
; then
15277 # The cast to long int works around a bug in the HP C Compiler
15278 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15279 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15280 # This bug is HP SR number 8606223364.
15281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15282 $as_echo_n "checking size of off_t... " >&6; }
15283 if ${ac_cv_sizeof_off_t+:} false
; then :
15284 $as_echo_n "(cached) " >&6
15286 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
15289 if test "$ac_cv_type_off_t" = yes; then
15290 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15291 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15292 as_fn_error
77 "cannot compute sizeof (off_t)
15293 See \`config.log' for more details" "$LINENO" 5; }
15295 ac_cv_sizeof_off_t
=0
15300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15301 $as_echo "$ac_cv_sizeof_off_t" >&6; }
15305 cat >>confdefs.h
<<_ACEOF
15306 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
15311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15312 $as_echo_n "checking file_ptr type... " >&6; }
15313 bfd_file_ptr
="long"
15314 bfd_ufile_ptr
="unsigned long"
15315 if test x
"$ac_cv_func_ftello64" = xyes
-a x
"$ac_cv_func_fseeko64" = xyes \
15316 -o x
"${ac_cv_sizeof_off_t}" = x8
; then
15317 bfd_file_ptr
=int64_t
15318 bfd_ufile_ptr
=uint64_t
15320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15321 $as_echo "$bfd_file_ptr" >&6; }
15328 for ac_header
in $ac_header_list
15330 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15331 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
15333 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15334 cat >>confdefs.h
<<_ACEOF
15335 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15349 for ac_func
in getpagesize
15351 ac_fn_c_check_func
"$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15352 if test "x$ac_cv_func_getpagesize" = xyes
; then :
15353 cat >>confdefs.h
<<_ACEOF
15354 #define HAVE_GETPAGESIZE 1
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15361 $as_echo_n "checking for working mmap... " >&6; }
15362 if ${ac_cv_func_mmap_fixed_mapped+:} false
; then :
15363 $as_echo_n "(cached) " >&6
15365 if test "$cross_compiling" = yes; then :
15366 ac_cv_func_mmap_fixed_mapped
=no
15368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15369 /* end confdefs.h. */
15370 $ac_includes_default
15371 /* malloc might have been renamed as rpl_malloc. */
15374 /* Thanks to Mike Haertel and Jim Avera for this test.
15375 Here is a matrix of mmap possibilities:
15376 mmap private not fixed
15377 mmap private fixed at somewhere currently unmapped
15378 mmap private fixed at somewhere already mapped
15379 mmap shared not fixed
15380 mmap shared fixed at somewhere currently unmapped
15381 mmap shared fixed at somewhere already mapped
15382 For private mappings, we should verify that changes cannot be read()
15383 back from the file, nor mmap's back from the file at a different
15384 address. (There have been systems where private was not correctly
15385 implemented like the infamous i386 svr4.0, and systems where the
15386 VM page cache was not coherent with the file system buffer cache
15387 like early versions of FreeBSD and possibly contemporary NetBSD.)
15388 For shared mappings, we should conversely verify that changes get
15389 propagated back to all the places they're supposed to be.
15391 Grep wants private fixed already mapped.
15392 The main things grep needs to know about mmap are:
15393 * does it exist and is it safe to write into the mmap'd area
15394 * how to use it (BSD variants) */
15397 #include <sys/mman.h>
15399 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
15403 /* This mess was copied from the GNU getpagesize.h. */
15404 #ifndef HAVE_GETPAGESIZE
15405 # ifdef _SC_PAGESIZE
15406 # define getpagesize() sysconf(_SC_PAGESIZE)
15407 # else /* no _SC_PAGESIZE */
15408 # ifdef HAVE_SYS_PARAM_H
15409 # include <sys/param.h>
15410 # ifdef EXEC_PAGESIZE
15411 # define getpagesize() EXEC_PAGESIZE
15412 # else /* no EXEC_PAGESIZE */
15414 # define getpagesize() NBPG * CLSIZE
15417 # endif /* no CLSIZE */
15418 # else /* no NBPG */
15420 # define getpagesize() NBPC
15421 # else /* no NBPC */
15423 # define getpagesize() PAGESIZE
15424 # endif /* PAGESIZE */
15425 # endif /* no NBPC */
15426 # endif /* no NBPG */
15427 # endif /* no EXEC_PAGESIZE */
15428 # else /* no HAVE_SYS_PARAM_H */
15429 # define getpagesize() 8192 /* punt totally */
15430 # endif /* no HAVE_SYS_PARAM_H */
15431 # endif /* no _SC_PAGESIZE */
15433 #endif /* no HAVE_GETPAGESIZE */
15438 char *data, *data2, *data3;
15439 const char *cdata2;
15443 pagesize = getpagesize ();
15445 /* First, make a file with some known garbage in it. */
15446 data = (char *) malloc (pagesize);
15449 for (i = 0; i < pagesize; ++i)
15450 *(data + i) = rand ();
15452 fd = creat ("conftest.mmap", 0600);
15455 if (write (fd, data, pagesize) != pagesize)
15459 /* Next, check that the tail of a page is zero-filled. File must have
15460 non-zero length, otherwise we risk SIGBUS for entire page. */
15461 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
15465 if (write (fd2, cdata2, 1) != 1)
15467 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
15468 if (data2 == MAP_FAILED)
15470 for (i = 0; i < pagesize; ++i)
15474 if (munmap (data2, pagesize))
15477 /* Next, try to mmap the file at a fixed address which already has
15478 something else allocated at it. If we can, also make sure that
15479 we see the same garbage. */
15480 fd = open ("conftest.mmap", O_RDWR);
15483 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15484 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15486 for (i = 0; i < pagesize; ++i)
15487 if (*(data + i) != *(data2 + i))
15490 /* Finally, make sure that changes to the mapped area do not
15491 percolate back to the file as seen by read(). (This is a bug on
15492 some variants of i386 svr4.0.) */
15493 for (i = 0; i < pagesize; ++i)
15494 *(data2 + i) = *(data2 + i) + 1;
15495 data3 = (char *) malloc (pagesize);
15498 if (read (fd, data3, pagesize) != pagesize)
15500 for (i = 0; i < pagesize; ++i)
15501 if (*(data + i) != *(data3 + i))
15507 if ac_fn_c_try_run
"$LINENO"; then :
15508 ac_cv_func_mmap_fixed_mapped
=yes
15510 ac_cv_func_mmap_fixed_mapped
=no
15512 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15513 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15518 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15519 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15521 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15524 rm -f conftest.mmap conftest.txt
15526 for ac_func
in madvise mprotect
15528 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15529 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15530 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15531 cat >>confdefs.h
<<_ACEOF
15532 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15538 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15540 $as_echo "#define USE_MMAP 1" >>confdefs.h
15544 ac_config_files
="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15547 ac_config_commands
="$ac_config_commands default"
15555 cat >confcache
<<\_ACEOF
15556 # This file is a shell script that caches the results of configure
15557 # tests run on this system so they can be shared between configure
15558 # scripts and configure runs, see configure's option --config-cache.
15559 # It is not useful on other systems. If it contains results you don't
15560 # want to keep, you may remove or edit it.
15562 # config.status only pays attention to the cache file if you give it
15563 # the --recheck option to rerun configure.
15565 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15566 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15567 # following values.
15571 # The following way of writing the cache mishandles newlines in values,
15572 # but we know of no workaround that is simple, portable, and efficient.
15573 # So, we kill variables containing newlines.
15574 # Ultrix sh set writes to stderr and can't be redirected directly,
15575 # and sets the high bit in the cache file unless we assign to the vars.
15577 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15578 eval ac_val
=\$
$ac_var
15582 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15583 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15586 _ | IFS | as_nl
) ;; #(
15587 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15588 *) { eval $ac_var=; unset $ac_var;} ;;
15594 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15595 *${as_nl}ac_space
=\
*)
15596 # `set' does not quote correctly, so add quotes: double-quote
15597 # substitution turns \\\\ into \\, and sed turns \\ into \.
15600 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15603 # `set' quotes correctly as required by POSIX, so do not add quotes.
15604 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15613 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15615 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15617 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15618 if test -w "$cache_file"; then
15619 if test "x$cache_file" != "x/dev/null"; then
15620 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15621 $as_echo "$as_me: updating cache $cache_file" >&6;}
15622 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15623 cat confcache
>"$cache_file"
15625 case $cache_file in #(
15627 mv -f confcache
"$cache_file"$$
&&
15628 mv -f "$cache_file"$$
"$cache_file" ;; #(
15630 mv -f confcache
"$cache_file" ;;
15635 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15636 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15641 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15642 # Let make expand exec_prefix.
15643 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15645 DEFS
=-DHAVE_CONFIG_H
15650 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15651 # 1. Remove the extension, and $U if already installed.
15652 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15653 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15654 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15655 # will be set to the directory where LIBOBJS objects are built.
15656 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15657 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15659 LIBOBJS
=$ac_libobjs
15661 LTLIBOBJS
=$ac_ltlibobjs
15664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15665 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15666 if test -n "$am_sleep_pid"; then
15667 # Hide warnings about reused PIDs.
15668 wait $am_sleep_pid 2>/dev
/null
15670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15671 $as_echo "done" >&6; }
15672 if test -n "$EXEEXT"; then
15674 am__EXEEXT_FALSE
='#'
15676 am__EXEEXT_TRUE
='#'
15680 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15681 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15682 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15684 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15685 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15686 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15688 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15689 as_fn_error $?
"conditional \"PLUGINS\" was never defined.
15690 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15692 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15693 as_fn_error $?
"conditional \"ENABLE_BFD_64_BIT\" was never defined.
15694 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15696 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15697 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15698 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15700 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15701 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
15702 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15704 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15705 as_fn_error $?
"conditional \"INSTALL_LIBBFD\" was never defined.
15706 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15710 : "${CONFIG_STATUS=./config.status}"
15712 ac_clean_files_save
=$ac_clean_files
15713 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15714 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15715 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15717 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15719 # Generated by $as_me.
15720 # Run this file to recreate the current configuration.
15721 # Compiler output produced by configure, useful for debugging
15722 # configure, is in config.log if it exists.
15725 ac_cs_recheck=false
15728 SHELL=\${CONFIG_SHELL-$SHELL}
15731 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15732 ## -------------------- ##
15733 ## M4sh Initialization. ##
15734 ## -------------------- ##
15736 # Be more Bourne compatible
15737 DUALCASE
=1; export DUALCASE
# for MKS sh
15738 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15741 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15742 # is contrary to our usage. Disable this feature.
15743 alias -g '${1+"$@"}'='"$@"'
15744 setopt NO_GLOB_SUBST
15746 case `(set -o) 2>/dev/null` in #(
15758 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15759 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15760 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15761 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15762 # Prefer a ksh shell builtin over an external printf program on Solaris,
15763 # but without wasting forks for bash or zsh.
15764 if test -z "$BASH_VERSION$ZSH_VERSION" \
15765 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15766 as_echo='print
-r --'
15767 as_echo_n='print
-rn --'
15768 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15769 as_echo='printf %s
\n'
15770 as_echo_n='printf %s
'
15772 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15773 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15774 as_echo_n='/usr
/ucb
/echo -n'
15776 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15777 as_echo_n_body='eval
15781 expr "X$arg" : "X\\(.*\\)$as_nl";
15782 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15784 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15786 export as_echo_n_body
15787 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15789 export as_echo_body
15790 as_echo='sh
-c $as_echo_body as_echo
'
15793 # The user is always right.
15794 if test "${PATH_SEPARATOR+set}" != set; then
15796 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15797 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15804 # We need space, tab and new line, in precisely that order. Quoting is
15805 # there to prevent editors from complaining about space-tab.
15806 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15807 # splitting by setting IFS to empty value.)
15810 # Find who we are. Look in the path if we contain no directory separator.
15813 *[\\/]* ) as_myself=$0 ;;
15814 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15815 for as_dir in $PATH
15818 test -z "$as_dir" && as_dir=.
15819 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15825 # We did not find ourselves, most probably we were run as `sh COMMAND'
15826 # in which case we are not to be found in the path.
15827 if test "x$as_myself" = x
; then
15830 if test ! -f "$as_myself"; then
15831 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15835 # Unset variables that we do not need and which cause bugs (e.g. in
15836 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15837 # suppresses any "Segmentation fault" message there. '((' could
15838 # trigger a bug in pdksh 5.2.14.
15839 for as_var
in BASH_ENV ENV MAIL MAILPATH
15840 do eval test x\
${$as_var+set} = xset \
15841 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15854 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15857 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15858 # ----------------------------------------
15859 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15860 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15861 # script with STATUS, using 1 if that was 0.
15864 as_status
=$1; test $as_status -eq 0 && as_status
=1
15866 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15867 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15869 $as_echo "$as_me: error: $2" >&2
15870 as_fn_exit
$as_status
15874 # as_fn_set_status STATUS
15875 # -----------------------
15876 # Set $? to STATUS, without forking.
15877 as_fn_set_status
()
15880 } # as_fn_set_status
15882 # as_fn_exit STATUS
15883 # -----------------
15884 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15888 as_fn_set_status
$1
15894 # Portably unset VAR.
15897 { eval $1=; unset $1;}
15899 as_unset
=as_fn_unset
15900 # as_fn_append VAR VALUE
15901 # ----------------------
15902 # Append the text in VALUE to the end of the definition contained in VAR. Take
15903 # advantage of any shell optimizations that allow amortized linear growth over
15904 # repeated appends, instead of the typical quadratic growth present in naive
15906 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15907 eval 'as_fn_append ()
15918 # as_fn_arith ARG...
15919 # ------------------
15920 # Perform arithmetic evaluation on the ARGs, and store the result in the
15921 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15922 # must be portable across $(()) and expr.
15923 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15924 eval 'as_fn_arith ()
15931 as_val
=`expr "$@" || test $? -eq 1`
15936 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15937 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15943 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15944 as_basename
=basename
15949 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15955 as_me
=`$as_basename -- "$0" ||
15956 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15957 X"$0" : 'X\(//\)$' \| \
15958 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15960 sed '/^.*\/\([^/][^/]*\)\/*$/{
15974 # Avoid depending upon Character Ranges.
15975 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15976 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15977 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15978 as_cr_digits
='0123456789'
15979 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15981 ECHO_C
= ECHO_N
= ECHO_T
=
15982 case `echo -n x` in #(((((
15984 case `echo 'xy\c'` in
15985 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15987 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15994 rm -f conf$$ conf$$.exe conf$$.
file
15995 if test -d conf$$.dir
; then
15996 rm -f conf$$.dir
/conf$$.
file
15999 mkdir conf$$.dir
2>/dev
/null
16001 if (echo >conf$$.
file) 2>/dev
/null
; then
16002 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
16004 # ... but there are two gotchas:
16005 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16006 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16007 # In both cases, we have to default to `cp -pR'.
16008 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
16010 elif ln conf$$.
file conf$$
2>/dev
/null
; then
16018 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
16019 rmdir conf$$.dir
2>/dev
/null
16024 # Create "$as_dir" as a directory, including parents if necessary.
16029 -*) as_dir
=.
/$as_dir;;
16031 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
16035 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16036 *) as_qdir
=$as_dir;;
16038 as_dirs
="'$as_qdir' $as_dirs"
16039 as_dir
=`$as_dirname -- "$as_dir" ||
16040 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16041 X"$as_dir" : 'X\(//\)[^/]' \| \
16042 X"$as_dir" : 'X\(//\)$' \| \
16043 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16044 $as_echo X"$as_dir" |
16045 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16049 /^X\(\/\/\)[^/].*/{
16062 test -d "$as_dir" && break
16064 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
16065 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
16069 if mkdir
-p .
2>/dev
/null
; then
16070 as_mkdir_p
='mkdir -p "$as_dir"'
16072 test -d .
/-p && rmdir .
/-p
16077 # as_fn_executable_p FILE
16078 # -----------------------
16079 # Test if FILE is an executable regular file.
16080 as_fn_executable_p
()
16082 test -f "$1" && test -x "$1"
16083 } # as_fn_executable_p
16084 as_test_x
='test -x'
16085 as_executable_p
=as_fn_executable_p
16087 # Sed expression to map a string onto a valid CPP name.
16088 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16090 # Sed expression to map a string onto a valid variable name.
16091 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16095 ## ----------------------------------- ##
16096 ## Main body of $CONFIG_STATUS script. ##
16097 ## ----------------------------------- ##
16099 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
16101 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16102 # Save the log message, to keep $0 and so on meaningful, and to
16103 # report actual input values of CONFIG_FILES etc. instead of their
16104 # values after options handling.
16106 This file was extended by bfd $as_me 2.40.50, which was
16107 generated by GNU Autoconf 2.69. Invocation command line was
16109 CONFIG_FILES = $CONFIG_FILES
16110 CONFIG_HEADERS = $CONFIG_HEADERS
16111 CONFIG_LINKS = $CONFIG_LINKS
16112 CONFIG_COMMANDS = $CONFIG_COMMANDS
16115 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16120 case $ac_config_files in *"
16121 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
16124 case $ac_config_headers in *"
16125 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
16129 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16130 # Files that config.status was made for.
16131 config_files="$ac_config_files"
16132 config_headers="$ac_config_headers"
16133 config_commands="$ac_config_commands"
16137 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16139 \`$as_me' instantiates files and other configuration actions
16140 from templates according to the current configuration. Unless the files
16141 and actions are specified as TAGs, all are instantiated by default.
16143 Usage: $0 [OPTION]... [TAG]...
16145 -h, --help print this help, then exit
16146 -V, --version print version number and configuration settings, then exit
16147 --config print configuration, then exit
16148 -q, --quiet, --silent
16149 do not print progress messages
16150 -d, --debug don't remove temporary files
16151 --recheck update $as_me by reconfiguring in the same conditions
16152 --file=FILE[:TEMPLATE]
16153 instantiate the configuration file FILE
16154 --header=FILE[:TEMPLATE]
16155 instantiate the configuration header FILE
16157 Configuration files:
16160 Configuration headers:
16163 Configuration commands:
16166 Report bugs to the package provider."
16169 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16170 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16172 bfd config.status 2.40.50
16173 configured by $0, generated by GNU Autoconf 2.69,
16174 with options \\"\$ac_cs_config\\"
16176 Copyright (C) 2012 Free Software Foundation, Inc.
16177 This config.status script is free software; the Free Software Foundation
16178 gives unlimited permission to copy, distribute and modify it."
16185 test -n "\$AWK" || AWK=awk
16188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16189 # The default lists apply if the user does not specify any file.
16195 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16196 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
16200 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16212 # Handling of the options.
16213 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
16215 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
16216 $as_echo "$ac_cs_version"; exit ;;
16217 --config |
--confi |
--conf |
--con |
--co |
--c )
16218 $as_echo "$ac_cs_config"; exit ;;
16219 --debug |
--debu |
--deb |
--de |
--d |
-d )
16221 --file |
--fil |
--fi |
--f )
16224 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16225 '') as_fn_error $?
"missing file argument" ;;
16227 as_fn_append CONFIG_FILES
" '$ac_optarg'"
16228 ac_need_defaults
=false
;;
16229 --header |
--heade |
--head |
--hea )
16232 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16234 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
16235 ac_need_defaults
=false
;;
16237 # Conflict between --help and --header
16238 as_fn_error $?
"ambiguous option: \`$1'
16239 Try \`$0 --help' for more information.";;
16240 --help |
--hel |
-h )
16241 $as_echo "$ac_cs_usage"; exit ;;
16242 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
16243 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
16246 # This is an error.
16247 -*) as_fn_error $?
"unrecognized option: \`$1'
16248 Try \`$0 --help' for more information." ;;
16250 *) as_fn_append ac_config_targets
" $1"
16251 ac_need_defaults
=false
;;
16257 ac_configure_extra_args
=
16259 if $ac_cs_silent; then
16261 ac_configure_extra_args
="$ac_configure_extra_args --silent"
16265 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16266 if \$ac_cs_recheck; then
16267 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16269 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16270 CONFIG_SHELL='$SHELL'
16271 export CONFIG_SHELL
16276 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16280 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16281 ## Running $as_me. ##
16287 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16291 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16294 # The HP-UX ksh and POSIX shell print the target directory to stdout
16295 # if CDPATH is set.
16296 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16298 sed_quote_subst='$sed_quote_subst'
16299 double_quote_subst='$double_quote_subst'
16300 delay_variable_subst='$delay_variable_subst'
16301 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16302 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16303 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16304 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16305 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16306 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16307 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16308 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16309 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16310 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16311 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16312 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16313 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16314 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16315 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16316 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16317 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16318 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16319 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16320 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16321 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16322 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16323 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16324 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16325 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16326 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16327 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16328 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16329 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16330 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16331 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16332 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16333 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16334 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16335 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16336 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16337 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16338 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16339 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16340 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16341 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16342 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16343 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16344 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16345 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16346 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16347 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16348 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16349 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"`'
16350 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16351 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16352 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16353 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16354 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16355 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16356 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16357 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16358 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16359 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16360 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16361 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16362 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16363 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16364 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16365 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16366 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16367 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16368 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16369 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16370 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16371 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16372 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16373 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16374 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16375 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16376 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16377 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16378 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16379 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16380 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16381 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16382 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16383 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16384 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16385 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16386 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16387 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16388 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16389 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16390 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16391 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16392 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16393 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16394 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16395 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16396 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16397 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16398 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16399 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16400 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16401 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16402 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16403 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16404 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16405 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16406 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16407 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16408 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16409 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16410 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16411 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16412 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16413 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16414 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16415 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16416 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16417 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16418 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16419 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16420 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16423 LTCFLAGS='$LTCFLAGS'
16424 compiler='$compiler_DEFAULT'
16426 # A function that is used when there is no print builtin or printf.
16427 func_fallback_echo ()
16429 eval 'cat <<_LTECHO_EOF
16434 # Quote evaled strings.
16448 deplibs_check_method \
16457 lt_cv_sys_global_symbol_pipe \
16458 lt_cv_sys_global_symbol_to_cdecl \
16459 lt_cv_sys_global_symbol_to_c_name_address \
16460 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16461 lt_prog_compiler_no_builtin_flag \
16462 lt_prog_compiler_wl \
16463 lt_prog_compiler_pic \
16464 lt_prog_compiler_static \
16465 lt_cv_prog_compiler_c_o \
16473 export_dynamic_flag_spec \
16474 whole_archive_flag_spec \
16475 compiler_needs_object \
16477 allow_undefined_flag \
16478 no_undefined_flag \
16479 hardcode_libdir_flag_spec \
16480 hardcode_libdir_flag_spec_ld \
16481 hardcode_libdir_separator \
16486 variables_saved_for_relink \
16488 library_names_spec \
16490 install_override_mode \
16494 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16495 *[\\\\\\\`\\"\\\$]*)
16496 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16499 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16504 # Double-quote double-evaled strings.
16505 for var in reload_cmds \
16506 old_postinstall_cmds \
16507 old_postuninstall_cmds \
16509 extract_expsyms_cmds \
16510 old_archive_from_new_cmds \
16511 old_archive_from_expsyms_cmds \
16513 archive_expsym_cmds \
16515 module_expsym_cmds \
16516 export_symbols_cmds \
16519 postuninstall_cmds \
16521 sys_lib_search_path_spec \
16522 sys_lib_dlsearch_path_spec; do
16523 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16524 *[\\\\\\\`\\"\\\$]*)
16525 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16528 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16533 ac_aux_dir='$ac_aux_dir'
16534 xsi_shell='$xsi_shell'
16535 lt_shell_append='$lt_shell_append'
16537 # See if we are running on zsh, and set the options which allow our
16538 # commands through without removal of \ escapes INIT.
16539 if test -n "\${ZSH_VERSION+set}" ; then
16540 setopt NO_GLOB_SUBST
16546 TIMESTAMP='$TIMESTAMP'
16552 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16553 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16555 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16556 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16557 LINGUAS="${LINGUAS-%UNSET%}"
16563 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16565 # Handling of arguments.
16566 for ac_config_target
in $ac_config_targets
16568 case $ac_config_target in
16569 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16570 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16571 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
16572 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16573 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16574 "bfd-in3.h") CONFIG_FILES
="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16575 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16576 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
16578 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16583 # If the user did not use the arguments to specify the items to instantiate,
16584 # then the envvar interface is used. Set only those that are not.
16585 # We use the long form for the default assignment because of an extremely
16586 # bizarre bug on SunOS 4.1.3.
16587 if $ac_need_defaults; then
16588 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16589 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16590 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16593 # Have a temporary directory for convenience. Make it in the build tree
16594 # simply because there is no reason against having it here, and in addition,
16595 # creating and moving files from /tmp can sometimes cause problems.
16596 # Hook for its removal unless debugging.
16597 # Note that there is a small window in which the directory will not be cleaned:
16598 # after its creation but before its name has been assigned to `$tmp'.
16602 trap 'exit_status=$?
16603 : "${ac_tmp:=$tmp}"
16604 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16606 trap 'as_fn_exit 1' 1 2 13 15
16608 # Create a (secure) tmp directory for tmp files.
16611 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16615 tmp
=.
/conf$$
-$RANDOM
16616 (umask 077 && mkdir
"$tmp")
16617 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16620 # Set up the scripts for CONFIG_FILES section.
16621 # No need to generate them if there are no CONFIG_FILES.
16622 # This happens for instance with `./config.status config.h'.
16623 if test -n "$CONFIG_FILES"; then
16626 ac_cr
=`echo X | tr X '\015'`
16627 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16628 # But we know of no other shell where ac_cr would be empty at this
16629 # point, so we can use a bashism as a fallback.
16630 if test "x$ac_cr" = x
; then
16631 eval ac_cr
=\$
\'\\r
\'
16633 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16634 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16637 ac_cs_awk_cr
=$ac_cr
16640 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16645 echo "cat >conf$$subs.awk <<_ACEOF" &&
16646 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16648 } >conf$$subs.sh ||
16649 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16650 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16652 for ac_last_try in false false false false false :; do
16653 . ./conf$$subs.sh ||
16654 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16656 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16657 if test $ac_delim_n = $ac_delim_num; then
16659 elif $ac_last_try; then
16660 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16662 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16665 rm -f conf$$subs.sh
16667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16668 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16672 s/^/S["/; s
/!.
*/"]=/
16682 s/\(.\{148\}\)..*/\1/
16684 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16689 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16696 s/\(.\{148\}\)..*/\1/
16698 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16702 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16707 ' <conf$$subs.awk | sed '
16712 ' >>$CONFIG_STATUS || ac_write_fail=1
16713 rm -f conf$$subs.awk
16714 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16716 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16717 for (key in S) S_is_set[key] = 1
16723 nfields = split(line, field, "@
")
16725 len = length(field[1])
16726 for (i = 2; i < nfields; i++) {
16728 keylen = length(key)
16729 if (S_is_set[key]) {
16731 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16732 len += length(value) + length(field[++i])
16743 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16744 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16745 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16748 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16749 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16752 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16753 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16754 # trailing colons and then remove the whole line if VPATH becomes empty
16755 # (actually we leave an empty line to preserve line numbers).
16756 if test "x
$srcdir" = x.; then
16757 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16775 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16776 fi # test -n "$CONFIG_FILES"
16778 # Set up the scripts for CONFIG_HEADERS section.
16779 # No need to generate them if there are no CONFIG_HEADERS.
16780 # This happens for instance with `./config.status Makefile'.
16781 if test -n "$CONFIG_HEADERS"; then
16782 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
16786 # Transform confdefs.h into an awk script `defines.awk', embedded as
16787 # here-document in config.status, that substitutes the proper values into
16788 # config.h.in to produce config.h.
16790 # Create a delimiter string that does not exist in confdefs.h, to ease
16791 # handling of long lines.
16793 for ac_last_try in false false :; do
16794 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
16795 if test -z "$ac_tt"; then
16797 elif $ac_last_try; then
16798 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
16800 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16804 # For the awk script, D is an array of macro values keyed by name,
16805 # likewise P contains macro parameters if any. Preserve backslash
16806 # newline sequences.
16808 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16810 s/.\{148\}/&'"$ac_delim"'/g
16813 s/^[ ]*#[ ]*define[ ][ ]*/ /
16820 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
16822 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
16826 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
16827 D["\
1"]=" \
3\\\\\\n
"\\/p
16829 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
16834 s/.\{148\}/&'"$ac_delim"'/g
16839 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
16842 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
16844 ' <confdefs.h | sed '
16845 s/'"$ac_delim"'/"\\\
16846 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16848 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16849 for (key in D) D_is_set[key] = 1
16852 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16854 split(line, arg, " ")
16855 if (arg[1] == "#") {
16859 defundef
= substr
(arg
[1], 2)
16862 split(mac1
, mac2
, "(") #)
16864 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
16865 if (D_is_set
[macro
]) {
16866 # Preserve the white space surrounding the "#".
16867 print prefix
"define", macro P
[macro
] D
[macro
]
16870 # Replace #undef with comments. This is necessary, for example,
16871 # in the case of _POSIX_SOURCE, which is predefined and required
16872 # on some systems where configure will not decide to define it.
16873 if (defundef
== "undef") {
16874 print
"/*", prefix defundef
, macro
, "*/"
16882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16883 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
16884 fi # test -n "$CONFIG_HEADERS"
16887 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16892 :[FHLC
]) ac_mode
=$ac_tag; continue;;
16894 case $ac_mode$ac_tag in
16896 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
16897 :[FH
]-) ac_tag
=-:-;;
16898 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
16915 -) ac_f
="$ac_tmp/stdin";;
16916 *) # Look for the file first in the build tree, then in the source tree
16917 # (if the path is not absolute). The absolute path cannot be DOS-style,
16918 # because $ac_f cannot contain `:'.
16922 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
16924 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16926 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16927 as_fn_append ac_file_inputs
" '$ac_f'"
16930 # Let's still pretend it is `configure' which instantiates (i.e., don't
16931 # use $as_me), people would be surprised to read:
16932 # /* config.h. Generated by config.status. */
16933 configure_input
='Generated from '`
16934 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16936 if test x
"$ac_file" != x-
; then
16937 configure_input
="$ac_file. $configure_input"
16938 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16939 $as_echo "$as_me: creating $ac_file" >&6;}
16941 # Neutralize special characters interpreted by sed in replacement strings.
16942 case $configure_input in #(
16943 *\
&* |
*\|
* |
*\\* )
16944 ac_sed_conf_input
=`$as_echo "$configure_input" |
16945 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16946 *) ac_sed_conf_input
=$configure_input;;
16950 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
16951 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
16956 ac_dir
=`$as_dirname -- "$ac_file" ||
16957 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16958 X"$ac_file" : 'X\(//\)[^/]' \| \
16959 X"$ac_file" : 'X\(//\)$' \| \
16960 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16961 $as_echo X"$ac_file" |
16962 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16966 /^X\(\/\/\)[^/].*/{
16979 as_dir
="$ac_dir"; as_fn_mkdir_p
16983 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16985 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16986 # A ".." for each directory in $ac_dir_suffix.
16987 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16988 case $ac_top_builddir_sub in
16989 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16990 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
16993 ac_abs_top_builddir
=$ac_pwd
16994 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
16995 # for backward compatibility:
16996 ac_top_builddir
=$ac_top_build_prefix
16999 .
) # We are building in place.
17001 ac_top_srcdir
=$ac_top_builddir_sub
17002 ac_abs_top_srcdir
=$ac_pwd ;;
17003 [\\/]* | ?
:[\\/]* ) # Absolute name.
17004 ac_srcdir
=$srcdir$ac_dir_suffix;
17005 ac_top_srcdir
=$srcdir
17006 ac_abs_top_srcdir
=$srcdir ;;
17007 *) # Relative name.
17008 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
17009 ac_top_srcdir
=$ac_top_build_prefix$srcdir
17010 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
17012 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
17022 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17023 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
17025 ac_MKDIR_P
=$MKDIR_P
17027 [\\/$
]* | ?
:[\\/]* ) ;;
17028 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
17032 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17033 # If the template does not know about datarootdir, expand it.
17034 # FIXME: This hack should be removed a few years after 2.60.
17035 ac_datarootdir_hack
=; ac_datarootdir_seen
=
17046 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17047 *datarootdir
*) ac_datarootdir_seen
=yes;;
17048 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
17049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17050 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17052 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17053 ac_datarootdir_hack='
17054 s&@datadir@&$datadir&g
17055 s&@docdir@&$docdir&g
17056 s&@infodir@&$infodir&g
17057 s&@localedir@&$localedir&g
17058 s&@mandir@&$mandir&g
17059 s&\\\${datarootdir}&$datarootdir&g' ;;
17063 # Neutralize VPATH when `$srcdir' = `.'.
17064 # Shell code in configure.ac might set extrasub.
17065 # FIXME: do we really want to maintain this feature?
17066 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17067 ac_sed_extra="$ac_vpsub
17070 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17072 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17073 s|@configure_input@|
$ac_sed_conf_input|
;t t
17074 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
17075 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
17076 s
&@srcdir@
&$ac_srcdir&;t t
17077 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
17078 s
&@top_srcdir@
&$ac_top_srcdir&;t t
17079 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
17080 s
&@builddir@
&$ac_builddir&;t t
17081 s
&@abs_builddir@
&$ac_abs_builddir&;t t
17082 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
17083 s
&@INSTALL@
&$ac_INSTALL&;t t
17084 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
17085 $ac_datarootdir_hack
17087 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
17088 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
17090 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17091 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
17092 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17093 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
17094 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
17095 which seems to be undefined. Please make sure it is defined" >&5
17096 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
17097 which seems to be undefined. Please make sure it is defined" >&2;}
17099 rm -f "$ac_tmp/stdin"
17101 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17102 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17104 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17110 if test x"$ac_file" != x-; then
17112 $as_echo "/* $configure_input */" \
17113 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17114 } >"$ac_tmp/config.h" \
17115 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17116 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17117 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17118 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17121 mv "$ac_tmp/config.h" "$ac_file" \
17122 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17125 $as_echo "/* $configure_input */" \
17126 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17127 || as_fn_error $? "could not create -" "$LINENO" 5
17129 # Compute "$ac_file"'s index
in $config_headers.
17132 for _am_header
in $config_headers :; do
17133 case $_am_header in
17134 $_am_arg |
$_am_arg:* )
17137 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
17140 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17141 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17142 X"$_am_arg" : 'X\(//\)[^/]' \| \
17143 X"$_am_arg" : 'X\(//\)$' \| \
17144 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17145 $as_echo X"$_am_arg" |
17146 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17150 /^X\(\/\/\)[^/].*/{
17162 s/.*/./; q'`/stamp-h
$_am_stamp_count
17165 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17166 $as_echo "$as_me: executing $ac_file commands" >&6;}
17171 case $ac_file$ac_mode in
17172 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
17173 # Older Autoconf quotes --file arguments for eval, but not when files
17174 # are listed without --file. Let's play safe and only enable the eval
17175 # if we detect the quoting.
17176 case $CONFIG_FILES in
17177 *\'*) eval set x
"$CONFIG_FILES" ;;
17178 *) set x
$CONFIG_FILES ;;
17183 # Strip MF so we end up with the name of the file.
17184 mf
=`echo "$mf" | sed -e 's/:.*$//'`
17185 # Check whether this is an Automake generated Makefile or not.
17186 # We used to match only the files named 'Makefile.in', but
17187 # some people rename them; so instead we look at the file content.
17188 # Grep'ing the first line is not enough: some people post-process
17189 # each Makefile.in and add a new line on top of each file to say so.
17190 # Grep'ing the whole file is not good either: AIX grep has a line
17191 # limit of 2048, but all sed's we know have understand at least 4000.
17192 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
17193 dirpart
=`$as_dirname -- "$mf" ||
17194 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17195 X"$mf" : 'X\(//\)[^/]' \| \
17196 X"$mf" : 'X\(//\)$' \| \
17197 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17199 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17203 /^X\(\/\/\)[^/].*/{
17219 # Extract the definition of DEPDIR, am__include, and am__quote
17220 # from the Makefile without running 'make'.
17221 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
17222 test -z "$DEPDIR" && continue
17223 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
17224 test -z "$am__include" && continue
17225 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
17226 # Find all dependency output files, they are included files with
17227 # $(DEPDIR) in their names. We invoke sed twice because it is the
17228 # simplest approach to changing $(DEPDIR) to its actual value in the
17230 for file in `sed -n "
17231 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17232 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17233 # Make sure the directory exists.
17234 test -f "$dirpart/$file" && continue
17235 fdir
=`$as_dirname -- "$file" ||
17236 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17237 X"$file" : 'X\(//\)[^/]' \| \
17238 X"$file" : 'X\(//\)$' \| \
17239 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17240 $as_echo X"$file" |
17241 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17245 /^X\(\/\/\)[^/].*/{
17258 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
17259 # echo "creating $dirpart/$file"
17260 echo '# dummy' > "$dirpart/$file"
17267 # See if we are running on zsh, and set the options which allow our
17268 # commands through without removal of \ escapes.
17269 if test -n "${ZSH_VERSION+set}" ; then
17270 setopt NO_GLOB_SUBST
17273 cfgfile
="${ofile}T"
17274 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17277 cat <<_LT_EOF >> "$cfgfile"
17280 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17281 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17282 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17283 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17285 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17286 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17287 # Written by Gordon Matzigkeit, 1996
17289 # This file is part of GNU Libtool.
17291 # GNU Libtool is free software; you can redistribute it and/or
17292 # modify it under the terms of the GNU General Public License as
17293 # published by the Free Software Foundation; either version 2 of
17294 # the License, or (at your option) any later version.
17296 # As a special exception to the GNU General Public License,
17297 # if you distribute this file as part of a program or library that
17298 # is built using GNU Libtool, you may include this file under the
17299 # same distribution terms that you use for the rest of that program.
17301 # GNU Libtool is distributed in the hope that it will be useful,
17302 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17303 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17304 # GNU General Public License for more details.
17306 # You should have received a copy of the GNU General Public License
17307 # along with GNU Libtool; see the file COPYING. If not, a copy
17308 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17309 # obtained by writing to the Free Software Foundation, Inc.,
17310 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17313 # The names of the tagged configurations supported by this script.
17316 # ### BEGIN LIBTOOL CONFIG
17318 # Whether or not to build shared libraries.
17319 build_libtool_libs=$enable_shared
17321 # Which release of libtool.m4 was used?
17322 macro_version=$macro_version
17323 macro_revision=$macro_revision
17325 # Whether or not to build static libraries.
17326 build_old_libs=$enable_static
17328 # What type of objects to build.
17331 # Whether or not to optimize for fast installation.
17332 fast_install=$enable_fast_install
17334 # Shell to use when invoking shell scripts.
17337 # An echo program that protects backslashes.
17341 host_alias=$host_alias
17345 # The build system.
17346 build_alias=$build_alias
17350 # A sed program that does not truncate output.
17353 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17354 Xsed="\$SED -e 1s/^X//"
17356 # A grep program that handles long lines.
17362 # A literal string matcher.
17365 # A BSD- or MS-compatible name lister.
17368 # Whether we need soft or hard links.
17371 # What is the maximum length of a command?
17372 max_cmd_len=$max_cmd_len
17374 # Object file suffix (normally "o").
17377 # Executable file suffix (normally "").
17380 # whether the shell understands "unset".
17383 # turn spaces into newlines.
17386 # turn newlines into spaces.
17389 # An object symbol dumper.
17390 OBJDUMP=$lt_OBJDUMP
17392 # Method to check whether dependent libraries are shared objects.
17393 deplibs_check_method=$lt_deplibs_check_method
17395 # Command to use when deplibs_check_method == "file_magic".
17396 file_magic_cmd=$lt_file_magic_cmd
17400 AR_FLAGS=$lt_AR_FLAGS
17402 # A symbol stripping program.
17405 # Commands used to install an old-style archive.
17407 old_postinstall_cmds=$lt_old_postinstall_cmds
17408 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17410 # Whether to use a lock for old archive extraction.
17411 lock_old_archive_extraction=$lock_old_archive_extraction
17416 # LTCC compiler flags.
17417 LTCFLAGS=$lt_CFLAGS
17419 # Take the output of nm and produce a listing of raw symbols and C names.
17420 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17422 # Transform the output of nm in a proper C declaration.
17423 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17425 # Transform the output of nm in a C name address pair.
17426 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17428 # Transform the output of nm in a C name address pair when lib prefix is needed.
17429 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17431 # The name of the directory that contains temporary libtool files.
17434 # Used to examine libraries when file_magic_cmd begins with "file".
17435 MAGIC_CMD=$MAGIC_CMD
17437 # Must we lock files when doing compilation?
17438 need_locks=$lt_need_locks
17440 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17441 DSYMUTIL=$lt_DSYMUTIL
17443 # Tool to change global to local symbols on Mac OS X.
17446 # Tool to manipulate fat objects and archives on Mac OS X.
17449 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17452 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17453 OTOOL64=$lt_OTOOL64
17455 # Old archive suffix (normally "a").
17458 # Shared library suffix (normally ".so").
17459 shrext_cmds=$lt_shrext_cmds
17461 # The commands to extract the exported symbol list from a shared archive.
17462 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17464 # Variables whose values should be saved in libtool wrapper scripts and
17465 # restored at link time.
17466 variables_saved_for_relink=$lt_variables_saved_for_relink
17468 # Do we need the "lib" prefix for modules?
17469 need_lib_prefix=$need_lib_prefix
17471 # Do we need a version for libraries?
17472 need_version=$need_version
17474 # Library versioning type.
17475 version_type=$version_type
17477 # Shared library runtime path variable.
17478 runpath_var=$runpath_var
17480 # Shared library path variable.
17481 shlibpath_var=$shlibpath_var
17483 # Is shlibpath searched before the hard-coded library search path?
17484 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17486 # Format of library name prefix.
17487 libname_spec=$lt_libname_spec
17489 # List of archive names. First name is the real one, the rest are links.
17490 # The last name is the one that the linker finds with -lNAME
17491 library_names_spec=$lt_library_names_spec
17493 # The coded name of the library, if different from the real name.
17494 soname_spec=$lt_soname_spec
17496 # Permission mode override for installation of shared libraries.
17497 install_override_mode=$lt_install_override_mode
17499 # Command to use after installation of a shared archive.
17500 postinstall_cmds=$lt_postinstall_cmds
17502 # Command to use after uninstallation of a shared archive.
17503 postuninstall_cmds=$lt_postuninstall_cmds
17505 # Commands used to finish a libtool library installation in a directory.
17506 finish_cmds=$lt_finish_cmds
17508 # As "finish_cmds", except a single script fragment to be evaled but
17510 finish_eval=$lt_finish_eval
17512 # Whether we should hardcode library paths into libraries.
17513 hardcode_into_libs=$hardcode_into_libs
17515 # Compile-time system search path for libraries.
17516 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17518 # Run-time system search path for libraries.
17519 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17521 # Whether dlopen is supported.
17522 dlopen_support=$enable_dlopen
17524 # Whether dlopen of programs is supported.
17525 dlopen_self=$enable_dlopen_self
17527 # Whether dlopen of statically linked programs is supported.
17528 dlopen_self_static=$enable_dlopen_self_static
17530 # Commands to strip libraries.
17531 old_striplib=$lt_old_striplib
17532 striplib=$lt_striplib
17535 # The linker used to build libraries.
17538 # How to create reloadable object files.
17539 reload_flag=$lt_reload_flag
17540 reload_cmds=$lt_reload_cmds
17542 # Commands used to build an old-style archive.
17543 old_archive_cmds=$lt_old_archive_cmds
17545 # A language specific compiler.
17548 # Is the compiler the GNU compiler?
17551 # Compiler flag to turn off builtin functions.
17552 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17554 # How to pass a linker flag through the compiler.
17555 wl=$lt_lt_prog_compiler_wl
17557 # Additional compiler flags for building library objects.
17558 pic_flag=$lt_lt_prog_compiler_pic
17560 # Compiler flag to prevent dynamic linking.
17561 link_static_flag=$lt_lt_prog_compiler_static
17563 # Does compiler simultaneously support -c and -o options?
17564 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17566 # Whether or not to add -lc for building shared libraries.
17567 build_libtool_need_lc=$archive_cmds_need_lc
17569 # Whether or not to disallow shared libs when runtime libs are static.
17570 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17572 # Compiler flag to allow reflexive dlopens.
17573 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17575 # Compiler flag to generate shared objects directly from archives.
17576 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17578 # Whether the compiler copes with passing no objects directly.
17579 compiler_needs_object=$lt_compiler_needs_object
17581 # Create an old-style archive from a shared archive.
17582 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17584 # Create a temporary old-style archive to link instead of a shared archive.
17585 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17587 # Commands used to build a shared archive.
17588 archive_cmds=$lt_archive_cmds
17589 archive_expsym_cmds=$lt_archive_expsym_cmds
17591 # Commands used to build a loadable module if different from building
17592 # a shared archive.
17593 module_cmds=$lt_module_cmds
17594 module_expsym_cmds=$lt_module_expsym_cmds
17596 # Whether we are building with GNU ld or not.
17597 with_gnu_ld=$lt_with_gnu_ld
17599 # Flag that allows shared libraries with undefined symbols to be built.
17600 allow_undefined_flag=$lt_allow_undefined_flag
17602 # Flag that enforces no undefined symbols.
17603 no_undefined_flag=$lt_no_undefined_flag
17605 # Flag to hardcode \$libdir into a binary during linking.
17606 # This must work even if \$libdir does not exist
17607 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17609 # If ld is used when linking, flag to hardcode \$libdir into a binary
17610 # during linking. This must work even if \$libdir does not exist.
17611 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17613 # Whether we need a single "-rpath" flag with a separated argument.
17614 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17616 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17617 # DIR into the resulting binary.
17618 hardcode_direct=$hardcode_direct
17620 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17621 # DIR into the resulting binary and the resulting library dependency is
17622 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17623 # library is relocated.
17624 hardcode_direct_absolute=$hardcode_direct_absolute
17626 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17627 # into the resulting binary.
17628 hardcode_minus_L=$hardcode_minus_L
17630 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17631 # into the resulting binary.
17632 hardcode_shlibpath_var=$hardcode_shlibpath_var
17634 # Set to "yes" if building a shared library automatically hardcodes DIR
17635 # into the library and all subsequent libraries and executables linked
17637 hardcode_automatic=$hardcode_automatic
17639 # Set to yes if linker adds runtime paths of dependent libraries
17640 # to runtime path list.
17641 inherit_rpath=$inherit_rpath
17643 # Whether libtool must link a program against all its dependency libraries.
17644 link_all_deplibs=$link_all_deplibs
17646 # Fix the shell variable \$srcfile for the compiler.
17647 fix_srcfile_path=$lt_fix_srcfile_path
17649 # Set to "yes" if exported symbols are required.
17650 always_export_symbols=$always_export_symbols
17652 # The commands to list exported symbols.
17653 export_symbols_cmds=$lt_export_symbols_cmds
17655 # Symbols that should not be listed in the preloaded symbols.
17656 exclude_expsyms=$lt_exclude_expsyms
17658 # Symbols that must always be exported.
17659 include_expsyms=$lt_include_expsyms
17661 # Commands necessary for linking programs (against libraries) with templates.
17662 prelink_cmds=$lt_prelink_cmds
17664 # Specify filename containing input files.
17665 file_list_spec=$lt_file_list_spec
17667 # How to hardcode a shared library path into an executable.
17668 hardcode_action=$hardcode_action
17670 # ### END LIBTOOL CONFIG
17676 cat <<\_LT_EOF
>> "$cfgfile"
17677 # AIX sometimes has problems with the GCC collect2 program. For some
17678 # reason, if we set the COLLECT_NAMES environment variable, the problems
17679 # vanish in a puff of smoke.
17680 if test "X${COLLECT_NAMES+set}" != Xset
; then
17682 export COLLECT_NAMES
17689 ltmain
="$ac_aux_dir/ltmain.sh"
17692 # We use sed instead of cat because bash on DJGPP gets confused if
17693 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17694 # text mode, it properly converts lines to CR/LF. This bash problem
17695 # is reportedly fixed, but why not run on old versions too?
17696 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17697 ||
(rm -f "$cfgfile"; exit 1)
17701 cat << \_LT_EOF
>> "$cfgfile"
17703 # func_dirname file append nondir_replacement
17704 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17705 # otherwise set result to NONDIR_REPLACEMENT.
17709 */*) func_dirname_result
="${1%/*}${2}" ;;
17710 * ) func_dirname_result
="${3}" ;;
17714 # func_basename file
17717 func_basename_result
="${1##*/}"
17720 # func_dirname_and_basename file append nondir_replacement
17721 # perform func_basename and func_dirname in a single function
17723 # dirname: Compute the dirname of FILE. If nonempty,
17724 # add APPEND to the result, otherwise set result
17725 # to NONDIR_REPLACEMENT.
17726 # value returned in "$func_dirname_result"
17727 # basename: Compute filename of FILE.
17728 # value retuned in "$func_basename_result"
17729 # Implementation must be kept synchronized with func_dirname
17730 # and func_basename. For efficiency, we do not delegate to
17731 # those functions but instead duplicate the functionality here.
17732 func_dirname_and_basename
()
17735 */*) func_dirname_result
="${1%/*}${2}" ;;
17736 * ) func_dirname_result
="${3}" ;;
17738 func_basename_result
="${1##*/}"
17741 # func_stripname prefix suffix name
17742 # strip PREFIX and SUFFIX off of NAME.
17743 # PREFIX and SUFFIX must not contain globbing or regex special
17744 # characters, hashes, percent signs, but SUFFIX may contain a leading
17745 # dot (in which case that matches only a dot).
17748 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17749 # positional parameters, so assign one to ordinary parameter first.
17750 func_stripname_result
=${3}
17751 func_stripname_result
=${func_stripname_result#"${1}"}
17752 func_stripname_result
=${func_stripname_result%"${2}"}
17758 func_opt_split_opt
=${1%%=*}
17759 func_opt_split_arg
=${1#*=}
17766 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17767 *) func_lo2o_result
=${1} ;;
17771 # func_xform libobj-or-source
17774 func_xform_result
=${1%.*}.lo
17777 # func_arith arithmetic-term...
17780 func_arith_result
=$
(( $
* ))
17784 # STRING may not start with a hyphen.
17787 func_len_result
=${#1}
17792 *) # Bourne compatible functions.
17793 cat << \_LT_EOF
>> "$cfgfile"
17795 # func_dirname file append nondir_replacement
17796 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17797 # otherwise set result to NONDIR_REPLACEMENT.
17800 # Extract subdirectory from the argument.
17801 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
17802 if test "X$func_dirname_result" = "X${1}"; then
17803 func_dirname_result
="${3}"
17805 func_dirname_result
="$func_dirname_result${2}"
17809 # func_basename file
17812 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
17816 # func_stripname prefix suffix name
17817 # strip PREFIX and SUFFIX off of NAME.
17818 # PREFIX and SUFFIX must not contain globbing or regex special
17819 # characters, hashes, percent signs, but SUFFIX may contain a leading
17820 # dot (in which case that matches only a dot).
17821 # func_strip_suffix prefix name
17825 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17826 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17831 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17832 my_sed_long_arg
='1s/^-[^=]*=//'
17837 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17838 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17844 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
17847 # func_xform libobj-or-source
17850 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17853 # func_arith arithmetic-term...
17856 func_arith_result
=`expr "$@"`
17860 # STRING may not start with a hyphen.
17863 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17869 case $lt_shell_append in
17871 cat << \_LT_EOF
>> "$cfgfile"
17873 # func_append var value
17874 # Append VALUE to the end of shell variable VAR.
17882 cat << \_LT_EOF
>> "$cfgfile"
17884 # func_append var value
17885 # Append VALUE to the end of shell variable VAR.
17896 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17897 ||
(rm -f "$cfgfile"; exit 1)
17899 mv -f "$cfgfile" "$ofile" ||
17900 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17905 for ac_file
in $CONFIG_FILES; do
17906 # Support "outfile[:infile[:infile...]]"
17908 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17910 # PO directories have a Makefile.in generated from Makefile.in.in.
17911 case "$ac_file" in */Makefile.
in)
17912 # Adjust a relative srcdir.
17913 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17914 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
17915 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17916 # In autoconf-2.13 it is called $ac_given_srcdir.
17917 # In autoconf-2.50 it is called $srcdir.
17918 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
17919 case "$ac_given_srcdir" in
17920 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
17921 /*) top_srcdir
="$ac_given_srcdir" ;;
17922 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17924 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17925 rm -f "$ac_dir/POTFILES"
17926 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
17927 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17928 POMAKEFILEDEPS
="POTFILES.in"
17929 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17930 # on $ac_dir but don't depend on user-specified configuration
17932 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17933 # The LINGUAS file contains the set of available languages.
17934 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17935 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
17937 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17938 # Hide the ALL_LINGUAS assigment from automake.
17939 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17940 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
17942 # The set of available languages was given in configure.ac.
17943 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17945 case "$ac_given_srcdir" in
17947 *) srcdirpre
='$(srcdir)/' ;;
17953 for lang
in $ALL_LINGUAS; do
17954 POFILES
="$POFILES $srcdirpre$lang.po"
17955 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17956 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
17957 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
17959 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17960 # environment variable.
17962 if test -n "$ALL_LINGUAS"; then
17963 for presentlang
in $ALL_LINGUAS; do
17965 if test "%UNSET%" != "$LINGUAS"; then
17966 desiredlanguages
="$LINGUAS"
17968 desiredlanguages
="$ALL_LINGUAS"
17970 for desiredlang
in $desiredlanguages; do
17971 # Use the presentlang catalog if desiredlang is
17972 # a. equal to presentlang, or
17973 # b. a variant of presentlang (because in this case,
17974 # presentlang can be used as a fallback for messages
17975 # which are not translated in the desiredlang catalog).
17976 case "$desiredlang" in
17977 "$presentlang"*) useit
=yes;;
17980 if test $useit = yes; then
17981 INST_LINGUAS
="$INST_LINGUAS $presentlang"
17986 if test -n "$INST_LINGUAS"; then
17987 for lang
in $INST_LINGUAS; do
17988 CATALOGS
="$CATALOGS $lang.gmo"
17991 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
17992 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"
17993 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
17994 if test -f "$f"; then
17996 *.orig |
*.bak |
*~
) ;;
17997 *) cat "$f" >> "$ac_dir/Makefile" ;;
18008 *) srcdirpre
='$(srcdir)/' ;;
18012 for lang
in dummy
$OBSOLETE_ALL_LINGUAS; do
18013 if test $lang != dummy
; then
18014 POFILES
="$POFILES $srcdirpre$lang.po"
18015 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
18018 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18019 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18020 -e "s,@POFILES@,$POFILES," \
18021 -e "s,@GMOFILES@,$GMOFILES," \
18022 po
/Makefile.
in > po
/Makefile
;;
18030 ac_clean_files
=$ac_clean_files_save
18032 test $ac_write_fail = 0 ||
18033 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
18036 # configure is writing to config.log, and then calls config.status.
18037 # config.status does its own redirection, appending to config.log.
18038 # Unfortunately, on DOS this fails, as config.log is still kept open
18039 # by configure, so config.status won't be able to write to it; its
18040 # output is simply discarded. So we exec the FD to /dev/null,
18041 # effectively closing config.log, so it can be properly (re)opened and
18042 # appended to by config.status. When coming back to configure, we
18043 # need to make the FD available again.
18044 if test "$no_create" != yes; then
18046 ac_config_status_args
=
18047 test "$silent" = yes &&
18048 ac_config_status_args
="$ac_config_status_args --quiet"
18050 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18052 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18053 # would make configure fail if this is the last instruction.
18054 $ac_cs_success || as_fn_exit
1
18056 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18057 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18058 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18063 touch config.status.tmp
18064 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
18065 sed '/as_fn_exit 0/i \
18066 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
18067 touch --reference=Makefile Makefile.tmp \
18068 mv Makefile.tmp Makefile \
18069 ' config.status
> config.status.tmp
18070 touch --reference=config.status config.status.tmp
18071 mv config.status.tmp config.status
18072 chmod +x config.status
18073 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
18074 touch --reference=Makefile Makefile.tmp
18075 mv Makefile.tmp Makefile
18077 rm -f config.status.tmp