2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for binutils 2.38.50.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
147 *v*x* | *x*v* ) as_opts=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir=.
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
246 if test "x$CONFIG_SHELL" != x; then :
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
256 *v*x* | *x*v* ) as_opts=-vx ;;
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
284 SHELL=${CONFIG_SHELL-/bin/sh}
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir=./$as_dir;;
329 test -d "$as_dir" || eval $as_mkdir_p || {
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
406 as_val=`expr "$@" || test $? -eq 1`
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
418 as_status=$1; test $as_status -eq 0 && as_status=1
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
504 # Exit status is that of the last command.
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
526 mkdir conf$$.dir 2>/dev/null
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
537 elif ln conf$$.file conf$$ 2>/dev/null; then
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
551 test -d ./-p && rmdir ./-p
556 as_executable_p=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" || exec 7<&0 </dev/null
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
578 ac_default_prefix=/usr/local
580 ac_config_libobj_dir=.
587 # Identity of this package.
588 PACKAGE_NAME='binutils'
589 PACKAGE_TARNAME='binutils'
590 PACKAGE_VERSION='2.38.50'
591 PACKAGE_STRING='binutils 2.38.50'
595 ac_unique_file="ar.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
633 ac_subst_vars='am__EXEEXT_FALSE
639 OBJDUMP_PRIVATE_OFILES
662 MAINTAINER_MODE_FALSE
686 WARN_CFLAGS_FOR_BUILD
744 INSTALL_STRIP_PROGRAM
798 program_transform_name
811 enable_option_checking
813 enable_dependency_tracking
824 enable_deterministic_archives
825 enable_default_strings_all
826 enable_f_for_ifunc_symbols
827 enable_follow_debug_links
831 enable_build_warnings
833 enable_maintainer_mode
840 ac_precious_vars='build_alias
860 # Initialize some variables set by options.
862 ac_init_version=false
863 ac_unrecognized_opts=
865 # The variables have the same names as the options, with
866 # dashes changed to underlines.
874 program_transform_name=s,x,x,
882 # Installation directory options.
883 # These are left unexpanded so users can "make install exec_prefix=/foo"
884 # and all the variables that are supposed to be based on exec_prefix
885 # by default will actually change.
886 # Use braces instead of parens because sh, perl, etc. also accept them.
887 # (The list follows the same order as the GNU Coding Standards.)
888 bindir='${exec_prefix}/bin'
889 sbindir='${exec_prefix}/sbin'
890 libexecdir='${exec_prefix}/libexec'
891 datarootdir='${prefix}/share'
892 datadir='${datarootdir}'
893 sysconfdir='${prefix}/etc'
894 sharedstatedir='${prefix}/com'
895 localstatedir='${prefix}/var'
896 includedir='${prefix}/include'
897 oldincludedir='/usr/include'
898 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
899 infodir='${datarootdir}/info'
904 libdir='${exec_prefix}/lib'
905 localedir='${datarootdir}/locale'
906 mandir='${datarootdir}/man'
912 # If the previous option needs an argument, assign it.
913 if test -n "$ac_prev"; then
914 eval $ac_prev=\$ac_option
920 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
925 # Accept the important Cygnus configure options, so we can diagnose typos.
927 case $ac_dashdash$ac_option in
931 -bindir | --bindir | --bindi | --bind | --bin | --bi)
933 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
936 -build | --build | --buil | --bui | --bu)
937 ac_prev=build_alias ;;
938 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
939 build_alias=$ac_optarg ;;
941 -cache-file | --cache-file | --cache-fil | --cache-fi \
942 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
943 ac_prev=cache_file ;;
944 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
945 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
946 cache_file=$ac_optarg ;;
949 cache_file=config.cache ;;
951 -datadir | --datadir | --datadi | --datad)
953 -datadir=* | --datadir=* | --datadi=* | --datad=*)
954 datadir=$ac_optarg ;;
956 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
957 | --dataroo | --dataro | --datar)
958 ac_prev=datarootdir ;;
959 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
960 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
961 datarootdir=$ac_optarg ;;
963 -disable-* | --disable-*)
964 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967 as_fn_error $? "invalid feature name: $ac_useropt"
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
977 eval enable_$ac_useropt=no ;;
979 -docdir | --docdir | --docdi | --doc | --do)
981 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
984 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
986 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
989 -enable-* | --enable-*)
990 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
991 # Reject names that are not valid shell variable names.
992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
993 as_fn_error $? "invalid feature name: $ac_useropt"
994 ac_useropt_orig=$ac_useropt
995 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
996 case $ac_user_opts in
1000 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1001 ac_unrecognized_sep=', ';;
1003 eval enable_$ac_useropt=\$ac_optarg ;;
1005 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1006 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1007 | --exec | --exe | --ex)
1008 ac_prev=exec_prefix ;;
1009 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1010 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1011 | --exec=* | --exe=* | --ex=*)
1012 exec_prefix=$ac_optarg ;;
1014 -gas | --gas | --ga | --g)
1015 # Obsolete; use --with-gas.
1018 -help | --help | --hel | --he | -h)
1019 ac_init_help=long ;;
1020 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1021 ac_init_help=recursive ;;
1022 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1023 ac_init_help=short ;;
1025 -host | --host | --hos | --ho)
1026 ac_prev=host_alias ;;
1027 -host=* | --host=* | --hos=* | --ho=*)
1028 host_alias=$ac_optarg ;;
1030 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1032 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1034 htmldir=$ac_optarg ;;
1036 -includedir | --includedir | --includedi | --included | --include \
1037 | --includ | --inclu | --incl | --inc)
1038 ac_prev=includedir ;;
1039 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1040 | --includ=* | --inclu=* | --incl=* | --inc=*)
1041 includedir=$ac_optarg ;;
1043 -infodir | --infodir | --infodi | --infod | --info | --inf)
1045 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1046 infodir=$ac_optarg ;;
1048 -libdir | --libdir | --libdi | --libd)
1050 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1051 libdir=$ac_optarg ;;
1053 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1054 | --libexe | --libex | --libe)
1055 ac_prev=libexecdir ;;
1056 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1057 | --libexe=* | --libex=* | --libe=*)
1058 libexecdir=$ac_optarg ;;
1060 -localedir | --localedir | --localedi | --localed | --locale)
1061 ac_prev=localedir ;;
1062 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1063 localedir=$ac_optarg ;;
1065 -localstatedir | --localstatedir | --localstatedi | --localstated \
1066 | --localstate | --localstat | --localsta | --localst | --locals)
1067 ac_prev=localstatedir ;;
1068 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1069 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1070 localstatedir=$ac_optarg ;;
1072 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1074 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1075 mandir=$ac_optarg ;;
1077 -nfp | --nfp | --nf)
1078 # Obsolete; use --without-fp.
1081 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1082 | --no-cr | --no-c | -n)
1085 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1086 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1089 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1090 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1091 | --oldin | --oldi | --old | --ol | --o)
1092 ac_prev=oldincludedir ;;
1093 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1094 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1095 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1096 oldincludedir=$ac_optarg ;;
1098 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1100 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1101 prefix=$ac_optarg ;;
1103 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1104 | --program-pre | --program-pr | --program-p)
1105 ac_prev=program_prefix ;;
1106 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1107 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1108 program_prefix=$ac_optarg ;;
1110 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1111 | --program-suf | --program-su | --program-s)
1112 ac_prev=program_suffix ;;
1113 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1114 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1115 program_suffix=$ac_optarg ;;
1117 -program-transform-name | --program-transform-name \
1118 | --program-transform-nam | --program-transform-na \
1119 | --program-transform-n | --program-transform- \
1120 | --program-transform | --program-transfor \
1121 | --program-transfo | --program-transf \
1122 | --program-trans | --program-tran \
1123 | --progr-tra | --program-tr | --program-t)
1124 ac_prev=program_transform_name ;;
1125 -program-transform-name=* | --program-transform-name=* \
1126 | --program-transform-nam=* | --program-transform-na=* \
1127 | --program-transform-n=* | --program-transform-=* \
1128 | --program-transform=* | --program-transfor=* \
1129 | --program-transfo=* | --program-transf=* \
1130 | --program-trans=* | --program-tran=* \
1131 | --progr-tra=* | --program-tr=* | --program-t=*)
1132 program_transform_name=$ac_optarg ;;
1134 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1136 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1137 pdfdir=$ac_optarg ;;
1139 -psdir | --psdir | --psdi | --psd | --ps)
1141 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1144 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1145 | -silent | --silent | --silen | --sile | --sil)
1148 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1150 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1152 sbindir=$ac_optarg ;;
1154 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1155 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1156 | --sharedst | --shareds | --shared | --share | --shar \
1158 ac_prev=sharedstatedir ;;
1159 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1160 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1161 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1163 sharedstatedir=$ac_optarg ;;
1165 -site | --site | --sit)
1167 -site=* | --site=* | --sit=*)
1170 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1172 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1173 srcdir=$ac_optarg ;;
1175 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1176 | --syscon | --sysco | --sysc | --sys | --sy)
1177 ac_prev=sysconfdir ;;
1178 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1179 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1180 sysconfdir=$ac_optarg ;;
1182 -target | --target | --targe | --targ | --tar | --ta | --t)
1183 ac_prev=target_alias ;;
1184 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1185 target_alias=$ac_optarg ;;
1187 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1190 -version | --version | --versio | --versi | --vers | -V)
1191 ac_init_version=: ;;
1194 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1195 # Reject names that are not valid shell variable names.
1196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1197 as_fn_error $? "invalid package name: $ac_useropt"
1198 ac_useropt_orig=$ac_useropt
1199 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200 case $ac_user_opts in
1204 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1205 ac_unrecognized_sep=', ';;
1207 eval with_$ac_useropt=\$ac_optarg ;;
1209 -without-* | --without-*)
1210 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1211 # Reject names that are not valid shell variable names.
1212 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1213 as_fn_error $? "invalid package name: $ac_useropt"
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1223 eval with_$ac_useropt=no ;;
1226 # Obsolete; use --with-x.
1229 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1230 | --x-incl | --x-inc | --x-in | --x-i)
1231 ac_prev=x_includes ;;
1232 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1233 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1234 x_includes=$ac_optarg ;;
1236 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1237 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1238 ac_prev=x_libraries ;;
1239 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1240 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1241 x_libraries=$ac_optarg ;;
1243 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1244 Try \`$0 --help' for more information"
1248 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1249 # Reject names that are not valid shell variable names.
1250 case $ac_envvar in #(
1251 '' | [0-9]* | *[!_$as_cr_alnum]* )
1252 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1254 eval $ac_envvar=\$ac_optarg
1255 export $ac_envvar ;;
1258 # FIXME: should be removed in autoconf 3.0.
1259 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1260 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1261 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1262 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1268 if test -n "$ac_prev"; then
1269 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1270 as_fn_error $? "missing argument to $ac_option"
1273 if test -n "$ac_unrecognized_opts"; then
1274 case $enable_option_checking in
1276 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1277 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1281 # Check all directory arguments for consistency.
1282 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1283 datadir sysconfdir sharedstatedir localstatedir includedir \
1284 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1285 libdir localedir mandir
1287 eval ac_val=\$$ac_var
1288 # Remove trailing slashes.
1291 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1292 eval $ac_var=\$ac_val;;
1294 # Be sure to have absolute directory names.
1296 [\\/$]* | ?:[\\/]* ) continue;;
1297 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1299 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1302 # There might be people who depend on the old broken behavior: `$host'
1303 # used to hold the argument of --host etc.
1304 # FIXME: To remove some day.
1307 target=$target_alias
1309 # FIXME: To remove some day.
1310 if test "x$host_alias" != x; then
1311 if test "x$build_alias" = x; then
1312 cross_compiling=maybe
1313 elif test "x$build_alias" != "x$host_alias"; then
1319 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1321 test "$silent" = yes && exec 6>/dev/null
1324 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1325 ac_ls_di=`ls -di .` &&
1326 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1327 as_fn_error $? "working directory cannot be determined"
1328 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1329 as_fn_error $? "pwd does not report name of working directory"
1332 # Find the source files, if location was not specified.
1333 if test -z "$srcdir"; then
1334 ac_srcdir_defaulted=yes
1335 # Try the directory containing this script, then the parent directory.
1336 ac_confdir=`$as_dirname -- "$as_myself" ||
1337 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1338 X"$as_myself" : 'X\(//\)[^/]' \| \
1339 X"$as_myself" : 'X\(//\)$' \| \
1340 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1341 $as_echo X"$as_myself" |
1342 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1360 if test ! -r "$srcdir/$ac_unique_file"; then
1364 ac_srcdir_defaulted=no
1366 if test ! -r "$srcdir/$ac_unique_file"; then
1367 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1368 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1370 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1372 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1374 # When building in place, set srcdir=.
1375 if test "$ac_abs_confdir" = "$ac_pwd"; then
1378 # Remove unnecessary trailing slashes from srcdir.
1379 # Double slashes in file names in object file debugging info
1380 # mess up M-x gdb in Emacs.
1382 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1384 for ac_var in $ac_precious_vars; do
1385 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1386 eval ac_env_${ac_var}_value=\$${ac_var}
1387 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1388 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1392 # Report the --help message.
1394 if test "$ac_init_help" = "long"; then
1395 # Omit some internal or obsolete options to make the list less imposing.
1396 # This message is too long to be a string in the A/UX 3.1 sh.
1398 \`configure' configures binutils 2.38.50 to adapt to many kinds of systems.
1400 Usage: $0 [OPTION]... [VAR=VALUE]...
1402 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1403 VAR=VALUE. See below for descriptions of some of the useful variables.
1405 Defaults for the options are specified in brackets.
1408 -h, --help display this help and exit
1409 --help=short display options specific to this package
1410 --help=recursive display the short help of all the included packages
1411 -V, --version display version information and exit
1412 -q, --quiet, --silent do not print \`checking ...' messages
1413 --cache-file=FILE cache test results in FILE [disabled]
1414 -C, --config-cache alias for \`--cache-file=config.cache'
1415 -n, --no-create do not create output files
1416 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1418 Installation directories:
1419 --prefix=PREFIX install architecture-independent files in PREFIX
1420 [$ac_default_prefix]
1421 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1424 By default, \`make install' will install all the files in
1425 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1426 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1427 for instance \`--prefix=\$HOME'.
1429 For better control, use the options below.
1431 Fine tuning of the installation directories:
1432 --bindir=DIR user executables [EPREFIX/bin]
1433 --sbindir=DIR system admin executables [EPREFIX/sbin]
1434 --libexecdir=DIR program executables [EPREFIX/libexec]
1435 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1436 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1437 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1438 --libdir=DIR object code libraries [EPREFIX/lib]
1439 --includedir=DIR C header files [PREFIX/include]
1440 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1441 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1442 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1443 --infodir=DIR info documentation [DATAROOTDIR/info]
1444 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1445 --mandir=DIR man documentation [DATAROOTDIR/man]
1446 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1447 --htmldir=DIR html documentation [DOCDIR]
1448 --dvidir=DIR dvi documentation [DOCDIR]
1449 --pdfdir=DIR pdf documentation [DOCDIR]
1450 --psdir=DIR ps documentation [DOCDIR]
1456 --program-prefix=PREFIX prepend PREFIX to installed program names
1457 --program-suffix=SUFFIX append SUFFIX to installed program names
1458 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1461 --build=BUILD configure for building on BUILD [guessed]
1462 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1463 --target=TARGET configure for building compilers for TARGET [HOST]
1467 if test -n "$ac_init_help"; then
1468 case $ac_init_help in
1469 short | recursive ) echo "Configuration of binutils 2.38.50:";;
1474 --disable-option-checking ignore unrecognized --enable/--with options
1475 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1476 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1477 --enable-silent-rules less verbose build output (undo: "make V=1")
1478 --disable-silent-rules verbose build output (undo: "make V=0")
1479 --enable-dependency-tracking
1480 do not reject slow dependency extractors
1481 --disable-dependency-tracking
1482 speeds up one-time build
1483 --enable-shared[=PKGS] build shared libraries [default=yes]
1484 --enable-static[=PKGS] build static libraries [default=yes]
1485 --enable-fast-install[=PKGS]
1486 optimize for fast installation [default=yes]
1487 --disable-libtool-lock avoid locking (might break parallel builds)
1488 --enable-plugins Enable support for plugins
1489 --disable-largefile omit support for large files
1490 --enable-checking enable run-time checks
1491 --enable-targets alternative target configurations
1492 --enable-deterministic-archives
1493 ar and ranlib default to -D behavior
1494 --disable-default-strings-all
1495 strings defaults to --data behavior
1496 --enable-f-for-ifunc-symbols
1497 Have nm use F and f for global and local ifunc
1499 --enable-follow-debug-links
1500 Have readelf and objdump follow debug links by
1502 --enable-libctf Handle .ctf type-info sections [default=yes]
1503 --enable-werror treat compile warnings as errors
1504 --enable-build-warnings enable build-time compiler warnings
1505 --disable-nls do not use Native Language Support
1506 --enable-maintainer-mode
1507 enable make rules and dependencies not useful (and
1508 sometimes confusing) to the casual installer
1509 --disable-rpath do not hardcode runtime library paths
1512 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1513 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1514 --with-pic try to use only PIC/non-PIC objects [default=use
1516 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1517 --with-debuginfod Enable debuginfo lookups with debuginfod
1519 --with-system-zlib use installed libz
1520 --with-msgpack Enable msgpack support (auto/yes/no)
1521 --with-gnu-ld assume the C compiler uses GNU ld default=no
1522 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1523 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1524 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1526 Some influential environment variables:
1527 CC C compiler command
1528 CFLAGS C compiler flags
1529 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1530 nonstandard directory <lib dir>
1531 LIBS libraries to pass to the linker, e.g. -l<library>
1532 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1533 you have headers in a nonstandard directory <include dir>
1535 PKG_CONFIG path to pkg-config utility
1537 directories to add to pkg-config's search path
1539 path overriding pkg-config's built-in search path
1541 C compiler flags for DEBUGINFOD, overriding pkg-config
1543 linker flags for DEBUGINFOD, overriding pkg-config
1544 YACC The `Yet Another Compiler Compiler' implementation to use.
1545 Defaults to the first program found out of: `bison -y', `byacc',
1547 YFLAGS The list of arguments that will be passed by default to $YACC.
1548 This script will default YFLAGS to the empty string to avoid a
1549 default value of `-d' given by some make applications.
1551 C compiler flags for MSGPACK, overriding pkg-config
1553 linker flags for MSGPACK, overriding pkg-config
1555 Use these variables to override the choices made by `configure' or to help
1556 it to find libraries and programs with nonstandard names/locations.
1558 Report bugs to the package provider.
1563 if test "$ac_init_help" = "recursive"; then
1564 # If there are subdirs, report their specific --help.
1565 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1566 test -d "$ac_dir" ||
1567 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1574 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1575 # A ".." for each directory in $ac_dir_suffix.
1576 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1577 case $ac_top_builddir_sub in
1578 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 ac_abs_top_builddir=$ac_pwd
1583 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1584 # for backward compatibility:
1585 ac_top_builddir=$ac_top_build_prefix
1588 .) # We are building in place.
1590 ac_top_srcdir=$ac_top_builddir_sub
1591 ac_abs_top_srcdir=$ac_pwd ;;
1592 [\\/]* | ?:[\\/]* ) # Absolute name.
1593 ac_srcdir=$srcdir$ac_dir_suffix;
1594 ac_top_srcdir=$srcdir
1595 ac_abs_top_srcdir=$srcdir ;;
1597 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1598 ac_top_srcdir=$ac_top_build_prefix$srcdir
1599 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1601 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1603 cd "$ac_dir" || { ac_status=$?; continue; }
1604 # Check for guested configure.
1605 if test -f "$ac_srcdir/configure.gnu"; then
1607 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1608 elif test -f "$ac_srcdir/configure"; then
1610 $SHELL "$ac_srcdir/configure" --help=recursive
1612 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1614 cd "$ac_pwd" || { ac_status=$?; break; }
1618 test -n "$ac_init_help" && exit $ac_status
1619 if $ac_init_version; then
1621 binutils configure 2.38.50
1622 generated by GNU Autoconf 2.69
1624 Copyright (C) 2012 Free Software Foundation, Inc.
1625 This configure script is free software; the Free Software Foundation
1626 gives unlimited permission to copy, distribute and modify it.
1631 ## ------------------------ ##
1632 ## Autoconf initialization. ##
1633 ## ------------------------ ##
1635 # ac_fn_c_try_compile LINENO
1636 # --------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_c_try_compile ()
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext
1642 if { { ac_try="$ac_compile"
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_compile") 2>conftest.err
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_c_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest.$ac_objext; then :
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1669 as_fn_set_status $ac_retval
1671 } # ac_fn_c_try_compile
1673 # ac_fn_c_try_cpp LINENO
1674 # ----------------------
1675 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 if { { ac_try="$ac_cpp conftest.$ac_ext"
1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682 *) ac_try_echo=$ac_try;;
1684 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685 $as_echo "$ac_try_echo"; } >&5
1686 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1688 if test -s conftest.err; then
1689 grep -v '^ *+' conftest.err >conftest.er1
1690 cat conftest.er1 >&5
1691 mv -f conftest.er1 conftest.err
1693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1694 test $ac_status = 0; } > conftest.i && {
1695 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1696 test ! -s conftest.err
1700 $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1705 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1706 as_fn_set_status $ac_retval
1710 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1711 # -------------------------------------------------------
1712 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1713 # the include files in INCLUDES and setting the cache variable VAR
1715 ac_fn_c_check_header_mongrel ()
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 if eval \${$3+:} false; then :
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1720 $as_echo_n "checking for $2... " >&6; }
1721 if eval \${$3+:} false; then :
1722 $as_echo_n "(cached) " >&6
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1726 $as_echo "$ac_res" >&6; }
1728 # Is the header compilable?
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1730 $as_echo_n "checking $2 usability... " >&6; }
1731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1732 /* end confdefs.h. */
1736 if ac_fn_c_try_compile "$LINENO"; then :
1737 ac_header_compiler=yes
1739 ac_header_compiler=no
1741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1743 $as_echo "$ac_header_compiler" >&6; }
1745 # Is the header present?
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1747 $as_echo_n "checking $2 presence... " >&6; }
1748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1749 /* end confdefs.h. */
1752 if ac_fn_c_try_cpp "$LINENO"; then :
1753 ac_header_preproc=yes
1755 ac_header_preproc=no
1757 rm -f conftest.err conftest.i conftest.$ac_ext
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1759 $as_echo "$ac_header_preproc" >&6; }
1761 # So? What about this header?
1762 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1765 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1767 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1771 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1773 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1775 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1777 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1779 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1783 $as_echo_n "checking for $2... " >&6; }
1784 if eval \${$3+:} false; then :
1785 $as_echo_n "(cached) " >&6
1787 eval "$3=\$ac_header_compiler"
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1791 $as_echo "$ac_res" >&6; }
1793 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795 } # ac_fn_c_check_header_mongrel
1797 # ac_fn_c_try_run LINENO
1798 # ----------------------
1799 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1800 # that executables *can* be run.
1803 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804 if { { ac_try="$ac_link"
1806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_link") 2>&5
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1815 { { case "(($ac_try" in
1816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1817 *) ac_try_echo=$ac_try;;
1819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1820 $as_echo "$ac_try_echo"; } >&5
1821 (eval "$ac_try") 2>&5
1823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1824 test $ac_status = 0; }; }; then :
1827 $as_echo "$as_me: program exited with status $ac_status" >&5
1828 $as_echo "$as_me: failed program was:" >&5
1829 sed 's/^/| /' conftest.$ac_ext >&5
1831 ac_retval=$ac_status
1833 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1834 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1835 as_fn_set_status $ac_retval
1839 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1840 # -------------------------------------------------------
1841 # Tests whether HEADER exists and can be compiled using the include files in
1842 # INCLUDES, setting the cache variable VAR accordingly.
1843 ac_fn_c_check_header_compile ()
1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1847 $as_echo_n "checking for $2... " >&6; }
1848 if eval \${$3+:} false; then :
1849 $as_echo_n "(cached) " >&6
1851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1852 /* end confdefs.h. */
1856 if ac_fn_c_try_compile "$LINENO"; then :
1861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1865 $as_echo "$ac_res" >&6; }
1866 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1868 } # ac_fn_c_check_header_compile
1870 # ac_fn_c_try_link LINENO
1871 # -----------------------
1872 # Try to link conftest.$ac_ext, and return whether this succeeded.
1875 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1876 rm -f conftest.$ac_objext conftest$ac_exeext
1877 if { { ac_try="$ac_link"
1879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1880 *) ac_try_echo=$ac_try;;
1882 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1883 $as_echo "$ac_try_echo"; } >&5
1884 (eval "$ac_link") 2>conftest.err
1886 if test -s conftest.err; then
1887 grep -v '^ *+' conftest.err >conftest.er1
1888 cat conftest.er1 >&5
1889 mv -f conftest.er1 conftest.err
1891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1892 test $ac_status = 0; } && {
1893 test -z "$ac_c_werror_flag" ||
1894 test ! -s conftest.err
1895 } && test -s conftest$ac_exeext && {
1896 test "$cross_compiling" = yes ||
1897 test -x conftest$ac_exeext
1901 $as_echo "$as_me: failed program was:" >&5
1902 sed 's/^/| /' conftest.$ac_ext >&5
1906 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1907 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1908 # interfere with the next link command; also delete a directory that is
1909 # left behind by Apple's compiler. We do this before executing the actions.
1910 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1911 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1912 as_fn_set_status $ac_retval
1914 } # ac_fn_c_try_link
1916 # ac_fn_c_check_func LINENO FUNC VAR
1917 # ----------------------------------
1918 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1919 ac_fn_c_check_func ()
1921 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923 $as_echo_n "checking for $2... " >&6; }
1924 if eval \${$3+:} false; then :
1925 $as_echo_n "(cached) " >&6
1927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928 /* end confdefs.h. */
1929 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1930 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1931 #define $2 innocuous_$2
1933 /* System header to define __stub macros and hopefully few prototypes,
1934 which can conflict with char $2 (); below.
1935 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1936 <limits.h> exists even on freestanding compilers. */
1939 # include <limits.h>
1941 # include <assert.h>
1946 /* Override any GCC internal prototype to avoid an error.
1947 Use char because int might match the return type of a GCC
1948 builtin and then its argument prototype would still apply. */
1953 /* The GNU C library defines this for functions which it implements
1954 to always fail with ENOSYS. Some functions are actually named
1955 something starting with __ and the normal name is an alias. */
1956 #if defined __stub_$2 || defined __stub___$2
1968 if ac_fn_c_try_link "$LINENO"; then :
1973 rm -f core conftest.err conftest.$ac_objext \
1974 conftest$ac_exeext conftest.$ac_ext
1977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1978 $as_echo "$ac_res" >&6; }
1979 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1981 } # ac_fn_c_check_func
1983 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1984 # --------------------------------------------
1985 # Tries to find the compile-time value of EXPR in a program that includes
1986 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1988 ac_fn_c_compute_int ()
1990 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1991 if test "$cross_compiling" = yes; then
1992 # Depending upon the size, compute the lo and hi bounds.
1993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1994 /* end confdefs.h. */
1999 static int test_array [1 - 2 * !(($2) >= 0)];
2001 return test_array [0];
2007 if ac_fn_c_try_compile "$LINENO"; then :
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h. */
2016 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2018 return test_array [0];
2024 if ac_fn_c_try_compile "$LINENO"; then :
2025 ac_hi=$ac_mid; break
2027 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2028 if test $ac_lo -le $ac_mid; then
2032 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2038 /* end confdefs.h. */
2043 static int test_array [1 - 2 * !(($2) < 0)];
2045 return test_array [0];
2051 if ac_fn_c_try_compile "$LINENO"; then :
2054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2055 /* end confdefs.h. */
2060 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2062 return test_array [0];
2068 if ac_fn_c_try_compile "$LINENO"; then :
2069 ac_lo=$ac_mid; break
2071 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2072 if test $ac_mid -le $ac_hi; then
2076 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 # Binary search between lo and hi bounds.
2087 while test "x$ac_lo" != "x$ac_hi"; do
2088 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2090 /* end confdefs.h. */
2095 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2097 return test_array [0];
2103 if ac_fn_c_try_compile "$LINENO"; then :
2106 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2111 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2116 /* end confdefs.h. */
2118 static long int longval () { return $2; }
2119 static unsigned long int ulongval () { return $2; }
2126 FILE *f = fopen ("conftest.val", "w");
2131 long int i = longval ();
2134 fprintf (f, "%ld", i);
2138 unsigned long int i = ulongval ();
2141 fprintf (f, "%lu", i);
2143 /* Do not output a trailing newline, as this causes \r\n confusion
2144 on some platforms. */
2145 return ferror (f) || fclose (f) != 0;
2151 if ac_fn_c_try_run "$LINENO"; then :
2152 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2156 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2157 conftest.$ac_objext conftest.beam conftest.$ac_ext
2161 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2162 as_fn_set_status $ac_retval
2164 } # ac_fn_c_compute_int
2166 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2167 # ----------------------------------------------------
2168 # Tries to find if the field MEMBER exists in type AGGR, after including
2169 # INCLUDES, setting cache variable VAR accordingly.
2170 ac_fn_c_check_member ()
2172 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2174 $as_echo_n "checking for $2.$3... " >&6; }
2175 if eval \${$4+:} false; then :
2176 $as_echo_n "(cached) " >&6
2178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2179 /* end confdefs.h. */
2191 if ac_fn_c_try_compile "$LINENO"; then :
2194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2195 /* end confdefs.h. */
2201 if (sizeof ac_aggr.$3)
2207 if ac_fn_c_try_compile "$LINENO"; then :
2212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2218 $as_echo "$ac_res" >&6; }
2219 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2221 } # ac_fn_c_check_member
2223 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2224 # ---------------------------------------------
2225 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2227 ac_fn_c_check_decl ()
2229 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2230 as_decl_name=`echo $2|sed 's/ *(.*//'`
2231 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2233 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2234 if eval \${$3+:} false; then :
2235 $as_echo_n "(cached) " >&6
2237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2238 /* end confdefs.h. */
2243 #ifndef $as_decl_name
2245 (void) $as_decl_use;
2247 (void) $as_decl_name;
2255 if ac_fn_c_try_compile "$LINENO"; then :
2260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2264 $as_echo "$ac_res" >&6; }
2265 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2267 } # ac_fn_c_check_decl
2268 cat >config.log <<_ACEOF
2269 This file contains any messages produced by compilers while
2270 running configure, to aid debugging if configure makes a mistake.
2272 It was created by binutils $as_me 2.38.50, which was
2273 generated by GNU Autoconf 2.69. Invocation command line was
2285 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2286 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2287 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2288 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2289 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2291 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2292 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2294 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2295 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2296 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2297 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2298 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2299 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2300 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2308 test -z "$as_dir" && as_dir=.
2309 $as_echo "PATH: $as_dir"
2325 # Keep a trace of the command line.
2326 # Strip out --no-create and --no-recursion so they do not pile up.
2327 # Strip out --silent because we don't want to record it for future runs.
2328 # Also quote any args containing shell meta-characters.
2329 # Make two passes to allow for proper duplicate-argument suppression.
2333 ac_must_keep_next=false
2339 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2340 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2341 | -silent | --silent | --silen | --sile | --sil)
2344 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2347 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2349 as_fn_append ac_configure_args1 " '$ac_arg'"
2350 if test $ac_must_keep_next = true; then
2351 ac_must_keep_next=false # Got value, back to normal.
2354 *=* | --config-cache | -C | -disable-* | --disable-* \
2355 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2356 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2357 | -with-* | --with-* | -without-* | --without-* | --x)
2358 case "$ac_configure_args0 " in
2359 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2362 -* ) ac_must_keep_next=true ;;
2365 as_fn_append ac_configure_args " '$ac_arg'"
2370 { ac_configure_args0=; unset ac_configure_args0;}
2371 { ac_configure_args1=; unset ac_configure_args1;}
2373 # When interrupted or exit'd, cleanup temporary files, and complete
2374 # config.log. We remove comments because anyway the quotes in there
2375 # would cause problems or look ugly.
2376 # WARNING: Use '\'' to represent an apostrophe within the trap.
2377 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2378 trap 'exit_status=$?
2379 # Save into config.log some information that might help in debugging.
2383 $as_echo "## ---------------- ##
2384 ## Cache variables. ##
2385 ## ---------------- ##"
2387 # The following way of writing the cache mishandles newlines in values,
2389 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2390 eval ac_val=\$$ac_var
2394 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2395 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2398 _ | IFS | as_nl) ;; #(
2399 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2400 *) { eval $ac_var=; unset $ac_var;} ;;
2405 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2406 *${as_nl}ac_space=\ *)
2408 "s/'\''/'\''\\\\'\'''\''/g;
2409 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2412 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2419 $as_echo "## ----------------- ##
2420 ## Output variables. ##
2421 ## ----------------- ##"
2423 for ac_var in $ac_subst_vars
2425 eval ac_val=\$$ac_var
2427 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2429 $as_echo "$ac_var='\''$ac_val'\''"
2433 if test -n "$ac_subst_files"; then
2434 $as_echo "## ------------------- ##
2435 ## File substitutions. ##
2436 ## ------------------- ##"
2438 for ac_var in $ac_subst_files
2440 eval ac_val=\$$ac_var
2442 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2444 $as_echo "$ac_var='\''$ac_val'\''"
2449 if test -s confdefs.h; then
2450 $as_echo "## ----------- ##
2457 test "$ac_signal" != 0 &&
2458 $as_echo "$as_me: caught signal $ac_signal"
2459 $as_echo "$as_me: exit $exit_status"
2461 rm -f core *.core core.conftest.* &&
2462 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2465 for ac_signal in 1 2 13 15; do
2466 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2470 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2471 rm -f -r conftest* confdefs.h
2473 $as_echo "/* confdefs.h */" > confdefs.h
2475 # Predefined preprocessor variables.
2477 cat >>confdefs.h <<_ACEOF
2478 #define PACKAGE_NAME "$PACKAGE_NAME"
2481 cat >>confdefs.h <<_ACEOF
2482 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2485 cat >>confdefs.h <<_ACEOF
2486 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2489 cat >>confdefs.h <<_ACEOF
2490 #define PACKAGE_STRING "$PACKAGE_STRING"
2493 cat >>confdefs.h <<_ACEOF
2494 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2497 cat >>confdefs.h <<_ACEOF
2498 #define PACKAGE_URL "$PACKAGE_URL"
2502 # Let the site file select an alternate cache file if it wants to.
2503 # Prefer an explicitly selected file to automatically selected ones.
2506 if test -n "$CONFIG_SITE"; then
2507 # We do not want a PATH search for config.site.
2508 case $CONFIG_SITE in #((
2509 -*) ac_site_file1=./$CONFIG_SITE;;
2510 */*) ac_site_file1=$CONFIG_SITE;;
2511 *) ac_site_file1=./$CONFIG_SITE;;
2513 elif test "x$prefix" != xNONE; then
2514 ac_site_file1=$prefix/share/config.site
2515 ac_site_file2=$prefix/etc/config.site
2517 ac_site_file1=$ac_default_prefix/share/config.site
2518 ac_site_file2=$ac_default_prefix/etc/config.site
2520 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2522 test "x$ac_site_file" = xNONE && continue
2523 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2525 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2526 sed 's/^/| /' "$ac_site_file" >&5
2528 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2530 as_fn_error $? "failed to load site script $ac_site_file
2531 See \`config.log' for more details" "$LINENO" 5; }
2535 if test -r "$cache_file"; then
2536 # Some versions of bash will fail to source /dev/null (special files
2537 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2538 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2540 $as_echo "$as_me: loading cache $cache_file" >&6;}
2542 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2543 *) . "./$cache_file";;
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2548 $as_echo "$as_me: creating cache $cache_file" >&6;}
2552 as_fn_append ac_header_list " stdlib.h"
2553 as_fn_append ac_header_list " unistd.h"
2554 as_fn_append ac_header_list " sys/param.h"
2555 # Check that the precious variables saved in the cache have kept the same
2557 ac_cache_corrupted=false
2558 for ac_var in $ac_precious_vars; do
2559 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2560 eval ac_new_set=\$ac_env_${ac_var}_set
2561 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2562 eval ac_new_val=\$ac_env_${ac_var}_value
2563 case $ac_old_set,$ac_new_set in
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2566 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2567 ac_cache_corrupted=: ;;
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2570 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2571 ac_cache_corrupted=: ;;
2574 if test "x$ac_old_val" != "x$ac_new_val"; then
2575 # differences in whitespace do not lead to failure.
2576 ac_old_val_w=`echo x $ac_old_val`
2577 ac_new_val_w=`echo x $ac_new_val`
2578 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2580 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2581 ac_cache_corrupted=:
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2584 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2585 eval $ac_var=\$ac_old_val
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2588 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2590 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2593 # Pass precious variables to config.status.
2594 if test "$ac_new_set" = set; then
2596 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2597 *) ac_arg=$ac_var=$ac_new_val ;;
2599 case " $ac_configure_args " in
2600 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2601 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2605 if $ac_cache_corrupted; then
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2607 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2609 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2610 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2612 ## -------------------- ##
2613 ## Main body of script. ##
2614 ## -------------------- ##
2617 ac_cpp='$CPP $CPPFLAGS'
2618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2629 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2630 if test -f "$ac_dir/install-sh"; then
2632 ac_install_sh="$ac_aux_dir/install-sh -c"
2634 elif test -f "$ac_dir/install.sh"; then
2636 ac_install_sh="$ac_aux_dir/install.sh -c"
2638 elif test -f "$ac_dir/shtool"; then
2640 ac_install_sh="$ac_aux_dir/shtool install -c"
2644 if test -z "$ac_aux_dir"; then
2645 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2648 # These three variables are undocumented and unsupported,
2649 # and are intended to be withdrawn in a future Autoconf release.
2650 # They can cause serious problems if a builder's source tree is in a directory
2651 # whose full name contains unusual characters.
2652 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2653 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2654 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2657 # Make sure we can run config.sub.
2658 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2659 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2662 $as_echo_n "checking build system type... " >&6; }
2663 if ${ac_cv_build+:} false; then :
2664 $as_echo_n "(cached) " >&6
2666 ac_build_alias=$build_alias
2667 test "x$ac_build_alias" = x &&
2668 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2669 test "x$ac_build_alias" = x &&
2670 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2671 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2672 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2676 $as_echo "$ac_cv_build" >&6; }
2677 case $ac_cv_build in
2679 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2682 ac_save_IFS=$IFS; IFS='-'
2688 # Remember, the first character of IFS is used to create $*,
2689 # except with old shells:
2692 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2696 $as_echo_n "checking host system type... " >&6; }
2697 if ${ac_cv_host+:} false; then :
2698 $as_echo_n "(cached) " >&6
2700 if test "x$host_alias" = x; then
2701 ac_cv_host=$ac_cv_build
2703 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2704 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2709 $as_echo "$ac_cv_host" >&6; }
2712 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2715 ac_save_IFS=$IFS; IFS='-'
2721 # Remember, the first character of IFS is used to create $*,
2722 # except with old shells:
2725 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2729 $as_echo_n "checking target system type... " >&6; }
2730 if ${ac_cv_target+:} false; then :
2731 $as_echo_n "(cached) " >&6
2733 if test "x$target_alias" = x; then
2734 ac_cv_target=$ac_cv_host
2736 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2737 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2742 $as_echo "$ac_cv_target" >&6; }
2743 case $ac_cv_target in
2745 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2747 target=$ac_cv_target
2748 ac_save_IFS=$IFS; IFS='-'
2754 # Remember, the first character of IFS is used to create $*,
2755 # except with old shells:
2758 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2761 # The aliases save the names the user supplied, while $host etc.
2762 # will get canonicalized.
2763 test -n "$target_alias" &&
2764 test "$program_prefix$program_suffix$program_transform_name" = \
2766 program_prefix=${target_alias}-
2768 am__api_version='1.15'
2770 # Find a good install program. We prefer a C program (faster),
2771 # so one script is as good as another. But avoid the broken or
2772 # incompatible versions:
2773 # SysV /etc/install, /usr/sbin/install
2774 # SunOS /usr/etc/install
2775 # IRIX /sbin/install
2777 # AmigaOS /C/install, which installs bootblocks on floppy discs
2778 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2779 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2780 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2781 # OS/2's system install, which has a completely different semantic
2782 # ./install, which can be erroneously created by make from ./install.sh.
2783 # Reject install programs that cannot install multiple files.
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2785 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2786 if test -z "$INSTALL"; then
2787 if ${ac_cv_path_install+:} false; then :
2788 $as_echo_n "(cached) " >&6
2790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2794 test -z "$as_dir" && as_dir=.
2795 # Account for people who put trailing slashes in PATH elements.
2796 case $as_dir/ in #((
2797 ./ | .// | /[cC]/* | \
2798 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2799 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2802 # OSF1 and SCO ODT 3.0 have their own names for install.
2803 # Don't use installbsd from OSF since it installs stuff as root
2805 for ac_prog in ginstall scoinst install; do
2806 for ac_exec_ext in '' $ac_executable_extensions; do
2807 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2808 if test $ac_prog = install &&
2809 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2810 # AIX install. It has an incompatible calling convention.
2812 elif test $ac_prog = install &&
2813 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2814 # program-specific install script used by HP pwplus--don't use.
2817 rm -rf conftest.one conftest.two conftest.dir
2818 echo one > conftest.one
2819 echo two > conftest.two
2821 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2822 test -s conftest.one && test -s conftest.two &&
2823 test -s conftest.dir/conftest.one &&
2824 test -s conftest.dir/conftest.two
2826 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2839 rm -rf conftest.one conftest.two conftest.dir
2842 if test "${ac_cv_path_install+set}" = set; then
2843 INSTALL=$ac_cv_path_install
2845 # As a last resort, use the slow shell script. Don't cache a
2846 # value for INSTALL within a source directory, because that will
2847 # break other packages using the cache if that directory is
2848 # removed, or if the value is a relative name.
2849 INSTALL=$ac_install_sh
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2853 $as_echo "$INSTALL" >&6; }
2855 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2856 # It thinks the first close brace ends the variable substitution.
2857 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2859 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2861 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2864 $as_echo_n "checking whether build environment is sane... " >&6; }
2865 # Reject unsafe characters in $srcdir or the absolute working directory
2866 # name. Accept space and tab only in the latter.
2870 *[\\\"\#\$\&\'\`$am_lf]*)
2871 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2874 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2875 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2878 # Do 'set' in a subshell so we don't clobber the current shell's
2879 # arguments. Must try -L first in case configure is actually a
2880 # symlink; some systems play weird games with the mod time of symlinks
2881 # (eg FreeBSD returns the mod time of the symlink's containing
2885 for am_try in 1 2; do
2886 echo "timestamp, slept: $am_has_slept" > conftest.file
2887 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2888 if test "$*" = "X"; then
2890 set X `ls -t "$srcdir/configure" conftest.file`
2892 if test "$*" != "X $srcdir/configure conftest.file" \
2893 && test "$*" != "X conftest.file $srcdir/configure"; then
2895 # If neither matched, then we have a broken ls. This can happen
2896 # if, for instance, CONFIG_SHELL is bash and it inherits a
2897 # broken ls alias from the environment. This has actually
2898 # happened. Such a system could not be considered "sane".
2899 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2900 alias in your environment" "$LINENO" 5
2902 if test "$2" = conftest.file || test $am_try -eq 2; then
2909 test "$2" = conftest.file
2915 as_fn_error $? "newly created file is older than distributed files!
2916 Check your system clock" "$LINENO" 5
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2919 $as_echo "yes" >&6; }
2920 # If we didn't sleep, we still need to ensure time stamps of config.status and
2921 # generated files are strictly newer.
2923 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2930 test "$program_prefix" != NONE &&
2931 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2932 # Use a double $ so make ignores it.
2933 test "$program_suffix" != NONE &&
2934 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2935 # Double any \ or $.
2936 # By default was `s,x,x', remove it if useless.
2937 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2938 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2940 # Expand $ac_aux_dir to an absolute path.
2941 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2943 if test x"${MISSING+set}" != xset; then
2946 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2948 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2951 # Use eval to expand $SHELL
2952 if eval "$MISSING --is-lightweight"; then
2953 am_missing_run="$MISSING "
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2957 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2960 if test x"${install_sh+set}" != xset; then
2963 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2965 install_sh="\${SHELL} $am_aux_dir/install-sh"
2969 # Installed binaries are usually stripped using 'strip' when the user
2970 # run "make install-strip". However 'strip' might not be the right
2971 # tool to use in cross-compilation environments, therefore Automake
2972 # will honor the 'STRIP' environment variable to overrule this program.
2973 if test "$cross_compiling" != no; then
2974 if test -n "$ac_tool_prefix"; then
2975 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2976 set dummy ${ac_tool_prefix}strip; ac_word=$2
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2978 $as_echo_n "checking for $ac_word... " >&6; }
2979 if ${ac_cv_prog_STRIP+:} false; then :
2980 $as_echo_n "(cached) " >&6
2982 if test -n "$STRIP"; then
2983 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2989 test -z "$as_dir" && as_dir=.
2990 for ac_exec_ext in '' $ac_executable_extensions; do
2991 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2992 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3002 STRIP=$ac_cv_prog_STRIP
3003 if test -n "$STRIP"; then
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3005 $as_echo "$STRIP" >&6; }
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3008 $as_echo "no" >&6; }
3013 if test -z "$ac_cv_prog_STRIP"; then
3015 # Extract the first word of "strip", so it can be a program name with args.
3016 set dummy strip; ac_word=$2
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3018 $as_echo_n "checking for $ac_word... " >&6; }
3019 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3020 $as_echo_n "(cached) " >&6
3022 if test -n "$ac_ct_STRIP"; then
3023 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3029 test -z "$as_dir" && as_dir=.
3030 for ac_exec_ext in '' $ac_executable_extensions; do
3031 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3032 ac_cv_prog_ac_ct_STRIP="strip"
3033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3042 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3043 if test -n "$ac_ct_STRIP"; then
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3045 $as_echo "$ac_ct_STRIP" >&6; }
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3048 $as_echo "no" >&6; }
3051 if test "x$ac_ct_STRIP" = x; then
3054 case $cross_compiling:$ac_tool_warned in
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3057 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3058 ac_tool_warned=yes ;;
3063 STRIP="$ac_cv_prog_STRIP"
3067 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3070 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3071 if test -z "$MKDIR_P"; then
3072 if ${ac_cv_path_mkdir+:} false; then :
3073 $as_echo_n "(cached) " >&6
3075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3079 test -z "$as_dir" && as_dir=.
3080 for ac_prog in mkdir gmkdir; do
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3083 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3084 'mkdir (GNU coreutils) '* | \
3085 'mkdir (coreutils) '* | \
3086 'mkdir (fileutils) '4.1*)
3087 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3097 test -d ./--version && rmdir ./--version
3098 if test "${ac_cv_path_mkdir+set}" = set; then
3099 MKDIR_P="$ac_cv_path_mkdir -p"
3101 # As a last resort, use the slow shell script. Don't cache a
3102 # value for MKDIR_P within a source directory, because that will
3103 # break other packages using the cache if that directory is
3104 # removed, or if the value is a relative name.
3105 MKDIR_P="$ac_install_sh -d"
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3109 $as_echo "$MKDIR_P" >&6; }
3111 for ac_prog in gawk mawk nawk awk
3113 # Extract the first word of "$ac_prog", so it can be a program name with args.
3114 set dummy $ac_prog; ac_word=$2
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3116 $as_echo_n "checking for $ac_word... " >&6; }
3117 if ${ac_cv_prog_AWK+:} false; then :
3118 $as_echo_n "(cached) " >&6
3120 if test -n "$AWK"; then
3121 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3127 test -z "$as_dir" && as_dir=.
3128 for ac_exec_ext in '' $ac_executable_extensions; do
3129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3130 ac_cv_prog_AWK="$ac_prog"
3131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3141 if test -n "$AWK"; then
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3143 $as_echo "$AWK" >&6; }
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3146 $as_echo "no" >&6; }
3150 test -n "$AWK" && break
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3154 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3156 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3157 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3158 $as_echo_n "(cached) " >&6
3160 cat >conftest.make <<\_ACEOF
3163 @echo '@@@%%%=$(MAKE)=@@@%%%'
3165 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3166 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3168 eval ac_cv_prog_make_${ac_make}_set=yes;;
3170 eval ac_cv_prog_make_${ac_make}_set=no;;
3174 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3176 $as_echo "yes" >&6; }
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3180 $as_echo "no" >&6; }
3181 SET_MAKE="MAKE=${MAKE-make}"
3184 rm -rf .tst 2>/dev/null
3185 mkdir .tst 2>/dev/null
3186 if test -d .tst; then
3191 rmdir .tst 2>/dev/null
3193 # Check whether --enable-silent-rules was given.
3194 if test "${enable_silent_rules+set}" = set; then :
3195 enableval=$enable_silent_rules;
3198 case $enable_silent_rules in # (((
3199 yes) AM_DEFAULT_VERBOSITY=0;;
3200 no) AM_DEFAULT_VERBOSITY=1;;
3201 *) AM_DEFAULT_VERBOSITY=1;;
3203 am_make=${MAKE-make}
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3205 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3206 if ${am_cv_make_support_nested_variables+:} false; then :
3207 $as_echo_n "(cached) " >&6
3209 if $as_echo 'TRUE=$(BAR$(V))
3215 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3216 am_cv_make_support_nested_variables=yes
3218 am_cv_make_support_nested_variables=no
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3222 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3223 if test $am_cv_make_support_nested_variables = yes; then
3225 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3227 AM_V=$AM_DEFAULT_VERBOSITY
3228 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3232 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3233 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3234 # is not polluted with repeated "-I."
3235 am__isrc=' -I$(srcdir)'
3236 # test to see if srcdir already configured
3237 if test -f $srcdir/config.status; then
3238 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3242 # test whether we have cygpath
3243 if test -z "$CYGPATH_W"; then
3244 if (cygpath --version) >/dev/null 2>/dev/null; then
3245 CYGPATH_W='cygpath -w'
3252 # Define the identity of the package.
3257 cat >>confdefs.h <<_ACEOF
3258 #define PACKAGE "$PACKAGE"
3262 cat >>confdefs.h <<_ACEOF
3263 #define VERSION "$VERSION"
3266 # Some tools Automake needs.
3268 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3271 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3274 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3277 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3280 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3282 # For better backward compatibility. To be removed once Automake 1.9.x
3283 # dies out for good. For more background, see:
3284 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3285 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3286 mkdir_p='$(MKDIR_P)'
3288 # We need awk for the "check" target (and possibly the TAP driver). The
3289 # system "awk" is bad on some platforms.
3290 # Always define AMTAR for backward compatibility. Yes, it's still used
3291 # in the wild :-( We should find a proper way to deprecate it ...
3295 # We'll loop over all known methods to create a tar archive until one works.
3296 _am_tools='gnutar pax cpio none'
3298 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3305 # POSIX will say in a future version that running "rm -f" with no argument
3306 # is OK; and we want to be able to make that assumption in our Makefile
3307 # recipes. So use an aggressive probe to check that the usage we want is
3308 # actually supported "in the wild" to an acceptable degree.
3309 # See automake bug#10828.
3310 # To make any issue more visible, cause the running configure to be aborted
3311 # by default if the 'rm' program in use doesn't match our expectations; the
3312 # user can still override this though.
3313 if rm -f && rm -fr && rm -rf; then : OK; else
3317 Your 'rm' program seems unable to run without file operands specified
3318 on the command line, even when the '-f' option is present. This is contrary
3319 to the behaviour of most rm programs out there, and not conforming with
3320 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3323 of your $PATH and any error possibly output before this message. This
3324 can help us improve future automake versions.
3327 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3328 echo 'Configuration will proceed anyway, since you have set the' >&2
3329 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3333 Aborting the configuration process, to ensure you take notice of the issue.
3335 You can download and install GNU coreutils to get an 'rm' implementation
3336 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3338 If you want to complete the configuration process using your problematic
3339 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3340 to "yes", and re-run configure.
3343 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3347 # Check whether --enable-silent-rules was given.
3348 if test "${enable_silent_rules+set}" = set; then :
3349 enableval=$enable_silent_rules;
3352 case $enable_silent_rules in # (((
3353 yes) AM_DEFAULT_VERBOSITY=0;;
3354 no) AM_DEFAULT_VERBOSITY=1;;
3355 *) AM_DEFAULT_VERBOSITY=0;;
3357 am_make=${MAKE-make}
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3359 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3360 if ${am_cv_make_support_nested_variables+:} false; then :
3361 $as_echo_n "(cached) " >&6
3363 if $as_echo 'TRUE=$(BAR$(V))
3369 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3370 am_cv_make_support_nested_variables=yes
3372 am_cv_make_support_nested_variables=no
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3376 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3377 if test $am_cv_make_support_nested_variables = yes; then
3379 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3381 AM_V=$AM_DEFAULT_VERBOSITY
3382 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3388 ac_cpp='$CPP $CPPFLAGS'
3389 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3390 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3391 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3392 if test -n "$ac_tool_prefix"; then
3393 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3394 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3396 $as_echo_n "checking for $ac_word... " >&6; }
3397 if ${ac_cv_prog_CC+:} false; then :
3398 $as_echo_n "(cached) " >&6
3400 if test -n "$CC"; then
3401 ac_cv_prog_CC="$CC" # Let the user override the test.
3403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 test -z "$as_dir" && as_dir=.
3408 for ac_exec_ext in '' $ac_executable_extensions; do
3409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3410 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3421 if test -n "$CC"; then
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3423 $as_echo "$CC" >&6; }
3425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3426 $as_echo "no" >&6; }
3431 if test -z "$ac_cv_prog_CC"; then
3433 # Extract the first word of "gcc", so it can be a program name with args.
3434 set dummy gcc; ac_word=$2
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3436 $as_echo_n "checking for $ac_word... " >&6; }
3437 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3438 $as_echo_n "(cached) " >&6
3440 if test -n "$ac_ct_CC"; then
3441 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3447 test -z "$as_dir" && as_dir=.
3448 for ac_exec_ext in '' $ac_executable_extensions; do
3449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3450 ac_cv_prog_ac_ct_CC="gcc"
3451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3460 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3461 if test -n "$ac_ct_CC"; then
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3463 $as_echo "$ac_ct_CC" >&6; }
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3466 $as_echo "no" >&6; }
3469 if test "x$ac_ct_CC" = x; then
3472 case $cross_compiling:$ac_tool_warned in
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3475 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3476 ac_tool_warned=yes ;;
3484 if test -z "$CC"; then
3485 if test -n "$ac_tool_prefix"; then
3486 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3487 set dummy ${ac_tool_prefix}cc; ac_word=$2
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3489 $as_echo_n "checking for $ac_word... " >&6; }
3490 if ${ac_cv_prog_CC+:} false; then :
3491 $as_echo_n "(cached) " >&6
3493 if test -n "$CC"; then
3494 ac_cv_prog_CC="$CC" # Let the user override the test.
3496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3500 test -z "$as_dir" && as_dir=.
3501 for ac_exec_ext in '' $ac_executable_extensions; do
3502 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3503 ac_cv_prog_CC="${ac_tool_prefix}cc"
3504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3514 if test -n "$CC"; then
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3516 $as_echo "$CC" >&6; }
3518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3519 $as_echo "no" >&6; }
3525 if test -z "$CC"; then
3526 # Extract the first word of "cc", so it can be a program name with args.
3527 set dummy cc; ac_word=$2
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3529 $as_echo_n "checking for $ac_word... " >&6; }
3530 if ${ac_cv_prog_CC+:} false; then :
3531 $as_echo_n "(cached) " >&6
3533 if test -n "$CC"; then
3534 ac_cv_prog_CC="$CC" # Let the user override the test.
3537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3541 test -z "$as_dir" && as_dir=.
3542 for ac_exec_ext in '' $ac_executable_extensions; do
3543 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3544 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3545 ac_prog_rejected=yes
3549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3556 if test $ac_prog_rejected = yes; then
3557 # We found a bogon in the path, so make sure we never use it.
3558 set dummy $ac_cv_prog_CC
3560 if test $# != 0; then
3561 # We chose a different compiler from the bogus one.
3562 # However, it has the same basename, so the bogon will be chosen
3563 # first if we set CC to just the basename; use the full file name.
3565 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3571 if test -n "$CC"; then
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3573 $as_echo "$CC" >&6; }
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3576 $as_echo "no" >&6; }
3581 if test -z "$CC"; then
3582 if test -n "$ac_tool_prefix"; then
3583 for ac_prog in cl.exe
3585 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3586 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3588 $as_echo_n "checking for $ac_word... " >&6; }
3589 if ${ac_cv_prog_CC+:} false; then :
3590 $as_echo_n "(cached) " >&6
3592 if test -n "$CC"; then
3593 ac_cv_prog_CC="$CC" # Let the user override the test.
3595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3599 test -z "$as_dir" && as_dir=.
3600 for ac_exec_ext in '' $ac_executable_extensions; do
3601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3602 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3613 if test -n "$CC"; then
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3615 $as_echo "$CC" >&6; }
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3618 $as_echo "no" >&6; }
3622 test -n "$CC" && break
3625 if test -z "$CC"; then
3627 for ac_prog in cl.exe
3629 # Extract the first word of "$ac_prog", so it can be a program name with args.
3630 set dummy $ac_prog; ac_word=$2
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3632 $as_echo_n "checking for $ac_word... " >&6; }
3633 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3634 $as_echo_n "(cached) " >&6
3636 if test -n "$ac_ct_CC"; then
3637 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3643 test -z "$as_dir" && as_dir=.
3644 for ac_exec_ext in '' $ac_executable_extensions; do
3645 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3646 ac_cv_prog_ac_ct_CC="$ac_prog"
3647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3656 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3657 if test -n "$ac_ct_CC"; then
3658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3659 $as_echo "$ac_ct_CC" >&6; }
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3662 $as_echo "no" >&6; }
3666 test -n "$ac_ct_CC" && break
3669 if test "x$ac_ct_CC" = x; then
3672 case $cross_compiling:$ac_tool_warned in
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3676 ac_tool_warned=yes ;;
3685 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3686 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3687 as_fn_error $? "no acceptable C compiler found in \$PATH
3688 See \`config.log' for more details" "$LINENO" 5; }
3690 # Provide some information about the compiler.
3691 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3694 for ac_option in --version -v -V -qversion; do
3695 { { ac_try="$ac_compiler $ac_option >&5"
3697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3698 *) ac_try_echo=$ac_try;;
3700 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3701 $as_echo "$ac_try_echo"; } >&5
3702 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3704 if test -s conftest.err; then
3706 ... rest of stderr output deleted ...
3707 10q' conftest.err >conftest.er1
3708 cat conftest.er1 >&5
3710 rm -f conftest.er1 conftest.err
3711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3712 test $ac_status = 0; }
3715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3716 /* end confdefs.h. */
3726 ac_clean_files_save=$ac_clean_files
3727 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3728 # Try to create an executable without -o first, disregard a.out.
3729 # It will help us diagnose broken compilers, and finding out an intuition
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3732 $as_echo_n "checking whether the C compiler works... " >&6; }
3733 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3735 # The possible output files:
3736 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3739 for ac_file in $ac_files
3742 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3743 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3748 if { { ac_try="$ac_link_default"
3750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751 *) ac_try_echo=$ac_try;;
3753 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3754 $as_echo "$ac_try_echo"; } >&5
3755 (eval "$ac_link_default") 2>&5
3757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3758 test $ac_status = 0; }; then :
3759 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3760 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3761 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3762 # so that the user can short-circuit this test for compilers unknown to
3764 for ac_file in $ac_files ''
3766 test -f "$ac_file" || continue
3768 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3771 # We found the default executable, but exeext='' is most
3775 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3777 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3779 # We set ac_cv_exeext here because the later test for it is not
3780 # safe: cross compilers may not add the suffix if given an `-o'
3781 # argument, so we may need to know it at that point already.
3782 # Even if this section looks crufty: it has the advantage of
3789 test "$ac_cv_exeext" = no && ac_cv_exeext=
3794 if test -z "$ac_file"; then :
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3796 $as_echo "no" >&6; }
3797 $as_echo "$as_me: failed program was:" >&5
3798 sed 's/^/| /' conftest.$ac_ext >&5
3800 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3801 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3802 as_fn_error 77 "C compiler cannot create executables
3803 See \`config.log' for more details" "$LINENO" 5; }
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3806 $as_echo "yes" >&6; }
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3809 $as_echo_n "checking for C compiler default output file name... " >&6; }
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3811 $as_echo "$ac_file" >&6; }
3812 ac_exeext=$ac_cv_exeext
3814 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3815 ac_clean_files=$ac_clean_files_save
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3817 $as_echo_n "checking for suffix of executables... " >&6; }
3818 if { { ac_try="$ac_link"
3820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3821 *) ac_try_echo=$ac_try;;
3823 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3824 $as_echo "$ac_try_echo"; } >&5
3825 (eval "$ac_link") 2>&5
3827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3828 test $ac_status = 0; }; then :
3829 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3830 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3831 # work properly (i.e., refer to `conftest.exe'), while it won't with
3833 for ac_file in conftest.exe conftest conftest.*; do
3834 test -f "$ac_file" || continue
3836 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3837 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3843 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3844 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3845 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3846 See \`config.log' for more details" "$LINENO" 5; }
3848 rm -f conftest conftest$ac_cv_exeext
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3850 $as_echo "$ac_cv_exeext" >&6; }
3852 rm -f conftest.$ac_ext
3853 EXEEXT=$ac_cv_exeext
3855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3856 /* end confdefs.h. */
3861 FILE *f = fopen ("conftest.out", "w");
3862 return ferror (f) || fclose (f) != 0;
3868 ac_clean_files="$ac_clean_files conftest.out"
3869 # Check that the compiler produces executables we can run. If not, either
3870 # the compiler is broken, or we cross compile.
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3872 $as_echo_n "checking whether we are cross compiling... " >&6; }
3873 if test "$cross_compiling" != yes; then
3874 { { ac_try="$ac_link"
3876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3877 *) ac_try_echo=$ac_try;;
3879 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3880 $as_echo "$ac_try_echo"; } >&5
3881 (eval "$ac_link") 2>&5
3883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3884 test $ac_status = 0; }
3885 if { ac_try='./conftest$ac_cv_exeext'
3886 { { case "(($ac_try" in
3887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3888 *) ac_try_echo=$ac_try;;
3890 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3891 $as_echo "$ac_try_echo"; } >&5
3892 (eval "$ac_try") 2>&5
3894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3895 test $ac_status = 0; }; }; then
3898 if test "$cross_compiling" = maybe; then
3901 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3902 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3903 as_fn_error $? "cannot run C compiled programs.
3904 If you meant to cross compile, use \`--host'.
3905 See \`config.log' for more details" "$LINENO" 5; }
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3910 $as_echo "$cross_compiling" >&6; }
3912 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3913 ac_clean_files=$ac_clean_files_save
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3915 $as_echo_n "checking for suffix of object files... " >&6; }
3916 if ${ac_cv_objext+:} false; then :
3917 $as_echo_n "(cached) " >&6
3919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3920 /* end confdefs.h. */
3930 rm -f conftest.o conftest.obj
3931 if { { ac_try="$ac_compile"
3933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3934 *) ac_try_echo=$ac_try;;
3936 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3937 $as_echo "$ac_try_echo"; } >&5
3938 (eval "$ac_compile") 2>&5
3940 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3941 test $ac_status = 0; }; then :
3942 for ac_file in conftest.o conftest.obj conftest.*; do
3943 test -f "$ac_file" || continue;
3945 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3946 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3951 $as_echo "$as_me: failed program was:" >&5
3952 sed 's/^/| /' conftest.$ac_ext >&5
3954 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3955 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3956 as_fn_error $? "cannot compute suffix of object files: cannot compile
3957 See \`config.log' for more details" "$LINENO" 5; }
3959 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3962 $as_echo "$ac_cv_objext" >&6; }
3963 OBJEXT=$ac_cv_objext
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3966 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3967 if ${ac_cv_c_compiler_gnu+:} false; then :
3968 $as_echo_n "(cached) " >&6
3970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3971 /* end confdefs.h. */
3984 if ac_fn_c_try_compile "$LINENO"; then :
3989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3990 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3994 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3995 if test $ac_compiler_gnu = yes; then
4000 ac_test_CFLAGS=${CFLAGS+set}
4001 ac_save_CFLAGS=$CFLAGS
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4003 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4004 if ${ac_cv_prog_cc_g+:} false; then :
4005 $as_echo_n "(cached) " >&6
4007 ac_save_c_werror_flag=$ac_c_werror_flag
4008 ac_c_werror_flag=yes
4011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4012 /* end confdefs.h. */
4022 if ac_fn_c_try_compile "$LINENO"; then :
4026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4027 /* end confdefs.h. */
4037 if ac_fn_c_try_compile "$LINENO"; then :
4040 ac_c_werror_flag=$ac_save_c_werror_flag
4042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4043 /* end confdefs.h. */
4053 if ac_fn_c_try_compile "$LINENO"; then :
4056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4061 ac_c_werror_flag=$ac_save_c_werror_flag
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4064 $as_echo "$ac_cv_prog_cc_g" >&6; }
4065 if test "$ac_test_CFLAGS" = set; then
4066 CFLAGS=$ac_save_CFLAGS
4067 elif test $ac_cv_prog_cc_g = yes; then
4068 if test "$GCC" = yes; then
4074 if test "$GCC" = yes; then
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4081 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4082 if ${ac_cv_prog_cc_c89+:} false; then :
4083 $as_echo_n "(cached) " >&6
4085 ac_cv_prog_cc_c89=no
4087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4088 /* end confdefs.h. */
4092 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4093 struct buf { int x; };
4094 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4095 static char *e (p, i)
4101 static char *f (char * (*g) (char **, int), char **p, ...)
4106 s = g (p, va_arg (v,int));
4111 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4112 function prototypes and stuff, but not '\xHH' hex character constants.
4113 These don't provoke an error unfortunately, instead are silently treated
4114 as 'x'. The following induces an error, until -std is added to get
4115 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4116 array size at least. It's necessary to write '\x00'==0 to get something
4117 that's true only with -std. */
4118 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4120 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4121 inside strings and character constants. */
4123 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4125 int test (int i, double x);
4126 struct s1 {int (*f) (int a);};
4127 struct s2 {int (*f) (double a);};
4128 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4134 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4139 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4140 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4142 CC="$ac_save_CC $ac_arg"
4143 if ac_fn_c_try_compile "$LINENO"; then :
4144 ac_cv_prog_cc_c89=$ac_arg
4146 rm -f core conftest.err conftest.$ac_objext
4147 test "x$ac_cv_prog_cc_c89" != "xno" && break
4149 rm -f conftest.$ac_ext
4154 case "x$ac_cv_prog_cc_c89" in
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4157 $as_echo "none needed" >&6; } ;;
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4160 $as_echo "unsupported" >&6; } ;;
4162 CC="$CC $ac_cv_prog_cc_c89"
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4164 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4166 if test "x$ac_cv_prog_cc_c89" != xno; then :
4171 ac_cpp='$CPP $CPPFLAGS'
4172 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4173 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4174 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4177 ac_cpp='$CPP $CPPFLAGS'
4178 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4179 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4180 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4182 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4183 if ${am_cv_prog_cc_c_o+:} false; then :
4184 $as_echo_n "(cached) " >&6
4186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4187 /* end confdefs.h. */
4197 # Make sure it works both with $CC and with simple cc.
4198 # Following AC_PROG_CC_C_O, we do the test twice because some
4199 # compilers refuse to overwrite an existing .o file with -o,
4200 # though they will create one.
4201 am_cv_prog_cc_c_o=yes
4203 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4204 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4207 (exit $ac_status); } \
4208 && test -f conftest2.$ac_objext; then
4211 am_cv_prog_cc_c_o=no
4215 rm -f core conftest*
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4219 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4220 if test "$am_cv_prog_cc_c_o" != yes; then
4221 # Losing compiler, so override with the script.
4222 # FIXME: It is wrong to rewrite CC.
4223 # But if we don't then we get into trouble of one sort or another.
4224 # A longer-term fix would be to have automake use am__CC in this case,
4225 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4226 CC="$am_aux_dir/compile $CC"
4229 ac_cpp='$CPP $CPPFLAGS'
4230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4234 DEPDIR="${am__leading_dot}deps"
4236 ac_config_commands="$ac_config_commands depfiles"
4239 am_make=${MAKE-make}
4240 cat > confinc << 'END'
4242 @echo this is the am__doit target
4245 # If we don't find an include directive, just comment out the code.
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4247 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4251 # First try GNU make style include.
4252 echo "include confinc" > confmf
4253 # Ignore all kinds of additional output from 'make'.
4254 case `$am_make -s -f confmf 2> /dev/null` in #(
4255 *the\ am__doit\ target*)
4261 # Now try BSD make style include.
4262 if test "$am__include" = "#"; then
4263 echo '.include "confinc"' > confmf
4264 case `$am_make -s -f confmf 2> /dev/null` in #(
4265 *the\ am__doit\ target*)
4266 am__include=.include
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4275 $as_echo "$_am_result" >&6; }
4276 rm -f confinc confmf
4278 # Check whether --enable-dependency-tracking was given.
4279 if test "${enable_dependency_tracking+set}" = set; then :
4280 enableval=$enable_dependency_tracking;
4283 if test "x$enable_dependency_tracking" != xno; then
4284 am_depcomp="$ac_aux_dir/depcomp"
4288 if test "x$enable_dependency_tracking" != xno; then
4298 depcc="$CC" am_compiler_list=
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4301 $as_echo_n "checking dependency style of $depcc... " >&6; }
4302 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4303 $as_echo_n "(cached) " >&6
4305 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4306 # We make a subdir and do the tests there. Otherwise we can end up
4307 # making bogus files that we don't know about and never remove. For
4308 # instance it was reported that on HP-UX the gcc test will end up
4309 # making a dummy file named 'D' -- because '-MD' means "put the output
4313 # Copy depcomp to subdir because otherwise we won't find it if we're
4314 # using a relative directory.
4315 cp "$am_depcomp" conftest.dir
4317 # We will build objects and dependencies in a subdirectory because
4318 # it helps to detect inapplicable dependency modes. For instance
4319 # both Tru64's cc and ICC support -MD to output dependencies as a
4320 # side effect of compilation, but ICC will put the dependencies in
4321 # the current directory while Tru64 will put them in the object
4325 am_cv_CC_dependencies_compiler_type=none
4326 if test "$am_compiler_list" = ""; then
4327 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4330 case " $depcc " in #(
4331 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4334 for depmode in $am_compiler_list; do
4335 # Setup a source with many dependencies, because some compilers
4336 # like to wrap large dependency lists on column 80 (with \), and
4337 # we should not choose a depcomp mode which is confused by this.
4339 # We need to recreate these files for each test, as the compiler may
4340 # overwrite some of them when testing with obscure command lines.
4341 # This happens at least with the AIX C compiler.
4343 for i in 1 2 3 4 5 6; do
4344 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4345 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4346 # Solaris 10 /bin/sh.
4347 echo '/* dummy */' > sub/conftst$i.h
4349 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4351 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4352 # mode. It turns out that the SunPro C++ compiler does not properly
4353 # handle '-M -o', and we need to detect this. Also, some Intel
4354 # versions had trouble with output in subdirs.
4355 am__obj=sub/conftest.${OBJEXT-o}
4356 am__minus_obj="-o $am__obj"
4359 # This depmode causes a compiler race in universal mode.
4360 test "$am__universal" = false || continue
4363 # After this tag, mechanisms are not by side-effect, so they'll
4364 # only be used when explicitly requested.
4365 if test "x$enable_dependency_tracking" = xyes; then
4371 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4372 # This compiler won't grok '-c -o', but also, the minuso test has
4373 # not run yet. These depmodes are late enough in the game, and
4374 # so weak that their functioning should not be impacted.
4375 am__obj=conftest.${OBJEXT-o}
4380 if depmode=$depmode \
4381 source=sub/conftest.c object=$am__obj \
4382 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4383 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4384 >/dev/null 2>conftest.err &&
4385 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4386 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4387 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4388 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4389 # icc doesn't choke on unknown options, it will just issue warnings
4390 # or remarks (even with -Werror). So we grep stderr for any message
4391 # that says an option was ignored or not supported.
4392 # When given -MP, icc 7.0 and 7.1 complain thusly:
4393 # icc: Command line warning: ignoring option '-M'; no argument required
4394 # The diagnosis changed in icc 8.0:
4395 # icc: Command line remark: option '-MP' not supported
4396 if (grep 'ignoring option' conftest.err ||
4397 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4398 am_cv_CC_dependencies_compiler_type=$depmode
4407 am_cv_CC_dependencies_compiler_type=none
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4412 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4413 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4416 test "x$enable_dependency_tracking" != xno \
4417 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4419 am__fastdepCC_FALSE='#'
4421 am__fastdepCC_TRUE='#'
4422 am__fastdepCC_FALSE=
4428 ac_cpp='$CPP $CPPFLAGS'
4429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4433 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4434 # On Suns, sometimes $CPP names a directory.
4435 if test -n "$CPP" && test -d "$CPP"; then
4438 if test -z "$CPP"; then
4439 if ${ac_cv_prog_CPP+:} false; then :
4440 $as_echo_n "(cached) " >&6
4442 # Double quotes because CPP needs to be expanded
4443 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4446 for ac_c_preproc_warn_flag in '' yes
4448 # Use a header file that comes with gcc, so configuring glibc
4449 # with a fresh cross-compiler works.
4450 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4451 # <limits.h> exists even on freestanding compilers.
4452 # On the NeXT, cc -E runs the code through the compiler's parser,
4453 # not just through cpp. "Syntax error" is here to catch this case.
4454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4455 /* end confdefs.h. */
4457 # include <limits.h>
4459 # include <assert.h>
4463 if ac_fn_c_try_cpp "$LINENO"; then :
4466 # Broken: fails on valid input.
4469 rm -f conftest.err conftest.i conftest.$ac_ext
4471 # OK, works on sane cases. Now check whether nonexistent headers
4472 # can be detected and how.
4473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4474 /* end confdefs.h. */
4475 #include <ac_nonexistent.h>
4477 if ac_fn_c_try_cpp "$LINENO"; then :
4478 # Broken: success on invalid input.
4481 # Passes both tests.
4485 rm -f conftest.err conftest.i conftest.$ac_ext
4488 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4489 rm -f conftest.i conftest.err conftest.$ac_ext
4490 if $ac_preproc_ok; then :
4502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4503 $as_echo "$CPP" >&6; }
4505 for ac_c_preproc_warn_flag in '' yes
4507 # Use a header file that comes with gcc, so configuring glibc
4508 # with a fresh cross-compiler works.
4509 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4510 # <limits.h> exists even on freestanding compilers.
4511 # On the NeXT, cc -E runs the code through the compiler's parser,
4512 # not just through cpp. "Syntax error" is here to catch this case.
4513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4514 /* end confdefs.h. */
4516 # include <limits.h>
4518 # include <assert.h>
4522 if ac_fn_c_try_cpp "$LINENO"; then :
4525 # Broken: fails on valid input.
4528 rm -f conftest.err conftest.i conftest.$ac_ext
4530 # OK, works on sane cases. Now check whether nonexistent headers
4531 # can be detected and how.
4532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4533 /* end confdefs.h. */
4534 #include <ac_nonexistent.h>
4536 if ac_fn_c_try_cpp "$LINENO"; then :
4537 # Broken: success on invalid input.
4540 # Passes both tests.
4544 rm -f conftest.err conftest.i conftest.$ac_ext
4547 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4548 rm -f conftest.i conftest.err conftest.$ac_ext
4549 if $ac_preproc_ok; then :
4552 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4554 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4555 See \`config.log' for more details" "$LINENO" 5; }
4559 ac_cpp='$CPP $CPPFLAGS'
4560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4566 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4567 if ${ac_cv_path_GREP+:} false; then :
4568 $as_echo_n "(cached) " >&6
4570 if test -z "$GREP"; then
4571 ac_path_GREP_found=false
4572 # Loop through the user's path and test for each of PROGNAME-LIST
4573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4574 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4577 test -z "$as_dir" && as_dir=.
4578 for ac_prog in grep ggrep; do
4579 for ac_exec_ext in '' $ac_executable_extensions; do
4580 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4581 as_fn_executable_p "$ac_path_GREP" || continue
4582 # Check for GNU ac_path_GREP and select it if it is found.
4583 # Check for GNU $ac_path_GREP
4584 case `"$ac_path_GREP" --version 2>&1` in
4586 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4589 $as_echo_n 0123456789 >"conftest.in"
4592 cat "conftest.in" "conftest.in" >"conftest.tmp"
4593 mv "conftest.tmp" "conftest.in"
4594 cp "conftest.in" "conftest.nl"
4595 $as_echo 'GREP' >> "conftest.nl"
4596 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4597 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4598 as_fn_arith $ac_count + 1 && ac_count=$as_val
4599 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4600 # Best one so far, save it but keep looking for a better one
4601 ac_cv_path_GREP="$ac_path_GREP"
4602 ac_path_GREP_max=$ac_count
4604 # 10*(2^10) chars as input seems more than enough
4605 test $ac_count -gt 10 && break
4607 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4610 $ac_path_GREP_found && break 3
4615 if test -z "$ac_cv_path_GREP"; then
4616 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4619 ac_cv_path_GREP=$GREP
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4624 $as_echo "$ac_cv_path_GREP" >&6; }
4625 GREP="$ac_cv_path_GREP"
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4629 $as_echo_n "checking for egrep... " >&6; }
4630 if ${ac_cv_path_EGREP+:} false; then :
4631 $as_echo_n "(cached) " >&6
4633 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4634 then ac_cv_path_EGREP="$GREP -E"
4636 if test -z "$EGREP"; then
4637 ac_path_EGREP_found=false
4638 # Loop through the user's path and test for each of PROGNAME-LIST
4639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4640 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4643 test -z "$as_dir" && as_dir=.
4644 for ac_prog in egrep; do
4645 for ac_exec_ext in '' $ac_executable_extensions; do
4646 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4647 as_fn_executable_p "$ac_path_EGREP" || continue
4648 # Check for GNU ac_path_EGREP and select it if it is found.
4649 # Check for GNU $ac_path_EGREP
4650 case `"$ac_path_EGREP" --version 2>&1` in
4652 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4655 $as_echo_n 0123456789 >"conftest.in"
4658 cat "conftest.in" "conftest.in" >"conftest.tmp"
4659 mv "conftest.tmp" "conftest.in"
4660 cp "conftest.in" "conftest.nl"
4661 $as_echo 'EGREP' >> "conftest.nl"
4662 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4663 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4664 as_fn_arith $ac_count + 1 && ac_count=$as_val
4665 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4666 # Best one so far, save it but keep looking for a better one
4667 ac_cv_path_EGREP="$ac_path_EGREP"
4668 ac_path_EGREP_max=$ac_count
4670 # 10*(2^10) chars as input seems more than enough
4671 test $ac_count -gt 10 && break
4673 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4676 $ac_path_EGREP_found && break 3
4681 if test -z "$ac_cv_path_EGREP"; then
4682 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4685 ac_cv_path_EGREP=$EGREP
4690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4691 $as_echo "$ac_cv_path_EGREP" >&6; }
4692 EGREP="$ac_cv_path_EGREP"
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4696 $as_echo_n "checking for ANSI C header files... " >&6; }
4697 if ${ac_cv_header_stdc+:} false; then :
4698 $as_echo_n "(cached) " >&6
4700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4701 /* end confdefs.h. */
4715 if ac_fn_c_try_compile "$LINENO"; then :
4716 ac_cv_header_stdc=yes
4718 ac_cv_header_stdc=no
4720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4722 if test $ac_cv_header_stdc = yes; then
4723 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4725 /* end confdefs.h. */
4729 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4730 $EGREP "memchr" >/dev/null 2>&1; then :
4733 ac_cv_header_stdc=no
4739 if test $ac_cv_header_stdc = yes; then
4740 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4742 /* end confdefs.h. */
4746 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4747 $EGREP "free" >/dev/null 2>&1; then :
4750 ac_cv_header_stdc=no
4756 if test $ac_cv_header_stdc = yes; then
4757 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4758 if test "$cross_compiling" = yes; then :
4761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4762 /* end confdefs.h. */
4765 #if ((' ' & 0x0FF) == 0x020)
4766 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4767 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4769 # define ISLOWER(c) \
4770 (('a' <= (c) && (c) <= 'i') \
4771 || ('j' <= (c) && (c) <= 'r') \
4772 || ('s' <= (c) && (c) <= 'z'))
4773 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4776 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4781 for (i = 0; i < 256; i++)
4782 if (XOR (islower (i), ISLOWER (i))
4783 || toupper (i) != TOUPPER (i))
4788 if ac_fn_c_try_run "$LINENO"; then :
4791 ac_cv_header_stdc=no
4793 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4794 conftest.$ac_objext conftest.beam conftest.$ac_ext
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4800 $as_echo "$ac_cv_header_stdc" >&6; }
4801 if test $ac_cv_header_stdc = yes; then
4803 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4807 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4808 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4809 inttypes.h stdint.h unistd.h
4811 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4812 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4814 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4815 cat >>confdefs.h <<_ACEOF
4816 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4825 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4826 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4833 if test "$MINIX" = yes; then
4835 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4838 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4841 $as_echo "#define _MINIX 1" >>confdefs.h
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4847 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4848 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4849 $as_echo_n "(cached) " >&6
4851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4852 /* end confdefs.h. */
4854 # define __EXTENSIONS__ 1
4855 $ac_includes_default
4864 if ac_fn_c_try_compile "$LINENO"; then :
4865 ac_cv_safe_to_define___extensions__=yes
4867 ac_cv_safe_to_define___extensions__=no
4869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4872 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4873 test $ac_cv_safe_to_define___extensions__ = yes &&
4874 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4876 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4878 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4880 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4882 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4891 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4896 macro_version='2.2.7a'
4897 macro_revision='1.3134'
4911 ltmain="$ac_aux_dir/ltmain.sh"
4913 # Backslashify metacharacters that are still active within
4914 # double-quoted strings.
4915 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4917 # Same as above, but do not quote variable references.
4918 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4920 # Sed substitution to delay expansion of an escaped shell variable in a
4921 # double_quote_subst'ed string.
4922 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4924 # Sed substitution to delay expansion of an escaped single quote.
4925 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4927 # Sed substitution to avoid accidental globbing in evaled expressions
4928 no_glob_subst='s/\*/\\\*/g'
4930 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4931 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4932 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4935 $as_echo_n "checking how to print strings... " >&6; }
4936 # Test print first, because it will be a builtin if present.
4937 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4938 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4940 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4943 # Use this function as a fallback that always works.
4944 func_fallback_echo ()
4946 eval 'cat <<_LTECHO_EOF
4950 ECHO='func_fallback_echo'
4953 # func_echo_all arg...
4954 # Invoke $ECHO with all args, space-separated.
4961 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4962 $as_echo "printf" >&6; } ;;
4963 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4964 $as_echo "print -r" >&6; } ;;
4965 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4966 $as_echo "cat" >&6; } ;;
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4983 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4984 if ${ac_cv_path_SED+:} false; then :
4985 $as_echo_n "(cached) " >&6
4987 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4988 for ac_i in 1 2 3 4 5 6 7; do
4989 ac_script="$ac_script$as_nl$ac_script"
4991 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4992 { ac_script=; unset ac_script;}
4993 if test -z "$SED"; then
4994 ac_path_SED_found=false
4995 # Loop through the user's path and test for each of PROGNAME-LIST
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5000 test -z "$as_dir" && as_dir=.
5001 for ac_prog in sed gsed; do
5002 for ac_exec_ext in '' $ac_executable_extensions; do
5003 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5004 as_fn_executable_p "$ac_path_SED" || continue
5005 # Check for GNU ac_path_SED and select it if it is found.
5006 # Check for GNU $ac_path_SED
5007 case `"$ac_path_SED" --version 2>&1` in
5009 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5012 $as_echo_n 0123456789 >"conftest.in"
5015 cat "conftest.in" "conftest.in" >"conftest.tmp"
5016 mv "conftest.tmp" "conftest.in"
5017 cp "conftest.in" "conftest.nl"
5018 $as_echo '' >> "conftest.nl"
5019 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5020 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5021 as_fn_arith $ac_count + 1 && ac_count=$as_val
5022 if test $ac_count -gt ${ac_path_SED_max-0}; then
5023 # Best one so far, save it but keep looking for a better one
5024 ac_cv_path_SED="$ac_path_SED"
5025 ac_path_SED_max=$ac_count
5027 # 10*(2^10) chars as input seems more than enough
5028 test $ac_count -gt 10 && break
5030 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5033 $ac_path_SED_found && break 3
5038 if test -z "$ac_cv_path_SED"; then
5039 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5047 $as_echo "$ac_cv_path_SED" >&6; }
5048 SED="$ac_cv_path_SED"
5051 test -z "$SED" && SED=sed
5052 Xsed="$SED -e 1s/^X//"
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5065 $as_echo_n "checking for fgrep... " >&6; }
5066 if ${ac_cv_path_FGREP+:} false; then :
5067 $as_echo_n "(cached) " >&6
5069 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5070 then ac_cv_path_FGREP="$GREP -F"
5072 if test -z "$FGREP"; then
5073 ac_path_FGREP_found=false
5074 # Loop through the user's path and test for each of PROGNAME-LIST
5075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5076 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5079 test -z "$as_dir" && as_dir=.
5080 for ac_prog in fgrep; do
5081 for ac_exec_ext in '' $ac_executable_extensions; do
5082 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5083 as_fn_executable_p "$ac_path_FGREP" || continue
5084 # Check for GNU ac_path_FGREP and select it if it is found.
5085 # Check for GNU $ac_path_FGREP
5086 case `"$ac_path_FGREP" --version 2>&1` in
5088 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5091 $as_echo_n 0123456789 >"conftest.in"
5094 cat "conftest.in" "conftest.in" >"conftest.tmp"
5095 mv "conftest.tmp" "conftest.in"
5096 cp "conftest.in" "conftest.nl"
5097 $as_echo 'FGREP' >> "conftest.nl"
5098 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5099 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5100 as_fn_arith $ac_count + 1 && ac_count=$as_val
5101 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5102 # Best one so far, save it but keep looking for a better one
5103 ac_cv_path_FGREP="$ac_path_FGREP"
5104 ac_path_FGREP_max=$ac_count
5106 # 10*(2^10) chars as input seems more than enough
5107 test $ac_count -gt 10 && break
5109 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5112 $ac_path_FGREP_found && break 3
5117 if test -z "$ac_cv_path_FGREP"; then
5118 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5121 ac_cv_path_FGREP=$FGREP
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5127 $as_echo "$ac_cv_path_FGREP" >&6; }
5128 FGREP="$ac_cv_path_FGREP"
5131 test -z "$GREP" && GREP=grep
5151 # Check whether --with-gnu-ld was given.
5152 if test "${with_gnu_ld+set}" = set; then :
5153 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5159 if test "$GCC" = yes; then
5160 # Check if gcc -print-prog-name=ld gives a path.
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5162 $as_echo_n "checking for ld used by $CC... " >&6; }
5165 # gcc leaves a trailing carriage return which upsets mingw
5166 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5168 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5171 # Accept absolute paths.
5173 re_direlt='/[^/][^/]*/\.\./'
5174 # Canonicalize the pathname of ld
5175 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5176 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5177 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5179 test -z "$LD" && LD="$ac_prog"
5182 # If it fails, then pretend we aren't using GCC.
5186 # If it is relative, then search for the first ld in PATH.
5190 elif test "$with_gnu_ld" = yes; then
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5192 $as_echo_n "checking for GNU ld... " >&6; }
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5195 $as_echo_n "checking for non-GNU ld... " >&6; }
5197 if ${lt_cv_path_LD+:} false; then :
5198 $as_echo_n "(cached) " >&6
5200 if test -z "$LD"; then
5201 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5202 for ac_dir in $PATH; do
5204 test -z "$ac_dir" && ac_dir=.
5205 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5206 lt_cv_path_LD="$ac_dir/$ac_prog"
5207 # Check to see if the program is GNU ld. I'd rather use --version,
5208 # but apparently some variants of GNU ld only accept -v.
5209 # Break only if it was the GNU/non-GNU ld that we prefer.
5210 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5211 *GNU* | *'with BFD'*)
5212 test "$with_gnu_ld" != no && break
5215 test "$with_gnu_ld" != yes && break
5222 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5227 if test -n "$LD"; then
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5229 $as_echo "$LD" >&6; }
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5232 $as_echo "no" >&6; }
5234 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5236 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5237 if ${lt_cv_prog_gnu_ld+:} false; then :
5238 $as_echo_n "(cached) " >&6
5240 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5241 case `$LD -v 2>&1 </dev/null` in
5242 *GNU* | *'with BFD'*)
5243 lt_cv_prog_gnu_ld=yes
5246 lt_cv_prog_gnu_ld=no
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5251 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5252 with_gnu_ld=$lt_cv_prog_gnu_ld
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5263 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5264 if ${lt_cv_path_NM+:} false; then :
5265 $as_echo_n "(cached) " >&6
5267 if test -n "$NM"; then
5268 # Let the user override the nm to test.
5269 lt_nm_to_check="$NM"
5271 lt_nm_to_check="${ac_tool_prefix}nm"
5272 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5273 lt_nm_to_check="$lt_nm_to_check nm"
5276 for lt_tmp_nm in $lt_nm_to_check; do
5277 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5278 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5280 test -z "$ac_dir" && ac_dir=.
5281 case "$lt_tmp_nm" in
5282 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5283 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5285 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5286 # Check to see if the nm accepts a BSD-compat flag.
5287 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5288 # nm: unknown option "B" ignored
5289 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5290 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5294 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5296 lt_cv_path_NM="$tmp_nm -p"
5300 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5301 continue # so that we can try to find one that supports BSD flags
5310 : ${lt_cv_path_NM=no}
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5313 $as_echo "$lt_cv_path_NM" >&6; }
5314 if test "$lt_cv_path_NM" != "no"; then
5317 # Didn't find any BSD compatible name lister, look for dumpbin.
5318 if test -n "$DUMPBIN"; then :
5319 # Let the user override the test.
5321 if test -n "$ac_tool_prefix"; then
5322 for ac_prog in dumpbin "link -dump"
5324 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5325 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5327 $as_echo_n "checking for $ac_word... " >&6; }
5328 if ${ac_cv_prog_DUMPBIN+:} false; then :
5329 $as_echo_n "(cached) " >&6
5331 if test -n "$DUMPBIN"; then
5332 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5338 test -z "$as_dir" && as_dir=.
5339 for ac_exec_ext in '' $ac_executable_extensions; do
5340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5341 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5351 DUMPBIN=$ac_cv_prog_DUMPBIN
5352 if test -n "$DUMPBIN"; then
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5354 $as_echo "$DUMPBIN" >&6; }
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5357 $as_echo "no" >&6; }
5361 test -n "$DUMPBIN" && break
5364 if test -z "$DUMPBIN"; then
5365 ac_ct_DUMPBIN=$DUMPBIN
5366 for ac_prog in dumpbin "link -dump"
5368 # Extract the first word of "$ac_prog", so it can be a program name with args.
5369 set dummy $ac_prog; ac_word=$2
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5371 $as_echo_n "checking for $ac_word... " >&6; }
5372 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5373 $as_echo_n "(cached) " >&6
5375 if test -n "$ac_ct_DUMPBIN"; then
5376 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5382 test -z "$as_dir" && as_dir=.
5383 for ac_exec_ext in '' $ac_executable_extensions; do
5384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5385 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5395 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5396 if test -n "$ac_ct_DUMPBIN"; then
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5398 $as_echo "$ac_ct_DUMPBIN" >&6; }
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5401 $as_echo "no" >&6; }
5405 test -n "$ac_ct_DUMPBIN" && break
5408 if test "x$ac_ct_DUMPBIN" = x; then
5411 case $cross_compiling:$ac_tool_warned in
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5415 ac_tool_warned=yes ;;
5417 DUMPBIN=$ac_ct_DUMPBIN
5421 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5423 DUMPBIN="$DUMPBIN -symbols"
5431 if test "$DUMPBIN" != ":"; then
5435 test -z "$NM" && NM=nm
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5443 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5444 if ${lt_cv_nm_interface+:} false; then :
5445 $as_echo_n "(cached) " >&6
5447 lt_cv_nm_interface="BSD nm"
5448 echo "int some_variable = 0;" > conftest.$ac_ext
5449 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5450 (eval "$ac_compile" 2>conftest.err)
5451 cat conftest.err >&5
5452 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5453 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5454 cat conftest.err >&5
5455 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5456 cat conftest.out >&5
5457 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5458 lt_cv_nm_interface="MS dumpbin"
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5463 $as_echo "$lt_cv_nm_interface" >&6; }
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5466 $as_echo_n "checking whether ln -s works... " >&6; }
5468 if test "$LN_S" = "ln -s"; then
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5470 $as_echo "yes" >&6; }
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5473 $as_echo "no, using $LN_S" >&6; }
5476 # find the maximum length of command line arguments
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5478 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5479 if ${lt_cv_sys_max_cmd_len+:} false; then :
5480 $as_echo_n "(cached) " >&6
5487 # On DJGPP, this test can blow up pretty badly due to problems in libc
5488 # (any single argument exceeding 2000 bytes causes a buffer overrun
5489 # during glob expansion). Even if it were fixed, the result of this
5490 # check would be larger than it should be.
5491 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5495 # Under GNU Hurd, this test is not required because there is
5496 # no limit to the length of command line arguments.
5497 # Libtool will interpret -1 as no limit whatsoever
5498 lt_cv_sys_max_cmd_len=-1;
5501 cygwin* | mingw* | cegcc*)
5502 # On Win9x/ME, this test blows up -- it succeeds, but takes
5503 # about 5 minutes as the teststring grows exponentially.
5504 # Worse, since 9x/ME are not pre-emptively multitasking,
5505 # you end up with a "frozen" computer, even though with patience
5506 # the test eventually succeeds (with a max line length of 256k).
5507 # Instead, let's just punt: use the minimum linelength reported by
5508 # all of the supported platforms: 8192 (on NT/2K/XP).
5509 lt_cv_sys_max_cmd_len=8192;
5513 # On MiNT this can take a long time and run out of memory.
5514 lt_cv_sys_max_cmd_len=8192;
5518 # On AmigaOS with pdksh, this test takes hours, literally.
5519 # So we just punt and use a minimum line length of 8192.
5520 lt_cv_sys_max_cmd_len=8192;
5523 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5524 # This has been around since 386BSD, at least. Likely further.
5525 if test -x /sbin/sysctl; then
5526 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5527 elif test -x /usr/sbin/sysctl; then
5528 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5530 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5532 # And add a safety zone
5533 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5534 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5538 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5539 lt_cv_sys_max_cmd_len=196608
5543 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5544 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5545 # nice to cause kernel panics so lets avoid the loop below.
5546 # First set a reasonable default.
5547 lt_cv_sys_max_cmd_len=16384
5549 if test -x /sbin/sysconfig; then
5550 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5551 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5556 lt_cv_sys_max_cmd_len=102400
5558 sysv5* | sco5v6* | sysv4.2uw2*)
5559 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5560 if test -n "$kargmax"; then
5561 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5563 lt_cv_sys_max_cmd_len=32768
5567 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5568 if test -n "$lt_cv_sys_max_cmd_len"; then
5569 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5570 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5572 # Make teststring a little bigger before we do anything with it.
5573 # a 1K string should be a reasonable start.
5574 for i in 1 2 3 4 5 6 7 8 ; do
5575 teststring=$teststring$teststring
5577 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5578 # If test is not a shell built-in, we'll probably end up computing a
5579 # maximum length that is only half of the actual maximum length, but
5581 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5582 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5583 test $i != 17 # 1/2 MB should be enough
5586 teststring=$teststring$teststring
5588 # Only check the string length outside the loop.
5589 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5591 # Add a significant safety factor because C++ compilers can tack on
5592 # massive amounts of additional arguments before passing them to the
5593 # linker. It appears as though 1/2 is a usable value.
5594 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5601 if test -n $lt_cv_sys_max_cmd_len ; then
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5603 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5606 $as_echo "none" >&6; }
5608 max_cmd_len=$lt_cv_sys_max_cmd_len
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5620 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5621 # Try some XSI features
5624 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5626 && eval 'test $(( 1 + 1 )) -eq 2 \
5627 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5630 $as_echo "$xsi_shell" >&6; }
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5634 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5636 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5638 && lt_shell_append=yes
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5640 $as_echo "$lt_shell_append" >&6; }
5643 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5653 # test EBCDIC or ASCII
5654 case `echo X|tr X '\101'` in
5655 A) # ASCII based system
5656 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5657 lt_SP2NL='tr \040 \012'
5658 lt_NL2SP='tr \015\012 \040\040'
5660 *) # EBCDIC based system
5661 lt_SP2NL='tr \100 \n'
5662 lt_NL2SP='tr \r\n \100\100'
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5675 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5676 if ${lt_cv_ld_reload_flag+:} false; then :
5677 $as_echo_n "(cached) " >&6
5679 lt_cv_ld_reload_flag='-r'
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5682 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5683 reload_flag=$lt_cv_ld_reload_flag
5684 case $reload_flag in
5686 *) reload_flag=" $reload_flag" ;;
5688 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5691 if test "$GCC" = yes; then
5692 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5694 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5707 if test -n "$ac_tool_prefix"; then
5708 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5709 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if ${ac_cv_prog_OBJDUMP+:} false; then :
5713 $as_echo_n "(cached) " >&6
5715 if test -n "$OBJDUMP"; then
5716 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5722 test -z "$as_dir" && as_dir=.
5723 for ac_exec_ext in '' $ac_executable_extensions; do
5724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5725 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5735 OBJDUMP=$ac_cv_prog_OBJDUMP
5736 if test -n "$OBJDUMP"; then
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5738 $as_echo "$OBJDUMP" >&6; }
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5741 $as_echo "no" >&6; }
5746 if test -z "$ac_cv_prog_OBJDUMP"; then
5747 ac_ct_OBJDUMP=$OBJDUMP
5748 # Extract the first word of "objdump", so it can be a program name with args.
5749 set dummy objdump; ac_word=$2
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5751 $as_echo_n "checking for $ac_word... " >&6; }
5752 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5753 $as_echo_n "(cached) " >&6
5755 if test -n "$ac_ct_OBJDUMP"; then
5756 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5762 test -z "$as_dir" && as_dir=.
5763 for ac_exec_ext in '' $ac_executable_extensions; do
5764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5765 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5775 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5776 if test -n "$ac_ct_OBJDUMP"; then
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5778 $as_echo "$ac_ct_OBJDUMP" >&6; }
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5781 $as_echo "no" >&6; }
5784 if test "x$ac_ct_OBJDUMP" = x; then
5787 case $cross_compiling:$ac_tool_warned in
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5790 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5791 ac_tool_warned=yes ;;
5793 OBJDUMP=$ac_ct_OBJDUMP
5796 OBJDUMP="$ac_cv_prog_OBJDUMP"
5799 test -z "$OBJDUMP" && OBJDUMP=objdump
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5810 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5811 if ${lt_cv_deplibs_check_method+:} false; then :
5812 $as_echo_n "(cached) " >&6
5814 lt_cv_file_magic_cmd='$MAGIC_CMD'
5815 lt_cv_file_magic_test_file=
5816 lt_cv_deplibs_check_method='unknown'
5817 # Need to set the preceding variable on all platforms that support
5818 # interlibrary dependencies.
5819 # 'none' -- dependencies not supported.
5820 # `unknown' -- same as none, but documents that we really don't know.
5821 # 'pass_all' -- all dependencies passed with no checks.
5822 # 'test_compile' -- check by making test program.
5823 # 'file_magic [[regex]]' -- check by looking for files in library path
5824 # which responds to the $file_magic_cmd with a given extended regex.
5825 # If you have `file' or equivalent on your system and you're not sure
5826 # whether `pass_all' will *always* work, you probably want this one.
5830 lt_cv_deplibs_check_method=pass_all
5834 lt_cv_deplibs_check_method=pass_all
5838 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5839 lt_cv_file_magic_cmd='/usr/bin/file -L'
5840 lt_cv_file_magic_test_file=/shlib/libc.so
5844 # func_win32_libid is a shell function defined in ltmain.sh
5845 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5846 lt_cv_file_magic_cmd='func_win32_libid'
5850 # Base MSYS/MinGW do not provide the 'file' command needed by
5851 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5852 # unless we find 'file', for example because we are cross-compiling.
5853 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5854 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5855 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5856 lt_cv_file_magic_cmd='func_win32_libid'
5858 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5859 lt_cv_file_magic_cmd='$OBJDUMP -f'
5864 # use the weaker test based on 'objdump'. See mingw*.
5865 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5866 lt_cv_file_magic_cmd='$OBJDUMP -f'
5869 darwin* | rhapsody*)
5870 lt_cv_deplibs_check_method=pass_all
5873 freebsd* | dragonfly*)
5874 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5877 # Not sure whether the presence of OpenBSD here was a mistake.
5878 # Let's accept both of them until this is cleared up.
5879 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5880 lt_cv_file_magic_cmd=/usr/bin/file
5881 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5885 lt_cv_deplibs_check_method=pass_all
5890 lt_cv_deplibs_check_method=pass_all
5894 lt_cv_deplibs_check_method=pass_all
5897 hpux10.20* | hpux11*)
5898 lt_cv_file_magic_cmd=/usr/bin/file
5901 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5902 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5905 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]'
5906 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5909 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5910 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5916 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5917 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5920 irix5* | irix6* | nonstopux*)
5922 *-32|*"-32 ") libmagic=32-bit;;
5923 *-n32|*"-n32 ") libmagic=N32;;
5924 *-64|*"-64 ") libmagic=64-bit;;
5925 *) libmagic=never-match;;
5927 lt_cv_deplibs_check_method=pass_all
5930 # This must be Linux ELF.
5931 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5932 lt_cv_deplibs_check_method=pass_all
5936 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5937 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5939 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5944 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5945 lt_cv_file_magic_cmd=/usr/bin/file
5946 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5950 lt_cv_deplibs_check_method=pass_all
5954 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5955 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5957 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5961 osf3* | osf4* | osf5*)
5962 lt_cv_deplibs_check_method=pass_all
5966 lt_cv_deplibs_check_method=pass_all
5970 lt_cv_deplibs_check_method=pass_all
5973 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5974 lt_cv_deplibs_check_method=pass_all
5978 case $host_vendor in
5980 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]'
5981 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5984 lt_cv_deplibs_check_method=pass_all
5987 lt_cv_file_magic_cmd='/bin/file'
5988 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5991 lt_cv_file_magic_cmd='/bin/file'
5992 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5993 lt_cv_file_magic_test_file=/lib/libc.so
5996 lt_cv_deplibs_check_method=pass_all
5999 lt_cv_deplibs_check_method=pass_all
6005 lt_cv_deplibs_check_method=pass_all
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6011 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6012 file_magic_cmd=$lt_cv_file_magic_cmd
6013 deplibs_check_method=$lt_cv_deplibs_check_method
6014 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6028 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6029 for plugin in $plugin_names; do
6030 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6031 if test x$plugin_so = x$plugin; then
6032 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6034 if test x$plugin_so != x$plugin; then
6035 plugin_option="--plugin $plugin_so"
6040 if test -n "$ac_tool_prefix"; then
6041 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6042 set dummy ${ac_tool_prefix}ar; ac_word=$2
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6044 $as_echo_n "checking for $ac_word... " >&6; }
6045 if ${ac_cv_prog_AR+:} false; then :
6046 $as_echo_n "(cached) " >&6
6048 if test -n "$AR"; then
6049 ac_cv_prog_AR="$AR" # Let the user override the test.
6051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 test -z "$as_dir" && as_dir=.
6056 for ac_exec_ext in '' $ac_executable_extensions; do
6057 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6058 ac_cv_prog_AR="${ac_tool_prefix}ar"
6059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6069 if test -n "$AR"; then
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6071 $as_echo "$AR" >&6; }
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6074 $as_echo "no" >&6; }
6079 if test -z "$ac_cv_prog_AR"; then
6081 # Extract the first word of "ar", so it can be a program name with args.
6082 set dummy ar; ac_word=$2
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6084 $as_echo_n "checking for $ac_word... " >&6; }
6085 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6086 $as_echo_n "(cached) " >&6
6088 if test -n "$ac_ct_AR"; then
6089 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6095 test -z "$as_dir" && as_dir=.
6096 for ac_exec_ext in '' $ac_executable_extensions; do
6097 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6098 ac_cv_prog_ac_ct_AR="ar"
6099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6109 if test -n "$ac_ct_AR"; then
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6111 $as_echo "$ac_ct_AR" >&6; }
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6114 $as_echo "no" >&6; }
6117 if test "x$ac_ct_AR" = x; then
6120 case $cross_compiling:$ac_tool_warned in
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6123 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6124 ac_tool_warned=yes ;;
6132 test -z "$AR" && AR=ar
6133 if test -n "$plugin_option"; then
6134 if $AR --help 2>&1 | grep -q "\--plugin"; then
6136 $AR $plugin_option rc conftest.a conftest.c
6137 if test "$?" != 0; then
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6139 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6141 AR="$AR $plugin_option"
6146 test -z "$AR_FLAGS" && AR_FLAGS=cru
6158 if test -n "$ac_tool_prefix"; then
6159 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6160 set dummy ${ac_tool_prefix}strip; ac_word=$2
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6162 $as_echo_n "checking for $ac_word... " >&6; }
6163 if ${ac_cv_prog_STRIP+:} false; then :
6164 $as_echo_n "(cached) " >&6
6166 if test -n "$STRIP"; then
6167 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6173 test -z "$as_dir" && as_dir=.
6174 for ac_exec_ext in '' $ac_executable_extensions; do
6175 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6176 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6186 STRIP=$ac_cv_prog_STRIP
6187 if test -n "$STRIP"; then
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6189 $as_echo "$STRIP" >&6; }
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6192 $as_echo "no" >&6; }
6197 if test -z "$ac_cv_prog_STRIP"; then
6199 # Extract the first word of "strip", so it can be a program name with args.
6200 set dummy strip; ac_word=$2
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6202 $as_echo_n "checking for $ac_word... " >&6; }
6203 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6204 $as_echo_n "(cached) " >&6
6206 if test -n "$ac_ct_STRIP"; then
6207 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6213 test -z "$as_dir" && as_dir=.
6214 for ac_exec_ext in '' $ac_executable_extensions; do
6215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6216 ac_cv_prog_ac_ct_STRIP="strip"
6217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6226 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6227 if test -n "$ac_ct_STRIP"; then
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6229 $as_echo "$ac_ct_STRIP" >&6; }
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6232 $as_echo "no" >&6; }
6235 if test "x$ac_ct_STRIP" = x; then
6238 case $cross_compiling:$ac_tool_warned in
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6241 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6242 ac_tool_warned=yes ;;
6247 STRIP="$ac_cv_prog_STRIP"
6250 test -z "$STRIP" && STRIP=:
6257 if test -n "$ac_tool_prefix"; then
6258 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6259 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if ${ac_cv_prog_RANLIB+:} false; then :
6263 $as_echo_n "(cached) " >&6
6265 if test -n "$RANLIB"; then
6266 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
6274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6275 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6285 RANLIB=$ac_cv_prog_RANLIB
6286 if test -n "$RANLIB"; then
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6288 $as_echo "$RANLIB" >&6; }
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6296 if test -z "$ac_cv_prog_RANLIB"; then
6297 ac_ct_RANLIB=$RANLIB
6298 # Extract the first word of "ranlib", so it can be a program name with args.
6299 set dummy ranlib; ac_word=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6303 $as_echo_n "(cached) " >&6
6305 if test -n "$ac_ct_RANLIB"; then
6306 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6312 test -z "$as_dir" && as_dir=.
6313 for ac_exec_ext in '' $ac_executable_extensions; do
6314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6315 ac_cv_prog_ac_ct_RANLIB="ranlib"
6316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6325 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6326 if test -n "$ac_ct_RANLIB"; then
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6328 $as_echo "$ac_ct_RANLIB" >&6; }
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6334 if test "x$ac_ct_RANLIB" = x; then
6337 case $cross_compiling:$ac_tool_warned in
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6340 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6341 ac_tool_warned=yes ;;
6343 RANLIB=$ac_ct_RANLIB
6346 RANLIB="$ac_cv_prog_RANLIB"
6349 test -z "$RANLIB" && RANLIB=:
6350 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6351 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6352 RANLIB="$RANLIB $plugin_option"
6361 # Determine commands to create old-style static archives.
6362 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6363 old_postinstall_cmds='chmod 644 $oldlib'
6364 old_postuninstall_cmds=
6366 if test -n "$RANLIB"; then
6369 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6372 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6375 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6380 lock_old_archive_extraction=yes ;;
6382 lock_old_archive_extraction=no ;;
6423 # If no C compiler was specified, use CC.
6426 # If no C compiler flags were specified, use CFLAGS.
6427 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6429 # Allow CC to be a program name with arguments.
6433 # Check for command to grab the raw symbol name followed by C symbol from nm.
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6435 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6436 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6437 $as_echo_n "(cached) " >&6
6440 # These are sane defaults that work on at least a few old systems.
6441 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6443 # Character class describing NM global symbol codes.
6444 symcode='[BCDEGRST]'
6446 # Regexp to match symbols that can be accessed directly from C.
6447 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6449 # Define system-specific variables.
6454 cygwin* | mingw* | pw32* | cegcc*)
6455 symcode='[ABCDGISTW]'
6458 if test "$host_cpu" = ia64; then
6459 symcode='[ABCDEGRST]'
6463 symcode='[BCDEGRST]'
6466 symcode='[BCDEGQRST]'
6477 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6485 # If we're using GNU nm, then use its standard symbol codes.
6486 case `$NM -V 2>&1` in
6487 *GNU* | *'with BFD'*)
6488 symcode='[ABCDGIRSTW]' ;;
6491 # Transform an extracted symbol line into a proper C declaration.
6492 # Some systems (esp. on ia64) link data and code symbols differently,
6493 # so use this general approach.
6494 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6496 # Transform an extracted symbol line into symbol name and symbol address
6497 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6498 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'"
6500 # Handle CRLF in mingw tool chain
6504 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6508 # Try without a prefix underscore, then with it.
6509 for ac_symprfx in "" "_"; do
6511 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6512 symxfrm="\\1 $ac_symprfx\\2 \\2"
6514 # Write the raw and C identifiers.
6515 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6516 # Fake it for dumpbin and say T for any non-static function
6517 # and D for any global variable.
6518 # Also find C++ and __fastcall symbols from MSVC++,
6519 # which start with @ or ?.
6520 lt_cv_sys_global_symbol_pipe="$AWK '"\
6521 " {last_section=section; section=\$ 3};"\
6522 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6523 " \$ 0!~/External *\|/{next};"\
6524 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6525 " {if(hide[section]) next};"\
6526 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6527 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6528 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6529 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6530 " ' prfx=^$ac_symprfx"
6532 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6535 # Check to see that the pipe works correctly.
6539 cat > conftest.$ac_ext <<_LT_EOF
6544 void nm_test_func(void);
6545 void nm_test_func(void){}
6549 int main(){nm_test_var='a';nm_test_func();return(0);}
6552 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6553 (eval $ac_compile) 2>&5
6555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6556 test $ac_status = 0; }; then
6557 # Now try to grab the symbols.
6559 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6560 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6563 test $ac_status = 0; } && test -s "$nlist"; then
6564 # Try sorting and uniquifying the output.
6565 if sort "$nlist" | uniq > "$nlist"T; then
6566 mv -f "$nlist"T "$nlist"
6571 # Make sure that we snagged all the symbols we need.
6572 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6573 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6574 cat <<_LT_EOF > conftest.$ac_ext
6580 # Now generate the symbol file.
6581 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6583 cat <<_LT_EOF >> conftest.$ac_ext
6585 /* The mapping between symbol names and symbols. */
6590 lt__PROGRAM__LTX_preloaded_symbols[] =
6592 { "@PROGRAM@", (void *) 0 },
6594 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6595 cat <<\_LT_EOF >> conftest.$ac_ext
6599 /* This works around a problem in FreeBSD linker */
6600 #ifdef FREEBSD_WORKAROUND
6601 static const void *lt_preloaded_setup() {
6602 return lt__PROGRAM__LTX_preloaded_symbols;
6610 # Now try linking the two files.
6611 mv conftest.$ac_objext conftstm.$ac_objext
6612 lt_save_LIBS="$LIBS"
6613 lt_save_CFLAGS="$CFLAGS"
6614 LIBS="conftstm.$ac_objext"
6615 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6616 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6617 (eval $ac_link) 2>&5
6619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6620 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6623 LIBS="$lt_save_LIBS"
6624 CFLAGS="$lt_save_CFLAGS"
6626 echo "cannot find nm_test_func in $nlist" >&5
6629 echo "cannot find nm_test_var in $nlist" >&5
6632 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6635 echo "$progname: failed program was:" >&5
6636 cat conftest.$ac_ext >&5
6638 rm -rf conftest* conftst*
6640 # Do not use the global_symbol_pipe unless it works.
6641 if test "$pipe_works" = yes; then
6644 lt_cv_sys_global_symbol_pipe=
6650 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6651 lt_cv_sys_global_symbol_to_cdecl=
6653 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6655 $as_echo "failed" >&6; }
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6658 $as_echo "ok" >&6; }
6682 # Check whether --enable-libtool-lock was given.
6683 if test "${enable_libtool_lock+set}" = set; then :
6684 enableval=$enable_libtool_lock;
6687 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6689 # Some flags need to be propagated to the compiler or linker for good
6693 # Find out which ABI we are using.
6694 echo 'int i;' > conftest.$ac_ext
6695 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6696 (eval $ac_compile) 2>&5
6698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6699 test $ac_status = 0; }; then
6700 case `/usr/bin/file conftest.$ac_objext` in
6712 # Find out which ABI we are using.
6713 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6715 (eval $ac_compile) 2>&5
6717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6718 test $ac_status = 0; }; then
6719 if test "$lt_cv_prog_gnu_ld" = yes; then
6720 case `/usr/bin/file conftest.$ac_objext` in
6722 LD="${LD-ld} -melf32bsmip"
6725 LD="${LD-ld} -melf32bmipn32"
6728 LD="${LD-ld} -melf64bmip"
6732 case `/usr/bin/file conftest.$ac_objext` in
6748 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6749 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6750 # Find out which ABI we are using.
6751 echo 'int i;' > conftest.$ac_ext
6752 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6753 (eval $ac_compile) 2>&5
6755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6756 test $ac_status = 0; }; then
6757 case `/usr/bin/file conftest.o` in
6760 x86_64-*kfreebsd*-gnu)
6761 LD="${LD-ld} -m elf_i386_fbsd"
6764 case `/usr/bin/file conftest.o` in
6766 LD="${LD-ld} -m elf32_x86_64"
6769 LD="${LD-ld} -m elf_i386"
6773 powerpc64le-*linux*)
6774 LD="${LD-ld} -m elf32lppclinux"
6777 LD="${LD-ld} -m elf32ppclinux"
6780 LD="${LD-ld} -m elf_s390"
6783 LD="${LD-ld} -m elf32_sparc"
6789 x86_64-*kfreebsd*-gnu)
6790 LD="${LD-ld} -m elf_x86_64_fbsd"
6793 LD="${LD-ld} -m elf_x86_64"
6796 LD="${LD-ld} -m elf64lppc"
6799 LD="${LD-ld} -m elf64ppc"
6801 s390*-*linux*|s390*-*tpf*)
6802 LD="${LD-ld} -m elf64_s390"
6805 LD="${LD-ld} -m elf64_sparc"
6815 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6816 SAVE_CFLAGS="$CFLAGS"
6817 CFLAGS="$CFLAGS -belf"
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6819 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6820 if ${lt_cv_cc_needs_belf+:} false; then :
6821 $as_echo_n "(cached) " >&6
6824 ac_cpp='$CPP $CPPFLAGS'
6825 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6826 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6827 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6830 /* end confdefs.h. */
6840 if ac_fn_c_try_link "$LINENO"; then :
6841 lt_cv_cc_needs_belf=yes
6843 lt_cv_cc_needs_belf=no
6845 rm -f core conftest.err conftest.$ac_objext \
6846 conftest$ac_exeext conftest.$ac_ext
6848 ac_cpp='$CPP $CPPFLAGS'
6849 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6850 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6851 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6855 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6856 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6857 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6858 CFLAGS="$SAVE_CFLAGS"
6862 # Find out which ABI we are using.
6863 echo 'int i;' > conftest.$ac_ext
6864 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6865 (eval $ac_compile) 2>&5
6867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6868 test $ac_status = 0; }; then
6869 case `/usr/bin/file conftest.o` in
6871 case $lt_cv_prog_gnu_ld in
6872 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6874 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6886 need_locks="$enable_libtool_lock"
6890 rhapsody* | darwin*)
6891 if test -n "$ac_tool_prefix"; then
6892 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6893 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6895 $as_echo_n "checking for $ac_word... " >&6; }
6896 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6897 $as_echo_n "(cached) " >&6
6899 if test -n "$DSYMUTIL"; then
6900 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6906 test -z "$as_dir" && as_dir=.
6907 for ac_exec_ext in '' $ac_executable_extensions; do
6908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6909 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6919 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6920 if test -n "$DSYMUTIL"; then
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6922 $as_echo "$DSYMUTIL" >&6; }
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925 $as_echo "no" >&6; }
6930 if test -z "$ac_cv_prog_DSYMUTIL"; then
6931 ac_ct_DSYMUTIL=$DSYMUTIL
6932 # Extract the first word of "dsymutil", so it can be a program name with args.
6933 set dummy dsymutil; ac_word=$2
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6935 $as_echo_n "checking for $ac_word... " >&6; }
6936 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6937 $as_echo_n "(cached) " >&6
6939 if test -n "$ac_ct_DSYMUTIL"; then
6940 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6946 test -z "$as_dir" && as_dir=.
6947 for ac_exec_ext in '' $ac_executable_extensions; do
6948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6949 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6959 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6960 if test -n "$ac_ct_DSYMUTIL"; then
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6962 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6965 $as_echo "no" >&6; }
6968 if test "x$ac_ct_DSYMUTIL" = x; then
6971 case $cross_compiling:$ac_tool_warned in
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6975 ac_tool_warned=yes ;;
6977 DSYMUTIL=$ac_ct_DSYMUTIL
6980 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6983 if test -n "$ac_tool_prefix"; then
6984 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6985 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987 $as_echo_n "checking for $ac_word... " >&6; }
6988 if ${ac_cv_prog_NMEDIT+:} false; then :
6989 $as_echo_n "(cached) " >&6
6991 if test -n "$NMEDIT"; then
6992 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6998 test -z "$as_dir" && as_dir=.
6999 for ac_exec_ext in '' $ac_executable_extensions; do
7000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7001 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7011 NMEDIT=$ac_cv_prog_NMEDIT
7012 if test -n "$NMEDIT"; then
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7014 $as_echo "$NMEDIT" >&6; }
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017 $as_echo "no" >&6; }
7022 if test -z "$ac_cv_prog_NMEDIT"; then
7023 ac_ct_NMEDIT=$NMEDIT
7024 # Extract the first word of "nmedit", so it can be a program name with args.
7025 set dummy nmedit; ac_word=$2
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7027 $as_echo_n "checking for $ac_word... " >&6; }
7028 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7029 $as_echo_n "(cached) " >&6
7031 if test -n "$ac_ct_NMEDIT"; then
7032 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038 test -z "$as_dir" && as_dir=.
7039 for ac_exec_ext in '' $ac_executable_extensions; do
7040 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7041 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7051 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7052 if test -n "$ac_ct_NMEDIT"; then
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7054 $as_echo "$ac_ct_NMEDIT" >&6; }
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7057 $as_echo "no" >&6; }
7060 if test "x$ac_ct_NMEDIT" = x; then
7063 case $cross_compiling:$ac_tool_warned in
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7066 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7067 ac_tool_warned=yes ;;
7069 NMEDIT=$ac_ct_NMEDIT
7072 NMEDIT="$ac_cv_prog_NMEDIT"
7075 if test -n "$ac_tool_prefix"; then
7076 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7077 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7079 $as_echo_n "checking for $ac_word... " >&6; }
7080 if ${ac_cv_prog_LIPO+:} false; then :
7081 $as_echo_n "(cached) " >&6
7083 if test -n "$LIPO"; then
7084 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7090 test -z "$as_dir" && as_dir=.
7091 for ac_exec_ext in '' $ac_executable_extensions; do
7092 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7093 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7103 LIPO=$ac_cv_prog_LIPO
7104 if test -n "$LIPO"; then
7105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7106 $as_echo "$LIPO" >&6; }
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7109 $as_echo "no" >&6; }
7114 if test -z "$ac_cv_prog_LIPO"; then
7116 # Extract the first word of "lipo", so it can be a program name with args.
7117 set dummy lipo; ac_word=$2
7118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7119 $as_echo_n "checking for $ac_word... " >&6; }
7120 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7121 $as_echo_n "(cached) " >&6
7123 if test -n "$ac_ct_LIPO"; then
7124 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7130 test -z "$as_dir" && as_dir=.
7131 for ac_exec_ext in '' $ac_executable_extensions; do
7132 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7133 ac_cv_prog_ac_ct_LIPO="lipo"
7134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7143 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7144 if test -n "$ac_ct_LIPO"; then
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7146 $as_echo "$ac_ct_LIPO" >&6; }
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7149 $as_echo "no" >&6; }
7152 if test "x$ac_ct_LIPO" = x; then
7155 case $cross_compiling:$ac_tool_warned in
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7159 ac_tool_warned=yes ;;
7164 LIPO="$ac_cv_prog_LIPO"
7167 if test -n "$ac_tool_prefix"; then
7168 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7169 set dummy ${ac_tool_prefix}otool; ac_word=$2
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7171 $as_echo_n "checking for $ac_word... " >&6; }
7172 if ${ac_cv_prog_OTOOL+:} false; then :
7173 $as_echo_n "(cached) " >&6
7175 if test -n "$OTOOL"; then
7176 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7182 test -z "$as_dir" && as_dir=.
7183 for ac_exec_ext in '' $ac_executable_extensions; do
7184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7185 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7195 OTOOL=$ac_cv_prog_OTOOL
7196 if test -n "$OTOOL"; then
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7198 $as_echo "$OTOOL" >&6; }
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7201 $as_echo "no" >&6; }
7206 if test -z "$ac_cv_prog_OTOOL"; then
7208 # Extract the first word of "otool", so it can be a program name with args.
7209 set dummy otool; ac_word=$2
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7211 $as_echo_n "checking for $ac_word... " >&6; }
7212 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7213 $as_echo_n "(cached) " >&6
7215 if test -n "$ac_ct_OTOOL"; then
7216 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7222 test -z "$as_dir" && as_dir=.
7223 for ac_exec_ext in '' $ac_executable_extensions; do
7224 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7225 ac_cv_prog_ac_ct_OTOOL="otool"
7226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7235 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7236 if test -n "$ac_ct_OTOOL"; then
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7238 $as_echo "$ac_ct_OTOOL" >&6; }
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241 $as_echo "no" >&6; }
7244 if test "x$ac_ct_OTOOL" = x; then
7247 case $cross_compiling:$ac_tool_warned in
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7251 ac_tool_warned=yes ;;
7256 OTOOL="$ac_cv_prog_OTOOL"
7259 if test -n "$ac_tool_prefix"; then
7260 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7261 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7263 $as_echo_n "checking for $ac_word... " >&6; }
7264 if ${ac_cv_prog_OTOOL64+:} false; then :
7265 $as_echo_n "(cached) " >&6
7267 if test -n "$OTOOL64"; then
7268 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7274 test -z "$as_dir" && as_dir=.
7275 for ac_exec_ext in '' $ac_executable_extensions; do
7276 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7277 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7287 OTOOL64=$ac_cv_prog_OTOOL64
7288 if test -n "$OTOOL64"; then
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7290 $as_echo "$OTOOL64" >&6; }
7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7293 $as_echo "no" >&6; }
7298 if test -z "$ac_cv_prog_OTOOL64"; then
7299 ac_ct_OTOOL64=$OTOOL64
7300 # Extract the first word of "otool64", so it can be a program name with args.
7301 set dummy otool64; ac_word=$2
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303 $as_echo_n "checking for $ac_word... " >&6; }
7304 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7305 $as_echo_n "(cached) " >&6
7307 if test -n "$ac_ct_OTOOL64"; then
7308 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7314 test -z "$as_dir" && as_dir=.
7315 for ac_exec_ext in '' $ac_executable_extensions; do
7316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7317 ac_cv_prog_ac_ct_OTOOL64="otool64"
7318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7327 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7328 if test -n "$ac_ct_OTOOL64"; then
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7330 $as_echo "$ac_ct_OTOOL64" >&6; }
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7333 $as_echo "no" >&6; }
7336 if test "x$ac_ct_OTOOL64" = x; then
7339 case $cross_compiling:$ac_tool_warned in
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7343 ac_tool_warned=yes ;;
7345 OTOOL64=$ac_ct_OTOOL64
7348 OTOOL64="$ac_cv_prog_OTOOL64"
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7378 $as_echo_n "checking for -single_module linker flag... " >&6; }
7379 if ${lt_cv_apple_cc_single_mod+:} false; then :
7380 $as_echo_n "(cached) " >&6
7382 lt_cv_apple_cc_single_mod=no
7383 if test -z "${LT_MULTI_MODULE}"; then
7384 # By default we will add the -single_module flag. You can override
7385 # by either setting the environment variable LT_MULTI_MODULE
7386 # non-empty at configure time, or by adding -multi_module to the
7388 rm -rf libconftest.dylib*
7389 echo "int foo(void){return 1;}" > conftest.c
7390 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7391 -dynamiclib -Wl,-single_module conftest.c" >&5
7392 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7393 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7395 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7396 lt_cv_apple_cc_single_mod=yes
7398 cat conftest.err >&5
7400 rm -rf libconftest.dylib*
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7405 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7407 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7408 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7409 $as_echo_n "(cached) " >&6
7411 lt_cv_ld_exported_symbols_list=no
7412 save_LDFLAGS=$LDFLAGS
7413 echo "_main" > conftest.sym
7414 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7416 /* end confdefs.h. */
7426 if ac_fn_c_try_link "$LINENO"; then :
7427 lt_cv_ld_exported_symbols_list=yes
7429 lt_cv_ld_exported_symbols_list=no
7431 rm -f core conftest.err conftest.$ac_objext \
7432 conftest$ac_exeext conftest.$ac_ext
7433 LDFLAGS="$save_LDFLAGS"
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7437 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7439 $as_echo_n "checking for -force_load linker flag... " >&6; }
7440 if ${lt_cv_ld_force_load+:} false; then :
7441 $as_echo_n "(cached) " >&6
7443 lt_cv_ld_force_load=no
7444 cat > conftest.c << _LT_EOF
7445 int forced_loaded() { return 2;}
7447 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7448 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7449 echo "$AR cru libconftest.a conftest.o" >&5
7450 $AR cru libconftest.a conftest.o 2>&5
7451 cat > conftest.c << _LT_EOF
7452 int main() { return 0;}
7454 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7455 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7457 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7458 lt_cv_ld_force_load=yes
7460 cat conftest.err >&5
7462 rm -f conftest.err libconftest.a conftest conftest.c
7463 rm -rf conftest.dSYM
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7467 $as_echo "$lt_cv_ld_force_load" >&6; }
7469 rhapsody* | darwin1.[012])
7470 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7472 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7473 darwin*) # darwin 5.x on
7474 # if running on 10.5 or later, the deployment target defaults
7475 # to the OS version, if on x86, and 10.4, the deployment
7476 # target defaults to 10.4. Don't you love it?
7477 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7478 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7479 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7481 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7483 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7487 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7488 _lt_dar_single_mod='$single_module'
7490 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7491 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7493 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7495 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7496 _lt_dsymutil='~$DSYMUTIL $lib || :'
7503 for ac_header in dlfcn.h
7505 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7507 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7508 cat >>confdefs.h <<_ACEOF
7509 #define HAVE_DLFCN_H 1
7530 # Check whether --enable-shared was given.
7531 if test "${enable_shared+set}" = set; then :
7532 enableval=$enable_shared; p=${PACKAGE-default}
7534 yes) enable_shared=yes ;;
7535 no) enable_shared=no ;;
7538 # Look at the argument we got. We use all the common list separators.
7539 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7540 for pkg in $enableval; do
7542 if test "X$pkg" = "X$p"; then
7561 # Check whether --enable-static was given.
7562 if test "${enable_static+set}" = set; then :
7563 enableval=$enable_static; p=${PACKAGE-default}
7565 yes) enable_static=yes ;;
7566 no) enable_static=no ;;
7569 # Look at the argument we got. We use all the common list separators.
7570 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7571 for pkg in $enableval; do
7573 if test "X$pkg" = "X$p"; then
7593 # Check whether --with-pic was given.
7594 if test "${with_pic+set}" = set; then :
7595 withval=$with_pic; pic_mode="$withval"
7601 test -z "$pic_mode" && pic_mode=default
7609 # Check whether --enable-fast-install was given.
7610 if test "${enable_fast_install+set}" = set; then :
7611 enableval=$enable_fast_install; p=${PACKAGE-default}
7613 yes) enable_fast_install=yes ;;
7614 no) enable_fast_install=no ;;
7616 enable_fast_install=no
7617 # Look at the argument we got. We use all the common list separators.
7618 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7619 for pkg in $enableval; do
7621 if test "X$pkg" = "X$p"; then
7622 enable_fast_install=yes
7629 enable_fast_install=yes
7642 # This can be used to rebuild libtool when needed
7643 LIBTOOL_DEPS="$ltmain"
7645 # Always use our own libtool.
7646 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7673 test -z "$LN_S" && LN_S="ln -s"
7688 if test -n "${ZSH_VERSION+set}" ; then
7689 setopt NO_GLOB_SUBST
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7693 $as_echo_n "checking for objdir... " >&6; }
7694 if ${lt_cv_objdir+:} false; then :
7695 $as_echo_n "(cached) " >&6
7697 rm -f .libs 2>/dev/null
7698 mkdir .libs 2>/dev/null
7699 if test -d .libs; then
7702 # MS-DOS does not allow filenames that begin with a dot.
7705 rmdir .libs 2>/dev/null
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7708 $as_echo "$lt_cv_objdir" >&6; }
7709 objdir=$lt_cv_objdir
7715 cat >>confdefs.h <<_ACEOF
7716 #define LT_OBJDIR "$lt_cv_objdir/"
7724 # AIX sometimes has problems with the GCC collect2 program. For some
7725 # reason, if we set the COLLECT_NAMES environment variable, the problems
7726 # vanish in a puff of smoke.
7727 if test "X${COLLECT_NAMES+set}" != Xset; then
7729 export COLLECT_NAMES
7736 can_build_shared=yes
7738 # All known linkers require a `.a' archive for static linking (except MSVC,
7739 # which needs '.lib').
7742 with_gnu_ld="$lt_cv_prog_gnu_ld"
7745 old_CFLAGS="$CFLAGS"
7747 # Set sane defaults for various variables
7748 test -z "$CC" && CC=cc
7749 test -z "$LTCC" && LTCC=$CC
7750 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7751 test -z "$LD" && LD=ld
7752 test -z "$ac_objext" && ac_objext=o
7754 for cc_temp in $compiler""; do
7756 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7757 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7762 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7765 # Only perform the check for file, if the check method requires it
7766 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7767 case $deplibs_check_method in
7769 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7771 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7772 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7773 $as_echo_n "(cached) " >&6
7777 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7780 lt_save_MAGIC_CMD="$MAGIC_CMD"
7781 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7782 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7783 for ac_dir in $ac_dummy; do
7785 test -z "$ac_dir" && ac_dir=.
7786 if test -f $ac_dir/${ac_tool_prefix}file; then
7787 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7788 if test -n "$file_magic_test_file"; then
7789 case $deplibs_check_method in
7791 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7792 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7793 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7794 $EGREP "$file_magic_regex" > /dev/null; then
7799 *** Warning: the command libtool uses to detect shared libraries,
7800 *** $file_magic_cmd, produces output that libtool cannot recognize.
7801 *** The result is that libtool may fail to recognize shared libraries
7802 *** as such. This will affect the creation of libtool libraries that
7803 *** depend on shared libraries, but programs linked with such libtool
7804 *** libraries will work regardless of this problem. Nevertheless, you
7805 *** may want to report the problem to your system manager and/or to
7816 MAGIC_CMD="$lt_save_MAGIC_CMD"
7821 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7822 if test -n "$MAGIC_CMD"; then
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7824 $as_echo "$MAGIC_CMD" >&6; }
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7827 $as_echo "no" >&6; }
7834 if test -z "$lt_cv_path_MAGIC_CMD"; then
7835 if test -n "$ac_tool_prefix"; then
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7837 $as_echo_n "checking for file... " >&6; }
7838 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7839 $as_echo_n "(cached) " >&6
7843 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7846 lt_save_MAGIC_CMD="$MAGIC_CMD"
7847 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7848 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7849 for ac_dir in $ac_dummy; do
7851 test -z "$ac_dir" && ac_dir=.
7852 if test -f $ac_dir/file; then
7853 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7854 if test -n "$file_magic_test_file"; then
7855 case $deplibs_check_method in
7857 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7858 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7859 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7860 $EGREP "$file_magic_regex" > /dev/null; then
7865 *** Warning: the command libtool uses to detect shared libraries,
7866 *** $file_magic_cmd, produces output that libtool cannot recognize.
7867 *** The result is that libtool may fail to recognize shared libraries
7868 *** as such. This will affect the creation of libtool libraries that
7869 *** depend on shared libraries, but programs linked with such libtool
7870 *** libraries will work regardless of this problem. Nevertheless, you
7871 *** may want to report the problem to your system manager and/or to
7882 MAGIC_CMD="$lt_save_MAGIC_CMD"
7887 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7888 if test -n "$MAGIC_CMD"; then
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7890 $as_echo "$MAGIC_CMD" >&6; }
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893 $as_echo "no" >&6; }
7906 # Use C for the default configuration in the libtool script
7910 ac_cpp='$CPP $CPPFLAGS'
7911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7916 # Source file extension for C test sources.
7919 # Object file extension for compiled C test sources.
7923 # Code to be used in simple compile tests
7924 lt_simple_compile_test_code="int some_variable = 0;"
7926 # Code to be used in simple link tests
7927 lt_simple_link_test_code='int main(){return(0);}'
7935 # If no C compiler was specified, use CC.
7938 # If no C compiler flags were specified, use CFLAGS.
7939 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7941 # Allow CC to be a program name with arguments.
7944 # Save the default compiler, since it gets overwritten when the other
7945 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7946 compiler_DEFAULT=$CC
7948 # save warnings/boilerplate of simple test code
7949 ac_outfile=conftest.$ac_objext
7950 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7951 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7952 _lt_compiler_boilerplate=`cat conftest.err`
7955 ac_outfile=conftest.$ac_objext
7956 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7957 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7958 _lt_linker_boilerplate=`cat conftest.err`
7963 ## There is no encapsulation within the following macros, do not change
7964 ## the running order or otherwise move them around unless you know exactly
7965 ## what you are doing...
7966 if test -n "$compiler"; then
7968 lt_prog_compiler_no_builtin_flag=
7970 if test "$GCC" = yes; then
7971 case $cc_basename in
7973 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7975 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7979 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7980 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7981 $as_echo_n "(cached) " >&6
7983 lt_cv_prog_compiler_rtti_exceptions=no
7984 ac_outfile=conftest.$ac_objext
7985 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7986 lt_compiler_flag="-fno-rtti -fno-exceptions"
7987 # Insert the option either (1) after the last *FLAGS variable, or
7988 # (2) before a word containing "conftest.", or (3) at the end.
7989 # Note that $ac_compile itself does not contain backslashes and begins
7990 # with a dollar sign (not a hyphen), so the echo should work correctly.
7991 # The option is referenced via a variable to avoid confusing sed.
7992 lt_compile=`echo "$ac_compile" | $SED \
7993 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7994 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7995 -e 's:$: $lt_compiler_flag:'`
7996 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7997 (eval "$lt_compile" 2>conftest.err)
7999 cat conftest.err >&5
8000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8001 if (exit $ac_status) && test -s "$ac_outfile"; then
8002 # The compiler can only warn and ignore the option if not recognized
8003 # So say no if there are warnings other than the usual output.
8004 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8005 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8006 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8007 lt_cv_prog_compiler_rtti_exceptions=yes
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8014 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8016 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8017 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8029 lt_prog_compiler_wl=
8030 lt_prog_compiler_pic=
8031 lt_prog_compiler_static=
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8034 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8036 if test "$GCC" = yes; then
8037 lt_prog_compiler_wl='-Wl,'
8038 lt_prog_compiler_static='-static'
8042 # All AIX code is PIC.
8043 if test "$host_cpu" = ia64; then
8044 # AIX 5 now supports IA64 processor
8045 lt_prog_compiler_static='-Bstatic'
8047 lt_prog_compiler_pic='-fPIC'
8053 # see comment about AmigaOS4 .so support
8054 lt_prog_compiler_pic='-fPIC'
8057 # FIXME: we need at least 68020 code to build shared libraries, but
8058 # adding the `-m68020' flag to GCC prevents building anything better,
8060 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8065 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8066 # PIC is the default for these OSes.
8069 mingw* | cygwin* | pw32* | os2* | cegcc*)
8070 # This hack is so that the source file can tell whether it is being
8071 # built for inclusion in a dll (and should export symbols for example).
8072 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8073 # (--disable-auto-import) libraries
8074 lt_prog_compiler_pic='-DDLL_EXPORT'
8077 darwin* | rhapsody*)
8078 # PIC is the default on this platform
8079 # Common symbols not allowed in MH_DYLIB files
8080 lt_prog_compiler_pic='-fno-common'
8084 # PIC is the default for Haiku.
8085 # The "-static" flag exists, but is broken.
8086 lt_prog_compiler_static=
8090 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8091 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8092 # sets the default TLS model and affects inlining.
8098 lt_prog_compiler_pic='-fPIC'
8104 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8105 # Instead, we relocate shared libraries at runtime.
8109 # Just because we use GCC doesn't mean we suddenly get shared libraries
8110 # on systems that don't support them.
8111 lt_prog_compiler_can_build_shared=no
8116 # QNX uses GNU C++, but need to define -shared option too, otherwise
8118 lt_prog_compiler_pic='-fPIC -shared'
8122 if test -d /usr/nec; then
8123 lt_prog_compiler_pic=-Kconform_pic
8128 lt_prog_compiler_pic='-fPIC'
8132 case $cc_basename in
8133 nvcc*) # Cuda Compiler Driver 2.2
8134 lt_prog_compiler_wl='-Xlinker '
8135 lt_prog_compiler_pic='-Xcompiler -fPIC'
8139 # PORTME Check for flag to pass linker flags through the system compiler.
8142 lt_prog_compiler_wl='-Wl,'
8143 if test "$host_cpu" = ia64; then
8144 # AIX 5 now supports IA64 processor
8145 lt_prog_compiler_static='-Bstatic'
8147 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8151 mingw* | cygwin* | pw32* | os2* | cegcc*)
8152 # This hack is so that the source file can tell whether it is being
8153 # built for inclusion in a dll (and should export symbols for example).
8154 lt_prog_compiler_pic='-DDLL_EXPORT'
8157 hpux9* | hpux10* | hpux11*)
8158 lt_prog_compiler_wl='-Wl,'
8159 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8166 lt_prog_compiler_pic='+Z'
8169 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8170 lt_prog_compiler_static='${wl}-a ${wl}archive'
8173 irix5* | irix6* | nonstopux*)
8174 lt_prog_compiler_wl='-Wl,'
8175 # PIC (with -KPIC) is the default.
8176 lt_prog_compiler_static='-non_shared'
8179 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8180 case $cc_basename in
8181 # old Intel for x86_64 which still supported -KPIC.
8183 lt_prog_compiler_wl='-Wl,'
8184 lt_prog_compiler_pic='-KPIC'
8185 lt_prog_compiler_static='-static'
8187 # icc used to be incompatible with GCC.
8188 # ICC 10 doesn't accept -KPIC any more.
8190 lt_prog_compiler_wl='-Wl,'
8191 lt_prog_compiler_pic='-fPIC'
8192 lt_prog_compiler_static='-static'
8194 # Lahey Fortran 8.1.
8196 lt_prog_compiler_wl='-Wl,'
8197 lt_prog_compiler_pic='--shared'
8198 lt_prog_compiler_static='--static'
8200 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8201 # Portland Group compilers (*not* the Pentium gcc compiler,
8202 # which looks to be a dead project)
8203 lt_prog_compiler_wl='-Wl,'
8204 lt_prog_compiler_pic='-fpic'
8205 lt_prog_compiler_static='-Bstatic'
8208 lt_prog_compiler_wl='-Wl,'
8209 # All Alpha code is PIC.
8210 lt_prog_compiler_static='-non_shared'
8212 xl* | bgxl* | bgf* | mpixl*)
8213 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8214 lt_prog_compiler_wl='-Wl,'
8215 lt_prog_compiler_pic='-qpic'
8216 lt_prog_compiler_static='-qstaticlink'
8219 case `$CC -V 2>&1 | sed 5q` in
8220 *Sun\ F* | *Sun*Fortran*)
8221 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8222 lt_prog_compiler_pic='-KPIC'
8223 lt_prog_compiler_static='-Bstatic'
8224 lt_prog_compiler_wl=''
8228 lt_prog_compiler_pic='-KPIC'
8229 lt_prog_compiler_static='-Bstatic'
8230 lt_prog_compiler_wl='-Wl,'
8238 lt_prog_compiler_pic='-KPIC'
8239 lt_prog_compiler_static='-Bstatic'
8243 # QNX uses GNU C++, but need to define -shared option too, otherwise
8245 lt_prog_compiler_pic='-fPIC -shared'
8248 osf3* | osf4* | osf5*)
8249 lt_prog_compiler_wl='-Wl,'
8250 # All OSF/1 code is PIC.
8251 lt_prog_compiler_static='-non_shared'
8255 lt_prog_compiler_static='-non_shared'
8259 lt_prog_compiler_pic='-KPIC'
8260 lt_prog_compiler_static='-Bstatic'
8261 case $cc_basename in
8263 lt_prog_compiler_wl='-Qoption ld ';;
8265 lt_prog_compiler_wl='-Wl,';;
8270 lt_prog_compiler_wl='-Qoption ld '
8271 lt_prog_compiler_pic='-PIC'
8272 lt_prog_compiler_static='-Bstatic'
8275 sysv4 | sysv4.2uw2* | sysv4.3*)
8276 lt_prog_compiler_wl='-Wl,'
8277 lt_prog_compiler_pic='-KPIC'
8278 lt_prog_compiler_static='-Bstatic'
8282 if test -d /usr/nec ;then
8283 lt_prog_compiler_pic='-Kconform_pic'
8284 lt_prog_compiler_static='-Bstatic'
8288 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8289 lt_prog_compiler_wl='-Wl,'
8290 lt_prog_compiler_pic='-KPIC'
8291 lt_prog_compiler_static='-Bstatic'
8295 lt_prog_compiler_wl='-Wl,'
8296 lt_prog_compiler_can_build_shared=no
8300 lt_prog_compiler_pic='-pic'
8301 lt_prog_compiler_static='-Bstatic'
8305 lt_prog_compiler_can_build_shared=no
8311 # For platforms which do not support PIC, -DPIC is meaningless:
8313 lt_prog_compiler_pic=
8316 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8320 $as_echo "$lt_prog_compiler_pic" >&6; }
8328 # Check to make sure the PIC flag actually works.
8330 if test -n "$lt_prog_compiler_pic"; then
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8332 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8333 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8334 $as_echo_n "(cached) " >&6
8336 lt_cv_prog_compiler_pic_works=no
8337 ac_outfile=conftest.$ac_objext
8338 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8339 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8340 # Insert the option either (1) after the last *FLAGS variable, or
8341 # (2) before a word containing "conftest.", or (3) at the end.
8342 # Note that $ac_compile itself does not contain backslashes and begins
8343 # with a dollar sign (not a hyphen), so the echo should work correctly.
8344 # The option is referenced via a variable to avoid confusing sed.
8345 lt_compile=`echo "$ac_compile" | $SED \
8346 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8347 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8348 -e 's:$: $lt_compiler_flag:'`
8349 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8350 (eval "$lt_compile" 2>conftest.err)
8352 cat conftest.err >&5
8353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8354 if (exit $ac_status) && test -s "$ac_outfile"; then
8355 # The compiler can only warn and ignore the option if not recognized
8356 # So say no if there are warnings other than the usual output.
8357 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8358 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8359 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8360 lt_cv_prog_compiler_pic_works=yes
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8367 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8369 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8370 case $lt_prog_compiler_pic in
8372 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8375 lt_prog_compiler_pic=
8376 lt_prog_compiler_can_build_shared=no
8387 # Check to make sure the static flag actually works.
8389 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8391 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8392 if ${lt_cv_prog_compiler_static_works+:} false; then :
8393 $as_echo_n "(cached) " >&6
8395 lt_cv_prog_compiler_static_works=no
8396 save_LDFLAGS="$LDFLAGS"
8397 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8398 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8399 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8400 # The linker can only warn and ignore the option if not recognized
8401 # So say no if there are warnings
8402 if test -s conftest.err; then
8403 # Append any errors to the config.log.
8404 cat conftest.err 1>&5
8405 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8406 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8407 if diff conftest.exp conftest.er2 >/dev/null; then
8408 lt_cv_prog_compiler_static_works=yes
8411 lt_cv_prog_compiler_static_works=yes
8415 LDFLAGS="$save_LDFLAGS"
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8419 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8421 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8424 lt_prog_compiler_static=
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8434 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8435 if ${lt_cv_prog_compiler_c_o+:} false; then :
8436 $as_echo_n "(cached) " >&6
8438 lt_cv_prog_compiler_c_o=no
8439 $RM -r conftest 2>/dev/null
8443 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8445 lt_compiler_flag="-o out/conftest2.$ac_objext"
8446 # Insert the option either (1) after the last *FLAGS variable, or
8447 # (2) before a word containing "conftest.", or (3) at the end.
8448 # Note that $ac_compile itself does not contain backslashes and begins
8449 # with a dollar sign (not a hyphen), so the echo should work correctly.
8450 lt_compile=`echo "$ac_compile" | $SED \
8451 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8452 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8453 -e 's:$: $lt_compiler_flag:'`
8454 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8455 (eval "$lt_compile" 2>out/conftest.err)
8457 cat out/conftest.err >&5
8458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8459 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8461 # The compiler can only warn and ignore the option if not recognized
8462 # So say no if there are warnings
8463 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8464 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8465 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8466 lt_cv_prog_compiler_c_o=yes
8471 # SGI C++ compiler will create directory out/ii_files/ for
8472 # template instantiation
8473 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8474 $RM out/* && rmdir out
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8481 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8489 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8490 if ${lt_cv_prog_compiler_c_o+:} false; then :
8491 $as_echo_n "(cached) " >&6
8493 lt_cv_prog_compiler_c_o=no
8494 $RM -r conftest 2>/dev/null
8498 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8500 lt_compiler_flag="-o out/conftest2.$ac_objext"
8501 # Insert the option either (1) after the last *FLAGS variable, or
8502 # (2) before a word containing "conftest.", or (3) at the end.
8503 # Note that $ac_compile itself does not contain backslashes and begins
8504 # with a dollar sign (not a hyphen), so the echo should work correctly.
8505 lt_compile=`echo "$ac_compile" | $SED \
8506 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8507 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8508 -e 's:$: $lt_compiler_flag:'`
8509 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8510 (eval "$lt_compile" 2>out/conftest.err)
8512 cat out/conftest.err >&5
8513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8514 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8516 # The compiler can only warn and ignore the option if not recognized
8517 # So say no if there are warnings
8518 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8519 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8520 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8521 lt_cv_prog_compiler_c_o=yes
8526 # SGI C++ compiler will create directory out/ii_files/ for
8527 # template instantiation
8528 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8529 $RM out/* && rmdir out
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8536 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8541 hard_links="nottested"
8542 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8543 # do not overwrite the value of need_locks provided by the user
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8545 $as_echo_n "checking if we can lock with hard links... " >&6; }
8548 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8550 ln conftest.a conftest.b 2>&5 || hard_links=no
8551 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8553 $as_echo "$hard_links" >&6; }
8554 if test "$hard_links" = no; then
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8556 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8569 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8572 allow_undefined_flag=
8573 always_export_symbols=no
8575 archive_expsym_cmds=
8576 compiler_needs_object=no
8577 enable_shared_with_static_runtimes=no
8578 export_dynamic_flag_spec=
8579 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8580 hardcode_automatic=no
8582 hardcode_direct_absolute=no
8583 hardcode_libdir_flag_spec=
8584 hardcode_libdir_flag_spec_ld=
8585 hardcode_libdir_separator=
8587 hardcode_shlibpath_var=unsupported
8589 link_all_deplibs=unknown
8592 old_archive_from_new_cmds=
8593 old_archive_from_expsyms_cmds=
8594 thread_safe_flag_spec=
8595 whole_archive_flag_spec=
8596 # include_expsyms should be a list of space-separated symbols to be *always*
8597 # included in the symbol list
8599 # exclude_expsyms can be an extended regexp of symbols to exclude
8600 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8601 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8602 # as well as any symbol that contains `d'.
8603 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8604 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8605 # platforms (ab)use it in PIC code, but their linkers get confused if
8606 # the symbol is explicitly referenced. Since portable code cannot
8607 # rely on this symbol name, it's probably fine to never include it in
8608 # preloaded symbol tables.
8609 # Exclude shared library initialization/finalization symbols.
8610 extract_expsyms_cmds=
8613 cygwin* | mingw* | pw32* | cegcc*)
8614 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8615 # When not using gcc, we currently assume that we are using
8616 # Microsoft Visual C++.
8617 if test "$GCC" != yes; then
8622 # we just hope/assume this is gcc and not c89 (= MSVC++)
8632 # On some targets, GNU ld is compatible enough with the native linker
8633 # that we're better off using the native interface for both.
8634 lt_use_gnu_ld_interface=no
8635 if test "$with_gnu_ld" = yes; then
8638 # The AIX port of GNU ld has always aspired to compatibility
8639 # with the native linker. However, as the warning in the GNU ld
8640 # block says, versions before 2.19.5* couldn't really create working
8641 # shared libraries, regardless of the interface used.
8642 case `$LD -v 2>&1` in
8643 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8644 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8645 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8647 lt_use_gnu_ld_interface=yes
8652 lt_use_gnu_ld_interface=yes
8657 if test "$lt_use_gnu_ld_interface" = yes; then
8658 # If archive_cmds runs LD, not CC, wlarc should be empty
8661 # Set some defaults for GNU ld with shared library support. These
8662 # are reset later if shared libraries are not supported. Putting them
8663 # here allows them to be overridden if necessary.
8664 runpath_var=LD_RUN_PATH
8665 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8666 export_dynamic_flag_spec='${wl}--export-dynamic'
8667 # ancient GNU ld didn't support --whole-archive et. al.
8668 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8669 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8671 whole_archive_flag_spec=
8673 supports_anon_versioning=no
8674 case `$LD -v 2>&1` in
8675 *GNU\ gold*) supports_anon_versioning=yes ;;
8676 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8677 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8678 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8679 *\ 2.11.*) ;; # other 2.11 versions
8680 *) supports_anon_versioning=yes ;;
8683 # See if GNU ld supports shared libraries.
8686 # On AIX/PPC, the GNU linker is very broken
8687 if test "$host_cpu" != ia64; then
8691 *** Warning: the GNU linker, at least up to release 2.19, is reported
8692 *** to be unable to reliably create shared libraries on AIX.
8693 *** Therefore, libtool is disabling shared libraries support. If you
8694 *** really care for shared libraries, you may want to install binutils
8695 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8696 *** You will then need to restart the configuration process.
8705 # see comment about AmigaOS4 .so support
8706 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8707 archive_expsym_cmds=''
8710 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)'
8711 hardcode_libdir_flag_spec='-L$libdir'
8712 hardcode_minus_L=yes
8718 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8719 allow_undefined_flag=unsupported
8721 # support --undefined. This deserves some investigation. FIXME
8722 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8728 cygwin* | mingw* | pw32* | cegcc*)
8729 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8730 # as there is no search path for DLLs.
8731 hardcode_libdir_flag_spec='-L$libdir'
8732 export_dynamic_flag_spec='${wl}--export-all-symbols'
8733 allow_undefined_flag=unsupported
8734 always_export_symbols=no
8735 enable_shared_with_static_runtimes=yes
8736 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8738 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8739 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8740 # If the export-symbols file already is a .def file (1st line
8741 # is EXPORTS), use it as is; otherwise, prepend...
8742 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8743 cp $export_symbols $output_objdir/$soname.def;
8745 echo EXPORTS > $output_objdir/$soname.def;
8746 cat $export_symbols >> $output_objdir/$soname.def;
8748 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8755 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8756 link_all_deplibs=yes
8761 hardcode_shlibpath_var=no
8762 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8763 export_dynamic_flag_spec='${wl}-E'
8764 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8765 # Instead, shared libraries are loaded at an image base (0x10000000 by
8766 # default) and relocated if they conflict, which is a slow very memory
8767 # consuming and fragmenting process. To avoid this, we pick a random,
8768 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8769 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8770 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8771 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'
8774 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8776 if test "$host_os" = linux-dietlibc; then
8777 case $cc_basename in
8778 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8781 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8782 && test "$tmp_diet" = no
8784 tmp_addflag=' $pic_flag'
8785 tmp_sharedflag='-shared'
8786 case $cc_basename,$host_cpu in
8787 pgcc*) # Portland Group C compiler
8788 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'
8789 tmp_addflag=' $pic_flag'
8791 pgf77* | pgf90* | pgf95* | pgfortran*)
8792 # Portland Group f77 and f90 compilers
8793 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'
8794 tmp_addflag=' $pic_flag -Mnomain' ;;
8795 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8796 tmp_addflag=' -i_dynamic' ;;
8797 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8798 tmp_addflag=' -i_dynamic -nofor_main' ;;
8799 ifc* | ifort*) # Intel Fortran compiler
8800 tmp_addflag=' -nofor_main' ;;
8801 lf95*) # Lahey Fortran 8.1
8802 whole_archive_flag_spec=
8803 tmp_sharedflag='--shared' ;;
8804 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8805 tmp_sharedflag='-qmkshrobj'
8807 nvcc*) # Cuda Compiler Driver 2.2
8808 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'
8809 compiler_needs_object=yes
8812 case `$CC -V 2>&1 | sed 5q` in
8813 *Sun\ C*) # Sun C 5.9
8814 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'
8815 compiler_needs_object=yes
8816 tmp_sharedflag='-G' ;;
8817 *Sun\ F*) # Sun Fortran 8.3
8818 tmp_sharedflag='-G' ;;
8820 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8822 if test "x$supports_anon_versioning" = xyes; then
8823 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8824 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8825 echo "local: *; };" >> $output_objdir/$libname.ver~
8826 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8829 case $cc_basename in
8830 xlf* | bgf* | bgxlf* | mpixlf*)
8831 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8832 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8833 hardcode_libdir_flag_spec=
8834 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8835 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8836 if test "x$supports_anon_versioning" = xyes; then
8837 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8838 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8839 echo "local: *; };" >> $output_objdir/$libname.ver~
8840 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8850 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8851 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8854 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8855 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8860 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8864 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8865 *** create shared libraries on Solaris systems. Therefore, libtool
8866 *** is disabling shared libraries support. We urge you to upgrade GNU
8867 *** binutils to release 2.9.1 or newer. Another option is to modify
8868 *** your PATH or compiler configuration so that the native linker is
8869 *** used, and then restart.
8872 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8873 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8874 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8880 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8881 case `$LD -v 2>&1` in
8882 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8886 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8887 *** reliably create shared libraries on SCO systems. Therefore, libtool
8888 *** is disabling shared libraries support. We urge you to upgrade GNU
8889 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8890 *** your PATH or compiler configuration so that the native linker is
8891 *** used, and then restart.
8896 # For security reasons, it is highly recommended that you always
8897 # use absolute paths for naming shared libraries, and exclude the
8898 # DT_RUNPATH tag from executables and libraries. But doing so
8899 # requires that you compile everything twice, which is a pain.
8900 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8901 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8902 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8903 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8912 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8915 hardcode_shlibpath_var=no
8919 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8920 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8921 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8928 if test "$ld_shlibs" = no; then
8930 hardcode_libdir_flag_spec=
8931 export_dynamic_flag_spec=
8932 whole_archive_flag_spec=
8935 # PORTME fill in a description of your system's linker (not GNU ld)
8938 allow_undefined_flag=unsupported
8939 always_export_symbols=yes
8940 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'
8941 # Note: this linker hardcodes the directories in LIBPATH if there
8942 # are no directories specified by -L.
8943 hardcode_minus_L=yes
8944 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8945 # Neither direct hardcoding nor static linking is supported with a
8947 hardcode_direct=unsupported
8952 if test "$host_cpu" = ia64; then
8953 # On IA64, the linker does run time linking by default, so we don't
8954 # have to do anything special.
8955 aix_use_runtimelinking=no
8956 exp_sym_flag='-Bexport'
8959 # If we're using GNU nm, then we don't want the "-C" option.
8960 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8961 # Also, AIX nm treats weak defined symbols like other global
8962 # defined symbols, whereas GNU nm marks them as "W".
8963 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8964 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'
8966 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8968 aix_use_runtimelinking=no
8970 # Test if we are trying to use run time linking or normal
8971 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8972 # need to do runtime linking.
8973 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8974 for ld_flag in $LDFLAGS; do
8975 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8976 aix_use_runtimelinking=yes
8983 exp_sym_flag='-bexport'
8984 no_entry_flag='-bnoentry'
8987 # When large executables or shared objects are built, AIX ld can
8988 # have problems creating the table of contents. If linking a library
8989 # or program results in "error TOC overflow" add -mminimal-toc to
8990 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8991 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8995 hardcode_direct_absolute=yes
8996 hardcode_libdir_separator=':'
8997 link_all_deplibs=yes
8998 file_list_spec='${wl}-f,'
9000 if test "$GCC" = yes; then
9001 case $host_os in aix4.[012]|aix4.[012].*)
9002 # We only want to do this on AIX 4.2 and lower, the check
9003 # below for broken collect2 doesn't work under 4.3+
9004 collect2name=`${CC} -print-prog-name=collect2`
9005 if test -f "$collect2name" &&
9006 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9008 # We have reworked collect2
9011 # We have old collect2
9012 hardcode_direct=unsupported
9013 # It fails to find uninstalled libraries when the uninstalled
9014 # path is not listed in the libpath. Setting hardcode_minus_L
9015 # to unsupported forces relinking
9016 hardcode_minus_L=yes
9017 hardcode_libdir_flag_spec='-L$libdir'
9018 hardcode_libdir_separator=
9022 shared_flag='-shared'
9023 if test "$aix_use_runtimelinking" = yes; then
9024 shared_flag="$shared_flag "'${wl}-G'
9028 if test "$host_cpu" = ia64; then
9029 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9030 # chokes on -Wl,-G. The following line is correct:
9033 if test "$aix_use_runtimelinking" = yes; then
9034 shared_flag='${wl}-G'
9036 shared_flag='${wl}-bM:SRE'
9041 export_dynamic_flag_spec='${wl}-bexpall'
9042 # It seems that -bexpall does not export symbols beginning with
9043 # underscore (_), so it is better to generate a list of symbols to export.
9044 always_export_symbols=yes
9045 if test "$aix_use_runtimelinking" = yes; then
9046 # Warning - without using the other runtime loading flags (-brtl),
9047 # -berok will link without error, but may produce a broken library.
9048 allow_undefined_flag='-berok'
9049 # Determine the default libpath from the value encoded in an
9051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9052 /* end confdefs.h. */
9062 if ac_fn_c_try_link "$LINENO"; then :
9064 lt_aix_libpath_sed='
9065 /Import File Strings/,/^$/ {
9071 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9072 # Check for a 64-bit object if we didn't find anything.
9073 if test -z "$aix_libpath"; then
9074 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9077 rm -f core conftest.err conftest.$ac_objext \
9078 conftest$ac_exeext conftest.$ac_ext
9079 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9081 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9082 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"
9084 if test "$host_cpu" = ia64; then
9085 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9086 allow_undefined_flag="-z nodefs"
9087 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"
9089 # Determine the default libpath from the value encoded in an
9091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9092 /* end confdefs.h. */
9102 if ac_fn_c_try_link "$LINENO"; then :
9104 lt_aix_libpath_sed='
9105 /Import File Strings/,/^$/ {
9111 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9112 # Check for a 64-bit object if we didn't find anything.
9113 if test -z "$aix_libpath"; then
9114 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9117 rm -f core conftest.err conftest.$ac_objext \
9118 conftest$ac_exeext conftest.$ac_ext
9119 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9121 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9122 # Warning - without using the other run time loading flags,
9123 # -berok will link without error, but may produce a broken library.
9124 no_undefined_flag=' ${wl}-bernotok'
9125 allow_undefined_flag=' ${wl}-berok'
9126 if test "$with_gnu_ld" = yes; then
9127 # We only use this code for GNU lds that support --whole-archive.
9128 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9130 # Exported symbols can be pulled into shared objects from archives
9131 whole_archive_flag_spec='$convenience'
9133 archive_cmds_need_lc=yes
9134 # This is similar to how AIX traditionally builds its shared libraries.
9135 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'
9143 # see comment about AmigaOS4 .so support
9144 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9145 archive_expsym_cmds=''
9148 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)'
9149 hardcode_libdir_flag_spec='-L$libdir'
9150 hardcode_minus_L=yes
9156 export_dynamic_flag_spec=-rdynamic
9159 cygwin* | mingw* | pw32* | cegcc*)
9160 # When not using gcc, we currently assume that we are using
9161 # Microsoft Visual C++.
9162 # hardcode_libdir_flag_spec is actually meaningless, as there is
9163 # no search path for DLLs.
9164 hardcode_libdir_flag_spec=' '
9165 allow_undefined_flag=unsupported
9166 # Tell ltmain to make .lib files, not .a files.
9168 # Tell ltmain to make .dll files, not .so files.
9170 # FIXME: Setting linknames here is a bad hack.
9171 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9172 # The linker will automatically build a .lib file if we build a DLL.
9173 old_archive_from_new_cmds='true'
9174 # FIXME: Should let the user specify the lib program.
9175 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9176 fix_srcfile_path='`cygpath -w "$srcfile"`'
9177 enable_shared_with_static_runtimes=yes
9180 darwin* | rhapsody*)
9183 archive_cmds_need_lc=no
9185 hardcode_automatic=yes
9186 hardcode_shlibpath_var=unsupported
9187 if test "$lt_cv_ld_force_load" = "yes"; then
9188 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\"`'
9190 whole_archive_flag_spec=''
9192 link_all_deplibs=yes
9193 allow_undefined_flag="$_lt_dar_allow_undefined"
9194 case $cc_basename in
9195 ifort*) _lt_dar_can_shared=yes ;;
9196 *) _lt_dar_can_shared=$GCC ;;
9198 if test "$_lt_dar_can_shared" = "yes"; then
9199 output_verbose_link_cmd=func_echo_all
9200 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9201 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9202 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}"
9203 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}"
9212 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9213 hardcode_libdir_flag_spec='-L$libdir'
9214 hardcode_shlibpath_var=no
9217 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9218 # support. Future versions do this automatically, but an explicit c++rt0.o
9219 # does not break anything, and helps significantly (at the cost of a little
9222 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9223 hardcode_libdir_flag_spec='-R$libdir'
9225 hardcode_shlibpath_var=no
9228 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9230 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9232 hardcode_minus_L=yes
9233 hardcode_shlibpath_var=no
9236 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9237 freebsd* | dragonfly*)
9238 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9239 hardcode_libdir_flag_spec='-R$libdir'
9241 hardcode_shlibpath_var=no
9245 if test "$GCC" = yes; then
9246 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'
9248 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'
9250 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9251 hardcode_libdir_separator=:
9254 # hardcode_minus_L: Not really in the search PATH,
9255 # but as the default location of the library.
9256 hardcode_minus_L=yes
9257 export_dynamic_flag_spec='${wl}-E'
9261 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9262 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9264 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9266 if test "$with_gnu_ld" = no; then
9267 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9268 hardcode_libdir_flag_spec_ld='+b $libdir'
9269 hardcode_libdir_separator=:
9271 hardcode_direct_absolute=yes
9272 export_dynamic_flag_spec='${wl}-E'
9273 # hardcode_minus_L: Not really in the search PATH,
9274 # but as the default location of the library.
9275 hardcode_minus_L=yes
9280 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9283 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9286 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9289 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9295 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9298 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9302 # Older versions of the 11.00 compiler do not understand -b yet
9303 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9305 $as_echo_n "checking if $CC understands -b... " >&6; }
9306 if ${lt_cv_prog_compiler__b+:} false; then :
9307 $as_echo_n "(cached) " >&6
9309 lt_cv_prog_compiler__b=no
9310 save_LDFLAGS="$LDFLAGS"
9311 LDFLAGS="$LDFLAGS -b"
9312 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9313 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9314 # The linker can only warn and ignore the option if not recognized
9315 # So say no if there are warnings
9316 if test -s conftest.err; then
9317 # Append any errors to the config.log.
9318 cat conftest.err 1>&5
9319 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9320 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9321 if diff conftest.exp conftest.er2 >/dev/null; then
9322 lt_cv_prog_compiler__b=yes
9325 lt_cv_prog_compiler__b=yes
9329 LDFLAGS="$save_LDFLAGS"
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9333 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9335 if test x"$lt_cv_prog_compiler__b" = xyes; then
9336 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9338 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9344 if test "$with_gnu_ld" = no; then
9345 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9346 hardcode_libdir_separator=:
9351 hardcode_shlibpath_var=no
9355 hardcode_direct_absolute=yes
9356 export_dynamic_flag_spec='${wl}-E'
9358 # hardcode_minus_L: Not really in the search PATH,
9359 # but as the default location of the library.
9360 hardcode_minus_L=yes
9366 irix5* | irix6* | nonstopux*)
9367 if test "$GCC" = yes; then
9368 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'
9369 # Try to use the -exported_symbol ld option, if it does not
9370 # work, assume that -exports_file does not work either and
9371 # implicitly export all symbols.
9372 save_LDFLAGS="$LDFLAGS"
9373 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9375 /* end confdefs.h. */
9378 if ac_fn_c_try_link "$LINENO"; then :
9379 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'
9382 rm -f core conftest.err conftest.$ac_objext \
9383 conftest$ac_exeext conftest.$ac_ext
9384 LDFLAGS="$save_LDFLAGS"
9386 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'
9387 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'
9389 archive_cmds_need_lc='no'
9390 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9391 hardcode_libdir_separator=:
9393 link_all_deplibs=yes
9397 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9398 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9400 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9402 hardcode_libdir_flag_spec='-R$libdir'
9404 hardcode_shlibpath_var=no
9408 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9410 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9411 hardcode_libdir_separator=:
9412 hardcode_shlibpath_var=no
9419 if test -f /usr/libexec/ld.so; then
9421 hardcode_shlibpath_var=no
9422 hardcode_direct_absolute=yes
9423 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9424 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9425 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9426 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9427 export_dynamic_flag_spec='${wl}-E'
9430 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9431 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9432 hardcode_libdir_flag_spec='-R$libdir'
9435 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9436 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9446 hardcode_libdir_flag_spec='-L$libdir'
9447 hardcode_minus_L=yes
9448 allow_undefined_flag=unsupported
9449 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'
9450 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9454 if test "$GCC" = yes; then
9455 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9456 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'
9458 allow_undefined_flag=' -expect_unresolved \*'
9459 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'
9461 archive_cmds_need_lc='no'
9462 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9463 hardcode_libdir_separator=:
9466 osf4* | osf5*) # as osf3* with the addition of -msym flag
9467 if test "$GCC" = yes; then
9468 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9469 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'
9470 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9472 allow_undefined_flag=' -expect_unresolved \*'
9473 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'
9474 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~
9475 $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'
9477 # Both c and cxx compiler support -rpath directly
9478 hardcode_libdir_flag_spec='-rpath $libdir'
9480 archive_cmds_need_lc='no'
9481 hardcode_libdir_separator=:
9485 no_undefined_flag=' -z defs'
9486 if test "$GCC" = yes; then
9488 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9489 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9490 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9492 case `$CC -V 2>&1` in
9495 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9496 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9497 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9501 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9502 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9503 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9507 hardcode_libdir_flag_spec='-R$libdir'
9508 hardcode_shlibpath_var=no
9510 solaris2.[0-5] | solaris2.[0-5].*) ;;
9512 # The compiler driver will combine and reorder linker options,
9513 # but understands `-z linker_flag'. GCC discards it without `$wl',
9514 # but is careful enough not to reorder.
9515 # Supported since Solaris 2.6 (maybe 2.5.1?)
9516 if test "$GCC" = yes; then
9517 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9519 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9523 link_all_deplibs=yes
9527 if test "x$host_vendor" = xsequent; then
9528 # Use $CC to link under sequent, because it throws in some extra .o
9529 # files that make .init and .fini sections work.
9530 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9532 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9534 hardcode_libdir_flag_spec='-L$libdir'
9536 hardcode_minus_L=yes
9537 hardcode_shlibpath_var=no
9541 case $host_vendor in
9543 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9544 hardcode_direct=yes # is this really true???
9547 ## LD is ld it makes a PLAMLIB
9548 ## CC just makes a GrossModule.
9549 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9550 reload_cmds='$CC -r -o $output$reload_objs'
9554 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9555 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9558 runpath_var='LD_RUN_PATH'
9559 hardcode_shlibpath_var=no
9563 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9564 hardcode_shlibpath_var=no
9565 export_dynamic_flag_spec='-Bexport'
9569 if test -d /usr/nec; then
9570 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9571 hardcode_shlibpath_var=no
9572 runpath_var=LD_RUN_PATH
9573 hardcode_runpath_var=yes
9578 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9579 no_undefined_flag='${wl}-z,text'
9580 archive_cmds_need_lc=no
9581 hardcode_shlibpath_var=no
9582 runpath_var='LD_RUN_PATH'
9584 if test "$GCC" = yes; then
9585 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9586 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9588 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9589 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9593 sysv5* | sco3.2v5* | sco5v6*)
9594 # Note: We can NOT use -z defs as we might desire, because we do not
9595 # link with -lc, and that would cause any symbols used from libc to
9596 # always be unresolved, which means just about no library would
9597 # ever link correctly. If we're not using GNU ld we use -z text
9598 # though, which does catch some bad symbols but isn't as heavy-handed
9600 no_undefined_flag='${wl}-z,text'
9601 allow_undefined_flag='${wl}-z,nodefs'
9602 archive_cmds_need_lc=no
9603 hardcode_shlibpath_var=no
9604 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9605 hardcode_libdir_separator=':'
9606 link_all_deplibs=yes
9607 export_dynamic_flag_spec='${wl}-Bexport'
9608 runpath_var='LD_RUN_PATH'
9610 if test "$GCC" = yes; then
9611 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9612 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9614 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9615 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9620 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9621 hardcode_libdir_flag_spec='-L$libdir'
9622 hardcode_shlibpath_var=no
9630 if test x$host_vendor = xsni; then
9632 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9633 export_dynamic_flag_spec='${wl}-Blargedynsym'
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9640 $as_echo "$ld_shlibs" >&6; }
9641 test "$ld_shlibs" = no && can_build_shared=no
9643 with_gnu_ld=$with_gnu_ld
9660 # Do we need to explicitly link libc?
9662 case "x$archive_cmds_need_lc" in
9664 # Assume -lc should be added
9665 archive_cmds_need_lc=yes
9667 if test "$enable_shared" = yes && test "$GCC" = yes; then
9668 case $archive_cmds in
9670 # FIXME: we may have to deal with multi-command sequences.
9673 # Test whether the compiler implicitly links with -lc since on some
9674 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9675 # to ld, don't add -lc before -lgcc.
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9677 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9678 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9679 $as_echo_n "(cached) " >&6
9682 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9685 (eval $ac_compile) 2>&5
9687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9688 test $ac_status = 0; } 2>conftest.err; then
9691 libobjs=conftest.$ac_objext
9693 wl=$lt_prog_compiler_wl
9694 pic_flag=$lt_prog_compiler_pic
9700 lt_save_allow_undefined_flag=$allow_undefined_flag
9701 allow_undefined_flag=
9702 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9703 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9706 test $ac_status = 0; }
9708 lt_cv_archive_cmds_need_lc=no
9710 lt_cv_archive_cmds_need_lc=yes
9712 allow_undefined_flag=$lt_save_allow_undefined_flag
9714 cat conftest.err 1>&5
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9720 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9721 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9885 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9887 if test "$GCC" = yes; then
9889 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9890 *) lt_awk_arg="/^libraries:/" ;;
9893 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9894 *) lt_sed_strip_eq="s,=/,/,g" ;;
9896 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9897 case $lt_search_path_spec in
9899 # if the path contains ";" then we assume it to be the separator
9900 # otherwise default to the standard path separator (i.e. ":") - it is
9901 # assumed that no part of a normal pathname contains ";" but that should
9902 # okay in the real world where ";" in dirpaths is itself problematic.
9903 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9906 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9909 # Ok, now we have the path, separated by spaces, we can step through it
9910 # and add multilib dir if necessary.
9911 lt_tmp_lt_search_path_spec=
9912 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9913 for lt_sys_path in $lt_search_path_spec; do
9914 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9915 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9917 test -d "$lt_sys_path" && \
9918 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9921 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9922 BEGIN {RS=" "; FS="/|\n";} {
9925 for (lt_i = NF; lt_i > 0; lt_i--) {
9926 if ($lt_i != "" && $lt_i != ".") {
9927 if ($lt_i == "..") {
9930 if (lt_count == 0) {
9931 lt_foo="/" $lt_i lt_foo;
9938 if (lt_foo != "") { lt_freq[lt_foo]++; }
9939 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9941 # AWK program above erroneously prepends '/' to C:/dos/paths
9944 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9945 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9947 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9949 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9952 libname_spec='lib$name'
9960 shlibpath_overrides_runpath=unknown
9962 dynamic_linker="$host_os ld.so"
9963 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9964 need_lib_prefix=unknown
9965 hardcode_into_libs=no
9967 # when you set need_version to no, make sure it does not cause -set_version
9968 # flags to be left without arguments
9969 need_version=unknown
9974 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9975 shlibpath_var=LIBPATH
9977 # AIX 3 has no versioning support, so we append a major version to the name.
9978 soname_spec='${libname}${release}${shared_ext}$major'
9985 hardcode_into_libs=yes
9986 if test "$host_cpu" = ia64; then
9987 # AIX 5 supports IA64
9988 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9989 shlibpath_var=LD_LIBRARY_PATH
9991 # With GCC up to 2.95.x, collect2 would create an import file
9992 # for dependence libraries. The import file would start with
9993 # the line `#! .'. This would cause the generated library to
9994 # depend on `.', always an invalid library. This was fixed in
9995 # development snapshots of GCC prior to 3.0.
9997 aix4 | aix4.[01] | aix4.[01].*)
9998 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10000 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10003 can_build_shared=no
10007 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10008 # soname into executable. Probably we can add versioning support to
10009 # collect2, so additional links can be useful in future.
10010 if test "$aix_use_runtimelinking" = yes; then
10011 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10012 # instead of lib<name>.a to let people know that these are not
10013 # typical AIX shared libraries.
10014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10016 # We preserve .a as extension for shared libraries through AIX4.2
10017 # and later when we are not doing run time linking.
10018 library_names_spec='${libname}${release}.a $libname.a'
10019 soname_spec='${libname}${release}${shared_ext}$major'
10021 shlibpath_var=LIBPATH
10028 # Since July 2007 AmigaOS4 officially supports .so libraries.
10029 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10030 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10033 library_names_spec='$libname.ixlibrary $libname.a'
10034 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10035 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'
10041 library_names_spec='${libname}${shared_ext}'
10042 dynamic_linker="$host_os ld.so"
10043 shlibpath_var=LIBRARY_PATH
10049 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10050 soname_spec='${libname}${release}${shared_ext}$major'
10051 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10052 shlibpath_var=LD_LIBRARY_PATH
10053 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10054 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10055 # the default ld.so.conf also contains /usr/contrib/lib and
10056 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10057 # libtool to hard-code these into programs
10060 cygwin* | mingw* | pw32* | cegcc*)
10061 version_type=windows
10066 case $GCC,$host_os in
10067 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10068 library_names_spec='$libname.dll.a'
10069 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10070 postinstall_cmds='base_file=`basename \${file}`~
10071 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10072 dldir=$destdir/`dirname \$dlpath`~
10073 test -d \$dldir || mkdir -p \$dldir~
10074 $install_prog $dir/$dlname \$dldir/$dlname~
10075 chmod a+x \$dldir/$dlname~
10076 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10077 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10079 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10080 dlpath=$dir/\$dldll~
10082 shlibpath_overrides_runpath=yes
10086 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10087 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10089 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10092 # MinGW DLLs use traditional 'lib' prefix
10093 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10096 # pw32 DLLs use 'pw' prefix rather than 'lib'
10097 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10103 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10106 dynamic_linker='Win32 ld.exe'
10107 # FIXME: first we should search . and the directory the executable is in
10111 darwin* | rhapsody*)
10112 dynamic_linker="$host_os dyld"
10113 version_type=darwin
10116 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10117 soname_spec='${libname}${release}${major}$shared_ext'
10118 shlibpath_overrides_runpath=yes
10119 shlibpath_var=DYLD_LIBRARY_PATH
10120 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10122 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10123 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10131 soname_spec='${libname}${release}${shared_ext}$major'
10132 shlibpath_var=LD_LIBRARY_PATH
10135 freebsd* | dragonfly*)
10136 # DragonFly does not have aout. When/if they implement a new
10137 # versioning mechanism, adjust this.
10138 if test -x /usr/bin/objformat; then
10139 objformat=`/usr/bin/objformat`
10142 freebsd[23].*) objformat=aout ;;
10143 *) objformat=elf ;;
10146 version_type=freebsd-$objformat
10147 case $version_type in
10149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10154 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10158 shlibpath_var=LD_LIBRARY_PATH
10161 shlibpath_overrides_runpath=yes
10163 freebsd3.[01]* | freebsdelf3.[01]*)
10164 shlibpath_overrides_runpath=yes
10165 hardcode_into_libs=yes
10167 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10168 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10169 shlibpath_overrides_runpath=no
10170 hardcode_into_libs=yes
10172 *) # from 4.6 on, and DragonFly
10173 shlibpath_overrides_runpath=yes
10174 hardcode_into_libs=yes
10183 dynamic_linker="$host_os runtime_loader"
10184 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10185 soname_spec='${libname}${release}${shared_ext}$major'
10186 shlibpath_var=LIBRARY_PATH
10187 shlibpath_overrides_runpath=yes
10188 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10189 hardcode_into_libs=yes
10192 hpux9* | hpux10* | hpux11*)
10193 # Give a soname corresponding to the major version so that dld.sl refuses to
10194 # link against other versions.
10201 hardcode_into_libs=yes
10202 dynamic_linker="$host_os dld.so"
10203 shlibpath_var=LD_LIBRARY_PATH
10204 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10205 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10206 soname_spec='${libname}${release}${shared_ext}$major'
10207 if test "X$HPUX_IA64_MODE" = X32; then
10208 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10210 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10212 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10216 hardcode_into_libs=yes
10217 dynamic_linker="$host_os dld.sl"
10218 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10219 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10221 soname_spec='${libname}${release}${shared_ext}$major'
10222 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10223 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10227 dynamic_linker="$host_os dld.sl"
10228 shlibpath_var=SHLIB_PATH
10229 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231 soname_spec='${libname}${release}${shared_ext}$major'
10234 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10235 postinstall_cmds='chmod 555 $lib'
10236 # or fails outright, so override atomically:
10237 install_override_mode=555
10244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10245 soname_spec='${libname}${release}${shared_ext}$major'
10246 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10247 shlibpath_var=LD_LIBRARY_PATH
10248 shlibpath_overrides_runpath=no
10249 hardcode_into_libs=yes
10252 irix5* | irix6* | nonstopux*)
10254 nonstopux*) version_type=nonstopux ;;
10256 if test "$lt_cv_prog_gnu_ld" = yes; then
10264 soname_spec='${libname}${release}${shared_ext}$major'
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10267 irix5* | nonstopux*)
10268 libsuff= shlibsuff=
10271 case $LD in # libtool.m4 will add one of these switches to LD
10272 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10273 libsuff= shlibsuff= libmagic=32-bit;;
10274 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10275 libsuff=32 shlibsuff=N32 libmagic=N32;;
10276 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10277 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10278 *) libsuff= shlibsuff= libmagic=never-match;;
10282 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10283 shlibpath_overrides_runpath=no
10284 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10285 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10286 hardcode_into_libs=yes
10289 # No shared lib support for Linux oldld, aout, or coff.
10290 linux*oldld* | linux*aout* | linux*coff*)
10294 # This must be Linux ELF.
10295 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10300 soname_spec='${libname}${release}${shared_ext}$major'
10301 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10302 shlibpath_var=LD_LIBRARY_PATH
10303 shlibpath_overrides_runpath=no
10305 # Some binutils ld are patched to set DT_RUNPATH
10306 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10307 $as_echo_n "(cached) " >&6
10309 lt_cv_shlibpath_overrides_runpath=no
10310 save_LDFLAGS=$LDFLAGS
10311 save_libdir=$libdir
10312 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10313 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10315 /* end confdefs.h. */
10325 if ac_fn_c_try_link "$LINENO"; then :
10326 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10327 lt_cv_shlibpath_overrides_runpath=yes
10330 rm -f core conftest.err conftest.$ac_objext \
10331 conftest$ac_exeext conftest.$ac_ext
10332 LDFLAGS=$save_LDFLAGS
10333 libdir=$save_libdir
10337 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10339 # This implies no fast_install, which is unacceptable.
10340 # Some rework will be needed to allow for fast_install
10341 # before this can be enabled.
10342 hardcode_into_libs=yes
10344 # Append ld.so.conf contents to the search path
10345 if test -f /etc/ld.so.conf; then
10346 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' ' '`
10347 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10350 # We used to test for /lib/ld.so.1 and disable shared libraries on
10351 # powerpc, because MkLinux only supported shared libraries with the
10352 # GNU dynamic linker. Since this was broken with cross compilers,
10353 # most powerpc-linux boxes support dynamic linking these days and
10354 # people can always --disable-shared, the test was removed, and we
10355 # assume the GNU/Linux dynamic linker is in use.
10356 dynamic_linker='GNU/Linux ld.so'
10363 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10364 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10365 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10366 dynamic_linker='NetBSD (a.out) ld.so'
10368 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10369 soname_spec='${libname}${release}${shared_ext}$major'
10370 dynamic_linker='NetBSD ld.elf_so'
10372 shlibpath_var=LD_LIBRARY_PATH
10373 shlibpath_overrides_runpath=yes
10374 hardcode_into_libs=yes
10379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10380 shlibpath_var=LD_LIBRARY_PATH
10381 shlibpath_overrides_runpath=yes
10388 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10389 soname_spec='${libname}${release}${shared_ext}$major'
10390 shlibpath_var=LD_LIBRARY_PATH
10391 shlibpath_overrides_runpath=no
10392 hardcode_into_libs=yes
10393 dynamic_linker='ldqnx.so'
10398 sys_lib_dlsearch_path_spec="/usr/lib"
10400 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10402 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10403 *) need_version=no ;;
10405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10406 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10407 shlibpath_var=LD_LIBRARY_PATH
10408 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10410 openbsd2.[89] | openbsd2.[89].*)
10411 shlibpath_overrides_runpath=no
10414 shlibpath_overrides_runpath=yes
10418 shlibpath_overrides_runpath=yes
10423 libname_spec='$name'
10426 library_names_spec='$libname${shared_ext} $libname.a'
10427 dynamic_linker='OS/2 ld.exe'
10428 shlibpath_var=LIBPATH
10431 osf3* | osf4* | osf5*)
10435 soname_spec='${libname}${release}${shared_ext}$major'
10436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10437 shlibpath_var=LD_LIBRARY_PATH
10438 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10439 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10450 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10451 soname_spec='${libname}${release}${shared_ext}$major'
10452 shlibpath_var=LD_LIBRARY_PATH
10453 shlibpath_overrides_runpath=yes
10454 hardcode_into_libs=yes
10455 # ldd complains unless libraries are executable
10456 postinstall_cmds='chmod +x $lib'
10461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10462 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10463 shlibpath_var=LD_LIBRARY_PATH
10464 shlibpath_overrides_runpath=yes
10465 if test "$with_gnu_ld" = yes; then
10473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10474 soname_spec='${libname}${release}${shared_ext}$major'
10475 shlibpath_var=LD_LIBRARY_PATH
10476 case $host_vendor in
10478 shlibpath_overrides_runpath=no
10480 runpath_var=LD_RUN_PATH
10488 shlibpath_overrides_runpath=no
10489 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10495 if test -d /usr/nec ;then
10497 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10498 soname_spec='$libname${shared_ext}.$major'
10499 shlibpath_var=LD_LIBRARY_PATH
10503 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10504 version_type=freebsd-elf
10507 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10508 soname_spec='${libname}${release}${shared_ext}$major'
10509 shlibpath_var=LD_LIBRARY_PATH
10510 shlibpath_overrides_runpath=yes
10511 hardcode_into_libs=yes
10512 if test "$with_gnu_ld" = yes; then
10513 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10515 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10518 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10522 sys_lib_dlsearch_path_spec='/usr/lib'
10526 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10530 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10531 shlibpath_var=LD_LIBRARY_PATH
10532 shlibpath_overrides_runpath=no
10533 hardcode_into_libs=yes
10538 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10539 soname_spec='${libname}${release}${shared_ext}$major'
10540 shlibpath_var=LD_LIBRARY_PATH
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10548 $as_echo "$dynamic_linker" >&6; }
10549 test "$dynamic_linker" = no && can_build_shared=no
10551 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10552 if test "$GCC" = yes; then
10553 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10556 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10557 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10559 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10560 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10655 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10657 if test -n "$hardcode_libdir_flag_spec" ||
10658 test -n "$runpath_var" ||
10659 test "X$hardcode_automatic" = "Xyes" ; then
10661 # We can hardcode non-existent directories.
10662 if test "$hardcode_direct" != no &&
10663 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10664 # have to relink, otherwise we might link with an installed library
10665 # when we should be linking with a yet-to-be-installed one
10666 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10667 test "$hardcode_minus_L" != no; then
10668 # Linking always hardcodes the temporary library directory.
10669 hardcode_action=relink
10671 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10672 hardcode_action=immediate
10675 # We cannot hardcode anything, or else we can only hardcode existing
10677 hardcode_action=unsupported
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10680 $as_echo "$hardcode_action" >&6; }
10682 if test "$hardcode_action" = relink ||
10683 test "$inherit_rpath" = yes; then
10684 # Fast installation is not supported
10685 enable_fast_install=no
10686 elif test "$shlibpath_overrides_runpath" = yes ||
10687 test "$enable_shared" = no; then
10688 # Fast installation is not necessary
10689 enable_fast_install=needless
10697 if test "x$enable_dlopen" != xyes; then
10698 enable_dlopen=unknown
10699 enable_dlopen_self=unknown
10700 enable_dlopen_self_static=unknown
10707 lt_cv_dlopen="load_add_on"
10709 lt_cv_dlopen_self=yes
10712 mingw* | pw32* | cegcc*)
10713 lt_cv_dlopen="LoadLibrary"
10718 lt_cv_dlopen="dlopen"
10723 # if libdl is installed we need to link against it
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10725 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10726 if ${ac_cv_lib_dl_dlopen+:} false; then :
10727 $as_echo_n "(cached) " >&6
10729 ac_check_lib_save_LIBS=$LIBS
10731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10749 if ac_fn_c_try_link "$LINENO"; then :
10750 ac_cv_lib_dl_dlopen=yes
10752 ac_cv_lib_dl_dlopen=no
10754 rm -f core conftest.err conftest.$ac_objext \
10755 conftest$ac_exeext conftest.$ac_ext
10756 LIBS=$ac_check_lib_save_LIBS
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10759 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10760 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10761 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10764 lt_cv_dlopen="dyld"
10766 lt_cv_dlopen_self=yes
10773 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10774 if test "x$ac_cv_func_shl_load" = xyes; then :
10775 lt_cv_dlopen="shl_load"
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10778 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10779 if ${ac_cv_lib_dld_shl_load+:} false; then :
10780 $as_echo_n "(cached) " >&6
10782 ac_check_lib_save_LIBS=$LIBS
10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h. */
10787 /* Override any GCC internal prototype to avoid an error.
10788 Use char because int might match the return type of a GCC
10789 builtin and then its argument prototype would still apply. */
10797 return shl_load ();
10802 if ac_fn_c_try_link "$LINENO"; then :
10803 ac_cv_lib_dld_shl_load=yes
10805 ac_cv_lib_dld_shl_load=no
10807 rm -f core conftest.err conftest.$ac_objext \
10808 conftest$ac_exeext conftest.$ac_ext
10809 LIBS=$ac_check_lib_save_LIBS
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10812 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10813 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10814 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10816 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10817 if test "x$ac_cv_func_dlopen" = xyes; then :
10818 lt_cv_dlopen="dlopen"
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10821 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10822 if ${ac_cv_lib_dl_dlopen+:} false; then :
10823 $as_echo_n "(cached) " >&6
10825 ac_check_lib_save_LIBS=$LIBS
10827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10828 /* end confdefs.h. */
10830 /* Override any GCC internal prototype to avoid an error.
10831 Use char because int might match the return type of a GCC
10832 builtin and then its argument prototype would still apply. */
10845 if ac_fn_c_try_link "$LINENO"; then :
10846 ac_cv_lib_dl_dlopen=yes
10848 ac_cv_lib_dl_dlopen=no
10850 rm -f core conftest.err conftest.$ac_objext \
10851 conftest$ac_exeext conftest.$ac_ext
10852 LIBS=$ac_check_lib_save_LIBS
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10855 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10856 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10857 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10860 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10861 if ${ac_cv_lib_svld_dlopen+:} false; then :
10862 $as_echo_n "(cached) " >&6
10864 ac_check_lib_save_LIBS=$LIBS
10865 LIBS="-lsvld $LIBS"
10866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10867 /* end confdefs.h. */
10869 /* Override any GCC internal prototype to avoid an error.
10870 Use char because int might match the return type of a GCC
10871 builtin and then its argument prototype would still apply. */
10884 if ac_fn_c_try_link "$LINENO"; then :
10885 ac_cv_lib_svld_dlopen=yes
10887 ac_cv_lib_svld_dlopen=no
10889 rm -f core conftest.err conftest.$ac_objext \
10890 conftest$ac_exeext conftest.$ac_ext
10891 LIBS=$ac_check_lib_save_LIBS
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10894 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10895 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10896 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10899 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10900 if ${ac_cv_lib_dld_dld_link+:} false; then :
10901 $as_echo_n "(cached) " >&6
10903 ac_check_lib_save_LIBS=$LIBS
10905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10906 /* end confdefs.h. */
10908 /* Override any GCC internal prototype to avoid an error.
10909 Use char because int might match the return type of a GCC
10910 builtin and then its argument prototype would still apply. */
10918 return dld_link ();
10923 if ac_fn_c_try_link "$LINENO"; then :
10924 ac_cv_lib_dld_dld_link=yes
10926 ac_cv_lib_dld_dld_link=no
10928 rm -f core conftest.err conftest.$ac_objext \
10929 conftest$ac_exeext conftest.$ac_ext
10930 LIBS=$ac_check_lib_save_LIBS
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10933 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10934 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10935 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10956 if test "x$lt_cv_dlopen" != xno; then
10962 case $lt_cv_dlopen in
10964 save_CPPFLAGS="$CPPFLAGS"
10965 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10967 save_LDFLAGS="$LDFLAGS"
10968 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10971 LIBS="$lt_cv_dlopen_libs $LIBS"
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10974 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10975 if ${lt_cv_dlopen_self+:} false; then :
10976 $as_echo_n "(cached) " >&6
10978 if test "$cross_compiling" = yes; then :
10979 lt_cv_dlopen_self=cross
10981 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10982 lt_status=$lt_dlunknown
10983 cat > conftest.$ac_ext <<_LT_EOF
10984 #line 10984 "configure"
10985 #include "confdefs.h"
10994 # define LT_DLGLOBAL RTLD_GLOBAL
10997 # define LT_DLGLOBAL DL_GLOBAL
10999 # define LT_DLGLOBAL 0
11003 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11004 find out it does not work in some platform. */
11005 #ifndef LT_DLLAZY_OR_NOW
11007 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11010 # define LT_DLLAZY_OR_NOW DL_LAZY
11013 # define LT_DLLAZY_OR_NOW RTLD_NOW
11016 # define LT_DLLAZY_OR_NOW DL_NOW
11018 # define LT_DLLAZY_OR_NOW 0
11025 /* When -fvisbility=hidden is used, assume the code has been annotated
11026 correspondingly for the symbols needed. */
11027 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11028 void fnord () __attribute__((visibility("default")));
11031 void fnord () { int i=42; }
11034 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11035 int status = $lt_dlunknown;
11039 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11042 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11043 else puts (dlerror ());
11045 /* dlclose (self); */
11053 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11054 (eval $ac_link) 2>&5
11056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11057 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11058 (./conftest; exit; ) >&5 2>/dev/null
11060 case x$lt_status in
11061 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11062 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11063 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11066 # compilation failed
11067 lt_cv_dlopen_self=no
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11075 $as_echo "$lt_cv_dlopen_self" >&6; }
11077 if test "x$lt_cv_dlopen_self" = xyes; then
11078 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11080 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11081 if ${lt_cv_dlopen_self_static+:} false; then :
11082 $as_echo_n "(cached) " >&6
11084 if test "$cross_compiling" = yes; then :
11085 lt_cv_dlopen_self_static=cross
11087 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11088 lt_status=$lt_dlunknown
11089 cat > conftest.$ac_ext <<_LT_EOF
11090 #line 11090 "configure"
11091 #include "confdefs.h"
11100 # define LT_DLGLOBAL RTLD_GLOBAL
11103 # define LT_DLGLOBAL DL_GLOBAL
11105 # define LT_DLGLOBAL 0
11109 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11110 find out it does not work in some platform. */
11111 #ifndef LT_DLLAZY_OR_NOW
11113 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11116 # define LT_DLLAZY_OR_NOW DL_LAZY
11119 # define LT_DLLAZY_OR_NOW RTLD_NOW
11122 # define LT_DLLAZY_OR_NOW DL_NOW
11124 # define LT_DLLAZY_OR_NOW 0
11131 /* When -fvisbility=hidden is used, assume the code has been annotated
11132 correspondingly for the symbols needed. */
11133 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11134 void fnord () __attribute__((visibility("default")));
11137 void fnord () { int i=42; }
11140 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11141 int status = $lt_dlunknown;
11145 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11148 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11149 else puts (dlerror ());
11151 /* dlclose (self); */
11159 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11160 (eval $ac_link) 2>&5
11162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11163 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11164 (./conftest; exit; ) >&5 2>/dev/null
11166 case x$lt_status in
11167 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11168 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11169 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11172 # compilation failed
11173 lt_cv_dlopen_self_static=no
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11181 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11184 CPPFLAGS="$save_CPPFLAGS"
11185 LDFLAGS="$save_LDFLAGS"
11190 case $lt_cv_dlopen_self in
11191 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11192 *) enable_dlopen_self=unknown ;;
11195 case $lt_cv_dlopen_self_static in
11196 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11197 *) enable_dlopen_self_static=unknown ;;
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11220 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11221 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11222 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11223 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11225 $as_echo "yes" >&6; }
11227 # FIXME - insert some real tests, host_os isn't really good enough
11230 if test -n "$STRIP" ; then
11231 striplib="$STRIP -x"
11232 old_striplib="$STRIP -S"
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11234 $as_echo "yes" >&6; }
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11237 $as_echo "no" >&6; }
11241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11242 $as_echo "no" >&6; }
11258 # Report which library types will actually be built
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11260 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11262 $as_echo "$can_build_shared" >&6; }
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11265 $as_echo_n "checking whether to build shared libraries... " >&6; }
11266 test "$can_build_shared" = "no" && enable_shared=no
11268 # On AIX, shared libraries and static libraries use the same namespace, and
11269 # are all built from PIC.
11272 test "$enable_shared" = yes && enable_static=no
11273 if test -n "$RANLIB"; then
11274 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11275 postinstall_cmds='$RANLIB $lib'
11280 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11281 test "$enable_shared" = yes && enable_static=no
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11286 $as_echo "$enable_shared" >&6; }
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11289 $as_echo_n "checking whether to build static libraries... " >&6; }
11290 # Make sure either enable_shared or enable_static is yes.
11291 test "$enable_shared" = yes || enable_static=yes
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11293 $as_echo "$enable_static" >&6; }
11300 ac_cpp='$CPP $CPPFLAGS'
11301 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11302 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11303 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11319 ac_config_commands="$ac_config_commands libtool"
11324 # Only expand once:
11328 # The tests for host and target for $enable_largefile require
11333 # As the $enable_largefile decision depends on --enable-plugins we must set it
11334 # even in directories otherwise not depending on the $plugins option.
11338 for ac_header in dlfcn.h
11340 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11342 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11343 cat >>confdefs.h <<_ACEOF
11344 #define HAVE_DLFCN_H 1
11351 for ac_header in windows.h
11353 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11355 if test "x$ac_cv_header_windows_h" = xyes; then :
11356 cat >>confdefs.h <<_ACEOF
11357 #define HAVE_WINDOWS_H 1
11365 # Check whether --enable-plugins was given.
11366 if test "${enable_plugins+set}" = set; then :
11367 enableval=$enable_plugins; case "${enableval}" in
11370 if test "$maybe_plugins" != "yes" ; then
11371 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11375 plugins=$maybe_plugins
11379 if test "$plugins" = "yes"; then
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11381 $as_echo_n "checking for library containing dlsym... " >&6; }
11382 if ${ac_cv_search_dlsym+:} false; then :
11383 $as_echo_n "(cached) " >&6
11385 ac_func_search_save_LIBS=$LIBS
11386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11387 /* end confdefs.h. */
11389 /* Override any GCC internal prototype to avoid an error.
11390 Use char because int might match the return type of a GCC
11391 builtin and then its argument prototype would still apply. */
11404 for ac_lib in '' dl; do
11405 if test -z "$ac_lib"; then
11406 ac_res="none required"
11409 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11411 if ac_fn_c_try_link "$LINENO"; then :
11412 ac_cv_search_dlsym=$ac_res
11414 rm -f core conftest.err conftest.$ac_objext \
11416 if ${ac_cv_search_dlsym+:} false; then :
11420 if ${ac_cv_search_dlsym+:} false; then :
11423 ac_cv_search_dlsym=no
11425 rm conftest.$ac_ext
11426 LIBS=$ac_func_search_save_LIBS
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11429 $as_echo "$ac_cv_search_dlsym" >&6; }
11430 ac_res=$ac_cv_search_dlsym
11431 if test "$ac_res" != no; then :
11432 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11440 sparc-*-solaris*|i?86-*-solaris*)
11441 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11442 # were mutually exclusive until Solaris 11.3. Without procfs support,
11443 # the bfd/ elf module cannot provide certain routines such as
11444 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11445 # explicitly requested large-file support through the
11446 # --enable-largefile switch, disable large-file support in favor of
11449 # Check if <sys/procfs.h> is incompatible with large-file support.
11450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11451 /* end confdefs.h. */
11452 #define _FILE_OFFSET_BITS 64
11453 #define _STRUCTURED_PROC 1
11454 #include <sys/procfs.h>
11463 if ac_fn_c_try_compile "$LINENO"; then :
11464 acx_cv_procfs_lfs=yes
11466 acx_cv_procfs_lfs=no
11468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11470 # Forcefully disable large-file support only if necessary, gdb is in
11471 # tree and enabled.
11472 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11473 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11474 : ${enable_largefile="no"}
11475 if test "$plugins" = yes; then
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11477 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11478 $as_echo "$as_me: WARNING:
11479 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11484 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11485 # benefit of g++ 9+ which predefines it on Solaris.
11486 if test "$enable_largefile" = no; then
11487 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11493 # Check whether --enable-largefile was given.
11494 if test "${enable_largefile+set}" = set; then :
11495 enableval=$enable_largefile;
11498 if test "$enable_largefile" != no; then
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11501 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11502 if ${ac_cv_sys_largefile_CC+:} false; then :
11503 $as_echo_n "(cached) " >&6
11505 ac_cv_sys_largefile_CC=no
11506 if test "$GCC" != yes; then
11509 # IRIX 6.2 and later do not support large files by default,
11510 # so use the C compiler's -n32 option if that helps.
11511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11512 /* end confdefs.h. */
11513 #include <sys/types.h>
11514 /* Check that off_t can represent 2**63 - 1 correctly.
11515 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11516 since some C++ compilers masquerading as C compilers
11517 incorrectly reject 9223372036854775807. */
11518 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11519 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11520 && LARGE_OFF_T % 2147483647 == 1)
11530 if ac_fn_c_try_compile "$LINENO"; then :
11533 rm -f core conftest.err conftest.$ac_objext
11535 if ac_fn_c_try_compile "$LINENO"; then :
11536 ac_cv_sys_largefile_CC=' -n32'; break
11538 rm -f core conftest.err conftest.$ac_objext
11542 rm -f conftest.$ac_ext
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11546 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11547 if test "$ac_cv_sys_largefile_CC" != no; then
11548 CC=$CC$ac_cv_sys_largefile_CC
11551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11552 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11553 if ${ac_cv_sys_file_offset_bits+:} false; then :
11554 $as_echo_n "(cached) " >&6
11557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11559 #include <sys/types.h>
11560 /* Check that off_t can represent 2**63 - 1 correctly.
11561 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11562 since some C++ compilers masquerading as C compilers
11563 incorrectly reject 9223372036854775807. */
11564 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11565 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11566 && LARGE_OFF_T % 2147483647 == 1)
11576 if ac_fn_c_try_compile "$LINENO"; then :
11577 ac_cv_sys_file_offset_bits=no; break
11579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11581 /* end confdefs.h. */
11582 #define _FILE_OFFSET_BITS 64
11583 #include <sys/types.h>
11584 /* Check that off_t can represent 2**63 - 1 correctly.
11585 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11586 since some C++ compilers masquerading as C compilers
11587 incorrectly reject 9223372036854775807. */
11588 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11589 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11590 && LARGE_OFF_T % 2147483647 == 1)
11600 if ac_fn_c_try_compile "$LINENO"; then :
11601 ac_cv_sys_file_offset_bits=64; break
11603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11604 ac_cv_sys_file_offset_bits=unknown
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11609 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11610 case $ac_cv_sys_file_offset_bits in #(
11613 cat >>confdefs.h <<_ACEOF
11614 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11619 if test $ac_cv_sys_file_offset_bits = unknown; then
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11621 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11622 if ${ac_cv_sys_large_files+:} false; then :
11623 $as_echo_n "(cached) " >&6
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h. */
11628 #include <sys/types.h>
11629 /* Check that off_t can represent 2**63 - 1 correctly.
11630 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11631 since some C++ compilers masquerading as C compilers
11632 incorrectly reject 9223372036854775807. */
11633 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11634 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11635 && LARGE_OFF_T % 2147483647 == 1)
11645 if ac_fn_c_try_compile "$LINENO"; then :
11646 ac_cv_sys_large_files=no; break
11648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11650 /* end confdefs.h. */
11651 #define _LARGE_FILES 1
11652 #include <sys/types.h>
11653 /* Check that off_t can represent 2**63 - 1 correctly.
11654 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11655 since some C++ compilers masquerading as C compilers
11656 incorrectly reject 9223372036854775807. */
11657 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11658 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11659 && LARGE_OFF_T % 2147483647 == 1)
11669 if ac_fn_c_try_compile "$LINENO"; then :
11670 ac_cv_sys_large_files=1; break
11672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11673 ac_cv_sys_large_files=unknown
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11678 $as_echo "$ac_cv_sys_large_files" >&6; }
11679 case $ac_cv_sys_large_files in #(
11682 cat >>confdefs.h <<_ACEOF
11683 #define _LARGE_FILES $ac_cv_sys_large_files
11696 . ${srcdir}/../bfd/development.sh
11697 test "$development" = true && ac_checking=yes
11698 # Check whether --enable-checking was given.
11699 if test "${enable_checking+set}" = set; then :
11700 enableval=$enable_checking; case "${enableval}" in
11701 no|none) ac_checking= ;;
11702 *) ac_checking=yes ;;
11705 if test x$ac_checking != x ; then
11707 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11711 # Check whether --enable-targets was given.
11712 if test "${enable_targets+set}" = set; then :
11713 enableval=$enable_targets; case "${enableval}" in
11714 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11716 no) enable_targets= ;;
11717 *) enable_targets=$enableval ;;
11722 # Check whether --enable-deterministic-archives was given.
11723 if test "${enable_deterministic_archives+set}" = set; then :
11724 enableval=$enable_deterministic_archives;
11725 if test "${enableval}" = no; then
11726 default_ar_deterministic=0
11728 default_ar_deterministic=1
11731 default_ar_deterministic=0
11736 cat >>confdefs.h <<_ACEOF
11737 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11742 # Check whether --enable-default-strings-all was given.
11743 if test "${enable_default_strings_all+set}" = set; then :
11744 enableval=$enable_default_strings_all;
11745 if test "${enableval}" = no; then
11746 default_strings_all=0
11748 default_strings_all=1
11751 default_strings_all=1
11756 cat >>confdefs.h <<_ACEOF
11757 #define DEFAULT_STRINGS_ALL $default_strings_all
11762 # Check whether --enable-f-for-ifunc-symbols was given.
11763 if test "${enable_f_for_ifunc_symbols+set}" = set; then :
11764 enableval=$enable_f_for_ifunc_symbols;
11765 if test "${enableval}" = no; then
11766 default_f_for_ifunc=0
11768 default_f_for_ifunc=1
11771 default_f_for_ifunc=0
11776 cat >>confdefs.h <<_ACEOF
11777 #define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
11782 # Check whether --enable-follow-debug-links was given.
11783 if test "${enable_follow_debug_links+set}" = set; then :
11784 enableval=$enable_follow_debug_links;
11785 if test "${enableval}" = no; then
11786 default_for_follow_links=0
11788 default_for_follow_links=1
11791 default_for_follow_links=1
11796 cat >>confdefs.h <<_ACEOF
11797 #define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
11809 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11810 if test -n "$ac_tool_prefix"; then
11811 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11812 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11814 $as_echo_n "checking for $ac_word... " >&6; }
11815 if ${ac_cv_path_PKG_CONFIG+:} false; then :
11816 $as_echo_n "(cached) " >&6
11818 case $PKG_CONFIG in
11820 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11824 for as_dir in $PATH
11827 test -z "$as_dir" && as_dir=.
11828 for ac_exec_ext in '' $ac_executable_extensions; do
11829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11830 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11841 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11842 if test -n "$PKG_CONFIG"; then
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11844 $as_echo "$PKG_CONFIG" >&6; }
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11847 $as_echo "no" >&6; }
11852 if test -z "$ac_cv_path_PKG_CONFIG"; then
11853 ac_pt_PKG_CONFIG=$PKG_CONFIG
11854 # Extract the first word of "pkg-config", so it can be a program name with args.
11855 set dummy pkg-config; ac_word=$2
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11857 $as_echo_n "checking for $ac_word... " >&6; }
11858 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
11859 $as_echo_n "(cached) " >&6
11861 case $ac_pt_PKG_CONFIG in
11863 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11867 for as_dir in $PATH
11870 test -z "$as_dir" && as_dir=.
11871 for ac_exec_ext in '' $ac_executable_extensions; do
11872 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11873 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11884 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11885 if test -n "$ac_pt_PKG_CONFIG"; then
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11887 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11890 $as_echo "no" >&6; }
11893 if test "x$ac_pt_PKG_CONFIG" = x; then
11896 case $cross_compiling:$ac_tool_warned in
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11899 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11900 ac_tool_warned=yes ;;
11902 PKG_CONFIG=$ac_pt_PKG_CONFIG
11905 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11909 if test -n "$PKG_CONFIG"; then
11910 _pkg_min_version=0.9.0
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11912 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11913 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11915 $as_echo "yes" >&6; }
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11918 $as_echo "no" >&6; }
11923 # Handle optional debuginfod support
11925 # Check whether --with-debuginfod was given.
11926 if test "${with_debuginfod+set}" = set; then :
11927 withval=$with_debuginfod;
11929 with_debuginfod=auto
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
11933 $as_echo_n "checking whether to use debuginfod... " >&6; }
11934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
11935 $as_echo "$with_debuginfod" >&6; }
11937 if test "x$with_debuginfod" != xno; then
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
11941 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
11943 if test -n "$DEBUGINFOD_CFLAGS"; then
11944 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
11945 elif test -n "$PKG_CONFIG"; then
11946 if test -n "$PKG_CONFIG" && \
11947 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11948 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11950 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11951 test $ac_status = 0; }; then
11952 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
11953 test "x$?" != "x0" && pkg_failed=yes
11960 if test -n "$DEBUGINFOD_LIBS"; then
11961 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
11962 elif test -n "$PKG_CONFIG"; then
11963 if test -n "$PKG_CONFIG" && \
11964 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11965 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11968 test $ac_status = 0; }; then
11969 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
11970 test "x$?" != "x0" && pkg_failed=yes
11978 if test $pkg_failed = no; then
11979 pkg_save_LDFLAGS="$LDFLAGS"
11980 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
11981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11982 /* end confdefs.h. */
11992 if ac_fn_c_try_link "$LINENO"; then :
11997 rm -f core conftest.err conftest.$ac_objext \
11998 conftest$ac_exeext conftest.$ac_ext
11999 LDFLAGS=$pkg_save_LDFLAGS
12004 if test $pkg_failed = yes; then
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12006 $as_echo "no" >&6; }
12008 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12009 _pkg_short_errors_supported=yes
12011 _pkg_short_errors_supported=no
12013 if test $_pkg_short_errors_supported = yes; then
12014 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12016 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12018 # Put the nasty error message in config.log where it belongs
12019 echo "$DEBUGINFOD_PKG_ERRORS" >&5
12021 if test "x$with_debuginfod" = xyes; then
12022 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12025 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12027 elif test $pkg_failed = untried; then
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12029 $as_echo "no" >&6; }
12030 if test "x$with_debuginfod" = xyes; then
12031 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12034 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12037 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
12038 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12040 $as_echo "yes" >&6; }
12042 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12047 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12051 # Check whether --enable-libctf was given.
12052 if test "${enable_libctf+set}" = set; then :
12053 enableval=$enable_libctf;
12054 case "$enableval" in
12056 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12064 if test "${enable_libctf}" = yes; then
12066 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12069 if test "${enable_libctf}" = yes; then
12070 ENABLE_LIBCTF_TRUE=
12071 ENABLE_LIBCTF_FALSE='#'
12073 ENABLE_LIBCTF_TRUE='#'
12074 ENABLE_LIBCTF_FALSE=
12079 # Set the 'development' global.
12080 . $srcdir/../bfd/development.sh
12082 # Set acp_cpp_for_build variable
12083 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12085 # Default set of GCC warnings to enable.
12086 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12087 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12089 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12091 /* end confdefs.h. */
12094 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12095 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12098 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12103 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12105 /* end confdefs.h. */
12108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12109 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12112 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12117 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12118 WARN_WRITE_STRINGS=""
12119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12120 /* end confdefs.h. */
12123 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12124 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12127 WARN_WRITE_STRINGS="-Wwrite-strings"
12132 # Verify CC_FOR_BUILD to be compatible with warning flags
12134 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12136 /* end confdefs.h. */
12139 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12140 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12143 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12148 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12150 /* end confdefs.h. */
12153 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12154 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12157 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12162 # Check whether --enable-werror was given.
12163 if test "${enable_werror+set}" = set; then :
12164 enableval=$enable_werror; case "${enableval}" in
12165 yes | y) ERROR_ON_WARNING="yes" ;;
12166 no | n) ERROR_ON_WARNING="no" ;;
12167 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12172 # Disable -Wformat by default when using gcc on mingw
12175 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12176 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12177 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12183 # Enable -Werror by default when using gcc. Turn it off for releases.
12184 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12185 ERROR_ON_WARNING=yes
12189 if test "${ERROR_ON_WARNING}" = yes ; then
12190 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12191 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12192 NO_WERROR="-Wno-error"
12195 if test "${GCC}" = yes ; then
12196 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12197 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12200 # Check whether --enable-build-warnings was given.
12201 if test "${enable_build_warnings+set}" = set; then :
12202 enableval=$enable_build_warnings; case "${enableval}" in
12203 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12204 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12205 no) if test "${GCC}" = yes ; then
12207 WARN_CFLAGS_FOR_BUILD="-w"
12209 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12210 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12211 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12212 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12213 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12214 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12215 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12216 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12221 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12222 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12231 ac_config_headers="$ac_config_headers config.h:config.in"
12236 if test -z "$target" ; then
12237 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12239 if test -z "$host" ; then
12240 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12243 for ac_prog in 'bison -y' byacc
12245 # Extract the first word of "$ac_prog", so it can be a program name with args.
12246 set dummy $ac_prog; ac_word=$2
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248 $as_echo_n "checking for $ac_word... " >&6; }
12249 if ${ac_cv_prog_YACC+:} false; then :
12250 $as_echo_n "(cached) " >&6
12252 if test -n "$YACC"; then
12253 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12256 for as_dir in $PATH
12259 test -z "$as_dir" && as_dir=.
12260 for ac_exec_ext in '' $ac_executable_extensions; do
12261 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12262 ac_cv_prog_YACC="$ac_prog"
12263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12272 YACC=$ac_cv_prog_YACC
12273 if test -n "$YACC"; then
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12275 $as_echo "$YACC" >&6; }
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12278 $as_echo "no" >&6; }
12282 test -n "$YACC" && break
12284 test -n "$YACC" || YACC="yacc"
12286 for ac_prog in flex lex
12288 # Extract the first word of "$ac_prog", so it can be a program name with args.
12289 set dummy $ac_prog; ac_word=$2
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12291 $as_echo_n "checking for $ac_word... " >&6; }
12292 if ${ac_cv_prog_LEX+:} false; then :
12293 $as_echo_n "(cached) " >&6
12295 if test -n "$LEX"; then
12296 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12299 for as_dir in $PATH
12302 test -z "$as_dir" && as_dir=.
12303 for ac_exec_ext in '' $ac_executable_extensions; do
12304 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12305 ac_cv_prog_LEX="$ac_prog"
12306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12315 LEX=$ac_cv_prog_LEX
12316 if test -n "$LEX"; then
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12318 $as_echo "$LEX" >&6; }
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321 $as_echo "no" >&6; }
12325 test -n "$LEX" && break
12327 test -n "$LEX" || LEX=":"
12331 *) cat >conftest.l <<_ACEOF
12337 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12338 yyless ((input () != 0)); }
12339 f { unput (yytext[0]); }
12340 . { BEGIN INITIAL; }
12342 #ifdef YYTEXT_POINTER
12343 extern char *yytext;
12348 return ! yylex () + ! yywrap ();
12351 { { ac_try="$LEX conftest.l"
12352 case "(($ac_try" in
12353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12354 *) ac_try_echo=$ac_try;;
12356 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12357 $as_echo "$ac_try_echo"; } >&5
12358 (eval "$LEX conftest.l") 2>&5
12360 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12361 test $ac_status = 0; }
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12363 $as_echo_n "checking lex output file root... " >&6; }
12364 if ${ac_cv_prog_lex_root+:} false; then :
12365 $as_echo_n "(cached) " >&6
12368 if test -f lex.yy.c; then
12369 ac_cv_prog_lex_root=lex.yy
12370 elif test -f lexyy.c; then
12371 ac_cv_prog_lex_root=lexyy
12373 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12377 $as_echo "$ac_cv_prog_lex_root" >&6; }
12378 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12380 if test -z "${LEXLIB+set}"; then
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12382 $as_echo_n "checking lex library... " >&6; }
12383 if ${ac_cv_lib_lex+:} false; then :
12384 $as_echo_n "(cached) " >&6
12388 ac_cv_lib_lex='none needed'
12389 for ac_lib in '' -lfl -ll; do
12390 LIBS="$ac_lib $ac_save_LIBS"
12391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12392 /* end confdefs.h. */
12393 `cat $LEX_OUTPUT_ROOT.c`
12395 if ac_fn_c_try_link "$LINENO"; then :
12396 ac_cv_lib_lex=$ac_lib
12398 rm -f core conftest.err conftest.$ac_objext \
12399 conftest$ac_exeext conftest.$ac_ext
12400 test "$ac_cv_lib_lex" != 'none needed' && break
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12406 $as_echo "$ac_cv_lib_lex" >&6; }
12407 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12412 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12413 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12414 $as_echo_n "(cached) " >&6
12416 # POSIX says lex can declare yytext either as a pointer or an array; the
12417 # default is implementation-dependent. Figure out which it is, since
12418 # not all implementations provide the %pointer and %array declarations.
12419 ac_cv_prog_lex_yytext_pointer=no
12421 LIBS="$LEXLIB $ac_save_LIBS"
12422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12423 /* end confdefs.h. */
12425 #define YYTEXT_POINTER 1
12426 `cat $LEX_OUTPUT_ROOT.c`
12428 if ac_fn_c_try_link "$LINENO"; then :
12429 ac_cv_prog_lex_yytext_pointer=yes
12431 rm -f core conftest.err conftest.$ac_objext \
12432 conftest$ac_exeext conftest.$ac_ext
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12437 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12438 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12440 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12443 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12446 if test "$LEX" = :; then
12447 LEX=${am_missing_run}flex
12450 ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
12451 # If we haven't got the data from the intl directory,
12452 # assume NLS is disabled.
12461 if test -f ../intl/config.intl; then
12462 . ../intl/config.intl
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12465 $as_echo_n "checking whether NLS is requested... " >&6; }
12466 if test x"$USE_NLS" != xyes; then
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468 $as_echo "no" >&6; }
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12471 $as_echo "yes" >&6; }
12473 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12477 $as_echo_n "checking for catalogs to be installed... " >&6; }
12478 # Look for .po and .gmo files in the source directory.
12481 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12482 # If there aren't any .gmo files the shell will give us the
12483 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12485 case "$cat" in *\**)
12488 # The quadruple backslash is collapsed to a double backslash
12489 # by the backticks, then collapsed again by the double quotes,
12490 # leaving us with one backslash in the sed expression (right
12491 # before the dot that mustn't act as a wildcard).
12492 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12493 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12494 # The user is allowed to set LINGUAS to a list of languages to
12495 # install catalogs for. If it's empty that means "all of them."
12496 if test "x$LINGUAS" = x; then
12497 CATALOGS="$CATALOGS $cat"
12498 XLINGUAS="$XLINGUAS $lang"
12500 case "$LINGUAS" in *$lang*)
12501 CATALOGS="$CATALOGS $cat"
12502 XLINGUAS="$XLINGUAS $lang"
12507 LINGUAS="$XLINGUAS"
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12509 $as_echo "$LINGUAS" >&6; }
12523 if test -n "$ac_aux_dir"; then
12524 case "$ac_aux_dir" in
12525 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12526 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12529 if test -z "$MKINSTALLDIRS"; then
12530 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12536 $as_echo_n "checking whether NLS is requested... " >&6; }
12537 # Check whether --enable-nls was given.
12538 if test "${enable_nls+set}" = set; then :
12539 enableval=$enable_nls; USE_NLS=$enableval
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12545 $as_echo "$USE_NLS" >&6; }
12552 # Prepare PATH_SEPARATOR.
12553 # The user is always right.
12554 if test "${PATH_SEPARATOR+set}" != set; then
12555 echo "#! /bin/sh" >conf$$.sh
12556 echo "exit 0" >>conf$$.sh
12558 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12566 # Find out how to test for executable files. Don't use a zero-byte file,
12567 # as systems may use methods other than mode bits to determine executability.
12568 cat >conf$$.file <<_ASEOF
12572 chmod +x conf$$.file
12573 if test -x conf$$.file >/dev/null 2>&1; then
12574 ac_executable_p="test -x"
12576 ac_executable_p="test -f"
12580 # Extract the first word of "msgfmt", so it can be a program name with args.
12581 set dummy msgfmt; ac_word=$2
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12583 $as_echo_n "checking for $ac_word... " >&6; }
12584 if ${ac_cv_path_MSGFMT+:} false; then :
12585 $as_echo_n "(cached) " >&6
12589 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12592 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12593 for ac_dir in $PATH; do
12595 test -z "$ac_dir" && ac_dir=.
12596 for ac_exec_ext in '' $ac_executable_extensions; do
12597 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12598 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12599 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12600 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12607 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12611 MSGFMT="$ac_cv_path_MSGFMT"
12612 if test "$MSGFMT" != ":"; then
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12614 $as_echo "$MSGFMT" >&6; }
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12617 $as_echo "no" >&6; }
12620 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12621 set dummy gmsgfmt; ac_word=$2
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12623 $as_echo_n "checking for $ac_word... " >&6; }
12624 if ${ac_cv_path_GMSGFMT+:} false; then :
12625 $as_echo_n "(cached) " >&6
12629 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12633 for as_dir in $PATH
12636 test -z "$as_dir" && as_dir=.
12637 for ac_exec_ext in '' $ac_executable_extensions; do
12638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12639 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12647 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12651 GMSGFMT=$ac_cv_path_GMSGFMT
12652 if test -n "$GMSGFMT"; then
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12654 $as_echo "$GMSGFMT" >&6; }
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12657 $as_echo "no" >&6; }
12663 # Prepare PATH_SEPARATOR.
12664 # The user is always right.
12665 if test "${PATH_SEPARATOR+set}" != set; then
12666 echo "#! /bin/sh" >conf$$.sh
12667 echo "exit 0" >>conf$$.sh
12669 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12677 # Find out how to test for executable files. Don't use a zero-byte file,
12678 # as systems may use methods other than mode bits to determine executability.
12679 cat >conf$$.file <<_ASEOF
12683 chmod +x conf$$.file
12684 if test -x conf$$.file >/dev/null 2>&1; then
12685 ac_executable_p="test -x"
12687 ac_executable_p="test -f"
12691 # Extract the first word of "xgettext", so it can be a program name with args.
12692 set dummy xgettext; ac_word=$2
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12694 $as_echo_n "checking for $ac_word... " >&6; }
12695 if ${ac_cv_path_XGETTEXT+:} false; then :
12696 $as_echo_n "(cached) " >&6
12698 case "$XGETTEXT" in
12700 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12703 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12704 for ac_dir in $PATH; do
12706 test -z "$ac_dir" && ac_dir=.
12707 for ac_exec_ext in '' $ac_executable_extensions; do
12708 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12709 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12710 (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
12711 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12718 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12722 XGETTEXT="$ac_cv_path_XGETTEXT"
12723 if test "$XGETTEXT" != ":"; then
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12725 $as_echo "$XGETTEXT" >&6; }
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12728 $as_echo "no" >&6; }
12734 # Prepare PATH_SEPARATOR.
12735 # The user is always right.
12736 if test "${PATH_SEPARATOR+set}" != set; then
12737 echo "#! /bin/sh" >conf$$.sh
12738 echo "exit 0" >>conf$$.sh
12740 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12748 # Find out how to test for executable files. Don't use a zero-byte file,
12749 # as systems may use methods other than mode bits to determine executability.
12750 cat >conf$$.file <<_ASEOF
12754 chmod +x conf$$.file
12755 if test -x conf$$.file >/dev/null 2>&1; then
12756 ac_executable_p="test -x"
12758 ac_executable_p="test -f"
12762 # Extract the first word of "msgmerge", so it can be a program name with args.
12763 set dummy msgmerge; ac_word=$2
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12765 $as_echo_n "checking for $ac_word... " >&6; }
12766 if ${ac_cv_path_MSGMERGE+:} false; then :
12767 $as_echo_n "(cached) " >&6
12769 case "$MSGMERGE" in
12771 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12774 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12775 for ac_dir in $PATH; do
12777 test -z "$ac_dir" && ac_dir=.
12778 for ac_exec_ext in '' $ac_executable_extensions; do
12779 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12780 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12781 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12788 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12792 MSGMERGE="$ac_cv_path_MSGMERGE"
12793 if test "$MSGMERGE" != ":"; then
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12795 $as_echo "$MSGMERGE" >&6; }
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12798 $as_echo "no" >&6; }
12802 if test "$GMSGFMT" != ":"; then
12803 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12804 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12807 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12809 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12814 if test "$XGETTEXT" != ":"; then
12815 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12816 (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
12819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12820 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12826 ac_config_commands="$ac_config_commands default-1"
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12832 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12833 # Check whether --enable-maintainer-mode was given.
12834 if test "${enable_maintainer_mode+set}" = set; then :
12835 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12837 USE_MAINTAINER_MODE=no
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12841 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12842 if test $USE_MAINTAINER_MODE = yes; then
12843 MAINTAINER_MODE_TRUE=
12844 MAINTAINER_MODE_FALSE='#'
12846 MAINTAINER_MODE_TRUE='#'
12847 MAINTAINER_MODE_FALSE=
12850 MAINT=$MAINTAINER_MODE_TRUE
12854 GENINSRC_NEVER_TRUE=
12855 GENINSRC_NEVER_FALSE='#'
12857 GENINSRC_NEVER_TRUE='#'
12858 GENINSRC_NEVER_FALSE=
12862 if test -n "$EXEEXT"; then
12864 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12868 cat >>confdefs.h <<_ACEOF
12869 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12873 # host-specific stuff:
12877 . ${srcdir}/../bfd/configure.host
12882 if test -n "$ac_tool_prefix"; then
12883 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12884 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12886 $as_echo_n "checking for $ac_word... " >&6; }
12887 if ${ac_cv_prog_RANLIB+:} false; then :
12888 $as_echo_n "(cached) " >&6
12890 if test -n "$RANLIB"; then
12891 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12894 for as_dir in $PATH
12897 test -z "$as_dir" && as_dir=.
12898 for ac_exec_ext in '' $ac_executable_extensions; do
12899 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12900 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12910 RANLIB=$ac_cv_prog_RANLIB
12911 if test -n "$RANLIB"; then
12912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12913 $as_echo "$RANLIB" >&6; }
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12916 $as_echo "no" >&6; }
12921 if test -z "$ac_cv_prog_RANLIB"; then
12922 ac_ct_RANLIB=$RANLIB
12923 # Extract the first word of "ranlib", so it can be a program name with args.
12924 set dummy ranlib; ac_word=$2
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12926 $as_echo_n "checking for $ac_word... " >&6; }
12927 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
12928 $as_echo_n "(cached) " >&6
12930 if test -n "$ac_ct_RANLIB"; then
12931 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12934 for as_dir in $PATH
12937 test -z "$as_dir" && as_dir=.
12938 for ac_exec_ext in '' $ac_executable_extensions; do
12939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12940 ac_cv_prog_ac_ct_RANLIB="ranlib"
12941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12950 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12951 if test -n "$ac_ct_RANLIB"; then
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12953 $as_echo "$ac_ct_RANLIB" >&6; }
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12956 $as_echo "no" >&6; }
12959 if test "x$ac_ct_RANLIB" = x; then
12962 case $cross_compiling:$ac_tool_warned in
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12965 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12966 ac_tool_warned=yes ;;
12968 RANLIB=$ac_ct_RANLIB
12971 RANLIB="$ac_cv_prog_RANLIB"
12976 # Put a plausible default for CC_FOR_BUILD in Makefile.
12977 if test -z "$CC_FOR_BUILD"; then
12978 if test "x$cross_compiling" = "xno"; then
12979 CC_FOR_BUILD='$(CC)'
12985 # Also set EXEEXT_FOR_BUILD.
12986 if test "x$cross_compiling" = "xno"; then
12987 EXEEXT_FOR_BUILD='$(EXEEXT)'
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12990 $as_echo_n "checking for build system executable suffix... " >&6; }
12991 if ${bfd_cv_build_exeext+:} false; then :
12992 $as_echo_n "(cached) " >&6
12995 echo 'int main () { return 0; }' > conftest.c
12996 bfd_cv_build_exeext=
12997 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12998 for file in conftest.*; do
13000 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13001 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13005 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13008 $as_echo "$bfd_cv_build_exeext" >&6; }
13009 EXEEXT_FOR_BUILD=""
13010 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13014 DEMANGLER_NAME=c++filt
13016 *-*-go32* | *-*-msdos*)
13017 DEMANGLER_NAME=cxxfilt
13021 # The cast to long int works around a bug in the HP C Compiler
13022 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13023 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13024 # This bug is HP SR number 8606223364.
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13026 $as_echo_n "checking size of long... " >&6; }
13027 if ${ac_cv_sizeof_long+:} false; then :
13028 $as_echo_n "(cached) " >&6
13030 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13033 if test "$ac_cv_type_long" = yes; then
13034 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13035 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13036 as_fn_error 77 "cannot compute sizeof (long)
13037 See \`config.log' for more details" "$LINENO" 5; }
13039 ac_cv_sizeof_long=0
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13045 $as_echo "$ac_cv_sizeof_long" >&6; }
13049 cat >>confdefs.h <<_ACEOF
13050 #define SIZEOF_LONG $ac_cv_sizeof_long
13054 # The cast to long int works around a bug in the HP C Compiler
13055 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13056 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13057 # This bug is HP SR number 8606223364.
13058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13059 $as_echo_n "checking size of long long... " >&6; }
13060 if ${ac_cv_sizeof_long_long+:} false; then :
13061 $as_echo_n "(cached) " >&6
13063 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13066 if test "$ac_cv_type_long_long" = yes; then
13067 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13068 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13069 as_fn_error 77 "cannot compute sizeof (long long)
13070 See \`config.log' for more details" "$LINENO" 5; }
13072 ac_cv_sizeof_long_long=0
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13078 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13082 cat >>confdefs.h <<_ACEOF
13083 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13088 # We use headers from include/ that check various HAVE_*_H macros, thus
13089 # should ensure they are set by configure. This is true even when C99
13090 # guarantees they are available.
13091 # plugin-api.h tests HAVE_STDINT_H and HAVE_INTTYPES_H
13092 # Besides those, we need to check anything used in binutils/ not in C99.
13093 for ac_header in fcntl.h inttypes.h stdint.h sys/file.h \
13094 sys/stat.h sys/time.h sys/types.h unistd.h
13096 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13097 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13098 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13099 cat >>confdefs.h <<_ACEOF
13100 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13108 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13109 if ${ac_cv_header_sys_wait_h+:} false; then :
13110 $as_echo_n "(cached) " >&6
13112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13113 /* end confdefs.h. */
13114 #include <sys/types.h>
13115 #include <sys/wait.h>
13116 #ifndef WEXITSTATUS
13117 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13120 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13128 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13133 if ac_fn_c_try_compile "$LINENO"; then :
13134 ac_cv_header_sys_wait_h=yes
13136 ac_cv_header_sys_wait_h=no
13138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13141 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13142 if test $ac_cv_header_sys_wait_h = yes; then
13144 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13151 for ac_header in $ac_header_list
13153 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13154 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13156 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13157 cat >>confdefs.h <<_ACEOF
13158 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13172 for ac_func in getpagesize
13174 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13175 if test "x$ac_cv_func_getpagesize" = xyes; then :
13176 cat >>confdefs.h <<_ACEOF
13177 #define HAVE_GETPAGESIZE 1
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13184 $as_echo_n "checking for working mmap... " >&6; }
13185 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13186 $as_echo_n "(cached) " >&6
13188 if test "$cross_compiling" = yes; then :
13189 ac_cv_func_mmap_fixed_mapped=no
13191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13192 /* end confdefs.h. */
13193 $ac_includes_default
13194 /* malloc might have been renamed as rpl_malloc. */
13197 /* Thanks to Mike Haertel and Jim Avera for this test.
13198 Here is a matrix of mmap possibilities:
13199 mmap private not fixed
13200 mmap private fixed at somewhere currently unmapped
13201 mmap private fixed at somewhere already mapped
13202 mmap shared not fixed
13203 mmap shared fixed at somewhere currently unmapped
13204 mmap shared fixed at somewhere already mapped
13205 For private mappings, we should verify that changes cannot be read()
13206 back from the file, nor mmap's back from the file at a different
13207 address. (There have been systems where private was not correctly
13208 implemented like the infamous i386 svr4.0, and systems where the
13209 VM page cache was not coherent with the file system buffer cache
13210 like early versions of FreeBSD and possibly contemporary NetBSD.)
13211 For shared mappings, we should conversely verify that changes get
13212 propagated back to all the places they're supposed to be.
13214 Grep wants private fixed already mapped.
13215 The main things grep needs to know about mmap are:
13216 * does it exist and is it safe to write into the mmap'd area
13217 * how to use it (BSD variants) */
13220 #include <sys/mman.h>
13222 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13226 /* This mess was copied from the GNU getpagesize.h. */
13227 #ifndef HAVE_GETPAGESIZE
13228 # ifdef _SC_PAGESIZE
13229 # define getpagesize() sysconf(_SC_PAGESIZE)
13230 # else /* no _SC_PAGESIZE */
13231 # ifdef HAVE_SYS_PARAM_H
13232 # include <sys/param.h>
13233 # ifdef EXEC_PAGESIZE
13234 # define getpagesize() EXEC_PAGESIZE
13235 # else /* no EXEC_PAGESIZE */
13237 # define getpagesize() NBPG * CLSIZE
13240 # endif /* no CLSIZE */
13241 # else /* no NBPG */
13243 # define getpagesize() NBPC
13244 # else /* no NBPC */
13246 # define getpagesize() PAGESIZE
13247 # endif /* PAGESIZE */
13248 # endif /* no NBPC */
13249 # endif /* no NBPG */
13250 # endif /* no EXEC_PAGESIZE */
13251 # else /* no HAVE_SYS_PARAM_H */
13252 # define getpagesize() 8192 /* punt totally */
13253 # endif /* no HAVE_SYS_PARAM_H */
13254 # endif /* no _SC_PAGESIZE */
13256 #endif /* no HAVE_GETPAGESIZE */
13261 char *data, *data2, *data3;
13262 const char *cdata2;
13266 pagesize = getpagesize ();
13268 /* First, make a file with some known garbage in it. */
13269 data = (char *) malloc (pagesize);
13272 for (i = 0; i < pagesize; ++i)
13273 *(data + i) = rand ();
13275 fd = creat ("conftest.mmap", 0600);
13278 if (write (fd, data, pagesize) != pagesize)
13282 /* Next, check that the tail of a page is zero-filled. File must have
13283 non-zero length, otherwise we risk SIGBUS for entire page. */
13284 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13288 if (write (fd2, cdata2, 1) != 1)
13290 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13291 if (data2 == MAP_FAILED)
13293 for (i = 0; i < pagesize; ++i)
13297 if (munmap (data2, pagesize))
13300 /* Next, try to mmap the file at a fixed address which already has
13301 something else allocated at it. If we can, also make sure that
13302 we see the same garbage. */
13303 fd = open ("conftest.mmap", O_RDWR);
13306 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13307 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13309 for (i = 0; i < pagesize; ++i)
13310 if (*(data + i) != *(data2 + i))
13313 /* Finally, make sure that changes to the mapped area do not
13314 percolate back to the file as seen by read(). (This is a bug on
13315 some variants of i386 svr4.0.) */
13316 for (i = 0; i < pagesize; ++i)
13317 *(data2 + i) = *(data2 + i) + 1;
13318 data3 = (char *) malloc (pagesize);
13321 if (read (fd, data3, pagesize) != pagesize)
13323 for (i = 0; i < pagesize; ++i)
13324 if (*(data + i) != *(data3 + i))
13330 if ac_fn_c_try_run "$LINENO"; then :
13331 ac_cv_func_mmap_fixed_mapped=yes
13333 ac_cv_func_mmap_fixed_mapped=no
13335 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13336 conftest.$ac_objext conftest.beam conftest.$ac_ext
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13341 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13342 if test $ac_cv_func_mmap_fixed_mapped = yes; then
13344 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
13347 rm -f conftest.mmap conftest.txt
13349 for ac_func in getc_unlocked mkdtemp mkstemp sbrk utimensat utimes
13351 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13352 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13353 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13354 cat >>confdefs.h <<_ACEOF
13355 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13363 $as_echo_n "checking for mbstate_t... " >&6; }
13364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13365 /* end confdefs.h. */
13370 mbstate_t teststate;
13375 if ac_fn_c_try_compile "$LINENO"; then :
13380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13382 $as_echo "$have_mbstate_t" >&6; }
13383 if test x"$have_mbstate_t" = xyes; then
13385 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13389 # Copied from gnulib stat-time.m4.
13390 # We should just switch over to using gnulib.
13391 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "#include <sys/types.h>
13392 #include <sys/stat.h>
13394 if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes; then :
13396 cat >>confdefs.h <<_ACEOF
13397 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
13401 $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
13402 if ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+:} false; then :
13403 $as_echo_n "(cached) " >&6
13405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13406 /* end confdefs.h. */
13408 #include <sys/types.h>
13409 #include <sys/stat.h>
13410 #if HAVE_SYS_TIME_H
13411 # include <sys/time.h>
13414 struct timespec ts;
13427 if ac_fn_c_try_compile "$LINENO"; then :
13428 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
13430 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
13432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
13435 $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
13436 if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
13438 $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
13442 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "#include <sys/types.h>
13443 #include <sys/stat.h>
13445 if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes; then :
13447 cat >>confdefs.h <<_ACEOF
13448 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
13453 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
13454 #include <sys/stat.h>
13456 if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes; then :
13458 cat >>confdefs.h <<_ACEOF
13459 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
13464 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.st__tim.tv_nsec" "ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" "#include <sys/types.h>
13465 #include <sys/stat.h>
13467 if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes; then :
13469 cat >>confdefs.h <<_ACEOF
13470 #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
13483 # Some systems have frexp only in -lm, not in -lc.
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13485 $as_echo_n "checking for library containing frexp... " >&6; }
13486 if ${ac_cv_search_frexp+:} false; then :
13487 $as_echo_n "(cached) " >&6
13489 ac_func_search_save_LIBS=$LIBS
13490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13491 /* end confdefs.h. */
13493 /* Override any GCC internal prototype to avoid an error.
13494 Use char because int might match the return type of a GCC
13495 builtin and then its argument prototype would still apply. */
13508 for ac_lib in '' m; do
13509 if test -z "$ac_lib"; then
13510 ac_res="none required"
13513 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13515 if ac_fn_c_try_link "$LINENO"; then :
13516 ac_cv_search_frexp=$ac_res
13518 rm -f core conftest.err conftest.$ac_objext \
13520 if ${ac_cv_search_frexp+:} false; then :
13524 if ${ac_cv_search_frexp+:} false; then :
13527 ac_cv_search_frexp=no
13529 rm conftest.$ac_ext
13530 LIBS=$ac_func_search_save_LIBS
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13533 $as_echo "$ac_cv_search_frexp" >&6; }
13534 ac_res=$ac_cv_search_frexp
13535 if test "$ac_res" != no; then :
13536 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13543 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13544 if ${am_cv_val_LC_MESSAGES+:} false; then :
13545 $as_echo_n "(cached) " >&6
13547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13548 /* end confdefs.h. */
13549 #include <locale.h>
13558 if ac_fn_c_try_link "$LINENO"; then :
13559 am_cv_val_LC_MESSAGES=yes
13561 am_cv_val_LC_MESSAGES=no
13563 rm -f core conftest.err conftest.$ac_objext \
13564 conftest$ac_exeext conftest.$ac_ext
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13567 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13568 if test $am_cv_val_LC_MESSAGES = yes; then
13570 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13576 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13577 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
13578 $as_echo_n "(cached) " >&6
13580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13581 /* end confdefs.h. */
13582 #include <unistd.h>
13586 extern int getopt (int, char *const*, const char *);
13591 if ac_fn_c_try_compile "$LINENO"; then :
13592 bu_cv_decl_getopt_unistd_h=yes
13594 bu_cv_decl_getopt_unistd_h=no
13596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13600 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13601 if test $bu_cv_decl_getopt_unistd_h = yes; then
13603 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13607 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13610 $as_echo_n "checking for utime.h... " >&6; }
13611 if ${bu_cv_header_utime_h+:} false; then :
13612 $as_echo_n "(cached) " >&6
13614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13615 /* end confdefs.h. */
13616 #include <sys/types.h>
13629 if ac_fn_c_try_compile "$LINENO"; then :
13630 bu_cv_header_utime_h=yes
13632 bu_cv_header_utime_h=no
13634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13638 $as_echo "$bu_cv_header_utime_h" >&6; }
13639 if test $bu_cv_header_utime_h = yes; then
13641 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13645 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13646 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13652 cat >>confdefs.h <<_ACEOF
13653 #define HAVE_DECL_ASPRINTF $ac_have_decl
13655 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13656 if test "x$ac_cv_have_decl_environ" = xyes; then :
13662 cat >>confdefs.h <<_ACEOF
13663 #define HAVE_DECL_ENVIRON $ac_have_decl
13665 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13666 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
13672 cat >>confdefs.h <<_ACEOF
13673 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13675 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13676 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
13682 cat >>confdefs.h <<_ACEOF
13683 #define HAVE_DECL_SBRK $ac_have_decl
13685 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13686 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13692 cat >>confdefs.h <<_ACEOF
13693 #define HAVE_DECL_STPCPY $ac_have_decl
13695 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13696 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13702 cat >>confdefs.h <<_ACEOF
13703 #define HAVE_DECL_STRNLEN $ac_have_decl
13707 # Link in zlib if we can. This allows us to read compressed debug
13708 # sections. This is used only by readelf.c (objdump uses bfd for
13709 # reading compressed sections).
13711 # Use the system's zlib library.
13712 zlibdir="-L\$(top_builddir)/../zlib"
13713 zlibinc="-I\$(top_srcdir)/../zlib"
13715 # Check whether --with-system-zlib was given.
13716 if test "${with_system_zlib+set}" = set; then :
13717 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13730 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13732 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13736 # Support for the msgpack C library.
13738 # Check whether --with-msgpack was given.
13739 if test "${with_msgpack+set}" = set; then :
13740 withval=$with_msgpack;
13747 if test "$with_msgpack" != no; then
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for msgpack" >&5
13751 $as_echo_n "checking for msgpack... " >&6; }
13753 if test -n "$MSGPACK_CFLAGS"; then
13754 pkg_cv_MSGPACK_CFLAGS="$MSGPACK_CFLAGS"
13755 elif test -n "$PKG_CONFIG"; then
13756 if test -n "$PKG_CONFIG" && \
13757 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13758 ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13761 test $ac_status = 0; }; then
13762 pkg_cv_MSGPACK_CFLAGS=`$PKG_CONFIG --cflags "msgpack" 2>/dev/null`
13763 test "x$?" != "x0" && pkg_failed=yes
13770 if test -n "$MSGPACK_LIBS"; then
13771 pkg_cv_MSGPACK_LIBS="$MSGPACK_LIBS"
13772 elif test -n "$PKG_CONFIG"; then
13773 if test -n "$PKG_CONFIG" && \
13774 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13775 ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13778 test $ac_status = 0; }; then
13779 pkg_cv_MSGPACK_LIBS=`$PKG_CONFIG --libs "msgpack" 2>/dev/null`
13780 test "x$?" != "x0" && pkg_failed=yes
13788 if test $pkg_failed = no; then
13789 pkg_save_LDFLAGS="$LDFLAGS"
13790 LDFLAGS="$LDFLAGS $pkg_cv_MSGPACK_LIBS"
13791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13792 /* end confdefs.h. */
13802 if ac_fn_c_try_link "$LINENO"; then :
13807 rm -f core conftest.err conftest.$ac_objext \
13808 conftest$ac_exeext conftest.$ac_ext
13809 LDFLAGS=$pkg_save_LDFLAGS
13814 if test $pkg_failed = yes; then
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13816 $as_echo "no" >&6; }
13818 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13819 _pkg_short_errors_supported=yes
13821 _pkg_short_errors_supported=no
13823 if test $_pkg_short_errors_supported = yes; then
13824 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "msgpack" 2>&1`
13826 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "msgpack" 2>&1`
13828 # Put the nasty error message in config.log where it belongs
13829 echo "$MSGPACK_PKG_ERRORS" >&5
13832 if test "$with_msgpack" = yes; then
13833 as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13836 elif test $pkg_failed = untried; then
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13838 $as_echo "no" >&6; }
13840 if test "$with_msgpack" = yes; then
13841 as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13845 MSGPACK_CFLAGS=$pkg_cv_MSGPACK_CFLAGS
13846 MSGPACK_LIBS=$pkg_cv_MSGPACK_LIBS
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13848 $as_echo "yes" >&6; }
13851 $as_echo "#define HAVE_MSGPACK 1" >>confdefs.h
13857 # target-specific stuff:
13859 # Canonicalize the secondary target names.
13860 if test -n "$enable_targets"; then
13861 for targ in `echo $enable_targets | sed 's/,/ /g'`
13863 result=`$ac_config_sub $targ 2>/dev/null`
13864 if test -n "$result"; then
13865 canon_targets="$canon_targets $result"
13867 # Allow targets that config.sub doesn't recognize, like "all".
13868 canon_targets="$canon_targets $targ"
13873 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13874 if test "x$ac_cv_header_iconv_h" = xyes; then :
13880 if test "X$prefix" = "XNONE"; then
13881 acl_final_prefix="$ac_default_prefix"
13883 acl_final_prefix="$prefix"
13885 if test "X$exec_prefix" = "XNONE"; then
13886 acl_final_exec_prefix='${prefix}'
13888 acl_final_exec_prefix="$exec_prefix"
13890 acl_save_prefix="$prefix"
13891 prefix="$acl_final_prefix"
13892 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13893 prefix="$acl_save_prefix"
13896 # Check whether --with-gnu-ld was given.
13897 if test "${with_gnu_ld+set}" = set; then :
13898 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13903 # Prepare PATH_SEPARATOR.
13904 # The user is always right.
13905 if test "${PATH_SEPARATOR+set}" != set; then
13906 echo "#! /bin/sh" >conf$$.sh
13907 echo "exit 0" >>conf$$.sh
13909 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13917 if test "$GCC" = yes; then
13918 # Check if gcc -print-prog-name=ld gives a path.
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13920 $as_echo_n "checking for ld used by GCC... " >&6; }
13923 # gcc leaves a trailing carriage return which upsets mingw
13924 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13926 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13929 # Accept absolute paths.
13930 [\\/]* | [A-Za-z]:[\\/]*)
13931 re_direlt='/[^/][^/]*/\.\./'
13932 # Canonicalize the path of ld
13933 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13934 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13935 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13937 test -z "$LD" && LD="$ac_prog"
13940 # If it fails, then pretend we aren't using GCC.
13944 # If it is relative, then search for the first ld in PATH.
13945 with_gnu_ld=unknown
13948 elif test "$with_gnu_ld" = yes; then
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13950 $as_echo_n "checking for GNU ld... " >&6; }
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13953 $as_echo_n "checking for non-GNU ld... " >&6; }
13955 if ${acl_cv_path_LD+:} false; then :
13956 $as_echo_n "(cached) " >&6
13958 if test -z "$LD"; then
13959 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13960 for ac_dir in $PATH; do
13961 test -z "$ac_dir" && ac_dir=.
13962 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13963 acl_cv_path_LD="$ac_dir/$ac_prog"
13964 # Check to see if the program is GNU ld. I'd rather use --version,
13965 # but apparently some GNU ld's only accept -v.
13966 # Break only if it was the GNU/non-GNU ld that we prefer.
13967 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13968 test "$with_gnu_ld" != no && break
13970 test "$with_gnu_ld" != yes && break
13976 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13980 LD="$acl_cv_path_LD"
13981 if test -n "$LD"; then
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13983 $as_echo "$LD" >&6; }
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13986 $as_echo "no" >&6; }
13988 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13990 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13991 if ${acl_cv_prog_gnu_ld+:} false; then :
13992 $as_echo_n "(cached) " >&6
13994 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13995 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13996 acl_cv_prog_gnu_ld=yes
13998 acl_cv_prog_gnu_ld=no
14001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14002 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
14003 with_gnu_ld=$acl_cv_prog_gnu_ld
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14008 $as_echo_n "checking for shared library run path origin... " >&6; }
14009 if ${acl_cv_rpath+:} false; then :
14010 $as_echo_n "(cached) " >&6
14013 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14014 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14016 rm -f ./conftest.sh
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14021 $as_echo "$acl_cv_rpath" >&6; }
14023 libext="$acl_cv_libext"
14024 shlibext="$acl_cv_shlibext"
14025 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14026 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14027 hardcode_direct="$acl_cv_hardcode_direct"
14028 hardcode_minus_L="$acl_cv_hardcode_minus_L"
14029 # Check whether --enable-rpath was given.
14030 if test "${enable_rpath+set}" = set; then :
14031 enableval=$enable_rpath; :
14045 acl_save_prefix="$prefix"
14046 prefix="$acl_final_prefix"
14047 acl_save_exec_prefix="$exec_prefix"
14048 exec_prefix="$acl_final_exec_prefix"
14050 eval additional_includedir=\"$includedir\"
14051 eval additional_libdir=\"$libdir\"
14053 exec_prefix="$acl_save_exec_prefix"
14054 prefix="$acl_save_prefix"
14057 # Check whether --with-libiconv-prefix was given.
14058 if test "${with_libiconv_prefix+set}" = set; then :
14059 withval=$with_libiconv_prefix;
14060 if test "X$withval" = "Xno"; then
14063 if test "X$withval" = "X"; then
14065 acl_save_prefix="$prefix"
14066 prefix="$acl_final_prefix"
14067 acl_save_exec_prefix="$exec_prefix"
14068 exec_prefix="$acl_final_exec_prefix"
14070 eval additional_includedir=\"$includedir\"
14071 eval additional_libdir=\"$libdir\"
14073 exec_prefix="$acl_save_exec_prefix"
14074 prefix="$acl_save_prefix"
14077 additional_includedir="$withval/include"
14078 additional_libdir="$withval/lib"
14085 # Check whether --with-libiconv-type was given.
14086 if test "${with_libiconv_type+set}" = set; then :
14087 withval=$with_libiconv_type; with_libiconv_type=$withval
14089 with_libiconv_type=auto
14092 lib_type=`eval echo \$with_libiconv_type`
14099 names_already_handled=
14100 names_next_round='iconv '
14101 while test -n "$names_next_round"; do
14102 names_this_round="$names_next_round"
14104 for name in $names_this_round; do
14106 for n in $names_already_handled; do
14107 if test "$n" = "$name"; then
14108 already_handled=yes
14112 if test -z "$already_handled"; then
14113 names_already_handled="$names_already_handled $name"
14114 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14115 eval value=\"\$HAVE_LIB$uppername\"
14116 if test -n "$value"; then
14117 if test "$value" = yes; then
14118 eval value=\"\$LIB$uppername\"
14119 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14120 eval value=\"\$LTLIB$uppername\"
14121 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14130 if test $use_additional = yes; then
14131 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14132 found_dir="$additional_libdir"
14133 found_so="$additional_libdir/lib$name.$shlibext"
14134 if test -f "$additional_libdir/lib$name.la"; then
14135 found_la="$additional_libdir/lib$name.la"
14137 elif test x$lib_type != xshared; then
14138 if test -f "$additional_libdir/lib$name.$libext"; then
14139 found_dir="$additional_libdir"
14140 found_a="$additional_libdir/lib$name.$libext"
14141 if test -f "$additional_libdir/lib$name.la"; then
14142 found_la="$additional_libdir/lib$name.la"
14147 if test "X$found_dir" = "X"; then
14148 for x in $LDFLAGS $LTLIBICONV; do
14150 acl_save_prefix="$prefix"
14151 prefix="$acl_final_prefix"
14152 acl_save_exec_prefix="$exec_prefix"
14153 exec_prefix="$acl_final_exec_prefix"
14155 exec_prefix="$acl_save_exec_prefix"
14156 prefix="$acl_save_prefix"
14160 dir=`echo "X$x" | sed -e 's/^X-L//'`
14161 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14163 found_so="$dir/lib$name.$shlibext"
14164 if test -f "$dir/lib$name.la"; then
14165 found_la="$dir/lib$name.la"
14167 elif test x$lib_type != xshared; then
14168 if test -f "$dir/lib$name.$libext"; then
14170 found_a="$dir/lib$name.$libext"
14171 if test -f "$dir/lib$name.la"; then
14172 found_la="$dir/lib$name.la"
14178 if test "X$found_dir" != "X"; then
14183 if test "X$found_dir" != "X"; then
14184 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14185 if test "X$found_so" != "X"; then
14186 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14187 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14190 for x in $ltrpathdirs; do
14191 if test "X$x" = "X$found_dir"; then
14196 if test -z "$haveit"; then
14197 ltrpathdirs="$ltrpathdirs $found_dir"
14199 if test "$hardcode_direct" = yes; then
14200 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14202 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14203 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14205 for x in $rpathdirs; do
14206 if test "X$x" = "X$found_dir"; then
14211 if test -z "$haveit"; then
14212 rpathdirs="$rpathdirs $found_dir"
14216 for x in $LDFLAGS $LIBICONV; do
14218 acl_save_prefix="$prefix"
14219 prefix="$acl_final_prefix"
14220 acl_save_exec_prefix="$exec_prefix"
14221 exec_prefix="$acl_final_exec_prefix"
14223 exec_prefix="$acl_save_exec_prefix"
14224 prefix="$acl_save_prefix"
14226 if test "X$x" = "X-L$found_dir"; then
14231 if test -z "$haveit"; then
14232 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14234 if test "$hardcode_minus_L" != no; then
14235 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14237 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14243 if test "X$found_a" != "X"; then
14244 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14246 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14249 additional_includedir=
14250 case "$found_dir" in
14252 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14253 additional_includedir="$basedir/include"
14256 if test "X$additional_includedir" != "X"; then
14257 if test "X$additional_includedir" != "X/usr/include"; then
14259 if test "X$additional_includedir" = "X/usr/local/include"; then
14260 if test -n "$GCC"; then
14262 linux*) haveit=yes;;
14266 if test -z "$haveit"; then
14267 for x in $CPPFLAGS $INCICONV; do
14269 acl_save_prefix="$prefix"
14270 prefix="$acl_final_prefix"
14271 acl_save_exec_prefix="$exec_prefix"
14272 exec_prefix="$acl_final_exec_prefix"
14274 exec_prefix="$acl_save_exec_prefix"
14275 prefix="$acl_save_prefix"
14277 if test "X$x" = "X-I$additional_includedir"; then
14282 if test -z "$haveit"; then
14283 if test -d "$additional_includedir"; then
14284 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14290 if test -n "$found_la"; then
14291 save_libdir="$libdir"
14292 case "$found_la" in
14293 */* | *\\*) . "$found_la" ;;
14294 *) . "./$found_la" ;;
14296 libdir="$save_libdir"
14297 for dep in $dependency_libs; do
14300 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14301 if test "X$additional_libdir" != "X/usr/lib"; then
14303 if test "X$additional_libdir" = "X/usr/local/lib"; then
14304 if test -n "$GCC"; then
14306 linux*) haveit=yes;;
14310 if test -z "$haveit"; then
14312 for x in $LDFLAGS $LIBICONV; do
14314 acl_save_prefix="$prefix"
14315 prefix="$acl_final_prefix"
14316 acl_save_exec_prefix="$exec_prefix"
14317 exec_prefix="$acl_final_exec_prefix"
14319 exec_prefix="$acl_save_exec_prefix"
14320 prefix="$acl_save_prefix"
14322 if test "X$x" = "X-L$additional_libdir"; then
14327 if test -z "$haveit"; then
14328 if test -d "$additional_libdir"; then
14329 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14333 for x in $LDFLAGS $LTLIBICONV; do
14335 acl_save_prefix="$prefix"
14336 prefix="$acl_final_prefix"
14337 acl_save_exec_prefix="$exec_prefix"
14338 exec_prefix="$acl_final_exec_prefix"
14340 exec_prefix="$acl_save_exec_prefix"
14341 prefix="$acl_save_prefix"
14343 if test "X$x" = "X-L$additional_libdir"; then
14348 if test -z "$haveit"; then
14349 if test -d "$additional_libdir"; then
14350 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14357 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14358 if test "$enable_rpath" != no; then
14360 for x in $rpathdirs; do
14361 if test "X$x" = "X$dir"; then
14366 if test -z "$haveit"; then
14367 rpathdirs="$rpathdirs $dir"
14370 for x in $ltrpathdirs; do
14371 if test "X$x" = "X$dir"; then
14376 if test -z "$haveit"; then
14377 ltrpathdirs="$ltrpathdirs $dir"
14382 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14385 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14388 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14389 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14395 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14396 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14397 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14399 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14400 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14407 if test "X$rpathdirs" != "X"; then
14408 if test -n "$hardcode_libdir_separator"; then
14410 for found_dir in $rpathdirs; do
14411 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14413 acl_save_libdir="$libdir"
14415 eval flag=\"$hardcode_libdir_flag_spec\"
14416 libdir="$acl_save_libdir"
14417 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14419 for found_dir in $rpathdirs; do
14420 acl_save_libdir="$libdir"
14421 libdir="$found_dir"
14422 eval flag=\"$hardcode_libdir_flag_spec\"
14423 libdir="$acl_save_libdir"
14424 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14428 if test "X$ltrpathdirs" != "X"; then
14429 for found_dir in $ltrpathdirs; do
14430 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14441 $as_echo_n "checking for iconv... " >&6; }
14442 if ${am_cv_func_iconv+:} false; then :
14443 $as_echo_n "(cached) " >&6
14446 am_cv_func_iconv="no, consider installing GNU libiconv"
14448 am_save_CPPFLAGS="$CPPFLAGS"
14449 CPPFLAGS="$CPPFLAGS $INCICONV"
14450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14451 /* end confdefs.h. */
14452 #include <stdlib.h>
14457 iconv_t cd = iconv_open("","");
14458 iconv(cd,NULL,NULL,NULL,NULL);
14464 if ac_fn_c_try_link "$LINENO"; then :
14465 am_cv_func_iconv=yes
14467 rm -f core conftest.err conftest.$ac_objext \
14468 conftest$ac_exeext conftest.$ac_ext
14469 CPPFLAGS="$am_save_CPPFLAGS"
14471 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14472 for _libs in .libs _libs; do
14473 am_save_CPPFLAGS="$CPPFLAGS"
14474 am_save_LIBS="$LIBS"
14475 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14476 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14478 /* end confdefs.h. */
14479 #include <stdlib.h>
14484 iconv_t cd = iconv_open("","");
14485 iconv(cd,NULL,NULL,NULL,NULL);
14491 if ac_fn_c_try_link "$LINENO"; then :
14492 INCICONV="-I../libiconv/include"
14493 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14494 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14495 am_cv_lib_iconv=yes
14496 am_cv_func_iconv=yes
14498 rm -f core conftest.err conftest.$ac_objext \
14499 conftest$ac_exeext conftest.$ac_ext
14500 CPPFLAGS="$am_save_CPPFLAGS"
14501 LIBS="$am_save_LIBS"
14502 if test "$am_cv_func_iconv" = "yes"; then
14508 if test "$am_cv_func_iconv" != yes; then
14509 am_save_CPPFLAGS="$CPPFLAGS"
14510 am_save_LIBS="$LIBS"
14511 CPPFLAGS="$CPPFLAGS $INCICONV"
14512 LIBS="$LIBS $LIBICONV"
14513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14514 /* end confdefs.h. */
14515 #include <stdlib.h>
14520 iconv_t cd = iconv_open("","");
14521 iconv(cd,NULL,NULL,NULL,NULL);
14527 if ac_fn_c_try_link "$LINENO"; then :
14528 am_cv_lib_iconv=yes
14529 am_cv_func_iconv=yes
14531 rm -f core conftest.err conftest.$ac_objext \
14532 conftest$ac_exeext conftest.$ac_ext
14533 CPPFLAGS="$am_save_CPPFLAGS"
14534 LIBS="$am_save_LIBS"
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14539 $as_echo "$am_cv_func_iconv" >&6; }
14540 if test "$am_cv_func_iconv" = yes; then
14542 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14545 if test "$am_cv_lib_iconv" = yes; then
14547 for element in $INCICONV; do
14549 for x in $CPPFLAGS; do
14551 acl_save_prefix="$prefix"
14552 prefix="$acl_final_prefix"
14553 acl_save_exec_prefix="$exec_prefix"
14554 exec_prefix="$acl_final_exec_prefix"
14556 exec_prefix="$acl_save_exec_prefix"
14557 prefix="$acl_save_prefix"
14559 if test "X$x" = "X$element"; then
14564 if test -z "$haveit"; then
14565 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14570 $as_echo_n "checking how to link with libiconv... " >&6; }
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14572 $as_echo "$LIBICONV" >&6; }
14580 if test "$am_cv_func_iconv" = yes; then
14581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14582 $as_echo_n "checking for iconv declaration... " >&6; }
14583 if ${am_cv_proto_iconv+:} false; then :
14584 $as_echo_n "(cached) " >&6
14587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14590 #include <stdlib.h>
14596 #if defined(__STDC__) || defined(__cplusplus)
14597 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14610 if ac_fn_c_try_compile "$LINENO"; then :
14611 am_cv_proto_iconv_arg1=""
14613 am_cv_proto_iconv_arg1="const"
14615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14616 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
14619 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14621 }$am_cv_proto_iconv" >&5
14623 }$am_cv_proto_iconv" >&6; }
14625 cat >>confdefs.h <<_ACEOF
14626 #define ICONV_CONST $am_cv_proto_iconv_arg1
14641 BUILD_INSTALL_MISC=
14643 OBJDUMP_PRIVATE_VECTORS=
14644 OBJDUMP_PRIVATE_OFILES=
14647 for targ in $target $canon_targets
14649 if test "x$targ" = "xall"; then
14651 BUILD_SRCONV='$(SRCONV_PROG)'
14652 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14653 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14654 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14655 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14656 if test -z "$DLLTOOL_DEFAULT"; then
14657 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14659 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14660 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14661 od_vectors="$od_vectors objdump_private_desc_xcoff"
14664 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14668 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14669 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14670 if test -z "$DLLTOOL_DEFAULT"; then
14671 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14673 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14674 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14675 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14678 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14679 if test -z "$DLLTOOL_DEFAULT"; then
14680 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14682 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14683 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14684 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14686 x86_64-*-mingw* | x86_64-*-cygwin*)
14687 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14688 if test -z "$DLLTOOL_DEFAULT"; then
14689 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14691 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14692 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14693 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14694 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14696 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32**)
14697 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14698 if test -z "$DLLTOOL_DEFAULT"; then
14699 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14701 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14702 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14703 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14704 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14706 i[3-7]86-*-interix)
14707 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14708 if test -z "$DLLTOOL_DEFAULT"; then
14709 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14711 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14713 powerpc*-aix5.[01])
14715 powerpc*-aix[5-9].*)
14716 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14718 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14719 case "$BUILD_INSTALL_MISC" in
14721 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14725 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14726 if test -z "$DLLTOOL_DEFAULT"; then
14727 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14729 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14730 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14731 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14734 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14737 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14738 if test -z "$DLLTOOL_DEFAULT"; then
14739 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14741 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14742 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14743 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14746 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14747 if test -z "$DLLTOOL_DEFAULT"; then
14748 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14750 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14751 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14752 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14755 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14756 if test -z "$DLLTOOL_DEFAULT"; then
14757 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14759 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14762 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14766 # Add objdump private vectors.
14769 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14771 powerpc*-*-aix* | rs6000-*-aix*)
14772 od_vectors="$od_vectors objdump_private_desc_xcoff"
14775 od_vectors="$od_vectors objdump_private_desc_mach_o"
14781 # Uniq objdump private vector, build objdump target ofiles.
14784 for i in $od_vectors ; do
14789 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14791 objdump_private_desc_elf32_avr)
14792 od_files="$od_files od-elf32_avr" ;;
14793 objdump_private_desc_xcoff)
14794 od_files="$od_files od-xcoff" ;;
14795 objdump_private_desc_mach_o)
14796 od_files="$od_files od-macho" ;;
14797 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
14803 # Uniq objdump target ofiles
14805 for i in $od_files ; do
14810 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14815 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14817 if test "${with_windres+set}" = set; then
14818 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14821 if test "${with_windmc+set}" = set; then
14822 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14825 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14839 cat >>confdefs.h <<_ACEOF
14840 #define TARGET "${target}"
14845 . $srcdir/../bfd/config.bfd
14846 if test "x$targ_underscore" = "xyes"; then
14852 cat >>confdefs.h <<_ACEOF
14853 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14859 . ${srcdir}/configure.tgt
14860 EMULATION=$targ_emul
14861 EMULATION_VECTOR=$targ_emul_vector
14866 # Required for html and install-html
14872 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14874 cat >confcache <<\_ACEOF
14875 # This file is a shell script that caches the results of configure
14876 # tests run on this system so they can be shared between configure
14877 # scripts and configure runs, see configure's option --config-cache.
14878 # It is not useful on other systems. If it contains results you don't
14879 # want to keep, you may remove or edit it.
14881 # config.status only pays attention to the cache file if you give it
14882 # the --recheck option to rerun configure.
14884 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14885 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14886 # following values.
14890 # The following way of writing the cache mishandles newlines in values,
14891 # but we know of no workaround that is simple, portable, and efficient.
14892 # So, we kill variables containing newlines.
14893 # Ultrix sh set writes to stderr and can't be redirected directly,
14894 # and sets the high bit in the cache file unless we assign to the vars.
14896 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14897 eval ac_val=\$$ac_var
14901 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14902 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14905 _ | IFS | as_nl) ;; #(
14906 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14907 *) { eval $ac_var=; unset $ac_var;} ;;
14913 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14914 *${as_nl}ac_space=\ *)
14915 # `set' does not quote correctly, so add quotes: double-quote
14916 # substitution turns \\\\ into \\, and sed turns \\ into \.
14919 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14922 # `set' quotes correctly as required by POSIX, so do not add quotes.
14923 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14932 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14934 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14936 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14937 if test -w "$cache_file"; then
14938 if test "x$cache_file" != "x/dev/null"; then
14939 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14940 $as_echo "$as_me: updating cache $cache_file" >&6;}
14941 if test ! -f "$cache_file" || test -h "$cache_file"; then
14942 cat confcache >"$cache_file"
14944 case $cache_file in #(
14946 mv -f confcache "$cache_file"$$ &&
14947 mv -f "$cache_file"$$ "$cache_file" ;; #(
14949 mv -f confcache "$cache_file" ;;
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14955 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14960 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14961 # Let make expand exec_prefix.
14962 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14964 DEFS=-DHAVE_CONFIG_H
14969 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14970 # 1. Remove the extension, and $U if already installed.
14971 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14972 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14973 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14974 # will be set to the directory where LIBOBJS objects are built.
14975 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14976 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14978 LIBOBJS=$ac_libobjs
14980 LTLIBOBJS=$ac_ltlibobjs
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14984 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14985 if test -n "$am_sleep_pid"; then
14986 # Hide warnings about reused PIDs.
14987 wait $am_sleep_pid 2>/dev/null
14989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14990 $as_echo "done" >&6; }
14991 if test -n "$EXEEXT"; then
14993 am__EXEEXT_FALSE='#'
14995 am__EXEEXT_TRUE='#'
14999 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15000 as_fn_error $? "conditional \"AMDEP\" was never defined.
15001 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15003 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15004 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15005 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15007 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15008 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15009 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15011 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15012 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15013 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15015 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15016 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15017 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15020 : "${CONFIG_STATUS=./config.status}"
15022 ac_clean_files_save=$ac_clean_files
15023 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15025 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15027 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15029 # Generated by $as_me.
15030 # Run this file to recreate the current configuration.
15031 # Compiler output produced by configure, useful for debugging
15032 # configure, is in config.log if it exists.
15035 ac_cs_recheck=false
15038 SHELL=\${CONFIG_SHELL-$SHELL}
15041 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15042 ## -------------------- ##
15043 ## M4sh Initialization. ##
15044 ## -------------------- ##
15046 # Be more Bourne compatible
15047 DUALCASE=1; export DUALCASE # for MKS sh
15048 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15051 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15052 # is contrary to our usage. Disable this feature.
15053 alias -g '${1+"$@"}'='"$@"'
15054 setopt NO_GLOB_SUBST
15056 case `(set -o) 2>/dev/null` in #(
15068 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15069 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15070 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15071 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15072 # Prefer a ksh shell builtin over an external printf program on Solaris,
15073 # but without wasting forks for bash or zsh.
15074 if test -z "$BASH_VERSION$ZSH_VERSION" \
15075 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15076 as_echo='print -r --'
15077 as_echo_n='print -rn --'
15078 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15079 as_echo='printf %s\n'
15080 as_echo_n='printf %s'
15082 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15083 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15084 as_echo_n='/usr/ucb/echo -n'
15086 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15087 as_echo_n_body='eval
15091 expr "X$arg" : "X\\(.*\\)$as_nl";
15092 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15094 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15096 export as_echo_n_body
15097 as_echo_n='sh -c $as_echo_n_body as_echo'
15099 export as_echo_body
15100 as_echo='sh -c $as_echo_body as_echo'
15103 # The user is always right.
15104 if test "${PATH_SEPARATOR+set}" != set; then
15106 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15107 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15114 # We need space, tab and new line, in precisely that order. Quoting is
15115 # there to prevent editors from complaining about space-tab.
15116 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15117 # splitting by setting IFS to empty value.)
15120 # Find who we are. Look in the path if we contain no directory separator.
15123 *[\\/]* ) as_myself=$0 ;;
15124 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15125 for as_dir in $PATH
15128 test -z "$as_dir" && as_dir=.
15129 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15135 # We did not find ourselves, most probably we were run as `sh COMMAND'
15136 # in which case we are not to be found in the path.
15137 if test "x$as_myself" = x; then
15140 if test ! -f "$as_myself"; then
15141 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15145 # Unset variables that we do not need and which cause bugs (e.g. in
15146 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15147 # suppresses any "Segmentation fault" message there. '((' could
15148 # trigger a bug in pdksh 5.2.14.
15149 for as_var in BASH_ENV ENV MAIL MAILPATH
15150 do eval test x\${$as_var+set} = xset \
15151 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15164 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15167 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15168 # ----------------------------------------
15169 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15170 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15171 # script with STATUS, using 1 if that was 0.
15174 as_status=$1; test $as_status -eq 0 && as_status=1
15176 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15177 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15179 $as_echo "$as_me: error: $2" >&2
15180 as_fn_exit $as_status
15184 # as_fn_set_status STATUS
15185 # -----------------------
15186 # Set $? to STATUS, without forking.
15187 as_fn_set_status ()
15190 } # as_fn_set_status
15192 # as_fn_exit STATUS
15193 # -----------------
15194 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15198 as_fn_set_status $1
15204 # Portably unset VAR.
15207 { eval $1=; unset $1;}
15209 as_unset=as_fn_unset
15210 # as_fn_append VAR VALUE
15211 # ----------------------
15212 # Append the text in VALUE to the end of the definition contained in VAR. Take
15213 # advantage of any shell optimizations that allow amortized linear growth over
15214 # repeated appends, instead of the typical quadratic growth present in naive
15216 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15217 eval 'as_fn_append ()
15228 # as_fn_arith ARG...
15229 # ------------------
15230 # Perform arithmetic evaluation on the ARGs, and store the result in the
15231 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15232 # must be portable across $(()) and expr.
15233 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15234 eval 'as_fn_arith ()
15241 as_val=`expr "$@" || test $? -eq 1`
15246 if expr a : '\(a\)' >/dev/null 2>&1 &&
15247 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15253 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15254 as_basename=basename
15259 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15265 as_me=`$as_basename -- "$0" ||
15266 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15267 X"$0" : 'X\(//\)$' \| \
15268 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15270 sed '/^.*\/\([^/][^/]*\)\/*$/{
15284 # Avoid depending upon Character Ranges.
15285 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15286 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15287 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15288 as_cr_digits='0123456789'
15289 as_cr_alnum=$as_cr_Letters$as_cr_digits
15291 ECHO_C= ECHO_N= ECHO_T=
15292 case `echo -n x` in #(((((
15294 case `echo 'xy\c'` in
15295 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15297 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15304 rm -f conf$$ conf$$.exe conf$$.file
15305 if test -d conf$$.dir; then
15306 rm -f conf$$.dir/conf$$.file
15309 mkdir conf$$.dir 2>/dev/null
15311 if (echo >conf$$.file) 2>/dev/null; then
15312 if ln -s conf$$.file conf$$ 2>/dev/null; then
15314 # ... but there are two gotchas:
15315 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15316 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15317 # In both cases, we have to default to `cp -pR'.
15318 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15320 elif ln conf$$.file conf$$ 2>/dev/null; then
15328 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15329 rmdir conf$$.dir 2>/dev/null
15334 # Create "$as_dir" as a directory, including parents if necessary.
15339 -*) as_dir=./$as_dir;;
15341 test -d "$as_dir" || eval $as_mkdir_p || {
15345 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15346 *) as_qdir=$as_dir;;
15348 as_dirs="'$as_qdir' $as_dirs"
15349 as_dir=`$as_dirname -- "$as_dir" ||
15350 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15351 X"$as_dir" : 'X\(//\)[^/]' \| \
15352 X"$as_dir" : 'X\(//\)$' \| \
15353 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15354 $as_echo X"$as_dir" |
15355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15359 /^X\(\/\/\)[^/].*/{
15372 test -d "$as_dir" && break
15374 test -z "$as_dirs" || eval "mkdir $as_dirs"
15375 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15379 if mkdir -p . 2>/dev/null; then
15380 as_mkdir_p='mkdir -p "$as_dir"'
15382 test -d ./-p && rmdir ./-p
15387 # as_fn_executable_p FILE
15388 # -----------------------
15389 # Test if FILE is an executable regular file.
15390 as_fn_executable_p ()
15392 test -f "$1" && test -x "$1"
15393 } # as_fn_executable_p
15394 as_test_x='test -x'
15395 as_executable_p=as_fn_executable_p
15397 # Sed expression to map a string onto a valid CPP name.
15398 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15400 # Sed expression to map a string onto a valid variable name.
15401 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15405 ## ----------------------------------- ##
15406 ## Main body of $CONFIG_STATUS script. ##
15407 ## ----------------------------------- ##
15409 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15412 # Save the log message, to keep $0 and so on meaningful, and to
15413 # report actual input values of CONFIG_FILES etc. instead of their
15414 # values after options handling.
15416 This file was extended by binutils $as_me 2.38.50, which was
15417 generated by GNU Autoconf 2.69. Invocation command line was
15419 CONFIG_FILES = $CONFIG_FILES
15420 CONFIG_HEADERS = $CONFIG_HEADERS
15421 CONFIG_LINKS = $CONFIG_LINKS
15422 CONFIG_COMMANDS = $CONFIG_COMMANDS
15425 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15430 case $ac_config_files in *"
15431 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15434 case $ac_config_headers in *"
15435 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15439 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15440 # Files that config.status was made for.
15441 config_files="$ac_config_files"
15442 config_headers="$ac_config_headers"
15443 config_commands="$ac_config_commands"
15447 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15449 \`$as_me' instantiates files and other configuration actions
15450 from templates according to the current configuration. Unless the files
15451 and actions are specified as TAGs, all are instantiated by default.
15453 Usage: $0 [OPTION]... [TAG]...
15455 -h, --help print this help, then exit
15456 -V, --version print version number and configuration settings, then exit
15457 --config print configuration, then exit
15458 -q, --quiet, --silent
15459 do not print progress messages
15460 -d, --debug don't remove temporary files
15461 --recheck update $as_me by reconfiguring in the same conditions
15462 --file=FILE[:TEMPLATE]
15463 instantiate the configuration file FILE
15464 --header=FILE[:TEMPLATE]
15465 instantiate the configuration header FILE
15467 Configuration files:
15470 Configuration headers:
15473 Configuration commands:
15476 Report bugs to the package provider."
15479 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15480 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15482 binutils config.status 2.38.50
15483 configured by $0, generated by GNU Autoconf 2.69,
15484 with options \\"\$ac_cs_config\\"
15486 Copyright (C) 2012 Free Software Foundation, Inc.
15487 This config.status script is free software; the Free Software Foundation
15488 gives unlimited permission to copy, distribute and modify it."
15495 test -n "\$AWK" || AWK=awk
15498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15499 # The default lists apply if the user does not specify any file.
15505 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15506 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15510 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15522 # Handling of the options.
15523 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15525 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15526 $as_echo "$ac_cs_version"; exit ;;
15527 --config | --confi | --conf | --con | --co | --c )
15528 $as_echo "$ac_cs_config"; exit ;;
15529 --debug | --debu | --deb | --de | --d | -d )
15531 --file | --fil | --fi | --f )
15534 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15535 '') as_fn_error $? "missing file argument" ;;
15537 as_fn_append CONFIG_FILES " '$ac_optarg'"
15538 ac_need_defaults=false;;
15539 --header | --heade | --head | --hea )
15542 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15544 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15545 ac_need_defaults=false;;
15547 # Conflict between --help and --header
15548 as_fn_error $? "ambiguous option: \`$1'
15549 Try \`$0 --help' for more information.";;
15550 --help | --hel | -h )
15551 $as_echo "$ac_cs_usage"; exit ;;
15552 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15553 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15556 # This is an error.
15557 -*) as_fn_error $? "unrecognized option: \`$1'
15558 Try \`$0 --help' for more information." ;;
15560 *) as_fn_append ac_config_targets " $1"
15561 ac_need_defaults=false ;;
15567 ac_configure_extra_args=
15569 if $ac_cs_silent; then
15571 ac_configure_extra_args="$ac_configure_extra_args --silent"
15575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15576 if \$ac_cs_recheck; then
15577 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15579 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15580 CONFIG_SHELL='$SHELL'
15581 export CONFIG_SHELL
15586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15590 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15591 ## Running $as_me. ##
15597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15601 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15604 # The HP-UX ksh and POSIX shell print the target directory to stdout
15605 # if CDPATH is set.
15606 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15608 sed_quote_subst='$sed_quote_subst'
15609 double_quote_subst='$double_quote_subst'
15610 delay_variable_subst='$delay_variable_subst'
15611 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15612 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15613 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15614 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15615 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15616 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15617 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15618 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15619 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15620 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15621 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15622 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15623 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15624 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15625 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15626 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15627 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15628 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15629 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15630 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15631 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15632 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15633 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15634 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15635 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15636 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15637 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15638 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15639 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15640 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15641 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15642 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15643 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15644 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15645 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15646 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15647 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15648 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15649 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15650 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15651 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15652 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15653 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15654 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15655 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15656 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15657 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15658 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15659 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"`'
15660 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15661 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15662 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15663 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15664 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15665 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15666 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15667 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15668 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15669 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15670 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15671 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15672 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15673 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15674 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15675 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15676 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15677 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15678 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15679 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15680 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15681 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15682 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15683 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15684 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15685 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15686 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15687 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15688 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15689 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15690 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15691 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15692 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15693 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15694 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15695 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15696 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15697 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15698 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15699 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15700 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15701 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15702 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15703 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15704 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15705 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15706 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15707 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15708 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15709 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15710 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15711 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15712 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15713 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15714 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15715 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15716 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15717 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15718 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15719 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15720 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15721 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15722 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15723 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15724 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15725 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15726 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15727 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15728 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15729 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15730 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15733 LTCFLAGS='$LTCFLAGS'
15734 compiler='$compiler_DEFAULT'
15736 # A function that is used when there is no print builtin or printf.
15737 func_fallback_echo ()
15739 eval 'cat <<_LTECHO_EOF
15744 # Quote evaled strings.
15758 deplibs_check_method \
15767 lt_cv_sys_global_symbol_pipe \
15768 lt_cv_sys_global_symbol_to_cdecl \
15769 lt_cv_sys_global_symbol_to_c_name_address \
15770 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15771 lt_prog_compiler_no_builtin_flag \
15772 lt_prog_compiler_wl \
15773 lt_prog_compiler_pic \
15774 lt_prog_compiler_static \
15775 lt_cv_prog_compiler_c_o \
15783 export_dynamic_flag_spec \
15784 whole_archive_flag_spec \
15785 compiler_needs_object \
15787 allow_undefined_flag \
15788 no_undefined_flag \
15789 hardcode_libdir_flag_spec \
15790 hardcode_libdir_flag_spec_ld \
15791 hardcode_libdir_separator \
15796 variables_saved_for_relink \
15798 library_names_spec \
15800 install_override_mode \
15804 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15805 *[\\\\\\\`\\"\\\$]*)
15806 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15809 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15814 # Double-quote double-evaled strings.
15815 for var in reload_cmds \
15816 old_postinstall_cmds \
15817 old_postuninstall_cmds \
15819 extract_expsyms_cmds \
15820 old_archive_from_new_cmds \
15821 old_archive_from_expsyms_cmds \
15823 archive_expsym_cmds \
15825 module_expsym_cmds \
15826 export_symbols_cmds \
15829 postuninstall_cmds \
15831 sys_lib_search_path_spec \
15832 sys_lib_dlsearch_path_spec; do
15833 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15834 *[\\\\\\\`\\"\\\$]*)
15835 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15838 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15843 ac_aux_dir='$ac_aux_dir'
15844 xsi_shell='$xsi_shell'
15845 lt_shell_append='$lt_shell_append'
15847 # See if we are running on zsh, and set the options which allow our
15848 # commands through without removal of \ escapes INIT.
15849 if test -n "\${ZSH_VERSION+set}" ; then
15850 setopt NO_GLOB_SUBST
15856 TIMESTAMP='$TIMESTAMP'
15862 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15863 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15865 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15866 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15867 LINGUAS="${LINGUAS-%UNSET%}"
15872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15874 # Handling of arguments.
15875 for ac_config_target in $ac_config_targets
15877 case $ac_config_target in
15878 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15879 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15880 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15881 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15882 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15883 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15885 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15890 # If the user did not use the arguments to specify the items to instantiate,
15891 # then the envvar interface is used. Set only those that are not.
15892 # We use the long form for the default assignment because of an extremely
15893 # bizarre bug on SunOS 4.1.3.
15894 if $ac_need_defaults; then
15895 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15896 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15897 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15900 # Have a temporary directory for convenience. Make it in the build tree
15901 # simply because there is no reason against having it here, and in addition,
15902 # creating and moving files from /tmp can sometimes cause problems.
15903 # Hook for its removal unless debugging.
15904 # Note that there is a small window in which the directory will not be cleaned:
15905 # after its creation but before its name has been assigned to `$tmp'.
15909 trap 'exit_status=$?
15910 : "${ac_tmp:=$tmp}"
15911 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15913 trap 'as_fn_exit 1' 1 2 13 15
15915 # Create a (secure) tmp directory for tmp files.
15918 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15922 tmp=./conf$$-$RANDOM
15923 (umask 077 && mkdir "$tmp")
15924 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15927 # Set up the scripts for CONFIG_FILES section.
15928 # No need to generate them if there are no CONFIG_FILES.
15929 # This happens for instance with `./config.status config.h'.
15930 if test -n "$CONFIG_FILES"; then
15933 ac_cr=`echo X | tr X '\015'`
15934 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15935 # But we know of no other shell where ac_cr would be empty at this
15936 # point, so we can use a bashism as a fallback.
15937 if test "x$ac_cr" = x; then
15938 eval ac_cr=\$\'\\r\'
15940 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15941 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15944 ac_cs_awk_cr=$ac_cr
15947 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15952 echo "cat >conf$$subs.awk <<_ACEOF" &&
15953 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15955 } >conf$$subs.sh ||
15956 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15957 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15959 for ac_last_try in false false false false false :; do
15960 . ./conf$$subs.sh ||
15961 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15963 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15964 if test $ac_delim_n = $ac_delim_num; then
15966 elif $ac_last_try; then
15967 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15969 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15972 rm -f conf$$subs.sh
15974 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15975 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15979 s/^/S["/; s/!.*/"]=/
15989 s/\(.\{148\}\)..*/\1/
15991 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15996 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16003 s/\(.\{148\}\)..*/\1/
16005 s/["\\]/\\&/g; s/^/"/; s/$/"/
16009 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16014 ' <conf$$subs.awk | sed '
16019 ' >>$CONFIG_STATUS || ac_write_fail=1
16020 rm -f conf$$subs.awk
16021 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16023 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16024 for (key in S) S_is_set[key] = 1
16030 nfields = split(line, field, "@")
16032 len = length(field[1])
16033 for (i = 2; i < nfields; i++) {
16035 keylen = length(key)
16036 if (S_is_set[key]) {
16038 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16039 len += length(value) + length(field[++i])
16050 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16051 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16052 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16055 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16056 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16059 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16060 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16061 # trailing colons and then remove the whole line if VPATH becomes empty
16062 # (actually we leave an empty line to preserve line numbers).
16063 if test "x$srcdir" = x.; then
16064 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16082 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16083 fi # test -n "$CONFIG_FILES"
16085 # Set up the scripts for CONFIG_HEADERS section.
16086 # No need to generate them if there are no CONFIG_HEADERS.
16087 # This happens for instance with `./config.status Makefile'.
16088 if test -n "$CONFIG_HEADERS"; then
16089 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16093 # Transform confdefs.h into an awk script `defines.awk', embedded as
16094 # here-document in config.status, that substitutes the proper values into
16095 # config.h.in to produce config.h.
16097 # Create a delimiter string that does not exist in confdefs.h, to ease
16098 # handling of long lines.
16100 for ac_last_try in false false :; do
16101 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16102 if test -z "$ac_tt"; then
16104 elif $ac_last_try; then
16105 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16107 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16111 # For the awk script, D is an array of macro values keyed by name,
16112 # likewise P contains macro parameters if any. Preserve backslash
16113 # newline sequences.
16115 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16117 s/.\{148\}/&'"$ac_delim"'/g
16120 s/^[ ]*#[ ]*define[ ][ ]*/ /
16127 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16129 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16133 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16134 D["\1"]=" \3\\\\\\n"\\/p
16136 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16141 s/.\{148\}/&'"$ac_delim"'/g
16146 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16149 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16151 ' <confdefs.h | sed '
16152 s/'"$ac_delim"'/"\\\
16153 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16155 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16156 for (key in D) D_is_set[key] = 1
16159 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16161 split(line, arg, " ")
16162 if (arg[1] == "#") {
16166 defundef = substr(arg[1], 2)
16169 split(mac1, mac2, "(") #)
16171 prefix = substr(line, 1, index(line, defundef) - 1)
16172 if (D_is_set[macro]) {
16173 # Preserve the white space surrounding the "#".
16174 print prefix "define", macro P[macro] D[macro]
16177 # Replace #undef with comments. This is necessary, for example,
16178 # in the case of _POSIX_SOURCE, which is predefined and required
16179 # on some systems where configure will not decide to define it.
16180 if (defundef == "undef") {
16181 print "/*", prefix defundef, macro, "*/"
16189 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16190 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16191 fi # test -n "$CONFIG_HEADERS"
16194 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16199 :[FHLC]) ac_mode=$ac_tag; continue;;
16201 case $ac_mode$ac_tag in
16203 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16204 :[FH]-) ac_tag=-:-;;
16205 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16222 -) ac_f="$ac_tmp/stdin";;
16223 *) # Look for the file first in the build tree, then in the source tree
16224 # (if the path is not absolute). The absolute path cannot be DOS-style,
16225 # because $ac_f cannot contain `:'.
16229 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16231 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16233 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16234 as_fn_append ac_file_inputs " '$ac_f'"
16237 # Let's still pretend it is `configure' which instantiates (i.e., don't
16238 # use $as_me), people would be surprised to read:
16239 # /* config.h. Generated by config.status. */
16240 configure_input='Generated from '`
16241 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16243 if test x"$ac_file" != x-; then
16244 configure_input="$ac_file. $configure_input"
16245 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16246 $as_echo "$as_me: creating $ac_file" >&6;}
16248 # Neutralize special characters interpreted by sed in replacement strings.
16249 case $configure_input in #(
16250 *\&* | *\|* | *\\* )
16251 ac_sed_conf_input=`$as_echo "$configure_input" |
16252 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16253 *) ac_sed_conf_input=$configure_input;;
16257 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16258 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16263 ac_dir=`$as_dirname -- "$ac_file" ||
16264 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16265 X"$ac_file" : 'X\(//\)[^/]' \| \
16266 X"$ac_file" : 'X\(//\)$' \| \
16267 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16268 $as_echo X"$ac_file" |
16269 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16273 /^X\(\/\/\)[^/].*/{
16286 as_dir="$ac_dir"; as_fn_mkdir_p
16290 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16292 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16293 # A ".." for each directory in $ac_dir_suffix.
16294 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16295 case $ac_top_builddir_sub in
16296 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16297 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16300 ac_abs_top_builddir=$ac_pwd
16301 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16302 # for backward compatibility:
16303 ac_top_builddir=$ac_top_build_prefix
16306 .) # We are building in place.
16308 ac_top_srcdir=$ac_top_builddir_sub
16309 ac_abs_top_srcdir=$ac_pwd ;;
16310 [\\/]* | ?:[\\/]* ) # Absolute name.
16311 ac_srcdir=$srcdir$ac_dir_suffix;
16312 ac_top_srcdir=$srcdir
16313 ac_abs_top_srcdir=$srcdir ;;
16314 *) # Relative name.
16315 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16316 ac_top_srcdir=$ac_top_build_prefix$srcdir
16317 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16319 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16329 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16330 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16332 ac_MKDIR_P=$MKDIR_P
16334 [\\/$]* | ?:[\\/]* ) ;;
16335 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16339 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16340 # If the template does not know about datarootdir, expand it.
16341 # FIXME: This hack should be removed a few years after 2.60.
16342 ac_datarootdir_hack=; ac_datarootdir_seen=
16353 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16354 *datarootdir*) ac_datarootdir_seen=yes;;
16355 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16357 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16359 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16360 ac_datarootdir_hack='
16361 s&@datadir@&$datadir&g
16362 s&@docdir@&$docdir&g
16363 s&@infodir@&$infodir&g
16364 s&@localedir@&$localedir&g
16365 s&@mandir@&$mandir&g
16366 s&\\\${datarootdir}&$datarootdir&g' ;;
16370 # Neutralize VPATH when `$srcdir' = `.'.
16371 # Shell code in configure.ac might set extrasub.
16372 # FIXME: do we really want to maintain this feature?
16373 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16374 ac_sed_extra="$ac_vpsub
16377 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16379 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16380 s|@configure_input@|$ac_sed_conf_input|;t t
16381 s&@top_builddir@&$ac_top_builddir_sub&;t t
16382 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16383 s&@srcdir@&$ac_srcdir&;t t
16384 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16385 s&@top_srcdir@&$ac_top_srcdir&;t t
16386 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16387 s&@builddir@&$ac_builddir&;t t
16388 s&@abs_builddir@&$ac_abs_builddir&;t t
16389 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16390 s&@INSTALL@&$ac_INSTALL&;t t
16391 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16392 $ac_datarootdir_hack
16394 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16395 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16397 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16398 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16399 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16400 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16402 which seems to be undefined. Please make sure it is defined" >&5
16403 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16404 which seems to be undefined. Please make sure it is defined" >&2;}
16406 rm -f "$ac_tmp/stdin"
16408 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16409 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16411 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16417 if test x"$ac_file" != x-; then
16419 $as_echo "/* $configure_input */" \
16420 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16421 } >"$ac_tmp/config.h" \
16422 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16423 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16424 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16425 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16428 mv "$ac_tmp/config.h" "$ac_file" \
16429 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16432 $as_echo "/* $configure_input */" \
16433 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16434 || as_fn_error $? "could not create -" "$LINENO" 5
16436 # Compute "$ac_file"'s index in $config_headers.
16439 for _am_header in $config_headers :; do
16440 case $_am_header in
16441 $_am_arg | $_am_arg:* )
16444 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16447 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16448 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16449 X"$_am_arg" : 'X\(//\)[^/]' \| \
16450 X"$_am_arg" : 'X\(//\)$' \| \
16451 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16452 $as_echo X"$_am_arg" |
16453 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16457 /^X\(\/\/\)[^/].*/{
16469 s/.*/./; q'`/stamp-h$_am_stamp_count
16472 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16473 $as_echo "$as_me: executing $ac_file commands" >&6;}
16478 case $ac_file$ac_mode in
16479 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16480 # Older Autoconf quotes --file arguments for eval, but not when files
16481 # are listed without --file. Let's play safe and only enable the eval
16482 # if we detect the quoting.
16483 case $CONFIG_FILES in
16484 *\'*) eval set x "$CONFIG_FILES" ;;
16485 *) set x $CONFIG_FILES ;;
16490 # Strip MF so we end up with the name of the file.
16491 mf=`echo "$mf" | sed -e 's/:.*$//'`
16492 # Check whether this is an Automake generated Makefile or not.
16493 # We used to match only the files named 'Makefile.in', but
16494 # some people rename them; so instead we look at the file content.
16495 # Grep'ing the first line is not enough: some people post-process
16496 # each Makefile.in and add a new line on top of each file to say so.
16497 # Grep'ing the whole file is not good either: AIX grep has a line
16498 # limit of 2048, but all sed's we know have understand at least 4000.
16499 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16500 dirpart=`$as_dirname -- "$mf" ||
16501 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16502 X"$mf" : 'X\(//\)[^/]' \| \
16503 X"$mf" : 'X\(//\)$' \| \
16504 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16506 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16510 /^X\(\/\/\)[^/].*/{
16526 # Extract the definition of DEPDIR, am__include, and am__quote
16527 # from the Makefile without running 'make'.
16528 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16529 test -z "$DEPDIR" && continue
16530 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16531 test -z "$am__include" && continue
16532 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16533 # Find all dependency output files, they are included files with
16534 # $(DEPDIR) in their names. We invoke sed twice because it is the
16535 # simplest approach to changing $(DEPDIR) to its actual value in the
16537 for file in `sed -n "
16538 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16539 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16540 # Make sure the directory exists.
16541 test -f "$dirpart/$file" && continue
16542 fdir=`$as_dirname -- "$file" ||
16543 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16544 X"$file" : 'X\(//\)[^/]' \| \
16545 X"$file" : 'X\(//\)$' \| \
16546 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16547 $as_echo X"$file" |
16548 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16552 /^X\(\/\/\)[^/].*/{
16565 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16566 # echo "creating $dirpart/$file"
16567 echo '# dummy' > "$dirpart/$file"
16574 # See if we are running on zsh, and set the options which allow our
16575 # commands through without removal of \ escapes.
16576 if test -n "${ZSH_VERSION+set}" ; then
16577 setopt NO_GLOB_SUBST
16580 cfgfile="${ofile}T"
16581 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16584 cat <<_LT_EOF >> "$cfgfile"
16587 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16588 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16589 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16590 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16592 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16593 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16594 # Written by Gordon Matzigkeit, 1996
16596 # This file is part of GNU Libtool.
16598 # GNU Libtool is free software; you can redistribute it and/or
16599 # modify it under the terms of the GNU General Public License as
16600 # published by the Free Software Foundation; either version 2 of
16601 # the License, or (at your option) any later version.
16603 # As a special exception to the GNU General Public License,
16604 # if you distribute this file as part of a program or library that
16605 # is built using GNU Libtool, you may include this file under the
16606 # same distribution terms that you use for the rest of that program.
16608 # GNU Libtool is distributed in the hope that it will be useful,
16609 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16610 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16611 # GNU General Public License for more details.
16613 # You should have received a copy of the GNU General Public License
16614 # along with GNU Libtool; see the file COPYING. If not, a copy
16615 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16616 # obtained by writing to the Free Software Foundation, Inc.,
16617 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16620 # The names of the tagged configurations supported by this script.
16623 # ### BEGIN LIBTOOL CONFIG
16625 # Which release of libtool.m4 was used?
16626 macro_version=$macro_version
16627 macro_revision=$macro_revision
16629 # Whether or not to build shared libraries.
16630 build_libtool_libs=$enable_shared
16632 # Whether or not to build static libraries.
16633 build_old_libs=$enable_static
16635 # What type of objects to build.
16638 # Whether or not to optimize for fast installation.
16639 fast_install=$enable_fast_install
16641 # Shell to use when invoking shell scripts.
16644 # An echo program that protects backslashes.
16648 host_alias=$host_alias
16652 # The build system.
16653 build_alias=$build_alias
16657 # A sed program that does not truncate output.
16660 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16661 Xsed="\$SED -e 1s/^X//"
16663 # A grep program that handles long lines.
16669 # A literal string matcher.
16672 # A BSD- or MS-compatible name lister.
16675 # Whether we need soft or hard links.
16678 # What is the maximum length of a command?
16679 max_cmd_len=$max_cmd_len
16681 # Object file suffix (normally "o").
16684 # Executable file suffix (normally "").
16687 # whether the shell understands "unset".
16690 # turn spaces into newlines.
16693 # turn newlines into spaces.
16696 # An object symbol dumper.
16697 OBJDUMP=$lt_OBJDUMP
16699 # Method to check whether dependent libraries are shared objects.
16700 deplibs_check_method=$lt_deplibs_check_method
16702 # Command to use when deplibs_check_method == "file_magic".
16703 file_magic_cmd=$lt_file_magic_cmd
16707 AR_FLAGS=$lt_AR_FLAGS
16709 # A symbol stripping program.
16712 # Commands used to install an old-style archive.
16714 old_postinstall_cmds=$lt_old_postinstall_cmds
16715 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16717 # Whether to use a lock for old archive extraction.
16718 lock_old_archive_extraction=$lock_old_archive_extraction
16723 # LTCC compiler flags.
16724 LTCFLAGS=$lt_CFLAGS
16726 # Take the output of nm and produce a listing of raw symbols and C names.
16727 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16729 # Transform the output of nm in a proper C declaration.
16730 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16732 # Transform the output of nm in a C name address pair.
16733 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16735 # Transform the output of nm in a C name address pair when lib prefix is needed.
16736 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16738 # The name of the directory that contains temporary libtool files.
16741 # Used to examine libraries when file_magic_cmd begins with "file".
16742 MAGIC_CMD=$MAGIC_CMD
16744 # Must we lock files when doing compilation?
16745 need_locks=$lt_need_locks
16747 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16748 DSYMUTIL=$lt_DSYMUTIL
16750 # Tool to change global to local symbols on Mac OS X.
16753 # Tool to manipulate fat objects and archives on Mac OS X.
16756 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16759 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16760 OTOOL64=$lt_OTOOL64
16762 # Old archive suffix (normally "a").
16765 # Shared library suffix (normally ".so").
16766 shrext_cmds=$lt_shrext_cmds
16768 # The commands to extract the exported symbol list from a shared archive.
16769 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16771 # Variables whose values should be saved in libtool wrapper scripts and
16772 # restored at link time.
16773 variables_saved_for_relink=$lt_variables_saved_for_relink
16775 # Do we need the "lib" prefix for modules?
16776 need_lib_prefix=$need_lib_prefix
16778 # Do we need a version for libraries?
16779 need_version=$need_version
16781 # Library versioning type.
16782 version_type=$version_type
16784 # Shared library runtime path variable.
16785 runpath_var=$runpath_var
16787 # Shared library path variable.
16788 shlibpath_var=$shlibpath_var
16790 # Is shlibpath searched before the hard-coded library search path?
16791 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16793 # Format of library name prefix.
16794 libname_spec=$lt_libname_spec
16796 # List of archive names. First name is the real one, the rest are links.
16797 # The last name is the one that the linker finds with -lNAME
16798 library_names_spec=$lt_library_names_spec
16800 # The coded name of the library, if different from the real name.
16801 soname_spec=$lt_soname_spec
16803 # Permission mode override for installation of shared libraries.
16804 install_override_mode=$lt_install_override_mode
16806 # Command to use after installation of a shared archive.
16807 postinstall_cmds=$lt_postinstall_cmds
16809 # Command to use after uninstallation of a shared archive.
16810 postuninstall_cmds=$lt_postuninstall_cmds
16812 # Commands used to finish a libtool library installation in a directory.
16813 finish_cmds=$lt_finish_cmds
16815 # As "finish_cmds", except a single script fragment to be evaled but
16817 finish_eval=$lt_finish_eval
16819 # Whether we should hardcode library paths into libraries.
16820 hardcode_into_libs=$hardcode_into_libs
16822 # Compile-time system search path for libraries.
16823 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16825 # Run-time system search path for libraries.
16826 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16828 # Whether dlopen is supported.
16829 dlopen_support=$enable_dlopen
16831 # Whether dlopen of programs is supported.
16832 dlopen_self=$enable_dlopen_self
16834 # Whether dlopen of statically linked programs is supported.
16835 dlopen_self_static=$enable_dlopen_self_static
16837 # Commands to strip libraries.
16838 old_striplib=$lt_old_striplib
16839 striplib=$lt_striplib
16842 # The linker used to build libraries.
16845 # How to create reloadable object files.
16846 reload_flag=$lt_reload_flag
16847 reload_cmds=$lt_reload_cmds
16849 # Commands used to build an old-style archive.
16850 old_archive_cmds=$lt_old_archive_cmds
16852 # A language specific compiler.
16855 # Is the compiler the GNU compiler?
16858 # Compiler flag to turn off builtin functions.
16859 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16861 # How to pass a linker flag through the compiler.
16862 wl=$lt_lt_prog_compiler_wl
16864 # Additional compiler flags for building library objects.
16865 pic_flag=$lt_lt_prog_compiler_pic
16867 # Compiler flag to prevent dynamic linking.
16868 link_static_flag=$lt_lt_prog_compiler_static
16870 # Does compiler simultaneously support -c and -o options?
16871 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16873 # Whether or not to add -lc for building shared libraries.
16874 build_libtool_need_lc=$archive_cmds_need_lc
16876 # Whether or not to disallow shared libs when runtime libs are static.
16877 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16879 # Compiler flag to allow reflexive dlopens.
16880 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16882 # Compiler flag to generate shared objects directly from archives.
16883 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16885 # Whether the compiler copes with passing no objects directly.
16886 compiler_needs_object=$lt_compiler_needs_object
16888 # Create an old-style archive from a shared archive.
16889 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16891 # Create a temporary old-style archive to link instead of a shared archive.
16892 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16894 # Commands used to build a shared archive.
16895 archive_cmds=$lt_archive_cmds
16896 archive_expsym_cmds=$lt_archive_expsym_cmds
16898 # Commands used to build a loadable module if different from building
16899 # a shared archive.
16900 module_cmds=$lt_module_cmds
16901 module_expsym_cmds=$lt_module_expsym_cmds
16903 # Whether we are building with GNU ld or not.
16904 with_gnu_ld=$lt_with_gnu_ld
16906 # Flag that allows shared libraries with undefined symbols to be built.
16907 allow_undefined_flag=$lt_allow_undefined_flag
16909 # Flag that enforces no undefined symbols.
16910 no_undefined_flag=$lt_no_undefined_flag
16912 # Flag to hardcode \$libdir into a binary during linking.
16913 # This must work even if \$libdir does not exist
16914 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16916 # If ld is used when linking, flag to hardcode \$libdir into a binary
16917 # during linking. This must work even if \$libdir does not exist.
16918 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16920 # Whether we need a single "-rpath" flag with a separated argument.
16921 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16923 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16924 # DIR into the resulting binary.
16925 hardcode_direct=$hardcode_direct
16927 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16928 # DIR into the resulting binary and the resulting library dependency is
16929 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16930 # library is relocated.
16931 hardcode_direct_absolute=$hardcode_direct_absolute
16933 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16934 # into the resulting binary.
16935 hardcode_minus_L=$hardcode_minus_L
16937 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16938 # into the resulting binary.
16939 hardcode_shlibpath_var=$hardcode_shlibpath_var
16941 # Set to "yes" if building a shared library automatically hardcodes DIR
16942 # into the library and all subsequent libraries and executables linked
16944 hardcode_automatic=$hardcode_automatic
16946 # Set to yes if linker adds runtime paths of dependent libraries
16947 # to runtime path list.
16948 inherit_rpath=$inherit_rpath
16950 # Whether libtool must link a program against all its dependency libraries.
16951 link_all_deplibs=$link_all_deplibs
16953 # Fix the shell variable \$srcfile for the compiler.
16954 fix_srcfile_path=$lt_fix_srcfile_path
16956 # Set to "yes" if exported symbols are required.
16957 always_export_symbols=$always_export_symbols
16959 # The commands to list exported symbols.
16960 export_symbols_cmds=$lt_export_symbols_cmds
16962 # Symbols that should not be listed in the preloaded symbols.
16963 exclude_expsyms=$lt_exclude_expsyms
16965 # Symbols that must always be exported.
16966 include_expsyms=$lt_include_expsyms
16968 # Commands necessary for linking programs (against libraries) with templates.
16969 prelink_cmds=$lt_prelink_cmds
16971 # Specify filename containing input files.
16972 file_list_spec=$lt_file_list_spec
16974 # How to hardcode a shared library path into an executable.
16975 hardcode_action=$hardcode_action
16977 # ### END LIBTOOL CONFIG
16983 cat <<\_LT_EOF >> "$cfgfile"
16984 # AIX sometimes has problems with the GCC collect2 program. For some
16985 # reason, if we set the COLLECT_NAMES environment variable, the problems
16986 # vanish in a puff of smoke.
16987 if test "X${COLLECT_NAMES+set}" != Xset; then
16989 export COLLECT_NAMES
16996 ltmain="$ac_aux_dir/ltmain.sh"
16999 # We use sed instead of cat because bash on DJGPP gets confused if
17000 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17001 # text mode, it properly converts lines to CR/LF. This bash problem
17002 # is reportedly fixed, but why not run on old versions too?
17003 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17004 || (rm -f "$cfgfile"; exit 1)
17008 cat << \_LT_EOF >> "$cfgfile"
17010 # func_dirname file append nondir_replacement
17011 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17012 # otherwise set result to NONDIR_REPLACEMENT.
17016 */*) func_dirname_result="${1%/*}${2}" ;;
17017 * ) func_dirname_result="${3}" ;;
17021 # func_basename file
17024 func_basename_result="${1##*/}"
17027 # func_dirname_and_basename file append nondir_replacement
17028 # perform func_basename and func_dirname in a single function
17030 # dirname: Compute the dirname of FILE. If nonempty,
17031 # add APPEND to the result, otherwise set result
17032 # to NONDIR_REPLACEMENT.
17033 # value returned in "$func_dirname_result"
17034 # basename: Compute filename of FILE.
17035 # value retuned in "$func_basename_result"
17036 # Implementation must be kept synchronized with func_dirname
17037 # and func_basename. For efficiency, we do not delegate to
17038 # those functions but instead duplicate the functionality here.
17039 func_dirname_and_basename ()
17042 */*) func_dirname_result="${1%/*}${2}" ;;
17043 * ) func_dirname_result="${3}" ;;
17045 func_basename_result="${1##*/}"
17048 # func_stripname prefix suffix name
17049 # strip PREFIX and SUFFIX off of NAME.
17050 # PREFIX and SUFFIX must not contain globbing or regex special
17051 # characters, hashes, percent signs, but SUFFIX may contain a leading
17052 # dot (in which case that matches only a dot).
17055 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17056 # positional parameters, so assign one to ordinary parameter first.
17057 func_stripname_result=${3}
17058 func_stripname_result=${func_stripname_result#"${1}"}
17059 func_stripname_result=${func_stripname_result%"${2}"}
17065 func_opt_split_opt=${1%%=*}
17066 func_opt_split_arg=${1#*=}
17073 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17074 *) func_lo2o_result=${1} ;;
17078 # func_xform libobj-or-source
17081 func_xform_result=${1%.*}.lo
17084 # func_arith arithmetic-term...
17087 func_arith_result=$(( $* ))
17091 # STRING may not start with a hyphen.
17094 func_len_result=${#1}
17099 *) # Bourne compatible functions.
17100 cat << \_LT_EOF >> "$cfgfile"
17102 # func_dirname file append nondir_replacement
17103 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17104 # otherwise set result to NONDIR_REPLACEMENT.
17107 # Extract subdirectory from the argument.
17108 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17109 if test "X$func_dirname_result" = "X${1}"; then
17110 func_dirname_result="${3}"
17112 func_dirname_result="$func_dirname_result${2}"
17116 # func_basename file
17119 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17123 # func_stripname prefix suffix name
17124 # strip PREFIX and SUFFIX off of NAME.
17125 # PREFIX and SUFFIX must not contain globbing or regex special
17126 # characters, hashes, percent signs, but SUFFIX may contain a leading
17127 # dot (in which case that matches only a dot).
17128 # func_strip_suffix prefix name
17132 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17133 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17138 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17139 my_sed_long_arg='1s/^-[^=]*=//'
17144 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17145 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17151 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17154 # func_xform libobj-or-source
17157 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17160 # func_arith arithmetic-term...
17163 func_arith_result=`expr "$@"`
17167 # STRING may not start with a hyphen.
17170 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17176 case $lt_shell_append in
17178 cat << \_LT_EOF >> "$cfgfile"
17180 # func_append var value
17181 # Append VALUE to the end of shell variable VAR.
17189 cat << \_LT_EOF >> "$cfgfile"
17191 # func_append var value
17192 # Append VALUE to the end of shell variable VAR.
17203 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17204 || (rm -f "$cfgfile"; exit 1)
17206 mv -f "$cfgfile" "$ofile" ||
17207 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17212 for ac_file in $CONFIG_FILES; do
17213 # Support "outfile[:infile[:infile...]]"
17215 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17217 # PO directories have a Makefile.in generated from Makefile.in.in.
17218 case "$ac_file" in */Makefile.in)
17219 # Adjust a relative srcdir.
17220 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17221 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17222 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17223 # In autoconf-2.13 it is called $ac_given_srcdir.
17224 # In autoconf-2.50 it is called $srcdir.
17225 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17226 case "$ac_given_srcdir" in
17227 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17228 /*) top_srcdir="$ac_given_srcdir" ;;
17229 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17231 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17232 rm -f "$ac_dir/POTFILES"
17233 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17234 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17235 POMAKEFILEDEPS="POTFILES.in"
17236 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17237 # on $ac_dir but don't depend on user-specified configuration
17239 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17240 # The LINGUAS file contains the set of available languages.
17241 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17242 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17244 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17245 # Hide the ALL_LINGUAS assigment from automake.
17246 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17247 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17249 # The set of available languages was given in configure.ac.
17250 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17252 case "$ac_given_srcdir" in
17254 *) srcdirpre='$(srcdir)/' ;;
17260 for lang in $ALL_LINGUAS; do
17261 POFILES="$POFILES $srcdirpre$lang.po"
17262 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17263 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17264 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17266 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17267 # environment variable.
17269 if test -n "$ALL_LINGUAS"; then
17270 for presentlang in $ALL_LINGUAS; do
17272 if test "%UNSET%" != "$LINGUAS"; then
17273 desiredlanguages="$LINGUAS"
17275 desiredlanguages="$ALL_LINGUAS"
17277 for desiredlang in $desiredlanguages; do
17278 # Use the presentlang catalog if desiredlang is
17279 # a. equal to presentlang, or
17280 # b. a variant of presentlang (because in this case,
17281 # presentlang can be used as a fallback for messages
17282 # which are not translated in the desiredlang catalog).
17283 case "$desiredlang" in
17284 "$presentlang"*) useit=yes;;
17287 if test $useit = yes; then
17288 INST_LINGUAS="$INST_LINGUAS $presentlang"
17293 if test -n "$INST_LINGUAS"; then
17294 for lang in $INST_LINGUAS; do
17295 CATALOGS="$CATALOGS $lang.gmo"
17298 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17299 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"
17300 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17301 if test -f "$f"; then
17303 *.orig | *.bak | *~) ;;
17304 *) cat "$f" >> "$ac_dir/Makefile" ;;
17319 ac_clean_files=$ac_clean_files_save
17321 test $ac_write_fail = 0 ||
17322 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17325 # configure is writing to config.log, and then calls config.status.
17326 # config.status does its own redirection, appending to config.log.
17327 # Unfortunately, on DOS this fails, as config.log is still kept open
17328 # by configure, so config.status won't be able to write to it; its
17329 # output is simply discarded. So we exec the FD to /dev/null,
17330 # effectively closing config.log, so it can be properly (re)opened and
17331 # appended to by config.status. When coming back to configure, we
17332 # need to make the FD available again.
17333 if test "$no_create" != yes; then
17335 ac_config_status_args=
17336 test "$silent" = yes &&
17337 ac_config_status_args="$ac_config_status_args --quiet"
17339 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17341 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17342 # would make configure fail if this is the last instruction.
17343 $ac_cs_success || as_fn_exit 1
17345 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17346 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17347 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17352 touch config.status.tmp
17353 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17354 sed '/as_fn_exit 0/i \
17355 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17356 touch --reference=Makefile Makefile.tmp \
17357 mv Makefile.tmp Makefile \
17358 ' config.status > config.status.tmp
17359 touch --reference=config.status config.status.tmp
17360 mv config.status.tmp config.status
17361 chmod +x config.status
17362 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17363 touch --reference=Makefile Makefile.tmp
17364 mv Makefile.tmp Makefile
17366 rm -f config.status.tmp