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
="z8k-dis.c"
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
='am__EXEEXT_FALSE
641 MAINTAINER_MODE_FALSE
681 INSTALL_STRIP_PROGRAM
742 program_transform_name
755 enable_option_checking
756 enable_dependency_tracking
765 enable_build_warnings
766 enable_maintainer_mode
767 enable_install_libbfd
771 ac_precious_vars
='build_alias
782 # Initialize some variables set by options.
784 ac_init_version
=false
785 ac_unrecognized_opts
=
787 # The variables have the same names as the options, with
788 # dashes changed to underlines.
796 program_transform_name
=s
,x
,x
,
804 # Installation directory options.
805 # These are left unexpanded so users can "make install exec_prefix=/foo"
806 # and all the variables that are supposed to be based on exec_prefix
807 # by default will actually change.
808 # Use braces instead of parens because sh, perl, etc. also accept them.
809 # (The list follows the same order as the GNU Coding Standards.)
810 bindir
='${exec_prefix}/bin'
811 sbindir
='${exec_prefix}/sbin'
812 libexecdir
='${exec_prefix}/libexec'
813 datarootdir
='${prefix}/share'
814 datadir
='${datarootdir}'
815 sysconfdir
='${prefix}/etc'
816 sharedstatedir
='${prefix}/com'
817 localstatedir
='${prefix}/var'
818 includedir
='${prefix}/include'
819 oldincludedir
='/usr/include'
820 docdir
='${datarootdir}/doc/${PACKAGE}'
821 infodir
='${datarootdir}/info'
826 libdir
='${exec_prefix}/lib'
827 localedir
='${datarootdir}/locale'
828 mandir
='${datarootdir}/man'
834 # If the previous option needs an argument, assign it.
835 if test -n "$ac_prev"; then
836 eval $ac_prev=\
$ac_option
842 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
846 # Accept the important Cygnus configure options, so we can diagnose typos.
848 case $ac_dashdash$ac_option in
852 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
854 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
857 -build |
--build |
--buil |
--bui |
--bu)
858 ac_prev
=build_alias
;;
859 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
860 build_alias
=$ac_optarg ;;
862 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
863 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
864 ac_prev
=cache_file
;;
865 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
866 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
867 cache_file
=$ac_optarg ;;
870 cache_file
=config.cache
;;
872 -datadir |
--datadir |
--datadi |
--datad)
874 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
875 datadir
=$ac_optarg ;;
877 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
878 |
--dataroo |
--dataro |
--datar)
879 ac_prev
=datarootdir
;;
880 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
881 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
882 datarootdir
=$ac_optarg ;;
884 -disable-* |
--disable-*)
885 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
886 # Reject names that are not valid shell variable names.
887 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
888 as_fn_error
"invalid feature name: $ac_useropt"
889 ac_useropt_orig
=$ac_useropt
890 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
891 case $ac_user_opts in
895 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
896 ac_unrecognized_sep
=', ';;
898 eval enable_
$ac_useropt=no
;;
900 -docdir |
--docdir |
--docdi |
--doc |
--do)
902 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
905 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
907 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
910 -enable-* |
--enable-*)
911 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
914 as_fn_error
"invalid feature name: $ac_useropt"
915 ac_useropt_orig
=$ac_useropt
916 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
917 case $ac_user_opts in
921 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
922 ac_unrecognized_sep
=', ';;
924 eval enable_
$ac_useropt=\
$ac_optarg ;;
926 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
927 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
928 |
--exec |
--exe |
--ex)
929 ac_prev
=exec_prefix
;;
930 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
931 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
932 |
--exec=* |
--exe=* |
--ex=*)
933 exec_prefix
=$ac_optarg ;;
935 -gas |
--gas |
--ga |
--g)
936 # Obsolete; use --with-gas.
939 -help |
--help |
--hel |
--he |
-h)
941 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
942 ac_init_help
=recursive
;;
943 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
944 ac_init_help
=short
;;
946 -host |
--host |
--hos |
--ho)
947 ac_prev
=host_alias
;;
948 -host=* |
--host=* |
--hos=* |
--ho=*)
949 host_alias
=$ac_optarg ;;
951 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
953 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
955 htmldir
=$ac_optarg ;;
957 -includedir |
--includedir |
--includedi |
--included |
--include \
958 |
--includ |
--inclu |
--incl |
--inc)
959 ac_prev
=includedir
;;
960 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
961 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
962 includedir
=$ac_optarg ;;
964 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
966 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
967 infodir
=$ac_optarg ;;
969 -libdir |
--libdir |
--libdi |
--libd)
971 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
974 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
975 |
--libexe |
--libex |
--libe)
976 ac_prev
=libexecdir
;;
977 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
978 |
--libexe=* |
--libex=* |
--libe=*)
979 libexecdir
=$ac_optarg ;;
981 -localedir |
--localedir |
--localedi |
--localed |
--locale)
983 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
984 localedir
=$ac_optarg ;;
986 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
987 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
988 ac_prev
=localstatedir
;;
989 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
990 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
991 localstatedir
=$ac_optarg ;;
993 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
995 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
999 # Obsolete; use --without-fp.
1002 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1003 |
--no-cr |
--no-c |
-n)
1006 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1007 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1010 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1011 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1012 |
--oldin |
--oldi |
--old |
--ol |
--o)
1013 ac_prev
=oldincludedir
;;
1014 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1015 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1016 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1017 oldincludedir
=$ac_optarg ;;
1019 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1021 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1022 prefix
=$ac_optarg ;;
1024 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1025 |
--program-pre |
--program-pr |
--program-p)
1026 ac_prev
=program_prefix
;;
1027 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1028 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1029 program_prefix
=$ac_optarg ;;
1031 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1032 |
--program-suf |
--program-su |
--program-s)
1033 ac_prev
=program_suffix
;;
1034 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1035 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1036 program_suffix
=$ac_optarg ;;
1038 -program-transform-name |
--program-transform-name \
1039 |
--program-transform-nam |
--program-transform-na \
1040 |
--program-transform-n |
--program-transform- \
1041 |
--program-transform |
--program-transfor \
1042 |
--program-transfo |
--program-transf \
1043 |
--program-trans |
--program-tran \
1044 |
--progr-tra |
--program-tr |
--program-t)
1045 ac_prev
=program_transform_name
;;
1046 -program-transform-name=* |
--program-transform-name=* \
1047 |
--program-transform-nam=* |
--program-transform-na=* \
1048 |
--program-transform-n=* |
--program-transform-=* \
1049 |
--program-transform=* |
--program-transfor=* \
1050 |
--program-transfo=* |
--program-transf=* \
1051 |
--program-trans=* |
--program-tran=* \
1052 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1053 program_transform_name
=$ac_optarg ;;
1055 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1057 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1058 pdfdir
=$ac_optarg ;;
1060 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1062 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1065 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1066 |
-silent |
--silent |
--silen |
--sile |
--sil)
1069 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1071 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1073 sbindir
=$ac_optarg ;;
1075 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1076 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1077 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1079 ac_prev
=sharedstatedir
;;
1080 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1081 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1082 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1084 sharedstatedir
=$ac_optarg ;;
1086 -site |
--site |
--sit)
1088 -site=* |
--site=* |
--sit=*)
1091 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1093 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1094 srcdir
=$ac_optarg ;;
1096 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1097 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1098 ac_prev
=sysconfdir
;;
1099 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1100 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1101 sysconfdir
=$ac_optarg ;;
1103 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1104 ac_prev
=target_alias
;;
1105 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1106 target_alias
=$ac_optarg ;;
1108 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1111 -version |
--version |
--versio |
--versi |
--vers |
-V)
1112 ac_init_version
=: ;;
1115 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1116 # Reject names that are not valid shell variable names.
1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1118 as_fn_error
"invalid package name: $ac_useropt"
1119 ac_useropt_orig
=$ac_useropt
1120 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1121 case $ac_user_opts in
1125 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1126 ac_unrecognized_sep
=', ';;
1128 eval with_
$ac_useropt=\
$ac_optarg ;;
1130 -without-* |
--without-*)
1131 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1132 # Reject names that are not valid shell variable names.
1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1134 as_fn_error
"invalid package name: $ac_useropt"
1135 ac_useropt_orig
=$ac_useropt
1136 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1141 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1142 ac_unrecognized_sep
=', ';;
1144 eval with_
$ac_useropt=no
;;
1147 # Obsolete; use --with-x.
1150 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1151 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1152 ac_prev
=x_includes
;;
1153 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1154 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1155 x_includes
=$ac_optarg ;;
1157 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1158 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1159 ac_prev
=x_libraries
;;
1160 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1161 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1162 x_libraries
=$ac_optarg ;;
1164 -*) as_fn_error
"unrecognized option: \`$ac_option'
1165 Try \`$0 --help' for more information."
1169 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1170 # Reject names that are not valid shell variable names.
1171 case $ac_envvar in #(
1172 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1173 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1175 eval $ac_envvar=\
$ac_optarg
1176 export $ac_envvar ;;
1179 # FIXME: should be removed in autoconf 3.0.
1180 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1181 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1182 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1183 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1189 if test -n "$ac_prev"; then
1190 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1191 as_fn_error
"missing argument to $ac_option"
1194 if test -n "$ac_unrecognized_opts"; then
1195 case $enable_option_checking in
1197 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1198 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1202 # Check all directory arguments for consistency.
1203 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1204 datadir sysconfdir sharedstatedir localstatedir includedir \
1205 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1206 libdir localedir mandir
1208 eval ac_val
=\$
$ac_var
1209 # Remove trailing slashes.
1212 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1213 eval $ac_var=\
$ac_val;;
1215 # Be sure to have absolute directory names.
1217 [\\/$
]* | ?
:[\\/]* ) continue;;
1218 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1220 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1223 # There might be people who depend on the old broken behavior: `$host'
1224 # used to hold the argument of --host etc.
1225 # FIXME: To remove some day.
1228 target
=$target_alias
1230 # FIXME: To remove some day.
1231 if test "x$host_alias" != x
; then
1232 if test "x$build_alias" = x
; then
1233 cross_compiling
=maybe
1234 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1235 If a cross compiler is detected then cross compile mode will be used." >&2
1236 elif test "x$build_alias" != "x$host_alias"; then
1242 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1244 test "$silent" = yes && exec 6>/dev
/null
1247 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1248 ac_ls_di
=`ls -di .` &&
1249 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1250 as_fn_error
"working directory cannot be determined"
1251 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1252 as_fn_error
"pwd does not report name of working directory"
1255 # Find the source files, if location was not specified.
1256 if test -z "$srcdir"; then
1257 ac_srcdir_defaulted
=yes
1258 # Try the directory containing this script, then the parent directory.
1259 ac_confdir
=`$as_dirname -- "$as_myself" ||
1260 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1261 X"$as_myself" : 'X\(//\)[^/]' \| \
1262 X"$as_myself" : 'X\(//\)$' \| \
1263 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1264 $as_echo X"$as_myself" |
1265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283 if test ! -r "$srcdir/$ac_unique_file"; then
1287 ac_srcdir_defaulted
=no
1289 if test ! -r "$srcdir/$ac_unique_file"; then
1290 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1291 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1293 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1295 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1297 # When building in place, set srcdir=.
1298 if test "$ac_abs_confdir" = "$ac_pwd"; then
1301 # Remove unnecessary trailing slashes from srcdir.
1302 # Double slashes in file names in object file debugging info
1303 # mess up M-x gdb in Emacs.
1305 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1307 for ac_var
in $ac_precious_vars; do
1308 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1309 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1310 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1311 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1315 # Report the --help message.
1317 if test "$ac_init_help" = "long"; then
1318 # Omit some internal or obsolete options to make the list less imposing.
1319 # This message is too long to be a string in the A/UX 3.1 sh.
1321 \`configure' configures this package to adapt to many kinds of systems.
1323 Usage: $0 [OPTION]... [VAR=VALUE]...
1325 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1326 VAR=VALUE. See below for descriptions of some of the useful variables.
1328 Defaults for the options are specified in brackets.
1331 -h, --help display this help and exit
1332 --help=short display options specific to this package
1333 --help=recursive display the short help of all the included packages
1334 -V, --version display version information and exit
1335 -q, --quiet, --silent do not print \`checking...' messages
1336 --cache-file=FILE cache test results in FILE [disabled]
1337 -C, --config-cache alias for \`--cache-file=config.cache'
1338 -n, --no-create do not create output files
1339 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1341 Installation directories:
1342 --prefix=PREFIX install architecture-independent files in PREFIX
1343 [$ac_default_prefix]
1344 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1347 By default, \`make install' will install all the files in
1348 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1349 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1350 for instance \`--prefix=\$HOME'.
1352 For better control, use the options below.
1354 Fine tuning of the installation directories:
1355 --bindir=DIR user executables [EPREFIX/bin]
1356 --sbindir=DIR system admin executables [EPREFIX/sbin]
1357 --libexecdir=DIR program executables [EPREFIX/libexec]
1358 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1359 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1360 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1361 --libdir=DIR object code libraries [EPREFIX/lib]
1362 --includedir=DIR C header files [PREFIX/include]
1363 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1364 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1365 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1366 --infodir=DIR info documentation [DATAROOTDIR/info]
1367 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1368 --mandir=DIR man documentation [DATAROOTDIR/man]
1369 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1370 --htmldir=DIR html documentation [DOCDIR]
1371 --dvidir=DIR dvi documentation [DOCDIR]
1372 --pdfdir=DIR pdf documentation [DOCDIR]
1373 --psdir=DIR ps documentation [DOCDIR]
1379 --program-prefix=PREFIX prepend PREFIX to installed program names
1380 --program-suffix=SUFFIX append SUFFIX to installed program names
1381 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1384 --build=BUILD configure
for building on BUILD
[guessed
]
1385 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1386 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1390 if test -n "$ac_init_help"; then
1395 --disable-option-checking ignore unrecognized
--enable/--with options
1396 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1397 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1398 --disable-dependency-tracking speeds up one-time build
1399 --enable-dependency-tracking do not reject slow dependency extractors
1400 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1401 --enable-static[=PKGS
] build static libraries
[default
=yes]
1402 --enable-fast-install[=PKGS
]
1403 optimize
for fast installation
[default
=yes]
1404 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1405 --enable-targets alternative target configurations
1406 --enable-werror treat compile warnings as errors
1407 --enable-build-warnings enable build-time compiler warnings
1408 --enable-maintainer-mode enable make rules and dependencies not useful
1409 (and sometimes confusing
) to the casual installer
1410 --enable-install-libbfd controls installation of libbfd and related headers
1411 --disable-nls do not use Native Language Support
1412 --enable-cgen-maint=dir build cgen generated files
1415 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1416 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1417 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1419 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1421 Some influential environment variables
:
1422 CC C compiler
command
1423 CFLAGS C compiler flags
1424 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1425 nonstandard directory
<lib dir
>
1426 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1427 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1428 you have headers
in a nonstandard directory
<include dir
>
1431 Use these variables to override the choices made by
`configure' or to help
1432 it to find libraries and programs with nonstandard names/locations.
1434 Report bugs to the package provider.
1439 if test "$ac_init_help" = "recursive"; then
1440 # If there are subdirs, report their specific --help.
1441 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1442 test -d "$ac_dir" ||
1443 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1448 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1451 # A ".." for each directory in $ac_dir_suffix.
1452 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1453 case $ac_top_builddir_sub in
1454 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1455 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1458 ac_abs_top_builddir=$ac_pwd
1459 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1460 # for backward compatibility:
1461 ac_top_builddir=$ac_top_build_prefix
1464 .) # We are building in place.
1466 ac_top_srcdir=$ac_top_builddir_sub
1467 ac_abs_top_srcdir=$ac_pwd ;;
1468 [\\/]* | ?:[\\/]* ) # Absolute name.
1469 ac_srcdir=$srcdir$ac_dir_suffix;
1470 ac_top_srcdir=$srcdir
1471 ac_abs_top_srcdir=$srcdir ;;
1473 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1474 ac_top_srcdir=$ac_top_build_prefix$srcdir
1475 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1477 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1479 cd "$ac_dir" || { ac_status=$?; continue; }
1480 # Check for guested configure.
1481 if test -f "$ac_srcdir/configure.gnu"; then
1483 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1484 elif test -f "$ac_srcdir/configure"; then
1486 $SHELL "$ac_srcdir/configure" --help=recursive
1488 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1490 cd "$ac_pwd" || { ac_status=$?; break; }
1494 test -n "$ac_init_help" && exit $ac_status
1495 if $ac_init_version; then
1498 generated by GNU Autoconf 2.64
1500 Copyright (C) 2009 Free Software Foundation, Inc.
1501 This configure script is free software; the Free Software Foundation
1502 gives unlimited permission to copy, distribute and modify it.
1507 ## ------------------------ ##
1508 ## Autoconf initialization. ##
1509 ## ------------------------ ##
1511 # ac_fn_c_try_compile LINENO
1512 # --------------------------
1513 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1514 ac_fn_c_try_compile ()
1516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1517 rm -f conftest.$ac_objext
1518 if { { ac_try="$ac_compile"
1520 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1521 *) ac_try_echo
=$ac_try;;
1523 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1524 $as_echo "$ac_try_echo"; } >&5
1525 (eval "$ac_compile") 2>conftest.err
1527 if test -s conftest.err
; then
1528 grep -v '^ *+' conftest.err
>conftest.er1
1529 cat conftest.er1
>&5
1530 mv -f conftest.er1 conftest.err
1532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1533 test $ac_status = 0; } && {
1534 test -z "$ac_c_werror_flag" ||
1535 test ! -s conftest.err
1536 } && test -s conftest.
$ac_objext; then :
1539 $as_echo "$as_me: failed program was:" >&5
1540 sed 's/^/| /' conftest.
$ac_ext >&5
1544 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1547 } # ac_fn_c_try_compile
1549 # ac_fn_c_try_link LINENO
1550 # -----------------------
1551 # Try to link conftest.$ac_ext, and return whether this succeeded.
1554 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1555 rm -f conftest.
$ac_objext conftest
$ac_exeext
1556 if { { ac_try
="$ac_link"
1558 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1559 *) ac_try_echo=$ac_try;;
1561 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1562 $as_echo "$ac_try_echo"; } >&5
1563 (eval "$ac_link") 2>conftest.err
1565 if test -s conftest.err; then
1566 grep -v '^ *+' conftest.err >conftest.er1
1567 cat conftest.er1 >&5
1568 mv -f conftest.er1 conftest.err
1570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1571 test $ac_status = 0; } && {
1572 test -z "$ac_c_werror_flag" ||
1573 test ! -s conftest.err
1574 } && test -s conftest$ac_exeext && {
1575 test "$cross_compiling" = yes ||
1576 $as_test_x conftest$ac_exeext
1580 $as_echo "$as_me: failed program was:" >&5
1581 sed 's/^/| /' conftest.$ac_ext >&5
1585 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1586 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1587 # interfere with the next link command; also delete a directory that is
1588 # left behind by Apple's compiler. We do this before executing the actions.
1589 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1590 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1593 } # ac_fn_c_try_link
1595 # ac_fn_c_try_cpp LINENO
1596 # ----------------------
1597 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 if { { ac_try="$ac_cpp conftest.$ac_ext"
1603 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1604 *) ac_try_echo
=$ac_try;;
1606 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1610 if test -s conftest.err
; then
1611 grep -v '^ *+' conftest.err
>conftest.er1
1612 cat conftest.er1
>&5
1613 mv -f conftest.er1 conftest.err
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } >/dev
/null
&& {
1617 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1622 $as_echo "$as_me: failed program was:" >&5
1623 sed 's/^/| /' conftest.
$ac_ext >&5
1627 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1632 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1633 # -------------------------------------------------------
1634 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1635 # the include files in INCLUDES and setting the cache variable VAR
1637 ac_fn_c_check_header_mongrel
()
1639 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1640 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1642 $as_echo_n "checking for $2... " >&6; }
1643 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1644 $as_echo_n "(cached) " >&6
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1648 $as_echo "$ac_res" >&6; }
1650 # Is the header compilable?
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1652 $as_echo_n "checking $2 usability... " >&6; }
1653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1654 /* end confdefs.h. */
1658 if ac_fn_c_try_compile
"$LINENO"; then :
1659 ac_header_compiler
=yes
1661 ac_header_compiler
=no
1663 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1665 $as_echo "$ac_header_compiler" >&6; }
1667 # Is the header present?
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1669 $as_echo_n "checking $2 presence... " >&6; }
1670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1671 /* end confdefs.h. */
1674 if ac_fn_c_try_cpp
"$LINENO"; then :
1675 ac_header_preproc
=yes
1677 ac_header_preproc
=no
1679 rm -f conftest.err conftest.
$ac_ext
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1681 $as_echo "$ac_header_preproc" >&6; }
1683 # So? What about this header?
1684 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1687 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1689 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1693 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1695 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1697 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1699 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1701 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1705 $as_echo_n "checking for $2... " >&6; }
1706 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1707 $as_echo_n "(cached) " >&6
1709 eval "$3=\$ac_header_compiler"
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1713 $as_echo "$ac_res" >&6; }
1715 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1717 } # ac_fn_c_check_header_mongrel
1719 # ac_fn_c_try_run LINENO
1720 # ----------------------
1721 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1722 # that executables *can* be run.
1725 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1726 if { { ac_try
="$ac_link"
1728 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1729 *) ac_try_echo=$ac_try;;
1731 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1732 $as_echo "$ac_try_echo"; } >&5
1733 (eval "$ac_link") 2>&5
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1737 { { case "(($ac_try" in
1738 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1739 *) ac_try_echo
=$ac_try;;
1741 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742 $as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_try") 2>&5
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; }; }; then :
1749 $as_echo "$as_me: program exited with status $ac_status" >&5
1750 $as_echo "$as_me: failed program was:" >&5
1751 sed 's/^/| /' conftest.
$ac_ext >&5
1753 ac_retval
=$ac_status
1755 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1756 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1761 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1762 # -------------------------------------------------------
1763 # Tests whether HEADER exists and can be compiled using the include files in
1764 # INCLUDES, setting the cache variable VAR accordingly.
1765 ac_fn_c_check_header_compile
()
1767 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1769 $as_echo_n "checking for $2... " >&6; }
1770 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 $as_echo_n "(cached) " >&6
1773 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1774 /* end confdefs.h. */
1778 if ac_fn_c_try_compile
"$LINENO"; then :
1783 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1787 $as_echo "$ac_res" >&6; }
1788 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1790 } # ac_fn_c_check_header_compile
1792 # ac_fn_c_check_func LINENO FUNC VAR
1793 # ----------------------------------
1794 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1795 ac_fn_c_check_func
()
1797 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1799 $as_echo_n "checking for $2... " >&6; }
1800 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1801 $as_echo_n "(cached) " >&6
1803 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1804 /* end confdefs.h. */
1805 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1806 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1807 #define $2 innocuous_$2
1809 /* System header to define __stub macros and hopefully few prototypes,
1810 which can conflict with char $2 (); below.
1811 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1812 <limits.h> exists even on freestanding compilers. */
1815 # include <limits.h>
1817 # include <assert.h>
1822 /* Override any GCC internal prototype to avoid an error.
1823 Use char because int might match the return type of a GCC
1824 builtin and then its argument prototype would still apply. */
1829 /* The GNU C library defines this for functions which it implements
1830 to always fail with ENOSYS. Some functions are actually named
1831 something starting with __ and the normal name is an alias. */
1832 #if defined __stub_$2 || defined __stub___$2
1844 if ac_fn_c_try_link
"$LINENO"; then :
1849 rm -f core conftest.err conftest.
$ac_objext \
1850 conftest
$ac_exeext conftest.
$ac_ext
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1854 $as_echo "$ac_res" >&6; }
1855 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1857 } # ac_fn_c_check_func
1859 # ac_fn_c_check_decl LINENO SYMBOL VAR
1860 # ------------------------------------
1861 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1862 ac_fn_c_check_decl
()
1864 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
1866 $as_echo_n "checking whether $2 is declared... " >&6; }
1867 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1868 $as_echo_n "(cached) " >&6
1870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1871 /* end confdefs.h. */
1884 if ac_fn_c_try_compile
"$LINENO"; then :
1889 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1893 $as_echo "$ac_res" >&6; }
1894 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1896 } # ac_fn_c_check_decl
1897 cat >config.log
<<_ACEOF
1898 This file contains any messages produced by compilers while
1899 running configure, to aid debugging if configure makes a mistake.
1901 It was created by $as_me, which was
1902 generated by GNU Autoconf 2.64. Invocation command line was
1914 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1915 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1916 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1917 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1918 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1920 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1921 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1923 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1924 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1925 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1926 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1927 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1928 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1929 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1933 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1937 test -z "$as_dir" && as_dir
=.
1938 $as_echo "PATH: $as_dir"
1954 # Keep a trace of the command line.
1955 # Strip out --no-create and --no-recursion so they do not pile up.
1956 # Strip out --silent because we don't want to record it for future runs.
1957 # Also quote any args containing shell meta-characters.
1958 # Make two passes to allow for proper duplicate-argument suppression.
1962 ac_must_keep_next
=false
1968 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1969 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1970 |
-silent |
--silent |
--silen |
--sile |
--sil)
1973 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1976 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1978 as_fn_append ac_configure_args1
" '$ac_arg'"
1979 if test $ac_must_keep_next = true
; then
1980 ac_must_keep_next
=false
# Got value, back to normal.
1983 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1984 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1985 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1986 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1987 case "$ac_configure_args0 " in
1988 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1991 -* ) ac_must_keep_next
=true
;;
1994 as_fn_append ac_configure_args
" '$ac_arg'"
1999 { ac_configure_args0
=; unset ac_configure_args0
;}
2000 { ac_configure_args1
=; unset ac_configure_args1
;}
2002 # When interrupted or exit'd, cleanup temporary files, and complete
2003 # config.log. We remove comments because anyway the quotes in there
2004 # would cause problems or look ugly.
2005 # WARNING: Use '\'' to represent an apostrophe within the trap.
2006 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2007 trap 'exit_status=$?
2008 # Save into config.log some information that might help in debugging.
2013 ## ---------------- ##
2014 ## Cache variables. ##
2015 ## ---------------- ##
2018 # The following way of writing the cache mishandles newlines in values,
2020 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2021 eval ac_val=\$$ac_var
2025 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2026 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2029 _ | IFS | as_nl) ;; #(
2030 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2031 *) { eval $ac_var=; unset $ac_var;} ;;
2036 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2037 *${as_nl}ac_space=\ *)
2039 "s/'\''/'\''\\\\'\'''\''/g;
2040 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2043 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2051 ## ----------------- ##
2052 ## Output variables. ##
2053 ## ----------------- ##
2056 for ac_var in $ac_subst_vars
2058 eval ac_val=\$$ac_var
2060 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2062 $as_echo "$ac_var='\''$ac_val'\''"
2066 if test -n "$ac_subst_files"; then
2068 ## ------------------- ##
2069 ## File substitutions. ##
2070 ## ------------------- ##
2073 for ac_var
in $ac_subst_files
2075 eval ac_val
=\$
$ac_var
2077 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2079 $as_echo "$ac_var='\''$ac_val'\''"
2084 if test -s confdefs.h; then
2094 test "$ac_signal" != 0 &&
2095 $as_echo "$as_me: caught signal $ac_signal"
2096 $as_echo "$as_me: exit $exit_status"
2098 rm -f core *.core core.conftest.* &&
2099 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2102 for ac_signal
in 1 2 13 15; do
2103 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2107 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2108 rm -f -r conftest
* confdefs.h
2110 $as_echo "/* confdefs.h */" > confdefs.h
2112 # Predefined preprocessor variables.
2114 cat >>confdefs.h
<<_ACEOF
2115 #define PACKAGE_NAME "$PACKAGE_NAME"
2118 cat >>confdefs.h
<<_ACEOF
2119 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2122 cat >>confdefs.h
<<_ACEOF
2123 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2126 cat >>confdefs.h
<<_ACEOF
2127 #define PACKAGE_STRING "$PACKAGE_STRING"
2130 cat >>confdefs.h
<<_ACEOF
2131 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2134 cat >>confdefs.h
<<_ACEOF
2135 #define PACKAGE_URL "$PACKAGE_URL"
2139 # Let the site file select an alternate cache file if it wants to.
2140 # Prefer an explicitly selected file to automatically selected ones.
2143 if test -n "$CONFIG_SITE"; then
2144 ac_site_file1
=$CONFIG_SITE
2145 elif test "x$prefix" != xNONE
; then
2146 ac_site_file1
=$prefix/share
/config.site
2147 ac_site_file2
=$prefix/etc
/config.site
2149 ac_site_file1
=$ac_default_prefix/share
/config.site
2150 ac_site_file2
=$ac_default_prefix/etc
/config.site
2152 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2154 test "x$ac_site_file" = xNONE
&& continue
2155 if test -r "$ac_site_file"; then
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2157 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2158 sed 's/^/| /' "$ac_site_file" >&5
2163 if test -r "$cache_file"; then
2164 # Some versions of bash will fail to source /dev/null (special
2165 # files actually), so we avoid doing that.
2166 if test -f "$cache_file"; then
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2168 $as_echo "$as_me: loading cache $cache_file" >&6;}
2170 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2171 *) .
"./$cache_file";;
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2176 $as_echo "$as_me: creating cache $cache_file" >&6;}
2180 # Check that the precious variables saved in the cache have kept the same
2182 ac_cache_corrupted
=false
2183 for ac_var
in $ac_precious_vars; do
2184 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2185 eval ac_new_set
=\
$ac_env_${ac_var}_set
2186 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2187 eval ac_new_val
=\
$ac_env_${ac_var}_value
2188 case $ac_old_set,$ac_new_set in
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2191 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2192 ac_cache_corrupted
=: ;;
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2195 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2196 ac_cache_corrupted
=: ;;
2199 if test "x$ac_old_val" != "x$ac_new_val"; then
2200 # differences in whitespace do not lead to failure.
2201 ac_old_val_w
=`echo x $ac_old_val`
2202 ac_new_val_w
=`echo x $ac_new_val`
2203 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2205 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2206 ac_cache_corrupted
=:
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2209 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2210 eval $ac_var=\
$ac_old_val
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2213 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2215 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2218 # Pass precious variables to config.status.
2219 if test "$ac_new_set" = set; then
2221 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2222 *) ac_arg
=$ac_var=$ac_new_val ;;
2224 case " $ac_configure_args " in
2225 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2226 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2230 if $ac_cache_corrupted; then
2231 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2234 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2235 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2237 ## -------------------- ##
2238 ## Main body of script. ##
2239 ## -------------------- ##
2242 ac_cpp
='$CPP $CPPFLAGS'
2243 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2244 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2245 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2254 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2255 for ac_t
in install-sh
install.sh shtool
; do
2256 if test -f "$ac_dir/$ac_t"; then
2258 ac_install_sh
="$ac_aux_dir/$ac_t -c"
2263 if test -z "$ac_aux_dir"; then
2264 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2267 # These three variables are undocumented and unsupported,
2268 # and are intended to be withdrawn in a future Autoconf release.
2269 # They can cause serious problems if a builder's source tree is in a directory
2270 # whose full name contains unusual characters.
2271 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2272 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2273 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2276 # Make sure we can run config.sub.
2277 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2278 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2281 $as_echo_n "checking build system type... " >&6; }
2282 if test "${ac_cv_build+set}" = set; then :
2283 $as_echo_n "(cached) " >&6
2285 ac_build_alias
=$build_alias
2286 test "x$ac_build_alias" = x
&&
2287 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2288 test "x$ac_build_alias" = x
&&
2289 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
2290 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2291 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2295 $as_echo "$ac_cv_build" >&6; }
2296 case $ac_cv_build in
2298 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
2301 ac_save_IFS
=$IFS; IFS
='-'
2307 # Remember, the first character of IFS is used to create $*,
2308 # except with old shells:
2311 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2315 $as_echo_n "checking host system type... " >&6; }
2316 if test "${ac_cv_host+set}" = set; then :
2317 $as_echo_n "(cached) " >&6
2319 if test "x$host_alias" = x
; then
2320 ac_cv_host
=$ac_cv_build
2322 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2323 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2328 $as_echo "$ac_cv_host" >&6; }
2331 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
2334 ac_save_IFS
=$IFS; IFS
='-'
2340 # Remember, the first character of IFS is used to create $*,
2341 # except with old shells:
2344 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2348 $as_echo_n "checking target system type... " >&6; }
2349 if test "${ac_cv_target+set}" = set; then :
2350 $as_echo_n "(cached) " >&6
2352 if test "x$target_alias" = x
; then
2353 ac_cv_target
=$ac_cv_host
2355 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2356 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2361 $as_echo "$ac_cv_target" >&6; }
2362 case $ac_cv_target in
2364 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
2366 target
=$ac_cv_target
2367 ac_save_IFS
=$IFS; IFS
='-'
2373 # Remember, the first character of IFS is used to create $*,
2374 # except with old shells:
2377 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2380 # The aliases save the names the user supplied, while $host etc.
2381 # will get canonicalized.
2382 test -n "$target_alias" &&
2383 test "$program_prefix$program_suffix$program_transform_name" = \
2385 program_prefix
=${target_alias}-
2387 ac_cpp
='$CPP $CPPFLAGS'
2388 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2389 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2390 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2391 if test -n "$ac_tool_prefix"; then
2392 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2393 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2395 $as_echo_n "checking for $ac_word... " >&6; }
2396 if test "${ac_cv_prog_CC+set}" = set; then :
2397 $as_echo_n "(cached) " >&6
2399 if test -n "$CC"; then
2400 ac_cv_prog_CC
="$CC" # Let the user override the test.
2402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2406 test -z "$as_dir" && as_dir
=.
2407 for ac_exec_ext
in '' $ac_executable_extensions; do
2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2409 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2420 if test -n "$CC"; then
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2422 $as_echo "$CC" >&6; }
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2425 $as_echo "no" >&6; }
2430 if test -z "$ac_cv_prog_CC"; then
2432 # Extract the first word of "gcc", so it can be a program name with args.
2433 set dummy gcc
; ac_word
=$2
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2435 $as_echo_n "checking for $ac_word... " >&6; }
2436 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2437 $as_echo_n "(cached) " >&6
2439 if test -n "$ac_ct_CC"; then
2440 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2442 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2446 test -z "$as_dir" && as_dir
=.
2447 for ac_exec_ext
in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 ac_cv_prog_ac_ct_CC
="gcc"
2450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2459 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2460 if test -n "$ac_ct_CC"; then
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2462 $as_echo "$ac_ct_CC" >&6; }
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2465 $as_echo "no" >&6; }
2468 if test "x$ac_ct_CC" = x
; then
2471 case $cross_compiling:$ac_tool_warned in
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2474 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2475 ac_tool_warned
=yes ;;
2483 if test -z "$CC"; then
2484 if test -n "$ac_tool_prefix"; then
2485 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2486 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2488 $as_echo_n "checking for $ac_word... " >&6; }
2489 if test "${ac_cv_prog_CC+set}" = set; then :
2490 $as_echo_n "(cached) " >&6
2492 if test -n "$CC"; then
2493 ac_cv_prog_CC
="$CC" # Let the user override the test.
2495 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2499 test -z "$as_dir" && as_dir
=.
2500 for ac_exec_ext
in '' $ac_executable_extensions; do
2501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2502 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2513 if test -n "$CC"; then
2514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2515 $as_echo "$CC" >&6; }
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2518 $as_echo "no" >&6; }
2524 if test -z "$CC"; then
2525 # Extract the first word of "cc", so it can be a program name with args.
2526 set dummy cc
; ac_word
=$2
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2528 $as_echo_n "checking for $ac_word... " >&6; }
2529 if test "${ac_cv_prog_CC+set}" = set; then :
2530 $as_echo_n "(cached) " >&6
2532 if test -n "$CC"; then
2533 ac_cv_prog_CC
="$CC" # Let the user override the test.
2536 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2540 test -z "$as_dir" && as_dir
=.
2541 for ac_exec_ext
in '' $ac_executable_extensions; do
2542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2543 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2544 ac_prog_rejected
=yes
2548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2555 if test $ac_prog_rejected = yes; then
2556 # We found a bogon in the path, so make sure we never use it.
2557 set dummy
$ac_cv_prog_CC
2559 if test $# != 0; then
2560 # We chose a different compiler from the bogus one.
2561 # However, it has the same basename, so the bogon will be chosen
2562 # first if we set CC to just the basename; use the full file name.
2564 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2570 if test -n "$CC"; then
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2572 $as_echo "$CC" >&6; }
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2575 $as_echo "no" >&6; }
2580 if test -z "$CC"; then
2581 if test -n "$ac_tool_prefix"; then
2582 for ac_prog
in cl.exe
2584 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2585 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2587 $as_echo_n "checking for $ac_word... " >&6; }
2588 if test "${ac_cv_prog_CC+set}" = set; then :
2589 $as_echo_n "(cached) " >&6
2591 if test -n "$CC"; then
2592 ac_cv_prog_CC
="$CC" # Let the user override the test.
2594 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2598 test -z "$as_dir" && as_dir
=.
2599 for ac_exec_ext
in '' $ac_executable_extensions; do
2600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2601 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2612 if test -n "$CC"; then
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2614 $as_echo "$CC" >&6; }
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2617 $as_echo "no" >&6; }
2621 test -n "$CC" && break
2624 if test -z "$CC"; then
2626 for ac_prog
in cl.exe
2628 # Extract the first word of "$ac_prog", so it can be a program name with args.
2629 set dummy
$ac_prog; ac_word
=$2
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2631 $as_echo_n "checking for $ac_word... " >&6; }
2632 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2633 $as_echo_n "(cached) " >&6
2635 if test -n "$ac_ct_CC"; then
2636 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2638 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2642 test -z "$as_dir" && as_dir
=.
2643 for ac_exec_ext
in '' $ac_executable_extensions; do
2644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2645 ac_cv_prog_ac_ct_CC
="$ac_prog"
2646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2655 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2656 if test -n "$ac_ct_CC"; then
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2658 $as_echo "$ac_ct_CC" >&6; }
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2661 $as_echo "no" >&6; }
2665 test -n "$ac_ct_CC" && break
2668 if test "x$ac_ct_CC" = x
; then
2671 case $cross_compiling:$ac_tool_warned in
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2674 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2675 ac_tool_warned
=yes ;;
2684 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2685 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2686 as_fn_error
"no acceptable C compiler found in \$PATH
2687 See \`config.log' for more details." "$LINENO" 5; }
2689 # Provide some information about the compiler.
2690 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2693 for ac_option
in --version -v -V -qversion; do
2694 { { ac_try
="$ac_compiler $ac_option >&5"
2696 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2697 *) ac_try_echo=$ac_try;;
2699 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2700 $as_echo "$ac_try_echo"; } >&5
2701 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2703 if test -s conftest.err; then
2705 ... rest of stderr output deleted ...
2706 10q' conftest.err >conftest.er1
2707 cat conftest.er1 >&5
2708 rm -f conftest.er1 conftest.err
2710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2711 test $ac_status = 0; }
2714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2715 /* end confdefs.h. */
2725 ac_clean_files_save=$ac_clean_files
2726 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2727 # Try to create an executable without -o first, disregard a.out.
2728 # It will help us diagnose broken compilers, and finding out an intuition
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2731 $as_echo_n "checking for C compiler default output file name... " >&6; }
2732 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2734 # The possible output files:
2735 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2738 for ac_file in $ac_files
2741 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2742 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2747 if { { ac_try="$ac_link_default"
2749 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2750 *) ac_try_echo
=$ac_try;;
2752 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2753 $as_echo "$ac_try_echo"; } >&5
2754 (eval "$ac_link_default") 2>&5
2756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2757 test $ac_status = 0; }; then :
2758 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2759 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2760 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2761 # so that the user can short-circuit this test for compilers unknown to
2763 for ac_file
in $ac_files ''
2765 test -f "$ac_file" ||
continue
2767 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2770 # We found the default executable, but exeext='' is most
2774 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2776 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2778 # We set ac_cv_exeext here because the later test for it is not
2779 # safe: cross compilers may not add the suffix if given an `-o'
2780 # argument, so we may need to know it at that point already.
2781 # Even if this section looks crufty: it has the advantage of
2788 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2794 $as_echo "$ac_file" >&6; }
2795 if test -z "$ac_file"; then :
2796 $as_echo "$as_me: failed program was:" >&5
2797 sed 's/^/| /' conftest.
$ac_ext >&5
2799 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2800 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2801 { as_fn_set_status
77
2802 as_fn_error
"C compiler cannot create executables
2803 See \`config.log' for more details." "$LINENO" 5; }; }
2805 ac_exeext
=$ac_cv_exeext
2807 # Check that the compiler produces executables we can run. If not, either
2808 # the compiler is broken, or we cross compile.
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2810 $as_echo_n "checking whether the C compiler works... " >&6; }
2811 # If not cross compiling, check that we can run a simple program.
2812 if test "$cross_compiling" != yes; then
2813 if { ac_try
='./$ac_file'
2814 { { case "(($ac_try" in
2815 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2816 *) ac_try_echo=$ac_try;;
2818 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2819 $as_echo "$ac_try_echo"; } >&5
2820 (eval "$ac_try") 2>&5
2822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2823 test $ac_status = 0; }; }; then
2826 if test "$cross_compiling" = maybe; then
2829 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2830 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2831 as_fn_error "cannot run C compiled programs.
2832 If you meant to cross compile
, use \
`--host'.
2833 See \`config.log
' for more details." "$LINENO" 5; }
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2838 $as_echo "yes" >&6; }
2840 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2841 ac_clean_files=$ac_clean_files_save
2842 # Check that the compiler produces executables we can run. If not, either
2843 # the compiler is broken, or we cross compile.
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2845 $as_echo_n "checking whether we are cross compiling... " >&6; }
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2847 $as_echo "$cross_compiling" >&6; }
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2850 $as_echo_n "checking for suffix of executables... " >&6; }
2851 if { { ac_try="$ac_link"
2853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2854 *) ac_try_echo=$ac_try;;
2856 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2857 $as_echo "$ac_try_echo"; } >&5
2858 (eval "$ac_link") 2>&5
2860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2861 test $ac_status = 0; }; then :
2862 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2863 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2864 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2866 for ac_file
in conftest.exe conftest conftest.
*; do
2867 test -f "$ac_file" ||
continue
2869 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2870 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2876 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2877 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2878 as_fn_error
"cannot compute suffix of executables: cannot compile and link
2879 See \`config.log' for more details." "$LINENO" 5; }
2881 rm -f conftest
$ac_cv_exeext
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2883 $as_echo "$ac_cv_exeext" >&6; }
2885 rm -f conftest.
$ac_ext
2886 EXEEXT
=$ac_cv_exeext
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2889 $as_echo_n "checking for suffix of object files... " >&6; }
2890 if test "${ac_cv_objext+set}" = set; then :
2891 $as_echo_n "(cached) " >&6
2893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2894 /* end confdefs.h. */
2904 rm -f conftest.o conftest.obj
2905 if { { ac_try
="$ac_compile"
2907 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2908 *) ac_try_echo=$ac_try;;
2910 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2911 $as_echo "$ac_try_echo"; } >&5
2912 (eval "$ac_compile") 2>&5
2914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2915 test $ac_status = 0; }; then :
2916 for ac_file in conftest.o conftest.obj conftest.*; do
2917 test -f "$ac_file" || continue;
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2920 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2925 $as_echo "$as_me: failed program was:" >&5
2926 sed 's/^/| /' conftest.$ac_ext >&5
2928 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2929 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2930 as_fn_error "cannot compute suffix of object files
: cannot compile
2931 See \
`config.log' for more details." "$LINENO" 5; }
2933 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2936 $as_echo "$ac_cv_objext" >&6; }
2937 OBJEXT=$ac_cv_objext
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2940 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2941 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2942 $as_echo_n "(cached) " >&6
2944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2945 /* end confdefs.h. */
2958 if ac_fn_c_try_compile "$LINENO"; then :
2963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2964 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2968 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2969 if test $ac_compiler_gnu = yes; then
2974 ac_test_CFLAGS=${CFLAGS+set}
2975 ac_save_CFLAGS=$CFLAGS
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2977 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2978 if test "${ac_cv_prog_cc_g+set}" = set; then :
2979 $as_echo_n "(cached) " >&6
2981 ac_save_c_werror_flag=$ac_c_werror_flag
2982 ac_c_werror_flag=yes
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986 /* end confdefs.h. */
2996 if ac_fn_c_try_compile "$LINENO"; then :
3000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3001 /* end confdefs.h. */
3011 if ac_fn_c_try_compile "$LINENO"; then :
3014 ac_c_werror_flag=$ac_save_c_werror_flag
3016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3017 /* end confdefs.h. */
3027 if ac_fn_c_try_compile "$LINENO"; then :
3030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3035 ac_c_werror_flag=$ac_save_c_werror_flag
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3038 $as_echo "$ac_cv_prog_cc_g" >&6; }
3039 if test "$ac_test_CFLAGS" = set; then
3040 CFLAGS=$ac_save_CFLAGS
3041 elif test $ac_cv_prog_cc_g = yes; then
3042 if test "$GCC" = yes; then
3048 if test "$GCC" = yes; then
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3055 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3056 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3057 $as_echo_n "(cached) " >&6
3059 ac_cv_prog_cc_c89=no
3061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3062 /* end confdefs.h. */
3065 #include <sys/types.h>
3066 #include <sys/stat.h>
3067 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3068 struct buf { int x; };
3069 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3070 static char *e (p, i)
3076 static char *f (char * (*g) (char **, int), char **p, ...)
3081 s = g (p, va_arg (v,int));
3086 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3087 function prototypes and stuff, but not '\xHH' hex character constants.
3088 These don't provoke an error unfortunately, instead are silently treated
3089 as 'x'. The following induces an error, until -std is added to get
3090 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3091 array size at least. It's necessary to write '\x00'==0 to get something
3092 that's true only with -std. */
3093 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3095 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3096 inside strings and character constants. */
3098 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3100 int test (int i, double x);
3101 struct s1 {int (*f) (int a);};
3102 struct s2 {int (*f) (double a);};
3103 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3109 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3114 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3115 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3117 CC="$ac_save_CC $ac_arg"
3118 if ac_fn_c_try_compile "$LINENO"; then :
3119 ac_cv_prog_cc_c89=$ac_arg
3121 rm -f core conftest.err conftest.$ac_objext
3122 test "x$ac_cv_prog_cc_c89" != "xno" && break
3124 rm -f conftest.$ac_ext
3129 case "x$ac_cv_prog_cc_c89" in
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3132 $as_echo "none needed" >&6; } ;;
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3135 $as_echo "unsupported" >&6; } ;;
3137 CC="$CC $ac_cv_prog_cc_c89"
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3139 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3141 if test "x$ac_cv_prog_cc_c89" != xno; then :
3146 ac_cpp='$CPP $CPPFLAGS'
3147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3153 $as_echo_n "checking for library containing strerror... " >&6; }
3154 if test "${ac_cv_search_strerror+set}" = set; then :
3155 $as_echo_n "(cached) " >&6
3157 ac_func_search_save_LIBS=$LIBS
3158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3159 /* end confdefs.h. */
3161 /* Override any GCC internal prototype to avoid an error.
3162 Use char because int might match the return type of a GCC
3163 builtin and then its argument prototype would still apply. */
3176 for ac_lib in '' cposix; do
3177 if test -z "$ac_lib"; then
3178 ac_res="none required"
3181 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3183 if ac_fn_c_try_link "$LINENO"; then :
3184 ac_cv_search_strerror=$ac_res
3186 rm -f core conftest.err conftest.$ac_objext \
3188 if test "${ac_cv_search_strerror+set}" = set; then :
3192 if test "${ac_cv_search_strerror+set}" = set; then :
3195 ac_cv_search_strerror=no
3198 LIBS=$ac_func_search_save_LIBS
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3201 $as_echo "$ac_cv_search_strerror" >&6; }
3202 ac_res=$ac_cv_search_strerror
3203 if test "$ac_res" != no; then :
3204 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3209 # We currently only use the version number for the name of any shared
3210 # library. For user convenience, we always use the same version
3211 # number that BFD is using.
3212 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/..
/bfd
/configure.
in`
3214 am__api_version='1.11'
3216 # Find a good install program. We prefer a C program (faster),
3217 # so one script is as good as another. But avoid the broken or
3218 # incompatible versions:
3219 # SysV /etc/install, /usr/sbin/install
3220 # SunOS /usr/etc/install
3221 # IRIX /sbin/install
3223 # AmigaOS /C/install, which installs bootblocks on floppy discs
3224 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3225 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3226 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3227 # OS/2's system install, which has a completely different semantic
3228 # ./install, which can be erroneously created by make from ./install.sh.
3229 # Reject install programs that cannot install multiple files.
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3231 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3232 if test -z "$INSTALL"; then
3233 if test "${ac_cv_path_install+set}" = set; then :
3234 $as_echo_n "(cached) " >&6
3236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3240 test -z "$as_dir" && as_dir=.
3241 # Account for people who put trailing slashes in PATH elements.
3242 case $as_dir/ in #((
3243 ./ | .// | /[cC]/* | \
3244 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3245 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3248 # OSF1 and SCO ODT 3.0 have their own names for install.
3249 # Don't use installbsd from OSF since it installs stuff as root
3251 for ac_prog in ginstall scoinst install; do
3252 for ac_exec_ext in '' $ac_executable_extensions; do
3253 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3254 if test $ac_prog = install &&
3255 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3256 # AIX install. It has an incompatible calling convention.
3258 elif test $ac_prog = install &&
3259 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3260 # program-specific install script used by HP pwplus--don't use.
3263 rm -rf conftest.one conftest.two conftest.dir
3264 echo one > conftest.one
3265 echo two > conftest.two
3267 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3268 test -s conftest.one && test -s conftest.two &&
3269 test -s conftest.dir/conftest.one &&
3270 test -s conftest.dir/conftest.two
3272 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3285 rm -rf conftest.one conftest.two conftest.dir
3288 if test "${ac_cv_path_install+set}" = set; then
3289 INSTALL=$ac_cv_path_install
3291 # As a last resort, use the slow shell script. Don't cache a
3292 # value for INSTALL within a source directory, because that will
3293 # break other packages using the cache if that directory is
3294 # removed, or if the value is a relative name.
3295 INSTALL=$ac_install_sh
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3299 $as_echo "$INSTALL" >&6; }
3301 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3302 # It thinks the first close brace ends the variable substitution.
3303 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3305 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3307 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3310 $as_echo_n "checking whether build environment is sane... " >&6; }
3313 echo timestamp > conftest.file
3314 # Reject unsafe characters in $srcdir or the absolute working directory
3315 # name. Accept space and tab only in the latter.
3319 *[\\\"\#\$\&\'\`$am_lf]*)
3320 as_fn_error
"unsafe absolute working directory name" "$LINENO" 5;;
3323 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
3324 as_fn_error
"unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3327 # Do `set' in a subshell so we don't clobber the current shell's
3328 # arguments. Must try -L first in case configure is actually a
3329 # symlink; some systems play weird games with the mod time of symlinks
3330 # (eg FreeBSD returns the mod time of the symlink's containing
3333 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3334 if test "$*" = "X"; then
3336 set X
`ls -t "$srcdir/configure" conftest.file`
3339 if test "$*" != "X $srcdir/configure conftest.file" \
3340 && test "$*" != "X conftest.file $srcdir/configure"; then
3342 # If neither matched, then we have a broken ls. This can happen
3343 # if, for instance, CONFIG_SHELL is bash and it inherits a
3344 # broken ls alias from the environment. This has actually
3345 # happened. Such a system could not be considered "sane".
3346 as_fn_error
"ls -t appears to fail. Make sure there is not a broken
3347 alias in your environment" "$LINENO" 5
3350 test "$2" = conftest.
file
3356 as_fn_error
"newly created file is older than distributed files!
3357 Check your system clock" "$LINENO" 5
3359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3360 $as_echo "yes" >&6; }
3361 test "$program_prefix" != NONE
&&
3362 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3363 # Use a double $ so make ignores it.
3364 test "$program_suffix" != NONE
&&
3365 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3366 # Double any \ or $.
3367 # By default was `s,x,x', remove it if useless.
3368 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3369 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3371 # expand $ac_aux_dir to an absolute path
3372 am_aux_dir
=`cd $ac_aux_dir && pwd`
3374 if test x
"${MISSING+set}" != xset
; then
3377 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3379 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3382 # Use eval to expand $SHELL
3383 if eval "$MISSING --run true"; then
3384 am_missing_run
="$MISSING --run "
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3388 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3391 if test x
"${install_sh}" != xset
; then
3394 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3396 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3400 # Installed binaries are usually stripped using `strip' when the user
3401 # run `make install-strip'. However `strip' might not be the right
3402 # tool to use in cross-compilation environments, therefore Automake
3403 # will honor the `STRIP' environment variable to overrule this program.
3404 if test "$cross_compiling" != no
; then
3405 if test -n "$ac_tool_prefix"; then
3406 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3407 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3409 $as_echo_n "checking for $ac_word... " >&6; }
3410 if test "${ac_cv_prog_STRIP+set}" = set; then :
3411 $as_echo_n "(cached) " >&6
3413 if test -n "$STRIP"; then
3414 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3416 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3420 test -z "$as_dir" && as_dir
=.
3421 for ac_exec_ext
in '' $ac_executable_extensions; do
3422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3423 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3433 STRIP
=$ac_cv_prog_STRIP
3434 if test -n "$STRIP"; then
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3436 $as_echo "$STRIP" >&6; }
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3439 $as_echo "no" >&6; }
3444 if test -z "$ac_cv_prog_STRIP"; then
3446 # Extract the first word of "strip", so it can be a program name with args.
3447 set dummy strip
; ac_word
=$2
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3449 $as_echo_n "checking for $ac_word... " >&6; }
3450 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3451 $as_echo_n "(cached) " >&6
3453 if test -n "$ac_ct_STRIP"; then
3454 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3456 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3460 test -z "$as_dir" && as_dir
=.
3461 for ac_exec_ext
in '' $ac_executable_extensions; do
3462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3463 ac_cv_prog_ac_ct_STRIP
="strip"
3464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3473 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3474 if test -n "$ac_ct_STRIP"; then
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3476 $as_echo "$ac_ct_STRIP" >&6; }
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3479 $as_echo "no" >&6; }
3482 if test "x$ac_ct_STRIP" = x
; then
3485 case $cross_compiling:$ac_tool_warned in
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3488 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3489 ac_tool_warned
=yes ;;
3494 STRIP
="$ac_cv_prog_STRIP"
3498 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3501 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3502 if test -z "$MKDIR_P"; then
3503 if test "${ac_cv_path_mkdir+set}" = set; then :
3504 $as_echo_n "(cached) " >&6
3506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3507 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3510 test -z "$as_dir" && as_dir
=.
3511 for ac_prog
in mkdir gmkdir
; do
3512 for ac_exec_ext
in '' $ac_executable_extensions; do
3513 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } ||
continue
3514 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3515 'mkdir (GNU coreutils) '* | \
3516 'mkdir (coreutils) '* | \
3517 'mkdir (fileutils) '4.1*)
3518 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3528 if test "${ac_cv_path_mkdir+set}" = set; then
3529 MKDIR_P
="$ac_cv_path_mkdir -p"
3531 # As a last resort, use the slow shell script. Don't cache a
3532 # value for MKDIR_P within a source directory, because that will
3533 # break other packages using the cache if that directory is
3534 # removed, or if the value is a relative name.
3535 test -d .
/--version && rmdir .
/--version
3536 MKDIR_P
="$ac_install_sh -d"
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3540 $as_echo "$MKDIR_P" >&6; }
3544 [\\/$
]* | ?
:[\\/]*) ;;
3545 */*) mkdir_p
="\$(top_builddir)/$mkdir_p" ;;
3548 for ac_prog
in gawk mawk nawk
awk
3550 # Extract the first word of "$ac_prog", so it can be a program name with args.
3551 set dummy
$ac_prog; ac_word
=$2
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3553 $as_echo_n "checking for $ac_word... " >&6; }
3554 if test "${ac_cv_prog_AWK+set}" = set; then :
3555 $as_echo_n "(cached) " >&6
3557 if test -n "$AWK"; then
3558 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3560 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3564 test -z "$as_dir" && as_dir
=.
3565 for ac_exec_ext
in '' $ac_executable_extensions; do
3566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3567 ac_cv_prog_AWK
="$ac_prog"
3568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3578 if test -n "$AWK"; then
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3580 $as_echo "$AWK" >&6; }
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3583 $as_echo "no" >&6; }
3587 test -n "$AWK" && break
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3591 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3593 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3594 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3595 $as_echo_n "(cached) " >&6
3597 cat >conftest.
make <<\_ACEOF
3600 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3602 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3603 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3605 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3607 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3611 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3613 $as_echo "yes" >&6; }
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3617 $as_echo "no" >&6; }
3618 SET_MAKE
="MAKE=${MAKE-make}"
3621 rm -rf .tst
2>/dev
/null
3622 mkdir .tst
2>/dev
/null
3623 if test -d .tst
; then
3628 rmdir .tst
2>/dev
/null
3630 DEPDIR
="${am__leading_dot}deps"
3632 ac_config_commands
="$ac_config_commands depfiles"
3635 am_make
=${MAKE-make}
3636 cat > confinc
<< 'END'
3638 @
echo this is the am__doit target
3641 # If we don't find an include directive, just comment out the code.
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3643 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3647 # First try GNU make style include.
3648 echo "include confinc" > confmf
3649 # Ignore all kinds of additional output from `make'.
3650 case `$am_make -s -f confmf 2> /dev/null` in #(
3651 *the\ am__doit\ target
*)
3657 # Now try BSD make style include.
3658 if test "$am__include" = "#"; then
3659 echo '.include "confinc"' > confmf
3660 case `$am_make -s -f confmf 2> /dev/null` in #(
3661 *the\ am__doit\ target
*)
3662 am__include
=.include
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3671 $as_echo "$_am_result" >&6; }
3672 rm -f confinc confmf
3674 # Check whether --enable-dependency-tracking was given.
3675 if test "${enable_dependency_tracking+set}" = set; then :
3676 enableval
=$enable_dependency_tracking;
3679 if test "x$enable_dependency_tracking" != xno
; then
3680 am_depcomp
="$ac_aux_dir/depcomp"
3683 if test "x$enable_dependency_tracking" != xno; then
3692 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3693 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3694 # is not polluted with repeated "-I."
3695 am__isrc
=' -I$(srcdir)'
3696 # test to see if srcdir already configured
3697 if test -f $srcdir/config.status
; then
3698 as_fn_error
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3702 # test whether we have cygpath
3703 if test -z "$CYGPATH_W"; then
3704 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3705 CYGPATH_W
='cygpath -w'
3712 # Define the identity of the package.
3714 VERSION
=${BFD_VERSION}
3717 cat >>confdefs.h
<<_ACEOF
3718 #define PACKAGE "$PACKAGE"
3722 cat >>confdefs.h
<<_ACEOF
3723 #define VERSION "$VERSION"
3726 # Some tools Automake needs.
3728 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3731 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3734 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3737 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3740 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3742 # We need awk for the "check" target. The system "awk" is bad on
3744 # Always define AMTAR for backward compatibility.
3746 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3748 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3753 depcc
="$CC" am_compiler_list
=
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3756 $as_echo_n "checking dependency style of $depcc... " >&6; }
3757 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3758 $as_echo_n "(cached) " >&6
3760 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3761 # We make a subdir and do the tests there. Otherwise we can end up
3762 # making bogus files that we don't know about and never remove. For
3763 # instance it was reported that on HP-UX the gcc test will end up
3764 # making a dummy file named `D' -- because `-MD' means `put the output
3767 # Copy depcomp to subdir because otherwise we won't find it if we're
3768 # using a relative directory.
3769 cp "$am_depcomp" conftest.dir
3771 # We will build objects and dependencies in a subdirectory because
3772 # it helps to detect inapplicable dependency modes. For instance
3773 # both Tru64's cc and ICC support -MD to output dependencies as a
3774 # side effect of compilation, but ICC will put the dependencies in
3775 # the current directory while Tru64 will put them in the object
3779 am_cv_CC_dependencies_compiler_type
=none
3780 if test "$am_compiler_list" = ""; then
3781 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3784 case " $depcc " in #(
3785 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
3788 for depmode
in $am_compiler_list; do
3789 # Setup a source with many dependencies, because some compilers
3790 # like to wrap large dependency lists on column 80 (with \), and
3791 # we should not choose a depcomp mode which is confused by this.
3793 # We need to recreate these files for each test, as the compiler may
3794 # overwrite some of them when testing with obscure command lines.
3795 # This happens at least with the AIX C compiler.
3797 for i
in 1 2 3 4 5 6; do
3798 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3799 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3800 # Solaris 8's {/usr,}/bin/sh.
3801 touch sub
/conftst
$i.h
3803 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3805 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3806 # mode. It turns out that the SunPro C++ compiler does not properly
3807 # handle `-M -o', and we need to detect this. Also, some Intel
3808 # versions had trouble with output in subdirs
3809 am__obj
=sub
/conftest.
${OBJEXT-o}
3810 am__minus_obj
="-o $am__obj"
3813 # This depmode causes a compiler race in universal mode.
3814 test "$am__universal" = false ||
continue
3817 # after this tag, mechanisms are not by side-effect, so they'll
3818 # only be used when explicitly requested
3819 if test "x$enable_dependency_tracking" = xyes
; then
3825 msvisualcpp | msvcmsys
)
3826 # This compiler won't grok `-c -o', but also, the minuso test has
3827 # not run yet. These depmodes are late enough in the game, and
3828 # so weak that their functioning should not be impacted.
3829 am__obj
=conftest.
${OBJEXT-o}
3834 if depmode
=$depmode \
3835 source=sub
/conftest.c object
=$am__obj \
3836 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3837 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
3838 >/dev
/null
2>conftest.err
&&
3839 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3840 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3841 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
3842 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3843 # icc doesn't choke on unknown options, it will just issue warnings
3844 # or remarks (even with -Werror). So we grep stderr for any message
3845 # that says an option was ignored or not supported.
3846 # When given -MP, icc 7.0 and 7.1 complain thusly:
3847 # icc: Command line warning: ignoring option '-M'; no argument required
3848 # The diagnosis changed in icc 8.0:
3849 # icc: Command line remark: option '-MP' not supported
3850 if (grep 'ignoring option' conftest.err ||
3851 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3852 am_cv_CC_dependencies_compiler_type
=$depmode
3861 am_cv_CC_dependencies_compiler_type
=none
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3866 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3867 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3870 test "x$enable_dependency_tracking" != xno \
3871 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3873 am__fastdepCC_FALSE
='#'
3875 am__fastdepCC_TRUE
='#'
3876 am__fastdepCC_FALSE
=
3883 ac_cpp
='$CPP $CPPFLAGS'
3884 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3885 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3886 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3887 if test -n "$ac_tool_prefix"; then
3888 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3889 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3891 $as_echo_n "checking for $ac_word... " >&6; }
3892 if test "${ac_cv_prog_CC+set}" = set; then :
3893 $as_echo_n "(cached) " >&6
3895 if test -n "$CC"; then
3896 ac_cv_prog_CC
="$CC" # Let the user override the test.
3898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3902 test -z "$as_dir" && as_dir
=.
3903 for ac_exec_ext
in '' $ac_executable_extensions; do
3904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3905 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3916 if test -n "$CC"; then
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3918 $as_echo "$CC" >&6; }
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3921 $as_echo "no" >&6; }
3926 if test -z "$ac_cv_prog_CC"; then
3928 # Extract the first word of "gcc", so it can be a program name with args.
3929 set dummy gcc
; ac_word
=$2
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3931 $as_echo_n "checking for $ac_word... " >&6; }
3932 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3933 $as_echo_n "(cached) " >&6
3935 if test -n "$ac_ct_CC"; then
3936 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3938 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3942 test -z "$as_dir" && as_dir
=.
3943 for ac_exec_ext
in '' $ac_executable_extensions; do
3944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3945 ac_cv_prog_ac_ct_CC
="gcc"
3946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3955 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3956 if test -n "$ac_ct_CC"; then
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3958 $as_echo "$ac_ct_CC" >&6; }
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3961 $as_echo "no" >&6; }
3964 if test "x$ac_ct_CC" = x
; then
3967 case $cross_compiling:$ac_tool_warned in
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3970 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3971 ac_tool_warned
=yes ;;
3979 if test -z "$CC"; then
3980 if test -n "$ac_tool_prefix"; then
3981 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3982 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3984 $as_echo_n "checking for $ac_word... " >&6; }
3985 if test "${ac_cv_prog_CC+set}" = set; then :
3986 $as_echo_n "(cached) " >&6
3988 if test -n "$CC"; then
3989 ac_cv_prog_CC
="$CC" # Let the user override the test.
3991 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3995 test -z "$as_dir" && as_dir
=.
3996 for ac_exec_ext
in '' $ac_executable_extensions; do
3997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3998 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4009 if test -n "$CC"; then
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4011 $as_echo "$CC" >&6; }
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4014 $as_echo "no" >&6; }
4020 if test -z "$CC"; then
4021 # Extract the first word of "cc", so it can be a program name with args.
4022 set dummy cc
; ac_word
=$2
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4024 $as_echo_n "checking for $ac_word... " >&6; }
4025 if test "${ac_cv_prog_CC+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
4028 if test -n "$CC"; then
4029 ac_cv_prog_CC
="$CC" # Let the user override the test.
4032 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4036 test -z "$as_dir" && as_dir
=.
4037 for ac_exec_ext
in '' $ac_executable_extensions; do
4038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4039 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4040 ac_prog_rejected
=yes
4044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4051 if test $ac_prog_rejected = yes; then
4052 # We found a bogon in the path, so make sure we never use it.
4053 set dummy
$ac_cv_prog_CC
4055 if test $# != 0; then
4056 # We chose a different compiler from the bogus one.
4057 # However, it has the same basename, so the bogon will be chosen
4058 # first if we set CC to just the basename; use the full file name.
4060 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4066 if test -n "$CC"; then
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4068 $as_echo "$CC" >&6; }
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4071 $as_echo "no" >&6; }
4076 if test -z "$CC"; then
4077 if test -n "$ac_tool_prefix"; then
4078 for ac_prog
in cl.exe
4080 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4081 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4083 $as_echo_n "checking for $ac_word... " >&6; }
4084 if test "${ac_cv_prog_CC+set}" = set; then :
4085 $as_echo_n "(cached) " >&6
4087 if test -n "$CC"; then
4088 ac_cv_prog_CC
="$CC" # Let the user override the test.
4090 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4094 test -z "$as_dir" && as_dir
=.
4095 for ac_exec_ext
in '' $ac_executable_extensions; do
4096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4097 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4108 if test -n "$CC"; then
4109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4110 $as_echo "$CC" >&6; }
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4113 $as_echo "no" >&6; }
4117 test -n "$CC" && break
4120 if test -z "$CC"; then
4122 for ac_prog
in cl.exe
4124 # Extract the first word of "$ac_prog", so it can be a program name with args.
4125 set dummy
$ac_prog; ac_word
=$2
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4127 $as_echo_n "checking for $ac_word... " >&6; }
4128 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4129 $as_echo_n "(cached) " >&6
4131 if test -n "$ac_ct_CC"; then
4132 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4134 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4138 test -z "$as_dir" && as_dir
=.
4139 for ac_exec_ext
in '' $ac_executable_extensions; do
4140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4141 ac_cv_prog_ac_ct_CC
="$ac_prog"
4142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4151 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4152 if test -n "$ac_ct_CC"; then
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4154 $as_echo "$ac_ct_CC" >&6; }
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4157 $as_echo "no" >&6; }
4161 test -n "$ac_ct_CC" && break
4164 if test "x$ac_ct_CC" = x
; then
4167 case $cross_compiling:$ac_tool_warned in
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4170 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4171 ac_tool_warned
=yes ;;
4180 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4182 as_fn_error
"no acceptable C compiler found in \$PATH
4183 See \`config.log' for more details." "$LINENO" 5; }
4185 # Provide some information about the compiler.
4186 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4189 for ac_option
in --version -v -V -qversion; do
4190 { { ac_try
="$ac_compiler $ac_option >&5"
4192 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4193 *) ac_try_echo=$ac_try;;
4195 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4196 $as_echo "$ac_try_echo"; } >&5
4197 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4199 if test -s conftest.err; then
4201 ... rest of stderr output deleted ...
4202 10q' conftest.err >conftest.er1
4203 cat conftest.er1 >&5
4204 rm -f conftest.er1 conftest.err
4206 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4207 test $ac_status = 0; }
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4211 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4212 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4213 $as_echo_n "(cached) " >&6
4215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4216 /* end confdefs.h. */
4229 if ac_fn_c_try_compile "$LINENO"; then :
4234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4235 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4239 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4240 if test $ac_compiler_gnu = yes; then
4245 ac_test_CFLAGS=${CFLAGS+set}
4246 ac_save_CFLAGS=$CFLAGS
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4248 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4249 if test "${ac_cv_prog_cc_g+set}" = set; then :
4250 $as_echo_n "(cached) " >&6
4252 ac_save_c_werror_flag=$ac_c_werror_flag
4253 ac_c_werror_flag=yes
4256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4257 /* end confdefs.h. */
4267 if ac_fn_c_try_compile "$LINENO"; then :
4271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4272 /* end confdefs.h. */
4282 if ac_fn_c_try_compile "$LINENO"; then :
4285 ac_c_werror_flag=$ac_save_c_werror_flag
4287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4288 /* end confdefs.h. */
4298 if ac_fn_c_try_compile "$LINENO"; then :
4301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4306 ac_c_werror_flag=$ac_save_c_werror_flag
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4309 $as_echo "$ac_cv_prog_cc_g" >&6; }
4310 if test "$ac_test_CFLAGS" = set; then
4311 CFLAGS=$ac_save_CFLAGS
4312 elif test $ac_cv_prog_cc_g = yes; then
4313 if test "$GCC" = yes; then
4319 if test "$GCC" = yes; then
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4326 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4327 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4328 $as_echo_n "(cached) " >&6
4330 ac_cv_prog_cc_c89=no
4332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4333 /* end confdefs.h. */
4336 #include <sys/types.h>
4337 #include <sys/stat.h>
4338 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4339 struct buf { int x; };
4340 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4341 static char *e (p, i)
4347 static char *f (char * (*g) (char **, int), char **p, ...)
4352 s = g (p, va_arg (v,int));
4357 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4358 function prototypes and stuff, but not '\xHH' hex character constants.
4359 These don't provoke an error unfortunately, instead are silently treated
4360 as 'x'. The following induces an error, until -std is added to get
4361 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4362 array size at least. It's necessary to write '\x00'==0 to get something
4363 that's true only with -std. */
4364 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4366 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4367 inside strings and character constants. */
4369 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4371 int test (int i, double x);
4372 struct s1 {int (*f) (int a);};
4373 struct s2 {int (*f) (double a);};
4374 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4380 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4385 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4386 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4388 CC="$ac_save_CC $ac_arg"
4389 if ac_fn_c_try_compile "$LINENO"; then :
4390 ac_cv_prog_cc_c89=$ac_arg
4392 rm -f core conftest.err conftest.$ac_objext
4393 test "x$ac_cv_prog_cc_c89" != "xno" && break
4395 rm -f conftest.$ac_ext
4400 case "x$ac_cv_prog_cc_c89" in
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4403 $as_echo "none needed" >&6; } ;;
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4406 $as_echo "unsupported" >&6; } ;;
4408 CC="$CC $ac_cv_prog_cc_c89"
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4410 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4412 if test "x$ac_cv_prog_cc_c89" != xno; then :
4417 ac_cpp='$CPP $CPPFLAGS'
4418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4423 ac_cpp='$CPP $CPPFLAGS'
4424 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4425 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4426 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4428 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4429 # On Suns, sometimes $CPP names a directory.
4430 if test -n "$CPP" && test -d "$CPP"; then
4433 if test -z "$CPP"; then
4434 if test "${ac_cv_prog_CPP+set}" = set; then :
4435 $as_echo_n "(cached) " >&6
4437 # Double quotes because CPP needs to be expanded
4438 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4441 for ac_c_preproc_warn_flag in '' yes
4443 # Use a header file that comes with gcc, so configuring glibc
4444 # with a fresh cross-compiler works.
4445 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4446 # <limits.h> exists even on freestanding compilers.
4447 # On the NeXT, cc -E runs the code through the compiler's parser,
4448 # not just through cpp. "Syntax error" is here to catch this case.
4449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4450 /* end confdefs.h. */
4452 # include <limits.h>
4454 # include <assert.h>
4458 if ac_fn_c_try_cpp "$LINENO"; then :
4461 # Broken: fails on valid input.
4464 rm -f conftest.err conftest.$ac_ext
4466 # OK, works on sane cases. Now check whether nonexistent headers
4467 # can be detected and how.
4468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4469 /* end confdefs.h. */
4470 #include <ac_nonexistent.h>
4472 if ac_fn_c_try_cpp "$LINENO"; then :
4473 # Broken: success on invalid input.
4476 # Passes both tests.
4480 rm -f conftest.err conftest.$ac_ext
4483 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4484 rm -f conftest.err conftest.
$ac_ext
4485 if $ac_preproc_ok; then :
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4498 $as_echo "$CPP" >&6; }
4500 for ac_c_preproc_warn_flag
in '' yes
4502 # Use a header file that comes with gcc, so configuring glibc
4503 # with a fresh cross-compiler works.
4504 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4505 # <limits.h> exists even on freestanding compilers.
4506 # On the NeXT, cc -E runs the code through the compiler's parser,
4507 # not just through cpp. "Syntax error" is here to catch this case.
4508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4509 /* end confdefs.h. */
4511 # include <limits.h>
4513 # include <assert.h>
4517 if ac_fn_c_try_cpp
"$LINENO"; then :
4520 # Broken: fails on valid input.
4523 rm -f conftest.err conftest.
$ac_ext
4525 # OK, works on sane cases. Now check whether nonexistent headers
4526 # can be detected and how.
4527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4528 /* end confdefs.h. */
4529 #include <ac_nonexistent.h>
4531 if ac_fn_c_try_cpp
"$LINENO"; then :
4532 # Broken: success on invalid input.
4535 # Passes both tests.
4539 rm -f conftest.err conftest.
$ac_ext
4542 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4543 rm -f conftest.err conftest.
$ac_ext
4544 if $ac_preproc_ok; then :
4547 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4548 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4549 as_fn_error
"C preprocessor \"$CPP\" fails sanity check
4550 See \`config.log' for more details." "$LINENO" 5; }
4554 ac_cpp
='$CPP $CPPFLAGS'
4555 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4556 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4557 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4561 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4562 if test "${ac_cv_path_GREP+set}" = set; then :
4563 $as_echo_n "(cached) " >&6
4565 if test -z "$GREP"; then
4566 ac_path_GREP_found
=false
4567 # Loop through the user's path and test for each of PROGNAME-LIST
4568 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4569 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4572 test -z "$as_dir" && as_dir
=.
4573 for ac_prog
in grep ggrep
; do
4574 for ac_exec_ext
in '' $ac_executable_extensions; do
4575 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4576 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
4577 # Check for GNU ac_path_GREP and select it if it is found.
4578 # Check for GNU $ac_path_GREP
4579 case `"$ac_path_GREP" --version 2>&1` in
4581 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4584 $as_echo_n 0123456789 >"conftest.in"
4587 cat "conftest.in" "conftest.in" >"conftest.tmp"
4588 mv "conftest.tmp" "conftest.in"
4589 cp "conftest.in" "conftest.nl"
4590 $as_echo 'GREP' >> "conftest.nl"
4591 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4592 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4593 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4594 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4595 # Best one so far, save it but keep looking for a better one
4596 ac_cv_path_GREP
="$ac_path_GREP"
4597 ac_path_GREP_max
=$ac_count
4599 # 10*(2^10) chars as input seems more than enough
4600 test $ac_count -gt 10 && break
4602 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4605 $ac_path_GREP_found && break 3
4610 if test -z "$ac_cv_path_GREP"; then
4611 as_fn_error
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4614 ac_cv_path_GREP
=$GREP
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4619 $as_echo "$ac_cv_path_GREP" >&6; }
4620 GREP
="$ac_cv_path_GREP"
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4624 $as_echo_n "checking for egrep... " >&6; }
4625 if test "${ac_cv_path_EGREP+set}" = set; then :
4626 $as_echo_n "(cached) " >&6
4628 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4629 then ac_cv_path_EGREP
="$GREP -E"
4631 if test -z "$EGREP"; then
4632 ac_path_EGREP_found
=false
4633 # Loop through the user's path and test for each of PROGNAME-LIST
4634 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4635 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4638 test -z "$as_dir" && as_dir
=.
4639 for ac_prog
in egrep; do
4640 for ac_exec_ext
in '' $ac_executable_extensions; do
4641 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4642 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
4643 # Check for GNU ac_path_EGREP and select it if it is found.
4644 # Check for GNU $ac_path_EGREP
4645 case `"$ac_path_EGREP" --version 2>&1` in
4647 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4650 $as_echo_n 0123456789 >"conftest.in"
4653 cat "conftest.in" "conftest.in" >"conftest.tmp"
4654 mv "conftest.tmp" "conftest.in"
4655 cp "conftest.in" "conftest.nl"
4656 $as_echo 'EGREP' >> "conftest.nl"
4657 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4658 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4659 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4660 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4661 # Best one so far, save it but keep looking for a better one
4662 ac_cv_path_EGREP
="$ac_path_EGREP"
4663 ac_path_EGREP_max
=$ac_count
4665 # 10*(2^10) chars as input seems more than enough
4666 test $ac_count -gt 10 && break
4668 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4671 $ac_path_EGREP_found && break 3
4676 if test -z "$ac_cv_path_EGREP"; then
4677 as_fn_error
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4680 ac_cv_path_EGREP
=$EGREP
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4686 $as_echo "$ac_cv_path_EGREP" >&6; }
4687 EGREP
="$ac_cv_path_EGREP"
4690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4691 $as_echo_n "checking for ANSI C header files... " >&6; }
4692 if test "${ac_cv_header_stdc+set}" = set; then :
4693 $as_echo_n "(cached) " >&6
4695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4696 /* end confdefs.h. */
4710 if ac_fn_c_try_compile
"$LINENO"; then :
4711 ac_cv_header_stdc
=yes
4713 ac_cv_header_stdc
=no
4715 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4717 if test $ac_cv_header_stdc = yes; then
4718 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4720 /* end confdefs.h. */
4724 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4725 $EGREP "memchr" >/dev
/null
2>&1; then :
4728 ac_cv_header_stdc
=no
4734 if test $ac_cv_header_stdc = yes; then
4735 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4737 /* end confdefs.h. */
4741 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4742 $EGREP "free" >/dev
/null
2>&1; then :
4745 ac_cv_header_stdc
=no
4751 if test $ac_cv_header_stdc = yes; then
4752 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4753 if test "$cross_compiling" = yes; then :
4756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4757 /* end confdefs.h. */
4760 #if ((' ' & 0x0FF) == 0x020)
4761 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4762 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4764 # define ISLOWER(c) \
4765 (('a' <= (c) && (c) <= 'i') \
4766 || ('j' <= (c) && (c) <= 'r') \
4767 || ('s' <= (c) && (c) <= 'z'))
4768 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4771 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4776 for (i = 0; i < 256; i++)
4777 if (XOR (islower (i), ISLOWER (i))
4778 || toupper (i) != TOUPPER (i))
4783 if ac_fn_c_try_run
"$LINENO"; then :
4786 ac_cv_header_stdc
=no
4788 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4789 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4795 $as_echo "$ac_cv_header_stdc" >&6; }
4796 if test $ac_cv_header_stdc = yes; then
4798 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4802 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4803 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4804 inttypes.h stdint.h unistd.h
4806 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4807 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4809 eval as_val
=\$
$as_ac_Header
4810 if test "x$as_val" = x
""yes; then :
4811 cat >>confdefs.h
<<_ACEOF
4812 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4821 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4822 if test "x$ac_cv_header_minix_config_h" = x
""yes; then :
4829 if test "$MINIX" = yes; then
4831 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4834 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4837 $as_echo "#define _MINIX 1" >>confdefs.h
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4843 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4844 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4845 $as_echo_n "(cached) " >&6
4847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4848 /* end confdefs.h. */
4850 # define __EXTENSIONS__ 1
4851 $ac_includes_default
4860 if ac_fn_c_try_compile
"$LINENO"; then :
4861 ac_cv_safe_to_define___extensions__
=yes
4863 ac_cv_safe_to_define___extensions__
=no
4865 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4868 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4869 test $ac_cv_safe_to_define___extensions__ = yes &&
4870 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4872 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4874 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4876 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4878 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4884 if test -n "$ac_tool_prefix"; then
4885 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4886 set dummy
${ac_tool_prefix}ar; ac_word
=$2
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4888 $as_echo_n "checking for $ac_word... " >&6; }
4889 if test "${ac_cv_prog_AR+set}" = set; then :
4890 $as_echo_n "(cached) " >&6
4892 if test -n "$AR"; then
4893 ac_cv_prog_AR
="$AR" # Let the user override the test.
4895 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4899 test -z "$as_dir" && as_dir
=.
4900 for ac_exec_ext
in '' $ac_executable_extensions; do
4901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4902 ac_cv_prog_AR
="${ac_tool_prefix}ar"
4903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4913 if test -n "$AR"; then
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4915 $as_echo "$AR" >&6; }
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4918 $as_echo "no" >&6; }
4923 if test -z "$ac_cv_prog_AR"; then
4925 # Extract the first word of "ar", so it can be a program name with args.
4926 set dummy
ar; ac_word
=$2
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4928 $as_echo_n "checking for $ac_word... " >&6; }
4929 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4930 $as_echo_n "(cached) " >&6
4932 if test -n "$ac_ct_AR"; then
4933 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4939 test -z "$as_dir" && as_dir
=.
4940 for ac_exec_ext
in '' $ac_executable_extensions; do
4941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4942 ac_cv_prog_ac_ct_AR
="ar"
4943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4952 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4953 if test -n "$ac_ct_AR"; then
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4955 $as_echo "$ac_ct_AR" >&6; }
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4958 $as_echo "no" >&6; }
4961 if test "x$ac_ct_AR" = x
; then
4964 case $cross_compiling:$ac_tool_warned in
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4967 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4968 ac_tool_warned
=yes ;;
4976 if test -n "$ac_tool_prefix"; then
4977 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4978 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4980 $as_echo_n "checking for $ac_word... " >&6; }
4981 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4982 $as_echo_n "(cached) " >&6
4984 if test -n "$RANLIB"; then
4985 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4987 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4991 test -z "$as_dir" && as_dir
=.
4992 for ac_exec_ext
in '' $ac_executable_extensions; do
4993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4994 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004 RANLIB
=$ac_cv_prog_RANLIB
5005 if test -n "$RANLIB"; then
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5007 $as_echo "$RANLIB" >&6; }
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5010 $as_echo "no" >&6; }
5015 if test -z "$ac_cv_prog_RANLIB"; then
5016 ac_ct_RANLIB
=$RANLIB
5017 # Extract the first word of "ranlib", so it can be a program name with args.
5018 set dummy ranlib
; ac_word
=$2
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5020 $as_echo_n "checking for $ac_word... " >&6; }
5021 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5022 $as_echo_n "(cached) " >&6
5024 if test -n "$ac_ct_RANLIB"; then
5025 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5027 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5031 test -z "$as_dir" && as_dir
=.
5032 for ac_exec_ext
in '' $ac_executable_extensions; do
5033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5034 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5045 if test -n "$ac_ct_RANLIB"; then
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5047 $as_echo "$ac_ct_RANLIB" >&6; }
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5050 $as_echo "no" >&6; }
5053 if test "x$ac_ct_RANLIB" = x
; then
5056 case $cross_compiling:$ac_tool_warned in
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5059 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5060 ac_tool_warned
=yes ;;
5062 RANLIB
=$ac_ct_RANLIB
5065 RANLIB
="$ac_cv_prog_RANLIB"
5069 # Check whether --enable-shared was given.
5070 if test "${enable_shared+set}" = set; then :
5071 enableval
=$enable_shared; p
=${PACKAGE-default}
5073 yes) enable_shared
=yes ;;
5074 no
) enable_shared
=no
;;
5077 # Look at the argument we got. We use all the common list separators.
5078 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
5079 for pkg
in $enableval; do
5081 if test "X$pkg" = "X$p"; then
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5104 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5109 macro_version
='2.2.7a'
5110 macro_revision
='1.3134'
5124 ltmain
="$ac_aux_dir/ltmain.sh"
5126 # Backslashify metacharacters that are still active within
5127 # double-quoted strings.
5128 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5130 # Same as above, but do not quote variable references.
5131 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5133 # Sed substitution to delay expansion of an escaped shell variable in a
5134 # double_quote_subst'ed string.
5135 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5137 # Sed substitution to delay expansion of an escaped single quote.
5138 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5140 # Sed substitution to avoid accidental globbing in evaled expressions
5141 no_glob_subst
='s/\*/\\\*/g'
5143 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5144 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5145 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5148 $as_echo_n "checking how to print strings... " >&6; }
5149 # Test print first, because it will be a builtin if present.
5150 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5151 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5153 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5156 # Use this function as a fallback that always works.
5157 func_fallback_echo ()
5159 eval 'cat <<_LTECHO_EOF
5163 ECHO='func_fallback_echo
'
5166 # func_echo_all arg...
5167 # Invoke $ECHO with all args, space-separated.
5174 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5175 $as_echo "printf" >&6; } ;;
5176 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5177 $as_echo "print -r" >&6; } ;;
5178 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5179 $as_echo "cat" >&6; } ;;
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5196 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5197 if test "${ac_cv_path_SED+set}" = set; then :
5198 $as_echo_n "(cached) " >&6
5200 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5201 for ac_i in 1 2 3 4 5 6 7; do
5202 ac_script="$ac_script$as_nl$ac_script"
5204 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5205 { ac_script=; unset ac_script;}
5206 if test -z "$SED"; then
5207 ac_path_SED_found=false
5208 # Loop through the user's path and
test for each of PROGNAME-LIST
5209 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5213 test -z "$as_dir" && as_dir
=.
5214 for ac_prog
in sed gsed
; do
5215 for ac_exec_ext
in '' $ac_executable_extensions; do
5216 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5217 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
5218 # Check for GNU ac_path_SED and select it if it is found.
5219 # Check for GNU $ac_path_SED
5220 case `"$ac_path_SED" --version 2>&1` in
5222 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5225 $as_echo_n 0123456789 >"conftest.in"
5228 cat "conftest.in" "conftest.in" >"conftest.tmp"
5229 mv "conftest.tmp" "conftest.in"
5230 cp "conftest.in" "conftest.nl"
5231 $as_echo '' >> "conftest.nl"
5232 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5233 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5234 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5235 if test $ac_count -gt ${ac_path_SED_max-0}; then
5236 # Best one so far, save it but keep looking for a better one
5237 ac_cv_path_SED
="$ac_path_SED"
5238 ac_path_SED_max
=$ac_count
5240 # 10*(2^10) chars as input seems more than enough
5241 test $ac_count -gt 10 && break
5243 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5246 $ac_path_SED_found && break 3
5251 if test -z "$ac_cv_path_SED"; then
5252 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5260 $as_echo "$ac_cv_path_SED" >&6; }
5261 SED
="$ac_cv_path_SED"
5264 test -z "$SED" && SED
=sed
5265 Xsed
="$SED -e 1s/^X//"
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5278 $as_echo_n "checking for fgrep... " >&6; }
5279 if test "${ac_cv_path_FGREP+set}" = set; then :
5280 $as_echo_n "(cached) " >&6
5282 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5283 then ac_cv_path_FGREP
="$GREP -F"
5285 if test -z "$FGREP"; then
5286 ac_path_FGREP_found
=false
5287 # Loop through the user's path and test for each of PROGNAME-LIST
5288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5289 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5292 test -z "$as_dir" && as_dir
=.
5293 for ac_prog
in fgrep
; do
5294 for ac_exec_ext
in '' $ac_executable_extensions; do
5295 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5296 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } ||
continue
5297 # Check for GNU ac_path_FGREP and select it if it is found.
5298 # Check for GNU $ac_path_FGREP
5299 case `"$ac_path_FGREP" --version 2>&1` in
5301 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5304 $as_echo_n 0123456789 >"conftest.in"
5307 cat "conftest.in" "conftest.in" >"conftest.tmp"
5308 mv "conftest.tmp" "conftest.in"
5309 cp "conftest.in" "conftest.nl"
5310 $as_echo 'FGREP' >> "conftest.nl"
5311 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5312 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5313 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5314 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5315 # Best one so far, save it but keep looking for a better one
5316 ac_cv_path_FGREP
="$ac_path_FGREP"
5317 ac_path_FGREP_max
=$ac_count
5319 # 10*(2^10) chars as input seems more than enough
5320 test $ac_count -gt 10 && break
5322 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5325 $ac_path_FGREP_found && break 3
5330 if test -z "$ac_cv_path_FGREP"; then
5331 as_fn_error
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5334 ac_cv_path_FGREP
=$FGREP
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5340 $as_echo "$ac_cv_path_FGREP" >&6; }
5341 FGREP
="$ac_cv_path_FGREP"
5344 test -z "$GREP" && GREP
=grep
5364 # Check whether --with-gnu-ld was given.
5365 if test "${with_gnu_ld+set}" = set; then :
5366 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5372 if test "$GCC" = yes; then
5373 # Check if gcc -print-prog-name=ld gives a path.
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5375 $as_echo_n "checking for ld used by $CC... " >&6; }
5378 # gcc leaves a trailing carriage return which upsets mingw
5379 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5381 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5384 # Accept absolute paths.
5386 re_direlt
='/[^/][^/]*/\.\./'
5387 # Canonicalize the pathname of ld
5388 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5389 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5390 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5392 test -z "$LD" && LD
="$ac_prog"
5395 # If it fails, then pretend we aren't using GCC.
5399 # If it is relative, then search for the first ld in PATH.
5403 elif test "$with_gnu_ld" = yes; then
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5405 $as_echo_n "checking for GNU ld... " >&6; }
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5408 $as_echo_n "checking for non-GNU ld... " >&6; }
5410 if test "${lt_cv_path_LD+set}" = set; then :
5411 $as_echo_n "(cached) " >&6
5413 if test -z "$LD"; then
5414 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5415 for ac_dir
in $PATH; do
5417 test -z "$ac_dir" && ac_dir
=.
5418 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5419 lt_cv_path_LD
="$ac_dir/$ac_prog"
5420 # Check to see if the program is GNU ld. I'd rather use --version,
5421 # but apparently some variants of GNU ld only accept -v.
5422 # Break only if it was the GNU/non-GNU ld that we prefer.
5423 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5424 *GNU
* |
*'with BFD'*)
5425 test "$with_gnu_ld" != no
&& break
5428 test "$with_gnu_ld" != yes && break
5435 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5440 if test -n "$LD"; then
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5442 $as_echo "$LD" >&6; }
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5445 $as_echo "no" >&6; }
5447 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5449 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5450 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5451 $as_echo_n "(cached) " >&6
5453 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5454 case `$LD -v 2>&1 </dev/null` in
5455 *GNU
* |
*'with BFD'*)
5456 lt_cv_prog_gnu_ld
=yes
5459 lt_cv_prog_gnu_ld
=no
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5464 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5465 with_gnu_ld
=$lt_cv_prog_gnu_ld
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5476 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5477 if test "${lt_cv_path_NM+set}" = set; then :
5478 $as_echo_n "(cached) " >&6
5480 if test -n "$NM"; then
5481 # Let the user override the test.
5484 lt_nm_to_check
="${ac_tool_prefix}nm"
5485 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5486 lt_nm_to_check
="$lt_nm_to_check nm"
5488 for lt_tmp_nm
in $lt_nm_to_check; do
5489 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5490 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5492 test -z "$ac_dir" && ac_dir
=.
5493 tmp_nm
="$ac_dir/$lt_tmp_nm"
5494 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5495 # Check to see if the nm accepts a BSD-compat flag.
5496 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5497 # nm: unknown option "B" ignored
5498 # Tru64's nm complains that /dev/null is an invalid object file
5499 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5500 */dev
/null
* |
*'Invalid file or object type'*)
5501 lt_cv_path_NM
="$tmp_nm -B"
5505 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5507 lt_cv_path_NM
="$tmp_nm -p"
5511 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5512 continue # so that we can try to find one that supports BSD flags
5521 : ${lt_cv_path_NM=no}
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5525 $as_echo "$lt_cv_path_NM" >&6; }
5526 if test "$lt_cv_path_NM" != "no"; then
5529 # Didn't find any BSD compatible name lister, look for dumpbin.
5530 if test -n "$DUMPBIN"; then :
5531 # Let the user override the test.
5533 if test -n "$ac_tool_prefix"; then
5534 for ac_prog
in dumpbin
"link -dump"
5536 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5537 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5539 $as_echo_n "checking for $ac_word... " >&6; }
5540 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5541 $as_echo_n "(cached) " >&6
5543 if test -n "$DUMPBIN"; then
5544 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5550 test -z "$as_dir" && as_dir
=.
5551 for ac_exec_ext
in '' $ac_executable_extensions; do
5552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5553 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5563 DUMPBIN
=$ac_cv_prog_DUMPBIN
5564 if test -n "$DUMPBIN"; then
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5566 $as_echo "$DUMPBIN" >&6; }
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5569 $as_echo "no" >&6; }
5573 test -n "$DUMPBIN" && break
5576 if test -z "$DUMPBIN"; then
5577 ac_ct_DUMPBIN
=$DUMPBIN
5578 for ac_prog
in dumpbin
"link -dump"
5580 # Extract the first word of "$ac_prog", so it can be a program name with args.
5581 set dummy
$ac_prog; ac_word
=$2
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5583 $as_echo_n "checking for $ac_word... " >&6; }
5584 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5585 $as_echo_n "(cached) " >&6
5587 if test -n "$ac_ct_DUMPBIN"; then
5588 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5590 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5594 test -z "$as_dir" && as_dir
=.
5595 for ac_exec_ext
in '' $ac_executable_extensions; do
5596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5597 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5607 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5608 if test -n "$ac_ct_DUMPBIN"; then
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5610 $as_echo "$ac_ct_DUMPBIN" >&6; }
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5613 $as_echo "no" >&6; }
5617 test -n "$ac_ct_DUMPBIN" && break
5620 if test "x$ac_ct_DUMPBIN" = x
; then
5623 case $cross_compiling:$ac_tool_warned in
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5626 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5627 ac_tool_warned
=yes ;;
5629 DUMPBIN
=$ac_ct_DUMPBIN
5633 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5635 DUMPBIN
="$DUMPBIN -symbols"
5643 if test "$DUMPBIN" != ":"; then
5647 test -z "$NM" && NM
=nm
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5655 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5656 if test "${lt_cv_nm_interface+set}" = set; then :
5657 $as_echo_n "(cached) " >&6
5659 lt_cv_nm_interface
="BSD nm"
5660 echo "int some_variable = 0;" > conftest.
$ac_ext
5661 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5662 (eval "$ac_compile" 2>conftest.err
)
5663 cat conftest.err
>&5
5664 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5665 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5666 cat conftest.err
>&5
5667 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5668 cat conftest.out
>&5
5669 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5670 lt_cv_nm_interface
="MS dumpbin"
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5675 $as_echo "$lt_cv_nm_interface" >&6; }
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5678 $as_echo_n "checking whether ln -s works... " >&6; }
5680 if test "$LN_S" = "ln -s"; then
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5682 $as_echo "yes" >&6; }
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5685 $as_echo "no, using $LN_S" >&6; }
5688 # find the maximum length of command line arguments
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5690 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5691 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5692 $as_echo_n "(cached) " >&6
5699 # On DJGPP, this test can blow up pretty badly due to problems in libc
5700 # (any single argument exceeding 2000 bytes causes a buffer overrun
5701 # during glob expansion). Even if it were fixed, the result of this
5702 # check would be larger than it should be.
5703 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5707 # Under GNU Hurd, this test is not required because there is
5708 # no limit to the length of command line arguments.
5709 # Libtool will interpret -1 as no limit whatsoever
5710 lt_cv_sys_max_cmd_len
=-1;
5713 cygwin
* | mingw
* | cegcc
*)
5714 # On Win9x/ME, this test blows up -- it succeeds, but takes
5715 # about 5 minutes as the teststring grows exponentially.
5716 # Worse, since 9x/ME are not pre-emptively multitasking,
5717 # you end up with a "frozen" computer, even though with patience
5718 # the test eventually succeeds (with a max line length of 256k).
5719 # Instead, let's just punt: use the minimum linelength reported by
5720 # all of the supported platforms: 8192 (on NT/2K/XP).
5721 lt_cv_sys_max_cmd_len
=8192;
5725 # On MiNT this can take a long time and run out of memory.
5726 lt_cv_sys_max_cmd_len
=8192;
5730 # On AmigaOS with pdksh, this test takes hours, literally.
5731 # So we just punt and use a minimum line length of 8192.
5732 lt_cv_sys_max_cmd_len
=8192;
5735 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5736 # This has been around since 386BSD, at least. Likely further.
5737 if test -x /sbin
/sysctl
; then
5738 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5739 elif test -x /usr
/sbin
/sysctl
; then
5740 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5742 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5744 # And add a safety zone
5745 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5746 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5750 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5751 lt_cv_sys_max_cmd_len
=196608
5755 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5756 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5757 # nice to cause kernel panics so lets avoid the loop below.
5758 # First set a reasonable default.
5759 lt_cv_sys_max_cmd_len
=16384
5761 if test -x /sbin
/sysconfig
; then
5762 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5763 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5768 lt_cv_sys_max_cmd_len
=102400
5770 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5771 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5772 if test -n "$kargmax"; then
5773 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5775 lt_cv_sys_max_cmd_len
=32768
5779 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5780 if test -n "$lt_cv_sys_max_cmd_len"; then
5781 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5782 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5784 # Make teststring a little bigger before we do anything with it.
5785 # a 1K string should be a reasonable start.
5786 for i
in 1 2 3 4 5 6 7 8 ; do
5787 teststring
=$teststring$teststring
5789 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5790 # If test is not a shell built-in, we'll probably end up computing a
5791 # maximum length that is only half of the actual maximum length, but
5793 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5794 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5795 test $i != 17 # 1/2 MB should be enough
5798 teststring
=$teststring$teststring
5800 # Only check the string length outside the loop.
5801 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5803 # Add a significant safety factor because C++ compilers can tack on
5804 # massive amounts of additional arguments before passing them to the
5805 # linker. It appears as though 1/2 is a usable value.
5806 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5813 if test -n $lt_cv_sys_max_cmd_len ; then
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5815 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5818 $as_echo "none" >&6; }
5820 max_cmd_len
=$lt_cv_sys_max_cmd_len
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5832 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5833 # Try some XSI features
5836 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5838 && eval 'test $(( 1 + 1 )) -eq 2 \
5839 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5842 $as_echo "$xsi_shell" >&6; }
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5846 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5848 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5850 && lt_shell_append=yes
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5852 $as_echo "$lt_shell_append" >&6; }
5855 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5865 # test EBCDIC or ASCII
5866 case `echo X|tr X '\101'` in
5867 A) # ASCII based system
5868 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5869 lt_SP2NL='tr \040 \012'
5870 lt_NL2SP='tr \015\012 \040\040'
5872 *) # EBCDIC based system
5873 lt_SP2NL='tr \100 \n'
5874 lt_NL2SP='tr \r\n \100\100'
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5887 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5888 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5889 $as_echo_n "(cached
) " >&6
5891 lt_cv_ld_reload_flag='-r'
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5894 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5895 reload_flag=$lt_cv_ld_reload_flag
5896 case $reload_flag in
5898 *) reload_flag=" $reload_flag" ;;
5900 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5903 if test "$GCC" = yes; then
5904 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5906 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5919 if test -n "$ac_tool_prefix"; then
5920 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5921 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5923 $as_echo_n "checking
for $ac_word...
" >&6; }
5924 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5925 $as_echo_n "(cached
) " >&6
5927 if test -n "$OBJDUMP"; then
5928 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5934 test -z "$as_dir" && as_dir=.
5935 for ac_exec_ext in '' $ac_executable_extensions; do
5936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5937 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5938 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5947 OBJDUMP=$ac_cv_prog_OBJDUMP
5948 if test -n "$OBJDUMP"; then
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5950 $as_echo "$OBJDUMP" >&6; }
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5953 $as_echo "no
" >&6; }
5958 if test -z "$ac_cv_prog_OBJDUMP"; then
5959 ac_ct_OBJDUMP=$OBJDUMP
5960 # Extract the first word of "objdump
", so it can be a program name with args.
5961 set dummy objdump; ac_word=$2
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5963 $as_echo_n "checking
for $ac_word...
" >&6; }
5964 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5965 $as_echo_n "(cached
) " >&6
5967 if test -n "$ac_ct_OBJDUMP"; then
5968 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5974 test -z "$as_dir" && as_dir=.
5975 for ac_exec_ext in '' $ac_executable_extensions; do
5976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5977 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5978 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5987 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5988 if test -n "$ac_ct_OBJDUMP"; then
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5990 $as_echo "$ac_ct_OBJDUMP" >&6; }
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5993 $as_echo "no
" >&6; }
5996 if test "x
$ac_ct_OBJDUMP" = x; then
5999 case $cross_compiling:$ac_tool_warned in
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6002 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6003 ac_tool_warned=yes ;;
6005 OBJDUMP=$ac_ct_OBJDUMP
6008 OBJDUMP="$ac_cv_prog_OBJDUMP"
6011 test -z "$OBJDUMP" && OBJDUMP=objdump
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6022 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6023 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6024 $as_echo_n "(cached
) " >&6
6026 lt_cv_file_magic_cmd='$MAGIC_CMD'
6027 lt_cv_file_magic_test_file=
6028 lt_cv_deplibs_check_method='unknown'
6029 # Need to set the preceding variable on all platforms that support
6030 # interlibrary dependencies.
6031 # 'none' -- dependencies not supported.
6032 # `unknown' -- same as none, but documents that we really don't know.
6033 # 'pass_all' -- all dependencies passed with no checks.
6034 # 'test_compile' -- check by making test program.
6035 # 'file_magic [[regex]]' -- check by looking for files in library path
6036 # which responds to the $file_magic_cmd with a given extended regex.
6037 # If you have `file' or equivalent on your system and you're not sure
6038 # whether `pass_all' will *always* work, you probably want this one.
6042 lt_cv_deplibs_check_method=pass_all
6046 lt_cv_deplibs_check_method=pass_all
6050 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6051 lt_cv_file_magic_cmd='/usr/bin/file -L'
6052 lt_cv_file_magic_test_file=/shlib/libc.so
6056 # func_win32_libid is a shell function defined in ltmain.sh
6057 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6058 lt_cv_file_magic_cmd='func_win32_libid'
6062 # Base MSYS/MinGW do not provide the 'file' command needed by
6063 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6064 # unless we find 'file', for example because we are cross-compiling.
6065 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6066 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6067 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6068 lt_cv_file_magic_cmd='func_win32_libid'
6070 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6071 lt_cv_file_magic_cmd='$OBJDUMP -f'
6076 # use the weaker test based on 'objdump'. See mingw*.
6077 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6078 lt_cv_file_magic_cmd='$OBJDUMP -f'
6081 darwin* | rhapsody*)
6082 lt_cv_deplibs_check_method=pass_all
6085 freebsd* | dragonfly*)
6086 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6089 # Not sure whether the presence of OpenBSD here was a mistake.
6090 # Let's accept both of them until this is cleared up.
6091 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6092 lt_cv_file_magic_cmd=/usr/bin/file
6093 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6097 lt_cv_deplibs_check_method=pass_all
6102 lt_cv_deplibs_check_method=pass_all
6106 lt_cv_deplibs_check_method=pass_all
6109 hpux10.20* | hpux11*)
6110 lt_cv_file_magic_cmd=/usr/bin/file
6113 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6114 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6117 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]'
6118 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6121 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6122 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6128 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6129 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6132 irix5* | irix6* | nonstopux*)
6134 *-32|*"-32 ") libmagic=32-bit;;
6135 *-n32|*"-n32 ") libmagic=N32;;
6136 *-64|*"-64 ") libmagic=64-bit;;
6137 *) libmagic=never-match;;
6139 lt_cv_deplibs_check_method=pass_all
6142 # This must be Linux ELF.
6143 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6144 lt_cv_deplibs_check_method=pass_all
6148 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6149 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6151 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6156 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6157 lt_cv_file_magic_cmd=/usr/bin/file
6158 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6162 lt_cv_deplibs_check_method=pass_all
6166 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6167 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6169 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6173 osf3* | osf4* | osf5*)
6174 lt_cv_deplibs_check_method=pass_all
6178 lt_cv_deplibs_check_method=pass_all
6182 lt_cv_deplibs_check_method=pass_all
6185 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6186 lt_cv_deplibs_check_method=pass_all
6190 case $host_vendor in
6192 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]'
6193 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6196 lt_cv_deplibs_check_method=pass_all
6199 lt_cv_file_magic_cmd='/bin/file'
6200 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6203 lt_cv_file_magic_cmd='/bin/file'
6204 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6205 lt_cv_file_magic_test_file=/lib/libc.so
6208 lt_cv_deplibs_check_method=pass_all
6211 lt_cv_deplibs_check_method=pass_all
6217 lt_cv_deplibs_check_method=pass_all
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6223 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6224 file_magic_cmd=$lt_cv_file_magic_cmd
6225 deplibs_check_method=$lt_cv_deplibs_check_method
6226 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6239 if test -n "$ac_tool_prefix"; then
6240 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6241 set dummy ${ac_tool_prefix}ar; ac_word=$2
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6243 $as_echo_n "checking
for $ac_word...
" >&6; }
6244 if test "${ac_cv_prog_AR+set}" = set; then :
6245 $as_echo_n "(cached
) " >&6
6247 if test -n "$AR"; then
6248 ac_cv_prog_AR="$AR" # Let the user override the test.
6250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 test -z "$as_dir" && as_dir=.
6255 for ac_exec_ext in '' $ac_executable_extensions; do
6256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6257 ac_cv_prog_AR="${ac_tool_prefix}ar"
6258 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6268 if test -n "$AR"; then
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6270 $as_echo "$AR" >&6; }
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6273 $as_echo "no
" >&6; }
6278 if test -z "$ac_cv_prog_AR"; then
6280 # Extract the first word of "ar", so it can be a program name with args.
6281 set dummy ar; ac_word=$2
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6283 $as_echo_n "checking
for $ac_word...
" >&6; }
6284 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6285 $as_echo_n "(cached
) " >&6
6287 if test -n "$ac_ct_AR"; then
6288 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294 test -z "$as_dir" && as_dir=.
6295 for ac_exec_ext in '' $ac_executable_extensions; do
6296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6297 ac_cv_prog_ac_ct_AR="ar"
6298 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6307 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6308 if test -n "$ac_ct_AR"; then
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6310 $as_echo "$ac_ct_AR" >&6; }
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6313 $as_echo "no
" >&6; }
6316 if test "x
$ac_ct_AR" = x; then
6319 case $cross_compiling:$ac_tool_warned in
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6322 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6323 ac_tool_warned=yes ;;
6331 test -z "$AR" && AR=ar
6332 test -z "$AR_FLAGS" && AR_FLAGS=cru
6344 if test -n "$ac_tool_prefix"; then
6345 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6346 set dummy ${ac_tool_prefix}strip; ac_word=$2
6347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6348 $as_echo_n "checking
for $ac_word...
" >&6; }
6349 if test "${ac_cv_prog_STRIP+set}" = set; then :
6350 $as_echo_n "(cached
) " >&6
6352 if test -n "$STRIP"; then
6353 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6359 test -z "$as_dir" && as_dir=.
6360 for ac_exec_ext in '' $ac_executable_extensions; do
6361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6362 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6363 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6372 STRIP=$ac_cv_prog_STRIP
6373 if test -n "$STRIP"; then
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6375 $as_echo "$STRIP" >&6; }
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6378 $as_echo "no
" >&6; }
6383 if test -z "$ac_cv_prog_STRIP"; then
6385 # Extract the first word of "strip
", so it can be a program name with args.
6386 set dummy strip; ac_word=$2
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6388 $as_echo_n "checking
for $ac_word...
" >&6; }
6389 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6390 $as_echo_n "(cached
) " >&6
6392 if test -n "$ac_ct_STRIP"; then
6393 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6399 test -z "$as_dir" && as_dir=.
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6402 ac_cv_prog_ac_ct_STRIP="strip
"
6403 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6412 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6413 if test -n "$ac_ct_STRIP"; then
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6415 $as_echo "$ac_ct_STRIP" >&6; }
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6418 $as_echo "no
" >&6; }
6421 if test "x
$ac_ct_STRIP" = x; then
6424 case $cross_compiling:$ac_tool_warned in
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6427 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6428 ac_tool_warned=yes ;;
6433 STRIP="$ac_cv_prog_STRIP"
6436 test -z "$STRIP" && STRIP=:
6443 if test -n "$ac_tool_prefix"; then
6444 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6445 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6447 $as_echo_n "checking
for $ac_word...
" >&6; }
6448 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6449 $as_echo_n "(cached
) " >&6
6451 if test -n "$RANLIB"; then
6452 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6458 test -z "$as_dir" && as_dir=.
6459 for ac_exec_ext in '' $ac_executable_extensions; do
6460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6461 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6462 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6471 RANLIB=$ac_cv_prog_RANLIB
6472 if test -n "$RANLIB"; then
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6474 $as_echo "$RANLIB" >&6; }
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6477 $as_echo "no
" >&6; }
6482 if test -z "$ac_cv_prog_RANLIB"; then
6483 ac_ct_RANLIB=$RANLIB
6484 # Extract the first word of "ranlib
", so it can be a program name with args.
6485 set dummy ranlib; ac_word=$2
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6487 $as_echo_n "checking
for $ac_word...
" >&6; }
6488 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6489 $as_echo_n "(cached
) " >&6
6491 if test -n "$ac_ct_RANLIB"; then
6492 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6498 test -z "$as_dir" && as_dir=.
6499 for ac_exec_ext in '' $ac_executable_extensions; do
6500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6501 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6502 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6511 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6512 if test -n "$ac_ct_RANLIB"; then
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6514 $as_echo "$ac_ct_RANLIB" >&6; }
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6517 $as_echo "no
" >&6; }
6520 if test "x
$ac_ct_RANLIB" = x; then
6523 case $cross_compiling:$ac_tool_warned in
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6526 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6527 ac_tool_warned=yes ;;
6529 RANLIB=$ac_ct_RANLIB
6532 RANLIB="$ac_cv_prog_RANLIB"
6535 test -z "$RANLIB" && RANLIB=:
6542 # Determine commands to create old-style static archives.
6543 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6544 old_postinstall_cmds='chmod 644 $oldlib'
6545 old_postuninstall_cmds=
6547 if test -n "$RANLIB"; then
6550 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6553 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6556 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6561 lock_old_archive_extraction=yes ;;
6563 lock_old_archive_extraction=no ;;
6604 # If no C compiler was specified, use CC.
6607 # If no C compiler flags were specified, use CFLAGS.
6608 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6610 # Allow CC to be a program name with arguments.
6614 # Check for command to grab the raw symbol name followed by C symbol from nm.
6615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6616 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6617 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6618 $as_echo_n "(cached
) " >&6
6621 # These are sane defaults that work on at least a few old systems.
6622 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6624 # Character class describing NM global symbol codes.
6625 symcode='[BCDEGRST]'
6627 # Regexp to match symbols that can be accessed directly from C.
6628 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6630 # Define system-specific variables.
6635 cygwin* | mingw* | pw32* | cegcc*)
6636 symcode='[ABCDGISTW]'
6639 if test "$host_cpu" = ia64; then
6640 symcode='[ABCDEGRST]'
6644 symcode='[BCDEGRST]'
6647 symcode='[BCDEGQRST]'
6658 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6666 # If we're using GNU nm, then use its standard symbol codes.
6667 case `$NM -V 2>&1` in
6668 *GNU* | *'with BFD'*)
6669 symcode='[ABCDGIRSTW]' ;;
6672 # Transform an extracted symbol line into a proper C declaration.
6673 # Some systems (esp. on ia64) link data and code symbols differently,
6674 # so use this general approach.
6675 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6677 # Transform an extracted symbol line into symbol name and symbol address
6678 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6679 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'"
6681 # Handle CRLF in mingw tool chain
6685 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6689 # Try without a prefix underscore, then with it.
6690 for ac_symprfx in "" "_
"; do
6692 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6693 symxfrm="\\1 $ac_symprfx\\2 \\2"
6695 # Write the raw and C identifiers.
6696 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6697 # Fake it for dumpbin and say T for any non-static function
6698 # and D for any global variable.
6699 # Also find C++ and __fastcall symbols from MSVC++,
6700 # which start with @ or ?.
6701 lt_cv_sys_global_symbol_pipe="$AWK '"\
6702 " {last_section=section; section=\$ 3};"\
6703 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6704 " \$ 0!~/External *\|/{next};"\
6705 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6706 " {if(hide[section]) next};"\
6707 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6708 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6709 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6710 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6711 " ' prfx
=^
$ac_symprfx"
6713 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6716 # Check to see that the pipe works correctly.
6720 cat > conftest.$ac_ext <<_LT_EOF
6725 void nm_test_func(void);
6726 void nm_test_func(void){}
6730 int main(){nm_test_var='a';nm_test_func();return(0);}
6733 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6734 (eval $ac_compile) 2>&5
6736 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6737 test $ac_status = 0; }; then
6738 # Now try to grab the symbols.
6740 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6741 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6743 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6744 test $ac_status = 0; } && test -s "$nlist"; then
6745 # Try sorting and uniquifying the output.
6746 if sort "$nlist" | uniq > "$nlist"T; then
6747 mv -f "$nlist"T "$nlist"
6752 # Make sure that we snagged all the symbols we need.
6753 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6754 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6755 cat <<_LT_EOF > conftest.$ac_ext
6761 # Now generate the symbol file.
6762 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6764 cat <<_LT_EOF >> conftest.$ac_ext
6766 /* The mapping between symbol names and symbols. */
6771 lt__PROGRAM__LTX_preloaded_symbols[] =
6773 { "@PROGRAM@
", (void *) 0 },
6775 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6776 cat <<\_LT_EOF >> conftest.$ac_ext
6780 /* This works around a problem in FreeBSD linker */
6781 #ifdef FREEBSD_WORKAROUND
6782 static const void *lt_preloaded_setup() {
6783 return lt__PROGRAM__LTX_preloaded_symbols;
6791 # Now try linking the two files.
6792 mv conftest.$ac_objext conftstm.$ac_objext
6793 lt_save_LIBS="$LIBS"
6794 lt_save_CFLAGS="$CFLAGS"
6795 LIBS="conftstm.
$ac_objext"
6796 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6797 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6798 (eval $ac_link) 2>&5
6800 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6801 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6804 LIBS="$lt_save_LIBS"
6805 CFLAGS="$lt_save_CFLAGS"
6807 echo "cannot
find nm_test_func
in $nlist" >&5
6810 echo "cannot
find nm_test_var
in $nlist" >&5
6813 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6816 echo "$progname: failed program was
:" >&5
6817 cat conftest.$ac_ext >&5
6819 rm -rf conftest* conftst*
6821 # Do not use the global_symbol_pipe unless it works.
6822 if test "$pipe_works" = yes; then
6825 lt_cv_sys_global_symbol_pipe=
6831 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6832 lt_cv_sys_global_symbol_to_cdecl=
6834 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6836 $as_echo "failed
" >&6; }
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6839 $as_echo "ok
" >&6; }
6863 # Check whether --enable-libtool-lock was given.
6864 if test "${enable_libtool_lock+set}" = set; then :
6865 enableval=$enable_libtool_lock;
6868 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6870 # Some flags need to be propagated to the compiler or linker for good
6874 # Find out which ABI we are using.
6875 echo 'int i;' > conftest.$ac_ext
6876 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6877 (eval $ac_compile) 2>&5
6879 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6880 test $ac_status = 0; }; then
6881 case `/usr/bin/file conftest.$ac_objext` in
6893 # Find out which ABI we are using.
6894 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6895 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6896 (eval $ac_compile) 2>&5
6898 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6899 test $ac_status = 0; }; then
6900 if test "$lt_cv_prog_gnu_ld" = yes; then
6901 case `/usr/bin/file conftest.$ac_objext` in
6903 LD="${LD-ld} -melf32bsmip"
6906 LD="${LD-ld} -melf32bmipn32"
6909 LD="${LD-ld} -melf64bmip"
6913 case `/usr/bin/file conftest.$ac_objext` in
6929 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6930 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6931 # Find out which ABI we are using.
6932 echo 'int i;' > conftest.$ac_ext
6933 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6934 (eval $ac_compile) 2>&5
6936 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6937 test $ac_status = 0; }; then
6938 case `/usr/bin/file conftest.o` in
6941 x86_64-*kfreebsd*-gnu)
6942 LD="${LD-ld} -m elf_i386_fbsd
"
6945 LD="${LD-ld} -m elf_i386
"
6947 ppc64-*linux*|powerpc64-*linux*)
6948 LD="${LD-ld} -m elf32ppclinux
"
6951 LD="${LD-ld} -m elf_s390
"
6954 LD="${LD-ld} -m elf32_sparc
"
6960 x86_64-*kfreebsd*-gnu)
6961 LD="${LD-ld} -m elf_x86_64_fbsd
"
6964 LD="${LD-ld} -m elf_x86_64
"
6966 ppc*-*linux*|powerpc*-*linux*)
6967 LD="${LD-ld} -m elf64ppc
"
6969 s390*-*linux*|s390*-*tpf*)
6970 LD="${LD-ld} -m elf64_s390
"
6973 LD="${LD-ld} -m elf64_sparc
"
6983 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6984 SAVE_CFLAGS="$CFLAGS"
6985 CFLAGS="$CFLAGS -belf"
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6987 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6988 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6989 $as_echo_n "(cached
) " >&6
6992 ac_cpp='$CPP $CPPFLAGS'
6993 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6994 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6995 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6998 /* end confdefs.h. */
7008 if ac_fn_c_try_link "$LINENO"; then :
7009 lt_cv_cc_needs_belf=yes
7011 lt_cv_cc_needs_belf=no
7013 rm -f core conftest.err conftest.$ac_objext \
7014 conftest$ac_exeext conftest.$ac_ext
7016 ac_cpp='$CPP $CPPFLAGS'
7017 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7018 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7019 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7023 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7024 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7025 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7026 CFLAGS="$SAVE_CFLAGS"
7030 # Find out which ABI we are using.
7031 echo 'int i;' > conftest.$ac_ext
7032 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7033 (eval $ac_compile) 2>&5
7035 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7036 test $ac_status = 0; }; then
7037 case `/usr/bin/file conftest.o` in
7039 case $lt_cv_prog_gnu_ld in
7040 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7042 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7054 need_locks="$enable_libtool_lock"
7058 rhapsody* | darwin*)
7059 if test -n "$ac_tool_prefix"; then
7060 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7061 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7063 $as_echo_n "checking
for $ac_word...
" >&6; }
7064 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7065 $as_echo_n "(cached
) " >&6
7067 if test -n "$DSYMUTIL"; then
7068 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7074 test -z "$as_dir" && as_dir=.
7075 for ac_exec_ext in '' $ac_executable_extensions; do
7076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7077 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7078 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7087 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7088 if test -n "$DSYMUTIL"; then
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7090 $as_echo "$DSYMUTIL" >&6; }
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7093 $as_echo "no
" >&6; }
7098 if test -z "$ac_cv_prog_DSYMUTIL"; then
7099 ac_ct_DSYMUTIL=$DSYMUTIL
7100 # Extract the first word of "dsymutil
", so it can be a program name with args.
7101 set dummy dsymutil; ac_word=$2
7102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7103 $as_echo_n "checking
for $ac_word...
" >&6; }
7104 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7105 $as_echo_n "(cached
) " >&6
7107 if test -n "$ac_ct_DSYMUTIL"; then
7108 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7114 test -z "$as_dir" && as_dir=.
7115 for ac_exec_ext in '' $ac_executable_extensions; do
7116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7117 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7118 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7127 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7128 if test -n "$ac_ct_DSYMUTIL"; then
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7130 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7133 $as_echo "no
" >&6; }
7136 if test "x
$ac_ct_DSYMUTIL" = x; then
7139 case $cross_compiling:$ac_tool_warned in
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7142 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7143 ac_tool_warned=yes ;;
7145 DSYMUTIL=$ac_ct_DSYMUTIL
7148 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7151 if test -n "$ac_tool_prefix"; then
7152 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7153 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7155 $as_echo_n "checking
for $ac_word...
" >&6; }
7156 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7157 $as_echo_n "(cached
) " >&6
7159 if test -n "$NMEDIT"; then
7160 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7166 test -z "$as_dir" && as_dir=.
7167 for ac_exec_ext in '' $ac_executable_extensions; do
7168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7169 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7170 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7179 NMEDIT=$ac_cv_prog_NMEDIT
7180 if test -n "$NMEDIT"; then
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7182 $as_echo "$NMEDIT" >&6; }
7184 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7185 $as_echo "no
" >&6; }
7190 if test -z "$ac_cv_prog_NMEDIT"; then
7191 ac_ct_NMEDIT=$NMEDIT
7192 # Extract the first word of "nmedit
", so it can be a program name with args.
7193 set dummy nmedit; ac_word=$2
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7195 $as_echo_n "checking
for $ac_word...
" >&6; }
7196 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7197 $as_echo_n "(cached
) " >&6
7199 if test -n "$ac_ct_NMEDIT"; then
7200 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7206 test -z "$as_dir" && as_dir=.
7207 for ac_exec_ext in '' $ac_executable_extensions; do
7208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7209 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7210 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7219 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7220 if test -n "$ac_ct_NMEDIT"; then
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7222 $as_echo "$ac_ct_NMEDIT" >&6; }
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7225 $as_echo "no
" >&6; }
7228 if test "x
$ac_ct_NMEDIT" = x; then
7231 case $cross_compiling:$ac_tool_warned in
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7234 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7235 ac_tool_warned=yes ;;
7237 NMEDIT=$ac_ct_NMEDIT
7240 NMEDIT="$ac_cv_prog_NMEDIT"
7243 if test -n "$ac_tool_prefix"; then
7244 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7245 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7247 $as_echo_n "checking
for $ac_word...
" >&6; }
7248 if test "${ac_cv_prog_LIPO+set}" = set; then :
7249 $as_echo_n "(cached
) " >&6
7251 if test -n "$LIPO"; then
7252 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7258 test -z "$as_dir" && as_dir=.
7259 for ac_exec_ext in '' $ac_executable_extensions; do
7260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7261 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7262 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7271 LIPO=$ac_cv_prog_LIPO
7272 if test -n "$LIPO"; then
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7274 $as_echo "$LIPO" >&6; }
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7277 $as_echo "no
" >&6; }
7282 if test -z "$ac_cv_prog_LIPO"; then
7284 # Extract the first word of "lipo
", so it can be a program name with args.
7285 set dummy lipo; ac_word=$2
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7287 $as_echo_n "checking
for $ac_word...
" >&6; }
7288 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7289 $as_echo_n "(cached
) " >&6
7291 if test -n "$ac_ct_LIPO"; then
7292 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7298 test -z "$as_dir" && as_dir=.
7299 for ac_exec_ext in '' $ac_executable_extensions; do
7300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7301 ac_cv_prog_ac_ct_LIPO="lipo
"
7302 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7311 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7312 if test -n "$ac_ct_LIPO"; then
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7314 $as_echo "$ac_ct_LIPO" >&6; }
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7317 $as_echo "no
" >&6; }
7320 if test "x
$ac_ct_LIPO" = x; then
7323 case $cross_compiling:$ac_tool_warned in
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7326 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7327 ac_tool_warned=yes ;;
7332 LIPO="$ac_cv_prog_LIPO"
7335 if test -n "$ac_tool_prefix"; then
7336 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7337 set dummy ${ac_tool_prefix}otool; ac_word=$2
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7339 $as_echo_n "checking
for $ac_word...
" >&6; }
7340 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7341 $as_echo_n "(cached
) " >&6
7343 if test -n "$OTOOL"; then
7344 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7350 test -z "$as_dir" && as_dir=.
7351 for ac_exec_ext in '' $ac_executable_extensions; do
7352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7353 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7354 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7363 OTOOL=$ac_cv_prog_OTOOL
7364 if test -n "$OTOOL"; then
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7366 $as_echo "$OTOOL" >&6; }
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7369 $as_echo "no
" >&6; }
7374 if test -z "$ac_cv_prog_OTOOL"; then
7376 # Extract the first word of "otool
", so it can be a program name with args.
7377 set dummy otool; ac_word=$2
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7379 $as_echo_n "checking
for $ac_word...
" >&6; }
7380 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7381 $as_echo_n "(cached
) " >&6
7383 if test -n "$ac_ct_OTOOL"; then
7384 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7390 test -z "$as_dir" && as_dir=.
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7393 ac_cv_prog_ac_ct_OTOOL="otool
"
7394 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7403 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7404 if test -n "$ac_ct_OTOOL"; then
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7406 $as_echo "$ac_ct_OTOOL" >&6; }
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7409 $as_echo "no
" >&6; }
7412 if test "x
$ac_ct_OTOOL" = x; then
7415 case $cross_compiling:$ac_tool_warned in
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7418 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7419 ac_tool_warned=yes ;;
7424 OTOOL="$ac_cv_prog_OTOOL"
7427 if test -n "$ac_tool_prefix"; then
7428 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7429 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7431 $as_echo_n "checking
for $ac_word...
" >&6; }
7432 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7433 $as_echo_n "(cached
) " >&6
7435 if test -n "$OTOOL64"; then
7436 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7442 test -z "$as_dir" && as_dir=.
7443 for ac_exec_ext in '' $ac_executable_extensions; do
7444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7445 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7446 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7455 OTOOL64=$ac_cv_prog_OTOOL64
7456 if test -n "$OTOOL64"; then
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7458 $as_echo "$OTOOL64" >&6; }
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7461 $as_echo "no
" >&6; }
7466 if test -z "$ac_cv_prog_OTOOL64"; then
7467 ac_ct_OTOOL64=$OTOOL64
7468 # Extract the first word of "otool64
", so it can be a program name with args.
7469 set dummy otool64; ac_word=$2
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7471 $as_echo_n "checking
for $ac_word...
" >&6; }
7472 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7473 $as_echo_n "(cached
) " >&6
7475 if test -n "$ac_ct_OTOOL64"; then
7476 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7482 test -z "$as_dir" && as_dir=.
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7485 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7495 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7496 if test -n "$ac_ct_OTOOL64"; then
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7498 $as_echo "$ac_ct_OTOOL64" >&6; }
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7501 $as_echo "no
" >&6; }
7504 if test "x
$ac_ct_OTOOL64" = x; then
7507 case $cross_compiling:$ac_tool_warned in
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7510 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7511 ac_tool_warned=yes ;;
7513 OTOOL64=$ac_ct_OTOOL64
7516 OTOOL64="$ac_cv_prog_OTOOL64"
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7546 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7547 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7548 $as_echo_n "(cached
) " >&6
7550 lt_cv_apple_cc_single_mod=no
7551 if test -z "${LT_MULTI_MODULE}"; then
7552 # By default we will add the -single_module flag. You can override
7553 # by either setting the environment variable LT_MULTI_MODULE
7554 # non-empty at configure time, or by adding -multi_module to the
7556 rm -rf libconftest.dylib*
7557 echo "int foo
(void
){return 1;}" > conftest.c
7558 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7559 -dynamiclib -Wl,-single_module conftest.c
" >&5
7560 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7561 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7563 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7564 lt_cv_apple_cc_single_mod=yes
7566 cat conftest.err >&5
7568 rm -rf libconftest.dylib*
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7573 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7575 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7576 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7577 $as_echo_n "(cached
) " >&6
7579 lt_cv_ld_exported_symbols_list=no
7580 save_LDFLAGS=$LDFLAGS
7581 echo "_main
" > conftest.sym
7582 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7584 /* end confdefs.h. */
7594 if ac_fn_c_try_link "$LINENO"; then :
7595 lt_cv_ld_exported_symbols_list=yes
7597 lt_cv_ld_exported_symbols_list=no
7599 rm -f core conftest.err conftest.$ac_objext \
7600 conftest$ac_exeext conftest.$ac_ext
7601 LDFLAGS="$save_LDFLAGS"
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7605 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7607 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7608 if test "${lt_cv_ld_force_load+set}" = set; then :
7609 $as_echo_n "(cached
) " >&6
7611 lt_cv_ld_force_load=no
7612 cat > conftest.c << _LT_EOF
7613 int forced_loaded() { return 2;}
7615 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7616 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7617 echo "$AR cru libconftest.a conftest.o
" >&5
7618 $AR cru libconftest.a conftest.o 2>&5
7619 cat > conftest.c << _LT_EOF
7620 int main() { return 0;}
7622 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7623 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7625 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7626 lt_cv_ld_force_load=yes
7628 cat conftest.err >&5
7630 rm -f conftest.err libconftest.a conftest conftest.c
7631 rm -rf conftest.dSYM
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7635 $as_echo "$lt_cv_ld_force_load" >&6; }
7637 rhapsody* | darwin1.[012])
7638 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7640 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7641 darwin*) # darwin 5.x on
7642 # if running on 10.5 or later, the deployment target defaults
7643 # to the OS version, if on x86, and 10.4, the deployment
7644 # target defaults to 10.4. Don't you love it?
7645 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7646 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7647 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7649 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7651 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7655 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7656 _lt_dar_single_mod='$single_module'
7658 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7659 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7661 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7663 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7664 _lt_dsymutil='~$DSYMUTIL $lib || :'
7671 for ac_header in dlfcn.h
7673 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7675 if test "x
$ac_cv_header_dlfcn_h" = x""yes; then :
7676 cat >>confdefs.h <<_ACEOF
7677 #define HAVE_DLFCN_H 1
7699 # Check whether --enable-static was given.
7700 if test "${enable_static+set}" = set; then :
7701 enableval=$enable_static; p=${PACKAGE-default}
7703 yes) enable_static=yes ;;
7704 no) enable_static=no ;;
7707 # Look at the argument we got. We use all the common list separators.
7708 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7709 for pkg in $enableval; do
7711 if test "X
$pkg" = "X
$p"; then
7731 # Check whether --with-pic was given.
7732 if test "${with_pic+set}" = set; then :
7733 withval=$with_pic; pic_mode="$withval"
7739 test -z "$pic_mode" && pic_mode=default
7747 # Check whether --enable-fast-install was given.
7748 if test "${enable_fast_install+set}" = set; then :
7749 enableval=$enable_fast_install; p=${PACKAGE-default}
7751 yes) enable_fast_install=yes ;;
7752 no) enable_fast_install=no ;;
7754 enable_fast_install=no
7755 # Look at the argument we got. We use all the common list separators.
7756 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7757 for pkg in $enableval; do
7759 if test "X
$pkg" = "X
$p"; then
7760 enable_fast_install=yes
7767 enable_fast_install=yes
7780 # This can be used to rebuild libtool when needed
7781 LIBTOOL_DEPS="$ltmain"
7783 # Always use our own libtool.
7784 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7811 test -z "$LN_S" && LN_S="ln -s"
7826 if test -n "${ZSH_VERSION+set}" ; then
7827 setopt NO_GLOB_SUBST
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
7831 $as_echo_n "checking
for objdir...
" >&6; }
7832 if test "${lt_cv_objdir+set}" = set; then :
7833 $as_echo_n "(cached
) " >&6
7835 rm -f .libs 2>/dev/null
7836 mkdir .libs 2>/dev/null
7837 if test -d .libs; then
7840 # MS-DOS does not allow filenames that begin with a dot.
7843 rmdir .libs 2>/dev/null
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
7846 $as_echo "$lt_cv_objdir" >&6; }
7847 objdir=$lt_cv_objdir
7853 cat >>confdefs.h <<_ACEOF
7854 #define LT_OBJDIR "$lt_cv_objdir/"
7862 # AIX sometimes has problems with the GCC collect2 program. For some
7863 # reason, if we set the COLLECT_NAMES environment variable, the problems
7864 # vanish in a puff of smoke.
7865 if test "X
${COLLECT_NAMES+set}" != Xset; then
7867 export COLLECT_NAMES
7874 can_build_shared=yes
7876 # All known linkers require a `.a' archive for static linking (except MSVC,
7877 # which needs '.lib').
7880 with_gnu_ld="$lt_cv_prog_gnu_ld"
7883 old_CFLAGS="$CFLAGS"
7885 # Set sane defaults for various variables
7886 test -z "$CC" && CC=cc
7887 test -z "$LTCC" && LTCC=$CC
7888 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7889 test -z "$LD" && LD=ld
7890 test -z "$ac_objext" && ac_objext=o
7892 for cc_temp in $compiler""; do
7894 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7895 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7900 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
7903 # Only perform the check for file, if the check method requires it
7904 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7905 case $deplibs_check_method in
7907 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
7909 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
7910 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7911 $as_echo_n "(cached
) " >&6
7915 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7918 lt_save_MAGIC_CMD="$MAGIC_CMD"
7919 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7920 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7921 for ac_dir in $ac_dummy; do
7923 test -z "$ac_dir" && ac_dir=.
7924 if test -f $ac_dir/${ac_tool_prefix}file; then
7925 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7926 if test -n "$file_magic_test_file"; then
7927 case $deplibs_check_method in
7929 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7930 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7931 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7932 $EGREP "$file_magic_regex" > /dev/null; then
7937 *** Warning: the command libtool uses to detect shared libraries,
7938 *** $file_magic_cmd, produces output that libtool cannot recognize.
7939 *** The result is that libtool may fail to recognize shared libraries
7940 *** as such. This will affect the creation of libtool libraries that
7941 *** depend on shared libraries, but programs linked with such libtool
7942 *** libraries will work regardless of this problem. Nevertheless, you
7943 *** may want to report the problem to your system manager and/or to
7944 *** bug-libtool@gnu.org
7954 MAGIC_CMD="$lt_save_MAGIC_CMD"
7959 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7960 if test -n "$MAGIC_CMD"; then
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
7962 $as_echo "$MAGIC_CMD" >&6; }
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7965 $as_echo "no
" >&6; }
7972 if test -z "$lt_cv_path_MAGIC_CMD"; then
7973 if test -n "$ac_tool_prefix"; then
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
7975 $as_echo_n "checking
for file...
" >&6; }
7976 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7977 $as_echo_n "(cached
) " >&6
7981 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7984 lt_save_MAGIC_CMD="$MAGIC_CMD"
7985 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7986 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7987 for ac_dir in $ac_dummy; do
7989 test -z "$ac_dir" && ac_dir=.
7990 if test -f $ac_dir/file; then
7991 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7992 if test -n "$file_magic_test_file"; then
7993 case $deplibs_check_method in
7995 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7996 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7997 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7998 $EGREP "$file_magic_regex" > /dev/null; then
8003 *** Warning: the command libtool uses to detect shared libraries,
8004 *** $file_magic_cmd, produces output that libtool cannot recognize.
8005 *** The result is that libtool may fail to recognize shared libraries
8006 *** as such. This will affect the creation of libtool libraries that
8007 *** depend on shared libraries, but programs linked with such libtool
8008 *** libraries will work regardless of this problem. Nevertheless, you
8009 *** may want to report the problem to your system manager and/or to
8010 *** bug-libtool@gnu.org
8020 MAGIC_CMD="$lt_save_MAGIC_CMD"
8025 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8026 if test -n "$MAGIC_CMD"; then
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8028 $as_echo "$MAGIC_CMD" >&6; }
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8031 $as_echo "no
" >&6; }
8044 # Use C for the default configuration in the libtool script
8048 ac_cpp='$CPP $CPPFLAGS'
8049 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8050 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8051 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8054 # Source file extension for C test sources.
8057 # Object file extension for compiled C test sources.
8061 # Code to be used in simple compile tests
8062 lt_simple_compile_test_code="int some_variable
= 0;"
8064 # Code to be used in simple link tests
8065 lt_simple_link_test_code='int main(){return(0);}'
8073 # If no C compiler was specified, use CC.
8076 # If no C compiler flags were specified, use CFLAGS.
8077 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8079 # Allow CC to be a program name with arguments.
8082 # Save the default compiler, since it gets overwritten when the other
8083 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8084 compiler_DEFAULT=$CC
8086 # save warnings/boilerplate of simple test code
8087 ac_outfile=conftest.$ac_objext
8088 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8089 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8090 _lt_compiler_boilerplate=`cat conftest.err`
8093 ac_outfile=conftest.$ac_objext
8094 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8095 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8096 _lt_linker_boilerplate=`cat conftest.err`
8101 ## There is no encapsulation within the following macros, do not change
8102 ## the running order or otherwise move them around unless you know exactly
8103 ## what you are doing...
8104 if test -n "$compiler"; then
8106 lt_prog_compiler_no_builtin_flag=
8108 if test "$GCC" = yes; then
8109 case $cc_basename in
8111 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8113 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8117 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8118 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8119 $as_echo_n "(cached
) " >&6
8121 lt_cv_prog_compiler_rtti_exceptions=no
8122 ac_outfile=conftest.$ac_objext
8123 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8124 lt_compiler_flag="-fno-rtti -fno-exceptions"
8125 # Insert the option either (1) after the last *FLAGS variable, or
8126 # (2) before a word containing "conftest.
", or (3) at the end.
8127 # Note that $ac_compile itself does not contain backslashes and begins
8128 # with a dollar sign (not a hyphen), so the echo should work correctly.
8129 # The option is referenced via a variable to avoid confusing sed.
8130 lt_compile=`echo "$ac_compile" | $SED \
8131 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8132 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8133 -e 's:$: $lt_compiler_flag:'`
8134 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8135 (eval "$lt_compile" 2>conftest.err)
8137 cat conftest.err >&5
8138 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8139 if (exit $ac_status) && test -s "$ac_outfile"; then
8140 # The compiler can only warn and ignore the option if not recognized
8141 # So say no if there are warnings other than the usual output.
8142 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8143 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8144 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8145 lt_cv_prog_compiler_rtti_exceptions=yes
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8152 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8154 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8155 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8167 lt_prog_compiler_wl=
8168 lt_prog_compiler_pic=
8169 lt_prog_compiler_static=
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8172 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8174 if test "$GCC" = yes; then
8175 lt_prog_compiler_wl='-Wl,'
8176 lt_prog_compiler_static='-static'
8180 # All AIX code is PIC.
8181 if test "$host_cpu" = ia64; then
8182 # AIX 5 now supports IA64 processor
8183 lt_prog_compiler_static='-Bstatic'
8190 # see comment about AmigaOS4 .so support
8191 lt_prog_compiler_pic='-fPIC'
8194 # FIXME: we need at least 68020 code to build shared libraries, but
8195 # adding the `-m68020' flag to GCC prevents building anything better,
8197 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8202 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8203 # PIC is the default for these OSes.
8206 mingw* | cygwin* | pw32* | os2* | cegcc*)
8207 # This hack is so that the source file can tell whether it is being
8208 # built for inclusion in a dll (and should export symbols for example).
8209 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8210 # (--disable-auto-import) libraries
8211 lt_prog_compiler_pic='-DDLL_EXPORT'
8214 darwin* | rhapsody*)
8215 # PIC is the default on this platform
8216 # Common symbols not allowed in MH_DYLIB files
8217 lt_prog_compiler_pic='-fno-common'
8221 # PIC is the default for Haiku.
8222 # The "-static" flag exists, but is broken.
8223 lt_prog_compiler_static=
8227 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8228 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8229 # sets the default TLS model and affects inlining.
8235 lt_prog_compiler_pic='-fPIC'
8241 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8242 # Instead, we relocate shared libraries at runtime.
8246 # Just because we use GCC doesn't mean we suddenly get shared libraries
8247 # on systems that don't support them.
8248 lt_prog_compiler_can_build_shared=no
8253 # QNX uses GNU C++, but need to define -shared option too, otherwise
8255 lt_prog_compiler_pic='-fPIC -shared'
8259 if test -d /usr/nec; then
8260 lt_prog_compiler_pic=-Kconform_pic
8265 lt_prog_compiler_pic='-fPIC'
8269 case $cc_basename in
8270 nvcc*) # Cuda Compiler Driver 2.2
8271 lt_prog_compiler_wl='-Xlinker '
8272 lt_prog_compiler_pic='-Xcompiler -fPIC'
8276 # PORTME Check for flag to pass linker flags through the system compiler.
8279 lt_prog_compiler_wl='-Wl,'
8280 if test "$host_cpu" = ia64; then
8281 # AIX 5 now supports IA64 processor
8282 lt_prog_compiler_static='-Bstatic'
8284 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8288 mingw* | cygwin* | pw32* | os2* | cegcc*)
8289 # This hack is so that the source file can tell whether it is being
8290 # built for inclusion in a dll (and should export symbols for example).
8291 lt_prog_compiler_pic='-DDLL_EXPORT'
8294 hpux9* | hpux10* | hpux11*)
8295 lt_prog_compiler_wl='-Wl,'
8296 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8303 lt_prog_compiler_pic='+Z'
8306 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8307 lt_prog_compiler_static='${wl}-a ${wl}archive'
8310 irix5* | irix6* | nonstopux*)
8311 lt_prog_compiler_wl='-Wl,'
8312 # PIC (with -KPIC) is the default.
8313 lt_prog_compiler_static='-non_shared'
8316 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8317 case $cc_basename in
8318 # old Intel for x86_64 which still supported -KPIC.
8320 lt_prog_compiler_wl='-Wl,'
8321 lt_prog_compiler_pic='-KPIC'
8322 lt_prog_compiler_static='-static'
8324 # icc used to be incompatible with GCC.
8325 # ICC 10 doesn't accept -KPIC any more.
8327 lt_prog_compiler_wl='-Wl,'
8328 lt_prog_compiler_pic='-fPIC'
8329 lt_prog_compiler_static='-static'
8331 # Lahey Fortran 8.1.
8333 lt_prog_compiler_wl='-Wl,'
8334 lt_prog_compiler_pic='--shared'
8335 lt_prog_compiler_static='--static'
8337 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8338 # Portland Group compilers (*not* the Pentium gcc compiler,
8339 # which looks to be a dead project)
8340 lt_prog_compiler_wl='-Wl,'
8341 lt_prog_compiler_pic='-fpic'
8342 lt_prog_compiler_static='-Bstatic'
8345 lt_prog_compiler_wl='-Wl,'
8346 # All Alpha code is PIC.
8347 lt_prog_compiler_static='-non_shared'
8349 xl* | bgxl* | bgf* | mpixl*)
8350 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8351 lt_prog_compiler_wl='-Wl,'
8352 lt_prog_compiler_pic='-qpic'
8353 lt_prog_compiler_static='-qstaticlink'
8356 case `$CC -V 2>&1 | sed 5q` in
8357 *Sun\ F* | *Sun*Fortran*)
8358 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8359 lt_prog_compiler_pic='-KPIC'
8360 lt_prog_compiler_static='-Bstatic'
8361 lt_prog_compiler_wl=''
8365 lt_prog_compiler_pic='-KPIC'
8366 lt_prog_compiler_static='-Bstatic'
8367 lt_prog_compiler_wl='-Wl,'
8375 lt_prog_compiler_pic='-KPIC'
8376 lt_prog_compiler_static='-Bstatic'
8380 # QNX uses GNU C++, but need to define -shared option too, otherwise
8382 lt_prog_compiler_pic='-fPIC -shared'
8385 osf3* | osf4* | osf5*)
8386 lt_prog_compiler_wl='-Wl,'
8387 # All OSF/1 code is PIC.
8388 lt_prog_compiler_static='-non_shared'
8392 lt_prog_compiler_static='-non_shared'
8396 lt_prog_compiler_pic='-KPIC'
8397 lt_prog_compiler_static='-Bstatic'
8398 case $cc_basename in
8400 lt_prog_compiler_wl='-Qoption ld ';;
8402 lt_prog_compiler_wl='-Wl,';;
8407 lt_prog_compiler_wl='-Qoption ld '
8408 lt_prog_compiler_pic='-PIC'
8409 lt_prog_compiler_static='-Bstatic'
8412 sysv4 | sysv4.2uw2* | sysv4.3*)
8413 lt_prog_compiler_wl='-Wl,'
8414 lt_prog_compiler_pic='-KPIC'
8415 lt_prog_compiler_static='-Bstatic'
8419 if test -d /usr/nec ;then
8420 lt_prog_compiler_pic='-Kconform_pic'
8421 lt_prog_compiler_static='-Bstatic'
8425 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8426 lt_prog_compiler_wl='-Wl,'
8427 lt_prog_compiler_pic='-KPIC'
8428 lt_prog_compiler_static='-Bstatic'
8432 lt_prog_compiler_wl='-Wl,'
8433 lt_prog_compiler_can_build_shared=no
8437 lt_prog_compiler_pic='-pic'
8438 lt_prog_compiler_static='-Bstatic'
8442 lt_prog_compiler_can_build_shared=no
8448 # For platforms which do not support PIC, -DPIC is meaningless:
8450 lt_prog_compiler_pic=
8453 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8457 $as_echo "$lt_prog_compiler_pic" >&6; }
8465 # Check to make sure the PIC flag actually works.
8467 if test -n "$lt_prog_compiler_pic"; then
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8469 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8470 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8471 $as_echo_n "(cached
) " >&6
8473 lt_cv_prog_compiler_pic_works=no
8474 ac_outfile=conftest.$ac_objext
8475 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8476 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8477 # Insert the option either (1) after the last *FLAGS variable, or
8478 # (2) before a word containing "conftest.
", or (3) at the end.
8479 # Note that $ac_compile itself does not contain backslashes and begins
8480 # with a dollar sign (not a hyphen), so the echo should work correctly.
8481 # The option is referenced via a variable to avoid confusing sed.
8482 lt_compile=`echo "$ac_compile" | $SED \
8483 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8484 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8485 -e 's:$: $lt_compiler_flag:'`
8486 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8487 (eval "$lt_compile" 2>conftest.err)
8489 cat conftest.err >&5
8490 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8491 if (exit $ac_status) && test -s "$ac_outfile"; then
8492 # The compiler can only warn and ignore the option if not recognized
8493 # So say no if there are warnings other than the usual output.
8494 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8495 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8496 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8497 lt_cv_prog_compiler_pic_works=yes
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8504 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8506 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8507 case $lt_prog_compiler_pic in
8509 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8512 lt_prog_compiler_pic=
8513 lt_prog_compiler_can_build_shared=no
8524 # Check to make sure the static flag actually works.
8526 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8528 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8529 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8530 $as_echo_n "(cached
) " >&6
8532 lt_cv_prog_compiler_static_works=no
8533 save_LDFLAGS="$LDFLAGS"
8534 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8535 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8536 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8537 # The linker can only warn and ignore the option if not recognized
8538 # So say no if there are warnings
8539 if test -s conftest.err; then
8540 # Append any errors to the config.log.
8541 cat conftest.err 1>&5
8542 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8543 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8544 if diff conftest.exp conftest.er2 >/dev/null; then
8545 lt_cv_prog_compiler_static_works=yes
8548 lt_cv_prog_compiler_static_works=yes
8552 LDFLAGS="$save_LDFLAGS"
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8556 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8558 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8561 lt_prog_compiler_static=
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8571 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8572 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8573 $as_echo_n "(cached
) " >&6
8575 lt_cv_prog_compiler_c_o=no
8576 $RM -r conftest 2>/dev/null
8580 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8582 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8583 # Insert the option either (1) after the last *FLAGS variable, or
8584 # (2) before a word containing "conftest.
", or (3) at the end.
8585 # Note that $ac_compile itself does not contain backslashes and begins
8586 # with a dollar sign (not a hyphen), so the echo should work correctly.
8587 lt_compile=`echo "$ac_compile" | $SED \
8588 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8589 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8590 -e 's:$: $lt_compiler_flag:'`
8591 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8592 (eval "$lt_compile" 2>out/conftest.err)
8594 cat out/conftest.err >&5
8595 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8596 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8598 # The compiler can only warn and ignore the option if not recognized
8599 # So say no if there are warnings
8600 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8601 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8602 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8603 lt_cv_prog_compiler_c_o=yes
8608 # SGI C++ compiler will create directory out/ii_files/ for
8609 # template instantiation
8610 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8611 $RM out/* && rmdir out
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8618 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8626 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8627 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8628 $as_echo_n "(cached
) " >&6
8630 lt_cv_prog_compiler_c_o=no
8631 $RM -r conftest 2>/dev/null
8635 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8637 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8638 # Insert the option either (1) after the last *FLAGS variable, or
8639 # (2) before a word containing "conftest.
", or (3) at the end.
8640 # Note that $ac_compile itself does not contain backslashes and begins
8641 # with a dollar sign (not a hyphen), so the echo should work correctly.
8642 lt_compile=`echo "$ac_compile" | $SED \
8643 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8644 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8645 -e 's:$: $lt_compiler_flag:'`
8646 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8647 (eval "$lt_compile" 2>out/conftest.err)
8649 cat out/conftest.err >&5
8650 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8651 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8653 # The compiler can only warn and ignore the option if not recognized
8654 # So say no if there are warnings
8655 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8656 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8657 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8658 lt_cv_prog_compiler_c_o=yes
8663 # SGI C++ compiler will create directory out/ii_files/ for
8664 # template instantiation
8665 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8666 $RM out/* && rmdir out
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8673 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8678 hard_links="nottested
"
8679 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8680 # do not overwrite the value of need_locks provided by the user
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8682 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8685 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8687 ln conftest.a conftest.b 2>&5 || hard_links=no
8688 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8690 $as_echo "$hard_links" >&6; }
8691 if test "$hard_links" = no; then
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8693 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
8706 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
8709 allow_undefined_flag=
8710 always_export_symbols=no
8712 archive_expsym_cmds=
8713 compiler_needs_object=no
8714 enable_shared_with_static_runtimes=no
8715 export_dynamic_flag_spec=
8716 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8717 hardcode_automatic=no
8719 hardcode_direct_absolute=no
8720 hardcode_libdir_flag_spec=
8721 hardcode_libdir_flag_spec_ld=
8722 hardcode_libdir_separator=
8724 hardcode_shlibpath_var=unsupported
8726 link_all_deplibs=unknown
8729 old_archive_from_new_cmds=
8730 old_archive_from_expsyms_cmds=
8731 thread_safe_flag_spec=
8732 whole_archive_flag_spec=
8733 # include_expsyms should be a list of space-separated symbols to be *always*
8734 # included in the symbol list
8736 # exclude_expsyms can be an extended regexp of symbols to exclude
8737 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8738 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8739 # as well as any symbol that contains `d'.
8740 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8741 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8742 # platforms (ab)use it in PIC code, but their linkers get confused if
8743 # the symbol is explicitly referenced. Since portable code cannot
8744 # rely on this symbol name, it's probably fine to never include it in
8745 # preloaded symbol tables.
8746 # Exclude shared library initialization/finalization symbols.
8747 extract_expsyms_cmds=
8750 cygwin* | mingw* | pw32* | cegcc*)
8751 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8752 # When not using gcc, we currently assume that we are using
8753 # Microsoft Visual C++.
8754 if test "$GCC" != yes; then
8759 # we just hope/assume this is gcc and not c89 (= MSVC++)
8769 # On some targets, GNU ld is compatible enough with the native linker
8770 # that we're better off using the native interface for both.
8771 lt_use_gnu_ld_interface=no
8772 if test "$with_gnu_ld" = yes; then
8775 # The AIX port of GNU ld has always aspired to compatibility
8776 # with the native linker. However, as the warning in the GNU ld
8777 # block says, versions before 2.19.5* couldn't really create working
8778 # shared libraries, regardless of the interface used.
8779 case `$LD -v 2>&1` in
8780 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8781 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8782 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8784 lt_use_gnu_ld_interface=yes
8789 lt_use_gnu_ld_interface=yes
8794 if test "$lt_use_gnu_ld_interface" = yes; then
8795 # If archive_cmds runs LD, not CC, wlarc should be empty
8798 # Set some defaults for GNU ld with shared library support. These
8799 # are reset later if shared libraries are not supported. Putting them
8800 # here allows them to be overridden if necessary.
8801 runpath_var=LD_RUN_PATH
8802 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8803 export_dynamic_flag_spec='${wl}--export-dynamic'
8804 # ancient GNU ld didn't support --whole-archive et. al.
8805 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8806 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8808 whole_archive_flag_spec=
8810 supports_anon_versioning=no
8811 case `$LD -v 2>&1` in
8812 *GNU\ gold*) supports_anon_versioning=yes ;;
8813 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8814 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8815 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8816 *\ 2.11.*) ;; # other 2.11 versions
8817 *) supports_anon_versioning=yes ;;
8820 # See if GNU ld supports shared libraries.
8823 # On AIX/PPC, the GNU linker is very broken
8824 if test "$host_cpu" != ia64; then
8828 *** Warning: the GNU linker, at least up to release 2.19, is reported
8829 *** to be unable to reliably create shared libraries on AIX.
8830 *** Therefore, libtool is disabling shared libraries support. If you
8831 *** really care for shared libraries, you may want to install binutils
8832 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8833 *** You will then need to restart the configuration process.
8842 # see comment about AmigaOS4 .so support
8843 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8844 archive_expsym_cmds=''
8847 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)'
8848 hardcode_libdir_flag_spec
='-L$libdir'
8849 hardcode_minus_L
=yes
8855 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8856 allow_undefined_flag
=unsupported
8857 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8858 # support --undefined. This deserves some investigation. FIXME
8859 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8865 cygwin
* | mingw
* | pw32
* | cegcc
*)
8866 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8867 # as there is no search path for DLLs.
8868 hardcode_libdir_flag_spec
='-L$libdir'
8869 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8870 allow_undefined_flag
=unsupported
8871 always_export_symbols
=no
8872 enable_shared_with_static_runtimes
=yes
8873 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8875 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8876 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8877 # If the export-symbols file already is a .def file (1st line
8878 # is EXPORTS), use it as is; otherwise, prepend...
8879 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8880 cp $export_symbols $output_objdir/$soname.def;
8882 echo EXPORTS > $output_objdir/$soname.def;
8883 cat $export_symbols >> $output_objdir/$soname.def;
8885 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8892 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8893 link_all_deplibs
=yes
8898 hardcode_shlibpath_var
=no
8899 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8900 export_dynamic_flag_spec
='${wl}-E'
8901 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8902 # Instead, shared libraries are loaded at an image base (0x10000000 by
8903 # default) and relocated if they conflict, which is a slow very memory
8904 # consuming and fragmenting process. To avoid this, we pick a random,
8905 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8906 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8907 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8908 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'
8911 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8913 if test "$host_os" = linux-dietlibc
; then
8914 case $cc_basename in
8915 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8918 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8919 && test "$tmp_diet" = no
8922 tmp_sharedflag
='-shared'
8923 case $cc_basename,$host_cpu in
8924 pgcc
*) # Portland Group C compiler
8925 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'
8926 tmp_addflag
=' $pic_flag'
8928 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8929 # Portland Group f77 and f90 compilers
8930 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'
8931 tmp_addflag
=' $pic_flag -Mnomain' ;;
8932 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8933 tmp_addflag
=' -i_dynamic' ;;
8934 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8935 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8936 ifc
* | ifort
*) # Intel Fortran compiler
8937 tmp_addflag
=' -nofor_main' ;;
8938 lf95
*) # Lahey Fortran 8.1
8939 whole_archive_flag_spec
=
8940 tmp_sharedflag
='--shared' ;;
8941 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8942 tmp_sharedflag
='-qmkshrobj'
8944 nvcc
*) # Cuda Compiler Driver 2.2
8945 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'
8946 compiler_needs_object
=yes
8949 case `$CC -V 2>&1 | sed 5q` in
8950 *Sun\ C
*) # Sun C 5.9
8951 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'
8952 compiler_needs_object
=yes
8953 tmp_sharedflag
='-G' ;;
8954 *Sun\ F
*) # Sun Fortran 8.3
8955 tmp_sharedflag
='-G' ;;
8957 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8959 if test "x$supports_anon_versioning" = xyes
; then
8960 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8961 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8962 echo "local: *; };" >> $output_objdir/$libname.ver~
8963 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8966 case $cc_basename in
8967 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
8968 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8969 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8970 hardcode_libdir_flag_spec
=
8971 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8972 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8973 if test "x$supports_anon_versioning" = xyes
; then
8974 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8975 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8976 echo "local: *; };" >> $output_objdir/$libname.ver~
8977 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8987 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8988 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8991 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8992 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8997 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9001 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9002 *** create shared libraries on Solaris systems. Therefore, libtool
9003 *** is disabling shared libraries support. We urge you to upgrade GNU
9004 *** binutils to release 2.9.1 or newer. Another option is to modify
9005 *** your PATH or compiler configuration so that the native linker is
9006 *** used, and then restart.
9009 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9010 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9011 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9017 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9018 case `$LD -v 2>&1` in
9019 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9023 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9024 *** reliably create shared libraries on SCO systems. Therefore, libtool
9025 *** is disabling shared libraries support. We urge you to upgrade GNU
9026 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9027 *** your PATH or compiler configuration so that the native linker is
9028 *** used, and then restart.
9033 # For security reasons, it is highly recommended that you always
9034 # use absolute paths for naming shared libraries, and exclude the
9035 # DT_RUNPATH tag from executables and libraries. But doing so
9036 # requires that you compile everything twice, which is a pain.
9037 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9038 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9039 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9040 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9049 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9052 hardcode_shlibpath_var
=no
9056 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9057 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9058 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9065 if test "$ld_shlibs" = no
; then
9067 hardcode_libdir_flag_spec
=
9068 export_dynamic_flag_spec
=
9069 whole_archive_flag_spec
=
9072 # PORTME fill in a description of your system's linker (not GNU ld)
9075 allow_undefined_flag
=unsupported
9076 always_export_symbols
=yes
9077 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'
9078 # Note: this linker hardcodes the directories in LIBPATH if there
9079 # are no directories specified by -L.
9080 hardcode_minus_L
=yes
9081 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9082 # Neither direct hardcoding nor static linking is supported with a
9084 hardcode_direct
=unsupported
9089 if test "$host_cpu" = ia64
; then
9090 # On IA64, the linker does run time linking by default, so we don't
9091 # have to do anything special.
9092 aix_use_runtimelinking
=no
9093 exp_sym_flag
='-Bexport'
9096 # If we're using GNU nm, then we don't want the "-C" option.
9097 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9098 # Also, AIX nm treats weak defined symbols like other global
9099 # defined symbols, whereas GNU nm marks them as "W".
9100 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9101 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'
9103 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'
9105 aix_use_runtimelinking
=no
9107 # Test if we are trying to use run time linking or normal
9108 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9109 # need to do runtime linking.
9110 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9111 for ld_flag
in $LDFLAGS; do
9112 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9113 aix_use_runtimelinking
=yes
9120 exp_sym_flag
='-bexport'
9121 no_entry_flag
='-bnoentry'
9124 # When large executables or shared objects are built, AIX ld can
9125 # have problems creating the table of contents. If linking a library
9126 # or program results in "error TOC overflow" add -mminimal-toc to
9127 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9128 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9132 hardcode_direct_absolute
=yes
9133 hardcode_libdir_separator
=':'
9134 link_all_deplibs
=yes
9135 file_list_spec
='${wl}-f,'
9137 if test "$GCC" = yes; then
9138 case $host_os in aix4.
[012]|aix4.
[012].
*)
9139 # We only want to do this on AIX 4.2 and lower, the check
9140 # below for broken collect2 doesn't work under 4.3+
9141 collect2name
=`${CC} -print-prog-name=collect2`
9142 if test -f "$collect2name" &&
9143 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9145 # We have reworked collect2
9148 # We have old collect2
9149 hardcode_direct
=unsupported
9150 # It fails to find uninstalled libraries when the uninstalled
9151 # path is not listed in the libpath. Setting hardcode_minus_L
9152 # to unsupported forces relinking
9153 hardcode_minus_L
=yes
9154 hardcode_libdir_flag_spec
='-L$libdir'
9155 hardcode_libdir_separator
=
9159 shared_flag
='-shared'
9160 if test "$aix_use_runtimelinking" = yes; then
9161 shared_flag
="$shared_flag "'${wl}-G'
9165 if test "$host_cpu" = ia64
; then
9166 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9167 # chokes on -Wl,-G. The following line is correct:
9170 if test "$aix_use_runtimelinking" = yes; then
9171 shared_flag
='${wl}-G'
9173 shared_flag
='${wl}-bM:SRE'
9178 export_dynamic_flag_spec
='${wl}-bexpall'
9179 # It seems that -bexpall does not export symbols beginning with
9180 # underscore (_), so it is better to generate a list of symbols to export.
9181 always_export_symbols
=yes
9182 if test "$aix_use_runtimelinking" = yes; then
9183 # Warning - without using the other runtime loading flags (-brtl),
9184 # -berok will link without error, but may produce a broken library.
9185 allow_undefined_flag
='-berok'
9186 # Determine the default libpath from the value encoded in an
9188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9189 /* end confdefs.h. */
9199 if ac_fn_c_try_link
"$LINENO"; then :
9201 lt_aix_libpath_sed
='
9202 /Import File Strings/,/^$/ {
9208 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9209 # Check for a 64-bit object if we didn't find anything.
9210 if test -z "$aix_libpath"; then
9211 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9214 rm -f core conftest.err conftest.
$ac_objext \
9215 conftest
$ac_exeext conftest.
$ac_ext
9216 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9218 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9219 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"
9221 if test "$host_cpu" = ia64
; then
9222 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9223 allow_undefined_flag
="-z nodefs"
9224 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"
9226 # Determine the default libpath from the value encoded in an
9228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9229 /* end confdefs.h. */
9239 if ac_fn_c_try_link
"$LINENO"; then :
9241 lt_aix_libpath_sed
='
9242 /Import File Strings/,/^$/ {
9248 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9249 # Check for a 64-bit object if we didn't find anything.
9250 if test -z "$aix_libpath"; then
9251 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9254 rm -f core conftest.err conftest.
$ac_objext \
9255 conftest
$ac_exeext conftest.
$ac_ext
9256 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9258 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9259 # Warning - without using the other run time loading flags,
9260 # -berok will link without error, but may produce a broken library.
9261 no_undefined_flag
=' ${wl}-bernotok'
9262 allow_undefined_flag
=' ${wl}-berok'
9263 if test "$with_gnu_ld" = yes; then
9264 # We only use this code for GNU lds that support --whole-archive.
9265 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9267 # Exported symbols can be pulled into shared objects from archives
9268 whole_archive_flag_spec
='$convenience'
9270 archive_cmds_need_lc
=yes
9271 # This is similar to how AIX traditionally builds its shared libraries.
9272 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'
9280 # see comment about AmigaOS4 .so support
9281 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9282 archive_expsym_cmds
=''
9285 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)'
9286 hardcode_libdir_flag_spec
='-L$libdir'
9287 hardcode_minus_L
=yes
9293 export_dynamic_flag_spec
=-rdynamic
9296 cygwin
* | mingw
* | pw32
* | cegcc
*)
9297 # When not using gcc, we currently assume that we are using
9298 # Microsoft Visual C++.
9299 # hardcode_libdir_flag_spec is actually meaningless, as there is
9300 # no search path for DLLs.
9301 hardcode_libdir_flag_spec
=' '
9302 allow_undefined_flag
=unsupported
9303 # Tell ltmain to make .lib files, not .a files.
9305 # Tell ltmain to make .dll files, not .so files.
9307 # FIXME: Setting linknames here is a bad hack.
9308 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9309 # The linker will automatically build a .lib file if we build a DLL.
9310 old_archive_from_new_cmds
='true'
9311 # FIXME: Should let the user specify the lib program.
9312 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9313 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9314 enable_shared_with_static_runtimes
=yes
9317 darwin
* | rhapsody
*)
9320 archive_cmds_need_lc
=no
9322 hardcode_automatic
=yes
9323 hardcode_shlibpath_var
=unsupported
9324 if test "$lt_cv_ld_force_load" = "yes"; then
9325 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\"`'
9327 whole_archive_flag_spec
=''
9329 link_all_deplibs
=yes
9330 allow_undefined_flag
="$_lt_dar_allow_undefined"
9331 case $cc_basename in
9332 ifort
*) _lt_dar_can_shared
=yes ;;
9333 *) _lt_dar_can_shared
=$GCC ;;
9335 if test "$_lt_dar_can_shared" = "yes"; then
9336 output_verbose_link_cmd
=func_echo_all
9337 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9338 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9339 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}"
9340 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}"
9349 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9350 hardcode_libdir_flag_spec
='-L$libdir'
9351 hardcode_shlibpath_var
=no
9358 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9359 # support. Future versions do this automatically, but an explicit c++rt0.o
9360 # does not break anything, and helps significantly (at the cost of a little
9363 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9364 hardcode_libdir_flag_spec
='-R$libdir'
9366 hardcode_shlibpath_var
=no
9369 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9371 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9373 hardcode_minus_L
=yes
9374 hardcode_shlibpath_var
=no
9377 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9378 freebsd
* | dragonfly
*)
9379 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9380 hardcode_libdir_flag_spec
='-R$libdir'
9382 hardcode_shlibpath_var
=no
9386 if test "$GCC" = yes; then
9387 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'
9389 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'
9391 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9392 hardcode_libdir_separator
=:
9395 # hardcode_minus_L: Not really in the search PATH,
9396 # but as the default location of the library.
9397 hardcode_minus_L
=yes
9398 export_dynamic_flag_spec
='${wl}-E'
9402 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9403 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9405 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9407 if test "$with_gnu_ld" = no
; then
9408 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9409 hardcode_libdir_flag_spec_ld
='+b $libdir'
9410 hardcode_libdir_separator
=:
9412 hardcode_direct_absolute
=yes
9413 export_dynamic_flag_spec
='${wl}-E'
9414 # hardcode_minus_L: Not really in the search PATH,
9415 # but as the default location of the library.
9416 hardcode_minus_L
=yes
9421 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9424 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9427 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9430 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9436 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9439 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9443 # Older versions of the 11.00 compiler do not understand -b yet
9444 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9446 $as_echo_n "checking if $CC understands -b... " >&6; }
9447 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9448 $as_echo_n "(cached) " >&6
9450 lt_cv_prog_compiler__b
=no
9451 save_LDFLAGS
="$LDFLAGS"
9452 LDFLAGS
="$LDFLAGS -b"
9453 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9454 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9455 # The linker can only warn and ignore the option if not recognized
9456 # So say no if there are warnings
9457 if test -s conftest.err
; then
9458 # Append any errors to the config.log.
9459 cat conftest.err
1>&5
9460 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9461 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9462 if diff conftest.exp conftest.er2
>/dev
/null
; then
9463 lt_cv_prog_compiler__b
=yes
9466 lt_cv_prog_compiler__b
=yes
9470 LDFLAGS
="$save_LDFLAGS"
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9474 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9476 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9477 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9479 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9485 if test "$with_gnu_ld" = no
; then
9486 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9487 hardcode_libdir_separator
=:
9492 hardcode_shlibpath_var
=no
9496 hardcode_direct_absolute
=yes
9497 export_dynamic_flag_spec
='${wl}-E'
9499 # hardcode_minus_L: Not really in the search PATH,
9500 # but as the default location of the library.
9501 hardcode_minus_L
=yes
9507 irix5
* | irix6
* | nonstopux
*)
9508 if test "$GCC" = yes; then
9509 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'
9510 # Try to use the -exported_symbol ld option, if it does not
9511 # work, assume that -exports_file does not work either and
9512 # implicitly export all symbols.
9513 save_LDFLAGS
="$LDFLAGS"
9514 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9516 /* end confdefs.h. */
9519 if ac_fn_c_try_link
"$LINENO"; then :
9520 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'
9523 rm -f core conftest.err conftest.
$ac_objext \
9524 conftest
$ac_exeext conftest.
$ac_ext
9525 LDFLAGS
="$save_LDFLAGS"
9527 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'
9528 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'
9530 archive_cmds_need_lc
='no'
9531 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9532 hardcode_libdir_separator
=:
9534 link_all_deplibs
=yes
9538 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9539 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9541 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9543 hardcode_libdir_flag_spec
='-R$libdir'
9545 hardcode_shlibpath_var
=no
9549 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9551 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9552 hardcode_libdir_separator
=:
9553 hardcode_shlibpath_var
=no
9560 if test -f /usr
/libexec
/ld.so
; then
9562 hardcode_shlibpath_var
=no
9563 hardcode_direct_absolute
=yes
9564 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9565 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9566 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9567 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9568 export_dynamic_flag_spec
='${wl}-E'
9571 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9572 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9573 hardcode_libdir_flag_spec
='-R$libdir'
9576 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9577 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9587 hardcode_libdir_flag_spec
='-L$libdir'
9588 hardcode_minus_L
=yes
9589 allow_undefined_flag
=unsupported
9590 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'
9591 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9595 if test "$GCC" = yes; then
9596 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9597 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'
9599 allow_undefined_flag
=' -expect_unresolved \*'
9600 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'
9602 archive_cmds_need_lc
='no'
9603 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9604 hardcode_libdir_separator
=:
9607 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9608 if test "$GCC" = yes; then
9609 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9610 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'
9611 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9613 allow_undefined_flag
=' -expect_unresolved \*'
9614 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'
9615 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~
9616 $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'
9618 # Both c and cxx compiler support -rpath directly
9619 hardcode_libdir_flag_spec
='-rpath $libdir'
9621 archive_cmds_need_lc
='no'
9622 hardcode_libdir_separator
=:
9626 no_undefined_flag
=' -z defs'
9627 if test "$GCC" = yes; then
9629 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9630 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9631 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9633 case `$CC -V 2>&1` in
9636 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9637 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9638 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9642 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9643 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9644 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9648 hardcode_libdir_flag_spec
='-R$libdir'
9649 hardcode_shlibpath_var
=no
9651 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9653 # The compiler driver will combine and reorder linker options,
9654 # but understands `-z linker_flag'. GCC discards it without `$wl',
9655 # but is careful enough not to reorder.
9656 # Supported since Solaris 2.6 (maybe 2.5.1?)
9657 if test "$GCC" = yes; then
9658 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9660 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9664 link_all_deplibs
=yes
9668 if test "x$host_vendor" = xsequent
; then
9669 # Use $CC to link under sequent, because it throws in some extra .o
9670 # files that make .init and .fini sections work.
9671 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9673 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9675 hardcode_libdir_flag_spec
='-L$libdir'
9677 hardcode_minus_L
=yes
9678 hardcode_shlibpath_var
=no
9682 case $host_vendor in
9684 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9685 hardcode_direct
=yes # is this really true???
9688 ## LD is ld it makes a PLAMLIB
9689 ## CC just makes a GrossModule.
9690 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9691 reload_cmds
='$CC -r -o $output$reload_objs'
9695 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9696 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9699 runpath_var
='LD_RUN_PATH'
9700 hardcode_shlibpath_var
=no
9704 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9705 hardcode_shlibpath_var
=no
9706 export_dynamic_flag_spec
='-Bexport'
9710 if test -d /usr
/nec
; then
9711 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9712 hardcode_shlibpath_var
=no
9713 runpath_var
=LD_RUN_PATH
9714 hardcode_runpath_var
=yes
9719 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9720 no_undefined_flag
='${wl}-z,text'
9721 archive_cmds_need_lc
=no
9722 hardcode_shlibpath_var
=no
9723 runpath_var
='LD_RUN_PATH'
9725 if test "$GCC" = yes; then
9726 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9727 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9729 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9730 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9734 sysv5
* | sco3.2v5
* | sco5v6
*)
9735 # Note: We can NOT use -z defs as we might desire, because we do not
9736 # link with -lc, and that would cause any symbols used from libc to
9737 # always be unresolved, which means just about no library would
9738 # ever link correctly. If we're not using GNU ld we use -z text
9739 # though, which does catch some bad symbols but isn't as heavy-handed
9741 no_undefined_flag
='${wl}-z,text'
9742 allow_undefined_flag
='${wl}-z,nodefs'
9743 archive_cmds_need_lc
=no
9744 hardcode_shlibpath_var
=no
9745 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9746 hardcode_libdir_separator
=':'
9747 link_all_deplibs
=yes
9748 export_dynamic_flag_spec
='${wl}-Bexport'
9749 runpath_var
='LD_RUN_PATH'
9751 if test "$GCC" = yes; then
9752 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9753 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9755 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9756 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9761 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9762 hardcode_libdir_flag_spec
='-L$libdir'
9763 hardcode_shlibpath_var
=no
9771 if test x
$host_vendor = xsni
; then
9773 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9774 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9781 $as_echo "$ld_shlibs" >&6; }
9782 test "$ld_shlibs" = no
&& can_build_shared
=no
9784 with_gnu_ld
=$with_gnu_ld
9801 # Do we need to explicitly link libc?
9803 case "x$archive_cmds_need_lc" in
9805 # Assume -lc should be added
9806 archive_cmds_need_lc
=yes
9808 if test "$enable_shared" = yes && test "$GCC" = yes; then
9809 case $archive_cmds in
9811 # FIXME: we may have to deal with multi-command sequences.
9814 # Test whether the compiler implicitly links with -lc since on some
9815 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9816 # to ld, don't add -lc before -lgcc.
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9818 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9819 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9820 $as_echo_n "(cached) " >&6
9823 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9825 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9826 (eval $ac_compile) 2>&5
9828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9829 test $ac_status = 0; } 2>conftest.err
; then
9832 libobjs
=conftest.
$ac_objext
9834 wl
=$lt_prog_compiler_wl
9835 pic_flag
=$lt_prog_compiler_pic
9841 lt_save_allow_undefined_flag
=$allow_undefined_flag
9842 allow_undefined_flag
=
9843 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9844 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9847 test $ac_status = 0; }
9849 lt_cv_archive_cmds_need_lc
=no
9851 lt_cv_archive_cmds_need_lc
=yes
9853 allow_undefined_flag
=$lt_save_allow_undefined_flag
9855 cat conftest.err
1>&5
9860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9861 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9862 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10026 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10028 if test "$GCC" = yes; then
10030 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10031 *) lt_awk_arg
="/^libraries:/" ;;
10034 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10035 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10037 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10038 case $lt_search_path_spec in
10040 # if the path contains ";" then we assume it to be the separator
10041 # otherwise default to the standard path separator (i.e. ":") - it is
10042 # assumed that no part of a normal pathname contains ";" but that should
10043 # okay in the real world where ";" in dirpaths is itself problematic.
10044 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10047 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10050 # Ok, now we have the path, separated by spaces, we can step through it
10051 # and add multilib dir if necessary.
10052 lt_tmp_lt_search_path_spec
=
10053 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10054 for lt_sys_path
in $lt_search_path_spec; do
10055 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10056 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10058 test -d "$lt_sys_path" && \
10059 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10062 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10063 BEGIN {RS=" "; FS="/|\n";} {
10066 for (lt_i = NF; lt_i > 0; lt_i--) {
10067 if ($lt_i != "" && $lt_i != ".") {
10068 if ($lt_i == "..") {
10071 if (lt_count == 0) {
10072 lt_foo="/" $lt_i lt_foo;
10079 if (lt_foo != "") { lt_freq[lt_foo]++; }
10080 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10082 # AWK program above erroneously prepends '/' to C:/dos/paths
10085 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10086 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10088 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10090 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10092 library_names_spec
=
10093 libname_spec
='lib$name'
10097 postuninstall_cmds
=
10101 shlibpath_overrides_runpath
=unknown
10103 dynamic_linker
="$host_os ld.so"
10104 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10105 need_lib_prefix
=unknown
10106 hardcode_into_libs
=no
10108 # when you set need_version to no, make sure it does not cause -set_version
10109 # flags to be left without arguments
10110 need_version
=unknown
10115 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10116 shlibpath_var
=LIBPATH
10118 # AIX 3 has no versioning support, so we append a major version to the name.
10119 soname_spec
='${libname}${release}${shared_ext}$major'
10126 hardcode_into_libs
=yes
10127 if test "$host_cpu" = ia64
; then
10128 # AIX 5 supports IA64
10129 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10130 shlibpath_var
=LD_LIBRARY_PATH
10132 # With GCC up to 2.95.x, collect2 would create an import file
10133 # for dependence libraries. The import file would start with
10134 # the line `#! .'. This would cause the generated library to
10135 # depend on `.', always an invalid library. This was fixed in
10136 # development snapshots of GCC prior to 3.0.
10138 aix4 | aix4.
[01] | aix4.
[01].
*)
10139 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10141 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10144 can_build_shared
=no
10148 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10149 # soname into executable. Probably we can add versioning support to
10150 # collect2, so additional links can be useful in future.
10151 if test "$aix_use_runtimelinking" = yes; then
10152 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10153 # instead of lib<name>.a to let people know that these are not
10154 # typical AIX shared libraries.
10155 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10157 # We preserve .a as extension for shared libraries through AIX4.2
10158 # and later when we are not doing run time linking.
10159 library_names_spec
='${libname}${release}.a $libname.a'
10160 soname_spec
='${libname}${release}${shared_ext}$major'
10162 shlibpath_var
=LIBPATH
10169 # Since July 2007 AmigaOS4 officially supports .so libraries.
10170 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10171 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10174 library_names_spec
='$libname.ixlibrary $libname.a'
10175 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10176 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'
10182 library_names_spec
='${libname}${shared_ext}'
10183 dynamic_linker
="$host_os ld.so"
10184 shlibpath_var
=LIBRARY_PATH
10190 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10191 soname_spec
='${libname}${release}${shared_ext}$major'
10192 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10193 shlibpath_var
=LD_LIBRARY_PATH
10194 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10195 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10196 # the default ld.so.conf also contains /usr/contrib/lib and
10197 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10198 # libtool to hard-code these into programs
10201 cygwin
* | mingw
* | pw32
* | cegcc
*)
10202 version_type
=windows
10207 case $GCC,$host_os in
10208 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10209 library_names_spec
='$libname.dll.a'
10210 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10211 postinstall_cmds
='base_file=`basename \${file}`~
10212 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10213 dldir=$destdir/`dirname \$dlpath`~
10214 test -d \$dldir || mkdir -p \$dldir~
10215 $install_prog $dir/$dlname \$dldir/$dlname~
10216 chmod a+x \$dldir/$dlname~
10217 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10218 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10220 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10221 dlpath=$dir/\$dldll~
10223 shlibpath_overrides_runpath
=yes
10227 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10228 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10230 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10233 # MinGW DLLs use traditional 'lib' prefix
10234 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10237 # pw32 DLLs use 'pw' prefix rather than 'lib'
10238 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10244 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10247 dynamic_linker
='Win32 ld.exe'
10248 # FIXME: first we should search . and the directory the executable is in
10252 darwin
* | rhapsody
*)
10253 dynamic_linker
="$host_os dyld"
10254 version_type
=darwin
10257 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10258 soname_spec
='${libname}${release}${major}$shared_ext'
10259 shlibpath_overrides_runpath
=yes
10260 shlibpath_var
=DYLD_LIBRARY_PATH
10261 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10263 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10264 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10271 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10272 soname_spec
='${libname}${release}${shared_ext}$major'
10273 shlibpath_var
=LD_LIBRARY_PATH
10280 freebsd
* | dragonfly
*)
10281 # DragonFly does not have aout. When/if they implement a new
10282 # versioning mechanism, adjust this.
10283 if test -x /usr
/bin
/objformat
; then
10284 objformat
=`/usr/bin/objformat`
10287 freebsd
[123]*) objformat
=aout
;;
10288 *) objformat
=elf
;;
10291 version_type
=freebsd-
$objformat
10292 case $version_type in
10294 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10299 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10303 shlibpath_var
=LD_LIBRARY_PATH
10306 shlibpath_overrides_runpath
=yes
10308 freebsd3.
[01]* | freebsdelf3.
[01]*)
10309 shlibpath_overrides_runpath
=yes
10310 hardcode_into_libs
=yes
10312 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10313 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10314 shlibpath_overrides_runpath
=no
10315 hardcode_into_libs
=yes
10317 *) # from 4.6 on, and DragonFly
10318 shlibpath_overrides_runpath
=yes
10319 hardcode_into_libs
=yes
10328 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10329 soname_spec
='${libname}${release}${shared_ext}$major'
10330 shlibpath_var
=LD_LIBRARY_PATH
10331 hardcode_into_libs
=yes
10338 dynamic_linker
="$host_os runtime_loader"
10339 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10340 soname_spec
='${libname}${release}${shared_ext}$major'
10341 shlibpath_var
=LIBRARY_PATH
10342 shlibpath_overrides_runpath
=yes
10343 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10344 hardcode_into_libs
=yes
10347 hpux9
* | hpux10
* | hpux11
*)
10348 # Give a soname corresponding to the major version so that dld.sl refuses to
10349 # link against other versions.
10356 hardcode_into_libs
=yes
10357 dynamic_linker
="$host_os dld.so"
10358 shlibpath_var
=LD_LIBRARY_PATH
10359 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10360 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10361 soname_spec
='${libname}${release}${shared_ext}$major'
10362 if test "X$HPUX_IA64_MODE" = X32
; then
10363 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10365 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10367 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10371 hardcode_into_libs
=yes
10372 dynamic_linker
="$host_os dld.sl"
10373 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10374 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10375 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10376 soname_spec
='${libname}${release}${shared_ext}$major'
10377 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10378 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10382 dynamic_linker
="$host_os dld.sl"
10383 shlibpath_var
=SHLIB_PATH
10384 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10385 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10386 soname_spec
='${libname}${release}${shared_ext}$major'
10389 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10390 postinstall_cmds
='chmod 555 $lib'
10391 # or fails outright, so override atomically:
10392 install_override_mode
=555
10399 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10400 soname_spec
='${libname}${release}${shared_ext}$major'
10401 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10402 shlibpath_var
=LD_LIBRARY_PATH
10403 shlibpath_overrides_runpath
=no
10404 hardcode_into_libs
=yes
10407 irix5
* | irix6
* | nonstopux
*)
10409 nonstopux
*) version_type
=nonstopux
;;
10411 if test "$lt_cv_prog_gnu_ld" = yes; then
10419 soname_spec
='${libname}${release}${shared_ext}$major'
10420 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10422 irix5
* | nonstopux
*)
10423 libsuff
= shlibsuff
=
10426 case $LD in # libtool.m4 will add one of these switches to LD
10427 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10428 libsuff
= shlibsuff
= libmagic
=32-bit;;
10429 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10430 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10431 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10432 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10433 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10437 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10438 shlibpath_overrides_runpath
=no
10439 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10440 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10441 hardcode_into_libs
=yes
10444 # No shared lib support for Linux oldld, aout, or coff.
10445 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10449 # This must be Linux ELF.
10450 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10454 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10455 soname_spec
='${libname}${release}${shared_ext}$major'
10456 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10457 shlibpath_var
=LD_LIBRARY_PATH
10458 shlibpath_overrides_runpath
=no
10460 # Some binutils ld are patched to set DT_RUNPATH
10461 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10462 $as_echo_n "(cached) " >&6
10464 lt_cv_shlibpath_overrides_runpath
=no
10465 save_LDFLAGS
=$LDFLAGS
10466 save_libdir
=$libdir
10467 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10468 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10470 /* end confdefs.h. */
10480 if ac_fn_c_try_link
"$LINENO"; then :
10481 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10482 lt_cv_shlibpath_overrides_runpath
=yes
10485 rm -f core conftest.err conftest.
$ac_objext \
10486 conftest
$ac_exeext conftest.
$ac_ext
10487 LDFLAGS
=$save_LDFLAGS
10488 libdir
=$save_libdir
10492 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10494 # This implies no fast_install, which is unacceptable.
10495 # Some rework will be needed to allow for fast_install
10496 # before this can be enabled.
10497 hardcode_into_libs
=yes
10499 # Append ld.so.conf contents to the search path
10500 if test -f /etc
/ld.so.conf
; then
10501 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' ' '`
10502 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10505 # We used to test for /lib/ld.so.1 and disable shared libraries on
10506 # powerpc, because MkLinux only supported shared libraries with the
10507 # GNU dynamic linker. Since this was broken with cross compilers,
10508 # most powerpc-linux boxes support dynamic linking these days and
10509 # people can always --disable-shared, the test was removed, and we
10510 # assume the GNU/Linux dynamic linker is in use.
10511 dynamic_linker
='GNU/Linux ld.so'
10518 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10519 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10520 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10521 dynamic_linker
='NetBSD (a.out) ld.so'
10523 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10524 soname_spec
='${libname}${release}${shared_ext}$major'
10525 dynamic_linker
='NetBSD ld.elf_so'
10527 shlibpath_var
=LD_LIBRARY_PATH
10528 shlibpath_overrides_runpath
=yes
10529 hardcode_into_libs
=yes
10534 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10535 shlibpath_var
=LD_LIBRARY_PATH
10536 shlibpath_overrides_runpath
=yes
10543 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10544 soname_spec
='${libname}${release}${shared_ext}$major'
10545 shlibpath_var
=LD_LIBRARY_PATH
10546 shlibpath_overrides_runpath
=no
10547 hardcode_into_libs
=yes
10548 dynamic_linker
='ldqnx.so'
10553 sys_lib_dlsearch_path_spec
="/usr/lib"
10555 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10557 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10558 *) need_version
=no
;;
10560 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10561 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10562 shlibpath_var
=LD_LIBRARY_PATH
10563 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10565 openbsd2.
[89] | openbsd2.
[89].
*)
10566 shlibpath_overrides_runpath
=no
10569 shlibpath_overrides_runpath
=yes
10573 shlibpath_overrides_runpath
=yes
10578 libname_spec
='$name'
10581 library_names_spec
='$libname${shared_ext} $libname.a'
10582 dynamic_linker
='OS/2 ld.exe'
10583 shlibpath_var
=LIBPATH
10586 osf3
* | osf4
* | osf5
*)
10590 soname_spec
='${libname}${release}${shared_ext}$major'
10591 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10592 shlibpath_var
=LD_LIBRARY_PATH
10593 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10594 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10605 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10606 soname_spec
='${libname}${release}${shared_ext}$major'
10607 shlibpath_var
=LD_LIBRARY_PATH
10608 shlibpath_overrides_runpath
=yes
10609 hardcode_into_libs
=yes
10610 # ldd complains unless libraries are executable
10611 postinstall_cmds
='chmod +x $lib'
10616 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10617 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10618 shlibpath_var
=LD_LIBRARY_PATH
10619 shlibpath_overrides_runpath
=yes
10620 if test "$with_gnu_ld" = yes; then
10628 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 soname_spec
='${libname}${release}${shared_ext}$major'
10630 shlibpath_var
=LD_LIBRARY_PATH
10631 case $host_vendor in
10633 shlibpath_overrides_runpath
=no
10635 runpath_var
=LD_RUN_PATH
10643 shlibpath_overrides_runpath
=no
10644 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10650 if test -d /usr
/nec
;then
10652 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10653 soname_spec
='$libname${shared_ext}.$major'
10654 shlibpath_var
=LD_LIBRARY_PATH
10658 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10659 version_type
=freebsd-elf
10662 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10663 soname_spec
='${libname}${release}${shared_ext}$major'
10664 shlibpath_var
=LD_LIBRARY_PATH
10665 shlibpath_overrides_runpath
=yes
10666 hardcode_into_libs
=yes
10667 if test "$with_gnu_ld" = yes; then
10668 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10670 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10673 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10677 sys_lib_dlsearch_path_spec
='/usr/lib'
10681 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10685 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10686 shlibpath_var
=LD_LIBRARY_PATH
10687 shlibpath_overrides_runpath
=no
10688 hardcode_into_libs
=yes
10693 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694 soname_spec
='${libname}${release}${shared_ext}$major'
10695 shlibpath_var
=LD_LIBRARY_PATH
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10703 $as_echo "$dynamic_linker" >&6; }
10704 test "$dynamic_linker" = no
&& can_build_shared
=no
10706 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10707 if test "$GCC" = yes; then
10708 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10711 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10712 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10714 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10715 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10810 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10812 if test -n "$hardcode_libdir_flag_spec" ||
10813 test -n "$runpath_var" ||
10814 test "X$hardcode_automatic" = "Xyes" ; then
10816 # We can hardcode non-existent directories.
10817 if test "$hardcode_direct" != no
&&
10818 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10819 # have to relink, otherwise we might link with an installed library
10820 # when we should be linking with a yet-to-be-installed one
10821 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10822 test "$hardcode_minus_L" != no
; then
10823 # Linking always hardcodes the temporary library directory.
10824 hardcode_action
=relink
10826 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10827 hardcode_action
=immediate
10830 # We cannot hardcode anything, or else we can only hardcode existing
10832 hardcode_action
=unsupported
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10835 $as_echo "$hardcode_action" >&6; }
10837 if test "$hardcode_action" = relink ||
10838 test "$inherit_rpath" = yes; then
10839 # Fast installation is not supported
10840 enable_fast_install
=no
10841 elif test "$shlibpath_overrides_runpath" = yes ||
10842 test "$enable_shared" = no
; then
10843 # Fast installation is not necessary
10844 enable_fast_install
=needless
10852 if test "x$enable_dlopen" != xyes
; then
10853 enable_dlopen
=unknown
10854 enable_dlopen_self
=unknown
10855 enable_dlopen_self_static
=unknown
10862 lt_cv_dlopen
="load_add_on"
10864 lt_cv_dlopen_self
=yes
10867 mingw
* | pw32
* | cegcc
*)
10868 lt_cv_dlopen
="LoadLibrary"
10873 lt_cv_dlopen
="dlopen"
10878 # if libdl is installed we need to link against it
10879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10880 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10881 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10882 $as_echo_n "(cached) " >&6
10884 ac_check_lib_save_LIBS
=$LIBS
10886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10887 /* end confdefs.h. */
10889 /* Override any GCC internal prototype to avoid an error.
10890 Use char because int might match the return type of a GCC
10891 builtin and then its argument prototype would still apply. */
10904 if ac_fn_c_try_link
"$LINENO"; then :
10905 ac_cv_lib_dl_dlopen
=yes
10907 ac_cv_lib_dl_dlopen
=no
10909 rm -f core conftest.err conftest.
$ac_objext \
10910 conftest
$ac_exeext conftest.
$ac_ext
10911 LIBS
=$ac_check_lib_save_LIBS
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10914 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10915 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
10916 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10919 lt_cv_dlopen
="dyld"
10921 lt_cv_dlopen_self
=yes
10928 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
10929 if test "x$ac_cv_func_shl_load" = x
""yes; then :
10930 lt_cv_dlopen
="shl_load"
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10933 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10934 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10935 $as_echo_n "(cached) " >&6
10937 ac_check_lib_save_LIBS
=$LIBS
10939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10940 /* end confdefs.h. */
10942 /* Override any GCC internal prototype to avoid an error.
10943 Use char because int might match the return type of a GCC
10944 builtin and then its argument prototype would still apply. */
10952 return shl_load ();
10957 if ac_fn_c_try_link
"$LINENO"; then :
10958 ac_cv_lib_dld_shl_load
=yes
10960 ac_cv_lib_dld_shl_load
=no
10962 rm -f core conftest.err conftest.
$ac_objext \
10963 conftest
$ac_exeext conftest.
$ac_ext
10964 LIBS
=$ac_check_lib_save_LIBS
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10967 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10968 if test "x$ac_cv_lib_dld_shl_load" = x
""yes; then :
10969 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10971 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
10972 if test "x$ac_cv_func_dlopen" = x
""yes; then :
10973 lt_cv_dlopen
="dlopen"
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10976 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10977 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10978 $as_echo_n "(cached) " >&6
10980 ac_check_lib_save_LIBS
=$LIBS
10982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10983 /* end confdefs.h. */
10985 /* Override any GCC internal prototype to avoid an error.
10986 Use char because int might match the return type of a GCC
10987 builtin and then its argument prototype would still apply. */
11000 if ac_fn_c_try_link
"$LINENO"; then :
11001 ac_cv_lib_dl_dlopen
=yes
11003 ac_cv_lib_dl_dlopen
=no
11005 rm -f core conftest.err conftest.
$ac_objext \
11006 conftest
$ac_exeext conftest.
$ac_ext
11007 LIBS
=$ac_check_lib_save_LIBS
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11010 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11011 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
11012 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11015 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11016 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11017 $as_echo_n "(cached) " >&6
11019 ac_check_lib_save_LIBS
=$LIBS
11020 LIBS
="-lsvld $LIBS"
11021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11022 /* end confdefs.h. */
11024 /* Override any GCC internal prototype to avoid an error.
11025 Use char because int might match the return type of a GCC
11026 builtin and then its argument prototype would still apply. */
11039 if ac_fn_c_try_link
"$LINENO"; then :
11040 ac_cv_lib_svld_dlopen
=yes
11042 ac_cv_lib_svld_dlopen
=no
11044 rm -f core conftest.err conftest.
$ac_objext \
11045 conftest
$ac_exeext conftest.
$ac_ext
11046 LIBS
=$ac_check_lib_save_LIBS
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11049 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11050 if test "x$ac_cv_lib_svld_dlopen" = x
""yes; then :
11051 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11054 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11055 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11056 $as_echo_n "(cached) " >&6
11058 ac_check_lib_save_LIBS
=$LIBS
11060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11063 /* Override any GCC internal prototype to avoid an error.
11064 Use char because int might match the return type of a GCC
11065 builtin and then its argument prototype would still apply. */
11073 return dld_link ();
11078 if ac_fn_c_try_link
"$LINENO"; then :
11079 ac_cv_lib_dld_dld_link
=yes
11081 ac_cv_lib_dld_dld_link
=no
11083 rm -f core conftest.err conftest.
$ac_objext \
11084 conftest
$ac_exeext conftest.
$ac_ext
11085 LIBS
=$ac_check_lib_save_LIBS
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11088 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11089 if test "x$ac_cv_lib_dld_dld_link" = x
""yes; then :
11090 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11111 if test "x$lt_cv_dlopen" != xno
; then
11117 case $lt_cv_dlopen in
11119 save_CPPFLAGS
="$CPPFLAGS"
11120 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11122 save_LDFLAGS
="$LDFLAGS"
11123 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11126 LIBS
="$lt_cv_dlopen_libs $LIBS"
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11129 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11130 if test "${lt_cv_dlopen_self+set}" = set; then :
11131 $as_echo_n "(cached) " >&6
11133 if test "$cross_compiling" = yes; then :
11134 lt_cv_dlopen_self
=cross
11136 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11137 lt_status
=$lt_dlunknown
11138 cat > conftest.
$ac_ext <<_LT_EOF
11139 #line 11139 "configure"
11140 #include "confdefs.h"
11149 # define LT_DLGLOBAL RTLD_GLOBAL
11152 # define LT_DLGLOBAL DL_GLOBAL
11154 # define LT_DLGLOBAL 0
11158 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11159 find out it does not work in some platform. */
11160 #ifndef LT_DLLAZY_OR_NOW
11162 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11165 # define LT_DLLAZY_OR_NOW DL_LAZY
11168 # define LT_DLLAZY_OR_NOW RTLD_NOW
11171 # define LT_DLLAZY_OR_NOW DL_NOW
11173 # define LT_DLLAZY_OR_NOW 0
11180 /* When -fvisbility=hidden is used, assume the code has been annotated
11181 correspondingly for the symbols needed. */
11182 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11183 void fnord () __attribute__((visibility("default")));
11186 void fnord () { int i=42; }
11189 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11190 int status = $lt_dlunknown;
11194 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11197 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11198 else puts (dlerror ());
11200 /* dlclose (self); */
11208 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11209 (eval $ac_link) 2>&5
11211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11212 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11213 (.
/conftest
; exit; ) >&5 2>/dev
/null
11215 case x
$lt_status in
11216 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11217 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11218 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11221 # compilation failed
11222 lt_cv_dlopen_self
=no
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11230 $as_echo "$lt_cv_dlopen_self" >&6; }
11232 if test "x$lt_cv_dlopen_self" = xyes
; then
11233 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11235 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11236 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11237 $as_echo_n "(cached) " >&6
11239 if test "$cross_compiling" = yes; then :
11240 lt_cv_dlopen_self_static
=cross
11242 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11243 lt_status
=$lt_dlunknown
11244 cat > conftest.
$ac_ext <<_LT_EOF
11245 #line 11245 "configure"
11246 #include "confdefs.h"
11255 # define LT_DLGLOBAL RTLD_GLOBAL
11258 # define LT_DLGLOBAL DL_GLOBAL
11260 # define LT_DLGLOBAL 0
11264 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11265 find out it does not work in some platform. */
11266 #ifndef LT_DLLAZY_OR_NOW
11268 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11271 # define LT_DLLAZY_OR_NOW DL_LAZY
11274 # define LT_DLLAZY_OR_NOW RTLD_NOW
11277 # define LT_DLLAZY_OR_NOW DL_NOW
11279 # define LT_DLLAZY_OR_NOW 0
11286 /* When -fvisbility=hidden is used, assume the code has been annotated
11287 correspondingly for the symbols needed. */
11288 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11289 void fnord () __attribute__((visibility("default")));
11292 void fnord () { int i=42; }
11295 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11296 int status = $lt_dlunknown;
11300 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11303 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11304 else puts (dlerror ());
11306 /* dlclose (self); */
11314 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11315 (eval $ac_link) 2>&5
11317 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11318 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11319 (.
/conftest
; exit; ) >&5 2>/dev
/null
11321 case x
$lt_status in
11322 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11323 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11324 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11327 # compilation failed
11328 lt_cv_dlopen_self_static
=no
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11336 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11339 CPPFLAGS
="$save_CPPFLAGS"
11340 LDFLAGS
="$save_LDFLAGS"
11345 case $lt_cv_dlopen_self in
11346 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11347 *) enable_dlopen_self
=unknown
;;
11350 case $lt_cv_dlopen_self_static in
11351 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11352 *) enable_dlopen_self_static
=unknown
;;
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11375 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11376 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11377 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11378 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11380 $as_echo "yes" >&6; }
11382 # FIXME - insert some real tests, host_os isn't really good enough
11385 if test -n "$STRIP" ; then
11386 striplib
="$STRIP -x"
11387 old_striplib
="$STRIP -S"
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11389 $as_echo "yes" >&6; }
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11392 $as_echo "no" >&6; }
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11397 $as_echo "no" >&6; }
11413 # Report which library types will actually be built
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11415 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11417 $as_echo "$can_build_shared" >&6; }
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11420 $as_echo_n "checking whether to build shared libraries... " >&6; }
11421 test "$can_build_shared" = "no" && enable_shared
=no
11423 # On AIX, shared libraries and static libraries use the same namespace, and
11424 # are all built from PIC.
11427 test "$enable_shared" = yes && enable_static
=no
11428 if test -n "$RANLIB"; then
11429 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11430 postinstall_cmds
='$RANLIB $lib'
11435 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11436 test "$enable_shared" = yes && enable_static
=no
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11441 $as_echo "$enable_shared" >&6; }
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11444 $as_echo_n "checking whether to build static libraries... " >&6; }
11445 # Make sure either enable_shared or enable_static is yes.
11446 test "$enable_shared" = yes || enable_static
=yes
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11448 $as_echo "$enable_static" >&6; }
11455 ac_cpp
='$CPP $CPPFLAGS'
11456 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11457 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11458 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11474 ac_config_commands
="$ac_config_commands libtool"
11479 # Only expand once:
11483 # Check whether --enable-targets was given.
11484 if test "${enable_targets+set}" = set; then :
11485 enableval
=$enable_targets; case "${enableval}" in
11486 yes |
"") as_fn_error
"enable-targets option must specify target names or 'all'" "$LINENO" 5
11488 no
) enable_targets
= ;;
11489 *) enable_targets
=$enableval ;;
11494 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11496 /* end confdefs.h. */
11499 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11500 $EGREP "^[0-3]$" >/dev
/null
2>&1; then :
11503 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
11508 # Check whether --enable-werror was given.
11509 if test "${enable_werror+set}" = set; then :
11510 enableval
=$enable_werror; case "${enableval}" in
11511 yes | y
) ERROR_ON_WARNING
="yes" ;;
11512 no | n
) ERROR_ON_WARNING
="no" ;;
11513 *) as_fn_error
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11518 # Disable -Wformat by default when using gcc on mingw
11521 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11522 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
11528 # Enable -Werror by default when using gcc
11529 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11530 ERROR_ON_WARNING
=yes
11534 if test "${ERROR_ON_WARNING}" = yes ; then
11535 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
11536 NO_WERROR
="-Wno-error"
11539 if test "${GCC}" = yes ; then
11540 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11543 # Check whether --enable-build-warnings was given.
11544 if test "${enable_build_warnings+set}" = set; then :
11545 enableval
=$enable_build_warnings; case "${enableval}" in
11546 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
11547 no
) if test "${GCC}" = yes ; then
11550 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11551 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
11552 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11553 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
11554 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11559 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
11560 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11567 ac_config_headers
="$ac_config_headers config.h:config.in"
11570 if test -z "$target" ; then
11571 as_fn_error
"Unrecognized target system type; please check config.sub." "$LINENO" 5
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11576 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11577 # Check whether --enable-maintainer-mode was given.
11578 if test "${enable_maintainer_mode+set}" = set; then :
11579 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
11581 USE_MAINTAINER_MODE
=no
11584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11585 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11586 if test $USE_MAINTAINER_MODE = yes; then
11587 MAINTAINER_MODE_TRUE
=
11588 MAINTAINER_MODE_FALSE
='#'
11590 MAINTAINER_MODE_TRUE
='#'
11591 MAINTAINER_MODE_FALSE
=
11594 MAINT
=$MAINTAINER_MODE_TRUE
11597 case ${build_alias} in
11598 "") build_noncanonical
=${build} ;;
11599 *) build_noncanonical
=${build_alias} ;;
11602 case ${host_alias} in
11603 "") host_noncanonical
=${build_noncanonical} ;;
11604 *) host_noncanonical
=${host_alias} ;;
11607 case ${target_alias} in
11608 "") target_noncanonical
=${host_noncanonical} ;;
11609 *) target_noncanonical
=${target_alias} ;;
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11613 $as_echo_n "checking whether to install libbfd... " >&6; }
11614 # Check whether --enable-install-libbfd was given.
11615 if test "${enable_install_libbfd+set}" = set; then :
11616 enableval
=$enable_install_libbfd; install_libbfd_p
=$enableval
11618 if test "${host}" = "${target}" ||
test "$enable_shared" = "yes"; then
11619 install_libbfd_p
=yes
11621 install_libbfd_p
=no
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11626 $as_echo "$install_libbfd_p" >&6; }
11627 if test $install_libbfd_p = yes; then
11628 INSTALL_LIBBFD_TRUE
=
11629 INSTALL_LIBBFD_FALSE
='#'
11631 INSTALL_LIBBFD_TRUE
='#'
11632 INSTALL_LIBBFD_FALSE
=
11635 # Need _noncanonical variables for this.
11640 # libbfd.a is a host library containing target dependent code
11641 bfdlibdir
='$(libdir)'
11642 bfdincludedir
='$(includedir)'
11643 if test "${host}" != "${target}"; then
11644 bfdlibdir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11645 bfdincludedir
='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11655 # host-specific stuff:
11657 ALL_LINGUAS
="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN"
11658 # If we haven't got the data from the intl directory,
11659 # assume NLS is disabled.
11668 if test -f ..
/intl
/config.intl
; then
11669 . ..
/intl
/config.intl
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11672 $as_echo_n "checking whether NLS is requested... " >&6; }
11673 if test x
"$USE_NLS" != xyes
; then
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11675 $as_echo "no" >&6; }
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11678 $as_echo "yes" >&6; }
11680 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11684 $as_echo_n "checking for catalogs to be installed... " >&6; }
11685 # Look for .po and .gmo files in the source directory.
11688 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
11689 # If there aren't any .gmo files the shell will give us the
11690 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11692 case "$cat" in *\
**)
11695 # The quadruple backslash is collapsed to a double backslash
11696 # by the backticks, then collapsed again by the double quotes,
11697 # leaving us with one backslash in the sed expression (right
11698 # before the dot that mustn't act as a wildcard).
11699 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11700 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
11701 # The user is allowed to set LINGUAS to a list of languages to
11702 # install catalogs for. If it's empty that means "all of them."
11703 if test "x$LINGUAS" = x
; then
11704 CATALOGS
="$CATALOGS $cat"
11705 XLINGUAS
="$XLINGUAS $lang"
11707 case "$LINGUAS" in *$lang*)
11708 CATALOGS
="$CATALOGS $cat"
11709 XLINGUAS
="$XLINGUAS $lang"
11714 LINGUAS
="$XLINGUAS"
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11716 $as_echo "$LINGUAS" >&6; }
11730 if test -n "$ac_aux_dir"; then
11731 case "$ac_aux_dir" in
11732 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
11733 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11736 if test -z "$MKINSTALLDIRS"; then
11737 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11743 $as_echo_n "checking whether NLS is requested... " >&6; }
11744 # Check whether --enable-nls was given.
11745 if test "${enable_nls+set}" = set; then :
11746 enableval
=$enable_nls; USE_NLS
=$enableval
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11752 $as_echo "$USE_NLS" >&6; }
11759 # Prepare PATH_SEPARATOR.
11760 # The user is always right.
11761 if test "${PATH_SEPARATOR+set}" != set; then
11762 echo "#! /bin/sh" >conf$$.sh
11763 echo "exit 0" >>conf$$.sh
11765 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11773 # Find out how to test for executable files. Don't use a zero-byte file,
11774 # as systems may use methods other than mode bits to determine executability.
11775 cat >conf$$.
file <<_ASEOF
11779 chmod +x conf$$.
file
11780 if test -x conf$$.
file >/dev
/null
2>&1; then
11781 ac_executable_p
="test -x"
11783 ac_executable_p
="test -f"
11787 # Extract the first word of "msgfmt", so it can be a program name with args.
11788 set dummy msgfmt
; ac_word
=$2
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11790 $as_echo_n "checking for $ac_word... " >&6; }
11791 if test "${ac_cv_path_MSGFMT+set}" = set; then :
11792 $as_echo_n "(cached) " >&6
11796 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
11799 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11800 for ac_dir
in $PATH; do
11802 test -z "$ac_dir" && ac_dir
=.
11803 for ac_exec_ext
in '' $ac_executable_extensions; do
11804 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11805 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
11806 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11807 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
11814 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
11818 MSGFMT
="$ac_cv_path_MSGFMT"
11819 if test "$MSGFMT" != ":"; then
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11821 $as_echo "$MSGFMT" >&6; }
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11824 $as_echo "no" >&6; }
11827 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11828 set dummy gmsgfmt
; ac_word
=$2
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11830 $as_echo_n "checking for $ac_word... " >&6; }
11831 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
11836 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
11839 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11840 for as_dir
in $PATH
11843 test -z "$as_dir" && as_dir
=.
11844 for ac_exec_ext
in '' $ac_executable_extensions; do
11845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11846 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
11847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11854 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
11858 GMSGFMT
=$ac_cv_path_GMSGFMT
11859 if test -n "$GMSGFMT"; then
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11861 $as_echo "$GMSGFMT" >&6; }
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11864 $as_echo "no" >&6; }
11870 # Prepare PATH_SEPARATOR.
11871 # The user is always right.
11872 if test "${PATH_SEPARATOR+set}" != set; then
11873 echo "#! /bin/sh" >conf$$.sh
11874 echo "exit 0" >>conf$$.sh
11876 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11884 # Find out how to test for executable files. Don't use a zero-byte file,
11885 # as systems may use methods other than mode bits to determine executability.
11886 cat >conf$$.
file <<_ASEOF
11890 chmod +x conf$$.
file
11891 if test -x conf$$.
file >/dev
/null
2>&1; then
11892 ac_executable_p
="test -x"
11894 ac_executable_p
="test -f"
11898 # Extract the first word of "xgettext", so it can be a program name with args.
11899 set dummy xgettext
; ac_word
=$2
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11901 $as_echo_n "checking for $ac_word... " >&6; }
11902 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
11903 $as_echo_n "(cached) " >&6
11905 case "$XGETTEXT" in
11907 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
11910 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11911 for ac_dir
in $PATH; do
11913 test -z "$ac_dir" && ac_dir
=.
11914 for ac_exec_ext
in '' $ac_executable_extensions; do
11915 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11916 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
11917 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
11918 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
11925 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
11929 XGETTEXT
="$ac_cv_path_XGETTEXT"
11930 if test "$XGETTEXT" != ":"; then
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11932 $as_echo "$XGETTEXT" >&6; }
11934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11935 $as_echo "no" >&6; }
11941 # Prepare PATH_SEPARATOR.
11942 # The user is always right.
11943 if test "${PATH_SEPARATOR+set}" != set; then
11944 echo "#! /bin/sh" >conf$$.sh
11945 echo "exit 0" >>conf$$.sh
11947 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11955 # Find out how to test for executable files. Don't use a zero-byte file,
11956 # as systems may use methods other than mode bits to determine executability.
11957 cat >conf$$.
file <<_ASEOF
11961 chmod +x conf$$.
file
11962 if test -x conf$$.
file >/dev
/null
2>&1; then
11963 ac_executable_p
="test -x"
11965 ac_executable_p
="test -f"
11969 # Extract the first word of "msgmerge", so it can be a program name with args.
11970 set dummy msgmerge
; ac_word
=$2
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11972 $as_echo_n "checking for $ac_word... " >&6; }
11973 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
11974 $as_echo_n "(cached) " >&6
11976 case "$MSGMERGE" in
11978 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
11981 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
11982 for ac_dir
in $PATH; do
11984 test -z "$ac_dir" && ac_dir
=.
11985 for ac_exec_ext
in '' $ac_executable_extensions; do
11986 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11987 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
11988 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
11995 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
11999 MSGMERGE
="$ac_cv_path_MSGMERGE"
12000 if test "$MSGMERGE" != ":"; then
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12002 $as_echo "$MSGMERGE" >&6; }
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12005 $as_echo "no" >&6; }
12009 if test "$GMSGFMT" != ":"; then
12010 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
12011 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12014 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12016 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12021 if test "$XGETTEXT" != ":"; then
12022 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
12023 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12027 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12033 ac_config_commands
="$ac_config_commands default-1"
12037 .
${srcdir}/..
/bfd
/configure.
host
12039 # Put a plausible default for CC_FOR_BUILD in Makefile.
12040 if test -z "$CC_FOR_BUILD"; then
12041 if test "x$cross_compiling" = "xno"; then
12042 CC_FOR_BUILD
='$(CC)'
12048 # Also set EXEEXT_FOR_BUILD.
12049 if test "x$cross_compiling" = "xno"; then
12050 EXEEXT_FOR_BUILD
='$(EXEEXT)'
12052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12053 $as_echo_n "checking for build system executable suffix... " >&6; }
12054 if test "${bfd_cv_build_exeext+set}" = set; then :
12055 $as_echo_n "(cached) " >&6
12058 echo 'int main () { return 0; }' > conftest.c
12059 bfd_cv_build_exeext
=
12060 ${CC_FOR_BUILD} -o conftest conftest.c
1>&5 2>&5
12061 for file in conftest.
*; do
12063 *.c |
*.o |
*.obj |
*.ilk |
*.pdb
) ;;
12064 *) bfd_cv_build_exeext
=`echo $file | sed -e s/conftest//` ;;
12068 test x
"${bfd_cv_build_exeext}" = x
&& bfd_cv_build_exeext
=no
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12071 $as_echo "$bfd_cv_build_exeext" >&6; }
12072 EXEEXT_FOR_BUILD
=""
12073 test x
"${bfd_cv_build_exeext}" != xno
&& EXEEXT_FOR_BUILD
=${bfd_cv_build_exeext}
12080 for ac_header
in string.h
strings.h stdlib.h limits.h
12082 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12083 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12084 eval as_val
=\$
$as_ac_Header
12085 if test "x$as_val" = x
""yes; then :
12086 cat >>confdefs.h
<<_ACEOF
12087 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12095 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12096 if test "x$ac_cv_have_decl_basename" = x
""yes; then :
12102 cat >>confdefs.h
<<_ACEOF
12103 #define HAVE_DECL_BASENAME $ac_have_decl
12105 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12106 if test "x$ac_cv_have_decl_stpcpy" = x
""yes; then :
12112 cat >>confdefs.h
<<_ACEOF
12113 #define HAVE_DECL_STPCPY $ac_have_decl
12118 cgendir
='$(srcdir)/../cgen'
12120 # Check whether --enable-cgen-maint was given.
12121 if test "${enable_cgen_maint+set}" = set; then :
12122 enableval
=$enable_cgen_maint; case "${enableval}" in
12123 yes) cgen_maint
=yes ;;
12124 no
) cgen_maint
=no
;;
12126 # argument is cgen install directory (not implemented yet).
12127 # Having a `share' directory might be more appropriate for the .scm,
12128 # .cpu, etc. files.
12130 cgendir
=${cgen_maint}/lib
/cgen
12134 if test x
${cgen_maint} = xyes
; then
12136 CGEN_MAINT_FALSE
='#'
12138 CGEN_MAINT_TRUE
='#'
12146 # Check if linker supports --as-needed and --no-as-needed options
12147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12148 $as_echo_n "checking linker --as-needed support... " >&6; }
12149 if test "${bfd_cv_ld_as_needed+set}" = set; then :
12150 $as_echo_n "(cached) " >&6
12152 bfd_cv_ld_as_needed
=no
12153 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
12154 bfd_cv_ld_as_needed
=yes
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12159 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12163 *-*-beos* |
*-*-cegcc* |
*-*-cygwin* |
*-*-haiku* |
*-*-pw32* |
*-*-darwin*)
12164 # These system don't have libm, or don't need it
12167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12168 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12169 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
12170 $as_echo_n "(cached) " >&6
12172 ac_check_lib_save_LIBS
=$LIBS
12174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12175 /* end confdefs.h. */
12177 /* Override any GCC internal prototype to avoid an error.
12178 Use char because int might match the return type of a GCC
12179 builtin and then its argument prototype would still apply. */
12183 char _mwvalidcheckl ();
12187 return _mwvalidcheckl ();
12192 if ac_fn_c_try_link
"$LINENO"; then :
12193 ac_cv_lib_mw__mwvalidcheckl
=yes
12195 ac_cv_lib_mw__mwvalidcheckl
=no
12197 rm -f core conftest.err conftest.
$ac_objext \
12198 conftest
$ac_exeext conftest.
$ac_ext
12199 LIBS
=$ac_check_lib_save_LIBS
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12202 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12203 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x
""yes; then :
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12208 $as_echo_n "checking for cos in -lm... " >&6; }
12209 if test "${ac_cv_lib_m_cos+set}" = set; then :
12210 $as_echo_n "(cached) " >&6
12212 ac_check_lib_save_LIBS
=$LIBS
12214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12215 /* end confdefs.h. */
12217 /* Override any GCC internal prototype to avoid an error.
12218 Use char because int might match the return type of a GCC
12219 builtin and then its argument prototype would still apply. */
12232 if ac_fn_c_try_link
"$LINENO"; then :
12233 ac_cv_lib_m_cos
=yes
12237 rm -f core conftest.err conftest.
$ac_objext \
12238 conftest
$ac_exeext conftest.
$ac_ext
12239 LIBS
=$ac_check_lib_save_LIBS
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12242 $as_echo "$ac_cv_lib_m_cos" >&6; }
12243 if test "x$ac_cv_lib_m_cos" = x
""yes; then :
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12250 $as_echo_n "checking for cos in -lm... " >&6; }
12251 if test "${ac_cv_lib_m_cos+set}" = set; then :
12252 $as_echo_n "(cached) " >&6
12254 ac_check_lib_save_LIBS
=$LIBS
12256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12257 /* end confdefs.h. */
12259 /* Override any GCC internal prototype to avoid an error.
12260 Use char because int might match the return type of a GCC
12261 builtin and then its argument prototype would still apply. */
12274 if ac_fn_c_try_link
"$LINENO"; then :
12275 ac_cv_lib_m_cos
=yes
12279 rm -f core conftest.err conftest.
$ac_objext \
12280 conftest
$ac_exeext conftest.
$ac_ext
12281 LIBS
=$ac_check_lib_save_LIBS
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12284 $as_echo "$ac_cv_lib_m_cos" >&6; }
12285 if test "x$ac_cv_lib_m_cos" = x
""yes; then :
12294 #Libs for generator progs
12295 if test "x$cross_compiling" = "xno"; then
12296 BUILD_LIBS
=..
/libiberty
/libiberty.a
12297 BUILD_LIB_DEPS
=$BUILD_LIBS
12299 # if cross-compiling, assume that the system provides -liberty
12300 # and that the version is compatible with new headers.
12301 BUILD_LIBS
=-liberty
12304 BUILD_LIBS
="$BUILD_LIBS $LIBINTL"
12305 BUILD_LIB_DEPS
="$BUILD_LIB_DEPS $LIBINTL_DEP"
12310 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12313 SHARED_DEPENDENCIES
=
12314 if test "$enable_shared" = "yes"; then
12315 # When building a shared libopcodes, link against the pic version of libiberty
12316 # so that apps that use libopcodes won't need libiberty just to satisfy any
12317 # libopcodes references.
12318 # We can't do that if a pic libiberty is unavailable since including non-pic
12319 # code would insert text relocations into libopcodes.
12320 # Note that linking against libbfd as we do here, which is itself linked
12321 # against libiberty, may not satisfy all the libopcodes libiberty references
12322 # since libbfd may not pull in the entirety of libiberty.
12323 x
=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12324 if test -n "$x"; then
12325 SHARED_LIBADD
="-L`pwd`/../libiberty/pic -liberty"
12330 SHARED_LDFLAGS
="-no-undefined"
12331 SHARED_LIBADD
="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12334 SHARED_LIBADD
="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12335 SHARED_DEPENDENCIES
="../bfd/libbfd.la"
12338 case "$host_vendor" in
12340 SHARED_LIBADD
="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12343 SHARED_LIBADD
="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12346 SHARED_DEPENDENCIES
="../bfd/libbfd.la"
12350 if test -n "$SHARED_LIBADD"; then
12351 if test -n "$LIBM"; then
12352 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
12353 # Link against libm only when needed. Put -lc, -lm inside -Wl
12354 # to stop libtool reordering these options.
12355 SHARED_LIBADD
="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12357 SHARED_LIBADD
="$SHARED_LIBADD $LIBM"
12366 # target-specific stuff:
12368 # Canonicalize the secondary target names.
12369 if test -n "$enable_targets" ; then
12370 for targ
in `echo $enable_targets | sed 's/,/ /g'`
12372 result
=`$ac_config_sub $targ 2>/dev/null`
12373 if test -n "$result" ; then
12374 canon_targets
="$canon_targets $result"
12376 # Allow targets that config.sub doesn't recognize, like "all".
12377 canon_targets
="$canon_targets $targ"
12384 for targ
in $target $canon_targets
12386 if test "x$targ" = "xall" ; then
12389 .
$srcdir/..
/bfd
/config.bfd
12390 selarchs
="$selarchs $targ_archs"
12394 # Utility var, documents generic cgen support files.
12396 cgen_files
="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12398 # We don't do any links based on the target system, just makefile config.
12400 if test x
${all_targets} = xfalse
; then
12402 # Target architecture .o files.
12405 for arch
in $selarchs
12407 ad
=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12408 archdefs
="$archdefs -DARCH_$ad"
12410 bfd_alpha_arch
) ta
="$ta alpha-dis.lo alpha-opc.lo" ;;
12411 bfd_arc_arch
) ta
="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12412 bfd_arm_arch
) ta
="$ta arm-dis.lo" ;;
12413 bfd_avr_arch
) ta
="$ta avr-dis.lo" ;;
12414 bfd_bfin_arch
) ta
="$ta bfin-dis.lo" ;;
12415 bfd_cr16_arch
) ta
="$ta cr16-dis.lo cr16-opc.lo" ;;
12416 bfd_cris_arch
) ta
="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12417 bfd_crx_arch
) ta
="$ta crx-dis.lo crx-opc.lo" ;;
12418 bfd_d10v_arch
) ta
="$ta d10v-dis.lo d10v-opc.lo" ;;
12419 bfd_d30v_arch
) ta
="$ta d30v-dis.lo d30v-opc.lo" ;;
12420 bfd_dlx_arch
) ta
="$ta dlx-dis.lo" ;;
12421 bfd_fr30_arch
) ta
="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen
=yes ;;
12422 bfd_frv_arch
) ta
="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen
=yes ;;
12423 bfd_moxie_arch
) ta
="$ta moxie-dis.lo moxie-opc.lo" ;;
12424 bfd_h8300_arch
) ta
="$ta h8300-dis.lo" ;;
12425 bfd_h8500_arch
) ta
="$ta h8500-dis.lo" ;;
12426 bfd_hppa_arch
) ta
="$ta hppa-dis.lo" ;;
12427 bfd_i370_arch
) ta
="$ta i370-dis.lo i370-opc.lo" ;;
12428 bfd_i386_arch|bfd_l1om_arch
)
12429 ta
="$ta i386-dis.lo i386-opc.lo" ;;
12430 bfd_i860_arch
) ta
="$ta i860-dis.lo" ;;
12431 bfd_i960_arch
) ta
="$ta i960-dis.lo" ;;
12432 bfd_ia64_arch
) ta
="$ta ia64-dis.lo ia64-opc.lo" ;;
12433 bfd_ip2k_arch
) ta
="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen
=yes ;;
12434 bfd_iq2000_arch
) ta
="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen
=yes ;;
12435 bfd_lm32_arch
) ta
="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen
=yes ;;
12436 bfd_m32c_arch
) ta
="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen
=yes ;;
12437 bfd_m32r_arch
) ta
="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen
=yes ;;
12438 bfd_m68hc11_arch
) ta
="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12439 bfd_m68hc12_arch
) ta
="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12440 bfd_m68k_arch
) ta
="$ta m68k-dis.lo m68k-opc.lo" ;;
12441 bfd_m88k_arch
) ta
="$ta m88k-dis.lo" ;;
12442 bfd_maxq_arch
) ta
="$ta maxq-dis.lo" ;;
12443 bfd_mcore_arch
) ta
="$ta mcore-dis.lo" ;;
12444 bfd_mep_arch
) ta
="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen
=yes ;;
12445 bfd_microblaze_arch
) ta
="$ta microblaze-dis.lo" ;;
12446 bfd_mips_arch
) ta
="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;;
12447 bfd_mmix_arch
) ta
="$ta mmix-dis.lo mmix-opc.lo" ;;
12448 bfd_mn10200_arch
) ta
="$ta m10200-dis.lo m10200-opc.lo" ;;
12449 bfd_mn10300_arch
) ta
="$ta m10300-dis.lo m10300-opc.lo" ;;
12450 bfd_mt_arch
) ta
="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen
=yes ;;
12451 bfd_msp430_arch
) ta
="$ta msp430-dis.lo" ;;
12452 bfd_ns32k_arch
) ta
="$ta ns32k-dis.lo" ;;
12453 bfd_openrisc_arch
) ta
="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen
=yes ;;
12454 bfd_or32_arch
) ta
="$ta or32-dis.lo or32-opc.lo" using_cgen
=yes ;;
12455 bfd_pdp11_arch
) ta
="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12456 bfd_pj_arch
) ta
="$ta pj-dis.lo pj-opc.lo" ;;
12457 bfd_powerpc_arch
) ta
="$ta ppc-dis.lo ppc-opc.lo" ;;
12458 bfd_powerpc_64_arch
) ta
="$ta ppc-dis.lo ppc-opc.lo" ;;
12459 bfd_pyramid_arch
) ;;
12461 bfd_rs6000_arch
) ta
="$ta ppc-dis.lo ppc-opc.lo" ;;
12462 bfd_rx_arch
) ta
="$ta rx-dis.lo rx-decode.lo";;
12463 bfd_s390_arch
) ta
="$ta s390-dis.lo s390-opc.lo" ;;
12464 bfd_score_arch
) ta
="$ta score-dis.lo score7-dis.lo" ;;
12466 # We can't decide what we want just from the CPU family.
12467 # We want SH5 support unless a specific version of sh is
12468 # specified, as in sh3-elf, sh3b-linux-gnu, etc.
12469 # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
12470 for t
in $target $canon_targets; do
12472 all | sh5
*-* | sh64
*-* | sh-
*-*elf
* | shl
*-*-*elf
* | \
12473 sh-
*-linux* | shl-
*-linux*)
12474 ta
="$ta sh64-dis.lo sh64-opc.lo"
12475 archdefs
="$archdefs -DINCLUDE_SHMEDIA"
12479 ta
="$ta sh-dis.lo cgen-bitset.lo" ;;
12480 bfd_sparc_arch
) ta
="$ta sparc-dis.lo sparc-opc.lo" ;;
12481 bfd_spu_arch
) ta
="$ta spu-dis.lo spu-opc.lo" ;;
12483 bfd_tic30_arch
) ta
="$ta tic30-dis.lo" ;;
12484 bfd_tic4x_arch
) ta
="$ta tic4x-dis.lo" ;;
12485 bfd_tic54x_arch
) ta
="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12486 bfd_tic6x_arch
) ta
="$ta tic6x-dis.lo" ;;
12487 bfd_tic80_arch
) ta
="$ta tic80-dis.lo tic80-opc.lo" ;;
12488 bfd_v850_arch
) ta
="$ta v850-opc.lo v850-dis.lo" ;;
12489 bfd_v850e_arch
) ta
="$ta v850-opc.lo v850-dis.lo" ;;
12490 bfd_v850ea_arch
) ta
="$ta v850-opc.lo v850-dis.lo" ;;
12491 bfd_vax_arch
) ta
="$ta vax-dis.lo" ;;
12492 bfd_w65_arch
) ta
="$ta w65-dis.lo" ;;
12494 bfd_xc16x_arch
) ta
="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen
=yes ;;
12495 bfd_xstormy16_arch
) ta
="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen
=yes ;;
12496 bfd_xtensa_arch
) ta
="$ta xtensa-dis.lo" ;;
12497 bfd_z80_arch
) ta
="$ta z80-dis.lo" ;;
12498 bfd_z8k_arch
) ta
="$ta z8k-dis.lo" ;;
12501 *) as_fn_error
"*** unknown target architecture $arch" "$LINENO" 5 ;;
12505 if test $using_cgen = yes ; then
12506 ta
="$ta $cgen_files"
12509 # Weed out duplicate .o files.
12519 # And duplicate -D flags.
12521 for i
in $archdefs ; do
12531 else # all_targets is true
12532 archdefs
=-DARCH_all
12533 BFD_MACHINES
='$(ALL_MACHINES)'
12539 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12541 cat >confcache
<<\_ACEOF
12542 # This file is a shell script that caches the results of configure
12543 # tests run on this system so they can be shared between configure
12544 # scripts and configure runs, see configure's option --config-cache.
12545 # It is not useful on other systems. If it contains results you don't
12546 # want to keep, you may remove or edit it.
12548 # config.status only pays attention to the cache file if you give it
12549 # the --recheck option to rerun configure.
12551 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12552 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12553 # following values.
12557 # The following way of writing the cache mishandles newlines in values,
12558 # but we know of no workaround that is simple, portable, and efficient.
12559 # So, we kill variables containing newlines.
12560 # Ultrix sh set writes to stderr and can't be redirected directly,
12561 # and sets the high bit in the cache file unless we assign to the vars.
12563 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12564 eval ac_val
=\$
$ac_var
12568 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12569 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12572 _ | IFS | as_nl
) ;; #(
12573 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
12574 *) { eval $ac_var=; unset $ac_var;} ;;
12580 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12581 *${as_nl}ac_space
=\
*)
12582 # `set' does not quote correctly, so add quotes: double-quote
12583 # substitution turns \\\\ into \\, and sed turns \\ into \.
12586 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12589 # `set' quotes correctly as required by POSIX, so do not add quotes.
12590 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12599 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12601 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12603 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
12604 if test -w "$cache_file"; then
12605 test "x$cache_file" != "x/dev/null" &&
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12607 $as_echo "$as_me: updating cache $cache_file" >&6;}
12608 cat confcache
>$cache_file
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12611 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12616 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12617 # Let make expand exec_prefix.
12618 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12620 DEFS
=-DHAVE_CONFIG_H
12624 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12625 # 1. Remove the extension, and $U if already installed.
12626 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
12627 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
12628 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12629 # will be set to the directory where LIBOBJS objects are built.
12630 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12631 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
12633 LIBOBJS
=$ac_libobjs
12635 LTLIBOBJS
=$ac_ltlibobjs
12638 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12639 as_fn_error
"conditional \"AMDEP\" was never defined.
12640 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12642 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12643 as_fn_error
"conditional \"am__fastdepCC\" was never defined.
12644 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12646 if test -n "$EXEEXT"; then
12648 am__EXEEXT_FALSE
='#'
12650 am__EXEEXT_TRUE
='#'
12654 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12655 as_fn_error
"conditional \"MAINTAINER_MODE\" was never defined.
12656 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12658 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12659 as_fn_error
"conditional \"INSTALL_LIBBFD\" was never defined.
12660 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12662 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12663 as_fn_error
"conditional \"CGEN_MAINT\" was never defined.
12664 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12667 : ${CONFIG_STATUS=./config.status}
12669 ac_clean_files_save
=$ac_clean_files
12670 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12672 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12674 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12676 # Generated by $as_me.
12677 # Run this file to recreate the current configuration.
12678 # Compiler output produced by configure, useful for debugging
12679 # configure, is in config.log if it exists.
12682 ac_cs_recheck=false
12685 SHELL=\${CONFIG_SHELL-$SHELL}
12688 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
12689 ## -------------------- ##
12690 ## M4sh Initialization. ##
12691 ## -------------------- ##
12693 # Be more Bourne compatible
12694 DUALCASE
=1; export DUALCASE
# for MKS sh
12695 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
12698 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12699 # is contrary to our usage. Disable this feature.
12700 alias -g '${1+"$@"}'='"$@"'
12701 setopt NO_GLOB_SUBST
12703 case `(set -o) 2>/dev/null` in #(
12715 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12716 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12717 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12718 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12719 # Prefer a ksh shell builtin over an external printf program on Solaris,
12720 # but without wasting forks for bash or zsh.
12721 if test -z "$BASH_VERSION$ZSH_VERSION" \
12722 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12723 as_echo='print
-r --'
12724 as_echo_n='print
-rn --'
12725 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12726 as_echo='printf %s
\n'
12727 as_echo_n='printf %s
'
12729 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12730 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
12731 as_echo_n='/usr
/ucb
/echo -n'
12733 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12734 as_echo_n_body='eval
12738 expr "X$arg" : "X\\(.*\\)$as_nl";
12739 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12741 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
12743 export as_echo_n_body
12744 as_echo_n='sh
-c $as_echo_n_body as_echo
'
12746 export as_echo_body
12747 as_echo='sh
-c $as_echo_body as_echo
'
12750 # The user is always right.
12751 if test "${PATH_SEPARATOR+set}" != set; then
12753 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12754 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12761 # We need space, tab and new line, in precisely that order. Quoting is
12762 # there to prevent editors from complaining about space-tab.
12763 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12764 # splitting by setting IFS to empty value.)
12767 # Find who we are. Look in the path if we contain no directory separator.
12769 *[\\/]* ) as_myself=$0 ;;
12770 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12771 for as_dir in $PATH
12774 test -z "$as_dir" && as_dir=.
12775 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12781 # We did not find ourselves, most probably we were run as `sh COMMAND'
12782 # in which case we are not to be found in the path.
12783 if test "x$as_myself" = x
; then
12786 if test ! -f "$as_myself"; then
12787 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12791 # Unset variables that we do not need and which cause bugs (e.g. in
12792 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12793 # suppresses any "Segmentation fault" message there. '((' could
12794 # trigger a bug in pdksh 5.2.14.
12795 for as_var
in BASH_ENV ENV MAIL MAILPATH
12796 do eval test x\
${$as_var+set} = xset \
12797 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
12810 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
12813 # as_fn_error ERROR [LINENO LOG_FD]
12814 # ---------------------------------
12815 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12816 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12817 # script with status $?, using 1 if that was 0.
12820 as_status
=$?
; test $as_status -eq 0 && as_status
=1
12822 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
12823 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
12825 $as_echo "$as_me: error: $1" >&2
12826 as_fn_exit
$as_status
12830 # as_fn_set_status STATUS
12831 # -----------------------
12832 # Set $? to STATUS, without forking.
12833 as_fn_set_status
()
12836 } # as_fn_set_status
12838 # as_fn_exit STATUS
12839 # -----------------
12840 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12844 as_fn_set_status
$1
12850 # Portably unset VAR.
12853 { eval $1=; unset $1;}
12855 as_unset
=as_fn_unset
12856 # as_fn_append VAR VALUE
12857 # ----------------------
12858 # Append the text in VALUE to the end of the definition contained in VAR. Take
12859 # advantage of any shell optimizations that allow amortized linear growth over
12860 # repeated appends, instead of the typical quadratic growth present in naive
12862 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
12863 eval 'as_fn_append ()
12874 # as_fn_arith ARG...
12875 # ------------------
12876 # Perform arithmetic evaluation on the ARGs, and store the result in the
12877 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12878 # must be portable across $(()) and expr.
12879 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
12880 eval 'as_fn_arith ()
12887 as_val
=`expr "$@" || test $? -eq 1`
12892 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
12893 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
12899 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12900 as_basename
=basename
12905 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
12911 as_me
=`$as_basename -- "$0" ||
12912 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12913 X"$0" : 'X\(//\)$' \| \
12914 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12916 sed '/^.*\/\([^/][^/]*\)\/*$/{
12930 # Avoid depending upon Character Ranges.
12931 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12932 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12933 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12934 as_cr_digits
='0123456789'
12935 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12937 ECHO_C
= ECHO_N
= ECHO_T
=
12938 case `echo -n x` in #(((((
12940 case `echo 'xy\c'` in
12941 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
12943 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
12950 rm -f conf$$ conf$$.exe conf$$.
file
12951 if test -d conf$$.dir
; then
12952 rm -f conf$$.dir
/conf$$.
file
12955 mkdir conf$$.dir
2>/dev
/null
12957 if (echo >conf$$.
file) 2>/dev
/null
; then
12958 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12960 # ... but there are two gotchas:
12961 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12962 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12963 # In both cases, we have to default to `cp -p'.
12964 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
12966 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12974 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
12975 rmdir conf$$.dir
2>/dev
/null
12980 # Create "$as_dir" as a directory, including parents if necessary.
12985 -*) as_dir
=.
/$as_dir;;
12987 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
12991 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12992 *) as_qdir
=$as_dir;;
12994 as_dirs
="'$as_qdir' $as_dirs"
12995 as_dir
=`$as_dirname -- "$as_dir" ||
12996 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12997 X"$as_dir" : 'X\(//\)[^/]' \| \
12998 X"$as_dir" : 'X\(//\)$' \| \
12999 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13000 $as_echo X"$as_dir" |
13001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13005 /^X\(\/\/\)[^/].*/{
13018 test -d "$as_dir" && break
13020 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
13021 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
13025 if mkdir
-p .
2>/dev
/null
; then
13026 as_mkdir_p
='mkdir -p "$as_dir"'
13028 test -d .
/-p && rmdir .
/-p
13032 if test -x / >/dev
/null
2>&1; then
13033 as_test_x
='test -x'
13035 if ls -dL / >/dev
/null
2>&1; then
13042 if test -d "$1"; then
13048 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13049 ???[sx]*):;;*)false;;esac;fi
13053 as_executable_p
=$as_test_x
13055 # Sed expression to map a string onto a valid CPP name.
13056 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13058 # Sed expression to map a string onto a valid variable name.
13059 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13063 ## ----------------------------------- ##
13064 ## Main body of $CONFIG_STATUS script. ##
13065 ## ----------------------------------- ##
13067 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
13069 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13070 # Save the log message, to keep $0 and so on meaningful, and to
13071 # report actual input values of CONFIG_FILES etc. instead of their
13072 # values after options handling.
13074 This file was extended by $as_me, which was
13075 generated by GNU Autoconf 2.64. Invocation command line was
13077 CONFIG_FILES = $CONFIG_FILES
13078 CONFIG_HEADERS = $CONFIG_HEADERS
13079 CONFIG_LINKS = $CONFIG_LINKS
13080 CONFIG_COMMANDS = $CONFIG_COMMANDS
13083 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13088 case $ac_config_files in *"
13089 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
13092 case $ac_config_headers in *"
13093 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
13097 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13098 # Files that config.status was made for.
13099 config_files="$ac_config_files"
13100 config_headers="$ac_config_headers"
13101 config_commands="$ac_config_commands"
13105 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13107 \`$as_me' instantiates files and other configuration actions
13108 from templates according to the current configuration. Unless the files
13109 and actions are specified as TAGs, all are instantiated by default.
13111 Usage: $0 [OPTION]... [TAG]...
13113 -h, --help print this help, then exit
13114 -V, --version print version number and configuration settings, then exit
13115 -q, --quiet, --silent
13116 do not print progress messages
13117 -d, --debug don't remove temporary files
13118 --recheck update $as_me by reconfiguring in the same conditions
13119 --file=FILE[:TEMPLATE]
13120 instantiate the configuration file FILE
13121 --header=FILE[:TEMPLATE]
13122 instantiate the configuration header FILE
13124 Configuration files:
13127 Configuration headers:
13130 Configuration commands:
13133 Report bugs to the package provider."
13136 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13139 configured by $0, generated by GNU Autoconf 2.64,
13140 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13142 Copyright (C) 2009 Free Software Foundation, Inc.
13143 This config.status script is free software; the Free Software Foundation
13144 gives unlimited permission to copy, distribute and modify it."
13151 test -n "\$AWK" || AWK=awk
13154 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13155 # The default lists apply if the user does not specify any file.
13161 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
13162 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
13173 # Handling of the options.
13174 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13176 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
13177 $as_echo "$ac_cs_version"; exit ;;
13178 --debug |
--debu |
--deb |
--de |
--d |
-d )
13180 --file |
--fil |
--fi |
--f )
13183 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13185 as_fn_append CONFIG_FILES
" '$ac_optarg'"
13186 ac_need_defaults
=false
;;
13187 --header |
--heade |
--head |
--hea )
13190 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13192 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
13193 ac_need_defaults
=false
;;
13195 # Conflict between --help and --header
13196 as_fn_error
"ambiguous option: \`$1'
13197 Try \`$0 --help' for more information.";;
13198 --help |
--hel |
-h )
13199 $as_echo "$ac_cs_usage"; exit ;;
13200 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13201 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13204 # This is an error.
13205 -*) as_fn_error
"unrecognized option: \`$1'
13206 Try \`$0 --help' for more information." ;;
13208 *) as_fn_append ac_config_targets
" $1"
13209 ac_need_defaults
=false
;;
13215 ac_configure_extra_args
=
13217 if $ac_cs_silent; then
13219 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13223 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13224 if \$ac_cs_recheck; then
13225 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13227 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13228 CONFIG_SHELL='$SHELL'
13229 export CONFIG_SHELL
13234 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13238 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13239 ## Running $as_me. ##
13245 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13249 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13252 # The HP-UX ksh and POSIX shell print the target directory to stdout
13253 # if CDPATH is set.
13254 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13256 sed_quote_subst='$sed_quote_subst'
13257 double_quote_subst='$double_quote_subst'
13258 delay_variable_subst='$delay_variable_subst'
13259 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13260 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13261 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13262 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13263 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13264 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13265 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13266 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13267 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13268 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13269 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13270 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13271 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13272 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13273 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13274 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13275 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13276 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13277 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13278 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13279 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13280 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13281 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13282 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13283 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13284 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13285 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13286 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13287 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13288 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13289 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13290 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13291 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13292 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13293 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13294 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13295 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13296 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13297 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13298 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13299 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13300 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13301 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13302 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13303 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13304 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13305 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13306 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13307 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"`'
13308 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13309 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13310 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13311 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13312 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13313 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13314 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13315 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13316 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13317 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13318 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13319 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13320 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13321 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13322 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13323 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13324 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13325 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13326 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13327 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13328 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13329 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13330 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13331 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13332 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13333 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13334 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13335 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13336 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13337 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13338 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13339 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13340 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13341 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13342 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13343 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13344 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13345 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13346 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13347 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13348 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13349 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13350 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13351 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13352 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13353 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13354 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13355 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13356 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13357 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13358 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13359 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13360 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13361 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13362 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13363 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13364 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13365 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13366 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13367 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13368 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13369 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13370 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13371 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13372 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13373 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13374 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13375 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13376 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13377 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13378 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13381 LTCFLAGS='$LTCFLAGS'
13382 compiler='$compiler_DEFAULT'
13384 # A function that is used when there is no print builtin or printf.
13385 func_fallback_echo ()
13387 eval 'cat <<_LTECHO_EOF
13392 # Quote evaled strings.
13406 deplibs_check_method \
13415 lt_cv_sys_global_symbol_pipe \
13416 lt_cv_sys_global_symbol_to_cdecl \
13417 lt_cv_sys_global_symbol_to_c_name_address \
13418 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13419 lt_prog_compiler_no_builtin_flag \
13420 lt_prog_compiler_wl \
13421 lt_prog_compiler_pic \
13422 lt_prog_compiler_static \
13423 lt_cv_prog_compiler_c_o \
13431 export_dynamic_flag_spec \
13432 whole_archive_flag_spec \
13433 compiler_needs_object \
13435 allow_undefined_flag \
13436 no_undefined_flag \
13437 hardcode_libdir_flag_spec \
13438 hardcode_libdir_flag_spec_ld \
13439 hardcode_libdir_separator \
13444 variables_saved_for_relink \
13446 library_names_spec \
13448 install_override_mode \
13452 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13453 *[\\\\\\\`\\"\\\$]*)
13454 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13457 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13462 # Double-quote double-evaled strings.
13463 for var in reload_cmds \
13464 old_postinstall_cmds \
13465 old_postuninstall_cmds \
13467 extract_expsyms_cmds \
13468 old_archive_from_new_cmds \
13469 old_archive_from_expsyms_cmds \
13471 archive_expsym_cmds \
13473 module_expsym_cmds \
13474 export_symbols_cmds \
13477 postuninstall_cmds \
13479 sys_lib_search_path_spec \
13480 sys_lib_dlsearch_path_spec; do
13481 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13482 *[\\\\\\\`\\"\\\$]*)
13483 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13486 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13491 ac_aux_dir='$ac_aux_dir'
13492 xsi_shell='$xsi_shell'
13493 lt_shell_append='$lt_shell_append'
13495 # See if we are running on zsh, and set the options which allow our
13496 # commands through without removal of \ escapes INIT.
13497 if test -n "\${ZSH_VERSION+set}" ; then
13498 setopt NO_GLOB_SUBST
13504 TIMESTAMP='$TIMESTAMP'
13510 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13511 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13513 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13514 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13515 LINGUAS="${LINGUAS-%UNSET%}"
13520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13522 # Handling of arguments.
13523 for ac_config_target
in $ac_config_targets
13525 case $ac_config_target in
13526 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
13527 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
13528 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
13529 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
13530 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13531 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13533 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13538 # If the user did not use the arguments to specify the items to instantiate,
13539 # then the envvar interface is used. Set only those that are not.
13540 # We use the long form for the default assignment because of an extremely
13541 # bizarre bug on SunOS 4.1.3.
13542 if $ac_need_defaults; then
13543 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13544 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
13545 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
13548 # Have a temporary directory for convenience. Make it in the build tree
13549 # simply because there is no reason against having it here, and in addition,
13550 # creating and moving files from /tmp can sometimes cause problems.
13551 # Hook for its removal unless debugging.
13552 # Note that there is a small window in which the directory will not be cleaned:
13553 # after its creation but before its name has been assigned to `$tmp'.
13557 trap 'exit_status=$?
13558 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
13560 trap 'as_fn_exit 1' 1 2 13 15
13562 # Create a (secure) tmp directory for tmp files.
13565 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13566 test -n "$tmp" && test -d "$tmp"
13569 tmp
=.
/conf$$
-$RANDOM
13570 (umask 077 && mkdir
"$tmp")
13571 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
13573 # Set up the scripts for CONFIG_FILES section.
13574 # No need to generate them if there are no CONFIG_FILES.
13575 # This happens for instance with `./config.status config.h'.
13576 if test -n "$CONFIG_FILES"; then
13579 ac_cr
=`echo X | tr X '\015'`
13580 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13581 # But we know of no other shell where ac_cr would be empty at this
13582 # point, so we can use a bashism as a fallback.
13583 if test "x$ac_cr" = x
; then
13584 eval ac_cr
=\$
\'\\r
\'
13586 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13587 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13590 ac_cs_awk_cr
=$ac_cr
13593 echo 'BEGIN {' >"$tmp/subs1.awk" &&
13598 echo "cat >conf$$subs.awk <<_ACEOF" &&
13599 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13601 } >conf$$subs.sh ||
13602 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
13603 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
13605 for ac_last_try in false false false false false :; do
13606 . ./conf$$subs.sh ||
13607 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
13609 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
13610 if test $ac_delim_n = $ac_delim_num; then
13612 elif $ac_last_try; then
13613 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
13615 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
13618 rm -f conf$$subs.sh
13620 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13621 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
13625 s/^/S["/; s
/!.
*/"]=/
13635 s/\(.\{148\}\).*/\1/
13637 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
13642 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13649 s/\(.\{148\}\).*/\1/
13651 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
13655 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
13660 ' <conf$$subs.awk | sed '
13665 ' >>$CONFIG_STATUS || ac_write_fail=1
13666 rm -f conf$$subs.awk
13667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13669 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
13670 for (key in S) S_is_set[key] = 1
13676 nfields = split(line, field, "@
")
13678 len = length(field[1])
13679 for (i = 2; i < nfields; i++) {
13681 keylen = length(key)
13682 if (S_is_set[key]) {
13684 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13685 len += length(value) + length(field[++i])
13696 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13697 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13698 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
13701 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
13702 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
13705 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13706 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
13707 # trailing colons and then remove the whole line if VPATH becomes empty
13708 # (actually we leave an empty line to preserve line numbers).
13709 if test "x
$srcdir" = x.; then
13710 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13711 s/:*\$(srcdir):*/:/
13712 s/:*\${srcdir}:*/:/
13714 s/^\([^=]*=[ ]*\):*/\1/
13720 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13721 fi # test -n "$CONFIG_FILES"
13723 # Set up the scripts for CONFIG_HEADERS section.
13724 # No need to generate them if there are no CONFIG_HEADERS.
13725 # This happens for instance with `./config.status Makefile'.
13726 if test -n "$CONFIG_HEADERS"; then
13727 cat >"$tmp/defines.
awk" <<\_ACAWK ||
13731 # Transform confdefs.h into an awk script `defines.awk', embedded as
13732 # here-document in config.status, that substitutes the proper values into
13733 # config.h.in to produce config.h.
13735 # Create a delimiter string that does not exist in confdefs.h, to ease
13736 # handling of long lines.
13738 for ac_last_try in false false :; do
13739 ac_t=`sed -n "/$ac_delim/p
" confdefs.h`
13740 if test -z "$ac_t"; then
13742 elif $ac_last_try; then
13743 as_fn_error "could not
make $CONFIG_HEADERS" "$LINENO" 5
13745 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
13749 # For the awk script, D is an array of macro values keyed by name,
13750 # likewise P contains macro parameters if any. Preserve backslash
13751 # newline sequences.
13753 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13755 s/.\{148\}/&'"$ac_delim"'/g
13758 s/^[ ]*#[ ]*define[ ][ ]*/ /
13765 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
13767 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
13771 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
13772 D["\
1"]=" \
3\\\\\\n
"\\/p
13774 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
13779 s/.\{148\}/&'"$ac_delim"'/g
13784 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
13787 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
13789 ' <confdefs.h | sed '
13790 s/'"$ac_delim"'/"\\\
13791 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13793 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13794 for (key in D) D_is_set[key] = 1
13797 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13799 split(line, arg, " ")
13800 if (arg[1] == "#") {
13804 defundef
= substr
(arg
[1], 2)
13807 split(mac1
, mac2
, "(") #)
13809 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
13810 if (D_is_set
[macro
]) {
13811 # Preserve the white space surrounding the "#".
13812 print prefix
"define", macro P
[macro
] D
[macro
]
13815 # Replace #undef with comments. This is necessary, for example,
13816 # in the case of _POSIX_SOURCE, which is predefined and required
13817 # on some systems where configure will not decide to define it.
13818 if (defundef
== "undef") {
13819 print
"/*", prefix defundef
, macro
, "*/"
13827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13828 as_fn_error
"could not setup config headers machinery" "$LINENO" 5
13829 fi # test -n "$CONFIG_HEADERS"
13832 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13837 :[FHLC
]) ac_mode
=$ac_tag; continue;;
13839 case $ac_mode$ac_tag in
13841 :L
* |
:C
*:*) as_fn_error
"invalid tag \`$ac_tag'" "$LINENO" 5;;
13842 :[FH
]-) ac_tag
=-:-;;
13843 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
13860 -) ac_f
="$tmp/stdin";;
13861 *) # Look for the file first in the build tree, then in the source tree
13862 # (if the path is not absolute). The absolute path cannot be DOS-style,
13863 # because $ac_f cannot contain `:'.
13867 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
13869 as_fn_error
"cannot find input file: \`$ac_f'" "$LINENO" 5;;
13871 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13872 as_fn_append ac_file_inputs
" '$ac_f'"
13875 # Let's still pretend it is `configure' which instantiates (i.e., don't
13876 # use $as_me), people would be surprised to read:
13877 # /* config.h. Generated by config.status. */
13878 configure_input
='Generated from '`
13879 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13881 if test x
"$ac_file" != x-
; then
13882 configure_input
="$ac_file. $configure_input"
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13884 $as_echo "$as_me: creating $ac_file" >&6;}
13886 # Neutralize special characters interpreted by sed in replacement strings.
13887 case $configure_input in #(
13888 *\
&* |
*\|
* |
*\\* )
13889 ac_sed_conf_input
=`$as_echo "$configure_input" |
13890 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13891 *) ac_sed_conf_input
=$configure_input;;
13895 *:-:* |
*:-) cat >"$tmp/stdin" \
13896 || as_fn_error
"could not create $ac_file" "$LINENO" 5 ;;
13901 ac_dir
=`$as_dirname -- "$ac_file" ||
13902 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13903 X"$ac_file" : 'X\(//\)[^/]' \| \
13904 X"$ac_file" : 'X\(//\)$' \| \
13905 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13906 $as_echo X"$ac_file" |
13907 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13911 /^X\(\/\/\)[^/].*/{
13924 as_dir
="$ac_dir"; as_fn_mkdir_p
13928 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13930 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13931 # A ".." for each directory in $ac_dir_suffix.
13932 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13933 case $ac_top_builddir_sub in
13934 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13935 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
13938 ac_abs_top_builddir
=$ac_pwd
13939 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
13940 # for backward compatibility:
13941 ac_top_builddir
=$ac_top_build_prefix
13944 .
) # We are building in place.
13946 ac_top_srcdir
=$ac_top_builddir_sub
13947 ac_abs_top_srcdir
=$ac_pwd ;;
13948 [\\/]* | ?
:[\\/]* ) # Absolute name.
13949 ac_srcdir
=$srcdir$ac_dir_suffix;
13950 ac_top_srcdir
=$srcdir
13951 ac_abs_top_srcdir
=$srcdir ;;
13952 *) # Relative name.
13953 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
13954 ac_top_srcdir
=$ac_top_build_prefix$srcdir
13955 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
13957 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
13967 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13968 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
13970 ac_MKDIR_P
=$MKDIR_P
13972 [\\/$
]* | ?
:[\\/]* ) ;;
13973 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
13977 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13978 # If the template does not know about datarootdir, expand it.
13979 # FIXME: This hack should be removed a few years after 2.60.
13980 ac_datarootdir_hack
=; ac_datarootdir_seen
=
13991 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13992 *datarootdir
*) ac_datarootdir_seen
=yes;;
13993 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13995 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13997 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13998 ac_datarootdir_hack='
13999 s&@datadir@&$datadir&g
14000 s&@docdir@&$docdir&g
14001 s&@infodir@&$infodir&g
14002 s&@localedir@&$localedir&g
14003 s&@mandir@&$mandir&g
14004 s&\\\${datarootdir}&$datarootdir&g' ;;
14008 # Neutralize VPATH when `$srcdir' = `.'.
14009 # Shell code in configure.ac might set extrasub.
14010 # FIXME: do we really want to maintain this feature?
14011 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14012 ac_sed_extra="$ac_vpsub
14015 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14017 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14018 s|@configure_input@|
$ac_sed_conf_input|
;t t
14019 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
14020 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
14021 s
&@srcdir@
&$ac_srcdir&;t t
14022 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
14023 s
&@top_srcdir@
&$ac_top_srcdir&;t t
14024 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
14025 s
&@builddir@
&$ac_builddir&;t t
14026 s
&@abs_builddir@
&$ac_abs_builddir&;t t
14027 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
14028 s
&@INSTALL@
&$ac_INSTALL&;t t
14029 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
14030 $ac_datarootdir_hack
14032 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.
awk" >$tmp/out \
14033 || as_fn_error "could not create
$ac_file" "$LINENO" 5
14035 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14036 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
14037 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
14039 which seems to be undefined. Please make sure it is defined." >&5
14040 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
14041 which seems to be undefined. Please make sure it is defined." >&2;}
14045 -) cat "$tmp/out" && rm -f "$tmp/out";;
14046 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14048 || as_fn_error "could not create $ac_file" "$LINENO" 5
14054 if test x"$ac_file" != x-; then
14056 $as_echo "/* $configure_input */" \
14057 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14058 } >"$tmp/config.h" \
14059 || as_fn_error "could not create $ac_file" "$LINENO" 5
14060 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14062 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14065 mv "$tmp/config.h" "$ac_file" \
14066 || as_fn_error "could not create $ac_file" "$LINENO" 5
14069 $as_echo "/* $configure_input */" \
14070 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14071 || as_fn_error "could not create -" "$LINENO" 5
14073 # Compute "$ac_file"'s index
in $config_headers.
14076 for _am_header
in $config_headers :; do
14077 case $_am_header in
14078 $_am_arg |
$_am_arg:* )
14081 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
14084 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14085 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14086 X"$_am_arg" : 'X\(//\)[^/]' \| \
14087 X"$_am_arg" : 'X\(//\)$' \| \
14088 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14089 $as_echo X"$_am_arg" |
14090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14094 /^X\(\/\/\)[^/].*/{
14106 s/.*/./; q'`/stamp-h
$_am_stamp_count
14109 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14110 $as_echo "$as_me: executing $ac_file commands" >&6;}
14115 case $ac_file$ac_mode in
14116 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
14117 # Autoconf 2.62 quotes --file arguments for eval, but not when files
14118 # are listed without --file. Let's play safe and only enable the eval
14119 # if we detect the quoting.
14120 case $CONFIG_FILES in
14121 *\'*) eval set x
"$CONFIG_FILES" ;;
14122 *) set x
$CONFIG_FILES ;;
14127 # Strip MF so we end up with the name of the file.
14128 mf
=`echo "$mf" | sed -e 's/:.*$//'`
14129 # Check whether this is an Automake generated Makefile or not.
14130 # We used to match only the files named `Makefile.in', but
14131 # some people rename them; so instead we look at the file content.
14132 # Grep'ing the first line is not enough: some people post-process
14133 # each Makefile.in and add a new line on top of each file to say so.
14134 # Grep'ing the whole file is not good either: AIX grep has a line
14135 # limit of 2048, but all sed's we know have understand at least 4000.
14136 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
14137 dirpart
=`$as_dirname -- "$mf" ||
14138 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14139 X"$mf" : 'X\(//\)[^/]' \| \
14140 X"$mf" : 'X\(//\)$' \| \
14141 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14143 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14147 /^X\(\/\/\)[^/].*/{
14163 # Extract the definition of DEPDIR, am__include, and am__quote
14164 # from the Makefile without running `make'.
14165 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
14166 test -z "$DEPDIR" && continue
14167 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
14168 test -z "am__include" && continue
14169 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
14170 # When using ansi2knr, U may be empty or an underscore; expand it
14171 U
=`sed -n 's/^U = //p' < "$mf"`
14172 # Find all dependency output files, they are included files with
14173 # $(DEPDIR) in their names. We invoke sed twice because it is the
14174 # simplest approach to changing $(DEPDIR) to its actual value in the
14176 for file in `sed -n "
14177 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14178 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14179 # Make sure the directory exists.
14180 test -f "$dirpart/$file" && continue
14181 fdir
=`$as_dirname -- "$file" ||
14182 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14183 X"$file" : 'X\(//\)[^/]' \| \
14184 X"$file" : 'X\(//\)$' \| \
14185 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14186 $as_echo X"$file" |
14187 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14191 /^X\(\/\/\)[^/].*/{
14204 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
14205 # echo "creating $dirpart/$file"
14206 echo '# dummy' > "$dirpart/$file"
14213 # See if we are running on zsh, and set the options which allow our
14214 # commands through without removal of \ escapes.
14215 if test -n "${ZSH_VERSION+set}" ; then
14216 setopt NO_GLOB_SUBST
14219 cfgfile
="${ofile}T"
14220 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14223 cat <<_LT_EOF >> "$cfgfile"
14226 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14227 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14228 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14229 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14231 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14232 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14233 # Written by Gordon Matzigkeit, 1996
14235 # This file is part of GNU Libtool.
14237 # GNU Libtool is free software; you can redistribute it and/or
14238 # modify it under the terms of the GNU General Public License as
14239 # published by the Free Software Foundation; either version 2 of
14240 # the License, or (at your option) any later version.
14242 # As a special exception to the GNU General Public License,
14243 # if you distribute this file as part of a program or library that
14244 # is built using GNU Libtool, you may include this file under the
14245 # same distribution terms that you use for the rest of that program.
14247 # GNU Libtool is distributed in the hope that it will be useful,
14248 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14249 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14250 # GNU General Public License for more details.
14252 # You should have received a copy of the GNU General Public License
14253 # along with GNU Libtool; see the file COPYING. If not, a copy
14254 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14255 # obtained by writing to the Free Software Foundation, Inc.,
14256 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14259 # The names of the tagged configurations supported by this script.
14262 # ### BEGIN LIBTOOL CONFIG
14264 # Whether or not to build shared libraries.
14265 build_libtool_libs=$enable_shared
14267 # Which release of libtool.m4 was used?
14268 macro_version=$macro_version
14269 macro_revision=$macro_revision
14271 # Whether or not to build static libraries.
14272 build_old_libs=$enable_static
14274 # What type of objects to build.
14277 # Whether or not to optimize for fast installation.
14278 fast_install=$enable_fast_install
14280 # Shell to use when invoking shell scripts.
14283 # An echo program that protects backslashes.
14287 host_alias=$host_alias
14291 # The build system.
14292 build_alias=$build_alias
14296 # A sed program that does not truncate output.
14299 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14300 Xsed="\$SED -e 1s/^X//"
14302 # A grep program that handles long lines.
14308 # A literal string matcher.
14311 # A BSD- or MS-compatible name lister.
14314 # Whether we need soft or hard links.
14317 # What is the maximum length of a command?
14318 max_cmd_len=$max_cmd_len
14320 # Object file suffix (normally "o").
14323 # Executable file suffix (normally "").
14326 # whether the shell understands "unset".
14329 # turn spaces into newlines.
14332 # turn newlines into spaces.
14335 # An object symbol dumper.
14336 OBJDUMP=$lt_OBJDUMP
14338 # Method to check whether dependent libraries are shared objects.
14339 deplibs_check_method=$lt_deplibs_check_method
14341 # Command to use when deplibs_check_method == "file_magic".
14342 file_magic_cmd=$lt_file_magic_cmd
14346 AR_FLAGS=$lt_AR_FLAGS
14348 # A symbol stripping program.
14351 # Commands used to install an old-style archive.
14353 old_postinstall_cmds=$lt_old_postinstall_cmds
14354 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14356 # Whether to use a lock for old archive extraction.
14357 lock_old_archive_extraction=$lock_old_archive_extraction
14362 # LTCC compiler flags.
14363 LTCFLAGS=$lt_CFLAGS
14365 # Take the output of nm and produce a listing of raw symbols and C names.
14366 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14368 # Transform the output of nm in a proper C declaration.
14369 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14371 # Transform the output of nm in a C name address pair.
14372 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14374 # Transform the output of nm in a C name address pair when lib prefix is needed.
14375 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14377 # The name of the directory that contains temporary libtool files.
14380 # Used to examine libraries when file_magic_cmd begins with "file".
14381 MAGIC_CMD=$MAGIC_CMD
14383 # Must we lock files when doing compilation?
14384 need_locks=$lt_need_locks
14386 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14387 DSYMUTIL=$lt_DSYMUTIL
14389 # Tool to change global to local symbols on Mac OS X.
14392 # Tool to manipulate fat objects and archives on Mac OS X.
14395 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14398 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14399 OTOOL64=$lt_OTOOL64
14401 # Old archive suffix (normally "a").
14404 # Shared library suffix (normally ".so").
14405 shrext_cmds=$lt_shrext_cmds
14407 # The commands to extract the exported symbol list from a shared archive.
14408 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14410 # Variables whose values should be saved in libtool wrapper scripts and
14411 # restored at link time.
14412 variables_saved_for_relink=$lt_variables_saved_for_relink
14414 # Do we need the "lib" prefix for modules?
14415 need_lib_prefix=$need_lib_prefix
14417 # Do we need a version for libraries?
14418 need_version=$need_version
14420 # Library versioning type.
14421 version_type=$version_type
14423 # Shared library runtime path variable.
14424 runpath_var=$runpath_var
14426 # Shared library path variable.
14427 shlibpath_var=$shlibpath_var
14429 # Is shlibpath searched before the hard-coded library search path?
14430 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14432 # Format of library name prefix.
14433 libname_spec=$lt_libname_spec
14435 # List of archive names. First name is the real one, the rest are links.
14436 # The last name is the one that the linker finds with -lNAME
14437 library_names_spec=$lt_library_names_spec
14439 # The coded name of the library, if different from the real name.
14440 soname_spec=$lt_soname_spec
14442 # Permission mode override for installation of shared libraries.
14443 install_override_mode=$lt_install_override_mode
14445 # Command to use after installation of a shared archive.
14446 postinstall_cmds=$lt_postinstall_cmds
14448 # Command to use after uninstallation of a shared archive.
14449 postuninstall_cmds=$lt_postuninstall_cmds
14451 # Commands used to finish a libtool library installation in a directory.
14452 finish_cmds=$lt_finish_cmds
14454 # As "finish_cmds", except a single script fragment to be evaled but
14456 finish_eval=$lt_finish_eval
14458 # Whether we should hardcode library paths into libraries.
14459 hardcode_into_libs=$hardcode_into_libs
14461 # Compile-time system search path for libraries.
14462 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14464 # Run-time system search path for libraries.
14465 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14467 # Whether dlopen is supported.
14468 dlopen_support=$enable_dlopen
14470 # Whether dlopen of programs is supported.
14471 dlopen_self=$enable_dlopen_self
14473 # Whether dlopen of statically linked programs is supported.
14474 dlopen_self_static=$enable_dlopen_self_static
14476 # Commands to strip libraries.
14477 old_striplib=$lt_old_striplib
14478 striplib=$lt_striplib
14481 # The linker used to build libraries.
14484 # How to create reloadable object files.
14485 reload_flag=$lt_reload_flag
14486 reload_cmds=$lt_reload_cmds
14488 # Commands used to build an old-style archive.
14489 old_archive_cmds=$lt_old_archive_cmds
14491 # A language specific compiler.
14494 # Is the compiler the GNU compiler?
14497 # Compiler flag to turn off builtin functions.
14498 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14500 # How to pass a linker flag through the compiler.
14501 wl=$lt_lt_prog_compiler_wl
14503 # Additional compiler flags for building library objects.
14504 pic_flag=$lt_lt_prog_compiler_pic
14506 # Compiler flag to prevent dynamic linking.
14507 link_static_flag=$lt_lt_prog_compiler_static
14509 # Does compiler simultaneously support -c and -o options?
14510 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14512 # Whether or not to add -lc for building shared libraries.
14513 build_libtool_need_lc=$archive_cmds_need_lc
14515 # Whether or not to disallow shared libs when runtime libs are static.
14516 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14518 # Compiler flag to allow reflexive dlopens.
14519 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14521 # Compiler flag to generate shared objects directly from archives.
14522 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14524 # Whether the compiler copes with passing no objects directly.
14525 compiler_needs_object=$lt_compiler_needs_object
14527 # Create an old-style archive from a shared archive.
14528 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14530 # Create a temporary old-style archive to link instead of a shared archive.
14531 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14533 # Commands used to build a shared archive.
14534 archive_cmds=$lt_archive_cmds
14535 archive_expsym_cmds=$lt_archive_expsym_cmds
14537 # Commands used to build a loadable module if different from building
14538 # a shared archive.
14539 module_cmds=$lt_module_cmds
14540 module_expsym_cmds=$lt_module_expsym_cmds
14542 # Whether we are building with GNU ld or not.
14543 with_gnu_ld=$lt_with_gnu_ld
14545 # Flag that allows shared libraries with undefined symbols to be built.
14546 allow_undefined_flag=$lt_allow_undefined_flag
14548 # Flag that enforces no undefined symbols.
14549 no_undefined_flag=$lt_no_undefined_flag
14551 # Flag to hardcode \$libdir into a binary during linking.
14552 # This must work even if \$libdir does not exist
14553 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14555 # If ld is used when linking, flag to hardcode \$libdir into a binary
14556 # during linking. This must work even if \$libdir does not exist.
14557 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14559 # Whether we need a single "-rpath" flag with a separated argument.
14560 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14562 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14563 # DIR into the resulting binary.
14564 hardcode_direct=$hardcode_direct
14566 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14567 # DIR into the resulting binary and the resulting library dependency is
14568 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14569 # library is relocated.
14570 hardcode_direct_absolute=$hardcode_direct_absolute
14572 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14573 # into the resulting binary.
14574 hardcode_minus_L=$hardcode_minus_L
14576 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14577 # into the resulting binary.
14578 hardcode_shlibpath_var=$hardcode_shlibpath_var
14580 # Set to "yes" if building a shared library automatically hardcodes DIR
14581 # into the library and all subsequent libraries and executables linked
14583 hardcode_automatic=$hardcode_automatic
14585 # Set to yes if linker adds runtime paths of dependent libraries
14586 # to runtime path list.
14587 inherit_rpath=$inherit_rpath
14589 # Whether libtool must link a program against all its dependency libraries.
14590 link_all_deplibs=$link_all_deplibs
14592 # Fix the shell variable \$srcfile for the compiler.
14593 fix_srcfile_path=$lt_fix_srcfile_path
14595 # Set to "yes" if exported symbols are required.
14596 always_export_symbols=$always_export_symbols
14598 # The commands to list exported symbols.
14599 export_symbols_cmds=$lt_export_symbols_cmds
14601 # Symbols that should not be listed in the preloaded symbols.
14602 exclude_expsyms=$lt_exclude_expsyms
14604 # Symbols that must always be exported.
14605 include_expsyms=$lt_include_expsyms
14607 # Commands necessary for linking programs (against libraries) with templates.
14608 prelink_cmds=$lt_prelink_cmds
14610 # Specify filename containing input files.
14611 file_list_spec=$lt_file_list_spec
14613 # How to hardcode a shared library path into an executable.
14614 hardcode_action=$hardcode_action
14616 # ### END LIBTOOL CONFIG
14622 cat <<\_LT_EOF
>> "$cfgfile"
14623 # AIX sometimes has problems with the GCC collect2 program. For some
14624 # reason, if we set the COLLECT_NAMES environment variable, the problems
14625 # vanish in a puff of smoke.
14626 if test "X${COLLECT_NAMES+set}" != Xset
; then
14628 export COLLECT_NAMES
14635 ltmain
="$ac_aux_dir/ltmain.sh"
14638 # We use sed instead of cat because bash on DJGPP gets confused if
14639 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14640 # text mode, it properly converts lines to CR/LF. This bash problem
14641 # is reportedly fixed, but why not run on old versions too?
14642 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14643 ||
(rm -f "$cfgfile"; exit 1)
14647 cat << \_LT_EOF
>> "$cfgfile"
14649 # func_dirname file append nondir_replacement
14650 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14651 # otherwise set result to NONDIR_REPLACEMENT.
14655 */*) func_dirname_result
="${1%/*}${2}" ;;
14656 * ) func_dirname_result
="${3}" ;;
14660 # func_basename file
14663 func_basename_result
="${1##*/}"
14666 # func_dirname_and_basename file append nondir_replacement
14667 # perform func_basename and func_dirname in a single function
14669 # dirname: Compute the dirname of FILE. If nonempty,
14670 # add APPEND to the result, otherwise set result
14671 # to NONDIR_REPLACEMENT.
14672 # value returned in "$func_dirname_result"
14673 # basename: Compute filename of FILE.
14674 # value retuned in "$func_basename_result"
14675 # Implementation must be kept synchronized with func_dirname
14676 # and func_basename. For efficiency, we do not delegate to
14677 # those functions but instead duplicate the functionality here.
14678 func_dirname_and_basename
()
14681 */*) func_dirname_result
="${1%/*}${2}" ;;
14682 * ) func_dirname_result
="${3}" ;;
14684 func_basename_result
="${1##*/}"
14687 # func_stripname prefix suffix name
14688 # strip PREFIX and SUFFIX off of NAME.
14689 # PREFIX and SUFFIX must not contain globbing or regex special
14690 # characters, hashes, percent signs, but SUFFIX may contain a leading
14691 # dot (in which case that matches only a dot).
14694 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14695 # positional parameters, so assign one to ordinary parameter first.
14696 func_stripname_result
=${3}
14697 func_stripname_result
=${func_stripname_result#"${1}"}
14698 func_stripname_result
=${func_stripname_result%"${2}"}
14704 func_opt_split_opt
=${1%%=*}
14705 func_opt_split_arg
=${1#*=}
14712 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
14713 *) func_lo2o_result
=${1} ;;
14717 # func_xform libobj-or-source
14720 func_xform_result
=${1%.*}.lo
14723 # func_arith arithmetic-term...
14726 func_arith_result
=$
(( $
* ))
14730 # STRING may not start with a hyphen.
14733 func_len_result
=${#1}
14738 *) # Bourne compatible functions.
14739 cat << \_LT_EOF
>> "$cfgfile"
14741 # func_dirname file append nondir_replacement
14742 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14743 # otherwise set result to NONDIR_REPLACEMENT.
14746 # Extract subdirectory from the argument.
14747 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
14748 if test "X$func_dirname_result" = "X${1}"; then
14749 func_dirname_result
="${3}"
14751 func_dirname_result
="$func_dirname_result${2}"
14755 # func_basename file
14758 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
14762 # func_stripname prefix suffix name
14763 # strip PREFIX and SUFFIX off of NAME.
14764 # PREFIX and SUFFIX must not contain globbing or regex special
14765 # characters, hashes, percent signs, but SUFFIX may contain a leading
14766 # dot (in which case that matches only a dot).
14767 # func_strip_suffix prefix name
14771 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14772 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14777 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
14778 my_sed_long_arg
='1s/^-[^=]*=//'
14783 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14784 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14790 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
14793 # func_xform libobj-or-source
14796 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14799 # func_arith arithmetic-term...
14802 func_arith_result
=`expr "$@"`
14806 # STRING may not start with a hyphen.
14809 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14815 case $lt_shell_append in
14817 cat << \_LT_EOF
>> "$cfgfile"
14819 # func_append var value
14820 # Append VALUE to the end of shell variable VAR.
14828 cat << \_LT_EOF
>> "$cfgfile"
14830 # func_append var value
14831 # Append VALUE to the end of shell variable VAR.
14842 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14843 ||
(rm -f "$cfgfile"; exit 1)
14845 mv -f "$cfgfile" "$ofile" ||
14846 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14851 for ac_file
in $CONFIG_FILES; do
14852 # Support "outfile[:infile[:infile...]]"
14854 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
14856 # PO directories have a Makefile.in generated from Makefile.in.in.
14857 case "$ac_file" in */Makefile.
in)
14858 # Adjust a relative srcdir.
14859 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
14860 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
14861 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
14862 # In autoconf-2.13 it is called $ac_given_srcdir.
14863 # In autoconf-2.50 it is called $srcdir.
14864 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
14865 case "$ac_given_srcdir" in
14866 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
14867 /*) top_srcdir
="$ac_given_srcdir" ;;
14868 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
14870 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
14871 rm -f "$ac_dir/POTFILES"
14872 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
14873 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
14874 POMAKEFILEDEPS
="POTFILES.in"
14875 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
14876 # on $ac_dir but don't depend on user-specified configuration
14878 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
14879 # The LINGUAS file contains the set of available languages.
14880 if test -n "$OBSOLETE_ALL_LINGUAS"; then
14881 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
14883 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
14884 # Hide the ALL_LINGUAS assigment from automake.
14885 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
14886 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
14888 # The set of available languages was given in configure.in.
14889 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
14891 case "$ac_given_srcdir" in
14893 *) srcdirpre
='$(srcdir)/' ;;
14899 for lang
in $ALL_LINGUAS; do
14900 POFILES
="$POFILES $srcdirpre$lang.po"
14901 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
14902 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
14903 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
14905 # CATALOGS depends on both $ac_dir and the user's LINGUAS
14906 # environment variable.
14908 if test -n "$ALL_LINGUAS"; then
14909 for presentlang
in $ALL_LINGUAS; do
14911 if test "%UNSET%" != "$LINGUAS"; then
14912 desiredlanguages
="$LINGUAS"
14914 desiredlanguages
="$ALL_LINGUAS"
14916 for desiredlang
in $desiredlanguages; do
14917 # Use the presentlang catalog if desiredlang is
14918 # a. equal to presentlang, or
14919 # b. a variant of presentlang (because in this case,
14920 # presentlang can be used as a fallback for messages
14921 # which are not translated in the desiredlang catalog).
14922 case "$desiredlang" in
14923 "$presentlang"*) useit
=yes;;
14926 if test $useit = yes; then
14927 INST_LINGUAS
="$INST_LINGUAS $presentlang"
14932 if test -n "$INST_LINGUAS"; then
14933 for lang
in $INST_LINGUAS; do
14934 CATALOGS
="$CATALOGS $lang.gmo"
14937 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
14938 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
14939 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
14940 if test -f "$f"; then
14942 *.orig |
*.bak |
*~
) ;;
14943 *) cat "$f" >> "$ac_dir/Makefile" ;;
14958 ac_clean_files
=$ac_clean_files_save
14960 test $ac_write_fail = 0 ||
14961 as_fn_error
"write failure creating $CONFIG_STATUS" "$LINENO" 5
14964 # configure is writing to config.log, and then calls config.status.
14965 # config.status does its own redirection, appending to config.log.
14966 # Unfortunately, on DOS this fails, as config.log is still kept open
14967 # by configure, so config.status won't be able to write to it; its
14968 # output is simply discarded. So we exec the FD to /dev/null,
14969 # effectively closing config.log, so it can be properly (re)opened and
14970 # appended to by config.status. When coming back to configure, we
14971 # need to make the FD available again.
14972 if test "$no_create" != yes; then
14974 ac_config_status_args
=
14975 test "$silent" = yes &&
14976 ac_config_status_args
="$ac_config_status_args --quiet"
14978 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
14980 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14981 # would make configure fail if this is the last instruction.
14982 $ac_cs_success || as_fn_exit $?
14984 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
14985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14986 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}