2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for opcodes 2.39.50.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev
/null
; then :
213 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
218 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir
=.
225 for as_base
in sh bash ksh sh5
; do
226 # Try only shells that exist, to save several forks.
227 as_shell
=$as_dir/$as_base
228 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 CONFIG_SHELL
=$as_shell as_have_required
=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
239 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
241 CONFIG_SHELL
=$SHELL as_have_required
=yes
246 if test "x$CONFIG_SHELL" != x
; then :
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
254 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
256 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 if test x
$as_have_required = xno
; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x
${ZSH_VERSION+set} = xset
; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
284 SHELL
=${CONFIG_SHELL-/bin/sh}
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE
= GREP_OPTIONS
=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir
=.
/$as_dir;;
329 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
333 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 as_dirs
="'$as_qdir' $as_dirs"
337 as_dir
=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
363 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p
()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
382 eval 'as_fn_append ()
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
406 as_val
=`expr "$@" || test $? -eq 1`
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
418 as_status
=$1; test $as_status -eq 0 && as_status
=1
420 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit
$as_status
427 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
434 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
446 as_me
=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
465 # Avoid depending upon Character Ranges.
466 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits
='0123456789'
470 as_cr_alnum
=$as_cr_Letters$as_cr_digits
473 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
474 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 chmod +x
"$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec
=no
; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
504 # Exit status is that of the last command.
508 ECHO_C
= ECHO_N
= ECHO_T
=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
521 rm -f conf$$ conf$$.exe conf$$.
file
522 if test -d conf$$.dir
; then
523 rm -f conf$$.dir
/conf$$.
file
526 mkdir conf$$.dir
2>/dev
/null
528 if (echo >conf$$.
file) 2>/dev
/null
; then
529 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
537 elif ln conf$$.
file conf$$
2>/dev
/null
; then
545 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
546 rmdir conf$$.dir
2>/dev
/null
548 if mkdir
-p .
2>/dev
/null
; then
549 as_mkdir_p
='mkdir -p "$as_dir"'
551 test -d .
/-p && rmdir .
/-p
556 as_executable_p
=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL
=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
578 ac_default_prefix
=/usr
/local
580 ac_config_libobj_dir
=.
587 # Identity of this package.
588 PACKAGE_NAME
='opcodes'
589 PACKAGE_TARNAME
='opcodes'
590 PACKAGE_VERSION
='2.39.50'
591 PACKAGE_STRING
='opcodes 2.39.50'
595 ac_unique_file
="z8k-dis.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>
632 ac_subst_vars
='am__EXEEXT_FALSE
648 ENABLE_BFD_64_BIT_FALSE
649 ENABLE_BFD_64_BIT_TRUE
674 MAINTAINER_MODE_FALSE
678 WARN_CFLAGS_FOR_BUILD
728 INSTALL_STRIP_PROGRAM
782 program_transform_name
795 enable_option_checking
797 enable_dependency_tracking
807 enable_build_warnings
808 enable_maintainer_mode
809 enable_install_libbfd
814 ac_precious_vars
='build_alias
825 # Initialize some variables set by options.
827 ac_init_version
=false
828 ac_unrecognized_opts
=
830 # The variables have the same names as the options, with
831 # dashes changed to underlines.
839 program_transform_name
=s
,x
,x
,
847 # Installation directory options.
848 # These are left unexpanded so users can "make install exec_prefix=/foo"
849 # and all the variables that are supposed to be based on exec_prefix
850 # by default will actually change.
851 # Use braces instead of parens because sh, perl, etc. also accept them.
852 # (The list follows the same order as the GNU Coding Standards.)
853 bindir
='${exec_prefix}/bin'
854 sbindir
='${exec_prefix}/sbin'
855 libexecdir
='${exec_prefix}/libexec'
856 datarootdir
='${prefix}/share'
857 datadir
='${datarootdir}'
858 sysconfdir
='${prefix}/etc'
859 sharedstatedir
='${prefix}/com'
860 localstatedir
='${prefix}/var'
861 includedir
='${prefix}/include'
862 oldincludedir
='/usr/include'
863 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
864 infodir
='${datarootdir}/info'
869 libdir
='${exec_prefix}/lib'
870 localedir
='${datarootdir}/locale'
871 mandir
='${datarootdir}/man'
877 # If the previous option needs an argument, assign it.
878 if test -n "$ac_prev"; then
879 eval $ac_prev=\
$ac_option
885 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
890 # Accept the important Cygnus configure options, so we can diagnose typos.
892 case $ac_dashdash$ac_option in
896 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
898 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
901 -build |
--build |
--buil |
--bui |
--bu)
902 ac_prev
=build_alias
;;
903 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
904 build_alias
=$ac_optarg ;;
906 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
907 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
908 ac_prev
=cache_file
;;
909 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
910 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
911 cache_file
=$ac_optarg ;;
914 cache_file
=config.cache
;;
916 -datadir |
--datadir |
--datadi |
--datad)
918 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
919 datadir
=$ac_optarg ;;
921 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
922 |
--dataroo |
--dataro |
--datar)
923 ac_prev
=datarootdir
;;
924 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
925 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
926 datarootdir
=$ac_optarg ;;
928 -disable-* |
--disable-*)
929 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
932 as_fn_error $?
"invalid feature name: $ac_useropt"
933 ac_useropt_orig
=$ac_useropt
934 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
939 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
940 ac_unrecognized_sep
=', ';;
942 eval enable_
$ac_useropt=no
;;
944 -docdir |
--docdir |
--docdi |
--doc |
--do)
946 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
949 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
951 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
954 -enable-* |
--enable-*)
955 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
956 # Reject names that are not valid shell variable names.
957 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
958 as_fn_error $?
"invalid feature name: $ac_useropt"
959 ac_useropt_orig
=$ac_useropt
960 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
961 case $ac_user_opts in
965 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
966 ac_unrecognized_sep
=', ';;
968 eval enable_
$ac_useropt=\
$ac_optarg ;;
970 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
971 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
972 |
--exec |
--exe |
--ex)
973 ac_prev
=exec_prefix
;;
974 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
975 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
976 |
--exec=* |
--exe=* |
--ex=*)
977 exec_prefix
=$ac_optarg ;;
979 -gas |
--gas |
--ga |
--g)
980 # Obsolete; use --with-gas.
983 -help |
--help |
--hel |
--he |
-h)
985 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
986 ac_init_help
=recursive
;;
987 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
988 ac_init_help
=short
;;
990 -host |
--host |
--hos |
--ho)
991 ac_prev
=host_alias
;;
992 -host=* |
--host=* |
--hos=* |
--ho=*)
993 host_alias
=$ac_optarg ;;
995 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
997 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
999 htmldir
=$ac_optarg ;;
1001 -includedir |
--includedir |
--includedi |
--included |
--include \
1002 |
--includ |
--inclu |
--incl |
--inc)
1003 ac_prev
=includedir
;;
1004 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1005 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1006 includedir
=$ac_optarg ;;
1008 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1010 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1011 infodir
=$ac_optarg ;;
1013 -libdir |
--libdir |
--libdi |
--libd)
1015 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1016 libdir
=$ac_optarg ;;
1018 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1019 |
--libexe |
--libex |
--libe)
1020 ac_prev
=libexecdir
;;
1021 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1022 |
--libexe=* |
--libex=* |
--libe=*)
1023 libexecdir
=$ac_optarg ;;
1025 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1026 ac_prev
=localedir
;;
1027 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1028 localedir
=$ac_optarg ;;
1030 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1031 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1032 ac_prev
=localstatedir
;;
1033 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1034 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1035 localstatedir
=$ac_optarg ;;
1037 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1039 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1040 mandir
=$ac_optarg ;;
1042 -nfp |
--nfp |
--nf)
1043 # Obsolete; use --without-fp.
1046 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1047 |
--no-cr |
--no-c |
-n)
1050 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1051 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1054 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1055 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1056 |
--oldin |
--oldi |
--old |
--ol |
--o)
1057 ac_prev
=oldincludedir
;;
1058 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1059 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1060 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1061 oldincludedir
=$ac_optarg ;;
1063 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1065 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1066 prefix
=$ac_optarg ;;
1068 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1069 |
--program-pre |
--program-pr |
--program-p)
1070 ac_prev
=program_prefix
;;
1071 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1072 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1073 program_prefix
=$ac_optarg ;;
1075 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1076 |
--program-suf |
--program-su |
--program-s)
1077 ac_prev
=program_suffix
;;
1078 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1079 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1080 program_suffix
=$ac_optarg ;;
1082 -program-transform-name |
--program-transform-name \
1083 |
--program-transform-nam |
--program-transform-na \
1084 |
--program-transform-n |
--program-transform- \
1085 |
--program-transform |
--program-transfor \
1086 |
--program-transfo |
--program-transf \
1087 |
--program-trans |
--program-tran \
1088 |
--progr-tra |
--program-tr |
--program-t)
1089 ac_prev
=program_transform_name
;;
1090 -program-transform-name=* |
--program-transform-name=* \
1091 |
--program-transform-nam=* |
--program-transform-na=* \
1092 |
--program-transform-n=* |
--program-transform-=* \
1093 |
--program-transform=* |
--program-transfor=* \
1094 |
--program-transfo=* |
--program-transf=* \
1095 |
--program-trans=* |
--program-tran=* \
1096 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1097 program_transform_name
=$ac_optarg ;;
1099 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1101 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1102 pdfdir
=$ac_optarg ;;
1104 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1106 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1109 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1110 |
-silent |
--silent |
--silen |
--sile |
--sil)
1113 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1115 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1117 sbindir
=$ac_optarg ;;
1119 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1120 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1121 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1123 ac_prev
=sharedstatedir
;;
1124 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1125 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1126 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1128 sharedstatedir
=$ac_optarg ;;
1130 -site |
--site |
--sit)
1132 -site=* |
--site=* |
--sit=*)
1135 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1137 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1138 srcdir
=$ac_optarg ;;
1140 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1141 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1142 ac_prev
=sysconfdir
;;
1143 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1144 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1145 sysconfdir
=$ac_optarg ;;
1147 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1148 ac_prev
=target_alias
;;
1149 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1150 target_alias
=$ac_optarg ;;
1152 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1155 -version |
--version |
--versio |
--versi |
--vers |
-V)
1156 ac_init_version
=: ;;
1159 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1160 # Reject names that are not valid shell variable names.
1161 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1162 as_fn_error $?
"invalid package name: $ac_useropt"
1163 ac_useropt_orig
=$ac_useropt
1164 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1165 case $ac_user_opts in
1169 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1170 ac_unrecognized_sep
=', ';;
1172 eval with_
$ac_useropt=\
$ac_optarg ;;
1174 -without-* |
--without-*)
1175 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1176 # Reject names that are not valid shell variable names.
1177 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1178 as_fn_error $?
"invalid package name: $ac_useropt"
1179 ac_useropt_orig
=$ac_useropt
1180 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1181 case $ac_user_opts in
1185 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1186 ac_unrecognized_sep
=', ';;
1188 eval with_
$ac_useropt=no
;;
1191 # Obsolete; use --with-x.
1194 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1195 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1196 ac_prev
=x_includes
;;
1197 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1198 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1199 x_includes
=$ac_optarg ;;
1201 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1202 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1203 ac_prev
=x_libraries
;;
1204 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1205 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1206 x_libraries
=$ac_optarg ;;
1208 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1209 Try \`$0 --help' for more information"
1213 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1214 # Reject names that are not valid shell variable names.
1215 case $ac_envvar in #(
1216 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1217 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1219 eval $ac_envvar=\
$ac_optarg
1220 export $ac_envvar ;;
1223 # FIXME: should be removed in autoconf 3.0.
1224 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1225 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1226 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1227 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1233 if test -n "$ac_prev"; then
1234 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1235 as_fn_error $?
"missing argument to $ac_option"
1238 if test -n "$ac_unrecognized_opts"; then
1239 case $enable_option_checking in
1241 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1242 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1246 # Check all directory arguments for consistency.
1247 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1248 datadir sysconfdir sharedstatedir localstatedir includedir \
1249 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1250 libdir localedir mandir
1252 eval ac_val
=\$
$ac_var
1253 # Remove trailing slashes.
1256 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1257 eval $ac_var=\
$ac_val;;
1259 # Be sure to have absolute directory names.
1261 [\\/$
]* | ?
:[\\/]* ) continue;;
1262 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1264 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1267 # There might be people who depend on the old broken behavior: `$host'
1268 # used to hold the argument of --host etc.
1269 # FIXME: To remove some day.
1272 target
=$target_alias
1274 # FIXME: To remove some day.
1275 if test "x$host_alias" != x
; then
1276 if test "x$build_alias" = x
; then
1277 cross_compiling
=maybe
1278 elif test "x$build_alias" != "x$host_alias"; then
1284 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1286 test "$silent" = yes && exec 6>/dev
/null
1289 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1290 ac_ls_di
=`ls -di .` &&
1291 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1292 as_fn_error $?
"working directory cannot be determined"
1293 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1294 as_fn_error $?
"pwd does not report name of working directory"
1297 # Find the source files, if location was not specified.
1298 if test -z "$srcdir"; then
1299 ac_srcdir_defaulted
=yes
1300 # Try the directory containing this script, then the parent directory.
1301 ac_confdir
=`$as_dirname -- "$as_myself" ||
1302 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1303 X"$as_myself" : 'X\(//\)[^/]' \| \
1304 X"$as_myself" : 'X\(//\)$' \| \
1305 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1306 $as_echo X"$as_myself" |
1307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1325 if test ! -r "$srcdir/$ac_unique_file"; then
1329 ac_srcdir_defaulted
=no
1331 if test ! -r "$srcdir/$ac_unique_file"; then
1332 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1333 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1335 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1337 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1339 # When building in place, set srcdir=.
1340 if test "$ac_abs_confdir" = "$ac_pwd"; then
1343 # Remove unnecessary trailing slashes from srcdir.
1344 # Double slashes in file names in object file debugging info
1345 # mess up M-x gdb in Emacs.
1347 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1349 for ac_var
in $ac_precious_vars; do
1350 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1351 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1352 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1353 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1357 # Report the --help message.
1359 if test "$ac_init_help" = "long"; then
1360 # Omit some internal or obsolete options to make the list less imposing.
1361 # This message is too long to be a string in the A/UX 3.1 sh.
1363 \`configure' configures opcodes 2.39.50 to adapt to many kinds of systems.
1365 Usage: $0 [OPTION]... [VAR=VALUE]...
1367 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1368 VAR=VALUE. See below for descriptions of some of the useful variables.
1370 Defaults for the options are specified in brackets.
1373 -h, --help display this help and exit
1374 --help=short display options specific to this package
1375 --help=recursive display the short help of all the included packages
1376 -V, --version display version information and exit
1377 -q, --quiet, --silent do not print \`checking ...' messages
1378 --cache-file=FILE cache test results in FILE [disabled]
1379 -C, --config-cache alias for \`--cache-file=config.cache'
1380 -n, --no-create do not create output files
1381 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1383 Installation directories:
1384 --prefix=PREFIX install architecture-independent files in PREFIX
1385 [$ac_default_prefix]
1386 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1389 By default, \`make install' will install all the files in
1390 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1391 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1392 for instance \`--prefix=\$HOME'.
1394 For better control, use the options below.
1396 Fine tuning of the installation directories:
1397 --bindir=DIR user executables [EPREFIX/bin]
1398 --sbindir=DIR system admin executables [EPREFIX/sbin]
1399 --libexecdir=DIR program executables [EPREFIX/libexec]
1400 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1401 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1402 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1403 --libdir=DIR object code libraries [EPREFIX/lib]
1404 --includedir=DIR C header files [PREFIX/include]
1405 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1406 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1407 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1408 --infodir=DIR info documentation [DATAROOTDIR/info]
1409 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1410 --mandir=DIR man documentation [DATAROOTDIR/man]
1411 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1412 --htmldir=DIR html documentation [DOCDIR]
1413 --dvidir=DIR dvi documentation [DOCDIR]
1414 --pdfdir=DIR pdf documentation [DOCDIR]
1415 --psdir=DIR ps documentation [DOCDIR]
1421 --program-prefix=PREFIX prepend PREFIX to installed program names
1422 --program-suffix=SUFFIX append SUFFIX to installed program names
1423 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1426 --build=BUILD configure
for building on BUILD
[guessed
]
1427 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1428 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1432 if test -n "$ac_init_help"; then
1433 case $ac_init_help in
1434 short | recursive
) echo "Configuration of opcodes 2.39.50:";;
1439 --disable-option-checking ignore unrecognized
--enable/--with options
1440 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1441 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1442 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1443 --disable-silent-rules verbose build output
(undo
: "make V=0")
1444 --enable-dependency-tracking
1445 do not reject slow dependency extractors
1446 --disable-dependency-tracking
1447 speeds up one-time build
1448 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1449 --enable-static[=PKGS
] build static libraries
[default
=yes]
1450 --enable-fast-install[=PKGS
]
1451 optimize
for fast installation
[default
=yes]
1452 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1453 --enable-checking enable run-time checks
1454 --enable-targets alternative target configurations
1455 --enable-werror treat compile warnings as errors
1456 --enable-build-warnings enable build-time compiler warnings
1457 --enable-maintainer-mode
1458 enable make rules and dependencies not useful
(and
1459 sometimes confusing
) to the casual installer
1460 --enable-install-libbfd controls installation of libbfd and related headers
1461 --disable-nls do not use Native Language Support
1462 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1463 --enable-cgen-maint=dir build cgen generated files
1466 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1467 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1468 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1470 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1472 Some influential environment variables
:
1473 CC C compiler
command
1474 CFLAGS C compiler flags
1475 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1476 nonstandard directory
<lib dir
>
1477 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1478 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1479 you have headers
in a nonstandard directory
<include dir
>
1482 Use these variables to override the choices made by
`configure' or to help
1483 it to find libraries and programs with nonstandard names/locations.
1485 Report bugs to the package provider.
1490 if test "$ac_init_help" = "recursive"; then
1491 # If there are subdirs, report their specific --help.
1492 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1493 test -d "$ac_dir" ||
1494 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1499 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1502 # A ".." for each directory in $ac_dir_suffix.
1503 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1504 case $ac_top_builddir_sub in
1505 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1509 ac_abs_top_builddir=$ac_pwd
1510 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1511 # for backward compatibility:
1512 ac_top_builddir=$ac_top_build_prefix
1515 .) # We are building in place.
1517 ac_top_srcdir=$ac_top_builddir_sub
1518 ac_abs_top_srcdir=$ac_pwd ;;
1519 [\\/]* | ?:[\\/]* ) # Absolute name.
1520 ac_srcdir=$srcdir$ac_dir_suffix;
1521 ac_top_srcdir=$srcdir
1522 ac_abs_top_srcdir=$srcdir ;;
1524 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1525 ac_top_srcdir=$ac_top_build_prefix$srcdir
1526 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1528 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1530 cd "$ac_dir" || { ac_status=$?; continue; }
1531 # Check for guested configure.
1532 if test -f "$ac_srcdir/configure.gnu"; then
1534 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1535 elif test -f "$ac_srcdir/configure"; then
1537 $SHELL "$ac_srcdir/configure" --help=recursive
1539 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1541 cd "$ac_pwd" || { ac_status=$?; break; }
1545 test -n "$ac_init_help" && exit $ac_status
1546 if $ac_init_version; then
1548 opcodes configure 2.39.50
1549 generated by GNU Autoconf 2.69
1551 Copyright (C) 2012 Free Software Foundation, Inc.
1552 This configure script is free software; the Free Software Foundation
1553 gives unlimited permission to copy, distribute and modify it.
1558 ## ------------------------ ##
1559 ## Autoconf initialization. ##
1560 ## ------------------------ ##
1562 # ac_fn_c_try_compile LINENO
1563 # --------------------------
1564 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1565 ac_fn_c_try_compile ()
1567 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1568 rm -f conftest.$ac_objext
1569 if { { ac_try="$ac_compile"
1571 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1572 *) ac_try_echo
=$ac_try;;
1574 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1575 $as_echo "$ac_try_echo"; } >&5
1576 (eval "$ac_compile") 2>conftest.err
1578 if test -s conftest.err
; then
1579 grep -v '^ *+' conftest.err
>conftest.er1
1580 cat conftest.er1
>&5
1581 mv -f conftest.er1 conftest.err
1583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1584 test $ac_status = 0; } && {
1585 test -z "$ac_c_werror_flag" ||
1586 test ! -s conftest.err
1587 } && test -s conftest.
$ac_objext; then :
1590 $as_echo "$as_me: failed program was:" >&5
1591 sed 's/^/| /' conftest.
$ac_ext >&5
1595 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1596 as_fn_set_status
$ac_retval
1598 } # ac_fn_c_try_compile
1600 # ac_fn_c_try_cpp LINENO
1601 # ----------------------
1602 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1605 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1606 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1608 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1609 *) ac_try_echo=$ac_try;;
1611 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1612 $as_echo "$ac_try_echo"; } >&5
1613 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1615 if test -s conftest.err; then
1616 grep -v '^ *+' conftest.err >conftest.er1
1617 cat conftest.er1 >&5
1618 mv -f conftest.er1 conftest.err
1620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1621 test $ac_status = 0; } > conftest.i && {
1622 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1623 test ! -s conftest.err
1627 $as_echo "$as_me: failed program was:" >&5
1628 sed 's/^/| /' conftest.$ac_ext >&5
1632 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1633 as_fn_set_status $ac_retval
1637 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1638 # -------------------------------------------------------
1639 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1640 # the include files in INCLUDES and setting the cache variable VAR
1642 ac_fn_c_check_header_mongrel ()
1644 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1645 if eval \${$3+:} false; then :
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1647 $as_echo_n "checking for $2... " >&6; }
1648 if eval \${$3+:} false; then :
1649 $as_echo_n "(cached) " >&6
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1653 $as_echo "$ac_res" >&6; }
1655 # Is the header compilable?
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1657 $as_echo_n "checking $2 usability... " >&6; }
1658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1659 /* end confdefs.h. */
1663 if ac_fn_c_try_compile "$LINENO"; then :
1664 ac_header_compiler=yes
1666 ac_header_compiler=no
1668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1670 $as_echo "$ac_header_compiler" >&6; }
1672 # Is the header present?
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1674 $as_echo_n "checking $2 presence... " >&6; }
1675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1676 /* end confdefs.h. */
1679 if ac_fn_c_try_cpp "$LINENO"; then :
1680 ac_header_preproc=yes
1682 ac_header_preproc=no
1684 rm -f conftest.err conftest.i conftest.$ac_ext
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1686 $as_echo "$ac_header_preproc" >&6; }
1688 # So? What about this header?
1689 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1692 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1694 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1698 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1700 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1702 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1704 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1706 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1710 $as_echo_n "checking for $2... " >&6; }
1711 if eval \${$3+:} false; then :
1712 $as_echo_n "(cached) " >&6
1714 eval "$3=\$ac_header_compiler"
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1718 $as_echo "$ac_res" >&6; }
1720 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1722 } # ac_fn_c_check_header_mongrel
1724 # ac_fn_c_try_run LINENO
1725 # ----------------------
1726 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1727 # that executables *can* be run.
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_link"
1733 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1734 *) ac_try_echo
=$ac_try;;
1736 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_link") 2>&5
1740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1741 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1742 { { case "(($ac_try" in
1743 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1744 *) ac_try_echo=$ac_try;;
1746 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1747 $as_echo "$ac_try_echo"; } >&5
1748 (eval "$ac_try") 2>&5
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1751 test $ac_status = 0; }; }; then :
1754 $as_echo "$as_me: program exited with status $ac_status" >&5
1755 $as_echo "$as_me: failed program was:" >&5
1756 sed 's/^/| /' conftest.$ac_ext >&5
1758 ac_retval=$ac_status
1760 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762 as_fn_set_status $ac_retval
1766 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1767 # -------------------------------------------------------
1768 # Tests whether HEADER exists and can be compiled using the include files in
1769 # INCLUDES, setting the cache variable VAR accordingly.
1770 ac_fn_c_check_header_compile ()
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1774 $as_echo_n "checking for $2... " >&6; }
1775 if eval \${$3+:} false; then :
1776 $as_echo_n "(cached) " >&6
1778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1779 /* end confdefs.h. */
1783 if ac_fn_c_try_compile "$LINENO"; then :
1788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1792 $as_echo "$ac_res" >&6; }
1793 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795 } # ac_fn_c_check_header_compile
1797 # ac_fn_c_try_link LINENO
1798 # -----------------------
1799 # Try to link conftest.$ac_ext, and return whether this succeeded.
1802 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1803 rm -f conftest.$ac_objext conftest$ac_exeext
1804 if { { ac_try="$ac_link"
1806 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1807 *) ac_try_echo
=$ac_try;;
1809 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_link") 2>conftest.err
1813 if test -s conftest.err
; then
1814 grep -v '^ *+' conftest.err
>conftest.er1
1815 cat conftest.er1
>&5
1816 mv -f conftest.er1 conftest.err
1818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 test $ac_status = 0; } && {
1820 test -z "$ac_c_werror_flag" ||
1821 test ! -s conftest.err
1822 } && test -s conftest
$ac_exeext && {
1823 test "$cross_compiling" = yes ||
1824 test -x conftest
$ac_exeext
1828 $as_echo "$as_me: failed program was:" >&5
1829 sed 's/^/| /' conftest.
$ac_ext >&5
1833 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1834 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1835 # interfere with the next link command; also delete a directory that is
1836 # left behind by Apple's compiler. We do this before executing the actions.
1837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 as_fn_set_status
$ac_retval
1841 } # ac_fn_c_try_link
1843 # ac_fn_c_check_func LINENO FUNC VAR
1844 # ----------------------------------
1845 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1846 ac_fn_c_check_func
()
1848 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1850 $as_echo_n "checking for $2... " >&6; }
1851 if eval \
${$3+:} false
; then :
1852 $as_echo_n "(cached) " >&6
1854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1855 /* end confdefs.h. */
1856 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1857 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1858 #define $2 innocuous_$2
1860 /* System header to define __stub macros and hopefully few prototypes,
1861 which can conflict with char $2 (); below.
1862 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1863 <limits.h> exists even on freestanding compilers. */
1866 # include <limits.h>
1868 # include <assert.h>
1873 /* Override any GCC internal prototype to avoid an error.
1874 Use char because int might match the return type of a GCC
1875 builtin and then its argument prototype would still apply. */
1880 /* The GNU C library defines this for functions which it implements
1881 to always fail with ENOSYS. Some functions are actually named
1882 something starting with __ and the normal name is an alias. */
1883 #if defined __stub_$2 || defined __stub___$2
1895 if ac_fn_c_try_link
"$LINENO"; then :
1900 rm -f core conftest.err conftest.
$ac_objext \
1901 conftest
$ac_exeext conftest.
$ac_ext
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1905 $as_echo "$ac_res" >&6; }
1906 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1908 } # ac_fn_c_check_func
1910 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1911 # --------------------------------------------
1912 # Tries to find the compile-time value of EXPR in a program that includes
1913 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1915 ac_fn_c_compute_int
()
1917 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1918 if test "$cross_compiling" = yes; then
1919 # Depending upon the size, compute the lo and hi bounds.
1920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1921 /* end confdefs.h. */
1926 static int test_array [1 - 2 * !(($2) >= 0)];
1928 return test_array [0];
1934 if ac_fn_c_try_compile
"$LINENO"; then :
1937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1938 /* end confdefs.h. */
1943 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1945 return test_array [0];
1951 if ac_fn_c_try_compile
"$LINENO"; then :
1952 ac_hi
=$ac_mid; break
1954 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
1955 if test $ac_lo -le $ac_mid; then
1959 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
1961 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1965 /* end confdefs.h. */
1970 static int test_array [1 - 2 * !(($2) < 0)];
1972 return test_array [0];
1978 if ac_fn_c_try_compile
"$LINENO"; then :
1981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1982 /* end confdefs.h. */
1987 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1989 return test_array [0];
1995 if ac_fn_c_try_compile
"$LINENO"; then :
1996 ac_lo
=$ac_mid; break
1998 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
1999 if test $ac_mid -le $ac_hi; then
2003 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2005 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2010 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2012 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2013 # Binary search between lo and hi bounds.
2014 while test "x$ac_lo" != "x$ac_hi"; do
2015 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2017 /* end confdefs.h. */
2022 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2024 return test_array [0];
2030 if ac_fn_c_try_compile
"$LINENO"; then :
2033 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2035 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2038 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2043 /* end confdefs.h. */
2045 static long int longval () { return $2; }
2046 static unsigned long int ulongval () { return $2; }
2053 FILE *f = fopen ("conftest.val", "w");
2058 long int i = longval ();
2061 fprintf (f, "%ld", i);
2065 unsigned long int i = ulongval ();
2068 fprintf (f, "%lu", i);
2070 /* Do not output a trailing newline, as this causes \r\n confusion
2071 on some platforms. */
2072 return ferror (f) || fclose (f) != 0;
2078 if ac_fn_c_try_run
"$LINENO"; then :
2079 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2083 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2084 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2088 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2089 as_fn_set_status
$ac_retval
2091 } # ac_fn_c_compute_int
2093 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2094 # ---------------------------------------------
2095 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2097 ac_fn_c_check_decl
()
2099 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2100 as_decl_name
=`echo $2|sed 's/ *(.*//'`
2101 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2103 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2104 if eval \
${$3+:} false
; then :
2105 $as_echo_n "(cached) " >&6
2107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2108 /* end confdefs.h. */
2113 #ifndef $as_decl_name
2115 (void) $as_decl_use;
2117 (void) $as_decl_name;
2125 if ac_fn_c_try_compile
"$LINENO"; then :
2130 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2134 $as_echo "$ac_res" >&6; }
2135 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2137 } # ac_fn_c_check_decl
2138 cat >config.log
<<_ACEOF
2139 This file contains any messages produced by compilers while
2140 running configure, to aid debugging if configure makes a mistake.
2142 It was created by opcodes $as_me 2.39.50, which was
2143 generated by GNU Autoconf 2.69. Invocation command line was
2155 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2156 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2157 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2158 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2159 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2161 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2162 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2164 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2165 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2166 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2167 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2168 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2169 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2170 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2178 test -z "$as_dir" && as_dir
=.
2179 $as_echo "PATH: $as_dir"
2195 # Keep a trace of the command line.
2196 # Strip out --no-create and --no-recursion so they do not pile up.
2197 # Strip out --silent because we don't want to record it for future runs.
2198 # Also quote any args containing shell meta-characters.
2199 # Make two passes to allow for proper duplicate-argument suppression.
2203 ac_must_keep_next
=false
2209 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2210 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2211 |
-silent |
--silent |
--silen |
--sile |
--sil)
2214 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2217 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2219 as_fn_append ac_configure_args1
" '$ac_arg'"
2220 if test $ac_must_keep_next = true
; then
2221 ac_must_keep_next
=false
# Got value, back to normal.
2224 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2225 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2226 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2227 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2228 case "$ac_configure_args0 " in
2229 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2232 -* ) ac_must_keep_next
=true
;;
2235 as_fn_append ac_configure_args
" '$ac_arg'"
2240 { ac_configure_args0
=; unset ac_configure_args0
;}
2241 { ac_configure_args1
=; unset ac_configure_args1
;}
2243 # When interrupted or exit'd, cleanup temporary files, and complete
2244 # config.log. We remove comments because anyway the quotes in there
2245 # would cause problems or look ugly.
2246 # WARNING: Use '\'' to represent an apostrophe within the trap.
2247 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2248 trap 'exit_status=$?
2249 # Save into config.log some information that might help in debugging.
2253 $as_echo "## ---------------- ##
2254 ## Cache variables. ##
2255 ## ---------------- ##"
2257 # The following way of writing the cache mishandles newlines in values,
2259 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2260 eval ac_val=\$$ac_var
2264 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2265 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2268 _ | IFS | as_nl) ;; #(
2269 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2270 *) { eval $ac_var=; unset $ac_var;} ;;
2275 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2276 *${as_nl}ac_space=\ *)
2278 "s/'\''/'\''\\\\'\'''\''/g;
2279 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2282 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2289 $as_echo "## ----------------- ##
2290 ## Output variables. ##
2291 ## ----------------- ##"
2293 for ac_var in $ac_subst_vars
2295 eval ac_val=\$$ac_var
2297 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2299 $as_echo "$ac_var='\''$ac_val'\''"
2303 if test -n "$ac_subst_files"; then
2304 $as_echo "## ------------------- ##
2305 ## File substitutions. ##
2306 ## ------------------- ##"
2308 for ac_var
in $ac_subst_files
2310 eval ac_val
=\$
$ac_var
2312 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2314 $as_echo "$ac_var='\''$ac_val'\''"
2319 if test -s confdefs.h; then
2320 $as_echo "## ----------- ##
2327 test "$ac_signal" != 0 &&
2328 $as_echo "$as_me: caught signal $ac_signal"
2329 $as_echo "$as_me: exit $exit_status"
2331 rm -f core *.core core.conftest.* &&
2332 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2335 for ac_signal
in 1 2 13 15; do
2336 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2340 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2341 rm -f -r conftest
* confdefs.h
2343 $as_echo "/* confdefs.h */" > confdefs.h
2345 # Predefined preprocessor variables.
2347 cat >>confdefs.h
<<_ACEOF
2348 #define PACKAGE_NAME "$PACKAGE_NAME"
2351 cat >>confdefs.h
<<_ACEOF
2352 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2355 cat >>confdefs.h
<<_ACEOF
2356 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2359 cat >>confdefs.h
<<_ACEOF
2360 #define PACKAGE_STRING "$PACKAGE_STRING"
2363 cat >>confdefs.h
<<_ACEOF
2364 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2367 cat >>confdefs.h
<<_ACEOF
2368 #define PACKAGE_URL "$PACKAGE_URL"
2372 # Let the site file select an alternate cache file if it wants to.
2373 # Prefer an explicitly selected file to automatically selected ones.
2376 if test -n "$CONFIG_SITE"; then
2377 # We do not want a PATH search for config.site.
2378 case $CONFIG_SITE in #((
2379 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2380 */*) ac_site_file1
=$CONFIG_SITE;;
2381 *) ac_site_file1
=.
/$CONFIG_SITE;;
2383 elif test "x$prefix" != xNONE
; then
2384 ac_site_file1
=$prefix/share
/config.site
2385 ac_site_file2
=$prefix/etc
/config.site
2387 ac_site_file1
=$ac_default_prefix/share
/config.site
2388 ac_site_file2
=$ac_default_prefix/etc
/config.site
2390 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2392 test "x$ac_site_file" = xNONE
&& continue
2393 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2395 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2396 sed 's/^/| /' "$ac_site_file" >&5
2398 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2399 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2400 as_fn_error $?
"failed to load site script $ac_site_file
2401 See \`config.log' for more details" "$LINENO" 5; }
2405 if test -r "$cache_file"; then
2406 # Some versions of bash will fail to source /dev/null (special files
2407 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2408 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2410 $as_echo "$as_me: loading cache $cache_file" >&6;}
2412 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2413 *) .
"./$cache_file";;
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2418 $as_echo "$as_me: creating cache $cache_file" >&6;}
2422 # Check that the precious variables saved in the cache have kept the same
2424 ac_cache_corrupted
=false
2425 for ac_var
in $ac_precious_vars; do
2426 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2427 eval ac_new_set
=\
$ac_env_${ac_var}_set
2428 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2429 eval ac_new_val
=\
$ac_env_${ac_var}_value
2430 case $ac_old_set,$ac_new_set in
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2433 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2434 ac_cache_corrupted
=: ;;
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2437 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2438 ac_cache_corrupted
=: ;;
2441 if test "x$ac_old_val" != "x$ac_new_val"; then
2442 # differences in whitespace do not lead to failure.
2443 ac_old_val_w
=`echo x $ac_old_val`
2444 ac_new_val_w
=`echo x $ac_new_val`
2445 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2447 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2448 ac_cache_corrupted
=:
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2451 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2452 eval $ac_var=\
$ac_old_val
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2455 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2457 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2460 # Pass precious variables to config.status.
2461 if test "$ac_new_set" = set; then
2463 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2464 *) ac_arg
=$ac_var=$ac_new_val ;;
2466 case " $ac_configure_args " in
2467 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2468 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2472 if $ac_cache_corrupted; then
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2474 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2476 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2477 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2479 ## -------------------- ##
2480 ## Main body of script. ##
2481 ## -------------------- ##
2484 ac_cpp
='$CPP $CPPFLAGS'
2485 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2486 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2487 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2496 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2497 if test -f "$ac_dir/install-sh"; then
2499 ac_install_sh
="$ac_aux_dir/install-sh -c"
2501 elif test -f "$ac_dir/install.sh"; then
2503 ac_install_sh
="$ac_aux_dir/install.sh -c"
2505 elif test -f "$ac_dir/shtool"; then
2507 ac_install_sh
="$ac_aux_dir/shtool install -c"
2511 if test -z "$ac_aux_dir"; then
2512 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2515 # These three variables are undocumented and unsupported,
2516 # and are intended to be withdrawn in a future Autoconf release.
2517 # They can cause serious problems if a builder's source tree is in a directory
2518 # whose full name contains unusual characters.
2519 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2520 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2521 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2524 # Make sure we can run config.sub.
2525 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2526 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2529 $as_echo_n "checking build system type... " >&6; }
2530 if ${ac_cv_build+:} false
; then :
2531 $as_echo_n "(cached) " >&6
2533 ac_build_alias
=$build_alias
2534 test "x$ac_build_alias" = x
&&
2535 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2536 test "x$ac_build_alias" = x
&&
2537 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2538 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2539 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2543 $as_echo "$ac_cv_build" >&6; }
2544 case $ac_cv_build in
2546 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2549 ac_save_IFS
=$IFS; IFS
='-'
2555 # Remember, the first character of IFS is used to create $*,
2556 # except with old shells:
2559 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2563 $as_echo_n "checking host system type... " >&6; }
2564 if ${ac_cv_host+:} false
; then :
2565 $as_echo_n "(cached) " >&6
2567 if test "x$host_alias" = x
; then
2568 ac_cv_host
=$ac_cv_build
2570 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2571 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2576 $as_echo "$ac_cv_host" >&6; }
2579 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2582 ac_save_IFS
=$IFS; IFS
='-'
2588 # Remember, the first character of IFS is used to create $*,
2589 # except with old shells:
2592 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2596 $as_echo_n "checking target system type... " >&6; }
2597 if ${ac_cv_target+:} false
; then :
2598 $as_echo_n "(cached) " >&6
2600 if test "x$target_alias" = x
; then
2601 ac_cv_target
=$ac_cv_host
2603 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2604 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2609 $as_echo "$ac_cv_target" >&6; }
2610 case $ac_cv_target in
2612 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2614 target
=$ac_cv_target
2615 ac_save_IFS
=$IFS; IFS
='-'
2621 # Remember, the first character of IFS is used to create $*,
2622 # except with old shells:
2625 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2628 # The aliases save the names the user supplied, while $host etc.
2629 # will get canonicalized.
2630 test -n "$target_alias" &&
2631 test "$program_prefix$program_suffix$program_transform_name" = \
2633 program_prefix
=${target_alias}-
2635 am__api_version
='1.15'
2637 # Find a good install program. We prefer a C program (faster),
2638 # so one script is as good as another. But avoid the broken or
2639 # incompatible versions:
2640 # SysV /etc/install, /usr/sbin/install
2641 # SunOS /usr/etc/install
2642 # IRIX /sbin/install
2644 # AmigaOS /C/install, which installs bootblocks on floppy discs
2645 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2646 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2647 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2648 # OS/2's system install, which has a completely different semantic
2649 # ./install, which can be erroneously created by make from ./install.sh.
2650 # Reject install programs that cannot install multiple files.
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2652 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2653 if test -z "$INSTALL"; then
2654 if ${ac_cv_path_install+:} false
; then :
2655 $as_echo_n "(cached) " >&6
2657 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2661 test -z "$as_dir" && as_dir
=.
2662 # Account for people who put trailing slashes in PATH elements.
2663 case $as_dir/ in #((
2664 .
/ | .
// |
/[cC
]/* | \
2665 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2666 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2669 # OSF1 and SCO ODT 3.0 have their own names for install.
2670 # Don't use installbsd from OSF since it installs stuff as root
2672 for ac_prog
in ginstall scoinst
install; do
2673 for ac_exec_ext
in '' $ac_executable_extensions; do
2674 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2675 if test $ac_prog = install &&
2676 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2677 # AIX install. It has an incompatible calling convention.
2679 elif test $ac_prog = install &&
2680 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2681 # program-specific install script used by HP pwplus--don't use.
2684 rm -rf conftest.one conftest.two conftest.dir
2685 echo one
> conftest.one
2686 echo two
> conftest.two
2688 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2689 test -s conftest.one
&& test -s conftest.two
&&
2690 test -s conftest.dir
/conftest.one
&&
2691 test -s conftest.dir
/conftest.two
2693 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2706 rm -rf conftest.one conftest.two conftest.dir
2709 if test "${ac_cv_path_install+set}" = set; then
2710 INSTALL
=$ac_cv_path_install
2712 # As a last resort, use the slow shell script. Don't cache a
2713 # value for INSTALL within a source directory, because that will
2714 # break other packages using the cache if that directory is
2715 # removed, or if the value is a relative name.
2716 INSTALL
=$ac_install_sh
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2720 $as_echo "$INSTALL" >&6; }
2722 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2723 # It thinks the first close brace ends the variable substitution.
2724 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2726 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2728 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2731 $as_echo_n "checking whether build environment is sane... " >&6; }
2732 # Reject unsafe characters in $srcdir or the absolute working directory
2733 # name. Accept space and tab only in the latter.
2737 *[\\\"\
#\$\&\'\`$am_lf]*)
2738 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2741 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2742 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2745 # Do 'set' in a subshell so we don't clobber the current shell's
2746 # arguments. Must try -L first in case configure is actually a
2747 # symlink; some systems play weird games with the mod time of symlinks
2748 # (eg FreeBSD returns the mod time of the symlink's containing
2752 for am_try
in 1 2; do
2753 echo "timestamp, slept: $am_has_slept" > conftest.
file
2754 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2755 if test "$*" = "X"; then
2757 set X
`ls -t "$srcdir/configure" conftest.file`
2759 if test "$*" != "X $srcdir/configure conftest.file" \
2760 && test "$*" != "X conftest.file $srcdir/configure"; then
2762 # If neither matched, then we have a broken ls. This can happen
2763 # if, for instance, CONFIG_SHELL is bash and it inherits a
2764 # broken ls alias from the environment. This has actually
2765 # happened. Such a system could not be considered "sane".
2766 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2767 alias in your environment" "$LINENO" 5
2769 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2776 test "$2" = conftest.
file
2782 as_fn_error $?
"newly created file is older than distributed files!
2783 Check your system clock" "$LINENO" 5
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2786 $as_echo "yes" >&6; }
2787 # If we didn't sleep, we still need to ensure time stamps of config.status and
2788 # generated files are strictly newer.
2790 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2797 test "$program_prefix" != NONE
&&
2798 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2799 # Use a double $ so make ignores it.
2800 test "$program_suffix" != NONE
&&
2801 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2802 # Double any \ or $.
2803 # By default was `s,x,x', remove it if useless.
2804 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2805 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2807 # Expand $ac_aux_dir to an absolute path.
2808 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2810 if test x
"${MISSING+set}" != xset
; then
2813 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2815 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2818 # Use eval to expand $SHELL
2819 if eval "$MISSING --is-lightweight"; then
2820 am_missing_run
="$MISSING "
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2824 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2827 if test x
"${install_sh+set}" != xset
; then
2830 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2832 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2836 # Installed binaries are usually stripped using 'strip' when the user
2837 # run "make install-strip". However 'strip' might not be the right
2838 # tool to use in cross-compilation environments, therefore Automake
2839 # will honor the 'STRIP' environment variable to overrule this program.
2840 if test "$cross_compiling" != no
; then
2841 if test -n "$ac_tool_prefix"; then
2842 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2843 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2845 $as_echo_n "checking for $ac_word... " >&6; }
2846 if ${ac_cv_prog_STRIP+:} false
; then :
2847 $as_echo_n "(cached) " >&6
2849 if test -n "$STRIP"; then
2850 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2852 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2856 test -z "$as_dir" && as_dir
=.
2857 for ac_exec_ext
in '' $ac_executable_extensions; do
2858 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2859 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2869 STRIP
=$ac_cv_prog_STRIP
2870 if test -n "$STRIP"; then
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2872 $as_echo "$STRIP" >&6; }
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2875 $as_echo "no" >&6; }
2880 if test -z "$ac_cv_prog_STRIP"; then
2882 # Extract the first word of "strip", so it can be a program name with args.
2883 set dummy strip
; ac_word
=$2
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2885 $as_echo_n "checking for $ac_word... " >&6; }
2886 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2887 $as_echo_n "(cached) " >&6
2889 if test -n "$ac_ct_STRIP"; then
2890 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2896 test -z "$as_dir" && as_dir
=.
2897 for ac_exec_ext
in '' $ac_executable_extensions; do
2898 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2899 ac_cv_prog_ac_ct_STRIP
="strip"
2900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2909 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2910 if test -n "$ac_ct_STRIP"; then
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2912 $as_echo "$ac_ct_STRIP" >&6; }
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2915 $as_echo "no" >&6; }
2918 if test "x$ac_ct_STRIP" = x
; then
2921 case $cross_compiling:$ac_tool_warned in
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2925 ac_tool_warned
=yes ;;
2930 STRIP
="$ac_cv_prog_STRIP"
2934 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2937 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2938 if test -z "$MKDIR_P"; then
2939 if ${ac_cv_path_mkdir+:} false
; then :
2940 $as_echo_n "(cached) " >&6
2942 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2943 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2946 test -z "$as_dir" && as_dir
=.
2947 for ac_prog
in mkdir gmkdir
; do
2948 for ac_exec_ext
in '' $ac_executable_extensions; do
2949 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2950 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2951 'mkdir (GNU coreutils) '* | \
2952 'mkdir (coreutils) '* | \
2953 'mkdir (fileutils) '4.1*)
2954 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2964 test -d .
/--version && rmdir .
/--version
2965 if test "${ac_cv_path_mkdir+set}" = set; then
2966 MKDIR_P
="$ac_cv_path_mkdir -p"
2968 # As a last resort, use the slow shell script. Don't cache a
2969 # value for MKDIR_P within a source directory, because that will
2970 # break other packages using the cache if that directory is
2971 # removed, or if the value is a relative name.
2972 MKDIR_P
="$ac_install_sh -d"
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2976 $as_echo "$MKDIR_P" >&6; }
2978 for ac_prog
in gawk mawk nawk
awk
2980 # Extract the first word of "$ac_prog", so it can be a program name with args.
2981 set dummy
$ac_prog; ac_word
=$2
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2983 $as_echo_n "checking for $ac_word... " >&6; }
2984 if ${ac_cv_prog_AWK+:} false
; then :
2985 $as_echo_n "(cached) " >&6
2987 if test -n "$AWK"; then
2988 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2990 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2994 test -z "$as_dir" && as_dir
=.
2995 for ac_exec_ext
in '' $ac_executable_extensions; do
2996 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2997 ac_cv_prog_AWK
="$ac_prog"
2998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008 if test -n "$AWK"; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3010 $as_echo "$AWK" >&6; }
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3013 $as_echo "no" >&6; }
3017 test -n "$AWK" && break
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3021 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3023 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3024 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3025 $as_echo_n "(cached) " >&6
3027 cat >conftest.
make <<\_ACEOF
3030 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3032 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3033 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3035 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3037 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3041 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3043 $as_echo "yes" >&6; }
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3047 $as_echo "no" >&6; }
3048 SET_MAKE
="MAKE=${MAKE-make}"
3051 rm -rf .tst
2>/dev
/null
3052 mkdir .tst
2>/dev
/null
3053 if test -d .tst
; then
3058 rmdir .tst
2>/dev
/null
3060 # Check whether --enable-silent-rules was given.
3061 if test "${enable_silent_rules+set}" = set; then :
3062 enableval
=$enable_silent_rules;
3065 case $enable_silent_rules in # (((
3066 yes) AM_DEFAULT_VERBOSITY
=0;;
3067 no
) AM_DEFAULT_VERBOSITY
=1;;
3068 *) AM_DEFAULT_VERBOSITY
=1;;
3070 am_make
=${MAKE-make}
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3072 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3073 if ${am_cv_make_support_nested_variables+:} false
; then :
3074 $as_echo_n "(cached) " >&6
3076 if $as_echo 'TRUE=$(BAR$(V))
3082 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3083 am_cv_make_support_nested_variables
=yes
3085 am_cv_make_support_nested_variables
=no
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3089 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3090 if test $am_cv_make_support_nested_variables = yes; then
3092 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3094 AM_V
=$AM_DEFAULT_VERBOSITY
3095 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3099 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3100 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3101 # is not polluted with repeated "-I."
3102 am__isrc
=' -I$(srcdir)'
3103 # test to see if srcdir already configured
3104 if test -f $srcdir/config.status
; then
3105 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3109 # test whether we have cygpath
3110 if test -z "$CYGPATH_W"; then
3111 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3112 CYGPATH_W
='cygpath -w'
3119 # Define the identity of the package.
3124 cat >>confdefs.h
<<_ACEOF
3125 #define PACKAGE "$PACKAGE"
3129 cat >>confdefs.h
<<_ACEOF
3130 #define VERSION "$VERSION"
3133 # Some tools Automake needs.
3135 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3138 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3141 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3144 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3147 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3149 # For better backward compatibility. To be removed once Automake 1.9.x
3150 # dies out for good. For more background, see:
3151 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3152 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3153 mkdir_p
='$(MKDIR_P)'
3155 # We need awk for the "check" target (and possibly the TAP driver). The
3156 # system "awk" is bad on some platforms.
3157 # Always define AMTAR for backward compatibility. Yes, it's still used
3158 # in the wild :-( We should find a proper way to deprecate it ...
3162 # We'll loop over all known methods to create a tar archive until one works.
3163 _am_tools
='gnutar pax cpio none'
3165 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3172 # POSIX will say in a future version that running "rm -f" with no argument
3173 # is OK; and we want to be able to make that assumption in our Makefile
3174 # recipes. So use an aggressive probe to check that the usage we want is
3175 # actually supported "in the wild" to an acceptable degree.
3176 # See automake bug#10828.
3177 # To make any issue more visible, cause the running configure to be aborted
3178 # by default if the 'rm' program in use doesn't match our expectations; the
3179 # user can still override this though.
3180 if rm -f && rm -fr && rm -rf; then : OK
; else
3184 Your 'rm' program seems unable to run without file operands specified
3185 on the command line, even when the '-f' option is present. This is contrary
3186 to the behaviour of most rm programs out there, and not conforming with
3187 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3189 Please tell bug-automake@gnu.org about your system, including the value
3190 of your $PATH and any error possibly output before this message. This
3191 can help us improve future automake versions.
3194 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3195 echo 'Configuration will proceed anyway, since you have set the' >&2
3196 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3200 Aborting the configuration process, to ensure you take notice of the issue.
3202 You can download and install GNU coreutils to get an 'rm' implementation
3203 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3205 If you want to complete the configuration process using your problematic
3206 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3207 to "yes", and re-run configure.
3210 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3214 # Check whether --enable-silent-rules was given.
3215 if test "${enable_silent_rules+set}" = set; then :
3216 enableval
=$enable_silent_rules;
3219 case $enable_silent_rules in # (((
3220 yes) AM_DEFAULT_VERBOSITY
=0;;
3221 no
) AM_DEFAULT_VERBOSITY
=1;;
3222 *) AM_DEFAULT_VERBOSITY
=0;;
3224 am_make
=${MAKE-make}
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3226 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3227 if ${am_cv_make_support_nested_variables+:} false
; then :
3228 $as_echo_n "(cached) " >&6
3230 if $as_echo 'TRUE=$(BAR$(V))
3236 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3237 am_cv_make_support_nested_variables
=yes
3239 am_cv_make_support_nested_variables
=no
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3243 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3244 if test $am_cv_make_support_nested_variables = yes; then
3246 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3248 AM_V
=$AM_DEFAULT_VERBOSITY
3249 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3255 ac_cpp='$CPP $CPPFLAGS'
3256 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3257 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3258 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3259 if test -n "$ac_tool_prefix"; then
3260 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3261 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3263 $as_echo_n "checking for $ac_word... " >&6; }
3264 if ${ac_cv_prog_CC+:} false; then :
3265 $as_echo_n "(cached) " >&6
3267 if test -n "$CC"; then
3268 ac_cv_prog_CC="$CC" # Let the user override the test.
3270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3274 test -z "$as_dir" && as_dir=.
3275 for ac_exec_ext in '' $ac_executable_extensions; do
3276 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3277 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3288 if test -n "$CC"; then
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3290 $as_echo "$CC" >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3293 $as_echo "no" >&6; }
3298 if test -z "$ac_cv_prog_CC"; then
3300 # Extract the first word of "gcc", so it can be a program name with args.
3301 set dummy gcc; ac_word=$2
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3303 $as_echo_n "checking for $ac_word... " >&6; }
3304 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3305 $as_echo_n "(cached) " >&6
3307 if test -n "$ac_ct_CC"; then
3308 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3314 test -z "$as_dir" && as_dir=.
3315 for ac_exec_ext in '' $ac_executable_extensions; do
3316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3317 ac_cv_prog_ac_ct_CC="gcc"
3318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3327 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3328 if test -n "$ac_ct_CC"; then
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3330 $as_echo "$ac_ct_CC" >&6; }
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3333 $as_echo "no" >&6; }
3336 if test "x$ac_ct_CC" = x; then
3339 case $cross_compiling:$ac_tool_warned in
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3343 ac_tool_warned=yes ;;
3351 if test -z "$CC"; then
3352 if test -n "$ac_tool_prefix"; then
3353 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3354 set dummy ${ac_tool_prefix}cc; ac_word=$2
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3356 $as_echo_n "checking for $ac_word... " >&6; }
3357 if ${ac_cv_prog_CC+:} false; then :
3358 $as_echo_n "(cached) " >&6
3360 if test -n "$CC"; then
3361 ac_cv_prog_CC="$CC" # Let the user override the test.
3363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3367 test -z "$as_dir" && as_dir=.
3368 for ac_exec_ext in '' $ac_executable_extensions; do
3369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3370 ac_cv_prog_CC="${ac_tool_prefix}cc"
3371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3381 if test -n "$CC"; then
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3383 $as_echo "$CC" >&6; }
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3386 $as_echo "no" >&6; }
3392 if test -z "$CC"; then
3393 # Extract the first word of "cc", so it can be a program name with args.
3394 set dummy cc; ac_word=$2
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3396 $as_echo_n "checking for $ac_word... " >&6; }
3397 if ${ac_cv_prog_CC+:} false; then :
3398 $as_echo_n "(cached) " >&6
3400 if test -n "$CC"; then
3401 ac_cv_prog_CC="$CC" # Let the user override the test.
3404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3408 test -z "$as_dir" && as_dir=.
3409 for ac_exec_ext in '' $ac_executable_extensions; do
3410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3411 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3412 ac_prog_rejected=yes
3416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 if test $ac_prog_rejected = yes; then
3424 # We found a bogon in the path, so make sure we never use it.
3425 set dummy $ac_cv_prog_CC
3427 if test $# != 0; then
3428 # We chose a different compiler from the bogus one.
3429 # However, it has the same basename, so the bogon will be chosen
3430 # first if we set CC to just the basename; use the full file name.
3432 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3438 if test -n "$CC"; then
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3440 $as_echo "$CC" >&6; }
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3443 $as_echo "no" >&6; }
3448 if test -z "$CC"; then
3449 if test -n "$ac_tool_prefix"; then
3450 for ac_prog in cl.exe
3452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3453 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3455 $as_echo_n "checking for $ac_word... " >&6; }
3456 if ${ac_cv_prog_CC+:} false; then :
3457 $as_echo_n "(cached) " >&6
3459 if test -n "$CC"; then
3460 ac_cv_prog_CC="$CC" # Let the user override the test.
3462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3466 test -z "$as_dir" && as_dir=.
3467 for ac_exec_ext in '' $ac_executable_extensions; do
3468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3469 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3480 if test -n "$CC"; then
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3482 $as_echo "$CC" >&6; }
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3485 $as_echo "no" >&6; }
3489 test -n "$CC" && break
3492 if test -z "$CC"; then
3494 for ac_prog in cl.exe
3496 # Extract the first word of "$ac_prog", so it can be a program name with args.
3497 set dummy $ac_prog; ac_word=$2
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3499 $as_echo_n "checking for $ac_word... " >&6; }
3500 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3501 $as_echo_n "(cached) " >&6
3503 if test -n "$ac_ct_CC"; then
3504 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3510 test -z "$as_dir" && as_dir=.
3511 for ac_exec_ext in '' $ac_executable_extensions; do
3512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3513 ac_cv_prog_ac_ct_CC="$ac_prog"
3514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3523 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3524 if test -n "$ac_ct_CC"; then
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3526 $as_echo "$ac_ct_CC" >&6; }
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3529 $as_echo "no" >&6; }
3533 test -n "$ac_ct_CC" && break
3536 if test "x$ac_ct_CC" = x; then
3539 case $cross_compiling:$ac_tool_warned in
3541 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3542 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3543 ac_tool_warned=yes ;;
3552 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3553 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3554 as_fn_error $? "no acceptable C compiler found in \$PATH
3555 See \`config.log
' for more details" "$LINENO" 5; }
3557 # Provide some information about the compiler.
3558 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3561 for ac_option in --version -v -V -qversion; do
3562 { { ac_try="$ac_compiler $ac_option >&5"
3564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3565 *) ac_try_echo=$ac_try;;
3567 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3568 $as_echo "$ac_try_echo"; } >&5
3569 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3571 if test -s conftest.err; then
3573 ... rest of stderr output deleted ...
3574 10q
' conftest.err >conftest.er1
3575 cat conftest.er1 >&5
3577 rm -f conftest.er1 conftest.err
3578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3579 test $ac_status = 0; }
3582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583 /* end confdefs.h. */
3593 ac_clean_files_save=$ac_clean_files
3594 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3595 # Try to create an executable without -o first, disregard a.out.
3596 # It will help us diagnose broken compilers, and finding out an intuition
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3599 $as_echo_n "checking whether the C compiler works... " >&6; }
3600 ac_link_default=`$as_echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
3602 # The possible output files:
3603 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3606 for ac_file in $ac_files
3609 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3610 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3615 if { { ac_try="$ac_link_default"
3617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618 *) ac_try_echo=$ac_try;;
3620 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3621 $as_echo "$ac_try_echo"; } >&5
3622 (eval "$ac_link_default") 2>&5
3624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3625 test $ac_status = 0; }; then :
3626 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3627 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3628 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3629 # so that the user can short-circuit this test for compilers unknown to
3631 for ac_file
in $ac_files ''
3633 test -f "$ac_file" ||
continue
3635 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3638 # We found the default executable, but exeext='' is most
3642 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3644 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3646 # We set ac_cv_exeext here because the later test for it is not
3647 # safe: cross compilers may not add the suffix if given an `-o'
3648 # argument, so we may need to know it at that point already.
3649 # Even if this section looks crufty: it has the advantage of
3656 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3661 if test -z "$ac_file"; then :
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3663 $as_echo "no" >&6; }
3664 $as_echo "$as_me: failed program was:" >&5
3665 sed 's/^/| /' conftest.
$ac_ext >&5
3667 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3668 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3669 as_fn_error
77 "C compiler cannot create executables
3670 See \`config.log' for more details" "$LINENO" 5; }
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3673 $as_echo "yes" >&6; }
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3676 $as_echo_n "checking for C compiler default output file name... " >&6; }
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3678 $as_echo "$ac_file" >&6; }
3679 ac_exeext
=$ac_cv_exeext
3681 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3682 ac_clean_files
=$ac_clean_files_save
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3684 $as_echo_n "checking for suffix of executables... " >&6; }
3685 if { { ac_try
="$ac_link"
3687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3688 *) ac_try_echo=$ac_try;;
3690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3691 $as_echo "$ac_try_echo"; } >&5
3692 (eval "$ac_link") 2>&5
3694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3695 test $ac_status = 0; }; then :
3696 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3697 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3698 # work properly (i.e., refer to `conftest.exe'), while it won't with
3700 for ac_file
in conftest.exe conftest conftest.
*; do
3701 test -f "$ac_file" ||
continue
3703 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3704 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3710 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3712 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3713 See \`config.log' for more details" "$LINENO" 5; }
3715 rm -f conftest conftest
$ac_cv_exeext
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3717 $as_echo "$ac_cv_exeext" >&6; }
3719 rm -f conftest.
$ac_ext
3720 EXEEXT
=$ac_cv_exeext
3722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3723 /* end confdefs.h. */
3728 FILE *f = fopen ("conftest.out", "w");
3729 return ferror (f) || fclose (f) != 0;
3735 ac_clean_files
="$ac_clean_files conftest.out"
3736 # Check that the compiler produces executables we can run. If not, either
3737 # the compiler is broken, or we cross compile.
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3739 $as_echo_n "checking whether we are cross compiling... " >&6; }
3740 if test "$cross_compiling" != yes; then
3741 { { ac_try
="$ac_link"
3743 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3744 *) ac_try_echo=$ac_try;;
3746 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3747 $as_echo "$ac_try_echo"; } >&5
3748 (eval "$ac_link") 2>&5
3750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3751 test $ac_status = 0; }
3752 if { ac_try='./conftest$ac_cv_exeext'
3753 { { case "(($ac_try" in
3754 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3755 *) ac_try_echo
=$ac_try;;
3757 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3758 $as_echo "$ac_try_echo"; } >&5
3759 (eval "$ac_try") 2>&5
3761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3762 test $ac_status = 0; }; }; then
3765 if test "$cross_compiling" = maybe
; then
3768 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3769 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3770 as_fn_error $?
"cannot run C compiled programs.
3771 If you meant to cross compile, use \`--host'.
3772 See \`config.log' for more details" "$LINENO" 5; }
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3777 $as_echo "$cross_compiling" >&6; }
3779 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3780 ac_clean_files
=$ac_clean_files_save
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3782 $as_echo_n "checking for suffix of object files... " >&6; }
3783 if ${ac_cv_objext+:} false
; then :
3784 $as_echo_n "(cached) " >&6
3786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3787 /* end confdefs.h. */
3797 rm -f conftest.o conftest.obj
3798 if { { ac_try
="$ac_compile"
3800 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3801 *) ac_try_echo=$ac_try;;
3803 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3804 $as_echo "$ac_try_echo"; } >&5
3805 (eval "$ac_compile") 2>&5
3807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3808 test $ac_status = 0; }; then :
3809 for ac_file in conftest.o conftest.obj conftest.*; do
3810 test -f "$ac_file" || continue;
3812 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3813 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3818 $as_echo "$as_me: failed program was:" >&5
3819 sed 's/^/| /' conftest.$ac_ext >&5
3821 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3822 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3823 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3824 See \
`config.log' for more details" "$LINENO" 5; }
3826 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3829 $as_echo "$ac_cv_objext" >&6; }
3830 OBJEXT=$ac_cv_objext
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3833 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3834 if ${ac_cv_c_compiler_gnu+:} false; then :
3835 $as_echo_n "(cached) " >&6
3837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3838 /* end confdefs.h. */
3851 if ac_fn_c_try_compile "$LINENO"; then :
3856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3857 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3861 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3862 if test $ac_compiler_gnu = yes; then
3867 ac_test_CFLAGS=${CFLAGS+set}
3868 ac_save_CFLAGS=$CFLAGS
3869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3870 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3871 if ${ac_cv_prog_cc_g+:} false; then :
3872 $as_echo_n "(cached) " >&6
3874 ac_save_c_werror_flag=$ac_c_werror_flag
3875 ac_c_werror_flag=yes
3878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3879 /* end confdefs.h. */
3889 if ac_fn_c_try_compile "$LINENO"; then :
3893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3894 /* end confdefs.h. */
3904 if ac_fn_c_try_compile "$LINENO"; then :
3907 ac_c_werror_flag=$ac_save_c_werror_flag
3909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3910 /* end confdefs.h. */
3920 if ac_fn_c_try_compile "$LINENO"; then :
3923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3928 ac_c_werror_flag=$ac_save_c_werror_flag
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3931 $as_echo "$ac_cv_prog_cc_g" >&6; }
3932 if test "$ac_test_CFLAGS" = set; then
3933 CFLAGS=$ac_save_CFLAGS
3934 elif test $ac_cv_prog_cc_g = yes; then
3935 if test "$GCC" = yes; then
3941 if test "$GCC" = yes; then
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3948 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3949 if ${ac_cv_prog_cc_c89+:} false; then :
3950 $as_echo_n "(cached) " >&6
3952 ac_cv_prog_cc_c89=no
3954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3955 /* end confdefs.h. */
3959 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3960 struct buf { int x; };
3961 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3962 static char *e (p, i)
3968 static char *f (char * (*g) (char **, int), char **p, ...)
3973 s = g (p, va_arg (v,int));
3978 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3979 function prototypes and stuff, but not '\xHH' hex character constants.
3980 These don't provoke an error unfortunately, instead are silently treated
3981 as 'x'. The following induces an error, until -std is added to get
3982 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3983 array size at least. It's necessary to write '\x00'==0 to get something
3984 that's true only with -std. */
3985 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3987 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3988 inside strings and character constants. */
3990 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3992 int test (int i, double x);
3993 struct s1 {int (*f) (int a);};
3994 struct s2 {int (*f) (double a);};
3995 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4001 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4006 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4007 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4009 CC="$ac_save_CC $ac_arg"
4010 if ac_fn_c_try_compile "$LINENO"; then :
4011 ac_cv_prog_cc_c89=$ac_arg
4013 rm -f core conftest.err conftest.$ac_objext
4014 test "x$ac_cv_prog_cc_c89" != "xno" && break
4016 rm -f conftest.$ac_ext
4021 case "x$ac_cv_prog_cc_c89" in
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4024 $as_echo "none needed" >&6; } ;;
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4027 $as_echo "unsupported" >&6; } ;;
4029 CC="$CC $ac_cv_prog_cc_c89"
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4031 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4033 if test "x$ac_cv_prog_cc_c89" != xno; then :
4038 ac_cpp='$CPP $CPPFLAGS'
4039 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4040 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4041 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4044 ac_cpp='$CPP $CPPFLAGS'
4045 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4046 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4047 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4049 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4050 if ${am_cv_prog_cc_c_o+:} false; then :
4051 $as_echo_n "(cached) " >&6
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h. */
4064 # Make sure it works both with $CC and with simple cc.
4065 # Following AC_PROG_CC_C_O, we do the test twice because some
4066 # compilers refuse to overwrite an existing .o file with -o,
4067 # though they will create one.
4068 am_cv_prog_cc_c_o=yes
4070 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4071 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4074 (exit $ac_status); } \
4075 && test -f conftest2.$ac_objext; then
4078 am_cv_prog_cc_c_o=no
4082 rm -f core conftest*
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4086 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4087 if test "$am_cv_prog_cc_c_o" != yes; then
4088 # Losing compiler, so override with the script.
4089 # FIXME: It is wrong to rewrite CC.
4090 # But if we don't then we get into trouble of one sort or another.
4091 # A longer-term fix would be to have automake use am__CC in this case,
4092 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4093 CC="$am_aux_dir/compile $CC"
4096 ac_cpp='$CPP $CPPFLAGS'
4097 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4098 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4099 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4101 DEPDIR="${am__leading_dot}deps"
4103 ac_config_commands="$ac_config_commands depfiles"
4106 am_make=${MAKE-make}
4107 cat > confinc << 'END'
4109 @echo this is the am__doit target
4112 # If we don't find an include directive, just comment out the code.
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4114 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4118 # First try GNU make style include.
4119 echo "include confinc" > confmf
4120 # Ignore all kinds of additional output from 'make'.
4121 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4122 *the\ am__doit\ target*)
4128 # Now try BSD make style include.
4129 if test "$am__include" = "#"; then
4130 echo '.include "confinc"' > confmf
4131 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4132 *the\ am__doit\ target*)
4133 am__include=.include
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4142 $as_echo "$_am_result" >&6; }
4143 rm -f confinc confmf
4145 # Check whether --enable-dependency-tracking was given.
4146 if test "${enable_dependency_tracking+set}" = set; then :
4147 enableval=$enable_dependency_tracking;
4150 if test "x$enable_dependency_tracking" != xno; then
4151 am_depcomp="$ac_aux_dir/depcomp"
4155 if test "x$enable_dependency_tracking" != xno; then
4165 depcc="$CC" am_compiler_list=
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4168 $as_echo_n "checking dependency style of $depcc... " >&6; }
4169 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4170 $as_echo_n "(cached) " >&6
4172 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4173 # We make a subdir and do the tests there. Otherwise we can end up
4174 # making bogus files that we don't know about and never remove. For
4175 # instance it was reported that on HP-UX the gcc test will end up
4176 # making a dummy file named 'D' -- because '-MD' means "put the output
4180 # Copy depcomp to subdir because otherwise we won't find it if we're
4181 # using a relative directory.
4182 cp "$am_depcomp" conftest.dir
4184 # We will build objects and dependencies in a subdirectory because
4185 # it helps to detect inapplicable dependency modes. For instance
4186 # both Tru64's cc and ICC support -MD to output dependencies as a
4187 # side effect of compilation, but ICC will put the dependencies in
4188 # the current directory while Tru64 will put them in the object
4192 am_cv_CC_dependencies_compiler_type=none
4193 if test "$am_compiler_list" = ""; then
4194 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4197 case " $depcc " in #(
4198 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4201 for depmode in $am_compiler_list; do
4202 # Setup a source with many dependencies, because some compilers
4203 # like to wrap large dependency lists on column 80 (with \), and
4204 # we should not choose a depcomp mode which is confused by this.
4206 # We need to recreate these files for each test, as the compiler may
4207 # overwrite some of them when testing with obscure command lines.
4208 # This happens at least with the AIX C compiler.
4210 for i in 1 2 3 4 5 6; do
4211 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4212 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4213 # Solaris 10 /bin/sh.
4214 echo '/* dummy */' > sub/conftst$i.h
4216 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4218 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4219 # mode. It turns out that the SunPro C++ compiler does not properly
4220 # handle '-M -o', and we need to detect this. Also, some Intel
4221 # versions had trouble with output in subdirs.
4222 am__obj=sub/conftest.${OBJEXT-o}
4223 am__minus_obj="-o $am__obj"
4226 # This depmode causes a compiler race in universal mode.
4227 test "$am__universal" = false || continue
4230 # After this tag, mechanisms are not by side-effect, so they'll
4231 # only be used when explicitly requested.
4232 if test "x$enable_dependency_tracking" = xyes; then
4238 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4239 # This compiler won't grok '-c -o', but also, the minuso test has
4240 # not run yet. These depmodes are late enough in the game, and
4241 # so weak that their functioning should not be impacted.
4242 am__obj=conftest.${OBJEXT-o}
4247 if depmode=$depmode \
4248 source=sub/conftest.c object=$am__obj \
4249 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4250 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4251 >/dev/null 2>conftest.err &&
4252 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4253 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4254 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4255 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4256 # icc doesn't choke on unknown options, it will just issue warnings
4257 # or remarks (even with -Werror). So we grep stderr for any message
4258 # that says an option was ignored or not supported.
4259 # When given -MP, icc 7.0 and 7.1 complain thusly:
4260 # icc: Command line warning: ignoring option '-M'; no argument required
4261 # The diagnosis changed in icc 8.0:
4262 # icc: Command line remark: option '-MP' not supported
4263 if (grep 'ignoring option' conftest.err ||
4264 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4265 am_cv_CC_dependencies_compiler_type=$depmode
4274 am_cv_CC_dependencies_compiler_type=none
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4279 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4280 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4283 test "x$enable_dependency_tracking" != xno \
4284 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4286 am__fastdepCC_FALSE='#'
4288 am__fastdepCC_TRUE='#'
4289 am__fastdepCC_FALSE=
4295 ac_cpp='$CPP $CPPFLAGS'
4296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4300 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4301 # On Suns, sometimes $CPP names a directory.
4302 if test -n "$CPP" && test -d "$CPP"; then
4305 if test -z "$CPP"; then
4306 if ${ac_cv_prog_CPP+:} false; then :
4307 $as_echo_n "(cached) " >&6
4309 # Double quotes because CPP needs to be expanded
4310 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4313 for ac_c_preproc_warn_flag in '' yes
4315 # Use a header file that comes with gcc, so configuring glibc
4316 # with a fresh cross-compiler works.
4317 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4318 # <limits.h> exists even on freestanding compilers.
4319 # On the NeXT, cc -E runs the code through the compiler's parser,
4320 # not just through cpp. "Syntax error" is here to catch this case.
4321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4322 /* end confdefs.h. */
4324 # include <limits.h>
4326 # include <assert.h>
4330 if ac_fn_c_try_cpp "$LINENO"; then :
4333 # Broken: fails on valid input.
4336 rm -f conftest.err conftest.i conftest.$ac_ext
4338 # OK, works on sane cases. Now check whether nonexistent headers
4339 # can be detected and how.
4340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4341 /* end confdefs.h. */
4342 #include <ac_nonexistent.h>
4344 if ac_fn_c_try_cpp "$LINENO"; then :
4345 # Broken: success on invalid input.
4348 # Passes both tests.
4352 rm -f conftest.err conftest.i conftest.$ac_ext
4355 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4356 rm -f conftest.i conftest.err conftest.
$ac_ext
4357 if $ac_preproc_ok; then :
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4370 $as_echo "$CPP" >&6; }
4372 for ac_c_preproc_warn_flag
in '' yes
4374 # Use a header file that comes with gcc, so configuring glibc
4375 # with a fresh cross-compiler works.
4376 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4377 # <limits.h> exists even on freestanding compilers.
4378 # On the NeXT, cc -E runs the code through the compiler's parser,
4379 # not just through cpp. "Syntax error" is here to catch this case.
4380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4381 /* end confdefs.h. */
4383 # include <limits.h>
4385 # include <assert.h>
4389 if ac_fn_c_try_cpp
"$LINENO"; then :
4392 # Broken: fails on valid input.
4395 rm -f conftest.err conftest.i conftest.
$ac_ext
4397 # OK, works on sane cases. Now check whether nonexistent headers
4398 # can be detected and how.
4399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4400 /* end confdefs.h. */
4401 #include <ac_nonexistent.h>
4403 if ac_fn_c_try_cpp
"$LINENO"; then :
4404 # Broken: success on invalid input.
4407 # Passes both tests.
4411 rm -f conftest.err conftest.i conftest.
$ac_ext
4414 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4415 rm -f conftest.i conftest.err conftest.
$ac_ext
4416 if $ac_preproc_ok; then :
4419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4420 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4421 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4422 See \`config.log' for more details" "$LINENO" 5; }
4426 ac_cpp
='$CPP $CPPFLAGS'
4427 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4428 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4429 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4433 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4434 if ${ac_cv_path_GREP+:} false
; then :
4435 $as_echo_n "(cached) " >&6
4437 if test -z "$GREP"; then
4438 ac_path_GREP_found
=false
4439 # Loop through the user's path and test for each of PROGNAME-LIST
4440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4441 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4444 test -z "$as_dir" && as_dir
=.
4445 for ac_prog
in grep ggrep
; do
4446 for ac_exec_ext
in '' $ac_executable_extensions; do
4447 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4448 as_fn_executable_p
"$ac_path_GREP" ||
continue
4449 # Check for GNU ac_path_GREP and select it if it is found.
4450 # Check for GNU $ac_path_GREP
4451 case `"$ac_path_GREP" --version 2>&1` in
4453 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4456 $as_echo_n 0123456789 >"conftest.in"
4459 cat "conftest.in" "conftest.in" >"conftest.tmp"
4460 mv "conftest.tmp" "conftest.in"
4461 cp "conftest.in" "conftest.nl"
4462 $as_echo 'GREP' >> "conftest.nl"
4463 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4464 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4465 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4466 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4467 # Best one so far, save it but keep looking for a better one
4468 ac_cv_path_GREP
="$ac_path_GREP"
4469 ac_path_GREP_max
=$ac_count
4471 # 10*(2^10) chars as input seems more than enough
4472 test $ac_count -gt 10 && break
4474 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4477 $ac_path_GREP_found && break 3
4482 if test -z "$ac_cv_path_GREP"; then
4483 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4486 ac_cv_path_GREP
=$GREP
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4491 $as_echo "$ac_cv_path_GREP" >&6; }
4492 GREP
="$ac_cv_path_GREP"
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4496 $as_echo_n "checking for egrep... " >&6; }
4497 if ${ac_cv_path_EGREP+:} false
; then :
4498 $as_echo_n "(cached) " >&6
4500 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4501 then ac_cv_path_EGREP
="$GREP -E"
4503 if test -z "$EGREP"; then
4504 ac_path_EGREP_found
=false
4505 # Loop through the user's path and test for each of PROGNAME-LIST
4506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4507 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4510 test -z "$as_dir" && as_dir
=.
4511 for ac_prog
in egrep; do
4512 for ac_exec_ext
in '' $ac_executable_extensions; do
4513 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4514 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4515 # Check for GNU ac_path_EGREP and select it if it is found.
4516 # Check for GNU $ac_path_EGREP
4517 case `"$ac_path_EGREP" --version 2>&1` in
4519 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4522 $as_echo_n 0123456789 >"conftest.in"
4525 cat "conftest.in" "conftest.in" >"conftest.tmp"
4526 mv "conftest.tmp" "conftest.in"
4527 cp "conftest.in" "conftest.nl"
4528 $as_echo 'EGREP' >> "conftest.nl"
4529 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4530 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4531 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4532 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4533 # Best one so far, save it but keep looking for a better one
4534 ac_cv_path_EGREP
="$ac_path_EGREP"
4535 ac_path_EGREP_max
=$ac_count
4537 # 10*(2^10) chars as input seems more than enough
4538 test $ac_count -gt 10 && break
4540 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4543 $ac_path_EGREP_found && break 3
4548 if test -z "$ac_cv_path_EGREP"; then
4549 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4552 ac_cv_path_EGREP
=$EGREP
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4558 $as_echo "$ac_cv_path_EGREP" >&6; }
4559 EGREP
="$ac_cv_path_EGREP"
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4563 $as_echo_n "checking for ANSI C header files... " >&6; }
4564 if ${ac_cv_header_stdc+:} false
; then :
4565 $as_echo_n "(cached) " >&6
4567 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4568 /* end confdefs.h. */
4582 if ac_fn_c_try_compile
"$LINENO"; then :
4583 ac_cv_header_stdc
=yes
4585 ac_cv_header_stdc
=no
4587 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4589 if test $ac_cv_header_stdc = yes; then
4590 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4592 /* end confdefs.h. */
4596 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4597 $EGREP "memchr" >/dev
/null
2>&1; then :
4600 ac_cv_header_stdc
=no
4606 if test $ac_cv_header_stdc = yes; then
4607 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4609 /* end confdefs.h. */
4613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4614 $EGREP "free" >/dev
/null
2>&1; then :
4617 ac_cv_header_stdc
=no
4623 if test $ac_cv_header_stdc = yes; then
4624 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4625 if test "$cross_compiling" = yes; then :
4628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4629 /* end confdefs.h. */
4632 #if ((' ' & 0x0FF) == 0x020)
4633 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4634 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4636 # define ISLOWER(c) \
4637 (('a' <= (c) && (c) <= 'i') \
4638 || ('j' <= (c) && (c) <= 'r') \
4639 || ('s' <= (c) && (c) <= 'z'))
4640 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4643 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4648 for (i = 0; i < 256; i++)
4649 if (XOR (islower (i), ISLOWER (i))
4650 || toupper (i) != TOUPPER (i))
4655 if ac_fn_c_try_run
"$LINENO"; then :
4658 ac_cv_header_stdc
=no
4660 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4661 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4667 $as_echo "$ac_cv_header_stdc" >&6; }
4668 if test $ac_cv_header_stdc = yes; then
4670 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4674 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4675 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4676 inttypes.h stdint.h unistd.h
4678 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4679 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4681 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4682 cat >>confdefs.h
<<_ACEOF
4683 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4692 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4693 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4700 if test "$MINIX" = yes; then
4702 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4705 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4708 $as_echo "#define _MINIX 1" >>confdefs.h
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4714 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4715 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4716 $as_echo_n "(cached) " >&6
4718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4719 /* end confdefs.h. */
4721 # define __EXTENSIONS__ 1
4722 $ac_includes_default
4731 if ac_fn_c_try_compile
"$LINENO"; then :
4732 ac_cv_safe_to_define___extensions__
=yes
4734 ac_cv_safe_to_define___extensions__
=no
4736 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4739 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4740 test $ac_cv_safe_to_define___extensions__ = yes &&
4741 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4743 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4745 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4747 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4749 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4755 if test -n "$ac_tool_prefix"; then
4756 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4757 set dummy
${ac_tool_prefix}ar; ac_word
=$2
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4759 $as_echo_n "checking for $ac_word... " >&6; }
4760 if ${ac_cv_prog_AR+:} false
; then :
4761 $as_echo_n "(cached) " >&6
4763 if test -n "$AR"; then
4764 ac_cv_prog_AR
="$AR" # Let the user override the test.
4766 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4770 test -z "$as_dir" && as_dir
=.
4771 for ac_exec_ext
in '' $ac_executable_extensions; do
4772 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4773 ac_cv_prog_AR
="${ac_tool_prefix}ar"
4774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4784 if test -n "$AR"; then
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4786 $as_echo "$AR" >&6; }
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4789 $as_echo "no" >&6; }
4794 if test -z "$ac_cv_prog_AR"; then
4796 # Extract the first word of "ar", so it can be a program name with args.
4797 set dummy
ar; ac_word
=$2
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4799 $as_echo_n "checking for $ac_word... " >&6; }
4800 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
4801 $as_echo_n "(cached) " >&6
4803 if test -n "$ac_ct_AR"; then
4804 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4806 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4810 test -z "$as_dir" && as_dir
=.
4811 for ac_exec_ext
in '' $ac_executable_extensions; do
4812 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4813 ac_cv_prog_ac_ct_AR
="ar"
4814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4823 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4824 if test -n "$ac_ct_AR"; then
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4826 $as_echo "$ac_ct_AR" >&6; }
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4829 $as_echo "no" >&6; }
4832 if test "x$ac_ct_AR" = x
; then
4835 case $cross_compiling:$ac_tool_warned in
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4839 ac_tool_warned
=yes ;;
4847 if test -n "$ac_tool_prefix"; then
4848 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4849 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4851 $as_echo_n "checking for $ac_word... " >&6; }
4852 if ${ac_cv_prog_RANLIB+:} false
; then :
4853 $as_echo_n "(cached) " >&6
4855 if test -n "$RANLIB"; then
4856 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4858 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4862 test -z "$as_dir" && as_dir
=.
4863 for ac_exec_ext
in '' $ac_executable_extensions; do
4864 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4865 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4875 RANLIB
=$ac_cv_prog_RANLIB
4876 if test -n "$RANLIB"; then
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4878 $as_echo "$RANLIB" >&6; }
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4881 $as_echo "no" >&6; }
4886 if test -z "$ac_cv_prog_RANLIB"; then
4887 ac_ct_RANLIB
=$RANLIB
4888 # Extract the first word of "ranlib", so it can be a program name with args.
4889 set dummy ranlib
; ac_word
=$2
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4891 $as_echo_n "checking for $ac_word... " >&6; }
4892 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
4893 $as_echo_n "(cached) " >&6
4895 if test -n "$ac_ct_RANLIB"; then
4896 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4902 test -z "$as_dir" && as_dir
=.
4903 for ac_exec_ext
in '' $ac_executable_extensions; do
4904 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4905 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4916 if test -n "$ac_ct_RANLIB"; then
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4918 $as_echo "$ac_ct_RANLIB" >&6; }
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4921 $as_echo "no" >&6; }
4924 if test "x$ac_ct_RANLIB" = x
; then
4927 case $cross_compiling:$ac_tool_warned in
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4930 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4931 ac_tool_warned
=yes ;;
4933 RANLIB
=$ac_ct_RANLIB
4936 RANLIB
="$ac_cv_prog_RANLIB"
4940 # Check whether --enable-shared was given.
4941 if test "${enable_shared+set}" = set; then :
4942 enableval
=$enable_shared; p
=${PACKAGE-default}
4944 yes) enable_shared
=yes ;;
4945 no
) enable_shared
=no
;;
4948 # Look at the argument we got. We use all the common list separators.
4949 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4950 for pkg
in $enableval; do
4952 if test "X$pkg" = "X$p"; then
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4975 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4980 macro_version
='2.2.7a'
4981 macro_revision
='1.3134'
4995 ltmain
="$ac_aux_dir/ltmain.sh"
4997 # Backslashify metacharacters that are still active within
4998 # double-quoted strings.
4999 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5001 # Same as above, but do not quote variable references.
5002 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5004 # Sed substitution to delay expansion of an escaped shell variable in a
5005 # double_quote_subst'ed string.
5006 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5008 # Sed substitution to delay expansion of an escaped single quote.
5009 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5011 # Sed substitution to avoid accidental globbing in evaled expressions
5012 no_glob_subst
='s/\*/\\\*/g'
5014 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5015 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5016 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5019 $as_echo_n "checking how to print strings... " >&6; }
5020 # Test print first, because it will be a builtin if present.
5021 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5022 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5024 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5027 # Use this function as a fallback that always works.
5028 func_fallback_echo ()
5030 eval 'cat <<_LTECHO_EOF
5034 ECHO='func_fallback_echo
'
5037 # func_echo_all arg...
5038 # Invoke $ECHO with all args, space-separated.
5045 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5046 $as_echo "printf" >&6; } ;;
5047 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5048 $as_echo "print -r" >&6; } ;;
5049 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5050 $as_echo "cat" >&6; } ;;
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5067 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5068 if ${ac_cv_path_SED+:} false; then :
5069 $as_echo_n "(cached) " >&6
5071 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5072 for ac_i in 1 2 3 4 5 6 7; do
5073 ac_script="$ac_script$as_nl$ac_script"
5075 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5076 { ac_script=; unset ac_script;}
5077 if test -z "$SED"; then
5078 ac_path_SED_found=false
5079 # Loop through the user's path and
test for each of PROGNAME-LIST
5080 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5084 test -z "$as_dir" && as_dir
=.
5085 for ac_prog
in sed gsed
; do
5086 for ac_exec_ext
in '' $ac_executable_extensions; do
5087 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5088 as_fn_executable_p
"$ac_path_SED" ||
continue
5089 # Check for GNU ac_path_SED and select it if it is found.
5090 # Check for GNU $ac_path_SED
5091 case `"$ac_path_SED" --version 2>&1` in
5093 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5096 $as_echo_n 0123456789 >"conftest.in"
5099 cat "conftest.in" "conftest.in" >"conftest.tmp"
5100 mv "conftest.tmp" "conftest.in"
5101 cp "conftest.in" "conftest.nl"
5102 $as_echo '' >> "conftest.nl"
5103 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5104 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5105 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5106 if test $ac_count -gt ${ac_path_SED_max-0}; then
5107 # Best one so far, save it but keep looking for a better one
5108 ac_cv_path_SED
="$ac_path_SED"
5109 ac_path_SED_max
=$ac_count
5111 # 10*(2^10) chars as input seems more than enough
5112 test $ac_count -gt 10 && break
5114 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5117 $ac_path_SED_found && break 3
5122 if test -z "$ac_cv_path_SED"; then
5123 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5131 $as_echo "$ac_cv_path_SED" >&6; }
5132 SED
="$ac_cv_path_SED"
5135 test -z "$SED" && SED
=sed
5136 Xsed
="$SED -e 1s/^X//"
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5149 $as_echo_n "checking for fgrep... " >&6; }
5150 if ${ac_cv_path_FGREP+:} false
; then :
5151 $as_echo_n "(cached) " >&6
5153 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5154 then ac_cv_path_FGREP
="$GREP -F"
5156 if test -z "$FGREP"; then
5157 ac_path_FGREP_found
=false
5158 # Loop through the user's path and test for each of PROGNAME-LIST
5159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5160 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5163 test -z "$as_dir" && as_dir
=.
5164 for ac_prog
in fgrep
; do
5165 for ac_exec_ext
in '' $ac_executable_extensions; do
5166 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5167 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5168 # Check for GNU ac_path_FGREP and select it if it is found.
5169 # Check for GNU $ac_path_FGREP
5170 case `"$ac_path_FGREP" --version 2>&1` in
5172 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5175 $as_echo_n 0123456789 >"conftest.in"
5178 cat "conftest.in" "conftest.in" >"conftest.tmp"
5179 mv "conftest.tmp" "conftest.in"
5180 cp "conftest.in" "conftest.nl"
5181 $as_echo 'FGREP' >> "conftest.nl"
5182 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5183 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5184 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5185 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5186 # Best one so far, save it but keep looking for a better one
5187 ac_cv_path_FGREP
="$ac_path_FGREP"
5188 ac_path_FGREP_max
=$ac_count
5190 # 10*(2^10) chars as input seems more than enough
5191 test $ac_count -gt 10 && break
5193 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5196 $ac_path_FGREP_found && break 3
5201 if test -z "$ac_cv_path_FGREP"; then
5202 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5205 ac_cv_path_FGREP
=$FGREP
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5211 $as_echo "$ac_cv_path_FGREP" >&6; }
5212 FGREP
="$ac_cv_path_FGREP"
5215 test -z "$GREP" && GREP
=grep
5235 # Check whether --with-gnu-ld was given.
5236 if test "${with_gnu_ld+set}" = set; then :
5237 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5243 if test "$GCC" = yes; then
5244 # Check if gcc -print-prog-name=ld gives a path.
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5246 $as_echo_n "checking for ld used by $CC... " >&6; }
5249 # gcc leaves a trailing carriage return which upsets mingw
5250 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5252 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5255 # Accept absolute paths.
5257 re_direlt
='/[^/][^/]*/\.\./'
5258 # Canonicalize the pathname of ld
5259 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5260 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5261 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5263 test -z "$LD" && LD
="$ac_prog"
5266 # If it fails, then pretend we aren't using GCC.
5270 # If it is relative, then search for the first ld in PATH.
5274 elif test "$with_gnu_ld" = yes; then
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5276 $as_echo_n "checking for GNU ld... " >&6; }
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5279 $as_echo_n "checking for non-GNU ld... " >&6; }
5281 if ${lt_cv_path_LD+:} false
; then :
5282 $as_echo_n "(cached) " >&6
5284 if test -z "$LD"; then
5285 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5286 for ac_dir
in $PATH; do
5288 test -z "$ac_dir" && ac_dir
=.
5289 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5290 lt_cv_path_LD
="$ac_dir/$ac_prog"
5291 # Check to see if the program is GNU ld. I'd rather use --version,
5292 # but apparently some variants of GNU ld only accept -v.
5293 # Break only if it was the GNU/non-GNU ld that we prefer.
5294 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5295 *GNU
* |
*'with BFD'*)
5296 test "$with_gnu_ld" != no
&& break
5299 test "$with_gnu_ld" != yes && break
5306 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5311 if test -n "$LD"; then
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5313 $as_echo "$LD" >&6; }
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5316 $as_echo "no" >&6; }
5318 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5320 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5321 if ${lt_cv_prog_gnu_ld+:} false
; then :
5322 $as_echo_n "(cached) " >&6
5324 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5325 case `$LD -v 2>&1 </dev/null` in
5326 *GNU
* |
*'with BFD'*)
5327 lt_cv_prog_gnu_ld
=yes
5330 lt_cv_prog_gnu_ld
=no
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5335 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5336 with_gnu_ld
=$lt_cv_prog_gnu_ld
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5347 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5348 if ${lt_cv_path_NM+:} false
; then :
5349 $as_echo_n "(cached) " >&6
5351 if test -n "$NM"; then
5352 # Let the user override the nm to test.
5353 lt_nm_to_check
="$NM"
5355 lt_nm_to_check
="${ac_tool_prefix}nm"
5356 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5357 lt_nm_to_check
="$lt_nm_to_check nm"
5360 for lt_tmp_nm
in "$lt_nm_to_check"; do
5361 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5362 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5364 test -z "$ac_dir" && ac_dir
=.
5365 # Strip out any user-provided options from the nm to test twice,
5366 # the first time to test to see if nm (rather than its options) has
5367 # an explicit path, the second time to yield a file which can be
5369 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5370 case "$tmp_nm_path" in
5371 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
5372 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
5374 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5375 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
5376 # Check to see if the nm accepts a BSD-compat flag.
5377 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5378 # nm: unknown option "B" ignored
5379 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5380 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
5384 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5386 lt_cv_path_NM
="$tmp_nm -p"
5390 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5391 continue # so that we can try to find one that supports BSD flags
5400 : ${lt_cv_path_NM=no}
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5403 $as_echo "$lt_cv_path_NM" >&6; }
5404 if test "$lt_cv_path_NM" != "no"; then
5407 # Didn't find any BSD compatible name lister, look for dumpbin.
5408 if test -n "$DUMPBIN"; then :
5409 # Let the user override the test.
5411 if test -n "$ac_tool_prefix"; then
5412 for ac_prog
in dumpbin
"link -dump"
5414 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5415 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417 $as_echo_n "checking for $ac_word... " >&6; }
5418 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5419 $as_echo_n "(cached) " >&6
5421 if test -n "$DUMPBIN"; then
5422 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5424 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5428 test -z "$as_dir" && as_dir
=.
5429 for ac_exec_ext
in '' $ac_executable_extensions; do
5430 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5431 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5441 DUMPBIN
=$ac_cv_prog_DUMPBIN
5442 if test -n "$DUMPBIN"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5444 $as_echo "$DUMPBIN" >&6; }
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; }
5451 test -n "$DUMPBIN" && break
5454 if test -z "$DUMPBIN"; then
5455 ac_ct_DUMPBIN
=$DUMPBIN
5456 for ac_prog
in dumpbin
"link -dump"
5458 # Extract the first word of "$ac_prog", so it can be a program name with args.
5459 set dummy
$ac_prog; ac_word
=$2
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5461 $as_echo_n "checking for $ac_word... " >&6; }
5462 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5463 $as_echo_n "(cached) " >&6
5465 if test -n "$ac_ct_DUMPBIN"; then
5466 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5468 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5472 test -z "$as_dir" && as_dir
=.
5473 for ac_exec_ext
in '' $ac_executable_extensions; do
5474 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5475 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5485 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5486 if test -n "$ac_ct_DUMPBIN"; then
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5488 $as_echo "$ac_ct_DUMPBIN" >&6; }
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5491 $as_echo "no" >&6; }
5495 test -n "$ac_ct_DUMPBIN" && break
5498 if test "x$ac_ct_DUMPBIN" = x
; then
5501 case $cross_compiling:$ac_tool_warned in
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5504 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5505 ac_tool_warned
=yes ;;
5507 DUMPBIN
=$ac_ct_DUMPBIN
5511 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5513 DUMPBIN
="$DUMPBIN -symbols"
5521 if test "$DUMPBIN" != ":"; then
5525 test -z "$NM" && NM
=nm
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5533 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5534 if ${lt_cv_nm_interface+:} false
; then :
5535 $as_echo_n "(cached) " >&6
5537 lt_cv_nm_interface
="BSD nm"
5538 echo "int some_variable = 0;" > conftest.
$ac_ext
5539 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5540 (eval "$ac_compile" 2>conftest.err
)
5541 cat conftest.err
>&5
5542 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5543 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5544 cat conftest.err
>&5
5545 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5546 cat conftest.out
>&5
5547 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5548 lt_cv_nm_interface
="MS dumpbin"
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5553 $as_echo "$lt_cv_nm_interface" >&6; }
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5556 $as_echo_n "checking whether ln -s works... " >&6; }
5558 if test "$LN_S" = "ln -s"; then
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5560 $as_echo "yes" >&6; }
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5563 $as_echo "no, using $LN_S" >&6; }
5566 # find the maximum length of command line arguments
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5568 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5569 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5570 $as_echo_n "(cached) " >&6
5577 # On DJGPP, this test can blow up pretty badly due to problems in libc
5578 # (any single argument exceeding 2000 bytes causes a buffer overrun
5579 # during glob expansion). Even if it were fixed, the result of this
5580 # check would be larger than it should be.
5581 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5585 # Under GNU Hurd, this test is not required because there is
5586 # no limit to the length of command line arguments.
5587 # Libtool will interpret -1 as no limit whatsoever
5588 lt_cv_sys_max_cmd_len
=-1;
5591 cygwin
* | mingw
* | cegcc
*)
5592 # On Win9x/ME, this test blows up -- it succeeds, but takes
5593 # about 5 minutes as the teststring grows exponentially.
5594 # Worse, since 9x/ME are not pre-emptively multitasking,
5595 # you end up with a "frozen" computer, even though with patience
5596 # the test eventually succeeds (with a max line length of 256k).
5597 # Instead, let's just punt: use the minimum linelength reported by
5598 # all of the supported platforms: 8192 (on NT/2K/XP).
5599 lt_cv_sys_max_cmd_len
=8192;
5603 # On MiNT this can take a long time and run out of memory.
5604 lt_cv_sys_max_cmd_len
=8192;
5608 # On AmigaOS with pdksh, this test takes hours, literally.
5609 # So we just punt and use a minimum line length of 8192.
5610 lt_cv_sys_max_cmd_len
=8192;
5613 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5614 # This has been around since 386BSD, at least. Likely further.
5615 if test -x /sbin
/sysctl
; then
5616 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5617 elif test -x /usr
/sbin
/sysctl
; then
5618 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5620 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5622 # And add a safety zone
5623 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5624 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5628 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5629 lt_cv_sys_max_cmd_len
=196608
5633 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5634 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5635 # nice to cause kernel panics so lets avoid the loop below.
5636 # First set a reasonable default.
5637 lt_cv_sys_max_cmd_len
=16384
5639 if test -x /sbin
/sysconfig
; then
5640 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5641 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5646 lt_cv_sys_max_cmd_len
=102400
5648 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5649 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5650 if test -n "$kargmax"; then
5651 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5653 lt_cv_sys_max_cmd_len
=32768
5657 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5658 if test -n "$lt_cv_sys_max_cmd_len"; then
5659 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5660 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5662 # Make teststring a little bigger before we do anything with it.
5663 # a 1K string should be a reasonable start.
5664 for i
in 1 2 3 4 5 6 7 8 ; do
5665 teststring
=$teststring$teststring
5667 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5668 # If test is not a shell built-in, we'll probably end up computing a
5669 # maximum length that is only half of the actual maximum length, but
5671 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5672 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5673 test $i != 17 # 1/2 MB should be enough
5676 teststring
=$teststring$teststring
5678 # Only check the string length outside the loop.
5679 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5681 # Add a significant safety factor because C++ compilers can tack on
5682 # massive amounts of additional arguments before passing them to the
5683 # linker. It appears as though 1/2 is a usable value.
5684 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5691 if test -n $lt_cv_sys_max_cmd_len ; then
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5693 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5696 $as_echo "none" >&6; }
5698 max_cmd_len
=$lt_cv_sys_max_cmd_len
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5710 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5711 # Try some XSI features
5714 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5716 && eval 'test $(( 1 + 1 )) -eq 2 \
5717 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5720 $as_echo "$xsi_shell" >&6; }
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5724 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5726 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5728 && lt_shell_append=yes
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5730 $as_echo "$lt_shell_append" >&6; }
5733 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5743 # test EBCDIC or ASCII
5744 case `echo X|tr X '\101'` in
5745 A) # ASCII based system
5746 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5747 lt_SP2NL='tr \040 \012'
5748 lt_NL2SP='tr \015\012 \040\040'
5750 *) # EBCDIC based system
5751 lt_SP2NL='tr \100 \n'
5752 lt_NL2SP='tr \r\n \100\100'
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5765 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5766 if ${lt_cv_ld_reload_flag+:} false; then :
5767 $as_echo_n "(cached
) " >&6
5769 lt_cv_ld_reload_flag='-r'
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5772 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5773 reload_flag=$lt_cv_ld_reload_flag
5774 case $reload_flag in
5776 *) reload_flag=" $reload_flag" ;;
5778 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5781 if test "$GCC" = yes; then
5782 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5784 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5797 if test -n "$ac_tool_prefix"; then
5798 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5799 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5801 $as_echo_n "checking
for $ac_word...
" >&6; }
5802 if ${ac_cv_prog_OBJDUMP+:} false; then :
5803 $as_echo_n "(cached
) " >&6
5805 if test -n "$OBJDUMP"; then
5806 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5815 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5816 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5825 OBJDUMP=$ac_cv_prog_OBJDUMP
5826 if test -n "$OBJDUMP"; then
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5828 $as_echo "$OBJDUMP" >&6; }
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5831 $as_echo "no
" >&6; }
5836 if test -z "$ac_cv_prog_OBJDUMP"; then
5837 ac_ct_OBJDUMP=$OBJDUMP
5838 # Extract the first word of "objdump
", so it can be a program name with args.
5839 set dummy objdump; ac_word=$2
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5841 $as_echo_n "checking
for $ac_word...
" >&6; }
5842 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5843 $as_echo_n "(cached
) " >&6
5845 if test -n "$ac_ct_OBJDUMP"; then
5846 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5852 test -z "$as_dir" && as_dir=.
5853 for ac_exec_ext in '' $ac_executable_extensions; do
5854 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5855 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5856 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5865 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5866 if test -n "$ac_ct_OBJDUMP"; then
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5868 $as_echo "$ac_ct_OBJDUMP" >&6; }
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5871 $as_echo "no
" >&6; }
5874 if test "x
$ac_ct_OBJDUMP" = x; then
5877 case $cross_compiling:$ac_tool_warned in
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5880 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5881 ac_tool_warned=yes ;;
5883 OBJDUMP=$ac_ct_OBJDUMP
5886 OBJDUMP="$ac_cv_prog_OBJDUMP"
5889 test -z "$OBJDUMP" && OBJDUMP=objdump
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5900 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5901 if ${lt_cv_deplibs_check_method+:} false; then :
5902 $as_echo_n "(cached
) " >&6
5904 lt_cv_file_magic_cmd='$MAGIC_CMD'
5905 lt_cv_file_magic_test_file=
5906 lt_cv_deplibs_check_method='unknown'
5907 # Need to set the preceding variable on all platforms that support
5908 # interlibrary dependencies.
5909 # 'none' -- dependencies not supported.
5910 # `unknown' -- same as none, but documents that we really don't know.
5911 # 'pass_all' -- all dependencies passed with no checks.
5912 # 'test_compile' -- check by making test program.
5913 # 'file_magic [[regex]]' -- check by looking for files in library path
5914 # which responds to the $file_magic_cmd with a given extended regex.
5915 # If you have `file' or equivalent on your system and you're not sure
5916 # whether `pass_all' will *always* work, you probably want this one.
5920 lt_cv_deplibs_check_method=pass_all
5924 lt_cv_deplibs_check_method=pass_all
5928 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5929 lt_cv_file_magic_cmd='/usr/bin/file -L'
5930 lt_cv_file_magic_test_file=/shlib/libc.so
5934 # func_win32_libid is a shell function defined in ltmain.sh
5935 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5936 lt_cv_file_magic_cmd='func_win32_libid'
5940 # Base MSYS/MinGW do not provide the 'file' command needed by
5941 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5942 # unless we find 'file', for example because we are cross-compiling.
5943 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5944 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
5945 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5946 lt_cv_file_magic_cmd='func_win32_libid'
5948 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5949 lt_cv_file_magic_cmd='$OBJDUMP -f'
5954 # use the weaker test based on 'objdump'. See mingw*.
5955 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5956 lt_cv_file_magic_cmd='$OBJDUMP -f'
5959 darwin* | rhapsody*)
5960 lt_cv_deplibs_check_method=pass_all
5963 freebsd* | dragonfly*)
5964 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5967 # Not sure whether the presence of OpenBSD here was a mistake.
5968 # Let's accept both of them until this is cleared up.
5969 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5970 lt_cv_file_magic_cmd=/usr/bin/file
5971 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5975 lt_cv_deplibs_check_method=pass_all
5980 lt_cv_deplibs_check_method=pass_all
5984 lt_cv_deplibs_check_method=pass_all
5987 hpux10.20* | hpux11*)
5988 lt_cv_file_magic_cmd=/usr/bin/file
5991 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5992 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5995 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]'
5996 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5999 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6000 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6006 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6007 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6010 irix5* | irix6* | nonstopux*)
6012 *-32|*"-32 ") libmagic=32-bit;;
6013 *-n32|*"-n32 ") libmagic=N32;;
6014 *-64|*"-64 ") libmagic=64-bit;;
6015 *) libmagic=never-match;;
6017 lt_cv_deplibs_check_method=pass_all
6020 # This must be Linux ELF.
6021 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6022 lt_cv_deplibs_check_method=pass_all
6026 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6027 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6029 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6034 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6035 lt_cv_file_magic_cmd=/usr/bin/file
6036 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6040 lt_cv_deplibs_check_method=pass_all
6044 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6045 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6047 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6051 osf3* | osf4* | osf5*)
6052 lt_cv_deplibs_check_method=pass_all
6056 lt_cv_deplibs_check_method=pass_all
6060 lt_cv_deplibs_check_method=pass_all
6063 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6064 lt_cv_deplibs_check_method=pass_all
6068 case $host_vendor in
6070 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]'
6071 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6074 lt_cv_deplibs_check_method=pass_all
6077 lt_cv_file_magic_cmd='/bin/file'
6078 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6081 lt_cv_file_magic_cmd='/bin/file'
6082 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6083 lt_cv_file_magic_test_file=/lib/libc.so
6086 lt_cv_deplibs_check_method=pass_all
6089 lt_cv_deplibs_check_method=pass_all
6095 lt_cv_deplibs_check_method=pass_all
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6101 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6102 file_magic_cmd=$lt_cv_file_magic_cmd
6103 deplibs_check_method=$lt_cv_deplibs_check_method
6104 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6118 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
6119 for plugin in $plugin_names; do
6120 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6121 if test x$plugin_so = x$plugin; then
6122 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6124 if test x$plugin_so != x$plugin; then
6125 plugin_option="--plugin $plugin_so"
6130 if test -n "$ac_tool_prefix"; then
6131 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6132 set dummy ${ac_tool_prefix}ar; ac_word=$2
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6134 $as_echo_n "checking
for $ac_word...
" >&6; }
6135 if ${ac_cv_prog_AR+:} false; then :
6136 $as_echo_n "(cached
) " >&6
6138 if test -n "$AR"; then
6139 ac_cv_prog_AR="$AR" # Let the user override the test.
6141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6145 test -z "$as_dir" && as_dir=.
6146 for ac_exec_ext in '' $ac_executable_extensions; do
6147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6148 ac_cv_prog_AR="${ac_tool_prefix}ar"
6149 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6159 if test -n "$AR"; then
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6161 $as_echo "$AR" >&6; }
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6164 $as_echo "no
" >&6; }
6169 if test -z "$ac_cv_prog_AR"; then
6171 # Extract the first word of "ar", so it can be a program name with args.
6172 set dummy ar; ac_word=$2
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6174 $as_echo_n "checking
for $ac_word...
" >&6; }
6175 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6176 $as_echo_n "(cached
) " >&6
6178 if test -n "$ac_ct_AR"; then
6179 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6185 test -z "$as_dir" && as_dir=.
6186 for ac_exec_ext in '' $ac_executable_extensions; do
6187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6188 ac_cv_prog_ac_ct_AR="ar"
6189 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6198 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6199 if test -n "$ac_ct_AR"; then
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6201 $as_echo "$ac_ct_AR" >&6; }
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6204 $as_echo "no
" >&6; }
6207 if test "x
$ac_ct_AR" = x; then
6210 case $cross_compiling:$ac_tool_warned in
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6213 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6214 ac_tool_warned=yes ;;
6222 test -z "$AR" && AR=ar
6223 if test -n "$plugin_option"; then
6224 if $AR --help 2>&1 | grep -q "\
--plugin"; then
6226 $AR $plugin_option rc conftest.a conftest.c
6227 if test "$?
" != 0; then
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
6229 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
6231 AR="$AR $plugin_option"
6236 test -z "$AR_FLAGS" && AR_FLAGS=cru
6248 if test -n "$ac_tool_prefix"; then
6249 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6250 set dummy ${ac_tool_prefix}strip; ac_word=$2
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6252 $as_echo_n "checking
for $ac_word...
" >&6; }
6253 if ${ac_cv_prog_STRIP+:} false; then :
6254 $as_echo_n "(cached
) " >&6
6256 if test -n "$STRIP"; then
6257 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 test -z "$as_dir" && as_dir=.
6264 for ac_exec_ext in '' $ac_executable_extensions; do
6265 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6266 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6267 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6276 STRIP=$ac_cv_prog_STRIP
6277 if test -n "$STRIP"; then
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6279 $as_echo "$STRIP" >&6; }
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6282 $as_echo "no
" >&6; }
6287 if test -z "$ac_cv_prog_STRIP"; then
6289 # Extract the first word of "strip
", so it can be a program name with args.
6290 set dummy strip; 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_ac_ct_STRIP+:} false; then :
6294 $as_echo_n "(cached
) " >&6
6296 if test -n "$ac_ct_STRIP"; then
6297 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # 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_ac_ct_STRIP="strip
"
6307 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6316 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6317 if test -n "$ac_ct_STRIP"; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6319 $as_echo "$ac_ct_STRIP" >&6; }
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6322 $as_echo "no
" >&6; }
6325 if test "x
$ac_ct_STRIP" = x; then
6328 case $cross_compiling:$ac_tool_warned in
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6331 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6332 ac_tool_warned=yes ;;
6337 STRIP="$ac_cv_prog_STRIP"
6340 test -z "$STRIP" && STRIP=:
6347 if test -n "$ac_tool_prefix"; then
6348 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6349 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6351 $as_echo_n "checking
for $ac_word...
" >&6; }
6352 if ${ac_cv_prog_RANLIB+:} false; then :
6353 $as_echo_n "(cached
) " >&6
6355 if test -n "$RANLIB"; then
6356 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6362 test -z "$as_dir" && as_dir=.
6363 for ac_exec_ext in '' $ac_executable_extensions; do
6364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6365 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6366 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6375 RANLIB=$ac_cv_prog_RANLIB
6376 if test -n "$RANLIB"; then
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6378 $as_echo "$RANLIB" >&6; }
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6381 $as_echo "no
" >&6; }
6386 if test -z "$ac_cv_prog_RANLIB"; then
6387 ac_ct_RANLIB=$RANLIB
6388 # Extract the first word of "ranlib
", so it can be a program name with args.
6389 set dummy ranlib; ac_word=$2
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6391 $as_echo_n "checking
for $ac_word...
" >&6; }
6392 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6393 $as_echo_n "(cached
) " >&6
6395 if test -n "$ac_ct_RANLIB"; then
6396 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6402 test -z "$as_dir" && as_dir=.
6403 for ac_exec_ext in '' $ac_executable_extensions; do
6404 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6405 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6406 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6415 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6416 if test -n "$ac_ct_RANLIB"; then
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6418 $as_echo "$ac_ct_RANLIB" >&6; }
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6421 $as_echo "no
" >&6; }
6424 if test "x
$ac_ct_RANLIB" = x; then
6427 case $cross_compiling:$ac_tool_warned in
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6430 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6431 ac_tool_warned=yes ;;
6433 RANLIB=$ac_ct_RANLIB
6436 RANLIB="$ac_cv_prog_RANLIB"
6439 test -z "$RANLIB" && RANLIB=:
6440 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6441 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6442 RANLIB="$RANLIB $plugin_option"
6451 # Determine commands to create old-style static archives.
6452 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6453 old_postinstall_cmds='chmod 644 $oldlib'
6454 old_postuninstall_cmds=
6456 if test -n "$RANLIB"; then
6459 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6462 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6465 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6470 lock_old_archive_extraction=yes ;;
6472 lock_old_archive_extraction=no ;;
6513 # If no C compiler was specified, use CC.
6516 # If no C compiler flags were specified, use CFLAGS.
6517 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6519 # Allow CC to be a program name with arguments.
6523 # Check for command to grab the raw symbol name followed by C symbol from nm.
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6525 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6526 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6527 $as_echo_n "(cached
) " >&6
6530 # These are sane defaults that work on at least a few old systems.
6531 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6533 # Character class describing NM global symbol codes.
6534 symcode='[BCDEGRST]'
6536 # Regexp to match symbols that can be accessed directly from C.
6537 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6539 # Define system-specific variables.
6544 cygwin* | mingw* | pw32* | cegcc*)
6545 symcode='[ABCDGISTW]'
6548 if test "$host_cpu" = ia64; then
6549 symcode='[ABCDEGRST]'
6553 symcode='[BCDEGRST]'
6556 symcode='[BCDEGQRST]'
6567 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6575 # If we're using GNU nm, then use its standard symbol codes.
6576 case `$NM -V 2>&1` in
6577 *GNU* | *'with BFD'*)
6578 symcode='[ABCDGIRSTW]' ;;
6581 # Transform an extracted symbol line into a proper C declaration.
6582 # Some systems (esp. on ia64) link data and code symbols differently,
6583 # so use this general approach.
6584 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6586 # Transform an extracted symbol line into symbol name and symbol address
6587 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6588 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'"
6590 # Handle CRLF in mingw tool chain
6594 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6598 # Try without a prefix underscore, then with it.
6599 for ac_symprfx in "" "_
"; do
6601 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6602 symxfrm="\\1 $ac_symprfx\\2 \\2"
6604 # Write the raw and C identifiers.
6605 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6606 # Fake it for dumpbin and say T for any non-static function
6607 # and D for any global variable.
6608 # Also find C++ and __fastcall symbols from MSVC++,
6609 # which start with @ or ?.
6610 lt_cv_sys_global_symbol_pipe="$AWK '"\
6611 " {last_section=section; section=\$ 3};"\
6612 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6613 " \$ 0!~/External *\|/{next};"\
6614 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6615 " {if(hide[section]) next};"\
6616 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6617 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6618 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6619 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6620 " ' prfx
=^
$ac_symprfx"
6622 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6625 # Check to see that the pipe works correctly.
6629 cat > conftest.$ac_ext <<_LT_EOF
6634 void nm_test_func(void);
6635 void nm_test_func(void){}
6639 int main(){nm_test_var='a';nm_test_func();return(0);}
6642 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6643 (eval $ac_compile) 2>&5
6645 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6646 test $ac_status = 0; }; then
6647 # Now try to grab the symbols.
6649 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6650 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6652 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6653 test $ac_status = 0; } && test -s "$nlist"; then
6654 # Try sorting and uniquifying the output.
6655 if sort "$nlist" | uniq > "$nlist"T; then
6656 mv -f "$nlist"T "$nlist"
6661 # Make sure that we snagged all the symbols we need.
6662 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6663 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6664 cat <<_LT_EOF > conftest.$ac_ext
6670 # Now generate the symbol file.
6671 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6673 cat <<_LT_EOF >> conftest.$ac_ext
6675 /* The mapping between symbol names and symbols. */
6680 lt__PROGRAM__LTX_preloaded_symbols[] =
6682 { "@PROGRAM@
", (void *) 0 },
6684 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6685 cat <<\_LT_EOF >> conftest.$ac_ext
6689 /* This works around a problem in FreeBSD linker */
6690 #ifdef FREEBSD_WORKAROUND
6691 static const void *lt_preloaded_setup() {
6692 return lt__PROGRAM__LTX_preloaded_symbols;
6700 # Now try linking the two files.
6701 mv conftest.$ac_objext conftstm.$ac_objext
6702 lt_save_LIBS="$LIBS"
6703 lt_save_CFLAGS="$CFLAGS"
6704 LIBS="conftstm.
$ac_objext"
6705 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6706 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6707 (eval $ac_link) 2>&5
6709 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6710 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6713 LIBS="$lt_save_LIBS"
6714 CFLAGS="$lt_save_CFLAGS"
6716 echo "cannot
find nm_test_func
in $nlist" >&5
6719 echo "cannot
find nm_test_var
in $nlist" >&5
6722 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6725 echo "$progname: failed program was
:" >&5
6726 cat conftest.$ac_ext >&5
6728 rm -rf conftest* conftst*
6730 # Do not use the global_symbol_pipe unless it works.
6731 if test "$pipe_works" = yes; then
6734 lt_cv_sys_global_symbol_pipe=
6740 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6741 lt_cv_sys_global_symbol_to_cdecl=
6743 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6745 $as_echo "failed
" >&6; }
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6748 $as_echo "ok
" >&6; }
6772 # Check whether --enable-libtool-lock was given.
6773 if test "${enable_libtool_lock+set}" = set; then :
6774 enableval=$enable_libtool_lock;
6777 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6779 # Some flags need to be propagated to the compiler or linker for good
6783 # Find out which ABI we are using.
6784 echo 'int i;' > conftest.$ac_ext
6785 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6786 (eval $ac_compile) 2>&5
6788 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6789 test $ac_status = 0; }; then
6790 case `/usr/bin/file conftest.$ac_objext` in
6802 # Find out which ABI we are using.
6803 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6804 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6805 (eval $ac_compile) 2>&5
6807 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6808 test $ac_status = 0; }; then
6809 if test "$lt_cv_prog_gnu_ld" = yes; then
6810 case `/usr/bin/file conftest.$ac_objext` in
6812 LD="${LD-ld} -melf32bsmip"
6815 LD="${LD-ld} -melf32bmipn32"
6818 LD="${LD-ld} -melf64bmip"
6822 case `/usr/bin/file conftest.$ac_objext` in
6838 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6839 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6840 # Find out which ABI we are using.
6841 echo 'int i;' > conftest.$ac_ext
6842 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6843 (eval $ac_compile) 2>&5
6845 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6846 test $ac_status = 0; }; then
6847 case `/usr/bin/file conftest.o` in
6850 x86_64-*kfreebsd*-gnu)
6851 LD="${LD-ld} -m elf_i386_fbsd
"
6854 case `/usr/bin/file conftest.o` in
6856 LD="${LD-ld} -m elf32_x86_64
"
6859 LD="${LD-ld} -m elf_i386
"
6863 powerpc64le-*linux*)
6864 LD="${LD-ld} -m elf32lppclinux
"
6867 LD="${LD-ld} -m elf32ppclinux
"
6870 LD="${LD-ld} -m elf_s390
"
6873 LD="${LD-ld} -m elf32_sparc
"
6879 x86_64-*kfreebsd*-gnu)
6880 LD="${LD-ld} -m elf_x86_64_fbsd
"
6883 LD="${LD-ld} -m elf_x86_64
"
6886 LD="${LD-ld} -m elf64lppc
"
6889 LD="${LD-ld} -m elf64ppc
"
6891 s390*-*linux*|s390*-*tpf*)
6892 LD="${LD-ld} -m elf64_s390
"
6895 LD="${LD-ld} -m elf64_sparc
"
6905 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6906 SAVE_CFLAGS="$CFLAGS"
6907 CFLAGS="$CFLAGS -belf"
6908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6909 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6910 if ${lt_cv_cc_needs_belf+:} false; then :
6911 $as_echo_n "(cached
) " >&6
6914 ac_cpp='$CPP $CPPFLAGS'
6915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6920 /* end confdefs.h. */
6930 if ac_fn_c_try_link "$LINENO"; then :
6931 lt_cv_cc_needs_belf=yes
6933 lt_cv_cc_needs_belf=no
6935 rm -f core conftest.err conftest.$ac_objext \
6936 conftest$ac_exeext conftest.$ac_ext
6938 ac_cpp='$CPP $CPPFLAGS'
6939 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6940 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6941 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
6945 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6946 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6947 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6948 CFLAGS="$SAVE_CFLAGS"
6952 # Find out which ABI we are using.
6953 echo 'int i;' > conftest.$ac_ext
6954 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6955 (eval $ac_compile) 2>&5
6957 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6958 test $ac_status = 0; }; then
6959 case `/usr/bin/file conftest.o` in
6961 case $lt_cv_prog_gnu_ld in
6962 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
6964 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6976 need_locks="$enable_libtool_lock"
6980 rhapsody* | darwin*)
6981 if test -n "$ac_tool_prefix"; then
6982 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
6983 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6985 $as_echo_n "checking
for $ac_word...
" >&6; }
6986 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6987 $as_echo_n "(cached
) " >&6
6989 if test -n "$DSYMUTIL"; then
6990 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6996 test -z "$as_dir" && as_dir=.
6997 for ac_exec_ext in '' $ac_executable_extensions; do
6998 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6999 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7000 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7009 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7010 if test -n "$DSYMUTIL"; then
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7012 $as_echo "$DSYMUTIL" >&6; }
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7015 $as_echo "no
" >&6; }
7020 if test -z "$ac_cv_prog_DSYMUTIL"; then
7021 ac_ct_DSYMUTIL=$DSYMUTIL
7022 # Extract the first word of "dsymutil
", so it can be a program name with args.
7023 set dummy dsymutil; ac_word=$2
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7025 $as_echo_n "checking
for $ac_word...
" >&6; }
7026 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7027 $as_echo_n "(cached
) " >&6
7029 if test -n "$ac_ct_DSYMUTIL"; then
7030 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7036 test -z "$as_dir" && as_dir=.
7037 for ac_exec_ext in '' $ac_executable_extensions; do
7038 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7039 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7040 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7049 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7050 if test -n "$ac_ct_DSYMUTIL"; then
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7052 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7055 $as_echo "no
" >&6; }
7058 if test "x
$ac_ct_DSYMUTIL" = x; then
7061 case $cross_compiling:$ac_tool_warned in
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7064 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7065 ac_tool_warned=yes ;;
7067 DSYMUTIL=$ac_ct_DSYMUTIL
7070 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7073 if test -n "$ac_tool_prefix"; then
7074 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7075 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7077 $as_echo_n "checking
for $ac_word...
" >&6; }
7078 if ${ac_cv_prog_NMEDIT+:} false; then :
7079 $as_echo_n "(cached
) " >&6
7081 if test -n "$NMEDIT"; then
7082 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7088 test -z "$as_dir" && as_dir=.
7089 for ac_exec_ext in '' $ac_executable_extensions; do
7090 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7091 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7092 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7101 NMEDIT=$ac_cv_prog_NMEDIT
7102 if test -n "$NMEDIT"; then
7103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7104 $as_echo "$NMEDIT" >&6; }
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7107 $as_echo "no
" >&6; }
7112 if test -z "$ac_cv_prog_NMEDIT"; then
7113 ac_ct_NMEDIT=$NMEDIT
7114 # Extract the first word of "nmedit
", so it can be a program name with args.
7115 set dummy nmedit; ac_word=$2
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7117 $as_echo_n "checking
for $ac_word...
" >&6; }
7118 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7119 $as_echo_n "(cached
) " >&6
7121 if test -n "$ac_ct_NMEDIT"; then
7122 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7128 test -z "$as_dir" && as_dir=.
7129 for ac_exec_ext in '' $ac_executable_extensions; do
7130 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7131 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7132 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7141 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7142 if test -n "$ac_ct_NMEDIT"; then
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7144 $as_echo "$ac_ct_NMEDIT" >&6; }
7146 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7147 $as_echo "no
" >&6; }
7150 if test "x
$ac_ct_NMEDIT" = x; then
7153 case $cross_compiling:$ac_tool_warned in
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7156 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7157 ac_tool_warned=yes ;;
7159 NMEDIT=$ac_ct_NMEDIT
7162 NMEDIT="$ac_cv_prog_NMEDIT"
7165 if test -n "$ac_tool_prefix"; then
7166 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7167 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7169 $as_echo_n "checking
for $ac_word...
" >&6; }
7170 if ${ac_cv_prog_LIPO+:} false; then :
7171 $as_echo_n "(cached
) " >&6
7173 if test -n "$LIPO"; then
7174 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7180 test -z "$as_dir" && as_dir=.
7181 for ac_exec_ext in '' $ac_executable_extensions; do
7182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7183 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7184 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7193 LIPO=$ac_cv_prog_LIPO
7194 if test -n "$LIPO"; then
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7196 $as_echo "$LIPO" >&6; }
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7199 $as_echo "no
" >&6; }
7204 if test -z "$ac_cv_prog_LIPO"; then
7206 # Extract the first word of "lipo
", so it can be a program name with args.
7207 set dummy lipo; ac_word=$2
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7209 $as_echo_n "checking
for $ac_word...
" >&6; }
7210 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7211 $as_echo_n "(cached
) " >&6
7213 if test -n "$ac_ct_LIPO"; then
7214 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7220 test -z "$as_dir" && as_dir=.
7221 for ac_exec_ext in '' $ac_executable_extensions; do
7222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7223 ac_cv_prog_ac_ct_LIPO="lipo
"
7224 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7233 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7234 if test -n "$ac_ct_LIPO"; then
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7236 $as_echo "$ac_ct_LIPO" >&6; }
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7239 $as_echo "no
" >&6; }
7242 if test "x
$ac_ct_LIPO" = x; then
7245 case $cross_compiling:$ac_tool_warned in
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7248 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7249 ac_tool_warned=yes ;;
7254 LIPO="$ac_cv_prog_LIPO"
7257 if test -n "$ac_tool_prefix"; then
7258 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7259 set dummy ${ac_tool_prefix}otool; ac_word=$2
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7261 $as_echo_n "checking
for $ac_word...
" >&6; }
7262 if ${ac_cv_prog_OTOOL+:} false; then :
7263 $as_echo_n "(cached
) " >&6
7265 if test -n "$OTOOL"; then
7266 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7272 test -z "$as_dir" && as_dir=.
7273 for ac_exec_ext in '' $ac_executable_extensions; do
7274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7275 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7276 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7285 OTOOL=$ac_cv_prog_OTOOL
7286 if test -n "$OTOOL"; then
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7288 $as_echo "$OTOOL" >&6; }
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7291 $as_echo "no
" >&6; }
7296 if test -z "$ac_cv_prog_OTOOL"; then
7298 # Extract the first word of "otool
", so it can be a program name with args.
7299 set dummy otool; ac_word=$2
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7301 $as_echo_n "checking
for $ac_word...
" >&6; }
7302 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7303 $as_echo_n "(cached
) " >&6
7305 if test -n "$ac_ct_OTOOL"; then
7306 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7312 test -z "$as_dir" && as_dir=.
7313 for ac_exec_ext in '' $ac_executable_extensions; do
7314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7315 ac_cv_prog_ac_ct_OTOOL="otool
"
7316 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7325 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7326 if test -n "$ac_ct_OTOOL"; then
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7328 $as_echo "$ac_ct_OTOOL" >&6; }
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7331 $as_echo "no
" >&6; }
7334 if test "x
$ac_ct_OTOOL" = x; then
7337 case $cross_compiling:$ac_tool_warned in
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7340 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7341 ac_tool_warned=yes ;;
7346 OTOOL="$ac_cv_prog_OTOOL"
7349 if test -n "$ac_tool_prefix"; then
7350 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7351 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7353 $as_echo_n "checking
for $ac_word...
" >&6; }
7354 if ${ac_cv_prog_OTOOL64+:} false; then :
7355 $as_echo_n "(cached
) " >&6
7357 if test -n "$OTOOL64"; then
7358 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7364 test -z "$as_dir" && as_dir=.
7365 for ac_exec_ext in '' $ac_executable_extensions; do
7366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7367 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7368 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7377 OTOOL64=$ac_cv_prog_OTOOL64
7378 if test -n "$OTOOL64"; then
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7380 $as_echo "$OTOOL64" >&6; }
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7383 $as_echo "no
" >&6; }
7388 if test -z "$ac_cv_prog_OTOOL64"; then
7389 ac_ct_OTOOL64=$OTOOL64
7390 # Extract the first word of "otool64
", so it can be a program name with args.
7391 set dummy otool64; ac_word=$2
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7393 $as_echo_n "checking
for $ac_word...
" >&6; }
7394 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7395 $as_echo_n "(cached
) " >&6
7397 if test -n "$ac_ct_OTOOL64"; then
7398 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7404 test -z "$as_dir" && as_dir=.
7405 for ac_exec_ext in '' $ac_executable_extensions; do
7406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7407 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7408 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7417 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7418 if test -n "$ac_ct_OTOOL64"; then
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7420 $as_echo "$ac_ct_OTOOL64" >&6; }
7422 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7423 $as_echo "no
" >&6; }
7426 if test "x
$ac_ct_OTOOL64" = x; then
7429 case $cross_compiling:$ac_tool_warned in
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7432 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7433 ac_tool_warned=yes ;;
7435 OTOOL64=$ac_ct_OTOOL64
7438 OTOOL64="$ac_cv_prog_OTOOL64"
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7468 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7469 if ${lt_cv_apple_cc_single_mod+:} false; then :
7470 $as_echo_n "(cached
) " >&6
7472 lt_cv_apple_cc_single_mod=no
7473 if test -z "${LT_MULTI_MODULE}"; then
7474 # By default we will add the -single_module flag. You can override
7475 # by either setting the environment variable LT_MULTI_MODULE
7476 # non-empty at configure time, or by adding -multi_module to the
7478 rm -rf libconftest.dylib*
7479 echo "int foo
(void
){return 1;}" > conftest.c
7480 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7481 -dynamiclib -Wl,-single_module conftest.c
" >&5
7482 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7483 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7485 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7486 lt_cv_apple_cc_single_mod=yes
7488 cat conftest.err >&5
7490 rm -rf libconftest.dylib*
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7495 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7497 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7498 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7499 $as_echo_n "(cached
) " >&6
7501 lt_cv_ld_exported_symbols_list=no
7502 save_LDFLAGS=$LDFLAGS
7503 echo "_main
" > conftest.sym
7504 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7506 /* end confdefs.h. */
7516 if ac_fn_c_try_link "$LINENO"; then :
7517 lt_cv_ld_exported_symbols_list=yes
7519 lt_cv_ld_exported_symbols_list=no
7521 rm -f core conftest.err conftest.$ac_objext \
7522 conftest$ac_exeext conftest.$ac_ext
7523 LDFLAGS="$save_LDFLAGS"
7526 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7527 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7529 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7530 if ${lt_cv_ld_force_load+:} false; then :
7531 $as_echo_n "(cached
) " >&6
7533 lt_cv_ld_force_load=no
7534 cat > conftest.c << _LT_EOF
7535 int forced_loaded() { return 2;}
7537 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7538 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7539 echo "$AR cru libconftest.a conftest.o
" >&5
7540 $AR cru libconftest.a conftest.o 2>&5
7541 cat > conftest.c << _LT_EOF
7542 int main() { return 0;}
7544 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7545 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7547 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7548 lt_cv_ld_force_load=yes
7550 cat conftest.err >&5
7552 rm -f conftest.err libconftest.a conftest conftest.c
7553 rm -rf conftest.dSYM
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7557 $as_echo "$lt_cv_ld_force_load" >&6; }
7559 rhapsody* | darwin1.[012])
7560 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7562 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7563 darwin*) # darwin 5.x on
7564 # if running on 10.5 or later, the deployment target defaults
7565 # to the OS version, if on x86, and 10.4, the deployment
7566 # target defaults to 10.4. Don't you love it?
7567 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7568 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7569 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7571 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7573 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7577 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7578 _lt_dar_single_mod='$single_module'
7580 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7581 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7583 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7585 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7586 _lt_dsymutil='~$DSYMUTIL $lib || :'
7593 for ac_header in dlfcn.h
7595 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7597 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7598 cat >>confdefs.h <<_ACEOF
7599 #define HAVE_DLFCN_H 1
7621 # Check whether --enable-static was given.
7622 if test "${enable_static+set}" = set; then :
7623 enableval=$enable_static; p=${PACKAGE-default}
7625 yes) enable_static=yes ;;
7626 no) enable_static=no ;;
7629 # Look at the argument we got. We use all the common list separators.
7630 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7631 for pkg in $enableval; do
7633 if test "X
$pkg" = "X
$p"; then
7653 # Check whether --with-pic was given.
7654 if test "${with_pic+set}" = set; then :
7655 withval=$with_pic; pic_mode="$withval"
7661 test -z "$pic_mode" && pic_mode=default
7669 # Check whether --enable-fast-install was given.
7670 if test "${enable_fast_install+set}" = set; then :
7671 enableval=$enable_fast_install; p=${PACKAGE-default}
7673 yes) enable_fast_install=yes ;;
7674 no) enable_fast_install=no ;;
7676 enable_fast_install=no
7677 # Look at the argument we got. We use all the common list separators.
7678 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7679 for pkg in $enableval; do
7681 if test "X
$pkg" = "X
$p"; then
7682 enable_fast_install=yes
7689 enable_fast_install=yes
7702 # This can be used to rebuild libtool when needed
7703 LIBTOOL_DEPS="$ltmain"
7705 # Always use our own libtool.
7706 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7733 test -z "$LN_S" && LN_S="ln -s"
7748 if test -n "${ZSH_VERSION+set}" ; then
7749 setopt NO_GLOB_SUBST
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7753 $as_echo_n "checking
for objdir...
" >&6; }
7754 if ${lt_cv_objdir+:} false; then :
7755 $as_echo_n "(cached
) " >&6
7757 rm -f .libs 2>/dev/null
7758 mkdir .libs 2>/dev/null
7759 if test -d .libs; then
7762 # MS-DOS does not allow filenames that begin with a dot.
7765 rmdir .libs 2>/dev/null
7767 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7768 $as_echo "$lt_cv_objdir" >&6; }
7769 objdir=$lt_cv_objdir
7775 cat >>confdefs.h <<_ACEOF
7776 #define LT_OBJDIR "$lt_cv_objdir/"
7784 # AIX sometimes has problems with the GCC collect2 program. For some
7785 # reason, if we set the COLLECT_NAMES environment variable, the problems
7786 # vanish in a puff of smoke.
7787 if test "X
${COLLECT_NAMES+set}" != Xset; then
7789 export COLLECT_NAMES
7796 can_build_shared=yes
7798 # All known linkers require a `.a' archive for static linking (except MSVC,
7799 # which needs '.lib').
7802 with_gnu_ld="$lt_cv_prog_gnu_ld"
7805 old_CFLAGS="$CFLAGS"
7807 # Set sane defaults for various variables
7808 test -z "$CC" && CC=cc
7809 test -z "$LTCC" && LTCC=$CC
7810 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7811 test -z "$LD" && LD=ld
7812 test -z "$ac_objext" && ac_objext=o
7814 for cc_temp in $compiler""; do
7816 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7817 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7822 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7825 # Only perform the check for file, if the check method requires it
7826 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7827 case $deplibs_check_method in
7829 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7831 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7832 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7833 $as_echo_n "(cached
) " >&6
7837 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7840 lt_save_MAGIC_CMD="$MAGIC_CMD"
7841 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7842 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7843 for ac_dir in $ac_dummy; do
7845 test -z "$ac_dir" && ac_dir=.
7846 if test -f $ac_dir/${ac_tool_prefix}file; then
7847 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7848 if test -n "$file_magic_test_file"; then
7849 case $deplibs_check_method in
7851 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7852 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7853 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7854 $EGREP "$file_magic_regex" > /dev/null; then
7859 *** Warning: the command libtool uses to detect shared libraries,
7860 *** $file_magic_cmd, produces output that libtool cannot recognize.
7861 *** The result is that libtool may fail to recognize shared libraries
7862 *** as such. This will affect the creation of libtool libraries that
7863 *** depend on shared libraries, but programs linked with such libtool
7864 *** libraries will work regardless of this problem. Nevertheless, you
7865 *** may want to report the problem to your system manager and/or to
7866 *** bug-libtool@gnu.org
7876 MAGIC_CMD="$lt_save_MAGIC_CMD"
7881 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7882 if test -n "$MAGIC_CMD"; then
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7884 $as_echo "$MAGIC_CMD" >&6; }
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7887 $as_echo "no
" >&6; }
7894 if test -z "$lt_cv_path_MAGIC_CMD"; then
7895 if test -n "$ac_tool_prefix"; then
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7897 $as_echo_n "checking
for file...
" >&6; }
7898 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7899 $as_echo_n "(cached
) " >&6
7903 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7906 lt_save_MAGIC_CMD="$MAGIC_CMD"
7907 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7908 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7909 for ac_dir in $ac_dummy; do
7911 test -z "$ac_dir" && ac_dir=.
7912 if test -f $ac_dir/file; then
7913 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7914 if test -n "$file_magic_test_file"; then
7915 case $deplibs_check_method in
7917 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7918 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7919 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7920 $EGREP "$file_magic_regex" > /dev/null; then
7925 *** Warning: the command libtool uses to detect shared libraries,
7926 *** $file_magic_cmd, produces output that libtool cannot recognize.
7927 *** The result is that libtool may fail to recognize shared libraries
7928 *** as such. This will affect the creation of libtool libraries that
7929 *** depend on shared libraries, but programs linked with such libtool
7930 *** libraries will work regardless of this problem. Nevertheless, you
7931 *** may want to report the problem to your system manager and/or to
7932 *** bug-libtool@gnu.org
7942 MAGIC_CMD="$lt_save_MAGIC_CMD"
7947 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7948 if test -n "$MAGIC_CMD"; then
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7950 $as_echo "$MAGIC_CMD" >&6; }
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7953 $as_echo "no
" >&6; }
7966 # Use C for the default configuration in the libtool script
7970 ac_cpp='$CPP $CPPFLAGS'
7971 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7972 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7973 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7976 # Source file extension for C test sources.
7979 # Object file extension for compiled C test sources.
7983 # Code to be used in simple compile tests
7984 lt_simple_compile_test_code="int some_variable
= 0;"
7986 # Code to be used in simple link tests
7987 lt_simple_link_test_code='int main(){return(0);}'
7995 # If no C compiler was specified, use CC.
7998 # If no C compiler flags were specified, use CFLAGS.
7999 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8001 # Allow CC to be a program name with arguments.
8004 # Save the default compiler, since it gets overwritten when the other
8005 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8006 compiler_DEFAULT=$CC
8008 # save warnings/boilerplate of simple test code
8009 ac_outfile=conftest.$ac_objext
8010 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8011 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8012 _lt_compiler_boilerplate=`cat conftest.err`
8015 ac_outfile=conftest.$ac_objext
8016 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8017 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8018 _lt_linker_boilerplate=`cat conftest.err`
8023 ## There is no encapsulation within the following macros, do not change
8024 ## the running order or otherwise move them around unless you know exactly
8025 ## what you are doing...
8026 if test -n "$compiler"; then
8028 lt_prog_compiler_no_builtin_flag=
8030 if test "$GCC" = yes; then
8031 case $cc_basename in
8033 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8035 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8039 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8040 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8041 $as_echo_n "(cached
) " >&6
8043 lt_cv_prog_compiler_rtti_exceptions=no
8044 ac_outfile=conftest.$ac_objext
8045 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8046 lt_compiler_flag="-fno-rtti -fno-exceptions"
8047 # Insert the option either (1) after the last *FLAGS variable, or
8048 # (2) before a word containing "conftest.
", or (3) at the end.
8049 # Note that $ac_compile itself does not contain backslashes and begins
8050 # with a dollar sign (not a hyphen), so the echo should work correctly.
8051 # The option is referenced via a variable to avoid confusing sed.
8052 lt_compile=`echo "$ac_compile" | $SED \
8053 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8054 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8055 -e 's:$: $lt_compiler_flag:'`
8056 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8057 (eval "$lt_compile" 2>conftest.err)
8059 cat conftest.err >&5
8060 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8061 if (exit $ac_status) && test -s "$ac_outfile"; then
8062 # The compiler can only warn and ignore the option if not recognized
8063 # So say no if there are warnings other than the usual output.
8064 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8065 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8066 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8067 lt_cv_prog_compiler_rtti_exceptions=yes
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8074 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8076 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8077 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8089 lt_prog_compiler_wl=
8090 lt_prog_compiler_pic=
8091 lt_prog_compiler_static=
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8094 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8096 if test "$GCC" = yes; then
8097 lt_prog_compiler_wl='-Wl,'
8098 lt_prog_compiler_static='-static'
8102 # All AIX code is PIC.
8103 if test "$host_cpu" = ia64; then
8104 # AIX 5 now supports IA64 processor
8105 lt_prog_compiler_static='-Bstatic'
8107 lt_prog_compiler_pic='-fPIC'
8113 # see comment about AmigaOS4 .so support
8114 lt_prog_compiler_pic='-fPIC'
8117 # FIXME: we need at least 68020 code to build shared libraries, but
8118 # adding the `-m68020' flag to GCC prevents building anything better,
8120 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8125 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8126 # PIC is the default for these OSes.
8129 mingw* | cygwin* | pw32* | os2* | cegcc*)
8130 # This hack is so that the source file can tell whether it is being
8131 # built for inclusion in a dll (and should export symbols for example).
8132 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8133 # (--disable-auto-import) libraries
8134 lt_prog_compiler_pic='-DDLL_EXPORT'
8137 darwin* | rhapsody*)
8138 # PIC is the default on this platform
8139 # Common symbols not allowed in MH_DYLIB files
8140 lt_prog_compiler_pic='-fno-common'
8144 # PIC is the default for Haiku.
8145 # The "-static" flag exists, but is broken.
8146 lt_prog_compiler_static=
8150 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8151 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8152 # sets the default TLS model and affects inlining.
8158 lt_prog_compiler_pic='-fPIC'
8164 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8165 # Instead, we relocate shared libraries at runtime.
8169 # Just because we use GCC doesn't mean we suddenly get shared libraries
8170 # on systems that don't support them.
8171 lt_prog_compiler_can_build_shared=no
8176 # QNX uses GNU C++, but need to define -shared option too, otherwise
8178 lt_prog_compiler_pic='-fPIC -shared'
8182 if test -d /usr/nec; then
8183 lt_prog_compiler_pic=-Kconform_pic
8188 lt_prog_compiler_pic='-fPIC'
8192 case $cc_basename in
8193 nvcc*) # Cuda Compiler Driver 2.2
8194 lt_prog_compiler_wl='-Xlinker '
8195 lt_prog_compiler_pic='-Xcompiler -fPIC'
8199 # PORTME Check for flag to pass linker flags through the system compiler.
8202 lt_prog_compiler_wl='-Wl,'
8203 if test "$host_cpu" = ia64; then
8204 # AIX 5 now supports IA64 processor
8205 lt_prog_compiler_static='-Bstatic'
8207 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8211 mingw* | cygwin* | pw32* | os2* | cegcc*)
8212 # This hack is so that the source file can tell whether it is being
8213 # built for inclusion in a dll (and should export symbols for example).
8214 lt_prog_compiler_pic='-DDLL_EXPORT'
8217 hpux9* | hpux10* | hpux11*)
8218 lt_prog_compiler_wl='-Wl,'
8219 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8226 lt_prog_compiler_pic='+Z'
8229 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8230 lt_prog_compiler_static='${wl}-a ${wl}archive'
8233 irix5* | irix6* | nonstopux*)
8234 lt_prog_compiler_wl='-Wl,'
8235 # PIC (with -KPIC) is the default.
8236 lt_prog_compiler_static='-non_shared'
8239 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8240 case $cc_basename in
8241 # old Intel for x86_64 which still supported -KPIC.
8243 lt_prog_compiler_wl='-Wl,'
8244 lt_prog_compiler_pic='-KPIC'
8245 lt_prog_compiler_static='-static'
8247 # icc used to be incompatible with GCC.
8248 # ICC 10 doesn't accept -KPIC any more.
8250 lt_prog_compiler_wl='-Wl,'
8251 lt_prog_compiler_pic='-fPIC'
8252 lt_prog_compiler_static='-static'
8254 # Lahey Fortran 8.1.
8256 lt_prog_compiler_wl='-Wl,'
8257 lt_prog_compiler_pic='--shared'
8258 lt_prog_compiler_static='--static'
8260 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8261 # Portland Group compilers (*not* the Pentium gcc compiler,
8262 # which looks to be a dead project)
8263 lt_prog_compiler_wl='-Wl,'
8264 lt_prog_compiler_pic='-fpic'
8265 lt_prog_compiler_static='-Bstatic'
8268 lt_prog_compiler_wl='-Wl,'
8269 # All Alpha code is PIC.
8270 lt_prog_compiler_static='-non_shared'
8272 xl* | bgxl* | bgf* | mpixl*)
8273 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8274 lt_prog_compiler_wl='-Wl,'
8275 lt_prog_compiler_pic='-qpic'
8276 lt_prog_compiler_static='-qstaticlink'
8279 case `$CC -V 2>&1 | sed 5q` in
8280 *Sun\ F* | *Sun*Fortran*)
8281 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8282 lt_prog_compiler_pic='-KPIC'
8283 lt_prog_compiler_static='-Bstatic'
8284 lt_prog_compiler_wl=''
8288 lt_prog_compiler_pic='-KPIC'
8289 lt_prog_compiler_static='-Bstatic'
8290 lt_prog_compiler_wl='-Wl,'
8298 lt_prog_compiler_pic='-KPIC'
8299 lt_prog_compiler_static='-Bstatic'
8303 # QNX uses GNU C++, but need to define -shared option too, otherwise
8305 lt_prog_compiler_pic='-fPIC -shared'
8308 osf3* | osf4* | osf5*)
8309 lt_prog_compiler_wl='-Wl,'
8310 # All OSF/1 code is PIC.
8311 lt_prog_compiler_static='-non_shared'
8315 lt_prog_compiler_static='-non_shared'
8319 lt_prog_compiler_pic='-KPIC'
8320 lt_prog_compiler_static='-Bstatic'
8321 case $cc_basename in
8323 lt_prog_compiler_wl='-Qoption ld ';;
8325 lt_prog_compiler_wl='-Wl,';;
8330 lt_prog_compiler_wl='-Qoption ld '
8331 lt_prog_compiler_pic='-PIC'
8332 lt_prog_compiler_static='-Bstatic'
8335 sysv4 | sysv4.2uw2* | sysv4.3*)
8336 lt_prog_compiler_wl='-Wl,'
8337 lt_prog_compiler_pic='-KPIC'
8338 lt_prog_compiler_static='-Bstatic'
8342 if test -d /usr/nec ;then
8343 lt_prog_compiler_pic='-Kconform_pic'
8344 lt_prog_compiler_static='-Bstatic'
8348 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8349 lt_prog_compiler_wl='-Wl,'
8350 lt_prog_compiler_pic='-KPIC'
8351 lt_prog_compiler_static='-Bstatic'
8355 lt_prog_compiler_wl='-Wl,'
8356 lt_prog_compiler_can_build_shared=no
8360 lt_prog_compiler_pic='-pic'
8361 lt_prog_compiler_static='-Bstatic'
8365 lt_prog_compiler_can_build_shared=no
8371 # For platforms which do not support PIC, -DPIC is meaningless:
8373 lt_prog_compiler_pic=
8376 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8380 $as_echo "$lt_prog_compiler_pic" >&6; }
8388 # Check to make sure the PIC flag actually works.
8390 if test -n "$lt_prog_compiler_pic"; then
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8392 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8393 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8394 $as_echo_n "(cached
) " >&6
8396 lt_cv_prog_compiler_pic_works=no
8397 ac_outfile=conftest.$ac_objext
8398 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8399 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8400 # Insert the option either (1) after the last *FLAGS variable, or
8401 # (2) before a word containing "conftest.
", or (3) at the end.
8402 # Note that $ac_compile itself does not contain backslashes and begins
8403 # with a dollar sign (not a hyphen), so the echo should work correctly.
8404 # The option is referenced via a variable to avoid confusing sed.
8405 lt_compile=`echo "$ac_compile" | $SED \
8406 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8407 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8408 -e 's:$: $lt_compiler_flag:'`
8409 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8410 (eval "$lt_compile" 2>conftest.err)
8412 cat conftest.err >&5
8413 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8414 if (exit $ac_status) && test -s "$ac_outfile"; then
8415 # The compiler can only warn and ignore the option if not recognized
8416 # So say no if there are warnings other than the usual output.
8417 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8418 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8419 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8420 lt_cv_prog_compiler_pic_works=yes
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8427 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8429 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8430 case $lt_prog_compiler_pic in
8432 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8435 lt_prog_compiler_pic=
8436 lt_prog_compiler_can_build_shared=no
8447 # Check to make sure the static flag actually works.
8449 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8451 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8452 if ${lt_cv_prog_compiler_static_works+:} false; then :
8453 $as_echo_n "(cached
) " >&6
8455 lt_cv_prog_compiler_static_works=no
8456 save_LDFLAGS="$LDFLAGS"
8457 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8458 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8459 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8460 # The linker can only warn and ignore the option if not recognized
8461 # So say no if there are warnings
8462 if test -s conftest.err; then
8463 # Append any errors to the config.log.
8464 cat conftest.err 1>&5
8465 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8466 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8467 if diff conftest.exp conftest.er2 >/dev/null; then
8468 lt_cv_prog_compiler_static_works=yes
8471 lt_cv_prog_compiler_static_works=yes
8475 LDFLAGS="$save_LDFLAGS"
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8479 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8481 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8484 lt_prog_compiler_static=
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8494 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8495 if ${lt_cv_prog_compiler_c_o+:} false; then :
8496 $as_echo_n "(cached
) " >&6
8498 lt_cv_prog_compiler_c_o=no
8499 $RM -r conftest 2>/dev/null
8503 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8505 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8506 # Insert the option either (1) after the last *FLAGS variable, or
8507 # (2) before a word containing "conftest.
", or (3) at the end.
8508 # Note that $ac_compile itself does not contain backslashes and begins
8509 # with a dollar sign (not a hyphen), so the echo should work correctly.
8510 lt_compile=`echo "$ac_compile" | $SED \
8511 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8512 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8513 -e 's:$: $lt_compiler_flag:'`
8514 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8515 (eval "$lt_compile" 2>out/conftest.err)
8517 cat out/conftest.err >&5
8518 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8519 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8521 # The compiler can only warn and ignore the option if not recognized
8522 # So say no if there are warnings
8523 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8524 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8525 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8526 lt_cv_prog_compiler_c_o=yes
8531 # SGI C++ compiler will create directory out/ii_files/ for
8532 # template instantiation
8533 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8534 $RM out/* && rmdir out
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8541 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8549 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8550 if ${lt_cv_prog_compiler_c_o+:} false; then :
8551 $as_echo_n "(cached
) " >&6
8553 lt_cv_prog_compiler_c_o=no
8554 $RM -r conftest 2>/dev/null
8558 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8560 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8561 # Insert the option either (1) after the last *FLAGS variable, or
8562 # (2) before a word containing "conftest.
", or (3) at the end.
8563 # Note that $ac_compile itself does not contain backslashes and begins
8564 # with a dollar sign (not a hyphen), so the echo should work correctly.
8565 lt_compile=`echo "$ac_compile" | $SED \
8566 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8567 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8568 -e 's:$: $lt_compiler_flag:'`
8569 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8570 (eval "$lt_compile" 2>out/conftest.err)
8572 cat out/conftest.err >&5
8573 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8574 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8576 # The compiler can only warn and ignore the option if not recognized
8577 # So say no if there are warnings
8578 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8579 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8580 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8581 lt_cv_prog_compiler_c_o=yes
8586 # SGI C++ compiler will create directory out/ii_files/ for
8587 # template instantiation
8588 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8589 $RM out/* && rmdir out
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8596 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8601 hard_links="nottested
"
8602 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8603 # do not overwrite the value of need_locks provided by the user
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8605 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8608 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8610 ln conftest.a conftest.b 2>&5 || hard_links=no
8611 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8613 $as_echo "$hard_links" >&6; }
8614 if test "$hard_links" = no; then
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8616 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8629 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8632 allow_undefined_flag=
8633 always_export_symbols=no
8635 archive_expsym_cmds=
8636 compiler_needs_object=no
8637 enable_shared_with_static_runtimes=no
8638 export_dynamic_flag_spec=
8639 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8640 hardcode_automatic=no
8642 hardcode_direct_absolute=no
8643 hardcode_libdir_flag_spec=
8644 hardcode_libdir_flag_spec_ld=
8645 hardcode_libdir_separator=
8647 hardcode_shlibpath_var=unsupported
8649 link_all_deplibs=unknown
8652 old_archive_from_new_cmds=
8653 old_archive_from_expsyms_cmds=
8654 thread_safe_flag_spec=
8655 whole_archive_flag_spec=
8656 # include_expsyms should be a list of space-separated symbols to be *always*
8657 # included in the symbol list
8659 # exclude_expsyms can be an extended regexp of symbols to exclude
8660 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8661 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8662 # as well as any symbol that contains `d'.
8663 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8664 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8665 # platforms (ab)use it in PIC code, but their linkers get confused if
8666 # the symbol is explicitly referenced. Since portable code cannot
8667 # rely on this symbol name, it's probably fine to never include it in
8668 # preloaded symbol tables.
8669 # Exclude shared library initialization/finalization symbols.
8670 extract_expsyms_cmds=
8673 cygwin* | mingw* | pw32* | cegcc*)
8674 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8675 # When not using gcc, we currently assume that we are using
8676 # Microsoft Visual C++.
8677 if test "$GCC" != yes; then
8682 # we just hope/assume this is gcc and not c89 (= MSVC++)
8692 # On some targets, GNU ld is compatible enough with the native linker
8693 # that we're better off using the native interface for both.
8694 lt_use_gnu_ld_interface=no
8695 if test "$with_gnu_ld" = yes; then
8698 # The AIX port of GNU ld has always aspired to compatibility
8699 # with the native linker. However, as the warning in the GNU ld
8700 # block says, versions before 2.19.5* couldn't really create working
8701 # shared libraries, regardless of the interface used.
8702 case `$LD -v 2>&1` in
8703 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8704 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8705 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8707 lt_use_gnu_ld_interface=yes
8712 lt_use_gnu_ld_interface=yes
8717 if test "$lt_use_gnu_ld_interface" = yes; then
8718 # If archive_cmds runs LD, not CC, wlarc should be empty
8721 # Set some defaults for GNU ld with shared library support. These
8722 # are reset later if shared libraries are not supported. Putting them
8723 # here allows them to be overridden if necessary.
8724 runpath_var=LD_RUN_PATH
8725 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8726 export_dynamic_flag_spec='${wl}--export-dynamic'
8727 # ancient GNU ld didn't support --whole-archive et. al.
8728 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8729 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8731 whole_archive_flag_spec=
8733 supports_anon_versioning=no
8734 case `$LD -v 2>&1` in
8735 *GNU\ gold*) supports_anon_versioning=yes ;;
8736 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8737 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8738 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8739 *\ 2.11.*) ;; # other 2.11 versions
8740 *) supports_anon_versioning=yes ;;
8743 # See if GNU ld supports shared libraries.
8746 # On AIX/PPC, the GNU linker is very broken
8747 if test "$host_cpu" != ia64; then
8751 *** Warning: the GNU linker, at least up to release 2.19, is reported
8752 *** to be unable to reliably create shared libraries on AIX.
8753 *** Therefore, libtool is disabling shared libraries support. If you
8754 *** really care for shared libraries, you may want to install binutils
8755 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8756 *** You will then need to restart the configuration process.
8765 # see comment about AmigaOS4 .so support
8766 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8767 archive_expsym_cmds=''
8770 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)'
8771 hardcode_libdir_flag_spec
='-L$libdir'
8772 hardcode_minus_L
=yes
8778 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8779 allow_undefined_flag
=unsupported
8780 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8781 # support --undefined. This deserves some investigation. FIXME
8782 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8788 cygwin
* | mingw
* | pw32
* | cegcc
*)
8789 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8790 # as there is no search path for DLLs.
8791 hardcode_libdir_flag_spec
='-L$libdir'
8792 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8793 allow_undefined_flag
=unsupported
8794 always_export_symbols
=no
8795 enable_shared_with_static_runtimes
=yes
8796 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8798 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8799 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8800 # If the export-symbols file already is a .def file (1st line
8801 # is EXPORTS), use it as is; otherwise, prepend...
8802 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8803 cp $export_symbols $output_objdir/$soname.def;
8805 echo EXPORTS > $output_objdir/$soname.def;
8806 cat $export_symbols >> $output_objdir/$soname.def;
8808 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8815 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8816 link_all_deplibs
=yes
8821 hardcode_shlibpath_var
=no
8822 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8823 export_dynamic_flag_spec
='${wl}-E'
8824 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8825 # Instead, shared libraries are loaded at an image base (0x10000000 by
8826 # default) and relocated if they conflict, which is a slow very memory
8827 # consuming and fragmenting process. To avoid this, we pick a random,
8828 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8829 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8830 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8831 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'
8834 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8836 if test "$host_os" = linux-dietlibc
; then
8837 case $cc_basename in
8838 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8841 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8842 && test "$tmp_diet" = no
8844 tmp_addflag
=' $pic_flag'
8845 tmp_sharedflag
='-shared'
8846 case $cc_basename,$host_cpu in
8847 pgcc
*) # Portland Group C compiler
8848 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'
8849 tmp_addflag
=' $pic_flag'
8851 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8852 # Portland Group f77 and f90 compilers
8853 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'
8854 tmp_addflag
=' $pic_flag -Mnomain' ;;
8855 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8856 tmp_addflag
=' -i_dynamic' ;;
8857 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8858 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8859 ifc
* | ifort
*) # Intel Fortran compiler
8860 tmp_addflag
=' -nofor_main' ;;
8861 lf95
*) # Lahey Fortran 8.1
8862 whole_archive_flag_spec
=
8863 tmp_sharedflag
='--shared' ;;
8864 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8865 tmp_sharedflag
='-qmkshrobj'
8867 nvcc
*) # Cuda Compiler Driver 2.2
8868 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'
8869 compiler_needs_object
=yes
8872 case `$CC -V 2>&1 | sed 5q` in
8873 *Sun\ C
*) # Sun C 5.9
8874 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'
8875 compiler_needs_object
=yes
8876 tmp_sharedflag
='-G' ;;
8877 *Sun\ F
*) # Sun Fortran 8.3
8878 tmp_sharedflag
='-G' ;;
8880 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8882 if test "x$supports_anon_versioning" = xyes
; then
8883 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8884 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8885 echo "local: *; };" >> $output_objdir/$libname.ver~
8886 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8889 case $cc_basename in
8890 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8891 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8892 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8893 hardcode_libdir_flag_spec
=
8894 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8895 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8896 if test "x$supports_anon_versioning" = xyes
; then
8897 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8898 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8899 echo "local: *; };" >> $output_objdir/$libname.ver~
8900 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8910 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8911 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8914 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8915 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8920 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8924 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8925 *** create shared libraries on Solaris systems. Therefore, libtool
8926 *** is disabling shared libraries support. We urge you to upgrade GNU
8927 *** binutils to release 2.9.1 or newer. Another option is to modify
8928 *** your PATH or compiler configuration so that the native linker is
8929 *** used, and then restart.
8932 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8933 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8934 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8940 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8941 case `$LD -v 2>&1` in
8942 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8946 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8947 *** reliably create shared libraries on SCO systems. Therefore, libtool
8948 *** is disabling shared libraries support. We urge you to upgrade GNU
8949 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8950 *** your PATH or compiler configuration so that the native linker is
8951 *** used, and then restart.
8956 # For security reasons, it is highly recommended that you always
8957 # use absolute paths for naming shared libraries, and exclude the
8958 # DT_RUNPATH tag from executables and libraries. But doing so
8959 # requires that you compile everything twice, which is a pain.
8960 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8961 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8962 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8963 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8972 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8975 hardcode_shlibpath_var
=no
8979 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8980 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8981 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8988 if test "$ld_shlibs" = no
; then
8990 hardcode_libdir_flag_spec
=
8991 export_dynamic_flag_spec
=
8992 whole_archive_flag_spec
=
8995 # PORTME fill in a description of your system's linker (not GNU ld)
8998 allow_undefined_flag
=unsupported
8999 always_export_symbols
=yes
9000 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'
9001 # Note: this linker hardcodes the directories in LIBPATH if there
9002 # are no directories specified by -L.
9003 hardcode_minus_L
=yes
9004 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9005 # Neither direct hardcoding nor static linking is supported with a
9007 hardcode_direct
=unsupported
9012 if test "$host_cpu" = ia64
; then
9013 # On IA64, the linker does run time linking by default, so we don't
9014 # have to do anything special.
9015 aix_use_runtimelinking
=no
9016 exp_sym_flag
='-Bexport'
9019 # If we're using GNU nm, then we don't want the "-C" option.
9020 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9021 # Also, AIX nm treats weak defined symbols like other global
9022 # defined symbols, whereas GNU nm marks them as "W".
9023 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9024 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'
9026 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'
9028 aix_use_runtimelinking
=no
9030 # Test if we are trying to use run time linking or normal
9031 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9032 # need to do runtime linking.
9033 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9034 for ld_flag
in $LDFLAGS; do
9035 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9036 aix_use_runtimelinking
=yes
9043 exp_sym_flag
='-bexport'
9044 no_entry_flag
='-bnoentry'
9047 # When large executables or shared objects are built, AIX ld can
9048 # have problems creating the table of contents. If linking a library
9049 # or program results in "error TOC overflow" add -mminimal-toc to
9050 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9051 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9055 hardcode_direct_absolute
=yes
9056 hardcode_libdir_separator
=':'
9057 link_all_deplibs
=yes
9058 file_list_spec
='${wl}-f,'
9060 if test "$GCC" = yes; then
9061 case $host_os in aix4.
[012]|aix4.
[012].
*)
9062 # We only want to do this on AIX 4.2 and lower, the check
9063 # below for broken collect2 doesn't work under 4.3+
9064 collect2name
=`${CC} -print-prog-name=collect2`
9065 if test -f "$collect2name" &&
9066 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9068 # We have reworked collect2
9071 # We have old collect2
9072 hardcode_direct
=unsupported
9073 # It fails to find uninstalled libraries when the uninstalled
9074 # path is not listed in the libpath. Setting hardcode_minus_L
9075 # to unsupported forces relinking
9076 hardcode_minus_L
=yes
9077 hardcode_libdir_flag_spec
='-L$libdir'
9078 hardcode_libdir_separator
=
9082 shared_flag
='-shared'
9083 if test "$aix_use_runtimelinking" = yes; then
9084 shared_flag
="$shared_flag "'${wl}-G'
9088 if test "$host_cpu" = ia64
; then
9089 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9090 # chokes on -Wl,-G. The following line is correct:
9093 if test "$aix_use_runtimelinking" = yes; then
9094 shared_flag
='${wl}-G'
9096 shared_flag
='${wl}-bM:SRE'
9101 export_dynamic_flag_spec
='${wl}-bexpall'
9102 # It seems that -bexpall does not export symbols beginning with
9103 # underscore (_), so it is better to generate a list of symbols to export.
9104 always_export_symbols
=yes
9105 if test "$aix_use_runtimelinking" = yes; then
9106 # Warning - without using the other runtime loading flags (-brtl),
9107 # -berok will link without error, but may produce a broken library.
9108 allow_undefined_flag
='-berok'
9109 # Determine the default libpath from the value encoded in an
9111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9112 /* end confdefs.h. */
9122 if ac_fn_c_try_link
"$LINENO"; then :
9124 lt_aix_libpath_sed
='
9125 /Import File Strings/,/^$/ {
9131 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9132 # Check for a 64-bit object if we didn't find anything.
9133 if test -z "$aix_libpath"; then
9134 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9137 rm -f core conftest.err conftest.
$ac_objext \
9138 conftest
$ac_exeext conftest.
$ac_ext
9139 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9141 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9142 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"
9144 if test "$host_cpu" = ia64
; then
9145 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9146 allow_undefined_flag
="-z nodefs"
9147 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"
9149 # Determine the default libpath from the value encoded in an
9151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9152 /* end confdefs.h. */
9162 if ac_fn_c_try_link
"$LINENO"; then :
9164 lt_aix_libpath_sed
='
9165 /Import File Strings/,/^$/ {
9171 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9172 # Check for a 64-bit object if we didn't find anything.
9173 if test -z "$aix_libpath"; then
9174 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9177 rm -f core conftest.err conftest.
$ac_objext \
9178 conftest
$ac_exeext conftest.
$ac_ext
9179 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9181 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9182 # Warning - without using the other run time loading flags,
9183 # -berok will link without error, but may produce a broken library.
9184 no_undefined_flag
=' ${wl}-bernotok'
9185 allow_undefined_flag
=' ${wl}-berok'
9186 if test "$with_gnu_ld" = yes; then
9187 # We only use this code for GNU lds that support --whole-archive.
9188 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9190 # Exported symbols can be pulled into shared objects from archives
9191 whole_archive_flag_spec
='$convenience'
9193 archive_cmds_need_lc
=yes
9194 # This is similar to how AIX traditionally builds its shared libraries.
9195 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'
9203 # see comment about AmigaOS4 .so support
9204 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9205 archive_expsym_cmds
=''
9208 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)'
9209 hardcode_libdir_flag_spec
='-L$libdir'
9210 hardcode_minus_L
=yes
9216 export_dynamic_flag_spec
=-rdynamic
9219 cygwin
* | mingw
* | pw32
* | cegcc
*)
9220 # When not using gcc, we currently assume that we are using
9221 # Microsoft Visual C++.
9222 # hardcode_libdir_flag_spec is actually meaningless, as there is
9223 # no search path for DLLs.
9224 hardcode_libdir_flag_spec
=' '
9225 allow_undefined_flag
=unsupported
9226 # Tell ltmain to make .lib files, not .a files.
9228 # Tell ltmain to make .dll files, not .so files.
9230 # FIXME: Setting linknames here is a bad hack.
9231 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9232 # The linker will automatically build a .lib file if we build a DLL.
9233 old_archive_from_new_cmds
='true'
9234 # FIXME: Should let the user specify the lib program.
9235 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9236 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9237 enable_shared_with_static_runtimes
=yes
9240 darwin
* | rhapsody
*)
9243 archive_cmds_need_lc
=no
9245 hardcode_automatic
=yes
9246 hardcode_shlibpath_var
=unsupported
9247 if test "$lt_cv_ld_force_load" = "yes"; then
9248 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\"`'
9250 whole_archive_flag_spec
=''
9252 link_all_deplibs
=yes
9253 allow_undefined_flag
="$_lt_dar_allow_undefined"
9254 case $cc_basename in
9255 ifort
*) _lt_dar_can_shared
=yes ;;
9256 *) _lt_dar_can_shared
=$GCC ;;
9258 if test "$_lt_dar_can_shared" = "yes"; then
9259 output_verbose_link_cmd
=func_echo_all
9260 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9261 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9262 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}"
9263 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}"
9272 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9273 hardcode_libdir_flag_spec
='-L$libdir'
9274 hardcode_shlibpath_var
=no
9277 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9278 # support. Future versions do this automatically, but an explicit c++rt0.o
9279 # does not break anything, and helps significantly (at the cost of a little
9282 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9283 hardcode_libdir_flag_spec
='-R$libdir'
9285 hardcode_shlibpath_var
=no
9288 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9290 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9292 hardcode_minus_L
=yes
9293 hardcode_shlibpath_var
=no
9296 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9297 freebsd
* | dragonfly
*)
9298 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9299 hardcode_libdir_flag_spec
='-R$libdir'
9301 hardcode_shlibpath_var
=no
9305 if test "$GCC" = yes; then
9306 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'
9308 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'
9310 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9311 hardcode_libdir_separator
=:
9314 # hardcode_minus_L: Not really in the search PATH,
9315 # but as the default location of the library.
9316 hardcode_minus_L
=yes
9317 export_dynamic_flag_spec
='${wl}-E'
9321 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9322 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9324 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9326 if test "$with_gnu_ld" = no
; then
9327 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9328 hardcode_libdir_flag_spec_ld
='+b $libdir'
9329 hardcode_libdir_separator
=:
9331 hardcode_direct_absolute
=yes
9332 export_dynamic_flag_spec
='${wl}-E'
9333 # hardcode_minus_L: Not really in the search PATH,
9334 # but as the default location of the library.
9335 hardcode_minus_L
=yes
9340 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9343 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9346 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9349 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9355 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9358 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9362 # Older versions of the 11.00 compiler do not understand -b yet
9363 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9365 $as_echo_n "checking if $CC understands -b... " >&6; }
9366 if ${lt_cv_prog_compiler__b+:} false
; then :
9367 $as_echo_n "(cached) " >&6
9369 lt_cv_prog_compiler__b
=no
9370 save_LDFLAGS
="$LDFLAGS"
9371 LDFLAGS
="$LDFLAGS -b"
9372 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9373 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9374 # The linker can only warn and ignore the option if not recognized
9375 # So say no if there are warnings
9376 if test -s conftest.err
; then
9377 # Append any errors to the config.log.
9378 cat conftest.err
1>&5
9379 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9380 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9381 if diff conftest.exp conftest.er2
>/dev
/null
; then
9382 lt_cv_prog_compiler__b
=yes
9385 lt_cv_prog_compiler__b
=yes
9389 LDFLAGS
="$save_LDFLAGS"
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9393 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9395 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9396 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9398 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9404 if test "$with_gnu_ld" = no
; then
9405 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9406 hardcode_libdir_separator
=:
9411 hardcode_shlibpath_var
=no
9415 hardcode_direct_absolute
=yes
9416 export_dynamic_flag_spec
='${wl}-E'
9418 # hardcode_minus_L: Not really in the search PATH,
9419 # but as the default location of the library.
9420 hardcode_minus_L
=yes
9426 irix5
* | irix6
* | nonstopux
*)
9427 if test "$GCC" = yes; then
9428 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'
9429 # Try to use the -exported_symbol ld option, if it does not
9430 # work, assume that -exports_file does not work either and
9431 # implicitly export all symbols.
9432 save_LDFLAGS
="$LDFLAGS"
9433 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9435 /* end confdefs.h. */
9438 if ac_fn_c_try_link
"$LINENO"; then :
9439 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'
9442 rm -f core conftest.err conftest.
$ac_objext \
9443 conftest
$ac_exeext conftest.
$ac_ext
9444 LDFLAGS
="$save_LDFLAGS"
9446 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'
9447 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'
9449 archive_cmds_need_lc
='no'
9450 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9451 hardcode_libdir_separator
=:
9453 link_all_deplibs
=yes
9457 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9458 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9460 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9462 hardcode_libdir_flag_spec
='-R$libdir'
9464 hardcode_shlibpath_var
=no
9468 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9470 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9471 hardcode_libdir_separator
=:
9472 hardcode_shlibpath_var
=no
9479 if test -f /usr
/libexec
/ld.so
; then
9481 hardcode_shlibpath_var
=no
9482 hardcode_direct_absolute
=yes
9483 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9484 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9485 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9486 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9487 export_dynamic_flag_spec
='${wl}-E'
9490 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9491 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9492 hardcode_libdir_flag_spec
='-R$libdir'
9495 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9496 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9506 hardcode_libdir_flag_spec
='-L$libdir'
9507 hardcode_minus_L
=yes
9508 allow_undefined_flag
=unsupported
9509 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'
9510 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9514 if test "$GCC" = yes; then
9515 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9516 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'
9518 allow_undefined_flag
=' -expect_unresolved \*'
9519 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'
9521 archive_cmds_need_lc
='no'
9522 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9523 hardcode_libdir_separator
=:
9526 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9527 if test "$GCC" = yes; then
9528 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9529 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'
9530 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9532 allow_undefined_flag
=' -expect_unresolved \*'
9533 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'
9534 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~
9535 $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'
9537 # Both c and cxx compiler support -rpath directly
9538 hardcode_libdir_flag_spec
='-rpath $libdir'
9540 archive_cmds_need_lc
='no'
9541 hardcode_libdir_separator
=:
9545 no_undefined_flag
=' -z defs'
9546 if test "$GCC" = yes; then
9548 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9549 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9550 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9552 case `$CC -V 2>&1` in
9555 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9556 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9557 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9561 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9562 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9563 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9567 hardcode_libdir_flag_spec
='-R$libdir'
9568 hardcode_shlibpath_var
=no
9570 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9572 # The compiler driver will combine and reorder linker options,
9573 # but understands `-z linker_flag'. GCC discards it without `$wl',
9574 # but is careful enough not to reorder.
9575 # Supported since Solaris 2.6 (maybe 2.5.1?)
9576 if test "$GCC" = yes; then
9577 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9579 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9583 link_all_deplibs
=yes
9587 if test "x$host_vendor" = xsequent
; then
9588 # Use $CC to link under sequent, because it throws in some extra .o
9589 # files that make .init and .fini sections work.
9590 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9592 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9594 hardcode_libdir_flag_spec
='-L$libdir'
9596 hardcode_minus_L
=yes
9597 hardcode_shlibpath_var
=no
9601 case $host_vendor in
9603 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9604 hardcode_direct
=yes # is this really true???
9607 ## LD is ld it makes a PLAMLIB
9608 ## CC just makes a GrossModule.
9609 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9610 reload_cmds
='$CC -r -o $output$reload_objs'
9614 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9615 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9618 runpath_var
='LD_RUN_PATH'
9619 hardcode_shlibpath_var
=no
9623 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9624 hardcode_shlibpath_var
=no
9625 export_dynamic_flag_spec
='-Bexport'
9629 if test -d /usr
/nec
; then
9630 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9631 hardcode_shlibpath_var
=no
9632 runpath_var
=LD_RUN_PATH
9633 hardcode_runpath_var
=yes
9638 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9639 no_undefined_flag
='${wl}-z,text'
9640 archive_cmds_need_lc
=no
9641 hardcode_shlibpath_var
=no
9642 runpath_var
='LD_RUN_PATH'
9644 if test "$GCC" = yes; then
9645 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9646 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9648 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9649 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 sysv5
* | sco3.2v5
* | sco5v6
*)
9654 # Note: We can NOT use -z defs as we might desire, because we do not
9655 # link with -lc, and that would cause any symbols used from libc to
9656 # always be unresolved, which means just about no library would
9657 # ever link correctly. If we're not using GNU ld we use -z text
9658 # though, which does catch some bad symbols but isn't as heavy-handed
9660 no_undefined_flag
='${wl}-z,text'
9661 allow_undefined_flag
='${wl}-z,nodefs'
9662 archive_cmds_need_lc
=no
9663 hardcode_shlibpath_var
=no
9664 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9665 hardcode_libdir_separator
=':'
9666 link_all_deplibs
=yes
9667 export_dynamic_flag_spec
='${wl}-Bexport'
9668 runpath_var
='LD_RUN_PATH'
9670 if test "$GCC" = yes; then
9671 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9672 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9674 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9675 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9680 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9681 hardcode_libdir_flag_spec
='-L$libdir'
9682 hardcode_shlibpath_var
=no
9690 if test x
$host_vendor = xsni
; then
9692 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9693 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9700 $as_echo "$ld_shlibs" >&6; }
9701 test "$ld_shlibs" = no
&& can_build_shared
=no
9703 with_gnu_ld
=$with_gnu_ld
9720 # Do we need to explicitly link libc?
9722 case "x$archive_cmds_need_lc" in
9724 # Assume -lc should be added
9725 archive_cmds_need_lc
=yes
9727 if test "$enable_shared" = yes && test "$GCC" = yes; then
9728 case $archive_cmds in
9730 # FIXME: we may have to deal with multi-command sequences.
9733 # Test whether the compiler implicitly links with -lc since on some
9734 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9735 # to ld, don't add -lc before -lgcc.
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9737 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9738 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9739 $as_echo_n "(cached) " >&6
9742 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9744 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9745 (eval $ac_compile) 2>&5
9747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9748 test $ac_status = 0; } 2>conftest.err
; then
9751 libobjs
=conftest.
$ac_objext
9753 wl
=$lt_prog_compiler_wl
9754 pic_flag
=$lt_prog_compiler_pic
9760 lt_save_allow_undefined_flag
=$allow_undefined_flag
9761 allow_undefined_flag
=
9762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9763 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9766 test $ac_status = 0; }
9768 lt_cv_archive_cmds_need_lc
=no
9770 lt_cv_archive_cmds_need_lc
=yes
9772 allow_undefined_flag
=$lt_save_allow_undefined_flag
9774 cat conftest.err
1>&5
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9780 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9781 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9945 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9947 if test "$GCC" = yes; then
9949 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9950 *) lt_awk_arg
="/^libraries:/" ;;
9953 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
9954 *) lt_sed_strip_eq
="s,=/,/,g" ;;
9956 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9957 case $lt_search_path_spec in
9959 # if the path contains ";" then we assume it to be the separator
9960 # otherwise default to the standard path separator (i.e. ":") - it is
9961 # assumed that no part of a normal pathname contains ";" but that should
9962 # okay in the real world where ";" in dirpaths is itself problematic.
9963 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9966 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9969 # Ok, now we have the path, separated by spaces, we can step through it
9970 # and add multilib dir if necessary.
9971 lt_tmp_lt_search_path_spec
=
9972 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9973 for lt_sys_path
in $lt_search_path_spec; do
9974 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9975 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9977 test -d "$lt_sys_path" && \
9978 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9981 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9982 BEGIN {RS=" "; FS="/|\n";} {
9985 for (lt_i = NF; lt_i > 0; lt_i--) {
9986 if ($lt_i != "" && $lt_i != ".") {
9987 if ($lt_i == "..") {
9990 if (lt_count == 0) {
9991 lt_foo="/" $lt_i lt_foo;
9998 if (lt_foo != "") { lt_freq[lt_foo]++; }
9999 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10001 # AWK program above erroneously prepends '/' to C:/dos/paths
10004 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10005 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10007 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10009 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10011 library_names_spec
=
10012 libname_spec
='lib$name'
10016 postuninstall_cmds
=
10020 shlibpath_overrides_runpath
=unknown
10022 dynamic_linker
="$host_os ld.so"
10023 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10024 need_lib_prefix
=unknown
10025 hardcode_into_libs
=no
10027 # when you set need_version to no, make sure it does not cause -set_version
10028 # flags to be left without arguments
10029 need_version
=unknown
10034 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10035 shlibpath_var
=LIBPATH
10037 # AIX 3 has no versioning support, so we append a major version to the name.
10038 soname_spec
='${libname}${release}${shared_ext}$major'
10045 hardcode_into_libs
=yes
10046 if test "$host_cpu" = ia64
; then
10047 # AIX 5 supports IA64
10048 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10049 shlibpath_var
=LD_LIBRARY_PATH
10051 # With GCC up to 2.95.x, collect2 would create an import file
10052 # for dependence libraries. The import file would start with
10053 # the line `#! .'. This would cause the generated library to
10054 # depend on `.', always an invalid library. This was fixed in
10055 # development snapshots of GCC prior to 3.0.
10057 aix4 | aix4.
[01] | aix4.
[01].
*)
10058 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10060 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10063 can_build_shared
=no
10067 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10068 # soname into executable. Probably we can add versioning support to
10069 # collect2, so additional links can be useful in future.
10070 if test "$aix_use_runtimelinking" = yes; then
10071 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10072 # instead of lib<name>.a to let people know that these are not
10073 # typical AIX shared libraries.
10074 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10076 # We preserve .a as extension for shared libraries through AIX4.2
10077 # and later when we are not doing run time linking.
10078 library_names_spec
='${libname}${release}.a $libname.a'
10079 soname_spec
='${libname}${release}${shared_ext}$major'
10081 shlibpath_var
=LIBPATH
10088 # Since July 2007 AmigaOS4 officially supports .so libraries.
10089 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10090 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10093 library_names_spec
='$libname.ixlibrary $libname.a'
10094 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10095 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'
10101 library_names_spec
='${libname}${shared_ext}'
10102 dynamic_linker
="$host_os ld.so"
10103 shlibpath_var
=LIBRARY_PATH
10109 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10110 soname_spec
='${libname}${release}${shared_ext}$major'
10111 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10112 shlibpath_var
=LD_LIBRARY_PATH
10113 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10114 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10115 # the default ld.so.conf also contains /usr/contrib/lib and
10116 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10117 # libtool to hard-code these into programs
10120 cygwin
* | mingw
* | pw32
* | cegcc
*)
10121 version_type
=windows
10126 case $GCC,$host_os in
10127 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10128 library_names_spec
='$libname.dll.a'
10129 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10130 postinstall_cmds
='base_file=`basename \${file}`~
10131 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10132 dldir=$destdir/`dirname \$dlpath`~
10133 test -d \$dldir || mkdir -p \$dldir~
10134 $install_prog $dir/$dlname \$dldir/$dlname~
10135 chmod a+x \$dldir/$dlname~
10136 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10137 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10139 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10140 dlpath=$dir/\$dldll~
10142 shlibpath_overrides_runpath
=yes
10146 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10147 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10149 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10152 # MinGW DLLs use traditional 'lib' prefix
10153 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10156 # pw32 DLLs use 'pw' prefix rather than 'lib'
10157 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10163 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10166 dynamic_linker
='Win32 ld.exe'
10167 # FIXME: first we should search . and the directory the executable is in
10171 darwin
* | rhapsody
*)
10172 dynamic_linker
="$host_os dyld"
10173 version_type
=darwin
10176 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10177 soname_spec
='${libname}${release}${major}$shared_ext'
10178 shlibpath_overrides_runpath
=yes
10179 shlibpath_var
=DYLD_LIBRARY_PATH
10180 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10182 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10183 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10190 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10191 soname_spec
='${libname}${release}${shared_ext}$major'
10192 shlibpath_var
=LD_LIBRARY_PATH
10195 freebsd
* | dragonfly
*)
10196 # DragonFly does not have aout. When/if they implement a new
10197 # versioning mechanism, adjust this.
10198 if test -x /usr
/bin
/objformat
; then
10199 objformat
=`/usr/bin/objformat`
10202 freebsd
[23].
*) objformat
=aout
;;
10203 *) objformat
=elf
;;
10206 version_type
=freebsd-
$objformat
10207 case $version_type in
10209 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10214 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10218 shlibpath_var
=LD_LIBRARY_PATH
10221 shlibpath_overrides_runpath
=yes
10223 freebsd3.
[01]* | freebsdelf3.
[01]*)
10224 shlibpath_overrides_runpath
=yes
10225 hardcode_into_libs
=yes
10227 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10228 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10229 shlibpath_overrides_runpath
=no
10230 hardcode_into_libs
=yes
10232 *) # from 4.6 on, and DragonFly
10233 shlibpath_overrides_runpath
=yes
10234 hardcode_into_libs
=yes
10243 dynamic_linker
="$host_os runtime_loader"
10244 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10245 soname_spec
='${libname}${release}${shared_ext}$major'
10246 shlibpath_var
=LIBRARY_PATH
10247 shlibpath_overrides_runpath
=yes
10248 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10249 hardcode_into_libs
=yes
10252 hpux9
* | hpux10
* | hpux11
*)
10253 # Give a soname corresponding to the major version so that dld.sl refuses to
10254 # link against other versions.
10261 hardcode_into_libs
=yes
10262 dynamic_linker
="$host_os dld.so"
10263 shlibpath_var
=LD_LIBRARY_PATH
10264 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10265 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 soname_spec
='${libname}${release}${shared_ext}$major'
10267 if test "X$HPUX_IA64_MODE" = X32
; then
10268 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10270 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10272 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10276 hardcode_into_libs
=yes
10277 dynamic_linker
="$host_os dld.sl"
10278 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10279 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10280 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10281 soname_spec
='${libname}${release}${shared_ext}$major'
10282 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10283 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10287 dynamic_linker
="$host_os dld.sl"
10288 shlibpath_var
=SHLIB_PATH
10289 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10290 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10291 soname_spec
='${libname}${release}${shared_ext}$major'
10294 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10295 postinstall_cmds
='chmod 555 $lib'
10296 # or fails outright, so override atomically:
10297 install_override_mode
=555
10304 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10305 soname_spec
='${libname}${release}${shared_ext}$major'
10306 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10307 shlibpath_var
=LD_LIBRARY_PATH
10308 shlibpath_overrides_runpath
=no
10309 hardcode_into_libs
=yes
10312 irix5
* | irix6
* | nonstopux
*)
10314 nonstopux
*) version_type
=nonstopux
;;
10316 if test "$lt_cv_prog_gnu_ld" = yes; then
10324 soname_spec
='${libname}${release}${shared_ext}$major'
10325 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10327 irix5
* | nonstopux
*)
10328 libsuff
= shlibsuff
=
10331 case $LD in # libtool.m4 will add one of these switches to LD
10332 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10333 libsuff
= shlibsuff
= libmagic
=32-bit;;
10334 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10335 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10336 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10337 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10338 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10342 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10343 shlibpath_overrides_runpath
=no
10344 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10345 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10346 hardcode_into_libs
=yes
10349 # No shared lib support for Linux oldld, aout, or coff.
10350 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10354 # This must be Linux ELF.
10355 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10359 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10360 soname_spec
='${libname}${release}${shared_ext}$major'
10361 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10362 shlibpath_var
=LD_LIBRARY_PATH
10363 shlibpath_overrides_runpath
=no
10365 # Some binutils ld are patched to set DT_RUNPATH
10366 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10367 $as_echo_n "(cached) " >&6
10369 lt_cv_shlibpath_overrides_runpath
=no
10370 save_LDFLAGS
=$LDFLAGS
10371 save_libdir
=$libdir
10372 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10373 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10375 /* end confdefs.h. */
10385 if ac_fn_c_try_link
"$LINENO"; then :
10386 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10387 lt_cv_shlibpath_overrides_runpath
=yes
10390 rm -f core conftest.err conftest.
$ac_objext \
10391 conftest
$ac_exeext conftest.
$ac_ext
10392 LDFLAGS
=$save_LDFLAGS
10393 libdir
=$save_libdir
10397 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10399 # This implies no fast_install, which is unacceptable.
10400 # Some rework will be needed to allow for fast_install
10401 # before this can be enabled.
10402 hardcode_into_libs
=yes
10404 # Append ld.so.conf contents to the search path
10405 if test -f /etc
/ld.so.conf
; then
10406 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' ' '`
10407 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10410 # We used to test for /lib/ld.so.1 and disable shared libraries on
10411 # powerpc, because MkLinux only supported shared libraries with the
10412 # GNU dynamic linker. Since this was broken with cross compilers,
10413 # most powerpc-linux boxes support dynamic linking these days and
10414 # people can always --disable-shared, the test was removed, and we
10415 # assume the GNU/Linux dynamic linker is in use.
10416 dynamic_linker
='GNU/Linux ld.so'
10423 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10424 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10425 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10426 dynamic_linker
='NetBSD (a.out) ld.so'
10428 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10429 soname_spec
='${libname}${release}${shared_ext}$major'
10430 dynamic_linker
='NetBSD ld.elf_so'
10432 shlibpath_var
=LD_LIBRARY_PATH
10433 shlibpath_overrides_runpath
=yes
10434 hardcode_into_libs
=yes
10439 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10440 shlibpath_var
=LD_LIBRARY_PATH
10441 shlibpath_overrides_runpath
=yes
10448 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10449 soname_spec
='${libname}${release}${shared_ext}$major'
10450 shlibpath_var
=LD_LIBRARY_PATH
10451 shlibpath_overrides_runpath
=no
10452 hardcode_into_libs
=yes
10453 dynamic_linker
='ldqnx.so'
10458 sys_lib_dlsearch_path_spec
="/usr/lib"
10460 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10462 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10463 *) need_version
=no
;;
10465 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10466 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10467 shlibpath_var
=LD_LIBRARY_PATH
10468 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10470 openbsd2.
[89] | openbsd2.
[89].
*)
10471 shlibpath_overrides_runpath
=no
10474 shlibpath_overrides_runpath
=yes
10478 shlibpath_overrides_runpath
=yes
10483 libname_spec
='$name'
10486 library_names_spec
='$libname${shared_ext} $libname.a'
10487 dynamic_linker
='OS/2 ld.exe'
10488 shlibpath_var
=LIBPATH
10491 osf3
* | osf4
* | osf5
*)
10495 soname_spec
='${libname}${release}${shared_ext}$major'
10496 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10497 shlibpath_var
=LD_LIBRARY_PATH
10498 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10499 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10510 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10511 soname_spec
='${libname}${release}${shared_ext}$major'
10512 shlibpath_var
=LD_LIBRARY_PATH
10513 shlibpath_overrides_runpath
=yes
10514 hardcode_into_libs
=yes
10515 # ldd complains unless libraries are executable
10516 postinstall_cmds
='chmod +x $lib'
10521 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10522 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10523 shlibpath_var
=LD_LIBRARY_PATH
10524 shlibpath_overrides_runpath
=yes
10525 if test "$with_gnu_ld" = yes; then
10533 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10534 soname_spec
='${libname}${release}${shared_ext}$major'
10535 shlibpath_var
=LD_LIBRARY_PATH
10536 case $host_vendor in
10538 shlibpath_overrides_runpath
=no
10540 runpath_var
=LD_RUN_PATH
10548 shlibpath_overrides_runpath
=no
10549 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10555 if test -d /usr
/nec
;then
10557 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10558 soname_spec
='$libname${shared_ext}.$major'
10559 shlibpath_var
=LD_LIBRARY_PATH
10563 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10564 version_type
=freebsd-elf
10567 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10568 soname_spec
='${libname}${release}${shared_ext}$major'
10569 shlibpath_var
=LD_LIBRARY_PATH
10570 shlibpath_overrides_runpath
=yes
10571 hardcode_into_libs
=yes
10572 if test "$with_gnu_ld" = yes; then
10573 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10575 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10578 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10582 sys_lib_dlsearch_path_spec
='/usr/lib'
10586 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10590 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10591 shlibpath_var
=LD_LIBRARY_PATH
10592 shlibpath_overrides_runpath
=no
10593 hardcode_into_libs
=yes
10598 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10599 soname_spec
='${libname}${release}${shared_ext}$major'
10600 shlibpath_var
=LD_LIBRARY_PATH
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10608 $as_echo "$dynamic_linker" >&6; }
10609 test "$dynamic_linker" = no
&& can_build_shared
=no
10611 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10612 if test "$GCC" = yes; then
10613 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10616 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10617 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10619 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10620 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10715 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10717 if test -n "$hardcode_libdir_flag_spec" ||
10718 test -n "$runpath_var" ||
10719 test "X$hardcode_automatic" = "Xyes" ; then
10721 # We can hardcode non-existent directories.
10722 if test "$hardcode_direct" != no
&&
10723 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10724 # have to relink, otherwise we might link with an installed library
10725 # when we should be linking with a yet-to-be-installed one
10726 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10727 test "$hardcode_minus_L" != no
; then
10728 # Linking always hardcodes the temporary library directory.
10729 hardcode_action
=relink
10731 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10732 hardcode_action
=immediate
10735 # We cannot hardcode anything, or else we can only hardcode existing
10737 hardcode_action
=unsupported
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10740 $as_echo "$hardcode_action" >&6; }
10742 if test "$hardcode_action" = relink ||
10743 test "$inherit_rpath" = yes; then
10744 # Fast installation is not supported
10745 enable_fast_install
=no
10746 elif test "$shlibpath_overrides_runpath" = yes ||
10747 test "$enable_shared" = no
; then
10748 # Fast installation is not necessary
10749 enable_fast_install
=needless
10757 if test "x$enable_dlopen" != xyes
; then
10758 enable_dlopen
=unknown
10759 enable_dlopen_self
=unknown
10760 enable_dlopen_self_static
=unknown
10767 lt_cv_dlopen
="load_add_on"
10769 lt_cv_dlopen_self
=yes
10772 mingw
* | pw32
* | cegcc
*)
10773 lt_cv_dlopen
="LoadLibrary"
10778 lt_cv_dlopen
="dlopen"
10783 # if libdl is installed we need to link against it
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10785 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10786 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10787 $as_echo_n "(cached) " >&6
10789 ac_check_lib_save_LIBS
=$LIBS
10791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h. */
10794 /* Override any GCC internal prototype to avoid an error.
10795 Use char because int might match the return type of a GCC
10796 builtin and then its argument prototype would still apply. */
10809 if ac_fn_c_try_link
"$LINENO"; then :
10810 ac_cv_lib_dl_dlopen
=yes
10812 ac_cv_lib_dl_dlopen
=no
10814 rm -f core conftest.err conftest.
$ac_objext \
10815 conftest
$ac_exeext conftest.
$ac_ext
10816 LIBS
=$ac_check_lib_save_LIBS
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10819 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10820 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10821 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10824 lt_cv_dlopen
="dyld"
10826 lt_cv_dlopen_self
=yes
10833 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10834 if test "x$ac_cv_func_shl_load" = xyes
; then :
10835 lt_cv_dlopen
="shl_load"
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10838 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10839 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10840 $as_echo_n "(cached) " >&6
10842 ac_check_lib_save_LIBS
=$LIBS
10844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10845 /* end confdefs.h. */
10847 /* Override any GCC internal prototype to avoid an error.
10848 Use char because int might match the return type of a GCC
10849 builtin and then its argument prototype would still apply. */
10857 return shl_load ();
10862 if ac_fn_c_try_link
"$LINENO"; then :
10863 ac_cv_lib_dld_shl_load
=yes
10865 ac_cv_lib_dld_shl_load
=no
10867 rm -f core conftest.err conftest.
$ac_objext \
10868 conftest
$ac_exeext conftest.
$ac_ext
10869 LIBS
=$ac_check_lib_save_LIBS
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10872 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10873 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10874 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10876 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10877 if test "x$ac_cv_func_dlopen" = xyes
; then :
10878 lt_cv_dlopen
="dlopen"
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10881 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10882 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10883 $as_echo_n "(cached) " >&6
10885 ac_check_lib_save_LIBS
=$LIBS
10887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10888 /* end confdefs.h. */
10890 /* Override any GCC internal prototype to avoid an error.
10891 Use char because int might match the return type of a GCC
10892 builtin and then its argument prototype would still apply. */
10905 if ac_fn_c_try_link
"$LINENO"; then :
10906 ac_cv_lib_dl_dlopen
=yes
10908 ac_cv_lib_dl_dlopen
=no
10910 rm -f core conftest.err conftest.
$ac_objext \
10911 conftest
$ac_exeext conftest.
$ac_ext
10912 LIBS
=$ac_check_lib_save_LIBS
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10915 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10916 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10917 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10920 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10921 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10922 $as_echo_n "(cached) " >&6
10924 ac_check_lib_save_LIBS
=$LIBS
10925 LIBS
="-lsvld $LIBS"
10926 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10927 /* end confdefs.h. */
10929 /* Override any GCC internal prototype to avoid an error.
10930 Use char because int might match the return type of a GCC
10931 builtin and then its argument prototype would still apply. */
10944 if ac_fn_c_try_link
"$LINENO"; then :
10945 ac_cv_lib_svld_dlopen
=yes
10947 ac_cv_lib_svld_dlopen
=no
10949 rm -f core conftest.err conftest.
$ac_objext \
10950 conftest
$ac_exeext conftest.
$ac_ext
10951 LIBS
=$ac_check_lib_save_LIBS
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10954 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10955 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
10956 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10959 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10960 if ${ac_cv_lib_dld_dld_link+:} false
; then :
10961 $as_echo_n "(cached) " >&6
10963 ac_check_lib_save_LIBS
=$LIBS
10965 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10966 /* end confdefs.h. */
10968 /* Override any GCC internal prototype to avoid an error.
10969 Use char because int might match the return type of a GCC
10970 builtin and then its argument prototype would still apply. */
10978 return dld_link ();
10983 if ac_fn_c_try_link
"$LINENO"; then :
10984 ac_cv_lib_dld_dld_link
=yes
10986 ac_cv_lib_dld_dld_link
=no
10988 rm -f core conftest.err conftest.
$ac_objext \
10989 conftest
$ac_exeext conftest.
$ac_ext
10990 LIBS
=$ac_check_lib_save_LIBS
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10993 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10994 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
10995 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11016 if test "x$lt_cv_dlopen" != xno
; then
11022 case $lt_cv_dlopen in
11024 save_CPPFLAGS
="$CPPFLAGS"
11025 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11027 save_LDFLAGS
="$LDFLAGS"
11028 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11031 LIBS
="$lt_cv_dlopen_libs $LIBS"
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11034 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11035 if ${lt_cv_dlopen_self+:} false
; then :
11036 $as_echo_n "(cached) " >&6
11038 if test "$cross_compiling" = yes; then :
11039 lt_cv_dlopen_self
=cross
11041 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11042 lt_status
=$lt_dlunknown
11043 cat > conftest.
$ac_ext <<_LT_EOF
11044 #line 11044 "configure"
11045 #include "confdefs.h"
11054 # define LT_DLGLOBAL RTLD_GLOBAL
11057 # define LT_DLGLOBAL DL_GLOBAL
11059 # define LT_DLGLOBAL 0
11063 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11064 find out it does not work in some platform. */
11065 #ifndef LT_DLLAZY_OR_NOW
11067 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11070 # define LT_DLLAZY_OR_NOW DL_LAZY
11073 # define LT_DLLAZY_OR_NOW RTLD_NOW
11076 # define LT_DLLAZY_OR_NOW DL_NOW
11078 # define LT_DLLAZY_OR_NOW 0
11085 /* When -fvisbility=hidden is used, assume the code has been annotated
11086 correspondingly for the symbols needed. */
11087 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11088 void fnord () __attribute__((visibility("default")));
11091 void fnord () { int i=42; }
11094 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11095 int status = $lt_dlunknown;
11099 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11102 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11103 else puts (dlerror ());
11105 /* dlclose (self); */
11113 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11114 (eval $ac_link) 2>&5
11116 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11117 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11118 (.
/conftest
; exit; ) >&5 2>/dev
/null
11120 case x
$lt_status in
11121 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11122 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11123 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11126 # compilation failed
11127 lt_cv_dlopen_self
=no
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11135 $as_echo "$lt_cv_dlopen_self" >&6; }
11137 if test "x$lt_cv_dlopen_self" = xyes
; then
11138 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11140 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11141 if ${lt_cv_dlopen_self_static+:} false
; then :
11142 $as_echo_n "(cached) " >&6
11144 if test "$cross_compiling" = yes; then :
11145 lt_cv_dlopen_self_static
=cross
11147 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11148 lt_status
=$lt_dlunknown
11149 cat > conftest.
$ac_ext <<_LT_EOF
11150 #line 11150 "configure"
11151 #include "confdefs.h"
11160 # define LT_DLGLOBAL RTLD_GLOBAL
11163 # define LT_DLGLOBAL DL_GLOBAL
11165 # define LT_DLGLOBAL 0
11169 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11170 find out it does not work in some platform. */
11171 #ifndef LT_DLLAZY_OR_NOW
11173 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11176 # define LT_DLLAZY_OR_NOW DL_LAZY
11179 # define LT_DLLAZY_OR_NOW RTLD_NOW
11182 # define LT_DLLAZY_OR_NOW DL_NOW
11184 # define LT_DLLAZY_OR_NOW 0
11191 /* When -fvisbility=hidden is used, assume the code has been annotated
11192 correspondingly for the symbols needed. */
11193 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11194 void fnord () __attribute__((visibility("default")));
11197 void fnord () { int i=42; }
11200 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11201 int status = $lt_dlunknown;
11205 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11208 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11209 else puts (dlerror ());
11211 /* dlclose (self); */
11219 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11220 (eval $ac_link) 2>&5
11222 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11223 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11224 (.
/conftest
; exit; ) >&5 2>/dev
/null
11226 case x
$lt_status in
11227 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11228 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11229 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11232 # compilation failed
11233 lt_cv_dlopen_self_static
=no
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11241 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11244 CPPFLAGS
="$save_CPPFLAGS"
11245 LDFLAGS
="$save_LDFLAGS"
11250 case $lt_cv_dlopen_self in
11251 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11252 *) enable_dlopen_self
=unknown
;;
11255 case $lt_cv_dlopen_self_static in
11256 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11257 *) enable_dlopen_self_static
=unknown
;;
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11280 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11281 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11282 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11283 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11285 $as_echo "yes" >&6; }
11287 # FIXME - insert some real tests, host_os isn't really good enough
11290 if test -n "$STRIP" ; then
11291 striplib
="$STRIP -x"
11292 old_striplib
="$STRIP -S"
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11294 $as_echo "yes" >&6; }
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11297 $as_echo "no" >&6; }
11301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11302 $as_echo "no" >&6; }
11318 # Report which library types will actually be built
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11320 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11322 $as_echo "$can_build_shared" >&6; }
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11325 $as_echo_n "checking whether to build shared libraries... " >&6; }
11326 test "$can_build_shared" = "no" && enable_shared
=no
11328 # On AIX, shared libraries and static libraries use the same namespace, and
11329 # are all built from PIC.
11332 test "$enable_shared" = yes && enable_static
=no
11333 if test -n "$RANLIB"; then
11334 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11335 postinstall_cmds
='$RANLIB $lib'
11340 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11341 test "$enable_shared" = yes && enable_static
=no
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11346 $as_echo "$enable_shared" >&6; }
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11349 $as_echo_n "checking whether to build static libraries... " >&6; }
11350 # Make sure either enable_shared or enable_static is yes.
11351 test "$enable_shared" = yes || enable_static
=yes
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11353 $as_echo "$enable_static" >&6; }
11360 ac_cpp
='$CPP $CPPFLAGS'
11361 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11362 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11363 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11379 ac_config_commands
="$ac_config_commands libtool"
11384 # Only expand once:
11389 .
${srcdir}/..
/bfd
/development.sh
11390 test "$development" = true
&& ac_checking
=yes
11391 # Check whether --enable-checking was given.
11392 if test "${enable_checking+set}" = set; then :
11393 enableval
=$enable_checking; case "${enableval}" in
11394 no|none
) ac_checking
= ;;
11395 *) ac_checking
=yes ;;
11398 if test x
$ac_checking != x
; then
11400 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11404 # Check whether --enable-targets was given.
11405 if test "${enable_targets+set}" = set; then :
11406 enableval
=$enable_targets; case "${enableval}" in
11407 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
11409 no
) enable_targets
= ;;
11410 *) enable_targets
=$enableval ;;
11415 # Set the 'development' global.
11416 .
$srcdir/..
/bfd
/development.sh
11418 # Set acp_cpp_for_build variable
11419 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11421 # Default set of GCC warnings to enable.
11422 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11423 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11425 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11427 /* end confdefs.h. */
11430 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11431 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11434 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
11439 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11441 /* end confdefs.h. */
11444 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11445 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11449 /* end confdefs.h. */
11452 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11453 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
11454 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11462 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11463 WARN_WRITE_STRINGS
=""
11464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11465 /* end confdefs.h. */
11468 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11469 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11472 WARN_WRITE_STRINGS
="-Wwrite-strings"
11477 # Verify CC_FOR_BUILD to be compatible with warning flags
11479 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11481 /* end confdefs.h. */
11484 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11485 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11488 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11493 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11495 /* end confdefs.h. */
11498 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11499 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
11502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11503 /* end confdefs.h. */
11506 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11507 $EGREP "^__clang__$" >/dev
/null
2>&1; then :
11508 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11516 # Check whether --enable-werror was given.
11517 if test "${enable_werror+set}" = set; then :
11518 enableval
=$enable_werror; case "${enableval}" in
11519 yes | y
) ERROR_ON_WARNING
="yes" ;;
11520 no | n
) ERROR_ON_WARNING
="no" ;;
11521 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11526 # Disable -Wformat by default when using gcc on mingw
11529 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11530 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
11531 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11537 # Enable -Werror by default when using gcc. Turn it off for releases.
11538 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
11539 ERROR_ON_WARNING
=yes
11543 if test "${ERROR_ON_WARNING}" = yes ; then
11544 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
11545 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11546 NO_WERROR
="-Wno-error"
11549 if test "${GCC}" = yes ; then
11550 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11551 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
11554 # Check whether --enable-build-warnings was given.
11555 if test "${enable_build_warnings+set}" = set; then :
11556 enableval
=$enable_build_warnings; case "${enableval}" in
11557 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11558 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11559 no
) if test "${GCC}" = yes ; then
11561 WARN_CFLAGS_FOR_BUILD
="-w"
11563 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11564 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
11565 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11566 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11567 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
11568 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11569 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
11570 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11575 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
11576 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11585 ac_config_headers
="$ac_config_headers config.h:config.in"
11591 if test -z "$target" ; then
11592 as_fn_error $?
"Unrecognized target system type; please check config.sub." "$LINENO" 5
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11597 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11598 # Check whether --enable-maintainer-mode was given.
11599 if test "${enable_maintainer_mode+set}" = set; then :
11600 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
11602 USE_MAINTAINER_MODE
=no
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11606 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11607 if test $USE_MAINTAINER_MODE = yes; then
11608 MAINTAINER_MODE_TRUE
=
11609 MAINTAINER_MODE_FALSE
='#'
11611 MAINTAINER_MODE_TRUE
='#'
11612 MAINTAINER_MODE_FALSE
=
11615 MAINT
=$MAINTAINER_MODE_TRUE
11618 case ${build_alias} in
11619 "") build_noncanonical
=${build} ;;
11620 *) build_noncanonical
=${build_alias} ;;
11623 case ${host_alias} in
11624 "") host_noncanonical
=${build_noncanonical} ;;
11625 *) host_noncanonical
=${host_alias} ;;
11628 case ${target_alias} in
11629 "") target_noncanonical
=${host_noncanonical} ;;
11630 *) target_noncanonical
=${target_alias} ;;
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11634 $as_echo_n "checking whether to install libbfd... " >&6; }
11635 # Check whether --enable-install-libbfd was given.
11636 if test "${enable_install_libbfd+set}" = set; then :
11637 enableval
=$enable_install_libbfd; install_libbfd_p
=$enableval
11639 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
11640 install_libbfd_p
=yes
11642 install_libbfd_p
=no
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11647 $as_echo "$install_libbfd_p" >&6; }
11648 if test $install_libbfd_p = yes; then
11649 INSTALL_LIBBFD_TRUE
=
11650 INSTALL_LIBBFD_FALSE
='#'
11652 INSTALL_LIBBFD_TRUE
='#'
11653 INSTALL_LIBBFD_FALSE
=
11656 # Need _noncanonical variables for this.
11661 # libbfd.a is a host library containing target dependent code
11662 bfdlibdir
='$(libdir)'
11663 bfdincludedir
='$(includedir)'
11664 if test "${host}" != "${target}"; then
11665 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11666 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11676 # host-specific stuff:
11678 ALL_LINGUAS
="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
11679 # If we haven't got the data from the intl directory,
11680 # assume NLS is disabled.
11689 if test -f ..
/intl
/config.intl
; then
11690 . ..
/intl
/config.intl
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11693 $as_echo_n "checking whether NLS is requested... " >&6; }
11694 if test x
"$USE_NLS" != xyes
; then
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11696 $as_echo "no" >&6; }
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11699 $as_echo "yes" >&6; }
11701 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11705 $as_echo_n "checking for catalogs to be installed... " >&6; }
11706 # Look for .po and .gmo files in the source directory.
11709 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
11710 # If there aren't any .gmo files the shell will give us the
11711 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11713 case "$cat" in *\
**)
11716 # The quadruple backslash is collapsed to a double backslash
11717 # by the backticks, then collapsed again by the double quotes,
11718 # leaving us with one backslash in the sed expression (right
11719 # before the dot that mustn't act as a wildcard).
11720 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11721 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
11722 # The user is allowed to set LINGUAS to a list of languages to
11723 # install catalogs for. If it's empty that means "all of them."
11724 if test "x$LINGUAS" = x
; then
11725 CATALOGS
="$CATALOGS $cat"
11726 XLINGUAS
="$XLINGUAS $lang"
11728 case "$LINGUAS" in *$lang*)
11729 CATALOGS
="$CATALOGS $cat"
11730 XLINGUAS
="$XLINGUAS $lang"
11735 LINGUAS
="$XLINGUAS"
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11737 $as_echo "$LINGUAS" >&6; }
11751 if test -n "$ac_aux_dir"; then
11752 case "$ac_aux_dir" in
11753 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
11754 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11757 if test -z "$MKINSTALLDIRS"; then
11758 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11764 $as_echo_n "checking whether NLS is requested... " >&6; }
11765 # Check whether --enable-nls was given.
11766 if test "${enable_nls+set}" = set; then :
11767 enableval
=$enable_nls; USE_NLS
=$enableval
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11773 $as_echo "$USE_NLS" >&6; }
11780 # Prepare PATH_SEPARATOR.
11781 # The user is always right.
11782 if test "${PATH_SEPARATOR+set}" != set; then
11783 echo "#! /bin/sh" >conf$$.sh
11784 echo "exit 0" >>conf$$.sh
11786 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11794 # Find out how to test for executable files. Don't use a zero-byte file,
11795 # as systems may use methods other than mode bits to determine executability.
11796 cat >conf$$.
file <<_ASEOF
11800 chmod +x conf$$.
file
11801 if test -x conf$$.
file >/dev
/null
2>&1; then
11802 ac_executable_p
="test -x"
11804 ac_executable_p
="test -f"
11808 # Extract the first word of "msgfmt", so it can be a program name with args.
11809 set dummy msgfmt
; ac_word
=$2
11810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11811 $as_echo_n "checking for $ac_word... " >&6; }
11812 if ${ac_cv_path_MSGFMT+:} false
; then :
11813 $as_echo_n "(cached) " >&6
11817 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
11820 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11821 for ac_dir
in $PATH; do
11823 test -z "$ac_dir" && ac_dir
=.
11824 for ac_exec_ext
in '' $ac_executable_extensions; do
11825 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11826 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
11827 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11828 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
11835 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
11839 MSGFMT
="$ac_cv_path_MSGFMT"
11840 if test "$MSGFMT" != ":"; then
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11842 $as_echo "$MSGFMT" >&6; }
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11845 $as_echo "no" >&6; }
11848 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11849 set dummy gmsgfmt
; ac_word
=$2
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11851 $as_echo_n "checking for $ac_word... " >&6; }
11852 if ${ac_cv_path_GMSGFMT+:} false
; then :
11853 $as_echo_n "(cached) " >&6
11857 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
11860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11861 for as_dir
in $PATH
11864 test -z "$as_dir" && as_dir
=.
11865 for ac_exec_ext
in '' $ac_executable_extensions; do
11866 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
11867 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
11868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11875 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
11879 GMSGFMT
=$ac_cv_path_GMSGFMT
11880 if test -n "$GMSGFMT"; then
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11882 $as_echo "$GMSGFMT" >&6; }
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11885 $as_echo "no" >&6; }
11891 # Prepare PATH_SEPARATOR.
11892 # The user is always right.
11893 if test "${PATH_SEPARATOR+set}" != set; then
11894 echo "#! /bin/sh" >conf$$.sh
11895 echo "exit 0" >>conf$$.sh
11897 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11905 # Find out how to test for executable files. Don't use a zero-byte file,
11906 # as systems may use methods other than mode bits to determine executability.
11907 cat >conf$$.
file <<_ASEOF
11911 chmod +x conf$$.
file
11912 if test -x conf$$.
file >/dev
/null
2>&1; then
11913 ac_executable_p
="test -x"
11915 ac_executable_p
="test -f"
11919 # Extract the first word of "xgettext", so it can be a program name with args.
11920 set dummy xgettext
; ac_word
=$2
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11922 $as_echo_n "checking for $ac_word... " >&6; }
11923 if ${ac_cv_path_XGETTEXT+:} false
; then :
11924 $as_echo_n "(cached) " >&6
11926 case "$XGETTEXT" in
11928 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
11931 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11932 for ac_dir
in $PATH; do
11934 test -z "$ac_dir" && ac_dir
=.
11935 for ac_exec_ext
in '' $ac_executable_extensions; do
11936 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11937 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11938 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11939 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
11946 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
11950 XGETTEXT
="$ac_cv_path_XGETTEXT"
11951 if test "$XGETTEXT" != ":"; then
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11953 $as_echo "$XGETTEXT" >&6; }
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11956 $as_echo "no" >&6; }
11962 # Prepare PATH_SEPARATOR.
11963 # The user is always right.
11964 if test "${PATH_SEPARATOR+set}" != set; then
11965 echo "#! /bin/sh" >conf$$.sh
11966 echo "exit 0" >>conf$$.sh
11968 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11976 # Find out how to test for executable files. Don't use a zero-byte file,
11977 # as systems may use methods other than mode bits to determine executability.
11978 cat >conf$$.
file <<_ASEOF
11982 chmod +x conf$$.
file
11983 if test -x conf$$.
file >/dev
/null
2>&1; then
11984 ac_executable_p
="test -x"
11986 ac_executable_p
="test -f"
11990 # Extract the first word of "msgmerge", so it can be a program name with args.
11991 set dummy msgmerge
; ac_word
=$2
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11993 $as_echo_n "checking for $ac_word... " >&6; }
11994 if ${ac_cv_path_MSGMERGE+:} false
; then :
11995 $as_echo_n "(cached) " >&6
11997 case "$MSGMERGE" in
11999 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
12002 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
12003 for ac_dir
in $PATH; do
12005 test -z "$ac_dir" && ac_dir
=.
12006 for ac_exec_ext
in '' $ac_executable_extensions; do
12007 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12008 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
12009 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
12016 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
12020 MSGMERGE
="$ac_cv_path_MSGMERGE"
12021 if test "$MSGMERGE" != ":"; then
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12023 $as_echo "$MSGMERGE" >&6; }
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12026 $as_echo "no" >&6; }
12030 if test "$GMSGFMT" != ":"; then
12031 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
12032 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12035 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12037 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12042 if test "$XGETTEXT" != ":"; then
12043 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12044 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12048 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12054 ac_config_commands
="$ac_config_commands default-1"
12058 .
${srcdir}/..
/bfd
/configure.
host
12060 # Put a plausible default for CC_FOR_BUILD in Makefile.
12061 if test -z "$CC_FOR_BUILD"; then
12062 if test "x$cross_compiling" = "xno"; then
12063 CC_FOR_BUILD
='$(CC)'
12069 # Also set EXEEXT_FOR_BUILD.
12070 if test "x$cross_compiling" = "xno"; then
12071 EXEEXT_FOR_BUILD
='$(EXEEXT)'
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12074 $as_echo_n "checking for build system executable suffix... " >&6; }
12075 if ${bfd_cv_build_exeext+:} false
; then :
12076 $as_echo_n "(cached) " >&6
12079 echo 'int main () { return 0; }' > conftest.c
12080 bfd_cv_build_exeext
=
12081 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
12082 for file in conftest.
*; do
12084 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
12085 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
12089 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
12091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12092 $as_echo "$bfd_cv_build_exeext" >&6; }
12093 EXEEXT_FOR_BUILD
=""
12094 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
12097 # Check whether --enable-64-bit-bfd was given.
12098 if test "${enable_64_bit_bfd+set}" = set; then :
12099 enableval
=$enable_64_bit_bfd; case $enableval in #(
12103 as_fn_error $?
"bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
12108 enable_64_bit_bfd
=no
12112 if test "x$enable_64_bit_bfd" = "xno"; then :
12113 # The cast to long int works around a bug in the HP C Compiler
12114 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12115 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12116 # This bug is HP SR number 8606223364.
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12118 $as_echo_n "checking size of void *... " >&6; }
12119 if ${ac_cv_sizeof_void_p+:} false
; then :
12120 $as_echo_n "(cached) " >&6
12122 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12125 if test "$ac_cv_type_void_p" = yes; then
12126 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12127 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12128 as_fn_error
77 "cannot compute sizeof (void *)
12129 See \`config.log' for more details" "$LINENO" 5; }
12131 ac_cv_sizeof_void_p
=0
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12137 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12141 cat >>confdefs.h
<<_ACEOF
12142 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12146 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
12147 enable_64_bit_bfd
=yes
12152 if test "x$enable_64_bit_bfd" = "xyes"; then
12153 ENABLE_BFD_64_BIT_TRUE
=
12154 ENABLE_BFD_64_BIT_FALSE
='#'
12156 ENABLE_BFD_64_BIT_TRUE
='#'
12157 ENABLE_BFD_64_BIT_FALSE
=
12165 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12166 if test "x$ac_cv_have_decl_basename" = xyes
; then :
12172 cat >>confdefs.h
<<_ACEOF
12173 #define HAVE_DECL_BASENAME $ac_have_decl
12175 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12176 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
12182 cat >>confdefs.h
<<_ACEOF
12183 #define HAVE_DECL_STPCPY $ac_have_decl
12187 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12188 # since sigsetjmp might only be defined as a macro.
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12190 $as_echo_n "checking for sigsetjmp... " >&6; }
12191 if ${gdb_cv_func_sigsetjmp+:} false
; then :
12192 $as_echo_n "(cached) " >&6
12194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12195 /* end confdefs.h. */
12197 #include <setjmp.h>
12202 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12207 if ac_fn_c_try_compile
"$LINENO"; then :
12208 bfd_cv_func_sigsetjmp
=yes
12210 bfd_cv_func_sigsetjmp
=no
12212 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12215 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12216 if test $bfd_cv_func_sigsetjmp = yes; then
12218 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12223 cgendir
='$(srcdir)/../cgen'
12225 # Check whether --enable-cgen-maint was given.
12226 if test "${enable_cgen_maint+set}" = set; then :
12227 enableval
=$enable_cgen_maint; case "${enableval}" in
12228 yes) cgen_maint
=yes ;;
12229 no
) cgen_maint
=no
;;
12231 # Argument is a directory where cgen can be found. In some
12232 # future world cgen could be installable, but right now this
12233 # is not the case. Instead we assume the directory is a path
12234 # to the cgen source tree.
12236 if test -r ${enableval}/iformat.scm
; then
12237 # This looks like a cgen source tree.
12238 cgendir
=${enableval}
12240 as_fn_error $?
"${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12245 if test x
${cgen_maint} = xyes
; then
12247 CGEN_MAINT_FALSE
='#'
12249 CGEN_MAINT_TRUE
='#'
12257 # Check if linker supports --as-needed and --no-as-needed options
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12259 $as_echo_n "checking linker --as-needed support... " >&6; }
12260 if ${bfd_cv_ld_as_needed+:} false
; then :
12261 $as_echo_n "(cached) " >&6
12263 bfd_cv_ld_as_needed
=no
12264 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
12265 bfd_cv_ld_as_needed
=yes
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12270 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12274 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
12275 # These system don't have libm, or don't need it
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12279 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12280 if ${ac_cv_lib_mw__mwvalidcheckl+:} false
; then :
12281 $as_echo_n "(cached) " >&6
12283 ac_check_lib_save_LIBS
=$LIBS
12285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12286 /* end confdefs.h. */
12288 /* Override any GCC internal prototype to avoid an error.
12289 Use char because int might match the return type of a GCC
12290 builtin and then its argument prototype would still apply. */
12294 char _mwvalidcheckl ();
12298 return _mwvalidcheckl ();
12303 if ac_fn_c_try_link
"$LINENO"; then :
12304 ac_cv_lib_mw__mwvalidcheckl
=yes
12306 ac_cv_lib_mw__mwvalidcheckl
=no
12308 rm -f core conftest.err conftest.
$ac_objext \
12309 conftest
$ac_exeext conftest.
$ac_ext
12310 LIBS
=$ac_check_lib_save_LIBS
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12313 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12314 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes
; then :
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12319 $as_echo_n "checking for cos in -lm... " >&6; }
12320 if ${ac_cv_lib_m_cos+:} false
; then :
12321 $as_echo_n "(cached) " >&6
12323 ac_check_lib_save_LIBS
=$LIBS
12325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12326 /* end confdefs.h. */
12328 /* Override any GCC internal prototype to avoid an error.
12329 Use char because int might match the return type of a GCC
12330 builtin and then its argument prototype would still apply. */
12343 if ac_fn_c_try_link
"$LINENO"; then :
12344 ac_cv_lib_m_cos
=yes
12348 rm -f core conftest.err conftest.
$ac_objext \
12349 conftest
$ac_exeext conftest.
$ac_ext
12350 LIBS
=$ac_check_lib_save_LIBS
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12353 $as_echo "$ac_cv_lib_m_cos" >&6; }
12354 if test "x$ac_cv_lib_m_cos" = xyes
; then :
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12361 $as_echo_n "checking for cos in -lm... " >&6; }
12362 if ${ac_cv_lib_m_cos+:} false
; then :
12363 $as_echo_n "(cached) " >&6
12365 ac_check_lib_save_LIBS
=$LIBS
12367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12368 /* end confdefs.h. */
12370 /* Override any GCC internal prototype to avoid an error.
12371 Use char because int might match the return type of a GCC
12372 builtin and then its argument prototype would still apply. */
12385 if ac_fn_c_try_link
"$LINENO"; then :
12386 ac_cv_lib_m_cos
=yes
12390 rm -f core conftest.err conftest.
$ac_objext \
12391 conftest
$ac_exeext conftest.
$ac_ext
12392 LIBS
=$ac_check_lib_save_LIBS
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12395 $as_echo "$ac_cv_lib_m_cos" >&6; }
12396 if test "x$ac_cv_lib_m_cos" = xyes
; then :
12405 #Libs for generator progs
12406 if test "x$cross_compiling" = "xno"; then
12407 BUILD_LIBS
=..
/libiberty
/libiberty.a
12408 BUILD_LIB_DEPS
=$BUILD_LIBS
12410 # if cross-compiling, assume that the system provides -liberty
12411 # and that the version is compatible with new headers.
12412 BUILD_LIBS
=-liberty
12415 BUILD_LIBS
="$BUILD_LIBS $LIBINTL"
12416 BUILD_LIB_DEPS
="$BUILD_LIB_DEPS $LIBINTL_DEP"
12421 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12424 SHARED_DEPENDENCIES
=
12425 if test "$enable_shared" = "yes"; then
12426 # When building a shared libopcodes, link against the pic version of libiberty
12427 # so that apps that use libopcodes won't need libiberty just to satisfy any
12428 # libopcodes references.
12429 # We can't do that if a pic libiberty is unavailable since including non-pic
12430 # code would insert text relocations into libopcodes.
12431 # Note that linking against libbfd as we do here, which is itself linked
12432 # against libiberty, may not satisfy all the libopcodes libiberty references
12433 # since libbfd may not pull in the entirety of libiberty.
12434 # Also, jam libintl into the right place in all of this: after libiberty,
12435 # which uses it, but before -lcygwin, which it uses.
12436 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12437 if test -n "$x"; then
12438 SHARED_LIBADD
="-L`pwd`/../libiberty/pic -liberty"
12442 SHARED_LIBADD
="$SHARED_LIBADD $LIBINTL"
12444 if test "$enable_shared" = "yes"; then
12447 SHARED_LDFLAGS
="-no-undefined"
12448 SHARED_LIBADD
="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty $SHARED_LIBADD"
12451 SHARED_LIBADD
="../bfd/libbfd.la ${SHARED_LIBADD}"
12452 SHARED_DEPENDENCIES
="../bfd/libbfd.la"
12456 if test -n "$SHARED_LIBADD"; then
12457 if test -n "$LIBM"; then
12458 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
12459 # Link against libm only when needed. Put -lc, -lm inside -Wl
12460 # to stop libtool reordering these options.
12461 SHARED_LIBADD
="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12463 SHARED_LIBADD
="$SHARED_LIBADD $LIBM"
12472 # target-specific stuff:
12474 # Canonicalize the secondary target names.
12475 if test -n "$enable_targets" ; then
12476 for targ
in `echo $enable_targets | sed 's/,/ /g'`
12478 result
=`$ac_config_sub $targ 2>/dev/null`
12479 if test -n "$result" ; then
12480 canon_targets
="$canon_targets $result"
12482 # Allow targets that config.sub doesn't recognize, like "all".
12483 canon_targets
="$canon_targets $targ"
12490 for targ
in $target $canon_targets
12492 if test "x$targ" = "xall" ; then
12495 .
$srcdir/..
/bfd
/config.bfd
12496 selarchs
="$selarchs $targ_archs"
12500 # Utility var, documents generic cgen support files.
12502 cgen_files
="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12504 # We don't do any links based on the target system, just makefile config.
12506 if test x
${all_targets} = xfalse
; then
12508 # Target architecture .o files.
12511 for arch
in $selarchs
12513 ad
=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12514 archdefs
="$archdefs -DARCH_$ad"
12516 bfd_aarch64_arch
) ta
="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12517 bfd_alpha_arch
) ta
="$ta alpha-dis.lo alpha-opc.lo" ;;
12518 bfd_amdgcn_arch
) ;;
12519 bfd_arc_arch
) ta
="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12520 bfd_arm_arch
) ta
="$ta arm-dis.lo" ;;
12521 bfd_avr_arch
) ta
="$ta avr-dis.lo" ;;
12522 bfd_bfin_arch
) ta
="$ta bfin-dis.lo" ;;
12523 bfd_cr16_arch
) ta
="$ta cr16-dis.lo cr16-opc.lo" ;;
12524 bfd_cris_arch
) ta
="$ta cris-desc.lo cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12525 bfd_crx_arch
) ta
="$ta crx-dis.lo crx-opc.lo" ;;
12526 bfd_csky_arch
) ta
="$ta csky-dis.lo" ;;
12527 bfd_d10v_arch
) ta
="$ta d10v-dis.lo d10v-opc.lo" ;;
12528 bfd_d30v_arch
) ta
="$ta d30v-dis.lo d30v-opc.lo" ;;
12529 bfd_dlx_arch
) ta
="$ta dlx-dis.lo" ;;
12530 bfd_fr30_arch
) ta
="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen
=yes ;;
12531 bfd_frv_arch
) ta
="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen
=yes ;;
12532 bfd_ft32_arch
) ta
="$ta ft32-opc.lo ft32-dis.lo" ;;
12533 bfd_moxie_arch
) ta
="$ta moxie-dis.lo moxie-opc.lo" ;;
12534 bfd_h8300_arch
) ta
="$ta h8300-dis.lo" ;;
12535 bfd_hppa_arch
) ta
="$ta hppa-dis.lo" ;;
12536 bfd_i386_arch|bfd_iamcu_arch
)
12537 ta
="$ta i386-dis.lo" ;;
12538 bfd_ia64_arch
) ta
="$ta ia64-dis.lo ia64-opc.lo" ;;
12539 bfd_ip2k_arch
) ta
="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen
=yes ;;
12540 bfd_epiphany_arch
) ta
="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen
=yes ;;
12541 bfd_iq2000_arch
) ta
="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen
=yes ;;
12542 bfd_lm32_arch
) ta
="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen
=yes ;;
12543 bfd_m32c_arch
) ta
="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen
=yes ;;
12544 bfd_m32r_arch
) ta
="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen
=yes ;;
12545 bfd_m68hc11_arch
) ta
="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12546 bfd_m68hc12_arch
) ta
="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12547 bfd_m9s12x_arch
) ta
="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12548 bfd_m9s12xg_arch
) ta
="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12549 bfd_s12z_arch
) ta
="$ta s12z-dis.lo s12z-opc.lo" ;;
12550 bfd_m68k_arch
) ta
="$ta m68k-dis.lo m68k-opc.lo" ;;
12551 bfd_mcore_arch
) ta
="$ta mcore-dis.lo" ;;
12552 bfd_mep_arch
) ta
="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen
=yes ;;
12553 bfd_metag_arch
) ta
="$ta metag-dis.lo" ;;
12554 bfd_microblaze_arch
) ta
="$ta microblaze-dis.lo" ;;
12555 bfd_mips_arch
) ta
="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12556 bfd_mmix_arch
) ta
="$ta mmix-dis.lo mmix-opc.lo" ;;
12557 bfd_mn10200_arch
) ta
="$ta m10200-dis.lo m10200-opc.lo" ;;
12558 bfd_mn10300_arch
) ta
="$ta m10300-dis.lo m10300-opc.lo" ;;
12559 bfd_mt_arch
) ta
="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen
=yes ;;
12560 bfd_msp430_arch
) ta
="$ta msp430-dis.lo msp430-decode.lo" ;;
12561 bfd_nds32_arch
) ta
="$ta nds32-asm.lo nds32-dis.lo" ;;
12562 bfd_nfp_arch
) ta
="$ta nfp-dis.lo" ;;
12563 bfd_nios2_arch
) ta
="$ta nios2-dis.lo nios2-opc.lo" ;;
12564 bfd_ns32k_arch
) ta
="$ta ns32k-dis.lo" ;;
12565 bfd_or1k_arch
) ta
="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen
=yes ;;
12566 bfd_pdp11_arch
) ta
="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12567 bfd_pj_arch
) ta
="$ta pj-dis.lo pj-opc.lo" ;;
12568 bfd_powerpc_arch
) ta
="$ta ppc-dis.lo ppc-opc.lo" ;;
12569 bfd_powerpc_64_arch
) ta
="$ta ppc-dis.lo ppc-opc.lo" ;;
12570 bfd_pru_arch
) ta
="$ta pru-dis.lo pru-opc.lo" ;;
12571 bfd_pyramid_arch
) ;;
12573 bfd_riscv_arch
) ta
="$ta riscv-dis.lo riscv-opc.lo" ;;
12574 bfd_rs6000_arch
) ta
="$ta ppc-dis.lo ppc-opc.lo" ;;
12575 bfd_rl78_arch
) ta
="$ta rl78-dis.lo rl78-decode.lo";;
12576 bfd_rx_arch
) ta
="$ta rx-dis.lo rx-decode.lo";;
12577 bfd_s390_arch
) ta
="$ta s390-dis.lo s390-opc.lo" ;;
12578 bfd_score_arch
) ta
="$ta score-dis.lo score7-dis.lo" ;;
12579 bfd_sh_arch
) ta
="$ta sh-dis.lo cgen-bitset.lo" ;;
12580 bfd_sparc_arch
) ta
="$ta sparc-dis.lo sparc-opc.lo" ;;
12581 bfd_spu_arch
) ta
="$ta spu-dis.lo spu-opc.lo" ;;
12582 bfd_tic30_arch
) ta
="$ta tic30-dis.lo" ;;
12583 bfd_tic4x_arch
) ta
="$ta tic4x-dis.lo" ;;
12584 bfd_tic54x_arch
) ta
="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12585 bfd_tic6x_arch
) ta
="$ta tic6x-dis.lo" ;;
12586 bfd_tilegx_arch
) ta
="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12587 bfd_tilepro_arch
) ta
="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12588 bfd_v850_arch
) ta
="$ta v850-opc.lo v850-dis.lo" ;;
12589 bfd_v850e_arch
) ta
="$ta v850-opc.lo v850-dis.lo" ;;
12590 bfd_v850ea_arch
) ta
="$ta v850-opc.lo v850-dis.lo" ;;
12591 bfd_v850_rh850_arch
) ta
="$ta v850-opc.lo v850-dis.lo" ;;
12592 bfd_vax_arch
) ta
="$ta vax-dis.lo" ;;
12593 bfd_visium_arch
) ta
="$ta visium-dis.lo visium-opc.lo" ;;
12594 bfd_wasm32_arch
) ta
="$ta wasm32-dis.lo" ;;
12595 bfd_xgate_arch
) ta
="$ta xgate-dis.lo xgate-opc.lo" ;;
12596 bfd_xstormy16_arch
) ta
="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen
=yes ;;
12597 bfd_xtensa_arch
) ta
="$ta xtensa-dis.lo" ;;
12598 bfd_z80_arch
) ta
="$ta z80-dis.lo" ;;
12599 bfd_z8k_arch
) ta
="$ta z8k-dis.lo" ;;
12600 bfd_bpf_arch
) ta
="$ta bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo" using_cgen
=yes ;;
12601 bfd_loongarch_arch
) ta
="$ta loongarch-dis.lo loongarch-opc.lo loongarch-coder.lo" ;;
12604 *) as_fn_error $?
"*** unknown target architecture $arch" "$LINENO" 5 ;;
12608 if test $using_cgen = yes ; then
12609 ta
="$ta $cgen_files"
12612 # Weed out duplicate .o files.
12622 # And duplicate -D flags.
12624 for i
in $archdefs ; do
12634 else # all_targets is true
12635 archdefs
=-DARCH_all
12636 if test "$enable_64_bit_bfd" = "yes" ; then
12637 BFD_MACHINES
='$(ALL32_MACHINES) $(ALL64_MACHINES)'
12639 BFD_MACHINES
='$(ALL32_MACHINES)'
12646 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12648 cat >confcache
<<\_ACEOF
12649 # This file is a shell script that caches the results of configure
12650 # tests run on this system so they can be shared between configure
12651 # scripts and configure runs, see configure's option --config-cache.
12652 # It is not useful on other systems. If it contains results you don't
12653 # want to keep, you may remove or edit it.
12655 # config.status only pays attention to the cache file if you give it
12656 # the --recheck option to rerun configure.
12658 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12659 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12660 # following values.
12664 # The following way of writing the cache mishandles newlines in values,
12665 # but we know of no workaround that is simple, portable, and efficient.
12666 # So, we kill variables containing newlines.
12667 # Ultrix sh set writes to stderr and can't be redirected directly,
12668 # and sets the high bit in the cache file unless we assign to the vars.
12670 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12671 eval ac_val
=\$
$ac_var
12675 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12676 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12679 _ | IFS | as_nl
) ;; #(
12680 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
12681 *) { eval $ac_var=; unset $ac_var;} ;;
12687 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12688 *${as_nl}ac_space
=\
*)
12689 # `set' does not quote correctly, so add quotes: double-quote
12690 # substitution turns \\\\ into \\, and sed turns \\ into \.
12693 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12696 # `set' quotes correctly as required by POSIX, so do not add quotes.
12697 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12706 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12708 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12710 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
12711 if test -w "$cache_file"; then
12712 if test "x$cache_file" != "x/dev/null"; then
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12714 $as_echo "$as_me: updating cache $cache_file" >&6;}
12715 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
12716 cat confcache
>"$cache_file"
12718 case $cache_file in #(
12720 mv -f confcache
"$cache_file"$$
&&
12721 mv -f "$cache_file"$$
"$cache_file" ;; #(
12723 mv -f confcache
"$cache_file" ;;
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12729 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12734 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12735 # Let make expand exec_prefix.
12736 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12738 DEFS
=-DHAVE_CONFIG_H
12743 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12744 # 1. Remove the extension, and $U if already installed.
12745 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
12746 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
12747 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12748 # will be set to the directory where LIBOBJS objects are built.
12749 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12750 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
12752 LIBOBJS
=$ac_libobjs
12754 LTLIBOBJS
=$ac_ltlibobjs
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12758 $as_echo_n "checking that generated files are newer than configure... " >&6; }
12759 if test -n "$am_sleep_pid"; then
12760 # Hide warnings about reused PIDs.
12761 wait $am_sleep_pid 2>/dev
/null
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12764 $as_echo "done" >&6; }
12765 if test -n "$EXEEXT"; then
12767 am__EXEEXT_FALSE
='#'
12769 am__EXEEXT_TRUE
='#'
12773 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12774 as_fn_error $?
"conditional \"AMDEP\" was never defined.
12775 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12777 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12778 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
12779 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12781 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12782 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
12783 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12785 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12786 as_fn_error $?
"conditional \"INSTALL_LIBBFD\" was never defined.
12787 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12789 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
12790 as_fn_error $?
"conditional \"ENABLE_BFD_64_BIT\" was never defined.
12791 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12793 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12794 as_fn_error $?
"conditional \"CGEN_MAINT\" was never defined.
12795 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12798 : "${CONFIG_STATUS=./config.status}"
12800 ac_clean_files_save
=$ac_clean_files
12801 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12802 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12803 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12805 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12807 # Generated by $as_me.
12808 # Run this file to recreate the current configuration.
12809 # Compiler output produced by configure, useful for debugging
12810 # configure, is in config.log if it exists.
12813 ac_cs_recheck=false
12816 SHELL=\${CONFIG_SHELL-$SHELL}
12819 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
12820 ## -------------------- ##
12821 ## M4sh Initialization. ##
12822 ## -------------------- ##
12824 # Be more Bourne compatible
12825 DUALCASE
=1; export DUALCASE
# for MKS sh
12826 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
12829 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12830 # is contrary to our usage. Disable this feature.
12831 alias -g '${1+"$@"}'='"$@"'
12832 setopt NO_GLOB_SUBST
12834 case `(set -o) 2>/dev/null` in #(
12846 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12847 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12848 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12849 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12850 # Prefer a ksh shell builtin over an external printf program on Solaris,
12851 # but without wasting forks for bash or zsh.
12852 if test -z "$BASH_VERSION$ZSH_VERSION" \
12853 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12854 as_echo='print
-r --'
12855 as_echo_n='print
-rn --'
12856 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12857 as_echo='printf %s
\n'
12858 as_echo_n='printf %s
'
12860 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12861 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
12862 as_echo_n='/usr
/ucb
/echo -n'
12864 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12865 as_echo_n_body='eval
12869 expr "X$arg" : "X\\(.*\\)$as_nl";
12870 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12872 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
12874 export as_echo_n_body
12875 as_echo_n='sh
-c $as_echo_n_body as_echo
'
12877 export as_echo_body
12878 as_echo='sh
-c $as_echo_body as_echo
'
12881 # The user is always right.
12882 if test "${PATH_SEPARATOR+set}" != set; then
12884 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12885 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12892 # We need space, tab and new line, in precisely that order. Quoting is
12893 # there to prevent editors from complaining about space-tab.
12894 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12895 # splitting by setting IFS to empty value.)
12898 # Find who we are. Look in the path if we contain no directory separator.
12901 *[\\/]* ) as_myself=$0 ;;
12902 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12903 for as_dir in $PATH
12906 test -z "$as_dir" && as_dir=.
12907 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12913 # We did not find ourselves, most probably we were run as `sh COMMAND'
12914 # in which case we are not to be found in the path.
12915 if test "x$as_myself" = x
; then
12918 if test ! -f "$as_myself"; then
12919 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12923 # Unset variables that we do not need and which cause bugs (e.g. in
12924 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12925 # suppresses any "Segmentation fault" message there. '((' could
12926 # trigger a bug in pdksh 5.2.14.
12927 for as_var
in BASH_ENV ENV MAIL MAILPATH
12928 do eval test x\
${$as_var+set} = xset \
12929 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
12942 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
12945 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12946 # ----------------------------------------
12947 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12948 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12949 # script with STATUS, using 1 if that was 0.
12952 as_status
=$1; test $as_status -eq 0 && as_status
=1
12954 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
12955 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12957 $as_echo "$as_me: error: $2" >&2
12958 as_fn_exit
$as_status
12962 # as_fn_set_status STATUS
12963 # -----------------------
12964 # Set $? to STATUS, without forking.
12965 as_fn_set_status
()
12968 } # as_fn_set_status
12970 # as_fn_exit STATUS
12971 # -----------------
12972 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12976 as_fn_set_status
$1
12982 # Portably unset VAR.
12985 { eval $1=; unset $1;}
12987 as_unset
=as_fn_unset
12988 # as_fn_append VAR VALUE
12989 # ----------------------
12990 # Append the text in VALUE to the end of the definition contained in VAR. Take
12991 # advantage of any shell optimizations that allow amortized linear growth over
12992 # repeated appends, instead of the typical quadratic growth present in naive
12994 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
12995 eval 'as_fn_append ()
13006 # as_fn_arith ARG...
13007 # ------------------
13008 # Perform arithmetic evaluation on the ARGs, and store the result in the
13009 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13010 # must be portable across $(()) and expr.
13011 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
13012 eval 'as_fn_arith ()
13019 as_val
=`expr "$@" || test $? -eq 1`
13024 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
13025 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
13031 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13032 as_basename
=basename
13037 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
13043 as_me
=`$as_basename -- "$0" ||
13044 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13045 X"$0" : 'X\(//\)$' \| \
13046 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13048 sed '/^.*\/\([^/][^/]*\)\/*$/{
13062 # Avoid depending upon Character Ranges.
13063 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
13064 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13065 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
13066 as_cr_digits
='0123456789'
13067 as_cr_alnum
=$as_cr_Letters$as_cr_digits
13069 ECHO_C
= ECHO_N
= ECHO_T
=
13070 case `echo -n x` in #(((((
13072 case `echo 'xy\c'` in
13073 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
13075 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
13082 rm -f conf$$ conf$$.exe conf$$.
file
13083 if test -d conf$$.dir
; then
13084 rm -f conf$$.dir
/conf$$.
file
13087 mkdir conf$$.dir
2>/dev
/null
13089 if (echo >conf$$.
file) 2>/dev
/null
; then
13090 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
13092 # ... but there are two gotchas:
13093 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13094 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13095 # In both cases, we have to default to `cp -pR'.
13096 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
13098 elif ln conf$$.
file conf$$
2>/dev
/null
; then
13106 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
13107 rmdir conf$$.dir
2>/dev
/null
13112 # Create "$as_dir" as a directory, including parents if necessary.
13117 -*) as_dir
=.
/$as_dir;;
13119 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
13123 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13124 *) as_qdir
=$as_dir;;
13126 as_dirs
="'$as_qdir' $as_dirs"
13127 as_dir
=`$as_dirname -- "$as_dir" ||
13128 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13129 X"$as_dir" : 'X\(//\)[^/]' \| \
13130 X"$as_dir" : 'X\(//\)$' \| \
13131 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13132 $as_echo X"$as_dir" |
13133 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13137 /^X\(\/\/\)[^/].*/{
13150 test -d "$as_dir" && break
13152 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
13153 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
13157 if mkdir
-p .
2>/dev
/null
; then
13158 as_mkdir_p
='mkdir -p "$as_dir"'
13160 test -d .
/-p && rmdir .
/-p
13165 # as_fn_executable_p FILE
13166 # -----------------------
13167 # Test if FILE is an executable regular file.
13168 as_fn_executable_p
()
13170 test -f "$1" && test -x "$1"
13171 } # as_fn_executable_p
13172 as_test_x
='test -x'
13173 as_executable_p
=as_fn_executable_p
13175 # Sed expression to map a string onto a valid CPP name.
13176 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13178 # Sed expression to map a string onto a valid variable name.
13179 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13183 ## ----------------------------------- ##
13184 ## Main body of $CONFIG_STATUS script. ##
13185 ## ----------------------------------- ##
13187 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
13189 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13190 # Save the log message, to keep $0 and so on meaningful, and to
13191 # report actual input values of CONFIG_FILES etc. instead of their
13192 # values after options handling.
13194 This file was extended by opcodes $as_me 2.39.50, which was
13195 generated by GNU Autoconf 2.69. Invocation command line was
13197 CONFIG_FILES = $CONFIG_FILES
13198 CONFIG_HEADERS = $CONFIG_HEADERS
13199 CONFIG_LINKS = $CONFIG_LINKS
13200 CONFIG_COMMANDS = $CONFIG_COMMANDS
13203 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13208 case $ac_config_files in *"
13209 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
13212 case $ac_config_headers in *"
13213 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
13217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13218 # Files that config.status was made for.
13219 config_files="$ac_config_files"
13220 config_headers="$ac_config_headers"
13221 config_commands="$ac_config_commands"
13225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13227 \`$as_me' instantiates files and other configuration actions
13228 from templates according to the current configuration. Unless the files
13229 and actions are specified as TAGs, all are instantiated by default.
13231 Usage: $0 [OPTION]... [TAG]...
13233 -h, --help print this help, then exit
13234 -V, --version print version number and configuration settings, then exit
13235 --config print configuration, then exit
13236 -q, --quiet, --silent
13237 do not print progress messages
13238 -d, --debug don't remove temporary files
13239 --recheck update $as_me by reconfiguring in the same conditions
13240 --file=FILE[:TEMPLATE]
13241 instantiate the configuration file FILE
13242 --header=FILE[:TEMPLATE]
13243 instantiate the configuration header FILE
13245 Configuration files:
13248 Configuration headers:
13251 Configuration commands:
13254 Report bugs to the package provider."
13257 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13258 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13260 opcodes config.status 2.39.50
13261 configured by $0, generated by GNU Autoconf 2.69,
13262 with options \\"\$ac_cs_config\\"
13264 Copyright (C) 2012 Free Software Foundation, Inc.
13265 This config.status script is free software; the Free Software Foundation
13266 gives unlimited permission to copy, distribute and modify it."
13273 test -n "\$AWK" || AWK=awk
13276 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13277 # The default lists apply if the user does not specify any file.
13283 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
13284 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
13288 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
13300 # Handling of the options.
13301 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13303 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
13304 $as_echo "$ac_cs_version"; exit ;;
13305 --config |
--confi |
--conf |
--con |
--co |
--c )
13306 $as_echo "$ac_cs_config"; exit ;;
13307 --debug |
--debu |
--deb |
--de |
--d |
-d )
13309 --file |
--fil |
--fi |
--f )
13312 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13313 '') as_fn_error $?
"missing file argument" ;;
13315 as_fn_append CONFIG_FILES
" '$ac_optarg'"
13316 ac_need_defaults
=false
;;
13317 --header |
--heade |
--head |
--hea )
13320 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13322 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
13323 ac_need_defaults
=false
;;
13325 # Conflict between --help and --header
13326 as_fn_error $?
"ambiguous option: \`$1'
13327 Try \`$0 --help' for more information.";;
13328 --help |
--hel |
-h )
13329 $as_echo "$ac_cs_usage"; exit ;;
13330 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13331 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13334 # This is an error.
13335 -*) as_fn_error $?
"unrecognized option: \`$1'
13336 Try \`$0 --help' for more information." ;;
13338 *) as_fn_append ac_config_targets
" $1"
13339 ac_need_defaults
=false
;;
13345 ac_configure_extra_args
=
13347 if $ac_cs_silent; then
13349 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13353 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13354 if \$ac_cs_recheck; then
13355 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13357 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13358 CONFIG_SHELL='$SHELL'
13359 export CONFIG_SHELL
13364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13368 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13369 ## Running $as_me. ##
13375 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13379 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13382 # The HP-UX ksh and POSIX shell print the target directory to stdout
13383 # if CDPATH is set.
13384 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13386 sed_quote_subst='$sed_quote_subst'
13387 double_quote_subst='$double_quote_subst'
13388 delay_variable_subst='$delay_variable_subst'
13389 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13390 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13391 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13392 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13393 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13394 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13395 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13396 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13397 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13398 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13399 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13400 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13401 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13402 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13403 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13404 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13405 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13406 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13407 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13408 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13409 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13410 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13411 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13412 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13413 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13414 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13415 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13416 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13417 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13418 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13419 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13420 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13421 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13422 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13423 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13424 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13425 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13426 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13427 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13428 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13429 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13430 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13431 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13432 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13433 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13434 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13435 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13436 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13437 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"`'
13438 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13439 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13440 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13441 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13442 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13443 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13444 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13445 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13446 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13447 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13448 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13449 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13450 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13451 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13452 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13453 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13454 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13455 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13456 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13457 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13458 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13459 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13460 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13461 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13462 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13463 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13464 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13465 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13466 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13467 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13468 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13469 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13470 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13471 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13472 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13473 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13474 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13475 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13476 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13477 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13478 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13479 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13480 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13481 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13482 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13483 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13484 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13485 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13486 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13487 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13488 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13489 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13490 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13491 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13492 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13493 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13494 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13495 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13496 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13497 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13498 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13499 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13500 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13501 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13502 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13503 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13504 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13505 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13506 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13507 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13508 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13511 LTCFLAGS='$LTCFLAGS'
13512 compiler='$compiler_DEFAULT'
13514 # A function that is used when there is no print builtin or printf.
13515 func_fallback_echo ()
13517 eval 'cat <<_LTECHO_EOF
13522 # Quote evaled strings.
13536 deplibs_check_method \
13545 lt_cv_sys_global_symbol_pipe \
13546 lt_cv_sys_global_symbol_to_cdecl \
13547 lt_cv_sys_global_symbol_to_c_name_address \
13548 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13549 lt_prog_compiler_no_builtin_flag \
13550 lt_prog_compiler_wl \
13551 lt_prog_compiler_pic \
13552 lt_prog_compiler_static \
13553 lt_cv_prog_compiler_c_o \
13561 export_dynamic_flag_spec \
13562 whole_archive_flag_spec \
13563 compiler_needs_object \
13565 allow_undefined_flag \
13566 no_undefined_flag \
13567 hardcode_libdir_flag_spec \
13568 hardcode_libdir_flag_spec_ld \
13569 hardcode_libdir_separator \
13574 variables_saved_for_relink \
13576 library_names_spec \
13578 install_override_mode \
13582 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13583 *[\\\\\\\`\\"\\\$]*)
13584 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13587 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13592 # Double-quote double-evaled strings.
13593 for var in reload_cmds \
13594 old_postinstall_cmds \
13595 old_postuninstall_cmds \
13597 extract_expsyms_cmds \
13598 old_archive_from_new_cmds \
13599 old_archive_from_expsyms_cmds \
13601 archive_expsym_cmds \
13603 module_expsym_cmds \
13604 export_symbols_cmds \
13607 postuninstall_cmds \
13609 sys_lib_search_path_spec \
13610 sys_lib_dlsearch_path_spec; do
13611 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13612 *[\\\\\\\`\\"\\\$]*)
13613 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13616 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13621 ac_aux_dir='$ac_aux_dir'
13622 xsi_shell='$xsi_shell'
13623 lt_shell_append='$lt_shell_append'
13625 # See if we are running on zsh, and set the options which allow our
13626 # commands through without removal of \ escapes INIT.
13627 if test -n "\${ZSH_VERSION+set}" ; then
13628 setopt NO_GLOB_SUBST
13634 TIMESTAMP='$TIMESTAMP'
13640 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13641 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13643 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13644 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13645 LINGUAS="${LINGUAS-%UNSET%}"
13650 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13652 # Handling of arguments.
13653 for ac_config_target
in $ac_config_targets
13655 case $ac_config_target in
13656 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
13657 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
13658 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
13659 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
13660 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13661 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13663 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13668 # If the user did not use the arguments to specify the items to instantiate,
13669 # then the envvar interface is used. Set only those that are not.
13670 # We use the long form for the default assignment because of an extremely
13671 # bizarre bug on SunOS 4.1.3.
13672 if $ac_need_defaults; then
13673 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13674 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
13675 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
13678 # Have a temporary directory for convenience. Make it in the build tree
13679 # simply because there is no reason against having it here, and in addition,
13680 # creating and moving files from /tmp can sometimes cause problems.
13681 # Hook for its removal unless debugging.
13682 # Note that there is a small window in which the directory will not be cleaned:
13683 # after its creation but before its name has been assigned to `$tmp'.
13687 trap 'exit_status=$?
13688 : "${ac_tmp:=$tmp}"
13689 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13691 trap 'as_fn_exit 1' 1 2 13 15
13693 # Create a (secure) tmp directory for tmp files.
13696 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13700 tmp
=.
/conf$$
-$RANDOM
13701 (umask 077 && mkdir
"$tmp")
13702 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
13705 # Set up the scripts for CONFIG_FILES section.
13706 # No need to generate them if there are no CONFIG_FILES.
13707 # This happens for instance with `./config.status config.h'.
13708 if test -n "$CONFIG_FILES"; then
13711 ac_cr
=`echo X | tr X '\015'`
13712 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13713 # But we know of no other shell where ac_cr would be empty at this
13714 # point, so we can use a bashism as a fallback.
13715 if test "x$ac_cr" = x
; then
13716 eval ac_cr
=\$
\'\\r
\'
13718 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13719 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13722 ac_cs_awk_cr
=$ac_cr
13725 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13730 echo "cat >conf$$subs.awk <<_ACEOF" &&
13731 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13733 } >conf$$subs.sh ||
13734 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
13735 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13737 for ac_last_try in false false false false false :; do
13738 . ./conf$$subs.sh ||
13739 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
13741 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
13742 if test $ac_delim_n = $ac_delim_num; then
13744 elif $ac_last_try; then
13745 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
13747 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
13750 rm -f conf$$subs.sh
13752 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13753 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
13757 s/^/S["/; s
/!.
*/"]=/
13767 s/\(.\{148\}\)..*/\1/
13769 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
13774 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13781 s/\(.\{148\}\)..*/\1/
13783 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
13787 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13792 ' <conf$$subs.awk | sed '
13797 ' >>$CONFIG_STATUS || ac_write_fail=1
13798 rm -f conf$$subs.awk
13799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13801 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
13802 for (key in S) S_is_set[key] = 1
13808 nfields = split(line, field, "@
")
13810 len = length(field[1])
13811 for (i = 2; i < nfields; i++) {
13813 keylen = length(key)
13814 if (S_is_set[key]) {
13816 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13817 len += length(value) + length(field[++i])
13828 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13829 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13830 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
13833 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
13834 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
13837 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13838 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
13839 # trailing colons and then remove the whole line if VPATH becomes empty
13840 # (actually we leave an empty line to preserve line numbers).
13841 if test "x
$srcdir" = x.; then
13842 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13860 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13861 fi # test -n "$CONFIG_FILES"
13863 # Set up the scripts for CONFIG_HEADERS section.
13864 # No need to generate them if there are no CONFIG_HEADERS.
13865 # This happens for instance with `./config.status Makefile'.
13866 if test -n "$CONFIG_HEADERS"; then
13867 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
13871 # Transform confdefs.h into an awk script `defines.awk', embedded as
13872 # here-document in config.status, that substitutes the proper values into
13873 # config.h.in to produce config.h.
13875 # Create a delimiter string that does not exist in confdefs.h, to ease
13876 # handling of long lines.
13878 for ac_last_try in false false :; do
13879 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
13880 if test -z "$ac_tt"; then
13882 elif $ac_last_try; then
13883 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
13885 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
13889 # For the awk script, D is an array of macro values keyed by name,
13890 # likewise P contains macro parameters if any. Preserve backslash
13891 # newline sequences.
13893 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13895 s/.\{148\}/&'"$ac_delim"'/g
13898 s/^[ ]*#[ ]*define[ ][ ]*/ /
13905 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
13907 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
13911 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
13912 D["\
1"]=" \
3\\\\\\n
"\\/p
13914 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
13919 s/.\{148\}/&'"$ac_delim"'/g
13924 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
13927 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
13929 ' <confdefs.h | sed '
13930 s/'"$ac_delim"'/"\\\
13931 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13933 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13934 for (key in D) D_is_set[key] = 1
13937 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13939 split(line, arg, " ")
13940 if (arg[1] == "#") {
13944 defundef
= substr
(arg
[1], 2)
13947 split(mac1
, mac2
, "(") #)
13949 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
13950 if (D_is_set
[macro
]) {
13951 # Preserve the white space surrounding the "#".
13952 print prefix
"define", macro P
[macro
] D
[macro
]
13955 # Replace #undef with comments. This is necessary, for example,
13956 # in the case of _POSIX_SOURCE, which is predefined and required
13957 # on some systems where configure will not decide to define it.
13958 if (defundef
== "undef") {
13959 print
"/*", prefix defundef
, macro
, "*/"
13967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13968 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
13969 fi # test -n "$CONFIG_HEADERS"
13972 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13977 :[FHLC
]) ac_mode
=$ac_tag; continue;;
13979 case $ac_mode$ac_tag in
13981 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
13982 :[FH
]-) ac_tag
=-:-;;
13983 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
14000 -) ac_f
="$ac_tmp/stdin";;
14001 *) # Look for the file first in the build tree, then in the source tree
14002 # (if the path is not absolute). The absolute path cannot be DOS-style,
14003 # because $ac_f cannot contain `:'.
14007 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
14009 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14011 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14012 as_fn_append ac_file_inputs
" '$ac_f'"
14015 # Let's still pretend it is `configure' which instantiates (i.e., don't
14016 # use $as_me), people would be surprised to read:
14017 # /* config.h. Generated by config.status. */
14018 configure_input
='Generated from '`
14019 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14021 if test x
"$ac_file" != x-
; then
14022 configure_input
="$ac_file. $configure_input"
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14024 $as_echo "$as_me: creating $ac_file" >&6;}
14026 # Neutralize special characters interpreted by sed in replacement strings.
14027 case $configure_input in #(
14028 *\
&* |
*\|
* |
*\\* )
14029 ac_sed_conf_input
=`$as_echo "$configure_input" |
14030 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14031 *) ac_sed_conf_input
=$configure_input;;
14035 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
14036 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
14041 ac_dir
=`$as_dirname -- "$ac_file" ||
14042 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14043 X"$ac_file" : 'X\(//\)[^/]' \| \
14044 X"$ac_file" : 'X\(//\)$' \| \
14045 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14046 $as_echo X"$ac_file" |
14047 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14051 /^X\(\/\/\)[^/].*/{
14064 as_dir
="$ac_dir"; as_fn_mkdir_p
14068 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
14070 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14071 # A ".." for each directory in $ac_dir_suffix.
14072 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14073 case $ac_top_builddir_sub in
14074 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
14075 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
14078 ac_abs_top_builddir
=$ac_pwd
14079 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
14080 # for backward compatibility:
14081 ac_top_builddir
=$ac_top_build_prefix
14084 .
) # We are building in place.
14086 ac_top_srcdir
=$ac_top_builddir_sub
14087 ac_abs_top_srcdir
=$ac_pwd ;;
14088 [\\/]* | ?
:[\\/]* ) # Absolute name.
14089 ac_srcdir
=$srcdir$ac_dir_suffix;
14090 ac_top_srcdir
=$srcdir
14091 ac_abs_top_srcdir
=$srcdir ;;
14092 *) # Relative name.
14093 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
14094 ac_top_srcdir
=$ac_top_build_prefix$srcdir
14095 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
14097 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
14107 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
14108 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
14110 ac_MKDIR_P
=$MKDIR_P
14112 [\\/$
]* | ?
:[\\/]* ) ;;
14113 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
14117 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14118 # If the template does not know about datarootdir, expand it.
14119 # FIXME: This hack should be removed a few years after 2.60.
14120 ac_datarootdir_hack
=; ac_datarootdir_seen
=
14131 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14132 *datarootdir
*) ac_datarootdir_seen
=yes;;
14133 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14135 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14137 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14138 ac_datarootdir_hack='
14139 s&@datadir@&$datadir&g
14140 s&@docdir@&$docdir&g
14141 s&@infodir@&$infodir&g
14142 s&@localedir@&$localedir&g
14143 s&@mandir@&$mandir&g
14144 s&\\\${datarootdir}&$datarootdir&g' ;;
14148 # Neutralize VPATH when `$srcdir' = `.'.
14149 # Shell code in configure.ac might set extrasub.
14150 # FIXME: do we really want to maintain this feature?
14151 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14152 ac_sed_extra="$ac_vpsub
14155 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14157 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14158 s|@configure_input@|
$ac_sed_conf_input|
;t t
14159 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
14160 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
14161 s
&@srcdir@
&$ac_srcdir&;t t
14162 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
14163 s
&@top_srcdir@
&$ac_top_srcdir&;t t
14164 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
14165 s
&@builddir@
&$ac_builddir&;t t
14166 s
&@abs_builddir@
&$ac_abs_builddir&;t t
14167 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
14168 s
&@INSTALL@
&$ac_INSTALL&;t t
14169 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
14170 $ac_datarootdir_hack
14172 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
14173 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
14175 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14176 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
14177 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14178 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
14180 which seems to be undefined. Please make sure it is defined" >&5
14181 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
14182 which seems to be undefined. Please make sure it is defined" >&2;}
14184 rm -f "$ac_tmp/stdin"
14186 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14187 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14189 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14195 if test x"$ac_file" != x-; then
14197 $as_echo "/* $configure_input */" \
14198 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14199 } >"$ac_tmp/config.h" \
14200 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14201 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14202 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14203 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14206 mv "$ac_tmp/config.h" "$ac_file" \
14207 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14210 $as_echo "/* $configure_input */" \
14211 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14212 || as_fn_error $? "could not create -" "$LINENO" 5
14214 # Compute "$ac_file"'s index
in $config_headers.
14217 for _am_header
in $config_headers :; do
14218 case $_am_header in
14219 $_am_arg |
$_am_arg:* )
14222 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
14225 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14226 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14227 X"$_am_arg" : 'X\(//\)[^/]' \| \
14228 X"$_am_arg" : 'X\(//\)$' \| \
14229 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14230 $as_echo X"$_am_arg" |
14231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14235 /^X\(\/\/\)[^/].*/{
14247 s/.*/./; q'`/stamp-h
$_am_stamp_count
14250 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14251 $as_echo "$as_me: executing $ac_file commands" >&6;}
14256 case $ac_file$ac_mode in
14257 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
14258 # Older Autoconf quotes --file arguments for eval, but not when files
14259 # are listed without --file. Let's play safe and only enable the eval
14260 # if we detect the quoting.
14261 case $CONFIG_FILES in
14262 *\'*) eval set x
"$CONFIG_FILES" ;;
14263 *) set x
$CONFIG_FILES ;;
14268 # Strip MF so we end up with the name of the file.
14269 mf
=`echo "$mf" | sed -e 's/:.*$//'`
14270 # Check whether this is an Automake generated Makefile or not.
14271 # We used to match only the files named 'Makefile.in', but
14272 # some people rename them; so instead we look at the file content.
14273 # Grep'ing the first line is not enough: some people post-process
14274 # each Makefile.in and add a new line on top of each file to say so.
14275 # Grep'ing the whole file is not good either: AIX grep has a line
14276 # limit of 2048, but all sed's we know have understand at least 4000.
14277 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
14278 dirpart
=`$as_dirname -- "$mf" ||
14279 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14280 X"$mf" : 'X\(//\)[^/]' \| \
14281 X"$mf" : 'X\(//\)$' \| \
14282 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14284 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14288 /^X\(\/\/\)[^/].*/{
14304 # Extract the definition of DEPDIR, am__include, and am__quote
14305 # from the Makefile without running 'make'.
14306 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
14307 test -z "$DEPDIR" && continue
14308 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
14309 test -z "$am__include" && continue
14310 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
14311 # Find all dependency output files, they are included files with
14312 # $(DEPDIR) in their names. We invoke sed twice because it is the
14313 # simplest approach to changing $(DEPDIR) to its actual value in the
14315 for file in `sed -n "
14316 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14317 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14318 # Make sure the directory exists.
14319 test -f "$dirpart/$file" && continue
14320 fdir
=`$as_dirname -- "$file" ||
14321 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14322 X"$file" : 'X\(//\)[^/]' \| \
14323 X"$file" : 'X\(//\)$' \| \
14324 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14325 $as_echo X"$file" |
14326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14330 /^X\(\/\/\)[^/].*/{
14343 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
14344 # echo "creating $dirpart/$file"
14345 echo '# dummy' > "$dirpart/$file"
14352 # See if we are running on zsh, and set the options which allow our
14353 # commands through without removal of \ escapes.
14354 if test -n "${ZSH_VERSION+set}" ; then
14355 setopt NO_GLOB_SUBST
14358 cfgfile
="${ofile}T"
14359 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14362 cat <<_LT_EOF >> "$cfgfile"
14365 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14366 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14367 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14368 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14370 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14371 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14372 # Written by Gordon Matzigkeit, 1996
14374 # This file is part of GNU Libtool.
14376 # GNU Libtool is free software; you can redistribute it and/or
14377 # modify it under the terms of the GNU General Public License as
14378 # published by the Free Software Foundation; either version 2 of
14379 # the License, or (at your option) any later version.
14381 # As a special exception to the GNU General Public License,
14382 # if you distribute this file as part of a program or library that
14383 # is built using GNU Libtool, you may include this file under the
14384 # same distribution terms that you use for the rest of that program.
14386 # GNU Libtool is distributed in the hope that it will be useful,
14387 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14388 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14389 # GNU General Public License for more details.
14391 # You should have received a copy of the GNU General Public License
14392 # along with GNU Libtool; see the file COPYING. If not, a copy
14393 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14394 # obtained by writing to the Free Software Foundation, Inc.,
14395 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14398 # The names of the tagged configurations supported by this script.
14401 # ### BEGIN LIBTOOL CONFIG
14403 # Whether or not to build shared libraries.
14404 build_libtool_libs=$enable_shared
14406 # Which release of libtool.m4 was used?
14407 macro_version=$macro_version
14408 macro_revision=$macro_revision
14410 # Whether or not to build static libraries.
14411 build_old_libs=$enable_static
14413 # What type of objects to build.
14416 # Whether or not to optimize for fast installation.
14417 fast_install=$enable_fast_install
14419 # Shell to use when invoking shell scripts.
14422 # An echo program that protects backslashes.
14426 host_alias=$host_alias
14430 # The build system.
14431 build_alias=$build_alias
14435 # A sed program that does not truncate output.
14438 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14439 Xsed="\$SED -e 1s/^X//"
14441 # A grep program that handles long lines.
14447 # A literal string matcher.
14450 # A BSD- or MS-compatible name lister.
14453 # Whether we need soft or hard links.
14456 # What is the maximum length of a command?
14457 max_cmd_len=$max_cmd_len
14459 # Object file suffix (normally "o").
14462 # Executable file suffix (normally "").
14465 # whether the shell understands "unset".
14468 # turn spaces into newlines.
14471 # turn newlines into spaces.
14474 # An object symbol dumper.
14475 OBJDUMP=$lt_OBJDUMP
14477 # Method to check whether dependent libraries are shared objects.
14478 deplibs_check_method=$lt_deplibs_check_method
14480 # Command to use when deplibs_check_method == "file_magic".
14481 file_magic_cmd=$lt_file_magic_cmd
14485 AR_FLAGS=$lt_AR_FLAGS
14487 # A symbol stripping program.
14490 # Commands used to install an old-style archive.
14492 old_postinstall_cmds=$lt_old_postinstall_cmds
14493 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14495 # Whether to use a lock for old archive extraction.
14496 lock_old_archive_extraction=$lock_old_archive_extraction
14501 # LTCC compiler flags.
14502 LTCFLAGS=$lt_CFLAGS
14504 # Take the output of nm and produce a listing of raw symbols and C names.
14505 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14507 # Transform the output of nm in a proper C declaration.
14508 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14510 # Transform the output of nm in a C name address pair.
14511 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14513 # Transform the output of nm in a C name address pair when lib prefix is needed.
14514 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14516 # The name of the directory that contains temporary libtool files.
14519 # Used to examine libraries when file_magic_cmd begins with "file".
14520 MAGIC_CMD=$MAGIC_CMD
14522 # Must we lock files when doing compilation?
14523 need_locks=$lt_need_locks
14525 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14526 DSYMUTIL=$lt_DSYMUTIL
14528 # Tool to change global to local symbols on Mac OS X.
14531 # Tool to manipulate fat objects and archives on Mac OS X.
14534 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14537 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14538 OTOOL64=$lt_OTOOL64
14540 # Old archive suffix (normally "a").
14543 # Shared library suffix (normally ".so").
14544 shrext_cmds=$lt_shrext_cmds
14546 # The commands to extract the exported symbol list from a shared archive.
14547 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14549 # Variables whose values should be saved in libtool wrapper scripts and
14550 # restored at link time.
14551 variables_saved_for_relink=$lt_variables_saved_for_relink
14553 # Do we need the "lib" prefix for modules?
14554 need_lib_prefix=$need_lib_prefix
14556 # Do we need a version for libraries?
14557 need_version=$need_version
14559 # Library versioning type.
14560 version_type=$version_type
14562 # Shared library runtime path variable.
14563 runpath_var=$runpath_var
14565 # Shared library path variable.
14566 shlibpath_var=$shlibpath_var
14568 # Is shlibpath searched before the hard-coded library search path?
14569 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14571 # Format of library name prefix.
14572 libname_spec=$lt_libname_spec
14574 # List of archive names. First name is the real one, the rest are links.
14575 # The last name is the one that the linker finds with -lNAME
14576 library_names_spec=$lt_library_names_spec
14578 # The coded name of the library, if different from the real name.
14579 soname_spec=$lt_soname_spec
14581 # Permission mode override for installation of shared libraries.
14582 install_override_mode=$lt_install_override_mode
14584 # Command to use after installation of a shared archive.
14585 postinstall_cmds=$lt_postinstall_cmds
14587 # Command to use after uninstallation of a shared archive.
14588 postuninstall_cmds=$lt_postuninstall_cmds
14590 # Commands used to finish a libtool library installation in a directory.
14591 finish_cmds=$lt_finish_cmds
14593 # As "finish_cmds", except a single script fragment to be evaled but
14595 finish_eval=$lt_finish_eval
14597 # Whether we should hardcode library paths into libraries.
14598 hardcode_into_libs=$hardcode_into_libs
14600 # Compile-time system search path for libraries.
14601 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14603 # Run-time system search path for libraries.
14604 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14606 # Whether dlopen is supported.
14607 dlopen_support=$enable_dlopen
14609 # Whether dlopen of programs is supported.
14610 dlopen_self=$enable_dlopen_self
14612 # Whether dlopen of statically linked programs is supported.
14613 dlopen_self_static=$enable_dlopen_self_static
14615 # Commands to strip libraries.
14616 old_striplib=$lt_old_striplib
14617 striplib=$lt_striplib
14620 # The linker used to build libraries.
14623 # How to create reloadable object files.
14624 reload_flag=$lt_reload_flag
14625 reload_cmds=$lt_reload_cmds
14627 # Commands used to build an old-style archive.
14628 old_archive_cmds=$lt_old_archive_cmds
14630 # A language specific compiler.
14633 # Is the compiler the GNU compiler?
14636 # Compiler flag to turn off builtin functions.
14637 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14639 # How to pass a linker flag through the compiler.
14640 wl=$lt_lt_prog_compiler_wl
14642 # Additional compiler flags for building library objects.
14643 pic_flag=$lt_lt_prog_compiler_pic
14645 # Compiler flag to prevent dynamic linking.
14646 link_static_flag=$lt_lt_prog_compiler_static
14648 # Does compiler simultaneously support -c and -o options?
14649 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14651 # Whether or not to add -lc for building shared libraries.
14652 build_libtool_need_lc=$archive_cmds_need_lc
14654 # Whether or not to disallow shared libs when runtime libs are static.
14655 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14657 # Compiler flag to allow reflexive dlopens.
14658 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14660 # Compiler flag to generate shared objects directly from archives.
14661 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14663 # Whether the compiler copes with passing no objects directly.
14664 compiler_needs_object=$lt_compiler_needs_object
14666 # Create an old-style archive from a shared archive.
14667 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14669 # Create a temporary old-style archive to link instead of a shared archive.
14670 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14672 # Commands used to build a shared archive.
14673 archive_cmds=$lt_archive_cmds
14674 archive_expsym_cmds=$lt_archive_expsym_cmds
14676 # Commands used to build a loadable module if different from building
14677 # a shared archive.
14678 module_cmds=$lt_module_cmds
14679 module_expsym_cmds=$lt_module_expsym_cmds
14681 # Whether we are building with GNU ld or not.
14682 with_gnu_ld=$lt_with_gnu_ld
14684 # Flag that allows shared libraries with undefined symbols to be built.
14685 allow_undefined_flag=$lt_allow_undefined_flag
14687 # Flag that enforces no undefined symbols.
14688 no_undefined_flag=$lt_no_undefined_flag
14690 # Flag to hardcode \$libdir into a binary during linking.
14691 # This must work even if \$libdir does not exist
14692 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14694 # If ld is used when linking, flag to hardcode \$libdir into a binary
14695 # during linking. This must work even if \$libdir does not exist.
14696 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14698 # Whether we need a single "-rpath" flag with a separated argument.
14699 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14701 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14702 # DIR into the resulting binary.
14703 hardcode_direct=$hardcode_direct
14705 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14706 # DIR into the resulting binary and the resulting library dependency is
14707 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14708 # library is relocated.
14709 hardcode_direct_absolute=$hardcode_direct_absolute
14711 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14712 # into the resulting binary.
14713 hardcode_minus_L=$hardcode_minus_L
14715 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14716 # into the resulting binary.
14717 hardcode_shlibpath_var=$hardcode_shlibpath_var
14719 # Set to "yes" if building a shared library automatically hardcodes DIR
14720 # into the library and all subsequent libraries and executables linked
14722 hardcode_automatic=$hardcode_automatic
14724 # Set to yes if linker adds runtime paths of dependent libraries
14725 # to runtime path list.
14726 inherit_rpath=$inherit_rpath
14728 # Whether libtool must link a program against all its dependency libraries.
14729 link_all_deplibs=$link_all_deplibs
14731 # Fix the shell variable \$srcfile for the compiler.
14732 fix_srcfile_path=$lt_fix_srcfile_path
14734 # Set to "yes" if exported symbols are required.
14735 always_export_symbols=$always_export_symbols
14737 # The commands to list exported symbols.
14738 export_symbols_cmds=$lt_export_symbols_cmds
14740 # Symbols that should not be listed in the preloaded symbols.
14741 exclude_expsyms=$lt_exclude_expsyms
14743 # Symbols that must always be exported.
14744 include_expsyms=$lt_include_expsyms
14746 # Commands necessary for linking programs (against libraries) with templates.
14747 prelink_cmds=$lt_prelink_cmds
14749 # Specify filename containing input files.
14750 file_list_spec=$lt_file_list_spec
14752 # How to hardcode a shared library path into an executable.
14753 hardcode_action=$hardcode_action
14755 # ### END LIBTOOL CONFIG
14761 cat <<\_LT_EOF
>> "$cfgfile"
14762 # AIX sometimes has problems with the GCC collect2 program. For some
14763 # reason, if we set the COLLECT_NAMES environment variable, the problems
14764 # vanish in a puff of smoke.
14765 if test "X${COLLECT_NAMES+set}" != Xset
; then
14767 export COLLECT_NAMES
14774 ltmain
="$ac_aux_dir/ltmain.sh"
14777 # We use sed instead of cat because bash on DJGPP gets confused if
14778 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14779 # text mode, it properly converts lines to CR/LF. This bash problem
14780 # is reportedly fixed, but why not run on old versions too?
14781 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14782 ||
(rm -f "$cfgfile"; exit 1)
14786 cat << \_LT_EOF
>> "$cfgfile"
14788 # func_dirname file append nondir_replacement
14789 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14790 # otherwise set result to NONDIR_REPLACEMENT.
14794 */*) func_dirname_result
="${1%/*}${2}" ;;
14795 * ) func_dirname_result
="${3}" ;;
14799 # func_basename file
14802 func_basename_result
="${1##*/}"
14805 # func_dirname_and_basename file append nondir_replacement
14806 # perform func_basename and func_dirname in a single function
14808 # dirname: Compute the dirname of FILE. If nonempty,
14809 # add APPEND to the result, otherwise set result
14810 # to NONDIR_REPLACEMENT.
14811 # value returned in "$func_dirname_result"
14812 # basename: Compute filename of FILE.
14813 # value retuned in "$func_basename_result"
14814 # Implementation must be kept synchronized with func_dirname
14815 # and func_basename. For efficiency, we do not delegate to
14816 # those functions but instead duplicate the functionality here.
14817 func_dirname_and_basename
()
14820 */*) func_dirname_result
="${1%/*}${2}" ;;
14821 * ) func_dirname_result
="${3}" ;;
14823 func_basename_result
="${1##*/}"
14826 # func_stripname prefix suffix name
14827 # strip PREFIX and SUFFIX off of NAME.
14828 # PREFIX and SUFFIX must not contain globbing or regex special
14829 # characters, hashes, percent signs, but SUFFIX may contain a leading
14830 # dot (in which case that matches only a dot).
14833 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14834 # positional parameters, so assign one to ordinary parameter first.
14835 func_stripname_result
=${3}
14836 func_stripname_result
=${func_stripname_result#"${1}"}
14837 func_stripname_result
=${func_stripname_result%"${2}"}
14843 func_opt_split_opt
=${1%%=*}
14844 func_opt_split_arg
=${1#*=}
14851 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
14852 *) func_lo2o_result
=${1} ;;
14856 # func_xform libobj-or-source
14859 func_xform_result
=${1%.*}.lo
14862 # func_arith arithmetic-term...
14865 func_arith_result
=$
(( $
* ))
14869 # STRING may not start with a hyphen.
14872 func_len_result
=${#1}
14877 *) # Bourne compatible functions.
14878 cat << \_LT_EOF
>> "$cfgfile"
14880 # func_dirname file append nondir_replacement
14881 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14882 # otherwise set result to NONDIR_REPLACEMENT.
14885 # Extract subdirectory from the argument.
14886 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
14887 if test "X$func_dirname_result" = "X${1}"; then
14888 func_dirname_result
="${3}"
14890 func_dirname_result
="$func_dirname_result${2}"
14894 # func_basename file
14897 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
14901 # func_stripname prefix suffix name
14902 # strip PREFIX and SUFFIX off of NAME.
14903 # PREFIX and SUFFIX must not contain globbing or regex special
14904 # characters, hashes, percent signs, but SUFFIX may contain a leading
14905 # dot (in which case that matches only a dot).
14906 # func_strip_suffix prefix name
14910 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14911 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14916 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
14917 my_sed_long_arg
='1s/^-[^=]*=//'
14922 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14923 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14929 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
14932 # func_xform libobj-or-source
14935 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14938 # func_arith arithmetic-term...
14941 func_arith_result
=`expr "$@"`
14945 # STRING may not start with a hyphen.
14948 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14954 case $lt_shell_append in
14956 cat << \_LT_EOF
>> "$cfgfile"
14958 # func_append var value
14959 # Append VALUE to the end of shell variable VAR.
14967 cat << \_LT_EOF
>> "$cfgfile"
14969 # func_append var value
14970 # Append VALUE to the end of shell variable VAR.
14981 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14982 ||
(rm -f "$cfgfile"; exit 1)
14984 mv -f "$cfgfile" "$ofile" ||
14985 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14990 for ac_file
in $CONFIG_FILES; do
14991 # Support "outfile[:infile[:infile...]]"
14993 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
14995 # PO directories have a Makefile.in generated from Makefile.in.in.
14996 case "$ac_file" in */Makefile.
in)
14997 # Adjust a relative srcdir.
14998 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
14999 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
15000 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15001 # In autoconf-2.13 it is called $ac_given_srcdir.
15002 # In autoconf-2.50 it is called $srcdir.
15003 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
15004 case "$ac_given_srcdir" in
15005 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
15006 /*) top_srcdir
="$ac_given_srcdir" ;;
15007 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
15009 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15010 rm -f "$ac_dir/POTFILES"
15011 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
15012 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15013 POMAKEFILEDEPS
="POTFILES.in"
15014 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15015 # on $ac_dir but don't depend on user-specified configuration
15017 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15018 # The LINGUAS file contains the set of available languages.
15019 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15020 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
15022 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15023 # Hide the ALL_LINGUAS assigment from automake.
15024 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15025 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
15027 # The set of available languages was given in configure.ac.
15028 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15030 case "$ac_given_srcdir" in
15032 *) srcdirpre
='$(srcdir)/' ;;
15038 for lang
in $ALL_LINGUAS; do
15039 POFILES
="$POFILES $srcdirpre$lang.po"
15040 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
15041 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
15042 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
15044 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15045 # environment variable.
15047 if test -n "$ALL_LINGUAS"; then
15048 for presentlang
in $ALL_LINGUAS; do
15050 if test "%UNSET%" != "$LINGUAS"; then
15051 desiredlanguages
="$LINGUAS"
15053 desiredlanguages
="$ALL_LINGUAS"
15055 for desiredlang
in $desiredlanguages; do
15056 # Use the presentlang catalog if desiredlang is
15057 # a. equal to presentlang, or
15058 # b. a variant of presentlang (because in this case,
15059 # presentlang can be used as a fallback for messages
15060 # which are not translated in the desiredlang catalog).
15061 case "$desiredlang" in
15062 "$presentlang"*) useit
=yes;;
15065 if test $useit = yes; then
15066 INST_LINGUAS
="$INST_LINGUAS $presentlang"
15071 if test -n "$INST_LINGUAS"; then
15072 for lang
in $INST_LINGUAS; do
15073 CATALOGS
="$CATALOGS $lang.gmo"
15076 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
15077 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
15078 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
15079 if test -f "$f"; then
15081 *.orig |
*.bak |
*~
) ;;
15082 *) cat "$f" >> "$ac_dir/Makefile" ;;
15097 ac_clean_files
=$ac_clean_files_save
15099 test $ac_write_fail = 0 ||
15100 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
15103 # configure is writing to config.log, and then calls config.status.
15104 # config.status does its own redirection, appending to config.log.
15105 # Unfortunately, on DOS this fails, as config.log is still kept open
15106 # by configure, so config.status won't be able to write to it; its
15107 # output is simply discarded. So we exec the FD to /dev/null,
15108 # effectively closing config.log, so it can be properly (re)opened and
15109 # appended to by config.status. When coming back to configure, we
15110 # need to make the FD available again.
15111 if test "$no_create" != yes; then
15113 ac_config_status_args
=
15114 test "$silent" = yes &&
15115 ac_config_status_args
="$ac_config_status_args --quiet"
15117 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15119 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15120 # would make configure fail if this is the last instruction.
15121 $ac_cs_success || as_fn_exit
1
15123 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
15124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15125 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15130 touch config.status.tmp
15131 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
15132 sed '/as_fn_exit 0/i \
15133 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
15134 touch --reference=Makefile Makefile.tmp \
15135 mv Makefile.tmp Makefile \
15136 ' config.status
> config.status.tmp
15137 touch --reference=config.status config.status.tmp
15138 mv config.status.tmp config.status
15139 chmod +x config.status
15140 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
15141 touch --reference=Makefile Makefile.tmp
15142 mv Makefile.tmp Makefile
15144 rm -f config.status.tmp