2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bfd 2.38.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev
/null
; then :
213 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
218 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir
=.
225 for as_base
in sh bash ksh sh5
; do
226 # Try only shells that exist, to save several forks.
227 as_shell
=$as_dir/$as_base
228 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 CONFIG_SHELL
=$as_shell as_have_required
=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
239 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
241 CONFIG_SHELL
=$SHELL as_have_required
=yes
246 if test "x$CONFIG_SHELL" != x
; then :
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
254 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
256 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 if test x
$as_have_required = xno
; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x
${ZSH_VERSION+set} = xset
; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
284 SHELL
=${CONFIG_SHELL-/bin/sh}
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE
= GREP_OPTIONS
=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir
=.
/$as_dir;;
329 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
333 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 as_dirs
="'$as_qdir' $as_dirs"
337 as_dir
=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
363 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p
()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
382 eval 'as_fn_append ()
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
406 as_val
=`expr "$@" || test $? -eq 1`
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
418 as_status
=$1; test $as_status -eq 0 && as_status
=1
420 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit
$as_status
427 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
434 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
446 as_me
=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
465 # Avoid depending upon Character Ranges.
466 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits
='0123456789'
470 as_cr_alnum
=$as_cr_Letters$as_cr_digits
473 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
474 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 chmod +x
"$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec
=no
; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
504 # Exit status is that of the last command.
508 ECHO_C
= ECHO_N
= ECHO_T
=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
521 rm -f conf$$ conf$$.exe conf$$.
file
522 if test -d conf$$.dir
; then
523 rm -f conf$$.dir
/conf$$.
file
526 mkdir conf$$.dir
2>/dev
/null
528 if (echo >conf$$.
file) 2>/dev
/null
; then
529 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
537 elif ln conf$$.
file conf$$
2>/dev
/null
; then
545 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
546 rmdir conf$$.dir
2>/dev
/null
548 if mkdir
-p .
2>/dev
/null
; then
549 as_mkdir_p
='mkdir -p "$as_dir"'
551 test -d .
/-p && rmdir .
/-p
556 as_executable_p
=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL
=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
578 ac_default_prefix
=/usr
/local
580 ac_config_libobj_dir
=.
587 # Identity of this package.
589 PACKAGE_TARNAME
='bfd'
590 PACKAGE_VERSION
='2.38'
591 PACKAGE_STRING
='bfd 2.38'
595 ac_unique_file
="libbfd.c"
596 # Factoring default headers for most tests.
597 ac_includes_default
="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
633 ac_subst_vars
='am__EXEEXT_FALSE
645 bfd_default_target_size
662 BFD_HOST_64_BIT_DEFINED
663 BFD_HOST_64BIT_LONG_LONG
690 MAINTAINER_MODE_FALSE
694 WARN_CFLAGS_FOR_BUILD
700 ENABLE_BFD_64_BIT_FALSE
701 ENABLE_BFD_64_BIT_TRUE
753 INSTALL_STRIP_PROGRAM
807 program_transform_name
820 enable_option_checking
823 enable_dependency_tracking
834 enable_64_bit_archive
838 enable_leading_mingw64_underscores
839 with_separate_debug_dir
843 enable_build_warnings
844 enable_maintainer_mode
845 enable_install_libbfd
849 ac_precious_vars
='build_alias
860 # Initialize some variables set by options.
862 ac_init_version
=false
863 ac_unrecognized_opts
=
865 # The variables have the same names as the options, with
866 # dashes changed to underlines.
874 program_transform_name
=s
,x
,x
,
882 # Installation directory options.
883 # These are left unexpanded so users can "make install exec_prefix=/foo"
884 # and all the variables that are supposed to be based on exec_prefix
885 # by default will actually change.
886 # Use braces instead of parens because sh, perl, etc. also accept them.
887 # (The list follows the same order as the GNU Coding Standards.)
888 bindir
='${exec_prefix}/bin'
889 sbindir
='${exec_prefix}/sbin'
890 libexecdir
='${exec_prefix}/libexec'
891 datarootdir
='${prefix}/share'
892 datadir
='${datarootdir}'
893 sysconfdir
='${prefix}/etc'
894 sharedstatedir
='${prefix}/com'
895 localstatedir
='${prefix}/var'
896 includedir
='${prefix}/include'
897 oldincludedir
='/usr/include'
898 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
899 infodir
='${datarootdir}/info'
904 libdir
='${exec_prefix}/lib'
905 localedir
='${datarootdir}/locale'
906 mandir
='${datarootdir}/man'
912 # If the previous option needs an argument, assign it.
913 if test -n "$ac_prev"; then
914 eval $ac_prev=\
$ac_option
920 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
925 # Accept the important Cygnus configure options, so we can diagnose typos.
927 case $ac_dashdash$ac_option in
931 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
933 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
936 -build |
--build |
--buil |
--bui |
--bu)
937 ac_prev
=build_alias
;;
938 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
939 build_alias
=$ac_optarg ;;
941 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
942 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
943 ac_prev
=cache_file
;;
944 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
945 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
946 cache_file
=$ac_optarg ;;
949 cache_file
=config.cache
;;
951 -datadir |
--datadir |
--datadi |
--datad)
953 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
954 datadir
=$ac_optarg ;;
956 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
957 |
--dataroo |
--dataro |
--datar)
958 ac_prev
=datarootdir
;;
959 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
960 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
961 datarootdir
=$ac_optarg ;;
963 -disable-* |
--disable-*)
964 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
967 as_fn_error $?
"invalid feature name: $ac_useropt"
968 ac_useropt_orig
=$ac_useropt
969 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
974 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
975 ac_unrecognized_sep
=', ';;
977 eval enable_
$ac_useropt=no
;;
979 -docdir |
--docdir |
--docdi |
--doc |
--do)
981 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
984 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
986 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
989 -enable-* |
--enable-*)
990 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
991 # Reject names that are not valid shell variable names.
992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
993 as_fn_error $?
"invalid feature name: $ac_useropt"
994 ac_useropt_orig
=$ac_useropt
995 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
996 case $ac_user_opts in
1000 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1001 ac_unrecognized_sep
=', ';;
1003 eval enable_
$ac_useropt=\
$ac_optarg ;;
1005 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1006 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1007 |
--exec |
--exe |
--ex)
1008 ac_prev
=exec_prefix
;;
1009 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1010 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1011 |
--exec=* |
--exe=* |
--ex=*)
1012 exec_prefix
=$ac_optarg ;;
1014 -gas |
--gas |
--ga |
--g)
1015 # Obsolete; use --with-gas.
1018 -help |
--help |
--hel |
--he |
-h)
1019 ac_init_help
=long
;;
1020 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1021 ac_init_help
=recursive
;;
1022 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1023 ac_init_help
=short
;;
1025 -host |
--host |
--hos |
--ho)
1026 ac_prev
=host_alias
;;
1027 -host=* |
--host=* |
--hos=* |
--ho=*)
1028 host_alias
=$ac_optarg ;;
1030 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1032 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1034 htmldir
=$ac_optarg ;;
1036 -includedir |
--includedir |
--includedi |
--included |
--include \
1037 |
--includ |
--inclu |
--incl |
--inc)
1038 ac_prev
=includedir
;;
1039 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1040 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1041 includedir
=$ac_optarg ;;
1043 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1045 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1046 infodir
=$ac_optarg ;;
1048 -libdir |
--libdir |
--libdi |
--libd)
1050 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1051 libdir
=$ac_optarg ;;
1053 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1054 |
--libexe |
--libex |
--libe)
1055 ac_prev
=libexecdir
;;
1056 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1057 |
--libexe=* |
--libex=* |
--libe=*)
1058 libexecdir
=$ac_optarg ;;
1060 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1061 ac_prev
=localedir
;;
1062 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1063 localedir
=$ac_optarg ;;
1065 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1066 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1067 ac_prev
=localstatedir
;;
1068 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1069 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1070 localstatedir
=$ac_optarg ;;
1072 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1074 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1075 mandir
=$ac_optarg ;;
1077 -nfp |
--nfp |
--nf)
1078 # Obsolete; use --without-fp.
1081 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1082 |
--no-cr |
--no-c |
-n)
1085 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1086 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1089 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1090 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1091 |
--oldin |
--oldi |
--old |
--ol |
--o)
1092 ac_prev
=oldincludedir
;;
1093 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1094 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1095 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1096 oldincludedir
=$ac_optarg ;;
1098 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1100 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1101 prefix
=$ac_optarg ;;
1103 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1104 |
--program-pre |
--program-pr |
--program-p)
1105 ac_prev
=program_prefix
;;
1106 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1107 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1108 program_prefix
=$ac_optarg ;;
1110 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1111 |
--program-suf |
--program-su |
--program-s)
1112 ac_prev
=program_suffix
;;
1113 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1114 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1115 program_suffix
=$ac_optarg ;;
1117 -program-transform-name |
--program-transform-name \
1118 |
--program-transform-nam |
--program-transform-na \
1119 |
--program-transform-n |
--program-transform- \
1120 |
--program-transform |
--program-transfor \
1121 |
--program-transfo |
--program-transf \
1122 |
--program-trans |
--program-tran \
1123 |
--progr-tra |
--program-tr |
--program-t)
1124 ac_prev
=program_transform_name
;;
1125 -program-transform-name=* |
--program-transform-name=* \
1126 |
--program-transform-nam=* |
--program-transform-na=* \
1127 |
--program-transform-n=* |
--program-transform-=* \
1128 |
--program-transform=* |
--program-transfor=* \
1129 |
--program-transfo=* |
--program-transf=* \
1130 |
--program-trans=* |
--program-tran=* \
1131 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1132 program_transform_name
=$ac_optarg ;;
1134 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1136 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1137 pdfdir
=$ac_optarg ;;
1139 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1141 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1144 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1145 |
-silent |
--silent |
--silen |
--sile |
--sil)
1148 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1150 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1152 sbindir
=$ac_optarg ;;
1154 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1155 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1156 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1158 ac_prev
=sharedstatedir
;;
1159 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1160 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1161 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1163 sharedstatedir
=$ac_optarg ;;
1165 -site |
--site |
--sit)
1167 -site=* |
--site=* |
--sit=*)
1170 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1172 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1173 srcdir
=$ac_optarg ;;
1175 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1176 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1177 ac_prev
=sysconfdir
;;
1178 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1179 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1180 sysconfdir
=$ac_optarg ;;
1182 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1183 ac_prev
=target_alias
;;
1184 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1185 target_alias
=$ac_optarg ;;
1187 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1190 -version |
--version |
--versio |
--versi |
--vers |
-V)
1191 ac_init_version
=: ;;
1194 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1195 # Reject names that are not valid shell variable names.
1196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1197 as_fn_error $?
"invalid package name: $ac_useropt"
1198 ac_useropt_orig
=$ac_useropt
1199 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200 case $ac_user_opts in
1204 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1205 ac_unrecognized_sep
=', ';;
1207 eval with_
$ac_useropt=\
$ac_optarg ;;
1209 -without-* |
--without-*)
1210 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1211 # Reject names that are not valid shell variable names.
1212 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1213 as_fn_error $?
"invalid package name: $ac_useropt"
1214 ac_useropt_orig
=$ac_useropt
1215 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1220 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1221 ac_unrecognized_sep
=', ';;
1223 eval with_
$ac_useropt=no
;;
1226 # Obsolete; use --with-x.
1229 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1230 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1231 ac_prev
=x_includes
;;
1232 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1233 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1234 x_includes
=$ac_optarg ;;
1236 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1237 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1238 ac_prev
=x_libraries
;;
1239 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1240 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1241 x_libraries
=$ac_optarg ;;
1243 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1244 Try \`$0 --help' for more information"
1248 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1249 # Reject names that are not valid shell variable names.
1250 case $ac_envvar in #(
1251 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1252 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1254 eval $ac_envvar=\
$ac_optarg
1255 export $ac_envvar ;;
1258 # FIXME: should be removed in autoconf 3.0.
1259 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1260 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1261 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1262 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1268 if test -n "$ac_prev"; then
1269 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1270 as_fn_error $?
"missing argument to $ac_option"
1273 if test -n "$ac_unrecognized_opts"; then
1274 case $enable_option_checking in
1276 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1277 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1281 # Check all directory arguments for consistency.
1282 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1283 datadir sysconfdir sharedstatedir localstatedir includedir \
1284 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1285 libdir localedir mandir
1287 eval ac_val
=\$
$ac_var
1288 # Remove trailing slashes.
1291 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1292 eval $ac_var=\
$ac_val;;
1294 # Be sure to have absolute directory names.
1296 [\\/$
]* | ?
:[\\/]* ) continue;;
1297 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1299 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1302 # There might be people who depend on the old broken behavior: `$host'
1303 # used to hold the argument of --host etc.
1304 # FIXME: To remove some day.
1307 target
=$target_alias
1309 # FIXME: To remove some day.
1310 if test "x$host_alias" != x
; then
1311 if test "x$build_alias" = x
; then
1312 cross_compiling
=maybe
1313 elif test "x$build_alias" != "x$host_alias"; then
1319 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1321 test "$silent" = yes && exec 6>/dev
/null
1324 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1325 ac_ls_di
=`ls -di .` &&
1326 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1327 as_fn_error $?
"working directory cannot be determined"
1328 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1329 as_fn_error $?
"pwd does not report name of working directory"
1332 # Find the source files, if location was not specified.
1333 if test -z "$srcdir"; then
1334 ac_srcdir_defaulted
=yes
1335 # Try the directory containing this script, then the parent directory.
1336 ac_confdir
=`$as_dirname -- "$as_myself" ||
1337 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1338 X"$as_myself" : 'X\(//\)[^/]' \| \
1339 X"$as_myself" : 'X\(//\)$' \| \
1340 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1341 $as_echo X"$as_myself" |
1342 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1360 if test ! -r "$srcdir/$ac_unique_file"; then
1364 ac_srcdir_defaulted
=no
1366 if test ! -r "$srcdir/$ac_unique_file"; then
1367 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1368 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1370 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1372 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1374 # When building in place, set srcdir=.
1375 if test "$ac_abs_confdir" = "$ac_pwd"; then
1378 # Remove unnecessary trailing slashes from srcdir.
1379 # Double slashes in file names in object file debugging info
1380 # mess up M-x gdb in Emacs.
1382 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1384 for ac_var
in $ac_precious_vars; do
1385 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1386 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1387 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1388 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1392 # Report the --help message.
1394 if test "$ac_init_help" = "long"; then
1395 # Omit some internal or obsolete options to make the list less imposing.
1396 # This message is too long to be a string in the A/UX 3.1 sh.
1398 \`configure' configures bfd 2.38 to adapt to many kinds of systems.
1400 Usage: $0 [OPTION]... [VAR=VALUE]...
1402 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1403 VAR=VALUE. See below for descriptions of some of the useful variables.
1405 Defaults for the options are specified in brackets.
1408 -h, --help display this help and exit
1409 --help=short display options specific to this package
1410 --help=recursive display the short help of all the included packages
1411 -V, --version display version information and exit
1412 -q, --quiet, --silent do not print \`checking ...' messages
1413 --cache-file=FILE cache test results in FILE [disabled]
1414 -C, --config-cache alias for \`--cache-file=config.cache'
1415 -n, --no-create do not create output files
1416 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1418 Installation directories:
1419 --prefix=PREFIX install architecture-independent files in PREFIX
1420 [$ac_default_prefix]
1421 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1424 By default, \`make install' will install all the files in
1425 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1426 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1427 for instance \`--prefix=\$HOME'.
1429 For better control, use the options below.
1431 Fine tuning of the installation directories:
1432 --bindir=DIR user executables [EPREFIX/bin]
1433 --sbindir=DIR system admin executables [EPREFIX/sbin]
1434 --libexecdir=DIR program executables [EPREFIX/libexec]
1435 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1436 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1437 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1438 --libdir=DIR object code libraries [EPREFIX/lib]
1439 --includedir=DIR C header files [PREFIX/include]
1440 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1441 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1442 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1443 --infodir=DIR info documentation [DATAROOTDIR/info]
1444 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1445 --mandir=DIR man documentation [DATAROOTDIR/man]
1446 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
1447 --htmldir=DIR html documentation [DOCDIR]
1448 --dvidir=DIR dvi documentation [DOCDIR]
1449 --pdfdir=DIR pdf documentation [DOCDIR]
1450 --psdir=DIR ps documentation [DOCDIR]
1456 --program-prefix=PREFIX prepend PREFIX to installed program names
1457 --program-suffix=SUFFIX append SUFFIX to installed program names
1458 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1461 --build=BUILD configure
for building on BUILD
[guessed
]
1462 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1463 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1467 if test -n "$ac_init_help"; then
1468 case $ac_init_help in
1469 short | recursive
) echo "Configuration of bfd 2.38:";;
1474 --disable-option-checking ignore unrecognized
--enable/--with options
1475 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1476 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1477 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1478 --disable-silent-rules verbose build output
(undo
: "make V=0")
1479 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1480 --enable-dependency-tracking
1481 do not reject slow dependency extractors
1482 --disable-dependency-tracking
1483 speeds up one-time build
1484 --enable-static[=PKGS
] build static libraries
[default
=yes]
1485 --enable-fast-install[=PKGS
]
1486 optimize
for fast installation
[default
=yes]
1487 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1488 --enable-plugins Enable support
for plugins
1489 --disable-largefile omit support
for large files
1490 --enable-checking enable run-time checks
1491 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1492 --enable-targets alternative target configurations
1493 --enable-64-bit-archive force
64-bit archives
1494 --enable-secureplt Default to creating read-only plt entries
1495 --enable-separate-code enable -z separate-code
in ELF linker by default
1496 --enable-leading-mingw64-underscores
1497 Enable leading underscores on
64 bit mingw targets
1498 --enable-werror treat compile warnings as errors
1499 --enable-build-warnings enable build-time compiler warnings
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful
(and
1502 sometimes confusing
) to the casual installer
1503 --enable-install-libbfd controls installation of libbfd and related headers
1504 --disable-nls do not use Native Language Support
1507 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1508 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1509 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1511 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1512 --with-mmap try using mmap
for BFD input files
if available
1513 --with-separate-debug-dir=DIR
1514 Look
for global separate debug info
in DIR
1515 [[default
=LIBDIR
/debug
]]
1516 --with-pkgversion=PKG Use PKG
in the version string
in place of
1517 "sdbinutils derived from GNU Binutils"
1518 --with-bugurl=URL Direct users to URL to report a bug
1519 --with-system-zlib use installed libz
1521 Some influential environment variables
:
1522 CC C compiler
command
1523 CFLAGS C compiler flags
1524 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1525 nonstandard directory
<lib dir
>
1526 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1527 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1528 you have headers
in a nonstandard directory
<include dir
>
1531 Use these variables to override the choices made by
`configure' or to help
1532 it to find libraries and programs with nonstandard names/locations.
1534 Report bugs to the package provider.
1539 if test "$ac_init_help" = "recursive"; then
1540 # If there are subdirs, report their specific --help.
1541 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1542 test -d "$ac_dir" ||
1543 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1548 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1550 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1551 # A ".." for each directory in $ac_dir_suffix.
1552 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1553 case $ac_top_builddir_sub in
1554 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1558 ac_abs_top_builddir=$ac_pwd
1559 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1560 # for backward compatibility:
1561 ac_top_builddir=$ac_top_build_prefix
1564 .) # We are building in place.
1566 ac_top_srcdir=$ac_top_builddir_sub
1567 ac_abs_top_srcdir=$ac_pwd ;;
1568 [\\/]* | ?:[\\/]* ) # Absolute name.
1569 ac_srcdir=$srcdir$ac_dir_suffix;
1570 ac_top_srcdir=$srcdir
1571 ac_abs_top_srcdir=$srcdir ;;
1573 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1574 ac_top_srcdir=$ac_top_build_prefix$srcdir
1575 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1577 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1579 cd "$ac_dir" || { ac_status=$?; continue; }
1580 # Check for guested configure.
1581 if test -f "$ac_srcdir/configure.gnu"; then
1583 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1584 elif test -f "$ac_srcdir/configure"; then
1586 $SHELL "$ac_srcdir/configure" --help=recursive
1588 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1590 cd "$ac_pwd" || { ac_status=$?; break; }
1594 test -n "$ac_init_help" && exit $ac_status
1595 if $ac_init_version; then
1598 generated by GNU Autoconf 2.69
1600 Copyright (C) 2012 Free Software Foundation, Inc.
1601 This configure script is free software; the Free Software Foundation
1602 gives unlimited permission to copy, distribute and modify it.
1607 ## ------------------------ ##
1608 ## Autoconf initialization. ##
1609 ## ------------------------ ##
1611 # ac_fn_c_try_compile LINENO
1612 # --------------------------
1613 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1614 ac_fn_c_try_compile ()
1616 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1617 rm -f conftest.$ac_objext
1618 if { { ac_try="$ac_compile"
1620 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1621 *) ac_try_echo
=$ac_try;;
1623 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1624 $as_echo "$ac_try_echo"; } >&5
1625 (eval "$ac_compile") 2>conftest.err
1627 if test -s conftest.err
; then
1628 grep -v '^ *+' conftest.err
>conftest.er1
1629 cat conftest.er1
>&5
1630 mv -f conftest.er1 conftest.err
1632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1633 test $ac_status = 0; } && {
1634 test -z "$ac_c_werror_flag" ||
1635 test ! -s conftest.err
1636 } && test -s conftest.
$ac_objext; then :
1639 $as_echo "$as_me: failed program was:" >&5
1640 sed 's/^/| /' conftest.
$ac_ext >&5
1644 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1645 as_fn_set_status
$ac_retval
1647 } # ac_fn_c_try_compile
1649 # ac_fn_c_try_cpp LINENO
1650 # ----------------------
1651 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1654 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1655 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1657 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1658 *) ac_try_echo=$ac_try;;
1660 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1661 $as_echo "$ac_try_echo"; } >&5
1662 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1664 if test -s conftest.err; then
1665 grep -v '^ *+' conftest.err >conftest.er1
1666 cat conftest.er1 >&5
1667 mv -f conftest.er1 conftest.err
1669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1670 test $ac_status = 0; } > conftest.i && {
1671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1672 test ! -s conftest.err
1676 $as_echo "$as_me: failed program was:" >&5
1677 sed 's/^/| /' conftest.$ac_ext >&5
1681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1682 as_fn_set_status $ac_retval
1686 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1687 # -------------------------------------------------------
1688 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1689 # the include files in INCLUDES and setting the cache variable VAR
1691 ac_fn_c_check_header_mongrel ()
1693 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1694 if eval \${$3+:} false; then :
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1696 $as_echo_n "checking for $2... " >&6; }
1697 if eval \${$3+:} false; then :
1698 $as_echo_n "(cached) " >&6
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1702 $as_echo "$ac_res" >&6; }
1704 # Is the header compilable?
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1706 $as_echo_n "checking $2 usability... " >&6; }
1707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1708 /* end confdefs.h. */
1712 if ac_fn_c_try_compile "$LINENO"; then :
1713 ac_header_compiler=yes
1715 ac_header_compiler=no
1717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1719 $as_echo "$ac_header_compiler" >&6; }
1721 # Is the header present?
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1723 $as_echo_n "checking $2 presence... " >&6; }
1724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1725 /* end confdefs.h. */
1728 if ac_fn_c_try_cpp "$LINENO"; then :
1729 ac_header_preproc=yes
1731 ac_header_preproc=no
1733 rm -f conftest.err conftest.i conftest.$ac_ext
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1735 $as_echo "$ac_header_preproc" >&6; }
1737 # So? What about this header?
1738 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1741 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1743 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1747 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1749 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1751 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1753 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1755 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1759 $as_echo_n "checking for $2... " >&6; }
1760 if eval \${$3+:} false; then :
1761 $as_echo_n "(cached) " >&6
1763 eval "$3=\$ac_header_compiler"
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1767 $as_echo "$ac_res" >&6; }
1769 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1771 } # ac_fn_c_check_header_mongrel
1773 # ac_fn_c_try_run LINENO
1774 # ----------------------
1775 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1776 # that executables *can* be run.
1779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1780 if { { ac_try="$ac_link"
1782 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1783 *) ac_try_echo
=$ac_try;;
1785 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1786 $as_echo "$ac_try_echo"; } >&5
1787 (eval "$ac_link") 2>&5
1789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1790 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1791 { { case "(($ac_try" in
1792 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1793 *) ac_try_echo=$ac_try;;
1795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1796 $as_echo "$ac_try_echo"; } >&5
1797 (eval "$ac_try") 2>&5
1799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1800 test $ac_status = 0; }; }; then :
1803 $as_echo "$as_me: program exited with status $ac_status" >&5
1804 $as_echo "$as_me: failed program was:" >&5
1805 sed 's/^/| /' conftest.$ac_ext >&5
1807 ac_retval=$ac_status
1809 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1810 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1811 as_fn_set_status $ac_retval
1815 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1816 # -------------------------------------------------------
1817 # Tests whether HEADER exists and can be compiled using the include files in
1818 # INCLUDES, setting the cache variable VAR accordingly.
1819 ac_fn_c_check_header_compile ()
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1823 $as_echo_n "checking for $2... " >&6; }
1824 if eval \${$3+:} false; then :
1825 $as_echo_n "(cached) " >&6
1827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828 /* end confdefs.h. */
1832 if ac_fn_c_try_compile "$LINENO"; then :
1837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1841 $as_echo "$ac_res" >&6; }
1842 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1844 } # ac_fn_c_check_header_compile
1846 # ac_fn_c_try_link LINENO
1847 # -----------------------
1848 # Try to link conftest.$ac_ext, and return whether this succeeded.
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 rm -f conftest.$ac_objext conftest$ac_exeext
1853 if { { ac_try="$ac_link"
1855 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1856 *) ac_try_echo
=$ac_try;;
1858 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1859 $as_echo "$ac_try_echo"; } >&5
1860 (eval "$ac_link") 2>conftest.err
1862 if test -s conftest.err
; then
1863 grep -v '^ *+' conftest.err
>conftest.er1
1864 cat conftest.er1
>&5
1865 mv -f conftest.er1 conftest.err
1867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1868 test $ac_status = 0; } && {
1869 test -z "$ac_c_werror_flag" ||
1870 test ! -s conftest.err
1871 } && test -s conftest
$ac_exeext && {
1872 test "$cross_compiling" = yes ||
1873 test -x conftest
$ac_exeext
1877 $as_echo "$as_me: failed program was:" >&5
1878 sed 's/^/| /' conftest.
$ac_ext >&5
1882 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1883 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1884 # interfere with the next link command; also delete a directory that is
1885 # left behind by Apple's compiler. We do this before executing the actions.
1886 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1887 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1888 as_fn_set_status
$ac_retval
1890 } # ac_fn_c_try_link
1892 # ac_fn_c_check_func LINENO FUNC VAR
1893 # ----------------------------------
1894 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1895 ac_fn_c_check_func
()
1897 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if eval \
${$3+:} false
; then :
1901 $as_echo_n "(cached) " >&6
1903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h. */
1905 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1906 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1907 #define $2 innocuous_$2
1909 /* System header to define __stub macros and hopefully few prototypes,
1910 which can conflict with char $2 (); below.
1911 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1912 <limits.h> exists even on freestanding compilers. */
1915 # include <limits.h>
1917 # include <assert.h>
1922 /* Override any GCC internal prototype to avoid an error.
1923 Use char because int might match the return type of a GCC
1924 builtin and then its argument prototype would still apply. */
1929 /* The GNU C library defines this for functions which it implements
1930 to always fail with ENOSYS. Some functions are actually named
1931 something starting with __ and the normal name is an alias. */
1932 #if defined __stub_$2 || defined __stub___$2
1944 if ac_fn_c_try_link
"$LINENO"; then :
1949 rm -f core conftest.err conftest.
$ac_objext \
1950 conftest
$ac_exeext conftest.
$ac_ext
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1954 $as_echo "$ac_res" >&6; }
1955 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1957 } # ac_fn_c_check_func
1959 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1960 # --------------------------------------------
1961 # Tries to find the compile-time value of EXPR in a program that includes
1962 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1964 ac_fn_c_compute_int
()
1966 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1967 if test "$cross_compiling" = yes; then
1968 # Depending upon the size, compute the lo and hi bounds.
1969 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1970 /* end confdefs.h. */
1975 static int test_array [1 - 2 * !(($2) >= 0)];
1977 return test_array [0];
1983 if ac_fn_c_try_compile
"$LINENO"; then :
1986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1987 /* end confdefs.h. */
1992 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1994 return test_array [0];
2000 if ac_fn_c_try_compile
"$LINENO"; then :
2001 ac_hi
=$ac_mid; break
2003 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
2004 if test $ac_lo -le $ac_mid; then
2008 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
2010 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2019 static int test_array [1 - 2 * !(($2) < 0)];
2021 return test_array [0];
2027 if ac_fn_c_try_compile
"$LINENO"; then :
2030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2031 /* end confdefs.h. */
2036 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2038 return test_array [0];
2044 if ac_fn_c_try_compile
"$LINENO"; then :
2045 ac_lo
=$ac_mid; break
2047 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
2048 if test $ac_mid -le $ac_hi; then
2052 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2059 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2062 # Binary search between lo and hi bounds.
2063 while test "x$ac_lo" != "x$ac_hi"; do
2064 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2071 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2073 return test_array [0];
2079 if ac_fn_c_try_compile
"$LINENO"; then :
2082 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2084 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2087 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h. */
2094 static long int longval () { return $2; }
2095 static unsigned long int ulongval () { return $2; }
2102 FILE *f = fopen ("conftest.val", "w");
2107 long int i = longval ();
2110 fprintf (f, "%ld", i);
2114 unsigned long int i = ulongval ();
2117 fprintf (f, "%lu", i);
2119 /* Do not output a trailing newline, as this causes \r\n confusion
2120 on some platforms. */
2121 return ferror (f) || fclose (f) != 0;
2127 if ac_fn_c_try_run
"$LINENO"; then :
2128 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2132 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2133 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2137 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2138 as_fn_set_status
$ac_retval
2140 } # ac_fn_c_compute_int
2142 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2143 # ---------------------------------------------
2144 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2146 ac_fn_c_check_decl
()
2148 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2149 as_decl_name
=`echo $2|sed 's/ *(.*//'`
2150 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2152 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2153 if eval \
${$3+:} false
; then :
2154 $as_echo_n "(cached) " >&6
2156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2157 /* end confdefs.h. */
2162 #ifndef $as_decl_name
2164 (void) $as_decl_use;
2166 (void) $as_decl_name;
2174 if ac_fn_c_try_compile
"$LINENO"; then :
2179 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2183 $as_echo "$ac_res" >&6; }
2184 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2186 } # ac_fn_c_check_decl
2187 cat >config.log
<<_ACEOF
2188 This file contains any messages produced by compilers while
2189 running configure, to aid debugging if configure makes a mistake.
2191 It was created by bfd $as_me 2.38, which was
2192 generated by GNU Autoconf 2.69. Invocation command line was
2204 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2205 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2206 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2207 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2208 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2210 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2211 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2213 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2214 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2215 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2216 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2217 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2218 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2219 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2227 test -z "$as_dir" && as_dir
=.
2228 $as_echo "PATH: $as_dir"
2244 # Keep a trace of the command line.
2245 # Strip out --no-create and --no-recursion so they do not pile up.
2246 # Strip out --silent because we don't want to record it for future runs.
2247 # Also quote any args containing shell meta-characters.
2248 # Make two passes to allow for proper duplicate-argument suppression.
2252 ac_must_keep_next
=false
2258 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2259 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2260 |
-silent |
--silent |
--silen |
--sile |
--sil)
2263 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2266 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2268 as_fn_append ac_configure_args1
" '$ac_arg'"
2269 if test $ac_must_keep_next = true
; then
2270 ac_must_keep_next
=false
# Got value, back to normal.
2273 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2274 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2275 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2276 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2277 case "$ac_configure_args0 " in
2278 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2281 -* ) ac_must_keep_next
=true
;;
2284 as_fn_append ac_configure_args
" '$ac_arg'"
2289 { ac_configure_args0
=; unset ac_configure_args0
;}
2290 { ac_configure_args1
=; unset ac_configure_args1
;}
2292 # When interrupted or exit'd, cleanup temporary files, and complete
2293 # config.log. We remove comments because anyway the quotes in there
2294 # would cause problems or look ugly.
2295 # WARNING: Use '\'' to represent an apostrophe within the trap.
2296 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2297 trap 'exit_status=$?
2298 # Save into config.log some information that might help in debugging.
2302 $as_echo "## ---------------- ##
2303 ## Cache variables. ##
2304 ## ---------------- ##"
2306 # The following way of writing the cache mishandles newlines in values,
2308 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2309 eval ac_val=\$$ac_var
2313 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2314 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2317 _ | IFS | as_nl) ;; #(
2318 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2319 *) { eval $ac_var=; unset $ac_var;} ;;
2324 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2325 *${as_nl}ac_space=\ *)
2327 "s/'\''/'\''\\\\'\'''\''/g;
2328 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2331 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2338 $as_echo "## ----------------- ##
2339 ## Output variables. ##
2340 ## ----------------- ##"
2342 for ac_var in $ac_subst_vars
2344 eval ac_val=\$$ac_var
2346 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2348 $as_echo "$ac_var='\''$ac_val'\''"
2352 if test -n "$ac_subst_files"; then
2353 $as_echo "## ------------------- ##
2354 ## File substitutions. ##
2355 ## ------------------- ##"
2357 for ac_var
in $ac_subst_files
2359 eval ac_val
=\$
$ac_var
2361 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2363 $as_echo "$ac_var='\''$ac_val'\''"
2368 if test -s confdefs.h; then
2369 $as_echo "## ----------- ##
2376 test "$ac_signal" != 0 &&
2377 $as_echo "$as_me: caught signal $ac_signal"
2378 $as_echo "$as_me: exit $exit_status"
2380 rm -f core *.core core.conftest.* &&
2381 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2384 for ac_signal
in 1 2 13 15; do
2385 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2389 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2390 rm -f -r conftest
* confdefs.h
2392 $as_echo "/* confdefs.h */" > confdefs.h
2394 # Predefined preprocessor variables.
2396 cat >>confdefs.h
<<_ACEOF
2397 #define PACKAGE_NAME "$PACKAGE_NAME"
2400 cat >>confdefs.h
<<_ACEOF
2401 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2404 cat >>confdefs.h
<<_ACEOF
2405 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2408 cat >>confdefs.h
<<_ACEOF
2409 #define PACKAGE_STRING "$PACKAGE_STRING"
2412 cat >>confdefs.h
<<_ACEOF
2413 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2416 cat >>confdefs.h
<<_ACEOF
2417 #define PACKAGE_URL "$PACKAGE_URL"
2421 # Let the site file select an alternate cache file if it wants to.
2422 # Prefer an explicitly selected file to automatically selected ones.
2425 if test -n "$CONFIG_SITE"; then
2426 # We do not want a PATH search for config.site.
2427 case $CONFIG_SITE in #((
2428 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2429 */*) ac_site_file1
=$CONFIG_SITE;;
2430 *) ac_site_file1
=.
/$CONFIG_SITE;;
2432 elif test "x$prefix" != xNONE
; then
2433 ac_site_file1
=$prefix/share
/config.site
2434 ac_site_file2
=$prefix/etc
/config.site
2436 ac_site_file1
=$ac_default_prefix/share
/config.site
2437 ac_site_file2
=$ac_default_prefix/etc
/config.site
2439 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2441 test "x$ac_site_file" = xNONE
&& continue
2442 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2444 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2445 sed 's/^/| /' "$ac_site_file" >&5
2447 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2448 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2449 as_fn_error $?
"failed to load site script $ac_site_file
2450 See \`config.log' for more details" "$LINENO" 5; }
2454 if test -r "$cache_file"; then
2455 # Some versions of bash will fail to source /dev/null (special files
2456 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2457 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2459 $as_echo "$as_me: loading cache $cache_file" >&6;}
2461 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2462 *) .
"./$cache_file";;
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2467 $as_echo "$as_me: creating cache $cache_file" >&6;}
2471 as_fn_append ac_header_list
" stdlib.h"
2472 as_fn_append ac_header_list
" unistd.h"
2473 as_fn_append ac_header_list
" sys/param.h"
2474 # Check that the precious variables saved in the cache have kept the same
2476 ac_cache_corrupted
=false
2477 for ac_var
in $ac_precious_vars; do
2478 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2479 eval ac_new_set
=\
$ac_env_${ac_var}_set
2480 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2481 eval ac_new_val
=\
$ac_env_${ac_var}_value
2482 case $ac_old_set,$ac_new_set in
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2485 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2486 ac_cache_corrupted
=: ;;
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2489 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2490 ac_cache_corrupted
=: ;;
2493 if test "x$ac_old_val" != "x$ac_new_val"; then
2494 # differences in whitespace do not lead to failure.
2495 ac_old_val_w
=`echo x $ac_old_val`
2496 ac_new_val_w
=`echo x $ac_new_val`
2497 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2499 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2500 ac_cache_corrupted
=:
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2503 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2504 eval $ac_var=\
$ac_old_val
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2507 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2509 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2512 # Pass precious variables to config.status.
2513 if test "$ac_new_set" = set; then
2515 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2516 *) ac_arg
=$ac_var=$ac_new_val ;;
2518 case " $ac_configure_args " in
2519 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2520 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2524 if $ac_cache_corrupted; then
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2526 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2528 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2529 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2531 ## -------------------- ##
2532 ## Main body of script. ##
2533 ## -------------------- ##
2536 ac_cpp
='$CPP $CPPFLAGS'
2537 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2538 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2539 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2548 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2549 if test -f "$ac_dir/install-sh"; then
2551 ac_install_sh
="$ac_aux_dir/install-sh -c"
2553 elif test -f "$ac_dir/install.sh"; then
2555 ac_install_sh
="$ac_aux_dir/install.sh -c"
2557 elif test -f "$ac_dir/shtool"; then
2559 ac_install_sh
="$ac_aux_dir/shtool install -c"
2563 if test -z "$ac_aux_dir"; then
2564 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2567 # These three variables are undocumented and unsupported,
2568 # and are intended to be withdrawn in a future Autoconf release.
2569 # They can cause serious problems if a builder's source tree is in a directory
2570 # whose full name contains unusual characters.
2571 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2572 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2573 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2576 # Make sure we can run config.sub.
2577 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2578 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2581 $as_echo_n "checking build system type... " >&6; }
2582 if ${ac_cv_build+:} false
; then :
2583 $as_echo_n "(cached) " >&6
2585 ac_build_alias
=$build_alias
2586 test "x$ac_build_alias" = x
&&
2587 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2588 test "x$ac_build_alias" = x
&&
2589 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2590 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2591 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2595 $as_echo "$ac_cv_build" >&6; }
2596 case $ac_cv_build in
2598 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2601 ac_save_IFS
=$IFS; IFS
='-'
2607 # Remember, the first character of IFS is used to create $*,
2608 # except with old shells:
2611 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2615 $as_echo_n "checking host system type... " >&6; }
2616 if ${ac_cv_host+:} false
; then :
2617 $as_echo_n "(cached) " >&6
2619 if test "x$host_alias" = x
; then
2620 ac_cv_host
=$ac_cv_build
2622 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2623 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2628 $as_echo "$ac_cv_host" >&6; }
2631 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2634 ac_save_IFS
=$IFS; IFS
='-'
2640 # Remember, the first character of IFS is used to create $*,
2641 # except with old shells:
2644 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2648 $as_echo_n "checking target system type... " >&6; }
2649 if ${ac_cv_target+:} false
; then :
2650 $as_echo_n "(cached) " >&6
2652 if test "x$target_alias" = x
; then
2653 ac_cv_target
=$ac_cv_host
2655 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2656 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2661 $as_echo "$ac_cv_target" >&6; }
2662 case $ac_cv_target in
2664 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2666 target
=$ac_cv_target
2667 ac_save_IFS
=$IFS; IFS
='-'
2673 # Remember, the first character of IFS is used to create $*,
2674 # except with old shells:
2677 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2680 # The aliases save the names the user supplied, while $host etc.
2681 # will get canonicalized.
2682 test -n "$target_alias" &&
2683 test "$program_prefix$program_suffix$program_transform_name" = \
2685 program_prefix
=${target_alias}-
2687 am__api_version
='1.15'
2689 # Find a good install program. We prefer a C program (faster),
2690 # so one script is as good as another. But avoid the broken or
2691 # incompatible versions:
2692 # SysV /etc/install, /usr/sbin/install
2693 # SunOS /usr/etc/install
2694 # IRIX /sbin/install
2696 # AmigaOS /C/install, which installs bootblocks on floppy discs
2697 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2698 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2699 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2700 # OS/2's system install, which has a completely different semantic
2701 # ./install, which can be erroneously created by make from ./install.sh.
2702 # Reject install programs that cannot install multiple files.
2703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2704 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2705 if test -z "$INSTALL"; then
2706 if ${ac_cv_path_install+:} false
; then :
2707 $as_echo_n "(cached) " >&6
2709 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2713 test -z "$as_dir" && as_dir
=.
2714 # Account for people who put trailing slashes in PATH elements.
2715 case $as_dir/ in #((
2716 .
/ | .
// |
/[cC
]/* | \
2717 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2718 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2721 # OSF1 and SCO ODT 3.0 have their own names for install.
2722 # Don't use installbsd from OSF since it installs stuff as root
2724 for ac_prog
in ginstall scoinst
install; do
2725 for ac_exec_ext
in '' $ac_executable_extensions; do
2726 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2727 if test $ac_prog = install &&
2728 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2729 # AIX install. It has an incompatible calling convention.
2731 elif test $ac_prog = install &&
2732 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2733 # program-specific install script used by HP pwplus--don't use.
2736 rm -rf conftest.one conftest.two conftest.dir
2737 echo one
> conftest.one
2738 echo two
> conftest.two
2740 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2741 test -s conftest.one
&& test -s conftest.two
&&
2742 test -s conftest.dir
/conftest.one
&&
2743 test -s conftest.dir
/conftest.two
2745 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2758 rm -rf conftest.one conftest.two conftest.dir
2761 if test "${ac_cv_path_install+set}" = set; then
2762 INSTALL
=$ac_cv_path_install
2764 # As a last resort, use the slow shell script. Don't cache a
2765 # value for INSTALL within a source directory, because that will
2766 # break other packages using the cache if that directory is
2767 # removed, or if the value is a relative name.
2768 INSTALL
=$ac_install_sh
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2772 $as_echo "$INSTALL" >&6; }
2774 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2775 # It thinks the first close brace ends the variable substitution.
2776 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2778 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2780 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2783 $as_echo_n "checking whether build environment is sane... " >&6; }
2784 # Reject unsafe characters in $srcdir or the absolute working directory
2785 # name. Accept space and tab only in the latter.
2789 *[\\\"\
#\$\&\'\`$am_lf]*)
2790 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2793 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2794 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2797 # Do 'set' in a subshell so we don't clobber the current shell's
2798 # arguments. Must try -L first in case configure is actually a
2799 # symlink; some systems play weird games with the mod time of symlinks
2800 # (eg FreeBSD returns the mod time of the symlink's containing
2804 for am_try
in 1 2; do
2805 echo "timestamp, slept: $am_has_slept" > conftest.
file
2806 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2807 if test "$*" = "X"; then
2809 set X
`ls -t "$srcdir/configure" conftest.file`
2811 if test "$*" != "X $srcdir/configure conftest.file" \
2812 && test "$*" != "X conftest.file $srcdir/configure"; then
2814 # If neither matched, then we have a broken ls. This can happen
2815 # if, for instance, CONFIG_SHELL is bash and it inherits a
2816 # broken ls alias from the environment. This has actually
2817 # happened. Such a system could not be considered "sane".
2818 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2819 alias in your environment" "$LINENO" 5
2821 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2828 test "$2" = conftest.
file
2834 as_fn_error $?
"newly created file is older than distributed files!
2835 Check your system clock" "$LINENO" 5
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2838 $as_echo "yes" >&6; }
2839 # If we didn't sleep, we still need to ensure time stamps of config.status and
2840 # generated files are strictly newer.
2842 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2849 test "$program_prefix" != NONE
&&
2850 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2851 # Use a double $ so make ignores it.
2852 test "$program_suffix" != NONE
&&
2853 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2854 # Double any \ or $.
2855 # By default was `s,x,x', remove it if useless.
2856 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2857 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2859 # Expand $ac_aux_dir to an absolute path.
2860 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2862 if test x
"${MISSING+set}" != xset
; then
2865 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2867 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2870 # Use eval to expand $SHELL
2871 if eval "$MISSING --is-lightweight"; then
2872 am_missing_run
="$MISSING "
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2876 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2879 if test x
"${install_sh+set}" != xset
; then
2882 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2884 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2888 # Installed binaries are usually stripped using 'strip' when the user
2889 # run "make install-strip". However 'strip' might not be the right
2890 # tool to use in cross-compilation environments, therefore Automake
2891 # will honor the 'STRIP' environment variable to overrule this program.
2892 if test "$cross_compiling" != no
; then
2893 if test -n "$ac_tool_prefix"; then
2894 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2895 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2897 $as_echo_n "checking for $ac_word... " >&6; }
2898 if ${ac_cv_prog_STRIP+:} false
; then :
2899 $as_echo_n "(cached) " >&6
2901 if test -n "$STRIP"; then
2902 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2904 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2908 test -z "$as_dir" && as_dir
=.
2909 for ac_exec_ext
in '' $ac_executable_extensions; do
2910 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2911 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2921 STRIP
=$ac_cv_prog_STRIP
2922 if test -n "$STRIP"; then
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2924 $as_echo "$STRIP" >&6; }
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2927 $as_echo "no" >&6; }
2932 if test -z "$ac_cv_prog_STRIP"; then
2934 # Extract the first word of "strip", so it can be a program name with args.
2935 set dummy strip
; ac_word
=$2
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2937 $as_echo_n "checking for $ac_word... " >&6; }
2938 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2939 $as_echo_n "(cached) " >&6
2941 if test -n "$ac_ct_STRIP"; then
2942 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2944 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2948 test -z "$as_dir" && as_dir
=.
2949 for ac_exec_ext
in '' $ac_executable_extensions; do
2950 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2951 ac_cv_prog_ac_ct_STRIP
="strip"
2952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2961 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2962 if test -n "$ac_ct_STRIP"; then
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2964 $as_echo "$ac_ct_STRIP" >&6; }
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2967 $as_echo "no" >&6; }
2970 if test "x$ac_ct_STRIP" = x
; then
2973 case $cross_compiling:$ac_tool_warned in
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2976 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2977 ac_tool_warned
=yes ;;
2982 STRIP
="$ac_cv_prog_STRIP"
2986 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2989 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2990 if test -z "$MKDIR_P"; then
2991 if ${ac_cv_path_mkdir+:} false
; then :
2992 $as_echo_n "(cached) " >&6
2994 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2995 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2998 test -z "$as_dir" && as_dir
=.
2999 for ac_prog
in mkdir gmkdir
; do
3000 for ac_exec_ext
in '' $ac_executable_extensions; do
3001 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3002 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3003 'mkdir (GNU coreutils) '* | \
3004 'mkdir (coreutils) '* | \
3005 'mkdir (fileutils) '4.1*)
3006 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3016 test -d .
/--version && rmdir .
/--version
3017 if test "${ac_cv_path_mkdir+set}" = set; then
3018 MKDIR_P
="$ac_cv_path_mkdir -p"
3020 # As a last resort, use the slow shell script. Don't cache a
3021 # value for MKDIR_P within a source directory, because that will
3022 # break other packages using the cache if that directory is
3023 # removed, or if the value is a relative name.
3024 MKDIR_P
="$ac_install_sh -d"
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3028 $as_echo "$MKDIR_P" >&6; }
3030 for ac_prog
in gawk mawk nawk
awk
3032 # Extract the first word of "$ac_prog", so it can be a program name with args.
3033 set dummy
$ac_prog; ac_word
=$2
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3035 $as_echo_n "checking for $ac_word... " >&6; }
3036 if ${ac_cv_prog_AWK+:} false
; then :
3037 $as_echo_n "(cached) " >&6
3039 if test -n "$AWK"; then
3040 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3042 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3046 test -z "$as_dir" && as_dir
=.
3047 for ac_exec_ext
in '' $ac_executable_extensions; do
3048 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3049 ac_cv_prog_AWK
="$ac_prog"
3050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3060 if test -n "$AWK"; then
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3062 $as_echo "$AWK" >&6; }
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3065 $as_echo "no" >&6; }
3069 test -n "$AWK" && break
3072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3073 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3075 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3076 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3077 $as_echo_n "(cached) " >&6
3079 cat >conftest.
make <<\_ACEOF
3082 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3084 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3085 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3087 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3089 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3093 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3095 $as_echo "yes" >&6; }
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3100 SET_MAKE
="MAKE=${MAKE-make}"
3103 rm -rf .tst
2>/dev
/null
3104 mkdir .tst
2>/dev
/null
3105 if test -d .tst
; then
3110 rmdir .tst
2>/dev
/null
3112 # Check whether --enable-silent-rules was given.
3113 if test "${enable_silent_rules+set}" = set; then :
3114 enableval
=$enable_silent_rules;
3117 case $enable_silent_rules in # (((
3118 yes) AM_DEFAULT_VERBOSITY
=0;;
3119 no
) AM_DEFAULT_VERBOSITY
=1;;
3120 *) AM_DEFAULT_VERBOSITY
=1;;
3122 am_make
=${MAKE-make}
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3124 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3125 if ${am_cv_make_support_nested_variables+:} false
; then :
3126 $as_echo_n "(cached) " >&6
3128 if $as_echo 'TRUE=$(BAR$(V))
3134 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3135 am_cv_make_support_nested_variables
=yes
3137 am_cv_make_support_nested_variables
=no
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3141 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3142 if test $am_cv_make_support_nested_variables = yes; then
3144 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3146 AM_V
=$AM_DEFAULT_VERBOSITY
3147 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3151 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3152 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3153 # is not polluted with repeated "-I."
3154 am__isrc
=' -I$(srcdir)'
3155 # test to see if srcdir already configured
3156 if test -f $srcdir/config.status
; then
3157 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3161 # test whether we have cygpath
3162 if test -z "$CYGPATH_W"; then
3163 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3164 CYGPATH_W
='cygpath -w'
3171 # Define the identity of the package.
3176 cat >>confdefs.h
<<_ACEOF
3177 #define PACKAGE "$PACKAGE"
3181 cat >>confdefs.h
<<_ACEOF
3182 #define VERSION "$VERSION"
3185 # Some tools Automake needs.
3187 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3190 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3193 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3196 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3199 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3201 # For better backward compatibility. To be removed once Automake 1.9.x
3202 # dies out for good. For more background, see:
3203 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3204 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3205 mkdir_p
='$(MKDIR_P)'
3207 # We need awk for the "check" target (and possibly the TAP driver). The
3208 # system "awk" is bad on some platforms.
3209 # Always define AMTAR for backward compatibility. Yes, it's still used
3210 # in the wild :-( We should find a proper way to deprecate it ...
3214 # We'll loop over all known methods to create a tar archive until one works.
3215 _am_tools
='gnutar pax cpio none'
3217 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3224 # POSIX will say in a future version that running "rm -f" with no argument
3225 # is OK; and we want to be able to make that assumption in our Makefile
3226 # recipes. So use an aggressive probe to check that the usage we want is
3227 # actually supported "in the wild" to an acceptable degree.
3228 # See automake bug#10828.
3229 # To make any issue more visible, cause the running configure to be aborted
3230 # by default if the 'rm' program in use doesn't match our expectations; the
3231 # user can still override this though.
3232 if rm -f && rm -fr && rm -rf; then : OK
; else
3236 Your 'rm' program seems unable to run without file operands specified
3237 on the command line, even when the '-f' option is present. This is contrary
3238 to the behaviour of most rm programs out there, and not conforming with
3239 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3241 Please tell bug-automake@gnu.org about your system, including the value
3242 of your $PATH and any error possibly output before this message. This
3243 can help us improve future automake versions.
3246 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3247 echo 'Configuration will proceed anyway, since you have set the' >&2
3248 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3252 Aborting the configuration process, to ensure you take notice of the issue.
3254 You can download and install GNU coreutils to get an 'rm' implementation
3255 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3257 If you want to complete the configuration process using your problematic
3258 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3259 to "yes", and re-run configure.
3262 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3266 # Check whether --enable-silent-rules was given.
3267 if test "${enable_silent_rules+set}" = set; then :
3268 enableval
=$enable_silent_rules;
3271 case $enable_silent_rules in # (((
3272 yes) AM_DEFAULT_VERBOSITY
=0;;
3273 no
) AM_DEFAULT_VERBOSITY
=1;;
3274 *) AM_DEFAULT_VERBOSITY
=0;;
3276 am_make
=${MAKE-make}
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3278 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3279 if ${am_cv_make_support_nested_variables+:} false
; then :
3280 $as_echo_n "(cached) " >&6
3282 if $as_echo 'TRUE=$(BAR$(V))
3288 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3289 am_cv_make_support_nested_variables
=yes
3291 am_cv_make_support_nested_variables
=no
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3295 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3296 if test $am_cv_make_support_nested_variables = yes; then
3298 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3300 AM_V
=$AM_DEFAULT_VERBOSITY
3301 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3306 if test -n "$ac_tool_prefix"; then
3307 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3308 set dummy ${ac_tool_prefix}ar; ac_word=$2
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3310 $as_echo_n "checking for $ac_word... " >&6; }
3311 if ${ac_cv_prog_AR+:} false; then :
3312 $as_echo_n "(cached) " >&6
3314 if test -n "$AR"; then
3315 ac_cv_prog_AR="$AR" # Let the user override the test.
3317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3321 test -z "$as_dir" && as_dir=.
3322 for ac_exec_ext in '' $ac_executable_extensions; do
3323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3324 ac_cv_prog_AR="${ac_tool_prefix}ar"
3325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3335 if test -n "$AR"; then
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3337 $as_echo "$AR" >&6; }
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3340 $as_echo "no" >&6; }
3345 if test -z "$ac_cv_prog_AR"; then
3347 # Extract the first word of "ar", so it can be a program name with args.
3348 set dummy ar; ac_word=$2
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3350 $as_echo_n "checking for $ac_word... " >&6; }
3351 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3352 $as_echo_n "(cached) " >&6
3354 if test -n "$ac_ct_AR"; then
3355 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3361 test -z "$as_dir" && as_dir=.
3362 for ac_exec_ext in '' $ac_executable_extensions; do
3363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3364 ac_cv_prog_ac_ct_AR="ar"
3365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3375 if test -n "$ac_ct_AR"; then
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3377 $as_echo "$ac_ct_AR" >&6; }
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3380 $as_echo "no" >&6; }
3383 if test "x$ac_ct_AR" = x; then
3386 case $cross_compiling:$ac_tool_warned in
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3390 ac_tool_warned=yes ;;
3398 if test -n "$ac_tool_prefix"; then
3399 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3400 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if ${ac_cv_prog_RANLIB+:} false; then :
3404 $as_echo_n "(cached) " >&6
3406 if test -n "$RANLIB"; then
3407 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3416 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3426 RANLIB=$ac_cv_prog_RANLIB
3427 if test -n "$RANLIB"; then
3428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3429 $as_echo "$RANLIB" >&6; }
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3432 $as_echo "no" >&6; }
3437 if test -z "$ac_cv_prog_RANLIB"; then
3438 ac_ct_RANLIB=$RANLIB
3439 # Extract the first word of "ranlib", so it can be a program name with args.
3440 set dummy ranlib; ac_word=$2
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
3443 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3444 $as_echo_n "(cached) " >&6
3446 if test -n "$ac_ct_RANLIB"; then
3447 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3453 test -z "$as_dir" && as_dir=.
3454 for ac_exec_ext in '' $ac_executable_extensions; do
3455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3456 ac_cv_prog_ac_ct_RANLIB="ranlib"
3457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3466 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3467 if test -n "$ac_ct_RANLIB"; then
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3469 $as_echo "$ac_ct_RANLIB" >&6; }
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3472 $as_echo "no" >&6; }
3475 if test "x$ac_ct_RANLIB" = x; then
3478 case $cross_compiling:$ac_tool_warned in
3480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3481 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3482 ac_tool_warned=yes ;;
3484 RANLIB=$ac_ct_RANLIB
3487 RANLIB="$ac_cv_prog_RANLIB"
3491 # Check whether --enable-shared was given.
3492 if test "${enable_shared+set}" = set; then :
3493 enableval=$enable_shared; p=${PACKAGE-default}
3495 yes) enable_shared=yes ;;
3496 no) enable_shared=no ;;
3499 # Look at the argument we got. We use all the common list separators.
3500 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3501 for pkg in $enableval; do
3503 if test "X$pkg" = "X$p"; then
3524 ac_cpp='$CPP $CPPFLAGS'
3525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3526 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3528 if test -n "$ac_tool_prefix"; then
3529 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3530 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3532 $as_echo_n "checking for $ac_word... " >&6; }
3533 if ${ac_cv_prog_CC+:} false; then :
3534 $as_echo_n "(cached) " >&6
3536 if test -n "$CC"; then
3537 ac_cv_prog_CC="$CC" # Let the user override the test.
3539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3543 test -z "$as_dir" && as_dir=.
3544 for ac_exec_ext in '' $ac_executable_extensions; do
3545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3546 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3557 if test -n "$CC"; then
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3559 $as_echo "$CC" >&6; }
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3562 $as_echo "no" >&6; }
3567 if test -z "$ac_cv_prog_CC"; then
3569 # Extract the first word of "gcc", so it can be a program name with args.
3570 set dummy gcc; ac_word=$2
3571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3572 $as_echo_n "checking for $ac_word... " >&6; }
3573 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3574 $as_echo_n "(cached) " >&6
3576 if test -n "$ac_ct_CC"; then
3577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 test -z "$as_dir" && as_dir=.
3584 for ac_exec_ext in '' $ac_executable_extensions; do
3585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3586 ac_cv_prog_ac_ct_CC="gcc"
3587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3596 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3597 if test -n "$ac_ct_CC"; then
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3599 $as_echo "$ac_ct_CC" >&6; }
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3602 $as_echo "no" >&6; }
3605 if test "x$ac_ct_CC" = x; then
3608 case $cross_compiling:$ac_tool_warned in
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3611 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3612 ac_tool_warned=yes ;;
3620 if test -z "$CC"; then
3621 if test -n "$ac_tool_prefix"; then
3622 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3623 set dummy ${ac_tool_prefix}cc; ac_word=$2
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3625 $as_echo_n "checking for $ac_word... " >&6; }
3626 if ${ac_cv_prog_CC+:} false; then :
3627 $as_echo_n "(cached) " >&6
3629 if test -n "$CC"; then
3630 ac_cv_prog_CC="$CC" # Let the user override the test.
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3639 ac_cv_prog_CC="${ac_tool_prefix}cc"
3640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3650 if test -n "$CC"; then
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3652 $as_echo "$CC" >&6; }
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3655 $as_echo "no" >&6; }
3661 if test -z "$CC"; then
3662 # Extract the first word of "cc", so it can be a program name with args.
3663 set dummy cc; ac_word=$2
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3665 $as_echo_n "checking for $ac_word... " >&6; }
3666 if ${ac_cv_prog_CC+:} false; then :
3667 $as_echo_n "(cached) " >&6
3669 if test -n "$CC"; then
3670 ac_cv_prog_CC="$CC" # Let the user override the test.
3673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3677 test -z "$as_dir" && as_dir=.
3678 for ac_exec_ext in '' $ac_executable_extensions; do
3679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3680 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3681 ac_prog_rejected=yes
3685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692 if test $ac_prog_rejected = yes; then
3693 # We found a bogon in the path, so make sure we never use it.
3694 set dummy $ac_cv_prog_CC
3696 if test $# != 0; then
3697 # We chose a different compiler from the bogus one.
3698 # However, it has the same basename, so the bogon will be chosen
3699 # first if we set CC to just the basename; use the full file name.
3701 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3707 if test -n "$CC"; then
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3709 $as_echo "$CC" >&6; }
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712 $as_echo "no" >&6; }
3717 if test -z "$CC"; then
3718 if test -n "$ac_tool_prefix"; then
3719 for ac_prog in cl.exe
3721 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3722 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if ${ac_cv_prog_CC+:} false; then :
3726 $as_echo_n "(cached) " >&6
3728 if test -n "$CC"; then
3729 ac_cv_prog_CC="$CC" # Let the user override the test.
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3738 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3749 if test -n "$CC"; then
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3751 $as_echo "$CC" >&6; }
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3754 $as_echo "no" >&6; }
3758 test -n "$CC" && break
3761 if test -z "$CC"; then
3763 for ac_prog in cl.exe
3765 # Extract the first word of "$ac_prog", so it can be a program name with args.
3766 set dummy $ac_prog; ac_word=$2
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3768 $as_echo_n "checking for $ac_word... " >&6; }
3769 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3770 $as_echo_n "(cached) " >&6
3772 if test -n "$ac_ct_CC"; then
3773 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3779 test -z "$as_dir" && as_dir=.
3780 for ac_exec_ext in '' $ac_executable_extensions; do
3781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3782 ac_cv_prog_ac_ct_CC="$ac_prog"
3783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3792 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3793 if test -n "$ac_ct_CC"; then
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3795 $as_echo "$ac_ct_CC" >&6; }
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3798 $as_echo "no" >&6; }
3802 test -n "$ac_ct_CC" && break
3805 if test "x$ac_ct_CC" = x; then
3808 case $cross_compiling:$ac_tool_warned in
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3811 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3812 ac_tool_warned=yes ;;
3821 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3822 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3823 as_fn_error $? "no acceptable C compiler found in \$PATH
3824 See \`config.log
' for more details" "$LINENO" 5; }
3826 # Provide some information about the compiler.
3827 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3830 for ac_option in --version -v -V -qversion; do
3831 { { ac_try="$ac_compiler $ac_option >&5"
3833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3834 *) ac_try_echo=$ac_try;;
3836 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3837 $as_echo "$ac_try_echo"; } >&5
3838 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3840 if test -s conftest.err; then
3842 ... rest of stderr output deleted ...
3843 10q
' conftest.err >conftest.er1
3844 cat conftest.er1 >&5
3846 rm -f conftest.er1 conftest.err
3847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3848 test $ac_status = 0; }
3851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3852 /* end confdefs.h. */
3862 ac_clean_files_save=$ac_clean_files
3863 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3864 # Try to create an executable without -o first, disregard a.out.
3865 # It will help us diagnose broken compilers, and finding out an intuition
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3868 $as_echo_n "checking whether the C compiler works... " >&6; }
3869 ac_link_default=`$as_echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
3871 # The possible output files:
3872 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3875 for ac_file in $ac_files
3878 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3879 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3884 if { { ac_try="$ac_link_default"
3886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3887 *) ac_try_echo=$ac_try;;
3889 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3890 $as_echo "$ac_try_echo"; } >&5
3891 (eval "$ac_link_default") 2>&5
3893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3894 test $ac_status = 0; }; then :
3895 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3896 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3897 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3898 # so that the user can short-circuit this test for compilers unknown to
3900 for ac_file
in $ac_files ''
3902 test -f "$ac_file" ||
continue
3904 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3907 # We found the default executable, but exeext='' is most
3911 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3913 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3915 # We set ac_cv_exeext here because the later test for it is not
3916 # safe: cross compilers may not add the suffix if given an `-o'
3917 # argument, so we may need to know it at that point already.
3918 # Even if this section looks crufty: it has the advantage of
3925 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3930 if test -z "$ac_file"; then :
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3933 $as_echo "$as_me: failed program was:" >&5
3934 sed 's/^/| /' conftest.
$ac_ext >&5
3936 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3937 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3938 as_fn_error
77 "C compiler cannot create executables
3939 See \`config.log' for more details" "$LINENO" 5; }
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3942 $as_echo "yes" >&6; }
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3945 $as_echo_n "checking for C compiler default output file name... " >&6; }
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3947 $as_echo "$ac_file" >&6; }
3948 ac_exeext
=$ac_cv_exeext
3950 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3951 ac_clean_files
=$ac_clean_files_save
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3953 $as_echo_n "checking for suffix of executables... " >&6; }
3954 if { { ac_try
="$ac_link"
3956 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3957 *) ac_try_echo=$ac_try;;
3959 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3960 $as_echo "$ac_try_echo"; } >&5
3961 (eval "$ac_link") 2>&5
3963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3964 test $ac_status = 0; }; then :
3965 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3966 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3967 # work properly (i.e., refer to `conftest.exe'), while it won't with
3969 for ac_file
in conftest.exe conftest conftest.
*; do
3970 test -f "$ac_file" ||
continue
3972 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3973 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3979 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3980 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3981 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3982 See \`config.log' for more details" "$LINENO" 5; }
3984 rm -f conftest conftest
$ac_cv_exeext
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3986 $as_echo "$ac_cv_exeext" >&6; }
3988 rm -f conftest.
$ac_ext
3989 EXEEXT
=$ac_cv_exeext
3991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3992 /* end confdefs.h. */
3997 FILE *f = fopen ("conftest.out", "w");
3998 return ferror (f) || fclose (f) != 0;
4004 ac_clean_files
="$ac_clean_files conftest.out"
4005 # Check that the compiler produces executables we can run. If not, either
4006 # the compiler is broken, or we cross compile.
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4008 $as_echo_n "checking whether we are cross compiling... " >&6; }
4009 if test "$cross_compiling" != yes; then
4010 { { ac_try
="$ac_link"
4012 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4013 *) ac_try_echo=$ac_try;;
4015 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4016 $as_echo "$ac_try_echo"; } >&5
4017 (eval "$ac_link") 2>&5
4019 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4020 test $ac_status = 0; }
4021 if { ac_try='./conftest$ac_cv_exeext'
4022 { { case "(($ac_try" in
4023 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4024 *) ac_try_echo
=$ac_try;;
4026 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4027 $as_echo "$ac_try_echo"; } >&5
4028 (eval "$ac_try") 2>&5
4030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4031 test $ac_status = 0; }; }; then
4034 if test "$cross_compiling" = maybe
; then
4037 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4039 as_fn_error $?
"cannot run C compiled programs.
4040 If you meant to cross compile, use \`--host'.
4041 See \`config.log' for more details" "$LINENO" 5; }
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4046 $as_echo "$cross_compiling" >&6; }
4048 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4049 ac_clean_files
=$ac_clean_files_save
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4051 $as_echo_n "checking for suffix of object files... " >&6; }
4052 if ${ac_cv_objext+:} false
; then :
4053 $as_echo_n "(cached) " >&6
4055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4056 /* end confdefs.h. */
4066 rm -f conftest.o conftest.obj
4067 if { { ac_try
="$ac_compile"
4069 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4070 *) ac_try_echo=$ac_try;;
4072 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4073 $as_echo "$ac_try_echo"; } >&5
4074 (eval "$ac_compile") 2>&5
4076 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4077 test $ac_status = 0; }; then :
4078 for ac_file in conftest.o conftest.obj conftest.*; do
4079 test -f "$ac_file" || continue;
4081 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4082 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4087 $as_echo "$as_me: failed program was:" >&5
4088 sed 's/^/| /' conftest.$ac_ext >&5
4090 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4091 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4092 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4093 See \
`config.log' for more details" "$LINENO" 5; }
4095 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4098 $as_echo "$ac_cv_objext" >&6; }
4099 OBJEXT=$ac_cv_objext
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4102 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4103 if ${ac_cv_c_compiler_gnu+:} false; then :
4104 $as_echo_n "(cached) " >&6
4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4107 /* end confdefs.h. */
4120 if ac_fn_c_try_compile "$LINENO"; then :
4125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4126 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4130 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4131 if test $ac_compiler_gnu = yes; then
4136 ac_test_CFLAGS=${CFLAGS+set}
4137 ac_save_CFLAGS=$CFLAGS
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4139 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4140 if ${ac_cv_prog_cc_g+:} false; then :
4141 $as_echo_n "(cached) " >&6
4143 ac_save_c_werror_flag=$ac_c_werror_flag
4144 ac_c_werror_flag=yes
4147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4148 /* end confdefs.h. */
4158 if ac_fn_c_try_compile "$LINENO"; then :
4162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4163 /* end confdefs.h. */
4173 if ac_fn_c_try_compile "$LINENO"; then :
4176 ac_c_werror_flag=$ac_save_c_werror_flag
4178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4179 /* end confdefs.h. */
4189 if ac_fn_c_try_compile "$LINENO"; then :
4192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4197 ac_c_werror_flag=$ac_save_c_werror_flag
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4200 $as_echo "$ac_cv_prog_cc_g" >&6; }
4201 if test "$ac_test_CFLAGS" = set; then
4202 CFLAGS=$ac_save_CFLAGS
4203 elif test $ac_cv_prog_cc_g = yes; then
4204 if test "$GCC" = yes; then
4210 if test "$GCC" = yes; then
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4217 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4218 if ${ac_cv_prog_cc_c89+:} false; then :
4219 $as_echo_n "(cached) " >&6
4221 ac_cv_prog_cc_c89=no
4223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4224 /* end confdefs.h. */
4228 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4229 struct buf { int x; };
4230 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4231 static char *e (p, i)
4237 static char *f (char * (*g) (char **, int), char **p, ...)
4242 s = g (p, va_arg (v,int));
4247 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4248 function prototypes and stuff, but not '\xHH' hex character constants.
4249 These don't provoke an error unfortunately, instead are silently treated
4250 as 'x'. The following induces an error, until -std is added to get
4251 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4252 array size at least. It's necessary to write '\x00'==0 to get something
4253 that's true only with -std. */
4254 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4256 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4257 inside strings and character constants. */
4259 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4261 int test (int i, double x);
4262 struct s1 {int (*f) (int a);};
4263 struct s2 {int (*f) (double a);};
4264 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4270 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4275 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4276 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4278 CC="$ac_save_CC $ac_arg"
4279 if ac_fn_c_try_compile "$LINENO"; then :
4280 ac_cv_prog_cc_c89=$ac_arg
4282 rm -f core conftest.err conftest.$ac_objext
4283 test "x$ac_cv_prog_cc_c89" != "xno" && break
4285 rm -f conftest.$ac_ext
4290 case "x$ac_cv_prog_cc_c89" in
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4293 $as_echo "none needed" >&6; } ;;
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4296 $as_echo "unsupported" >&6; } ;;
4298 CC="$CC $ac_cv_prog_cc_c89"
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4300 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4302 if test "x$ac_cv_prog_cc_c89" != xno; then :
4307 ac_cpp='$CPP $CPPFLAGS'
4308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4313 ac_cpp='$CPP $CPPFLAGS'
4314 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4315 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4316 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4318 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4319 if ${am_cv_prog_cc_c_o+:} false; then :
4320 $as_echo_n "(cached) " >&6
4322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4323 /* end confdefs.h. */
4333 # Make sure it works both with $CC and with simple cc.
4334 # Following AC_PROG_CC_C_O, we do the test twice because some
4335 # compilers refuse to overwrite an existing .o file with -o,
4336 # though they will create one.
4337 am_cv_prog_cc_c_o=yes
4339 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4340 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343 (exit $ac_status); } \
4344 && test -f conftest2.$ac_objext; then
4347 am_cv_prog_cc_c_o=no
4351 rm -f core conftest*
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4355 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4356 if test "$am_cv_prog_cc_c_o" != yes; then
4357 # Losing compiler, so override with the script.
4358 # FIXME: It is wrong to rewrite CC.
4359 # But if we don't then we get into trouble of one sort or another.
4360 # A longer-term fix would be to have automake use am__CC in this case,
4361 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4362 CC="$am_aux_dir/compile $CC"
4365 ac_cpp='$CPP $CPPFLAGS'
4366 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4367 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4368 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4370 DEPDIR="${am__leading_dot}deps"
4372 ac_config_commands="$ac_config_commands depfiles"
4375 am_make=${MAKE-make}
4376 cat > confinc << 'END'
4378 @echo this is the am__doit target
4381 # If we don't find an include directive, just comment out the code.
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4383 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4387 # First try GNU make style include.
4388 echo "include confinc" > confmf
4389 # Ignore all kinds of additional output from 'make'.
4390 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4391 *the\ am__doit\ target*)
4397 # Now try BSD make style include.
4398 if test "$am__include" = "#"; then
4399 echo '.include "confinc"' > confmf
4400 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4401 *the\ am__doit\ target*)
4402 am__include=.include
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4411 $as_echo "$_am_result" >&6; }
4412 rm -f confinc confmf
4414 # Check whether --enable-dependency-tracking was given.
4415 if test "${enable_dependency_tracking+set}" = set; then :
4416 enableval=$enable_dependency_tracking;
4419 if test "x$enable_dependency_tracking" != xno; then
4420 am_depcomp="$ac_aux_dir/depcomp"
4424 if test "x$enable_dependency_tracking" != xno; then
4434 depcc="$CC" am_compiler_list=
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4437 $as_echo_n "checking dependency style of $depcc... " >&6; }
4438 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4439 $as_echo_n "(cached) " >&6
4441 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4442 # We make a subdir and do the tests there. Otherwise we can end up
4443 # making bogus files that we don't know about and never remove. For
4444 # instance it was reported that on HP-UX the gcc test will end up
4445 # making a dummy file named 'D' -- because '-MD' means "put the output
4449 # Copy depcomp to subdir because otherwise we won't find it if we're
4450 # using a relative directory.
4451 cp "$am_depcomp" conftest.dir
4453 # We will build objects and dependencies in a subdirectory because
4454 # it helps to detect inapplicable dependency modes. For instance
4455 # both Tru64's cc and ICC support -MD to output dependencies as a
4456 # side effect of compilation, but ICC will put the dependencies in
4457 # the current directory while Tru64 will put them in the object
4461 am_cv_CC_dependencies_compiler_type=none
4462 if test "$am_compiler_list" = ""; then
4463 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4466 case " $depcc " in #(
4467 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4470 for depmode in $am_compiler_list; do
4471 # Setup a source with many dependencies, because some compilers
4472 # like to wrap large dependency lists on column 80 (with \), and
4473 # we should not choose a depcomp mode which is confused by this.
4475 # We need to recreate these files for each test, as the compiler may
4476 # overwrite some of them when testing with obscure command lines.
4477 # This happens at least with the AIX C compiler.
4479 for i in 1 2 3 4 5 6; do
4480 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4481 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4482 # Solaris 10 /bin/sh.
4483 echo '/* dummy */' > sub/conftst$i.h
4485 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4487 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4488 # mode. It turns out that the SunPro C++ compiler does not properly
4489 # handle '-M -o', and we need to detect this. Also, some Intel
4490 # versions had trouble with output in subdirs.
4491 am__obj=sub/conftest.${OBJEXT-o}
4492 am__minus_obj="-o $am__obj"
4495 # This depmode causes a compiler race in universal mode.
4496 test "$am__universal" = false || continue
4499 # After this tag, mechanisms are not by side-effect, so they'll
4500 # only be used when explicitly requested.
4501 if test "x$enable_dependency_tracking" = xyes; then
4507 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4508 # This compiler won't grok '-c -o', but also, the minuso test has
4509 # not run yet. These depmodes are late enough in the game, and
4510 # so weak that their functioning should not be impacted.
4511 am__obj=conftest.${OBJEXT-o}
4516 if depmode=$depmode \
4517 source=sub/conftest.c object=$am__obj \
4518 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4519 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4520 >/dev/null 2>conftest.err &&
4521 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4522 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4523 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4524 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4525 # icc doesn't choke on unknown options, it will just issue warnings
4526 # or remarks (even with -Werror). So we grep stderr for any message
4527 # that says an option was ignored or not supported.
4528 # When given -MP, icc 7.0 and 7.1 complain thusly:
4529 # icc: Command line warning: ignoring option '-M'; no argument required
4530 # The diagnosis changed in icc 8.0:
4531 # icc: Command line remark: option '-MP' not supported
4532 if (grep 'ignoring option' conftest.err ||
4533 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4534 am_cv_CC_dependencies_compiler_type=$depmode
4543 am_cv_CC_dependencies_compiler_type=none
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4548 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4549 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4552 test "x$enable_dependency_tracking" != xno \
4553 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4555 am__fastdepCC_FALSE='#'
4557 am__fastdepCC_TRUE='#'
4558 am__fastdepCC_FALSE=
4564 ac_cpp='$CPP $CPPFLAGS'
4565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4566 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4567 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4569 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4570 # On Suns, sometimes $CPP names a directory.
4571 if test -n "$CPP" && test -d "$CPP"; then
4574 if test -z "$CPP"; then
4575 if ${ac_cv_prog_CPP+:} false; then :
4576 $as_echo_n "(cached) " >&6
4578 # Double quotes because CPP needs to be expanded
4579 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4582 for ac_c_preproc_warn_flag in '' yes
4584 # Use a header file that comes with gcc, so configuring glibc
4585 # with a fresh cross-compiler works.
4586 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4587 # <limits.h> exists even on freestanding compilers.
4588 # On the NeXT, cc -E runs the code through the compiler's parser,
4589 # not just through cpp. "Syntax error" is here to catch this case.
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591 /* end confdefs.h. */
4593 # include <limits.h>
4595 # include <assert.h>
4599 if ac_fn_c_try_cpp "$LINENO"; then :
4602 # Broken: fails on valid input.
4605 rm -f conftest.err conftest.i conftest.$ac_ext
4607 # OK, works on sane cases. Now check whether nonexistent headers
4608 # can be detected and how.
4609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4610 /* end confdefs.h. */
4611 #include <ac_nonexistent.h>
4613 if ac_fn_c_try_cpp "$LINENO"; then :
4614 # Broken: success on invalid input.
4617 # Passes both tests.
4621 rm -f conftest.err conftest.i conftest.$ac_ext
4624 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4625 rm -f conftest.i conftest.err conftest.
$ac_ext
4626 if $ac_preproc_ok; then :
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4639 $as_echo "$CPP" >&6; }
4641 for ac_c_preproc_warn_flag
in '' yes
4643 # Use a header file that comes with gcc, so configuring glibc
4644 # with a fresh cross-compiler works.
4645 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4646 # <limits.h> exists even on freestanding compilers.
4647 # On the NeXT, cc -E runs the code through the compiler's parser,
4648 # not just through cpp. "Syntax error" is here to catch this case.
4649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4650 /* end confdefs.h. */
4652 # include <limits.h>
4654 # include <assert.h>
4658 if ac_fn_c_try_cpp
"$LINENO"; then :
4661 # Broken: fails on valid input.
4664 rm -f conftest.err conftest.i conftest.
$ac_ext
4666 # OK, works on sane cases. Now check whether nonexistent headers
4667 # can be detected and how.
4668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4670 #include <ac_nonexistent.h>
4672 if ac_fn_c_try_cpp
"$LINENO"; then :
4673 # Broken: success on invalid input.
4676 # Passes both tests.
4680 rm -f conftest.err conftest.i conftest.
$ac_ext
4683 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4684 rm -f conftest.i conftest.err conftest.
$ac_ext
4685 if $ac_preproc_ok; then :
4688 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4689 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4690 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4691 See \`config.log' for more details" "$LINENO" 5; }
4695 ac_cpp
='$CPP $CPPFLAGS'
4696 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4697 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4698 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4702 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4703 if ${ac_cv_path_GREP+:} false
; then :
4704 $as_echo_n "(cached) " >&6
4706 if test -z "$GREP"; then
4707 ac_path_GREP_found
=false
4708 # Loop through the user's path and test for each of PROGNAME-LIST
4709 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4710 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4713 test -z "$as_dir" && as_dir
=.
4714 for ac_prog
in grep ggrep
; do
4715 for ac_exec_ext
in '' $ac_executable_extensions; do
4716 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4717 as_fn_executable_p
"$ac_path_GREP" ||
continue
4718 # Check for GNU ac_path_GREP and select it if it is found.
4719 # Check for GNU $ac_path_GREP
4720 case `"$ac_path_GREP" --version 2>&1` in
4722 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4725 $as_echo_n 0123456789 >"conftest.in"
4728 cat "conftest.in" "conftest.in" >"conftest.tmp"
4729 mv "conftest.tmp" "conftest.in"
4730 cp "conftest.in" "conftest.nl"
4731 $as_echo 'GREP' >> "conftest.nl"
4732 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4733 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4734 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4735 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4736 # Best one so far, save it but keep looking for a better one
4737 ac_cv_path_GREP
="$ac_path_GREP"
4738 ac_path_GREP_max
=$ac_count
4740 # 10*(2^10) chars as input seems more than enough
4741 test $ac_count -gt 10 && break
4743 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4746 $ac_path_GREP_found && break 3
4751 if test -z "$ac_cv_path_GREP"; then
4752 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4755 ac_cv_path_GREP
=$GREP
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4760 $as_echo "$ac_cv_path_GREP" >&6; }
4761 GREP
="$ac_cv_path_GREP"
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4765 $as_echo_n "checking for egrep... " >&6; }
4766 if ${ac_cv_path_EGREP+:} false
; then :
4767 $as_echo_n "(cached) " >&6
4769 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4770 then ac_cv_path_EGREP
="$GREP -E"
4772 if test -z "$EGREP"; then
4773 ac_path_EGREP_found
=false
4774 # Loop through the user's path and test for each of PROGNAME-LIST
4775 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4776 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4779 test -z "$as_dir" && as_dir
=.
4780 for ac_prog
in egrep; do
4781 for ac_exec_ext
in '' $ac_executable_extensions; do
4782 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4783 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4784 # Check for GNU ac_path_EGREP and select it if it is found.
4785 # Check for GNU $ac_path_EGREP
4786 case `"$ac_path_EGREP" --version 2>&1` in
4788 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4791 $as_echo_n 0123456789 >"conftest.in"
4794 cat "conftest.in" "conftest.in" >"conftest.tmp"
4795 mv "conftest.tmp" "conftest.in"
4796 cp "conftest.in" "conftest.nl"
4797 $as_echo 'EGREP' >> "conftest.nl"
4798 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4799 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4800 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4801 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4802 # Best one so far, save it but keep looking for a better one
4803 ac_cv_path_EGREP
="$ac_path_EGREP"
4804 ac_path_EGREP_max
=$ac_count
4806 # 10*(2^10) chars as input seems more than enough
4807 test $ac_count -gt 10 && break
4809 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4812 $ac_path_EGREP_found && break 3
4817 if test -z "$ac_cv_path_EGREP"; then
4818 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4821 ac_cv_path_EGREP
=$EGREP
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4827 $as_echo "$ac_cv_path_EGREP" >&6; }
4828 EGREP
="$ac_cv_path_EGREP"
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4832 $as_echo_n "checking for ANSI C header files... " >&6; }
4833 if ${ac_cv_header_stdc+:} false
; then :
4834 $as_echo_n "(cached) " >&6
4836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4837 /* end confdefs.h. */
4851 if ac_fn_c_try_compile
"$LINENO"; then :
4852 ac_cv_header_stdc
=yes
4854 ac_cv_header_stdc
=no
4856 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4858 if test $ac_cv_header_stdc = yes; then
4859 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4861 /* end confdefs.h. */
4865 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4866 $EGREP "memchr" >/dev
/null
2>&1; then :
4869 ac_cv_header_stdc
=no
4875 if test $ac_cv_header_stdc = yes; then
4876 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4878 /* end confdefs.h. */
4882 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4883 $EGREP "free" >/dev
/null
2>&1; then :
4886 ac_cv_header_stdc
=no
4892 if test $ac_cv_header_stdc = yes; then
4893 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4894 if test "$cross_compiling" = yes; then :
4897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4898 /* end confdefs.h. */
4901 #if ((' ' & 0x0FF) == 0x020)
4902 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4903 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4905 # define ISLOWER(c) \
4906 (('a' <= (c) && (c) <= 'i') \
4907 || ('j' <= (c) && (c) <= 'r') \
4908 || ('s' <= (c) && (c) <= 'z'))
4909 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4912 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4917 for (i = 0; i < 256; i++)
4918 if (XOR (islower (i), ISLOWER (i))
4919 || toupper (i) != TOUPPER (i))
4924 if ac_fn_c_try_run
"$LINENO"; then :
4927 ac_cv_header_stdc
=no
4929 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4930 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4936 $as_echo "$ac_cv_header_stdc" >&6; }
4937 if test $ac_cv_header_stdc = yes; then
4939 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4943 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4944 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4945 inttypes.h stdint.h unistd.h
4947 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4948 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4950 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4951 cat >>confdefs.h
<<_ACEOF
4952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4961 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4962 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4969 if test "$MINIX" = yes; then
4971 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4974 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4977 $as_echo "#define _MINIX 1" >>confdefs.h
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4983 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4984 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4985 $as_echo_n "(cached) " >&6
4987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4988 /* end confdefs.h. */
4990 # define __EXTENSIONS__ 1
4991 $ac_includes_default
5000 if ac_fn_c_try_compile
"$LINENO"; then :
5001 ac_cv_safe_to_define___extensions__
=yes
5003 ac_cv_safe_to_define___extensions__
=no
5005 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5008 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5009 test $ac_cv_safe_to_define___extensions__ = yes &&
5010 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5012 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5014 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5016 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5018 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5027 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5032 macro_version
='2.2.7a'
5033 macro_revision
='1.3134'
5047 ltmain
="$ac_aux_dir/ltmain.sh"
5049 # Backslashify metacharacters that are still active within
5050 # double-quoted strings.
5051 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5053 # Same as above, but do not quote variable references.
5054 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5056 # Sed substitution to delay expansion of an escaped shell variable in a
5057 # double_quote_subst'ed string.
5058 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5060 # Sed substitution to delay expansion of an escaped single quote.
5061 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5063 # Sed substitution to avoid accidental globbing in evaled expressions
5064 no_glob_subst
='s/\*/\\\*/g'
5066 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5067 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5068 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5071 $as_echo_n "checking how to print strings... " >&6; }
5072 # Test print first, because it will be a builtin if present.
5073 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5074 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5076 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5079 # Use this function as a fallback that always works.
5080 func_fallback_echo ()
5082 eval 'cat <<_LTECHO_EOF
5086 ECHO='func_fallback_echo
'
5089 # func_echo_all arg...
5090 # Invoke $ECHO with all args, space-separated.
5097 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5098 $as_echo "printf" >&6; } ;;
5099 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5100 $as_echo "print -r" >&6; } ;;
5101 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5102 $as_echo "cat" >&6; } ;;
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5119 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5120 if ${ac_cv_path_SED+:} false; then :
5121 $as_echo_n "(cached) " >&6
5123 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5124 for ac_i in 1 2 3 4 5 6 7; do
5125 ac_script="$ac_script$as_nl$ac_script"
5127 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5128 { ac_script=; unset ac_script;}
5129 if test -z "$SED"; then
5130 ac_path_SED_found=false
5131 # Loop through the user's path and
test for each of PROGNAME-LIST
5132 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5136 test -z "$as_dir" && as_dir
=.
5137 for ac_prog
in sed gsed
; do
5138 for ac_exec_ext
in '' $ac_executable_extensions; do
5139 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5140 as_fn_executable_p
"$ac_path_SED" ||
continue
5141 # Check for GNU ac_path_SED and select it if it is found.
5142 # Check for GNU $ac_path_SED
5143 case `"$ac_path_SED" --version 2>&1` in
5145 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5148 $as_echo_n 0123456789 >"conftest.in"
5151 cat "conftest.in" "conftest.in" >"conftest.tmp"
5152 mv "conftest.tmp" "conftest.in"
5153 cp "conftest.in" "conftest.nl"
5154 $as_echo '' >> "conftest.nl"
5155 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5156 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5157 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5158 if test $ac_count -gt ${ac_path_SED_max-0}; then
5159 # Best one so far, save it but keep looking for a better one
5160 ac_cv_path_SED
="$ac_path_SED"
5161 ac_path_SED_max
=$ac_count
5163 # 10*(2^10) chars as input seems more than enough
5164 test $ac_count -gt 10 && break
5166 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5169 $ac_path_SED_found && break 3
5174 if test -z "$ac_cv_path_SED"; then
5175 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5183 $as_echo "$ac_cv_path_SED" >&6; }
5184 SED
="$ac_cv_path_SED"
5187 test -z "$SED" && SED
=sed
5188 Xsed
="$SED -e 1s/^X//"
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5201 $as_echo_n "checking for fgrep... " >&6; }
5202 if ${ac_cv_path_FGREP+:} false
; then :
5203 $as_echo_n "(cached) " >&6
5205 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5206 then ac_cv_path_FGREP
="$GREP -F"
5208 if test -z "$FGREP"; then
5209 ac_path_FGREP_found
=false
5210 # Loop through the user's path and test for each of PROGNAME-LIST
5211 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5212 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5215 test -z "$as_dir" && as_dir
=.
5216 for ac_prog
in fgrep
; do
5217 for ac_exec_ext
in '' $ac_executable_extensions; do
5218 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5219 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5220 # Check for GNU ac_path_FGREP and select it if it is found.
5221 # Check for GNU $ac_path_FGREP
5222 case `"$ac_path_FGREP" --version 2>&1` in
5224 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5227 $as_echo_n 0123456789 >"conftest.in"
5230 cat "conftest.in" "conftest.in" >"conftest.tmp"
5231 mv "conftest.tmp" "conftest.in"
5232 cp "conftest.in" "conftest.nl"
5233 $as_echo 'FGREP' >> "conftest.nl"
5234 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5235 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5236 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5237 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5238 # Best one so far, save it but keep looking for a better one
5239 ac_cv_path_FGREP
="$ac_path_FGREP"
5240 ac_path_FGREP_max
=$ac_count
5242 # 10*(2^10) chars as input seems more than enough
5243 test $ac_count -gt 10 && break
5245 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5248 $ac_path_FGREP_found && break 3
5253 if test -z "$ac_cv_path_FGREP"; then
5254 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5257 ac_cv_path_FGREP
=$FGREP
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5263 $as_echo "$ac_cv_path_FGREP" >&6; }
5264 FGREP
="$ac_cv_path_FGREP"
5267 test -z "$GREP" && GREP
=grep
5287 # Check whether --with-gnu-ld was given.
5288 if test "${with_gnu_ld+set}" = set; then :
5289 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5295 if test "$GCC" = yes; then
5296 # Check if gcc -print-prog-name=ld gives a path.
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5298 $as_echo_n "checking for ld used by $CC... " >&6; }
5301 # gcc leaves a trailing carriage return which upsets mingw
5302 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5304 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5307 # Accept absolute paths.
5309 re_direlt
='/[^/][^/]*/\.\./'
5310 # Canonicalize the pathname of ld
5311 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5312 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5313 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5315 test -z "$LD" && LD
="$ac_prog"
5318 # If it fails, then pretend we aren't using GCC.
5322 # If it is relative, then search for the first ld in PATH.
5326 elif test "$with_gnu_ld" = yes; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5328 $as_echo_n "checking for GNU ld... " >&6; }
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5331 $as_echo_n "checking for non-GNU ld... " >&6; }
5333 if ${lt_cv_path_LD+:} false
; then :
5334 $as_echo_n "(cached) " >&6
5336 if test -z "$LD"; then
5337 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5338 for ac_dir
in $PATH; do
5340 test -z "$ac_dir" && ac_dir
=.
5341 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5342 lt_cv_path_LD
="$ac_dir/$ac_prog"
5343 # Check to see if the program is GNU ld. I'd rather use --version,
5344 # but apparently some variants of GNU ld only accept -v.
5345 # Break only if it was the GNU/non-GNU ld that we prefer.
5346 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5347 *GNU
* |
*'with BFD'*)
5348 test "$with_gnu_ld" != no
&& break
5351 test "$with_gnu_ld" != yes && break
5358 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5363 if test -n "$LD"; then
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5365 $as_echo "$LD" >&6; }
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5368 $as_echo "no" >&6; }
5370 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5372 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5373 if ${lt_cv_prog_gnu_ld+:} false
; then :
5374 $as_echo_n "(cached) " >&6
5376 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5377 case `$LD -v 2>&1 </dev/null` in
5378 *GNU
* |
*'with BFD'*)
5379 lt_cv_prog_gnu_ld
=yes
5382 lt_cv_prog_gnu_ld
=no
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5387 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5388 with_gnu_ld
=$lt_cv_prog_gnu_ld
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5399 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5400 if ${lt_cv_path_NM+:} false
; then :
5401 $as_echo_n "(cached) " >&6
5403 if test -n "$NM"; then
5404 # Let the user override the nm to test.
5405 lt_nm_to_check
="$NM"
5407 lt_nm_to_check
="${ac_tool_prefix}nm"
5408 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5409 lt_nm_to_check
="$lt_nm_to_check nm"
5412 for lt_tmp_nm
in $lt_nm_to_check; do
5413 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5414 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5416 test -z "$ac_dir" && ac_dir
=.
5417 case "$lt_tmp_nm" in
5418 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
5419 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
5421 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5422 # Check to see if the nm accepts a BSD-compat flag.
5423 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5424 # nm: unknown option "B" ignored
5425 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5426 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
5430 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5432 lt_cv_path_NM
="$tmp_nm -p"
5436 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5437 continue # so that we can try to find one that supports BSD flags
5446 : ${lt_cv_path_NM=no}
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5449 $as_echo "$lt_cv_path_NM" >&6; }
5450 if test "$lt_cv_path_NM" != "no"; then
5453 # Didn't find any BSD compatible name lister, look for dumpbin.
5454 if test -n "$DUMPBIN"; then :
5455 # Let the user override the test.
5457 if test -n "$ac_tool_prefix"; then
5458 for ac_prog
in dumpbin
"link -dump"
5460 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5461 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5463 $as_echo_n "checking for $ac_word... " >&6; }
5464 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5465 $as_echo_n "(cached) " >&6
5467 if test -n "$DUMPBIN"; then
5468 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5470 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5474 test -z "$as_dir" && as_dir
=.
5475 for ac_exec_ext
in '' $ac_executable_extensions; do
5476 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5477 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5487 DUMPBIN
=$ac_cv_prog_DUMPBIN
5488 if test -n "$DUMPBIN"; then
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5490 $as_echo "$DUMPBIN" >&6; }
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5493 $as_echo "no" >&6; }
5497 test -n "$DUMPBIN" && break
5500 if test -z "$DUMPBIN"; then
5501 ac_ct_DUMPBIN
=$DUMPBIN
5502 for ac_prog
in dumpbin
"link -dump"
5504 # Extract the first word of "$ac_prog", so it can be a program name with args.
5505 set dummy
$ac_prog; ac_word
=$2
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5507 $as_echo_n "checking for $ac_word... " >&6; }
5508 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5509 $as_echo_n "(cached) " >&6
5511 if test -n "$ac_ct_DUMPBIN"; then
5512 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5514 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5518 test -z "$as_dir" && as_dir
=.
5519 for ac_exec_ext
in '' $ac_executable_extensions; do
5520 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5521 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5531 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5532 if test -n "$ac_ct_DUMPBIN"; then
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5534 $as_echo "$ac_ct_DUMPBIN" >&6; }
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5537 $as_echo "no" >&6; }
5541 test -n "$ac_ct_DUMPBIN" && break
5544 if test "x$ac_ct_DUMPBIN" = x
; then
5547 case $cross_compiling:$ac_tool_warned in
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5550 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5551 ac_tool_warned
=yes ;;
5553 DUMPBIN
=$ac_ct_DUMPBIN
5557 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5559 DUMPBIN
="$DUMPBIN -symbols"
5567 if test "$DUMPBIN" != ":"; then
5571 test -z "$NM" && NM
=nm
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5579 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5580 if ${lt_cv_nm_interface+:} false
; then :
5581 $as_echo_n "(cached) " >&6
5583 lt_cv_nm_interface
="BSD nm"
5584 echo "int some_variable = 0;" > conftest.
$ac_ext
5585 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5586 (eval "$ac_compile" 2>conftest.err
)
5587 cat conftest.err
>&5
5588 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5589 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5590 cat conftest.err
>&5
5591 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5592 cat conftest.out
>&5
5593 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5594 lt_cv_nm_interface
="MS dumpbin"
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5599 $as_echo "$lt_cv_nm_interface" >&6; }
5601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5602 $as_echo_n "checking whether ln -s works... " >&6; }
5604 if test "$LN_S" = "ln -s"; then
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5606 $as_echo "yes" >&6; }
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5609 $as_echo "no, using $LN_S" >&6; }
5612 # find the maximum length of command line arguments
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5614 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5615 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5616 $as_echo_n "(cached) " >&6
5623 # On DJGPP, this test can blow up pretty badly due to problems in libc
5624 # (any single argument exceeding 2000 bytes causes a buffer overrun
5625 # during glob expansion). Even if it were fixed, the result of this
5626 # check would be larger than it should be.
5627 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5631 # Under GNU Hurd, this test is not required because there is
5632 # no limit to the length of command line arguments.
5633 # Libtool will interpret -1 as no limit whatsoever
5634 lt_cv_sys_max_cmd_len
=-1;
5637 cygwin
* | mingw
* | cegcc
*)
5638 # On Win9x/ME, this test blows up -- it succeeds, but takes
5639 # about 5 minutes as the teststring grows exponentially.
5640 # Worse, since 9x/ME are not pre-emptively multitasking,
5641 # you end up with a "frozen" computer, even though with patience
5642 # the test eventually succeeds (with a max line length of 256k).
5643 # Instead, let's just punt: use the minimum linelength reported by
5644 # all of the supported platforms: 8192 (on NT/2K/XP).
5645 lt_cv_sys_max_cmd_len
=8192;
5649 # On MiNT this can take a long time and run out of memory.
5650 lt_cv_sys_max_cmd_len
=8192;
5654 # On AmigaOS with pdksh, this test takes hours, literally.
5655 # So we just punt and use a minimum line length of 8192.
5656 lt_cv_sys_max_cmd_len
=8192;
5659 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5660 # This has been around since 386BSD, at least. Likely further.
5661 if test -x /sbin
/sysctl
; then
5662 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5663 elif test -x /usr
/sbin
/sysctl
; then
5664 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5666 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5668 # And add a safety zone
5669 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5670 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5674 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5675 lt_cv_sys_max_cmd_len
=196608
5679 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5680 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5681 # nice to cause kernel panics so lets avoid the loop below.
5682 # First set a reasonable default.
5683 lt_cv_sys_max_cmd_len
=16384
5685 if test -x /sbin
/sysconfig
; then
5686 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5687 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5692 lt_cv_sys_max_cmd_len
=102400
5694 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5695 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5696 if test -n "$kargmax"; then
5697 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5699 lt_cv_sys_max_cmd_len
=32768
5703 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5704 if test -n "$lt_cv_sys_max_cmd_len"; then
5705 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5706 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5708 # Make teststring a little bigger before we do anything with it.
5709 # a 1K string should be a reasonable start.
5710 for i
in 1 2 3 4 5 6 7 8 ; do
5711 teststring
=$teststring$teststring
5713 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5714 # If test is not a shell built-in, we'll probably end up computing a
5715 # maximum length that is only half of the actual maximum length, but
5717 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5718 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5719 test $i != 17 # 1/2 MB should be enough
5722 teststring
=$teststring$teststring
5724 # Only check the string length outside the loop.
5725 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5727 # Add a significant safety factor because C++ compilers can tack on
5728 # massive amounts of additional arguments before passing them to the
5729 # linker. It appears as though 1/2 is a usable value.
5730 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5737 if test -n $lt_cv_sys_max_cmd_len ; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5739 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5742 $as_echo "none" >&6; }
5744 max_cmd_len
=$lt_cv_sys_max_cmd_len
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5756 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5757 # Try some XSI features
5760 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5762 && eval 'test $(( 1 + 1 )) -eq 2 \
5763 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5766 $as_echo "$xsi_shell" >&6; }
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5770 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5772 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5774 && lt_shell_append=yes
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5776 $as_echo "$lt_shell_append" >&6; }
5779 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5789 # test EBCDIC or ASCII
5790 case `echo X|tr X '\101'` in
5791 A) # ASCII based system
5792 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5793 lt_SP2NL='tr \040 \012'
5794 lt_NL2SP='tr \015\012 \040\040'
5796 *) # EBCDIC based system
5797 lt_SP2NL='tr \100 \n'
5798 lt_NL2SP='tr \r\n \100\100'
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5811 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5812 if ${lt_cv_ld_reload_flag+:} false; then :
5813 $as_echo_n "(cached
) " >&6
5815 lt_cv_ld_reload_flag='-r'
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5818 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5819 reload_flag=$lt_cv_ld_reload_flag
5820 case $reload_flag in
5822 *) reload_flag=" $reload_flag" ;;
5824 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5827 if test "$GCC" = yes; then
5828 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5830 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5843 if test -n "$ac_tool_prefix"; then
5844 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5845 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5847 $as_echo_n "checking
for $ac_word...
" >&6; }
5848 if ${ac_cv_prog_OBJDUMP+:} false; then :
5849 $as_echo_n "(cached
) " >&6
5851 if test -n "$OBJDUMP"; then
5852 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5858 test -z "$as_dir" && as_dir=.
5859 for ac_exec_ext in '' $ac_executable_extensions; do
5860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5861 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5862 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5871 OBJDUMP=$ac_cv_prog_OBJDUMP
5872 if test -n "$OBJDUMP"; then
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5874 $as_echo "$OBJDUMP" >&6; }
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5877 $as_echo "no
" >&6; }
5882 if test -z "$ac_cv_prog_OBJDUMP"; then
5883 ac_ct_OBJDUMP=$OBJDUMP
5884 # Extract the first word of "objdump
", so it can be a program name with args.
5885 set dummy objdump; ac_word=$2
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5887 $as_echo_n "checking
for $ac_word...
" >&6; }
5888 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5889 $as_echo_n "(cached
) " >&6
5891 if test -n "$ac_ct_OBJDUMP"; then
5892 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5898 test -z "$as_dir" && as_dir=.
5899 for ac_exec_ext in '' $ac_executable_extensions; do
5900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5901 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5902 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5911 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5912 if test -n "$ac_ct_OBJDUMP"; then
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5914 $as_echo "$ac_ct_OBJDUMP" >&6; }
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5917 $as_echo "no
" >&6; }
5920 if test "x
$ac_ct_OBJDUMP" = x; then
5923 case $cross_compiling:$ac_tool_warned in
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5926 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5927 ac_tool_warned=yes ;;
5929 OBJDUMP=$ac_ct_OBJDUMP
5932 OBJDUMP="$ac_cv_prog_OBJDUMP"
5935 test -z "$OBJDUMP" && OBJDUMP=objdump
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5946 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5947 if ${lt_cv_deplibs_check_method+:} false; then :
5948 $as_echo_n "(cached
) " >&6
5950 lt_cv_file_magic_cmd='$MAGIC_CMD'
5951 lt_cv_file_magic_test_file=
5952 lt_cv_deplibs_check_method='unknown'
5953 # Need to set the preceding variable on all platforms that support
5954 # interlibrary dependencies.
5955 # 'none' -- dependencies not supported.
5956 # `unknown' -- same as none, but documents that we really don't know.
5957 # 'pass_all' -- all dependencies passed with no checks.
5958 # 'test_compile' -- check by making test program.
5959 # 'file_magic [[regex]]' -- check by looking for files in library path
5960 # which responds to the $file_magic_cmd with a given extended regex.
5961 # If you have `file' or equivalent on your system and you're not sure
5962 # whether `pass_all' will *always* work, you probably want this one.
5966 lt_cv_deplibs_check_method=pass_all
5970 lt_cv_deplibs_check_method=pass_all
5974 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5975 lt_cv_file_magic_cmd='/usr/bin/file -L'
5976 lt_cv_file_magic_test_file=/shlib/libc.so
5980 # func_win32_libid is a shell function defined in ltmain.sh
5981 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5982 lt_cv_file_magic_cmd='func_win32_libid'
5986 # Base MSYS/MinGW do not provide the 'file' command needed by
5987 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5988 # unless we find 'file', for example because we are cross-compiling.
5989 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5990 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
5991 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5992 lt_cv_file_magic_cmd='func_win32_libid'
5994 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5995 lt_cv_file_magic_cmd='$OBJDUMP -f'
6000 # use the weaker test based on 'objdump'. See mingw*.
6001 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6002 lt_cv_file_magic_cmd='$OBJDUMP -f'
6005 darwin* | rhapsody*)
6006 lt_cv_deplibs_check_method=pass_all
6009 freebsd* | dragonfly*)
6010 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6013 # Not sure whether the presence of OpenBSD here was a mistake.
6014 # Let's accept both of them until this is cleared up.
6015 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6016 lt_cv_file_magic_cmd=/usr/bin/file
6017 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6021 lt_cv_deplibs_check_method=pass_all
6026 lt_cv_deplibs_check_method=pass_all
6030 lt_cv_deplibs_check_method=pass_all
6033 hpux10.20* | hpux11*)
6034 lt_cv_file_magic_cmd=/usr/bin/file
6037 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6038 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6041 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]'
6042 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6045 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6046 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6052 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6053 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6056 irix5* | irix6* | nonstopux*)
6058 *-32|*"-32 ") libmagic=32-bit;;
6059 *-n32|*"-n32 ") libmagic=N32;;
6060 *-64|*"-64 ") libmagic=64-bit;;
6061 *) libmagic=never-match;;
6063 lt_cv_deplibs_check_method=pass_all
6066 # This must be Linux ELF.
6067 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6068 lt_cv_deplibs_check_method=pass_all
6072 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6073 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6075 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6080 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6081 lt_cv_file_magic_cmd=/usr/bin/file
6082 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6086 lt_cv_deplibs_check_method=pass_all
6090 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6091 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6093 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6097 osf3* | osf4* | osf5*)
6098 lt_cv_deplibs_check_method=pass_all
6102 lt_cv_deplibs_check_method=pass_all
6106 lt_cv_deplibs_check_method=pass_all
6109 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6110 lt_cv_deplibs_check_method=pass_all
6114 case $host_vendor in
6116 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]'
6117 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6120 lt_cv_deplibs_check_method=pass_all
6123 lt_cv_file_magic_cmd='/bin/file'
6124 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6127 lt_cv_file_magic_cmd='/bin/file'
6128 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6129 lt_cv_file_magic_test_file=/lib/libc.so
6132 lt_cv_deplibs_check_method=pass_all
6135 lt_cv_deplibs_check_method=pass_all
6141 lt_cv_deplibs_check_method=pass_all
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6147 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6148 file_magic_cmd=$lt_cv_file_magic_cmd
6149 deplibs_check_method=$lt_cv_deplibs_check_method
6150 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6164 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
6165 for plugin in $plugin_names; do
6166 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6167 if test x$plugin_so = x$plugin; then
6168 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6170 if test x$plugin_so != x$plugin; then
6171 plugin_option="--plugin $plugin_so"
6176 if test -n "$ac_tool_prefix"; then
6177 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6178 set dummy ${ac_tool_prefix}ar; ac_word=$2
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6180 $as_echo_n "checking
for $ac_word...
" >&6; }
6181 if ${ac_cv_prog_AR+:} false; then :
6182 $as_echo_n "(cached
) " >&6
6184 if test -n "$AR"; then
6185 ac_cv_prog_AR="$AR" # Let the user override the test.
6187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6191 test -z "$as_dir" && as_dir=.
6192 for ac_exec_ext in '' $ac_executable_extensions; do
6193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6194 ac_cv_prog_AR="${ac_tool_prefix}ar"
6195 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6205 if test -n "$AR"; then
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6207 $as_echo "$AR" >&6; }
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6210 $as_echo "no
" >&6; }
6215 if test -z "$ac_cv_prog_AR"; then
6217 # Extract the first word of "ar", so it can be a program name with args.
6218 set dummy ar; ac_word=$2
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6220 $as_echo_n "checking
for $ac_word...
" >&6; }
6221 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6222 $as_echo_n "(cached
) " >&6
6224 if test -n "$ac_ct_AR"; then
6225 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6231 test -z "$as_dir" && as_dir=.
6232 for ac_exec_ext in '' $ac_executable_extensions; do
6233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6234 ac_cv_prog_ac_ct_AR="ar"
6235 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6244 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6245 if test -n "$ac_ct_AR"; then
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6247 $as_echo "$ac_ct_AR" >&6; }
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6250 $as_echo "no
" >&6; }
6253 if test "x
$ac_ct_AR" = x; then
6256 case $cross_compiling:$ac_tool_warned in
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6259 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6260 ac_tool_warned=yes ;;
6268 test -z "$AR" && AR=ar
6269 if test -n "$plugin_option"; then
6270 if $AR --help 2>&1 | grep -q "\
--plugin"; then
6272 $AR $plugin_option rc conftest.a conftest.c
6273 if test "$?
" != 0; then
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
6275 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
6277 AR="$AR $plugin_option"
6282 test -z "$AR_FLAGS" && AR_FLAGS=cru
6294 if test -n "$ac_tool_prefix"; then
6295 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6296 set dummy ${ac_tool_prefix}strip; ac_word=$2
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6298 $as_echo_n "checking
for $ac_word...
" >&6; }
6299 if ${ac_cv_prog_STRIP+:} false; then :
6300 $as_echo_n "(cached
) " >&6
6302 if test -n "$STRIP"; then
6303 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 test -z "$as_dir" && as_dir=.
6310 for ac_exec_ext in '' $ac_executable_extensions; do
6311 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6312 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6313 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6322 STRIP=$ac_cv_prog_STRIP
6323 if test -n "$STRIP"; then
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6325 $as_echo "$STRIP" >&6; }
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6328 $as_echo "no
" >&6; }
6333 if test -z "$ac_cv_prog_STRIP"; then
6335 # Extract the first word of "strip
", so it can be a program name with args.
6336 set dummy strip; ac_word=$2
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6338 $as_echo_n "checking
for $ac_word...
" >&6; }
6339 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6340 $as_echo_n "(cached
) " >&6
6342 if test -n "$ac_ct_STRIP"; then
6343 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6349 test -z "$as_dir" && as_dir=.
6350 for ac_exec_ext in '' $ac_executable_extensions; do
6351 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6352 ac_cv_prog_ac_ct_STRIP="strip
"
6353 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6362 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6363 if test -n "$ac_ct_STRIP"; then
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6365 $as_echo "$ac_ct_STRIP" >&6; }
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6368 $as_echo "no
" >&6; }
6371 if test "x
$ac_ct_STRIP" = x; then
6374 case $cross_compiling:$ac_tool_warned in
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6377 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6378 ac_tool_warned=yes ;;
6383 STRIP="$ac_cv_prog_STRIP"
6386 test -z "$STRIP" && STRIP=:
6393 if test -n "$ac_tool_prefix"; then
6394 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6395 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6397 $as_echo_n "checking
for $ac_word...
" >&6; }
6398 if ${ac_cv_prog_RANLIB+:} false; then :
6399 $as_echo_n "(cached
) " >&6
6401 if test -n "$RANLIB"; then
6402 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6411 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6412 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6421 RANLIB=$ac_cv_prog_RANLIB
6422 if test -n "$RANLIB"; then
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6424 $as_echo "$RANLIB" >&6; }
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6427 $as_echo "no
" >&6; }
6432 if test -z "$ac_cv_prog_RANLIB"; then
6433 ac_ct_RANLIB=$RANLIB
6434 # Extract the first word of "ranlib
", so it can be a program name with args.
6435 set dummy ranlib; ac_word=$2
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6437 $as_echo_n "checking
for $ac_word...
" >&6; }
6438 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6439 $as_echo_n "(cached
) " >&6
6441 if test -n "$ac_ct_RANLIB"; then
6442 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6451 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6452 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6461 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6462 if test -n "$ac_ct_RANLIB"; then
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6464 $as_echo "$ac_ct_RANLIB" >&6; }
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6467 $as_echo "no
" >&6; }
6470 if test "x
$ac_ct_RANLIB" = x; then
6473 case $cross_compiling:$ac_tool_warned in
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6476 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6477 ac_tool_warned=yes ;;
6479 RANLIB=$ac_ct_RANLIB
6482 RANLIB="$ac_cv_prog_RANLIB"
6485 test -z "$RANLIB" && RANLIB=:
6486 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6487 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6488 RANLIB="$RANLIB $plugin_option"
6497 # Determine commands to create old-style static archives.
6498 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6499 old_postinstall_cmds='chmod 644 $oldlib'
6500 old_postuninstall_cmds=
6502 if test -n "$RANLIB"; then
6505 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6508 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6511 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6516 lock_old_archive_extraction=yes ;;
6518 lock_old_archive_extraction=no ;;
6559 # If no C compiler was specified, use CC.
6562 # If no C compiler flags were specified, use CFLAGS.
6563 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6565 # Allow CC to be a program name with arguments.
6569 # Check for command to grab the raw symbol name followed by C symbol from nm.
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6571 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6572 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6573 $as_echo_n "(cached
) " >&6
6576 # These are sane defaults that work on at least a few old systems.
6577 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6579 # Character class describing NM global symbol codes.
6580 symcode='[BCDEGRST]'
6582 # Regexp to match symbols that can be accessed directly from C.
6583 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6585 # Define system-specific variables.
6590 cygwin* | mingw* | pw32* | cegcc*)
6591 symcode='[ABCDGISTW]'
6594 if test "$host_cpu" = ia64; then
6595 symcode='[ABCDEGRST]'
6599 symcode='[BCDEGRST]'
6602 symcode='[BCDEGQRST]'
6613 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6621 # If we're using GNU nm, then use its standard symbol codes.
6622 case `$NM -V 2>&1` in
6623 *GNU* | *'with BFD'*)
6624 symcode='[ABCDGIRSTW]' ;;
6627 # Transform an extracted symbol line into a proper C declaration.
6628 # Some systems (esp. on ia64) link data and code symbols differently,
6629 # so use this general approach.
6630 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6632 # Transform an extracted symbol line into symbol name and symbol address
6633 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6634 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'"
6636 # Handle CRLF in mingw tool chain
6640 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6644 # Try without a prefix underscore, then with it.
6645 for ac_symprfx in "" "_
"; do
6647 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6648 symxfrm="\\1 $ac_symprfx\\2 \\2"
6650 # Write the raw and C identifiers.
6651 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6652 # Fake it for dumpbin and say T for any non-static function
6653 # and D for any global variable.
6654 # Also find C++ and __fastcall symbols from MSVC++,
6655 # which start with @ or ?.
6656 lt_cv_sys_global_symbol_pipe="$AWK '"\
6657 " {last_section=section; section=\$ 3};"\
6658 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6659 " \$ 0!~/External *\|/{next};"\
6660 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6661 " {if(hide[section]) next};"\
6662 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6663 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6664 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6665 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6666 " ' prfx
=^
$ac_symprfx"
6668 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6671 # Check to see that the pipe works correctly.
6675 cat > conftest.$ac_ext <<_LT_EOF
6680 void nm_test_func(void);
6681 void nm_test_func(void){}
6685 int main(){nm_test_var='a';nm_test_func();return(0);}
6688 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6689 (eval $ac_compile) 2>&5
6691 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6692 test $ac_status = 0; }; then
6693 # Now try to grab the symbols.
6695 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6696 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6698 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6699 test $ac_status = 0; } && test -s "$nlist"; then
6700 # Try sorting and uniquifying the output.
6701 if sort "$nlist" | uniq > "$nlist"T; then
6702 mv -f "$nlist"T "$nlist"
6707 # Make sure that we snagged all the symbols we need.
6708 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6709 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6710 cat <<_LT_EOF > conftest.$ac_ext
6716 # Now generate the symbol file.
6717 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6719 cat <<_LT_EOF >> conftest.$ac_ext
6721 /* The mapping between symbol names and symbols. */
6726 lt__PROGRAM__LTX_preloaded_symbols[] =
6728 { "@PROGRAM@
", (void *) 0 },
6730 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6731 cat <<\_LT_EOF >> conftest.$ac_ext
6735 /* This works around a problem in FreeBSD linker */
6736 #ifdef FREEBSD_WORKAROUND
6737 static const void *lt_preloaded_setup() {
6738 return lt__PROGRAM__LTX_preloaded_symbols;
6746 # Now try linking the two files.
6747 mv conftest.$ac_objext conftstm.$ac_objext
6748 lt_save_LIBS="$LIBS"
6749 lt_save_CFLAGS="$CFLAGS"
6750 LIBS="conftstm.
$ac_objext"
6751 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6752 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6753 (eval $ac_link) 2>&5
6755 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6756 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6759 LIBS="$lt_save_LIBS"
6760 CFLAGS="$lt_save_CFLAGS"
6762 echo "cannot
find nm_test_func
in $nlist" >&5
6765 echo "cannot
find nm_test_var
in $nlist" >&5
6768 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6771 echo "$progname: failed program was
:" >&5
6772 cat conftest.$ac_ext >&5
6774 rm -rf conftest* conftst*
6776 # Do not use the global_symbol_pipe unless it works.
6777 if test "$pipe_works" = yes; then
6780 lt_cv_sys_global_symbol_pipe=
6786 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6787 lt_cv_sys_global_symbol_to_cdecl=
6789 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6791 $as_echo "failed
" >&6; }
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6794 $as_echo "ok
" >&6; }
6818 # Check whether --enable-libtool-lock was given.
6819 if test "${enable_libtool_lock+set}" = set; then :
6820 enableval=$enable_libtool_lock;
6823 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6825 # Some flags need to be propagated to the compiler or linker for good
6829 # Find out which ABI we are using.
6830 echo 'int i;' > conftest.$ac_ext
6831 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6832 (eval $ac_compile) 2>&5
6834 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6835 test $ac_status = 0; }; then
6836 case `/usr/bin/file conftest.$ac_objext` in
6848 # Find out which ABI we are using.
6849 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6850 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6851 (eval $ac_compile) 2>&5
6853 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6854 test $ac_status = 0; }; then
6855 if test "$lt_cv_prog_gnu_ld" = yes; then
6856 case `/usr/bin/file conftest.$ac_objext` in
6858 LD="${LD-ld} -melf32bsmip"
6861 LD="${LD-ld} -melf32bmipn32"
6864 LD="${LD-ld} -melf64bmip"
6868 case `/usr/bin/file conftest.$ac_objext` in
6884 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6885 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6886 # Find out which ABI we are using.
6887 echo 'int i;' > conftest.$ac_ext
6888 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6889 (eval $ac_compile) 2>&5
6891 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6892 test $ac_status = 0; }; then
6893 case `/usr/bin/file conftest.o` in
6896 x86_64-*kfreebsd*-gnu)
6897 LD="${LD-ld} -m elf_i386_fbsd
"
6900 case `/usr/bin/file conftest.o` in
6902 LD="${LD-ld} -m elf32_x86_64
"
6905 LD="${LD-ld} -m elf_i386
"
6909 powerpc64le-*linux*)
6910 LD="${LD-ld} -m elf32lppclinux
"
6913 LD="${LD-ld} -m elf32ppclinux
"
6916 LD="${LD-ld} -m elf_s390
"
6919 LD="${LD-ld} -m elf32_sparc
"
6925 x86_64-*kfreebsd*-gnu)
6926 LD="${LD-ld} -m elf_x86_64_fbsd
"
6929 LD="${LD-ld} -m elf_x86_64
"
6932 LD="${LD-ld} -m elf64lppc
"
6935 LD="${LD-ld} -m elf64ppc
"
6937 s390*-*linux*|s390*-*tpf*)
6938 LD="${LD-ld} -m elf64_s390
"
6941 LD="${LD-ld} -m elf64_sparc
"
6951 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6952 SAVE_CFLAGS="$CFLAGS"
6953 CFLAGS="$CFLAGS -belf"
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6955 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6956 if ${lt_cv_cc_needs_belf+:} false; then :
6957 $as_echo_n "(cached
) " >&6
6960 ac_cpp='$CPP $CPPFLAGS'
6961 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6962 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6963 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6966 /* end confdefs.h. */
6976 if ac_fn_c_try_link "$LINENO"; then :
6977 lt_cv_cc_needs_belf=yes
6979 lt_cv_cc_needs_belf=no
6981 rm -f core conftest.err conftest.$ac_objext \
6982 conftest$ac_exeext conftest.$ac_ext
6984 ac_cpp='$CPP $CPPFLAGS'
6985 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6986 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6987 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
6991 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6992 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6993 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6994 CFLAGS="$SAVE_CFLAGS"
6998 # Find out which ABI we are using.
6999 echo 'int i;' > conftest.$ac_ext
7000 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7001 (eval $ac_compile) 2>&5
7003 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7004 test $ac_status = 0; }; then
7005 case `/usr/bin/file conftest.o` in
7007 case $lt_cv_prog_gnu_ld in
7008 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7010 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7022 need_locks="$enable_libtool_lock"
7026 rhapsody* | darwin*)
7027 if test -n "$ac_tool_prefix"; then
7028 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7029 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7031 $as_echo_n "checking
for $ac_word...
" >&6; }
7032 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7033 $as_echo_n "(cached
) " >&6
7035 if test -n "$DSYMUTIL"; then
7036 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7042 test -z "$as_dir" && as_dir=.
7043 for ac_exec_ext in '' $ac_executable_extensions; do
7044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7045 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7046 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7055 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7056 if test -n "$DSYMUTIL"; then
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7058 $as_echo "$DSYMUTIL" >&6; }
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7061 $as_echo "no
" >&6; }
7066 if test -z "$ac_cv_prog_DSYMUTIL"; then
7067 ac_ct_DSYMUTIL=$DSYMUTIL
7068 # Extract the first word of "dsymutil
", so it can be a program name with args.
7069 set dummy dsymutil; ac_word=$2
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7071 $as_echo_n "checking
for $ac_word...
" >&6; }
7072 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7073 $as_echo_n "(cached
) " >&6
7075 if test -n "$ac_ct_DSYMUTIL"; then
7076 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7082 test -z "$as_dir" && as_dir=.
7083 for ac_exec_ext in '' $ac_executable_extensions; do
7084 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7085 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7086 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7095 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7096 if test -n "$ac_ct_DSYMUTIL"; then
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7098 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7101 $as_echo "no
" >&6; }
7104 if test "x
$ac_ct_DSYMUTIL" = x; then
7107 case $cross_compiling:$ac_tool_warned in
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7110 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7111 ac_tool_warned=yes ;;
7113 DSYMUTIL=$ac_ct_DSYMUTIL
7116 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7119 if test -n "$ac_tool_prefix"; then
7120 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7121 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7123 $as_echo_n "checking
for $ac_word...
" >&6; }
7124 if ${ac_cv_prog_NMEDIT+:} false; then :
7125 $as_echo_n "(cached
) " >&6
7127 if test -n "$NMEDIT"; then
7128 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7134 test -z "$as_dir" && as_dir=.
7135 for ac_exec_ext in '' $ac_executable_extensions; do
7136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7137 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7138 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7147 NMEDIT=$ac_cv_prog_NMEDIT
7148 if test -n "$NMEDIT"; then
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7150 $as_echo "$NMEDIT" >&6; }
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7153 $as_echo "no
" >&6; }
7158 if test -z "$ac_cv_prog_NMEDIT"; then
7159 ac_ct_NMEDIT=$NMEDIT
7160 # Extract the first word of "nmedit
", so it can be a program name with args.
7161 set dummy nmedit; ac_word=$2
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7163 $as_echo_n "checking
for $ac_word...
" >&6; }
7164 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7165 $as_echo_n "(cached
) " >&6
7167 if test -n "$ac_ct_NMEDIT"; then
7168 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7174 test -z "$as_dir" && as_dir=.
7175 for ac_exec_ext in '' $ac_executable_extensions; do
7176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7177 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7178 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7187 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7188 if test -n "$ac_ct_NMEDIT"; then
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7190 $as_echo "$ac_ct_NMEDIT" >&6; }
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7193 $as_echo "no
" >&6; }
7196 if test "x
$ac_ct_NMEDIT" = x; then
7199 case $cross_compiling:$ac_tool_warned in
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7202 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7203 ac_tool_warned=yes ;;
7205 NMEDIT=$ac_ct_NMEDIT
7208 NMEDIT="$ac_cv_prog_NMEDIT"
7211 if test -n "$ac_tool_prefix"; then
7212 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7213 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7215 $as_echo_n "checking
for $ac_word...
" >&6; }
7216 if ${ac_cv_prog_LIPO+:} false; then :
7217 $as_echo_n "(cached
) " >&6
7219 if test -n "$LIPO"; then
7220 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7226 test -z "$as_dir" && as_dir=.
7227 for ac_exec_ext in '' $ac_executable_extensions; do
7228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7229 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7230 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7239 LIPO=$ac_cv_prog_LIPO
7240 if test -n "$LIPO"; then
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7242 $as_echo "$LIPO" >&6; }
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7245 $as_echo "no
" >&6; }
7250 if test -z "$ac_cv_prog_LIPO"; then
7252 # Extract the first word of "lipo
", so it can be a program name with args.
7253 set dummy lipo; ac_word=$2
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7255 $as_echo_n "checking
for $ac_word...
" >&6; }
7256 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7257 $as_echo_n "(cached
) " >&6
7259 if test -n "$ac_ct_LIPO"; then
7260 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7266 test -z "$as_dir" && as_dir=.
7267 for ac_exec_ext in '' $ac_executable_extensions; do
7268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7269 ac_cv_prog_ac_ct_LIPO="lipo
"
7270 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7279 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7280 if test -n "$ac_ct_LIPO"; then
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7282 $as_echo "$ac_ct_LIPO" >&6; }
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7285 $as_echo "no
" >&6; }
7288 if test "x
$ac_ct_LIPO" = x; then
7291 case $cross_compiling:$ac_tool_warned in
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7294 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7295 ac_tool_warned=yes ;;
7300 LIPO="$ac_cv_prog_LIPO"
7303 if test -n "$ac_tool_prefix"; then
7304 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7305 set dummy ${ac_tool_prefix}otool; ac_word=$2
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7307 $as_echo_n "checking
for $ac_word...
" >&6; }
7308 if ${ac_cv_prog_OTOOL+:} false; then :
7309 $as_echo_n "(cached
) " >&6
7311 if test -n "$OTOOL"; then
7312 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7318 test -z "$as_dir" && as_dir=.
7319 for ac_exec_ext in '' $ac_executable_extensions; do
7320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7321 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7322 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7331 OTOOL=$ac_cv_prog_OTOOL
7332 if test -n "$OTOOL"; then
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7334 $as_echo "$OTOOL" >&6; }
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7337 $as_echo "no
" >&6; }
7342 if test -z "$ac_cv_prog_OTOOL"; then
7344 # Extract the first word of "otool
", so it can be a program name with args.
7345 set dummy otool; ac_word=$2
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7347 $as_echo_n "checking
for $ac_word...
" >&6; }
7348 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7349 $as_echo_n "(cached
) " >&6
7351 if test -n "$ac_ct_OTOOL"; then
7352 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7358 test -z "$as_dir" && as_dir=.
7359 for ac_exec_ext in '' $ac_executable_extensions; do
7360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7361 ac_cv_prog_ac_ct_OTOOL="otool
"
7362 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7371 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7372 if test -n "$ac_ct_OTOOL"; then
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7374 $as_echo "$ac_ct_OTOOL" >&6; }
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7377 $as_echo "no
" >&6; }
7380 if test "x
$ac_ct_OTOOL" = x; then
7383 case $cross_compiling:$ac_tool_warned in
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7386 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7387 ac_tool_warned=yes ;;
7392 OTOOL="$ac_cv_prog_OTOOL"
7395 if test -n "$ac_tool_prefix"; then
7396 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7397 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7399 $as_echo_n "checking
for $ac_word...
" >&6; }
7400 if ${ac_cv_prog_OTOOL64+:} false; then :
7401 $as_echo_n "(cached
) " >&6
7403 if test -n "$OTOOL64"; then
7404 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7410 test -z "$as_dir" && as_dir=.
7411 for ac_exec_ext in '' $ac_executable_extensions; do
7412 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7413 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7414 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7423 OTOOL64=$ac_cv_prog_OTOOL64
7424 if test -n "$OTOOL64"; then
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7426 $as_echo "$OTOOL64" >&6; }
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7429 $as_echo "no
" >&6; }
7434 if test -z "$ac_cv_prog_OTOOL64"; then
7435 ac_ct_OTOOL64=$OTOOL64
7436 # Extract the first word of "otool64
", so it can be a program name with args.
7437 set dummy otool64; ac_word=$2
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7439 $as_echo_n "checking
for $ac_word...
" >&6; }
7440 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7441 $as_echo_n "(cached
) " >&6
7443 if test -n "$ac_ct_OTOOL64"; then
7444 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7450 test -z "$as_dir" && as_dir=.
7451 for ac_exec_ext in '' $ac_executable_extensions; do
7452 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7453 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7454 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7463 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7464 if test -n "$ac_ct_OTOOL64"; then
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7466 $as_echo "$ac_ct_OTOOL64" >&6; }
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7469 $as_echo "no
" >&6; }
7472 if test "x
$ac_ct_OTOOL64" = x; then
7475 case $cross_compiling:$ac_tool_warned in
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7478 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7479 ac_tool_warned=yes ;;
7481 OTOOL64=$ac_ct_OTOOL64
7484 OTOOL64="$ac_cv_prog_OTOOL64"
7513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7514 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7515 if ${lt_cv_apple_cc_single_mod+:} false; then :
7516 $as_echo_n "(cached
) " >&6
7518 lt_cv_apple_cc_single_mod=no
7519 if test -z "${LT_MULTI_MODULE}"; then
7520 # By default we will add the -single_module flag. You can override
7521 # by either setting the environment variable LT_MULTI_MODULE
7522 # non-empty at configure time, or by adding -multi_module to the
7524 rm -rf libconftest.dylib*
7525 echo "int foo
(void
){return 1;}" > conftest.c
7526 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7527 -dynamiclib -Wl,-single_module conftest.c
" >&5
7528 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7529 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7531 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7532 lt_cv_apple_cc_single_mod=yes
7534 cat conftest.err >&5
7536 rm -rf libconftest.dylib*
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7541 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7543 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7544 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7545 $as_echo_n "(cached
) " >&6
7547 lt_cv_ld_exported_symbols_list=no
7548 save_LDFLAGS=$LDFLAGS
7549 echo "_main
" > conftest.sym
7550 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7552 /* end confdefs.h. */
7562 if ac_fn_c_try_link "$LINENO"; then :
7563 lt_cv_ld_exported_symbols_list=yes
7565 lt_cv_ld_exported_symbols_list=no
7567 rm -f core conftest.err conftest.$ac_objext \
7568 conftest$ac_exeext conftest.$ac_ext
7569 LDFLAGS="$save_LDFLAGS"
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7573 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7575 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7576 if ${lt_cv_ld_force_load+:} false; then :
7577 $as_echo_n "(cached
) " >&6
7579 lt_cv_ld_force_load=no
7580 cat > conftest.c << _LT_EOF
7581 int forced_loaded() { return 2;}
7583 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7584 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7585 echo "$AR cru libconftest.a conftest.o
" >&5
7586 $AR cru libconftest.a conftest.o 2>&5
7587 cat > conftest.c << _LT_EOF
7588 int main() { return 0;}
7590 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7591 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7593 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7594 lt_cv_ld_force_load=yes
7596 cat conftest.err >&5
7598 rm -f conftest.err libconftest.a conftest conftest.c
7599 rm -rf conftest.dSYM
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7603 $as_echo "$lt_cv_ld_force_load" >&6; }
7605 rhapsody* | darwin1.[012])
7606 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7608 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7609 darwin*) # darwin 5.x on
7610 # if running on 10.5 or later, the deployment target defaults
7611 # to the OS version, if on x86, and 10.4, the deployment
7612 # target defaults to 10.4. Don't you love it?
7613 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7614 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7615 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7617 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7619 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7623 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7624 _lt_dar_single_mod='$single_module'
7626 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7627 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7629 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7631 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7632 _lt_dsymutil='~$DSYMUTIL $lib || :'
7639 for ac_header in dlfcn.h
7641 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7643 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7644 cat >>confdefs.h <<_ACEOF
7645 #define HAVE_DLFCN_H 1
7666 # Check whether --enable-static was given.
7667 if test "${enable_static+set}" = set; then :
7668 enableval=$enable_static; p=${PACKAGE-default}
7670 yes) enable_static=yes ;;
7671 no) enable_static=no ;;
7674 # Look at the argument we got. We use all the common list separators.
7675 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7676 for pkg in $enableval; do
7678 if test "X
$pkg" = "X
$p"; then
7698 # Check whether --with-pic was given.
7699 if test "${with_pic+set}" = set; then :
7700 withval=$with_pic; pic_mode="$withval"
7706 test -z "$pic_mode" && pic_mode=default
7714 # Check whether --enable-fast-install was given.
7715 if test "${enable_fast_install+set}" = set; then :
7716 enableval=$enable_fast_install; p=${PACKAGE-default}
7718 yes) enable_fast_install=yes ;;
7719 no) enable_fast_install=no ;;
7721 enable_fast_install=no
7722 # Look at the argument we got. We use all the common list separators.
7723 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7724 for pkg in $enableval; do
7726 if test "X
$pkg" = "X
$p"; then
7727 enable_fast_install=yes
7734 enable_fast_install=yes
7747 # This can be used to rebuild libtool when needed
7748 LIBTOOL_DEPS="$ltmain"
7750 # Always use our own libtool.
7751 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7778 test -z "$LN_S" && LN_S="ln -s"
7793 if test -n "${ZSH_VERSION+set}" ; then
7794 setopt NO_GLOB_SUBST
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7798 $as_echo_n "checking
for objdir...
" >&6; }
7799 if ${lt_cv_objdir+:} false; then :
7800 $as_echo_n "(cached
) " >&6
7802 rm -f .libs 2>/dev/null
7803 mkdir .libs 2>/dev/null
7804 if test -d .libs; then
7807 # MS-DOS does not allow filenames that begin with a dot.
7810 rmdir .libs 2>/dev/null
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7813 $as_echo "$lt_cv_objdir" >&6; }
7814 objdir=$lt_cv_objdir
7820 cat >>confdefs.h <<_ACEOF
7821 #define LT_OBJDIR "$lt_cv_objdir/"
7829 # AIX sometimes has problems with the GCC collect2 program. For some
7830 # reason, if we set the COLLECT_NAMES environment variable, the problems
7831 # vanish in a puff of smoke.
7832 if test "X
${COLLECT_NAMES+set}" != Xset; then
7834 export COLLECT_NAMES
7841 can_build_shared=yes
7843 # All known linkers require a `.a' archive for static linking (except MSVC,
7844 # which needs '.lib').
7847 with_gnu_ld="$lt_cv_prog_gnu_ld"
7850 old_CFLAGS="$CFLAGS"
7852 # Set sane defaults for various variables
7853 test -z "$CC" && CC=cc
7854 test -z "$LTCC" && LTCC=$CC
7855 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7856 test -z "$LD" && LD=ld
7857 test -z "$ac_objext" && ac_objext=o
7859 for cc_temp in $compiler""; do
7861 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7862 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7867 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7870 # Only perform the check for file, if the check method requires it
7871 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7872 case $deplibs_check_method in
7874 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7876 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7877 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7878 $as_echo_n "(cached
) " >&6
7882 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7885 lt_save_MAGIC_CMD="$MAGIC_CMD"
7886 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7887 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7888 for ac_dir in $ac_dummy; do
7890 test -z "$ac_dir" && ac_dir=.
7891 if test -f $ac_dir/${ac_tool_prefix}file; then
7892 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7893 if test -n "$file_magic_test_file"; then
7894 case $deplibs_check_method in
7896 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7897 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7898 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7899 $EGREP "$file_magic_regex" > /dev/null; then
7904 *** Warning: the command libtool uses to detect shared libraries,
7905 *** $file_magic_cmd, produces output that libtool cannot recognize.
7906 *** The result is that libtool may fail to recognize shared libraries
7907 *** as such. This will affect the creation of libtool libraries that
7908 *** depend on shared libraries, but programs linked with such libtool
7909 *** libraries will work regardless of this problem. Nevertheless, you
7910 *** may want to report the problem to your system manager and/or to
7911 *** bug-libtool@gnu.org
7921 MAGIC_CMD="$lt_save_MAGIC_CMD"
7926 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7927 if test -n "$MAGIC_CMD"; then
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7929 $as_echo "$MAGIC_CMD" >&6; }
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7932 $as_echo "no
" >&6; }
7939 if test -z "$lt_cv_path_MAGIC_CMD"; then
7940 if test -n "$ac_tool_prefix"; then
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7942 $as_echo_n "checking
for file...
" >&6; }
7943 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7944 $as_echo_n "(cached
) " >&6
7948 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7951 lt_save_MAGIC_CMD="$MAGIC_CMD"
7952 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7953 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7954 for ac_dir in $ac_dummy; do
7956 test -z "$ac_dir" && ac_dir=.
7957 if test -f $ac_dir/file; then
7958 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7959 if test -n "$file_magic_test_file"; then
7960 case $deplibs_check_method in
7962 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7963 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7964 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7965 $EGREP "$file_magic_regex" > /dev/null; then
7970 *** Warning: the command libtool uses to detect shared libraries,
7971 *** $file_magic_cmd, produces output that libtool cannot recognize.
7972 *** The result is that libtool may fail to recognize shared libraries
7973 *** as such. This will affect the creation of libtool libraries that
7974 *** depend on shared libraries, but programs linked with such libtool
7975 *** libraries will work regardless of this problem. Nevertheless, you
7976 *** may want to report the problem to your system manager and/or to
7977 *** bug-libtool@gnu.org
7987 MAGIC_CMD="$lt_save_MAGIC_CMD"
7992 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7993 if test -n "$MAGIC_CMD"; then
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7995 $as_echo "$MAGIC_CMD" >&6; }
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7998 $as_echo "no
" >&6; }
8011 # Use C for the default configuration in the libtool script
8015 ac_cpp='$CPP $CPPFLAGS'
8016 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8017 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8018 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8021 # Source file extension for C test sources.
8024 # Object file extension for compiled C test sources.
8028 # Code to be used in simple compile tests
8029 lt_simple_compile_test_code="int some_variable
= 0;"
8031 # Code to be used in simple link tests
8032 lt_simple_link_test_code='int main(){return(0);}'
8040 # If no C compiler was specified, use CC.
8043 # If no C compiler flags were specified, use CFLAGS.
8044 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8046 # Allow CC to be a program name with arguments.
8049 # Save the default compiler, since it gets overwritten when the other
8050 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8051 compiler_DEFAULT=$CC
8053 # save warnings/boilerplate of simple test code
8054 ac_outfile=conftest.$ac_objext
8055 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8056 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8057 _lt_compiler_boilerplate=`cat conftest.err`
8060 ac_outfile=conftest.$ac_objext
8061 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8062 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8063 _lt_linker_boilerplate=`cat conftest.err`
8068 ## There is no encapsulation within the following macros, do not change
8069 ## the running order or otherwise move them around unless you know exactly
8070 ## what you are doing...
8071 if test -n "$compiler"; then
8073 lt_prog_compiler_no_builtin_flag=
8075 if test "$GCC" = yes; then
8076 case $cc_basename in
8078 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8080 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8084 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8085 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8086 $as_echo_n "(cached
) " >&6
8088 lt_cv_prog_compiler_rtti_exceptions=no
8089 ac_outfile=conftest.$ac_objext
8090 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8091 lt_compiler_flag="-fno-rtti -fno-exceptions"
8092 # Insert the option either (1) after the last *FLAGS variable, or
8093 # (2) before a word containing "conftest.
", or (3) at the end.
8094 # Note that $ac_compile itself does not contain backslashes and begins
8095 # with a dollar sign (not a hyphen), so the echo should work correctly.
8096 # The option is referenced via a variable to avoid confusing sed.
8097 lt_compile=`echo "$ac_compile" | $SED \
8098 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8099 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8100 -e 's:$: $lt_compiler_flag:'`
8101 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8102 (eval "$lt_compile" 2>conftest.err)
8104 cat conftest.err >&5
8105 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8106 if (exit $ac_status) && test -s "$ac_outfile"; then
8107 # The compiler can only warn and ignore the option if not recognized
8108 # So say no if there are warnings other than the usual output.
8109 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8110 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8111 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8112 lt_cv_prog_compiler_rtti_exceptions=yes
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8119 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8121 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8122 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8134 lt_prog_compiler_wl=
8135 lt_prog_compiler_pic=
8136 lt_prog_compiler_static=
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8139 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8141 if test "$GCC" = yes; then
8142 lt_prog_compiler_wl='-Wl,'
8143 lt_prog_compiler_static='-static'
8147 # All AIX code is PIC.
8148 if test "$host_cpu" = ia64; then
8149 # AIX 5 now supports IA64 processor
8150 lt_prog_compiler_static='-Bstatic'
8152 lt_prog_compiler_pic='-fPIC'
8158 # see comment about AmigaOS4 .so support
8159 lt_prog_compiler_pic='-fPIC'
8162 # FIXME: we need at least 68020 code to build shared libraries, but
8163 # adding the `-m68020' flag to GCC prevents building anything better,
8165 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8170 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8171 # PIC is the default for these OSes.
8174 mingw* | cygwin* | pw32* | os2* | cegcc*)
8175 # This hack is so that the source file can tell whether it is being
8176 # built for inclusion in a dll (and should export symbols for example).
8177 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8178 # (--disable-auto-import) libraries
8179 lt_prog_compiler_pic='-DDLL_EXPORT'
8182 darwin* | rhapsody*)
8183 # PIC is the default on this platform
8184 # Common symbols not allowed in MH_DYLIB files
8185 lt_prog_compiler_pic='-fno-common'
8189 # PIC is the default for Haiku.
8190 # The "-static" flag exists, but is broken.
8191 lt_prog_compiler_static=
8195 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8196 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8197 # sets the default TLS model and affects inlining.
8203 lt_prog_compiler_pic='-fPIC'
8209 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8210 # Instead, we relocate shared libraries at runtime.
8214 # Just because we use GCC doesn't mean we suddenly get shared libraries
8215 # on systems that don't support them.
8216 lt_prog_compiler_can_build_shared=no
8221 # QNX uses GNU C++, but need to define -shared option too, otherwise
8223 lt_prog_compiler_pic='-fPIC -shared'
8227 if test -d /usr/nec; then
8228 lt_prog_compiler_pic=-Kconform_pic
8233 lt_prog_compiler_pic='-fPIC'
8237 case $cc_basename in
8238 nvcc*) # Cuda Compiler Driver 2.2
8239 lt_prog_compiler_wl='-Xlinker '
8240 lt_prog_compiler_pic='-Xcompiler -fPIC'
8244 # PORTME Check for flag to pass linker flags through the system compiler.
8247 lt_prog_compiler_wl='-Wl,'
8248 if test "$host_cpu" = ia64; then
8249 # AIX 5 now supports IA64 processor
8250 lt_prog_compiler_static='-Bstatic'
8252 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8256 mingw* | cygwin* | pw32* | os2* | cegcc*)
8257 # This hack is so that the source file can tell whether it is being
8258 # built for inclusion in a dll (and should export symbols for example).
8259 lt_prog_compiler_pic='-DDLL_EXPORT'
8262 hpux9* | hpux10* | hpux11*)
8263 lt_prog_compiler_wl='-Wl,'
8264 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8271 lt_prog_compiler_pic='+Z'
8274 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8275 lt_prog_compiler_static='${wl}-a ${wl}archive'
8278 irix5* | irix6* | nonstopux*)
8279 lt_prog_compiler_wl='-Wl,'
8280 # PIC (with -KPIC) is the default.
8281 lt_prog_compiler_static='-non_shared'
8284 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8285 case $cc_basename in
8286 # old Intel for x86_64 which still supported -KPIC.
8288 lt_prog_compiler_wl='-Wl,'
8289 lt_prog_compiler_pic='-KPIC'
8290 lt_prog_compiler_static='-static'
8292 # icc used to be incompatible with GCC.
8293 # ICC 10 doesn't accept -KPIC any more.
8295 lt_prog_compiler_wl='-Wl,'
8296 lt_prog_compiler_pic='-fPIC'
8297 lt_prog_compiler_static='-static'
8299 # Lahey Fortran 8.1.
8301 lt_prog_compiler_wl='-Wl,'
8302 lt_prog_compiler_pic='--shared'
8303 lt_prog_compiler_static='--static'
8305 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8306 # Portland Group compilers (*not* the Pentium gcc compiler,
8307 # which looks to be a dead project)
8308 lt_prog_compiler_wl='-Wl,'
8309 lt_prog_compiler_pic='-fpic'
8310 lt_prog_compiler_static='-Bstatic'
8313 lt_prog_compiler_wl='-Wl,'
8314 # All Alpha code is PIC.
8315 lt_prog_compiler_static='-non_shared'
8317 xl* | bgxl* | bgf* | mpixl*)
8318 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8319 lt_prog_compiler_wl='-Wl,'
8320 lt_prog_compiler_pic='-qpic'
8321 lt_prog_compiler_static='-qstaticlink'
8324 case `$CC -V 2>&1 | sed 5q` in
8325 *Sun\ F* | *Sun*Fortran*)
8326 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8327 lt_prog_compiler_pic='-KPIC'
8328 lt_prog_compiler_static='-Bstatic'
8329 lt_prog_compiler_wl=''
8333 lt_prog_compiler_pic='-KPIC'
8334 lt_prog_compiler_static='-Bstatic'
8335 lt_prog_compiler_wl='-Wl,'
8343 lt_prog_compiler_pic='-KPIC'
8344 lt_prog_compiler_static='-Bstatic'
8348 # QNX uses GNU C++, but need to define -shared option too, otherwise
8350 lt_prog_compiler_pic='-fPIC -shared'
8353 osf3* | osf4* | osf5*)
8354 lt_prog_compiler_wl='-Wl,'
8355 # All OSF/1 code is PIC.
8356 lt_prog_compiler_static='-non_shared'
8360 lt_prog_compiler_static='-non_shared'
8364 lt_prog_compiler_pic='-KPIC'
8365 lt_prog_compiler_static='-Bstatic'
8366 case $cc_basename in
8368 lt_prog_compiler_wl='-Qoption ld ';;
8370 lt_prog_compiler_wl='-Wl,';;
8375 lt_prog_compiler_wl='-Qoption ld '
8376 lt_prog_compiler_pic='-PIC'
8377 lt_prog_compiler_static='-Bstatic'
8380 sysv4 | sysv4.2uw2* | sysv4.3*)
8381 lt_prog_compiler_wl='-Wl,'
8382 lt_prog_compiler_pic='-KPIC'
8383 lt_prog_compiler_static='-Bstatic'
8387 if test -d /usr/nec ;then
8388 lt_prog_compiler_pic='-Kconform_pic'
8389 lt_prog_compiler_static='-Bstatic'
8393 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8394 lt_prog_compiler_wl='-Wl,'
8395 lt_prog_compiler_pic='-KPIC'
8396 lt_prog_compiler_static='-Bstatic'
8400 lt_prog_compiler_wl='-Wl,'
8401 lt_prog_compiler_can_build_shared=no
8405 lt_prog_compiler_pic='-pic'
8406 lt_prog_compiler_static='-Bstatic'
8410 lt_prog_compiler_can_build_shared=no
8416 # For platforms which do not support PIC, -DPIC is meaningless:
8418 lt_prog_compiler_pic=
8421 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8425 $as_echo "$lt_prog_compiler_pic" >&6; }
8433 # Check to make sure the PIC flag actually works.
8435 if test -n "$lt_prog_compiler_pic"; then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8437 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8438 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8439 $as_echo_n "(cached
) " >&6
8441 lt_cv_prog_compiler_pic_works=no
8442 ac_outfile=conftest.$ac_objext
8443 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8444 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8445 # Insert the option either (1) after the last *FLAGS variable, or
8446 # (2) before a word containing "conftest.
", or (3) at the end.
8447 # Note that $ac_compile itself does not contain backslashes and begins
8448 # with a dollar sign (not a hyphen), so the echo should work correctly.
8449 # The option is referenced via a variable to avoid confusing sed.
8450 lt_compile=`echo "$ac_compile" | $SED \
8451 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8452 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8453 -e 's:$: $lt_compiler_flag:'`
8454 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8455 (eval "$lt_compile" 2>conftest.err)
8457 cat conftest.err >&5
8458 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8459 if (exit $ac_status) && test -s "$ac_outfile"; then
8460 # The compiler can only warn and ignore the option if not recognized
8461 # So say no if there are warnings other than the usual output.
8462 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8463 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8464 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8465 lt_cv_prog_compiler_pic_works=yes
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8472 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8474 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8475 case $lt_prog_compiler_pic in
8477 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8480 lt_prog_compiler_pic=
8481 lt_prog_compiler_can_build_shared=no
8492 # Check to make sure the static flag actually works.
8494 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8496 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8497 if ${lt_cv_prog_compiler_static_works+:} false; then :
8498 $as_echo_n "(cached
) " >&6
8500 lt_cv_prog_compiler_static_works=no
8501 save_LDFLAGS="$LDFLAGS"
8502 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8503 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8504 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8505 # The linker can only warn and ignore the option if not recognized
8506 # So say no if there are warnings
8507 if test -s conftest.err; then
8508 # Append any errors to the config.log.
8509 cat conftest.err 1>&5
8510 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8511 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8512 if diff conftest.exp conftest.er2 >/dev/null; then
8513 lt_cv_prog_compiler_static_works=yes
8516 lt_cv_prog_compiler_static_works=yes
8520 LDFLAGS="$save_LDFLAGS"
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8524 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8526 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8529 lt_prog_compiler_static=
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8539 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8540 if ${lt_cv_prog_compiler_c_o+:} false; then :
8541 $as_echo_n "(cached
) " >&6
8543 lt_cv_prog_compiler_c_o=no
8544 $RM -r conftest 2>/dev/null
8548 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8550 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8551 # Insert the option either (1) after the last *FLAGS variable, or
8552 # (2) before a word containing "conftest.
", or (3) at the end.
8553 # Note that $ac_compile itself does not contain backslashes and begins
8554 # with a dollar sign (not a hyphen), so the echo should work correctly.
8555 lt_compile=`echo "$ac_compile" | $SED \
8556 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8557 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8558 -e 's:$: $lt_compiler_flag:'`
8559 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8560 (eval "$lt_compile" 2>out/conftest.err)
8562 cat out/conftest.err >&5
8563 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8564 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8566 # The compiler can only warn and ignore the option if not recognized
8567 # So say no if there are warnings
8568 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8569 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8570 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8571 lt_cv_prog_compiler_c_o=yes
8576 # SGI C++ compiler will create directory out/ii_files/ for
8577 # template instantiation
8578 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8579 $RM out/* && rmdir out
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8586 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8594 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8595 if ${lt_cv_prog_compiler_c_o+:} false; then :
8596 $as_echo_n "(cached
) " >&6
8598 lt_cv_prog_compiler_c_o=no
8599 $RM -r conftest 2>/dev/null
8603 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8605 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8606 # Insert the option either (1) after the last *FLAGS variable, or
8607 # (2) before a word containing "conftest.
", or (3) at the end.
8608 # Note that $ac_compile itself does not contain backslashes and begins
8609 # with a dollar sign (not a hyphen), so the echo should work correctly.
8610 lt_compile=`echo "$ac_compile" | $SED \
8611 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8612 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8613 -e 's:$: $lt_compiler_flag:'`
8614 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8615 (eval "$lt_compile" 2>out/conftest.err)
8617 cat out/conftest.err >&5
8618 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8619 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8621 # The compiler can only warn and ignore the option if not recognized
8622 # So say no if there are warnings
8623 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8624 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8625 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8626 lt_cv_prog_compiler_c_o=yes
8631 # SGI C++ compiler will create directory out/ii_files/ for
8632 # template instantiation
8633 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8634 $RM out/* && rmdir out
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8641 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8646 hard_links="nottested
"
8647 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8648 # do not overwrite the value of need_locks provided by the user
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8650 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8653 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8655 ln conftest.a conftest.b 2>&5 || hard_links=no
8656 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8658 $as_echo "$hard_links" >&6; }
8659 if test "$hard_links" = no; then
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8661 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8674 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8677 allow_undefined_flag=
8678 always_export_symbols=no
8680 archive_expsym_cmds=
8681 compiler_needs_object=no
8682 enable_shared_with_static_runtimes=no
8683 export_dynamic_flag_spec=
8684 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8685 hardcode_automatic=no
8687 hardcode_direct_absolute=no
8688 hardcode_libdir_flag_spec=
8689 hardcode_libdir_flag_spec_ld=
8690 hardcode_libdir_separator=
8692 hardcode_shlibpath_var=unsupported
8694 link_all_deplibs=unknown
8697 old_archive_from_new_cmds=
8698 old_archive_from_expsyms_cmds=
8699 thread_safe_flag_spec=
8700 whole_archive_flag_spec=
8701 # include_expsyms should be a list of space-separated symbols to be *always*
8702 # included in the symbol list
8704 # exclude_expsyms can be an extended regexp of symbols to exclude
8705 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8706 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8707 # as well as any symbol that contains `d'.
8708 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8709 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8710 # platforms (ab)use it in PIC code, but their linkers get confused if
8711 # the symbol is explicitly referenced. Since portable code cannot
8712 # rely on this symbol name, it's probably fine to never include it in
8713 # preloaded symbol tables.
8714 # Exclude shared library initialization/finalization symbols.
8715 extract_expsyms_cmds=
8718 cygwin* | mingw* | pw32* | cegcc*)
8719 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8720 # When not using gcc, we currently assume that we are using
8721 # Microsoft Visual C++.
8722 if test "$GCC" != yes; then
8727 # we just hope/assume this is gcc and not c89 (= MSVC++)
8737 # On some targets, GNU ld is compatible enough with the native linker
8738 # that we're better off using the native interface for both.
8739 lt_use_gnu_ld_interface=no
8740 if test "$with_gnu_ld" = yes; then
8743 # The AIX port of GNU ld has always aspired to compatibility
8744 # with the native linker. However, as the warning in the GNU ld
8745 # block says, versions before 2.19.5* couldn't really create working
8746 # shared libraries, regardless of the interface used.
8747 case `$LD -v 2>&1` in
8748 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8749 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8750 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8752 lt_use_gnu_ld_interface=yes
8757 lt_use_gnu_ld_interface=yes
8762 if test "$lt_use_gnu_ld_interface" = yes; then
8763 # If archive_cmds runs LD, not CC, wlarc should be empty
8766 # Set some defaults for GNU ld with shared library support. These
8767 # are reset later if shared libraries are not supported. Putting them
8768 # here allows them to be overridden if necessary.
8769 runpath_var=LD_RUN_PATH
8770 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8771 export_dynamic_flag_spec='${wl}--export-dynamic'
8772 # ancient GNU ld didn't support --whole-archive et. al.
8773 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8774 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8776 whole_archive_flag_spec=
8778 supports_anon_versioning=no
8779 case `$LD -v 2>&1` in
8780 *GNU\ gold*) supports_anon_versioning=yes ;;
8781 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8782 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8783 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8784 *\ 2.11.*) ;; # other 2.11 versions
8785 *) supports_anon_versioning=yes ;;
8788 # See if GNU ld supports shared libraries.
8791 # On AIX/PPC, the GNU linker is very broken
8792 if test "$host_cpu" != ia64; then
8796 *** Warning: the GNU linker, at least up to release 2.19, is reported
8797 *** to be unable to reliably create shared libraries on AIX.
8798 *** Therefore, libtool is disabling shared libraries support. If you
8799 *** really care for shared libraries, you may want to install binutils
8800 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8801 *** You will then need to restart the configuration process.
8810 # see comment about AmigaOS4 .so support
8811 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8812 archive_expsym_cmds=''
8815 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)'
8816 hardcode_libdir_flag_spec
='-L$libdir'
8817 hardcode_minus_L
=yes
8823 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8824 allow_undefined_flag
=unsupported
8825 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8826 # support --undefined. This deserves some investigation. FIXME
8827 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8833 cygwin
* | mingw
* | pw32
* | cegcc
*)
8834 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8835 # as there is no search path for DLLs.
8836 hardcode_libdir_flag_spec
='-L$libdir'
8837 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8838 allow_undefined_flag
=unsupported
8839 always_export_symbols
=no
8840 enable_shared_with_static_runtimes
=yes
8841 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8843 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8844 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8845 # If the export-symbols file already is a .def file (1st line
8846 # is EXPORTS), use it as is; otherwise, prepend...
8847 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8848 cp $export_symbols $output_objdir/$soname.def;
8850 echo EXPORTS > $output_objdir/$soname.def;
8851 cat $export_symbols >> $output_objdir/$soname.def;
8853 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8860 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8861 link_all_deplibs
=yes
8866 hardcode_shlibpath_var
=no
8867 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8868 export_dynamic_flag_spec
='${wl}-E'
8869 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8870 # Instead, shared libraries are loaded at an image base (0x10000000 by
8871 # default) and relocated if they conflict, which is a slow very memory
8872 # consuming and fragmenting process. To avoid this, we pick a random,
8873 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8874 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8875 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8876 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'
8879 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8881 if test "$host_os" = linux-dietlibc
; then
8882 case $cc_basename in
8883 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8886 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8887 && test "$tmp_diet" = no
8889 tmp_addflag
=' $pic_flag'
8890 tmp_sharedflag
='-shared'
8891 case $cc_basename,$host_cpu in
8892 pgcc
*) # Portland Group C compiler
8893 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'
8894 tmp_addflag
=' $pic_flag'
8896 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8897 # Portland Group f77 and f90 compilers
8898 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'
8899 tmp_addflag
=' $pic_flag -Mnomain' ;;
8900 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8901 tmp_addflag
=' -i_dynamic' ;;
8902 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8903 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8904 ifc
* | ifort
*) # Intel Fortran compiler
8905 tmp_addflag
=' -nofor_main' ;;
8906 lf95
*) # Lahey Fortran 8.1
8907 whole_archive_flag_spec
=
8908 tmp_sharedflag
='--shared' ;;
8909 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8910 tmp_sharedflag
='-qmkshrobj'
8912 nvcc
*) # Cuda Compiler Driver 2.2
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 compiler_needs_object
=yes
8917 case `$CC -V 2>&1 | sed 5q` in
8918 *Sun\ C
*) # Sun C 5.9
8919 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'
8920 compiler_needs_object
=yes
8921 tmp_sharedflag
='-G' ;;
8922 *Sun\ F
*) # Sun Fortran 8.3
8923 tmp_sharedflag
='-G' ;;
8925 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8927 if test "x$supports_anon_versioning" = xyes
; then
8928 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8929 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8930 echo "local: *; };" >> $output_objdir/$libname.ver~
8931 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8934 case $cc_basename in
8935 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8936 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8937 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8938 hardcode_libdir_flag_spec
=
8939 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8940 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8941 if test "x$supports_anon_versioning" = xyes
; then
8942 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8943 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8944 echo "local: *; };" >> $output_objdir/$libname.ver~
8945 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8955 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8956 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8959 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8960 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8965 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8969 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8970 *** create shared libraries on Solaris systems. Therefore, libtool
8971 *** is disabling shared libraries support. We urge you to upgrade GNU
8972 *** binutils to release 2.9.1 or newer. Another option is to modify
8973 *** your PATH or compiler configuration so that the native linker is
8974 *** used, and then restart.
8977 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8978 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8979 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8985 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8986 case `$LD -v 2>&1` in
8987 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8991 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8992 *** reliably create shared libraries on SCO systems. Therefore, libtool
8993 *** is disabling shared libraries support. We urge you to upgrade GNU
8994 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8995 *** your PATH or compiler configuration so that the native linker is
8996 *** used, and then restart.
9001 # For security reasons, it is highly recommended that you always
9002 # use absolute paths for naming shared libraries, and exclude the
9003 # DT_RUNPATH tag from executables and libraries. But doing so
9004 # requires that you compile everything twice, which is a pain.
9005 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9006 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9007 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9008 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9017 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9020 hardcode_shlibpath_var
=no
9024 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9025 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9026 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9033 if test "$ld_shlibs" = no
; then
9035 hardcode_libdir_flag_spec
=
9036 export_dynamic_flag_spec
=
9037 whole_archive_flag_spec
=
9040 # PORTME fill in a description of your system's linker (not GNU ld)
9043 allow_undefined_flag
=unsupported
9044 always_export_symbols
=yes
9045 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'
9046 # Note: this linker hardcodes the directories in LIBPATH if there
9047 # are no directories specified by -L.
9048 hardcode_minus_L
=yes
9049 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9050 # Neither direct hardcoding nor static linking is supported with a
9052 hardcode_direct
=unsupported
9057 if test "$host_cpu" = ia64
; then
9058 # On IA64, the linker does run time linking by default, so we don't
9059 # have to do anything special.
9060 aix_use_runtimelinking
=no
9061 exp_sym_flag
='-Bexport'
9064 # If we're using GNU nm, then we don't want the "-C" option.
9065 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9066 # Also, AIX nm treats weak defined symbols like other global
9067 # defined symbols, whereas GNU nm marks them as "W".
9068 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9069 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'
9071 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'
9073 aix_use_runtimelinking
=no
9075 # Test if we are trying to use run time linking or normal
9076 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9077 # need to do runtime linking.
9078 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9079 for ld_flag
in $LDFLAGS; do
9080 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9081 aix_use_runtimelinking
=yes
9088 exp_sym_flag
='-bexport'
9089 no_entry_flag
='-bnoentry'
9092 # When large executables or shared objects are built, AIX ld can
9093 # have problems creating the table of contents. If linking a library
9094 # or program results in "error TOC overflow" add -mminimal-toc to
9095 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9096 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9100 hardcode_direct_absolute
=yes
9101 hardcode_libdir_separator
=':'
9102 link_all_deplibs
=yes
9103 file_list_spec
='${wl}-f,'
9105 if test "$GCC" = yes; then
9106 case $host_os in aix4.
[012]|aix4.
[012].
*)
9107 # We only want to do this on AIX 4.2 and lower, the check
9108 # below for broken collect2 doesn't work under 4.3+
9109 collect2name
=`${CC} -print-prog-name=collect2`
9110 if test -f "$collect2name" &&
9111 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9113 # We have reworked collect2
9116 # We have old collect2
9117 hardcode_direct
=unsupported
9118 # It fails to find uninstalled libraries when the uninstalled
9119 # path is not listed in the libpath. Setting hardcode_minus_L
9120 # to unsupported forces relinking
9121 hardcode_minus_L
=yes
9122 hardcode_libdir_flag_spec
='-L$libdir'
9123 hardcode_libdir_separator
=
9127 shared_flag
='-shared'
9128 if test "$aix_use_runtimelinking" = yes; then
9129 shared_flag
="$shared_flag "'${wl}-G'
9133 if test "$host_cpu" = ia64
; then
9134 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9135 # chokes on -Wl,-G. The following line is correct:
9138 if test "$aix_use_runtimelinking" = yes; then
9139 shared_flag
='${wl}-G'
9141 shared_flag
='${wl}-bM:SRE'
9146 export_dynamic_flag_spec
='${wl}-bexpall'
9147 # It seems that -bexpall does not export symbols beginning with
9148 # underscore (_), so it is better to generate a list of symbols to export.
9149 always_export_symbols
=yes
9150 if test "$aix_use_runtimelinking" = yes; then
9151 # Warning - without using the other runtime loading flags (-brtl),
9152 # -berok will link without error, but may produce a broken library.
9153 allow_undefined_flag
='-berok'
9154 # Determine the default libpath from the value encoded in an
9156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9157 /* end confdefs.h. */
9167 if ac_fn_c_try_link
"$LINENO"; then :
9169 lt_aix_libpath_sed
='
9170 /Import File Strings/,/^$/ {
9176 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9177 # Check for a 64-bit object if we didn't find anything.
9178 if test -z "$aix_libpath"; then
9179 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9182 rm -f core conftest.err conftest.
$ac_objext \
9183 conftest
$ac_exeext conftest.
$ac_ext
9184 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9186 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9187 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"
9189 if test "$host_cpu" = ia64
; then
9190 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9191 allow_undefined_flag
="-z nodefs"
9192 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"
9194 # Determine the default libpath from the value encoded in an
9196 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9197 /* end confdefs.h. */
9207 if ac_fn_c_try_link
"$LINENO"; then :
9209 lt_aix_libpath_sed
='
9210 /Import File Strings/,/^$/ {
9216 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9217 # Check for a 64-bit object if we didn't find anything.
9218 if test -z "$aix_libpath"; then
9219 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9222 rm -f core conftest.err conftest.
$ac_objext \
9223 conftest
$ac_exeext conftest.
$ac_ext
9224 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9226 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9227 # Warning - without using the other run time loading flags,
9228 # -berok will link without error, but may produce a broken library.
9229 no_undefined_flag
=' ${wl}-bernotok'
9230 allow_undefined_flag
=' ${wl}-berok'
9231 if test "$with_gnu_ld" = yes; then
9232 # We only use this code for GNU lds that support --whole-archive.
9233 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9235 # Exported symbols can be pulled into shared objects from archives
9236 whole_archive_flag_spec
='$convenience'
9238 archive_cmds_need_lc
=yes
9239 # This is similar to how AIX traditionally builds its shared libraries.
9240 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'
9248 # see comment about AmigaOS4 .so support
9249 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9250 archive_expsym_cmds
=''
9253 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)'
9254 hardcode_libdir_flag_spec
='-L$libdir'
9255 hardcode_minus_L
=yes
9261 export_dynamic_flag_spec
=-rdynamic
9264 cygwin
* | mingw
* | pw32
* | cegcc
*)
9265 # When not using gcc, we currently assume that we are using
9266 # Microsoft Visual C++.
9267 # hardcode_libdir_flag_spec is actually meaningless, as there is
9268 # no search path for DLLs.
9269 hardcode_libdir_flag_spec
=' '
9270 allow_undefined_flag
=unsupported
9271 # Tell ltmain to make .lib files, not .a files.
9273 # Tell ltmain to make .dll files, not .so files.
9275 # FIXME: Setting linknames here is a bad hack.
9276 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9277 # The linker will automatically build a .lib file if we build a DLL.
9278 old_archive_from_new_cmds
='true'
9279 # FIXME: Should let the user specify the lib program.
9280 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9281 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9282 enable_shared_with_static_runtimes
=yes
9285 darwin
* | rhapsody
*)
9288 archive_cmds_need_lc
=no
9290 hardcode_automatic
=yes
9291 hardcode_shlibpath_var
=unsupported
9292 if test "$lt_cv_ld_force_load" = "yes"; then
9293 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\"`'
9295 whole_archive_flag_spec
=''
9297 link_all_deplibs
=yes
9298 allow_undefined_flag
="$_lt_dar_allow_undefined"
9299 case $cc_basename in
9300 ifort
*) _lt_dar_can_shared
=yes ;;
9301 *) _lt_dar_can_shared
=$GCC ;;
9303 if test "$_lt_dar_can_shared" = "yes"; then
9304 output_verbose_link_cmd
=func_echo_all
9305 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9306 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9307 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}"
9308 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}"
9317 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9318 hardcode_libdir_flag_spec
='-L$libdir'
9319 hardcode_shlibpath_var
=no
9322 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9323 # support. Future versions do this automatically, but an explicit c++rt0.o
9324 # does not break anything, and helps significantly (at the cost of a little
9327 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9328 hardcode_libdir_flag_spec
='-R$libdir'
9330 hardcode_shlibpath_var
=no
9333 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9335 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9337 hardcode_minus_L
=yes
9338 hardcode_shlibpath_var
=no
9341 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9342 freebsd
* | dragonfly
*)
9343 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9344 hardcode_libdir_flag_spec
='-R$libdir'
9346 hardcode_shlibpath_var
=no
9350 if test "$GCC" = yes; then
9351 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'
9353 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'
9355 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9356 hardcode_libdir_separator
=:
9359 # hardcode_minus_L: Not really in the search PATH,
9360 # but as the default location of the library.
9361 hardcode_minus_L
=yes
9362 export_dynamic_flag_spec
='${wl}-E'
9366 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9367 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9369 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9371 if test "$with_gnu_ld" = no
; then
9372 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9373 hardcode_libdir_flag_spec_ld
='+b $libdir'
9374 hardcode_libdir_separator
=:
9376 hardcode_direct_absolute
=yes
9377 export_dynamic_flag_spec
='${wl}-E'
9378 # hardcode_minus_L: Not really in the search PATH,
9379 # but as the default location of the library.
9380 hardcode_minus_L
=yes
9385 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9388 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9391 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9394 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9400 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9403 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9407 # Older versions of the 11.00 compiler do not understand -b yet
9408 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9410 $as_echo_n "checking if $CC understands -b... " >&6; }
9411 if ${lt_cv_prog_compiler__b+:} false
; then :
9412 $as_echo_n "(cached) " >&6
9414 lt_cv_prog_compiler__b
=no
9415 save_LDFLAGS
="$LDFLAGS"
9416 LDFLAGS
="$LDFLAGS -b"
9417 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9418 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9419 # The linker can only warn and ignore the option if not recognized
9420 # So say no if there are warnings
9421 if test -s conftest.err
; then
9422 # Append any errors to the config.log.
9423 cat conftest.err
1>&5
9424 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9425 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9426 if diff conftest.exp conftest.er2
>/dev
/null
; then
9427 lt_cv_prog_compiler__b
=yes
9430 lt_cv_prog_compiler__b
=yes
9434 LDFLAGS
="$save_LDFLAGS"
9437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9438 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9440 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9441 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9443 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9449 if test "$with_gnu_ld" = no
; then
9450 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9451 hardcode_libdir_separator
=:
9456 hardcode_shlibpath_var
=no
9460 hardcode_direct_absolute
=yes
9461 export_dynamic_flag_spec
='${wl}-E'
9463 # hardcode_minus_L: Not really in the search PATH,
9464 # but as the default location of the library.
9465 hardcode_minus_L
=yes
9471 irix5
* | irix6
* | nonstopux
*)
9472 if test "$GCC" = yes; then
9473 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'
9474 # Try to use the -exported_symbol ld option, if it does not
9475 # work, assume that -exports_file does not work either and
9476 # implicitly export all symbols.
9477 save_LDFLAGS
="$LDFLAGS"
9478 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9480 /* end confdefs.h. */
9483 if ac_fn_c_try_link
"$LINENO"; then :
9484 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'
9487 rm -f core conftest.err conftest.
$ac_objext \
9488 conftest
$ac_exeext conftest.
$ac_ext
9489 LDFLAGS
="$save_LDFLAGS"
9491 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'
9492 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'
9494 archive_cmds_need_lc
='no'
9495 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9496 hardcode_libdir_separator
=:
9498 link_all_deplibs
=yes
9502 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9503 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9505 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9507 hardcode_libdir_flag_spec
='-R$libdir'
9509 hardcode_shlibpath_var
=no
9513 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9515 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9516 hardcode_libdir_separator
=:
9517 hardcode_shlibpath_var
=no
9524 if test -f /usr
/libexec
/ld.so
; then
9526 hardcode_shlibpath_var
=no
9527 hardcode_direct_absolute
=yes
9528 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9529 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9530 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9531 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9532 export_dynamic_flag_spec
='${wl}-E'
9535 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9536 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9537 hardcode_libdir_flag_spec
='-R$libdir'
9540 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9541 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9551 hardcode_libdir_flag_spec
='-L$libdir'
9552 hardcode_minus_L
=yes
9553 allow_undefined_flag
=unsupported
9554 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'
9555 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9559 if test "$GCC" = yes; then
9560 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9561 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'
9563 allow_undefined_flag
=' -expect_unresolved \*'
9564 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'
9566 archive_cmds_need_lc
='no'
9567 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9568 hardcode_libdir_separator
=:
9571 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9572 if test "$GCC" = yes; then
9573 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9574 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'
9575 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9577 allow_undefined_flag
=' -expect_unresolved \*'
9578 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'
9579 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~
9580 $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'
9582 # Both c and cxx compiler support -rpath directly
9583 hardcode_libdir_flag_spec
='-rpath $libdir'
9585 archive_cmds_need_lc
='no'
9586 hardcode_libdir_separator
=:
9590 no_undefined_flag
=' -z defs'
9591 if test "$GCC" = yes; then
9593 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9594 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9595 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9597 case `$CC -V 2>&1` in
9600 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9601 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9602 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9606 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9607 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9608 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9612 hardcode_libdir_flag_spec
='-R$libdir'
9613 hardcode_shlibpath_var
=no
9615 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9617 # The compiler driver will combine and reorder linker options,
9618 # but understands `-z linker_flag'. GCC discards it without `$wl',
9619 # but is careful enough not to reorder.
9620 # Supported since Solaris 2.6 (maybe 2.5.1?)
9621 if test "$GCC" = yes; then
9622 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9624 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9628 link_all_deplibs
=yes
9632 if test "x$host_vendor" = xsequent
; then
9633 # Use $CC to link under sequent, because it throws in some extra .o
9634 # files that make .init and .fini sections work.
9635 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9637 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9639 hardcode_libdir_flag_spec
='-L$libdir'
9641 hardcode_minus_L
=yes
9642 hardcode_shlibpath_var
=no
9646 case $host_vendor in
9648 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9649 hardcode_direct
=yes # is this really true???
9652 ## LD is ld it makes a PLAMLIB
9653 ## CC just makes a GrossModule.
9654 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9655 reload_cmds
='$CC -r -o $output$reload_objs'
9659 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9660 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9663 runpath_var
='LD_RUN_PATH'
9664 hardcode_shlibpath_var
=no
9668 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9669 hardcode_shlibpath_var
=no
9670 export_dynamic_flag_spec
='-Bexport'
9674 if test -d /usr
/nec
; then
9675 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9676 hardcode_shlibpath_var
=no
9677 runpath_var
=LD_RUN_PATH
9678 hardcode_runpath_var
=yes
9683 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9684 no_undefined_flag
='${wl}-z,text'
9685 archive_cmds_need_lc
=no
9686 hardcode_shlibpath_var
=no
9687 runpath_var
='LD_RUN_PATH'
9689 if test "$GCC" = yes; then
9690 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9691 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9693 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9694 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9698 sysv5
* | sco3.2v5
* | sco5v6
*)
9699 # Note: We can NOT use -z defs as we might desire, because we do not
9700 # link with -lc, and that would cause any symbols used from libc to
9701 # always be unresolved, which means just about no library would
9702 # ever link correctly. If we're not using GNU ld we use -z text
9703 # though, which does catch some bad symbols but isn't as heavy-handed
9705 no_undefined_flag
='${wl}-z,text'
9706 allow_undefined_flag
='${wl}-z,nodefs'
9707 archive_cmds_need_lc
=no
9708 hardcode_shlibpath_var
=no
9709 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9710 hardcode_libdir_separator
=':'
9711 link_all_deplibs
=yes
9712 export_dynamic_flag_spec
='${wl}-Bexport'
9713 runpath_var
='LD_RUN_PATH'
9715 if test "$GCC" = yes; then
9716 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9717 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9720 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9725 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726 hardcode_libdir_flag_spec
='-L$libdir'
9727 hardcode_shlibpath_var
=no
9735 if test x
$host_vendor = xsni
; then
9737 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9738 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9745 $as_echo "$ld_shlibs" >&6; }
9746 test "$ld_shlibs" = no
&& can_build_shared
=no
9748 with_gnu_ld
=$with_gnu_ld
9765 # Do we need to explicitly link libc?
9767 case "x$archive_cmds_need_lc" in
9769 # Assume -lc should be added
9770 archive_cmds_need_lc
=yes
9772 if test "$enable_shared" = yes && test "$GCC" = yes; then
9773 case $archive_cmds in
9775 # FIXME: we may have to deal with multi-command sequences.
9778 # Test whether the compiler implicitly links with -lc since on some
9779 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9780 # to ld, don't add -lc before -lgcc.
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9782 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9783 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9784 $as_echo_n "(cached) " >&6
9787 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9789 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9790 (eval $ac_compile) 2>&5
9792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9793 test $ac_status = 0; } 2>conftest.err
; then
9796 libobjs
=conftest.
$ac_objext
9798 wl
=$lt_prog_compiler_wl
9799 pic_flag
=$lt_prog_compiler_pic
9805 lt_save_allow_undefined_flag
=$allow_undefined_flag
9806 allow_undefined_flag
=
9807 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9808 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9811 test $ac_status = 0; }
9813 lt_cv_archive_cmds_need_lc
=no
9815 lt_cv_archive_cmds_need_lc
=yes
9817 allow_undefined_flag
=$lt_save_allow_undefined_flag
9819 cat conftest.err
1>&5
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9825 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9826 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9990 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9992 if test "$GCC" = yes; then
9994 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9995 *) lt_awk_arg
="/^libraries:/" ;;
9998 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
9999 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10001 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10002 case $lt_search_path_spec in
10004 # if the path contains ";" then we assume it to be the separator
10005 # otherwise default to the standard path separator (i.e. ":") - it is
10006 # assumed that no part of a normal pathname contains ";" but that should
10007 # okay in the real world where ";" in dirpaths is itself problematic.
10008 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10011 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10014 # Ok, now we have the path, separated by spaces, we can step through it
10015 # and add multilib dir if necessary.
10016 lt_tmp_lt_search_path_spec
=
10017 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10018 for lt_sys_path
in $lt_search_path_spec; do
10019 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10020 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10022 test -d "$lt_sys_path" && \
10023 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10026 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10027 BEGIN {RS=" "; FS="/|\n";} {
10030 for (lt_i = NF; lt_i > 0; lt_i--) {
10031 if ($lt_i != "" && $lt_i != ".") {
10032 if ($lt_i == "..") {
10035 if (lt_count == 0) {
10036 lt_foo="/" $lt_i lt_foo;
10043 if (lt_foo != "") { lt_freq[lt_foo]++; }
10044 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10046 # AWK program above erroneously prepends '/' to C:/dos/paths
10049 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10050 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10052 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10054 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10056 library_names_spec
=
10057 libname_spec
='lib$name'
10061 postuninstall_cmds
=
10065 shlibpath_overrides_runpath
=unknown
10067 dynamic_linker
="$host_os ld.so"
10068 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10069 need_lib_prefix
=unknown
10070 hardcode_into_libs
=no
10072 # when you set need_version to no, make sure it does not cause -set_version
10073 # flags to be left without arguments
10074 need_version
=unknown
10079 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10080 shlibpath_var
=LIBPATH
10082 # AIX 3 has no versioning support, so we append a major version to the name.
10083 soname_spec
='${libname}${release}${shared_ext}$major'
10090 hardcode_into_libs
=yes
10091 if test "$host_cpu" = ia64
; then
10092 # AIX 5 supports IA64
10093 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10094 shlibpath_var
=LD_LIBRARY_PATH
10096 # With GCC up to 2.95.x, collect2 would create an import file
10097 # for dependence libraries. The import file would start with
10098 # the line `#! .'. This would cause the generated library to
10099 # depend on `.', always an invalid library. This was fixed in
10100 # development snapshots of GCC prior to 3.0.
10102 aix4 | aix4.
[01] | aix4.
[01].
*)
10103 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10105 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10108 can_build_shared
=no
10112 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10113 # soname into executable. Probably we can add versioning support to
10114 # collect2, so additional links can be useful in future.
10115 if test "$aix_use_runtimelinking" = yes; then
10116 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10117 # instead of lib<name>.a to let people know that these are not
10118 # typical AIX shared libraries.
10119 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10121 # We preserve .a as extension for shared libraries through AIX4.2
10122 # and later when we are not doing run time linking.
10123 library_names_spec
='${libname}${release}.a $libname.a'
10124 soname_spec
='${libname}${release}${shared_ext}$major'
10126 shlibpath_var
=LIBPATH
10133 # Since July 2007 AmigaOS4 officially supports .so libraries.
10134 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10135 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10138 library_names_spec
='$libname.ixlibrary $libname.a'
10139 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10140 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'
10146 library_names_spec
='${libname}${shared_ext}'
10147 dynamic_linker
="$host_os ld.so"
10148 shlibpath_var
=LIBRARY_PATH
10154 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10155 soname_spec
='${libname}${release}${shared_ext}$major'
10156 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10157 shlibpath_var
=LD_LIBRARY_PATH
10158 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10159 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10160 # the default ld.so.conf also contains /usr/contrib/lib and
10161 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10162 # libtool to hard-code these into programs
10165 cygwin
* | mingw
* | pw32
* | cegcc
*)
10166 version_type
=windows
10171 case $GCC,$host_os in
10172 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10173 library_names_spec
='$libname.dll.a'
10174 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10175 postinstall_cmds
='base_file=`basename \${file}`~
10176 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10177 dldir=$destdir/`dirname \$dlpath`~
10178 test -d \$dldir || mkdir -p \$dldir~
10179 $install_prog $dir/$dlname \$dldir/$dlname~
10180 chmod a+x \$dldir/$dlname~
10181 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10182 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10184 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10185 dlpath=$dir/\$dldll~
10187 shlibpath_overrides_runpath
=yes
10191 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10192 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10194 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10197 # MinGW DLLs use traditional 'lib' prefix
10198 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10201 # pw32 DLLs use 'pw' prefix rather than 'lib'
10202 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10208 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10211 dynamic_linker
='Win32 ld.exe'
10212 # FIXME: first we should search . and the directory the executable is in
10216 darwin
* | rhapsody
*)
10217 dynamic_linker
="$host_os dyld"
10218 version_type
=darwin
10221 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10222 soname_spec
='${libname}${release}${major}$shared_ext'
10223 shlibpath_overrides_runpath
=yes
10224 shlibpath_var
=DYLD_LIBRARY_PATH
10225 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10227 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10228 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10235 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10236 soname_spec
='${libname}${release}${shared_ext}$major'
10237 shlibpath_var
=LD_LIBRARY_PATH
10240 freebsd
* | dragonfly
*)
10241 # DragonFly does not have aout. When/if they implement a new
10242 # versioning mechanism, adjust this.
10243 if test -x /usr
/bin
/objformat
; then
10244 objformat
=`/usr/bin/objformat`
10247 freebsd
[23].
*) objformat
=aout
;;
10248 *) objformat
=elf
;;
10251 version_type
=freebsd-
$objformat
10252 case $version_type in
10254 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10259 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10263 shlibpath_var
=LD_LIBRARY_PATH
10266 shlibpath_overrides_runpath
=yes
10268 freebsd3.
[01]* | freebsdelf3.
[01]*)
10269 shlibpath_overrides_runpath
=yes
10270 hardcode_into_libs
=yes
10272 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10273 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10274 shlibpath_overrides_runpath
=no
10275 hardcode_into_libs
=yes
10277 *) # from 4.6 on, and DragonFly
10278 shlibpath_overrides_runpath
=yes
10279 hardcode_into_libs
=yes
10288 dynamic_linker
="$host_os runtime_loader"
10289 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10290 soname_spec
='${libname}${release}${shared_ext}$major'
10291 shlibpath_var
=LIBRARY_PATH
10292 shlibpath_overrides_runpath
=yes
10293 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10294 hardcode_into_libs
=yes
10297 hpux9
* | hpux10
* | hpux11
*)
10298 # Give a soname corresponding to the major version so that dld.sl refuses to
10299 # link against other versions.
10306 hardcode_into_libs
=yes
10307 dynamic_linker
="$host_os dld.so"
10308 shlibpath_var
=LD_LIBRARY_PATH
10309 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10310 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10311 soname_spec
='${libname}${release}${shared_ext}$major'
10312 if test "X$HPUX_IA64_MODE" = X32
; then
10313 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10315 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10317 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10321 hardcode_into_libs
=yes
10322 dynamic_linker
="$host_os dld.sl"
10323 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10324 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10325 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10326 soname_spec
='${libname}${release}${shared_ext}$major'
10327 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10328 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10332 dynamic_linker
="$host_os dld.sl"
10333 shlibpath_var
=SHLIB_PATH
10334 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10335 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10336 soname_spec
='${libname}${release}${shared_ext}$major'
10339 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10340 postinstall_cmds
='chmod 555 $lib'
10341 # or fails outright, so override atomically:
10342 install_override_mode
=555
10349 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10350 soname_spec
='${libname}${release}${shared_ext}$major'
10351 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10352 shlibpath_var
=LD_LIBRARY_PATH
10353 shlibpath_overrides_runpath
=no
10354 hardcode_into_libs
=yes
10357 irix5
* | irix6
* | nonstopux
*)
10359 nonstopux
*) version_type
=nonstopux
;;
10361 if test "$lt_cv_prog_gnu_ld" = yes; then
10369 soname_spec
='${libname}${release}${shared_ext}$major'
10370 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10372 irix5
* | nonstopux
*)
10373 libsuff
= shlibsuff
=
10376 case $LD in # libtool.m4 will add one of these switches to LD
10377 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10378 libsuff
= shlibsuff
= libmagic
=32-bit;;
10379 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10380 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10381 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10382 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10383 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10387 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10388 shlibpath_overrides_runpath
=no
10389 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10390 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10391 hardcode_into_libs
=yes
10394 # No shared lib support for Linux oldld, aout, or coff.
10395 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10399 # This must be Linux ELF.
10400 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10404 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10405 soname_spec
='${libname}${release}${shared_ext}$major'
10406 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10407 shlibpath_var
=LD_LIBRARY_PATH
10408 shlibpath_overrides_runpath
=no
10410 # Some binutils ld are patched to set DT_RUNPATH
10411 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10412 $as_echo_n "(cached) " >&6
10414 lt_cv_shlibpath_overrides_runpath
=no
10415 save_LDFLAGS
=$LDFLAGS
10416 save_libdir
=$libdir
10417 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10418 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10420 /* end confdefs.h. */
10430 if ac_fn_c_try_link
"$LINENO"; then :
10431 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10432 lt_cv_shlibpath_overrides_runpath
=yes
10435 rm -f core conftest.err conftest.
$ac_objext \
10436 conftest
$ac_exeext conftest.
$ac_ext
10437 LDFLAGS
=$save_LDFLAGS
10438 libdir
=$save_libdir
10442 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10444 # This implies no fast_install, which is unacceptable.
10445 # Some rework will be needed to allow for fast_install
10446 # before this can be enabled.
10447 hardcode_into_libs
=yes
10449 # Append ld.so.conf contents to the search path
10450 if test -f /etc
/ld.so.conf
; then
10451 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' ' '`
10452 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10455 # We used to test for /lib/ld.so.1 and disable shared libraries on
10456 # powerpc, because MkLinux only supported shared libraries with the
10457 # GNU dynamic linker. Since this was broken with cross compilers,
10458 # most powerpc-linux boxes support dynamic linking these days and
10459 # people can always --disable-shared, the test was removed, and we
10460 # assume the GNU/Linux dynamic linker is in use.
10461 dynamic_linker
='GNU/Linux ld.so'
10468 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10469 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10470 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10471 dynamic_linker
='NetBSD (a.out) ld.so'
10473 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10474 soname_spec
='${libname}${release}${shared_ext}$major'
10475 dynamic_linker
='NetBSD ld.elf_so'
10477 shlibpath_var
=LD_LIBRARY_PATH
10478 shlibpath_overrides_runpath
=yes
10479 hardcode_into_libs
=yes
10484 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10485 shlibpath_var
=LD_LIBRARY_PATH
10486 shlibpath_overrides_runpath
=yes
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 shlibpath_var
=LD_LIBRARY_PATH
10496 shlibpath_overrides_runpath
=no
10497 hardcode_into_libs
=yes
10498 dynamic_linker
='ldqnx.so'
10503 sys_lib_dlsearch_path_spec
="/usr/lib"
10505 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10507 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10508 *) need_version
=no
;;
10510 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10511 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10512 shlibpath_var
=LD_LIBRARY_PATH
10513 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10515 openbsd2.
[89] | openbsd2.
[89].
*)
10516 shlibpath_overrides_runpath
=no
10519 shlibpath_overrides_runpath
=yes
10523 shlibpath_overrides_runpath
=yes
10528 libname_spec
='$name'
10531 library_names_spec
='$libname${shared_ext} $libname.a'
10532 dynamic_linker
='OS/2 ld.exe'
10533 shlibpath_var
=LIBPATH
10536 osf3
* | osf4
* | osf5
*)
10540 soname_spec
='${libname}${release}${shared_ext}$major'
10541 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10542 shlibpath_var
=LD_LIBRARY_PATH
10543 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10544 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10555 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10556 soname_spec
='${libname}${release}${shared_ext}$major'
10557 shlibpath_var
=LD_LIBRARY_PATH
10558 shlibpath_overrides_runpath
=yes
10559 hardcode_into_libs
=yes
10560 # ldd complains unless libraries are executable
10561 postinstall_cmds
='chmod +x $lib'
10566 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10567 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10568 shlibpath_var
=LD_LIBRARY_PATH
10569 shlibpath_overrides_runpath
=yes
10570 if test "$with_gnu_ld" = yes; then
10578 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10579 soname_spec
='${libname}${release}${shared_ext}$major'
10580 shlibpath_var
=LD_LIBRARY_PATH
10581 case $host_vendor in
10583 shlibpath_overrides_runpath
=no
10585 runpath_var
=LD_RUN_PATH
10593 shlibpath_overrides_runpath
=no
10594 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10600 if test -d /usr
/nec
;then
10602 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10603 soname_spec
='$libname${shared_ext}.$major'
10604 shlibpath_var
=LD_LIBRARY_PATH
10608 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10609 version_type
=freebsd-elf
10612 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10613 soname_spec
='${libname}${release}${shared_ext}$major'
10614 shlibpath_var
=LD_LIBRARY_PATH
10615 shlibpath_overrides_runpath
=yes
10616 hardcode_into_libs
=yes
10617 if test "$with_gnu_ld" = yes; then
10618 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10620 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10623 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10627 sys_lib_dlsearch_path_spec
='/usr/lib'
10631 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10635 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10636 shlibpath_var
=LD_LIBRARY_PATH
10637 shlibpath_overrides_runpath
=no
10638 hardcode_into_libs
=yes
10643 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10644 soname_spec
='${libname}${release}${shared_ext}$major'
10645 shlibpath_var
=LD_LIBRARY_PATH
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10653 $as_echo "$dynamic_linker" >&6; }
10654 test "$dynamic_linker" = no
&& can_build_shared
=no
10656 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10657 if test "$GCC" = yes; then
10658 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10661 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10662 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10664 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10665 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10760 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10762 if test -n "$hardcode_libdir_flag_spec" ||
10763 test -n "$runpath_var" ||
10764 test "X$hardcode_automatic" = "Xyes" ; then
10766 # We can hardcode non-existent directories.
10767 if test "$hardcode_direct" != no
&&
10768 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10769 # have to relink, otherwise we might link with an installed library
10770 # when we should be linking with a yet-to-be-installed one
10771 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10772 test "$hardcode_minus_L" != no
; then
10773 # Linking always hardcodes the temporary library directory.
10774 hardcode_action
=relink
10776 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10777 hardcode_action
=immediate
10780 # We cannot hardcode anything, or else we can only hardcode existing
10782 hardcode_action
=unsupported
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10785 $as_echo "$hardcode_action" >&6; }
10787 if test "$hardcode_action" = relink ||
10788 test "$inherit_rpath" = yes; then
10789 # Fast installation is not supported
10790 enable_fast_install
=no
10791 elif test "$shlibpath_overrides_runpath" = yes ||
10792 test "$enable_shared" = no
; then
10793 # Fast installation is not necessary
10794 enable_fast_install
=needless
10802 if test "x$enable_dlopen" != xyes
; then
10803 enable_dlopen
=unknown
10804 enable_dlopen_self
=unknown
10805 enable_dlopen_self_static
=unknown
10812 lt_cv_dlopen
="load_add_on"
10814 lt_cv_dlopen_self
=yes
10817 mingw
* | pw32
* | cegcc
*)
10818 lt_cv_dlopen
="LoadLibrary"
10823 lt_cv_dlopen
="dlopen"
10828 # if libdl is installed we need to link against it
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10830 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10831 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10832 $as_echo_n "(cached) " >&6
10834 ac_check_lib_save_LIBS
=$LIBS
10836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10837 /* end confdefs.h. */
10839 /* Override any GCC internal prototype to avoid an error.
10840 Use char because int might match the return type of a GCC
10841 builtin and then its argument prototype would still apply. */
10854 if ac_fn_c_try_link
"$LINENO"; then :
10855 ac_cv_lib_dl_dlopen
=yes
10857 ac_cv_lib_dl_dlopen
=no
10859 rm -f core conftest.err conftest.
$ac_objext \
10860 conftest
$ac_exeext conftest.
$ac_ext
10861 LIBS
=$ac_check_lib_save_LIBS
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10864 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10865 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10866 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10869 lt_cv_dlopen
="dyld"
10871 lt_cv_dlopen_self
=yes
10878 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10879 if test "x$ac_cv_func_shl_load" = xyes
; then :
10880 lt_cv_dlopen
="shl_load"
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10883 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10884 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10885 $as_echo_n "(cached) " >&6
10887 ac_check_lib_save_LIBS
=$LIBS
10889 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10890 /* end confdefs.h. */
10892 /* Override any GCC internal prototype to avoid an error.
10893 Use char because int might match the return type of a GCC
10894 builtin and then its argument prototype would still apply. */
10902 return shl_load ();
10907 if ac_fn_c_try_link
"$LINENO"; then :
10908 ac_cv_lib_dld_shl_load
=yes
10910 ac_cv_lib_dld_shl_load
=no
10912 rm -f core conftest.err conftest.
$ac_objext \
10913 conftest
$ac_exeext conftest.
$ac_ext
10914 LIBS
=$ac_check_lib_save_LIBS
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10917 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10918 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10919 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10921 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10922 if test "x$ac_cv_func_dlopen" = xyes
; then :
10923 lt_cv_dlopen
="dlopen"
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10926 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10927 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10928 $as_echo_n "(cached) " >&6
10930 ac_check_lib_save_LIBS
=$LIBS
10932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10950 if ac_fn_c_try_link
"$LINENO"; then :
10951 ac_cv_lib_dl_dlopen
=yes
10953 ac_cv_lib_dl_dlopen
=no
10955 rm -f core conftest.err conftest.
$ac_objext \
10956 conftest
$ac_exeext conftest.
$ac_ext
10957 LIBS
=$ac_check_lib_save_LIBS
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10960 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10961 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10962 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10965 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10966 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10967 $as_echo_n "(cached) " >&6
10969 ac_check_lib_save_LIBS
=$LIBS
10970 LIBS
="-lsvld $LIBS"
10971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h. */
10974 /* Override any GCC internal prototype to avoid an error.
10975 Use char because int might match the return type of a GCC
10976 builtin and then its argument prototype would still apply. */
10989 if ac_fn_c_try_link
"$LINENO"; then :
10990 ac_cv_lib_svld_dlopen
=yes
10992 ac_cv_lib_svld_dlopen
=no
10994 rm -f core conftest.err conftest.
$ac_objext \
10995 conftest
$ac_exeext conftest.
$ac_ext
10996 LIBS
=$ac_check_lib_save_LIBS
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10999 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11000 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11001 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11004 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11005 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11006 $as_echo_n "(cached) " >&6
11008 ac_check_lib_save_LIBS
=$LIBS
11010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11011 /* end confdefs.h. */
11013 /* Override any GCC internal prototype to avoid an error.
11014 Use char because int might match the return type of a GCC
11015 builtin and then its argument prototype would still apply. */
11023 return dld_link ();
11028 if ac_fn_c_try_link
"$LINENO"; then :
11029 ac_cv_lib_dld_dld_link
=yes
11031 ac_cv_lib_dld_dld_link
=no
11033 rm -f core conftest.err conftest.
$ac_objext \
11034 conftest
$ac_exeext conftest.
$ac_ext
11035 LIBS
=$ac_check_lib_save_LIBS
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11038 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11039 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11040 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11061 if test "x$lt_cv_dlopen" != xno
; then
11067 case $lt_cv_dlopen in
11069 save_CPPFLAGS
="$CPPFLAGS"
11070 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11072 save_LDFLAGS
="$LDFLAGS"
11073 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11076 LIBS
="$lt_cv_dlopen_libs $LIBS"
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11079 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11080 if ${lt_cv_dlopen_self+:} false
; then :
11081 $as_echo_n "(cached) " >&6
11083 if test "$cross_compiling" = yes; then :
11084 lt_cv_dlopen_self
=cross
11086 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11087 lt_status
=$lt_dlunknown
11088 cat > conftest.
$ac_ext <<_LT_EOF
11089 #line 11089 "configure"
11090 #include "confdefs.h"
11099 # define LT_DLGLOBAL RTLD_GLOBAL
11102 # define LT_DLGLOBAL DL_GLOBAL
11104 # define LT_DLGLOBAL 0
11108 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11109 find out it does not work in some platform. */
11110 #ifndef LT_DLLAZY_OR_NOW
11112 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11115 # define LT_DLLAZY_OR_NOW DL_LAZY
11118 # define LT_DLLAZY_OR_NOW RTLD_NOW
11121 # define LT_DLLAZY_OR_NOW DL_NOW
11123 # define LT_DLLAZY_OR_NOW 0
11130 /* When -fvisbility=hidden is used, assume the code has been annotated
11131 correspondingly for the symbols needed. */
11132 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11133 void fnord () __attribute__((visibility("default")));
11136 void fnord () { int i=42; }
11139 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11140 int status = $lt_dlunknown;
11144 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11147 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11148 else puts (dlerror ());
11150 /* dlclose (self); */
11158 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11159 (eval $ac_link) 2>&5
11161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11162 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11163 (.
/conftest
; exit; ) >&5 2>/dev
/null
11165 case x
$lt_status in
11166 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11167 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11168 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11171 # compilation failed
11172 lt_cv_dlopen_self
=no
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11180 $as_echo "$lt_cv_dlopen_self" >&6; }
11182 if test "x$lt_cv_dlopen_self" = xyes
; then
11183 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11185 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11186 if ${lt_cv_dlopen_self_static+:} false
; then :
11187 $as_echo_n "(cached) " >&6
11189 if test "$cross_compiling" = yes; then :
11190 lt_cv_dlopen_self_static
=cross
11192 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11193 lt_status
=$lt_dlunknown
11194 cat > conftest.
$ac_ext <<_LT_EOF
11195 #line 11195 "configure"
11196 #include "confdefs.h"
11205 # define LT_DLGLOBAL RTLD_GLOBAL
11208 # define LT_DLGLOBAL DL_GLOBAL
11210 # define LT_DLGLOBAL 0
11214 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11215 find out it does not work in some platform. */
11216 #ifndef LT_DLLAZY_OR_NOW
11218 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11221 # define LT_DLLAZY_OR_NOW DL_LAZY
11224 # define LT_DLLAZY_OR_NOW RTLD_NOW
11227 # define LT_DLLAZY_OR_NOW DL_NOW
11229 # define LT_DLLAZY_OR_NOW 0
11236 /* When -fvisbility=hidden is used, assume the code has been annotated
11237 correspondingly for the symbols needed. */
11238 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11239 void fnord () __attribute__((visibility("default")));
11242 void fnord () { int i=42; }
11245 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11246 int status = $lt_dlunknown;
11250 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11253 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11254 else puts (dlerror ());
11256 /* dlclose (self); */
11264 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11265 (eval $ac_link) 2>&5
11267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11268 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11269 (.
/conftest
; exit; ) >&5 2>/dev
/null
11271 case x
$lt_status in
11272 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11273 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11274 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11277 # compilation failed
11278 lt_cv_dlopen_self_static
=no
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11286 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11289 CPPFLAGS
="$save_CPPFLAGS"
11290 LDFLAGS
="$save_LDFLAGS"
11295 case $lt_cv_dlopen_self in
11296 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11297 *) enable_dlopen_self
=unknown
;;
11300 case $lt_cv_dlopen_self_static in
11301 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11302 *) enable_dlopen_self_static
=unknown
;;
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11325 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11326 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11327 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11328 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11330 $as_echo "yes" >&6; }
11332 # FIXME - insert some real tests, host_os isn't really good enough
11335 if test -n "$STRIP" ; then
11336 striplib
="$STRIP -x"
11337 old_striplib
="$STRIP -S"
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11339 $as_echo "yes" >&6; }
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11342 $as_echo "no" >&6; }
11346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11347 $as_echo "no" >&6; }
11363 # Report which library types will actually be built
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11365 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11367 $as_echo "$can_build_shared" >&6; }
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11370 $as_echo_n "checking whether to build shared libraries... " >&6; }
11371 test "$can_build_shared" = "no" && enable_shared
=no
11373 # On AIX, shared libraries and static libraries use the same namespace, and
11374 # are all built from PIC.
11377 test "$enable_shared" = yes && enable_static
=no
11378 if test -n "$RANLIB"; then
11379 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11380 postinstall_cmds
='$RANLIB $lib'
11385 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11386 test "$enable_shared" = yes && enable_static
=no
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11391 $as_echo "$enable_shared" >&6; }
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11394 $as_echo_n "checking whether to build static libraries... " >&6; }
11395 # Make sure either enable_shared or enable_static is yes.
11396 test "$enable_shared" = yes || enable_static
=yes
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11398 $as_echo "$enable_static" >&6; }
11405 ac_cpp
='$CPP $CPPFLAGS'
11406 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11407 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11408 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11424 ac_config_commands
="$ac_config_commands libtool"
11429 # Only expand once:
11433 # AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11435 # The tests for host and target for $enable_largefile require
11440 # As the $enable_largefile decision depends on --enable-plugins we must set it
11441 # even in directories otherwise not depending on the $plugins option.
11445 for ac_header
in dlfcn.h
11447 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11449 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11450 cat >>confdefs.h
<<_ACEOF
11451 #define HAVE_DLFCN_H 1
11458 for ac_header
in windows.h
11460 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11462 if test "x$ac_cv_header_windows_h" = xyes
; then :
11463 cat >>confdefs.h
<<_ACEOF
11464 #define HAVE_WINDOWS_H 1
11472 # Check whether --enable-plugins was given.
11473 if test "${enable_plugins+set}" = set; then :
11474 enableval
=$enable_plugins; case "${enableval}" in
11477 if test "$maybe_plugins" != "yes" ; then
11478 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11482 plugins
=$maybe_plugins
11486 if test "$plugins" = "yes"; then
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11488 $as_echo_n "checking for library containing dlsym... " >&6; }
11489 if ${ac_cv_search_dlsym+:} false
; then :
11490 $as_echo_n "(cached) " >&6
11492 ac_func_search_save_LIBS
=$LIBS
11493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11494 /* end confdefs.h. */
11496 /* Override any GCC internal prototype to avoid an error.
11497 Use char because int might match the return type of a GCC
11498 builtin and then its argument prototype would still apply. */
11511 for ac_lib
in '' dl
; do
11512 if test -z "$ac_lib"; then
11513 ac_res
="none required"
11516 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11518 if ac_fn_c_try_link
"$LINENO"; then :
11519 ac_cv_search_dlsym
=$ac_res
11521 rm -f core conftest.err conftest.
$ac_objext \
11523 if ${ac_cv_search_dlsym+:} false
; then :
11527 if ${ac_cv_search_dlsym+:} false
; then :
11530 ac_cv_search_dlsym
=no
11532 rm conftest.
$ac_ext
11533 LIBS
=$ac_func_search_save_LIBS
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11536 $as_echo "$ac_cv_search_dlsym" >&6; }
11537 ac_res
=$ac_cv_search_dlsym
11538 if test "$ac_res" != no
; then :
11539 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11547 sparc-
*-solaris*|i?
86-*-solaris*)
11548 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11549 # were mutually exclusive until Solaris 11.3. Without procfs support,
11550 # the bfd/ elf module cannot provide certain routines such as
11551 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11552 # explicitly requested large-file support through the
11553 # --enable-largefile switch, disable large-file support in favor of
11556 # Check if <sys/procfs.h> is incompatible with large-file support.
11557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11559 #define _FILE_OFFSET_BITS 64
11560 #define _STRUCTURED_PROC 1
11561 #include <sys/procfs.h>
11570 if ac_fn_c_try_compile
"$LINENO"; then :
11571 acx_cv_procfs_lfs
=yes
11573 acx_cv_procfs_lfs
=no
11575 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11577 # Forcefully disable large-file support only if necessary, gdb is in
11578 # tree and enabled.
11579 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11580 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
11581 : ${enable_largefile="no"}
11582 if test "$plugins" = yes; then
11583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11584 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11585 $as_echo "$as_me: WARNING:
11586 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11591 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11592 # benefit of g++ 9+ which predefines it on Solaris.
11593 if test "$enable_largefile" = no
; then
11594 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
11600 # Check whether --enable-largefile was given.
11601 if test "${enable_largefile+set}" = set; then :
11602 enableval
=$enable_largefile;
11605 if test "$enable_largefile" != no
; then
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11608 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11609 if ${ac_cv_sys_largefile_CC+:} false
; then :
11610 $as_echo_n "(cached) " >&6
11612 ac_cv_sys_largefile_CC
=no
11613 if test "$GCC" != yes; then
11616 # IRIX 6.2 and later do not support large files by default,
11617 # so use the C compiler's -n32 option if that helps.
11618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h. */
11620 #include <sys/types.h>
11621 /* Check that off_t can represent 2**63 - 1 correctly.
11622 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11623 since some C++ compilers masquerading as C compilers
11624 incorrectly reject 9223372036854775807. */
11625 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11626 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11627 && LARGE_OFF_T % 2147483647 == 1)
11637 if ac_fn_c_try_compile
"$LINENO"; then :
11640 rm -f core conftest.err conftest.
$ac_objext
11642 if ac_fn_c_try_compile
"$LINENO"; then :
11643 ac_cv_sys_largefile_CC
=' -n32'; break
11645 rm -f core conftest.err conftest.
$ac_objext
11649 rm -f conftest.
$ac_ext
11652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11653 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11654 if test "$ac_cv_sys_largefile_CC" != no
; then
11655 CC
=$CC$ac_cv_sys_largefile_CC
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11659 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11660 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11661 $as_echo_n "(cached) " >&6
11664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11665 /* end confdefs.h. */
11666 #include <sys/types.h>
11667 /* Check that off_t can represent 2**63 - 1 correctly.
11668 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11669 since some C++ compilers masquerading as C compilers
11670 incorrectly reject 9223372036854775807. */
11671 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11672 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11673 && LARGE_OFF_T % 2147483647 == 1)
11683 if ac_fn_c_try_compile
"$LINENO"; then :
11684 ac_cv_sys_file_offset_bits
=no
; break
11686 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11688 /* end confdefs.h. */
11689 #define _FILE_OFFSET_BITS 64
11690 #include <sys/types.h>
11691 /* Check that off_t can represent 2**63 - 1 correctly.
11692 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11693 since some C++ compilers masquerading as C compilers
11694 incorrectly reject 9223372036854775807. */
11695 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11696 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11697 && LARGE_OFF_T % 2147483647 == 1)
11707 if ac_fn_c_try_compile
"$LINENO"; then :
11708 ac_cv_sys_file_offset_bits
=64; break
11710 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11711 ac_cv_sys_file_offset_bits
=unknown
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11716 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11717 case $ac_cv_sys_file_offset_bits in #(
11720 cat >>confdefs.h
<<_ACEOF
11721 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11726 if test $ac_cv_sys_file_offset_bits = unknown
; then
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11728 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11729 if ${ac_cv_sys_large_files+:} false
; then :
11730 $as_echo_n "(cached) " >&6
11733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11734 /* end confdefs.h. */
11735 #include <sys/types.h>
11736 /* Check that off_t can represent 2**63 - 1 correctly.
11737 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11738 since some C++ compilers masquerading as C compilers
11739 incorrectly reject 9223372036854775807. */
11740 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11741 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11742 && LARGE_OFF_T % 2147483647 == 1)
11752 if ac_fn_c_try_compile
"$LINENO"; then :
11753 ac_cv_sys_large_files
=no
; break
11755 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h. */
11758 #define _LARGE_FILES 1
11759 #include <sys/types.h>
11760 /* Check that off_t can represent 2**63 - 1 correctly.
11761 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11762 since some C++ compilers masquerading as C compilers
11763 incorrectly reject 9223372036854775807. */
11764 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11765 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11766 && LARGE_OFF_T % 2147483647 == 1)
11776 if ac_fn_c_try_compile
"$LINENO"; then :
11777 ac_cv_sys_large_files
=1; break
11779 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11780 ac_cv_sys_large_files
=unknown
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11785 $as_echo "$ac_cv_sys_large_files" >&6; }
11786 case $ac_cv_sys_large_files in #(
11789 cat >>confdefs.h
<<_ACEOF
11790 #define _LARGE_FILES $ac_cv_sys_large_files
11802 case "${target}" in
11804 *-*-*aout
*| i
[3-7]86-*-msdos* | ns32k-
*-* | pdp11-
*-*)
11805 if test "$plugins" = "yes"; then
11806 if test "${enable_plugins+set}" = set; then
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11808 $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11813 hppa
*-*-hpux* |
*-*-*vms
* | \
11814 powerpc
*-*-aix* | powerpc-
*-beos* | powerpc-
*-macos* | rs6000-
*-*)
11815 if test "$plugins" = "yes"; then
11816 if test "${enable_plugins+set}" = set; then
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11818 $as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11825 if test "$plugins" = "yes"; then
11835 .
${srcdir}/development.sh
11836 test "$development" = true
&& ac_checking
=yes
11837 # Check whether --enable-checking was given.
11838 if test "${enable_checking+set}" = set; then :
11839 enableval
=$enable_checking; case "${enableval}" in
11840 no|none
) ac_checking
= ;;
11841 *) ac_checking
=yes ;;
11844 if test x
$ac_checking != x
; then
11846 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11850 # Check whether --enable-64-bit-bfd was given.
11851 if test "${enable_64_bit_bfd+set}" = set; then :
11852 enableval
=$enable_64_bit_bfd; case $enableval in #(
11856 as_fn_error $?
"bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11861 enable_64_bit_bfd
=no
11865 if test "x$enable_64_bit_bfd" = "xno"; then :
11866 # The cast to long int works around a bug in the HP C Compiler
11867 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11868 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11869 # This bug is HP SR number 8606223364.
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11871 $as_echo_n "checking size of void *... " >&6; }
11872 if ${ac_cv_sizeof_void_p+:} false
; then :
11873 $as_echo_n "(cached) " >&6
11875 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11878 if test "$ac_cv_type_void_p" = yes; then
11879 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11880 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11881 as_fn_error
77 "cannot compute sizeof (void *)
11882 See \`config.log' for more details" "$LINENO" 5; }
11884 ac_cv_sizeof_void_p
=0
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11890 $as_echo "$ac_cv_sizeof_void_p" >&6; }
11894 cat >>confdefs.h
<<_ACEOF
11895 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11899 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11900 enable_64_bit_bfd
=yes
11905 if test "x$enable_64_bit_bfd" = "xyes"; then
11906 ENABLE_BFD_64_BIT_TRUE
=
11907 ENABLE_BFD_64_BIT_FALSE
='#'
11909 ENABLE_BFD_64_BIT_TRUE
='#'
11910 ENABLE_BFD_64_BIT_FALSE
=
11914 if test $enable_64_bit_bfd = yes ; then
11920 # Check whether --enable-targets was given.
11921 if test "${enable_targets+set}" = set; then :
11922 enableval
=$enable_targets; case "${enableval}" in
11923 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
11925 no
) enable_targets
= ;;
11926 *) enable_targets
=$enableval ;;
11930 # Check whether --enable-64_bit_archive was given.
11931 if test "${enable_64_bit_archive+set}" = set; then :
11932 enableval
=$enable_64_bit_archive; case "${enableval}" in
11933 yes) want_64_bit_archive
=true
;;
11934 no
) want_64_bit_archive
=false
;;
11935 *) as_fn_error $?
"bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
11938 want_64_bit_archive
=unset
11942 # Check whether --with-mmap was given.
11943 if test "${with_mmap+set}" = set; then :
11944 withval
=$with_mmap; case "${withval}" in
11945 yes) want_mmap
=true
;;
11946 no
) want_mmap
=false
;;
11947 *) as_fn_error $?
"bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
11953 # Check whether --enable-secureplt was given.
11954 if test "${enable_secureplt+set}" = set; then :
11955 enableval
=$enable_secureplt; case "${enableval}" in
11956 yes) use_secureplt
=true
;;
11957 no
) use_secureplt
=false
;;
11958 *) as_fn_error $?
"bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
11963 if test $use_secureplt = true
; then
11965 $as_echo "#define USE_SECUREPLT 1" >>confdefs.h
11969 # Decide if -z separate-code should be enabled in ELF linker by default.
11970 ac_default_ld_z_separate_code
=unset
11971 # Check whether --enable-separate-code was given.
11972 if test "${enable_separate_code+set}" = set; then :
11973 enableval
=$enable_separate_code; case "${enableval}" in
11974 yes) ac_default_ld_z_separate_code
=1 ;;
11975 no
) ac_default_ld_z_separate_code
=0 ;;
11979 # Enable -z separate-code by default for Linux/x86.
11980 case "${target}" in
11981 i
[3-7]86-*-linux-* | x86_64-
*-linux-*)
11982 if test ${ac_default_ld_z_separate_code} = unset; then
11983 ac_default_ld_z_separate_code
=1
11987 if test "${ac_default_ld_z_separate_code}" = unset; then
11988 ac_default_ld_z_separate_code
=0
11991 cat >>confdefs.h
<<_ACEOF
11992 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11996 # Check whether --enable-leading-mingw64-underscores was given.
11997 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11998 enableval
=$enable_leading_mingw64_underscores;
12001 if test x
"$enable_leading_mingw64_underscores" = xyes
; then :
12003 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12007 DEBUGDIR
=${libdir}/debug
12009 # Check whether --with-separate-debug-dir was given.
12010 if test "${with_separate_debug_dir+set}" = set; then :
12011 withval
=$with_separate_debug_dir; DEBUGDIR
="${withval}"
12018 # Check whether --with-pkgversion was given.
12019 if test "${with_pkgversion+set}" = set; then :
12020 withval
=$with_pkgversion; case "$withval" in
12021 yes) as_fn_error $?
"package version not specified" "$LINENO" 5 ;;
12023 *) PKGVERSION
="($withval) " ;;
12026 PKGVERSION
="(sdbinutils derived from GNU Binutils) "
12034 # Check whether --with-bugurl was given.
12035 if test "${with_bugurl+set}" = set; then :
12036 withval
=$with_bugurl; case "$withval" in
12037 yes) as_fn_error $?
"bug URL not specified" "$LINENO" 5 ;;
12040 *) BUGURL
="$withval"
12044 BUGURL
="https://sourceforge.net/p/sdcc/bugs/"
12054 REPORT_BUGS_TO
="<$BUGURL>"
12055 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
12063 # Set the 'development' global.
12064 .
$srcdir/..
/bfd
/development.sh
12066 # Set acp_cpp_for_build variable
12067 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12069 # Default set of GCC warnings to enable.
12070 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12071 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12073 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12074 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12075 /* end confdefs.h. */
12078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12079 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12082 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
12087 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12089 /* end confdefs.h. */
12092 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12093 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12096 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12101 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12102 WARN_WRITE_STRINGS
=""
12103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12104 /* end confdefs.h. */
12107 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12108 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12111 WARN_WRITE_STRINGS
="-Wwrite-strings"
12116 # Verify CC_FOR_BUILD to be compatible with warning flags
12118 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12120 /* end confdefs.h. */
12123 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12124 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12127 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12132 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12134 /* end confdefs.h. */
12137 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12138 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12141 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12146 # Check whether --enable-werror was given.
12147 if test "${enable_werror+set}" = set; then :
12148 enableval
=$enable_werror; case "${enableval}" in
12149 yes | y
) ERROR_ON_WARNING
="yes" ;;
12150 no | n
) ERROR_ON_WARNING
="no" ;;
12151 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12156 # Disable -Wformat by default when using gcc on mingw
12159 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12160 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
12161 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12167 # Enable -Werror by default when using gcc. Turn it off for releases.
12168 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
12169 ERROR_ON_WARNING
=yes
12173 if test "${ERROR_ON_WARNING}" = yes ; then
12174 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
12175 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12176 NO_WERROR
="-Wno-error"
12179 if test "${GCC}" = yes ; then
12180 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12181 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
12184 # Check whether --enable-build-warnings was given.
12185 if test "${enable_build_warnings+set}" = set; then :
12186 enableval
=$enable_build_warnings; case "${enableval}" in
12187 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12188 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12189 no
) if test "${GCC}" = yes ; then
12191 WARN_CFLAGS_FOR_BUILD
="-w"
12193 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12194 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
12195 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12196 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12197 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
12198 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12199 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
12200 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12205 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
12206 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12215 ac_config_headers
="$ac_config_headers config.h:config.in"
12220 target
=asxxxx-unknown-unknown
12222 if test -z "$target" ; then
12223 as_fn_error $?
"Unrecognized target system type; please check config.sub." "$LINENO" 5
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12228 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12229 # Check whether --enable-maintainer-mode was given.
12230 if test "${enable_maintainer_mode+set}" = set; then :
12231 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
12233 USE_MAINTAINER_MODE
=no
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12237 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12238 if test $USE_MAINTAINER_MODE = yes; then
12239 MAINTAINER_MODE_TRUE
=
12240 MAINTAINER_MODE_FALSE
='#'
12242 MAINTAINER_MODE_TRUE
='#'
12243 MAINTAINER_MODE_FALSE
=
12246 MAINT
=$MAINTAINER_MODE_TRUE
12250 GENINSRC_NEVER_TRUE
=
12251 GENINSRC_NEVER_FALSE
='#'
12253 GENINSRC_NEVER_TRUE
='#'
12254 GENINSRC_NEVER_FALSE
=
12257 case ${build_alias} in
12258 "") build_noncanonical
=${build} ;;
12259 *) build_noncanonical
=${build_alias} ;;
12262 case ${host_alias} in
12263 "") host_noncanonical
=${build_noncanonical} ;;
12264 *) host_noncanonical
=${host_alias} ;;
12267 case ${target_alias} in
12268 "") target_noncanonical
=${host_noncanonical} ;;
12269 *) target_noncanonical
=${target_alias} ;;
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12273 $as_echo_n "checking whether to install libbfd... " >&6; }
12274 # Check whether --enable-install-libbfd was given.
12275 if test "${enable_install_libbfd+set}" = set; then :
12276 enableval
=$enable_install_libbfd; install_libbfd_p
=$enableval
12278 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
12279 install_libbfd_p
=yes
12281 install_libbfd_p
=no
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12286 $as_echo "$install_libbfd_p" >&6; }
12287 if test $install_libbfd_p = yes; then
12288 INSTALL_LIBBFD_TRUE
=
12289 INSTALL_LIBBFD_FALSE
='#'
12291 INSTALL_LIBBFD_TRUE
='#'
12292 INSTALL_LIBBFD_FALSE
=
12295 # Need _noncanonical variables for this.
12300 # libbfd.a is a host library containing target dependent code
12301 bfdlibdir
='$(libdir)'
12302 bfdincludedir
='$(includedir)'
12303 if test "${host}" != "${target}"; then
12304 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12305 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12317 bfd_default_target_size
=32
12321 ALL_LINGUAS
="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12322 # If we haven't got the data from the intl directory,
12323 # assume NLS is disabled.
12332 if test -f ..
/intl
/config.intl
; then
12333 . ..
/intl
/config.intl
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12336 $as_echo_n "checking whether NLS is requested... " >&6; }
12337 if test x
"$USE_NLS" != xyes
; then
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12339 $as_echo "no" >&6; }
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12342 $as_echo "yes" >&6; }
12344 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12348 $as_echo_n "checking for catalogs to be installed... " >&6; }
12349 # Look for .po and .gmo files in the source directory.
12352 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
12353 # If there aren't any .gmo files the shell will give us the
12354 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12356 case "$cat" in *\
**)
12359 # The quadruple backslash is collapsed to a double backslash
12360 # by the backticks, then collapsed again by the double quotes,
12361 # leaving us with one backslash in the sed expression (right
12362 # before the dot that mustn't act as a wildcard).
12363 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12364 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
12365 # The user is allowed to set LINGUAS to a list of languages to
12366 # install catalogs for. If it's empty that means "all of them."
12367 if test "x$LINGUAS" = x
; then
12368 CATALOGS
="$CATALOGS $cat"
12369 XLINGUAS
="$XLINGUAS $lang"
12371 case "$LINGUAS" in *$lang*)
12372 CATALOGS
="$CATALOGS $cat"
12373 XLINGUAS
="$XLINGUAS $lang"
12378 LINGUAS
="$XLINGUAS"
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12380 $as_echo "$LINGUAS" >&6; }
12394 if test -n "$ac_aux_dir"; then
12395 case "$ac_aux_dir" in
12396 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
12397 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12400 if test -z "$MKINSTALLDIRS"; then
12401 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12407 $as_echo_n "checking whether NLS is requested... " >&6; }
12408 # Check whether --enable-nls was given.
12409 if test "${enable_nls+set}" = set; then :
12410 enableval
=$enable_nls; USE_NLS
=$enableval
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12416 $as_echo "$USE_NLS" >&6; }
12423 # Prepare PATH_SEPARATOR.
12424 # The user is always right.
12425 if test "${PATH_SEPARATOR+set}" != set; then
12426 echo "#! /bin/sh" >conf$$.sh
12427 echo "exit 0" >>conf$$.sh
12429 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12437 # Find out how to test for executable files. Don't use a zero-byte file,
12438 # as systems may use methods other than mode bits to determine executability.
12439 cat >conf$$.
file <<_ASEOF
12443 chmod +x conf$$.
file
12444 if test -x conf$$.
file >/dev
/null
2>&1; then
12445 ac_executable_p
="test -x"
12447 ac_executable_p
="test -f"
12451 # Extract the first word of "msgfmt", so it can be a program name with args.
12452 set dummy msgfmt
; ac_word
=$2
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12454 $as_echo_n "checking for $ac_word... " >&6; }
12455 if ${ac_cv_path_MSGFMT+:} false
; then :
12456 $as_echo_n "(cached) " >&6
12460 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
12463 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12464 for ac_dir
in $PATH; do
12466 test -z "$ac_dir" && ac_dir
=.
12467 for ac_exec_ext
in '' $ac_executable_extensions; do
12468 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12469 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
12470 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12471 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
12478 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
12482 MSGFMT
="$ac_cv_path_MSGFMT"
12483 if test "$MSGFMT" != ":"; then
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12485 $as_echo "$MSGFMT" >&6; }
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12488 $as_echo "no" >&6; }
12491 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12492 set dummy gmsgfmt
; ac_word
=$2
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12494 $as_echo_n "checking for $ac_word... " >&6; }
12495 if ${ac_cv_path_GMSGFMT+:} false
; then :
12496 $as_echo_n "(cached) " >&6
12500 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
12503 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12504 for as_dir
in $PATH
12507 test -z "$as_dir" && as_dir
=.
12508 for ac_exec_ext
in '' $ac_executable_extensions; do
12509 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12510 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
12511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12518 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
12522 GMSGFMT
=$ac_cv_path_GMSGFMT
12523 if test -n "$GMSGFMT"; then
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12525 $as_echo "$GMSGFMT" >&6; }
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12528 $as_echo "no" >&6; }
12534 # Prepare PATH_SEPARATOR.
12535 # The user is always right.
12536 if test "${PATH_SEPARATOR+set}" != set; then
12537 echo "#! /bin/sh" >conf$$.sh
12538 echo "exit 0" >>conf$$.sh
12540 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12548 # Find out how to test for executable files. Don't use a zero-byte file,
12549 # as systems may use methods other than mode bits to determine executability.
12550 cat >conf$$.
file <<_ASEOF
12554 chmod +x conf$$.
file
12555 if test -x conf$$.
file >/dev
/null
2>&1; then
12556 ac_executable_p
="test -x"
12558 ac_executable_p
="test -f"
12562 # Extract the first word of "xgettext", so it can be a program name with args.
12563 set dummy xgettext
; ac_word
=$2
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12565 $as_echo_n "checking for $ac_word... " >&6; }
12566 if ${ac_cv_path_XGETTEXT+:} false
; then :
12567 $as_echo_n "(cached) " >&6
12569 case "$XGETTEXT" in
12571 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
12574 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12575 for ac_dir
in $PATH; do
12577 test -z "$ac_dir" && ac_dir
=.
12578 for ac_exec_ext
in '' $ac_executable_extensions; do
12579 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12580 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12581 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12582 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
12589 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
12593 XGETTEXT
="$ac_cv_path_XGETTEXT"
12594 if test "$XGETTEXT" != ":"; then
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12596 $as_echo "$XGETTEXT" >&6; }
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12599 $as_echo "no" >&6; }
12605 # Prepare PATH_SEPARATOR.
12606 # The user is always right.
12607 if test "${PATH_SEPARATOR+set}" != set; then
12608 echo "#! /bin/sh" >conf$$.sh
12609 echo "exit 0" >>conf$$.sh
12611 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12619 # Find out how to test for executable files. Don't use a zero-byte file,
12620 # as systems may use methods other than mode bits to determine executability.
12621 cat >conf$$.
file <<_ASEOF
12625 chmod +x conf$$.
file
12626 if test -x conf$$.
file >/dev
/null
2>&1; then
12627 ac_executable_p
="test -x"
12629 ac_executable_p
="test -f"
12633 # Extract the first word of "msgmerge", so it can be a program name with args.
12634 set dummy msgmerge
; ac_word
=$2
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12636 $as_echo_n "checking for $ac_word... " >&6; }
12637 if ${ac_cv_path_MSGMERGE+:} false
; then :
12638 $as_echo_n "(cached) " >&6
12640 case "$MSGMERGE" in
12642 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
12645 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12646 for ac_dir
in $PATH; do
12648 test -z "$ac_dir" && ac_dir
=.
12649 for ac_exec_ext
in '' $ac_executable_extensions; do
12650 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12651 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
12652 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
12659 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
12663 MSGMERGE
="$ac_cv_path_MSGMERGE"
12664 if test "$MSGMERGE" != ":"; then
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12666 $as_echo "$MSGMERGE" >&6; }
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12669 $as_echo "no" >&6; }
12673 if test "$GMSGFMT" != ":"; then
12674 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
12675 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12678 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12680 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12685 if test "$XGETTEXT" != ":"; then
12686 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12687 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12691 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12697 ac_config_commands
="$ac_config_commands default-1"
12701 # Permit host specific settings.
12702 .
${srcdir}/configure.
host
12707 BFD_HOST_64BIT_LONG
=0
12708 BFD_HOST_64BIT_LONG_LONG
=0
12709 BFD_HOST_64_BIT_DEFINED
=0
12712 BFD_HOSTPTR_T
="unsigned long"
12714 # The cast to long int works around a bug in the HP C Compiler
12715 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12716 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12717 # This bug is HP SR number 8606223364.
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12719 $as_echo_n "checking size of long long... " >&6; }
12720 if ${ac_cv_sizeof_long_long+:} false
; then :
12721 $as_echo_n "(cached) " >&6
12723 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12726 if test "$ac_cv_type_long_long" = yes; then
12727 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12728 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12729 as_fn_error
77 "cannot compute sizeof (long long)
12730 See \`config.log' for more details" "$LINENO" 5; }
12732 ac_cv_sizeof_long_long
=0
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12738 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12742 cat >>confdefs.h
<<_ACEOF
12743 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12747 # The cast to long int works around a bug in the HP C Compiler
12748 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12749 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12750 # This bug is HP SR number 8606223364.
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12752 $as_echo_n "checking size of void *... " >&6; }
12753 if ${ac_cv_sizeof_void_p+:} false
; then :
12754 $as_echo_n "(cached) " >&6
12756 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12759 if test "$ac_cv_type_void_p" = yes; then
12760 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12761 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12762 as_fn_error
77 "cannot compute sizeof (void *)
12763 See \`config.log' for more details" "$LINENO" 5; }
12765 ac_cv_sizeof_void_p
=0
12770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12771 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12775 cat >>confdefs.h
<<_ACEOF
12776 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12780 # The cast to long int works around a bug in the HP C Compiler
12781 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12782 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12783 # This bug is HP SR number 8606223364.
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12785 $as_echo_n "checking size of long... " >&6; }
12786 if ${ac_cv_sizeof_long+:} false
; then :
12787 $as_echo_n "(cached) " >&6
12789 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12792 if test "$ac_cv_type_long" = yes; then
12793 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12794 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12795 as_fn_error
77 "cannot compute sizeof (long)
12796 See \`config.log' for more details" "$LINENO" 5; }
12798 ac_cv_sizeof_long
=0
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12804 $as_echo "$ac_cv_sizeof_long" >&6; }
12808 cat >>confdefs.h
<<_ACEOF
12809 #define SIZEOF_LONG $ac_cv_sizeof_long
12813 # The cast to long int works around a bug in the HP C Compiler
12814 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12815 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12816 # This bug is HP SR number 8606223364.
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12818 $as_echo_n "checking size of int... " >&6; }
12819 if ${ac_cv_sizeof_int+:} false
; then :
12820 $as_echo_n "(cached) " >&6
12822 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12825 if test "$ac_cv_type_int" = yes; then
12826 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12827 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12828 as_fn_error
77 "cannot compute sizeof (int)
12829 See \`config.log' for more details" "$LINENO" 5; }
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12837 $as_echo "$ac_cv_sizeof_int" >&6; }
12841 cat >>confdefs.h
<<_ACEOF
12842 #define SIZEOF_INT $ac_cv_sizeof_int
12847 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12851 if test "x${ac_cv_sizeof_long}" = "x8"; then
12852 BFD_HOST_64BIT_LONG
=1
12853 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long"
12854 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long"
12855 elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12856 BFD_HOST_64BIT_LONG_LONG
=1
12857 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE
="long long"
12858 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE
="unsigned long long"
12859 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12860 BFD_HOSTPTR_T
="unsigned long long"
12864 if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12865 BFD_HOST_64_BIT_DEFINED
=1
12866 BFD_HOST_64_BIT
="${HOST_64BIT_TYPE}"
12867 BFD_HOST_U_64_BIT
="${HOST_U_64BIT_TYPE}"
12877 # Put a plausible default for CC_FOR_BUILD in Makefile.
12878 if test -z "$CC_FOR_BUILD"; then
12879 if test "x$cross_compiling" = "xno"; then
12880 CC_FOR_BUILD
='$(CC)'
12886 # Also set EXEEXT_FOR_BUILD.
12887 if test "x$cross_compiling" = "xno"; then
12888 EXEEXT_FOR_BUILD
='$(EXEEXT)'
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12891 $as_echo_n "checking for build system executable suffix... " >&6; }
12892 if ${bfd_cv_build_exeext+:} false
; then :
12893 $as_echo_n "(cached) " >&6
12896 echo 'int main () { return 0; }' > conftest.c
12897 bfd_cv_build_exeext
=
12898 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
12899 for file in conftest.
*; do
12901 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
12902 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
12906 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12909 $as_echo "$bfd_cv_build_exeext" >&6; }
12910 EXEEXT_FOR_BUILD
=""
12911 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
12915 for ac_header
in fcntl.h sys
/file.h sys
/resource.h sys
/stat.h sys
/types.h \
12918 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12919 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12920 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12921 cat >>confdefs.h
<<_ACEOF
12922 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12930 for ac_func
in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12933 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12934 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12935 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12936 cat >>confdefs.h
<<_ACEOF
12937 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12944 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12945 if test "x$ac_cv_have_decl_basename" = xyes
; then :
12951 cat >>confdefs.h
<<_ACEOF
12952 #define HAVE_DECL_BASENAME $ac_have_decl
12954 ac_fn_c_check_decl
"$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
12955 if test "x$ac_cv_have_decl_ffs" = xyes
; then :
12961 cat >>confdefs.h
<<_ACEOF
12962 #define HAVE_DECL_FFS $ac_have_decl
12964 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12965 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
12971 cat >>confdefs.h
<<_ACEOF
12972 #define HAVE_DECL_STPCPY $ac_have_decl
12974 ac_fn_c_check_decl
"$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
12975 if test "x$ac_cv_have_decl_asprintf" = xyes
; then :
12981 cat >>confdefs.h
<<_ACEOF
12982 #define HAVE_DECL_ASPRINTF $ac_have_decl
12984 ac_fn_c_check_decl
"$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
12985 if test "x$ac_cv_have_decl_vasprintf" = xyes
; then :
12991 cat >>confdefs.h
<<_ACEOF
12992 #define HAVE_DECL_VASPRINTF $ac_have_decl
12994 ac_fn_c_check_decl
"$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
12995 if test "x$ac_cv_have_decl_strnlen" = xyes
; then :
13001 cat >>confdefs.h
<<_ACEOF
13002 #define HAVE_DECL_STRNLEN $ac_have_decl
13008 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
13010 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13014 # Link in zlib if we can. This allows us to read compressed debug sections.
13015 # This is used only by compress.c.
13017 # Use the system's zlib library.
13018 zlibdir
="-L\$(top_builddir)/../zlib"
13019 zlibinc
="-I\$(top_srcdir)/../zlib"
13021 # Check whether --with-system-zlib was given.
13022 if test "${with_system_zlib+set}" = set; then :
13023 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
13034 save_CFLAGS
="$CFLAGS"
13035 CFLAGS
="$CFLAGS -Werror"
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13037 $as_echo_n "checking compiler support for hidden visibility... " >&6; }
13038 if ${bfd_cv_hidden+:} false
; then :
13039 $as_echo_n "(cached) " >&6
13041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13042 /* end confdefs.h. */
13044 const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13045 extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13054 if ac_fn_c_try_compile
"$LINENO"; then :
13059 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13062 $as_echo "$bfd_cv_hidden" >&6; }
13063 CFLAGS
="$save_CFLAGS"
13064 if test $bfd_cv_hidden = yes; then
13066 $as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13070 # Check if linker supports --as-needed and --no-as-needed options
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13072 $as_echo_n "checking linker --as-needed support... " >&6; }
13073 if ${bfd_cv_ld_as_needed+:} false
; then :
13074 $as_echo_n "(cached) " >&6
13076 bfd_cv_ld_as_needed
=no
13077 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
13078 bfd_cv_ld_as_needed
=yes
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13083 $as_echo "$bfd_cv_ld_as_needed" >&6; }
13087 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
13088 # These system don't have libm, or don't need it
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13092 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13093 if ${ac_cv_lib_mw__mwvalidcheckl+:} false
; then :
13094 $as_echo_n "(cached) " >&6
13096 ac_check_lib_save_LIBS
=$LIBS
13098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13099 /* end confdefs.h. */
13101 /* Override any GCC internal prototype to avoid an error.
13102 Use char because int might match the return type of a GCC
13103 builtin and then its argument prototype would still apply. */
13107 char _mwvalidcheckl ();
13111 return _mwvalidcheckl ();
13116 if ac_fn_c_try_link
"$LINENO"; then :
13117 ac_cv_lib_mw__mwvalidcheckl
=yes
13119 ac_cv_lib_mw__mwvalidcheckl
=no
13121 rm -f core conftest.err conftest.
$ac_objext \
13122 conftest
$ac_exeext conftest.
$ac_ext
13123 LIBS
=$ac_check_lib_save_LIBS
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13126 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13127 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes
; then :
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13132 $as_echo_n "checking for cos in -lm... " >&6; }
13133 if ${ac_cv_lib_m_cos+:} false
; then :
13134 $as_echo_n "(cached) " >&6
13136 ac_check_lib_save_LIBS
=$LIBS
13138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13139 /* end confdefs.h. */
13141 /* Override any GCC internal prototype to avoid an error.
13142 Use char because int might match the return type of a GCC
13143 builtin and then its argument prototype would still apply. */
13156 if ac_fn_c_try_link
"$LINENO"; then :
13157 ac_cv_lib_m_cos
=yes
13161 rm -f core conftest.err conftest.
$ac_objext \
13162 conftest
$ac_exeext conftest.
$ac_ext
13163 LIBS
=$ac_check_lib_save_LIBS
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13166 $as_echo "$ac_cv_lib_m_cos" >&6; }
13167 if test "x$ac_cv_lib_m_cos" = xyes
; then :
13173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13174 $as_echo_n "checking for cos in -lm... " >&6; }
13175 if ${ac_cv_lib_m_cos+:} false
; then :
13176 $as_echo_n "(cached) " >&6
13178 ac_check_lib_save_LIBS
=$LIBS
13180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13181 /* end confdefs.h. */
13183 /* Override any GCC internal prototype to avoid an error.
13184 Use char because int might match the return type of a GCC
13185 builtin and then its argument prototype would still apply. */
13198 if ac_fn_c_try_link
"$LINENO"; then :
13199 ac_cv_lib_m_cos
=yes
13203 rm -f core conftest.err conftest.
$ac_objext \
13204 conftest
$ac_exeext conftest.
$ac_ext
13205 LIBS
=$ac_check_lib_save_LIBS
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13208 $as_echo "$ac_cv_lib_m_cos" >&6; }
13209 if test "x$ac_cv_lib_m_cos" = xyes
; then :
13218 # When building a shared libbfd, link against the pic version of libiberty
13219 # so that apps that use libbfd won't need libiberty just to satisfy any
13220 # libbfd references.
13221 # We can't do that if a pic libiberty is unavailable since including non-pic
13222 # code would insert text relocations into libbfd.
13225 if test "$enable_shared" = "yes"; then
13226 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13227 if test -n "$x"; then
13228 SHARED_LIBADD
="-L`pwd`/../libiberty/pic -liberty"
13232 SHARED_LIBADD
="$SHARED_LIBADD $LIBINTL"
13234 if test "$enable_shared" = "yes"; then
13236 # More hacks to build DLLs on Windows.
13238 SHARED_LDFLAGS
="-no-undefined"
13239 SHARED_LIBADD
="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
13243 if test -n "$SHARED_LIBADD"; then
13244 if test -n "$LIBM"; then
13245 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
13246 # Link against libm only when needed. Put -lc, -lm inside -Wl
13247 # to stop libtool reordering these options.
13248 SHARED_LIBADD
="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13250 SHARED_LIBADD
="$SHARED_LIBADD $LIBM"
13260 # Canonicalize the secondary target names.
13261 if test -n "$enable_targets" ; then
13262 for targ
in `echo $enable_targets | sed 's/,/ /g'`
13264 result
=`$ac_config_sub $targ 2>/dev/null`
13265 if test -n "$result" ; then
13266 canon_targets
="$canon_targets $result"
13268 # Allow targets that config.sub doesn't recognize, like "all".
13269 canon_targets
="$canon_targets $targ"
13280 for targ
in $target $canon_targets
13282 if test $targ = all
; then
13284 assocvecs
="$assocvecs $targ_defvec $targ_selvecs"
13285 elif test $targ != plugin
; then
13286 .
$srcdir/config.bfd
13287 if test $targ = $target; then
13288 defvec
=$targ_defvec
13290 selvecs
="$selvecs $targ_defvec $targ_selvecs"
13291 selarchs
="$selarchs $targ_archs"
13292 TDEFINES
="$TDEFINES $targ_cflags"
13297 # This processing still needs to be done if we're to decide properly whether
13298 # 64-bit support needs to be compiled in. Currently, it will be included if
13299 # the default or any other explicitly requested target requires it; it
13300 # will not be included on a 32-bit host if no 64-bit target is requested, and
13301 # no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13304 # uniq the default and selected vectors in all the configured targets.
13306 for i
in $selvecs ; do
13315 # uniq the associated vectors in all the configured targets.
13317 for i
in $assocvecs ; do
13326 # uniq the architectures in all the configured targets.
13328 for i
in $selarchs ; do
13336 # Target backend .o files.
13339 elf
="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13340 dwarf1.lo dwarf2.lo"
13341 coffgen
="coffgen.lo dwarf2.lo"
13342 coff
="cofflink.lo $coffgen"
13343 ecoff
="ecofflink.lo $coffgen"
13344 xcoff
="xcofflink.lo $coffgen"
13346 elfxx_x86
="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
13347 for vec
in $selvecs
13351 # This list is alphabetized to make it easy to compare
13352 # with the two vector lists in targets.c. For the same reason,
13353 # use one entry per line, even though this leads to long lines.
13354 aarch64_elf32_be_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13355 aarch64_elf32_le_vec
) tb
="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13356 aarch64_elf64_be_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13357 aarch64_elf64_be_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13358 aarch64_elf64_le_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13359 aarch64_elf64_le_cloudabi_vec
) tb
="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13360 aarch64_mach_o_vec
) tb
="$tb mach-o-aarch64.lo"; target_size
=64 ;;
13361 aarch64_pei_vec
) tb
="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size
=64 ;;
13362 alpha_ecoff_le_vec
) tb
="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size
=64 ;;
13363 alpha_elf64_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13364 alpha_elf64_fbsd_vec
) tb
="$tb elf64-alpha.lo elf64.lo $elf"; target_size
=64 ;;
13365 alpha_vms_vec
) tb
="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size
=64 ;;
13366 alpha_vms_lib_txt_vec
) tb
="$tb vms-lib.lo vms-misc.lo" ;;
13367 am33_elf32_linux_vec
) tb
="$tb elf32-am33lin.lo elf32.lo $elf" ;;
13368 aout0_be_vec
) tb
="$tb aout0.lo aout32.lo" ;;
13369 aout64_vec
) tb
="$tb demo64.lo aout64.lo"; target_size
=64 ;;
13370 aout_vec
) tb
="$tb host-aout.lo aout32.lo" ;;
13371 arc_elf32_be_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
13372 arc_elf32_le_vec
) tb
="$tb elf32-arc.lo elf32.lo $elf" ;;
13373 arm_elf32_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13374 arm_elf32_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13375 arm_elf32_fdpic_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13376 arm_elf32_fdpic_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13377 arm_elf32_nacl_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13378 arm_elf32_nacl_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13379 arm_elf32_vxworks_be_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13380 arm_elf32_vxworks_le_vec
) tb
="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13381 arm_pe_be_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
13382 arm_pe_le_vec
) tb
="$tb pe-arm.lo peigen.lo $coff" ;;
13383 arm_pe_wince_be_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13384 arm_pe_wince_le_vec
) tb
="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13385 arm_pei_be_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
13386 arm_pei_le_vec
) tb
="$tb pei-arm.lo peigen.lo $coff" ;;
13387 arm_pei_wince_be_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13388 arm_pei_wince_le_vec
) tb
="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13389 arm_mach_o_vec
) tb
="$tb mach-o-arm.lo" ;;
13390 avr_elf32_vec
) tb
="$tb elf32-avr.lo elf32.lo $elf" ;;
13391 bfin_elf32_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
13392 bfin_elf32_fdpic_vec
) tb
="$tb elf32-bfin.lo elf32.lo $elf" ;;
13393 cr16_elf32_vec
) tb
="$tb elf32-cr16.lo elf32.lo $elf" ;;
13394 cris_aout_vec
) tb
="$tb aout-cris.lo" ;;
13395 cris_elf32_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
13396 cris_elf32_us_vec
) tb
="$tb elf32-cris.lo elf32.lo $elf" ;;
13397 crx_elf32_vec
) tb
="$tb elf32-crx.lo elf32.lo $elf" ;;
13398 csky_elf32_be_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
13399 csky_elf32_le_vec
) tb
="$tb elf32-csky.lo elf32.lo $elf" ;;
13400 d10v_elf32_vec
) tb
="$tb elf32-d10v.lo elf32.lo $elf" ;;
13401 d30v_elf32_vec
) tb
="$tb elf32-d30v.lo elf32.lo $elf" ;;
13402 dlx_elf32_be_vec
) tb
="$tb elf32-dlx.lo elf32.lo $elf" ;;
13403 elf32_be_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
13404 elf32_le_vec
) tb
="$tb elf32-gen.lo elf32.lo $elf" ;;
13405 elf64_be_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13406 elf64_le_vec
) tb
="$tb elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13407 bpf_elf64_le_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64;;
13408 bpf_elf64_be_vec
) tb
="$tb elf64-bpf.lo elf64.lo $elf"; target_size
=64 ;;
13409 epiphany_elf32_vec
) tb
="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13410 fr30_elf32_vec
) tb
="$tb elf32-fr30.lo elf32.lo $elf" ;;
13411 frv_elf32_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
13412 frv_elf32_fdpic_vec
) tb
="$tb elf32-frv.lo elf32.lo $elf" ;;
13413 h8300_elf32_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
13414 h8300_elf32_linux_vec
) tb
="$tb elf32-h8300.lo elf32.lo $elf" ;;
13415 hppa_elf32_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13416 hppa_elf32_linux_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13417 hppa_elf32_nbsd_vec
) tb
="$tb elf32-hppa.lo elf32.lo $elf" ;;
13418 hppa_elf64_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13419 hppa_elf64_linux_vec
) tb
="$tb elf64-hppa.lo elf64.lo $elf"; target_size
=64 ;;
13420 hppa_som_vec
) tb
="$tb som.lo" ;;
13421 i386_aout_vec
) tb
="$tb i386aout.lo aout32.lo" ;;
13422 i386_aout_bsd_vec
) tb
="$tb i386bsd.lo aout32.lo" ;;
13423 i386_aout_lynx_vec
) tb
="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
13424 i386_coff_vec
) tb
="$tb coff-i386.lo $coff" ;;
13425 i386_coff_go32_vec
) tb
="$tb coff-go32.lo $coff" ;;
13426 i386_coff_go32stubbed_vec
) tb
="$tb coff-stgo32.lo $coff" ;;
13427 i386_coff_lynx_vec
) tb
="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
13428 i386_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13429 i386_elf32_fbsd_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13430 i386_elf32_sol2_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13431 i386_elf32_vxworks_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13432 i386_mach_o_vec
) tb
="$tb mach-o-i386.lo" ;;
13433 i386_msdos_vec
) tb
="$tb i386msdos.lo" ;;
13434 i386_pe_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
13435 i386_pe_big_vec
) tb
="$tb pe-i386.lo peigen.lo $coff" ;;
13436 i386_pei_vec
) tb
="$tb pei-i386.lo peigen.lo $coff" ;;
13437 iamcu_elf32_vec
) tb
="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13438 ia64_elf32_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13439 ia64_elf32_hpux_be_vec
) tb
="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13440 ia64_elf64_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13441 ia64_elf64_le_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13442 ia64_elf64_hpux_be_vec
) tb
="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size
=64 ;;
13443 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 ;;
13444 ia64_pei_vec
) tb
="$tb pei-ia64.lo pepigen.lo $coff"; target_size
=64 ;;
13445 ip2k_elf32_vec
) tb
="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13446 iq2000_elf32_vec
) tb
="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13447 k1om_elf64_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13448 k1om_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13449 l1om_elf64_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13450 l1om_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size
=64 ;;
13451 lm32_elf32_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
13452 lm32_elf32_fdpic_vec
) tb
="$tb elf32-lm32.lo elf32.lo $elf" ;;
13453 loongarch_elf32_vec
) tb
="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13454 loongarch_elf64_vec
) tb
="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size
=64 ;;
13455 m32c_elf32_vec
) tb
="$tb elf32-m32c.lo elf32.lo $elf" ;;
13456 m32r_elf32_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13457 m32r_elf32_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13458 m32r_elf32_linux_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13459 m32r_elf32_linux_le_vec
) tb
="$tb elf32-m32r.lo elf32.lo $elf" ;;
13460 m68hc11_elf32_vec
) tb
="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13461 m68hc12_elf32_vec
) tb
="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13462 m68k_elf32_vec
) tb
="$tb elf32-m68k.lo elf32.lo $elf" ;;
13463 s12z_elf32_vec
) tb
="$tb elf32-s12z.lo elf32.lo $elf" ;;
13464 mach_o_be_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13465 mach_o_le_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13466 mach_o_fat_vec
) tb
="$tb mach-o.lo dwarf2.lo" ;;
13467 mcore_elf32_be_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13468 mcore_elf32_le_vec
) tb
="$tb elf32-mcore.lo elf32.lo $elf" ;;
13469 mcore_pe_be_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
13470 mcore_pe_le_vec
) tb
="$tb pe-mcore.lo peigen.lo $coff" ;;
13471 mcore_pei_be_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
13472 mcore_pei_le_vec
) tb
="$tb pei-mcore.lo peigen.lo $coff" ;;
13473 mep_elf32_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
13474 mep_elf32_le_vec
) tb
="$tb elf32-mep.lo elf32.lo $elf" ;;
13475 metag_elf32_vec
) tb
="$tb elf32-metag.lo elf32.lo $elf" ;;
13476 microblaze_elf32_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13477 microblaze_elf32_le_vec
) tb
="$tb elf32-microblaze.lo elf32.lo $elf" ;;
13478 mips_ecoff_be_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13479 mips_ecoff_le_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13480 mips_ecoff_bele_vec
) tb
="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13481 mips_elf32_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13482 mips_elf32_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13483 mips_elf32_n_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13484 mips_elf32_n_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13485 mips_elf32_ntrad_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13486 mips_elf32_ntrad_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13487 mips_elf32_ntradfbsd_be_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13488 mips_elf32_ntradfbsd_le_vec
) tb
="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13489 mips_elf32_trad_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13490 mips_elf32_trad_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13491 mips_elf32_tradfbsd_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13492 mips_elf32_tradfbsd_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13493 mips_elf32_vxworks_be_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13494 mips_elf32_vxworks_le_vec
) tb
="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13495 mips_elf64_be_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13496 mips_elf64_le_vec
) tb
="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size
=64 ;;
13497 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 ;;
13498 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 ;;
13499 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 ;;
13500 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 ;;
13501 mmix_elf64_vec
) tb
="$tb elf64-mmix.lo elf64.lo $elf" target_size
=64 ;;
13502 mmix_mmo_vec
) tb
="$tb mmo.lo" target_size
=64 ;;
13503 mn10200_elf32_vec
) tb
="$tb elf-m10200.lo elf32.lo $elf" ;;
13504 mn10300_elf32_vec
) tb
="$tb elf-m10300.lo elf32.lo $elf" ;;
13505 moxie_elf32_be_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
13506 moxie_elf32_le_vec
) tb
="$tb elf32-moxie.lo elf32.lo $elf" ;;
13507 msp430_elf32_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
13508 msp430_elf32_ti_vec
) tb
="$tb elf32-msp430.lo elf32.lo $elf" ;;
13509 mt_elf32_vec
) tb
="$tb elf32-mt.lo elf32.lo $elf" ;;
13510 nds32_elf32_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13511 nds32_elf32_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13512 nds32_elf32_linux_be_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13513 nds32_elf32_linux_le_vec
) tb
="$tb elf32-nds32.lo elf32.lo $elf" ;;
13514 nfp_elf64_vec
) tb
="$tb elf64-nfp.lo elf64.lo $elf" ;;
13515 nios2_elf32_be_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
13516 nios2_elf32_le_vec
) tb
="$tb elf32-nios2.lo elf32.lo $elf" ;;
13517 ns32k_aout_pc532mach_vec
) tb
="$tb pc532-mach.lo aout-ns32k.lo" ;;
13518 ns32k_aout_pc532nbsd_vec
) tb
="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
13519 or1k_elf32_vec
) tb
="$tb elf32-or1k.lo elf32.lo $elf" ;;
13520 pdp11_aout_vec
) tb
="$tb pdp11.lo" ;;
13521 pef_vec
) tb
="$tb pef.lo" ;;
13522 pef_xlib_vec
) tb
="$tb pef.lo" ;;
13523 pj_elf32_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
13524 pj_elf32_le_vec
) tb
="$tb elf32-pj.lo elf32.lo $elf" ;;
13525 powerpc_boot_vec
) tb
="$tb ppcboot.lo" ;;
13526 powerpc_elf32_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13527 powerpc_elf32_le_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13528 powerpc_elf32_fbsd_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13529 powerpc_elf32_vxworks_vec
) tb
="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13530 powerpc_elf64_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size
=64 ;;
13531 powerpc_elf64_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
13532 powerpc_elf64_fbsd_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
13533 powerpc_elf64_fbsd_le_vec
) tb
="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size
=64 ;;
13534 powerpc_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
13535 pru_elf32_vec
) tb
="$tb elf32-pru.lo elf32.lo $elf" ;;
13536 riscv_elf32_vec
) tb
="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13537 riscv_elf64_vec
) tb
="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13538 riscv_elf32_be_vec
) tb
="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13539 riscv_elf64_be_vec
) tb
="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size
=64 ;;
13540 rl78_elf32_vec
) tb
="$tb elf32-rl78.lo elf32.lo $elf" ;;
13541 rs6000_xcoff64_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
13542 rs6000_xcoff64_aix_vec
) tb
="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size
=64 ;;
13543 rs6000_xcoff_vec
) tb
="$tb coff-rs6000.lo $xcoff" ;;
13544 rx_elf32_be_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13545 rx_elf32_be_ns_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13546 rx_elf32_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13547 rx_elf32_linux_le_vec
) tb
="$tb elf32-rx.lo elf32.lo $elf" ;;
13548 s390_elf32_vec
) tb
="$tb elf32-s390.lo elf32.lo $elf" ;;
13549 s390_elf64_vec
) tb
="$tb elf64-s390.lo elf64.lo $elf"; target_size
=64 ;;
13550 score_elf32_be_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
13551 score_elf32_le_vec
) tb
="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64
=true
; target_size
=64 ;;
13552 sh_coff_vec
) tb
="$tb coff-sh.lo $coff" ;;
13553 sh_coff_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
13554 sh_coff_small_vec
) tb
="$tb coff-sh.lo $coff" ;;
13555 sh_coff_small_le_vec
) tb
="$tb coff-sh.lo $coff" ;;
13556 sh_elf32_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13557 sh_elf32_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13558 sh_elf32_fdpic_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13559 sh_elf32_fdpic_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13560 sh_elf32_linux_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13561 sh_elf32_linux_be_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13562 sh_elf32_nbsd_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13563 sh_elf32_nbsd_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13564 sh_elf32_vxworks_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13565 sh_elf32_vxworks_le_vec
) tb
="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13566 sh_pe_le_vec
) tb
="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13567 sh_pei_le_vec
) tb
="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
13568 sparc_elf32_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13569 sparc_elf32_sol2_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13570 sparc_elf32_vxworks_vec
) tb
="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13571 sparc_elf64_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
13572 sparc_elf64_fbsd_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
13573 sparc_elf64_sol2_vec
) tb
="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size
=64 ;;
13574 spu_elf32_vec
) tb
="$tb elf32-spu.lo elf32.lo $elf" ;;
13575 sym_vec
) tb
="$tb xsym.lo" ;;
13576 tic30_coff_vec
) tb
="$tb coff-tic30.lo $coffgen" ;;
13577 tic4x_coff0_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13578 tic4x_coff0_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13579 tic4x_coff1_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13580 tic4x_coff1_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13581 tic4x_coff2_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13582 tic4x_coff2_beh_vec
) tb
="$tb coff-tic4x.lo $coffgen" ;;
13583 tic54x_coff0_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13584 tic54x_coff0_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13585 tic54x_coff1_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13586 tic54x_coff1_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13587 tic54x_coff2_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13588 tic54x_coff2_beh_vec
) tb
="$tb coff-tic54x.lo $coffgen" ;;
13589 tic6x_elf32_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13590 tic6x_elf32_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13591 tic6x_elf32_c6000_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13592 tic6x_elf32_c6000_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13593 tic6x_elf32_linux_be_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13594 tic6x_elf32_linux_le_vec
) tb
="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13595 tilegx_elf32_be_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
13596 tilegx_elf32_le_vec
) tb
="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size
=32 ;;
13597 tilegx_elf64_be_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
13598 tilegx_elf64_le_vec
) tb
="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size
=64 ;;
13599 tilepro_elf32_vec
) tb
="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13600 v800_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
13601 v850_elf32_vec
) tb
="$tb elf32-v850.lo elf32.lo $elf" ;;
13602 vax_aout_1knbsd_vec
) tb
="$tb vax1knetbsd.lo aout32.lo" ;;
13603 vax_aout_nbsd_vec
) tb
="$tb vaxnetbsd.lo aout32.lo" ;;
13604 vax_elf32_vec
) tb
="$tb elf32-vax.lo elf32.lo $elf" ;;
13605 ft32_elf32_vec
) tb
="$tb elf32-ft32.lo elf32.lo $elf" ;;
13606 visium_elf32_vec
) tb
="$tb elf32-visium.lo elf32.lo $elf" ;;
13607 wasm_vec
) tb
="$tb wasm-module.lo" ;;
13608 wasm32_elf32_vec
) tb
="$tb elf32-wasm32.lo elf32.lo $elf" ;;
13609 x86_64_coff_vec
) tb
="$tb coff-x86_64.lo $coff"; target_size
=64 ;;
13610 x86_64_elf32_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size
=64 ;;
13611 x86_64_elf64_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13612 x86_64_elf64_cloudabi_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13613 x86_64_elf64_fbsd_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13614 x86_64_elf64_sol2_vec
) tb
="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size
=64 ;;
13615 x86_64_mach_o_vec
) tb
="$tb mach-o-x86-64.lo" ;;
13616 x86_64_pe_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
13617 x86_64_pe_big_vec
) tb
="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
13618 x86_64_pei_vec
) tb
="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size
=64 ;;
13619 xc16x_elf32_vec
) tb
="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13620 xgate_elf32_vec
) tb
="$tb elf32-xgate.lo elf32.lo $elf" ;;
13621 xstormy16_elf32_vec
) tb
="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13622 xtensa_elf32_be_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13623 xtensa_elf32_le_vec
) tb
="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13624 z80_coff_vec
) tb
="$tb coff-z80.lo reloc16.lo $coffgen" ;;
13625 z80_elf32_vec
) tb
="$tb elf32-z80.lo elf32.lo $elf" ;;
13626 z8k_coff_vec
) tb
="$tb coff-z8k.lo reloc16.lo $coff" ;;
13628 # These appear out of order in targets.c
13629 srec_vec
) tb
="$tb srec.lo" ;;
13630 symbolsrec_vec
) tb
="$tb srec.lo" ;;
13631 tekhex_vec
) tb
="$tb tekhex.lo" ;;
13632 core_cisco_be_vec
) tb
="$tb cisco-core.lo" ;;
13633 core_cisco_le_vec
) tb
="$tb cisco-core.lo" ;;
13635 asxxxx_vec
) tb
="$tb asxxxx.lo"; want64
=false
; host64
=false
; target64
=false
;;
13638 *) as_fn_error $?
"*** unknown target vector $vec" "$LINENO" 5 ;;
13641 if test ${target_size} = 64; then
13644 if test x
"${vec}" = x
"${defvec}"; then
13645 bfd_default_target_size
=${target_size}
13649 if test "$plugins" = "yes"; then
13653 # Target architecture .o files.
13654 # A couple of CPUs use shorter file names to avoid problems on DOS
13656 ta
=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13658 # Weed out duplicate .o files.
13680 if test x
${all_targets} = xtrue
; then
13681 bfd_backends
="${bfd_backends}"' $(ALL_BACKENDS)'
13682 bfd_machines
="${bfd_machines}"' $(ALL_MACHINES)'
13684 havevecs
=-DHAVE_all_vecs
13686 test -n "$assocvecs" &&
13687 assocvecs
=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13688 else # all_targets is true
13689 # Only set these if they will be nonempty, for the clever echo.
13692 test -n "$selvecs" &&
13693 havevecs
=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13694 test -n "$selvecs" &&
13695 selvecs
=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13696 test -n "$selarchs" &&
13697 selarchs
=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13698 fi # all_targets is true
13700 # 64-bit archives need a 64-bit bfd_vma.
13701 if test "x$want_64_bit_archive" = xtrue
; then
13704 $as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13708 case ${host64}-${target64}-${want64} in
13711 bfd64_libs
='$(BFD64_LIBS)'
13712 all_backends
='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13713 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13715 $as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13717 $as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13719 if test -n "$GCC" ; then
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13722 $as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13723 # Add more tests for gcc versions with non-working 64-bit support here.
13724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13725 /* end confdefs.h. */
13726 :__GNUC__:__GNUC_MINOR__:__i386__:
13728 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13729 $EGREP ": 2 : 91 : 1 :" >/dev
/null
2>&1; then :
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13732 $as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13735 $as_echo "no" >&6; }
13739 if test $bad_64bit_gcc = yes ; then
13740 as_fn_error $?
"A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
13746 all_backends
='$(BFD32_BACKENDS)'
13751 test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13752 test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13753 test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13754 test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13765 # If we are configured native, pick a core file support file.
13770 if test "${target}" = "${host}"; then
13772 alpha
*-*-freebsd* | alpha
*-*-kfreebsd*-gnu | alpha
*-*-*vms
*)
13776 COREFILE
=trad-core.lo
13777 TRAD_HEADER
='"hosts/alphalinux.h"'
13779 alpha
*-*-netbsd* | alpha
*-*-openbsd*)
13780 COREFILE
=netbsd-core.lo
13783 COREFILE
=osf-core.lo
13785 arm-
*-freebsd* | arm-
*-kfreebsd*-gnu)
13787 arm
*-*-netbsd* | arm-
*-openbsd*)
13788 COREFILE
=netbsd-core.lo
13790 arm-
*-riscix) COREFILE
=trad-core.lo
;;
13791 hppa
*-*-hpux*) COREFILE
=hpux-core.lo
;;
13792 hppa
*-*-hiux*) COREFILE
=hpux-core.lo
;;
13793 hppa
*-*-mpeix*) COREFILE
=hpux-core.lo
;;
13794 hppa
*-*-bsd*) COREFILE
="hpux-core.lo hppabsd-core.lo"
13795 COREFLAG
="-DHPUX_CORE -DHPPABSD_CORE" ;;
13796 hppa
*-*-netbsd* | hppa
*-*-openbsd*)
13797 COREFILE
=netbsd-core.lo
13800 i
[3-7]86-sequent-bsd*)
13801 COREFILE
=trad-core.lo
13802 TRAD_HEADER
='"hosts/symmetry.h"'
13804 i
[3-7]86-sequent-sysv4*) ;;
13805 i
[3-7]86-sequent-sysv*)
13806 COREFILE
=trad-core.lo
13807 TRAD_HEADER
='"hosts/symmetry.h"'
13812 i
[3-7]86-*-bsd* | i
[3-7]86-*-freebsd[123] | i
[3-7]86-*-freebsd[123]\.
* | i
[3-7]86-*-freebsd4\.
[01234] | i
[3-7]86-*-freebsd4\.
[01234]\.
* | i
[3-7]86-*-freebsd*aout
*)
13813 COREFILE
=trad-core.lo
13814 TRAD_HEADER
='"hosts/i386bsd.h"'
13816 i
[3-7]86-*-freebsd* | i
[3-7]86-*-kfreebsd*-gnu | i
[3-7]86-*-dragonfly*)
13818 TRAD_HEADER
='"hosts/i386bsd.h"'
13820 i
[3-7]86-*-netbsd* | i
[3-7]86-*-knetbsd*-gnu | i
[3-7]86-*-openbsd*)
13821 COREFILE
=netbsd-core.lo
13823 i
[3-7]86-esix-sysv3*)
13824 COREFILE
=trad-core.lo
13825 TRAD_HEADER
='"hosts/esix.h"'
13827 i
[3-7]86-*-sco3.2v5
*)
13828 COREFILE
=sco5-core.lo
13830 i
[3-7]86-*-sco* | i
[3-7]86-*-isc*)
13831 COREFILE
=trad-core.lo
13832 TRAD_HEADER
='"hosts/i386sco.h"'
13835 COREFILE
=trad-core.lo
13836 TRAD_HEADER
='"hosts/i386mach3.h"'
13838 i
[3-7]86-*-linux-*)
13839 COREFILE
=trad-core.lo
13840 TRAD_HEADER
='"hosts/i386linux.h"'
13841 case "$enable_targets"-"$want64" in
13842 *x86_64-
*linux
*|
*-true)
13843 CORE_HEADER
='"hosts/x86-64linux.h"'
13846 i
[3-7]86-*-isc*) COREFILE
=trad-core.lo
;;
13847 i
[3-7]86-*-aix*) COREFILE
=aix386-core.lo
;;
13848 mips
*-*-netbsd* | mips
*-*-openbsd*)
13849 COREFILE
=netbsd-core.lo
13851 mips-sgi-irix4
*) COREFILE
=irix-core.lo
;;
13852 mips-sgi-irix5
*) COREFILE
=irix-core.lo
;;
13853 mips-sgi-irix6
*) COREFILE
=irix-core.lo
;;
13855 COREFILE
=trad-core.lo
13856 TRAD_HEADER
='"hosts/m68klinux.h"'
13859 COREFILE
=netbsd-core.lo
13862 COREFILE
=trad-core.lo
13863 TRAD_HEADER
='"hosts/pc532mach.h"'
13865 ns32k-
*-netbsd* | ns32k-
*-openbsd*)
13866 COREFILE
=netbsd-core.lo
13869 COREFILE
=lynx-core.lo
13871 rs6000-
*-aix[5-9].
* | powerpc-
*-aix[5-9].
* | powerpc64-
*-aix[5-9].
*)
13872 COREFILE
=rs6000-core.lo
13873 COREFLAG
="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13875 rs6000-
*-aix4.
[3-9]* | powerpc-
*-aix4.
[3-9]*)
13876 COREFILE
=rs6000-core.lo
13877 COREFLAG
="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13878 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13879 # have c_impl as a member of struct core_dumpx
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13881 $as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13882 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13883 /* end confdefs.h. */
13888 struct core_dumpx c; c.c_impl = 0;
13893 if ac_fn_c_try_compile
"$LINENO"; then :
13895 $as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13898 $as_echo "yes" >&6; }
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13901 $as_echo "no" >&6; }
13903 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13905 rs6000-
*-aix4*) COREFILE
=rs6000-core.lo
;;
13906 rs6000-
*-*) COREFILE
=rs6000-core.lo
;;
13907 powerpc64-
*-aix*) COREFILE
=rs6000-core.lo
;;
13908 powerpc-
*-aix4*) COREFILE
=rs6000-core.lo
;;
13909 powerpc-
*-aix*) COREFILE
=rs6000-core.lo
;;
13910 powerpc-
*-beos*) ;;
13911 powerpc-
*-freebsd* | powerpc-
*-kfreebsd*-gnu)
13913 powerpc-
*-netbsd*) COREFILE
=netbsd-core.lo
;;
13914 powerpc-
*-*bsd
*) COREFILE
=netbsd-core.lo
;;
13915 s390
*-*-*) COREFILE
=trad-core.lo
;;
13916 sh
*-*-netbsd* | sh
*-*-openbsd*)
13917 COREFILE
=netbsd-core.lo
13919 sparc-
*-netbsd* | sparc
*-*-openbsd*)
13920 COREFILE
=netbsd-core.lo
13922 vax-
*-netbsd* | vax-
*-openbsd*)
13923 COREFILE
=netbsd-core.lo
13926 COREFILE
=trad-core.lo
13927 TRAD_HEADER
='"hosts/vaxult2.h"'
13930 COREFILE
=trad-core.lo
13931 TRAD_HEADER
='"hosts/vaxult2.h"'
13934 COREFILE
=trad-core.lo
13935 TRAD_HEADER
='"hosts/vaxlinux.h"'
13938 COREFILE
=trad-core.lo
13939 TRAD_HEADER
='"hosts/vaxbsd.h"'
13942 CORE_HEADER
='"hosts/x86-64linux.h"'
13944 x86_64-
*-netbsd* | x86_64-
*-openbsd*)
13945 COREFILE
=netbsd-core.lo
13949 case "$COREFILE" in
13950 aix386-core.lo
) COREFLAG
=-DAIX386_CORE ;;
13951 hppabsd-core.lo
) COREFLAG
=-DHPPABSD_CORE ;;
13952 hpux-core.lo
) COREFLAG
=-DHPUX_CORE ;;
13953 irix-core.lo
) COREFLAG
=-DIRIX_CORE ;;
13954 lynx-core.lo
) COREFLAG
=-DLYNX_CORE ;;
13955 netbsd-core.lo
) COREFLAG
=-DNETBSD_CORE ;;
13956 osf-core.lo
) COREFLAG
=-DOSF_CORE ;;
13957 ptrace-core.lo
) COREFLAG
=-DPTRACE_CORE ;;
13958 rs6000-core.lo
) COREFLAG
="$COREFLAG -DAIX_CORE" ;;
13959 sco5-core.lo
) COREFLAG
="$COREFLAG -DSCO5_CORE" ;;
13960 trad-core.lo
) COREFLAG
="$COREFLAG -DTRAD_CORE" ;;
13963 # ELF corefile support has several flavors, but all of
13964 # them use something called <sys/procfs.h>
13966 $as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13968 for ac_header
in sys
/procfs.h
13970 ac_fn_c_check_header_mongrel
"$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
13971 if test "x$ac_cv_header_sys_procfs_h" = xyes
; then :
13972 cat >>confdefs.h
<<_ACEOF
13973 #define HAVE_SYS_PROCFS_H 1
13980 if test "$ac_cv_header_sys_procfs_h" = yes; then
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
13983 $as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
13984 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false
; then :
13985 $as_echo_n "(cached) " >&6
13987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13988 /* end confdefs.h. */
13991 #include <sys/procfs.h>
14000 if ac_fn_c_try_compile
"$LINENO"; then :
14001 bfd_cv_have_sys_procfs_type_prstatus_t
=yes
14003 bfd_cv_have_sys_procfs_type_prstatus_t
=no
14006 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14009 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14011 $as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14015 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14019 $as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14020 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false
; then :
14021 $as_echo_n "(cached) " >&6
14023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14024 /* end confdefs.h. */
14027 #include <sys/procfs.h>
14036 if ac_fn_c_try_compile
"$LINENO"; then :
14037 bfd_cv_have_sys_procfs_type_prstatus32_t
=yes
14039 bfd_cv_have_sys_procfs_type_prstatus32_t
=no
14042 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14045 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14047 $as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14051 $as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14055 $as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14056 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false
; then :
14057 $as_echo_n "(cached) " >&6
14059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14060 /* end confdefs.h. */
14063 #include <sys/procfs.h>
14067 prstatus_t avar; void* aref = (void*) &avar.pr_who
14072 if ac_fn_c_try_compile
"$LINENO"; then :
14073 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=yes
14075 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who
=no
14078 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14081 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14083 $as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14087 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14091 $as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14092 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false
; then :
14093 $as_echo_n "(cached) " >&6
14095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14096 /* end confdefs.h. */
14099 #include <sys/procfs.h>
14103 prstatus32_t avar; void* aref = (void*) &avar.pr_who
14108 if ac_fn_c_try_compile
"$LINENO"; then :
14109 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=yes
14111 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who
=no
14114 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14117 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14119 $as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14123 $as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14127 $as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14128 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false
; then :
14129 $as_echo_n "(cached) " >&6
14131 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14132 /* end confdefs.h. */
14135 #include <sys/procfs.h>
14144 if ac_fn_c_try_compile
"$LINENO"; then :
14145 bfd_cv_have_sys_procfs_type_pstatus_t
=yes
14147 bfd_cv_have_sys_procfs_type_pstatus_t
=no
14150 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14153 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14155 $as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14159 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14163 $as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14164 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false
; then :
14165 $as_echo_n "(cached) " >&6
14167 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14168 /* end confdefs.h. */
14171 #include <sys/procfs.h>
14180 if ac_fn_c_try_compile
"$LINENO"; then :
14181 bfd_cv_have_sys_procfs_type_pxstatus_t
=yes
14183 bfd_cv_have_sys_procfs_type_pxstatus_t
=no
14186 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14189 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14191 $as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14195 $as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14199 $as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14200 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false
; then :
14201 $as_echo_n "(cached) " >&6
14203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14207 #include <sys/procfs.h>
14216 if ac_fn_c_try_compile
"$LINENO"; then :
14217 bfd_cv_have_sys_procfs_type_pstatus32_t
=yes
14219 bfd_cv_have_sys_procfs_type_pstatus32_t
=no
14222 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14225 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14227 $as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14231 $as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14235 $as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14236 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false
; then :
14237 $as_echo_n "(cached) " >&6
14239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14240 /* end confdefs.h. */
14243 #include <sys/procfs.h>
14252 if ac_fn_c_try_compile
"$LINENO"; then :
14253 bfd_cv_have_sys_procfs_type_prpsinfo_t
=yes
14255 bfd_cv_have_sys_procfs_type_prpsinfo_t
=no
14258 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14261 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14263 $as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14267 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14271 $as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14272 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false
; then :
14273 $as_echo_n "(cached) " >&6
14275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14276 /* end confdefs.h. */
14279 #include <sys/procfs.h>
14283 prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14288 if ac_fn_c_try_compile
"$LINENO"; then :
14289 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=yes
14291 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid
=no
14294 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14297 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14299 $as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14303 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14307 $as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14308 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false
; then :
14309 $as_echo_n "(cached) " >&6
14311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14312 /* end confdefs.h. */
14315 #include <sys/procfs.h>
14324 if ac_fn_c_try_compile
"$LINENO"; then :
14325 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=yes
14327 bfd_cv_have_sys_procfs_type_prpsinfo32_t
=no
14330 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14333 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14335 $as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14339 $as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14343 $as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14344 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false
; then :
14345 $as_echo_n "(cached) " >&6
14347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14348 /* end confdefs.h. */
14351 #include <sys/procfs.h>
14355 prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14360 if ac_fn_c_try_compile
"$LINENO"; then :
14361 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=yes
14363 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid
=no
14366 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14369 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14371 $as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14375 $as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14379 $as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14380 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false
; then :
14381 $as_echo_n "(cached) " >&6
14383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14387 #include <sys/procfs.h>
14396 if ac_fn_c_try_compile
"$LINENO"; then :
14397 bfd_cv_have_sys_procfs_type_psinfo_t
=yes
14399 bfd_cv_have_sys_procfs_type_psinfo_t
=no
14402 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14405 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14407 $as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14411 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14415 $as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14416 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false
; then :
14417 $as_echo_n "(cached) " >&6
14419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14420 /* end confdefs.h. */
14423 #include <sys/procfs.h>
14427 psinfo_t avar; void* aref = (void*) &avar.pr_pid
14432 if ac_fn_c_try_compile
"$LINENO"; then :
14433 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=yes
14435 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid
=no
14438 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14441 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14443 $as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14447 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14451 $as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14452 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false
; then :
14453 $as_echo_n "(cached) " >&6
14455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14456 /* end confdefs.h. */
14459 #include <sys/procfs.h>
14468 if ac_fn_c_try_compile
"$LINENO"; then :
14469 bfd_cv_have_sys_procfs_type_psinfo32_t
=yes
14471 bfd_cv_have_sys_procfs_type_psinfo32_t
=no
14474 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14477 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14479 $as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14483 $as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14487 $as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14488 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false
; then :
14489 $as_echo_n "(cached) " >&6
14491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14492 /* end confdefs.h. */
14495 #include <sys/procfs.h>
14499 psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14504 if ac_fn_c_try_compile
"$LINENO"; then :
14505 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=yes
14507 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid
=no
14510 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14513 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14515 $as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14519 $as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14523 $as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14524 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false
; then :
14525 $as_echo_n "(cached) " >&6
14527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14528 /* end confdefs.h. */
14531 #include <sys/procfs.h>
14540 if ac_fn_c_try_compile
"$LINENO"; then :
14541 bfd_cv_have_sys_procfs_type_lwpstatus_t
=yes
14543 bfd_cv_have_sys_procfs_type_lwpstatus_t
=no
14546 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14549 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14551 $as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14555 $as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14559 $as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14560 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false
; then :
14561 $as_echo_n "(cached) " >&6
14563 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14564 /* end confdefs.h. */
14567 #include <sys/procfs.h>
14576 if ac_fn_c_try_compile
"$LINENO"; then :
14577 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=yes
14579 bfd_cv_have_sys_procfs_type_lwpxstatus_t
=no
14582 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14585 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14587 $as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14591 $as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14595 $as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14596 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false
; then :
14597 $as_echo_n "(cached) " >&6
14599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14600 /* end confdefs.h. */
14603 #include <sys/procfs.h>
14607 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14612 if ac_fn_c_try_compile
"$LINENO"; then :
14613 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=yes
14615 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context
=no
14618 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14621 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
14623 $as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14627 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14631 $as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14632 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false
; then :
14633 $as_echo_n "(cached) " >&6
14635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14636 /* end confdefs.h. */
14639 #include <sys/procfs.h>
14643 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14648 if ac_fn_c_try_compile
"$LINENO"; then :
14649 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=yes
14651 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg
=no
14654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14657 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14659 $as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14663 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14667 $as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14668 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false
; then :
14669 $as_echo_n "(cached) " >&6
14671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14675 #include <sys/procfs.h>
14679 lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14684 if ac_fn_c_try_compile
"$LINENO"; then :
14685 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=yes
14687 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg
=no
14690 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14693 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14695 $as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14699 $as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14703 $as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14704 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false
; then :
14705 $as_echo_n "(cached) " >&6
14707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14708 /* end confdefs.h. */
14711 #include <sys/procfs.h>
14715 win32_pstatus_t avar
14720 if ac_fn_c_try_compile
"$LINENO"; then :
14721 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=yes
14723 bfd_cv_have_sys_procfs_type_win32_pstatus_t
=no
14726 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14729 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14731 $as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14735 $as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14741 if test -n "$CORE_HEADER"; then
14743 cat >>confdefs.h
<<_ACEOF
14744 #define CORE_HEADER $CORE_HEADER
14748 if test -n "$TRAD_HEADER"; then
14750 cat >>confdefs.h
<<_ACEOF
14751 #define TRAD_HEADER $TRAD_HEADER
14756 if test "$plugins" = "yes"; then
14764 # Determine the host dependent file_ptr a.k.a. off_t type. In order
14765 # prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14766 # fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14767 # Hopefully a reasonable assumption since fseeko et.al. should be
14768 # upward compatible.
14769 for ac_func
in ftello ftello64 fseeko fseeko64 fopen64
14771 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14772 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14773 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14774 cat >>confdefs.h
<<_ACEOF
14775 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14781 ac_fn_c_check_decl
"$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14782 if test "x$ac_cv_have_decl_ftello" = xyes
; then :
14788 cat >>confdefs.h
<<_ACEOF
14789 #define HAVE_DECL_FTELLO $ac_have_decl
14791 ac_fn_c_check_decl
"$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14792 if test "x$ac_cv_have_decl_ftello64" = xyes
; then :
14798 cat >>confdefs.h
<<_ACEOF
14799 #define HAVE_DECL_FTELLO64 $ac_have_decl
14801 ac_fn_c_check_decl
"$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14802 if test "x$ac_cv_have_decl_fseeko" = xyes
; then :
14808 cat >>confdefs.h
<<_ACEOF
14809 #define HAVE_DECL_FSEEKO $ac_have_decl
14811 ac_fn_c_check_decl
"$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14812 if test "x$ac_cv_have_decl_fseeko64" = xyes
; then :
14818 cat >>confdefs.h
<<_ACEOF
14819 #define HAVE_DECL_FSEEKO64 $ac_have_decl
14821 ac_fn_c_check_decl
"$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14822 if test "x$ac_cv_have_decl_fopen64" = xyes
; then :
14828 cat >>confdefs.h
<<_ACEOF
14829 #define HAVE_DECL_FOPEN64 $ac_have_decl
14832 if test x
"$ac_cv_func_ftello" = xyes
-a x
"$ac_cv_func_fseeko" = xyes
; then
14833 # The cast to long int works around a bug in the HP C Compiler
14834 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14835 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14836 # This bug is HP SR number 8606223364.
14837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14838 $as_echo_n "checking size of off_t... " >&6; }
14839 if ${ac_cv_sizeof_off_t+:} false
; then :
14840 $as_echo_n "(cached) " >&6
14842 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
14845 if test "$ac_cv_type_off_t" = yes; then
14846 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14847 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14848 as_fn_error
77 "cannot compute sizeof (off_t)
14849 See \`config.log' for more details" "$LINENO" 5; }
14851 ac_cv_sizeof_off_t
=0
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14857 $as_echo "$ac_cv_sizeof_off_t" >&6; }
14861 cat >>confdefs.h
<<_ACEOF
14862 #define SIZEOF_OFF_T $ac_cv_sizeof_off_t
14867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14868 $as_echo_n "checking file_ptr type... " >&6; }
14869 bfd_file_ptr
="long"
14870 bfd_ufile_ptr
="unsigned long"
14871 if test x
"$ac_cv_func_ftello64" = xyes
-a x
"$ac_cv_func_fseeko64" = xyes \
14872 -o x
"${ac_cv_sizeof_off_t}" = x8
; then
14873 bfd_file_ptr
=BFD_HOST_64_BIT
14874 bfd_ufile_ptr
=BFD_HOST_U_64_BIT
14876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14877 $as_echo "$bfd_file_ptr" >&6; }
14884 for ac_header
in $ac_header_list
14886 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14887 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14889 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
14890 cat >>confdefs.h
<<_ACEOF
14891 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14905 for ac_func
in getpagesize
14907 ac_fn_c_check_func
"$LINENO" "getpagesize" "ac_cv_func_getpagesize"
14908 if test "x$ac_cv_func_getpagesize" = xyes
; then :
14909 cat >>confdefs.h
<<_ACEOF
14910 #define HAVE_GETPAGESIZE 1
14916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14917 $as_echo_n "checking for working mmap... " >&6; }
14918 if ${ac_cv_func_mmap_fixed_mapped+:} false
; then :
14919 $as_echo_n "(cached) " >&6
14921 if test "$cross_compiling" = yes; then :
14922 ac_cv_func_mmap_fixed_mapped
=no
14924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14925 /* end confdefs.h. */
14926 $ac_includes_default
14927 /* malloc might have been renamed as rpl_malloc. */
14930 /* Thanks to Mike Haertel and Jim Avera for this test.
14931 Here is a matrix of mmap possibilities:
14932 mmap private not fixed
14933 mmap private fixed at somewhere currently unmapped
14934 mmap private fixed at somewhere already mapped
14935 mmap shared not fixed
14936 mmap shared fixed at somewhere currently unmapped
14937 mmap shared fixed at somewhere already mapped
14938 For private mappings, we should verify that changes cannot be read()
14939 back from the file, nor mmap's back from the file at a different
14940 address. (There have been systems where private was not correctly
14941 implemented like the infamous i386 svr4.0, and systems where the
14942 VM page cache was not coherent with the file system buffer cache
14943 like early versions of FreeBSD and possibly contemporary NetBSD.)
14944 For shared mappings, we should conversely verify that changes get
14945 propagated back to all the places they're supposed to be.
14947 Grep wants private fixed already mapped.
14948 The main things grep needs to know about mmap are:
14949 * does it exist and is it safe to write into the mmap'd area
14950 * how to use it (BSD variants) */
14953 #include <sys/mman.h>
14955 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14959 /* This mess was copied from the GNU getpagesize.h. */
14960 #ifndef HAVE_GETPAGESIZE
14961 # ifdef _SC_PAGESIZE
14962 # define getpagesize() sysconf(_SC_PAGESIZE)
14963 # else /* no _SC_PAGESIZE */
14964 # ifdef HAVE_SYS_PARAM_H
14965 # include <sys/param.h>
14966 # ifdef EXEC_PAGESIZE
14967 # define getpagesize() EXEC_PAGESIZE
14968 # else /* no EXEC_PAGESIZE */
14970 # define getpagesize() NBPG * CLSIZE
14973 # endif /* no CLSIZE */
14974 # else /* no NBPG */
14976 # define getpagesize() NBPC
14977 # else /* no NBPC */
14979 # define getpagesize() PAGESIZE
14980 # endif /* PAGESIZE */
14981 # endif /* no NBPC */
14982 # endif /* no NBPG */
14983 # endif /* no EXEC_PAGESIZE */
14984 # else /* no HAVE_SYS_PARAM_H */
14985 # define getpagesize() 8192 /* punt totally */
14986 # endif /* no HAVE_SYS_PARAM_H */
14987 # endif /* no _SC_PAGESIZE */
14989 #endif /* no HAVE_GETPAGESIZE */
14994 char *data, *data2, *data3;
14995 const char *cdata2;
14999 pagesize = getpagesize ();
15001 /* First, make a file with some known garbage in it. */
15002 data = (char *) malloc (pagesize);
15005 for (i = 0; i < pagesize; ++i)
15006 *(data + i) = rand ();
15008 fd = creat ("conftest.mmap", 0600);
15011 if (write (fd, data, pagesize) != pagesize)
15015 /* Next, check that the tail of a page is zero-filled. File must have
15016 non-zero length, otherwise we risk SIGBUS for entire page. */
15017 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
15021 if (write (fd2, cdata2, 1) != 1)
15023 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
15024 if (data2 == MAP_FAILED)
15026 for (i = 0; i < pagesize; ++i)
15030 if (munmap (data2, pagesize))
15033 /* Next, try to mmap the file at a fixed address which already has
15034 something else allocated at it. If we can, also make sure that
15035 we see the same garbage. */
15036 fd = open ("conftest.mmap", O_RDWR);
15039 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15040 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15042 for (i = 0; i < pagesize; ++i)
15043 if (*(data + i) != *(data2 + i))
15046 /* Finally, make sure that changes to the mapped area do not
15047 percolate back to the file as seen by read(). (This is a bug on
15048 some variants of i386 svr4.0.) */
15049 for (i = 0; i < pagesize; ++i)
15050 *(data2 + i) = *(data2 + i) + 1;
15051 data3 = (char *) malloc (pagesize);
15054 if (read (fd, data3, pagesize) != pagesize)
15056 for (i = 0; i < pagesize; ++i)
15057 if (*(data + i) != *(data3 + i))
15063 if ac_fn_c_try_run
"$LINENO"; then :
15064 ac_cv_func_mmap_fixed_mapped
=yes
15066 ac_cv_func_mmap_fixed_mapped
=no
15068 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15069 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15074 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
15075 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15077 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
15080 rm -f conftest.mmap conftest.txt
15082 for ac_func
in madvise mprotect
15084 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15085 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15086 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15087 cat >>confdefs.h
<<_ACEOF
15088 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15094 case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15096 $as_echo "#define USE_MMAP 1" >>confdefs.h
15100 rm -f doc
/config.status
15101 ac_config_files
="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
15104 ac_config_commands
="$ac_config_commands default"
15112 cat >confcache
<<\_ACEOF
15113 # This file is a shell script that caches the results of configure
15114 # tests run on this system so they can be shared between configure
15115 # scripts and configure runs, see configure's option --config-cache.
15116 # It is not useful on other systems. If it contains results you don't
15117 # want to keep, you may remove or edit it.
15119 # config.status only pays attention to the cache file if you give it
15120 # the --recheck option to rerun configure.
15122 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15123 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15124 # following values.
15128 # The following way of writing the cache mishandles newlines in values,
15129 # but we know of no workaround that is simple, portable, and efficient.
15130 # So, we kill variables containing newlines.
15131 # Ultrix sh set writes to stderr and can't be redirected directly,
15132 # and sets the high bit in the cache file unless we assign to the vars.
15134 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15135 eval ac_val
=\$
$ac_var
15139 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15140 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15143 _ | IFS | as_nl
) ;; #(
15144 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15145 *) { eval $ac_var=; unset $ac_var;} ;;
15151 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15152 *${as_nl}ac_space
=\
*)
15153 # `set' does not quote correctly, so add quotes: double-quote
15154 # substitution turns \\\\ into \\, and sed turns \\ into \.
15157 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15160 # `set' quotes correctly as required by POSIX, so do not add quotes.
15161 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15170 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15172 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15174 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15175 if test -w "$cache_file"; then
15176 if test "x$cache_file" != "x/dev/null"; then
15177 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15178 $as_echo "$as_me: updating cache $cache_file" >&6;}
15179 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15180 cat confcache
>"$cache_file"
15182 case $cache_file in #(
15184 mv -f confcache
"$cache_file"$$
&&
15185 mv -f "$cache_file"$$
"$cache_file" ;; #(
15187 mv -f confcache
"$cache_file" ;;
15192 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15193 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15198 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15199 # Let make expand exec_prefix.
15200 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15202 DEFS
=-DHAVE_CONFIG_H
15207 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15208 # 1. Remove the extension, and $U if already installed.
15209 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15210 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15211 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15212 # will be set to the directory where LIBOBJS objects are built.
15213 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15214 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15216 LIBOBJS
=$ac_libobjs
15218 LTLIBOBJS
=$ac_ltlibobjs
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15222 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15223 if test -n "$am_sleep_pid"; then
15224 # Hide warnings about reused PIDs.
15225 wait $am_sleep_pid 2>/dev
/null
15227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15228 $as_echo "done" >&6; }
15229 if test -n "$EXEEXT"; then
15231 am__EXEEXT_FALSE
='#'
15233 am__EXEEXT_TRUE
='#'
15237 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15238 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15239 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15241 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15242 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15243 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15245 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
15246 as_fn_error $?
"conditional \"PLUGINS\" was never defined.
15247 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15249 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15250 as_fn_error $?
"conditional \"ENABLE_BFD_64_BIT\" was never defined.
15251 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15253 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15254 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15255 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15257 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15258 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
15259 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15261 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
15262 as_fn_error $?
"conditional \"INSTALL_LIBBFD\" was never defined.
15263 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15266 : "${CONFIG_STATUS=./config.status}"
15268 ac_clean_files_save
=$ac_clean_files
15269 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15270 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15271 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15273 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15275 # Generated by $as_me.
15276 # Run this file to recreate the current configuration.
15277 # Compiler output produced by configure, useful for debugging
15278 # configure, is in config.log if it exists.
15281 ac_cs_recheck=false
15284 SHELL=\${CONFIG_SHELL-$SHELL}
15287 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15288 ## -------------------- ##
15289 ## M4sh Initialization. ##
15290 ## -------------------- ##
15292 # Be more Bourne compatible
15293 DUALCASE
=1; export DUALCASE
# for MKS sh
15294 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15297 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15298 # is contrary to our usage. Disable this feature.
15299 alias -g '${1+"$@"}'='"$@"'
15300 setopt NO_GLOB_SUBST
15302 case `(set -o) 2>/dev/null` in #(
15314 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15315 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15316 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15317 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15318 # Prefer a ksh shell builtin over an external printf program on Solaris,
15319 # but without wasting forks for bash or zsh.
15320 if test -z "$BASH_VERSION$ZSH_VERSION" \
15321 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15322 as_echo='print
-r --'
15323 as_echo_n='print
-rn --'
15324 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15325 as_echo='printf %s
\n'
15326 as_echo_n='printf %s
'
15328 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15329 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15330 as_echo_n='/usr
/ucb
/echo -n'
15332 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15333 as_echo_n_body='eval
15337 expr "X$arg" : "X\\(.*\\)$as_nl";
15338 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15340 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15342 export as_echo_n_body
15343 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15345 export as_echo_body
15346 as_echo='sh
-c $as_echo_body as_echo
'
15349 # The user is always right.
15350 if test "${PATH_SEPARATOR+set}" != set; then
15352 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15353 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15360 # We need space, tab and new line, in precisely that order. Quoting is
15361 # there to prevent editors from complaining about space-tab.
15362 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15363 # splitting by setting IFS to empty value.)
15366 # Find who we are. Look in the path if we contain no directory separator.
15369 *[\\/]* ) as_myself=$0 ;;
15370 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15371 for as_dir in $PATH
15374 test -z "$as_dir" && as_dir=.
15375 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15381 # We did not find ourselves, most probably we were run as `sh COMMAND'
15382 # in which case we are not to be found in the path.
15383 if test "x$as_myself" = x
; then
15386 if test ! -f "$as_myself"; then
15387 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15391 # Unset variables that we do not need and which cause bugs (e.g. in
15392 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15393 # suppresses any "Segmentation fault" message there. '((' could
15394 # trigger a bug in pdksh 5.2.14.
15395 for as_var
in BASH_ENV ENV MAIL MAILPATH
15396 do eval test x\
${$as_var+set} = xset \
15397 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15410 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15413 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15414 # ----------------------------------------
15415 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15416 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15417 # script with STATUS, using 1 if that was 0.
15420 as_status
=$1; test $as_status -eq 0 && as_status
=1
15422 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15423 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15425 $as_echo "$as_me: error: $2" >&2
15426 as_fn_exit
$as_status
15430 # as_fn_set_status STATUS
15431 # -----------------------
15432 # Set $? to STATUS, without forking.
15433 as_fn_set_status
()
15436 } # as_fn_set_status
15438 # as_fn_exit STATUS
15439 # -----------------
15440 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15444 as_fn_set_status
$1
15450 # Portably unset VAR.
15453 { eval $1=; unset $1;}
15455 as_unset
=as_fn_unset
15456 # as_fn_append VAR VALUE
15457 # ----------------------
15458 # Append the text in VALUE to the end of the definition contained in VAR. Take
15459 # advantage of any shell optimizations that allow amortized linear growth over
15460 # repeated appends, instead of the typical quadratic growth present in naive
15462 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15463 eval 'as_fn_append ()
15474 # as_fn_arith ARG...
15475 # ------------------
15476 # Perform arithmetic evaluation on the ARGs, and store the result in the
15477 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15478 # must be portable across $(()) and expr.
15479 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15480 eval 'as_fn_arith ()
15487 as_val
=`expr "$@" || test $? -eq 1`
15492 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15493 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15499 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15500 as_basename
=basename
15505 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15511 as_me
=`$as_basename -- "$0" ||
15512 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15513 X"$0" : 'X\(//\)$' \| \
15514 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15516 sed '/^.*\/\([^/][^/]*\)\/*$/{
15530 # Avoid depending upon Character Ranges.
15531 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15532 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15533 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15534 as_cr_digits
='0123456789'
15535 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15537 ECHO_C
= ECHO_N
= ECHO_T
=
15538 case `echo -n x` in #(((((
15540 case `echo 'xy\c'` in
15541 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15543 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15550 rm -f conf$$ conf$$.exe conf$$.
file
15551 if test -d conf$$.dir
; then
15552 rm -f conf$$.dir
/conf$$.
file
15555 mkdir conf$$.dir
2>/dev
/null
15557 if (echo >conf$$.
file) 2>/dev
/null
; then
15558 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15560 # ... but there are two gotchas:
15561 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15562 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15563 # In both cases, we have to default to `cp -pR'.
15564 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15566 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15574 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15575 rmdir conf$$.dir
2>/dev
/null
15580 # Create "$as_dir" as a directory, including parents if necessary.
15585 -*) as_dir
=.
/$as_dir;;
15587 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15591 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15592 *) as_qdir
=$as_dir;;
15594 as_dirs
="'$as_qdir' $as_dirs"
15595 as_dir
=`$as_dirname -- "$as_dir" ||
15596 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15597 X"$as_dir" : 'X\(//\)[^/]' \| \
15598 X"$as_dir" : 'X\(//\)$' \| \
15599 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15600 $as_echo X"$as_dir" |
15601 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15605 /^X\(\/\/\)[^/].*/{
15618 test -d "$as_dir" && break
15620 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15621 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
15625 if mkdir
-p .
2>/dev
/null
; then
15626 as_mkdir_p
='mkdir -p "$as_dir"'
15628 test -d .
/-p && rmdir .
/-p
15633 # as_fn_executable_p FILE
15634 # -----------------------
15635 # Test if FILE is an executable regular file.
15636 as_fn_executable_p
()
15638 test -f "$1" && test -x "$1"
15639 } # as_fn_executable_p
15640 as_test_x
='test -x'
15641 as_executable_p
=as_fn_executable_p
15643 # Sed expression to map a string onto a valid CPP name.
15644 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15646 # Sed expression to map a string onto a valid variable name.
15647 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15651 ## ----------------------------------- ##
15652 ## Main body of $CONFIG_STATUS script. ##
15653 ## ----------------------------------- ##
15655 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15657 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15658 # Save the log message, to keep $0 and so on meaningful, and to
15659 # report actual input values of CONFIG_FILES etc. instead of their
15660 # values after options handling.
15662 This file was extended by bfd $as_me 2.38, which was
15663 generated by GNU Autoconf 2.69. Invocation command line was
15665 CONFIG_FILES = $CONFIG_FILES
15666 CONFIG_HEADERS = $CONFIG_HEADERS
15667 CONFIG_LINKS = $CONFIG_LINKS
15668 CONFIG_COMMANDS = $CONFIG_COMMANDS
15671 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15676 case $ac_config_files in *"
15677 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15680 case $ac_config_headers in *"
15681 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
15685 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15686 # Files that config.status was made for.
15687 config_files="$ac_config_files"
15688 config_headers="$ac_config_headers"
15689 config_commands="$ac_config_commands"
15693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15695 \`$as_me' instantiates files and other configuration actions
15696 from templates according to the current configuration. Unless the files
15697 and actions are specified as TAGs, all are instantiated by default.
15699 Usage: $0 [OPTION]... [TAG]...
15701 -h, --help print this help, then exit
15702 -V, --version print version number and configuration settings, then exit
15703 --config print configuration, then exit
15704 -q, --quiet, --silent
15705 do not print progress messages
15706 -d, --debug don't remove temporary files
15707 --recheck update $as_me by reconfiguring in the same conditions
15708 --file=FILE[:TEMPLATE]
15709 instantiate the configuration file FILE
15710 --header=FILE[:TEMPLATE]
15711 instantiate the configuration header FILE
15713 Configuration files:
15716 Configuration headers:
15719 Configuration commands:
15722 Report bugs to the package provider."
15725 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15726 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15728 bfd config.status 2.38
15729 configured by $0, generated by GNU Autoconf 2.69,
15730 with options \\"\$ac_cs_config\\"
15732 Copyright (C) 2012 Free Software Foundation, Inc.
15733 This config.status script is free software; the Free Software Foundation
15734 gives unlimited permission to copy, distribute and modify it."
15741 test -n "\$AWK" || AWK=awk
15744 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15745 # The default lists apply if the user does not specify any file.
15751 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15752 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15756 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15768 # Handling of the options.
15769 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15771 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15772 $as_echo "$ac_cs_version"; exit ;;
15773 --config |
--confi |
--conf |
--con |
--co |
--c )
15774 $as_echo "$ac_cs_config"; exit ;;
15775 --debug |
--debu |
--deb |
--de |
--d |
-d )
15777 --file |
--fil |
--fi |
--f )
15780 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15781 '') as_fn_error $?
"missing file argument" ;;
15783 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15784 ac_need_defaults
=false
;;
15785 --header |
--heade |
--head |
--hea )
15788 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15790 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
15791 ac_need_defaults
=false
;;
15793 # Conflict between --help and --header
15794 as_fn_error $?
"ambiguous option: \`$1'
15795 Try \`$0 --help' for more information.";;
15796 --help |
--hel |
-h )
15797 $as_echo "$ac_cs_usage"; exit ;;
15798 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15799 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15802 # This is an error.
15803 -*) as_fn_error $?
"unrecognized option: \`$1'
15804 Try \`$0 --help' for more information." ;;
15806 *) as_fn_append ac_config_targets
" $1"
15807 ac_need_defaults
=false
;;
15813 ac_configure_extra_args
=
15815 if $ac_cs_silent; then
15817 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15821 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15822 if \$ac_cs_recheck; then
15823 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15825 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15826 CONFIG_SHELL='$SHELL'
15827 export CONFIG_SHELL
15832 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15836 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15837 ## Running $as_me. ##
15843 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15847 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15850 # The HP-UX ksh and POSIX shell print the target directory to stdout
15851 # if CDPATH is set.
15852 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15854 sed_quote_subst='$sed_quote_subst'
15855 double_quote_subst='$double_quote_subst'
15856 delay_variable_subst='$delay_variable_subst'
15857 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15858 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15859 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15860 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15861 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15862 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15863 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15864 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15865 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15866 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15867 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15868 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15869 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15870 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15871 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15872 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15873 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15874 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15875 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15876 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15877 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15878 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15879 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15880 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15881 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15882 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15883 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15884 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15885 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15886 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15887 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15888 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15889 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15890 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15891 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15892 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15893 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15894 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15895 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15896 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15897 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15898 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15899 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15900 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15901 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15902 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15903 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15904 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15905 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"`'
15906 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15907 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15908 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15909 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15910 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15911 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15912 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15913 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15914 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15915 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15916 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15917 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15918 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15919 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15920 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15921 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15922 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15923 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15924 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15925 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15926 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15927 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15928 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15929 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15930 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15931 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15932 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15933 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15934 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15935 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15936 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15937 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15938 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15939 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15940 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15941 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15942 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15943 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15944 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15945 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15946 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15947 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15948 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15949 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15950 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15951 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15952 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15953 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15954 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15955 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15956 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15957 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15958 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15959 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15960 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15961 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15962 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15963 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15964 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15965 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15966 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15967 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15968 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15969 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15970 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15971 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15972 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15973 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15974 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15975 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15976 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15979 LTCFLAGS='$LTCFLAGS'
15980 compiler='$compiler_DEFAULT'
15982 # A function that is used when there is no print builtin or printf.
15983 func_fallback_echo ()
15985 eval 'cat <<_LTECHO_EOF
15990 # Quote evaled strings.
16004 deplibs_check_method \
16013 lt_cv_sys_global_symbol_pipe \
16014 lt_cv_sys_global_symbol_to_cdecl \
16015 lt_cv_sys_global_symbol_to_c_name_address \
16016 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16017 lt_prog_compiler_no_builtin_flag \
16018 lt_prog_compiler_wl \
16019 lt_prog_compiler_pic \
16020 lt_prog_compiler_static \
16021 lt_cv_prog_compiler_c_o \
16029 export_dynamic_flag_spec \
16030 whole_archive_flag_spec \
16031 compiler_needs_object \
16033 allow_undefined_flag \
16034 no_undefined_flag \
16035 hardcode_libdir_flag_spec \
16036 hardcode_libdir_flag_spec_ld \
16037 hardcode_libdir_separator \
16042 variables_saved_for_relink \
16044 library_names_spec \
16046 install_override_mode \
16050 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16051 *[\\\\\\\`\\"\\\$]*)
16052 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16055 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16060 # Double-quote double-evaled strings.
16061 for var in reload_cmds \
16062 old_postinstall_cmds \
16063 old_postuninstall_cmds \
16065 extract_expsyms_cmds \
16066 old_archive_from_new_cmds \
16067 old_archive_from_expsyms_cmds \
16069 archive_expsym_cmds \
16071 module_expsym_cmds \
16072 export_symbols_cmds \
16075 postuninstall_cmds \
16077 sys_lib_search_path_spec \
16078 sys_lib_dlsearch_path_spec; do
16079 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16080 *[\\\\\\\`\\"\\\$]*)
16081 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16084 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16089 ac_aux_dir='$ac_aux_dir'
16090 xsi_shell='$xsi_shell'
16091 lt_shell_append='$lt_shell_append'
16093 # See if we are running on zsh, and set the options which allow our
16094 # commands through without removal of \ escapes INIT.
16095 if test -n "\${ZSH_VERSION+set}" ; then
16096 setopt NO_GLOB_SUBST
16102 TIMESTAMP='$TIMESTAMP'
16108 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16109 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16111 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16112 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16113 LINGUAS="${LINGUAS-%UNSET%}"
16119 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16121 # Handling of arguments.
16122 for ac_config_target
in $ac_config_targets
16124 case $ac_config_target in
16125 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16126 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16127 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
16128 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16129 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16130 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
16131 "bfd-in3.h") CONFIG_FILES
="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16132 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16133 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
16135 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16140 # If the user did not use the arguments to specify the items to instantiate,
16141 # then the envvar interface is used. Set only those that are not.
16142 # We use the long form for the default assignment because of an extremely
16143 # bizarre bug on SunOS 4.1.3.
16144 if $ac_need_defaults; then
16145 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16146 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16147 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16150 # Have a temporary directory for convenience. Make it in the build tree
16151 # simply because there is no reason against having it here, and in addition,
16152 # creating and moving files from /tmp can sometimes cause problems.
16153 # Hook for its removal unless debugging.
16154 # Note that there is a small window in which the directory will not be cleaned:
16155 # after its creation but before its name has been assigned to `$tmp'.
16159 trap 'exit_status=$?
16160 : "${ac_tmp:=$tmp}"
16161 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16163 trap 'as_fn_exit 1' 1 2 13 15
16165 # Create a (secure) tmp directory for tmp files.
16168 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16172 tmp
=.
/conf$$
-$RANDOM
16173 (umask 077 && mkdir
"$tmp")
16174 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16177 # Set up the scripts for CONFIG_FILES section.
16178 # No need to generate them if there are no CONFIG_FILES.
16179 # This happens for instance with `./config.status config.h'.
16180 if test -n "$CONFIG_FILES"; then
16183 ac_cr
=`echo X | tr X '\015'`
16184 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16185 # But we know of no other shell where ac_cr would be empty at this
16186 # point, so we can use a bashism as a fallback.
16187 if test "x$ac_cr" = x
; then
16188 eval ac_cr
=\$
\'\\r
\'
16190 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16191 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16194 ac_cs_awk_cr
=$ac_cr
16197 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16202 echo "cat >conf$$subs.awk <<_ACEOF" &&
16203 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16205 } >conf$$subs.sh ||
16206 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16207 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16209 for ac_last_try in false false false false false :; do
16210 . ./conf$$subs.sh ||
16211 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16213 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16214 if test $ac_delim_n = $ac_delim_num; then
16216 elif $ac_last_try; then
16217 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16219 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16222 rm -f conf$$subs.sh
16224 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16225 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16229 s/^/S["/; s
/!.
*/"]=/
16239 s/\(.\{148\}\)..*/\1/
16241 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16246 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16253 s/\(.\{148\}\)..*/\1/
16255 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16259 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16264 ' <conf$$subs.awk | sed '
16269 ' >>$CONFIG_STATUS || ac_write_fail=1
16270 rm -f conf$$subs.awk
16271 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16273 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16274 for (key in S) S_is_set[key] = 1
16280 nfields = split(line, field, "@
")
16282 len = length(field[1])
16283 for (i = 2; i < nfields; i++) {
16285 keylen = length(key)
16286 if (S_is_set[key]) {
16288 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16289 len += length(value) + length(field[++i])
16300 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16301 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16302 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16305 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16306 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16309 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16310 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16311 # trailing colons and then remove the whole line if VPATH becomes empty
16312 # (actually we leave an empty line to preserve line numbers).
16313 if test "x
$srcdir" = x.; then
16314 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16332 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16333 fi # test -n "$CONFIG_FILES"
16335 # Set up the scripts for CONFIG_HEADERS section.
16336 # No need to generate them if there are no CONFIG_HEADERS.
16337 # This happens for instance with `./config.status Makefile'.
16338 if test -n "$CONFIG_HEADERS"; then
16339 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
16343 # Transform confdefs.h into an awk script `defines.awk', embedded as
16344 # here-document in config.status, that substitutes the proper values into
16345 # config.h.in to produce config.h.
16347 # Create a delimiter string that does not exist in confdefs.h, to ease
16348 # handling of long lines.
16350 for ac_last_try in false false :; do
16351 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
16352 if test -z "$ac_tt"; then
16354 elif $ac_last_try; then
16355 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
16357 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16361 # For the awk script, D is an array of macro values keyed by name,
16362 # likewise P contains macro parameters if any. Preserve backslash
16363 # newline sequences.
16365 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16367 s/.\{148\}/&'"$ac_delim"'/g
16370 s/^[ ]*#[ ]*define[ ][ ]*/ /
16377 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
16379 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
16383 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
16384 D["\
1"]=" \
3\\\\\\n
"\\/p
16386 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
16391 s/.\{148\}/&'"$ac_delim"'/g
16396 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
16399 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
16401 ' <confdefs.h | sed '
16402 s/'"$ac_delim"'/"\\\
16403 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16405 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16406 for (key in D) D_is_set[key] = 1
16409 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16411 split(line, arg, " ")
16412 if (arg[1] == "#") {
16416 defundef
= substr
(arg
[1], 2)
16419 split(mac1
, mac2
, "(") #)
16421 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
16422 if (D_is_set
[macro
]) {
16423 # Preserve the white space surrounding the "#".
16424 print prefix
"define", macro P
[macro
] D
[macro
]
16427 # Replace #undef with comments. This is necessary, for example,
16428 # in the case of _POSIX_SOURCE, which is predefined and required
16429 # on some systems where configure will not decide to define it.
16430 if (defundef
== "undef") {
16431 print
"/*", prefix defundef
, macro
, "*/"
16439 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16440 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
16441 fi # test -n "$CONFIG_HEADERS"
16444 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16449 :[FHLC
]) ac_mode
=$ac_tag; continue;;
16451 case $ac_mode$ac_tag in
16453 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
16454 :[FH
]-) ac_tag
=-:-;;
16455 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
16472 -) ac_f
="$ac_tmp/stdin";;
16473 *) # Look for the file first in the build tree, then in the source tree
16474 # (if the path is not absolute). The absolute path cannot be DOS-style,
16475 # because $ac_f cannot contain `:'.
16479 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
16481 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16483 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16484 as_fn_append ac_file_inputs
" '$ac_f'"
16487 # Let's still pretend it is `configure' which instantiates (i.e., don't
16488 # use $as_me), people would be surprised to read:
16489 # /* config.h. Generated by config.status. */
16490 configure_input
='Generated from '`
16491 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16493 if test x
"$ac_file" != x-
; then
16494 configure_input
="$ac_file. $configure_input"
16495 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16496 $as_echo "$as_me: creating $ac_file" >&6;}
16498 # Neutralize special characters interpreted by sed in replacement strings.
16499 case $configure_input in #(
16500 *\
&* |
*\|
* |
*\\* )
16501 ac_sed_conf_input
=`$as_echo "$configure_input" |
16502 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16503 *) ac_sed_conf_input
=$configure_input;;
16507 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
16508 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
16513 ac_dir
=`$as_dirname -- "$ac_file" ||
16514 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16515 X"$ac_file" : 'X\(//\)[^/]' \| \
16516 X"$ac_file" : 'X\(//\)$' \| \
16517 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16518 $as_echo X"$ac_file" |
16519 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16523 /^X\(\/\/\)[^/].*/{
16536 as_dir
="$ac_dir"; as_fn_mkdir_p
16540 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16542 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16543 # A ".." for each directory in $ac_dir_suffix.
16544 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16545 case $ac_top_builddir_sub in
16546 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16547 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
16550 ac_abs_top_builddir
=$ac_pwd
16551 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
16552 # for backward compatibility:
16553 ac_top_builddir
=$ac_top_build_prefix
16556 .
) # We are building in place.
16558 ac_top_srcdir
=$ac_top_builddir_sub
16559 ac_abs_top_srcdir
=$ac_pwd ;;
16560 [\\/]* | ?
:[\\/]* ) # Absolute name.
16561 ac_srcdir
=$srcdir$ac_dir_suffix;
16562 ac_top_srcdir
=$srcdir
16563 ac_abs_top_srcdir
=$srcdir ;;
16564 *) # Relative name.
16565 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
16566 ac_top_srcdir
=$ac_top_build_prefix$srcdir
16567 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
16569 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
16579 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
16580 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
16582 ac_MKDIR_P
=$MKDIR_P
16584 [\\/$
]* | ?
:[\\/]* ) ;;
16585 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
16589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16590 # If the template does not know about datarootdir, expand it.
16591 # FIXME: This hack should be removed a few years after 2.60.
16592 ac_datarootdir_hack
=; ac_datarootdir_seen
=
16603 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16604 *datarootdir
*) ac_datarootdir_seen
=yes;;
16605 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
16606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16607 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16609 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16610 ac_datarootdir_hack='
16611 s&@datadir@&$datadir&g
16612 s&@docdir@&$docdir&g
16613 s&@infodir@&$infodir&g
16614 s&@localedir@&$localedir&g
16615 s&@mandir@&$mandir&g
16616 s&\\\${datarootdir}&$datarootdir&g' ;;
16620 # Neutralize VPATH when `$srcdir' = `.'.
16621 # Shell code in configure.ac might set extrasub.
16622 # FIXME: do we really want to maintain this feature?
16623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16624 ac_sed_extra="$ac_vpsub
16627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16629 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16630 s|@configure_input@|
$ac_sed_conf_input|
;t t
16631 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
16632 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
16633 s
&@srcdir@
&$ac_srcdir&;t t
16634 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
16635 s
&@top_srcdir@
&$ac_top_srcdir&;t t
16636 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
16637 s
&@builddir@
&$ac_builddir&;t t
16638 s
&@abs_builddir@
&$ac_abs_builddir&;t t
16639 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
16640 s
&@INSTALL@
&$ac_INSTALL&;t t
16641 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
16642 $ac_datarootdir_hack
16644 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
16645 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
16647 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16648 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
16649 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16650 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
16651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
16652 which seems to be undefined. Please make sure it is defined" >&5
16653 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
16654 which seems to be undefined. Please make sure it is defined" >&2;}
16656 rm -f "$ac_tmp/stdin"
16658 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16659 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16661 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16667 if test x"$ac_file" != x-; then
16669 $as_echo "/* $configure_input */" \
16670 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16671 } >"$ac_tmp/config.h" \
16672 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16673 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16674 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16675 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16678 mv "$ac_tmp/config.h" "$ac_file" \
16679 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16682 $as_echo "/* $configure_input */" \
16683 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16684 || as_fn_error $? "could not create -" "$LINENO" 5
16686 # Compute "$ac_file"'s index
in $config_headers.
16689 for _am_header
in $config_headers :; do
16690 case $_am_header in
16691 $_am_arg |
$_am_arg:* )
16694 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
16697 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16698 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16699 X"$_am_arg" : 'X\(//\)[^/]' \| \
16700 X"$_am_arg" : 'X\(//\)$' \| \
16701 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16702 $as_echo X"$_am_arg" |
16703 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16707 /^X\(\/\/\)[^/].*/{
16719 s/.*/./; q'`/stamp-h
$_am_stamp_count
16722 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16723 $as_echo "$as_me: executing $ac_file commands" >&6;}
16728 case $ac_file$ac_mode in
16729 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
16730 # Older Autoconf quotes --file arguments for eval, but not when files
16731 # are listed without --file. Let's play safe and only enable the eval
16732 # if we detect the quoting.
16733 case $CONFIG_FILES in
16734 *\'*) eval set x
"$CONFIG_FILES" ;;
16735 *) set x
$CONFIG_FILES ;;
16740 # Strip MF so we end up with the name of the file.
16741 mf
=`echo "$mf" | sed -e 's/:.*$//'`
16742 # Check whether this is an Automake generated Makefile or not.
16743 # We used to match only the files named 'Makefile.in', but
16744 # some people rename them; so instead we look at the file content.
16745 # Grep'ing the first line is not enough: some people post-process
16746 # each Makefile.in and add a new line on top of each file to say so.
16747 # Grep'ing the whole file is not good either: AIX grep has a line
16748 # limit of 2048, but all sed's we know have understand at least 4000.
16749 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
16750 dirpart
=`$as_dirname -- "$mf" ||
16751 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16752 X"$mf" : 'X\(//\)[^/]' \| \
16753 X"$mf" : 'X\(//\)$' \| \
16754 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16756 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16760 /^X\(\/\/\)[^/].*/{
16776 # Extract the definition of DEPDIR, am__include, and am__quote
16777 # from the Makefile without running 'make'.
16778 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
16779 test -z "$DEPDIR" && continue
16780 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
16781 test -z "$am__include" && continue
16782 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
16783 # Find all dependency output files, they are included files with
16784 # $(DEPDIR) in their names. We invoke sed twice because it is the
16785 # simplest approach to changing $(DEPDIR) to its actual value in the
16787 for file in `sed -n "
16788 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16789 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16790 # Make sure the directory exists.
16791 test -f "$dirpart/$file" && continue
16792 fdir
=`$as_dirname -- "$file" ||
16793 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16794 X"$file" : 'X\(//\)[^/]' \| \
16795 X"$file" : 'X\(//\)$' \| \
16796 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16797 $as_echo X"$file" |
16798 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16802 /^X\(\/\/\)[^/].*/{
16815 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
16816 # echo "creating $dirpart/$file"
16817 echo '# dummy' > "$dirpart/$file"
16824 # See if we are running on zsh, and set the options which allow our
16825 # commands through without removal of \ escapes.
16826 if test -n "${ZSH_VERSION+set}" ; then
16827 setopt NO_GLOB_SUBST
16830 cfgfile
="${ofile}T"
16831 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16834 cat <<_LT_EOF >> "$cfgfile"
16837 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16838 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16839 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16840 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16842 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16843 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16844 # Written by Gordon Matzigkeit, 1996
16846 # This file is part of GNU Libtool.
16848 # GNU Libtool is free software; you can redistribute it and/or
16849 # modify it under the terms of the GNU General Public License as
16850 # published by the Free Software Foundation; either version 2 of
16851 # the License, or (at your option) any later version.
16853 # As a special exception to the GNU General Public License,
16854 # if you distribute this file as part of a program or library that
16855 # is built using GNU Libtool, you may include this file under the
16856 # same distribution terms that you use for the rest of that program.
16858 # GNU Libtool is distributed in the hope that it will be useful,
16859 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16860 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16861 # GNU General Public License for more details.
16863 # You should have received a copy of the GNU General Public License
16864 # along with GNU Libtool; see the file COPYING. If not, a copy
16865 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16866 # obtained by writing to the Free Software Foundation, Inc.,
16867 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16870 # The names of the tagged configurations supported by this script.
16873 # ### BEGIN LIBTOOL CONFIG
16875 # Whether or not to build shared libraries.
16876 build_libtool_libs=$enable_shared
16878 # Which release of libtool.m4 was used?
16879 macro_version=$macro_version
16880 macro_revision=$macro_revision
16882 # Whether or not to build static libraries.
16883 build_old_libs=$enable_static
16885 # What type of objects to build.
16888 # Whether or not to optimize for fast installation.
16889 fast_install=$enable_fast_install
16891 # Shell to use when invoking shell scripts.
16894 # An echo program that protects backslashes.
16898 host_alias=$host_alias
16902 # The build system.
16903 build_alias=$build_alias
16907 # A sed program that does not truncate output.
16910 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16911 Xsed="\$SED -e 1s/^X//"
16913 # A grep program that handles long lines.
16919 # A literal string matcher.
16922 # A BSD- or MS-compatible name lister.
16925 # Whether we need soft or hard links.
16928 # What is the maximum length of a command?
16929 max_cmd_len=$max_cmd_len
16931 # Object file suffix (normally "o").
16934 # Executable file suffix (normally "").
16937 # whether the shell understands "unset".
16940 # turn spaces into newlines.
16943 # turn newlines into spaces.
16946 # An object symbol dumper.
16947 OBJDUMP=$lt_OBJDUMP
16949 # Method to check whether dependent libraries are shared objects.
16950 deplibs_check_method=$lt_deplibs_check_method
16952 # Command to use when deplibs_check_method == "file_magic".
16953 file_magic_cmd=$lt_file_magic_cmd
16957 AR_FLAGS=$lt_AR_FLAGS
16959 # A symbol stripping program.
16962 # Commands used to install an old-style archive.
16964 old_postinstall_cmds=$lt_old_postinstall_cmds
16965 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16967 # Whether to use a lock for old archive extraction.
16968 lock_old_archive_extraction=$lock_old_archive_extraction
16973 # LTCC compiler flags.
16974 LTCFLAGS=$lt_CFLAGS
16976 # Take the output of nm and produce a listing of raw symbols and C names.
16977 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16979 # Transform the output of nm in a proper C declaration.
16980 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16982 # Transform the output of nm in a C name address pair.
16983 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16985 # Transform the output of nm in a C name address pair when lib prefix is needed.
16986 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16988 # The name of the directory that contains temporary libtool files.
16991 # Used to examine libraries when file_magic_cmd begins with "file".
16992 MAGIC_CMD=$MAGIC_CMD
16994 # Must we lock files when doing compilation?
16995 need_locks=$lt_need_locks
16997 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16998 DSYMUTIL=$lt_DSYMUTIL
17000 # Tool to change global to local symbols on Mac OS X.
17003 # Tool to manipulate fat objects and archives on Mac OS X.
17006 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17009 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17010 OTOOL64=$lt_OTOOL64
17012 # Old archive suffix (normally "a").
17015 # Shared library suffix (normally ".so").
17016 shrext_cmds=$lt_shrext_cmds
17018 # The commands to extract the exported symbol list from a shared archive.
17019 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17021 # Variables whose values should be saved in libtool wrapper scripts and
17022 # restored at link time.
17023 variables_saved_for_relink=$lt_variables_saved_for_relink
17025 # Do we need the "lib" prefix for modules?
17026 need_lib_prefix=$need_lib_prefix
17028 # Do we need a version for libraries?
17029 need_version=$need_version
17031 # Library versioning type.
17032 version_type=$version_type
17034 # Shared library runtime path variable.
17035 runpath_var=$runpath_var
17037 # Shared library path variable.
17038 shlibpath_var=$shlibpath_var
17040 # Is shlibpath searched before the hard-coded library search path?
17041 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17043 # Format of library name prefix.
17044 libname_spec=$lt_libname_spec
17046 # List of archive names. First name is the real one, the rest are links.
17047 # The last name is the one that the linker finds with -lNAME
17048 library_names_spec=$lt_library_names_spec
17050 # The coded name of the library, if different from the real name.
17051 soname_spec=$lt_soname_spec
17053 # Permission mode override for installation of shared libraries.
17054 install_override_mode=$lt_install_override_mode
17056 # Command to use after installation of a shared archive.
17057 postinstall_cmds=$lt_postinstall_cmds
17059 # Command to use after uninstallation of a shared archive.
17060 postuninstall_cmds=$lt_postuninstall_cmds
17062 # Commands used to finish a libtool library installation in a directory.
17063 finish_cmds=$lt_finish_cmds
17065 # As "finish_cmds", except a single script fragment to be evaled but
17067 finish_eval=$lt_finish_eval
17069 # Whether we should hardcode library paths into libraries.
17070 hardcode_into_libs=$hardcode_into_libs
17072 # Compile-time system search path for libraries.
17073 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17075 # Run-time system search path for libraries.
17076 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17078 # Whether dlopen is supported.
17079 dlopen_support=$enable_dlopen
17081 # Whether dlopen of programs is supported.
17082 dlopen_self=$enable_dlopen_self
17084 # Whether dlopen of statically linked programs is supported.
17085 dlopen_self_static=$enable_dlopen_self_static
17087 # Commands to strip libraries.
17088 old_striplib=$lt_old_striplib
17089 striplib=$lt_striplib
17092 # The linker used to build libraries.
17095 # How to create reloadable object files.
17096 reload_flag=$lt_reload_flag
17097 reload_cmds=$lt_reload_cmds
17099 # Commands used to build an old-style archive.
17100 old_archive_cmds=$lt_old_archive_cmds
17102 # A language specific compiler.
17105 # Is the compiler the GNU compiler?
17108 # Compiler flag to turn off builtin functions.
17109 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17111 # How to pass a linker flag through the compiler.
17112 wl=$lt_lt_prog_compiler_wl
17114 # Additional compiler flags for building library objects.
17115 pic_flag=$lt_lt_prog_compiler_pic
17117 # Compiler flag to prevent dynamic linking.
17118 link_static_flag=$lt_lt_prog_compiler_static
17120 # Does compiler simultaneously support -c and -o options?
17121 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17123 # Whether or not to add -lc for building shared libraries.
17124 build_libtool_need_lc=$archive_cmds_need_lc
17126 # Whether or not to disallow shared libs when runtime libs are static.
17127 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17129 # Compiler flag to allow reflexive dlopens.
17130 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17132 # Compiler flag to generate shared objects directly from archives.
17133 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17135 # Whether the compiler copes with passing no objects directly.
17136 compiler_needs_object=$lt_compiler_needs_object
17138 # Create an old-style archive from a shared archive.
17139 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17141 # Create a temporary old-style archive to link instead of a shared archive.
17142 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17144 # Commands used to build a shared archive.
17145 archive_cmds=$lt_archive_cmds
17146 archive_expsym_cmds=$lt_archive_expsym_cmds
17148 # Commands used to build a loadable module if different from building
17149 # a shared archive.
17150 module_cmds=$lt_module_cmds
17151 module_expsym_cmds=$lt_module_expsym_cmds
17153 # Whether we are building with GNU ld or not.
17154 with_gnu_ld=$lt_with_gnu_ld
17156 # Flag that allows shared libraries with undefined symbols to be built.
17157 allow_undefined_flag=$lt_allow_undefined_flag
17159 # Flag that enforces no undefined symbols.
17160 no_undefined_flag=$lt_no_undefined_flag
17162 # Flag to hardcode \$libdir into a binary during linking.
17163 # This must work even if \$libdir does not exist
17164 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17166 # If ld is used when linking, flag to hardcode \$libdir into a binary
17167 # during linking. This must work even if \$libdir does not exist.
17168 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17170 # Whether we need a single "-rpath" flag with a separated argument.
17171 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17173 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17174 # DIR into the resulting binary.
17175 hardcode_direct=$hardcode_direct
17177 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17178 # DIR into the resulting binary and the resulting library dependency is
17179 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17180 # library is relocated.
17181 hardcode_direct_absolute=$hardcode_direct_absolute
17183 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17184 # into the resulting binary.
17185 hardcode_minus_L=$hardcode_minus_L
17187 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17188 # into the resulting binary.
17189 hardcode_shlibpath_var=$hardcode_shlibpath_var
17191 # Set to "yes" if building a shared library automatically hardcodes DIR
17192 # into the library and all subsequent libraries and executables linked
17194 hardcode_automatic=$hardcode_automatic
17196 # Set to yes if linker adds runtime paths of dependent libraries
17197 # to runtime path list.
17198 inherit_rpath=$inherit_rpath
17200 # Whether libtool must link a program against all its dependency libraries.
17201 link_all_deplibs=$link_all_deplibs
17203 # Fix the shell variable \$srcfile for the compiler.
17204 fix_srcfile_path=$lt_fix_srcfile_path
17206 # Set to "yes" if exported symbols are required.
17207 always_export_symbols=$always_export_symbols
17209 # The commands to list exported symbols.
17210 export_symbols_cmds=$lt_export_symbols_cmds
17212 # Symbols that should not be listed in the preloaded symbols.
17213 exclude_expsyms=$lt_exclude_expsyms
17215 # Symbols that must always be exported.
17216 include_expsyms=$lt_include_expsyms
17218 # Commands necessary for linking programs (against libraries) with templates.
17219 prelink_cmds=$lt_prelink_cmds
17221 # Specify filename containing input files.
17222 file_list_spec=$lt_file_list_spec
17224 # How to hardcode a shared library path into an executable.
17225 hardcode_action=$hardcode_action
17227 # ### END LIBTOOL CONFIG
17233 cat <<\_LT_EOF
>> "$cfgfile"
17234 # AIX sometimes has problems with the GCC collect2 program. For some
17235 # reason, if we set the COLLECT_NAMES environment variable, the problems
17236 # vanish in a puff of smoke.
17237 if test "X${COLLECT_NAMES+set}" != Xset
; then
17239 export COLLECT_NAMES
17246 ltmain
="$ac_aux_dir/ltmain.sh"
17249 # We use sed instead of cat because bash on DJGPP gets confused if
17250 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17251 # text mode, it properly converts lines to CR/LF. This bash problem
17252 # is reportedly fixed, but why not run on old versions too?
17253 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17254 ||
(rm -f "$cfgfile"; exit 1)
17258 cat << \_LT_EOF
>> "$cfgfile"
17260 # func_dirname file append nondir_replacement
17261 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17262 # otherwise set result to NONDIR_REPLACEMENT.
17266 */*) func_dirname_result
="${1%/*}${2}" ;;
17267 * ) func_dirname_result
="${3}" ;;
17271 # func_basename file
17274 func_basename_result
="${1##*/}"
17277 # func_dirname_and_basename file append nondir_replacement
17278 # perform func_basename and func_dirname in a single function
17280 # dirname: Compute the dirname of FILE. If nonempty,
17281 # add APPEND to the result, otherwise set result
17282 # to NONDIR_REPLACEMENT.
17283 # value returned in "$func_dirname_result"
17284 # basename: Compute filename of FILE.
17285 # value retuned in "$func_basename_result"
17286 # Implementation must be kept synchronized with func_dirname
17287 # and func_basename. For efficiency, we do not delegate to
17288 # those functions but instead duplicate the functionality here.
17289 func_dirname_and_basename
()
17292 */*) func_dirname_result
="${1%/*}${2}" ;;
17293 * ) func_dirname_result
="${3}" ;;
17295 func_basename_result
="${1##*/}"
17298 # func_stripname prefix suffix name
17299 # strip PREFIX and SUFFIX off of NAME.
17300 # PREFIX and SUFFIX must not contain globbing or regex special
17301 # characters, hashes, percent signs, but SUFFIX may contain a leading
17302 # dot (in which case that matches only a dot).
17305 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17306 # positional parameters, so assign one to ordinary parameter first.
17307 func_stripname_result
=${3}
17308 func_stripname_result
=${func_stripname_result#"${1}"}
17309 func_stripname_result
=${func_stripname_result%"${2}"}
17315 func_opt_split_opt
=${1%%=*}
17316 func_opt_split_arg
=${1#*=}
17323 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17324 *) func_lo2o_result
=${1} ;;
17328 # func_xform libobj-or-source
17331 func_xform_result
=${1%.*}.lo
17334 # func_arith arithmetic-term...
17337 func_arith_result
=$
(( $
* ))
17341 # STRING may not start with a hyphen.
17344 func_len_result
=${#1}
17349 *) # Bourne compatible functions.
17350 cat << \_LT_EOF
>> "$cfgfile"
17352 # func_dirname file append nondir_replacement
17353 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17354 # otherwise set result to NONDIR_REPLACEMENT.
17357 # Extract subdirectory from the argument.
17358 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
17359 if test "X$func_dirname_result" = "X${1}"; then
17360 func_dirname_result
="${3}"
17362 func_dirname_result
="$func_dirname_result${2}"
17366 # func_basename file
17369 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
17373 # func_stripname prefix suffix name
17374 # strip PREFIX and SUFFIX off of NAME.
17375 # PREFIX and SUFFIX must not contain globbing or regex special
17376 # characters, hashes, percent signs, but SUFFIX may contain a leading
17377 # dot (in which case that matches only a dot).
17378 # func_strip_suffix prefix name
17382 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17383 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17388 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17389 my_sed_long_arg
='1s/^-[^=]*=//'
17394 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17395 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17401 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
17404 # func_xform libobj-or-source
17407 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17410 # func_arith arithmetic-term...
17413 func_arith_result
=`expr "$@"`
17417 # STRING may not start with a hyphen.
17420 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17426 case $lt_shell_append in
17428 cat << \_LT_EOF
>> "$cfgfile"
17430 # func_append var value
17431 # Append VALUE to the end of shell variable VAR.
17439 cat << \_LT_EOF
>> "$cfgfile"
17441 # func_append var value
17442 # Append VALUE to the end of shell variable VAR.
17453 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17454 ||
(rm -f "$cfgfile"; exit 1)
17456 mv -f "$cfgfile" "$ofile" ||
17457 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17462 for ac_file
in $CONFIG_FILES; do
17463 # Support "outfile[:infile[:infile...]]"
17465 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17467 # PO directories have a Makefile.in generated from Makefile.in.in.
17468 case "$ac_file" in */Makefile.
in)
17469 # Adjust a relative srcdir.
17470 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17471 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
17472 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17473 # In autoconf-2.13 it is called $ac_given_srcdir.
17474 # In autoconf-2.50 it is called $srcdir.
17475 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
17476 case "$ac_given_srcdir" in
17477 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
17478 /*) top_srcdir
="$ac_given_srcdir" ;;
17479 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17481 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17482 rm -f "$ac_dir/POTFILES"
17483 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
17484 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17485 POMAKEFILEDEPS
="POTFILES.in"
17486 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17487 # on $ac_dir but don't depend on user-specified configuration
17489 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17490 # The LINGUAS file contains the set of available languages.
17491 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17492 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
17494 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17495 # Hide the ALL_LINGUAS assigment from automake.
17496 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17497 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
17499 # The set of available languages was given in configure.ac.
17500 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17502 case "$ac_given_srcdir" in
17504 *) srcdirpre
='$(srcdir)/' ;;
17510 for lang
in $ALL_LINGUAS; do
17511 POFILES
="$POFILES $srcdirpre$lang.po"
17512 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17513 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
17514 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
17516 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17517 # environment variable.
17519 if test -n "$ALL_LINGUAS"; then
17520 for presentlang
in $ALL_LINGUAS; do
17522 if test "%UNSET%" != "$LINGUAS"; then
17523 desiredlanguages
="$LINGUAS"
17525 desiredlanguages
="$ALL_LINGUAS"
17527 for desiredlang
in $desiredlanguages; do
17528 # Use the presentlang catalog if desiredlang is
17529 # a. equal to presentlang, or
17530 # b. a variant of presentlang (because in this case,
17531 # presentlang can be used as a fallback for messages
17532 # which are not translated in the desiredlang catalog).
17533 case "$desiredlang" in
17534 "$presentlang"*) useit
=yes;;
17537 if test $useit = yes; then
17538 INST_LINGUAS
="$INST_LINGUAS $presentlang"
17543 if test -n "$INST_LINGUAS"; then
17544 for lang
in $INST_LINGUAS; do
17545 CATALOGS
="$CATALOGS $lang.gmo"
17548 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
17549 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"
17550 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
17551 if test -f "$f"; then
17553 *.orig |
*.bak |
*~
) ;;
17554 *) cat "$f" >> "$ac_dir/Makefile" ;;
17565 *) srcdirpre
='$(srcdir)/' ;;
17569 for lang
in dummy
$OBSOLETE_ALL_LINGUAS; do
17570 if test $lang != dummy
; then
17571 POFILES
="$POFILES $srcdirpre$lang.po"
17572 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17575 sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17576 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17577 -e "s,@POFILES@,$POFILES," \
17578 -e "s,@GMOFILES@,$GMOFILES," \
17579 po
/Makefile.
in > po
/Makefile
;;
17587 ac_clean_files
=$ac_clean_files_save
17589 test $ac_write_fail = 0 ||
17590 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
17593 # configure is writing to config.log, and then calls config.status.
17594 # config.status does its own redirection, appending to config.log.
17595 # Unfortunately, on DOS this fails, as config.log is still kept open
17596 # by configure, so config.status won't be able to write to it; its
17597 # output is simply discarded. So we exec the FD to /dev/null,
17598 # effectively closing config.log, so it can be properly (re)opened and
17599 # appended to by config.status. When coming back to configure, we
17600 # need to make the FD available again.
17601 if test "$no_create" != yes; then
17603 ac_config_status_args
=
17604 test "$silent" = yes &&
17605 ac_config_status_args
="$ac_config_status_args --quiet"
17607 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
17609 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17610 # would make configure fail if this is the last instruction.
17611 $ac_cs_success || as_fn_exit
1
17613 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
17614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17615 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17620 touch config.status.tmp
17621 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
17622 sed '/as_fn_exit 0/i \
17623 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17624 touch --reference=Makefile Makefile.tmp \
17625 mv Makefile.tmp Makefile \
17626 ' config.status
> config.status.tmp
17627 touch --reference=config.status config.status.tmp
17628 mv config.status.tmp config.status
17629 chmod +x config.status
17630 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
17631 touch --reference=Makefile Makefile.tmp
17632 mv Makefile.tmp Makefile
17634 rm -f config.status.tmp