2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
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.
595 ac_unique_file
="Makefile.in"
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
='LTLIBOBJS
645 MAINTAINER_MODE_FALSE
744 program_transform_name
767 enable_option_checking
776 enable_maintainer_mode
788 enable_build_warnings
789 enable_sim_build_warnings
791 enable_sim_default_model
794 ac_precious_vars
='build_alias
805 # Initialize some variables set by options.
807 ac_init_version
=false
808 ac_unrecognized_opts
=
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
819 program_transform_name
=s
,x
,x
,
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir
='${exec_prefix}/bin'
834 sbindir
='${exec_prefix}/sbin'
835 libexecdir
='${exec_prefix}/libexec'
836 datarootdir
='${prefix}/share'
837 datadir
='${datarootdir}'
838 sysconfdir
='${prefix}/etc'
839 sharedstatedir
='${prefix}/com'
840 localstatedir
='${prefix}/var'
841 includedir
='${prefix}/include'
842 oldincludedir
='/usr/include'
843 docdir
='${datarootdir}/doc/${PACKAGE}'
844 infodir
='${datarootdir}/info'
849 libdir
='${exec_prefix}/lib'
850 localedir
='${datarootdir}/locale'
851 mandir
='${datarootdir}/man'
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
859 eval $ac_prev=\
$ac_option
865 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
876 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
878 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
881 -build |
--build |
--buil |
--bui |
--bu)
882 ac_prev
=build_alias
;;
883 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
884 build_alias
=$ac_optarg ;;
886 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
887 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
888 ac_prev
=cache_file
;;
889 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
890 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
891 cache_file
=$ac_optarg ;;
894 cache_file
=config.cache
;;
896 -datadir |
--datadir |
--datadi |
--datad)
898 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
899 datadir
=$ac_optarg ;;
901 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
902 |
--dataroo |
--dataro |
--datar)
903 ac_prev
=datarootdir
;;
904 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
905 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
906 datarootdir
=$ac_optarg ;;
908 -disable-* |
--disable-*)
909 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
912 as_fn_error $?
"invalid feature name: $ac_useropt"
913 ac_useropt_orig
=$ac_useropt
914 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
915 case $ac_user_opts in
919 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
920 ac_unrecognized_sep
=', ';;
922 eval enable_
$ac_useropt=no
;;
924 -docdir |
--docdir |
--docdi |
--doc |
--do)
926 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
929 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
931 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
934 -enable-* |
--enable-*)
935 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
936 # Reject names that are not valid shell variable names.
937 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
938 as_fn_error $?
"invalid feature name: $ac_useropt"
939 ac_useropt_orig
=$ac_useropt
940 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
941 case $ac_user_opts in
945 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
946 ac_unrecognized_sep
=', ';;
948 eval enable_
$ac_useropt=\
$ac_optarg ;;
950 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
951 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
952 |
--exec |
--exe |
--ex)
953 ac_prev
=exec_prefix
;;
954 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
955 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
956 |
--exec=* |
--exe=* |
--ex=*)
957 exec_prefix
=$ac_optarg ;;
959 -gas |
--gas |
--ga |
--g)
960 # Obsolete; use --with-gas.
963 -help |
--help |
--hel |
--he |
-h)
965 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
966 ac_init_help
=recursive
;;
967 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
968 ac_init_help
=short
;;
970 -host |
--host |
--hos |
--ho)
971 ac_prev
=host_alias
;;
972 -host=* |
--host=* |
--hos=* |
--ho=*)
973 host_alias
=$ac_optarg ;;
975 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
977 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
979 htmldir
=$ac_optarg ;;
981 -includedir |
--includedir |
--includedi |
--included |
--include \
982 |
--includ |
--inclu |
--incl |
--inc)
983 ac_prev
=includedir
;;
984 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
985 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
986 includedir
=$ac_optarg ;;
988 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
990 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
991 infodir
=$ac_optarg ;;
993 -libdir |
--libdir |
--libdi |
--libd)
995 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
998 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
999 |
--libexe |
--libex |
--libe)
1000 ac_prev
=libexecdir
;;
1001 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1002 |
--libexe=* |
--libex=* |
--libe=*)
1003 libexecdir
=$ac_optarg ;;
1005 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1006 ac_prev
=localedir
;;
1007 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1008 localedir
=$ac_optarg ;;
1010 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1011 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1012 ac_prev
=localstatedir
;;
1013 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1014 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1015 localstatedir
=$ac_optarg ;;
1017 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1019 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1020 mandir
=$ac_optarg ;;
1022 -nfp |
--nfp |
--nf)
1023 # Obsolete; use --without-fp.
1026 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1027 |
--no-cr |
--no-c |
-n)
1030 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1031 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1034 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1035 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1036 |
--oldin |
--oldi |
--old |
--ol |
--o)
1037 ac_prev
=oldincludedir
;;
1038 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1039 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1040 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1041 oldincludedir
=$ac_optarg ;;
1043 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1045 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1046 prefix
=$ac_optarg ;;
1048 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1049 |
--program-pre |
--program-pr |
--program-p)
1050 ac_prev
=program_prefix
;;
1051 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1052 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1053 program_prefix
=$ac_optarg ;;
1055 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1056 |
--program-suf |
--program-su |
--program-s)
1057 ac_prev
=program_suffix
;;
1058 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1059 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1060 program_suffix
=$ac_optarg ;;
1062 -program-transform-name |
--program-transform-name \
1063 |
--program-transform-nam |
--program-transform-na \
1064 |
--program-transform-n |
--program-transform- \
1065 |
--program-transform |
--program-transfor \
1066 |
--program-transfo |
--program-transf \
1067 |
--program-trans |
--program-tran \
1068 |
--progr-tra |
--program-tr |
--program-t)
1069 ac_prev
=program_transform_name
;;
1070 -program-transform-name=* |
--program-transform-name=* \
1071 |
--program-transform-nam=* |
--program-transform-na=* \
1072 |
--program-transform-n=* |
--program-transform-=* \
1073 |
--program-transform=* |
--program-transfor=* \
1074 |
--program-transfo=* |
--program-transf=* \
1075 |
--program-trans=* |
--program-tran=* \
1076 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1077 program_transform_name
=$ac_optarg ;;
1079 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1081 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1082 pdfdir
=$ac_optarg ;;
1084 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1086 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1089 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1090 |
-silent |
--silent |
--silen |
--sile |
--sil)
1093 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1095 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1097 sbindir
=$ac_optarg ;;
1099 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1100 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1101 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1103 ac_prev
=sharedstatedir
;;
1104 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1105 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1106 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1108 sharedstatedir
=$ac_optarg ;;
1110 -site |
--site |
--sit)
1112 -site=* |
--site=* |
--sit=*)
1115 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1117 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1118 srcdir
=$ac_optarg ;;
1120 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1121 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1122 ac_prev
=sysconfdir
;;
1123 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1124 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1125 sysconfdir
=$ac_optarg ;;
1127 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1128 ac_prev
=target_alias
;;
1129 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1130 target_alias
=$ac_optarg ;;
1132 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1135 -version |
--version |
--versio |
--versi |
--vers |
-V)
1136 ac_init_version
=: ;;
1139 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1140 # Reject names that are not valid shell variable names.
1141 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1142 as_fn_error $?
"invalid package name: $ac_useropt"
1143 ac_useropt_orig
=$ac_useropt
1144 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1145 case $ac_user_opts in
1149 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1150 ac_unrecognized_sep
=', ';;
1152 eval with_
$ac_useropt=\
$ac_optarg ;;
1154 -without-* |
--without-*)
1155 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1156 # Reject names that are not valid shell variable names.
1157 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1158 as_fn_error $?
"invalid package name: $ac_useropt"
1159 ac_useropt_orig
=$ac_useropt
1160 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1161 case $ac_user_opts in
1165 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1166 ac_unrecognized_sep
=', ';;
1168 eval with_
$ac_useropt=no
;;
1171 # Obsolete; use --with-x.
1174 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1175 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1176 ac_prev
=x_includes
;;
1177 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1178 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1179 x_includes
=$ac_optarg ;;
1181 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1182 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1183 ac_prev
=x_libraries
;;
1184 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1185 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1186 x_libraries
=$ac_optarg ;;
1188 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1189 Try \`$0 --help' for more information"
1193 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1194 # Reject names that are not valid shell variable names.
1195 case $ac_envvar in #(
1196 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1197 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1199 eval $ac_envvar=\
$ac_optarg
1200 export $ac_envvar ;;
1203 # FIXME: should be removed in autoconf 3.0.
1204 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1205 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1206 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1207 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1213 if test -n "$ac_prev"; then
1214 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1215 as_fn_error $?
"missing argument to $ac_option"
1218 if test -n "$ac_unrecognized_opts"; then
1219 case $enable_option_checking in
1221 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1222 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1226 # Check all directory arguments for consistency.
1227 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1228 datadir sysconfdir sharedstatedir localstatedir includedir \
1229 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1230 libdir localedir mandir
1232 eval ac_val
=\$
$ac_var
1233 # Remove trailing slashes.
1236 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1237 eval $ac_var=\
$ac_val;;
1239 # Be sure to have absolute directory names.
1241 [\\/$
]* | ?
:[\\/]* ) continue;;
1242 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1244 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1247 # There might be people who depend on the old broken behavior: `$host'
1248 # used to hold the argument of --host etc.
1249 # FIXME: To remove some day.
1252 target
=$target_alias
1254 # FIXME: To remove some day.
1255 if test "x$host_alias" != x
; then
1256 if test "x$build_alias" = x
; then
1257 cross_compiling
=maybe
1258 elif test "x$build_alias" != "x$host_alias"; then
1264 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1266 test "$silent" = yes && exec 6>/dev
/null
1269 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1270 ac_ls_di
=`ls -di .` &&
1271 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1272 as_fn_error $?
"working directory cannot be determined"
1273 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1274 as_fn_error $?
"pwd does not report name of working directory"
1277 # Find the source files, if location was not specified.
1278 if test -z "$srcdir"; then
1279 ac_srcdir_defaulted
=yes
1280 # Try the directory containing this script, then the parent directory.
1281 ac_confdir
=`$as_dirname -- "$as_myself" ||
1282 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1283 X"$as_myself" : 'X\(//\)[^/]' \| \
1284 X"$as_myself" : 'X\(//\)$' \| \
1285 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1286 $as_echo X"$as_myself" |
1287 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1305 if test ! -r "$srcdir/$ac_unique_file"; then
1309 ac_srcdir_defaulted
=no
1311 if test ! -r "$srcdir/$ac_unique_file"; then
1312 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1313 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1315 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1317 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1319 # When building in place, set srcdir=.
1320 if test "$ac_abs_confdir" = "$ac_pwd"; then
1323 # Remove unnecessary trailing slashes from srcdir.
1324 # Double slashes in file names in object file debugging info
1325 # mess up M-x gdb in Emacs.
1327 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1329 for ac_var
in $ac_precious_vars; do
1330 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1331 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1332 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1333 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1337 # Report the --help message.
1339 if test "$ac_init_help" = "long"; then
1340 # Omit some internal or obsolete options to make the list less imposing.
1341 # This message is too long to be a string in the A/UX 3.1 sh.
1343 \`configure' configures this package to adapt to many kinds of systems.
1345 Usage: $0 [OPTION]... [VAR=VALUE]...
1347 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1348 VAR=VALUE. See below for descriptions of some of the useful variables.
1350 Defaults for the options are specified in brackets.
1353 -h, --help display this help and exit
1354 --help=short display options specific to this package
1355 --help=recursive display the short help of all the included packages
1356 -V, --version display version information and exit
1357 -q, --quiet, --silent do not print \`checking ...' messages
1358 --cache-file=FILE cache test results in FILE [disabled]
1359 -C, --config-cache alias for \`--cache-file=config.cache'
1360 -n, --no-create do not create output files
1361 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1363 Installation directories:
1364 --prefix=PREFIX install architecture-independent files in PREFIX
1365 [$ac_default_prefix]
1366 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1369 By default, \`make install' will install all the files in
1370 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1371 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1372 for instance \`--prefix=\$HOME'.
1374 For better control, use the options below.
1376 Fine tuning of the installation directories:
1377 --bindir=DIR user executables [EPREFIX/bin]
1378 --sbindir=DIR system admin executables [EPREFIX/sbin]
1379 --libexecdir=DIR program executables [EPREFIX/libexec]
1380 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1381 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1382 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1383 --libdir=DIR object code libraries [EPREFIX/lib]
1384 --includedir=DIR C header files [PREFIX/include]
1385 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1386 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1387 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1388 --infodir=DIR info documentation [DATAROOTDIR/info]
1389 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1390 --mandir=DIR man documentation [DATAROOTDIR/man]
1391 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1392 --htmldir=DIR html documentation [DOCDIR]
1393 --dvidir=DIR dvi documentation [DOCDIR]
1394 --pdfdir=DIR pdf documentation [DOCDIR]
1395 --psdir=DIR ps documentation [DOCDIR]
1401 --program-prefix=PREFIX prepend PREFIX to installed program names
1402 --program-suffix=SUFFIX append SUFFIX to installed program names
1403 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1406 --build=BUILD configure
for building on BUILD
[guessed
]
1407 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1408 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1412 if test -n "$ac_init_help"; then
1417 --disable-option-checking ignore unrecognized
--enable/--with options
1418 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1419 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1420 --enable-plugins Enable support
for plugins
1421 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1422 --enable-static[=PKGS
] build static libraries
[default
=yes]
1423 --enable-fast-install[=PKGS
]
1424 optimize
for fast installation
[default
=yes]
1425 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1426 --enable-maintainer-mode
1427 enable make rules and dependencies not useful
(and
1428 sometimes confusing
) to the casual installer
1429 --enable-sim-debug=opts Enable debugging flags
(for developers of the sim
1431 --enable-sim-stdio Specify whether to use stdio
for console
1433 --enable-sim-trace=opts Enable tracing of simulated programs
1434 --enable-sim-profile=opts
1435 Enable profiling flags
1436 --enable-sim-inline=inlines
1437 Specify
which functions should be inlined
1438 --enable-sim-endian=endian
1439 Specify target byte endian orientation
1440 --enable-sim-alignment=align
1441 Specify strict
, nonstrict or forced alignment of
1443 --enable-sim-scache=size
1444 Specify simulator execution cache size
1445 --enable-werror treat compile warnings as errors
1446 --enable-build-warnings enable build-time compiler warnings
if gcc is used
1447 --enable-sim-build-warnings
1448 enable SIM specific build-time compiler warnings
if
1450 --enable-sim-hardware=LIST
1451 Specify the hardware to be included
in the build.
1452 --enable-sim-default-model=model
1453 Specify default model to simulate
1454 --enable-cgen-maint=DIR build cgen generated files
1457 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1458 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1459 --with-system-zlib use installed libz
1460 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1462 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1463 --with-pkgversion=PKG Use PKG
in the version string
in place of
"SIM"
1464 --with-bugurl=URL Direct users to URL to report a bug
1466 Some influential environment variables
:
1467 CC C compiler
command
1468 CFLAGS C compiler flags
1469 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1470 nonstandard directory
<lib dir
>
1471 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1472 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1473 you have headers
in a nonstandard directory
<include dir
>
1476 Use these variables to override the choices made by
`configure' or to help
1477 it to find libraries and programs with nonstandard names/locations.
1479 Report bugs to the package provider.
1484 if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1503 ac_abs_top_builddir=$ac_pwd
1504 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1505 # for backward compatibility:
1506 ac_top_builddir=$ac_top_build_prefix
1509 .) # We are building in place.
1511 ac_top_srcdir=$ac_top_builddir_sub
1512 ac_abs_top_srcdir=$ac_pwd ;;
1513 [\\/]* | ?:[\\/]* ) # Absolute name.
1514 ac_srcdir=$srcdir$ac_dir_suffix;
1515 ac_top_srcdir=$srcdir
1516 ac_abs_top_srcdir=$srcdir ;;
1518 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1522 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524 cd "$ac_dir" || { ac_status=$?; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1531 $SHELL "$ac_srcdir/configure" --help=recursive
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 cd "$ac_pwd" || { ac_status=$?; break; }
1539 test -n "$ac_init_help" && exit $ac_status
1540 if $ac_init_version; then
1543 generated by GNU Autoconf 2.69
1545 Copyright (C) 2012 Free Software Foundation, Inc.
1546 This configure script is free software; the Free Software Foundation
1547 gives unlimited permission to copy, distribute and modify it.
1552 ## ------------------------ ##
1553 ## Autoconf initialization. ##
1554 ## ------------------------ ##
1556 # ac_fn_c_try_compile LINENO
1557 # --------------------------
1558 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1559 ac_fn_c_try_compile ()
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext
1563 if { { ac_try="$ac_compile"
1565 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1566 *) ac_try_echo
=$ac_try;;
1568 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569 $as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_compile") 2>conftest.err
1572 if test -s conftest.err
; then
1573 grep -v '^ *+' conftest.err
>conftest.er1
1574 cat conftest.er1
>&5
1575 mv -f conftest.er1 conftest.err
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest.
$ac_objext; then :
1584 $as_echo "$as_me: failed program was:" >&5
1585 sed 's/^/| /' conftest.
$ac_ext >&5
1589 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1590 as_fn_set_status
$ac_retval
1592 } # ac_fn_c_try_compile
1594 # ac_fn_c_try_cpp LINENO
1595 # ----------------------
1596 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1599 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1600 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1602 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } > conftest.i && {
1616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1621 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status $ac_retval
1631 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1632 # -------------------------------------------------------
1633 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1634 # the include files in INCLUDES and setting the cache variable VAR
1636 ac_fn_c_check_header_mongrel ()
1638 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1639 if eval \${$3+:} false; then :
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1641 $as_echo_n "checking for $2... " >&6; }
1642 if eval \${$3+:} false; then :
1643 $as_echo_n "(cached) " >&6
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1647 $as_echo "$ac_res" >&6; }
1649 # Is the header compilable?
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1651 $as_echo_n "checking $2 usability... " >&6; }
1652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1653 /* end confdefs.h. */
1657 if ac_fn_c_try_compile "$LINENO"; then :
1658 ac_header_compiler=yes
1660 ac_header_compiler=no
1662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1664 $as_echo "$ac_header_compiler" >&6; }
1666 # Is the header present?
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1668 $as_echo_n "checking $2 presence... " >&6; }
1669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1670 /* end confdefs.h. */
1673 if ac_fn_c_try_cpp "$LINENO"; then :
1674 ac_header_preproc=yes
1676 ac_header_preproc=no
1678 rm -f conftest.err conftest.i conftest.$ac_ext
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1680 $as_echo "$ac_header_preproc" >&6; }
1682 # So? What about this header?
1683 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1686 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1688 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1692 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1694 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1696 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1698 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1700 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1704 $as_echo_n "checking for $2... " >&6; }
1705 if eval \${$3+:} false; then :
1706 $as_echo_n "(cached) " >&6
1708 eval "$3=\$ac_header_compiler"
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1712 $as_echo "$ac_res" >&6; }
1714 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1716 } # ac_fn_c_check_header_mongrel
1718 # ac_fn_c_try_run LINENO
1719 # ----------------------
1720 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1721 # that executables *can* be run.
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_link"
1727 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1728 *) ac_try_echo
=$ac_try;;
1730 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>&5
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1736 { { case "(($ac_try" in
1737 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1740 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741 $as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_try") 2>&5
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; }; }; then :
1748 $as_echo "$as_me: program exited with status $ac_status" >&5
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1752 ac_retval=$ac_status
1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1756 as_fn_set_status $ac_retval
1760 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1761 # -------------------------------------------------------
1762 # Tests whether HEADER exists and can be compiled using the include files in
1763 # INCLUDES, setting the cache variable VAR accordingly.
1764 ac_fn_c_check_header_compile ()
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768 $as_echo_n "checking for $2... " >&6; }
1769 if eval \${$3+:} false; then :
1770 $as_echo_n "(cached) " >&6
1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1773 /* end confdefs.h. */
1777 if ac_fn_c_try_compile "$LINENO"; then :
1782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1786 $as_echo "$ac_res" >&6; }
1787 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1789 } # ac_fn_c_check_header_compile
1791 # ac_fn_c_try_link LINENO
1792 # -----------------------
1793 # Try to link conftest.$ac_ext, and return whether this succeeded.
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 rm -f conftest.$ac_objext conftest$ac_exeext
1798 if { { ac_try="$ac_link"
1800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1801 *) ac_try_echo
=$ac_try;;
1803 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1804 $as_echo "$ac_try_echo"; } >&5
1805 (eval "$ac_link") 2>conftest.err
1807 if test -s conftest.err
; then
1808 grep -v '^ *+' conftest.err
>conftest.er1
1809 cat conftest.er1
>&5
1810 mv -f conftest.er1 conftest.err
1812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1813 test $ac_status = 0; } && {
1814 test -z "$ac_c_werror_flag" ||
1815 test ! -s conftest.err
1816 } && test -s conftest
$ac_exeext && {
1817 test "$cross_compiling" = yes ||
1818 test -x conftest
$ac_exeext
1822 $as_echo "$as_me: failed program was:" >&5
1823 sed 's/^/| /' conftest.
$ac_ext >&5
1827 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1828 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1829 # interfere with the next link command; also delete a directory that is
1830 # left behind by Apple's compiler. We do this before executing the actions.
1831 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1833 as_fn_set_status
$ac_retval
1835 } # ac_fn_c_try_link
1837 # ac_fn_c_check_func LINENO FUNC VAR
1838 # ----------------------------------
1839 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1840 ac_fn_c_check_func
()
1842 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1844 $as_echo_n "checking for $2... " >&6; }
1845 if eval \
${$3+:} false
; then :
1846 $as_echo_n "(cached) " >&6
1848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1849 /* end confdefs.h. */
1850 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1852 #define $2 innocuous_$2
1854 /* System header to define __stub macros and hopefully few prototypes,
1855 which can conflict with char $2 (); below.
1856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1857 <limits.h> exists even on freestanding compilers. */
1860 # include <limits.h>
1862 # include <assert.h>
1867 /* Override any GCC internal prototype to avoid an error.
1868 Use char because int might match the return type of a GCC
1869 builtin and then its argument prototype would still apply. */
1874 /* The GNU C library defines this for functions which it implements
1875 to always fail with ENOSYS. Some functions are actually named
1876 something starting with __ and the normal name is an alias. */
1877 #if defined __stub_$2 || defined __stub___$2
1889 if ac_fn_c_try_link
"$LINENO"; then :
1894 rm -f core conftest.err conftest.
$ac_objext \
1895 conftest
$ac_exeext conftest.
$ac_ext
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899 $as_echo "$ac_res" >&6; }
1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902 } # ac_fn_c_check_func
1903 cat >config.log
<<_ACEOF
1904 This file contains any messages produced by compilers while
1905 running configure, to aid debugging if configure makes a mistake.
1907 It was created by $as_me, which was
1908 generated by GNU Autoconf 2.69. Invocation command line was
1920 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1926 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1929 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1930 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1931 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1932 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1933 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1934 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1935 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1943 test -z "$as_dir" && as_dir
=.
1944 $as_echo "PATH: $as_dir"
1960 # Keep a trace of the command line.
1961 # Strip out --no-create and --no-recursion so they do not pile up.
1962 # Strip out --silent because we don't want to record it for future runs.
1963 # Also quote any args containing shell meta-characters.
1964 # Make two passes to allow for proper duplicate-argument suppression.
1968 ac_must_keep_next
=false
1974 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1975 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1976 |
-silent |
--silent |
--silen |
--sile |
--sil)
1979 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1982 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1984 as_fn_append ac_configure_args1
" '$ac_arg'"
1985 if test $ac_must_keep_next = true
; then
1986 ac_must_keep_next
=false
# Got value, back to normal.
1989 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1990 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1991 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1992 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1993 case "$ac_configure_args0 " in
1994 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1997 -* ) ac_must_keep_next
=true
;;
2000 as_fn_append ac_configure_args
" '$ac_arg'"
2005 { ac_configure_args0
=; unset ac_configure_args0
;}
2006 { ac_configure_args1
=; unset ac_configure_args1
;}
2008 # When interrupted or exit'd, cleanup temporary files, and complete
2009 # config.log. We remove comments because anyway the quotes in there
2010 # would cause problems or look ugly.
2011 # WARNING: Use '\'' to represent an apostrophe within the trap.
2012 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2013 trap 'exit_status=$?
2014 # Save into config.log some information that might help in debugging.
2018 $as_echo "## ---------------- ##
2019 ## Cache variables. ##
2020 ## ---------------- ##"
2022 # The following way of writing the cache mishandles newlines in values,
2024 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2025 eval ac_val=\$$ac_var
2029 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2030 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 _ | IFS | as_nl) ;; #(
2034 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2035 *) { eval $ac_var=; unset $ac_var;} ;;
2040 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2041 *${as_nl}ac_space=\ *)
2043 "s/'\''/'\''\\\\'\'''\''/g;
2044 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2054 $as_echo "## ----------------- ##
2055 ## Output variables. ##
2056 ## ----------------- ##"
2058 for ac_var in $ac_subst_vars
2060 eval ac_val=\$$ac_var
2062 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2064 $as_echo "$ac_var='\''$ac_val'\''"
2068 if test -n "$ac_subst_files"; then
2069 $as_echo "## ------------------- ##
2070 ## File substitutions. ##
2071 ## ------------------- ##"
2073 for ac_var
in $ac_subst_files
2075 eval ac_val
=\$
$ac_var
2077 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2079 $as_echo "$ac_var='\''$ac_val'\''"
2084 if test -s confdefs.h; then
2085 $as_echo "## ----------- ##
2092 test "$ac_signal" != 0 &&
2093 $as_echo "$as_me: caught signal $ac_signal"
2094 $as_echo "$as_me: exit $exit_status"
2096 rm -f core *.core core.conftest.* &&
2097 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2100 for ac_signal
in 1 2 13 15; do
2101 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2105 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2106 rm -f -r conftest
* confdefs.h
2108 $as_echo "/* confdefs.h */" > confdefs.h
2110 # Predefined preprocessor variables.
2112 cat >>confdefs.h
<<_ACEOF
2113 #define PACKAGE_NAME "$PACKAGE_NAME"
2116 cat >>confdefs.h
<<_ACEOF
2117 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2120 cat >>confdefs.h
<<_ACEOF
2121 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2124 cat >>confdefs.h
<<_ACEOF
2125 #define PACKAGE_STRING "$PACKAGE_STRING"
2128 cat >>confdefs.h
<<_ACEOF
2129 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2132 cat >>confdefs.h
<<_ACEOF
2133 #define PACKAGE_URL "$PACKAGE_URL"
2137 # Let the site file select an alternate cache file if it wants to.
2138 # Prefer an explicitly selected file to automatically selected ones.
2141 if test -n "$CONFIG_SITE"; then
2142 # We do not want a PATH search for config.site.
2143 case $CONFIG_SITE in #((
2144 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2145 */*) ac_site_file1
=$CONFIG_SITE;;
2146 *) ac_site_file1
=.
/$CONFIG_SITE;;
2148 elif test "x$prefix" != xNONE
; then
2149 ac_site_file1
=$prefix/share
/config.site
2150 ac_site_file2
=$prefix/etc
/config.site
2152 ac_site_file1
=$ac_default_prefix/share
/config.site
2153 ac_site_file2
=$ac_default_prefix/etc
/config.site
2155 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2157 test "x$ac_site_file" = xNONE
&& continue
2158 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2160 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2161 sed 's/^/| /' "$ac_site_file" >&5
2163 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2165 as_fn_error $?
"failed to load site script $ac_site_file
2166 See \`config.log' for more details" "$LINENO" 5; }
2170 if test -r "$cache_file"; then
2171 # Some versions of bash will fail to source /dev/null (special files
2172 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2173 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2175 $as_echo "$as_me: loading cache $cache_file" >&6;}
2177 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2178 *) .
"./$cache_file";;
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2183 $as_echo "$as_me: creating cache $cache_file" >&6;}
2187 # Check that the precious variables saved in the cache have kept the same
2189 ac_cache_corrupted
=false
2190 for ac_var
in $ac_precious_vars; do
2191 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2192 eval ac_new_set
=\
$ac_env_${ac_var}_set
2193 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2194 eval ac_new_val
=\
$ac_env_${ac_var}_value
2195 case $ac_old_set,$ac_new_set in
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2198 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2199 ac_cache_corrupted
=: ;;
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2202 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2203 ac_cache_corrupted
=: ;;
2206 if test "x$ac_old_val" != "x$ac_new_val"; then
2207 # differences in whitespace do not lead to failure.
2208 ac_old_val_w
=`echo x $ac_old_val`
2209 ac_new_val_w
=`echo x $ac_new_val`
2210 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2212 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2213 ac_cache_corrupted
=:
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2216 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2217 eval $ac_var=\
$ac_old_val
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2220 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2222 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2225 # Pass precious variables to config.status.
2226 if test "$ac_new_set" = set; then
2228 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2229 *) ac_arg
=$ac_var=$ac_new_val ;;
2231 case " $ac_configure_args " in
2232 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2233 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2237 if $ac_cache_corrupted; then
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2239 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2241 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2242 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2244 ## -------------------- ##
2245 ## Main body of script. ##
2246 ## -------------------- ##
2249 ac_cpp
='$CPP $CPPFLAGS'
2250 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2251 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2252 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2261 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2262 if test -f "$ac_dir/install-sh"; then
2264 ac_install_sh
="$ac_aux_dir/install-sh -c"
2266 elif test -f "$ac_dir/install.sh"; then
2268 ac_install_sh
="$ac_aux_dir/install.sh -c"
2270 elif test -f "$ac_dir/shtool"; then
2272 ac_install_sh
="$ac_aux_dir/shtool install -c"
2276 if test -z "$ac_aux_dir"; then
2277 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2280 # These three variables are undocumented and unsupported,
2281 # and are intended to be withdrawn in a future Autoconf release.
2282 # They can cause serious problems if a builder's source tree is in a directory
2283 # whose full name contains unusual characters.
2284 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2285 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2286 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2289 # Make sure we can run config.sub.
2290 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2291 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2294 $as_echo_n "checking build system type... " >&6; }
2295 if ${ac_cv_build+:} false
; then :
2296 $as_echo_n "(cached) " >&6
2298 ac_build_alias
=$build_alias
2299 test "x$ac_build_alias" = x
&&
2300 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2301 test "x$ac_build_alias" = x
&&
2302 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2303 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2304 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2311 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2314 ac_save_IFS
=$IFS; IFS
='-'
2320 # Remember, the first character of IFS is used to create $*,
2321 # except with old shells:
2324 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2328 $as_echo_n "checking host system type... " >&6; }
2329 if ${ac_cv_host+:} false
; then :
2330 $as_echo_n "(cached) " >&6
2332 if test "x$host_alias" = x
; then
2333 ac_cv_host
=$ac_cv_build
2335 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2336 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2344 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2347 ac_save_IFS
=$IFS; IFS
='-'
2353 # Remember, the first character of IFS is used to create $*,
2354 # except with old shells:
2357 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2361 $as_echo_n "checking target system type... " >&6; }
2362 if ${ac_cv_target+:} false
; then :
2363 $as_echo_n "(cached) " >&6
2365 if test "x$target_alias" = x
; then
2366 ac_cv_target
=$ac_cv_host
2368 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2369 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2374 $as_echo "$ac_cv_target" >&6; }
2375 case $ac_cv_target in
2377 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2379 target
=$ac_cv_target
2380 ac_save_IFS
=$IFS; IFS
='-'
2386 # Remember, the first character of IFS is used to create $*,
2387 # except with old shells:
2390 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2393 # The aliases save the names the user supplied, while $host etc.
2394 # will get canonicalized.
2395 test -n "$target_alias" &&
2396 test "$program_prefix$program_suffix$program_transform_name" = \
2398 program_prefix
=${target_alias}-
2400 ac_cpp
='$CPP $CPPFLAGS'
2401 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2402 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2403 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2404 if test -n "$ac_tool_prefix"; then
2405 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2406 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2408 $as_echo_n "checking for $ac_word... " >&6; }
2409 if ${ac_cv_prog_CC+:} false
; then :
2410 $as_echo_n "(cached) " >&6
2412 if test -n "$CC"; then
2413 ac_cv_prog_CC
="$CC" # Let the user override the test.
2415 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2419 test -z "$as_dir" && as_dir
=.
2420 for ac_exec_ext
in '' $ac_executable_extensions; do
2421 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2422 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2433 if test -n "$CC"; then
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2435 $as_echo "$CC" >&6; }
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2438 $as_echo "no" >&6; }
2443 if test -z "$ac_cv_prog_CC"; then
2445 # Extract the first word of "gcc", so it can be a program name with args.
2446 set dummy gcc
; ac_word
=$2
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2448 $as_echo_n "checking for $ac_word... " >&6; }
2449 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2450 $as_echo_n "(cached) " >&6
2452 if test -n "$ac_ct_CC"; then
2453 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2455 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2459 test -z "$as_dir" && as_dir
=.
2460 for ac_exec_ext
in '' $ac_executable_extensions; do
2461 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2462 ac_cv_prog_ac_ct_CC
="gcc"
2463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2473 if test -n "$ac_ct_CC"; then
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2475 $as_echo "$ac_ct_CC" >&6; }
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2478 $as_echo "no" >&6; }
2481 if test "x$ac_ct_CC" = x
; then
2484 case $cross_compiling:$ac_tool_warned in
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2487 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2488 ac_tool_warned
=yes ;;
2496 if test -z "$CC"; then
2497 if test -n "$ac_tool_prefix"; then
2498 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2499 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2501 $as_echo_n "checking for $ac_word... " >&6; }
2502 if ${ac_cv_prog_CC+:} false
; then :
2503 $as_echo_n "(cached) " >&6
2505 if test -n "$CC"; then
2506 ac_cv_prog_CC
="$CC" # Let the user override the test.
2508 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2512 test -z "$as_dir" && as_dir
=.
2513 for ac_exec_ext
in '' $ac_executable_extensions; do
2514 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2515 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2526 if test -n "$CC"; then
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2528 $as_echo "$CC" >&6; }
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2531 $as_echo "no" >&6; }
2537 if test -z "$CC"; then
2538 # Extract the first word of "cc", so it can be a program name with args.
2539 set dummy cc
; ac_word
=$2
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2541 $as_echo_n "checking for $ac_word... " >&6; }
2542 if ${ac_cv_prog_CC+:} false
; then :
2543 $as_echo_n "(cached) " >&6
2545 if test -n "$CC"; then
2546 ac_cv_prog_CC
="$CC" # Let the user override the test.
2549 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2553 test -z "$as_dir" && as_dir
=.
2554 for ac_exec_ext
in '' $ac_executable_extensions; do
2555 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2556 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2557 ac_prog_rejected
=yes
2561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2568 if test $ac_prog_rejected = yes; then
2569 # We found a bogon in the path, so make sure we never use it.
2570 set dummy
$ac_cv_prog_CC
2572 if test $# != 0; then
2573 # We chose a different compiler from the bogus one.
2574 # However, it has the same basename, so the bogon will be chosen
2575 # first if we set CC to just the basename; use the full file name.
2577 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2583 if test -n "$CC"; then
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2585 $as_echo "$CC" >&6; }
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2588 $as_echo "no" >&6; }
2593 if test -z "$CC"; then
2594 if test -n "$ac_tool_prefix"; then
2595 for ac_prog
in cl.exe
2597 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2598 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2600 $as_echo_n "checking for $ac_word... " >&6; }
2601 if ${ac_cv_prog_CC+:} false
; then :
2602 $as_echo_n "(cached) " >&6
2604 if test -n "$CC"; then
2605 ac_cv_prog_CC
="$CC" # Let the user override the test.
2607 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2611 test -z "$as_dir" && as_dir
=.
2612 for ac_exec_ext
in '' $ac_executable_extensions; do
2613 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2614 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2625 if test -n "$CC"; then
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2627 $as_echo "$CC" >&6; }
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2630 $as_echo "no" >&6; }
2634 test -n "$CC" && break
2637 if test -z "$CC"; then
2639 for ac_prog
in cl.exe
2641 # Extract the first word of "$ac_prog", so it can be a program name with args.
2642 set dummy
$ac_prog; ac_word
=$2
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2644 $as_echo_n "checking for $ac_word... " >&6; }
2645 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2646 $as_echo_n "(cached) " >&6
2648 if test -n "$ac_ct_CC"; then
2649 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2651 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2655 test -z "$as_dir" && as_dir
=.
2656 for ac_exec_ext
in '' $ac_executable_extensions; do
2657 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2658 ac_cv_prog_ac_ct_CC
="$ac_prog"
2659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2669 if test -n "$ac_ct_CC"; then
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2671 $as_echo "$ac_ct_CC" >&6; }
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2674 $as_echo "no" >&6; }
2678 test -n "$ac_ct_CC" && break
2681 if test "x$ac_ct_CC" = x
; then
2684 case $cross_compiling:$ac_tool_warned in
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2687 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2688 ac_tool_warned
=yes ;;
2697 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2698 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2699 as_fn_error $?
"no acceptable C compiler found in \$PATH
2700 See \`config.log' for more details" "$LINENO" 5; }
2702 # Provide some information about the compiler.
2703 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2706 for ac_option
in --version -v -V -qversion; do
2707 { { ac_try
="$ac_compiler $ac_option >&5"
2709 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2710 *) ac_try_echo=$ac_try;;
2712 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2713 $as_echo "$ac_try_echo"; } >&5
2714 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2716 if test -s conftest.err; then
2718 ... rest of stderr output deleted ...
2719 10q' conftest.err >conftest.er1
2720 cat conftest.er1 >&5
2722 rm -f conftest.er1 conftest.err
2723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2724 test $ac_status = 0; }
2727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2728 /* end confdefs.h. */
2738 ac_clean_files_save=$ac_clean_files
2739 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2740 # Try to create an executable without -o first, disregard a.out.
2741 # It will help us diagnose broken compilers, and finding out an intuition
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2744 $as_echo_n "checking whether the C compiler works... " >&6; }
2745 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2747 # The possible output files:
2748 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2751 for ac_file in $ac_files
2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2755 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2760 if { { ac_try="$ac_link_default"
2762 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2763 *) ac_try_echo
=$ac_try;;
2765 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2766 $as_echo "$ac_try_echo"; } >&5
2767 (eval "$ac_link_default") 2>&5
2769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2770 test $ac_status = 0; }; then :
2771 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2772 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2773 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2774 # so that the user can short-circuit this test for compilers unknown to
2776 for ac_file
in $ac_files ''
2778 test -f "$ac_file" ||
continue
2780 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2783 # We found the default executable, but exeext='' is most
2787 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2789 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2791 # We set ac_cv_exeext here because the later test for it is not
2792 # safe: cross compilers may not add the suffix if given an `-o'
2793 # argument, so we may need to know it at that point already.
2794 # Even if this section looks crufty: it has the advantage of
2801 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2806 if test -z "$ac_file"; then :
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2808 $as_echo "no" >&6; }
2809 $as_echo "$as_me: failed program was:" >&5
2810 sed 's/^/| /' conftest.
$ac_ext >&5
2812 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2813 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2814 as_fn_error
77 "C compiler cannot create executables
2815 See \`config.log' for more details" "$LINENO" 5; }
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2818 $as_echo "yes" >&6; }
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2821 $as_echo_n "checking for C compiler default output file name... " >&6; }
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2823 $as_echo "$ac_file" >&6; }
2824 ac_exeext
=$ac_cv_exeext
2826 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
2827 ac_clean_files
=$ac_clean_files_save
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2829 $as_echo_n "checking for suffix of executables... " >&6; }
2830 if { { ac_try
="$ac_link"
2832 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2833 *) ac_try_echo=$ac_try;;
2835 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2836 $as_echo "$ac_try_echo"; } >&5
2837 (eval "$ac_link") 2>&5
2839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2840 test $ac_status = 0; }; then :
2841 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2842 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2843 # work properly (i.e., refer to `conftest.exe'), while it won't with
2845 for ac_file
in conftest.exe conftest conftest.
*; do
2846 test -f "$ac_file" ||
continue
2848 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2849 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2856 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2857 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2858 See \`config.log' for more details" "$LINENO" 5; }
2860 rm -f conftest conftest
$ac_cv_exeext
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2862 $as_echo "$ac_cv_exeext" >&6; }
2864 rm -f conftest.
$ac_ext
2865 EXEEXT
=$ac_cv_exeext
2867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2873 FILE *f = fopen ("conftest.out", "w");
2874 return ferror (f) || fclose (f) != 0;
2880 ac_clean_files
="$ac_clean_files conftest.out"
2881 # Check that the compiler produces executables we can run. If not, either
2882 # the compiler is broken, or we cross compile.
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2884 $as_echo_n "checking whether we are cross compiling... " >&6; }
2885 if test "$cross_compiling" != yes; then
2886 { { ac_try
="$ac_link"
2888 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2889 *) ac_try_echo=$ac_try;;
2891 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2892 $as_echo "$ac_try_echo"; } >&5
2893 (eval "$ac_link") 2>&5
2895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2896 test $ac_status = 0; }
2897 if { ac_try='./conftest$ac_cv_exeext'
2898 { { case "(($ac_try" in
2899 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2900 *) ac_try_echo
=$ac_try;;
2902 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2903 $as_echo "$ac_try_echo"; } >&5
2904 (eval "$ac_try") 2>&5
2906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2907 test $ac_status = 0; }; }; then
2910 if test "$cross_compiling" = maybe
; then
2913 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2914 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2915 as_fn_error $?
"cannot run C compiled programs.
2916 If you meant to cross compile, use \`--host'.
2917 See \`config.log' for more details" "$LINENO" 5; }
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2922 $as_echo "$cross_compiling" >&6; }
2924 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
2925 ac_clean_files
=$ac_clean_files_save
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2927 $as_echo_n "checking for suffix of object files... " >&6; }
2928 if ${ac_cv_objext+:} false
; then :
2929 $as_echo_n "(cached) " >&6
2931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2932 /* end confdefs.h. */
2942 rm -f conftest.o conftest.obj
2943 if { { ac_try
="$ac_compile"
2945 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2946 *) ac_try_echo=$ac_try;;
2948 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2949 $as_echo "$ac_try_echo"; } >&5
2950 (eval "$ac_compile") 2>&5
2952 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2953 test $ac_status = 0; }; then :
2954 for ac_file in conftest.o conftest.obj conftest.*; do
2955 test -f "$ac_file" || continue;
2957 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2958 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2963 $as_echo "$as_me: failed program was:" >&5
2964 sed 's/^/| /' conftest.$ac_ext >&5
2966 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2967 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2968 as_fn_error $? "cannot compute suffix of object files
: cannot compile
2969 See \
`config.log' for more details" "$LINENO" 5; }
2971 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2974 $as_echo "$ac_cv_objext" >&6; }
2975 OBJEXT=$ac_cv_objext
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2978 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2979 if ${ac_cv_c_compiler_gnu+:} false; then :
2980 $as_echo_n "(cached) " >&6
2982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2983 /* end confdefs.h. */
2996 if ac_fn_c_try_compile "$LINENO"; then :
3001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3002 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3006 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3007 if test $ac_compiler_gnu = yes; then
3012 ac_test_CFLAGS=${CFLAGS+set}
3013 ac_save_CFLAGS=$CFLAGS
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3015 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3016 if ${ac_cv_prog_cc_g+:} false; then :
3017 $as_echo_n "(cached) " >&6
3019 ac_save_c_werror_flag=$ac_c_werror_flag
3020 ac_c_werror_flag=yes
3023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3024 /* end confdefs.h. */
3034 if ac_fn_c_try_compile "$LINENO"; then :
3038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3039 /* end confdefs.h. */
3049 if ac_fn_c_try_compile "$LINENO"; then :
3052 ac_c_werror_flag=$ac_save_c_werror_flag
3054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3055 /* end confdefs.h. */
3065 if ac_fn_c_try_compile "$LINENO"; then :
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073 ac_c_werror_flag=$ac_save_c_werror_flag
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3076 $as_echo "$ac_cv_prog_cc_g" >&6; }
3077 if test "$ac_test_CFLAGS" = set; then
3078 CFLAGS=$ac_save_CFLAGS
3079 elif test $ac_cv_prog_cc_g = yes; then
3080 if test "$GCC" = yes; then
3086 if test "$GCC" = yes; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3093 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3094 if ${ac_cv_prog_cc_c89+:} false; then :
3095 $as_echo_n "(cached) " >&6
3097 ac_cv_prog_cc_c89=no
3099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100 /* end confdefs.h. */
3104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105 struct buf { int x; };
3106 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107 static char *e (p, i)
3113 static char *f (char * (*g) (char **, int), char **p, ...)
3118 s = g (p, va_arg (v,int));
3123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3135 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137 int test (int i, double x);
3138 struct s1 {int (*f) (int a);};
3139 struct s2 {int (*f) (double a);};
3140 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3146 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3151 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 CC="$ac_save_CC $ac_arg"
3155 if ac_fn_c_try_compile "$LINENO"; then :
3156 ac_cv_prog_cc_c89=$ac_arg
3158 rm -f core conftest.err conftest.$ac_objext
3159 test "x$ac_cv_prog_cc_c89" != "xno" && break
3161 rm -f conftest.$ac_ext
3166 case "x$ac_cv_prog_cc_c89" in
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3169 $as_echo "none needed" >&6; } ;;
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3172 $as_echo "unsupported" >&6; } ;;
3174 CC="$CC $ac_cv_prog_cc_c89"
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3176 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3178 if test "x$ac_cv_prog_cc_c89" != xno; then :
3183 ac_cpp='$CPP $CPPFLAGS'
3184 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3185 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3186 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3190 ac_cpp='$CPP $CPPFLAGS'
3191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3193 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3195 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3196 # On Suns, sometimes $CPP names a directory.
3197 if test -n "$CPP" && test -d "$CPP"; then
3200 if test -z "$CPP"; then
3201 if ${ac_cv_prog_CPP+:} false; then :
3202 $as_echo_n "(cached) " >&6
3204 # Double quotes because CPP needs to be expanded
3205 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3208 for ac_c_preproc_warn_flag in '' yes
3210 # Use a header file that comes with gcc, so configuring glibc
3211 # with a fresh cross-compiler works.
3212 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3213 # <limits.h> exists even on freestanding compilers.
3214 # On the NeXT, cc -E runs the code through the compiler's parser,
3215 # not just through cpp. "Syntax error" is here to catch this case.
3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3217 /* end confdefs.h. */
3219 # include <limits.h>
3221 # include <assert.h>
3225 if ac_fn_c_try_cpp "$LINENO"; then :
3228 # Broken: fails on valid input.
3231 rm -f conftest.err conftest.i conftest.$ac_ext
3233 # OK, works on sane cases. Now check whether nonexistent headers
3234 # can be detected and how.
3235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3236 /* end confdefs.h. */
3237 #include <ac_nonexistent.h>
3239 if ac_fn_c_try_cpp "$LINENO"; then :
3240 # Broken: success on invalid input.
3243 # Passes both tests.
3247 rm -f conftest.err conftest.i conftest.$ac_ext
3250 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3251 rm -f conftest.i conftest.err conftest.
$ac_ext
3252 if $ac_preproc_ok; then :
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3265 $as_echo "$CPP" >&6; }
3267 for ac_c_preproc_warn_flag
in '' yes
3269 # Use a header file that comes with gcc, so configuring glibc
3270 # with a fresh cross-compiler works.
3271 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3272 # <limits.h> exists even on freestanding compilers.
3273 # On the NeXT, cc -E runs the code through the compiler's parser,
3274 # not just through cpp. "Syntax error" is here to catch this case.
3275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3276 /* end confdefs.h. */
3278 # include <limits.h>
3280 # include <assert.h>
3284 if ac_fn_c_try_cpp
"$LINENO"; then :
3287 # Broken: fails on valid input.
3290 rm -f conftest.err conftest.i conftest.
$ac_ext
3292 # OK, works on sane cases. Now check whether nonexistent headers
3293 # can be detected and how.
3294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3295 /* end confdefs.h. */
3296 #include <ac_nonexistent.h>
3298 if ac_fn_c_try_cpp
"$LINENO"; then :
3299 # Broken: success on invalid input.
3302 # Passes both tests.
3306 rm -f conftest.err conftest.i conftest.
$ac_ext
3309 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3310 rm -f conftest.i conftest.err conftest.
$ac_ext
3311 if $ac_preproc_ok; then :
3314 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3315 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3316 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
3317 See \`config.log' for more details" "$LINENO" 5; }
3321 ac_cpp
='$CPP $CPPFLAGS'
3322 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3323 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3324 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3328 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3329 if ${ac_cv_path_GREP+:} false
; then :
3330 $as_echo_n "(cached) " >&6
3332 if test -z "$GREP"; then
3333 ac_path_GREP_found
=false
3334 # Loop through the user's path and test for each of PROGNAME-LIST
3335 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3336 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3339 test -z "$as_dir" && as_dir
=.
3340 for ac_prog
in grep ggrep
; do
3341 for ac_exec_ext
in '' $ac_executable_extensions; do
3342 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
3343 as_fn_executable_p
"$ac_path_GREP" ||
continue
3344 # Check for GNU ac_path_GREP and select it if it is found.
3345 # Check for GNU $ac_path_GREP
3346 case `"$ac_path_GREP" --version 2>&1` in
3348 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
3351 $as_echo_n 0123456789 >"conftest.in"
3354 cat "conftest.in" "conftest.in" >"conftest.tmp"
3355 mv "conftest.tmp" "conftest.in"
3356 cp "conftest.in" "conftest.nl"
3357 $as_echo 'GREP' >> "conftest.nl"
3358 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3359 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3360 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3361 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3362 # Best one so far, save it but keep looking for a better one
3363 ac_cv_path_GREP
="$ac_path_GREP"
3364 ac_path_GREP_max
=$ac_count
3366 # 10*(2^10) chars as input seems more than enough
3367 test $ac_count -gt 10 && break
3369 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3372 $ac_path_GREP_found && break 3
3377 if test -z "$ac_cv_path_GREP"; then
3378 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3381 ac_cv_path_GREP
=$GREP
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3386 $as_echo "$ac_cv_path_GREP" >&6; }
3387 GREP
="$ac_cv_path_GREP"
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3391 $as_echo_n "checking for egrep... " >&6; }
3392 if ${ac_cv_path_EGREP+:} false
; then :
3393 $as_echo_n "(cached) " >&6
3395 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
3396 then ac_cv_path_EGREP
="$GREP -E"
3398 if test -z "$EGREP"; then
3399 ac_path_EGREP_found
=false
3400 # Loop through the user's path and test for each of PROGNAME-LIST
3401 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3402 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3405 test -z "$as_dir" && as_dir
=.
3406 for ac_prog
in egrep; do
3407 for ac_exec_ext
in '' $ac_executable_extensions; do
3408 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
3409 as_fn_executable_p
"$ac_path_EGREP" ||
continue
3410 # Check for GNU ac_path_EGREP and select it if it is found.
3411 # Check for GNU $ac_path_EGREP
3412 case `"$ac_path_EGREP" --version 2>&1` in
3414 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
3417 $as_echo_n 0123456789 >"conftest.in"
3420 cat "conftest.in" "conftest.in" >"conftest.tmp"
3421 mv "conftest.tmp" "conftest.in"
3422 cp "conftest.in" "conftest.nl"
3423 $as_echo 'EGREP' >> "conftest.nl"
3424 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3425 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3426 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3427 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3428 # Best one so far, save it but keep looking for a better one
3429 ac_cv_path_EGREP
="$ac_path_EGREP"
3430 ac_path_EGREP_max
=$ac_count
3432 # 10*(2^10) chars as input seems more than enough
3433 test $ac_count -gt 10 && break
3435 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3438 $ac_path_EGREP_found && break 3
3443 if test -z "$ac_cv_path_EGREP"; then
3444 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3447 ac_cv_path_EGREP
=$EGREP
3452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3453 $as_echo "$ac_cv_path_EGREP" >&6; }
3454 EGREP
="$ac_cv_path_EGREP"
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3458 $as_echo_n "checking for ANSI C header files... " >&6; }
3459 if ${ac_cv_header_stdc+:} false
; then :
3460 $as_echo_n "(cached) " >&6
3462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3463 /* end confdefs.h. */
3477 if ac_fn_c_try_compile
"$LINENO"; then :
3478 ac_cv_header_stdc
=yes
3480 ac_cv_header_stdc
=no
3482 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3484 if test $ac_cv_header_stdc = yes; then
3485 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3486 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3487 /* end confdefs.h. */
3491 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3492 $EGREP "memchr" >/dev
/null
2>&1; then :
3495 ac_cv_header_stdc
=no
3501 if test $ac_cv_header_stdc = yes; then
3502 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3503 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3504 /* end confdefs.h. */
3508 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3509 $EGREP "free" >/dev
/null
2>&1; then :
3512 ac_cv_header_stdc
=no
3518 if test $ac_cv_header_stdc = yes; then
3519 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3520 if test "$cross_compiling" = yes; then :
3523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h. */
3527 #if ((' ' & 0x0FF) == 0x020)
3528 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3529 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3531 # define ISLOWER(c) \
3532 (('a' <= (c) && (c) <= 'i') \
3533 || ('j' <= (c) && (c) <= 'r') \
3534 || ('s' <= (c) && (c) <= 'z'))
3535 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3538 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3543 for (i = 0; i < 256; i++)
3544 if (XOR (islower (i), ISLOWER (i))
3545 || toupper (i) != TOUPPER (i))
3550 if ac_fn_c_try_run
"$LINENO"; then :
3553 ac_cv_header_stdc
=no
3555 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
3556 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3562 $as_echo "$ac_cv_header_stdc" >&6; }
3563 if test $ac_cv_header_stdc = yes; then
3565 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3569 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3570 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3571 inttypes.h stdint.h unistd.h
3573 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3574 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3576 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
3577 cat >>confdefs.h
<<_ACEOF
3578 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3587 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3588 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
3595 if test "$MINIX" = yes; then
3597 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3600 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3603 $as_echo "#define _MINIX 1" >>confdefs.h
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3609 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3610 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
3611 $as_echo_n "(cached) " >&6
3613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3614 /* end confdefs.h. */
3616 # define __EXTENSIONS__ 1
3617 $ac_includes_default
3626 if ac_fn_c_try_compile
"$LINENO"; then :
3627 ac_cv_safe_to_define___extensions__
=yes
3629 ac_cv_safe_to_define___extensions__
=no
3631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3634 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3635 test $ac_cv_safe_to_define___extensions__ = yes &&
3636 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3638 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3640 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3642 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3644 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3647 test "$program_prefix" != NONE
&&
3648 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3649 # Use a double $ so make ignores it.
3650 test "$program_suffix" != NONE
&&
3651 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3652 # Double any \ or $.
3653 # By default was `s,x,x', remove it if useless.
3654 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3655 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3657 # Find a good install program. We prefer a C program (faster),
3658 # so one script is as good as another. But avoid the broken or
3659 # incompatible versions:
3660 # SysV /etc/install, /usr/sbin/install
3661 # SunOS /usr/etc/install
3662 # IRIX /sbin/install
3664 # AmigaOS /C/install, which installs bootblocks on floppy discs
3665 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3666 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3667 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3668 # OS/2's system install, which has a completely different semantic
3669 # ./install, which can be erroneously created by make from ./install.sh.
3670 # Reject install programs that cannot install multiple files.
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3672 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3673 if test -z "$INSTALL"; then
3674 if ${ac_cv_path_install+:} false
; then :
3675 $as_echo_n "(cached) " >&6
3677 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3681 test -z "$as_dir" && as_dir
=.
3682 # Account for people who put trailing slashes in PATH elements.
3683 case $as_dir/ in #((
3684 .
/ | .
// |
/[cC
]/* | \
3685 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3686 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
3689 # OSF1 and SCO ODT 3.0 have their own names for install.
3690 # Don't use installbsd from OSF since it installs stuff as root
3692 for ac_prog
in ginstall scoinst
install; do
3693 for ac_exec_ext
in '' $ac_executable_extensions; do
3694 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
3695 if test $ac_prog = install &&
3696 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3697 # AIX install. It has an incompatible calling convention.
3699 elif test $ac_prog = install &&
3700 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3701 # program-specific install script used by HP pwplus--don't use.
3704 rm -rf conftest.one conftest.two conftest.dir
3705 echo one
> conftest.one
3706 echo two
> conftest.two
3708 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
3709 test -s conftest.one
&& test -s conftest.two
&&
3710 test -s conftest.dir
/conftest.one
&&
3711 test -s conftest.dir
/conftest.two
3713 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3726 rm -rf conftest.one conftest.two conftest.dir
3729 if test "${ac_cv_path_install+set}" = set; then
3730 INSTALL
=$ac_cv_path_install
3732 # As a last resort, use the slow shell script. Don't cache a
3733 # value for INSTALL within a source directory, because that will
3734 # break other packages using the cache if that directory is
3735 # removed, or if the value is a relative name.
3736 INSTALL
=$ac_install_sh
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3740 $as_echo "$INSTALL" >&6; }
3742 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3743 # It thinks the first close brace ends the variable substitution.
3744 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3746 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3748 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3750 rm -rf .tst
2>/dev
/null
3751 mkdir .tst
2>/dev
/null
3752 if test -d .tst
; then
3757 rmdir .tst
2>/dev
/null
3759 DEPDIR
="${am__leading_dot}deps"
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3764 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3769 macro_version
='2.2.7a'
3770 macro_revision
='1.3134'
3784 ltmain
="$ac_aux_dir/ltmain.sh"
3786 # Backslashify metacharacters that are still active within
3787 # double-quoted strings.
3788 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
3790 # Same as above, but do not quote variable references.
3791 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
3793 # Sed substitution to delay expansion of an escaped shell variable in a
3794 # double_quote_subst'ed string.
3795 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
3797 # Sed substitution to delay expansion of an escaped single quote.
3798 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
3800 # Sed substitution to avoid accidental globbing in evaled expressions
3801 no_glob_subst
='s/\*/\\\*/g'
3803 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3804 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3805 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3808 $as_echo_n "checking how to print strings... " >&6; }
3809 # Test print first, because it will be a builtin if present.
3810 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3811 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3813 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3816 # Use this function as a fallback that always works.
3817 func_fallback_echo ()
3819 eval 'cat <<_LTECHO_EOF
3823 ECHO='func_fallback_echo
'
3826 # func_echo_all arg...
3827 # Invoke $ECHO with all args, space-separated.
3834 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3835 $as_echo "printf" >&6; } ;;
3836 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3837 $as_echo "print -r" >&6; } ;;
3838 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3839 $as_echo "cat" >&6; } ;;
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3856 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3857 if ${ac_cv_path_SED+:} false; then :
3858 $as_echo_n "(cached) " >&6
3860 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3861 for ac_i in 1 2 3 4 5 6 7; do
3862 ac_script="$ac_script$as_nl$ac_script"
3864 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3865 { ac_script=; unset ac_script;}
3866 if test -z "$SED"; then
3867 ac_path_SED_found=false
3868 # Loop through the user's path and
test for each of PROGNAME-LIST
3869 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3873 test -z "$as_dir" && as_dir
=.
3874 for ac_prog
in sed gsed
; do
3875 for ac_exec_ext
in '' $ac_executable_extensions; do
3876 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
3877 as_fn_executable_p
"$ac_path_SED" ||
continue
3878 # Check for GNU ac_path_SED and select it if it is found.
3879 # Check for GNU $ac_path_SED
3880 case `"$ac_path_SED" --version 2>&1` in
3882 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
3885 $as_echo_n 0123456789 >"conftest.in"
3888 cat "conftest.in" "conftest.in" >"conftest.tmp"
3889 mv "conftest.tmp" "conftest.in"
3890 cp "conftest.in" "conftest.nl"
3891 $as_echo '' >> "conftest.nl"
3892 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3893 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3894 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3895 if test $ac_count -gt ${ac_path_SED_max-0}; then
3896 # Best one so far, save it but keep looking for a better one
3897 ac_cv_path_SED
="$ac_path_SED"
3898 ac_path_SED_max
=$ac_count
3900 # 10*(2^10) chars as input seems more than enough
3901 test $ac_count -gt 10 && break
3903 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3906 $ac_path_SED_found && break 3
3911 if test -z "$ac_cv_path_SED"; then
3912 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3920 $as_echo "$ac_cv_path_SED" >&6; }
3921 SED
="$ac_cv_path_SED"
3924 test -z "$SED" && SED
=sed
3925 Xsed
="$SED -e 1s/^X//"
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3938 $as_echo_n "checking for fgrep... " >&6; }
3939 if ${ac_cv_path_FGREP+:} false
; then :
3940 $as_echo_n "(cached) " >&6
3942 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
3943 then ac_cv_path_FGREP
="$GREP -F"
3945 if test -z "$FGREP"; then
3946 ac_path_FGREP_found
=false
3947 # Loop through the user's path and test for each of PROGNAME-LIST
3948 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3949 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3952 test -z "$as_dir" && as_dir
=.
3953 for ac_prog
in fgrep
; do
3954 for ac_exec_ext
in '' $ac_executable_extensions; do
3955 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
3956 as_fn_executable_p
"$ac_path_FGREP" ||
continue
3957 # Check for GNU ac_path_FGREP and select it if it is found.
3958 # Check for GNU $ac_path_FGREP
3959 case `"$ac_path_FGREP" --version 2>&1` in
3961 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
3964 $as_echo_n 0123456789 >"conftest.in"
3967 cat "conftest.in" "conftest.in" >"conftest.tmp"
3968 mv "conftest.tmp" "conftest.in"
3969 cp "conftest.in" "conftest.nl"
3970 $as_echo 'FGREP' >> "conftest.nl"
3971 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3972 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3973 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3974 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3975 # Best one so far, save it but keep looking for a better one
3976 ac_cv_path_FGREP
="$ac_path_FGREP"
3977 ac_path_FGREP_max
=$ac_count
3979 # 10*(2^10) chars as input seems more than enough
3980 test $ac_count -gt 10 && break
3982 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3985 $ac_path_FGREP_found && break 3
3990 if test -z "$ac_cv_path_FGREP"; then
3991 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3994 ac_cv_path_FGREP
=$FGREP
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4000 $as_echo "$ac_cv_path_FGREP" >&6; }
4001 FGREP
="$ac_cv_path_FGREP"
4004 test -z "$GREP" && GREP
=grep
4024 # Check whether --with-gnu-ld was given.
4025 if test "${with_gnu_ld+set}" = set; then :
4026 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
4032 if test "$GCC" = yes; then
4033 # Check if gcc -print-prog-name=ld gives a path.
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4035 $as_echo_n "checking for ld used by $CC... " >&6; }
4038 # gcc leaves a trailing carriage return which upsets mingw
4039 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4041 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4044 # Accept absolute paths.
4046 re_direlt
='/[^/][^/]*/\.\./'
4047 # Canonicalize the pathname of ld
4048 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4049 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4050 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4052 test -z "$LD" && LD
="$ac_prog"
4055 # If it fails, then pretend we aren't using GCC.
4059 # If it is relative, then search for the first ld in PATH.
4063 elif test "$with_gnu_ld" = yes; then
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4065 $as_echo_n "checking for GNU ld... " >&6; }
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4068 $as_echo_n "checking for non-GNU ld... " >&6; }
4070 if ${lt_cv_path_LD+:} false
; then :
4071 $as_echo_n "(cached) " >&6
4073 if test -z "$LD"; then
4074 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4075 for ac_dir
in $PATH; do
4077 test -z "$ac_dir" && ac_dir
=.
4078 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4079 lt_cv_path_LD
="$ac_dir/$ac_prog"
4080 # Check to see if the program is GNU ld. I'd rather use --version,
4081 # but apparently some variants of GNU ld only accept -v.
4082 # Break only if it was the GNU/non-GNU ld that we prefer.
4083 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4084 *GNU
* |
*'with BFD'*)
4085 test "$with_gnu_ld" != no
&& break
4088 test "$with_gnu_ld" != yes && break
4095 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4100 if test -n "$LD"; then
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4102 $as_echo "$LD" >&6; }
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4105 $as_echo "no" >&6; }
4107 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4109 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4110 if ${lt_cv_prog_gnu_ld+:} false
; then :
4111 $as_echo_n "(cached) " >&6
4113 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4114 case `$LD -v 2>&1 </dev/null` in
4115 *GNU
* |
*'with BFD'*)
4116 lt_cv_prog_gnu_ld
=yes
4119 lt_cv_prog_gnu_ld
=no
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4124 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4125 with_gnu_ld
=$lt_cv_prog_gnu_ld
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4136 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4137 if ${lt_cv_path_NM+:} false
; then :
4138 $as_echo_n "(cached) " >&6
4140 if test -n "$NM"; then
4141 # Let the user override the test.
4144 lt_nm_to_check
="${ac_tool_prefix}nm"
4145 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4146 lt_nm_to_check
="$lt_nm_to_check nm"
4148 for lt_tmp_nm
in $lt_nm_to_check; do
4149 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4150 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4152 test -z "$ac_dir" && ac_dir
=.
4153 tmp_nm
="$ac_dir/$lt_tmp_nm"
4154 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4155 # Check to see if the nm accepts a BSD-compat flag.
4156 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4157 # nm: unknown option "B" ignored
4158 # Tru64's nm complains that /dev/null is an invalid object file
4159 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4160 */dev
/null
* |
*'Invalid file or object type'*)
4161 lt_cv_path_NM
="$tmp_nm -B"
4165 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4167 lt_cv_path_NM
="$tmp_nm -p"
4171 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4172 continue # so that we can try to find one that supports BSD flags
4181 : ${lt_cv_path_NM=no}
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4185 $as_echo "$lt_cv_path_NM" >&6; }
4186 if test "$lt_cv_path_NM" != "no"; then
4189 # Didn't find any BSD compatible name lister, look for dumpbin.
4190 if test -n "$DUMPBIN"; then :
4191 # Let the user override the test.
4193 if test -n "$ac_tool_prefix"; then
4194 for ac_prog
in dumpbin
"link -dump"
4196 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4197 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4199 $as_echo_n "checking for $ac_word... " >&6; }
4200 if ${ac_cv_prog_DUMPBIN+:} false
; then :
4201 $as_echo_n "(cached) " >&6
4203 if test -n "$DUMPBIN"; then
4204 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4210 test -z "$as_dir" && as_dir
=.
4211 for ac_exec_ext
in '' $ac_executable_extensions; do
4212 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4213 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 DUMPBIN
=$ac_cv_prog_DUMPBIN
4224 if test -n "$DUMPBIN"; then
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4226 $as_echo "$DUMPBIN" >&6; }
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229 $as_echo "no" >&6; }
4233 test -n "$DUMPBIN" && break
4236 if test -z "$DUMPBIN"; then
4237 ac_ct_DUMPBIN
=$DUMPBIN
4238 for ac_prog
in dumpbin
"link -dump"
4240 # Extract the first word of "$ac_prog", so it can be a program name with args.
4241 set dummy
$ac_prog; ac_word
=$2
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4243 $as_echo_n "checking for $ac_word... " >&6; }
4244 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
4245 $as_echo_n "(cached) " >&6
4247 if test -n "$ac_ct_DUMPBIN"; then
4248 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4250 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4254 test -z "$as_dir" && as_dir
=.
4255 for ac_exec_ext
in '' $ac_executable_extensions; do
4256 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4257 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4267 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4268 if test -n "$ac_ct_DUMPBIN"; then
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4270 $as_echo "$ac_ct_DUMPBIN" >&6; }
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4273 $as_echo "no" >&6; }
4277 test -n "$ac_ct_DUMPBIN" && break
4280 if test "x$ac_ct_DUMPBIN" = x
; then
4283 case $cross_compiling:$ac_tool_warned in
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4286 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4287 ac_tool_warned
=yes ;;
4289 DUMPBIN
=$ac_ct_DUMPBIN
4293 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4295 DUMPBIN
="$DUMPBIN -symbols"
4303 if test "$DUMPBIN" != ":"; then
4307 test -z "$NM" && NM
=nm
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4315 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4316 if ${lt_cv_nm_interface+:} false
; then :
4317 $as_echo_n "(cached) " >&6
4319 lt_cv_nm_interface
="BSD nm"
4320 echo "int some_variable = 0;" > conftest.
$ac_ext
4321 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4322 (eval "$ac_compile" 2>conftest.err
)
4323 cat conftest.err
>&5
4324 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4325 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4326 cat conftest.err
>&5
4327 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4328 cat conftest.out
>&5
4329 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4330 lt_cv_nm_interface
="MS dumpbin"
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4335 $as_echo "$lt_cv_nm_interface" >&6; }
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4338 $as_echo_n "checking whether ln -s works... " >&6; }
4340 if test "$LN_S" = "ln -s"; then
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4342 $as_echo "yes" >&6; }
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4345 $as_echo "no, using $LN_S" >&6; }
4348 # find the maximum length of command line arguments
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4350 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4351 if ${lt_cv_sys_max_cmd_len+:} false
; then :
4352 $as_echo_n "(cached) " >&6
4359 # On DJGPP, this test can blow up pretty badly due to problems in libc
4360 # (any single argument exceeding 2000 bytes causes a buffer overrun
4361 # during glob expansion). Even if it were fixed, the result of this
4362 # check would be larger than it should be.
4363 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4367 # Under GNU Hurd, this test is not required because there is
4368 # no limit to the length of command line arguments.
4369 # Libtool will interpret -1 as no limit whatsoever
4370 lt_cv_sys_max_cmd_len
=-1;
4373 cygwin
* | mingw
* | cegcc
*)
4374 # On Win9x/ME, this test blows up -- it succeeds, but takes
4375 # about 5 minutes as the teststring grows exponentially.
4376 # Worse, since 9x/ME are not pre-emptively multitasking,
4377 # you end up with a "frozen" computer, even though with patience
4378 # the test eventually succeeds (with a max line length of 256k).
4379 # Instead, let's just punt: use the minimum linelength reported by
4380 # all of the supported platforms: 8192 (on NT/2K/XP).
4381 lt_cv_sys_max_cmd_len
=8192;
4385 # On MiNT this can take a long time and run out of memory.
4386 lt_cv_sys_max_cmd_len
=8192;
4390 # On AmigaOS with pdksh, this test takes hours, literally.
4391 # So we just punt and use a minimum line length of 8192.
4392 lt_cv_sys_max_cmd_len
=8192;
4395 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4396 # This has been around since 386BSD, at least. Likely further.
4397 if test -x /sbin
/sysctl
; then
4398 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4399 elif test -x /usr
/sbin
/sysctl
; then
4400 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4402 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4404 # And add a safety zone
4405 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4406 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4410 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4411 lt_cv_sys_max_cmd_len
=196608
4415 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4416 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4417 # nice to cause kernel panics so lets avoid the loop below.
4418 # First set a reasonable default.
4419 lt_cv_sys_max_cmd_len
=16384
4421 if test -x /sbin
/sysconfig
; then
4422 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4423 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4428 lt_cv_sys_max_cmd_len
=102400
4430 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4431 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4432 if test -n "$kargmax"; then
4433 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4435 lt_cv_sys_max_cmd_len
=32768
4439 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
4440 if test -n "$lt_cv_sys_max_cmd_len"; then
4441 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4442 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4444 # Make teststring a little bigger before we do anything with it.
4445 # a 1K string should be a reasonable start.
4446 for i
in 1 2 3 4 5 6 7 8 ; do
4447 teststring
=$teststring$teststring
4449 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4450 # If test is not a shell built-in, we'll probably end up computing a
4451 # maximum length that is only half of the actual maximum length, but
4453 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4454 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
4455 test $i != 17 # 1/2 MB should be enough
4458 teststring
=$teststring$teststring
4460 # Only check the string length outside the loop.
4461 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4463 # Add a significant safety factor because C++ compilers can tack on
4464 # massive amounts of additional arguments before passing them to the
4465 # linker. It appears as though 1/2 is a usable value.
4466 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4473 if test -n $lt_cv_sys_max_cmd_len ; then
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4475 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4478 $as_echo "none" >&6; }
4480 max_cmd_len
=$lt_cv_sys_max_cmd_len
4491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4492 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4493 # Try some XSI features
4496 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4498 && eval 'test $(( 1 + 1 )) -eq 2 \
4499 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
4502 $as_echo "$xsi_shell" >&6; }
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
4506 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
4508 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
4510 && lt_shell_append=yes
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
4512 $as_echo "$lt_shell_append" >&6; }
4515 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4525 # test EBCDIC or ASCII
4526 case `echo X|tr X '\101'` in
4527 A) # ASCII based system
4528 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4529 lt_SP2NL='tr \040 \012'
4530 lt_NL2SP='tr \015\012 \040\040'
4532 *) # EBCDIC based system
4533 lt_SP2NL='tr \100 \n'
4534 lt_NL2SP='tr \r\n \100\100'
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
4547 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
4548 if ${lt_cv_ld_reload_flag+:} false; then :
4549 $as_echo_n "(cached
) " >&6
4551 lt_cv_ld_reload_flag='-r'
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
4554 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4555 reload_flag=$lt_cv_ld_reload_flag
4556 case $reload_flag in
4558 *) reload_flag=" $reload_flag" ;;
4560 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4563 if test "$GCC" = yes; then
4564 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4566 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4579 if test -n "$ac_tool_prefix"; then
4580 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
4581 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4583 $as_echo_n "checking
for $ac_word...
" >&6; }
4584 if ${ac_cv_prog_OBJDUMP+:} false; then :
4585 $as_echo_n "(cached
) " >&6
4587 if test -n "$OBJDUMP"; then
4588 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4594 test -z "$as_dir" && as_dir=.
4595 for ac_exec_ext in '' $ac_executable_extensions; do
4596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4597 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
4598 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4607 OBJDUMP=$ac_cv_prog_OBJDUMP
4608 if test -n "$OBJDUMP"; then
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
4610 $as_echo "$OBJDUMP" >&6; }
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4613 $as_echo "no
" >&6; }
4618 if test -z "$ac_cv_prog_OBJDUMP"; then
4619 ac_ct_OBJDUMP=$OBJDUMP
4620 # Extract the first word of "objdump
", so it can be a program name with args.
4621 set dummy objdump; ac_word=$2
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4623 $as_echo_n "checking
for $ac_word...
" >&6; }
4624 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4625 $as_echo_n "(cached
) " >&6
4627 if test -n "$ac_ct_OBJDUMP"; then
4628 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4634 test -z "$as_dir" && as_dir=.
4635 for ac_exec_ext in '' $ac_executable_extensions; do
4636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4637 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
4638 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4647 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4648 if test -n "$ac_ct_OBJDUMP"; then
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
4650 $as_echo "$ac_ct_OBJDUMP" >&6; }
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4653 $as_echo "no
" >&6; }
4656 if test "x
$ac_ct_OBJDUMP" = x; then
4659 case $cross_compiling:$ac_tool_warned in
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
4662 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
4663 ac_tool_warned=yes ;;
4665 OBJDUMP=$ac_ct_OBJDUMP
4668 OBJDUMP="$ac_cv_prog_OBJDUMP"
4671 test -z "$OBJDUMP" && OBJDUMP=objdump
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
4682 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
4683 if ${lt_cv_deplibs_check_method+:} false; then :
4684 $as_echo_n "(cached
) " >&6
4686 lt_cv_file_magic_cmd='$MAGIC_CMD'
4687 lt_cv_file_magic_test_file=
4688 lt_cv_deplibs_check_method='unknown'
4689 # Need to set the preceding variable on all platforms that support
4690 # interlibrary dependencies.
4691 # 'none' -- dependencies not supported.
4692 # `unknown' -- same as none, but documents that we really don't know.
4693 # 'pass_all' -- all dependencies passed with no checks.
4694 # 'test_compile' -- check by making test program.
4695 # 'file_magic [[regex]]' -- check by looking for files in library path
4696 # which responds to the $file_magic_cmd with a given extended regex.
4697 # If you have `file' or equivalent on your system and you're not sure
4698 # whether `pass_all' will *always* work, you probably want this one.
4702 lt_cv_deplibs_check_method=pass_all
4706 lt_cv_deplibs_check_method=pass_all
4710 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4711 lt_cv_file_magic_cmd='/usr/bin/file -L'
4712 lt_cv_file_magic_test_file=/shlib/libc.so
4716 # func_win32_libid is a shell function defined in ltmain.sh
4717 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4718 lt_cv_file_magic_cmd='func_win32_libid'
4722 # Base MSYS/MinGW do not provide the 'file' command needed by
4723 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4724 # unless we find 'file', for example because we are cross-compiling.
4725 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4726 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
4727 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4728 lt_cv_file_magic_cmd='func_win32_libid'
4730 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4731 lt_cv_file_magic_cmd='$OBJDUMP -f'
4736 # use the weaker test based on 'objdump'. See mingw*.
4737 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4738 lt_cv_file_magic_cmd='$OBJDUMP -f'
4741 darwin* | rhapsody*)
4742 lt_cv_deplibs_check_method=pass_all
4745 freebsd* | dragonfly*)
4746 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4749 # Not sure whether the presence of OpenBSD here was a mistake.
4750 # Let's accept both of them until this is cleared up.
4751 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4752 lt_cv_file_magic_cmd=/usr/bin/file
4753 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4757 lt_cv_deplibs_check_method=pass_all
4762 lt_cv_deplibs_check_method=pass_all
4766 lt_cv_deplibs_check_method=pass_all
4769 hpux10.20* | hpux11*)
4770 lt_cv_file_magic_cmd=/usr/bin/file
4773 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4774 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4777 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]'
4778 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4781 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4782 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4788 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4789 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4792 irix5* | irix6* | nonstopux*)
4794 *-32|*"-32 ") libmagic=32-bit;;
4795 *-n32|*"-n32 ") libmagic=N32;;
4796 *-64|*"-64 ") libmagic=64-bit;;
4797 *) libmagic=never-match;;
4799 lt_cv_deplibs_check_method=pass_all
4802 # This must be Linux ELF.
4803 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4804 lt_cv_deplibs_check_method=pass_all
4808 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4809 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4811 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4816 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4817 lt_cv_file_magic_cmd=/usr/bin/file
4818 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4822 lt_cv_deplibs_check_method=pass_all
4826 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
4827 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4829 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4833 osf3* | osf4* | osf5*)
4834 lt_cv_deplibs_check_method=pass_all
4838 lt_cv_deplibs_check_method=pass_all
4842 lt_cv_deplibs_check_method=pass_all
4845 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4846 lt_cv_deplibs_check_method=pass_all
4850 case $host_vendor in
4852 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]'
4853 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4856 lt_cv_deplibs_check_method=pass_all
4859 lt_cv_file_magic_cmd='/bin/file'
4860 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4863 lt_cv_file_magic_cmd='/bin/file'
4864 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
4865 lt_cv_file_magic_test_file=/lib/libc.so
4868 lt_cv_deplibs_check_method=pass_all
4871 lt_cv_deplibs_check_method=pass_all
4877 lt_cv_deplibs_check_method=pass_all
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
4883 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4884 file_magic_cmd=$lt_cv_file_magic_cmd
4885 deplibs_check_method=$lt_cv_deplibs_check_method
4886 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4900 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
4901 for plugin in $plugin_names; do
4902 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4903 if test x$plugin_so = x$plugin; then
4904 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4906 if test x$plugin_so != x$plugin; then
4907 plugin_option="--plugin $plugin_so"
4912 if test -n "$ac_tool_prefix"; then
4913 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4914 set dummy ${ac_tool_prefix}ar; ac_word=$2
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4916 $as_echo_n "checking
for $ac_word...
" >&6; }
4917 if ${ac_cv_prog_AR+:} false; then :
4918 $as_echo_n "(cached
) " >&6
4920 if test -n "$AR"; then
4921 ac_cv_prog_AR="$AR" # Let the user override the test.
4923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 test -z "$as_dir" && as_dir=.
4928 for ac_exec_ext in '' $ac_executable_extensions; do
4929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4930 ac_cv_prog_AR="${ac_tool_prefix}ar"
4931 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4941 if test -n "$AR"; then
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
4943 $as_echo "$AR" >&6; }
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4946 $as_echo "no
" >&6; }
4951 if test -z "$ac_cv_prog_AR"; then
4953 # Extract the first word of "ar", so it can be a program name with args.
4954 set dummy ar; ac_word=$2
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4956 $as_echo_n "checking
for $ac_word...
" >&6; }
4957 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4958 $as_echo_n "(cached
) " >&6
4960 if test -n "$ac_ct_AR"; then
4961 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4967 test -z "$as_dir" && as_dir=.
4968 for ac_exec_ext in '' $ac_executable_extensions; do
4969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4970 ac_cv_prog_ac_ct_AR="ar"
4971 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4980 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4981 if test -n "$ac_ct_AR"; then
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
4983 $as_echo "$ac_ct_AR" >&6; }
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4986 $as_echo "no
" >&6; }
4989 if test "x
$ac_ct_AR" = x; then
4992 case $cross_compiling:$ac_tool_warned in
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
4995 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
4996 ac_tool_warned=yes ;;
5004 test -z "$AR" && AR=ar
5005 if test -n "$plugin_option"; then
5006 if $AR --help 2>&1 | grep -q "\
--plugin"; then
5008 $AR $plugin_option rc conftest.a conftest.c
5009 if test "$?
" != 0; then
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
5011 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
5013 AR="$AR $plugin_option"
5018 test -z "$AR_FLAGS" && AR_FLAGS=cru
5030 if test -n "$ac_tool_prefix"; then
5031 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5032 set dummy ${ac_tool_prefix}strip; ac_word=$2
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5034 $as_echo_n "checking
for $ac_word...
" >&6; }
5035 if ${ac_cv_prog_STRIP+:} false; then :
5036 $as_echo_n "(cached
) " >&6
5038 if test -n "$STRIP"; then
5039 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045 test -z "$as_dir" && as_dir=.
5046 for ac_exec_ext in '' $ac_executable_extensions; do
5047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5048 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5049 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5058 STRIP=$ac_cv_prog_STRIP
5059 if test -n "$STRIP"; then
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
5061 $as_echo "$STRIP" >&6; }
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5064 $as_echo "no
" >&6; }
5069 if test -z "$ac_cv_prog_STRIP"; then
5071 # Extract the first word of "strip
", so it can be a program name with args.
5072 set dummy strip; ac_word=$2
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5074 $as_echo_n "checking
for $ac_word...
" >&6; }
5075 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5076 $as_echo_n "(cached
) " >&6
5078 if test -n "$ac_ct_STRIP"; then
5079 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5085 test -z "$as_dir" && as_dir=.
5086 for ac_exec_ext in '' $ac_executable_extensions; do
5087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5088 ac_cv_prog_ac_ct_STRIP="strip
"
5089 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5098 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5099 if test -n "$ac_ct_STRIP"; then
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
5101 $as_echo "$ac_ct_STRIP" >&6; }
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5104 $as_echo "no
" >&6; }
5107 if test "x
$ac_ct_STRIP" = x; then
5110 case $cross_compiling:$ac_tool_warned in
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5113 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5114 ac_tool_warned=yes ;;
5119 STRIP="$ac_cv_prog_STRIP"
5122 test -z "$STRIP" && STRIP=:
5129 if test -n "$ac_tool_prefix"; then
5130 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5131 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5133 $as_echo_n "checking
for $ac_word...
" >&6; }
5134 if ${ac_cv_prog_RANLIB+:} false; then :
5135 $as_echo_n "(cached
) " >&6
5137 if test -n "$RANLIB"; then
5138 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5144 test -z "$as_dir" && as_dir=.
5145 for ac_exec_ext in '' $ac_executable_extensions; do
5146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5147 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5148 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5157 RANLIB=$ac_cv_prog_RANLIB
5158 if test -n "$RANLIB"; then
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
5160 $as_echo "$RANLIB" >&6; }
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5163 $as_echo "no
" >&6; }
5168 if test -z "$ac_cv_prog_RANLIB"; then
5169 ac_ct_RANLIB=$RANLIB
5170 # Extract the first word of "ranlib
", so it can be a program name with args.
5171 set dummy ranlib; ac_word=$2
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5173 $as_echo_n "checking
for $ac_word...
" >&6; }
5174 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5175 $as_echo_n "(cached
) " >&6
5177 if test -n "$ac_ct_RANLIB"; then
5178 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5184 test -z "$as_dir" && as_dir=.
5185 for ac_exec_ext in '' $ac_executable_extensions; do
5186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5187 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5188 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5197 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5198 if test -n "$ac_ct_RANLIB"; then
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
5200 $as_echo "$ac_ct_RANLIB" >&6; }
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5203 $as_echo "no
" >&6; }
5206 if test "x
$ac_ct_RANLIB" = x; then
5209 case $cross_compiling:$ac_tool_warned in
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5212 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5213 ac_tool_warned=yes ;;
5215 RANLIB=$ac_ct_RANLIB
5218 RANLIB="$ac_cv_prog_RANLIB"
5221 test -z "$RANLIB" && RANLIB=:
5222 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5223 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
5224 RANLIB="$RANLIB $plugin_option"
5233 # Determine commands to create old-style static archives.
5234 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5235 old_postinstall_cmds='chmod 644 $oldlib'
5236 old_postuninstall_cmds=
5238 if test -n "$RANLIB"; then
5241 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5244 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5247 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5252 lock_old_archive_extraction=yes ;;
5254 lock_old_archive_extraction=no ;;
5277 for ac_prog in gawk mawk nawk awk
5279 # Extract the first word of "$ac_prog", so it can be a program name with args.
5280 set dummy $ac_prog; ac_word=$2
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5282 $as_echo_n "checking
for $ac_word...
" >&6; }
5283 if ${ac_cv_prog_AWK+:} false; then :
5284 $as_echo_n "(cached
) " >&6
5286 if test -n "$AWK"; then
5287 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5293 test -z "$as_dir" && as_dir=.
5294 for ac_exec_ext in '' $ac_executable_extensions; do
5295 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5296 ac_cv_prog_AWK="$ac_prog"
5297 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5307 if test -n "$AWK"; then
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AWK" >&5
5309 $as_echo "$AWK" >&6; }
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5312 $as_echo "no
" >&6; }
5316 test -n "$AWK" && break
5337 # If no C compiler was specified, use CC.
5340 # If no C compiler flags were specified, use CFLAGS.
5341 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5343 # Allow CC to be a program name with arguments.
5347 # Check for command to grab the raw symbol name followed by C symbol from nm.
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
5349 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
5350 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5351 $as_echo_n "(cached
) " >&6
5354 # These are sane defaults that work on at least a few old systems.
5355 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5357 # Character class describing NM global symbol codes.
5358 symcode='[BCDEGRST]'
5360 # Regexp to match symbols that can be accessed directly from C.
5361 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5363 # Define system-specific variables.
5368 cygwin* | mingw* | pw32* | cegcc*)
5369 symcode='[ABCDGISTW]'
5372 if test "$host_cpu" = ia64; then
5373 symcode='[ABCDEGRST]'
5377 symcode='[BCDEGRST]'
5380 symcode='[BCDEGQRST]'
5391 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5399 # If we're using GNU nm, then use its standard symbol codes.
5400 case `$NM -V 2>&1` in
5401 *GNU* | *'with BFD'*)
5402 symcode='[ABCDGIRSTW]' ;;
5405 # Transform an extracted symbol line into a proper C declaration.
5406 # Some systems (esp. on ia64) link data and code symbols differently,
5407 # so use this general approach.
5408 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5410 # Transform an extracted symbol line into symbol name and symbol address
5411 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5412 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'"
5414 # Handle CRLF in mingw tool chain
5418 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5422 # Try without a prefix underscore, then with it.
5423 for ac_symprfx in "" "_
"; do
5425 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5426 symxfrm="\\1 $ac_symprfx\\2 \\2"
5428 # Write the raw and C identifiers.
5429 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5430 # Fake it for dumpbin and say T for any non-static function
5431 # and D for any global variable.
5432 # Also find C++ and __fastcall symbols from MSVC++,
5433 # which start with @ or ?.
5434 lt_cv_sys_global_symbol_pipe="$AWK '"\
5435 " {last_section=section; section=\$ 3};"\
5436 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5437 " \$ 0!~/External *\|/{next};"\
5438 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5439 " {if(hide[section]) next};"\
5440 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5441 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5442 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5443 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5444 " ' prfx
=^
$ac_symprfx"
5446 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5449 # Check to see that the pipe works correctly.
5453 cat > conftest.$ac_ext <<_LT_EOF
5458 void nm_test_func(void);
5459 void nm_test_func(void){}
5463 int main(){nm_test_var='a';nm_test_func();return(0);}
5466 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5467 (eval $ac_compile) 2>&5
5469 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5470 test $ac_status = 0; }; then
5471 # Now try to grab the symbols.
5473 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
5474 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5476 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5477 test $ac_status = 0; } && test -s "$nlist"; then
5478 # Try sorting and uniquifying the output.
5479 if sort "$nlist" | uniq > "$nlist"T; then
5480 mv -f "$nlist"T "$nlist"
5485 # Make sure that we snagged all the symbols we need.
5486 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5487 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5488 cat <<_LT_EOF > conftest.$ac_ext
5494 # Now generate the symbol file.
5495 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5497 cat <<_LT_EOF >> conftest.$ac_ext
5499 /* The mapping between symbol names and symbols. */
5504 lt__PROGRAM__LTX_preloaded_symbols[] =
5506 { "@PROGRAM@
", (void *) 0 },
5508 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5509 cat <<\_LT_EOF >> conftest.$ac_ext
5513 /* This works around a problem in FreeBSD linker */
5514 #ifdef FREEBSD_WORKAROUND
5515 static const void *lt_preloaded_setup() {
5516 return lt__PROGRAM__LTX_preloaded_symbols;
5524 # Now try linking the two files.
5525 mv conftest.$ac_objext conftstm.$ac_objext
5526 lt_save_LIBS="$LIBS"
5527 lt_save_CFLAGS="$CFLAGS"
5528 LIBS="conftstm.
$ac_objext"
5529 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5530 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5531 (eval $ac_link) 2>&5
5533 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5534 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5537 LIBS="$lt_save_LIBS"
5538 CFLAGS="$lt_save_CFLAGS"
5540 echo "cannot
find nm_test_func
in $nlist" >&5
5543 echo "cannot
find nm_test_var
in $nlist" >&5
5546 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5549 echo "$progname: failed program was
:" >&5
5550 cat conftest.$ac_ext >&5
5552 rm -rf conftest* conftst*
5554 # Do not use the global_symbol_pipe unless it works.
5555 if test "$pipe_works" = yes; then
5558 lt_cv_sys_global_symbol_pipe=
5564 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5565 lt_cv_sys_global_symbol_to_cdecl=
5567 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
5569 $as_echo "failed
" >&6; }
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
5572 $as_echo "ok
" >&6; }
5596 # Check whether --enable-libtool-lock was given.
5597 if test "${enable_libtool_lock+set}" = set; then :
5598 enableval=$enable_libtool_lock;
5601 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5603 # Some flags need to be propagated to the compiler or linker for good
5607 # Find out which ABI we are using.
5608 echo 'int i;' > conftest.$ac_ext
5609 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5610 (eval $ac_compile) 2>&5
5612 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5613 test $ac_status = 0; }; then
5614 case `/usr/bin/file conftest.$ac_objext` in
5626 # Find out which ABI we are using.
5627 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
5628 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5629 (eval $ac_compile) 2>&5
5631 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5632 test $ac_status = 0; }; then
5633 if test "$lt_cv_prog_gnu_ld" = yes; then
5634 case `/usr/bin/file conftest.$ac_objext` in
5636 LD="${LD-ld} -melf32bsmip"
5639 LD="${LD-ld} -melf32bmipn32"
5642 LD="${LD-ld} -melf64bmip"
5646 case `/usr/bin/file conftest.$ac_objext` in
5662 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5663 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5664 # Find out which ABI we are using.
5665 echo 'int i;' > conftest.$ac_ext
5666 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5667 (eval $ac_compile) 2>&5
5669 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5670 test $ac_status = 0; }; then
5671 case `/usr/bin/file conftest.o` in
5674 x86_64-*kfreebsd*-gnu)
5675 LD="${LD-ld} -m elf_i386_fbsd
"
5678 case `/usr/bin/file conftest.o` in
5680 LD="${LD-ld} -m elf32_x86_64
"
5683 LD="${LD-ld} -m elf_i386
"
5687 powerpc64le-*linux*)
5688 LD="${LD-ld} -m elf32lppclinux
"
5691 LD="${LD-ld} -m elf32ppclinux
"
5694 LD="${LD-ld} -m elf_s390
"
5697 LD="${LD-ld} -m elf32_sparc
"
5703 x86_64-*kfreebsd*-gnu)
5704 LD="${LD-ld} -m elf_x86_64_fbsd
"
5707 LD="${LD-ld} -m elf_x86_64
"
5710 LD="${LD-ld} -m elf64lppc
"
5713 LD="${LD-ld} -m elf64ppc
"
5715 s390*-*linux*|s390*-*tpf*)
5716 LD="${LD-ld} -m elf64_s390
"
5719 LD="${LD-ld} -m elf64_sparc
"
5729 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5730 SAVE_CFLAGS="$CFLAGS"
5731 CFLAGS="$CFLAGS -belf"
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
5733 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
5734 if ${lt_cv_cc_needs_belf+:} false; then :
5735 $as_echo_n "(cached
) " >&6
5738 ac_cpp='$CPP $CPPFLAGS'
5739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5744 /* end confdefs.h. */
5754 if ac_fn_c_try_link "$LINENO"; then :
5755 lt_cv_cc_needs_belf=yes
5757 lt_cv_cc_needs_belf=no
5759 rm -f core conftest.err conftest.$ac_objext \
5760 conftest$ac_exeext conftest.$ac_ext
5762 ac_cpp='$CPP $CPPFLAGS'
5763 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5764 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5765 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
5769 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5770 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5771 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5772 CFLAGS="$SAVE_CFLAGS"
5776 # Find out which ABI we are using.
5777 echo 'int i;' > conftest.$ac_ext
5778 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5779 (eval $ac_compile) 2>&5
5781 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5782 test $ac_status = 0; }; then
5783 case `/usr/bin/file conftest.o` in
5785 case $lt_cv_prog_gnu_ld in
5786 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
5788 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5800 need_locks="$enable_libtool_lock"
5804 rhapsody* | darwin*)
5805 if test -n "$ac_tool_prefix"; then
5806 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
5807 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5809 $as_echo_n "checking
for $ac_word...
" >&6; }
5810 if ${ac_cv_prog_DSYMUTIL+:} false; then :
5811 $as_echo_n "(cached
) " >&6
5813 if test -n "$DSYMUTIL"; then
5814 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5820 test -z "$as_dir" && as_dir=.
5821 for ac_exec_ext in '' $ac_executable_extensions; do
5822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5823 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
5824 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5833 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5834 if test -n "$DSYMUTIL"; then
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
5836 $as_echo "$DSYMUTIL" >&6; }
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5839 $as_echo "no
" >&6; }
5844 if test -z "$ac_cv_prog_DSYMUTIL"; then
5845 ac_ct_DSYMUTIL=$DSYMUTIL
5846 # Extract the first word of "dsymutil
", so it can be a program name with args.
5847 set dummy dsymutil; ac_word=$2
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5849 $as_echo_n "checking
for $ac_word...
" >&6; }
5850 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
5851 $as_echo_n "(cached
) " >&6
5853 if test -n "$ac_ct_DSYMUTIL"; then
5854 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5860 test -z "$as_dir" && as_dir=.
5861 for ac_exec_ext in '' $ac_executable_extensions; do
5862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5863 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
5864 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5873 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5874 if test -n "$ac_ct_DSYMUTIL"; then
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
5876 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5879 $as_echo "no
" >&6; }
5882 if test "x
$ac_ct_DSYMUTIL" = x; then
5885 case $cross_compiling:$ac_tool_warned in
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5888 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5889 ac_tool_warned=yes ;;
5891 DSYMUTIL=$ac_ct_DSYMUTIL
5894 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5897 if test -n "$ac_tool_prefix"; then
5898 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
5899 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5901 $as_echo_n "checking
for $ac_word...
" >&6; }
5902 if ${ac_cv_prog_NMEDIT+:} false; then :
5903 $as_echo_n "(cached
) " >&6
5905 if test -n "$NMEDIT"; then
5906 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 test -z "$as_dir" && as_dir=.
5913 for ac_exec_ext in '' $ac_executable_extensions; do
5914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5915 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
5916 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5925 NMEDIT=$ac_cv_prog_NMEDIT
5926 if test -n "$NMEDIT"; then
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
5928 $as_echo "$NMEDIT" >&6; }
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5931 $as_echo "no
" >&6; }
5936 if test -z "$ac_cv_prog_NMEDIT"; then
5937 ac_ct_NMEDIT=$NMEDIT
5938 # Extract the first word of "nmedit
", so it can be a program name with args.
5939 set dummy nmedit; ac_word=$2
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5941 $as_echo_n "checking
for $ac_word...
" >&6; }
5942 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
5943 $as_echo_n "(cached
) " >&6
5945 if test -n "$ac_ct_NMEDIT"; then
5946 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952 test -z "$as_dir" && as_dir=.
5953 for ac_exec_ext in '' $ac_executable_extensions; do
5954 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5955 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
5956 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5965 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5966 if test -n "$ac_ct_NMEDIT"; then
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
5968 $as_echo "$ac_ct_NMEDIT" >&6; }
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5971 $as_echo "no
" >&6; }
5974 if test "x
$ac_ct_NMEDIT" = x; then
5977 case $cross_compiling:$ac_tool_warned in
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5980 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5981 ac_tool_warned=yes ;;
5983 NMEDIT=$ac_ct_NMEDIT
5986 NMEDIT="$ac_cv_prog_NMEDIT"
5989 if test -n "$ac_tool_prefix"; then
5990 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
5991 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5993 $as_echo_n "checking
for $ac_word...
" >&6; }
5994 if ${ac_cv_prog_LIPO+:} false; then :
5995 $as_echo_n "(cached
) " >&6
5997 if test -n "$LIPO"; then
5998 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6004 test -z "$as_dir" && as_dir=.
6005 for ac_exec_ext in '' $ac_executable_extensions; do
6006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6007 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
6008 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6017 LIPO=$ac_cv_prog_LIPO
6018 if test -n "$LIPO"; then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
6020 $as_echo "$LIPO" >&6; }
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6023 $as_echo "no
" >&6; }
6028 if test -z "$ac_cv_prog_LIPO"; then
6030 # Extract the first word of "lipo
", so it can be a program name with args.
6031 set dummy lipo; ac_word=$2
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6033 $as_echo_n "checking
for $ac_word...
" >&6; }
6034 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6035 $as_echo_n "(cached
) " >&6
6037 if test -n "$ac_ct_LIPO"; then
6038 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6044 test -z "$as_dir" && as_dir=.
6045 for ac_exec_ext in '' $ac_executable_extensions; do
6046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6047 ac_cv_prog_ac_ct_LIPO="lipo
"
6048 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6057 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6058 if test -n "$ac_ct_LIPO"; then
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
6060 $as_echo "$ac_ct_LIPO" >&6; }
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6063 $as_echo "no
" >&6; }
6066 if test "x
$ac_ct_LIPO" = x; then
6069 case $cross_compiling:$ac_tool_warned in
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6072 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6073 ac_tool_warned=yes ;;
6078 LIPO="$ac_cv_prog_LIPO"
6081 if test -n "$ac_tool_prefix"; then
6082 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
6083 set dummy ${ac_tool_prefix}otool; ac_word=$2
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6085 $as_echo_n "checking
for $ac_word...
" >&6; }
6086 if ${ac_cv_prog_OTOOL+:} false; then :
6087 $as_echo_n "(cached
) " >&6
6089 if test -n "$OTOOL"; then
6090 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6096 test -z "$as_dir" && as_dir=.
6097 for ac_exec_ext in '' $ac_executable_extensions; do
6098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6099 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
6100 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6109 OTOOL=$ac_cv_prog_OTOOL
6110 if test -n "$OTOOL"; then
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
6112 $as_echo "$OTOOL" >&6; }
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6115 $as_echo "no
" >&6; }
6120 if test -z "$ac_cv_prog_OTOOL"; then
6122 # Extract the first word of "otool
", so it can be a program name with args.
6123 set dummy otool; ac_word=$2
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6125 $as_echo_n "checking
for $ac_word...
" >&6; }
6126 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6127 $as_echo_n "(cached
) " >&6
6129 if test -n "$ac_ct_OTOOL"; then
6130 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6136 test -z "$as_dir" && as_dir=.
6137 for ac_exec_ext in '' $ac_executable_extensions; do
6138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6139 ac_cv_prog_ac_ct_OTOOL="otool
"
6140 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6149 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6150 if test -n "$ac_ct_OTOOL"; then
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
6152 $as_echo "$ac_ct_OTOOL" >&6; }
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6155 $as_echo "no
" >&6; }
6158 if test "x
$ac_ct_OTOOL" = x; then
6161 case $cross_compiling:$ac_tool_warned in
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6164 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6165 ac_tool_warned=yes ;;
6170 OTOOL="$ac_cv_prog_OTOOL"
6173 if test -n "$ac_tool_prefix"; then
6174 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
6175 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6177 $as_echo_n "checking
for $ac_word...
" >&6; }
6178 if ${ac_cv_prog_OTOOL64+:} false; then :
6179 $as_echo_n "(cached
) " >&6
6181 if test -n "$OTOOL64"; then
6182 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6188 test -z "$as_dir" && as_dir=.
6189 for ac_exec_ext in '' $ac_executable_extensions; do
6190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6191 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
6192 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6201 OTOOL64=$ac_cv_prog_OTOOL64
6202 if test -n "$OTOOL64"; then
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
6204 $as_echo "$OTOOL64" >&6; }
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6207 $as_echo "no
" >&6; }
6212 if test -z "$ac_cv_prog_OTOOL64"; then
6213 ac_ct_OTOOL64=$OTOOL64
6214 # Extract the first word of "otool64
", so it can be a program name with args.
6215 set dummy otool64; ac_word=$2
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6217 $as_echo_n "checking
for $ac_word...
" >&6; }
6218 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6219 $as_echo_n "(cached
) " >&6
6221 if test -n "$ac_ct_OTOOL64"; then
6222 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6228 test -z "$as_dir" && as_dir=.
6229 for ac_exec_ext in '' $ac_executable_extensions; do
6230 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6231 ac_cv_prog_ac_ct_OTOOL64="otool64
"
6232 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6241 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6242 if test -n "$ac_ct_OTOOL64"; then
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
6244 $as_echo "$ac_ct_OTOOL64" >&6; }
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6247 $as_echo "no
" >&6; }
6250 if test "x
$ac_ct_OTOOL64" = x; then
6253 case $cross_compiling:$ac_tool_warned in
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6256 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6257 ac_tool_warned=yes ;;
6259 OTOOL64=$ac_ct_OTOOL64
6262 OTOOL64="$ac_cv_prog_OTOOL64"
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
6292 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
6293 if ${lt_cv_apple_cc_single_mod+:} false; then :
6294 $as_echo_n "(cached
) " >&6
6296 lt_cv_apple_cc_single_mod=no
6297 if test -z "${LT_MULTI_MODULE}"; then
6298 # By default we will add the -single_module flag. You can override
6299 # by either setting the environment variable LT_MULTI_MODULE
6300 # non-empty at configure time, or by adding -multi_module to the
6302 rm -rf libconftest.dylib*
6303 echo "int foo
(void
){return 1;}" > conftest.c
6304 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6305 -dynamiclib -Wl,-single_module conftest.c
" >&5
6306 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6307 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6309 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6310 lt_cv_apple_cc_single_mod=yes
6312 cat conftest.err >&5
6314 rm -rf libconftest.dylib*
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
6319 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
6321 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
6322 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6323 $as_echo_n "(cached
) " >&6
6325 lt_cv_ld_exported_symbols_list=no
6326 save_LDFLAGS=$LDFLAGS
6327 echo "_main
" > conftest.sym
6328 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
6329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6330 /* end confdefs.h. */
6340 if ac_fn_c_try_link "$LINENO"; then :
6341 lt_cv_ld_exported_symbols_list=yes
6343 lt_cv_ld_exported_symbols_list=no
6345 rm -f core conftest.err conftest.$ac_objext \
6346 conftest$ac_exeext conftest.$ac_ext
6347 LDFLAGS="$save_LDFLAGS"
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
6351 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
6353 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
6354 if ${lt_cv_ld_force_load+:} false; then :
6355 $as_echo_n "(cached
) " >&6
6357 lt_cv_ld_force_load=no
6358 cat > conftest.c << _LT_EOF
6359 int forced_loaded() { return 2;}
6361 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
6362 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6363 echo "$AR cru libconftest.a conftest.o
" >&5
6364 $AR cru libconftest.a conftest.o 2>&5
6365 cat > conftest.c << _LT_EOF
6366 int main() { return 0;}
6368 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
6369 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6371 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6372 lt_cv_ld_force_load=yes
6374 cat conftest.err >&5
6376 rm -f conftest.err libconftest.a conftest conftest.c
6377 rm -rf conftest.dSYM
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
6381 $as_echo "$lt_cv_ld_force_load" >&6; }
6383 rhapsody* | darwin1.[012])
6384 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6386 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6387 darwin*) # darwin 5.x on
6388 # if running on 10.5 or later, the deployment target defaults
6389 # to the OS version, if on x86, and 10.4, the deployment
6390 # target defaults to 10.4. Don't you love it?
6391 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6392 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6393 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6395 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6397 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6401 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6402 _lt_dar_single_mod='$single_module'
6404 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6405 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6407 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6409 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
6410 _lt_dsymutil='~$DSYMUTIL $lib || :'
6417 for ac_header in dlfcn.h
6419 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
6421 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
6422 cat >>confdefs.h <<_ACEOF
6423 #define HAVE_DLFCN_H 1
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian
" >&5
6435 $as_echo_n "checking whether byte ordering is bigendian...
" >&6; }
6436 if ${ac_cv_c_bigendian+:} false; then :
6437 $as_echo_n "(cached
) " >&6
6439 ac_cv_c_bigendian=unknown
6440 # See if we're dealing with a universal compiler.
6441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6442 /* end confdefs.h. */
6443 #ifndef __APPLE_CC__
6444 not a universal capable compiler
6449 if ac_fn_c_try_compile "$LINENO"; then :
6451 # Check for potential -arch flags. It is not universal unless
6452 # there are at least two -arch flags with different values.
6455 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6456 if test -n "$ac_prev"; then
6458 i?86 | x86_64 | ppc | ppc64)
6459 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6462 ac_cv_c_bigendian=universal
6468 elif test "x
$ac_word" = "x-arch
"; then
6473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6474 if test $ac_cv_c_bigendian = unknown; then
6475 # See if sys/param.h defines the BYTE_ORDER macro.
6476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6477 /* end confdefs.h. */
6478 #include <sys/types.h>
6479 #include <sys/param.h>
6484 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6485 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6494 if ac_fn_c_try_compile "$LINENO"; then :
6495 # It does; now see whether it defined to BIG_ENDIAN or not.
6496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6497 /* end confdefs.h. */
6498 #include <sys/types.h>
6499 #include <sys/param.h>
6504 #if BYTE_ORDER != BIG_ENDIAN
6512 if ac_fn_c_try_compile "$LINENO"; then :
6513 ac_cv_c_bigendian=yes
6515 ac_cv_c_bigendian=no
6517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6521 if test $ac_cv_c_bigendian = unknown; then
6522 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6524 /* end confdefs.h. */
6530 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6538 if ac_fn_c_try_compile "$LINENO"; then :
6539 # It does; now see whether it defined to _BIG_ENDIAN or not.
6540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6541 /* end confdefs.h. */
6555 if ac_fn_c_try_compile "$LINENO"; then :
6556 ac_cv_c_bigendian=yes
6558 ac_cv_c_bigendian=no
6560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6564 if test $ac_cv_c_bigendian = unknown; then
6565 # Compile a test program.
6566 if test "$cross_compiling" = yes; then :
6567 # Try to guess by grepping values from an object file.
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 short int ascii_mm[] =
6571 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6572 short int ascii_ii[] =
6573 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6574 int use_ascii (int i) {
6575 return ascii_mm[i] + ascii_ii[i];
6577 short int ebcdic_ii[] =
6578 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6579 short int ebcdic_mm[] =
6580 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6581 int use_ebcdic (int i) {
6582 return ebcdic_mm[i] + ebcdic_ii[i];
6589 return use_ascii (foo) == use_ebcdic (foo);
6594 if ac_fn_c_try_compile "$LINENO"; then :
6595 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6596 ac_cv_c_bigendian=yes
6598 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6599 if test "$ac_cv_c_bigendian" = unknown; then
6600 ac_cv_c_bigendian=no
6602 # finding both strings is unlikely to happen, but who knows?
6603 ac_cv_c_bigendian=unknown
6607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6610 /* end confdefs.h. */
6611 $ac_includes_default
6616 /* Are we little or big endian? From Harbison&Steele. */
6620 char c[sizeof (long int)];
6623 return u.c[sizeof (long int) - 1] == 1;
6629 if ac_fn_c_try_run "$LINENO"; then :
6630 ac_cv_c_bigendian=no
6632 ac_cv_c_bigendian=yes
6634 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6635 conftest.$ac_objext conftest.beam conftest.$ac_ext
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_c_bigendian" >&5
6641 $as_echo "$ac_cv_c_bigendian" >&6; }
6642 case $ac_cv_c_bigendian in #(
6644 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6650 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6654 as_fn_error $?
"unknown endianness
6655 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6661 if test "x$cross_compiling" = "xno"; then
6662 : "${AR_FOR_BUILD:=\$(AR)}"
6663 : "${CC_FOR_BUILD:=\$(CC)}"
6664 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
6665 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
6666 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
6668 : "${AR_FOR_BUILD:=ar}"
6669 : "${CC_FOR_BUILD:=gcc}"
6670 : "${RANLIB_FOR_BUILD:=ranlib}"
6671 : "${CFLAGS_FOR_BUILD:=-g -O}"
6672 : "${LDLFAGS_FOR_BUILD:=}"
6681 if test -n "$ac_tool_prefix"; then
6682 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6683 set dummy
${ac_tool_prefix}ar; ac_word
=$2
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6685 $as_echo_n "checking for $ac_word... " >&6; }
6686 if ${ac_cv_prog_AR+:} false
; then :
6687 $as_echo_n "(cached) " >&6
6689 if test -n "$AR"; then
6690 ac_cv_prog_AR
="$AR" # Let the user override the test.
6692 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6696 test -z "$as_dir" && as_dir
=.
6697 for ac_exec_ext
in '' $ac_executable_extensions; do
6698 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6699 ac_cv_prog_AR
="${ac_tool_prefix}ar"
6700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6710 if test -n "$AR"; then
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6712 $as_echo "$AR" >&6; }
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6715 $as_echo "no" >&6; }
6720 if test -z "$ac_cv_prog_AR"; then
6722 # Extract the first word of "ar", so it can be a program name with args.
6723 set dummy
ar; ac_word
=$2
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6725 $as_echo_n "checking for $ac_word... " >&6; }
6726 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6727 $as_echo_n "(cached) " >&6
6729 if test -n "$ac_ct_AR"; then
6730 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6732 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6736 test -z "$as_dir" && as_dir
=.
6737 for ac_exec_ext
in '' $ac_executable_extensions; do
6738 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6739 ac_cv_prog_ac_ct_AR
="ar"
6740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6749 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6750 if test -n "$ac_ct_AR"; then
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6752 $as_echo "$ac_ct_AR" >&6; }
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6755 $as_echo "no" >&6; }
6758 if test "x$ac_ct_AR" = x
; then
6761 case $cross_compiling:$ac_tool_warned in
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6764 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6765 ac_tool_warned
=yes ;;
6773 if test -n "$ac_tool_prefix"; then
6774 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6775 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6777 $as_echo_n "checking for $ac_word... " >&6; }
6778 if ${ac_cv_prog_RANLIB+:} false
; then :
6779 $as_echo_n "(cached) " >&6
6781 if test -n "$RANLIB"; then
6782 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6784 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6788 test -z "$as_dir" && as_dir
=.
6789 for ac_exec_ext
in '' $ac_executable_extensions; do
6790 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6791 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6801 RANLIB
=$ac_cv_prog_RANLIB
6802 if test -n "$RANLIB"; then
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6804 $as_echo "$RANLIB" >&6; }
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6807 $as_echo "no" >&6; }
6812 if test -z "$ac_cv_prog_RANLIB"; then
6813 ac_ct_RANLIB
=$RANLIB
6814 # Extract the first word of "ranlib", so it can be a program name with args.
6815 set dummy ranlib
; ac_word
=$2
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6817 $as_echo_n "checking for $ac_word... " >&6; }
6818 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6819 $as_echo_n "(cached) " >&6
6821 if test -n "$ac_ct_RANLIB"; then
6822 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6828 test -z "$as_dir" && as_dir
=.
6829 for ac_exec_ext
in '' $ac_executable_extensions; do
6830 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6831 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6841 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6842 if test -n "$ac_ct_RANLIB"; then
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6844 $as_echo "$ac_ct_RANLIB" >&6; }
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6847 $as_echo "no" >&6; }
6850 if test "x$ac_ct_RANLIB" = x
; then
6853 case $cross_compiling:$ac_tool_warned in
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6856 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6857 ac_tool_warned
=yes ;;
6859 RANLIB
=$ac_ct_RANLIB
6862 RANLIB
="$ac_cv_prog_RANLIB"
6866 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6867 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6868 # is C99. So handle it ourselves.
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6872 $as_echo_n "checking whether C11 is supported by default... " >&6; }
6873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6874 /* end confdefs.h. */
6876 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6877 # error "C11 support not found"
6881 if ac_fn_c_try_compile
"$LINENO"; then :
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6883 $as_echo "yes" >&6; }
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6887 $as_echo "no" >&6; }
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6889 $as_echo_n "checking for -std=c11 support... " >&6; }
6892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6893 /* end confdefs.h. */
6895 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6896 # error "C11 support not found"
6900 if ac_fn_c_try_compile
"$LINENO"; then :
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6903 $as_echo "yes" >&6; }
6905 C_DIALECT
="-std=c11"
6908 as_fn_error $?
"C11 is required" "$LINENO" 5
6910 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6912 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6915 ac_config_headers
="$ac_config_headers config.h:config.in"
6918 # Some of the common include files depend on bfd.h, and bfd.h checks
6919 # that config.h is included first by testing that the PACKAGE macro
6923 cat >>confdefs.h
<<_ACEOF
6924 #define PACKAGE "$PACKAGE"
6929 # Dependency checking.
6930 ac_config_commands
="$ac_config_commands depdir"
6933 depcc
="$CC" am_compiler_list
=
6935 am_depcomp
=$ac_aux_dir/depcomp
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6937 $as_echo_n "checking dependency style of $depcc... " >&6; }
6938 if ${am_cv_CC_dependencies_compiler_type+:} false
; then :
6939 $as_echo_n "(cached) " >&6
6941 if test -f "$am_depcomp"; then
6942 # We make a subdir and do the tests there. Otherwise we can end up
6943 # making bogus files that we don't know about and never remove. For
6944 # instance it was reported that on HP-UX the gcc test will end up
6945 # making a dummy file named `D' -- because `-MD' means `put the output
6948 # Copy depcomp to subdir because otherwise we won't find it if we're
6949 # using a relative directory.
6950 cp "$am_depcomp" conftest.dir
6952 # We will build objects and dependencies in a subdirectory because
6953 # it helps to detect inapplicable dependency modes. For instance
6954 # both Tru64's cc and ICC support -MD to output dependencies as a
6955 # side effect of compilation, but ICC will put the dependencies in
6956 # the current directory while Tru64 will put them in the object
6960 am_cv_CC_dependencies_compiler_type
=none
6961 if test "$am_compiler_list" = ""; then
6962 am_compiler_list
=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6964 for depmode
in $am_compiler_list; do
6965 if test $depmode = none
; then break; fi
6967 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6968 # Setup a source with many dependencies, because some compilers
6969 # like to wrap large dependency lists on column 80 (with \), and
6970 # we should not choose a depcomp mode which is confused by this.
6972 # We need to recreate these files for each test, as the compiler may
6973 # overwrite some of them when testing with obscure command lines.
6974 # This happens at least with the AIX C compiler.
6976 for i
in 1 2 3 4 5 6; do
6977 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
6978 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6979 # Solaris 8's {/usr,}/bin/sh.
6980 touch sub
/conftst
$i.h
6982 echo "include sub/conftest.Po" > confmf
6984 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6985 # mode. It turns out that the SunPro C++ compiler does not properly
6986 # handle `-M -o', and we need to detect this.
6987 depcmd
="depmode=$depmode \
6988 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6989 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6990 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6991 echo "| $depcmd" |
sed -e 's/ */ /g' >&5
6992 if env
$depcmd > conftest.err
2>&1 &&
6993 grep sub
/conftst6.h sub
/conftest.Po
>>conftest.err
2>&1 &&
6994 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
>>conftest.err
2>&1 &&
6995 ${MAKE-make} -s -f confmf
>>conftest.err
2>&1; then
6996 # icc doesn't choke on unknown options, it will just issue warnings
6997 # or remarks (even with -Werror). So we grep stderr for any message
6998 # that says an option was ignored or not supported.
6999 # When given -MP, icc 7.0 and 7.1 complain thusly:
7000 # icc: Command line warning: ignoring option '-M'; no argument required
7001 # The diagnosis changed in icc 8.0:
7002 # icc: Command line remark: option '-MP' not supported
7003 if (grep 'ignoring option' conftest.err ||
7004 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
7005 am_cv_CC_dependencies_compiler_type
=$depmode
7006 $as_echo "$as_me:$LINENO: success" >&5
7010 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7011 sed -e 's/^/| /' < conftest.err
>&5
7017 am_cv_CC_dependencies_compiler_type
=none
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7022 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7023 if test x
${am_cv_CC_dependencies_compiler_type-none} = xnone
7024 then as_fn_error $?
"no usable dependency style found" "$LINENO" 5
7025 else CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
7031 # If we haven't got the data from the intl directory,
7032 # assume NLS is disabled.
7041 if test -f ..
/..
/intl
/config.intl
; then
7042 . ..
/..
/intl
/config.intl
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7045 $as_echo_n "checking whether NLS is requested... " >&6; }
7046 if test x
"$USE_NLS" != xyes
; then
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7048 $as_echo "no" >&6; }
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7051 $as_echo "yes" >&6; }
7053 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7057 $as_echo_n "checking for catalogs to be installed... " >&6; }
7058 # Look for .po and .gmo files in the source directory.
7061 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
7062 # If there aren't any .gmo files the shell will give us the
7063 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7065 case "$cat" in *\
**)
7068 # The quadruple backslash is collapsed to a double backslash
7069 # by the backticks, then collapsed again by the double quotes,
7070 # leaving us with one backslash in the sed expression (right
7071 # before the dot that mustn't act as a wildcard).
7072 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7073 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
7074 # The user is allowed to set LINGUAS to a list of languages to
7075 # install catalogs for. If it's empty that means "all of them."
7076 if test "x$LINGUAS" = x
; then
7077 CATALOGS
="$CATALOGS $cat"
7078 XLINGUAS
="$XLINGUAS $lang"
7080 case "$LINGUAS" in *$lang*)
7081 CATALOGS
="$CATALOGS $cat"
7082 XLINGUAS
="$XLINGUAS $lang"
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7089 $as_echo "$LINGUAS" >&6; }
7102 # Check for socket libraries
7103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7104 $as_echo_n "checking for bind in -lsocket... " >&6; }
7105 if ${ac_cv_lib_socket_bind+:} false
; then :
7106 $as_echo_n "(cached) " >&6
7108 ac_check_lib_save_LIBS
=$LIBS
7109 LIBS
="-lsocket $LIBS"
7110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7111 /* end confdefs.h. */
7113 /* Override any GCC internal prototype to avoid an error.
7114 Use char because int might match the return type of a GCC
7115 builtin and then its argument prototype would still apply. */
7128 if ac_fn_c_try_link
"$LINENO"; then :
7129 ac_cv_lib_socket_bind
=yes
7131 ac_cv_lib_socket_bind
=no
7133 rm -f core conftest.err conftest.
$ac_objext \
7134 conftest
$ac_exeext conftest.
$ac_ext
7135 LIBS
=$ac_check_lib_save_LIBS
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7138 $as_echo "$ac_cv_lib_socket_bind" >&6; }
7139 if test "x$ac_cv_lib_socket_bind" = xyes
; then :
7140 cat >>confdefs.h
<<_ACEOF
7141 #define HAVE_LIBSOCKET 1
7144 LIBS
="-lsocket $LIBS"
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7149 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7150 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
7151 $as_echo_n "(cached) " >&6
7153 ac_check_lib_save_LIBS
=$LIBS
7155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7156 /* end confdefs.h. */
7158 /* Override any GCC internal prototype to avoid an error.
7159 Use char because int might match the return type of a GCC
7160 builtin and then its argument prototype would still apply. */
7164 char gethostbyname ();
7168 return gethostbyname ();
7173 if ac_fn_c_try_link
"$LINENO"; then :
7174 ac_cv_lib_nsl_gethostbyname
=yes
7176 ac_cv_lib_nsl_gethostbyname
=no
7178 rm -f core conftest.err conftest.
$ac_objext \
7179 conftest
$ac_exeext conftest.
$ac_ext
7180 LIBS
=$ac_check_lib_save_LIBS
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7183 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7184 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
7185 cat >>confdefs.h
<<_ACEOF
7186 #define HAVE_LIBNSL 1
7194 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
7195 # using the same condition.
7197 # Use the system's zlib library.
7198 zlibdir
="-L\$(top_builddir)/../zlib"
7199 zlibinc
="-I\$(top_srcdir)/../zlib"
7201 # Check whether --with-system-zlib was given.
7202 if test "${with_system_zlib+set}" = set; then :
7203 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
7214 # BFD uses libdl when when plugins enabled.
7217 for ac_header
in dlfcn.h
7219 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7221 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
7222 cat >>confdefs.h
<<_ACEOF
7223 #define HAVE_DLFCN_H 1
7230 for ac_header
in windows.h
7232 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7234 if test "x$ac_cv_header_windows_h" = xyes
; then :
7235 cat >>confdefs.h
<<_ACEOF
7236 #define HAVE_WINDOWS_H 1
7244 # Check whether --enable-plugins was given.
7245 if test "${enable_plugins+set}" = set; then :
7246 enableval
=$enable_plugins; case "${enableval}" in
7249 if test "$maybe_plugins" != "yes" ; then
7250 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7254 plugins
=$maybe_plugins
7258 if test "$plugins" = "yes"; then
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7260 $as_echo_n "checking for library containing dlsym... " >&6; }
7261 if ${ac_cv_search_dlsym+:} false
; then :
7262 $as_echo_n "(cached) " >&6
7264 ac_func_search_save_LIBS
=$LIBS
7265 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7266 /* end confdefs.h. */
7268 /* Override any GCC internal prototype to avoid an error.
7269 Use char because int might match the return type of a GCC
7270 builtin and then its argument prototype would still apply. */
7283 for ac_lib
in '' dl
; do
7284 if test -z "$ac_lib"; then
7285 ac_res
="none required"
7288 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
7290 if ac_fn_c_try_link
"$LINENO"; then :
7291 ac_cv_search_dlsym
=$ac_res
7293 rm -f core conftest.err conftest.
$ac_objext \
7295 if ${ac_cv_search_dlsym+:} false
; then :
7299 if ${ac_cv_search_dlsym+:} false
; then :
7302 ac_cv_search_dlsym
=no
7305 LIBS
=$ac_func_search_save_LIBS
7307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7308 $as_echo "$ac_cv_search_dlsym" >&6; }
7309 ac_res
=$ac_cv_search_dlsym
7310 if test "$ac_res" != no
; then :
7311 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
7317 if test "$plugins" = yes; then
7338 # Check whether --enable-shared was given.
7339 if test "${enable_shared+set}" = set; then :
7340 enableval
=$enable_shared; p
=${PACKAGE-default}
7342 yes) enable_shared
=yes ;;
7343 no
) enable_shared
=no
;;
7346 # Look at the argument we got. We use all the common list separators.
7347 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7348 for pkg
in $enableval; do
7350 if test "X$pkg" = "X$p"; then
7369 # Check whether --enable-static was given.
7370 if test "${enable_static+set}" = set; then :
7371 enableval
=$enable_static; p
=${PACKAGE-default}
7373 yes) enable_static
=yes ;;
7374 no
) enable_static
=no
;;
7377 # Look at the argument we got. We use all the common list separators.
7378 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7379 for pkg
in $enableval; do
7381 if test "X$pkg" = "X$p"; then
7401 # Check whether --with-pic was given.
7402 if test "${with_pic+set}" = set; then :
7403 withval
=$with_pic; pic_mode
="$withval"
7409 test -z "$pic_mode" && pic_mode
=default
7417 # Check whether --enable-fast-install was given.
7418 if test "${enable_fast_install+set}" = set; then :
7419 enableval
=$enable_fast_install; p
=${PACKAGE-default}
7421 yes) enable_fast_install
=yes ;;
7422 no
) enable_fast_install
=no
;;
7424 enable_fast_install
=no
7425 # Look at the argument we got. We use all the common list separators.
7426 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7427 for pkg
in $enableval; do
7429 if test "X$pkg" = "X$p"; then
7430 enable_fast_install
=yes
7437 enable_fast_install
=yes
7450 # This can be used to rebuild libtool when needed
7451 LIBTOOL_DEPS
="$ltmain"
7453 # Always use our own libtool.
7454 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
7481 test -z "$LN_S" && LN_S
="ln -s"
7496 if test -n "${ZSH_VERSION+set}" ; then
7497 setopt NO_GLOB_SUBST
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7501 $as_echo_n "checking for objdir... " >&6; }
7502 if ${lt_cv_objdir+:} false
; then :
7503 $as_echo_n "(cached) " >&6
7505 rm -f .libs
2>/dev
/null
7506 mkdir .libs
2>/dev
/null
7507 if test -d .libs
; then
7510 # MS-DOS does not allow filenames that begin with a dot.
7513 rmdir .libs
2>/dev
/null
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7516 $as_echo "$lt_cv_objdir" >&6; }
7517 objdir
=$lt_cv_objdir
7523 cat >>confdefs.h
<<_ACEOF
7524 #define LT_OBJDIR "$lt_cv_objdir/"
7532 # AIX sometimes has problems with the GCC collect2 program. For some
7533 # reason, if we set the COLLECT_NAMES environment variable, the problems
7534 # vanish in a puff of smoke.
7535 if test "X${COLLECT_NAMES+set}" != Xset
; then
7537 export COLLECT_NAMES
7544 can_build_shared
=yes
7546 # All known linkers require a `.a' archive for static linking (except MSVC,
7547 # which needs '.lib').
7550 with_gnu_ld
="$lt_cv_prog_gnu_ld"
7553 old_CFLAGS
="$CFLAGS"
7555 # Set sane defaults for various variables
7556 test -z "$CC" && CC
=cc
7557 test -z "$LTCC" && LTCC
=$CC
7558 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
7559 test -z "$LD" && LD
=ld
7560 test -z "$ac_objext" && ac_objext
=o
7562 for cc_temp
in $compiler""; do
7564 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
7565 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
7570 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7573 # Only perform the check for file, if the check method requires it
7574 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
7575 case $deplibs_check_method in
7577 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7579 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7580 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
7581 $as_echo_n "(cached) " >&6
7585 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7588 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7589 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7590 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7591 for ac_dir
in $ac_dummy; do
7593 test -z "$ac_dir" && ac_dir
=.
7594 if test -f $ac_dir/${ac_tool_prefix}file; then
7595 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
7596 if test -n "$file_magic_test_file"; then
7597 case $deplibs_check_method in
7599 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7600 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7601 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7602 $EGREP "$file_magic_regex" > /dev
/null
; then
7607 *** Warning: the command libtool uses to detect shared libraries,
7608 *** $file_magic_cmd, produces output that libtool cannot recognize.
7609 *** The result is that libtool may fail to recognize shared libraries
7610 *** as such. This will affect the creation of libtool libraries that
7611 *** depend on shared libraries, but programs linked with such libtool
7612 *** libraries will work regardless of this problem. Nevertheless, you
7613 *** may want to report the problem to your system manager and/or to
7614 *** bug-libtool@gnu.org
7624 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7629 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7630 if test -n "$MAGIC_CMD"; then
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7632 $as_echo "$MAGIC_CMD" >&6; }
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7635 $as_echo "no" >&6; }
7642 if test -z "$lt_cv_path_MAGIC_CMD"; then
7643 if test -n "$ac_tool_prefix"; then
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7645 $as_echo_n "checking for file... " >&6; }
7646 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
7647 $as_echo_n "(cached) " >&6
7651 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7654 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7655 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7656 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7657 for ac_dir
in $ac_dummy; do
7659 test -z "$ac_dir" && ac_dir
=.
7660 if test -f $ac_dir/file; then
7661 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
7662 if test -n "$file_magic_test_file"; then
7663 case $deplibs_check_method in
7665 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7666 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7667 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7668 $EGREP "$file_magic_regex" > /dev
/null
; then
7673 *** Warning: the command libtool uses to detect shared libraries,
7674 *** $file_magic_cmd, produces output that libtool cannot recognize.
7675 *** The result is that libtool may fail to recognize shared libraries
7676 *** as such. This will affect the creation of libtool libraries that
7677 *** depend on shared libraries, but programs linked with such libtool
7678 *** libraries will work regardless of this problem. Nevertheless, you
7679 *** may want to report the problem to your system manager and/or to
7680 *** bug-libtool@gnu.org
7690 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7695 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7696 if test -n "$MAGIC_CMD"; then
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7698 $as_echo "$MAGIC_CMD" >&6; }
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7701 $as_echo "no" >&6; }
7714 # Use C for the default configuration in the libtool script
7718 ac_cpp
='$CPP $CPPFLAGS'
7719 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7720 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7721 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7724 # Source file extension for C test sources.
7727 # Object file extension for compiled C test sources.
7731 # Code to be used in simple compile tests
7732 lt_simple_compile_test_code
="int some_variable = 0;"
7734 # Code to be used in simple link tests
7735 lt_simple_link_test_code
='int main(){return(0);}'
7743 # If no C compiler was specified, use CC.
7746 # If no C compiler flags were specified, use CFLAGS.
7747 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
7749 # Allow CC to be a program name with arguments.
7752 # Save the default compiler, since it gets overwritten when the other
7753 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7754 compiler_DEFAULT
=$CC
7756 # save warnings/boilerplate of simple test code
7757 ac_outfile
=conftest.
$ac_objext
7758 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
7759 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
7760 _lt_compiler_boilerplate
=`cat conftest.err`
7763 ac_outfile
=conftest.
$ac_objext
7764 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
7765 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
7766 _lt_linker_boilerplate
=`cat conftest.err`
7771 ## There is no encapsulation within the following macros, do not change
7772 ## the running order or otherwise move them around unless you know exactly
7773 ## what you are doing...
7774 if test -n "$compiler"; then
7776 lt_prog_compiler_no_builtin_flag
=
7778 if test "$GCC" = yes; then
7779 case $cc_basename in
7781 lt_prog_compiler_no_builtin_flag
=' -Xcompiler -fno-builtin' ;;
7783 lt_prog_compiler_no_builtin_flag
=' -fno-builtin' ;;
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7787 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7788 if ${lt_cv_prog_compiler_rtti_exceptions+:} false
; then :
7789 $as_echo_n "(cached) " >&6
7791 lt_cv_prog_compiler_rtti_exceptions
=no
7792 ac_outfile
=conftest.
$ac_objext
7793 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7794 lt_compiler_flag
="-fno-rtti -fno-exceptions"
7795 # Insert the option either (1) after the last *FLAGS variable, or
7796 # (2) before a word containing "conftest.", or (3) at the end.
7797 # Note that $ac_compile itself does not contain backslashes and begins
7798 # with a dollar sign (not a hyphen), so the echo should work correctly.
7799 # The option is referenced via a variable to avoid confusing sed.
7800 lt_compile
=`echo "$ac_compile" | $SED \
7801 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7802 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7803 -e 's:$: $lt_compiler_flag:'`
7804 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7805 (eval "$lt_compile" 2>conftest.err
)
7807 cat conftest.err
>&5
7808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7809 if (exit $ac_status) && test -s "$ac_outfile"; then
7810 # The compiler can only warn and ignore the option if not recognized
7811 # So say no if there are warnings other than the usual output.
7812 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
7813 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7814 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7815 lt_cv_prog_compiler_rtti_exceptions
=yes
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7822 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7824 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
7825 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7837 lt_prog_compiler_wl
=
7838 lt_prog_compiler_pic
=
7839 lt_prog_compiler_static
=
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7842 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7844 if test "$GCC" = yes; then
7845 lt_prog_compiler_wl
='-Wl,'
7846 lt_prog_compiler_static
='-static'
7850 # All AIX code is PIC.
7851 if test "$host_cpu" = ia64
; then
7852 # AIX 5 now supports IA64 processor
7853 lt_prog_compiler_static
='-Bstatic'
7855 lt_prog_compiler_pic
='-fPIC'
7861 # see comment about AmigaOS4 .so support
7862 lt_prog_compiler_pic
='-fPIC'
7865 # FIXME: we need at least 68020 code to build shared libraries, but
7866 # adding the `-m68020' flag to GCC prevents building anything better,
7868 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
7873 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
7874 # PIC is the default for these OSes.
7877 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
7878 # This hack is so that the source file can tell whether it is being
7879 # built for inclusion in a dll (and should export symbols for example).
7880 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7881 # (--disable-auto-import) libraries
7882 lt_prog_compiler_pic
='-DDLL_EXPORT'
7885 darwin
* | rhapsody
*)
7886 # PIC is the default on this platform
7887 # Common symbols not allowed in MH_DYLIB files
7888 lt_prog_compiler_pic
='-fno-common'
7892 # PIC is the default for Haiku.
7893 # The "-static" flag exists, but is broken.
7894 lt_prog_compiler_static
=
7898 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7899 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7900 # sets the default TLS model and affects inlining.
7906 lt_prog_compiler_pic
='-fPIC'
7912 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7913 # Instead, we relocate shared libraries at runtime.
7917 # Just because we use GCC doesn't mean we suddenly get shared libraries
7918 # on systems that don't support them.
7919 lt_prog_compiler_can_build_shared
=no
7924 # QNX uses GNU C++, but need to define -shared option too, otherwise
7926 lt_prog_compiler_pic
='-fPIC -shared'
7930 if test -d /usr
/nec
; then
7931 lt_prog_compiler_pic
=-Kconform_pic
7936 lt_prog_compiler_pic
='-fPIC'
7940 case $cc_basename in
7941 nvcc
*) # Cuda Compiler Driver 2.2
7942 lt_prog_compiler_wl
='-Xlinker '
7943 lt_prog_compiler_pic
='-Xcompiler -fPIC'
7947 # PORTME Check for flag to pass linker flags through the system compiler.
7950 lt_prog_compiler_wl
='-Wl,'
7951 if test "$host_cpu" = ia64
; then
7952 # AIX 5 now supports IA64 processor
7953 lt_prog_compiler_static
='-Bstatic'
7955 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
7959 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
7960 # This hack is so that the source file can tell whether it is being
7961 # built for inclusion in a dll (and should export symbols for example).
7962 lt_prog_compiler_pic
='-DDLL_EXPORT'
7965 hpux9
* | hpux10
* | hpux11
*)
7966 lt_prog_compiler_wl
='-Wl,'
7967 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7974 lt_prog_compiler_pic
='+Z'
7977 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7978 lt_prog_compiler_static
='${wl}-a ${wl}archive'
7981 irix5
* | irix6
* | nonstopux
*)
7982 lt_prog_compiler_wl
='-Wl,'
7983 # PIC (with -KPIC) is the default.
7984 lt_prog_compiler_static
='-non_shared'
7987 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
7988 case $cc_basename in
7989 # old Intel for x86_64 which still supported -KPIC.
7991 lt_prog_compiler_wl
='-Wl,'
7992 lt_prog_compiler_pic
='-KPIC'
7993 lt_prog_compiler_static
='-static'
7995 # icc used to be incompatible with GCC.
7996 # ICC 10 doesn't accept -KPIC any more.
7998 lt_prog_compiler_wl
='-Wl,'
7999 lt_prog_compiler_pic
='-fPIC'
8000 lt_prog_compiler_static
='-static'
8002 # Lahey Fortran 8.1.
8004 lt_prog_compiler_wl
='-Wl,'
8005 lt_prog_compiler_pic
='--shared'
8006 lt_prog_compiler_static
='--static'
8008 pgcc
* | pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8009 # Portland Group compilers (*not* the Pentium gcc compiler,
8010 # which looks to be a dead project)
8011 lt_prog_compiler_wl
='-Wl,'
8012 lt_prog_compiler_pic
='-fpic'
8013 lt_prog_compiler_static
='-Bstatic'
8016 lt_prog_compiler_wl
='-Wl,'
8017 # All Alpha code is PIC.
8018 lt_prog_compiler_static
='-non_shared'
8020 xl
* | bgxl
* | bgf
* | mpixl
*)
8021 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8022 lt_prog_compiler_wl
='-Wl,'
8023 lt_prog_compiler_pic
='-qpic'
8024 lt_prog_compiler_static
='-qstaticlink'
8027 case `$CC -V 2>&1 | sed 5q` in
8028 *Sun\ F
* |
*Sun
*Fortran
*)
8029 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8030 lt_prog_compiler_pic
='-KPIC'
8031 lt_prog_compiler_static
='-Bstatic'
8032 lt_prog_compiler_wl
=''
8036 lt_prog_compiler_pic
='-KPIC'
8037 lt_prog_compiler_static
='-Bstatic'
8038 lt_prog_compiler_wl
='-Wl,'
8046 lt_prog_compiler_pic
='-KPIC'
8047 lt_prog_compiler_static
='-Bstatic'
8051 # QNX uses GNU C++, but need to define -shared option too, otherwise
8053 lt_prog_compiler_pic
='-fPIC -shared'
8056 osf3
* | osf4
* | osf5
*)
8057 lt_prog_compiler_wl
='-Wl,'
8058 # All OSF/1 code is PIC.
8059 lt_prog_compiler_static
='-non_shared'
8063 lt_prog_compiler_static
='-non_shared'
8067 lt_prog_compiler_pic
='-KPIC'
8068 lt_prog_compiler_static
='-Bstatic'
8069 case $cc_basename in
8071 lt_prog_compiler_wl
='-Qoption ld ';;
8073 lt_prog_compiler_wl
='-Wl,';;
8078 lt_prog_compiler_wl
='-Qoption ld '
8079 lt_prog_compiler_pic
='-PIC'
8080 lt_prog_compiler_static
='-Bstatic'
8083 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8084 lt_prog_compiler_wl
='-Wl,'
8085 lt_prog_compiler_pic
='-KPIC'
8086 lt_prog_compiler_static
='-Bstatic'
8090 if test -d /usr
/nec
;then
8091 lt_prog_compiler_pic
='-Kconform_pic'
8092 lt_prog_compiler_static
='-Bstatic'
8096 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8097 lt_prog_compiler_wl
='-Wl,'
8098 lt_prog_compiler_pic
='-KPIC'
8099 lt_prog_compiler_static
='-Bstatic'
8103 lt_prog_compiler_wl
='-Wl,'
8104 lt_prog_compiler_can_build_shared
=no
8108 lt_prog_compiler_pic
='-pic'
8109 lt_prog_compiler_static
='-Bstatic'
8113 lt_prog_compiler_can_build_shared
=no
8119 # For platforms which do not support PIC, -DPIC is meaningless:
8121 lt_prog_compiler_pic
=
8124 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8128 $as_echo "$lt_prog_compiler_pic" >&6; }
8136 # Check to make sure the PIC flag actually works.
8138 if test -n "$lt_prog_compiler_pic"; then
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8140 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8141 if ${lt_cv_prog_compiler_pic_works+:} false
; then :
8142 $as_echo_n "(cached) " >&6
8144 lt_cv_prog_compiler_pic_works
=no
8145 ac_outfile
=conftest.
$ac_objext
8146 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8147 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8148 # Insert the option either (1) after the last *FLAGS variable, or
8149 # (2) before a word containing "conftest.", or (3) at the end.
8150 # Note that $ac_compile itself does not contain backslashes and begins
8151 # with a dollar sign (not a hyphen), so the echo should work correctly.
8152 # The option is referenced via a variable to avoid confusing sed.
8153 lt_compile
=`echo "$ac_compile" | $SED \
8154 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8155 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8156 -e 's:$: $lt_compiler_flag:'`
8157 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8158 (eval "$lt_compile" 2>conftest.err
)
8160 cat conftest.err
>&5
8161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162 if (exit $ac_status) && test -s "$ac_outfile"; then
8163 # The compiler can only warn and ignore the option if not recognized
8164 # So say no if there are warnings other than the usual output.
8165 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8166 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8167 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8168 lt_cv_prog_compiler_pic_works
=yes
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8175 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8177 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8178 case $lt_prog_compiler_pic in
8180 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8183 lt_prog_compiler_pic
=
8184 lt_prog_compiler_can_build_shared
=no
8195 # Check to make sure the static flag actually works.
8197 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8199 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8200 if ${lt_cv_prog_compiler_static_works+:} false
; then :
8201 $as_echo_n "(cached) " >&6
8203 lt_cv_prog_compiler_static_works
=no
8204 save_LDFLAGS
="$LDFLAGS"
8205 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8206 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8207 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8208 # The linker can only warn and ignore the option if not recognized
8209 # So say no if there are warnings
8210 if test -s conftest.err
; then
8211 # Append any errors to the config.log.
8212 cat conftest.err
1>&5
8213 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8214 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8215 if diff conftest.exp conftest.er2
>/dev
/null
; then
8216 lt_cv_prog_compiler_static_works
=yes
8219 lt_cv_prog_compiler_static_works
=yes
8223 LDFLAGS
="$save_LDFLAGS"
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8227 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8229 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8232 lt_prog_compiler_static
=
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8242 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8243 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8244 $as_echo_n "(cached) " >&6
8246 lt_cv_prog_compiler_c_o
=no
8247 $RM -r conftest
2>/dev
/null
8251 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8253 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8254 # Insert the option either (1) after the last *FLAGS variable, or
8255 # (2) before a word containing "conftest.", or (3) at the end.
8256 # Note that $ac_compile itself does not contain backslashes and begins
8257 # with a dollar sign (not a hyphen), so the echo should work correctly.
8258 lt_compile
=`echo "$ac_compile" | $SED \
8259 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8260 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8261 -e 's:$: $lt_compiler_flag:'`
8262 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8263 (eval "$lt_compile" 2>out
/conftest.err
)
8265 cat out
/conftest.err
>&5
8266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8269 # The compiler can only warn and ignore the option if not recognized
8270 # So say no if there are warnings
8271 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8272 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8273 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8274 lt_cv_prog_compiler_c_o
=yes
8279 # SGI C++ compiler will create directory out/ii_files/ for
8280 # template instantiation
8281 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8282 $RM out
/* && rmdir out
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8289 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8297 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8298 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8299 $as_echo_n "(cached) " >&6
8301 lt_cv_prog_compiler_c_o
=no
8302 $RM -r conftest
2>/dev
/null
8306 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8308 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8309 # Insert the option either (1) after the last *FLAGS variable, or
8310 # (2) before a word containing "conftest.", or (3) at the end.
8311 # Note that $ac_compile itself does not contain backslashes and begins
8312 # with a dollar sign (not a hyphen), so the echo should work correctly.
8313 lt_compile
=`echo "$ac_compile" | $SED \
8314 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8315 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8316 -e 's:$: $lt_compiler_flag:'`
8317 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8318 (eval "$lt_compile" 2>out
/conftest.err
)
8320 cat out
/conftest.err
>&5
8321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8322 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8324 # The compiler can only warn and ignore the option if not recognized
8325 # So say no if there are warnings
8326 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8327 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8328 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8329 lt_cv_prog_compiler_c_o
=yes
8334 # SGI C++ compiler will create directory out/ii_files/ for
8335 # template instantiation
8336 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8337 $RM out
/* && rmdir out
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8344 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8349 hard_links
="nottested"
8350 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8351 # do not overwrite the value of need_locks provided by the user
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8353 $as_echo_n "checking if we can lock with hard links... " >&6; }
8356 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8358 ln conftest.a conftest.b
2>&5 || hard_links
=no
8359 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8361 $as_echo "$hard_links" >&6; }
8362 if test "$hard_links" = no
; then
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8364 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8377 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8380 allow_undefined_flag
=
8381 always_export_symbols
=no
8383 archive_expsym_cmds
=
8384 compiler_needs_object
=no
8385 enable_shared_with_static_runtimes
=no
8386 export_dynamic_flag_spec
=
8387 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8388 hardcode_automatic
=no
8390 hardcode_direct_absolute
=no
8391 hardcode_libdir_flag_spec
=
8392 hardcode_libdir_flag_spec_ld
=
8393 hardcode_libdir_separator
=
8395 hardcode_shlibpath_var
=unsupported
8397 link_all_deplibs
=unknown
8400 old_archive_from_new_cmds
=
8401 old_archive_from_expsyms_cmds
=
8402 thread_safe_flag_spec
=
8403 whole_archive_flag_spec
=
8404 # include_expsyms should be a list of space-separated symbols to be *always*
8405 # included in the symbol list
8407 # exclude_expsyms can be an extended regexp of symbols to exclude
8408 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8409 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8410 # as well as any symbol that contains `d'.
8411 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8412 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8413 # platforms (ab)use it in PIC code, but their linkers get confused if
8414 # the symbol is explicitly referenced. Since portable code cannot
8415 # rely on this symbol name, it's probably fine to never include it in
8416 # preloaded symbol tables.
8417 # Exclude shared library initialization/finalization symbols.
8418 extract_expsyms_cmds
=
8421 cygwin
* | mingw
* | pw32
* | cegcc
*)
8422 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8423 # When not using gcc, we currently assume that we are using
8424 # Microsoft Visual C++.
8425 if test "$GCC" != yes; then
8430 # we just hope/assume this is gcc and not c89 (= MSVC++)
8440 # On some targets, GNU ld is compatible enough with the native linker
8441 # that we're better off using the native interface for both.
8442 lt_use_gnu_ld_interface
=no
8443 if test "$with_gnu_ld" = yes; then
8446 # The AIX port of GNU ld has always aspired to compatibility
8447 # with the native linker. However, as the warning in the GNU ld
8448 # block says, versions before 2.19.5* couldn't really create working
8449 # shared libraries, regardless of the interface used.
8450 case `$LD -v 2>&1` in
8451 *\ \
(GNU\ Binutils\
)\
2.19.5*) ;;
8452 *\ \
(GNU\ Binutils\
)\
2.
[2-9]*) ;;
8453 *\ \
(GNU\ Binutils\
)\
[3-9]*) ;;
8455 lt_use_gnu_ld_interface
=yes
8460 lt_use_gnu_ld_interface
=yes
8465 if test "$lt_use_gnu_ld_interface" = yes; then
8466 # If archive_cmds runs LD, not CC, wlarc should be empty
8469 # Set some defaults for GNU ld with shared library support. These
8470 # are reset later if shared libraries are not supported. Putting them
8471 # here allows them to be overridden if necessary.
8472 runpath_var
=LD_RUN_PATH
8473 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8474 export_dynamic_flag_spec
='${wl}--export-dynamic'
8475 # ancient GNU ld didn't support --whole-archive et. al.
8476 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
8477 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8479 whole_archive_flag_spec
=
8481 supports_anon_versioning
=no
8482 case `$LD -v 2>&1` in
8483 *GNU\ gold
*) supports_anon_versioning
=yes ;;
8484 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
8485 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
8486 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
8487 *\
2.11.
*) ;; # other 2.11 versions
8488 *) supports_anon_versioning
=yes ;;
8491 # See if GNU ld supports shared libraries.
8494 # On AIX/PPC, the GNU linker is very broken
8495 if test "$host_cpu" != ia64
; then
8499 *** Warning: the GNU linker, at least up to release 2.19, is reported
8500 *** to be unable to reliably create shared libraries on AIX.
8501 *** Therefore, libtool is disabling shared libraries support. If you
8502 *** really care for shared libraries, you may want to install binutils
8503 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8504 *** You will then need to restart the configuration process.
8513 # see comment about AmigaOS4 .so support
8514 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8515 archive_expsym_cmds
=''
8518 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)'
8519 hardcode_libdir_flag_spec
='-L$libdir'
8520 hardcode_minus_L
=yes
8526 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8527 allow_undefined_flag
=unsupported
8528 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8529 # support --undefined. This deserves some investigation. FIXME
8530 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8536 cygwin
* | mingw
* | pw32
* | cegcc
*)
8537 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8538 # as there is no search path for DLLs.
8539 hardcode_libdir_flag_spec
='-L$libdir'
8540 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8541 allow_undefined_flag
=unsupported
8542 always_export_symbols
=no
8543 enable_shared_with_static_runtimes
=yes
8544 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8546 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8547 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8548 # If the export-symbols file already is a .def file (1st line
8549 # is EXPORTS), use it as is; otherwise, prepend...
8550 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8551 cp $export_symbols $output_objdir/$soname.def;
8553 echo EXPORTS > $output_objdir/$soname.def;
8554 cat $export_symbols >> $output_objdir/$soname.def;
8556 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8563 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8564 link_all_deplibs
=yes
8569 hardcode_shlibpath_var
=no
8570 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8571 export_dynamic_flag_spec
='${wl}-E'
8572 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8573 # Instead, shared libraries are loaded at an image base (0x10000000 by
8574 # default) and relocated if they conflict, which is a slow very memory
8575 # consuming and fragmenting process. To avoid this, we pick a random,
8576 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8577 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8578 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8579 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'
8582 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8584 if test "$host_os" = linux-dietlibc
; then
8585 case $cc_basename in
8586 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8589 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8590 && test "$tmp_diet" = no
8592 tmp_addflag
=' $pic_flag'
8593 tmp_sharedflag
='-shared'
8594 case $cc_basename,$host_cpu in
8595 pgcc
*) # Portland Group C compiler
8596 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'
8597 tmp_addflag
=' $pic_flag'
8599 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8600 # Portland Group f77 and f90 compilers
8601 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'
8602 tmp_addflag
=' $pic_flag -Mnomain' ;;
8603 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8604 tmp_addflag
=' -i_dynamic' ;;
8605 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8606 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8607 ifc
* | ifort
*) # Intel Fortran compiler
8608 tmp_addflag
=' -nofor_main' ;;
8609 lf95
*) # Lahey Fortran 8.1
8610 whole_archive_flag_spec
=
8611 tmp_sharedflag
='--shared' ;;
8612 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8613 tmp_sharedflag
='-qmkshrobj'
8615 nvcc
*) # Cuda Compiler Driver 2.2
8616 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'
8617 compiler_needs_object
=yes
8620 case `$CC -V 2>&1 | sed 5q` in
8621 *Sun\ C
*) # Sun C 5.9
8622 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'
8623 compiler_needs_object
=yes
8624 tmp_sharedflag
='-G' ;;
8625 *Sun\ F
*) # Sun Fortran 8.3
8626 tmp_sharedflag
='-G' ;;
8628 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8630 if test "x$supports_anon_versioning" = xyes
; then
8631 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8632 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8633 echo "local: *; };" >> $output_objdir/$libname.ver~
8634 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8637 case $cc_basename in
8638 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8639 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8640 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8641 hardcode_libdir_flag_spec
=
8642 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8643 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8644 if test "x$supports_anon_versioning" = xyes
; then
8645 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8646 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8647 echo "local: *; };" >> $output_objdir/$libname.ver~
8648 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8658 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8659 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8662 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8663 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8668 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8672 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8673 *** create shared libraries on Solaris systems. Therefore, libtool
8674 *** is disabling shared libraries support. We urge you to upgrade GNU
8675 *** binutils to release 2.9.1 or newer. Another option is to modify
8676 *** your PATH or compiler configuration so that the native linker is
8677 *** used, and then restart.
8680 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8681 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8682 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8688 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8689 case `$LD -v 2>&1` in
8690 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8694 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8695 *** reliably create shared libraries on SCO systems. Therefore, libtool
8696 *** is disabling shared libraries support. We urge you to upgrade GNU
8697 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8698 *** your PATH or compiler configuration so that the native linker is
8699 *** used, and then restart.
8704 # For security reasons, it is highly recommended that you always
8705 # use absolute paths for naming shared libraries, and exclude the
8706 # DT_RUNPATH tag from executables and libraries. But doing so
8707 # requires that you compile everything twice, which is a pain.
8708 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8709 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8710 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8711 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8720 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8723 hardcode_shlibpath_var
=no
8727 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8728 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8729 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8736 if test "$ld_shlibs" = no
; then
8738 hardcode_libdir_flag_spec
=
8739 export_dynamic_flag_spec
=
8740 whole_archive_flag_spec
=
8743 # PORTME fill in a description of your system's linker (not GNU ld)
8746 allow_undefined_flag
=unsupported
8747 always_export_symbols
=yes
8748 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'
8749 # Note: this linker hardcodes the directories in LIBPATH if there
8750 # are no directories specified by -L.
8751 hardcode_minus_L
=yes
8752 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8753 # Neither direct hardcoding nor static linking is supported with a
8755 hardcode_direct
=unsupported
8760 if test "$host_cpu" = ia64
; then
8761 # On IA64, the linker does run time linking by default, so we don't
8762 # have to do anything special.
8763 aix_use_runtimelinking
=no
8764 exp_sym_flag
='-Bexport'
8767 # If we're using GNU nm, then we don't want the "-C" option.
8768 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8769 # Also, AIX nm treats weak defined symbols like other global
8770 # defined symbols, whereas GNU nm marks them as "W".
8771 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
8772 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'
8774 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'
8776 aix_use_runtimelinking
=no
8778 # Test if we are trying to use run time linking or normal
8779 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8780 # need to do runtime linking.
8781 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8782 for ld_flag
in $LDFLAGS; do
8783 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8784 aix_use_runtimelinking
=yes
8791 exp_sym_flag
='-bexport'
8792 no_entry_flag
='-bnoentry'
8795 # When large executables or shared objects are built, AIX ld can
8796 # have problems creating the table of contents. If linking a library
8797 # or program results in "error TOC overflow" add -mminimal-toc to
8798 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8799 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8803 hardcode_direct_absolute
=yes
8804 hardcode_libdir_separator
=':'
8805 link_all_deplibs
=yes
8806 file_list_spec
='${wl}-f,'
8808 if test "$GCC" = yes; then
8809 case $host_os in aix4.
[012]|aix4.
[012].
*)
8810 # We only want to do this on AIX 4.2 and lower, the check
8811 # below for broken collect2 doesn't work under 4.3+
8812 collect2name
=`${CC} -print-prog-name=collect2`
8813 if test -f "$collect2name" &&
8814 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
8816 # We have reworked collect2
8819 # We have old collect2
8820 hardcode_direct
=unsupported
8821 # It fails to find uninstalled libraries when the uninstalled
8822 # path is not listed in the libpath. Setting hardcode_minus_L
8823 # to unsupported forces relinking
8824 hardcode_minus_L
=yes
8825 hardcode_libdir_flag_spec
='-L$libdir'
8826 hardcode_libdir_separator
=
8830 shared_flag
='-shared'
8831 if test "$aix_use_runtimelinking" = yes; then
8832 shared_flag
="$shared_flag "'${wl}-G'
8836 if test "$host_cpu" = ia64
; then
8837 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8838 # chokes on -Wl,-G. The following line is correct:
8841 if test "$aix_use_runtimelinking" = yes; then
8842 shared_flag
='${wl}-G'
8844 shared_flag
='${wl}-bM:SRE'
8849 export_dynamic_flag_spec
='${wl}-bexpall'
8850 # It seems that -bexpall does not export symbols beginning with
8851 # underscore (_), so it is better to generate a list of symbols to export.
8852 always_export_symbols
=yes
8853 if test "$aix_use_runtimelinking" = yes; then
8854 # Warning - without using the other runtime loading flags (-brtl),
8855 # -berok will link without error, but may produce a broken library.
8856 allow_undefined_flag
='-berok'
8857 # Determine the default libpath from the value encoded in an
8859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8860 /* end confdefs.h. */
8870 if ac_fn_c_try_link
"$LINENO"; then :
8872 lt_aix_libpath_sed
='
8873 /Import File Strings/,/^$/ {
8879 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8880 # Check for a 64-bit object if we didn't find anything.
8881 if test -z "$aix_libpath"; then
8882 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8885 rm -f core conftest.err conftest.
$ac_objext \
8886 conftest
$ac_exeext conftest.
$ac_ext
8887 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8889 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8890 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"
8892 if test "$host_cpu" = ia64
; then
8893 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
8894 allow_undefined_flag
="-z nodefs"
8895 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"
8897 # Determine the default libpath from the value encoded in an
8899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8900 /* end confdefs.h. */
8910 if ac_fn_c_try_link
"$LINENO"; then :
8912 lt_aix_libpath_sed
='
8913 /Import File Strings/,/^$/ {
8919 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8920 # Check for a 64-bit object if we didn't find anything.
8921 if test -z "$aix_libpath"; then
8922 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8925 rm -f core conftest.err conftest.
$ac_objext \
8926 conftest
$ac_exeext conftest.
$ac_ext
8927 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8929 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8930 # Warning - without using the other run time loading flags,
8931 # -berok will link without error, but may produce a broken library.
8932 no_undefined_flag
=' ${wl}-bernotok'
8933 allow_undefined_flag
=' ${wl}-berok'
8934 if test "$with_gnu_ld" = yes; then
8935 # We only use this code for GNU lds that support --whole-archive.
8936 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8938 # Exported symbols can be pulled into shared objects from archives
8939 whole_archive_flag_spec
='$convenience'
8941 archive_cmds_need_lc
=yes
8942 # This is similar to how AIX traditionally builds its shared libraries.
8943 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'
8951 # see comment about AmigaOS4 .so support
8952 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953 archive_expsym_cmds
=''
8956 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)'
8957 hardcode_libdir_flag_spec
='-L$libdir'
8958 hardcode_minus_L
=yes
8964 export_dynamic_flag_spec
=-rdynamic
8967 cygwin
* | mingw
* | pw32
* | cegcc
*)
8968 # When not using gcc, we currently assume that we are using
8969 # Microsoft Visual C++.
8970 # hardcode_libdir_flag_spec is actually meaningless, as there is
8971 # no search path for DLLs.
8972 hardcode_libdir_flag_spec
=' '
8973 allow_undefined_flag
=unsupported
8974 # Tell ltmain to make .lib files, not .a files.
8976 # Tell ltmain to make .dll files, not .so files.
8978 # FIXME: Setting linknames here is a bad hack.
8979 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8980 # The linker will automatically build a .lib file if we build a DLL.
8981 old_archive_from_new_cmds
='true'
8982 # FIXME: Should let the user specify the lib program.
8983 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8984 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8985 enable_shared_with_static_runtimes
=yes
8988 darwin
* | rhapsody
*)
8991 archive_cmds_need_lc
=no
8993 hardcode_automatic
=yes
8994 hardcode_shlibpath_var
=unsupported
8995 if test "$lt_cv_ld_force_load" = "yes"; then
8996 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\"`'
8998 whole_archive_flag_spec
=''
9000 link_all_deplibs
=yes
9001 allow_undefined_flag
="$_lt_dar_allow_undefined"
9002 case $cc_basename in
9003 ifort
*) _lt_dar_can_shared
=yes ;;
9004 *) _lt_dar_can_shared
=$GCC ;;
9006 if test "$_lt_dar_can_shared" = "yes"; then
9007 output_verbose_link_cmd
=func_echo_all
9008 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9009 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9010 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}"
9011 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}"
9020 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9021 hardcode_libdir_flag_spec
='-L$libdir'
9022 hardcode_shlibpath_var
=no
9025 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9026 # support. Future versions do this automatically, but an explicit c++rt0.o
9027 # does not break anything, and helps significantly (at the cost of a little
9030 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9031 hardcode_libdir_flag_spec
='-R$libdir'
9033 hardcode_shlibpath_var
=no
9036 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9038 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9040 hardcode_minus_L
=yes
9041 hardcode_shlibpath_var
=no
9044 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9045 freebsd
* | dragonfly
*)
9046 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9047 hardcode_libdir_flag_spec
='-R$libdir'
9049 hardcode_shlibpath_var
=no
9053 if test "$GCC" = yes; then
9054 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'
9056 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'
9058 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9059 hardcode_libdir_separator
=:
9062 # hardcode_minus_L: Not really in the search PATH,
9063 # but as the default location of the library.
9064 hardcode_minus_L
=yes
9065 export_dynamic_flag_spec
='${wl}-E'
9069 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9070 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9072 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9074 if test "$with_gnu_ld" = no
; then
9075 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9076 hardcode_libdir_flag_spec_ld
='+b $libdir'
9077 hardcode_libdir_separator
=:
9079 hardcode_direct_absolute
=yes
9080 export_dynamic_flag_spec
='${wl}-E'
9081 # hardcode_minus_L: Not really in the search PATH,
9082 # but as the default location of the library.
9083 hardcode_minus_L
=yes
9088 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9091 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9094 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9097 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9103 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9106 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9110 # Older versions of the 11.00 compiler do not understand -b yet
9111 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9113 $as_echo_n "checking if $CC understands -b... " >&6; }
9114 if ${lt_cv_prog_compiler__b+:} false
; then :
9115 $as_echo_n "(cached) " >&6
9117 lt_cv_prog_compiler__b
=no
9118 save_LDFLAGS
="$LDFLAGS"
9119 LDFLAGS
="$LDFLAGS -b"
9120 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9121 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9122 # The linker can only warn and ignore the option if not recognized
9123 # So say no if there are warnings
9124 if test -s conftest.err
; then
9125 # Append any errors to the config.log.
9126 cat conftest.err
1>&5
9127 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9128 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9129 if diff conftest.exp conftest.er2
>/dev
/null
; then
9130 lt_cv_prog_compiler__b
=yes
9133 lt_cv_prog_compiler__b
=yes
9137 LDFLAGS
="$save_LDFLAGS"
9140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9141 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9143 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9144 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9146 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9152 if test "$with_gnu_ld" = no
; then
9153 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9154 hardcode_libdir_separator
=:
9159 hardcode_shlibpath_var
=no
9163 hardcode_direct_absolute
=yes
9164 export_dynamic_flag_spec
='${wl}-E'
9166 # hardcode_minus_L: Not really in the search PATH,
9167 # but as the default location of the library.
9168 hardcode_minus_L
=yes
9174 irix5
* | irix6
* | nonstopux
*)
9175 if test "$GCC" = yes; then
9176 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'
9177 # Try to use the -exported_symbol ld option, if it does not
9178 # work, assume that -exports_file does not work either and
9179 # implicitly export all symbols.
9180 save_LDFLAGS
="$LDFLAGS"
9181 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9183 /* end confdefs.h. */
9186 if ac_fn_c_try_link
"$LINENO"; then :
9187 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'
9190 rm -f core conftest.err conftest.
$ac_objext \
9191 conftest
$ac_exeext conftest.
$ac_ext
9192 LDFLAGS
="$save_LDFLAGS"
9194 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'
9195 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'
9197 archive_cmds_need_lc
='no'
9198 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9199 hardcode_libdir_separator
=:
9201 link_all_deplibs
=yes
9205 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9206 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9208 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9210 hardcode_libdir_flag_spec
='-R$libdir'
9212 hardcode_shlibpath_var
=no
9216 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9218 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9219 hardcode_libdir_separator
=:
9220 hardcode_shlibpath_var
=no
9227 if test -f /usr
/libexec
/ld.so
; then
9229 hardcode_shlibpath_var
=no
9230 hardcode_direct_absolute
=yes
9231 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9232 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9233 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9234 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9235 export_dynamic_flag_spec
='${wl}-E'
9238 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9239 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9240 hardcode_libdir_flag_spec
='-R$libdir'
9243 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9244 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9254 hardcode_libdir_flag_spec
='-L$libdir'
9255 hardcode_minus_L
=yes
9256 allow_undefined_flag
=unsupported
9257 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'
9258 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9262 if test "$GCC" = yes; then
9263 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9264 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'
9266 allow_undefined_flag
=' -expect_unresolved \*'
9267 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'
9269 archive_cmds_need_lc
='no'
9270 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9271 hardcode_libdir_separator
=:
9274 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9275 if test "$GCC" = yes; then
9276 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9277 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'
9278 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9280 allow_undefined_flag
=' -expect_unresolved \*'
9281 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'
9282 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~
9283 $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'
9285 # Both c and cxx compiler support -rpath directly
9286 hardcode_libdir_flag_spec
='-rpath $libdir'
9288 archive_cmds_need_lc
='no'
9289 hardcode_libdir_separator
=:
9293 no_undefined_flag
=' -z defs'
9294 if test "$GCC" = yes; then
9296 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9297 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9298 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9300 case `$CC -V 2>&1` in
9303 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9304 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9305 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9309 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9310 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9311 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9315 hardcode_libdir_flag_spec
='-R$libdir'
9316 hardcode_shlibpath_var
=no
9318 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9320 # The compiler driver will combine and reorder linker options,
9321 # but understands `-z linker_flag'. GCC discards it without `$wl',
9322 # but is careful enough not to reorder.
9323 # Supported since Solaris 2.6 (maybe 2.5.1?)
9324 if test "$GCC" = yes; then
9325 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9327 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9331 link_all_deplibs
=yes
9335 if test "x$host_vendor" = xsequent
; then
9336 # Use $CC to link under sequent, because it throws in some extra .o
9337 # files that make .init and .fini sections work.
9338 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9340 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9342 hardcode_libdir_flag_spec
='-L$libdir'
9344 hardcode_minus_L
=yes
9345 hardcode_shlibpath_var
=no
9349 case $host_vendor in
9351 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9352 hardcode_direct
=yes # is this really true???
9355 ## LD is ld it makes a PLAMLIB
9356 ## CC just makes a GrossModule.
9357 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9358 reload_cmds
='$CC -r -o $output$reload_objs'
9362 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9363 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9366 runpath_var
='LD_RUN_PATH'
9367 hardcode_shlibpath_var
=no
9371 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9372 hardcode_shlibpath_var
=no
9373 export_dynamic_flag_spec
='-Bexport'
9377 if test -d /usr
/nec
; then
9378 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9379 hardcode_shlibpath_var
=no
9380 runpath_var
=LD_RUN_PATH
9381 hardcode_runpath_var
=yes
9386 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9387 no_undefined_flag
='${wl}-z,text'
9388 archive_cmds_need_lc
=no
9389 hardcode_shlibpath_var
=no
9390 runpath_var
='LD_RUN_PATH'
9392 if test "$GCC" = yes; then
9393 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9394 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9396 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9401 sysv5
* | sco3.2v5
* | sco5v6
*)
9402 # Note: We can NOT use -z defs as we might desire, because we do not
9403 # link with -lc, and that would cause any symbols used from libc to
9404 # always be unresolved, which means just about no library would
9405 # ever link correctly. If we're not using GNU ld we use -z text
9406 # though, which does catch some bad symbols but isn't as heavy-handed
9408 no_undefined_flag
='${wl}-z,text'
9409 allow_undefined_flag
='${wl}-z,nodefs'
9410 archive_cmds_need_lc
=no
9411 hardcode_shlibpath_var
=no
9412 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9413 hardcode_libdir_separator
=':'
9414 link_all_deplibs
=yes
9415 export_dynamic_flag_spec
='${wl}-Bexport'
9416 runpath_var
='LD_RUN_PATH'
9418 if test "$GCC" = yes; then
9419 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9420 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9422 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9423 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9428 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9429 hardcode_libdir_flag_spec
='-L$libdir'
9430 hardcode_shlibpath_var
=no
9438 if test x
$host_vendor = xsni
; then
9440 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9441 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9448 $as_echo "$ld_shlibs" >&6; }
9449 test "$ld_shlibs" = no
&& can_build_shared
=no
9451 with_gnu_ld
=$with_gnu_ld
9468 # Do we need to explicitly link libc?
9470 case "x$archive_cmds_need_lc" in
9472 # Assume -lc should be added
9473 archive_cmds_need_lc
=yes
9475 if test "$enable_shared" = yes && test "$GCC" = yes; then
9476 case $archive_cmds in
9478 # FIXME: we may have to deal with multi-command sequences.
9481 # Test whether the compiler implicitly links with -lc since on some
9482 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9483 # to ld, don't add -lc before -lgcc.
9484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9485 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9486 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9487 $as_echo_n "(cached) " >&6
9490 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9492 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9493 (eval $ac_compile) 2>&5
9495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9496 test $ac_status = 0; } 2>conftest.err
; then
9499 libobjs
=conftest.
$ac_objext
9501 wl
=$lt_prog_compiler_wl
9502 pic_flag
=$lt_prog_compiler_pic
9508 lt_save_allow_undefined_flag
=$allow_undefined_flag
9509 allow_undefined_flag
=
9510 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9511 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9514 test $ac_status = 0; }
9516 lt_cv_archive_cmds_need_lc
=no
9518 lt_cv_archive_cmds_need_lc
=yes
9520 allow_undefined_flag
=$lt_save_allow_undefined_flag
9522 cat conftest.err
1>&5
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9528 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9529 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9693 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9695 if test "$GCC" = yes; then
9697 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9698 *) lt_awk_arg
="/^libraries:/" ;;
9701 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
9702 *) lt_sed_strip_eq
="s,=/,/,g" ;;
9704 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9705 case $lt_search_path_spec in
9707 # if the path contains ";" then we assume it to be the separator
9708 # otherwise default to the standard path separator (i.e. ":") - it is
9709 # assumed that no part of a normal pathname contains ";" but that should
9710 # okay in the real world where ";" in dirpaths is itself problematic.
9711 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9714 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9717 # Ok, now we have the path, separated by spaces, we can step through it
9718 # and add multilib dir if necessary.
9719 lt_tmp_lt_search_path_spec
=
9720 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9721 for lt_sys_path
in $lt_search_path_spec; do
9722 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9723 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9725 test -d "$lt_sys_path" && \
9726 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9729 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9730 BEGIN {RS=" "; FS="/|\n";} {
9733 for (lt_i = NF; lt_i > 0; lt_i--) {
9734 if ($lt_i != "" && $lt_i != ".") {
9735 if ($lt_i == "..") {
9738 if (lt_count == 0) {
9739 lt_foo="/" $lt_i lt_foo;
9746 if (lt_foo != "") { lt_freq[lt_foo]++; }
9747 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9749 # AWK program above erroneously prepends '/' to C:/dos/paths
9752 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
9753 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9755 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9757 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9760 libname_spec
='lib$name'
9768 shlibpath_overrides_runpath
=unknown
9770 dynamic_linker
="$host_os ld.so"
9771 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9772 need_lib_prefix
=unknown
9773 hardcode_into_libs
=no
9775 # when you set need_version to no, make sure it does not cause -set_version
9776 # flags to be left without arguments
9777 need_version
=unknown
9782 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9783 shlibpath_var
=LIBPATH
9785 # AIX 3 has no versioning support, so we append a major version to the name.
9786 soname_spec
='${libname}${release}${shared_ext}$major'
9793 hardcode_into_libs
=yes
9794 if test "$host_cpu" = ia64
; then
9795 # AIX 5 supports IA64
9796 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9797 shlibpath_var
=LD_LIBRARY_PATH
9799 # With GCC up to 2.95.x, collect2 would create an import file
9800 # for dependence libraries. The import file would start with
9801 # the line `#! .'. This would cause the generated library to
9802 # depend on `.', always an invalid library. This was fixed in
9803 # development snapshots of GCC prior to 3.0.
9805 aix4 | aix4.
[01] | aix4.
[01].
*)
9806 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9808 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
9815 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9816 # soname into executable. Probably we can add versioning support to
9817 # collect2, so additional links can be useful in future.
9818 if test "$aix_use_runtimelinking" = yes; then
9819 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9820 # instead of lib<name>.a to let people know that these are not
9821 # typical AIX shared libraries.
9822 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9824 # We preserve .a as extension for shared libraries through AIX4.2
9825 # and later when we are not doing run time linking.
9826 library_names_spec
='${libname}${release}.a $libname.a'
9827 soname_spec
='${libname}${release}${shared_ext}$major'
9829 shlibpath_var
=LIBPATH
9836 # Since July 2007 AmigaOS4 officially supports .so libraries.
9837 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9838 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9841 library_names_spec
='$libname.ixlibrary $libname.a'
9842 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9843 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'
9849 library_names_spec
='${libname}${shared_ext}'
9850 dynamic_linker
="$host_os ld.so"
9851 shlibpath_var
=LIBRARY_PATH
9857 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9858 soname_spec
='${libname}${release}${shared_ext}$major'
9859 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9860 shlibpath_var
=LD_LIBRARY_PATH
9861 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9862 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9863 # the default ld.so.conf also contains /usr/contrib/lib and
9864 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9865 # libtool to hard-code these into programs
9868 cygwin
* | mingw
* | pw32
* | cegcc
*)
9869 version_type
=windows
9874 case $GCC,$host_os in
9875 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
9876 library_names_spec
='$libname.dll.a'
9877 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9878 postinstall_cmds
='base_file=`basename \${file}`~
9879 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9880 dldir=$destdir/`dirname \$dlpath`~
9881 test -d \$dldir || mkdir -p \$dldir~
9882 $install_prog $dir/$dlname \$dldir/$dlname~
9883 chmod a+x \$dldir/$dlname~
9884 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9885 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9887 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9888 dlpath=$dir/\$dldll~
9890 shlibpath_overrides_runpath
=yes
9894 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9895 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9897 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
9900 # MinGW DLLs use traditional 'lib' prefix
9901 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9904 # pw32 DLLs use 'pw' prefix rather than 'lib'
9905 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9911 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9914 dynamic_linker
='Win32 ld.exe'
9915 # FIXME: first we should search . and the directory the executable is in
9919 darwin
* | rhapsody
*)
9920 dynamic_linker
="$host_os dyld"
9924 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9925 soname_spec
='${libname}${release}${major}$shared_ext'
9926 shlibpath_overrides_runpath
=yes
9927 shlibpath_var
=DYLD_LIBRARY_PATH
9928 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9930 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9931 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9938 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9939 soname_spec
='${libname}${release}${shared_ext}$major'
9940 shlibpath_var
=LD_LIBRARY_PATH
9943 freebsd
* | dragonfly
*)
9944 # DragonFly does not have aout. When/if they implement a new
9945 # versioning mechanism, adjust this.
9946 if test -x /usr
/bin
/objformat
; then
9947 objformat
=`/usr/bin/objformat`
9950 freebsd
[23].
*) objformat
=aout
;;
9954 version_type
=freebsd-
$objformat
9955 case $version_type in
9957 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9962 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9966 shlibpath_var
=LD_LIBRARY_PATH
9969 shlibpath_overrides_runpath
=yes
9971 freebsd3.
[01]* | freebsdelf3.
[01]*)
9972 shlibpath_overrides_runpath
=yes
9973 hardcode_into_libs
=yes
9975 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9976 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9977 shlibpath_overrides_runpath
=no
9978 hardcode_into_libs
=yes
9980 *) # from 4.6 on, and DragonFly
9981 shlibpath_overrides_runpath
=yes
9982 hardcode_into_libs
=yes
9991 dynamic_linker
="$host_os runtime_loader"
9992 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9993 soname_spec
='${libname}${release}${shared_ext}$major'
9994 shlibpath_var
=LIBRARY_PATH
9995 shlibpath_overrides_runpath
=yes
9996 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9997 hardcode_into_libs
=yes
10000 hpux9
* | hpux10
* | hpux11
*)
10001 # Give a soname corresponding to the major version so that dld.sl refuses to
10002 # link against other versions.
10009 hardcode_into_libs
=yes
10010 dynamic_linker
="$host_os dld.so"
10011 shlibpath_var
=LD_LIBRARY_PATH
10012 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10013 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10014 soname_spec
='${libname}${release}${shared_ext}$major'
10015 if test "X$HPUX_IA64_MODE" = X32
; then
10016 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10018 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10020 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10024 hardcode_into_libs
=yes
10025 dynamic_linker
="$host_os dld.sl"
10026 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10027 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10028 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10029 soname_spec
='${libname}${release}${shared_ext}$major'
10030 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10031 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10035 dynamic_linker
="$host_os dld.sl"
10036 shlibpath_var
=SHLIB_PATH
10037 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10038 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10039 soname_spec
='${libname}${release}${shared_ext}$major'
10042 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10043 postinstall_cmds
='chmod 555 $lib'
10044 # or fails outright, so override atomically:
10045 install_override_mode
=555
10052 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10053 soname_spec
='${libname}${release}${shared_ext}$major'
10054 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10055 shlibpath_var
=LD_LIBRARY_PATH
10056 shlibpath_overrides_runpath
=no
10057 hardcode_into_libs
=yes
10060 irix5
* | irix6
* | nonstopux
*)
10062 nonstopux
*) version_type
=nonstopux
;;
10064 if test "$lt_cv_prog_gnu_ld" = yes; then
10072 soname_spec
='${libname}${release}${shared_ext}$major'
10073 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10075 irix5
* | nonstopux
*)
10076 libsuff
= shlibsuff
=
10079 case $LD in # libtool.m4 will add one of these switches to LD
10080 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10081 libsuff
= shlibsuff
= libmagic
=32-bit;;
10082 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10083 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10084 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10085 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10086 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10090 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10091 shlibpath_overrides_runpath
=no
10092 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10093 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10094 hardcode_into_libs
=yes
10097 # No shared lib support for Linux oldld, aout, or coff.
10098 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10102 # This must be Linux ELF.
10103 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10107 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10108 soname_spec
='${libname}${release}${shared_ext}$major'
10109 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10110 shlibpath_var
=LD_LIBRARY_PATH
10111 shlibpath_overrides_runpath
=no
10113 # Some binutils ld are patched to set DT_RUNPATH
10114 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10115 $as_echo_n "(cached) " >&6
10117 lt_cv_shlibpath_overrides_runpath
=no
10118 save_LDFLAGS
=$LDFLAGS
10119 save_libdir
=$libdir
10120 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10121 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10122 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10123 /* end confdefs.h. */
10133 if ac_fn_c_try_link
"$LINENO"; then :
10134 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10135 lt_cv_shlibpath_overrides_runpath
=yes
10138 rm -f core conftest.err conftest.
$ac_objext \
10139 conftest
$ac_exeext conftest.
$ac_ext
10140 LDFLAGS
=$save_LDFLAGS
10141 libdir
=$save_libdir
10145 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10147 # This implies no fast_install, which is unacceptable.
10148 # Some rework will be needed to allow for fast_install
10149 # before this can be enabled.
10150 hardcode_into_libs
=yes
10152 # Append ld.so.conf contents to the search path
10153 if test -f /etc
/ld.so.conf
; then
10154 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' ' '`
10155 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10158 # We used to test for /lib/ld.so.1 and disable shared libraries on
10159 # powerpc, because MkLinux only supported shared libraries with the
10160 # GNU dynamic linker. Since this was broken with cross compilers,
10161 # most powerpc-linux boxes support dynamic linking these days and
10162 # people can always --disable-shared, the test was removed, and we
10163 # assume the GNU/Linux dynamic linker is in use.
10164 dynamic_linker
='GNU/Linux ld.so'
10171 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10172 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10173 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10174 dynamic_linker
='NetBSD (a.out) ld.so'
10176 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10177 soname_spec
='${libname}${release}${shared_ext}$major'
10178 dynamic_linker
='NetBSD ld.elf_so'
10180 shlibpath_var
=LD_LIBRARY_PATH
10181 shlibpath_overrides_runpath
=yes
10182 hardcode_into_libs
=yes
10187 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10188 shlibpath_var
=LD_LIBRARY_PATH
10189 shlibpath_overrides_runpath
=yes
10196 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10197 soname_spec
='${libname}${release}${shared_ext}$major'
10198 shlibpath_var
=LD_LIBRARY_PATH
10199 shlibpath_overrides_runpath
=no
10200 hardcode_into_libs
=yes
10201 dynamic_linker
='ldqnx.so'
10206 sys_lib_dlsearch_path_spec
="/usr/lib"
10208 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10210 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10211 *) need_version
=no
;;
10213 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10214 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10215 shlibpath_var
=LD_LIBRARY_PATH
10216 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10218 openbsd2.
[89] | openbsd2.
[89].
*)
10219 shlibpath_overrides_runpath
=no
10222 shlibpath_overrides_runpath
=yes
10226 shlibpath_overrides_runpath
=yes
10231 libname_spec
='$name'
10234 library_names_spec
='$libname${shared_ext} $libname.a'
10235 dynamic_linker
='OS/2 ld.exe'
10236 shlibpath_var
=LIBPATH
10239 osf3
* | osf4
* | osf5
*)
10243 soname_spec
='${libname}${release}${shared_ext}$major'
10244 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10245 shlibpath_var
=LD_LIBRARY_PATH
10246 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10247 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10258 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10259 soname_spec
='${libname}${release}${shared_ext}$major'
10260 shlibpath_var
=LD_LIBRARY_PATH
10261 shlibpath_overrides_runpath
=yes
10262 hardcode_into_libs
=yes
10263 # ldd complains unless libraries are executable
10264 postinstall_cmds
='chmod +x $lib'
10269 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10270 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10271 shlibpath_var
=LD_LIBRARY_PATH
10272 shlibpath_overrides_runpath
=yes
10273 if test "$with_gnu_ld" = yes; then
10281 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10282 soname_spec
='${libname}${release}${shared_ext}$major'
10283 shlibpath_var
=LD_LIBRARY_PATH
10284 case $host_vendor in
10286 shlibpath_overrides_runpath
=no
10288 runpath_var
=LD_RUN_PATH
10296 shlibpath_overrides_runpath
=no
10297 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10303 if test -d /usr
/nec
;then
10305 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10306 soname_spec
='$libname${shared_ext}.$major'
10307 shlibpath_var
=LD_LIBRARY_PATH
10311 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10312 version_type
=freebsd-elf
10315 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10316 soname_spec
='${libname}${release}${shared_ext}$major'
10317 shlibpath_var
=LD_LIBRARY_PATH
10318 shlibpath_overrides_runpath
=yes
10319 hardcode_into_libs
=yes
10320 if test "$with_gnu_ld" = yes; then
10321 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10323 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10326 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10330 sys_lib_dlsearch_path_spec
='/usr/lib'
10334 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10338 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10339 shlibpath_var
=LD_LIBRARY_PATH
10340 shlibpath_overrides_runpath
=no
10341 hardcode_into_libs
=yes
10346 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10347 soname_spec
='${libname}${release}${shared_ext}$major'
10348 shlibpath_var
=LD_LIBRARY_PATH
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10356 $as_echo "$dynamic_linker" >&6; }
10357 test "$dynamic_linker" = no
&& can_build_shared
=no
10359 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10360 if test "$GCC" = yes; then
10361 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10364 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10365 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10367 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10368 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10463 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10465 if test -n "$hardcode_libdir_flag_spec" ||
10466 test -n "$runpath_var" ||
10467 test "X$hardcode_automatic" = "Xyes" ; then
10469 # We can hardcode non-existent directories.
10470 if test "$hardcode_direct" != no
&&
10471 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10472 # have to relink, otherwise we might link with an installed library
10473 # when we should be linking with a yet-to-be-installed one
10474 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10475 test "$hardcode_minus_L" != no
; then
10476 # Linking always hardcodes the temporary library directory.
10477 hardcode_action
=relink
10479 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10480 hardcode_action
=immediate
10483 # We cannot hardcode anything, or else we can only hardcode existing
10485 hardcode_action
=unsupported
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10488 $as_echo "$hardcode_action" >&6; }
10490 if test "$hardcode_action" = relink ||
10491 test "$inherit_rpath" = yes; then
10492 # Fast installation is not supported
10493 enable_fast_install
=no
10494 elif test "$shlibpath_overrides_runpath" = yes ||
10495 test "$enable_shared" = no
; then
10496 # Fast installation is not necessary
10497 enable_fast_install
=needless
10505 if test "x$enable_dlopen" != xyes
; then
10506 enable_dlopen
=unknown
10507 enable_dlopen_self
=unknown
10508 enable_dlopen_self_static
=unknown
10515 lt_cv_dlopen
="load_add_on"
10517 lt_cv_dlopen_self
=yes
10520 mingw
* | pw32
* | cegcc
*)
10521 lt_cv_dlopen
="LoadLibrary"
10526 lt_cv_dlopen
="dlopen"
10531 # if libdl is installed we need to link against it
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10533 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10534 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10535 $as_echo_n "(cached) " >&6
10537 ac_check_lib_save_LIBS
=$LIBS
10539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10540 /* end confdefs.h. */
10542 /* Override any GCC internal prototype to avoid an error.
10543 Use char because int might match the return type of a GCC
10544 builtin and then its argument prototype would still apply. */
10557 if ac_fn_c_try_link
"$LINENO"; then :
10558 ac_cv_lib_dl_dlopen
=yes
10560 ac_cv_lib_dl_dlopen
=no
10562 rm -f core conftest.err conftest.
$ac_objext \
10563 conftest
$ac_exeext conftest.
$ac_ext
10564 LIBS
=$ac_check_lib_save_LIBS
10566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10567 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10568 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10569 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10572 lt_cv_dlopen
="dyld"
10574 lt_cv_dlopen_self
=yes
10581 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10582 if test "x$ac_cv_func_shl_load" = xyes
; then :
10583 lt_cv_dlopen
="shl_load"
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10586 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10587 if ${ac_cv_lib_dld_shl_load+:} false
; then :
10588 $as_echo_n "(cached) " >&6
10590 ac_check_lib_save_LIBS
=$LIBS
10592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10593 /* end confdefs.h. */
10595 /* Override any GCC internal prototype to avoid an error.
10596 Use char because int might match the return type of a GCC
10597 builtin and then its argument prototype would still apply. */
10605 return shl_load ();
10610 if ac_fn_c_try_link
"$LINENO"; then :
10611 ac_cv_lib_dld_shl_load
=yes
10613 ac_cv_lib_dld_shl_load
=no
10615 rm -f core conftest.err conftest.
$ac_objext \
10616 conftest
$ac_exeext conftest.
$ac_ext
10617 LIBS
=$ac_check_lib_save_LIBS
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10620 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10621 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
10622 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10624 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10625 if test "x$ac_cv_func_dlopen" = xyes
; then :
10626 lt_cv_dlopen
="dlopen"
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10629 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10630 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10631 $as_echo_n "(cached) " >&6
10633 ac_check_lib_save_LIBS
=$LIBS
10635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10636 /* end confdefs.h. */
10638 /* Override any GCC internal prototype to avoid an error.
10639 Use char because int might match the return type of a GCC
10640 builtin and then its argument prototype would still apply. */
10653 if ac_fn_c_try_link
"$LINENO"; then :
10654 ac_cv_lib_dl_dlopen
=yes
10656 ac_cv_lib_dl_dlopen
=no
10658 rm -f core conftest.err conftest.
$ac_objext \
10659 conftest
$ac_exeext conftest.
$ac_ext
10660 LIBS
=$ac_check_lib_save_LIBS
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10663 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10664 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10665 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10668 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10669 if ${ac_cv_lib_svld_dlopen+:} false
; then :
10670 $as_echo_n "(cached) " >&6
10672 ac_check_lib_save_LIBS
=$LIBS
10673 LIBS
="-lsvld $LIBS"
10674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10675 /* end confdefs.h. */
10677 /* Override any GCC internal prototype to avoid an error.
10678 Use char because int might match the return type of a GCC
10679 builtin and then its argument prototype would still apply. */
10692 if ac_fn_c_try_link
"$LINENO"; then :
10693 ac_cv_lib_svld_dlopen
=yes
10695 ac_cv_lib_svld_dlopen
=no
10697 rm -f core conftest.err conftest.
$ac_objext \
10698 conftest
$ac_exeext conftest.
$ac_ext
10699 LIBS
=$ac_check_lib_save_LIBS
10701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10702 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10703 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
10704 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10707 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10708 if ${ac_cv_lib_dld_dld_link+:} false
; then :
10709 $as_echo_n "(cached) " >&6
10711 ac_check_lib_save_LIBS
=$LIBS
10713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10714 /* end confdefs.h. */
10716 /* Override any GCC internal prototype to avoid an error.
10717 Use char because int might match the return type of a GCC
10718 builtin and then its argument prototype would still apply. */
10726 return dld_link ();
10731 if ac_fn_c_try_link
"$LINENO"; then :
10732 ac_cv_lib_dld_dld_link
=yes
10734 ac_cv_lib_dld_dld_link
=no
10736 rm -f core conftest.err conftest.
$ac_objext \
10737 conftest
$ac_exeext conftest.
$ac_ext
10738 LIBS
=$ac_check_lib_save_LIBS
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10741 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10742 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
10743 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
10764 if test "x$lt_cv_dlopen" != xno
; then
10770 case $lt_cv_dlopen in
10772 save_CPPFLAGS
="$CPPFLAGS"
10773 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10775 save_LDFLAGS
="$LDFLAGS"
10776 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10779 LIBS
="$lt_cv_dlopen_libs $LIBS"
10781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10782 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10783 if ${lt_cv_dlopen_self+:} false
; then :
10784 $as_echo_n "(cached) " >&6
10786 if test "$cross_compiling" = yes; then :
10787 lt_cv_dlopen_self
=cross
10789 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10790 lt_status
=$lt_dlunknown
10791 cat > conftest.
$ac_ext <<_LT_EOF
10792 #line 10792 "configure"
10793 #include "confdefs.h"
10802 # define LT_DLGLOBAL RTLD_GLOBAL
10805 # define LT_DLGLOBAL DL_GLOBAL
10807 # define LT_DLGLOBAL 0
10811 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10812 find out it does not work in some platform. */
10813 #ifndef LT_DLLAZY_OR_NOW
10815 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10818 # define LT_DLLAZY_OR_NOW DL_LAZY
10821 # define LT_DLLAZY_OR_NOW RTLD_NOW
10824 # define LT_DLLAZY_OR_NOW DL_NOW
10826 # define LT_DLLAZY_OR_NOW 0
10833 /* When -fvisbility=hidden is used, assume the code has been annotated
10834 correspondingly for the symbols needed. */
10835 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10836 void fnord () __attribute__((visibility("default")));
10839 void fnord () { int i=42; }
10842 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10843 int status = $lt_dlunknown;
10847 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10850 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10851 else puts (dlerror ());
10853 /* dlclose (self); */
10861 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10862 (eval $ac_link) 2>&5
10864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10865 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10866 (.
/conftest
; exit; ) >&5 2>/dev
/null
10868 case x
$lt_status in
10869 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10870 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10871 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10874 # compilation failed
10875 lt_cv_dlopen_self
=no
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10883 $as_echo "$lt_cv_dlopen_self" >&6; }
10885 if test "x$lt_cv_dlopen_self" = xyes
; then
10886 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10888 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10889 if ${lt_cv_dlopen_self_static+:} false
; then :
10890 $as_echo_n "(cached) " >&6
10892 if test "$cross_compiling" = yes; then :
10893 lt_cv_dlopen_self_static
=cross
10895 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10896 lt_status
=$lt_dlunknown
10897 cat > conftest.
$ac_ext <<_LT_EOF
10898 #line 10898 "configure"
10899 #include "confdefs.h"
10908 # define LT_DLGLOBAL RTLD_GLOBAL
10911 # define LT_DLGLOBAL DL_GLOBAL
10913 # define LT_DLGLOBAL 0
10917 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10918 find out it does not work in some platform. */
10919 #ifndef LT_DLLAZY_OR_NOW
10921 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10924 # define LT_DLLAZY_OR_NOW DL_LAZY
10927 # define LT_DLLAZY_OR_NOW RTLD_NOW
10930 # define LT_DLLAZY_OR_NOW DL_NOW
10932 # define LT_DLLAZY_OR_NOW 0
10939 /* When -fvisbility=hidden is used, assume the code has been annotated
10940 correspondingly for the symbols needed. */
10941 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10942 void fnord () __attribute__((visibility("default")));
10945 void fnord () { int i=42; }
10948 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10949 int status = $lt_dlunknown;
10953 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10956 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10957 else puts (dlerror ());
10959 /* dlclose (self); */
10967 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10968 (eval $ac_link) 2>&5
10970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10971 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10972 (.
/conftest
; exit; ) >&5 2>/dev
/null
10974 case x
$lt_status in
10975 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10976 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10977 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10980 # compilation failed
10981 lt_cv_dlopen_self_static
=no
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10989 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10992 CPPFLAGS
="$save_CPPFLAGS"
10993 LDFLAGS
="$save_LDFLAGS"
10998 case $lt_cv_dlopen_self in
10999 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11000 *) enable_dlopen_self
=unknown
;;
11003 case $lt_cv_dlopen_self_static in
11004 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11005 *) enable_dlopen_self_static
=unknown
;;
11027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11028 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11029 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11030 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11031 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11033 $as_echo "yes" >&6; }
11035 # FIXME - insert some real tests, host_os isn't really good enough
11038 if test -n "$STRIP" ; then
11039 striplib
="$STRIP -x"
11040 old_striplib
="$STRIP -S"
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11042 $as_echo "yes" >&6; }
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11045 $as_echo "no" >&6; }
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11050 $as_echo "no" >&6; }
11066 # Report which library types will actually be built
11067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11068 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11070 $as_echo "$can_build_shared" >&6; }
11072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11073 $as_echo_n "checking whether to build shared libraries... " >&6; }
11074 test "$can_build_shared" = "no" && enable_shared
=no
11076 # On AIX, shared libraries and static libraries use the same namespace, and
11077 # are all built from PIC.
11080 test "$enable_shared" = yes && enable_static
=no
11081 if test -n "$RANLIB"; then
11082 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11083 postinstall_cmds
='$RANLIB $lib'
11088 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11089 test "$enable_shared" = yes && enable_static
=no
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11094 $as_echo "$enable_shared" >&6; }
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11097 $as_echo_n "checking whether to build static libraries... " >&6; }
11098 # Make sure either enable_shared or enable_static is yes.
11099 test "$enable_shared" = yes || enable_static
=yes
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11101 $as_echo "$enable_static" >&6; }
11108 ac_cpp
='$CPP $CPPFLAGS'
11109 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11110 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11111 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11127 ac_config_commands
="$ac_config_commands libtool"
11132 # Only expand once:
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11141 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11142 # Check whether --enable-maintainer-mode was given.
11143 if test "${enable_maintainer_mode+set}" = set; then :
11144 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
11146 USE_MAINTAINER_MODE
=no
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11150 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11151 if test $USE_MAINTAINER_MODE = yes; then
11152 MAINTAINER_MODE_TRUE
=
11153 MAINTAINER_MODE_FALSE
='#'
11155 MAINTAINER_MODE_TRUE
='#'
11156 MAINTAINER_MODE_FALSE
=
11159 MAINT
=$MAINTAINER_MODE_TRUE
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11165 $as_echo_n "checking for sim debug setting... " >&6; }
11167 # Check whether --enable-sim-debug was given.
11168 if test "${enable_sim_debug+set}" = set; then :
11169 enableval
=$enable_sim_debug; case "${enableval}" in
11170 yes) sim_debug
="7";;
11171 no
) sim_debug
="0";;
11172 *) sim_debug
="($enableval)";;
11175 if test "$sim_debug" != "0"; then
11177 cat >>confdefs.h
<<_ACEOF
11178 #define DEBUG $sim_debug
11183 cat >>confdefs.h
<<_ACEOF
11184 #define WITH_DEBUG $sim_debug
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11188 $as_echo "$sim_debug" >&6; }
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11192 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
11194 # Check whether --enable-sim-stdio was given.
11195 if test "${enable_sim_stdio+set}" = set; then :
11196 enableval
=$enable_sim_stdio; case "${enableval}" in
11197 yes) sim_stdio
="DO_USE_STDIO";;
11198 no
) sim_stdio
="DONT_USE_STDIO";;
11199 *) as_fn_error $?
"Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
11203 cat >>confdefs.h
<<_ACEOF
11204 #define WITH_STDIO $sim_stdio
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11208 $as_echo "$sim_stdio" >&6; }
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11212 $as_echo_n "checking for sim trace settings... " >&6; }
11213 sim_trace
="~TRACE_debug"
11214 # Check whether --enable-sim-trace was given.
11215 if test "${enable_sim_trace+set}" = set; then :
11216 enableval
=$enable_sim_trace; case "${enableval}" in
11217 yes) sim_trace
="-1";;
11218 no
) sim_trace
="0";;
11220 sim_trace
="'(${enableval})'";;
11223 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
11224 if test x
"$sim_trace" = x
; then
11225 sim_trace
="(TRACE_$x"
11227 sim_trace
="${sim_trace}|TRACE_$x"
11230 sim_trace
="$sim_trace)" ;;
11234 cat >>confdefs.h
<<_ACEOF
11235 #define WITH_TRACE $sim_trace
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11239 $as_echo "$sim_trace" >&6; }
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11243 $as_echo_n "checking for sim profile settings... " >&6; }
11246 # Check whether --enable-sim-profile was given.
11247 if test "${enable_sim_profile+set}" = set; then :
11248 enableval
=$enable_sim_profile; case "${enableval}" in
11249 yes) profile
="1" sim_profile
="-1";;
11250 no
) profile
="0" sim_profile
="0";;
11252 profile
="(${enableval})" sim_profile
="(${enableval})";;
11256 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
11257 if test x
"$sim_profile" = x
; then
11258 sim_profile
="(PROFILE_$x"
11260 sim_profile
="${sim_profile}|PROFILE_$x"
11263 sim_profile
="$sim_profile)" ;;
11267 cat >>confdefs.h
<<_ACEOF
11268 #define PROFILE $profile
11272 cat >>confdefs.h
<<_ACEOF
11273 #define WITH_PROFILE $sim_profile
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11277 $as_echo "$sim_profile" >&6; }
11281 sim_inline
="-DDEFAULT_INLINE=0"
11282 # Check whether --enable-sim-inline was given.
11283 if test "${enable_sim_inline+set}" = set; then :
11284 enableval
=$enable_sim_inline; sim_inline
=""
11285 case "$enableval" in
11286 no
) sim_inline
="-DDEFAULT_INLINE=0";;
11287 0) sim_inline
="-DDEFAULT_INLINE=0";;
11288 yes |
2) sim_inline
="-DDEFAULT_INLINE=ALL_C_INLINE";;
11289 1) sim_inline
="-DDEFAULT_INLINE=INLINE_LOCALS";;
11290 *) for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
11293 *_INLINE
=*) new_flag
="-D$x";;
11294 *=*) new_flag
=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11295 *_INLINE
) new_flag
="-D$x=ALL_C_INLINE";;
11296 *) new_flag
="-D$x""_INLINE=ALL_C_INLINE";;
11298 if test x
"$sim_inline" = x
""; then
11299 sim_inline
="$new_flag"
11301 sim_inline
="$sim_inline $new_flag"
11305 if test x
"$silent" != x
"yes" && test x
"$sim_inline" != x
""; then
11306 echo "Setting inline flags = $sim_inline" 6>&1
11313 # Check whether --with-pkgversion was given.
11314 if test "${with_pkgversion+set}" = set; then :
11315 withval
=$with_pkgversion; case "$withval" in
11316 yes) as_fn_error $?
"package version not specified" "$LINENO" 5 ;;
11318 *) PKGVERSION
="($withval) " ;;
11321 PKGVERSION
="(SIM) "
11329 # Check whether --with-bugurl was given.
11330 if test "${with_bugurl+set}" = set; then :
11331 withval
=$with_bugurl; case "$withval" in
11332 yes) as_fn_error $?
"bug URL not specified" "$LINENO" 5 ;;
11335 *) BUGURL
="$withval"
11339 BUGURL
="https://www.gnu.org/software/gdb/bugs/"
11349 REPORT_BUGS_TO
="<$BUGURL>"
11350 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
11357 cat >>confdefs.h
<<_ACEOF
11358 #define PKGVERSION "$PKGVERSION"
11362 cat >>confdefs.h
<<_ACEOF
11363 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11371 wire_endian
="LITTLE"
11373 # Check whether --enable-sim-endian was given.
11374 if test "${enable_sim_endian+set}" = set; then :
11375 enableval
=$enable_sim_endian; case "${enableval}" in
11376 b
*|B
*) sim_endian
="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11377 l
*|L
*) sim_endian
="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
11378 yes) if test x
"$wire_endian" != x
; then
11379 sim_endian
="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11381 if test x
"$default_endian" != x
; then
11382 sim_endian
="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11384 echo "No hard-wired endian for target $target" 1>&6
11385 sim_endian
="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11388 no
) if test x
"$default_endian" != x
; then
11389 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11391 if test x
"$wire_endian" != x
; then
11392 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11394 echo "No default endian for target $target" 1>&6
11395 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11398 *) as_fn_error $?
"\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian
="";;
11400 if test x
"$silent" != x
"yes" && test x
"$sim_endian" != x
""; then
11401 echo "Setting endian flags = $sim_endian" 6>&1
11404 if test x
"$default_endian" != x
; then
11405 sim_endian
="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11407 if test x
"$wire_endian" != x
; then
11408 sim_endian
="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11415 wire_alignment
="NONSTRICT_ALIGNMENT"
11416 default_alignment
=""
11418 # Check whether --enable-sim-alignment was given.
11419 if test "${enable_sim_alignment+set}" = set; then :
11420 enableval
=$enable_sim_alignment; case "${enableval}" in
11421 strict | STRICT
) sim_alignment
="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11422 nonstrict | NONSTRICT
) sim_alignment
="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11423 forced | FORCED
) sim_alignment
="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11424 yes) if test x
"$wire_alignment" != x
; then
11425 sim_alignment
="-DWITH_ALIGNMENT=${wire_alignment}"
11427 if test x
"$default_alignment" != x
; then
11428 sim_alignment
="-DWITH_ALIGNMENT=${default_alignment}"
11430 echo "No hard-wired alignment for target $target" 1>&6
11431 sim_alignment
="-DWITH_ALIGNMENT=0"
11434 no
) if test x
"$default_alignment" != x
; then
11435 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11437 if test x
"$wire_alignment" != x
; then
11438 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11440 echo "No default alignment for target $target" 1>&6
11441 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=0"
11444 *) as_fn_error $?
"\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment
="";;
11446 if test x
"$silent" != x
"yes" && test x
"$sim_alignment" != x
""; then
11447 echo "Setting alignment flags = $sim_alignment" 6>&1
11450 if test x
"$default_alignment" != x
; then
11451 sim_alignment
="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11453 if test x
"$wire_alignment" != x
; then
11454 sim_alignment
="-DWITH_ALIGNMENT=${wire_alignment}"
11462 default_sim_scache
="16384"
11463 # Check whether --enable-sim-scache was given.
11464 if test "${enable_sim_scache+set}" = set; then :
11465 enableval
=$enable_sim_scache; case "${enableval}" in
11466 yes) sim_scache
="-DWITH_SCACHE=${default_sim_scache}";;
11467 no
) sim_scache
="-DWITH_SCACHE=0" ;;
11468 [0-9]*) sim_scache
="-DWITH_SCACHE=${enableval}";;
11469 *) as_fn_error $?
"\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
11472 if test x
"$silent" != x
"yes" && test x
"$sim_scache" != x
""; then
11473 echo "Setting scache size = $sim_scache" 6>&1
11476 sim_scache
="-DWITH_SCACHE=${default_sim_scache}"
11481 # Check whether --enable-werror was given.
11482 if test "${enable_werror+set}" = set; then :
11483 enableval
=$enable_werror; case "${enableval}" in
11484 yes | y
) ERROR_ON_WARNING
="yes" ;;
11485 no | n
) ERROR_ON_WARNING
="no" ;;
11486 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11491 # Enable -Werror by default when using gcc
11492 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11493 ERROR_ON_WARNING
=yes
11498 build_warnings
="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11500 -Wno-unused -Wunused-value -Wunused-function \
11501 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11502 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11503 -Wold-style-declaration -Wold-style-definition"
11505 # Enable -Wno-format by default when using gcc on mingw since many
11506 # GCC versions complain about %I64.
11508 *-*-mingw32*) build_warnings
="$build_warnings -Wno-format" ;;
11509 *) build_warnings
="$build_warnings -Wformat-nonliteral" ;;
11512 # Check whether --enable-build-warnings was given.
11513 if test "${enable_build_warnings+set}" = set; then :
11514 enableval
=$enable_build_warnings; case "${enableval}" in
11516 no
) build_warnings
="-w";;
11517 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11518 build_warnings
="${build_warnings} ${t}";;
11519 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11520 build_warnings
="${t} ${build_warnings}";;
11521 *) build_warnings
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11523 if test x
"$silent" != x
"yes" && test x
"$build_warnings" != x
""; then
11524 echo "Setting compiler warning flags = $build_warnings" 6>&1
11527 # Check whether --enable-sim-build-warnings was given.
11528 if test "${enable_sim_build_warnings+set}" = set; then :
11529 enableval
=$enable_sim_build_warnings; case "${enableval}" in
11531 no
) build_warnings
="-w";;
11532 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11533 build_warnings
="${build_warnings} ${t}";;
11534 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11535 build_warnings
="${t} ${build_warnings}";;
11536 *) build_warnings
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11538 if test x
"$silent" != x
"yes" && test x
"$build_warnings" != x
""; then
11539 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11543 if test "x${build_warnings}" != x
-a "x$GCC" = xyes
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11546 $as_echo_n "checking compiler warning flags... " >&6; }
11547 # Separate out the -Werror flag as some files just cannot be
11548 # compiled with it enabled.
11549 for w
in ${build_warnings}; do
11551 -Werr*) WERROR_CFLAGS
=-Werror ;;
11552 *) # Check that GCC accepts it
11553 saved_CFLAGS
="$CFLAGS"
11554 CFLAGS
="$CFLAGS -Werror $w"
11555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11556 /* end confdefs.h. */
11566 if ac_fn_c_try_compile
"$LINENO"; then :
11567 WARN_CFLAGS
="${WARN_CFLAGS} $w"
11569 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11570 CFLAGS
="$saved_CFLAGS"
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11574 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11578 hardware="cfi core pal glue rv cris cris_900000xx
"
11579 sim_hw_cflags="-DWITH_HW=1"
11581 sim_hw_objs="\$
(SIM_COMMON_HW_OBJS
) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11583 # Check whether --enable-sim-hardware was given.
11584 if test "${enable_sim_hardware+set}" = set; then :
11585 enableval=$enable_sim_hardware;
11587 enable_sim_hardware="yes"
11590 case ${enable_sim_hardware} in
11592 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11593 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11594 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11597 if test "$enable_sim_hardware" = no; then
11599 sim_hw_cflags="-DWITH_HW=0"
11602 sim_hw_cflags="-DWITH_HW=1"
11603 # remove duplicates
11605 sim_hw_objs="\$
(SIM_COMMON_HW_OBJS
)"
11606 for i in $hardware ; do
11607 case " $sim_hw " in
11609 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-
$i.o
";;
11612 # mingw does not support sockser
11615 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real
" device
11616 # that you instatiate. Instead, other code will call into it directly.
11617 # At some point, we should convert it over.
11618 sim_hw_objs="$sim_hw_objs dv-sockser.o
"
11620 cat >>confdefs.h <<_ACEOF
11621 #define HAVE_DV_SOCKSER 1
11626 if test x"$silent" != x"yes"; then
11627 echo "Setting hardware to
$sim_hw_cflags, $sim_hw, $sim_hw_objs"
11629 case " $hardware " in
11630 *" cfi
"*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for log2
in -lm" >&5
11631 $as_echo_n "checking
for log2
in -lm...
" >&6; }
11632 if ${ac_cv_lib_m_log2+:} false; then :
11633 $as_echo_n "(cached
) " >&6
11635 ac_check_lib_save_LIBS=$LIBS
11637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11638 /* end confdefs.h. */
11640 /* Override any GCC internal prototype to avoid an error.
11641 Use char because int might match the return type of a GCC
11642 builtin and then its argument prototype would still apply. */
11655 if ac_fn_c_try_link "$LINENO"; then :
11656 ac_cv_lib_m_log2=yes
11658 ac_cv_lib_m_log2=no
11660 rm -f core conftest.err conftest.$ac_objext \
11661 conftest$ac_exeext conftest.$ac_ext
11662 LIBS=$ac_check_lib_save_LIBS
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_lib_m_log2" >&5
11665 $as_echo "$ac_cv_lib_m_log2" >&6; }
11666 if test "x
$ac_cv_lib_m_log2" = xyes; then :
11667 cat >>confdefs.h <<_ACEOF
11668 #define HAVE_LIBM 1
11679 # The default model shouldn't matter as long as there's a BFD.
11681 default_sim_default_model="crisv32
"
11682 # Check whether --enable-sim-default-model was given.
11683 if test "${enable_sim_default_model+set}" = set; then :
11684 enableval=$enable_sim_default_model; case "${enableval}" in
11685 yes|no) as_fn_error $? "\"Missing argument to
--enable-sim-default-model\"" "$LINENO" 5;;
11686 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11688 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11689 echo "Setting default model
= $sim_default_model" 6>&1
11692 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
11699 cgendir='$(srcdir)/../../cgen'
11700 # Check whether --enable-cgen-maint was given.
11701 if test "${enable_cgen_maint+set}" = set; then :
11702 enableval=$enable_cgen_maint; case "${enableval}" in
11703 yes) cgen_maint=yes ;;
11704 no) cgen_maint=no ;;
11706 # Argument is a directory where cgen can be found. In some
11707 # future world cgen could be installable, but right now this
11708 # is not the case. Instead we assume the directory is a path
11709 # to the cgen source tree.
11711 if test -r ${enableval}/iformat.scm; then
11712 # This looks like a cgen source tree.
11713 cgendir=${enableval}
11715 as_fn_error $? "${enableval} doesn
't look like a cgen source tree" "$LINENO" 5
11720 if test x${cgen_maint} != xno ; then
11732 if grep CGEN_MAINT
$srcdir/Makefile.
in >/dev
/null
; then
11733 cgen_breaks
="break cgen_rtx_error";
11736 ac_config_files
="$ac_config_files Makefile.sim:Makefile.in"
11738 ac_config_files
="$ac_config_files Make-common.sim:../common/Make-common.in"
11740 ac_config_files
="$ac_config_files .gdbinit:../common/gdbinit.in"
11742 ac_config_commands
="$ac_config_commands Makefile"
11744 ac_config_commands
="$ac_config_commands stamp-h"
11758 cat >confcache
<<\_ACEOF
11759 # This file is a shell script that caches the results of configure
11760 # tests run on this system so they can be shared between configure
11761 # scripts and configure runs, see configure's option --config-cache.
11762 # It is not useful on other systems. If it contains results you don't
11763 # want to keep, you may remove or edit it.
11765 # config.status only pays attention to the cache file if you give it
11766 # the --recheck option to rerun configure.
11768 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11769 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11770 # following values.
11774 # The following way of writing the cache mishandles newlines in values,
11775 # but we know of no workaround that is simple, portable, and efficient.
11776 # So, we kill variables containing newlines.
11777 # Ultrix sh set writes to stderr and can't be redirected directly,
11778 # and sets the high bit in the cache file unless we assign to the vars.
11780 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11781 eval ac_val
=\$
$ac_var
11785 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11786 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11789 _ | IFS | as_nl
) ;; #(
11790 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
11791 *) { eval $ac_var=; unset $ac_var;} ;;
11797 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11798 *${as_nl}ac_space
=\
*)
11799 # `set' does not quote correctly, so add quotes: double-quote
11800 # substitution turns \\\\ into \\, and sed turns \\ into \.
11803 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11806 # `set' quotes correctly as required by POSIX, so do not add quotes.
11807 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11816 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11818 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11820 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
11821 if test -w "$cache_file"; then
11822 if test "x$cache_file" != "x/dev/null"; then
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11824 $as_echo "$as_me: updating cache $cache_file" >&6;}
11825 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
11826 cat confcache
>"$cache_file"
11828 case $cache_file in #(
11830 mv -f confcache
"$cache_file"$$
&&
11831 mv -f "$cache_file"$$
"$cache_file" ;; #(
11833 mv -f confcache
"$cache_file" ;;
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11839 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11844 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
11845 # Let make expand exec_prefix.
11846 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
11848 DEFS
=-DHAVE_CONFIG_H
11853 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
11854 # 1. Remove the extension, and $U if already installed.
11855 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
11856 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
11857 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11858 # will be set to the directory where LIBOBJS objects are built.
11859 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11860 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
11862 LIBOBJS
=$ac_libobjs
11864 LTLIBOBJS
=$ac_ltlibobjs
11868 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11869 as_fn_error $?
"conditional \"PLUGINS\" was never defined.
11870 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11872 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11873 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
11874 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11877 : "${CONFIG_STATUS=./config.status}"
11879 ac_clean_files_save
=$ac_clean_files
11880 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11882 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11884 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11886 # Generated by $as_me.
11887 # Run this file to recreate the current configuration.
11888 # Compiler output produced by configure, useful for debugging
11889 # configure, is in config.log if it exists.
11892 ac_cs_recheck=false
11895 SHELL=\${CONFIG_SHELL-$SHELL}
11898 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
11899 ## -------------------- ##
11900 ## M4sh Initialization. ##
11901 ## -------------------- ##
11903 # Be more Bourne compatible
11904 DUALCASE
=1; export DUALCASE
# for MKS sh
11905 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
11908 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11909 # is contrary to our usage. Disable this feature.
11910 alias -g '${1+"$@"}'='"$@"'
11911 setopt NO_GLOB_SUBST
11913 case `(set -o) 2>/dev/null` in #(
11925 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11926 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11927 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11928 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11929 # Prefer a ksh shell builtin over an external printf program on Solaris,
11930 # but without wasting forks for bash or zsh.
11931 if test -z "$BASH_VERSION$ZSH_VERSION" \
11932 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11933 as_echo='print
-r --'
11934 as_echo_n='print
-rn --'
11935 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11936 as_echo='printf %s
\n'
11937 as_echo_n='printf %s
'
11939 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11940 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
11941 as_echo_n='/usr
/ucb
/echo -n'
11943 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11944 as_echo_n_body='eval
11948 expr "X$arg" : "X\\(.*\\)$as_nl";
11949 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11951 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
11953 export as_echo_n_body
11954 as_echo_n='sh
-c $as_echo_n_body as_echo
'
11956 export as_echo_body
11957 as_echo='sh
-c $as_echo_body as_echo
'
11960 # The user is always right.
11961 if test "${PATH_SEPARATOR+set}" != set; then
11963 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11964 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11971 # We need space, tab and new line, in precisely that order. Quoting is
11972 # there to prevent editors from complaining about space-tab.
11973 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11974 # splitting by setting IFS to empty value.)
11977 # Find who we are. Look in the path if we contain no directory separator.
11980 *[\\/]* ) as_myself=$0 ;;
11981 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11982 for as_dir in $PATH
11985 test -z "$as_dir" && as_dir=.
11986 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11992 # We did not find ourselves, most probably we were run as `sh COMMAND'
11993 # in which case we are not to be found in the path.
11994 if test "x$as_myself" = x
; then
11997 if test ! -f "$as_myself"; then
11998 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12002 # Unset variables that we do not need and which cause bugs (e.g. in
12003 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12004 # suppresses any "Segmentation fault" message there. '((' could
12005 # trigger a bug in pdksh 5.2.14.
12006 for as_var
in BASH_ENV ENV MAIL MAILPATH
12007 do eval test x\
${$as_var+set} = xset \
12008 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
12021 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
12024 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12025 # ----------------------------------------
12026 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12027 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12028 # script with STATUS, using 1 if that was 0.
12031 as_status
=$1; test $as_status -eq 0 && as_status
=1
12033 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
12034 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12036 $as_echo "$as_me: error: $2" >&2
12037 as_fn_exit
$as_status
12041 # as_fn_set_status STATUS
12042 # -----------------------
12043 # Set $? to STATUS, without forking.
12044 as_fn_set_status
()
12047 } # as_fn_set_status
12049 # as_fn_exit STATUS
12050 # -----------------
12051 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12055 as_fn_set_status
$1
12061 # Portably unset VAR.
12064 { eval $1=; unset $1;}
12066 as_unset
=as_fn_unset
12067 # as_fn_append VAR VALUE
12068 # ----------------------
12069 # Append the text in VALUE to the end of the definition contained in VAR. Take
12070 # advantage of any shell optimizations that allow amortized linear growth over
12071 # repeated appends, instead of the typical quadratic growth present in naive
12073 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
12074 eval 'as_fn_append ()
12085 # as_fn_arith ARG...
12086 # ------------------
12087 # Perform arithmetic evaluation on the ARGs, and store the result in the
12088 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12089 # must be portable across $(()) and expr.
12090 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
12091 eval 'as_fn_arith ()
12098 as_val
=`expr "$@" || test $? -eq 1`
12103 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
12104 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
12110 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12111 as_basename
=basename
12116 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
12122 as_me
=`$as_basename -- "$0" ||
12123 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12124 X"$0" : 'X\(//\)$' \| \
12125 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12127 sed '/^.*\/\([^/][^/]*\)\/*$/{
12141 # Avoid depending upon Character Ranges.
12142 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12143 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12144 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12145 as_cr_digits
='0123456789'
12146 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12148 ECHO_C
= ECHO_N
= ECHO_T
=
12149 case `echo -n x` in #(((((
12151 case `echo 'xy\c'` in
12152 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
12154 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
12161 rm -f conf$$ conf$$.exe conf$$.
file
12162 if test -d conf$$.dir
; then
12163 rm -f conf$$.dir
/conf$$.
file
12166 mkdir conf$$.dir
2>/dev
/null
12168 if (echo >conf$$.
file) 2>/dev
/null
; then
12169 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12171 # ... but there are two gotchas:
12172 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12173 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12174 # In both cases, we have to default to `cp -pR'.
12175 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
12177 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12185 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
12186 rmdir conf$$.dir
2>/dev
/null
12191 # Create "$as_dir" as a directory, including parents if necessary.
12196 -*) as_dir
=.
/$as_dir;;
12198 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
12202 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12203 *) as_qdir
=$as_dir;;
12205 as_dirs
="'$as_qdir' $as_dirs"
12206 as_dir
=`$as_dirname -- "$as_dir" ||
12207 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12208 X"$as_dir" : 'X\(//\)[^/]' \| \
12209 X"$as_dir" : 'X\(//\)$' \| \
12210 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12211 $as_echo X"$as_dir" |
12212 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12216 /^X\(\/\/\)[^/].*/{
12229 test -d "$as_dir" && break
12231 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
12232 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
12236 if mkdir
-p .
2>/dev
/null
; then
12237 as_mkdir_p
='mkdir -p "$as_dir"'
12239 test -d .
/-p && rmdir .
/-p
12244 # as_fn_executable_p FILE
12245 # -----------------------
12246 # Test if FILE is an executable regular file.
12247 as_fn_executable_p
()
12249 test -f "$1" && test -x "$1"
12250 } # as_fn_executable_p
12251 as_test_x
='test -x'
12252 as_executable_p
=as_fn_executable_p
12254 # Sed expression to map a string onto a valid CPP name.
12255 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12257 # Sed expression to map a string onto a valid variable name.
12258 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12262 ## ----------------------------------- ##
12263 ## Main body of $CONFIG_STATUS script. ##
12264 ## ----------------------------------- ##
12266 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
12268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12269 # Save the log message, to keep $0 and so on meaningful, and to
12270 # report actual input values of CONFIG_FILES etc. instead of their
12271 # values after options handling.
12273 This file was extended by $as_me, which was
12274 generated by GNU Autoconf 2.69. Invocation command line was
12276 CONFIG_FILES = $CONFIG_FILES
12277 CONFIG_HEADERS = $CONFIG_HEADERS
12278 CONFIG_LINKS = $CONFIG_LINKS
12279 CONFIG_COMMANDS = $CONFIG_COMMANDS
12282 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12287 case $ac_config_files in *"
12288 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
12291 case $ac_config_headers in *"
12292 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
12296 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12297 # Files that config.status was made for.
12298 config_files="$ac_config_files"
12299 config_headers="$ac_config_headers"
12300 config_commands="$ac_config_commands"
12304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12306 \`$as_me' instantiates files and other configuration actions
12307 from templates according to the current configuration. Unless the files
12308 and actions are specified as TAGs, all are instantiated by default.
12310 Usage: $0 [OPTION]... [TAG]...
12312 -h, --help print this help, then exit
12313 -V, --version print version number and configuration settings, then exit
12314 --config print configuration, then exit
12315 -q, --quiet, --silent
12316 do not print progress messages
12317 -d, --debug don't remove temporary files
12318 --recheck update $as_me by reconfiguring in the same conditions
12319 --file=FILE[:TEMPLATE]
12320 instantiate the configuration file FILE
12321 --header=FILE[:TEMPLATE]
12322 instantiate the configuration header FILE
12324 Configuration files:
12327 Configuration headers:
12330 Configuration commands:
12333 Report bugs to the package provider."
12336 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12337 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12340 configured by $0, generated by GNU Autoconf 2.69,
12341 with options \\"\$ac_cs_config\\"
12343 Copyright (C) 2012 Free Software Foundation, Inc.
12344 This config.status script is free software; the Free Software Foundation
12345 gives unlimited permission to copy, distribute and modify it."
12351 test -n "\$AWK" || AWK=awk
12354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12355 # The default lists apply if the user does not specify any file.
12361 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
12362 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
12366 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
12378 # Handling of the options.
12379 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12381 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
12382 $as_echo "$ac_cs_version"; exit ;;
12383 --config |
--confi |
--conf |
--con |
--co |
--c )
12384 $as_echo "$ac_cs_config"; exit ;;
12385 --debug |
--debu |
--deb |
--de |
--d |
-d )
12387 --file |
--fil |
--fi |
--f )
12390 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12391 '') as_fn_error $?
"missing file argument" ;;
12393 as_fn_append CONFIG_FILES
" '$ac_optarg'"
12394 ac_need_defaults
=false
;;
12395 --header |
--heade |
--head |
--hea )
12398 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12400 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
12401 ac_need_defaults
=false
;;
12403 # Conflict between --help and --header
12404 as_fn_error $?
"ambiguous option: \`$1'
12405 Try \`$0 --help' for more information.";;
12406 --help |
--hel |
-h )
12407 $as_echo "$ac_cs_usage"; exit ;;
12408 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12409 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12412 # This is an error.
12413 -*) as_fn_error $?
"unrecognized option: \`$1'
12414 Try \`$0 --help' for more information." ;;
12416 *) as_fn_append ac_config_targets
" $1"
12417 ac_need_defaults
=false
;;
12423 ac_configure_extra_args
=
12425 if $ac_cs_silent; then
12427 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12431 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12432 if \$ac_cs_recheck; then
12433 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12435 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12436 CONFIG_SHELL='$SHELL'
12437 export CONFIG_SHELL
12442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12446 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12447 ## Running $as_me. ##
12453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12457 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12460 # The HP-UX ksh and POSIX shell print the target directory to stdout
12461 # if CDPATH is set.
12462 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12464 sed_quote_subst='$sed_quote_subst'
12465 double_quote_subst='$double_quote_subst'
12466 delay_variable_subst='$delay_variable_subst'
12467 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12468 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12469 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12470 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12471 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12472 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12473 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12474 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12475 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12476 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12477 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12478 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12479 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12480 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12481 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12482 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12483 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12484 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12485 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12486 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12487 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12488 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12489 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12490 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12491 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12492 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12493 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12494 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12495 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12496 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12497 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12498 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12499 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12500 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12501 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12502 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12503 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12504 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12505 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12506 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12507 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12508 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12509 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12510 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12511 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12512 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12513 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12514 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12515 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"`'
12516 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12517 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12518 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12519 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12520 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12521 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12522 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12523 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12524 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12525 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12526 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12527 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12528 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12529 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12530 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12531 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12532 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12533 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12534 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12535 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12536 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12537 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12538 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12539 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12540 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12541 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12542 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12543 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12544 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12545 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12546 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12547 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12548 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12549 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12550 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12551 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12552 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12553 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12554 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12555 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12556 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12557 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12558 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12559 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12560 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12561 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12562 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12563 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12564 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12565 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12566 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12567 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12568 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12569 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12570 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12571 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12572 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12573 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12574 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12575 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12576 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12577 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12578 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12579 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12580 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12581 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12582 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12583 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12584 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12585 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12586 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12589 LTCFLAGS='$LTCFLAGS'
12590 compiler='$compiler_DEFAULT'
12592 # A function that is used when there is no print builtin or printf.
12593 func_fallback_echo ()
12595 eval 'cat <<_LTECHO_EOF
12600 # Quote evaled strings.
12614 deplibs_check_method \
12623 lt_cv_sys_global_symbol_pipe \
12624 lt_cv_sys_global_symbol_to_cdecl \
12625 lt_cv_sys_global_symbol_to_c_name_address \
12626 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12627 lt_prog_compiler_no_builtin_flag \
12628 lt_prog_compiler_wl \
12629 lt_prog_compiler_pic \
12630 lt_prog_compiler_static \
12631 lt_cv_prog_compiler_c_o \
12639 export_dynamic_flag_spec \
12640 whole_archive_flag_spec \
12641 compiler_needs_object \
12643 allow_undefined_flag \
12644 no_undefined_flag \
12645 hardcode_libdir_flag_spec \
12646 hardcode_libdir_flag_spec_ld \
12647 hardcode_libdir_separator \
12652 variables_saved_for_relink \
12654 library_names_spec \
12656 install_override_mode \
12660 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12661 *[\\\\\\\`\\"\\\$]*)
12662 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12665 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12670 # Double-quote double-evaled strings.
12671 for var in reload_cmds \
12672 old_postinstall_cmds \
12673 old_postuninstall_cmds \
12675 extract_expsyms_cmds \
12676 old_archive_from_new_cmds \
12677 old_archive_from_expsyms_cmds \
12679 archive_expsym_cmds \
12681 module_expsym_cmds \
12682 export_symbols_cmds \
12685 postuninstall_cmds \
12687 sys_lib_search_path_spec \
12688 sys_lib_dlsearch_path_spec; do
12689 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12690 *[\\\\\\\`\\"\\\$]*)
12691 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12694 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12699 ac_aux_dir='$ac_aux_dir'
12700 xsi_shell='$xsi_shell'
12701 lt_shell_append='$lt_shell_append'
12703 # See if we are running on zsh, and set the options which allow our
12704 # commands through without removal of \ escapes INIT.
12705 if test -n "\${ZSH_VERSION+set}" ; then
12706 setopt NO_GLOB_SUBST
12712 TIMESTAMP='$TIMESTAMP'
12721 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12723 # Handling of arguments.
12724 for ac_config_target
in $ac_config_targets
12726 case $ac_config_target in
12727 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
12728 "depdir") CONFIG_COMMANDS
="$CONFIG_COMMANDS depdir" ;;
12729 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
12730 "Makefile.sim") CONFIG_FILES
="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12731 "Make-common.sim") CONFIG_FILES
="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12732 ".gdbinit") CONFIG_FILES
="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12733 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
12734 "stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS stamp-h" ;;
12736 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12741 # If the user did not use the arguments to specify the items to instantiate,
12742 # then the envvar interface is used. Set only those that are not.
12743 # We use the long form for the default assignment because of an extremely
12744 # bizarre bug on SunOS 4.1.3.
12745 if $ac_need_defaults; then
12746 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12747 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
12748 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
12751 # Have a temporary directory for convenience. Make it in the build tree
12752 # simply because there is no reason against having it here, and in addition,
12753 # creating and moving files from /tmp can sometimes cause problems.
12754 # Hook for its removal unless debugging.
12755 # Note that there is a small window in which the directory will not be cleaned:
12756 # after its creation but before its name has been assigned to `$tmp'.
12760 trap 'exit_status=$?
12761 : "${ac_tmp:=$tmp}"
12762 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12764 trap 'as_fn_exit 1' 1 2 13 15
12766 # Create a (secure) tmp directory for tmp files.
12769 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12773 tmp
=.
/conf$$
-$RANDOM
12774 (umask 077 && mkdir
"$tmp")
12775 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
12778 # Set up the scripts for CONFIG_FILES section.
12779 # No need to generate them if there are no CONFIG_FILES.
12780 # This happens for instance with `./config.status config.h'.
12781 if test -n "$CONFIG_FILES"; then
12784 ac_cr
=`echo X | tr X '\015'`
12785 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12786 # But we know of no other shell where ac_cr would be empty at this
12787 # point, so we can use a bashism as a fallback.
12788 if test "x$ac_cr" = x
; then
12789 eval ac_cr
=\$
\'\\r
\'
12791 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12792 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12795 ac_cs_awk_cr
=$ac_cr
12798 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12803 echo "cat >conf$$subs.awk <<_ACEOF" &&
12804 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12806 } >conf$$subs.sh ||
12807 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
12808 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12810 for ac_last_try in false false false false false :; do
12811 . ./conf$$subs.sh ||
12812 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
12814 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
12815 if test $ac_delim_n = $ac_delim_num; then
12817 elif $ac_last_try; then
12818 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
12820 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
12823 rm -f conf$$subs.sh
12825 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12826 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
12830 s/^/S["/; s
/!.
*/"]=/
12840 s/\(.\{148\}\)..*/\1/
12842 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
12847 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
12854 s/\(.\{148\}\)..*/\1/
12856 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
12860 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
12865 ' <conf$$subs.awk | sed '
12870 ' >>$CONFIG_STATUS || ac_write_fail=1
12871 rm -f conf$$subs.awk
12872 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12874 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
12875 for (key in S) S_is_set[key] = 1
12881 nfields = split(line, field, "@
")
12883 len = length(field[1])
12884 for (i = 2; i < nfields; i++) {
12886 keylen = length(key)
12887 if (S_is_set[key]) {
12889 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12890 len += length(value) + length(field[++i])
12901 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12902 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12903 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
12906 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
12907 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
12910 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12911 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
12912 # trailing colons and then remove the whole line if VPATH becomes empty
12913 # (actually we leave an empty line to preserve line numbers).
12914 if test "x
$srcdir" = x.; then
12915 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12933 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12934 fi # test -n "$CONFIG_FILES"
12936 # Set up the scripts for CONFIG_HEADERS section.
12937 # No need to generate them if there are no CONFIG_HEADERS.
12938 # This happens for instance with `./config.status Makefile'.
12939 if test -n "$CONFIG_HEADERS"; then
12940 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
12944 # Transform confdefs.h into an awk script `defines.awk', embedded as
12945 # here-document in config.status, that substitutes the proper values into
12946 # config.h.in to produce config.h.
12948 # Create a delimiter string that does not exist in confdefs.h, to ease
12949 # handling of long lines.
12951 for ac_last_try in false false :; do
12952 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
12953 if test -z "$ac_tt"; then
12955 elif $ac_last_try; then
12956 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
12958 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
12962 # For the awk script, D is an array of macro values keyed by name,
12963 # likewise P contains macro parameters if any. Preserve backslash
12964 # newline sequences.
12966 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12968 s/.\{148\}/&'"$ac_delim"'/g
12971 s/^[ ]*#[ ]*define[ ][ ]*/ /
12978 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
12980 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
12984 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
12985 D["\
1"]=" \
3\\\\\\n
"\\/p
12987 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
12992 s/.\{148\}/&'"$ac_delim"'/g
12997 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
13000 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
13002 ' <confdefs.h | sed '
13003 s/'"$ac_delim"'/"\\\
13004 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13006 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13007 for (key in D) D_is_set[key] = 1
13010 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13012 split(line, arg, " ")
13013 if (arg[1] == "#") {
13017 defundef
= substr
(arg
[1], 2)
13020 split(mac1
, mac2
, "(") #)
13022 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
13023 if (D_is_set
[macro
]) {
13024 # Preserve the white space surrounding the "#".
13025 print prefix
"define", macro P
[macro
] D
[macro
]
13028 # Replace #undef with comments. This is necessary, for example,
13029 # in the case of _POSIX_SOURCE, which is predefined and required
13030 # on some systems where configure will not decide to define it.
13031 if (defundef
== "undef") {
13032 print
"/*", prefix defundef
, macro
, "*/"
13040 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13041 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
13042 fi # test -n "$CONFIG_HEADERS"
13045 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13050 :[FHLC
]) ac_mode
=$ac_tag; continue;;
13052 case $ac_mode$ac_tag in
13054 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
13055 :[FH
]-) ac_tag
=-:-;;
13056 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
13073 -) ac_f
="$ac_tmp/stdin";;
13074 *) # Look for the file first in the build tree, then in the source tree
13075 # (if the path is not absolute). The absolute path cannot be DOS-style,
13076 # because $ac_f cannot contain `:'.
13080 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
13082 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13084 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13085 as_fn_append ac_file_inputs
" '$ac_f'"
13088 # Let's still pretend it is `configure' which instantiates (i.e., don't
13089 # use $as_me), people would be surprised to read:
13090 # /* config.h. Generated by config.status. */
13091 configure_input
='Generated from '`
13092 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13094 if test x
"$ac_file" != x-
; then
13095 configure_input
="$ac_file. $configure_input"
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13097 $as_echo "$as_me: creating $ac_file" >&6;}
13099 # Neutralize special characters interpreted by sed in replacement strings.
13100 case $configure_input in #(
13101 *\
&* |
*\|
* |
*\\* )
13102 ac_sed_conf_input
=`$as_echo "$configure_input" |
13103 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13104 *) ac_sed_conf_input
=$configure_input;;
13108 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
13109 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
13114 ac_dir
=`$as_dirname -- "$ac_file" ||
13115 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13116 X"$ac_file" : 'X\(//\)[^/]' \| \
13117 X"$ac_file" : 'X\(//\)$' \| \
13118 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13119 $as_echo X"$ac_file" |
13120 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13124 /^X\(\/\/\)[^/].*/{
13137 as_dir
="$ac_dir"; as_fn_mkdir_p
13141 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13143 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13144 # A ".." for each directory in $ac_dir_suffix.
13145 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13146 case $ac_top_builddir_sub in
13147 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13148 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
13151 ac_abs_top_builddir
=$ac_pwd
13152 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
13153 # for backward compatibility:
13154 ac_top_builddir
=$ac_top_build_prefix
13157 .
) # We are building in place.
13159 ac_top_srcdir
=$ac_top_builddir_sub
13160 ac_abs_top_srcdir
=$ac_pwd ;;
13161 [\\/]* | ?
:[\\/]* ) # Absolute name.
13162 ac_srcdir
=$srcdir$ac_dir_suffix;
13163 ac_top_srcdir
=$srcdir
13164 ac_abs_top_srcdir
=$srcdir ;;
13165 *) # Relative name.
13166 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
13167 ac_top_srcdir
=$ac_top_build_prefix$srcdir
13168 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
13170 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
13180 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13181 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
13185 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13186 # If the template does not know about datarootdir, expand it.
13187 # FIXME: This hack should be removed a few years after 2.60.
13188 ac_datarootdir_hack
=; ac_datarootdir_seen
=
13199 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13200 *datarootdir
*) ac_datarootdir_seen
=yes;;
13201 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13203 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13205 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13206 ac_datarootdir_hack='
13207 s&@datadir@&$datadir&g
13208 s&@docdir@&$docdir&g
13209 s&@infodir@&$infodir&g
13210 s&@localedir@&$localedir&g
13211 s&@mandir@&$mandir&g
13212 s&\\\${datarootdir}&$datarootdir&g' ;;
13216 # Neutralize VPATH when `$srcdir' = `.'.
13217 # Shell code in configure.ac might set extrasub.
13218 # FIXME: do we really want to maintain this feature?
13219 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13220 ac_sed_extra="$ac_vpsub
13223 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13225 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13226 s|@configure_input@|
$ac_sed_conf_input|
;t t
13227 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
13228 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
13229 s
&@srcdir@
&$ac_srcdir&;t t
13230 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
13231 s
&@top_srcdir@
&$ac_top_srcdir&;t t
13232 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
13233 s
&@builddir@
&$ac_builddir&;t t
13234 s
&@abs_builddir@
&$ac_abs_builddir&;t t
13235 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
13236 s
&@INSTALL@
&$ac_INSTALL&;t t
13237 $ac_datarootdir_hack
13239 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
13240 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
13242 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13243 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
13244 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13245 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
13247 which seems to be undefined. Please make sure it is defined" >&5
13248 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
13249 which seems to be undefined. Please make sure it is defined" >&2;}
13251 rm -f "$ac_tmp/stdin"
13253 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13254 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13256 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13262 if test x"$ac_file" != x-; then
13264 $as_echo "/* $configure_input */" \
13265 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13266 } >"$ac_tmp/config.h" \
13267 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13268 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13270 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13273 mv "$ac_tmp/config.h" "$ac_file" \
13274 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13277 $as_echo "/* $configure_input */" \
13278 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13279 || as_fn_error $? "could not create -" "$LINENO" 5
13283 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13284 $as_echo "$as_me: executing $ac_file commands" >&6;}
13289 case $ac_file$ac_mode in
13290 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13293 # See if we are running on zsh, and set the options which allow our
13294 # commands through without removal of \ escapes.
13295 if test -n "${ZSH_VERSION+set}" ; then
13296 setopt NO_GLOB_SUBST
13299 cfgfile="${ofile}T"
13300 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13303 cat <<_LT_EOF >> "$cfgfile"
13306 # `$ECHO "$ofile" | sed 's
%^.
*/%%'` - Provide generalized library-building support services.
13307 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13308 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13309 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13311 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13312 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13313 # Written by Gordon Matzigkeit, 1996
13315 # This file is part of GNU Libtool.
13317 # GNU Libtool is free software; you can redistribute it and/or
13318 # modify it under the terms of the GNU General Public License as
13319 # published by the Free Software Foundation; either version 2 of
13320 # the License, or (at your option) any later version.
13322 # As a special exception to the GNU General Public License,
13323 # if you distribute this file as part of a program or library that
13324 # is built using GNU Libtool, you may include this file under the
13325 # same distribution terms that you use for the rest of that program.
13327 # GNU Libtool is distributed in the hope that it will be useful,
13328 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13329 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13330 # GNU General Public License for more details.
13332 # You should have received a copy of the GNU General Public License
13333 # along with GNU Libtool; see the file COPYING. If not, a copy
13334 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13335 # obtained by writing to the Free Software Foundation, Inc.,
13336 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13339 # The names of the tagged configurations supported by this script.
13342 # ### BEGIN LIBTOOL CONFIG
13344 # Which release of libtool.m4 was used?
13345 macro_version=$macro_version
13346 macro_revision=$macro_revision
13348 # Whether or not to build shared libraries.
13349 build_libtool_libs=$enable_shared
13351 # Whether or not to build static libraries.
13352 build_old_libs=$enable_static
13354 # What type of objects to build.
13357 # Whether or not to optimize for fast installation.
13358 fast_install=$enable_fast_install
13360 # Shell to use when invoking shell scripts.
13363 # An echo program that protects backslashes.
13367 host_alias=$host_alias
13371 # The build system.
13372 build_alias=$build_alias
13376 # A sed program that does not truncate output.
13379 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13380 Xsed="\$SED -e 1s/^X//"
13382 # A grep program that handles long lines.
13388 # A literal string matcher.
13391 # A BSD- or MS-compatible name lister.
13394 # Whether we need soft or hard links.
13397 # What is the maximum length of a command?
13398 max_cmd_len=$max_cmd_len
13400 # Object file suffix (normally "o").
13403 # Executable file suffix (normally "").
13406 # whether the shell understands "unset".
13409 # turn spaces into newlines.
13412 # turn newlines into spaces.
13415 # An object symbol dumper.
13416 OBJDUMP=$lt_OBJDUMP
13418 # Method to check whether dependent libraries are shared objects.
13419 deplibs_check_method=$lt_deplibs_check_method
13421 # Command to use when deplibs_check_method == "file_magic".
13422 file_magic_cmd=$lt_file_magic_cmd
13426 AR_FLAGS=$lt_AR_FLAGS
13428 # A symbol stripping program.
13431 # Commands used to install an old-style archive.
13433 old_postinstall_cmds=$lt_old_postinstall_cmds
13434 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13436 # Whether to use a lock for old archive extraction.
13437 lock_old_archive_extraction=$lock_old_archive_extraction
13442 # LTCC compiler flags.
13443 LTCFLAGS=$lt_CFLAGS
13445 # Take the output of nm and produce a listing of raw symbols and C names.
13446 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13448 # Transform the output of nm in a proper C declaration.
13449 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13451 # Transform the output of nm in a C name address pair.
13452 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13454 # Transform the output of nm in a C name address pair when lib prefix is needed.
13455 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13457 # The name of the directory that contains temporary libtool files.
13460 # Used to examine libraries when file_magic_cmd begins with "file".
13461 MAGIC_CMD=$MAGIC_CMD
13463 # Must we lock files when doing compilation?
13464 need_locks=$lt_need_locks
13466 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13467 DSYMUTIL=$lt_DSYMUTIL
13469 # Tool to change global to local symbols on Mac OS X.
13472 # Tool to manipulate fat objects and archives on Mac OS X.
13475 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13478 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13479 OTOOL64=$lt_OTOOL64
13481 # Old archive suffix (normally "a").
13484 # Shared library suffix (normally ".so").
13485 shrext_cmds=$lt_shrext_cmds
13487 # The commands to extract the exported symbol list from a shared archive.
13488 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13490 # Variables whose values should be saved in libtool wrapper scripts and
13491 # restored at link time.
13492 variables_saved_for_relink=$lt_variables_saved_for_relink
13494 # Do we need the "lib" prefix for modules?
13495 need_lib_prefix=$need_lib_prefix
13497 # Do we need a version for libraries?
13498 need_version=$need_version
13500 # Library versioning type.
13501 version_type=$version_type
13503 # Shared library runtime path variable.
13504 runpath_var=$runpath_var
13506 # Shared library path variable.
13507 shlibpath_var=$shlibpath_var
13509 # Is shlibpath searched before the hard-coded library search path?
13510 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13512 # Format of library name prefix.
13513 libname_spec=$lt_libname_spec
13515 # List of archive names. First name is the real one, the rest are links.
13516 # The last name is the one that the linker finds with -lNAME
13517 library_names_spec=$lt_library_names_spec
13519 # The coded name of the library, if different from the real name.
13520 soname_spec=$lt_soname_spec
13522 # Permission mode override for installation of shared libraries.
13523 install_override_mode=$lt_install_override_mode
13525 # Command to use after installation of a shared archive.
13526 postinstall_cmds=$lt_postinstall_cmds
13528 # Command to use after uninstallation of a shared archive.
13529 postuninstall_cmds=$lt_postuninstall_cmds
13531 # Commands used to finish a libtool library installation in a directory.
13532 finish_cmds=$lt_finish_cmds
13534 # As "finish_cmds", except a single script fragment to be evaled but
13536 finish_eval=$lt_finish_eval
13538 # Whether we should hardcode library paths into libraries.
13539 hardcode_into_libs=$hardcode_into_libs
13541 # Compile-time system search path for libraries.
13542 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13544 # Run-time system search path for libraries.
13545 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13547 # Whether dlopen is supported.
13548 dlopen_support=$enable_dlopen
13550 # Whether dlopen of programs is supported.
13551 dlopen_self=$enable_dlopen_self
13553 # Whether dlopen of statically linked programs is supported.
13554 dlopen_self_static=$enable_dlopen_self_static
13556 # Commands to strip libraries.
13557 old_striplib=$lt_old_striplib
13558 striplib=$lt_striplib
13561 # The linker used to build libraries.
13564 # How to create reloadable object files.
13565 reload_flag=$lt_reload_flag
13566 reload_cmds=$lt_reload_cmds
13568 # Commands used to build an old-style archive.
13569 old_archive_cmds=$lt_old_archive_cmds
13571 # A language specific compiler.
13574 # Is the compiler the GNU compiler?
13577 # Compiler flag to turn off builtin functions.
13578 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13580 # How to pass a linker flag through the compiler.
13581 wl=$lt_lt_prog_compiler_wl
13583 # Additional compiler flags for building library objects.
13584 pic_flag=$lt_lt_prog_compiler_pic
13586 # Compiler flag to prevent dynamic linking.
13587 link_static_flag=$lt_lt_prog_compiler_static
13589 # Does compiler simultaneously support -c and -o options?
13590 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13592 # Whether or not to add -lc for building shared libraries.
13593 build_libtool_need_lc=$archive_cmds_need_lc
13595 # Whether or not to disallow shared libs when runtime libs are static.
13596 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13598 # Compiler flag to allow reflexive dlopens.
13599 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13601 # Compiler flag to generate shared objects directly from archives.
13602 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13604 # Whether the compiler copes with passing no objects directly.
13605 compiler_needs_object=$lt_compiler_needs_object
13607 # Create an old-style archive from a shared archive.
13608 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13610 # Create a temporary old-style archive to link instead of a shared archive.
13611 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13613 # Commands used to build a shared archive.
13614 archive_cmds=$lt_archive_cmds
13615 archive_expsym_cmds=$lt_archive_expsym_cmds
13617 # Commands used to build a loadable module if different from building
13618 # a shared archive.
13619 module_cmds=$lt_module_cmds
13620 module_expsym_cmds=$lt_module_expsym_cmds
13622 # Whether we are building with GNU ld or not.
13623 with_gnu_ld=$lt_with_gnu_ld
13625 # Flag that allows shared libraries with undefined symbols to be built.
13626 allow_undefined_flag=$lt_allow_undefined_flag
13628 # Flag that enforces no undefined symbols.
13629 no_undefined_flag=$lt_no_undefined_flag
13631 # Flag to hardcode \$libdir into a binary during linking.
13632 # This must work even if \$libdir does not exist
13633 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13635 # If ld is used when linking, flag to hardcode \$libdir into a binary
13636 # during linking. This must work even if \$libdir does not exist.
13637 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13639 # Whether we need a single "-rpath" flag with a separated argument.
13640 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13642 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13643 # DIR into the resulting binary.
13644 hardcode_direct=$hardcode_direct
13646 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13647 # DIR into the resulting binary and the resulting library dependency is
13648 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13649 # library is relocated.
13650 hardcode_direct_absolute=$hardcode_direct_absolute
13652 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13653 # into the resulting binary.
13654 hardcode_minus_L=$hardcode_minus_L
13656 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13657 # into the resulting binary.
13658 hardcode_shlibpath_var=$hardcode_shlibpath_var
13660 # Set to "yes" if building a shared library automatically hardcodes DIR
13661 # into the library and all subsequent libraries and executables linked
13663 hardcode_automatic=$hardcode_automatic
13665 # Set to yes if linker adds runtime paths of dependent libraries
13666 # to runtime path list.
13667 inherit_rpath=$inherit_rpath
13669 # Whether libtool must link a program against all its dependency libraries.
13670 link_all_deplibs=$link_all_deplibs
13672 # Fix the shell variable \$srcfile for the compiler.
13673 fix_srcfile_path=$lt_fix_srcfile_path
13675 # Set to "yes" if exported symbols are required.
13676 always_export_symbols=$always_export_symbols
13678 # The commands to list exported symbols.
13679 export_symbols_cmds=$lt_export_symbols_cmds
13681 # Symbols that should not be listed in the preloaded symbols.
13682 exclude_expsyms=$lt_exclude_expsyms
13684 # Symbols that must always be exported.
13685 include_expsyms=$lt_include_expsyms
13687 # Commands necessary for linking programs (against libraries) with templates.
13688 prelink_cmds=$lt_prelink_cmds
13690 # Specify filename containing input files.
13691 file_list_spec=$lt_file_list_spec
13693 # How to hardcode a shared library path into an executable.
13694 hardcode_action=$hardcode_action
13696 # ### END LIBTOOL CONFIG
13702 cat <<\_LT_EOF >> "$cfgfile"
13703 # AIX sometimes has problems with the GCC collect2 program. For some
13704 # reason, if we set the COLLECT_NAMES environment variable, the problems
13705 # vanish in a puff of smoke.
13706 if test "X${COLLECT_NAMES+set}" != Xset; then
13708 export COLLECT_NAMES
13715 ltmain="$ac_aux_dir/ltmain.sh"
13718 # We use sed instead of cat because bash on DJGPP gets confused if
13719 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13720 # text mode, it properly converts lines to CR/LF. This bash problem
13721 # is reportedly fixed, but why not run on old versions too?
13722 sed '/^
# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13723 ||
(rm -f "$cfgfile"; exit 1)
13727 cat << \_LT_EOF
>> "$cfgfile"
13729 # func_dirname file append nondir_replacement
13730 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13731 # otherwise set result to NONDIR_REPLACEMENT.
13735 */*) func_dirname_result
="${1%/*}${2}" ;;
13736 * ) func_dirname_result
="${3}" ;;
13740 # func_basename file
13743 func_basename_result
="${1##*/}"
13746 # func_dirname_and_basename file append nondir_replacement
13747 # perform func_basename and func_dirname in a single function
13749 # dirname: Compute the dirname of FILE. If nonempty,
13750 # add APPEND to the result, otherwise set result
13751 # to NONDIR_REPLACEMENT.
13752 # value returned in "$func_dirname_result"
13753 # basename: Compute filename of FILE.
13754 # value retuned in "$func_basename_result"
13755 # Implementation must be kept synchronized with func_dirname
13756 # and func_basename. For efficiency, we do not delegate to
13757 # those functions but instead duplicate the functionality here.
13758 func_dirname_and_basename
()
13761 */*) func_dirname_result
="${1%/*}${2}" ;;
13762 * ) func_dirname_result
="${3}" ;;
13764 func_basename_result
="${1##*/}"
13767 # func_stripname prefix suffix name
13768 # strip PREFIX and SUFFIX off of NAME.
13769 # PREFIX and SUFFIX must not contain globbing or regex special
13770 # characters, hashes, percent signs, but SUFFIX may contain a leading
13771 # dot (in which case that matches only a dot).
13774 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13775 # positional parameters, so assign one to ordinary parameter first.
13776 func_stripname_result
=${3}
13777 func_stripname_result
=${func_stripname_result#"${1}"}
13778 func_stripname_result
=${func_stripname_result%"${2}"}
13784 func_opt_split_opt
=${1%%=*}
13785 func_opt_split_arg
=${1#*=}
13792 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
13793 *) func_lo2o_result
=${1} ;;
13797 # func_xform libobj-or-source
13800 func_xform_result
=${1%.*}.lo
13803 # func_arith arithmetic-term...
13806 func_arith_result
=$
(( $
* ))
13810 # STRING may not start with a hyphen.
13813 func_len_result
=${#1}
13818 *) # Bourne compatible functions.
13819 cat << \_LT_EOF
>> "$cfgfile"
13821 # func_dirname file append nondir_replacement
13822 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13823 # otherwise set result to NONDIR_REPLACEMENT.
13826 # Extract subdirectory from the argument.
13827 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
13828 if test "X$func_dirname_result" = "X${1}"; then
13829 func_dirname_result
="${3}"
13831 func_dirname_result
="$func_dirname_result${2}"
13835 # func_basename file
13838 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
13842 # func_stripname prefix suffix name
13843 # strip PREFIX and SUFFIX off of NAME.
13844 # PREFIX and SUFFIX must not contain globbing or regex special
13845 # characters, hashes, percent signs, but SUFFIX may contain a leading
13846 # dot (in which case that matches only a dot).
13847 # func_strip_suffix prefix name
13851 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13852 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13857 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
13858 my_sed_long_arg
='1s/^-[^=]*=//'
13863 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13864 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13870 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
13873 # func_xform libobj-or-source
13876 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13879 # func_arith arithmetic-term...
13882 func_arith_result
=`expr "$@"`
13886 # STRING may not start with a hyphen.
13889 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13895 case $lt_shell_append in
13897 cat << \_LT_EOF
>> "$cfgfile"
13899 # func_append var value
13900 # Append VALUE to the end of shell variable VAR.
13908 cat << \_LT_EOF
>> "$cfgfile"
13910 # func_append var value
13911 # Append VALUE to the end of shell variable VAR.
13922 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13923 ||
(rm -f "$cfgfile"; exit 1)
13925 mv -f "$cfgfile" "$ofile" ||
13926 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13930 "Makefile":C
) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
13931 rm -f Makesim1.tmp Makesim2.tmp Makefile
13932 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim
>Makesim1.tmp
13933 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim
>Makesim2.tmp
13934 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13935 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13936 <Makefile.sim
>Makefile
13937 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13939 "stamp-h":C
) echo > stamp-h
;;
13947 ac_clean_files
=$ac_clean_files_save
13949 test $ac_write_fail = 0 ||
13950 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
13953 # configure is writing to config.log, and then calls config.status.
13954 # config.status does its own redirection, appending to config.log.
13955 # Unfortunately, on DOS this fails, as config.log is still kept open
13956 # by configure, so config.status won't be able to write to it; its
13957 # output is simply discarded. So we exec the FD to /dev/null,
13958 # effectively closing config.log, so it can be properly (re)opened and
13959 # appended to by config.status. When coming back to configure, we
13960 # need to make the FD available again.
13961 if test "$no_create" != yes; then
13963 ac_config_status_args
=
13964 test "$silent" = yes &&
13965 ac_config_status_args
="$ac_config_status_args --quiet"
13967 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
13969 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13970 # would make configure fail if this is the last instruction.
13971 $ac_cs_success || as_fn_exit
1
13973 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13975 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}