2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for libsframe BFD_VERSION.
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.
588 PACKAGE_NAME
='libsframe'
589 PACKAGE_TARNAME
='libsframe'
590 PACKAGE_VERSION
='BFD_VERSION'
591 PACKAGE_STRING
='libsframe BFD_VERSION'
595 ac_unique_file
="sframe.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
644 MAINTAINER_MODE_FALSE
646 HAVE_LD_VERSION_SCRIPT_FALSE
647 HAVE_LD_VERSION_SCRIPT_TRUE
648 HAVE_SOLARIS_LD_FALSE
653 HAVE_COMPAT_DEJAGNU_FALSE
654 HAVE_COMPAT_DEJAGNU_TRUE
655 ac_libsframe_warn_cflags
695 INSTALL_STRIP_PROGRAM
759 program_transform_name
772 enable_option_checking
773 enable_dependency_tracking
782 enable_maintainer_mode
783 enable_install_libbfd
785 ac_precious_vars
='build_alias
796 # Initialize some variables set by options.
798 ac_init_version
=false
799 ac_unrecognized_opts
=
801 # The variables have the same names as the options, with
802 # dashes changed to underlines.
810 program_transform_name
=s
,x
,x
,
818 # Installation directory options.
819 # These are left unexpanded so users can "make install exec_prefix=/foo"
820 # and all the variables that are supposed to be based on exec_prefix
821 # by default will actually change.
822 # Use braces instead of parens because sh, perl, etc. also accept them.
823 # (The list follows the same order as the GNU Coding Standards.)
824 bindir
='${exec_prefix}/bin'
825 sbindir
='${exec_prefix}/sbin'
826 libexecdir
='${exec_prefix}/libexec'
827 datarootdir
='${prefix}/share'
828 datadir
='${datarootdir}'
829 sysconfdir
='${prefix}/etc'
830 sharedstatedir
='${prefix}/com'
831 localstatedir
='${prefix}/var'
832 includedir
='${prefix}/include'
833 oldincludedir
='/usr/include'
834 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
835 infodir
='${datarootdir}/info'
840 libdir
='${exec_prefix}/lib'
841 localedir
='${datarootdir}/locale'
842 mandir
='${datarootdir}/man'
848 # If the previous option needs an argument, assign it.
849 if test -n "$ac_prev"; then
850 eval $ac_prev=\
$ac_option
856 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 # Accept the important Cygnus configure options, so we can diagnose typos.
863 case $ac_dashdash$ac_option in
867 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
869 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
872 -build |
--build |
--buil |
--bui |
--bu)
873 ac_prev
=build_alias
;;
874 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
875 build_alias
=$ac_optarg ;;
877 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
878 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
879 ac_prev
=cache_file
;;
880 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
881 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
882 cache_file
=$ac_optarg ;;
885 cache_file
=config.cache
;;
887 -datadir |
--datadir |
--datadi |
--datad)
889 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
890 datadir
=$ac_optarg ;;
892 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
893 |
--dataroo |
--dataro |
--datar)
894 ac_prev
=datarootdir
;;
895 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
896 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
897 datarootdir
=$ac_optarg ;;
899 -disable-* |
--disable-*)
900 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
901 # Reject names that are not valid shell variable names.
902 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
903 as_fn_error $?
"invalid feature name: $ac_useropt"
904 ac_useropt_orig
=$ac_useropt
905 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
906 case $ac_user_opts in
910 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
911 ac_unrecognized_sep
=', ';;
913 eval enable_
$ac_useropt=no
;;
915 -docdir |
--docdir |
--docdi |
--doc |
--do)
917 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
920 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
922 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
925 -enable-* |
--enable-*)
926 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
929 as_fn_error $?
"invalid feature name: $ac_useropt"
930 ac_useropt_orig
=$ac_useropt
931 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
932 case $ac_user_opts in
936 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
937 ac_unrecognized_sep
=', ';;
939 eval enable_
$ac_useropt=\
$ac_optarg ;;
941 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
942 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
943 |
--exec |
--exe |
--ex)
944 ac_prev
=exec_prefix
;;
945 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
946 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
947 |
--exec=* |
--exe=* |
--ex=*)
948 exec_prefix
=$ac_optarg ;;
950 -gas |
--gas |
--ga |
--g)
951 # Obsolete; use --with-gas.
954 -help |
--help |
--hel |
--he |
-h)
956 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
957 ac_init_help
=recursive
;;
958 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
959 ac_init_help
=short
;;
961 -host |
--host |
--hos |
--ho)
962 ac_prev
=host_alias
;;
963 -host=* |
--host=* |
--hos=* |
--ho=*)
964 host_alias
=$ac_optarg ;;
966 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
968 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
970 htmldir
=$ac_optarg ;;
972 -includedir |
--includedir |
--includedi |
--included |
--include \
973 |
--includ |
--inclu |
--incl |
--inc)
974 ac_prev
=includedir
;;
975 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
976 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
977 includedir
=$ac_optarg ;;
979 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
981 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
982 infodir
=$ac_optarg ;;
984 -libdir |
--libdir |
--libdi |
--libd)
986 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
989 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
990 |
--libexe |
--libex |
--libe)
991 ac_prev
=libexecdir
;;
992 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
993 |
--libexe=* |
--libex=* |
--libe=*)
994 libexecdir
=$ac_optarg ;;
996 -localedir |
--localedir |
--localedi |
--localed |
--locale)
998 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
999 localedir
=$ac_optarg ;;
1001 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1002 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1003 ac_prev
=localstatedir
;;
1004 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1005 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1006 localstatedir
=$ac_optarg ;;
1008 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1010 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1011 mandir
=$ac_optarg ;;
1013 -nfp |
--nfp |
--nf)
1014 # Obsolete; use --without-fp.
1017 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1018 |
--no-cr |
--no-c |
-n)
1021 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1022 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1025 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1026 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1027 |
--oldin |
--oldi |
--old |
--ol |
--o)
1028 ac_prev
=oldincludedir
;;
1029 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1030 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1031 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1032 oldincludedir
=$ac_optarg ;;
1034 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1036 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1037 prefix
=$ac_optarg ;;
1039 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1040 |
--program-pre |
--program-pr |
--program-p)
1041 ac_prev
=program_prefix
;;
1042 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1043 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1044 program_prefix
=$ac_optarg ;;
1046 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1047 |
--program-suf |
--program-su |
--program-s)
1048 ac_prev
=program_suffix
;;
1049 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1050 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1051 program_suffix
=$ac_optarg ;;
1053 -program-transform-name |
--program-transform-name \
1054 |
--program-transform-nam |
--program-transform-na \
1055 |
--program-transform-n |
--program-transform- \
1056 |
--program-transform |
--program-transfor \
1057 |
--program-transfo |
--program-transf \
1058 |
--program-trans |
--program-tran \
1059 |
--progr-tra |
--program-tr |
--program-t)
1060 ac_prev
=program_transform_name
;;
1061 -program-transform-name=* |
--program-transform-name=* \
1062 |
--program-transform-nam=* |
--program-transform-na=* \
1063 |
--program-transform-n=* |
--program-transform-=* \
1064 |
--program-transform=* |
--program-transfor=* \
1065 |
--program-transfo=* |
--program-transf=* \
1066 |
--program-trans=* |
--program-tran=* \
1067 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1068 program_transform_name
=$ac_optarg ;;
1070 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1072 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1073 pdfdir
=$ac_optarg ;;
1075 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1077 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1080 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1081 |
-silent |
--silent |
--silen |
--sile |
--sil)
1084 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1086 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1088 sbindir
=$ac_optarg ;;
1090 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1091 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1092 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1094 ac_prev
=sharedstatedir
;;
1095 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1096 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1097 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1099 sharedstatedir
=$ac_optarg ;;
1101 -site |
--site |
--sit)
1103 -site=* |
--site=* |
--sit=*)
1106 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1108 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1109 srcdir
=$ac_optarg ;;
1111 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1112 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1113 ac_prev
=sysconfdir
;;
1114 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1115 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1116 sysconfdir
=$ac_optarg ;;
1118 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1119 ac_prev
=target_alias
;;
1120 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1121 target_alias
=$ac_optarg ;;
1123 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1126 -version |
--version |
--versio |
--versi |
--vers |
-V)
1127 ac_init_version
=: ;;
1130 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1131 # Reject names that are not valid shell variable names.
1132 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1133 as_fn_error $?
"invalid package name: $ac_useropt"
1134 ac_useropt_orig
=$ac_useropt
1135 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1136 case $ac_user_opts in
1140 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1141 ac_unrecognized_sep
=', ';;
1143 eval with_
$ac_useropt=\
$ac_optarg ;;
1145 -without-* |
--without-*)
1146 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1147 # Reject names that are not valid shell variable names.
1148 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1149 as_fn_error $?
"invalid package name: $ac_useropt"
1150 ac_useropt_orig
=$ac_useropt
1151 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1152 case $ac_user_opts in
1156 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1157 ac_unrecognized_sep
=', ';;
1159 eval with_
$ac_useropt=no
;;
1162 # Obsolete; use --with-x.
1165 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1166 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1167 ac_prev
=x_includes
;;
1168 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1169 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1170 x_includes
=$ac_optarg ;;
1172 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1173 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1174 ac_prev
=x_libraries
;;
1175 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1176 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1177 x_libraries
=$ac_optarg ;;
1179 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1180 Try \`$0 --help' for more information"
1184 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1185 # Reject names that are not valid shell variable names.
1186 case $ac_envvar in #(
1187 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1188 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1190 eval $ac_envvar=\
$ac_optarg
1191 export $ac_envvar ;;
1194 # FIXME: should be removed in autoconf 3.0.
1195 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1196 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1197 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1198 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1204 if test -n "$ac_prev"; then
1205 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1206 as_fn_error $?
"missing argument to $ac_option"
1209 if test -n "$ac_unrecognized_opts"; then
1210 case $enable_option_checking in
1212 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1213 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1217 # Check all directory arguments for consistency.
1218 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1219 datadir sysconfdir sharedstatedir localstatedir includedir \
1220 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1221 libdir localedir mandir
1223 eval ac_val
=\$
$ac_var
1224 # Remove trailing slashes.
1227 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1228 eval $ac_var=\
$ac_val;;
1230 # Be sure to have absolute directory names.
1232 [\\/$
]* | ?
:[\\/]* ) continue;;
1233 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1235 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1238 # There might be people who depend on the old broken behavior: `$host'
1239 # used to hold the argument of --host etc.
1240 # FIXME: To remove some day.
1243 target
=$target_alias
1245 # FIXME: To remove some day.
1246 if test "x$host_alias" != x
; then
1247 if test "x$build_alias" = x
; then
1248 cross_compiling
=maybe
1249 elif test "x$build_alias" != "x$host_alias"; then
1255 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1257 test "$silent" = yes && exec 6>/dev
/null
1260 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1261 ac_ls_di
=`ls -di .` &&
1262 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1263 as_fn_error $?
"working directory cannot be determined"
1264 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1265 as_fn_error $?
"pwd does not report name of working directory"
1268 # Find the source files, if location was not specified.
1269 if test -z "$srcdir"; then
1270 ac_srcdir_defaulted
=yes
1271 # Try the directory containing this script, then the parent directory.
1272 ac_confdir
=`$as_dirname -- "$as_myself" ||
1273 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1274 X"$as_myself" : 'X\(//\)[^/]' \| \
1275 X"$as_myself" : 'X\(//\)$' \| \
1276 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1277 $as_echo X"$as_myself" |
1278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1296 if test ! -r "$srcdir/$ac_unique_file"; then
1300 ac_srcdir_defaulted
=no
1302 if test ! -r "$srcdir/$ac_unique_file"; then
1303 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1304 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1306 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1308 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1310 # When building in place, set srcdir=.
1311 if test "$ac_abs_confdir" = "$ac_pwd"; then
1314 # Remove unnecessary trailing slashes from srcdir.
1315 # Double slashes in file names in object file debugging info
1316 # mess up M-x gdb in Emacs.
1318 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320 for ac_var
in $ac_precious_vars; do
1321 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1322 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1323 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1324 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1328 # Report the --help message.
1330 if test "$ac_init_help" = "long"; then
1331 # Omit some internal or obsolete options to make the list less imposing.
1332 # This message is too long to be a string in the A/UX 3.1 sh.
1334 \`configure' configures libsframe BFD_VERSION to adapt to many kinds of systems.
1336 Usage: $0 [OPTION]... [VAR=VALUE]...
1338 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1339 VAR=VALUE. See below for descriptions of some of the useful variables.
1341 Defaults for the options are specified in brackets.
1344 -h, --help display this help and exit
1345 --help=short display options specific to this package
1346 --help=recursive display the short help of all the included packages
1347 -V, --version display version information and exit
1348 -q, --quiet, --silent do not print \`checking ...' messages
1349 --cache-file=FILE cache test results in FILE [disabled]
1350 -C, --config-cache alias for \`--cache-file=config.cache'
1351 -n, --no-create do not create output files
1352 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354 Installation directories:
1355 --prefix=PREFIX install architecture-independent files in PREFIX
1356 [$ac_default_prefix]
1357 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1360 By default, \`make install' will install all the files in
1361 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1362 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1363 for instance \`--prefix=\$HOME'.
1365 For better control, use the options below.
1367 Fine tuning of the installation directories:
1368 --bindir=DIR user executables [EPREFIX/bin]
1369 --sbindir=DIR system admin executables [EPREFIX/sbin]
1370 --libexecdir=DIR program executables [EPREFIX/libexec]
1371 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1372 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1373 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1374 --libdir=DIR object code libraries [EPREFIX/lib]
1375 --includedir=DIR C header files [PREFIX/include]
1376 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1377 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1378 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1379 --infodir=DIR info documentation [DATAROOTDIR/info]
1380 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1381 --mandir=DIR man documentation [DATAROOTDIR/man]
1382 --docdir=DIR documentation root [DATAROOTDIR/doc/libsframe]
1383 --htmldir=DIR html documentation [DOCDIR]
1384 --dvidir=DIR dvi documentation [DOCDIR]
1385 --pdfdir=DIR pdf documentation [DOCDIR]
1386 --psdir=DIR ps documentation [DOCDIR]
1392 --program-prefix=PREFIX prepend PREFIX to installed program names
1393 --program-suffix=SUFFIX append SUFFIX to installed program names
1394 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1397 --build=BUILD configure
for building on BUILD
[guessed
]
1398 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1399 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1403 if test -n "$ac_init_help"; then
1404 case $ac_init_help in
1405 short | recursive
) echo "Configuration of libsframe BFD_VERSION:";;
1410 --disable-option-checking ignore unrecognized
--enable/--with options
1411 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1412 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1413 --enable-dependency-tracking
1414 do not reject slow dependency extractors
1415 --disable-dependency-tracking
1416 speeds up one-time build
1417 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1418 --disable-silent-rules verbose build output
(undo
: "make V=0")
1419 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1420 --enable-static[=PKGS
] build static libraries
[default
=yes]
1421 --enable-fast-install[=PKGS
]
1422 optimize
for fast installation
[default
=yes]
1423 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1424 --disable-largefile omit support
for large files
1425 --enable-maintainer-mode
1426 enable make rules and dependencies not useful
(and
1427 sometimes confusing
) to the casual installer
1428 --enable-install-libbfd controls installation of libbfd and related headers
1431 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1432 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1433 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1435 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1437 Some influential environment variables
:
1438 CC C compiler
command
1439 CFLAGS C compiler flags
1440 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1441 nonstandard directory
<lib dir
>
1442 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1443 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1444 you have headers
in a nonstandard directory
<include dir
>
1447 Use these variables to override the choices made by
`configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to the package provider.
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" ||
1459 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1466 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1467 # A ".." for each directory in $ac_dir_suffix.
1468 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1469 case $ac_top_builddir_sub in
1470 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1471 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1474 ac_abs_top_builddir=$ac_pwd
1475 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1476 # for backward compatibility:
1477 ac_top_builddir=$ac_top_build_prefix
1480 .) # We are building in place.
1482 ac_top_srcdir=$ac_top_builddir_sub
1483 ac_abs_top_srcdir=$ac_pwd ;;
1484 [\\/]* | ?:[\\/]* ) # Absolute name.
1485 ac_srcdir=$srcdir$ac_dir_suffix;
1486 ac_top_srcdir=$srcdir
1487 ac_abs_top_srcdir=$srcdir ;;
1489 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1490 ac_top_srcdir=$ac_top_build_prefix$srcdir
1491 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1493 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1495 cd "$ac_dir" || { ac_status=$?; continue; }
1496 # Check for guested configure.
1497 if test -f "$ac_srcdir/configure.gnu"; then
1499 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1500 elif test -f "$ac_srcdir/configure"; then
1502 $SHELL "$ac_srcdir/configure" --help=recursive
1504 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1506 cd "$ac_pwd" || { ac_status=$?; break; }
1510 test -n "$ac_init_help" && exit $ac_status
1511 if $ac_init_version; then
1513 libsframe configure BFD_VERSION
1514 generated by GNU Autoconf 2.69
1516 Copyright (C) 2012 Free Software Foundation, Inc.
1517 This configure script is free software; the Free Software Foundation
1518 gives unlimited permission to copy, distribute and modify it.
1523 ## ------------------------ ##
1524 ## Autoconf initialization. ##
1525 ## ------------------------ ##
1527 # ac_fn_c_try_compile LINENO
1528 # --------------------------
1529 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1530 ac_fn_c_try_compile ()
1532 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1533 rm -f conftest.$ac_objext
1534 if { { ac_try="$ac_compile"
1536 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1537 *) ac_try_echo
=$ac_try;;
1539 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1540 $as_echo "$ac_try_echo"; } >&5
1541 (eval "$ac_compile") 2>conftest.err
1543 if test -s conftest.err
; then
1544 grep -v '^ *+' conftest.err
>conftest.er1
1545 cat conftest.er1
>&5
1546 mv -f conftest.er1 conftest.err
1548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1549 test $ac_status = 0; } && {
1550 test -z "$ac_c_werror_flag" ||
1551 test ! -s conftest.err
1552 } && test -s conftest.
$ac_objext; then :
1555 $as_echo "$as_me: failed program was:" >&5
1556 sed 's/^/| /' conftest.
$ac_ext >&5
1560 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1561 as_fn_set_status
$ac_retval
1563 } # ac_fn_c_try_compile
1565 # ac_fn_c_try_cpp LINENO
1566 # ----------------------
1567 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1570 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1571 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1573 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1574 *) ac_try_echo=$ac_try;;
1576 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1577 $as_echo "$ac_try_echo"; } >&5
1578 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1580 if test -s conftest.err; then
1581 grep -v '^ *+' conftest.err >conftest.er1
1582 cat conftest.er1 >&5
1583 mv -f conftest.er1 conftest.err
1585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1586 test $ac_status = 0; } > conftest.i && {
1587 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1588 test ! -s conftest.err
1592 $as_echo "$as_me: failed program was:" >&5
1593 sed 's/^/| /' conftest.$ac_ext >&5
1597 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1598 as_fn_set_status $ac_retval
1602 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1603 # -------------------------------------------------------
1604 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1605 # the include files in INCLUDES and setting the cache variable VAR
1607 ac_fn_c_check_header_mongrel ()
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 if eval \${$3+:} false; then :
1611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1612 $as_echo_n "checking for $2... " >&6; }
1613 if eval \${$3+:} false; then :
1614 $as_echo_n "(cached) " >&6
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1618 $as_echo "$ac_res" >&6; }
1620 # Is the header compilable?
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1622 $as_echo_n "checking $2 usability... " >&6; }
1623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1624 /* end confdefs.h. */
1628 if ac_fn_c_try_compile "$LINENO"; then :
1629 ac_header_compiler=yes
1631 ac_header_compiler=no
1633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1635 $as_echo "$ac_header_compiler" >&6; }
1637 # Is the header present?
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1639 $as_echo_n "checking $2 presence... " >&6; }
1640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1641 /* end confdefs.h. */
1644 if ac_fn_c_try_cpp "$LINENO"; then :
1645 ac_header_preproc=yes
1647 ac_header_preproc=no
1649 rm -f conftest.err conftest.i conftest.$ac_ext
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1651 $as_echo "$ac_header_preproc" >&6; }
1653 # So? What about this header?
1654 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1657 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1659 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1663 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1665 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1667 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1669 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1671 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if eval \${$3+:} false; then :
1677 $as_echo_n "(cached) " >&6
1679 eval "$3=\$ac_header_compiler"
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1683 $as_echo "$ac_res" >&6; }
1685 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1687 } # ac_fn_c_check_header_mongrel
1689 # ac_fn_c_try_run LINENO
1690 # ----------------------
1691 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1692 # that executables *can* be run.
1695 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1696 if { { ac_try="$ac_link"
1698 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1699 *) ac_try_echo
=$ac_try;;
1701 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1702 $as_echo "$ac_try_echo"; } >&5
1703 (eval "$ac_link") 2>&5
1705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1706 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1707 { { case "(($ac_try" in
1708 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1709 *) ac_try_echo=$ac_try;;
1711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1712 $as_echo "$ac_try_echo"; } >&5
1713 (eval "$ac_try") 2>&5
1715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716 test $ac_status = 0; }; }; then :
1719 $as_echo "$as_me: program exited with status $ac_status" >&5
1720 $as_echo "$as_me: failed program was:" >&5
1721 sed 's/^/| /' conftest.$ac_ext >&5
1723 ac_retval=$ac_status
1725 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1726 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1727 as_fn_set_status $ac_retval
1731 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1732 # -------------------------------------------------------
1733 # Tests whether HEADER exists and can be compiled using the include files in
1734 # INCLUDES, setting the cache variable VAR accordingly.
1735 ac_fn_c_check_header_compile ()
1737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739 $as_echo_n "checking for $2... " >&6; }
1740 if eval \${$3+:} false; then :
1741 $as_echo_n "(cached) " >&6
1743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1744 /* end confdefs.h. */
1748 if ac_fn_c_try_compile "$LINENO"; then :
1753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1757 $as_echo "$ac_res" >&6; }
1758 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1760 } # ac_fn_c_check_header_compile
1762 # ac_fn_c_try_link LINENO
1763 # -----------------------
1764 # Try to link conftest.$ac_ext, and return whether this succeeded.
1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768 rm -f conftest.$ac_objext conftest$ac_exeext
1769 if { { ac_try="$ac_link"
1771 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1772 *) ac_try_echo
=$ac_try;;
1774 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776 (eval "$ac_link") 2>conftest.err
1778 if test -s conftest.err
; then
1779 grep -v '^ *+' conftest.err
>conftest.er1
1780 cat conftest.er1
>&5
1781 mv -f conftest.er1 conftest.err
1783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1784 test $ac_status = 0; } && {
1785 test -z "$ac_c_werror_flag" ||
1786 test ! -s conftest.err
1787 } && test -s conftest
$ac_exeext && {
1788 test "$cross_compiling" = yes ||
1789 test -x conftest
$ac_exeext
1793 $as_echo "$as_me: failed program was:" >&5
1794 sed 's/^/| /' conftest.
$ac_ext >&5
1798 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1799 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1800 # interfere with the next link command; also delete a directory that is
1801 # left behind by Apple's compiler. We do this before executing the actions.
1802 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1803 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1804 as_fn_set_status
$ac_retval
1806 } # ac_fn_c_try_link
1808 # ac_fn_c_check_func LINENO FUNC VAR
1809 # ----------------------------------
1810 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1811 ac_fn_c_check_func
()
1813 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1815 $as_echo_n "checking for $2... " >&6; }
1816 if eval \
${$3+:} false
; then :
1817 $as_echo_n "(cached) " >&6
1819 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1820 /* end confdefs.h. */
1821 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1822 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1823 #define $2 innocuous_$2
1825 /* System header to define __stub macros and hopefully few prototypes,
1826 which can conflict with char $2 (); below.
1827 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1828 <limits.h> exists even on freestanding compilers. */
1831 # include <limits.h>
1833 # include <assert.h>
1838 /* Override any GCC internal prototype to avoid an error.
1839 Use char because int might match the return type of a GCC
1840 builtin and then its argument prototype would still apply. */
1845 /* The GNU C library defines this for functions which it implements
1846 to always fail with ENOSYS. Some functions are actually named
1847 something starting with __ and the normal name is an alias. */
1848 #if defined __stub_$2 || defined __stub___$2
1860 if ac_fn_c_try_link
"$LINENO"; then :
1865 rm -f core conftest.err conftest.
$ac_objext \
1866 conftest
$ac_exeext conftest.
$ac_ext
1869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1870 $as_echo "$ac_res" >&6; }
1871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1873 } # ac_fn_c_check_func
1875 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1876 # ---------------------------------------------
1877 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1879 ac_fn_c_check_decl
()
1881 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1882 as_decl_name
=`echo $2|sed 's/ *(.*//'`
1883 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1885 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1886 if eval \
${$3+:} false
; then :
1887 $as_echo_n "(cached) " >&6
1889 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1890 /* end confdefs.h. */
1895 #ifndef $as_decl_name
1897 (void) $as_decl_use;
1899 (void) $as_decl_name;
1907 if ac_fn_c_try_compile
"$LINENO"; then :
1912 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1916 $as_echo "$ac_res" >&6; }
1917 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1919 } # ac_fn_c_check_decl
1920 cat >config.log
<<_ACEOF
1921 This file contains any messages produced by compilers while
1922 running configure, to aid debugging if configure makes a mistake.
1924 It was created by libsframe $as_me BFD_VERSION, which was
1925 generated by GNU Autoconf 2.69. Invocation command line was
1937 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1938 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1939 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1940 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1941 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1943 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1944 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1946 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1947 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1948 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1949 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1950 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1951 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1952 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1956 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1960 test -z "$as_dir" && as_dir
=.
1961 $as_echo "PATH: $as_dir"
1977 # Keep a trace of the command line.
1978 # Strip out --no-create and --no-recursion so they do not pile up.
1979 # Strip out --silent because we don't want to record it for future runs.
1980 # Also quote any args containing shell meta-characters.
1981 # Make two passes to allow for proper duplicate-argument suppression.
1985 ac_must_keep_next
=false
1991 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1992 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1993 |
-silent |
--silent |
--silen |
--sile |
--sil)
1996 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1999 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2001 as_fn_append ac_configure_args1
" '$ac_arg'"
2002 if test $ac_must_keep_next = true
; then
2003 ac_must_keep_next
=false
# Got value, back to normal.
2006 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2007 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2008 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2009 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2010 case "$ac_configure_args0 " in
2011 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2014 -* ) ac_must_keep_next
=true
;;
2017 as_fn_append ac_configure_args
" '$ac_arg'"
2022 { ac_configure_args0
=; unset ac_configure_args0
;}
2023 { ac_configure_args1
=; unset ac_configure_args1
;}
2025 # When interrupted or exit'd, cleanup temporary files, and complete
2026 # config.log. We remove comments because anyway the quotes in there
2027 # would cause problems or look ugly.
2028 # WARNING: Use '\'' to represent an apostrophe within the trap.
2029 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2030 trap 'exit_status=$?
2031 # Save into config.log some information that might help in debugging.
2035 $as_echo "## ---------------- ##
2036 ## Cache variables. ##
2037 ## ---------------- ##"
2039 # The following way of writing the cache mishandles newlines in values,
2041 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2042 eval ac_val=\$$ac_var
2046 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2047 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2050 _ | IFS | as_nl) ;; #(
2051 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2052 *) { eval $ac_var=; unset $ac_var;} ;;
2057 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2058 *${as_nl}ac_space=\ *)
2060 "s/'\''/'\''\\\\'\'''\''/g;
2061 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2064 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2071 $as_echo "## ----------------- ##
2072 ## Output variables. ##
2073 ## ----------------- ##"
2075 for ac_var in $ac_subst_vars
2077 eval ac_val=\$$ac_var
2079 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2081 $as_echo "$ac_var='\''$ac_val'\''"
2085 if test -n "$ac_subst_files"; then
2086 $as_echo "## ------------------- ##
2087 ## File substitutions. ##
2088 ## ------------------- ##"
2090 for ac_var
in $ac_subst_files
2092 eval ac_val
=\$
$ac_var
2094 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2096 $as_echo "$ac_var='\''$ac_val'\''"
2101 if test -s confdefs.h; then
2102 $as_echo "## ----------- ##
2109 test "$ac_signal" != 0 &&
2110 $as_echo "$as_me: caught signal $ac_signal"
2111 $as_echo "$as_me: exit $exit_status"
2113 rm -f core *.core core.conftest.* &&
2114 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2117 for ac_signal
in 1 2 13 15; do
2118 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2122 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2123 rm -f -r conftest
* confdefs.h
2125 $as_echo "/* confdefs.h */" > confdefs.h
2127 # Predefined preprocessor variables.
2129 cat >>confdefs.h
<<_ACEOF
2130 #define PACKAGE_NAME "$PACKAGE_NAME"
2133 cat >>confdefs.h
<<_ACEOF
2134 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2137 cat >>confdefs.h
<<_ACEOF
2138 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2141 cat >>confdefs.h
<<_ACEOF
2142 #define PACKAGE_STRING "$PACKAGE_STRING"
2145 cat >>confdefs.h
<<_ACEOF
2146 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2149 cat >>confdefs.h
<<_ACEOF
2150 #define PACKAGE_URL "$PACKAGE_URL"
2154 # Let the site file select an alternate cache file if it wants to.
2155 # Prefer an explicitly selected file to automatically selected ones.
2158 if test -n "$CONFIG_SITE"; then
2159 # We do not want a PATH search for config.site.
2160 case $CONFIG_SITE in #((
2161 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2162 */*) ac_site_file1
=$CONFIG_SITE;;
2163 *) ac_site_file1
=.
/$CONFIG_SITE;;
2165 elif test "x$prefix" != xNONE
; then
2166 ac_site_file1
=$prefix/share
/config.site
2167 ac_site_file2
=$prefix/etc
/config.site
2169 ac_site_file1
=$ac_default_prefix/share
/config.site
2170 ac_site_file2
=$ac_default_prefix/etc
/config.site
2172 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2174 test "x$ac_site_file" = xNONE
&& continue
2175 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2177 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2178 sed 's/^/| /' "$ac_site_file" >&5
2180 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2182 as_fn_error $?
"failed to load site script $ac_site_file
2183 See \`config.log' for more details" "$LINENO" 5; }
2187 if test -r "$cache_file"; then
2188 # Some versions of bash will fail to source /dev/null (special files
2189 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2190 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2192 $as_echo "$as_me: loading cache $cache_file" >&6;}
2194 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2195 *) .
"./$cache_file";;
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2200 $as_echo "$as_me: creating cache $cache_file" >&6;}
2204 as_fn_append ac_header_list
" stdlib.h"
2205 as_fn_append ac_header_list
" unistd.h"
2206 as_fn_append ac_header_list
" sys/param.h"
2207 # Check that the precious variables saved in the cache have kept the same
2209 ac_cache_corrupted
=false
2210 for ac_var
in $ac_precious_vars; do
2211 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2212 eval ac_new_set
=\
$ac_env_${ac_var}_set
2213 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2214 eval ac_new_val
=\
$ac_env_${ac_var}_value
2215 case $ac_old_set,$ac_new_set in
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2218 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2219 ac_cache_corrupted
=: ;;
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2222 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2223 ac_cache_corrupted
=: ;;
2226 if test "x$ac_old_val" != "x$ac_new_val"; then
2227 # differences in whitespace do not lead to failure.
2228 ac_old_val_w
=`echo x $ac_old_val`
2229 ac_new_val_w
=`echo x $ac_new_val`
2230 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2231 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2232 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2233 ac_cache_corrupted
=:
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2236 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2237 eval $ac_var=\
$ac_old_val
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2240 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2242 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2245 # Pass precious variables to config.status.
2246 if test "$ac_new_set" = set; then
2248 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2249 *) ac_arg
=$ac_var=$ac_new_val ;;
2251 case " $ac_configure_args " in
2252 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2253 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2257 if $ac_cache_corrupted; then
2258 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2259 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2261 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2262 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2264 ## -------------------- ##
2265 ## Main body of script. ##
2266 ## -------------------- ##
2269 ac_cpp
='$CPP $CPPFLAGS'
2270 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2271 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2272 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2281 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2282 if test -f "$ac_dir/install-sh"; then
2284 ac_install_sh
="$ac_aux_dir/install-sh -c"
2286 elif test -f "$ac_dir/install.sh"; then
2288 ac_install_sh
="$ac_aux_dir/install.sh -c"
2290 elif test -f "$ac_dir/shtool"; then
2292 ac_install_sh
="$ac_aux_dir/shtool install -c"
2296 if test -z "$ac_aux_dir"; then
2297 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2300 # These three variables are undocumented and unsupported,
2301 # and are intended to be withdrawn in a future Autoconf release.
2302 # They can cause serious problems if a builder's source tree is in a directory
2303 # whose full name contains unusual characters.
2304 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2305 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2306 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2309 # Make sure we can run config.sub.
2310 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2311 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2314 $as_echo_n "checking build system type... " >&6; }
2315 if ${ac_cv_build+:} false
; then :
2316 $as_echo_n "(cached) " >&6
2318 ac_build_alias
=$build_alias
2319 test "x$ac_build_alias" = x
&&
2320 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2321 test "x$ac_build_alias" = x
&&
2322 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2323 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2324 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2328 $as_echo "$ac_cv_build" >&6; }
2329 case $ac_cv_build in
2331 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2334 ac_save_IFS
=$IFS; IFS
='-'
2340 # Remember, the first character of IFS is used to create $*,
2341 # except with old shells:
2344 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2348 $as_echo_n "checking host system type... " >&6; }
2349 if ${ac_cv_host+:} false
; then :
2350 $as_echo_n "(cached) " >&6
2352 if test "x$host_alias" = x
; then
2353 ac_cv_host
=$ac_cv_build
2355 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2356 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2361 $as_echo "$ac_cv_host" >&6; }
2364 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2367 ac_save_IFS
=$IFS; IFS
='-'
2373 # Remember, the first character of IFS is used to create $*,
2374 # except with old shells:
2377 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2381 $as_echo_n "checking target system type... " >&6; }
2382 if ${ac_cv_target+:} false
; then :
2383 $as_echo_n "(cached) " >&6
2385 if test "x$target_alias" = x
; then
2386 ac_cv_target
=$ac_cv_host
2388 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2389 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2394 $as_echo "$ac_cv_target" >&6; }
2395 case $ac_cv_target in
2397 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2399 target
=$ac_cv_target
2400 ac_save_IFS
=$IFS; IFS
='-'
2406 # Remember, the first character of IFS is used to create $*,
2407 # except with old shells:
2410 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2413 # The aliases save the names the user supplied, while $host etc.
2414 # will get canonicalized.
2415 test -n "$target_alias" &&
2416 test "$program_prefix$program_suffix$program_transform_name" = \
2418 program_prefix
=${target_alias}-
2420 # Expand $ac_aux_dir to an absolute path.
2421 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2424 ac_cpp
='$CPP $CPPFLAGS'
2425 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2426 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2427 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2428 if test -n "$ac_tool_prefix"; then
2429 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2430 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2432 $as_echo_n "checking for $ac_word... " >&6; }
2433 if ${ac_cv_prog_CC+:} false
; then :
2434 $as_echo_n "(cached) " >&6
2436 if test -n "$CC"; then
2437 ac_cv_prog_CC
="$CC" # Let the user override the test.
2439 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2443 test -z "$as_dir" && as_dir
=.
2444 for ac_exec_ext
in '' $ac_executable_extensions; do
2445 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2446 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2457 if test -n "$CC"; then
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2459 $as_echo "$CC" >&6; }
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2462 $as_echo "no" >&6; }
2467 if test -z "$ac_cv_prog_CC"; then
2469 # Extract the first word of "gcc", so it can be a program name with args.
2470 set dummy gcc
; ac_word
=$2
2471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2472 $as_echo_n "checking for $ac_word... " >&6; }
2473 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2474 $as_echo_n "(cached) " >&6
2476 if test -n "$ac_ct_CC"; then
2477 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2483 test -z "$as_dir" && as_dir
=.
2484 for ac_exec_ext
in '' $ac_executable_extensions; do
2485 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2486 ac_cv_prog_ac_ct_CC
="gcc"
2487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2496 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2497 if test -n "$ac_ct_CC"; then
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2499 $as_echo "$ac_ct_CC" >&6; }
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2502 $as_echo "no" >&6; }
2505 if test "x$ac_ct_CC" = x
; then
2508 case $cross_compiling:$ac_tool_warned in
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2511 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2512 ac_tool_warned
=yes ;;
2520 if test -z "$CC"; then
2521 if test -n "$ac_tool_prefix"; then
2522 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2523 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2525 $as_echo_n "checking for $ac_word... " >&6; }
2526 if ${ac_cv_prog_CC+:} false
; then :
2527 $as_echo_n "(cached) " >&6
2529 if test -n "$CC"; then
2530 ac_cv_prog_CC
="$CC" # Let the user override the test.
2532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2536 test -z "$as_dir" && as_dir
=.
2537 for ac_exec_ext
in '' $ac_executable_extensions; do
2538 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2539 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2550 if test -n "$CC"; then
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2552 $as_echo "$CC" >&6; }
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2555 $as_echo "no" >&6; }
2561 if test -z "$CC"; then
2562 # Extract the first word of "cc", so it can be a program name with args.
2563 set dummy cc
; ac_word
=$2
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2565 $as_echo_n "checking for $ac_word... " >&6; }
2566 if ${ac_cv_prog_CC+:} false
; then :
2567 $as_echo_n "(cached) " >&6
2569 if test -n "$CC"; then
2570 ac_cv_prog_CC
="$CC" # Let the user override the test.
2573 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2577 test -z "$as_dir" && as_dir
=.
2578 for ac_exec_ext
in '' $ac_executable_extensions; do
2579 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2580 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2581 ac_prog_rejected
=yes
2585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2592 if test $ac_prog_rejected = yes; then
2593 # We found a bogon in the path, so make sure we never use it.
2594 set dummy
$ac_cv_prog_CC
2596 if test $# != 0; then
2597 # We chose a different compiler from the bogus one.
2598 # However, it has the same basename, so the bogon will be chosen
2599 # first if we set CC to just the basename; use the full file name.
2601 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2607 if test -n "$CC"; then
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2609 $as_echo "$CC" >&6; }
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2612 $as_echo "no" >&6; }
2617 if test -z "$CC"; then
2618 if test -n "$ac_tool_prefix"; then
2619 for ac_prog
in cl.exe
2621 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2622 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624 $as_echo_n "checking for $ac_word... " >&6; }
2625 if ${ac_cv_prog_CC+:} false
; then :
2626 $as_echo_n "(cached) " >&6
2628 if test -n "$CC"; then
2629 ac_cv_prog_CC
="$CC" # Let the user override the test.
2631 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2635 test -z "$as_dir" && as_dir
=.
2636 for ac_exec_ext
in '' $ac_executable_extensions; do
2637 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2638 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2649 if test -n "$CC"; then
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2651 $as_echo "$CC" >&6; }
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654 $as_echo "no" >&6; }
2658 test -n "$CC" && break
2661 if test -z "$CC"; then
2663 for ac_prog
in cl.exe
2665 # Extract the first word of "$ac_prog", so it can be a program name with args.
2666 set dummy
$ac_prog; ac_word
=$2
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2668 $as_echo_n "checking for $ac_word... " >&6; }
2669 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2670 $as_echo_n "(cached) " >&6
2672 if test -n "$ac_ct_CC"; then
2673 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2675 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2679 test -z "$as_dir" && as_dir
=.
2680 for ac_exec_ext
in '' $ac_executable_extensions; do
2681 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2682 ac_cv_prog_ac_ct_CC
="$ac_prog"
2683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2692 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2693 if test -n "$ac_ct_CC"; then
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2695 $as_echo "$ac_ct_CC" >&6; }
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2698 $as_echo "no" >&6; }
2702 test -n "$ac_ct_CC" && break
2705 if test "x$ac_ct_CC" = x
; then
2708 case $cross_compiling:$ac_tool_warned in
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2711 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2712 ac_tool_warned
=yes ;;
2721 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2722 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2723 as_fn_error $?
"no acceptable C compiler found in \$PATH
2724 See \`config.log' for more details" "$LINENO" 5; }
2726 # Provide some information about the compiler.
2727 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2730 for ac_option
in --version -v -V -qversion; do
2731 { { ac_try
="$ac_compiler $ac_option >&5"
2733 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2734 *) ac_try_echo=$ac_try;;
2736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2737 $as_echo "$ac_try_echo"; } >&5
2738 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2740 if test -s conftest.err; then
2742 ... rest of stderr output deleted ...
2743 10q' conftest.err >conftest.er1
2744 cat conftest.er1 >&5
2746 rm -f conftest.er1 conftest.err
2747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2748 test $ac_status = 0; }
2751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2752 /* end confdefs.h. */
2762 ac_clean_files_save=$ac_clean_files
2763 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2764 # Try to create an executable without -o first, disregard a.out.
2765 # It will help us diagnose broken compilers, and finding out an intuition
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2768 $as_echo_n "checking whether the C compiler works... " >&6; }
2769 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2771 # The possible output files:
2772 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2775 for ac_file in $ac_files
2778 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2779 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784 if { { ac_try="$ac_link_default"
2786 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2787 *) ac_try_echo
=$ac_try;;
2789 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2790 $as_echo "$ac_try_echo"; } >&5
2791 (eval "$ac_link_default") 2>&5
2793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794 test $ac_status = 0; }; then :
2795 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2796 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2797 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2798 # so that the user can short-circuit this test for compilers unknown to
2800 for ac_file
in $ac_files ''
2802 test -f "$ac_file" ||
continue
2804 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2807 # We found the default executable, but exeext='' is most
2811 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2813 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2815 # We set ac_cv_exeext here because the later test for it is not
2816 # safe: cross compilers may not add the suffix if given an `-o'
2817 # argument, so we may need to know it at that point already.
2818 # Even if this section looks crufty: it has the advantage of
2825 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2830 if test -z "$ac_file"; then :
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2832 $as_echo "no" >&6; }
2833 $as_echo "$as_me: failed program was:" >&5
2834 sed 's/^/| /' conftest.
$ac_ext >&5
2836 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2837 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2838 as_fn_error
77 "C compiler cannot create executables
2839 See \`config.log' for more details" "$LINENO" 5; }
2841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2842 $as_echo "yes" >&6; }
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2845 $as_echo_n "checking for C compiler default output file name... " >&6; }
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2847 $as_echo "$ac_file" >&6; }
2848 ac_exeext
=$ac_cv_exeext
2850 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
2851 ac_clean_files
=$ac_clean_files_save
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2853 $as_echo_n "checking for suffix of executables... " >&6; }
2854 if { { ac_try
="$ac_link"
2856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2857 *) ac_try_echo=$ac_try;;
2859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2860 $as_echo "$ac_try_echo"; } >&5
2861 (eval "$ac_link") 2>&5
2863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2864 test $ac_status = 0; }; then :
2865 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2866 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2867 # work properly (i.e., refer to `conftest.exe'), while it won't with
2869 for ac_file
in conftest.exe conftest conftest.
*; do
2870 test -f "$ac_file" ||
continue
2872 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2873 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2879 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2880 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2881 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2882 See \`config.log' for more details" "$LINENO" 5; }
2884 rm -f conftest conftest
$ac_cv_exeext
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2886 $as_echo "$ac_cv_exeext" >&6; }
2888 rm -f conftest.
$ac_ext
2889 EXEEXT
=$ac_cv_exeext
2891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2892 /* end confdefs.h. */
2897 FILE *f = fopen ("conftest.out", "w");
2898 return ferror (f) || fclose (f) != 0;
2904 ac_clean_files
="$ac_clean_files conftest.out"
2905 # Check that the compiler produces executables we can run. If not, either
2906 # the compiler is broken, or we cross compile.
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2908 $as_echo_n "checking whether we are cross compiling... " >&6; }
2909 if test "$cross_compiling" != yes; then
2910 { { ac_try
="$ac_link"
2912 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2913 *) ac_try_echo=$ac_try;;
2915 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2916 $as_echo "$ac_try_echo"; } >&5
2917 (eval "$ac_link") 2>&5
2919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2920 test $ac_status = 0; }
2921 if { ac_try='./conftest$ac_cv_exeext'
2922 { { case "(($ac_try" in
2923 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2924 *) ac_try_echo
=$ac_try;;
2926 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2927 $as_echo "$ac_try_echo"; } >&5
2928 (eval "$ac_try") 2>&5
2930 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2931 test $ac_status = 0; }; }; then
2934 if test "$cross_compiling" = maybe
; then
2937 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2939 as_fn_error $?
"cannot run C compiled programs.
2940 If you meant to cross compile, use \`--host'.
2941 See \`config.log' for more details" "$LINENO" 5; }
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2946 $as_echo "$cross_compiling" >&6; }
2948 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
2949 ac_clean_files
=$ac_clean_files_save
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if ${ac_cv_objext+:} false
; then :
2953 $as_echo_n "(cached) " >&6
2955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2956 /* end confdefs.h. */
2966 rm -f conftest.o conftest.obj
2967 if { { ac_try
="$ac_compile"
2969 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2970 *) ac_try_echo=$ac_try;;
2972 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2973 $as_echo "$ac_try_echo"; } >&5
2974 (eval "$ac_compile") 2>&5
2976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2977 test $ac_status = 0; }; then :
2978 for ac_file in conftest.o conftest.obj conftest.*; do
2979 test -f "$ac_file" || continue;
2981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2982 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 $as_echo "$as_me: failed program was:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2990 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2992 as_fn_error $? "cannot compute suffix of object files
: cannot compile
2993 See \
`config.log' for more details" "$LINENO" 5; }
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if ${ac_cv_c_compiler_gnu+:} false; then :
3004 $as_echo_n "(cached) " >&6
3006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3007 /* end confdefs.h. */
3020 if ac_fn_c_try_compile "$LINENO"; then :
3025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3026 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3030 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3031 if test $ac_compiler_gnu = yes; then
3036 ac_test_CFLAGS=${CFLAGS+set}
3037 ac_save_CFLAGS=$CFLAGS
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3039 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3040 if ${ac_cv_prog_cc_g+:} false; then :
3041 $as_echo_n "(cached) " >&6
3043 ac_save_c_werror_flag=$ac_c_werror_flag
3044 ac_c_werror_flag=yes
3047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3048 /* end confdefs.h. */
3058 if ac_fn_c_try_compile "$LINENO"; then :
3062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3063 /* end confdefs.h. */
3073 if ac_fn_c_try_compile "$LINENO"; then :
3076 ac_c_werror_flag=$ac_save_c_werror_flag
3078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3079 /* end confdefs.h. */
3089 if ac_fn_c_try_compile "$LINENO"; then :
3092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3097 ac_c_werror_flag=$ac_save_c_werror_flag
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3100 $as_echo "$ac_cv_prog_cc_g" >&6; }
3101 if test "$ac_test_CFLAGS" = set; then
3102 CFLAGS=$ac_save_CFLAGS
3103 elif test $ac_cv_prog_cc_g = yes; then
3104 if test "$GCC" = yes; then
3110 if test "$GCC" = yes; then
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3117 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3118 if ${ac_cv_prog_cc_c89+:} false; then :
3119 $as_echo_n "(cached) " >&6
3121 ac_cv_prog_cc_c89=no
3123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3124 /* end confdefs.h. */
3128 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3129 struct buf { int x; };
3130 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3131 static char *e (p, i)
3137 static char *f (char * (*g) (char **, int), char **p, ...)
3142 s = g (p, va_arg (v,int));
3147 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3148 function prototypes and stuff, but not '\xHH' hex character constants.
3149 These don't provoke an error unfortunately, instead are silently treated
3150 as 'x'. The following induces an error, until -std is added to get
3151 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3152 array size at least. It's necessary to write '\x00'==0 to get something
3153 that's true only with -std. */
3154 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3156 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3157 inside strings and character constants. */
3159 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3161 int test (int i, double x);
3162 struct s1 {int (*f) (int a);};
3163 struct s2 {int (*f) (double a);};
3164 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3170 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3175 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3176 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3178 CC="$ac_save_CC $ac_arg"
3179 if ac_fn_c_try_compile "$LINENO"; then :
3180 ac_cv_prog_cc_c89=$ac_arg
3182 rm -f core conftest.err conftest.$ac_objext
3183 test "x$ac_cv_prog_cc_c89" != "xno" && break
3185 rm -f conftest.$ac_ext
3190 case "x$ac_cv_prog_cc_c89" in
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3193 $as_echo "none needed" >&6; } ;;
3195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3196 $as_echo "unsupported" >&6; } ;;
3198 CC="$CC $ac_cv_prog_cc_c89"
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3200 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3202 if test "x$ac_cv_prog_cc_c89" != xno; then :
3207 ac_cpp='$CPP $CPPFLAGS'
3208 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3209 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3210 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3213 ac_cpp='$CPP $CPPFLAGS'
3214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3218 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3219 if ${am_cv_prog_cc_c_o+:} false; then :
3220 $as_echo_n "(cached) " >&6
3222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3223 /* end confdefs.h. */
3233 # Make sure it works both with $CC and with simple cc.
3234 # Following AC_PROG_CC_C_O, we do the test twice because some
3235 # compilers refuse to overwrite an existing .o file with -o,
3236 # though they will create one.
3237 am_cv_prog_cc_c_o=yes
3239 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3240 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3243 (exit $ac_status); } \
3244 && test -f conftest2.$ac_objext; then
3247 am_cv_prog_cc_c_o=no
3251 rm -f core conftest*
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3255 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3256 if test "$am_cv_prog_cc_c_o" != yes; then
3257 # Losing compiler, so override with the script.
3258 # FIXME: It is wrong to rewrite CC.
3259 # But if we don't then we get into trouble of one sort or another.
3260 # A longer-term fix would be to have automake use am__CC in this case,
3261 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3262 CC="$am_aux_dir/compile $CC"
3265 ac_cpp='$CPP $CPPFLAGS'
3266 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3267 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3268 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3273 ac_cpp='$CPP $CPPFLAGS'
3274 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3275 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3276 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3278 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3279 # On Suns, sometimes $CPP names a directory.
3280 if test -n "$CPP" && test -d "$CPP"; then
3283 if test -z "$CPP"; then
3284 if ${ac_cv_prog_CPP+:} false; then :
3285 $as_echo_n "(cached) " >&6
3287 # Double quotes because CPP needs to be expanded
3288 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3291 for ac_c_preproc_warn_flag in '' yes
3293 # Use a header file that comes with gcc, so configuring glibc
3294 # with a fresh cross-compiler works.
3295 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3296 # <limits.h> exists even on freestanding compilers.
3297 # On the NeXT, cc -E runs the code through the compiler's parser,
3298 # not just through cpp. "Syntax error" is here to catch this case.
3299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3300 /* end confdefs.h. */
3302 # include <limits.h>
3304 # include <assert.h>
3308 if ac_fn_c_try_cpp "$LINENO"; then :
3311 # Broken: fails on valid input.
3314 rm -f conftest.err conftest.i conftest.$ac_ext
3316 # OK, works on sane cases. Now check whether nonexistent headers
3317 # can be detected and how.
3318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3319 /* end confdefs.h. */
3320 #include <ac_nonexistent.h>
3322 if ac_fn_c_try_cpp "$LINENO"; then :
3323 # Broken: success on invalid input.
3326 # Passes both tests.
3330 rm -f conftest.err conftest.i conftest.$ac_ext
3333 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3334 rm -f conftest.i conftest.err conftest.
$ac_ext
3335 if $ac_preproc_ok; then :
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3348 $as_echo "$CPP" >&6; }
3350 for ac_c_preproc_warn_flag
in '' yes
3352 # Use a header file that comes with gcc, so configuring glibc
3353 # with a fresh cross-compiler works.
3354 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3355 # <limits.h> exists even on freestanding compilers.
3356 # On the NeXT, cc -E runs the code through the compiler's parser,
3357 # not just through cpp. "Syntax error" is here to catch this case.
3358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3359 /* end confdefs.h. */
3361 # include <limits.h>
3363 # include <assert.h>
3367 if ac_fn_c_try_cpp
"$LINENO"; then :
3370 # Broken: fails on valid input.
3373 rm -f conftest.err conftest.i conftest.
$ac_ext
3375 # OK, works on sane cases. Now check whether nonexistent headers
3376 # can be detected and how.
3377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3378 /* end confdefs.h. */
3379 #include <ac_nonexistent.h>
3381 if ac_fn_c_try_cpp
"$LINENO"; then :
3382 # Broken: success on invalid input.
3385 # Passes both tests.
3389 rm -f conftest.err conftest.i conftest.
$ac_ext
3392 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3393 rm -f conftest.i conftest.err conftest.
$ac_ext
3394 if $ac_preproc_ok; then :
3397 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3398 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3399 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
3400 See \`config.log' for more details" "$LINENO" 5; }
3404 ac_cpp
='$CPP $CPPFLAGS'
3405 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3406 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3407 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3411 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3412 if ${ac_cv_path_GREP+:} false
; then :
3413 $as_echo_n "(cached) " >&6
3415 if test -z "$GREP"; then
3416 ac_path_GREP_found
=false
3417 # Loop through the user's path and test for each of PROGNAME-LIST
3418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3419 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3422 test -z "$as_dir" && as_dir
=.
3423 for ac_prog
in grep ggrep
; do
3424 for ac_exec_ext
in '' $ac_executable_extensions; do
3425 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
3426 as_fn_executable_p
"$ac_path_GREP" ||
continue
3427 # Check for GNU ac_path_GREP and select it if it is found.
3428 # Check for GNU $ac_path_GREP
3429 case `"$ac_path_GREP" --version 2>&1` in
3431 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
3434 $as_echo_n 0123456789 >"conftest.in"
3437 cat "conftest.in" "conftest.in" >"conftest.tmp"
3438 mv "conftest.tmp" "conftest.in"
3439 cp "conftest.in" "conftest.nl"
3440 $as_echo 'GREP' >> "conftest.nl"
3441 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3442 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3443 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3444 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3445 # Best one so far, save it but keep looking for a better one
3446 ac_cv_path_GREP
="$ac_path_GREP"
3447 ac_path_GREP_max
=$ac_count
3449 # 10*(2^10) chars as input seems more than enough
3450 test $ac_count -gt 10 && break
3452 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3455 $ac_path_GREP_found && break 3
3460 if test -z "$ac_cv_path_GREP"; then
3461 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3464 ac_cv_path_GREP
=$GREP
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3469 $as_echo "$ac_cv_path_GREP" >&6; }
3470 GREP
="$ac_cv_path_GREP"
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3474 $as_echo_n "checking for egrep... " >&6; }
3475 if ${ac_cv_path_EGREP+:} false
; then :
3476 $as_echo_n "(cached) " >&6
3478 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
3479 then ac_cv_path_EGREP
="$GREP -E"
3481 if test -z "$EGREP"; then
3482 ac_path_EGREP_found
=false
3483 # Loop through the user's path and test for each of PROGNAME-LIST
3484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3485 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3488 test -z "$as_dir" && as_dir
=.
3489 for ac_prog
in egrep; do
3490 for ac_exec_ext
in '' $ac_executable_extensions; do
3491 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
3492 as_fn_executable_p
"$ac_path_EGREP" ||
continue
3493 # Check for GNU ac_path_EGREP and select it if it is found.
3494 # Check for GNU $ac_path_EGREP
3495 case `"$ac_path_EGREP" --version 2>&1` in
3497 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
3500 $as_echo_n 0123456789 >"conftest.in"
3503 cat "conftest.in" "conftest.in" >"conftest.tmp"
3504 mv "conftest.tmp" "conftest.in"
3505 cp "conftest.in" "conftest.nl"
3506 $as_echo 'EGREP' >> "conftest.nl"
3507 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3508 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3509 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3510 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3511 # Best one so far, save it but keep looking for a better one
3512 ac_cv_path_EGREP
="$ac_path_EGREP"
3513 ac_path_EGREP_max
=$ac_count
3515 # 10*(2^10) chars as input seems more than enough
3516 test $ac_count -gt 10 && break
3518 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3521 $ac_path_EGREP_found && break 3
3526 if test -z "$ac_cv_path_EGREP"; then
3527 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3530 ac_cv_path_EGREP
=$EGREP
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3536 $as_echo "$ac_cv_path_EGREP" >&6; }
3537 EGREP
="$ac_cv_path_EGREP"
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3541 $as_echo_n "checking for ANSI C header files... " >&6; }
3542 if ${ac_cv_header_stdc+:} false
; then :
3543 $as_echo_n "(cached) " >&6
3545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3546 /* end confdefs.h. */
3560 if ac_fn_c_try_compile
"$LINENO"; then :
3561 ac_cv_header_stdc
=yes
3563 ac_cv_header_stdc
=no
3565 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3567 if test $ac_cv_header_stdc = yes; then
3568 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3574 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3575 $EGREP "memchr" >/dev
/null
2>&1; then :
3578 ac_cv_header_stdc
=no
3584 if test $ac_cv_header_stdc = yes; then
3585 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3587 /* end confdefs.h. */
3591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3592 $EGREP "free" >/dev
/null
2>&1; then :
3595 ac_cv_header_stdc
=no
3601 if test $ac_cv_header_stdc = yes; then
3602 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3603 if test "$cross_compiling" = yes; then :
3606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3607 /* end confdefs.h. */
3610 #if ((' ' & 0x0FF) == 0x020)
3611 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3612 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3614 # define ISLOWER(c) \
3615 (('a' <= (c) && (c) <= 'i') \
3616 || ('j' <= (c) && (c) <= 'r') \
3617 || ('s' <= (c) && (c) <= 'z'))
3618 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3621 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3626 for (i = 0; i < 256; i++)
3627 if (XOR (islower (i), ISLOWER (i))
3628 || toupper (i) != TOUPPER (i))
3633 if ac_fn_c_try_run
"$LINENO"; then :
3636 ac_cv_header_stdc
=no
3638 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
3639 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3645 $as_echo "$ac_cv_header_stdc" >&6; }
3646 if test $ac_cv_header_stdc = yes; then
3648 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3652 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3653 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3654 inttypes.h stdint.h unistd.h
3656 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3657 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3659 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
3660 cat >>confdefs.h
<<_ACEOF
3661 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3670 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3671 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
3678 if test "$MINIX" = yes; then
3680 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3683 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3686 $as_echo "#define _MINIX 1" >>confdefs.h
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3692 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3693 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
3694 $as_echo_n "(cached) " >&6
3696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3697 /* end confdefs.h. */
3699 # define __EXTENSIONS__ 1
3700 $ac_includes_default
3709 if ac_fn_c_try_compile
"$LINENO"; then :
3710 ac_cv_safe_to_define___extensions__
=yes
3712 ac_cv_safe_to_define___extensions__
=no
3714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3717 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3718 test $ac_cv_safe_to_define___extensions__ = yes &&
3719 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3721 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3723 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3725 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3727 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3730 am__api_version
='1.15'
3732 # Find a good install program. We prefer a C program (faster),
3733 # so one script is as good as another. But avoid the broken or
3734 # incompatible versions:
3735 # SysV /etc/install, /usr/sbin/install
3736 # SunOS /usr/etc/install
3737 # IRIX /sbin/install
3739 # AmigaOS /C/install, which installs bootblocks on floppy discs
3740 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3741 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3742 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3743 # OS/2's system install, which has a completely different semantic
3744 # ./install, which can be erroneously created by make from ./install.sh.
3745 # Reject install programs that cannot install multiple files.
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3747 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3748 if test -z "$INSTALL"; then
3749 if ${ac_cv_path_install+:} false
; then :
3750 $as_echo_n "(cached) " >&6
3752 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3756 test -z "$as_dir" && as_dir
=.
3757 # Account for people who put trailing slashes in PATH elements.
3758 case $as_dir/ in #((
3759 .
/ | .
// |
/[cC
]/* | \
3760 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3761 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
3764 # OSF1 and SCO ODT 3.0 have their own names for install.
3765 # Don't use installbsd from OSF since it installs stuff as root
3767 for ac_prog
in ginstall scoinst
install; do
3768 for ac_exec_ext
in '' $ac_executable_extensions; do
3769 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
3770 if test $ac_prog = install &&
3771 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3772 # AIX install. It has an incompatible calling convention.
3774 elif test $ac_prog = install &&
3775 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3776 # program-specific install script used by HP pwplus--don't use.
3779 rm -rf conftest.one conftest.two conftest.dir
3780 echo one
> conftest.one
3781 echo two
> conftest.two
3783 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
3784 test -s conftest.one
&& test -s conftest.two
&&
3785 test -s conftest.dir
/conftest.one
&&
3786 test -s conftest.dir
/conftest.two
3788 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3801 rm -rf conftest.one conftest.two conftest.dir
3804 if test "${ac_cv_path_install+set}" = set; then
3805 INSTALL
=$ac_cv_path_install
3807 # As a last resort, use the slow shell script. Don't cache a
3808 # value for INSTALL within a source directory, because that will
3809 # break other packages using the cache if that directory is
3810 # removed, or if the value is a relative name.
3811 INSTALL
=$ac_install_sh
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3815 $as_echo "$INSTALL" >&6; }
3817 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3818 # It thinks the first close brace ends the variable substitution.
3819 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3821 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3823 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3826 $as_echo_n "checking whether build environment is sane... " >&6; }
3827 # Reject unsafe characters in $srcdir or the absolute working directory
3828 # name. Accept space and tab only in the latter.
3832 *[\\\"\
#\$\&\'\`$am_lf]*)
3833 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
3836 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
3837 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3840 # Do 'set' in a subshell so we don't clobber the current shell's
3841 # arguments. Must try -L first in case configure is actually a
3842 # symlink; some systems play weird games with the mod time of symlinks
3843 # (eg FreeBSD returns the mod time of the symlink's containing
3847 for am_try
in 1 2; do
3848 echo "timestamp, slept: $am_has_slept" > conftest.
file
3849 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3850 if test "$*" = "X"; then
3852 set X
`ls -t "$srcdir/configure" conftest.file`
3854 if test "$*" != "X $srcdir/configure conftest.file" \
3855 && test "$*" != "X conftest.file $srcdir/configure"; then
3857 # If neither matched, then we have a broken ls. This can happen
3858 # if, for instance, CONFIG_SHELL is bash and it inherits a
3859 # broken ls alias from the environment. This has actually
3860 # happened. Such a system could not be considered "sane".
3861 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
3862 alias in your environment" "$LINENO" 5
3864 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
3871 test "$2" = conftest.
file
3877 as_fn_error $?
"newly created file is older than distributed files!
3878 Check your system clock" "$LINENO" 5
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3881 $as_echo "yes" >&6; }
3882 # If we didn't sleep, we still need to ensure time stamps of config.status and
3883 # generated files are strictly newer.
3885 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
3892 test "$program_prefix" != NONE
&&
3893 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3894 # Use a double $ so make ignores it.
3895 test "$program_suffix" != NONE
&&
3896 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3897 # Double any \ or $.
3898 # By default was `s,x,x', remove it if useless.
3899 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3900 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3902 if test x
"${MISSING+set}" != xset
; then
3905 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3907 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3910 # Use eval to expand $SHELL
3911 if eval "$MISSING --is-lightweight"; then
3912 am_missing_run
="$MISSING "
3915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3916 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3919 if test x
"${install_sh+set}" != xset
; then
3922 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3924 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3928 # Installed binaries are usually stripped using 'strip' when the user
3929 # run "make install-strip". However 'strip' might not be the right
3930 # tool to use in cross-compilation environments, therefore Automake
3931 # will honor the 'STRIP' environment variable to overrule this program.
3932 if test "$cross_compiling" != no
; then
3933 if test -n "$ac_tool_prefix"; then
3934 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3935 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937 $as_echo_n "checking for $ac_word... " >&6; }
3938 if ${ac_cv_prog_STRIP+:} false
; then :
3939 $as_echo_n "(cached) " >&6
3941 if test -n "$STRIP"; then
3942 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3944 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3948 test -z "$as_dir" && as_dir
=.
3949 for ac_exec_ext
in '' $ac_executable_extensions; do
3950 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3951 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3961 STRIP
=$ac_cv_prog_STRIP
3962 if test -n "$STRIP"; then
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3964 $as_echo "$STRIP" >&6; }
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967 $as_echo "no" >&6; }
3972 if test -z "$ac_cv_prog_STRIP"; then
3974 # Extract the first word of "strip", so it can be a program name with args.
3975 set dummy strip
; ac_word
=$2
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3977 $as_echo_n "checking for $ac_word... " >&6; }
3978 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
3979 $as_echo_n "(cached) " >&6
3981 if test -n "$ac_ct_STRIP"; then
3982 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3984 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3988 test -z "$as_dir" && as_dir
=.
3989 for ac_exec_ext
in '' $ac_executable_extensions; do
3990 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3991 ac_cv_prog_ac_ct_STRIP
="strip"
3992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4001 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4002 if test -n "$ac_ct_STRIP"; then
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4004 $as_echo "$ac_ct_STRIP" >&6; }
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4007 $as_echo "no" >&6; }
4010 if test "x$ac_ct_STRIP" = x
; then
4013 case $cross_compiling:$ac_tool_warned in
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4016 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4017 ac_tool_warned
=yes ;;
4022 STRIP
="$ac_cv_prog_STRIP"
4026 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
4028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4029 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4030 if test -z "$MKDIR_P"; then
4031 if ${ac_cv_path_mkdir+:} false
; then :
4032 $as_echo_n "(cached) " >&6
4034 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4035 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
4038 test -z "$as_dir" && as_dir
=.
4039 for ac_prog
in mkdir gmkdir
; do
4040 for ac_exec_ext
in '' $ac_executable_extensions; do
4041 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
4042 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4043 'mkdir (GNU coreutils) '* | \
4044 'mkdir (coreutils) '* | \
4045 'mkdir (fileutils) '4.1*)
4046 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
4056 test -d .
/--version && rmdir .
/--version
4057 if test "${ac_cv_path_mkdir+set}" = set; then
4058 MKDIR_P
="$ac_cv_path_mkdir -p"
4060 # As a last resort, use the slow shell script. Don't cache a
4061 # value for MKDIR_P within a source directory, because that will
4062 # break other packages using the cache if that directory is
4063 # removed, or if the value is a relative name.
4064 MKDIR_P
="$ac_install_sh -d"
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4068 $as_echo "$MKDIR_P" >&6; }
4070 for ac_prog
in gawk mawk nawk
awk
4072 # Extract the first word of "$ac_prog", so it can be a program name with args.
4073 set dummy
$ac_prog; ac_word
=$2
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4075 $as_echo_n "checking for $ac_word... " >&6; }
4076 if ${ac_cv_prog_AWK+:} false
; then :
4077 $as_echo_n "(cached) " >&6
4079 if test -n "$AWK"; then
4080 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
4082 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4086 test -z "$as_dir" && as_dir
=.
4087 for ac_exec_ext
in '' $ac_executable_extensions; do
4088 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4089 ac_cv_prog_AWK
="$ac_prog"
4090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4100 if test -n "$AWK"; then
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4102 $as_echo "$AWK" >&6; }
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4105 $as_echo "no" >&6; }
4109 test -n "$AWK" && break
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4113 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4115 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4116 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4117 $as_echo_n "(cached) " >&6
4119 cat >conftest.
make <<\_ACEOF
4122 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4124 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4125 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4127 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4129 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4133 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4135 $as_echo "yes" >&6; }
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4139 $as_echo "no" >&6; }
4140 SET_MAKE
="MAKE=${MAKE-make}"
4143 rm -rf .tst
2>/dev
/null
4144 mkdir .tst
2>/dev
/null
4145 if test -d .tst
; then
4150 rmdir .tst
2>/dev
/null
4152 DEPDIR
="${am__leading_dot}deps"
4154 ac_config_commands
="$ac_config_commands depfiles"
4157 am_make
=${MAKE-make}
4158 cat > confinc
<< 'END'
4160 @
echo this is the am__doit target
4163 # If we don't find an include directive, just comment out the code.
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4165 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4169 # First try GNU make style include.
4170 echo "include confinc" > confmf
4171 # Ignore all kinds of additional output from 'make'.
4172 case `$am_make -s -f confmf 2> /dev/null` in #(
4173 *the\ am__doit\ target
*)
4179 # Now try BSD make style include.
4180 if test "$am__include" = "#"; then
4181 echo '.include "confinc"' > confmf
4182 case `$am_make -s -f confmf 2> /dev/null` in #(
4183 *the\ am__doit\ target
*)
4184 am__include
=.include
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4193 $as_echo "$_am_result" >&6; }
4194 rm -f confinc confmf
4196 # Check whether --enable-dependency-tracking was given.
4197 if test "${enable_dependency_tracking+set}" = set; then :
4198 enableval
=$enable_dependency_tracking;
4201 if test "x$enable_dependency_tracking" != xno
; then
4202 am_depcomp
="$ac_aux_dir/depcomp"
4206 if test "x$enable_dependency_tracking" != xno; then
4215 # Check whether --enable-silent-rules was given.
4216 if test "${enable_silent_rules+set}" = set; then :
4217 enableval
=$enable_silent_rules;
4220 case $enable_silent_rules in # (((
4221 yes) AM_DEFAULT_VERBOSITY
=0;;
4222 no
) AM_DEFAULT_VERBOSITY
=1;;
4223 *) AM_DEFAULT_VERBOSITY
=1;;
4225 am_make
=${MAKE-make}
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4227 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4228 if ${am_cv_make_support_nested_variables+:} false
; then :
4229 $as_echo_n "(cached) " >&6
4231 if $as_echo 'TRUE=$(BAR$(V))
4237 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
4238 am_cv_make_support_nested_variables
=yes
4240 am_cv_make_support_nested_variables
=no
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4244 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4245 if test $am_cv_make_support_nested_variables = yes; then
4247 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
4249 AM_V
=$AM_DEFAULT_VERBOSITY
4250 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
4254 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4255 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4256 # is not polluted with repeated "-I."
4257 am__isrc
=' -I$(srcdir)'
4258 # test to see if srcdir already configured
4259 if test -f $srcdir/config.status
; then
4260 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4264 # test whether we have cygpath
4265 if test -z "$CYGPATH_W"; then
4266 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
4267 CYGPATH_W
='cygpath -w'
4274 # Define the identity of the package.
4276 VERSION
='BFD_VERSION'
4279 cat >>confdefs.h
<<_ACEOF
4280 #define PACKAGE "$PACKAGE"
4284 cat >>confdefs.h
<<_ACEOF
4285 #define VERSION "$VERSION"
4288 # Some tools Automake needs.
4290 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4293 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
4296 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4299 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
4302 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
4304 # For better backward compatibility. To be removed once Automake 1.9.x
4305 # dies out for good. For more background, see:
4306 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4307 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4308 mkdir_p
='$(MKDIR_P)'
4310 # We need awk for the "check" target (and possibly the TAP driver). The
4311 # system "awk" is bad on some platforms.
4312 # Always define AMTAR for backward compatibility. Yes, it's still used
4313 # in the wild :-( We should find a proper way to deprecate it ...
4317 # We'll loop over all known methods to create a tar archive until one works.
4318 _am_tools
='gnutar pax cpio none'
4320 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
4326 depcc
="$CC" am_compiler_list
=
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4329 $as_echo_n "checking dependency style of $depcc... " >&6; }
4330 if ${am_cv_CC_dependencies_compiler_type+:} false
; then :
4331 $as_echo_n "(cached) " >&6
4333 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4334 # We make a subdir and do the tests there. Otherwise we can end up
4335 # making bogus files that we don't know about and never remove. For
4336 # instance it was reported that on HP-UX the gcc test will end up
4337 # making a dummy file named 'D' -- because '-MD' means "put the output
4341 # Copy depcomp to subdir because otherwise we won't find it if we're
4342 # using a relative directory.
4343 cp "$am_depcomp" conftest.dir
4345 # We will build objects and dependencies in a subdirectory because
4346 # it helps to detect inapplicable dependency modes. For instance
4347 # both Tru64's cc and ICC support -MD to output dependencies as a
4348 # side effect of compilation, but ICC will put the dependencies in
4349 # the current directory while Tru64 will put them in the object
4353 am_cv_CC_dependencies_compiler_type
=none
4354 if test "$am_compiler_list" = ""; then
4355 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4358 case " $depcc " in #(
4359 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4362 for depmode
in $am_compiler_list; do
4363 # Setup a source with many dependencies, because some compilers
4364 # like to wrap large dependency lists on column 80 (with \), and
4365 # we should not choose a depcomp mode which is confused by this.
4367 # We need to recreate these files for each test, as the compiler may
4368 # overwrite some of them when testing with obscure command lines.
4369 # This happens at least with the AIX C compiler.
4371 for i
in 1 2 3 4 5 6; do
4372 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4373 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4374 # Solaris 10 /bin/sh.
4375 echo '/* dummy */' > sub
/conftst
$i.h
4377 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4379 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4380 # mode. It turns out that the SunPro C++ compiler does not properly
4381 # handle '-M -o', and we need to detect this. Also, some Intel
4382 # versions had trouble with output in subdirs.
4383 am__obj
=sub
/conftest.
${OBJEXT-o}
4384 am__minus_obj
="-o $am__obj"
4387 # This depmode causes a compiler race in universal mode.
4388 test "$am__universal" = false ||
continue
4391 # After this tag, mechanisms are not by side-effect, so they'll
4392 # only be used when explicitly requested.
4393 if test "x$enable_dependency_tracking" = xyes
; then
4399 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4400 # This compiler won't grok '-c -o', but also, the minuso test has
4401 # not run yet. These depmodes are late enough in the game, and
4402 # so weak that their functioning should not be impacted.
4403 am__obj
=conftest.
${OBJEXT-o}
4408 if depmode
=$depmode \
4409 source=sub
/conftest.c object
=$am__obj \
4410 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4411 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4412 >/dev
/null
2>conftest.err
&&
4413 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4414 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4415 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4416 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4417 # icc doesn't choke on unknown options, it will just issue warnings
4418 # or remarks (even with -Werror). So we grep stderr for any message
4419 # that says an option was ignored or not supported.
4420 # When given -MP, icc 7.0 and 7.1 complain thusly:
4421 # icc: Command line warning: ignoring option '-M'; no argument required
4422 # The diagnosis changed in icc 8.0:
4423 # icc: Command line remark: option '-MP' not supported
4424 if (grep 'ignoring option' conftest.err ||
4425 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4426 am_cv_CC_dependencies_compiler_type
=$depmode
4435 am_cv_CC_dependencies_compiler_type
=none
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4440 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4441 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
4444 test "x$enable_dependency_tracking" != xno \
4445 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
4447 am__fastdepCC_FALSE
='#'
4449 am__fastdepCC_TRUE
='#'
4450 am__fastdepCC_FALSE
=
4455 # POSIX will say in a future version that running "rm -f" with no argument
4456 # is OK; and we want to be able to make that assumption in our Makefile
4457 # recipes. So use an aggressive probe to check that the usage we want is
4458 # actually supported "in the wild" to an acceptable degree.
4459 # See automake bug#10828.
4460 # To make any issue more visible, cause the running configure to be aborted
4461 # by default if the 'rm' program in use doesn't match our expectations; the
4462 # user can still override this though.
4463 if rm -f && rm -fr && rm -rf; then : OK
; else
4467 Your 'rm' program seems unable to run without file operands specified
4468 on the command line, even when the '-f' option is present. This is contrary
4469 to the behaviour of most rm programs out there, and not conforming with
4470 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4472 Please tell bug-automake@gnu.org about your system, including the value
4473 of your $PATH and any error possibly output before this message. This
4474 can help us improve future automake versions.
4477 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
4478 echo 'Configuration will proceed anyway, since you have set the' >&2
4479 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4483 Aborting the configuration process, to ensure you take notice of the issue.
4485 You can download and install GNU coreutils to get an 'rm' implementation
4486 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4488 If you want to complete the configuration process using your problematic
4489 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4490 to "yes", and re-run configure.
4493 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
4497 # Check whether --enable-silent-rules was given.
4498 if test "${enable_silent_rules+set}" = set; then :
4499 enableval
=$enable_silent_rules;
4502 case $enable_silent_rules in # (((
4503 yes) AM_DEFAULT_VERBOSITY
=0;;
4504 no
) AM_DEFAULT_VERBOSITY
=1;;
4505 *) AM_DEFAULT_VERBOSITY
=0;;
4507 am_make
=${MAKE-make}
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4509 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4510 if ${am_cv_make_support_nested_variables+:} false
; then :
4511 $as_echo_n "(cached) " >&6
4513 if $as_echo 'TRUE=$(BAR$(V))
4519 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
4520 am_cv_make_support_nested_variables
=yes
4522 am_cv_make_support_nested_variables
=no
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4526 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4527 if test $am_cv_make_support_nested_variables = yes; then
4529 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
4531 AM_V
=$AM_DEFAULT_VERBOSITY
4532 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
4537 # Checks for programs.
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4539 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4541 ac_make=`$as_echo "$2" | sed 's
/+/p
/g
; s
/[^a-zA-Z0-9_
]/_
/g
'`
4542 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4543 $as_echo_n "(cached) " >&6
4545 cat >conftest.make <<\_ACEOF
4548 @echo '@@@
%%%=$
(MAKE
)=@@@
%%%'
4550 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4551 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4553 eval ac_cv_prog_make_${ac_make}_set=yes;;
4555 eval ac_cv_prog_make_${ac_make}_set=no;;
4559 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4561 $as_echo "yes" >&6; }
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4565 $as_echo "no" >&6; }
4566 SET_MAKE="MAKE=${MAKE-make}"
4570 ac_cpp='$CPP $CPPFLAGS'
4571 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
4572 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
4573 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4574 if test -n "$ac_tool_prefix"; then
4575 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4576 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4578 $as_echo_n "checking for $ac_word... " >&6; }
4579 if ${ac_cv_prog_CC+:} false; then :
4580 $as_echo_n "(cached) " >&6
4582 if test -n "$CC"; then
4583 ac_cv_prog_CC="$CC" # Let the user override the test.
4585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 test -z "$as_dir" && as_dir=.
4590 for ac_exec_ext in '' $ac_executable_extensions; do
4591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4592 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4603 if test -n "$CC"; then
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4605 $as_echo "$CC" >&6; }
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4608 $as_echo "no" >&6; }
4613 if test -z "$ac_cv_prog_CC"; then
4615 # Extract the first word of "gcc", so it can be a program name with args.
4616 set dummy gcc; ac_word=$2
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4618 $as_echo_n "checking for $ac_word... " >&6; }
4619 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4620 $as_echo_n "(cached) " >&6
4622 if test -n "$ac_ct_CC"; then
4623 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4629 test -z "$as_dir" && as_dir=.
4630 for ac_exec_ext in '' $ac_executable_extensions; do
4631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4632 ac_cv_prog_ac_ct_CC="gcc"
4633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4642 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4643 if test -n "$ac_ct_CC"; then
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4645 $as_echo "$ac_ct_CC" >&6; }
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4648 $as_echo "no" >&6; }
4651 if test "x$ac_ct_CC" = x; then
4654 case $cross_compiling:$ac_tool_warned in
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4657 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4658 ac_tool_warned=yes ;;
4666 if test -z "$CC"; then
4667 if test -n "$ac_tool_prefix"; then
4668 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4669 set dummy ${ac_tool_prefix}cc; ac_word=$2
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4671 $as_echo_n "checking for $ac_word... " >&6; }
4672 if ${ac_cv_prog_CC+:} false; then :
4673 $as_echo_n "(cached) " >&6
4675 if test -n "$CC"; then
4676 ac_cv_prog_CC="$CC" # Let the user override the test.
4678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4682 test -z "$as_dir" && as_dir=.
4683 for ac_exec_ext in '' $ac_executable_extensions; do
4684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4685 ac_cv_prog_CC="${ac_tool_prefix}cc"
4686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 if test -n "$CC"; then
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4698 $as_echo "$CC" >&6; }
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4701 $as_echo "no" >&6; }
4707 if test -z "$CC"; then
4708 # Extract the first word of "cc", so it can be a program name with args.
4709 set dummy cc; ac_word=$2
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4711 $as_echo_n "checking for $ac_word... " >&6; }
4712 if ${ac_cv_prog_CC+:} false; then :
4713 $as_echo_n "(cached) " >&6
4715 if test -n "$CC"; then
4716 ac_cv_prog_CC="$CC" # Let the user override the test.
4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 test -z "$as_dir" && as_dir=.
4724 for ac_exec_ext in '' $ac_executable_extensions; do
4725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4726 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4727 ac_prog_rejected=yes
4731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4738 if test $ac_prog_rejected = yes; then
4739 # We found a bogon in the path, so make sure we never use it.
4740 set dummy $ac_cv_prog_CC
4742 if test $# != 0; then
4743 # We chose a different compiler from the bogus one.
4744 # However, it has the same basename, so the bogon will be chosen
4745 # first if we set CC to just the basename; use the full file name.
4747 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4753 if test -n "$CC"; then
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4755 $as_echo "$CC" >&6; }
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4758 $as_echo "no" >&6; }
4763 if test -z "$CC"; then
4764 if test -n "$ac_tool_prefix"; then
4765 for ac_prog in cl.exe
4767 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4768 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4770 $as_echo_n "checking for $ac_word... " >&6; }
4771 if ${ac_cv_prog_CC+:} false; then :
4772 $as_echo_n "(cached) " >&6
4774 if test -n "$CC"; then
4775 ac_cv_prog_CC="$CC" # Let the user override the test.
4777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4781 test -z "$as_dir" && as_dir=.
4782 for ac_exec_ext in '' $ac_executable_extensions; do
4783 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4784 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4795 if test -n "$CC"; then
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4797 $as_echo "$CC" >&6; }
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4800 $as_echo "no" >&6; }
4804 test -n "$CC" && break
4807 if test -z "$CC"; then
4809 for ac_prog in cl.exe
4811 # Extract the first word of "$ac_prog", so it can be a program name with args.
4812 set dummy $ac_prog; ac_word=$2
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4814 $as_echo_n "checking for $ac_word... " >&6; }
4815 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4816 $as_echo_n "(cached) " >&6
4818 if test -n "$ac_ct_CC"; then
4819 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 test -z "$as_dir" && as_dir=.
4826 for ac_exec_ext in '' $ac_executable_extensions; do
4827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4828 ac_cv_prog_ac_ct_CC="$ac_prog"
4829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4838 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4839 if test -n "$ac_ct_CC"; then
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4841 $as_echo "$ac_ct_CC" >&6; }
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4844 $as_echo "no" >&6; }
4848 test -n "$ac_ct_CC" && break
4851 if test "x$ac_ct_CC" = x; then
4854 case $cross_compiling:$ac_tool_warned in
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4857 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4858 ac_tool_warned=yes ;;
4867 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4868 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
4869 as_fn_error $? "no acceptable C compiler found in \$PATH
4870 See \`config.log
' for more details" "$LINENO" 5; }
4872 # Provide some information about the compiler.
4873 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4876 for ac_option in --version -v -V -qversion; do
4877 { { ac_try="$ac_compiler $ac_option >&5"
4879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4880 *) ac_try_echo=$ac_try;;
4882 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4883 $as_echo "$ac_try_echo"; } >&5
4884 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4886 if test -s conftest.err; then
4888 ... rest of stderr output deleted ...
4889 10q
' conftest.err >conftest.er1
4890 cat conftest.er1 >&5
4892 rm -f conftest.er1 conftest.err
4893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4894 test $ac_status = 0; }
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4898 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4899 if ${ac_cv_c_compiler_gnu+:} false; then :
4900 $as_echo_n "(cached) " >&6
4902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4903 /* end confdefs.h. */
4916 if ac_fn_c_try_compile "$LINENO"; then :
4921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4922 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4926 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4927 if test $ac_compiler_gnu = yes; then
4932 ac_test_CFLAGS=${CFLAGS+set}
4933 ac_save_CFLAGS=$CFLAGS
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4935 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4936 if ${ac_cv_prog_cc_g+:} false; then :
4937 $as_echo_n "(cached) " >&6
4939 ac_save_c_werror_flag=$ac_c_werror_flag
4940 ac_c_werror_flag=yes
4943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4944 /* end confdefs.h. */
4954 if ac_fn_c_try_compile "$LINENO"; then :
4958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4959 /* end confdefs.h. */
4969 if ac_fn_c_try_compile "$LINENO"; then :
4972 ac_c_werror_flag=$ac_save_c_werror_flag
4974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4975 /* end confdefs.h. */
4985 if ac_fn_c_try_compile "$LINENO"; then :
4988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4993 ac_c_werror_flag=$ac_save_c_werror_flag
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4996 $as_echo "$ac_cv_prog_cc_g" >&6; }
4997 if test "$ac_test_CFLAGS" = set; then
4998 CFLAGS=$ac_save_CFLAGS
4999 elif test $ac_cv_prog_cc_g = yes; then
5000 if test "$GCC" = yes; then
5006 if test "$GCC" = yes; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5013 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5014 if ${ac_cv_prog_cc_c89+:} false; then :
5015 $as_echo_n "(cached) " >&6
5017 ac_cv_prog_cc_c89=no
5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5020 /* end confdefs.h. */
5024 /* Most of the following tests are stolen from RCS 5.7's src
/conf.sh.
*/
5025 struct buf
{ int x
; };
5026 FILE
* (*rcsopen
) (struct buf
*, struct stat
*, int
);
5027 static char
*e
(p
, i
)
5033 static char
*f
(char
* (*g
) (char
**, int
), char
**p
, ...
)
5038 s
= g
(p
, va_arg
(v
,int
));
5043 /* OSF
4.0 Compaq cc is some
sort of almost-ANSI by default. It has
5044 function prototypes and stuff
, but not
'\xHH' hex character constants.
5045 These don
't provoke an error unfortunately, instead are silently treated
5046 as 'x
'. The following induces an error, until -std is added to get
5047 proper ANSI mode. Curiously '\x00'!='x
' always comes out true, for an
5048 array size at least. It's necessary to
write '\x00'==0 to get something
5049 that
's true only with -std. */
5050 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5052 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5053 inside strings and character constants. */
5055 int xlc6_cc_array[FOO(a) == 'x
' ? 1 : -1];
5057 int test (int i, double x);
5058 struct s1 {int (*f) (int a);};
5059 struct s2 {int (*f) (double a);};
5060 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5066 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5071 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5072 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5074 CC="$ac_save_CC $ac_arg"
5075 if ac_fn_c_try_compile "$LINENO"; then :
5076 ac_cv_prog_cc_c89=$ac_arg
5078 rm -f core conftest.err conftest.$ac_objext
5079 test "x$ac_cv_prog_cc_c89" != "xno" && break
5081 rm -f conftest.$ac_ext
5086 case "x$ac_cv_prog_cc_c89" in
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5089 $as_echo "none needed" >&6; } ;;
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5092 $as_echo "unsupported" >&6; } ;;
5094 CC="$CC $ac_cv_prog_cc_c89"
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5096 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5098 if test "x$ac_cv_prog_cc_c89" != xno; then :
5103 ac_cpp='$CPP $CPPFLAGS'
5104 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
5105 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
5106 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5109 ac_cpp='$CPP $CPPFLAGS'
5110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
5111 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
5112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5114 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5115 if ${am_cv_prog_cc_c_o+:} false; then :
5116 $as_echo_n "(cached) " >&6
5118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5119 /* end confdefs.h. */
5129 # Make sure it works both with $CC and with simple cc.
5130 # Following AC_PROG_CC_C_O, we do the test twice because some
5131 # compilers refuse to overwrite an existing .o file with -o,
5132 # though they will create one.
5133 am_cv_prog_cc_c_o=yes
5135 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5136 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5139 (exit $ac_status); } \
5140 && test -f conftest2.$ac_objext; then
5143 am_cv_prog_cc_c_o=no
5147 rm -f core conftest*
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5151 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5152 if test "$am_cv_prog_cc_c_o" != yes; then
5153 # Losing compiler, so override with the script.
5154 # FIXME: It is wrong to rewrite CC.
5155 # But if we don't
then we get into trouble of one
sort or another.
5156 # A longer-term fix would be to have automake use am__CC in this case,
5157 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5158 CC
="$am_aux_dir/compile $CC"
5161 ac_cpp
='$CPP $CPPFLAGS'
5162 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5163 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5164 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5167 if test -n "$ac_tool_prefix"; then
5168 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5169 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5171 $as_echo_n "checking for $ac_word... " >&6; }
5172 if ${ac_cv_prog_RANLIB+:} false
; then :
5173 $as_echo_n "(cached) " >&6
5175 if test -n "$RANLIB"; then
5176 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5182 test -z "$as_dir" && as_dir
=.
5183 for ac_exec_ext
in '' $ac_executable_extensions; do
5184 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5185 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5195 RANLIB
=$ac_cv_prog_RANLIB
5196 if test -n "$RANLIB"; then
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5198 $as_echo "$RANLIB" >&6; }
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5201 $as_echo "no" >&6; }
5206 if test -z "$ac_cv_prog_RANLIB"; then
5207 ac_ct_RANLIB
=$RANLIB
5208 # Extract the first word of "ranlib", so it can be a program name with args.
5209 set dummy ranlib
; ac_word
=$2
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5211 $as_echo_n "checking for $ac_word... " >&6; }
5212 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5213 $as_echo_n "(cached) " >&6
5215 if test -n "$ac_ct_RANLIB"; then
5216 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5222 test -z "$as_dir" && as_dir
=.
5223 for ac_exec_ext
in '' $ac_executable_extensions; do
5224 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5225 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5235 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5236 if test -n "$ac_ct_RANLIB"; then
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5238 $as_echo "$ac_ct_RANLIB" >&6; }
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5241 $as_echo "no" >&6; }
5244 if test "x$ac_ct_RANLIB" = x
; then
5247 case $cross_compiling:$ac_tool_warned in
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5251 ac_tool_warned
=yes ;;
5253 RANLIB
=$ac_ct_RANLIB
5256 RANLIB
="$ac_cv_prog_RANLIB"
5259 if test -n "$ac_tool_prefix"; then
5260 for ac_prog
in ar lib
"link -lib"
5262 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5263 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5265 $as_echo_n "checking for $ac_word... " >&6; }
5266 if ${ac_cv_prog_AR+:} false
; then :
5267 $as_echo_n "(cached) " >&6
5269 if test -n "$AR"; then
5270 ac_cv_prog_AR
="$AR" # Let the user override the test.
5272 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5276 test -z "$as_dir" && as_dir
=.
5277 for ac_exec_ext
in '' $ac_executable_extensions; do
5278 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5279 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5290 if test -n "$AR"; then
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5292 $as_echo "$AR" >&6; }
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5295 $as_echo "no" >&6; }
5299 test -n "$AR" && break
5302 if test -z "$AR"; then
5304 for ac_prog
in ar lib
"link -lib"
5306 # Extract the first word of "$ac_prog", so it can be a program name with args.
5307 set dummy
$ac_prog; ac_word
=$2
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5309 $as_echo_n "checking for $ac_word... " >&6; }
5310 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5311 $as_echo_n "(cached) " >&6
5313 if test -n "$ac_ct_AR"; then
5314 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5316 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5320 test -z "$as_dir" && as_dir
=.
5321 for ac_exec_ext
in '' $ac_executable_extensions; do
5322 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5323 ac_cv_prog_ac_ct_AR
="$ac_prog"
5324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5334 if test -n "$ac_ct_AR"; then
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5336 $as_echo "$ac_ct_AR" >&6; }
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5339 $as_echo "no" >&6; }
5343 test -n "$ac_ct_AR" && break
5346 if test "x$ac_ct_AR" = x
; then
5349 case $cross_compiling:$ac_tool_warned in
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5352 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5353 ac_tool_warned
=yes ;;
5361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
5362 $as_echo_n "checking the archiver ($AR) interface... " >&6; }
5363 if ${am_cv_ar_interface+:} false
; then :
5364 $as_echo_n "(cached) " >&6
5367 ac_cpp
='$CPP $CPPFLAGS'
5368 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5369 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5370 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5372 am_cv_ar_interface
=ar
5373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5374 /* end confdefs.h. */
5375 int some_variable = 0;
5377 if ac_fn_c_try_compile
"$LINENO"; then :
5378 am_ar_try
='$AR cru libconftest.a conftest.$ac_objext >&5'
5379 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
5380 (eval $am_ar_try) 2>&5
5382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5383 test $ac_status = 0; }
5384 if test "$ac_status" -eq 0; then
5385 am_cv_ar_interface
=ar
5387 am_ar_try
='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
5388 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
5389 (eval $am_ar_try) 2>&5
5391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5392 test $ac_status = 0; }
5393 if test "$ac_status" -eq 0; then
5394 am_cv_ar_interface
=lib
5396 am_cv_ar_interface
=unknown
5399 rm -f conftest.lib libconftest.a
5402 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5404 ac_cpp
='$CPP $CPPFLAGS'
5405 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5406 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5407 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
5411 $as_echo "$am_cv_ar_interface" >&6; }
5413 case $am_cv_ar_interface in
5417 # Microsoft lib, so override with the ar-lib wrapper script.
5418 # FIXME: It is wrong to rewrite AR.
5419 # But if we don't then we get into trouble of one sort or another.
5420 # A longer-term fix would be to have automake use am__AR in this case,
5421 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
5423 AR
="$am_aux_dir/ar-lib $AR"
5426 as_fn_error $?
"could not determine $AR interface" "$LINENO" 5
5431 # Check whether --enable-shared was given.
5432 if test "${enable_shared+set}" = set; then :
5433 enableval
=$enable_shared; p
=${PACKAGE-default}
5435 yes) enable_shared
=yes ;;
5436 no
) enable_shared
=no
;;
5439 # Look at the argument we got. We use all the common list separators.
5440 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
5441 for pkg
in $enableval; do
5443 if test "X$pkg" = "X$p"; then
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5466 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5471 macro_version
='2.2.7a'
5472 macro_revision
='1.3134'
5486 ltmain
="$ac_aux_dir/ltmain.sh"
5488 # Backslashify metacharacters that are still active within
5489 # double-quoted strings.
5490 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5492 # Same as above, but do not quote variable references.
5493 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5495 # Sed substitution to delay expansion of an escaped shell variable in a
5496 # double_quote_subst'ed string.
5497 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5499 # Sed substitution to delay expansion of an escaped single quote.
5500 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5502 # Sed substitution to avoid accidental globbing in evaled expressions
5503 no_glob_subst
='s/\*/\\\*/g'
5505 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5506 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5507 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5510 $as_echo_n "checking how to print strings... " >&6; }
5511 # Test print first, because it will be a builtin if present.
5512 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5513 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5515 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5518 # Use this function as a fallback that always works.
5519 func_fallback_echo ()
5521 eval 'cat <<_LTECHO_EOF
5525 ECHO='func_fallback_echo
'
5528 # func_echo_all arg...
5529 # Invoke $ECHO with all args, space-separated.
5536 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5537 $as_echo "printf" >&6; } ;;
5538 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5539 $as_echo "print -r" >&6; } ;;
5540 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5541 $as_echo "cat" >&6; } ;;
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5558 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5559 if ${ac_cv_path_SED+:} false; then :
5560 $as_echo_n "(cached) " >&6
5562 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5563 for ac_i in 1 2 3 4 5 6 7; do
5564 ac_script="$ac_script$as_nl$ac_script"
5566 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5567 { ac_script=; unset ac_script;}
5568 if test -z "$SED"; then
5569 ac_path_SED_found=false
5570 # Loop through the user's path and
test for each of PROGNAME-LIST
5571 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5575 test -z "$as_dir" && as_dir
=.
5576 for ac_prog
in sed gsed
; do
5577 for ac_exec_ext
in '' $ac_executable_extensions; do
5578 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5579 as_fn_executable_p
"$ac_path_SED" ||
continue
5580 # Check for GNU ac_path_SED and select it if it is found.
5581 # Check for GNU $ac_path_SED
5582 case `"$ac_path_SED" --version 2>&1` in
5584 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5587 $as_echo_n 0123456789 >"conftest.in"
5590 cat "conftest.in" "conftest.in" >"conftest.tmp"
5591 mv "conftest.tmp" "conftest.in"
5592 cp "conftest.in" "conftest.nl"
5593 $as_echo '' >> "conftest.nl"
5594 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5595 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5596 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5597 if test $ac_count -gt ${ac_path_SED_max-0}; then
5598 # Best one so far, save it but keep looking for a better one
5599 ac_cv_path_SED
="$ac_path_SED"
5600 ac_path_SED_max
=$ac_count
5602 # 10*(2^10) chars as input seems more than enough
5603 test $ac_count -gt 10 && break
5605 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5608 $ac_path_SED_found && break 3
5613 if test -z "$ac_cv_path_SED"; then
5614 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5622 $as_echo "$ac_cv_path_SED" >&6; }
5623 SED
="$ac_cv_path_SED"
5626 test -z "$SED" && SED
=sed
5627 Xsed
="$SED -e 1s/^X//"
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5640 $as_echo_n "checking for fgrep... " >&6; }
5641 if ${ac_cv_path_FGREP+:} false
; then :
5642 $as_echo_n "(cached) " >&6
5644 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5645 then ac_cv_path_FGREP
="$GREP -F"
5647 if test -z "$FGREP"; then
5648 ac_path_FGREP_found
=false
5649 # Loop through the user's path and test for each of PROGNAME-LIST
5650 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5651 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5654 test -z "$as_dir" && as_dir
=.
5655 for ac_prog
in fgrep
; do
5656 for ac_exec_ext
in '' $ac_executable_extensions; do
5657 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5658 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5659 # Check for GNU ac_path_FGREP and select it if it is found.
5660 # Check for GNU $ac_path_FGREP
5661 case `"$ac_path_FGREP" --version 2>&1` in
5663 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5666 $as_echo_n 0123456789 >"conftest.in"
5669 cat "conftest.in" "conftest.in" >"conftest.tmp"
5670 mv "conftest.tmp" "conftest.in"
5671 cp "conftest.in" "conftest.nl"
5672 $as_echo 'FGREP' >> "conftest.nl"
5673 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5674 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5675 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5676 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5677 # Best one so far, save it but keep looking for a better one
5678 ac_cv_path_FGREP
="$ac_path_FGREP"
5679 ac_path_FGREP_max
=$ac_count
5681 # 10*(2^10) chars as input seems more than enough
5682 test $ac_count -gt 10 && break
5684 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5687 $ac_path_FGREP_found && break 3
5692 if test -z "$ac_cv_path_FGREP"; then
5693 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5696 ac_cv_path_FGREP
=$FGREP
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5702 $as_echo "$ac_cv_path_FGREP" >&6; }
5703 FGREP
="$ac_cv_path_FGREP"
5706 test -z "$GREP" && GREP
=grep
5726 # Check whether --with-gnu-ld was given.
5727 if test "${with_gnu_ld+set}" = set; then :
5728 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5734 if test "$GCC" = yes; then
5735 # Check if gcc -print-prog-name=ld gives a path.
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5737 $as_echo_n "checking for ld used by $CC... " >&6; }
5740 # gcc leaves a trailing carriage return which upsets mingw
5741 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5743 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5746 # Accept absolute paths.
5748 re_direlt
='/[^/][^/]*/\.\./'
5749 # Canonicalize the pathname of ld
5750 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5751 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5752 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5754 test -z "$LD" && LD
="$ac_prog"
5757 # If it fails, then pretend we aren't using GCC.
5761 # If it is relative, then search for the first ld in PATH.
5765 elif test "$with_gnu_ld" = yes; then
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5767 $as_echo_n "checking for GNU ld... " >&6; }
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5770 $as_echo_n "checking for non-GNU ld... " >&6; }
5772 if ${lt_cv_path_LD+:} false
; then :
5773 $as_echo_n "(cached) " >&6
5775 if test -z "$LD"; then
5776 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5777 for ac_dir
in $PATH; do
5779 test -z "$ac_dir" && ac_dir
=.
5780 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5781 lt_cv_path_LD
="$ac_dir/$ac_prog"
5782 # Check to see if the program is GNU ld. I'd rather use --version,
5783 # but apparently some variants of GNU ld only accept -v.
5784 # Break only if it was the GNU/non-GNU ld that we prefer.
5785 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5786 *GNU
* |
*'with BFD'*)
5787 test "$with_gnu_ld" != no
&& break
5790 test "$with_gnu_ld" != yes && break
5797 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5802 if test -n "$LD"; then
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5804 $as_echo "$LD" >&6; }
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5807 $as_echo "no" >&6; }
5809 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5811 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5812 if ${lt_cv_prog_gnu_ld+:} false
; then :
5813 $as_echo_n "(cached) " >&6
5815 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5816 case `$LD -v 2>&1 </dev/null` in
5817 *GNU
* |
*'with BFD'*)
5818 lt_cv_prog_gnu_ld
=yes
5821 lt_cv_prog_gnu_ld
=no
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5826 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5827 with_gnu_ld
=$lt_cv_prog_gnu_ld
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5838 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5839 if ${lt_cv_path_NM+:} false
; then :
5840 $as_echo_n "(cached) " >&6
5842 if test -n "$NM"; then
5843 # Let the user override the nm to test.
5844 lt_nm_to_check
="$NM"
5846 lt_nm_to_check
="${ac_tool_prefix}nm"
5847 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5848 lt_nm_to_check
="$lt_nm_to_check nm"
5851 for lt_tmp_nm
in "$lt_nm_to_check"; do
5852 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5853 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5855 test -z "$ac_dir" && ac_dir
=.
5856 # Strip out any user-provided options from the nm to test twice,
5857 # the first time to test to see if nm (rather than its options) has
5858 # an explicit path, the second time to yield a file which can be
5860 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5861 case "$tmp_nm_path" in
5862 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
5863 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
5865 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5866 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
5867 # Check to see if the nm accepts a BSD-compat flag.
5868 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5869 # nm: unknown option "B" ignored
5870 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5871 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
5875 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5877 lt_cv_path_NM
="$tmp_nm -p"
5881 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5882 continue # so that we can try to find one that supports BSD flags
5891 : ${lt_cv_path_NM=no}
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5894 $as_echo "$lt_cv_path_NM" >&6; }
5895 if test "$lt_cv_path_NM" != "no"; then
5898 # Didn't find any BSD compatible name lister, look for dumpbin.
5899 if test -n "$DUMPBIN"; then :
5900 # Let the user override the test.
5902 if test -n "$ac_tool_prefix"; then
5903 for ac_prog
in dumpbin
"link -dump"
5905 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5906 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5908 $as_echo_n "checking for $ac_word... " >&6; }
5909 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5910 $as_echo_n "(cached) " >&6
5912 if test -n "$DUMPBIN"; then
5913 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5915 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5919 test -z "$as_dir" && as_dir
=.
5920 for ac_exec_ext
in '' $ac_executable_extensions; do
5921 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5922 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5932 DUMPBIN
=$ac_cv_prog_DUMPBIN
5933 if test -n "$DUMPBIN"; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5935 $as_echo "$DUMPBIN" >&6; }
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938 $as_echo "no" >&6; }
5942 test -n "$DUMPBIN" && break
5945 if test -z "$DUMPBIN"; then
5946 ac_ct_DUMPBIN
=$DUMPBIN
5947 for ac_prog
in dumpbin
"link -dump"
5949 # Extract the first word of "$ac_prog", so it can be a program name with args.
5950 set dummy
$ac_prog; ac_word
=$2
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5952 $as_echo_n "checking for $ac_word... " >&6; }
5953 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5954 $as_echo_n "(cached) " >&6
5956 if test -n "$ac_ct_DUMPBIN"; then
5957 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5959 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5963 test -z "$as_dir" && as_dir
=.
5964 for ac_exec_ext
in '' $ac_executable_extensions; do
5965 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5966 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5977 if test -n "$ac_ct_DUMPBIN"; then
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5979 $as_echo "$ac_ct_DUMPBIN" >&6; }
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5982 $as_echo "no" >&6; }
5986 test -n "$ac_ct_DUMPBIN" && break
5989 if test "x$ac_ct_DUMPBIN" = x
; then
5992 case $cross_compiling:$ac_tool_warned in
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5995 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5996 ac_tool_warned
=yes ;;
5998 DUMPBIN
=$ac_ct_DUMPBIN
6002 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6004 DUMPBIN
="$DUMPBIN -symbols"
6012 if test "$DUMPBIN" != ":"; then
6016 test -z "$NM" && NM
=nm
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6024 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6025 if ${lt_cv_nm_interface+:} false
; then :
6026 $as_echo_n "(cached) " >&6
6028 lt_cv_nm_interface
="BSD nm"
6029 echo "int some_variable = 0;" > conftest.
$ac_ext
6030 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6031 (eval "$ac_compile" 2>conftest.err
)
6032 cat conftest.err
>&5
6033 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6034 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
6035 cat conftest.err
>&5
6036 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6037 cat conftest.out
>&5
6038 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
6039 lt_cv_nm_interface
="MS dumpbin"
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6044 $as_echo "$lt_cv_nm_interface" >&6; }
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6047 $as_echo_n "checking whether ln -s works... " >&6; }
6049 if test "$LN_S" = "ln -s"; then
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6051 $as_echo "yes" >&6; }
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6054 $as_echo "no, using $LN_S" >&6; }
6057 # find the maximum length of command line arguments
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6059 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6060 if ${lt_cv_sys_max_cmd_len+:} false
; then :
6061 $as_echo_n "(cached) " >&6
6068 # On DJGPP, this test can blow up pretty badly due to problems in libc
6069 # (any single argument exceeding 2000 bytes causes a buffer overrun
6070 # during glob expansion). Even if it were fixed, the result of this
6071 # check would be larger than it should be.
6072 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
6076 # Under GNU Hurd, this test is not required because there is
6077 # no limit to the length of command line arguments.
6078 # Libtool will interpret -1 as no limit whatsoever
6079 lt_cv_sys_max_cmd_len
=-1;
6082 cygwin
* | mingw
* | cegcc
*)
6083 # On Win9x/ME, this test blows up -- it succeeds, but takes
6084 # about 5 minutes as the teststring grows exponentially.
6085 # Worse, since 9x/ME are not pre-emptively multitasking,
6086 # you end up with a "frozen" computer, even though with patience
6087 # the test eventually succeeds (with a max line length of 256k).
6088 # Instead, let's just punt: use the minimum linelength reported by
6089 # all of the supported platforms: 8192 (on NT/2K/XP).
6090 lt_cv_sys_max_cmd_len
=8192;
6094 # On MiNT this can take a long time and run out of memory.
6095 lt_cv_sys_max_cmd_len
=8192;
6099 # On AmigaOS with pdksh, this test takes hours, literally.
6100 # So we just punt and use a minimum line length of 8192.
6101 lt_cv_sys_max_cmd_len
=8192;
6104 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
6105 # This has been around since 386BSD, at least. Likely further.
6106 if test -x /sbin
/sysctl
; then
6107 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
6108 elif test -x /usr
/sbin
/sysctl
; then
6109 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
6111 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
6113 # And add a safety zone
6114 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6115 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6119 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6120 lt_cv_sys_max_cmd_len
=196608
6124 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6125 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6126 # nice to cause kernel panics so lets avoid the loop below.
6127 # First set a reasonable default.
6128 lt_cv_sys_max_cmd_len
=16384
6130 if test -x /sbin
/sysconfig
; then
6131 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6132 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
6137 lt_cv_sys_max_cmd_len
=102400
6139 sysv5
* | sco5v6
* | sysv4.2uw2
*)
6140 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6141 if test -n "$kargmax"; then
6142 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
6144 lt_cv_sys_max_cmd_len
=32768
6148 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
6149 if test -n "$lt_cv_sys_max_cmd_len"; then
6150 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6151 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6153 # Make teststring a little bigger before we do anything with it.
6154 # a 1K string should be a reasonable start.
6155 for i
in 1 2 3 4 5 6 7 8 ; do
6156 teststring
=$teststring$teststring
6158 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6159 # If test is not a shell built-in, we'll probably end up computing a
6160 # maximum length that is only half of the actual maximum length, but
6162 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6163 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
6164 test $i != 17 # 1/2 MB should be enough
6167 teststring
=$teststring$teststring
6169 # Only check the string length outside the loop.
6170 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
6172 # Add a significant safety factor because C++ compilers can tack on
6173 # massive amounts of additional arguments before passing them to the
6174 # linker. It appears as though 1/2 is a usable value.
6175 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6182 if test -n $lt_cv_sys_max_cmd_len ; then
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6184 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6187 $as_echo "none" >&6; }
6189 max_cmd_len
=$lt_cv_sys_max_cmd_len
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6201 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6202 # Try some XSI features
6205 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6207 && eval 'test $(( 1 + 1 )) -eq 2 \
6208 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6211 $as_echo "$xsi_shell" >&6; }
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6215 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6217 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6219 && lt_shell_append=yes
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6221 $as_echo "$lt_shell_append" >&6; }
6224 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6234 # test EBCDIC or ASCII
6235 case `echo X|tr X '\101'` in
6236 A) # ASCII based system
6237 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6238 lt_SP2NL='tr \040 \012'
6239 lt_NL2SP='tr \015\012 \040\040'
6241 *) # EBCDIC based system
6242 lt_SP2NL='tr \100 \n'
6243 lt_NL2SP='tr \r\n \100\100'
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6256 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6257 if ${lt_cv_ld_reload_flag+:} false; then :
6258 $as_echo_n "(cached
) " >&6
6260 lt_cv_ld_reload_flag='-r'
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6263 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6264 reload_flag=$lt_cv_ld_reload_flag
6265 case $reload_flag in
6267 *) reload_flag=" $reload_flag" ;;
6269 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6272 if test "$GCC" = yes; then
6273 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6275 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6288 if test -n "$ac_tool_prefix"; then
6289 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6290 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6292 $as_echo_n "checking
for $ac_word...
" >&6; }
6293 if ${ac_cv_prog_OBJDUMP+:} false; then :
6294 $as_echo_n "(cached
) " >&6
6296 if test -n "$OBJDUMP"; then
6297 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6303 test -z "$as_dir" && as_dir=.
6304 for ac_exec_ext in '' $ac_executable_extensions; do
6305 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6306 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6307 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6316 OBJDUMP=$ac_cv_prog_OBJDUMP
6317 if test -n "$OBJDUMP"; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
6319 $as_echo "$OBJDUMP" >&6; }
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6322 $as_echo "no
" >&6; }
6327 if test -z "$ac_cv_prog_OBJDUMP"; then
6328 ac_ct_OBJDUMP=$OBJDUMP
6329 # Extract the first word of "objdump
", so it can be a program name with args.
6330 set dummy objdump; ac_word=$2
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6332 $as_echo_n "checking
for $ac_word...
" >&6; }
6333 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6334 $as_echo_n "(cached
) " >&6
6336 if test -n "$ac_ct_OBJDUMP"; then
6337 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6343 test -z "$as_dir" && as_dir=.
6344 for ac_exec_ext in '' $ac_executable_extensions; do
6345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6346 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
6347 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6356 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6357 if test -n "$ac_ct_OBJDUMP"; then
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
6359 $as_echo "$ac_ct_OBJDUMP" >&6; }
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6362 $as_echo "no
" >&6; }
6365 if test "x
$ac_ct_OBJDUMP" = x; then
6368 case $cross_compiling:$ac_tool_warned in
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6371 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6372 ac_tool_warned=yes ;;
6374 OBJDUMP=$ac_ct_OBJDUMP
6377 OBJDUMP="$ac_cv_prog_OBJDUMP"
6380 test -z "$OBJDUMP" && OBJDUMP=objdump
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6391 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6392 if ${lt_cv_deplibs_check_method+:} false; then :
6393 $as_echo_n "(cached
) " >&6
6395 lt_cv_file_magic_cmd='$MAGIC_CMD'
6396 lt_cv_file_magic_test_file=
6397 lt_cv_deplibs_check_method='unknown'
6398 # Need to set the preceding variable on all platforms that support
6399 # interlibrary dependencies.
6400 # 'none' -- dependencies not supported.
6401 # `unknown' -- same as none, but documents that we really don't know.
6402 # 'pass_all' -- all dependencies passed with no checks.
6403 # 'test_compile' -- check by making test program.
6404 # 'file_magic [[regex]]' -- check by looking for files in library path
6405 # which responds to the $file_magic_cmd with a given extended regex.
6406 # If you have `file' or equivalent on your system and you're not sure
6407 # whether `pass_all' will *always* work, you probably want this one.
6411 lt_cv_deplibs_check_method=pass_all
6415 lt_cv_deplibs_check_method=pass_all
6419 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6420 lt_cv_file_magic_cmd='/usr/bin/file -L'
6421 lt_cv_file_magic_test_file=/shlib/libc.so
6425 # func_win32_libid is a shell function defined in ltmain.sh
6426 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6427 lt_cv_file_magic_cmd='func_win32_libid'
6431 # Base MSYS/MinGW do not provide the 'file' command needed by
6432 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6433 # unless we find 'file', for example because we are cross-compiling.
6434 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6435 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6436 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6437 lt_cv_file_magic_cmd='func_win32_libid'
6439 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6440 lt_cv_file_magic_cmd='$OBJDUMP -f'
6445 # use the weaker test based on 'objdump'. See mingw*.
6446 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6447 lt_cv_file_magic_cmd='$OBJDUMP -f'
6450 darwin* | rhapsody*)
6451 lt_cv_deplibs_check_method=pass_all
6454 freebsd* | dragonfly*)
6455 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6458 # Not sure whether the presence of OpenBSD here was a mistake.
6459 # Let's accept both of them until this is cleared up.
6460 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6461 lt_cv_file_magic_cmd=/usr/bin/file
6462 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6466 lt_cv_deplibs_check_method=pass_all
6471 lt_cv_deplibs_check_method=pass_all
6475 lt_cv_deplibs_check_method=pass_all
6478 hpux10.20* | hpux11*)
6479 lt_cv_file_magic_cmd=/usr/bin/file
6482 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6483 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6486 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]'
6487 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6490 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6491 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6497 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6498 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6501 irix5* | irix6* | nonstopux*)
6503 *-32|*"-32 ") libmagic=32-bit;;
6504 *-n32|*"-n32 ") libmagic=N32;;
6505 *-64|*"-64 ") libmagic=64-bit;;
6506 *) libmagic=never-match;;
6508 lt_cv_deplibs_check_method=pass_all
6511 # This must be Linux ELF.
6512 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
6513 lt_cv_deplibs_check_method=pass_all
6517 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6518 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6520 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6525 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6526 lt_cv_file_magic_cmd=/usr/bin/file
6527 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6531 lt_cv_deplibs_check_method=pass_all
6535 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6536 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6538 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6542 osf3* | osf4* | osf5*)
6543 lt_cv_deplibs_check_method=pass_all
6547 lt_cv_deplibs_check_method=pass_all
6551 lt_cv_deplibs_check_method=pass_all
6554 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6555 lt_cv_deplibs_check_method=pass_all
6559 case $host_vendor in
6561 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]'
6562 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6565 lt_cv_deplibs_check_method=pass_all
6568 lt_cv_file_magic_cmd='/bin/file'
6569 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6572 lt_cv_file_magic_cmd='/bin/file'
6573 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6574 lt_cv_file_magic_test_file=/lib/libc.so
6577 lt_cv_deplibs_check_method=pass_all
6580 lt_cv_deplibs_check_method=pass_all
6586 lt_cv_deplibs_check_method=pass_all
6589 # Assume VxWorks cross toolchains are built on Linux, possibly
6590 # as canadian for Windows hosts.
6591 lt_cv_deplibs_check_method=pass_all
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6597 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6598 file_magic_cmd=$lt_cv_file_magic_cmd
6599 deplibs_check_method=$lt_cv_deplibs_check_method
6600 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6614 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
6615 for plugin in $plugin_names; do
6616 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6617 if test x$plugin_so = x$plugin; then
6618 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6620 if test x$plugin_so != x$plugin; then
6621 plugin_option="--plugin $plugin_so"
6626 if test -n "$ac_tool_prefix"; then
6627 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6628 set dummy ${ac_tool_prefix}ar; ac_word=$2
6629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6630 $as_echo_n "checking
for $ac_word...
" >&6; }
6631 if ${ac_cv_prog_AR+:} false; then :
6632 $as_echo_n "(cached
) " >&6
6634 if test -n "$AR"; then
6635 ac_cv_prog_AR="$AR" # Let the user override the test.
6637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6641 test -z "$as_dir" && as_dir=.
6642 for ac_exec_ext in '' $ac_executable_extensions; do
6643 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6644 ac_cv_prog_AR="${ac_tool_prefix}ar"
6645 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6655 if test -n "$AR"; then
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6657 $as_echo "$AR" >&6; }
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6660 $as_echo "no
" >&6; }
6665 if test -z "$ac_cv_prog_AR"; then
6667 # Extract the first word of "ar", so it can be a program name with args.
6668 set dummy ar; ac_word=$2
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6670 $as_echo_n "checking
for $ac_word...
" >&6; }
6671 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6672 $as_echo_n "(cached
) " >&6
6674 if test -n "$ac_ct_AR"; then
6675 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6681 test -z "$as_dir" && as_dir=.
6682 for ac_exec_ext in '' $ac_executable_extensions; do
6683 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6684 ac_cv_prog_ac_ct_AR="ar"
6685 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6694 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6695 if test -n "$ac_ct_AR"; then
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6697 $as_echo "$ac_ct_AR" >&6; }
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6700 $as_echo "no
" >&6; }
6703 if test "x
$ac_ct_AR" = x; then
6706 case $cross_compiling:$ac_tool_warned in
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6709 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6710 ac_tool_warned=yes ;;
6718 test -z "$AR" && AR=ar
6719 if test -n "$plugin_option"; then
6720 if $AR --help 2>&1 | grep -q "\
--plugin"; then
6722 $AR $plugin_option rc conftest.a conftest.c
6723 if test "$?
" != 0; then
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
6725 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
6727 AR="$AR $plugin_option"
6732 test -z "$AR_FLAGS" && AR_FLAGS=cru
6744 if test -n "$ac_tool_prefix"; then
6745 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6746 set dummy ${ac_tool_prefix}strip; ac_word=$2
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6748 $as_echo_n "checking
for $ac_word...
" >&6; }
6749 if ${ac_cv_prog_STRIP+:} false; then :
6750 $as_echo_n "(cached
) " >&6
6752 if test -n "$STRIP"; then
6753 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6759 test -z "$as_dir" && as_dir=.
6760 for ac_exec_ext in '' $ac_executable_extensions; do
6761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6762 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6763 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6772 STRIP=$ac_cv_prog_STRIP
6773 if test -n "$STRIP"; then
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6775 $as_echo "$STRIP" >&6; }
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6778 $as_echo "no
" >&6; }
6783 if test -z "$ac_cv_prog_STRIP"; then
6785 # Extract the first word of "strip
", so it can be a program name with args.
6786 set dummy strip; ac_word=$2
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6788 $as_echo_n "checking
for $ac_word...
" >&6; }
6789 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6790 $as_echo_n "(cached
) " >&6
6792 if test -n "$ac_ct_STRIP"; then
6793 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6799 test -z "$as_dir" && as_dir=.
6800 for ac_exec_ext in '' $ac_executable_extensions; do
6801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6802 ac_cv_prog_ac_ct_STRIP="strip
"
6803 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6812 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6813 if test -n "$ac_ct_STRIP"; then
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6815 $as_echo "$ac_ct_STRIP" >&6; }
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6818 $as_echo "no
" >&6; }
6821 if test "x
$ac_ct_STRIP" = x; then
6824 case $cross_compiling:$ac_tool_warned in
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6827 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6828 ac_tool_warned=yes ;;
6833 STRIP="$ac_cv_prog_STRIP"
6836 test -z "$STRIP" && STRIP=:
6843 if test -n "$ac_tool_prefix"; then
6844 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6845 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6847 $as_echo_n "checking
for $ac_word...
" >&6; }
6848 if ${ac_cv_prog_RANLIB+:} false; then :
6849 $as_echo_n "(cached
) " >&6
6851 if test -n "$RANLIB"; then
6852 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6858 test -z "$as_dir" && as_dir=.
6859 for ac_exec_ext in '' $ac_executable_extensions; do
6860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6861 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6862 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6871 RANLIB=$ac_cv_prog_RANLIB
6872 if test -n "$RANLIB"; then
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6874 $as_echo "$RANLIB" >&6; }
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6877 $as_echo "no
" >&6; }
6882 if test -z "$ac_cv_prog_RANLIB"; then
6883 ac_ct_RANLIB=$RANLIB
6884 # Extract the first word of "ranlib
", so it can be a program name with args.
6885 set dummy ranlib; ac_word=$2
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6887 $as_echo_n "checking
for $ac_word...
" >&6; }
6888 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6889 $as_echo_n "(cached
) " >&6
6891 if test -n "$ac_ct_RANLIB"; then
6892 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6898 test -z "$as_dir" && as_dir=.
6899 for ac_exec_ext in '' $ac_executable_extensions; do
6900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6901 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6902 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6911 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6912 if test -n "$ac_ct_RANLIB"; then
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6914 $as_echo "$ac_ct_RANLIB" >&6; }
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6917 $as_echo "no
" >&6; }
6920 if test "x
$ac_ct_RANLIB" = x; then
6923 case $cross_compiling:$ac_tool_warned in
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6926 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6927 ac_tool_warned=yes ;;
6929 RANLIB=$ac_ct_RANLIB
6932 RANLIB="$ac_cv_prog_RANLIB"
6935 test -z "$RANLIB" && RANLIB=:
6936 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6937 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6938 RANLIB="$RANLIB $plugin_option"
6947 # Determine commands to create old-style static archives.
6948 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6949 old_postinstall_cmds='chmod 644 $oldlib'
6950 old_postuninstall_cmds=
6952 if test -n "$RANLIB"; then
6955 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6958 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6961 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6966 lock_old_archive_extraction=yes ;;
6968 lock_old_archive_extraction=no ;;
7009 # If no C compiler was specified, use CC.
7012 # If no C compiler flags were specified, use CFLAGS.
7013 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7015 # Allow CC to be a program name with arguments.
7019 # Check for command to grab the raw symbol name followed by C symbol from nm.
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
7021 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
7022 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7023 $as_echo_n "(cached
) " >&6
7026 # These are sane defaults that work on at least a few old systems.
7027 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7029 # Character class describing NM global symbol codes.
7030 symcode='[BCDEGRST]'
7032 # Regexp to match symbols that can be accessed directly from C.
7033 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7035 # Define system-specific variables.
7040 cygwin* | mingw* | pw32* | cegcc*)
7041 symcode='[ABCDGISTW]'
7044 if test "$host_cpu" = ia64; then
7045 symcode='[ABCDEGRST]'
7049 symcode='[BCDEGRST]'
7052 symcode='[BCDEGQRST]'
7063 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7071 # If we're using GNU nm, then use its standard symbol codes.
7072 case `$NM -V 2>&1` in
7073 *GNU* | *'with BFD'*)
7074 symcode='[ABCDGIRSTW]' ;;
7077 # Transform an extracted symbol line into a proper C declaration.
7078 # Some systems (esp. on ia64) link data and code symbols differently,
7079 # so use this general approach.
7080 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7082 # Transform an extracted symbol line into symbol name and symbol address
7083 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7084 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'"
7086 # Handle CRLF in mingw tool chain
7090 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7094 # Try without a prefix underscore, then with it.
7095 for ac_symprfx in "" "_
"; do
7097 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7098 symxfrm="\\1 $ac_symprfx\\2 \\2"
7100 # Write the raw and C identifiers.
7101 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
7102 # Fake it for dumpbin and say T for any non-static function
7103 # and D for any global variable.
7104 # Also find C++ and __fastcall symbols from MSVC++,
7105 # which start with @ or ?.
7106 lt_cv_sys_global_symbol_pipe="$AWK '"\
7107 " {last_section=section; section=\$ 3};"\
7108 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7109 " \$ 0!~/External *\|/{next};"\
7110 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7111 " {if(hide[section]) next};"\
7112 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7113 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7114 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7115 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7116 " ' prfx
=^
$ac_symprfx"
7118 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7121 # Check to see that the pipe works correctly.
7125 cat > conftest.$ac_ext <<_LT_EOF
7130 void nm_test_func(void);
7131 void nm_test_func(void){}
7135 int main(){nm_test_var='a';nm_test_func();return(0);}
7138 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7139 (eval $ac_compile) 2>&5
7141 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7142 test $ac_status = 0; }; then
7143 # Now try to grab the symbols.
7145 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
7146 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7148 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7149 test $ac_status = 0; } && test -s "$nlist"; then
7150 # Try sorting and uniquifying the output.
7151 if sort "$nlist" | uniq > "$nlist"T; then
7152 mv -f "$nlist"T "$nlist"
7157 # Make sure that we snagged all the symbols we need.
7158 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7159 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7160 cat <<_LT_EOF > conftest.$ac_ext
7166 # Now generate the symbol file.
7167 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7169 cat <<_LT_EOF >> conftest.$ac_ext
7171 /* The mapping between symbol names and symbols. */
7176 lt__PROGRAM__LTX_preloaded_symbols[] =
7178 { "@PROGRAM@
", (void *) 0 },
7180 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7181 cat <<\_LT_EOF >> conftest.$ac_ext
7185 /* This works around a problem in FreeBSD linker */
7186 #ifdef FREEBSD_WORKAROUND
7187 static const void *lt_preloaded_setup() {
7188 return lt__PROGRAM__LTX_preloaded_symbols;
7196 # Now try linking the two files.
7197 mv conftest.$ac_objext conftstm.$ac_objext
7198 lt_save_LIBS="$LIBS"
7199 lt_save_CFLAGS="$CFLAGS"
7200 LIBS="conftstm.
$ac_objext"
7201 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7202 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7203 (eval $ac_link) 2>&5
7205 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7206 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7209 LIBS="$lt_save_LIBS"
7210 CFLAGS="$lt_save_CFLAGS"
7212 echo "cannot
find nm_test_func
in $nlist" >&5
7215 echo "cannot
find nm_test_var
in $nlist" >&5
7218 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
7221 echo "$progname: failed program was
:" >&5
7222 cat conftest.$ac_ext >&5
7224 rm -rf conftest* conftst*
7226 # Do not use the global_symbol_pipe unless it works.
7227 if test "$pipe_works" = yes; then
7230 lt_cv_sys_global_symbol_pipe=
7236 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7237 lt_cv_sys_global_symbol_to_cdecl=
7239 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7241 $as_echo "failed
" >&6; }
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7244 $as_echo "ok
" >&6; }
7268 # Check whether --enable-libtool-lock was given.
7269 if test "${enable_libtool_lock+set}" = set; then :
7270 enableval=$enable_libtool_lock;
7273 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7275 # Some flags need to be propagated to the compiler or linker for good
7279 # Find out which ABI we are using.
7280 echo 'int i;' > conftest.$ac_ext
7281 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7282 (eval $ac_compile) 2>&5
7284 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7285 test $ac_status = 0; }; then
7286 case `/usr/bin/file conftest.$ac_objext` in
7298 # Find out which ABI we are using.
7299 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7300 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7301 (eval $ac_compile) 2>&5
7303 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7304 test $ac_status = 0; }; then
7305 if test "$lt_cv_prog_gnu_ld" = yes; then
7306 case `/usr/bin/file conftest.$ac_objext` in
7308 LD="${LD-ld} -melf32bsmip"
7311 LD="${LD-ld} -melf32bmipn32"
7314 LD="${LD-ld} -melf64bmip"
7318 case `/usr/bin/file conftest.$ac_objext` in
7334 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7335 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7336 # Find out which ABI we are using.
7337 echo 'int i;' > conftest.$ac_ext
7338 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7339 (eval $ac_compile) 2>&5
7341 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7342 test $ac_status = 0; }; then
7343 case `/usr/bin/file conftest.o` in
7346 x86_64-*kfreebsd*-gnu)
7347 LD="${LD-ld} -m elf_i386_fbsd
"
7350 case `/usr/bin/file conftest.o` in
7352 LD="${LD-ld} -m elf32_x86_64
"
7355 LD="${LD-ld} -m elf_i386
"
7359 powerpc64le-*linux*)
7360 LD="${LD-ld} -m elf32lppclinux
"
7363 LD="${LD-ld} -m elf32ppclinux
"
7366 LD="${LD-ld} -m elf_s390
"
7369 LD="${LD-ld} -m elf32_sparc
"
7375 x86_64-*kfreebsd*-gnu)
7376 LD="${LD-ld} -m elf_x86_64_fbsd
"
7379 LD="${LD-ld} -m elf_x86_64
"
7382 LD="${LD-ld} -m elf64lppc
"
7385 LD="${LD-ld} -m elf64ppc
"
7387 s390*-*linux*|s390*-*tpf*)
7388 LD="${LD-ld} -m elf64_s390
"
7391 LD="${LD-ld} -m elf64_sparc
"
7401 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7402 SAVE_CFLAGS="$CFLAGS"
7403 CFLAGS="$CFLAGS -belf"
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
7405 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
7406 if ${lt_cv_cc_needs_belf+:} false; then :
7407 $as_echo_n "(cached
) " >&6
7410 ac_cpp='$CPP $CPPFLAGS'
7411 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7412 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7413 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7416 /* end confdefs.h. */
7426 if ac_fn_c_try_link "$LINENO"; then :
7427 lt_cv_cc_needs_belf=yes
7429 lt_cv_cc_needs_belf=no
7431 rm -f core conftest.err conftest.$ac_objext \
7432 conftest$ac_exeext conftest.$ac_ext
7434 ac_cpp='$CPP $CPPFLAGS'
7435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7441 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7442 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7443 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7444 CFLAGS="$SAVE_CFLAGS"
7448 # Find out which ABI we are using.
7449 echo 'int i;' > conftest.$ac_ext
7450 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7451 (eval $ac_compile) 2>&5
7453 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7454 test $ac_status = 0; }; then
7455 case `/usr/bin/file conftest.o` in
7457 case $lt_cv_prog_gnu_ld in
7458 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7460 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7472 need_locks="$enable_libtool_lock"
7476 rhapsody* | darwin*)
7477 if test -n "$ac_tool_prefix"; then
7478 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7479 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7481 $as_echo_n "checking
for $ac_word...
" >&6; }
7482 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7483 $as_echo_n "(cached
) " >&6
7485 if test -n "$DSYMUTIL"; then
7486 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7492 test -z "$as_dir" && as_dir=.
7493 for ac_exec_ext in '' $ac_executable_extensions; do
7494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7495 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7496 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7505 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7506 if test -n "$DSYMUTIL"; then
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7508 $as_echo "$DSYMUTIL" >&6; }
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7511 $as_echo "no
" >&6; }
7516 if test -z "$ac_cv_prog_DSYMUTIL"; then
7517 ac_ct_DSYMUTIL=$DSYMUTIL
7518 # Extract the first word of "dsymutil
", so it can be a program name with args.
7519 set dummy dsymutil; ac_word=$2
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7521 $as_echo_n "checking
for $ac_word...
" >&6; }
7522 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7523 $as_echo_n "(cached
) " >&6
7525 if test -n "$ac_ct_DSYMUTIL"; then
7526 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7532 test -z "$as_dir" && as_dir=.
7533 for ac_exec_ext in '' $ac_executable_extensions; do
7534 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7535 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7536 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7545 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7546 if test -n "$ac_ct_DSYMUTIL"; then
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7548 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7551 $as_echo "no
" >&6; }
7554 if test "x
$ac_ct_DSYMUTIL" = x; then
7557 case $cross_compiling:$ac_tool_warned in
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7560 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7561 ac_tool_warned=yes ;;
7563 DSYMUTIL=$ac_ct_DSYMUTIL
7566 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7569 if test -n "$ac_tool_prefix"; then
7570 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7571 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7573 $as_echo_n "checking
for $ac_word...
" >&6; }
7574 if ${ac_cv_prog_NMEDIT+:} false; then :
7575 $as_echo_n "(cached
) " >&6
7577 if test -n "$NMEDIT"; then
7578 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7584 test -z "$as_dir" && as_dir=.
7585 for ac_exec_ext in '' $ac_executable_extensions; do
7586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7587 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7588 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7597 NMEDIT=$ac_cv_prog_NMEDIT
7598 if test -n "$NMEDIT"; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7600 $as_echo "$NMEDIT" >&6; }
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7603 $as_echo "no
" >&6; }
7608 if test -z "$ac_cv_prog_NMEDIT"; then
7609 ac_ct_NMEDIT=$NMEDIT
7610 # Extract the first word of "nmedit
", so it can be a program name with args.
7611 set dummy nmedit; ac_word=$2
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7613 $as_echo_n "checking
for $ac_word...
" >&6; }
7614 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7615 $as_echo_n "(cached
) " >&6
7617 if test -n "$ac_ct_NMEDIT"; then
7618 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7624 test -z "$as_dir" && as_dir=.
7625 for ac_exec_ext in '' $ac_executable_extensions; do
7626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7627 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7628 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7637 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7638 if test -n "$ac_ct_NMEDIT"; then
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7640 $as_echo "$ac_ct_NMEDIT" >&6; }
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7643 $as_echo "no
" >&6; }
7646 if test "x
$ac_ct_NMEDIT" = x; then
7649 case $cross_compiling:$ac_tool_warned in
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7652 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7653 ac_tool_warned=yes ;;
7655 NMEDIT=$ac_ct_NMEDIT
7658 NMEDIT="$ac_cv_prog_NMEDIT"
7661 if test -n "$ac_tool_prefix"; then
7662 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7663 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7665 $as_echo_n "checking
for $ac_word...
" >&6; }
7666 if ${ac_cv_prog_LIPO+:} false; then :
7667 $as_echo_n "(cached
) " >&6
7669 if test -n "$LIPO"; then
7670 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7676 test -z "$as_dir" && as_dir=.
7677 for ac_exec_ext in '' $ac_executable_extensions; do
7678 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7679 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7680 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7689 LIPO=$ac_cv_prog_LIPO
7690 if test -n "$LIPO"; then
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7692 $as_echo "$LIPO" >&6; }
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7695 $as_echo "no
" >&6; }
7700 if test -z "$ac_cv_prog_LIPO"; then
7702 # Extract the first word of "lipo
", so it can be a program name with args.
7703 set dummy lipo; ac_word=$2
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7705 $as_echo_n "checking
for $ac_word...
" >&6; }
7706 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7707 $as_echo_n "(cached
) " >&6
7709 if test -n "$ac_ct_LIPO"; then
7710 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7716 test -z "$as_dir" && as_dir=.
7717 for ac_exec_ext in '' $ac_executable_extensions; do
7718 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7719 ac_cv_prog_ac_ct_LIPO="lipo
"
7720 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7729 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7730 if test -n "$ac_ct_LIPO"; then
7731 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7732 $as_echo "$ac_ct_LIPO" >&6; }
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7735 $as_echo "no
" >&6; }
7738 if test "x
$ac_ct_LIPO" = x; then
7741 case $cross_compiling:$ac_tool_warned in
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7744 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7745 ac_tool_warned=yes ;;
7750 LIPO="$ac_cv_prog_LIPO"
7753 if test -n "$ac_tool_prefix"; then
7754 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7755 set dummy ${ac_tool_prefix}otool; ac_word=$2
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7757 $as_echo_n "checking
for $ac_word...
" >&6; }
7758 if ${ac_cv_prog_OTOOL+:} false; then :
7759 $as_echo_n "(cached
) " >&6
7761 if test -n "$OTOOL"; then
7762 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7768 test -z "$as_dir" && as_dir=.
7769 for ac_exec_ext in '' $ac_executable_extensions; do
7770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7771 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7772 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7781 OTOOL=$ac_cv_prog_OTOOL
7782 if test -n "$OTOOL"; then
7783 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7784 $as_echo "$OTOOL" >&6; }
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7787 $as_echo "no
" >&6; }
7792 if test -z "$ac_cv_prog_OTOOL"; then
7794 # Extract the first word of "otool
", so it can be a program name with args.
7795 set dummy otool; ac_word=$2
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7797 $as_echo_n "checking
for $ac_word...
" >&6; }
7798 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7799 $as_echo_n "(cached
) " >&6
7801 if test -n "$ac_ct_OTOOL"; then
7802 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7808 test -z "$as_dir" && as_dir=.
7809 for ac_exec_ext in '' $ac_executable_extensions; do
7810 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7811 ac_cv_prog_ac_ct_OTOOL="otool
"
7812 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7821 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7822 if test -n "$ac_ct_OTOOL"; then
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7824 $as_echo "$ac_ct_OTOOL" >&6; }
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7827 $as_echo "no
" >&6; }
7830 if test "x
$ac_ct_OTOOL" = x; then
7833 case $cross_compiling:$ac_tool_warned in
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7836 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7837 ac_tool_warned=yes ;;
7842 OTOOL="$ac_cv_prog_OTOOL"
7845 if test -n "$ac_tool_prefix"; then
7846 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7847 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7849 $as_echo_n "checking
for $ac_word...
" >&6; }
7850 if ${ac_cv_prog_OTOOL64+:} false; then :
7851 $as_echo_n "(cached
) " >&6
7853 if test -n "$OTOOL64"; then
7854 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7860 test -z "$as_dir" && as_dir=.
7861 for ac_exec_ext in '' $ac_executable_extensions; do
7862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7863 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7864 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7873 OTOOL64=$ac_cv_prog_OTOOL64
7874 if test -n "$OTOOL64"; then
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7876 $as_echo "$OTOOL64" >&6; }
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7879 $as_echo "no
" >&6; }
7884 if test -z "$ac_cv_prog_OTOOL64"; then
7885 ac_ct_OTOOL64=$OTOOL64
7886 # Extract the first word of "otool64
", so it can be a program name with args.
7887 set dummy otool64; ac_word=$2
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7889 $as_echo_n "checking
for $ac_word...
" >&6; }
7890 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7891 $as_echo_n "(cached
) " >&6
7893 if test -n "$ac_ct_OTOOL64"; then
7894 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7900 test -z "$as_dir" && as_dir=.
7901 for ac_exec_ext in '' $ac_executable_extensions; do
7902 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7903 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7904 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7913 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7914 if test -n "$ac_ct_OTOOL64"; then
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7916 $as_echo "$ac_ct_OTOOL64" >&6; }
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7919 $as_echo "no
" >&6; }
7922 if test "x
$ac_ct_OTOOL64" = x; then
7925 case $cross_compiling:$ac_tool_warned in
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7928 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7929 ac_tool_warned=yes ;;
7931 OTOOL64=$ac_ct_OTOOL64
7934 OTOOL64="$ac_cv_prog_OTOOL64"
7963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7964 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7965 if ${lt_cv_apple_cc_single_mod+:} false; then :
7966 $as_echo_n "(cached
) " >&6
7968 lt_cv_apple_cc_single_mod=no
7969 if test -z "${LT_MULTI_MODULE}"; then
7970 # By default we will add the -single_module flag. You can override
7971 # by either setting the environment variable LT_MULTI_MODULE
7972 # non-empty at configure time, or by adding -multi_module to the
7974 rm -rf libconftest.dylib*
7975 echo "int foo
(void
){return 1;}" > conftest.c
7976 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7977 -dynamiclib -Wl,-single_module conftest.c
" >&5
7978 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7979 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7981 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7982 lt_cv_apple_cc_single_mod=yes
7984 cat conftest.err >&5
7986 rm -rf libconftest.dylib*
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7991 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7993 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7994 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7995 $as_echo_n "(cached
) " >&6
7997 lt_cv_ld_exported_symbols_list=no
7998 save_LDFLAGS=$LDFLAGS
7999 echo "_main
" > conftest.sym
8000 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
8001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8002 /* end confdefs.h. */
8012 if ac_fn_c_try_link "$LINENO"; then :
8013 lt_cv_ld_exported_symbols_list=yes
8015 lt_cv_ld_exported_symbols_list=no
8017 rm -f core conftest.err conftest.$ac_objext \
8018 conftest$ac_exeext conftest.$ac_ext
8019 LDFLAGS="$save_LDFLAGS"
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
8023 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
8025 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
8026 if ${lt_cv_ld_force_load+:} false; then :
8027 $as_echo_n "(cached
) " >&6
8029 lt_cv_ld_force_load=no
8030 cat > conftest.c << _LT_EOF
8031 int forced_loaded() { return 2;}
8033 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
8034 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8035 echo "$AR cru libconftest.a conftest.o
" >&5
8036 $AR cru libconftest.a conftest.o 2>&5
8037 cat > conftest.c << _LT_EOF
8038 int main() { return 0;}
8040 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
8041 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8043 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8044 lt_cv_ld_force_load=yes
8046 cat conftest.err >&5
8048 rm -f conftest.err libconftest.a conftest conftest.c
8049 rm -rf conftest.dSYM
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
8053 $as_echo "$lt_cv_ld_force_load" >&6; }
8054 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
8055 # build without first building modern cctools / linker.
8056 case $host_cpu-$host_os in
8057 *-rhapsody* | *-darwin1.[012])
8058 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8060 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8062 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
8063 # deployment target is forced to an earlier version.
8064 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
8065 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
8068 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8075 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8076 _lt_dar_single_mod='$single_module'
8078 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8079 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8081 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8083 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
8084 _lt_dsymutil='~$DSYMUTIL $lib || :'
8091 for ac_header in dlfcn.h
8093 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
8095 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
8096 cat >>confdefs.h <<_ACEOF
8097 #define HAVE_DLFCN_H 1
8119 # Check whether --enable-static was given.
8120 if test "${enable_static+set}" = set; then :
8121 enableval=$enable_static; p=${PACKAGE-default}
8123 yes) enable_static=yes ;;
8124 no) enable_static=no ;;
8127 # Look at the argument we got. We use all the common list separators.
8128 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8129 for pkg in $enableval; do
8131 if test "X
$pkg" = "X
$p"; then
8151 # Check whether --with-pic was given.
8152 if test "${with_pic+set}" = set; then :
8153 withval=$with_pic; pic_mode="$withval"
8159 test -z "$pic_mode" && pic_mode=default
8167 # Check whether --enable-fast-install was given.
8168 if test "${enable_fast_install+set}" = set; then :
8169 enableval=$enable_fast_install; p=${PACKAGE-default}
8171 yes) enable_fast_install=yes ;;
8172 no) enable_fast_install=no ;;
8174 enable_fast_install=no
8175 # Look at the argument we got. We use all the common list separators.
8176 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8177 for pkg in $enableval; do
8179 if test "X
$pkg" = "X
$p"; then
8180 enable_fast_install=yes
8187 enable_fast_install=yes
8200 # This can be used to rebuild libtool when needed
8201 LIBTOOL_DEPS="$ltmain"
8203 # Always use our own libtool.
8204 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8231 test -z "$LN_S" && LN_S="ln -s"
8246 if test -n "${ZSH_VERSION+set}" ; then
8247 setopt NO_GLOB_SUBST
8250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8251 $as_echo_n "checking
for objdir...
" >&6; }
8252 if ${lt_cv_objdir+:} false; then :
8253 $as_echo_n "(cached
) " >&6
8255 rm -f .libs 2>/dev/null
8256 mkdir .libs 2>/dev/null
8257 if test -d .libs; then
8260 # MS-DOS does not allow filenames that begin with a dot.
8263 rmdir .libs 2>/dev/null
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8266 $as_echo "$lt_cv_objdir" >&6; }
8267 objdir=$lt_cv_objdir
8273 cat >>confdefs.h <<_ACEOF
8274 #define LT_OBJDIR "$lt_cv_objdir/"
8282 # AIX sometimes has problems with the GCC collect2 program. For some
8283 # reason, if we set the COLLECT_NAMES environment variable, the problems
8284 # vanish in a puff of smoke.
8285 if test "X
${COLLECT_NAMES+set}" != Xset; then
8287 export COLLECT_NAMES
8294 can_build_shared=yes
8296 # All known linkers require a `.a' archive for static linking (except MSVC,
8297 # which needs '.lib').
8300 with_gnu_ld="$lt_cv_prog_gnu_ld"
8303 old_CFLAGS="$CFLAGS"
8305 # Set sane defaults for various variables
8306 test -z "$CC" && CC=cc
8307 test -z "$LTCC" && LTCC=$CC
8308 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8309 test -z "$LD" && LD=ld
8310 test -z "$ac_objext" && ac_objext=o
8312 for cc_temp in $compiler""; do
8314 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8315 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8320 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
8323 # Only perform the check for file, if the check method requires it
8324 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8325 case $deplibs_check_method in
8327 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
8329 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
8330 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8331 $as_echo_n "(cached
) " >&6
8335 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8338 lt_save_MAGIC_CMD="$MAGIC_CMD"
8339 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8340 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8341 for ac_dir in $ac_dummy; do
8343 test -z "$ac_dir" && ac_dir=.
8344 if test -f $ac_dir/${ac_tool_prefix}file; then
8345 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8346 if test -n "$file_magic_test_file"; then
8347 case $deplibs_check_method in
8349 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8350 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8351 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8352 $EGREP "$file_magic_regex" > /dev/null; then
8357 *** Warning: the command libtool uses to detect shared libraries,
8358 *** $file_magic_cmd, produces output that libtool cannot recognize.
8359 *** The result is that libtool may fail to recognize shared libraries
8360 *** as such. This will affect the creation of libtool libraries that
8361 *** depend on shared libraries, but programs linked with such libtool
8362 *** libraries will work regardless of this problem. Nevertheless, you
8363 *** may want to report the problem to your system manager and/or to
8364 *** bug-libtool@gnu.org
8374 MAGIC_CMD="$lt_save_MAGIC_CMD"
8379 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8380 if test -n "$MAGIC_CMD"; then
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8382 $as_echo "$MAGIC_CMD" >&6; }
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8385 $as_echo "no
" >&6; }
8392 if test -z "$lt_cv_path_MAGIC_CMD"; then
8393 if test -n "$ac_tool_prefix"; then
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
8395 $as_echo_n "checking
for file...
" >&6; }
8396 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8397 $as_echo_n "(cached
) " >&6
8401 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8404 lt_save_MAGIC_CMD="$MAGIC_CMD"
8405 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8406 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8407 for ac_dir in $ac_dummy; do
8409 test -z "$ac_dir" && ac_dir=.
8410 if test -f $ac_dir/file; then
8411 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8412 if test -n "$file_magic_test_file"; then
8413 case $deplibs_check_method in
8415 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8416 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8417 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8418 $EGREP "$file_magic_regex" > /dev/null; then
8423 *** Warning: the command libtool uses to detect shared libraries,
8424 *** $file_magic_cmd, produces output that libtool cannot recognize.
8425 *** The result is that libtool may fail to recognize shared libraries
8426 *** as such. This will affect the creation of libtool libraries that
8427 *** depend on shared libraries, but programs linked with such libtool
8428 *** libraries will work regardless of this problem. Nevertheless, you
8429 *** may want to report the problem to your system manager and/or to
8430 *** bug-libtool@gnu.org
8440 MAGIC_CMD="$lt_save_MAGIC_CMD"
8445 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8446 if test -n "$MAGIC_CMD"; then
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8448 $as_echo "$MAGIC_CMD" >&6; }
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8451 $as_echo "no
" >&6; }
8464 # Use C for the default configuration in the libtool script
8468 ac_cpp='$CPP $CPPFLAGS'
8469 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8470 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8471 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8474 # Source file extension for C test sources.
8477 # Object file extension for compiled C test sources.
8481 # Code to be used in simple compile tests
8482 lt_simple_compile_test_code="int some_variable
= 0;"
8484 # Code to be used in simple link tests
8485 lt_simple_link_test_code='int main(){return(0);}'
8493 # If no C compiler was specified, use CC.
8496 # If no C compiler flags were specified, use CFLAGS.
8497 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8499 # Allow CC to be a program name with arguments.
8502 # Save the default compiler, since it gets overwritten when the other
8503 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8504 compiler_DEFAULT=$CC
8506 # save warnings/boilerplate of simple test code
8507 ac_outfile=conftest.$ac_objext
8508 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8509 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8510 _lt_compiler_boilerplate=`cat conftest.err`
8513 ac_outfile=conftest.$ac_objext
8514 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8515 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8516 _lt_linker_boilerplate=`cat conftest.err`
8521 ## There is no encapsulation within the following macros, do not change
8522 ## the running order or otherwise move them around unless you know exactly
8523 ## what you are doing...
8524 if test -n "$compiler"; then
8526 lt_prog_compiler_no_builtin_flag=
8528 if test "$GCC" = yes; then
8529 case $cc_basename in
8531 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8533 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8537 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8538 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8539 $as_echo_n "(cached
) " >&6
8541 lt_cv_prog_compiler_rtti_exceptions=no
8542 ac_outfile=conftest.$ac_objext
8543 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8544 lt_compiler_flag="-fno-rtti -fno-exceptions"
8545 # Insert the option either (1) after the last *FLAGS variable, or
8546 # (2) before a word containing "conftest.
", or (3) at the end.
8547 # Note that $ac_compile itself does not contain backslashes and begins
8548 # with a dollar sign (not a hyphen), so the echo should work correctly.
8549 # The option is referenced via a variable to avoid confusing sed.
8550 lt_compile=`echo "$ac_compile" | $SED \
8551 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8552 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8553 -e 's:$: $lt_compiler_flag:'`
8554 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8555 (eval "$lt_compile" 2>conftest.err)
8557 cat conftest.err >&5
8558 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8559 if (exit $ac_status) && test -s "$ac_outfile"; then
8560 # The compiler can only warn and ignore the option if not recognized
8561 # So say no if there are warnings other than the usual output.
8562 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8563 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8564 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8565 lt_cv_prog_compiler_rtti_exceptions=yes
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8572 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8574 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8575 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8587 lt_prog_compiler_wl=
8588 lt_prog_compiler_pic=
8589 lt_prog_compiler_static=
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8592 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8594 if test "$GCC" = yes; then
8595 lt_prog_compiler_wl='-Wl,'
8596 lt_prog_compiler_static='-static'
8600 # All AIX code is PIC.
8601 if test "$host_cpu" = ia64; then
8602 # AIX 5 now supports IA64 processor
8603 lt_prog_compiler_static='-Bstatic'
8605 lt_prog_compiler_pic='-fPIC'
8611 # see comment about AmigaOS4 .so support
8612 lt_prog_compiler_pic='-fPIC'
8615 # FIXME: we need at least 68020 code to build shared libraries, but
8616 # adding the `-m68020' flag to GCC prevents building anything better,
8618 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8623 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8624 # PIC is the default for these OSes.
8627 mingw* | cygwin* | pw32* | os2* | cegcc*)
8628 # This hack is so that the source file can tell whether it is being
8629 # built for inclusion in a dll (and should export symbols for example).
8630 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8631 # (--disable-auto-import) libraries
8632 lt_prog_compiler_pic='-DDLL_EXPORT'
8635 darwin* | rhapsody*)
8636 # PIC is the default on this platform
8637 # Common symbols not allowed in MH_DYLIB files
8638 lt_prog_compiler_pic='-fno-common'
8642 # PIC is the default for Haiku.
8643 # The "-static" flag exists, but is broken.
8644 lt_prog_compiler_static=
8648 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8649 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8650 # sets the default TLS model and affects inlining.
8656 lt_prog_compiler_pic='-fPIC'
8662 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8663 # Instead, we relocate shared libraries at runtime.
8667 # Just because we use GCC doesn't mean we suddenly get shared libraries
8668 # on systems that don't support them.
8669 lt_prog_compiler_can_build_shared=no
8674 # QNX uses GNU C++, but need to define -shared option too, otherwise
8676 lt_prog_compiler_pic='-fPIC -shared'
8680 if test -d /usr/nec; then
8681 lt_prog_compiler_pic=-Kconform_pic
8686 lt_prog_compiler_pic='-fPIC'
8690 case $cc_basename in
8691 nvcc*) # Cuda Compiler Driver 2.2
8692 lt_prog_compiler_wl='-Xlinker '
8693 lt_prog_compiler_pic='-Xcompiler -fPIC'
8697 # PORTME Check for flag to pass linker flags through the system compiler.
8700 lt_prog_compiler_wl='-Wl,'
8701 if test "$host_cpu" = ia64; then
8702 # AIX 5 now supports IA64 processor
8703 lt_prog_compiler_static='-Bstatic'
8705 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8709 mingw* | cygwin* | pw32* | os2* | cegcc*)
8710 # This hack is so that the source file can tell whether it is being
8711 # built for inclusion in a dll (and should export symbols for example).
8712 lt_prog_compiler_pic='-DDLL_EXPORT'
8715 hpux9* | hpux10* | hpux11*)
8716 lt_prog_compiler_wl='-Wl,'
8717 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8724 lt_prog_compiler_pic='+Z'
8727 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8728 lt_prog_compiler_static='${wl}-a ${wl}archive'
8731 irix5* | irix6* | nonstopux*)
8732 lt_prog_compiler_wl='-Wl,'
8733 # PIC (with -KPIC) is the default.
8734 lt_prog_compiler_static='-non_shared'
8737 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8738 case $cc_basename in
8739 # old Intel for x86_64 which still supported -KPIC.
8741 lt_prog_compiler_wl='-Wl,'
8742 lt_prog_compiler_pic='-KPIC'
8743 lt_prog_compiler_static='-static'
8745 # icc used to be incompatible with GCC.
8746 # ICC 10 doesn't accept -KPIC any more.
8748 lt_prog_compiler_wl='-Wl,'
8749 lt_prog_compiler_pic='-fPIC'
8750 lt_prog_compiler_static='-static'
8752 # Lahey Fortran 8.1.
8754 lt_prog_compiler_wl='-Wl,'
8755 lt_prog_compiler_pic='--shared'
8756 lt_prog_compiler_static='--static'
8758 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8759 # Portland Group compilers (*not* the Pentium gcc compiler,
8760 # which looks to be a dead project)
8761 lt_prog_compiler_wl='-Wl,'
8762 lt_prog_compiler_pic='-fpic'
8763 lt_prog_compiler_static='-Bstatic'
8766 lt_prog_compiler_wl='-Wl,'
8767 # All Alpha code is PIC.
8768 lt_prog_compiler_static='-non_shared'
8770 xl* | bgxl* | bgf* | mpixl*)
8771 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8772 lt_prog_compiler_wl='-Wl,'
8773 lt_prog_compiler_pic='-qpic'
8774 lt_prog_compiler_static='-qstaticlink'
8777 case `$CC -V 2>&1 | sed 5q` in
8778 *Sun\ F* | *Sun*Fortran*)
8779 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8780 lt_prog_compiler_pic='-KPIC'
8781 lt_prog_compiler_static='-Bstatic'
8782 lt_prog_compiler_wl=''
8786 lt_prog_compiler_pic='-KPIC'
8787 lt_prog_compiler_static='-Bstatic'
8788 lt_prog_compiler_wl='-Wl,'
8796 lt_prog_compiler_pic='-KPIC'
8797 lt_prog_compiler_static='-Bstatic'
8801 # QNX uses GNU C++, but need to define -shared option too, otherwise
8803 lt_prog_compiler_pic='-fPIC -shared'
8806 osf3* | osf4* | osf5*)
8807 lt_prog_compiler_wl='-Wl,'
8808 # All OSF/1 code is PIC.
8809 lt_prog_compiler_static='-non_shared'
8813 lt_prog_compiler_static='-non_shared'
8817 lt_prog_compiler_pic='-KPIC'
8818 lt_prog_compiler_static='-Bstatic'
8819 case $cc_basename in
8821 lt_prog_compiler_wl='-Qoption ld ';;
8823 lt_prog_compiler_wl='-Wl,';;
8828 lt_prog_compiler_wl='-Qoption ld '
8829 lt_prog_compiler_pic='-PIC'
8830 lt_prog_compiler_static='-Bstatic'
8833 sysv4 | sysv4.2uw2* | sysv4.3*)
8834 lt_prog_compiler_wl='-Wl,'
8835 lt_prog_compiler_pic='-KPIC'
8836 lt_prog_compiler_static='-Bstatic'
8840 if test -d /usr/nec ;then
8841 lt_prog_compiler_pic='-Kconform_pic'
8842 lt_prog_compiler_static='-Bstatic'
8846 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8847 lt_prog_compiler_wl='-Wl,'
8848 lt_prog_compiler_pic='-KPIC'
8849 lt_prog_compiler_static='-Bstatic'
8853 lt_prog_compiler_wl='-Wl,'
8854 lt_prog_compiler_can_build_shared=no
8858 lt_prog_compiler_pic='-pic'
8859 lt_prog_compiler_static='-Bstatic'
8863 lt_prog_compiler_can_build_shared=no
8869 # For platforms which do not support PIC, -DPIC is meaningless:
8871 lt_prog_compiler_pic=
8874 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8878 $as_echo "$lt_prog_compiler_pic" >&6; }
8886 # Check to make sure the PIC flag actually works.
8888 if test -n "$lt_prog_compiler_pic"; then
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8890 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8891 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8892 $as_echo_n "(cached
) " >&6
8894 lt_cv_prog_compiler_pic_works=no
8895 ac_outfile=conftest.$ac_objext
8896 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8897 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8898 # Insert the option either (1) after the last *FLAGS variable, or
8899 # (2) before a word containing "conftest.
", or (3) at the end.
8900 # Note that $ac_compile itself does not contain backslashes and begins
8901 # with a dollar sign (not a hyphen), so the echo should work correctly.
8902 # The option is referenced via a variable to avoid confusing sed.
8903 lt_compile=`echo "$ac_compile" | $SED \
8904 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8905 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8906 -e 's:$: $lt_compiler_flag:'`
8907 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8908 (eval "$lt_compile" 2>conftest.err)
8910 cat conftest.err >&5
8911 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8912 if (exit $ac_status) && test -s "$ac_outfile"; then
8913 # The compiler can only warn and ignore the option if not recognized
8914 # So say no if there are warnings other than the usual output.
8915 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8916 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8917 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8918 lt_cv_prog_compiler_pic_works=yes
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8925 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8927 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8928 case $lt_prog_compiler_pic in
8930 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8933 lt_prog_compiler_pic=
8934 lt_prog_compiler_can_build_shared=no
8945 # Check to make sure the static flag actually works.
8947 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8949 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8950 if ${lt_cv_prog_compiler_static_works+:} false; then :
8951 $as_echo_n "(cached
) " >&6
8953 lt_cv_prog_compiler_static_works=no
8954 save_LDFLAGS="$LDFLAGS"
8955 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8956 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8957 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8958 # The linker can only warn and ignore the option if not recognized
8959 # So say no if there are warnings
8960 if test -s conftest.err; then
8961 # Append any errors to the config.log.
8962 cat conftest.err 1>&5
8963 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8964 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8965 if diff conftest.exp conftest.er2 >/dev/null; then
8966 lt_cv_prog_compiler_static_works=yes
8969 lt_cv_prog_compiler_static_works=yes
8973 LDFLAGS="$save_LDFLAGS"
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8977 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8979 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8982 lt_prog_compiler_static=
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8992 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8993 if ${lt_cv_prog_compiler_c_o+:} false; then :
8994 $as_echo_n "(cached
) " >&6
8996 lt_cv_prog_compiler_c_o=no
8997 $RM -r conftest 2>/dev/null
9001 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9003 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9004 # Insert the option either (1) after the last *FLAGS variable, or
9005 # (2) before a word containing "conftest.
", or (3) at the end.
9006 # Note that $ac_compile itself does not contain backslashes and begins
9007 # with a dollar sign (not a hyphen), so the echo should work correctly.
9008 lt_compile=`echo "$ac_compile" | $SED \
9009 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9010 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9011 -e 's:$: $lt_compiler_flag:'`
9012 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9013 (eval "$lt_compile" 2>out/conftest.err)
9015 cat out/conftest.err >&5
9016 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9017 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9019 # The compiler can only warn and ignore the option if not recognized
9020 # So say no if there are warnings
9021 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9022 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9023 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9024 lt_cv_prog_compiler_c_o=yes
9029 # SGI C++ compiler will create directory out/ii_files/ for
9030 # template instantiation
9031 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9032 $RM out/* && rmdir out
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9039 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9047 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9048 if ${lt_cv_prog_compiler_c_o+:} false; then :
9049 $as_echo_n "(cached
) " >&6
9051 lt_cv_prog_compiler_c_o=no
9052 $RM -r conftest 2>/dev/null
9056 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9058 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9059 # Insert the option either (1) after the last *FLAGS variable, or
9060 # (2) before a word containing "conftest.
", or (3) at the end.
9061 # Note that $ac_compile itself does not contain backslashes and begins
9062 # with a dollar sign (not a hyphen), so the echo should work correctly.
9063 lt_compile=`echo "$ac_compile" | $SED \
9064 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9065 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9066 -e 's:$: $lt_compiler_flag:'`
9067 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9068 (eval "$lt_compile" 2>out/conftest.err)
9070 cat out/conftest.err >&5
9071 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9072 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9074 # The compiler can only warn and ignore the option if not recognized
9075 # So say no if there are warnings
9076 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9077 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9078 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9079 lt_cv_prog_compiler_c_o=yes
9084 # SGI C++ compiler will create directory out/ii_files/ for
9085 # template instantiation
9086 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9087 $RM out/* && rmdir out
9093 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9094 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9099 hard_links="nottested
"
9100 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9101 # do not overwrite the value of need_locks provided by the user
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
9103 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
9106 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9108 ln conftest.a conftest.b 2>&5 || hard_links=no
9109 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
9111 $as_echo "$hard_links" >&6; }
9112 if test "$hard_links" = no; then
9113 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
9114 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
9127 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
9130 allow_undefined_flag=
9131 always_export_symbols=no
9133 archive_expsym_cmds=
9134 compiler_needs_object=no
9135 enable_shared_with_static_runtimes=no
9136 export_dynamic_flag_spec=
9137 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9138 hardcode_automatic=no
9140 hardcode_direct_absolute=no
9141 hardcode_libdir_flag_spec=
9142 hardcode_libdir_flag_spec_ld=
9143 hardcode_libdir_separator=
9145 hardcode_shlibpath_var=unsupported
9147 link_all_deplibs=unknown
9150 old_archive_from_new_cmds=
9151 old_archive_from_expsyms_cmds=
9152 thread_safe_flag_spec=
9153 whole_archive_flag_spec=
9154 # include_expsyms should be a list of space-separated symbols to be *always*
9155 # included in the symbol list
9157 # exclude_expsyms can be an extended regexp of symbols to exclude
9158 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9159 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9160 # as well as any symbol that contains `d'.
9161 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9162 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9163 # platforms (ab)use it in PIC code, but their linkers get confused if
9164 # the symbol is explicitly referenced. Since portable code cannot
9165 # rely on this symbol name, it's probably fine to never include it in
9166 # preloaded symbol tables.
9167 # Exclude shared library initialization/finalization symbols.
9168 extract_expsyms_cmds=
9171 cygwin* | mingw* | pw32* | cegcc*)
9172 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9173 # When not using gcc, we currently assume that we are using
9174 # Microsoft Visual C++.
9175 if test "$GCC" != yes; then
9180 # we just hope/assume this is gcc and not c89 (= MSVC++)
9190 # On some targets, GNU ld is compatible enough with the native linker
9191 # that we're better off using the native interface for both.
9192 lt_use_gnu_ld_interface=no
9193 if test "$with_gnu_ld" = yes; then
9196 # The AIX port of GNU ld has always aspired to compatibility
9197 # with the native linker. However, as the warning in the GNU ld
9198 # block says, versions before 2.19.5* couldn't really create working
9199 # shared libraries, regardless of the interface used.
9200 case `$LD -v 2>&1` in
9201 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9202 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9203 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9205 lt_use_gnu_ld_interface=yes
9210 lt_use_gnu_ld_interface=yes
9215 if test "$lt_use_gnu_ld_interface" = yes; then
9216 # If archive_cmds runs LD, not CC, wlarc should be empty
9219 # Set some defaults for GNU ld with shared library support. These
9220 # are reset later if shared libraries are not supported. Putting them
9221 # here allows them to be overridden if necessary.
9222 runpath_var=LD_RUN_PATH
9223 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9224 export_dynamic_flag_spec='${wl}--export-dynamic'
9225 # ancient GNU ld didn't support --whole-archive et. al.
9226 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9227 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9229 whole_archive_flag_spec=
9231 supports_anon_versioning=no
9232 case `$LD -v 2>&1` in
9233 *GNU\ gold*) supports_anon_versioning=yes ;;
9234 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9235 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9236 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9237 *\ 2.11.*) ;; # other 2.11 versions
9238 *) supports_anon_versioning=yes ;;
9241 # See if GNU ld supports shared libraries.
9244 # On AIX/PPC, the GNU linker is very broken
9245 if test "$host_cpu" != ia64; then
9249 *** Warning: the GNU linker, at least up to release 2.19, is reported
9250 *** to be unable to reliably create shared libraries on AIX.
9251 *** Therefore, libtool is disabling shared libraries support. If you
9252 *** really care for shared libraries, you may want to install binutils
9253 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9254 *** You will then need to restart the configuration process.
9263 # see comment about AmigaOS4 .so support
9264 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9265 archive_expsym_cmds=''
9268 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)'
9269 hardcode_libdir_flag_spec
='-L$libdir'
9270 hardcode_minus_L
=yes
9276 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9277 allow_undefined_flag
=unsupported
9278 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9279 # support --undefined. This deserves some investigation. FIXME
9280 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9286 cygwin
* | mingw
* | pw32
* | cegcc
*)
9287 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9288 # as there is no search path for DLLs.
9289 hardcode_libdir_flag_spec
='-L$libdir'
9290 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9291 allow_undefined_flag
=unsupported
9292 always_export_symbols
=no
9293 enable_shared_with_static_runtimes
=yes
9294 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9296 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9297 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9298 # If the export-symbols file already is a .def file (1st line
9299 # is EXPORTS), use it as is; otherwise, prepend...
9300 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9301 cp $export_symbols $output_objdir/$soname.def;
9303 echo EXPORTS > $output_objdir/$soname.def;
9304 cat $export_symbols >> $output_objdir/$soname.def;
9306 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9313 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9314 link_all_deplibs
=yes
9319 hardcode_shlibpath_var
=no
9320 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9321 export_dynamic_flag_spec
='${wl}-E'
9322 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9323 # Instead, shared libraries are loaded at an image base (0x10000000 by
9324 # default) and relocated if they conflict, which is a slow very memory
9325 # consuming and fragmenting process. To avoid this, we pick a random,
9326 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9327 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9328 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9329 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'
9332 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
9334 if test "$host_os" = linux-dietlibc
; then
9335 case $cc_basename in
9336 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9339 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9340 && test "$tmp_diet" = no
9342 tmp_addflag
=' $pic_flag'
9343 tmp_sharedflag
='-shared'
9344 case $cc_basename,$host_cpu in
9345 pgcc
*) # Portland Group C compiler
9346 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'
9347 tmp_addflag
=' $pic_flag'
9349 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9350 # Portland Group f77 and f90 compilers
9351 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'
9352 tmp_addflag
=' $pic_flag -Mnomain' ;;
9353 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9354 tmp_addflag
=' -i_dynamic' ;;
9355 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9356 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9357 ifc
* | ifort
*) # Intel Fortran compiler
9358 tmp_addflag
=' -nofor_main' ;;
9359 lf95
*) # Lahey Fortran 8.1
9360 whole_archive_flag_spec
=
9361 tmp_sharedflag
='--shared' ;;
9362 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9363 tmp_sharedflag
='-qmkshrobj'
9365 nvcc
*) # Cuda Compiler Driver 2.2
9366 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'
9367 compiler_needs_object
=yes
9370 case `$CC -V 2>&1 | sed 5q` in
9371 *Sun\ C
*) # Sun C 5.9
9372 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'
9373 compiler_needs_object
=yes
9374 tmp_sharedflag
='-G' ;;
9375 *Sun\ F
*) # Sun Fortran 8.3
9376 tmp_sharedflag
='-G' ;;
9378 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9380 if test "x$supports_anon_versioning" = xyes
; then
9381 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9382 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9383 echo "local: *; };" >> $output_objdir/$libname.ver~
9384 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9387 case $cc_basename in
9388 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9389 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9390 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9391 hardcode_libdir_flag_spec
=
9392 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9393 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9394 if test "x$supports_anon_versioning" = xyes
; then
9395 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9396 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9397 echo "local: *; };" >> $output_objdir/$libname.ver~
9398 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9408 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9409 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9412 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9413 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9418 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9422 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9423 *** create shared libraries on Solaris systems. Therefore, libtool
9424 *** is disabling shared libraries support. We urge you to upgrade GNU
9425 *** binutils to release 2.9.1 or newer. Another option is to modify
9426 *** your PATH or compiler configuration so that the native linker is
9427 *** used, and then restart.
9430 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9431 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9432 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9438 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9439 case `$LD -v 2>&1` in
9440 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9444 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9445 *** reliably create shared libraries on SCO systems. Therefore, libtool
9446 *** is disabling shared libraries support. We urge you to upgrade GNU
9447 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9448 *** your PATH or compiler configuration so that the native linker is
9449 *** used, and then restart.
9454 # For security reasons, it is highly recommended that you always
9455 # use absolute paths for naming shared libraries, and exclude the
9456 # DT_RUNPATH tag from executables and libraries. But doing so
9457 # requires that you compile everything twice, which is a pain.
9458 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9459 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9460 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9461 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9470 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9473 hardcode_shlibpath_var
=no
9477 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9478 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9479 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9486 if test "$ld_shlibs" = no
; then
9488 hardcode_libdir_flag_spec
=
9489 export_dynamic_flag_spec
=
9490 whole_archive_flag_spec
=
9493 # PORTME fill in a description of your system's linker (not GNU ld)
9496 allow_undefined_flag
=unsupported
9497 always_export_symbols
=yes
9498 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'
9499 # Note: this linker hardcodes the directories in LIBPATH if there
9500 # are no directories specified by -L.
9501 hardcode_minus_L
=yes
9502 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9503 # Neither direct hardcoding nor static linking is supported with a
9505 hardcode_direct
=unsupported
9510 if test "$host_cpu" = ia64
; then
9511 # On IA64, the linker does run time linking by default, so we don't
9512 # have to do anything special.
9513 aix_use_runtimelinking
=no
9514 exp_sym_flag
='-Bexport'
9517 # If we're using GNU nm, then we don't want the "-C" option.
9518 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9519 # Also, AIX nm treats weak defined symbols like other global
9520 # defined symbols, whereas GNU nm marks them as "W".
9521 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9522 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'
9524 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'
9526 aix_use_runtimelinking
=no
9528 # Test if we are trying to use run time linking or normal
9529 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9530 # need to do runtime linking.
9531 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9532 for ld_flag
in $LDFLAGS; do
9533 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9534 aix_use_runtimelinking
=yes
9541 exp_sym_flag
='-bexport'
9542 no_entry_flag
='-bnoentry'
9545 # When large executables or shared objects are built, AIX ld can
9546 # have problems creating the table of contents. If linking a library
9547 # or program results in "error TOC overflow" add -mminimal-toc to
9548 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9549 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9553 hardcode_direct_absolute
=yes
9554 hardcode_libdir_separator
=':'
9555 link_all_deplibs
=yes
9556 file_list_spec
='${wl}-f,'
9558 if test "$GCC" = yes; then
9559 case $host_os in aix4.
[012]|aix4.
[012].
*)
9560 # We only want to do this on AIX 4.2 and lower, the check
9561 # below for broken collect2 doesn't work under 4.3+
9562 collect2name
=`${CC} -print-prog-name=collect2`
9563 if test -f "$collect2name" &&
9564 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9566 # We have reworked collect2
9569 # We have old collect2
9570 hardcode_direct
=unsupported
9571 # It fails to find uninstalled libraries when the uninstalled
9572 # path is not listed in the libpath. Setting hardcode_minus_L
9573 # to unsupported forces relinking
9574 hardcode_minus_L
=yes
9575 hardcode_libdir_flag_spec
='-L$libdir'
9576 hardcode_libdir_separator
=
9580 shared_flag
='-shared'
9581 if test "$aix_use_runtimelinking" = yes; then
9582 shared_flag
="$shared_flag "'${wl}-G'
9586 if test "$host_cpu" = ia64
; then
9587 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9588 # chokes on -Wl,-G. The following line is correct:
9591 if test "$aix_use_runtimelinking" = yes; then
9592 shared_flag
='${wl}-G'
9594 shared_flag
='${wl}-bM:SRE'
9599 export_dynamic_flag_spec
='${wl}-bexpall'
9600 # It seems that -bexpall does not export symbols beginning with
9601 # underscore (_), so it is better to generate a list of symbols to export.
9602 always_export_symbols
=yes
9603 if test "$aix_use_runtimelinking" = yes; then
9604 # Warning - without using the other runtime loading flags (-brtl),
9605 # -berok will link without error, but may produce a broken library.
9606 allow_undefined_flag
='-berok'
9607 # Determine the default libpath from the value encoded in an
9609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9610 /* end confdefs.h. */
9620 if ac_fn_c_try_link
"$LINENO"; then :
9622 lt_aix_libpath_sed
='
9623 /Import File Strings/,/^$/ {
9629 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9630 # Check for a 64-bit object if we didn't find anything.
9631 if test -z "$aix_libpath"; then
9632 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9635 rm -f core conftest.err conftest.
$ac_objext \
9636 conftest
$ac_exeext conftest.
$ac_ext
9637 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9639 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9640 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"
9642 if test "$host_cpu" = ia64
; then
9643 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9644 allow_undefined_flag
="-z nodefs"
9645 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"
9647 # Determine the default libpath from the value encoded in an
9649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9650 /* end confdefs.h. */
9660 if ac_fn_c_try_link
"$LINENO"; then :
9662 lt_aix_libpath_sed
='
9663 /Import File Strings/,/^$/ {
9669 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9670 # Check for a 64-bit object if we didn't find anything.
9671 if test -z "$aix_libpath"; then
9672 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9675 rm -f core conftest.err conftest.
$ac_objext \
9676 conftest
$ac_exeext conftest.
$ac_ext
9677 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9679 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9680 # Warning - without using the other run time loading flags,
9681 # -berok will link without error, but may produce a broken library.
9682 no_undefined_flag
=' ${wl}-bernotok'
9683 allow_undefined_flag
=' ${wl}-berok'
9684 if test "$with_gnu_ld" = yes; then
9685 # We only use this code for GNU lds that support --whole-archive.
9686 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9688 # Exported symbols can be pulled into shared objects from archives
9689 whole_archive_flag_spec
='$convenience'
9691 archive_cmds_need_lc
=yes
9692 # This is similar to how AIX traditionally builds its shared libraries.
9693 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'
9701 # see comment about AmigaOS4 .so support
9702 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9703 archive_expsym_cmds
=''
9706 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)'
9707 hardcode_libdir_flag_spec
='-L$libdir'
9708 hardcode_minus_L
=yes
9714 export_dynamic_flag_spec
=-rdynamic
9717 cygwin
* | mingw
* | pw32
* | cegcc
*)
9718 # When not using gcc, we currently assume that we are using
9719 # Microsoft Visual C++.
9720 # hardcode_libdir_flag_spec is actually meaningless, as there is
9721 # no search path for DLLs.
9722 hardcode_libdir_flag_spec
=' '
9723 allow_undefined_flag
=unsupported
9724 # Tell ltmain to make .lib files, not .a files.
9726 # Tell ltmain to make .dll files, not .so files.
9728 # FIXME: Setting linknames here is a bad hack.
9729 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9730 # The linker will automatically build a .lib file if we build a DLL.
9731 old_archive_from_new_cmds
='true'
9732 # FIXME: Should let the user specify the lib program.
9733 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9734 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9735 enable_shared_with_static_runtimes
=yes
9738 darwin
* | rhapsody
*)
9741 archive_cmds_need_lc
=no
9743 hardcode_automatic
=yes
9744 hardcode_shlibpath_var
=unsupported
9745 if test "$lt_cv_ld_force_load" = "yes"; then
9746 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\"`'
9748 whole_archive_flag_spec
=''
9750 link_all_deplibs
=yes
9751 allow_undefined_flag
="$_lt_dar_allow_undefined"
9752 case $cc_basename in
9753 ifort
*) _lt_dar_can_shared
=yes ;;
9754 *) _lt_dar_can_shared
=$GCC ;;
9756 if test "$_lt_dar_can_shared" = "yes"; then
9757 output_verbose_link_cmd
=func_echo_all
9758 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9759 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9760 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}"
9761 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}"
9770 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9771 hardcode_libdir_flag_spec
='-L$libdir'
9772 hardcode_shlibpath_var
=no
9775 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9776 # support. Future versions do this automatically, but an explicit c++rt0.o
9777 # does not break anything, and helps significantly (at the cost of a little
9780 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9781 hardcode_libdir_flag_spec
='-R$libdir'
9783 hardcode_shlibpath_var
=no
9786 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9788 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9790 hardcode_minus_L
=yes
9791 hardcode_shlibpath_var
=no
9794 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9795 freebsd
* | dragonfly
*)
9796 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9797 hardcode_libdir_flag_spec
='-R$libdir'
9799 hardcode_shlibpath_var
=no
9803 if test "$GCC" = yes; then
9804 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'
9806 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'
9808 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9809 hardcode_libdir_separator
=:
9812 # hardcode_minus_L: Not really in the search PATH,
9813 # but as the default location of the library.
9814 hardcode_minus_L
=yes
9815 export_dynamic_flag_spec
='${wl}-E'
9819 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9820 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9822 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9824 if test "$with_gnu_ld" = no
; then
9825 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9826 hardcode_libdir_flag_spec_ld
='+b $libdir'
9827 hardcode_libdir_separator
=:
9829 hardcode_direct_absolute
=yes
9830 export_dynamic_flag_spec
='${wl}-E'
9831 # hardcode_minus_L: Not really in the search PATH,
9832 # but as the default location of the library.
9833 hardcode_minus_L
=yes
9838 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9841 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9844 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9847 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9853 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9856 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9860 # Older versions of the 11.00 compiler do not understand -b yet
9861 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9863 $as_echo_n "checking if $CC understands -b... " >&6; }
9864 if ${lt_cv_prog_compiler__b+:} false
; then :
9865 $as_echo_n "(cached) " >&6
9867 lt_cv_prog_compiler__b
=no
9868 save_LDFLAGS
="$LDFLAGS"
9869 LDFLAGS
="$LDFLAGS -b"
9870 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9871 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9872 # The linker can only warn and ignore the option if not recognized
9873 # So say no if there are warnings
9874 if test -s conftest.err
; then
9875 # Append any errors to the config.log.
9876 cat conftest.err
1>&5
9877 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9878 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9879 if diff conftest.exp conftest.er2
>/dev
/null
; then
9880 lt_cv_prog_compiler__b
=yes
9883 lt_cv_prog_compiler__b
=yes
9887 LDFLAGS
="$save_LDFLAGS"
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9891 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9893 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9894 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9896 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9902 if test "$with_gnu_ld" = no
; then
9903 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9904 hardcode_libdir_separator
=:
9909 hardcode_shlibpath_var
=no
9913 hardcode_direct_absolute
=yes
9914 export_dynamic_flag_spec
='${wl}-E'
9916 # hardcode_minus_L: Not really in the search PATH,
9917 # but as the default location of the library.
9918 hardcode_minus_L
=yes
9924 irix5
* | irix6
* | nonstopux
*)
9925 if test "$GCC" = yes; then
9926 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'
9927 # Try to use the -exported_symbol ld option, if it does not
9928 # work, assume that -exports_file does not work either and
9929 # implicitly export all symbols.
9930 save_LDFLAGS
="$LDFLAGS"
9931 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9933 /* end confdefs.h. */
9936 if ac_fn_c_try_link
"$LINENO"; then :
9937 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'
9940 rm -f core conftest.err conftest.
$ac_objext \
9941 conftest
$ac_exeext conftest.
$ac_ext
9942 LDFLAGS
="$save_LDFLAGS"
9944 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'
9945 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'
9947 archive_cmds_need_lc
='no'
9948 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9949 hardcode_libdir_separator
=:
9951 link_all_deplibs
=yes
9955 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9956 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9958 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9960 hardcode_libdir_flag_spec
='-R$libdir'
9962 hardcode_shlibpath_var
=no
9966 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9968 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9969 hardcode_libdir_separator
=:
9970 hardcode_shlibpath_var
=no
9977 if test -f /usr
/libexec
/ld.so
; then
9979 hardcode_shlibpath_var
=no
9980 hardcode_direct_absolute
=yes
9981 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9982 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9983 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9984 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9985 export_dynamic_flag_spec
='${wl}-E'
9988 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9989 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9990 hardcode_libdir_flag_spec
='-R$libdir'
9993 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9994 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10004 hardcode_libdir_flag_spec
='-L$libdir'
10005 hardcode_minus_L
=yes
10006 allow_undefined_flag
=unsupported
10007 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'
10008 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10012 if test "$GCC" = yes; then
10013 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10014 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'
10016 allow_undefined_flag
=' -expect_unresolved \*'
10017 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'
10019 archive_cmds_need_lc
='no'
10020 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10021 hardcode_libdir_separator
=:
10024 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
10025 if test "$GCC" = yes; then
10026 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10027 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'
10028 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10030 allow_undefined_flag
=' -expect_unresolved \*'
10031 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'
10032 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~
10033 $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'
10035 # Both c and cxx compiler support -rpath directly
10036 hardcode_libdir_flag_spec
='-rpath $libdir'
10038 archive_cmds_need_lc
='no'
10039 hardcode_libdir_separator
=:
10043 no_undefined_flag
=' -z defs'
10044 if test "$GCC" = yes; then
10046 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10047 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10048 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10050 case `$CC -V 2>&1` in
10053 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10054 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10055 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10059 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10060 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10061 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10065 hardcode_libdir_flag_spec
='-R$libdir'
10066 hardcode_shlibpath_var
=no
10068 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
10070 # The compiler driver will combine and reorder linker options,
10071 # but understands `-z linker_flag'. GCC discards it without `$wl',
10072 # but is careful enough not to reorder.
10073 # Supported since Solaris 2.6 (maybe 2.5.1?)
10074 if test "$GCC" = yes; then
10075 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10077 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
10081 link_all_deplibs
=yes
10085 if test "x$host_vendor" = xsequent
; then
10086 # Use $CC to link under sequent, because it throws in some extra .o
10087 # files that make .init and .fini sections work.
10088 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10090 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10092 hardcode_libdir_flag_spec
='-L$libdir'
10093 hardcode_direct
=yes
10094 hardcode_minus_L
=yes
10095 hardcode_shlibpath_var
=no
10099 case $host_vendor in
10101 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10102 hardcode_direct
=yes # is this really true???
10105 ## LD is ld it makes a PLAMLIB
10106 ## CC just makes a GrossModule.
10107 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10108 reload_cmds
='$CC -r -o $output$reload_objs'
10112 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10113 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
10116 runpath_var
='LD_RUN_PATH'
10117 hardcode_shlibpath_var
=no
10121 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10122 hardcode_shlibpath_var
=no
10123 export_dynamic_flag_spec
='-Bexport'
10127 if test -d /usr
/nec
; then
10128 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10129 hardcode_shlibpath_var
=no
10130 runpath_var
=LD_RUN_PATH
10131 hardcode_runpath_var
=yes
10136 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10137 no_undefined_flag
='${wl}-z,text'
10138 archive_cmds_need_lc
=no
10139 hardcode_shlibpath_var
=no
10140 runpath_var
='LD_RUN_PATH'
10142 if test "$GCC" = yes; then
10143 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10144 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10146 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10147 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10151 sysv5
* | sco3.2v5
* | sco5v6
*)
10152 # Note: We can NOT use -z defs as we might desire, because we do not
10153 # link with -lc, and that would cause any symbols used from libc to
10154 # always be unresolved, which means just about no library would
10155 # ever link correctly. If we're not using GNU ld we use -z text
10156 # though, which does catch some bad symbols but isn't as heavy-handed
10158 no_undefined_flag
='${wl}-z,text'
10159 allow_undefined_flag
='${wl}-z,nodefs'
10160 archive_cmds_need_lc
=no
10161 hardcode_shlibpath_var
=no
10162 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10163 hardcode_libdir_separator
=':'
10164 link_all_deplibs
=yes
10165 export_dynamic_flag_spec
='${wl}-Bexport'
10166 runpath_var
='LD_RUN_PATH'
10168 if test "$GCC" = yes; then
10169 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10170 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10172 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10173 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10178 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10179 hardcode_libdir_flag_spec
='-L$libdir'
10180 hardcode_shlibpath_var
=no
10188 if test x
$host_vendor = xsni
; then
10190 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10191 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10198 $as_echo "$ld_shlibs" >&6; }
10199 test "$ld_shlibs" = no
&& can_build_shared
=no
10201 with_gnu_ld
=$with_gnu_ld
10218 # Do we need to explicitly link libc?
10220 case "x$archive_cmds_need_lc" in
10222 # Assume -lc should be added
10223 archive_cmds_need_lc
=yes
10225 if test "$enable_shared" = yes && test "$GCC" = yes; then
10226 case $archive_cmds in
10228 # FIXME: we may have to deal with multi-command sequences.
10231 # Test whether the compiler implicitly links with -lc since on some
10232 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10233 # to ld, don't add -lc before -lgcc.
10234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10235 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10236 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10237 $as_echo_n "(cached) " >&6
10240 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10243 (eval $ac_compile) 2>&5
10245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10246 test $ac_status = 0; } 2>conftest.err
; then
10249 libobjs
=conftest.
$ac_objext
10251 wl
=$lt_prog_compiler_wl
10252 pic_flag
=$lt_prog_compiler_pic
10258 lt_save_allow_undefined_flag
=$allow_undefined_flag
10259 allow_undefined_flag
=
10260 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10261 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10264 test $ac_status = 0; }
10266 lt_cv_archive_cmds_need_lc
=no
10268 lt_cv_archive_cmds_need_lc
=yes
10270 allow_undefined_flag
=$lt_save_allow_undefined_flag
10272 cat conftest.err
1>&5
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10278 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10279 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10443 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10445 if test "$GCC" = yes; then
10447 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10448 *) lt_awk_arg
="/^libraries:/" ;;
10451 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10452 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10454 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10455 case $lt_search_path_spec in
10457 # if the path contains ";" then we assume it to be the separator
10458 # otherwise default to the standard path separator (i.e. ":") - it is
10459 # assumed that no part of a normal pathname contains ";" but that should
10460 # okay in the real world where ";" in dirpaths is itself problematic.
10461 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10464 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10467 # Ok, now we have the path, separated by spaces, we can step through it
10468 # and add multilib dir if necessary.
10469 lt_tmp_lt_search_path_spec
=
10470 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10471 for lt_sys_path
in $lt_search_path_spec; do
10472 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10473 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10475 test -d "$lt_sys_path" && \
10476 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10479 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10480 BEGIN {RS=" "; FS="/|\n";} {
10483 for (lt_i = NF; lt_i > 0; lt_i--) {
10484 if ($lt_i != "" && $lt_i != ".") {
10485 if ($lt_i == "..") {
10488 if (lt_count == 0) {
10489 lt_foo="/" $lt_i lt_foo;
10496 if (lt_foo != "") { lt_freq[lt_foo]++; }
10497 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10499 # AWK program above erroneously prepends '/' to C:/dos/paths
10502 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10503 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10505 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10507 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10509 library_names_spec
=
10510 libname_spec
='lib$name'
10514 postuninstall_cmds
=
10518 shlibpath_overrides_runpath
=unknown
10520 dynamic_linker
="$host_os ld.so"
10521 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10522 need_lib_prefix
=unknown
10523 hardcode_into_libs
=no
10525 # when you set need_version to no, make sure it does not cause -set_version
10526 # flags to be left without arguments
10527 need_version
=unknown
10532 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10533 shlibpath_var
=LIBPATH
10535 # AIX 3 has no versioning support, so we append a major version to the name.
10536 soname_spec
='${libname}${release}${shared_ext}$major'
10543 hardcode_into_libs
=yes
10544 if test "$host_cpu" = ia64
; then
10545 # AIX 5 supports IA64
10546 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10547 shlibpath_var
=LD_LIBRARY_PATH
10549 # With GCC up to 2.95.x, collect2 would create an import file
10550 # for dependence libraries. The import file would start with
10551 # the line `#! .'. This would cause the generated library to
10552 # depend on `.', always an invalid library. This was fixed in
10553 # development snapshots of GCC prior to 3.0.
10555 aix4 | aix4.
[01] | aix4.
[01].
*)
10556 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10558 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10561 can_build_shared
=no
10565 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10566 # soname into executable. Probably we can add versioning support to
10567 # collect2, so additional links can be useful in future.
10568 if test "$aix_use_runtimelinking" = yes; then
10569 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10570 # instead of lib<name>.a to let people know that these are not
10571 # typical AIX shared libraries.
10572 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10574 # We preserve .a as extension for shared libraries through AIX4.2
10575 # and later when we are not doing run time linking.
10576 library_names_spec
='${libname}${release}.a $libname.a'
10577 soname_spec
='${libname}${release}${shared_ext}$major'
10579 shlibpath_var
=LIBPATH
10586 # Since July 2007 AmigaOS4 officially supports .so libraries.
10587 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10588 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10591 library_names_spec
='$libname.ixlibrary $libname.a'
10592 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10593 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'
10599 library_names_spec
='${libname}${shared_ext}'
10600 dynamic_linker
="$host_os ld.so"
10601 shlibpath_var
=LIBRARY_PATH
10607 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10608 soname_spec
='${libname}${release}${shared_ext}$major'
10609 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10610 shlibpath_var
=LD_LIBRARY_PATH
10611 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10612 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10613 # the default ld.so.conf also contains /usr/contrib/lib and
10614 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10615 # libtool to hard-code these into programs
10618 cygwin
* | mingw
* | pw32
* | cegcc
*)
10619 version_type
=windows
10624 case $GCC,$host_os in
10625 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10626 library_names_spec
='$libname.dll.a'
10627 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10628 postinstall_cmds
='base_file=`basename \${file}`~
10629 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10630 dldir=$destdir/`dirname \$dlpath`~
10631 test -d \$dldir || mkdir -p \$dldir~
10632 $install_prog $dir/$dlname \$dldir/$dlname~
10633 chmod a+x \$dldir/$dlname~
10634 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10635 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10637 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10638 dlpath=$dir/\$dldll~
10640 shlibpath_overrides_runpath
=yes
10644 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10645 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10647 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10650 # MinGW DLLs use traditional 'lib' prefix
10651 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10654 # pw32 DLLs use 'pw' prefix rather than 'lib'
10655 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10661 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10664 dynamic_linker
='Win32 ld.exe'
10665 # FIXME: first we should search . and the directory the executable is in
10669 darwin
* | rhapsody
*)
10670 dynamic_linker
="$host_os dyld"
10671 version_type
=darwin
10674 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10675 soname_spec
='${libname}${release}${major}$shared_ext'
10676 shlibpath_overrides_runpath
=yes
10677 shlibpath_var
=DYLD_LIBRARY_PATH
10678 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10680 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10681 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10688 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10689 soname_spec
='${libname}${release}${shared_ext}$major'
10690 shlibpath_var
=LD_LIBRARY_PATH
10693 freebsd
* | dragonfly
*)
10694 # DragonFly does not have aout. When/if they implement a new
10695 # versioning mechanism, adjust this.
10696 if test -x /usr
/bin
/objformat
; then
10697 objformat
=`/usr/bin/objformat`
10700 freebsd
[23].
*) objformat
=aout
;;
10701 *) objformat
=elf
;;
10704 version_type
=freebsd-
$objformat
10705 case $version_type in
10707 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10712 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10716 shlibpath_var
=LD_LIBRARY_PATH
10719 shlibpath_overrides_runpath
=yes
10721 freebsd3.
[01]* | freebsdelf3.
[01]*)
10722 shlibpath_overrides_runpath
=yes
10723 hardcode_into_libs
=yes
10725 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10726 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10727 shlibpath_overrides_runpath
=no
10728 hardcode_into_libs
=yes
10730 *) # from 4.6 on, and DragonFly
10731 shlibpath_overrides_runpath
=yes
10732 hardcode_into_libs
=yes
10741 dynamic_linker
="$host_os runtime_loader"
10742 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10743 soname_spec
='${libname}${release}${shared_ext}$major'
10744 shlibpath_var
=LIBRARY_PATH
10745 shlibpath_overrides_runpath
=yes
10746 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10747 hardcode_into_libs
=yes
10750 hpux9
* | hpux10
* | hpux11
*)
10751 # Give a soname corresponding to the major version so that dld.sl refuses to
10752 # link against other versions.
10759 hardcode_into_libs
=yes
10760 dynamic_linker
="$host_os dld.so"
10761 shlibpath_var
=LD_LIBRARY_PATH
10762 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10763 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10764 soname_spec
='${libname}${release}${shared_ext}$major'
10765 if test "X$HPUX_IA64_MODE" = X32
; then
10766 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10768 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10770 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10774 hardcode_into_libs
=yes
10775 dynamic_linker
="$host_os dld.sl"
10776 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10777 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10778 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779 soname_spec
='${libname}${release}${shared_ext}$major'
10780 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10781 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10785 dynamic_linker
="$host_os dld.sl"
10786 shlibpath_var
=SHLIB_PATH
10787 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10788 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10789 soname_spec
='${libname}${release}${shared_ext}$major'
10792 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10793 postinstall_cmds
='chmod 555 $lib'
10794 # or fails outright, so override atomically:
10795 install_override_mode
=555
10802 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10803 soname_spec
='${libname}${release}${shared_ext}$major'
10804 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10805 shlibpath_var
=LD_LIBRARY_PATH
10806 shlibpath_overrides_runpath
=no
10807 hardcode_into_libs
=yes
10810 irix5
* | irix6
* | nonstopux
*)
10812 nonstopux
*) version_type
=nonstopux
;;
10814 if test "$lt_cv_prog_gnu_ld" = yes; then
10822 soname_spec
='${libname}${release}${shared_ext}$major'
10823 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10825 irix5
* | nonstopux
*)
10826 libsuff
= shlibsuff
=
10829 case $LD in # libtool.m4 will add one of these switches to LD
10830 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10831 libsuff
= shlibsuff
= libmagic
=32-bit;;
10832 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10833 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10834 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10835 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10836 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10840 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10841 shlibpath_overrides_runpath
=no
10842 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10843 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10844 hardcode_into_libs
=yes
10847 # No shared lib support for Linux oldld, aout, or coff.
10848 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10852 # This must be Linux ELF.
10854 # uclinux* changes (here and below) have been submitted to the libtool
10855 # project, but have not yet been accepted: they are GCC-local changes
10856 # for the time being. (See
10857 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10858 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
* | uclinuxfdpiceabi
)
10862 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10863 soname_spec
='${libname}${release}${shared_ext}$major'
10864 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10865 shlibpath_var
=LD_LIBRARY_PATH
10866 shlibpath_overrides_runpath
=no
10868 # Some binutils ld are patched to set DT_RUNPATH
10869 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10870 $as_echo_n "(cached) " >&6
10872 lt_cv_shlibpath_overrides_runpath
=no
10873 save_LDFLAGS
=$LDFLAGS
10874 save_libdir
=$libdir
10875 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10876 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10878 /* end confdefs.h. */
10888 if ac_fn_c_try_link
"$LINENO"; then :
10889 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10890 lt_cv_shlibpath_overrides_runpath
=yes
10893 rm -f core conftest.err conftest.
$ac_objext \
10894 conftest
$ac_exeext conftest.
$ac_ext
10895 LDFLAGS
=$save_LDFLAGS
10896 libdir
=$save_libdir
10900 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10902 # This implies no fast_install, which is unacceptable.
10903 # Some rework will be needed to allow for fast_install
10904 # before this can be enabled.
10905 hardcode_into_libs
=yes
10907 # Append ld.so.conf contents to the search path
10908 if test -f /etc
/ld.so.conf
; then
10909 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' ' '`
10910 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10913 # We used to test for /lib/ld.so.1 and disable shared libraries on
10914 # powerpc, because MkLinux only supported shared libraries with the
10915 # GNU dynamic linker. Since this was broken with cross compilers,
10916 # most powerpc-linux boxes support dynamic linking these days and
10917 # people can always --disable-shared, the test was removed, and we
10918 # assume the GNU/Linux dynamic linker is in use.
10919 dynamic_linker
='GNU/Linux ld.so'
10926 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10927 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10928 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10929 dynamic_linker
='NetBSD (a.out) ld.so'
10931 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10932 soname_spec
='${libname}${release}${shared_ext}$major'
10933 dynamic_linker
='NetBSD ld.elf_so'
10935 shlibpath_var
=LD_LIBRARY_PATH
10936 shlibpath_overrides_runpath
=yes
10937 hardcode_into_libs
=yes
10942 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10943 shlibpath_var
=LD_LIBRARY_PATH
10944 shlibpath_overrides_runpath
=yes
10951 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10952 soname_spec
='${libname}${release}${shared_ext}$major'
10953 shlibpath_var
=LD_LIBRARY_PATH
10954 shlibpath_overrides_runpath
=no
10955 hardcode_into_libs
=yes
10956 dynamic_linker
='ldqnx.so'
10961 sys_lib_dlsearch_path_spec
="/usr/lib"
10963 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10965 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10966 *) need_version
=no
;;
10968 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10969 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10970 shlibpath_var
=LD_LIBRARY_PATH
10971 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10973 openbsd2.
[89] | openbsd2.
[89].
*)
10974 shlibpath_overrides_runpath
=no
10977 shlibpath_overrides_runpath
=yes
10981 shlibpath_overrides_runpath
=yes
10986 libname_spec
='$name'
10989 library_names_spec
='$libname${shared_ext} $libname.a'
10990 dynamic_linker
='OS/2 ld.exe'
10991 shlibpath_var
=LIBPATH
10994 osf3
* | osf4
* | osf5
*)
10998 soname_spec
='${libname}${release}${shared_ext}$major'
10999 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11000 shlibpath_var
=LD_LIBRARY_PATH
11001 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11002 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
11013 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11014 soname_spec
='${libname}${release}${shared_ext}$major'
11015 shlibpath_var
=LD_LIBRARY_PATH
11016 shlibpath_overrides_runpath
=yes
11017 hardcode_into_libs
=yes
11018 # ldd complains unless libraries are executable
11019 postinstall_cmds
='chmod +x $lib'
11024 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11025 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11026 shlibpath_var
=LD_LIBRARY_PATH
11027 shlibpath_overrides_runpath
=yes
11028 if test "$with_gnu_ld" = yes; then
11036 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11037 soname_spec
='${libname}${release}${shared_ext}$major'
11038 shlibpath_var
=LD_LIBRARY_PATH
11039 case $host_vendor in
11041 shlibpath_overrides_runpath
=no
11043 runpath_var
=LD_RUN_PATH
11051 shlibpath_overrides_runpath
=no
11052 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
11058 if test -d /usr
/nec
;then
11060 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11061 soname_spec
='$libname${shared_ext}.$major'
11062 shlibpath_var
=LD_LIBRARY_PATH
11066 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
11067 version_type
=freebsd-elf
11070 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11071 soname_spec
='${libname}${release}${shared_ext}$major'
11072 shlibpath_var
=LD_LIBRARY_PATH
11073 shlibpath_overrides_runpath
=yes
11074 hardcode_into_libs
=yes
11075 if test "$with_gnu_ld" = yes; then
11076 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11078 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
11081 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
11085 sys_lib_dlsearch_path_spec
='/usr/lib'
11089 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11093 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11094 shlibpath_var
=LD_LIBRARY_PATH
11095 shlibpath_overrides_runpath
=no
11096 hardcode_into_libs
=yes
11101 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11102 soname_spec
='${libname}${release}${shared_ext}$major'
11103 shlibpath_var
=LD_LIBRARY_PATH
11106 # Shared libraries for VwWorks, >= 7 only at this stage
11107 # and (fpic) still incompatible with "large" code models
11108 # in a few configurations. Only for RTP mode in any case,
11109 # and upon explicit request at configure time.
11112 case ${with_multisubdir}-${enable_shared} in
11119 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11120 soname_spec
='${libname}${release}${shared_ext}$major'
11121 dynamic_linker
="$host_os module_loader"
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11130 $as_echo "$dynamic_linker" >&6; }
11131 test "$dynamic_linker" = no
&& can_build_shared
=no
11133 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
11134 if test "$GCC" = yes; then
11135 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11138 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11139 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
11141 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11142 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11237 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11239 if test -n "$hardcode_libdir_flag_spec" ||
11240 test -n "$runpath_var" ||
11241 test "X$hardcode_automatic" = "Xyes" ; then
11243 # We can hardcode non-existent directories.
11244 if test "$hardcode_direct" != no
&&
11245 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11246 # have to relink, otherwise we might link with an installed library
11247 # when we should be linking with a yet-to-be-installed one
11248 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11249 test "$hardcode_minus_L" != no
; then
11250 # Linking always hardcodes the temporary library directory.
11251 hardcode_action
=relink
11253 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11254 hardcode_action
=immediate
11257 # We cannot hardcode anything, or else we can only hardcode existing
11259 hardcode_action
=unsupported
11261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11262 $as_echo "$hardcode_action" >&6; }
11264 if test "$hardcode_action" = relink ||
11265 test "$inherit_rpath" = yes; then
11266 # Fast installation is not supported
11267 enable_fast_install
=no
11268 elif test "$shlibpath_overrides_runpath" = yes ||
11269 test "$enable_shared" = no
; then
11270 # Fast installation is not necessary
11271 enable_fast_install
=needless
11279 if test "x$enable_dlopen" != xyes
; then
11280 enable_dlopen
=unknown
11281 enable_dlopen_self
=unknown
11282 enable_dlopen_self_static
=unknown
11289 lt_cv_dlopen
="load_add_on"
11291 lt_cv_dlopen_self
=yes
11294 mingw
* | pw32
* | cegcc
*)
11295 lt_cv_dlopen
="LoadLibrary"
11300 lt_cv_dlopen
="dlopen"
11305 # if libdl is installed we need to link against it
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11307 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11308 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11309 $as_echo_n "(cached) " >&6
11311 ac_check_lib_save_LIBS
=$LIBS
11313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11314 /* end confdefs.h. */
11316 /* Override any GCC internal prototype to avoid an error.
11317 Use char because int might match the return type of a GCC
11318 builtin and then its argument prototype would still apply. */
11331 if ac_fn_c_try_link
"$LINENO"; then :
11332 ac_cv_lib_dl_dlopen
=yes
11334 ac_cv_lib_dl_dlopen
=no
11336 rm -f core conftest.err conftest.
$ac_objext \
11337 conftest
$ac_exeext conftest.
$ac_ext
11338 LIBS
=$ac_check_lib_save_LIBS
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11341 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11342 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11343 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11346 lt_cv_dlopen
="dyld"
11348 lt_cv_dlopen_self
=yes
11355 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11356 if test "x$ac_cv_func_shl_load" = xyes
; then :
11357 lt_cv_dlopen
="shl_load"
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11360 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11361 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11362 $as_echo_n "(cached) " >&6
11364 ac_check_lib_save_LIBS
=$LIBS
11366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11367 /* end confdefs.h. */
11369 /* Override any GCC internal prototype to avoid an error.
11370 Use char because int might match the return type of a GCC
11371 builtin and then its argument prototype would still apply. */
11379 return shl_load ();
11384 if ac_fn_c_try_link
"$LINENO"; then :
11385 ac_cv_lib_dld_shl_load
=yes
11387 ac_cv_lib_dld_shl_load
=no
11389 rm -f core conftest.err conftest.
$ac_objext \
11390 conftest
$ac_exeext conftest.
$ac_ext
11391 LIBS
=$ac_check_lib_save_LIBS
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11394 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11395 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11396 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11398 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11399 if test "x$ac_cv_func_dlopen" = xyes
; then :
11400 lt_cv_dlopen
="dlopen"
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11403 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11404 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11405 $as_echo_n "(cached) " >&6
11407 ac_check_lib_save_LIBS
=$LIBS
11409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11410 /* end confdefs.h. */
11412 /* Override any GCC internal prototype to avoid an error.
11413 Use char because int might match the return type of a GCC
11414 builtin and then its argument prototype would still apply. */
11427 if ac_fn_c_try_link
"$LINENO"; then :
11428 ac_cv_lib_dl_dlopen
=yes
11430 ac_cv_lib_dl_dlopen
=no
11432 rm -f core conftest.err conftest.
$ac_objext \
11433 conftest
$ac_exeext conftest.
$ac_ext
11434 LIBS
=$ac_check_lib_save_LIBS
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11437 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11438 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11439 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11442 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11443 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11444 $as_echo_n "(cached) " >&6
11446 ac_check_lib_save_LIBS
=$LIBS
11447 LIBS
="-lsvld $LIBS"
11448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11449 /* end confdefs.h. */
11451 /* Override any GCC internal prototype to avoid an error.
11452 Use char because int might match the return type of a GCC
11453 builtin and then its argument prototype would still apply. */
11466 if ac_fn_c_try_link
"$LINENO"; then :
11467 ac_cv_lib_svld_dlopen
=yes
11469 ac_cv_lib_svld_dlopen
=no
11471 rm -f core conftest.err conftest.
$ac_objext \
11472 conftest
$ac_exeext conftest.
$ac_ext
11473 LIBS
=$ac_check_lib_save_LIBS
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11476 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11477 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11478 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11481 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11482 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11483 $as_echo_n "(cached) " >&6
11485 ac_check_lib_save_LIBS
=$LIBS
11487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11488 /* end confdefs.h. */
11490 /* Override any GCC internal prototype to avoid an error.
11491 Use char because int might match the return type of a GCC
11492 builtin and then its argument prototype would still apply. */
11500 return dld_link ();
11505 if ac_fn_c_try_link
"$LINENO"; then :
11506 ac_cv_lib_dld_dld_link
=yes
11508 ac_cv_lib_dld_dld_link
=no
11510 rm -f core conftest.err conftest.
$ac_objext \
11511 conftest
$ac_exeext conftest.
$ac_ext
11512 LIBS
=$ac_check_lib_save_LIBS
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11515 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11516 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11517 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11538 if test "x$lt_cv_dlopen" != xno
; then
11544 case $lt_cv_dlopen in
11546 save_CPPFLAGS
="$CPPFLAGS"
11547 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11549 save_LDFLAGS
="$LDFLAGS"
11550 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11553 LIBS
="$lt_cv_dlopen_libs $LIBS"
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11556 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11557 if ${lt_cv_dlopen_self+:} false
; then :
11558 $as_echo_n "(cached) " >&6
11560 if test "$cross_compiling" = yes; then :
11561 lt_cv_dlopen_self
=cross
11563 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11564 lt_status
=$lt_dlunknown
11565 cat > conftest.
$ac_ext <<_LT_EOF
11566 #line 11566 "configure"
11567 #include "confdefs.h"
11576 # define LT_DLGLOBAL RTLD_GLOBAL
11579 # define LT_DLGLOBAL DL_GLOBAL
11581 # define LT_DLGLOBAL 0
11585 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11586 find out it does not work in some platform. */
11587 #ifndef LT_DLLAZY_OR_NOW
11589 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11592 # define LT_DLLAZY_OR_NOW DL_LAZY
11595 # define LT_DLLAZY_OR_NOW RTLD_NOW
11598 # define LT_DLLAZY_OR_NOW DL_NOW
11600 # define LT_DLLAZY_OR_NOW 0
11607 /* When -fvisbility=hidden is used, assume the code has been annotated
11608 correspondingly for the symbols needed. */
11609 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11610 void fnord () __attribute__((visibility("default")));
11613 void fnord () { int i=42; }
11616 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11617 int status = $lt_dlunknown;
11621 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11624 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11625 else puts (dlerror ());
11627 /* dlclose (self); */
11635 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11636 (eval $ac_link) 2>&5
11638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11639 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11640 (.
/conftest
; exit; ) >&5 2>/dev
/null
11642 case x
$lt_status in
11643 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11644 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11645 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11648 # compilation failed
11649 lt_cv_dlopen_self
=no
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11657 $as_echo "$lt_cv_dlopen_self" >&6; }
11659 if test "x$lt_cv_dlopen_self" = xyes
; then
11660 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11662 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11663 if ${lt_cv_dlopen_self_static+:} false
; then :
11664 $as_echo_n "(cached) " >&6
11666 if test "$cross_compiling" = yes; then :
11667 lt_cv_dlopen_self_static
=cross
11669 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11670 lt_status
=$lt_dlunknown
11671 cat > conftest.
$ac_ext <<_LT_EOF
11672 #line 11672 "configure"
11673 #include "confdefs.h"
11682 # define LT_DLGLOBAL RTLD_GLOBAL
11685 # define LT_DLGLOBAL DL_GLOBAL
11687 # define LT_DLGLOBAL 0
11691 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11692 find out it does not work in some platform. */
11693 #ifndef LT_DLLAZY_OR_NOW
11695 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11698 # define LT_DLLAZY_OR_NOW DL_LAZY
11701 # define LT_DLLAZY_OR_NOW RTLD_NOW
11704 # define LT_DLLAZY_OR_NOW DL_NOW
11706 # define LT_DLLAZY_OR_NOW 0
11713 /* When -fvisbility=hidden is used, assume the code has been annotated
11714 correspondingly for the symbols needed. */
11715 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11716 void fnord () __attribute__((visibility("default")));
11719 void fnord () { int i=42; }
11722 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11723 int status = $lt_dlunknown;
11727 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11730 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11731 else puts (dlerror ());
11733 /* dlclose (self); */
11741 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11742 (eval $ac_link) 2>&5
11744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11745 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11746 (.
/conftest
; exit; ) >&5 2>/dev
/null
11748 case x
$lt_status in
11749 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11750 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11751 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11754 # compilation failed
11755 lt_cv_dlopen_self_static
=no
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11763 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11766 CPPFLAGS
="$save_CPPFLAGS"
11767 LDFLAGS
="$save_LDFLAGS"
11772 case $lt_cv_dlopen_self in
11773 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11774 *) enable_dlopen_self
=unknown
;;
11777 case $lt_cv_dlopen_self_static in
11778 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11779 *) enable_dlopen_self_static
=unknown
;;
11801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11802 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11803 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11804 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11805 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11807 $as_echo "yes" >&6; }
11809 # FIXME - insert some real tests, host_os isn't really good enough
11812 if test -n "$STRIP" ; then
11813 striplib
="$STRIP -x"
11814 old_striplib
="$STRIP -S"
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11816 $as_echo "yes" >&6; }
11818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11819 $as_echo "no" >&6; }
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11824 $as_echo "no" >&6; }
11840 # Report which library types will actually be built
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11842 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11844 $as_echo "$can_build_shared" >&6; }
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11847 $as_echo_n "checking whether to build shared libraries... " >&6; }
11848 test "$can_build_shared" = "no" && enable_shared
=no
11850 # On AIX, shared libraries and static libraries use the same namespace, and
11851 # are all built from PIC.
11854 test "$enable_shared" = yes && enable_static
=no
11855 if test -n "$RANLIB"; then
11856 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11857 postinstall_cmds
='$RANLIB $lib'
11862 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11863 test "$enable_shared" = yes && enable_static
=no
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11868 $as_echo "$enable_shared" >&6; }
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11871 $as_echo_n "checking whether to build static libraries... " >&6; }
11872 # Make sure either enable_shared or enable_static is yes.
11873 test "$enable_shared" = yes || enable_static
=yes
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11875 $as_echo "$enable_static" >&6; }
11882 ac_cpp
='$CPP $CPPFLAGS'
11883 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11884 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11885 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11901 ac_config_commands
="$ac_config_commands libtool"
11906 # Only expand once:
11909 # Check whether --enable-largefile was given.
11910 if test "${enable_largefile+set}" = set; then :
11911 enableval
=$enable_largefile;
11914 if test "$enable_largefile" != no
; then
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11917 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11918 if ${ac_cv_sys_largefile_CC+:} false
; then :
11919 $as_echo_n "(cached) " >&6
11921 ac_cv_sys_largefile_CC
=no
11922 if test "$GCC" != yes; then
11925 # IRIX 6.2 and later do not support large files by default,
11926 # so use the C compiler's -n32 option if that helps.
11927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11929 #include <sys/types.h>
11930 /* Check that off_t can represent 2**63 - 1 correctly.
11931 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11932 since some C++ compilers masquerading as C compilers
11933 incorrectly reject 9223372036854775807. */
11934 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11935 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11936 && LARGE_OFF_T % 2147483647 == 1)
11946 if ac_fn_c_try_compile
"$LINENO"; then :
11949 rm -f core conftest.err conftest.
$ac_objext
11951 if ac_fn_c_try_compile
"$LINENO"; then :
11952 ac_cv_sys_largefile_CC
=' -n32'; break
11954 rm -f core conftest.err conftest.
$ac_objext
11958 rm -f conftest.
$ac_ext
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11962 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11963 if test "$ac_cv_sys_largefile_CC" != no
; then
11964 CC
=$CC$ac_cv_sys_largefile_CC
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11968 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11969 if ${ac_cv_sys_file_offset_bits+:} false
; then :
11970 $as_echo_n "(cached) " >&6
11973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11974 /* end confdefs.h. */
11975 #include <sys/types.h>
11976 /* Check that off_t can represent 2**63 - 1 correctly.
11977 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11978 since some C++ compilers masquerading as C compilers
11979 incorrectly reject 9223372036854775807. */
11980 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11981 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11982 && LARGE_OFF_T % 2147483647 == 1)
11992 if ac_fn_c_try_compile
"$LINENO"; then :
11993 ac_cv_sys_file_offset_bits
=no
; break
11995 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11996 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11997 /* end confdefs.h. */
11998 #define _FILE_OFFSET_BITS 64
11999 #include <sys/types.h>
12000 /* Check that off_t can represent 2**63 - 1 correctly.
12001 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12002 since some C++ compilers masquerading as C compilers
12003 incorrectly reject 9223372036854775807. */
12004 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12005 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12006 && LARGE_OFF_T % 2147483647 == 1)
12016 if ac_fn_c_try_compile
"$LINENO"; then :
12017 ac_cv_sys_file_offset_bits
=64; break
12019 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12020 ac_cv_sys_file_offset_bits
=unknown
12024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12025 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12026 case $ac_cv_sys_file_offset_bits in #(
12029 cat >>confdefs.h
<<_ACEOF
12030 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12035 if test $ac_cv_sys_file_offset_bits = unknown
; then
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12037 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12038 if ${ac_cv_sys_large_files+:} false
; then :
12039 $as_echo_n "(cached) " >&6
12042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12043 /* end confdefs.h. */
12044 #include <sys/types.h>
12045 /* Check that off_t can represent 2**63 - 1 correctly.
12046 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12047 since some C++ compilers masquerading as C compilers
12048 incorrectly reject 9223372036854775807. */
12049 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12050 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12051 && LARGE_OFF_T % 2147483647 == 1)
12061 if ac_fn_c_try_compile
"$LINENO"; then :
12062 ac_cv_sys_large_files
=no
; break
12064 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12066 /* end confdefs.h. */
12067 #define _LARGE_FILES 1
12068 #include <sys/types.h>
12069 /* Check that off_t can represent 2**63 - 1 correctly.
12070 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12071 since some C++ compilers masquerading as C compilers
12072 incorrectly reject 9223372036854775807. */
12073 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12074 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12075 && LARGE_OFF_T % 2147483647 == 1)
12085 if ac_fn_c_try_compile
"$LINENO"; then :
12086 ac_cv_sys_large_files
=1; break
12088 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12089 ac_cv_sys_large_files
=unknown
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12094 $as_echo "$ac_cv_sys_large_files" >&6; }
12095 case $ac_cv_sys_large_files in #(
12098 cat >>confdefs.h
<<_ACEOF
12099 #define _LARGE_FILES $ac_cv_sys_large_files
12110 MISSING
=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
12111 for ac_prog
in aclocal
12113 # Extract the first word of "$ac_prog", so it can be a program name with args.
12114 set dummy
$ac_prog; ac_word
=$2
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12116 $as_echo_n "checking for $ac_word... " >&6; }
12117 if ${ac_cv_prog_ACLOCAL+:} false
; then :
12118 $as_echo_n "(cached) " >&6
12120 if test -n "$ACLOCAL"; then
12121 ac_cv_prog_ACLOCAL
="$ACLOCAL" # Let the user override the test.
12123 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12124 for as_dir
in $PATH
12127 test -z "$as_dir" && as_dir
=.
12128 for ac_exec_ext
in '' $ac_executable_extensions; do
12129 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12130 ac_cv_prog_ACLOCAL
="$ac_prog"
12131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12140 ACLOCAL
=$ac_cv_prog_ACLOCAL
12141 if test -n "$ACLOCAL"; then
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5
12143 $as_echo "$ACLOCAL" >&6; }
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12146 $as_echo "no" >&6; }
12150 test -n "$ACLOCAL" && break
12152 test -n "$ACLOCAL" || ACLOCAL
="$MISSING aclocal"
12154 for ac_prog
in autoconf
12156 # Extract the first word of "$ac_prog", so it can be a program name with args.
12157 set dummy
$ac_prog; ac_word
=$2
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12159 $as_echo_n "checking for $ac_word... " >&6; }
12160 if ${ac_cv_prog_AUTOCONF+:} false
; then :
12161 $as_echo_n "(cached) " >&6
12163 if test -n "$AUTOCONF"; then
12164 ac_cv_prog_AUTOCONF
="$AUTOCONF" # Let the user override the test.
12166 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12167 for as_dir
in $PATH
12170 test -z "$as_dir" && as_dir
=.
12171 for ac_exec_ext
in '' $ac_executable_extensions; do
12172 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12173 ac_cv_prog_AUTOCONF
="$ac_prog"
12174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12183 AUTOCONF
=$ac_cv_prog_AUTOCONF
12184 if test -n "$AUTOCONF"; then
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
12186 $as_echo "$AUTOCONF" >&6; }
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12189 $as_echo "no" >&6; }
12193 test -n "$AUTOCONF" && break
12195 test -n "$AUTOCONF" || AUTOCONF
="$MISSING autoconf"
12197 for ac_prog
in autoheader
12199 # Extract the first word of "$ac_prog", so it can be a program name with args.
12200 set dummy
$ac_prog; ac_word
=$2
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12202 $as_echo_n "checking for $ac_word... " >&6; }
12203 if ${ac_cv_prog_AUTOHEADER+:} false
; then :
12204 $as_echo_n "(cached) " >&6
12206 if test -n "$AUTOHEADER"; then
12207 ac_cv_prog_AUTOHEADER
="$AUTOHEADER" # Let the user override the test.
12209 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12210 for as_dir
in $PATH
12213 test -z "$as_dir" && as_dir
=.
12214 for ac_exec_ext
in '' $ac_executable_extensions; do
12215 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12216 ac_cv_prog_AUTOHEADER
="$ac_prog"
12217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12226 AUTOHEADER
=$ac_cv_prog_AUTOHEADER
12227 if test -n "$AUTOHEADER"; then
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
12229 $as_echo "$AUTOHEADER" >&6; }
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12232 $as_echo "no" >&6; }
12236 test -n "$AUTOHEADER" && break
12238 test -n "$AUTOHEADER" || AUTOHEADER
="$MISSING autoheader"
12243 ac_cpp
='$CPP $CPPFLAGS'
12244 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12245 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12246 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12248 ac_libsframe_warn_cflags
=
12249 save_CFLAGS
="$CFLAGS"
12250 for real_option
in -Wall -Wextra -Wwrite-strings \
12251 -Wmissing-format-attribute \
12252 -Wstrict-prototypes -Wmissing-prototypes; do
12253 # Do the check with the no- prefix removed since gcc silently
12254 # accepts any -Wno-* option on purpose
12255 case $real_option in
12256 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
12257 *) option
=$real_option ;;
12259 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
12262 $as_echo_n "checking whether $CC supports $option... " >&6; }
12263 if eval \
${$as_acx_Woption+:} false
; then :
12264 $as_echo_n "(cached) " >&6
12267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12268 /* end confdefs.h. */
12278 if ac_fn_c_try_compile
"$LINENO"; then :
12279 eval "$as_acx_Woption=yes"
12281 eval "$as_acx_Woption=no"
12283 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12286 eval ac_res
=\$
$as_acx_Woption
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12288 $as_echo "$ac_res" >&6; }
12289 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
12290 ac_libsframe_warn_cflags
="$ac_libsframe_warn_cflags${ac_libsframe_warn_cflags:+ }$real_option"
12293 CFLAGS
="$save_CFLAGS"
12295 ac_cpp
='$CPP $CPPFLAGS'
12296 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for incompatibility between DejaGnu and GCC" >&5
12305 $as_echo_n "checking for incompatibility between DejaGnu and GCC... " >&6; }
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
12307 $as_echo "$ac_cv_dejagnu_compat" >&6; }
12309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12310 /* end confdefs.h. */
12311 #include <dejagnu.h>
12321 if ac_fn_c_try_link
"$LINENO"; then :
12322 ac_cv_dejagnu_compat
=yes
12324 ac_cv_dejagnu_compat
=no
12326 rm -f core conftest.err conftest.
$ac_objext \
12327 conftest
$ac_exeext conftest.
$ac_ext
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
12329 $as_echo "$ac_cv_dejagnu_compat" >&6; }
12331 if test "$ac_cv_dejagnu_compat}" = no
; then
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: detected incompatibility between dejagnu version and gcc" >&5
12333 $as_echo "detected incompatibility between dejagnu version and gcc" >&6; }
12336 if test "x$ac_cv_dejagnu_compat" = "xyes"; then
12337 HAVE_COMPAT_DEJAGNU_TRUE
=
12338 HAVE_COMPAT_DEJAGNU_FALSE
='#'
12340 HAVE_COMPAT_DEJAGNU_TRUE
='#'
12341 HAVE_COMPAT_DEJAGNU_FALSE
=
12345 COMPAT_DEJAGNU
=$ac_cv_dejagnu_compat
12349 for ac_prog
in makeinfo
12351 # Extract the first word of "$ac_prog", so it can be a program name with args.
12352 set dummy
$ac_prog; ac_word
=$2
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12354 $as_echo_n "checking for $ac_word... " >&6; }
12355 if ${ac_cv_prog_MAKEINFO+:} false
; then :
12356 $as_echo_n "(cached) " >&6
12358 if test -n "$MAKEINFO"; then
12359 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
12361 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12362 for as_dir
in $PATH
12365 test -z "$as_dir" && as_dir
=.
12366 for ac_exec_ext
in '' $ac_executable_extensions; do
12367 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12368 ac_cv_prog_MAKEINFO
="$ac_prog"
12369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12378 MAKEINFO
=$ac_cv_prog_MAKEINFO
12379 if test -n "$MAKEINFO"; then
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
12381 $as_echo "$MAKEINFO" >&6; }
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12384 $as_echo "no" >&6; }
12388 test -n "$MAKEINFO" && break
12390 test -n "$MAKEINFO" || MAKEINFO
="makeinfo"
12392 if test "x$MAKEINFO" = "x"; then
12393 MAKEINFO
="@echo makeinfo missing; true"
12397 case "$MAKEINFO" in
12398 */missing\ makeinfo
*)
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12401 *** Makeinfo is missing. Info documentation will not be built." >&5
12402 $as_echo "$as_me: WARNING:
12403 *** Makeinfo is missing. Info documentation will not be built." >&2;}
12410 if test "${build_info}" = yes; then
12412 BUILD_INFO_FALSE
='#'
12414 BUILD_INFO_TRUE
='#'
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if using Solaris linker" >&5
12420 $as_echo_n "checking if using Solaris linker... " >&6; }
12421 SLD
=`$LD --version 2>&1 | grep Solaris`
12422 if test "$SLD"; then
12423 have_solaris_ld
=yes
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12425 $as_echo "yes" >&6; }
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12429 $as_echo "no" >&6; }
12431 if test "$have_solaris_ld" = "yes"; then
12432 HAVE_SOLARIS_LD_TRUE
=
12433 HAVE_SOLARIS_LD_FALSE
='#'
12435 HAVE_SOLARIS_LD_TRUE
='#'
12436 HAVE_SOLARIS_LD_FALSE
=
12440 if test "$have_solaris_ld" = "yes"; then
12441 GLD
=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
12443 GLD
=`$LD --help < /dev/null 2>/dev/null | grep version-script`
12446 if test "$GLD"; then
12447 have_ld_version_script
=yes
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12449 $as_echo "yes" >&6; }
12451 have_ld_version_script
=no
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12453 $as_echo "no" >&6; }
12454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Versioned symbols not enabled." >&5
12455 $as_echo "$as_me: WARNING: *** Versioned symbols not enabled." >&2;}
12457 if test "$have_ld_version_script" = "yes"; then
12458 HAVE_LD_VERSION_SCRIPT_TRUE
=
12459 HAVE_LD_VERSION_SCRIPT_FALSE
='#'
12461 HAVE_LD_VERSION_SCRIPT_TRUE
='#'
12462 HAVE_LD_VERSION_SCRIPT_FALSE
=
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12468 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12469 # Check whether --enable-maintainer-mode was given.
12470 if test "${enable_maintainer_mode+set}" = set; then :
12471 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
12473 USE_MAINTAINER_MODE
=no
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12477 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12478 if test $USE_MAINTAINER_MODE = yes; then
12479 MAINTAINER_MODE_TRUE
=
12480 MAINTAINER_MODE_FALSE
='#'
12482 MAINTAINER_MODE_TRUE
='#'
12483 MAINTAINER_MODE_FALSE
=
12486 MAINT
=$MAINTAINER_MODE_TRUE
12489 case ${build_alias} in
12490 "") build_noncanonical
=${build} ;;
12491 *) build_noncanonical
=${build_alias} ;;
12494 case ${host_alias} in
12495 "") host_noncanonical
=${build_noncanonical} ;;
12496 *) host_noncanonical
=${host_alias} ;;
12499 case ${target_alias} in
12500 "") target_noncanonical
=${host_noncanonical} ;;
12501 *) target_noncanonical
=${target_alias} ;;
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12505 $as_echo_n "checking whether to install libbfd... " >&6; }
12506 # Check whether --enable-install-libbfd was given.
12507 if test "${enable_install_libbfd+set}" = set; then :
12508 enableval
=$enable_install_libbfd; install_libbfd_p
=$enableval
12510 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
12511 install_libbfd_p
=yes
12513 install_libbfd_p
=no
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12518 $as_echo "$install_libbfd_p" >&6; }
12519 if test $install_libbfd_p = yes; then
12520 INSTALL_LIBBFD_TRUE
=
12521 INSTALL_LIBBFD_FALSE
='#'
12523 INSTALL_LIBBFD_TRUE
='#'
12524 INSTALL_LIBBFD_FALSE
=
12527 # Need _noncanonical variables for this.
12532 # libbfd.a is a host library containing target dependent code
12533 bfdlibdir
='$(libdir)'
12534 bfdincludedir
='$(includedir)'
12535 if test "${host}" != "${target}"; then
12536 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12537 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12549 for ac_header
in $ac_header_list
12551 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12552 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12554 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12555 cat >>confdefs.h
<<_ACEOF
12556 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12569 save_ASAN_OPTIONS
="$ASAN_OPTIONS"
12570 ASAN_OPTIONS
=detect_leaks
=0
12571 export ASAN_OPTIONS
12573 for ac_func
in getpagesize
12575 ac_fn_c_check_func
"$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12576 if test "x$ac_cv_func_getpagesize" = xyes
; then :
12577 cat >>confdefs.h
<<_ACEOF
12578 #define HAVE_GETPAGESIZE 1
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12585 $as_echo_n "checking for working mmap... " >&6; }
12586 if ${ac_cv_func_mmap_fixed_mapped+:} false
; then :
12587 $as_echo_n "(cached) " >&6
12589 if test "$cross_compiling" = yes; then :
12590 ac_cv_func_mmap_fixed_mapped
=no
12592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12593 /* end confdefs.h. */
12594 $ac_includes_default
12595 /* malloc might have been renamed as rpl_malloc. */
12598 /* Thanks to Mike Haertel and Jim Avera for this test.
12599 Here is a matrix of mmap possibilities:
12600 mmap private not fixed
12601 mmap private fixed at somewhere currently unmapped
12602 mmap private fixed at somewhere already mapped
12603 mmap shared not fixed
12604 mmap shared fixed at somewhere currently unmapped
12605 mmap shared fixed at somewhere already mapped
12606 For private mappings, we should verify that changes cannot be read()
12607 back from the file, nor mmap's back from the file at a different
12608 address. (There have been systems where private was not correctly
12609 implemented like the infamous i386 svr4.0, and systems where the
12610 VM page cache was not coherent with the file system buffer cache
12611 like early versions of FreeBSD and possibly contemporary NetBSD.)
12612 For shared mappings, we should conversely verify that changes get
12613 propagated back to all the places they're supposed to be.
12615 Grep wants private fixed already mapped.
12616 The main things grep needs to know about mmap are:
12617 * does it exist and is it safe to write into the mmap'd area
12618 * how to use it (BSD variants) */
12621 #include <sys/mman.h>
12623 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12627 /* This mess was copied from the GNU getpagesize.h. */
12628 #ifndef HAVE_GETPAGESIZE
12629 # ifdef _SC_PAGESIZE
12630 # define getpagesize() sysconf(_SC_PAGESIZE)
12631 # else /* no _SC_PAGESIZE */
12632 # ifdef HAVE_SYS_PARAM_H
12633 # include <sys/param.h>
12634 # ifdef EXEC_PAGESIZE
12635 # define getpagesize() EXEC_PAGESIZE
12636 # else /* no EXEC_PAGESIZE */
12638 # define getpagesize() NBPG * CLSIZE
12641 # endif /* no CLSIZE */
12642 # else /* no NBPG */
12644 # define getpagesize() NBPC
12645 # else /* no NBPC */
12647 # define getpagesize() PAGESIZE
12648 # endif /* PAGESIZE */
12649 # endif /* no NBPC */
12650 # endif /* no NBPG */
12651 # endif /* no EXEC_PAGESIZE */
12652 # else /* no HAVE_SYS_PARAM_H */
12653 # define getpagesize() 8192 /* punt totally */
12654 # endif /* no HAVE_SYS_PARAM_H */
12655 # endif /* no _SC_PAGESIZE */
12657 #endif /* no HAVE_GETPAGESIZE */
12662 char *data, *data2, *data3;
12663 const char *cdata2;
12667 pagesize = getpagesize ();
12669 /* First, make a file with some known garbage in it. */
12670 data = (char *) malloc (pagesize);
12673 for (i = 0; i < pagesize; ++i)
12674 *(data + i) = rand ();
12676 fd = creat ("conftest.mmap", 0600);
12679 if (write (fd, data, pagesize) != pagesize)
12683 /* Next, check that the tail of a page is zero-filled. File must have
12684 non-zero length, otherwise we risk SIGBUS for entire page. */
12685 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
12689 if (write (fd2, cdata2, 1) != 1)
12691 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
12692 if (data2 == MAP_FAILED)
12694 for (i = 0; i < pagesize; ++i)
12698 if (munmap (data2, pagesize))
12701 /* Next, try to mmap the file at a fixed address which already has
12702 something else allocated at it. If we can, also make sure that
12703 we see the same garbage. */
12704 fd = open ("conftest.mmap", O_RDWR);
12707 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12708 MAP_PRIVATE | MAP_FIXED, fd, 0L))
12710 for (i = 0; i < pagesize; ++i)
12711 if (*(data + i) != *(data2 + i))
12714 /* Finally, make sure that changes to the mapped area do not
12715 percolate back to the file as seen by read(). (This is a bug on
12716 some variants of i386 svr4.0.) */
12717 for (i = 0; i < pagesize; ++i)
12718 *(data2 + i) = *(data2 + i) + 1;
12719 data3 = (char *) malloc (pagesize);
12722 if (read (fd, data3, pagesize) != pagesize)
12724 for (i = 0; i < pagesize; ++i)
12725 if (*(data + i) != *(data3 + i))
12731 if ac_fn_c_try_run
"$LINENO"; then :
12732 ac_cv_func_mmap_fixed_mapped
=yes
12734 ac_cv_func_mmap_fixed_mapped
=no
12736 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
12737 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
12742 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
12743 if test $ac_cv_func_mmap_fixed_mapped = yes; then
12745 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
12748 rm -f conftest.mmap conftest.txt
12750 ASAN_OPTIONS
="$save_ASAN_OPTIONS"
12752 for ac_header
in byteswap.h endian.h
12754 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12755 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12756 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12757 cat >>confdefs.h
<<_ACEOF
12758 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12766 ac_fn_c_check_decl
"$LINENO" "bswap_16" "ac_cv_have_decl_bswap_16" "#include <byteswap.h>
12768 if test "x$ac_cv_have_decl_bswap_16" = xyes
; then :
12774 cat >>confdefs.h
<<_ACEOF
12775 #define HAVE_DECL_BSWAP_16 $ac_have_decl
12777 ac_fn_c_check_decl
"$LINENO" "bswap_32" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
12779 if test "x$ac_cv_have_decl_bswap_32" = xyes
; then :
12785 cat >>confdefs.h
<<_ACEOF
12786 #define HAVE_DECL_BSWAP_32 $ac_have_decl
12788 ac_fn_c_check_decl
"$LINENO" "bswap_64" "ac_cv_have_decl_bswap_64" "#include <byteswap.h>
12790 if test "x$ac_cv_have_decl_bswap_64" = xyes
; then :
12796 cat >>confdefs.h
<<_ACEOF
12797 #define HAVE_DECL_BSWAP_64 $ac_have_decl
12801 ac_config_files
="$ac_config_files Makefile"
12803 ac_config_headers
="$ac_config_headers config.h"
12805 cat >confcache
<<\_ACEOF
12806 # This file is a shell script that caches the results of configure
12807 # tests run on this system so they can be shared between configure
12808 # scripts and configure runs, see configure's option --config-cache.
12809 # It is not useful on other systems. If it contains results you don't
12810 # want to keep, you may remove or edit it.
12812 # config.status only pays attention to the cache file if you give it
12813 # the --recheck option to rerun configure.
12815 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12816 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12817 # following values.
12821 # The following way of writing the cache mishandles newlines in values,
12822 # but we know of no workaround that is simple, portable, and efficient.
12823 # So, we kill variables containing newlines.
12824 # Ultrix sh set writes to stderr and can't be redirected directly,
12825 # and sets the high bit in the cache file unless we assign to the vars.
12827 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12828 eval ac_val
=\$
$ac_var
12832 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12833 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12836 _ | IFS | as_nl
) ;; #(
12837 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
12838 *) { eval $ac_var=; unset $ac_var;} ;;
12844 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12845 *${as_nl}ac_space
=\
*)
12846 # `set' does not quote correctly, so add quotes: double-quote
12847 # substitution turns \\\\ into \\, and sed turns \\ into \.
12850 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12853 # `set' quotes correctly as required by POSIX, so do not add quotes.
12854 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12863 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12865 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12867 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
12868 if test -w "$cache_file"; then
12869 if test "x$cache_file" != "x/dev/null"; then
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12871 $as_echo "$as_me: updating cache $cache_file" >&6;}
12872 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
12873 cat confcache
>"$cache_file"
12875 case $cache_file in #(
12877 mv -f confcache
"$cache_file"$$
&&
12878 mv -f "$cache_file"$$
"$cache_file" ;; #(
12880 mv -f confcache
"$cache_file" ;;
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12886 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12891 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12892 # Let make expand exec_prefix.
12893 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12895 DEFS
=-DHAVE_CONFIG_H
12900 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12901 # 1. Remove the extension, and $U if already installed.
12902 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
12903 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
12904 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12905 # will be set to the directory where LIBOBJS objects are built.
12906 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12907 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
12909 LIBOBJS
=$ac_libobjs
12911 LTLIBOBJS
=$ac_ltlibobjs
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12915 $as_echo_n "checking that generated files are newer than configure... " >&6; }
12916 if test -n "$am_sleep_pid"; then
12917 # Hide warnings about reused PIDs.
12918 wait $am_sleep_pid 2>/dev
/null
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12921 $as_echo "done" >&6; }
12922 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12923 as_fn_error $?
"conditional \"AMDEP\" was never defined.
12924 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12926 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12927 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
12928 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12930 if test -n "$EXEEXT"; then
12932 am__EXEEXT_FALSE
='#'
12934 am__EXEEXT_TRUE
='#'
12938 if test -z "${HAVE_COMPAT_DEJAGNU_TRUE}" && test -z "${HAVE_COMPAT_DEJAGNU_FALSE}"; then
12939 as_fn_error $?
"conditional \"HAVE_COMPAT_DEJAGNU\" was never defined.
12940 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12942 if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
12943 as_fn_error $?
"conditional \"BUILD_INFO\" was never defined.
12944 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12946 if test -z "${HAVE_SOLARIS_LD_TRUE}" && test -z "${HAVE_SOLARIS_LD_FALSE}"; then
12947 as_fn_error $?
"conditional \"HAVE_SOLARIS_LD\" was never defined.
12948 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12950 if test -z "${HAVE_LD_VERSION_SCRIPT_TRUE}" && test -z "${HAVE_LD_VERSION_SCRIPT_FALSE}"; then
12951 as_fn_error $?
"conditional \"HAVE_LD_VERSION_SCRIPT\" was never defined.
12952 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12954 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12955 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
12956 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12958 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12959 as_fn_error $?
"conditional \"INSTALL_LIBBFD\" was never defined.
12960 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12963 : "${CONFIG_STATUS=./config.status}"
12965 ac_clean_files_save
=$ac_clean_files
12966 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12968 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12970 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12972 # Generated by $as_me.
12973 # Run this file to recreate the current configuration.
12974 # Compiler output produced by configure, useful for debugging
12975 # configure, is in config.log if it exists.
12978 ac_cs_recheck=false
12981 SHELL=\${CONFIG_SHELL-$SHELL}
12984 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
12985 ## -------------------- ##
12986 ## M4sh Initialization. ##
12987 ## -------------------- ##
12989 # Be more Bourne compatible
12990 DUALCASE
=1; export DUALCASE
# for MKS sh
12991 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
12994 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12995 # is contrary to our usage. Disable this feature.
12996 alias -g '${1+"$@"}'='"$@"'
12997 setopt NO_GLOB_SUBST
12999 case `(set -o) 2>/dev/null` in #(
13011 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13012 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13013 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13014 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13015 # Prefer a ksh shell builtin over an external printf program on Solaris,
13016 # but without wasting forks for bash or zsh.
13017 if test -z "$BASH_VERSION$ZSH_VERSION" \
13018 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13019 as_echo='print
-r --'
13020 as_echo_n='print
-rn --'
13021 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13022 as_echo='printf %s
\n'
13023 as_echo_n='printf %s
'
13025 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13026 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
13027 as_echo_n='/usr
/ucb
/echo -n'
13029 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13030 as_echo_n_body='eval
13034 expr "X$arg" : "X\\(.*\\)$as_nl";
13035 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13037 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
13039 export as_echo_n_body
13040 as_echo_n='sh
-c $as_echo_n_body as_echo
'
13042 export as_echo_body
13043 as_echo='sh
-c $as_echo_body as_echo
'
13046 # The user is always right.
13047 if test "${PATH_SEPARATOR+set}" != set; then
13049 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13050 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13057 # We need space, tab and new line, in precisely that order. Quoting is
13058 # there to prevent editors from complaining about space-tab.
13059 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13060 # splitting by setting IFS to empty value.)
13063 # Find who we are. Look in the path if we contain no directory separator.
13066 *[\\/]* ) as_myself=$0 ;;
13067 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13068 for as_dir in $PATH
13071 test -z "$as_dir" && as_dir=.
13072 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13078 # We did not find ourselves, most probably we were run as `sh COMMAND'
13079 # in which case we are not to be found in the path.
13080 if test "x$as_myself" = x
; then
13083 if test ! -f "$as_myself"; then
13084 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13088 # Unset variables that we do not need and which cause bugs (e.g. in
13089 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13090 # suppresses any "Segmentation fault" message there. '((' could
13091 # trigger a bug in pdksh 5.2.14.
13092 for as_var
in BASH_ENV ENV MAIL MAILPATH
13093 do eval test x\
${$as_var+set} = xset \
13094 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
13107 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
13110 # as_fn_error STATUS ERROR [LINENO LOG_FD]
13111 # ----------------------------------------
13112 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13113 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13114 # script with STATUS, using 1 if that was 0.
13117 as_status
=$1; test $as_status -eq 0 && as_status
=1
13119 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
13120 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13122 $as_echo "$as_me: error: $2" >&2
13123 as_fn_exit
$as_status
13127 # as_fn_set_status STATUS
13128 # -----------------------
13129 # Set $? to STATUS, without forking.
13130 as_fn_set_status
()
13133 } # as_fn_set_status
13135 # as_fn_exit STATUS
13136 # -----------------
13137 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13141 as_fn_set_status
$1
13147 # Portably unset VAR.
13150 { eval $1=; unset $1;}
13152 as_unset
=as_fn_unset
13153 # as_fn_append VAR VALUE
13154 # ----------------------
13155 # Append the text in VALUE to the end of the definition contained in VAR. Take
13156 # advantage of any shell optimizations that allow amortized linear growth over
13157 # repeated appends, instead of the typical quadratic growth present in naive
13159 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
13160 eval 'as_fn_append ()
13171 # as_fn_arith ARG...
13172 # ------------------
13173 # Perform arithmetic evaluation on the ARGs, and store the result in the
13174 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13175 # must be portable across $(()) and expr.
13176 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
13177 eval 'as_fn_arith ()
13184 as_val
=`expr "$@" || test $? -eq 1`
13189 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
13190 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
13196 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13197 as_basename
=basename
13202 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
13208 as_me
=`$as_basename -- "$0" ||
13209 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13210 X"$0" : 'X\(//\)$' \| \
13211 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13213 sed '/^.*\/\([^/][^/]*\)\/*$/{
13227 # Avoid depending upon Character Ranges.
13228 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
13229 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13230 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
13231 as_cr_digits
='0123456789'
13232 as_cr_alnum
=$as_cr_Letters$as_cr_digits
13234 ECHO_C
= ECHO_N
= ECHO_T
=
13235 case `echo -n x` in #(((((
13237 case `echo 'xy\c'` in
13238 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
13240 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
13247 rm -f conf$$ conf$$.exe conf$$.
file
13248 if test -d conf$$.dir
; then
13249 rm -f conf$$.dir
/conf$$.
file
13252 mkdir conf$$.dir
2>/dev
/null
13254 if (echo >conf$$.
file) 2>/dev
/null
; then
13255 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
13257 # ... but there are two gotchas:
13258 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13259 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13260 # In both cases, we have to default to `cp -pR'.
13261 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
13263 elif ln conf$$.
file conf$$
2>/dev
/null
; then
13271 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
13272 rmdir conf$$.dir
2>/dev
/null
13277 # Create "$as_dir" as a directory, including parents if necessary.
13282 -*) as_dir
=.
/$as_dir;;
13284 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
13288 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13289 *) as_qdir
=$as_dir;;
13291 as_dirs
="'$as_qdir' $as_dirs"
13292 as_dir
=`$as_dirname -- "$as_dir" ||
13293 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13294 X"$as_dir" : 'X\(//\)[^/]' \| \
13295 X"$as_dir" : 'X\(//\)$' \| \
13296 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13297 $as_echo X"$as_dir" |
13298 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13302 /^X\(\/\/\)[^/].*/{
13315 test -d "$as_dir" && break
13317 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
13318 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
13322 if mkdir
-p .
2>/dev
/null
; then
13323 as_mkdir_p
='mkdir -p "$as_dir"'
13325 test -d .
/-p && rmdir .
/-p
13330 # as_fn_executable_p FILE
13331 # -----------------------
13332 # Test if FILE is an executable regular file.
13333 as_fn_executable_p
()
13335 test -f "$1" && test -x "$1"
13336 } # as_fn_executable_p
13337 as_test_x
='test -x'
13338 as_executable_p
=as_fn_executable_p
13340 # Sed expression to map a string onto a valid CPP name.
13341 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13343 # Sed expression to map a string onto a valid variable name.
13344 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13348 ## ----------------------------------- ##
13349 ## Main body of $CONFIG_STATUS script. ##
13350 ## ----------------------------------- ##
13352 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
13354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13355 # Save the log message, to keep $0 and so on meaningful, and to
13356 # report actual input values of CONFIG_FILES etc. instead of their
13357 # values after options handling.
13359 This file was extended by libsframe $as_me BFD_VERSION, which was
13360 generated by GNU Autoconf 2.69. Invocation command line was
13362 CONFIG_FILES = $CONFIG_FILES
13363 CONFIG_HEADERS = $CONFIG_HEADERS
13364 CONFIG_LINKS = $CONFIG_LINKS
13365 CONFIG_COMMANDS = $CONFIG_COMMANDS
13368 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13373 case $ac_config_files in *"
13374 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
13377 case $ac_config_headers in *"
13378 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
13382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13383 # Files that config.status was made for.
13384 config_files="$ac_config_files"
13385 config_headers="$ac_config_headers"
13386 config_commands="$ac_config_commands"
13390 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13392 \`$as_me' instantiates files and other configuration actions
13393 from templates according to the current configuration. Unless the files
13394 and actions are specified as TAGs, all are instantiated by default.
13396 Usage: $0 [OPTION]... [TAG]...
13398 -h, --help print this help, then exit
13399 -V, --version print version number and configuration settings, then exit
13400 --config print configuration, then exit
13401 -q, --quiet, --silent
13402 do not print progress messages
13403 -d, --debug don't remove temporary files
13404 --recheck update $as_me by reconfiguring in the same conditions
13405 --file=FILE[:TEMPLATE]
13406 instantiate the configuration file FILE
13407 --header=FILE[:TEMPLATE]
13408 instantiate the configuration header FILE
13410 Configuration files:
13413 Configuration headers:
13416 Configuration commands:
13419 Report bugs to the package provider."
13422 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13423 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13425 libsframe config.status BFD_VERSION
13426 configured by $0, generated by GNU Autoconf 2.69,
13427 with options \\"\$ac_cs_config\\"
13429 Copyright (C) 2012 Free Software Foundation, Inc.
13430 This config.status script is free software; the Free Software Foundation
13431 gives unlimited permission to copy, distribute and modify it."
13438 test -n "\$AWK" || AWK=awk
13441 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13442 # The default lists apply if the user does not specify any file.
13448 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
13449 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
13453 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
13465 # Handling of the options.
13466 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13468 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
13469 $as_echo "$ac_cs_version"; exit ;;
13470 --config |
--confi |
--conf |
--con |
--co |
--c )
13471 $as_echo "$ac_cs_config"; exit ;;
13472 --debug |
--debu |
--deb |
--de |
--d |
-d )
13474 --file |
--fil |
--fi |
--f )
13477 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13478 '') as_fn_error $?
"missing file argument" ;;
13480 as_fn_append CONFIG_FILES
" '$ac_optarg'"
13481 ac_need_defaults
=false
;;
13482 --header |
--heade |
--head |
--hea )
13485 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13487 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
13488 ac_need_defaults
=false
;;
13490 # Conflict between --help and --header
13491 as_fn_error $?
"ambiguous option: \`$1'
13492 Try \`$0 --help' for more information.";;
13493 --help |
--hel |
-h )
13494 $as_echo "$ac_cs_usage"; exit ;;
13495 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13496 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13499 # This is an error.
13500 -*) as_fn_error $?
"unrecognized option: \`$1'
13501 Try \`$0 --help' for more information." ;;
13503 *) as_fn_append ac_config_targets
" $1"
13504 ac_need_defaults
=false
;;
13510 ac_configure_extra_args
=
13512 if $ac_cs_silent; then
13514 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13518 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13519 if \$ac_cs_recheck; then
13520 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13522 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13523 CONFIG_SHELL='$SHELL'
13524 export CONFIG_SHELL
13529 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13533 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13534 ## Running $as_me. ##
13540 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13544 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13547 # The HP-UX ksh and POSIX shell print the target directory to stdout
13548 # if CDPATH is set.
13549 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13551 sed_quote_subst='$sed_quote_subst'
13552 double_quote_subst='$double_quote_subst'
13553 delay_variable_subst='$delay_variable_subst'
13554 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13555 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13556 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13557 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13558 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13559 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13560 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13561 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13562 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13563 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13564 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13565 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13566 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13567 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13568 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13569 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13570 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13571 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13572 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13573 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13574 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13575 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13576 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13577 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13578 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13579 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13580 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13581 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13582 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13583 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13584 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13585 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13586 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13587 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13588 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13589 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13590 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13591 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13592 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13593 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13594 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13595 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13596 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13597 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13598 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13599 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13600 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13601 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13602 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"`'
13603 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13604 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13605 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13606 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13607 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13608 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13609 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13610 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13611 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13612 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13613 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13614 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13615 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13616 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13617 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13618 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13619 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13620 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13621 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13622 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13623 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13624 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13625 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13626 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13627 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13628 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13629 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13630 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13631 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13632 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13633 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13634 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13635 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13636 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13637 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13638 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13639 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13640 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13641 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13642 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13643 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13644 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13645 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13646 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13647 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13648 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13649 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13650 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13651 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13652 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13653 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13654 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13655 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13656 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13657 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13658 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13659 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13660 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13661 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13662 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13663 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13664 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13665 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13666 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13667 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13668 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13669 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13670 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13671 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13672 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13673 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13676 LTCFLAGS='$LTCFLAGS'
13677 compiler='$compiler_DEFAULT'
13679 # A function that is used when there is no print builtin or printf.
13680 func_fallback_echo ()
13682 eval 'cat <<_LTECHO_EOF
13687 # Quote evaled strings.
13701 deplibs_check_method \
13710 lt_cv_sys_global_symbol_pipe \
13711 lt_cv_sys_global_symbol_to_cdecl \
13712 lt_cv_sys_global_symbol_to_c_name_address \
13713 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13714 lt_prog_compiler_no_builtin_flag \
13715 lt_prog_compiler_wl \
13716 lt_prog_compiler_pic \
13717 lt_prog_compiler_static \
13718 lt_cv_prog_compiler_c_o \
13726 export_dynamic_flag_spec \
13727 whole_archive_flag_spec \
13728 compiler_needs_object \
13730 allow_undefined_flag \
13731 no_undefined_flag \
13732 hardcode_libdir_flag_spec \
13733 hardcode_libdir_flag_spec_ld \
13734 hardcode_libdir_separator \
13739 variables_saved_for_relink \
13741 library_names_spec \
13743 install_override_mode \
13747 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13748 *[\\\\\\\`\\"\\\$]*)
13749 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13752 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13757 # Double-quote double-evaled strings.
13758 for var in reload_cmds \
13759 old_postinstall_cmds \
13760 old_postuninstall_cmds \
13762 extract_expsyms_cmds \
13763 old_archive_from_new_cmds \
13764 old_archive_from_expsyms_cmds \
13766 archive_expsym_cmds \
13768 module_expsym_cmds \
13769 export_symbols_cmds \
13772 postuninstall_cmds \
13774 sys_lib_search_path_spec \
13775 sys_lib_dlsearch_path_spec; do
13776 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13777 *[\\\\\\\`\\"\\\$]*)
13778 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13781 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13786 ac_aux_dir='$ac_aux_dir'
13787 xsi_shell='$xsi_shell'
13788 lt_shell_append='$lt_shell_append'
13790 # See if we are running on zsh, and set the options which allow our
13791 # commands through without removal of \ escapes INIT.
13792 if test -n "\${ZSH_VERSION+set}" ; then
13793 setopt NO_GLOB_SUBST
13799 TIMESTAMP='$TIMESTAMP'
13808 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13810 # Handling of arguments.
13811 for ac_config_target
in $ac_config_targets
13813 case $ac_config_target in
13814 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
13815 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
13816 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13817 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
13819 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13824 # If the user did not use the arguments to specify the items to instantiate,
13825 # then the envvar interface is used. Set only those that are not.
13826 # We use the long form for the default assignment because of an extremely
13827 # bizarre bug on SunOS 4.1.3.
13828 if $ac_need_defaults; then
13829 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13830 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
13831 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
13834 # Have a temporary directory for convenience. Make it in the build tree
13835 # simply because there is no reason against having it here, and in addition,
13836 # creating and moving files from /tmp can sometimes cause problems.
13837 # Hook for its removal unless debugging.
13838 # Note that there is a small window in which the directory will not be cleaned:
13839 # after its creation but before its name has been assigned to `$tmp'.
13843 trap 'exit_status=$?
13844 : "${ac_tmp:=$tmp}"
13845 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13847 trap 'as_fn_exit 1' 1 2 13 15
13849 # Create a (secure) tmp directory for tmp files.
13852 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13856 tmp
=.
/conf$$
-$RANDOM
13857 (umask 077 && mkdir
"$tmp")
13858 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
13861 # Set up the scripts for CONFIG_FILES section.
13862 # No need to generate them if there are no CONFIG_FILES.
13863 # This happens for instance with `./config.status config.h'.
13864 if test -n "$CONFIG_FILES"; then
13867 ac_cr
=`echo X | tr X '\015'`
13868 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13869 # But we know of no other shell where ac_cr would be empty at this
13870 # point, so we can use a bashism as a fallback.
13871 if test "x$ac_cr" = x
; then
13872 eval ac_cr
=\$
\'\\r
\'
13874 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13875 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13878 ac_cs_awk_cr
=$ac_cr
13881 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13886 echo "cat >conf$$subs.awk <<_ACEOF" &&
13887 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13889 } >conf$$subs.sh ||
13890 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
13891 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13893 for ac_last_try in false false false false false :; do
13894 . ./conf$$subs.sh ||
13895 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
13897 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
13898 if test $ac_delim_n = $ac_delim_num; then
13900 elif $ac_last_try; then
13901 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
13903 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
13906 rm -f conf$$subs.sh
13908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13909 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
13913 s/^/S["/; s
/!.
*/"]=/
13923 s/\(.\{148\}\)..*/\1/
13925 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
13930 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13937 s/\(.\{148\}\)..*/\1/
13939 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
13943 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13948 ' <conf$$subs.awk | sed '
13953 ' >>$CONFIG_STATUS || ac_write_fail=1
13954 rm -f conf$$subs.awk
13955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13957 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
13958 for (key in S) S_is_set[key] = 1
13964 nfields = split(line, field, "@
")
13966 len = length(field[1])
13967 for (i = 2; i < nfields; i++) {
13969 keylen = length(key)
13970 if (S_is_set[key]) {
13972 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13973 len += length(value) + length(field[++i])
13984 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13985 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13986 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
13989 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
13990 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
13993 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13994 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
13995 # trailing colons and then remove the whole line if VPATH becomes empty
13996 # (actually we leave an empty line to preserve line numbers).
13997 if test "x
$srcdir" = x.; then
13998 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14016 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14017 fi # test -n "$CONFIG_FILES"
14019 # Set up the scripts for CONFIG_HEADERS section.
14020 # No need to generate them if there are no CONFIG_HEADERS.
14021 # This happens for instance with `./config.status Makefile'.
14022 if test -n "$CONFIG_HEADERS"; then
14023 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
14027 # Transform confdefs.h into an awk script `defines.awk', embedded as
14028 # here-document in config.status, that substitutes the proper values into
14029 # config.h.in to produce config.h.
14031 # Create a delimiter string that does not exist in confdefs.h, to ease
14032 # handling of long lines.
14034 for ac_last_try in false false :; do
14035 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
14036 if test -z "$ac_tt"; then
14038 elif $ac_last_try; then
14039 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
14041 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
14045 # For the awk script, D is an array of macro values keyed by name,
14046 # likewise P contains macro parameters if any. Preserve backslash
14047 # newline sequences.
14049 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14051 s/.\{148\}/&'"$ac_delim"'/g
14054 s/^[ ]*#[ ]*define[ ][ ]*/ /
14061 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
14063 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
14067 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
14068 D["\
1"]=" \
3\\\\\\n
"\\/p
14070 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
14075 s/.\{148\}/&'"$ac_delim"'/g
14080 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
14083 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
14085 ' <confdefs.h | sed '
14086 s/'"$ac_delim"'/"\\\
14087 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14089 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14090 for (key in D) D_is_set[key] = 1
14093 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14095 split(line, arg, " ")
14096 if (arg[1] == "#") {
14100 defundef
= substr
(arg
[1], 2)
14103 split(mac1
, mac2
, "(") #)
14105 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
14106 if (D_is_set
[macro
]) {
14107 # Preserve the white space surrounding the "#".
14108 print prefix
"define", macro P
[macro
] D
[macro
]
14111 # Replace #undef with comments. This is necessary, for example,
14112 # in the case of _POSIX_SOURCE, which is predefined and required
14113 # on some systems where configure will not decide to define it.
14114 if (defundef
== "undef") {
14115 print
"/*", prefix defundef
, macro
, "*/"
14123 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14124 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
14125 fi # test -n "$CONFIG_HEADERS"
14128 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14133 :[FHLC
]) ac_mode
=$ac_tag; continue;;
14135 case $ac_mode$ac_tag in
14137 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
14138 :[FH
]-) ac_tag
=-:-;;
14139 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
14156 -) ac_f
="$ac_tmp/stdin";;
14157 *) # Look for the file first in the build tree, then in the source tree
14158 # (if the path is not absolute). The absolute path cannot be DOS-style,
14159 # because $ac_f cannot contain `:'.
14163 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
14165 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14167 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14168 as_fn_append ac_file_inputs
" '$ac_f'"
14171 # Let's still pretend it is `configure' which instantiates (i.e., don't
14172 # use $as_me), people would be surprised to read:
14173 # /* config.h. Generated by config.status. */
14174 configure_input
='Generated from '`
14175 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14177 if test x
"$ac_file" != x-
; then
14178 configure_input
="$ac_file. $configure_input"
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14180 $as_echo "$as_me: creating $ac_file" >&6;}
14182 # Neutralize special characters interpreted by sed in replacement strings.
14183 case $configure_input in #(
14184 *\
&* |
*\|
* |
*\\* )
14185 ac_sed_conf_input
=`$as_echo "$configure_input" |
14186 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14187 *) ac_sed_conf_input
=$configure_input;;
14191 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
14192 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
14197 ac_dir
=`$as_dirname -- "$ac_file" ||
14198 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14199 X"$ac_file" : 'X\(//\)[^/]' \| \
14200 X"$ac_file" : 'X\(//\)$' \| \
14201 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14202 $as_echo X"$ac_file" |
14203 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14207 /^X\(\/\/\)[^/].*/{
14220 as_dir
="$ac_dir"; as_fn_mkdir_p
14224 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
14226 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14227 # A ".." for each directory in $ac_dir_suffix.
14228 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14229 case $ac_top_builddir_sub in
14230 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
14231 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
14234 ac_abs_top_builddir
=$ac_pwd
14235 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
14236 # for backward compatibility:
14237 ac_top_builddir
=$ac_top_build_prefix
14240 .
) # We are building in place.
14242 ac_top_srcdir
=$ac_top_builddir_sub
14243 ac_abs_top_srcdir
=$ac_pwd ;;
14244 [\\/]* | ?
:[\\/]* ) # Absolute name.
14245 ac_srcdir
=$srcdir$ac_dir_suffix;
14246 ac_top_srcdir
=$srcdir
14247 ac_abs_top_srcdir
=$srcdir ;;
14248 *) # Relative name.
14249 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
14250 ac_top_srcdir
=$ac_top_build_prefix$srcdir
14251 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
14253 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
14263 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
14264 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
14266 ac_MKDIR_P
=$MKDIR_P
14268 [\\/$
]* | ?
:[\\/]* ) ;;
14269 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
14273 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14274 # If the template does not know about datarootdir, expand it.
14275 # FIXME: This hack should be removed a few years after 2.60.
14276 ac_datarootdir_hack
=; ac_datarootdir_seen
=
14287 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14288 *datarootdir
*) ac_datarootdir_seen
=yes;;
14289 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14291 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14293 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14294 ac_datarootdir_hack='
14295 s&@datadir@&$datadir&g
14296 s&@docdir@&$docdir&g
14297 s&@infodir@&$infodir&g
14298 s&@localedir@&$localedir&g
14299 s&@mandir@&$mandir&g
14300 s&\\\${datarootdir}&$datarootdir&g' ;;
14304 # Neutralize VPATH when `$srcdir' = `.'.
14305 # Shell code in configure.ac might set extrasub.
14306 # FIXME: do we really want to maintain this feature?
14307 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14308 ac_sed_extra="$ac_vpsub
14311 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14313 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14314 s|@configure_input@|
$ac_sed_conf_input|
;t t
14315 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
14316 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
14317 s
&@srcdir@
&$ac_srcdir&;t t
14318 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
14319 s
&@top_srcdir@
&$ac_top_srcdir&;t t
14320 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
14321 s
&@builddir@
&$ac_builddir&;t t
14322 s
&@abs_builddir@
&$ac_abs_builddir&;t t
14323 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
14324 s
&@INSTALL@
&$ac_INSTALL&;t t
14325 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
14326 $ac_datarootdir_hack
14328 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
14329 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
14331 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14332 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
14333 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14334 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
14336 which seems to be undefined. Please make sure it is defined" >&5
14337 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
14338 which seems to be undefined. Please make sure it is defined" >&2;}
14340 rm -f "$ac_tmp/stdin"
14342 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14343 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14345 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14351 if test x"$ac_file" != x-; then
14353 $as_echo "/* $configure_input */" \
14354 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14355 } >"$ac_tmp/config.h" \
14356 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14357 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14359 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14362 mv "$ac_tmp/config.h" "$ac_file" \
14363 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14366 $as_echo "/* $configure_input */" \
14367 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14368 || as_fn_error $? "could not create -" "$LINENO" 5
14370 # Compute "$ac_file"'s index
in $config_headers.
14373 for _am_header
in $config_headers :; do
14374 case $_am_header in
14375 $_am_arg |
$_am_arg:* )
14378 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
14381 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14382 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14383 X"$_am_arg" : 'X\(//\)[^/]' \| \
14384 X"$_am_arg" : 'X\(//\)$' \| \
14385 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14386 $as_echo X"$_am_arg" |
14387 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14391 /^X\(\/\/\)[^/].*/{
14403 s/.*/./; q'`/stamp-h
$_am_stamp_count
14406 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14407 $as_echo "$as_me: executing $ac_file commands" >&6;}
14412 case $ac_file$ac_mode in
14413 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
14414 # Older Autoconf quotes --file arguments for eval, but not when files
14415 # are listed without --file. Let's play safe and only enable the eval
14416 # if we detect the quoting.
14417 case $CONFIG_FILES in
14418 *\'*) eval set x
"$CONFIG_FILES" ;;
14419 *) set x
$CONFIG_FILES ;;
14424 # Strip MF so we end up with the name of the file.
14425 mf
=`echo "$mf" | sed -e 's/:.*$//'`
14426 # Check whether this is an Automake generated Makefile or not.
14427 # We used to match only the files named 'Makefile.in', but
14428 # some people rename them; so instead we look at the file content.
14429 # Grep'ing the first line is not enough: some people post-process
14430 # each Makefile.in and add a new line on top of each file to say so.
14431 # Grep'ing the whole file is not good either: AIX grep has a line
14432 # limit of 2048, but all sed's we know have understand at least 4000.
14433 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
14434 dirpart
=`$as_dirname -- "$mf" ||
14435 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14436 X"$mf" : 'X\(//\)[^/]' \| \
14437 X"$mf" : 'X\(//\)$' \| \
14438 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14440 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14444 /^X\(\/\/\)[^/].*/{
14460 # Extract the definition of DEPDIR, am__include, and am__quote
14461 # from the Makefile without running 'make'.
14462 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
14463 test -z "$DEPDIR" && continue
14464 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
14465 test -z "$am__include" && continue
14466 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
14467 # Find all dependency output files, they are included files with
14468 # $(DEPDIR) in their names. We invoke sed twice because it is the
14469 # simplest approach to changing $(DEPDIR) to its actual value in the
14471 for file in `sed -n "
14472 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14473 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14474 # Make sure the directory exists.
14475 test -f "$dirpart/$file" && continue
14476 fdir
=`$as_dirname -- "$file" ||
14477 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14478 X"$file" : 'X\(//\)[^/]' \| \
14479 X"$file" : 'X\(//\)$' \| \
14480 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14481 $as_echo X"$file" |
14482 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14486 /^X\(\/\/\)[^/].*/{
14499 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
14500 # echo "creating $dirpart/$file"
14501 echo '# dummy' > "$dirpart/$file"
14508 # See if we are running on zsh, and set the options which allow our
14509 # commands through without removal of \ escapes.
14510 if test -n "${ZSH_VERSION+set}" ; then
14511 setopt NO_GLOB_SUBST
14514 cfgfile
="${ofile}T"
14515 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14518 cat <<_LT_EOF >> "$cfgfile"
14521 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14522 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14523 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14524 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14526 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14527 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14528 # Written by Gordon Matzigkeit, 1996
14530 # This file is part of GNU Libtool.
14532 # GNU Libtool is free software; you can redistribute it and/or
14533 # modify it under the terms of the GNU General Public License as
14534 # published by the Free Software Foundation; either version 2 of
14535 # the License, or (at your option) any later version.
14537 # As a special exception to the GNU General Public License,
14538 # if you distribute this file as part of a program or library that
14539 # is built using GNU Libtool, you may include this file under the
14540 # same distribution terms that you use for the rest of that program.
14542 # GNU Libtool is distributed in the hope that it will be useful,
14543 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14544 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14545 # GNU General Public License for more details.
14547 # You should have received a copy of the GNU General Public License
14548 # along with GNU Libtool; see the file COPYING. If not, a copy
14549 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14550 # obtained by writing to the Free Software Foundation, Inc.,
14551 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14554 # The names of the tagged configurations supported by this script.
14557 # ### BEGIN LIBTOOL CONFIG
14559 # Whether or not to build shared libraries.
14560 build_libtool_libs=$enable_shared
14562 # Which release of libtool.m4 was used?
14563 macro_version=$macro_version
14564 macro_revision=$macro_revision
14566 # Whether or not to build static libraries.
14567 build_old_libs=$enable_static
14569 # What type of objects to build.
14572 # Whether or not to optimize for fast installation.
14573 fast_install=$enable_fast_install
14575 # Shell to use when invoking shell scripts.
14578 # An echo program that protects backslashes.
14582 host_alias=$host_alias
14586 # The build system.
14587 build_alias=$build_alias
14591 # A sed program that does not truncate output.
14594 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14595 Xsed="\$SED -e 1s/^X//"
14597 # A grep program that handles long lines.
14603 # A literal string matcher.
14606 # A BSD- or MS-compatible name lister.
14609 # Whether we need soft or hard links.
14612 # What is the maximum length of a command?
14613 max_cmd_len=$max_cmd_len
14615 # Object file suffix (normally "o").
14618 # Executable file suffix (normally "").
14621 # whether the shell understands "unset".
14624 # turn spaces into newlines.
14627 # turn newlines into spaces.
14630 # An object symbol dumper.
14631 OBJDUMP=$lt_OBJDUMP
14633 # Method to check whether dependent libraries are shared objects.
14634 deplibs_check_method=$lt_deplibs_check_method
14636 # Command to use when deplibs_check_method == "file_magic".
14637 file_magic_cmd=$lt_file_magic_cmd
14641 AR_FLAGS=$lt_AR_FLAGS
14643 # A symbol stripping program.
14646 # Commands used to install an old-style archive.
14648 old_postinstall_cmds=$lt_old_postinstall_cmds
14649 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14651 # Whether to use a lock for old archive extraction.
14652 lock_old_archive_extraction=$lock_old_archive_extraction
14657 # LTCC compiler flags.
14658 LTCFLAGS=$lt_CFLAGS
14660 # Take the output of nm and produce a listing of raw symbols and C names.
14661 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14663 # Transform the output of nm in a proper C declaration.
14664 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14666 # Transform the output of nm in a C name address pair.
14667 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14669 # Transform the output of nm in a C name address pair when lib prefix is needed.
14670 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14672 # The name of the directory that contains temporary libtool files.
14675 # Used to examine libraries when file_magic_cmd begins with "file".
14676 MAGIC_CMD=$MAGIC_CMD
14678 # Must we lock files when doing compilation?
14679 need_locks=$lt_need_locks
14681 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14682 DSYMUTIL=$lt_DSYMUTIL
14684 # Tool to change global to local symbols on Mac OS X.
14687 # Tool to manipulate fat objects and archives on Mac OS X.
14690 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14693 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14694 OTOOL64=$lt_OTOOL64
14696 # Old archive suffix (normally "a").
14699 # Shared library suffix (normally ".so").
14700 shrext_cmds=$lt_shrext_cmds
14702 # The commands to extract the exported symbol list from a shared archive.
14703 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14705 # Variables whose values should be saved in libtool wrapper scripts and
14706 # restored at link time.
14707 variables_saved_for_relink=$lt_variables_saved_for_relink
14709 # Do we need the "lib" prefix for modules?
14710 need_lib_prefix=$need_lib_prefix
14712 # Do we need a version for libraries?
14713 need_version=$need_version
14715 # Library versioning type.
14716 version_type=$version_type
14718 # Shared library runtime path variable.
14719 runpath_var=$runpath_var
14721 # Shared library path variable.
14722 shlibpath_var=$shlibpath_var
14724 # Is shlibpath searched before the hard-coded library search path?
14725 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14727 # Format of library name prefix.
14728 libname_spec=$lt_libname_spec
14730 # List of archive names. First name is the real one, the rest are links.
14731 # The last name is the one that the linker finds with -lNAME
14732 library_names_spec=$lt_library_names_spec
14734 # The coded name of the library, if different from the real name.
14735 soname_spec=$lt_soname_spec
14737 # Permission mode override for installation of shared libraries.
14738 install_override_mode=$lt_install_override_mode
14740 # Command to use after installation of a shared archive.
14741 postinstall_cmds=$lt_postinstall_cmds
14743 # Command to use after uninstallation of a shared archive.
14744 postuninstall_cmds=$lt_postuninstall_cmds
14746 # Commands used to finish a libtool library installation in a directory.
14747 finish_cmds=$lt_finish_cmds
14749 # As "finish_cmds", except a single script fragment to be evaled but
14751 finish_eval=$lt_finish_eval
14753 # Whether we should hardcode library paths into libraries.
14754 hardcode_into_libs=$hardcode_into_libs
14756 # Compile-time system search path for libraries.
14757 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14759 # Run-time system search path for libraries.
14760 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14762 # Whether dlopen is supported.
14763 dlopen_support=$enable_dlopen
14765 # Whether dlopen of programs is supported.
14766 dlopen_self=$enable_dlopen_self
14768 # Whether dlopen of statically linked programs is supported.
14769 dlopen_self_static=$enable_dlopen_self_static
14771 # Commands to strip libraries.
14772 old_striplib=$lt_old_striplib
14773 striplib=$lt_striplib
14776 # The linker used to build libraries.
14779 # How to create reloadable object files.
14780 reload_flag=$lt_reload_flag
14781 reload_cmds=$lt_reload_cmds
14783 # Commands used to build an old-style archive.
14784 old_archive_cmds=$lt_old_archive_cmds
14786 # A language specific compiler.
14789 # Is the compiler the GNU compiler?
14792 # Compiler flag to turn off builtin functions.
14793 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14795 # How to pass a linker flag through the compiler.
14796 wl=$lt_lt_prog_compiler_wl
14798 # Additional compiler flags for building library objects.
14799 pic_flag=$lt_lt_prog_compiler_pic
14801 # Compiler flag to prevent dynamic linking.
14802 link_static_flag=$lt_lt_prog_compiler_static
14804 # Does compiler simultaneously support -c and -o options?
14805 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14807 # Whether or not to add -lc for building shared libraries.
14808 build_libtool_need_lc=$archive_cmds_need_lc
14810 # Whether or not to disallow shared libs when runtime libs are static.
14811 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14813 # Compiler flag to allow reflexive dlopens.
14814 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14816 # Compiler flag to generate shared objects directly from archives.
14817 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14819 # Whether the compiler copes with passing no objects directly.
14820 compiler_needs_object=$lt_compiler_needs_object
14822 # Create an old-style archive from a shared archive.
14823 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14825 # Create a temporary old-style archive to link instead of a shared archive.
14826 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14828 # Commands used to build a shared archive.
14829 archive_cmds=$lt_archive_cmds
14830 archive_expsym_cmds=$lt_archive_expsym_cmds
14832 # Commands used to build a loadable module if different from building
14833 # a shared archive.
14834 module_cmds=$lt_module_cmds
14835 module_expsym_cmds=$lt_module_expsym_cmds
14837 # Whether we are building with GNU ld or not.
14838 with_gnu_ld=$lt_with_gnu_ld
14840 # Flag that allows shared libraries with undefined symbols to be built.
14841 allow_undefined_flag=$lt_allow_undefined_flag
14843 # Flag that enforces no undefined symbols.
14844 no_undefined_flag=$lt_no_undefined_flag
14846 # Flag to hardcode \$libdir into a binary during linking.
14847 # This must work even if \$libdir does not exist
14848 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14850 # If ld is used when linking, flag to hardcode \$libdir into a binary
14851 # during linking. This must work even if \$libdir does not exist.
14852 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14854 # Whether we need a single "-rpath" flag with a separated argument.
14855 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14857 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14858 # DIR into the resulting binary.
14859 hardcode_direct=$hardcode_direct
14861 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14862 # DIR into the resulting binary and the resulting library dependency is
14863 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14864 # library is relocated.
14865 hardcode_direct_absolute=$hardcode_direct_absolute
14867 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14868 # into the resulting binary.
14869 hardcode_minus_L=$hardcode_minus_L
14871 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14872 # into the resulting binary.
14873 hardcode_shlibpath_var=$hardcode_shlibpath_var
14875 # Set to "yes" if building a shared library automatically hardcodes DIR
14876 # into the library and all subsequent libraries and executables linked
14878 hardcode_automatic=$hardcode_automatic
14880 # Set to yes if linker adds runtime paths of dependent libraries
14881 # to runtime path list.
14882 inherit_rpath=$inherit_rpath
14884 # Whether libtool must link a program against all its dependency libraries.
14885 link_all_deplibs=$link_all_deplibs
14887 # Fix the shell variable \$srcfile for the compiler.
14888 fix_srcfile_path=$lt_fix_srcfile_path
14890 # Set to "yes" if exported symbols are required.
14891 always_export_symbols=$always_export_symbols
14893 # The commands to list exported symbols.
14894 export_symbols_cmds=$lt_export_symbols_cmds
14896 # Symbols that should not be listed in the preloaded symbols.
14897 exclude_expsyms=$lt_exclude_expsyms
14899 # Symbols that must always be exported.
14900 include_expsyms=$lt_include_expsyms
14902 # Commands necessary for linking programs (against libraries) with templates.
14903 prelink_cmds=$lt_prelink_cmds
14905 # Specify filename containing input files.
14906 file_list_spec=$lt_file_list_spec
14908 # How to hardcode a shared library path into an executable.
14909 hardcode_action=$hardcode_action
14911 # ### END LIBTOOL CONFIG
14917 cat <<\_LT_EOF
>> "$cfgfile"
14918 # AIX sometimes has problems with the GCC collect2 program. For some
14919 # reason, if we set the COLLECT_NAMES environment variable, the problems
14920 # vanish in a puff of smoke.
14921 if test "X${COLLECT_NAMES+set}" != Xset
; then
14923 export COLLECT_NAMES
14930 ltmain
="$ac_aux_dir/ltmain.sh"
14933 # We use sed instead of cat because bash on DJGPP gets confused if
14934 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14935 # text mode, it properly converts lines to CR/LF. This bash problem
14936 # is reportedly fixed, but why not run on old versions too?
14937 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14938 ||
(rm -f "$cfgfile"; exit 1)
14942 cat << \_LT_EOF
>> "$cfgfile"
14944 # func_dirname file append nondir_replacement
14945 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14946 # otherwise set result to NONDIR_REPLACEMENT.
14950 */*) func_dirname_result
="${1%/*}${2}" ;;
14951 * ) func_dirname_result
="${3}" ;;
14955 # func_basename file
14958 func_basename_result
="${1##*/}"
14961 # func_dirname_and_basename file append nondir_replacement
14962 # perform func_basename and func_dirname in a single function
14964 # dirname: Compute the dirname of FILE. If nonempty,
14965 # add APPEND to the result, otherwise set result
14966 # to NONDIR_REPLACEMENT.
14967 # value returned in "$func_dirname_result"
14968 # basename: Compute filename of FILE.
14969 # value retuned in "$func_basename_result"
14970 # Implementation must be kept synchronized with func_dirname
14971 # and func_basename. For efficiency, we do not delegate to
14972 # those functions but instead duplicate the functionality here.
14973 func_dirname_and_basename
()
14976 */*) func_dirname_result
="${1%/*}${2}" ;;
14977 * ) func_dirname_result
="${3}" ;;
14979 func_basename_result
="${1##*/}"
14982 # func_stripname prefix suffix name
14983 # strip PREFIX and SUFFIX off of NAME.
14984 # PREFIX and SUFFIX must not contain globbing or regex special
14985 # characters, hashes, percent signs, but SUFFIX may contain a leading
14986 # dot (in which case that matches only a dot).
14989 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14990 # positional parameters, so assign one to ordinary parameter first.
14991 func_stripname_result
=${3}
14992 func_stripname_result
=${func_stripname_result#"${1}"}
14993 func_stripname_result
=${func_stripname_result%"${2}"}
14999 func_opt_split_opt
=${1%%=*}
15000 func_opt_split_arg
=${1#*=}
15007 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
15008 *) func_lo2o_result
=${1} ;;
15012 # func_xform libobj-or-source
15015 func_xform_result
=${1%.*}.lo
15018 # func_arith arithmetic-term...
15021 func_arith_result
=$
(( $
* ))
15025 # STRING may not start with a hyphen.
15028 func_len_result
=${#1}
15033 *) # Bourne compatible functions.
15034 cat << \_LT_EOF
>> "$cfgfile"
15036 # func_dirname file append nondir_replacement
15037 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15038 # otherwise set result to NONDIR_REPLACEMENT.
15041 # Extract subdirectory from the argument.
15042 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
15043 if test "X$func_dirname_result" = "X${1}"; then
15044 func_dirname_result
="${3}"
15046 func_dirname_result
="$func_dirname_result${2}"
15050 # func_basename file
15053 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
15057 # func_stripname prefix suffix name
15058 # strip PREFIX and SUFFIX off of NAME.
15059 # PREFIX and SUFFIX must not contain globbing or regex special
15060 # characters, hashes, percent signs, but SUFFIX may contain a leading
15061 # dot (in which case that matches only a dot).
15062 # func_strip_suffix prefix name
15066 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15067 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15072 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
15073 my_sed_long_arg
='1s/^-[^=]*=//'
15078 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15079 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15085 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
15088 # func_xform libobj-or-source
15091 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15094 # func_arith arithmetic-term...
15097 func_arith_result
=`expr "$@"`
15101 # STRING may not start with a hyphen.
15104 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15110 case $lt_shell_append in
15112 cat << \_LT_EOF
>> "$cfgfile"
15114 # func_append var value
15115 # Append VALUE to the end of shell variable VAR.
15123 cat << \_LT_EOF
>> "$cfgfile"
15125 # func_append var value
15126 # Append VALUE to the end of shell variable VAR.
15137 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15138 ||
(rm -f "$cfgfile"; exit 1)
15140 mv -f "$cfgfile" "$ofile" ||
15141 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15152 ac_clean_files
=$ac_clean_files_save
15154 test $ac_write_fail = 0 ||
15155 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
15158 # configure is writing to config.log, and then calls config.status.
15159 # config.status does its own redirection, appending to config.log.
15160 # Unfortunately, on DOS this fails, as config.log is still kept open
15161 # by configure, so config.status won't be able to write to it; its
15162 # output is simply discarded. So we exec the FD to /dev/null,
15163 # effectively closing config.log, so it can be properly (re)opened and
15164 # appended to by config.status. When coming back to configure, we
15165 # need to make the FD available again.
15166 if test "$no_create" != yes; then
15168 ac_config_status_args
=
15169 test "$silent" = yes &&
15170 ac_config_status_args
="$ac_config_status_args --quiet"
15172 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15174 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15175 # would make configure fail if this is the last instruction.
15176 $ac_cs_success || as_fn_exit
1
15178 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
15179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15180 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15185 touch config.status.tmp
15186 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
15187 sed '/as_fn_exit 0/i \
15188 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
15189 touch --reference=Makefile Makefile.tmp \
15190 mv Makefile.tmp Makefile \
15191 ' config.status
> config.status.tmp
15192 touch --reference=config.status config.status.tmp
15193 mv config.status.tmp config.status
15194 chmod +x config.status
15195 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
15196 touch --reference=Makefile Makefile.tmp
15197 mv Makefile.tmp Makefile
15199 rm -f config.status.tmp