2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for binutils 2.26.51.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
194 test -z "$as_dir" && as_dir=.
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
246 SHELL=${CONFIG_SHELL-/bin/sh}
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
257 # Portably unset VAR.
260 { eval $1=; unset $1;}
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
284 # Create "$as_dir" as a directory, including parents if necessary.
289 -*) as_dir=./$as_dir;;
291 test -d "$as_dir" || eval $as_mkdir_p || {
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
322 test -d "$as_dir" && break
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
360 as_val=`expr "$@" || test $? -eq 1`
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
372 as_status=$?; test $as_status -eq 0 && as_status=1
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
454 # Exit status is that of the last command.
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
487 elif ln conf$$.file conf$$ 2>/dev/null; then
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
501 test -d ./-p && rmdir ./-p
505 if test -x / >/dev/null 2>&1; then
508 if ls -dL / >/dev/null 2>&1; then
515 if test -d "$1"; then
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 ac_default_prefix=/usr/local
549 ac_config_libobj_dir=.
556 # Identity of this package.
557 PACKAGE_NAME='binutils'
558 PACKAGE_TARNAME='binutils'
559 PACKAGE_VERSION='2.26.51'
560 PACKAGE_STRING='binutils 2.26.51'
564 ac_unique_file="ar.c"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
578 # ifdef HAVE_STDLIB_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
601 ac_subst_vars='am__EXEEXT_FALSE
607 OBJDUMP_PRIVATE_OFILES
631 MAINTAINER_MODE_FALSE
692 INSTALL_STRIP_PROGRAM
753 program_transform_name
766 enable_option_checking
767 enable_dependency_tracking
777 enable_deterministic_archives
778 enable_default_strings_all
780 enable_build_warnings
782 enable_maintainer_mode
787 ac_precious_vars='build_alias
800 # Initialize some variables set by options.
802 ac_init_version=false
803 ac_unrecognized_opts=
805 # The variables have the same names as the options, with
806 # dashes changed to underlines.
814 program_transform_name=s,x,x,
822 # Installation directory options.
823 # These are left unexpanded so users can "make install exec_prefix=/foo"
824 # and all the variables that are supposed to be based on exec_prefix
825 # by default will actually change.
826 # Use braces instead of parens because sh, perl, etc. also accept them.
827 # (The list follows the same order as the GNU Coding Standards.)
828 bindir='${exec_prefix}/bin'
829 sbindir='${exec_prefix}/sbin'
830 libexecdir='${exec_prefix}/libexec'
831 datarootdir='${prefix}/share'
832 datadir='${datarootdir}'
833 sysconfdir='${prefix}/etc'
834 sharedstatedir='${prefix}/com'
835 localstatedir='${prefix}/var'
836 includedir='${prefix}/include'
837 oldincludedir='/usr/include'
838 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
839 infodir='${datarootdir}/info'
844 libdir='${exec_prefix}/lib'
845 localedir='${datarootdir}/locale'
846 mandir='${datarootdir}/man'
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
854 eval $ac_prev=\$ac_option
860 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
864 # Accept the important Cygnus configure options, so we can diagnose typos.
866 case $ac_dashdash$ac_option in
870 -bindir | --bindir | --bindi | --bind | --bin | --bi)
872 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
875 -build | --build | --buil | --bui | --bu)
876 ac_prev=build_alias ;;
877 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
878 build_alias=$ac_optarg ;;
880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882 ac_prev=cache_file ;;
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
885 cache_file=$ac_optarg ;;
888 cache_file=config.cache ;;
890 -datadir | --datadir | --datadi | --datad)
892 -datadir=* | --datadir=* | --datadi=* | --datad=*)
893 datadir=$ac_optarg ;;
895 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896 | --dataroo | --dataro | --datar)
897 ac_prev=datarootdir ;;
898 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900 datarootdir=$ac_optarg ;;
902 -disable-* | --disable-*)
903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
904 # Reject names that are not valid shell variable names.
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
906 as_fn_error "invalid feature name: $ac_useropt"
907 ac_useropt_orig=$ac_useropt
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep=', ';;
916 eval enable_$ac_useropt=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
928 -enable-* | --enable-*)
929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
932 as_fn_error "invalid feature name: $ac_useropt"
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
942 eval enable_$ac_useropt=\$ac_optarg ;;
944 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946 | --exec | --exe | --ex)
947 ac_prev=exec_prefix ;;
948 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950 | --exec=* | --exe=* | --ex=*)
951 exec_prefix=$ac_optarg ;;
953 -gas | --gas | --ga | --g)
954 # Obsolete; use --with-gas.
957 -help | --help | --hel | --he | -h)
959 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960 ac_init_help=recursive ;;
961 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962 ac_init_help=short ;;
964 -host | --host | --hos | --ho)
965 ac_prev=host_alias ;;
966 -host=* | --host=* | --hos=* | --ho=*)
967 host_alias=$ac_optarg ;;
969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
971 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
973 htmldir=$ac_optarg ;;
975 -includedir | --includedir | --includedi | --included | --include \
976 | --includ | --inclu | --incl | --inc)
977 ac_prev=includedir ;;
978 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979 | --includ=* | --inclu=* | --incl=* | --inc=*)
980 includedir=$ac_optarg ;;
982 -infodir | --infodir | --infodi | --infod | --info | --inf)
984 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
985 infodir=$ac_optarg ;;
987 -libdir | --libdir | --libdi | --libd)
989 -libdir=* | --libdir=* | --libdi=* | --libd=*)
992 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993 | --libexe | --libex | --libe)
994 ac_prev=libexecdir ;;
995 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996 | --libexe=* | --libex=* | --libe=*)
997 libexecdir=$ac_optarg ;;
999 -localedir | --localedir | --localedi | --localed | --locale)
1000 ac_prev=localedir ;;
1001 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002 localedir=$ac_optarg ;;
1004 -localstatedir | --localstatedir | --localstatedi | --localstated \
1005 | --localstate | --localstat | --localsta | --localst | --locals)
1006 ac_prev=localstatedir ;;
1007 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1008 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1009 localstatedir=$ac_optarg ;;
1011 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1013 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1014 mandir=$ac_optarg ;;
1016 -nfp | --nfp | --nf)
1017 # Obsolete; use --without-fp.
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1021 | --no-cr | --no-c | -n)
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1028 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030 | --oldin | --oldi | --old | --ol | --o)
1031 ac_prev=oldincludedir ;;
1032 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1035 oldincludedir=$ac_optarg ;;
1037 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1039 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1040 prefix=$ac_optarg ;;
1042 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043 | --program-pre | --program-pr | --program-p)
1044 ac_prev=program_prefix ;;
1045 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1047 program_prefix=$ac_optarg ;;
1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050 | --program-suf | --program-su | --program-s)
1051 ac_prev=program_suffix ;;
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1054 program_suffix=$ac_optarg ;;
1056 -program-transform-name | --program-transform-name \
1057 | --program-transform-nam | --program-transform-na \
1058 | --program-transform-n | --program-transform- \
1059 | --program-transform | --program-transfor \
1060 | --program-transfo | --program-transf \
1061 | --program-trans | --program-tran \
1062 | --progr-tra | --program-tr | --program-t)
1063 ac_prev=program_transform_name ;;
1064 -program-transform-name=* | --program-transform-name=* \
1065 | --program-transform-nam=* | --program-transform-na=* \
1066 | --program-transform-n=* | --program-transform-=* \
1067 | --program-transform=* | --program-transfor=* \
1068 | --program-transfo=* | --program-transf=* \
1069 | --program-trans=* | --program-tran=* \
1070 | --progr-tra=* | --program-tr=* | --program-t=*)
1071 program_transform_name=$ac_optarg ;;
1073 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1075 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076 pdfdir=$ac_optarg ;;
1078 -psdir | --psdir | --psdi | --psd | --ps)
1080 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084 | -silent | --silent | --silen | --sile | --sil)
1087 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1089 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1091 sbindir=$ac_optarg ;;
1093 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095 | --sharedst | --shareds | --shared | --share | --shar \
1097 ac_prev=sharedstatedir ;;
1098 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1102 sharedstatedir=$ac_optarg ;;
1104 -site | --site | --sit)
1106 -site=* | --site=* | --sit=*)
1109 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1111 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1112 srcdir=$ac_optarg ;;
1114 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115 | --syscon | --sysco | --sysc | --sys | --sy)
1116 ac_prev=sysconfdir ;;
1117 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1119 sysconfdir=$ac_optarg ;;
1121 -target | --target | --targe | --targ | --tar | --ta | --t)
1122 ac_prev=target_alias ;;
1123 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1124 target_alias=$ac_optarg ;;
1126 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1129 -version | --version | --versio | --versi | --vers | -V)
1130 ac_init_version=: ;;
1133 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1146 eval with_$ac_useropt=\$ac_optarg ;;
1148 -without-* | --without-*)
1149 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1150 # Reject names that are not valid shell variable names.
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152 as_fn_error "invalid package name: $ac_useropt"
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1162 eval with_$ac_useropt=no ;;
1165 # Obsolete; use --with-x.
1168 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169 | --x-incl | --x-inc | --x-in | --x-i)
1170 ac_prev=x_includes ;;
1171 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1173 x_includes=$ac_optarg ;;
1175 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177 ac_prev=x_libraries ;;
1178 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1180 x_libraries=$ac_optarg ;;
1182 -*) as_fn_error "unrecognized option: \`$ac_option'
1183 Try \`$0 --help' for more information."
1187 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
1189 case $ac_envvar in #(
1190 '' | [0-9]* | *[!_$as_cr_alnum]* )
1191 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1193 eval $ac_envvar=\$ac_optarg
1194 export $ac_envvar ;;
1197 # FIXME: should be removed in autoconf 3.0.
1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1201 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1207 if test -n "$ac_prev"; then
1208 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1209 as_fn_error "missing argument to $ac_option"
1212 if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1215 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1220 # Check all directory arguments for consistency.
1221 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
1226 eval ac_val=\$$ac_var
1227 # Remove trailing slashes.
1230 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\$ac_val;;
1233 # Be sure to have absolute directory names.
1235 [\\/$]* | ?:[\\/]* ) continue;;
1236 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1238 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1241 # There might be people who depend on the old broken behavior: `$host'
1242 # used to hold the argument of --host etc.
1243 # FIXME: To remove some day.
1246 target=$target_alias
1248 # FIXME: To remove some day.
1249 if test "x$host_alias" != x; then
1250 if test "x$build_alias" = x; then
1251 cross_compiling=maybe
1252 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1253 If a cross compiler is detected then cross compile mode will be used." >&2
1254 elif test "x$build_alias" != "x$host_alias"; then
1260 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1262 test "$silent" = yes && exec 6>/dev/null
1265 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1266 ac_ls_di=`ls -di .` &&
1267 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1268 as_fn_error "working directory cannot be determined"
1269 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1270 as_fn_error "pwd does not report name of working directory"
1273 # Find the source files, if location was not specified.
1274 if test -z "$srcdir"; then
1275 ac_srcdir_defaulted=yes
1276 # Try the directory containing this script, then the parent directory.
1277 ac_confdir=`$as_dirname -- "$as_myself" ||
1278 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1279 X"$as_myself" : 'X\(//\)[^/]' \| \
1280 X"$as_myself" : 'X\(//\)$' \| \
1281 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1282 $as_echo X"$as_myself" |
1283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1301 if test ! -r "$srcdir/$ac_unique_file"; then
1305 ac_srcdir_defaulted=no
1307 if test ! -r "$srcdir/$ac_unique_file"; then
1308 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1309 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1311 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1313 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1315 # When building in place, set srcdir=.
1316 if test "$ac_abs_confdir" = "$ac_pwd"; then
1319 # Remove unnecessary trailing slashes from srcdir.
1320 # Double slashes in file names in object file debugging info
1321 # mess up M-x gdb in Emacs.
1323 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1325 for ac_var in $ac_precious_vars; do
1326 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_env_${ac_var}_value=\$${ac_var}
1328 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1333 # Report the --help message.
1335 if test "$ac_init_help" = "long"; then
1336 # Omit some internal or obsolete options to make the list less imposing.
1337 # This message is too long to be a string in the A/UX 3.1 sh.
1339 \`configure' configures binutils 2.26.51 to adapt to many kinds of systems.
1341 Usage: $0 [OPTION]... [VAR=VALUE]...
1343 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1344 VAR=VALUE. See below for descriptions of some of the useful variables.
1346 Defaults for the options are specified in brackets.
1349 -h, --help display this help and exit
1350 --help=short display options specific to this package
1351 --help=recursive display the short help of all the included packages
1352 -V, --version display version information and exit
1353 -q, --quiet, --silent do not print \`checking...' messages
1354 --cache-file=FILE cache test results in FILE [disabled]
1355 -C, --config-cache alias for \`--cache-file=config.cache'
1356 -n, --no-create do not create output files
1357 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1359 Installation directories:
1360 --prefix=PREFIX install architecture-independent files in PREFIX
1361 [$ac_default_prefix]
1362 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1365 By default, \`make install' will install all the files in
1366 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1367 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1368 for instance \`--prefix=\$HOME'.
1370 For better control, use the options below.
1372 Fine tuning of the installation directories:
1373 --bindir=DIR user executables [EPREFIX/bin]
1374 --sbindir=DIR system admin executables [EPREFIX/sbin]
1375 --libexecdir=DIR program executables [EPREFIX/libexec]
1376 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1377 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1378 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1379 --libdir=DIR object code libraries [EPREFIX/lib]
1380 --includedir=DIR C header files [PREFIX/include]
1381 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1382 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1383 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1384 --infodir=DIR info documentation [DATAROOTDIR/info]
1385 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1386 --mandir=DIR man documentation [DATAROOTDIR/man]
1387 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1388 --htmldir=DIR html documentation [DOCDIR]
1389 --dvidir=DIR dvi documentation [DOCDIR]
1390 --pdfdir=DIR pdf documentation [DOCDIR]
1391 --psdir=DIR ps documentation [DOCDIR]
1397 --program-prefix=PREFIX prepend PREFIX to installed program names
1398 --program-suffix=SUFFIX append SUFFIX to installed program names
1399 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1402 --build=BUILD configure for building on BUILD [guessed]
1403 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1404 --target=TARGET configure for building compilers for TARGET [HOST]
1408 if test -n "$ac_init_help"; then
1409 case $ac_init_help in
1410 short | recursive ) echo "Configuration of binutils 2.26.51:";;
1415 --disable-option-checking ignore unrecognized --enable/--with options
1416 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1417 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1418 --disable-dependency-tracking speeds up one-time build
1419 --enable-dependency-tracking do not reject slow dependency extractors
1420 --enable-shared[=PKGS] build shared libraries [default=yes]
1421 --enable-static[=PKGS] build static libraries [default=yes]
1422 --enable-fast-install[=PKGS]
1423 optimize for fast installation [default=yes]
1424 --disable-libtool-lock avoid locking (might break parallel builds)
1425 --enable-plugins Enable support for plugins
1426 --disable-largefile omit support for large files
1427 --enable-targets alternative target configurations
1428 --enable-deterministic-archives
1429 ar and ranlib default to -D behavior
1430 --disable-default-strings-all
1431 strings defaults to --data behavior
1432 --enable-werror treat compile warnings as errors
1433 --enable-build-warnings enable build-time compiler warnings
1434 --disable-nls do not use Native Language Support
1435 --enable-maintainer-mode enable make rules and dependencies not useful
1436 (and sometimes confusing) to the casual installer
1437 --disable-rpath do not hardcode runtime library paths
1440 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1441 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1442 --with-pic try to use only PIC/non-PIC objects [default=use
1444 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1445 --with-system-zlib use installed libz
1446 --with-gnu-ld assume the C compiler uses GNU ld default=no
1447 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1448 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1450 Some influential environment variables:
1451 CC C compiler command
1452 CFLAGS C compiler flags
1453 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1454 nonstandard directory <lib dir>
1455 LIBS libraries to pass to the linker, e.g. -l<library>
1456 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1457 you have headers in a nonstandard directory <include dir>
1459 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1460 the first program found out of: `bison -y', `byacc', `yacc'.
1461 YFLAGS The list of arguments that will be passed by default to $YACC.
1462 This script will default YFLAGS to the empty string to avoid a
1463 default value of `-d' given by some make applications.
1465 Use these variables to override the choices made by `configure' or to help
1466 it to find libraries and programs with nonstandard names/locations.
1468 Report bugs to the package provider.
1473 if test "$ac_init_help" = "recursive"; then
1474 # If there are subdirs, report their specific --help.
1475 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1476 test -d "$ac_dir" ||
1477 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1482 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1484 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1485 # A ".." for each directory in $ac_dir_suffix.
1486 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1487 case $ac_top_builddir_sub in
1488 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1492 ac_abs_top_builddir=$ac_pwd
1493 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1494 # for backward compatibility:
1495 ac_top_builddir=$ac_top_build_prefix
1498 .) # We are building in place.
1500 ac_top_srcdir=$ac_top_builddir_sub
1501 ac_abs_top_srcdir=$ac_pwd ;;
1502 [\\/]* | ?:[\\/]* ) # Absolute name.
1503 ac_srcdir=$srcdir$ac_dir_suffix;
1504 ac_top_srcdir=$srcdir
1505 ac_abs_top_srcdir=$srcdir ;;
1507 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1508 ac_top_srcdir=$ac_top_build_prefix$srcdir
1509 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1511 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1513 cd "$ac_dir" || { ac_status=$?; continue; }
1514 # Check for guested configure.
1515 if test -f "$ac_srcdir/configure.gnu"; then
1517 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1518 elif test -f "$ac_srcdir/configure"; then
1520 $SHELL "$ac_srcdir/configure" --help=recursive
1522 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1524 cd "$ac_pwd" || { ac_status=$?; break; }
1528 test -n "$ac_init_help" && exit $ac_status
1529 if $ac_init_version; then
1531 binutils configure 2.26.51
1532 generated by GNU Autoconf 2.64
1534 Copyright (C) 2009 Free Software Foundation, Inc.
1535 This configure script is free software; the Free Software Foundation
1536 gives unlimited permission to copy, distribute and modify it.
1541 ## ------------------------ ##
1542 ## Autoconf initialization. ##
1543 ## ------------------------ ##
1545 # ac_fn_c_try_compile LINENO
1546 # --------------------------
1547 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1548 ac_fn_c_try_compile ()
1550 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1551 rm -f conftest.$ac_objext
1552 if { { ac_try="$ac_compile"
1554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1555 *) ac_try_echo=$ac_try;;
1557 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1558 $as_echo "$ac_try_echo"; } >&5
1559 (eval "$ac_compile") 2>conftest.err
1561 if test -s conftest.err; then
1562 grep -v '^ *+' conftest.err >conftest.er1
1563 cat conftest.er1 >&5
1564 mv -f conftest.er1 conftest.err
1566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1567 test $ac_status = 0; } && {
1568 test -z "$ac_c_werror_flag" ||
1569 test ! -s conftest.err
1570 } && test -s conftest.$ac_objext; then :
1573 $as_echo "$as_me: failed program was:" >&5
1574 sed 's/^/| /' conftest.$ac_ext >&5
1578 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1581 } # ac_fn_c_try_compile
1583 # ac_fn_c_try_link LINENO
1584 # -----------------------
1585 # Try to link conftest.$ac_ext, and return whether this succeeded.
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 rm -f conftest.$ac_objext conftest$ac_exeext
1590 if { { ac_try="$ac_link"
1592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593 *) ac_try_echo=$ac_try;;
1595 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596 $as_echo "$ac_try_echo"; } >&5
1597 (eval "$ac_link") 2>conftest.err
1599 if test -s conftest.err; then
1600 grep -v '^ *+' conftest.err >conftest.er1
1601 cat conftest.er1 >&5
1602 mv -f conftest.er1 conftest.err
1604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1605 test $ac_status = 0; } && {
1606 test -z "$ac_c_werror_flag" ||
1607 test ! -s conftest.err
1608 } && test -s conftest$ac_exeext && {
1609 test "$cross_compiling" = yes ||
1610 $as_test_x conftest$ac_exeext
1614 $as_echo "$as_me: failed program was:" >&5
1615 sed 's/^/| /' conftest.$ac_ext >&5
1619 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1620 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1621 # interfere with the next link command; also delete a directory that is
1622 # left behind by Apple's compiler. We do this before executing the actions.
1623 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1624 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1627 } # ac_fn_c_try_link
1629 # ac_fn_c_try_cpp LINENO
1630 # ----------------------
1631 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1634 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635 if { { ac_try="$ac_cpp conftest.$ac_ext"
1637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638 *) ac_try_echo=$ac_try;;
1640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641 $as_echo "$ac_try_echo"; } >&5
1642 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1644 if test -s conftest.err; then
1645 grep -v '^ *+' conftest.err >conftest.er1
1646 cat conftest.er1 >&5
1647 mv -f conftest.er1 conftest.err
1649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650 test $ac_status = 0; } >/dev/null && {
1651 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1652 test ! -s conftest.err
1656 $as_echo "$as_me: failed program was:" >&5
1657 sed 's/^/| /' conftest.$ac_ext >&5
1661 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1666 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1667 # -------------------------------------------------------
1668 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1669 # the include files in INCLUDES and setting the cache variable VAR
1671 ac_fn_c_check_header_mongrel ()
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1676 $as_echo_n "checking for $2... " >&6; }
1677 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1678 $as_echo_n "(cached) " >&6
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1682 $as_echo "$ac_res" >&6; }
1684 # Is the header compilable?
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1686 $as_echo_n "checking $2 usability... " >&6; }
1687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1688 /* end confdefs.h. */
1692 if ac_fn_c_try_compile "$LINENO"; then :
1693 ac_header_compiler=yes
1695 ac_header_compiler=no
1697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1699 $as_echo "$ac_header_compiler" >&6; }
1701 # Is the header present?
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1703 $as_echo_n "checking $2 presence... " >&6; }
1704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705 /* end confdefs.h. */
1708 if ac_fn_c_try_cpp "$LINENO"; then :
1709 ac_header_preproc=yes
1711 ac_header_preproc=no
1713 rm -f conftest.err conftest.$ac_ext
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1715 $as_echo "$ac_header_preproc" >&6; }
1717 # So? What about this header?
1718 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1721 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1723 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1727 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1729 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1731 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1733 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739 $as_echo_n "checking for $2... " >&6; }
1740 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1741 $as_echo_n "(cached) " >&6
1743 eval "$3=\$ac_header_compiler"
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747 $as_echo "$ac_res" >&6; }
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1751 } # ac_fn_c_check_header_mongrel
1753 # ac_fn_c_try_run LINENO
1754 # ----------------------
1755 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1756 # that executables *can* be run.
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if { { ac_try="$ac_link"
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1765 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766 $as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_link") 2>&5
1769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1771 { { case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776 $as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_try") 2>&5
1779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780 test $ac_status = 0; }; }; then :
1783 $as_echo "$as_me: program exited with status $ac_status" >&5
1784 $as_echo "$as_me: failed program was:" >&5
1785 sed 's/^/| /' conftest.$ac_ext >&5
1787 ac_retval=$ac_status
1789 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1790 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1795 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1796 # -------------------------------------------------------
1797 # Tests whether HEADER exists and can be compiled using the include files in
1798 # INCLUDES, setting the cache variable VAR accordingly.
1799 ac_fn_c_check_header_compile ()
1801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1803 $as_echo_n "checking for $2... " >&6; }
1804 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1805 $as_echo_n "(cached) " >&6
1807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1808 /* end confdefs.h. */
1812 if ac_fn_c_try_compile "$LINENO"; then :
1817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1821 $as_echo "$ac_res" >&6; }
1822 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1824 } # ac_fn_c_check_header_compile
1826 # ac_fn_c_check_func LINENO FUNC VAR
1827 # ----------------------------------
1828 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1829 ac_fn_c_check_func ()
1831 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833 $as_echo_n "checking for $2... " >&6; }
1834 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835 $as_echo_n "(cached) " >&6
1837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1838 /* end confdefs.h. */
1839 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1841 #define $2 innocuous_$2
1843 /* System header to define __stub macros and hopefully few prototypes,
1844 which can conflict with char $2 (); below.
1845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1846 <limits.h> exists even on freestanding compilers. */
1849 # include <limits.h>
1851 # include <assert.h>
1856 /* Override any GCC internal prototype to avoid an error.
1857 Use char because int might match the return type of a GCC
1858 builtin and then its argument prototype would still apply. */
1863 /* The GNU C library defines this for functions which it implements
1864 to always fail with ENOSYS. Some functions are actually named
1865 something starting with __ and the normal name is an alias. */
1866 #if defined __stub_$2 || defined __stub___$2
1878 if ac_fn_c_try_link "$LINENO"; then :
1883 rm -f core conftest.err conftest.$ac_objext \
1884 conftest$ac_exeext conftest.$ac_ext
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1888 $as_echo "$ac_res" >&6; }
1889 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1891 } # ac_fn_c_check_func
1893 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1894 # --------------------------------------------
1895 # Tries to find the compile-time value of EXPR in a program that includes
1896 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1898 ac_fn_c_compute_int ()
1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901 if test "$cross_compiling" = yes; then
1902 # Depending upon the size, compute the lo and hi bounds.
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h. */
1909 static int test_array [1 - 2 * !(($2) >= 0)];
1916 if ac_fn_c_try_compile "$LINENO"; then :
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h. */
1925 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1932 if ac_fn_c_try_compile "$LINENO"; then :
1933 ac_hi=$ac_mid; break
1935 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1936 if test $ac_lo -le $ac_mid; then
1940 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1946 /* end confdefs.h. */
1951 static int test_array [1 - 2 * !(($2) < 0)];
1958 if ac_fn_c_try_compile "$LINENO"; then :
1961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962 /* end confdefs.h. */
1967 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1974 if ac_fn_c_try_compile "$LINENO"; then :
1975 ac_lo=$ac_mid; break
1977 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1978 if test $ac_mid -le $ac_hi; then
1982 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992 # Binary search between lo and hi bounds.
1993 while test "x$ac_lo" != "x$ac_hi"; do
1994 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h. */
2001 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2008 if ac_fn_c_try_compile "$LINENO"; then :
2011 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2016 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021 /* end confdefs.h. */
2023 static long int longval () { return $2; }
2024 static unsigned long int ulongval () { return $2; }
2031 FILE *f = fopen ("conftest.val", "w");
2036 long int i = longval ();
2039 fprintf (f, "%ld", i);
2043 unsigned long int i = ulongval ();
2046 fprintf (f, "%lu", i);
2048 /* Do not output a trailing newline, as this causes \r\n confusion
2049 on some platforms. */
2050 return ferror (f) || fclose (f) != 0;
2056 if ac_fn_c_try_run "$LINENO"; then :
2057 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2061 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2062 conftest.$ac_objext conftest.beam conftest.$ac_ext
2066 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2069 } # ac_fn_c_compute_int
2071 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2072 # -------------------------------------------
2073 # Tests whether TYPE exists after having included INCLUDES, setting cache
2074 # variable VAR accordingly.
2075 ac_fn_c_check_type ()
2077 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2079 $as_echo_n "checking for $2... " >&6; }
2080 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2081 $as_echo_n "(cached) " >&6
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085 /* end confdefs.h. */
2096 if ac_fn_c_try_compile "$LINENO"; then :
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098 /* end confdefs.h. */
2109 if ac_fn_c_try_compile "$LINENO"; then :
2114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2120 $as_echo "$ac_res" >&6; }
2121 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2123 } # ac_fn_c_check_type
2125 # ac_fn_c_check_decl LINENO SYMBOL VAR
2126 # ------------------------------------
2127 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2128 ac_fn_c_check_decl ()
2130 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2131 as_decl_name=`echo $2|sed 's/ *(.*//'`
2132 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2134 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2135 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2136 $as_echo_n "(cached) " >&6
2138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139 /* end confdefs.h. */
2144 #ifndef $as_decl_name
2146 (void) $as_decl_use;
2148 (void) $as_decl_name;
2156 if ac_fn_c_try_compile "$LINENO"; then :
2161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2165 $as_echo "$ac_res" >&6; }
2166 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2168 } # ac_fn_c_check_decl
2169 cat >config.log <<_ACEOF
2170 This file contains any messages produced by compilers while
2171 running configure, to aid debugging if configure makes a mistake.
2173 It was created by binutils $as_me 2.26.51, which was
2174 generated by GNU Autoconf 2.64. Invocation command line was
2186 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2187 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2188 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2189 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2190 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2192 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2193 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2195 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2196 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2197 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2198 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2199 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2200 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2201 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2209 test -z "$as_dir" && as_dir=.
2210 $as_echo "PATH: $as_dir"
2226 # Keep a trace of the command line.
2227 # Strip out --no-create and --no-recursion so they do not pile up.
2228 # Strip out --silent because we don't want to record it for future runs.
2229 # Also quote any args containing shell meta-characters.
2230 # Make two passes to allow for proper duplicate-argument suppression.
2234 ac_must_keep_next=false
2240 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2241 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2242 | -silent | --silent | --silen | --sile | --sil)
2245 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2248 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2250 as_fn_append ac_configure_args1 " '$ac_arg'"
2251 if test $ac_must_keep_next = true; then
2252 ac_must_keep_next=false # Got value, back to normal.
2255 *=* | --config-cache | -C | -disable-* | --disable-* \
2256 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2257 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2258 | -with-* | --with-* | -without-* | --without-* | --x)
2259 case "$ac_configure_args0 " in
2260 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2263 -* ) ac_must_keep_next=true ;;
2266 as_fn_append ac_configure_args " '$ac_arg'"
2271 { ac_configure_args0=; unset ac_configure_args0;}
2272 { ac_configure_args1=; unset ac_configure_args1;}
2274 # When interrupted or exit'd, cleanup temporary files, and complete
2275 # config.log. We remove comments because anyway the quotes in there
2276 # would cause problems or look ugly.
2277 # WARNING: Use '\'' to represent an apostrophe within the trap.
2278 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2279 trap 'exit_status=$?
2280 # Save into config.log some information that might help in debugging.
2285 ## ---------------- ##
2286 ## Cache variables. ##
2287 ## ---------------- ##
2290 # The following way of writing the cache mishandles newlines in values,
2292 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2293 eval ac_val=\$$ac_var
2297 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2298 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2301 _ | IFS | as_nl) ;; #(
2302 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2303 *) { eval $ac_var=; unset $ac_var;} ;;
2308 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2309 *${as_nl}ac_space=\ *)
2311 "s/'\''/'\''\\\\'\'''\''/g;
2312 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2315 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2323 ## ----------------- ##
2324 ## Output variables. ##
2325 ## ----------------- ##
2328 for ac_var in $ac_subst_vars
2330 eval ac_val=\$$ac_var
2332 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2334 $as_echo "$ac_var='\''$ac_val'\''"
2338 if test -n "$ac_subst_files"; then
2340 ## ------------------- ##
2341 ## File substitutions. ##
2342 ## ------------------- ##
2345 for ac_var in $ac_subst_files
2347 eval ac_val=\$$ac_var
2349 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2351 $as_echo "$ac_var='\''$ac_val'\''"
2356 if test -s confdefs.h; then
2366 test "$ac_signal" != 0 &&
2367 $as_echo "$as_me: caught signal $ac_signal"
2368 $as_echo "$as_me: exit $exit_status"
2370 rm -f core *.core core.conftest.* &&
2371 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2374 for ac_signal in 1 2 13 15; do
2375 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2379 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2380 rm -f -r conftest* confdefs.h
2382 $as_echo "/* confdefs.h */" > confdefs.h
2384 # Predefined preprocessor variables.
2386 cat >>confdefs.h <<_ACEOF
2387 #define PACKAGE_NAME "$PACKAGE_NAME"
2390 cat >>confdefs.h <<_ACEOF
2391 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2394 cat >>confdefs.h <<_ACEOF
2395 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2398 cat >>confdefs.h <<_ACEOF
2399 #define PACKAGE_STRING "$PACKAGE_STRING"
2402 cat >>confdefs.h <<_ACEOF
2403 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2406 cat >>confdefs.h <<_ACEOF
2407 #define PACKAGE_URL "$PACKAGE_URL"
2411 # Let the site file select an alternate cache file if it wants to.
2412 # Prefer an explicitly selected file to automatically selected ones.
2415 if test -n "$CONFIG_SITE"; then
2416 ac_site_file1=$CONFIG_SITE
2417 elif test "x$prefix" != xNONE; then
2418 ac_site_file1=$prefix/share/config.site
2419 ac_site_file2=$prefix/etc/config.site
2421 ac_site_file1=$ac_default_prefix/share/config.site
2422 ac_site_file2=$ac_default_prefix/etc/config.site
2424 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2426 test "x$ac_site_file" = xNONE && continue
2427 if test -r "$ac_site_file"; then
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2429 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2430 sed 's/^/| /' "$ac_site_file" >&5
2435 if test -r "$cache_file"; then
2436 # Some versions of bash will fail to source /dev/null (special
2437 # files actually), so we avoid doing that.
2438 if test -f "$cache_file"; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2440 $as_echo "$as_me: loading cache $cache_file" >&6;}
2442 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2443 *) . "./$cache_file";;
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2448 $as_echo "$as_me: creating cache $cache_file" >&6;}
2452 # Check that the precious variables saved in the cache have kept the same
2454 ac_cache_corrupted=false
2455 for ac_var in $ac_precious_vars; do
2456 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2457 eval ac_new_set=\$ac_env_${ac_var}_set
2458 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2459 eval ac_new_val=\$ac_env_${ac_var}_value
2460 case $ac_old_set,$ac_new_set in
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2463 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2464 ac_cache_corrupted=: ;;
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2467 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2468 ac_cache_corrupted=: ;;
2471 if test "x$ac_old_val" != "x$ac_new_val"; then
2472 # differences in whitespace do not lead to failure.
2473 ac_old_val_w=`echo x $ac_old_val`
2474 ac_new_val_w=`echo x $ac_new_val`
2475 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2477 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2478 ac_cache_corrupted=:
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2481 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2482 eval $ac_var=\$ac_old_val
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2485 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2487 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2490 # Pass precious variables to config.status.
2491 if test "$ac_new_set" = set; then
2493 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2494 *) ac_arg=$ac_var=$ac_new_val ;;
2496 case " $ac_configure_args " in
2497 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2498 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2502 if $ac_cache_corrupted; then
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2506 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2507 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2509 ## -------------------- ##
2510 ## Main body of script. ##
2511 ## -------------------- ##
2514 ac_cpp='$CPP $CPPFLAGS'
2515 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2516 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2517 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2526 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2527 for ac_t in install-sh install.sh shtool; do
2528 if test -f "$ac_dir/$ac_t"; then
2530 ac_install_sh="$ac_aux_dir/$ac_t -c"
2535 if test -z "$ac_aux_dir"; then
2536 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2539 # These three variables are undocumented and unsupported,
2540 # and are intended to be withdrawn in a future Autoconf release.
2541 # They can cause serious problems if a builder's source tree is in a directory
2542 # whose full name contains unusual characters.
2543 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2544 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2545 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2548 # Make sure we can run config.sub.
2549 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2550 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2553 $as_echo_n "checking build system type... " >&6; }
2554 if test "${ac_cv_build+set}" = set; then :
2555 $as_echo_n "(cached) " >&6
2557 ac_build_alias=$build_alias
2558 test "x$ac_build_alias" = x &&
2559 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2560 test "x$ac_build_alias" = x &&
2561 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2562 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2563 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2567 $as_echo "$ac_cv_build" >&6; }
2568 case $ac_cv_build in
2570 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2573 ac_save_IFS=$IFS; IFS='-'
2579 # Remember, the first character of IFS is used to create $*,
2580 # except with old shells:
2583 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2587 $as_echo_n "checking host system type... " >&6; }
2588 if test "${ac_cv_host+set}" = set; then :
2589 $as_echo_n "(cached) " >&6
2591 if test "x$host_alias" = x; then
2592 ac_cv_host=$ac_cv_build
2594 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2595 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2600 $as_echo "$ac_cv_host" >&6; }
2603 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2606 ac_save_IFS=$IFS; IFS='-'
2612 # Remember, the first character of IFS is used to create $*,
2613 # except with old shells:
2616 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2620 $as_echo_n "checking target system type... " >&6; }
2621 if test "${ac_cv_target+set}" = set; then :
2622 $as_echo_n "(cached) " >&6
2624 if test "x$target_alias" = x; then
2625 ac_cv_target=$ac_cv_host
2627 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2628 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2633 $as_echo "$ac_cv_target" >&6; }
2634 case $ac_cv_target in
2636 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2638 target=$ac_cv_target
2639 ac_save_IFS=$IFS; IFS='-'
2645 # Remember, the first character of IFS is used to create $*,
2646 # except with old shells:
2649 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2652 # The aliases save the names the user supplied, while $host etc.
2653 # will get canonicalized.
2654 test -n "$target_alias" &&
2655 test "$program_prefix$program_suffix$program_transform_name" = \
2657 program_prefix=${target_alias}-
2659 ac_cpp='$CPP $CPPFLAGS'
2660 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2661 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2662 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2663 if test -n "$ac_tool_prefix"; then
2664 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2665 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2667 $as_echo_n "checking for $ac_word... " >&6; }
2668 if test "${ac_cv_prog_CC+set}" = set; then :
2669 $as_echo_n "(cached) " >&6
2671 if test -n "$CC"; then
2672 ac_cv_prog_CC="$CC" # Let the user override the test.
2674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2678 test -z "$as_dir" && as_dir=.
2679 for ac_exec_ext in '' $ac_executable_extensions; do
2680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2681 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2692 if test -n "$CC"; then
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2694 $as_echo "$CC" >&6; }
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2697 $as_echo "no" >&6; }
2702 if test -z "$ac_cv_prog_CC"; then
2704 # Extract the first word of "gcc", so it can be a program name with args.
2705 set dummy gcc; ac_word=$2
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2707 $as_echo_n "checking for $ac_word... " >&6; }
2708 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2709 $as_echo_n "(cached) " >&6
2711 if test -n "$ac_ct_CC"; then
2712 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2718 test -z "$as_dir" && as_dir=.
2719 for ac_exec_ext in '' $ac_executable_extensions; do
2720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2721 ac_cv_prog_ac_ct_CC="gcc"
2722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2731 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2732 if test -n "$ac_ct_CC"; then
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2734 $as_echo "$ac_ct_CC" >&6; }
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737 $as_echo "no" >&6; }
2740 if test "x$ac_ct_CC" = x; then
2743 case $cross_compiling:$ac_tool_warned in
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2746 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2747 ac_tool_warned=yes ;;
2755 if test -z "$CC"; then
2756 if test -n "$ac_tool_prefix"; then
2757 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2758 set dummy ${ac_tool_prefix}cc; ac_word=$2
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2760 $as_echo_n "checking for $ac_word... " >&6; }
2761 if test "${ac_cv_prog_CC+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2764 if test -n "$CC"; then
2765 ac_cv_prog_CC="$CC" # Let the user override the test.
2767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2771 test -z "$as_dir" && as_dir=.
2772 for ac_exec_ext in '' $ac_executable_extensions; do
2773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2774 ac_cv_prog_CC="${ac_tool_prefix}cc"
2775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2785 if test -n "$CC"; then
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2787 $as_echo "$CC" >&6; }
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2790 $as_echo "no" >&6; }
2796 if test -z "$CC"; then
2797 # Extract the first word of "cc", so it can be a program name with args.
2798 set dummy cc; ac_word=$2
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2800 $as_echo_n "checking for $ac_word... " >&6; }
2801 if test "${ac_cv_prog_CC+set}" = set; then :
2802 $as_echo_n "(cached) " >&6
2804 if test -n "$CC"; then
2805 ac_cv_prog_CC="$CC" # Let the user override the test.
2808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2812 test -z "$as_dir" && as_dir=.
2813 for ac_exec_ext in '' $ac_executable_extensions; do
2814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2815 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2816 ac_prog_rejected=yes
2820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2827 if test $ac_prog_rejected = yes; then
2828 # We found a bogon in the path, so make sure we never use it.
2829 set dummy $ac_cv_prog_CC
2831 if test $# != 0; then
2832 # We chose a different compiler from the bogus one.
2833 # However, it has the same basename, so the bogon will be chosen
2834 # first if we set CC to just the basename; use the full file name.
2836 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2842 if test -n "$CC"; then
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2844 $as_echo "$CC" >&6; }
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2847 $as_echo "no" >&6; }
2852 if test -z "$CC"; then
2853 if test -n "$ac_tool_prefix"; then
2854 for ac_prog in cl.exe
2856 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2857 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2859 $as_echo_n "checking for $ac_word... " >&6; }
2860 if test "${ac_cv_prog_CC+set}" = set; then :
2861 $as_echo_n "(cached) " >&6
2863 if test -n "$CC"; then
2864 ac_cv_prog_CC="$CC" # Let the user override the test.
2866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2870 test -z "$as_dir" && as_dir=.
2871 for ac_exec_ext in '' $ac_executable_extensions; do
2872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2873 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2884 if test -n "$CC"; then
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2886 $as_echo "$CC" >&6; }
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2889 $as_echo "no" >&6; }
2893 test -n "$CC" && break
2896 if test -z "$CC"; then
2898 for ac_prog in cl.exe
2900 # Extract the first word of "$ac_prog", so it can be a program name with args.
2901 set dummy $ac_prog; ac_word=$2
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2903 $as_echo_n "checking for $ac_word... " >&6; }
2904 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2905 $as_echo_n "(cached) " >&6
2907 if test -n "$ac_ct_CC"; then
2908 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2914 test -z "$as_dir" && as_dir=.
2915 for ac_exec_ext in '' $ac_executable_extensions; do
2916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2917 ac_cv_prog_ac_ct_CC="$ac_prog"
2918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2927 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2928 if test -n "$ac_ct_CC"; then
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2930 $as_echo "$ac_ct_CC" >&6; }
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2933 $as_echo "no" >&6; }
2937 test -n "$ac_ct_CC" && break
2940 if test "x$ac_ct_CC" = x; then
2943 case $cross_compiling:$ac_tool_warned in
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2947 ac_tool_warned=yes ;;
2956 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2957 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2958 as_fn_error "no acceptable C compiler found in \$PATH
2959 See \`config.log' for more details." "$LINENO" 5; }
2961 # Provide some information about the compiler.
2962 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2965 for ac_option in --version -v -V -qversion; do
2966 { { ac_try="$ac_compiler $ac_option >&5"
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2971 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2972 $as_echo "$ac_try_echo"; } >&5
2973 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2975 if test -s conftest.err; then
2977 ... rest of stderr output deleted ...
2978 10q' conftest.err >conftest.er1
2979 cat conftest.er1 >&5
2980 rm -f conftest.er1 conftest.err
2982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2983 test $ac_status = 0; }
2986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2987 /* end confdefs.h. */
2997 ac_clean_files_save=$ac_clean_files
2998 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2999 # Try to create an executable without -o first, disregard a.out.
3000 # It will help us diagnose broken compilers, and finding out an intuition
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3003 $as_echo_n "checking for C compiler default output file name... " >&6; }
3004 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3006 # The possible output files:
3007 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3010 for ac_file in $ac_files
3013 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3014 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3019 if { { ac_try="$ac_link_default"
3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022 *) ac_try_echo=$ac_try;;
3024 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025 $as_echo "$ac_try_echo"; } >&5
3026 (eval "$ac_link_default") 2>&5
3028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3029 test $ac_status = 0; }; then :
3030 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3031 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3032 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3033 # so that the user can short-circuit this test for compilers unknown to
3035 for ac_file in $ac_files ''
3037 test -f "$ac_file" || continue
3039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3042 # We found the default executable, but exeext='' is most
3046 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3048 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3050 # We set ac_cv_exeext here because the later test for it is not
3051 # safe: cross compilers may not add the suffix if given an `-o'
3052 # argument, so we may need to know it at that point already.
3053 # Even if this section looks crufty: it has the advantage of
3060 test "$ac_cv_exeext" = no && ac_cv_exeext=
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3066 $as_echo "$ac_file" >&6; }
3067 if test -z "$ac_file"; then :
3068 $as_echo "$as_me: failed program was:" >&5
3069 sed 's/^/| /' conftest.$ac_ext >&5
3071 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3072 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3073 { as_fn_set_status 77
3074 as_fn_error "C compiler cannot create executables
3075 See \`config.log' for more details." "$LINENO" 5; }; }
3077 ac_exeext=$ac_cv_exeext
3079 # Check that the compiler produces executables we can run. If not, either
3080 # the compiler is broken, or we cross compile.
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3082 $as_echo_n "checking whether the C compiler works... " >&6; }
3083 # If not cross compiling, check that we can run a simple program.
3084 if test "$cross_compiling" != yes; then
3085 if { ac_try='./$ac_file'
3086 { { case "(($ac_try" in
3087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3088 *) ac_try_echo=$ac_try;;
3090 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3091 $as_echo "$ac_try_echo"; } >&5
3092 (eval "$ac_try") 2>&5
3094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3095 test $ac_status = 0; }; }; then
3098 if test "$cross_compiling" = maybe; then
3101 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3102 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3103 as_fn_error "cannot run C compiled programs.
3104 If you meant to cross compile, use \`--host'.
3105 See \`config.log' for more details." "$LINENO" 5; }
3109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3110 $as_echo "yes" >&6; }
3112 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3113 ac_clean_files=$ac_clean_files_save
3114 # Check that the compiler produces executables we can run. If not, either
3115 # the compiler is broken, or we cross compile.
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3117 $as_echo_n "checking whether we are cross compiling... " >&6; }
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3119 $as_echo "$cross_compiling" >&6; }
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3122 $as_echo_n "checking for suffix of executables... " >&6; }
3123 if { { ac_try="$ac_link"
3125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3126 *) ac_try_echo=$ac_try;;
3128 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3129 $as_echo "$ac_try_echo"; } >&5
3130 (eval "$ac_link") 2>&5
3132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3133 test $ac_status = 0; }; then :
3134 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3135 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3136 # work properly (i.e., refer to `conftest.exe'), while it won't with
3138 for ac_file in conftest.exe conftest conftest.*; do
3139 test -f "$ac_file" || continue
3141 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3142 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3148 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3149 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3150 as_fn_error "cannot compute suffix of executables: cannot compile and link
3151 See \`config.log' for more details." "$LINENO" 5; }
3153 rm -f conftest$ac_cv_exeext
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3155 $as_echo "$ac_cv_exeext" >&6; }
3157 rm -f conftest.$ac_ext
3158 EXEEXT=$ac_cv_exeext
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3161 $as_echo_n "checking for suffix of object files... " >&6; }
3162 if test "${ac_cv_objext+set}" = set; then :
3163 $as_echo_n "(cached) " >&6
3165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3166 /* end confdefs.h. */
3176 rm -f conftest.o conftest.obj
3177 if { { ac_try="$ac_compile"
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183 $as_echo "$ac_try_echo"; } >&5
3184 (eval "$ac_compile") 2>&5
3186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187 test $ac_status = 0; }; then :
3188 for ac_file in conftest.o conftest.obj conftest.*; do
3189 test -f "$ac_file" || continue;
3191 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3192 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3197 $as_echo "$as_me: failed program was:" >&5
3198 sed 's/^/| /' conftest.$ac_ext >&5
3200 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202 as_fn_error "cannot compute suffix of object files: cannot compile
3203 See \`config.log' for more details." "$LINENO" 5; }
3205 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3208 $as_echo "$ac_cv_objext" >&6; }
3209 OBJEXT=$ac_cv_objext
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3212 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3213 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3214 $as_echo_n "(cached) " >&6
3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3217 /* end confdefs.h. */
3230 if ac_fn_c_try_compile "$LINENO"; then :
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3236 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3240 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3241 if test $ac_compiler_gnu = yes; then
3246 ac_test_CFLAGS=${CFLAGS+set}
3247 ac_save_CFLAGS=$CFLAGS
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3249 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3250 if test "${ac_cv_prog_cc_g+set}" = set; then :
3251 $as_echo_n "(cached) " >&6
3253 ac_save_c_werror_flag=$ac_c_werror_flag
3254 ac_c_werror_flag=yes
3257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3258 /* end confdefs.h. */
3268 if ac_fn_c_try_compile "$LINENO"; then :
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273 /* end confdefs.h. */
3283 if ac_fn_c_try_compile "$LINENO"; then :
3286 ac_c_werror_flag=$ac_save_c_werror_flag
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289 /* end confdefs.h. */
3299 if ac_fn_c_try_compile "$LINENO"; then :
3302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3307 ac_c_werror_flag=$ac_save_c_werror_flag
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3310 $as_echo "$ac_cv_prog_cc_g" >&6; }
3311 if test "$ac_test_CFLAGS" = set; then
3312 CFLAGS=$ac_save_CFLAGS
3313 elif test $ac_cv_prog_cc_g = yes; then
3314 if test "$GCC" = yes; then
3320 if test "$GCC" = yes; then
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3327 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3328 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3329 $as_echo_n "(cached) " >&6
3331 ac_cv_prog_cc_c89=no
3333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3334 /* end confdefs.h. */
3337 #include <sys/types.h>
3338 #include <sys/stat.h>
3339 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3340 struct buf { int x; };
3341 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3342 static char *e (p, i)
3348 static char *f (char * (*g) (char **, int), char **p, ...)
3353 s = g (p, va_arg (v,int));
3358 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3359 function prototypes and stuff, but not '\xHH' hex character constants.
3360 These don't provoke an error unfortunately, instead are silently treated
3361 as 'x'. The following induces an error, until -std is added to get
3362 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3363 array size at least. It's necessary to write '\x00'==0 to get something
3364 that's true only with -std. */
3365 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3367 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3368 inside strings and character constants. */
3370 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3372 int test (int i, double x);
3373 struct s1 {int (*f) (int a);};
3374 struct s2 {int (*f) (double a);};
3375 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3381 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3386 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3387 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3389 CC="$ac_save_CC $ac_arg"
3390 if ac_fn_c_try_compile "$LINENO"; then :
3391 ac_cv_prog_cc_c89=$ac_arg
3393 rm -f core conftest.err conftest.$ac_objext
3394 test "x$ac_cv_prog_cc_c89" != "xno" && break
3396 rm -f conftest.$ac_ext
3401 case "x$ac_cv_prog_cc_c89" in
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3404 $as_echo "none needed" >&6; } ;;
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3407 $as_echo "unsupported" >&6; } ;;
3409 CC="$CC $ac_cv_prog_cc_c89"
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3411 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3413 if test "x$ac_cv_prog_cc_c89" != xno; then :
3418 ac_cpp='$CPP $CPPFLAGS'
3419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3425 $as_echo_n "checking for library containing strerror... " >&6; }
3426 if test "${ac_cv_search_strerror+set}" = set; then :
3427 $as_echo_n "(cached) " >&6
3429 ac_func_search_save_LIBS=$LIBS
3430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3431 /* end confdefs.h. */
3433 /* Override any GCC internal prototype to avoid an error.
3434 Use char because int might match the return type of a GCC
3435 builtin and then its argument prototype would still apply. */
3448 for ac_lib in '' cposix; do
3449 if test -z "$ac_lib"; then
3450 ac_res="none required"
3453 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3455 if ac_fn_c_try_link "$LINENO"; then :
3456 ac_cv_search_strerror=$ac_res
3458 rm -f core conftest.err conftest.$ac_objext \
3460 if test "${ac_cv_search_strerror+set}" = set; then :
3464 if test "${ac_cv_search_strerror+set}" = set; then :
3467 ac_cv_search_strerror=no
3470 LIBS=$ac_func_search_save_LIBS
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3473 $as_echo "$ac_cv_search_strerror" >&6; }
3474 ac_res=$ac_cv_search_strerror
3475 if test "$ac_res" != no; then :
3476 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3481 am__api_version='1.11'
3483 # Find a good install program. We prefer a C program (faster),
3484 # so one script is as good as another. But avoid the broken or
3485 # incompatible versions:
3486 # SysV /etc/install, /usr/sbin/install
3487 # SunOS /usr/etc/install
3488 # IRIX /sbin/install
3490 # AmigaOS /C/install, which installs bootblocks on floppy discs
3491 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3492 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3493 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3494 # OS/2's system install, which has a completely different semantic
3495 # ./install, which can be erroneously created by make from ./install.sh.
3496 # Reject install programs that cannot install multiple files.
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3498 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3499 if test -z "$INSTALL"; then
3500 if test "${ac_cv_path_install+set}" = set; then :
3501 $as_echo_n "(cached) " >&6
3503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3507 test -z "$as_dir" && as_dir=.
3508 # Account for people who put trailing slashes in PATH elements.
3509 case $as_dir/ in #((
3510 ./ | .// | /[cC]/* | \
3511 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3512 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3515 # OSF1 and SCO ODT 3.0 have their own names for install.
3516 # Don't use installbsd from OSF since it installs stuff as root
3518 for ac_prog in ginstall scoinst install; do
3519 for ac_exec_ext in '' $ac_executable_extensions; do
3520 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3521 if test $ac_prog = install &&
3522 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3523 # AIX install. It has an incompatible calling convention.
3525 elif test $ac_prog = install &&
3526 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3527 # program-specific install script used by HP pwplus--don't use.
3530 rm -rf conftest.one conftest.two conftest.dir
3531 echo one > conftest.one
3532 echo two > conftest.two
3534 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3535 test -s conftest.one && test -s conftest.two &&
3536 test -s conftest.dir/conftest.one &&
3537 test -s conftest.dir/conftest.two
3539 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3552 rm -rf conftest.one conftest.two conftest.dir
3555 if test "${ac_cv_path_install+set}" = set; then
3556 INSTALL=$ac_cv_path_install
3558 # As a last resort, use the slow shell script. Don't cache a
3559 # value for INSTALL within a source directory, because that will
3560 # break other packages using the cache if that directory is
3561 # removed, or if the value is a relative name.
3562 INSTALL=$ac_install_sh
3565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3566 $as_echo "$INSTALL" >&6; }
3568 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3569 # It thinks the first close brace ends the variable substitution.
3570 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3572 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3574 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3577 $as_echo_n "checking whether build environment is sane... " >&6; }
3580 echo timestamp > conftest.file
3581 # Reject unsafe characters in $srcdir or the absolute working directory
3582 # name. Accept space and tab only in the latter.
3586 *[\\\"\#\$\&\'\`$am_lf]*)
3587 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3590 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3591 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3594 # Do `set' in a subshell so we don't clobber the current shell's
3595 # arguments. Must try -L first in case configure is actually a
3596 # symlink; some systems play weird games with the mod time of symlinks
3597 # (eg FreeBSD returns the mod time of the symlink's containing
3600 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3601 if test "$*" = "X"; then
3603 set X `ls -t "$srcdir/configure" conftest.file`
3606 if test "$*" != "X $srcdir/configure conftest.file" \
3607 && test "$*" != "X conftest.file $srcdir/configure"; then
3609 # If neither matched, then we have a broken ls. This can happen
3610 # if, for instance, CONFIG_SHELL is bash and it inherits a
3611 # broken ls alias from the environment. This has actually
3612 # happened. Such a system could not be considered "sane".
3613 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3614 alias in your environment" "$LINENO" 5
3617 test "$2" = conftest.file
3623 as_fn_error "newly created file is older than distributed files!
3624 Check your system clock" "$LINENO" 5
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3627 $as_echo "yes" >&6; }
3628 test "$program_prefix" != NONE &&
3629 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3630 # Use a double $ so make ignores it.
3631 test "$program_suffix" != NONE &&
3632 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3633 # Double any \ or $.
3634 # By default was `s,x,x', remove it if useless.
3635 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3636 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3638 # expand $ac_aux_dir to an absolute path
3639 am_aux_dir=`cd $ac_aux_dir && pwd`
3641 if test x"${MISSING+set}" != xset; then
3644 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3646 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3649 # Use eval to expand $SHELL
3650 if eval "$MISSING --run true"; then
3651 am_missing_run="$MISSING --run "
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3655 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3658 if test x"${install_sh}" != xset; then
3661 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3663 install_sh="\${SHELL} $am_aux_dir/install-sh"
3667 # Installed binaries are usually stripped using `strip' when the user
3668 # run `make install-strip'. However `strip' might not be the right
3669 # tool to use in cross-compilation environments, therefore Automake
3670 # will honor the `STRIP' environment variable to overrule this program.
3671 if test "$cross_compiling" != no; then
3672 if test -n "$ac_tool_prefix"; then
3673 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3674 set dummy ${ac_tool_prefix}strip; ac_word=$2
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676 $as_echo_n "checking for $ac_word... " >&6; }
3677 if test "${ac_cv_prog_STRIP+set}" = set; then :
3678 $as_echo_n "(cached) " >&6
3680 if test -n "$STRIP"; then
3681 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3687 test -z "$as_dir" && as_dir=.
3688 for ac_exec_ext in '' $ac_executable_extensions; do
3689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 STRIP=$ac_cv_prog_STRIP
3701 if test -n "$STRIP"; then
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3703 $as_echo "$STRIP" >&6; }
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706 $as_echo "no" >&6; }
3711 if test -z "$ac_cv_prog_STRIP"; then
3713 # Extract the first word of "strip", so it can be a program name with args.
3714 set dummy strip; ac_word=$2
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3718 $as_echo_n "(cached) " >&6
3720 if test -n "$ac_ct_STRIP"; then
3721 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_ac_ct_STRIP="strip"
3731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3741 if test -n "$ac_ct_STRIP"; then
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3743 $as_echo "$ac_ct_STRIP" >&6; }
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746 $as_echo "no" >&6; }
3749 if test "x$ac_ct_STRIP" = x; then
3752 case $cross_compiling:$ac_tool_warned in
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3756 ac_tool_warned=yes ;;
3761 STRIP="$ac_cv_prog_STRIP"
3765 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3768 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3769 if test -z "$MKDIR_P"; then
3770 if test "${ac_cv_path_mkdir+set}" = set; then :
3771 $as_echo_n "(cached) " >&6
3773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3777 test -z "$as_dir" && as_dir=.
3778 for ac_prog in mkdir gmkdir; do
3779 for ac_exec_ext in '' $ac_executable_extensions; do
3780 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3781 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3782 'mkdir (GNU coreutils) '* | \
3783 'mkdir (coreutils) '* | \
3784 'mkdir (fileutils) '4.1*)
3785 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3795 if test "${ac_cv_path_mkdir+set}" = set; then
3796 MKDIR_P="$ac_cv_path_mkdir -p"
3798 # As a last resort, use the slow shell script. Don't cache a
3799 # value for MKDIR_P within a source directory, because that will
3800 # break other packages using the cache if that directory is
3801 # removed, or if the value is a relative name.
3802 test -d ./--version && rmdir ./--version
3803 MKDIR_P="$ac_install_sh -d"
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3807 $as_echo "$MKDIR_P" >&6; }
3811 [\\/$]* | ?:[\\/]*) ;;
3812 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3815 for ac_prog in gawk mawk nawk awk
3817 # Extract the first word of "$ac_prog", so it can be a program name with args.
3818 set dummy $ac_prog; ac_word=$2
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3820 $as_echo_n "checking for $ac_word... " >&6; }
3821 if test "${ac_cv_prog_AWK+set}" = set; then :
3822 $as_echo_n "(cached) " >&6
3824 if test -n "$AWK"; then
3825 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3831 test -z "$as_dir" && as_dir=.
3832 for ac_exec_ext in '' $ac_executable_extensions; do
3833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3834 ac_cv_prog_AWK="$ac_prog"
3835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3845 if test -n "$AWK"; then
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3847 $as_echo "$AWK" >&6; }
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3850 $as_echo "no" >&6; }
3854 test -n "$AWK" && break
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3858 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3860 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3861 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3862 $as_echo_n "(cached) " >&6
3864 cat >conftest.make <<\_ACEOF
3867 @echo '@@@%%%=$(MAKE)=@@@%%%'
3869 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3870 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3872 eval ac_cv_prog_make_${ac_make}_set=yes;;
3874 eval ac_cv_prog_make_${ac_make}_set=no;;
3878 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3880 $as_echo "yes" >&6; }
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3884 $as_echo "no" >&6; }
3885 SET_MAKE="MAKE=${MAKE-make}"
3888 rm -rf .tst 2>/dev/null
3889 mkdir .tst 2>/dev/null
3890 if test -d .tst; then
3895 rmdir .tst 2>/dev/null
3897 DEPDIR="${am__leading_dot}deps"
3899 ac_config_commands="$ac_config_commands depfiles"
3902 am_make=${MAKE-make}
3903 cat > confinc << 'END'
3905 @echo this is the am__doit target
3908 # If we don't find an include directive, just comment out the code.
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3910 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3914 # First try GNU make style include.
3915 echo "include confinc" > confmf
3916 # Ignore all kinds of additional output from `make'.
3917 case `$am_make -s -f confmf 2> /dev/null` in #(
3918 *the\ am__doit\ target*)
3924 # Now try BSD make style include.
3925 if test "$am__include" = "#"; then
3926 echo '.include "confinc"' > confmf
3927 case `$am_make -s -f confmf 2> /dev/null` in #(
3928 *the\ am__doit\ target*)
3929 am__include=.include
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3938 $as_echo "$_am_result" >&6; }
3939 rm -f confinc confmf
3941 # Check whether --enable-dependency-tracking was given.
3942 if test "${enable_dependency_tracking+set}" = set; then :
3943 enableval=$enable_dependency_tracking;
3946 if test "x$enable_dependency_tracking" != xno; then
3947 am_depcomp="$ac_aux_dir/depcomp"
3950 if test "x$enable_dependency_tracking" != xno; then
3959 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3960 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3961 # is not polluted with repeated "-I."
3962 am__isrc=' -I$(srcdir)'
3963 # test to see if srcdir already configured
3964 if test -f $srcdir/config.status; then
3965 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3969 # test whether we have cygpath
3970 if test -z "$CYGPATH_W"; then
3971 if (cygpath --version) >/dev/null 2>/dev/null; then
3972 CYGPATH_W='cygpath -w'
3979 # Define the identity of the package.
3984 cat >>confdefs.h <<_ACEOF
3985 #define PACKAGE "$PACKAGE"
3989 cat >>confdefs.h <<_ACEOF
3990 #define VERSION "$VERSION"
3993 # Some tools Automake needs.
3995 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3998 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4001 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4004 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4007 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4009 # We need awk for the "check" target. The system "awk" is bad on
4011 # Always define AMTAR for backward compatibility.
4013 AMTAR=${AMTAR-"${am_missing_run}tar"}
4015 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4020 depcc="$CC" am_compiler_list=
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4023 $as_echo_n "checking dependency style of $depcc... " >&6; }
4024 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4025 $as_echo_n "(cached) " >&6
4027 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4028 # We make a subdir and do the tests there. Otherwise we can end up
4029 # making bogus files that we don't know about and never remove. For
4030 # instance it was reported that on HP-UX the gcc test will end up
4031 # making a dummy file named `D' -- because `-MD' means `put the output
4034 # Copy depcomp to subdir because otherwise we won't find it if we're
4035 # using a relative directory.
4036 cp "$am_depcomp" conftest.dir
4038 # We will build objects and dependencies in a subdirectory because
4039 # it helps to detect inapplicable dependency modes. For instance
4040 # both Tru64's cc and ICC support -MD to output dependencies as a
4041 # side effect of compilation, but ICC will put the dependencies in
4042 # the current directory while Tru64 will put them in the object
4046 am_cv_CC_dependencies_compiler_type=none
4047 if test "$am_compiler_list" = ""; then
4048 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4051 case " $depcc " in #(
4052 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4055 for depmode in $am_compiler_list; do
4056 # Setup a source with many dependencies, because some compilers
4057 # like to wrap large dependency lists on column 80 (with \), and
4058 # we should not choose a depcomp mode which is confused by this.
4060 # We need to recreate these files for each test, as the compiler may
4061 # overwrite some of them when testing with obscure command lines.
4062 # This happens at least with the AIX C compiler.
4064 for i in 1 2 3 4 5 6; do
4065 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4066 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4067 # Solaris 8's {/usr,}/bin/sh.
4068 touch sub/conftst$i.h
4070 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4072 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4073 # mode. It turns out that the SunPro C++ compiler does not properly
4074 # handle `-M -o', and we need to detect this. Also, some Intel
4075 # versions had trouble with output in subdirs
4076 am__obj=sub/conftest.${OBJEXT-o}
4077 am__minus_obj="-o $am__obj"
4080 # This depmode causes a compiler race in universal mode.
4081 test "$am__universal" = false || continue
4084 # after this tag, mechanisms are not by side-effect, so they'll
4085 # only be used when explicitly requested
4086 if test "x$enable_dependency_tracking" = xyes; then
4092 msvisualcpp | msvcmsys)
4093 # This compiler won't grok `-c -o', but also, the minuso test has
4094 # not run yet. These depmodes are late enough in the game, and
4095 # so weak that their functioning should not be impacted.
4096 am__obj=conftest.${OBJEXT-o}
4101 if depmode=$depmode \
4102 source=sub/conftest.c object=$am__obj \
4103 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4104 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4105 >/dev/null 2>conftest.err &&
4106 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4107 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4108 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4109 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4110 # icc doesn't choke on unknown options, it will just issue warnings
4111 # or remarks (even with -Werror). So we grep stderr for any message
4112 # that says an option was ignored or not supported.
4113 # When given -MP, icc 7.0 and 7.1 complain thusly:
4114 # icc: Command line warning: ignoring option '-M'; no argument required
4115 # The diagnosis changed in icc 8.0:
4116 # icc: Command line remark: option '-MP' not supported
4117 if (grep 'ignoring option' conftest.err ||
4118 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4119 am_cv_CC_dependencies_compiler_type=$depmode
4128 am_cv_CC_dependencies_compiler_type=none
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4133 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4134 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4137 test "x$enable_dependency_tracking" != xno \
4138 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4140 am__fastdepCC_FALSE='#'
4142 am__fastdepCC_TRUE='#'
4143 am__fastdepCC_FALSE=
4150 ac_cpp='$CPP $CPPFLAGS'
4151 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4152 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4153 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4154 if test -n "$ac_tool_prefix"; then
4155 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4156 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4158 $as_echo_n "checking for $ac_word... " >&6; }
4159 if test "${ac_cv_prog_CC+set}" = set; then :
4160 $as_echo_n "(cached) " >&6
4162 if test -n "$CC"; then
4163 ac_cv_prog_CC="$CC" # Let the user override the test.
4165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4169 test -z "$as_dir" && as_dir=.
4170 for ac_exec_ext in '' $ac_executable_extensions; do
4171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4172 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4183 if test -n "$CC"; then
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4185 $as_echo "$CC" >&6; }
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4188 $as_echo "no" >&6; }
4193 if test -z "$ac_cv_prog_CC"; then
4195 # Extract the first word of "gcc", so it can be a program name with args.
4196 set dummy gcc; ac_word=$2
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4198 $as_echo_n "checking for $ac_word... " >&6; }
4199 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4200 $as_echo_n "(cached) " >&6
4202 if test -n "$ac_ct_CC"; then
4203 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4209 test -z "$as_dir" && as_dir=.
4210 for ac_exec_ext in '' $ac_executable_extensions; do
4211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4212 ac_cv_prog_ac_ct_CC="gcc"
4213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4222 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4223 if test -n "$ac_ct_CC"; then
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4225 $as_echo "$ac_ct_CC" >&6; }
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228 $as_echo "no" >&6; }
4231 if test "x$ac_ct_CC" = x; then
4234 case $cross_compiling:$ac_tool_warned in
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4238 ac_tool_warned=yes ;;
4246 if test -z "$CC"; then
4247 if test -n "$ac_tool_prefix"; then
4248 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4249 set dummy ${ac_tool_prefix}cc; ac_word=$2
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4251 $as_echo_n "checking for $ac_word... " >&6; }
4252 if test "${ac_cv_prog_CC+set}" = set; then :
4253 $as_echo_n "(cached) " >&6
4255 if test -n "$CC"; then
4256 ac_cv_prog_CC="$CC" # Let the user override the test.
4258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4262 test -z "$as_dir" && as_dir=.
4263 for ac_exec_ext in '' $ac_executable_extensions; do
4264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4265 ac_cv_prog_CC="${ac_tool_prefix}cc"
4266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4276 if test -n "$CC"; then
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4278 $as_echo "$CC" >&6; }
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281 $as_echo "no" >&6; }
4287 if test -z "$CC"; then
4288 # Extract the first word of "cc", so it can be a program name with args.
4289 set dummy cc; ac_word=$2
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4291 $as_echo_n "checking for $ac_word... " >&6; }
4292 if test "${ac_cv_prog_CC+set}" = set; then :
4293 $as_echo_n "(cached) " >&6
4295 if test -n "$CC"; then
4296 ac_cv_prog_CC="$CC" # Let the user override the test.
4299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4303 test -z "$as_dir" && as_dir=.
4304 for ac_exec_ext in '' $ac_executable_extensions; do
4305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4306 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4307 ac_prog_rejected=yes
4311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4318 if test $ac_prog_rejected = yes; then
4319 # We found a bogon in the path, so make sure we never use it.
4320 set dummy $ac_cv_prog_CC
4322 if test $# != 0; then
4323 # We chose a different compiler from the bogus one.
4324 # However, it has the same basename, so the bogon will be chosen
4325 # first if we set CC to just the basename; use the full file name.
4327 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4333 if test -n "$CC"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4335 $as_echo "$CC" >&6; }
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338 $as_echo "no" >&6; }
4343 if test -z "$CC"; then
4344 if test -n "$ac_tool_prefix"; then
4345 for ac_prog in cl.exe
4347 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4348 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4350 $as_echo_n "checking for $ac_word... " >&6; }
4351 if test "${ac_cv_prog_CC+set}" = set; then :
4352 $as_echo_n "(cached) " >&6
4354 if test -n "$CC"; then
4355 ac_cv_prog_CC="$CC" # Let the user override the test.
4357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4361 test -z "$as_dir" && as_dir=.
4362 for ac_exec_ext in '' $ac_executable_extensions; do
4363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4364 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4375 if test -n "$CC"; then
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4377 $as_echo "$CC" >&6; }
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4380 $as_echo "no" >&6; }
4384 test -n "$CC" && break
4387 if test -z "$CC"; then
4389 for ac_prog in cl.exe
4391 # Extract the first word of "$ac_prog", so it can be a program name with args.
4392 set dummy $ac_prog; ac_word=$2
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394 $as_echo_n "checking for $ac_word... " >&6; }
4395 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4396 $as_echo_n "(cached) " >&6
4398 if test -n "$ac_ct_CC"; then
4399 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4405 test -z "$as_dir" && as_dir=.
4406 for ac_exec_ext in '' $ac_executable_extensions; do
4407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4408 ac_cv_prog_ac_ct_CC="$ac_prog"
4409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4418 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4419 if test -n "$ac_ct_CC"; then
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4421 $as_echo "$ac_ct_CC" >&6; }
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424 $as_echo "no" >&6; }
4428 test -n "$ac_ct_CC" && break
4431 if test "x$ac_ct_CC" = x; then
4434 case $cross_compiling:$ac_tool_warned in
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4438 ac_tool_warned=yes ;;
4447 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4448 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4449 as_fn_error "no acceptable C compiler found in \$PATH
4450 See \`config.log' for more details." "$LINENO" 5; }
4452 # Provide some information about the compiler.
4453 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4456 for ac_option in --version -v -V -qversion; do
4457 { { ac_try="$ac_compiler $ac_option >&5"
4459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4460 *) ac_try_echo=$ac_try;;
4462 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4463 $as_echo "$ac_try_echo"; } >&5
4464 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4466 if test -s conftest.err; then
4468 ... rest of stderr output deleted ...
4469 10q' conftest.err >conftest.er1
4470 cat conftest.er1 >&5
4471 rm -f conftest.er1 conftest.err
4473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4474 test $ac_status = 0; }
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4478 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4479 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4480 $as_echo_n "(cached) " >&6
4482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4483 /* end confdefs.h. */
4496 if ac_fn_c_try_compile "$LINENO"; then :
4501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4502 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4506 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4507 if test $ac_compiler_gnu = yes; then
4512 ac_test_CFLAGS=${CFLAGS+set}
4513 ac_save_CFLAGS=$CFLAGS
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4515 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4516 if test "${ac_cv_prog_cc_g+set}" = set; then :
4517 $as_echo_n "(cached) " >&6
4519 ac_save_c_werror_flag=$ac_c_werror_flag
4520 ac_c_werror_flag=yes
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h. */
4534 if ac_fn_c_try_compile "$LINENO"; then :
4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4539 /* end confdefs.h. */
4549 if ac_fn_c_try_compile "$LINENO"; then :
4552 ac_c_werror_flag=$ac_save_c_werror_flag
4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4555 /* end confdefs.h. */
4565 if ac_fn_c_try_compile "$LINENO"; then :
4568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4573 ac_c_werror_flag=$ac_save_c_werror_flag
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4576 $as_echo "$ac_cv_prog_cc_g" >&6; }
4577 if test "$ac_test_CFLAGS" = set; then
4578 CFLAGS=$ac_save_CFLAGS
4579 elif test $ac_cv_prog_cc_g = yes; then
4580 if test "$GCC" = yes; then
4586 if test "$GCC" = yes; then
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4593 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4594 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4595 $as_echo_n "(cached) " >&6
4597 ac_cv_prog_cc_c89=no
4599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4600 /* end confdefs.h. */
4603 #include <sys/types.h>
4604 #include <sys/stat.h>
4605 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4606 struct buf { int x; };
4607 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4608 static char *e (p, i)
4614 static char *f (char * (*g) (char **, int), char **p, ...)
4619 s = g (p, va_arg (v,int));
4624 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4625 function prototypes and stuff, but not '\xHH' hex character constants.
4626 These don't provoke an error unfortunately, instead are silently treated
4627 as 'x'. The following induces an error, until -std is added to get
4628 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4629 array size at least. It's necessary to write '\x00'==0 to get something
4630 that's true only with -std. */
4631 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4633 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4634 inside strings and character constants. */
4636 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4638 int test (int i, double x);
4639 struct s1 {int (*f) (int a);};
4640 struct s2 {int (*f) (double a);};
4641 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4647 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4652 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4653 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4655 CC="$ac_save_CC $ac_arg"
4656 if ac_fn_c_try_compile "$LINENO"; then :
4657 ac_cv_prog_cc_c89=$ac_arg
4659 rm -f core conftest.err conftest.$ac_objext
4660 test "x$ac_cv_prog_cc_c89" != "xno" && break
4662 rm -f conftest.$ac_ext
4667 case "x$ac_cv_prog_cc_c89" in
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4670 $as_echo "none needed" >&6; } ;;
4672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4673 $as_echo "unsupported" >&6; } ;;
4675 CC="$CC $ac_cv_prog_cc_c89"
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4677 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4679 if test "x$ac_cv_prog_cc_c89" != xno; then :
4684 ac_cpp='$CPP $CPPFLAGS'
4685 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4686 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4687 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4690 ac_cpp='$CPP $CPPFLAGS'
4691 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4692 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4693 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4695 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4696 # On Suns, sometimes $CPP names a directory.
4697 if test -n "$CPP" && test -d "$CPP"; then
4700 if test -z "$CPP"; then
4701 if test "${ac_cv_prog_CPP+set}" = set; then :
4702 $as_echo_n "(cached) " >&6
4704 # Double quotes because CPP needs to be expanded
4705 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4708 for ac_c_preproc_warn_flag in '' yes
4710 # Use a header file that comes with gcc, so configuring glibc
4711 # with a fresh cross-compiler works.
4712 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4713 # <limits.h> exists even on freestanding compilers.
4714 # On the NeXT, cc -E runs the code through the compiler's parser,
4715 # not just through cpp. "Syntax error" is here to catch this case.
4716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4717 /* end confdefs.h. */
4719 # include <limits.h>
4721 # include <assert.h>
4725 if ac_fn_c_try_cpp "$LINENO"; then :
4728 # Broken: fails on valid input.
4731 rm -f conftest.err conftest.$ac_ext
4733 # OK, works on sane cases. Now check whether nonexistent headers
4734 # can be detected and how.
4735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4736 /* end confdefs.h. */
4737 #include <ac_nonexistent.h>
4739 if ac_fn_c_try_cpp "$LINENO"; then :
4740 # Broken: success on invalid input.
4743 # Passes both tests.
4747 rm -f conftest.err conftest.$ac_ext
4750 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4751 rm -f conftest.err conftest.$ac_ext
4752 if $ac_preproc_ok; then :
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4765 $as_echo "$CPP" >&6; }
4767 for ac_c_preproc_warn_flag in '' yes
4769 # Use a header file that comes with gcc, so configuring glibc
4770 # with a fresh cross-compiler works.
4771 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4772 # <limits.h> exists even on freestanding compilers.
4773 # On the NeXT, cc -E runs the code through the compiler's parser,
4774 # not just through cpp. "Syntax error" is here to catch this case.
4775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4776 /* end confdefs.h. */
4778 # include <limits.h>
4780 # include <assert.h>
4784 if ac_fn_c_try_cpp "$LINENO"; then :
4787 # Broken: fails on valid input.
4790 rm -f conftest.err conftest.$ac_ext
4792 # OK, works on sane cases. Now check whether nonexistent headers
4793 # can be detected and how.
4794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4795 /* end confdefs.h. */
4796 #include <ac_nonexistent.h>
4798 if ac_fn_c_try_cpp "$LINENO"; then :
4799 # Broken: success on invalid input.
4802 # Passes both tests.
4806 rm -f conftest.err conftest.$ac_ext
4809 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4810 rm -f conftest.err conftest.$ac_ext
4811 if $ac_preproc_ok; then :
4814 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4815 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4816 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4817 See \`config.log' for more details." "$LINENO" 5; }
4821 ac_cpp='$CPP $CPPFLAGS'
4822 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4823 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4824 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4828 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4829 if test "${ac_cv_path_GREP+set}" = set; then :
4830 $as_echo_n "(cached) " >&6
4832 if test -z "$GREP"; then
4833 ac_path_GREP_found=false
4834 # Loop through the user's path and test for each of PROGNAME-LIST
4835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4836 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4839 test -z "$as_dir" && as_dir=.
4840 for ac_prog in grep ggrep; do
4841 for ac_exec_ext in '' $ac_executable_extensions; do
4842 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4843 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4844 # Check for GNU ac_path_GREP and select it if it is found.
4845 # Check for GNU $ac_path_GREP
4846 case `"$ac_path_GREP" --version 2>&1` in
4848 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4851 $as_echo_n 0123456789 >"conftest.in"
4854 cat "conftest.in" "conftest.in" >"conftest.tmp"
4855 mv "conftest.tmp" "conftest.in"
4856 cp "conftest.in" "conftest.nl"
4857 $as_echo 'GREP' >> "conftest.nl"
4858 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4859 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4860 as_fn_arith $ac_count + 1 && ac_count=$as_val
4861 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4862 # Best one so far, save it but keep looking for a better one
4863 ac_cv_path_GREP="$ac_path_GREP"
4864 ac_path_GREP_max=$ac_count
4866 # 10*(2^10) chars as input seems more than enough
4867 test $ac_count -gt 10 && break
4869 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4872 $ac_path_GREP_found && break 3
4877 if test -z "$ac_cv_path_GREP"; then
4878 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4881 ac_cv_path_GREP=$GREP
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4886 $as_echo "$ac_cv_path_GREP" >&6; }
4887 GREP="$ac_cv_path_GREP"
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4891 $as_echo_n "checking for egrep... " >&6; }
4892 if test "${ac_cv_path_EGREP+set}" = set; then :
4893 $as_echo_n "(cached) " >&6
4895 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4896 then ac_cv_path_EGREP="$GREP -E"
4898 if test -z "$EGREP"; then
4899 ac_path_EGREP_found=false
4900 # Loop through the user's path and test for each of PROGNAME-LIST
4901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4902 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4905 test -z "$as_dir" && as_dir=.
4906 for ac_prog in egrep; do
4907 for ac_exec_ext in '' $ac_executable_extensions; do
4908 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4909 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4910 # Check for GNU ac_path_EGREP and select it if it is found.
4911 # Check for GNU $ac_path_EGREP
4912 case `"$ac_path_EGREP" --version 2>&1` in
4914 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4917 $as_echo_n 0123456789 >"conftest.in"
4920 cat "conftest.in" "conftest.in" >"conftest.tmp"
4921 mv "conftest.tmp" "conftest.in"
4922 cp "conftest.in" "conftest.nl"
4923 $as_echo 'EGREP' >> "conftest.nl"
4924 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4925 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4926 as_fn_arith $ac_count + 1 && ac_count=$as_val
4927 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4928 # Best one so far, save it but keep looking for a better one
4929 ac_cv_path_EGREP="$ac_path_EGREP"
4930 ac_path_EGREP_max=$ac_count
4932 # 10*(2^10) chars as input seems more than enough
4933 test $ac_count -gt 10 && break
4935 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4938 $ac_path_EGREP_found && break 3
4943 if test -z "$ac_cv_path_EGREP"; then
4944 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4947 ac_cv_path_EGREP=$EGREP
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4953 $as_echo "$ac_cv_path_EGREP" >&6; }
4954 EGREP="$ac_cv_path_EGREP"
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4958 $as_echo_n "checking for ANSI C header files... " >&6; }
4959 if test "${ac_cv_header_stdc+set}" = set; then :
4960 $as_echo_n "(cached) " >&6
4962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4963 /* end confdefs.h. */
4977 if ac_fn_c_try_compile "$LINENO"; then :
4978 ac_cv_header_stdc=yes
4980 ac_cv_header_stdc=no
4982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4984 if test $ac_cv_header_stdc = yes; then
4985 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4987 /* end confdefs.h. */
4991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4992 $EGREP "memchr" >/dev/null 2>&1; then :
4995 ac_cv_header_stdc=no
5001 if test $ac_cv_header_stdc = yes; then
5002 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5004 /* end confdefs.h. */
5008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5009 $EGREP "free" >/dev/null 2>&1; then :
5012 ac_cv_header_stdc=no
5018 if test $ac_cv_header_stdc = yes; then
5019 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5020 if test "$cross_compiling" = yes; then :
5023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5024 /* end confdefs.h. */
5027 #if ((' ' & 0x0FF) == 0x020)
5028 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5029 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5031 # define ISLOWER(c) \
5032 (('a' <= (c) && (c) <= 'i') \
5033 || ('j' <= (c) && (c) <= 'r') \
5034 || ('s' <= (c) && (c) <= 'z'))
5035 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5038 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5043 for (i = 0; i < 256; i++)
5044 if (XOR (islower (i), ISLOWER (i))
5045 || toupper (i) != TOUPPER (i))
5050 if ac_fn_c_try_run "$LINENO"; then :
5053 ac_cv_header_stdc=no
5055 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5056 conftest.$ac_objext conftest.beam conftest.$ac_ext
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5062 $as_echo "$ac_cv_header_stdc" >&6; }
5063 if test $ac_cv_header_stdc = yes; then
5065 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5069 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5070 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5071 inttypes.h stdint.h unistd.h
5073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5076 eval as_val=\$$as_ac_Header
5077 if test "x$as_val" = x""yes; then :
5078 cat >>confdefs.h <<_ACEOF
5079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5088 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5089 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5096 if test "$MINIX" = yes; then
5098 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5101 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5104 $as_echo "#define _MINIX 1" >>confdefs.h
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5110 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5111 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5112 $as_echo_n "(cached) " >&6
5114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5115 /* end confdefs.h. */
5117 # define __EXTENSIONS__ 1
5118 $ac_includes_default
5127 if ac_fn_c_try_compile "$LINENO"; then :
5128 ac_cv_safe_to_define___extensions__=yes
5130 ac_cv_safe_to_define___extensions__=no
5132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5135 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5136 test $ac_cv_safe_to_define___extensions__ = yes &&
5137 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5139 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5141 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5143 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5145 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5154 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5159 macro_version='2.2.7a'
5160 macro_revision='1.3134'
5174 ltmain="$ac_aux_dir/ltmain.sh"
5176 # Backslashify metacharacters that are still active within
5177 # double-quoted strings.
5178 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5180 # Same as above, but do not quote variable references.
5181 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5183 # Sed substitution to delay expansion of an escaped shell variable in a
5184 # double_quote_subst'ed string.
5185 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5187 # Sed substitution to delay expansion of an escaped single quote.
5188 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5190 # Sed substitution to avoid accidental globbing in evaled expressions
5191 no_glob_subst='s/\*/\\\*/g'
5193 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5194 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5195 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5198 $as_echo_n "checking how to print strings... " >&6; }
5199 # Test print first, because it will be a builtin if present.
5200 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5201 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5203 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5206 # Use this function as a fallback that always works.
5207 func_fallback_echo ()
5209 eval 'cat <<_LTECHO_EOF
5213 ECHO='func_fallback_echo'
5216 # func_echo_all arg...
5217 # Invoke $ECHO with all args, space-separated.
5224 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5225 $as_echo "printf" >&6; } ;;
5226 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5227 $as_echo "print -r" >&6; } ;;
5228 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5229 $as_echo "cat" >&6; } ;;
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5246 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5247 if test "${ac_cv_path_SED+set}" = set; then :
5248 $as_echo_n "(cached) " >&6
5250 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5251 for ac_i in 1 2 3 4 5 6 7; do
5252 ac_script="$ac_script$as_nl$ac_script"
5254 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5255 { ac_script=; unset ac_script;}
5256 if test -z "$SED"; then
5257 ac_path_SED_found=false
5258 # Loop through the user's path and test for each of PROGNAME-LIST
5259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5263 test -z "$as_dir" && as_dir=.
5264 for ac_prog in sed gsed; do
5265 for ac_exec_ext in '' $ac_executable_extensions; do
5266 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5267 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5268 # Check for GNU ac_path_SED and select it if it is found.
5269 # Check for GNU $ac_path_SED
5270 case `"$ac_path_SED" --version 2>&1` in
5272 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5275 $as_echo_n 0123456789 >"conftest.in"
5278 cat "conftest.in" "conftest.in" >"conftest.tmp"
5279 mv "conftest.tmp" "conftest.in"
5280 cp "conftest.in" "conftest.nl"
5281 $as_echo '' >> "conftest.nl"
5282 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5283 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5284 as_fn_arith $ac_count + 1 && ac_count=$as_val
5285 if test $ac_count -gt ${ac_path_SED_max-0}; then
5286 # Best one so far, save it but keep looking for a better one
5287 ac_cv_path_SED="$ac_path_SED"
5288 ac_path_SED_max=$ac_count
5290 # 10*(2^10) chars as input seems more than enough
5291 test $ac_count -gt 10 && break
5293 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5296 $ac_path_SED_found && break 3
5301 if test -z "$ac_cv_path_SED"; then
5302 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5310 $as_echo "$ac_cv_path_SED" >&6; }
5311 SED="$ac_cv_path_SED"
5314 test -z "$SED" && SED=sed
5315 Xsed="$SED -e 1s/^X//"
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5328 $as_echo_n "checking for fgrep... " >&6; }
5329 if test "${ac_cv_path_FGREP+set}" = set; then :
5330 $as_echo_n "(cached) " >&6
5332 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5333 then ac_cv_path_FGREP="$GREP -F"
5335 if test -z "$FGREP"; then
5336 ac_path_FGREP_found=false
5337 # Loop through the user's path and test for each of PROGNAME-LIST
5338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5339 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5342 test -z "$as_dir" && as_dir=.
5343 for ac_prog in fgrep; do
5344 for ac_exec_ext in '' $ac_executable_extensions; do
5345 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5346 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5347 # Check for GNU ac_path_FGREP and select it if it is found.
5348 # Check for GNU $ac_path_FGREP
5349 case `"$ac_path_FGREP" --version 2>&1` in
5351 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5354 $as_echo_n 0123456789 >"conftest.in"
5357 cat "conftest.in" "conftest.in" >"conftest.tmp"
5358 mv "conftest.tmp" "conftest.in"
5359 cp "conftest.in" "conftest.nl"
5360 $as_echo 'FGREP' >> "conftest.nl"
5361 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5362 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5363 as_fn_arith $ac_count + 1 && ac_count=$as_val
5364 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5365 # Best one so far, save it but keep looking for a better one
5366 ac_cv_path_FGREP="$ac_path_FGREP"
5367 ac_path_FGREP_max=$ac_count
5369 # 10*(2^10) chars as input seems more than enough
5370 test $ac_count -gt 10 && break
5372 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5375 $ac_path_FGREP_found && break 3
5380 if test -z "$ac_cv_path_FGREP"; then
5381 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5384 ac_cv_path_FGREP=$FGREP
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5390 $as_echo "$ac_cv_path_FGREP" >&6; }
5391 FGREP="$ac_cv_path_FGREP"
5394 test -z "$GREP" && GREP=grep
5414 # Check whether --with-gnu-ld was given.
5415 if test "${with_gnu_ld+set}" = set; then :
5416 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5422 if test "$GCC" = yes; then
5423 # Check if gcc -print-prog-name=ld gives a path.
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5425 $as_echo_n "checking for ld used by $CC... " >&6; }
5428 # gcc leaves a trailing carriage return which upsets mingw
5429 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5431 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5434 # Accept absolute paths.
5436 re_direlt='/[^/][^/]*/\.\./'
5437 # Canonicalize the pathname of ld
5438 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5439 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5440 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5442 test -z "$LD" && LD="$ac_prog"
5445 # If it fails, then pretend we aren't using GCC.
5449 # If it is relative, then search for the first ld in PATH.
5453 elif test "$with_gnu_ld" = yes; then
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5455 $as_echo_n "checking for GNU ld... " >&6; }
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5458 $as_echo_n "checking for non-GNU ld... " >&6; }
5460 if test "${lt_cv_path_LD+set}" = set; then :
5461 $as_echo_n "(cached) " >&6
5463 if test -z "$LD"; then
5464 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5465 for ac_dir in $PATH; do
5467 test -z "$ac_dir" && ac_dir=.
5468 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5469 lt_cv_path_LD="$ac_dir/$ac_prog"
5470 # Check to see if the program is GNU ld. I'd rather use --version,
5471 # but apparently some variants of GNU ld only accept -v.
5472 # Break only if it was the GNU/non-GNU ld that we prefer.
5473 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5474 *GNU* | *'with BFD'*)
5475 test "$with_gnu_ld" != no && break
5478 test "$with_gnu_ld" != yes && break
5485 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5490 if test -n "$LD"; then
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5492 $as_echo "$LD" >&6; }
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5495 $as_echo "no" >&6; }
5497 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5499 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5500 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5501 $as_echo_n "(cached) " >&6
5503 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5504 case `$LD -v 2>&1 </dev/null` in
5505 *GNU* | *'with BFD'*)
5506 lt_cv_prog_gnu_ld=yes
5509 lt_cv_prog_gnu_ld=no
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5514 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5515 with_gnu_ld=$lt_cv_prog_gnu_ld
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5526 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5527 if test "${lt_cv_path_NM+set}" = set; then :
5528 $as_echo_n "(cached) " >&6
5530 if test -n "$NM"; then
5531 # Let the user override the test.
5534 lt_nm_to_check="${ac_tool_prefix}nm"
5535 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5536 lt_nm_to_check="$lt_nm_to_check nm"
5538 for lt_tmp_nm in $lt_nm_to_check; do
5539 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5540 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5542 test -z "$ac_dir" && ac_dir=.
5543 tmp_nm="$ac_dir/$lt_tmp_nm"
5544 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5545 # Check to see if the nm accepts a BSD-compat flag.
5546 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5547 # nm: unknown option "B" ignored
5548 # Tru64's nm complains that /dev/null is an invalid object file
5549 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5550 */dev/null* | *'Invalid file or object type'*)
5551 lt_cv_path_NM="$tmp_nm -B"
5555 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5557 lt_cv_path_NM="$tmp_nm -p"
5561 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5562 continue # so that we can try to find one that supports BSD flags
5571 : ${lt_cv_path_NM=no}
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5575 $as_echo "$lt_cv_path_NM" >&6; }
5576 if test "$lt_cv_path_NM" != "no"; then
5579 # Didn't find any BSD compatible name lister, look for dumpbin.
5580 if test -n "$DUMPBIN"; then :
5581 # Let the user override the test.
5583 if test -n "$ac_tool_prefix"; then
5584 for ac_prog in dumpbin "link -dump"
5586 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5587 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5589 $as_echo_n "checking for $ac_word... " >&6; }
5590 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5591 $as_echo_n "(cached) " >&6
5593 if test -n "$DUMPBIN"; then
5594 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5600 test -z "$as_dir" && as_dir=.
5601 for ac_exec_ext in '' $ac_executable_extensions; do
5602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5603 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5613 DUMPBIN=$ac_cv_prog_DUMPBIN
5614 if test -n "$DUMPBIN"; then
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5616 $as_echo "$DUMPBIN" >&6; }
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5619 $as_echo "no" >&6; }
5623 test -n "$DUMPBIN" && break
5626 if test -z "$DUMPBIN"; then
5627 ac_ct_DUMPBIN=$DUMPBIN
5628 for ac_prog in dumpbin "link -dump"
5630 # Extract the first word of "$ac_prog", so it can be a program name with args.
5631 set dummy $ac_prog; ac_word=$2
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5633 $as_echo_n "checking for $ac_word... " >&6; }
5634 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5635 $as_echo_n "(cached) " >&6
5637 if test -n "$ac_ct_DUMPBIN"; then
5638 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644 test -z "$as_dir" && as_dir=.
5645 for ac_exec_ext in '' $ac_executable_extensions; do
5646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5647 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5657 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5658 if test -n "$ac_ct_DUMPBIN"; then
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5660 $as_echo "$ac_ct_DUMPBIN" >&6; }
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5663 $as_echo "no" >&6; }
5667 test -n "$ac_ct_DUMPBIN" && break
5670 if test "x$ac_ct_DUMPBIN" = x; then
5673 case $cross_compiling:$ac_tool_warned in
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5676 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5677 ac_tool_warned=yes ;;
5679 DUMPBIN=$ac_ct_DUMPBIN
5683 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5685 DUMPBIN="$DUMPBIN -symbols"
5693 if test "$DUMPBIN" != ":"; then
5697 test -z "$NM" && NM=nm
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5705 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5706 if test "${lt_cv_nm_interface+set}" = set; then :
5707 $as_echo_n "(cached) " >&6
5709 lt_cv_nm_interface="BSD nm"
5710 echo "int some_variable = 0;" > conftest.$ac_ext
5711 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5712 (eval "$ac_compile" 2>conftest.err)
5713 cat conftest.err >&5
5714 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5715 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5716 cat conftest.err >&5
5717 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5718 cat conftest.out >&5
5719 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5720 lt_cv_nm_interface="MS dumpbin"
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5725 $as_echo "$lt_cv_nm_interface" >&6; }
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5728 $as_echo_n "checking whether ln -s works... " >&6; }
5730 if test "$LN_S" = "ln -s"; then
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5732 $as_echo "yes" >&6; }
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5735 $as_echo "no, using $LN_S" >&6; }
5738 # find the maximum length of command line arguments
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5740 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5741 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5742 $as_echo_n "(cached) " >&6
5749 # On DJGPP, this test can blow up pretty badly due to problems in libc
5750 # (any single argument exceeding 2000 bytes causes a buffer overrun
5751 # during glob expansion). Even if it were fixed, the result of this
5752 # check would be larger than it should be.
5753 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5757 # Under GNU Hurd, this test is not required because there is
5758 # no limit to the length of command line arguments.
5759 # Libtool will interpret -1 as no limit whatsoever
5760 lt_cv_sys_max_cmd_len=-1;
5763 cygwin* | mingw* | cegcc*)
5764 # On Win9x/ME, this test blows up -- it succeeds, but takes
5765 # about 5 minutes as the teststring grows exponentially.
5766 # Worse, since 9x/ME are not pre-emptively multitasking,
5767 # you end up with a "frozen" computer, even though with patience
5768 # the test eventually succeeds (with a max line length of 256k).
5769 # Instead, let's just punt: use the minimum linelength reported by
5770 # all of the supported platforms: 8192 (on NT/2K/XP).
5771 lt_cv_sys_max_cmd_len=8192;
5775 # On MiNT this can take a long time and run out of memory.
5776 lt_cv_sys_max_cmd_len=8192;
5780 # On AmigaOS with pdksh, this test takes hours, literally.
5781 # So we just punt and use a minimum line length of 8192.
5782 lt_cv_sys_max_cmd_len=8192;
5785 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5786 # This has been around since 386BSD, at least. Likely further.
5787 if test -x /sbin/sysctl; then
5788 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5789 elif test -x /usr/sbin/sysctl; then
5790 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5792 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5794 # And add a safety zone
5795 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5796 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5800 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5801 lt_cv_sys_max_cmd_len=196608
5805 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5806 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5807 # nice to cause kernel panics so lets avoid the loop below.
5808 # First set a reasonable default.
5809 lt_cv_sys_max_cmd_len=16384
5811 if test -x /sbin/sysconfig; then
5812 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5813 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5818 lt_cv_sys_max_cmd_len=102400
5820 sysv5* | sco5v6* | sysv4.2uw2*)
5821 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5822 if test -n "$kargmax"; then
5823 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5825 lt_cv_sys_max_cmd_len=32768
5829 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5830 if test -n "$lt_cv_sys_max_cmd_len"; then
5831 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5832 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5834 # Make teststring a little bigger before we do anything with it.
5835 # a 1K string should be a reasonable start.
5836 for i in 1 2 3 4 5 6 7 8 ; do
5837 teststring=$teststring$teststring
5839 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5840 # If test is not a shell built-in, we'll probably end up computing a
5841 # maximum length that is only half of the actual maximum length, but
5843 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5844 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5845 test $i != 17 # 1/2 MB should be enough
5848 teststring=$teststring$teststring
5850 # Only check the string length outside the loop.
5851 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5853 # Add a significant safety factor because C++ compilers can tack on
5854 # massive amounts of additional arguments before passing them to the
5855 # linker. It appears as though 1/2 is a usable value.
5856 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5863 if test -n $lt_cv_sys_max_cmd_len ; then
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5865 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5868 $as_echo "none" >&6; }
5870 max_cmd_len=$lt_cv_sys_max_cmd_len
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5882 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5883 # Try some XSI features
5886 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5888 && eval 'test $(( 1 + 1 )) -eq 2 \
5889 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5892 $as_echo "$xsi_shell" >&6; }
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5896 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5898 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5900 && lt_shell_append=yes
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5902 $as_echo "$lt_shell_append" >&6; }
5905 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5915 # test EBCDIC or ASCII
5916 case `echo X|tr X '\101'` in
5917 A) # ASCII based system
5918 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5919 lt_SP2NL='tr \040 \012'
5920 lt_NL2SP='tr \015\012 \040\040'
5922 *) # EBCDIC based system
5923 lt_SP2NL='tr \100 \n'
5924 lt_NL2SP='tr \r\n \100\100'
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5937 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5938 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5939 $as_echo_n "(cached) " >&6
5941 lt_cv_ld_reload_flag='-r'
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5944 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5945 reload_flag=$lt_cv_ld_reload_flag
5946 case $reload_flag in
5948 *) reload_flag=" $reload_flag" ;;
5950 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5953 if test "$GCC" = yes; then
5954 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5956 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5969 if test -n "$ac_tool_prefix"; then
5970 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5971 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5973 $as_echo_n "checking for $ac_word... " >&6; }
5974 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5975 $as_echo_n "(cached) " >&6
5977 if test -n "$OBJDUMP"; then
5978 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5984 test -z "$as_dir" && as_dir=.
5985 for ac_exec_ext in '' $ac_executable_extensions; do
5986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5987 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5997 OBJDUMP=$ac_cv_prog_OBJDUMP
5998 if test -n "$OBJDUMP"; then
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6000 $as_echo "$OBJDUMP" >&6; }
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003 $as_echo "no" >&6; }
6008 if test -z "$ac_cv_prog_OBJDUMP"; then
6009 ac_ct_OBJDUMP=$OBJDUMP
6010 # Extract the first word of "objdump", so it can be a program name with args.
6011 set dummy objdump; ac_word=$2
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6013 $as_echo_n "checking for $ac_word... " >&6; }
6014 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6015 $as_echo_n "(cached) " >&6
6017 if test -n "$ac_ct_OBJDUMP"; then
6018 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6024 test -z "$as_dir" && as_dir=.
6025 for ac_exec_ext in '' $ac_executable_extensions; do
6026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6027 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6038 if test -n "$ac_ct_OBJDUMP"; then
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6040 $as_echo "$ac_ct_OBJDUMP" >&6; }
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6043 $as_echo "no" >&6; }
6046 if test "x$ac_ct_OBJDUMP" = x; then
6049 case $cross_compiling:$ac_tool_warned in
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6052 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6053 ac_tool_warned=yes ;;
6055 OBJDUMP=$ac_ct_OBJDUMP
6058 OBJDUMP="$ac_cv_prog_OBJDUMP"
6061 test -z "$OBJDUMP" && OBJDUMP=objdump
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6072 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6073 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6074 $as_echo_n "(cached) " >&6
6076 lt_cv_file_magic_cmd='$MAGIC_CMD'
6077 lt_cv_file_magic_test_file=
6078 lt_cv_deplibs_check_method='unknown'
6079 # Need to set the preceding variable on all platforms that support
6080 # interlibrary dependencies.
6081 # 'none' -- dependencies not supported.
6082 # `unknown' -- same as none, but documents that we really don't know.
6083 # 'pass_all' -- all dependencies passed with no checks.
6084 # 'test_compile' -- check by making test program.
6085 # 'file_magic [[regex]]' -- check by looking for files in library path
6086 # which responds to the $file_magic_cmd with a given extended regex.
6087 # If you have `file' or equivalent on your system and you're not sure
6088 # whether `pass_all' will *always* work, you probably want this one.
6092 lt_cv_deplibs_check_method=pass_all
6096 lt_cv_deplibs_check_method=pass_all
6100 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6101 lt_cv_file_magic_cmd='/usr/bin/file -L'
6102 lt_cv_file_magic_test_file=/shlib/libc.so
6106 # func_win32_libid is a shell function defined in ltmain.sh
6107 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6108 lt_cv_file_magic_cmd='func_win32_libid'
6112 # Base MSYS/MinGW do not provide the 'file' command needed by
6113 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6114 # unless we find 'file', for example because we are cross-compiling.
6115 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6116 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6117 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6118 lt_cv_file_magic_cmd='func_win32_libid'
6120 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6121 lt_cv_file_magic_cmd='$OBJDUMP -f'
6126 # use the weaker test based on 'objdump'. See mingw*.
6127 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6128 lt_cv_file_magic_cmd='$OBJDUMP -f'
6131 darwin* | rhapsody*)
6132 lt_cv_deplibs_check_method=pass_all
6135 freebsd* | dragonfly*)
6136 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6139 # Not sure whether the presence of OpenBSD here was a mistake.
6140 # Let's accept both of them until this is cleared up.
6141 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6142 lt_cv_file_magic_cmd=/usr/bin/file
6143 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6147 lt_cv_deplibs_check_method=pass_all
6152 lt_cv_deplibs_check_method=pass_all
6156 lt_cv_deplibs_check_method=pass_all
6159 hpux10.20* | hpux11*)
6160 lt_cv_file_magic_cmd=/usr/bin/file
6163 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6164 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6167 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]'
6168 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6171 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6172 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6178 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6179 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6182 irix5* | irix6* | nonstopux*)
6184 *-32|*"-32 ") libmagic=32-bit;;
6185 *-n32|*"-n32 ") libmagic=N32;;
6186 *-64|*"-64 ") libmagic=64-bit;;
6187 *) libmagic=never-match;;
6189 lt_cv_deplibs_check_method=pass_all
6192 # This must be Linux ELF.
6193 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6194 lt_cv_deplibs_check_method=pass_all
6198 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6199 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6201 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6206 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6207 lt_cv_file_magic_cmd=/usr/bin/file
6208 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6212 lt_cv_deplibs_check_method=pass_all
6216 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6217 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6219 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6223 osf3* | osf4* | osf5*)
6224 lt_cv_deplibs_check_method=pass_all
6228 lt_cv_deplibs_check_method=pass_all
6232 lt_cv_deplibs_check_method=pass_all
6235 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6236 lt_cv_deplibs_check_method=pass_all
6240 case $host_vendor in
6242 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]'
6243 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6246 lt_cv_deplibs_check_method=pass_all
6249 lt_cv_file_magic_cmd='/bin/file'
6250 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6253 lt_cv_file_magic_cmd='/bin/file'
6254 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6255 lt_cv_file_magic_test_file=/lib/libc.so
6258 lt_cv_deplibs_check_method=pass_all
6261 lt_cv_deplibs_check_method=pass_all
6267 lt_cv_deplibs_check_method=pass_all
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6273 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6274 file_magic_cmd=$lt_cv_file_magic_cmd
6275 deplibs_check_method=$lt_cv_deplibs_check_method
6276 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6289 if test -n "$ac_tool_prefix"; then
6290 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6291 set dummy ${ac_tool_prefix}ar; ac_word=$2
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6293 $as_echo_n "checking for $ac_word... " >&6; }
6294 if test "${ac_cv_prog_AR+set}" = set; then :
6295 $as_echo_n "(cached) " >&6
6297 if test -n "$AR"; then
6298 ac_cv_prog_AR="$AR" # Let the user override the test.
6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6304 test -z "$as_dir" && as_dir=.
6305 for ac_exec_ext in '' $ac_executable_extensions; do
6306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6307 ac_cv_prog_AR="${ac_tool_prefix}ar"
6308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6318 if test -n "$AR"; then
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6320 $as_echo "$AR" >&6; }
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6323 $as_echo "no" >&6; }
6328 if test -z "$ac_cv_prog_AR"; then
6330 # Extract the first word of "ar", so it can be a program name with args.
6331 set dummy ar; ac_word=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; }
6334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6335 $as_echo_n "(cached) " >&6
6337 if test -n "$ac_ct_AR"; then
6338 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6344 test -z "$as_dir" && as_dir=.
6345 for ac_exec_ext in '' $ac_executable_extensions; do
6346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6347 ac_cv_prog_ac_ct_AR="ar"
6348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6358 if test -n "$ac_ct_AR"; then
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6360 $as_echo "$ac_ct_AR" >&6; }
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363 $as_echo "no" >&6; }
6366 if test "x$ac_ct_AR" = x; then
6369 case $cross_compiling:$ac_tool_warned in
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6373 ac_tool_warned=yes ;;
6381 test -z "$AR" && AR=ar
6382 test -z "$AR_FLAGS" && AR_FLAGS=cru
6394 if test -n "$ac_tool_prefix"; then
6395 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6396 set dummy ${ac_tool_prefix}strip; ac_word=$2
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6398 $as_echo_n "checking for $ac_word... " >&6; }
6399 if test "${ac_cv_prog_STRIP+set}" = set; then :
6400 $as_echo_n "(cached) " >&6
6402 if test -n "$STRIP"; then
6403 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6409 test -z "$as_dir" && as_dir=.
6410 for ac_exec_ext in '' $ac_executable_extensions; do
6411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6412 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6422 STRIP=$ac_cv_prog_STRIP
6423 if test -n "$STRIP"; then
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6425 $as_echo "$STRIP" >&6; }
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6428 $as_echo "no" >&6; }
6433 if test -z "$ac_cv_prog_STRIP"; then
6435 # Extract the first word of "strip", so it can be a program name with args.
6436 set dummy strip; ac_word=$2
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6438 $as_echo_n "checking for $ac_word... " >&6; }
6439 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6440 $as_echo_n "(cached) " >&6
6442 if test -n "$ac_ct_STRIP"; then
6443 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6449 test -z "$as_dir" && as_dir=.
6450 for ac_exec_ext in '' $ac_executable_extensions; do
6451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6452 ac_cv_prog_ac_ct_STRIP="strip"
6453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6462 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6463 if test -n "$ac_ct_STRIP"; then
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6465 $as_echo "$ac_ct_STRIP" >&6; }
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468 $as_echo "no" >&6; }
6471 if test "x$ac_ct_STRIP" = x; then
6474 case $cross_compiling:$ac_tool_warned in
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6477 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6478 ac_tool_warned=yes ;;
6483 STRIP="$ac_cv_prog_STRIP"
6486 test -z "$STRIP" && STRIP=:
6493 if test -n "$ac_tool_prefix"; then
6494 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6495 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6497 $as_echo_n "checking for $ac_word... " >&6; }
6498 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6499 $as_echo_n "(cached) " >&6
6501 if test -n "$RANLIB"; then
6502 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6508 test -z "$as_dir" && as_dir=.
6509 for ac_exec_ext in '' $ac_executable_extensions; do
6510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6511 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6521 RANLIB=$ac_cv_prog_RANLIB
6522 if test -n "$RANLIB"; then
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6524 $as_echo "$RANLIB" >&6; }
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6527 $as_echo "no" >&6; }
6532 if test -z "$ac_cv_prog_RANLIB"; then
6533 ac_ct_RANLIB=$RANLIB
6534 # Extract the first word of "ranlib", so it can be a program name with args.
6535 set dummy ranlib; ac_word=$2
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6537 $as_echo_n "checking for $ac_word... " >&6; }
6538 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6539 $as_echo_n "(cached) " >&6
6541 if test -n "$ac_ct_RANLIB"; then
6542 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6548 test -z "$as_dir" && as_dir=.
6549 for ac_exec_ext in '' $ac_executable_extensions; do
6550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6551 ac_cv_prog_ac_ct_RANLIB="ranlib"
6552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6561 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6562 if test -n "$ac_ct_RANLIB"; then
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6564 $as_echo "$ac_ct_RANLIB" >&6; }
6566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6567 $as_echo "no" >&6; }
6570 if test "x$ac_ct_RANLIB" = x; then
6573 case $cross_compiling:$ac_tool_warned in
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6576 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6577 ac_tool_warned=yes ;;
6579 RANLIB=$ac_ct_RANLIB
6582 RANLIB="$ac_cv_prog_RANLIB"
6585 test -z "$RANLIB" && RANLIB=:
6592 # Determine commands to create old-style static archives.
6593 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6594 old_postinstall_cmds='chmod 644 $oldlib'
6595 old_postuninstall_cmds=
6597 if test -n "$RANLIB"; then
6600 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6603 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6606 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6611 lock_old_archive_extraction=yes ;;
6613 lock_old_archive_extraction=no ;;
6654 # If no C compiler was specified, use CC.
6657 # If no C compiler flags were specified, use CFLAGS.
6658 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6660 # Allow CC to be a program name with arguments.
6664 # Check for command to grab the raw symbol name followed by C symbol from nm.
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6666 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6667 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6668 $as_echo_n "(cached) " >&6
6671 # These are sane defaults that work on at least a few old systems.
6672 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6674 # Character class describing NM global symbol codes.
6675 symcode='[BCDEGRST]'
6677 # Regexp to match symbols that can be accessed directly from C.
6678 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6680 # Define system-specific variables.
6685 cygwin* | mingw* | pw32* | cegcc*)
6686 symcode='[ABCDGISTW]'
6689 if test "$host_cpu" = ia64; then
6690 symcode='[ABCDEGRST]'
6694 symcode='[BCDEGRST]'
6697 symcode='[BCDEGQRST]'
6708 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6716 # If we're using GNU nm, then use its standard symbol codes.
6717 case `$NM -V 2>&1` in
6718 *GNU* | *'with BFD'*)
6719 symcode='[ABCDGIRSTW]' ;;
6722 # Transform an extracted symbol line into a proper C declaration.
6723 # Some systems (esp. on ia64) link data and code symbols differently,
6724 # so use this general approach.
6725 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6727 # Transform an extracted symbol line into symbol name and symbol address
6728 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6729 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'"
6731 # Handle CRLF in mingw tool chain
6735 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6739 # Try without a prefix underscore, then with it.
6740 for ac_symprfx in "" "_"; do
6742 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6743 symxfrm="\\1 $ac_symprfx\\2 \\2"
6745 # Write the raw and C identifiers.
6746 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6747 # Fake it for dumpbin and say T for any non-static function
6748 # and D for any global variable.
6749 # Also find C++ and __fastcall symbols from MSVC++,
6750 # which start with @ or ?.
6751 lt_cv_sys_global_symbol_pipe="$AWK '"\
6752 " {last_section=section; section=\$ 3};"\
6753 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6754 " \$ 0!~/External *\|/{next};"\
6755 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6756 " {if(hide[section]) next};"\
6757 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6758 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6759 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6760 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6761 " ' prfx=^$ac_symprfx"
6763 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6766 # Check to see that the pipe works correctly.
6770 cat > conftest.$ac_ext <<_LT_EOF
6775 void nm_test_func(void);
6776 void nm_test_func(void){}
6780 int main(){nm_test_var='a';nm_test_func();return(0);}
6783 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6784 (eval $ac_compile) 2>&5
6786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6787 test $ac_status = 0; }; then
6788 # Now try to grab the symbols.
6790 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6791 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6794 test $ac_status = 0; } && test -s "$nlist"; then
6795 # Try sorting and uniquifying the output.
6796 if sort "$nlist" | uniq > "$nlist"T; then
6797 mv -f "$nlist"T "$nlist"
6802 # Make sure that we snagged all the symbols we need.
6803 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6804 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6805 cat <<_LT_EOF > conftest.$ac_ext
6811 # Now generate the symbol file.
6812 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6814 cat <<_LT_EOF >> conftest.$ac_ext
6816 /* The mapping between symbol names and symbols. */
6821 lt__PROGRAM__LTX_preloaded_symbols[] =
6823 { "@PROGRAM@", (void *) 0 },
6825 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6826 cat <<\_LT_EOF >> conftest.$ac_ext
6830 /* This works around a problem in FreeBSD linker */
6831 #ifdef FREEBSD_WORKAROUND
6832 static const void *lt_preloaded_setup() {
6833 return lt__PROGRAM__LTX_preloaded_symbols;
6841 # Now try linking the two files.
6842 mv conftest.$ac_objext conftstm.$ac_objext
6843 lt_save_LIBS="$LIBS"
6844 lt_save_CFLAGS="$CFLAGS"
6845 LIBS="conftstm.$ac_objext"
6846 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6847 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6848 (eval $ac_link) 2>&5
6850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6851 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6854 LIBS="$lt_save_LIBS"
6855 CFLAGS="$lt_save_CFLAGS"
6857 echo "cannot find nm_test_func in $nlist" >&5
6860 echo "cannot find nm_test_var in $nlist" >&5
6863 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6866 echo "$progname: failed program was:" >&5
6867 cat conftest.$ac_ext >&5
6869 rm -rf conftest* conftst*
6871 # Do not use the global_symbol_pipe unless it works.
6872 if test "$pipe_works" = yes; then
6875 lt_cv_sys_global_symbol_pipe=
6881 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6882 lt_cv_sys_global_symbol_to_cdecl=
6884 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6886 $as_echo "failed" >&6; }
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6889 $as_echo "ok" >&6; }
6913 # Check whether --enable-libtool-lock was given.
6914 if test "${enable_libtool_lock+set}" = set; then :
6915 enableval=$enable_libtool_lock;
6918 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6920 # Some flags need to be propagated to the compiler or linker for good
6924 # Find out which ABI we are using.
6925 echo 'int i;' > conftest.$ac_ext
6926 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6927 (eval $ac_compile) 2>&5
6929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6930 test $ac_status = 0; }; then
6931 case `/usr/bin/file conftest.$ac_objext` in
6943 # Find out which ABI we are using.
6944 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6945 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6946 (eval $ac_compile) 2>&5
6948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6949 test $ac_status = 0; }; then
6950 if test "$lt_cv_prog_gnu_ld" = yes; then
6951 case `/usr/bin/file conftest.$ac_objext` in
6953 LD="${LD-ld} -melf32bsmip"
6956 LD="${LD-ld} -melf32bmipn32"
6959 LD="${LD-ld} -melf64bmip"
6963 case `/usr/bin/file conftest.$ac_objext` in
6979 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6980 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6981 # Find out which ABI we are using.
6982 echo 'int i;' > conftest.$ac_ext
6983 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6984 (eval $ac_compile) 2>&5
6986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6987 test $ac_status = 0; }; then
6988 case `/usr/bin/file conftest.o` in
6991 x86_64-*kfreebsd*-gnu)
6992 LD="${LD-ld} -m elf_i386_fbsd"
6995 case `/usr/bin/file conftest.o` in
6997 LD="${LD-ld} -m elf32_x86_64"
7000 LD="${LD-ld} -m elf_i386"
7004 powerpc64le-*linux*)
7005 LD="${LD-ld} -m elf32lppclinux"
7008 LD="${LD-ld} -m elf32ppclinux"
7011 LD="${LD-ld} -m elf_s390"
7014 LD="${LD-ld} -m elf32_sparc"
7020 x86_64-*kfreebsd*-gnu)
7021 LD="${LD-ld} -m elf_x86_64_fbsd"
7024 LD="${LD-ld} -m elf_x86_64"
7027 LD="${LD-ld} -m elf64lppc"
7030 LD="${LD-ld} -m elf64ppc"
7032 s390*-*linux*|s390*-*tpf*)
7033 LD="${LD-ld} -m elf64_s390"
7036 LD="${LD-ld} -m elf64_sparc"
7046 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7047 SAVE_CFLAGS="$CFLAGS"
7048 CFLAGS="$CFLAGS -belf"
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7050 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7051 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7052 $as_echo_n "(cached) " >&6
7055 ac_cpp='$CPP $CPPFLAGS'
7056 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7057 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7058 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7061 /* end confdefs.h. */
7071 if ac_fn_c_try_link "$LINENO"; then :
7072 lt_cv_cc_needs_belf=yes
7074 lt_cv_cc_needs_belf=no
7076 rm -f core conftest.err conftest.$ac_objext \
7077 conftest$ac_exeext conftest.$ac_ext
7079 ac_cpp='$CPP $CPPFLAGS'
7080 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7081 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7082 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7086 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7087 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7088 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7089 CFLAGS="$SAVE_CFLAGS"
7093 # Find out which ABI we are using.
7094 echo 'int i;' > conftest.$ac_ext
7095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7096 (eval $ac_compile) 2>&5
7098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7099 test $ac_status = 0; }; then
7100 case `/usr/bin/file conftest.o` in
7102 case $lt_cv_prog_gnu_ld in
7103 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7105 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7117 need_locks="$enable_libtool_lock"
7121 rhapsody* | darwin*)
7122 if test -n "$ac_tool_prefix"; then
7123 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7124 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7126 $as_echo_n "checking for $ac_word... " >&6; }
7127 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7128 $as_echo_n "(cached) " >&6
7130 if test -n "$DSYMUTIL"; then
7131 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7137 test -z "$as_dir" && as_dir=.
7138 for ac_exec_ext in '' $ac_executable_extensions; do
7139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7140 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7150 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7151 if test -n "$DSYMUTIL"; then
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7153 $as_echo "$DSYMUTIL" >&6; }
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7161 if test -z "$ac_cv_prog_DSYMUTIL"; then
7162 ac_ct_DSYMUTIL=$DSYMUTIL
7163 # Extract the first word of "dsymutil", so it can be a program name with args.
7164 set dummy dsymutil; ac_word=$2
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7166 $as_echo_n "checking for $ac_word... " >&6; }
7167 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7168 $as_echo_n "(cached) " >&6
7170 if test -n "$ac_ct_DSYMUTIL"; then
7171 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7177 test -z "$as_dir" && as_dir=.
7178 for ac_exec_ext in '' $ac_executable_extensions; do
7179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7180 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7190 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7191 if test -n "$ac_ct_DSYMUTIL"; then
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7193 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7196 $as_echo "no" >&6; }
7199 if test "x$ac_ct_DSYMUTIL" = x; then
7202 case $cross_compiling:$ac_tool_warned in
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7205 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7206 ac_tool_warned=yes ;;
7208 DSYMUTIL=$ac_ct_DSYMUTIL
7211 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7214 if test -n "$ac_tool_prefix"; then
7215 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7216 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7218 $as_echo_n "checking for $ac_word... " >&6; }
7219 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7220 $as_echo_n "(cached) " >&6
7222 if test -n "$NMEDIT"; then
7223 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7229 test -z "$as_dir" && as_dir=.
7230 for ac_exec_ext in '' $ac_executable_extensions; do
7231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7232 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7242 NMEDIT=$ac_cv_prog_NMEDIT
7243 if test -n "$NMEDIT"; then
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7245 $as_echo "$NMEDIT" >&6; }
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7248 $as_echo "no" >&6; }
7253 if test -z "$ac_cv_prog_NMEDIT"; then
7254 ac_ct_NMEDIT=$NMEDIT
7255 # Extract the first word of "nmedit", so it can be a program name with args.
7256 set dummy nmedit; ac_word=$2
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7258 $as_echo_n "checking for $ac_word... " >&6; }
7259 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7260 $as_echo_n "(cached) " >&6
7262 if test -n "$ac_ct_NMEDIT"; then
7263 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7269 test -z "$as_dir" && as_dir=.
7270 for ac_exec_ext in '' $ac_executable_extensions; do
7271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7272 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7282 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7283 if test -n "$ac_ct_NMEDIT"; then
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7285 $as_echo "$ac_ct_NMEDIT" >&6; }
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7288 $as_echo "no" >&6; }
7291 if test "x$ac_ct_NMEDIT" = x; then
7294 case $cross_compiling:$ac_tool_warned in
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7297 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7298 ac_tool_warned=yes ;;
7300 NMEDIT=$ac_ct_NMEDIT
7303 NMEDIT="$ac_cv_prog_NMEDIT"
7306 if test -n "$ac_tool_prefix"; then
7307 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7308 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7310 $as_echo_n "checking for $ac_word... " >&6; }
7311 if test "${ac_cv_prog_LIPO+set}" = set; then :
7312 $as_echo_n "(cached) " >&6
7314 if test -n "$LIPO"; then
7315 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7321 test -z "$as_dir" && as_dir=.
7322 for ac_exec_ext in '' $ac_executable_extensions; do
7323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7324 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7334 LIPO=$ac_cv_prog_LIPO
7335 if test -n "$LIPO"; then
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7337 $as_echo "$LIPO" >&6; }
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7340 $as_echo "no" >&6; }
7345 if test -z "$ac_cv_prog_LIPO"; then
7347 # Extract the first word of "lipo", so it can be a program name with args.
7348 set dummy lipo; ac_word=$2
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7350 $as_echo_n "checking for $ac_word... " >&6; }
7351 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7352 $as_echo_n "(cached) " >&6
7354 if test -n "$ac_ct_LIPO"; then
7355 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7361 test -z "$as_dir" && as_dir=.
7362 for ac_exec_ext in '' $ac_executable_extensions; do
7363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7364 ac_cv_prog_ac_ct_LIPO="lipo"
7365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7374 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7375 if test -n "$ac_ct_LIPO"; then
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7377 $as_echo "$ac_ct_LIPO" >&6; }
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7380 $as_echo "no" >&6; }
7383 if test "x$ac_ct_LIPO" = x; then
7386 case $cross_compiling:$ac_tool_warned in
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7390 ac_tool_warned=yes ;;
7395 LIPO="$ac_cv_prog_LIPO"
7398 if test -n "$ac_tool_prefix"; then
7399 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7400 set dummy ${ac_tool_prefix}otool; ac_word=$2
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7402 $as_echo_n "checking for $ac_word... " >&6; }
7403 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7404 $as_echo_n "(cached) " >&6
7406 if test -n "$OTOOL"; then
7407 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7413 test -z "$as_dir" && as_dir=.
7414 for ac_exec_ext in '' $ac_executable_extensions; do
7415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7416 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7426 OTOOL=$ac_cv_prog_OTOOL
7427 if test -n "$OTOOL"; then
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7429 $as_echo "$OTOOL" >&6; }
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7432 $as_echo "no" >&6; }
7437 if test -z "$ac_cv_prog_OTOOL"; then
7439 # Extract the first word of "otool", so it can be a program name with args.
7440 set dummy otool; ac_word=$2
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7442 $as_echo_n "checking for $ac_word... " >&6; }
7443 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7444 $as_echo_n "(cached) " >&6
7446 if test -n "$ac_ct_OTOOL"; then
7447 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7453 test -z "$as_dir" && as_dir=.
7454 for ac_exec_ext in '' $ac_executable_extensions; do
7455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7456 ac_cv_prog_ac_ct_OTOOL="otool"
7457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7466 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7467 if test -n "$ac_ct_OTOOL"; then
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7469 $as_echo "$ac_ct_OTOOL" >&6; }
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7472 $as_echo "no" >&6; }
7475 if test "x$ac_ct_OTOOL" = x; then
7478 case $cross_compiling:$ac_tool_warned in
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7481 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7482 ac_tool_warned=yes ;;
7487 OTOOL="$ac_cv_prog_OTOOL"
7490 if test -n "$ac_tool_prefix"; then
7491 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7492 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7494 $as_echo_n "checking for $ac_word... " >&6; }
7495 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7496 $as_echo_n "(cached) " >&6
7498 if test -n "$OTOOL64"; then
7499 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7505 test -z "$as_dir" && as_dir=.
7506 for ac_exec_ext in '' $ac_executable_extensions; do
7507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7508 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7518 OTOOL64=$ac_cv_prog_OTOOL64
7519 if test -n "$OTOOL64"; then
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7521 $as_echo "$OTOOL64" >&6; }
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7524 $as_echo "no" >&6; }
7529 if test -z "$ac_cv_prog_OTOOL64"; then
7530 ac_ct_OTOOL64=$OTOOL64
7531 # Extract the first word of "otool64", so it can be a program name with args.
7532 set dummy otool64; ac_word=$2
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7534 $as_echo_n "checking for $ac_word... " >&6; }
7535 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7536 $as_echo_n "(cached) " >&6
7538 if test -n "$ac_ct_OTOOL64"; then
7539 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7545 test -z "$as_dir" && as_dir=.
7546 for ac_exec_ext in '' $ac_executable_extensions; do
7547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7548 ac_cv_prog_ac_ct_OTOOL64="otool64"
7549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7558 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7559 if test -n "$ac_ct_OTOOL64"; then
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7561 $as_echo "$ac_ct_OTOOL64" >&6; }
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7564 $as_echo "no" >&6; }
7567 if test "x$ac_ct_OTOOL64" = x; then
7570 case $cross_compiling:$ac_tool_warned in
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7573 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7574 ac_tool_warned=yes ;;
7576 OTOOL64=$ac_ct_OTOOL64
7579 OTOOL64="$ac_cv_prog_OTOOL64"
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7609 $as_echo_n "checking for -single_module linker flag... " >&6; }
7610 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7611 $as_echo_n "(cached) " >&6
7613 lt_cv_apple_cc_single_mod=no
7614 if test -z "${LT_MULTI_MODULE}"; then
7615 # By default we will add the -single_module flag. You can override
7616 # by either setting the environment variable LT_MULTI_MODULE
7617 # non-empty at configure time, or by adding -multi_module to the
7619 rm -rf libconftest.dylib*
7620 echo "int foo(void){return 1;}" > conftest.c
7621 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7622 -dynamiclib -Wl,-single_module conftest.c" >&5
7623 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7624 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7626 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7627 lt_cv_apple_cc_single_mod=yes
7629 cat conftest.err >&5
7631 rm -rf libconftest.dylib*
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7636 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7638 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7639 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7640 $as_echo_n "(cached) " >&6
7642 lt_cv_ld_exported_symbols_list=no
7643 save_LDFLAGS=$LDFLAGS
7644 echo "_main" > conftest.sym
7645 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7647 /* end confdefs.h. */
7657 if ac_fn_c_try_link "$LINENO"; then :
7658 lt_cv_ld_exported_symbols_list=yes
7660 lt_cv_ld_exported_symbols_list=no
7662 rm -f core conftest.err conftest.$ac_objext \
7663 conftest$ac_exeext conftest.$ac_ext
7664 LDFLAGS="$save_LDFLAGS"
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7668 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7670 $as_echo_n "checking for -force_load linker flag... " >&6; }
7671 if test "${lt_cv_ld_force_load+set}" = set; then :
7672 $as_echo_n "(cached) " >&6
7674 lt_cv_ld_force_load=no
7675 cat > conftest.c << _LT_EOF
7676 int forced_loaded() { return 2;}
7678 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7679 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7680 echo "$AR cru libconftest.a conftest.o" >&5
7681 $AR cru libconftest.a conftest.o 2>&5
7682 cat > conftest.c << _LT_EOF
7683 int main() { return 0;}
7685 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7686 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7688 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7689 lt_cv_ld_force_load=yes
7691 cat conftest.err >&5
7693 rm -f conftest.err libconftest.a conftest conftest.c
7694 rm -rf conftest.dSYM
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7698 $as_echo "$lt_cv_ld_force_load" >&6; }
7700 rhapsody* | darwin1.[012])
7701 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7703 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7704 darwin*) # darwin 5.x on
7705 # if running on 10.5 or later, the deployment target defaults
7706 # to the OS version, if on x86, and 10.4, the deployment
7707 # target defaults to 10.4. Don't you love it?
7708 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7709 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7710 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7712 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7714 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7718 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7719 _lt_dar_single_mod='$single_module'
7721 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7722 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7724 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7726 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7727 _lt_dsymutil='~$DSYMUTIL $lib || :'
7734 for ac_header in dlfcn.h
7736 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7738 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7739 cat >>confdefs.h <<_ACEOF
7740 #define HAVE_DLFCN_H 1
7761 # Check whether --enable-shared was given.
7762 if test "${enable_shared+set}" = set; then :
7763 enableval=$enable_shared; p=${PACKAGE-default}
7765 yes) enable_shared=yes ;;
7766 no) enable_shared=no ;;
7769 # Look at the argument we got. We use all the common list separators.
7770 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7771 for pkg in $enableval; do
7773 if test "X$pkg" = "X$p"; then
7792 # Check whether --enable-static was given.
7793 if test "${enable_static+set}" = set; then :
7794 enableval=$enable_static; p=${PACKAGE-default}
7796 yes) enable_static=yes ;;
7797 no) enable_static=no ;;
7800 # Look at the argument we got. We use all the common list separators.
7801 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7802 for pkg in $enableval; do
7804 if test "X$pkg" = "X$p"; then
7824 # Check whether --with-pic was given.
7825 if test "${with_pic+set}" = set; then :
7826 withval=$with_pic; pic_mode="$withval"
7832 test -z "$pic_mode" && pic_mode=default
7840 # Check whether --enable-fast-install was given.
7841 if test "${enable_fast_install+set}" = set; then :
7842 enableval=$enable_fast_install; p=${PACKAGE-default}
7844 yes) enable_fast_install=yes ;;
7845 no) enable_fast_install=no ;;
7847 enable_fast_install=no
7848 # Look at the argument we got. We use all the common list separators.
7849 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7850 for pkg in $enableval; do
7852 if test "X$pkg" = "X$p"; then
7853 enable_fast_install=yes
7860 enable_fast_install=yes
7873 # This can be used to rebuild libtool when needed
7874 LIBTOOL_DEPS="$ltmain"
7876 # Always use our own libtool.
7877 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7904 test -z "$LN_S" && LN_S="ln -s"
7919 if test -n "${ZSH_VERSION+set}" ; then
7920 setopt NO_GLOB_SUBST
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7924 $as_echo_n "checking for objdir... " >&6; }
7925 if test "${lt_cv_objdir+set}" = set; then :
7926 $as_echo_n "(cached) " >&6
7928 rm -f .libs 2>/dev/null
7929 mkdir .libs 2>/dev/null
7930 if test -d .libs; then
7933 # MS-DOS does not allow filenames that begin with a dot.
7936 rmdir .libs 2>/dev/null
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7939 $as_echo "$lt_cv_objdir" >&6; }
7940 objdir=$lt_cv_objdir
7946 cat >>confdefs.h <<_ACEOF
7947 #define LT_OBJDIR "$lt_cv_objdir/"
7955 # AIX sometimes has problems with the GCC collect2 program. For some
7956 # reason, if we set the COLLECT_NAMES environment variable, the problems
7957 # vanish in a puff of smoke.
7958 if test "X${COLLECT_NAMES+set}" != Xset; then
7960 export COLLECT_NAMES
7967 can_build_shared=yes
7969 # All known linkers require a `.a' archive for static linking (except MSVC,
7970 # which needs '.lib').
7973 with_gnu_ld="$lt_cv_prog_gnu_ld"
7976 old_CFLAGS="$CFLAGS"
7978 # Set sane defaults for various variables
7979 test -z "$CC" && CC=cc
7980 test -z "$LTCC" && LTCC=$CC
7981 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7982 test -z "$LD" && LD=ld
7983 test -z "$ac_objext" && ac_objext=o
7985 for cc_temp in $compiler""; do
7987 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7988 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7993 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7996 # Only perform the check for file, if the check method requires it
7997 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7998 case $deplibs_check_method in
8000 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8002 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8003 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8004 $as_echo_n "(cached) " >&6
8008 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8011 lt_save_MAGIC_CMD="$MAGIC_CMD"
8012 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8013 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8014 for ac_dir in $ac_dummy; do
8016 test -z "$ac_dir" && ac_dir=.
8017 if test -f $ac_dir/${ac_tool_prefix}file; then
8018 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8019 if test -n "$file_magic_test_file"; then
8020 case $deplibs_check_method in
8022 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8023 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8024 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8025 $EGREP "$file_magic_regex" > /dev/null; then
8030 *** Warning: the command libtool uses to detect shared libraries,
8031 *** $file_magic_cmd, produces output that libtool cannot recognize.
8032 *** The result is that libtool may fail to recognize shared libraries
8033 *** as such. This will affect the creation of libtool libraries that
8034 *** depend on shared libraries, but programs linked with such libtool
8035 *** libraries will work regardless of this problem. Nevertheless, you
8036 *** may want to report the problem to your system manager and/or to
8037 *** bug-libtool@gnu.org
8047 MAGIC_CMD="$lt_save_MAGIC_CMD"
8052 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8053 if test -n "$MAGIC_CMD"; then
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8055 $as_echo "$MAGIC_CMD" >&6; }
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8058 $as_echo "no" >&6; }
8065 if test -z "$lt_cv_path_MAGIC_CMD"; then
8066 if test -n "$ac_tool_prefix"; then
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8068 $as_echo_n "checking for file... " >&6; }
8069 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8070 $as_echo_n "(cached) " >&6
8074 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8077 lt_save_MAGIC_CMD="$MAGIC_CMD"
8078 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8079 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8080 for ac_dir in $ac_dummy; do
8082 test -z "$ac_dir" && ac_dir=.
8083 if test -f $ac_dir/file; then
8084 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8085 if test -n "$file_magic_test_file"; then
8086 case $deplibs_check_method in
8088 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8089 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8090 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8091 $EGREP "$file_magic_regex" > /dev/null; then
8096 *** Warning: the command libtool uses to detect shared libraries,
8097 *** $file_magic_cmd, produces output that libtool cannot recognize.
8098 *** The result is that libtool may fail to recognize shared libraries
8099 *** as such. This will affect the creation of libtool libraries that
8100 *** depend on shared libraries, but programs linked with such libtool
8101 *** libraries will work regardless of this problem. Nevertheless, you
8102 *** may want to report the problem to your system manager and/or to
8103 *** bug-libtool@gnu.org
8113 MAGIC_CMD="$lt_save_MAGIC_CMD"
8118 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8119 if test -n "$MAGIC_CMD"; then
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8121 $as_echo "$MAGIC_CMD" >&6; }
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8124 $as_echo "no" >&6; }
8137 # Use C for the default configuration in the libtool script
8141 ac_cpp='$CPP $CPPFLAGS'
8142 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8143 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8144 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8147 # Source file extension for C test sources.
8150 # Object file extension for compiled C test sources.
8154 # Code to be used in simple compile tests
8155 lt_simple_compile_test_code="int some_variable = 0;"
8157 # Code to be used in simple link tests
8158 lt_simple_link_test_code='int main(){return(0);}'
8166 # If no C compiler was specified, use CC.
8169 # If no C compiler flags were specified, use CFLAGS.
8170 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8172 # Allow CC to be a program name with arguments.
8175 # Save the default compiler, since it gets overwritten when the other
8176 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8177 compiler_DEFAULT=$CC
8179 # save warnings/boilerplate of simple test code
8180 ac_outfile=conftest.$ac_objext
8181 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8182 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8183 _lt_compiler_boilerplate=`cat conftest.err`
8186 ac_outfile=conftest.$ac_objext
8187 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8188 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8189 _lt_linker_boilerplate=`cat conftest.err`
8194 ## There is no encapsulation within the following macros, do not change
8195 ## the running order or otherwise move them around unless you know exactly
8196 ## what you are doing...
8197 if test -n "$compiler"; then
8199 lt_prog_compiler_no_builtin_flag=
8201 if test "$GCC" = yes; then
8202 case $cc_basename in
8204 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8206 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8210 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8211 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8212 $as_echo_n "(cached) " >&6
8214 lt_cv_prog_compiler_rtti_exceptions=no
8215 ac_outfile=conftest.$ac_objext
8216 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8217 lt_compiler_flag="-fno-rtti -fno-exceptions"
8218 # Insert the option either (1) after the last *FLAGS variable, or
8219 # (2) before a word containing "conftest.", or (3) at the end.
8220 # Note that $ac_compile itself does not contain backslashes and begins
8221 # with a dollar sign (not a hyphen), so the echo should work correctly.
8222 # The option is referenced via a variable to avoid confusing sed.
8223 lt_compile=`echo "$ac_compile" | $SED \
8224 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8225 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8226 -e 's:$: $lt_compiler_flag:'`
8227 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8228 (eval "$lt_compile" 2>conftest.err)
8230 cat conftest.err >&5
8231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232 if (exit $ac_status) && test -s "$ac_outfile"; then
8233 # The compiler can only warn and ignore the option if not recognized
8234 # So say no if there are warnings other than the usual output.
8235 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8236 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8237 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8238 lt_cv_prog_compiler_rtti_exceptions=yes
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8245 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8247 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8248 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8260 lt_prog_compiler_wl=
8261 lt_prog_compiler_pic=
8262 lt_prog_compiler_static=
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8265 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8267 if test "$GCC" = yes; then
8268 lt_prog_compiler_wl='-Wl,'
8269 lt_prog_compiler_static='-static'
8273 # All AIX code is PIC.
8274 if test "$host_cpu" = ia64; then
8275 # AIX 5 now supports IA64 processor
8276 lt_prog_compiler_static='-Bstatic'
8278 lt_prog_compiler_pic='-fPIC'
8284 # see comment about AmigaOS4 .so support
8285 lt_prog_compiler_pic='-fPIC'
8288 # FIXME: we need at least 68020 code to build shared libraries, but
8289 # adding the `-m68020' flag to GCC prevents building anything better,
8291 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8296 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8297 # PIC is the default for these OSes.
8300 mingw* | cygwin* | pw32* | os2* | cegcc*)
8301 # This hack is so that the source file can tell whether it is being
8302 # built for inclusion in a dll (and should export symbols for example).
8303 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8304 # (--disable-auto-import) libraries
8305 lt_prog_compiler_pic='-DDLL_EXPORT'
8308 darwin* | rhapsody*)
8309 # PIC is the default on this platform
8310 # Common symbols not allowed in MH_DYLIB files
8311 lt_prog_compiler_pic='-fno-common'
8315 # PIC is the default for Haiku.
8316 # The "-static" flag exists, but is broken.
8317 lt_prog_compiler_static=
8321 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8322 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8323 # sets the default TLS model and affects inlining.
8329 lt_prog_compiler_pic='-fPIC'
8335 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8336 # Instead, we relocate shared libraries at runtime.
8340 # Just because we use GCC doesn't mean we suddenly get shared libraries
8341 # on systems that don't support them.
8342 lt_prog_compiler_can_build_shared=no
8347 # QNX uses GNU C++, but need to define -shared option too, otherwise
8349 lt_prog_compiler_pic='-fPIC -shared'
8353 if test -d /usr/nec; then
8354 lt_prog_compiler_pic=-Kconform_pic
8359 lt_prog_compiler_pic='-fPIC'
8363 case $cc_basename in
8364 nvcc*) # Cuda Compiler Driver 2.2
8365 lt_prog_compiler_wl='-Xlinker '
8366 lt_prog_compiler_pic='-Xcompiler -fPIC'
8370 # PORTME Check for flag to pass linker flags through the system compiler.
8373 lt_prog_compiler_wl='-Wl,'
8374 if test "$host_cpu" = ia64; then
8375 # AIX 5 now supports IA64 processor
8376 lt_prog_compiler_static='-Bstatic'
8378 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8382 mingw* | cygwin* | pw32* | os2* | cegcc*)
8383 # This hack is so that the source file can tell whether it is being
8384 # built for inclusion in a dll (and should export symbols for example).
8385 lt_prog_compiler_pic='-DDLL_EXPORT'
8388 hpux9* | hpux10* | hpux11*)
8389 lt_prog_compiler_wl='-Wl,'
8390 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8397 lt_prog_compiler_pic='+Z'
8400 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8401 lt_prog_compiler_static='${wl}-a ${wl}archive'
8404 irix5* | irix6* | nonstopux*)
8405 lt_prog_compiler_wl='-Wl,'
8406 # PIC (with -KPIC) is the default.
8407 lt_prog_compiler_static='-non_shared'
8410 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8411 case $cc_basename in
8412 # old Intel for x86_64 which still supported -KPIC.
8414 lt_prog_compiler_wl='-Wl,'
8415 lt_prog_compiler_pic='-KPIC'
8416 lt_prog_compiler_static='-static'
8418 # icc used to be incompatible with GCC.
8419 # ICC 10 doesn't accept -KPIC any more.
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-fPIC'
8423 lt_prog_compiler_static='-static'
8425 # Lahey Fortran 8.1.
8427 lt_prog_compiler_wl='-Wl,'
8428 lt_prog_compiler_pic='--shared'
8429 lt_prog_compiler_static='--static'
8431 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8432 # Portland Group compilers (*not* the Pentium gcc compiler,
8433 # which looks to be a dead project)
8434 lt_prog_compiler_wl='-Wl,'
8435 lt_prog_compiler_pic='-fpic'
8436 lt_prog_compiler_static='-Bstatic'
8439 lt_prog_compiler_wl='-Wl,'
8440 # All Alpha code is PIC.
8441 lt_prog_compiler_static='-non_shared'
8443 xl* | bgxl* | bgf* | mpixl*)
8444 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8445 lt_prog_compiler_wl='-Wl,'
8446 lt_prog_compiler_pic='-qpic'
8447 lt_prog_compiler_static='-qstaticlink'
8450 case `$CC -V 2>&1 | sed 5q` in
8451 *Sun\ F* | *Sun*Fortran*)
8452 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8453 lt_prog_compiler_pic='-KPIC'
8454 lt_prog_compiler_static='-Bstatic'
8455 lt_prog_compiler_wl=''
8459 lt_prog_compiler_pic='-KPIC'
8460 lt_prog_compiler_static='-Bstatic'
8461 lt_prog_compiler_wl='-Wl,'
8469 lt_prog_compiler_pic='-KPIC'
8470 lt_prog_compiler_static='-Bstatic'
8474 # QNX uses GNU C++, but need to define -shared option too, otherwise
8476 lt_prog_compiler_pic='-fPIC -shared'
8479 osf3* | osf4* | osf5*)
8480 lt_prog_compiler_wl='-Wl,'
8481 # All OSF/1 code is PIC.
8482 lt_prog_compiler_static='-non_shared'
8486 lt_prog_compiler_static='-non_shared'
8490 lt_prog_compiler_pic='-KPIC'
8491 lt_prog_compiler_static='-Bstatic'
8492 case $cc_basename in
8494 lt_prog_compiler_wl='-Qoption ld ';;
8496 lt_prog_compiler_wl='-Wl,';;
8501 lt_prog_compiler_wl='-Qoption ld '
8502 lt_prog_compiler_pic='-PIC'
8503 lt_prog_compiler_static='-Bstatic'
8506 sysv4 | sysv4.2uw2* | sysv4.3*)
8507 lt_prog_compiler_wl='-Wl,'
8508 lt_prog_compiler_pic='-KPIC'
8509 lt_prog_compiler_static='-Bstatic'
8513 if test -d /usr/nec ;then
8514 lt_prog_compiler_pic='-Kconform_pic'
8515 lt_prog_compiler_static='-Bstatic'
8519 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8520 lt_prog_compiler_wl='-Wl,'
8521 lt_prog_compiler_pic='-KPIC'
8522 lt_prog_compiler_static='-Bstatic'
8526 lt_prog_compiler_wl='-Wl,'
8527 lt_prog_compiler_can_build_shared=no
8531 lt_prog_compiler_pic='-pic'
8532 lt_prog_compiler_static='-Bstatic'
8536 lt_prog_compiler_can_build_shared=no
8542 # For platforms which do not support PIC, -DPIC is meaningless:
8544 lt_prog_compiler_pic=
8547 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8551 $as_echo "$lt_prog_compiler_pic" >&6; }
8559 # Check to make sure the PIC flag actually works.
8561 if test -n "$lt_prog_compiler_pic"; then
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8563 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8564 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8565 $as_echo_n "(cached) " >&6
8567 lt_cv_prog_compiler_pic_works=no
8568 ac_outfile=conftest.$ac_objext
8569 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8570 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8571 # Insert the option either (1) after the last *FLAGS variable, or
8572 # (2) before a word containing "conftest.", or (3) at the end.
8573 # Note that $ac_compile itself does not contain backslashes and begins
8574 # with a dollar sign (not a hyphen), so the echo should work correctly.
8575 # The option is referenced via a variable to avoid confusing sed.
8576 lt_compile=`echo "$ac_compile" | $SED \
8577 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8578 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8579 -e 's:$: $lt_compiler_flag:'`
8580 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8581 (eval "$lt_compile" 2>conftest.err)
8583 cat conftest.err >&5
8584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8585 if (exit $ac_status) && test -s "$ac_outfile"; then
8586 # The compiler can only warn and ignore the option if not recognized
8587 # So say no if there are warnings other than the usual output.
8588 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8589 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8590 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8591 lt_cv_prog_compiler_pic_works=yes
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8598 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8600 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8601 case $lt_prog_compiler_pic in
8603 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8606 lt_prog_compiler_pic=
8607 lt_prog_compiler_can_build_shared=no
8618 # Check to make sure the static flag actually works.
8620 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8622 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8623 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8624 $as_echo_n "(cached) " >&6
8626 lt_cv_prog_compiler_static_works=no
8627 save_LDFLAGS="$LDFLAGS"
8628 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8629 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8630 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8631 # The linker can only warn and ignore the option if not recognized
8632 # So say no if there are warnings
8633 if test -s conftest.err; then
8634 # Append any errors to the config.log.
8635 cat conftest.err 1>&5
8636 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8637 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8638 if diff conftest.exp conftest.er2 >/dev/null; then
8639 lt_cv_prog_compiler_static_works=yes
8642 lt_cv_prog_compiler_static_works=yes
8646 LDFLAGS="$save_LDFLAGS"
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8650 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8652 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8655 lt_prog_compiler_static=
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8665 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8666 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8667 $as_echo_n "(cached) " >&6
8669 lt_cv_prog_compiler_c_o=no
8670 $RM -r conftest 2>/dev/null
8674 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8676 lt_compiler_flag="-o out/conftest2.$ac_objext"
8677 # Insert the option either (1) after the last *FLAGS variable, or
8678 # (2) before a word containing "conftest.", or (3) at the end.
8679 # Note that $ac_compile itself does not contain backslashes and begins
8680 # with a dollar sign (not a hyphen), so the echo should work correctly.
8681 lt_compile=`echo "$ac_compile" | $SED \
8682 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8683 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8684 -e 's:$: $lt_compiler_flag:'`
8685 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8686 (eval "$lt_compile" 2>out/conftest.err)
8688 cat out/conftest.err >&5
8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8692 # The compiler can only warn and ignore the option if not recognized
8693 # So say no if there are warnings
8694 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8695 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8696 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8697 lt_cv_prog_compiler_c_o=yes
8702 # SGI C++ compiler will create directory out/ii_files/ for
8703 # template instantiation
8704 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8705 $RM out/* && rmdir out
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8712 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8720 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8721 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8722 $as_echo_n "(cached) " >&6
8724 lt_cv_prog_compiler_c_o=no
8725 $RM -r conftest 2>/dev/null
8729 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8731 lt_compiler_flag="-o out/conftest2.$ac_objext"
8732 # Insert the option either (1) after the last *FLAGS variable, or
8733 # (2) before a word containing "conftest.", or (3) at the end.
8734 # Note that $ac_compile itself does not contain backslashes and begins
8735 # with a dollar sign (not a hyphen), so the echo should work correctly.
8736 lt_compile=`echo "$ac_compile" | $SED \
8737 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8738 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8739 -e 's:$: $lt_compiler_flag:'`
8740 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8741 (eval "$lt_compile" 2>out/conftest.err)
8743 cat out/conftest.err >&5
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8747 # The compiler can only warn and ignore the option if not recognized
8748 # So say no if there are warnings
8749 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8750 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8751 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8752 lt_cv_prog_compiler_c_o=yes
8757 # SGI C++ compiler will create directory out/ii_files/ for
8758 # template instantiation
8759 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8760 $RM out/* && rmdir out
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8767 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8772 hard_links="nottested"
8773 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8774 # do not overwrite the value of need_locks provided by the user
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8776 $as_echo_n "checking if we can lock with hard links... " >&6; }
8779 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8781 ln conftest.a conftest.b 2>&5 || hard_links=no
8782 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8784 $as_echo "$hard_links" >&6; }
8785 if test "$hard_links" = no; then
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8787 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8800 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8803 allow_undefined_flag=
8804 always_export_symbols=no
8806 archive_expsym_cmds=
8807 compiler_needs_object=no
8808 enable_shared_with_static_runtimes=no
8809 export_dynamic_flag_spec=
8810 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8811 hardcode_automatic=no
8813 hardcode_direct_absolute=no
8814 hardcode_libdir_flag_spec=
8815 hardcode_libdir_flag_spec_ld=
8816 hardcode_libdir_separator=
8818 hardcode_shlibpath_var=unsupported
8820 link_all_deplibs=unknown
8823 old_archive_from_new_cmds=
8824 old_archive_from_expsyms_cmds=
8825 thread_safe_flag_spec=
8826 whole_archive_flag_spec=
8827 # include_expsyms should be a list of space-separated symbols to be *always*
8828 # included in the symbol list
8830 # exclude_expsyms can be an extended regexp of symbols to exclude
8831 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8832 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8833 # as well as any symbol that contains `d'.
8834 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8835 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8836 # platforms (ab)use it in PIC code, but their linkers get confused if
8837 # the symbol is explicitly referenced. Since portable code cannot
8838 # rely on this symbol name, it's probably fine to never include it in
8839 # preloaded symbol tables.
8840 # Exclude shared library initialization/finalization symbols.
8841 extract_expsyms_cmds=
8844 cygwin* | mingw* | pw32* | cegcc*)
8845 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8846 # When not using gcc, we currently assume that we are using
8847 # Microsoft Visual C++.
8848 if test "$GCC" != yes; then
8853 # we just hope/assume this is gcc and not c89 (= MSVC++)
8863 # On some targets, GNU ld is compatible enough with the native linker
8864 # that we're better off using the native interface for both.
8865 lt_use_gnu_ld_interface=no
8866 if test "$with_gnu_ld" = yes; then
8869 # The AIX port of GNU ld has always aspired to compatibility
8870 # with the native linker. However, as the warning in the GNU ld
8871 # block says, versions before 2.19.5* couldn't really create working
8872 # shared libraries, regardless of the interface used.
8873 case `$LD -v 2>&1` in
8874 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8875 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8876 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8878 lt_use_gnu_ld_interface=yes
8883 lt_use_gnu_ld_interface=yes
8888 if test "$lt_use_gnu_ld_interface" = yes; then
8889 # If archive_cmds runs LD, not CC, wlarc should be empty
8892 # Set some defaults for GNU ld with shared library support. These
8893 # are reset later if shared libraries are not supported. Putting them
8894 # here allows them to be overridden if necessary.
8895 runpath_var=LD_RUN_PATH
8896 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8897 export_dynamic_flag_spec='${wl}--export-dynamic'
8898 # ancient GNU ld didn't support --whole-archive et. al.
8899 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8900 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8902 whole_archive_flag_spec=
8904 supports_anon_versioning=no
8905 case `$LD -v 2>&1` in
8906 *GNU\ gold*) supports_anon_versioning=yes ;;
8907 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8908 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8909 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8910 *\ 2.11.*) ;; # other 2.11 versions
8911 *) supports_anon_versioning=yes ;;
8914 # See if GNU ld supports shared libraries.
8917 # On AIX/PPC, the GNU linker is very broken
8918 if test "$host_cpu" != ia64; then
8922 *** Warning: the GNU linker, at least up to release 2.19, is reported
8923 *** to be unable to reliably create shared libraries on AIX.
8924 *** Therefore, libtool is disabling shared libraries support. If you
8925 *** really care for shared libraries, you may want to install binutils
8926 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8927 *** You will then need to restart the configuration process.
8936 # see comment about AmigaOS4 .so support
8937 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8938 archive_expsym_cmds=''
8941 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)'
8942 hardcode_libdir_flag_spec='-L$libdir'
8943 hardcode_minus_L=yes
8949 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8950 allow_undefined_flag=unsupported
8951 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8952 # support --undefined. This deserves some investigation. FIXME
8953 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8959 cygwin* | mingw* | pw32* | cegcc*)
8960 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8961 # as there is no search path for DLLs.
8962 hardcode_libdir_flag_spec='-L$libdir'
8963 export_dynamic_flag_spec='${wl}--export-all-symbols'
8964 allow_undefined_flag=unsupported
8965 always_export_symbols=no
8966 enable_shared_with_static_runtimes=yes
8967 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8969 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8970 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8971 # If the export-symbols file already is a .def file (1st line
8972 # is EXPORTS), use it as is; otherwise, prepend...
8973 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8974 cp $export_symbols $output_objdir/$soname.def;
8976 echo EXPORTS > $output_objdir/$soname.def;
8977 cat $export_symbols >> $output_objdir/$soname.def;
8979 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8986 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8987 link_all_deplibs=yes
8992 hardcode_shlibpath_var=no
8993 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8994 export_dynamic_flag_spec='${wl}-E'
8995 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8996 # Instead, shared libraries are loaded at an image base (0x10000000 by
8997 # default) and relocated if they conflict, which is a slow very memory
8998 # consuming and fragmenting process. To avoid this, we pick a random,
8999 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9000 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9001 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9002 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'
9005 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9007 if test "$host_os" = linux-dietlibc; then
9008 case $cc_basename in
9009 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9012 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9013 && test "$tmp_diet" = no
9015 tmp_addflag=' $pic_flag'
9016 tmp_sharedflag='-shared'
9017 case $cc_basename,$host_cpu in
9018 pgcc*) # Portland Group C compiler
9019 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'
9020 tmp_addflag=' $pic_flag'
9022 pgf77* | pgf90* | pgf95* | pgfortran*)
9023 # Portland Group f77 and f90 compilers
9024 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'
9025 tmp_addflag=' $pic_flag -Mnomain' ;;
9026 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9027 tmp_addflag=' -i_dynamic' ;;
9028 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9029 tmp_addflag=' -i_dynamic -nofor_main' ;;
9030 ifc* | ifort*) # Intel Fortran compiler
9031 tmp_addflag=' -nofor_main' ;;
9032 lf95*) # Lahey Fortran 8.1
9033 whole_archive_flag_spec=
9034 tmp_sharedflag='--shared' ;;
9035 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9036 tmp_sharedflag='-qmkshrobj'
9038 nvcc*) # Cuda Compiler Driver 2.2
9039 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'
9040 compiler_needs_object=yes
9043 case `$CC -V 2>&1 | sed 5q` in
9044 *Sun\ C*) # Sun C 5.9
9045 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'
9046 compiler_needs_object=yes
9047 tmp_sharedflag='-G' ;;
9048 *Sun\ F*) # Sun Fortran 8.3
9049 tmp_sharedflag='-G' ;;
9051 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9053 if test "x$supports_anon_versioning" = xyes; then
9054 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9055 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9056 echo "local: *; };" >> $output_objdir/$libname.ver~
9057 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9060 case $cc_basename in
9061 xlf* | bgf* | bgxlf* | mpixlf*)
9062 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9063 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9064 hardcode_libdir_flag_spec=
9065 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9066 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9067 if test "x$supports_anon_versioning" = xyes; then
9068 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9069 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9070 echo "local: *; };" >> $output_objdir/$libname.ver~
9071 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9081 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9082 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9085 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9086 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9091 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9095 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9096 *** create shared libraries on Solaris systems. Therefore, libtool
9097 *** is disabling shared libraries support. We urge you to upgrade GNU
9098 *** binutils to release 2.9.1 or newer. Another option is to modify
9099 *** your PATH or compiler configuration so that the native linker is
9100 *** used, and then restart.
9103 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9104 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9105 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9111 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9112 case `$LD -v 2>&1` in
9113 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9117 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9118 *** reliably create shared libraries on SCO systems. Therefore, libtool
9119 *** is disabling shared libraries support. We urge you to upgrade GNU
9120 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9121 *** your PATH or compiler configuration so that the native linker is
9122 *** used, and then restart.
9127 # For security reasons, it is highly recommended that you always
9128 # use absolute paths for naming shared libraries, and exclude the
9129 # DT_RUNPATH tag from executables and libraries. But doing so
9130 # requires that you compile everything twice, which is a pain.
9131 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9132 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9133 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9134 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9143 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9146 hardcode_shlibpath_var=no
9150 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9151 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9152 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9159 if test "$ld_shlibs" = no; then
9161 hardcode_libdir_flag_spec=
9162 export_dynamic_flag_spec=
9163 whole_archive_flag_spec=
9166 # PORTME fill in a description of your system's linker (not GNU ld)
9169 allow_undefined_flag=unsupported
9170 always_export_symbols=yes
9171 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'
9172 # Note: this linker hardcodes the directories in LIBPATH if there
9173 # are no directories specified by -L.
9174 hardcode_minus_L=yes
9175 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9176 # Neither direct hardcoding nor static linking is supported with a
9178 hardcode_direct=unsupported
9183 if test "$host_cpu" = ia64; then
9184 # On IA64, the linker does run time linking by default, so we don't
9185 # have to do anything special.
9186 aix_use_runtimelinking=no
9187 exp_sym_flag='-Bexport'
9190 # If we're using GNU nm, then we don't want the "-C" option.
9191 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9192 # Also, AIX nm treats weak defined symbols like other global
9193 # defined symbols, whereas GNU nm marks them as "W".
9194 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9195 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'
9197 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'
9199 aix_use_runtimelinking=no
9201 # Test if we are trying to use run time linking or normal
9202 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9203 # need to do runtime linking.
9204 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9205 for ld_flag in $LDFLAGS; do
9206 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9207 aix_use_runtimelinking=yes
9214 exp_sym_flag='-bexport'
9215 no_entry_flag='-bnoentry'
9218 # When large executables or shared objects are built, AIX ld can
9219 # have problems creating the table of contents. If linking a library
9220 # or program results in "error TOC overflow" add -mminimal-toc to
9221 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9222 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9226 hardcode_direct_absolute=yes
9227 hardcode_libdir_separator=':'
9228 link_all_deplibs=yes
9229 file_list_spec='${wl}-f,'
9231 if test "$GCC" = yes; then
9232 case $host_os in aix4.[012]|aix4.[012].*)
9233 # We only want to do this on AIX 4.2 and lower, the check
9234 # below for broken collect2 doesn't work under 4.3+
9235 collect2name=`${CC} -print-prog-name=collect2`
9236 if test -f "$collect2name" &&
9237 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9239 # We have reworked collect2
9242 # We have old collect2
9243 hardcode_direct=unsupported
9244 # It fails to find uninstalled libraries when the uninstalled
9245 # path is not listed in the libpath. Setting hardcode_minus_L
9246 # to unsupported forces relinking
9247 hardcode_minus_L=yes
9248 hardcode_libdir_flag_spec='-L$libdir'
9249 hardcode_libdir_separator=
9253 shared_flag='-shared'
9254 if test "$aix_use_runtimelinking" = yes; then
9255 shared_flag="$shared_flag "'${wl}-G'
9259 if test "$host_cpu" = ia64; then
9260 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9261 # chokes on -Wl,-G. The following line is correct:
9264 if test "$aix_use_runtimelinking" = yes; then
9265 shared_flag='${wl}-G'
9267 shared_flag='${wl}-bM:SRE'
9272 export_dynamic_flag_spec='${wl}-bexpall'
9273 # It seems that -bexpall does not export symbols beginning with
9274 # underscore (_), so it is better to generate a list of symbols to export.
9275 always_export_symbols=yes
9276 if test "$aix_use_runtimelinking" = yes; then
9277 # Warning - without using the other runtime loading flags (-brtl),
9278 # -berok will link without error, but may produce a broken library.
9279 allow_undefined_flag='-berok'
9280 # Determine the default libpath from the value encoded in an
9282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9283 /* end confdefs.h. */
9293 if ac_fn_c_try_link "$LINENO"; then :
9295 lt_aix_libpath_sed='
9296 /Import File Strings/,/^$/ {
9302 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9303 # Check for a 64-bit object if we didn't find anything.
9304 if test -z "$aix_libpath"; then
9305 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9308 rm -f core conftest.err conftest.$ac_objext \
9309 conftest$ac_exeext conftest.$ac_ext
9310 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9312 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9313 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"
9315 if test "$host_cpu" = ia64; then
9316 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9317 allow_undefined_flag="-z nodefs"
9318 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"
9320 # Determine the default libpath from the value encoded in an
9322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9323 /* end confdefs.h. */
9333 if ac_fn_c_try_link "$LINENO"; then :
9335 lt_aix_libpath_sed='
9336 /Import File Strings/,/^$/ {
9342 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9343 # Check for a 64-bit object if we didn't find anything.
9344 if test -z "$aix_libpath"; then
9345 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9348 rm -f core conftest.err conftest.$ac_objext \
9349 conftest$ac_exeext conftest.$ac_ext
9350 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9352 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9353 # Warning - without using the other run time loading flags,
9354 # -berok will link without error, but may produce a broken library.
9355 no_undefined_flag=' ${wl}-bernotok'
9356 allow_undefined_flag=' ${wl}-berok'
9357 if test "$with_gnu_ld" = yes; then
9358 # We only use this code for GNU lds that support --whole-archive.
9359 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9361 # Exported symbols can be pulled into shared objects from archives
9362 whole_archive_flag_spec='$convenience'
9364 archive_cmds_need_lc=yes
9365 # This is similar to how AIX traditionally builds its shared libraries.
9366 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'
9374 # see comment about AmigaOS4 .so support
9375 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9376 archive_expsym_cmds=''
9379 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)'
9380 hardcode_libdir_flag_spec='-L$libdir'
9381 hardcode_minus_L=yes
9387 export_dynamic_flag_spec=-rdynamic
9390 cygwin* | mingw* | pw32* | cegcc*)
9391 # When not using gcc, we currently assume that we are using
9392 # Microsoft Visual C++.
9393 # hardcode_libdir_flag_spec is actually meaningless, as there is
9394 # no search path for DLLs.
9395 hardcode_libdir_flag_spec=' '
9396 allow_undefined_flag=unsupported
9397 # Tell ltmain to make .lib files, not .a files.
9399 # Tell ltmain to make .dll files, not .so files.
9401 # FIXME: Setting linknames here is a bad hack.
9402 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9403 # The linker will automatically build a .lib file if we build a DLL.
9404 old_archive_from_new_cmds='true'
9405 # FIXME: Should let the user specify the lib program.
9406 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9407 fix_srcfile_path='`cygpath -w "$srcfile"`'
9408 enable_shared_with_static_runtimes=yes
9411 darwin* | rhapsody*)
9414 archive_cmds_need_lc=no
9416 hardcode_automatic=yes
9417 hardcode_shlibpath_var=unsupported
9418 if test "$lt_cv_ld_force_load" = "yes"; then
9419 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\"`'
9421 whole_archive_flag_spec=''
9423 link_all_deplibs=yes
9424 allow_undefined_flag="$_lt_dar_allow_undefined"
9425 case $cc_basename in
9426 ifort*) _lt_dar_can_shared=yes ;;
9427 *) _lt_dar_can_shared=$GCC ;;
9429 if test "$_lt_dar_can_shared" = "yes"; then
9430 output_verbose_link_cmd=func_echo_all
9431 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9432 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9433 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}"
9434 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}"
9443 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9444 hardcode_libdir_flag_spec='-L$libdir'
9445 hardcode_shlibpath_var=no
9448 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9449 # support. Future versions do this automatically, but an explicit c++rt0.o
9450 # does not break anything, and helps significantly (at the cost of a little
9453 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9454 hardcode_libdir_flag_spec='-R$libdir'
9456 hardcode_shlibpath_var=no
9459 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9461 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9463 hardcode_minus_L=yes
9464 hardcode_shlibpath_var=no
9467 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9468 freebsd* | dragonfly*)
9469 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9470 hardcode_libdir_flag_spec='-R$libdir'
9472 hardcode_shlibpath_var=no
9476 if test "$GCC" = yes; then
9477 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'
9479 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'
9481 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9482 hardcode_libdir_separator=:
9485 # hardcode_minus_L: Not really in the search PATH,
9486 # but as the default location of the library.
9487 hardcode_minus_L=yes
9488 export_dynamic_flag_spec='${wl}-E'
9492 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9493 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9495 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9497 if test "$with_gnu_ld" = no; then
9498 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9499 hardcode_libdir_flag_spec_ld='+b $libdir'
9500 hardcode_libdir_separator=:
9502 hardcode_direct_absolute=yes
9503 export_dynamic_flag_spec='${wl}-E'
9504 # hardcode_minus_L: Not really in the search PATH,
9505 # but as the default location of the library.
9506 hardcode_minus_L=yes
9511 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9514 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9517 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9520 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9526 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9529 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9533 # Older versions of the 11.00 compiler do not understand -b yet
9534 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9536 $as_echo_n "checking if $CC understands -b... " >&6; }
9537 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9538 $as_echo_n "(cached) " >&6
9540 lt_cv_prog_compiler__b=no
9541 save_LDFLAGS="$LDFLAGS"
9542 LDFLAGS="$LDFLAGS -b"
9543 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9544 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9545 # The linker can only warn and ignore the option if not recognized
9546 # So say no if there are warnings
9547 if test -s conftest.err; then
9548 # Append any errors to the config.log.
9549 cat conftest.err 1>&5
9550 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9551 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9552 if diff conftest.exp conftest.er2 >/dev/null; then
9553 lt_cv_prog_compiler__b=yes
9556 lt_cv_prog_compiler__b=yes
9560 LDFLAGS="$save_LDFLAGS"
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9564 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9566 if test x"$lt_cv_prog_compiler__b" = xyes; then
9567 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9569 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9575 if test "$with_gnu_ld" = no; then
9576 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9577 hardcode_libdir_separator=:
9582 hardcode_shlibpath_var=no
9586 hardcode_direct_absolute=yes
9587 export_dynamic_flag_spec='${wl}-E'
9589 # hardcode_minus_L: Not really in the search PATH,
9590 # but as the default location of the library.
9591 hardcode_minus_L=yes
9597 irix5* | irix6* | nonstopux*)
9598 if test "$GCC" = yes; then
9599 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'
9600 # Try to use the -exported_symbol ld option, if it does not
9601 # work, assume that -exports_file does not work either and
9602 # implicitly export all symbols.
9603 save_LDFLAGS="$LDFLAGS"
9604 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9606 /* end confdefs.h. */
9609 if ac_fn_c_try_link "$LINENO"; then :
9610 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'
9613 rm -f core conftest.err conftest.$ac_objext \
9614 conftest$ac_exeext conftest.$ac_ext
9615 LDFLAGS="$save_LDFLAGS"
9617 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'
9618 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'
9620 archive_cmds_need_lc='no'
9621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9622 hardcode_libdir_separator=:
9624 link_all_deplibs=yes
9628 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9629 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9631 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9633 hardcode_libdir_flag_spec='-R$libdir'
9635 hardcode_shlibpath_var=no
9639 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9641 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9642 hardcode_libdir_separator=:
9643 hardcode_shlibpath_var=no
9650 if test -f /usr/libexec/ld.so; then
9652 hardcode_shlibpath_var=no
9653 hardcode_direct_absolute=yes
9654 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9655 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9656 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9657 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9658 export_dynamic_flag_spec='${wl}-E'
9661 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9662 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9663 hardcode_libdir_flag_spec='-R$libdir'
9666 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9667 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9677 hardcode_libdir_flag_spec='-L$libdir'
9678 hardcode_minus_L=yes
9679 allow_undefined_flag=unsupported
9680 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'
9681 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9685 if test "$GCC" = yes; then
9686 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9687 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'
9689 allow_undefined_flag=' -expect_unresolved \*'
9690 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'
9692 archive_cmds_need_lc='no'
9693 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9694 hardcode_libdir_separator=:
9697 osf4* | osf5*) # as osf3* with the addition of -msym flag
9698 if test "$GCC" = yes; then
9699 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9700 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'
9701 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9703 allow_undefined_flag=' -expect_unresolved \*'
9704 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'
9705 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~
9706 $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'
9708 # Both c and cxx compiler support -rpath directly
9709 hardcode_libdir_flag_spec='-rpath $libdir'
9711 archive_cmds_need_lc='no'
9712 hardcode_libdir_separator=:
9716 no_undefined_flag=' -z defs'
9717 if test "$GCC" = yes; then
9719 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9720 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9721 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9723 case `$CC -V 2>&1` in
9726 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9727 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9728 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9732 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9733 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9734 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9738 hardcode_libdir_flag_spec='-R$libdir'
9739 hardcode_shlibpath_var=no
9741 solaris2.[0-5] | solaris2.[0-5].*) ;;
9743 # The compiler driver will combine and reorder linker options,
9744 # but understands `-z linker_flag'. GCC discards it without `$wl',
9745 # but is careful enough not to reorder.
9746 # Supported since Solaris 2.6 (maybe 2.5.1?)
9747 if test "$GCC" = yes; then
9748 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9750 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9754 link_all_deplibs=yes
9758 if test "x$host_vendor" = xsequent; then
9759 # Use $CC to link under sequent, because it throws in some extra .o
9760 # files that make .init and .fini sections work.
9761 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9763 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9765 hardcode_libdir_flag_spec='-L$libdir'
9767 hardcode_minus_L=yes
9768 hardcode_shlibpath_var=no
9772 case $host_vendor in
9774 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9775 hardcode_direct=yes # is this really true???
9778 ## LD is ld it makes a PLAMLIB
9779 ## CC just makes a GrossModule.
9780 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9781 reload_cmds='$CC -r -o $output$reload_objs'
9785 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9786 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9789 runpath_var='LD_RUN_PATH'
9790 hardcode_shlibpath_var=no
9794 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9795 hardcode_shlibpath_var=no
9796 export_dynamic_flag_spec='-Bexport'
9800 if test -d /usr/nec; then
9801 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9802 hardcode_shlibpath_var=no
9803 runpath_var=LD_RUN_PATH
9804 hardcode_runpath_var=yes
9809 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9810 no_undefined_flag='${wl}-z,text'
9811 archive_cmds_need_lc=no
9812 hardcode_shlibpath_var=no
9813 runpath_var='LD_RUN_PATH'
9815 if test "$GCC" = yes; then
9816 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9824 sysv5* | sco3.2v5* | sco5v6*)
9825 # Note: We can NOT use -z defs as we might desire, because we do not
9826 # link with -lc, and that would cause any symbols used from libc to
9827 # always be unresolved, which means just about no library would
9828 # ever link correctly. If we're not using GNU ld we use -z text
9829 # though, which does catch some bad symbols but isn't as heavy-handed
9831 no_undefined_flag='${wl}-z,text'
9832 allow_undefined_flag='${wl}-z,nodefs'
9833 archive_cmds_need_lc=no
9834 hardcode_shlibpath_var=no
9835 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9836 hardcode_libdir_separator=':'
9837 link_all_deplibs=yes
9838 export_dynamic_flag_spec='${wl}-Bexport'
9839 runpath_var='LD_RUN_PATH'
9841 if test "$GCC" = yes; then
9842 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9851 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9852 hardcode_libdir_flag_spec='-L$libdir'
9853 hardcode_shlibpath_var=no
9861 if test x$host_vendor = xsni; then
9863 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9864 export_dynamic_flag_spec='${wl}-Blargedynsym'
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9871 $as_echo "$ld_shlibs" >&6; }
9872 test "$ld_shlibs" = no && can_build_shared=no
9874 with_gnu_ld=$with_gnu_ld
9891 # Do we need to explicitly link libc?
9893 case "x$archive_cmds_need_lc" in
9895 # Assume -lc should be added
9896 archive_cmds_need_lc=yes
9898 if test "$enable_shared" = yes && test "$GCC" = yes; then
9899 case $archive_cmds in
9901 # FIXME: we may have to deal with multi-command sequences.
9904 # Test whether the compiler implicitly links with -lc since on some
9905 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9906 # to ld, don't add -lc before -lgcc.
9907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9908 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9909 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9910 $as_echo_n "(cached) " >&6
9913 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9915 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9916 (eval $ac_compile) 2>&5
9918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9919 test $ac_status = 0; } 2>conftest.err; then
9922 libobjs=conftest.$ac_objext
9924 wl=$lt_prog_compiler_wl
9925 pic_flag=$lt_prog_compiler_pic
9931 lt_save_allow_undefined_flag=$allow_undefined_flag
9932 allow_undefined_flag=
9933 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9934 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9937 test $ac_status = 0; }
9939 lt_cv_archive_cmds_need_lc=no
9941 lt_cv_archive_cmds_need_lc=yes
9943 allow_undefined_flag=$lt_save_allow_undefined_flag
9945 cat conftest.err 1>&5
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9951 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9952 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10116 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10118 if test "$GCC" = yes; then
10120 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10121 *) lt_awk_arg="/^libraries:/" ;;
10124 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10125 *) lt_sed_strip_eq="s,=/,/,g" ;;
10127 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10128 case $lt_search_path_spec in
10130 # if the path contains ";" then we assume it to be the separator
10131 # otherwise default to the standard path separator (i.e. ":") - it is
10132 # assumed that no part of a normal pathname contains ";" but that should
10133 # okay in the real world where ";" in dirpaths is itself problematic.
10134 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10137 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10140 # Ok, now we have the path, separated by spaces, we can step through it
10141 # and add multilib dir if necessary.
10142 lt_tmp_lt_search_path_spec=
10143 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10144 for lt_sys_path in $lt_search_path_spec; do
10145 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10146 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10148 test -d "$lt_sys_path" && \
10149 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10152 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10153 BEGIN {RS=" "; FS="/|\n";} {
10156 for (lt_i = NF; lt_i > 0; lt_i--) {
10157 if ($lt_i != "" && $lt_i != ".") {
10158 if ($lt_i == "..") {
10161 if (lt_count == 0) {
10162 lt_foo="/" $lt_i lt_foo;
10169 if (lt_foo != "") { lt_freq[lt_foo]++; }
10170 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10172 # AWK program above erroneously prepends '/' to C:/dos/paths
10175 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10176 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10178 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10180 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10182 library_names_spec=
10183 libname_spec='lib$name'
10187 postuninstall_cmds=
10191 shlibpath_overrides_runpath=unknown
10193 dynamic_linker="$host_os ld.so"
10194 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10195 need_lib_prefix=unknown
10196 hardcode_into_libs=no
10198 # when you set need_version to no, make sure it does not cause -set_version
10199 # flags to be left without arguments
10200 need_version=unknown
10205 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10206 shlibpath_var=LIBPATH
10208 # AIX 3 has no versioning support, so we append a major version to the name.
10209 soname_spec='${libname}${release}${shared_ext}$major'
10216 hardcode_into_libs=yes
10217 if test "$host_cpu" = ia64; then
10218 # AIX 5 supports IA64
10219 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10220 shlibpath_var=LD_LIBRARY_PATH
10222 # With GCC up to 2.95.x, collect2 would create an import file
10223 # for dependence libraries. The import file would start with
10224 # the line `#! .'. This would cause the generated library to
10225 # depend on `.', always an invalid library. This was fixed in
10226 # development snapshots of GCC prior to 3.0.
10228 aix4 | aix4.[01] | aix4.[01].*)
10229 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10231 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10234 can_build_shared=no
10238 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10239 # soname into executable. Probably we can add versioning support to
10240 # collect2, so additional links can be useful in future.
10241 if test "$aix_use_runtimelinking" = yes; then
10242 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10243 # instead of lib<name>.a to let people know that these are not
10244 # typical AIX shared libraries.
10245 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10247 # We preserve .a as extension for shared libraries through AIX4.2
10248 # and later when we are not doing run time linking.
10249 library_names_spec='${libname}${release}.a $libname.a'
10250 soname_spec='${libname}${release}${shared_ext}$major'
10252 shlibpath_var=LIBPATH
10259 # Since July 2007 AmigaOS4 officially supports .so libraries.
10260 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10261 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10264 library_names_spec='$libname.ixlibrary $libname.a'
10265 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10266 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'
10272 library_names_spec='${libname}${shared_ext}'
10273 dynamic_linker="$host_os ld.so"
10274 shlibpath_var=LIBRARY_PATH
10280 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10281 soname_spec='${libname}${release}${shared_ext}$major'
10282 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10283 shlibpath_var=LD_LIBRARY_PATH
10284 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10285 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10286 # the default ld.so.conf also contains /usr/contrib/lib and
10287 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10288 # libtool to hard-code these into programs
10291 cygwin* | mingw* | pw32* | cegcc*)
10292 version_type=windows
10297 case $GCC,$host_os in
10298 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10299 library_names_spec='$libname.dll.a'
10300 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10301 postinstall_cmds='base_file=`basename \${file}`~
10302 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10303 dldir=$destdir/`dirname \$dlpath`~
10304 test -d \$dldir || mkdir -p \$dldir~
10305 $install_prog $dir/$dlname \$dldir/$dlname~
10306 chmod a+x \$dldir/$dlname~
10307 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10308 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10310 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10311 dlpath=$dir/\$dldll~
10313 shlibpath_overrides_runpath=yes
10317 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10318 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10320 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10323 # MinGW DLLs use traditional 'lib' prefix
10324 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10327 # pw32 DLLs use 'pw' prefix rather than 'lib'
10328 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10334 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10337 dynamic_linker='Win32 ld.exe'
10338 # FIXME: first we should search . and the directory the executable is in
10342 darwin* | rhapsody*)
10343 dynamic_linker="$host_os dyld"
10344 version_type=darwin
10347 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10348 soname_spec='${libname}${release}${major}$shared_ext'
10349 shlibpath_overrides_runpath=yes
10350 shlibpath_var=DYLD_LIBRARY_PATH
10351 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10353 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10354 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10361 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10362 soname_spec='${libname}${release}${shared_ext}$major'
10363 shlibpath_var=LD_LIBRARY_PATH
10366 freebsd* | dragonfly*)
10367 # DragonFly does not have aout. When/if they implement a new
10368 # versioning mechanism, adjust this.
10369 if test -x /usr/bin/objformat; then
10370 objformat=`/usr/bin/objformat`
10373 freebsd[23].*) objformat=aout ;;
10374 *) objformat=elf ;;
10377 version_type=freebsd-$objformat
10378 case $version_type in
10380 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10385 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10389 shlibpath_var=LD_LIBRARY_PATH
10392 shlibpath_overrides_runpath=yes
10394 freebsd3.[01]* | freebsdelf3.[01]*)
10395 shlibpath_overrides_runpath=yes
10396 hardcode_into_libs=yes
10398 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10399 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10400 shlibpath_overrides_runpath=no
10401 hardcode_into_libs=yes
10403 *) # from 4.6 on, and DragonFly
10404 shlibpath_overrides_runpath=yes
10405 hardcode_into_libs=yes
10414 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10415 soname_spec='${libname}${release}${shared_ext}$major'
10416 shlibpath_var=LD_LIBRARY_PATH
10417 hardcode_into_libs=yes
10424 dynamic_linker="$host_os runtime_loader"
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10426 soname_spec='${libname}${release}${shared_ext}$major'
10427 shlibpath_var=LIBRARY_PATH
10428 shlibpath_overrides_runpath=yes
10429 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10430 hardcode_into_libs=yes
10433 hpux9* | hpux10* | hpux11*)
10434 # Give a soname corresponding to the major version so that dld.sl refuses to
10435 # link against other versions.
10442 hardcode_into_libs=yes
10443 dynamic_linker="$host_os dld.so"
10444 shlibpath_var=LD_LIBRARY_PATH
10445 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10446 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 soname_spec='${libname}${release}${shared_ext}$major'
10448 if test "X$HPUX_IA64_MODE" = X32; then
10449 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10451 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10453 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10457 hardcode_into_libs=yes
10458 dynamic_linker="$host_os dld.sl"
10459 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10460 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10462 soname_spec='${libname}${release}${shared_ext}$major'
10463 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10464 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10468 dynamic_linker="$host_os dld.sl"
10469 shlibpath_var=SHLIB_PATH
10470 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10472 soname_spec='${libname}${release}${shared_ext}$major'
10475 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10476 postinstall_cmds='chmod 555 $lib'
10477 # or fails outright, so override atomically:
10478 install_override_mode=555
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10486 soname_spec='${libname}${release}${shared_ext}$major'
10487 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10488 shlibpath_var=LD_LIBRARY_PATH
10489 shlibpath_overrides_runpath=no
10490 hardcode_into_libs=yes
10493 irix5* | irix6* | nonstopux*)
10495 nonstopux*) version_type=nonstopux ;;
10497 if test "$lt_cv_prog_gnu_ld" = yes; then
10505 soname_spec='${libname}${release}${shared_ext}$major'
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10508 irix5* | nonstopux*)
10509 libsuff= shlibsuff=
10512 case $LD in # libtool.m4 will add one of these switches to LD
10513 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10514 libsuff= shlibsuff= libmagic=32-bit;;
10515 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10516 libsuff=32 shlibsuff=N32 libmagic=N32;;
10517 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10518 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10519 *) libsuff= shlibsuff= libmagic=never-match;;
10523 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10524 shlibpath_overrides_runpath=no
10525 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10526 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10527 hardcode_into_libs=yes
10530 # No shared lib support for Linux oldld, aout, or coff.
10531 linux*oldld* | linux*aout* | linux*coff*)
10535 # This must be Linux ELF.
10536 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10541 soname_spec='${libname}${release}${shared_ext}$major'
10542 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10543 shlibpath_var=LD_LIBRARY_PATH
10544 shlibpath_overrides_runpath=no
10546 # Some binutils ld are patched to set DT_RUNPATH
10547 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10548 $as_echo_n "(cached) " >&6
10550 lt_cv_shlibpath_overrides_runpath=no
10551 save_LDFLAGS=$LDFLAGS
10552 save_libdir=$libdir
10553 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10554 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10556 /* end confdefs.h. */
10566 if ac_fn_c_try_link "$LINENO"; then :
10567 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10568 lt_cv_shlibpath_overrides_runpath=yes
10571 rm -f core conftest.err conftest.$ac_objext \
10572 conftest$ac_exeext conftest.$ac_ext
10573 LDFLAGS=$save_LDFLAGS
10574 libdir=$save_libdir
10578 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10580 # This implies no fast_install, which is unacceptable.
10581 # Some rework will be needed to allow for fast_install
10582 # before this can be enabled.
10583 hardcode_into_libs=yes
10585 # Append ld.so.conf contents to the search path
10586 if test -f /etc/ld.so.conf; then
10587 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' ' '`
10588 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10591 # We used to test for /lib/ld.so.1 and disable shared libraries on
10592 # powerpc, because MkLinux only supported shared libraries with the
10593 # GNU dynamic linker. Since this was broken with cross compilers,
10594 # most powerpc-linux boxes support dynamic linking these days and
10595 # people can always --disable-shared, the test was removed, and we
10596 # assume the GNU/Linux dynamic linker is in use.
10597 dynamic_linker='GNU/Linux ld.so'
10604 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10606 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10607 dynamic_linker='NetBSD (a.out) ld.so'
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 dynamic_linker='NetBSD ld.elf_so'
10613 shlibpath_var=LD_LIBRARY_PATH
10614 shlibpath_overrides_runpath=yes
10615 hardcode_into_libs=yes
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10621 shlibpath_var=LD_LIBRARY_PATH
10622 shlibpath_overrides_runpath=yes
10629 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10630 soname_spec='${libname}${release}${shared_ext}$major'
10631 shlibpath_var=LD_LIBRARY_PATH
10632 shlibpath_overrides_runpath=no
10633 hardcode_into_libs=yes
10634 dynamic_linker='ldqnx.so'
10639 sys_lib_dlsearch_path_spec="/usr/lib"
10641 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10643 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10644 *) need_version=no ;;
10646 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10647 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10648 shlibpath_var=LD_LIBRARY_PATH
10649 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10651 openbsd2.[89] | openbsd2.[89].*)
10652 shlibpath_overrides_runpath=no
10655 shlibpath_overrides_runpath=yes
10659 shlibpath_overrides_runpath=yes
10664 libname_spec='$name'
10667 library_names_spec='$libname${shared_ext} $libname.a'
10668 dynamic_linker='OS/2 ld.exe'
10669 shlibpath_var=LIBPATH
10672 osf3* | osf4* | osf5*)
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10678 shlibpath_var=LD_LIBRARY_PATH
10679 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10680 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10692 soname_spec='${libname}${release}${shared_ext}$major'
10693 shlibpath_var=LD_LIBRARY_PATH
10694 shlibpath_overrides_runpath=yes
10695 hardcode_into_libs=yes
10696 # ldd complains unless libraries are executable
10697 postinstall_cmds='chmod +x $lib'
10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10703 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10704 shlibpath_var=LD_LIBRARY_PATH
10705 shlibpath_overrides_runpath=yes
10706 if test "$with_gnu_ld" = yes; then
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10715 soname_spec='${libname}${release}${shared_ext}$major'
10716 shlibpath_var=LD_LIBRARY_PATH
10717 case $host_vendor in
10719 shlibpath_overrides_runpath=no
10721 runpath_var=LD_RUN_PATH
10729 shlibpath_overrides_runpath=no
10730 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10736 if test -d /usr/nec ;then
10738 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10739 soname_spec='$libname${shared_ext}.$major'
10740 shlibpath_var=LD_LIBRARY_PATH
10744 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10745 version_type=freebsd-elf
10748 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10749 soname_spec='${libname}${release}${shared_ext}$major'
10750 shlibpath_var=LD_LIBRARY_PATH
10751 shlibpath_overrides_runpath=yes
10752 hardcode_into_libs=yes
10753 if test "$with_gnu_ld" = yes; then
10754 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10756 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10759 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10763 sys_lib_dlsearch_path_spec='/usr/lib'
10767 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10771 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10772 shlibpath_var=LD_LIBRARY_PATH
10773 shlibpath_overrides_runpath=no
10774 hardcode_into_libs=yes
10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780 soname_spec='${libname}${release}${shared_ext}$major'
10781 shlibpath_var=LD_LIBRARY_PATH
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10789 $as_echo "$dynamic_linker" >&6; }
10790 test "$dynamic_linker" = no && can_build_shared=no
10792 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10793 if test "$GCC" = yes; then
10794 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10797 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10798 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10800 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10801 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10896 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10898 if test -n "$hardcode_libdir_flag_spec" ||
10899 test -n "$runpath_var" ||
10900 test "X$hardcode_automatic" = "Xyes" ; then
10902 # We can hardcode non-existent directories.
10903 if test "$hardcode_direct" != no &&
10904 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10905 # have to relink, otherwise we might link with an installed library
10906 # when we should be linking with a yet-to-be-installed one
10907 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10908 test "$hardcode_minus_L" != no; then
10909 # Linking always hardcodes the temporary library directory.
10910 hardcode_action=relink
10912 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10913 hardcode_action=immediate
10916 # We cannot hardcode anything, or else we can only hardcode existing
10918 hardcode_action=unsupported
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10921 $as_echo "$hardcode_action" >&6; }
10923 if test "$hardcode_action" = relink ||
10924 test "$inherit_rpath" = yes; then
10925 # Fast installation is not supported
10926 enable_fast_install=no
10927 elif test "$shlibpath_overrides_runpath" = yes ||
10928 test "$enable_shared" = no; then
10929 # Fast installation is not necessary
10930 enable_fast_install=needless
10938 if test "x$enable_dlopen" != xyes; then
10939 enable_dlopen=unknown
10940 enable_dlopen_self=unknown
10941 enable_dlopen_self_static=unknown
10948 lt_cv_dlopen="load_add_on"
10950 lt_cv_dlopen_self=yes
10953 mingw* | pw32* | cegcc*)
10954 lt_cv_dlopen="LoadLibrary"
10959 lt_cv_dlopen="dlopen"
10964 # if libdl is installed we need to link against it
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10966 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10967 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10968 $as_echo_n "(cached) " >&6
10970 ac_check_lib_save_LIBS=$LIBS
10972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h. */
10975 /* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10990 if ac_fn_c_try_link "$LINENO"; then :
10991 ac_cv_lib_dl_dlopen=yes
10993 ac_cv_lib_dl_dlopen=no
10995 rm -f core conftest.err conftest.$ac_objext \
10996 conftest$ac_exeext conftest.$ac_ext
10997 LIBS=$ac_check_lib_save_LIBS
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11000 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11001 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11002 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11005 lt_cv_dlopen="dyld"
11007 lt_cv_dlopen_self=yes
11014 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11015 if test "x$ac_cv_func_shl_load" = x""yes; then :
11016 lt_cv_dlopen="shl_load"
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11019 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11020 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11021 $as_echo_n "(cached) " >&6
11023 ac_check_lib_save_LIBS=$LIBS
11025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11026 /* end confdefs.h. */
11028 /* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
11038 return shl_load ();
11043 if ac_fn_c_try_link "$LINENO"; then :
11044 ac_cv_lib_dld_shl_load=yes
11046 ac_cv_lib_dld_shl_load=no
11048 rm -f core conftest.err conftest.$ac_objext \
11049 conftest$ac_exeext conftest.$ac_ext
11050 LIBS=$ac_check_lib_save_LIBS
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11053 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11054 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11055 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11057 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11058 if test "x$ac_cv_func_dlopen" = x""yes; then :
11059 lt_cv_dlopen="dlopen"
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11062 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11063 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11064 $as_echo_n "(cached) " >&6
11066 ac_check_lib_save_LIBS=$LIBS
11068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11069 /* end confdefs.h. */
11071 /* Override any GCC internal prototype to avoid an error.
11072 Use char because int might match the return type of a GCC
11073 builtin and then its argument prototype would still apply. */
11086 if ac_fn_c_try_link "$LINENO"; then :
11087 ac_cv_lib_dl_dlopen=yes
11089 ac_cv_lib_dl_dlopen=no
11091 rm -f core conftest.err conftest.$ac_objext \
11092 conftest$ac_exeext conftest.$ac_ext
11093 LIBS=$ac_check_lib_save_LIBS
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11096 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11097 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11098 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11101 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11102 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11103 $as_echo_n "(cached) " >&6
11105 ac_check_lib_save_LIBS=$LIBS
11106 LIBS="-lsvld $LIBS"
11107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108 /* end confdefs.h. */
11110 /* Override any GCC internal prototype to avoid an error.
11111 Use char because int might match the return type of a GCC
11112 builtin and then its argument prototype would still apply. */
11125 if ac_fn_c_try_link "$LINENO"; then :
11126 ac_cv_lib_svld_dlopen=yes
11128 ac_cv_lib_svld_dlopen=no
11130 rm -f core conftest.err conftest.$ac_objext \
11131 conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_lib_save_LIBS
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11135 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11136 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11137 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11140 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11141 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11142 $as_echo_n "(cached) " >&6
11144 ac_check_lib_save_LIBS=$LIBS
11146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11147 /* end confdefs.h. */
11149 /* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
11151 builtin and then its argument prototype would still apply. */
11159 return dld_link ();
11164 if ac_fn_c_try_link "$LINENO"; then :
11165 ac_cv_lib_dld_dld_link=yes
11167 ac_cv_lib_dld_dld_link=no
11169 rm -f core conftest.err conftest.$ac_objext \
11170 conftest$ac_exeext conftest.$ac_ext
11171 LIBS=$ac_check_lib_save_LIBS
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11174 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11175 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11176 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11197 if test "x$lt_cv_dlopen" != xno; then
11203 case $lt_cv_dlopen in
11205 save_CPPFLAGS="$CPPFLAGS"
11206 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11208 save_LDFLAGS="$LDFLAGS"
11209 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11212 LIBS="$lt_cv_dlopen_libs $LIBS"
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11215 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11216 if test "${lt_cv_dlopen_self+set}" = set; then :
11217 $as_echo_n "(cached) " >&6
11219 if test "$cross_compiling" = yes; then :
11220 lt_cv_dlopen_self=cross
11222 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11223 lt_status=$lt_dlunknown
11224 cat > conftest.$ac_ext <<_LT_EOF
11225 #line 11225 "configure"
11226 #include "confdefs.h"
11235 # define LT_DLGLOBAL RTLD_GLOBAL
11238 # define LT_DLGLOBAL DL_GLOBAL
11240 # define LT_DLGLOBAL 0
11244 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11245 find out it does not work in some platform. */
11246 #ifndef LT_DLLAZY_OR_NOW
11248 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11251 # define LT_DLLAZY_OR_NOW DL_LAZY
11254 # define LT_DLLAZY_OR_NOW RTLD_NOW
11257 # define LT_DLLAZY_OR_NOW DL_NOW
11259 # define LT_DLLAZY_OR_NOW 0
11266 /* When -fvisbility=hidden is used, assume the code has been annotated
11267 correspondingly for the symbols needed. */
11268 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11269 void fnord () __attribute__((visibility("default")));
11272 void fnord () { int i=42; }
11275 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11276 int status = $lt_dlunknown;
11280 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11283 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11284 else puts (dlerror ());
11286 /* dlclose (self); */
11294 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11295 (eval $ac_link) 2>&5
11297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11298 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11299 (./conftest; exit; ) >&5 2>/dev/null
11301 case x$lt_status in
11302 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11303 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11304 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11307 # compilation failed
11308 lt_cv_dlopen_self=no
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11316 $as_echo "$lt_cv_dlopen_self" >&6; }
11318 if test "x$lt_cv_dlopen_self" = xyes; then
11319 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11321 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11322 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11323 $as_echo_n "(cached) " >&6
11325 if test "$cross_compiling" = yes; then :
11326 lt_cv_dlopen_self_static=cross
11328 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11329 lt_status=$lt_dlunknown
11330 cat > conftest.$ac_ext <<_LT_EOF
11331 #line 11331 "configure"
11332 #include "confdefs.h"
11341 # define LT_DLGLOBAL RTLD_GLOBAL
11344 # define LT_DLGLOBAL DL_GLOBAL
11346 # define LT_DLGLOBAL 0
11350 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11351 find out it does not work in some platform. */
11352 #ifndef LT_DLLAZY_OR_NOW
11354 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11357 # define LT_DLLAZY_OR_NOW DL_LAZY
11360 # define LT_DLLAZY_OR_NOW RTLD_NOW
11363 # define LT_DLLAZY_OR_NOW DL_NOW
11365 # define LT_DLLAZY_OR_NOW 0
11372 /* When -fvisbility=hidden is used, assume the code has been annotated
11373 correspondingly for the symbols needed. */
11374 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11375 void fnord () __attribute__((visibility("default")));
11378 void fnord () { int i=42; }
11381 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11382 int status = $lt_dlunknown;
11386 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11389 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11390 else puts (dlerror ());
11392 /* dlclose (self); */
11400 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11401 (eval $ac_link) 2>&5
11403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11404 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11405 (./conftest; exit; ) >&5 2>/dev/null
11407 case x$lt_status in
11408 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11409 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11410 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11413 # compilation failed
11414 lt_cv_dlopen_self_static=no
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11422 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11425 CPPFLAGS="$save_CPPFLAGS"
11426 LDFLAGS="$save_LDFLAGS"
11431 case $lt_cv_dlopen_self in
11432 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11433 *) enable_dlopen_self=unknown ;;
11436 case $lt_cv_dlopen_self_static in
11437 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11438 *) enable_dlopen_self_static=unknown ;;
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11461 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11462 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11463 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11464 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11466 $as_echo "yes" >&6; }
11468 # FIXME - insert some real tests, host_os isn't really good enough
11471 if test -n "$STRIP" ; then
11472 striplib="$STRIP -x"
11473 old_striplib="$STRIP -S"
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11475 $as_echo "yes" >&6; }
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11478 $as_echo "no" >&6; }
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11483 $as_echo "no" >&6; }
11499 # Report which library types will actually be built
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11501 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11503 $as_echo "$can_build_shared" >&6; }
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11506 $as_echo_n "checking whether to build shared libraries... " >&6; }
11507 test "$can_build_shared" = "no" && enable_shared=no
11509 # On AIX, shared libraries and static libraries use the same namespace, and
11510 # are all built from PIC.
11513 test "$enable_shared" = yes && enable_static=no
11514 if test -n "$RANLIB"; then
11515 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11516 postinstall_cmds='$RANLIB $lib'
11521 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11522 test "$enable_shared" = yes && enable_static=no
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11527 $as_echo "$enable_shared" >&6; }
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11530 $as_echo_n "checking whether to build static libraries... " >&6; }
11531 # Make sure either enable_shared or enable_static is yes.
11532 test "$enable_shared" = yes || enable_static=yes
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11534 $as_echo "$enable_static" >&6; }
11541 ac_cpp='$CPP $CPPFLAGS'
11542 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11543 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11544 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11560 ac_config_commands="$ac_config_commands libtool"
11565 # Only expand once:
11569 # The tests for host and target for $enable_largefile require
11574 # As the $enable_largefile decision depends on --enable-plugins we must set it
11575 # even in directories otherwise not depending on the $plugins option.
11579 for ac_header in dlfcn.h
11581 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11583 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11584 cat >>confdefs.h <<_ACEOF
11585 #define HAVE_DLFCN_H 1
11592 for ac_header in windows.h
11594 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11596 if test "x$ac_cv_header_windows_h" = x""yes; then :
11597 cat >>confdefs.h <<_ACEOF
11598 #define HAVE_WINDOWS_H 1
11606 # Check whether --enable-plugins was given.
11607 if test "${enable_plugins+set}" = set; then :
11608 enableval=$enable_plugins; case "${enableval}" in
11611 if test "$maybe_plugins" != "yes" ; then
11612 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11616 plugins=$maybe_plugins
11620 if test "$plugins" = "yes"; then
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11622 $as_echo_n "checking for library containing dlopen... " >&6; }
11623 if test "${ac_cv_search_dlopen+set}" = set; then :
11624 $as_echo_n "(cached) " >&6
11626 ac_func_search_save_LIBS=$LIBS
11627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11628 /* end confdefs.h. */
11630 /* Override any GCC internal prototype to avoid an error.
11631 Use char because int might match the return type of a GCC
11632 builtin and then its argument prototype would still apply. */
11645 for ac_lib in '' dl; do
11646 if test -z "$ac_lib"; then
11647 ac_res="none required"
11650 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11652 if ac_fn_c_try_link "$LINENO"; then :
11653 ac_cv_search_dlopen=$ac_res
11655 rm -f core conftest.err conftest.$ac_objext \
11657 if test "${ac_cv_search_dlopen+set}" = set; then :
11661 if test "${ac_cv_search_dlopen+set}" = set; then :
11664 ac_cv_search_dlopen=no
11666 rm conftest.$ac_ext
11667 LIBS=$ac_func_search_save_LIBS
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11670 $as_echo "$ac_cv_search_dlopen" >&6; }
11671 ac_res=$ac_cv_search_dlopen
11672 if test "$ac_res" != no; then :
11673 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11681 sparc-*-solaris*|i[3-7]86-*-solaris*)
11682 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11683 # are mutually exclusive; and without procfs support, the bfd/ elf module
11684 # cannot provide certain routines such as elfcore_write_prpsinfo
11685 # or elfcore_write_prstatus. So unless the user explicitly requested
11686 # large-file support through the --enable-largefile switch, disable
11687 # large-file support in favor of procfs support.
11688 test "${target}" = "${host}" -a "x$plugins" = xno \
11689 && : ${enable_largefile="no"}
11693 # Check whether --enable-largefile was given.
11694 if test "${enable_largefile+set}" = set; then :
11695 enableval=$enable_largefile;
11698 if test "$enable_largefile" != no; then
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11701 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11702 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11703 $as_echo_n "(cached) " >&6
11705 ac_cv_sys_largefile_CC=no
11706 if test "$GCC" != yes; then
11709 # IRIX 6.2 and later do not support large files by default,
11710 # so use the C compiler's -n32 option if that helps.
11711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11712 /* end confdefs.h. */
11713 #include <sys/types.h>
11714 /* Check that off_t can represent 2**63 - 1 correctly.
11715 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11716 since some C++ compilers masquerading as C compilers
11717 incorrectly reject 9223372036854775807. */
11718 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11719 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11720 && LARGE_OFF_T % 2147483647 == 1)
11730 if ac_fn_c_try_compile "$LINENO"; then :
11733 rm -f core conftest.err conftest.$ac_objext
11735 if ac_fn_c_try_compile "$LINENO"; then :
11736 ac_cv_sys_largefile_CC=' -n32'; break
11738 rm -f core conftest.err conftest.$ac_objext
11742 rm -f conftest.$ac_ext
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11746 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11747 if test "$ac_cv_sys_largefile_CC" != no; then
11748 CC=$CC$ac_cv_sys_largefile_CC
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11752 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11753 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11754 $as_echo_n "(cached) " >&6
11757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11758 /* end confdefs.h. */
11759 #include <sys/types.h>
11760 /* Check that off_t can represent 2**63 - 1 correctly.
11761 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11762 since some C++ compilers masquerading as C compilers
11763 incorrectly reject 9223372036854775807. */
11764 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11765 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11766 && LARGE_OFF_T % 2147483647 == 1)
11776 if ac_fn_c_try_compile "$LINENO"; then :
11777 ac_cv_sys_file_offset_bits=no; break
11779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11781 /* end confdefs.h. */
11782 #define _FILE_OFFSET_BITS 64
11783 #include <sys/types.h>
11784 /* Check that off_t can represent 2**63 - 1 correctly.
11785 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11786 since some C++ compilers masquerading as C compilers
11787 incorrectly reject 9223372036854775807. */
11788 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11789 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11790 && LARGE_OFF_T % 2147483647 == 1)
11800 if ac_fn_c_try_compile "$LINENO"; then :
11801 ac_cv_sys_file_offset_bits=64; break
11803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11804 ac_cv_sys_file_offset_bits=unknown
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11809 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11810 case $ac_cv_sys_file_offset_bits in #(
11813 cat >>confdefs.h <<_ACEOF
11814 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11819 if test $ac_cv_sys_file_offset_bits = unknown; then
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11821 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11822 if test "${ac_cv_sys_large_files+set}" = set; then :
11823 $as_echo_n "(cached) " >&6
11826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11827 /* end confdefs.h. */
11828 #include <sys/types.h>
11829 /* Check that off_t can represent 2**63 - 1 correctly.
11830 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11831 since some C++ compilers masquerading as C compilers
11832 incorrectly reject 9223372036854775807. */
11833 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11834 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11835 && LARGE_OFF_T % 2147483647 == 1)
11845 if ac_fn_c_try_compile "$LINENO"; then :
11846 ac_cv_sys_large_files=no; break
11848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h. */
11851 #define _LARGE_FILES 1
11852 #include <sys/types.h>
11853 /* Check that off_t can represent 2**63 - 1 correctly.
11854 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11855 since some C++ compilers masquerading as C compilers
11856 incorrectly reject 9223372036854775807. */
11857 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11858 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11859 && LARGE_OFF_T % 2147483647 == 1)
11869 if ac_fn_c_try_compile "$LINENO"; then :
11870 ac_cv_sys_large_files=1; break
11872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11873 ac_cv_sys_large_files=unknown
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11878 $as_echo "$ac_cv_sys_large_files" >&6; }
11879 case $ac_cv_sys_large_files in #(
11882 cat >>confdefs.h <<_ACEOF
11883 #define _LARGE_FILES $ac_cv_sys_large_files
11893 # Check whether --enable-targets was given.
11894 if test "${enable_targets+set}" = set; then :
11895 enableval=$enable_targets; case "${enableval}" in
11896 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11898 no) enable_targets= ;;
11899 *) enable_targets=$enableval ;;
11903 # Check whether --enable-deterministic-archives was given.
11904 if test "${enable_deterministic_archives+set}" = set; then :
11905 enableval=$enable_deterministic_archives;
11906 if test "${enableval}" = no; then
11907 default_ar_deterministic=0
11909 default_ar_deterministic=1
11912 default_ar_deterministic=0
11917 cat >>confdefs.h <<_ACEOF
11918 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11922 # Check whether --enable-default-strings-all was given.
11923 if test "${enable_default_strings_all+set}" = set; then :
11924 enableval=$enable_default_strings_all;
11925 if test "${enableval}" = no; then
11926 default_strings_all=0
11928 default_strings_all=1
11931 default_strings_all=1
11936 cat >>confdefs.h <<_ACEOF
11937 #define DEFAULT_STRINGS_ALL $default_strings_all
11942 # Set the 'development' global.
11943 . $srcdir/../bfd/development.sh
11945 # Default set of GCC warnings to enable.
11946 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11948 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11950 /* end confdefs.h. */
11953 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11954 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11957 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11962 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11964 /* end confdefs.h. */
11967 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11968 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11971 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11976 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11977 WARN_WRITE_STRINGS=""
11978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11979 /* end confdefs.h. */
11982 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11983 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11986 WARN_WRITE_STRINGS="-Wwrite-strings"
11991 # Check whether --enable-werror was given.
11992 if test "${enable_werror+set}" = set; then :
11993 enableval=$enable_werror; case "${enableval}" in
11994 yes | y) ERROR_ON_WARNING="yes" ;;
11995 no | n) ERROR_ON_WARNING="no" ;;
11996 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12001 # Disable -Wformat by default when using gcc on mingw
12004 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12005 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12011 # Enable -Werror by default when using gcc. Turn it off for releases.
12012 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12013 ERROR_ON_WARNING=yes
12017 if test "${ERROR_ON_WARNING}" = yes ; then
12018 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12019 NO_WERROR="-Wno-error"
12022 if test "${GCC}" = yes ; then
12023 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12026 # Check whether --enable-build-warnings was given.
12027 if test "${enable_build_warnings+set}" = set; then :
12028 enableval=$enable_build_warnings; case "${enableval}" in
12029 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12030 no) if test "${GCC}" = yes ; then
12033 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12034 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12035 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12036 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12037 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12042 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12043 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12051 ac_config_headers="$ac_config_headers config.h:config.in"
12056 if test -z "$target" ; then
12057 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12059 if test -z "$host" ; then
12060 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
12063 for ac_prog in 'bison -y' byacc
12065 # Extract the first word of "$ac_prog", so it can be a program name with args.
12066 set dummy $ac_prog; ac_word=$2
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12068 $as_echo_n "checking for $ac_word... " >&6; }
12069 if test "${ac_cv_prog_YACC+set}" = set; then :
12070 $as_echo_n "(cached) " >&6
12072 if test -n "$YACC"; then
12073 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12076 for as_dir in $PATH
12079 test -z "$as_dir" && as_dir=.
12080 for ac_exec_ext in '' $ac_executable_extensions; do
12081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12082 ac_cv_prog_YACC="$ac_prog"
12083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12092 YACC=$ac_cv_prog_YACC
12093 if test -n "$YACC"; then
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12095 $as_echo "$YACC" >&6; }
12097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12098 $as_echo "no" >&6; }
12102 test -n "$YACC" && break
12104 test -n "$YACC" || YACC="yacc"
12106 for ac_prog in flex lex
12108 # Extract the first word of "$ac_prog", so it can be a program name with args.
12109 set dummy $ac_prog; ac_word=$2
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12111 $as_echo_n "checking for $ac_word... " >&6; }
12112 if test "${ac_cv_prog_LEX+set}" = set; then :
12113 $as_echo_n "(cached) " >&6
12115 if test -n "$LEX"; then
12116 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12119 for as_dir in $PATH
12122 test -z "$as_dir" && as_dir=.
12123 for ac_exec_ext in '' $ac_executable_extensions; do
12124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12125 ac_cv_prog_LEX="$ac_prog"
12126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12135 LEX=$ac_cv_prog_LEX
12136 if test -n "$LEX"; then
12137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12138 $as_echo "$LEX" >&6; }
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12141 $as_echo "no" >&6; }
12145 test -n "$LEX" && break
12147 test -n "$LEX" || LEX=":"
12151 *) cat >conftest.l <<_ACEOF
12157 e { yyless (input () != 0); }
12158 f { unput (yytext[0]); }
12159 . { BEGIN INITIAL; }
12161 #ifdef YYTEXT_POINTER
12162 extern char *yytext;
12167 return ! yylex () + ! yywrap ();
12170 { { ac_try="$LEX conftest.l"
12171 case "(($ac_try" in
12172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12173 *) ac_try_echo=$ac_try;;
12175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12176 $as_echo "$ac_try_echo"; } >&5
12177 (eval "$LEX conftest.l") 2>&5
12179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12180 test $ac_status = 0; }
12181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12182 $as_echo_n "checking lex output file root... " >&6; }
12183 if test "${ac_cv_prog_lex_root+set}" = set; then :
12184 $as_echo_n "(cached) " >&6
12187 if test -f lex.yy.c; then
12188 ac_cv_prog_lex_root=lex.yy
12189 elif test -f lexyy.c; then
12190 ac_cv_prog_lex_root=lexyy
12192 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12196 $as_echo "$ac_cv_prog_lex_root" >&6; }
12197 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12199 if test -z "${LEXLIB+set}"; then
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12201 $as_echo_n "checking lex library... " >&6; }
12202 if test "${ac_cv_lib_lex+set}" = set; then :
12203 $as_echo_n "(cached) " >&6
12207 ac_cv_lib_lex='none needed'
12208 for ac_lib in '' -lfl -ll; do
12209 LIBS="$ac_lib $ac_save_LIBS"
12210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12211 /* end confdefs.h. */
12212 `cat $LEX_OUTPUT_ROOT.c`
12214 if ac_fn_c_try_link "$LINENO"; then :
12215 ac_cv_lib_lex=$ac_lib
12217 rm -f core conftest.err conftest.$ac_objext \
12218 conftest$ac_exeext conftest.$ac_ext
12219 test "$ac_cv_lib_lex" != 'none needed' && break
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12225 $as_echo "$ac_cv_lib_lex" >&6; }
12226 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12231 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12232 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12233 $as_echo_n "(cached) " >&6
12235 # POSIX says lex can declare yytext either as a pointer or an array; the
12236 # default is implementation-dependent. Figure out which it is, since
12237 # not all implementations provide the %pointer and %array declarations.
12238 ac_cv_prog_lex_yytext_pointer=no
12240 LIBS="$LEXLIB $ac_save_LIBS"
12241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12242 /* end confdefs.h. */
12243 #define YYTEXT_POINTER 1
12244 `cat $LEX_OUTPUT_ROOT.c`
12246 if ac_fn_c_try_link "$LINENO"; then :
12247 ac_cv_prog_lex_yytext_pointer=yes
12249 rm -f core conftest.err conftest.$ac_objext \
12250 conftest$ac_exeext conftest.$ac_ext
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12255 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12256 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12258 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12261 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12264 if test "$LEX" = :; then
12265 LEX=${am_missing_run}flex
12268 ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca"
12269 # If we haven't got the data from the intl directory,
12270 # assume NLS is disabled.
12279 if test -f ../intl/config.intl; then
12280 . ../intl/config.intl
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12283 $as_echo_n "checking whether NLS is requested... " >&6; }
12284 if test x"$USE_NLS" != xyes; then
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12286 $as_echo "no" >&6; }
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12289 $as_echo "yes" >&6; }
12291 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12295 $as_echo_n "checking for catalogs to be installed... " >&6; }
12296 # Look for .po and .gmo files in the source directory.
12299 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12300 # If there aren't any .gmo files the shell will give us the
12301 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12303 case "$cat" in *\**)
12306 # The quadruple backslash is collapsed to a double backslash
12307 # by the backticks, then collapsed again by the double quotes,
12308 # leaving us with one backslash in the sed expression (right
12309 # before the dot that mustn't act as a wildcard).
12310 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12311 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12312 # The user is allowed to set LINGUAS to a list of languages to
12313 # install catalogs for. If it's empty that means "all of them."
12314 if test "x$LINGUAS" = x; then
12315 CATALOGS="$CATALOGS $cat"
12316 XLINGUAS="$XLINGUAS $lang"
12318 case "$LINGUAS" in *$lang*)
12319 CATALOGS="$CATALOGS $cat"
12320 XLINGUAS="$XLINGUAS $lang"
12325 LINGUAS="$XLINGUAS"
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12327 $as_echo "$LINGUAS" >&6; }
12341 if test -n "$ac_aux_dir"; then
12342 case "$ac_aux_dir" in
12343 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12344 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12347 if test -z "$MKINSTALLDIRS"; then
12348 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12354 $as_echo_n "checking whether NLS is requested... " >&6; }
12355 # Check whether --enable-nls was given.
12356 if test "${enable_nls+set}" = set; then :
12357 enableval=$enable_nls; USE_NLS=$enableval
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12363 $as_echo "$USE_NLS" >&6; }
12370 # Prepare PATH_SEPARATOR.
12371 # The user is always right.
12372 if test "${PATH_SEPARATOR+set}" != set; then
12373 echo "#! /bin/sh" >conf$$.sh
12374 echo "exit 0" >>conf$$.sh
12376 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12384 # Find out how to test for executable files. Don't use a zero-byte file,
12385 # as systems may use methods other than mode bits to determine executability.
12386 cat >conf$$.file <<_ASEOF
12390 chmod +x conf$$.file
12391 if test -x conf$$.file >/dev/null 2>&1; then
12392 ac_executable_p="test -x"
12394 ac_executable_p="test -f"
12398 # Extract the first word of "msgfmt", so it can be a program name with args.
12399 set dummy msgfmt; ac_word=$2
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12401 $as_echo_n "checking for $ac_word... " >&6; }
12402 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12403 $as_echo_n "(cached) " >&6
12407 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12410 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12411 for ac_dir in $PATH; do
12413 test -z "$ac_dir" && ac_dir=.
12414 for ac_exec_ext in '' $ac_executable_extensions; do
12415 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12416 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12417 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12418 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12425 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12429 MSGFMT="$ac_cv_path_MSGFMT"
12430 if test "$MSGFMT" != ":"; then
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12432 $as_echo "$MSGFMT" >&6; }
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12435 $as_echo "no" >&6; }
12438 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12439 set dummy gmsgfmt; ac_word=$2
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12441 $as_echo_n "checking for $ac_word... " >&6; }
12442 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12443 $as_echo_n "(cached) " >&6
12447 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12451 for as_dir in $PATH
12454 test -z "$as_dir" && as_dir=.
12455 for ac_exec_ext in '' $ac_executable_extensions; do
12456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12457 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12465 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12469 GMSGFMT=$ac_cv_path_GMSGFMT
12470 if test -n "$GMSGFMT"; then
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12472 $as_echo "$GMSGFMT" >&6; }
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12475 $as_echo "no" >&6; }
12481 # Prepare PATH_SEPARATOR.
12482 # The user is always right.
12483 if test "${PATH_SEPARATOR+set}" != set; then
12484 echo "#! /bin/sh" >conf$$.sh
12485 echo "exit 0" >>conf$$.sh
12487 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12495 # Find out how to test for executable files. Don't use a zero-byte file,
12496 # as systems may use methods other than mode bits to determine executability.
12497 cat >conf$$.file <<_ASEOF
12501 chmod +x conf$$.file
12502 if test -x conf$$.file >/dev/null 2>&1; then
12503 ac_executable_p="test -x"
12505 ac_executable_p="test -f"
12509 # Extract the first word of "xgettext", so it can be a program name with args.
12510 set dummy xgettext; ac_word=$2
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12512 $as_echo_n "checking for $ac_word... " >&6; }
12513 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12514 $as_echo_n "(cached) " >&6
12516 case "$XGETTEXT" in
12518 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12521 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12522 for ac_dir in $PATH; do
12524 test -z "$ac_dir" && ac_dir=.
12525 for ac_exec_ext in '' $ac_executable_extensions; do
12526 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12527 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12528 (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
12529 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12536 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12540 XGETTEXT="$ac_cv_path_XGETTEXT"
12541 if test "$XGETTEXT" != ":"; then
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12543 $as_echo "$XGETTEXT" >&6; }
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12546 $as_echo "no" >&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 "msgmerge", so it can be a program name with args.
12581 set dummy msgmerge; 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 test "${ac_cv_path_MSGMERGE+set}" = set; then :
12585 $as_echo_n "(cached) " >&6
12587 case "$MSGMERGE" in
12589 ac_cv_path_MSGMERGE="$MSGMERGE" # 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 --update -q /dev/null /dev/null >/dev/null 2>&1; then
12599 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12606 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12610 MSGMERGE="$ac_cv_path_MSGMERGE"
12611 if test "$MSGMERGE" != ":"; then
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12613 $as_echo "$MSGMERGE" >&6; }
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12616 $as_echo "no" >&6; }
12620 if test "$GMSGFMT" != ":"; then
12621 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12622 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12625 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12627 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12632 if test "$XGETTEXT" != ":"; then
12633 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12634 (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
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12638 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12644 ac_config_commands="$ac_config_commands default-1"
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12650 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12651 # Check whether --enable-maintainer-mode was given.
12652 if test "${enable_maintainer_mode+set}" = set; then :
12653 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12655 USE_MAINTAINER_MODE=no
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12659 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12660 if test $USE_MAINTAINER_MODE = yes; then
12661 MAINTAINER_MODE_TRUE=
12662 MAINTAINER_MODE_FALSE='#'
12664 MAINTAINER_MODE_TRUE='#'
12665 MAINTAINER_MODE_FALSE=
12668 MAINT=$MAINTAINER_MODE_TRUE
12672 GENINSRC_NEVER_TRUE=
12673 GENINSRC_NEVER_FALSE='#'
12675 GENINSRC_NEVER_TRUE='#'
12676 GENINSRC_NEVER_FALSE=
12680 if test -n "$EXEEXT"; then
12682 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12686 cat >>confdefs.h <<_ACEOF
12687 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12691 # host-specific stuff:
12695 . ${srcdir}/../bfd/configure.host
12700 if test -n "$ac_tool_prefix"; then
12701 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12702 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12704 $as_echo_n "checking for $ac_word... " >&6; }
12705 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12706 $as_echo_n "(cached) " >&6
12708 if test -n "$RANLIB"; then
12709 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12712 for as_dir in $PATH
12715 test -z "$as_dir" && as_dir=.
12716 for ac_exec_ext in '' $ac_executable_extensions; do
12717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12718 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12728 RANLIB=$ac_cv_prog_RANLIB
12729 if test -n "$RANLIB"; then
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12731 $as_echo "$RANLIB" >&6; }
12733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12734 $as_echo "no" >&6; }
12739 if test -z "$ac_cv_prog_RANLIB"; then
12740 ac_ct_RANLIB=$RANLIB
12741 # Extract the first word of "ranlib", so it can be a program name with args.
12742 set dummy ranlib; ac_word=$2
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12744 $as_echo_n "checking for $ac_word... " >&6; }
12745 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12746 $as_echo_n "(cached) " >&6
12748 if test -n "$ac_ct_RANLIB"; then
12749 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12752 for as_dir in $PATH
12755 test -z "$as_dir" && as_dir=.
12756 for ac_exec_ext in '' $ac_executable_extensions; do
12757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12758 ac_cv_prog_ac_ct_RANLIB="ranlib"
12759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12768 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12769 if test -n "$ac_ct_RANLIB"; then
12770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12771 $as_echo "$ac_ct_RANLIB" >&6; }
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12774 $as_echo "no" >&6; }
12777 if test "x$ac_ct_RANLIB" = x; then
12780 case $cross_compiling:$ac_tool_warned in
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12783 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12784 ac_tool_warned=yes ;;
12786 RANLIB=$ac_ct_RANLIB
12789 RANLIB="$ac_cv_prog_RANLIB"
12794 # Put a plausible default for CC_FOR_BUILD in Makefile.
12795 if test -z "$CC_FOR_BUILD"; then
12796 if test "x$cross_compiling" = "xno"; then
12797 CC_FOR_BUILD='$(CC)'
12803 # Also set EXEEXT_FOR_BUILD.
12804 if test "x$cross_compiling" = "xno"; then
12805 EXEEXT_FOR_BUILD='$(EXEEXT)'
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12808 $as_echo_n "checking for build system executable suffix... " >&6; }
12809 if test "${bfd_cv_build_exeext+set}" = set; then :
12810 $as_echo_n "(cached) " >&6
12813 echo 'int main () { return 0; }' > conftest.c
12814 bfd_cv_build_exeext=
12815 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12816 for file in conftest.*; do
12818 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12819 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12823 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12826 $as_echo "$bfd_cv_build_exeext" >&6; }
12827 EXEEXT_FOR_BUILD=""
12828 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12832 DEMANGLER_NAME=c++filt
12834 *-*-go32* | *-*-msdos*)
12835 DEMANGLER_NAME=cxxfilt
12839 # The cast to long int works around a bug in the HP C Compiler
12840 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12841 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12842 # This bug is HP SR number 8606223364.
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12844 $as_echo_n "checking size of long... " >&6; }
12845 if test "${ac_cv_sizeof_long+set}" = set; then :
12846 $as_echo_n "(cached) " >&6
12848 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12851 if test "$ac_cv_type_long" = yes; then
12852 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12853 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12854 { as_fn_set_status 77
12855 as_fn_error "cannot compute sizeof (long)
12856 See \`config.log' for more details." "$LINENO" 5; }; }
12858 ac_cv_sizeof_long=0
12863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12864 $as_echo "$ac_cv_sizeof_long" >&6; }
12868 cat >>confdefs.h <<_ACEOF
12869 #define SIZEOF_LONG $ac_cv_sizeof_long
12873 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12874 if test "x$ac_cv_type_long_long" = x""yes; then :
12876 cat >>confdefs.h <<_ACEOF
12877 #define HAVE_LONG_LONG 1
12880 # The cast to long int works around a bug in the HP C Compiler
12881 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12882 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12883 # This bug is HP SR number 8606223364.
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12885 $as_echo_n "checking size of long long... " >&6; }
12886 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12887 $as_echo_n "(cached) " >&6
12889 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12892 if test "$ac_cv_type_long_long" = yes; then
12893 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12894 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12895 { as_fn_set_status 77
12896 as_fn_error "cannot compute sizeof (long long)
12897 See \`config.log' for more details." "$LINENO" 5; }; }
12899 ac_cv_sizeof_long_long=0
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12905 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12909 cat >>confdefs.h <<_ACEOF
12910 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12917 for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
12919 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12920 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12921 eval as_val=\$$as_ac_Header
12922 if test "x$as_val" = x""yes; then :
12923 cat >>confdefs.h <<_ACEOF
12924 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12932 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12933 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12934 $as_echo_n "(cached) " >&6
12936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12937 /* end confdefs.h. */
12938 #include <sys/types.h>
12939 #include <sys/wait.h>
12940 #ifndef WEXITSTATUS
12941 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12944 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12952 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12957 if ac_fn_c_try_compile "$LINENO"; then :
12958 ac_cv_header_sys_wait_h=yes
12960 ac_cv_header_sys_wait_h=no
12962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12965 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12966 if test $ac_cv_header_sys_wait_h = yes; then
12968 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12973 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12974 if test "${gcc_cv_header_string+set}" = set; then :
12975 $as_echo_n "(cached) " >&6
12977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12978 /* end confdefs.h. */
12979 #include <string.h>
12980 #include <strings.h>
12989 if ac_fn_c_try_compile "$LINENO"; then :
12990 gcc_cv_header_string=yes
12992 gcc_cv_header_string=no
12994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12997 $as_echo "$gcc_cv_header_string" >&6; }
12998 if test $gcc_cv_header_string = yes; then
13000 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13004 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13005 # for constant arguments. Useless!
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13007 $as_echo_n "checking for working alloca.h... " >&6; }
13008 if test "${ac_cv_working_alloca_h+set}" = set; then :
13009 $as_echo_n "(cached) " >&6
13011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13012 /* end confdefs.h. */
13013 #include <alloca.h>
13017 char *p = (char *) alloca (2 * sizeof (int));
13023 if ac_fn_c_try_link "$LINENO"; then :
13024 ac_cv_working_alloca_h=yes
13026 ac_cv_working_alloca_h=no
13028 rm -f core conftest.err conftest.$ac_objext \
13029 conftest$ac_exeext conftest.$ac_ext
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13032 $as_echo "$ac_cv_working_alloca_h" >&6; }
13033 if test $ac_cv_working_alloca_h = yes; then
13035 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13040 $as_echo_n "checking for alloca... " >&6; }
13041 if test "${ac_cv_func_alloca_works+set}" = set; then :
13042 $as_echo_n "(cached) " >&6
13044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13045 /* end confdefs.h. */
13047 # define alloca __builtin_alloca
13050 # include <malloc.h>
13051 # define alloca _alloca
13053 # ifdef HAVE_ALLOCA_H
13054 # include <alloca.h>
13059 # ifndef alloca /* predefined by HP cc +Olibcalls */
13070 char *p = (char *) alloca (1);
13076 if ac_fn_c_try_link "$LINENO"; then :
13077 ac_cv_func_alloca_works=yes
13079 ac_cv_func_alloca_works=no
13081 rm -f core conftest.err conftest.$ac_objext \
13082 conftest$ac_exeext conftest.$ac_ext
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13085 $as_echo "$ac_cv_func_alloca_works" >&6; }
13087 if test $ac_cv_func_alloca_works = yes; then
13089 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13092 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13093 # that cause trouble. Some versions do not even contain alloca or
13094 # contain a buggy version. If you still want to use their alloca,
13095 # use ar to extract alloca.o from them instead of compiling alloca.c.
13097 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13099 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13103 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13104 if test "${ac_cv_os_cray+set}" = set; then :
13105 $as_echo_n "(cached) " >&6
13107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13108 /* end confdefs.h. */
13109 #if defined CRAY && ! defined CRAY2
13116 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13117 $EGREP "webecray" >/dev/null 2>&1; then :
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13126 $as_echo "$ac_cv_os_cray" >&6; }
13127 if test $ac_cv_os_cray = yes; then
13128 for ac_func in _getb67 GETB67 getb67; do
13129 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13130 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13131 eval as_val=\$$as_ac_var
13132 if test "x$as_val" = x""yes; then :
13134 cat >>confdefs.h <<_ACEOF
13135 #define CRAY_STACKSEG_END $ac_func
13144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13145 $as_echo_n "checking stack direction for C alloca... " >&6; }
13146 if test "${ac_cv_c_stack_direction+set}" = set; then :
13147 $as_echo_n "(cached) " >&6
13149 if test "$cross_compiling" = yes; then :
13150 ac_cv_c_stack_direction=0
13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h. */
13154 $ac_includes_default
13156 find_stack_direction ()
13158 static char *addr = 0;
13163 return find_stack_direction ();
13166 return (&dummy > addr) ? 1 : -1;
13172 return find_stack_direction () < 0;
13175 if ac_fn_c_try_run "$LINENO"; then :
13176 ac_cv_c_stack_direction=1
13178 ac_cv_c_stack_direction=-1
13180 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13181 conftest.$ac_objext conftest.beam conftest.$ac_ext
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13186 $as_echo "$ac_cv_c_stack_direction" >&6; }
13187 cat >>confdefs.h <<_ACEOF
13188 #define STACK_DIRECTION $ac_cv_c_stack_direction
13194 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13196 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13197 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13198 eval as_val=\$$as_ac_var
13199 if test "x$as_val" = x""yes; then :
13200 cat >>confdefs.h <<_ACEOF
13201 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13207 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13208 if test "x$ac_cv_func_mkstemp" = x""yes; then :
13210 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13214 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13215 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
13217 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13222 $as_echo_n "checking for mbstate_t... " >&6; }
13223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13224 /* end confdefs.h. */
13229 mbstate_t teststate;
13234 if ac_fn_c_try_compile "$LINENO"; then :
13239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13241 $as_echo "$have_mbstate_t" >&6; }
13242 if test x"$have_mbstate_t" = xyes; then
13244 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13248 # Some systems have frexp only in -lm, not in -lc.
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13250 $as_echo_n "checking for library containing frexp... " >&6; }
13251 if test "${ac_cv_search_frexp+set}" = set; then :
13252 $as_echo_n "(cached) " >&6
13254 ac_func_search_save_LIBS=$LIBS
13255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13256 /* end confdefs.h. */
13258 /* Override any GCC internal prototype to avoid an error.
13259 Use char because int might match the return type of a GCC
13260 builtin and then its argument prototype would still apply. */
13273 for ac_lib in '' m; do
13274 if test -z "$ac_lib"; then
13275 ac_res="none required"
13278 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13280 if ac_fn_c_try_link "$LINENO"; then :
13281 ac_cv_search_frexp=$ac_res
13283 rm -f core conftest.err conftest.$ac_objext \
13285 if test "${ac_cv_search_frexp+set}" = set; then :
13289 if test "${ac_cv_search_frexp+set}" = set; then :
13292 ac_cv_search_frexp=no
13294 rm conftest.$ac_ext
13295 LIBS=$ac_func_search_save_LIBS
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13298 $as_echo "$ac_cv_search_frexp" >&6; }
13299 ac_res=$ac_cv_search_frexp
13300 if test "$ac_res" != no; then :
13301 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13308 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13309 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13310 $as_echo_n "(cached) " >&6
13312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13313 /* end confdefs.h. */
13314 #include <locale.h>
13323 if ac_fn_c_try_link "$LINENO"; then :
13324 am_cv_val_LC_MESSAGES=yes
13326 am_cv_val_LC_MESSAGES=no
13328 rm -f core conftest.err conftest.$ac_objext \
13329 conftest$ac_exeext conftest.$ac_ext
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13332 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13333 if test $am_cv_val_LC_MESSAGES = yes; then
13335 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13341 $as_echo_n "checking for time_t in time.h... " >&6; }
13342 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13343 $as_echo_n "(cached) " >&6
13345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13346 /* end confdefs.h. */
13356 if ac_fn_c_try_compile "$LINENO"; then :
13357 bu_cv_decl_time_t_time_h=yes
13359 bu_cv_decl_time_t_time_h=no
13361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13365 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
13366 if test $bu_cv_decl_time_t_time_h = yes; then
13368 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13373 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
13374 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13375 $as_echo_n "(cached) " >&6
13377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13378 /* end confdefs.h. */
13379 #include <sys/types.h>
13388 if ac_fn_c_try_compile "$LINENO"; then :
13389 bu_cv_decl_time_t_types_h=yes
13391 bu_cv_decl_time_t_types_h=no
13393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13397 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
13398 if test $bu_cv_decl_time_t_types_h = yes; then
13400 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13405 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13406 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13407 $as_echo_n "(cached) " >&6
13409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13410 /* end confdefs.h. */
13411 #include <unistd.h>
13415 extern int getopt (int, char *const*, const char *);
13420 if ac_fn_c_try_compile "$LINENO"; then :
13421 bu_cv_decl_getopt_unistd_h=yes
13423 bu_cv_decl_getopt_unistd_h=no
13425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13429 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13430 if test $bu_cv_decl_getopt_unistd_h = yes; then
13432 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13436 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13439 $as_echo_n "checking for utime.h... " >&6; }
13440 if test "${bu_cv_header_utime_h+set}" = set; then :
13441 $as_echo_n "(cached) " >&6
13443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13444 /* end confdefs.h. */
13445 #include <sys/types.h>
13458 if ac_fn_c_try_compile "$LINENO"; then :
13459 bu_cv_header_utime_h=yes
13461 bu_cv_header_utime_h=no
13463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13467 $as_echo "$bu_cv_header_utime_h" >&6; }
13468 if test $bu_cv_header_utime_h = yes; then
13470 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13474 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13475 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13481 cat >>confdefs.h <<_ACEOF
13482 #define HAVE_DECL_ENVIRON $ac_have_decl
13484 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13485 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13491 cat >>confdefs.h <<_ACEOF
13492 #define HAVE_DECL_FPRINTF $ac_have_decl
13494 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13495 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13501 cat >>confdefs.h <<_ACEOF
13502 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13504 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13505 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13511 cat >>confdefs.h <<_ACEOF
13512 #define HAVE_DECL_GETENV $ac_have_decl
13514 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13515 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13521 cat >>confdefs.h <<_ACEOF
13522 #define HAVE_DECL_SBRK $ac_have_decl
13524 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13525 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13531 cat >>confdefs.h <<_ACEOF
13532 #define HAVE_DECL_SNPRINTF $ac_have_decl
13534 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13535 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13541 cat >>confdefs.h <<_ACEOF
13542 #define HAVE_DECL_STPCPY $ac_have_decl
13544 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13545 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13551 cat >>confdefs.h <<_ACEOF
13552 #define HAVE_DECL_STRNLEN $ac_have_decl
13554 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13555 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13561 cat >>confdefs.h <<_ACEOF
13562 #define HAVE_DECL_STRSTR $ac_have_decl
13564 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13565 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13571 cat >>confdefs.h <<_ACEOF
13572 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13576 # Link in zlib if we can. This allows us to read compressed debug
13577 # sections. This is used only by readelf.c (objdump uses bfd for
13578 # reading compressed sections).
13580 # Use the system's zlib library.
13581 zlibdir="-L\$(top_builddir)/../zlib"
13582 zlibinc="-I\$(top_srcdir)/../zlib"
13584 # Check whether --with-system-zlib was given.
13585 if test "${with_system_zlib+set}" = set; then :
13586 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13599 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13601 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13605 # target-specific stuff:
13607 # Canonicalize the secondary target names.
13608 if test -n "$enable_targets"; then
13609 for targ in `echo $enable_targets | sed 's/,/ /g'`
13611 result=`$ac_config_sub $targ 2>/dev/null`
13612 if test -n "$result"; then
13613 canon_targets="$canon_targets $result"
13615 # Allow targets that config.sub doesn't recognize, like "all".
13616 canon_targets="$canon_targets $targ"
13621 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13622 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13628 if test "X$prefix" = "XNONE"; then
13629 acl_final_prefix="$ac_default_prefix"
13631 acl_final_prefix="$prefix"
13633 if test "X$exec_prefix" = "XNONE"; then
13634 acl_final_exec_prefix='${prefix}'
13636 acl_final_exec_prefix="$exec_prefix"
13638 acl_save_prefix="$prefix"
13639 prefix="$acl_final_prefix"
13640 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13641 prefix="$acl_save_prefix"
13644 # Check whether --with-gnu-ld was given.
13645 if test "${with_gnu_ld+set}" = set; then :
13646 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13651 # Prepare PATH_SEPARATOR.
13652 # The user is always right.
13653 if test "${PATH_SEPARATOR+set}" != set; then
13654 echo "#! /bin/sh" >conf$$.sh
13655 echo "exit 0" >>conf$$.sh
13657 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13665 if test "$GCC" = yes; then
13666 # Check if gcc -print-prog-name=ld gives a path.
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13668 $as_echo_n "checking for ld used by GCC... " >&6; }
13671 # gcc leaves a trailing carriage return which upsets mingw
13672 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13674 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13677 # Accept absolute paths.
13678 [\\/]* | [A-Za-z]:[\\/]*)
13679 re_direlt='/[^/][^/]*/\.\./'
13680 # Canonicalize the path of ld
13681 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13682 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13683 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13685 test -z "$LD" && LD="$ac_prog"
13688 # If it fails, then pretend we aren't using GCC.
13692 # If it is relative, then search for the first ld in PATH.
13693 with_gnu_ld=unknown
13696 elif test "$with_gnu_ld" = yes; then
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13698 $as_echo_n "checking for GNU ld... " >&6; }
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13701 $as_echo_n "checking for non-GNU ld... " >&6; }
13703 if test "${acl_cv_path_LD+set}" = set; then :
13704 $as_echo_n "(cached) " >&6
13706 if test -z "$LD"; then
13707 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13708 for ac_dir in $PATH; do
13709 test -z "$ac_dir" && ac_dir=.
13710 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13711 acl_cv_path_LD="$ac_dir/$ac_prog"
13712 # Check to see if the program is GNU ld. I'd rather use --version,
13713 # but apparently some GNU ld's only accept -v.
13714 # Break only if it was the GNU/non-GNU ld that we prefer.
13715 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13716 test "$with_gnu_ld" != no && break
13718 test "$with_gnu_ld" != yes && break
13724 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13728 LD="$acl_cv_path_LD"
13729 if test -n "$LD"; then
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13731 $as_echo "$LD" >&6; }
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13734 $as_echo "no" >&6; }
13736 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13738 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13739 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13740 $as_echo_n "(cached) " >&6
13742 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13743 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13744 acl_cv_prog_gnu_ld=yes
13746 acl_cv_prog_gnu_ld=no
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13750 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13751 with_gnu_ld=$acl_cv_prog_gnu_ld
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13756 $as_echo_n "checking for shared library run path origin... " >&6; }
13757 if test "${acl_cv_rpath+set}" = set; then :
13758 $as_echo_n "(cached) " >&6
13761 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13762 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13764 rm -f ./conftest.sh
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13769 $as_echo "$acl_cv_rpath" >&6; }
13771 libext="$acl_cv_libext"
13772 shlibext="$acl_cv_shlibext"
13773 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13774 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13775 hardcode_direct="$acl_cv_hardcode_direct"
13776 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13777 # Check whether --enable-rpath was given.
13778 if test "${enable_rpath+set}" = set; then :
13779 enableval=$enable_rpath; :
13793 acl_save_prefix="$prefix"
13794 prefix="$acl_final_prefix"
13795 acl_save_exec_prefix="$exec_prefix"
13796 exec_prefix="$acl_final_exec_prefix"
13798 eval additional_includedir=\"$includedir\"
13799 eval additional_libdir=\"$libdir\"
13801 exec_prefix="$acl_save_exec_prefix"
13802 prefix="$acl_save_prefix"
13805 # Check whether --with-libiconv-prefix was given.
13806 if test "${with_libiconv_prefix+set}" = set; then :
13807 withval=$with_libiconv_prefix;
13808 if test "X$withval" = "Xno"; then
13811 if test "X$withval" = "X"; then
13813 acl_save_prefix="$prefix"
13814 prefix="$acl_final_prefix"
13815 acl_save_exec_prefix="$exec_prefix"
13816 exec_prefix="$acl_final_exec_prefix"
13818 eval additional_includedir=\"$includedir\"
13819 eval additional_libdir=\"$libdir\"
13821 exec_prefix="$acl_save_exec_prefix"
13822 prefix="$acl_save_prefix"
13825 additional_includedir="$withval/include"
13826 additional_libdir="$withval/lib"
13837 names_already_handled=
13838 names_next_round='iconv '
13839 while test -n "$names_next_round"; do
13840 names_this_round="$names_next_round"
13842 for name in $names_this_round; do
13844 for n in $names_already_handled; do
13845 if test "$n" = "$name"; then
13846 already_handled=yes
13850 if test -z "$already_handled"; then
13851 names_already_handled="$names_already_handled $name"
13852 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13853 eval value=\"\$HAVE_LIB$uppername\"
13854 if test -n "$value"; then
13855 if test "$value" = yes; then
13856 eval value=\"\$LIB$uppername\"
13857 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13858 eval value=\"\$LTLIB$uppername\"
13859 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13868 if test $use_additional = yes; then
13869 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13870 found_dir="$additional_libdir"
13871 found_so="$additional_libdir/lib$name.$shlibext"
13872 if test -f "$additional_libdir/lib$name.la"; then
13873 found_la="$additional_libdir/lib$name.la"
13876 if test -f "$additional_libdir/lib$name.$libext"; then
13877 found_dir="$additional_libdir"
13878 found_a="$additional_libdir/lib$name.$libext"
13879 if test -f "$additional_libdir/lib$name.la"; then
13880 found_la="$additional_libdir/lib$name.la"
13885 if test "X$found_dir" = "X"; then
13886 for x in $LDFLAGS $LTLIBICONV; do
13888 acl_save_prefix="$prefix"
13889 prefix="$acl_final_prefix"
13890 acl_save_exec_prefix="$exec_prefix"
13891 exec_prefix="$acl_final_exec_prefix"
13893 exec_prefix="$acl_save_exec_prefix"
13894 prefix="$acl_save_prefix"
13898 dir=`echo "X$x" | sed -e 's/^X-L//'`
13899 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13901 found_so="$dir/lib$name.$shlibext"
13902 if test -f "$dir/lib$name.la"; then
13903 found_la="$dir/lib$name.la"
13906 if test -f "$dir/lib$name.$libext"; then
13908 found_a="$dir/lib$name.$libext"
13909 if test -f "$dir/lib$name.la"; then
13910 found_la="$dir/lib$name.la"
13916 if test "X$found_dir" != "X"; then
13921 if test "X$found_dir" != "X"; then
13922 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13923 if test "X$found_so" != "X"; then
13924 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13925 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13928 for x in $ltrpathdirs; do
13929 if test "X$x" = "X$found_dir"; then
13934 if test -z "$haveit"; then
13935 ltrpathdirs="$ltrpathdirs $found_dir"
13937 if test "$hardcode_direct" = yes; then
13938 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13940 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13941 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13943 for x in $rpathdirs; do
13944 if test "X$x" = "X$found_dir"; then
13949 if test -z "$haveit"; then
13950 rpathdirs="$rpathdirs $found_dir"
13954 for x in $LDFLAGS $LIBICONV; do
13956 acl_save_prefix="$prefix"
13957 prefix="$acl_final_prefix"
13958 acl_save_exec_prefix="$exec_prefix"
13959 exec_prefix="$acl_final_exec_prefix"
13961 exec_prefix="$acl_save_exec_prefix"
13962 prefix="$acl_save_prefix"
13964 if test "X$x" = "X-L$found_dir"; then
13969 if test -z "$haveit"; then
13970 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13972 if test "$hardcode_minus_L" != no; then
13973 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13975 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13981 if test "X$found_a" != "X"; then
13982 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13984 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13987 additional_includedir=
13988 case "$found_dir" in
13990 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13991 additional_includedir="$basedir/include"
13994 if test "X$additional_includedir" != "X"; then
13995 if test "X$additional_includedir" != "X/usr/include"; then
13997 if test "X$additional_includedir" = "X/usr/local/include"; then
13998 if test -n "$GCC"; then
14000 linux*) haveit=yes;;
14004 if test -z "$haveit"; then
14005 for x in $CPPFLAGS $INCICONV; do
14007 acl_save_prefix="$prefix"
14008 prefix="$acl_final_prefix"
14009 acl_save_exec_prefix="$exec_prefix"
14010 exec_prefix="$acl_final_exec_prefix"
14012 exec_prefix="$acl_save_exec_prefix"
14013 prefix="$acl_save_prefix"
14015 if test "X$x" = "X-I$additional_includedir"; then
14020 if test -z "$haveit"; then
14021 if test -d "$additional_includedir"; then
14022 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14028 if test -n "$found_la"; then
14029 save_libdir="$libdir"
14030 case "$found_la" in
14031 */* | *\\*) . "$found_la" ;;
14032 *) . "./$found_la" ;;
14034 libdir="$save_libdir"
14035 for dep in $dependency_libs; do
14038 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14039 if test "X$additional_libdir" != "X/usr/lib"; then
14041 if test "X$additional_libdir" = "X/usr/local/lib"; then
14042 if test -n "$GCC"; then
14044 linux*) haveit=yes;;
14048 if test -z "$haveit"; then
14050 for x in $LDFLAGS $LIBICONV; do
14052 acl_save_prefix="$prefix"
14053 prefix="$acl_final_prefix"
14054 acl_save_exec_prefix="$exec_prefix"
14055 exec_prefix="$acl_final_exec_prefix"
14057 exec_prefix="$acl_save_exec_prefix"
14058 prefix="$acl_save_prefix"
14060 if test "X$x" = "X-L$additional_libdir"; then
14065 if test -z "$haveit"; then
14066 if test -d "$additional_libdir"; then
14067 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14071 for x in $LDFLAGS $LTLIBICONV; do
14073 acl_save_prefix="$prefix"
14074 prefix="$acl_final_prefix"
14075 acl_save_exec_prefix="$exec_prefix"
14076 exec_prefix="$acl_final_exec_prefix"
14078 exec_prefix="$acl_save_exec_prefix"
14079 prefix="$acl_save_prefix"
14081 if test "X$x" = "X-L$additional_libdir"; then
14086 if test -z "$haveit"; then
14087 if test -d "$additional_libdir"; then
14088 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14095 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14096 if test "$enable_rpath" != no; then
14098 for x in $rpathdirs; do
14099 if test "X$x" = "X$dir"; then
14104 if test -z "$haveit"; then
14105 rpathdirs="$rpathdirs $dir"
14108 for x in $ltrpathdirs; do
14109 if test "X$x" = "X$dir"; then
14114 if test -z "$haveit"; then
14115 ltrpathdirs="$ltrpathdirs $dir"
14120 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14123 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14126 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14127 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14133 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14134 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14140 if test "X$rpathdirs" != "X"; then
14141 if test -n "$hardcode_libdir_separator"; then
14143 for found_dir in $rpathdirs; do
14144 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14146 acl_save_libdir="$libdir"
14148 eval flag=\"$hardcode_libdir_flag_spec\"
14149 libdir="$acl_save_libdir"
14150 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14152 for found_dir in $rpathdirs; do
14153 acl_save_libdir="$libdir"
14154 libdir="$found_dir"
14155 eval flag=\"$hardcode_libdir_flag_spec\"
14156 libdir="$acl_save_libdir"
14157 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14161 if test "X$ltrpathdirs" != "X"; then
14162 for found_dir in $ltrpathdirs; do
14163 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14174 $as_echo_n "checking for iconv... " >&6; }
14175 if test "${am_cv_func_iconv+set}" = set; then :
14176 $as_echo_n "(cached) " >&6
14179 am_cv_func_iconv="no, consider installing GNU libiconv"
14181 am_save_CPPFLAGS="$CPPFLAGS"
14182 CPPFLAGS="$CPPFLAGS $INCICONV"
14183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14184 /* end confdefs.h. */
14185 #include <stdlib.h>
14190 iconv_t cd = iconv_open("","");
14191 iconv(cd,NULL,NULL,NULL,NULL);
14197 if ac_fn_c_try_link "$LINENO"; then :
14198 am_cv_func_iconv=yes
14200 rm -f core conftest.err conftest.$ac_objext \
14201 conftest$ac_exeext conftest.$ac_ext
14202 CPPFLAGS="$am_save_CPPFLAGS"
14204 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14205 for _libs in .libs _libs; do
14206 am_save_CPPFLAGS="$CPPFLAGS"
14207 am_save_LIBS="$LIBS"
14208 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14209 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14211 /* end confdefs.h. */
14212 #include <stdlib.h>
14217 iconv_t cd = iconv_open("","");
14218 iconv(cd,NULL,NULL,NULL,NULL);
14224 if ac_fn_c_try_link "$LINENO"; then :
14225 INCICONV="-I../libiconv/include"
14226 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14227 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14228 am_cv_lib_iconv=yes
14229 am_cv_func_iconv=yes
14231 rm -f core conftest.err conftest.$ac_objext \
14232 conftest$ac_exeext conftest.$ac_ext
14233 CPPFLAGS="$am_save_CPPFLAGS"
14234 LIBS="$am_save_LIBS"
14235 if test "$am_cv_func_iconv" = "yes"; then
14241 if test "$am_cv_func_iconv" != yes; then
14242 am_save_CPPFLAGS="$CPPFLAGS"
14243 am_save_LIBS="$LIBS"
14244 CPPFLAGS="$LIBS $INCICONV"
14245 LIBS="$LIBS $LIBICONV"
14246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14247 /* end confdefs.h. */
14248 #include <stdlib.h>
14253 iconv_t cd = iconv_open("","");
14254 iconv(cd,NULL,NULL,NULL,NULL);
14260 if ac_fn_c_try_link "$LINENO"; then :
14261 am_cv_lib_iconv=yes
14262 am_cv_func_iconv=yes
14264 rm -f core conftest.err conftest.$ac_objext \
14265 conftest$ac_exeext conftest.$ac_ext
14266 CPPFLAGS="$am_save_CPPFLAGS"
14267 LIBS="$am_save_LIBS"
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14272 $as_echo "$am_cv_func_iconv" >&6; }
14273 if test "$am_cv_func_iconv" = yes; then
14275 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14278 if test "$am_cv_lib_iconv" = yes; then
14280 for element in $INCICONV; do
14282 for x in $CPPFLAGS; do
14284 acl_save_prefix="$prefix"
14285 prefix="$acl_final_prefix"
14286 acl_save_exec_prefix="$exec_prefix"
14287 exec_prefix="$acl_final_exec_prefix"
14289 exec_prefix="$acl_save_exec_prefix"
14290 prefix="$acl_save_prefix"
14292 if test "X$x" = "X$element"; then
14297 if test -z "$haveit"; then
14298 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14303 $as_echo_n "checking how to link with libiconv... " >&6; }
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14305 $as_echo "$LIBICONV" >&6; }
14313 if test "$am_cv_func_iconv" = yes; then
14314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14315 $as_echo_n "checking for iconv declaration... " >&6; }
14316 if test "${am_cv_proto_iconv+set}" = set; then :
14317 $as_echo_n "(cached) " >&6
14320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14321 /* end confdefs.h. */
14323 #include <stdlib.h>
14329 #if defined(__STDC__) || defined(__cplusplus)
14330 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14343 if ac_fn_c_try_compile "$LINENO"; then :
14344 am_cv_proto_iconv_arg1=""
14346 am_cv_proto_iconv_arg1="const"
14348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14349 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);"
14352 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14354 }$am_cv_proto_iconv" >&5
14356 }$am_cv_proto_iconv" >&6; }
14358 cat >>confdefs.h <<_ACEOF
14359 #define ICONV_CONST $am_cv_proto_iconv_arg1
14376 BUILD_INSTALL_MISC=
14378 OBJDUMP_PRIVATE_VECTORS=
14379 OBJDUMP_PRIVATE_OFILES=
14382 for targ in $target $canon_targets
14384 if test "x$targ" = "xall"; then
14386 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14387 BUILD_SRCONV='$(SRCONV_PROG)'
14388 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
14389 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14390 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14391 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14392 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14393 if test -z "$DLLTOOL_DEFAULT"; then
14394 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14396 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14397 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14398 od_vectors="$od_vectors objdump_private_desc_xcoff"
14401 i[3-7]86*-*-netware*)
14402 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14403 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14406 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14407 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14409 powerpc*-*-netware*)
14410 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14411 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14414 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14415 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14420 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14425 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14426 if test -z "$DLLTOOL_DEFAULT"; then
14427 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14429 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14430 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14431 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14433 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14434 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14435 if test -z "$DLLTOOL_DEFAULT"; then
14436 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14438 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14439 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14440 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14443 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14444 if test -z "$DLLTOOL_DEFAULT"; then
14445 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14447 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14448 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14449 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14451 x86_64-*-mingw* | x86_64-*-cygwin*)
14452 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14453 if test -z "$DLLTOOL_DEFAULT"; then
14454 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14456 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14457 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14458 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14459 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14461 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14462 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14463 if test -z "$DLLTOOL_DEFAULT"; then
14464 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14466 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14467 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14468 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14469 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14471 i[3-7]86-*-interix)
14472 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14473 if test -z "$DLLTOOL_DEFAULT"; then
14474 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14476 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14478 powerpc*-aix5.[01])
14480 powerpc*-aix[5-9].*)
14481 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14483 powerpc*-*-pe* | powerpc*-*-cygwin*)
14484 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14485 if test -z "$DLLTOOL_DEFAULT"; then
14486 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14488 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14489 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14490 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14492 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14493 case "$BUILD_INSTALL_MISC" in
14495 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14499 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14500 if test -z "$DLLTOOL_DEFAULT"; then
14501 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14503 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14504 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14505 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14508 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14511 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14512 if test -z "$DLLTOOL_DEFAULT"; then
14513 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14515 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14516 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14517 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14520 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14521 if test -z "$DLLTOOL_DEFAULT"; then
14522 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14524 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14525 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14526 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14529 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14530 if test -z "$DLLTOOL_DEFAULT"; then
14531 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14533 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14536 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14540 # Add objdump private vectors.
14543 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14546 od_vectors="$od_vectors objdump_private_desc_xcoff"
14549 od_vectors="$od_vectors objdump_private_desc_mach_o"
14555 # Uniq objdump private vector, build objdump target ofiles.
14558 for i in $od_vectors ; do
14563 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14565 objdump_private_desc_elf32_avr)
14566 od_files="$od_files od-elf32_avr" ;;
14567 objdump_private_desc_xcoff)
14568 od_files="$od_files od-xcoff" ;;
14569 objdump_private_desc_mach_o)
14570 od_files="$od_files od-macho" ;;
14571 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14577 # Uniq objdump target ofiles
14579 for i in $od_files ; do
14584 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14589 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14591 if test "${with_windres+set}" = set; then
14592 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14595 if test "${with_windmc+set}" = set; then
14596 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14599 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14615 cat >>confdefs.h <<_ACEOF
14616 #define TARGET "${target}"
14621 . $srcdir/../bfd/config.bfd
14622 if test "x$targ_underscore" = "xyes"; then
14628 cat >>confdefs.h <<_ACEOF
14629 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14635 . ${srcdir}/configure.tgt
14636 EMULATION=$targ_emul
14637 EMULATION_VECTOR=$targ_emul_vector
14642 # Required for html and install-html
14648 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14650 cat >confcache <<\_ACEOF
14651 # This file is a shell script that caches the results of configure
14652 # tests run on this system so they can be shared between configure
14653 # scripts and configure runs, see configure's option --config-cache.
14654 # It is not useful on other systems. If it contains results you don't
14655 # want to keep, you may remove or edit it.
14657 # config.status only pays attention to the cache file if you give it
14658 # the --recheck option to rerun configure.
14660 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14661 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14662 # following values.
14666 # The following way of writing the cache mishandles newlines in values,
14667 # but we know of no workaround that is simple, portable, and efficient.
14668 # So, we kill variables containing newlines.
14669 # Ultrix sh set writes to stderr and can't be redirected directly,
14670 # and sets the high bit in the cache file unless we assign to the vars.
14672 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14673 eval ac_val=\$$ac_var
14677 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14678 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14681 _ | IFS | as_nl) ;; #(
14682 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14683 *) { eval $ac_var=; unset $ac_var;} ;;
14689 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14690 *${as_nl}ac_space=\ *)
14691 # `set' does not quote correctly, so add quotes: double-quote
14692 # substitution turns \\\\ into \\, and sed turns \\ into \.
14695 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14698 # `set' quotes correctly as required by POSIX, so do not add quotes.
14699 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14708 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14710 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14712 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14713 if test -w "$cache_file"; then
14714 test "x$cache_file" != "x/dev/null" &&
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14716 $as_echo "$as_me: updating cache $cache_file" >&6;}
14717 cat confcache >$cache_file
14719 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14720 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14725 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14726 # Let make expand exec_prefix.
14727 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14729 DEFS=-DHAVE_CONFIG_H
14733 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14734 # 1. Remove the extension, and $U if already installed.
14735 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14736 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14737 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14738 # will be set to the directory where LIBOBJS objects are built.
14739 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14740 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14742 LIBOBJS=$ac_libobjs
14744 LTLIBOBJS=$ac_ltlibobjs
14747 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14748 as_fn_error "conditional \"AMDEP\" was never defined.
14749 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14751 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14752 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14753 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14755 if test -n "$EXEEXT"; then
14757 am__EXEEXT_FALSE='#'
14759 am__EXEEXT_TRUE='#'
14763 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14764 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14765 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14767 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14768 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14769 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14772 : ${CONFIG_STATUS=./config.status}
14774 ac_clean_files_save=$ac_clean_files
14775 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14776 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14777 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14779 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14781 # Generated by $as_me.
14782 # Run this file to recreate the current configuration.
14783 # Compiler output produced by configure, useful for debugging
14784 # configure, is in config.log if it exists.
14787 ac_cs_recheck=false
14790 SHELL=\${CONFIG_SHELL-$SHELL}
14793 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14794 ## -------------------- ##
14795 ## M4sh Initialization. ##
14796 ## -------------------- ##
14798 # Be more Bourne compatible
14799 DUALCASE=1; export DUALCASE # for MKS sh
14800 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14803 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14804 # is contrary to our usage. Disable this feature.
14805 alias -g '${1+"$@"}'='"$@"'
14806 setopt NO_GLOB_SUBST
14808 case `(set -o) 2>/dev/null` in #(
14820 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14821 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14822 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14823 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14824 # Prefer a ksh shell builtin over an external printf program on Solaris,
14825 # but without wasting forks for bash or zsh.
14826 if test -z "$BASH_VERSION$ZSH_VERSION" \
14827 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14828 as_echo='print -r --'
14829 as_echo_n='print -rn --'
14830 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14831 as_echo='printf %s\n'
14832 as_echo_n='printf %s'
14834 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14835 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14836 as_echo_n='/usr/ucb/echo -n'
14838 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14839 as_echo_n_body='eval
14843 expr "X$arg" : "X\\(.*\\)$as_nl";
14844 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14846 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14848 export as_echo_n_body
14849 as_echo_n='sh -c $as_echo_n_body as_echo'
14851 export as_echo_body
14852 as_echo='sh -c $as_echo_body as_echo'
14855 # The user is always right.
14856 if test "${PATH_SEPARATOR+set}" != set; then
14858 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14859 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14866 # We need space, tab and new line, in precisely that order. Quoting is
14867 # there to prevent editors from complaining about space-tab.
14868 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14869 # splitting by setting IFS to empty value.)
14872 # Find who we are. Look in the path if we contain no directory separator.
14874 *[\\/]* ) as_myself=$0 ;;
14875 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14876 for as_dir in $PATH
14879 test -z "$as_dir" && as_dir=.
14880 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14886 # We did not find ourselves, most probably we were run as `sh COMMAND'
14887 # in which case we are not to be found in the path.
14888 if test "x$as_myself" = x; then
14891 if test ! -f "$as_myself"; then
14892 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14896 # Unset variables that we do not need and which cause bugs (e.g. in
14897 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14898 # suppresses any "Segmentation fault" message there. '((' could
14899 # trigger a bug in pdksh 5.2.14.
14900 for as_var in BASH_ENV ENV MAIL MAILPATH
14901 do eval test x\${$as_var+set} = xset \
14902 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14915 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14918 # as_fn_error ERROR [LINENO LOG_FD]
14919 # ---------------------------------
14920 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14921 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14922 # script with status $?, using 1 if that was 0.
14925 as_status=$?; test $as_status -eq 0 && as_status=1
14927 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14928 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14930 $as_echo "$as_me: error: $1" >&2
14931 as_fn_exit $as_status
14935 # as_fn_set_status STATUS
14936 # -----------------------
14937 # Set $? to STATUS, without forking.
14938 as_fn_set_status ()
14941 } # as_fn_set_status
14943 # as_fn_exit STATUS
14944 # -----------------
14945 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14949 as_fn_set_status $1
14955 # Portably unset VAR.
14958 { eval $1=; unset $1;}
14960 as_unset=as_fn_unset
14961 # as_fn_append VAR VALUE
14962 # ----------------------
14963 # Append the text in VALUE to the end of the definition contained in VAR. Take
14964 # advantage of any shell optimizations that allow amortized linear growth over
14965 # repeated appends, instead of the typical quadratic growth present in naive
14967 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14968 eval 'as_fn_append ()
14979 # as_fn_arith ARG...
14980 # ------------------
14981 # Perform arithmetic evaluation on the ARGs, and store the result in the
14982 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14983 # must be portable across $(()) and expr.
14984 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14985 eval 'as_fn_arith ()
14992 as_val=`expr "$@" || test $? -eq 1`
14997 if expr a : '\(a\)' >/dev/null 2>&1 &&
14998 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15004 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15005 as_basename=basename
15010 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15016 as_me=`$as_basename -- "$0" ||
15017 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15018 X"$0" : 'X\(//\)$' \| \
15019 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15021 sed '/^.*\/\([^/][^/]*\)\/*$/{
15035 # Avoid depending upon Character Ranges.
15036 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15037 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15038 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15039 as_cr_digits='0123456789'
15040 as_cr_alnum=$as_cr_Letters$as_cr_digits
15042 ECHO_C= ECHO_N= ECHO_T=
15043 case `echo -n x` in #(((((
15045 case `echo 'xy\c'` in
15046 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15048 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15055 rm -f conf$$ conf$$.exe conf$$.file
15056 if test -d conf$$.dir; then
15057 rm -f conf$$.dir/conf$$.file
15060 mkdir conf$$.dir 2>/dev/null
15062 if (echo >conf$$.file) 2>/dev/null; then
15063 if ln -s conf$$.file conf$$ 2>/dev/null; then
15065 # ... but there are two gotchas:
15066 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15067 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15068 # In both cases, we have to default to `cp -p'.
15069 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15071 elif ln conf$$.file conf$$ 2>/dev/null; then
15079 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15080 rmdir conf$$.dir 2>/dev/null
15085 # Create "$as_dir" as a directory, including parents if necessary.
15090 -*) as_dir=./$as_dir;;
15092 test -d "$as_dir" || eval $as_mkdir_p || {
15096 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15097 *) as_qdir=$as_dir;;
15099 as_dirs="'$as_qdir' $as_dirs"
15100 as_dir=`$as_dirname -- "$as_dir" ||
15101 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15102 X"$as_dir" : 'X\(//\)[^/]' \| \
15103 X"$as_dir" : 'X\(//\)$' \| \
15104 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15105 $as_echo X"$as_dir" |
15106 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15110 /^X\(\/\/\)[^/].*/{
15123 test -d "$as_dir" && break
15125 test -z "$as_dirs" || eval "mkdir $as_dirs"
15126 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15130 if mkdir -p . 2>/dev/null; then
15131 as_mkdir_p='mkdir -p "$as_dir"'
15133 test -d ./-p && rmdir ./-p
15137 if test -x / >/dev/null 2>&1; then
15138 as_test_x='test -x'
15140 if ls -dL / >/dev/null 2>&1; then
15147 if test -d "$1"; then
15153 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15154 ???[sx]*):;;*)false;;esac;fi
15158 as_executable_p=$as_test_x
15160 # Sed expression to map a string onto a valid CPP name.
15161 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15163 # Sed expression to map a string onto a valid variable name.
15164 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15168 ## ----------------------------------- ##
15169 ## Main body of $CONFIG_STATUS script. ##
15170 ## ----------------------------------- ##
15172 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15175 # Save the log message, to keep $0 and so on meaningful, and to
15176 # report actual input values of CONFIG_FILES etc. instead of their
15177 # values after options handling.
15179 This file was extended by binutils $as_me 2.26.51, which was
15180 generated by GNU Autoconf 2.64. Invocation command line was
15182 CONFIG_FILES = $CONFIG_FILES
15183 CONFIG_HEADERS = $CONFIG_HEADERS
15184 CONFIG_LINKS = $CONFIG_LINKS
15185 CONFIG_COMMANDS = $CONFIG_COMMANDS
15188 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15193 case $ac_config_files in *"
15194 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15197 case $ac_config_headers in *"
15198 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15202 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15203 # Files that config.status was made for.
15204 config_files="$ac_config_files"
15205 config_headers="$ac_config_headers"
15206 config_commands="$ac_config_commands"
15210 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15212 \`$as_me' instantiates files and other configuration actions
15213 from templates according to the current configuration. Unless the files
15214 and actions are specified as TAGs, all are instantiated by default.
15216 Usage: $0 [OPTION]... [TAG]...
15218 -h, --help print this help, then exit
15219 -V, --version print version number and configuration settings, then exit
15220 -q, --quiet, --silent
15221 do not print progress messages
15222 -d, --debug don't remove temporary files
15223 --recheck update $as_me by reconfiguring in the same conditions
15224 --file=FILE[:TEMPLATE]
15225 instantiate the configuration file FILE
15226 --header=FILE[:TEMPLATE]
15227 instantiate the configuration header FILE
15229 Configuration files:
15232 Configuration headers:
15235 Configuration commands:
15238 Report bugs to the package provider."
15241 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15243 binutils config.status 2.26.51
15244 configured by $0, generated by GNU Autoconf 2.64,
15245 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15247 Copyright (C) 2009 Free Software Foundation, Inc.
15248 This config.status script is free software; the Free Software Foundation
15249 gives unlimited permission to copy, distribute and modify it."
15256 test -n "\$AWK" || AWK=awk
15259 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15260 # The default lists apply if the user does not specify any file.
15266 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15267 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15278 # Handling of the options.
15279 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15281 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15282 $as_echo "$ac_cs_version"; exit ;;
15283 --debug | --debu | --deb | --de | --d | -d )
15285 --file | --fil | --fi | --f )
15288 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15290 as_fn_append CONFIG_FILES " '$ac_optarg'"
15291 ac_need_defaults=false;;
15292 --header | --heade | --head | --hea )
15295 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15297 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15298 ac_need_defaults=false;;
15300 # Conflict between --help and --header
15301 as_fn_error "ambiguous option: \`$1'
15302 Try \`$0 --help' for more information.";;
15303 --help | --hel | -h )
15304 $as_echo "$ac_cs_usage"; exit ;;
15305 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15306 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15309 # This is an error.
15310 -*) as_fn_error "unrecognized option: \`$1'
15311 Try \`$0 --help' for more information." ;;
15313 *) as_fn_append ac_config_targets " $1"
15314 ac_need_defaults=false ;;
15320 ac_configure_extra_args=
15322 if $ac_cs_silent; then
15324 ac_configure_extra_args="$ac_configure_extra_args --silent"
15328 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15329 if \$ac_cs_recheck; then
15330 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15332 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15333 CONFIG_SHELL='$SHELL'
15334 export CONFIG_SHELL
15339 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15343 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15344 ## Running $as_me. ##
15350 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15354 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15357 # The HP-UX ksh and POSIX shell print the target directory to stdout
15358 # if CDPATH is set.
15359 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15361 sed_quote_subst='$sed_quote_subst'
15362 double_quote_subst='$double_quote_subst'
15363 delay_variable_subst='$delay_variable_subst'
15364 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15365 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15366 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15367 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15368 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15369 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15370 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15371 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15372 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15373 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15374 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15375 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15376 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15377 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15378 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15379 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15380 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15381 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15382 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15383 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15384 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15385 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15386 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15387 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15388 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15389 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15390 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15391 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15392 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15393 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15394 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15395 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15396 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15397 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15398 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15399 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15400 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15401 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15402 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15403 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15404 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15405 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15406 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15407 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15408 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15409 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15410 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15411 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15412 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"`'
15413 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15414 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15415 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15416 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15417 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15418 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15419 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15420 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15421 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15422 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15423 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15424 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15425 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15426 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15427 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15428 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15429 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15430 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15431 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15432 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15433 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15434 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15435 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15436 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15437 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15438 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15439 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15440 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15441 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15442 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15443 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15444 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15445 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15446 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15447 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15448 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15449 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15450 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15451 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15452 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15453 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15454 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15455 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15456 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15457 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15458 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15459 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15460 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15461 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15462 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15463 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15464 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15465 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15466 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15467 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15468 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15469 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15470 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15471 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15472 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15473 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15474 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15475 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15476 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15477 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15478 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15479 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15480 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15481 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15482 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15483 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15486 LTCFLAGS='$LTCFLAGS'
15487 compiler='$compiler_DEFAULT'
15489 # A function that is used when there is no print builtin or printf.
15490 func_fallback_echo ()
15492 eval 'cat <<_LTECHO_EOF
15497 # Quote evaled strings.
15511 deplibs_check_method \
15520 lt_cv_sys_global_symbol_pipe \
15521 lt_cv_sys_global_symbol_to_cdecl \
15522 lt_cv_sys_global_symbol_to_c_name_address \
15523 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15524 lt_prog_compiler_no_builtin_flag \
15525 lt_prog_compiler_wl \
15526 lt_prog_compiler_pic \
15527 lt_prog_compiler_static \
15528 lt_cv_prog_compiler_c_o \
15536 export_dynamic_flag_spec \
15537 whole_archive_flag_spec \
15538 compiler_needs_object \
15540 allow_undefined_flag \
15541 no_undefined_flag \
15542 hardcode_libdir_flag_spec \
15543 hardcode_libdir_flag_spec_ld \
15544 hardcode_libdir_separator \
15549 variables_saved_for_relink \
15551 library_names_spec \
15553 install_override_mode \
15557 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15558 *[\\\\\\\`\\"\\\$]*)
15559 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15562 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15567 # Double-quote double-evaled strings.
15568 for var in reload_cmds \
15569 old_postinstall_cmds \
15570 old_postuninstall_cmds \
15572 extract_expsyms_cmds \
15573 old_archive_from_new_cmds \
15574 old_archive_from_expsyms_cmds \
15576 archive_expsym_cmds \
15578 module_expsym_cmds \
15579 export_symbols_cmds \
15582 postuninstall_cmds \
15584 sys_lib_search_path_spec \
15585 sys_lib_dlsearch_path_spec; do
15586 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15587 *[\\\\\\\`\\"\\\$]*)
15588 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15591 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15596 ac_aux_dir='$ac_aux_dir'
15597 xsi_shell='$xsi_shell'
15598 lt_shell_append='$lt_shell_append'
15600 # See if we are running on zsh, and set the options which allow our
15601 # commands through without removal of \ escapes INIT.
15602 if test -n "\${ZSH_VERSION+set}" ; then
15603 setopt NO_GLOB_SUBST
15609 TIMESTAMP='$TIMESTAMP'
15615 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15616 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15618 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15619 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15620 LINGUAS="${LINGUAS-%UNSET%}"
15625 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15627 # Handling of arguments.
15628 for ac_config_target in $ac_config_targets
15630 case $ac_config_target in
15631 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15632 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15633 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15634 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15635 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15636 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15637 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15639 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15644 # If the user did not use the arguments to specify the items to instantiate,
15645 # then the envvar interface is used. Set only those that are not.
15646 # We use the long form for the default assignment because of an extremely
15647 # bizarre bug on SunOS 4.1.3.
15648 if $ac_need_defaults; then
15649 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15650 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15651 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15654 # Have a temporary directory for convenience. Make it in the build tree
15655 # simply because there is no reason against having it here, and in addition,
15656 # creating and moving files from /tmp can sometimes cause problems.
15657 # Hook for its removal unless debugging.
15658 # Note that there is a small window in which the directory will not be cleaned:
15659 # after its creation but before its name has been assigned to `$tmp'.
15663 trap 'exit_status=$?
15664 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15666 trap 'as_fn_exit 1' 1 2 13 15
15668 # Create a (secure) tmp directory for tmp files.
15671 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15672 test -n "$tmp" && test -d "$tmp"
15675 tmp=./conf$$-$RANDOM
15676 (umask 077 && mkdir "$tmp")
15677 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15679 # Set up the scripts for CONFIG_FILES section.
15680 # No need to generate them if there are no CONFIG_FILES.
15681 # This happens for instance with `./config.status config.h'.
15682 if test -n "$CONFIG_FILES"; then
15685 ac_cr=`echo X | tr X '\015'`
15686 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15687 # But we know of no other shell where ac_cr would be empty at this
15688 # point, so we can use a bashism as a fallback.
15689 if test "x$ac_cr" = x; then
15690 eval ac_cr=\$\'\\r\'
15692 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15693 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15696 ac_cs_awk_cr=$ac_cr
15699 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15704 echo "cat >conf$$subs.awk <<_ACEOF" &&
15705 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15707 } >conf$$subs.sh ||
15708 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15709 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15711 for ac_last_try in false false false false false :; do
15712 . ./conf$$subs.sh ||
15713 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15715 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15716 if test $ac_delim_n = $ac_delim_num; then
15718 elif $ac_last_try; then
15719 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15721 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15724 rm -f conf$$subs.sh
15726 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15727 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15731 s/^/S["/; s/!.*/"]=/
15741 s/\(.\{148\}\).*/\1/
15743 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15748 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15755 s/\(.\{148\}\).*/\1/
15757 s/["\\]/\\&/g; s/^/"/; s/$/"/
15761 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15766 ' <conf$$subs.awk | sed '
15771 ' >>$CONFIG_STATUS || ac_write_fail=1
15772 rm -f conf$$subs.awk
15773 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15775 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15776 for (key in S) S_is_set[key] = 1
15782 nfields = split(line, field, "@")
15784 len = length(field[1])
15785 for (i = 2; i < nfields; i++) {
15787 keylen = length(key)
15788 if (S_is_set[key]) {
15790 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15791 len += length(value) + length(field[++i])
15802 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15803 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15804 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15807 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15808 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15811 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15812 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15813 # trailing colons and then remove the whole line if VPATH becomes empty
15814 # (actually we leave an empty line to preserve line numbers).
15815 if test "x$srcdir" = x.; then
15816 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15817 s/:*\$(srcdir):*/:/
15818 s/:*\${srcdir}:*/:/
15820 s/^\([^=]*=[ ]*\):*/\1/
15826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15827 fi # test -n "$CONFIG_FILES"
15829 # Set up the scripts for CONFIG_HEADERS section.
15830 # No need to generate them if there are no CONFIG_HEADERS.
15831 # This happens for instance with `./config.status Makefile'.
15832 if test -n "$CONFIG_HEADERS"; then
15833 cat >"$tmp/defines.awk" <<\_ACAWK ||
15837 # Transform confdefs.h into an awk script `defines.awk', embedded as
15838 # here-document in config.status, that substitutes the proper values into
15839 # config.h.in to produce config.h.
15841 # Create a delimiter string that does not exist in confdefs.h, to ease
15842 # handling of long lines.
15844 for ac_last_try in false false :; do
15845 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15846 if test -z "$ac_t"; then
15848 elif $ac_last_try; then
15849 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15851 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15855 # For the awk script, D is an array of macro values keyed by name,
15856 # likewise P contains macro parameters if any. Preserve backslash
15857 # newline sequences.
15859 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15861 s/.\{148\}/&'"$ac_delim"'/g
15864 s/^[ ]*#[ ]*define[ ][ ]*/ /
15871 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15873 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15877 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15878 D["\1"]=" \3\\\\\\n"\\/p
15880 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15885 s/.\{148\}/&'"$ac_delim"'/g
15890 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15893 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15895 ' <confdefs.h | sed '
15896 s/'"$ac_delim"'/"\\\
15897 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15899 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15900 for (key in D) D_is_set[key] = 1
15903 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15905 split(line, arg, " ")
15906 if (arg[1] == "#") {
15910 defundef = substr(arg[1], 2)
15913 split(mac1, mac2, "(") #)
15915 prefix = substr(line, 1, index(line, defundef) - 1)
15916 if (D_is_set[macro]) {
15917 # Preserve the white space surrounding the "#".
15918 print prefix "define", macro P[macro] D[macro]
15921 # Replace #undef with comments. This is necessary, for example,
15922 # in the case of _POSIX_SOURCE, which is predefined and required
15923 # on some systems where configure will not decide to define it.
15924 if (defundef == "undef") {
15925 print "/*", prefix defundef, macro, "*/"
15933 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15934 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15935 fi # test -n "$CONFIG_HEADERS"
15938 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15943 :[FHLC]) ac_mode=$ac_tag; continue;;
15945 case $ac_mode$ac_tag in
15947 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15948 :[FH]-) ac_tag=-:-;;
15949 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15966 -) ac_f="$tmp/stdin";;
15967 *) # Look for the file first in the build tree, then in the source tree
15968 # (if the path is not absolute). The absolute path cannot be DOS-style,
15969 # because $ac_f cannot contain `:'.
15973 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15975 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15977 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15978 as_fn_append ac_file_inputs " '$ac_f'"
15981 # Let's still pretend it is `configure' which instantiates (i.e., don't
15982 # use $as_me), people would be surprised to read:
15983 # /* config.h. Generated by config.status. */
15984 configure_input='Generated from '`
15985 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15987 if test x"$ac_file" != x-; then
15988 configure_input="$ac_file. $configure_input"
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15990 $as_echo "$as_me: creating $ac_file" >&6;}
15992 # Neutralize special characters interpreted by sed in replacement strings.
15993 case $configure_input in #(
15994 *\&* | *\|* | *\\* )
15995 ac_sed_conf_input=`$as_echo "$configure_input" |
15996 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15997 *) ac_sed_conf_input=$configure_input;;
16001 *:-:* | *:-) cat >"$tmp/stdin" \
16002 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16007 ac_dir=`$as_dirname -- "$ac_file" ||
16008 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16009 X"$ac_file" : 'X\(//\)[^/]' \| \
16010 X"$ac_file" : 'X\(//\)$' \| \
16011 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16012 $as_echo X"$ac_file" |
16013 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16017 /^X\(\/\/\)[^/].*/{
16030 as_dir="$ac_dir"; as_fn_mkdir_p
16034 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16036 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16037 # A ".." for each directory in $ac_dir_suffix.
16038 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16039 case $ac_top_builddir_sub in
16040 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16041 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16044 ac_abs_top_builddir=$ac_pwd
16045 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16046 # for backward compatibility:
16047 ac_top_builddir=$ac_top_build_prefix
16050 .) # We are building in place.
16052 ac_top_srcdir=$ac_top_builddir_sub
16053 ac_abs_top_srcdir=$ac_pwd ;;
16054 [\\/]* | ?:[\\/]* ) # Absolute name.
16055 ac_srcdir=$srcdir$ac_dir_suffix;
16056 ac_top_srcdir=$srcdir
16057 ac_abs_top_srcdir=$srcdir ;;
16058 *) # Relative name.
16059 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16060 ac_top_srcdir=$ac_top_build_prefix$srcdir
16061 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16063 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16073 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16074 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16076 ac_MKDIR_P=$MKDIR_P
16078 [\\/$]* | ?:[\\/]* ) ;;
16079 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16083 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16084 # If the template does not know about datarootdir, expand it.
16085 # FIXME: This hack should be removed a few years after 2.60.
16086 ac_datarootdir_hack=; ac_datarootdir_seen=
16097 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16098 *datarootdir*) ac_datarootdir_seen=yes;;
16099 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16101 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16103 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16104 ac_datarootdir_hack='
16105 s&@datadir@&$datadir&g
16106 s&@docdir@&$docdir&g
16107 s&@infodir@&$infodir&g
16108 s&@localedir@&$localedir&g
16109 s&@mandir@&$mandir&g
16110 s&\\\${datarootdir}&$datarootdir&g' ;;
16114 # Neutralize VPATH when `$srcdir' = `.'.
16115 # Shell code in configure.ac might set extrasub.
16116 # FIXME: do we really want to maintain this feature?
16117 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16118 ac_sed_extra="$ac_vpsub
16121 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16123 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16124 s|@configure_input@|$ac_sed_conf_input|;t t
16125 s&@top_builddir@&$ac_top_builddir_sub&;t t
16126 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16127 s&@srcdir@&$ac_srcdir&;t t
16128 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16129 s&@top_srcdir@&$ac_top_srcdir&;t t
16130 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16131 s&@builddir@&$ac_builddir&;t t
16132 s&@abs_builddir@&$ac_abs_builddir&;t t
16133 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16134 s&@INSTALL@&$ac_INSTALL&;t t
16135 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16136 $ac_datarootdir_hack
16138 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16139 || as_fn_error "could not create $ac_file" "$LINENO" 5
16141 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16142 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16143 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16144 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16145 which seems to be undefined. Please make sure it is defined." >&5
16146 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16147 which seems to be undefined. Please make sure it is defined." >&2;}
16151 -) cat "$tmp/out" && rm -f "$tmp/out";;
16152 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16154 || as_fn_error "could not create $ac_file" "$LINENO" 5
16160 if test x"$ac_file" != x-; then
16162 $as_echo "/* $configure_input */" \
16163 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16164 } >"$tmp/config.h" \
16165 || as_fn_error "could not create $ac_file" "$LINENO" 5
16166 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16167 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16168 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16171 mv "$tmp/config.h" "$ac_file" \
16172 || as_fn_error "could not create $ac_file" "$LINENO" 5
16175 $as_echo "/* $configure_input */" \
16176 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16177 || as_fn_error "could not create -" "$LINENO" 5
16179 # Compute "$ac_file"'s index in $config_headers.
16182 for _am_header in $config_headers :; do
16183 case $_am_header in
16184 $_am_arg | $_am_arg:* )
16187 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16190 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16191 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16192 X"$_am_arg" : 'X\(//\)[^/]' \| \
16193 X"$_am_arg" : 'X\(//\)$' \| \
16194 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16195 $as_echo X"$_am_arg" |
16196 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16200 /^X\(\/\/\)[^/].*/{
16212 s/.*/./; q'`/stamp-h$_am_stamp_count
16215 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16216 $as_echo "$as_me: executing $ac_file commands" >&6;}
16221 case $ac_file$ac_mode in
16222 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16223 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16224 # are listed without --file. Let's play safe and only enable the eval
16225 # if we detect the quoting.
16226 case $CONFIG_FILES in
16227 *\'*) eval set x "$CONFIG_FILES" ;;
16228 *) set x $CONFIG_FILES ;;
16233 # Strip MF so we end up with the name of the file.
16234 mf=`echo "$mf" | sed -e 's/:.*$//'`
16235 # Check whether this is an Automake generated Makefile or not.
16236 # We used to match only the files named `Makefile.in', but
16237 # some people rename them; so instead we look at the file content.
16238 # Grep'ing the first line is not enough: some people post-process
16239 # each Makefile.in and add a new line on top of each file to say so.
16240 # Grep'ing the whole file is not good either: AIX grep has a line
16241 # limit of 2048, but all sed's we know have understand at least 4000.
16242 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16243 dirpart=`$as_dirname -- "$mf" ||
16244 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16245 X"$mf" : 'X\(//\)[^/]' \| \
16246 X"$mf" : 'X\(//\)$' \| \
16247 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16253 /^X\(\/\/\)[^/].*/{
16269 # Extract the definition of DEPDIR, am__include, and am__quote
16270 # from the Makefile without running `make'.
16271 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16272 test -z "$DEPDIR" && continue
16273 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16274 test -z "am__include" && continue
16275 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16276 # When using ansi2knr, U may be empty or an underscore; expand it
16277 U=`sed -n 's/^U = //p' < "$mf"`
16278 # Find all dependency output files, they are included files with
16279 # $(DEPDIR) in their names. We invoke sed twice because it is the
16280 # simplest approach to changing $(DEPDIR) to its actual value in the
16282 for file in `sed -n "
16283 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16284 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16285 # Make sure the directory exists.
16286 test -f "$dirpart/$file" && continue
16287 fdir=`$as_dirname -- "$file" ||
16288 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16289 X"$file" : 'X\(//\)[^/]' \| \
16290 X"$file" : 'X\(//\)$' \| \
16291 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16292 $as_echo X"$file" |
16293 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16297 /^X\(\/\/\)[^/].*/{
16310 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16311 # echo "creating $dirpart/$file"
16312 echo '# dummy' > "$dirpart/$file"
16319 # See if we are running on zsh, and set the options which allow our
16320 # commands through without removal of \ escapes.
16321 if test -n "${ZSH_VERSION+set}" ; then
16322 setopt NO_GLOB_SUBST
16325 cfgfile="${ofile}T"
16326 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16329 cat <<_LT_EOF >> "$cfgfile"
16332 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16333 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16334 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16335 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16337 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16338 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16339 # Written by Gordon Matzigkeit, 1996
16341 # This file is part of GNU Libtool.
16343 # GNU Libtool is free software; you can redistribute it and/or
16344 # modify it under the terms of the GNU General Public License as
16345 # published by the Free Software Foundation; either version 2 of
16346 # the License, or (at your option) any later version.
16348 # As a special exception to the GNU General Public License,
16349 # if you distribute this file as part of a program or library that
16350 # is built using GNU Libtool, you may include this file under the
16351 # same distribution terms that you use for the rest of that program.
16353 # GNU Libtool is distributed in the hope that it will be useful,
16354 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16355 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16356 # GNU General Public License for more details.
16358 # You should have received a copy of the GNU General Public License
16359 # along with GNU Libtool; see the file COPYING. If not, a copy
16360 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16361 # obtained by writing to the Free Software Foundation, Inc.,
16362 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16365 # The names of the tagged configurations supported by this script.
16368 # ### BEGIN LIBTOOL CONFIG
16370 # Which release of libtool.m4 was used?
16371 macro_version=$macro_version
16372 macro_revision=$macro_revision
16374 # Whether or not to build shared libraries.
16375 build_libtool_libs=$enable_shared
16377 # Whether or not to build static libraries.
16378 build_old_libs=$enable_static
16380 # What type of objects to build.
16383 # Whether or not to optimize for fast installation.
16384 fast_install=$enable_fast_install
16386 # Shell to use when invoking shell scripts.
16389 # An echo program that protects backslashes.
16393 host_alias=$host_alias
16397 # The build system.
16398 build_alias=$build_alias
16402 # A sed program that does not truncate output.
16405 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16406 Xsed="\$SED -e 1s/^X//"
16408 # A grep program that handles long lines.
16414 # A literal string matcher.
16417 # A BSD- or MS-compatible name lister.
16420 # Whether we need soft or hard links.
16423 # What is the maximum length of a command?
16424 max_cmd_len=$max_cmd_len
16426 # Object file suffix (normally "o").
16429 # Executable file suffix (normally "").
16432 # whether the shell understands "unset".
16435 # turn spaces into newlines.
16438 # turn newlines into spaces.
16441 # An object symbol dumper.
16442 OBJDUMP=$lt_OBJDUMP
16444 # Method to check whether dependent libraries are shared objects.
16445 deplibs_check_method=$lt_deplibs_check_method
16447 # Command to use when deplibs_check_method == "file_magic".
16448 file_magic_cmd=$lt_file_magic_cmd
16452 AR_FLAGS=$lt_AR_FLAGS
16454 # A symbol stripping program.
16457 # Commands used to install an old-style archive.
16459 old_postinstall_cmds=$lt_old_postinstall_cmds
16460 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16462 # Whether to use a lock for old archive extraction.
16463 lock_old_archive_extraction=$lock_old_archive_extraction
16468 # LTCC compiler flags.
16469 LTCFLAGS=$lt_CFLAGS
16471 # Take the output of nm and produce a listing of raw symbols and C names.
16472 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16474 # Transform the output of nm in a proper C declaration.
16475 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16477 # Transform the output of nm in a C name address pair.
16478 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16480 # Transform the output of nm in a C name address pair when lib prefix is needed.
16481 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16483 # The name of the directory that contains temporary libtool files.
16486 # Used to examine libraries when file_magic_cmd begins with "file".
16487 MAGIC_CMD=$MAGIC_CMD
16489 # Must we lock files when doing compilation?
16490 need_locks=$lt_need_locks
16492 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16493 DSYMUTIL=$lt_DSYMUTIL
16495 # Tool to change global to local symbols on Mac OS X.
16498 # Tool to manipulate fat objects and archives on Mac OS X.
16501 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16504 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16505 OTOOL64=$lt_OTOOL64
16507 # Old archive suffix (normally "a").
16510 # Shared library suffix (normally ".so").
16511 shrext_cmds=$lt_shrext_cmds
16513 # The commands to extract the exported symbol list from a shared archive.
16514 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16516 # Variables whose values should be saved in libtool wrapper scripts and
16517 # restored at link time.
16518 variables_saved_for_relink=$lt_variables_saved_for_relink
16520 # Do we need the "lib" prefix for modules?
16521 need_lib_prefix=$need_lib_prefix
16523 # Do we need a version for libraries?
16524 need_version=$need_version
16526 # Library versioning type.
16527 version_type=$version_type
16529 # Shared library runtime path variable.
16530 runpath_var=$runpath_var
16532 # Shared library path variable.
16533 shlibpath_var=$shlibpath_var
16535 # Is shlibpath searched before the hard-coded library search path?
16536 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16538 # Format of library name prefix.
16539 libname_spec=$lt_libname_spec
16541 # List of archive names. First name is the real one, the rest are links.
16542 # The last name is the one that the linker finds with -lNAME
16543 library_names_spec=$lt_library_names_spec
16545 # The coded name of the library, if different from the real name.
16546 soname_spec=$lt_soname_spec
16548 # Permission mode override for installation of shared libraries.
16549 install_override_mode=$lt_install_override_mode
16551 # Command to use after installation of a shared archive.
16552 postinstall_cmds=$lt_postinstall_cmds
16554 # Command to use after uninstallation of a shared archive.
16555 postuninstall_cmds=$lt_postuninstall_cmds
16557 # Commands used to finish a libtool library installation in a directory.
16558 finish_cmds=$lt_finish_cmds
16560 # As "finish_cmds", except a single script fragment to be evaled but
16562 finish_eval=$lt_finish_eval
16564 # Whether we should hardcode library paths into libraries.
16565 hardcode_into_libs=$hardcode_into_libs
16567 # Compile-time system search path for libraries.
16568 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16570 # Run-time system search path for libraries.
16571 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16573 # Whether dlopen is supported.
16574 dlopen_support=$enable_dlopen
16576 # Whether dlopen of programs is supported.
16577 dlopen_self=$enable_dlopen_self
16579 # Whether dlopen of statically linked programs is supported.
16580 dlopen_self_static=$enable_dlopen_self_static
16582 # Commands to strip libraries.
16583 old_striplib=$lt_old_striplib
16584 striplib=$lt_striplib
16587 # The linker used to build libraries.
16590 # How to create reloadable object files.
16591 reload_flag=$lt_reload_flag
16592 reload_cmds=$lt_reload_cmds
16594 # Commands used to build an old-style archive.
16595 old_archive_cmds=$lt_old_archive_cmds
16597 # A language specific compiler.
16600 # Is the compiler the GNU compiler?
16603 # Compiler flag to turn off builtin functions.
16604 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16606 # How to pass a linker flag through the compiler.
16607 wl=$lt_lt_prog_compiler_wl
16609 # Additional compiler flags for building library objects.
16610 pic_flag=$lt_lt_prog_compiler_pic
16612 # Compiler flag to prevent dynamic linking.
16613 link_static_flag=$lt_lt_prog_compiler_static
16615 # Does compiler simultaneously support -c and -o options?
16616 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16618 # Whether or not to add -lc for building shared libraries.
16619 build_libtool_need_lc=$archive_cmds_need_lc
16621 # Whether or not to disallow shared libs when runtime libs are static.
16622 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16624 # Compiler flag to allow reflexive dlopens.
16625 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16627 # Compiler flag to generate shared objects directly from archives.
16628 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16630 # Whether the compiler copes with passing no objects directly.
16631 compiler_needs_object=$lt_compiler_needs_object
16633 # Create an old-style archive from a shared archive.
16634 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16636 # Create a temporary old-style archive to link instead of a shared archive.
16637 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16639 # Commands used to build a shared archive.
16640 archive_cmds=$lt_archive_cmds
16641 archive_expsym_cmds=$lt_archive_expsym_cmds
16643 # Commands used to build a loadable module if different from building
16644 # a shared archive.
16645 module_cmds=$lt_module_cmds
16646 module_expsym_cmds=$lt_module_expsym_cmds
16648 # Whether we are building with GNU ld or not.
16649 with_gnu_ld=$lt_with_gnu_ld
16651 # Flag that allows shared libraries with undefined symbols to be built.
16652 allow_undefined_flag=$lt_allow_undefined_flag
16654 # Flag that enforces no undefined symbols.
16655 no_undefined_flag=$lt_no_undefined_flag
16657 # Flag to hardcode \$libdir into a binary during linking.
16658 # This must work even if \$libdir does not exist
16659 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16661 # If ld is used when linking, flag to hardcode \$libdir into a binary
16662 # during linking. This must work even if \$libdir does not exist.
16663 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16665 # Whether we need a single "-rpath" flag with a separated argument.
16666 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16668 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16669 # DIR into the resulting binary.
16670 hardcode_direct=$hardcode_direct
16672 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16673 # DIR into the resulting binary and the resulting library dependency is
16674 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16675 # library is relocated.
16676 hardcode_direct_absolute=$hardcode_direct_absolute
16678 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16679 # into the resulting binary.
16680 hardcode_minus_L=$hardcode_minus_L
16682 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16683 # into the resulting binary.
16684 hardcode_shlibpath_var=$hardcode_shlibpath_var
16686 # Set to "yes" if building a shared library automatically hardcodes DIR
16687 # into the library and all subsequent libraries and executables linked
16689 hardcode_automatic=$hardcode_automatic
16691 # Set to yes if linker adds runtime paths of dependent libraries
16692 # to runtime path list.
16693 inherit_rpath=$inherit_rpath
16695 # Whether libtool must link a program against all its dependency libraries.
16696 link_all_deplibs=$link_all_deplibs
16698 # Fix the shell variable \$srcfile for the compiler.
16699 fix_srcfile_path=$lt_fix_srcfile_path
16701 # Set to "yes" if exported symbols are required.
16702 always_export_symbols=$always_export_symbols
16704 # The commands to list exported symbols.
16705 export_symbols_cmds=$lt_export_symbols_cmds
16707 # Symbols that should not be listed in the preloaded symbols.
16708 exclude_expsyms=$lt_exclude_expsyms
16710 # Symbols that must always be exported.
16711 include_expsyms=$lt_include_expsyms
16713 # Commands necessary for linking programs (against libraries) with templates.
16714 prelink_cmds=$lt_prelink_cmds
16716 # Specify filename containing input files.
16717 file_list_spec=$lt_file_list_spec
16719 # How to hardcode a shared library path into an executable.
16720 hardcode_action=$hardcode_action
16722 # ### END LIBTOOL CONFIG
16728 cat <<\_LT_EOF >> "$cfgfile"
16729 # AIX sometimes has problems with the GCC collect2 program. For some
16730 # reason, if we set the COLLECT_NAMES environment variable, the problems
16731 # vanish in a puff of smoke.
16732 if test "X${COLLECT_NAMES+set}" != Xset; then
16734 export COLLECT_NAMES
16741 ltmain="$ac_aux_dir/ltmain.sh"
16744 # We use sed instead of cat because bash on DJGPP gets confused if
16745 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16746 # text mode, it properly converts lines to CR/LF. This bash problem
16747 # is reportedly fixed, but why not run on old versions too?
16748 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16749 || (rm -f "$cfgfile"; exit 1)
16753 cat << \_LT_EOF >> "$cfgfile"
16755 # func_dirname file append nondir_replacement
16756 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16757 # otherwise set result to NONDIR_REPLACEMENT.
16761 */*) func_dirname_result="${1%/*}${2}" ;;
16762 * ) func_dirname_result="${3}" ;;
16766 # func_basename file
16769 func_basename_result="${1##*/}"
16772 # func_dirname_and_basename file append nondir_replacement
16773 # perform func_basename and func_dirname in a single function
16775 # dirname: Compute the dirname of FILE. If nonempty,
16776 # add APPEND to the result, otherwise set result
16777 # to NONDIR_REPLACEMENT.
16778 # value returned in "$func_dirname_result"
16779 # basename: Compute filename of FILE.
16780 # value retuned in "$func_basename_result"
16781 # Implementation must be kept synchronized with func_dirname
16782 # and func_basename. For efficiency, we do not delegate to
16783 # those functions but instead duplicate the functionality here.
16784 func_dirname_and_basename ()
16787 */*) func_dirname_result="${1%/*}${2}" ;;
16788 * ) func_dirname_result="${3}" ;;
16790 func_basename_result="${1##*/}"
16793 # func_stripname prefix suffix name
16794 # strip PREFIX and SUFFIX off of NAME.
16795 # PREFIX and SUFFIX must not contain globbing or regex special
16796 # characters, hashes, percent signs, but SUFFIX may contain a leading
16797 # dot (in which case that matches only a dot).
16800 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16801 # positional parameters, so assign one to ordinary parameter first.
16802 func_stripname_result=${3}
16803 func_stripname_result=${func_stripname_result#"${1}"}
16804 func_stripname_result=${func_stripname_result%"${2}"}
16810 func_opt_split_opt=${1%%=*}
16811 func_opt_split_arg=${1#*=}
16818 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16819 *) func_lo2o_result=${1} ;;
16823 # func_xform libobj-or-source
16826 func_xform_result=${1%.*}.lo
16829 # func_arith arithmetic-term...
16832 func_arith_result=$(( $* ))
16836 # STRING may not start with a hyphen.
16839 func_len_result=${#1}
16844 *) # Bourne compatible functions.
16845 cat << \_LT_EOF >> "$cfgfile"
16847 # func_dirname file append nondir_replacement
16848 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16849 # otherwise set result to NONDIR_REPLACEMENT.
16852 # Extract subdirectory from the argument.
16853 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16854 if test "X$func_dirname_result" = "X${1}"; then
16855 func_dirname_result="${3}"
16857 func_dirname_result="$func_dirname_result${2}"
16861 # func_basename file
16864 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16868 # func_stripname prefix suffix name
16869 # strip PREFIX and SUFFIX off of NAME.
16870 # PREFIX and SUFFIX must not contain globbing or regex special
16871 # characters, hashes, percent signs, but SUFFIX may contain a leading
16872 # dot (in which case that matches only a dot).
16873 # func_strip_suffix prefix name
16877 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16878 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16883 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16884 my_sed_long_arg='1s/^-[^=]*=//'
16889 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16890 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16896 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16899 # func_xform libobj-or-source
16902 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16905 # func_arith arithmetic-term...
16908 func_arith_result=`expr "$@"`
16912 # STRING may not start with a hyphen.
16915 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16921 case $lt_shell_append in
16923 cat << \_LT_EOF >> "$cfgfile"
16925 # func_append var value
16926 # Append VALUE to the end of shell variable VAR.
16934 cat << \_LT_EOF >> "$cfgfile"
16936 # func_append var value
16937 # Append VALUE to the end of shell variable VAR.
16948 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16949 || (rm -f "$cfgfile"; exit 1)
16951 mv -f "$cfgfile" "$ofile" ||
16952 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16957 for ac_file in $CONFIG_FILES; do
16958 # Support "outfile[:infile[:infile...]]"
16960 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16962 # PO directories have a Makefile.in generated from Makefile.in.in.
16963 case "$ac_file" in */Makefile.in)
16964 # Adjust a relative srcdir.
16965 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16966 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16967 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16968 # In autoconf-2.13 it is called $ac_given_srcdir.
16969 # In autoconf-2.50 it is called $srcdir.
16970 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16971 case "$ac_given_srcdir" in
16972 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16973 /*) top_srcdir="$ac_given_srcdir" ;;
16974 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16976 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16977 rm -f "$ac_dir/POTFILES"
16978 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16979 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16980 POMAKEFILEDEPS="POTFILES.in"
16981 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16982 # on $ac_dir but don't depend on user-specified configuration
16984 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16985 # The LINGUAS file contains the set of available languages.
16986 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16987 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16989 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16990 # Hide the ALL_LINGUAS assigment from automake.
16991 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16992 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16994 # The set of available languages was given in configure.ac.
16995 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16997 case "$ac_given_srcdir" in
16999 *) srcdirpre='$(srcdir)/' ;;
17005 for lang in $ALL_LINGUAS; do
17006 POFILES="$POFILES $srcdirpre$lang.po"
17007 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17008 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17009 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17011 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17012 # environment variable.
17014 if test -n "$ALL_LINGUAS"; then
17015 for presentlang in $ALL_LINGUAS; do
17017 if test "%UNSET%" != "$LINGUAS"; then
17018 desiredlanguages="$LINGUAS"
17020 desiredlanguages="$ALL_LINGUAS"
17022 for desiredlang in $desiredlanguages; do
17023 # Use the presentlang catalog if desiredlang is
17024 # a. equal to presentlang, or
17025 # b. a variant of presentlang (because in this case,
17026 # presentlang can be used as a fallback for messages
17027 # which are not translated in the desiredlang catalog).
17028 case "$desiredlang" in
17029 "$presentlang"*) useit=yes;;
17032 if test $useit = yes; then
17033 INST_LINGUAS="$INST_LINGUAS $presentlang"
17038 if test -n "$INST_LINGUAS"; then
17039 for lang in $INST_LINGUAS; do
17040 CATALOGS="$CATALOGS $lang.gmo"
17043 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17044 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"
17045 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17046 if test -f "$f"; then
17048 *.orig | *.bak | *~) ;;
17049 *) cat "$f" >> "$ac_dir/Makefile" ;;
17064 ac_clean_files=$ac_clean_files_save
17066 test $ac_write_fail = 0 ||
17067 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17070 # configure is writing to config.log, and then calls config.status.
17071 # config.status does its own redirection, appending to config.log.
17072 # Unfortunately, on DOS this fails, as config.log is still kept open
17073 # by configure, so config.status won't be able to write to it; its
17074 # output is simply discarded. So we exec the FD to /dev/null,
17075 # effectively closing config.log, so it can be properly (re)opened and
17076 # appended to by config.status. When coming back to configure, we
17077 # need to make the FD available again.
17078 if test "$no_create" != yes; then
17080 ac_config_status_args=
17081 test "$silent" = yes &&
17082 ac_config_status_args="$ac_config_status_args --quiet"
17084 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17086 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17087 # would make configure fail if this is the last instruction.
17088 $ac_cs_success || as_fn_exit $?
17090 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17092 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}