2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
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.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x
; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var
in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\
${$as_var+set} = xset \
119 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
132 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x
; then
135 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required
="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev
/null
; then :
186 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
191 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
194 test -z "$as_dir" && as_dir
=.
198 for as_base
in sh bash ksh sh5
; do
199 # Try only shells that exist, to save several forks.
200 as_shell
=$as_dir/$as_base
201 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
203 CONFIG_SHELL
=$as_shell as_have_required
=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
212 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
214 CONFIG_SHELL
=$SHELL as_have_required
=yes
219 if test "x$CONFIG_SHELL" != x
; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
225 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x
$as_have_required = xno
; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x
${ZSH_VERSION+set} = xset
; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
246 SHELL
=${CONFIG_SHELL-/bin/sh}
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE
= GREP_OPTIONS
=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
257 # Portably unset VAR.
260 { eval $1=; unset $1;}
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
284 # Create "$as_dir" as a directory, including parents if necessary.
289 -*) as_dir
=.
/$as_dir;;
291 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
295 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 as_dirs
="'$as_qdir' $as_dirs"
299 as_dir
=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
322 test -d "$as_dir" && break
324 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
325 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
336 eval 'as_fn_append ()
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
360 as_val
=`expr "$@" || test $? -eq 1`
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
372 as_status
=$?
; test $as_status -eq 0 && as_status
=1
374 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit
$as_status
381 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
388 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
400 as_me
=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
419 # Avoid depending upon Character Ranges.
420 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits
='0123456789'
424 as_cr_alnum
=$as_cr_Letters$as_cr_digits
427 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
428 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 chmod +x
"$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
454 # Exit status is that of the last command.
458 ECHO_C
= ECHO_N
= ECHO_T
=
459 case `echo -n x` in #(((((
461 case `echo 'xy\c'` in
462 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
471 rm -f conf$$ conf$$.exe conf$$.
file
472 if test -d conf$$.dir
; then
473 rm -f conf$$.dir
/conf$$.
file
476 mkdir conf$$.dir
2>/dev
/null
478 if (echo >conf$$.
file) 2>/dev
/null
; then
479 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
487 elif ln conf$$.
file conf$$
2>/dev
/null
; then
495 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
496 rmdir conf$$.dir
2>/dev
/null
498 if mkdir
-p .
2>/dev
/null
; then
499 as_mkdir_p
='mkdir -p "$as_dir"'
501 test -d .
/-p && rmdir .
/-p
505 if test -x / >/dev
/null
2>&1; then
508 if ls -dL / >/dev
/null
2>&1; then
515 if test -d "$1"; then
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
526 as_executable_p
=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL
=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev
/null
6>&1
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 ac_default_prefix
=/usr
/local
549 ac_config_libobj_dir
=.
556 # Identity of this package.
564 ac_unique_file
="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default
="\
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
578 # ifdef HAVE_STDLIB_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
601 ac_subst_vars
='LTLIBOBJS
615 MAINTAINER_MODE_FALSE
711 program_transform_name
745 enable_option_checking
754 enable_maintainer_mode
764 ac_precious_vars
='build_alias
775 # Initialize some variables set by options.
777 ac_init_version
=false
778 ac_unrecognized_opts
=
780 # The variables have the same names as the options, with
781 # dashes changed to underlines.
789 program_transform_name
=s
,x
,x
,
797 # Installation directory options.
798 # These are left unexpanded so users can "make install exec_prefix=/foo"
799 # and all the variables that are supposed to be based on exec_prefix
800 # by default will actually change.
801 # Use braces instead of parens because sh, perl, etc. also accept them.
802 # (The list follows the same order as the GNU Coding Standards.)
803 bindir
='${exec_prefix}/bin'
804 sbindir
='${exec_prefix}/sbin'
805 libexecdir
='${exec_prefix}/libexec'
806 datarootdir
='${prefix}/share'
807 datadir
='${datarootdir}'
808 sysconfdir
='${prefix}/etc'
809 sharedstatedir
='${prefix}/com'
810 localstatedir
='${prefix}/var'
811 includedir
='${prefix}/include'
812 oldincludedir
='/usr/include'
813 docdir
='${datarootdir}/doc/${PACKAGE}'
814 infodir
='${datarootdir}/info'
819 libdir
='${exec_prefix}/lib'
820 localedir
='${datarootdir}/locale'
821 mandir
='${datarootdir}/man'
827 # If the previous option needs an argument, assign it.
828 if test -n "$ac_prev"; then
829 eval $ac_prev=\
$ac_option
835 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
839 # Accept the important Cygnus configure options, so we can diagnose typos.
841 case $ac_dashdash$ac_option in
845 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
847 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
850 -build |
--build |
--buil |
--bui |
--bu)
851 ac_prev
=build_alias
;;
852 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
853 build_alias
=$ac_optarg ;;
855 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
856 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
857 ac_prev
=cache_file
;;
858 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
859 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
860 cache_file
=$ac_optarg ;;
863 cache_file
=config.cache
;;
865 -datadir |
--datadir |
--datadi |
--datad)
867 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
868 datadir
=$ac_optarg ;;
870 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
871 |
--dataroo |
--dataro |
--datar)
872 ac_prev
=datarootdir
;;
873 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
874 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
875 datarootdir
=$ac_optarg ;;
877 -disable-* |
--disable-*)
878 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
879 # Reject names that are not valid shell variable names.
880 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
881 as_fn_error
"invalid feature name: $ac_useropt"
882 ac_useropt_orig
=$ac_useropt
883 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
884 case $ac_user_opts in
888 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
889 ac_unrecognized_sep
=', ';;
891 eval enable_
$ac_useropt=no
;;
893 -docdir |
--docdir |
--docdi |
--doc |
--do)
895 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
898 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
900 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
903 -enable-* |
--enable-*)
904 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
905 # Reject names that are not valid shell variable names.
906 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
907 as_fn_error
"invalid feature name: $ac_useropt"
908 ac_useropt_orig
=$ac_useropt
909 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
910 case $ac_user_opts in
914 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
915 ac_unrecognized_sep
=', ';;
917 eval enable_
$ac_useropt=\
$ac_optarg ;;
919 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
920 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
921 |
--exec |
--exe |
--ex)
922 ac_prev
=exec_prefix
;;
923 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
924 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
925 |
--exec=* |
--exe=* |
--ex=*)
926 exec_prefix
=$ac_optarg ;;
928 -gas |
--gas |
--ga |
--g)
929 # Obsolete; use --with-gas.
932 -help |
--help |
--hel |
--he |
-h)
934 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
935 ac_init_help
=recursive
;;
936 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
937 ac_init_help
=short
;;
939 -host |
--host |
--hos |
--ho)
940 ac_prev
=host_alias
;;
941 -host=* |
--host=* |
--hos=* |
--ho=*)
942 host_alias
=$ac_optarg ;;
944 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
946 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
948 htmldir
=$ac_optarg ;;
950 -includedir |
--includedir |
--includedi |
--included |
--include \
951 |
--includ |
--inclu |
--incl |
--inc)
952 ac_prev
=includedir
;;
953 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
954 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
955 includedir
=$ac_optarg ;;
957 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
959 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
960 infodir
=$ac_optarg ;;
962 -libdir |
--libdir |
--libdi |
--libd)
964 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
967 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
968 |
--libexe |
--libex |
--libe)
969 ac_prev
=libexecdir
;;
970 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
971 |
--libexe=* |
--libex=* |
--libe=*)
972 libexecdir
=$ac_optarg ;;
974 -localedir |
--localedir |
--localedi |
--localed |
--locale)
976 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
977 localedir
=$ac_optarg ;;
979 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
980 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
981 ac_prev
=localstatedir
;;
982 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
983 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
984 localstatedir
=$ac_optarg ;;
986 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
988 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
992 # Obsolete; use --without-fp.
995 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
996 |
--no-cr |
--no-c |
-n)
999 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1000 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1003 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1004 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1005 |
--oldin |
--oldi |
--old |
--ol |
--o)
1006 ac_prev
=oldincludedir
;;
1007 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1008 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1009 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1010 oldincludedir
=$ac_optarg ;;
1012 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1014 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1015 prefix
=$ac_optarg ;;
1017 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1018 |
--program-pre |
--program-pr |
--program-p)
1019 ac_prev
=program_prefix
;;
1020 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1021 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1022 program_prefix
=$ac_optarg ;;
1024 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1025 |
--program-suf |
--program-su |
--program-s)
1026 ac_prev
=program_suffix
;;
1027 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1028 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1029 program_suffix
=$ac_optarg ;;
1031 -program-transform-name |
--program-transform-name \
1032 |
--program-transform-nam |
--program-transform-na \
1033 |
--program-transform-n |
--program-transform- \
1034 |
--program-transform |
--program-transfor \
1035 |
--program-transfo |
--program-transf \
1036 |
--program-trans |
--program-tran \
1037 |
--progr-tra |
--program-tr |
--program-t)
1038 ac_prev
=program_transform_name
;;
1039 -program-transform-name=* |
--program-transform-name=* \
1040 |
--program-transform-nam=* |
--program-transform-na=* \
1041 |
--program-transform-n=* |
--program-transform-=* \
1042 |
--program-transform=* |
--program-transfor=* \
1043 |
--program-transfo=* |
--program-transf=* \
1044 |
--program-trans=* |
--program-tran=* \
1045 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1046 program_transform_name
=$ac_optarg ;;
1048 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1050 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1051 pdfdir
=$ac_optarg ;;
1053 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1055 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1058 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1059 |
-silent |
--silent |
--silen |
--sile |
--sil)
1062 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1064 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1066 sbindir
=$ac_optarg ;;
1068 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1069 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1070 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1072 ac_prev
=sharedstatedir
;;
1073 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1074 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1075 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1077 sharedstatedir
=$ac_optarg ;;
1079 -site |
--site |
--sit)
1081 -site=* |
--site=* |
--sit=*)
1084 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1086 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1087 srcdir
=$ac_optarg ;;
1089 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1090 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1091 ac_prev
=sysconfdir
;;
1092 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1093 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1094 sysconfdir
=$ac_optarg ;;
1096 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1097 ac_prev
=target_alias
;;
1098 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1099 target_alias
=$ac_optarg ;;
1101 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1104 -version |
--version |
--versio |
--versi |
--vers |
-V)
1105 ac_init_version
=: ;;
1108 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1109 # Reject names that are not valid shell variable names.
1110 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1111 as_fn_error
"invalid package name: $ac_useropt"
1112 ac_useropt_orig
=$ac_useropt
1113 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1114 case $ac_user_opts in
1118 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1119 ac_unrecognized_sep
=', ';;
1121 eval with_
$ac_useropt=\
$ac_optarg ;;
1123 -without-* |
--without-*)
1124 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1125 # Reject names that are not valid shell variable names.
1126 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1127 as_fn_error
"invalid package name: $ac_useropt"
1128 ac_useropt_orig
=$ac_useropt
1129 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1130 case $ac_user_opts in
1134 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1135 ac_unrecognized_sep
=', ';;
1137 eval with_
$ac_useropt=no
;;
1140 # Obsolete; use --with-x.
1143 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1144 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1145 ac_prev
=x_includes
;;
1146 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1147 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1148 x_includes
=$ac_optarg ;;
1150 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1151 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1152 ac_prev
=x_libraries
;;
1153 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1154 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1155 x_libraries
=$ac_optarg ;;
1157 -*) as_fn_error
"unrecognized option: \`$ac_option'
1158 Try \`$0 --help' for more information."
1162 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1163 # Reject names that are not valid shell variable names.
1164 case $ac_envvar in #(
1165 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1166 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1168 eval $ac_envvar=\
$ac_optarg
1169 export $ac_envvar ;;
1172 # FIXME: should be removed in autoconf 3.0.
1173 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1174 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1175 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1176 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 if test -n "$ac_prev"; then
1183 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1184 as_fn_error
"missing argument to $ac_option"
1187 if test -n "$ac_unrecognized_opts"; then
1188 case $enable_option_checking in
1190 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1191 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1195 # Check all directory arguments for consistency.
1196 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1197 datadir sysconfdir sharedstatedir localstatedir includedir \
1198 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1199 libdir localedir mandir
1201 eval ac_val
=\$
$ac_var
1202 # Remove trailing slashes.
1205 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1206 eval $ac_var=\
$ac_val;;
1208 # Be sure to have absolute directory names.
1210 [\\/$
]* | ?
:[\\/]* ) continue;;
1211 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1213 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1216 # There might be people who depend on the old broken behavior: `$host'
1217 # used to hold the argument of --host etc.
1218 # FIXME: To remove some day.
1221 target
=$target_alias
1223 # FIXME: To remove some day.
1224 if test "x$host_alias" != x
; then
1225 if test "x$build_alias" = x
; then
1226 cross_compiling
=maybe
1227 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1228 If a cross compiler is detected then cross compile mode will be used." >&2
1229 elif test "x$build_alias" != "x$host_alias"; then
1235 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1237 test "$silent" = yes && exec 6>/dev
/null
1240 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1241 ac_ls_di
=`ls -di .` &&
1242 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1243 as_fn_error
"working directory cannot be determined"
1244 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1245 as_fn_error
"pwd does not report name of working directory"
1248 # Find the source files, if location was not specified.
1249 if test -z "$srcdir"; then
1250 ac_srcdir_defaulted
=yes
1251 # Try the directory containing this script, then the parent directory.
1252 ac_confdir
=`$as_dirname -- "$as_myself" ||
1253 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1254 X"$as_myself" : 'X\(//\)[^/]' \| \
1255 X"$as_myself" : 'X\(//\)$' \| \
1256 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1257 $as_echo X"$as_myself" |
1258 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1280 ac_srcdir_defaulted
=no
1282 if test ! -r "$srcdir/$ac_unique_file"; then
1283 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1284 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1286 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1288 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1290 # When building in place, set srcdir=.
1291 if test "$ac_abs_confdir" = "$ac_pwd"; then
1294 # Remove unnecessary trailing slashes from srcdir.
1295 # Double slashes in file names in object file debugging info
1296 # mess up M-x gdb in Emacs.
1298 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1300 for ac_var
in $ac_precious_vars; do
1301 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1302 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1303 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1304 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1308 # Report the --help message.
1310 if test "$ac_init_help" = "long"; then
1311 # Omit some internal or obsolete options to make the list less imposing.
1312 # This message is too long to be a string in the A/UX 3.1 sh.
1314 \`configure' configures this package to adapt to many kinds of systems.
1316 Usage: $0 [OPTION]... [VAR=VALUE]...
1318 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1319 VAR=VALUE. See below for descriptions of some of the useful variables.
1321 Defaults for the options are specified in brackets.
1324 -h, --help display this help and exit
1325 --help=short display options specific to this package
1326 --help=recursive display the short help of all the included packages
1327 -V, --version display version information and exit
1328 -q, --quiet, --silent do not print \`checking...' messages
1329 --cache-file=FILE cache test results in FILE [disabled]
1330 -C, --config-cache alias for \`--cache-file=config.cache'
1331 -n, --no-create do not create output files
1332 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1334 Installation directories:
1335 --prefix=PREFIX install architecture-independent files in PREFIX
1336 [$ac_default_prefix]
1337 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1340 By default, \`make install' will install all the files in
1341 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1342 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1343 for instance \`--prefix=\$HOME'.
1345 For better control, use the options below.
1347 Fine tuning of the installation directories:
1348 --bindir=DIR user executables [EPREFIX/bin]
1349 --sbindir=DIR system admin executables [EPREFIX/sbin]
1350 --libexecdir=DIR program executables [EPREFIX/libexec]
1351 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1352 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1353 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1354 --libdir=DIR object code libraries [EPREFIX/lib]
1355 --includedir=DIR C header files [PREFIX/include]
1356 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1357 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1358 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1359 --infodir=DIR info documentation [DATAROOTDIR/info]
1360 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1361 --mandir=DIR man documentation [DATAROOTDIR/man]
1362 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1363 --htmldir=DIR html documentation [DOCDIR]
1364 --dvidir=DIR dvi documentation [DOCDIR]
1365 --pdfdir=DIR pdf documentation [DOCDIR]
1366 --psdir=DIR ps documentation [DOCDIR]
1372 --program-prefix=PREFIX prepend PREFIX to installed program names
1373 --program-suffix=SUFFIX append SUFFIX to installed program names
1374 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1377 --build=BUILD configure
for building on BUILD
[guessed
]
1378 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1379 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1383 if test -n "$ac_init_help"; then
1388 --disable-option-checking ignore unrecognized
--enable/--with options
1389 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1390 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1391 --enable-plugins Enable support
for plugins
(defaults no
)
1392 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1393 --enable-static[=PKGS
] build static libraries
[default
=yes]
1394 --enable-fast-install[=PKGS
]
1395 optimize
for fast installation
[default
=yes]
1396 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1397 --enable-maintainer-mode enable make rules and dependencies not useful
1398 (and sometimes confusing
) to the casual installer
1399 --enable-sim-bswap Use Host specific BSWAP instruction.
1400 --enable-sim-cflags=opts Extra CFLAGS
for use
in building simulator
1401 --enable-sim-debug=opts Enable debugging flags
1402 --enable-sim-stdio Specify whether to use stdio
for console input
/output.
1403 --enable-sim-trace=opts Enable tracing flags
1404 --enable-sim-profile=opts Enable profiling flags
1407 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1408 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1409 --with-zlib include zlib support
(auto
/yes
/no
) default
=auto
1410 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1412 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1413 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GDB"
1414 --with-bugurl=URL Direct users to URL to report a bug
1416 Some influential environment variables
:
1417 CC C compiler
command
1418 CFLAGS C compiler flags
1419 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1420 nonstandard directory
<lib dir
>
1421 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1422 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1423 you have headers
in a nonstandard directory
<include dir
>
1426 Use these variables to override the choices made by
`configure' or to help
1427 it to find libraries and programs with nonstandard names/locations.
1429 Report bugs to the package provider.
1434 if test "$ac_init_help" = "recursive"; then
1435 # If there are subdirs, report their specific --help.
1436 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1437 test -d "$ac_dir" ||
1438 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1443 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1445 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1446 # A ".." for each directory in $ac_dir_suffix.
1447 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1448 case $ac_top_builddir_sub in
1449 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1453 ac_abs_top_builddir=$ac_pwd
1454 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1455 # for backward compatibility:
1456 ac_top_builddir=$ac_top_build_prefix
1459 .) # We are building in place.
1461 ac_top_srcdir=$ac_top_builddir_sub
1462 ac_abs_top_srcdir=$ac_pwd ;;
1463 [\\/]* | ?:[\\/]* ) # Absolute name.
1464 ac_srcdir=$srcdir$ac_dir_suffix;
1465 ac_top_srcdir=$srcdir
1466 ac_abs_top_srcdir=$srcdir ;;
1468 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1469 ac_top_srcdir=$ac_top_build_prefix$srcdir
1470 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1472 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1474 cd "$ac_dir" || { ac_status=$?; continue; }
1475 # Check for guested configure.
1476 if test -f "$ac_srcdir/configure.gnu"; then
1478 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1479 elif test -f "$ac_srcdir/configure"; then
1481 $SHELL "$ac_srcdir/configure" --help=recursive
1483 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1485 cd "$ac_pwd" || { ac_status=$?; break; }
1489 test -n "$ac_init_help" && exit $ac_status
1490 if $ac_init_version; then
1493 generated by GNU Autoconf 2.64
1495 Copyright (C) 2009 Free Software Foundation, Inc.
1496 This configure script is free software; the Free Software Foundation
1497 gives unlimited permission to copy, distribute and modify it.
1502 ## ------------------------ ##
1503 ## Autoconf initialization. ##
1504 ## ------------------------ ##
1506 # ac_fn_c_try_compile LINENO
1507 # --------------------------
1508 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1509 ac_fn_c_try_compile ()
1511 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1512 rm -f conftest.$ac_objext
1513 if { { ac_try="$ac_compile"
1515 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1516 *) ac_try_echo
=$ac_try;;
1518 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1519 $as_echo "$ac_try_echo"; } >&5
1520 (eval "$ac_compile") 2>conftest.err
1522 if test -s conftest.err
; then
1523 grep -v '^ *+' conftest.err
>conftest.er1
1524 cat conftest.er1
>&5
1525 mv -f conftest.er1 conftest.err
1527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1528 test $ac_status = 0; } && {
1529 test -z "$ac_c_werror_flag" ||
1530 test ! -s conftest.err
1531 } && test -s conftest.
$ac_objext; then :
1534 $as_echo "$as_me: failed program was:" >&5
1535 sed 's/^/| /' conftest.
$ac_ext >&5
1539 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1542 } # ac_fn_c_try_compile
1544 # ac_fn_c_try_cpp LINENO
1545 # ----------------------
1546 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1549 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1550 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1552 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1553 *) ac_try_echo=$ac_try;;
1555 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1556 $as_echo "$ac_try_echo"; } >&5
1557 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1559 if test -s conftest.err; then
1560 grep -v '^ *+' conftest.err >conftest.er1
1561 cat conftest.er1 >&5
1562 mv -f conftest.er1 conftest.err
1564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1565 test $ac_status = 0; } >/dev/null && {
1566 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1567 test ! -s conftest.err
1571 $as_echo "$as_me: failed program was:" >&5
1572 sed 's/^/| /' conftest.$ac_ext >&5
1576 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1581 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1582 # -------------------------------------------------------
1583 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1584 # the include files in INCLUDES and setting the cache variable VAR
1586 ac_fn_c_check_header_mongrel ()
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1591 $as_echo_n "checking for $2... " >&6; }
1592 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1593 $as_echo_n "(cached) " >&6
1596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1597 $as_echo "$ac_res" >&6; }
1599 # Is the header compilable?
1600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1601 $as_echo_n "checking $2 usability... " >&6; }
1602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1603 /* end confdefs.h. */
1607 if ac_fn_c_try_compile "$LINENO"; then :
1608 ac_header_compiler=yes
1610 ac_header_compiler=no
1612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1614 $as_echo "$ac_header_compiler" >&6; }
1616 # Is the header present?
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1618 $as_echo_n "checking $2 presence... " >&6; }
1619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1620 /* end confdefs.h. */
1623 if ac_fn_c_try_cpp "$LINENO"; then :
1624 ac_header_preproc=yes
1626 ac_header_preproc=no
1628 rm -f conftest.err conftest.$ac_ext
1629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1630 $as_echo "$ac_header_preproc" >&6; }
1632 # So? What about this header?
1633 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1636 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1638 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1642 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1644 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1646 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1648 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1654 $as_echo_n "checking for $2... " >&6; }
1655 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1656 $as_echo_n "(cached) " >&6
1658 eval "$3=\$ac_header_compiler"
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1662 $as_echo "$ac_res" >&6; }
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1666 } # ac_fn_c_check_header_mongrel
1668 # ac_fn_c_try_run LINENO
1669 # ----------------------
1670 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1671 # that executables *can* be run.
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 if { { ac_try="$ac_link"
1677 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1678 *) ac_try_echo
=$ac_try;;
1680 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1681 $as_echo "$ac_try_echo"; } >&5
1682 (eval "$ac_link") 2>&5
1684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1685 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1686 { { case "(($ac_try" in
1687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691 $as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_try") 2>&5
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; }; }; then :
1698 $as_echo "$as_me: program exited with status $ac_status" >&5
1699 $as_echo "$as_me: failed program was:" >&5
1700 sed 's/^/| /' conftest.$ac_ext >&5
1702 ac_retval=$ac_status
1704 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1705 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1710 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1711 # -------------------------------------------------------
1712 # Tests whether HEADER exists and can be compiled using the include files in
1713 # INCLUDES, setting the cache variable VAR accordingly.
1714 ac_fn_c_check_header_compile ()
1716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1718 $as_echo_n "checking for $2... " >&6; }
1719 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1720 $as_echo_n "(cached) " >&6
1722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1723 /* end confdefs.h. */
1727 if ac_fn_c_try_compile "$LINENO"; then :
1732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1736 $as_echo "$ac_res" >&6; }
1737 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1739 } # ac_fn_c_check_header_compile
1741 # ac_fn_c_try_link LINENO
1742 # -----------------------
1743 # Try to link conftest.$ac_ext, and return whether this succeeded.
1746 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1747 rm -f conftest.$ac_objext conftest$ac_exeext
1748 if { { ac_try="$ac_link"
1750 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1751 *) ac_try_echo
=$ac_try;;
1753 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1754 $as_echo "$ac_try_echo"; } >&5
1755 (eval "$ac_link") 2>conftest.err
1757 if test -s conftest.err
; then
1758 grep -v '^ *+' conftest.err
>conftest.er1
1759 cat conftest.er1
>&5
1760 mv -f conftest.er1 conftest.err
1762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1763 test $ac_status = 0; } && {
1764 test -z "$ac_c_werror_flag" ||
1765 test ! -s conftest.err
1766 } && test -s conftest
$ac_exeext && {
1767 test "$cross_compiling" = yes ||
1768 $as_test_x conftest
$ac_exeext
1772 $as_echo "$as_me: failed program was:" >&5
1773 sed 's/^/| /' conftest.
$ac_ext >&5
1777 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1778 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1779 # interfere with the next link command; also delete a directory that is
1780 # left behind by Apple's compiler. We do this before executing the actions.
1781 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1782 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1785 } # ac_fn_c_try_link
1787 # ac_fn_c_check_func LINENO FUNC VAR
1788 # ----------------------------------
1789 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1790 ac_fn_c_check_func
()
1792 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1794 $as_echo_n "checking for $2... " >&6; }
1795 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1796 $as_echo_n "(cached) " >&6
1798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1799 /* end confdefs.h. */
1800 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1802 #define $2 innocuous_$2
1804 /* System header to define __stub macros and hopefully few prototypes,
1805 which can conflict with char $2 (); below.
1806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1807 <limits.h> exists even on freestanding compilers. */
1810 # include <limits.h>
1812 # include <assert.h>
1817 /* Override any GCC internal prototype to avoid an error.
1818 Use char because int might match the return type of a GCC
1819 builtin and then its argument prototype would still apply. */
1824 /* The GNU C library defines this for functions which it implements
1825 to always fail with ENOSYS. Some functions are actually named
1826 something starting with __ and the normal name is an alias. */
1827 #if defined __stub_$2 || defined __stub___$2
1839 if ac_fn_c_try_link
"$LINENO"; then :
1844 rm -f core conftest.err conftest.
$ac_objext \
1845 conftest
$ac_exeext conftest.
$ac_ext
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849 $as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1852 } # ac_fn_c_check_func
1854 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1855 # ----------------------------------------------------
1856 # Tries to find if the field MEMBER exists in type AGGR, after including
1857 # INCLUDES, setting cache variable VAR accordingly.
1858 ac_fn_c_check_member
()
1860 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1862 $as_echo_n "checking for $2.$3... " >&6; }
1863 if { as_var
=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1864 $as_echo_n "(cached) " >&6
1866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1867 /* end confdefs.h. */
1879 if ac_fn_c_try_compile
"$LINENO"; then :
1882 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1883 /* end confdefs.h. */
1889 if (sizeof ac_aggr.$3)
1895 if ac_fn_c_try_compile
"$LINENO"; then :
1900 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1902 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1906 $as_echo "$ac_res" >&6; }
1907 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1909 } # ac_fn_c_check_member
1911 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1912 # -------------------------------------------
1913 # Tests whether TYPE exists after having included INCLUDES, setting cache
1914 # variable VAR accordingly.
1915 ac_fn_c_check_type
()
1917 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1919 $as_echo_n "checking for $2... " >&6; }
1920 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1921 $as_echo_n "(cached) " >&6
1924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1925 /* end confdefs.h. */
1936 if ac_fn_c_try_compile
"$LINENO"; then :
1937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1938 /* end confdefs.h. */
1949 if ac_fn_c_try_compile
"$LINENO"; then :
1954 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1956 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960 $as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1963 } # ac_fn_c_check_type
1964 cat >config.log
<<_ACEOF
1965 This file contains any messages produced by compilers while
1966 running configure, to aid debugging if configure makes a mistake.
1968 It was created by $as_me, which was
1969 generated by GNU Autoconf 2.64. Invocation command line was
1981 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1982 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1983 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1984 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1985 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1987 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1988 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1990 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1991 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1992 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1993 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1994 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1995 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1996 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2000 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2004 test -z "$as_dir" && as_dir
=.
2005 $as_echo "PATH: $as_dir"
2021 # Keep a trace of the command line.
2022 # Strip out --no-create and --no-recursion so they do not pile up.
2023 # Strip out --silent because we don't want to record it for future runs.
2024 # Also quote any args containing shell meta-characters.
2025 # Make two passes to allow for proper duplicate-argument suppression.
2029 ac_must_keep_next
=false
2035 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2036 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2037 |
-silent |
--silent |
--silen |
--sile |
--sil)
2040 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2043 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2045 as_fn_append ac_configure_args1
" '$ac_arg'"
2046 if test $ac_must_keep_next = true
; then
2047 ac_must_keep_next
=false
# Got value, back to normal.
2050 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2051 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2052 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2053 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2054 case "$ac_configure_args0 " in
2055 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2058 -* ) ac_must_keep_next
=true
;;
2061 as_fn_append ac_configure_args
" '$ac_arg'"
2066 { ac_configure_args0
=; unset ac_configure_args0
;}
2067 { ac_configure_args1
=; unset ac_configure_args1
;}
2069 # When interrupted or exit'd, cleanup temporary files, and complete
2070 # config.log. We remove comments because anyway the quotes in there
2071 # would cause problems or look ugly.
2072 # WARNING: Use '\'' to represent an apostrophe within the trap.
2073 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2074 trap 'exit_status=$?
2075 # Save into config.log some information that might help in debugging.
2080 ## ---------------- ##
2081 ## Cache variables. ##
2082 ## ---------------- ##
2085 # The following way of writing the cache mishandles newlines in values,
2087 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2088 eval ac_val=\$$ac_var
2092 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2093 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2096 _ | IFS | as_nl) ;; #(
2097 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2098 *) { eval $ac_var=; unset $ac_var;} ;;
2103 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2104 *${as_nl}ac_space=\ *)
2106 "s/'\''/'\''\\\\'\'''\''/g;
2107 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2110 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2118 ## ----------------- ##
2119 ## Output variables. ##
2120 ## ----------------- ##
2123 for ac_var in $ac_subst_vars
2125 eval ac_val=\$$ac_var
2127 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2129 $as_echo "$ac_var='\''$ac_val'\''"
2133 if test -n "$ac_subst_files"; then
2135 ## ------------------- ##
2136 ## File substitutions. ##
2137 ## ------------------- ##
2140 for ac_var
in $ac_subst_files
2142 eval ac_val
=\$
$ac_var
2144 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2146 $as_echo "$ac_var='\''$ac_val'\''"
2151 if test -s confdefs.h; then
2161 test "$ac_signal" != 0 &&
2162 $as_echo "$as_me: caught signal $ac_signal"
2163 $as_echo "$as_me: exit $exit_status"
2165 rm -f core *.core core.conftest.* &&
2166 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2169 for ac_signal
in 1 2 13 15; do
2170 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2174 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2175 rm -f -r conftest
* confdefs.h
2177 $as_echo "/* confdefs.h */" > confdefs.h
2179 # Predefined preprocessor variables.
2181 cat >>confdefs.h
<<_ACEOF
2182 #define PACKAGE_NAME "$PACKAGE_NAME"
2185 cat >>confdefs.h
<<_ACEOF
2186 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2189 cat >>confdefs.h
<<_ACEOF
2190 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2193 cat >>confdefs.h
<<_ACEOF
2194 #define PACKAGE_STRING "$PACKAGE_STRING"
2197 cat >>confdefs.h
<<_ACEOF
2198 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2201 cat >>confdefs.h
<<_ACEOF
2202 #define PACKAGE_URL "$PACKAGE_URL"
2206 # Let the site file select an alternate cache file if it wants to.
2207 # Prefer an explicitly selected file to automatically selected ones.
2210 if test -n "$CONFIG_SITE"; then
2211 ac_site_file1
=$CONFIG_SITE
2212 elif test "x$prefix" != xNONE
; then
2213 ac_site_file1
=$prefix/share
/config.site
2214 ac_site_file2
=$prefix/etc
/config.site
2216 ac_site_file1
=$ac_default_prefix/share
/config.site
2217 ac_site_file2
=$ac_default_prefix/etc
/config.site
2219 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2221 test "x$ac_site_file" = xNONE
&& continue
2222 if test -r "$ac_site_file"; then
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2224 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2225 sed 's/^/| /' "$ac_site_file" >&5
2230 if test -r "$cache_file"; then
2231 # Some versions of bash will fail to source /dev/null (special
2232 # files actually), so we avoid doing that.
2233 if test -f "$cache_file"; then
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2235 $as_echo "$as_me: loading cache $cache_file" >&6;}
2237 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2238 *) .
"./$cache_file";;
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2243 $as_echo "$as_me: creating cache $cache_file" >&6;}
2247 # Check that the precious variables saved in the cache have kept the same
2249 ac_cache_corrupted
=false
2250 for ac_var
in $ac_precious_vars; do
2251 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2252 eval ac_new_set
=\
$ac_env_${ac_var}_set
2253 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2254 eval ac_new_val
=\
$ac_env_${ac_var}_value
2255 case $ac_old_set,$ac_new_set in
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2258 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2259 ac_cache_corrupted
=: ;;
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2262 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2263 ac_cache_corrupted
=: ;;
2266 if test "x$ac_old_val" != "x$ac_new_val"; then
2267 # differences in whitespace do not lead to failure.
2268 ac_old_val_w
=`echo x $ac_old_val`
2269 ac_new_val_w
=`echo x $ac_new_val`
2270 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2272 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2273 ac_cache_corrupted
=:
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2276 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2277 eval $ac_var=\
$ac_old_val
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2280 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2282 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2285 # Pass precious variables to config.status.
2286 if test "$ac_new_set" = set; then
2288 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2289 *) ac_arg
=$ac_var=$ac_new_val ;;
2291 case " $ac_configure_args " in
2292 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2293 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2297 if $ac_cache_corrupted; then
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2299 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2301 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2302 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2304 ## -------------------- ##
2305 ## Main body of script. ##
2306 ## -------------------- ##
2309 ac_cpp
='$CPP $CPPFLAGS'
2310 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2311 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2312 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2320 ac_cpp
='$CPP $CPPFLAGS'
2321 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2322 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2323 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2324 if test -n "$ac_tool_prefix"; then
2325 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2326 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2328 $as_echo_n "checking for $ac_word... " >&6; }
2329 if test "${ac_cv_prog_CC+set}" = set; then :
2330 $as_echo_n "(cached) " >&6
2332 if test -n "$CC"; then
2333 ac_cv_prog_CC
="$CC" # Let the user override the test.
2335 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2339 test -z "$as_dir" && as_dir
=.
2340 for ac_exec_ext
in '' $ac_executable_extensions; do
2341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2342 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 if test -n "$CC"; then
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2355 $as_echo "$CC" >&6; }
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2358 $as_echo "no" >&6; }
2363 if test -z "$ac_cv_prog_CC"; then
2365 # Extract the first word of "gcc", so it can be a program name with args.
2366 set dummy gcc
; ac_word
=$2
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2368 $as_echo_n "checking for $ac_word... " >&6; }
2369 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2370 $as_echo_n "(cached) " >&6
2372 if test -n "$ac_ct_CC"; then
2373 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2375 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2379 test -z "$as_dir" && as_dir
=.
2380 for ac_exec_ext
in '' $ac_executable_extensions; do
2381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2382 ac_cv_prog_ac_ct_CC
="gcc"
2383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2392 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2393 if test -n "$ac_ct_CC"; then
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2395 $as_echo "$ac_ct_CC" >&6; }
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2398 $as_echo "no" >&6; }
2401 if test "x$ac_ct_CC" = x
; then
2404 case $cross_compiling:$ac_tool_warned in
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2407 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2408 ac_tool_warned
=yes ;;
2416 if test -z "$CC"; then
2417 if test -n "$ac_tool_prefix"; then
2418 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2419 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2421 $as_echo_n "checking for $ac_word... " >&6; }
2422 if test "${ac_cv_prog_CC+set}" = set; then :
2423 $as_echo_n "(cached) " >&6
2425 if test -n "$CC"; then
2426 ac_cv_prog_CC
="$CC" # Let the user override the test.
2428 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2432 test -z "$as_dir" && as_dir
=.
2433 for ac_exec_ext
in '' $ac_executable_extensions; do
2434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2435 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2446 if test -n "$CC"; then
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2448 $as_echo "$CC" >&6; }
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2451 $as_echo "no" >&6; }
2457 if test -z "$CC"; then
2458 # Extract the first word of "cc", so it can be a program name with args.
2459 set dummy cc
; ac_word
=$2
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2461 $as_echo_n "checking for $ac_word... " >&6; }
2462 if test "${ac_cv_prog_CC+set}" = set; then :
2463 $as_echo_n "(cached) " >&6
2465 if test -n "$CC"; then
2466 ac_cv_prog_CC
="$CC" # Let the user override the test.
2469 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2473 test -z "$as_dir" && as_dir
=.
2474 for ac_exec_ext
in '' $ac_executable_extensions; do
2475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2476 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2477 ac_prog_rejected
=yes
2481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2488 if test $ac_prog_rejected = yes; then
2489 # We found a bogon in the path, so make sure we never use it.
2490 set dummy
$ac_cv_prog_CC
2492 if test $# != 0; then
2493 # We chose a different compiler from the bogus one.
2494 # However, it has the same basename, so the bogon will be chosen
2495 # first if we set CC to just the basename; use the full file name.
2497 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2503 if test -n "$CC"; then
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2505 $as_echo "$CC" >&6; }
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2508 $as_echo "no" >&6; }
2513 if test -z "$CC"; then
2514 if test -n "$ac_tool_prefix"; then
2515 for ac_prog
in cl.exe
2517 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2518 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2520 $as_echo_n "checking for $ac_word... " >&6; }
2521 if test "${ac_cv_prog_CC+set}" = set; then :
2522 $as_echo_n "(cached) " >&6
2524 if test -n "$CC"; then
2525 ac_cv_prog_CC
="$CC" # Let the user override the test.
2527 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2531 test -z "$as_dir" && as_dir
=.
2532 for ac_exec_ext
in '' $ac_executable_extensions; do
2533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2534 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2545 if test -n "$CC"; then
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2547 $as_echo "$CC" >&6; }
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2550 $as_echo "no" >&6; }
2554 test -n "$CC" && break
2557 if test -z "$CC"; then
2559 for ac_prog
in cl.exe
2561 # Extract the first word of "$ac_prog", so it can be a program name with args.
2562 set dummy
$ac_prog; ac_word
=$2
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2564 $as_echo_n "checking for $ac_word... " >&6; }
2565 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2566 $as_echo_n "(cached) " >&6
2568 if test -n "$ac_ct_CC"; then
2569 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2571 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2575 test -z "$as_dir" && as_dir
=.
2576 for ac_exec_ext
in '' $ac_executable_extensions; do
2577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2578 ac_cv_prog_ac_ct_CC
="$ac_prog"
2579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2588 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2589 if test -n "$ac_ct_CC"; then
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2591 $as_echo "$ac_ct_CC" >&6; }
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2594 $as_echo "no" >&6; }
2598 test -n "$ac_ct_CC" && break
2601 if test "x$ac_ct_CC" = x
; then
2604 case $cross_compiling:$ac_tool_warned in
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2607 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2608 ac_tool_warned
=yes ;;
2617 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2618 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2619 as_fn_error
"no acceptable C compiler found in \$PATH
2620 See \`config.log' for more details." "$LINENO" 5; }
2622 # Provide some information about the compiler.
2623 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2626 for ac_option
in --version -v -V -qversion; do
2627 { { ac_try
="$ac_compiler $ac_option >&5"
2629 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2630 *) ac_try_echo=$ac_try;;
2632 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2633 $as_echo "$ac_try_echo"; } >&5
2634 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2636 if test -s conftest.err; then
2638 ... rest of stderr output deleted ...
2639 10q' conftest.err >conftest.er1
2640 cat conftest.er1 >&5
2641 rm -f conftest.er1 conftest.err
2643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2644 test $ac_status = 0; }
2647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2648 /* end confdefs.h. */
2658 ac_clean_files_save=$ac_clean_files
2659 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2660 # Try to create an executable without -o first, disregard a.out.
2661 # It will help us diagnose broken compilers, and finding out an intuition
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2664 $as_echo_n "checking for C compiler default output file name... " >&6; }
2665 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2667 # The possible output files:
2668 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2671 for ac_file in $ac_files
2674 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2675 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2680 if { { ac_try="$ac_link_default"
2682 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2683 *) ac_try_echo
=$ac_try;;
2685 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2686 $as_echo "$ac_try_echo"; } >&5
2687 (eval "$ac_link_default") 2>&5
2689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2690 test $ac_status = 0; }; then :
2691 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2692 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2693 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2694 # so that the user can short-circuit this test for compilers unknown to
2696 for ac_file
in $ac_files ''
2698 test -f "$ac_file" ||
continue
2700 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2703 # We found the default executable, but exeext='' is most
2707 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2709 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2711 # We set ac_cv_exeext here because the later test for it is not
2712 # safe: cross compilers may not add the suffix if given an `-o'
2713 # argument, so we may need to know it at that point already.
2714 # Even if this section looks crufty: it has the advantage of
2721 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2727 $as_echo "$ac_file" >&6; }
2728 if test -z "$ac_file"; then :
2729 $as_echo "$as_me: failed program was:" >&5
2730 sed 's/^/| /' conftest.
$ac_ext >&5
2732 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2733 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2734 { as_fn_set_status
77
2735 as_fn_error
"C compiler cannot create executables
2736 See \`config.log' for more details." "$LINENO" 5; }; }
2738 ac_exeext
=$ac_cv_exeext
2740 # Check that the compiler produces executables we can run. If not, either
2741 # the compiler is broken, or we cross compile.
2742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2743 $as_echo_n "checking whether the C compiler works... " >&6; }
2744 # If not cross compiling, check that we can run a simple program.
2745 if test "$cross_compiling" != yes; then
2746 if { ac_try
='./$ac_file'
2747 { { case "(($ac_try" in
2748 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2749 *) ac_try_echo=$ac_try;;
2751 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2752 $as_echo "$ac_try_echo"; } >&5
2753 (eval "$ac_try") 2>&5
2755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2756 test $ac_status = 0; }; }; then
2759 if test "$cross_compiling" = maybe; then
2762 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2763 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2764 as_fn_error "cannot run C compiled programs.
2765 If you meant to cross compile
, use \
`--host'.
2766 See \`config.log
' for more details." "$LINENO" 5; }
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2771 $as_echo "yes" >&6; }
2773 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2774 ac_clean_files=$ac_clean_files_save
2775 # Check that the compiler produces executables we can run. If not, either
2776 # the compiler is broken, or we cross compile.
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2778 $as_echo_n "checking whether we are cross compiling... " >&6; }
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2780 $as_echo "$cross_compiling" >&6; }
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2783 $as_echo_n "checking for suffix of executables... " >&6; }
2784 if { { ac_try="$ac_link"
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2789 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2790 $as_echo "$ac_try_echo"; } >&5
2791 (eval "$ac_link") 2>&5
2793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794 test $ac_status = 0; }; then :
2795 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2796 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2797 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2799 for ac_file
in conftest.exe conftest conftest.
*; do
2800 test -f "$ac_file" ||
continue
2802 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2803 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2809 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2810 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2811 as_fn_error
"cannot compute suffix of executables: cannot compile and link
2812 See \`config.log' for more details." "$LINENO" 5; }
2814 rm -f conftest
$ac_cv_exeext
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2816 $as_echo "$ac_cv_exeext" >&6; }
2818 rm -f conftest.
$ac_ext
2819 EXEEXT
=$ac_cv_exeext
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2822 $as_echo_n "checking for suffix of object files... " >&6; }
2823 if test "${ac_cv_objext+set}" = set; then :
2824 $as_echo_n "(cached) " >&6
2826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2827 /* end confdefs.h. */
2837 rm -f conftest.o conftest.obj
2838 if { { ac_try
="$ac_compile"
2840 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2841 *) ac_try_echo=$ac_try;;
2843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2844 $as_echo "$ac_try_echo"; } >&5
2845 (eval "$ac_compile") 2>&5
2847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2848 test $ac_status = 0; }; then :
2849 for ac_file in conftest.o conftest.obj conftest.*; do
2850 test -f "$ac_file" || continue;
2852 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2853 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2858 $as_echo "$as_me: failed program was:" >&5
2859 sed 's/^/| /' conftest.$ac_ext >&5
2861 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2862 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2863 as_fn_error "cannot compute suffix of object files
: cannot compile
2864 See \
`config.log' for more details." "$LINENO" 5; }
2866 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2869 $as_echo "$ac_cv_objext" >&6; }
2870 OBJEXT=$ac_cv_objext
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2873 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2874 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2875 $as_echo_n "(cached) " >&6
2877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2878 /* end confdefs.h. */
2891 if ac_fn_c_try_compile "$LINENO"; then :
2896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2897 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2901 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2902 if test $ac_compiler_gnu = yes; then
2907 ac_test_CFLAGS=${CFLAGS+set}
2908 ac_save_CFLAGS=$CFLAGS
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2910 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2911 if test "${ac_cv_prog_cc_g+set}" = set; then :
2912 $as_echo_n "(cached) " >&6
2914 ac_save_c_werror_flag=$ac_c_werror_flag
2915 ac_c_werror_flag=yes
2918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2919 /* end confdefs.h. */
2929 if ac_fn_c_try_compile "$LINENO"; then :
2933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2934 /* end confdefs.h. */
2944 if ac_fn_c_try_compile "$LINENO"; then :
2947 ac_c_werror_flag=$ac_save_c_werror_flag
2949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2950 /* end confdefs.h. */
2960 if ac_fn_c_try_compile "$LINENO"; then :
2963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2968 ac_c_werror_flag=$ac_save_c_werror_flag
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2971 $as_echo "$ac_cv_prog_cc_g" >&6; }
2972 if test "$ac_test_CFLAGS" = set; then
2973 CFLAGS=$ac_save_CFLAGS
2974 elif test $ac_cv_prog_cc_g = yes; then
2975 if test "$GCC" = yes; then
2981 if test "$GCC" = yes; then
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2988 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2989 if test "${ac_cv_prog_cc_c89+set}" = set; then :
2990 $as_echo_n "(cached) " >&6
2992 ac_cv_prog_cc_c89=no
2994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2995 /* end confdefs.h. */
2998 #include <sys/types.h>
2999 #include <sys/stat.h>
3000 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3001 struct buf { int x; };
3002 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3003 static char *e (p, i)
3009 static char *f (char * (*g) (char **, int), char **p, ...)
3014 s = g (p, va_arg (v,int));
3019 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3020 function prototypes and stuff, but not '\xHH' hex character constants.
3021 These don't provoke an error unfortunately, instead are silently treated
3022 as 'x'. The following induces an error, until -std is added to get
3023 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3024 array size at least. It's necessary to write '\x00'==0 to get something
3025 that's true only with -std. */
3026 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3028 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3029 inside strings and character constants. */
3031 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3033 int test (int i, double x);
3034 struct s1 {int (*f) (int a);};
3035 struct s2 {int (*f) (double a);};
3036 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3042 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3047 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3048 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3050 CC="$ac_save_CC $ac_arg"
3051 if ac_fn_c_try_compile "$LINENO"; then :
3052 ac_cv_prog_cc_c89=$ac_arg
3054 rm -f core conftest.err conftest.$ac_objext
3055 test "x$ac_cv_prog_cc_c89" != "xno" && break
3057 rm -f conftest.$ac_ext
3062 case "x$ac_cv_prog_cc_c89" in
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3065 $as_echo "none needed" >&6; } ;;
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3068 $as_echo "unsupported" >&6; } ;;
3070 CC="$CC $ac_cv_prog_cc_c89"
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3072 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3074 if test "x$ac_cv_prog_cc_c89" != xno; then :
3079 ac_cpp='$CPP $CPPFLAGS'
3080 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3081 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3082 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3085 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3086 for ac_t in install-sh install.sh shtool; do
3087 if test -f "$ac_dir/$ac_t"; then
3089 ac_install_sh="$ac_aux_dir/$ac_t -c"
3094 if test -z "$ac_aux_dir"; then
3095 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3098 # These three variables are undocumented and unsupported,
3099 # and are intended to be withdrawn in a future Autoconf release.
3100 # They can cause serious problems if a builder's source tree is in a directory
3101 # whose full name contains unusual characters.
3102 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3103 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3104 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3107 # Make sure we can run config.sub.
3108 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3109 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3112 $as_echo_n "checking build system type... " >&6; }
3113 if test "${ac_cv_build+set}" = set; then :
3114 $as_echo_n "(cached) " >&6
3116 ac_build_alias=$build_alias
3117 test "x$ac_build_alias" = x &&
3118 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3119 test "x$ac_build_alias" = x &&
3120 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3121 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3122 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3126 $as_echo "$ac_cv_build" >&6; }
3127 case $ac_cv_build in
3129 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3132 ac_save_IFS=$IFS; IFS='-'
3138 # Remember, the first character of IFS is used to create $*,
3139 # except with old shells:
3142 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3146 $as_echo_n "checking host system type... " >&6; }
3147 if test "${ac_cv_host+set}" = set; then :
3148 $as_echo_n "(cached) " >&6
3150 if test "x$host_alias" = x; then
3151 ac_cv_host=$ac_cv_build
3153 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3154 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3159 $as_echo "$ac_cv_host" >&6; }
3162 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3165 ac_save_IFS=$IFS; IFS='-'
3171 # Remember, the first character of IFS is used to create $*,
3172 # except with old shells:
3175 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3179 $as_echo_n "checking target system type... " >&6; }
3180 if test "${ac_cv_target+set}" = set; then :
3181 $as_echo_n "(cached) " >&6
3183 if test "x$target_alias" = x; then
3184 ac_cv_target=$ac_cv_host
3186 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3187 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3192 $as_echo "$ac_cv_target" >&6; }
3193 case $ac_cv_target in
3195 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
3197 target=$ac_cv_target
3198 ac_save_IFS=$IFS; IFS='-'
3204 # Remember, the first character of IFS is used to create $*,
3205 # except with old shells:
3208 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
3211 # The aliases save the names the user supplied, while $host etc.
3212 # will get canonicalized.
3213 test -n "$target_alias" &&
3214 test "$program_prefix$program_suffix$program_transform_name" = \
3216 program_prefix=${target_alias}-
3219 ac_cpp='$CPP $CPPFLAGS'
3220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3224 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3225 # On Suns, sometimes $CPP names a directory.
3226 if test -n "$CPP" && test -d "$CPP"; then
3229 if test -z "$CPP"; then
3230 if test "${ac_cv_prog_CPP+set}" = set; then :
3231 $as_echo_n "(cached) " >&6
3233 # Double quotes because CPP needs to be expanded
3234 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3237 for ac_c_preproc_warn_flag in '' yes
3239 # Use a header file that comes with gcc, so configuring glibc
3240 # with a fresh cross-compiler works.
3241 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3242 # <limits.h> exists even on freestanding compilers.
3243 # On the NeXT, cc -E runs the code through the compiler's parser,
3244 # not just through cpp. "Syntax error" is here to catch this case.
3245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3246 /* end confdefs.h. */
3248 # include <limits.h>
3250 # include <assert.h>
3254 if ac_fn_c_try_cpp "$LINENO"; then :
3257 # Broken: fails on valid input.
3260 rm -f conftest.err conftest.$ac_ext
3262 # OK, works on sane cases. Now check whether nonexistent headers
3263 # can be detected and how.
3264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3265 /* end confdefs.h. */
3266 #include <ac_nonexistent.h>
3268 if ac_fn_c_try_cpp "$LINENO"; then :
3269 # Broken: success on invalid input.
3272 # Passes both tests.
3276 rm -f conftest.err conftest.$ac_ext
3279 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3280 rm -f conftest.err conftest.
$ac_ext
3281 if $ac_preproc_ok; then :
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3294 $as_echo "$CPP" >&6; }
3296 for ac_c_preproc_warn_flag
in '' yes
3298 # Use a header file that comes with gcc, so configuring glibc
3299 # with a fresh cross-compiler works.
3300 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3301 # <limits.h> exists even on freestanding compilers.
3302 # On the NeXT, cc -E runs the code through the compiler's parser,
3303 # not just through cpp. "Syntax error" is here to catch this case.
3304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3305 /* end confdefs.h. */
3307 # include <limits.h>
3309 # include <assert.h>
3313 if ac_fn_c_try_cpp
"$LINENO"; then :
3316 # Broken: fails on valid input.
3319 rm -f conftest.err conftest.
$ac_ext
3321 # OK, works on sane cases. Now check whether nonexistent headers
3322 # can be detected and how.
3323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3324 /* end confdefs.h. */
3325 #include <ac_nonexistent.h>
3327 if ac_fn_c_try_cpp
"$LINENO"; then :
3328 # Broken: success on invalid input.
3331 # Passes both tests.
3335 rm -f conftest.err conftest.
$ac_ext
3338 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3339 rm -f conftest.err conftest.
$ac_ext
3340 if $ac_preproc_ok; then :
3343 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3344 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3345 as_fn_error
"C preprocessor \"$CPP\" fails sanity check
3346 See \`config.log' for more details." "$LINENO" 5; }
3350 ac_cpp
='$CPP $CPPFLAGS'
3351 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3352 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3353 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3357 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3358 if test "${ac_cv_path_GREP+set}" = set; then :
3359 $as_echo_n "(cached) " >&6
3361 if test -z "$GREP"; then
3362 ac_path_GREP_found
=false
3363 # Loop through the user's path and test for each of PROGNAME-LIST
3364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3365 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3368 test -z "$as_dir" && as_dir
=.
3369 for ac_prog
in grep ggrep
; do
3370 for ac_exec_ext
in '' $ac_executable_extensions; do
3371 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
3372 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
3373 # Check for GNU ac_path_GREP and select it if it is found.
3374 # Check for GNU $ac_path_GREP
3375 case `"$ac_path_GREP" --version 2>&1` in
3377 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
3380 $as_echo_n 0123456789 >"conftest.in"
3383 cat "conftest.in" "conftest.in" >"conftest.tmp"
3384 mv "conftest.tmp" "conftest.in"
3385 cp "conftest.in" "conftest.nl"
3386 $as_echo 'GREP' >> "conftest.nl"
3387 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3388 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3389 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3390 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3391 # Best one so far, save it but keep looking for a better one
3392 ac_cv_path_GREP
="$ac_path_GREP"
3393 ac_path_GREP_max
=$ac_count
3395 # 10*(2^10) chars as input seems more than enough
3396 test $ac_count -gt 10 && break
3398 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3401 $ac_path_GREP_found && break 3
3406 if test -z "$ac_cv_path_GREP"; then
3407 as_fn_error
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3410 ac_cv_path_GREP
=$GREP
3414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3415 $as_echo "$ac_cv_path_GREP" >&6; }
3416 GREP
="$ac_cv_path_GREP"
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3420 $as_echo_n "checking for egrep... " >&6; }
3421 if test "${ac_cv_path_EGREP+set}" = set; then :
3422 $as_echo_n "(cached) " >&6
3424 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
3425 then ac_cv_path_EGREP
="$GREP -E"
3427 if test -z "$EGREP"; then
3428 ac_path_EGREP_found
=false
3429 # Loop through the user's path and test for each of PROGNAME-LIST
3430 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3431 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3434 test -z "$as_dir" && as_dir
=.
3435 for ac_prog
in egrep; do
3436 for ac_exec_ext
in '' $ac_executable_extensions; do
3437 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
3438 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
3439 # Check for GNU ac_path_EGREP and select it if it is found.
3440 # Check for GNU $ac_path_EGREP
3441 case `"$ac_path_EGREP" --version 2>&1` in
3443 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
3446 $as_echo_n 0123456789 >"conftest.in"
3449 cat "conftest.in" "conftest.in" >"conftest.tmp"
3450 mv "conftest.tmp" "conftest.in"
3451 cp "conftest.in" "conftest.nl"
3452 $as_echo 'EGREP' >> "conftest.nl"
3453 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3454 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3455 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3456 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3457 # Best one so far, save it but keep looking for a better one
3458 ac_cv_path_EGREP
="$ac_path_EGREP"
3459 ac_path_EGREP_max
=$ac_count
3461 # 10*(2^10) chars as input seems more than enough
3462 test $ac_count -gt 10 && break
3464 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3467 $ac_path_EGREP_found && break 3
3472 if test -z "$ac_cv_path_EGREP"; then
3473 as_fn_error
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3476 ac_cv_path_EGREP
=$EGREP
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3482 $as_echo "$ac_cv_path_EGREP" >&6; }
3483 EGREP
="$ac_cv_path_EGREP"
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3487 $as_echo_n "checking for ANSI C header files... " >&6; }
3488 if test "${ac_cv_header_stdc+set}" = set; then :
3489 $as_echo_n "(cached) " >&6
3491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3492 /* end confdefs.h. */
3506 if ac_fn_c_try_compile
"$LINENO"; then :
3507 ac_cv_header_stdc
=yes
3509 ac_cv_header_stdc
=no
3511 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3513 if test $ac_cv_header_stdc = yes; then
3514 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3516 /* end confdefs.h. */
3520 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3521 $EGREP "memchr" >/dev
/null
2>&1; then :
3524 ac_cv_header_stdc
=no
3530 if test $ac_cv_header_stdc = yes; then
3531 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3533 /* end confdefs.h. */
3537 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3538 $EGREP "free" >/dev
/null
2>&1; then :
3541 ac_cv_header_stdc
=no
3547 if test $ac_cv_header_stdc = yes; then
3548 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3549 if test "$cross_compiling" = yes; then :
3552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3553 /* end confdefs.h. */
3556 #if ((' ' & 0x0FF) == 0x020)
3557 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3558 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3560 # define ISLOWER(c) \
3561 (('a' <= (c) && (c) <= 'i') \
3562 || ('j' <= (c) && (c) <= 'r') \
3563 || ('s' <= (c) && (c) <= 'z'))
3564 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3567 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3572 for (i = 0; i < 256; i++)
3573 if (XOR (islower (i), ISLOWER (i))
3574 || toupper (i) != TOUPPER (i))
3579 if ac_fn_c_try_run
"$LINENO"; then :
3582 ac_cv_header_stdc
=no
3584 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
3585 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3591 $as_echo "$ac_cv_header_stdc" >&6; }
3592 if test $ac_cv_header_stdc = yes; then
3594 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3598 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3599 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3600 inttypes.h stdint.h unistd.h
3602 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3603 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3605 eval as_val
=\$
$as_ac_Header
3606 if test "x$as_val" = x
""yes; then :
3607 cat >>confdefs.h
<<_ACEOF
3608 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3617 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3618 if test "x$ac_cv_header_minix_config_h" = x
""yes; then :
3625 if test "$MINIX" = yes; then
3627 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3630 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3633 $as_echo "#define _MINIX 1" >>confdefs.h
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3639 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3640 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
3641 $as_echo_n "(cached) " >&6
3643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3644 /* end confdefs.h. */
3646 # define __EXTENSIONS__ 1
3647 $ac_includes_default
3656 if ac_fn_c_try_compile
"$LINENO"; then :
3657 ac_cv_safe_to_define___extensions__
=yes
3659 ac_cv_safe_to_define___extensions__
=no
3661 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3664 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3665 test $ac_cv_safe_to_define___extensions__ = yes &&
3666 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3668 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3670 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3672 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3674 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3677 test "$program_prefix" != NONE
&&
3678 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3679 # Use a double $ so make ignores it.
3680 test "$program_suffix" != NONE
&&
3681 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3682 # Double any \ or $.
3683 # By default was `s,x,x', remove it if useless.
3684 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3685 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3687 # Find a good install program. We prefer a C program (faster),
3688 # so one script is as good as another. But avoid the broken or
3689 # incompatible versions:
3690 # SysV /etc/install, /usr/sbin/install
3691 # SunOS /usr/etc/install
3692 # IRIX /sbin/install
3694 # AmigaOS /C/install, which installs bootblocks on floppy discs
3695 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3696 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3697 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3698 # OS/2's system install, which has a completely different semantic
3699 # ./install, which can be erroneously created by make from ./install.sh.
3700 # Reject install programs that cannot install multiple files.
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3702 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3703 if test -z "$INSTALL"; then
3704 if test "${ac_cv_path_install+set}" = set; then :
3705 $as_echo_n "(cached) " >&6
3707 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3711 test -z "$as_dir" && as_dir
=.
3712 # Account for people who put trailing slashes in PATH elements.
3713 case $as_dir/ in #((
3714 .
/ | .
// |
/[cC
]/* | \
3715 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3716 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
3719 # OSF1 and SCO ODT 3.0 have their own names for install.
3720 # Don't use installbsd from OSF since it installs stuff as root
3722 for ac_prog
in ginstall scoinst
install; do
3723 for ac_exec_ext
in '' $ac_executable_extensions; do
3724 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3725 if test $ac_prog = install &&
3726 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3727 # AIX install. It has an incompatible calling convention.
3729 elif test $ac_prog = install &&
3730 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3731 # program-specific install script used by HP pwplus--don't use.
3734 rm -rf conftest.one conftest.two conftest.dir
3735 echo one
> conftest.one
3736 echo two
> conftest.two
3738 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
3739 test -s conftest.one
&& test -s conftest.two
&&
3740 test -s conftest.dir
/conftest.one
&&
3741 test -s conftest.dir
/conftest.two
3743 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3756 rm -rf conftest.one conftest.two conftest.dir
3759 if test "${ac_cv_path_install+set}" = set; then
3760 INSTALL
=$ac_cv_path_install
3762 # As a last resort, use the slow shell script. Don't cache a
3763 # value for INSTALL within a source directory, because that will
3764 # break other packages using the cache if that directory is
3765 # removed, or if the value is a relative name.
3766 INSTALL
=$ac_install_sh
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3770 $as_echo "$INSTALL" >&6; }
3772 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3773 # It thinks the first close brace ends the variable substitution.
3774 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3776 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3778 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3780 rm -rf .tst
2>/dev
/null
3781 mkdir .tst
2>/dev
/null
3782 if test -d .tst
; then
3787 rmdir .tst
2>/dev
/null
3789 DEPDIR
="${am__leading_dot}deps"
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3794 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3799 macro_version
='2.2.7a'
3800 macro_revision
='1.3134'
3814 ltmain
="$ac_aux_dir/ltmain.sh"
3816 # Backslashify metacharacters that are still active within
3817 # double-quoted strings.
3818 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
3820 # Same as above, but do not quote variable references.
3821 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
3823 # Sed substitution to delay expansion of an escaped shell variable in a
3824 # double_quote_subst'ed string.
3825 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
3827 # Sed substitution to delay expansion of an escaped single quote.
3828 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
3830 # Sed substitution to avoid accidental globbing in evaled expressions
3831 no_glob_subst
='s/\*/\\\*/g'
3833 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3834 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3835 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3838 $as_echo_n "checking how to print strings... " >&6; }
3839 # Test print first, because it will be a builtin if present.
3840 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3841 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3843 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3846 # Use this function as a fallback that always works.
3847 func_fallback_echo ()
3849 eval 'cat <<_LTECHO_EOF
3853 ECHO='func_fallback_echo
'
3856 # func_echo_all arg...
3857 # Invoke $ECHO with all args, space-separated.
3864 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3865 $as_echo "printf" >&6; } ;;
3866 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3867 $as_echo "print -r" >&6; } ;;
3868 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3869 $as_echo "cat" >&6; } ;;
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3886 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3887 if test "${ac_cv_path_SED+set}" = set; then :
3888 $as_echo_n "(cached) " >&6
3890 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3891 for ac_i in 1 2 3 4 5 6 7; do
3892 ac_script="$ac_script$as_nl$ac_script"
3894 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3895 { ac_script=; unset ac_script;}
3896 if test -z "$SED"; then
3897 ac_path_SED_found=false
3898 # Loop through the user's path and
test for each of PROGNAME-LIST
3899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3903 test -z "$as_dir" && as_dir
=.
3904 for ac_prog
in sed gsed
; do
3905 for ac_exec_ext
in '' $ac_executable_extensions; do
3906 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
3907 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
3908 # Check for GNU ac_path_SED and select it if it is found.
3909 # Check for GNU $ac_path_SED
3910 case `"$ac_path_SED" --version 2>&1` in
3912 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
3915 $as_echo_n 0123456789 >"conftest.in"
3918 cat "conftest.in" "conftest.in" >"conftest.tmp"
3919 mv "conftest.tmp" "conftest.in"
3920 cp "conftest.in" "conftest.nl"
3921 $as_echo '' >> "conftest.nl"
3922 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3923 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3924 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3925 if test $ac_count -gt ${ac_path_SED_max-0}; then
3926 # Best one so far, save it but keep looking for a better one
3927 ac_cv_path_SED
="$ac_path_SED"
3928 ac_path_SED_max
=$ac_count
3930 # 10*(2^10) chars as input seems more than enough
3931 test $ac_count -gt 10 && break
3933 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3936 $ac_path_SED_found && break 3
3941 if test -z "$ac_cv_path_SED"; then
3942 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3950 $as_echo "$ac_cv_path_SED" >&6; }
3951 SED
="$ac_cv_path_SED"
3954 test -z "$SED" && SED
=sed
3955 Xsed
="$SED -e 1s/^X//"
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3968 $as_echo_n "checking for fgrep... " >&6; }
3969 if test "${ac_cv_path_FGREP+set}" = set; then :
3970 $as_echo_n "(cached) " >&6
3972 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
3973 then ac_cv_path_FGREP
="$GREP -F"
3975 if test -z "$FGREP"; then
3976 ac_path_FGREP_found
=false
3977 # Loop through the user's path and test for each of PROGNAME-LIST
3978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3979 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3982 test -z "$as_dir" && as_dir
=.
3983 for ac_prog
in fgrep
; do
3984 for ac_exec_ext
in '' $ac_executable_extensions; do
3985 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
3986 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } ||
continue
3987 # Check for GNU ac_path_FGREP and select it if it is found.
3988 # Check for GNU $ac_path_FGREP
3989 case `"$ac_path_FGREP" --version 2>&1` in
3991 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
3994 $as_echo_n 0123456789 >"conftest.in"
3997 cat "conftest.in" "conftest.in" >"conftest.tmp"
3998 mv "conftest.tmp" "conftest.in"
3999 cp "conftest.in" "conftest.nl"
4000 $as_echo 'FGREP' >> "conftest.nl"
4001 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4002 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4003 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4004 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4005 # Best one so far, save it but keep looking for a better one
4006 ac_cv_path_FGREP
="$ac_path_FGREP"
4007 ac_path_FGREP_max
=$ac_count
4009 # 10*(2^10) chars as input seems more than enough
4010 test $ac_count -gt 10 && break
4012 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4015 $ac_path_FGREP_found && break 3
4020 if test -z "$ac_cv_path_FGREP"; then
4021 as_fn_error
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4024 ac_cv_path_FGREP
=$FGREP
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4030 $as_echo "$ac_cv_path_FGREP" >&6; }
4031 FGREP
="$ac_cv_path_FGREP"
4034 test -z "$GREP" && GREP
=grep
4054 # Check whether --with-gnu-ld was given.
4055 if test "${with_gnu_ld+set}" = set; then :
4056 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
4062 if test "$GCC" = yes; then
4063 # Check if gcc -print-prog-name=ld gives a path.
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4065 $as_echo_n "checking for ld used by $CC... " >&6; }
4068 # gcc leaves a trailing carriage return which upsets mingw
4069 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4071 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4074 # Accept absolute paths.
4076 re_direlt
='/[^/][^/]*/\.\./'
4077 # Canonicalize the pathname of ld
4078 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4079 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4080 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4082 test -z "$LD" && LD
="$ac_prog"
4085 # If it fails, then pretend we aren't using GCC.
4089 # If it is relative, then search for the first ld in PATH.
4093 elif test "$with_gnu_ld" = yes; then
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4095 $as_echo_n "checking for GNU ld... " >&6; }
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4098 $as_echo_n "checking for non-GNU ld... " >&6; }
4100 if test "${lt_cv_path_LD+set}" = set; then :
4101 $as_echo_n "(cached) " >&6
4103 if test -z "$LD"; then
4104 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4105 for ac_dir
in $PATH; do
4107 test -z "$ac_dir" && ac_dir
=.
4108 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4109 lt_cv_path_LD
="$ac_dir/$ac_prog"
4110 # Check to see if the program is GNU ld. I'd rather use --version,
4111 # but apparently some variants of GNU ld only accept -v.
4112 # Break only if it was the GNU/non-GNU ld that we prefer.
4113 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4114 *GNU
* |
*'with BFD'*)
4115 test "$with_gnu_ld" != no
&& break
4118 test "$with_gnu_ld" != yes && break
4125 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4130 if test -n "$LD"; then
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4132 $as_echo "$LD" >&6; }
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4135 $as_echo "no" >&6; }
4137 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4139 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4140 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4141 $as_echo_n "(cached) " >&6
4143 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4144 case `$LD -v 2>&1 </dev/null` in
4145 *GNU
* |
*'with BFD'*)
4146 lt_cv_prog_gnu_ld
=yes
4149 lt_cv_prog_gnu_ld
=no
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4154 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4155 with_gnu_ld
=$lt_cv_prog_gnu_ld
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4166 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4167 if test "${lt_cv_path_NM+set}" = set; then :
4168 $as_echo_n "(cached) " >&6
4170 if test -n "$NM"; then
4171 # Let the user override the test.
4174 lt_nm_to_check
="${ac_tool_prefix}nm"
4175 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4176 lt_nm_to_check
="$lt_nm_to_check nm"
4178 for lt_tmp_nm
in $lt_nm_to_check; do
4179 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4180 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4182 test -z "$ac_dir" && ac_dir
=.
4183 tmp_nm
="$ac_dir/$lt_tmp_nm"
4184 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4185 # Check to see if the nm accepts a BSD-compat flag.
4186 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4187 # nm: unknown option "B" ignored
4188 # Tru64's nm complains that /dev/null is an invalid object file
4189 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4190 */dev
/null
* |
*'Invalid file or object type'*)
4191 lt_cv_path_NM
="$tmp_nm -B"
4195 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4197 lt_cv_path_NM
="$tmp_nm -p"
4201 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4202 continue # so that we can try to find one that supports BSD flags
4211 : ${lt_cv_path_NM=no}
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4215 $as_echo "$lt_cv_path_NM" >&6; }
4216 if test "$lt_cv_path_NM" != "no"; then
4219 # Didn't find any BSD compatible name lister, look for dumpbin.
4220 if test -n "$DUMPBIN"; then :
4221 # Let the user override the test.
4223 if test -n "$ac_tool_prefix"; then
4224 for ac_prog
in dumpbin
"link -dump"
4226 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4227 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4229 $as_echo_n "checking for $ac_word... " >&6; }
4230 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4231 $as_echo_n "(cached) " >&6
4233 if test -n "$DUMPBIN"; then
4234 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4236 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4240 test -z "$as_dir" && as_dir
=.
4241 for ac_exec_ext
in '' $ac_executable_extensions; do
4242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4243 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4253 DUMPBIN
=$ac_cv_prog_DUMPBIN
4254 if test -n "$DUMPBIN"; then
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4256 $as_echo "$DUMPBIN" >&6; }
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4259 $as_echo "no" >&6; }
4263 test -n "$DUMPBIN" && break
4266 if test -z "$DUMPBIN"; then
4267 ac_ct_DUMPBIN
=$DUMPBIN
4268 for ac_prog
in dumpbin
"link -dump"
4270 # Extract the first word of "$ac_prog", so it can be a program name with args.
4271 set dummy
$ac_prog; ac_word
=$2
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4273 $as_echo_n "checking for $ac_word... " >&6; }
4274 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4275 $as_echo_n "(cached) " >&6
4277 if test -n "$ac_ct_DUMPBIN"; then
4278 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4280 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4284 test -z "$as_dir" && as_dir
=.
4285 for ac_exec_ext
in '' $ac_executable_extensions; do
4286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4287 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4297 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4298 if test -n "$ac_ct_DUMPBIN"; then
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4300 $as_echo "$ac_ct_DUMPBIN" >&6; }
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4303 $as_echo "no" >&6; }
4307 test -n "$ac_ct_DUMPBIN" && break
4310 if test "x$ac_ct_DUMPBIN" = x
; then
4313 case $cross_compiling:$ac_tool_warned in
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4316 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4317 ac_tool_warned
=yes ;;
4319 DUMPBIN
=$ac_ct_DUMPBIN
4323 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4325 DUMPBIN
="$DUMPBIN -symbols"
4333 if test "$DUMPBIN" != ":"; then
4337 test -z "$NM" && NM
=nm
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4345 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4346 if test "${lt_cv_nm_interface+set}" = set; then :
4347 $as_echo_n "(cached) " >&6
4349 lt_cv_nm_interface
="BSD nm"
4350 echo "int some_variable = 0;" > conftest.
$ac_ext
4351 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4352 (eval "$ac_compile" 2>conftest.err
)
4353 cat conftest.err
>&5
4354 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4355 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4356 cat conftest.err
>&5
4357 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4358 cat conftest.out
>&5
4359 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4360 lt_cv_nm_interface
="MS dumpbin"
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4365 $as_echo "$lt_cv_nm_interface" >&6; }
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4368 $as_echo_n "checking whether ln -s works... " >&6; }
4370 if test "$LN_S" = "ln -s"; then
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4372 $as_echo "yes" >&6; }
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4375 $as_echo "no, using $LN_S" >&6; }
4378 # find the maximum length of command line arguments
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4380 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4381 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4382 $as_echo_n "(cached) " >&6
4389 # On DJGPP, this test can blow up pretty badly due to problems in libc
4390 # (any single argument exceeding 2000 bytes causes a buffer overrun
4391 # during glob expansion). Even if it were fixed, the result of this
4392 # check would be larger than it should be.
4393 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4397 # Under GNU Hurd, this test is not required because there is
4398 # no limit to the length of command line arguments.
4399 # Libtool will interpret -1 as no limit whatsoever
4400 lt_cv_sys_max_cmd_len
=-1;
4403 cygwin
* | mingw
* | cegcc
*)
4404 # On Win9x/ME, this test blows up -- it succeeds, but takes
4405 # about 5 minutes as the teststring grows exponentially.
4406 # Worse, since 9x/ME are not pre-emptively multitasking,
4407 # you end up with a "frozen" computer, even though with patience
4408 # the test eventually succeeds (with a max line length of 256k).
4409 # Instead, let's just punt: use the minimum linelength reported by
4410 # all of the supported platforms: 8192 (on NT/2K/XP).
4411 lt_cv_sys_max_cmd_len
=8192;
4415 # On MiNT this can take a long time and run out of memory.
4416 lt_cv_sys_max_cmd_len
=8192;
4420 # On AmigaOS with pdksh, this test takes hours, literally.
4421 # So we just punt and use a minimum line length of 8192.
4422 lt_cv_sys_max_cmd_len
=8192;
4425 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4426 # This has been around since 386BSD, at least. Likely further.
4427 if test -x /sbin
/sysctl
; then
4428 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4429 elif test -x /usr
/sbin
/sysctl
; then
4430 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4432 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4434 # And add a safety zone
4435 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4436 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4440 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4441 lt_cv_sys_max_cmd_len
=196608
4445 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4446 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4447 # nice to cause kernel panics so lets avoid the loop below.
4448 # First set a reasonable default.
4449 lt_cv_sys_max_cmd_len
=16384
4451 if test -x /sbin
/sysconfig
; then
4452 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4453 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4458 lt_cv_sys_max_cmd_len
=102400
4460 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4461 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4462 if test -n "$kargmax"; then
4463 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4465 lt_cv_sys_max_cmd_len
=32768
4469 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
4470 if test -n "$lt_cv_sys_max_cmd_len"; then
4471 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4472 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4474 # Make teststring a little bigger before we do anything with it.
4475 # a 1K string should be a reasonable start.
4476 for i
in 1 2 3 4 5 6 7 8 ; do
4477 teststring
=$teststring$teststring
4479 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4480 # If test is not a shell built-in, we'll probably end up computing a
4481 # maximum length that is only half of the actual maximum length, but
4483 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4484 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
4485 test $i != 17 # 1/2 MB should be enough
4488 teststring
=$teststring$teststring
4490 # Only check the string length outside the loop.
4491 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4493 # Add a significant safety factor because C++ compilers can tack on
4494 # massive amounts of additional arguments before passing them to the
4495 # linker. It appears as though 1/2 is a usable value.
4496 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4503 if test -n $lt_cv_sys_max_cmd_len ; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4505 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4508 $as_echo "none" >&6; }
4510 max_cmd_len
=$lt_cv_sys_max_cmd_len
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4522 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4523 # Try some XSI features
4526 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4528 && eval 'test $(( 1 + 1 )) -eq 2 \
4529 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
4532 $as_echo "$xsi_shell" >&6; }
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
4536 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
4538 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
4540 && lt_shell_append=yes
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
4542 $as_echo "$lt_shell_append" >&6; }
4545 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4555 # test EBCDIC or ASCII
4556 case `echo X|tr X '\101'` in
4557 A) # ASCII based system
4558 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4559 lt_SP2NL='tr \040 \012'
4560 lt_NL2SP='tr \015\012 \040\040'
4562 *) # EBCDIC based system
4563 lt_SP2NL='tr \100 \n'
4564 lt_NL2SP='tr \r\n \100\100'
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
4577 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
4578 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4579 $as_echo_n "(cached
) " >&6
4581 lt_cv_ld_reload_flag='-r'
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
4584 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4585 reload_flag=$lt_cv_ld_reload_flag
4586 case $reload_flag in
4588 *) reload_flag=" $reload_flag" ;;
4590 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4593 if test "$GCC" = yes; then
4594 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4596 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4609 if test -n "$ac_tool_prefix"; then
4610 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
4611 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4613 $as_echo_n "checking
for $ac_word...
" >&6; }
4614 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4615 $as_echo_n "(cached
) " >&6
4617 if test -n "$OBJDUMP"; then
4618 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4624 test -z "$as_dir" && as_dir=.
4625 for ac_exec_ext in '' $ac_executable_extensions; do
4626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4627 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
4628 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4637 OBJDUMP=$ac_cv_prog_OBJDUMP
4638 if test -n "$OBJDUMP"; then
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
4640 $as_echo "$OBJDUMP" >&6; }
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4643 $as_echo "no
" >&6; }
4648 if test -z "$ac_cv_prog_OBJDUMP"; then
4649 ac_ct_OBJDUMP=$OBJDUMP
4650 # Extract the first word of "objdump
", so it can be a program name with args.
4651 set dummy objdump; ac_word=$2
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4653 $as_echo_n "checking
for $ac_word...
" >&6; }
4654 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4655 $as_echo_n "(cached
) " >&6
4657 if test -n "$ac_ct_OBJDUMP"; then
4658 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664 test -z "$as_dir" && as_dir=.
4665 for ac_exec_ext in '' $ac_executable_extensions; do
4666 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4667 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
4668 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4677 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4678 if test -n "$ac_ct_OBJDUMP"; then
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
4680 $as_echo "$ac_ct_OBJDUMP" >&6; }
4682 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4683 $as_echo "no
" >&6; }
4686 if test "x
$ac_ct_OBJDUMP" = x; then
4689 case $cross_compiling:$ac_tool_warned in
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
4692 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
4693 ac_tool_warned=yes ;;
4695 OBJDUMP=$ac_ct_OBJDUMP
4698 OBJDUMP="$ac_cv_prog_OBJDUMP"
4701 test -z "$OBJDUMP" && OBJDUMP=objdump
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
4712 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
4713 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4714 $as_echo_n "(cached
) " >&6
4716 lt_cv_file_magic_cmd='$MAGIC_CMD'
4717 lt_cv_file_magic_test_file=
4718 lt_cv_deplibs_check_method='unknown'
4719 # Need to set the preceding variable on all platforms that support
4720 # interlibrary dependencies.
4721 # 'none' -- dependencies not supported.
4722 # `unknown' -- same as none, but documents that we really don't know.
4723 # 'pass_all' -- all dependencies passed with no checks.
4724 # 'test_compile' -- check by making test program.
4725 # 'file_magic [[regex]]' -- check by looking for files in library path
4726 # which responds to the $file_magic_cmd with a given extended regex.
4727 # If you have `file' or equivalent on your system and you're not sure
4728 # whether `pass_all' will *always* work, you probably want this one.
4732 lt_cv_deplibs_check_method=pass_all
4736 lt_cv_deplibs_check_method=pass_all
4740 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4741 lt_cv_file_magic_cmd='/usr/bin/file -L'
4742 lt_cv_file_magic_test_file=/shlib/libc.so
4746 # func_win32_libid is a shell function defined in ltmain.sh
4747 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4748 lt_cv_file_magic_cmd='func_win32_libid'
4752 # Base MSYS/MinGW do not provide the 'file' command needed by
4753 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4754 # unless we find 'file', for example because we are cross-compiling.
4755 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4756 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
4757 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4758 lt_cv_file_magic_cmd='func_win32_libid'
4760 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4761 lt_cv_file_magic_cmd='$OBJDUMP -f'
4766 # use the weaker test based on 'objdump'. See mingw*.
4767 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4768 lt_cv_file_magic_cmd='$OBJDUMP -f'
4771 darwin* | rhapsody*)
4772 lt_cv_deplibs_check_method=pass_all
4775 freebsd* | dragonfly*)
4776 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4779 # Not sure whether the presence of OpenBSD here was a mistake.
4780 # Let's accept both of them until this is cleared up.
4781 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4782 lt_cv_file_magic_cmd=/usr/bin/file
4783 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4787 lt_cv_deplibs_check_method=pass_all
4792 lt_cv_deplibs_check_method=pass_all
4796 lt_cv_deplibs_check_method=pass_all
4799 hpux10.20* | hpux11*)
4800 lt_cv_file_magic_cmd=/usr/bin/file
4803 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4804 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4807 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]'
4808 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4811 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4812 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4818 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4819 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4822 irix5* | irix6* | nonstopux*)
4824 *-32|*"-32 ") libmagic=32-bit;;
4825 *-n32|*"-n32 ") libmagic=N32;;
4826 *-64|*"-64 ") libmagic=64-bit;;
4827 *) libmagic=never-match;;
4829 lt_cv_deplibs_check_method=pass_all
4832 # This must be Linux ELF.
4833 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4834 lt_cv_deplibs_check_method=pass_all
4838 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4839 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4841 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4846 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4847 lt_cv_file_magic_cmd=/usr/bin/file
4848 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4852 lt_cv_deplibs_check_method=pass_all
4856 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
4857 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4859 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4863 osf3* | osf4* | osf5*)
4864 lt_cv_deplibs_check_method=pass_all
4868 lt_cv_deplibs_check_method=pass_all
4872 lt_cv_deplibs_check_method=pass_all
4875 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4876 lt_cv_deplibs_check_method=pass_all
4880 case $host_vendor in
4882 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]'
4883 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4886 lt_cv_deplibs_check_method=pass_all
4889 lt_cv_file_magic_cmd='/bin/file'
4890 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4893 lt_cv_file_magic_cmd='/bin/file'
4894 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
4895 lt_cv_file_magic_test_file=/lib/libc.so
4898 lt_cv_deplibs_check_method=pass_all
4901 lt_cv_deplibs_check_method=pass_all
4907 lt_cv_deplibs_check_method=pass_all
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
4913 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4914 file_magic_cmd=$lt_cv_file_magic_cmd
4915 deplibs_check_method=$lt_cv_deplibs_check_method
4916 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4929 if test -n "$ac_tool_prefix"; then
4930 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4931 set dummy ${ac_tool_prefix}ar; ac_word=$2
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4933 $as_echo_n "checking
for $ac_word...
" >&6; }
4934 if test "${ac_cv_prog_AR+set}" = set; then :
4935 $as_echo_n "(cached
) " >&6
4937 if test -n "$AR"; then
4938 ac_cv_prog_AR="$AR" # Let the user override the test.
4940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4944 test -z "$as_dir" && as_dir=.
4945 for ac_exec_ext in '' $ac_executable_extensions; do
4946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4947 ac_cv_prog_AR="${ac_tool_prefix}ar"
4948 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4958 if test -n "$AR"; then
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
4960 $as_echo "$AR" >&6; }
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4963 $as_echo "no
" >&6; }
4968 if test -z "$ac_cv_prog_AR"; then
4970 # Extract the first word of "ar", so it can be a program name with args.
4971 set dummy ar; ac_word=$2
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
4973 $as_echo_n "checking
for $ac_word...
" >&6; }
4974 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4975 $as_echo_n "(cached
) " >&6
4977 if test -n "$ac_ct_AR"; then
4978 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4984 test -z "$as_dir" && as_dir=.
4985 for ac_exec_ext in '' $ac_executable_extensions; do
4986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4987 ac_cv_prog_ac_ct_AR="ar"
4988 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
4997 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4998 if test -n "$ac_ct_AR"; then
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
5000 $as_echo "$ac_ct_AR" >&6; }
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5003 $as_echo "no
" >&6; }
5006 if test "x
$ac_ct_AR" = x; then
5009 case $cross_compiling:$ac_tool_warned in
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5012 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5013 ac_tool_warned=yes ;;
5021 test -z "$AR" && AR=ar
5022 test -z "$AR_FLAGS" && AR_FLAGS=cru
5034 if test -n "$ac_tool_prefix"; then
5035 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5036 set dummy ${ac_tool_prefix}strip; ac_word=$2
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5038 $as_echo_n "checking
for $ac_word...
" >&6; }
5039 if test "${ac_cv_prog_STRIP+set}" = set; then :
5040 $as_echo_n "(cached
) " >&6
5042 if test -n "$STRIP"; then
5043 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049 test -z "$as_dir" && as_dir=.
5050 for ac_exec_ext in '' $ac_executable_extensions; do
5051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5052 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5053 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5062 STRIP=$ac_cv_prog_STRIP
5063 if test -n "$STRIP"; then
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
5065 $as_echo "$STRIP" >&6; }
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5068 $as_echo "no
" >&6; }
5073 if test -z "$ac_cv_prog_STRIP"; then
5075 # Extract the first word of "strip
", so it can be a program name with args.
5076 set dummy strip; ac_word=$2
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5078 $as_echo_n "checking
for $ac_word...
" >&6; }
5079 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5080 $as_echo_n "(cached
) " >&6
5082 if test -n "$ac_ct_STRIP"; then
5083 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 test -z "$as_dir" && as_dir=.
5090 for ac_exec_ext in '' $ac_executable_extensions; do
5091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5092 ac_cv_prog_ac_ct_STRIP="strip
"
5093 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5102 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5103 if test -n "$ac_ct_STRIP"; then
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
5105 $as_echo "$ac_ct_STRIP" >&6; }
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5108 $as_echo "no
" >&6; }
5111 if test "x
$ac_ct_STRIP" = x; then
5114 case $cross_compiling:$ac_tool_warned in
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5117 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5118 ac_tool_warned=yes ;;
5123 STRIP="$ac_cv_prog_STRIP"
5126 test -z "$STRIP" && STRIP=:
5133 if test -n "$ac_tool_prefix"; then
5134 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5135 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5137 $as_echo_n "checking
for $ac_word...
" >&6; }
5138 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5139 $as_echo_n "(cached
) " >&6
5141 if test -n "$RANLIB"; then
5142 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148 test -z "$as_dir" && as_dir=.
5149 for ac_exec_ext in '' $ac_executable_extensions; do
5150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5151 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5152 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5161 RANLIB=$ac_cv_prog_RANLIB
5162 if test -n "$RANLIB"; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
5164 $as_echo "$RANLIB" >&6; }
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5167 $as_echo "no
" >&6; }
5172 if test -z "$ac_cv_prog_RANLIB"; then
5173 ac_ct_RANLIB=$RANLIB
5174 # Extract the first word of "ranlib
", so it can be a program name with args.
5175 set dummy ranlib; ac_word=$2
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5177 $as_echo_n "checking
for $ac_word...
" >&6; }
5178 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5179 $as_echo_n "(cached
) " >&6
5181 if test -n "$ac_ct_RANLIB"; then
5182 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5188 test -z "$as_dir" && as_dir=.
5189 for ac_exec_ext in '' $ac_executable_extensions; do
5190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5191 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5192 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5201 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5202 if test -n "$ac_ct_RANLIB"; then
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
5204 $as_echo "$ac_ct_RANLIB" >&6; }
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5207 $as_echo "no
" >&6; }
5210 if test "x
$ac_ct_RANLIB" = x; then
5213 case $cross_compiling:$ac_tool_warned in
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5216 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5217 ac_tool_warned=yes ;;
5219 RANLIB=$ac_ct_RANLIB
5222 RANLIB="$ac_cv_prog_RANLIB"
5225 test -z "$RANLIB" && RANLIB=:
5232 # Determine commands to create old-style static archives.
5233 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5234 old_postinstall_cmds='chmod 644 $oldlib'
5235 old_postuninstall_cmds=
5237 if test -n "$RANLIB"; then
5240 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5243 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5246 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5251 lock_old_archive_extraction=yes ;;
5253 lock_old_archive_extraction=no ;;
5276 for ac_prog in gawk mawk nawk awk
5278 # Extract the first word of "$ac_prog", so it can be a program name with args.
5279 set dummy $ac_prog; ac_word=$2
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5281 $as_echo_n "checking
for $ac_word...
" >&6; }
5282 if test "${ac_cv_prog_AWK+set}" = set; then :
5283 $as_echo_n "(cached
) " >&6
5285 if test -n "$AWK"; then
5286 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292 test -z "$as_dir" && as_dir=.
5293 for ac_exec_ext in '' $ac_executable_extensions; do
5294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5295 ac_cv_prog_AWK="$ac_prog"
5296 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5306 if test -n "$AWK"; then
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AWK" >&5
5308 $as_echo "$AWK" >&6; }
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5311 $as_echo "no
" >&6; }
5315 test -n "$AWK" && break
5336 # If no C compiler was specified, use CC.
5339 # If no C compiler flags were specified, use CFLAGS.
5340 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5342 # Allow CC to be a program name with arguments.
5346 # Check for command to grab the raw symbol name followed by C symbol from nm.
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
5348 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
5349 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5350 $as_echo_n "(cached
) " >&6
5353 # These are sane defaults that work on at least a few old systems.
5354 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5356 # Character class describing NM global symbol codes.
5357 symcode='[BCDEGRST]'
5359 # Regexp to match symbols that can be accessed directly from C.
5360 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5362 # Define system-specific variables.
5367 cygwin* | mingw* | pw32* | cegcc*)
5368 symcode='[ABCDGISTW]'
5371 if test "$host_cpu" = ia64; then
5372 symcode='[ABCDEGRST]'
5376 symcode='[BCDEGRST]'
5379 symcode='[BCDEGQRST]'
5390 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5398 # If we're using GNU nm, then use its standard symbol codes.
5399 case `$NM -V 2>&1` in
5400 *GNU* | *'with BFD'*)
5401 symcode='[ABCDGIRSTW]' ;;
5404 # Transform an extracted symbol line into a proper C declaration.
5405 # Some systems (esp. on ia64) link data and code symbols differently,
5406 # so use this general approach.
5407 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5409 # Transform an extracted symbol line into symbol name and symbol address
5410 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5411 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'"
5413 # Handle CRLF in mingw tool chain
5417 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5421 # Try without a prefix underscore, then with it.
5422 for ac_symprfx in "" "_
"; do
5424 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5425 symxfrm="\\1 $ac_symprfx\\2 \\2"
5427 # Write the raw and C identifiers.
5428 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5429 # Fake it for dumpbin and say T for any non-static function
5430 # and D for any global variable.
5431 # Also find C++ and __fastcall symbols from MSVC++,
5432 # which start with @ or ?.
5433 lt_cv_sys_global_symbol_pipe="$AWK '"\
5434 " {last_section=section; section=\$ 3};"\
5435 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5436 " \$ 0!~/External *\|/{next};"\
5437 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5438 " {if(hide[section]) next};"\
5439 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5440 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5441 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5442 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5443 " ' prfx
=^
$ac_symprfx"
5445 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5448 # Check to see that the pipe works correctly.
5452 cat > conftest.$ac_ext <<_LT_EOF
5457 void nm_test_func(void);
5458 void nm_test_func(void){}
5462 int main(){nm_test_var='a';nm_test_func();return(0);}
5465 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5466 (eval $ac_compile) 2>&5
5468 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5469 test $ac_status = 0; }; then
5470 # Now try to grab the symbols.
5472 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
5473 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5475 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5476 test $ac_status = 0; } && test -s "$nlist"; then
5477 # Try sorting and uniquifying the output.
5478 if sort "$nlist" | uniq > "$nlist"T; then
5479 mv -f "$nlist"T "$nlist"
5484 # Make sure that we snagged all the symbols we need.
5485 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5486 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5487 cat <<_LT_EOF > conftest.$ac_ext
5493 # Now generate the symbol file.
5494 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5496 cat <<_LT_EOF >> conftest.$ac_ext
5498 /* The mapping between symbol names and symbols. */
5503 lt__PROGRAM__LTX_preloaded_symbols[] =
5505 { "@PROGRAM@
", (void *) 0 },
5507 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5508 cat <<\_LT_EOF >> conftest.$ac_ext
5512 /* This works around a problem in FreeBSD linker */
5513 #ifdef FREEBSD_WORKAROUND
5514 static const void *lt_preloaded_setup() {
5515 return lt__PROGRAM__LTX_preloaded_symbols;
5523 # Now try linking the two files.
5524 mv conftest.$ac_objext conftstm.$ac_objext
5525 lt_save_LIBS="$LIBS"
5526 lt_save_CFLAGS="$CFLAGS"
5527 LIBS="conftstm.
$ac_objext"
5528 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5529 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5530 (eval $ac_link) 2>&5
5532 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5533 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5536 LIBS="$lt_save_LIBS"
5537 CFLAGS="$lt_save_CFLAGS"
5539 echo "cannot
find nm_test_func
in $nlist" >&5
5542 echo "cannot
find nm_test_var
in $nlist" >&5
5545 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5548 echo "$progname: failed program was
:" >&5
5549 cat conftest.$ac_ext >&5
5551 rm -rf conftest* conftst*
5553 # Do not use the global_symbol_pipe unless it works.
5554 if test "$pipe_works" = yes; then
5557 lt_cv_sys_global_symbol_pipe=
5563 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5564 lt_cv_sys_global_symbol_to_cdecl=
5566 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
5568 $as_echo "failed
" >&6; }
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
5571 $as_echo "ok
" >&6; }
5595 # Check whether --enable-libtool-lock was given.
5596 if test "${enable_libtool_lock+set}" = set; then :
5597 enableval=$enable_libtool_lock;
5600 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5602 # Some flags need to be propagated to the compiler or linker for good
5606 # Find out which ABI we are using.
5607 echo 'int i;' > conftest.$ac_ext
5608 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5609 (eval $ac_compile) 2>&5
5611 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5612 test $ac_status = 0; }; then
5613 case `/usr/bin/file conftest.$ac_objext` in
5625 # Find out which ABI we are using.
5626 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
5627 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5628 (eval $ac_compile) 2>&5
5630 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5631 test $ac_status = 0; }; then
5632 if test "$lt_cv_prog_gnu_ld" = yes; then
5633 case `/usr/bin/file conftest.$ac_objext` in
5635 LD="${LD-ld} -melf32bsmip"
5638 LD="${LD-ld} -melf32bmipn32"
5641 LD="${LD-ld} -melf64bmip"
5645 case `/usr/bin/file conftest.$ac_objext` in
5661 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5662 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5663 # Find out which ABI we are using.
5664 echo 'int i;' > conftest.$ac_ext
5665 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5666 (eval $ac_compile) 2>&5
5668 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5669 test $ac_status = 0; }; then
5670 case `/usr/bin/file conftest.o` in
5673 x86_64-*kfreebsd*-gnu)
5674 LD="${LD-ld} -m elf_i386_fbsd
"
5677 case `/usr/bin/file conftest.o` in
5679 LD="${LD-ld} -m elf32_x86_64
"
5682 LD="${LD-ld} -m elf_i386
"
5686 powerpc64le-*linux*)
5687 LD="${LD-ld} -m elf32lppclinux
"
5690 LD="${LD-ld} -m elf32ppclinux
"
5693 LD="${LD-ld} -m elf_s390
"
5696 LD="${LD-ld} -m elf32_sparc
"
5702 x86_64-*kfreebsd*-gnu)
5703 LD="${LD-ld} -m elf_x86_64_fbsd
"
5706 LD="${LD-ld} -m elf_x86_64
"
5709 LD="${LD-ld} -m elf64lppc
"
5712 LD="${LD-ld} -m elf64ppc
"
5714 s390*-*linux*|s390*-*tpf*)
5715 LD="${LD-ld} -m elf64_s390
"
5718 LD="${LD-ld} -m elf64_sparc
"
5728 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5729 SAVE_CFLAGS="$CFLAGS"
5730 CFLAGS="$CFLAGS -belf"
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
5732 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
5733 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5734 $as_echo_n "(cached
) " >&6
5737 ac_cpp='$CPP $CPPFLAGS'
5738 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5739 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5740 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5743 /* end confdefs.h. */
5753 if ac_fn_c_try_link "$LINENO"; then :
5754 lt_cv_cc_needs_belf=yes
5756 lt_cv_cc_needs_belf=no
5758 rm -f core conftest.err conftest.$ac_objext \
5759 conftest$ac_exeext conftest.$ac_ext
5761 ac_cpp='$CPP $CPPFLAGS'
5762 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5763 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5764 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5767 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
5768 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5769 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5770 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5771 CFLAGS="$SAVE_CFLAGS"
5775 # Find out which ABI we are using.
5776 echo 'int i;' > conftest.$ac_ext
5777 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5778 (eval $ac_compile) 2>&5
5780 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
5781 test $ac_status = 0; }; then
5782 case `/usr/bin/file conftest.o` in
5784 case $lt_cv_prog_gnu_ld in
5785 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
5787 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5799 need_locks="$enable_libtool_lock"
5803 rhapsody* | darwin*)
5804 if test -n "$ac_tool_prefix"; then
5805 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
5806 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5808 $as_echo_n "checking
for $ac_word...
" >&6; }
5809 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5810 $as_echo_n "(cached
) " >&6
5812 if test -n "$DSYMUTIL"; then
5813 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 test -z "$as_dir" && as_dir=.
5820 for ac_exec_ext in '' $ac_executable_extensions; do
5821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5822 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
5823 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5832 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5833 if test -n "$DSYMUTIL"; then
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
5835 $as_echo "$DSYMUTIL" >&6; }
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5838 $as_echo "no
" >&6; }
5843 if test -z "$ac_cv_prog_DSYMUTIL"; then
5844 ac_ct_DSYMUTIL=$DSYMUTIL
5845 # Extract the first word of "dsymutil
", so it can be a program name with args.
5846 set dummy dsymutil; ac_word=$2
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5848 $as_echo_n "checking
for $ac_word...
" >&6; }
5849 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5850 $as_echo_n "(cached
) " >&6
5852 if test -n "$ac_ct_DSYMUTIL"; then
5853 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859 test -z "$as_dir" && as_dir=.
5860 for ac_exec_ext in '' $ac_executable_extensions; do
5861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5862 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
5863 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5872 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5873 if test -n "$ac_ct_DSYMUTIL"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
5875 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5878 $as_echo "no
" >&6; }
5881 if test "x
$ac_ct_DSYMUTIL" = x; then
5884 case $cross_compiling:$ac_tool_warned in
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5887 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5888 ac_tool_warned=yes ;;
5890 DSYMUTIL=$ac_ct_DSYMUTIL
5893 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5896 if test -n "$ac_tool_prefix"; then
5897 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
5898 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5900 $as_echo_n "checking
for $ac_word...
" >&6; }
5901 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5902 $as_echo_n "(cached
) " >&6
5904 if test -n "$NMEDIT"; then
5905 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5911 test -z "$as_dir" && as_dir=.
5912 for ac_exec_ext in '' $ac_executable_extensions; do
5913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5914 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
5915 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5924 NMEDIT=$ac_cv_prog_NMEDIT
5925 if test -n "$NMEDIT"; then
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
5927 $as_echo "$NMEDIT" >&6; }
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5930 $as_echo "no
" >&6; }
5935 if test -z "$ac_cv_prog_NMEDIT"; then
5936 ac_ct_NMEDIT=$NMEDIT
5937 # Extract the first word of "nmedit
", so it can be a program name with args.
5938 set dummy nmedit; ac_word=$2
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5940 $as_echo_n "checking
for $ac_word...
" >&6; }
5941 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
5942 $as_echo_n "(cached
) " >&6
5944 if test -n "$ac_ct_NMEDIT"; then
5945 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5951 test -z "$as_dir" && as_dir=.
5952 for ac_exec_ext in '' $ac_executable_extensions; do
5953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5954 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
5955 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5964 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5965 if test -n "$ac_ct_NMEDIT"; then
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
5967 $as_echo "$ac_ct_NMEDIT" >&6; }
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5970 $as_echo "no
" >&6; }
5973 if test "x
$ac_ct_NMEDIT" = x; then
5976 case $cross_compiling:$ac_tool_warned in
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5979 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5980 ac_tool_warned=yes ;;
5982 NMEDIT=$ac_ct_NMEDIT
5985 NMEDIT="$ac_cv_prog_NMEDIT"
5988 if test -n "$ac_tool_prefix"; then
5989 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
5990 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5992 $as_echo_n "checking
for $ac_word...
" >&6; }
5993 if test "${ac_cv_prog_LIPO+set}" = set; then :
5994 $as_echo_n "(cached
) " >&6
5996 if test -n "$LIPO"; then
5997 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6003 test -z "$as_dir" && as_dir=.
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6006 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
6007 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6016 LIPO=$ac_cv_prog_LIPO
6017 if test -n "$LIPO"; then
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
6019 $as_echo "$LIPO" >&6; }
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6022 $as_echo "no
" >&6; }
6027 if test -z "$ac_cv_prog_LIPO"; then
6029 # Extract the first word of "lipo
", so it can be a program name with args.
6030 set dummy lipo; ac_word=$2
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6032 $as_echo_n "checking
for $ac_word...
" >&6; }
6033 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6034 $as_echo_n "(cached
) " >&6
6036 if test -n "$ac_ct_LIPO"; then
6037 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6043 test -z "$as_dir" && as_dir=.
6044 for ac_exec_ext in '' $ac_executable_extensions; do
6045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6046 ac_cv_prog_ac_ct_LIPO="lipo
"
6047 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6056 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6057 if test -n "$ac_ct_LIPO"; then
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
6059 $as_echo "$ac_ct_LIPO" >&6; }
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6062 $as_echo "no
" >&6; }
6065 if test "x
$ac_ct_LIPO" = x; then
6068 case $cross_compiling:$ac_tool_warned in
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6071 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6072 ac_tool_warned=yes ;;
6077 LIPO="$ac_cv_prog_LIPO"
6080 if test -n "$ac_tool_prefix"; then
6081 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
6082 set dummy ${ac_tool_prefix}otool; ac_word=$2
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6084 $as_echo_n "checking
for $ac_word...
" >&6; }
6085 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6086 $as_echo_n "(cached
) " >&6
6088 if test -n "$OTOOL"; then
6089 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6095 test -z "$as_dir" && as_dir=.
6096 for ac_exec_ext in '' $ac_executable_extensions; do
6097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6098 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
6099 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6108 OTOOL=$ac_cv_prog_OTOOL
6109 if test -n "$OTOOL"; then
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
6111 $as_echo "$OTOOL" >&6; }
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6114 $as_echo "no
" >&6; }
6119 if test -z "$ac_cv_prog_OTOOL"; then
6121 # Extract the first word of "otool
", so it can be a program name with args.
6122 set dummy otool; ac_word=$2
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6124 $as_echo_n "checking
for $ac_word...
" >&6; }
6125 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6126 $as_echo_n "(cached
) " >&6
6128 if test -n "$ac_ct_OTOOL"; then
6129 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6135 test -z "$as_dir" && as_dir=.
6136 for ac_exec_ext in '' $ac_executable_extensions; do
6137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6138 ac_cv_prog_ac_ct_OTOOL="otool
"
6139 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6148 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6149 if test -n "$ac_ct_OTOOL"; then
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
6151 $as_echo "$ac_ct_OTOOL" >&6; }
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6154 $as_echo "no
" >&6; }
6157 if test "x
$ac_ct_OTOOL" = x; then
6160 case $cross_compiling:$ac_tool_warned in
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6163 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6164 ac_tool_warned=yes ;;
6169 OTOOL="$ac_cv_prog_OTOOL"
6172 if test -n "$ac_tool_prefix"; then
6173 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
6174 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6176 $as_echo_n "checking
for $ac_word...
" >&6; }
6177 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6178 $as_echo_n "(cached
) " >&6
6180 if test -n "$OTOOL64"; then
6181 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187 test -z "$as_dir" && as_dir=.
6188 for ac_exec_ext in '' $ac_executable_extensions; do
6189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6190 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
6191 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6200 OTOOL64=$ac_cv_prog_OTOOL64
6201 if test -n "$OTOOL64"; then
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
6203 $as_echo "$OTOOL64" >&6; }
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6206 $as_echo "no
" >&6; }
6211 if test -z "$ac_cv_prog_OTOOL64"; then
6212 ac_ct_OTOOL64=$OTOOL64
6213 # Extract the first word of "otool64
", so it can be a program name with args.
6214 set dummy otool64; ac_word=$2
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6216 $as_echo_n "checking
for $ac_word...
" >&6; }
6217 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6218 $as_echo_n "(cached
) " >&6
6220 if test -n "$ac_ct_OTOOL64"; then
6221 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6227 test -z "$as_dir" && as_dir=.
6228 for ac_exec_ext in '' $ac_executable_extensions; do
6229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6230 ac_cv_prog_ac_ct_OTOOL64="otool64
"
6231 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6240 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6241 if test -n "$ac_ct_OTOOL64"; then
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
6243 $as_echo "$ac_ct_OTOOL64" >&6; }
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6246 $as_echo "no
" >&6; }
6249 if test "x
$ac_ct_OTOOL64" = x; then
6252 case $cross_compiling:$ac_tool_warned in
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6255 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6256 ac_tool_warned=yes ;;
6258 OTOOL64=$ac_ct_OTOOL64
6261 OTOOL64="$ac_cv_prog_OTOOL64"
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
6291 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
6292 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6293 $as_echo_n "(cached
) " >&6
6295 lt_cv_apple_cc_single_mod=no
6296 if test -z "${LT_MULTI_MODULE}"; then
6297 # By default we will add the -single_module flag. You can override
6298 # by either setting the environment variable LT_MULTI_MODULE
6299 # non-empty at configure time, or by adding -multi_module to the
6301 rm -rf libconftest.dylib*
6302 echo "int foo
(void
){return 1;}" > conftest.c
6303 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6304 -dynamiclib -Wl,-single_module conftest.c
" >&5
6305 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6306 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6308 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6309 lt_cv_apple_cc_single_mod=yes
6311 cat conftest.err >&5
6313 rm -rf libconftest.dylib*
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
6318 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
6320 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
6321 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6322 $as_echo_n "(cached
) " >&6
6324 lt_cv_ld_exported_symbols_list=no
6325 save_LDFLAGS=$LDFLAGS
6326 echo "_main
" > conftest.sym
6327 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
6328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6329 /* end confdefs.h. */
6339 if ac_fn_c_try_link "$LINENO"; then :
6340 lt_cv_ld_exported_symbols_list=yes
6342 lt_cv_ld_exported_symbols_list=no
6344 rm -f core conftest.err conftest.$ac_objext \
6345 conftest$ac_exeext conftest.$ac_ext
6346 LDFLAGS="$save_LDFLAGS"
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
6350 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
6352 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
6353 if test "${lt_cv_ld_force_load+set}" = set; then :
6354 $as_echo_n "(cached
) " >&6
6356 lt_cv_ld_force_load=no
6357 cat > conftest.c << _LT_EOF
6358 int forced_loaded() { return 2;}
6360 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
6361 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6362 echo "$AR cru libconftest.a conftest.o
" >&5
6363 $AR cru libconftest.a conftest.o 2>&5
6364 cat > conftest.c << _LT_EOF
6365 int main() { return 0;}
6367 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
6368 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6370 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6371 lt_cv_ld_force_load=yes
6373 cat conftest.err >&5
6375 rm -f conftest.err libconftest.a conftest conftest.c
6376 rm -rf conftest.dSYM
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
6380 $as_echo "$lt_cv_ld_force_load" >&6; }
6382 rhapsody* | darwin1.[012])
6383 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6385 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6386 darwin*) # darwin 5.x on
6387 # if running on 10.5 or later, the deployment target defaults
6388 # to the OS version, if on x86, and 10.4, the deployment
6389 # target defaults to 10.4. Don't you love it?
6390 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6391 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6392 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6394 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6396 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6400 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6401 _lt_dar_single_mod='$single_module'
6403 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6404 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6406 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6408 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
6409 _lt_dsymutil='~$DSYMUTIL $lib || :'
6416 for ac_header in dlfcn.h
6418 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
6420 if test "x
$ac_cv_header_dlfcn_h" = x""yes; then :
6421 cat >>confdefs.h <<_ACEOF
6422 #define HAVE_DLFCN_H 1
6431 # autoconf.info says this should be called right after AC_INIT.
6432 ac_config_headers="$ac_config_headers cconfig.h
:config.
in"
6439 # Put a plausible default for CC_FOR_BUILD in Makefile.
6440 if test "x
$cross_compiling" = "xno
"; then
6441 CC_FOR_BUILD='$(CC)'
6451 if test -n "$ac_tool_prefix"; then
6452 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6453 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6455 $as_echo_n "checking
for $ac_word...
" >&6; }
6456 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6457 $as_echo_n "(cached
) " >&6
6459 if test -n "$RANLIB"; then
6460 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466 test -z "$as_dir" && as_dir=.
6467 for ac_exec_ext in '' $ac_executable_extensions; do
6468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6469 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6470 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6479 RANLIB=$ac_cv_prog_RANLIB
6480 if test -n "$RANLIB"; then
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6482 $as_echo "$RANLIB" >&6; }
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6485 $as_echo "no
" >&6; }
6490 if test -z "$ac_cv_prog_RANLIB"; then
6491 ac_ct_RANLIB=$RANLIB
6492 # Extract the first word of "ranlib
", so it can be a program name with args.
6493 set dummy ranlib; ac_word=$2
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6495 $as_echo_n "checking
for $ac_word...
" >&6; }
6496 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6497 $as_echo_n "(cached
) " >&6
6499 if test -n "$ac_ct_RANLIB"; then
6500 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506 test -z "$as_dir" && as_dir=.
6507 for ac_exec_ext in '' $ac_executable_extensions; do
6508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6509 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6510 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6519 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6520 if test -n "$ac_ct_RANLIB"; then
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6522 $as_echo "$ac_ct_RANLIB" >&6; }
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6525 $as_echo "no
" >&6; }
6528 if test "x
$ac_ct_RANLIB" = x; then
6531 case $cross_compiling:$ac_tool_warned in
6533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6534 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6535 ac_tool_warned=yes ;;
6537 RANLIB=$ac_ct_RANLIB
6540 RANLIB="$ac_cv_prog_RANLIB"
6544 # Some of the common include files depend on bfd.h, and bfd.h checks
6545 # that config.h is included first by testing that the PACKAGE macro
6549 cat >>confdefs.h <<_ACEOF
6550 #define PACKAGE "$PACKAGE"
6555 # Dependency checking.
6556 ac_config_commands="$ac_config_commands depdir
"
6559 depcc="$CC" am_compiler_list=
6561 am_depcomp=$ac_aux_dir/depcomp
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of
$depcc" >&5
6563 $as_echo_n "checking dependency style of
$depcc...
" >&6; }
6564 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
6565 $as_echo_n "(cached
) " >&6
6567 if test -f "$am_depcomp"; then
6568 # We make a subdir and do the tests there. Otherwise we can end up
6569 # making bogus files that we don't know about and never remove. For
6570 # instance it was reported that on HP-UX the gcc test will end up
6571 # making a dummy file named `D' -- because `-MD' means `put the output
6574 # Copy depcomp to subdir because otherwise we won't find it if we're
6575 # using a relative directory.
6576 cp "$am_depcomp" conftest.dir
6578 # We will build objects and dependencies in a subdirectory because
6579 # it helps to detect inapplicable dependency modes. For instance
6580 # both Tru64's cc and ICC support -MD to output dependencies as a
6581 # side effect of compilation, but ICC will put the dependencies in
6582 # the current directory while Tru64 will put them in the object
6586 am_cv_CC_dependencies_compiler_type=none
6587 if test "$am_compiler_list" = ""; then
6588 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6590 for depmode in $am_compiler_list; do
6591 if test $depmode = none; then break; fi
6593 $as_echo "$as_me:$LINENO: trying
$depmode" >&5
6594 # Setup a source with many dependencies, because some compilers
6595 # like to wrap large dependency lists on column 80 (with \), and
6596 # we should not choose a depcomp mode which is confused by this.
6598 # We need to recreate these files for each test, as the compiler may
6599 # overwrite some of them when testing with obscure command lines.
6600 # This happens at least with the AIX C compiler.
6602 for i in 1 2 3 4 5 6; do
6603 echo '#include "conftst
'$i'.h
"' >> sub/conftest.c
6604 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6605 # Solaris 8's {/usr,}/bin/sh.
6606 touch sub/conftst$i.h
6608 echo "include sub
/conftest.Po
" > confmf
6610 # We check with `-c' and `-o' for the sake of the "dashmstdout
"
6611 # mode. It turns out that the SunPro C++ compiler does not properly
6612 # handle `-M -o', and we need to detect this.
6613 depcmd="depmode
=$depmode \
6614 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
6615 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
6616 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c
"
6617 echo "|
$depcmd" | sed -e 's/ */ /g' >&5
6618 if env $depcmd > conftest.err 2>&1 &&
6619 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6620 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6621 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6622 # icc doesn't choke on unknown options, it will just issue warnings
6623 # or remarks (even with -Werror). So we grep stderr for any message
6624 # that says an option was ignored or not supported.
6625 # When given -MP, icc 7.0 and 7.1 complain thusly:
6626 # icc: Command line warning: ignoring option '-M'; no argument required
6627 # The diagnosis changed in icc 8.0:
6628 # icc: Command line remark: option '-MP' not supported
6629 if (grep 'ignoring option' conftest.err ||
6630 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6631 am_cv_CC_dependencies_compiler_type=$depmode
6632 $as_echo "$as_me:$LINENO: success
" >&5
6636 $as_echo "$as_me:$LINENO: failure
, diagnostics are
:" >&5
6637 sed -e 's/^/| /' < conftest.err >&5
6643 am_cv_CC_dependencies_compiler_type=none
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $am_cv_CC_dependencies_compiler_type" >&5
6648 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6649 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6650 then as_fn_error "no usable dependency style found
" "$LINENO" 5
6651 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6656 # Check for the 'make' the user wants to use.
6659 # Extract the first word of "$ac_prog", so it can be a program name with args.
6660 set dummy $ac_prog; ac_word=$2
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6662 $as_echo_n "checking
for $ac_word...
" >&6; }
6663 if test "${ac_cv_prog_MAKE+set}" = set; then :
6664 $as_echo_n "(cached
) " >&6
6666 if test -n "$MAKE"; then
6667 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
6669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6673 test -z "$as_dir" && as_dir=.
6674 for ac_exec_ext in '' $ac_executable_extensions; do
6675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6676 ac_cv_prog_MAKE="$ac_prog"
6677 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6686 MAKE=$ac_cv_prog_MAKE
6687 if test -n "$MAKE"; then
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKE" >&5
6689 $as_echo "$MAKE" >&6; }
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6692 $as_echo "no
" >&6; }
6696 test -n "$MAKE" && break
6700 case "`$MAKE --version 2>&1 | sed 1q`" in
6705 if test "$MAKE_IS_GNU" = yes; then
6715 # If we haven't got the data from the intl directory,
6716 # assume NLS is disabled.
6725 if test -f ../../intl/config.intl; then
6726 . ../../intl/config.intl
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested
" >&5
6729 $as_echo_n "checking whether NLS is requested...
" >&6; }
6730 if test x"$USE_NLS" != xyes; then
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6732 $as_echo "no
" >&6; }
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
6735 $as_echo "yes" >&6; }
6737 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6741 $as_echo_n "checking for catalogs to be installed... " >&6; }
6742 # Look for .po and .gmo files in the source directory.
6745 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
6746 # If there aren't any .gmo files the shell will give us the
6747 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6749 case "$cat" in *\
**)
6752 # The quadruple backslash is collapsed to a double backslash
6753 # by the backticks, then collapsed again by the double quotes,
6754 # leaving us with one backslash in the sed expression (right
6755 # before the dot that mustn't act as a wildcard).
6756 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
6757 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
6758 # The user is allowed to set LINGUAS to a list of languages to
6759 # install catalogs for. If it's empty that means "all of them."
6760 if test "x$LINGUAS" = x
; then
6761 CATALOGS
="$CATALOGS $cat"
6762 XLINGUAS
="$XLINGUAS $lang"
6764 case "$LINGUAS" in *$lang*)
6765 CATALOGS
="$CATALOGS $cat"
6766 XLINGUAS
="$XLINGUAS $lang"
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
6773 $as_echo "$LINGUAS" >&6; }
6786 # Check for common headers.
6787 # FIXME: Seems to me this can cause problems for i386-windows hosts.
6788 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
6789 for ac_header
in stdlib.h string.h
strings.h unistd.h
time.h
6791 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6792 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6793 eval as_val
=\$
$as_ac_Header
6794 if test "x$as_val" = x
""yes; then :
6795 cat >>confdefs.h
<<_ACEOF
6796 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6803 for ac_header
in sys
/time.h sys
/resource.h
6805 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6806 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6807 eval as_val
=\$
$as_ac_Header
6808 if test "x$as_val" = x
""yes; then :
6809 cat >>confdefs.h
<<_ACEOF
6810 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6817 for ac_header
in fcntl.h fpu_control.h
6819 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6820 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6821 eval as_val
=\$
$as_ac_Header
6822 if test "x$as_val" = x
""yes; then :
6823 cat >>confdefs.h
<<_ACEOF
6824 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6831 for ac_header
in dlfcn.h errno.h sys
/stat.h
6833 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6834 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6835 eval as_val
=\$
$as_ac_Header
6836 if test "x$as_val" = x
""yes; then :
6837 cat >>confdefs.h
<<_ACEOF
6838 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6845 for ac_func
in getrusage
time sigaction __setfpucw
6847 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6848 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
6849 eval as_val
=\$
$as_ac_var
6850 if test "x$as_val" = x
""yes; then :
6851 cat >>confdefs.h
<<_ACEOF
6852 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6859 # Check for socket libraries
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
6861 $as_echo_n "checking for bind in -lsocket... " >&6; }
6862 if test "${ac_cv_lib_socket_bind+set}" = set; then :
6863 $as_echo_n "(cached) " >&6
6865 ac_check_lib_save_LIBS
=$LIBS
6866 LIBS
="-lsocket $LIBS"
6867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6868 /* end confdefs.h. */
6870 /* Override any GCC internal prototype to avoid an error.
6871 Use char because int might match the return type of a GCC
6872 builtin and then its argument prototype would still apply. */
6885 if ac_fn_c_try_link
"$LINENO"; then :
6886 ac_cv_lib_socket_bind
=yes
6888 ac_cv_lib_socket_bind
=no
6890 rm -f core conftest.err conftest.
$ac_objext \
6891 conftest
$ac_exeext conftest.
$ac_ext
6892 LIBS
=$ac_check_lib_save_LIBS
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
6895 $as_echo "$ac_cv_lib_socket_bind" >&6; }
6896 if test "x$ac_cv_lib_socket_bind" = x
""yes; then :
6897 cat >>confdefs.h
<<_ACEOF
6898 #define HAVE_LIBSOCKET 1
6901 LIBS
="-lsocket $LIBS"
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
6906 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
6907 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
6908 $as_echo_n "(cached) " >&6
6910 ac_check_lib_save_LIBS
=$LIBS
6912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6913 /* end confdefs.h. */
6915 /* Override any GCC internal prototype to avoid an error.
6916 Use char because int might match the return type of a GCC
6917 builtin and then its argument prototype would still apply. */
6921 char gethostbyname ();
6925 return gethostbyname ();
6930 if ac_fn_c_try_link
"$LINENO"; then :
6931 ac_cv_lib_nsl_gethostbyname
=yes
6933 ac_cv_lib_nsl_gethostbyname
=no
6935 rm -f core conftest.err conftest.
$ac_objext \
6936 conftest
$ac_exeext conftest.
$ac_ext
6937 LIBS
=$ac_check_lib_save_LIBS
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
6940 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
6941 if test "x$ac_cv_lib_nsl_gethostbyname" = x
""yes; then :
6942 cat >>confdefs.h
<<_ACEOF
6943 #define HAVE_LIBNSL 1
6951 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
6952 # using the same condition.
6954 # See if the user specified whether he wants zlib support or not.
6956 # Check whether --with-zlib was given.
6957 if test "${with_zlib+set}" = set; then :
6964 if test "$with_zlib" != "no"; then
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
6966 $as_echo_n "checking for library containing zlibVersion... " >&6; }
6967 if test "${ac_cv_search_zlibVersion+set}" = set; then :
6968 $as_echo_n "(cached) " >&6
6970 ac_func_search_save_LIBS
=$LIBS
6971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6972 /* end confdefs.h. */
6974 /* Override any GCC internal prototype to avoid an error.
6975 Use char because int might match the return type of a GCC
6976 builtin and then its argument prototype would still apply. */
6980 char zlibVersion ();
6984 return zlibVersion ();
6989 for ac_lib
in '' z
; do
6990 if test -z "$ac_lib"; then
6991 ac_res
="none required"
6994 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
6996 if ac_fn_c_try_link
"$LINENO"; then :
6997 ac_cv_search_zlibVersion
=$ac_res
6999 rm -f core conftest.err conftest.
$ac_objext \
7001 if test "${ac_cv_search_zlibVersion+set}" = set; then :
7005 if test "${ac_cv_search_zlibVersion+set}" = set; then :
7008 ac_cv_search_zlibVersion
=no
7011 LIBS
=$ac_func_search_save_LIBS
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
7014 $as_echo "$ac_cv_search_zlibVersion" >&6; }
7015 ac_res
=$ac_cv_search_zlibVersion
7016 if test "$ac_res" != no
; then :
7017 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
7018 for ac_header
in zlib.h
7020 ac_fn_c_check_header_mongrel
"$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
7021 if test "x$ac_cv_header_zlib_h" = x
""yes; then :
7022 cat >>confdefs.h
<<_ACEOF
7023 #define HAVE_ZLIB_H 1
7032 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
7033 as_fn_error
"zlib (libz) library was explicitly requested but not found" "$LINENO" 5
7038 # BFD uses libdl when when plugins enabled.
7040 # Check whether --enable-plugins was given.
7041 if test "${enable_plugins+set}" = set; then :
7042 enableval
=$enable_plugins; case "${enableval}" in
7043 yes |
"") plugins
=yes ;;
7052 if test "$plugins" = yes; then
7073 # Check whether --enable-shared was given.
7074 if test "${enable_shared+set}" = set; then :
7075 enableval
=$enable_shared; p
=${PACKAGE-default}
7077 yes) enable_shared
=yes ;;
7078 no
) enable_shared
=no
;;
7081 # Look at the argument we got. We use all the common list separators.
7082 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7083 for pkg
in $enableval; do
7085 if test "X$pkg" = "X$p"; then
7104 # Check whether --enable-static was given.
7105 if test "${enable_static+set}" = set; then :
7106 enableval
=$enable_static; p
=${PACKAGE-default}
7108 yes) enable_static
=yes ;;
7109 no
) enable_static
=no
;;
7112 # Look at the argument we got. We use all the common list separators.
7113 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7114 for pkg
in $enableval; do
7116 if test "X$pkg" = "X$p"; then
7136 # Check whether --with-pic was given.
7137 if test "${with_pic+set}" = set; then :
7138 withval
=$with_pic; pic_mode
="$withval"
7144 test -z "$pic_mode" && pic_mode
=default
7152 # Check whether --enable-fast-install was given.
7153 if test "${enable_fast_install+set}" = set; then :
7154 enableval
=$enable_fast_install; p
=${PACKAGE-default}
7156 yes) enable_fast_install
=yes ;;
7157 no
) enable_fast_install
=no
;;
7159 enable_fast_install
=no
7160 # Look at the argument we got. We use all the common list separators.
7161 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7162 for pkg
in $enableval; do
7164 if test "X$pkg" = "X$p"; then
7165 enable_fast_install
=yes
7172 enable_fast_install
=yes
7185 # This can be used to rebuild libtool when needed
7186 LIBTOOL_DEPS
="$ltmain"
7188 # Always use our own libtool.
7189 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
7216 test -z "$LN_S" && LN_S
="ln -s"
7231 if test -n "${ZSH_VERSION+set}" ; then
7232 setopt NO_GLOB_SUBST
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7236 $as_echo_n "checking for objdir... " >&6; }
7237 if test "${lt_cv_objdir+set}" = set; then :
7238 $as_echo_n "(cached) " >&6
7240 rm -f .libs
2>/dev
/null
7241 mkdir .libs
2>/dev
/null
7242 if test -d .libs
; then
7245 # MS-DOS does not allow filenames that begin with a dot.
7248 rmdir .libs
2>/dev
/null
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7251 $as_echo "$lt_cv_objdir" >&6; }
7252 objdir
=$lt_cv_objdir
7258 cat >>confdefs.h
<<_ACEOF
7259 #define LT_OBJDIR "$lt_cv_objdir/"
7267 # AIX sometimes has problems with the GCC collect2 program. For some
7268 # reason, if we set the COLLECT_NAMES environment variable, the problems
7269 # vanish in a puff of smoke.
7270 if test "X${COLLECT_NAMES+set}" != Xset
; then
7272 export COLLECT_NAMES
7279 can_build_shared
=yes
7281 # All known linkers require a `.a' archive for static linking (except MSVC,
7282 # which needs '.lib').
7285 with_gnu_ld
="$lt_cv_prog_gnu_ld"
7288 old_CFLAGS
="$CFLAGS"
7290 # Set sane defaults for various variables
7291 test -z "$CC" && CC
=cc
7292 test -z "$LTCC" && LTCC
=$CC
7293 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
7294 test -z "$LD" && LD
=ld
7295 test -z "$ac_objext" && ac_objext
=o
7297 for cc_temp
in $compiler""; do
7299 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
7300 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
7305 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7308 # Only perform the check for file, if the check method requires it
7309 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
7310 case $deplibs_check_method in
7312 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7314 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7315 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7316 $as_echo_n "(cached) " >&6
7320 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7323 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7324 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7325 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7326 for ac_dir
in $ac_dummy; do
7328 test -z "$ac_dir" && ac_dir
=.
7329 if test -f $ac_dir/${ac_tool_prefix}file; then
7330 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
7331 if test -n "$file_magic_test_file"; then
7332 case $deplibs_check_method in
7334 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7335 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7336 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7337 $EGREP "$file_magic_regex" > /dev
/null
; then
7342 *** Warning: the command libtool uses to detect shared libraries,
7343 *** $file_magic_cmd, produces output that libtool cannot recognize.
7344 *** The result is that libtool may fail to recognize shared libraries
7345 *** as such. This will affect the creation of libtool libraries that
7346 *** depend on shared libraries, but programs linked with such libtool
7347 *** libraries will work regardless of this problem. Nevertheless, you
7348 *** may want to report the problem to your system manager and/or to
7349 *** bug-libtool@gnu.org
7359 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7364 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7365 if test -n "$MAGIC_CMD"; then
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7367 $as_echo "$MAGIC_CMD" >&6; }
7369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7370 $as_echo "no" >&6; }
7377 if test -z "$lt_cv_path_MAGIC_CMD"; then
7378 if test -n "$ac_tool_prefix"; then
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7380 $as_echo_n "checking for file... " >&6; }
7381 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7382 $as_echo_n "(cached) " >&6
7386 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7389 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7390 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7391 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7392 for ac_dir
in $ac_dummy; do
7394 test -z "$ac_dir" && ac_dir
=.
7395 if test -f $ac_dir/file; then
7396 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
7397 if test -n "$file_magic_test_file"; then
7398 case $deplibs_check_method in
7400 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7401 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7402 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7403 $EGREP "$file_magic_regex" > /dev
/null
; then
7408 *** Warning: the command libtool uses to detect shared libraries,
7409 *** $file_magic_cmd, produces output that libtool cannot recognize.
7410 *** The result is that libtool may fail to recognize shared libraries
7411 *** as such. This will affect the creation of libtool libraries that
7412 *** depend on shared libraries, but programs linked with such libtool
7413 *** libraries will work regardless of this problem. Nevertheless, you
7414 *** may want to report the problem to your system manager and/or to
7415 *** bug-libtool@gnu.org
7425 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7430 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7431 if test -n "$MAGIC_CMD"; then
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7433 $as_echo "$MAGIC_CMD" >&6; }
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7436 $as_echo "no" >&6; }
7449 # Use C for the default configuration in the libtool script
7453 ac_cpp
='$CPP $CPPFLAGS'
7454 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7455 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7456 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7459 # Source file extension for C test sources.
7462 # Object file extension for compiled C test sources.
7466 # Code to be used in simple compile tests
7467 lt_simple_compile_test_code
="int some_variable = 0;"
7469 # Code to be used in simple link tests
7470 lt_simple_link_test_code
='int main(){return(0);}'
7478 # If no C compiler was specified, use CC.
7481 # If no C compiler flags were specified, use CFLAGS.
7482 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
7484 # Allow CC to be a program name with arguments.
7487 # Save the default compiler, since it gets overwritten when the other
7488 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7489 compiler_DEFAULT
=$CC
7491 # save warnings/boilerplate of simple test code
7492 ac_outfile
=conftest.
$ac_objext
7493 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
7494 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
7495 _lt_compiler_boilerplate
=`cat conftest.err`
7498 ac_outfile
=conftest.
$ac_objext
7499 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
7500 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
7501 _lt_linker_boilerplate
=`cat conftest.err`
7506 ## There is no encapsulation within the following macros, do not change
7507 ## the running order or otherwise move them around unless you know exactly
7508 ## what you are doing...
7509 if test -n "$compiler"; then
7511 lt_prog_compiler_no_builtin_flag
=
7513 if test "$GCC" = yes; then
7514 case $cc_basename in
7516 lt_prog_compiler_no_builtin_flag
=' -Xcompiler -fno-builtin' ;;
7518 lt_prog_compiler_no_builtin_flag
=' -fno-builtin' ;;
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7522 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7523 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7524 $as_echo_n "(cached) " >&6
7526 lt_cv_prog_compiler_rtti_exceptions
=no
7527 ac_outfile
=conftest.
$ac_objext
7528 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7529 lt_compiler_flag
="-fno-rtti -fno-exceptions"
7530 # Insert the option either (1) after the last *FLAGS variable, or
7531 # (2) before a word containing "conftest.", or (3) at the end.
7532 # Note that $ac_compile itself does not contain backslashes and begins
7533 # with a dollar sign (not a hyphen), so the echo should work correctly.
7534 # The option is referenced via a variable to avoid confusing sed.
7535 lt_compile
=`echo "$ac_compile" | $SED \
7536 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7537 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7538 -e 's:$: $lt_compiler_flag:'`
7539 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7540 (eval "$lt_compile" 2>conftest.err
)
7542 cat conftest.err
>&5
7543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7544 if (exit $ac_status) && test -s "$ac_outfile"; then
7545 # The compiler can only warn and ignore the option if not recognized
7546 # So say no if there are warnings other than the usual output.
7547 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
7548 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7549 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7550 lt_cv_prog_compiler_rtti_exceptions
=yes
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7557 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7559 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
7560 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7572 lt_prog_compiler_wl
=
7573 lt_prog_compiler_pic
=
7574 lt_prog_compiler_static
=
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7577 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7579 if test "$GCC" = yes; then
7580 lt_prog_compiler_wl
='-Wl,'
7581 lt_prog_compiler_static
='-static'
7585 # All AIX code is PIC.
7586 if test "$host_cpu" = ia64
; then
7587 # AIX 5 now supports IA64 processor
7588 lt_prog_compiler_static
='-Bstatic'
7590 lt_prog_compiler_pic
='-fPIC'
7596 # see comment about AmigaOS4 .so support
7597 lt_prog_compiler_pic
='-fPIC'
7600 # FIXME: we need at least 68020 code to build shared libraries, but
7601 # adding the `-m68020' flag to GCC prevents building anything better,
7603 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
7608 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
7609 # PIC is the default for these OSes.
7612 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
7613 # This hack is so that the source file can tell whether it is being
7614 # built for inclusion in a dll (and should export symbols for example).
7615 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7616 # (--disable-auto-import) libraries
7617 lt_prog_compiler_pic
='-DDLL_EXPORT'
7620 darwin
* | rhapsody
*)
7621 # PIC is the default on this platform
7622 # Common symbols not allowed in MH_DYLIB files
7623 lt_prog_compiler_pic
='-fno-common'
7627 # PIC is the default for Haiku.
7628 # The "-static" flag exists, but is broken.
7629 lt_prog_compiler_static
=
7633 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7634 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7635 # sets the default TLS model and affects inlining.
7641 lt_prog_compiler_pic
='-fPIC'
7647 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7648 # Instead, we relocate shared libraries at runtime.
7652 # Just because we use GCC doesn't mean we suddenly get shared libraries
7653 # on systems that don't support them.
7654 lt_prog_compiler_can_build_shared
=no
7659 # QNX uses GNU C++, but need to define -shared option too, otherwise
7661 lt_prog_compiler_pic
='-fPIC -shared'
7665 if test -d /usr
/nec
; then
7666 lt_prog_compiler_pic
=-Kconform_pic
7671 lt_prog_compiler_pic
='-fPIC'
7675 case $cc_basename in
7676 nvcc
*) # Cuda Compiler Driver 2.2
7677 lt_prog_compiler_wl
='-Xlinker '
7678 lt_prog_compiler_pic
='-Xcompiler -fPIC'
7682 # PORTME Check for flag to pass linker flags through the system compiler.
7685 lt_prog_compiler_wl
='-Wl,'
7686 if test "$host_cpu" = ia64
; then
7687 # AIX 5 now supports IA64 processor
7688 lt_prog_compiler_static
='-Bstatic'
7690 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
7694 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
7695 # This hack is so that the source file can tell whether it is being
7696 # built for inclusion in a dll (and should export symbols for example).
7697 lt_prog_compiler_pic
='-DDLL_EXPORT'
7700 hpux9
* | hpux10
* | hpux11
*)
7701 lt_prog_compiler_wl
='-Wl,'
7702 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7709 lt_prog_compiler_pic
='+Z'
7712 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7713 lt_prog_compiler_static
='${wl}-a ${wl}archive'
7716 irix5
* | irix6
* | nonstopux
*)
7717 lt_prog_compiler_wl
='-Wl,'
7718 # PIC (with -KPIC) is the default.
7719 lt_prog_compiler_static
='-non_shared'
7722 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
7723 case $cc_basename in
7724 # old Intel for x86_64 which still supported -KPIC.
7726 lt_prog_compiler_wl
='-Wl,'
7727 lt_prog_compiler_pic
='-KPIC'
7728 lt_prog_compiler_static
='-static'
7730 # icc used to be incompatible with GCC.
7731 # ICC 10 doesn't accept -KPIC any more.
7733 lt_prog_compiler_wl
='-Wl,'
7734 lt_prog_compiler_pic
='-fPIC'
7735 lt_prog_compiler_static
='-static'
7737 # Lahey Fortran 8.1.
7739 lt_prog_compiler_wl
='-Wl,'
7740 lt_prog_compiler_pic
='--shared'
7741 lt_prog_compiler_static
='--static'
7743 pgcc
* | pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
7744 # Portland Group compilers (*not* the Pentium gcc compiler,
7745 # which looks to be a dead project)
7746 lt_prog_compiler_wl
='-Wl,'
7747 lt_prog_compiler_pic
='-fpic'
7748 lt_prog_compiler_static
='-Bstatic'
7751 lt_prog_compiler_wl
='-Wl,'
7752 # All Alpha code is PIC.
7753 lt_prog_compiler_static
='-non_shared'
7755 xl
* | bgxl
* | bgf
* | mpixl
*)
7756 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7757 lt_prog_compiler_wl
='-Wl,'
7758 lt_prog_compiler_pic
='-qpic'
7759 lt_prog_compiler_static
='-qstaticlink'
7762 case `$CC -V 2>&1 | sed 5q` in
7763 *Sun\ F
* |
*Sun
*Fortran
*)
7764 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7765 lt_prog_compiler_pic
='-KPIC'
7766 lt_prog_compiler_static
='-Bstatic'
7767 lt_prog_compiler_wl
=''
7771 lt_prog_compiler_pic
='-KPIC'
7772 lt_prog_compiler_static
='-Bstatic'
7773 lt_prog_compiler_wl
='-Wl,'
7781 lt_prog_compiler_pic
='-KPIC'
7782 lt_prog_compiler_static
='-Bstatic'
7786 # QNX uses GNU C++, but need to define -shared option too, otherwise
7788 lt_prog_compiler_pic
='-fPIC -shared'
7791 osf3
* | osf4
* | osf5
*)
7792 lt_prog_compiler_wl
='-Wl,'
7793 # All OSF/1 code is PIC.
7794 lt_prog_compiler_static
='-non_shared'
7798 lt_prog_compiler_static
='-non_shared'
7802 lt_prog_compiler_pic
='-KPIC'
7803 lt_prog_compiler_static
='-Bstatic'
7804 case $cc_basename in
7806 lt_prog_compiler_wl
='-Qoption ld ';;
7808 lt_prog_compiler_wl
='-Wl,';;
7813 lt_prog_compiler_wl
='-Qoption ld '
7814 lt_prog_compiler_pic
='-PIC'
7815 lt_prog_compiler_static
='-Bstatic'
7818 sysv4 | sysv4.2uw2
* | sysv4.3
*)
7819 lt_prog_compiler_wl
='-Wl,'
7820 lt_prog_compiler_pic
='-KPIC'
7821 lt_prog_compiler_static
='-Bstatic'
7825 if test -d /usr
/nec
;then
7826 lt_prog_compiler_pic
='-Kconform_pic'
7827 lt_prog_compiler_static
='-Bstatic'
7831 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
7832 lt_prog_compiler_wl
='-Wl,'
7833 lt_prog_compiler_pic
='-KPIC'
7834 lt_prog_compiler_static
='-Bstatic'
7838 lt_prog_compiler_wl
='-Wl,'
7839 lt_prog_compiler_can_build_shared
=no
7843 lt_prog_compiler_pic
='-pic'
7844 lt_prog_compiler_static
='-Bstatic'
7848 lt_prog_compiler_can_build_shared
=no
7854 # For platforms which do not support PIC, -DPIC is meaningless:
7856 lt_prog_compiler_pic
=
7859 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
7862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7863 $as_echo "$lt_prog_compiler_pic" >&6; }
7871 # Check to make sure the PIC flag actually works.
7873 if test -n "$lt_prog_compiler_pic"; then
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7875 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7876 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7877 $as_echo_n "(cached) " >&6
7879 lt_cv_prog_compiler_pic_works
=no
7880 ac_outfile
=conftest.
$ac_objext
7881 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7882 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
7883 # Insert the option either (1) after the last *FLAGS variable, or
7884 # (2) before a word containing "conftest.", or (3) at the end.
7885 # Note that $ac_compile itself does not contain backslashes and begins
7886 # with a dollar sign (not a hyphen), so the echo should work correctly.
7887 # The option is referenced via a variable to avoid confusing sed.
7888 lt_compile
=`echo "$ac_compile" | $SED \
7889 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7890 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7891 -e 's:$: $lt_compiler_flag:'`
7892 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7893 (eval "$lt_compile" 2>conftest.err
)
7895 cat conftest.err
>&5
7896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7897 if (exit $ac_status) && test -s "$ac_outfile"; then
7898 # The compiler can only warn and ignore the option if not recognized
7899 # So say no if there are warnings other than the usual output.
7900 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
7901 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7902 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7903 lt_cv_prog_compiler_pic_works
=yes
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7910 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7912 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
7913 case $lt_prog_compiler_pic in
7915 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
7918 lt_prog_compiler_pic
=
7919 lt_prog_compiler_can_build_shared
=no
7930 # Check to make sure the static flag actually works.
7932 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7934 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7935 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7936 $as_echo_n "(cached) " >&6
7938 lt_cv_prog_compiler_static_works
=no
7939 save_LDFLAGS
="$LDFLAGS"
7940 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
7941 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
7942 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
7943 # The linker can only warn and ignore the option if not recognized
7944 # So say no if there are warnings
7945 if test -s conftest.err
; then
7946 # Append any errors to the config.log.
7947 cat conftest.err
1>&5
7948 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
7949 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7950 if diff conftest.exp conftest.er2
>/dev
/null
; then
7951 lt_cv_prog_compiler_static_works
=yes
7954 lt_cv_prog_compiler_static_works
=yes
7958 LDFLAGS
="$save_LDFLAGS"
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7962 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7964 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
7967 lt_prog_compiler_static
=
7976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7977 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7978 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7979 $as_echo_n "(cached) " >&6
7981 lt_cv_prog_compiler_c_o
=no
7982 $RM -r conftest
2>/dev
/null
7986 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7988 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7989 # Insert the option either (1) after the last *FLAGS variable, or
7990 # (2) before a word containing "conftest.", or (3) at the end.
7991 # Note that $ac_compile itself does not contain backslashes and begins
7992 # with a dollar sign (not a hyphen), so the echo should work correctly.
7993 lt_compile
=`echo "$ac_compile" | $SED \
7994 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7995 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7996 -e 's:$: $lt_compiler_flag:'`
7997 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7998 (eval "$lt_compile" 2>out
/conftest.err
)
8000 cat out
/conftest.err
>&5
8001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8002 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8004 # The compiler can only warn and ignore the option if not recognized
8005 # So say no if there are warnings
8006 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8007 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8008 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8009 lt_cv_prog_compiler_c_o
=yes
8014 # SGI C++ compiler will create directory out/ii_files/ for
8015 # template instantiation
8016 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8017 $RM out
/* && rmdir out
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8024 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8032 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8033 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8034 $as_echo_n "(cached) " >&6
8036 lt_cv_prog_compiler_c_o
=no
8037 $RM -r conftest
2>/dev
/null
8041 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8043 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8044 # Insert the option either (1) after the last *FLAGS variable, or
8045 # (2) before a word containing "conftest.", or (3) at the end.
8046 # Note that $ac_compile itself does not contain backslashes and begins
8047 # with a dollar sign (not a hyphen), so the echo should work correctly.
8048 lt_compile
=`echo "$ac_compile" | $SED \
8049 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8050 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8051 -e 's:$: $lt_compiler_flag:'`
8052 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8053 (eval "$lt_compile" 2>out
/conftest.err
)
8055 cat out
/conftest.err
>&5
8056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8057 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8059 # The compiler can only warn and ignore the option if not recognized
8060 # So say no if there are warnings
8061 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8062 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8063 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8064 lt_cv_prog_compiler_c_o
=yes
8069 # SGI C++ compiler will create directory out/ii_files/ for
8070 # template instantiation
8071 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8072 $RM out
/* && rmdir out
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8079 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8084 hard_links
="nottested"
8085 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8086 # do not overwrite the value of need_locks provided by the user
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8088 $as_echo_n "checking if we can lock with hard links... " >&6; }
8091 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8093 ln conftest.a conftest.b
2>&5 || hard_links
=no
8094 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8096 $as_echo "$hard_links" >&6; }
8097 if test "$hard_links" = no
; then
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8099 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8112 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8115 allow_undefined_flag
=
8116 always_export_symbols
=no
8118 archive_expsym_cmds
=
8119 compiler_needs_object
=no
8120 enable_shared_with_static_runtimes
=no
8121 export_dynamic_flag_spec
=
8122 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8123 hardcode_automatic
=no
8125 hardcode_direct_absolute
=no
8126 hardcode_libdir_flag_spec
=
8127 hardcode_libdir_flag_spec_ld
=
8128 hardcode_libdir_separator
=
8130 hardcode_shlibpath_var
=unsupported
8132 link_all_deplibs
=unknown
8135 old_archive_from_new_cmds
=
8136 old_archive_from_expsyms_cmds
=
8137 thread_safe_flag_spec
=
8138 whole_archive_flag_spec
=
8139 # include_expsyms should be a list of space-separated symbols to be *always*
8140 # included in the symbol list
8142 # exclude_expsyms can be an extended regexp of symbols to exclude
8143 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8144 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8145 # as well as any symbol that contains `d'.
8146 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8147 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8148 # platforms (ab)use it in PIC code, but their linkers get confused if
8149 # the symbol is explicitly referenced. Since portable code cannot
8150 # rely on this symbol name, it's probably fine to never include it in
8151 # preloaded symbol tables.
8152 # Exclude shared library initialization/finalization symbols.
8153 extract_expsyms_cmds
=
8156 cygwin
* | mingw
* | pw32
* | cegcc
*)
8157 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8158 # When not using gcc, we currently assume that we are using
8159 # Microsoft Visual C++.
8160 if test "$GCC" != yes; then
8165 # we just hope/assume this is gcc and not c89 (= MSVC++)
8175 # On some targets, GNU ld is compatible enough with the native linker
8176 # that we're better off using the native interface for both.
8177 lt_use_gnu_ld_interface
=no
8178 if test "$with_gnu_ld" = yes; then
8181 # The AIX port of GNU ld has always aspired to compatibility
8182 # with the native linker. However, as the warning in the GNU ld
8183 # block says, versions before 2.19.5* couldn't really create working
8184 # shared libraries, regardless of the interface used.
8185 case `$LD -v 2>&1` in
8186 *\ \
(GNU\ Binutils\
)\
2.19.5*) ;;
8187 *\ \
(GNU\ Binutils\
)\
2.
[2-9]*) ;;
8188 *\ \
(GNU\ Binutils\
)\
[3-9]*) ;;
8190 lt_use_gnu_ld_interface
=yes
8195 lt_use_gnu_ld_interface
=yes
8200 if test "$lt_use_gnu_ld_interface" = yes; then
8201 # If archive_cmds runs LD, not CC, wlarc should be empty
8204 # Set some defaults for GNU ld with shared library support. These
8205 # are reset later if shared libraries are not supported. Putting them
8206 # here allows them to be overridden if necessary.
8207 runpath_var
=LD_RUN_PATH
8208 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8209 export_dynamic_flag_spec
='${wl}--export-dynamic'
8210 # ancient GNU ld didn't support --whole-archive et. al.
8211 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
8212 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8214 whole_archive_flag_spec
=
8216 supports_anon_versioning
=no
8217 case `$LD -v 2>&1` in
8218 *GNU\ gold
*) supports_anon_versioning
=yes ;;
8219 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
8220 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
8221 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
8222 *\
2.11.
*) ;; # other 2.11 versions
8223 *) supports_anon_versioning
=yes ;;
8226 # See if GNU ld supports shared libraries.
8229 # On AIX/PPC, the GNU linker is very broken
8230 if test "$host_cpu" != ia64
; then
8234 *** Warning: the GNU linker, at least up to release 2.19, is reported
8235 *** to be unable to reliably create shared libraries on AIX.
8236 *** Therefore, libtool is disabling shared libraries support. If you
8237 *** really care for shared libraries, you may want to install binutils
8238 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8239 *** You will then need to restart the configuration process.
8248 # see comment about AmigaOS4 .so support
8249 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8250 archive_expsym_cmds
=''
8253 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)'
8254 hardcode_libdir_flag_spec
='-L$libdir'
8255 hardcode_minus_L
=yes
8261 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8262 allow_undefined_flag
=unsupported
8263 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8264 # support --undefined. This deserves some investigation. FIXME
8265 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8271 cygwin
* | mingw
* | pw32
* | cegcc
*)
8272 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8273 # as there is no search path for DLLs.
8274 hardcode_libdir_flag_spec
='-L$libdir'
8275 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8276 allow_undefined_flag
=unsupported
8277 always_export_symbols
=no
8278 enable_shared_with_static_runtimes
=yes
8279 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8281 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8282 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8283 # If the export-symbols file already is a .def file (1st line
8284 # is EXPORTS), use it as is; otherwise, prepend...
8285 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8286 cp $export_symbols $output_objdir/$soname.def;
8288 echo EXPORTS > $output_objdir/$soname.def;
8289 cat $export_symbols >> $output_objdir/$soname.def;
8291 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8298 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8299 link_all_deplibs
=yes
8304 hardcode_shlibpath_var
=no
8305 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8306 export_dynamic_flag_spec
='${wl}-E'
8307 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8308 # Instead, shared libraries are loaded at an image base (0x10000000 by
8309 # default) and relocated if they conflict, which is a slow very memory
8310 # consuming and fragmenting process. To avoid this, we pick a random,
8311 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8312 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8313 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8314 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'
8317 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8319 if test "$host_os" = linux-dietlibc
; then
8320 case $cc_basename in
8321 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8324 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8325 && test "$tmp_diet" = no
8328 tmp_sharedflag
='-shared'
8329 case $cc_basename,$host_cpu in
8330 pgcc
*) # Portland Group C compiler
8331 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'
8332 tmp_addflag
=' $pic_flag'
8334 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8335 # Portland Group f77 and f90 compilers
8336 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'
8337 tmp_addflag
=' $pic_flag -Mnomain' ;;
8338 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8339 tmp_addflag
=' -i_dynamic' ;;
8340 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8341 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8342 ifc
* | ifort
*) # Intel Fortran compiler
8343 tmp_addflag
=' -nofor_main' ;;
8344 lf95
*) # Lahey Fortran 8.1
8345 whole_archive_flag_spec
=
8346 tmp_sharedflag
='--shared' ;;
8347 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8348 tmp_sharedflag
='-qmkshrobj'
8350 nvcc
*) # Cuda Compiler Driver 2.2
8351 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'
8352 compiler_needs_object
=yes
8355 case `$CC -V 2>&1 | sed 5q` in
8356 *Sun\ C
*) # Sun C 5.9
8357 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'
8358 compiler_needs_object
=yes
8359 tmp_sharedflag
='-G' ;;
8360 *Sun\ F
*) # Sun Fortran 8.3
8361 tmp_sharedflag
='-G' ;;
8363 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8365 if test "x$supports_anon_versioning" = xyes
; then
8366 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8367 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8368 echo "local: *; };" >> $output_objdir/$libname.ver~
8369 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8372 case $cc_basename in
8373 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8374 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8375 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8376 hardcode_libdir_flag_spec
=
8377 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8378 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8379 if test "x$supports_anon_versioning" = xyes
; then
8380 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8381 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8382 echo "local: *; };" >> $output_objdir/$libname.ver~
8383 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8393 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8394 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8397 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8398 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8403 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8407 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8408 *** create shared libraries on Solaris systems. Therefore, libtool
8409 *** is disabling shared libraries support. We urge you to upgrade GNU
8410 *** binutils to release 2.9.1 or newer. Another option is to modify
8411 *** your PATH or compiler configuration so that the native linker is
8412 *** used, and then restart.
8415 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8416 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8417 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8423 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8424 case `$LD -v 2>&1` in
8425 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8429 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8430 *** reliably create shared libraries on SCO systems. Therefore, libtool
8431 *** is disabling shared libraries support. We urge you to upgrade GNU
8432 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8433 *** your PATH or compiler configuration so that the native linker is
8434 *** used, and then restart.
8439 # For security reasons, it is highly recommended that you always
8440 # use absolute paths for naming shared libraries, and exclude the
8441 # DT_RUNPATH tag from executables and libraries. But doing so
8442 # requires that you compile everything twice, which is a pain.
8443 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8444 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8445 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8446 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8455 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8458 hardcode_shlibpath_var
=no
8462 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8463 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8464 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8471 if test "$ld_shlibs" = no
; then
8473 hardcode_libdir_flag_spec
=
8474 export_dynamic_flag_spec
=
8475 whole_archive_flag_spec
=
8478 # PORTME fill in a description of your system's linker (not GNU ld)
8481 allow_undefined_flag
=unsupported
8482 always_export_symbols
=yes
8483 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'
8484 # Note: this linker hardcodes the directories in LIBPATH if there
8485 # are no directories specified by -L.
8486 hardcode_minus_L
=yes
8487 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8488 # Neither direct hardcoding nor static linking is supported with a
8490 hardcode_direct
=unsupported
8495 if test "$host_cpu" = ia64
; then
8496 # On IA64, the linker does run time linking by default, so we don't
8497 # have to do anything special.
8498 aix_use_runtimelinking
=no
8499 exp_sym_flag
='-Bexport'
8502 # If we're using GNU nm, then we don't want the "-C" option.
8503 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8504 # Also, AIX nm treats weak defined symbols like other global
8505 # defined symbols, whereas GNU nm marks them as "W".
8506 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
8507 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'
8509 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8511 aix_use_runtimelinking
=no
8513 # Test if we are trying to use run time linking or normal
8514 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8515 # need to do runtime linking.
8516 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8517 for ld_flag
in $LDFLAGS; do
8518 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8519 aix_use_runtimelinking
=yes
8526 exp_sym_flag
='-bexport'
8527 no_entry_flag
='-bnoentry'
8530 # When large executables or shared objects are built, AIX ld can
8531 # have problems creating the table of contents. If linking a library
8532 # or program results in "error TOC overflow" add -mminimal-toc to
8533 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8534 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8538 hardcode_direct_absolute
=yes
8539 hardcode_libdir_separator
=':'
8540 link_all_deplibs
=yes
8541 file_list_spec
='${wl}-f,'
8543 if test "$GCC" = yes; then
8544 case $host_os in aix4.
[012]|aix4.
[012].
*)
8545 # We only want to do this on AIX 4.2 and lower, the check
8546 # below for broken collect2 doesn't work under 4.3+
8547 collect2name
=`${CC} -print-prog-name=collect2`
8548 if test -f "$collect2name" &&
8549 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
8551 # We have reworked collect2
8554 # We have old collect2
8555 hardcode_direct
=unsupported
8556 # It fails to find uninstalled libraries when the uninstalled
8557 # path is not listed in the libpath. Setting hardcode_minus_L
8558 # to unsupported forces relinking
8559 hardcode_minus_L
=yes
8560 hardcode_libdir_flag_spec
='-L$libdir'
8561 hardcode_libdir_separator
=
8565 shared_flag
='-shared'
8566 if test "$aix_use_runtimelinking" = yes; then
8567 shared_flag
="$shared_flag "'${wl}-G'
8571 if test "$host_cpu" = ia64
; then
8572 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8573 # chokes on -Wl,-G. The following line is correct:
8576 if test "$aix_use_runtimelinking" = yes; then
8577 shared_flag
='${wl}-G'
8579 shared_flag
='${wl}-bM:SRE'
8584 export_dynamic_flag_spec
='${wl}-bexpall'
8585 # It seems that -bexpall does not export symbols beginning with
8586 # underscore (_), so it is better to generate a list of symbols to export.
8587 always_export_symbols
=yes
8588 if test "$aix_use_runtimelinking" = yes; then
8589 # Warning - without using the other runtime loading flags (-brtl),
8590 # -berok will link without error, but may produce a broken library.
8591 allow_undefined_flag
='-berok'
8592 # Determine the default libpath from the value encoded in an
8594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8595 /* end confdefs.h. */
8605 if ac_fn_c_try_link
"$LINENO"; then :
8607 lt_aix_libpath_sed
='
8608 /Import File Strings/,/^$/ {
8614 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8615 # Check for a 64-bit object if we didn't find anything.
8616 if test -z "$aix_libpath"; then
8617 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8620 rm -f core conftest.err conftest.
$ac_objext \
8621 conftest
$ac_exeext conftest.
$ac_ext
8622 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8624 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8625 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"
8627 if test "$host_cpu" = ia64
; then
8628 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
8629 allow_undefined_flag
="-z nodefs"
8630 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"
8632 # Determine the default libpath from the value encoded in an
8634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8635 /* end confdefs.h. */
8645 if ac_fn_c_try_link
"$LINENO"; then :
8647 lt_aix_libpath_sed
='
8648 /Import File Strings/,/^$/ {
8654 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8655 # Check for a 64-bit object if we didn't find anything.
8656 if test -z "$aix_libpath"; then
8657 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8660 rm -f core conftest.err conftest.
$ac_objext \
8661 conftest
$ac_exeext conftest.
$ac_ext
8662 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8664 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8665 # Warning - without using the other run time loading flags,
8666 # -berok will link without error, but may produce a broken library.
8667 no_undefined_flag
=' ${wl}-bernotok'
8668 allow_undefined_flag
=' ${wl}-berok'
8669 if test "$with_gnu_ld" = yes; then
8670 # We only use this code for GNU lds that support --whole-archive.
8671 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8673 # Exported symbols can be pulled into shared objects from archives
8674 whole_archive_flag_spec
='$convenience'
8676 archive_cmds_need_lc
=yes
8677 # This is similar to how AIX traditionally builds its shared libraries.
8678 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'
8686 # see comment about AmigaOS4 .so support
8687 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8688 archive_expsym_cmds
=''
8691 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)'
8692 hardcode_libdir_flag_spec
='-L$libdir'
8693 hardcode_minus_L
=yes
8699 export_dynamic_flag_spec
=-rdynamic
8702 cygwin
* | mingw
* | pw32
* | cegcc
*)
8703 # When not using gcc, we currently assume that we are using
8704 # Microsoft Visual C++.
8705 # hardcode_libdir_flag_spec is actually meaningless, as there is
8706 # no search path for DLLs.
8707 hardcode_libdir_flag_spec
=' '
8708 allow_undefined_flag
=unsupported
8709 # Tell ltmain to make .lib files, not .a files.
8711 # Tell ltmain to make .dll files, not .so files.
8713 # FIXME: Setting linknames here is a bad hack.
8714 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8715 # The linker will automatically build a .lib file if we build a DLL.
8716 old_archive_from_new_cmds
='true'
8717 # FIXME: Should let the user specify the lib program.
8718 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8719 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8720 enable_shared_with_static_runtimes
=yes
8723 darwin
* | rhapsody
*)
8726 archive_cmds_need_lc
=no
8728 hardcode_automatic
=yes
8729 hardcode_shlibpath_var
=unsupported
8730 if test "$lt_cv_ld_force_load" = "yes"; then
8731 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\"`'
8733 whole_archive_flag_spec
=''
8735 link_all_deplibs
=yes
8736 allow_undefined_flag
="$_lt_dar_allow_undefined"
8737 case $cc_basename in
8738 ifort
*) _lt_dar_can_shared
=yes ;;
8739 *) _lt_dar_can_shared
=$GCC ;;
8741 if test "$_lt_dar_can_shared" = "yes"; then
8742 output_verbose_link_cmd
=func_echo_all
8743 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8744 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8745 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}"
8746 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}"
8755 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8756 hardcode_libdir_flag_spec
='-L$libdir'
8757 hardcode_shlibpath_var
=no
8760 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8761 # support. Future versions do this automatically, but an explicit c++rt0.o
8762 # does not break anything, and helps significantly (at the cost of a little
8765 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8766 hardcode_libdir_flag_spec
='-R$libdir'
8768 hardcode_shlibpath_var
=no
8771 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8773 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8775 hardcode_minus_L
=yes
8776 hardcode_shlibpath_var
=no
8779 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8780 freebsd
* | dragonfly
*)
8781 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8782 hardcode_libdir_flag_spec
='-R$libdir'
8784 hardcode_shlibpath_var
=no
8788 if test "$GCC" = yes; then
8789 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'
8791 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'
8793 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8794 hardcode_libdir_separator
=:
8797 # hardcode_minus_L: Not really in the search PATH,
8798 # but as the default location of the library.
8799 hardcode_minus_L
=yes
8800 export_dynamic_flag_spec
='${wl}-E'
8804 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
8805 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8807 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8809 if test "$with_gnu_ld" = no
; then
8810 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8811 hardcode_libdir_flag_spec_ld
='+b $libdir'
8812 hardcode_libdir_separator
=:
8814 hardcode_direct_absolute
=yes
8815 export_dynamic_flag_spec
='${wl}-E'
8816 # hardcode_minus_L: Not really in the search PATH,
8817 # but as the default location of the library.
8818 hardcode_minus_L
=yes
8823 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
8826 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8829 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8832 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8838 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8841 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8845 # Older versions of the 11.00 compiler do not understand -b yet
8846 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8848 $as_echo_n "checking if $CC understands -b... " >&6; }
8849 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8850 $as_echo_n "(cached) " >&6
8852 lt_cv_prog_compiler__b
=no
8853 save_LDFLAGS
="$LDFLAGS"
8854 LDFLAGS
="$LDFLAGS -b"
8855 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8856 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8857 # The linker can only warn and ignore the option if not recognized
8858 # So say no if there are warnings
8859 if test -s conftest.err
; then
8860 # Append any errors to the config.log.
8861 cat conftest.err
1>&5
8862 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8863 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8864 if diff conftest.exp conftest.er2
>/dev
/null
; then
8865 lt_cv_prog_compiler__b
=yes
8868 lt_cv_prog_compiler__b
=yes
8872 LDFLAGS
="$save_LDFLAGS"
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8876 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8878 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
8879 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8881 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8887 if test "$with_gnu_ld" = no
; then
8888 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8889 hardcode_libdir_separator
=:
8894 hardcode_shlibpath_var
=no
8898 hardcode_direct_absolute
=yes
8899 export_dynamic_flag_spec
='${wl}-E'
8901 # hardcode_minus_L: Not really in the search PATH,
8902 # but as the default location of the library.
8903 hardcode_minus_L
=yes
8909 irix5
* | irix6
* | nonstopux
*)
8910 if test "$GCC" = yes; then
8911 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'
8912 # Try to use the -exported_symbol ld option, if it does not
8913 # work, assume that -exports_file does not work either and
8914 # implicitly export all symbols.
8915 save_LDFLAGS
="$LDFLAGS"
8916 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8917 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8918 /* end confdefs.h. */
8921 if ac_fn_c_try_link
"$LINENO"; then :
8922 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'
8925 rm -f core conftest.err conftest.
$ac_objext \
8926 conftest
$ac_exeext conftest.
$ac_ext
8927 LDFLAGS
="$save_LDFLAGS"
8929 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'
8930 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'
8932 archive_cmds_need_lc
='no'
8933 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8934 hardcode_libdir_separator
=:
8936 link_all_deplibs
=yes
8940 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8941 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8943 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8945 hardcode_libdir_flag_spec
='-R$libdir'
8947 hardcode_shlibpath_var
=no
8951 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8953 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8954 hardcode_libdir_separator
=:
8955 hardcode_shlibpath_var
=no
8962 if test -f /usr
/libexec
/ld.so
; then
8964 hardcode_shlibpath_var
=no
8965 hardcode_direct_absolute
=yes
8966 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8967 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8968 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8969 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8970 export_dynamic_flag_spec
='${wl}-E'
8973 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8974 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8975 hardcode_libdir_flag_spec
='-R$libdir'
8978 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8979 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8989 hardcode_libdir_flag_spec
='-L$libdir'
8990 hardcode_minus_L
=yes
8991 allow_undefined_flag
=unsupported
8992 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'
8993 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8997 if test "$GCC" = yes; then
8998 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8999 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'
9001 allow_undefined_flag
=' -expect_unresolved \*'
9002 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'
9004 archive_cmds_need_lc
='no'
9005 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9006 hardcode_libdir_separator
=:
9009 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9010 if test "$GCC" = yes; then
9011 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9012 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'
9013 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9015 allow_undefined_flag
=' -expect_unresolved \*'
9016 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'
9017 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~
9018 $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'
9020 # Both c and cxx compiler support -rpath directly
9021 hardcode_libdir_flag_spec
='-rpath $libdir'
9023 archive_cmds_need_lc
='no'
9024 hardcode_libdir_separator
=:
9028 no_undefined_flag
=' -z defs'
9029 if test "$GCC" = yes; then
9031 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9032 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9033 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9035 case `$CC -V 2>&1` in
9038 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9039 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9040 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9044 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9045 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9046 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9050 hardcode_libdir_flag_spec
='-R$libdir'
9051 hardcode_shlibpath_var
=no
9053 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9055 # The compiler driver will combine and reorder linker options,
9056 # but understands `-z linker_flag'. GCC discards it without `$wl',
9057 # but is careful enough not to reorder.
9058 # Supported since Solaris 2.6 (maybe 2.5.1?)
9059 if test "$GCC" = yes; then
9060 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9062 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9066 link_all_deplibs
=yes
9070 if test "x$host_vendor" = xsequent
; then
9071 # Use $CC to link under sequent, because it throws in some extra .o
9072 # files that make .init and .fini sections work.
9073 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9075 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9077 hardcode_libdir_flag_spec
='-L$libdir'
9079 hardcode_minus_L
=yes
9080 hardcode_shlibpath_var
=no
9084 case $host_vendor in
9086 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9087 hardcode_direct
=yes # is this really true???
9090 ## LD is ld it makes a PLAMLIB
9091 ## CC just makes a GrossModule.
9092 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9093 reload_cmds
='$CC -r -o $output$reload_objs'
9097 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9098 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9101 runpath_var
='LD_RUN_PATH'
9102 hardcode_shlibpath_var
=no
9106 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9107 hardcode_shlibpath_var
=no
9108 export_dynamic_flag_spec
='-Bexport'
9112 if test -d /usr
/nec
; then
9113 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9114 hardcode_shlibpath_var
=no
9115 runpath_var
=LD_RUN_PATH
9116 hardcode_runpath_var
=yes
9121 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9122 no_undefined_flag
='${wl}-z,text'
9123 archive_cmds_need_lc
=no
9124 hardcode_shlibpath_var
=no
9125 runpath_var
='LD_RUN_PATH'
9127 if test "$GCC" = yes; then
9128 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9129 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9131 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9132 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9136 sysv5
* | sco3.2v5
* | sco5v6
*)
9137 # Note: We can NOT use -z defs as we might desire, because we do not
9138 # link with -lc, and that would cause any symbols used from libc to
9139 # always be unresolved, which means just about no library would
9140 # ever link correctly. If we're not using GNU ld we use -z text
9141 # though, which does catch some bad symbols but isn't as heavy-handed
9143 no_undefined_flag
='${wl}-z,text'
9144 allow_undefined_flag
='${wl}-z,nodefs'
9145 archive_cmds_need_lc
=no
9146 hardcode_shlibpath_var
=no
9147 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9148 hardcode_libdir_separator
=':'
9149 link_all_deplibs
=yes
9150 export_dynamic_flag_spec
='${wl}-Bexport'
9151 runpath_var
='LD_RUN_PATH'
9153 if test "$GCC" = yes; then
9154 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9155 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9157 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9158 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9163 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9164 hardcode_libdir_flag_spec
='-L$libdir'
9165 hardcode_shlibpath_var
=no
9173 if test x
$host_vendor = xsni
; then
9175 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9176 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9183 $as_echo "$ld_shlibs" >&6; }
9184 test "$ld_shlibs" = no
&& can_build_shared
=no
9186 with_gnu_ld
=$with_gnu_ld
9203 # Do we need to explicitly link libc?
9205 case "x$archive_cmds_need_lc" in
9207 # Assume -lc should be added
9208 archive_cmds_need_lc
=yes
9210 if test "$enable_shared" = yes && test "$GCC" = yes; then
9211 case $archive_cmds in
9213 # FIXME: we may have to deal with multi-command sequences.
9216 # Test whether the compiler implicitly links with -lc since on some
9217 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9218 # to ld, don't add -lc before -lgcc.
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9220 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9221 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9222 $as_echo_n "(cached) " >&6
9225 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9227 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9228 (eval $ac_compile) 2>&5
9230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9231 test $ac_status = 0; } 2>conftest.err
; then
9234 libobjs
=conftest.
$ac_objext
9236 wl
=$lt_prog_compiler_wl
9237 pic_flag
=$lt_prog_compiler_pic
9243 lt_save_allow_undefined_flag
=$allow_undefined_flag
9244 allow_undefined_flag
=
9245 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9246 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9249 test $ac_status = 0; }
9251 lt_cv_archive_cmds_need_lc
=no
9253 lt_cv_archive_cmds_need_lc
=yes
9255 allow_undefined_flag
=$lt_save_allow_undefined_flag
9257 cat conftest.err
1>&5
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9263 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9264 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9428 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9430 if test "$GCC" = yes; then
9432 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9433 *) lt_awk_arg
="/^libraries:/" ;;
9436 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
9437 *) lt_sed_strip_eq
="s,=/,/,g" ;;
9439 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9440 case $lt_search_path_spec in
9442 # if the path contains ";" then we assume it to be the separator
9443 # otherwise default to the standard path separator (i.e. ":") - it is
9444 # assumed that no part of a normal pathname contains ";" but that should
9445 # okay in the real world where ";" in dirpaths is itself problematic.
9446 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9449 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9452 # Ok, now we have the path, separated by spaces, we can step through it
9453 # and add multilib dir if necessary.
9454 lt_tmp_lt_search_path_spec
=
9455 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9456 for lt_sys_path
in $lt_search_path_spec; do
9457 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9458 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9460 test -d "$lt_sys_path" && \
9461 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9464 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9465 BEGIN {RS=" "; FS="/|\n";} {
9468 for (lt_i = NF; lt_i > 0; lt_i--) {
9469 if ($lt_i != "" && $lt_i != ".") {
9470 if ($lt_i == "..") {
9473 if (lt_count == 0) {
9474 lt_foo="/" $lt_i lt_foo;
9481 if (lt_foo != "") { lt_freq[lt_foo]++; }
9482 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9484 # AWK program above erroneously prepends '/' to C:/dos/paths
9487 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
9488 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9490 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9492 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9495 libname_spec
='lib$name'
9503 shlibpath_overrides_runpath
=unknown
9505 dynamic_linker
="$host_os ld.so"
9506 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9507 need_lib_prefix
=unknown
9508 hardcode_into_libs
=no
9510 # when you set need_version to no, make sure it does not cause -set_version
9511 # flags to be left without arguments
9512 need_version
=unknown
9517 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9518 shlibpath_var
=LIBPATH
9520 # AIX 3 has no versioning support, so we append a major version to the name.
9521 soname_spec
='${libname}${release}${shared_ext}$major'
9528 hardcode_into_libs
=yes
9529 if test "$host_cpu" = ia64
; then
9530 # AIX 5 supports IA64
9531 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9532 shlibpath_var
=LD_LIBRARY_PATH
9534 # With GCC up to 2.95.x, collect2 would create an import file
9535 # for dependence libraries. The import file would start with
9536 # the line `#! .'. This would cause the generated library to
9537 # depend on `.', always an invalid library. This was fixed in
9538 # development snapshots of GCC prior to 3.0.
9540 aix4 | aix4.
[01] | aix4.
[01].
*)
9541 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9543 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
9550 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9551 # soname into executable. Probably we can add versioning support to
9552 # collect2, so additional links can be useful in future.
9553 if test "$aix_use_runtimelinking" = yes; then
9554 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9555 # instead of lib<name>.a to let people know that these are not
9556 # typical AIX shared libraries.
9557 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9559 # We preserve .a as extension for shared libraries through AIX4.2
9560 # and later when we are not doing run time linking.
9561 library_names_spec
='${libname}${release}.a $libname.a'
9562 soname_spec
='${libname}${release}${shared_ext}$major'
9564 shlibpath_var
=LIBPATH
9571 # Since July 2007 AmigaOS4 officially supports .so libraries.
9572 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9573 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9576 library_names_spec
='$libname.ixlibrary $libname.a'
9577 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9578 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'
9584 library_names_spec
='${libname}${shared_ext}'
9585 dynamic_linker
="$host_os ld.so"
9586 shlibpath_var
=LIBRARY_PATH
9592 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9593 soname_spec
='${libname}${release}${shared_ext}$major'
9594 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9595 shlibpath_var
=LD_LIBRARY_PATH
9596 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9597 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9598 # the default ld.so.conf also contains /usr/contrib/lib and
9599 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9600 # libtool to hard-code these into programs
9603 cygwin
* | mingw
* | pw32
* | cegcc
*)
9604 version_type
=windows
9609 case $GCC,$host_os in
9610 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
9611 library_names_spec
='$libname.dll.a'
9612 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9613 postinstall_cmds
='base_file=`basename \${file}`~
9614 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9615 dldir=$destdir/`dirname \$dlpath`~
9616 test -d \$dldir || mkdir -p \$dldir~
9617 $install_prog $dir/$dlname \$dldir/$dlname~
9618 chmod a+x \$dldir/$dlname~
9619 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9620 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9622 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9623 dlpath=$dir/\$dldll~
9625 shlibpath_overrides_runpath
=yes
9629 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9630 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9632 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
9635 # MinGW DLLs use traditional 'lib' prefix
9636 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9639 # pw32 DLLs use 'pw' prefix rather than 'lib'
9640 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9646 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9649 dynamic_linker
='Win32 ld.exe'
9650 # FIXME: first we should search . and the directory the executable is in
9654 darwin
* | rhapsody
*)
9655 dynamic_linker
="$host_os dyld"
9659 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9660 soname_spec
='${libname}${release}${major}$shared_ext'
9661 shlibpath_overrides_runpath
=yes
9662 shlibpath_var
=DYLD_LIBRARY_PATH
9663 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9665 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9666 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9673 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9674 soname_spec
='${libname}${release}${shared_ext}$major'
9675 shlibpath_var
=LD_LIBRARY_PATH
9678 freebsd
* | dragonfly
*)
9679 # DragonFly does not have aout. When/if they implement a new
9680 # versioning mechanism, adjust this.
9681 if test -x /usr
/bin
/objformat
; then
9682 objformat
=`/usr/bin/objformat`
9685 freebsd
[23].
*) objformat
=aout
;;
9689 version_type
=freebsd-
$objformat
9690 case $version_type in
9692 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9697 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9701 shlibpath_var
=LD_LIBRARY_PATH
9704 shlibpath_overrides_runpath
=yes
9706 freebsd3.
[01]* | freebsdelf3.
[01]*)
9707 shlibpath_overrides_runpath
=yes
9708 hardcode_into_libs
=yes
9710 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9711 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9712 shlibpath_overrides_runpath
=no
9713 hardcode_into_libs
=yes
9715 *) # from 4.6 on, and DragonFly
9716 shlibpath_overrides_runpath
=yes
9717 hardcode_into_libs
=yes
9726 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9727 soname_spec
='${libname}${release}${shared_ext}$major'
9728 shlibpath_var
=LD_LIBRARY_PATH
9729 hardcode_into_libs
=yes
9736 dynamic_linker
="$host_os runtime_loader"
9737 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9738 soname_spec
='${libname}${release}${shared_ext}$major'
9739 shlibpath_var
=LIBRARY_PATH
9740 shlibpath_overrides_runpath
=yes
9741 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9742 hardcode_into_libs
=yes
9745 hpux9
* | hpux10
* | hpux11
*)
9746 # Give a soname corresponding to the major version so that dld.sl refuses to
9747 # link against other versions.
9754 hardcode_into_libs
=yes
9755 dynamic_linker
="$host_os dld.so"
9756 shlibpath_var
=LD_LIBRARY_PATH
9757 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9758 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9759 soname_spec
='${libname}${release}${shared_ext}$major'
9760 if test "X$HPUX_IA64_MODE" = X32
; then
9761 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9763 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9765 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9769 hardcode_into_libs
=yes
9770 dynamic_linker
="$host_os dld.sl"
9771 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9772 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9773 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9774 soname_spec
='${libname}${release}${shared_ext}$major'
9775 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9776 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9780 dynamic_linker
="$host_os dld.sl"
9781 shlibpath_var
=SHLIB_PATH
9782 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9783 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9784 soname_spec
='${libname}${release}${shared_ext}$major'
9787 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9788 postinstall_cmds
='chmod 555 $lib'
9789 # or fails outright, so override atomically:
9790 install_override_mode
=555
9797 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9798 soname_spec
='${libname}${release}${shared_ext}$major'
9799 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9800 shlibpath_var
=LD_LIBRARY_PATH
9801 shlibpath_overrides_runpath
=no
9802 hardcode_into_libs
=yes
9805 irix5
* | irix6
* | nonstopux
*)
9807 nonstopux
*) version_type
=nonstopux
;;
9809 if test "$lt_cv_prog_gnu_ld" = yes; then
9817 soname_spec
='${libname}${release}${shared_ext}$major'
9818 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9820 irix5
* | nonstopux
*)
9824 case $LD in # libtool.m4 will add one of these switches to LD
9825 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9826 libsuff
= shlibsuff
= libmagic
=32-bit;;
9827 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9828 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9829 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9830 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9831 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9835 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9836 shlibpath_overrides_runpath
=no
9837 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9838 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9839 hardcode_into_libs
=yes
9842 # No shared lib support for Linux oldld, aout, or coff.
9843 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9847 # This must be Linux ELF.
9848 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9852 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9853 soname_spec
='${libname}${release}${shared_ext}$major'
9854 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9855 shlibpath_var
=LD_LIBRARY_PATH
9856 shlibpath_overrides_runpath
=no
9858 # Some binutils ld are patched to set DT_RUNPATH
9859 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9860 $as_echo_n "(cached) " >&6
9862 lt_cv_shlibpath_overrides_runpath
=no
9863 save_LDFLAGS
=$LDFLAGS
9865 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9866 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9868 /* end confdefs.h. */
9878 if ac_fn_c_try_link
"$LINENO"; then :
9879 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
9880 lt_cv_shlibpath_overrides_runpath
=yes
9883 rm -f core conftest.err conftest.
$ac_objext \
9884 conftest
$ac_exeext conftest.
$ac_ext
9885 LDFLAGS
=$save_LDFLAGS
9890 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
9892 # This implies no fast_install, which is unacceptable.
9893 # Some rework will be needed to allow for fast_install
9894 # before this can be enabled.
9895 hardcode_into_libs
=yes
9897 # Append ld.so.conf contents to the search path
9898 if test -f /etc
/ld.so.conf
; then
9899 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' ' '`
9900 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9903 # We used to test for /lib/ld.so.1 and disable shared libraries on
9904 # powerpc, because MkLinux only supported shared libraries with the
9905 # GNU dynamic linker. Since this was broken with cross compilers,
9906 # most powerpc-linux boxes support dynamic linking these days and
9907 # people can always --disable-shared, the test was removed, and we
9908 # assume the GNU/Linux dynamic linker is in use.
9909 dynamic_linker
='GNU/Linux ld.so'
9916 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9917 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9918 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9919 dynamic_linker
='NetBSD (a.out) ld.so'
9921 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9922 soname_spec
='${libname}${release}${shared_ext}$major'
9923 dynamic_linker
='NetBSD ld.elf_so'
9925 shlibpath_var
=LD_LIBRARY_PATH
9926 shlibpath_overrides_runpath
=yes
9927 hardcode_into_libs
=yes
9932 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9933 shlibpath_var
=LD_LIBRARY_PATH
9934 shlibpath_overrides_runpath
=yes
9941 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9942 soname_spec
='${libname}${release}${shared_ext}$major'
9943 shlibpath_var
=LD_LIBRARY_PATH
9944 shlibpath_overrides_runpath
=no
9945 hardcode_into_libs
=yes
9946 dynamic_linker
='ldqnx.so'
9951 sys_lib_dlsearch_path_spec
="/usr/lib"
9953 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9955 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9956 *) need_version
=no
;;
9958 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9959 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9960 shlibpath_var
=LD_LIBRARY_PATH
9961 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9963 openbsd2.
[89] | openbsd2.
[89].
*)
9964 shlibpath_overrides_runpath
=no
9967 shlibpath_overrides_runpath
=yes
9971 shlibpath_overrides_runpath
=yes
9976 libname_spec
='$name'
9979 library_names_spec
='$libname${shared_ext} $libname.a'
9980 dynamic_linker
='OS/2 ld.exe'
9981 shlibpath_var
=LIBPATH
9984 osf3
* | osf4
* | osf5
*)
9988 soname_spec
='${libname}${release}${shared_ext}$major'
9989 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9990 shlibpath_var
=LD_LIBRARY_PATH
9991 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9992 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10003 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10004 soname_spec
='${libname}${release}${shared_ext}$major'
10005 shlibpath_var
=LD_LIBRARY_PATH
10006 shlibpath_overrides_runpath
=yes
10007 hardcode_into_libs
=yes
10008 # ldd complains unless libraries are executable
10009 postinstall_cmds
='chmod +x $lib'
10014 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10015 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10016 shlibpath_var
=LD_LIBRARY_PATH
10017 shlibpath_overrides_runpath
=yes
10018 if test "$with_gnu_ld" = yes; then
10026 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10027 soname_spec
='${libname}${release}${shared_ext}$major'
10028 shlibpath_var
=LD_LIBRARY_PATH
10029 case $host_vendor in
10031 shlibpath_overrides_runpath
=no
10033 runpath_var
=LD_RUN_PATH
10041 shlibpath_overrides_runpath
=no
10042 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10048 if test -d /usr
/nec
;then
10050 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10051 soname_spec
='$libname${shared_ext}.$major'
10052 shlibpath_var
=LD_LIBRARY_PATH
10056 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10057 version_type
=freebsd-elf
10060 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10061 soname_spec
='${libname}${release}${shared_ext}$major'
10062 shlibpath_var
=LD_LIBRARY_PATH
10063 shlibpath_overrides_runpath
=yes
10064 hardcode_into_libs
=yes
10065 if test "$with_gnu_ld" = yes; then
10066 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10068 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10071 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10075 sys_lib_dlsearch_path_spec
='/usr/lib'
10079 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10083 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10084 shlibpath_var
=LD_LIBRARY_PATH
10085 shlibpath_overrides_runpath
=no
10086 hardcode_into_libs
=yes
10091 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10092 soname_spec
='${libname}${release}${shared_ext}$major'
10093 shlibpath_var
=LD_LIBRARY_PATH
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10101 $as_echo "$dynamic_linker" >&6; }
10102 test "$dynamic_linker" = no
&& can_build_shared
=no
10104 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10105 if test "$GCC" = yes; then
10106 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10109 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10110 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10112 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10113 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10208 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10210 if test -n "$hardcode_libdir_flag_spec" ||
10211 test -n "$runpath_var" ||
10212 test "X$hardcode_automatic" = "Xyes" ; then
10214 # We can hardcode non-existent directories.
10215 if test "$hardcode_direct" != no
&&
10216 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10217 # have to relink, otherwise we might link with an installed library
10218 # when we should be linking with a yet-to-be-installed one
10219 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10220 test "$hardcode_minus_L" != no
; then
10221 # Linking always hardcodes the temporary library directory.
10222 hardcode_action
=relink
10224 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10225 hardcode_action
=immediate
10228 # We cannot hardcode anything, or else we can only hardcode existing
10230 hardcode_action
=unsupported
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10233 $as_echo "$hardcode_action" >&6; }
10235 if test "$hardcode_action" = relink ||
10236 test "$inherit_rpath" = yes; then
10237 # Fast installation is not supported
10238 enable_fast_install
=no
10239 elif test "$shlibpath_overrides_runpath" = yes ||
10240 test "$enable_shared" = no
; then
10241 # Fast installation is not necessary
10242 enable_fast_install
=needless
10250 if test "x$enable_dlopen" != xyes
; then
10251 enable_dlopen
=unknown
10252 enable_dlopen_self
=unknown
10253 enable_dlopen_self_static
=unknown
10260 lt_cv_dlopen
="load_add_on"
10262 lt_cv_dlopen_self
=yes
10265 mingw
* | pw32
* | cegcc
*)
10266 lt_cv_dlopen
="LoadLibrary"
10271 lt_cv_dlopen
="dlopen"
10276 # if libdl is installed we need to link against it
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10278 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10279 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10280 $as_echo_n "(cached) " >&6
10282 ac_check_lib_save_LIBS
=$LIBS
10284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10285 /* end confdefs.h. */
10287 /* Override any GCC internal prototype to avoid an error.
10288 Use char because int might match the return type of a GCC
10289 builtin and then its argument prototype would still apply. */
10302 if ac_fn_c_try_link
"$LINENO"; then :
10303 ac_cv_lib_dl_dlopen
=yes
10305 ac_cv_lib_dl_dlopen
=no
10307 rm -f core conftest.err conftest.
$ac_objext \
10308 conftest
$ac_exeext conftest.
$ac_ext
10309 LIBS
=$ac_check_lib_save_LIBS
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10312 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10313 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
10314 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10317 lt_cv_dlopen
="dyld"
10319 lt_cv_dlopen_self
=yes
10326 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10327 if test "x$ac_cv_func_shl_load" = x
""yes; then :
10328 lt_cv_dlopen
="shl_load"
10330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10331 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10332 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10333 $as_echo_n "(cached) " >&6
10335 ac_check_lib_save_LIBS
=$LIBS
10337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10338 /* end confdefs.h. */
10340 /* Override any GCC internal prototype to avoid an error.
10341 Use char because int might match the return type of a GCC
10342 builtin and then its argument prototype would still apply. */
10350 return shl_load ();
10355 if ac_fn_c_try_link
"$LINENO"; then :
10356 ac_cv_lib_dld_shl_load
=yes
10358 ac_cv_lib_dld_shl_load
=no
10360 rm -f core conftest.err conftest.
$ac_objext \
10361 conftest
$ac_exeext conftest.
$ac_ext
10362 LIBS
=$ac_check_lib_save_LIBS
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10365 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10366 if test "x$ac_cv_lib_dld_shl_load" = x
""yes; then :
10367 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10369 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10370 if test "x$ac_cv_func_dlopen" = x
""yes; then :
10371 lt_cv_dlopen
="dlopen"
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10374 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10375 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10376 $as_echo_n "(cached) " >&6
10378 ac_check_lib_save_LIBS
=$LIBS
10380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10381 /* end confdefs.h. */
10383 /* Override any GCC internal prototype to avoid an error.
10384 Use char because int might match the return type of a GCC
10385 builtin and then its argument prototype would still apply. */
10398 if ac_fn_c_try_link
"$LINENO"; then :
10399 ac_cv_lib_dl_dlopen
=yes
10401 ac_cv_lib_dl_dlopen
=no
10403 rm -f core conftest.err conftest.
$ac_objext \
10404 conftest
$ac_exeext conftest.
$ac_ext
10405 LIBS
=$ac_check_lib_save_LIBS
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10408 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10409 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
10410 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10413 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10414 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10415 $as_echo_n "(cached) " >&6
10417 ac_check_lib_save_LIBS
=$LIBS
10418 LIBS
="-lsvld $LIBS"
10419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10420 /* end confdefs.h. */
10422 /* Override any GCC internal prototype to avoid an error.
10423 Use char because int might match the return type of a GCC
10424 builtin and then its argument prototype would still apply. */
10437 if ac_fn_c_try_link
"$LINENO"; then :
10438 ac_cv_lib_svld_dlopen
=yes
10440 ac_cv_lib_svld_dlopen
=no
10442 rm -f core conftest.err conftest.
$ac_objext \
10443 conftest
$ac_exeext conftest.
$ac_ext
10444 LIBS
=$ac_check_lib_save_LIBS
10446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10447 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10448 if test "x$ac_cv_lib_svld_dlopen" = x
""yes; then :
10449 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10452 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10453 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10454 $as_echo_n "(cached) " >&6
10456 ac_check_lib_save_LIBS
=$LIBS
10458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10459 /* end confdefs.h. */
10461 /* Override any GCC internal prototype to avoid an error.
10462 Use char because int might match the return type of a GCC
10463 builtin and then its argument prototype would still apply. */
10471 return dld_link ();
10476 if ac_fn_c_try_link
"$LINENO"; then :
10477 ac_cv_lib_dld_dld_link
=yes
10479 ac_cv_lib_dld_dld_link
=no
10481 rm -f core conftest.err conftest.
$ac_objext \
10482 conftest
$ac_exeext conftest.
$ac_ext
10483 LIBS
=$ac_check_lib_save_LIBS
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10486 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10487 if test "x$ac_cv_lib_dld_dld_link" = x
""yes; then :
10488 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
10509 if test "x$lt_cv_dlopen" != xno
; then
10515 case $lt_cv_dlopen in
10517 save_CPPFLAGS
="$CPPFLAGS"
10518 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10520 save_LDFLAGS
="$LDFLAGS"
10521 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10524 LIBS
="$lt_cv_dlopen_libs $LIBS"
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10527 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10528 if test "${lt_cv_dlopen_self+set}" = set; then :
10529 $as_echo_n "(cached) " >&6
10531 if test "$cross_compiling" = yes; then :
10532 lt_cv_dlopen_self
=cross
10534 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10535 lt_status
=$lt_dlunknown
10536 cat > conftest.
$ac_ext <<_LT_EOF
10537 #line 10537 "configure"
10538 #include "confdefs.h"
10547 # define LT_DLGLOBAL RTLD_GLOBAL
10550 # define LT_DLGLOBAL DL_GLOBAL
10552 # define LT_DLGLOBAL 0
10556 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10557 find out it does not work in some platform. */
10558 #ifndef LT_DLLAZY_OR_NOW
10560 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10563 # define LT_DLLAZY_OR_NOW DL_LAZY
10566 # define LT_DLLAZY_OR_NOW RTLD_NOW
10569 # define LT_DLLAZY_OR_NOW DL_NOW
10571 # define LT_DLLAZY_OR_NOW 0
10578 /* When -fvisbility=hidden is used, assume the code has been annotated
10579 correspondingly for the symbols needed. */
10580 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10581 void fnord () __attribute__((visibility("default")));
10584 void fnord () { int i=42; }
10587 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10588 int status = $lt_dlunknown;
10592 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10595 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10596 else puts (dlerror ());
10598 /* dlclose (self); */
10606 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10607 (eval $ac_link) 2>&5
10609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10610 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10611 (.
/conftest
; exit; ) >&5 2>/dev
/null
10613 case x
$lt_status in
10614 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10615 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10616 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10619 # compilation failed
10620 lt_cv_dlopen_self
=no
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10628 $as_echo "$lt_cv_dlopen_self" >&6; }
10630 if test "x$lt_cv_dlopen_self" = xyes
; then
10631 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10633 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10634 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10635 $as_echo_n "(cached) " >&6
10637 if test "$cross_compiling" = yes; then :
10638 lt_cv_dlopen_self_static
=cross
10640 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10641 lt_status
=$lt_dlunknown
10642 cat > conftest.
$ac_ext <<_LT_EOF
10643 #line 10643 "configure"
10644 #include "confdefs.h"
10653 # define LT_DLGLOBAL RTLD_GLOBAL
10656 # define LT_DLGLOBAL DL_GLOBAL
10658 # define LT_DLGLOBAL 0
10662 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10663 find out it does not work in some platform. */
10664 #ifndef LT_DLLAZY_OR_NOW
10666 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10669 # define LT_DLLAZY_OR_NOW DL_LAZY
10672 # define LT_DLLAZY_OR_NOW RTLD_NOW
10675 # define LT_DLLAZY_OR_NOW DL_NOW
10677 # define LT_DLLAZY_OR_NOW 0
10684 /* When -fvisbility=hidden is used, assume the code has been annotated
10685 correspondingly for the symbols needed. */
10686 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10687 void fnord () __attribute__((visibility("default")));
10690 void fnord () { int i=42; }
10693 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10694 int status = $lt_dlunknown;
10698 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10701 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10702 else puts (dlerror ());
10704 /* dlclose (self); */
10712 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10713 (eval $ac_link) 2>&5
10715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10716 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10717 (.
/conftest
; exit; ) >&5 2>/dev
/null
10719 case x
$lt_status in
10720 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10721 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10722 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10725 # compilation failed
10726 lt_cv_dlopen_self_static
=no
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10734 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10737 CPPFLAGS
="$save_CPPFLAGS"
10738 LDFLAGS
="$save_LDFLAGS"
10743 case $lt_cv_dlopen_self in
10744 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10745 *) enable_dlopen_self
=unknown
;;
10748 case $lt_cv_dlopen_self_static in
10749 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10750 *) enable_dlopen_self_static
=unknown
;;
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10773 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10774 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10775 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10776 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10778 $as_echo "yes" >&6; }
10780 # FIXME - insert some real tests, host_os isn't really good enough
10783 if test -n "$STRIP" ; then
10784 striplib
="$STRIP -x"
10785 old_striplib
="$STRIP -S"
10786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10787 $as_echo "yes" >&6; }
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10790 $as_echo "no" >&6; }
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10795 $as_echo "no" >&6; }
10811 # Report which library types will actually be built
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10813 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10815 $as_echo "$can_build_shared" >&6; }
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10818 $as_echo_n "checking whether to build shared libraries... " >&6; }
10819 test "$can_build_shared" = "no" && enable_shared
=no
10821 # On AIX, shared libraries and static libraries use the same namespace, and
10822 # are all built from PIC.
10825 test "$enable_shared" = yes && enable_static
=no
10826 if test -n "$RANLIB"; then
10827 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10828 postinstall_cmds
='$RANLIB $lib'
10833 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10834 test "$enable_shared" = yes && enable_static
=no
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10839 $as_echo "$enable_shared" >&6; }
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10842 $as_echo_n "checking whether to build static libraries... " >&6; }
10843 # Make sure either enable_shared or enable_static is yes.
10844 test "$enable_shared" = yes || enable_static
=yes
10845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10846 $as_echo "$enable_static" >&6; }
10853 ac_cpp
='$CPP $CPPFLAGS'
10854 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10855 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10856 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10872 ac_config_commands
="$ac_config_commands libtool"
10877 # Only expand once:
10882 .
${srcdir}/..
/..
/bfd
/configure.
host
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
10888 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
10889 # Check whether --enable-maintainer-mode was given.
10890 if test "${enable_maintainer_mode+set}" = set; then :
10891 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
10893 USE_MAINTAINER_MODE
=no
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
10897 $as_echo "$USE_MAINTAINER_MODE" >&6; }
10898 if test $USE_MAINTAINER_MODE = yes; then
10899 MAINTAINER_MODE_TRUE
=
10900 MAINTAINER_MODE_FALSE
='#'
10902 MAINTAINER_MODE_TRUE
='#'
10903 MAINTAINER_MODE_FALSE
=
10906 MAINT
=$MAINTAINER_MODE_TRUE
10911 # Check whether --enable-sim-bswap was given.
10912 if test "${enable_sim_bswap+set}" = set; then :
10913 enableval
=$enable_sim_bswap; case "${enableval}" in
10914 yes) sim_bswap
="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
10915 no
) sim_bswap
="-DWITH_BSWAP=0";;
10916 *) as_fn_error
"\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap
="";;
10918 if test x
"$silent" != x
"yes" && test x
"$sim_bswap" != x
""; then
10919 echo "Setting bswap flags = $sim_bswap" 6>&1
10927 # Check whether --enable-sim-cflags was given.
10928 if test "${enable_sim_cflags+set}" = set; then :
10929 enableval
=$enable_sim_cflags; case "${enableval}" in
10930 yes) sim_cflags
="-O2 -fomit-frame-pointer";;
10931 trace
) as_fn_error
"\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags
="";;
10932 no
) sim_cflags
="";;
10933 *) sim_cflags
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
10935 if test x
"$silent" != x
"yes" && test x
"$sim_cflags" != x
""; then
10936 echo "Setting sim cflags = $sim_cflags" 6>&1
10944 # Check whether --enable-sim-debug was given.
10945 if test "${enable_sim_debug+set}" = set; then :
10946 enableval
=$enable_sim_debug; case "${enableval}" in
10947 yes) sim_debug
="-DDEBUG=7 -DWITH_DEBUG=7";;
10948 no
) sim_debug
="-DDEBUG=0 -DWITH_DEBUG=0";;
10949 *) sim_debug
="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
10951 if test x
"$silent" != x
"yes" && test x
"$sim_debug" != x
""; then
10952 echo "Setting sim debug = $sim_debug" 6>&1
10960 # Check whether --enable-sim-stdio was given.
10961 if test "${enable_sim_stdio+set}" = set; then :
10962 enableval
=$enable_sim_stdio; case "${enableval}" in
10963 yes) sim_stdio
="-DWITH_STDIO=DO_USE_STDIO";;
10964 no
) sim_stdio
="-DWITH_STDIO=DONT_USE_STDIO";;
10965 *) as_fn_error
"\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio
="";;
10967 if test x
"$silent" != x
"yes" && test x
"$sim_stdio" != x
""; then
10968 echo "Setting stdio flags = $sim_stdio" 6>&1
10976 # Check whether --enable-sim-trace was given.
10977 if test "${enable_sim_trace+set}" = set; then :
10978 enableval
=$enable_sim_trace; case "${enableval}" in
10979 yes) sim_trace
="-DTRACE=1 -DWITH_TRACE=-1";;
10980 no
) sim_trace
="-DTRACE=0 -DWITH_TRACE=0";;
10982 sim_trace
="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
10985 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
10986 if test x
"$sim_trace" = x
; then
10987 sim_trace
="-DWITH_TRACE='(TRACE_$x"
10989 sim_trace
="${sim_trace}|TRACE_$x"
10992 sim_trace
="$sim_trace)'" ;;
10994 if test x
"$silent" != x
"yes" && test x
"$sim_trace" != x
""; then
10995 echo "Setting sim trace = $sim_trace" 6>&1
11003 # Check whether --enable-sim-profile was given.
11004 if test "${enable_sim_profile+set}" = set; then :
11005 enableval
=$enable_sim_profile; case "${enableval}" in
11006 yes) sim_profile
="-DPROFILE=1 -DWITH_PROFILE=-1";;
11007 no
) sim_profile
="-DPROFILE=0 -DWITH_PROFILE=0";;
11009 sim_profile
="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
11012 for x
in `echo "$enableval" | sed -e "s/,/ /g"`; do
11013 if test x
"$sim_profile" = x
; then
11014 sim_profile
="-DWITH_PROFILE='(PROFILE_$x"
11016 sim_profile
="${sim_profile}|PROFILE_$x"
11019 sim_profile
="$sim_profile)'" ;;
11021 if test x
"$silent" != x
"yes" && test x
"$sim_profile" != x
""; then
11022 echo "Setting sim profile = $sim_profile" 6>&1
11025 sim_profile
="-DPROFILE=1 -DWITH_PROFILE=-1"
11031 # Check whether --with-pkgversion was given.
11032 if test "${with_pkgversion+set}" = set; then :
11033 withval
=$with_pkgversion; case "$withval" in
11034 yes) as_fn_error
"package version not specified" "$LINENO" 5 ;;
11036 *) PKGVERSION
="($withval) " ;;
11039 PKGVERSION
="(GDB) "
11047 # Check whether --with-bugurl was given.
11048 if test "${with_bugurl+set}" = set; then :
11049 withval
=$with_bugurl; case "$withval" in
11050 yes) as_fn_error
"bug URL not specified" "$LINENO" 5 ;;
11053 *) BUGURL
="$withval"
11057 BUGURL
="http://www.gnu.org/software/gdb/bugs/"
11067 REPORT_BUGS_TO
="<$BUGURL>"
11068 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
11075 cat >>confdefs.h
<<_ACEOF
11076 #define PKGVERSION "$PKGVERSION"
11080 cat >>confdefs.h
<<_ACEOF
11081 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11086 $as_echo_n "checking return type of signal handlers... " >&6; }
11087 if test "${ac_cv_type_signal+set}" = set; then :
11088 $as_echo_n "(cached) " >&6
11090 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11091 /* end confdefs.h. */
11092 #include <sys/types.h>
11093 #include <signal.h>
11098 return *(signal (0, 0)) (0) == 1;
11103 if ac_fn_c_try_compile
"$LINENO"; then :
11104 ac_cv_type_signal
=int
11106 ac_cv_type_signal
=void
11108 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11111 $as_echo "$ac_cv_type_signal" >&6; }
11113 cat >>confdefs.h
<<_ACEOF
11114 #define RETSIGTYPE $ac_cv_type_signal
11124 sim_link_links
=tconfig.h
11125 if test -f ${srcdir}/tconfig.
in
11127 sim_link_files
=tconfig.
in
11129 sim_link_files
=..
/common
/tconfig.
in
11132 # targ-vals.def points to the libc macro description file.
11133 case "${target}" in
11134 *-*-*) TARG_VALS_DEF
=..
/common
/nltvals.def
;;
11136 sim_link_files
="${sim_link_files} ${TARG_VALS_DEF}"
11137 sim_link_links
="${sim_link_links} targ-vals.def"
11141 # Put a useful copy of CPP_FOR_TARGET in Makefile.
11142 # This is only used to build the target values header files. These files are
11143 # shipped with distributions so CPP_FOR_TARGET only needs to work in
11144 # developer's trees. This value is borrowed from ../../Makefile.in.
11145 CPP_FOR_TARGET
="\` \
11146 if test -f \$\${rootme}/../../gcc/Makefile ; then \
11147 if test -f \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/Makefile ; then \
11148 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/ -idirafter \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/targ-include -idirafter \$(srcroot)/newlib/libc/include -nostdinc; \
11150 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/; \
11153 if test '\$(host_canonical)' = '\$(target_canonical)' ; then \
11156 t='\$(program_transform_name)'; echo gcc | sed -e 's/x/x/' \$\$t; \
11161 # Set TARGET_SUBDIR, needed by CPP_FOR_TARGET.
11162 if test x
"${host}" = x
"${target}" ; then
11165 TARGET_SUBDIR
=${target_alias}
11169 # These aren't all needed yet, but will be eventually.
11170 for ac_header
in stdlib.h string.h
strings.h
time.h sys
/times.h sys
/stat.h sys
/mman.h
11172 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11173 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11174 eval as_val
=\$
$as_ac_Header
11175 if test "x$as_val" = x
""yes; then :
11176 cat >>confdefs.h
<<_ACEOF
11177 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11184 for ac_func
in mmap munmap lstat truncate ftruncate posix_fallocate
11186 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11187 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
11188 eval as_val
=\$
$as_ac_var
11189 if test "x$as_val" = x
""yes; then :
11190 cat >>confdefs.h
<<_ACEOF
11191 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11197 ac_fn_c_check_member
"$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
11198 #include <sys/types.h>
11200 #ifdef HAVE_SYS_STAT_H
11201 #include <sys/stat.h>
11204 if test "x$ac_cv_member_struct_stat_st_dev" = x
""yes; then :
11206 cat >>confdefs.h
<<_ACEOF
11207 #define HAVE_STRUCT_STAT_ST_DEV 1
11212 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
11213 #include <sys/types.h>
11215 #ifdef HAVE_SYS_STAT_H
11216 #include <sys/stat.h>
11219 if test "x$ac_cv_member_struct_stat_st_ino" = x
""yes; then :
11221 cat >>confdefs.h
<<_ACEOF
11222 #define HAVE_STRUCT_STAT_ST_INO 1
11227 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
11228 #include <sys/types.h>
11230 #ifdef HAVE_SYS_STAT_H
11231 #include <sys/stat.h>
11234 if test "x$ac_cv_member_struct_stat_st_mode" = x
""yes; then :
11236 cat >>confdefs.h
<<_ACEOF
11237 #define HAVE_STRUCT_STAT_ST_MODE 1
11242 ac_fn_c_check_member
"$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
11243 #include <sys/types.h>
11245 #ifdef HAVE_SYS_STAT_H
11246 #include <sys/stat.h>
11249 if test "x$ac_cv_member_struct_stat_st_nlink" = x
""yes; then :
11251 cat >>confdefs.h
<<_ACEOF
11252 #define HAVE_STRUCT_STAT_ST_NLINK 1
11257 ac_fn_c_check_member
"$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
11258 #include <sys/types.h>
11260 #ifdef HAVE_SYS_STAT_H
11261 #include <sys/stat.h>
11264 if test "x$ac_cv_member_struct_stat_st_uid" = x
""yes; then :
11266 cat >>confdefs.h
<<_ACEOF
11267 #define HAVE_STRUCT_STAT_ST_UID 1
11272 ac_fn_c_check_member
"$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
11273 #include <sys/types.h>
11275 #ifdef HAVE_SYS_STAT_H
11276 #include <sys/stat.h>
11279 if test "x$ac_cv_member_struct_stat_st_gid" = x
""yes; then :
11281 cat >>confdefs.h
<<_ACEOF
11282 #define HAVE_STRUCT_STAT_ST_GID 1
11287 ac_fn_c_check_member
"$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
11288 #include <sys/types.h>
11290 #ifdef HAVE_SYS_STAT_H
11291 #include <sys/stat.h>
11294 if test "x$ac_cv_member_struct_stat_st_rdev" = x
""yes; then :
11296 cat >>confdefs.h
<<_ACEOF
11297 #define HAVE_STRUCT_STAT_ST_RDEV 1
11302 ac_fn_c_check_member
"$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
11303 #include <sys/types.h>
11305 #ifdef HAVE_SYS_STAT_H
11306 #include <sys/stat.h>
11309 if test "x$ac_cv_member_struct_stat_st_size" = x
""yes; then :
11311 cat >>confdefs.h
<<_ACEOF
11312 #define HAVE_STRUCT_STAT_ST_SIZE 1
11317 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
11318 #include <sys/types.h>
11320 #ifdef HAVE_SYS_STAT_H
11321 #include <sys/stat.h>
11324 if test "x$ac_cv_member_struct_stat_st_blksize" = x
""yes; then :
11326 cat >>confdefs.h
<<_ACEOF
11327 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
11332 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
11333 #include <sys/types.h>
11335 #ifdef HAVE_SYS_STAT_H
11336 #include <sys/stat.h>
11339 if test "x$ac_cv_member_struct_stat_st_blocks" = x
""yes; then :
11341 cat >>confdefs.h
<<_ACEOF
11342 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
11347 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
11348 #include <sys/types.h>
11350 #ifdef HAVE_SYS_STAT_H
11351 #include <sys/stat.h>
11354 if test "x$ac_cv_member_struct_stat_st_atime" = x
""yes; then :
11356 cat >>confdefs.h
<<_ACEOF
11357 #define HAVE_STRUCT_STAT_ST_ATIME 1
11362 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
11363 #include <sys/types.h>
11365 #ifdef HAVE_SYS_STAT_H
11366 #include <sys/stat.h>
11369 if test "x$ac_cv_member_struct_stat_st_mtime" = x
""yes; then :
11371 cat >>confdefs.h
<<_ACEOF
11372 #define HAVE_STRUCT_STAT_ST_MTIME 1
11377 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
11378 #include <sys/types.h>
11380 #ifdef HAVE_SYS_STAT_H
11381 #include <sys/stat.h>
11384 if test "x$ac_cv_member_struct_stat_st_ctime" = x
""yes; then :
11386 cat >>confdefs.h
<<_ACEOF
11387 #define HAVE_STRUCT_STAT_ST_CTIME 1
11393 ac_fn_c_check_type
"$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
11394 #include <sys/socket.h>
11397 if test "x$ac_cv_type_socklen_t" = x
""yes; then :
11399 cat >>confdefs.h
<<_ACEOF
11400 #define HAVE_SOCKLEN_T 1
11407 ac_config_files
="$ac_config_files Makefile"
11409 ac_config_commands
="$ac_config_commands default"
11411 cat >confcache
<<\_ACEOF
11412 # This file is a shell script that caches the results of configure
11413 # tests run on this system so they can be shared between configure
11414 # scripts and configure runs, see configure's option --config-cache.
11415 # It is not useful on other systems. If it contains results you don't
11416 # want to keep, you may remove or edit it.
11418 # config.status only pays attention to the cache file if you give it
11419 # the --recheck option to rerun configure.
11421 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11422 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11423 # following values.
11427 # The following way of writing the cache mishandles newlines in values,
11428 # but we know of no workaround that is simple, portable, and efficient.
11429 # So, we kill variables containing newlines.
11430 # Ultrix sh set writes to stderr and can't be redirected directly,
11431 # and sets the high bit in the cache file unless we assign to the vars.
11433 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11434 eval ac_val
=\$
$ac_var
11438 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11439 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11442 _ | IFS | as_nl
) ;; #(
11443 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
11444 *) { eval $ac_var=; unset $ac_var;} ;;
11450 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11451 *${as_nl}ac_space
=\
*)
11452 # `set' does not quote correctly, so add quotes: double-quote
11453 # substitution turns \\\\ into \\, and sed turns \\ into \.
11456 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11459 # `set' quotes correctly as required by POSIX, so do not add quotes.
11460 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11469 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11471 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11473 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
11474 if test -w "$cache_file"; then
11475 test "x$cache_file" != "x/dev/null" &&
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11477 $as_echo "$as_me: updating cache $cache_file" >&6;}
11478 cat confcache
>$cache_file
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11481 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11486 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
11487 # Let make expand exec_prefix.
11488 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
11490 DEFS
=-DHAVE_CONFIG_H
11494 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
11495 # 1. Remove the extension, and $U if already installed.
11496 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
11497 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
11498 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11499 # will be set to the directory where LIBOBJS objects are built.
11500 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11501 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
11503 LIBOBJS
=$ac_libobjs
11505 LTLIBOBJS
=$ac_ltlibobjs
11508 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
11509 as_fn_error
"conditional \"GMAKE\" was never defined.
11510 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11512 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11513 as_fn_error
"conditional \"PLUGINS\" was never defined.
11514 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11516 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11517 as_fn_error
"conditional \"MAINTAINER_MODE\" was never defined.
11518 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11521 : ${CONFIG_STATUS=./config.status}
11523 ac_clean_files_save
=$ac_clean_files
11524 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11526 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11528 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11530 # Generated by $as_me.
11531 # Run this file to recreate the current configuration.
11532 # Compiler output produced by configure, useful for debugging
11533 # configure, is in config.log if it exists.
11536 ac_cs_recheck=false
11539 SHELL=\${CONFIG_SHELL-$SHELL}
11542 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
11543 ## -------------------- ##
11544 ## M4sh Initialization. ##
11545 ## -------------------- ##
11547 # Be more Bourne compatible
11548 DUALCASE
=1; export DUALCASE
# for MKS sh
11549 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
11552 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11553 # is contrary to our usage. Disable this feature.
11554 alias -g '${1+"$@"}'='"$@"'
11555 setopt NO_GLOB_SUBST
11557 case `(set -o) 2>/dev/null` in #(
11569 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11570 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11571 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11572 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11573 # Prefer a ksh shell builtin over an external printf program on Solaris,
11574 # but without wasting forks for bash or zsh.
11575 if test -z "$BASH_VERSION$ZSH_VERSION" \
11576 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11577 as_echo='print
-r --'
11578 as_echo_n='print
-rn --'
11579 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11580 as_echo='printf %s
\n'
11581 as_echo_n='printf %s
'
11583 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11584 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
11585 as_echo_n='/usr
/ucb
/echo -n'
11587 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11588 as_echo_n_body='eval
11592 expr "X$arg" : "X\\(.*\\)$as_nl";
11593 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11595 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
11597 export as_echo_n_body
11598 as_echo_n='sh
-c $as_echo_n_body as_echo
'
11600 export as_echo_body
11601 as_echo='sh
-c $as_echo_body as_echo
'
11604 # The user is always right.
11605 if test "${PATH_SEPARATOR+set}" != set; then
11607 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11608 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11615 # We need space, tab and new line, in precisely that order. Quoting is
11616 # there to prevent editors from complaining about space-tab.
11617 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11618 # splitting by setting IFS to empty value.)
11621 # Find who we are. Look in the path if we contain no directory separator.
11623 *[\\/]* ) as_myself=$0 ;;
11624 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11625 for as_dir in $PATH
11628 test -z "$as_dir" && as_dir=.
11629 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11635 # We did not find ourselves, most probably we were run as `sh COMMAND'
11636 # in which case we are not to be found in the path.
11637 if test "x$as_myself" = x
; then
11640 if test ! -f "$as_myself"; then
11641 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11645 # Unset variables that we do not need and which cause bugs (e.g. in
11646 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11647 # suppresses any "Segmentation fault" message there. '((' could
11648 # trigger a bug in pdksh 5.2.14.
11649 for as_var
in BASH_ENV ENV MAIL MAILPATH
11650 do eval test x\
${$as_var+set} = xset \
11651 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
11664 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
11667 # as_fn_error ERROR [LINENO LOG_FD]
11668 # ---------------------------------
11669 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11670 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11671 # script with status $?, using 1 if that was 0.
11674 as_status
=$?
; test $as_status -eq 0 && as_status
=1
11676 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
11677 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11679 $as_echo "$as_me: error: $1" >&2
11680 as_fn_exit
$as_status
11684 # as_fn_set_status STATUS
11685 # -----------------------
11686 # Set $? to STATUS, without forking.
11687 as_fn_set_status
()
11690 } # as_fn_set_status
11692 # as_fn_exit STATUS
11693 # -----------------
11694 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11698 as_fn_set_status
$1
11704 # Portably unset VAR.
11707 { eval $1=; unset $1;}
11709 as_unset
=as_fn_unset
11710 # as_fn_append VAR VALUE
11711 # ----------------------
11712 # Append the text in VALUE to the end of the definition contained in VAR. Take
11713 # advantage of any shell optimizations that allow amortized linear growth over
11714 # repeated appends, instead of the typical quadratic growth present in naive
11716 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
11717 eval 'as_fn_append ()
11728 # as_fn_arith ARG...
11729 # ------------------
11730 # Perform arithmetic evaluation on the ARGs, and store the result in the
11731 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11732 # must be portable across $(()) and expr.
11733 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
11734 eval 'as_fn_arith ()
11741 as_val
=`expr "$@" || test $? -eq 1`
11746 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
11747 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
11753 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11754 as_basename
=basename
11759 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
11765 as_me
=`$as_basename -- "$0" ||
11766 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11767 X"$0" : 'X\(//\)$' \| \
11768 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11770 sed '/^.*\/\([^/][^/]*\)\/*$/{
11784 # Avoid depending upon Character Ranges.
11785 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
11786 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11787 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
11788 as_cr_digits
='0123456789'
11789 as_cr_alnum
=$as_cr_Letters$as_cr_digits
11791 ECHO_C
= ECHO_N
= ECHO_T
=
11792 case `echo -n x` in #(((((
11794 case `echo 'xy\c'` in
11795 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
11797 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
11804 rm -f conf$$ conf$$.exe conf$$.
file
11805 if test -d conf$$.dir
; then
11806 rm -f conf$$.dir
/conf$$.
file
11809 mkdir conf$$.dir
2>/dev
/null
11811 if (echo >conf$$.
file) 2>/dev
/null
; then
11812 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11814 # ... but there are two gotchas:
11815 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11816 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11817 # In both cases, we have to default to `cp -p'.
11818 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
11820 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11828 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
11829 rmdir conf$$.dir
2>/dev
/null
11834 # Create "$as_dir" as a directory, including parents if necessary.
11839 -*) as_dir
=.
/$as_dir;;
11841 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
11845 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11846 *) as_qdir
=$as_dir;;
11848 as_dirs
="'$as_qdir' $as_dirs"
11849 as_dir
=`$as_dirname -- "$as_dir" ||
11850 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11851 X"$as_dir" : 'X\(//\)[^/]' \| \
11852 X"$as_dir" : 'X\(//\)$' \| \
11853 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11854 $as_echo X"$as_dir" |
11855 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11859 /^X\(\/\/\)[^/].*/{
11872 test -d "$as_dir" && break
11874 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
11875 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
11879 if mkdir
-p .
2>/dev
/null
; then
11880 as_mkdir_p
='mkdir -p "$as_dir"'
11882 test -d .
/-p && rmdir .
/-p
11886 if test -x / >/dev
/null
2>&1; then
11887 as_test_x
='test -x'
11889 if ls -dL / >/dev
/null
2>&1; then
11896 if test -d "$1"; then
11902 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11903 ???[sx]*):;;*)false;;esac;fi
11907 as_executable_p
=$as_test_x
11909 # Sed expression to map a string onto a valid CPP name.
11910 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11912 # Sed expression to map a string onto a valid variable name.
11913 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11917 ## ----------------------------------- ##
11918 ## Main body of $CONFIG_STATUS script. ##
11919 ## ----------------------------------- ##
11921 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
11923 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11924 # Save the log message, to keep $0 and so on meaningful, and to
11925 # report actual input values of CONFIG_FILES etc. instead of their
11926 # values after options handling.
11928 This file was extended by $as_me, which was
11929 generated by GNU Autoconf 2.64. Invocation command line was
11931 CONFIG_FILES = $CONFIG_FILES
11932 CONFIG_HEADERS = $CONFIG_HEADERS
11933 CONFIG_LINKS = $CONFIG_LINKS
11934 CONFIG_COMMANDS = $CONFIG_COMMANDS
11937 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11942 case $ac_config_files in *"
11943 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
11946 case $ac_config_headers in *"
11947 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
11951 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11952 # Files that config.status was made for.
11953 config_files="$ac_config_files"
11954 config_headers="$ac_config_headers"
11955 config_commands="$ac_config_commands"
11959 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
11961 \`$as_me' instantiates files and other configuration actions
11962 from templates according to the current configuration. Unless the files
11963 and actions are specified as TAGs, all are instantiated by default.
11965 Usage: $0 [OPTION]... [TAG]...
11967 -h, --help print this help, then exit
11968 -V, --version print version number and configuration settings, then exit
11969 -q, --quiet, --silent
11970 do not print progress messages
11971 -d, --debug don't remove temporary files
11972 --recheck update $as_me by reconfiguring in the same conditions
11973 --file=FILE[:TEMPLATE]
11974 instantiate the configuration file FILE
11975 --header=FILE[:TEMPLATE]
11976 instantiate the configuration header FILE
11978 Configuration files:
11981 Configuration headers:
11984 Configuration commands:
11987 Report bugs to the package provider."
11990 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11993 configured by $0, generated by GNU Autoconf 2.64,
11994 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11996 Copyright (C) 2009 Free Software Foundation, Inc.
11997 This config.status script is free software; the Free Software Foundation
11998 gives unlimited permission to copy, distribute and modify it."
12004 test -n "\$AWK" || AWK=awk
12007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12008 # The default lists apply if the user does not specify any file.
12014 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
12015 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
12026 # Handling of the options.
12027 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12029 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
12030 $as_echo "$ac_cs_version"; exit ;;
12031 --debug |
--debu |
--deb |
--de |
--d |
-d )
12033 --file |
--fil |
--fi |
--f )
12036 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12038 as_fn_append CONFIG_FILES
" '$ac_optarg'"
12039 ac_need_defaults
=false
;;
12040 --header |
--heade |
--head |
--hea )
12043 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12045 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
12046 ac_need_defaults
=false
;;
12048 # Conflict between --help and --header
12049 as_fn_error
"ambiguous option: \`$1'
12050 Try \`$0 --help' for more information.";;
12051 --help |
--hel |
-h )
12052 $as_echo "$ac_cs_usage"; exit ;;
12053 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12054 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12057 # This is an error.
12058 -*) as_fn_error
"unrecognized option: \`$1'
12059 Try \`$0 --help' for more information." ;;
12061 *) as_fn_append ac_config_targets
" $1"
12062 ac_need_defaults
=false
;;
12068 ac_configure_extra_args
=
12070 if $ac_cs_silent; then
12072 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12077 if \$ac_cs_recheck; then
12078 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12080 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12081 CONFIG_SHELL='$SHELL'
12082 export CONFIG_SHELL
12087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12091 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12092 ## Running $as_me. ##
12098 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12102 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12105 # The HP-UX ksh and POSIX shell print the target directory to stdout
12106 # if CDPATH is set.
12107 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12109 sed_quote_subst='$sed_quote_subst'
12110 double_quote_subst='$double_quote_subst'
12111 delay_variable_subst='$delay_variable_subst'
12112 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12113 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12114 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12115 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12116 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12117 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12118 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12119 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12120 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12121 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12122 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12123 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12124 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12125 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12126 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12127 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12128 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12129 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12130 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12131 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12132 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12133 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12134 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12135 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12136 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12137 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12138 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12139 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12140 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12141 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12142 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12143 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12144 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12145 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12146 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12147 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12148 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12149 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12150 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12151 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12152 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12153 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12154 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12155 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12156 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12157 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12158 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12159 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12160 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"`'
12161 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12162 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12163 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12164 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12165 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12166 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12167 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12168 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12169 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12170 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12171 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12172 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12173 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12174 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12175 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12176 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12177 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12178 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12179 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12180 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12181 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12182 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12183 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12184 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12185 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12186 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12187 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12188 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12189 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12190 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12191 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12192 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12193 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12194 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12195 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12196 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12197 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12198 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12199 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12200 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12201 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12202 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12203 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12204 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12205 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12206 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12207 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12208 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12209 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12210 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12211 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12212 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12213 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12214 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12215 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12216 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12217 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12218 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12219 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12220 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12221 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12222 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12223 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12224 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12225 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12226 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12227 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12228 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12229 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12230 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12231 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12234 LTCFLAGS='$LTCFLAGS'
12235 compiler='$compiler_DEFAULT'
12237 # A function that is used when there is no print builtin or printf.
12238 func_fallback_echo ()
12240 eval 'cat <<_LTECHO_EOF
12245 # Quote evaled strings.
12259 deplibs_check_method \
12268 lt_cv_sys_global_symbol_pipe \
12269 lt_cv_sys_global_symbol_to_cdecl \
12270 lt_cv_sys_global_symbol_to_c_name_address \
12271 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12272 lt_prog_compiler_no_builtin_flag \
12273 lt_prog_compiler_wl \
12274 lt_prog_compiler_pic \
12275 lt_prog_compiler_static \
12276 lt_cv_prog_compiler_c_o \
12284 export_dynamic_flag_spec \
12285 whole_archive_flag_spec \
12286 compiler_needs_object \
12288 allow_undefined_flag \
12289 no_undefined_flag \
12290 hardcode_libdir_flag_spec \
12291 hardcode_libdir_flag_spec_ld \
12292 hardcode_libdir_separator \
12297 variables_saved_for_relink \
12299 library_names_spec \
12301 install_override_mode \
12305 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12306 *[\\\\\\\`\\"\\\$]*)
12307 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12310 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12315 # Double-quote double-evaled strings.
12316 for var in reload_cmds \
12317 old_postinstall_cmds \
12318 old_postuninstall_cmds \
12320 extract_expsyms_cmds \
12321 old_archive_from_new_cmds \
12322 old_archive_from_expsyms_cmds \
12324 archive_expsym_cmds \
12326 module_expsym_cmds \
12327 export_symbols_cmds \
12330 postuninstall_cmds \
12332 sys_lib_search_path_spec \
12333 sys_lib_dlsearch_path_spec; do
12334 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12335 *[\\\\\\\`\\"\\\$]*)
12336 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12339 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12344 ac_aux_dir='$ac_aux_dir'
12345 xsi_shell='$xsi_shell'
12346 lt_shell_append='$lt_shell_append'
12348 # See if we are running on zsh, and set the options which allow our
12349 # commands through without removal of \ escapes INIT.
12350 if test -n "\${ZSH_VERSION+set}" ; then
12351 setopt NO_GLOB_SUBST
12357 TIMESTAMP='$TIMESTAMP'
12366 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12368 # Handling of arguments.
12369 for ac_config_target
in $ac_config_targets
12371 case $ac_config_target in
12372 "cconfig.h") CONFIG_HEADERS
="$CONFIG_HEADERS cconfig.h:config.in" ;;
12373 "depdir") CONFIG_COMMANDS
="$CONFIG_COMMANDS depdir" ;;
12374 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
12375 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12376 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
12378 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12383 # If the user did not use the arguments to specify the items to instantiate,
12384 # then the envvar interface is used. Set only those that are not.
12385 # We use the long form for the default assignment because of an extremely
12386 # bizarre bug on SunOS 4.1.3.
12387 if $ac_need_defaults; then
12388 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12389 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
12390 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
12393 # Have a temporary directory for convenience. Make it in the build tree
12394 # simply because there is no reason against having it here, and in addition,
12395 # creating and moving files from /tmp can sometimes cause problems.
12396 # Hook for its removal unless debugging.
12397 # Note that there is a small window in which the directory will not be cleaned:
12398 # after its creation but before its name has been assigned to `$tmp'.
12402 trap 'exit_status=$?
12403 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12405 trap 'as_fn_exit 1' 1 2 13 15
12407 # Create a (secure) tmp directory for tmp files.
12410 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12411 test -n "$tmp" && test -d "$tmp"
12414 tmp
=.
/conf$$
-$RANDOM
12415 (umask 077 && mkdir
"$tmp")
12416 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
12418 # Set up the scripts for CONFIG_FILES section.
12419 # No need to generate them if there are no CONFIG_FILES.
12420 # This happens for instance with `./config.status config.h'.
12421 if test -n "$CONFIG_FILES"; then
12424 ac_cr
=`echo X | tr X '\015'`
12425 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12426 # But we know of no other shell where ac_cr would be empty at this
12427 # point, so we can use a bashism as a fallback.
12428 if test "x$ac_cr" = x
; then
12429 eval ac_cr
=\$
\'\\r
\'
12431 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12432 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12435 ac_cs_awk_cr
=$ac_cr
12438 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12443 echo "cat >conf$$subs.awk <<_ACEOF" &&
12444 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12446 } >conf$$subs.sh ||
12447 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
12448 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12450 for ac_last_try in false false false false false :; do
12451 . ./conf$$subs.sh ||
12452 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
12454 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
12455 if test $ac_delim_n = $ac_delim_num; then
12457 elif $ac_last_try; then
12458 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
12460 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
12463 rm -f conf$$subs.sh
12465 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12466 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
12470 s/^/S["/; s
/!.
*/"]=/
12480 s/\(.\{148\}\).*/\1/
12482 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
12487 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
12494 s/\(.\{148\}\).*/\1/
12496 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
12500 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
12505 ' <conf$$subs.awk | sed '
12510 ' >>$CONFIG_STATUS || ac_write_fail=1
12511 rm -f conf$$subs.awk
12512 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12514 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
12515 for (key in S) S_is_set[key] = 1
12521 nfields = split(line, field, "@
")
12523 len = length(field[1])
12524 for (i = 2; i < nfields; i++) {
12526 keylen = length(key)
12527 if (S_is_set[key]) {
12529 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12530 len += length(value) + length(field[++i])
12541 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12542 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12543 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
12546 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
12547 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
12550 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12551 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12552 # trailing colons and then remove the whole line if VPATH becomes empty
12553 # (actually we leave an empty line to preserve line numbers).
12554 if test "x
$srcdir" = x.; then
12555 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12556 s/:*\$(srcdir):*/:/
12557 s/:*\${srcdir}:*/:/
12559 s/^\([^=]*=[ ]*\):*/\1/
12565 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12566 fi # test -n "$CONFIG_FILES"
12568 # Set up the scripts for CONFIG_HEADERS section.
12569 # No need to generate them if there are no CONFIG_HEADERS.
12570 # This happens for instance with `./config.status Makefile'.
12571 if test -n "$CONFIG_HEADERS"; then
12572 cat >"$tmp/defines.
awk" <<\_ACAWK ||
12576 # Transform confdefs.h into an awk script `defines.awk', embedded as
12577 # here-document in config.status, that substitutes the proper values into
12578 # config.h.in to produce config.h.
12580 # Create a delimiter string that does not exist in confdefs.h, to ease
12581 # handling of long lines.
12583 for ac_last_try in false false :; do
12584 ac_t=`sed -n "/$ac_delim/p
" confdefs.h`
12585 if test -z "$ac_t"; then
12587 elif $ac_last_try; then
12588 as_fn_error "could not
make $CONFIG_HEADERS" "$LINENO" 5
12590 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
12594 # For the awk script, D is an array of macro values keyed by name,
12595 # likewise P contains macro parameters if any. Preserve backslash
12596 # newline sequences.
12598 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12600 s/.\{148\}/&'"$ac_delim"'/g
12603 s/^[ ]*#[ ]*define[ ][ ]*/ /
12610 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
12612 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
12616 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
12617 D["\
1"]=" \
3\\\\\\n
"\\/p
12619 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
12624 s/.\{148\}/&'"$ac_delim"'/g
12629 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
12632 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
12634 ' <confdefs.h | sed '
12635 s/'"$ac_delim"'/"\\\
12636 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12638 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12639 for (key in D) D_is_set[key] = 1
12642 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12644 split(line, arg, " ")
12645 if (arg[1] == "#") {
12649 defundef
= substr
(arg
[1], 2)
12652 split(mac1
, mac2
, "(") #)
12654 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
12655 if (D_is_set
[macro
]) {
12656 # Preserve the white space surrounding the "#".
12657 print prefix
"define", macro P
[macro
] D
[macro
]
12660 # Replace #undef with comments. This is necessary, for example,
12661 # in the case of _POSIX_SOURCE, which is predefined and required
12662 # on some systems where configure will not decide to define it.
12663 if (defundef
== "undef") {
12664 print
"/*", prefix defundef
, macro
, "*/"
12672 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12673 as_fn_error
"could not setup config headers machinery" "$LINENO" 5
12674 fi # test -n "$CONFIG_HEADERS"
12677 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12682 :[FHLC
]) ac_mode
=$ac_tag; continue;;
12684 case $ac_mode$ac_tag in
12686 :L
* |
:C
*:*) as_fn_error
"invalid tag \`$ac_tag'" "$LINENO" 5;;
12687 :[FH
]-) ac_tag
=-:-;;
12688 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
12705 -) ac_f
="$tmp/stdin";;
12706 *) # Look for the file first in the build tree, then in the source tree
12707 # (if the path is not absolute). The absolute path cannot be DOS-style,
12708 # because $ac_f cannot contain `:'.
12712 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
12714 as_fn_error
"cannot find input file: \`$ac_f'" "$LINENO" 5;;
12716 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12717 as_fn_append ac_file_inputs
" '$ac_f'"
12720 # Let's still pretend it is `configure' which instantiates (i.e., don't
12721 # use $as_me), people would be surprised to read:
12722 # /* config.h. Generated by config.status. */
12723 configure_input
='Generated from '`
12724 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12726 if test x
"$ac_file" != x-
; then
12727 configure_input
="$ac_file. $configure_input"
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12729 $as_echo "$as_me: creating $ac_file" >&6;}
12731 # Neutralize special characters interpreted by sed in replacement strings.
12732 case $configure_input in #(
12733 *\
&* |
*\|
* |
*\\* )
12734 ac_sed_conf_input
=`$as_echo "$configure_input" |
12735 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12736 *) ac_sed_conf_input
=$configure_input;;
12740 *:-:* |
*:-) cat >"$tmp/stdin" \
12741 || as_fn_error
"could not create $ac_file" "$LINENO" 5 ;;
12746 ac_dir
=`$as_dirname -- "$ac_file" ||
12747 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12748 X"$ac_file" : 'X\(//\)[^/]' \| \
12749 X"$ac_file" : 'X\(//\)$' \| \
12750 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12751 $as_echo X"$ac_file" |
12752 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12756 /^X\(\/\/\)[^/].*/{
12769 as_dir
="$ac_dir"; as_fn_mkdir_p
12773 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
12775 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12776 # A ".." for each directory in $ac_dir_suffix.
12777 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12778 case $ac_top_builddir_sub in
12779 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
12780 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
12783 ac_abs_top_builddir
=$ac_pwd
12784 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
12785 # for backward compatibility:
12786 ac_top_builddir
=$ac_top_build_prefix
12789 .
) # We are building in place.
12791 ac_top_srcdir
=$ac_top_builddir_sub
12792 ac_abs_top_srcdir
=$ac_pwd ;;
12793 [\\/]* | ?
:[\\/]* ) # Absolute name.
12794 ac_srcdir
=$srcdir$ac_dir_suffix;
12795 ac_top_srcdir
=$srcdir
12796 ac_abs_top_srcdir
=$srcdir ;;
12797 *) # Relative name.
12798 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
12799 ac_top_srcdir
=$ac_top_build_prefix$srcdir
12800 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
12802 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
12812 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
12813 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
12817 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12818 # If the template does not know about datarootdir, expand it.
12819 # FIXME: This hack should be removed a few years after 2.60.
12820 ac_datarootdir_hack
=; ac_datarootdir_seen
=
12831 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12832 *datarootdir
*) ac_datarootdir_seen
=yes;;
12833 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12835 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12837 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12838 ac_datarootdir_hack='
12839 s&@datadir@&$datadir&g
12840 s&@docdir@&$docdir&g
12841 s&@infodir@&$infodir&g
12842 s&@localedir@&$localedir&g
12843 s&@mandir@&$mandir&g
12844 s&\\\${datarootdir}&$datarootdir&g' ;;
12848 # Neutralize VPATH when `$srcdir' = `.'.
12849 # Shell code in configure.ac might set extrasub.
12850 # FIXME: do we really want to maintain this feature?
12851 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12852 ac_sed_extra="$ac_vpsub
12855 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
12857 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
12858 s|@configure_input@|
$ac_sed_conf_input|
;t t
12859 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
12860 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
12861 s
&@srcdir@
&$ac_srcdir&;t t
12862 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
12863 s
&@top_srcdir@
&$ac_top_srcdir&;t t
12864 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
12865 s
&@builddir@
&$ac_builddir&;t t
12866 s
&@abs_builddir@
&$ac_abs_builddir&;t t
12867 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
12868 s
&@INSTALL@
&$ac_INSTALL&;t t
12869 $ac_datarootdir_hack
12871 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.
awk" >$tmp/out \
12872 || as_fn_error "could not create
$ac_file" "$LINENO" 5
12874 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12875 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
12876 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
12878 which seems to be undefined. Please make sure it is defined." >&5
12879 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
12880 which seems to be undefined. Please make sure it is defined." >&2;}
12884 -) cat "$tmp/out" && rm -f "$tmp/out";;
12885 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12887 || as_fn_error "could not create $ac_file" "$LINENO" 5
12893 if test x"$ac_file" != x-; then
12895 $as_echo "/* $configure_input */" \
12896 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12897 } >"$tmp/config.h" \
12898 || as_fn_error "could not create $ac_file" "$LINENO" 5
12899 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12901 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12904 mv "$tmp/config.h" "$ac_file" \
12905 || as_fn_error "could not create $ac_file" "$LINENO" 5
12908 $as_echo "/* $configure_input */" \
12909 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12910 || as_fn_error "could not create -" "$LINENO" 5
12914 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12915 $as_echo "$as_me: executing $ac_file commands" >&6;}
12920 case $ac_file$ac_mode in
12921 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
12924 # See if we are running on zsh, and set the options which allow our
12925 # commands through without removal of \ escapes.
12926 if test -n "${ZSH_VERSION+set}" ; then
12927 setopt NO_GLOB_SUBST
12930 cfgfile="${ofile}T"
12931 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12934 cat <<_LT_EOF >> "$cfgfile"
12937 # `$ECHO "$ofile" | sed 's
%^.
*/%%'` - Provide generalized library-building support services.
12938 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12939 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12940 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12942 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12943 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12944 # Written by Gordon Matzigkeit, 1996
12946 # This file is part of GNU Libtool.
12948 # GNU Libtool is free software; you can redistribute it and/or
12949 # modify it under the terms of the GNU General Public License as
12950 # published by the Free Software Foundation; either version 2 of
12951 # the License, or (at your option) any later version.
12953 # As a special exception to the GNU General Public License,
12954 # if you distribute this file as part of a program or library that
12955 # is built using GNU Libtool, you may include this file under the
12956 # same distribution terms that you use for the rest of that program.
12958 # GNU Libtool is distributed in the hope that it will be useful,
12959 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12960 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12961 # GNU General Public License for more details.
12963 # You should have received a copy of the GNU General Public License
12964 # along with GNU Libtool; see the file COPYING. If not, a copy
12965 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12966 # obtained by writing to the Free Software Foundation, Inc.,
12967 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12970 # The names of the tagged configurations supported by this script.
12973 # ### BEGIN LIBTOOL CONFIG
12975 # Which release of libtool.m4 was used?
12976 macro_version=$macro_version
12977 macro_revision=$macro_revision
12979 # Whether or not to build shared libraries.
12980 build_libtool_libs=$enable_shared
12982 # Whether or not to build static libraries.
12983 build_old_libs=$enable_static
12985 # What type of objects to build.
12988 # Whether or not to optimize for fast installation.
12989 fast_install=$enable_fast_install
12991 # Shell to use when invoking shell scripts.
12994 # An echo program that protects backslashes.
12998 host_alias=$host_alias
13002 # The build system.
13003 build_alias=$build_alias
13007 # A sed program that does not truncate output.
13010 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13011 Xsed="\$SED -e 1s/^X//"
13013 # A grep program that handles long lines.
13019 # A literal string matcher.
13022 # A BSD- or MS-compatible name lister.
13025 # Whether we need soft or hard links.
13028 # What is the maximum length of a command?
13029 max_cmd_len=$max_cmd_len
13031 # Object file suffix (normally "o").
13034 # Executable file suffix (normally "").
13037 # whether the shell understands "unset".
13040 # turn spaces into newlines.
13043 # turn newlines into spaces.
13046 # An object symbol dumper.
13047 OBJDUMP=$lt_OBJDUMP
13049 # Method to check whether dependent libraries are shared objects.
13050 deplibs_check_method=$lt_deplibs_check_method
13052 # Command to use when deplibs_check_method == "file_magic".
13053 file_magic_cmd=$lt_file_magic_cmd
13057 AR_FLAGS=$lt_AR_FLAGS
13059 # A symbol stripping program.
13062 # Commands used to install an old-style archive.
13064 old_postinstall_cmds=$lt_old_postinstall_cmds
13065 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13067 # Whether to use a lock for old archive extraction.
13068 lock_old_archive_extraction=$lock_old_archive_extraction
13073 # LTCC compiler flags.
13074 LTCFLAGS=$lt_CFLAGS
13076 # Take the output of nm and produce a listing of raw symbols and C names.
13077 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13079 # Transform the output of nm in a proper C declaration.
13080 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13082 # Transform the output of nm in a C name address pair.
13083 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13085 # Transform the output of nm in a C name address pair when lib prefix is needed.
13086 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13088 # The name of the directory that contains temporary libtool files.
13091 # Used to examine libraries when file_magic_cmd begins with "file".
13092 MAGIC_CMD=$MAGIC_CMD
13094 # Must we lock files when doing compilation?
13095 need_locks=$lt_need_locks
13097 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13098 DSYMUTIL=$lt_DSYMUTIL
13100 # Tool to change global to local symbols on Mac OS X.
13103 # Tool to manipulate fat objects and archives on Mac OS X.
13106 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13109 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13110 OTOOL64=$lt_OTOOL64
13112 # Old archive suffix (normally "a").
13115 # Shared library suffix (normally ".so").
13116 shrext_cmds=$lt_shrext_cmds
13118 # The commands to extract the exported symbol list from a shared archive.
13119 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13121 # Variables whose values should be saved in libtool wrapper scripts and
13122 # restored at link time.
13123 variables_saved_for_relink=$lt_variables_saved_for_relink
13125 # Do we need the "lib" prefix for modules?
13126 need_lib_prefix=$need_lib_prefix
13128 # Do we need a version for libraries?
13129 need_version=$need_version
13131 # Library versioning type.
13132 version_type=$version_type
13134 # Shared library runtime path variable.
13135 runpath_var=$runpath_var
13137 # Shared library path variable.
13138 shlibpath_var=$shlibpath_var
13140 # Is shlibpath searched before the hard-coded library search path?
13141 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13143 # Format of library name prefix.
13144 libname_spec=$lt_libname_spec
13146 # List of archive names. First name is the real one, the rest are links.
13147 # The last name is the one that the linker finds with -lNAME
13148 library_names_spec=$lt_library_names_spec
13150 # The coded name of the library, if different from the real name.
13151 soname_spec=$lt_soname_spec
13153 # Permission mode override for installation of shared libraries.
13154 install_override_mode=$lt_install_override_mode
13156 # Command to use after installation of a shared archive.
13157 postinstall_cmds=$lt_postinstall_cmds
13159 # Command to use after uninstallation of a shared archive.
13160 postuninstall_cmds=$lt_postuninstall_cmds
13162 # Commands used to finish a libtool library installation in a directory.
13163 finish_cmds=$lt_finish_cmds
13165 # As "finish_cmds", except a single script fragment to be evaled but
13167 finish_eval=$lt_finish_eval
13169 # Whether we should hardcode library paths into libraries.
13170 hardcode_into_libs=$hardcode_into_libs
13172 # Compile-time system search path for libraries.
13173 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13175 # Run-time system search path for libraries.
13176 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13178 # Whether dlopen is supported.
13179 dlopen_support=$enable_dlopen
13181 # Whether dlopen of programs is supported.
13182 dlopen_self=$enable_dlopen_self
13184 # Whether dlopen of statically linked programs is supported.
13185 dlopen_self_static=$enable_dlopen_self_static
13187 # Commands to strip libraries.
13188 old_striplib=$lt_old_striplib
13189 striplib=$lt_striplib
13192 # The linker used to build libraries.
13195 # How to create reloadable object files.
13196 reload_flag=$lt_reload_flag
13197 reload_cmds=$lt_reload_cmds
13199 # Commands used to build an old-style archive.
13200 old_archive_cmds=$lt_old_archive_cmds
13202 # A language specific compiler.
13205 # Is the compiler the GNU compiler?
13208 # Compiler flag to turn off builtin functions.
13209 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13211 # How to pass a linker flag through the compiler.
13212 wl=$lt_lt_prog_compiler_wl
13214 # Additional compiler flags for building library objects.
13215 pic_flag=$lt_lt_prog_compiler_pic
13217 # Compiler flag to prevent dynamic linking.
13218 link_static_flag=$lt_lt_prog_compiler_static
13220 # Does compiler simultaneously support -c and -o options?
13221 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13223 # Whether or not to add -lc for building shared libraries.
13224 build_libtool_need_lc=$archive_cmds_need_lc
13226 # Whether or not to disallow shared libs when runtime libs are static.
13227 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13229 # Compiler flag to allow reflexive dlopens.
13230 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13232 # Compiler flag to generate shared objects directly from archives.
13233 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13235 # Whether the compiler copes with passing no objects directly.
13236 compiler_needs_object=$lt_compiler_needs_object
13238 # Create an old-style archive from a shared archive.
13239 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13241 # Create a temporary old-style archive to link instead of a shared archive.
13242 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13244 # Commands used to build a shared archive.
13245 archive_cmds=$lt_archive_cmds
13246 archive_expsym_cmds=$lt_archive_expsym_cmds
13248 # Commands used to build a loadable module if different from building
13249 # a shared archive.
13250 module_cmds=$lt_module_cmds
13251 module_expsym_cmds=$lt_module_expsym_cmds
13253 # Whether we are building with GNU ld or not.
13254 with_gnu_ld=$lt_with_gnu_ld
13256 # Flag that allows shared libraries with undefined symbols to be built.
13257 allow_undefined_flag=$lt_allow_undefined_flag
13259 # Flag that enforces no undefined symbols.
13260 no_undefined_flag=$lt_no_undefined_flag
13262 # Flag to hardcode \$libdir into a binary during linking.
13263 # This must work even if \$libdir does not exist
13264 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13266 # If ld is used when linking, flag to hardcode \$libdir into a binary
13267 # during linking. This must work even if \$libdir does not exist.
13268 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13270 # Whether we need a single "-rpath" flag with a separated argument.
13271 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13273 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13274 # DIR into the resulting binary.
13275 hardcode_direct=$hardcode_direct
13277 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13278 # DIR into the resulting binary and the resulting library dependency is
13279 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13280 # library is relocated.
13281 hardcode_direct_absolute=$hardcode_direct_absolute
13283 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13284 # into the resulting binary.
13285 hardcode_minus_L=$hardcode_minus_L
13287 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13288 # into the resulting binary.
13289 hardcode_shlibpath_var=$hardcode_shlibpath_var
13291 # Set to "yes" if building a shared library automatically hardcodes DIR
13292 # into the library and all subsequent libraries and executables linked
13294 hardcode_automatic=$hardcode_automatic
13296 # Set to yes if linker adds runtime paths of dependent libraries
13297 # to runtime path list.
13298 inherit_rpath=$inherit_rpath
13300 # Whether libtool must link a program against all its dependency libraries.
13301 link_all_deplibs=$link_all_deplibs
13303 # Fix the shell variable \$srcfile for the compiler.
13304 fix_srcfile_path=$lt_fix_srcfile_path
13306 # Set to "yes" if exported symbols are required.
13307 always_export_symbols=$always_export_symbols
13309 # The commands to list exported symbols.
13310 export_symbols_cmds=$lt_export_symbols_cmds
13312 # Symbols that should not be listed in the preloaded symbols.
13313 exclude_expsyms=$lt_exclude_expsyms
13315 # Symbols that must always be exported.
13316 include_expsyms=$lt_include_expsyms
13318 # Commands necessary for linking programs (against libraries) with templates.
13319 prelink_cmds=$lt_prelink_cmds
13321 # Specify filename containing input files.
13322 file_list_spec=$lt_file_list_spec
13324 # How to hardcode a shared library path into an executable.
13325 hardcode_action=$hardcode_action
13327 # ### END LIBTOOL CONFIG
13333 cat <<\_LT_EOF >> "$cfgfile"
13334 # AIX sometimes has problems with the GCC collect2 program. For some
13335 # reason, if we set the COLLECT_NAMES environment variable, the problems
13336 # vanish in a puff of smoke.
13337 if test "X${COLLECT_NAMES+set}" != Xset; then
13339 export COLLECT_NAMES
13346 ltmain="$ac_aux_dir/ltmain.sh"
13349 # We use sed instead of cat because bash on DJGPP gets confused if
13350 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13351 # text mode, it properly converts lines to CR/LF. This bash problem
13352 # is reportedly fixed, but why not run on old versions too?
13353 sed '/^
# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13354 ||
(rm -f "$cfgfile"; exit 1)
13358 cat << \_LT_EOF
>> "$cfgfile"
13360 # func_dirname file append nondir_replacement
13361 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13362 # otherwise set result to NONDIR_REPLACEMENT.
13366 */*) func_dirname_result
="${1%/*}${2}" ;;
13367 * ) func_dirname_result
="${3}" ;;
13371 # func_basename file
13374 func_basename_result
="${1##*/}"
13377 # func_dirname_and_basename file append nondir_replacement
13378 # perform func_basename and func_dirname in a single function
13380 # dirname: Compute the dirname of FILE. If nonempty,
13381 # add APPEND to the result, otherwise set result
13382 # to NONDIR_REPLACEMENT.
13383 # value returned in "$func_dirname_result"
13384 # basename: Compute filename of FILE.
13385 # value retuned in "$func_basename_result"
13386 # Implementation must be kept synchronized with func_dirname
13387 # and func_basename. For efficiency, we do not delegate to
13388 # those functions but instead duplicate the functionality here.
13389 func_dirname_and_basename
()
13392 */*) func_dirname_result
="${1%/*}${2}" ;;
13393 * ) func_dirname_result
="${3}" ;;
13395 func_basename_result
="${1##*/}"
13398 # func_stripname prefix suffix name
13399 # strip PREFIX and SUFFIX off of NAME.
13400 # PREFIX and SUFFIX must not contain globbing or regex special
13401 # characters, hashes, percent signs, but SUFFIX may contain a leading
13402 # dot (in which case that matches only a dot).
13405 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13406 # positional parameters, so assign one to ordinary parameter first.
13407 func_stripname_result
=${3}
13408 func_stripname_result
=${func_stripname_result#"${1}"}
13409 func_stripname_result
=${func_stripname_result%"${2}"}
13415 func_opt_split_opt
=${1%%=*}
13416 func_opt_split_arg
=${1#*=}
13423 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
13424 *) func_lo2o_result
=${1} ;;
13428 # func_xform libobj-or-source
13431 func_xform_result
=${1%.*}.lo
13434 # func_arith arithmetic-term...
13437 func_arith_result
=$
(( $
* ))
13441 # STRING may not start with a hyphen.
13444 func_len_result
=${#1}
13449 *) # Bourne compatible functions.
13450 cat << \_LT_EOF
>> "$cfgfile"
13452 # func_dirname file append nondir_replacement
13453 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13454 # otherwise set result to NONDIR_REPLACEMENT.
13457 # Extract subdirectory from the argument.
13458 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
13459 if test "X$func_dirname_result" = "X${1}"; then
13460 func_dirname_result
="${3}"
13462 func_dirname_result
="$func_dirname_result${2}"
13466 # func_basename file
13469 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
13473 # func_stripname prefix suffix name
13474 # strip PREFIX and SUFFIX off of NAME.
13475 # PREFIX and SUFFIX must not contain globbing or regex special
13476 # characters, hashes, percent signs, but SUFFIX may contain a leading
13477 # dot (in which case that matches only a dot).
13478 # func_strip_suffix prefix name
13482 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13483 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13488 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
13489 my_sed_long_arg
='1s/^-[^=]*=//'
13494 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13495 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13501 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
13504 # func_xform libobj-or-source
13507 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13510 # func_arith arithmetic-term...
13513 func_arith_result
=`expr "$@"`
13517 # STRING may not start with a hyphen.
13520 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13526 case $lt_shell_append in
13528 cat << \_LT_EOF
>> "$cfgfile"
13530 # func_append var value
13531 # Append VALUE to the end of shell variable VAR.
13539 cat << \_LT_EOF
>> "$cfgfile"
13541 # func_append var value
13542 # Append VALUE to the end of shell variable VAR.
13553 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13554 ||
(rm -f "$cfgfile"; exit 1)
13556 mv -f "$cfgfile" "$ofile" ||
13557 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13561 "default":C
) case x
$CONFIG_HEADERS in xcconfig.h
:config.
in) echo > stamp-h
;; esac ;;
13569 ac_clean_files
=$ac_clean_files_save
13571 test $ac_write_fail = 0 ||
13572 as_fn_error
"write failure creating $CONFIG_STATUS" "$LINENO" 5
13575 # configure is writing to config.log, and then calls config.status.
13576 # config.status does its own redirection, appending to config.log.
13577 # Unfortunately, on DOS this fails, as config.log is still kept open
13578 # by configure, so config.status won't be able to write to it; its
13579 # output is simply discarded. So we exec the FD to /dev/null,
13580 # effectively closing config.log, so it can be properly (re)opened and
13581 # appended to by config.status. When coming back to configure, we
13582 # need to make the FD available again.
13583 if test "$no_create" != yes; then
13585 ac_config_status_args
=
13586 test "$silent" = yes &&
13587 ac_config_status_args
="$ac_config_status_args --quiet"
13589 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
13591 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13592 # would make configure fail if this is the last instruction.
13593 $ac_cs_success || as_fn_exit $?
13595 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13597 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}